.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Poiret One', display;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Poiret One', display;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Poiret One', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Poiret One', display;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Poiret One', display;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #480c5c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #480c5c !important;
}
.bg-success {
  background-color: #c0bfc0 !important;
}
.bg-info {
  background-color: #958e95 !important;
}
.bg-warning {
  background-color: #712e88 !important;
}
.bg-danger {
  background-color: #a56db9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #480c5c !important;
  border-color: #480c5c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6b1289 !important;
  border-color: #6b1289 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6b1289 !important;
  border-color: #6b1289 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #958e95 !important;
  border-color: #958e95 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #aea8ae !important;
  border-color: #aea8ae !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #aea8ae !important;
  border-color: #aea8ae !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #c0bfc0 !important;
  border-color: #c0bfc0 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #712e88 !important;
  border-color: #712e88 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #913bae !important;
  border-color: #913bae !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #913bae !important;
  border-color: #913bae !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #a56db9 !important;
  border-color: #a56db9 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ba8fca !important;
  border-color: #ba8fca !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ba8fca !important;
  border-color: #ba8fca !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #480c5c !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #480c5c;
  color: #480c5c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c020f !important;
  background-color: transparent !important;
  border-color: #0c020f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #480c5c !important;
  border-color: #480c5c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #958e95;
  color: #958e95;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #696369 !important;
  background-color: transparent !important;
  border-color: #696369 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #958e95 !important;
  border-color: #958e95 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c0bfc0;
  color: #c0bfc0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #959395 !important;
  background-color: transparent !important;
  border-color: #959395 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c0bfc0 !important;
  border-color: #c0bfc0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #712e88;
  color: #712e88;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3b1847 !important;
  background-color: transparent !important;
  border-color: #3b1847 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #712e88 !important;
  border-color: #712e88 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a56db9;
  color: #a56db9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #79438c !important;
  background-color: transparent !important;
  border-color: #79438c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a56db9 !important;
  border-color: #a56db9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #480c5c !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #c0bfc0 !important;
}
.text-info {
  color: #958e95 !important;
}
.text-warning {
  color: #712e88 !important;
}
.text-danger {
  color: #a56db9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010002 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8d8c8d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #625b62 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #32143c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #703e82 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #480c5c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #958e95;
}
.alert-warning {
  background-color: #712e88;
}
.alert-danger {
  background-color: #a56db9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #480c5c;
  border-color: #480c5c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #480c5c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a01bcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d3d0d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b369cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dac3e2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poiret One', display;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.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: #480c5c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poiret One', display;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #480c5c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #480c5c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #480c5c;
}
.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: #480c5c;
  border-bottom-color: #480c5c;
}
.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: #480c5c !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: #ffffff !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='%23480c5c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUjBdVjX9j {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjBdVjX9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjBdVjX9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjBdVjX9j .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUjBdVjX9j .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uUjBdVjX9j .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUjBdVjX9j .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUjBdVjX9j .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUjBdVjX9j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uUjBdVjX9j .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uUjBdVjX9j .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uUjBdVjX9j .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUjBdVjX9j .image-wrapper img {
    height: 300px;
  }
}
.cid-uUjBdVjX9j .mbr-label {
  color: #480c5c;
  text-align: center;
}
.cid-uUjBdVjX9j .mbr-section-title {
  color: #000000;
}
.cid-uUjBdVjX9j .mbr-text {
  color: #000000;
}
.cid-uUjBdVjX9j .mbr-section-title,
.cid-uUjBdVjX9j .mbr-section-btn {
  color: #712e88;
  text-align: center;
}
.cid-uUjBdVjX9j .mbr-text,
.cid-uUjBdVjX9j .text-wrapper {
  text-align: center;
  color: #8917ac;
}
.cid-uUjHnkcZgA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjHnkcZgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjHnkcZgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjHnkcZgA .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUjHnkcZgA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUjHnkcZgA .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUjHnkcZgA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUjHnkcZgA .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUjHnkcZgA .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uUjHnkcZgA .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uUjHnkcZgA .mbr-section-title {
  color: #ffffff;
}
.cid-uUjHnkcZgA .mbr-text {
  color: #ffffff;
}
.cid-uUjHnkcZgA .mbr-section-title,
.cid-uUjHnkcZgA .mbr-section-btn {
  color: #8917ac;
  text-align: left;
}
.cid-uUjHnkcZgA .mbr-text,
.cid-uUjHnkcZgA .text-wrapper {
  color: #958e95;
}
#custom-html-89 {
  /* Por defecto, ocultar el vídeo de móvil en pantallas grandes */
  /* Mostrar el vídeo móvil solo en pantallas pequeñas */
  /* Asegurarse de que el vídeo cubra todo el área */
}
#custom-html-89 .video-movil {
  display: none;
}
@media (max-width: 767px) {
  #custom-html-89 .video-escritorio {
    display: none;
  }
  #custom-html-89 .video-movil {
    display: block;
    width: 100%;
    height: 100vh;
    /* Ocupar todo el alto de la pantalla */
    background-color: black;
    /* Evitar la pantalla negra si hay retraso en la carga */
  }
}
#custom-html-89 video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uUjHem1DGB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUjHem1DGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjHem1DGB .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-uUjHem1DGB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUjHem1DGB .row {
  flex-direction: row-reverse;
}
.cid-uUjHem1DGB img {
  width: 100%;
}
.cid-uUSQB6RptZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqTmqw2SnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqTmqw2SnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTmqw2SnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTmqw2SnG .items-wrapper {
  justify-content: flex-end;
}
.cid-uqTmqw2SnG .items-wrapper .card {
  justify-content: center;
}
.cid-uqTmqw2SnG .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uqTmqw2SnG .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uqTmqw2SnG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqTmqw2SnG .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #480c5c, #6b1289);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uqTmqw2SnG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqTmqw2SnG .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqTmqw2SnG .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqTmqw2SnG .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqTmqw2SnG .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uqTmqw2SnG .mbr-section-title {
  color: #ffffff;
}
.cid-uqTmqw2SnG .mbr-text {
  color: #44284e;
  text-align: right;
}
.cid-uqTmqw2SnG .mbr-section-title,
.cid-uqTmqw2SnG .mbr-section-btn {
  color: #8c6a98;
  text-align: right;
}
.cid-uUp53HubNf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUp53HubNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp53HubNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp53HubNf .row {
  justify-content: center;
}
.cid-uUp53HubNf .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUp53HubNf .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUp53HubNf .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUp53HubNf .mbr-text {
  color: #fff7ee;
}
.cid-uUp53HubNf #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUp53HubNf img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUjNpSuQon {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjNpSuQon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjNpSuQon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjNpSuQon .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uUjNpSuQon .items-wrapper .item {
  padding: 0 10px;
}
.cid-uUjNpSuQon .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUjNpSuQon .item {
    margin-bottom: 20px;
  }
}
.cid-uUjNpSuQon .item:hover .item-wrapper .item-img img,
.cid-uUjNpSuQon .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uUjNpSuQon .item .item-wrapper {
  padding: 80px 60px;
  background-color: #f2f1f3;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUjNpSuQon .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uUjNpSuQon .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUjNpSuQon .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uUjNpSuQon .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uUjNpSuQon .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uUjNpSuQon .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uUjNpSuQon .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uUjNpSuQon .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUjNpSuQon .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uUjNpSuQon .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUjNpSuQon .mbr-label {
  color: #19171c;
}
.cid-uUjNpSuQon .item-text {
  color: #6e6e73;
}
.cid-uUjNpSuQon .item-text,
.cid-uUjNpSuQon .text-wrapper {
  color: #2f212e;
  text-align: center;
}
.cid-uUjNpSuQon .mbr-label,
.cid-uUjNpSuQon .mbr-section-btn,
.cid-uUjNpSuQon .label-wrapper {
  color: #8917ac;
  text-align: center;
}
.cid-uUjNfpBz3m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUjNfpBz3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjNfpBz3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjNfpBz3m .row {
  justify-content: center;
}
.cid-uUjNfpBz3m .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUjNfpBz3m .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUjNfpBz3m .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUjNfpBz3m .mbr-text {
  color: #fff7ee;
}
.cid-uUjNfpBz3m #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUjNfpBz3m img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUp4Itfg3Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/ventanas-deuroal-showroom-madrid-11.jpg-2000x1334.jpg");
}
.cid-uUp4Itfg3Q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUp4Itfg3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp4Itfg3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp4Itfg3Q .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uUp4Itfg3Q .image-wrap {
    height: 300px;
  }
}
.cid-uUp5DwMPrU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUp5DwMPrU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uUp5DwMPrU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUp5DwMPrU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uUp5DwMPrU .container {
    padding: 0 22px;
  }
}
.cid-uUp5DwMPrU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uUp5DwMPrU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUp5DwMPrU .embla__slide .slide-content {
  width: 100%;
}
.cid-uUp5DwMPrU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUp5DwMPrU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUp5DwMPrU .embla__button--next,
.cid-uUp5DwMPrU .embla__button--prev {
  display: flex;
}
.cid-uUp5DwMPrU .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUp5DwMPrU .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uUp5DwMPrU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUp5DwMPrU .embla__button:hover {
  opacity: 1 !important;
}
.cid-uUp5DwMPrU .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uUp5DwMPrU .embla__button.embla__button--next {
  right: 20px;
}
.cid-uUp5DwMPrU .card {
  justify-content: center;
}
.cid-uUp5DwMPrU .embla {
  position: relative;
  width: 100%;
}
.cid-uUp5DwMPrU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUp5DwMPrU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUp5DwMPrU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUp5DwMPrU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUp5DwMPrU .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUp5DwMPrU .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUp5DwMPrU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUp5DwMPrU .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUp5DwMPrU .mbr-section-title {
  color: #8917ac;
  text-align: left;
}
.cid-uUp5DwMPrU .mbr-desc {
  color: #712e88;
  text-align: left;
}
.cid-uUp6C4PNR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUp6C4PNR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp6C4PNR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp6C4PNR5 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-uUp6C4PNR5 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-uUp6C4PNR5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUp6C4PNR5 .item-wrapper .w-100 {
  height: 100%;
}
.cid-uUp6C4PNR5 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uUp6C4PNR5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUp6C4PNR5 .carousel-control,
.cid-uUp6C4PNR5 .close {
  background: #1b1b1b;
}
.cid-uUp6C4PNR5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUp6C4PNR5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUp6C4PNR5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUp6C4PNR5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUp6C4PNR5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUp6C4PNR5 .close::before {
  content: '\e91a';
}
.cid-uUp6C4PNR5 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-uUp6C4PNR5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUp6C4PNR5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUp6C4PNR5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUp6C4PNR5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUp6C4PNR5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUp6C4PNR5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUp6C4PNR5 .carousel-indicators li.active,
.cid-uUp6C4PNR5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUp6C4PNR5 .carousel-indicators li::after,
.cid-uUp6C4PNR5 .carousel-indicators li::before {
  content: none;
}
.cid-uUp6C4PNR5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUp6C4PNR5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUp6C4PNR5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUp6C4PNR5 .carousel-indicators {
    display: none;
  }
}
.cid-uUp6C4PNR5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUp6C4PNR5 .carousel-inner > .active {
  display: block;
}
.cid-uUp6C4PNR5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUp6C4PNR5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUp6C4PNR5 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUp6C4PNR5 .carousel-control,
  .cid-uUp6C4PNR5 .carousel-indicators,
  .cid-uUp6C4PNR5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUp6C4PNR5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUp6C4PNR5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUp6C4PNR5 .carousel-indicators .active,
.cid-uUp6C4PNR5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUp6C4PNR5 .carousel-indicators .active {
  background: #fafafa;
}
.cid-uUp6C4PNR5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUp6C4PNR5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUp6C4PNR5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUp6C4PNR5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUp6C4PNR5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUp6C4PNR5 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUp6C4PNR5 .carousel {
  width: 100%;
}
.cid-uUp6C4PNR5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUp6C4PNR5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUp6C4PNR5 .modal.fade .modal-dialog,
.cid-uUp6C4PNR5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uUp6C4PNR5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUp6C4PNR5 H6 {
  text-align: center;
}
.cid-uUp6C4PNR5 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uUp6C4PNR5 .rotate {
    top: -6px;
  }
}
.cid-uUp6C4PNR5 .title-relative {
  position: relative;
}
.cid-uUp6C4PNR5 .mbr-section-title,
.cid-uUp6C4PNR5 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uUp6C4PNR5 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-uUp6C4PNR5 .item-content {
    padding: 1rem;
  }
}
.cid-uUp6C4PNR5 .mbr-text,
.cid-uUp6C4PNR5 .item-title {
  color: #fafafa;
}
.cid-uUp6C4PNR5 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-uUp6C4PNR5 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-uUp6C4PNR5 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-uUp6C4PNR5 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-uUp6C4PNR5 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-uUp6C4PNR5 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-uUp6C4PNR5 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-uUpaG7HefT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpaG7HefT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpaG7HefT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpaG7HefT .row {
  justify-content: center;
}
.cid-uUpaG7HefT .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUpaG7HefT .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUpaG7HefT .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpaG7HefT .mbr-text {
  color: #fff7ee;
}
.cid-uUpaG7HefT #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUpaG7HefT img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUp7RbEQGf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUp7RbEQGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp7RbEQGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp7RbEQGf .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-uUp7RbEQGf .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-uUp7RbEQGf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUp7RbEQGf .item-wrapper .w-100 {
  height: 100%;
}
.cid-uUp7RbEQGf .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uUp7RbEQGf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUp7RbEQGf .carousel-control,
.cid-uUp7RbEQGf .close {
  background: #1b1b1b;
}
.cid-uUp7RbEQGf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUp7RbEQGf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUp7RbEQGf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUp7RbEQGf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUp7RbEQGf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUp7RbEQGf .close::before {
  content: '\e91a';
}
.cid-uUp7RbEQGf .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-uUp7RbEQGf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUp7RbEQGf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUp7RbEQGf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUp7RbEQGf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUp7RbEQGf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUp7RbEQGf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUp7RbEQGf .carousel-indicators li.active,
.cid-uUp7RbEQGf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUp7RbEQGf .carousel-indicators li::after,
.cid-uUp7RbEQGf .carousel-indicators li::before {
  content: none;
}
.cid-uUp7RbEQGf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUp7RbEQGf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUp7RbEQGf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUp7RbEQGf .carousel-indicators {
    display: none;
  }
}
.cid-uUp7RbEQGf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUp7RbEQGf .carousel-inner > .active {
  display: block;
}
.cid-uUp7RbEQGf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUp7RbEQGf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUp7RbEQGf .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUp7RbEQGf .carousel-control,
  .cid-uUp7RbEQGf .carousel-indicators,
  .cid-uUp7RbEQGf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUp7RbEQGf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUp7RbEQGf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUp7RbEQGf .carousel-indicators .active,
.cid-uUp7RbEQGf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUp7RbEQGf .carousel-indicators .active {
  background: #fafafa;
}
.cid-uUp7RbEQGf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUp7RbEQGf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUp7RbEQGf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUp7RbEQGf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUp7RbEQGf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUp7RbEQGf .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUp7RbEQGf .carousel {
  width: 100%;
}
.cid-uUp7RbEQGf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUp7RbEQGf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUp7RbEQGf .modal.fade .modal-dialog,
.cid-uUp7RbEQGf .modal.in .modal-dialog {
  transform: none;
}
.cid-uUp7RbEQGf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUp7RbEQGf H6 {
  text-align: center;
}
.cid-uUp7RbEQGf .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uUp7RbEQGf .rotate {
    top: -6px;
  }
}
.cid-uUp7RbEQGf .title-relative {
  position: relative;
}
.cid-uUp7RbEQGf .mbr-section-title,
.cid-uUp7RbEQGf .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uUp7RbEQGf .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-uUp7RbEQGf .item-content {
    padding: 1rem;
  }
}
.cid-uUp7RbEQGf .mbr-text,
.cid-uUp7RbEQGf .item-title {
  color: #fafafa;
}
.cid-uUp7RbEQGf .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-uUp7RbEQGf .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-uUp7RbEQGf .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-uUp7RbEQGf .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-uUp7RbEQGf .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-uUp7RbEQGf .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-uUp7RbEQGf .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-uUp95THzzr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUp95THzzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp95THzzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp95THzzr .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-uUp95THzzr .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-uUp95THzzr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUp95THzzr .item-wrapper .w-100 {
  height: 500px;
}
.cid-uUp95THzzr .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uUp95THzzr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUp95THzzr .carousel-control,
.cid-uUp95THzzr .close {
  background: #1b1b1b;
}
.cid-uUp95THzzr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUp95THzzr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUp95THzzr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUp95THzzr .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUp95THzzr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUp95THzzr .close::before {
  content: '\e91a';
}
.cid-uUp95THzzr .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-uUp95THzzr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUp95THzzr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUp95THzzr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUp95THzzr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUp95THzzr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUp95THzzr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUp95THzzr .carousel-indicators li.active,
.cid-uUp95THzzr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUp95THzzr .carousel-indicators li::after,
.cid-uUp95THzzr .carousel-indicators li::before {
  content: none;
}
.cid-uUp95THzzr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUp95THzzr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUp95THzzr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUp95THzzr .carousel-indicators {
    display: none;
  }
}
.cid-uUp95THzzr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUp95THzzr .carousel-inner > .active {
  display: block;
}
.cid-uUp95THzzr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUp95THzzr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUp95THzzr .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUp95THzzr .carousel-control,
  .cid-uUp95THzzr .carousel-indicators,
  .cid-uUp95THzzr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUp95THzzr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUp95THzzr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUp95THzzr .carousel-indicators .active,
.cid-uUp95THzzr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUp95THzzr .carousel-indicators .active {
  background: #fafafa;
}
.cid-uUp95THzzr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUp95THzzr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUp95THzzr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUp95THzzr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUp95THzzr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUp95THzzr .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUp95THzzr .carousel {
  width: 100%;
}
.cid-uUp95THzzr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUp95THzzr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUp95THzzr .modal.fade .modal-dialog,
.cid-uUp95THzzr .modal.in .modal-dialog {
  transform: none;
}
.cid-uUp95THzzr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUp95THzzr H6 {
  text-align: center;
}
.cid-uUp95THzzr .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uUp95THzzr .rotate {
    top: -6px;
  }
}
.cid-uUp95THzzr .title-relative {
  position: relative;
}
.cid-uUp95THzzr .mbr-section-title,
.cid-uUp95THzzr .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uUp95THzzr .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-uUp95THzzr .item-content {
    padding: 1rem;
  }
}
.cid-uUp95THzzr .mbr-text,
.cid-uUp95THzzr .item-title {
  color: #fafafa;
}
.cid-uUp95THzzr .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-uUp95THzzr .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-uUp95THzzr .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-uUp95THzzr .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-uUp95THzzr .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-uUp95THzzr .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-uUp95THzzr .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-uUpaJ6QZvE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpaJ6QZvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpaJ6QZvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpaJ6QZvE .row {
  justify-content: center;
}
.cid-uUpaJ6QZvE .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUpaJ6QZvE .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUpaJ6QZvE .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpaJ6QZvE .mbr-text {
  color: #fff7ee;
}
.cid-uUpaJ6QZvE #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUpaJ6QZvE img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUSR1sTN7l {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqTmw5s8iE {
  background-color: #ffffff;
}
.cid-uqTmw5s8iE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTmw5s8iE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTmw5s8iE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqTmw5s8iE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqTmw5s8iE .container {
    padding: 0 14px;
  }
}
.cid-uqTmw5s8iE .row {
  justify-content: center;
}
.cid-uqTmw5s8iE .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqTmw5s8iE .panel-group .card {
  border-bottom: 1px solid #8917ac;
  border-radius: 0 !important;
}
.cid-uqTmw5s8iE .panel-group .card:first-child {
  border-top: 1px solid #8917ac;
}
.cid-uqTmw5s8iE .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #7a2494;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uqTmw5s8iE .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uqTmw5s8iE .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uqTmw5s8iE .mbr-section-title {
  color: #7a2494;
  text-align: left;
}
.cid-uqTmw5s8iE .panel-title {
  color: #01004c;
}
.cid-uqTmw5s8iE .panel-text {
  color: #a56db9;
}
.cid-uqTmw5s8iE .panel-title-edit {
  color: #2b2b2b;
  text-align: center;
}
.cid-uUpnXBnRFs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpnXBnRFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpnXBnRFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpnXBnRFs .row {
  justify-content: center;
}
.cid-uUpnXBnRFs .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUpnXBnRFs .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUpnXBnRFs .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpnXBnRFs .mbr-text {
  color: #fff7ee;
}
.cid-uUpnXBnRFs #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUpnXBnRFs img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUpbpcRkOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpbpcRkOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpbpcRkOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpbpcRkOa .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uUpbpcRkOa .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uUpbpcRkOa .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uUpbpcRkOa .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUpbpcRkOa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUpbpcRkOa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUpbpcRkOa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpbpcRkOa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpbpcRkOa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uUpbpcRkOa .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uUpbpcRkOa .item {
    margin-bottom: 40px;
  }
}
.cid-uUpbpcRkOa .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUpbpcRkOa .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uUpbpcRkOa .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uUpbpcRkOa .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uUpbpcRkOa .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUpbpcRkOa .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #0c2c68;
  margin-right: 10px;
}
.cid-uUpbpcRkOa .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uUpbpcRkOa .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUpbpcRkOa .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUpbpcRkOa .mbr-label {
  color: #19171c;
}
.cid-uUpbpcRkOa .mbr-section-title {
  color: #19171c;
}
.cid-uUpbpcRkOa .mbr-text {
  color: #2f212e;
}
.cid-uUpbpcRkOa .item-title {
  color: #19171c;
}
.cid-uUpbpcRkOa .item-text {
  color: #6e6e73;
}
.cid-uUpbpcRkOa .mbr-label,
.cid-uUpbpcRkOa .label-wrapper {
  color: #8917ac;
}
.cid-uUpbpcRkOa .mbr-section-title,
.cid-uUpbpcRkOa .mbr-section-btn {
  color: #712e88;
}
.cid-uUpbpcRkOa .item-text,
.cid-uUpbpcRkOa .mbr-section-btn {
  color: #2f212e;
}
.cid-uUr37v3lIU {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uUr37v3lIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr37v3lIU .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uUr37v3lIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr37v3lIU h1 {
  max-width: 800px;
}
.cid-uUr37v3lIU p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUr37v3lIU {
    align-items: center;
  }
  .cid-uUr37v3lIU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUr37v3lIU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUr37v3lIU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUr37v3lIU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUr37v3lIU .content-wrap {
    width: 100%;
  }
}
.cid-uUr37v3lIU .mbr-section-subtitle,
.cid-uUr37v3lIU .line {
  color: #712e88;
}
.cid-uUr37v3lIU .mbr-text,
.cid-uUr37v3lIU .mbr-section-btn {
  text-align: right;
  color: #2f212e;
}
.cid-uUr37v3lIU .mbr-section-title {
  color: #8917ac;
  text-align: right;
}
.cid-uUpFVFF0RY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpFVFF0RY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpFVFF0RY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpFVFF0RY .row {
  justify-content: center;
}
.cid-uUpFVFF0RY .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUpFVFF0RY .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUpFVFF0RY .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpFVFF0RY .mbr-text {
  color: #fff7ee;
}
.cid-uUpFVFF0RY #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUpFVFF0RY img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uoJOdR0qEA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoJOdR0qEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJOdR0qEA .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uoJOdR0qEA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoJOdR0qEA .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uoJOdR0qEA .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uoJOdR0qEA .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uoJOdR0qEA .card-box {
  padding: 0 2rem;
}
.cid-uoJOdR0qEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoJOdR0qEA .card-title,
.cid-uoJOdR0qEA .iconfont-wrapper,
.cid-uoJOdR0qEA .card-text {
  color: #000000;
  text-align: center;
}
.cid-uoJOdR0qEA .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uoJOdR0qEA .mbr-section-btn {
  text-align: center;
}
.cid-uoJOdR0qEA .card-text,
.cid-uoJOdR0qEA .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uoJOdR0qEA .card-title,
.cid-uoJOdR0qEA .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uoJOdR0qEA .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUSrE45D5V {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUSrE45D5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSrE45D5V .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSrE45D5V .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSrE45D5V .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSrE45D5V .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSrE45D5V .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSrE45D5V .card-box {
  padding: 0 2rem;
}
.cid-uUSrE45D5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSrE45D5V .card-title,
.cid-uUSrE45D5V .iconfont-wrapper,
.cid-uUSrE45D5V .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSrE45D5V .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSrE45D5V .mbr-section-btn {
  text-align: center;
}
.cid-uUSrE45D5V .card-text,
.cid-uUSrE45D5V .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSrE45D5V .card-title,
.cid-uUSrE45D5V .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSrE45D5V .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUTUI8GAye {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uzX2f1KbNC.popup-builder {
  background-color: #ffffff;
}
.cid-uzX2f1KbNC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzX2f1KbNC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzX2f1KbNC .modal-content,
.cid-uzX2f1KbNC .modal-dialog {
  height: auto;
}
.cid-uzX2f1KbNC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzX2f1KbNC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzX2f1KbNC .form-wrapper .mbr-form .form-group,
  .cid-uzX2f1KbNC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzX2f1KbNC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzX2f1KbNC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzX2f1KbNC .mbr-text {
  text-align: center;
}
.cid-uzX2f1KbNC .pt-0 {
  padding-top: 0 !important;
}
.cid-uzX2f1KbNC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzX2f1KbNC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzX2f1KbNC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzX2f1KbNC .modal-open {
  overflow: hidden;
}
.cid-uzX2f1KbNC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzX2f1KbNC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzX2f1KbNC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzX2f1KbNC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzX2f1KbNC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzX2f1KbNC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzX2f1KbNC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzX2f1KbNC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzX2f1KbNC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzX2f1KbNC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzX2f1KbNC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzX2f1KbNC .modal-backdrop.show {
  opacity: .5;
}
.cid-uzX2f1KbNC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzX2f1KbNC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzX2f1KbNC .modal-header {
    padding: 1rem;
  }
}
.cid-uzX2f1KbNC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzX2f1KbNC .modal-header .close svg {
  fill: #353535;
}
.cid-uzX2f1KbNC .modal-header .close:hover {
  opacity: 1;
}
.cid-uzX2f1KbNC .modal-header .close:focus {
  outline: none;
}
.cid-uzX2f1KbNC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #712e88;
}
.cid-uzX2f1KbNC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzX2f1KbNC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzX2f1KbNC .modal-body {
    padding: 1rem;
  }
}
.cid-uzX2f1KbNC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzX2f1KbNC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzX2f1KbNC .modal-footer {
    padding: 1rem;
  }
}
.cid-uzX2f1KbNC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzX2f1KbNC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzX2f1KbNC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzX2f1KbNC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzX2f1KbNC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzX2f1KbNC .modal-lg,
  .cid-uzX2f1KbNC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzX2f1KbNC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzX2f1KbNC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzX2f1KbNC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzX2f1KbNC .form-group {
  margin-bottom: 1rem;
}
.cid-uzX2f1KbNC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzX2f1KbNC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzX2f1KbNC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzX2f1KbNC .mbr-section-btn {
  margin: 0;
}
.cid-uzX2f1KbNC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uoLAIDu0EA {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uoLAIDu0EA .mbr-overlay {
  background-color: #173633;
  opacity: 0.5;
}
.cid-uoLAIDu0EA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoLAIDu0EA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uoLAIDu0EA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoLAIDu0EA {
    align-items: center;
  }
  .cid-uoLAIDu0EA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoLAIDu0EA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoLAIDu0EA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoLAIDu0EA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoLAIDu0EA .content-wrap {
    width: 100%;
  }
}
.cid-uoLAIDu0EA .mbr-section-subtitle,
.cid-uoLAIDu0EA .line {
  color: #f7f7f7;
  text-align: right;
}
.cid-uoLAIDu0EA .mbr-text,
.cid-uoLAIDu0EA .mbr-section-btn {
  text-align: right;
}
.cid-uoLAIDu0EA .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uUSXRuLINA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSXRuLINA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSXRuLINA .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-uUSXRuLINA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSXRuLINA .row {
  flex-direction: row-reverse;
}
.cid-uUSXRuLINA img {
  width: 100%;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-usoeWRlS8x {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-701x468.jpg");
}
.cid-usoeWRlS8x .underline .line {
  width: 2rem;
  height: 1px;
  background: #958e95;
  display: inline-block;
}
.cid-usoeWRlS8x .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-usoeWRlS8x .card .card-header {
  background: #712e88;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-usoeWRlS8x .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-usoeWRlS8x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-usoeWRlS8x .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-usoeWRlS8x .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-usoeWRlS8x .card .panel-body {
  background: #eeebee;
}
.cid-usoeWRlS8x .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-usoeWRlS8x .card-header h4,
  .cid-usoeWRlS8x .panel-body {
    padding: 1rem !important;
  }
}
.cid-usoeWRlS8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoeWRlS8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoeWRlS8x H2 {
  color: #8917ac;
}
.cid-usoeWRlS8x .mbr-section-subtitle,
.cid-usoeWRlS8x .underline {
  color: #712e88;
}
.cid-uUq0xa6j3X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq0xa6j3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq0xa6j3X .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-uUq0xa6j3X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUq0xa6j3X .row {
  flex-direction: row-reverse;
}
.cid-uUq0xa6j3X img {
  width: 100%;
}
.cid-uUTV92cqY4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUjVaKCpaC {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUjVaKCpaC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uUjVaKCpaC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUjVaKCpaC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uUjVaKCpaC .container {
    padding: 0 22px;
  }
}
.cid-uUjVaKCpaC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uUjVaKCpaC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUjVaKCpaC .embla__slide .slide-content {
  width: 100%;
}
.cid-uUjVaKCpaC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUjVaKCpaC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUjVaKCpaC .embla__button--next,
.cid-uUjVaKCpaC .embla__button--prev {
  display: flex;
}
.cid-uUjVaKCpaC .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #8917ac !important;
  border: 1px solid #8917ac !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUjVaKCpaC .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #8917ac;
}
.cid-uUjVaKCpaC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUjVaKCpaC .embla__button:hover {
  opacity: 1 !important;
}
.cid-uUjVaKCpaC .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uUjVaKCpaC .embla__button.embla__button--next {
  right: 20px;
}
.cid-uUjVaKCpaC .card {
  justify-content: center;
}
.cid-uUjVaKCpaC .embla {
  position: relative;
  width: 100%;
}
.cid-uUjVaKCpaC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUjVaKCpaC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUjVaKCpaC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUjVaKCpaC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUjVaKCpaC .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUjVaKCpaC .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUjVaKCpaC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUjVaKCpaC .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUjVaKCpaC .mbr-section-title {
  color: #8917ac;
  text-align: center;
}
.cid-uUjVaKCpaC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUjU0DtI6v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUjU0DtI6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjU0DtI6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjU0DtI6v .row {
  justify-content: center;
}
.cid-uUjU0DtI6v .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUjU0DtI6v .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUjU0DtI6v .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUjU0DtI6v .mbr-text {
  color: #fff7ee;
}
.cid-uUjU0DtI6v #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUjU0DtI6v img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUjU0EQsU3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjU0EQsU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjU0EQsU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjU0EQsU3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uUjU0EQsU3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uUjU0EQsU3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uUjU0EQsU3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uUjU0EQsU3 .container {
    padding: 0 14px;
  }
}
.cid-uUjU0EQsU3 .row {
  justify-content: center;
}
.cid-uUjU0EQsU3 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUjU0EQsU3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUjU0EQsU3 .panel-group .card {
  border-bottom: 1px solid #8917ac;
  border-radius: 0 !important;
}
.cid-uUjU0EQsU3 .panel-group .card:first-child {
  border-top: 1px solid #8917ac;
}
.cid-uUjU0EQsU3 .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUjU0EQsU3 .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uUjU0EQsU3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUjU0EQsU3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uUjU0EQsU3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUjU0EQsU3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #7a2494;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uUjU0EQsU3 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUjU0EQsU3 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uUjU0EQsU3 .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uUjU0EQsU3 .mbr-section-title {
  color: #7a2494;
  text-align: left;
}
.cid-uUjU0EQsU3 .panel-title {
  color: #01004c;
}
.cid-uUjU0EQsU3 .panel-text {
  color: #712e88;
}
.cid-uUjU0EQsU3 .panel-title-edit {
  color: #958e95;
  text-align: center;
}
.cid-uUSXCiMG05 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUjU0BSytF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUjU0BSytF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjU0BSytF .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-uUjU0BSytF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUjU0BSytF .row {
  flex-direction: row-reverse;
}
.cid-uUjU0BSytF img {
  width: 100%;
}
.cid-uUSXFOzCqV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSXFOzCqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSXFOzCqV .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSXFOzCqV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSXFOzCqV .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSXFOzCqV .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSXFOzCqV .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSXFOzCqV .card-box {
  padding: 0 2rem;
}
.cid-uUSXFOzCqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSXFOzCqV .card-title,
.cid-uUSXFOzCqV .iconfont-wrapper,
.cid-uUSXFOzCqV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSXFOzCqV .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSXFOzCqV .mbr-section-btn {
  text-align: center;
}
.cid-uUSXFOzCqV .card-text,
.cid-uUSXFOzCqV .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSXFOzCqV .card-title,
.cid-uUSXFOzCqV .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSXFOzCqV .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUSXGitTuh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUSXGitTuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSXGitTuh .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSXGitTuh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSXGitTuh .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSXGitTuh .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSXGitTuh .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSXGitTuh .card-box {
  padding: 0 2rem;
}
.cid-uUSXGitTuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSXGitTuh .card-title,
.cid-uUSXGitTuh .iconfont-wrapper,
.cid-uUSXGitTuh .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSXGitTuh .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSXGitTuh .mbr-section-btn {
  text-align: center;
}
.cid-uUSXGitTuh .card-text,
.cid-uUSXGitTuh .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSXGitTuh .card-title,
.cid-uUSXGitTuh .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSXGitTuh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUTVhcJGiy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUjY3yBDdE {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUjY3yBDdE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uUjY3yBDdE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUjY3yBDdE .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uUjY3yBDdE .container {
    padding: 0 22px;
  }
}
.cid-uUjY3yBDdE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uUjY3yBDdE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUjY3yBDdE .embla__slide .slide-content {
  width: 100%;
}
.cid-uUjY3yBDdE .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUjY3yBDdE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUjY3yBDdE .embla__button--next,
.cid-uUjY3yBDdE .embla__button--prev {
  display: flex;
}
.cid-uUjY3yBDdE .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #8917ac !important;
  border: 1px solid #8917ac !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUjY3yBDdE .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #8917ac;
}
.cid-uUjY3yBDdE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUjY3yBDdE .embla__button:hover {
  opacity: 1 !important;
}
.cid-uUjY3yBDdE .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uUjY3yBDdE .embla__button.embla__button--next {
  right: 20px;
}
.cid-uUjY3yBDdE .card {
  justify-content: center;
}
.cid-uUjY3yBDdE .embla {
  position: relative;
  width: 100%;
}
.cid-uUjY3yBDdE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUjY3yBDdE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUjY3yBDdE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUjY3yBDdE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUjY3yBDdE .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUjY3yBDdE .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUjY3yBDdE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUjY3yBDdE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUjY3yBDdE .mbr-section-title {
  color: #8917ac;
  text-align: center;
}
.cid-uUjY3yBDdE .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUjY3zaSrV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUjY3zaSrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjY3zaSrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjY3zaSrV .row {
  justify-content: center;
}
.cid-uUjY3zaSrV .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUjY3zaSrV .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUjY3zaSrV .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUjY3zaSrV .mbr-text {
  color: #fff7ee;
}
.cid-uUjY3zaSrV #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUjY3zaSrV img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUjY3zCkku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjY3zCkku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjY3zCkku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjY3zCkku .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uUjY3zCkku .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uUjY3zCkku .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uUjY3zCkku .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uUjY3zCkku .container {
    padding: 0 14px;
  }
}
.cid-uUjY3zCkku .row {
  justify-content: center;
}
.cid-uUjY3zCkku .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUjY3zCkku .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUjY3zCkku .panel-group .card {
  border-bottom: 1px solid #8917ac;
  border-radius: 0 !important;
}
.cid-uUjY3zCkku .panel-group .card:first-child {
  border-top: 1px solid #8917ac;
}
.cid-uUjY3zCkku .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUjY3zCkku .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uUjY3zCkku .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUjY3zCkku .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uUjY3zCkku .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUjY3zCkku .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #7a2494;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uUjY3zCkku .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUjY3zCkku .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uUjY3zCkku .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uUjY3zCkku .mbr-section-title {
  color: #7a2494;
  text-align: left;
}
.cid-uUjY3zCkku .panel-title {
  color: #01004c;
}
.cid-uUjY3zCkku .panel-text {
  color: #712e88;
}
.cid-uUjY3zCkku .panel-title-edit {
  color: #958e95;
  text-align: center;
}
.cid-uUSVm9cFPS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUjY3A9E4y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUjY3A9E4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjY3A9E4y .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-uUjY3A9E4y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUjY3A9E4y .row {
  flex-direction: row-reverse;
}
.cid-uUjY3A9E4y img {
  width: 100%;
}
.cid-uUSVs4ZvUY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSVs4ZvUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVs4ZvUY .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSVs4ZvUY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSVs4ZvUY .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSVs4ZvUY .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSVs4ZvUY .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSVs4ZvUY .card-box {
  padding: 0 2rem;
}
.cid-uUSVs4ZvUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVs4ZvUY .card-title,
.cid-uUSVs4ZvUY .iconfont-wrapper,
.cid-uUSVs4ZvUY .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSVs4ZvUY .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSVs4ZvUY .mbr-section-btn {
  text-align: center;
}
.cid-uUSVs4ZvUY .card-text,
.cid-uUSVs4ZvUY .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSVs4ZvUY .card-title,
.cid-uUSVs4ZvUY .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSVs4ZvUY .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUSVsGU8AQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUSVsGU8AQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVsGU8AQ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSVsGU8AQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSVsGU8AQ .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSVsGU8AQ .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSVsGU8AQ .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSVsGU8AQ .card-box {
  padding: 0 2rem;
}
.cid-uUSVsGU8AQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVsGU8AQ .card-title,
.cid-uUSVsGU8AQ .iconfont-wrapper,
.cid-uUSVsGU8AQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSVsGU8AQ .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSVsGU8AQ .mbr-section-btn {
  text-align: center;
}
.cid-uUSVsGU8AQ .card-text,
.cid-uUSVsGU8AQ .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSVsGU8AQ .card-title,
.cid-uUSVsGU8AQ .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSVsGU8AQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUTVjViPMe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUk79THjhG {
  display: flex;
  background-image: url("../../../assets/images/deuroal-ventanas-en-madrid-11.jpg-1476x984.jpg");
}
.cid-uUk79THjhG .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uUk79THjhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUk79THjhG .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uUk79THjhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uUk79THjhG {
    align-items: flex-end;
  }
  .cid-uUk79THjhG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUk79THjhG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUk79THjhG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUk79THjhG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUk79THjhG .content-wrap {
    width: 100%;
  }
}
.cid-uUk79THjhG .mbr-section-subtitle,
.cid-uUk79THjhG .line {
  color: #ffffff;
}
.cid-uUk79THjhG .mbr-text,
.cid-uUk79THjhG .mbr-section-btn {
  text-align: right;
}
.cid-uUk79THjhG .mbr-section-title {
  color: #ffffff;
}
.cid-uUpy3pGtzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpy3pGtzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpy3pGtzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpy3pGtzD .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUpy3pGtzD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUpy3pGtzD .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUpy3pGtzD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUpy3pGtzD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUpy3pGtzD .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uUpy3pGtzD .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uUpy3pGtzD .mbr-section-title {
  color: #ffffff;
}
.cid-uUpy3pGtzD .mbr-text {
  color: #ffffff;
}
.cid-uUpy3pGtzD .mbr-section-title,
.cid-uUpy3pGtzD .mbr-section-btn {
  color: #8917ac;
  text-align: left;
}
.cid-uUpy3pGtzD .mbr-text,
.cid-uUpy3pGtzD .text-wrapper {
  color: #2f212e;
  text-align: right;
}
.cid-uUSRKT2YGv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpqoKsf33 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUpqoKsf33 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUpqoKsf33 .mbr-section-title {
  margin-bottom: 20px;
  color: #712e88;
  text-align: left;
}
.cid-uUpqoKsf33 .mbr-text {
  margin-bottom: 50px;
}
.cid-uUpqoKsf33 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-uUpqoKsf33 .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(149, 142, 149, 0.07);
}
.cid-uUpqoKsf33 .item:nth-child(1) .mbr-iconfont {
  color: #958e95;
}
.cid-uUpqoKsf33 .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(113, 46, 136, 0.07);
}
.cid-uUpqoKsf33 .item:nth-child(2) .mbr-iconfont {
  color: #712e88;
}
.cid-uUpqoKsf33 .item:nth-child(3) .iconfont-wrapper {
  background-color: #f6f0f8;
}
.cid-uUpqoKsf33 .item:nth-child(3) .mbr-iconfont {
  color: #a56db9;
}
.cid-uUpqoKsf33 .item:nth-child(4) .iconfont-wrapper {
  background-color: #be43e7;
}
.cid-uUpqoKsf33 .item:nth-child(4) .mbr-iconfont {
  color: #480c5c;
}
.cid-uUpqoKsf33 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-uUpqoKsf33 .card_info {
  display: inline-block;
}
.cid-uUpqoKsf33 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-uUpqoKsf33 .iconfont-wrapper .mbr-iconfont {
  color: #958e95;
  font-size: 36px;
  line-height: 70px;
}
.cid-uUpqoKsf33 .card_title {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uUpqoKsf33 .card_text {
  margin-bottom: 0;
  text-align: left;
  color: #2f212e;
}
.cid-uUpqoKsf33 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-uUpqoKsf33 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpqoKsf33 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-uUpqoKsf33 .card_title {
    margin-bottom: 10px;
  }
  .cid-uUpqoKsf33 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uUpqoKsf33 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-uUpqoKsf33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpqoKsf33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpqoKsf33 .mbr-text,
.cid-uUpqoKsf33 .mbr-section-btn {
  color: #2f212e;
  text-align: left;
}
.cid-uUpyppU7rt {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uUpyppU7rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpyppU7rt .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uUpyppU7rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpyppU7rt h1 {
  max-width: 800px;
}
.cid-uUpyppU7rt p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUpyppU7rt {
    align-items: center;
  }
  .cid-uUpyppU7rt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUpyppU7rt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUpyppU7rt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUpyppU7rt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUpyppU7rt .content-wrap {
    width: 100%;
  }
}
.cid-uUpyppU7rt .mbr-section-subtitle,
.cid-uUpyppU7rt .line {
  color: #7a2494;
}
.cid-uUpyppU7rt .mbr-text,
.cid-uUpyppU7rt .mbr-section-btn {
  text-align: left;
  color: #2f212e;
}
.cid-uUpyppU7rt .mbr-section-title {
  color: #712e88;
}
.cid-uUk0pSlcNM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUk0pSlcNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUk0pSlcNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUk0pSlcNM .row {
  justify-content: center;
}
.cid-uUk0pSlcNM .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUk0pSlcNM .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUk0pSlcNM .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUk0pSlcNM .mbr-text {
  color: #fff7ee;
}
.cid-uUk0pSlcNM #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUk0pSlcNM img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUSRNH1RpN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUvbsKdcTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/deuroal-ventanas-en-madrid-2.jpg");
}
.cid-uUvbsKdcTk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUvbsKdcTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvbsKdcTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvbsKdcTk .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uUvbsKdcTk .image-wrap {
    height: 300px;
  }
}
.cid-uUpWj1UtxC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpWj1UtxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpWj1UtxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpWj1UtxC .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uUpWj1UtxC .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUpWj1UtxC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUpWj1UtxC .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uUpWj1UtxC .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item:hover,
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uUpWj1UtxC .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #712e88;
  box-shadow: 4px 4px 0 0 #712e88;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #712e88;
  transition: all 0.3s ease-in-out;
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #8917ac;
}
.cid-uUpWj1UtxC .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uUpWj1UtxC .mbr-section-title {
  color: #7a2494;
  text-align: center;
}
.cid-uUpWj1UtxC .mbr-text,
.cid-uUpWj1UtxC .text-wrapper {
  color: #2f212e;
  text-align: center;
}
.cid-uUpWj1UtxC .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uUpXPsDDN1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpXPsDDN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpXPsDDN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpXPsDDN1 .row {
  justify-content: center;
}
.cid-uUpXPsDDN1 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUpXPsDDN1 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUpXPsDDN1 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpXPsDDN1 .mbr-text {
  color: #fff7ee;
}
.cid-uUpXPsDDN1 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUpXPsDDN1 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUpvqYbJVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/deuroal-ventanas-en-madrid-18.jpg-1500x1000.jpg");
}
.cid-uUpvqYbJVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpvqYbJVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpvqYbJVE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUpvqYbJVE .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uUpvqYbJVE .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uUpvqYbJVE .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uUpvqYbJVE .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uUpvqYbJVE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUpvqYbJVE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUpvqYbJVE .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpvqYbJVE .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUpvqYbJVE .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUpvqYbJVE .mbr-section-title {
  color: #f4f4f4;
}
.cid-uUpvqYbJVE .mbr-text {
  color: #d7d2d2;
}
.cid-uUpvqYbJVE .mbr-section-title,
.cid-uUpvqYbJVE .mbr-section-btn,
.cid-uUpvqYbJVE .content-wrapper {
  text-align: right;
  color: #712e88;
}
.cid-uUpvqYbJVE .mbr-text,
.cid-uUpvqYbJVE .text-wrapper {
  color: #ffffff;
}
.cid-uUk0pSOP0u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUk0pSOP0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUk0pSOP0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUk0pSOP0u .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uUk0pSOP0u .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uUk0pSOP0u .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uUk0pSOP0u .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uUk0pSOP0u .container {
    padding: 0 14px;
  }
}
.cid-uUk0pSOP0u .row {
  justify-content: center;
}
.cid-uUk0pSOP0u .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUk0pSOP0u .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUk0pSOP0u .panel-group .card {
  border-bottom: 1px solid #8917ac;
  border-radius: 0 !important;
}
.cid-uUk0pSOP0u .panel-group .card:first-child {
  border-top: 1px solid #8917ac;
}
.cid-uUk0pSOP0u .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUk0pSOP0u .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uUk0pSOP0u .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUk0pSOP0u .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uUk0pSOP0u .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUk0pSOP0u .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #7a2494;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uUk0pSOP0u .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUk0pSOP0u .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uUk0pSOP0u .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uUk0pSOP0u .mbr-section-title {
  color: #7a2494;
  text-align: left;
}
.cid-uUk0pSOP0u .panel-title {
  color: #01004c;
}
.cid-uUk0pSOP0u .panel-text {
  color: #712e88;
}
.cid-uUk0pSOP0u .panel-title-edit {
  color: #2f212e;
  text-align: center;
}
.cid-uUk0pTmhEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUk0pTmhEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUk0pTmhEG .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-uUk0pTmhEG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUk0pTmhEG .row {
  flex-direction: row-reverse;
}
.cid-uUk0pTmhEG img {
  width: 100%;
}
.cid-uUTURjY23G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUSsLH1m9J {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSsLH1m9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSsLH1m9J .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSsLH1m9J .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSsLH1m9J .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSsLH1m9J .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSsLH1m9J .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSsLH1m9J .card-box {
  padding: 0 2rem;
}
.cid-uUSsLH1m9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSsLH1m9J .card-title,
.cid-uUSsLH1m9J .iconfont-wrapper,
.cid-uUSsLH1m9J .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSsLH1m9J .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSsLH1m9J .mbr-section-btn {
  text-align: center;
}
.cid-uUSsLH1m9J .card-text,
.cid-uUSsLH1m9J .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSsLH1m9J .card-title,
.cid-uUSsLH1m9J .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSsLH1m9J .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUSsJBW4Rm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUSsJBW4Rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSsJBW4Rm .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSsJBW4Rm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSsJBW4Rm .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSsJBW4Rm .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSsJBW4Rm .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSsJBW4Rm .card-box {
  padding: 0 2rem;
}
.cid-uUSsJBW4Rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSsJBW4Rm .card-title,
.cid-uUSsJBW4Rm .iconfont-wrapper,
.cid-uUSsJBW4Rm .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSsJBW4Rm .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSsJBW4Rm .mbr-section-btn {
  text-align: center;
}
.cid-uUSsJBW4Rm .card-text,
.cid-uUSsJBW4Rm .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSsJBW4Rm .card-title,
.cid-uUSsJBW4Rm .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSsJBW4Rm .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUq2sXJuRd {
  background-image: url("../../../assets/images/deuroal-ventanas-en-madrid-21.jpg");
}
.cid-uUq2sXJuRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq2sXJuRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq2sXJuRd .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUq2sXJuRd .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uUq2sXJuRd .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUq2sXJuRd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uUq2sXJuRd .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUq2sXJuRd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUq2sXJuRd .mbr-label {
  color: #ffffff;
}
.cid-uUq2sXJuRd .mbr-section-title {
  color: #ffffff;
}
.cid-uUq2sXJuRd .mbr-text {
  color: #ffffff;
}
.cid-uUq4SMMy29 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUq4SMMy29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq4SMMy29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq4SMMy29 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUq4SMMy29 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUq4SMMy29 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUq4SMMy29 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUq4SMMy29 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUq4SMMy29 .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uUq4SMMy29 .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uUq4SMMy29 .mbr-section-title {
  color: #ffffff;
}
.cid-uUq4SMMy29 .mbr-text {
  color: #ffffff;
}
.cid-uUq4SMMy29 .mbr-section-title,
.cid-uUq4SMMy29 .mbr-section-btn {
  color: #8917ac;
  text-align: left;
}
.cid-uUq4SMMy29 .mbr-text,
.cid-uUq4SMMy29 .text-wrapper {
  color: #2f212e;
  text-align: right;
}
.cid-uUq5Rl9HcR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uUq5Rl9HcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq5Rl9HcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq5Rl9HcR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUq5Rl9HcR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUq5Rl9HcR .container {
    padding: 0 16px;
  }
}
.cid-uUq5Rl9HcR .decor-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uUq5Rl9HcR .decor-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uUq5Rl9HcR .decor-wrapper .circle_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 216px;
  border-radius: 100%;
  border: 5px solid #958e95;
}
.cid-uUq5Rl9HcR .decor-wrapper .circle_1 .circle_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 3px solid #958e95;
}
.cid-uUq5Rl9HcR .decor-wrapper .circle_1 .circle_2 .circle_3 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #8917ac;
}
.cid-uUq5Rl9HcR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uUq5Rl9HcR .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uUq5Rl9HcR .item {
  margin-bottom: 16px;
  border-top: 1px solid #712e88;
  padding-top: 12px;
}
@media (max-width: 992px) {
  .cid-uUq5Rl9HcR .item {
    margin-bottom: 32px;
  }
}
.cid-uUq5Rl9HcR .item .item-wrapper {
  height: 100%;
}
.cid-uUq5Rl9HcR .item .item-wrapper .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUq5Rl9HcR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUq5Rl9HcR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUq5Rl9HcR .card-text {
  color: #000000;
}
.cid-uUq5Rl9HcR .card-text,
.cid-uUq5Rl9HcR .mbr-section-btn {
  color: #2f212e;
}
.cid-uUSR8QNgxB {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUqclb1usJ {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-08-20-a-las-15.48.48.png");
}
.cid-uUqclb1usJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqclb1usJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqclb1usJ .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uUqclb1usJ .image-wrap {
    height: 350px;
  }
}
.cid-uUq6aBvjl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq6aBvjl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq6aBvjl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq6aBvjl0 .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uUq6aBvjl0 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uUq6aBvjl0 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUq6aBvjl0 .item-img {
    width: 100%;
  }
}
.cid-uUq6aBvjl0 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uUq6aBvjl0 .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uUq6aBvjl0 .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uUq6aBvjl0 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uUq6aBvjl0 .card-title {
  color: #8917ac;
}
.cid-uUq6aBvjl0 .card-text {
  margin-top: 20px;
  color: #131313;
}
.cid-uUq6aBvjl0 .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cid-uUq6aBvjl0 .line-items-wrap {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .cid-uUq6aBvjl0 .line-items-wrap {
    margin-top: 20px;
  }
}
.cid-uUq6aBvjl0 .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uUq6aBvjl0 .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uUq6aBvjl0 .line-text {
  color: #712e88;
  margin-right: auto;
  max-width: 70%;
}
.cid-uUq6aBvjl0 .line-number {
  color: #131313;
  margin-left: auto;
  max-width: 30%;
}
.cid-uUq6aBvjl0 .line {
  position: relative;
  width: 100%;
  height: 16px;
  background-color: #FFFFFF;
  border: 2px solid #c0bfc0;
  box-shadow: 4px 4px 0 #c0bfc0;
  border-radius: 0.25rem;
}
.cid-uUq6aBvjl0 .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #8917ac;
}
.cid-uUq6aBvjl0 .line-item-1 .line-number:before {
  content: "100";
}
.cid-uUq6aBvjl0 .line-item-1 .line-active {
  width: 100%;
}
.cid-uUq6aBvjl0 .line-item-2 .line-number:before {
  content: "92";
}
.cid-uUq6aBvjl0 .line-item-2 .line-active {
  width: 92%;
}
.cid-uUq6aBvjl0 .line-item-3 .line-number:before {
  content: "97";
}
.cid-uUq6aBvjl0 .line-item-3 .line-active {
  width: 97%;
}
.cid-uUq6aBvjl0 .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uUq6aBvjl0 .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uUq6aBvjl0 .card-text,
.cid-uUq6aBvjl0 .mbr-section-btn {
  color: #2f212e;
}
.cid-uUqIwWxcf8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUqIwWxcf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqIwWxcf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqIwWxcf8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUqIwWxcf8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUqIwWxcf8 .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uUqIwWxcf8 .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uUqIwWxcf8 .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uUqIwWxcf8 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUqIwWxcf8 .card-title {
  color: #0f0f0f;
}
.cid-uUqIwWxcf8 .card-text {
  color: #2f212e;
}
.cid-uUqIwWxcf8 .mbr-section-title,
.cid-uUqIwWxcf8 .mbr-section-btn {
  color: #2f212e;
}
.cid-uUqIwWxcf8 .card-title,
.cid-uUqIwWxcf8 .mbr-section-btn {
  color: #8917ac;
}
.cid-uUrdHwgyvy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUrdHwgyvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrdHwgyvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUrdHwgyvy .row {
  justify-content: center;
}
.cid-uUrdHwgyvy .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUrdHwgyvy .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUrdHwgyvy .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUrdHwgyvy .mbr-text {
  color: #fff7ee;
}
.cid-uUrdHwgyvy #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUrdHwgyvy img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUSRF6V2KM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUr8Wvd40c {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUr8Wvd40c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr8Wvd40c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr8Wvd40c .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUr8Wvd40c .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUr8Wvd40c .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uUr8Wvd40c .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uUr8Wvd40c .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uUr8Wvd40c .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uUr8Wvd40c .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uUr8Wvd40c .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUr8Wvd40c .card-title {
  color: #0f0f0f;
}
.cid-uUr8Wvd40c .card-text {
  color: #2f212e;
}
.cid-uUr8Wvd40c .card-title,
.cid-uUr8Wvd40c .mbr-section-btn {
  color: #8917ac;
}
.cid-uUq0bceREA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq0bceREA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq0bceREA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq0bceREA .row {
  justify-content: center;
}
.cid-uUq0bceREA .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUq0bceREA .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUq0bceREA .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUq0bceREA .mbr-text {
  color: #fff7ee;
}
.cid-uUq0bceREA #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUq0bceREA img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUq4KUFvKX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq4KUFvKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq4KUFvKX .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-uUq4KUFvKX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUq4KUFvKX .row {
  flex-direction: row-reverse;
}
.cid-uUq4KUFvKX img {
  width: 100%;
}
.cid-uUSsCCFMsg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSsCCFMsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSsCCFMsg .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSsCCFMsg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSsCCFMsg .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSsCCFMsg .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSsCCFMsg .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSsCCFMsg .card-box {
  padding: 0 2rem;
}
.cid-uUSsCCFMsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSsCCFMsg .card-title,
.cid-uUSsCCFMsg .iconfont-wrapper,
.cid-uUSsCCFMsg .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSsCCFMsg .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSsCCFMsg .mbr-section-btn {
  text-align: center;
}
.cid-uUSsCCFMsg .card-text,
.cid-uUSsCCFMsg .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSsCCFMsg .card-title,
.cid-uUSsCCFMsg .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSsCCFMsg .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUSsDpKrOs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUSsDpKrOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSsDpKrOs .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSsDpKrOs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSsDpKrOs .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSsDpKrOs .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSsDpKrOs .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSsDpKrOs .card-box {
  padding: 0 2rem;
}
.cid-uUSsDpKrOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSsDpKrOs .card-title,
.cid-uUSsDpKrOs .iconfont-wrapper,
.cid-uUSsDpKrOs .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSsDpKrOs .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSsDpKrOs .mbr-section-btn {
  text-align: center;
}
.cid-uUSsDpKrOs .card-text,
.cid-uUSsDpKrOs .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSsDpKrOs .card-title,
.cid-uUSsDpKrOs .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSsDpKrOs .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUTUKVPbY5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpYXt3peo {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpYXt3peo .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpYXt3peo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpYXt3peo .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpYXt3peo .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpYXt3peo .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpYXt3peo .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpYXt3peo .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpYXt3peo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpYXt3peo .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpYXt3peo .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpYXt3peo .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpYXt3peo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpYXt3peo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpYXt3peo .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpYXt3peo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpYXt3peo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpYXt3peo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpYXt3peo .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpYXt3peo .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpYXt3peo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpYXt3peo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpYXt3peo .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpYXt3peo .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpYXt3peo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpYXt3peo .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpYXt3peo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpYXt3peo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpYXt3peo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpYXt3peo .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpYXt3peo .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpYXt3peo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpYXt3peo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpYXt3peo .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpYXt3peo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpYXt3peo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpYXt3peo .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpYXt3peo .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpYXt3peo .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpYXt3peo .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpYXt3peo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpYXt3peo .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpYXt3peo .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpYXt3peo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpYXt3peo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpYXt3peo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpYXt3peo .dropdown-item.active,
.cid-uUpYXt3peo .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpYXt3peo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpYXt3peo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpYXt3peo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpYXt3peo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpYXt3peo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpYXt3peo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpYXt3peo ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpYXt3peo .navbar-buttons {
  text-align: center;
}
.cid-uUpYXt3peo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpYXt3peo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpYXt3peo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpYXt3peo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpYXt3peo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpYXt3peo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpYXt3peo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpYXt3peo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpYXt3peo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpYXt3peo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpYXt3peo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpYXt3peo .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpYXt3peo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpYXt3peo .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpYXt3peo .nav-link:hover,
.cid-uUpYXt3peo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpYXt3peo .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpYXt3peo .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpYXt3peo .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUreNxvlAc {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-uUreNxvlAc .carousel {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uUreNxvlAc .carousel {
    height: 60vh;
  }
}
.cid-uUreNxvlAc .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUreNxvlAc .carousel-item,
.cid-uUreNxvlAc .carousel-inner {
  height: 100%;
}
.cid-uUreNxvlAc .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uUreNxvlAc .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uUreNxvlAc .content_wrap {
    padding: 60px 12px;
  }
}
.cid-uUreNxvlAc .carousel-item,
.cid-uUreNxvlAc .carousel-inner {
  height: 100%;
}
.cid-uUreNxvlAc .mbr-section-title {
  margin-bottom: 25px;
  color: #712e88;
}
.cid-uUreNxvlAc .mbr-section-btn {
  margin-top: 42px;
}
.cid-uUreNxvlAc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uUreNxvlAc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uUreNxvlAc .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-uUreNxvlAc .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-uUreNxvlAc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uUreNxvlAc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uUreNxvlAc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uUreNxvlAc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uUreNxvlAc .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #fef2f2;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-uUreNxvlAc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-uUreNxvlAc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-uUreNxvlAc .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-uUreNxvlAc .carousel-control {
    display: none !important;
  }
}
.cid-uUreNxvlAc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-uUreNxvlAc .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-uUreNxvlAc .carousel-indicators li.active,
.cid-uUreNxvlAc .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-uUreNxvlAc .carousel-indicators li::after,
.cid-uUreNxvlAc .carousel-indicators li::before {
  content: none;
}
.cid-uUreNxvlAc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUreNxvlAc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUreNxvlAc .height_100 {
    height: 100%;
  }
}
.cid-uUreNxvlAc .mbr-section-text,
.cid-uUreNxvlAc .mbr-section-btn {
  color: #2f212e;
}
.cid-uUSRWQWbdv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUvd9vhes3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUvd9vhes3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvd9vhes3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvd9vhes3 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUvd9vhes3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUvd9vhes3 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUvd9vhes3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUvd9vhes3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUvd9vhes3 .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uUvd9vhes3 .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uUvd9vhes3 .mbr-section-title {
  color: #ffffff;
}
.cid-uUvd9vhes3 .mbr-text {
  color: #ffffff;
}
.cid-uUvd9vhes3 .mbr-section-title,
.cid-uUvd9vhes3 .mbr-section-btn {
  color: #8917ac;
  text-align: left;
}
.cid-uUvd9vhes3 .mbr-text,
.cid-uUvd9vhes3 .text-wrapper {
  color: #2f212e;
}
.cid-uUvdxo6uni {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uUvdxo6uni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvdxo6uni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvdxo6uni .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUvdxo6uni .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUvdxo6uni .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uUvdxo6uni .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uUvdxo6uni .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box {
  padding: 240px 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 2px;
    padding: 20px;
  }
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 20px;
  }
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box .card-subtitle {
  margin-bottom: 14px;
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUvdxo6uni .items-wrapper .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uUvdxo6uni .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUvdxo6uni .mbr-section-title {
  color: #7a2494;
}
.cid-uUvdxo6uni .card-title {
  color: #0f0f0f;
}
.cid-uUvdxo6uni .card-subtitle {
  color: #666666;
}
.cid-uUvdxo6uni .card-text {
  color: #2f212e;
}
.cid-uUvdxo6uni .card-title,
.cid-uUvdxo6uni .mbr-section-btn {
  color: #7a2494;
}
.cid-uUvlHwiSql {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uUvlHwiSql .mbr-text {
  color: #2f212e;
}
.cid-uUvlHwiSql .mbr-section-subtitle {
  color: #7a2494;
}
.cid-uUvlHwiSql .mbr-section-title {
  color: #7a2494;
}
.cid-uUvlHwiSql .mbr-card-title {
  color: #ffffff;
}
.cid-uUvlHwiSql .mbr-card-title,
.cid-uUvlHwiSql .line {
  color: #7a2494;
}
.cid-uUvlHwiSql .mbr-text1 {
  color: #2f212e;
}
.cid-uUvlHwiSql h4 {
  line-height: 1.2;
}
.cid-uUSS1vdwRZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUvyZMLu84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/deuroal-ventanas-en-madrid-33.jpg");
}
.cid-uUvyZMLu84 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUvyZMLu84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvyZMLu84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvyZMLu84 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uUvyZMLu84 .image-wrap {
    height: 300px;
  }
}
.cid-uUvxF6TUbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUvxF6TUbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvxF6TUbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvxF6TUbu .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUvxF6TUbu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUvxF6TUbu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uUvxF6TUbu .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUvxF6TUbu .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 520px;
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .image-wrapper {
    min-height: auto;
    display: block;
  }
}
.cid-uUvxF6TUbu .image-wrapper .image-wrap {
  position: absolute;
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .image-wrapper .image-wrap {
    position: static;
    margin-bottom: 16px;
  }
}
.cid-uUvxF6TUbu .image-wrapper .image-wrap img {
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .image-wrapper .image-wrap img {
    border: 10px solid #ffffff;
  }
}
.cid-uUvxF6TUbu .image-wrapper .image_1 {
  top: 0;
  z-index: 3;
}
.cid-uUvxF6TUbu .image-wrapper .image_1 img {
  height: 320px;
  width: 550px;
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .image-wrapper .image_1 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uUvxF6TUbu .image-wrapper .image_2 {
  left: -7%;
  bottom: 0;
  z-index: 2;
}
.cid-uUvxF6TUbu .image-wrapper .image_2 img {
  height: 250px;
  width: 400px;
  transform: rotate(-5deg);
  box-shadow: 0 35px 50px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .image-wrapper .image_2 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uUvxF6TUbu .image-wrapper .image_3 {
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cid-uUvxF6TUbu .image-wrapper .image_3 img {
  height: 320px;
  width: 450px;
  transform: rotate(10deg);
  box-shadow: 0 35px 50px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uUvxF6TUbu .image-wrapper .image_3 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uUvxF6TUbu .mbr-section-title {
  color: #000c3f;
}
.cid-uUvxF6TUbu .mbr-text,
.cid-uUvxF6TUbu .text-wrapper {
  color: #2f212e;
}
.cid-uUvxF6TUbu .mbr-section-title,
.cid-uUvxF6TUbu .mbr-section-btn,
.cid-uUvxF6TUbu .address-wrapper {
  color: #7a2494;
}
.cid-uUq0fbn5UU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq0fbn5UU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq0fbn5UU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq0fbn5UU .row {
  justify-content: center;
}
.cid-uUq0fbn5UU .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUq0fbn5UU .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUq0fbn5UU .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUq0fbn5UU .mbr-text {
  color: #fff7ee;
}
.cid-uUq0fbn5UU #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUq0fbn5UU img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
#custom-html-ct {
  /* Por defecto, ocultar el vídeo de móvil en pantallas grandes */
  /* Mostrar el vídeo móvil solo en pantallas pequeñas */
  /* Asegurarse de que el vídeo cubra todo el área */
}
#custom-html-ct .video-movil {
  display: none;
}
@media (max-width: 767px) {
  #custom-html-ct .video-escritorio {
    display: none;
  }
  #custom-html-ct .video-movil {
    display: block;
    width: 100%;
    height: 100vh;
    /* Ocupar todo el alto de la pantalla */
    background-color: black;
    /* Evitar la pantalla negra si hay retraso en la carga */
  }
}
#custom-html-ct video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uUSttKqWlh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSttKqWlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSttKqWlh .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUSttKqWlh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSttKqWlh .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUSttKqWlh .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUSttKqWlh .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUSttKqWlh .card-box {
  padding: 0 2rem;
}
.cid-uUSttKqWlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSttKqWlh .card-title,
.cid-uUSttKqWlh .iconfont-wrapper,
.cid-uUSttKqWlh .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUSttKqWlh .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUSttKqWlh .mbr-section-btn {
  text-align: center;
}
.cid-uUSttKqWlh .card-text,
.cid-uUSttKqWlh .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUSttKqWlh .card-title,
.cid-uUSttKqWlh .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUSttKqWlh .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUStuu4fYb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUStuu4fYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUStuu4fYb .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUStuu4fYb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUStuu4fYb .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUStuu4fYb .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUStuu4fYb .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUStuu4fYb .card-box {
  padding: 0 2rem;
}
.cid-uUStuu4fYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUStuu4fYb .card-title,
.cid-uUStuu4fYb .iconfont-wrapper,
.cid-uUStuu4fYb .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUStuu4fYb .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUStuu4fYb .mbr-section-btn {
  text-align: center;
}
.cid-uUStuu4fYb .card-text,
.cid-uUStuu4fYb .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUStuu4fYb .card-title,
.cid-uUStuu4fYb .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUStuu4fYb .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUvKUXVq1F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUvKUXVq1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvKUXVq1F .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-uUvKUXVq1F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUvKUXVq1F .row {
  flex-direction: row-reverse;
}
.cid-uUvKUXVq1F img {
  width: 100%;
}
.cid-uUTUW8qEfC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpYXr8Dd1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpYXr8Dd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpYXr8Dd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpYXr8Dd1 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpYXr8Dd1 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpYXr8Dd1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpYXr8Dd1 .mbr-section-title {
  color: #191c25;
}
.cid-uUpYXr8Dd1 .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpYXr8Dd1 .mbr-section-title,
.cid-uUpYXr8Dd1 .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpZmY5I6v {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpZmY5I6v .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpZmY5I6v .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpZmY5I6v .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpZmY5I6v .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpZmY5I6v .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpZmY5I6v .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpZmY5I6v .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpZmY5I6v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpZmY5I6v .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpZmY5I6v .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpZmY5I6v .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpZmY5I6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpZmY5I6v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpZmY5I6v .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpZmY5I6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpZmY5I6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpZmY5I6v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpZmY5I6v .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpZmY5I6v .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpZmY5I6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpZmY5I6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpZmY5I6v .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpZmY5I6v .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpZmY5I6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpZmY5I6v .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpZmY5I6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpZmY5I6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpZmY5I6v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpZmY5I6v .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpZmY5I6v .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpZmY5I6v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpZmY5I6v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpZmY5I6v .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpZmY5I6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpZmY5I6v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpZmY5I6v .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpZmY5I6v .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpZmY5I6v .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpZmY5I6v .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpZmY5I6v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpZmY5I6v .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpZmY5I6v .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpZmY5I6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpZmY5I6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpZmY5I6v .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpZmY5I6v .dropdown-item.active,
.cid-uUpZmY5I6v .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpZmY5I6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpZmY5I6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpZmY5I6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpZmY5I6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpZmY5I6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpZmY5I6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpZmY5I6v ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpZmY5I6v .navbar-buttons {
  text-align: center;
}
.cid-uUpZmY5I6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpZmY5I6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpZmY5I6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpZmY5I6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpZmY5I6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpZmY5I6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpZmY5I6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpZmY5I6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpZmY5I6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpZmY5I6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpZmY5I6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpZmY5I6v .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpZmY5I6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpZmY5I6v .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpZmY5I6v .nav-link:hover,
.cid-uUpZmY5I6v .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpZmY5I6v .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpZmY5I6v .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpZmY5I6v .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUvzvTXHRb {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uUvzvTXHRb {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uUvzvTXHRb {
    padding-top: 0.9rem;
    padding-bottom: 2.4rem;
  }
}
.cid-uUvzvTXHRb .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uUvzvTXHRb .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-uUvzvTXHRb .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-uUvzvTXHRb .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUvzvTXHRb .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-uUvzvTXHRb .text-wrapper {
  background: #f7f7f7;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uUvzvTXHRb .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-uUvzvTXHRb .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-uUvzvTXHRb .display-1 {
    font-size: 65px;
  }
  .cid-uUvzvTXHRb .display-5 {
    font-size: 29px;
  }
}
.cid-uUvzvTXHRb .mbr-section-btn {
  background: #f7f7f7;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUvzvTXHRb .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-uUvzvTXHRb .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-uUvzvTXHRb .mbr-section-title {
  color: #7a2494;
  text-align: right;
}
.cid-uUvzvTXHRb .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-uUvBPjyBlr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUvzoLcbR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUvzoLcbR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvzoLcbR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvzoLcbR0 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUvzoLcbR0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUvzoLcbR0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUvzoLcbR0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUvzoLcbR0 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUvzoLcbR0 .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uUvzoLcbR0 .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uUvzoLcbR0 .mbr-section-title {
  color: #ffffff;
}
.cid-uUvzoLcbR0 .mbr-text {
  color: #ffffff;
}
.cid-uUvzoLcbR0 .mbr-section-title,
.cid-uUvzoLcbR0 .mbr-section-btn {
  color: #8917ac;
  text-align: left;
}
.cid-uUvzoLcbR0 .mbr-text,
.cid-uUvzoLcbR0 .text-wrapper {
  color: #2f212e;
}
.cid-uUvKQOVgts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUvKQOVgts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvKQOVgts .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-uUvKQOVgts .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUvKQOVgts .row {
  flex-direction: row-reverse;
}
.cid-uUvKQOVgts img {
  width: 100%;
}
.cid-uUq0ju8esL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq0ju8esL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq0ju8esL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq0ju8esL .row {
  justify-content: center;
}
.cid-uUq0ju8esL .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUq0ju8esL .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUq0ju8esL .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUq0ju8esL .mbr-text {
  color: #fff7ee;
}
.cid-uUq0ju8esL #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUq0ju8esL img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUSS7AQi8N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUStCAPNap {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUStCAPNap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUStCAPNap .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUStCAPNap .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUStCAPNap .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUStCAPNap .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUStCAPNap .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUStCAPNap .card-box {
  padding: 0 2rem;
}
.cid-uUStCAPNap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUStCAPNap .card-title,
.cid-uUStCAPNap .iconfont-wrapper,
.cid-uUStCAPNap .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUStCAPNap .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUStCAPNap .mbr-section-btn {
  text-align: center;
}
.cid-uUStCAPNap .card-text,
.cid-uUStCAPNap .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUStCAPNap .card-title,
.cid-uUStCAPNap .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUStCAPNap .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUStDiAyQd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUStDiAyQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUStDiAyQd .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUStDiAyQd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUStDiAyQd .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUStDiAyQd .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUStDiAyQd .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUStDiAyQd .card-box {
  padding: 0 2rem;
}
.cid-uUStDiAyQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUStDiAyQd .card-title,
.cid-uUStDiAyQd .iconfont-wrapper,
.cid-uUStDiAyQd .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUStDiAyQd .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUStDiAyQd .mbr-section-btn {
  text-align: center;
}
.cid-uUStDiAyQd .card-text,
.cid-uUStDiAyQd .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUStDiAyQd .card-title,
.cid-uUStDiAyQd .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUStDiAyQd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUTV12nTaj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpZmV1Qyi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpZmV1Qyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpZmV1Qyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpZmV1Qyi .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpZmV1Qyi .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpZmV1Qyi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpZmV1Qyi .mbr-section-title {
  color: #191c25;
}
.cid-uUpZmV1Qyi .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpZmV1Qyi .mbr-section-title,
.cid-uUpZmV1Qyi .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpZBC5jd6 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpZBC5jd6 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpZBC5jd6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpZBC5jd6 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpZBC5jd6 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpZBC5jd6 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpZBC5jd6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpZBC5jd6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpZBC5jd6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpZBC5jd6 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpZBC5jd6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpZBC5jd6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpZBC5jd6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpZBC5jd6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpZBC5jd6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpZBC5jd6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpZBC5jd6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpZBC5jd6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpZBC5jd6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpZBC5jd6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpZBC5jd6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpZBC5jd6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpZBC5jd6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpZBC5jd6 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpZBC5jd6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpZBC5jd6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpZBC5jd6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpZBC5jd6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpZBC5jd6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpZBC5jd6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpZBC5jd6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpZBC5jd6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpZBC5jd6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpZBC5jd6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpZBC5jd6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpZBC5jd6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpZBC5jd6 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpZBC5jd6 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpZBC5jd6 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpZBC5jd6 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpZBC5jd6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpZBC5jd6 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpZBC5jd6 .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpZBC5jd6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpZBC5jd6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpZBC5jd6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpZBC5jd6 .dropdown-item.active,
.cid-uUpZBC5jd6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpZBC5jd6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpZBC5jd6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpZBC5jd6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpZBC5jd6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpZBC5jd6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpZBC5jd6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpZBC5jd6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpZBC5jd6 .navbar-buttons {
  text-align: center;
}
.cid-uUpZBC5jd6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpZBC5jd6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpZBC5jd6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpZBC5jd6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpZBC5jd6 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpZBC5jd6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpZBC5jd6 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpZBC5jd6 .nav-link:hover,
.cid-uUpZBC5jd6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpZBC5jd6 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpZBC5jd6 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpZBC5jd6 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUvEEv4NZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uUvEEv4NZ8 .container-fluid {
  padding-right: 0;
}
.cid-uUvEEv4NZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvEEv4NZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvEEv4NZ8 .title {
  display: flex;
  align-items: center;
}
.cid-uUvEEv4NZ8 .title-wrapper {
  width: 100%;
}
.cid-uUvEEv4NZ8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUvEEv4NZ8 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uUvEEv4NZ8 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUvEEv4NZ8 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uUvEEv4NZ8 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUvEEv4NZ8 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uUvEEv4NZ8 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uUvEEv4NZ8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUvEEv4NZ8 .mbr-section-subtitle {
  color: #181818;
}
.cid-uUvEEv4NZ8 .mbr-section-title {
  color: #181818;
}
.cid-uUvEEv4NZ8 .mbr-text {
  color: #2f212e;
}
.cid-uUvEEv4NZ8 .mbr-section-title,
.cid-uUvEEv4NZ8 .mbr-section-btn {
  color: #7a2494;
}
.cid-uUvCiDywkv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUvCiDywkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvCiDywkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvCiDywkv .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUvCiDywkv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUvCiDywkv .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUvCiDywkv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUvCiDywkv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUvCiDywkv .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uUvCiDywkv .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uUvCiDywkv .mbr-section-title {
  color: #ffffff;
}
.cid-uUvCiDywkv .mbr-text {
  color: #ffffff;
}
.cid-uUvCiDywkv .mbr-section-title,
.cid-uUvCiDywkv .mbr-section-btn {
  color: #8917ac;
  text-align: left;
}
.cid-uUvCiDywkv .mbr-text,
.cid-uUvCiDywkv .text-wrapper {
  color: #2f212e;
}
.cid-uUvG9YbAJv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uUvG9YbAJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvG9YbAJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvG9YbAJv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUvG9YbAJv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUvG9YbAJv .container {
    padding: 0 16px;
  }
}
.cid-uUvG9YbAJv .decor-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUvG9YbAJv .decor-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uUvG9YbAJv .decor-wrapper .circle_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 216px;
  border-radius: 100%;
  border: 5px solid #8917ac;
}
.cid-uUvG9YbAJv .decor-wrapper .circle_1 .circle_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 3px solid #8917ac;
}
.cid-uUvG9YbAJv .decor-wrapper .circle_1 .circle_2 .circle_3 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #393193;
}
.cid-uUvG9YbAJv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uUvG9YbAJv .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uUvG9YbAJv .item {
  margin-bottom: 16px;
  border-top: 1px solid #712e88;
  padding-top: 12px;
}
@media (max-width: 992px) {
  .cid-uUvG9YbAJv .item {
    margin-bottom: 32px;
  }
}
.cid-uUvG9YbAJv .item .item-wrapper {
  height: 100%;
}
.cid-uUvG9YbAJv .item .item-wrapper .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUvG9YbAJv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUvG9YbAJv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUvG9YbAJv .card-text {
  color: #000000;
}
.cid-uUvG9YbAJv .card-text,
.cid-uUvG9YbAJv .mbr-section-btn {
  color: #2f212e;
  text-align: right;
}
.cid-uUvH496k6H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUvH496k6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvH496k6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvH496k6H .row {
  justify-content: center;
}
.cid-uUvH496k6H .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUvH496k6H .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUvH496k6H .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUvH496k6H .mbr-text {
  color: #fff7ee;
}
.cid-uUvH496k6H #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUvH496k6H img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUSSgry9mg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
#custom-html-c2 {
  /* Por defecto, ocultar el vídeo de móvil en pantallas grandes */
  /* Mostrar el vídeo móvil solo en pantallas pequeñas */
  /* Asegurarse de que el vídeo cubra todo el área */
}
#custom-html-c2 .video-movil {
  display: none;
}
@media (max-width: 767px) {
  #custom-html-c2 .video-escritorio {
    display: none;
  }
  #custom-html-c2 .video-movil {
    display: block;
    width: 100%;
    height: 100vh;
    /* Ocupar todo el alto de la pantalla */
    background-color: black;
    /* Evitar la pantalla negra si hay retraso en la carga */
  }
}
#custom-html-c2 video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uUvH2FywnB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUvH2FywnB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUvH2FywnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvH2FywnB .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-uUvH2FywnB .row {
  justify-content: center;
}
.cid-uUvH2FywnB .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-uUvH2FywnB .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uUvH2FywnB .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uUvH2FywnB .card-link {
  color: #8917ac;
  text-align: right;
}
.cid-uUvH2FywnB .card-link:hover a {
  background-image: none !important;
}
.cid-uUvH2FywnB .mbr-section-subtitle {
  color: #8917ac;
}
.cid-uUvH2FywnB .card-text {
  color: #2f212e;
  text-align: right;
}
.cid-uUvH2FywnB .card-title,
.cid-uUvH2FywnB .iconfont-wrapper {
  color: #7a2494;
  text-align: center;
}
.cid-uUvH2FywnB .mbr-section-title {
  color: #958e95;
}
.cid-uUSSkthNKx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUvIOimb5g {
  background-image: url("../../../assets/images/deuroal-ventanas-en-madrid-40.jpg");
}
.cid-uUvIOimb5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvIOimb5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvIOimb5g .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uUvIOimb5g .image-wrapper {
    height: 350px;
  }
}
.cid-uUvIIq1Eqz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUvIIq1Eqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvIIq1Eqz .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-uUvIIq1Eqz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUvIIq1Eqz .row {
  flex-direction: row-reverse;
}
.cid-uUvIIq1Eqz img {
  width: 100%;
}
.cid-uUq05qJK7P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq05qJK7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq05qJK7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq05qJK7P .row {
  justify-content: center;
}
.cid-uUq05qJK7P .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uUq05qJK7P .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUq05qJK7P .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUq05qJK7P .mbr-text {
  color: #fff7ee;
}
.cid-uUq05qJK7P #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uUq05qJK7P img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUStY0gYov {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUStY0gYov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUStY0gYov .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUStY0gYov .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUStY0gYov .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUStY0gYov .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUStY0gYov .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUStY0gYov .card-box {
  padding: 0 2rem;
}
.cid-uUStY0gYov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUStY0gYov .card-title,
.cid-uUStY0gYov .iconfont-wrapper,
.cid-uUStY0gYov .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUStY0gYov .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUStY0gYov .mbr-section-btn {
  text-align: center;
}
.cid-uUStY0gYov .card-text,
.cid-uUStY0gYov .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUStY0gYov .card-title,
.cid-uUStY0gYov .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUStY0gYov .mbr-section-subtitle {
  color: #712e88;
  text-align: left;
}
.cid-uUStXop2WV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUStXop2WV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUStXop2WV .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uUStXop2WV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUStXop2WV .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uUStXop2WV .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uUStXop2WV .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uUStXop2WV .card-box {
  padding: 0 2rem;
}
.cid-uUStXop2WV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUStXop2WV .card-title,
.cid-uUStXop2WV .iconfont-wrapper,
.cid-uUStXop2WV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUStXop2WV .mbr-section-title {
  color: #712e88;
  text-align: left;
}
.cid-uUStXop2WV .mbr-section-btn {
  text-align: center;
}
.cid-uUStXop2WV .card-text,
.cid-uUStXop2WV .mbr-section-btn {
  color: #712e88;
  text-align: left;
}
.cid-uUStXop2WV .card-title,
.cid-uUStXop2WV .iconfont-wrapper {
  text-align: left;
  color: #712e88;
}
.cid-uUStXop2WV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUTV5LhOHJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUpZBAAA9K {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpZBAAA9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpZBAAA9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpZBAAA9K .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpZBAAA9K .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpZBAAA9K .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpZBAAA9K .mbr-section-title {
  color: #191c25;
}
.cid-uUpZBAAA9K .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpZBAAA9K .mbr-section-title,
.cid-uUpZBAAA9K .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUq0UdpGrw {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUq0UdpGrw .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUq0UdpGrw .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUq0UdpGrw .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUq0UdpGrw .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUq0UdpGrw .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUq0UdpGrw .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUq0UdpGrw .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUq0UdpGrw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUq0UdpGrw .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUq0UdpGrw .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUq0UdpGrw .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUq0UdpGrw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUq0UdpGrw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUq0UdpGrw .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUq0UdpGrw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUq0UdpGrw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUq0UdpGrw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUq0UdpGrw .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUq0UdpGrw .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUq0UdpGrw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUq0UdpGrw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUq0UdpGrw .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUq0UdpGrw .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUq0UdpGrw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUq0UdpGrw .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUq0UdpGrw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUq0UdpGrw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUq0UdpGrw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUq0UdpGrw .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUq0UdpGrw .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUq0UdpGrw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUq0UdpGrw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUq0UdpGrw .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUq0UdpGrw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUq0UdpGrw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUq0UdpGrw .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUq0UdpGrw .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUq0UdpGrw .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUq0UdpGrw .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUq0UdpGrw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUq0UdpGrw .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUq0UdpGrw .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUq0UdpGrw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUq0UdpGrw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUq0UdpGrw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUq0UdpGrw .dropdown-item.active,
.cid-uUq0UdpGrw .dropdown-item:active {
  background-color: transparent;
}
.cid-uUq0UdpGrw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUq0UdpGrw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUq0UdpGrw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUq0UdpGrw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUq0UdpGrw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUq0UdpGrw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUq0UdpGrw ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUq0UdpGrw .navbar-buttons {
  text-align: center;
}
.cid-uUq0UdpGrw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUq0UdpGrw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUq0UdpGrw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUq0UdpGrw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUq0UdpGrw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUq0UdpGrw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUq0UdpGrw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq0UdpGrw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUq0UdpGrw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUq0UdpGrw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUq0UdpGrw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUq0UdpGrw .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUq0UdpGrw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUq0UdpGrw .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUq0UdpGrw .nav-link:hover,
.cid-uUq0UdpGrw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUq0UdpGrw .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUq0UdpGrw .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUq0UdpGrw .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUvLM3EyHx {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-uUvLM3EyHx .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uUvLM3EyHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvLM3EyHx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uUvLM3EyHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvLM3EyHx p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUvLM3EyHx {
    align-items: center;
  }
  .cid-uUvLM3EyHx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUvLM3EyHx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUvLM3EyHx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUvLM3EyHx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUvLM3EyHx .content-wrap {
    width: 100%;
  }
}
.cid-uUvLM3EyHx .mbr-section-subtitle,
.cid-uUvLM3EyHx .line {
  color: #ffffff;
}
.cid-uUvLM3EyHx .mbr-text,
.cid-uUvLM3EyHx .mbr-section-btn {
  text-align: right;
}
.cid-uUvLM3EyHx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUq0UcFdP0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq0UcFdP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq0UcFdP0 .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-uUq0UcFdP0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUq0UcFdP0 .row {
  flex-direction: row-reverse;
}
.cid-uUq0UcFdP0 img {
  width: 100%;
}
.cid-uUSr2Fh6t0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uUSr2Fh6t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSr2Fh6t0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSr2Fh6t0 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uUSr2Fh6t0 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUSr2Fh6t0 .content-wrapper {
    padding: 0;
  }
}
.cid-uUSr2Fh6t0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSr2Fh6t0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uUSr2Fh6t0 .mbr-section-title,
.cid-uUSr2Fh6t0 .title-wrapper {
  color: #ffffff;
}
.cid-uUSr2Fh6t0 .mbr-section-title,
.cid-uUSr2Fh6t0 .mbr-section-btn,
.cid-uUSr2Fh6t0 .title-wrapper {
  text-align: left;
  color: #2f212e;
}
.cid-uUTVbWX19h {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUq0UgrTjm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUq0UgrTjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq0UgrTjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq0UgrTjm .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUq0UgrTjm .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUq0UgrTjm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUq0UgrTjm .mbr-section-title {
  color: #191c25;
}
.cid-uUq0UgrTjm .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUq0UgrTjm .mbr-section-title,
.cid-uUq0UgrTjm .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpm6t6EQD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uUpm6t6EQD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uUpm6t6EQD .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uUpm6t6EQD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUpm6t6EQD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uUpm6t6EQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #480c5c;
}
.cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uUpm6t6EQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpm6t6EQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uUpm6t6EQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uUpm6t6EQD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uUpm6t6EQD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uUpm6t6EQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uUpm6t6EQD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uUpm6t6EQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uUpm6t6EQD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uUpm6t6EQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uUpm6t6EQD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpm6t6EQD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uUpm6t6EQD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uUpm6t6EQD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpm6t6EQD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uUpm6t6EQD .navbar-brand {
  height: 2.5rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpm6t6EQD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpm6t6EQD .dropdown-item.active,
.cid-uUpm6t6EQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpm6t6EQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUpm6t6EQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uUpm6t6EQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpm6t6EQD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uUpm6t6EQD .navbar-buttons {
  text-align: center;
}
.cid-uUpm6t6EQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #712e88;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uUpm6t6EQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpm6t6EQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uUpm6t6EQD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uUpm6t6EQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uUpm6t6EQD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uUpm6t6EQD .nav-link:hover,
.cid-uUpm6t6EQD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpm6t6EQD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uUpm6t6EQD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uUpm6t6EQD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uqw3HhuIro {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1403x935.jpg");
}
.cid-uqw3HhuIro .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uqw3HhuIro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqw3HhuIro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqw3HhuIro .content-wrap {
  justify-content: center;
}
.cid-uqw3HhuIro .card-wrapper {
  padding: 190px 32px;
  background-color: #f4f2ef;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uqw3HhuIro .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uqw3HhuIro .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uqw3HhuIro .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uqw3HhuIro .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uqw3HhuIro .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqw3HhuIro .mbr-section-title {
  color: #150764;
}
.cid-uqw3HhuIro .mbr-text,
.cid-uqw3HhuIro .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uqw3HhuIro .mbr-section-title,
.cid-uqw3HhuIro .mbr-section-btn,
.cid-uqw3HhuIro .logo-wrapper {
  text-align: center;
  color: #712e88;
}
.cid-uUpEa7fSQe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUpEa7fSQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpEa7fSQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uUpEa7fSQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUpEa7fSQe .mbr-section-title {
  color: #191c25;
}
.cid-uUpEa7fSQe .mbr-copy {
  color: #2f212e;
  text-align: center;
}
.cid-uUpEa7fSQe .mbr-section-title,
.cid-uUpEa7fSQe .logo-wrapper {
  text-align: center;
  color: #712e88;
}
