body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Galyon-Bold';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Galyon-Bold';
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Geliat-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Galyon-Bold';
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Geliat-ExtraLight';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dbd9e8 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dbd9e8 !important;
  border-color: #dbd9e8 !important;
  color: #504979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a8a3c7 !important;
  border-color: #a8a3c7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #504979 !important;
  background-color: #a8a3c7 !important;
  border-color: #a8a3c7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec70f8 !important;
  border-color: #ec70f8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e11df4 !important;
  border-color: #e11df4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e11df4 !important;
  border-color: #e11df4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dbd9e8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8a3c7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #504979 !important;
  background-color: #dbd9e8 !important;
  border-color: #dbd9e8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec70f8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e11df4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec70f8 !important;
  border-color: #ec70f8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dbd9e8 !important;
}
.text-secondary {
  color: #ec70f8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f99c2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #df0ff3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dbd9e8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dbd9e8;
  border-color: #dbd9e8;
  color: #5a5389;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dbd9e8;
}
.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: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Geliat-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #dbd9e8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Geliat-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #dbd9e8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dbd9e8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dbd9e8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dbd9e8;
  border-bottom-color: #dbd9e8;
}
.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: #dbd9e8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec70f8 !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='%23dbd9e8' %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;
}
.cid-tTOknvrzKA {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-tTOknvrzKA {
    min-height: 170px !important;
  }
}
.cid-tTOknvrzKA .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .empty_md {
    display: block;
  }
}
.cid-tTOknvrzKA .container,
.cid-tTOknvrzKA .container-fluid,
.cid-tTOknvrzKA .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tTOknvrzKA .container,
  .cid-tTOknvrzKA .container-fluid,
  .cid-tTOknvrzKA .empty_md {
    min-height: 170px !important;
  }
}
.cid-tTOknvrzKA .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tTOknvrzKA .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .top_menu {
    min-height: 110px !important;
  }
}
.cid-tTOknvrzKA .navbar-caption:hover {
  color: #ec70f8 !important;
}
.cid-tTOknvrzKA .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tTOknvrzKA .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tTOknvrzKA .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #9898ff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tTOknvrzKA .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tTOknvrzKA .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tTOknvrzKA .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tTOknvrzKA .icons-menu .icons-wrapper:hover {
    background: #9898ff;
  }
  .cid-tTOknvrzKA .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tTOknvrzKA .empty,
  .cid-tTOknvrzKA .icons-menu {
    min-width: 265px;
  }
  .cid-tTOknvrzKA .navbar-logo {
    margin: 0;
  }
  .cid-tTOknvrzKA .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tTOknvrzKA .btn {
    white-space: nowrap;
  }
  .cid-tTOknvrzKA .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tTOknvrzKA .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tTOknvrzKA .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tTOknvrzKA .dropdown-toggle::after,
  .cid-tTOknvrzKA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tTOknvrzKA .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tTOknvrzKA .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tTOknvrzKA .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tTOknvrzKA .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tTOknvrzKA .dropdown-menu .dropdown-item:hover {
  color: #dbd9e8 !important;
  background-color: #0a0a0a;
}
.cid-tTOknvrzKA .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tTOknvrzKA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tTOknvrzKA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tTOknvrzKA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tTOknvrzKA .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tTOknvrzKA .nav-item:focus,
.cid-tTOknvrzKA .nav-link:focus {
  outline: none;
}
.cid-tTOknvrzKA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tTOknvrzKA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tTOknvrzKA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tTOknvrzKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTOknvrzKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tTOknvrzKA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTOknvrzKA ul.navbar-nav li {
  margin: auto;
}
.cid-tTOknvrzKA .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-tTOknvrzKA .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-tTOknvrzKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tTOknvrzKA .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tTOknvrzKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTOknvrzKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTOknvrzKA .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tTOknvrzKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tTOknvrzKA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tTOknvrzKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTOknvrzKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .navbar .icons-menu,
  .cid-tTOknvrzKA .navbar .empty {
    display: none;
  }
  .cid-tTOknvrzKA .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tTOknvrzKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTOknvrzKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTOknvrzKA .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tTOknvrzKA .navbar .container-fluid,
  .cid-tTOknvrzKA .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tTOknvrzKA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tTOknvrzKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTOknvrzKA .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tTOknvrzKA .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tTOknvrzKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tTOknvrzKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tTOknvrzKA .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-tTOknvrzKA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTOknvrzKA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTOknvrzKA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTOknvrzKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTOknvrzKA .dropdown-item.active,
.cid-tTOknvrzKA .dropdown-item:active {
  background-color: transparent;
}
.cid-tTOknvrzKA .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTOknvrzKA .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tTOknvrzKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tTOknvrzKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tTOknvrzKA .navbar-buttons {
  text-align: center;
}
.cid-tTOknvrzKA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTOknvrzKA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tTOknvrzKA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tTOknvrzKA a.nav-link:hover {
  color: #ec70f8 !important;
}
.is-builder .cid-tTOknvrzKA .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTOknvrzKA .navbar {
    height: 77px;
  }
  .cid-tTOknvrzKA .navbar.opened {
    height: auto;
  }
  .cid-tTOknvrzKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTOjXppN65 {
  background-image: url("../../../assets/images/herramientas-2-1600x800.png");
}
.cid-tTOjXppN65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTOjXppN65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTOpfayX7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-2000x1000.png");
}
.cid-tTOpfayX7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTOpfayX7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTOpfayX7q .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tTOpfayX7q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tTOpfayX7q .container {
    padding: 0 24px;
  }
}
.cid-tTOpfayX7q .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-tTOpfayX7q .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-tTOpfayX7q .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-tTOpfayX7q .image-wrapper img {
    height: 350px;
  }
}
.cid-tTOpfayX7q .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tTOpfayX7q .content-wrapper {
    padding: 0;
  }
}
.cid-tTOpfayX7q .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tTOpfayX7q .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTOpfayX7q .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTOpfayX7q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tTOpfayX7q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tTOpfayX7q .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-tTOpfayX7q .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-tTOpfayX7q .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-tTOpfayX7q .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-tTOpfayX7q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-tTOpfayX7q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-tTOpfayX7q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-tTOpfayX7q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTOpfayX7q .mbr-section-title {
  color: #262642;
}
.cid-tTOpfayX7q .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-tTOpfayX7q .card-text {
  color: #262642;
}
.cid-u2tSYTwvml {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2tSYTwvml .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-u2tSYTwvml .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-u2tSYTwvml .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
  text-align: left;
}
.cid-u2tSYTwvml .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-u2tSYTwvml .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-u2tSYTwvml .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-u2tSYTwvml .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u2tSYTwvml H4 {
  text-align: center;
  color: #dbd9e8;
}
.cid-u2tT2RmVQ5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u2tT2RmVQ5 .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-u2tT2RmVQ5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2tT2RmVQ5 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-u2tT2RmVQ5 .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-u2tT2RmVQ5 .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-u2tT2RmVQ5 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-u2tT2RmVQ5 .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u2tT2RmVQ5 H4 {
  color: #dbd9e8;
}
.cid-u3ODYXtK6f {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ODYXtK6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ODYXtK6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3P4kTOWZB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/back-2000x1000.png");
}
@media (max-width: 991px) {
  .cid-u3P4kTOWZB .image {
    display: none !important;
  }
}
.cid-u3P4kTOWZB .image img {
  height: 780px;
}
.cid-u3P4kTOWZB .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-u3P4kTOWZB .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u3P4kTOWZB .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-u3P4kTOWZB .block__products {
  padding-top: 10px;
}
.cid-u3P4kTOWZB .product__item {
  margin-top: 40px;
}
.cid-u3P4kTOWZB .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-u3P4kTOWZB .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-u3P4kTOWZB .image__item:hover {
  opacity: .8;
}
.cid-u3P4kTOWZB .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-u3P4kTOWZB .item__text {
    margin-top: 0;
  }
}
.cid-u3P4kTOWZB .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-u3P4kTOWZB .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-u3P4kTOWZB .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-u3P4kTOWZB .item__descr {
  margin-top: 10px;
}
.cid-u3P4kTOWZB .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3P4kTOWZB .item__buttons {
  margin-top: 40px;
}
.cid-u3P4kTOWZB .mbr-section-btn {
  text-align: left;
}
.cid-u3P4kTOWZB .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-u3P4kTOWZB .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u3P4kTOWZB .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-u3P4kTOWZB .item__text {
    margin: 20px 0 0;
  }
  .cid-u3P4kTOWZB .mbr-text {
    text-align: center;
  }
}
.cid-u2vl60hYcE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2vl60hYcE img {
  width: 110px;
  margin: auto;
}
.cid-u2vl60hYcE .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2vl60hYcE .card {
    max-width: 16.6%;
  }
}
.cid-u2vl60hYcE .mbr-section-title {
  color: #2b1c50;
}
.cid-tTP47kKWae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back-2000x1000.png");
}
.cid-tTP47kKWae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTP47kKWae .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-tTP47kKWae .container {
    padding: 0 30px;
  }
}
.cid-tTP47kKWae .items .item {
  margin-bottom: 60px;
}
.cid-tTP47kKWae .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTP47kKWae .items .item {
    margin-bottom: 30px;
  }
}
.cid-tTP47kKWae .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-tTP47kKWae .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tTP47kKWae .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-tTP47kKWae .dragArea.row {
  margin: 0;
}
.cid-tTP47kKWae .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-tTP47kKWae .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tTP47kKWae .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tTP47kKWae .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-tTP47kKWae .dragArea.row .form-group .form-control:hover,
.cid-tTP47kKWae .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-tTP47kKWae .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tTP47kKWae .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-tTP47kKWae .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tTP47kKWae .mbr-section-title {
  color: #000000;
}
.cid-tTP47kKWae .card-title {
  color: #000000;
}
.cid-tTP47kKWae .list {
  color: #000000;
}
.cid-tTP47kKWae .mbr-text {
  color: #000000;
}
.cid-tTP47kKWae label {
  color: #000000;
}
.cid-u4gEse5UmG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c273d;
}
.cid-u4gEse5UmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4gEse5UmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4gEse5UmG .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u4gEse5UmG .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-u4gEse5UmG .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-u4gEse5UmG .wrapper {
  padding: 30px 0;
}
.cid-u4gEse5UmG .mbr-section-title {
  color: #fafafa;
}
.cid-u4gEse5UmG .mbr-text,
.cid-u4gEse5UmG .mbr-section-btn {
  color: #ffffff;
}
.cid-u46ggtMlpn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46ggtMlpn .row::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 15px solid #84f982;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u46ggtMlpn .row::before {
    display: none;
  }
}
.cid-u46ggtMlpn .row::after {
  content: '';
  position: absolute;
  left: 130px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 15px solid #ec70f8;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u46ggtMlpn .row::after {
    display: none;
  }
}
.cid-u46ggtMlpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46ggtMlpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46ggtMlpn .video-wrapper iframe {
  width: 100%;
}
.cid-u46ggtMlpn .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u46ggtMlpn .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u46ggtMlpn .video-block {
  position: relative;
  z-index: 1;
}
.cid-u46ggtMlpn .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u46ggtMlpn .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u46ggtMlpn .video-block .image-absolute {
    display: none;
  }
}
.cid-u46ggtMlpn .video-block::after {
  content: '';
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  display: block;
  width: 410px;
  height: 410px;
  border: 20px solid #fae75b;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u46ggtMlpn .video-block::after {
    width: 300px;
    height: 300px;
    border: 30px solid #fae75b;
  }
}
@media (max-width: 768px) {
  .cid-u46ggtMlpn .video-block::after {
    display: none;
  }
}
.cid-tTOmn6GsU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTOmn6GsU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTOmn6GsU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTOmn6GsU1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTOmn6GsU1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTOmn6GsU1 .row {
    text-align: center;
  }
  .cid-tTOmn6GsU1 .row > div {
    margin: auto;
  }
  .cid-tTOmn6GsU1 .social-row {
    justify-content: center;
  }
}
.cid-tTOmn6GsU1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTOmn6GsU1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTOmn6GsU1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTOmn6GsU1 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTOmn6GsU1 .mbr-text {
  color: #bbbbbb;
}
.cid-tTOmn6GsU1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTOmn6GsU1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTOmn6GsU1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4eA342s8e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u4eA342s8e .media-container-row .mbr-text {
  color: #dbd9e8;
}
.cid-u46VU98XvU.popup-builder {
  background-color: #ffffff;
}
.cid-u46VU98XvU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u46VU98XvU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u46VU98XvU .modal-content,
.cid-u46VU98XvU .modal-dialog {
  height: auto;
}
.cid-u46VU98XvU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u46VU98XvU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u46VU98XvU .form-wrapper .mbr-form .form-group,
  .cid-u46VU98XvU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u46VU98XvU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u46VU98XvU .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-u46VU98XvU .mbr-text {
  text-align: center;
}
.cid-u46VU98XvU .pt-0 {
  padding-top: 0 !important;
}
.cid-u46VU98XvU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u46VU98XvU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u46VU98XvU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u46VU98XvU .modal-open {
  overflow: hidden;
}
.cid-u46VU98XvU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u46VU98XvU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u46VU98XvU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u46VU98XvU .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-u46VU98XvU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u46VU98XvU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u46VU98XvU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u46VU98XvU .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-u46VU98XvU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u46VU98XvU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u46VU98XvU .modal-backdrop.fade {
  opacity: 0;
}
.cid-u46VU98XvU .modal-backdrop.show {
  opacity: .5;
}
.cid-u46VU98XvU .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-u46VU98XvU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u46VU98XvU .modal-header {
    padding: 1rem;
  }
}
.cid-u46VU98XvU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u46VU98XvU .modal-header .close svg {
  fill: #353535;
}
.cid-u46VU98XvU .modal-header .close:hover {
  opacity: 1;
}
.cid-u46VU98XvU .modal-header .close:focus {
  outline: none;
}
.cid-u46VU98XvU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u46VU98XvU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u46VU98XvU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u46VU98XvU .modal-body {
    padding: 1rem;
  }
}
.cid-u46VU98XvU .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-u46VU98XvU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u46VU98XvU .modal-footer {
    padding: 1rem;
  }
}
.cid-u46VU98XvU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u46VU98XvU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u46VU98XvU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u46VU98XvU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u46VU98XvU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u46VU98XvU .modal-lg,
  .cid-u46VU98XvU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u46VU98XvU .modal-xl {
    max-width: 1140px;
  }
}
.cid-u46VU98XvU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u46VU98XvU .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-u46VU98XvU .form-group {
  margin-bottom: 1rem;
}
.cid-u46VU98XvU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u46VU98XvU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u46VU98XvU .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-u46VU98XvU .mbr-section-btn {
  margin: 0;
}
.cid-u46VU98XvU .mbr-section-btn .btn {
  margin: 0;
}
.cid-u46VU98XvU * {
  box-sizing: border-box;
}
.cid-u46VU98XvU .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u46VU98XvU .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u46VU98XvU img {
  width: 100%;
}
.cid-u47nRv6LrD.popup-builder {
  background-color: #ffffff;
}
.cid-u47nRv6LrD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nRv6LrD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nRv6LrD .modal-content,
.cid-u47nRv6LrD .modal-dialog {
  height: auto;
}
.cid-u47nRv6LrD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nRv6LrD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nRv6LrD .form-wrapper .mbr-form .form-group,
  .cid-u47nRv6LrD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nRv6LrD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nRv6LrD .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-u47nRv6LrD .mbr-text {
  text-align: center;
}
.cid-u47nRv6LrD .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nRv6LrD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nRv6LrD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nRv6LrD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nRv6LrD .modal-open {
  overflow: hidden;
}
.cid-u47nRv6LrD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nRv6LrD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nRv6LrD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nRv6LrD .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-u47nRv6LrD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nRv6LrD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nRv6LrD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nRv6LrD .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-u47nRv6LrD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nRv6LrD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nRv6LrD .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nRv6LrD .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nRv6LrD .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-u47nRv6LrD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nRv6LrD .modal-header {
    padding: 1rem;
  }
}
.cid-u47nRv6LrD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nRv6LrD .modal-header .close svg {
  fill: #353535;
}
.cid-u47nRv6LrD .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nRv6LrD .modal-header .close:focus {
  outline: none;
}
.cid-u47nRv6LrD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nRv6LrD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nRv6LrD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nRv6LrD .modal-body {
    padding: 1rem;
  }
}
.cid-u47nRv6LrD .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-u47nRv6LrD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nRv6LrD .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nRv6LrD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nRv6LrD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nRv6LrD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nRv6LrD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nRv6LrD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nRv6LrD .modal-lg,
  .cid-u47nRv6LrD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nRv6LrD .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nRv6LrD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nRv6LrD .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-u47nRv6LrD .form-group {
  margin-bottom: 1rem;
}
.cid-u47nRv6LrD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nRv6LrD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nRv6LrD .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-u47nRv6LrD .mbr-section-btn {
  margin: 0;
}
.cid-u47nRv6LrD .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nRv6LrD * {
  box-sizing: border-box;
}
.cid-u47nRv6LrD .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nRv6LrD .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nRv6LrD img {
  width: 100%;
}
.cid-u47nT1fB85.popup-builder {
  background-color: #ffffff;
}
.cid-u47nT1fB85.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nT1fB85.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nT1fB85 .modal-content,
.cid-u47nT1fB85 .modal-dialog {
  height: auto;
}
.cid-u47nT1fB85 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nT1fB85 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nT1fB85 .form-wrapper .mbr-form .form-group,
  .cid-u47nT1fB85 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nT1fB85 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nT1fB85 .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-u47nT1fB85 .mbr-text {
  text-align: center;
}
.cid-u47nT1fB85 .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nT1fB85 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nT1fB85 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nT1fB85 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nT1fB85 .modal-open {
  overflow: hidden;
}
.cid-u47nT1fB85 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nT1fB85 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nT1fB85 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nT1fB85 .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-u47nT1fB85 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nT1fB85 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nT1fB85 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nT1fB85 .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-u47nT1fB85 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nT1fB85 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nT1fB85 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nT1fB85 .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nT1fB85 .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-u47nT1fB85 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nT1fB85 .modal-header {
    padding: 1rem;
  }
}
.cid-u47nT1fB85 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nT1fB85 .modal-header .close svg {
  fill: #353535;
}
.cid-u47nT1fB85 .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nT1fB85 .modal-header .close:focus {
  outline: none;
}
.cid-u47nT1fB85 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nT1fB85 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nT1fB85 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nT1fB85 .modal-body {
    padding: 1rem;
  }
}
.cid-u47nT1fB85 .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-u47nT1fB85 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nT1fB85 .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nT1fB85 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nT1fB85 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nT1fB85 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nT1fB85 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nT1fB85 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nT1fB85 .modal-lg,
  .cid-u47nT1fB85 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nT1fB85 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nT1fB85 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nT1fB85 .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-u47nT1fB85 .form-group {
  margin-bottom: 1rem;
}
.cid-u47nT1fB85 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nT1fB85 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nT1fB85 .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-u47nT1fB85 .mbr-section-btn {
  margin: 0;
}
.cid-u47nT1fB85 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nT1fB85 * {
  box-sizing: border-box;
}
.cid-u47nT1fB85 .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nT1fB85 .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nT1fB85 img {
  width: 100%;
}
.cid-u47nTsMq5S.popup-builder {
  background-color: #ffffff;
}
.cid-u47nTsMq5S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nTsMq5S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nTsMq5S .modal-content,
.cid-u47nTsMq5S .modal-dialog {
  height: auto;
}
.cid-u47nTsMq5S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nTsMq5S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nTsMq5S .form-wrapper .mbr-form .form-group,
  .cid-u47nTsMq5S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nTsMq5S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nTsMq5S .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-u47nTsMq5S .mbr-text {
  text-align: center;
}
.cid-u47nTsMq5S .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nTsMq5S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nTsMq5S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nTsMq5S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nTsMq5S .modal-open {
  overflow: hidden;
}
.cid-u47nTsMq5S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nTsMq5S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nTsMq5S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nTsMq5S .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-u47nTsMq5S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nTsMq5S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nTsMq5S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nTsMq5S .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-u47nTsMq5S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nTsMq5S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nTsMq5S .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nTsMq5S .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nTsMq5S .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-u47nTsMq5S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nTsMq5S .modal-header {
    padding: 1rem;
  }
}
.cid-u47nTsMq5S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nTsMq5S .modal-header .close svg {
  fill: #353535;
}
.cid-u47nTsMq5S .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nTsMq5S .modal-header .close:focus {
  outline: none;
}
.cid-u47nTsMq5S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nTsMq5S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nTsMq5S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nTsMq5S .modal-body {
    padding: 1rem;
  }
}
.cid-u47nTsMq5S .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-u47nTsMq5S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nTsMq5S .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nTsMq5S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nTsMq5S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nTsMq5S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nTsMq5S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nTsMq5S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nTsMq5S .modal-lg,
  .cid-u47nTsMq5S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nTsMq5S .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nTsMq5S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nTsMq5S .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-u47nTsMq5S .form-group {
  margin-bottom: 1rem;
}
.cid-u47nTsMq5S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nTsMq5S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nTsMq5S .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-u47nTsMq5S .mbr-section-btn {
  margin: 0;
}
.cid-u47nTsMq5S .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nTsMq5S * {
  box-sizing: border-box;
}
.cid-u47nTsMq5S .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nTsMq5S .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nTsMq5S img {
  width: 100%;
}
.cid-u47nTTmu0Z.popup-builder {
  background-color: #ffffff;
}
.cid-u47nTTmu0Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nTTmu0Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nTTmu0Z .modal-content,
.cid-u47nTTmu0Z .modal-dialog {
  height: auto;
}
.cid-u47nTTmu0Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nTTmu0Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nTTmu0Z .form-wrapper .mbr-form .form-group,
  .cid-u47nTTmu0Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nTTmu0Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nTTmu0Z .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-u47nTTmu0Z .mbr-text {
  text-align: center;
}
.cid-u47nTTmu0Z .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nTTmu0Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nTTmu0Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nTTmu0Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nTTmu0Z .modal-open {
  overflow: hidden;
}
.cid-u47nTTmu0Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nTTmu0Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nTTmu0Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nTTmu0Z .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-u47nTTmu0Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nTTmu0Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nTTmu0Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nTTmu0Z .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-u47nTTmu0Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nTTmu0Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nTTmu0Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nTTmu0Z .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nTTmu0Z .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-u47nTTmu0Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nTTmu0Z .modal-header {
    padding: 1rem;
  }
}
.cid-u47nTTmu0Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nTTmu0Z .modal-header .close svg {
  fill: #353535;
}
.cid-u47nTTmu0Z .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nTTmu0Z .modal-header .close:focus {
  outline: none;
}
.cid-u47nTTmu0Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nTTmu0Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nTTmu0Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nTTmu0Z .modal-body {
    padding: 1rem;
  }
}
.cid-u47nTTmu0Z .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-u47nTTmu0Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nTTmu0Z .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nTTmu0Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nTTmu0Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nTTmu0Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nTTmu0Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nTTmu0Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nTTmu0Z .modal-lg,
  .cid-u47nTTmu0Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nTTmu0Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nTTmu0Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nTTmu0Z .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-u47nTTmu0Z .form-group {
  margin-bottom: 1rem;
}
.cid-u47nTTmu0Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nTTmu0Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nTTmu0Z .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-u47nTTmu0Z .mbr-section-btn {
  margin: 0;
}
.cid-u47nTTmu0Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nTTmu0Z * {
  box-sizing: border-box;
}
.cid-u47nTTmu0Z .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nTTmu0Z .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nTTmu0Z img {
  width: 100%;
}
.cid-u47nUpYkKD.popup-builder {
  background-color: #ffffff;
}
.cid-u47nUpYkKD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nUpYkKD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nUpYkKD .modal-content,
.cid-u47nUpYkKD .modal-dialog {
  height: auto;
}
.cid-u47nUpYkKD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nUpYkKD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nUpYkKD .form-wrapper .mbr-form .form-group,
  .cid-u47nUpYkKD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nUpYkKD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nUpYkKD .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-u47nUpYkKD .mbr-text {
  text-align: center;
}
.cid-u47nUpYkKD .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nUpYkKD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nUpYkKD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nUpYkKD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nUpYkKD .modal-open {
  overflow: hidden;
}
.cid-u47nUpYkKD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nUpYkKD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nUpYkKD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nUpYkKD .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-u47nUpYkKD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nUpYkKD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nUpYkKD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nUpYkKD .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-u47nUpYkKD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nUpYkKD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nUpYkKD .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nUpYkKD .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nUpYkKD .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-u47nUpYkKD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nUpYkKD .modal-header {
    padding: 1rem;
  }
}
.cid-u47nUpYkKD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nUpYkKD .modal-header .close svg {
  fill: #353535;
}
.cid-u47nUpYkKD .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nUpYkKD .modal-header .close:focus {
  outline: none;
}
.cid-u47nUpYkKD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nUpYkKD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nUpYkKD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nUpYkKD .modal-body {
    padding: 1rem;
  }
}
.cid-u47nUpYkKD .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-u47nUpYkKD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nUpYkKD .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nUpYkKD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nUpYkKD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nUpYkKD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nUpYkKD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nUpYkKD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nUpYkKD .modal-lg,
  .cid-u47nUpYkKD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nUpYkKD .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nUpYkKD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nUpYkKD .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-u47nUpYkKD .form-group {
  margin-bottom: 1rem;
}
.cid-u47nUpYkKD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nUpYkKD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nUpYkKD .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-u47nUpYkKD .mbr-section-btn {
  margin: 0;
}
.cid-u47nUpYkKD .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nUpYkKD * {
  box-sizing: border-box;
}
.cid-u47nUpYkKD .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nUpYkKD .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nUpYkKD img {
  width: 100%;
}
.cid-u47nUT4ZdZ.popup-builder {
  background-color: #ffffff;
}
.cid-u47nUT4ZdZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nUT4ZdZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nUT4ZdZ .modal-content,
.cid-u47nUT4ZdZ .modal-dialog {
  height: auto;
}
.cid-u47nUT4ZdZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nUT4ZdZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nUT4ZdZ .form-wrapper .mbr-form .form-group,
  .cid-u47nUT4ZdZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nUT4ZdZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nUT4ZdZ .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-u47nUT4ZdZ .mbr-text {
  text-align: center;
}
.cid-u47nUT4ZdZ .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nUT4ZdZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nUT4ZdZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nUT4ZdZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nUT4ZdZ .modal-open {
  overflow: hidden;
}
.cid-u47nUT4ZdZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nUT4ZdZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nUT4ZdZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nUT4ZdZ .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-u47nUT4ZdZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nUT4ZdZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nUT4ZdZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nUT4ZdZ .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-u47nUT4ZdZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nUT4ZdZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nUT4ZdZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nUT4ZdZ .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nUT4ZdZ .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-u47nUT4ZdZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nUT4ZdZ .modal-header {
    padding: 1rem;
  }
}
.cid-u47nUT4ZdZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nUT4ZdZ .modal-header .close svg {
  fill: #353535;
}
.cid-u47nUT4ZdZ .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nUT4ZdZ .modal-header .close:focus {
  outline: none;
}
.cid-u47nUT4ZdZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nUT4ZdZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nUT4ZdZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nUT4ZdZ .modal-body {
    padding: 1rem;
  }
}
.cid-u47nUT4ZdZ .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-u47nUT4ZdZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nUT4ZdZ .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nUT4ZdZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nUT4ZdZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nUT4ZdZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nUT4ZdZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nUT4ZdZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nUT4ZdZ .modal-lg,
  .cid-u47nUT4ZdZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nUT4ZdZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nUT4ZdZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nUT4ZdZ .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-u47nUT4ZdZ .form-group {
  margin-bottom: 1rem;
}
.cid-u47nUT4ZdZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nUT4ZdZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nUT4ZdZ .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-u47nUT4ZdZ .mbr-section-btn {
  margin: 0;
}
.cid-u47nUT4ZdZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nUT4ZdZ * {
  box-sizing: border-box;
}
.cid-u47nUT4ZdZ .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nUT4ZdZ .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nUT4ZdZ img {
  width: 100%;
}
.cid-u47nVkCKF7.popup-builder {
  background-color: #ffffff;
}
.cid-u47nVkCKF7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nVkCKF7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nVkCKF7 .modal-content,
.cid-u47nVkCKF7 .modal-dialog {
  height: auto;
}
.cid-u47nVkCKF7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nVkCKF7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nVkCKF7 .form-wrapper .mbr-form .form-group,
  .cid-u47nVkCKF7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nVkCKF7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nVkCKF7 .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-u47nVkCKF7 .mbr-text {
  text-align: center;
}
.cid-u47nVkCKF7 .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nVkCKF7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nVkCKF7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nVkCKF7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nVkCKF7 .modal-open {
  overflow: hidden;
}
.cid-u47nVkCKF7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nVkCKF7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nVkCKF7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nVkCKF7 .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-u47nVkCKF7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nVkCKF7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nVkCKF7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nVkCKF7 .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-u47nVkCKF7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nVkCKF7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nVkCKF7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nVkCKF7 .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nVkCKF7 .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-u47nVkCKF7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nVkCKF7 .modal-header {
    padding: 1rem;
  }
}
.cid-u47nVkCKF7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nVkCKF7 .modal-header .close svg {
  fill: #353535;
}
.cid-u47nVkCKF7 .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nVkCKF7 .modal-header .close:focus {
  outline: none;
}
.cid-u47nVkCKF7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nVkCKF7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nVkCKF7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nVkCKF7 .modal-body {
    padding: 1rem;
  }
}
.cid-u47nVkCKF7 .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-u47nVkCKF7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nVkCKF7 .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nVkCKF7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nVkCKF7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nVkCKF7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nVkCKF7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nVkCKF7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nVkCKF7 .modal-lg,
  .cid-u47nVkCKF7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nVkCKF7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nVkCKF7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nVkCKF7 .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-u47nVkCKF7 .form-group {
  margin-bottom: 1rem;
}
.cid-u47nVkCKF7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nVkCKF7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nVkCKF7 .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-u47nVkCKF7 .mbr-section-btn {
  margin: 0;
}
.cid-u47nVkCKF7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nVkCKF7 * {
  box-sizing: border-box;
}
.cid-u47nVkCKF7 .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nVkCKF7 .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nVkCKF7 img {
  width: 100%;
}
.cid-u47nWbtPya.popup-builder {
  background-color: #ffffff;
}
.cid-u47nWbtPya.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nWbtPya.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nWbtPya .modal-content,
.cid-u47nWbtPya .modal-dialog {
  height: auto;
}
.cid-u47nWbtPya .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nWbtPya .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nWbtPya .form-wrapper .mbr-form .form-group,
  .cid-u47nWbtPya .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nWbtPya .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nWbtPya .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-u47nWbtPya .mbr-text {
  text-align: center;
}
.cid-u47nWbtPya .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nWbtPya .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nWbtPya .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nWbtPya .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nWbtPya .modal-open {
  overflow: hidden;
}
.cid-u47nWbtPya .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nWbtPya .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nWbtPya .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nWbtPya .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-u47nWbtPya .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nWbtPya .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nWbtPya .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nWbtPya .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-u47nWbtPya .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nWbtPya .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nWbtPya .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nWbtPya .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nWbtPya .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-u47nWbtPya .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nWbtPya .modal-header {
    padding: 1rem;
  }
}
.cid-u47nWbtPya .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nWbtPya .modal-header .close svg {
  fill: #353535;
}
.cid-u47nWbtPya .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nWbtPya .modal-header .close:focus {
  outline: none;
}
.cid-u47nWbtPya .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nWbtPya .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nWbtPya .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nWbtPya .modal-body {
    padding: 1rem;
  }
}
.cid-u47nWbtPya .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-u47nWbtPya .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nWbtPya .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nWbtPya .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nWbtPya .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nWbtPya .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nWbtPya .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nWbtPya .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nWbtPya .modal-lg,
  .cid-u47nWbtPya .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nWbtPya .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nWbtPya .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nWbtPya .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-u47nWbtPya .form-group {
  margin-bottom: 1rem;
}
.cid-u47nWbtPya .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nWbtPya .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nWbtPya .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-u47nWbtPya .mbr-section-btn {
  margin: 0;
}
.cid-u47nWbtPya .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nWbtPya * {
  box-sizing: border-box;
}
.cid-u47nWbtPya .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nWbtPya .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nWbtPya img {
  width: 100%;
}
.cid-u47nVMHN0x.popup-builder {
  background-color: #ffffff;
}
.cid-u47nVMHN0x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nVMHN0x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nVMHN0x .modal-content,
.cid-u47nVMHN0x .modal-dialog {
  height: auto;
}
.cid-u47nVMHN0x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nVMHN0x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nVMHN0x .form-wrapper .mbr-form .form-group,
  .cid-u47nVMHN0x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nVMHN0x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nVMHN0x .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-u47nVMHN0x .mbr-text {
  text-align: center;
}
.cid-u47nVMHN0x .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nVMHN0x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nVMHN0x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nVMHN0x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nVMHN0x .modal-open {
  overflow: hidden;
}
.cid-u47nVMHN0x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nVMHN0x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nVMHN0x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nVMHN0x .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-u47nVMHN0x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nVMHN0x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nVMHN0x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nVMHN0x .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-u47nVMHN0x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nVMHN0x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nVMHN0x .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nVMHN0x .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nVMHN0x .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-u47nVMHN0x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nVMHN0x .modal-header {
    padding: 1rem;
  }
}
.cid-u47nVMHN0x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nVMHN0x .modal-header .close svg {
  fill: #353535;
}
.cid-u47nVMHN0x .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nVMHN0x .modal-header .close:focus {
  outline: none;
}
.cid-u47nVMHN0x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nVMHN0x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nVMHN0x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nVMHN0x .modal-body {
    padding: 1rem;
  }
}
.cid-u47nVMHN0x .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-u47nVMHN0x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nVMHN0x .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nVMHN0x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nVMHN0x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nVMHN0x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nVMHN0x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nVMHN0x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nVMHN0x .modal-lg,
  .cid-u47nVMHN0x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nVMHN0x .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nVMHN0x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nVMHN0x .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-u47nVMHN0x .form-group {
  margin-bottom: 1rem;
}
.cid-u47nVMHN0x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nVMHN0x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nVMHN0x .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-u47nVMHN0x .mbr-section-btn {
  margin: 0;
}
.cid-u47nVMHN0x .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nVMHN0x * {
  box-sizing: border-box;
}
.cid-u47nVMHN0x .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nVMHN0x .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nVMHN0x img {
  width: 100%;
}
.cid-u47nWB5Bc3.popup-builder {
  background-color: #ffffff;
}
.cid-u47nWB5Bc3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nWB5Bc3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nWB5Bc3 .modal-content,
.cid-u47nWB5Bc3 .modal-dialog {
  height: auto;
}
.cid-u47nWB5Bc3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nWB5Bc3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nWB5Bc3 .form-wrapper .mbr-form .form-group,
  .cid-u47nWB5Bc3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nWB5Bc3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nWB5Bc3 .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-u47nWB5Bc3 .mbr-text {
  text-align: center;
}
.cid-u47nWB5Bc3 .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nWB5Bc3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nWB5Bc3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nWB5Bc3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nWB5Bc3 .modal-open {
  overflow: hidden;
}
.cid-u47nWB5Bc3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nWB5Bc3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nWB5Bc3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nWB5Bc3 .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-u47nWB5Bc3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nWB5Bc3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nWB5Bc3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nWB5Bc3 .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-u47nWB5Bc3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nWB5Bc3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nWB5Bc3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nWB5Bc3 .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nWB5Bc3 .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-u47nWB5Bc3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nWB5Bc3 .modal-header {
    padding: 1rem;
  }
}
.cid-u47nWB5Bc3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nWB5Bc3 .modal-header .close svg {
  fill: #353535;
}
.cid-u47nWB5Bc3 .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nWB5Bc3 .modal-header .close:focus {
  outline: none;
}
.cid-u47nWB5Bc3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nWB5Bc3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nWB5Bc3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nWB5Bc3 .modal-body {
    padding: 1rem;
  }
}
.cid-u47nWB5Bc3 .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-u47nWB5Bc3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nWB5Bc3 .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nWB5Bc3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nWB5Bc3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nWB5Bc3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nWB5Bc3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nWB5Bc3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nWB5Bc3 .modal-lg,
  .cid-u47nWB5Bc3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nWB5Bc3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nWB5Bc3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nWB5Bc3 .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-u47nWB5Bc3 .form-group {
  margin-bottom: 1rem;
}
.cid-u47nWB5Bc3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nWB5Bc3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nWB5Bc3 .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-u47nWB5Bc3 .mbr-section-btn {
  margin: 0;
}
.cid-u47nWB5Bc3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nWB5Bc3 * {
  box-sizing: border-box;
}
.cid-u47nWB5Bc3 .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nWB5Bc3 .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nWB5Bc3 img {
  width: 100%;
}
.cid-u47nSw4OeR.popup-builder {
  background-color: #ffffff;
}
.cid-u47nSw4OeR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u47nSw4OeR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u47nSw4OeR .modal-content,
.cid-u47nSw4OeR .modal-dialog {
  height: auto;
}
.cid-u47nSw4OeR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u47nSw4OeR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u47nSw4OeR .form-wrapper .mbr-form .form-group,
  .cid-u47nSw4OeR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u47nSw4OeR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u47nSw4OeR .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-u47nSw4OeR .mbr-text {
  text-align: center;
}
.cid-u47nSw4OeR .pt-0 {
  padding-top: 0 !important;
}
.cid-u47nSw4OeR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u47nSw4OeR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u47nSw4OeR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u47nSw4OeR .modal-open {
  overflow: hidden;
}
.cid-u47nSw4OeR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u47nSw4OeR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u47nSw4OeR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u47nSw4OeR .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-u47nSw4OeR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u47nSw4OeR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u47nSw4OeR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u47nSw4OeR .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-u47nSw4OeR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u47nSw4OeR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u47nSw4OeR .modal-backdrop.fade {
  opacity: 0;
}
.cid-u47nSw4OeR .modal-backdrop.show {
  opacity: .5;
}
.cid-u47nSw4OeR .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-u47nSw4OeR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nSw4OeR .modal-header {
    padding: 1rem;
  }
}
.cid-u47nSw4OeR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u47nSw4OeR .modal-header .close svg {
  fill: #353535;
}
.cid-u47nSw4OeR .modal-header .close:hover {
  opacity: 1;
}
.cid-u47nSw4OeR .modal-header .close:focus {
  outline: none;
}
.cid-u47nSw4OeR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u47nSw4OeR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u47nSw4OeR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nSw4OeR .modal-body {
    padding: 1rem;
  }
}
.cid-u47nSw4OeR .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-u47nSw4OeR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u47nSw4OeR .modal-footer {
    padding: 1rem;
  }
}
.cid-u47nSw4OeR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u47nSw4OeR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u47nSw4OeR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u47nSw4OeR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u47nSw4OeR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u47nSw4OeR .modal-lg,
  .cid-u47nSw4OeR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u47nSw4OeR .modal-xl {
    max-width: 1140px;
  }
}
.cid-u47nSw4OeR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u47nSw4OeR .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-u47nSw4OeR .form-group {
  margin-bottom: 1rem;
}
.cid-u47nSw4OeR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u47nSw4OeR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u47nSw4OeR .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-u47nSw4OeR .mbr-section-btn {
  margin: 0;
}
.cid-u47nSw4OeR .mbr-section-btn .btn {
  margin: 0;
}
.cid-u47nSw4OeR * {
  box-sizing: border-box;
}
.cid-u47nSw4OeR .columna {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.cid-u47nSw4OeR .fila::after {
  content: "";
  clear: both;
  display: table;
  padding-right: 5px;
}
.cid-u47nSw4OeR img {
  width: 100%;
}
.cid-u4cCXla9qm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-u4cCXla9qm {
    min-height: 170px !important;
  }
}
.cid-u4cCXla9qm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-u4cCXla9qm .empty_md {
    display: block;
  }
}
.cid-u4cCXla9qm .container,
.cid-u4cCXla9qm .container-fluid,
.cid-u4cCXla9qm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-u4cCXla9qm .container,
  .cid-u4cCXla9qm .container-fluid,
  .cid-u4cCXla9qm .empty_md {
    min-height: 170px !important;
  }
}
.cid-u4cCXla9qm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-u4cCXla9qm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-u4cCXla9qm .top_menu {
    min-height: 110px !important;
  }
}
.cid-u4cCXla9qm .navbar-caption:hover {
  color: #ec70f8 !important;
}
.cid-u4cCXla9qm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u4cCXla9qm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-u4cCXla9qm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #9898ff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-u4cCXla9qm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-u4cCXla9qm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-u4cCXla9qm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-u4cCXla9qm .icons-menu .icons-wrapper:hover {
    background: #9898ff;
  }
  .cid-u4cCXla9qm .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-u4cCXla9qm .empty,
  .cid-u4cCXla9qm .icons-menu {
    min-width: 265px;
  }
  .cid-u4cCXla9qm .navbar-logo {
    margin: 0;
  }
  .cid-u4cCXla9qm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-u4cCXla9qm .btn {
    white-space: nowrap;
  }
  .cid-u4cCXla9qm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u4cCXla9qm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u4cCXla9qm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u4cCXla9qm .dropdown-toggle::after,
  .cid-u4cCXla9qm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u4cCXla9qm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-u4cCXla9qm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4cCXla9qm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-u4cCXla9qm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4cCXla9qm .dropdown-menu .dropdown-item:hover {
  color: #dbd9e8 !important;
  background-color: #0a0a0a;
}
.cid-u4cCXla9qm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-u4cCXla9qm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u4cCXla9qm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u4cCXla9qm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u4cCXla9qm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u4cCXla9qm .nav-item:focus,
.cid-u4cCXla9qm .nav-link:focus {
  outline: none;
}
.cid-u4cCXla9qm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u4cCXla9qm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u4cCXla9qm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u4cCXla9qm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4cCXla9qm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u4cCXla9qm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4cCXla9qm ul.navbar-nav li {
  margin: auto;
}
.cid-u4cCXla9qm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-u4cCXla9qm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-u4cCXla9qm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u4cCXla9qm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-u4cCXla9qm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-u4cCXla9qm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4cCXla9qm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4cCXla9qm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-u4cCXla9qm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-u4cCXla9qm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u4cCXla9qm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4cCXla9qm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u4cCXla9qm .navbar .icons-menu,
  .cid-u4cCXla9qm .navbar .empty {
    display: none;
  }
  .cid-u4cCXla9qm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-u4cCXla9qm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4cCXla9qm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4cCXla9qm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-u4cCXla9qm .navbar .container-fluid,
  .cid-u4cCXla9qm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u4cCXla9qm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4cCXla9qm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4cCXla9qm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-u4cCXla9qm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u4cCXla9qm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-u4cCXla9qm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u4cCXla9qm .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-u4cCXla9qm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4cCXla9qm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4cCXla9qm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4cCXla9qm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4cCXla9qm .dropdown-item.active,
.cid-u4cCXla9qm .dropdown-item:active {
  background-color: transparent;
}
.cid-u4cCXla9qm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4cCXla9qm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u4cCXla9qm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u4cCXla9qm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u4cCXla9qm .navbar-buttons {
  text-align: center;
}
.cid-u4cCXla9qm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u4cCXla9qm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-u4cCXla9qm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u4cCXla9qm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u4cCXla9qm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u4cCXla9qm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u4cCXla9qm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4cCXla9qm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u4cCXla9qm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u4cCXla9qm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4cCXla9qm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u4cCXla9qm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4cCXla9qm a.nav-link:hover {
  color: #ec70f8 !important;
}
.is-builder .cid-u4cCXla9qm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4cCXla9qm .navbar {
    height: 77px;
  }
  .cid-u4cCXla9qm .navbar.opened {
    height: auto;
  }
  .cid-u4cCXla9qm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4cCXlFOq3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mini-sl-1600x800.png");
}
.cid-u4cCXlFOq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cCXlFOq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dFZQNVTn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4dFZQNVTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dFZQNVTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dFZQNVTn .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4dFZQNVTn .container {
    max-width: 1400px;
  }
}
.cid-u4dFZQNVTn .card {
  margin: auto;
}
.cid-u4dFZQNVTn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ec70f8;
  margin-bottom: 2rem;
}
.cid-u4dFZQNVTn .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4dFZQNVTn .row {
  justify-content: center;
}
.cid-u4dGF3Ei9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-2000x1000.png");
}
.cid-u4dGF3Ei9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dGF3Ei9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dGF3Ei9N ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u4dGF3Ei9N li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u4dGF3Ei9N ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #dbd9e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u4dGunBctR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #38346b;
  background: linear-gradient(135deg, #38346b, #000000);
}
.cid-u4dGunBctR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #dbd9e8;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-u4dGunBctR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u4dGunBctR .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
  font-weight: 600;
}
.cid-u4dGunBctR .main-title {
  color: #ffffff;
}
.cid-u4dGunBctR .main-title.display-2 {
  line-height: 1.375;
}
.cid-u4dGunBctR .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-u4dGunBctR .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u4dGunBctR .card .wrap .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-u4dGunBctR .card .wrap .pie_progress__number.display-2 {
  font-size: 30px;
}
.cid-u4dGunBctR .card .card-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-u4dGunBctR .card .card-title.disply-7 {
  line-height: 1.3;
}
.cid-u4dGunBctR .card .card-text {
  color: #ffffff;
}
.cid-u4dGunBctR .card .card-text.display-4 {
  line-height: 1.75;
}
.cid-u4dGunBctR .svg-gradient {
  position: absolute;
}
.cid-u4dGunBctR ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-u4dGunBctR .progress1 path {
  stroke: #9898ff;
}
.cid-u4dGunBctR .progress2 path {
  stroke: #ec70f8;
}
.cid-u4dGunBctR .progress3 path {
  stroke: #84f982;
}
.cid-u4dGunBctR .progress4 path {
  stroke: #fae75b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4dGunBctR .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-u4dGunBctR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dGunBctR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4gEkEtJEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back-2000x1000.png");
}
.cid-u4gEkEtJEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4gEkEtJEL .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-u4gEkEtJEL .container {
    padding: 0 30px;
  }
}
.cid-u4gEkEtJEL .items .item {
  margin-bottom: 60px;
}
.cid-u4gEkEtJEL .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4gEkEtJEL .items .item {
    margin-bottom: 30px;
  }
}
.cid-u4gEkEtJEL .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u4gEkEtJEL .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u4gEkEtJEL .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u4gEkEtJEL .dragArea.row {
  margin: 0;
}
.cid-u4gEkEtJEL .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u4gEkEtJEL .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u4gEkEtJEL .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u4gEkEtJEL .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u4gEkEtJEL .dragArea.row .form-group .form-control:hover,
.cid-u4gEkEtJEL .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u4gEkEtJEL .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u4gEkEtJEL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u4gEkEtJEL .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u4gEkEtJEL .mbr-section-title {
  color: #000000;
}
.cid-u4gEkEtJEL .card-title {
  color: #000000;
}
.cid-u4gEkEtJEL .list {
  color: #000000;
}
.cid-u4gEkEtJEL .mbr-text {
  color: #000000;
}
.cid-u4gEkEtJEL label {
  color: #000000;
}
.cid-u4cCXpKlvi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c273d;
}
.cid-u4cCXpKlvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cCXpKlvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cCXpKlvi .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u4cCXpKlvi .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-u4cCXpKlvi .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-u4cCXpKlvi .wrapper {
  padding: 30px 0;
}
.cid-u4cCXpKlvi .mbr-section-title {
  color: #fafafa;
}
.cid-u4cCXpKlvi .mbr-text,
.cid-u4cCXpKlvi .mbr-section-btn {
  color: #ffffff;
}
.cid-u4cCXqKR0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u4cCXqKR0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4cCXqKR0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4cCXqKR0Q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4cCXqKR0Q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4cCXqKR0Q .row {
    text-align: center;
  }
  .cid-u4cCXqKR0Q .row > div {
    margin: auto;
  }
  .cid-u4cCXqKR0Q .social-row {
    justify-content: center;
  }
}
.cid-u4cCXqKR0Q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4cCXqKR0Q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u4cCXqKR0Q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4cCXqKR0Q .list {
    margin-bottom: 0rem;
  }
}
.cid-u4cCXqKR0Q .mbr-text {
  color: #bbbbbb;
}
.cid-u4cCXqKR0Q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4cCXqKR0Q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4cCXqKR0Q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4eAaBBRFS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u4eBg7Im7R {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-u4eBg7Im7R {
    min-height: 170px !important;
  }
}
.cid-u4eBg7Im7R .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-u4eBg7Im7R .empty_md {
    display: block;
  }
}
.cid-u4eBg7Im7R .container,
.cid-u4eBg7Im7R .container-fluid,
.cid-u4eBg7Im7R .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-u4eBg7Im7R .container,
  .cid-u4eBg7Im7R .container-fluid,
  .cid-u4eBg7Im7R .empty_md {
    min-height: 170px !important;
  }
}
.cid-u4eBg7Im7R .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-u4eBg7Im7R .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-u4eBg7Im7R .top_menu {
    min-height: 110px !important;
  }
}
.cid-u4eBg7Im7R .navbar-caption:hover {
  color: #ec70f8 !important;
}
.cid-u4eBg7Im7R .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u4eBg7Im7R .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-u4eBg7Im7R .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #9898ff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-u4eBg7Im7R .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-u4eBg7Im7R .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-u4eBg7Im7R .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-u4eBg7Im7R .icons-menu .icons-wrapper:hover {
    background: #9898ff;
  }
  .cid-u4eBg7Im7R .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-u4eBg7Im7R .empty,
  .cid-u4eBg7Im7R .icons-menu {
    min-width: 265px;
  }
  .cid-u4eBg7Im7R .navbar-logo {
    margin: 0;
  }
  .cid-u4eBg7Im7R .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-u4eBg7Im7R .btn {
    white-space: nowrap;
  }
  .cid-u4eBg7Im7R .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u4eBg7Im7R .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u4eBg7Im7R .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u4eBg7Im7R .dropdown-toggle::after,
  .cid-u4eBg7Im7R .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u4eBg7Im7R .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-u4eBg7Im7R .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4eBg7Im7R .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-u4eBg7Im7R .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4eBg7Im7R .dropdown-menu .dropdown-item:hover {
  color: #dbd9e8 !important;
  background-color: #0a0a0a;
}
.cid-u4eBg7Im7R .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-u4eBg7Im7R .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u4eBg7Im7R .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u4eBg7Im7R .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u4eBg7Im7R .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u4eBg7Im7R .nav-item:focus,
.cid-u4eBg7Im7R .nav-link:focus {
  outline: none;
}
.cid-u4eBg7Im7R .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u4eBg7Im7R .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-u4eBg7Im7R .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u4eBg7Im7R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4eBg7Im7R .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u4eBg7Im7R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4eBg7Im7R ul.navbar-nav li {
  margin: auto;
}
.cid-u4eBg7Im7R .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-u4eBg7Im7R .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-u4eBg7Im7R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u4eBg7Im7R .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-u4eBg7Im7R .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-u4eBg7Im7R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4eBg7Im7R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4eBg7Im7R .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-u4eBg7Im7R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-u4eBg7Im7R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u4eBg7Im7R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4eBg7Im7R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u4eBg7Im7R .navbar .icons-menu,
  .cid-u4eBg7Im7R .navbar .empty {
    display: none;
  }
  .cid-u4eBg7Im7R .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-u4eBg7Im7R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4eBg7Im7R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4eBg7Im7R .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-u4eBg7Im7R .navbar .container-fluid,
  .cid-u4eBg7Im7R .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u4eBg7Im7R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4eBg7Im7R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4eBg7Im7R .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-u4eBg7Im7R .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u4eBg7Im7R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-u4eBg7Im7R .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u4eBg7Im7R .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-u4eBg7Im7R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4eBg7Im7R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4eBg7Im7R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4eBg7Im7R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4eBg7Im7R .dropdown-item.active,
.cid-u4eBg7Im7R .dropdown-item:active {
  background-color: transparent;
}
.cid-u4eBg7Im7R .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4eBg7Im7R .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-u4eBg7Im7R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u4eBg7Im7R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u4eBg7Im7R .navbar-buttons {
  text-align: center;
}
.cid-u4eBg7Im7R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u4eBg7Im7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-u4eBg7Im7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u4eBg7Im7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u4eBg7Im7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u4eBg7Im7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u4eBg7Im7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4eBg7Im7R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u4eBg7Im7R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u4eBg7Im7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4eBg7Im7R .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u4eBg7Im7R a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u4eBg7Im7R a.nav-link:hover {
  color: #ec70f8 !important;
}
.is-builder .cid-u4eBg7Im7R .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4eBg7Im7R .navbar {
    height: 77px;
  }
  .cid-u4eBg7Im7R .navbar.opened {
    height: auto;
  }
  .cid-u4eBg7Im7R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4eBg8dpdP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/super-sl-1600x800.png");
}
.cid-u4eBg8dpdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4eBg8dpdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4eBg8BUNF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4eBg8BUNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4eBg8BUNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4eBg8BUNF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4eBg8BUNF .container {
    max-width: 1400px;
  }
}
.cid-u4eBg8BUNF .card {
  margin: auto;
}
.cid-u4eBg8BUNF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ec70f8;
  margin-bottom: 2rem;
}
.cid-u4eBg8BUNF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4eBg8BUNF .row {
  justify-content: center;
}
.cid-u4eBg916jC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-2000x1000.png");
}
.cid-u4eBg916jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4eBg916jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4eBg916jC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u4eBg916jC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u4eBg916jC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #dbd9e8;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u4eBg9m9Ed {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #38346b;
  background: linear-gradient(135deg, #38346b, #000000);
}
.cid-u4eBg9m9Ed .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #dbd9e8;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-u4eBg9m9Ed .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u4eBg9m9Ed .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
  font-weight: 600;
}
.cid-u4eBg9m9Ed .main-title {
  color: #ffffff;
}
.cid-u4eBg9m9Ed .main-title.display-2 {
  line-height: 1.375;
}
.cid-u4eBg9m9Ed .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-u4eBg9m9Ed .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u4eBg9m9Ed .card .wrap .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-u4eBg9m9Ed .card .wrap .pie_progress__number.display-2 {
  font-size: 30px;
}
.cid-u4eBg9m9Ed .card .card-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-u4eBg9m9Ed .card .card-title.disply-7 {
  line-height: 1.3;
}
.cid-u4eBg9m9Ed .card .card-text {
  color: #ffffff;
}
.cid-u4eBg9m9Ed .card .card-text.display-4 {
  line-height: 1.75;
}
.cid-u4eBg9m9Ed .svg-gradient {
  position: absolute;
}
.cid-u4eBg9m9Ed ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-u4eBg9m9Ed .progress1 path {
  stroke: #9898ff;
}
.cid-u4eBg9m9Ed .progress2 path {
  stroke: #ec70f8;
}
.cid-u4eBg9m9Ed .progress3 path {
  stroke: #84f982;
}
.cid-u4eBg9m9Ed .progress4 path {
  stroke: #fae75b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4eBg9m9Ed .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-u4eBg9m9Ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4eBg9m9Ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4gEoQJMyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back-2000x1000.png");
}
.cid-u4gEoQJMyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4gEoQJMyQ .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-u4gEoQJMyQ .container {
    padding: 0 30px;
  }
}
.cid-u4gEoQJMyQ .items .item {
  margin-bottom: 60px;
}
.cid-u4gEoQJMyQ .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4gEoQJMyQ .items .item {
    margin-bottom: 30px;
  }
}
.cid-u4gEoQJMyQ .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u4gEoQJMyQ .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u4gEoQJMyQ .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u4gEoQJMyQ .dragArea.row {
  margin: 0;
}
.cid-u4gEoQJMyQ .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u4gEoQJMyQ .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u4gEoQJMyQ .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u4gEoQJMyQ .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u4gEoQJMyQ .dragArea.row .form-group .form-control:hover,
.cid-u4gEoQJMyQ .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u4gEoQJMyQ .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u4gEoQJMyQ .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u4gEoQJMyQ .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u4gEoQJMyQ .mbr-section-title {
  color: #000000;
}
.cid-u4gEoQJMyQ .card-title {
  color: #000000;
}
.cid-u4gEoQJMyQ .list {
  color: #000000;
}
.cid-u4gEoQJMyQ .mbr-text {
  color: #000000;
}
.cid-u4gEoQJMyQ label {
  color: #000000;
}
.cid-u4eBgalLKJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c273d;
}
.cid-u4eBgalLKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4eBgalLKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4eBgalLKJ .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u4eBgalLKJ .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-u4eBgalLKJ .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-u4eBgalLKJ .wrapper {
  padding: 30px 0;
}
.cid-u4eBgalLKJ .mbr-section-title {
  color: #fafafa;
}
.cid-u4eBgalLKJ .mbr-text,
.cid-u4eBgalLKJ .mbr-section-btn {
  color: #ffffff;
}
.cid-u4eBgaKx4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u4eBgaKx4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4eBgaKx4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4eBgaKx4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4eBgaKx4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4eBgaKx4R .row {
    text-align: center;
  }
  .cid-u4eBgaKx4R .row > div {
    margin: auto;
  }
  .cid-u4eBgaKx4R .social-row {
    justify-content: center;
  }
}
.cid-u4eBgaKx4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4eBgaKx4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u4eBgaKx4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4eBgaKx4R .list {
    margin-bottom: 0rem;
  }
}
.cid-u4eBgaKx4R .mbr-text {
  color: #bbbbbb;
}
.cid-u4eBgaKx4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4eBgaKx4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4eBgaKx4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4eBgbfrXg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tTOknvrzKA {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #232323;
}
@media (min-width: 991px) {
  .cid-tTOknvrzKA {
    min-height: 170px !important;
  }
}
.cid-tTOknvrzKA .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .empty_md {
    display: block;
  }
}
.cid-tTOknvrzKA .container,
.cid-tTOknvrzKA .container-fluid,
.cid-tTOknvrzKA .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tTOknvrzKA .container,
  .cid-tTOknvrzKA .container-fluid,
  .cid-tTOknvrzKA .empty_md {
    min-height: 170px !important;
  }
}
.cid-tTOknvrzKA .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tTOknvrzKA .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .top_menu {
    min-height: 110px !important;
  }
}
.cid-tTOknvrzKA .navbar-caption:hover {
  color: #ec70f8 !important;
}
.cid-tTOknvrzKA .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tTOknvrzKA .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tTOknvrzKA .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #9898ff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tTOknvrzKA .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tTOknvrzKA .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tTOknvrzKA .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tTOknvrzKA .icons-menu .icons-wrapper:hover {
    background: #9898ff;
  }
  .cid-tTOknvrzKA .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tTOknvrzKA .empty,
  .cid-tTOknvrzKA .icons-menu {
    min-width: 265px;
  }
  .cid-tTOknvrzKA .navbar-logo {
    margin: 0;
  }
  .cid-tTOknvrzKA .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tTOknvrzKA .btn {
    white-space: nowrap;
  }
  .cid-tTOknvrzKA .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tTOknvrzKA .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tTOknvrzKA .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tTOknvrzKA .dropdown-toggle::after,
  .cid-tTOknvrzKA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tTOknvrzKA .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tTOknvrzKA .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tTOknvrzKA .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tTOknvrzKA .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tTOknvrzKA .dropdown-menu .dropdown-item:hover {
  color: #dbd9e8 !important;
  background-color: #0a0a0a;
}
.cid-tTOknvrzKA .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tTOknvrzKA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tTOknvrzKA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tTOknvrzKA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tTOknvrzKA .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tTOknvrzKA .nav-item:focus,
.cid-tTOknvrzKA .nav-link:focus {
  outline: none;
}
.cid-tTOknvrzKA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tTOknvrzKA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tTOknvrzKA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tTOknvrzKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTOknvrzKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tTOknvrzKA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTOknvrzKA ul.navbar-nav li {
  margin: auto;
}
.cid-tTOknvrzKA .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323;
}
.cid-tTOknvrzKA .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #232323 !important;
}
.cid-tTOknvrzKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tTOknvrzKA .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tTOknvrzKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTOknvrzKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTOknvrzKA .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tTOknvrzKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tTOknvrzKA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tTOknvrzKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTOknvrzKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tTOknvrzKA .navbar .icons-menu,
  .cid-tTOknvrzKA .navbar .empty {
    display: none;
  }
  .cid-tTOknvrzKA .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tTOknvrzKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTOknvrzKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTOknvrzKA .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tTOknvrzKA .navbar .container-fluid,
  .cid-tTOknvrzKA .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tTOknvrzKA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tTOknvrzKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTOknvrzKA .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tTOknvrzKA .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tTOknvrzKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tTOknvrzKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tTOknvrzKA .navbar.navbar-short {
  background: #232323 !important;
  min-height: 90px;
}
.cid-tTOknvrzKA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTOknvrzKA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTOknvrzKA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTOknvrzKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTOknvrzKA .dropdown-item.active,
.cid-tTOknvrzKA .dropdown-item:active {
  background-color: transparent;
}
.cid-tTOknvrzKA .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTOknvrzKA .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tTOknvrzKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tTOknvrzKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tTOknvrzKA .navbar-buttons {
  text-align: center;
}
.cid-tTOknvrzKA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTOknvrzKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTOknvrzKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTOknvrzKA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tTOknvrzKA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tTOknvrzKA a.nav-link:hover {
  color: #ec70f8 !important;
}
.is-builder .cid-tTOknvrzKA .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTOknvrzKA .navbar {
    height: 77px;
  }
  .cid-tTOknvrzKA .navbar.opened {
    height: auto;
  }
  .cid-tTOknvrzKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2usH5GWCF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-2000x1000.png");
}
.cid-u2usH5GWCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2usH5GWCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2usH5GWCF .video-wrapper iframe {
  width: 100%;
}
.cid-u2usH5GWCF .mbr-section-title,
.cid-u2usH5GWCF .mbr-section-subtitle,
.cid-u2usH5GWCF .mbr-text {
  text-align: center;
}
.cid-u2usH5GWCF .mbr-section-title {
  color: #433759;
}
.cid-tTOmn6GsU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTOmn6GsU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTOmn6GsU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTOmn6GsU1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTOmn6GsU1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTOmn6GsU1 .row {
    text-align: center;
  }
  .cid-tTOmn6GsU1 .row > div {
    margin: auto;
  }
  .cid-tTOmn6GsU1 .social-row {
    justify-content: center;
  }
}
.cid-tTOmn6GsU1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTOmn6GsU1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTOmn6GsU1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTOmn6GsU1 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTOmn6GsU1 .mbr-text {
  color: #bbbbbb;
}
.cid-tTOmn6GsU1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTOmn6GsU1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTOmn6GsU1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4ezH4ZRbl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
