.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.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: #ffffff !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #402e59 !important;
}
.bg-danger {
  background-color: #776ac8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9461b0 !important;
  border-color: #9461b0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ab83c1 !important;
  border-color: #ab83c1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ab83c1 !important;
  border-color: #ab83c1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #402e59 !important;
  border-color: #402e59 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #583f7b !important;
  border-color: #583f7b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #583f7b !important;
  border-color: #583f7b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #776ac8 !important;
  border-color: #776ac8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #998fd6 !important;
  border-color: #998fd6 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #998fd6 !important;
  border-color: #998fd6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9461b0;
  color: #9461b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #663e7c !important;
  background-color: transparent !important;
  border-color: #663e7c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9461b0 !important;
  border-color: #9461b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #402e59;
  color: #402e59;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #171020 !important;
  background-color: transparent !important;
  border-color: #171020 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #402e59 !important;
  border-color: #402e59 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #776ac8;
  color: #776ac8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #493ba0 !important;
  background-color: transparent !important;
  border-color: #493ba0 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #776ac8 !important;
  border-color: #776ac8 !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: #ffffff !important;
}
.text-secondary {
  color: #9461b0 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #402e59 !important;
}
.text-danger {
  color: #776ac8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5e3972 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #100b16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #443795 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: transparent;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #402e59;
}
.alert-danger {
  background-color: #776ac8;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7d5cab;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ccc7ea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9461b0 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #ffffff;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #9461b0;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #eeeeee;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #402e59;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #776ac8;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-tWwgujl84C {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWwgujl84C .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwgujl84C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwgujl84C .menu_box .navbar.opened,
  .cid-tWwgujl84C .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwgujl84C nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-tWwgujl84C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwgujl84C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwgujl84C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwgujl84C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwgujl84C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwgujl84C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-body .mbr-text,
  .cid-tWwgujl84C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwgujl84C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwgujl84C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwgujl84C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwgujl84C .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwgujl84C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwgujl84C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwgujl84C .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwgujl84C .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwgujl84C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgujl84C .nav-item .nav-link:hover::before,
.cid-tWwgujl84C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwgujl84C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwgujl84C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwgujl84C .offcanvas_box {
    display: none;
  }
}
.cid-tWwgujl84C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwgujl84C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwgujl84C .container {
  display: flex;
  margin: auto;
}
.cid-tWwgujl84C .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwgujl84C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwgujl84C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwgujl84C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .navbar-nav {
    margin: 0;
  }
}
.cid-tWwgujl84C .dropdown-menu,
.cid-tWwgujl84C .navbar.opened {
  background-color: false !important;
}
.cid-tWwgujl84C .nav-item:focus,
.cid-tWwgujl84C .nav-link:focus {
  outline: none;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwgujl84C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwgujl84C .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwgujl84C .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwgujl84C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwgujl84C .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwgujl84C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwgujl84C .navbar.collapsed {
  justify-content: center;
}
.cid-tWwgujl84C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwgujl84C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwgujl84C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwgujl84C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwgujl84C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwgujl84C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwgujl84C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwgujl84C .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwgujl84C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwgujl84C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwgujl84C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwgujl84C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwgujl84C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWwgujl84C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwgujl84C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwgujl84C .dropdown-item.active,
.cid-tWwgujl84C .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwgujl84C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwgujl84C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwgujl84C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwgujl84C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwgujl84C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwgujl84C .navbar {
    height: 70px;
  }
  .cid-tWwgujl84C .navbar.opened {
    height: auto;
  }
  .cid-tWwgujl84C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwgujl84C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwgujl84C .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwgujl84C .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwgujl84C .text_widget {
  margin-bottom: 32px;
}
.cid-tWwgujl84C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwgujl84C .text_widget a:hover,
.cid-tWwgujl84C .text_widget a:focus {
  opacity: .8;
}
.cid-tWwgujl84C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .navbar-caption {
  color: #000000;
}
.cid-tWwgujl84C .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .mbr-section-subtitle,
.cid-tWwgujl84C .text_widget,
.cid-tWwgujl84C .mbr-section-btn {
  text-align: center;
}
.cid-tWwgujl84C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWwgutd2TC {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-tWwgutd2TC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwgutd2TC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/whatsapp-image-2025-01-23-at-6.44.13-pm-2000x1142.jpg");
}
@media (max-width: 992px) {
  .cid-tWwgutd2TC .container {
    padding: 0 22px;
  }
}
.cid-tWwgutd2TC .content-wrapper {
  padding-bottom: 60%;
}
.cid-tWwgutd2TC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwgutd2TC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWwgutd2TC .mbr-section-title {
  color: #ffffff;
}
.cid-tWwgutd2TC .mbr-text {
  color: #ffffff;
}
.cid-tWwgutd2TC .mbr-section-title,
.cid-tWwgutd2TC .mbr-section-btn {
  color: #ffffff;
}
.cid-uDM30LFPx1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ddd5e8;
}
.cid-uDM30LFPx1 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uDM30LFPx1 input:hover {
  border: none !important;
}
.cid-uDM30LFPx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDM30LFPx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDM30LFPx1 .number-wrap {
  color: #523f6d;
  text-align: center;
}
.cid-uDM30LFPx1 .number {
  color: #9461b0;
  white-space: nowrap;
  font-size: 3.5rem!important;
}
.cid-uDM30LFPx1 .row {
  justify-content: center;
}
.cid-uDM30LFPx1 .period {
  display: block;
}
.cid-uDM30LFPx1 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uDM30LFPx1 .period {
    font-size: 0.8rem;
  }
}
.cid-uDM30LFPx1 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uDM30LFPx1 .btn {
    margin-left: 0.625rem;
  }
}
.cid-uDM30LFPx1 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uDM30LFPx1 .mbr-section-btn .btn {
  width: auto;
}
.cid-uDM30LFPx1 .justify-content-center {
  align-items: center;
}
.cid-uDM30LFPx1 .mbr-section-title {
  color: #634d94;
}
.cid-uDM30LFPx1 .mbr-section-subtitle,
.cid-uDM30LFPx1 .mbr-text {
  color: #ffffff;
}
.cid-uDM30LFPx1 .mbr-text {
  color: #402e59;
}
.cid-uB6fxmmqg9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB6fxmmqg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6fxmmqg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB6fxmmqg9 .container {
    padding: 0 22px;
  }
}
.cid-uB6fxmmqg9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB6fxmmqg9 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uKqXyIR76l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKqXyIR76l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqXyIR76l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uKqXyIR76l .container {
  max-width: 100%;
  width: 100%;
}
.cid-uKqXyIR76l .row {
  justify-content: center;
}
.cid-uKqXyIR76l .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uKqXyIR76l .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uKqXyIR76l .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uKqXyIR76l .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uKqXyIR76l .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uKqXyIR76l .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uB6Q8MOxPm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uB6Q8MOxPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6Q8MOxPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uB6Q8MOxPm .container {
  max-width: 100%;
  width: 100%;
}
.cid-uB6Q8MOxPm .row {
  justify-content: center;
}
.cid-uB6Q8MOxPm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uB6Q8MOxPm .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uB6Q8MOxPm .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uB6Q8MOxPm .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uB6Q8MOxPm .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uB6Q8MOxPm .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uB6Pdioe07 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uB6Pdioe07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6Pdioe07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uB6Pdioe07 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uB6Pdioe07 .row {
  justify-content: center;
}
.cid-uB6Pdioe07 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uB6Pdioe07 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uB6Pdioe07 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uB6Pdioe07 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uB6Pdioe07 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uB6Pdioe07 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uG8g81BwkN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uG8g81BwkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG8g81BwkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uG8g81BwkN .container {
  max-width: 100%;
  width: 100%;
}
.cid-uG8g81BwkN .row {
  justify-content: center;
}
.cid-uG8g81BwkN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uG8g81BwkN .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uG8g81BwkN .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uG8g81BwkN .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uG8g81BwkN .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uG8g81BwkN .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uHTAT1OXQb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2edfa;
}
.cid-uHTAT1OXQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTAT1OXQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHTAT1OXQb .container {
    padding: 0 22px;
  }
}
.cid-uHTAT1OXQb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHTAT1OXQb .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHTAtwWpsI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f2edfa;
}
@media (max-width: 992px) {
  .cid-uHTAtwWpsI .container {
    padding: 0 22px;
  }
}
.cid-uHTAtwWpsI .title-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uHTAtwWpsI .title-wrapper .mbr-section-title {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.cid-uHTAtwWpsI .etapa {
  background: #8790c7!important;
}
.cid-uHTAtwWpsI .fin_etapa {
  background-color: #d4d3d3!important;
}
.cid-uHTAtwWpsI .tres {
  background-color: #a262c4!important;
}
.cid-uHTAtwWpsI .cuatro {
  background-color: #ad86c4!important;
}
.cid-uHTAtwWpsI .cinco {
  background-color: #c384c4!important;
}
.cid-uHTAtwWpsI .seis {
  background-color: #d186b3!important;
}
.cid-uHTAtwWpsI .tag-wrapper {
  bottom: -3.5rem;
}
.cid-uHTAtwWpsI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uHTAtwWpsI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHTAtwWpsI .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #9e84b0;
}
.cid-uHTAtwWpsI .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #b9adc9;
}
.cid-uHTAtwWpsI .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #8e84b5;
  padding: 32px;
  padding-bottom: 1px;
}
@media (max-width: 992px) {
  .cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    background-color: #f9f7fa!important;
  }
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border: 1px solid #7d2464;
  border-radius: 15px;
  width: fit-content;
  background-color: #e2e1e7!important;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #9461b0;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uHTAtwWpsI .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHTAtwWpsI .embla__button--next,
.cid-uHTAtwWpsI .embla__button--prev {
  display: flex;
}
.cid-uHTAtwWpsI .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #2e481a !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: auto;
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHTAtwWpsI .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uHTAtwWpsI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHTAtwWpsI .embla__button:hover {
  color: #9461b0 !important;
}
.cid-uHTAtwWpsI .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uHTAtwWpsI .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uHTAtwWpsI .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uHTAtwWpsI .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uHTAtwWpsI .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uHTAtwWpsI .embla {
    padding-bottom: 4rem;
  }
}
.cid-uHTAtwWpsI .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uHTAtwWpsI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHTAtwWpsI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHTAtwWpsI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHTAtwWpsI .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-uHTAtwWpsI .item-tag {
  color: #2e481a;
  text-align: center;
}
.cid-uHTAtwWpsI .item-name {
  color: #000000;
}
.cid-uHTAtwWpsI .item-role {
  color: #131212;
  text-align: center;
}
.cid-uHTAtwWpsI .item-name,
.cid-uHTAtwWpsI .mbr-section-btn {
  text-align: center;
  color: #131212;
}
.cid-uHTAREzmNV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2edfa;
}
.cid-uHTAREzmNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTAREzmNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHTAREzmNV .container {
    padding: 0 22px;
  }
}
.cid-uHTAREzmNV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHTAREzmNV .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHTC4dmMb6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f2edfa;
}
.cid-uHTC4dmMb6 .mbr-section-title {
  color: #404040;
}
.cid-uHTC4dmMb6 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHTC4dmMb6 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHTC4dmMb6 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHTC4dmMb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTC4dmMb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvLhBi3b4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGvLhBi3b4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvLhBi3b4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGvLhBi3b4 .container {
    padding: 0 22px;
  }
}
.cid-uGvLhBi3b4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGvLhBi3b4 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uGvLhBi3b4 #sfczw43a8tnffl1zytp6bswuqqjs15bn9l3 > a > img {
  color: currentColor;
  cursor: auto;
  opacity: 0.5;
  text-decoration: none;
}
.cid-tWwgPL2ezV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-tWwgPL2ezV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwgPL2ezV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .container {
    padding: 0 22px;
  }
}
.cid-tWwgPL2ezV .row {
  justify-content: space-between;
}
.cid-tWwgPL2ezV .content-wrapper {
  margin-bottom: 32px;
}
.cid-tWwgPL2ezV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwgPL2ezV .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tWwgPL2ezV .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-tWwgPL2ezV .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-tWwgPL2ezV .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .copy-wrapper {
    display: block;
  }
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgPL2ezV .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-tWwgPL2ezV .mbr-section-title {
  color: #ff5753;
}
.cid-tWwgPL2ezV .mbr-text {
  color: #ffffff;
}
.cid-tWwgPL2ezV .list {
  color: #635d60;
}
.cid-tWwgPL2ezV .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWwgPL2ezV .mbr-section-title,
.cid-tWwgPL2ezV .mbr-section-btn {
  color: #c7cbfc;
}
.cid-tWwgPL2ezV .list,
.cid-tWwgPL2ezV .item-wrap {
  color: #ffffff;
}
.cid-uAxzLy3Qzp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAxzLy3Qzp .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAxzLy3Qzp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAxzLy3Qzp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAxzLy3Qzp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAxzLy3Qzp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAxzLy3Qzp .menu_box .navbar.opened,
  .cid-uAxzLy3Qzp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAxzLy3Qzp nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAxzLy3Qzp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAxzLy3Qzp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAxzLy3Qzp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAxzLy3Qzp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAxzLy3Qzp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAxzLy3Qzp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAxzLy3Qzp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAxzLy3Qzp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAxzLy3Qzp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAxzLy3Qzp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAxzLy3Qzp .offcanvas-body .mbr-text,
  .cid-uAxzLy3Qzp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAxzLy3Qzp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAxzLy3Qzp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAxzLy3Qzp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAxzLy3Qzp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAxzLy3Qzp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAxzLy3Qzp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAxzLy3Qzp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAxzLy3Qzp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAxzLy3Qzp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAxzLy3Qzp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAxzLy3Qzp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAxzLy3Qzp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAxzLy3Qzp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAxzLy3Qzp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAxzLy3Qzp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAxzLy3Qzp .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAxzLy3Qzp .nav-item {
    margin: 0 !important;
  }
}
.cid-uAxzLy3Qzp .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAxzLy3Qzp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAxzLy3Qzp .nav-item .nav-link:hover::before,
.cid-uAxzLy3Qzp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAxzLy3Qzp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAxzLy3Qzp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAxzLy3Qzp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAxzLy3Qzp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAxzLy3Qzp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAxzLy3Qzp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAxzLy3Qzp .offcanvas_box {
    display: none;
  }
}
.cid-uAxzLy3Qzp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAxzLy3Qzp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAxzLy3Qzp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAxzLy3Qzp .container {
  display: flex;
  margin: auto;
}
.cid-uAxzLy3Qzp .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAxzLy3Qzp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAxzLy3Qzp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAxzLy3Qzp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAxzLy3Qzp .navbar-nav {
    margin: 0;
  }
}
.cid-uAxzLy3Qzp .dropdown-menu,
.cid-uAxzLy3Qzp .navbar.opened {
  background-color: false !important;
}
.cid-uAxzLy3Qzp .nav-item:focus,
.cid-uAxzLy3Qzp .nav-link:focus {
  outline: none;
}
.cid-uAxzLy3Qzp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAxzLy3Qzp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAxzLy3Qzp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAxzLy3Qzp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAxzLy3Qzp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAxzLy3Qzp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAxzLy3Qzp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAxzLy3Qzp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAxzLy3Qzp .navbar.opened {
  transition: all 0.3s;
}
.cid-uAxzLy3Qzp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAxzLy3Qzp .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAxzLy3Qzp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAxzLy3Qzp .navbar.collapsed {
  justify-content: center;
}
.cid-uAxzLy3Qzp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAxzLy3Qzp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAxzLy3Qzp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAxzLy3Qzp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAxzLy3Qzp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAxzLy3Qzp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAxzLy3Qzp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAxzLy3Qzp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAxzLy3Qzp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAxzLy3Qzp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAxzLy3Qzp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAxzLy3Qzp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAxzLy3Qzp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAxzLy3Qzp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAxzLy3Qzp .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAxzLy3Qzp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAxzLy3Qzp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAxzLy3Qzp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAxzLy3Qzp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAxzLy3Qzp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAxzLy3Qzp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAxzLy3Qzp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAxzLy3Qzp .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAxzLy3Qzp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAxzLy3Qzp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAxzLy3Qzp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAxzLy3Qzp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAxzLy3Qzp .dropdown-item.active,
.cid-uAxzLy3Qzp .dropdown-item:active {
  background-color: transparent;
}
.cid-uAxzLy3Qzp .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAxzLy3Qzp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAxzLy3Qzp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAxzLy3Qzp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAxzLy3Qzp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAxzLy3Qzp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAxzLy3Qzp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAxzLy3Qzp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAxzLy3Qzp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAxzLy3Qzp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxzLy3Qzp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxzLy3Qzp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAxzLy3Qzp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxzLy3Qzp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAxzLy3Qzp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAxzLy3Qzp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxzLy3Qzp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAxzLy3Qzp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAxzLy3Qzp .navbar {
    height: 70px;
  }
  .cid-uAxzLy3Qzp .navbar.opened {
    height: auto;
  }
  .cid-uAxzLy3Qzp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAxzLy3Qzp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAxzLy3Qzp .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAxzLy3Qzp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAxzLy3Qzp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAxzLy3Qzp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAxzLy3Qzp .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAxzLy3Qzp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAxzLy3Qzp .text_widget {
  margin-bottom: 32px;
}
.cid-uAxzLy3Qzp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAxzLy3Qzp .text_widget a:hover,
.cid-uAxzLy3Qzp .text_widget a:focus {
  opacity: .8;
}
.cid-uAxzLy3Qzp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAxzLy3Qzp .navbar-caption {
  color: #000000;
}
.cid-uAxzLy3Qzp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAxzLy3Qzp .mbr-section-subtitle,
.cid-uAxzLy3Qzp .text_widget,
.cid-uAxzLy3Qzp .mbr-section-btn {
  text-align: center;
}
.cid-uAxzLy3Qzp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAxzLyIi3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAxzLyIi3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxzLyIi3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxzLyIi3y .container {
    padding: 0 22px;
  }
}
.cid-uAxzLyIi3y .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAxzLyIi3y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAxzLyIi3y .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAxzLyIi3y .mbr-section-title {
  color: #ffffff;
}
.cid-uAxzLyIi3y .mbr-text {
  color: #ffffff;
}
.cid-uAxzLzNf3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxzLzNf3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxzLzNf3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxzLzNf3L .container {
    padding: 0 22px;
  }
}
.cid-uAxzLzNf3L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAxzLzNf3L .mbr-text {
  color: #000000;
}
.cid-uAxzLFwGnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxzLFwGnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxzLFwGnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxzLFwGnh .container {
    padding: 0 22px;
  }
}
.cid-uAxzLFwGnh .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAxzLFwGnh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAxzLFwGnh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAxzLFwGnh .mbr-section-title {
  color: #000000;
}
.cid-uAxzLFwGnh .mbr-text {
  color: #000000;
}
.cid-uAxzLJY575 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAxzLJY575 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxzLJY575 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxzLJY575 .container {
    padding: 0 22px;
  }
}
.cid-uAxzLJY575 .row {
  justify-content: space-between;
}
.cid-uAxzLJY575 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAxzLJY575 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAxzLJY575 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAxzLJY575 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAxzLJY575 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAxzLJY575 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAxzLJY575 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAxzLJY575 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAxzLJY575 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAxzLJY575 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAxzLJY575 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAxzLJY575 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAxzLJY575 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAxzLJY575 .copy-wrapper {
    display: block;
  }
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAxzLJY575 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAxzLJY575 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAxzLJY575 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAxzLJY575 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAxzLJY575 .mbr-section-title {
  color: #ff5753;
}
.cid-uAxzLJY575 .mbr-text {
  color: #ffffff;
}
.cid-uAxzLJY575 .list {
  color: #635d60;
}
.cid-uAxzLJY575 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAxzLJY575 .mbr-section-title,
.cid-uAxzLJY575 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAxzLJY575 .list,
.cid-uAxzLJY575 .item-wrap {
  color: #ffffff;
}
.cid-uAxNBxzwkJ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAxNBxzwkJ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAxNBxzwkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAxNBxzwkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAxNBxzwkJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAxNBxzwkJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAxNBxzwkJ .menu_box .navbar.opened,
  .cid-uAxNBxzwkJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAxNBxzwkJ nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAxNBxzwkJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAxNBxzwkJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAxNBxzwkJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAxNBxzwkJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAxNBxzwkJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAxNBxzwkJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAxNBxzwkJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAxNBxzwkJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAxNBxzwkJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAxNBxzwkJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAxNBxzwkJ .offcanvas-body .mbr-text,
  .cid-uAxNBxzwkJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAxNBxzwkJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAxNBxzwkJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAxNBxzwkJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAxNBxzwkJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAxNBxzwkJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAxNBxzwkJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAxNBxzwkJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAxNBxzwkJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAxNBxzwkJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAxNBxzwkJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAxNBxzwkJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAxNBxzwkJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAxNBxzwkJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAxNBxzwkJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAxNBxzwkJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAxNBxzwkJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAxNBxzwkJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uAxNBxzwkJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAxNBxzwkJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAxNBxzwkJ .nav-item .nav-link:hover::before,
.cid-uAxNBxzwkJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAxNBxzwkJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAxNBxzwkJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAxNBxzwkJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAxNBxzwkJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAxNBxzwkJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAxNBxzwkJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAxNBxzwkJ .offcanvas_box {
    display: none;
  }
}
.cid-uAxNBxzwkJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAxNBxzwkJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAxNBxzwkJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAxNBxzwkJ .container {
  display: flex;
  margin: auto;
}
.cid-uAxNBxzwkJ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAxNBxzwkJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAxNBxzwkJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAxNBxzwkJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAxNBxzwkJ .navbar-nav {
    margin: 0;
  }
}
.cid-uAxNBxzwkJ .dropdown-menu,
.cid-uAxNBxzwkJ .navbar.opened {
  background-color: false !important;
}
.cid-uAxNBxzwkJ .nav-item:focus,
.cid-uAxNBxzwkJ .nav-link:focus {
  outline: none;
}
.cid-uAxNBxzwkJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAxNBxzwkJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAxNBxzwkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAxNBxzwkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAxNBxzwkJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAxNBxzwkJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAxNBxzwkJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAxNBxzwkJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAxNBxzwkJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAxNBxzwkJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAxNBxzwkJ .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAxNBxzwkJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAxNBxzwkJ .navbar.collapsed {
  justify-content: center;
}
.cid-uAxNBxzwkJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAxNBxzwkJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAxNBxzwkJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAxNBxzwkJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAxNBxzwkJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAxNBxzwkJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAxNBxzwkJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAxNBxzwkJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAxNBxzwkJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAxNBxzwkJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAxNBxzwkJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAxNBxzwkJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAxNBxzwkJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAxNBxzwkJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAxNBxzwkJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAxNBxzwkJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAxNBxzwkJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAxNBxzwkJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAxNBxzwkJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAxNBxzwkJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAxNBxzwkJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAxNBxzwkJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAxNBxzwkJ .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAxNBxzwkJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAxNBxzwkJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAxNBxzwkJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAxNBxzwkJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAxNBxzwkJ .dropdown-item.active,
.cid-uAxNBxzwkJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAxNBxzwkJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAxNBxzwkJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAxNBxzwkJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAxNBxzwkJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAxNBxzwkJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAxNBxzwkJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAxNBxzwkJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAxNBxzwkJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAxNBxzwkJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAxNBxzwkJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxNBxzwkJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxNBxzwkJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAxNBxzwkJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxNBxzwkJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAxNBxzwkJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAxNBxzwkJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxNBxzwkJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAxNBxzwkJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAxNBxzwkJ .navbar {
    height: 70px;
  }
  .cid-uAxNBxzwkJ .navbar.opened {
    height: auto;
  }
  .cid-uAxNBxzwkJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAxNBxzwkJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAxNBxzwkJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAxNBxzwkJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAxNBxzwkJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAxNBxzwkJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAxNBxzwkJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAxNBxzwkJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAxNBxzwkJ .text_widget {
  margin-bottom: 32px;
}
.cid-uAxNBxzwkJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAxNBxzwkJ .text_widget a:hover,
.cid-uAxNBxzwkJ .text_widget a:focus {
  opacity: .8;
}
.cid-uAxNBxzwkJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAxNBxzwkJ .navbar-caption {
  color: #000000;
}
.cid-uAxNBxzwkJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAxNBxzwkJ .mbr-section-subtitle,
.cid-uAxNBxzwkJ .text_widget,
.cid-uAxNBxzwkJ .mbr-section-btn {
  text-align: center;
}
.cid-uAxNBxzwkJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAxNBzetoe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAxNBzetoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxNBzetoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxNBzetoe .container {
    padding: 0 22px;
  }
}
.cid-uAxNBzetoe .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAxNBzetoe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAxNBzetoe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAxNBzetoe .mbr-section-title {
  color: #ffffff;
}
.cid-uAxNBzetoe .mbr-text {
  color: #ffffff;
}
.cid-uAJHYP0Tlv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAJHYP0Tlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJHYP0Tlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAJHYP0Tlv .container {
    padding: 0 22px;
  }
}
.cid-uAJHYP0Tlv .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-uAJHYP0Tlv .items-wrapper .item {
  padding: 0 6px;
}
.cid-uAJHYP0Tlv .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uAJHYP0Tlv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAJHYP0Tlv .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uAJHYP0Tlv .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uAJHYP0Tlv .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-uAJHYP0Tlv .item {
  margin-bottom: 12px;
}
.cid-uAJHYP0Tlv .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-uAJHYP0Tlv .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-uAJHYP0Tlv .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-uAJHYP0Tlv .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-uAJHYP0Tlv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uAJHYP0Tlv .mbr-section-title {
  color: #000000;
}
.cid-uAJHYP0Tlv .mbr-desc {
  color: #000000;
}
.cid-uAJHYP0Tlv .card-title {
  color: #523f6d;
}
.cid-uAJHYP0Tlv .card-tag {
  color: #000000;
}
.cid-uAJHYP0Tlv .card-text {
  color: #000000;
}
.cid-uAJBzQzfKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAJBzQzfKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJBzQzfKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJBzQzfKi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAJBzQzfKi .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAJBzQzfKi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJBzQzfKi .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAJBzQzfKi .container {
    padding: 0 24px;
  }
}
.cid-uAJBzQzfKi .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uAJBzQzfKi .content-wrapper {
    display: block;
  }
}
.cid-uAJBzQzfKi .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uAJBzQzfKi .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAJBzQzfKi .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uAJBzQzfKi .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAJBzQzfKi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAJBzQzfKi .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAJBzQzfKi .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAJBzQzfKi .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uAJBzQzfKi .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uAJBzQzfKi .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uAJBzQzfKi .mbr-section-title {
  color: #18212d;
}
.cid-uAJBzQzfKi .mbr-desc {
  color: #18212d;
}
.cid-uAJBzQzfKi .mbr-text {
  color: #000000;
}
.cid-uAJBzQzfKi .mbr-section-title,
.cid-uAJBzQzfKi .mbr-section-btn {
  color: #523f6d;
}
.cid-uAJEZk9ZMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAJEZk9ZMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJEZk9ZMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJEZk9ZMd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAJEZk9ZMd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAJEZk9ZMd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJEZk9ZMd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAJEZk9ZMd .container {
    padding: 0 24px;
  }
}
.cid-uAJEZk9ZMd .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uAJEZk9ZMd .content-wrapper {
    display: block;
  }
}
.cid-uAJEZk9ZMd .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uAJEZk9ZMd .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uAJEZk9ZMd .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uAJEZk9ZMd .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAJEZk9ZMd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAJEZk9ZMd .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uAJEZk9ZMd .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAJEZk9ZMd .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uAJEZk9ZMd .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uAJEZk9ZMd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uAJEZk9ZMd .mbr-section-title {
  color: #18212d;
}
.cid-uAJEZk9ZMd .mbr-desc {
  color: #18212d;
}
.cid-uAJEZk9ZMd .mbr-text {
  color: #000000;
}
.cid-uAJEZk9ZMd .mbr-section-title,
.cid-uAJEZk9ZMd .mbr-section-btn {
  color: #523f6d;
}
.cid-uAxNBNAmU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAxNBNAmU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxNBNAmU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxNBNAmU0 .container {
    padding: 0 22px;
  }
}
.cid-uAxNBNAmU0 .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-uAxNBNAmU0 .items-wrapper .item {
  padding: 0 6px;
}
.cid-uAxNBNAmU0 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uAxNBNAmU0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAxNBNAmU0 .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uAxNBNAmU0 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uAxNBNAmU0 .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-uAxNBNAmU0 .item {
  margin-bottom: 12px;
}
.cid-uAxNBNAmU0 .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-uAxNBNAmU0 .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-uAxNBNAmU0 .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-uAxNBNAmU0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-uAxNBNAmU0 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uAxNBNAmU0 .mbr-section-title {
  color: #000000;
}
.cid-uAxNBNAmU0 .mbr-desc {
  color: #000000;
}
.cid-uAxNBNAmU0 .card-title {
  color: #000000;
}
.cid-uAxNBNAmU0 .card-tag {
  color: #000000;
}
.cid-uAxNBNAmU0 .card-text {
  color: #000000;
}
.cid-uAxNBNAmU0 .mbr-section-title,
.cid-uAxNBNAmU0 .mbr-section-btn {
  text-align: left;
}
.cid-uAxNC4vUU3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAxNC4vUU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxNC4vUU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxNC4vUU3 .container {
    padding: 0 22px;
  }
}
.cid-uAxNC4vUU3 .row {
  justify-content: space-between;
}
.cid-uAxNC4vUU3 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAxNC4vUU3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAxNC4vUU3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAxNC4vUU3 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAxNC4vUU3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAxNC4vUU3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAxNC4vUU3 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAxNC4vUU3 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAxNC4vUU3 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAxNC4vUU3 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAxNC4vUU3 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAxNC4vUU3 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAxNC4vUU3 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAxNC4vUU3 .copy-wrapper {
    display: block;
  }
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAxNC4vUU3 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAxNC4vUU3 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAxNC4vUU3 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAxNC4vUU3 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAxNC4vUU3 .mbr-section-title {
  color: #ff5753;
}
.cid-uAxNC4vUU3 .mbr-text {
  color: #ffffff;
}
.cid-uAxNC4vUU3 .list {
  color: #635d60;
}
.cid-uAxNC4vUU3 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAxNC4vUU3 .mbr-section-title,
.cid-uAxNC4vUU3 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAxNC4vUU3 .list,
.cid-uAxNC4vUU3 .item-wrap {
  color: #ffffff;
}
.cid-uAxQlH8Hvh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAxQlH8Hvh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAxQlH8Hvh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAxQlH8Hvh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAxQlH8Hvh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAxQlH8Hvh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAxQlH8Hvh .menu_box .navbar.opened,
  .cid-uAxQlH8Hvh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAxQlH8Hvh nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAxQlH8Hvh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAxQlH8Hvh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAxQlH8Hvh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAxQlH8Hvh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAxQlH8Hvh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAxQlH8Hvh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAxQlH8Hvh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAxQlH8Hvh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAxQlH8Hvh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAxQlH8Hvh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAxQlH8Hvh .offcanvas-body .mbr-text,
  .cid-uAxQlH8Hvh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAxQlH8Hvh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAxQlH8Hvh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAxQlH8Hvh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAxQlH8Hvh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAxQlH8Hvh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAxQlH8Hvh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAxQlH8Hvh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAxQlH8Hvh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAxQlH8Hvh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAxQlH8Hvh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAxQlH8Hvh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAxQlH8Hvh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAxQlH8Hvh .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAxQlH8Hvh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAxQlH8Hvh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAxQlH8Hvh .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAxQlH8Hvh .nav-item {
    margin: 0 !important;
  }
}
.cid-uAxQlH8Hvh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAxQlH8Hvh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAxQlH8Hvh .nav-item .nav-link:hover::before,
.cid-uAxQlH8Hvh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAxQlH8Hvh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAxQlH8Hvh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAxQlH8Hvh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAxQlH8Hvh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAxQlH8Hvh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAxQlH8Hvh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAxQlH8Hvh .offcanvas_box {
    display: none;
  }
}
.cid-uAxQlH8Hvh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAxQlH8Hvh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAxQlH8Hvh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAxQlH8Hvh .container {
  display: flex;
  margin: auto;
}
.cid-uAxQlH8Hvh .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAxQlH8Hvh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAxQlH8Hvh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAxQlH8Hvh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAxQlH8Hvh .navbar-nav {
    margin: 0;
  }
}
.cid-uAxQlH8Hvh .dropdown-menu,
.cid-uAxQlH8Hvh .navbar.opened {
  background-color: false !important;
}
.cid-uAxQlH8Hvh .nav-item:focus,
.cid-uAxQlH8Hvh .nav-link:focus {
  outline: none;
}
.cid-uAxQlH8Hvh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAxQlH8Hvh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAxQlH8Hvh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAxQlH8Hvh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAxQlH8Hvh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAxQlH8Hvh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAxQlH8Hvh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAxQlH8Hvh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAxQlH8Hvh .navbar.opened {
  transition: all 0.3s;
}
.cid-uAxQlH8Hvh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAxQlH8Hvh .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAxQlH8Hvh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAxQlH8Hvh .navbar.collapsed {
  justify-content: center;
}
.cid-uAxQlH8Hvh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAxQlH8Hvh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAxQlH8Hvh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAxQlH8Hvh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAxQlH8Hvh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAxQlH8Hvh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAxQlH8Hvh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAxQlH8Hvh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAxQlH8Hvh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAxQlH8Hvh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAxQlH8Hvh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAxQlH8Hvh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAxQlH8Hvh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAxQlH8Hvh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAxQlH8Hvh .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAxQlH8Hvh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAxQlH8Hvh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAxQlH8Hvh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAxQlH8Hvh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAxQlH8Hvh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAxQlH8Hvh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAxQlH8Hvh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAxQlH8Hvh .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAxQlH8Hvh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAxQlH8Hvh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAxQlH8Hvh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAxQlH8Hvh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAxQlH8Hvh .dropdown-item.active,
.cid-uAxQlH8Hvh .dropdown-item:active {
  background-color: transparent;
}
.cid-uAxQlH8Hvh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAxQlH8Hvh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAxQlH8Hvh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAxQlH8Hvh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAxQlH8Hvh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAxQlH8Hvh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAxQlH8Hvh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAxQlH8Hvh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAxQlH8Hvh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAxQlH8Hvh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxQlH8Hvh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxQlH8Hvh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAxQlH8Hvh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxQlH8Hvh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAxQlH8Hvh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAxQlH8Hvh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxQlH8Hvh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAxQlH8Hvh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAxQlH8Hvh .navbar {
    height: 70px;
  }
  .cid-uAxQlH8Hvh .navbar.opened {
    height: auto;
  }
  .cid-uAxQlH8Hvh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAxQlH8Hvh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAxQlH8Hvh .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAxQlH8Hvh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAxQlH8Hvh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAxQlH8Hvh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAxQlH8Hvh .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAxQlH8Hvh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAxQlH8Hvh .text_widget {
  margin-bottom: 32px;
}
.cid-uAxQlH8Hvh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAxQlH8Hvh .text_widget a:hover,
.cid-uAxQlH8Hvh .text_widget a:focus {
  opacity: .8;
}
.cid-uAxQlH8Hvh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAxQlH8Hvh .navbar-caption {
  color: #000000;
}
.cid-uAxQlH8Hvh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAxQlH8Hvh .mbr-section-subtitle,
.cid-uAxQlH8Hvh .text_widget,
.cid-uAxQlH8Hvh .mbr-section-btn {
  text-align: center;
}
.cid-uAxQlH8Hvh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAxQlJ2xDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAxQlJ2xDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxQlJ2xDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxQlJ2xDv .container {
    padding: 0 22px;
  }
}
.cid-uAxQlJ2xDv .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAxQlJ2xDv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAxQlJ2xDv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAxQlJ2xDv .mbr-section-title {
  color: #ffffff;
}
.cid-uAxQlJ2xDv .mbr-text {
  color: #ffffff;
}
.cid-uAxQlN6PX1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAxQlN6PX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxQlN6PX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxQlN6PX1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAxQlN6PX1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uAxQlN6PX1 .container {
    padding: 0 22px;
  }
}
.cid-uAxQlN6PX1 .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uAxQlN6PX1 .row .card,
.cid-uAxQlN6PX1 .row .item {
  padding: 0 6px;
}
.cid-uAxQlN6PX1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAxQlN6PX1 .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uAxQlN6PX1 .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uAxQlN6PX1 .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uAxQlN6PX1 .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uAxQlN6PX1 .card-desc {
  color: #000000;
  text-align: left;
}
.cid-uAxQlN6PX1 .card-number {
  color: #523f6d;
}
.cid-uAxQlN6PX1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAxQlPSAVz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAxQlPSAVz .container-fluid {
  padding: 0 3rem;
}
.cid-uAxQlPSAVz .mbr-section-subtitle {
  color: #000000;
}
.cid-uAxQlPSAVz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uAxQlPSAVz .table-wrapper {
  margin: 0 auto;
}
.cid-uAxQlPSAVz .head-item {
  min-width: 70px;
}
.cid-uAxQlPSAVz table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #d4d3d3;
}
.cid-uAxQlPSAVz table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
  border: 1px solid #d4d3d3;
}
.cid-uAxQlPSAVz table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: 1px solid #d4d3d3;
}
.cid-uAxQlPSAVz .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uAxQlPSAVz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uAxQlPSAVz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uAxQlPSAVz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uAxQlPSAVz .dataTables_wrapper {
  display: block;
}
.cid-uAxQlPSAVz .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uAxQlPSAVz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uAxQlPSAVz .head-item:after,
.cid-uAxQlPSAVz .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uAxQlPSAVz .dataTables_filter {
    text-align: center;
  }
  .cid-uAxQlPSAVz .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uAxQlPSAVz .dataTables_filter {
    text-align: center;
  }
  .cid-uAxQlPSAVz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uAxQlPSAVz .table-wrapper {
    width: 100% !important;
  }
  .cid-uAxQlPSAVz .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAxQlPSAVz table th,
  .cid-uAxQlPSAVz table td {
    padding: 0.75rem;
  }
}
.cid-uAxQlPSAVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxQlPSAVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxQlPSAVz P {
  text-align: left;
}
.cid-uAxQlRG2VZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAxQlRG2VZ .container-fluid {
  padding: 0 3rem;
}
.cid-uAxQlRG2VZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAxQlRG2VZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uAxQlRG2VZ .table-wrapper {
  margin: 0 auto;
}
.cid-uAxQlRG2VZ .head-item {
  min-width: 70px;
}
.cid-uAxQlRG2VZ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uAxQlRG2VZ table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uAxQlRG2VZ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uAxQlRG2VZ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uAxQlRG2VZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uAxQlRG2VZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uAxQlRG2VZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uAxQlRG2VZ .dataTables_wrapper {
  display: block;
}
.cid-uAxQlRG2VZ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uAxQlRG2VZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uAxQlRG2VZ .head-item:after,
.cid-uAxQlRG2VZ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uAxQlRG2VZ .dataTables_filter {
    text-align: center;
  }
  .cid-uAxQlRG2VZ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uAxQlRG2VZ .dataTables_filter {
    text-align: center;
  }
  .cid-uAxQlRG2VZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uAxQlRG2VZ .table-wrapper {
    width: 100% !important;
  }
  .cid-uAxQlRG2VZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAxQlRG2VZ table th,
  .cid-uAxQlRG2VZ table td {
    padding: 0.75rem;
  }
}
.cid-uAxQlRG2VZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxQlRG2VZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxQlRG2VZ P {
  text-align: left;
}
.cid-uAxQmavnIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAxQmavnIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxQmavnIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAxQmavnIt .container {
    padding: 0 22px;
  }
}
.cid-uAxQmavnIt .row {
  justify-content: space-between;
}
.cid-uAxQmavnIt .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAxQmavnIt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAxQmavnIt .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAxQmavnIt .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAxQmavnIt .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAxQmavnIt .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAxQmavnIt .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAxQmavnIt .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAxQmavnIt .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAxQmavnIt .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAxQmavnIt .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAxQmavnIt .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAxQmavnIt .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAxQmavnIt .copy-wrapper {
    display: block;
  }
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAxQmavnIt .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAxQmavnIt .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAxQmavnIt .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAxQmavnIt .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAxQmavnIt .mbr-section-title {
  color: #ff5753;
}
.cid-uAxQmavnIt .mbr-text {
  color: #ffffff;
}
.cid-uAxQmavnIt .list {
  color: #635d60;
}
.cid-uAxQmavnIt .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAxQmavnIt .mbr-section-title,
.cid-uAxQmavnIt .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAxQmavnIt .list,
.cid-uAxQmavnIt .item-wrap {
  color: #ffffff;
}
.cid-uAyENydpwi {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAyENydpwi .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAyENydpwi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAyENydpwi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAyENydpwi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAyENydpwi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAyENydpwi .menu_box .navbar.opened,
  .cid-uAyENydpwi .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAyENydpwi nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAyENydpwi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAyENydpwi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAyENydpwi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAyENydpwi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAyENydpwi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAyENydpwi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAyENydpwi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAyENydpwi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAyENydpwi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAyENydpwi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAyENydpwi .offcanvas-body .mbr-text,
  .cid-uAyENydpwi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAyENydpwi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAyENydpwi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAyENydpwi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAyENydpwi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAyENydpwi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAyENydpwi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAyENydpwi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAyENydpwi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAyENydpwi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAyENydpwi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAyENydpwi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAyENydpwi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAyENydpwi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAyENydpwi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAyENydpwi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAyENydpwi .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAyENydpwi .nav-item {
    margin: 0 !important;
  }
}
.cid-uAyENydpwi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAyENydpwi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAyENydpwi .nav-item .nav-link:hover::before,
.cid-uAyENydpwi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAyENydpwi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAyENydpwi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAyENydpwi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAyENydpwi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAyENydpwi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAyENydpwi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAyENydpwi .offcanvas_box {
    display: none;
  }
}
.cid-uAyENydpwi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAyENydpwi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAyENydpwi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAyENydpwi .container {
  display: flex;
  margin: auto;
}
.cid-uAyENydpwi .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAyENydpwi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAyENydpwi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAyENydpwi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAyENydpwi .navbar-nav {
    margin: 0;
  }
}
.cid-uAyENydpwi .dropdown-menu,
.cid-uAyENydpwi .navbar.opened {
  background-color: false !important;
}
.cid-uAyENydpwi .nav-item:focus,
.cid-uAyENydpwi .nav-link:focus {
  outline: none;
}
.cid-uAyENydpwi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAyENydpwi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAyENydpwi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAyENydpwi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAyENydpwi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAyENydpwi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAyENydpwi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAyENydpwi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAyENydpwi .navbar.opened {
  transition: all 0.3s;
}
.cid-uAyENydpwi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAyENydpwi .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAyENydpwi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAyENydpwi .navbar.collapsed {
  justify-content: center;
}
.cid-uAyENydpwi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAyENydpwi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAyENydpwi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAyENydpwi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAyENydpwi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAyENydpwi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAyENydpwi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAyENydpwi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAyENydpwi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAyENydpwi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAyENydpwi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAyENydpwi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAyENydpwi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAyENydpwi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAyENydpwi .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAyENydpwi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAyENydpwi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAyENydpwi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAyENydpwi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAyENydpwi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAyENydpwi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAyENydpwi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAyENydpwi .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAyENydpwi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAyENydpwi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAyENydpwi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAyENydpwi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAyENydpwi .dropdown-item.active,
.cid-uAyENydpwi .dropdown-item:active {
  background-color: transparent;
}
.cid-uAyENydpwi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAyENydpwi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAyENydpwi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAyENydpwi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAyENydpwi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAyENydpwi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAyENydpwi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAyENydpwi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAyENydpwi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAyENydpwi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAyENydpwi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAyENydpwi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAyENydpwi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAyENydpwi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAyENydpwi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAyENydpwi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAyENydpwi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAyENydpwi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAyENydpwi .navbar {
    height: 70px;
  }
  .cid-uAyENydpwi .navbar.opened {
    height: auto;
  }
  .cid-uAyENydpwi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAyENydpwi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAyENydpwi .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAyENydpwi .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAyENydpwi .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAyENydpwi .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAyENydpwi .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAyENydpwi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAyENydpwi .text_widget {
  margin-bottom: 32px;
}
.cid-uAyENydpwi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAyENydpwi .text_widget a:hover,
.cid-uAyENydpwi .text_widget a:focus {
  opacity: .8;
}
.cid-uAyENydpwi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAyENydpwi .navbar-caption {
  color: #000000;
}
.cid-uAyENydpwi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAyENydpwi .mbr-section-subtitle,
.cid-uAyENydpwi .text_widget,
.cid-uAyENydpwi .mbr-section-btn {
  text-align: center;
}
.cid-uAyENydpwi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAyENzWoKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAyENzWoKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyENzWoKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyENzWoKK .container {
    padding: 0 22px;
  }
}
.cid-uAyENzWoKK .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAyENzWoKK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyENzWoKK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAyENzWoKK .mbr-section-title {
  color: #ffffff;
}
.cid-uAyENzWoKK .mbr-text {
  color: #ffffff;
}
.cid-uAyKPqT90Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAyKPqT90Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyKPqT90Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyKPqT90Z .container {
    padding: 0 22px;
  }
}
.cid-uAyKPqT90Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAyKPqT90Z .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAyENB7c2L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAyENB7c2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyENB7c2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyENB7c2L .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAyENB7c2L .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uAyENB7c2L .container {
    padding: 0 22px;
  }
}
.cid-uAyENB7c2L .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uAyENB7c2L .row .card,
.cid-uAyENB7c2L .row .item {
  padding: 0 6px;
}
.cid-uAyENB7c2L .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyENB7c2L .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uAyENB7c2L .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uAyENB7c2L .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uAyENB7c2L .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uAyENB7c2L .card-desc {
  color: #000000;
  text-align: left;
}
.cid-uAyENB7c2L .card-number {
  color: #523f6d;
}
.cid-uAyENB7c2L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAyNX4ma8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAyNX4ma8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyNX4ma8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyNX4ma8j .container {
    padding: 0 22px;
  }
}
.cid-uAyNX4ma8j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAyNX4ma8j .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAyNIvrDh4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAyNIvrDh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyNIvrDh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uAyNIvrDh4 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uAyNIvrDh4 .row {
  justify-content: center;
}
.cid-uAyNIvrDh4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uAyNIvrDh4 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uAyNIvrDh4 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uAyNIvrDh4 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uAyNIvrDh4 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uAyNIvrDh4 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uAz48697PQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAz48697PQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAz48697PQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAz48697PQ .container {
    padding: 0 22px;
  }
}
.cid-uAz48697PQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAz48697PQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAz40T7EKk {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .container {
    padding: 0 22px;
  }
}
.cid-uAz40T7EKk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uAz40T7EKk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAz40T7EKk .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img::before {
  left: auto;
  right: -1px;
  border-radius: 64px 0 0 0;
}
.cid-uAz40T7EKk .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .embla__slide .slide-content {
    display: block;
  }
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAz40T7EKk .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 72px;
  width: 55%;
  border-radius: 0 64px 0 0;
  background-color: #f4f3f4;
}
.cid-uAz40T7EKk .embla__button--next,
.cid-uAz40T7EKk .embla__button--prev {
  display: flex;
}
.cid-uAz40T7EKk .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAz40T7EKk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAz40T7EKk .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uAz40T7EKk .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uAz40T7EKk .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uAz40T7EKk .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAz40T7EKk .embla {
    padding-bottom: 2rem;
  }
}
.cid-uAz40T7EKk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAz40T7EKk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAz40T7EKk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAz40T7EKk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAz40T7EKk .item-desc {
  color: #ff5753;
}
.cid-uAz40T7EKk .item-title {
  color: #000000;
}
.cid-uAz40T7EKk .item-text {
  color: #000000;
}
.cid-uAz7IbIDpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAz7IbIDpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAz7IbIDpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAz7IbIDpM .container {
    padding: 0 22px;
  }
}
.cid-uAz7IbIDpM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAz7IbIDpM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAz7BXNAZ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAz7BXNAZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAz7BXNAZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAz7BXNAZ0 .container {
    padding: 0 22px;
  }
}
.cid-uAz7BXNAZ0 .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uAz7BXNAZ0 .row .card,
.cid-uAz7BXNAZ0 .row .item {
  padding: 0 6px;
}
.cid-uAz7BXNAZ0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAz7BXNAZ0 .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uAz7BXNAZ0 .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uAz7BXNAZ0 .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uAz7BXNAZ0 .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uAz7BXNAZ0 .card-desc {
  color: #000000;
}
.cid-uAz7BXNAZ0 .card-number {
  color: #000000;
}
.cid-uAz7BXNAZ0 .mbr-section-title {
  color: #000000;
}
.cid-uAzaKUlyKn {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uAzaKUlyKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzaKUlyKn .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-uAzaKUlyKn {
    padding-bottom: 0 !important;
  }
}
.cid-uAzaKUlyKn .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uAzaKUlyKn .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uAzaKUlyKn .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uAzaKUlyKn .text-wrapper {
  position: relative;
  z-index: 4;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .cid-uAzaKUlyKn .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-right: auto;
  }
}
.cid-uAzaKUlyKn .mbr-section-title {
  color: #181817;
  margin-bottom: 2rem;
}
.cid-uAzaKUlyKn .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uAzaKUlyKn .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uAzaKUlyKn .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uAzaKUlyKn .col-img {
    padding: 0 !important;
  }
}
.cid-uAzaKUlyKn .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uAzaKUlyKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uAzaKUlyKn .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAzaKUlyKn .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uAzaKUlyKn .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uAzaKUlyKn .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #402e59;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uAzaKUlyKn .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uAzaKUlyKn .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uAzaKUlyKn .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uAzbSQmQo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAzbSQmQo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzbSQmQo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAzbSQmQo8 .container {
    padding: 0 22px;
  }
}
.cid-uAzbSQmQo8 .row {
  justify-content: space-between;
}
.cid-uAzbSQmQo8 .row .card {
  justify-content: center;
}
.cid-uAzbSQmQo8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAzbSQmQo8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uAzbSQmQo8 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uAzbSQmQo8 .image-wrapper {
  position: relative;
}
.cid-uAzbSQmQo8 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uAzbSQmQo8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uAzbSQmQo8 .mbr-section-title {
  color: #000000;
}
.cid-uAzbSQmQo8 .mbr-desc {
  color: #000000;
}
.cid-uAzbSQmQo8 .mbr-text {
  color: #000000;
}
.cid-uAzddGgXp3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAzddGgXp3 .container-fluid {
  padding: 0 3rem;
}
.cid-uAzddGgXp3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAzddGgXp3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uAzddGgXp3 .table-wrapper {
  margin: 0 auto;
}
.cid-uAzddGgXp3 .head-item {
  min-width: 70px;
}
.cid-uAzddGgXp3 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uAzddGgXp3 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uAzddGgXp3 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uAzddGgXp3 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uAzddGgXp3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uAzddGgXp3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uAzddGgXp3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uAzddGgXp3 .dataTables_wrapper {
  display: block;
}
.cid-uAzddGgXp3 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uAzddGgXp3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uAzddGgXp3 .head-item:after,
.cid-uAzddGgXp3 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uAzddGgXp3 .dataTables_filter {
    text-align: center;
  }
  .cid-uAzddGgXp3 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uAzddGgXp3 .dataTables_filter {
    text-align: center;
  }
  .cid-uAzddGgXp3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uAzddGgXp3 .table-wrapper {
    width: 100% !important;
  }
  .cid-uAzddGgXp3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAzddGgXp3 table th,
  .cid-uAzddGgXp3 table td {
    padding: 0.75rem;
  }
}
.cid-uAzddGgXp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzddGgXp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAzddGgXp3 P {
  text-align: left;
}
.cid-uAyENYnJAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAyENYnJAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyENYnJAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyENYnJAS .container {
    padding: 0 22px;
  }
}
.cid-uAyENYnJAS .row {
  justify-content: space-between;
}
.cid-uAyENYnJAS .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAyENYnJAS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyENYnJAS .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAyENYnJAS .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAyENYnJAS .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAyENYnJAS .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAyENYnJAS .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAyENYnJAS .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAyENYnJAS .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAyENYnJAS .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAyENYnJAS .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAyENYnJAS .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAyENYnJAS .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAyENYnJAS .copy-wrapper {
    display: block;
  }
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAyENYnJAS .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAyENYnJAS .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAyENYnJAS .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAyENYnJAS .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAyENYnJAS .mbr-section-title {
  color: #ff5753;
}
.cid-uAyENYnJAS .mbr-text {
  color: #ffffff;
}
.cid-uAyENYnJAS .list {
  color: #635d60;
}
.cid-uAyENYnJAS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAyENYnJAS .mbr-section-title,
.cid-uAyENYnJAS .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAyENYnJAS .list,
.cid-uAyENYnJAS .item-wrap {
  color: #ffffff;
}
.cid-uAyOmjhaRw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAyOmjhaRw .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAyOmjhaRw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAyOmjhaRw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAyOmjhaRw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAyOmjhaRw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAyOmjhaRw .menu_box .navbar.opened,
  .cid-uAyOmjhaRw .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAyOmjhaRw nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAyOmjhaRw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAyOmjhaRw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAyOmjhaRw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAyOmjhaRw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAyOmjhaRw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAyOmjhaRw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAyOmjhaRw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAyOmjhaRw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAyOmjhaRw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAyOmjhaRw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAyOmjhaRw .offcanvas-body .mbr-text,
  .cid-uAyOmjhaRw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAyOmjhaRw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAyOmjhaRw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAyOmjhaRw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAyOmjhaRw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAyOmjhaRw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAyOmjhaRw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAyOmjhaRw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAyOmjhaRw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAyOmjhaRw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAyOmjhaRw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAyOmjhaRw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAyOmjhaRw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAyOmjhaRw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAyOmjhaRw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAyOmjhaRw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAyOmjhaRw .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAyOmjhaRw .nav-item {
    margin: 0 !important;
  }
}
.cid-uAyOmjhaRw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAyOmjhaRw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAyOmjhaRw .nav-item .nav-link:hover::before,
.cid-uAyOmjhaRw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAyOmjhaRw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAyOmjhaRw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAyOmjhaRw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAyOmjhaRw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAyOmjhaRw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAyOmjhaRw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAyOmjhaRw .offcanvas_box {
    display: none;
  }
}
.cid-uAyOmjhaRw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAyOmjhaRw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAyOmjhaRw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAyOmjhaRw .container {
  display: flex;
  margin: auto;
}
.cid-uAyOmjhaRw .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAyOmjhaRw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAyOmjhaRw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAyOmjhaRw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAyOmjhaRw .navbar-nav {
    margin: 0;
  }
}
.cid-uAyOmjhaRw .dropdown-menu,
.cid-uAyOmjhaRw .navbar.opened {
  background-color: false !important;
}
.cid-uAyOmjhaRw .nav-item:focus,
.cid-uAyOmjhaRw .nav-link:focus {
  outline: none;
}
.cid-uAyOmjhaRw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAyOmjhaRw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAyOmjhaRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAyOmjhaRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAyOmjhaRw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAyOmjhaRw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAyOmjhaRw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAyOmjhaRw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAyOmjhaRw .navbar.opened {
  transition: all 0.3s;
}
.cid-uAyOmjhaRw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAyOmjhaRw .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAyOmjhaRw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAyOmjhaRw .navbar.collapsed {
  justify-content: center;
}
.cid-uAyOmjhaRw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAyOmjhaRw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAyOmjhaRw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAyOmjhaRw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAyOmjhaRw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAyOmjhaRw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAyOmjhaRw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAyOmjhaRw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAyOmjhaRw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAyOmjhaRw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAyOmjhaRw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAyOmjhaRw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAyOmjhaRw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAyOmjhaRw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAyOmjhaRw .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAyOmjhaRw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAyOmjhaRw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAyOmjhaRw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAyOmjhaRw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAyOmjhaRw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAyOmjhaRw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAyOmjhaRw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAyOmjhaRw .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAyOmjhaRw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAyOmjhaRw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAyOmjhaRw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAyOmjhaRw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAyOmjhaRw .dropdown-item.active,
.cid-uAyOmjhaRw .dropdown-item:active {
  background-color: transparent;
}
.cid-uAyOmjhaRw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAyOmjhaRw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAyOmjhaRw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAyOmjhaRw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAyOmjhaRw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAyOmjhaRw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAyOmjhaRw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAyOmjhaRw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAyOmjhaRw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAyOmjhaRw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAyOmjhaRw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAyOmjhaRw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAyOmjhaRw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAyOmjhaRw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAyOmjhaRw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAyOmjhaRw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAyOmjhaRw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAyOmjhaRw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAyOmjhaRw .navbar {
    height: 70px;
  }
  .cid-uAyOmjhaRw .navbar.opened {
    height: auto;
  }
  .cid-uAyOmjhaRw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAyOmjhaRw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAyOmjhaRw .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAyOmjhaRw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAyOmjhaRw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAyOmjhaRw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAyOmjhaRw .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAyOmjhaRw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAyOmjhaRw .text_widget {
  margin-bottom: 32px;
}
.cid-uAyOmjhaRw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAyOmjhaRw .text_widget a:hover,
.cid-uAyOmjhaRw .text_widget a:focus {
  opacity: .8;
}
.cid-uAyOmjhaRw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAyOmjhaRw .navbar-caption {
  color: #000000;
}
.cid-uAyOmjhaRw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAyOmjhaRw .mbr-section-subtitle,
.cid-uAyOmjhaRw .text_widget,
.cid-uAyOmjhaRw .mbr-section-btn {
  text-align: center;
}
.cid-uAyOmjhaRw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAyOmmwxHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAyOmmwxHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyOmmwxHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyOmmwxHy .container {
    padding: 0 22px;
  }
}
.cid-uAyOmmwxHy .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAyOmmwxHy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyOmmwxHy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAyOmmwxHy .mbr-section-title {
  color: #ffffff;
}
.cid-uAyOmmwxHy .mbr-text {
  color: #ffffff;
}
.cid-uAJXs1X2Er {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #523f6d;
}
.cid-uAJXs1X2Er .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uAJXs1X2Er .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJXs1X2Er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJXs1X2Er .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAJXs1X2Er .content-wrap .card {
  justify-content: space-between;
}
.cid-uAJXs1X2Er .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uAJXs1X2Er .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJXs1X2Er .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uAJXs1X2Er .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJXs1X2Er .content-wrapper {
    padding: 0;
  }
}
.cid-uAJXs1X2Er .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAJXs1X2Er .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uAJXs1X2Er .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAJXs1X2Er .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uAJXs1X2Er .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uAJXs1X2Er .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJXs1X2Er .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uAJXs1X2Er .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJXs1X2Er .image-wrap {
    padding: 0;
  }
}
.cid-uAJXs1X2Er .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAJXs1X2Er .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uAJXs1X2Er .mbr-section-title {
  color: #150764;
}
.cid-uAJXs1X2Er .mbr-text {
  color: #f6f6fa;
}
.cid-uAJXs1X2Er .mbr-section-title,
.cid-uAJXs1X2Er .mbr-section-btn {
  color: #f1f1f5;
}
.cid-uAyOmq2wxg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAyOmq2wxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyOmq2wxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyOmq2wxg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAyOmq2wxg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uAyOmq2wxg .container {
    padding: 0 22px;
  }
}
.cid-uAyOmq2wxg .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uAyOmq2wxg .row .card,
.cid-uAyOmq2wxg .row .item {
  padding: 0 6px;
}
.cid-uAyOmq2wxg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyOmq2wxg .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uAyOmq2wxg .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uAyOmq2wxg .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uAyOmq2wxg .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uAyOmq2wxg .card-desc {
  color: #000000;
  text-align: left;
}
.cid-uAyOmq2wxg .card-number {
  color: #523f6d;
}
.cid-uAyOmq2wxg .mbr-section-title {
  color: #523f6d;
  text-align: center;
}
.cid-uAyOmteVLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAyOmteVLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyOmteVLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyOmteVLh .container {
    padding: 0 22px;
  }
}
.cid-uAyOmteVLh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAyOmteVLh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAJTJMihVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #402e59;
}
.cid-uAJTJMihVJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uAJTJMihVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJTJMihVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJTJMihVJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAJTJMihVJ .content-wrap .card {
  justify-content: space-between;
}
.cid-uAJTJMihVJ .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uAJTJMihVJ .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJTJMihVJ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uAJTJMihVJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAJTJMihVJ .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uAJTJMihVJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAJTJMihVJ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uAJTJMihVJ .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uAJTJMihVJ .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAJTJMihVJ .image-wrap {
    padding: 0;
  }
}
.cid-uAJTJMihVJ .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAJTJMihVJ .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uAJTJMihVJ .mbr-section-title {
  color: #150764;
}
.cid-uAJTJMihVJ .mbr-text {
  color: #f6f6fa;
}
.cid-uAJTJMihVJ .mbr-section-title,
.cid-uAJTJMihVJ .mbr-section-btn {
  color: #f1f1f5;
}
.cid-uAzeoWKgwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAzeoWKgwO .container-fluid {
  padding: 0 3rem;
}
.cid-uAzeoWKgwO .mbr-section-subtitle {
  color: #000000;
}
.cid-uAzeoWKgwO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uAzeoWKgwO .table-wrapper {
  margin: 0 auto;
}
.cid-uAzeoWKgwO .head-item {
  min-width: 70px;
}
.cid-uAzeoWKgwO table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uAzeoWKgwO table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uAzeoWKgwO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uAzeoWKgwO .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uAzeoWKgwO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uAzeoWKgwO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uAzeoWKgwO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uAzeoWKgwO .dataTables_wrapper {
  display: block;
}
.cid-uAzeoWKgwO .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uAzeoWKgwO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uAzeoWKgwO .head-item:after,
.cid-uAzeoWKgwO .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uAzeoWKgwO .dataTables_filter {
    text-align: center;
  }
  .cid-uAzeoWKgwO .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uAzeoWKgwO .dataTables_filter {
    text-align: center;
  }
  .cid-uAzeoWKgwO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uAzeoWKgwO .table-wrapper {
    width: 100% !important;
  }
  .cid-uAzeoWKgwO .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAzeoWKgwO table th,
  .cid-uAzeoWKgwO table td {
    padding: 0.75rem;
  }
}
.cid-uAzeoWKgwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzeoWKgwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAzeoWKgwO P {
  text-align: left;
}
.cid-uAyOmwygaQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAyOmwygaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyOmwygaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyOmwygaQ .container {
    padding: 0 22px;
  }
}
.cid-uAyOmwygaQ .row {
  justify-content: space-between;
}
.cid-uAyOmwygaQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAyOmwygaQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyOmwygaQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAyOmwygaQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAyOmwygaQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAyOmwygaQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAyOmwygaQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAyOmwygaQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAyOmwygaQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAyOmwygaQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAyOmwygaQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAyOmwygaQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAyOmwygaQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAyOmwygaQ .copy-wrapper {
    display: block;
  }
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAyOmwygaQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAyOmwygaQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAyOmwygaQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAyOmwygaQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAyOmwygaQ .mbr-section-title {
  color: #ff5753;
}
.cid-uAyOmwygaQ .mbr-text {
  color: #ffffff;
}
.cid-uAyOmwygaQ .list {
  color: #635d60;
}
.cid-uAyOmwygaQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAyOmwygaQ .mbr-section-title,
.cid-uAyOmwygaQ .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAyOmwygaQ .list,
.cid-uAyOmwygaQ .item-wrap {
  color: #ffffff;
}
.cid-uAyZVHW9Yd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAyZVHW9Yd .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAyZVHW9Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAyZVHW9Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAyZVHW9Yd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAyZVHW9Yd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAyZVHW9Yd .menu_box .navbar.opened,
  .cid-uAyZVHW9Yd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAyZVHW9Yd nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAyZVHW9Yd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAyZVHW9Yd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAyZVHW9Yd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAyZVHW9Yd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAyZVHW9Yd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAyZVHW9Yd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAyZVHW9Yd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAyZVHW9Yd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAyZVHW9Yd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAyZVHW9Yd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAyZVHW9Yd .offcanvas-body .mbr-text,
  .cid-uAyZVHW9Yd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAyZVHW9Yd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAyZVHW9Yd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAyZVHW9Yd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAyZVHW9Yd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAyZVHW9Yd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAyZVHW9Yd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAyZVHW9Yd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAyZVHW9Yd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAyZVHW9Yd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAyZVHW9Yd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAyZVHW9Yd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAyZVHW9Yd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAyZVHW9Yd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAyZVHW9Yd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAyZVHW9Yd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAyZVHW9Yd .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAyZVHW9Yd .nav-item {
    margin: 0 !important;
  }
}
.cid-uAyZVHW9Yd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAyZVHW9Yd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAyZVHW9Yd .nav-item .nav-link:hover::before,
.cid-uAyZVHW9Yd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAyZVHW9Yd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAyZVHW9Yd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAyZVHW9Yd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAyZVHW9Yd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAyZVHW9Yd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAyZVHW9Yd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAyZVHW9Yd .offcanvas_box {
    display: none;
  }
}
.cid-uAyZVHW9Yd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAyZVHW9Yd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAyZVHW9Yd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAyZVHW9Yd .container {
  display: flex;
  margin: auto;
}
.cid-uAyZVHW9Yd .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAyZVHW9Yd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAyZVHW9Yd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAyZVHW9Yd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAyZVHW9Yd .navbar-nav {
    margin: 0;
  }
}
.cid-uAyZVHW9Yd .dropdown-menu,
.cid-uAyZVHW9Yd .navbar.opened {
  background-color: false !important;
}
.cid-uAyZVHW9Yd .nav-item:focus,
.cid-uAyZVHW9Yd .nav-link:focus {
  outline: none;
}
.cid-uAyZVHW9Yd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAyZVHW9Yd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAyZVHW9Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAyZVHW9Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAyZVHW9Yd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAyZVHW9Yd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAyZVHW9Yd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAyZVHW9Yd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAyZVHW9Yd .navbar.opened {
  transition: all 0.3s;
}
.cid-uAyZVHW9Yd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAyZVHW9Yd .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAyZVHW9Yd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAyZVHW9Yd .navbar.collapsed {
  justify-content: center;
}
.cid-uAyZVHW9Yd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAyZVHW9Yd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAyZVHW9Yd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAyZVHW9Yd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAyZVHW9Yd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAyZVHW9Yd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAyZVHW9Yd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAyZVHW9Yd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAyZVHW9Yd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAyZVHW9Yd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAyZVHW9Yd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAyZVHW9Yd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAyZVHW9Yd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAyZVHW9Yd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAyZVHW9Yd .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAyZVHW9Yd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAyZVHW9Yd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAyZVHW9Yd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAyZVHW9Yd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAyZVHW9Yd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAyZVHW9Yd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAyZVHW9Yd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAyZVHW9Yd .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAyZVHW9Yd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAyZVHW9Yd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAyZVHW9Yd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAyZVHW9Yd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAyZVHW9Yd .dropdown-item.active,
.cid-uAyZVHW9Yd .dropdown-item:active {
  background-color: transparent;
}
.cid-uAyZVHW9Yd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAyZVHW9Yd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAyZVHW9Yd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAyZVHW9Yd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAyZVHW9Yd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAyZVHW9Yd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAyZVHW9Yd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAyZVHW9Yd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAyZVHW9Yd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAyZVHW9Yd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAyZVHW9Yd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAyZVHW9Yd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAyZVHW9Yd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAyZVHW9Yd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAyZVHW9Yd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAyZVHW9Yd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAyZVHW9Yd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAyZVHW9Yd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAyZVHW9Yd .navbar {
    height: 70px;
  }
  .cid-uAyZVHW9Yd .navbar.opened {
    height: auto;
  }
  .cid-uAyZVHW9Yd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAyZVHW9Yd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAyZVHW9Yd .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAyZVHW9Yd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAyZVHW9Yd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAyZVHW9Yd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAyZVHW9Yd .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAyZVHW9Yd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAyZVHW9Yd .text_widget {
  margin-bottom: 32px;
}
.cid-uAyZVHW9Yd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAyZVHW9Yd .text_widget a:hover,
.cid-uAyZVHW9Yd .text_widget a:focus {
  opacity: .8;
}
.cid-uAyZVHW9Yd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAyZVHW9Yd .navbar-caption {
  color: #000000;
}
.cid-uAyZVHW9Yd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAyZVHW9Yd .mbr-section-subtitle,
.cid-uAyZVHW9Yd .text_widget,
.cid-uAyZVHW9Yd .mbr-section-btn {
  text-align: center;
}
.cid-uAyZVHW9Yd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAyZVKBVQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAyZVKBVQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyZVKBVQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyZVKBVQS .container {
    padding: 0 22px;
  }
}
.cid-uAyZVKBVQS .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAyZVKBVQS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyZVKBVQS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAyZVKBVQS .mbr-section-title {
  color: #ffffff;
}
.cid-uAyZVKBVQS .mbr-text {
  color: #ffffff;
}
.cid-uAyZVLsa8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAyZVLsa8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyZVLsa8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyZVLsa8T .container {
    padding: 0 22px;
  }
}
.cid-uAyZVLsa8T .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-uAyZVLsa8T .items-wrapper .item {
  padding: 0 6px;
}
.cid-uAyZVLsa8T .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uAyZVLsa8T .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAyZVLsa8T .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uAyZVLsa8T .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uAyZVLsa8T .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-uAyZVLsa8T .item {
  margin-bottom: 12px;
}
.cid-uAyZVLsa8T .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-uAyZVLsa8T .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-uAyZVLsa8T .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-uAyZVLsa8T .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-uAyZVLsa8T .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uAyZVLsa8T .mbr-section-title {
  color: #000000;
}
.cid-uAyZVLsa8T .mbr-desc {
  color: #000000;
}
.cid-uAyZVLsa8T .card-title {
  color: #000000;
}
.cid-uAyZVLsa8T .card-tag {
  color: #000000;
}
.cid-uAyZVLsa8T .card-text {
  color: #000000;
}
.cid-uAyZVMfHJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAyZVMfHJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyZVMfHJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyZVMfHJ8 .container {
    padding: 0 22px;
  }
}
.cid-uAyZVMfHJ8 .row {
  justify-content: space-between;
}
.cid-uAyZVMfHJ8 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAyZVMfHJ8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAyZVMfHJ8 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAyZVMfHJ8 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAyZVMfHJ8 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAyZVMfHJ8 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAyZVMfHJ8 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAyZVMfHJ8 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAyZVMfHJ8 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAyZVMfHJ8 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAyZVMfHJ8 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAyZVMfHJ8 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAyZVMfHJ8 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAyZVMfHJ8 .copy-wrapper {
    display: block;
  }
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAyZVMfHJ8 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAyZVMfHJ8 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAyZVMfHJ8 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAyZVMfHJ8 .mbr-section-title {
  color: #ff5753;
}
.cid-uAyZVMfHJ8 .mbr-text {
  color: #ffffff;
}
.cid-uAyZVMfHJ8 .list {
  color: #635d60;
}
.cid-uAyZVMfHJ8 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAyZVMfHJ8 .mbr-section-title,
.cid-uAyZVMfHJ8 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAyZVMfHJ8 .list,
.cid-uAyZVMfHJ8 .item-wrap {
  color: #ffffff;
}
.cid-uAz1nlQqjk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAz1nlQqjk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAz1nlQqjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAz1nlQqjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAz1nlQqjk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAz1nlQqjk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAz1nlQqjk .menu_box .navbar.opened,
  .cid-uAz1nlQqjk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAz1nlQqjk nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAz1nlQqjk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAz1nlQqjk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAz1nlQqjk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAz1nlQqjk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAz1nlQqjk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAz1nlQqjk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAz1nlQqjk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAz1nlQqjk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAz1nlQqjk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAz1nlQqjk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAz1nlQqjk .offcanvas-body .mbr-text,
  .cid-uAz1nlQqjk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAz1nlQqjk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAz1nlQqjk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAz1nlQqjk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAz1nlQqjk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAz1nlQqjk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAz1nlQqjk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAz1nlQqjk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAz1nlQqjk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAz1nlQqjk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAz1nlQqjk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAz1nlQqjk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAz1nlQqjk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAz1nlQqjk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAz1nlQqjk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAz1nlQqjk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAz1nlQqjk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAz1nlQqjk .nav-item {
    margin: 0 !important;
  }
}
.cid-uAz1nlQqjk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAz1nlQqjk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAz1nlQqjk .nav-item .nav-link:hover::before,
.cid-uAz1nlQqjk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAz1nlQqjk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAz1nlQqjk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAz1nlQqjk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAz1nlQqjk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAz1nlQqjk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAz1nlQqjk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAz1nlQqjk .offcanvas_box {
    display: none;
  }
}
.cid-uAz1nlQqjk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAz1nlQqjk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAz1nlQqjk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAz1nlQqjk .container {
  display: flex;
  margin: auto;
}
.cid-uAz1nlQqjk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAz1nlQqjk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAz1nlQqjk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAz1nlQqjk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAz1nlQqjk .navbar-nav {
    margin: 0;
  }
}
.cid-uAz1nlQqjk .dropdown-menu,
.cid-uAz1nlQqjk .navbar.opened {
  background-color: false !important;
}
.cid-uAz1nlQqjk .nav-item:focus,
.cid-uAz1nlQqjk .nav-link:focus {
  outline: none;
}
.cid-uAz1nlQqjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAz1nlQqjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAz1nlQqjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAz1nlQqjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAz1nlQqjk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAz1nlQqjk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAz1nlQqjk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAz1nlQqjk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAz1nlQqjk .navbar.opened {
  transition: all 0.3s;
}
.cid-uAz1nlQqjk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAz1nlQqjk .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAz1nlQqjk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAz1nlQqjk .navbar.collapsed {
  justify-content: center;
}
.cid-uAz1nlQqjk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAz1nlQqjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAz1nlQqjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAz1nlQqjk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAz1nlQqjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAz1nlQqjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAz1nlQqjk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAz1nlQqjk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAz1nlQqjk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAz1nlQqjk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAz1nlQqjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAz1nlQqjk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAz1nlQqjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAz1nlQqjk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAz1nlQqjk .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAz1nlQqjk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAz1nlQqjk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAz1nlQqjk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAz1nlQqjk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAz1nlQqjk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAz1nlQqjk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAz1nlQqjk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAz1nlQqjk .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAz1nlQqjk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAz1nlQqjk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAz1nlQqjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAz1nlQqjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAz1nlQqjk .dropdown-item.active,
.cid-uAz1nlQqjk .dropdown-item:active {
  background-color: transparent;
}
.cid-uAz1nlQqjk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAz1nlQqjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAz1nlQqjk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAz1nlQqjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAz1nlQqjk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAz1nlQqjk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAz1nlQqjk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAz1nlQqjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAz1nlQqjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAz1nlQqjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAz1nlQqjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAz1nlQqjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAz1nlQqjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAz1nlQqjk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAz1nlQqjk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAz1nlQqjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAz1nlQqjk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAz1nlQqjk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAz1nlQqjk .navbar {
    height: 70px;
  }
  .cid-uAz1nlQqjk .navbar.opened {
    height: auto;
  }
  .cid-uAz1nlQqjk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAz1nlQqjk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAz1nlQqjk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAz1nlQqjk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAz1nlQqjk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAz1nlQqjk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAz1nlQqjk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAz1nlQqjk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAz1nlQqjk .text_widget {
  margin-bottom: 32px;
}
.cid-uAz1nlQqjk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAz1nlQqjk .text_widget a:hover,
.cid-uAz1nlQqjk .text_widget a:focus {
  opacity: .8;
}
.cid-uAz1nlQqjk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAz1nlQqjk .navbar-caption {
  color: #000000;
}
.cid-uAz1nlQqjk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAz1nlQqjk .mbr-section-subtitle,
.cid-uAz1nlQqjk .text_widget,
.cid-uAz1nlQqjk .mbr-section-btn {
  text-align: center;
}
.cid-uAz1nlQqjk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAz1nmNa2W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAz1nmNa2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAz1nmNa2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAz1nmNa2W .container {
    padding: 0 22px;
  }
}
.cid-uAz1nmNa2W .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAz1nmNa2W .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAz1nmNa2W .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAz1nmNa2W .mbr-section-title {
  color: #ffffff;
}
.cid-uAz1nmNa2W .mbr-text {
  color: #ffffff;
}
.cid-uAz1vThPPZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uAz1vThPPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAz1vThPPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAz1vThPPZ .container {
    padding: 0 22px;
  }
}
.cid-uAz1vThPPZ .row {
  justify-content: space-between;
}
.cid-uAz1vThPPZ .row .card {
  justify-content: center;
}
.cid-uAz1vThPPZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAz1vThPPZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uAz1vThPPZ .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uAz1vThPPZ .image-wrapper {
  position: relative;
}
.cid-uAz1vThPPZ .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uAz1vThPPZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uAz1vThPPZ .mbr-section-title {
  color: #000000;
}
.cid-uAz1vThPPZ .mbr-desc {
  color: #000000;
}
.cid-uAz1vThPPZ .mbr-text {
  color: #000000;
}
.cid-uAz1nnPjQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAz1nnPjQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAz1nnPjQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAz1nnPjQr .container {
    padding: 0 22px;
  }
}
.cid-uAz1nnPjQr .row {
  justify-content: space-between;
}
.cid-uAz1nnPjQr .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAz1nnPjQr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAz1nnPjQr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAz1nnPjQr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAz1nnPjQr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAz1nnPjQr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAz1nnPjQr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAz1nnPjQr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAz1nnPjQr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAz1nnPjQr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAz1nnPjQr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAz1nnPjQr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAz1nnPjQr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAz1nnPjQr .copy-wrapper {
    display: block;
  }
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAz1nnPjQr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAz1nnPjQr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAz1nnPjQr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAz1nnPjQr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAz1nnPjQr .mbr-section-title {
  color: #ff5753;
}
.cid-uAz1nnPjQr .mbr-text {
  color: #ffffff;
}
.cid-uAz1nnPjQr .list {
  color: #635d60;
}
.cid-uAz1nnPjQr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAz1nnPjQr .mbr-section-title,
.cid-uAz1nnPjQr .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAz1nnPjQr .list,
.cid-uAz1nnPjQr .item-wrap {
  color: #ffffff;
}
.cid-uAFd31mApC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAFd31mApC .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAFd31mApC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAFd31mApC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAFd31mApC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAFd31mApC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAFd31mApC .menu_box .navbar.opened,
  .cid-uAFd31mApC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAFd31mApC nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAFd31mApC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAFd31mApC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAFd31mApC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAFd31mApC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAFd31mApC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAFd31mApC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAFd31mApC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAFd31mApC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAFd31mApC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAFd31mApC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAFd31mApC .offcanvas-body .mbr-text,
  .cid-uAFd31mApC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAFd31mApC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAFd31mApC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAFd31mApC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAFd31mApC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAFd31mApC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAFd31mApC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAFd31mApC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAFd31mApC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAFd31mApC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAFd31mApC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAFd31mApC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAFd31mApC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAFd31mApC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAFd31mApC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAFd31mApC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAFd31mApC .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAFd31mApC .nav-item {
    margin: 0 !important;
  }
}
.cid-uAFd31mApC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAFd31mApC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAFd31mApC .nav-item .nav-link:hover::before,
.cid-uAFd31mApC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAFd31mApC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAFd31mApC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAFd31mApC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAFd31mApC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAFd31mApC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAFd31mApC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAFd31mApC .offcanvas_box {
    display: none;
  }
}
.cid-uAFd31mApC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAFd31mApC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAFd31mApC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAFd31mApC .container {
  display: flex;
  margin: auto;
}
.cid-uAFd31mApC .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAFd31mApC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAFd31mApC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAFd31mApC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAFd31mApC .navbar-nav {
    margin: 0;
  }
}
.cid-uAFd31mApC .dropdown-menu,
.cid-uAFd31mApC .navbar.opened {
  background-color: false !important;
}
.cid-uAFd31mApC .nav-item:focus,
.cid-uAFd31mApC .nav-link:focus {
  outline: none;
}
.cid-uAFd31mApC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAFd31mApC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAFd31mApC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAFd31mApC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAFd31mApC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAFd31mApC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAFd31mApC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAFd31mApC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAFd31mApC .navbar.opened {
  transition: all 0.3s;
}
.cid-uAFd31mApC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAFd31mApC .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAFd31mApC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAFd31mApC .navbar.collapsed {
  justify-content: center;
}
.cid-uAFd31mApC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAFd31mApC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAFd31mApC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAFd31mApC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAFd31mApC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAFd31mApC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAFd31mApC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAFd31mApC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAFd31mApC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAFd31mApC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAFd31mApC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAFd31mApC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAFd31mApC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAFd31mApC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAFd31mApC .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAFd31mApC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAFd31mApC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAFd31mApC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAFd31mApC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAFd31mApC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAFd31mApC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAFd31mApC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAFd31mApC .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAFd31mApC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAFd31mApC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAFd31mApC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAFd31mApC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAFd31mApC .dropdown-item.active,
.cid-uAFd31mApC .dropdown-item:active {
  background-color: transparent;
}
.cid-uAFd31mApC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAFd31mApC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAFd31mApC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAFd31mApC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAFd31mApC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAFd31mApC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAFd31mApC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAFd31mApC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAFd31mApC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAFd31mApC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAFd31mApC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAFd31mApC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAFd31mApC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAFd31mApC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAFd31mApC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAFd31mApC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAFd31mApC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAFd31mApC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAFd31mApC .navbar {
    height: 70px;
  }
  .cid-uAFd31mApC .navbar.opened {
    height: auto;
  }
  .cid-uAFd31mApC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAFd31mApC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAFd31mApC .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAFd31mApC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAFd31mApC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAFd31mApC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAFd31mApC .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAFd31mApC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAFd31mApC .text_widget {
  margin-bottom: 32px;
}
.cid-uAFd31mApC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAFd31mApC .text_widget a:hover,
.cid-uAFd31mApC .text_widget a:focus {
  opacity: .8;
}
.cid-uAFd31mApC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAFd31mApC .navbar-caption {
  color: #000000;
}
.cid-uAFd31mApC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAFd31mApC .mbr-section-subtitle,
.cid-uAFd31mApC .text_widget,
.cid-uAFd31mApC .mbr-section-btn {
  text-align: center;
}
.cid-uAFd31mApC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAFd328Ojr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAFd328Ojr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFd328Ojr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAFd328Ojr .container {
    padding: 0 22px;
  }
}
.cid-uAFd328Ojr .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAFd328Ojr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAFd328Ojr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAFd328Ojr .mbr-section-title {
  color: #ffffff;
}
.cid-uAFd328Ojr .mbr-text {
  color: #ffffff;
}
.cid-uAFd33RWAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAFd33RWAU .container-fluid {
  padding: 0 3rem;
}
.cid-uAFd33RWAU .mbr-section-subtitle {
  color: #000000;
}
.cid-uAFd33RWAU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uAFd33RWAU .table-wrapper {
  margin: 0 auto;
}
.cid-uAFd33RWAU .head-item {
  min-width: 70px;
}
.cid-uAFd33RWAU table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uAFd33RWAU table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uAFd33RWAU table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uAFd33RWAU .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uAFd33RWAU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uAFd33RWAU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uAFd33RWAU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uAFd33RWAU .dataTables_wrapper {
  display: block;
}
.cid-uAFd33RWAU .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uAFd33RWAU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uAFd33RWAU .head-item:after,
.cid-uAFd33RWAU .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uAFd33RWAU .dataTables_filter {
    text-align: center;
  }
  .cid-uAFd33RWAU .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uAFd33RWAU .dataTables_filter {
    text-align: center;
  }
  .cid-uAFd33RWAU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uAFd33RWAU .table-wrapper {
    width: 100% !important;
  }
  .cid-uAFd33RWAU .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAFd33RWAU table th,
  .cid-uAFd33RWAU table td {
    padding: 0.75rem;
  }
}
.cid-uAFd33RWAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFd33RWAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAFd33RWAU P {
  text-align: left;
}
.cid-uAFd34Ipz6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAFd34Ipz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAFd34Ipz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAFd34Ipz6 .container {
    padding: 0 22px;
  }
}
.cid-uAFd34Ipz6 .row {
  justify-content: space-between;
}
.cid-uAFd34Ipz6 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAFd34Ipz6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAFd34Ipz6 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAFd34Ipz6 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAFd34Ipz6 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAFd34Ipz6 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAFd34Ipz6 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAFd34Ipz6 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAFd34Ipz6 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAFd34Ipz6 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAFd34Ipz6 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAFd34Ipz6 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAFd34Ipz6 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAFd34Ipz6 .copy-wrapper {
    display: block;
  }
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAFd34Ipz6 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAFd34Ipz6 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAFd34Ipz6 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAFd34Ipz6 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAFd34Ipz6 .mbr-section-title {
  color: #ff5753;
}
.cid-uAFd34Ipz6 .mbr-text {
  color: #ffffff;
}
.cid-uAFd34Ipz6 .list {
  color: #635d60;
}
.cid-uAFd34Ipz6 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAFd34Ipz6 .mbr-section-title,
.cid-uAFd34Ipz6 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAFd34Ipz6 .list,
.cid-uAFd34Ipz6 .item-wrap {
  color: #ffffff;
}
.cid-uAP47543qh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAP47543qh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAP47543qh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAP47543qh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAP47543qh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAP47543qh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAP47543qh .menu_box .navbar.opened,
  .cid-uAP47543qh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAP47543qh nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAP47543qh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAP47543qh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAP47543qh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAP47543qh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAP47543qh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAP47543qh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAP47543qh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAP47543qh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAP47543qh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAP47543qh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAP47543qh .offcanvas-body .mbr-text,
  .cid-uAP47543qh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAP47543qh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAP47543qh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAP47543qh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAP47543qh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAP47543qh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAP47543qh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAP47543qh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAP47543qh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAP47543qh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAP47543qh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAP47543qh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAP47543qh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAP47543qh .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAP47543qh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAP47543qh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAP47543qh .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAP47543qh .nav-item {
    margin: 0 !important;
  }
}
.cid-uAP47543qh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAP47543qh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAP47543qh .nav-item .nav-link:hover::before,
.cid-uAP47543qh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAP47543qh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAP47543qh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAP47543qh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAP47543qh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAP47543qh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAP47543qh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAP47543qh .offcanvas_box {
    display: none;
  }
}
.cid-uAP47543qh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAP47543qh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAP47543qh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAP47543qh .container {
  display: flex;
  margin: auto;
}
.cid-uAP47543qh .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAP47543qh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAP47543qh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAP47543qh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAP47543qh .navbar-nav {
    margin: 0;
  }
}
.cid-uAP47543qh .dropdown-menu,
.cid-uAP47543qh .navbar.opened {
  background-color: false !important;
}
.cid-uAP47543qh .nav-item:focus,
.cid-uAP47543qh .nav-link:focus {
  outline: none;
}
.cid-uAP47543qh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAP47543qh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP47543qh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAP47543qh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAP47543qh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP47543qh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP47543qh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAP47543qh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAP47543qh .navbar.opened {
  transition: all 0.3s;
}
.cid-uAP47543qh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAP47543qh .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAP47543qh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAP47543qh .navbar.collapsed {
  justify-content: center;
}
.cid-uAP47543qh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP47543qh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAP47543qh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP47543qh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP47543qh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP47543qh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAP47543qh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAP47543qh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAP47543qh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAP47543qh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP47543qh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP47543qh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAP47543qh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP47543qh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAP47543qh .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAP47543qh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAP47543qh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAP47543qh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAP47543qh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAP47543qh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAP47543qh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAP47543qh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAP47543qh .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAP47543qh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAP47543qh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP47543qh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAP47543qh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAP47543qh .dropdown-item.active,
.cid-uAP47543qh .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP47543qh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAP47543qh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP47543qh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAP47543qh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAP47543qh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAP47543qh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAP47543qh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAP47543qh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAP47543qh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAP47543qh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP47543qh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAP47543qh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAP47543qh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP47543qh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAP47543qh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAP47543qh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAP47543qh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAP47543qh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP47543qh .navbar {
    height: 70px;
  }
  .cid-uAP47543qh .navbar.opened {
    height: auto;
  }
  .cid-uAP47543qh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP47543qh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAP47543qh .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAP47543qh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAP47543qh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAP47543qh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAP47543qh .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAP47543qh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAP47543qh .text_widget {
  margin-bottom: 32px;
}
.cid-uAP47543qh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAP47543qh .text_widget a:hover,
.cid-uAP47543qh .text_widget a:focus {
  opacity: .8;
}
.cid-uAP47543qh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAP47543qh .navbar-caption {
  color: #000000;
}
.cid-uAP47543qh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAP47543qh .mbr-section-subtitle,
.cid-uAP47543qh .text_widget,
.cid-uAP47543qh .mbr-section-btn {
  text-align: center;
}
.cid-uAP47543qh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAP4790Us6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAP4790Us6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP4790Us6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP4790Us6 .container {
    padding: 0 22px;
  }
}
.cid-uAP4790Us6 .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAP4790Us6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAP4790Us6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAP4790Us6 .mbr-section-title {
  color: #ffffff;
}
.cid-uAP4790Us6 .mbr-text {
  color: #ffffff;
}
.cid-uAP47b1ix5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAP47b1ix5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47b1ix5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP47b1ix5 .container {
    padding: 0 22px;
  }
}
.cid-uAP47b1ix5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAP47b1ix5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAP47cwSSP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAP47cwSSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47cwSSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP47cwSSP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAP47cwSSP .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uAP47cwSSP .container {
    padding: 0 22px;
  }
}
.cid-uAP47cwSSP .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uAP47cwSSP .row .card,
.cid-uAP47cwSSP .row .item {
  padding: 0 6px;
}
.cid-uAP47cwSSP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAP47cwSSP .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uAP47cwSSP .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uAP47cwSSP .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uAP47cwSSP .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uAP47cwSSP .card-desc {
  color: #000000;
  text-align: left;
}
.cid-uAP47cwSSP .card-number {
  color: #523f6d;
}
.cid-uAP47cwSSP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP47hPIYw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAP47hPIYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47hPIYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP47hPIYw .container {
    padding: 0 22px;
  }
}
.cid-uAP47hPIYw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAP47hPIYw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAP47k6Ef8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAP47k6Ef8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47k6Ef8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uAP47k6Ef8 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uAP47k6Ef8 .row {
  justify-content: center;
}
.cid-uAP47k6Ef8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uAP47k6Ef8 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uAP47k6Ef8 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uAP47k6Ef8 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uAP47k6Ef8 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uAP47k6Ef8 .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uAP47mupUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAP47mupUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47mupUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP47mupUw .container {
    padding: 0 22px;
  }
}
.cid-uAP47mupUw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAP47mupUw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAP47oifDK {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .container {
    padding: 0 22px;
  }
}
.cid-uAP47oifDK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uAP47oifDK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAP47oifDK .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img::before {
  left: auto;
  right: -1px;
  border-radius: 64px 0 0 0;
}
.cid-uAP47oifDK .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .embla__slide .slide-content {
    display: block;
  }
}
.cid-uAP47oifDK .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uAP47oifDK .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uAP47oifDK .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uAP47oifDK .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uAP47oifDK .embla__slide .slide-content .item-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-uAP47oifDK .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uAP47oifDK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAP47oifDK .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 72px;
  width: 55%;
  border-radius: 0 64px 0 0;
  background-color: #f4f3f4;
}
.cid-uAP47oifDK .embla__button--next,
.cid-uAP47oifDK .embla__button--prev {
  display: flex;
}
.cid-uAP47oifDK .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAP47oifDK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAP47oifDK .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uAP47oifDK .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uAP47oifDK .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uAP47oifDK .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAP47oifDK .embla {
    padding-bottom: 2rem;
  }
}
.cid-uAP47oifDK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAP47oifDK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAP47oifDK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAP47oifDK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAP47oifDK .item-desc {
  color: #ff5753;
}
.cid-uAP47oifDK .item-title {
  color: #000000;
}
.cid-uAP47oifDK .item-text {
  color: #000000;
}
.cid-uAP47qyT7p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAP47qyT7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47qyT7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP47qyT7p .container {
    padding: 0 22px;
  }
}
.cid-uAP47qyT7p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAP47qyT7p .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAP47sxdnD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAP47sxdnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47sxdnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP47sxdnD .container {
    padding: 0 22px;
  }
}
.cid-uAP47sxdnD .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uAP47sxdnD .row .card,
.cid-uAP47sxdnD .row .item {
  padding: 0 6px;
}
.cid-uAP47sxdnD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAP47sxdnD .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uAP47sxdnD .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uAP47sxdnD .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uAP47sxdnD .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uAP47sxdnD .card-desc {
  color: #000000;
}
.cid-uAP47sxdnD .card-number {
  color: #000000;
}
.cid-uAP47sxdnD .mbr-section-title {
  color: #000000;
}
.cid-uAP47ui6hZ {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uAP47ui6hZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47ui6hZ .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-uAP47ui6hZ {
    padding-bottom: 0 !important;
  }
}
.cid-uAP47ui6hZ .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uAP47ui6hZ .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uAP47ui6hZ .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uAP47ui6hZ .text-wrapper {
  position: relative;
  z-index: 4;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .cid-uAP47ui6hZ .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-right: auto;
  }
}
.cid-uAP47ui6hZ .mbr-section-title {
  color: #181817;
  margin-bottom: 2rem;
}
.cid-uAP47ui6hZ .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uAP47ui6hZ .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uAP47ui6hZ .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uAP47ui6hZ .col-img {
    padding: 0 !important;
  }
}
.cid-uAP47ui6hZ .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uAP47ui6hZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uAP47ui6hZ .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAP47ui6hZ .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uAP47ui6hZ .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uAP47ui6hZ .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #402e59;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uAP47ui6hZ .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uAP47ui6hZ .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uAP47ui6hZ .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uAP47wgUVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAP47wgUVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47wgUVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP47wgUVF .container {
    padding: 0 22px;
  }
}
.cid-uAP47wgUVF .row {
  justify-content: space-between;
}
.cid-uAP47wgUVF .row .card {
  justify-content: center;
}
.cid-uAP47wgUVF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAP47wgUVF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uAP47wgUVF .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uAP47wgUVF .image-wrapper {
  position: relative;
}
.cid-uAP47wgUVF .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uAP47wgUVF .image-wrapper img {
    height: 350px;
  }
}
.cid-uAP47wgUVF .mbr-section-title {
  color: #000000;
}
.cid-uAP47wgUVF .mbr-desc {
  color: #000000;
}
.cid-uAP47wgUVF .mbr-text {
  color: #000000;
}
.cid-uAP47y1mmq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAP47y1mmq .container-fluid {
  padding: 0 3rem;
}
.cid-uAP47y1mmq .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP47y1mmq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uAP47y1mmq .table-wrapper {
  margin: 0 auto;
}
.cid-uAP47y1mmq .head-item {
  min-width: 70px;
}
.cid-uAP47y1mmq table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uAP47y1mmq table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uAP47y1mmq table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uAP47y1mmq .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uAP47y1mmq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uAP47y1mmq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uAP47y1mmq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uAP47y1mmq .dataTables_wrapper {
  display: block;
}
.cid-uAP47y1mmq .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uAP47y1mmq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uAP47y1mmq .head-item:after,
.cid-uAP47y1mmq .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uAP47y1mmq .dataTables_filter {
    text-align: center;
  }
  .cid-uAP47y1mmq .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uAP47y1mmq .dataTables_filter {
    text-align: center;
  }
  .cid-uAP47y1mmq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uAP47y1mmq .table-wrapper {
    width: 100% !important;
  }
  .cid-uAP47y1mmq .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAP47y1mmq table th,
  .cid-uAP47y1mmq table td {
    padding: 0.75rem;
  }
}
.cid-uAP47y1mmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47y1mmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP47y1mmq P {
  text-align: left;
}
.cid-uAP47AWz4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAP47AWz4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP47AWz4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAP47AWz4E .container {
    padding: 0 22px;
  }
}
.cid-uAP47AWz4E .row {
  justify-content: space-between;
}
.cid-uAP47AWz4E .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAP47AWz4E .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAP47AWz4E .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAP47AWz4E .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAP47AWz4E .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAP47AWz4E .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAP47AWz4E .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAP47AWz4E .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAP47AWz4E .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAP47AWz4E .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAP47AWz4E .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAP47AWz4E .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAP47AWz4E .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAP47AWz4E .copy-wrapper {
    display: block;
  }
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAP47AWz4E .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAP47AWz4E .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAP47AWz4E .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAP47AWz4E .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAP47AWz4E .mbr-section-title {
  color: #ff5753;
}
.cid-uAP47AWz4E .mbr-text {
  color: #ffffff;
}
.cid-uAP47AWz4E .list {
  color: #635d60;
}
.cid-uAP47AWz4E .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAP47AWz4E .mbr-section-title,
.cid-uAP47AWz4E .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAP47AWz4E .list,
.cid-uAP47AWz4E .item-wrap {
  color: #ffffff;
}
.cid-uB7r4NlKam {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB7r4NlKam .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB7r4NlKam .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB7r4NlKam .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7r4NlKam .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB7r4NlKam .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB7r4NlKam .menu_box .navbar.opened,
  .cid-uB7r4NlKam .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB7r4NlKam nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB7r4NlKam .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB7r4NlKam .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7r4NlKam .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB7r4NlKam .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB7r4NlKam .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB7r4NlKam .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB7r4NlKam .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB7r4NlKam .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB7r4NlKam .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB7r4NlKam .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB7r4NlKam .offcanvas-body .mbr-text,
  .cid-uB7r4NlKam .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB7r4NlKam .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB7r4NlKam .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB7r4NlKam .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB7r4NlKam .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB7r4NlKam .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB7r4NlKam .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB7r4NlKam .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB7r4NlKam ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB7r4NlKam .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7r4NlKam .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB7r4NlKam .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB7r4NlKam li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB7r4NlKam .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB7r4NlKam .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB7r4NlKam .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB7r4NlKam .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB7r4NlKam .nav-item {
    margin: 0 !important;
  }
}
.cid-uB7r4NlKam .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB7r4NlKam .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB7r4NlKam .nav-item .nav-link:hover::before,
.cid-uB7r4NlKam .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB7r4NlKam .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB7r4NlKam .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB7r4NlKam .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB7r4NlKam .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7r4NlKam .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB7r4NlKam .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB7r4NlKam .offcanvas_box {
    display: none;
  }
}
.cid-uB7r4NlKam .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB7r4NlKam .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB7r4NlKam .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB7r4NlKam .container {
  display: flex;
  margin: auto;
}
.cid-uB7r4NlKam .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB7r4NlKam .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB7r4NlKam .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB7r4NlKam .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB7r4NlKam .navbar-nav {
    margin: 0;
  }
}
.cid-uB7r4NlKam .dropdown-menu,
.cid-uB7r4NlKam .navbar.opened {
  background-color: false !important;
}
.cid-uB7r4NlKam .nav-item:focus,
.cid-uB7r4NlKam .nav-link:focus {
  outline: none;
}
.cid-uB7r4NlKam .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7r4NlKam .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7r4NlKam .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7r4NlKam .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7r4NlKam .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7r4NlKam .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7r4NlKam .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB7r4NlKam .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB7r4NlKam .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7r4NlKam .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB7r4NlKam .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB7r4NlKam .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB7r4NlKam .navbar.collapsed {
  justify-content: center;
}
.cid-uB7r4NlKam .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7r4NlKam .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB7r4NlKam .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7r4NlKam .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7r4NlKam .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7r4NlKam .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB7r4NlKam .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB7r4NlKam .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB7r4NlKam .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB7r4NlKam .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7r4NlKam .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7r4NlKam .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB7r4NlKam .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7r4NlKam .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB7r4NlKam .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB7r4NlKam .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB7r4NlKam .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB7r4NlKam .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB7r4NlKam .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB7r4NlKam .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7r4NlKam .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB7r4NlKam .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7r4NlKam .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB7r4NlKam .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7r4NlKam .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7r4NlKam .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB7r4NlKam .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7r4NlKam .dropdown-item.active,
.cid-uB7r4NlKam .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7r4NlKam .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB7r4NlKam .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7r4NlKam .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7r4NlKam .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7r4NlKam ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB7r4NlKam .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7r4NlKam button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB7r4NlKam button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB7r4NlKam button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7r4NlKam button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7r4NlKam button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7r4NlKam button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7r4NlKam nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7r4NlKam nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7r4NlKam nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7r4NlKam nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7r4NlKam a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB7r4NlKam .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7r4NlKam .navbar {
    height: 70px;
  }
  .cid-uB7r4NlKam .navbar.opened {
    height: auto;
  }
  .cid-uB7r4NlKam .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7r4NlKam .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB7r4NlKam .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB7r4NlKam .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB7r4NlKam .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB7r4NlKam .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB7r4NlKam .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB7r4NlKam .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB7r4NlKam .text_widget {
  margin-bottom: 32px;
}
.cid-uB7r4NlKam .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB7r4NlKam .text_widget a:hover,
.cid-uB7r4NlKam .text_widget a:focus {
  opacity: .8;
}
.cid-uB7r4NlKam .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB7r4NlKam .navbar-caption {
  color: #000000;
}
.cid-uB7r4NlKam .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB7r4NlKam .mbr-section-subtitle,
.cid-uB7r4NlKam .text_widget,
.cid-uB7r4NlKam .mbr-section-btn {
  text-align: center;
}
.cid-uB7r4NlKam a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB7r4PlDFn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB7r4PlDFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7r4PlDFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7r4PlDFn .container {
    padding: 0 22px;
  }
}
.cid-uB7r4PlDFn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7r4PlDFn .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7LRqtFiw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB7LRqtFiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7LRqtFiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7LRqtFiw .container {
    padding: 0 22px;
  }
}
.cid-uB7LRqtFiw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7LRqtFiw .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB8pDgEBal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB8pDgEBal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8pDgEBal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8pDgEBal .container {
    padding: 0 22px;
  }
}
.cid-uB8pDgEBal .row {
  justify-content: space-between;
}
.cid-uB8pDgEBal .row .card {
  justify-content: center;
}
.cid-uB8pDgEBal .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8pDgEBal .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8pDgEBal .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8pDgEBal .image-wrapper {
  position: relative;
}
.cid-uB8pDgEBal .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8pDgEBal .image-wrapper img {
    height: 350px;
  }
}
.cid-uB8pDgEBal .mbr-section-title {
  color: #402e59;
}
.cid-uB8pDgEBal .mbr-desc {
  color: #000000;
}
.cid-uB8pDgEBal .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uBk8rnLDdt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8rnLDdt .mbr-section-title {
  color: #404040;
}
.cid-uBk8rnLDdt .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8rnLDdt .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8rnLDdt .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8rnLDdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8rnLDdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7r4QqOXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB7r4QqOXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7r4QqOXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7r4QqOXK .container {
    padding: 0 22px;
  }
}
.cid-uB7r4QqOXK .row {
  justify-content: space-between;
}
.cid-uB7r4QqOXK .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB7r4QqOXK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7r4QqOXK .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB7r4QqOXK .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB7r4QqOXK .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB7r4QqOXK .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB7r4QqOXK .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB7r4QqOXK .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB7r4QqOXK .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB7r4QqOXK .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7r4QqOXK .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB7r4QqOXK .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB7r4QqOXK .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB7r4QqOXK .copy-wrapper {
    display: block;
  }
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB7r4QqOXK .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB7r4QqOXK .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB7r4QqOXK .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB7r4QqOXK .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB7r4QqOXK .mbr-section-title {
  color: #ff5753;
}
.cid-uB7r4QqOXK .mbr-text {
  color: #ffffff;
}
.cid-uB7r4QqOXK .list {
  color: #635d60;
}
.cid-uB7r4QqOXK .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB7r4QqOXK .mbr-section-title,
.cid-uB7r4QqOXK .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB7r4QqOXK .list,
.cid-uB7r4QqOXK .item-wrap {
  color: #ffffff;
}
.cid-uB7reOaydV {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB7reOaydV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB7reOaydV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB7reOaydV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7reOaydV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB7reOaydV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB7reOaydV .menu_box .navbar.opened,
  .cid-uB7reOaydV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB7reOaydV nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB7reOaydV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB7reOaydV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7reOaydV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB7reOaydV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB7reOaydV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB7reOaydV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB7reOaydV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB7reOaydV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB7reOaydV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB7reOaydV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB7reOaydV .offcanvas-body .mbr-text,
  .cid-uB7reOaydV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB7reOaydV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB7reOaydV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB7reOaydV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB7reOaydV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB7reOaydV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB7reOaydV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB7reOaydV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB7reOaydV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB7reOaydV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7reOaydV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB7reOaydV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB7reOaydV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB7reOaydV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB7reOaydV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB7reOaydV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB7reOaydV .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB7reOaydV .nav-item {
    margin: 0 !important;
  }
}
.cid-uB7reOaydV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB7reOaydV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB7reOaydV .nav-item .nav-link:hover::before,
.cid-uB7reOaydV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB7reOaydV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB7reOaydV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB7reOaydV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB7reOaydV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7reOaydV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB7reOaydV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB7reOaydV .offcanvas_box {
    display: none;
  }
}
.cid-uB7reOaydV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB7reOaydV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB7reOaydV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB7reOaydV .container {
  display: flex;
  margin: auto;
}
.cid-uB7reOaydV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB7reOaydV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB7reOaydV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB7reOaydV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB7reOaydV .navbar-nav {
    margin: 0;
  }
}
.cid-uB7reOaydV .dropdown-menu,
.cid-uB7reOaydV .navbar.opened {
  background-color: false !important;
}
.cid-uB7reOaydV .nav-item:focus,
.cid-uB7reOaydV .nav-link:focus {
  outline: none;
}
.cid-uB7reOaydV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7reOaydV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7reOaydV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7reOaydV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7reOaydV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7reOaydV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7reOaydV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB7reOaydV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB7reOaydV .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7reOaydV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB7reOaydV .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB7reOaydV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB7reOaydV .navbar.collapsed {
  justify-content: center;
}
.cid-uB7reOaydV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7reOaydV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB7reOaydV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7reOaydV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7reOaydV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7reOaydV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB7reOaydV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB7reOaydV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB7reOaydV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB7reOaydV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7reOaydV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7reOaydV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB7reOaydV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7reOaydV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB7reOaydV .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB7reOaydV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB7reOaydV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB7reOaydV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB7reOaydV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB7reOaydV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7reOaydV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB7reOaydV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7reOaydV .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB7reOaydV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7reOaydV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7reOaydV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB7reOaydV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7reOaydV .dropdown-item.active,
.cid-uB7reOaydV .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7reOaydV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB7reOaydV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7reOaydV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7reOaydV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7reOaydV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB7reOaydV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7reOaydV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB7reOaydV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB7reOaydV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7reOaydV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7reOaydV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7reOaydV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7reOaydV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7reOaydV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7reOaydV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7reOaydV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7reOaydV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB7reOaydV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7reOaydV .navbar {
    height: 70px;
  }
  .cid-uB7reOaydV .navbar.opened {
    height: auto;
  }
  .cid-uB7reOaydV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7reOaydV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB7reOaydV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB7reOaydV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB7reOaydV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB7reOaydV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB7reOaydV .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB7reOaydV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB7reOaydV .text_widget {
  margin-bottom: 32px;
}
.cid-uB7reOaydV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB7reOaydV .text_widget a:hover,
.cid-uB7reOaydV .text_widget a:focus {
  opacity: .8;
}
.cid-uB7reOaydV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB7reOaydV .navbar-caption {
  color: #000000;
}
.cid-uB7reOaydV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB7reOaydV .mbr-section-subtitle,
.cid-uB7reOaydV .text_widget,
.cid-uB7reOaydV .mbr-section-btn {
  text-align: center;
}
.cid-uB7reOaydV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB7rePmBIn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB7rePmBIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7rePmBIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7rePmBIn .container {
    padding: 0 22px;
  }
}
.cid-uB7rePmBIn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7rePmBIn .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7ULUgwzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB7ULUgwzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7ULUgwzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7ULUgwzi .container {
    padding: 0 22px;
  }
}
.cid-uB7ULUgwzi .row {
  justify-content: space-between;
}
.cid-uB7ULUgwzi .row .card {
  justify-content: center;
}
.cid-uB7ULUgwzi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7ULUgwzi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB7ULUgwzi .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB7ULUgwzi .image-wrapper {
  position: relative;
}
.cid-uB7ULUgwzi .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uB7ULUgwzi .image-wrapper img {
    height: 350px;
  }
}
.cid-uB7ULUgwzi .mbr-section-title {
  color: #402e59;
}
.cid-uB7ULUgwzi .mbr-desc {
  color: #402e59;
}
.cid-uB7ULUgwzi .mbr-text {
  color: #402e59;
}
.cid-uBk8t97PJS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8t97PJS .mbr-section-title {
  color: #404040;
}
.cid-uBk8t97PJS .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8t97PJS .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8t97PJS .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8t97PJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8t97PJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7reQ942e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB7reQ942e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7reQ942e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7reQ942e .container {
    padding: 0 22px;
  }
}
.cid-uB7reQ942e .row {
  justify-content: space-between;
}
.cid-uB7reQ942e .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB7reQ942e .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7reQ942e .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB7reQ942e .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB7reQ942e .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB7reQ942e .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB7reQ942e .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB7reQ942e .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB7reQ942e .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB7reQ942e .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7reQ942e .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB7reQ942e .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB7reQ942e .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB7reQ942e .copy-wrapper {
    display: block;
  }
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB7reQ942e .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB7reQ942e .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB7reQ942e .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB7reQ942e .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB7reQ942e .mbr-section-title {
  color: #ff5753;
}
.cid-uB7reQ942e .mbr-text {
  color: #ffffff;
}
.cid-uB7reQ942e .list {
  color: #635d60;
}
.cid-uB7reQ942e .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB7reQ942e .mbr-section-title,
.cid-uB7reQ942e .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB7reQ942e .list,
.cid-uB7reQ942e .item-wrap {
  color: #ffffff;
}
.cid-uB7rFS8nRs {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB7rFS8nRs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB7rFS8nRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB7rFS8nRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7rFS8nRs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB7rFS8nRs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB7rFS8nRs .menu_box .navbar.opened,
  .cid-uB7rFS8nRs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB7rFS8nRs nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB7rFS8nRs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB7rFS8nRs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7rFS8nRs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB7rFS8nRs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB7rFS8nRs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB7rFS8nRs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB7rFS8nRs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB7rFS8nRs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB7rFS8nRs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB7rFS8nRs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB7rFS8nRs .offcanvas-body .mbr-text,
  .cid-uB7rFS8nRs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB7rFS8nRs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB7rFS8nRs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB7rFS8nRs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB7rFS8nRs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB7rFS8nRs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB7rFS8nRs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB7rFS8nRs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB7rFS8nRs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB7rFS8nRs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7rFS8nRs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB7rFS8nRs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB7rFS8nRs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB7rFS8nRs .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB7rFS8nRs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB7rFS8nRs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB7rFS8nRs .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB7rFS8nRs .nav-item {
    margin: 0 !important;
  }
}
.cid-uB7rFS8nRs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB7rFS8nRs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB7rFS8nRs .nav-item .nav-link:hover::before,
.cid-uB7rFS8nRs .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB7rFS8nRs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB7rFS8nRs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB7rFS8nRs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB7rFS8nRs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7rFS8nRs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB7rFS8nRs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB7rFS8nRs .offcanvas_box {
    display: none;
  }
}
.cid-uB7rFS8nRs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB7rFS8nRs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB7rFS8nRs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB7rFS8nRs .container {
  display: flex;
  margin: auto;
}
.cid-uB7rFS8nRs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB7rFS8nRs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB7rFS8nRs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB7rFS8nRs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB7rFS8nRs .navbar-nav {
    margin: 0;
  }
}
.cid-uB7rFS8nRs .dropdown-menu,
.cid-uB7rFS8nRs .navbar.opened {
  background-color: false !important;
}
.cid-uB7rFS8nRs .nav-item:focus,
.cid-uB7rFS8nRs .nav-link:focus {
  outline: none;
}
.cid-uB7rFS8nRs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7rFS8nRs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7rFS8nRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7rFS8nRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7rFS8nRs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7rFS8nRs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7rFS8nRs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB7rFS8nRs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB7rFS8nRs .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7rFS8nRs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB7rFS8nRs .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB7rFS8nRs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB7rFS8nRs .navbar.collapsed {
  justify-content: center;
}
.cid-uB7rFS8nRs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7rFS8nRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB7rFS8nRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7rFS8nRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7rFS8nRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7rFS8nRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB7rFS8nRs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB7rFS8nRs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB7rFS8nRs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB7rFS8nRs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7rFS8nRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7rFS8nRs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB7rFS8nRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7rFS8nRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB7rFS8nRs .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB7rFS8nRs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB7rFS8nRs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB7rFS8nRs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB7rFS8nRs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB7rFS8nRs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7rFS8nRs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB7rFS8nRs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7rFS8nRs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB7rFS8nRs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7rFS8nRs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7rFS8nRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB7rFS8nRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7rFS8nRs .dropdown-item.active,
.cid-uB7rFS8nRs .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7rFS8nRs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB7rFS8nRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7rFS8nRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7rFS8nRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7rFS8nRs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB7rFS8nRs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7rFS8nRs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB7rFS8nRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB7rFS8nRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7rFS8nRs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7rFS8nRs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7rFS8nRs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7rFS8nRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7rFS8nRs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7rFS8nRs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7rFS8nRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7rFS8nRs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB7rFS8nRs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7rFS8nRs .navbar {
    height: 70px;
  }
  .cid-uB7rFS8nRs .navbar.opened {
    height: auto;
  }
  .cid-uB7rFS8nRs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7rFS8nRs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB7rFS8nRs .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB7rFS8nRs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB7rFS8nRs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB7rFS8nRs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB7rFS8nRs .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB7rFS8nRs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB7rFS8nRs .text_widget {
  margin-bottom: 32px;
}
.cid-uB7rFS8nRs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB7rFS8nRs .text_widget a:hover,
.cid-uB7rFS8nRs .text_widget a:focus {
  opacity: .8;
}
.cid-uB7rFS8nRs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB7rFS8nRs .navbar-caption {
  color: #000000;
}
.cid-uB7rFS8nRs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB7rFS8nRs .mbr-section-subtitle,
.cid-uB7rFS8nRs .text_widget,
.cid-uB7rFS8nRs .mbr-section-btn {
  text-align: center;
}
.cid-uB7rFS8nRs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB7rFTrvjE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB7rFTrvjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7rFTrvjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7rFTrvjE .container {
    padding: 0 22px;
  }
}
.cid-uB7rFTrvjE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7rFTrvjE .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7WlX32m7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB7WlX32m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7WlX32m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7WlX32m7 .container {
    padding: 0 22px;
  }
}
.cid-uB7WlX32m7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7WlX32m7 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB8xPhJWc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB8xPhJWc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8xPhJWc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8xPhJWc3 .container {
    padding: 0 22px;
  }
}
.cid-uB8xPhJWc3 .row {
  justify-content: space-between;
}
.cid-uB8xPhJWc3 .row .card {
  justify-content: center;
}
.cid-uB8xPhJWc3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8xPhJWc3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8xPhJWc3 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8xPhJWc3 .image-wrapper {
  position: relative;
}
.cid-uB8xPhJWc3 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8xPhJWc3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uB8xPhJWc3 .mbr-section-title {
  color: #402e59;
}
.cid-uB8xPhJWc3 .mbr-desc {
  color: #000000;
}
.cid-uB8xPhJWc3 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uBk8xm1GCf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8xm1GCf .mbr-section-title {
  color: #404040;
}
.cid-uBk8xm1GCf .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8xm1GCf .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8xm1GCf .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8xm1GCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8xm1GCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7rFUpu24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB7rFUpu24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7rFUpu24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7rFUpu24 .container {
    padding: 0 22px;
  }
}
.cid-uB7rFUpu24 .row {
  justify-content: space-between;
}
.cid-uB7rFUpu24 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB7rFUpu24 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7rFUpu24 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB7rFUpu24 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB7rFUpu24 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB7rFUpu24 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB7rFUpu24 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB7rFUpu24 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB7rFUpu24 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB7rFUpu24 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7rFUpu24 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB7rFUpu24 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB7rFUpu24 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB7rFUpu24 .copy-wrapper {
    display: block;
  }
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB7rFUpu24 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB7rFUpu24 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB7rFUpu24 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB7rFUpu24 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB7rFUpu24 .mbr-section-title {
  color: #ff5753;
}
.cid-uB7rFUpu24 .mbr-text {
  color: #ffffff;
}
.cid-uB7rFUpu24 .list {
  color: #635d60;
}
.cid-uB7rFUpu24 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB7rFUpu24 .mbr-section-title,
.cid-uB7rFUpu24 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB7rFUpu24 .list,
.cid-uB7rFUpu24 .item-wrap {
  color: #ffffff;
}
.cid-uB7qoQ7b33 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB7qoQ7b33 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB7qoQ7b33 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB7qoQ7b33 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7qoQ7b33 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB7qoQ7b33 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB7qoQ7b33 .menu_box .navbar.opened,
  .cid-uB7qoQ7b33 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB7qoQ7b33 nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB7qoQ7b33 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB7qoQ7b33 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7qoQ7b33 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB7qoQ7b33 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB7qoQ7b33 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB7qoQ7b33 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB7qoQ7b33 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB7qoQ7b33 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB7qoQ7b33 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB7qoQ7b33 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB7qoQ7b33 .offcanvas-body .mbr-text,
  .cid-uB7qoQ7b33 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB7qoQ7b33 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB7qoQ7b33 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB7qoQ7b33 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB7qoQ7b33 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB7qoQ7b33 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB7qoQ7b33 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB7qoQ7b33 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB7qoQ7b33 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB7qoQ7b33 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7qoQ7b33 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB7qoQ7b33 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB7qoQ7b33 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB7qoQ7b33 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB7qoQ7b33 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB7qoQ7b33 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB7qoQ7b33 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB7qoQ7b33 .nav-item {
    margin: 0 !important;
  }
}
.cid-uB7qoQ7b33 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB7qoQ7b33 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB7qoQ7b33 .nav-item .nav-link:hover::before,
.cid-uB7qoQ7b33 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB7qoQ7b33 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB7qoQ7b33 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB7qoQ7b33 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB7qoQ7b33 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7qoQ7b33 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB7qoQ7b33 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB7qoQ7b33 .offcanvas_box {
    display: none;
  }
}
.cid-uB7qoQ7b33 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB7qoQ7b33 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB7qoQ7b33 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB7qoQ7b33 .container {
  display: flex;
  margin: auto;
}
.cid-uB7qoQ7b33 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB7qoQ7b33 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB7qoQ7b33 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB7qoQ7b33 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB7qoQ7b33 .navbar-nav {
    margin: 0;
  }
}
.cid-uB7qoQ7b33 .dropdown-menu,
.cid-uB7qoQ7b33 .navbar.opened {
  background-color: false !important;
}
.cid-uB7qoQ7b33 .nav-item:focus,
.cid-uB7qoQ7b33 .nav-link:focus {
  outline: none;
}
.cid-uB7qoQ7b33 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7qoQ7b33 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7qoQ7b33 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7qoQ7b33 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7qoQ7b33 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7qoQ7b33 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7qoQ7b33 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB7qoQ7b33 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB7qoQ7b33 .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7qoQ7b33 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB7qoQ7b33 .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB7qoQ7b33 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB7qoQ7b33 .navbar.collapsed {
  justify-content: center;
}
.cid-uB7qoQ7b33 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7qoQ7b33 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB7qoQ7b33 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7qoQ7b33 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7qoQ7b33 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7qoQ7b33 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB7qoQ7b33 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB7qoQ7b33 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB7qoQ7b33 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB7qoQ7b33 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7qoQ7b33 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7qoQ7b33 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB7qoQ7b33 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7qoQ7b33 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB7qoQ7b33 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB7qoQ7b33 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB7qoQ7b33 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB7qoQ7b33 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB7qoQ7b33 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB7qoQ7b33 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7qoQ7b33 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB7qoQ7b33 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7qoQ7b33 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB7qoQ7b33 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7qoQ7b33 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7qoQ7b33 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB7qoQ7b33 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7qoQ7b33 .dropdown-item.active,
.cid-uB7qoQ7b33 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7qoQ7b33 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB7qoQ7b33 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7qoQ7b33 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7qoQ7b33 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7qoQ7b33 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB7qoQ7b33 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7qoQ7b33 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB7qoQ7b33 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB7qoQ7b33 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7qoQ7b33 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7qoQ7b33 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7qoQ7b33 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7qoQ7b33 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7qoQ7b33 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7qoQ7b33 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7qoQ7b33 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7qoQ7b33 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB7qoQ7b33 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7qoQ7b33 .navbar {
    height: 70px;
  }
  .cid-uB7qoQ7b33 .navbar.opened {
    height: auto;
  }
  .cid-uB7qoQ7b33 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7qoQ7b33 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB7qoQ7b33 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB7qoQ7b33 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB7qoQ7b33 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB7qoQ7b33 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB7qoQ7b33 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB7qoQ7b33 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB7qoQ7b33 .text_widget {
  margin-bottom: 32px;
}
.cid-uB7qoQ7b33 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB7qoQ7b33 .text_widget a:hover,
.cid-uB7qoQ7b33 .text_widget a:focus {
  opacity: .8;
}
.cid-uB7qoQ7b33 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB7qoQ7b33 .navbar-caption {
  color: #000000;
}
.cid-uB7qoQ7b33 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB7qoQ7b33 .mbr-section-subtitle,
.cid-uB7qoQ7b33 .text_widget,
.cid-uB7qoQ7b33 .mbr-section-btn {
  text-align: center;
}
.cid-uB7qoQ7b33 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB7qoRtRLs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB7qoRtRLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7qoRtRLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7qoRtRLs .container {
    padding: 0 22px;
  }
}
.cid-uB7qoRtRLs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7qoRtRLs .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7xogtJ73 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB7xogtJ73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7xogtJ73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7xogtJ73 .container {
    padding: 0 22px;
  }
}
.cid-uB7xogtJ73 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7xogtJ73 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB8mOgqJsl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB8mOgqJsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8mOgqJsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8mOgqJsl .container {
    padding: 0 22px;
  }
}
.cid-uB8mOgqJsl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8mOgqJsl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB8mPhQwsj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-mesa-de-trabajo-1-2000x2000.png");
}
.cid-uB8mPhQwsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8mPhQwsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8mPhQwsj .container {
    padding: 0 22px;
  }
}
.cid-uB8mPhQwsj .row {
  justify-content: space-between;
}
.cid-uB8mPhQwsj .row .card {
  justify-content: center;
}
.cid-uB8mPhQwsj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8mPhQwsj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8mPhQwsj .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8mPhQwsj .image-wrapper {
  position: relative;
}
.cid-uB8mPhQwsj .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8mPhQwsj .image-wrapper img {
    height: 350px;
  }
}
.cid-uB8mPhQwsj .mbr-section-title {
  color: #402e59;
}
.cid-uB8mPhQwsj .mbr-desc {
  color: #000000;
}
.cid-uB8mPhQwsj .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB8mQ1tevh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-mesa-de-trabajo2-2000x2000.png");
}
.cid-uB8mQ1tevh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8mQ1tevh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8mQ1tevh .container {
    padding: 0 22px;
  }
}
.cid-uB8mQ1tevh .row {
  justify-content: space-between;
}
.cid-uB8mQ1tevh .row .card {
  justify-content: center;
}
.cid-uB8mQ1tevh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8mQ1tevh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8mQ1tevh .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8mQ1tevh .image-wrapper {
  position: relative;
}
.cid-uB8mQ1tevh .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8mQ1tevh .image-wrapper img {
    height: 350px;
  }
}
.cid-uB8mQ1tevh .mbr-section-title {
  color: #523f6d;
}
.cid-uB8mQ1tevh .mbr-desc {
  color: #000000;
}
.cid-uB8mQ1tevh .mbr-text {
  color: #523f6d;
  text-align: justify;
}
.cid-uB8mQy90pH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-mesa-de-trabajo-1-2000x2000.png");
}
.cid-uB8mQy90pH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8mQy90pH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8mQy90pH .container {
    padding: 0 22px;
  }
}
.cid-uB8mQy90pH .row {
  justify-content: space-between;
}
.cid-uB8mQy90pH .row .card {
  justify-content: center;
}
.cid-uB8mQy90pH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8mQy90pH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8mQy90pH .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8mQy90pH .image-wrapper {
  position: relative;
}
.cid-uB8mQy90pH .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8mQy90pH .image-wrapper img {
    height: 350px;
  }
}
.cid-uB8mQy90pH .mbr-section-title {
  color: #402e59;
}
.cid-uB8mQy90pH .mbr-desc {
  color: #000000;
}
.cid-uB8mQy90pH .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB7qoSwzSz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB7qoSwzSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7qoSwzSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7qoSwzSz .container {
    padding: 0 22px;
  }
}
.cid-uB7qoSwzSz .row {
  justify-content: space-between;
}
.cid-uB7qoSwzSz .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB7qoSwzSz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7qoSwzSz .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB7qoSwzSz .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB7qoSwzSz .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB7qoSwzSz .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB7qoSwzSz .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB7qoSwzSz .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB7qoSwzSz .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB7qoSwzSz .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7qoSwzSz .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB7qoSwzSz .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB7qoSwzSz .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB7qoSwzSz .copy-wrapper {
    display: block;
  }
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB7qoSwzSz .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB7qoSwzSz .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB7qoSwzSz .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB7qoSwzSz .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB7qoSwzSz .mbr-section-title {
  color: #ff5753;
}
.cid-uB7qoSwzSz .mbr-text {
  color: #ffffff;
}
.cid-uB7qoSwzSz .list {
  color: #635d60;
}
.cid-uB7qoSwzSz .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB7qoSwzSz .mbr-section-title,
.cid-uB7qoSwzSz .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB7qoSwzSz .list,
.cid-uB7qoSwzSz .item-wrap {
  color: #ffffff;
}
.cid-uB7Z6rtEXg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB7Z6rtEXg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB7Z6rtEXg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB7Z6rtEXg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7Z6rtEXg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB7Z6rtEXg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB7Z6rtEXg .menu_box .navbar.opened,
  .cid-uB7Z6rtEXg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB7Z6rtEXg nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB7Z6rtEXg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB7Z6rtEXg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7Z6rtEXg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB7Z6rtEXg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB7Z6rtEXg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB7Z6rtEXg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB7Z6rtEXg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB7Z6rtEXg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB7Z6rtEXg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB7Z6rtEXg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB7Z6rtEXg .offcanvas-body .mbr-text,
  .cid-uB7Z6rtEXg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB7Z6rtEXg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB7Z6rtEXg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB7Z6rtEXg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB7Z6rtEXg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB7Z6rtEXg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB7Z6rtEXg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB7Z6rtEXg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB7Z6rtEXg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB7Z6rtEXg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7Z6rtEXg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB7Z6rtEXg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB7Z6rtEXg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB7Z6rtEXg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB7Z6rtEXg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB7Z6rtEXg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB7Z6rtEXg .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB7Z6rtEXg .nav-item {
    margin: 0 !important;
  }
}
.cid-uB7Z6rtEXg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB7Z6rtEXg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB7Z6rtEXg .nav-item .nav-link:hover::before,
.cid-uB7Z6rtEXg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB7Z6rtEXg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB7Z6rtEXg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB7Z6rtEXg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB7Z6rtEXg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7Z6rtEXg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB7Z6rtEXg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB7Z6rtEXg .offcanvas_box {
    display: none;
  }
}
.cid-uB7Z6rtEXg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB7Z6rtEXg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB7Z6rtEXg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB7Z6rtEXg .container {
  display: flex;
  margin: auto;
}
.cid-uB7Z6rtEXg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB7Z6rtEXg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB7Z6rtEXg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB7Z6rtEXg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB7Z6rtEXg .navbar-nav {
    margin: 0;
  }
}
.cid-uB7Z6rtEXg .dropdown-menu,
.cid-uB7Z6rtEXg .navbar.opened {
  background-color: false !important;
}
.cid-uB7Z6rtEXg .nav-item:focus,
.cid-uB7Z6rtEXg .nav-link:focus {
  outline: none;
}
.cid-uB7Z6rtEXg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7Z6rtEXg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7Z6rtEXg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7Z6rtEXg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7Z6rtEXg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7Z6rtEXg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7Z6rtEXg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB7Z6rtEXg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB7Z6rtEXg .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7Z6rtEXg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB7Z6rtEXg .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB7Z6rtEXg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB7Z6rtEXg .navbar.collapsed {
  justify-content: center;
}
.cid-uB7Z6rtEXg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7Z6rtEXg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB7Z6rtEXg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7Z6rtEXg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7Z6rtEXg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7Z6rtEXg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB7Z6rtEXg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB7Z6rtEXg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB7Z6rtEXg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB7Z6rtEXg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7Z6rtEXg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7Z6rtEXg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB7Z6rtEXg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7Z6rtEXg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB7Z6rtEXg .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB7Z6rtEXg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB7Z6rtEXg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB7Z6rtEXg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB7Z6rtEXg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB7Z6rtEXg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7Z6rtEXg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB7Z6rtEXg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7Z6rtEXg .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB7Z6rtEXg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7Z6rtEXg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7Z6rtEXg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB7Z6rtEXg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7Z6rtEXg .dropdown-item.active,
.cid-uB7Z6rtEXg .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7Z6rtEXg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB7Z6rtEXg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7Z6rtEXg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7Z6rtEXg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7Z6rtEXg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB7Z6rtEXg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7Z6rtEXg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB7Z6rtEXg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB7Z6rtEXg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7Z6rtEXg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7Z6rtEXg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7Z6rtEXg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7Z6rtEXg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7Z6rtEXg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7Z6rtEXg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7Z6rtEXg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7Z6rtEXg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB7Z6rtEXg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7Z6rtEXg .navbar {
    height: 70px;
  }
  .cid-uB7Z6rtEXg .navbar.opened {
    height: auto;
  }
  .cid-uB7Z6rtEXg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7Z6rtEXg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB7Z6rtEXg .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB7Z6rtEXg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB7Z6rtEXg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB7Z6rtEXg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB7Z6rtEXg .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB7Z6rtEXg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB7Z6rtEXg .text_widget {
  margin-bottom: 32px;
}
.cid-uB7Z6rtEXg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB7Z6rtEXg .text_widget a:hover,
.cid-uB7Z6rtEXg .text_widget a:focus {
  opacity: .8;
}
.cid-uB7Z6rtEXg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB7Z6rtEXg .navbar-caption {
  color: #000000;
}
.cid-uB7Z6rtEXg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB7Z6rtEXg .mbr-section-subtitle,
.cid-uB7Z6rtEXg .text_widget,
.cid-uB7Z6rtEXg .mbr-section-btn {
  text-align: center;
}
.cid-uB7Z6rtEXg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB7Z6suLuh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB7Z6suLuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7Z6suLuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7Z6suLuh .container {
    padding: 0 22px;
  }
}
.cid-uB7Z6suLuh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7Z6suLuh .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7Z6sPUd9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB7Z6sPUd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7Z6sPUd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7Z6sPUd9 .container {
    padding: 0 22px;
  }
}
.cid-uB7Z6sPUd9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7Z6sPUd9 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7ZwXAPFw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uB7ZwXAPFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7ZwXAPFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7ZwXAPFw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uB7ZwXAPFw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uB7ZwXAPFw .container {
    padding: 0 24px;
  }
}
.cid-uB7ZwXAPFw .row {
  position: relative;
  min-height: 750px;
}
@media (max-width: 992px) {
  .cid-uB7ZwXAPFw .row {
    min-height: 400px;
  }
}
.cid-uB7ZwXAPFw .row .decor-wrapper {
  position: absolute;
  bottom: -24rem;
  right: 20rem;
  border: 120px solid #1a1e39;
  width: 100%;
  height: 500px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uB7ZwXAPFw .row .decor-wrapper {
    bottom: -14rem;
    right: 4rem;
    height: 200px;
  }
}
.cid-uB7ZyvJfhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uB7ZyvJfhu .container {
    padding: 0 22px;
  }
}
.cid-uB7ZyvJfhu .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uB7ZyvJfhu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uB7ZyvJfhu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uB7ZyvJfhu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uB7ZyvJfhu .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #c7cbfc;
}
.cid-uB7ZyvJfhu .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #babce0;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #ddd5e8;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #9461b0;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uB7ZyvJfhu .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uB7ZyvJfhu .embla__button--next,
.cid-uB7ZyvJfhu .embla__button--prev {
  display: flex;
}
.cid-uB7ZyvJfhu .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uB7ZyvJfhu .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uB7ZyvJfhu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uB7ZyvJfhu .embla__button:hover {
  color: #9461b0 !important;
}
.cid-uB7ZyvJfhu .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uB7ZyvJfhu .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uB7ZyvJfhu .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uB7ZyvJfhu .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uB7ZyvJfhu .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uB7ZyvJfhu .embla {
    padding-bottom: 4rem;
  }
}
.cid-uB7ZyvJfhu .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uB7ZyvJfhu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uB7ZyvJfhu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uB7ZyvJfhu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uB7ZyvJfhu .mbr-section-title {
  color: #000000;
}
.cid-uB7ZyvJfhu .item-tag {
  color: #000000;
}
.cid-uB7ZyvJfhu .item-name {
  color: #000000;
}
.cid-uB7ZyvJfhu .item-role {
  color: #000000;
}
.cid-uB7ZyvJfhu .item-name,
.cid-uB7ZyvJfhu .mbr-section-btn {
  text-align: center;
}
.cid-uBk8IXnLis {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8IXnLis .mbr-section-title {
  color: #404040;
}
.cid-uBk8IXnLis .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8IXnLis .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8IXnLis .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8IXnLis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8IXnLis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7Z6tbL1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB7Z6tbL1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7Z6tbL1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7Z6tbL1g .container {
    padding: 0 22px;
  }
}
.cid-uB7Z6tbL1g .row {
  justify-content: space-between;
}
.cid-uB7Z6tbL1g .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB7Z6tbL1g .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7Z6tbL1g .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB7Z6tbL1g .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB7Z6tbL1g .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB7Z6tbL1g .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB7Z6tbL1g .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB7Z6tbL1g .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB7Z6tbL1g .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB7Z6tbL1g .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7Z6tbL1g .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB7Z6tbL1g .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB7Z6tbL1g .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB7Z6tbL1g .copy-wrapper {
    display: block;
  }
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB7Z6tbL1g .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB7Z6tbL1g .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB7Z6tbL1g .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB7Z6tbL1g .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB7Z6tbL1g .mbr-section-title {
  color: #ff5753;
}
.cid-uB7Z6tbL1g .mbr-text {
  color: #ffffff;
}
.cid-uB7Z6tbL1g .list {
  color: #635d60;
}
.cid-uB7Z6tbL1g .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB7Z6tbL1g .mbr-section-title,
.cid-uB7Z6tbL1g .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB7Z6tbL1g .list,
.cid-uB7Z6tbL1g .item-wrap {
  color: #ffffff;
}
.cid-uB8KnN3Umr {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB8KnN3Umr .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB8KnN3Umr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB8KnN3Umr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB8KnN3Umr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB8KnN3Umr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB8KnN3Umr .menu_box .navbar.opened,
  .cid-uB8KnN3Umr .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB8KnN3Umr nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB8KnN3Umr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB8KnN3Umr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB8KnN3Umr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB8KnN3Umr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB8KnN3Umr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB8KnN3Umr .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB8KnN3Umr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB8KnN3Umr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB8KnN3Umr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB8KnN3Umr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB8KnN3Umr .offcanvas-body .mbr-text,
  .cid-uB8KnN3Umr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB8KnN3Umr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB8KnN3Umr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB8KnN3Umr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB8KnN3Umr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB8KnN3Umr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB8KnN3Umr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB8KnN3Umr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB8KnN3Umr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB8KnN3Umr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8KnN3Umr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB8KnN3Umr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB8KnN3Umr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB8KnN3Umr .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB8KnN3Umr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB8KnN3Umr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB8KnN3Umr .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB8KnN3Umr .nav-item {
    margin: 0 !important;
  }
}
.cid-uB8KnN3Umr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB8KnN3Umr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB8KnN3Umr .nav-item .nav-link:hover::before,
.cid-uB8KnN3Umr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB8KnN3Umr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB8KnN3Umr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB8KnN3Umr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB8KnN3Umr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8KnN3Umr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB8KnN3Umr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB8KnN3Umr .offcanvas_box {
    display: none;
  }
}
.cid-uB8KnN3Umr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB8KnN3Umr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB8KnN3Umr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB8KnN3Umr .container {
  display: flex;
  margin: auto;
}
.cid-uB8KnN3Umr .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB8KnN3Umr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB8KnN3Umr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB8KnN3Umr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB8KnN3Umr .navbar-nav {
    margin: 0;
  }
}
.cid-uB8KnN3Umr .dropdown-menu,
.cid-uB8KnN3Umr .navbar.opened {
  background-color: false !important;
}
.cid-uB8KnN3Umr .nav-item:focus,
.cid-uB8KnN3Umr .nav-link:focus {
  outline: none;
}
.cid-uB8KnN3Umr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB8KnN3Umr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB8KnN3Umr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB8KnN3Umr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB8KnN3Umr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB8KnN3Umr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB8KnN3Umr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB8KnN3Umr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB8KnN3Umr .navbar.opened {
  transition: all 0.3s;
}
.cid-uB8KnN3Umr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB8KnN3Umr .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB8KnN3Umr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB8KnN3Umr .navbar.collapsed {
  justify-content: center;
}
.cid-uB8KnN3Umr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB8KnN3Umr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB8KnN3Umr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB8KnN3Umr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB8KnN3Umr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB8KnN3Umr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB8KnN3Umr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8KnN3Umr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB8KnN3Umr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB8KnN3Umr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB8KnN3Umr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB8KnN3Umr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB8KnN3Umr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB8KnN3Umr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB8KnN3Umr .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB8KnN3Umr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB8KnN3Umr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB8KnN3Umr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB8KnN3Umr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB8KnN3Umr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB8KnN3Umr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB8KnN3Umr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB8KnN3Umr .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB8KnN3Umr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB8KnN3Umr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB8KnN3Umr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB8KnN3Umr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB8KnN3Umr .dropdown-item.active,
.cid-uB8KnN3Umr .dropdown-item:active {
  background-color: transparent;
}
.cid-uB8KnN3Umr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB8KnN3Umr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB8KnN3Umr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB8KnN3Umr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB8KnN3Umr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB8KnN3Umr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB8KnN3Umr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB8KnN3Umr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB8KnN3Umr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB8KnN3Umr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8KnN3Umr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8KnN3Umr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB8KnN3Umr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8KnN3Umr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB8KnN3Umr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB8KnN3Umr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8KnN3Umr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB8KnN3Umr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB8KnN3Umr .navbar {
    height: 70px;
  }
  .cid-uB8KnN3Umr .navbar.opened {
    height: auto;
  }
  .cid-uB8KnN3Umr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB8KnN3Umr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB8KnN3Umr .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB8KnN3Umr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB8KnN3Umr .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB8KnN3Umr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB8KnN3Umr .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB8KnN3Umr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB8KnN3Umr .text_widget {
  margin-bottom: 32px;
}
.cid-uB8KnN3Umr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB8KnN3Umr .text_widget a:hover,
.cid-uB8KnN3Umr .text_widget a:focus {
  opacity: .8;
}
.cid-uB8KnN3Umr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB8KnN3Umr .navbar-caption {
  color: #000000;
}
.cid-uB8KnN3Umr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB8KnN3Umr .mbr-section-subtitle,
.cid-uB8KnN3Umr .text_widget,
.cid-uB8KnN3Umr .mbr-section-btn {
  text-align: center;
}
.cid-uB8KnN3Umr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB8KnNFkav {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB8KnNFkav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8KnNFkav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8KnNFkav .container {
    padding: 0 22px;
  }
}
.cid-uB8KnNFkav .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8KnNFkav .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB8KnO6wOz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB8KnO6wOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8KnO6wOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8KnO6wOz .container {
    padding: 0 22px;
  }
}
.cid-uB8KnO6wOz .row {
  justify-content: space-between;
}
.cid-uB8KnO6wOz .row .card {
  justify-content: center;
}
.cid-uB8KnO6wOz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8KnO6wOz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8KnO6wOz .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8KnO6wOz .image-wrapper {
  position: relative;
}
.cid-uB8KnO6wOz .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8KnO6wOz .image-wrapper img {
    height: auto;
  }
}
.cid-uB8KnO6wOz .mbr-section-title {
  color: #402e59;
}
.cid-uB8KnO6wOz .mbr-desc {
  color: #000000;
}
.cid-uB8KnO6wOz .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB8SMemMmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB8SMemMmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8SMemMmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8SMemMmE .container {
    padding: 0 22px;
  }
}
.cid-uB8SMemMmE .row {
  justify-content: space-between;
}
.cid-uB8SMemMmE .row .card {
  justify-content: center;
}
.cid-uB8SMemMmE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8SMemMmE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8SMemMmE .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8SMemMmE .image-wrapper {
  position: relative;
}
.cid-uB8SMemMmE .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8SMemMmE .image-wrapper img {
    height: auto;
  }
}
.cid-uB8SMemMmE .mbr-section-title {
  color: #402e59;
}
.cid-uB8SMemMmE .mbr-desc {
  color: #000000;
}
.cid-uB8SMemMmE .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uBk8Dv7pTv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8Dv7pTv .mbr-section-title {
  color: #404040;
}
.cid-uBk8Dv7pTv .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8Dv7pTv .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8Dv7pTv .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8Dv7pTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8Dv7pTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8KnOqST3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB8KnOqST3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8KnOqST3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8KnOqST3 .container {
    padding: 0 22px;
  }
}
.cid-uB8KnOqST3 .row {
  justify-content: space-between;
}
.cid-uB8KnOqST3 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB8KnOqST3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8KnOqST3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB8KnOqST3 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB8KnOqST3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB8KnOqST3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB8KnOqST3 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB8KnOqST3 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB8KnOqST3 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB8KnOqST3 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB8KnOqST3 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB8KnOqST3 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB8KnOqST3 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB8KnOqST3 .copy-wrapper {
    display: block;
  }
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB8KnOqST3 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB8KnOqST3 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB8KnOqST3 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB8KnOqST3 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB8KnOqST3 .mbr-section-title {
  color: #ff5753;
}
.cid-uB8KnOqST3 .mbr-text {
  color: #ffffff;
}
.cid-uB8KnOqST3 .list {
  color: #635d60;
}
.cid-uB8KnOqST3 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB8KnOqST3 .mbr-section-title,
.cid-uB8KnOqST3 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB8KnOqST3 .list,
.cid-uB8KnOqST3 .item-wrap {
  color: #ffffff;
}
.cid-uB8LMQv74w {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB8LMQv74w .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB8LMQv74w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB8LMQv74w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB8LMQv74w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB8LMQv74w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB8LMQv74w .menu_box .navbar.opened,
  .cid-uB8LMQv74w .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB8LMQv74w nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB8LMQv74w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB8LMQv74w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB8LMQv74w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB8LMQv74w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB8LMQv74w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB8LMQv74w .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB8LMQv74w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB8LMQv74w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB8LMQv74w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB8LMQv74w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB8LMQv74w .offcanvas-body .mbr-text,
  .cid-uB8LMQv74w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB8LMQv74w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB8LMQv74w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB8LMQv74w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB8LMQv74w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB8LMQv74w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB8LMQv74w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB8LMQv74w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB8LMQv74w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB8LMQv74w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8LMQv74w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB8LMQv74w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB8LMQv74w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB8LMQv74w .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB8LMQv74w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB8LMQv74w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB8LMQv74w .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB8LMQv74w .nav-item {
    margin: 0 !important;
  }
}
.cid-uB8LMQv74w .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB8LMQv74w .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB8LMQv74w .nav-item .nav-link:hover::before,
.cid-uB8LMQv74w .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB8LMQv74w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB8LMQv74w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB8LMQv74w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB8LMQv74w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8LMQv74w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB8LMQv74w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB8LMQv74w .offcanvas_box {
    display: none;
  }
}
.cid-uB8LMQv74w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB8LMQv74w .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB8LMQv74w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB8LMQv74w .container {
  display: flex;
  margin: auto;
}
.cid-uB8LMQv74w .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB8LMQv74w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB8LMQv74w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB8LMQv74w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB8LMQv74w .navbar-nav {
    margin: 0;
  }
}
.cid-uB8LMQv74w .dropdown-menu,
.cid-uB8LMQv74w .navbar.opened {
  background-color: false !important;
}
.cid-uB8LMQv74w .nav-item:focus,
.cid-uB8LMQv74w .nav-link:focus {
  outline: none;
}
.cid-uB8LMQv74w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB8LMQv74w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB8LMQv74w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB8LMQv74w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB8LMQv74w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB8LMQv74w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB8LMQv74w .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB8LMQv74w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB8LMQv74w .navbar.opened {
  transition: all 0.3s;
}
.cid-uB8LMQv74w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB8LMQv74w .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB8LMQv74w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB8LMQv74w .navbar.collapsed {
  justify-content: center;
}
.cid-uB8LMQv74w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB8LMQv74w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB8LMQv74w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB8LMQv74w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB8LMQv74w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB8LMQv74w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB8LMQv74w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8LMQv74w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB8LMQv74w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB8LMQv74w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB8LMQv74w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB8LMQv74w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB8LMQv74w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB8LMQv74w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB8LMQv74w .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB8LMQv74w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB8LMQv74w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB8LMQv74w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB8LMQv74w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB8LMQv74w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB8LMQv74w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB8LMQv74w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB8LMQv74w .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB8LMQv74w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB8LMQv74w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB8LMQv74w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB8LMQv74w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB8LMQv74w .dropdown-item.active,
.cid-uB8LMQv74w .dropdown-item:active {
  background-color: transparent;
}
.cid-uB8LMQv74w .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB8LMQv74w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB8LMQv74w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB8LMQv74w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB8LMQv74w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB8LMQv74w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB8LMQv74w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB8LMQv74w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB8LMQv74w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB8LMQv74w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8LMQv74w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8LMQv74w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB8LMQv74w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8LMQv74w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB8LMQv74w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB8LMQv74w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8LMQv74w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB8LMQv74w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB8LMQv74w .navbar {
    height: 70px;
  }
  .cid-uB8LMQv74w .navbar.opened {
    height: auto;
  }
  .cid-uB8LMQv74w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB8LMQv74w .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB8LMQv74w .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB8LMQv74w .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB8LMQv74w .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB8LMQv74w .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB8LMQv74w .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB8LMQv74w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB8LMQv74w .text_widget {
  margin-bottom: 32px;
}
.cid-uB8LMQv74w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB8LMQv74w .text_widget a:hover,
.cid-uB8LMQv74w .text_widget a:focus {
  opacity: .8;
}
.cid-uB8LMQv74w .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB8LMQv74w .navbar-caption {
  color: #000000;
}
.cid-uB8LMQv74w .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB8LMQv74w .mbr-section-subtitle,
.cid-uB8LMQv74w .text_widget,
.cid-uB8LMQv74w .mbr-section-btn {
  text-align: center;
}
.cid-uB8LMQv74w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB8LMRcnnT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB8LMRcnnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8LMRcnnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8LMRcnnT .container {
    padding: 0 22px;
  }
}
.cid-uB8LMRcnnT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8LMRcnnT .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB8PdyEbPW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB8PdyEbPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8PdyEbPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8PdyEbPW .container {
    padding: 0 22px;
  }
}
.cid-uB8PdyEbPW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8PdyEbPW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB8PhVMwuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8PhVMwuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8PhVMwuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8PhVMwuI .container {
    padding: 0 22px;
  }
}
.cid-uB8PhVMwuI .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uB8PhVMwuI .row .card,
.cid-uB8PhVMwuI .row .item {
  padding: 0 6px;
}
.cid-uB8PhVMwuI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8PhVMwuI .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uB8PhVMwuI .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uB8PhVMwuI .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uB8PhVMwuI .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uB8PhVMwuI .card-desc {
  color: #523f6d;
}
.cid-uB8PhVMwuI .card-number {
  color: #9461b0;
}
.cid-uB8PhVMwuI .mbr-section-title {
  color: #000000;
}
.cid-uB8RiNC9RE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB8RiNC9RE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8RiNC9RE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8RiNC9RE .container {
    padding: 0 22px;
  }
}
.cid-uB8RiNC9RE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8RiNC9RE .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB8Qi02sHJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uB8Qi02sHJ .container-fluid {
  padding: 0 3rem;
}
.cid-uB8Qi02sHJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uB8Qi02sHJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uB8Qi02sHJ .table-wrapper {
  margin: 0 auto;
}
.cid-uB8Qi02sHJ .head-item {
  min-width: 70px;
}
.cid-uB8Qi02sHJ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uB8Qi02sHJ table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uB8Qi02sHJ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uB8Qi02sHJ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uB8Qi02sHJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uB8Qi02sHJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uB8Qi02sHJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uB8Qi02sHJ .dataTables_wrapper {
  display: block;
}
.cid-uB8Qi02sHJ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uB8Qi02sHJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uB8Qi02sHJ .head-item:after,
.cid-uB8Qi02sHJ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uB8Qi02sHJ .dataTables_filter {
    text-align: center;
  }
  .cid-uB8Qi02sHJ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uB8Qi02sHJ .dataTables_filter {
    text-align: center;
  }
  .cid-uB8Qi02sHJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uB8Qi02sHJ .table-wrapper {
    width: 100% !important;
  }
  .cid-uB8Qi02sHJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uB8Qi02sHJ table th,
  .cid-uB8Qi02sHJ table td {
    padding: 0.75rem;
  }
}
.cid-uB8Qi02sHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8Qi02sHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8Qi02sHJ P {
  text-align: left;
}
.cid-uB8Rf31lMe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB8Rf31lMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8Rf31lMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8Rf31lMe .container {
    padding: 0 22px;
  }
}
.cid-uB8Rf31lMe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8Rf31lMe .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB8LMRwqi0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB8LMRwqi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8LMRwqi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8LMRwqi0 .container {
    padding: 0 22px;
  }
}
.cid-uB8LMRwqi0 .row {
  justify-content: space-between;
}
.cid-uB8LMRwqi0 .row .card {
  justify-content: center;
}
.cid-uB8LMRwqi0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8LMRwqi0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8LMRwqi0 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8LMRwqi0 .image-wrapper {
  position: relative;
}
.cid-uB8LMRwqi0 .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8LMRwqi0 .image-wrapper img {
    height: auto;
  }
}
.cid-uB8LMRwqi0 .mbr-section-title {
  color: #402e59;
}
.cid-uB8LMRwqi0 .mbr-desc {
  color: #000000;
}
.cid-uB8LMRwqi0 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uBk8FDqeeu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8FDqeeu .mbr-section-title {
  color: #404040;
}
.cid-uBk8FDqeeu .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8FDqeeu .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8FDqeeu .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8FDqeeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8FDqeeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8LMRWQEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB8LMRWQEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8LMRWQEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8LMRWQEL .container {
    padding: 0 22px;
  }
}
.cid-uB8LMRWQEL .row {
  justify-content: space-between;
}
.cid-uB8LMRWQEL .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB8LMRWQEL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8LMRWQEL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB8LMRWQEL .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB8LMRWQEL .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB8LMRWQEL .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB8LMRWQEL .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB8LMRWQEL .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB8LMRWQEL .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB8LMRWQEL .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB8LMRWQEL .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB8LMRWQEL .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB8LMRWQEL .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB8LMRWQEL .copy-wrapper {
    display: block;
  }
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB8LMRWQEL .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB8LMRWQEL .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB8LMRWQEL .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB8LMRWQEL .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB8LMRWQEL .mbr-section-title {
  color: #ff5753;
}
.cid-uB8LMRWQEL .mbr-text {
  color: #ffffff;
}
.cid-uB8LMRWQEL .list {
  color: #635d60;
}
.cid-uB8LMRWQEL .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB8LMRWQEL .mbr-section-title,
.cid-uB8LMRWQEL .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB8LMRWQEL .list,
.cid-uB8LMRWQEL .item-wrap {
  color: #ffffff;
}
.cid-uB8TqrGOom {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB8TqrGOom .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB8TqrGOom .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB8TqrGOom .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB8TqrGOom .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB8TqrGOom .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB8TqrGOom .menu_box .navbar.opened,
  .cid-uB8TqrGOom .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB8TqrGOom nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB8TqrGOom .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB8TqrGOom .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB8TqrGOom .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB8TqrGOom .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB8TqrGOom .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB8TqrGOom .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB8TqrGOom .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB8TqrGOom .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB8TqrGOom .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB8TqrGOom .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB8TqrGOom .offcanvas-body .mbr-text,
  .cid-uB8TqrGOom .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB8TqrGOom .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB8TqrGOom .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB8TqrGOom .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB8TqrGOom .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB8TqrGOom .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB8TqrGOom .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB8TqrGOom .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB8TqrGOom ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB8TqrGOom .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8TqrGOom .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB8TqrGOom .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB8TqrGOom li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB8TqrGOom .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB8TqrGOom .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB8TqrGOom .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB8TqrGOom .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB8TqrGOom .nav-item {
    margin: 0 !important;
  }
}
.cid-uB8TqrGOom .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB8TqrGOom .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB8TqrGOom .nav-item .nav-link:hover::before,
.cid-uB8TqrGOom .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB8TqrGOom .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB8TqrGOom .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB8TqrGOom .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB8TqrGOom .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8TqrGOom .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB8TqrGOom .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB8TqrGOom .offcanvas_box {
    display: none;
  }
}
.cid-uB8TqrGOom .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB8TqrGOom .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB8TqrGOom .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB8TqrGOom .container {
  display: flex;
  margin: auto;
}
.cid-uB8TqrGOom .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB8TqrGOom .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB8TqrGOom .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB8TqrGOom .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB8TqrGOom .navbar-nav {
    margin: 0;
  }
}
.cid-uB8TqrGOom .dropdown-menu,
.cid-uB8TqrGOom .navbar.opened {
  background-color: false !important;
}
.cid-uB8TqrGOom .nav-item:focus,
.cid-uB8TqrGOom .nav-link:focus {
  outline: none;
}
.cid-uB8TqrGOom .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB8TqrGOom .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB8TqrGOom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB8TqrGOom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB8TqrGOom .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB8TqrGOom .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB8TqrGOom .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB8TqrGOom .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB8TqrGOom .navbar.opened {
  transition: all 0.3s;
}
.cid-uB8TqrGOom .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB8TqrGOom .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB8TqrGOom .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB8TqrGOom .navbar.collapsed {
  justify-content: center;
}
.cid-uB8TqrGOom .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB8TqrGOom .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB8TqrGOom .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB8TqrGOom .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB8TqrGOom .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB8TqrGOom .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB8TqrGOom .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8TqrGOom .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB8TqrGOom .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB8TqrGOom .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB8TqrGOom .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB8TqrGOom .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB8TqrGOom .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB8TqrGOom .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB8TqrGOom .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB8TqrGOom .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB8TqrGOom .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB8TqrGOom .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB8TqrGOom .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB8TqrGOom .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB8TqrGOom .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB8TqrGOom .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB8TqrGOom .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB8TqrGOom .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB8TqrGOom .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB8TqrGOom .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB8TqrGOom .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB8TqrGOom .dropdown-item.active,
.cid-uB8TqrGOom .dropdown-item:active {
  background-color: transparent;
}
.cid-uB8TqrGOom .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB8TqrGOom .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB8TqrGOom .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB8TqrGOom .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB8TqrGOom ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB8TqrGOom .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB8TqrGOom button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB8TqrGOom button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB8TqrGOom button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB8TqrGOom button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8TqrGOom button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8TqrGOom button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB8TqrGOom nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8TqrGOom nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB8TqrGOom nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB8TqrGOom nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8TqrGOom a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB8TqrGOom .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB8TqrGOom .navbar {
    height: 70px;
  }
  .cid-uB8TqrGOom .navbar.opened {
    height: auto;
  }
  .cid-uB8TqrGOom .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB8TqrGOom .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB8TqrGOom .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB8TqrGOom .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB8TqrGOom .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB8TqrGOom .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB8TqrGOom .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB8TqrGOom .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB8TqrGOom .text_widget {
  margin-bottom: 32px;
}
.cid-uB8TqrGOom .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB8TqrGOom .text_widget a:hover,
.cid-uB8TqrGOom .text_widget a:focus {
  opacity: .8;
}
.cid-uB8TqrGOom .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB8TqrGOom .navbar-caption {
  color: #000000;
}
.cid-uB8TqrGOom .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB8TqrGOom .mbr-section-subtitle,
.cid-uB8TqrGOom .text_widget,
.cid-uB8TqrGOom .mbr-section-btn {
  text-align: center;
}
.cid-uB8TqrGOom a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB8TqslT89 {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB8TqslT89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8TqslT89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8TqslT89 .container {
    padding: 0 22px;
  }
}
.cid-uB8TqslT89 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8TqslT89 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uBc6YEYKLt {
  background-color: #ffffff;
}
.cid-uBc6YEYKLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBc6YEYKLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBc6YEYKLt .container {
    padding: 0 22px;
  }
}
.cid-uBc6YEYKLt .row {
  justify-content: center;
}
.cid-uBc6YEYKLt .row .card {
  justify-content: flex-end;
}
.cid-uBc6YEYKLt .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uBc6YEYKLt .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uBc6YEYKLt .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBc6YEYKLt .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uBc6YEYKLt .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uBc6YEYKLt .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uBc6YEYKLt .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uBc6YEYKLt .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-uBc6YEYKLt .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-uBc6YEYKLt .item .item-wrapper .item-img:hover::before,
.cid-uBc6YEYKLt .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-uBc6YEYKLt .item .item-wrapper .item-img:hover img,
.cid-uBc6YEYKLt .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-uBc6YEYKLt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uBc6YEYKLt .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uBc6YEYKLt .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-uBc6YEYKLt .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uBc6YEYKLt .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uBc6YEYKLt .items-wrapper {
  margin: 0 -8px;
}
.cid-uBc6YEYKLt .mbr-section-title {
  color: #000000;
}
.cid-uBc6YEYKLt .mbr-text {
  color: #000000;
}
.cid-uBc6YEYKLt .card-name {
  color: #523f6d;
  text-align: center;
}
.cid-uBc6YEYKLt .card-role {
  color: #635d60;
}
.cid-uBc6YEYKLt .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBc6YEYKLt .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uB8Tqv3QXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB8Tqv3QXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8Tqv3QXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8Tqv3QXO .container {
    padding: 0 22px;
  }
}
.cid-uB8Tqv3QXO .row {
  justify-content: space-between;
}
.cid-uB8Tqv3QXO .row .card {
  justify-content: center;
}
.cid-uB8Tqv3QXO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8Tqv3QXO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8Tqv3QXO .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8Tqv3QXO .image-wrapper {
  position: relative;
}
.cid-uB8Tqv3QXO .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8Tqv3QXO .image-wrapper img {
    height: auto;
  }
}
.cid-uB8Tqv3QXO .mbr-section-title {
  color: #402e59;
}
.cid-uB8Tqv3QXO .mbr-desc {
  color: #000000;
}
.cid-uB8Tqv3QXO .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB8TqvplHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB8TqvplHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8TqvplHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8TqvplHn .container {
    padding: 0 22px;
  }
}
.cid-uB8TqvplHn .row {
  justify-content: space-between;
}
.cid-uB8TqvplHn .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB8TqvplHn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8TqvplHn .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB8TqvplHn .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB8TqvplHn .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB8TqvplHn .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB8TqvplHn .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB8TqvplHn .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB8TqvplHn .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB8TqvplHn .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB8TqvplHn .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB8TqvplHn .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB8TqvplHn .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB8TqvplHn .copy-wrapper {
    display: block;
  }
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB8TqvplHn .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB8TqvplHn .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB8TqvplHn .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB8TqvplHn .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB8TqvplHn .mbr-section-title {
  color: #ff5753;
}
.cid-uB8TqvplHn .mbr-text {
  color: #ffffff;
}
.cid-uB8TqvplHn .list {
  color: #635d60;
}
.cid-uB8TqvplHn .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB8TqvplHn .mbr-section-title,
.cid-uB8TqvplHn .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB8TqvplHn .list,
.cid-uB8TqvplHn .item-wrap {
  color: #ffffff;
}
.cid-uAzfHyzaPB {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAzfHyzaPB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uAzfHyzaPB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAzfHyzaPB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAzfHyzaPB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAzfHyzaPB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAzfHyzaPB .menu_box .navbar.opened,
  .cid-uAzfHyzaPB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAzfHyzaPB nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uAzfHyzaPB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAzfHyzaPB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAzfHyzaPB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAzfHyzaPB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAzfHyzaPB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAzfHyzaPB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uAzfHyzaPB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAzfHyzaPB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAzfHyzaPB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAzfHyzaPB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAzfHyzaPB .offcanvas-body .mbr-text,
  .cid-uAzfHyzaPB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAzfHyzaPB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAzfHyzaPB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAzfHyzaPB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uAzfHyzaPB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAzfHyzaPB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAzfHyzaPB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAzfHyzaPB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAzfHyzaPB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAzfHyzaPB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAzfHyzaPB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAzfHyzaPB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAzfHyzaPB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAzfHyzaPB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAzfHyzaPB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uAzfHyzaPB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAzfHyzaPB .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uAzfHyzaPB .nav-item {
    margin: 0 !important;
  }
}
.cid-uAzfHyzaPB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAzfHyzaPB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAzfHyzaPB .nav-item .nav-link:hover::before,
.cid-uAzfHyzaPB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAzfHyzaPB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAzfHyzaPB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAzfHyzaPB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAzfHyzaPB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAzfHyzaPB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAzfHyzaPB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAzfHyzaPB .offcanvas_box {
    display: none;
  }
}
.cid-uAzfHyzaPB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAzfHyzaPB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAzfHyzaPB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAzfHyzaPB .container {
  display: flex;
  margin: auto;
}
.cid-uAzfHyzaPB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAzfHyzaPB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAzfHyzaPB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAzfHyzaPB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAzfHyzaPB .navbar-nav {
    margin: 0;
  }
}
.cid-uAzfHyzaPB .dropdown-menu,
.cid-uAzfHyzaPB .navbar.opened {
  background-color: false !important;
}
.cid-uAzfHyzaPB .nav-item:focus,
.cid-uAzfHyzaPB .nav-link:focus {
  outline: none;
}
.cid-uAzfHyzaPB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAzfHyzaPB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAzfHyzaPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAzfHyzaPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAzfHyzaPB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAzfHyzaPB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAzfHyzaPB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAzfHyzaPB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAzfHyzaPB .navbar.opened {
  transition: all 0.3s;
}
.cid-uAzfHyzaPB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAzfHyzaPB .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAzfHyzaPB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAzfHyzaPB .navbar.collapsed {
  justify-content: center;
}
.cid-uAzfHyzaPB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAzfHyzaPB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAzfHyzaPB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAzfHyzaPB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAzfHyzaPB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAzfHyzaPB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAzfHyzaPB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAzfHyzaPB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAzfHyzaPB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAzfHyzaPB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAzfHyzaPB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAzfHyzaPB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAzfHyzaPB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAzfHyzaPB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAzfHyzaPB .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uAzfHyzaPB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAzfHyzaPB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAzfHyzaPB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAzfHyzaPB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAzfHyzaPB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAzfHyzaPB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAzfHyzaPB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAzfHyzaPB .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uAzfHyzaPB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAzfHyzaPB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAzfHyzaPB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAzfHyzaPB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAzfHyzaPB .dropdown-item.active,
.cid-uAzfHyzaPB .dropdown-item:active {
  background-color: transparent;
}
.cid-uAzfHyzaPB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAzfHyzaPB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAzfHyzaPB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAzfHyzaPB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAzfHyzaPB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAzfHyzaPB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAzfHyzaPB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uAzfHyzaPB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAzfHyzaPB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAzfHyzaPB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAzfHyzaPB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAzfHyzaPB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAzfHyzaPB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAzfHyzaPB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAzfHyzaPB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAzfHyzaPB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAzfHyzaPB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAzfHyzaPB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAzfHyzaPB .navbar {
    height: 70px;
  }
  .cid-uAzfHyzaPB .navbar.opened {
    height: auto;
  }
  .cid-uAzfHyzaPB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAzfHyzaPB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAzfHyzaPB .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAzfHyzaPB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAzfHyzaPB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAzfHyzaPB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uAzfHyzaPB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uAzfHyzaPB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAzfHyzaPB .text_widget {
  margin-bottom: 32px;
}
.cid-uAzfHyzaPB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAzfHyzaPB .text_widget a:hover,
.cid-uAzfHyzaPB .text_widget a:focus {
  opacity: .8;
}
.cid-uAzfHyzaPB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAzfHyzaPB .navbar-caption {
  color: #000000;
}
.cid-uAzfHyzaPB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAzfHyzaPB .mbr-section-subtitle,
.cid-uAzfHyzaPB .text_widget,
.cid-uAzfHyzaPB .mbr-section-btn {
  text-align: center;
}
.cid-uAzfHyzaPB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAzfHzsc2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/poder-judicial-1920x1080.jpg");
}
.cid-uAzfHzsc2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzfHzsc2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAzfHzsc2K .container {
    padding: 0 22px;
  }
}
.cid-uAzfHzsc2K .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAzfHzsc2K .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAzfHzsc2K .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAzfHzsc2K .mbr-section-title {
  color: #ffffff;
}
.cid-uAzfHzsc2K .mbr-text {
  color: #ffffff;
}
.cid-uAzfHBf6YT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAzfHBf6YT .container-fluid {
  padding: 0 3rem;
}
.cid-uAzfHBf6YT .mbr-section-subtitle {
  color: #000000;
}
.cid-uAzfHBf6YT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uAzfHBf6YT .table-wrapper {
  margin: 0 auto;
}
.cid-uAzfHBf6YT .head-item {
  min-width: 70px;
}
.cid-uAzfHBf6YT table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uAzfHBf6YT table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uAzfHBf6YT table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uAzfHBf6YT .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uAzfHBf6YT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uAzfHBf6YT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uAzfHBf6YT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uAzfHBf6YT .dataTables_wrapper {
  display: block;
}
.cid-uAzfHBf6YT .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uAzfHBf6YT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uAzfHBf6YT .head-item:after,
.cid-uAzfHBf6YT .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uAzfHBf6YT .dataTables_filter {
    text-align: center;
  }
  .cid-uAzfHBf6YT .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uAzfHBf6YT .dataTables_filter {
    text-align: center;
  }
  .cid-uAzfHBf6YT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uAzfHBf6YT .table-wrapper {
    width: 100% !important;
  }
  .cid-uAzfHBf6YT .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAzfHBf6YT table th,
  .cid-uAzfHBf6YT table td {
    padding: 0.75rem;
  }
}
.cid-uAzfHBf6YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzfHBf6YT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAzfHBf6YT P {
  text-align: left;
}
.cid-uAzfHCmk9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uAzfHCmk9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAzfHCmk9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAzfHCmk9y .container {
    padding: 0 22px;
  }
}
.cid-uAzfHCmk9y .row {
  justify-content: space-between;
}
.cid-uAzfHCmk9y .content-wrapper {
  margin-bottom: 32px;
}
.cid-uAzfHCmk9y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAzfHCmk9y .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAzfHCmk9y .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAzfHCmk9y .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uAzfHCmk9y .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uAzfHCmk9y .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAzfHCmk9y .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAzfHCmk9y .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uAzfHCmk9y .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAzfHCmk9y .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uAzfHCmk9y .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uAzfHCmk9y .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uAzfHCmk9y .copy-wrapper {
    display: block;
  }
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAzfHCmk9y .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uAzfHCmk9y .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAzfHCmk9y .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAzfHCmk9y .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uAzfHCmk9y .mbr-section-title {
  color: #ff5753;
}
.cid-uAzfHCmk9y .mbr-text {
  color: #ffffff;
}
.cid-uAzfHCmk9y .list {
  color: #635d60;
}
.cid-uAzfHCmk9y .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uAzfHCmk9y .mbr-section-title,
.cid-uAzfHCmk9y .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uAzfHCmk9y .list,
.cid-uAzfHCmk9y .item-wrap {
  color: #ffffff;
}
.cid-uBdQmChqem {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBdQmChqem .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBdQmChqem .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBdQmChqem .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBdQmChqem .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBdQmChqem .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBdQmChqem .menu_box .navbar.opened,
  .cid-uBdQmChqem .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBdQmChqem nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uBdQmChqem .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBdQmChqem .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBdQmChqem .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBdQmChqem .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBdQmChqem .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBdQmChqem .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uBdQmChqem .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBdQmChqem .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBdQmChqem .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBdQmChqem .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBdQmChqem .offcanvas-body .mbr-text,
  .cid-uBdQmChqem .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBdQmChqem .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBdQmChqem .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBdQmChqem .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uBdQmChqem .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBdQmChqem .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBdQmChqem .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBdQmChqem .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBdQmChqem ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBdQmChqem .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBdQmChqem .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uBdQmChqem .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBdQmChqem li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uBdQmChqem .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBdQmChqem .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uBdQmChqem .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBdQmChqem .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uBdQmChqem .nav-item {
    margin: 0 !important;
  }
}
.cid-uBdQmChqem .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBdQmChqem .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBdQmChqem .nav-item .nav-link:hover::before,
.cid-uBdQmChqem .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBdQmChqem .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBdQmChqem .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBdQmChqem .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBdQmChqem .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBdQmChqem .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBdQmChqem .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBdQmChqem .offcanvas_box {
    display: none;
  }
}
.cid-uBdQmChqem .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBdQmChqem .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBdQmChqem .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBdQmChqem .container {
  display: flex;
  margin: auto;
}
.cid-uBdQmChqem .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uBdQmChqem .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBdQmChqem .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBdQmChqem .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBdQmChqem .navbar-nav {
    margin: 0;
  }
}
.cid-uBdQmChqem .dropdown-menu,
.cid-uBdQmChqem .navbar.opened {
  background-color: false !important;
}
.cid-uBdQmChqem .nav-item:focus,
.cid-uBdQmChqem .nav-link:focus {
  outline: none;
}
.cid-uBdQmChqem .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBdQmChqem .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBdQmChqem .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBdQmChqem .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBdQmChqem .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBdQmChqem .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBdQmChqem .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBdQmChqem .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBdQmChqem .navbar.opened {
  transition: all 0.3s;
}
.cid-uBdQmChqem .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBdQmChqem .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uBdQmChqem .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBdQmChqem .navbar.collapsed {
  justify-content: center;
}
.cid-uBdQmChqem .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBdQmChqem .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBdQmChqem .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBdQmChqem .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBdQmChqem .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBdQmChqem .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBdQmChqem .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBdQmChqem .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBdQmChqem .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBdQmChqem .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBdQmChqem .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBdQmChqem .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBdQmChqem .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBdQmChqem .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBdQmChqem .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uBdQmChqem .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBdQmChqem .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBdQmChqem .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBdQmChqem .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBdQmChqem .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBdQmChqem .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBdQmChqem .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBdQmChqem .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uBdQmChqem .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBdQmChqem .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBdQmChqem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBdQmChqem .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBdQmChqem .dropdown-item.active,
.cid-uBdQmChqem .dropdown-item:active {
  background-color: transparent;
}
.cid-uBdQmChqem .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBdQmChqem .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBdQmChqem .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBdQmChqem .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBdQmChqem ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBdQmChqem .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBdQmChqem button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uBdQmChqem button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBdQmChqem button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBdQmChqem button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBdQmChqem button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBdQmChqem button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBdQmChqem nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBdQmChqem nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBdQmChqem nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBdQmChqem nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBdQmChqem a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBdQmChqem .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBdQmChqem .navbar {
    height: 70px;
  }
  .cid-uBdQmChqem .navbar.opened {
    height: auto;
  }
  .cid-uBdQmChqem .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBdQmChqem .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBdQmChqem .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBdQmChqem .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBdQmChqem .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBdQmChqem .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uBdQmChqem .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBdQmChqem .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBdQmChqem .text_widget {
  margin-bottom: 32px;
}
.cid-uBdQmChqem .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBdQmChqem .text_widget a:hover,
.cid-uBdQmChqem .text_widget a:focus {
  opacity: .8;
}
.cid-uBdQmChqem .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBdQmChqem .navbar-caption {
  color: #000000;
}
.cid-uBdQmChqem .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBdQmChqem .mbr-section-subtitle,
.cid-uBdQmChqem .text_widget,
.cid-uBdQmChqem .mbr-section-btn {
  text-align: center;
}
.cid-uBdQmChqem a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBdQmCSitQ {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uBdQmCSitQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdQmCSitQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBdQmCSitQ .container {
    padding: 0 22px;
  }
}
.cid-uBdQmCSitQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBdQmCSitQ .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uBexW1uNfL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBexW1uNfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBexW1uNfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBexW1uNfL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uBexW1uNfL .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBexW1uNfL .container {
    padding: 0 22px;
  }
}
.cid-uBexW1uNfL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBexW1uNfL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uBexYGhyLt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBexYGhyLt .mbr-section-title {
  color: #404040;
}
.cid-uBexYGhyLt .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBexYGhyLt .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBexYGhyLt .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBexYGhyLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBexYGhyLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBexWxaWW9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBexWxaWW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBexWxaWW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBexWxaWW9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uBexWxaWW9 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBexWxaWW9 .container {
    padding: 0 22px;
  }
}
.cid-uBexWxaWW9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBexWxaWW9 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uBexZ78Dak {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBexZ78Dak .mbr-section-title {
  color: #404040;
}
.cid-uBexZ78Dak .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBexZ78Dak .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBexZ78Dak .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBexZ78Dak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBexZ78Dak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDMd8Shnnc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDMd8Shnnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDMd8Shnnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDMd8Shnnc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDMd8Shnnc .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uDMd8Shnnc .container {
    padding: 0 22px;
  }
}
.cid-uDMd8Shnnc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDMd8Shnnc .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uDMd9r23iJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDMd9r23iJ .mbr-section-title {
  color: #404040;
}
.cid-uDMd9r23iJ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uDMd9r23iJ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uDMd9r23iJ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uDMd9r23iJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDMd9r23iJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBdQmDAJMj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uBdQmDAJMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdQmDAJMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBdQmDAJMj .container {
    padding: 0 22px;
  }
}
.cid-uBdQmDAJMj .row {
  justify-content: space-between;
}
.cid-uBdQmDAJMj .content-wrapper {
  margin-bottom: 32px;
}
.cid-uBdQmDAJMj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBdQmDAJMj .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBdQmDAJMj .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBdQmDAJMj .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uBdQmDAJMj .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBdQmDAJMj .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBdQmDAJMj .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBdQmDAJMj .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uBdQmDAJMj .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBdQmDAJMj .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBdQmDAJMj .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBdQmDAJMj .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uBdQmDAJMj .copy-wrapper {
    display: block;
  }
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBdQmDAJMj .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uBdQmDAJMj .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBdQmDAJMj .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBdQmDAJMj .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uBdQmDAJMj .mbr-section-title {
  color: #ff5753;
}
.cid-uBdQmDAJMj .mbr-text {
  color: #ffffff;
}
.cid-uBdQmDAJMj .list {
  color: #635d60;
}
.cid-uBdQmDAJMj .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uBdQmDAJMj .mbr-section-title,
.cid-uBdQmDAJMj .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uBdQmDAJMj .list,
.cid-uBdQmDAJMj .item-wrap {
  color: #ffffff;
}
.cid-uBdQRI0SEc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBdQRI0SEc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBdQRI0SEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBdQRI0SEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBdQRI0SEc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBdQRI0SEc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBdQRI0SEc .menu_box .navbar.opened,
  .cid-uBdQRI0SEc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBdQRI0SEc nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uBdQRI0SEc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBdQRI0SEc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBdQRI0SEc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBdQRI0SEc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBdQRI0SEc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBdQRI0SEc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uBdQRI0SEc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBdQRI0SEc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBdQRI0SEc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBdQRI0SEc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBdQRI0SEc .offcanvas-body .mbr-text,
  .cid-uBdQRI0SEc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBdQRI0SEc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBdQRI0SEc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBdQRI0SEc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uBdQRI0SEc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBdQRI0SEc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBdQRI0SEc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBdQRI0SEc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBdQRI0SEc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBdQRI0SEc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBdQRI0SEc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uBdQRI0SEc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBdQRI0SEc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uBdQRI0SEc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBdQRI0SEc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uBdQRI0SEc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBdQRI0SEc .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uBdQRI0SEc .nav-item {
    margin: 0 !important;
  }
}
.cid-uBdQRI0SEc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBdQRI0SEc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBdQRI0SEc .nav-item .nav-link:hover::before,
.cid-uBdQRI0SEc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBdQRI0SEc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBdQRI0SEc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBdQRI0SEc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBdQRI0SEc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBdQRI0SEc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBdQRI0SEc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBdQRI0SEc .offcanvas_box {
    display: none;
  }
}
.cid-uBdQRI0SEc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBdQRI0SEc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBdQRI0SEc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBdQRI0SEc .container {
  display: flex;
  margin: auto;
}
.cid-uBdQRI0SEc .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uBdQRI0SEc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBdQRI0SEc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBdQRI0SEc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBdQRI0SEc .navbar-nav {
    margin: 0;
  }
}
.cid-uBdQRI0SEc .dropdown-menu,
.cid-uBdQRI0SEc .navbar.opened {
  background-color: false !important;
}
.cid-uBdQRI0SEc .nav-item:focus,
.cid-uBdQRI0SEc .nav-link:focus {
  outline: none;
}
.cid-uBdQRI0SEc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBdQRI0SEc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBdQRI0SEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBdQRI0SEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBdQRI0SEc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBdQRI0SEc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBdQRI0SEc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBdQRI0SEc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBdQRI0SEc .navbar.opened {
  transition: all 0.3s;
}
.cid-uBdQRI0SEc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBdQRI0SEc .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uBdQRI0SEc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBdQRI0SEc .navbar.collapsed {
  justify-content: center;
}
.cid-uBdQRI0SEc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBdQRI0SEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBdQRI0SEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBdQRI0SEc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBdQRI0SEc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBdQRI0SEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBdQRI0SEc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBdQRI0SEc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBdQRI0SEc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBdQRI0SEc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBdQRI0SEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBdQRI0SEc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBdQRI0SEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBdQRI0SEc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBdQRI0SEc .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uBdQRI0SEc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBdQRI0SEc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBdQRI0SEc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBdQRI0SEc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBdQRI0SEc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBdQRI0SEc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBdQRI0SEc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBdQRI0SEc .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uBdQRI0SEc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBdQRI0SEc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBdQRI0SEc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBdQRI0SEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBdQRI0SEc .dropdown-item.active,
.cid-uBdQRI0SEc .dropdown-item:active {
  background-color: transparent;
}
.cid-uBdQRI0SEc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBdQRI0SEc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBdQRI0SEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBdQRI0SEc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBdQRI0SEc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBdQRI0SEc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBdQRI0SEc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uBdQRI0SEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBdQRI0SEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBdQRI0SEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBdQRI0SEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBdQRI0SEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBdQRI0SEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBdQRI0SEc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBdQRI0SEc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBdQRI0SEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBdQRI0SEc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBdQRI0SEc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBdQRI0SEc .navbar {
    height: 70px;
  }
  .cid-uBdQRI0SEc .navbar.opened {
    height: auto;
  }
  .cid-uBdQRI0SEc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBdQRI0SEc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBdQRI0SEc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBdQRI0SEc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBdQRI0SEc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBdQRI0SEc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uBdQRI0SEc .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBdQRI0SEc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBdQRI0SEc .text_widget {
  margin-bottom: 32px;
}
.cid-uBdQRI0SEc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBdQRI0SEc .text_widget a:hover,
.cid-uBdQRI0SEc .text_widget a:focus {
  opacity: .8;
}
.cid-uBdQRI0SEc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBdQRI0SEc .navbar-caption {
  color: #000000;
}
.cid-uBdQRI0SEc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBdQRI0SEc .mbr-section-subtitle,
.cid-uBdQRI0SEc .text_widget,
.cid-uBdQRI0SEc .mbr-section-btn {
  text-align: center;
}
.cid-uBdQRI0SEc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBdQRIMkkf {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uBdQRIMkkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdQRIMkkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBdQRIMkkf .container {
    padding: 0 22px;
  }
}
.cid-uBdQRIMkkf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBdQRIMkkf .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uBeb956JCe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uBeb956JCe .container-fluid {
  padding: 0 3rem;
}
.cid-uBeb956JCe .mbr-section-subtitle {
  color: #000000;
}
.cid-uBeb956JCe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uBeb956JCe .table-wrapper {
  margin: 0 auto;
}
.cid-uBeb956JCe .head-item {
  min-width: 70px;
  color: #523f6d;
}
.cid-uBeb956JCe table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uBeb956JCe table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #ddd5e8;
  color: white;
  vertical-align: middle;
}
.cid-uBeb956JCe table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uBeb956JCe .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uBeb956JCe .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uBeb956JCe .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uBeb956JCe .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uBeb956JCe .dataTables_wrapper {
  display: block;
}
.cid-uBeb956JCe .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uBeb956JCe .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uBeb956JCe .head-item:after,
.cid-uBeb956JCe .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uBeb956JCe .dataTables_filter {
    text-align: center;
  }
  .cid-uBeb956JCe .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uBeb956JCe .dataTables_filter {
    text-align: center;
  }
  .cid-uBeb956JCe .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uBeb956JCe .table-wrapper {
    width: 100% !important;
  }
  .cid-uBeb956JCe .container-fluid {
    padding: 0 1rem;
  }
  .cid-uBeb956JCe table th,
  .cid-uBeb956JCe table td {
    padding: 0.75rem;
  }
}
.cid-uBeb956JCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBeb956JCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBeb956JCe P {
  text-align: left;
}
.cid-uBeb956JCe .body-item {
  color: #523f6d;
}
.cid-uBk8OGZGqi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8OGZGqi .mbr-section-title {
  color: #404040;
}
.cid-uBk8OGZGqi .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8OGZGqi .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8OGZGqi .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8OGZGqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8OGZGqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBdQRJvj5c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uBdQRJvj5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdQRJvj5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBdQRJvj5c .container {
    padding: 0 22px;
  }
}
.cid-uBdQRJvj5c .row {
  justify-content: space-between;
}
.cid-uBdQRJvj5c .content-wrapper {
  margin-bottom: 32px;
}
.cid-uBdQRJvj5c .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBdQRJvj5c .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBdQRJvj5c .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBdQRJvj5c .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uBdQRJvj5c .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBdQRJvj5c .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBdQRJvj5c .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBdQRJvj5c .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uBdQRJvj5c .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBdQRJvj5c .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBdQRJvj5c .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBdQRJvj5c .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uBdQRJvj5c .copy-wrapper {
    display: block;
  }
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBdQRJvj5c .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uBdQRJvj5c .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBdQRJvj5c .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBdQRJvj5c .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uBdQRJvj5c .mbr-section-title {
  color: #ff5753;
}
.cid-uBdQRJvj5c .mbr-text {
  color: #ffffff;
}
.cid-uBdQRJvj5c .list {
  color: #635d60;
}
.cid-uBdQRJvj5c .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uBdQRJvj5c .mbr-section-title,
.cid-uBdQRJvj5c .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uBdQRJvj5c .list,
.cid-uBdQRJvj5c .item-wrap {
  color: #ffffff;
}
.cid-uB8JkY3miK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB8JkY3miK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB8JkY3miK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB8JkY3miK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB8JkY3miK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB8JkY3miK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB8JkY3miK .menu_box .navbar.opened,
  .cid-uB8JkY3miK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB8JkY3miK nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB8JkY3miK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB8JkY3miK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB8JkY3miK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB8JkY3miK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB8JkY3miK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB8JkY3miK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB8JkY3miK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB8JkY3miK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB8JkY3miK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB8JkY3miK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB8JkY3miK .offcanvas-body .mbr-text,
  .cid-uB8JkY3miK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB8JkY3miK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB8JkY3miK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB8JkY3miK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB8JkY3miK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB8JkY3miK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB8JkY3miK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB8JkY3miK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB8JkY3miK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB8JkY3miK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8JkY3miK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB8JkY3miK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB8JkY3miK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB8JkY3miK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB8JkY3miK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB8JkY3miK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB8JkY3miK .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB8JkY3miK .nav-item {
    margin: 0 !important;
  }
}
.cid-uB8JkY3miK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB8JkY3miK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB8JkY3miK .nav-item .nav-link:hover::before,
.cid-uB8JkY3miK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB8JkY3miK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB8JkY3miK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB8JkY3miK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB8JkY3miK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8JkY3miK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB8JkY3miK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB8JkY3miK .offcanvas_box {
    display: none;
  }
}
.cid-uB8JkY3miK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB8JkY3miK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB8JkY3miK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB8JkY3miK .container {
  display: flex;
  margin: auto;
}
.cid-uB8JkY3miK .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB8JkY3miK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB8JkY3miK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB8JkY3miK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB8JkY3miK .navbar-nav {
    margin: 0;
  }
}
.cid-uB8JkY3miK .dropdown-menu,
.cid-uB8JkY3miK .navbar.opened {
  background-color: false !important;
}
.cid-uB8JkY3miK .nav-item:focus,
.cid-uB8JkY3miK .nav-link:focus {
  outline: none;
}
.cid-uB8JkY3miK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB8JkY3miK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB8JkY3miK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB8JkY3miK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB8JkY3miK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB8JkY3miK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB8JkY3miK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB8JkY3miK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB8JkY3miK .navbar.opened {
  transition: all 0.3s;
}
.cid-uB8JkY3miK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB8JkY3miK .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB8JkY3miK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB8JkY3miK .navbar.collapsed {
  justify-content: center;
}
.cid-uB8JkY3miK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB8JkY3miK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB8JkY3miK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB8JkY3miK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB8JkY3miK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB8JkY3miK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB8JkY3miK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8JkY3miK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB8JkY3miK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB8JkY3miK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB8JkY3miK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB8JkY3miK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB8JkY3miK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB8JkY3miK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB8JkY3miK .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB8JkY3miK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB8JkY3miK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB8JkY3miK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB8JkY3miK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB8JkY3miK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB8JkY3miK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB8JkY3miK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB8JkY3miK .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB8JkY3miK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB8JkY3miK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB8JkY3miK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB8JkY3miK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB8JkY3miK .dropdown-item.active,
.cid-uB8JkY3miK .dropdown-item:active {
  background-color: transparent;
}
.cid-uB8JkY3miK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB8JkY3miK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB8JkY3miK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB8JkY3miK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB8JkY3miK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB8JkY3miK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB8JkY3miK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB8JkY3miK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB8JkY3miK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB8JkY3miK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8JkY3miK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8JkY3miK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB8JkY3miK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8JkY3miK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB8JkY3miK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB8JkY3miK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8JkY3miK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB8JkY3miK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB8JkY3miK .navbar {
    height: 70px;
  }
  .cid-uB8JkY3miK .navbar.opened {
    height: auto;
  }
  .cid-uB8JkY3miK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB8JkY3miK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB8JkY3miK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB8JkY3miK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB8JkY3miK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB8JkY3miK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB8JkY3miK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB8JkY3miK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB8JkY3miK .text_widget {
  margin-bottom: 32px;
}
.cid-uB8JkY3miK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB8JkY3miK .text_widget a:hover,
.cid-uB8JkY3miK .text_widget a:focus {
  opacity: .8;
}
.cid-uB8JkY3miK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB8JkY3miK .navbar-caption {
  color: #000000;
}
.cid-uB8JkY3miK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB8JkY3miK .mbr-section-subtitle,
.cid-uB8JkY3miK .text_widget,
.cid-uB8JkY3miK .mbr-section-btn {
  text-align: center;
}
.cid-uB8JkY3miK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB8JkYOqSY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB8JkYOqSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8JkYOqSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8JkYOqSY .container {
    padding: 0 22px;
  }
}
.cid-uB8JkYOqSY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8JkYOqSY .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB8Jx3T5oV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-2-2000x2000.png");
}
.cid-uB8Jx3T5oV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8Jx3T5oV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8Jx3T5oV .container {
    padding: 0 22px;
  }
}
.cid-uB8Jx3T5oV .row {
  justify-content: space-between;
}
.cid-uB8Jx3T5oV .row .card {
  justify-content: center;
}
.cid-uB8Jx3T5oV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8Jx3T5oV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uB8Jx3T5oV .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uB8Jx3T5oV .image-wrapper {
  position: relative;
}
.cid-uB8Jx3T5oV .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uB8Jx3T5oV .image-wrapper img {
    height: auto;
  }
}
.cid-uB8Jx3T5oV .mbr-section-title {
  color: #402e59;
}
.cid-uB8Jx3T5oV .mbr-desc {
  color: #000000;
}
.cid-uB8Jx3T5oV .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uBk8z7DY0q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8z7DY0q .mbr-section-title {
  color: #404040;
}
.cid-uBk8z7DY0q .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8z7DY0q .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8z7DY0q .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8z7DY0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8z7DY0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8Jl0TnO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB8Jl0TnO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8Jl0TnO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8Jl0TnO4 .container {
    padding: 0 22px;
  }
}
.cid-uB8Jl0TnO4 .row {
  justify-content: space-between;
}
.cid-uB8Jl0TnO4 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB8Jl0TnO4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8Jl0TnO4 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB8Jl0TnO4 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB8Jl0TnO4 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB8Jl0TnO4 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB8Jl0TnO4 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB8Jl0TnO4 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB8Jl0TnO4 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB8Jl0TnO4 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB8Jl0TnO4 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB8Jl0TnO4 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB8Jl0TnO4 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB8Jl0TnO4 .copy-wrapper {
    display: block;
  }
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB8Jl0TnO4 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB8Jl0TnO4 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB8Jl0TnO4 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB8Jl0TnO4 .mbr-section-title {
  color: #ff5753;
}
.cid-uB8Jl0TnO4 .mbr-text {
  color: #ffffff;
}
.cid-uB8Jl0TnO4 .list {
  color: #635d60;
}
.cid-uB8Jl0TnO4 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB8Jl0TnO4 .mbr-section-title,
.cid-uB8Jl0TnO4 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB8Jl0TnO4 .list,
.cid-uB8Jl0TnO4 .item-wrap {
  color: #ffffff;
}
.cid-uBYGZavxto {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uBYGZavxto .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uBYGZavxto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBYGZavxto .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBYGZavxto .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBYGZavxto .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBYGZavxto .menu_box .navbar.opened,
  .cid-uBYGZavxto .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBYGZavxto nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uBYGZavxto .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBYGZavxto .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBYGZavxto .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBYGZavxto .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBYGZavxto .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBYGZavxto .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uBYGZavxto .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBYGZavxto .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBYGZavxto .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBYGZavxto .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBYGZavxto .offcanvas-body .mbr-text,
  .cid-uBYGZavxto .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBYGZavxto .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBYGZavxto .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBYGZavxto .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uBYGZavxto .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBYGZavxto .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBYGZavxto .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBYGZavxto .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBYGZavxto ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBYGZavxto .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBYGZavxto .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uBYGZavxto .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBYGZavxto li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uBYGZavxto .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBYGZavxto .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uBYGZavxto .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBYGZavxto .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uBYGZavxto .nav-item {
    margin: 0 !important;
  }
}
.cid-uBYGZavxto .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uBYGZavxto .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBYGZavxto .nav-item .nav-link:hover::before,
.cid-uBYGZavxto .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBYGZavxto .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBYGZavxto .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBYGZavxto .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBYGZavxto .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBYGZavxto .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBYGZavxto .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBYGZavxto .offcanvas_box {
    display: none;
  }
}
.cid-uBYGZavxto .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBYGZavxto .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBYGZavxto .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBYGZavxto .container {
  display: flex;
  margin: auto;
}
.cid-uBYGZavxto .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uBYGZavxto .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBYGZavxto .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uBYGZavxto .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBYGZavxto .navbar-nav {
    margin: 0;
  }
}
.cid-uBYGZavxto .dropdown-menu,
.cid-uBYGZavxto .navbar.opened {
  background-color: false !important;
}
.cid-uBYGZavxto .nav-item:focus,
.cid-uBYGZavxto .nav-link:focus {
  outline: none;
}
.cid-uBYGZavxto .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBYGZavxto .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBYGZavxto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBYGZavxto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBYGZavxto .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBYGZavxto .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBYGZavxto .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBYGZavxto .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBYGZavxto .navbar.opened {
  transition: all 0.3s;
}
.cid-uBYGZavxto .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBYGZavxto .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uBYGZavxto .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uBYGZavxto .navbar.collapsed {
  justify-content: center;
}
.cid-uBYGZavxto .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBYGZavxto .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBYGZavxto .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBYGZavxto .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBYGZavxto .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBYGZavxto .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBYGZavxto .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBYGZavxto .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBYGZavxto .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBYGZavxto .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBYGZavxto .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBYGZavxto .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBYGZavxto .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBYGZavxto .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBYGZavxto .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uBYGZavxto .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBYGZavxto .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBYGZavxto .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBYGZavxto .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBYGZavxto .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBYGZavxto .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBYGZavxto .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBYGZavxto .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uBYGZavxto .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBYGZavxto .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBYGZavxto .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBYGZavxto .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBYGZavxto .dropdown-item.active,
.cid-uBYGZavxto .dropdown-item:active {
  background-color: transparent;
}
.cid-uBYGZavxto .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBYGZavxto .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBYGZavxto .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBYGZavxto .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBYGZavxto ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBYGZavxto .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBYGZavxto button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uBYGZavxto button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBYGZavxto button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBYGZavxto button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBYGZavxto button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBYGZavxto button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBYGZavxto nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBYGZavxto nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBYGZavxto nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBYGZavxto nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBYGZavxto a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBYGZavxto .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBYGZavxto .navbar {
    height: 70px;
  }
  .cid-uBYGZavxto .navbar.opened {
    height: auto;
  }
  .cid-uBYGZavxto .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBYGZavxto .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBYGZavxto .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uBYGZavxto .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBYGZavxto .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uBYGZavxto .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uBYGZavxto .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBYGZavxto .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBYGZavxto .text_widget {
  margin-bottom: 32px;
}
.cid-uBYGZavxto .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBYGZavxto .text_widget a:hover,
.cid-uBYGZavxto .text_widget a:focus {
  opacity: .8;
}
.cid-uBYGZavxto .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBYGZavxto .navbar-caption {
  color: #000000;
}
.cid-uBYGZavxto .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBYGZavxto .mbr-section-subtitle,
.cid-uBYGZavxto .text_widget,
.cid-uBYGZavxto .mbr-section-btn {
  text-align: center;
}
.cid-uBYGZavxto a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBYGZb9bSp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uBYGZb9bSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBYGZb9bSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBYGZb9bSp .container {
    padding: 0 22px;
  }
}
.cid-uBYGZb9bSp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBYGZb9bSp .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uBYGZbuDwC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uBYGZbuDwC .container-fluid {
  padding: 0 3rem;
}
.cid-uBYGZbuDwC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBYGZbuDwC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uBYGZbuDwC .table-wrapper {
  margin: 0 auto;
}
.cid-uBYGZbuDwC .head-item {
  min-width: 70px;
  color: #523f6d;
}
.cid-uBYGZbuDwC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uBYGZbuDwC table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #ddd5e8;
  color: white;
  vertical-align: middle;
}
.cid-uBYGZbuDwC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uBYGZbuDwC .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uBYGZbuDwC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uBYGZbuDwC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uBYGZbuDwC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uBYGZbuDwC .dataTables_wrapper {
  display: block;
}
.cid-uBYGZbuDwC .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uBYGZbuDwC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uBYGZbuDwC .head-item:after,
.cid-uBYGZbuDwC .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uBYGZbuDwC .dataTables_filter {
    text-align: center;
  }
  .cid-uBYGZbuDwC .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uBYGZbuDwC .dataTables_filter {
    text-align: center;
  }
  .cid-uBYGZbuDwC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uBYGZbuDwC .table-wrapper {
    width: 100% !important;
  }
  .cid-uBYGZbuDwC .container-fluid {
    padding: 0 1rem;
  }
  .cid-uBYGZbuDwC table th,
  .cid-uBYGZbuDwC table td {
    padding: 0.75rem;
  }
}
.cid-uBYGZbuDwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBYGZbuDwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBYGZbuDwC P {
  text-align: left;
}
.cid-uBYGZbuDwC .body-item {
  color: #523f6d;
}
.cid-uBYGZcBn8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uBYGZcBn8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBYGZcBn8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBYGZcBn8n .container {
    padding: 0 22px;
  }
}
.cid-uBYGZcBn8n .row {
  justify-content: space-between;
}
.cid-uBYGZcBn8n .content-wrapper {
  margin-bottom: 32px;
}
.cid-uBYGZcBn8n .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBYGZcBn8n .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBYGZcBn8n .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBYGZcBn8n .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uBYGZcBn8n .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBYGZcBn8n .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBYGZcBn8n .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBYGZcBn8n .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uBYGZcBn8n .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBYGZcBn8n .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBYGZcBn8n .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBYGZcBn8n .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uBYGZcBn8n .copy-wrapper {
    display: block;
  }
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBYGZcBn8n .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uBYGZcBn8n .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBYGZcBn8n .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBYGZcBn8n .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uBYGZcBn8n .mbr-section-title {
  color: #ff5753;
}
.cid-uBYGZcBn8n .mbr-text {
  color: #ffffff;
}
.cid-uBYGZcBn8n .list {
  color: #635d60;
}
.cid-uBYGZcBn8n .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uBYGZcBn8n .mbr-section-title,
.cid-uBYGZcBn8n .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uBYGZcBn8n .list,
.cid-uBYGZcBn8n .item-wrap {
  color: #ffffff;
}
.cid-uB7rIlWZfV {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB7rIlWZfV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB7rIlWZfV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB7rIlWZfV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7rIlWZfV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB7rIlWZfV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB7rIlWZfV .menu_box .navbar.opened,
  .cid-uB7rIlWZfV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB7rIlWZfV nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB7rIlWZfV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB7rIlWZfV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7rIlWZfV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB7rIlWZfV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB7rIlWZfV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB7rIlWZfV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB7rIlWZfV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB7rIlWZfV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB7rIlWZfV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB7rIlWZfV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB7rIlWZfV .offcanvas-body .mbr-text,
  .cid-uB7rIlWZfV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB7rIlWZfV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB7rIlWZfV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB7rIlWZfV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB7rIlWZfV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB7rIlWZfV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB7rIlWZfV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB7rIlWZfV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB7rIlWZfV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB7rIlWZfV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7rIlWZfV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB7rIlWZfV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB7rIlWZfV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB7rIlWZfV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB7rIlWZfV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB7rIlWZfV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB7rIlWZfV .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB7rIlWZfV .nav-item {
    margin: 0 !important;
  }
}
.cid-uB7rIlWZfV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB7rIlWZfV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB7rIlWZfV .nav-item .nav-link:hover::before,
.cid-uB7rIlWZfV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB7rIlWZfV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB7rIlWZfV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB7rIlWZfV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB7rIlWZfV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7rIlWZfV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB7rIlWZfV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB7rIlWZfV .offcanvas_box {
    display: none;
  }
}
.cid-uB7rIlWZfV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB7rIlWZfV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB7rIlWZfV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB7rIlWZfV .container {
  display: flex;
  margin: auto;
}
.cid-uB7rIlWZfV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB7rIlWZfV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB7rIlWZfV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB7rIlWZfV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB7rIlWZfV .navbar-nav {
    margin: 0;
  }
}
.cid-uB7rIlWZfV .dropdown-menu,
.cid-uB7rIlWZfV .navbar.opened {
  background-color: false !important;
}
.cid-uB7rIlWZfV .nav-item:focus,
.cid-uB7rIlWZfV .nav-link:focus {
  outline: none;
}
.cid-uB7rIlWZfV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7rIlWZfV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7rIlWZfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7rIlWZfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7rIlWZfV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7rIlWZfV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7rIlWZfV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB7rIlWZfV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB7rIlWZfV .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7rIlWZfV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB7rIlWZfV .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB7rIlWZfV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB7rIlWZfV .navbar.collapsed {
  justify-content: center;
}
.cid-uB7rIlWZfV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7rIlWZfV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB7rIlWZfV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7rIlWZfV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7rIlWZfV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7rIlWZfV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB7rIlWZfV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB7rIlWZfV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB7rIlWZfV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB7rIlWZfV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7rIlWZfV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7rIlWZfV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB7rIlWZfV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7rIlWZfV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB7rIlWZfV .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB7rIlWZfV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB7rIlWZfV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB7rIlWZfV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB7rIlWZfV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB7rIlWZfV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7rIlWZfV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB7rIlWZfV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7rIlWZfV .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB7rIlWZfV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7rIlWZfV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7rIlWZfV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB7rIlWZfV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7rIlWZfV .dropdown-item.active,
.cid-uB7rIlWZfV .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7rIlWZfV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB7rIlWZfV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7rIlWZfV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7rIlWZfV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7rIlWZfV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB7rIlWZfV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7rIlWZfV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB7rIlWZfV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB7rIlWZfV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7rIlWZfV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7rIlWZfV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7rIlWZfV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7rIlWZfV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7rIlWZfV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7rIlWZfV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7rIlWZfV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7rIlWZfV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB7rIlWZfV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7rIlWZfV .navbar {
    height: 70px;
  }
  .cid-uB7rIlWZfV .navbar.opened {
    height: auto;
  }
  .cid-uB7rIlWZfV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7rIlWZfV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB7rIlWZfV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB7rIlWZfV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB7rIlWZfV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB7rIlWZfV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB7rIlWZfV .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB7rIlWZfV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB7rIlWZfV .text_widget {
  margin-bottom: 32px;
}
.cid-uB7rIlWZfV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB7rIlWZfV .text_widget a:hover,
.cid-uB7rIlWZfV .text_widget a:focus {
  opacity: .8;
}
.cid-uB7rIlWZfV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB7rIlWZfV .navbar-caption {
  color: #000000;
}
.cid-uB7rIlWZfV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB7rIlWZfV .mbr-section-subtitle,
.cid-uB7rIlWZfV .text_widget,
.cid-uB7rIlWZfV .mbr-section-btn {
  text-align: center;
}
.cid-uB7rIlWZfV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB7rInpQzS {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB7rInpQzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7rInpQzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7rInpQzS .container {
    padding: 0 22px;
  }
}
.cid-uB7rInpQzS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7rInpQzS .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7VqElu6N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB7VqElu6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7VqElu6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7VqElu6N .container {
    padding: 0 22px;
  }
}
.cid-uB7VqElu6N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7VqElu6N .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFPPDbFwRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uFPPDbFwRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPPDbFwRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFPPDbFwRY .container {
    padding: 0 22px;
  }
}
.cid-uFPPDbFwRY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPPDbFwRY .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFPNiJ9cgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uFPNiJ9cgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPNiJ9cgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFPNiJ9cgj .container {
    padding: 0 22px;
  }
}
.cid-uFPNiJ9cgj .row {
  justify-content: space-between;
}
.cid-uFPNiJ9cgj .row .card {
  justify-content: center;
}
.cid-uFPNiJ9cgj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFPNiJ9cgj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFPNiJ9cgj .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uFPNiJ9cgj .image-wrapper {
  position: relative;
}
.cid-uFPNiJ9cgj .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFPNiJ9cgj .image-wrapper img {
    height: auto;
  }
}
.cid-uFPNiJ9cgj .mbr-section-title {
  color: #402e59;
}
.cid-uFPNiJ9cgj .mbr-desc {
  color: #000000;
}
.cid-uFPNiJ9cgj .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uFPPDHYc9v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uFPPDHYc9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPPDHYc9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFPPDHYc9v .container {
    padding: 0 22px;
  }
}
.cid-uFPPDHYc9v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPPDHYc9v .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFPO0qdqUc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uFPO0qdqUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPO0qdqUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFPO0qdqUc .container {
    padding: 0 22px;
  }
}
.cid-uFPO0qdqUc .row {
  justify-content: space-between;
}
.cid-uFPO0qdqUc .row .card {
  justify-content: center;
}
.cid-uFPO0qdqUc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFPO0qdqUc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFPO0qdqUc .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uFPO0qdqUc .image-wrapper {
  position: relative;
}
.cid-uFPO0qdqUc .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFPO0qdqUc .image-wrapper img {
    height: auto;
  }
}
.cid-uFPO0qdqUc .mbr-section-title {
  color: #402e59;
}
.cid-uFPO0qdqUc .mbr-desc {
  color: #000000;
}
.cid-uFPO0qdqUc .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uFPPEXTiLg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uFPPEXTiLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPPEXTiLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFPPEXTiLg .container {
    padding: 0 22px;
  }
}
.cid-uFPPEXTiLg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPPEXTiLg .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFPO0SDH3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uFPO0SDH3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPO0SDH3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFPO0SDH3M .container {
    padding: 0 22px;
  }
}
.cid-uFPO0SDH3M .row {
  justify-content: space-between;
}
.cid-uFPO0SDH3M .row .card {
  justify-content: center;
}
.cid-uFPO0SDH3M .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFPO0SDH3M .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFPO0SDH3M .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uFPO0SDH3M .image-wrapper {
  position: relative;
}
.cid-uFPO0SDH3M .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFPO0SDH3M .image-wrapper img {
    height: auto;
  }
}
.cid-uFPO0SDH3M .mbr-section-title {
  color: #402e59;
}
.cid-uFPO0SDH3M .mbr-desc {
  color: #000000;
}
.cid-uFPO0SDH3M .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uFQp5LaYjF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFQp5LaYjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQp5LaYjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFQp5LaYjF .container {
    padding: 0 22px;
  }
}
.cid-uFQp5LaYjF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFQp5LaYjF .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uKndAI0Nv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uKndAI0Nv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKndAI0Nv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKndAI0Nv9 .container {
    padding: 0 22px;
  }
}
.cid-uKndAI0Nv9 .row {
  justify-content: space-between;
}
.cid-uKndAI0Nv9 .row .card {
  justify-content: center;
}
.cid-uKndAI0Nv9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKndAI0Nv9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKndAI0Nv9 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uKndAI0Nv9 .image-wrapper {
  position: relative;
}
.cid-uKndAI0Nv9 .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uKndAI0Nv9 .image-wrapper img {
    height: auto;
  }
}
.cid-uKndAI0Nv9 .mbr-section-title {
  color: #402e59;
}
.cid-uKndAI0Nv9 .mbr-desc {
  color: #000000;
}
.cid-uKndAI0Nv9 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB7rIojfqq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB7rIojfqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7rIojfqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7rIojfqq .container {
    padding: 0 22px;
  }
}
.cid-uB7rIojfqq .row {
  justify-content: space-between;
}
.cid-uB7rIojfqq .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB7rIojfqq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7rIojfqq .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB7rIojfqq .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB7rIojfqq .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB7rIojfqq .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB7rIojfqq .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB7rIojfqq .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB7rIojfqq .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB7rIojfqq .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7rIojfqq .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB7rIojfqq .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB7rIojfqq .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB7rIojfqq .copy-wrapper {
    display: block;
  }
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB7rIojfqq .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB7rIojfqq .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB7rIojfqq .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB7rIojfqq .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB7rIojfqq .mbr-section-title {
  color: #ff5753;
}
.cid-uB7rIojfqq .mbr-text {
  color: #ffffff;
}
.cid-uB7rIojfqq .list {
  color: #635d60;
}
.cid-uB7rIojfqq .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB7rIojfqq .mbr-section-title,
.cid-uB7rIojfqq .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB7rIojfqq .list,
.cid-uB7rIojfqq .item-wrap {
  color: #ffffff;
}
.cid-uC38Ppk4nR {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uC38Ppk4nR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uC38Ppk4nR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uC38Ppk4nR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC38Ppk4nR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uC38Ppk4nR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uC38Ppk4nR .menu_box .navbar.opened,
  .cid-uC38Ppk4nR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uC38Ppk4nR nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uC38Ppk4nR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uC38Ppk4nR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC38Ppk4nR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uC38Ppk4nR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uC38Ppk4nR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uC38Ppk4nR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uC38Ppk4nR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uC38Ppk4nR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uC38Ppk4nR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uC38Ppk4nR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uC38Ppk4nR .offcanvas-body .mbr-text,
  .cid-uC38Ppk4nR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uC38Ppk4nR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uC38Ppk4nR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uC38Ppk4nR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uC38Ppk4nR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uC38Ppk4nR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uC38Ppk4nR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uC38Ppk4nR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uC38Ppk4nR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uC38Ppk4nR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC38Ppk4nR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uC38Ppk4nR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uC38Ppk4nR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uC38Ppk4nR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uC38Ppk4nR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uC38Ppk4nR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uC38Ppk4nR .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uC38Ppk4nR .nav-item {
    margin: 0 !important;
  }
}
.cid-uC38Ppk4nR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uC38Ppk4nR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uC38Ppk4nR .nav-item .nav-link:hover::before,
.cid-uC38Ppk4nR .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uC38Ppk4nR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uC38Ppk4nR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uC38Ppk4nR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uC38Ppk4nR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC38Ppk4nR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uC38Ppk4nR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uC38Ppk4nR .offcanvas_box {
    display: none;
  }
}
.cid-uC38Ppk4nR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uC38Ppk4nR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uC38Ppk4nR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uC38Ppk4nR .container {
  display: flex;
  margin: auto;
}
.cid-uC38Ppk4nR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uC38Ppk4nR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uC38Ppk4nR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uC38Ppk4nR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uC38Ppk4nR .navbar-nav {
    margin: 0;
  }
}
.cid-uC38Ppk4nR .dropdown-menu,
.cid-uC38Ppk4nR .navbar.opened {
  background-color: false !important;
}
.cid-uC38Ppk4nR .nav-item:focus,
.cid-uC38Ppk4nR .nav-link:focus {
  outline: none;
}
.cid-uC38Ppk4nR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC38Ppk4nR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC38Ppk4nR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC38Ppk4nR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC38Ppk4nR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC38Ppk4nR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC38Ppk4nR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uC38Ppk4nR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uC38Ppk4nR .navbar.opened {
  transition: all 0.3s;
}
.cid-uC38Ppk4nR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uC38Ppk4nR .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uC38Ppk4nR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uC38Ppk4nR .navbar.collapsed {
  justify-content: center;
}
.cid-uC38Ppk4nR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC38Ppk4nR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC38Ppk4nR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC38Ppk4nR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC38Ppk4nR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC38Ppk4nR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uC38Ppk4nR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uC38Ppk4nR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uC38Ppk4nR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uC38Ppk4nR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC38Ppk4nR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC38Ppk4nR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uC38Ppk4nR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC38Ppk4nR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uC38Ppk4nR .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uC38Ppk4nR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uC38Ppk4nR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uC38Ppk4nR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uC38Ppk4nR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uC38Ppk4nR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC38Ppk4nR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uC38Ppk4nR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC38Ppk4nR .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uC38Ppk4nR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC38Ppk4nR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC38Ppk4nR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uC38Ppk4nR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC38Ppk4nR .dropdown-item.active,
.cid-uC38Ppk4nR .dropdown-item:active {
  background-color: transparent;
}
.cid-uC38Ppk4nR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uC38Ppk4nR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC38Ppk4nR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC38Ppk4nR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC38Ppk4nR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uC38Ppk4nR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC38Ppk4nR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uC38Ppk4nR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uC38Ppk4nR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC38Ppk4nR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC38Ppk4nR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC38Ppk4nR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC38Ppk4nR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC38Ppk4nR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC38Ppk4nR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC38Ppk4nR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC38Ppk4nR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uC38Ppk4nR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC38Ppk4nR .navbar {
    height: 70px;
  }
  .cid-uC38Ppk4nR .navbar.opened {
    height: auto;
  }
  .cid-uC38Ppk4nR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC38Ppk4nR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uC38Ppk4nR .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uC38Ppk4nR .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uC38Ppk4nR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uC38Ppk4nR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uC38Ppk4nR .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uC38Ppk4nR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uC38Ppk4nR .text_widget {
  margin-bottom: 32px;
}
.cid-uC38Ppk4nR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uC38Ppk4nR .text_widget a:hover,
.cid-uC38Ppk4nR .text_widget a:focus {
  opacity: .8;
}
.cid-uC38Ppk4nR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uC38Ppk4nR .navbar-caption {
  color: #000000;
}
.cid-uC38Ppk4nR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uC38Ppk4nR .mbr-section-subtitle,
.cid-uC38Ppk4nR .text_widget,
.cid-uC38Ppk4nR .mbr-section-btn {
  text-align: center;
}
.cid-uC38Ppk4nR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC38Pq2m1e {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uC38Pq2m1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC38Pq2m1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC38Pq2m1e .container {
    padding: 0 22px;
  }
}
.cid-uC38Pq2m1e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC38Pq2m1e .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uC38PsrINL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uC38PsrINL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC38PsrINL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC38PsrINL .container {
    padding: 0 22px;
  }
}
.cid-uC38PsrINL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC38PsrINL .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uDbq8YpYsi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDbq8YpYsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbq8YpYsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDbq8YpYsi .container {
    padding: 0 22px;
  }
}
.cid-uDbq8YpYsi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDbq8YpYsi .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uEoT7YuJ1p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEoT7YuJ1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEoT7YuJ1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEoT7YuJ1p .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uEoT7YuJ1p .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uEoT7YuJ1p .container {
    padding: 0 22px;
  }
}
.cid-uEoT7YuJ1p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEoT7YuJ1p .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uDberzhegq {
  background-image: url("../../../assets/images/mbr-1920x1211.png");
  position: relative;
  overflow: hidden;
}
.cid-uDberzhegq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDberzhegq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDberzhegq .col-text {
  position: relative;
  width: 34vw;
}
@media (max-width: 991px) {
  .cid-uDberzhegq .col-text {
    width: 62vw;
  }
}
@media (max-width: 767px) {
  .cid-uDberzhegq .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-uDberzhegq .col-text {
    width: 100%;
  }
}
.cid-uDberzhegq .text-wrap {
  position: relative;
  z-index: 3;
  padding: 3%;
}
@media (max-width: 767px) {
  .cid-uDberzhegq .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDberzhegq .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.cid-uDberzhegq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 70px;
  color: #f1f1f5;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.cid-uDberzhegq .mbr-section-title {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uDberzhegq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDberzhegq .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-uDberzhegq .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uDberzhegq .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #9461b0;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uDberzhegq .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-uDberzhegq .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-uDberzhegq .tablita {
  background-color: #562F63;
  color: #FFFF;
  text-align: center;
  vertical-align: middle;
  font-family: 'Montserrat';
  font-weight: bold;
}
.cid-uDberzhegq .renglon {
  background-color: #C9AFD1;
  text-align: center;
  vertical-align: middle;
  font-family: 'Montserrat';
  font-weight: bold;
}
.cid-uDbnsGvJTu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDbnsGvJTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbnsGvJTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDbnsGvJTu .container {
    padding: 0 22px;
  }
}
.cid-uDbnsGvJTu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDbnsGvJTu .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFP6bXbrbr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uFP6bXbrbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFP6bXbrbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFP6bXbrbr .container {
    padding: 0 22px;
  }
}
.cid-uFP6bXbrbr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFP6bXbrbr .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFP6d1vToo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFP6d1vToo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFP6d1vToo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFP6d1vToo .container {
    padding: 0 22px;
  }
}
.cid-uFP6d1vToo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFP6d1vToo .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uFPlp51dht {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFPlp51dht .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #402e59;
}
.cid-uFPlp51dht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPlp51dht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPlp51dht .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uFPlp51dht .content-wrap .card {
  justify-content: space-between;
}
.cid-uFPlp51dht .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uFPlp51dht .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPlp51dht .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uFPlp51dht .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPlp51dht .content-wrapper {
    padding: 0;
  }
}
.cid-uFPlp51dht .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFPlp51dht .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFPlp51dht .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFPlp51dht .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFPlp51dht .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uFPlp51dht .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPlp51dht .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uFPlp51dht .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPlp51dht .image-wrap {
    padding: 0;
  }
}
.cid-uFPlp51dht .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPlp51dht .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFPlp51dht .mbr-section-title {
  color: #150764;
}
.cid-uFPlp51dht .mbr-text {
  color: #150764;
  text-align: justify;
}
.cid-uFPlp51dht .mbr-section-title,
.cid-uFPlp51dht .mbr-section-btn {
  color: #402e59;
  text-align: center;
}
.cid-uFPnKc9pjZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFPnKc9pjZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #402e59;
}
.cid-uFPnKc9pjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPnKc9pjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPnKc9pjZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uFPnKc9pjZ .content-wrap .card {
  justify-content: space-between;
}
.cid-uFPnKc9pjZ .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uFPnKc9pjZ .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPnKc9pjZ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFPnKc9pjZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFPnKc9pjZ .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFPnKc9pjZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFPnKc9pjZ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFPnKc9pjZ .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uFPnKc9pjZ .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPnKc9pjZ .image-wrap {
    padding: 0;
  }
}
.cid-uFPnKc9pjZ .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPnKc9pjZ .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFPnKc9pjZ .mbr-section-title {
  color: #150764;
}
.cid-uFPnKc9pjZ .mbr-text {
  color: #150764;
  text-align: justify;
}
.cid-uFPnKc9pjZ .mbr-section-title,
.cid-uFPnKc9pjZ .mbr-section-btn {
  color: #402e59;
  text-align: center;
}
.cid-uFPognB7KJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFPognB7KJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #402e59;
}
.cid-uFPognB7KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPognB7KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPognB7KJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uFPognB7KJ .content-wrap .card {
  justify-content: space-between;
}
.cid-uFPognB7KJ .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uFPognB7KJ .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPognB7KJ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uFPognB7KJ .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPognB7KJ .content-wrapper {
    padding: 0;
  }
}
.cid-uFPognB7KJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFPognB7KJ .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFPognB7KJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFPognB7KJ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFPognB7KJ .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uFPognB7KJ .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPognB7KJ .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uFPognB7KJ .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPognB7KJ .image-wrap {
    padding: 0;
  }
}
.cid-uFPognB7KJ .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPognB7KJ .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFPognB7KJ .mbr-section-title {
  color: #150764;
}
.cid-uFPognB7KJ .mbr-text {
  color: #150764;
  text-align: justify;
}
.cid-uFPognB7KJ .mbr-section-title,
.cid-uFPognB7KJ .mbr-section-btn {
  color: #402e59;
  text-align: center;
}
.cid-uFPpmLwWDc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFPpmLwWDc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #402e59;
}
.cid-uFPpmLwWDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPpmLwWDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPpmLwWDc .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uFPpmLwWDc .content-wrap .card {
  justify-content: space-between;
}
.cid-uFPpmLwWDc .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uFPpmLwWDc .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPpmLwWDc .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFPpmLwWDc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFPpmLwWDc .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFPpmLwWDc .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFPpmLwWDc .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFPpmLwWDc .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uFPpmLwWDc .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPpmLwWDc .image-wrap {
    padding: 0;
  }
}
.cid-uFPpmLwWDc .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPpmLwWDc .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFPpmLwWDc .mbr-section-title {
  color: #150764;
}
.cid-uFPpmLwWDc .mbr-text {
  color: #150764;
  text-align: justify;
}
.cid-uFPpmLwWDc .mbr-section-title,
.cid-uFPpmLwWDc .mbr-section-btn {
  color: #402e59;
  text-align: center;
}
.cid-uFPq97AG2W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFPq97AG2W .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #402e59;
}
.cid-uFPq97AG2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPq97AG2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPq97AG2W .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uFPq97AG2W .content-wrap .card {
  justify-content: space-between;
}
.cid-uFPq97AG2W .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uFPq97AG2W .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPq97AG2W .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uFPq97AG2W .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPq97AG2W .content-wrapper {
    padding: 0;
  }
}
.cid-uFPq97AG2W .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFPq97AG2W .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFPq97AG2W .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFPq97AG2W .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFPq97AG2W .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uFPq97AG2W .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPq97AG2W .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uFPq97AG2W .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPq97AG2W .image-wrap {
    padding: 0;
  }
}
.cid-uFPq97AG2W .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPq97AG2W .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFPq97AG2W .mbr-section-title {
  color: #150764;
}
.cid-uFPq97AG2W .mbr-text {
  color: #150764;
  text-align: justify;
}
.cid-uFPq97AG2W .mbr-section-title,
.cid-uFPq97AG2W .mbr-section-btn {
  color: #402e59;
  text-align: center;
}
.cid-uFPqxFX42P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFPqxFX42P .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #402e59;
}
.cid-uFPqxFX42P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPqxFX42P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPqxFX42P .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uFPqxFX42P .content-wrap .card {
  justify-content: space-between;
}
.cid-uFPqxFX42P .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uFPqxFX42P .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPqxFX42P .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFPqxFX42P .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFPqxFX42P .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFPqxFX42P .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFPqxFX42P .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFPqxFX42P .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uFPqxFX42P .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFPqxFX42P .image-wrap {
    padding: 0;
  }
}
.cid-uFPqxFX42P .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPqxFX42P .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uFPqxFX42P .mbr-section-title {
  color: #150764;
}
.cid-uFPqxFX42P .mbr-text {
  color: #150764;
  text-align: justify;
}
.cid-uFPqxFX42P .mbr-section-title,
.cid-uFPqxFX42P .mbr-section-btn {
  color: #402e59;
  text-align: center;
}
.cid-uKEV3vVKnF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uKEV3vVKnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEV3vVKnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKEV3vVKnF .container {
    padding: 0 22px;
  }
}
.cid-uKEV3vVKnF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKEV3vVKnF .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uKEV4wP2vR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKEV4wP2vR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEV4wP2vR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKEV4wP2vR .container {
    padding: 0 22px;
  }
}
.cid-uKEV4wP2vR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKEV4wP2vR .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uKEV5fJv6o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKEV5fJv6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEV5fJv6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKEV5fJv6o .container {
    padding: 0 22px;
  }
}
.cid-uKEV5fJv6o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKEV5fJv6o .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uKEV7MzCR6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKEV7MzCR6 .mbr-section-title {
  color: #404040;
}
.cid-uKEV7MzCR6 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uKEV7MzCR6 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uKEV7MzCR6 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKEV7MzCR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEV7MzCR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVlYB10D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKEVlYB10D .mbr-section-title {
  color: #404040;
}
.cid-uKEVlYB10D .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uKEVlYB10D .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uKEVlYB10D .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKEVlYB10D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVlYB10D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEVmQEHN7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-2-2000x670.png");
}
.cid-uKEVmQEHN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEVmQEHN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKEVmQEHN7 .container {
    padding: 0 22px;
  }
}
.cid-uKEVmQEHN7 .row {
  justify-content: space-between;
}
.cid-uKEVmQEHN7 .row .card {
  justify-content: center;
}
.cid-uKEVmQEHN7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKEVmQEHN7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKEVmQEHN7 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uKEVmQEHN7 .image-wrapper {
  position: relative;
}
.cid-uKEVmQEHN7 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uKEVmQEHN7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uKEVmQEHN7 .mbr-section-title {
  color: #402e59;
}
.cid-uKEVmQEHN7 .mbr-desc {
  color: #000000;
}
.cid-uKEVmQEHN7 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uKr4xQPjIL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uKr4xQPjIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4xQPjIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKr4xQPjIL .container {
    padding: 0 22px;
  }
}
.cid-uKr4xQPjIL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKr4xQPjIL .mbr-text {
  color: #402e59;
  text-align: center;
  background-color: rgba(241, 241, 241, 0.575);
  border-radius: 50px;
}
.cid-uKr4yyzBct {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKr4yyzBct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4yyzBct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKr4yyzBct .container {
    padding: 0 22px;
  }
}
.cid-uKr4yyzBct .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKr4yyzBct .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uKr4zCMgNe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKr4zCMgNe .mbr-section-title {
  color: #404040;
}
.cid-uKr4zCMgNe .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uKr4zCMgNe .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uKr4zCMgNe .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKr4zCMgNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4zCMgNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKr4AAMAWV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKr4AAMAWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4AAMAWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKr4AAMAWV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKr4AAMAWV .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKr4AAMAWV .container {
    padding: 0 22px;
  }
}
.cid-uKr4AAMAWV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKr4AAMAWV .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKr4BfJuvK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKr4BfJuvK .mbr-section-title {
  color: #404040;
}
.cid-uKr4BfJuvK .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uKr4BfJuvK .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uKr4BfJuvK .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKr4BfJuvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4BfJuvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKr4C4Bm53 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKr4C4Bm53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4C4Bm53 .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-uKr4C4Bm53 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKr4C4Bm53 .row {
  flex-direction: row-reverse;
}
.cid-uKr4C4Bm53 .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uKr4C4Bm53 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKr4C4Bm53 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKr4C4Bm53 .mbr-section-title {
  border: none;
  background-color: #9788aa;
  height: 5px;
  color: #341063;
  text-align: center;
}
.cid-uKr4C4Bm53 .mbr-text,
.cid-uKr4C4Bm53 .mbr-section-btn {
  color: #19181a;
  text-align: left;
}
.cid-uKr4C4Bm53 .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uKr4C4Bm53 .col-12 {
  padding: 1rem;
}
.cid-uKr4C4Bm53 .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uKr4C4Bm53 .mbr-texte {
  margin-bottom: 0.5rem;
  color: #19181a;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uKr4C4Bm53 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uKr4CpVXEN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKr4CpVXEN .mbr-section-title {
  color: #404040;
}
.cid-uKr4CpVXEN .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uKr4CpVXEN .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uKr4CpVXEN .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uKr4CpVXEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4CpVXEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKr4CpVXEN .btn-custom {
  background-color: #776ac8;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 25px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cid-uKr4CpVXEN .btn-custom:hover {
  background-color: #928ac6;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uKr4CpVXEN .btn-custom i {
  margin-right: 8px;
}
.cid-uKr4CpVXEN .btn-custom:active {
  background-color: #bfaedc;
  transform: scale(1);
}
.cid-uKr4CpVXEN .mbr-section-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uKr4OXGd4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-2-2000x670.png");
}
.cid-uKr4OXGd4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKr4OXGd4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKr4OXGd4E .container {
    padding: 0 22px;
  }
}
.cid-uKr4OXGd4E .row {
  justify-content: space-between;
}
.cid-uKr4OXGd4E .row .card {
  justify-content: center;
}
.cid-uKr4OXGd4E .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKr4OXGd4E .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKr4OXGd4E .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uKr4OXGd4E .image-wrapper {
  position: relative;
}
.cid-uKr4OXGd4E .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uKr4OXGd4E .image-wrapper img {
    height: 350px;
  }
}
.cid-uKr4OXGd4E .mbr-section-title {
  color: #402e59;
}
.cid-uKr4OXGd4E .mbr-desc {
  color: #000000;
}
.cid-uKr4OXGd4E .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uC38PtNyB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uC38PtNyB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC38PtNyB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC38PtNyB7 .container {
    padding: 0 22px;
  }
}
.cid-uC38PtNyB7 .row {
  justify-content: space-between;
}
.cid-uC38PtNyB7 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uC38PtNyB7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uC38PtNyB7 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uC38PtNyB7 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uC38PtNyB7 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uC38PtNyB7 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uC38PtNyB7 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC38PtNyB7 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uC38PtNyB7 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uC38PtNyB7 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC38PtNyB7 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uC38PtNyB7 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC38PtNyB7 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uC38PtNyB7 .copy-wrapper {
    display: block;
  }
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC38PtNyB7 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uC38PtNyB7 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC38PtNyB7 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC38PtNyB7 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uC38PtNyB7 .mbr-section-title {
  color: #ff5753;
}
.cid-uC38PtNyB7 .mbr-text {
  color: #ffffff;
}
.cid-uC38PtNyB7 .list {
  color: #635d60;
}
.cid-uC38PtNyB7 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uC38PtNyB7 .mbr-section-title,
.cid-uC38PtNyB7 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uC38PtNyB7 .list,
.cid-uC38PtNyB7 .item-wrap {
  color: #ffffff;
}
.cid-uC5iaWXdp4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uC5iaWXdp4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uC5iaWXdp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uC5iaWXdp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC5iaWXdp4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uC5iaWXdp4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uC5iaWXdp4 .menu_box .navbar.opened,
  .cid-uC5iaWXdp4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uC5iaWXdp4 nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uC5iaWXdp4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uC5iaWXdp4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC5iaWXdp4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uC5iaWXdp4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uC5iaWXdp4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uC5iaWXdp4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uC5iaWXdp4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uC5iaWXdp4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uC5iaWXdp4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uC5iaWXdp4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uC5iaWXdp4 .offcanvas-body .mbr-text,
  .cid-uC5iaWXdp4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uC5iaWXdp4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uC5iaWXdp4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uC5iaWXdp4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uC5iaWXdp4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uC5iaWXdp4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uC5iaWXdp4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uC5iaWXdp4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uC5iaWXdp4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uC5iaWXdp4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC5iaWXdp4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uC5iaWXdp4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uC5iaWXdp4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uC5iaWXdp4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uC5iaWXdp4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uC5iaWXdp4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uC5iaWXdp4 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uC5iaWXdp4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uC5iaWXdp4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uC5iaWXdp4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uC5iaWXdp4 .nav-item .nav-link:hover::before,
.cid-uC5iaWXdp4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uC5iaWXdp4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uC5iaWXdp4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uC5iaWXdp4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uC5iaWXdp4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uC5iaWXdp4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uC5iaWXdp4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uC5iaWXdp4 .offcanvas_box {
    display: none;
  }
}
.cid-uC5iaWXdp4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uC5iaWXdp4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uC5iaWXdp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uC5iaWXdp4 .container {
  display: flex;
  margin: auto;
}
.cid-uC5iaWXdp4 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uC5iaWXdp4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uC5iaWXdp4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uC5iaWXdp4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uC5iaWXdp4 .navbar-nav {
    margin: 0;
  }
}
.cid-uC5iaWXdp4 .dropdown-menu,
.cid-uC5iaWXdp4 .navbar.opened {
  background-color: false !important;
}
.cid-uC5iaWXdp4 .nav-item:focus,
.cid-uC5iaWXdp4 .nav-link:focus {
  outline: none;
}
.cid-uC5iaWXdp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC5iaWXdp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC5iaWXdp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC5iaWXdp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC5iaWXdp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC5iaWXdp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC5iaWXdp4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uC5iaWXdp4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uC5iaWXdp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uC5iaWXdp4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uC5iaWXdp4 .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uC5iaWXdp4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uC5iaWXdp4 .navbar.collapsed {
  justify-content: center;
}
.cid-uC5iaWXdp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC5iaWXdp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC5iaWXdp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC5iaWXdp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC5iaWXdp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC5iaWXdp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uC5iaWXdp4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uC5iaWXdp4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uC5iaWXdp4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uC5iaWXdp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC5iaWXdp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC5iaWXdp4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uC5iaWXdp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC5iaWXdp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uC5iaWXdp4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uC5iaWXdp4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uC5iaWXdp4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uC5iaWXdp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uC5iaWXdp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uC5iaWXdp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC5iaWXdp4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uC5iaWXdp4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC5iaWXdp4 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uC5iaWXdp4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC5iaWXdp4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC5iaWXdp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uC5iaWXdp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC5iaWXdp4 .dropdown-item.active,
.cid-uC5iaWXdp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uC5iaWXdp4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uC5iaWXdp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC5iaWXdp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC5iaWXdp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC5iaWXdp4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uC5iaWXdp4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC5iaWXdp4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uC5iaWXdp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uC5iaWXdp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC5iaWXdp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC5iaWXdp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC5iaWXdp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC5iaWXdp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC5iaWXdp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC5iaWXdp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC5iaWXdp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC5iaWXdp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uC5iaWXdp4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC5iaWXdp4 .navbar {
    height: 70px;
  }
  .cid-uC5iaWXdp4 .navbar.opened {
    height: auto;
  }
  .cid-uC5iaWXdp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC5iaWXdp4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uC5iaWXdp4 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uC5iaWXdp4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uC5iaWXdp4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uC5iaWXdp4 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uC5iaWXdp4 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uC5iaWXdp4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uC5iaWXdp4 .text_widget {
  margin-bottom: 32px;
}
.cid-uC5iaWXdp4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uC5iaWXdp4 .text_widget a:hover,
.cid-uC5iaWXdp4 .text_widget a:focus {
  opacity: .8;
}
.cid-uC5iaWXdp4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uC5iaWXdp4 .navbar-caption {
  color: #000000;
}
.cid-uC5iaWXdp4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uC5iaWXdp4 .mbr-section-subtitle,
.cid-uC5iaWXdp4 .text_widget,
.cid-uC5iaWXdp4 .mbr-section-btn {
  text-align: center;
}
.cid-uC5iaWXdp4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5iaXE3pI {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uC5iaXE3pI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5iaXE3pI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC5iaXE3pI .container {
    padding: 0 22px;
  }
}
.cid-uC5iaXE3pI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC5iaXE3pI .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uC5iaY0lSf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC5iaY0lSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5iaY0lSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC5iaY0lSf .container {
    padding: 0 22px;
  }
}
.cid-uC5iaY0lSf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC5iaY0lSf .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uC5jZayijn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uC5jZayijn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5jZayijn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC5jZayijn .container {
    padding: 0 22px;
  }
}
.cid-uC5jZayijn .row {
  justify-content: space-between;
}
.cid-uC5jZayijn .row .card {
  justify-content: center;
}
.cid-uC5jZayijn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uC5jZayijn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uC5jZayijn .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uC5jZayijn .image-wrapper {
  position: relative;
}
.cid-uC5jZayijn .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uC5jZayijn .image-wrapper img {
    height: auto;
  }
}
.cid-uC5jZayijn .mbr-section-title {
  color: #402e59;
}
.cid-uC5jZayijn .mbr-desc {
  color: #000000;
}
.cid-uC5jZayijn .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uC5iaYXO0T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC5iaYXO0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5iaYXO0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC5iaYXO0T .container {
    padding: 0 22px;
  }
}
.cid-uC5iaYXO0T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC5iaYXO0T .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uC5iaZnaXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uC5iaZnaXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5iaZnaXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC5iaZnaXG .container {
    padding: 0 22px;
  }
}
.cid-uC5iaZnaXG .row {
  justify-content: space-between;
}
.cid-uC5iaZnaXG .content-wrapper {
  margin-bottom: 32px;
}
.cid-uC5iaZnaXG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uC5iaZnaXG .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uC5iaZnaXG .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uC5iaZnaXG .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uC5iaZnaXG .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uC5iaZnaXG .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC5iaZnaXG .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uC5iaZnaXG .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uC5iaZnaXG .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC5iaZnaXG .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uC5iaZnaXG .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC5iaZnaXG .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uC5iaZnaXG .copy-wrapper {
    display: block;
  }
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC5iaZnaXG .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uC5iaZnaXG .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC5iaZnaXG .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC5iaZnaXG .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uC5iaZnaXG .mbr-section-title {
  color: #ff5753;
}
.cid-uC5iaZnaXG .mbr-text {
  color: #ffffff;
}
.cid-uC5iaZnaXG .list {
  color: #635d60;
}
.cid-uC5iaZnaXG .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uC5iaZnaXG .mbr-section-title,
.cid-uC5iaZnaXG .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uC5iaZnaXG .list,
.cid-uC5iaZnaXG .item-wrap {
  color: #ffffff;
}
.cid-uB78nB4h44 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB78nB4h44 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB78nB4h44 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB78nB4h44 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB78nB4h44 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB78nB4h44 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB78nB4h44 .menu_box .navbar.opened,
  .cid-uB78nB4h44 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB78nB4h44 nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB78nB4h44 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB78nB4h44 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB78nB4h44 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB78nB4h44 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB78nB4h44 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB78nB4h44 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB78nB4h44 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB78nB4h44 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB78nB4h44 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB78nB4h44 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB78nB4h44 .offcanvas-body .mbr-text,
  .cid-uB78nB4h44 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB78nB4h44 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB78nB4h44 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB78nB4h44 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB78nB4h44 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB78nB4h44 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB78nB4h44 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB78nB4h44 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB78nB4h44 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB78nB4h44 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB78nB4h44 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB78nB4h44 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB78nB4h44 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB78nB4h44 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB78nB4h44 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB78nB4h44 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB78nB4h44 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB78nB4h44 .nav-item {
    margin: 0 !important;
  }
}
.cid-uB78nB4h44 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB78nB4h44 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB78nB4h44 .nav-item .nav-link:hover::before,
.cid-uB78nB4h44 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB78nB4h44 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB78nB4h44 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB78nB4h44 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB78nB4h44 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB78nB4h44 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB78nB4h44 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB78nB4h44 .offcanvas_box {
    display: none;
  }
}
.cid-uB78nB4h44 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB78nB4h44 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB78nB4h44 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB78nB4h44 .container {
  display: flex;
  margin: auto;
}
.cid-uB78nB4h44 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB78nB4h44 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB78nB4h44 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB78nB4h44 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB78nB4h44 .navbar-nav {
    margin: 0;
  }
}
.cid-uB78nB4h44 .dropdown-menu,
.cid-uB78nB4h44 .navbar.opened {
  background-color: false !important;
}
.cid-uB78nB4h44 .nav-item:focus,
.cid-uB78nB4h44 .nav-link:focus {
  outline: none;
}
.cid-uB78nB4h44 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB78nB4h44 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB78nB4h44 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB78nB4h44 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB78nB4h44 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB78nB4h44 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB78nB4h44 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB78nB4h44 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB78nB4h44 .navbar.opened {
  transition: all 0.3s;
}
.cid-uB78nB4h44 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB78nB4h44 .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB78nB4h44 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB78nB4h44 .navbar.collapsed {
  justify-content: center;
}
.cid-uB78nB4h44 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB78nB4h44 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB78nB4h44 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB78nB4h44 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB78nB4h44 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB78nB4h44 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB78nB4h44 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB78nB4h44 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB78nB4h44 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB78nB4h44 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB78nB4h44 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB78nB4h44 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB78nB4h44 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB78nB4h44 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB78nB4h44 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB78nB4h44 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB78nB4h44 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB78nB4h44 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB78nB4h44 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB78nB4h44 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB78nB4h44 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB78nB4h44 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB78nB4h44 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB78nB4h44 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB78nB4h44 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB78nB4h44 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB78nB4h44 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB78nB4h44 .dropdown-item.active,
.cid-uB78nB4h44 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB78nB4h44 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB78nB4h44 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB78nB4h44 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB78nB4h44 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB78nB4h44 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB78nB4h44 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB78nB4h44 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB78nB4h44 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB78nB4h44 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB78nB4h44 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB78nB4h44 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB78nB4h44 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB78nB4h44 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB78nB4h44 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB78nB4h44 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB78nB4h44 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB78nB4h44 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB78nB4h44 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB78nB4h44 .navbar {
    height: 70px;
  }
  .cid-uB78nB4h44 .navbar.opened {
    height: auto;
  }
  .cid-uB78nB4h44 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB78nB4h44 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB78nB4h44 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB78nB4h44 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB78nB4h44 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB78nB4h44 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB78nB4h44 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB78nB4h44 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB78nB4h44 .text_widget {
  margin-bottom: 32px;
}
.cid-uB78nB4h44 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB78nB4h44 .text_widget a:hover,
.cid-uB78nB4h44 .text_widget a:focus {
  opacity: .8;
}
.cid-uB78nB4h44 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB78nB4h44 .navbar-caption {
  color: #000000;
}
.cid-uB78nB4h44 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB78nB4h44 .mbr-section-subtitle,
.cid-uB78nB4h44 .text_widget,
.cid-uB78nB4h44 .mbr-section-btn {
  text-align: center;
}
.cid-uB78nB4h44 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBdq55dmJO {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uBdq55dmJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdq55dmJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBdq55dmJO .container {
    padding: 0 22px;
  }
}
.cid-uBdq55dmJO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBdq55dmJO .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uC38mtOnMX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC38mtOnMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC38mtOnMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC38mtOnMX .container {
    padding: 0 22px;
  }
}
.cid-uC38mtOnMX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC38mtOnMX .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uC384Kqzmb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uC384Kqzmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC384Kqzmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC384Kqzmb .container {
    padding: 0 22px;
  }
}
.cid-uC384Kqzmb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC384Kqzmb .mbr-text {
  color: #523f6d;
  text-align: center;
}
.cid-uB7pikPSnM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB7pikPSnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7pikPSnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7pikPSnM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uB7pikPSnM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uB7pikPSnM .container {
    padding: 0 22px;
  }
}
.cid-uB7pikPSnM .row {
  justify-content: flex-end;
  margin: 0 -6px;
}
.cid-uB7pikPSnM .row .card,
.cid-uB7pikPSnM .row .item {
  padding: 0 6px;
}
.cid-uB7pikPSnM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7pikPSnM .item {
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-uB7pikPSnM .item .item-wrapper {
  border-top: 1px solid #d4d3d3;
  padding-top: 16px;
  border-radius: 0 !important;
}
.cid-uB7pikPSnM .item .item-wrapper .card-box .card-desc {
  margin-bottom: 16px;
}
.cid-uB7pikPSnM .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uB7pikPSnM .card-desc {
  color: #402e59;
  text-align: center;
}
.cid-uB7pikPSnM .card-number {
  color: #9461b0;
  text-align: center;
}
.cid-uB7pikPSnM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCJWRLL3oa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCJWRLL3oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJWRLL3oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCJWRLL3oa .container {
    padding: 0 22px;
  }
}
.cid-uCJWRLL3oa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCJWRLL3oa .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uCJWRLL3oa .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uCJWRLL3oa .justificado {
  text-align: justify;
}
.cid-uD6BS6192Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uD6BS6192Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6BS6192Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD6BS6192Z .container {
    padding: 0 22px;
  }
}
.cid-uD6BS6192Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uD6BS6192Z .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uD6C2Oeuks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD6C2Oeuks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6C2Oeuks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD6C2Oeuks .container {
    padding: 0 22px;
  }
}
.cid-uD6C2Oeuks .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uD6C2Oeuks .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uBdqXc5QVS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uBdqXc5QVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdqXc5QVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBdqXc5QVS .container {
    padding: 0 22px;
  }
}
.cid-uBdqXc5QVS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBdqXc5QVS .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uBds0n4JyI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBds0n4JyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBds0n4JyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBds0n4JyI .container {
    padding: 0 22px;
  }
}
.cid-uBds0n4JyI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBds0n4JyI .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uBk8iosG9K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBk8iosG9K .mbr-section-title {
  color: #404040;
}
.cid-uBk8iosG9K .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBk8iosG9K .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBk8iosG9K .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBk8iosG9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk8iosG9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB78nDTt4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB78nDTt4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB78nDTt4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB78nDTt4I .container {
    padding: 0 22px;
  }
}
.cid-uB78nDTt4I .row {
  justify-content: space-between;
}
.cid-uB78nDTt4I .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB78nDTt4I .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB78nDTt4I .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB78nDTt4I .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB78nDTt4I .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB78nDTt4I .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB78nDTt4I .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB78nDTt4I .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB78nDTt4I .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB78nDTt4I .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB78nDTt4I .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB78nDTt4I .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB78nDTt4I .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB78nDTt4I .copy-wrapper {
    display: block;
  }
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB78nDTt4I .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB78nDTt4I .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB78nDTt4I .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB78nDTt4I .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB78nDTt4I .mbr-section-title {
  color: #ff5753;
}
.cid-uB78nDTt4I .mbr-text {
  color: #ffffff;
}
.cid-uB78nDTt4I .list {
  color: #635d60;
}
.cid-uB78nDTt4I .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB78nDTt4I .mbr-section-title,
.cid-uB78nDTt4I .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB78nDTt4I .list,
.cid-uB78nDTt4I .item-wrap {
  color: #ffffff;
}
.cid-uFaVpfPq02 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uFaVpfPq02 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uFaVpfPq02 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFaVpfPq02 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFaVpfPq02 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFaVpfPq02 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFaVpfPq02 .menu_box .navbar.opened,
  .cid-uFaVpfPq02 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFaVpfPq02 nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uFaVpfPq02 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFaVpfPq02 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaVpfPq02 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFaVpfPq02 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFaVpfPq02 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFaVpfPq02 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uFaVpfPq02 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFaVpfPq02 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFaVpfPq02 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFaVpfPq02 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFaVpfPq02 .offcanvas-body .mbr-text,
  .cid-uFaVpfPq02 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFaVpfPq02 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFaVpfPq02 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFaVpfPq02 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uFaVpfPq02 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFaVpfPq02 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFaVpfPq02 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFaVpfPq02 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFaVpfPq02 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFaVpfPq02 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFaVpfPq02 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFaVpfPq02 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFaVpfPq02 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFaVpfPq02 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFaVpfPq02 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uFaVpfPq02 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFaVpfPq02 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uFaVpfPq02 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFaVpfPq02 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFaVpfPq02 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFaVpfPq02 .nav-item .nav-link:hover::before,
.cid-uFaVpfPq02 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFaVpfPq02 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFaVpfPq02 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFaVpfPq02 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFaVpfPq02 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFaVpfPq02 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFaVpfPq02 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFaVpfPq02 .offcanvas_box {
    display: none;
  }
}
.cid-uFaVpfPq02 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFaVpfPq02 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFaVpfPq02 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFaVpfPq02 .container {
  display: flex;
  margin: auto;
}
.cid-uFaVpfPq02 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFaVpfPq02 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFaVpfPq02 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFaVpfPq02 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFaVpfPq02 .navbar-nav {
    margin: 0;
  }
}
.cid-uFaVpfPq02 .dropdown-menu,
.cid-uFaVpfPq02 .navbar.opened {
  background-color: false !important;
}
.cid-uFaVpfPq02 .nav-item:focus,
.cid-uFaVpfPq02 .nav-link:focus {
  outline: none;
}
.cid-uFaVpfPq02 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFaVpfPq02 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFaVpfPq02 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFaVpfPq02 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFaVpfPq02 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFaVpfPq02 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFaVpfPq02 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFaVpfPq02 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFaVpfPq02 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFaVpfPq02 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFaVpfPq02 .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFaVpfPq02 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFaVpfPq02 .navbar.collapsed {
  justify-content: center;
}
.cid-uFaVpfPq02 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFaVpfPq02 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFaVpfPq02 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFaVpfPq02 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFaVpfPq02 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFaVpfPq02 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFaVpfPq02 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFaVpfPq02 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFaVpfPq02 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFaVpfPq02 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFaVpfPq02 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFaVpfPq02 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFaVpfPq02 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFaVpfPq02 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFaVpfPq02 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uFaVpfPq02 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFaVpfPq02 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFaVpfPq02 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFaVpfPq02 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFaVpfPq02 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFaVpfPq02 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFaVpfPq02 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFaVpfPq02 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uFaVpfPq02 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFaVpfPq02 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFaVpfPq02 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFaVpfPq02 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFaVpfPq02 .dropdown-item.active,
.cid-uFaVpfPq02 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFaVpfPq02 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFaVpfPq02 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFaVpfPq02 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFaVpfPq02 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFaVpfPq02 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFaVpfPq02 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFaVpfPq02 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uFaVpfPq02 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFaVpfPq02 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFaVpfPq02 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFaVpfPq02 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFaVpfPq02 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFaVpfPq02 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFaVpfPq02 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFaVpfPq02 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFaVpfPq02 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFaVpfPq02 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFaVpfPq02 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFaVpfPq02 .navbar {
    height: 70px;
  }
  .cid-uFaVpfPq02 .navbar.opened {
    height: auto;
  }
  .cid-uFaVpfPq02 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFaVpfPq02 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFaVpfPq02 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uFaVpfPq02 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFaVpfPq02 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFaVpfPq02 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uFaVpfPq02 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFaVpfPq02 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFaVpfPq02 .text_widget {
  margin-bottom: 32px;
}
.cid-uFaVpfPq02 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFaVpfPq02 .text_widget a:hover,
.cid-uFaVpfPq02 .text_widget a:focus {
  opacity: .8;
}
.cid-uFaVpfPq02 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFaVpfPq02 .navbar-caption {
  color: #000000;
}
.cid-uFaVpfPq02 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFaVpfPq02 .mbr-section-subtitle,
.cid-uFaVpfPq02 .text_widget,
.cid-uFaVpfPq02 .mbr-section-btn {
  text-align: center;
}
.cid-uFaVpfPq02 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFaVpgoAdt {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uFaVpgoAdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaVpgoAdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaVpgoAdt .container {
    padding: 0 22px;
  }
}
.cid-uFaVpgoAdt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFaVpgoAdt .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFaVpgI2df {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFaVpgI2df .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaVpgI2df .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaVpgI2df .container {
    padding: 0 22px;
  }
}
.cid-uFaVpgI2df .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFaVpgI2df .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFaVph3Kvw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFaVph3Kvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaVph3Kvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaVph3Kvw .container {
    padding: 0 22px;
  }
}
.cid-uFaVph3Kvw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFaVph3Kvw .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFaVphnb5u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFaVphnb5u .mbr-section-title {
  color: #404040;
}
.cid-uFaVphnb5u .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFaVphnb5u .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFaVphnb5u .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFaVphnb5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaVphnb5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaVphQbRC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFaVphQbRC .mbr-section-title {
  color: #404040;
}
.cid-uFaVphQbRC .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFaVphQbRC .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFaVphQbRC .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFaVphQbRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaVphQbRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaVpihnva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-2-2000x670.png");
}
.cid-uFaVpihnva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaVpihnva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaVpihnva .container {
    padding: 0 22px;
  }
}
.cid-uFaVpihnva .row {
  justify-content: space-between;
}
.cid-uFaVpihnva .row .card {
  justify-content: center;
}
.cid-uFaVpihnva .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFaVpihnva .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFaVpihnva .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uFaVpihnva .image-wrapper {
  position: relative;
}
.cid-uFaVpihnva .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uFaVpihnva .image-wrapper img {
    height: 350px;
  }
}
.cid-uFaVpihnva .mbr-section-title {
  color: #402e59;
}
.cid-uFaVpihnva .mbr-desc {
  color: #000000;
}
.cid-uFaVpihnva .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uFaVpiEwpl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uFaVpiEwpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaVpiEwpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaVpiEwpl .container {
    padding: 0 22px;
  }
}
.cid-uFaVpiEwpl .row {
  justify-content: space-between;
}
.cid-uFaVpiEwpl .content-wrapper {
  margin-bottom: 32px;
}
.cid-uFaVpiEwpl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFaVpiEwpl .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFaVpiEwpl .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFaVpiEwpl .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uFaVpiEwpl .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFaVpiEwpl .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFaVpiEwpl .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFaVpiEwpl .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uFaVpiEwpl .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFaVpiEwpl .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uFaVpiEwpl .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFaVpiEwpl .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uFaVpiEwpl .copy-wrapper {
    display: block;
  }
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFaVpiEwpl .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uFaVpiEwpl .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFaVpiEwpl .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFaVpiEwpl .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uFaVpiEwpl .mbr-section-title {
  color: #ff5753;
}
.cid-uFaVpiEwpl .mbr-text {
  color: #ffffff;
}
.cid-uFaVpiEwpl .list {
  color: #635d60;
}
.cid-uFaVpiEwpl .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uFaVpiEwpl .mbr-section-title,
.cid-uFaVpiEwpl .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uFaVpiEwpl .list,
.cid-uFaVpiEwpl .item-wrap {
  color: #ffffff;
}
.cid-uFb5yeV4Nm {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uFb5yeV4Nm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uFb5yeV4Nm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFb5yeV4Nm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFb5yeV4Nm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFb5yeV4Nm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFb5yeV4Nm .menu_box .navbar.opened,
  .cid-uFb5yeV4Nm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFb5yeV4Nm nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uFb5yeV4Nm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFb5yeV4Nm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFb5yeV4Nm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFb5yeV4Nm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFb5yeV4Nm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFb5yeV4Nm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uFb5yeV4Nm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFb5yeV4Nm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFb5yeV4Nm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFb5yeV4Nm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFb5yeV4Nm .offcanvas-body .mbr-text,
  .cid-uFb5yeV4Nm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFb5yeV4Nm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFb5yeV4Nm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFb5yeV4Nm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uFb5yeV4Nm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFb5yeV4Nm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFb5yeV4Nm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFb5yeV4Nm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFb5yeV4Nm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFb5yeV4Nm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFb5yeV4Nm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFb5yeV4Nm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFb5yeV4Nm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFb5yeV4Nm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFb5yeV4Nm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uFb5yeV4Nm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFb5yeV4Nm .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uFb5yeV4Nm .nav-item {
    margin: 0 !important;
  }
}
.cid-uFb5yeV4Nm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFb5yeV4Nm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFb5yeV4Nm .nav-item .nav-link:hover::before,
.cid-uFb5yeV4Nm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFb5yeV4Nm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFb5yeV4Nm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFb5yeV4Nm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFb5yeV4Nm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFb5yeV4Nm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFb5yeV4Nm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFb5yeV4Nm .offcanvas_box {
    display: none;
  }
}
.cid-uFb5yeV4Nm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFb5yeV4Nm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFb5yeV4Nm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFb5yeV4Nm .container {
  display: flex;
  margin: auto;
}
.cid-uFb5yeV4Nm .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFb5yeV4Nm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFb5yeV4Nm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFb5yeV4Nm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFb5yeV4Nm .navbar-nav {
    margin: 0;
  }
}
.cid-uFb5yeV4Nm .dropdown-menu,
.cid-uFb5yeV4Nm .navbar.opened {
  background-color: false !important;
}
.cid-uFb5yeV4Nm .nav-item:focus,
.cid-uFb5yeV4Nm .nav-link:focus {
  outline: none;
}
.cid-uFb5yeV4Nm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFb5yeV4Nm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFb5yeV4Nm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFb5yeV4Nm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFb5yeV4Nm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFb5yeV4Nm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFb5yeV4Nm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFb5yeV4Nm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFb5yeV4Nm .navbar.opened {
  transition: all 0.3s;
}
.cid-uFb5yeV4Nm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFb5yeV4Nm .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFb5yeV4Nm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFb5yeV4Nm .navbar.collapsed {
  justify-content: center;
}
.cid-uFb5yeV4Nm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFb5yeV4Nm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFb5yeV4Nm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFb5yeV4Nm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFb5yeV4Nm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFb5yeV4Nm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFb5yeV4Nm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFb5yeV4Nm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFb5yeV4Nm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFb5yeV4Nm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFb5yeV4Nm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFb5yeV4Nm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFb5yeV4Nm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFb5yeV4Nm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFb5yeV4Nm .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uFb5yeV4Nm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFb5yeV4Nm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFb5yeV4Nm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFb5yeV4Nm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFb5yeV4Nm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFb5yeV4Nm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFb5yeV4Nm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFb5yeV4Nm .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uFb5yeV4Nm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFb5yeV4Nm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFb5yeV4Nm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFb5yeV4Nm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFb5yeV4Nm .dropdown-item.active,
.cid-uFb5yeV4Nm .dropdown-item:active {
  background-color: transparent;
}
.cid-uFb5yeV4Nm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFb5yeV4Nm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFb5yeV4Nm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFb5yeV4Nm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFb5yeV4Nm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFb5yeV4Nm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFb5yeV4Nm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uFb5yeV4Nm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFb5yeV4Nm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFb5yeV4Nm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFb5yeV4Nm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFb5yeV4Nm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFb5yeV4Nm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFb5yeV4Nm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFb5yeV4Nm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFb5yeV4Nm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFb5yeV4Nm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFb5yeV4Nm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFb5yeV4Nm .navbar {
    height: 70px;
  }
  .cid-uFb5yeV4Nm .navbar.opened {
    height: auto;
  }
  .cid-uFb5yeV4Nm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFb5yeV4Nm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFb5yeV4Nm .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uFb5yeV4Nm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFb5yeV4Nm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFb5yeV4Nm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uFb5yeV4Nm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFb5yeV4Nm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFb5yeV4Nm .text_widget {
  margin-bottom: 32px;
}
.cid-uFb5yeV4Nm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFb5yeV4Nm .text_widget a:hover,
.cid-uFb5yeV4Nm .text_widget a:focus {
  opacity: .8;
}
.cid-uFb5yeV4Nm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFb5yeV4Nm .navbar-caption {
  color: #000000;
}
.cid-uFb5yeV4Nm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFb5yeV4Nm .mbr-section-subtitle,
.cid-uFb5yeV4Nm .text_widget,
.cid-uFb5yeV4Nm .mbr-section-btn {
  text-align: center;
}
.cid-uFb5yeV4Nm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFb5yfvlmG {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/conto.png-1018x676.png");
}
.cid-uFb5yfvlmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb5yfvlmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFb5yfvlmG .container {
    padding: 0 22px;
  }
}
.cid-uFb5yfvlmG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFb5yfvlmG .mbr-text {
  color: #402e59;
  text-align: center;
  background-color: rgba(241, 241, 241, 0.575);
  border-radius: 50px;
}
.cid-uFb5yfSc5b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFb5yfSc5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb5yfSc5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFb5yfSc5b .container {
    padding: 0 22px;
  }
}
.cid-uFb5yfSc5b .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFb5yfSc5b .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFb5yggHIS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFb5yggHIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb5yggHIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFb5yggHIS .container {
    padding: 0 22px;
  }
}
.cid-uFb5yggHIS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFb5yggHIS .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFb5ygB2dI {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFb5ygB2dI .mbr-section-title {
  color: #404040;
}
.cid-uFb5ygB2dI .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFb5ygB2dI .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFb5ygB2dI .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFb5ygB2dI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb5ygB2dI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1btzUKA7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1btzUKA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1btzUKA7 .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-uG1btzUKA7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG1btzUKA7 .row {
  flex-direction: row-reverse;
}
.cid-uG1btzUKA7 .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG1btzUKA7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG1btzUKA7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG1btzUKA7 .mbr-section-title {
  border: none;
  background-color: #9788aa;
  height: 5px;
  color: #341063;
  text-align: center;
}
.cid-uG1btzUKA7 .mbr-text,
.cid-uG1btzUKA7 .mbr-section-btn {
  color: #19181a;
  text-align: left;
}
.cid-uG1btzUKA7 .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uG1btzUKA7 .col-12 {
  padding: 1rem;
}
.cid-uG1btzUKA7 .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uG1btzUKA7 .mbr-texte {
  margin-bottom: 0.5rem;
  color: #19181a;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uG1btzUKA7 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uG1cUKQ5J0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG1cUKQ5J0 .mbr-section-title {
  color: #404040;
}
.cid-uG1cUKQ5J0 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uG1cUKQ5J0 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uG1cUKQ5J0 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uG1cUKQ5J0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1cUKQ5J0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1cUKQ5J0 .btn-custom {
  background-color: #776ac8;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 25px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cid-uG1cUKQ5J0 .btn-custom:hover {
  background-color: #928ac6;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uG1cUKQ5J0 .btn-custom i {
  margin-right: 8px;
}
.cid-uG1cUKQ5J0 .btn-custom:active {
  background-color: #b30000;
  transform: scale(1);
}
.cid-uG1cUKQ5J0 .mbr-section-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFb5yiaDFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uFb5yiaDFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb5yiaDFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFb5yiaDFm .container {
    padding: 0 22px;
  }
}
.cid-uFb5yiaDFm .row {
  justify-content: space-between;
}
.cid-uFb5yiaDFm .content-wrapper {
  margin-bottom: 32px;
}
.cid-uFb5yiaDFm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFb5yiaDFm .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFb5yiaDFm .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFb5yiaDFm .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uFb5yiaDFm .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFb5yiaDFm .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFb5yiaDFm .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFb5yiaDFm .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uFb5yiaDFm .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFb5yiaDFm .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uFb5yiaDFm .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFb5yiaDFm .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uFb5yiaDFm .copy-wrapper {
    display: block;
  }
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFb5yiaDFm .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uFb5yiaDFm .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFb5yiaDFm .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFb5yiaDFm .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uFb5yiaDFm .mbr-section-title {
  color: #ff5753;
}
.cid-uFb5yiaDFm .mbr-text {
  color: #ffffff;
}
.cid-uFb5yiaDFm .list {
  color: #635d60;
}
.cid-uFb5yiaDFm .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uFb5yiaDFm .mbr-section-title,
.cid-uFb5yiaDFm .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uFb5yiaDFm .list,
.cid-uFb5yiaDFm .item-wrap {
  color: #ffffff;
}
.cid-uB7Wz5uU4g {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB7Wz5uU4g .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB7Wz5uU4g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB7Wz5uU4g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7Wz5uU4g .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB7Wz5uU4g .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB7Wz5uU4g .menu_box .navbar.opened,
  .cid-uB7Wz5uU4g .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB7Wz5uU4g nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB7Wz5uU4g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB7Wz5uU4g .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7Wz5uU4g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB7Wz5uU4g .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB7Wz5uU4g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB7Wz5uU4g .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB7Wz5uU4g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB7Wz5uU4g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB7Wz5uU4g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB7Wz5uU4g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB7Wz5uU4g .offcanvas-body .mbr-text,
  .cid-uB7Wz5uU4g .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB7Wz5uU4g .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB7Wz5uU4g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB7Wz5uU4g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB7Wz5uU4g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB7Wz5uU4g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB7Wz5uU4g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB7Wz5uU4g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB7Wz5uU4g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB7Wz5uU4g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7Wz5uU4g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB7Wz5uU4g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB7Wz5uU4g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB7Wz5uU4g .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB7Wz5uU4g .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB7Wz5uU4g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB7Wz5uU4g .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB7Wz5uU4g .nav-item {
    margin: 0 !important;
  }
}
.cid-uB7Wz5uU4g .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB7Wz5uU4g .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB7Wz5uU4g .nav-item .nav-link:hover::before,
.cid-uB7Wz5uU4g .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB7Wz5uU4g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB7Wz5uU4g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB7Wz5uU4g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB7Wz5uU4g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB7Wz5uU4g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB7Wz5uU4g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB7Wz5uU4g .offcanvas_box {
    display: none;
  }
}
.cid-uB7Wz5uU4g .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB7Wz5uU4g .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB7Wz5uU4g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB7Wz5uU4g .container {
  display: flex;
  margin: auto;
}
.cid-uB7Wz5uU4g .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB7Wz5uU4g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB7Wz5uU4g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB7Wz5uU4g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB7Wz5uU4g .navbar-nav {
    margin: 0;
  }
}
.cid-uB7Wz5uU4g .dropdown-menu,
.cid-uB7Wz5uU4g .navbar.opened {
  background-color: false !important;
}
.cid-uB7Wz5uU4g .nav-item:focus,
.cid-uB7Wz5uU4g .nav-link:focus {
  outline: none;
}
.cid-uB7Wz5uU4g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7Wz5uU4g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7Wz5uU4g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7Wz5uU4g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7Wz5uU4g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7Wz5uU4g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7Wz5uU4g .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB7Wz5uU4g .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB7Wz5uU4g .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7Wz5uU4g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB7Wz5uU4g .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB7Wz5uU4g .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB7Wz5uU4g .navbar.collapsed {
  justify-content: center;
}
.cid-uB7Wz5uU4g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7Wz5uU4g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB7Wz5uU4g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7Wz5uU4g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7Wz5uU4g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7Wz5uU4g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB7Wz5uU4g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB7Wz5uU4g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB7Wz5uU4g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB7Wz5uU4g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7Wz5uU4g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7Wz5uU4g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB7Wz5uU4g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7Wz5uU4g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB7Wz5uU4g .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB7Wz5uU4g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB7Wz5uU4g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB7Wz5uU4g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB7Wz5uU4g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB7Wz5uU4g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7Wz5uU4g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB7Wz5uU4g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7Wz5uU4g .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB7Wz5uU4g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7Wz5uU4g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7Wz5uU4g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB7Wz5uU4g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7Wz5uU4g .dropdown-item.active,
.cid-uB7Wz5uU4g .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7Wz5uU4g .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB7Wz5uU4g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7Wz5uU4g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7Wz5uU4g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7Wz5uU4g ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB7Wz5uU4g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7Wz5uU4g button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB7Wz5uU4g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB7Wz5uU4g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7Wz5uU4g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7Wz5uU4g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7Wz5uU4g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7Wz5uU4g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7Wz5uU4g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7Wz5uU4g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7Wz5uU4g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7Wz5uU4g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB7Wz5uU4g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7Wz5uU4g .navbar {
    height: 70px;
  }
  .cid-uB7Wz5uU4g .navbar.opened {
    height: auto;
  }
  .cid-uB7Wz5uU4g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7Wz5uU4g .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB7Wz5uU4g .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB7Wz5uU4g .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB7Wz5uU4g .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB7Wz5uU4g .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB7Wz5uU4g .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB7Wz5uU4g .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB7Wz5uU4g .text_widget {
  margin-bottom: 32px;
}
.cid-uB7Wz5uU4g .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB7Wz5uU4g .text_widget a:hover,
.cid-uB7Wz5uU4g .text_widget a:focus {
  opacity: .8;
}
.cid-uB7Wz5uU4g .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB7Wz5uU4g .navbar-caption {
  color: #000000;
}
.cid-uB7Wz5uU4g .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB7Wz5uU4g .mbr-section-subtitle,
.cid-uB7Wz5uU4g .text_widget,
.cid-uB7Wz5uU4g .mbr-section-btn {
  text-align: center;
}
.cid-uB7Wz5uU4g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG1BqqfMV4 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #f1f1f5;
}
.cid-uG1BqqfMV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1BqqfMV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG1BqqfMV4 .container {
    padding: 0 22px;
  }
}
.cid-uG1BqqfMV4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG1BqqfMV4 .mbr-text {
  color: #402e59;
  text-align: center;
  background-color: rgba(241, 241, 241, 0.575);
  border-radius: 50px;
}
.cid-uFb0hTdbZI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFb0hTdbZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb0hTdbZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFb0hTdbZI .container {
    padding: 0 22px;
  }
}
.cid-uFb0hTdbZI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFb0hTdbZI .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uB7Wzb9paH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB7Wzb9paH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7Wzb9paH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7Wzb9paH .container {
    padding: 0 22px;
  }
}
.cid-uB7Wzb9paH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB7Wzb9paH .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uBvaA2UVRl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uBvaA2UVRl .mbr-section-title {
  color: #404040;
}
.cid-uBvaA2UVRl .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uBvaA2UVRl .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uBvaA2UVRl .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uBvaA2UVRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvaA2UVRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYDkWL4fL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJYDkWL4fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYDkWL4fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYDkWL4fL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJYDkWL4fL .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJYDkWL4fL .container {
    padding: 0 22px;
  }
}
.cid-uJYDkWL4fL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJYDkWL4fL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJYDncuWrl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJYDncuWrl .mbr-section-title {
  color: #404040;
}
.cid-uJYDncuWrl .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJYDncuWrl .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJYDncuWrl .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJYDncuWrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYDncuWrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1BvYiJHR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1BvYiJHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1BvYiJHR .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-uG1BvYiJHR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG1BvYiJHR .row {
  flex-direction: row-reverse;
}
.cid-uG1BvYiJHR .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG1BvYiJHR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG1BvYiJHR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG1BvYiJHR .mbr-section-title {
  border: none;
  background-color: #9788aa;
  height: 5px;
  color: #341063;
  text-align: center;
}
.cid-uG1BvYiJHR .mbr-text,
.cid-uG1BvYiJHR .mbr-section-btn {
  color: #19181a;
  text-align: left;
}
.cid-uG1BvYiJHR .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uG1BvYiJHR .col-12 {
  padding: 1rem;
}
.cid-uG1BvYiJHR .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uG1BvYiJHR .mbr-texte {
  margin-bottom: 0.5rem;
  color: #19181a;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uG1BvYiJHR .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uG1BwBRJbn {
  padding-top: 30px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-uG1BwBRJbn .mbr-section-title {
  color: #404040;
}
.cid-uG1BwBRJbn .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uG1BwBRJbn .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uG1BwBRJbn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uG1BwBRJbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1BwBRJbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1BwBRJbn .btn-custom {
  background-color: #776ac8;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 25px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cid-uG1BwBRJbn .btn-custom:hover {
  background-color: #928ac6;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uG1BwBRJbn .btn-custom i {
  margin-right: 8px;
}
.cid-uG1BwBRJbn .btn-custom:active {
  background-color: #bfaedc;
  transform: scale(1);
}
.cid-uG1BwBRJbn .mbr-section-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uG6UknuLyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-2-2000x670.png");
}
.cid-uG6UknuLyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6UknuLyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG6UknuLyu .container {
    padding: 0 22px;
  }
}
.cid-uG6UknuLyu .row {
  justify-content: space-between;
}
.cid-uG6UknuLyu .row .card {
  justify-content: center;
}
.cid-uG6UknuLyu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG6UknuLyu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uG6UknuLyu .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uG6UknuLyu .image-wrapper {
  position: relative;
}
.cid-uG6UknuLyu .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uG6UknuLyu .image-wrapper img {
    height: 350px;
  }
}
.cid-uG6UknuLyu .mbr-section-title {
  color: #402e59;
}
.cid-uG6UknuLyu .mbr-desc {
  color: #000000;
}
.cid-uG6UknuLyu .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uB7WzbvgPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB7WzbvgPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7WzbvgPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB7WzbvgPf .container {
    padding: 0 22px;
  }
}
.cid-uB7WzbvgPf .row {
  justify-content: space-between;
}
.cid-uB7WzbvgPf .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB7WzbvgPf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB7WzbvgPf .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB7WzbvgPf .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB7WzbvgPf .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB7WzbvgPf .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB7WzbvgPf .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB7WzbvgPf .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB7WzbvgPf .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB7WzbvgPf .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7WzbvgPf .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB7WzbvgPf .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB7WzbvgPf .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB7WzbvgPf .copy-wrapper {
    display: block;
  }
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB7WzbvgPf .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB7WzbvgPf .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB7WzbvgPf .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB7WzbvgPf .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB7WzbvgPf .mbr-section-title {
  color: #ff5753;
}
.cid-uB7WzbvgPf .mbr-text {
  color: #ffffff;
}
.cid-uB7WzbvgPf .list {
  color: #635d60;
}
.cid-uB7WzbvgPf .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB7WzbvgPf .mbr-section-title,
.cid-uB7WzbvgPf .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB7WzbvgPf .list,
.cid-uB7WzbvgPf .item-wrap {
  color: #ffffff;
}
.cid-uFhQiYbgXZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uFhQiYbgXZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uFhQiYbgXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFhQiYbgXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhQiYbgXZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFhQiYbgXZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFhQiYbgXZ .menu_box .navbar.opened,
  .cid-uFhQiYbgXZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFhQiYbgXZ nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uFhQiYbgXZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFhQiYbgXZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFhQiYbgXZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFhQiYbgXZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFhQiYbgXZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFhQiYbgXZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uFhQiYbgXZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFhQiYbgXZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFhQiYbgXZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFhQiYbgXZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFhQiYbgXZ .offcanvas-body .mbr-text,
  .cid-uFhQiYbgXZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFhQiYbgXZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFhQiYbgXZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFhQiYbgXZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uFhQiYbgXZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFhQiYbgXZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFhQiYbgXZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFhQiYbgXZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFhQiYbgXZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFhQiYbgXZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhQiYbgXZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFhQiYbgXZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFhQiYbgXZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFhQiYbgXZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFhQiYbgXZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uFhQiYbgXZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFhQiYbgXZ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uFhQiYbgXZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uFhQiYbgXZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFhQiYbgXZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFhQiYbgXZ .nav-item .nav-link:hover::before,
.cid-uFhQiYbgXZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFhQiYbgXZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFhQiYbgXZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFhQiYbgXZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFhQiYbgXZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhQiYbgXZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFhQiYbgXZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFhQiYbgXZ .offcanvas_box {
    display: none;
  }
}
.cid-uFhQiYbgXZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFhQiYbgXZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFhQiYbgXZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFhQiYbgXZ .container {
  display: flex;
  margin: auto;
}
.cid-uFhQiYbgXZ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFhQiYbgXZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFhQiYbgXZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFhQiYbgXZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFhQiYbgXZ .navbar-nav {
    margin: 0;
  }
}
.cid-uFhQiYbgXZ .dropdown-menu,
.cid-uFhQiYbgXZ .navbar.opened {
  background-color: false !important;
}
.cid-uFhQiYbgXZ .nav-item:focus,
.cid-uFhQiYbgXZ .nav-link:focus {
  outline: none;
}
.cid-uFhQiYbgXZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFhQiYbgXZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFhQiYbgXZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFhQiYbgXZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFhQiYbgXZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhQiYbgXZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhQiYbgXZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFhQiYbgXZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFhQiYbgXZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uFhQiYbgXZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFhQiYbgXZ .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFhQiYbgXZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFhQiYbgXZ .navbar.collapsed {
  justify-content: center;
}
.cid-uFhQiYbgXZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFhQiYbgXZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhQiYbgXZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhQiYbgXZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhQiYbgXZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhQiYbgXZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFhQiYbgXZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFhQiYbgXZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFhQiYbgXZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFhQiYbgXZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFhQiYbgXZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhQiYbgXZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFhQiYbgXZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhQiYbgXZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFhQiYbgXZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uFhQiYbgXZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFhQiYbgXZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFhQiYbgXZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFhQiYbgXZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFhQiYbgXZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFhQiYbgXZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFhQiYbgXZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFhQiYbgXZ .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uFhQiYbgXZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFhQiYbgXZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFhQiYbgXZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFhQiYbgXZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhQiYbgXZ .dropdown-item.active,
.cid-uFhQiYbgXZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFhQiYbgXZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFhQiYbgXZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFhQiYbgXZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFhQiYbgXZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhQiYbgXZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFhQiYbgXZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFhQiYbgXZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uFhQiYbgXZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFhQiYbgXZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFhQiYbgXZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhQiYbgXZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhQiYbgXZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFhQiYbgXZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhQiYbgXZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFhQiYbgXZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFhQiYbgXZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhQiYbgXZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFhQiYbgXZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhQiYbgXZ .navbar {
    height: 70px;
  }
  .cid-uFhQiYbgXZ .navbar.opened {
    height: auto;
  }
  .cid-uFhQiYbgXZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFhQiYbgXZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFhQiYbgXZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uFhQiYbgXZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFhQiYbgXZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFhQiYbgXZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uFhQiYbgXZ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFhQiYbgXZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFhQiYbgXZ .text_widget {
  margin-bottom: 32px;
}
.cid-uFhQiYbgXZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFhQiYbgXZ .text_widget a:hover,
.cid-uFhQiYbgXZ .text_widget a:focus {
  opacity: .8;
}
.cid-uFhQiYbgXZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFhQiYbgXZ .navbar-caption {
  color: #000000;
}
.cid-uFhQiYbgXZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFhQiYbgXZ .mbr-section-subtitle,
.cid-uFhQiYbgXZ .text_widget,
.cid-uFhQiYbgXZ .mbr-section-btn {
  text-align: center;
}
.cid-uFhQiYbgXZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhQiYKMVk {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uFhQiYKMVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhQiYKMVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFhQiYKMVk .container {
    padding: 0 22px;
  }
}
.cid-uFhQiYKMVk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhQiYKMVk .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHV3cUkZUT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHV3cUkZUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHV3cUkZUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHV3cUkZUT .container {
    padding: 0 22px;
  }
}
.cid-uHV3cUkZUT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHV3cUkZUT .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHV3cUkZUT .subrayado {
  text-decoration: underline;
}
.cid-uMxUQk7cL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uMxUQk7cL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxUQk7cL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMxUQk7cL2 .container {
    padding: 0 22px;
  }
}
.cid-uMxUQk7cL2 .row {
  justify-content: space-between;
}
.cid-uMxUQk7cL2 .row .card {
  justify-content: center;
}
.cid-uMxUQk7cL2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMxUQk7cL2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMxUQk7cL2 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uMxUQk7cL2 .image-wrapper {
  position: relative;
}
.cid-uMxUQk7cL2 .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uMxUQk7cL2 .image-wrapper img {
    height: auto;
  }
}
.cid-uMxUQk7cL2 .mbr-section-title {
  color: #402e59;
}
.cid-uMxUQk7cL2 .mbr-desc {
  color: #000000;
}
.cid-uMxUQk7cL2 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uFhQiZ4HEW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFhQiZ4HEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhQiZ4HEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFhQiZ4HEW .container {
    padding: 0 22px;
  }
}
.cid-uFhQiZ4HEW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhQiZ4HEW .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uHkoKtZVLA {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uHkoKtZVLA .mbr-section-title {
  color: #404040;
}
.cid-uHkoKtZVLA .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHkoKtZVLA .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHkoKtZVLA .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHkoKtZVLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkoKtZVLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHkoKtZVLA .btn-custom {
  background-color: #776ac8;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 25px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cid-uHkoKtZVLA .btn-custom:hover {
  background-color: #928ac6;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uHkoKtZVLA .btn-custom i {
  margin-right: 8px;
}
.cid-uHkoKtZVLA .btn-custom:active {
  background-color: #bfaedc;
  transform: scale(1);
}
.cid-uHkoKtZVLA .mbr-section-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFhQiZVXKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uFhQiZVXKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhQiZVXKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFhQiZVXKd .container {
    padding: 0 22px;
  }
}
.cid-uFhQiZVXKd .row {
  justify-content: space-between;
}
.cid-uFhQiZVXKd .content-wrapper {
  margin-bottom: 32px;
}
.cid-uFhQiZVXKd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFhQiZVXKd .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFhQiZVXKd .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhQiZVXKd .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uFhQiZVXKd .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFhQiZVXKd .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFhQiZVXKd .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFhQiZVXKd .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uFhQiZVXKd .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFhQiZVXKd .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uFhQiZVXKd .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFhQiZVXKd .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uFhQiZVXKd .copy-wrapper {
    display: block;
  }
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFhQiZVXKd .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uFhQiZVXKd .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFhQiZVXKd .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhQiZVXKd .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uFhQiZVXKd .mbr-section-title {
  color: #ff5753;
}
.cid-uFhQiZVXKd .mbr-text {
  color: #ffffff;
}
.cid-uFhQiZVXKd .list {
  color: #635d60;
}
.cid-uFhQiZVXKd .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uFhQiZVXKd .mbr-section-title,
.cid-uFhQiZVXKd .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uFhQiZVXKd .list,
.cid-uFhQiZVXKd .item-wrap {
  color: #ffffff;
}
.cid-uFOwi2PVIZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uFOwi2PVIZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uFOwi2PVIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFOwi2PVIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFOwi2PVIZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFOwi2PVIZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFOwi2PVIZ .menu_box .navbar.opened,
  .cid-uFOwi2PVIZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFOwi2PVIZ nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uFOwi2PVIZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFOwi2PVIZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFOwi2PVIZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFOwi2PVIZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFOwi2PVIZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFOwi2PVIZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uFOwi2PVIZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFOwi2PVIZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFOwi2PVIZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFOwi2PVIZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFOwi2PVIZ .offcanvas-body .mbr-text,
  .cid-uFOwi2PVIZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFOwi2PVIZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFOwi2PVIZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFOwi2PVIZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uFOwi2PVIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFOwi2PVIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFOwi2PVIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFOwi2PVIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFOwi2PVIZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFOwi2PVIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFOwi2PVIZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFOwi2PVIZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFOwi2PVIZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFOwi2PVIZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFOwi2PVIZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uFOwi2PVIZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFOwi2PVIZ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uFOwi2PVIZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uFOwi2PVIZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFOwi2PVIZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFOwi2PVIZ .nav-item .nav-link:hover::before,
.cid-uFOwi2PVIZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFOwi2PVIZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFOwi2PVIZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFOwi2PVIZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFOwi2PVIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFOwi2PVIZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFOwi2PVIZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFOwi2PVIZ .offcanvas_box {
    display: none;
  }
}
.cid-uFOwi2PVIZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFOwi2PVIZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFOwi2PVIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFOwi2PVIZ .container {
  display: flex;
  margin: auto;
}
.cid-uFOwi2PVIZ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFOwi2PVIZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFOwi2PVIZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFOwi2PVIZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFOwi2PVIZ .navbar-nav {
    margin: 0;
  }
}
.cid-uFOwi2PVIZ .dropdown-menu,
.cid-uFOwi2PVIZ .navbar.opened {
  background-color: false !important;
}
.cid-uFOwi2PVIZ .nav-item:focus,
.cid-uFOwi2PVIZ .nav-link:focus {
  outline: none;
}
.cid-uFOwi2PVIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFOwi2PVIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFOwi2PVIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFOwi2PVIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFOwi2PVIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOwi2PVIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFOwi2PVIZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFOwi2PVIZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFOwi2PVIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uFOwi2PVIZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFOwi2PVIZ .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uFOwi2PVIZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFOwi2PVIZ .navbar.collapsed {
  justify-content: center;
}
.cid-uFOwi2PVIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOwi2PVIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFOwi2PVIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOwi2PVIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFOwi2PVIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFOwi2PVIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFOwi2PVIZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFOwi2PVIZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFOwi2PVIZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFOwi2PVIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOwi2PVIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOwi2PVIZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFOwi2PVIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFOwi2PVIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFOwi2PVIZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uFOwi2PVIZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFOwi2PVIZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFOwi2PVIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFOwi2PVIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFOwi2PVIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFOwi2PVIZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFOwi2PVIZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFOwi2PVIZ .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uFOwi2PVIZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFOwi2PVIZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFOwi2PVIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFOwi2PVIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOwi2PVIZ .dropdown-item.active,
.cid-uFOwi2PVIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOwi2PVIZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFOwi2PVIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFOwi2PVIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFOwi2PVIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFOwi2PVIZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFOwi2PVIZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFOwi2PVIZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uFOwi2PVIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFOwi2PVIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFOwi2PVIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOwi2PVIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOwi2PVIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFOwi2PVIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOwi2PVIZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFOwi2PVIZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFOwi2PVIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOwi2PVIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFOwi2PVIZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFOwi2PVIZ .navbar {
    height: 70px;
  }
  .cid-uFOwi2PVIZ .navbar.opened {
    height: auto;
  }
  .cid-uFOwi2PVIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOwi2PVIZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFOwi2PVIZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uFOwi2PVIZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFOwi2PVIZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFOwi2PVIZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uFOwi2PVIZ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFOwi2PVIZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFOwi2PVIZ .text_widget {
  margin-bottom: 32px;
}
.cid-uFOwi2PVIZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFOwi2PVIZ .text_widget a:hover,
.cid-uFOwi2PVIZ .text_widget a:focus {
  opacity: .8;
}
.cid-uFOwi2PVIZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFOwi2PVIZ .navbar-caption {
  color: #000000;
}
.cid-uFOwi2PVIZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFOwi2PVIZ .mbr-section-subtitle,
.cid-uFOwi2PVIZ .text_widget,
.cid-uFOwi2PVIZ .mbr-section-btn {
  text-align: center;
}
.cid-uFOwi2PVIZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFOwi3jBNE {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uFOwi3jBNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi3jBNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi3jBNE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFOwi3jBNE .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFOwi3jBNE .container {
    padding: 0 22px;
  }
}
.cid-uFOwi3jBNE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOwi3jBNE .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFPdLwGLYA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFPdLwGLYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPdLwGLYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPdLwGLYA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPdLwGLYA .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFPdLwGLYA .container {
    padding: 0 22px;
  }
}
.cid-uFPdLwGLYA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPdLwGLYA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFPdM9fGig {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFPdM9fGig .mbr-section-title {
  color: #404040;
}
.cid-uFPdM9fGig .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFPdM9fGig .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFPdM9fGig .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFPdM9fGig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPdM9fGig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPdK1FlZ0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFPdK1FlZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPdK1FlZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPdK1FlZ0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFPdK1FlZ0 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFPdK1FlZ0 .container {
    padding: 0 22px;
  }
}
.cid-uFPdK1FlZ0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPdK1FlZ0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFPdKK8YYM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFPdKK8YYM .mbr-section-title {
  color: #404040;
}
.cid-uFPdKK8YYM .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFPdKK8YYM .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFPdKK8YYM .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFPdKK8YYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPdKK8YYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi3xyPT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFOwi3xyPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi3xyPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi3xyPT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFOwi3xyPT .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFOwi3xyPT .container {
    padding: 0 22px;
  }
}
.cid-uFOwi3xyPT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOwi3xyPT .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFOwi3LpIJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFOwi3LpIJ .mbr-section-title {
  color: #404040;
}
.cid-uFOwi3LpIJ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFOwi3LpIJ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFOwi3LpIJ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFOwi3LpIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi3LpIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi40Pbl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFOwi40Pbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi40Pbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi40Pbl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFOwi40Pbl .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFOwi40Pbl .container {
    padding: 0 22px;
  }
}
.cid-uFOwi40Pbl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOwi40Pbl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFOwi4ef6X {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFOwi4ef6X .mbr-section-title {
  color: #404040;
}
.cid-uFOwi4ef6X .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFOwi4ef6X .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFOwi4ef6X .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFOwi4ef6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi4ef6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi4xv7o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFOwi4xv7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi4xv7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi4xv7o .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFOwi4xv7o .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFOwi4xv7o .container {
    padding: 0 22px;
  }
}
.cid-uFOwi4xv7o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOwi4xv7o .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFOwi4LzM6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFOwi4LzM6 .mbr-section-title {
  color: #404040;
}
.cid-uFOwi4LzM6 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFOwi4LzM6 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFOwi4LzM6 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFOwi4LzM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi4LzM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOy0PHTzG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFOy0PHTzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOy0PHTzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOy0PHTzG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFOy0PHTzG .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFOy0PHTzG .container {
    padding: 0 22px;
  }
}
.cid-uFOy0PHTzG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOy0PHTzG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFOy5tRdKz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFOy5tRdKz .mbr-section-title {
  color: #404040;
}
.cid-uFOy5tRdKz .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFOy5tRdKz .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFOy5tRdKz .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFOy5tRdKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOy5tRdKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOy3XCkOL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFOy3XCkOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOy3XCkOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOy3XCkOL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFOy3XCkOL .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFOy3XCkOL .container {
    padding: 0 22px;
  }
}
.cid-uFOy3XCkOL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOy3XCkOL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFOy61ykrM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFOy61ykrM .mbr-section-title {
  color: #404040;
}
.cid-uFOy61ykrM .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFOy61ykrM .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFOy61ykrM .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFOy61ykrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOy61ykrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOy4EZI5j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFOy4EZI5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOy4EZI5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOy4EZI5j .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFOy4EZI5j .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFOy4EZI5j .container {
    padding: 0 22px;
  }
}
.cid-uFOy4EZI5j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOy4EZI5j .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uFOy6yjPkA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFOy6yjPkA .mbr-section-title {
  color: #404040;
}
.cid-uFOy6yjPkA .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFOy6yjPkA .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uFOy6yjPkA .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFOy6yjPkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOy6yjPkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnHs1ZVay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnHs1ZVay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnHs1ZVay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnHs1ZVay .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGnHs1ZVay .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGnHs1ZVay .container {
    padding: 0 22px;
  }
}
.cid-uGnHs1ZVay .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGnHs1ZVay .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uGnHzCTjpD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGnHzCTjpD .mbr-section-title {
  color: #404040;
}
.cid-uGnHzCTjpD .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uGnHzCTjpD .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uGnHzCTjpD .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uGnHzCTjpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnHzCTjpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnHmZgQEH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnHmZgQEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnHmZgQEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnHmZgQEH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGnHmZgQEH .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGnHmZgQEH .container {
    padding: 0 22px;
  }
}
.cid-uGnHmZgQEH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGnHmZgQEH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uGnHGSWmTm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGnHGSWmTm .mbr-section-title {
  color: #404040;
}
.cid-uGnHGSWmTm .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uGnHGSWmTm .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uGnHGSWmTm .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uGnHGSWmTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnHGSWmTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnI9NHYyz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnI9NHYyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnI9NHYyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnI9NHYyz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGnI9NHYyz .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGnI9NHYyz .container {
    padding: 0 22px;
  }
}
.cid-uGnI9NHYyz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGnI9NHYyz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uGnIaitgyM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGnIaitgyM .mbr-section-title {
  color: #404040;
}
.cid-uGnIaitgyM .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uGnIaitgyM .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uGnIaitgyM .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uGnIaitgyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIaitgyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIixDHW3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnIixDHW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIixDHW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIixDHW3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGnIixDHW3 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGnIixDHW3 .container {
    padding: 0 22px;
  }
}
.cid-uGnIixDHW3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGnIixDHW3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uGnIj8xI2l {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGnIj8xI2l .mbr-section-title {
  color: #404040;
}
.cid-uGnIj8xI2l .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uGnIj8xI2l .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uGnIj8xI2l .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uGnIj8xI2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIj8xI2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIjCFAfh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnIjCFAfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIjCFAfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIjCFAfh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGnIjCFAfh .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGnIjCFAfh .container {
    padding: 0 22px;
  }
}
.cid-uGnIjCFAfh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGnIjCFAfh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uGnIkdLGON {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGnIkdLGON .mbr-section-title {
  color: #404040;
}
.cid-uGnIkdLGON .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uGnIkdLGON .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uGnIkdLGON .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uGnIkdLGON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIkdLGON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIkFDmMc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnIkFDmMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIkFDmMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIkFDmMc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGnIkFDmMc .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGnIkFDmMc .container {
    padding: 0 22px;
  }
}
.cid-uGnIkFDmMc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGnIkFDmMc .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uGnIl7Hpw7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGnIl7Hpw7 .mbr-section-title {
  color: #404040;
}
.cid-uGnIl7Hpw7 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uGnIl7Hpw7 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uGnIl7Hpw7 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uGnIl7Hpw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIl7Hpw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIlDLC5q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnIlDLC5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIlDLC5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnIlDLC5q .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGnIlDLC5q .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGnIlDLC5q .container {
    padding: 0 22px;
  }
}
.cid-uGnIlDLC5q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGnIlDLC5q .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uGnIm1vFyo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGnIm1vFyo .mbr-section-title {
  color: #404040;
}
.cid-uGnIm1vFyo .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uGnIm1vFyo .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uGnIm1vFyo .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uGnIm1vFyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnIm1vFyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjU8ssejd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHjU8ssejd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjU8ssejd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjU8ssejd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHjU8ssejd .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHjU8ssejd .container {
    padding: 0 22px;
  }
}
.cid-uHjU8ssejd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHjU8ssejd .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHjU7GsGsF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHjU7GsGsF .mbr-section-title {
  color: #404040;
}
.cid-uHjU7GsGsF .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHjU7GsGsF .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHjU7GsGsF .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHjU7GsGsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjU7GsGsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjUgEXN0y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHjUgEXN0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjUgEXN0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjUgEXN0y .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHjUgEXN0y .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHjUgEXN0y .container {
    padding: 0 22px;
  }
}
.cid-uHjUgEXN0y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHjUgEXN0y .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHjUj7voqf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHjUj7voqf .mbr-section-title {
  color: #404040;
}
.cid-uHjUj7voqf .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHjUj7voqf .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHjUj7voqf .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHjUj7voqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjUj7voqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjUPhieU2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHjUPhieU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjUPhieU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjUPhieU2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHjUPhieU2 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHjUPhieU2 .container {
    padding: 0 22px;
  }
}
.cid-uHjUPhieU2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHjUPhieU2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHjUR6c7Xd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHjUR6c7Xd .mbr-section-title {
  color: #404040;
}
.cid-uHjUR6c7Xd .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHjUR6c7Xd .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHjUR6c7Xd .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHjUR6c7Xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjUR6c7Xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjVdFxpJU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHjVdFxpJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjVdFxpJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjVdFxpJU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHjVdFxpJU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHjVdFxpJU .container {
    padding: 0 22px;
  }
}
.cid-uHjVdFxpJU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHjVdFxpJU .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHjVflbV3R {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHjVflbV3R .mbr-section-title {
  color: #404040;
}
.cid-uHjVflbV3R .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHjVflbV3R .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHjVflbV3R .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHjVflbV3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjVflbV3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjVjIA9yO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHjVjIA9yO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjVjIA9yO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjVjIA9yO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHjVjIA9yO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHjVjIA9yO .container {
    padding: 0 22px;
  }
}
.cid-uHjVjIA9yO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHjVjIA9yO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHjVkbJ0iC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHjVkbJ0iC .mbr-section-title {
  color: #404040;
}
.cid-uHjVkbJ0iC .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHjVkbJ0iC .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHjVkbJ0iC .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHjVkbJ0iC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjVkbJ0iC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVnh1q7J6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHVnh1q7J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVnh1q7J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVnh1q7J6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHVnh1q7J6 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHVnh1q7J6 .container {
    padding: 0 22px;
  }
}
.cid-uHVnh1q7J6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHVnh1q7J6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHVnhFPjfv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHVnhFPjfv .mbr-section-title {
  color: #404040;
}
.cid-uHVnhFPjfv .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHVnhFPjfv .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHVnhFPjfv .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHVnhFPjfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVnhFPjfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVohZnBge {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHVohZnBge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVohZnBge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVohZnBge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHVohZnBge .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHVohZnBge .container {
    padding: 0 22px;
  }
}
.cid-uHVohZnBge .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHVohZnBge .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHVoiJZToQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHVoiJZToQ .mbr-section-title {
  color: #404040;
}
.cid-uHVoiJZToQ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHVoiJZToQ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHVoiJZToQ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHVoiJZToQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVoiJZToQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVoDOrb1k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHVoDOrb1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVoDOrb1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVoDOrb1k .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHVoDOrb1k .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHVoDOrb1k .container {
    padding: 0 22px;
  }
}
.cid-uHVoDOrb1k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHVoDOrb1k .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHVoEvplyk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHVoEvplyk .mbr-section-title {
  color: #404040;
}
.cid-uHVoEvplyk .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHVoEvplyk .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHVoEvplyk .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHVoEvplyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVoEvplyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVoUW2iLF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHVoUW2iLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVoUW2iLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVoUW2iLF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHVoUW2iLF .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHVoUW2iLF .container {
    padding: 0 22px;
  }
}
.cid-uHVoUW2iLF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHVoUW2iLF .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHVoVvbdcX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHVoVvbdcX .mbr-section-title {
  color: #404040;
}
.cid-uHVoVvbdcX .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHVoVvbdcX .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHVoVvbdcX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHVoVvbdcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVoVvbdcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVp6v4Y8O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHVp6v4Y8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVp6v4Y8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVp6v4Y8O .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHVp6v4Y8O .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHVp6v4Y8O .container {
    padding: 0 22px;
  }
}
.cid-uHVp6v4Y8O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHVp6v4Y8O .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uHVp7cZqBp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHVp7cZqBp .mbr-section-title {
  color: #404040;
}
.cid-uHVp7cZqBp .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHVp7cZqBp .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHVp7cZqBp .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHVp7cZqBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVp7cZqBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHHJ7Plm2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJHHJ7Plm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHHJ7Plm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHHJ7Plm2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJHHJ7Plm2 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJHHJ7Plm2 .container {
    padding: 0 22px;
  }
}
.cid-uJHHJ7Plm2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJHHJ7Plm2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJHHJHxKBE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJHHJHxKBE .mbr-section-title {
  color: #404040;
}
.cid-uJHHJHxKBE .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJHHJHxKBE .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJHHJHxKBE .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJHHJHxKBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHHJHxKBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHIcIJouF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJHIcIJouF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHIcIJouF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHIcIJouF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJHIcIJouF .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJHIcIJouF .container {
    padding: 0 22px;
  }
}
.cid-uJHIcIJouF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJHIcIJouF .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJHIdohKtS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJHIdohKtS .mbr-section-title {
  color: #404040;
}
.cid-uJHIdohKtS .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJHIdohKtS .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJHIdohKtS .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJHIdohKtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHIdohKtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHJbniarL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJHJbniarL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHJbniarL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHJbniarL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJHJbniarL .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJHJbniarL .container {
    padding: 0 22px;
  }
}
.cid-uJHJbniarL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJHJbniarL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJHJbREzwH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJHJbREzwH .mbr-section-title {
  color: #404040;
}
.cid-uJHJbREzwH .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJHJbREzwH .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJHJbREzwH .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJHJbREzwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHJbREzwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHJCPk5Ot {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJHJCPk5Ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHJCPk5Ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHJCPk5Ot .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJHJCPk5Ot .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJHJCPk5Ot .container {
    padding: 0 22px;
  }
}
.cid-uJHJCPk5Ot .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJHJCPk5Ot .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJHJDvbzkv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJHJDvbzkv .mbr-section-title {
  color: #404040;
}
.cid-uJHJDvbzkv .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJHJDvbzkv .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJHJDvbzkv .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJHJDvbzkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHJDvbzkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHJMluaKE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJHJMluaKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHJMluaKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHJMluaKE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJHJMluaKE .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJHJMluaKE .container {
    padding: 0 22px;
  }
}
.cid-uJHJMluaKE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJHJMluaKE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJHJMTZlzf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJHJMTZlzf .mbr-section-title {
  color: #404040;
}
.cid-uJHJMTZlzf .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJHJMTZlzf .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJHJMTZlzf .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJHJMTZlzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHJMTZlzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHLzInR6P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJHLzInR6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHLzInR6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHLzInR6P .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJHLzInR6P .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJHLzInR6P .container {
    padding: 0 22px;
  }
}
.cid-uJHLzInR6P .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJHLzInR6P .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLGIYz3J6D {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLGIYz3J6D .mbr-section-title {
  color: #404040;
}
.cid-uLGIYz3J6D .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uLGIYz3J6D .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uLGIYz3J6D .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uLGIYz3J6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGIYz3J6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGIXsRvAh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLGIXsRvAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGIXsRvAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGIXsRvAh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLGIXsRvAh .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLGIXsRvAh .container {
    padding: 0 22px;
  }
}
.cid-uLGIXsRvAh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLGIXsRvAh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJHLAcfjAY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJHLAcfjAY .mbr-section-title {
  color: #404040;
}
.cid-uJHLAcfjAY .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJHLAcfjAY .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJHLAcfjAY .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJHLAcfjAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHLAcfjAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYFEGpV4h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJYFEGpV4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYFEGpV4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYFEGpV4h .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJYFEGpV4h .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJYFEGpV4h .container {
    padding: 0 22px;
  }
}
.cid-uJYFEGpV4h .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJYFEGpV4h .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uJYFFYi8N3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJYFFYi8N3 .mbr-section-title {
  color: #404040;
}
.cid-uJYFFYi8N3 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uJYFFYi8N3 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uJYFFYi8N3 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uJYFFYi8N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYFFYi8N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGJIUewCp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLGJIUewCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGJIUewCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGJIUewCp .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLGJIUewCp .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLGJIUewCp .container {
    padding: 0 22px;
  }
}
.cid-uLGJIUewCp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLGJIUewCp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLGJJNn6u7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLGJJNn6u7 .mbr-section-title {
  color: #404040;
}
.cid-uLGJJNn6u7 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uLGJJNn6u7 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uLGJJNn6u7 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uLGJJNn6u7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGJJNn6u7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOwi52FmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uFOwi52FmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOwi52FmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFOwi52FmM .container {
    padding: 0 22px;
  }
}
.cid-uFOwi52FmM .row {
  justify-content: space-between;
}
.cid-uFOwi52FmM .content-wrapper {
  margin-bottom: 32px;
}
.cid-uFOwi52FmM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFOwi52FmM .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFOwi52FmM .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFOwi52FmM .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uFOwi52FmM .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFOwi52FmM .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFOwi52FmM .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFOwi52FmM .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uFOwi52FmM .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFOwi52FmM .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uFOwi52FmM .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFOwi52FmM .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uFOwi52FmM .copy-wrapper {
    display: block;
  }
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFOwi52FmM .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uFOwi52FmM .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFOwi52FmM .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFOwi52FmM .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uFOwi52FmM .mbr-section-title {
  color: #ff5753;
}
.cid-uFOwi52FmM .mbr-text {
  color: #ffffff;
}
.cid-uFOwi52FmM .list {
  color: #635d60;
}
.cid-uFOwi52FmM .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uFOwi52FmM .mbr-section-title,
.cid-uFOwi52FmM .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uFOwi52FmM .list,
.cid-uFOwi52FmM .item-wrap {
  color: #ffffff;
}
.cid-uHaFerC0Ci {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHaFerC0Ci .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uHaFerC0Ci .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHaFerC0Ci .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHaFerC0Ci .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHaFerC0Ci .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHaFerC0Ci .menu_box .navbar.opened,
  .cid-uHaFerC0Ci .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHaFerC0Ci nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uHaFerC0Ci .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHaFerC0Ci .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHaFerC0Ci .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHaFerC0Ci .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHaFerC0Ci .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHaFerC0Ci .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uHaFerC0Ci .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHaFerC0Ci .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHaFerC0Ci .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHaFerC0Ci .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHaFerC0Ci .offcanvas-body .mbr-text,
  .cid-uHaFerC0Ci .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHaFerC0Ci .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHaFerC0Ci .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHaFerC0Ci .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHaFerC0Ci .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHaFerC0Ci .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHaFerC0Ci .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHaFerC0Ci .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHaFerC0Ci ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHaFerC0Ci .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHaFerC0Ci .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHaFerC0Ci .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHaFerC0Ci li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHaFerC0Ci .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHaFerC0Ci .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uHaFerC0Ci .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHaFerC0Ci .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uHaFerC0Ci .nav-item {
    margin: 0 !important;
  }
}
.cid-uHaFerC0Ci .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHaFerC0Ci .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHaFerC0Ci .nav-item .nav-link:hover::before,
.cid-uHaFerC0Ci .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHaFerC0Ci .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHaFerC0Ci .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHaFerC0Ci .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHaFerC0Ci .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHaFerC0Ci .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHaFerC0Ci .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHaFerC0Ci .offcanvas_box {
    display: none;
  }
}
.cid-uHaFerC0Ci .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHaFerC0Ci .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHaFerC0Ci .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHaFerC0Ci .container {
  display: flex;
  margin: auto;
}
.cid-uHaFerC0Ci .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHaFerC0Ci .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHaFerC0Ci .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHaFerC0Ci .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHaFerC0Ci .navbar-nav {
    margin: 0;
  }
}
.cid-uHaFerC0Ci .dropdown-menu,
.cid-uHaFerC0Ci .navbar.opened {
  background-color: false !important;
}
.cid-uHaFerC0Ci .nav-item:focus,
.cid-uHaFerC0Ci .nav-link:focus {
  outline: none;
}
.cid-uHaFerC0Ci .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHaFerC0Ci .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHaFerC0Ci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHaFerC0Ci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHaFerC0Ci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHaFerC0Ci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHaFerC0Ci .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHaFerC0Ci .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHaFerC0Ci .navbar.opened {
  transition: all 0.3s;
}
.cid-uHaFerC0Ci .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHaFerC0Ci .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHaFerC0Ci .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHaFerC0Ci .navbar.collapsed {
  justify-content: center;
}
.cid-uHaFerC0Ci .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHaFerC0Ci .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHaFerC0Ci .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHaFerC0Ci .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHaFerC0Ci .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHaFerC0Ci .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHaFerC0Ci .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHaFerC0Ci .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHaFerC0Ci .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHaFerC0Ci .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHaFerC0Ci .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHaFerC0Ci .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHaFerC0Ci .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHaFerC0Ci .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHaFerC0Ci .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uHaFerC0Ci .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHaFerC0Ci .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHaFerC0Ci .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHaFerC0Ci .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHaFerC0Ci .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHaFerC0Ci .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHaFerC0Ci .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHaFerC0Ci .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uHaFerC0Ci .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHaFerC0Ci .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHaFerC0Ci .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHaFerC0Ci .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHaFerC0Ci .dropdown-item.active,
.cid-uHaFerC0Ci .dropdown-item:active {
  background-color: transparent;
}
.cid-uHaFerC0Ci .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHaFerC0Ci .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHaFerC0Ci .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHaFerC0Ci .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHaFerC0Ci ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHaFerC0Ci .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHaFerC0Ci button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uHaFerC0Ci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHaFerC0Ci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHaFerC0Ci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHaFerC0Ci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHaFerC0Ci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHaFerC0Ci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHaFerC0Ci nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHaFerC0Ci nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHaFerC0Ci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHaFerC0Ci a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHaFerC0Ci .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHaFerC0Ci .navbar {
    height: 70px;
  }
  .cid-uHaFerC0Ci .navbar.opened {
    height: auto;
  }
  .cid-uHaFerC0Ci .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHaFerC0Ci .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHaFerC0Ci .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHaFerC0Ci .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHaFerC0Ci .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHaFerC0Ci .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uHaFerC0Ci .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHaFerC0Ci .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHaFerC0Ci .text_widget {
  margin-bottom: 32px;
}
.cid-uHaFerC0Ci .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHaFerC0Ci .text_widget a:hover,
.cid-uHaFerC0Ci .text_widget a:focus {
  opacity: .8;
}
.cid-uHaFerC0Ci .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHaFerC0Ci .navbar-caption {
  color: #000000;
}
.cid-uHaFerC0Ci .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHaFerC0Ci .mbr-section-subtitle,
.cid-uHaFerC0Ci .text_widget,
.cid-uHaFerC0Ci .mbr-section-btn {
  text-align: center;
}
.cid-uHaFerC0Ci a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHaFes5bq7 {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uHaFes5bq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaFes5bq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHaFes5bq7 .container {
    padding: 0 22px;
  }
}
.cid-uHaFes5bq7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHaFes5bq7 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHaFesl51K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHaFesl51K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaFesl51K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHaFesl51K .container {
    padding: 0 22px;
  }
}
.cid-uHaFesl51K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHaFesl51K .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uHaJbFGwo3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHaJbFGwo3 .mbr-section-title {
  color: #404040;
}
.cid-uHaJbFGwo3 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHaJbFGwo3 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHaJbFGwo3 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHaJbFGwo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaJbFGwo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaFeszzRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uHaFeszzRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaFeszzRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHaFeszzRX .container {
    padding: 0 22px;
  }
}
.cid-uHaFeszzRX .row {
  justify-content: space-between;
}
.cid-uHaFeszzRX .row .card {
  justify-content: center;
}
.cid-uHaFeszzRX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHaFeszzRX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uHaFeszzRX .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uHaFeszzRX .image-wrapper {
  position: relative;
}
.cid-uHaFeszzRX .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uHaFeszzRX .image-wrapper img {
    height: auto;
  }
}
.cid-uHaFeszzRX .mbr-section-title {
  color: #402e59;
}
.cid-uHaFeszzRX .mbr-desc {
  color: #000000;
}
.cid-uHaFeszzRX .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uHaFesQj89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uHaFesQj89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaFesQj89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHaFesQj89 .container {
    padding: 0 22px;
  }
}
.cid-uHaFesQj89 .row {
  justify-content: space-between;
}
.cid-uHaFesQj89 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uHaFesQj89 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHaFesQj89 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHaFesQj89 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHaFesQj89 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uHaFesQj89 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHaFesQj89 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHaFesQj89 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uHaFesQj89 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uHaFesQj89 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHaFesQj89 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uHaFesQj89 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uHaFesQj89 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uHaFesQj89 .copy-wrapper {
    display: block;
  }
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHaFesQj89 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uHaFesQj89 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHaFesQj89 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHaFesQj89 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uHaFesQj89 .mbr-section-title {
  color: #ff5753;
}
.cid-uHaFesQj89 .mbr-text {
  color: #ffffff;
}
.cid-uHaFesQj89 .list {
  color: #635d60;
}
.cid-uHaFesQj89 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uHaFesQj89 .mbr-section-title,
.cid-uHaFesQj89 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uHaFesQj89 .list,
.cid-uHaFesQj89 .item-wrap {
  color: #ffffff;
}
.cid-uHrGVzAZXX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHrGVzAZXX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uHrGVzAZXX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uHrGVzAZXX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHrGVzAZXX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHrGVzAZXX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHrGVzAZXX .menu_box .navbar.opened,
  .cid-uHrGVzAZXX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHrGVzAZXX nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uHrGVzAZXX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHrGVzAZXX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHrGVzAZXX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHrGVzAZXX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHrGVzAZXX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHrGVzAZXX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uHrGVzAZXX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHrGVzAZXX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHrGVzAZXX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHrGVzAZXX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHrGVzAZXX .offcanvas-body .mbr-text,
  .cid-uHrGVzAZXX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHrGVzAZXX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHrGVzAZXX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHrGVzAZXX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHrGVzAZXX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHrGVzAZXX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHrGVzAZXX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHrGVzAZXX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHrGVzAZXX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHrGVzAZXX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHrGVzAZXX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHrGVzAZXX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHrGVzAZXX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHrGVzAZXX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHrGVzAZXX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uHrGVzAZXX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHrGVzAZXX .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uHrGVzAZXX .nav-item {
    margin: 0 !important;
  }
}
.cid-uHrGVzAZXX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHrGVzAZXX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHrGVzAZXX .nav-item .nav-link:hover::before,
.cid-uHrGVzAZXX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHrGVzAZXX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHrGVzAZXX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHrGVzAZXX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHrGVzAZXX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHrGVzAZXX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHrGVzAZXX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHrGVzAZXX .offcanvas_box {
    display: none;
  }
}
.cid-uHrGVzAZXX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHrGVzAZXX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHrGVzAZXX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHrGVzAZXX .container {
  display: flex;
  margin: auto;
}
.cid-uHrGVzAZXX .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHrGVzAZXX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHrGVzAZXX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHrGVzAZXX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHrGVzAZXX .navbar-nav {
    margin: 0;
  }
}
.cid-uHrGVzAZXX .dropdown-menu,
.cid-uHrGVzAZXX .navbar.opened {
  background-color: false !important;
}
.cid-uHrGVzAZXX .nav-item:focus,
.cid-uHrGVzAZXX .nav-link:focus {
  outline: none;
}
.cid-uHrGVzAZXX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHrGVzAZXX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHrGVzAZXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHrGVzAZXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHrGVzAZXX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHrGVzAZXX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHrGVzAZXX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHrGVzAZXX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHrGVzAZXX .navbar.opened {
  transition: all 0.3s;
}
.cid-uHrGVzAZXX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHrGVzAZXX .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHrGVzAZXX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHrGVzAZXX .navbar.collapsed {
  justify-content: center;
}
.cid-uHrGVzAZXX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHrGVzAZXX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHrGVzAZXX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHrGVzAZXX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHrGVzAZXX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHrGVzAZXX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHrGVzAZXX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHrGVzAZXX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHrGVzAZXX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHrGVzAZXX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHrGVzAZXX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHrGVzAZXX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHrGVzAZXX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHrGVzAZXX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHrGVzAZXX .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uHrGVzAZXX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHrGVzAZXX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHrGVzAZXX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHrGVzAZXX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHrGVzAZXX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHrGVzAZXX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHrGVzAZXX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHrGVzAZXX .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uHrGVzAZXX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHrGVzAZXX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHrGVzAZXX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHrGVzAZXX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHrGVzAZXX .dropdown-item.active,
.cid-uHrGVzAZXX .dropdown-item:active {
  background-color: transparent;
}
.cid-uHrGVzAZXX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHrGVzAZXX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHrGVzAZXX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHrGVzAZXX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHrGVzAZXX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHrGVzAZXX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHrGVzAZXX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uHrGVzAZXX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHrGVzAZXX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHrGVzAZXX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHrGVzAZXX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHrGVzAZXX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHrGVzAZXX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHrGVzAZXX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHrGVzAZXX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHrGVzAZXX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHrGVzAZXX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHrGVzAZXX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHrGVzAZXX .navbar {
    height: 70px;
  }
  .cid-uHrGVzAZXX .navbar.opened {
    height: auto;
  }
  .cid-uHrGVzAZXX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHrGVzAZXX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHrGVzAZXX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHrGVzAZXX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHrGVzAZXX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHrGVzAZXX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uHrGVzAZXX .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHrGVzAZXX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHrGVzAZXX .text_widget {
  margin-bottom: 32px;
}
.cid-uHrGVzAZXX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHrGVzAZXX .text_widget a:hover,
.cid-uHrGVzAZXX .text_widget a:focus {
  opacity: .8;
}
.cid-uHrGVzAZXX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHrGVzAZXX .navbar-caption {
  color: #000000;
}
.cid-uHrGVzAZXX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHrGVzAZXX .mbr-section-subtitle,
.cid-uHrGVzAZXX .text_widget,
.cid-uHrGVzAZXX .mbr-section-btn {
  text-align: center;
}
.cid-uHrGVzAZXX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHrGVAg9Hf {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uHrGVAg9Hf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVAg9Hf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/whatsapp-image-2025-01-23-at-6.44.13-pm-2000x1142.jpg");
}
@media (max-width: 992px) {
  .cid-uHrGVAg9Hf .container {
    padding: 0 22px;
  }
}
.cid-uHrGVAg9Hf .content-wrapper {
  padding-bottom: 60%;
}
.cid-uHrGVAg9Hf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHrGVAg9Hf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHrGVAg9Hf .mbr-section-title {
  color: #ffffff;
}
.cid-uHrGVAg9Hf .mbr-text {
  color: #ffffff;
}
.cid-uHrGVAg9Hf .mbr-section-title,
.cid-uHrGVAg9Hf .mbr-section-btn {
  color: #ffffff;
}
.cid-uHrGVAMGsP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ddd5e8;
}
.cid-uHrGVAMGsP input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uHrGVAMGsP input:hover {
  border: none !important;
}
.cid-uHrGVAMGsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVAMGsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHrGVAMGsP .number-wrap {
  color: #523f6d;
  text-align: center;
}
.cid-uHrGVAMGsP .number {
  color: #9461b0;
  white-space: nowrap;
  font-size: 3.5rem!important;
}
.cid-uHrGVAMGsP .row {
  justify-content: center;
}
.cid-uHrGVAMGsP .period {
  display: block;
}
.cid-uHrGVAMGsP .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uHrGVAMGsP .period {
    font-size: 0.8rem;
  }
}
.cid-uHrGVAMGsP .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uHrGVAMGsP .btn {
    margin-left: 0.625rem;
  }
}
.cid-uHrGVAMGsP .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uHrGVAMGsP .mbr-section-btn .btn {
  width: auto;
}
.cid-uHrGVAMGsP .justify-content-center {
  align-items: center;
}
.cid-uHrGVAMGsP .mbr-section-title {
  color: #634d94;
}
.cid-uHrGVAMGsP .mbr-section-subtitle,
.cid-uHrGVAMGsP .mbr-text {
  color: #ffffff;
}
.cid-uHrGVAMGsP .mbr-text {
  color: #402e59;
}
.cid-uHrGVBjc9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uHrGVBjc9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVBjc9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHrGVBjc9z .container {
    padding: 0 22px;
  }
}
.cid-uHrGVBjc9z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHrGVBjc9z .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uHrGVBLxoz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHrGVBLxoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVBLxoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uHrGVBLxoz .container {
  max-width: 100%;
  width: 100%;
}
.cid-uHrGVBLxoz .row {
  justify-content: center;
}
.cid-uHrGVBLxoz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uHrGVBLxoz .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uHrGVBLxoz .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uHrGVBLxoz .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHrGVBLxoz .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uHrGVBLxoz .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uHrGVChBWw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHrGVChBWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVChBWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uHrGVChBWw .container {
  max-width: 100%;
  width: 100%;
}
.cid-uHrGVChBWw .row {
  justify-content: center;
}
.cid-uHrGVChBWw .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uHrGVChBWw .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uHrGVChBWw .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uHrGVChBWw .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHrGVChBWw .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uHrGVChBWw .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uHrGVCMMHX {
  padding-top: 1rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHrGVCMMHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVCMMHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.cid-uHrGVCMMHX .container {
  max-width: 100%;
  width: 100%;
}
.cid-uHrGVCMMHX .row {
  justify-content: center;
}
.cid-uHrGVCMMHX .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-uHrGVCMMHX .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uHrGVCMMHX .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uHrGVCMMHX .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHrGVCMMHX .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uHrGVCMMHX .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.cid-uHrGVFgRLL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2edfa;
}
.cid-uHrGVFgRLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVFgRLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHrGVFgRLL .container {
    padding: 0 22px;
  }
}
.cid-uHrGVFgRLL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHrGVFgRLL .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHrWOGcEmi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f2edfa;
}
@media (max-width: 992px) {
  .cid-uHrWOGcEmi .container {
    padding: 0 22px;
  }
}
.cid-uHrWOGcEmi .title-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uHrWOGcEmi .title-wrapper .mbr-section-title {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.cid-uHrWOGcEmi .etapa {
  background: #8790c7!important;
}
.cid-uHrWOGcEmi .fin_etapa {
  background-color: #d4d3d3!important;
}
.cid-uHrWOGcEmi .tres {
  background-color: #a262c4!important;
}
.cid-uHrWOGcEmi .cuatro {
  background-color: #ad86c4!important;
}
.cid-uHrWOGcEmi .cinco {
  background-color: #c384c4!important;
}
.cid-uHrWOGcEmi .seis {
  background-color: #d186b3!important;
}
.cid-uHrWOGcEmi .tag-wrapper {
  bottom: -3.5rem;
}
.cid-uHrWOGcEmi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uHrWOGcEmi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHrWOGcEmi .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #9e84b0;
}
.cid-uHrWOGcEmi .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #b9adc9;
}
.cid-uHrWOGcEmi .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #8e84b5;
  padding: 32px;
  padding-bottom: 1px;
}
@media (max-width: 992px) {
  .cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    background-color: #f9f7fa!important;
  }
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border: 1px solid #7d2464;
  border-radius: 15px;
  width: fit-content;
  background-color: #e2e1e7!important;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #9461b0;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uHrWOGcEmi .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHrWOGcEmi .embla__button--next,
.cid-uHrWOGcEmi .embla__button--prev {
  display: flex;
}
.cid-uHrWOGcEmi .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #2e481a !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: auto;
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHrWOGcEmi .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uHrWOGcEmi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHrWOGcEmi .embla__button:hover {
  color: #9461b0 !important;
}
.cid-uHrWOGcEmi .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uHrWOGcEmi .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uHrWOGcEmi .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uHrWOGcEmi .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uHrWOGcEmi .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uHrWOGcEmi .embla {
    padding-bottom: 4rem;
  }
}
.cid-uHrWOGcEmi .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uHrWOGcEmi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHrWOGcEmi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHrWOGcEmi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHrWOGcEmi .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-uHrWOGcEmi .item-tag {
  color: #2e481a;
  text-align: center;
}
.cid-uHrWOGcEmi .item-name {
  color: #000000;
}
.cid-uHrWOGcEmi .item-role {
  color: #131212;
  text-align: center;
}
.cid-uHrWOGcEmi .item-name,
.cid-uHrWOGcEmi .mbr-section-btn {
  text-align: center;
  color: #131212;
}
.cid-uHrGVEDFHZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2edfa;
}
.cid-uHrGVEDFHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVEDFHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHrGVEDFHZ .container {
    padding: 0 22px;
  }
}
.cid-uHrGVEDFHZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHrGVEDFHZ .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHrGVGIhJY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f2edfa;
}
.cid-uHrGVGIhJY .mbr-section-title {
  color: #404040;
}
.cid-uHrGVGIhJY .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uHrGVGIhJY .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-uHrGVGIhJY .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uHrGVGIhJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVGIhJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHTAL1J6zU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ddd5e8;
}
.cid-uHTAL1J6zU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTAL1J6zU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHTAL1J6zU .container {
    padding: 0 22px;
  }
}
.cid-uHTAL1J6zU .row {
  justify-content: space-between;
}
.cid-uHTAL1J6zU .row .card {
  justify-content: center;
}
.cid-uHTAL1J6zU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHTAL1J6zU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uHTAL1J6zU .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uHTAL1J6zU .image-wrapper {
  position: relative;
}
.cid-uHTAL1J6zU .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 0 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uHTAL1J6zU .image-wrapper img {
    height: auto;
  }
}
.cid-uHTAL1J6zU .mbr-section-title {
  color: #402e59;
}
.cid-uHTAL1J6zU .mbr-desc {
  color: #000000;
}
.cid-uHTAL1J6zU .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uHrGVHpZzW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHrGVHpZzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVHpZzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHrGVHpZzW .container {
    padding: 0 22px;
  }
}
.cid-uHrGVHpZzW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHrGVHpZzW .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uHrGVHpZzW #sfczw43a8tnffl1zytp6bswuqqjs15bn9l3 > a > img {
  color: currentColor;
  cursor: auto;
  opacity: 0.5;
  text-decoration: none;
}
.cid-uHrGVIafNC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uHrGVIafNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHrGVIafNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHrGVIafNC .container {
    padding: 0 22px;
  }
}
.cid-uHrGVIafNC .row {
  justify-content: space-between;
}
.cid-uHrGVIafNC .content-wrapper {
  margin-bottom: 32px;
}
.cid-uHrGVIafNC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHrGVIafNC .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHrGVIafNC .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHrGVIafNC .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uHrGVIafNC .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHrGVIafNC .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHrGVIafNC .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uHrGVIafNC .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uHrGVIafNC .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHrGVIafNC .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uHrGVIafNC .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uHrGVIafNC .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uHrGVIafNC .copy-wrapper {
    display: block;
  }
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHrGVIafNC .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uHrGVIafNC .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHrGVIafNC .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHrGVIafNC .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uHrGVIafNC .mbr-section-title {
  color: #ff5753;
}
.cid-uHrGVIafNC .mbr-text {
  color: #ffffff;
}
.cid-uHrGVIafNC .list {
  color: #635d60;
}
.cid-uHrGVIafNC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uHrGVIafNC .mbr-section-title,
.cid-uHrGVIafNC .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uHrGVIafNC .list,
.cid-uHrGVIafNC .item-wrap {
  color: #ffffff;
}
.cid-uIDWik2kDN {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIDWik2kDN .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uIDWik2kDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uIDWik2kDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIDWik2kDN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIDWik2kDN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIDWik2kDN .menu_box .navbar.opened,
  .cid-uIDWik2kDN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIDWik2kDN nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uIDWik2kDN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIDWik2kDN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIDWik2kDN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIDWik2kDN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIDWik2kDN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIDWik2kDN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uIDWik2kDN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIDWik2kDN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIDWik2kDN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIDWik2kDN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIDWik2kDN .offcanvas-body .mbr-text,
  .cid-uIDWik2kDN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIDWik2kDN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIDWik2kDN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIDWik2kDN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIDWik2kDN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIDWik2kDN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIDWik2kDN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIDWik2kDN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIDWik2kDN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIDWik2kDN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIDWik2kDN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIDWik2kDN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIDWik2kDN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIDWik2kDN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIDWik2kDN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uIDWik2kDN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIDWik2kDN .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uIDWik2kDN .nav-item {
    margin: 0 !important;
  }
}
.cid-uIDWik2kDN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIDWik2kDN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIDWik2kDN .nav-item .nav-link:hover::before,
.cid-uIDWik2kDN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIDWik2kDN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIDWik2kDN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIDWik2kDN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIDWik2kDN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIDWik2kDN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIDWik2kDN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIDWik2kDN .offcanvas_box {
    display: none;
  }
}
.cid-uIDWik2kDN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIDWik2kDN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIDWik2kDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIDWik2kDN .container {
  display: flex;
  margin: auto;
}
.cid-uIDWik2kDN .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIDWik2kDN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIDWik2kDN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIDWik2kDN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIDWik2kDN .navbar-nav {
    margin: 0;
  }
}
.cid-uIDWik2kDN .dropdown-menu,
.cid-uIDWik2kDN .navbar.opened {
  background-color: false !important;
}
.cid-uIDWik2kDN .nav-item:focus,
.cid-uIDWik2kDN .nav-link:focus {
  outline: none;
}
.cid-uIDWik2kDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIDWik2kDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIDWik2kDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIDWik2kDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIDWik2kDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIDWik2kDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIDWik2kDN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIDWik2kDN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIDWik2kDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uIDWik2kDN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIDWik2kDN .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIDWik2kDN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIDWik2kDN .navbar.collapsed {
  justify-content: center;
}
.cid-uIDWik2kDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIDWik2kDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIDWik2kDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIDWik2kDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIDWik2kDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIDWik2kDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIDWik2kDN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIDWik2kDN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIDWik2kDN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIDWik2kDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIDWik2kDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIDWik2kDN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIDWik2kDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIDWik2kDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIDWik2kDN .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uIDWik2kDN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIDWik2kDN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIDWik2kDN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIDWik2kDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIDWik2kDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIDWik2kDN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIDWik2kDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIDWik2kDN .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uIDWik2kDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIDWik2kDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIDWik2kDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIDWik2kDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIDWik2kDN .dropdown-item.active,
.cid-uIDWik2kDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uIDWik2kDN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIDWik2kDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIDWik2kDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIDWik2kDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIDWik2kDN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIDWik2kDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIDWik2kDN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uIDWik2kDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIDWik2kDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIDWik2kDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIDWik2kDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIDWik2kDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIDWik2kDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIDWik2kDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIDWik2kDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIDWik2kDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIDWik2kDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIDWik2kDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIDWik2kDN .navbar {
    height: 70px;
  }
  .cid-uIDWik2kDN .navbar.opened {
    height: auto;
  }
  .cid-uIDWik2kDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIDWik2kDN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIDWik2kDN .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uIDWik2kDN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIDWik2kDN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIDWik2kDN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uIDWik2kDN .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIDWik2kDN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIDWik2kDN .text_widget {
  margin-bottom: 32px;
}
.cid-uIDWik2kDN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIDWik2kDN .text_widget a:hover,
.cid-uIDWik2kDN .text_widget a:focus {
  opacity: .8;
}
.cid-uIDWik2kDN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIDWik2kDN .navbar-caption {
  color: #000000;
}
.cid-uIDWik2kDN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uIDWik2kDN .mbr-section-subtitle,
.cid-uIDWik2kDN .text_widget,
.cid-uIDWik2kDN .mbr-section-btn {
  text-align: center;
}
.cid-uIDWik2kDN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDWikIMnx {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uIDWikIMnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWikIMnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIDWikIMnx .container {
    padding: 0 22px;
  }
}
.cid-uIDWikIMnx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIDWikIMnx .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uIDWimw0nM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDWimw0nM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWimw0nM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWimw0nM .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWimw0nM .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWimw0nM .panel-group {
  border: none;
}
.cid-uIDWimw0nM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWimw0nM .panel-body,
.cid-uIDWimw0nM .card-header {
  padding: 1rem 0;
}
.cid-uIDWimw0nM .panel-body p {
  text-align: justify;
}
.cid-uIDWimw0nM .panel-title-edit {
  color: #000000;
}
.cid-uIDWimw0nM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWimw0nM .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWinp4g6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDWinp4g6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWinp4g6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWinp4g6 .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWinp4g6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWinp4g6 .panel-group {
  border: none;
}
.cid-uIDWinp4g6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWinp4g6 .panel-body,
.cid-uIDWinp4g6 .card-header {
  padding: 1rem 0;
}
.cid-uIDWinp4g6 .panel-body p {
  text-align: justify;
}
.cid-uIDWinp4g6 .panel-title-edit {
  color: #000000;
}
.cid-uIDWinp4g6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWinp4g6 .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWinp4g6 H3 {
  color: #402e59;
}
.cid-uIDWioppmX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDWioppmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWioppmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWioppmX .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWioppmX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWioppmX .panel-group {
  border: none;
}
.cid-uIDWioppmX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWioppmX .panel-body,
.cid-uIDWioppmX .card-header {
  padding: 1rem 0;
}
.cid-uIDWioppmX .panel-body p {
  text-align: justify;
}
.cid-uIDWioppmX .panel-title-edit {
  color: #000000;
}
.cid-uIDWioppmX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWioppmX .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWioppmX H3 {
  color: #402e59;
}
.cid-uIDWipdrPm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDWipdrPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWipdrPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWipdrPm .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWipdrPm .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWipdrPm .panel-group {
  border: none;
}
.cid-uIDWipdrPm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWipdrPm .panel-body,
.cid-uIDWipdrPm .card-header {
  padding: 1rem 0;
}
.cid-uIDWipdrPm .panel-body p {
  text-align: justify;
}
.cid-uIDWipdrPm .panel-title-edit {
  color: #000000;
}
.cid-uIDWipdrPm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWipdrPm .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWipdrPm H3 {
  color: #402e59;
}
.cid-uIDWiq1r3f {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDWiq1r3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWiq1r3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWiq1r3f .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWiq1r3f .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWiq1r3f .panel-group {
  border: none;
}
.cid-uIDWiq1r3f .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWiq1r3f .panel-body,
.cid-uIDWiq1r3f .card-header {
  padding: 1rem 0;
}
.cid-uIDWiq1r3f .panel-body p {
  text-align: justify;
}
.cid-uIDWiq1r3f .panel-title-edit {
  color: #000000;
}
.cid-uIDWiq1r3f .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWiq1r3f .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWiq1r3f H3 {
  color: #402e59;
}
.cid-uIDWiqRLeV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDWiqRLeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWiqRLeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWiqRLeV .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWiqRLeV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWiqRLeV .panel-group {
  border: none;
}
.cid-uIDWiqRLeV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWiqRLeV .panel-body,
.cid-uIDWiqRLeV .card-header {
  padding: 1rem 0;
}
.cid-uIDWiqRLeV .panel-body p {
  text-align: justify;
}
.cid-uIDWiqRLeV .panel-title-edit {
  color: #000000;
}
.cid-uIDWiqRLeV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWiqRLeV .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWiqRLeV H3 {
  color: #402e59;
}
.cid-uIDWirJy87 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDWirJy87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWirJy87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWirJy87 .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWirJy87 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWirJy87 .panel-group {
  border: none;
}
.cid-uIDWirJy87 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWirJy87 .panel-body,
.cid-uIDWirJy87 .card-header {
  padding: 1rem 0;
}
.cid-uIDWirJy87 .panel-body p {
  text-align: justify;
}
.cid-uIDWirJy87 .panel-title-edit {
  color: #000000;
}
.cid-uIDWirJy87 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWirJy87 .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWirJy87 H3 {
  color: #402e59;
}
.cid-uIDWisFwNO {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uIDWisFwNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWisFwNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIDWisFwNO .container {
    padding: 0 22px;
  }
}
.cid-uIDWisFwNO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIDWisFwNO .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uIDWilaN0B {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIDWilaN0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWilaN0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDWilaN0B .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDWilaN0B .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDWilaN0B .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDWilaN0B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIDWilaN0B .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uIDWilaN0B .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDWilaN0B .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uIDWilaN0B .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uIDWilaN0B .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #b9adc9;
  border: none;
}
.cid-uIDWilaN0B .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #402e59;
}
.cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uIDWilaN0B .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uIDWilaN0B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIDWilaN0B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIDWilaN0B .item-title {
  color: #ffffff;
}
.cid-uIDWilaN0B .item-text {
  color: #ffffff;
}
.cid-uIDWilaN0B .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIDWilaN0B .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIDWilaN0B .panel-group {
  border: none;
}
.cid-uIDWilaN0B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIDWilaN0B .panel-body,
.cid-uIDWilaN0B .card-header {
  padding: 1rem 0;
}
.cid-uIDWilaN0B .panel-body p {
  text-align: justify;
}
.cid-uIDWilaN0B .panel-title-edit {
  color: #000000;
}
.cid-uIDWilaN0B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIDWilaN0B .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIDWittS8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uIDWittS8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDWittS8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIDWittS8n .container {
    padding: 0 22px;
  }
}
.cid-uIDWittS8n .row {
  justify-content: space-between;
}
.cid-uIDWittS8n .content-wrapper {
  margin-bottom: 32px;
}
.cid-uIDWittS8n .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIDWittS8n .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIDWittS8n .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIDWittS8n .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uIDWittS8n .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIDWittS8n .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIDWittS8n .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uIDWittS8n .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uIDWittS8n .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIDWittS8n .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uIDWittS8n .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uIDWittS8n .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uIDWittS8n .copy-wrapper {
    display: block;
  }
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uIDWittS8n .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uIDWittS8n .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIDWittS8n .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIDWittS8n .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uIDWittS8n .mbr-section-title {
  color: #ff5753;
}
.cid-uIDWittS8n .mbr-text {
  color: #ffffff;
}
.cid-uIDWittS8n .list {
  color: #635d60;
}
.cid-uIDWittS8n .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uIDWittS8n .mbr-section-title,
.cid-uIDWittS8n .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uIDWittS8n .list,
.cid-uIDWittS8n .item-wrap {
  color: #ffffff;
}
.cid-uB8k9iW3xx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uB8k9iW3xx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uB8k9iW3xx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uB8k9iW3xx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB8k9iW3xx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB8k9iW3xx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB8k9iW3xx .menu_box .navbar.opened,
  .cid-uB8k9iW3xx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB8k9iW3xx nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uB8k9iW3xx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB8k9iW3xx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB8k9iW3xx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB8k9iW3xx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB8k9iW3xx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB8k9iW3xx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uB8k9iW3xx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB8k9iW3xx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB8k9iW3xx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB8k9iW3xx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB8k9iW3xx .offcanvas-body .mbr-text,
  .cid-uB8k9iW3xx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB8k9iW3xx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB8k9iW3xx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB8k9iW3xx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uB8k9iW3xx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB8k9iW3xx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB8k9iW3xx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB8k9iW3xx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB8k9iW3xx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB8k9iW3xx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8k9iW3xx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uB8k9iW3xx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB8k9iW3xx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uB8k9iW3xx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB8k9iW3xx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uB8k9iW3xx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB8k9iW3xx .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uB8k9iW3xx .nav-item {
    margin: 0 !important;
  }
}
.cid-uB8k9iW3xx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB8k9iW3xx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB8k9iW3xx .nav-item .nav-link:hover::before,
.cid-uB8k9iW3xx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB8k9iW3xx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB8k9iW3xx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB8k9iW3xx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB8k9iW3xx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB8k9iW3xx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uB8k9iW3xx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB8k9iW3xx .offcanvas_box {
    display: none;
  }
}
.cid-uB8k9iW3xx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB8k9iW3xx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB8k9iW3xx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB8k9iW3xx .container {
  display: flex;
  margin: auto;
}
.cid-uB8k9iW3xx .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB8k9iW3xx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB8k9iW3xx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB8k9iW3xx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB8k9iW3xx .navbar-nav {
    margin: 0;
  }
}
.cid-uB8k9iW3xx .dropdown-menu,
.cid-uB8k9iW3xx .navbar.opened {
  background-color: false !important;
}
.cid-uB8k9iW3xx .nav-item:focus,
.cid-uB8k9iW3xx .nav-link:focus {
  outline: none;
}
.cid-uB8k9iW3xx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB8k9iW3xx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB8k9iW3xx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB8k9iW3xx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB8k9iW3xx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB8k9iW3xx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB8k9iW3xx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB8k9iW3xx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB8k9iW3xx .navbar.opened {
  transition: all 0.3s;
}
.cid-uB8k9iW3xx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB8k9iW3xx .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uB8k9iW3xx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB8k9iW3xx .navbar.collapsed {
  justify-content: center;
}
.cid-uB8k9iW3xx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB8k9iW3xx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB8k9iW3xx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB8k9iW3xx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB8k9iW3xx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB8k9iW3xx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB8k9iW3xx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB8k9iW3xx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB8k9iW3xx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB8k9iW3xx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB8k9iW3xx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB8k9iW3xx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB8k9iW3xx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB8k9iW3xx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB8k9iW3xx .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uB8k9iW3xx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB8k9iW3xx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB8k9iW3xx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB8k9iW3xx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB8k9iW3xx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB8k9iW3xx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB8k9iW3xx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB8k9iW3xx .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uB8k9iW3xx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB8k9iW3xx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB8k9iW3xx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB8k9iW3xx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB8k9iW3xx .dropdown-item.active,
.cid-uB8k9iW3xx .dropdown-item:active {
  background-color: transparent;
}
.cid-uB8k9iW3xx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB8k9iW3xx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB8k9iW3xx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB8k9iW3xx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB8k9iW3xx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB8k9iW3xx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB8k9iW3xx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uB8k9iW3xx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uB8k9iW3xx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB8k9iW3xx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8k9iW3xx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB8k9iW3xx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB8k9iW3xx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8k9iW3xx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB8k9iW3xx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB8k9iW3xx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB8k9iW3xx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB8k9iW3xx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB8k9iW3xx .navbar {
    height: 70px;
  }
  .cid-uB8k9iW3xx .navbar.opened {
    height: auto;
  }
  .cid-uB8k9iW3xx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB8k9iW3xx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB8k9iW3xx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uB8k9iW3xx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB8k9iW3xx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB8k9iW3xx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uB8k9iW3xx .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB8k9iW3xx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB8k9iW3xx .text_widget {
  margin-bottom: 32px;
}
.cid-uB8k9iW3xx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB8k9iW3xx .text_widget a:hover,
.cid-uB8k9iW3xx .text_widget a:focus {
  opacity: .8;
}
.cid-uB8k9iW3xx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uB8k9iW3xx .navbar-caption {
  color: #000000;
}
.cid-uB8k9iW3xx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB8k9iW3xx .mbr-section-subtitle,
.cid-uB8k9iW3xx .text_widget,
.cid-uB8k9iW3xx .mbr-section-btn {
  text-align: center;
}
.cid-uB8k9iW3xx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB8k9jElmE {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uB8k9jElmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8k9jElmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8k9jElmE .container {
    padding: 0 22px;
  }
}
.cid-uB8k9jElmE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB8k9jElmE .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uFOmcM02y5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFOmcM02y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOmcM02y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOmcM02y5 .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uFOmcM02y5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uFOmcM02y5 .panel-group {
  border: none;
}
.cid-uFOmcM02y5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFOmcM02y5 .panel-body,
.cid-uFOmcM02y5 .card-header {
  padding: 1rem 0;
}
.cid-uFOmcM02y5 .panel-body p {
  text-align: justify;
}
.cid-uFOmcM02y5 .panel-title-edit {
  color: #000000;
}
.cid-uFOmcM02y5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFOmcM02y5 .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uB8k9lCwTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uB8k9lCwTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8k9lCwTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB8k9lCwTr .container {
    padding: 0 22px;
  }
}
.cid-uB8k9lCwTr .row {
  justify-content: space-between;
}
.cid-uB8k9lCwTr .content-wrapper {
  margin-bottom: 32px;
}
.cid-uB8k9lCwTr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB8k9lCwTr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB8k9lCwTr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB8k9lCwTr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uB8k9lCwTr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uB8k9lCwTr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uB8k9lCwTr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uB8k9lCwTr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uB8k9lCwTr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB8k9lCwTr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uB8k9lCwTr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uB8k9lCwTr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uB8k9lCwTr .copy-wrapper {
    display: block;
  }
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uB8k9lCwTr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uB8k9lCwTr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uB8k9lCwTr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB8k9lCwTr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uB8k9lCwTr .mbr-section-title {
  color: #ff5753;
}
.cid-uB8k9lCwTr .mbr-text {
  color: #ffffff;
}
.cid-uB8k9lCwTr .list {
  color: #635d60;
}
.cid-uB8k9lCwTr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uB8k9lCwTr .mbr-section-title,
.cid-uB8k9lCwTr .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uB8k9lCwTr .list,
.cid-uB8k9lCwTr .item-wrap {
  color: #ffffff;
}
.cid-uIFKbj39Dk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIFKbj39Dk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uIFKbj39Dk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uIFKbj39Dk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIFKbj39Dk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIFKbj39Dk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIFKbj39Dk .menu_box .navbar.opened,
  .cid-uIFKbj39Dk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIFKbj39Dk nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uIFKbj39Dk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIFKbj39Dk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIFKbj39Dk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIFKbj39Dk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIFKbj39Dk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIFKbj39Dk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uIFKbj39Dk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIFKbj39Dk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIFKbj39Dk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIFKbj39Dk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIFKbj39Dk .offcanvas-body .mbr-text,
  .cid-uIFKbj39Dk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIFKbj39Dk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIFKbj39Dk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIFKbj39Dk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIFKbj39Dk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIFKbj39Dk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIFKbj39Dk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIFKbj39Dk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIFKbj39Dk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIFKbj39Dk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIFKbj39Dk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIFKbj39Dk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIFKbj39Dk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIFKbj39Dk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIFKbj39Dk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uIFKbj39Dk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIFKbj39Dk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uIFKbj39Dk .nav-item {
    margin: 0 !important;
  }
}
.cid-uIFKbj39Dk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIFKbj39Dk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIFKbj39Dk .nav-item .nav-link:hover::before,
.cid-uIFKbj39Dk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIFKbj39Dk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIFKbj39Dk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIFKbj39Dk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIFKbj39Dk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIFKbj39Dk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIFKbj39Dk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIFKbj39Dk .offcanvas_box {
    display: none;
  }
}
.cid-uIFKbj39Dk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIFKbj39Dk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIFKbj39Dk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIFKbj39Dk .container {
  display: flex;
  margin: auto;
}
.cid-uIFKbj39Dk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIFKbj39Dk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIFKbj39Dk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIFKbj39Dk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIFKbj39Dk .navbar-nav {
    margin: 0;
  }
}
.cid-uIFKbj39Dk .dropdown-menu,
.cid-uIFKbj39Dk .navbar.opened {
  background-color: false !important;
}
.cid-uIFKbj39Dk .nav-item:focus,
.cid-uIFKbj39Dk .nav-link:focus {
  outline: none;
}
.cid-uIFKbj39Dk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIFKbj39Dk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIFKbj39Dk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIFKbj39Dk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIFKbj39Dk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIFKbj39Dk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIFKbj39Dk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIFKbj39Dk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIFKbj39Dk .navbar.opened {
  transition: all 0.3s;
}
.cid-uIFKbj39Dk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIFKbj39Dk .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIFKbj39Dk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIFKbj39Dk .navbar.collapsed {
  justify-content: center;
}
.cid-uIFKbj39Dk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIFKbj39Dk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIFKbj39Dk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIFKbj39Dk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIFKbj39Dk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIFKbj39Dk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIFKbj39Dk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIFKbj39Dk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIFKbj39Dk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIFKbj39Dk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIFKbj39Dk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIFKbj39Dk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIFKbj39Dk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIFKbj39Dk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIFKbj39Dk .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uIFKbj39Dk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIFKbj39Dk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIFKbj39Dk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIFKbj39Dk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIFKbj39Dk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIFKbj39Dk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIFKbj39Dk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIFKbj39Dk .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uIFKbj39Dk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIFKbj39Dk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIFKbj39Dk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIFKbj39Dk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIFKbj39Dk .dropdown-item.active,
.cid-uIFKbj39Dk .dropdown-item:active {
  background-color: transparent;
}
.cid-uIFKbj39Dk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIFKbj39Dk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIFKbj39Dk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIFKbj39Dk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIFKbj39Dk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIFKbj39Dk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIFKbj39Dk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uIFKbj39Dk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIFKbj39Dk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIFKbj39Dk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIFKbj39Dk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIFKbj39Dk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIFKbj39Dk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIFKbj39Dk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIFKbj39Dk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIFKbj39Dk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIFKbj39Dk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIFKbj39Dk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIFKbj39Dk .navbar {
    height: 70px;
  }
  .cid-uIFKbj39Dk .navbar.opened {
    height: auto;
  }
  .cid-uIFKbj39Dk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIFKbj39Dk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIFKbj39Dk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uIFKbj39Dk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIFKbj39Dk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIFKbj39Dk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uIFKbj39Dk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIFKbj39Dk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIFKbj39Dk .text_widget {
  margin-bottom: 32px;
}
.cid-uIFKbj39Dk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIFKbj39Dk .text_widget a:hover,
.cid-uIFKbj39Dk .text_widget a:focus {
  opacity: .8;
}
.cid-uIFKbj39Dk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIFKbj39Dk .navbar-caption {
  color: #000000;
}
.cid-uIFKbj39Dk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uIFKbj39Dk .mbr-section-subtitle,
.cid-uIFKbj39Dk .text_widget,
.cid-uIFKbj39Dk .mbr-section-btn {
  text-align: center;
}
.cid-uIFKbj39Dk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIFKbjIuRZ {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uIFKbjIuRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFKbjIuRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIFKbjIuRZ .container {
    padding: 0 22px;
  }
}
.cid-uIFKbjIuRZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIFKbjIuRZ .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uIFKbk56cE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIFKbk56cE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFKbk56cE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFKbk56cE .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIFKbk56cE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIFKbk56cE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIFKbk56cE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIFKbk56cE .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uIFKbk56cE .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIFKbk56cE .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uIFKbk56cE .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uIFKbk56cE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #b9adc9;
  border: none;
}
.cid-uIFKbk56cE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #402e59;
}
.cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uIFKbk56cE .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uIFKbk56cE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIFKbk56cE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIFKbk56cE .item-title {
  color: #ffffff;
}
.cid-uIFKbk56cE .item-text {
  color: #ffffff;
}
.cid-uIFKbk56cE .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIFKbk56cE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIFKbk56cE .panel-group {
  border: none;
}
.cid-uIFKbk56cE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIFKbk56cE .panel-body,
.cid-uIFKbk56cE .card-header {
  padding: 1rem 0;
}
.cid-uIFKbk56cE .panel-body p {
  text-align: justify;
}
.cid-uIFKbk56cE .panel-title-edit {
  color: #000000;
}
.cid-uIFKbk56cE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIFKbk56cE .mbr-section-head {
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
}
.cid-uIFKbk56cE .mbr-section-head H3 {
  color: #402e59;
  text-align: left;
}
.cid-uIFKblMO35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uIFKblMO35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFKblMO35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIFKblMO35 .container {
    padding: 0 22px;
  }
}
.cid-uIFKblMO35 .row {
  justify-content: space-between;
}
.cid-uIFKblMO35 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uIFKblMO35 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIFKblMO35 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIFKblMO35 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFKblMO35 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uIFKblMO35 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIFKblMO35 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIFKblMO35 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uIFKblMO35 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uIFKblMO35 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIFKblMO35 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uIFKblMO35 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uIFKblMO35 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uIFKblMO35 .copy-wrapper {
    display: block;
  }
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uIFKblMO35 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uIFKblMO35 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIFKblMO35 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIFKblMO35 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uIFKblMO35 .mbr-section-title {
  color: #ff5753;
}
.cid-uIFKblMO35 .mbr-text {
  color: #ffffff;
}
.cid-uIFKblMO35 .list {
  color: #635d60;
}
.cid-uIFKblMO35 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uIFKblMO35 .mbr-section-title,
.cid-uIFKblMO35 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uIFKblMO35 .list,
.cid-uIFKblMO35 .item-wrap {
  color: #ffffff;
}
.cid-uIzrMe4i1S {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIzrMe4i1S .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uIzrMe4i1S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uIzrMe4i1S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIzrMe4i1S .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIzrMe4i1S .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIzrMe4i1S .menu_box .navbar.opened,
  .cid-uIzrMe4i1S .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIzrMe4i1S nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uIzrMe4i1S .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIzrMe4i1S .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIzrMe4i1S .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIzrMe4i1S .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIzrMe4i1S .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIzrMe4i1S .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uIzrMe4i1S .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIzrMe4i1S .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIzrMe4i1S .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIzrMe4i1S .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIzrMe4i1S .offcanvas-body .mbr-text,
  .cid-uIzrMe4i1S .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIzrMe4i1S .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIzrMe4i1S .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIzrMe4i1S .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIzrMe4i1S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIzrMe4i1S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIzrMe4i1S .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIzrMe4i1S .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIzrMe4i1S ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIzrMe4i1S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIzrMe4i1S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIzrMe4i1S .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIzrMe4i1S li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIzrMe4i1S .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIzrMe4i1S .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uIzrMe4i1S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIzrMe4i1S .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uIzrMe4i1S .nav-item {
    margin: 0 !important;
  }
}
.cid-uIzrMe4i1S .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIzrMe4i1S .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIzrMe4i1S .nav-item .nav-link:hover::before,
.cid-uIzrMe4i1S .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIzrMe4i1S .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIzrMe4i1S .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIzrMe4i1S .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIzrMe4i1S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIzrMe4i1S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIzrMe4i1S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIzrMe4i1S .offcanvas_box {
    display: none;
  }
}
.cid-uIzrMe4i1S .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIzrMe4i1S .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIzrMe4i1S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIzrMe4i1S .container {
  display: flex;
  margin: auto;
}
.cid-uIzrMe4i1S .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIzrMe4i1S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIzrMe4i1S .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIzrMe4i1S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIzrMe4i1S .navbar-nav {
    margin: 0;
  }
}
.cid-uIzrMe4i1S .dropdown-menu,
.cid-uIzrMe4i1S .navbar.opened {
  background-color: false !important;
}
.cid-uIzrMe4i1S .nav-item:focus,
.cid-uIzrMe4i1S .nav-link:focus {
  outline: none;
}
.cid-uIzrMe4i1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIzrMe4i1S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIzrMe4i1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIzrMe4i1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzrMe4i1S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIzrMe4i1S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIzrMe4i1S .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIzrMe4i1S .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIzrMe4i1S .navbar.opened {
  transition: all 0.3s;
}
.cid-uIzrMe4i1S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIzrMe4i1S .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIzrMe4i1S .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIzrMe4i1S .navbar.collapsed {
  justify-content: center;
}
.cid-uIzrMe4i1S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIzrMe4i1S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIzrMe4i1S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIzrMe4i1S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIzrMe4i1S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIzrMe4i1S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIzrMe4i1S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIzrMe4i1S .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIzrMe4i1S .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIzrMe4i1S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIzrMe4i1S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIzrMe4i1S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIzrMe4i1S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIzrMe4i1S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIzrMe4i1S .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uIzrMe4i1S .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIzrMe4i1S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIzrMe4i1S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIzrMe4i1S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIzrMe4i1S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIzrMe4i1S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIzrMe4i1S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIzrMe4i1S .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uIzrMe4i1S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIzrMe4i1S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIzrMe4i1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIzrMe4i1S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIzrMe4i1S .dropdown-item.active,
.cid-uIzrMe4i1S .dropdown-item:active {
  background-color: transparent;
}
.cid-uIzrMe4i1S .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIzrMe4i1S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIzrMe4i1S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIzrMe4i1S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIzrMe4i1S ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIzrMe4i1S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIzrMe4i1S button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uIzrMe4i1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIzrMe4i1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIzrMe4i1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzrMe4i1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzrMe4i1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIzrMe4i1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzrMe4i1S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIzrMe4i1S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIzrMe4i1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzrMe4i1S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIzrMe4i1S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIzrMe4i1S .navbar {
    height: 70px;
  }
  .cid-uIzrMe4i1S .navbar.opened {
    height: auto;
  }
  .cid-uIzrMe4i1S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIzrMe4i1S .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIzrMe4i1S .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uIzrMe4i1S .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIzrMe4i1S .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIzrMe4i1S .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uIzrMe4i1S .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIzrMe4i1S .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIzrMe4i1S .text_widget {
  margin-bottom: 32px;
}
.cid-uIzrMe4i1S .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIzrMe4i1S .text_widget a:hover,
.cid-uIzrMe4i1S .text_widget a:focus {
  opacity: .8;
}
.cid-uIzrMe4i1S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIzrMe4i1S .navbar-caption {
  color: #000000;
}
.cid-uIzrMe4i1S .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uIzrMe4i1S .mbr-section-subtitle,
.cid-uIzrMe4i1S .text_widget,
.cid-uIzrMe4i1S .mbr-section-btn {
  text-align: center;
}
.cid-uIzrMe4i1S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIzrMeECXg {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uIzrMeECXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzrMeECXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIzrMeECXg .container {
    padding: 0 22px;
  }
}
.cid-uIzrMeECXg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIzrMeECXg .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uIzO6OSHCD {
  background-color: #ffffff;
}
.cid-uIzO6OSHCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzO6OSHCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzO6OSHCD .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIzO6OSHCD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIzO6OSHCD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIzO6OSHCD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIzO6OSHCD .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uIzO6OSHCD .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIzO6OSHCD .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uIzO6OSHCD .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uIzO6OSHCD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #b9adc9;
  border: none;
}
.cid-uIzO6OSHCD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #402e59;
}
.cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uIzO6OSHCD .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uIzO6OSHCD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIzO6OSHCD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIzO6OSHCD .item-title {
  color: #ffffff;
}
.cid-uIzO6OSHCD .item-text {
  color: #ffffff;
}
.cid-uIzO6OSHCD .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-uIzO6OSHCD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-uIzO6OSHCD .panel-group {
  border: none;
}
.cid-uIzO6OSHCD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIzO6OSHCD .panel-body,
.cid-uIzO6OSHCD .card-header {
  padding: 1rem 0;
}
.cid-uIzO6OSHCD .panel-body p {
  text-align: justify;
}
.cid-uIzO6OSHCD .panel-title-edit {
  color: #131212;
}
.cid-uIzO6OSHCD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIzO6OSHCD .mbr-section-head {
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
}
.cid-uIzO6OSHCD .mbr-section-head H3 {
  color: #402e59;
  text-align: left;
}
.cid-uIzO6OSHCD .encabezado {
  text-align: center;
  background-color: #523f6d;
  color: white;
  vertical-align: middle;
}
.cid-uIzrMfGA9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uIzrMfGA9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzrMfGA9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIzrMfGA9d .container {
    padding: 0 22px;
  }
}
.cid-uIzrMfGA9d .row {
  justify-content: space-between;
}
.cid-uIzrMfGA9d .content-wrapper {
  margin-bottom: 32px;
}
.cid-uIzrMfGA9d .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIzrMfGA9d .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIzrMfGA9d .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIzrMfGA9d .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uIzrMfGA9d .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIzrMfGA9d .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIzrMfGA9d .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uIzrMfGA9d .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uIzrMfGA9d .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIzrMfGA9d .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uIzrMfGA9d .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uIzrMfGA9d .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uIzrMfGA9d .copy-wrapper {
    display: block;
  }
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uIzrMfGA9d .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uIzrMfGA9d .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIzrMfGA9d .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIzrMfGA9d .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uIzrMfGA9d .mbr-section-title {
  color: #ff5753;
}
.cid-uIzrMfGA9d .mbr-text {
  color: #ffffff;
}
.cid-uIzrMfGA9d .list {
  color: #635d60;
}
.cid-uIzrMfGA9d .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uIzrMfGA9d .mbr-section-title,
.cid-uIzrMfGA9d .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uIzrMfGA9d .list,
.cid-uIzrMfGA9d .item-wrap {
  color: #ffffff;
}
.cid-uJqdLGMJdc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJqdLGMJdc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uJqdLGMJdc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uJqdLGMJdc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJqdLGMJdc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJqdLGMJdc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJqdLGMJdc .menu_box .navbar.opened,
  .cid-uJqdLGMJdc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJqdLGMJdc nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uJqdLGMJdc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJqdLGMJdc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJqdLGMJdc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJqdLGMJdc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJqdLGMJdc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJqdLGMJdc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uJqdLGMJdc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJqdLGMJdc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJqdLGMJdc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJqdLGMJdc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJqdLGMJdc .offcanvas-body .mbr-text,
  .cid-uJqdLGMJdc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJqdLGMJdc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJqdLGMJdc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJqdLGMJdc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uJqdLGMJdc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJqdLGMJdc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJqdLGMJdc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJqdLGMJdc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJqdLGMJdc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJqdLGMJdc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJqdLGMJdc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJqdLGMJdc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJqdLGMJdc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJqdLGMJdc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJqdLGMJdc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJqdLGMJdc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJqdLGMJdc .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJqdLGMJdc .nav-item {
    margin: 0 !important;
  }
}
.cid-uJqdLGMJdc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJqdLGMJdc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJqdLGMJdc .nav-item .nav-link:hover::before,
.cid-uJqdLGMJdc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJqdLGMJdc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJqdLGMJdc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJqdLGMJdc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJqdLGMJdc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJqdLGMJdc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJqdLGMJdc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJqdLGMJdc .offcanvas_box {
    display: none;
  }
}
.cid-uJqdLGMJdc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJqdLGMJdc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJqdLGMJdc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJqdLGMJdc .container {
  display: flex;
  margin: auto;
}
.cid-uJqdLGMJdc .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJqdLGMJdc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJqdLGMJdc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJqdLGMJdc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJqdLGMJdc .navbar-nav {
    margin: 0;
  }
}
.cid-uJqdLGMJdc .dropdown-menu,
.cid-uJqdLGMJdc .navbar.opened {
  background-color: false !important;
}
.cid-uJqdLGMJdc .nav-item:focus,
.cid-uJqdLGMJdc .nav-link:focus {
  outline: none;
}
.cid-uJqdLGMJdc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJqdLGMJdc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJqdLGMJdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJqdLGMJdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJqdLGMJdc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJqdLGMJdc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJqdLGMJdc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJqdLGMJdc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJqdLGMJdc .navbar.opened {
  transition: all 0.3s;
}
.cid-uJqdLGMJdc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJqdLGMJdc .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJqdLGMJdc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJqdLGMJdc .navbar.collapsed {
  justify-content: center;
}
.cid-uJqdLGMJdc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJqdLGMJdc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJqdLGMJdc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJqdLGMJdc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJqdLGMJdc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJqdLGMJdc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJqdLGMJdc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJqdLGMJdc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJqdLGMJdc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJqdLGMJdc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJqdLGMJdc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJqdLGMJdc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJqdLGMJdc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJqdLGMJdc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJqdLGMJdc .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uJqdLGMJdc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJqdLGMJdc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJqdLGMJdc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJqdLGMJdc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJqdLGMJdc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJqdLGMJdc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJqdLGMJdc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJqdLGMJdc .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uJqdLGMJdc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJqdLGMJdc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJqdLGMJdc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJqdLGMJdc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJqdLGMJdc .dropdown-item.active,
.cid-uJqdLGMJdc .dropdown-item:active {
  background-color: transparent;
}
.cid-uJqdLGMJdc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uJqdLGMJdc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJqdLGMJdc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJqdLGMJdc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJqdLGMJdc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJqdLGMJdc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJqdLGMJdc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uJqdLGMJdc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJqdLGMJdc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJqdLGMJdc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJqdLGMJdc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJqdLGMJdc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJqdLGMJdc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJqdLGMJdc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJqdLGMJdc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJqdLGMJdc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJqdLGMJdc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJqdLGMJdc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJqdLGMJdc .navbar {
    height: 70px;
  }
  .cid-uJqdLGMJdc .navbar.opened {
    height: auto;
  }
  .cid-uJqdLGMJdc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJqdLGMJdc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJqdLGMJdc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJqdLGMJdc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJqdLGMJdc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJqdLGMJdc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uJqdLGMJdc .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJqdLGMJdc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJqdLGMJdc .text_widget {
  margin-bottom: 32px;
}
.cid-uJqdLGMJdc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJqdLGMJdc .text_widget a:hover,
.cid-uJqdLGMJdc .text_widget a:focus {
  opacity: .8;
}
.cid-uJqdLGMJdc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJqdLGMJdc .navbar-caption {
  color: #000000;
}
.cid-uJqdLGMJdc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJqdLGMJdc .mbr-section-subtitle,
.cid-uJqdLGMJdc .text_widget,
.cid-uJqdLGMJdc .mbr-section-btn {
  text-align: center;
}
.cid-uJqdLGMJdc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJqdLHr8H5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uJqdLHr8H5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJqdLHr8H5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJqdLHr8H5 .container {
    padding: 0 22px;
  }
}
.cid-uJqdLHr8H5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJqdLHr8H5 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uJqdLHr8H5 .containerA {
  max-width: 1100px;
  margin: auto;
}
.cid-uJqdLHr8H5 #searchBox {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}
.cid-uJqdLHr8H5 .filtersA,
.cid-uJqdLHr8H5 .filtersB,
.cid-uJqdLHr8H5 .filters {
  margin-bottom: 20px;
}
.cid-uJqdLHr8H5 select {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-left: 10px;
}
.cid-uJqdLHr8H5 .filters button {
  padding: 12px 24px;
  background-color: #8b6aa5;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cid-uJqdLHr8H5 .filters button:hover {
  background-color: #6c4d8f;
}
.cid-uJqdLHr8H5 .video-tabs {
  text-align: center;
  margin: 20px 0;
}
.cid-uJqdLHr8H5 .tab-buttons {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cid-uJqdLHr8H5 .tab-buttons li {
  padding: 10px 20px;
  background-color: #8b6aa5;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cid-uJqdLHr8H5 .tab-buttons li:hover,
.cid-uJqdLHr8H5 .tab-buttons li.active {
  background-color: #6c4d8f;
}
.cid-uJqdLHr8H5 #results {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 30px;
}
.cid-uJqdLHr8H5 .video-card {
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 300px;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uJqdLHr8H5 .video-card:hover {
  transform: translateY(-5px);
}
.cid-uJqdLHr8H5 .video-card iframe {
  width: 100%;
  height: 170px;
  border: none;
}
.cid-uJqdLHr8H5 .video-card h4 {
  margin: 16px 12px 8px;
  font-size: 18px;
  color: #444;
}
.cid-uJqdLHr8H5 .video-card p {
  margin: 0 12px 12px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .cid-uJqdLHr8H5 .video-card {
    width: 90%;
  }
}
.cid-uJqdLHr8H5 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.cid-uJqdLHr8H5 table th,
.cid-uJqdLHr8H5 table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.cid-uJqdLHr8H5 table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.cid-uJqdLHr8H5 table tr:nth-child(odd) {
  background-color: #ffffff;
}
.cid-uJqdLHr8H5 table th {
  background-color: #2c3e50;
  color: white;
}
.cid-uJqdLHr8H5 a {
  color: #000;
}
.cid-uJqdLHr8H5 .tabla-green {
  background-color: rgba(0, 128, 0, 0.2);
  width: 100%;
  border-collapse: collapse;
}
.cid-uJqdLHr8H5 .tabla-blue {
  background-color: rgba(40, 133, 209, 0.2);
  width: 100%;
  border-collapse: collapse;
}
.cid-uJqdLHr8H5 .tabla-pink {
  background-color: rgba(255, 105, 180, 0.2);
  width: 100%;
  border-collapse: collapse;
}
.cid-uJqdLHr8H5 .table-green {
  background-color: rgba(0, 128, 0, 0.2);
}
.cid-uJqdLHr8H5 .table-blue {
  background-color: rgba(40, 133, 209, 0.2);
}
.cid-uJqdLHr8H5 .table-pink {
  background-color: rgba(255, 105, 180, 0.2);
}
.cid-uJqdLHr8H5 .encabezado-green {
  background-color: green;
  color: white;
}
.cid-uJqdLHr8H5 .encabezado-blue {
  background-color: blue;
  color: white;
}
.cid-uJqdLHr8H5 .encabezado-pink {
  background-color: pink;
  color: white;
}
.cid-uJqdLLxRRx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uJqdLLxRRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJqdLLxRRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJqdLLxRRx .container {
    padding: 0 22px;
  }
}
.cid-uJqdLLxRRx .row {
  justify-content: space-between;
}
.cid-uJqdLLxRRx .content-wrapper {
  margin-bottom: 32px;
}
.cid-uJqdLLxRRx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJqdLLxRRx .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uJqdLLxRRx .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJqdLLxRRx .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uJqdLLxRRx .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJqdLLxRRx .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJqdLLxRRx .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJqdLLxRRx .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uJqdLLxRRx .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJqdLLxRRx .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJqdLLxRRx .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJqdLLxRRx .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uJqdLLxRRx .copy-wrapper {
    display: block;
  }
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJqdLLxRRx .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uJqdLLxRRx .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJqdLLxRRx .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJqdLLxRRx .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uJqdLLxRRx .mbr-section-title {
  color: #ff5753;
}
.cid-uJqdLLxRRx .mbr-text {
  color: #ffffff;
}
.cid-uJqdLLxRRx .list {
  color: #635d60;
}
.cid-uJqdLLxRRx .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uJqdLLxRRx .mbr-section-title,
.cid-uJqdLLxRRx .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uJqdLLxRRx .list,
.cid-uJqdLLxRRx .item-wrap {
  color: #ffffff;
}
.cid-uJZq7FQS1V {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJZq7FQS1V .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uJZq7FQS1V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uJZq7FQS1V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJZq7FQS1V .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJZq7FQS1V .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJZq7FQS1V .menu_box .navbar.opened,
  .cid-uJZq7FQS1V .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJZq7FQS1V nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uJZq7FQS1V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJZq7FQS1V .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJZq7FQS1V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJZq7FQS1V .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJZq7FQS1V .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJZq7FQS1V .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uJZq7FQS1V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJZq7FQS1V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJZq7FQS1V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJZq7FQS1V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJZq7FQS1V .offcanvas-body .mbr-text,
  .cid-uJZq7FQS1V .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJZq7FQS1V .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJZq7FQS1V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJZq7FQS1V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uJZq7FQS1V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJZq7FQS1V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJZq7FQS1V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJZq7FQS1V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJZq7FQS1V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJZq7FQS1V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJZq7FQS1V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJZq7FQS1V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJZq7FQS1V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJZq7FQS1V .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJZq7FQS1V .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJZq7FQS1V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJZq7FQS1V .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJZq7FQS1V .nav-item {
    margin: 0 !important;
  }
}
.cid-uJZq7FQS1V .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJZq7FQS1V .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJZq7FQS1V .nav-item .nav-link:hover::before,
.cid-uJZq7FQS1V .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJZq7FQS1V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJZq7FQS1V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJZq7FQS1V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJZq7FQS1V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJZq7FQS1V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJZq7FQS1V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJZq7FQS1V .offcanvas_box {
    display: none;
  }
}
.cid-uJZq7FQS1V .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJZq7FQS1V .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJZq7FQS1V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJZq7FQS1V .container {
  display: flex;
  margin: auto;
}
.cid-uJZq7FQS1V .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJZq7FQS1V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJZq7FQS1V .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJZq7FQS1V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJZq7FQS1V .navbar-nav {
    margin: 0;
  }
}
.cid-uJZq7FQS1V .dropdown-menu,
.cid-uJZq7FQS1V .navbar.opened {
  background-color: false !important;
}
.cid-uJZq7FQS1V .nav-item:focus,
.cid-uJZq7FQS1V .nav-link:focus {
  outline: none;
}
.cid-uJZq7FQS1V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJZq7FQS1V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJZq7FQS1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJZq7FQS1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJZq7FQS1V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJZq7FQS1V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJZq7FQS1V .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJZq7FQS1V .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJZq7FQS1V .navbar.opened {
  transition: all 0.3s;
}
.cid-uJZq7FQS1V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJZq7FQS1V .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJZq7FQS1V .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJZq7FQS1V .navbar.collapsed {
  justify-content: center;
}
.cid-uJZq7FQS1V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJZq7FQS1V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJZq7FQS1V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJZq7FQS1V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJZq7FQS1V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJZq7FQS1V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJZq7FQS1V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJZq7FQS1V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJZq7FQS1V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJZq7FQS1V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJZq7FQS1V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJZq7FQS1V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJZq7FQS1V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJZq7FQS1V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJZq7FQS1V .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uJZq7FQS1V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJZq7FQS1V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJZq7FQS1V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJZq7FQS1V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJZq7FQS1V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJZq7FQS1V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJZq7FQS1V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJZq7FQS1V .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uJZq7FQS1V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJZq7FQS1V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJZq7FQS1V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJZq7FQS1V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJZq7FQS1V .dropdown-item.active,
.cid-uJZq7FQS1V .dropdown-item:active {
  background-color: transparent;
}
.cid-uJZq7FQS1V .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uJZq7FQS1V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJZq7FQS1V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJZq7FQS1V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJZq7FQS1V ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJZq7FQS1V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJZq7FQS1V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uJZq7FQS1V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJZq7FQS1V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJZq7FQS1V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJZq7FQS1V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJZq7FQS1V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJZq7FQS1V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJZq7FQS1V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJZq7FQS1V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJZq7FQS1V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJZq7FQS1V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJZq7FQS1V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJZq7FQS1V .navbar {
    height: 70px;
  }
  .cid-uJZq7FQS1V .navbar.opened {
    height: auto;
  }
  .cid-uJZq7FQS1V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJZq7FQS1V .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJZq7FQS1V .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJZq7FQS1V .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJZq7FQS1V .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJZq7FQS1V .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uJZq7FQS1V .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJZq7FQS1V .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJZq7FQS1V .text_widget {
  margin-bottom: 32px;
}
.cid-uJZq7FQS1V .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJZq7FQS1V .text_widget a:hover,
.cid-uJZq7FQS1V .text_widget a:focus {
  opacity: .8;
}
.cid-uJZq7FQS1V .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJZq7FQS1V .navbar-caption {
  color: #000000;
}
.cid-uJZq7FQS1V .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJZq7FQS1V .mbr-section-subtitle,
.cid-uJZq7FQS1V .text_widget,
.cid-uJZq7FQS1V .mbr-section-btn {
  text-align: center;
}
.cid-uJZq7FQS1V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJZq7GzBz6 {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uJZq7GzBz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJZq7GzBz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJZq7GzBz6 .container {
    padding: 0 22px;
  }
}
.cid-uJZq7GzBz6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJZq7GzBz6 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uK5HNlwFiS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK5HNlwFiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5HNlwFiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5HNlwFiS .container {
    padding: 0 22px;
  }
}
.cid-uK5HNlwFiS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK5HNlwFiS .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uK6bFh5bmi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK6bFh5bmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK6bFh5bmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK6bFh5bmi .container {
    padding: 0 22px;
  }
}
.cid-uK6bFh5bmi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK6bFh5bmi .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uK5Iq8W9sp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK5Iq8W9sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5Iq8W9sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5Iq8W9sp .container {
    padding: 0 22px;
  }
}
.cid-uK5Iq8W9sp .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK5Iq8W9sp .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uJZq7GVjFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uJZq7GVjFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJZq7GVjFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJZq7GVjFR .container {
    padding: 0 22px;
  }
}
.cid-uJZq7GVjFR .row {
  justify-content: space-between;
}
.cid-uJZq7GVjFR .row .card {
  justify-content: center;
}
.cid-uJZq7GVjFR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJZq7GVjFR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uJZq7GVjFR .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uJZq7GVjFR .image-wrapper {
  position: relative;
}
.cid-uJZq7GVjFR .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uJZq7GVjFR .image-wrapper img {
    height: auto;
  }
}
.cid-uJZq7GVjFR .mbr-section-title {
  color: #402e59;
}
.cid-uJZq7GVjFR .mbr-desc {
  color: #000000;
}
.cid-uJZq7GVjFR .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK5QSiB8ov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK5QSiB8ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5QSiB8ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5QSiB8ov .container {
    padding: 0 22px;
  }
}
.cid-uK5QSiB8ov .row {
  justify-content: space-between;
}
.cid-uK5QSiB8ov .row .card {
  justify-content: center;
}
.cid-uK5QSiB8ov .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK5QSiB8ov .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK5QSiB8ov .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK5QSiB8ov .image-wrapper {
  position: relative;
}
.cid-uK5QSiB8ov .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK5QSiB8ov .image-wrapper img {
    height: auto;
  }
}
.cid-uK5QSiB8ov .mbr-section-title {
  color: #402e59;
}
.cid-uK5QSiB8ov .mbr-desc {
  color: #000000;
}
.cid-uK5QSiB8ov .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK60eiKGXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK60eiKGXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK60eiKGXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK60eiKGXW .container {
    padding: 0 22px;
  }
}
.cid-uK60eiKGXW .row {
  justify-content: space-between;
}
.cid-uK60eiKGXW .row .card {
  justify-content: center;
}
.cid-uK60eiKGXW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK60eiKGXW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK60eiKGXW .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK60eiKGXW .image-wrapper {
  position: relative;
}
.cid-uK60eiKGXW .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK60eiKGXW .image-wrapper img {
    height: auto;
  }
}
.cid-uK60eiKGXW .mbr-section-title {
  color: #402e59;
}
.cid-uK60eiKGXW .mbr-desc {
  color: #000000;
}
.cid-uK60eiKGXW .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK5N5FhfQB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK5N5FhfQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5N5FhfQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5N5FhfQB .container {
    padding: 0 22px;
  }
}
.cid-uK5N5FhfQB .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK5N5FhfQB .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK5PzMnW5x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK5PzMnW5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5PzMnW5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5PzMnW5x .container {
    padding: 0 22px;
  }
}
.cid-uK5PzMnW5x .row {
  justify-content: space-between;
}
.cid-uK5PzMnW5x .row .card {
  justify-content: center;
}
.cid-uK5PzMnW5x .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK5PzMnW5x .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK5PzMnW5x .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK5PzMnW5x .image-wrapper {
  position: relative;
}
.cid-uK5PzMnW5x .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK5PzMnW5x .image-wrapper img {
    height: auto;
  }
}
.cid-uK5PzMnW5x .mbr-section-title {
  color: #402e59;
}
.cid-uK5PzMnW5x .mbr-desc {
  color: #000000;
}
.cid-uK5PzMnW5x .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK5NbZ0Wzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK5NbZ0Wzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5NbZ0Wzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5NbZ0Wzn .container {
    padding: 0 22px;
  }
}
.cid-uK5NbZ0Wzn .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK5NbZ0Wzn .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uMxKuYzjoR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uMxKuYzjoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxKuYzjoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMxKuYzjoR .container {
    padding: 0 22px;
  }
}
.cid-uMxKuYzjoR .row {
  justify-content: space-between;
}
.cid-uMxKuYzjoR .row .card {
  justify-content: center;
}
.cid-uMxKuYzjoR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMxKuYzjoR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMxKuYzjoR .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uMxKuYzjoR .image-wrapper {
  position: relative;
}
.cid-uMxKuYzjoR .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uMxKuYzjoR .image-wrapper img {
    height: auto;
  }
}
.cid-uMxKuYzjoR .mbr-section-title {
  color: #402e59;
}
.cid-uMxKuYzjoR .mbr-desc {
  color: #000000;
}
.cid-uMxKuYzjoR .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uMxs7FlzfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uMxs7FlzfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxs7FlzfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMxs7FlzfH .container {
    padding: 0 22px;
  }
}
.cid-uMxs7FlzfH .row {
  justify-content: space-between;
}
.cid-uMxs7FlzfH .row .card {
  justify-content: center;
}
.cid-uMxs7FlzfH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMxs7FlzfH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMxs7FlzfH .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uMxs7FlzfH .image-wrapper {
  position: relative;
}
.cid-uMxs7FlzfH .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uMxs7FlzfH .image-wrapper img {
    height: auto;
  }
}
.cid-uMxs7FlzfH .mbr-section-title {
  color: #402e59;
}
.cid-uMxs7FlzfH .mbr-desc {
  color: #000000;
}
.cid-uMxs7FlzfH .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK60yp3Qux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK60yp3Qux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK60yp3Qux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK60yp3Qux .container {
    padding: 0 22px;
  }
}
.cid-uK60yp3Qux .row {
  justify-content: space-between;
}
.cid-uK60yp3Qux .row .card {
  justify-content: center;
}
.cid-uK60yp3Qux .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK60yp3Qux .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK60yp3Qux .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK60yp3Qux .image-wrapper {
  position: relative;
}
.cid-uK60yp3Qux .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK60yp3Qux .image-wrapper img {
    height: auto;
  }
}
.cid-uK60yp3Qux .mbr-section-title {
  color: #402e59;
}
.cid-uK60yp3Qux .mbr-desc {
  color: #000000;
}
.cid-uK60yp3Qux .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK60zIeFxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK60zIeFxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK60zIeFxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK60zIeFxE .container {
    padding: 0 22px;
  }
}
.cid-uK60zIeFxE .row {
  justify-content: space-between;
}
.cid-uK60zIeFxE .row .card {
  justify-content: center;
}
.cid-uK60zIeFxE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK60zIeFxE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK60zIeFxE .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK60zIeFxE .image-wrapper {
  position: relative;
}
.cid-uK60zIeFxE .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK60zIeFxE .image-wrapper img {
    height: auto;
  }
}
.cid-uK60zIeFxE .mbr-section-title {
  color: #402e59;
}
.cid-uK60zIeFxE .mbr-desc {
  color: #000000;
}
.cid-uK60zIeFxE .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK60AcUNJb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK60AcUNJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK60AcUNJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK60AcUNJb .container {
    padding: 0 22px;
  }
}
.cid-uK60AcUNJb .row {
  justify-content: space-between;
}
.cid-uK60AcUNJb .row .card {
  justify-content: center;
}
.cid-uK60AcUNJb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK60AcUNJb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK60AcUNJb .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK60AcUNJb .image-wrapper {
  position: relative;
}
.cid-uK60AcUNJb .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK60AcUNJb .image-wrapper img {
    height: auto;
  }
}
.cid-uK60AcUNJb .mbr-section-title {
  color: #402e59;
}
.cid-uK60AcUNJb .mbr-desc {
  color: #000000;
}
.cid-uK60AcUNJb .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK5NdclZhz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK5NdclZhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5NdclZhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5NdclZhz .container {
    padding: 0 22px;
  }
}
.cid-uK5NdclZhz .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK5NdclZhz .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK60B6UiYU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK60B6UiYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK60B6UiYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK60B6UiYU .container {
    padding: 0 22px;
  }
}
.cid-uK60B6UiYU .row {
  justify-content: space-between;
}
.cid-uK60B6UiYU .row .card {
  justify-content: center;
}
.cid-uK60B6UiYU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK60B6UiYU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK60B6UiYU .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK60B6UiYU .image-wrapper {
  position: relative;
}
.cid-uK60B6UiYU .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK60B6UiYU .image-wrapper img {
    height: auto;
  }
}
.cid-uK60B6UiYU .mbr-section-title {
  color: #402e59;
}
.cid-uK60B6UiYU .mbr-desc {
  color: #000000;
}
.cid-uK60B6UiYU .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uMxttR1g3y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMxttR1g3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxttR1g3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMxttR1g3y .container {
    padding: 0 22px;
  }
}
.cid-uMxttR1g3y .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uMxttR1g3y .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uMxtuPUNWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uMxtuPUNWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxtuPUNWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMxtuPUNWZ .container {
    padding: 0 22px;
  }
}
.cid-uMxtuPUNWZ .row {
  justify-content: space-between;
}
.cid-uMxtuPUNWZ .row .card {
  justify-content: center;
}
.cid-uMxtuPUNWZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMxtuPUNWZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMxtuPUNWZ .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uMxtuPUNWZ .image-wrapper {
  position: relative;
}
.cid-uMxtuPUNWZ .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uMxtuPUNWZ .image-wrapper img {
    height: auto;
  }
}
.cid-uMxtuPUNWZ .mbr-section-title {
  color: #402e59;
}
.cid-uMxtuPUNWZ .mbr-desc {
  color: #000000;
}
.cid-uMxtuPUNWZ .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uKlZsGm655 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKlZsGm655 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlZsGm655 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKlZsGm655 .container {
    padding: 0 22px;
  }
}
.cid-uKlZsGm655 .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uKlZsGm655 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uMxIN2kkdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uMxIN2kkdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIN2kkdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMxIN2kkdO .container {
    padding: 0 22px;
  }
}
.cid-uMxIN2kkdO .row {
  justify-content: space-between;
}
.cid-uMxIN2kkdO .row .card {
  justify-content: center;
}
.cid-uMxIN2kkdO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMxIN2kkdO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMxIN2kkdO .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uMxIN2kkdO .image-wrapper {
  position: relative;
}
.cid-uMxIN2kkdO .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uMxIN2kkdO .image-wrapper img {
    height: auto;
  }
}
.cid-uMxIN2kkdO .mbr-section-title {
  color: #402e59;
}
.cid-uMxIN2kkdO .mbr-desc {
  color: #000000;
}
.cid-uMxIN2kkdO .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK60ZQGNRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK60ZQGNRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK60ZQGNRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK60ZQGNRd .container {
    padding: 0 22px;
  }
}
.cid-uK60ZQGNRd .row {
  justify-content: space-between;
}
.cid-uK60ZQGNRd .row .card {
  justify-content: center;
}
.cid-uK60ZQGNRd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK60ZQGNRd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK60ZQGNRd .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK60ZQGNRd .image-wrapper {
  position: relative;
}
.cid-uK60ZQGNRd .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK60ZQGNRd .image-wrapper img {
    height: auto;
  }
}
.cid-uK60ZQGNRd .mbr-section-title {
  color: #402e59;
}
.cid-uK60ZQGNRd .mbr-desc {
  color: #000000;
}
.cid-uK60ZQGNRd .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK61127aoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK61127aoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK61127aoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK61127aoY .container {
    padding: 0 22px;
  }
}
.cid-uK61127aoY .row {
  justify-content: space-between;
}
.cid-uK61127aoY .row .card {
  justify-content: center;
}
.cid-uK61127aoY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK61127aoY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK61127aoY .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK61127aoY .image-wrapper {
  position: relative;
}
.cid-uK61127aoY .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK61127aoY .image-wrapper img {
    height: auto;
  }
}
.cid-uK61127aoY .mbr-section-title {
  color: #402e59;
}
.cid-uK61127aoY .mbr-desc {
  color: #000000;
}
.cid-uK61127aoY .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uKm5hWkdcy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uKm5hWkdcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm5hWkdcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKm5hWkdcy .container {
    padding: 0 22px;
  }
}
.cid-uKm5hWkdcy .row {
  justify-content: space-between;
}
.cid-uKm5hWkdcy .row .card {
  justify-content: center;
}
.cid-uKm5hWkdcy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKm5hWkdcy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKm5hWkdcy .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uKm5hWkdcy .image-wrapper {
  position: relative;
}
.cid-uKm5hWkdcy .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uKm5hWkdcy .image-wrapper img {
    height: auto;
  }
}
.cid-uKm5hWkdcy .mbr-section-title {
  color: #402e59;
}
.cid-uKm5hWkdcy .mbr-desc {
  color: #000000;
}
.cid-uKm5hWkdcy .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK5NhSveYz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK5NhSveYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5NhSveYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5NhSveYz .container {
    padding: 0 22px;
  }
}
.cid-uK5NhSveYz .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK5NhSveYz .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK60YftWX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK60YftWX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK60YftWX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK60YftWX3 .container {
    padding: 0 22px;
  }
}
.cid-uK60YftWX3 .row {
  justify-content: space-between;
}
.cid-uK60YftWX3 .row .card {
  justify-content: center;
}
.cid-uK60YftWX3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK60YftWX3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK60YftWX3 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK60YftWX3 .image-wrapper {
  position: relative;
}
.cid-uK60YftWX3 .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK60YftWX3 .image-wrapper img {
    height: auto;
  }
}
.cid-uK60YftWX3 .mbr-section-title {
  color: #402e59;
}
.cid-uK60YftWX3 .mbr-desc {
  color: #000000;
}
.cid-uK60YftWX3 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK5NkFjIAG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK5NkFjIAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5NkFjIAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK5NkFjIAG .container {
    padding: 0 22px;
  }
}
.cid-uK5NkFjIAG .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK5NkFjIAG .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK610p8BI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK610p8BI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK610p8BI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK610p8BI4 .container {
    padding: 0 22px;
  }
}
.cid-uK610p8BI4 .row {
  justify-content: space-between;
}
.cid-uK610p8BI4 .row .card {
  justify-content: center;
}
.cid-uK610p8BI4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK610p8BI4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK610p8BI4 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK610p8BI4 .image-wrapper {
  position: relative;
}
.cid-uK610p8BI4 .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK610p8BI4 .image-wrapper img {
    height: auto;
  }
}
.cid-uK610p8BI4 .mbr-section-title {
  color: #402e59;
}
.cid-uK610p8BI4 .mbr-desc {
  color: #000000;
}
.cid-uK610p8BI4 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uKl8zmrPjC.popup-builder {
  background-color: #ffffff;
}
.cid-uKl8zmrPjC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKl8zmrPjC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKl8zmrPjC .modal-content,
.cid-uKl8zmrPjC .modal-dialog {
  height: auto;
}
.cid-uKl8zmrPjC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKl8zmrPjC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKl8zmrPjC .form-wrapper .mbr-form .form-group,
  .cid-uKl8zmrPjC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKl8zmrPjC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKl8zmrPjC .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-uKl8zmrPjC .mbr-text {
  text-align: center;
}
.cid-uKl8zmrPjC .pt-0 {
  padding-top: 0 !important;
}
.cid-uKl8zmrPjC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKl8zmrPjC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKl8zmrPjC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKl8zmrPjC .modal-open {
  overflow: hidden;
}
.cid-uKl8zmrPjC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKl8zmrPjC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKl8zmrPjC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKl8zmrPjC .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-uKl8zmrPjC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKl8zmrPjC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKl8zmrPjC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKl8zmrPjC .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-uKl8zmrPjC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKl8zmrPjC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKl8zmrPjC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKl8zmrPjC .modal-backdrop.show {
  opacity: .5;
}
.cid-uKl8zmrPjC .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-uKl8zmrPjC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKl8zmrPjC .modal-header {
    padding: 1rem;
  }
}
.cid-uKl8zmrPjC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKl8zmrPjC .modal-header .close svg {
  fill: #353535;
}
.cid-uKl8zmrPjC .modal-header .close:hover {
  opacity: 1;
}
.cid-uKl8zmrPjC .modal-header .close:focus {
  outline: none;
}
.cid-uKl8zmrPjC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKl8zmrPjC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKl8zmrPjC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKl8zmrPjC .modal-body {
    padding: 1rem;
  }
}
.cid-uKl8zmrPjC .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-uKl8zmrPjC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKl8zmrPjC .modal-footer {
    padding: 1rem;
  }
}
.cid-uKl8zmrPjC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKl8zmrPjC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKl8zmrPjC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKl8zmrPjC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKl8zmrPjC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKl8zmrPjC .modal-lg,
  .cid-uKl8zmrPjC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKl8zmrPjC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKl8zmrPjC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKl8zmrPjC .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-uKl8zmrPjC .form-group {
  margin-bottom: 1rem;
}
.cid-uKl8zmrPjC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKl8zmrPjC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKl8zmrPjC .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-uKl8zmrPjC .mbr-section-btn {
  margin: 0;
}
.cid-uKl8zmrPjC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKl7W9OVlk.popup-builder {
  background-color: #ffffff;
}
.cid-uKl7W9OVlk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKl7W9OVlk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKl7W9OVlk .modal-content,
.cid-uKl7W9OVlk .modal-dialog {
  height: auto;
}
.cid-uKl7W9OVlk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKl7W9OVlk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKl7W9OVlk .form-wrapper .mbr-form .form-group,
  .cid-uKl7W9OVlk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKl7W9OVlk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKl7W9OVlk .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-uKl7W9OVlk .mbr-text {
  text-align: center;
}
.cid-uKl7W9OVlk .pt-0 {
  padding-top: 0 !important;
}
.cid-uKl7W9OVlk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKl7W9OVlk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKl7W9OVlk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKl7W9OVlk .modal-open {
  overflow: hidden;
}
.cid-uKl7W9OVlk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKl7W9OVlk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKl7W9OVlk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKl7W9OVlk .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-uKl7W9OVlk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKl7W9OVlk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKl7W9OVlk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKl7W9OVlk .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-uKl7W9OVlk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKl7W9OVlk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKl7W9OVlk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKl7W9OVlk .modal-backdrop.show {
  opacity: .5;
}
.cid-uKl7W9OVlk .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-uKl7W9OVlk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKl7W9OVlk .modal-header {
    padding: 1rem;
  }
}
.cid-uKl7W9OVlk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKl7W9OVlk .modal-header .close svg {
  fill: #353535;
}
.cid-uKl7W9OVlk .modal-header .close:hover {
  opacity: 1;
}
.cid-uKl7W9OVlk .modal-header .close:focus {
  outline: none;
}
.cid-uKl7W9OVlk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKl7W9OVlk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKl7W9OVlk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKl7W9OVlk .modal-body {
    padding: 1rem;
  }
}
.cid-uKl7W9OVlk .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-uKl7W9OVlk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKl7W9OVlk .modal-footer {
    padding: 1rem;
  }
}
.cid-uKl7W9OVlk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKl7W9OVlk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKl7W9OVlk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKl7W9OVlk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKl7W9OVlk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKl7W9OVlk .modal-lg,
  .cid-uKl7W9OVlk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKl7W9OVlk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKl7W9OVlk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKl7W9OVlk .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-uKl7W9OVlk .form-group {
  margin-bottom: 1rem;
}
.cid-uKl7W9OVlk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKl7W9OVlk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKl7W9OVlk .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-uKl7W9OVlk .mbr-section-btn {
  margin: 0;
}
.cid-uKl7W9OVlk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlbWOXeaJ.popup-builder {
  background-color: #ffffff;
}
.cid-uKlbWOXeaJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlbWOXeaJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlbWOXeaJ .modal-content,
.cid-uKlbWOXeaJ .modal-dialog {
  height: auto;
}
.cid-uKlbWOXeaJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlbWOXeaJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlbWOXeaJ .form-wrapper .mbr-form .form-group,
  .cid-uKlbWOXeaJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlbWOXeaJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlbWOXeaJ .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-uKlbWOXeaJ .mbr-text {
  text-align: center;
}
.cid-uKlbWOXeaJ .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlbWOXeaJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlbWOXeaJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlbWOXeaJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlbWOXeaJ .modal-open {
  overflow: hidden;
}
.cid-uKlbWOXeaJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlbWOXeaJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlbWOXeaJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlbWOXeaJ .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-uKlbWOXeaJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlbWOXeaJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlbWOXeaJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlbWOXeaJ .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-uKlbWOXeaJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlbWOXeaJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlbWOXeaJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlbWOXeaJ .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlbWOXeaJ .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-uKlbWOXeaJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbWOXeaJ .modal-header {
    padding: 1rem;
  }
}
.cid-uKlbWOXeaJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlbWOXeaJ .modal-header .close svg {
  fill: #353535;
}
.cid-uKlbWOXeaJ .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlbWOXeaJ .modal-header .close:focus {
  outline: none;
}
.cid-uKlbWOXeaJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlbWOXeaJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlbWOXeaJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbWOXeaJ .modal-body {
    padding: 1rem;
  }
}
.cid-uKlbWOXeaJ .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-uKlbWOXeaJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbWOXeaJ .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlbWOXeaJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlbWOXeaJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlbWOXeaJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlbWOXeaJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlbWOXeaJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlbWOXeaJ .modal-lg,
  .cid-uKlbWOXeaJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlbWOXeaJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlbWOXeaJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlbWOXeaJ .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-uKlbWOXeaJ .form-group {
  margin-bottom: 1rem;
}
.cid-uKlbWOXeaJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlbWOXeaJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlbWOXeaJ .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-uKlbWOXeaJ .mbr-section-btn {
  margin: 0;
}
.cid-uKlbWOXeaJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlbXJCCK1.popup-builder {
  background-color: #ffffff;
}
.cid-uKlbXJCCK1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlbXJCCK1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlbXJCCK1 .modal-content,
.cid-uKlbXJCCK1 .modal-dialog {
  height: auto;
}
.cid-uKlbXJCCK1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlbXJCCK1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlbXJCCK1 .form-wrapper .mbr-form .form-group,
  .cid-uKlbXJCCK1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlbXJCCK1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlbXJCCK1 .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-uKlbXJCCK1 .mbr-text {
  text-align: center;
}
.cid-uKlbXJCCK1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlbXJCCK1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlbXJCCK1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlbXJCCK1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlbXJCCK1 .modal-open {
  overflow: hidden;
}
.cid-uKlbXJCCK1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlbXJCCK1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlbXJCCK1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlbXJCCK1 .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-uKlbXJCCK1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlbXJCCK1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlbXJCCK1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlbXJCCK1 .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-uKlbXJCCK1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlbXJCCK1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlbXJCCK1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlbXJCCK1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlbXJCCK1 .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-uKlbXJCCK1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbXJCCK1 .modal-header {
    padding: 1rem;
  }
}
.cid-uKlbXJCCK1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlbXJCCK1 .modal-header .close svg {
  fill: #353535;
}
.cid-uKlbXJCCK1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlbXJCCK1 .modal-header .close:focus {
  outline: none;
}
.cid-uKlbXJCCK1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlbXJCCK1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlbXJCCK1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbXJCCK1 .modal-body {
    padding: 1rem;
  }
}
.cid-uKlbXJCCK1 .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-uKlbXJCCK1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbXJCCK1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlbXJCCK1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlbXJCCK1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlbXJCCK1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlbXJCCK1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlbXJCCK1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlbXJCCK1 .modal-lg,
  .cid-uKlbXJCCK1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlbXJCCK1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlbXJCCK1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlbXJCCK1 .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-uKlbXJCCK1 .form-group {
  margin-bottom: 1rem;
}
.cid-uKlbXJCCK1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlbXJCCK1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlbXJCCK1 .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-uKlbXJCCK1 .mbr-section-btn {
  margin: 0;
}
.cid-uKlbXJCCK1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlbYfDq6O.popup-builder {
  background-color: #ffffff;
}
.cid-uKlbYfDq6O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlbYfDq6O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlbYfDq6O .modal-content,
.cid-uKlbYfDq6O .modal-dialog {
  height: auto;
}
.cid-uKlbYfDq6O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlbYfDq6O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlbYfDq6O .form-wrapper .mbr-form .form-group,
  .cid-uKlbYfDq6O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlbYfDq6O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlbYfDq6O .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-uKlbYfDq6O .mbr-text {
  text-align: center;
}
.cid-uKlbYfDq6O .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlbYfDq6O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlbYfDq6O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlbYfDq6O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlbYfDq6O .modal-open {
  overflow: hidden;
}
.cid-uKlbYfDq6O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlbYfDq6O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlbYfDq6O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlbYfDq6O .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-uKlbYfDq6O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlbYfDq6O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlbYfDq6O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlbYfDq6O .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-uKlbYfDq6O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlbYfDq6O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlbYfDq6O .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlbYfDq6O .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlbYfDq6O .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-uKlbYfDq6O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYfDq6O .modal-header {
    padding: 1rem;
  }
}
.cid-uKlbYfDq6O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlbYfDq6O .modal-header .close svg {
  fill: #353535;
}
.cid-uKlbYfDq6O .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlbYfDq6O .modal-header .close:focus {
  outline: none;
}
.cid-uKlbYfDq6O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlbYfDq6O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlbYfDq6O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYfDq6O .modal-body {
    padding: 1rem;
  }
}
.cid-uKlbYfDq6O .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-uKlbYfDq6O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYfDq6O .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlbYfDq6O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlbYfDq6O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlbYfDq6O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlbYfDq6O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlbYfDq6O .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlbYfDq6O .modal-lg,
  .cid-uKlbYfDq6O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlbYfDq6O .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlbYfDq6O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlbYfDq6O .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-uKlbYfDq6O .form-group {
  margin-bottom: 1rem;
}
.cid-uKlbYfDq6O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlbYfDq6O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlbYfDq6O .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-uKlbYfDq6O .mbr-section-btn {
  margin: 0;
}
.cid-uKlbYfDq6O .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlbYDJxmI.popup-builder {
  background-color: #ffffff;
}
.cid-uKlbYDJxmI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlbYDJxmI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlbYDJxmI .modal-content,
.cid-uKlbYDJxmI .modal-dialog {
  height: auto;
}
.cid-uKlbYDJxmI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlbYDJxmI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlbYDJxmI .form-wrapper .mbr-form .form-group,
  .cid-uKlbYDJxmI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlbYDJxmI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlbYDJxmI .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-uKlbYDJxmI .mbr-text {
  text-align: center;
}
.cid-uKlbYDJxmI .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlbYDJxmI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlbYDJxmI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlbYDJxmI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlbYDJxmI .modal-open {
  overflow: hidden;
}
.cid-uKlbYDJxmI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlbYDJxmI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlbYDJxmI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlbYDJxmI .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-uKlbYDJxmI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlbYDJxmI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlbYDJxmI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlbYDJxmI .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-uKlbYDJxmI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlbYDJxmI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlbYDJxmI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlbYDJxmI .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlbYDJxmI .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-uKlbYDJxmI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYDJxmI .modal-header {
    padding: 1rem;
  }
}
.cid-uKlbYDJxmI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlbYDJxmI .modal-header .close svg {
  fill: #353535;
}
.cid-uKlbYDJxmI .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlbYDJxmI .modal-header .close:focus {
  outline: none;
}
.cid-uKlbYDJxmI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlbYDJxmI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlbYDJxmI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYDJxmI .modal-body {
    padding: 1rem;
  }
}
.cid-uKlbYDJxmI .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-uKlbYDJxmI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYDJxmI .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlbYDJxmI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlbYDJxmI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlbYDJxmI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlbYDJxmI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlbYDJxmI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlbYDJxmI .modal-lg,
  .cid-uKlbYDJxmI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlbYDJxmI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlbYDJxmI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlbYDJxmI .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-uKlbYDJxmI .form-group {
  margin-bottom: 1rem;
}
.cid-uKlbYDJxmI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlbYDJxmI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlbYDJxmI .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-uKlbYDJxmI .mbr-section-btn {
  margin: 0;
}
.cid-uKlbYDJxmI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlbYZccnz.popup-builder {
  background-color: #ffffff;
}
.cid-uKlbYZccnz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlbYZccnz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlbYZccnz .modal-content,
.cid-uKlbYZccnz .modal-dialog {
  height: auto;
}
.cid-uKlbYZccnz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlbYZccnz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlbYZccnz .form-wrapper .mbr-form .form-group,
  .cid-uKlbYZccnz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlbYZccnz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlbYZccnz .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-uKlbYZccnz .mbr-text {
  text-align: center;
}
.cid-uKlbYZccnz .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlbYZccnz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlbYZccnz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlbYZccnz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlbYZccnz .modal-open {
  overflow: hidden;
}
.cid-uKlbYZccnz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlbYZccnz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlbYZccnz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlbYZccnz .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-uKlbYZccnz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlbYZccnz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlbYZccnz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlbYZccnz .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-uKlbYZccnz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlbYZccnz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlbYZccnz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlbYZccnz .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlbYZccnz .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-uKlbYZccnz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYZccnz .modal-header {
    padding: 1rem;
  }
}
.cid-uKlbYZccnz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlbYZccnz .modal-header .close svg {
  fill: #353535;
}
.cid-uKlbYZccnz .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlbYZccnz .modal-header .close:focus {
  outline: none;
}
.cid-uKlbYZccnz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlbYZccnz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlbYZccnz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYZccnz .modal-body {
    padding: 1rem;
  }
}
.cid-uKlbYZccnz .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-uKlbYZccnz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbYZccnz .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlbYZccnz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlbYZccnz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlbYZccnz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlbYZccnz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlbYZccnz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlbYZccnz .modal-lg,
  .cid-uKlbYZccnz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlbYZccnz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlbYZccnz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlbYZccnz .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-uKlbYZccnz .form-group {
  margin-bottom: 1rem;
}
.cid-uKlbYZccnz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlbYZccnz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlbYZccnz .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-uKlbYZccnz .mbr-section-btn {
  margin: 0;
}
.cid-uKlbYZccnz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlbZiNbry.popup-builder {
  background-color: #ffffff;
}
.cid-uKlbZiNbry.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlbZiNbry.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlbZiNbry .modal-content,
.cid-uKlbZiNbry .modal-dialog {
  height: auto;
}
.cid-uKlbZiNbry .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlbZiNbry .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlbZiNbry .form-wrapper .mbr-form .form-group,
  .cid-uKlbZiNbry .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlbZiNbry .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlbZiNbry .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-uKlbZiNbry .mbr-text {
  text-align: center;
}
.cid-uKlbZiNbry .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlbZiNbry .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlbZiNbry .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlbZiNbry .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlbZiNbry .modal-open {
  overflow: hidden;
}
.cid-uKlbZiNbry .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlbZiNbry .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlbZiNbry .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlbZiNbry .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-uKlbZiNbry .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlbZiNbry .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlbZiNbry .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlbZiNbry .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-uKlbZiNbry .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlbZiNbry .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlbZiNbry .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlbZiNbry .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlbZiNbry .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-uKlbZiNbry .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbZiNbry .modal-header {
    padding: 1rem;
  }
}
.cid-uKlbZiNbry .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlbZiNbry .modal-header .close svg {
  fill: #353535;
}
.cid-uKlbZiNbry .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlbZiNbry .modal-header .close:focus {
  outline: none;
}
.cid-uKlbZiNbry .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlbZiNbry .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlbZiNbry .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbZiNbry .modal-body {
    padding: 1rem;
  }
}
.cid-uKlbZiNbry .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-uKlbZiNbry .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbZiNbry .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlbZiNbry .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlbZiNbry .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlbZiNbry .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlbZiNbry .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlbZiNbry .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlbZiNbry .modal-lg,
  .cid-uKlbZiNbry .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlbZiNbry .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlbZiNbry .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlbZiNbry .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-uKlbZiNbry .form-group {
  margin-bottom: 1rem;
}
.cid-uKlbZiNbry .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlbZiNbry .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlbZiNbry .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-uKlbZiNbry .mbr-section-btn {
  margin: 0;
}
.cid-uKlbZiNbry .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlbZDIoAg.popup-builder {
  background-color: #ffffff;
}
.cid-uKlbZDIoAg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlbZDIoAg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlbZDIoAg .modal-content,
.cid-uKlbZDIoAg .modal-dialog {
  height: auto;
}
.cid-uKlbZDIoAg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlbZDIoAg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlbZDIoAg .form-wrapper .mbr-form .form-group,
  .cid-uKlbZDIoAg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlbZDIoAg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlbZDIoAg .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-uKlbZDIoAg .mbr-text {
  text-align: center;
}
.cid-uKlbZDIoAg .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlbZDIoAg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlbZDIoAg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlbZDIoAg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlbZDIoAg .modal-open {
  overflow: hidden;
}
.cid-uKlbZDIoAg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlbZDIoAg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlbZDIoAg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlbZDIoAg .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-uKlbZDIoAg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlbZDIoAg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlbZDIoAg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlbZDIoAg .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-uKlbZDIoAg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlbZDIoAg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlbZDIoAg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlbZDIoAg .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlbZDIoAg .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-uKlbZDIoAg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbZDIoAg .modal-header {
    padding: 1rem;
  }
}
.cid-uKlbZDIoAg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlbZDIoAg .modal-header .close svg {
  fill: #353535;
}
.cid-uKlbZDIoAg .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlbZDIoAg .modal-header .close:focus {
  outline: none;
}
.cid-uKlbZDIoAg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlbZDIoAg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlbZDIoAg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbZDIoAg .modal-body {
    padding: 1rem;
  }
}
.cid-uKlbZDIoAg .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-uKlbZDIoAg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlbZDIoAg .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlbZDIoAg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlbZDIoAg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlbZDIoAg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlbZDIoAg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlbZDIoAg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlbZDIoAg .modal-lg,
  .cid-uKlbZDIoAg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlbZDIoAg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlbZDIoAg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlbZDIoAg .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-uKlbZDIoAg .form-group {
  margin-bottom: 1rem;
}
.cid-uKlbZDIoAg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlbZDIoAg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlbZDIoAg .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-uKlbZDIoAg .mbr-section-btn {
  margin: 0;
}
.cid-uKlbZDIoAg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlRLFiILO.popup-builder {
  background-color: #ffffff;
}
.cid-uKlRLFiILO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlRLFiILO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlRLFiILO .modal-content,
.cid-uKlRLFiILO .modal-dialog {
  height: auto;
}
.cid-uKlRLFiILO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlRLFiILO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlRLFiILO .form-wrapper .mbr-form .form-group,
  .cid-uKlRLFiILO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlRLFiILO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlRLFiILO .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-uKlRLFiILO .mbr-text {
  text-align: center;
}
.cid-uKlRLFiILO .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlRLFiILO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlRLFiILO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlRLFiILO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlRLFiILO .modal-open {
  overflow: hidden;
}
.cid-uKlRLFiILO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlRLFiILO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlRLFiILO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlRLFiILO .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-uKlRLFiILO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlRLFiILO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlRLFiILO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlRLFiILO .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-uKlRLFiILO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlRLFiILO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlRLFiILO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlRLFiILO .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlRLFiILO .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-uKlRLFiILO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlRLFiILO .modal-header {
    padding: 1rem;
  }
}
.cid-uKlRLFiILO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlRLFiILO .modal-header .close svg {
  fill: #353535;
}
.cid-uKlRLFiILO .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlRLFiILO .modal-header .close:focus {
  outline: none;
}
.cid-uKlRLFiILO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlRLFiILO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlRLFiILO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlRLFiILO .modal-body {
    padding: 1rem;
  }
}
.cid-uKlRLFiILO .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-uKlRLFiILO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlRLFiILO .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlRLFiILO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlRLFiILO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlRLFiILO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlRLFiILO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlRLFiILO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlRLFiILO .modal-lg,
  .cid-uKlRLFiILO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlRLFiILO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlRLFiILO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlRLFiILO .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-uKlRLFiILO .form-group {
  margin-bottom: 1rem;
}
.cid-uKlRLFiILO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlRLFiILO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlRLFiILO .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-uKlRLFiILO .mbr-section-btn {
  margin: 0;
}
.cid-uKlRLFiILO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlS3hFQo5.popup-builder {
  background-color: #ffffff;
}
.cid-uKlS3hFQo5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlS3hFQo5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlS3hFQo5 .modal-content,
.cid-uKlS3hFQo5 .modal-dialog {
  height: auto;
}
.cid-uKlS3hFQo5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlS3hFQo5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlS3hFQo5 .form-wrapper .mbr-form .form-group,
  .cid-uKlS3hFQo5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlS3hFQo5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlS3hFQo5 .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-uKlS3hFQo5 .mbr-text {
  text-align: center;
}
.cid-uKlS3hFQo5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlS3hFQo5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlS3hFQo5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlS3hFQo5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlS3hFQo5 .modal-open {
  overflow: hidden;
}
.cid-uKlS3hFQo5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlS3hFQo5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlS3hFQo5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlS3hFQo5 .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-uKlS3hFQo5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlS3hFQo5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlS3hFQo5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlS3hFQo5 .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-uKlS3hFQo5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlS3hFQo5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlS3hFQo5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlS3hFQo5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlS3hFQo5 .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-uKlS3hFQo5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS3hFQo5 .modal-header {
    padding: 1rem;
  }
}
.cid-uKlS3hFQo5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlS3hFQo5 .modal-header .close svg {
  fill: #353535;
}
.cid-uKlS3hFQo5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlS3hFQo5 .modal-header .close:focus {
  outline: none;
}
.cid-uKlS3hFQo5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlS3hFQo5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlS3hFQo5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS3hFQo5 .modal-body {
    padding: 1rem;
  }
}
.cid-uKlS3hFQo5 .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-uKlS3hFQo5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS3hFQo5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlS3hFQo5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlS3hFQo5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlS3hFQo5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlS3hFQo5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlS3hFQo5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlS3hFQo5 .modal-lg,
  .cid-uKlS3hFQo5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlS3hFQo5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlS3hFQo5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlS3hFQo5 .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-uKlS3hFQo5 .form-group {
  margin-bottom: 1rem;
}
.cid-uKlS3hFQo5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlS3hFQo5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlS3hFQo5 .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-uKlS3hFQo5 .mbr-section-btn {
  margin: 0;
}
.cid-uKlS3hFQo5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlS3SwyKP.popup-builder {
  background-color: #ffffff;
}
.cid-uKlS3SwyKP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlS3SwyKP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlS3SwyKP .modal-content,
.cid-uKlS3SwyKP .modal-dialog {
  height: auto;
}
.cid-uKlS3SwyKP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlS3SwyKP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlS3SwyKP .form-wrapper .mbr-form .form-group,
  .cid-uKlS3SwyKP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlS3SwyKP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlS3SwyKP .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-uKlS3SwyKP .mbr-text {
  text-align: center;
}
.cid-uKlS3SwyKP .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlS3SwyKP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlS3SwyKP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlS3SwyKP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlS3SwyKP .modal-open {
  overflow: hidden;
}
.cid-uKlS3SwyKP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlS3SwyKP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlS3SwyKP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlS3SwyKP .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-uKlS3SwyKP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlS3SwyKP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlS3SwyKP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlS3SwyKP .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-uKlS3SwyKP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlS3SwyKP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlS3SwyKP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlS3SwyKP .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlS3SwyKP .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-uKlS3SwyKP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS3SwyKP .modal-header {
    padding: 1rem;
  }
}
.cid-uKlS3SwyKP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlS3SwyKP .modal-header .close svg {
  fill: #353535;
}
.cid-uKlS3SwyKP .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlS3SwyKP .modal-header .close:focus {
  outline: none;
}
.cid-uKlS3SwyKP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlS3SwyKP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlS3SwyKP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS3SwyKP .modal-body {
    padding: 1rem;
  }
}
.cid-uKlS3SwyKP .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-uKlS3SwyKP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS3SwyKP .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlS3SwyKP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlS3SwyKP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlS3SwyKP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlS3SwyKP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlS3SwyKP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlS3SwyKP .modal-lg,
  .cid-uKlS3SwyKP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlS3SwyKP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlS3SwyKP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlS3SwyKP .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-uKlS3SwyKP .form-group {
  margin-bottom: 1rem;
}
.cid-uKlS3SwyKP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlS3SwyKP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlS3SwyKP .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-uKlS3SwyKP .mbr-section-btn {
  margin: 0;
}
.cid-uKlS3SwyKP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxsmVr60C.popup-builder {
  background-color: #ffffff;
}
.cid-uMxsmVr60C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxsmVr60C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxsmVr60C .modal-content,
.cid-uMxsmVr60C .modal-dialog {
  height: auto;
}
.cid-uMxsmVr60C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxsmVr60C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxsmVr60C .form-wrapper .mbr-form .form-group,
  .cid-uMxsmVr60C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxsmVr60C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxsmVr60C .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-uMxsmVr60C .mbr-text {
  text-align: center;
}
.cid-uMxsmVr60C .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxsmVr60C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxsmVr60C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxsmVr60C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxsmVr60C .modal-open {
  overflow: hidden;
}
.cid-uMxsmVr60C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxsmVr60C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxsmVr60C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxsmVr60C .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-uMxsmVr60C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxsmVr60C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxsmVr60C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxsmVr60C .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-uMxsmVr60C .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxsmVr60C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxsmVr60C .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxsmVr60C .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxsmVr60C .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-uMxsmVr60C .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxsmVr60C .modal-header {
    padding: 1rem;
  }
}
.cid-uMxsmVr60C .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxsmVr60C .modal-header .close svg {
  fill: #353535;
}
.cid-uMxsmVr60C .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxsmVr60C .modal-header .close:focus {
  outline: none;
}
.cid-uMxsmVr60C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxsmVr60C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxsmVr60C .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxsmVr60C .modal-body {
    padding: 1rem;
  }
}
.cid-uMxsmVr60C .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-uMxsmVr60C .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxsmVr60C .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxsmVr60C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxsmVr60C .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxsmVr60C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxsmVr60C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxsmVr60C .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxsmVr60C .modal-lg,
  .cid-uMxsmVr60C .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxsmVr60C .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxsmVr60C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxsmVr60C .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-uMxsmVr60C .form-group {
  margin-bottom: 1rem;
}
.cid-uMxsmVr60C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxsmVr60C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxsmVr60C .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-uMxsmVr60C .mbr-section-btn {
  margin: 0;
}
.cid-uMxsmVr60C .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxsQr4oMP.popup-builder {
  background-color: #ffffff;
}
.cid-uMxsQr4oMP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxsQr4oMP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxsQr4oMP .modal-content,
.cid-uMxsQr4oMP .modal-dialog {
  height: auto;
}
.cid-uMxsQr4oMP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxsQr4oMP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxsQr4oMP .form-wrapper .mbr-form .form-group,
  .cid-uMxsQr4oMP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxsQr4oMP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxsQr4oMP .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-uMxsQr4oMP .mbr-text {
  text-align: center;
}
.cid-uMxsQr4oMP .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxsQr4oMP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxsQr4oMP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxsQr4oMP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxsQr4oMP .modal-open {
  overflow: hidden;
}
.cid-uMxsQr4oMP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxsQr4oMP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxsQr4oMP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxsQr4oMP .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-uMxsQr4oMP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxsQr4oMP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxsQr4oMP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxsQr4oMP .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-uMxsQr4oMP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxsQr4oMP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxsQr4oMP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxsQr4oMP .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxsQr4oMP .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-uMxsQr4oMP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxsQr4oMP .modal-header {
    padding: 1rem;
  }
}
.cid-uMxsQr4oMP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxsQr4oMP .modal-header .close svg {
  fill: #353535;
}
.cid-uMxsQr4oMP .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxsQr4oMP .modal-header .close:focus {
  outline: none;
}
.cid-uMxsQr4oMP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxsQr4oMP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxsQr4oMP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxsQr4oMP .modal-body {
    padding: 1rem;
  }
}
.cid-uMxsQr4oMP .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-uMxsQr4oMP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxsQr4oMP .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxsQr4oMP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxsQr4oMP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxsQr4oMP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxsQr4oMP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxsQr4oMP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxsQr4oMP .modal-lg,
  .cid-uMxsQr4oMP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxsQr4oMP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxsQr4oMP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxsQr4oMP .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-uMxsQr4oMP .form-group {
  margin-bottom: 1rem;
}
.cid-uMxsQr4oMP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxsQr4oMP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxsQr4oMP .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-uMxsQr4oMP .mbr-section-btn {
  margin: 0;
}
.cid-uMxsQr4oMP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlS4t4wK3.popup-builder {
  background-color: #ffffff;
}
.cid-uKlS4t4wK3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlS4t4wK3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlS4t4wK3 .modal-content,
.cid-uKlS4t4wK3 .modal-dialog {
  height: auto;
}
.cid-uKlS4t4wK3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlS4t4wK3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlS4t4wK3 .form-wrapper .mbr-form .form-group,
  .cid-uKlS4t4wK3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlS4t4wK3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlS4t4wK3 .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-uKlS4t4wK3 .mbr-text {
  text-align: center;
}
.cid-uKlS4t4wK3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlS4t4wK3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlS4t4wK3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlS4t4wK3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlS4t4wK3 .modal-open {
  overflow: hidden;
}
.cid-uKlS4t4wK3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlS4t4wK3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlS4t4wK3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlS4t4wK3 .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-uKlS4t4wK3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlS4t4wK3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlS4t4wK3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlS4t4wK3 .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-uKlS4t4wK3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlS4t4wK3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlS4t4wK3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlS4t4wK3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlS4t4wK3 .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-uKlS4t4wK3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS4t4wK3 .modal-header {
    padding: 1rem;
  }
}
.cid-uKlS4t4wK3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlS4t4wK3 .modal-header .close svg {
  fill: #353535;
}
.cid-uKlS4t4wK3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlS4t4wK3 .modal-header .close:focus {
  outline: none;
}
.cid-uKlS4t4wK3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlS4t4wK3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlS4t4wK3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS4t4wK3 .modal-body {
    padding: 1rem;
  }
}
.cid-uKlS4t4wK3 .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-uKlS4t4wK3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlS4t4wK3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlS4t4wK3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlS4t4wK3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlS4t4wK3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlS4t4wK3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlS4t4wK3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlS4t4wK3 .modal-lg,
  .cid-uKlS4t4wK3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlS4t4wK3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlS4t4wK3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlS4t4wK3 .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-uKlS4t4wK3 .form-group {
  margin-bottom: 1rem;
}
.cid-uKlS4t4wK3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlS4t4wK3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlS4t4wK3 .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-uKlS4t4wK3 .mbr-section-btn {
  margin: 0;
}
.cid-uKlS4t4wK3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlSRs3lR5.popup-builder {
  background-color: #ffffff;
}
.cid-uKlSRs3lR5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlSRs3lR5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlSRs3lR5 .modal-content,
.cid-uKlSRs3lR5 .modal-dialog {
  height: auto;
}
.cid-uKlSRs3lR5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlSRs3lR5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlSRs3lR5 .form-wrapper .mbr-form .form-group,
  .cid-uKlSRs3lR5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlSRs3lR5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlSRs3lR5 .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-uKlSRs3lR5 .mbr-text {
  text-align: center;
}
.cid-uKlSRs3lR5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlSRs3lR5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlSRs3lR5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlSRs3lR5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlSRs3lR5 .modal-open {
  overflow: hidden;
}
.cid-uKlSRs3lR5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlSRs3lR5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlSRs3lR5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlSRs3lR5 .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-uKlSRs3lR5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlSRs3lR5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlSRs3lR5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlSRs3lR5 .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-uKlSRs3lR5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlSRs3lR5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlSRs3lR5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlSRs3lR5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlSRs3lR5 .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-uKlSRs3lR5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSRs3lR5 .modal-header {
    padding: 1rem;
  }
}
.cid-uKlSRs3lR5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlSRs3lR5 .modal-header .close svg {
  fill: #353535;
}
.cid-uKlSRs3lR5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlSRs3lR5 .modal-header .close:focus {
  outline: none;
}
.cid-uKlSRs3lR5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlSRs3lR5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlSRs3lR5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSRs3lR5 .modal-body {
    padding: 1rem;
  }
}
.cid-uKlSRs3lR5 .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-uKlSRs3lR5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSRs3lR5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlSRs3lR5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlSRs3lR5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlSRs3lR5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlSRs3lR5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlSRs3lR5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlSRs3lR5 .modal-lg,
  .cid-uKlSRs3lR5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlSRs3lR5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlSRs3lR5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlSRs3lR5 .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-uKlSRs3lR5 .form-group {
  margin-bottom: 1rem;
}
.cid-uKlSRs3lR5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlSRs3lR5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlSRs3lR5 .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-uKlSRs3lR5 .mbr-section-btn {
  margin: 0;
}
.cid-uKlSRs3lR5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlSQNLotX.popup-builder {
  background-color: #ffffff;
}
.cid-uKlSQNLotX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlSQNLotX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlSQNLotX .modal-content,
.cid-uKlSQNLotX .modal-dialog {
  height: auto;
}
.cid-uKlSQNLotX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlSQNLotX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlSQNLotX .form-wrapper .mbr-form .form-group,
  .cid-uKlSQNLotX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlSQNLotX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlSQNLotX .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-uKlSQNLotX .mbr-text {
  text-align: center;
}
.cid-uKlSQNLotX .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlSQNLotX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlSQNLotX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlSQNLotX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlSQNLotX .modal-open {
  overflow: hidden;
}
.cid-uKlSQNLotX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlSQNLotX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlSQNLotX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlSQNLotX .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-uKlSQNLotX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlSQNLotX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlSQNLotX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlSQNLotX .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-uKlSQNLotX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlSQNLotX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlSQNLotX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlSQNLotX .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlSQNLotX .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-uKlSQNLotX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSQNLotX .modal-header {
    padding: 1rem;
  }
}
.cid-uKlSQNLotX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlSQNLotX .modal-header .close svg {
  fill: #353535;
}
.cid-uKlSQNLotX .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlSQNLotX .modal-header .close:focus {
  outline: none;
}
.cid-uKlSQNLotX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlSQNLotX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlSQNLotX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSQNLotX .modal-body {
    padding: 1rem;
  }
}
.cid-uKlSQNLotX .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-uKlSQNLotX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSQNLotX .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlSQNLotX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlSQNLotX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlSQNLotX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlSQNLotX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlSQNLotX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlSQNLotX .modal-lg,
  .cid-uKlSQNLotX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlSQNLotX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlSQNLotX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlSQNLotX .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-uKlSQNLotX .form-group {
  margin-bottom: 1rem;
}
.cid-uKlSQNLotX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlSQNLotX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlSQNLotX .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-uKlSQNLotX .mbr-section-btn {
  margin: 0;
}
.cid-uKlSQNLotX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlSQ9rWIq.popup-builder {
  background-color: #ffffff;
}
.cid-uKlSQ9rWIq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlSQ9rWIq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlSQ9rWIq .modal-content,
.cid-uKlSQ9rWIq .modal-dialog {
  height: auto;
}
.cid-uKlSQ9rWIq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlSQ9rWIq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlSQ9rWIq .form-wrapper .mbr-form .form-group,
  .cid-uKlSQ9rWIq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlSQ9rWIq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlSQ9rWIq .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-uKlSQ9rWIq .mbr-text {
  text-align: center;
}
.cid-uKlSQ9rWIq .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlSQ9rWIq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlSQ9rWIq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlSQ9rWIq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlSQ9rWIq .modal-open {
  overflow: hidden;
}
.cid-uKlSQ9rWIq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlSQ9rWIq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlSQ9rWIq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlSQ9rWIq .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-uKlSQ9rWIq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlSQ9rWIq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlSQ9rWIq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlSQ9rWIq .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-uKlSQ9rWIq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlSQ9rWIq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlSQ9rWIq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlSQ9rWIq .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlSQ9rWIq .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-uKlSQ9rWIq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSQ9rWIq .modal-header {
    padding: 1rem;
  }
}
.cid-uKlSQ9rWIq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlSQ9rWIq .modal-header .close svg {
  fill: #353535;
}
.cid-uKlSQ9rWIq .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlSQ9rWIq .modal-header .close:focus {
  outline: none;
}
.cid-uKlSQ9rWIq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlSQ9rWIq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlSQ9rWIq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSQ9rWIq .modal-body {
    padding: 1rem;
  }
}
.cid-uKlSQ9rWIq .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-uKlSQ9rWIq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlSQ9rWIq .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlSQ9rWIq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlSQ9rWIq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlSQ9rWIq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlSQ9rWIq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlSQ9rWIq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlSQ9rWIq .modal-lg,
  .cid-uKlSQ9rWIq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlSQ9rWIq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlSQ9rWIq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlSQ9rWIq .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-uKlSQ9rWIq .form-group {
  margin-bottom: 1rem;
}
.cid-uKlSQ9rWIq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlSQ9rWIq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlSQ9rWIq .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-uKlSQ9rWIq .mbr-section-btn {
  margin: 0;
}
.cid-uKlSQ9rWIq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlUcPmth5.popup-builder {
  background-color: #ffffff;
}
.cid-uKlUcPmth5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlUcPmth5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlUcPmth5 .modal-content,
.cid-uKlUcPmth5 .modal-dialog {
  height: auto;
}
.cid-uKlUcPmth5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlUcPmth5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlUcPmth5 .form-wrapper .mbr-form .form-group,
  .cid-uKlUcPmth5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlUcPmth5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlUcPmth5 .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-uKlUcPmth5 .mbr-text {
  text-align: center;
}
.cid-uKlUcPmth5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlUcPmth5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlUcPmth5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlUcPmth5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlUcPmth5 .modal-open {
  overflow: hidden;
}
.cid-uKlUcPmth5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlUcPmth5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlUcPmth5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlUcPmth5 .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-uKlUcPmth5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlUcPmth5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlUcPmth5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlUcPmth5 .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-uKlUcPmth5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlUcPmth5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlUcPmth5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlUcPmth5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlUcPmth5 .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-uKlUcPmth5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlUcPmth5 .modal-header {
    padding: 1rem;
  }
}
.cid-uKlUcPmth5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlUcPmth5 .modal-header .close svg {
  fill: #353535;
}
.cid-uKlUcPmth5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlUcPmth5 .modal-header .close:focus {
  outline: none;
}
.cid-uKlUcPmth5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlUcPmth5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlUcPmth5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlUcPmth5 .modal-body {
    padding: 1rem;
  }
}
.cid-uKlUcPmth5 .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-uKlUcPmth5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlUcPmth5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlUcPmth5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlUcPmth5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlUcPmth5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlUcPmth5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlUcPmth5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlUcPmth5 .modal-lg,
  .cid-uKlUcPmth5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlUcPmth5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlUcPmth5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlUcPmth5 .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-uKlUcPmth5 .form-group {
  margin-bottom: 1rem;
}
.cid-uKlUcPmth5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlUcPmth5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlUcPmth5 .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-uKlUcPmth5 .mbr-section-btn {
  margin: 0;
}
.cid-uKlUcPmth5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlUdyP6VT.popup-builder {
  background-color: #ffffff;
}
.cid-uKlUdyP6VT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlUdyP6VT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlUdyP6VT .modal-content,
.cid-uKlUdyP6VT .modal-dialog {
  height: auto;
}
.cid-uKlUdyP6VT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlUdyP6VT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlUdyP6VT .form-wrapper .mbr-form .form-group,
  .cid-uKlUdyP6VT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlUdyP6VT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlUdyP6VT .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-uKlUdyP6VT .mbr-text {
  text-align: center;
}
.cid-uKlUdyP6VT .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlUdyP6VT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlUdyP6VT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlUdyP6VT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlUdyP6VT .modal-open {
  overflow: hidden;
}
.cid-uKlUdyP6VT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlUdyP6VT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlUdyP6VT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlUdyP6VT .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-uKlUdyP6VT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlUdyP6VT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlUdyP6VT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlUdyP6VT .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-uKlUdyP6VT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlUdyP6VT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlUdyP6VT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlUdyP6VT .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlUdyP6VT .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-uKlUdyP6VT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlUdyP6VT .modal-header {
    padding: 1rem;
  }
}
.cid-uKlUdyP6VT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlUdyP6VT .modal-header .close svg {
  fill: #353535;
}
.cid-uKlUdyP6VT .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlUdyP6VT .modal-header .close:focus {
  outline: none;
}
.cid-uKlUdyP6VT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlUdyP6VT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlUdyP6VT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlUdyP6VT .modal-body {
    padding: 1rem;
  }
}
.cid-uKlUdyP6VT .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-uKlUdyP6VT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlUdyP6VT .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlUdyP6VT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlUdyP6VT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlUdyP6VT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlUdyP6VT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlUdyP6VT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlUdyP6VT .modal-lg,
  .cid-uKlUdyP6VT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlUdyP6VT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlUdyP6VT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlUdyP6VT .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-uKlUdyP6VT .form-group {
  margin-bottom: 1rem;
}
.cid-uKlUdyP6VT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlUdyP6VT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlUdyP6VT .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-uKlUdyP6VT .mbr-section-btn {
  margin: 0;
}
.cid-uKlUdyP6VT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlZMsBj78.popup-builder {
  background-color: #ffffff;
}
.cid-uKlZMsBj78.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlZMsBj78.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlZMsBj78 .modal-content,
.cid-uKlZMsBj78 .modal-dialog {
  height: auto;
}
.cid-uKlZMsBj78 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlZMsBj78 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlZMsBj78 .form-wrapper .mbr-form .form-group,
  .cid-uKlZMsBj78 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlZMsBj78 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlZMsBj78 .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-uKlZMsBj78 .mbr-text {
  text-align: center;
}
.cid-uKlZMsBj78 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlZMsBj78 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlZMsBj78 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlZMsBj78 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlZMsBj78 .modal-open {
  overflow: hidden;
}
.cid-uKlZMsBj78 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlZMsBj78 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlZMsBj78 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlZMsBj78 .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-uKlZMsBj78 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlZMsBj78 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlZMsBj78 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlZMsBj78 .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-uKlZMsBj78 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlZMsBj78 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlZMsBj78 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlZMsBj78 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlZMsBj78 .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-uKlZMsBj78 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlZMsBj78 .modal-header {
    padding: 1rem;
  }
}
.cid-uKlZMsBj78 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlZMsBj78 .modal-header .close svg {
  fill: #353535;
}
.cid-uKlZMsBj78 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlZMsBj78 .modal-header .close:focus {
  outline: none;
}
.cid-uKlZMsBj78 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlZMsBj78 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlZMsBj78 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlZMsBj78 .modal-body {
    padding: 1rem;
  }
}
.cid-uKlZMsBj78 .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-uKlZMsBj78 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlZMsBj78 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlZMsBj78 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlZMsBj78 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlZMsBj78 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlZMsBj78 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlZMsBj78 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlZMsBj78 .modal-lg,
  .cid-uKlZMsBj78 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlZMsBj78 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlZMsBj78 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlZMsBj78 .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-uKlZMsBj78 .form-group {
  margin-bottom: 1rem;
}
.cid-uKlZMsBj78 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlZMsBj78 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlZMsBj78 .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-uKlZMsBj78 .mbr-section-btn {
  margin: 0;
}
.cid-uKlZMsBj78 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKlZN6GUlh.popup-builder {
  background-color: #ffffff;
}
.cid-uKlZN6GUlh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKlZN6GUlh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKlZN6GUlh .modal-content,
.cid-uKlZN6GUlh .modal-dialog {
  height: auto;
}
.cid-uKlZN6GUlh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKlZN6GUlh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKlZN6GUlh .form-wrapper .mbr-form .form-group,
  .cid-uKlZN6GUlh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKlZN6GUlh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKlZN6GUlh .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-uKlZN6GUlh .mbr-text {
  text-align: center;
}
.cid-uKlZN6GUlh .pt-0 {
  padding-top: 0 !important;
}
.cid-uKlZN6GUlh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKlZN6GUlh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKlZN6GUlh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKlZN6GUlh .modal-open {
  overflow: hidden;
}
.cid-uKlZN6GUlh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKlZN6GUlh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKlZN6GUlh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKlZN6GUlh .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-uKlZN6GUlh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKlZN6GUlh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKlZN6GUlh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKlZN6GUlh .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-uKlZN6GUlh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKlZN6GUlh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKlZN6GUlh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKlZN6GUlh .modal-backdrop.show {
  opacity: .5;
}
.cid-uKlZN6GUlh .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-uKlZN6GUlh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlZN6GUlh .modal-header {
    padding: 1rem;
  }
}
.cid-uKlZN6GUlh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKlZN6GUlh .modal-header .close svg {
  fill: #353535;
}
.cid-uKlZN6GUlh .modal-header .close:hover {
  opacity: 1;
}
.cid-uKlZN6GUlh .modal-header .close:focus {
  outline: none;
}
.cid-uKlZN6GUlh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKlZN6GUlh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKlZN6GUlh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlZN6GUlh .modal-body {
    padding: 1rem;
  }
}
.cid-uKlZN6GUlh .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-uKlZN6GUlh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlZN6GUlh .modal-footer {
    padding: 1rem;
  }
}
.cid-uKlZN6GUlh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKlZN6GUlh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKlZN6GUlh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKlZN6GUlh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKlZN6GUlh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKlZN6GUlh .modal-lg,
  .cid-uKlZN6GUlh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKlZN6GUlh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKlZN6GUlh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKlZN6GUlh .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-uKlZN6GUlh .form-group {
  margin-bottom: 1rem;
}
.cid-uKlZN6GUlh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKlZN6GUlh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKlZN6GUlh .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-uKlZN6GUlh .mbr-section-btn {
  margin: 0;
}
.cid-uKlZN6GUlh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxtKTUDSa.popup-builder {
  background-color: #ffffff;
}
.cid-uMxtKTUDSa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxtKTUDSa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxtKTUDSa .modal-content,
.cid-uMxtKTUDSa .modal-dialog {
  height: auto;
}
.cid-uMxtKTUDSa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxtKTUDSa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxtKTUDSa .form-wrapper .mbr-form .form-group,
  .cid-uMxtKTUDSa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxtKTUDSa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxtKTUDSa .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-uMxtKTUDSa .mbr-text {
  text-align: center;
}
.cid-uMxtKTUDSa .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxtKTUDSa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxtKTUDSa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxtKTUDSa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxtKTUDSa .modal-open {
  overflow: hidden;
}
.cid-uMxtKTUDSa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxtKTUDSa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxtKTUDSa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxtKTUDSa .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-uMxtKTUDSa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxtKTUDSa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxtKTUDSa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxtKTUDSa .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-uMxtKTUDSa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxtKTUDSa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxtKTUDSa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxtKTUDSa .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxtKTUDSa .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-uMxtKTUDSa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxtKTUDSa .modal-header {
    padding: 1rem;
  }
}
.cid-uMxtKTUDSa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxtKTUDSa .modal-header .close svg {
  fill: #353535;
}
.cid-uMxtKTUDSa .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxtKTUDSa .modal-header .close:focus {
  outline: none;
}
.cid-uMxtKTUDSa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxtKTUDSa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxtKTUDSa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxtKTUDSa .modal-body {
    padding: 1rem;
  }
}
.cid-uMxtKTUDSa .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-uMxtKTUDSa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxtKTUDSa .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxtKTUDSa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxtKTUDSa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxtKTUDSa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxtKTUDSa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxtKTUDSa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxtKTUDSa .modal-lg,
  .cid-uMxtKTUDSa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxtKTUDSa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxtKTUDSa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxtKTUDSa .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-uMxtKTUDSa .form-group {
  margin-bottom: 1rem;
}
.cid-uMxtKTUDSa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxtKTUDSa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxtKTUDSa .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-uMxtKTUDSa .mbr-section-btn {
  margin: 0;
}
.cid-uMxtKTUDSa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm2UeGQqR.popup-builder {
  background-color: #ffffff;
}
.cid-uKm2UeGQqR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm2UeGQqR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm2UeGQqR .modal-content,
.cid-uKm2UeGQqR .modal-dialog {
  height: auto;
}
.cid-uKm2UeGQqR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm2UeGQqR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm2UeGQqR .form-wrapper .mbr-form .form-group,
  .cid-uKm2UeGQqR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm2UeGQqR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm2UeGQqR .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-uKm2UeGQqR .mbr-text {
  text-align: center;
}
.cid-uKm2UeGQqR .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm2UeGQqR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm2UeGQqR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm2UeGQqR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm2UeGQqR .modal-open {
  overflow: hidden;
}
.cid-uKm2UeGQqR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm2UeGQqR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm2UeGQqR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm2UeGQqR .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-uKm2UeGQqR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm2UeGQqR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm2UeGQqR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm2UeGQqR .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-uKm2UeGQqR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm2UeGQqR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm2UeGQqR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm2UeGQqR .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm2UeGQqR .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-uKm2UeGQqR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2UeGQqR .modal-header {
    padding: 1rem;
  }
}
.cid-uKm2UeGQqR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm2UeGQqR .modal-header .close svg {
  fill: #353535;
}
.cid-uKm2UeGQqR .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm2UeGQqR .modal-header .close:focus {
  outline: none;
}
.cid-uKm2UeGQqR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm2UeGQqR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm2UeGQqR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2UeGQqR .modal-body {
    padding: 1rem;
  }
}
.cid-uKm2UeGQqR .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-uKm2UeGQqR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2UeGQqR .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm2UeGQqR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm2UeGQqR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm2UeGQqR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm2UeGQqR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm2UeGQqR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm2UeGQqR .modal-lg,
  .cid-uKm2UeGQqR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm2UeGQqR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm2UeGQqR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm2UeGQqR .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-uKm2UeGQqR .form-group {
  margin-bottom: 1rem;
}
.cid-uKm2UeGQqR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm2UeGQqR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm2UeGQqR .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-uKm2UeGQqR .mbr-section-btn {
  margin: 0;
}
.cid-uKm2UeGQqR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm2UOPxEW.popup-builder {
  background-color: #ffffff;
}
.cid-uKm2UOPxEW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm2UOPxEW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm2UOPxEW .modal-content,
.cid-uKm2UOPxEW .modal-dialog {
  height: auto;
}
.cid-uKm2UOPxEW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm2UOPxEW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm2UOPxEW .form-wrapper .mbr-form .form-group,
  .cid-uKm2UOPxEW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm2UOPxEW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm2UOPxEW .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-uKm2UOPxEW .mbr-text {
  text-align: center;
}
.cid-uKm2UOPxEW .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm2UOPxEW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm2UOPxEW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm2UOPxEW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm2UOPxEW .modal-open {
  overflow: hidden;
}
.cid-uKm2UOPxEW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm2UOPxEW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm2UOPxEW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm2UOPxEW .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-uKm2UOPxEW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm2UOPxEW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm2UOPxEW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm2UOPxEW .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-uKm2UOPxEW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm2UOPxEW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm2UOPxEW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm2UOPxEW .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm2UOPxEW .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-uKm2UOPxEW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2UOPxEW .modal-header {
    padding: 1rem;
  }
}
.cid-uKm2UOPxEW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm2UOPxEW .modal-header .close svg {
  fill: #353535;
}
.cid-uKm2UOPxEW .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm2UOPxEW .modal-header .close:focus {
  outline: none;
}
.cid-uKm2UOPxEW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm2UOPxEW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm2UOPxEW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2UOPxEW .modal-body {
    padding: 1rem;
  }
}
.cid-uKm2UOPxEW .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-uKm2UOPxEW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2UOPxEW .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm2UOPxEW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm2UOPxEW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm2UOPxEW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm2UOPxEW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm2UOPxEW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm2UOPxEW .modal-lg,
  .cid-uKm2UOPxEW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm2UOPxEW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm2UOPxEW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm2UOPxEW .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-uKm2UOPxEW .form-group {
  margin-bottom: 1rem;
}
.cid-uKm2UOPxEW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm2UOPxEW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm2UOPxEW .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-uKm2UOPxEW .mbr-section-btn {
  margin: 0;
}
.cid-uKm2UOPxEW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm2VjrEnF.popup-builder {
  background-color: #ffffff;
}
.cid-uKm2VjrEnF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm2VjrEnF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm2VjrEnF .modal-content,
.cid-uKm2VjrEnF .modal-dialog {
  height: auto;
}
.cid-uKm2VjrEnF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm2VjrEnF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm2VjrEnF .form-wrapper .mbr-form .form-group,
  .cid-uKm2VjrEnF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm2VjrEnF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm2VjrEnF .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-uKm2VjrEnF .mbr-text {
  text-align: center;
}
.cid-uKm2VjrEnF .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm2VjrEnF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm2VjrEnF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm2VjrEnF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm2VjrEnF .modal-open {
  overflow: hidden;
}
.cid-uKm2VjrEnF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm2VjrEnF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm2VjrEnF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm2VjrEnF .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-uKm2VjrEnF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm2VjrEnF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm2VjrEnF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm2VjrEnF .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-uKm2VjrEnF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm2VjrEnF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm2VjrEnF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm2VjrEnF .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm2VjrEnF .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-uKm2VjrEnF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2VjrEnF .modal-header {
    padding: 1rem;
  }
}
.cid-uKm2VjrEnF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm2VjrEnF .modal-header .close svg {
  fill: #353535;
}
.cid-uKm2VjrEnF .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm2VjrEnF .modal-header .close:focus {
  outline: none;
}
.cid-uKm2VjrEnF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm2VjrEnF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm2VjrEnF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2VjrEnF .modal-body {
    padding: 1rem;
  }
}
.cid-uKm2VjrEnF .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-uKm2VjrEnF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm2VjrEnF .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm2VjrEnF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm2VjrEnF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm2VjrEnF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm2VjrEnF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm2VjrEnF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm2VjrEnF .modal-lg,
  .cid-uKm2VjrEnF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm2VjrEnF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm2VjrEnF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm2VjrEnF .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-uKm2VjrEnF .form-group {
  margin-bottom: 1rem;
}
.cid-uKm2VjrEnF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm2VjrEnF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm2VjrEnF .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-uKm2VjrEnF .mbr-section-btn {
  margin: 0;
}
.cid-uKm2VjrEnF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8r21yIh.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8r21yIh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8r21yIh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8r21yIh .modal-content,
.cid-uKm8r21yIh .modal-dialog {
  height: auto;
}
.cid-uKm8r21yIh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8r21yIh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8r21yIh .form-wrapper .mbr-form .form-group,
  .cid-uKm8r21yIh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8r21yIh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8r21yIh .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-uKm8r21yIh .mbr-text {
  text-align: center;
}
.cid-uKm8r21yIh .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8r21yIh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8r21yIh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8r21yIh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8r21yIh .modal-open {
  overflow: hidden;
}
.cid-uKm8r21yIh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8r21yIh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8r21yIh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8r21yIh .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-uKm8r21yIh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8r21yIh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8r21yIh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8r21yIh .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-uKm8r21yIh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8r21yIh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8r21yIh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8r21yIh .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8r21yIh .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-uKm8r21yIh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8r21yIh .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8r21yIh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8r21yIh .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8r21yIh .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8r21yIh .modal-header .close:focus {
  outline: none;
}
.cid-uKm8r21yIh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8r21yIh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8r21yIh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8r21yIh .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8r21yIh .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-uKm8r21yIh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8r21yIh .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8r21yIh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8r21yIh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8r21yIh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8r21yIh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8r21yIh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8r21yIh .modal-lg,
  .cid-uKm8r21yIh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8r21yIh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8r21yIh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8r21yIh .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-uKm8r21yIh .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8r21yIh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8r21yIh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8r21yIh .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-uKm8r21yIh .mbr-section-btn {
  margin: 0;
}
.cid-uKm8r21yIh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8s1Rtxx.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8s1Rtxx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8s1Rtxx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8s1Rtxx .modal-content,
.cid-uKm8s1Rtxx .modal-dialog {
  height: auto;
}
.cid-uKm8s1Rtxx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8s1Rtxx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8s1Rtxx .form-wrapper .mbr-form .form-group,
  .cid-uKm8s1Rtxx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8s1Rtxx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8s1Rtxx .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-uKm8s1Rtxx .mbr-text {
  text-align: center;
}
.cid-uKm8s1Rtxx .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8s1Rtxx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8s1Rtxx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8s1Rtxx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8s1Rtxx .modal-open {
  overflow: hidden;
}
.cid-uKm8s1Rtxx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8s1Rtxx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8s1Rtxx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8s1Rtxx .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-uKm8s1Rtxx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8s1Rtxx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8s1Rtxx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8s1Rtxx .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-uKm8s1Rtxx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8s1Rtxx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8s1Rtxx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8s1Rtxx .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8s1Rtxx .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-uKm8s1Rtxx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8s1Rtxx .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8s1Rtxx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8s1Rtxx .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8s1Rtxx .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8s1Rtxx .modal-header .close:focus {
  outline: none;
}
.cid-uKm8s1Rtxx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8s1Rtxx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8s1Rtxx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8s1Rtxx .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8s1Rtxx .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-uKm8s1Rtxx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8s1Rtxx .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8s1Rtxx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8s1Rtxx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8s1Rtxx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8s1Rtxx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8s1Rtxx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8s1Rtxx .modal-lg,
  .cid-uKm8s1Rtxx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8s1Rtxx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8s1Rtxx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8s1Rtxx .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-uKm8s1Rtxx .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8s1Rtxx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8s1Rtxx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8s1Rtxx .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-uKm8s1Rtxx .mbr-section-btn {
  margin: 0;
}
.cid-uKm8s1Rtxx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8sLL1Be.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8sLL1Be.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8sLL1Be.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8sLL1Be .modal-content,
.cid-uKm8sLL1Be .modal-dialog {
  height: auto;
}
.cid-uKm8sLL1Be .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8sLL1Be .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8sLL1Be .form-wrapper .mbr-form .form-group,
  .cid-uKm8sLL1Be .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8sLL1Be .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8sLL1Be .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-uKm8sLL1Be .mbr-text {
  text-align: center;
}
.cid-uKm8sLL1Be .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8sLL1Be .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8sLL1Be .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8sLL1Be .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8sLL1Be .modal-open {
  overflow: hidden;
}
.cid-uKm8sLL1Be .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8sLL1Be .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8sLL1Be .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8sLL1Be .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-uKm8sLL1Be .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8sLL1Be .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8sLL1Be .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8sLL1Be .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-uKm8sLL1Be .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8sLL1Be .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8sLL1Be .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8sLL1Be .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8sLL1Be .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-uKm8sLL1Be .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8sLL1Be .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8sLL1Be .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8sLL1Be .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8sLL1Be .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8sLL1Be .modal-header .close:focus {
  outline: none;
}
.cid-uKm8sLL1Be .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8sLL1Be .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8sLL1Be .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8sLL1Be .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8sLL1Be .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-uKm8sLL1Be .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8sLL1Be .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8sLL1Be .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8sLL1Be .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8sLL1Be .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8sLL1Be .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8sLL1Be .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8sLL1Be .modal-lg,
  .cid-uKm8sLL1Be .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8sLL1Be .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8sLL1Be .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8sLL1Be .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-uKm8sLL1Be .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8sLL1Be .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8sLL1Be .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8sLL1Be .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-uKm8sLL1Be .mbr-section-btn {
  margin: 0;
}
.cid-uKm8sLL1Be .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8tpK6Cp.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8tpK6Cp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8tpK6Cp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8tpK6Cp .modal-content,
.cid-uKm8tpK6Cp .modal-dialog {
  height: auto;
}
.cid-uKm8tpK6Cp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8tpK6Cp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8tpK6Cp .form-wrapper .mbr-form .form-group,
  .cid-uKm8tpK6Cp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8tpK6Cp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8tpK6Cp .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-uKm8tpK6Cp .mbr-text {
  text-align: center;
}
.cid-uKm8tpK6Cp .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8tpK6Cp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8tpK6Cp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8tpK6Cp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8tpK6Cp .modal-open {
  overflow: hidden;
}
.cid-uKm8tpK6Cp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8tpK6Cp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8tpK6Cp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8tpK6Cp .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-uKm8tpK6Cp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8tpK6Cp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8tpK6Cp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8tpK6Cp .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-uKm8tpK6Cp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8tpK6Cp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8tpK6Cp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8tpK6Cp .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8tpK6Cp .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-uKm8tpK6Cp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8tpK6Cp .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8tpK6Cp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8tpK6Cp .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8tpK6Cp .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8tpK6Cp .modal-header .close:focus {
  outline: none;
}
.cid-uKm8tpK6Cp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8tpK6Cp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8tpK6Cp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8tpK6Cp .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8tpK6Cp .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-uKm8tpK6Cp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8tpK6Cp .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8tpK6Cp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8tpK6Cp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8tpK6Cp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8tpK6Cp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8tpK6Cp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8tpK6Cp .modal-lg,
  .cid-uKm8tpK6Cp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8tpK6Cp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8tpK6Cp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8tpK6Cp .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-uKm8tpK6Cp .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8tpK6Cp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8tpK6Cp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8tpK6Cp .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-uKm8tpK6Cp .mbr-section-btn {
  margin: 0;
}
.cid-uKm8tpK6Cp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8u4jMIT.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8u4jMIT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8u4jMIT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8u4jMIT .modal-content,
.cid-uKm8u4jMIT .modal-dialog {
  height: auto;
}
.cid-uKm8u4jMIT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8u4jMIT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8u4jMIT .form-wrapper .mbr-form .form-group,
  .cid-uKm8u4jMIT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8u4jMIT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8u4jMIT .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-uKm8u4jMIT .mbr-text {
  text-align: center;
}
.cid-uKm8u4jMIT .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8u4jMIT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8u4jMIT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8u4jMIT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8u4jMIT .modal-open {
  overflow: hidden;
}
.cid-uKm8u4jMIT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8u4jMIT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8u4jMIT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8u4jMIT .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-uKm8u4jMIT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8u4jMIT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8u4jMIT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8u4jMIT .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-uKm8u4jMIT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8u4jMIT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8u4jMIT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8u4jMIT .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8u4jMIT .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-uKm8u4jMIT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8u4jMIT .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8u4jMIT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8u4jMIT .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8u4jMIT .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8u4jMIT .modal-header .close:focus {
  outline: none;
}
.cid-uKm8u4jMIT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8u4jMIT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8u4jMIT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8u4jMIT .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8u4jMIT .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-uKm8u4jMIT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8u4jMIT .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8u4jMIT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8u4jMIT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8u4jMIT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8u4jMIT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8u4jMIT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8u4jMIT .modal-lg,
  .cid-uKm8u4jMIT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8u4jMIT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8u4jMIT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8u4jMIT .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-uKm8u4jMIT .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8u4jMIT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8u4jMIT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8u4jMIT .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-uKm8u4jMIT .mbr-section-btn {
  margin: 0;
}
.cid-uKm8u4jMIT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8uI1P5V.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8uI1P5V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8uI1P5V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8uI1P5V .modal-content,
.cid-uKm8uI1P5V .modal-dialog {
  height: auto;
}
.cid-uKm8uI1P5V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8uI1P5V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8uI1P5V .form-wrapper .mbr-form .form-group,
  .cid-uKm8uI1P5V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8uI1P5V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8uI1P5V .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-uKm8uI1P5V .mbr-text {
  text-align: center;
}
.cid-uKm8uI1P5V .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8uI1P5V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8uI1P5V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8uI1P5V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8uI1P5V .modal-open {
  overflow: hidden;
}
.cid-uKm8uI1P5V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8uI1P5V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8uI1P5V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8uI1P5V .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-uKm8uI1P5V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8uI1P5V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8uI1P5V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8uI1P5V .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-uKm8uI1P5V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8uI1P5V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8uI1P5V .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8uI1P5V .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8uI1P5V .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-uKm8uI1P5V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8uI1P5V .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8uI1P5V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8uI1P5V .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8uI1P5V .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8uI1P5V .modal-header .close:focus {
  outline: none;
}
.cid-uKm8uI1P5V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8uI1P5V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8uI1P5V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8uI1P5V .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8uI1P5V .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-uKm8uI1P5V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8uI1P5V .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8uI1P5V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8uI1P5V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8uI1P5V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8uI1P5V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8uI1P5V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8uI1P5V .modal-lg,
  .cid-uKm8uI1P5V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8uI1P5V .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8uI1P5V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8uI1P5V .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-uKm8uI1P5V .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8uI1P5V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8uI1P5V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8uI1P5V .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-uKm8uI1P5V .mbr-section-btn {
  margin: 0;
}
.cid-uKm8uI1P5V .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8vnKCkw.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8vnKCkw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8vnKCkw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8vnKCkw .modal-content,
.cid-uKm8vnKCkw .modal-dialog {
  height: auto;
}
.cid-uKm8vnKCkw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8vnKCkw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8vnKCkw .form-wrapper .mbr-form .form-group,
  .cid-uKm8vnKCkw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8vnKCkw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8vnKCkw .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-uKm8vnKCkw .mbr-text {
  text-align: center;
}
.cid-uKm8vnKCkw .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8vnKCkw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8vnKCkw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8vnKCkw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8vnKCkw .modal-open {
  overflow: hidden;
}
.cid-uKm8vnKCkw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8vnKCkw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8vnKCkw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8vnKCkw .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-uKm8vnKCkw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8vnKCkw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8vnKCkw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8vnKCkw .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-uKm8vnKCkw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8vnKCkw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8vnKCkw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8vnKCkw .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8vnKCkw .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-uKm8vnKCkw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8vnKCkw .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8vnKCkw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8vnKCkw .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8vnKCkw .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8vnKCkw .modal-header .close:focus {
  outline: none;
}
.cid-uKm8vnKCkw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8vnKCkw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8vnKCkw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8vnKCkw .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8vnKCkw .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-uKm8vnKCkw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8vnKCkw .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8vnKCkw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8vnKCkw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8vnKCkw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8vnKCkw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8vnKCkw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8vnKCkw .modal-lg,
  .cid-uKm8vnKCkw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8vnKCkw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8vnKCkw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8vnKCkw .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-uKm8vnKCkw .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8vnKCkw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8vnKCkw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8vnKCkw .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-uKm8vnKCkw .mbr-section-btn {
  margin: 0;
}
.cid-uKm8vnKCkw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKsMPXBSf2.popup-builder {
  background-color: #ffffff;
}
.cid-uKsMPXBSf2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKsMPXBSf2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKsMPXBSf2 .modal-content,
.cid-uKsMPXBSf2 .modal-dialog {
  height: auto;
}
.cid-uKsMPXBSf2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKsMPXBSf2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKsMPXBSf2 .form-wrapper .mbr-form .form-group,
  .cid-uKsMPXBSf2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKsMPXBSf2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKsMPXBSf2 .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-uKsMPXBSf2 .mbr-text {
  text-align: center;
}
.cid-uKsMPXBSf2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKsMPXBSf2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKsMPXBSf2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKsMPXBSf2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKsMPXBSf2 .modal-open {
  overflow: hidden;
}
.cid-uKsMPXBSf2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKsMPXBSf2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKsMPXBSf2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKsMPXBSf2 .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-uKsMPXBSf2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKsMPXBSf2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKsMPXBSf2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKsMPXBSf2 .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-uKsMPXBSf2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKsMPXBSf2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKsMPXBSf2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKsMPXBSf2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKsMPXBSf2 .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-uKsMPXBSf2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKsMPXBSf2 .modal-header {
    padding: 1rem;
  }
}
.cid-uKsMPXBSf2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKsMPXBSf2 .modal-header .close svg {
  fill: #353535;
}
.cid-uKsMPXBSf2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKsMPXBSf2 .modal-header .close:focus {
  outline: none;
}
.cid-uKsMPXBSf2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKsMPXBSf2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKsMPXBSf2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKsMPXBSf2 .modal-body {
    padding: 1rem;
  }
}
.cid-uKsMPXBSf2 .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-uKsMPXBSf2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKsMPXBSf2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKsMPXBSf2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKsMPXBSf2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKsMPXBSf2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKsMPXBSf2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKsMPXBSf2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKsMPXBSf2 .modal-lg,
  .cid-uKsMPXBSf2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKsMPXBSf2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKsMPXBSf2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKsMPXBSf2 .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-uKsMPXBSf2 .form-group {
  margin-bottom: 1rem;
}
.cid-uKsMPXBSf2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKsMPXBSf2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKsMPXBSf2 .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-uKsMPXBSf2 .mbr-section-btn {
  margin: 0;
}
.cid-uKsMPXBSf2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKsMQI3qVX.popup-builder {
  background-color: #ffffff;
}
.cid-uKsMQI3qVX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKsMQI3qVX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKsMQI3qVX .modal-content,
.cid-uKsMQI3qVX .modal-dialog {
  height: auto;
}
.cid-uKsMQI3qVX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKsMQI3qVX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKsMQI3qVX .form-wrapper .mbr-form .form-group,
  .cid-uKsMQI3qVX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKsMQI3qVX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKsMQI3qVX .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-uKsMQI3qVX .mbr-text {
  text-align: center;
}
.cid-uKsMQI3qVX .pt-0 {
  padding-top: 0 !important;
}
.cid-uKsMQI3qVX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKsMQI3qVX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKsMQI3qVX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKsMQI3qVX .modal-open {
  overflow: hidden;
}
.cid-uKsMQI3qVX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKsMQI3qVX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKsMQI3qVX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKsMQI3qVX .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-uKsMQI3qVX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKsMQI3qVX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKsMQI3qVX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKsMQI3qVX .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-uKsMQI3qVX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKsMQI3qVX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKsMQI3qVX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKsMQI3qVX .modal-backdrop.show {
  opacity: .5;
}
.cid-uKsMQI3qVX .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-uKsMQI3qVX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKsMQI3qVX .modal-header {
    padding: 1rem;
  }
}
.cid-uKsMQI3qVX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKsMQI3qVX .modal-header .close svg {
  fill: #353535;
}
.cid-uKsMQI3qVX .modal-header .close:hover {
  opacity: 1;
}
.cid-uKsMQI3qVX .modal-header .close:focus {
  outline: none;
}
.cid-uKsMQI3qVX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKsMQI3qVX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKsMQI3qVX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKsMQI3qVX .modal-body {
    padding: 1rem;
  }
}
.cid-uKsMQI3qVX .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-uKsMQI3qVX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKsMQI3qVX .modal-footer {
    padding: 1rem;
  }
}
.cid-uKsMQI3qVX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKsMQI3qVX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKsMQI3qVX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKsMQI3qVX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKsMQI3qVX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKsMQI3qVX .modal-lg,
  .cid-uKsMQI3qVX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKsMQI3qVX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKsMQI3qVX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKsMQI3qVX .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-uKsMQI3qVX .form-group {
  margin-bottom: 1rem;
}
.cid-uKsMQI3qVX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKsMQI3qVX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKsMQI3qVX .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-uKsMQI3qVX .mbr-section-btn {
  margin: 0;
}
.cid-uKsMQI3qVX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKm8wbcQ4f.popup-builder {
  background-color: #ffffff;
}
.cid-uKm8wbcQ4f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKm8wbcQ4f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKm8wbcQ4f .modal-content,
.cid-uKm8wbcQ4f .modal-dialog {
  height: auto;
}
.cid-uKm8wbcQ4f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKm8wbcQ4f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKm8wbcQ4f .form-wrapper .mbr-form .form-group,
  .cid-uKm8wbcQ4f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKm8wbcQ4f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKm8wbcQ4f .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-uKm8wbcQ4f .mbr-text {
  text-align: center;
}
.cid-uKm8wbcQ4f .pt-0 {
  padding-top: 0 !important;
}
.cid-uKm8wbcQ4f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKm8wbcQ4f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKm8wbcQ4f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKm8wbcQ4f .modal-open {
  overflow: hidden;
}
.cid-uKm8wbcQ4f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKm8wbcQ4f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKm8wbcQ4f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKm8wbcQ4f .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-uKm8wbcQ4f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKm8wbcQ4f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKm8wbcQ4f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKm8wbcQ4f .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-uKm8wbcQ4f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKm8wbcQ4f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKm8wbcQ4f .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKm8wbcQ4f .modal-backdrop.show {
  opacity: .5;
}
.cid-uKm8wbcQ4f .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-uKm8wbcQ4f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8wbcQ4f .modal-header {
    padding: 1rem;
  }
}
.cid-uKm8wbcQ4f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKm8wbcQ4f .modal-header .close svg {
  fill: #353535;
}
.cid-uKm8wbcQ4f .modal-header .close:hover {
  opacity: 1;
}
.cid-uKm8wbcQ4f .modal-header .close:focus {
  outline: none;
}
.cid-uKm8wbcQ4f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKm8wbcQ4f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKm8wbcQ4f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8wbcQ4f .modal-body {
    padding: 1rem;
  }
}
.cid-uKm8wbcQ4f .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-uKm8wbcQ4f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKm8wbcQ4f .modal-footer {
    padding: 1rem;
  }
}
.cid-uKm8wbcQ4f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKm8wbcQ4f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKm8wbcQ4f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKm8wbcQ4f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKm8wbcQ4f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKm8wbcQ4f .modal-lg,
  .cid-uKm8wbcQ4f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKm8wbcQ4f .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKm8wbcQ4f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKm8wbcQ4f .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-uKm8wbcQ4f .form-group {
  margin-bottom: 1rem;
}
.cid-uKm8wbcQ4f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKm8wbcQ4f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKm8wbcQ4f .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-uKm8wbcQ4f .mbr-section-btn {
  margin: 0;
}
.cid-uKm8wbcQ4f .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxI7wxH1K.popup-builder {
  background-color: #ffffff;
}
.cid-uMxI7wxH1K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxI7wxH1K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxI7wxH1K .modal-content,
.cid-uMxI7wxH1K .modal-dialog {
  height: auto;
}
.cid-uMxI7wxH1K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxI7wxH1K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxI7wxH1K .form-wrapper .mbr-form .form-group,
  .cid-uMxI7wxH1K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxI7wxH1K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxI7wxH1K .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-uMxI7wxH1K .mbr-text {
  text-align: center;
}
.cid-uMxI7wxH1K .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxI7wxH1K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxI7wxH1K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxI7wxH1K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxI7wxH1K .modal-open {
  overflow: hidden;
}
.cid-uMxI7wxH1K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxI7wxH1K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxI7wxH1K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxI7wxH1K .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-uMxI7wxH1K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxI7wxH1K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxI7wxH1K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxI7wxH1K .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-uMxI7wxH1K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxI7wxH1K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxI7wxH1K .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxI7wxH1K .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxI7wxH1K .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-uMxI7wxH1K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxI7wxH1K .modal-header {
    padding: 1rem;
  }
}
.cid-uMxI7wxH1K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxI7wxH1K .modal-header .close svg {
  fill: #353535;
}
.cid-uMxI7wxH1K .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxI7wxH1K .modal-header .close:focus {
  outline: none;
}
.cid-uMxI7wxH1K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxI7wxH1K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxI7wxH1K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxI7wxH1K .modal-body {
    padding: 1rem;
  }
}
.cid-uMxI7wxH1K .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-uMxI7wxH1K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxI7wxH1K .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxI7wxH1K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxI7wxH1K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxI7wxH1K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxI7wxH1K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxI7wxH1K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxI7wxH1K .modal-lg,
  .cid-uMxI7wxH1K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxI7wxH1K .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxI7wxH1K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxI7wxH1K .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-uMxI7wxH1K .form-group {
  margin-bottom: 1rem;
}
.cid-uMxI7wxH1K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxI7wxH1K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxI7wxH1K .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-uMxI7wxH1K .mbr-section-btn {
  margin: 0;
}
.cid-uMxI7wxH1K .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxIx9K9x1.popup-builder {
  background-color: #ffffff;
}
.cid-uMxIx9K9x1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxIx9K9x1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxIx9K9x1 .modal-content,
.cid-uMxIx9K9x1 .modal-dialog {
  height: auto;
}
.cid-uMxIx9K9x1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxIx9K9x1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxIx9K9x1 .form-wrapper .mbr-form .form-group,
  .cid-uMxIx9K9x1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxIx9K9x1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxIx9K9x1 .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-uMxIx9K9x1 .mbr-text {
  text-align: center;
}
.cid-uMxIx9K9x1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxIx9K9x1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxIx9K9x1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxIx9K9x1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxIx9K9x1 .modal-open {
  overflow: hidden;
}
.cid-uMxIx9K9x1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxIx9K9x1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxIx9K9x1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxIx9K9x1 .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-uMxIx9K9x1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxIx9K9x1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxIx9K9x1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxIx9K9x1 .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-uMxIx9K9x1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxIx9K9x1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxIx9K9x1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxIx9K9x1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxIx9K9x1 .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-uMxIx9K9x1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxIx9K9x1 .modal-header {
    padding: 1rem;
  }
}
.cid-uMxIx9K9x1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxIx9K9x1 .modal-header .close svg {
  fill: #353535;
}
.cid-uMxIx9K9x1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxIx9K9x1 .modal-header .close:focus {
  outline: none;
}
.cid-uMxIx9K9x1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxIx9K9x1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxIx9K9x1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxIx9K9x1 .modal-body {
    padding: 1rem;
  }
}
.cid-uMxIx9K9x1 .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-uMxIx9K9x1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxIx9K9x1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxIx9K9x1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxIx9K9x1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxIx9K9x1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxIx9K9x1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxIx9K9x1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxIx9K9x1 .modal-lg,
  .cid-uMxIx9K9x1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxIx9K9x1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxIx9K9x1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxIx9K9x1 .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-uMxIx9K9x1 .form-group {
  margin-bottom: 1rem;
}
.cid-uMxIx9K9x1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxIx9K9x1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxIx9K9x1 .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-uMxIx9K9x1 .mbr-section-btn {
  margin: 0;
}
.cid-uMxIx9K9x1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxJJnWhwl.popup-builder {
  background-color: #ffffff;
}
.cid-uMxJJnWhwl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxJJnWhwl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxJJnWhwl .modal-content,
.cid-uMxJJnWhwl .modal-dialog {
  height: auto;
}
.cid-uMxJJnWhwl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxJJnWhwl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxJJnWhwl .form-wrapper .mbr-form .form-group,
  .cid-uMxJJnWhwl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxJJnWhwl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxJJnWhwl .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-uMxJJnWhwl .mbr-text {
  text-align: center;
}
.cid-uMxJJnWhwl .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxJJnWhwl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxJJnWhwl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxJJnWhwl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxJJnWhwl .modal-open {
  overflow: hidden;
}
.cid-uMxJJnWhwl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxJJnWhwl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxJJnWhwl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxJJnWhwl .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-uMxJJnWhwl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxJJnWhwl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxJJnWhwl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxJJnWhwl .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-uMxJJnWhwl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxJJnWhwl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxJJnWhwl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxJJnWhwl .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxJJnWhwl .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-uMxJJnWhwl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxJJnWhwl .modal-header {
    padding: 1rem;
  }
}
.cid-uMxJJnWhwl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxJJnWhwl .modal-header .close svg {
  fill: #353535;
}
.cid-uMxJJnWhwl .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxJJnWhwl .modal-header .close:focus {
  outline: none;
}
.cid-uMxJJnWhwl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxJJnWhwl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxJJnWhwl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxJJnWhwl .modal-body {
    padding: 1rem;
  }
}
.cid-uMxJJnWhwl .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-uMxJJnWhwl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxJJnWhwl .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxJJnWhwl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxJJnWhwl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxJJnWhwl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxJJnWhwl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxJJnWhwl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxJJnWhwl .modal-lg,
  .cid-uMxJJnWhwl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxJJnWhwl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxJJnWhwl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxJJnWhwl .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-uMxJJnWhwl .form-group {
  margin-bottom: 1rem;
}
.cid-uMxJJnWhwl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxJJnWhwl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxJJnWhwl .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-uMxJJnWhwl .mbr-section-btn {
  margin: 0;
}
.cid-uMxJJnWhwl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxKH12Z1Z.popup-builder {
  background-color: #ffffff;
}
.cid-uMxKH12Z1Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxKH12Z1Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxKH12Z1Z .modal-content,
.cid-uMxKH12Z1Z .modal-dialog {
  height: auto;
}
.cid-uMxKH12Z1Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxKH12Z1Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxKH12Z1Z .form-wrapper .mbr-form .form-group,
  .cid-uMxKH12Z1Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxKH12Z1Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxKH12Z1Z .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-uMxKH12Z1Z .mbr-text {
  text-align: center;
}
.cid-uMxKH12Z1Z .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxKH12Z1Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxKH12Z1Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxKH12Z1Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxKH12Z1Z .modal-open {
  overflow: hidden;
}
.cid-uMxKH12Z1Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxKH12Z1Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxKH12Z1Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxKH12Z1Z .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-uMxKH12Z1Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxKH12Z1Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxKH12Z1Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxKH12Z1Z .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-uMxKH12Z1Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxKH12Z1Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxKH12Z1Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxKH12Z1Z .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxKH12Z1Z .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-uMxKH12Z1Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxKH12Z1Z .modal-header {
    padding: 1rem;
  }
}
.cid-uMxKH12Z1Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxKH12Z1Z .modal-header .close svg {
  fill: #353535;
}
.cid-uMxKH12Z1Z .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxKH12Z1Z .modal-header .close:focus {
  outline: none;
}
.cid-uMxKH12Z1Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxKH12Z1Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxKH12Z1Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxKH12Z1Z .modal-body {
    padding: 1rem;
  }
}
.cid-uMxKH12Z1Z .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-uMxKH12Z1Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxKH12Z1Z .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxKH12Z1Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxKH12Z1Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxKH12Z1Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxKH12Z1Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxKH12Z1Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxKH12Z1Z .modal-lg,
  .cid-uMxKH12Z1Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxKH12Z1Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxKH12Z1Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxKH12Z1Z .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-uMxKH12Z1Z .form-group {
  margin-bottom: 1rem;
}
.cid-uMxKH12Z1Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxKH12Z1Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxKH12Z1Z .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-uMxKH12Z1Z .mbr-section-btn {
  margin: 0;
}
.cid-uMxKH12Z1Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMxKHPC3aI.popup-builder {
  background-color: #ffffff;
}
.cid-uMxKHPC3aI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMxKHPC3aI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMxKHPC3aI .modal-content,
.cid-uMxKHPC3aI .modal-dialog {
  height: auto;
}
.cid-uMxKHPC3aI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMxKHPC3aI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMxKHPC3aI .form-wrapper .mbr-form .form-group,
  .cid-uMxKHPC3aI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMxKHPC3aI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMxKHPC3aI .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-uMxKHPC3aI .mbr-text {
  text-align: center;
}
.cid-uMxKHPC3aI .pt-0 {
  padding-top: 0 !important;
}
.cid-uMxKHPC3aI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMxKHPC3aI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMxKHPC3aI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMxKHPC3aI .modal-open {
  overflow: hidden;
}
.cid-uMxKHPC3aI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMxKHPC3aI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMxKHPC3aI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMxKHPC3aI .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-uMxKHPC3aI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMxKHPC3aI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMxKHPC3aI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMxKHPC3aI .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-uMxKHPC3aI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMxKHPC3aI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMxKHPC3aI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMxKHPC3aI .modal-backdrop.show {
  opacity: .5;
}
.cid-uMxKHPC3aI .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-uMxKHPC3aI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxKHPC3aI .modal-header {
    padding: 1rem;
  }
}
.cid-uMxKHPC3aI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMxKHPC3aI .modal-header .close svg {
  fill: #353535;
}
.cid-uMxKHPC3aI .modal-header .close:hover {
  opacity: 1;
}
.cid-uMxKHPC3aI .modal-header .close:focus {
  outline: none;
}
.cid-uMxKHPC3aI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMxKHPC3aI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMxKHPC3aI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxKHPC3aI .modal-body {
    padding: 1rem;
  }
}
.cid-uMxKHPC3aI .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-uMxKHPC3aI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxKHPC3aI .modal-footer {
    padding: 1rem;
  }
}
.cid-uMxKHPC3aI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMxKHPC3aI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMxKHPC3aI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMxKHPC3aI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMxKHPC3aI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMxKHPC3aI .modal-lg,
  .cid-uMxKHPC3aI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMxKHPC3aI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMxKHPC3aI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMxKHPC3aI .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-uMxKHPC3aI .form-group {
  margin-bottom: 1rem;
}
.cid-uMxKHPC3aI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMxKHPC3aI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMxKHPC3aI .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-uMxKHPC3aI .mbr-section-btn {
  margin: 0;
}
.cid-uMxKHPC3aI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uJZq7I75vQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uJZq7I75vQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJZq7I75vQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJZq7I75vQ .container {
    padding: 0 22px;
  }
}
.cid-uJZq7I75vQ .row {
  justify-content: space-between;
}
.cid-uJZq7I75vQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uJZq7I75vQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJZq7I75vQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uJZq7I75vQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJZq7I75vQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uJZq7I75vQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJZq7I75vQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJZq7I75vQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uJZq7I75vQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uJZq7I75vQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJZq7I75vQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uJZq7I75vQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJZq7I75vQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uJZq7I75vQ .copy-wrapper {
    display: block;
  }
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJZq7I75vQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uJZq7I75vQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJZq7I75vQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJZq7I75vQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uJZq7I75vQ .mbr-section-title {
  color: #ff5753;
}
.cid-uJZq7I75vQ .mbr-text {
  color: #ffffff;
}
.cid-uJZq7I75vQ .list {
  color: #635d60;
}
.cid-uJZq7I75vQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uJZq7I75vQ .mbr-section-title,
.cid-uJZq7I75vQ .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uJZq7I75vQ .list,
.cid-uJZq7I75vQ .item-wrap {
  color: #ffffff;
}
.cid-uK64Z4TDrB {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uK64Z4TDrB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uK64Z4TDrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uK64Z4TDrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK64Z4TDrB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uK64Z4TDrB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uK64Z4TDrB .menu_box .navbar.opened,
  .cid-uK64Z4TDrB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uK64Z4TDrB nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uK64Z4TDrB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uK64Z4TDrB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64Z4TDrB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uK64Z4TDrB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uK64Z4TDrB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uK64Z4TDrB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uK64Z4TDrB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uK64Z4TDrB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uK64Z4TDrB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uK64Z4TDrB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uK64Z4TDrB .offcanvas-body .mbr-text,
  .cid-uK64Z4TDrB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uK64Z4TDrB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uK64Z4TDrB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uK64Z4TDrB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uK64Z4TDrB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uK64Z4TDrB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uK64Z4TDrB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uK64Z4TDrB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uK64Z4TDrB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uK64Z4TDrB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK64Z4TDrB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uK64Z4TDrB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uK64Z4TDrB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uK64Z4TDrB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uK64Z4TDrB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uK64Z4TDrB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uK64Z4TDrB .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uK64Z4TDrB .nav-item {
    margin: 0 !important;
  }
}
.cid-uK64Z4TDrB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uK64Z4TDrB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uK64Z4TDrB .nav-item .nav-link:hover::before,
.cid-uK64Z4TDrB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uK64Z4TDrB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uK64Z4TDrB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uK64Z4TDrB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uK64Z4TDrB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK64Z4TDrB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uK64Z4TDrB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uK64Z4TDrB .offcanvas_box {
    display: none;
  }
}
.cid-uK64Z4TDrB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uK64Z4TDrB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uK64Z4TDrB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uK64Z4TDrB .container {
  display: flex;
  margin: auto;
}
.cid-uK64Z4TDrB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uK64Z4TDrB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uK64Z4TDrB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uK64Z4TDrB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uK64Z4TDrB .navbar-nav {
    margin: 0;
  }
}
.cid-uK64Z4TDrB .dropdown-menu,
.cid-uK64Z4TDrB .navbar.opened {
  background-color: false !important;
}
.cid-uK64Z4TDrB .nav-item:focus,
.cid-uK64Z4TDrB .nav-link:focus {
  outline: none;
}
.cid-uK64Z4TDrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK64Z4TDrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK64Z4TDrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK64Z4TDrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK64Z4TDrB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK64Z4TDrB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK64Z4TDrB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z4TDrB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uK64Z4TDrB .navbar.opened {
  transition: all 0.3s;
}
.cid-uK64Z4TDrB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uK64Z4TDrB .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uK64Z4TDrB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uK64Z4TDrB .navbar.collapsed {
  justify-content: center;
}
.cid-uK64Z4TDrB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK64Z4TDrB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK64Z4TDrB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK64Z4TDrB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK64Z4TDrB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK64Z4TDrB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uK64Z4TDrB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uK64Z4TDrB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uK64Z4TDrB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uK64Z4TDrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK64Z4TDrB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK64Z4TDrB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uK64Z4TDrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK64Z4TDrB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uK64Z4TDrB .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uK64Z4TDrB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uK64Z4TDrB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uK64Z4TDrB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uK64Z4TDrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uK64Z4TDrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK64Z4TDrB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uK64Z4TDrB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK64Z4TDrB .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uK64Z4TDrB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK64Z4TDrB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK64Z4TDrB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK64Z4TDrB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK64Z4TDrB .dropdown-item.active,
.cid-uK64Z4TDrB .dropdown-item:active {
  background-color: transparent;
}
.cid-uK64Z4TDrB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uK64Z4TDrB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK64Z4TDrB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK64Z4TDrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK64Z4TDrB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uK64Z4TDrB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK64Z4TDrB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uK64Z4TDrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK64Z4TDrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK64Z4TDrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK64Z4TDrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK64Z4TDrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK64Z4TDrB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK64Z4TDrB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK64Z4TDrB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK64Z4TDrB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK64Z4TDrB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uK64Z4TDrB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK64Z4TDrB .navbar {
    height: 70px;
  }
  .cid-uK64Z4TDrB .navbar.opened {
    height: auto;
  }
  .cid-uK64Z4TDrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK64Z4TDrB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uK64Z4TDrB .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uK64Z4TDrB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uK64Z4TDrB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uK64Z4TDrB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uK64Z4TDrB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uK64Z4TDrB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uK64Z4TDrB .text_widget {
  margin-bottom: 32px;
}
.cid-uK64Z4TDrB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uK64Z4TDrB .text_widget a:hover,
.cid-uK64Z4TDrB .text_widget a:focus {
  opacity: .8;
}
.cid-uK64Z4TDrB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uK64Z4TDrB .navbar-caption {
  color: #000000;
}
.cid-uK64Z4TDrB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uK64Z4TDrB .mbr-section-subtitle,
.cid-uK64Z4TDrB .text_widget,
.cid-uK64Z4TDrB .mbr-section-btn {
  text-align: center;
}
.cid-uK64Z4TDrB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK64Z5GmB7 {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uK64Z5GmB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z5GmB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z5GmB7 .container {
    padding: 0 22px;
  }
}
.cid-uK64Z5GmB7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK64Z5GmB7 .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uK64Z69n0G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64Z69n0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z69n0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z69n0G .container {
    padding: 0 22px;
  }
}
.cid-uK64Z69n0G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK64Z69n0G .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uK64Z6DqqR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64Z6DqqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z6DqqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z6DqqR .container {
    padding: 0 22px;
  }
}
.cid-uK64Z6DqqR .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK64Z6DqqR .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Z7994b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Z7994b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z7994b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z7994b .container {
    padding: 0 22px;
  }
}
.cid-uK64Z7994b .row {
  justify-content: space-between;
}
.cid-uK64Z7994b .row .card {
  justify-content: center;
}
.cid-uK64Z7994b .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Z7994b .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Z7994b .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Z7994b .image-wrapper {
  position: relative;
}
.cid-uK64Z7994b .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Z7994b .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Z7994b .mbr-section-title {
  color: #402e59;
}
.cid-uK64Z7994b .mbr-desc {
  color: #000000;
}
.cid-uK64Z7994b .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Z7EVmK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Z7EVmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z7EVmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z7EVmK .container {
    padding: 0 22px;
  }
}
.cid-uK64Z7EVmK .row {
  justify-content: space-between;
}
.cid-uK64Z7EVmK .row .card {
  justify-content: center;
}
.cid-uK64Z7EVmK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Z7EVmK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Z7EVmK .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Z7EVmK .image-wrapper {
  position: relative;
}
.cid-uK64Z7EVmK .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Z7EVmK .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Z7EVmK .mbr-section-title {
  color: #402e59;
}
.cid-uK64Z7EVmK .mbr-desc {
  color: #000000;
}
.cid-uK64Z7EVmK .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Z8bRlv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Z8bRlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z8bRlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z8bRlv .container {
    padding: 0 22px;
  }
}
.cid-uK64Z8bRlv .row {
  justify-content: space-between;
}
.cid-uK64Z8bRlv .row .card {
  justify-content: center;
}
.cid-uK64Z8bRlv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Z8bRlv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Z8bRlv .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Z8bRlv .image-wrapper {
  position: relative;
}
.cid-uK64Z8bRlv .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Z8bRlv .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Z8bRlv .mbr-section-title {
  color: #402e59;
}
.cid-uK64Z8bRlv .mbr-desc {
  color: #000000;
}
.cid-uK64Z8bRlv .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Z8L0wZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Z8L0wZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z8L0wZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z8L0wZ .container {
    padding: 0 22px;
  }
}
.cid-uK64Z8L0wZ .row {
  justify-content: space-between;
}
.cid-uK64Z8L0wZ .row .card {
  justify-content: center;
}
.cid-uK64Z8L0wZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Z8L0wZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Z8L0wZ .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Z8L0wZ .image-wrapper {
  position: relative;
}
.cid-uK64Z8L0wZ .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Z8L0wZ .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Z8L0wZ .mbr-section-title {
  color: #402e59;
}
.cid-uK64Z8L0wZ .mbr-desc {
  color: #000000;
}
.cid-uK64Z8L0wZ .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Z9mNEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Z9mNEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z9mNEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z9mNEh .container {
    padding: 0 22px;
  }
}
.cid-uK64Z9mNEh .row {
  justify-content: space-between;
}
.cid-uK64Z9mNEh .row .card {
  justify-content: center;
}
.cid-uK64Z9mNEh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Z9mNEh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Z9mNEh .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Z9mNEh .image-wrapper {
  position: relative;
}
.cid-uK64Z9mNEh .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Z9mNEh .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Z9mNEh .mbr-section-title {
  color: #402e59;
}
.cid-uK64Z9mNEh .mbr-desc {
  color: #000000;
}
.cid-uK64Z9mNEh .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Z9RcC5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64Z9RcC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Z9RcC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Z9RcC5 .container {
    padding: 0 22px;
  }
}
.cid-uK64Z9RcC5 .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK64Z9RcC5 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZasU6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZasU6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZasU6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZasU6F .container {
    padding: 0 22px;
  }
}
.cid-uK64ZasU6F .row {
  justify-content: space-between;
}
.cid-uK64ZasU6F .row .card {
  justify-content: center;
}
.cid-uK64ZasU6F .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZasU6F .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZasU6F .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZasU6F .image-wrapper {
  position: relative;
}
.cid-uK64ZasU6F .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZasU6F .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZasU6F .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZasU6F .mbr-desc {
  color: #000000;
}
.cid-uK64ZasU6F .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Zb25WY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64Zb25WY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Zb25WY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Zb25WY .container {
    padding: 0 22px;
  }
}
.cid-uK64Zb25WY .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK64Zb25WY .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZbBBuP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZbBBuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZbBBuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZbBBuP .container {
    padding: 0 22px;
  }
}
.cid-uK64ZbBBuP .row {
  justify-content: space-between;
}
.cid-uK64ZbBBuP .row .card {
  justify-content: center;
}
.cid-uK64ZbBBuP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZbBBuP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZbBBuP .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZbBBuP .image-wrapper {
  position: relative;
}
.cid-uK64ZbBBuP .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZbBBuP .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZbBBuP .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZbBBuP .mbr-desc {
  color: #000000;
}
.cid-uK64ZbBBuP .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZcdqyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZcdqyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZcdqyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZcdqyC .container {
    padding: 0 22px;
  }
}
.cid-uK64ZcdqyC .row {
  justify-content: space-between;
}
.cid-uK64ZcdqyC .row .card {
  justify-content: center;
}
.cid-uK64ZcdqyC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZcdqyC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZcdqyC .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZcdqyC .image-wrapper {
  position: relative;
}
.cid-uK64ZcdqyC .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZcdqyC .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZcdqyC .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZcdqyC .mbr-desc {
  color: #000000;
}
.cid-uK64ZcdqyC .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZcOWP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZcOWP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZcOWP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZcOWP9 .container {
    padding: 0 22px;
  }
}
.cid-uK64ZcOWP9 .row {
  justify-content: space-between;
}
.cid-uK64ZcOWP9 .row .card {
  justify-content: center;
}
.cid-uK64ZcOWP9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZcOWP9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZcOWP9 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZcOWP9 .image-wrapper {
  position: relative;
}
.cid-uK64ZcOWP9 .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZcOWP9 .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZcOWP9 .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZcOWP9 .mbr-desc {
  color: #000000;
}
.cid-uK64ZcOWP9 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZdsvJr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64ZdsvJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZdsvJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZdsvJr .container {
    padding: 0 22px;
  }
}
.cid-uK64ZdsvJr .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK64ZdsvJr .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Ze3eqW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Ze3eqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Ze3eqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Ze3eqW .container {
    padding: 0 22px;
  }
}
.cid-uK64Ze3eqW .row {
  justify-content: space-between;
}
.cid-uK64Ze3eqW .row .card {
  justify-content: center;
}
.cid-uK64Ze3eqW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Ze3eqW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Ze3eqW .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Ze3eqW .image-wrapper {
  position: relative;
}
.cid-uK64Ze3eqW .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Ze3eqW .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Ze3eqW .mbr-section-title {
  color: #402e59;
}
.cid-uK64Ze3eqW .mbr-desc {
  color: #000000;
}
.cid-uK64Ze3eqW .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZeH2kZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64ZeH2kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZeH2kZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZeH2kZ .container {
    padding: 0 22px;
  }
}
.cid-uK64ZeH2kZ .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK64ZeH2kZ .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZfiMha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZfiMha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZfiMha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZfiMha .container {
    padding: 0 22px;
  }
}
.cid-uK64ZfiMha .row {
  justify-content: space-between;
}
.cid-uK64ZfiMha .row .card {
  justify-content: center;
}
.cid-uK64ZfiMha .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZfiMha .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZfiMha .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZfiMha .image-wrapper {
  position: relative;
}
.cid-uK64ZfiMha .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZfiMha .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZfiMha .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZfiMha .mbr-desc {
  color: #000000;
}
.cid-uK64ZfiMha .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZfSKfY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64ZfSKfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZfSKfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZfSKfY .container {
    padding: 0 22px;
  }
}
.cid-uK64ZfSKfY .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK64ZfSKfY .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZguM3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZguM3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZguM3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZguM3x .container {
    padding: 0 22px;
  }
}
.cid-uK64ZguM3x .row {
  justify-content: space-between;
}
.cid-uK64ZguM3x .row .card {
  justify-content: center;
}
.cid-uK64ZguM3x .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZguM3x .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZguM3x .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZguM3x .image-wrapper {
  position: relative;
}
.cid-uK64ZguM3x .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZguM3x .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZguM3x .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZguM3x .mbr-desc {
  color: #000000;
}
.cid-uK64ZguM3x .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Zh8zXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Zh8zXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Zh8zXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Zh8zXF .container {
    padding: 0 22px;
  }
}
.cid-uK64Zh8zXF .row {
  justify-content: space-between;
}
.cid-uK64Zh8zXF .row .card {
  justify-content: center;
}
.cid-uK64Zh8zXF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Zh8zXF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Zh8zXF .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Zh8zXF .image-wrapper {
  position: relative;
}
.cid-uK64Zh8zXF .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Zh8zXF .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Zh8zXF .mbr-section-title {
  color: #402e59;
}
.cid-uK64Zh8zXF .mbr-desc {
  color: #000000;
}
.cid-uK64Zh8zXF .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZhN548 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK64ZhN548 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZhN548 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZhN548 .container {
    padding: 0 22px;
  }
}
.cid-uK64ZhN548 .content-wrapper .mbr-text {
  margin-bottom: 0;
  margin-left: 15px;
}
.cid-uK64ZhN548 .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZirPbx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZirPbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZirPbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZirPbx .container {
    padding: 0 22px;
  }
}
.cid-uK64ZirPbx .row {
  justify-content: space-between;
}
.cid-uK64ZirPbx .row .card {
  justify-content: center;
}
.cid-uK64ZirPbx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZirPbx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZirPbx .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZirPbx .image-wrapper {
  position: relative;
}
.cid-uK64ZirPbx .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZirPbx .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZirPbx .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZirPbx .mbr-desc {
  color: #000000;
}
.cid-uK64ZirPbx .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64Zj8Ghr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64Zj8Ghr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64Zj8Ghr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64Zj8Ghr .container {
    padding: 0 22px;
  }
}
.cid-uK64Zj8Ghr .row {
  justify-content: space-between;
}
.cid-uK64Zj8Ghr .row .card {
  justify-content: center;
}
.cid-uK64Zj8Ghr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64Zj8Ghr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64Zj8Ghr .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64Zj8Ghr .image-wrapper {
  position: relative;
}
.cid-uK64Zj8Ghr .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64Zj8Ghr .image-wrapper img {
    height: auto;
  }
}
.cid-uK64Zj8Ghr .mbr-section-title {
  color: #402e59;
}
.cid-uK64Zj8Ghr .mbr-desc {
  color: #000000;
}
.cid-uK64Zj8Ghr .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZjNpBN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-mesa-de-trabajo-1-2000x599.png");
}
.cid-uK64ZjNpBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZjNpBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZjNpBN .container {
    padding: 0 22px;
  }
}
.cid-uK64ZjNpBN .row {
  justify-content: space-between;
}
.cid-uK64ZjNpBN .row .card {
  justify-content: center;
}
.cid-uK64ZjNpBN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZjNpBN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uK64ZjNpBN .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uK64ZjNpBN .image-wrapper {
  position: relative;
}
.cid-uK64ZjNpBN .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uK64ZjNpBN .image-wrapper img {
    height: auto;
  }
}
.cid-uK64ZjNpBN .mbr-section-title {
  color: #402e59;
}
.cid-uK64ZjNpBN .mbr-desc {
  color: #000000;
}
.cid-uK64ZjNpBN .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uK64ZksZ0X.popup-builder {
  background-color: #ffffff;
}
.cid-uK64ZksZ0X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uK64ZksZ0X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uK64ZksZ0X .modal-content,
.cid-uK64ZksZ0X .modal-dialog {
  height: auto;
}
.cid-uK64ZksZ0X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uK64ZksZ0X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uK64ZksZ0X .form-wrapper .mbr-form .form-group,
  .cid-uK64ZksZ0X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uK64ZksZ0X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uK64ZksZ0X .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-uK64ZksZ0X .mbr-text {
  text-align: center;
}
.cid-uK64ZksZ0X .pt-0 {
  padding-top: 0 !important;
}
.cid-uK64ZksZ0X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uK64ZksZ0X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uK64ZksZ0X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uK64ZksZ0X .modal-open {
  overflow: hidden;
}
.cid-uK64ZksZ0X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uK64ZksZ0X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uK64ZksZ0X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uK64ZksZ0X .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-uK64ZksZ0X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uK64ZksZ0X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uK64ZksZ0X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uK64ZksZ0X .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-uK64ZksZ0X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uK64ZksZ0X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uK64ZksZ0X .modal-backdrop.fade {
  opacity: 0;
}
.cid-uK64ZksZ0X .modal-backdrop.show {
  opacity: .5;
}
.cid-uK64ZksZ0X .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-uK64ZksZ0X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64ZksZ0X .modal-header {
    padding: 1rem;
  }
}
.cid-uK64ZksZ0X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uK64ZksZ0X .modal-header .close svg {
  fill: #353535;
}
.cid-uK64ZksZ0X .modal-header .close:hover {
  opacity: 1;
}
.cid-uK64ZksZ0X .modal-header .close:focus {
  outline: none;
}
.cid-uK64ZksZ0X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uK64ZksZ0X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uK64ZksZ0X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64ZksZ0X .modal-body {
    padding: 1rem;
  }
}
.cid-uK64ZksZ0X .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-uK64ZksZ0X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64ZksZ0X .modal-footer {
    padding: 1rem;
  }
}
.cid-uK64ZksZ0X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uK64ZksZ0X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uK64ZksZ0X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uK64ZksZ0X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uK64ZksZ0X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uK64ZksZ0X .modal-lg,
  .cid-uK64ZksZ0X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uK64ZksZ0X .modal-xl {
    max-width: 1140px;
  }
}
.cid-uK64ZksZ0X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uK64ZksZ0X .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-uK64ZksZ0X .form-group {
  margin-bottom: 1rem;
}
.cid-uK64ZksZ0X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uK64ZksZ0X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uK64ZksZ0X .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-uK64ZksZ0X .mbr-section-btn {
  margin: 0;
}
.cid-uK64ZksZ0X .mbr-section-btn .btn {
  margin: 0;
}
.cid-uK64Zlfsse.popup-builder {
  background-color: #ffffff;
}
.cid-uK64Zlfsse.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uK64Zlfsse.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uK64Zlfsse .modal-content,
.cid-uK64Zlfsse .modal-dialog {
  height: auto;
}
.cid-uK64Zlfsse .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uK64Zlfsse .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uK64Zlfsse .form-wrapper .mbr-form .form-group,
  .cid-uK64Zlfsse .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uK64Zlfsse .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uK64Zlfsse .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-uK64Zlfsse .mbr-text {
  text-align: center;
}
.cid-uK64Zlfsse .pt-0 {
  padding-top: 0 !important;
}
.cid-uK64Zlfsse .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uK64Zlfsse .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uK64Zlfsse .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uK64Zlfsse .modal-open {
  overflow: hidden;
}
.cid-uK64Zlfsse .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uK64Zlfsse .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uK64Zlfsse .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uK64Zlfsse .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-uK64Zlfsse .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uK64Zlfsse .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uK64Zlfsse .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uK64Zlfsse .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-uK64Zlfsse .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uK64Zlfsse .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uK64Zlfsse .modal-backdrop.fade {
  opacity: 0;
}
.cid-uK64Zlfsse .modal-backdrop.show {
  opacity: .5;
}
.cid-uK64Zlfsse .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-uK64Zlfsse .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64Zlfsse .modal-header {
    padding: 1rem;
  }
}
.cid-uK64Zlfsse .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uK64Zlfsse .modal-header .close svg {
  fill: #353535;
}
.cid-uK64Zlfsse .modal-header .close:hover {
  opacity: 1;
}
.cid-uK64Zlfsse .modal-header .close:focus {
  outline: none;
}
.cid-uK64Zlfsse .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uK64Zlfsse .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uK64Zlfsse .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64Zlfsse .modal-body {
    padding: 1rem;
  }
}
.cid-uK64Zlfsse .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-uK64Zlfsse .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64Zlfsse .modal-footer {
    padding: 1rem;
  }
}
.cid-uK64Zlfsse .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uK64Zlfsse .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uK64Zlfsse .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uK64Zlfsse .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uK64Zlfsse .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uK64Zlfsse .modal-lg,
  .cid-uK64Zlfsse .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uK64Zlfsse .modal-xl {
    max-width: 1140px;
  }
}
.cid-uK64Zlfsse .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uK64Zlfsse .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-uK64Zlfsse .form-group {
  margin-bottom: 1rem;
}
.cid-uK64Zlfsse .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uK64Zlfsse .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uK64Zlfsse .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-uK64Zlfsse .mbr-section-btn {
  margin: 0;
}
.cid-uK64Zlfsse .mbr-section-btn .btn {
  margin: 0;
}
.cid-uK64Zm0cMV.popup-builder {
  background-color: #ffffff;
}
.cid-uK64Zm0cMV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uK64Zm0cMV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uK64Zm0cMV .modal-content,
.cid-uK64Zm0cMV .modal-dialog {
  height: auto;
}
.cid-uK64Zm0cMV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uK64Zm0cMV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uK64Zm0cMV .form-wrapper .mbr-form .form-group,
  .cid-uK64Zm0cMV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uK64Zm0cMV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uK64Zm0cMV .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-uK64Zm0cMV .mbr-text {
  text-align: center;
}
.cid-uK64Zm0cMV .pt-0 {
  padding-top: 0 !important;
}
.cid-uK64Zm0cMV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uK64Zm0cMV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uK64Zm0cMV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uK64Zm0cMV .modal-open {
  overflow: hidden;
}
.cid-uK64Zm0cMV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uK64Zm0cMV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uK64Zm0cMV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uK64Zm0cMV .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-uK64Zm0cMV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uK64Zm0cMV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uK64Zm0cMV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uK64Zm0cMV .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-uK64Zm0cMV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uK64Zm0cMV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uK64Zm0cMV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uK64Zm0cMV .modal-backdrop.show {
  opacity: .5;
}
.cid-uK64Zm0cMV .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-uK64Zm0cMV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64Zm0cMV .modal-header {
    padding: 1rem;
  }
}
.cid-uK64Zm0cMV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uK64Zm0cMV .modal-header .close svg {
  fill: #353535;
}
.cid-uK64Zm0cMV .modal-header .close:hover {
  opacity: 1;
}
.cid-uK64Zm0cMV .modal-header .close:focus {
  outline: none;
}
.cid-uK64Zm0cMV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uK64Zm0cMV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uK64Zm0cMV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64Zm0cMV .modal-body {
    padding: 1rem;
  }
}
.cid-uK64Zm0cMV .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-uK64Zm0cMV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK64Zm0cMV .modal-footer {
    padding: 1rem;
  }
}
.cid-uK64Zm0cMV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uK64Zm0cMV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uK64Zm0cMV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uK64Zm0cMV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uK64Zm0cMV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uK64Zm0cMV .modal-lg,
  .cid-uK64Zm0cMV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uK64Zm0cMV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uK64Zm0cMV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uK64Zm0cMV .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-uK64Zm0cMV .form-group {
  margin-bottom: 1rem;
}
.cid-uK64Zm0cMV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uK64Zm0cMV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uK64Zm0cMV .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-uK64Zm0cMV .mbr-section-btn {
  margin: 0;
}
.cid-uK64Zm0cMV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uK64ZmPA4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uK64ZmPA4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK64ZmPA4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZmPA4w .container {
    padding: 0 22px;
  }
}
.cid-uK64ZmPA4w .row {
  justify-content: space-between;
}
.cid-uK64ZmPA4w .content-wrapper {
  margin-bottom: 32px;
}
.cid-uK64ZmPA4w .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uK64ZmPA4w .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uK64ZmPA4w .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uK64ZmPA4w .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uK64ZmPA4w .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uK64ZmPA4w .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uK64ZmPA4w .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uK64ZmPA4w .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uK64ZmPA4w .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK64ZmPA4w .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uK64ZmPA4w .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uK64ZmPA4w .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uK64ZmPA4w .copy-wrapper {
    display: block;
  }
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uK64ZmPA4w .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uK64ZmPA4w .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uK64ZmPA4w .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK64ZmPA4w .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uK64ZmPA4w .mbr-section-title {
  color: #ff5753;
}
.cid-uK64ZmPA4w .mbr-text {
  color: #ffffff;
}
.cid-uK64ZmPA4w .list {
  color: #635d60;
}
.cid-uK64ZmPA4w .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uK64ZmPA4w .mbr-section-title,
.cid-uK64ZmPA4w .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uK64ZmPA4w .list,
.cid-uK64ZmPA4w .item-wrap {
  color: #ffffff;
}
.cid-uKzd0YzBZS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uKzd0YzBZS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uKzd0YzBZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKzd0YzBZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKzd0YzBZS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKzd0YzBZS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKzd0YzBZS .menu_box .navbar.opened,
  .cid-uKzd0YzBZS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKzd0YzBZS nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uKzd0YzBZS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKzd0YzBZS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKzd0YzBZS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKzd0YzBZS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKzd0YzBZS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKzd0YzBZS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uKzd0YzBZS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKzd0YzBZS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKzd0YzBZS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKzd0YzBZS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKzd0YzBZS .offcanvas-body .mbr-text,
  .cid-uKzd0YzBZS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKzd0YzBZS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKzd0YzBZS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKzd0YzBZS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKzd0YzBZS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKzd0YzBZS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKzd0YzBZS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKzd0YzBZS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKzd0YzBZS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKzd0YzBZS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKzd0YzBZS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKzd0YzBZS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKzd0YzBZS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKzd0YzBZS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKzd0YzBZS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uKzd0YzBZS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKzd0YzBZS .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uKzd0YzBZS .nav-item {
    margin: 0 !important;
  }
}
.cid-uKzd0YzBZS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uKzd0YzBZS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKzd0YzBZS .nav-item .nav-link:hover::before,
.cid-uKzd0YzBZS .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uKzd0YzBZS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKzd0YzBZS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKzd0YzBZS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKzd0YzBZS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKzd0YzBZS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKzd0YzBZS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKzd0YzBZS .offcanvas_box {
    display: none;
  }
}
.cid-uKzd0YzBZS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKzd0YzBZS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKzd0YzBZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKzd0YzBZS .container {
  display: flex;
  margin: auto;
}
.cid-uKzd0YzBZS .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKzd0YzBZS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKzd0YzBZS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKzd0YzBZS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKzd0YzBZS .navbar-nav {
    margin: 0;
  }
}
.cid-uKzd0YzBZS .dropdown-menu,
.cid-uKzd0YzBZS .navbar.opened {
  background-color: false !important;
}
.cid-uKzd0YzBZS .nav-item:focus,
.cid-uKzd0YzBZS .nav-link:focus {
  outline: none;
}
.cid-uKzd0YzBZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKzd0YzBZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKzd0YzBZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKzd0YzBZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKzd0YzBZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKzd0YzBZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKzd0YzBZS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKzd0YzBZS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKzd0YzBZS .navbar.opened {
  transition: all 0.3s;
}
.cid-uKzd0YzBZS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKzd0YzBZS .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKzd0YzBZS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKzd0YzBZS .navbar.collapsed {
  justify-content: center;
}
.cid-uKzd0YzBZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKzd0YzBZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKzd0YzBZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKzd0YzBZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKzd0YzBZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKzd0YzBZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKzd0YzBZS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKzd0YzBZS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKzd0YzBZS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKzd0YzBZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKzd0YzBZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKzd0YzBZS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKzd0YzBZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKzd0YzBZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKzd0YzBZS .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uKzd0YzBZS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKzd0YzBZS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKzd0YzBZS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKzd0YzBZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKzd0YzBZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKzd0YzBZS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKzd0YzBZS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKzd0YzBZS .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uKzd0YzBZS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKzd0YzBZS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKzd0YzBZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKzd0YzBZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKzd0YzBZS .dropdown-item.active,
.cid-uKzd0YzBZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uKzd0YzBZS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uKzd0YzBZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKzd0YzBZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKzd0YzBZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKzd0YzBZS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKzd0YzBZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKzd0YzBZS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uKzd0YzBZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKzd0YzBZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKzd0YzBZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKzd0YzBZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKzd0YzBZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKzd0YzBZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKzd0YzBZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKzd0YzBZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKzd0YzBZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKzd0YzBZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKzd0YzBZS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKzd0YzBZS .navbar {
    height: 70px;
  }
  .cid-uKzd0YzBZS .navbar.opened {
    height: auto;
  }
  .cid-uKzd0YzBZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKzd0YzBZS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uKzd0YzBZS .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uKzd0YzBZS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKzd0YzBZS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKzd0YzBZS .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uKzd0YzBZS .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uKzd0YzBZS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKzd0YzBZS .text_widget {
  margin-bottom: 32px;
}
.cid-uKzd0YzBZS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKzd0YzBZS .text_widget a:hover,
.cid-uKzd0YzBZS .text_widget a:focus {
  opacity: .8;
}
.cid-uKzd0YzBZS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKzd0YzBZS .navbar-caption {
  color: #000000;
}
.cid-uKzd0YzBZS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKzd0YzBZS .mbr-section-subtitle,
.cid-uKzd0YzBZS .text_widget,
.cid-uKzd0YzBZS .mbr-section-btn {
  text-align: center;
}
.cid-uKzd0YzBZS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKzd0ZA47k {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uKzd0ZA47k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKzd0ZA47k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKzd0ZA47k .container {
    padding: 0 22px;
  }
}
.cid-uKzd0ZA47k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKzd0ZA47k .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uKzd0ZVYuj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKzd0ZVYuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKzd0ZVYuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKzd0ZVYuj .container {
    padding: 0 22px;
  }
}
.cid-uKzd0ZVYuj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKzd0ZVYuj .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uKzd10XDXH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/identidad-web-2-2000x670.png");
}
.cid-uKzd10XDXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKzd10XDXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKzd10XDXH .container {
    padding: 0 22px;
  }
}
.cid-uKzd10XDXH .row {
  justify-content: space-between;
}
.cid-uKzd10XDXH .row .card {
  justify-content: center;
}
.cid-uKzd10XDXH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKzd10XDXH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKzd10XDXH .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uKzd10XDXH .image-wrapper {
  position: relative;
}
.cid-uKzd10XDXH .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uKzd10XDXH .image-wrapper img {
    height: auto;
  }
}
.cid-uKzd10XDXH .mbr-section-title {
  color: #402e59;
}
.cid-uKzd10XDXH .mbr-desc {
  color: #000000;
}
.cid-uKzd10XDXH .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uKzd11keM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKzd11keM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKzd11keM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKzd11keM3 .container {
    padding: 0 22px;
  }
}
.cid-uKzd11keM3 .row {
  justify-content: space-between;
}
.cid-uKzd11keM3 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKzd11keM3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKzd11keM3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKzd11keM3 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKzd11keM3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKzd11keM3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKzd11keM3 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKzd11keM3 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKzd11keM3 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKzd11keM3 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKzd11keM3 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKzd11keM3 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKzd11keM3 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uKzd11keM3 .copy-wrapper {
    display: block;
  }
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKzd11keM3 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uKzd11keM3 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKzd11keM3 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKzd11keM3 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKzd11keM3 .mbr-section-title {
  color: #ff5753;
}
.cid-uKzd11keM3 .mbr-text {
  color: #ffffff;
}
.cid-uKzd11keM3 .list {
  color: #635d60;
}
.cid-uKzd11keM3 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKzd11keM3 .mbr-section-title,
.cid-uKzd11keM3 .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uKzd11keM3 .list,
.cid-uKzd11keM3 .item-wrap {
  color: #ffffff;
}
.cid-uLpOzFF5rh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLpOzFF5rh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uLpOzFF5rh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLpOzFF5rh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLpOzFF5rh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLpOzFF5rh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLpOzFF5rh .menu_box .navbar.opened,
  .cid-uLpOzFF5rh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLpOzFF5rh nav.navbar {
  position: fixed!important;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.cid-uLpOzFF5rh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLpOzFF5rh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLpOzFF5rh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLpOzFF5rh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLpOzFF5rh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLpOzFF5rh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uLpOzFF5rh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLpOzFF5rh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLpOzFF5rh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLpOzFF5rh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLpOzFF5rh .offcanvas-body .mbr-text,
  .cid-uLpOzFF5rh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLpOzFF5rh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLpOzFF5rh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLpOzFF5rh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uLpOzFF5rh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLpOzFF5rh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLpOzFF5rh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLpOzFF5rh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLpOzFF5rh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLpOzFF5rh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLpOzFF5rh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLpOzFF5rh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLpOzFF5rh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLpOzFF5rh .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLpOzFF5rh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uLpOzFF5rh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLpOzFF5rh .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uLpOzFF5rh .nav-item {
    margin: 0 !important;
  }
}
.cid-uLpOzFF5rh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uLpOzFF5rh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLpOzFF5rh .nav-item .nav-link:hover::before,
.cid-uLpOzFF5rh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uLpOzFF5rh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLpOzFF5rh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLpOzFF5rh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLpOzFF5rh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLpOzFF5rh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLpOzFF5rh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLpOzFF5rh .offcanvas_box {
    display: none;
  }
}
.cid-uLpOzFF5rh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLpOzFF5rh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLpOzFF5rh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLpOzFF5rh .container {
  display: flex;
  margin: auto;
}
.cid-uLpOzFF5rh .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLpOzFF5rh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLpOzFF5rh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLpOzFF5rh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLpOzFF5rh .navbar-nav {
    margin: 0;
  }
}
.cid-uLpOzFF5rh .dropdown-menu,
.cid-uLpOzFF5rh .navbar.opened {
  background-color: false !important;
}
.cid-uLpOzFF5rh .nav-item:focus,
.cid-uLpOzFF5rh .nav-link:focus {
  outline: none;
}
.cid-uLpOzFF5rh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLpOzFF5rh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLpOzFF5rh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLpOzFF5rh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLpOzFF5rh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLpOzFF5rh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLpOzFF5rh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLpOzFF5rh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLpOzFF5rh .navbar.opened {
  transition: all 0.3s;
}
.cid-uLpOzFF5rh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLpOzFF5rh .navbar .navbar-logo img {
  max-width: 125px;
  min-height: 125px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uLpOzFF5rh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLpOzFF5rh .navbar.collapsed {
  justify-content: center;
}
.cid-uLpOzFF5rh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLpOzFF5rh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLpOzFF5rh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLpOzFF5rh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLpOzFF5rh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLpOzFF5rh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLpOzFF5rh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLpOzFF5rh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLpOzFF5rh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLpOzFF5rh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLpOzFF5rh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLpOzFF5rh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLpOzFF5rh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLpOzFF5rh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLpOzFF5rh .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uLpOzFF5rh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLpOzFF5rh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLpOzFF5rh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLpOzFF5rh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLpOzFF5rh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLpOzFF5rh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLpOzFF5rh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLpOzFF5rh .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uLpOzFF5rh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLpOzFF5rh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLpOzFF5rh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLpOzFF5rh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLpOzFF5rh .dropdown-item.active,
.cid-uLpOzFF5rh .dropdown-item:active {
  background-color: transparent;
}
.cid-uLpOzFF5rh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uLpOzFF5rh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLpOzFF5rh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLpOzFF5rh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLpOzFF5rh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLpOzFF5rh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLpOzFF5rh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #9461b0;
}
.cid-uLpOzFF5rh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLpOzFF5rh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLpOzFF5rh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLpOzFF5rh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLpOzFF5rh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLpOzFF5rh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLpOzFF5rh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLpOzFF5rh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLpOzFF5rh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLpOzFF5rh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLpOzFF5rh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLpOzFF5rh .navbar {
    height: 70px;
  }
  .cid-uLpOzFF5rh .navbar.opened {
    height: auto;
  }
  .cid-uLpOzFF5rh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLpOzFF5rh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLpOzFF5rh .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uLpOzFF5rh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLpOzFF5rh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLpOzFF5rh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uLpOzFF5rh .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uLpOzFF5rh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLpOzFF5rh .text_widget {
  margin-bottom: 32px;
}
.cid-uLpOzFF5rh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLpOzFF5rh .text_widget a:hover,
.cid-uLpOzFF5rh .text_widget a:focus {
  opacity: .8;
}
.cid-uLpOzFF5rh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLpOzFF5rh .navbar-caption {
  color: #000000;
}
.cid-uLpOzFF5rh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLpOzFF5rh .mbr-section-subtitle,
.cid-uLpOzFF5rh .text_widget,
.cid-uLpOzFF5rh .mbr-section-btn {
  text-align: center;
}
.cid-uLpOzFF5rh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLpOzGjdHa {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uLpOzGjdHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLpOzGjdHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLpOzGjdHa .container {
    padding: 0 22px;
  }
}
.cid-uLpOzGjdHa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLpOzGjdHa .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uLSxttyQis {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLSxttyQis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLSxttyQis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLSxttyQis .container {
    padding: 0 22px;
  }
}
.cid-uLSxttyQis .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLSxttyQis .mbr-text {
  color: #402e59;
  text-align: center;
}
.cid-uLSwR9zZIu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f5;
}
.cid-uLSwR9zZIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLSwR9zZIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLSwR9zZIu .container {
    padding: 0 22px;
  }
}
.cid-uLSwR9zZIu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLSwR9zZIu .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uLpQrtcwXt {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-uLpQrtcwXt .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uLpQrtcwXt .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uLpQrtcwXt .acc {
    padding: 0 2rem;
  }
}
.cid-uLpQrtcwXt .img-col {
  padding: 0;
}
.cid-uLpQrtcwXt .card {
  border: 1px solid lightgray !important;
  border-radius: 0px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uLpQrtcwXt .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uLpQrtcwXt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uLpQrtcwXt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLpQrtcwXt .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-uLpQrtcwXt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLpQrtcwXt .card .panel-body {
  color: #767676;
}
.cid-uLpQrtcwXt .card:hover {
  background: #ffffff;
}
.cid-uLpQrtcwXt .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  background: #ffffff;
}
.cid-uLpQrtcwXt .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uLpQrtcwXt .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uLpQrtcwXt .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uLpQrtcwXt .panel-collapse {
  margin-top: -1px;
}
.cid-uLpQrtcwXt H4 {
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLpQrtcwXt .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLpQrtcwXt .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uLpQrtcwXt .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uLpQrtcwXt .sign {
    margin-right: 0.5rem;
  }
}
.cid-uLpQrtcwXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLpQrtcwXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLpQrtcwXt H2 {
  color: #402e59;
}
.cid-uLpOzUiXzR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uLpOzUiXzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLpOzUiXzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLpOzUiXzR .container {
    padding: 0 22px;
  }
}
.cid-uLpOzUiXzR .row {
  justify-content: space-between;
}
.cid-uLpOzUiXzR .content-wrapper {
  margin-bottom: 32px;
}
.cid-uLpOzUiXzR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLpOzUiXzR .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uLpOzUiXzR .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLpOzUiXzR .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uLpOzUiXzR .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLpOzUiXzR .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLpOzUiXzR .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uLpOzUiXzR .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uLpOzUiXzR .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLpOzUiXzR .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uLpOzUiXzR .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLpOzUiXzR .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uLpOzUiXzR .copy-wrapper {
    display: block;
  }
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLpOzUiXzR .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
  text-decoration: none!important;
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover,
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus {
  text-decoration: none!important;
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c7cbfc;
}
.cid-uLpOzUiXzR .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLpOzUiXzR .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLpOzUiXzR .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uLpOzUiXzR .mbr-section-title {
  color: #ff5753;
}
.cid-uLpOzUiXzR .mbr-text {
  color: #ffffff;
}
.cid-uLpOzUiXzR .list {
  color: #635d60;
}
.cid-uLpOzUiXzR .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLpOzUiXzR .mbr-section-title,
.cid-uLpOzUiXzR .mbr-section-btn {
  color: #c7cbfc;
}
.cid-uLpOzUiXzR .list,
.cid-uLpOzUiXzR .item-wrap {
  color: #ffffff;
}
