@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&display=swap&display=swap);





.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 3.375rem;
  line-height: 1.48148148;
}
.display-1 > .mbr-iconfont {
  font-size: 5.4rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #610723 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #610723 !important;
}
.bg-danger {
  background-color: #610723 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #610723 !important;
  border-color: #610723 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #610723;
  border-color: #610723;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #610723 !important;
  border-color: #610723 !important;
}
.btn-primary:hover {
  background-color: #310412 !important;
  border-color: #310412 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64697a !important;
  border-color: #64697a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64697a;
  border-color: #64697a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-secondary:hover {
  background-color: #4d515e !important;
  border-color: #4d515e !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #610723 !important;
  border-color: #610723 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #610723;
  border-color: #610723;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #610723 !important;
  border-color: #610723 !important;
}
.btn-warning:hover {
  background-color: #910a34 !important;
  border-color: #910a34 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #610723 !important;
  border-color: #610723 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610723;
  border-color: #610723;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610723 !important;
  border-color: #610723 !important;
}
.btn-danger:hover {
  background-color: lighte(#610723, 10%) !important;
  border-color: #310412 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #610723;
  color: #610723;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #610723 !important;
  border-color: #610723;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #610723 !important;
  border-color: #610723 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #64697a;
  color: #64697a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #64697a !important;
  border-color: #64697a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #610723;
  color: #610723;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #610723 !important;
  border-color: #610723;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #610723 !important;
  border-color: #610723 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #610723;
  color: #610723;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #610723 !important;
  border-color: #610723;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #610723 !important;
  border-color: #610723 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #610723 !important;
}
.text-secondary {
  color: #64697a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #610723 !important;
}
.text-danger {
  color: #610723 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #020001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #363942 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #610723 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #020001 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #610723 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #610723;
}
.alert-danger {
  background-color: #610723;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #610723;
  border-color: #610723;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #610723;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8104e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.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: #d8104e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d8104e;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #610723;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #610723;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #610723;
  border-bottom-color: #610723;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #610723 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #64697a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rWPOS9GwAy {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-rWPOS9GwAy .nav-item,
.cid-rWPOS9GwAy .nav-link,
.cid-rWPOS9GwAy .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rWPOS9GwAy .nav-item:hover,
.cid-rWPOS9GwAy .nav-link:hover,
.cid-rWPOS9GwAy .navbar-caption:hover {
  color: #610723 !important;
}
.cid-rWPOS9GwAy .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rWPOS9GwAy .container,
.cid-rWPOS9GwAy .container-fluid {
  position: static;
}
.cid-rWPOS9GwAy .container-fluid,
.cid-rWPOS9GwAy .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rWPOS9GwAy .navbar-brand {
  padding: 0;
}
.cid-rWPOS9GwAy .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rWPOS9GwAy .nav-link:hover:before {
  width: 100%;
}
.cid-rWPOS9GwAy .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rWPOS9GwAy .nav-link {
    margin: 0 !important;
  }
}
.cid-rWPOS9GwAy .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rWPOS9GwAy .widget p,
.cid-rWPOS9GwAy .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rWPOS9GwAy .widget p a,
.cid-rWPOS9GwAy .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rWPOS9GwAy .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(97, 7, 35, 0.8);
  font-size: 17px;
  color: rgba(97, 7, 35, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rWPOS9GwAy .icons__wrap:hover {
  color: #ffffff;
  background-color: #610723;
  border-color: #610723;
}
.cid-rWPOS9GwAy .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rWPOS9GwAy .block__phone,
  .cid-rWPOS9GwAy .icons-menu {
    display: none;
  }
  .cid-rWPOS9GwAy .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rWPOS9GwAy .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #610723 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rWPOS9GwAy .mbr-section-btn .btn-secondary:hover {
  background-color: #610723 !important;
  color: #ffffff !important;
}
.cid-rWPOS9GwAy .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rWPOS9GwAy .navbar > .container,
.cid-rWPOS9GwAy .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rWPOS9GwAy .btn {
    white-space: nowrap;
  }
  .cid-rWPOS9GwAy .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rWPOS9GwAy .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rWPOS9GwAy .dropdown-toggle::after,
  .cid-rWPOS9GwAy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rWPOS9GwAy .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rWPOS9GwAy .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown-item:hover {
  color: #610723 !important;
}
.cid-rWPOS9GwAy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rWPOS9GwAy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rWPOS9GwAy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rWPOS9GwAy .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rWPOS9GwAy .nav-item:focus,
.cid-rWPOS9GwAy .nav-link:focus {
  outline: none;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rWPOS9GwAy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rWPOS9GwAy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rWPOS9GwAy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rWPOS9GwAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWPOS9GwAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rWPOS9GwAy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWPOS9GwAy .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-rWPOS9GwAy .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-rWPOS9GwAy .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rWPOS9GwAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWPOS9GwAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWPOS9GwAy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-rWPOS9GwAy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rWPOS9GwAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWPOS9GwAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rWPOS9GwAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWPOS9GwAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWPOS9GwAy .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rWPOS9GwAy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rWPOS9GwAy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rWPOS9GwAy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-rWPOS9GwAy .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rWPOS9GwAy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWPOS9GwAy .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rWPOS9GwAy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rWPOS9GwAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWPOS9GwAy .dropdown-item.active,
.cid-rWPOS9GwAy .dropdown-item:active {
  background-color: transparent;
}
.cid-rWPOS9GwAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rWPOS9GwAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rWPOS9GwAy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #610723;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWPOS9GwAy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rWPOS9GwAy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rWPOS9GwAy a.nav-link:hover {
  color: #610723 !important;
}
@media (max-width: 991px) {
  .cid-rWPOS9GwAy .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rWPOS9GwAy .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rWPOS9GwAy .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rWPOS9GwAy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rWPOS9GwAy .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rWPOS9GwAy .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rWPOS9GwAy .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rWPOS9GwAy .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rWPOS9GwAy .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rWPOS9GwAy a.nav-link {
    justify-content: flex-start;
  }
  .cid-rWPOS9GwAy ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rWPOS9GwAy .navbar-brand {
    padding: 0;
  }
  .cid-rWPOS9GwAy .block__phone,
  .cid-rWPOS9GwAy .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rWPOS9GwAy .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWPOS9GwAy .navbar {
    height: 97px;
  }
  .cid-rWPOS9GwAy .navbar.opened {
    height: auto;
  }
  .cid-rWPOS9GwAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWP3CEzEaK {
  overflow: hidden;
  background-image: url("../../../assets/images/slide1-1.png");
}
.cid-rWP3CEzEaK .container {
  pointer-events: none;
}
.cid-rWP3CEzEaK .subtitle__block,
.cid-rWP3CEzEaK .title__block,
.cid-rWP3CEzEaK .buttons__block {
  pointer-events: all;
}
.cid-rWP3CEzEaK .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rWP3CEzEaK .subtitle__block SPAN {
  color: #610723;
}
.cid-rWP3CEzEaK .mbr-section-subtitle {
  display: inline-block;
}
.cid-rWP3CEzEaK .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rWP3CEzEaK .mbr-text {
  margin-top: 35px;
}
.cid-rWP3CEzEaK .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rWP3CEzEaK .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rWP3CEzEaK .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-rWP3CEzEaK .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rWP3CEzEaK .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rWP3CEzEaK .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rWP3CEzEaK .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
  color: #610723;
}
.cid-rWP3CEzEaK .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-rWP3CEzEaK .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-rWP3CEzEaK .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rWP3CEzEaK .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rWP3CEzEaK .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rWP3CEzEaK .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rWP3CEzEaK .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rWP3CEzEaK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rWP3CEzEaK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rWP3CEzEaK .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rWP3CEzEaK a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rWP3CEzEaK a.close:hover {
  color: #ffffff;
}
.cid-rWP3CEzEaK .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rWP3CEzEaK .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-rWP3CEzEaK .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #610723;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-rWP3CEzEaK .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-rWP3CEzEaK .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #610723;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-rWP3CEzEaK .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #06df9e;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-rWP3CEzEaK .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #610723;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
.cid-rWPuA5RAEY {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rWPuA5RAEY .container,
.cid-rWPuA5RAEY .container-fluid {
  pointer-events: none;
}
.cid-rWPuA5RAEY .title__block,
.cid-rWPuA5RAEY .card {
  pointer-events: all;
}
.cid-rWPuA5RAEY .mbr-section-title {
  color: #610723;
  text-decoration: underline;
}
.cid-rWPuA5RAEY .title__block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-rWPuA5RAEY .title__block {
    margin-bottom: 30px;
  }
}
.cid-rWPuA5RAEY .card-inner {
  background: #ffffff;
  border-radius: 4px;
  padding: 50px 10px 60px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.cid-rWPuA5RAEY .card:nth-child(1) .icon__block {
  background: #610723;
}
.cid-rWPuA5RAEY .card:nth-child(2) .icon__block {
  background: #06df9e;
}
.cid-rWPuA5RAEY .card:nth-child(3) .icon__block {
  background: #bf6cff;
}
.cid-rWPuA5RAEY .card:nth-child(4) .icon__block {
  background: #610723;
}
.cid-rWPuA5RAEY .card:hover .card-inner {
  box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
}
.cid-rWPuA5RAEY .card:hover .icon__block:after {
  animation: wave__scale 1.5s linear infinite;
}
.cid-rWPuA5RAEY .card:hover .icon__block:before {
  animation: wave__scale2 1.5s linear infinite;
}
.cid-rWPuA5RAEY .icon__block {
  position: relative;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rWPuA5RAEY .icon__block:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: .5;
}
.cid-rWPuA5RAEY .icon__block:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: .5;
}
.cid-rWPuA5RAEY .icon__block .mbr-iconfont {
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-rWPuA5RAEY .card-box {
  margin-top: 30px;
}
.cid-rWPuA5RAEY .card-title {
  font-weight: 400;
  color: #233d63;
  margin-bottom: 0;
}
@keyframes wave__scale {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: .1;
  }
}
@keyframes wave__scale2 {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}
.cid-rWPuA5RAEY .animation__background .triangle {
  position: absolute;
  top: 15%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-rWPuA5RAEY .animation__background .triangle2 {
  position: absolute;
  bottom: 20%;
  right: 10%;
  animation: animationTwo 40s infinite linear;
  width: 70px;
  height: 70px;
}
.cid-rWPuA5RAEY .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rWPuA5RAEY .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationOne 29s infinite linear;
}
.cid-rWPuA5RAEY .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 28s infinite linear;
}
.cid-rWPuA5RAEY .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationOne 25s infinite linear;
}
.cid-rWPuA5RAEY .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 19%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationTwo 21s infinite linear;
}
.cid-rWP3XBoBEz {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rWP3XBoBEz .container,
.cid-rWP3XBoBEz .container-fluid {
  pointer-events: none;
}
.cid-rWP3XBoBEz .title__block,
.cid-rWP3XBoBEz .card__block {
  pointer-events: all;
}
.cid-rWP3XBoBEz .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rWP3XBoBEz .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
}
.cid-rWP3XBoBEz .mbr-section-title span {
  font-weight: 300;
}
.cid-rWP3XBoBEz .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-rWP3XBoBEz .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-rWP3XBoBEz .column2 {
    margin-top: 100px;
  }
}
.cid-rWP3XBoBEz .card__block {
  margin: 40px 0;
  background: #fbfcff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-rWP3XBoBEz .card__block:last-child {
  margin-top: 0;
}
.cid-rWP3XBoBEz .card__block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(97, 7, 35, 0.65) 0%, rgba(97, 7, 35, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-rWP3XBoBEz .card__block:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-rWP3XBoBEz .card__block:hover {
  background: #ffffff !important;
}
.cid-rWP3XBoBEz .card__block:hover .icon__block,
.cid-rWP3XBoBEz .card__block:hover .card__title,
.cid-rWP3XBoBEz .card__block:hover .card__text,
.cid-rWP3XBoBEz .card__block:hover .card__button span {
  color: #ffffff !important;
}
.cid-rWP3XBoBEz .card__block:hover:before {
  opacity: 1;
}
.cid-rWP3XBoBEz .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-rWP3XBoBEz .card__block {
    margin-bottom: 0;
  }
  .cid-rWP3XBoBEz .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-rWP3XBoBEz .icon__block {
  position: relative;
  font-size: 60px;
  color: #610723;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-rWP3XBoBEz .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-rWP3XBoBEz .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-rWP3XBoBEz .card__button {
  font-size: 30px;
}
.cid-rWP3XBoBEz .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  right: -355px;
  border-radius: 50%;
  top: 75px;
  position: absolute;
  background-color: rgba(97, 7, 35, 0.1);
}
@media (max-width: 1199px) {
  .cid-rWP3XBoBEz .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rWP3XBoBEz .image__background .circle__image1 {
    display: none;
  }
}
.cid-rWP3XBoBEz .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  right: -377px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(97, 7, 35, 0.23);
}
@media (max-width: 1199px) {
  .cid-rWP3XBoBEz .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rWP3XBoBEz .image__background .circle__image2 {
    display: none;
  }
}
.cid-rWP3XBoBEz .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rWP3XBoBEz .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rWP3XBoBEz .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rWP3XBoBEz .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationOne 30s infinite linear;
}
.cid-rWP3XBoBEz .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-rWP3XBoBEz .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationOne 25s infinite linear;
}
.cid-rWP3XBoBEz .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationTwo 35s infinite linear;
}
.cid-rWP4iJvIfF {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-rWP4iJvIfF .container,
.cid-rWP4iJvIfF .row {
  pointer-events: none;
}
.cid-rWP4iJvIfF .wrap {
  pointer-events: all;
}
.cid-rWP4iJvIfF .carousel {
  padding: 0;
}
.cid-rWP4iJvIfF .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
  padding-right: 80px;
}
.cid-rWP4iJvIfF .mbr-section-title {
  color: #610723;
  margin-bottom: 40px;
  padding-right: 80px;
}
.cid-rWP4iJvIfF .mbr-section-title span {
  font-weight: 300;
}
.cid-rWP4iJvIfF .carousel-controls {
  margin-top: 100px;
  width: 100%;
  position: relative;
}
.cid-rWP4iJvIfF .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 30px;
  position: absolute;
  padding: 0 10px;
  color: #610723;
  background-color: transparent;
  transition: all .3s ease 0s;
}
.cid-rWP4iJvIfF .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rWP4iJvIfF .carousel-control-next {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-rWP4iJvIfF .user_text {
  padding-right: 80px;
  padding-bottom: 50px;
}
.cid-rWP4iJvIfF .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-rWP4iJvIfF .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-rWP4iJvIfF .author {
  padding-right: 80px;
}
.cid-rWP4iJvIfF .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-rWP4iJvIfF .user_name {
  color: #610723;
  line-height: 24px;
}
.cid-rWP4iJvIfF .user_prof {
  color: #c0c0c9;
  line-height: 24px;
}
.cid-rWP4iJvIfF .fon2 {
  position: absolute;
  width: 250px;
  bottom: 0;
  left: 70px;
  z-index: 1;
}
.cid-rWP4iJvIfF .animation__background .fon {
  max-width: 600px;
  width: 100%;
  position: absolute;
  right: 2%;
  top: 13%;
  z-index: -1;
}
.cid-rWP4iJvIfF .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-rWP4iJvIfF .animation__background .image:nth-child(1) {
  top: 37%;
  right: 4%;
  animation: scale__one 14s infinite linear;
}
.cid-rWP4iJvIfF .animation__background .image:nth-child(2) {
  top: 47%;
  right: 14%;
  animation: scale__two 9s infinite linear;
}
.cid-rWP4iJvIfF .animation__background .image:nth-child(3) {
  bottom: 16%;
  right: 7%;
  animation: scale__three 8s infinite linear;
}
.cid-rWP4iJvIfF .animation__background .image:nth-child(4) {
  top: 24%;
  right: 18%;
  animation: scale__two 10s infinite linear;
}
.cid-rWP4iJvIfF .animation__background .image:nth-child(5) {
  top: 60%;
  right: 23%;
  animation: scale__three 11s infinite linear;
}
.cid-rWP4iJvIfF .animation__background .image:nth-child(6) {
  bottom: 46%;
  right: 30%;
  animation: scale__one 12s infinite linear;
}
.cid-rWP4iJvIfF .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rWP4iJvIfF .animation__background {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-rWP4iJvIfF .mbr-section-subtitle,
  .cid-rWP4iJvIfF .mbr-section-title,
  .cid-rWP4iJvIfF .user_text,
  .cid-rWP4iJvIfF .author {
    padding-right: 0;
  }
}
.cid-rWPzRYUlWJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rWPzRYUlWJ .mbr-section-title {
  color: #233d63;
}
.cid-rWPzRYUlWJ .icon__block {
  background: linear-gradient(135deg, rgba(97, 7, 35, 0.54) 0%, rgba(97, 7, 35, 0.85) 60%, #610723 100%);
}
.cid-rWPzRYUlWJ .mbr-section-title,
.cid-rWPzRYUlWJ .icon__wrap {
  text-align: center;
  color: #610723;
}
.cid-rWPzRYUlWJ .mbr-section-subtitle {
  text-align: center;
}
.cid-rWP4nQS0wi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rWP4nQS0wi .title__block {
  margin-bottom: 40px;
}
.cid-rWP4nQS0wi .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rWP4nQS0wi .mbr-section-title {
  color: #233d63;
}
.cid-rWP4nQS0wi .mbr-section-title span {
  font-weight: 300;
}
.cid-rWP4nQS0wi .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-rWP4nQS0wi .image img {
  height: auto;
  width: 100px;
}
.cid-rWP4nQS0wi .image:hover {
  transform: scale(1.1);
}
.cid-rWP4nQS0wi .image175 {
  width: 175px;
  height: 175px;
}
.cid-rWP4nQS0wi .image120 {
  width: 120px;
  height: 120px;
}
.cid-rWP4nQS0wi .image150 {
  width: 150px;
  height: 150px;
}
.cid-rWP4nQS0wi .image140 {
  width: 140px;
  height: 140px;
}
.cid-rWP4nQS0wi .image200 {
  width: 200px;
  height: 200px;
}
.cid-rWP4cyzp4g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rWP4cyzp4g .container {
  pointer-events: none;
}
.cid-rWP4cyzp4g .mbr-section-subtitle,
.cid-rWP4cyzp4g .mbr-section-title,
.cid-rWP4cyzp4g .mbr-text,
.cid-rWP4cyzp4g .nav-tabs,
.cid-rWP4cyzp4g .tab-content {
  pointer-events: all;
}
.cid-rWP4cyzp4g .title__block {
  margin-top: 120px;
}
.cid-rWP4cyzp4g .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rWP4cyzp4g .mbr-section-title {
  color: #233d63;
  margin-bottom: 20px;
}
.cid-rWP4cyzp4g .mbr-section-title span {
  font-weight: 300;
}
.cid-rWP4cyzp4g h4 {
  margin: 0;
}
.cid-rWP4cyzp4g .nav-tabs {
  margin-top: 70px;
  border: none !important;
}
.cid-rWP4cyzp4g .nav-tabs .nav-item {
  margin: 0;
}
.cid-rWP4cyzp4g .nav-tabs .btn {
  width: 155px;
  min-width: auto;
  line-height: 60px !important;
  font-size: 16px;
  background: #ffffff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  border: none;
  background: transparent !important;
  margin: 0px !important;
}
.cid-rWP4cyzp4g .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
}
.cid-rWP4cyzp4g .nav-tabs .btn:after {
  display: none;
}
.cid-rWP4cyzp4g .nav-tabs .btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  color: #000000 !important;
}
.cid-rWP4cyzp4g .nav-tabs .btn.active {
  background: linear-gradient(130deg, rgba(97, 7, 35, 0.65) 0%, rgba(97, 7, 35, 0.65) 100%) !important;
  color: #ffffff !important;
}
.cid-rWP4cyzp4g .nav-tabs .nav-item:first-child .btn {
  border-radius: 32px 0 0 32px;
}
.cid-rWP4cyzp4g .nav-tabs .nav-item:last-child .btn {
  border-radius: 0 32px 32px 0;
}
.cid-rWP4cyzp4g .tab-content > .tab-pane {
  display: block !important;
}
.cid-rWP4cyzp4g .tab-content .active {
  position: relative;
  z-index: 5;
  transform: scale(1) translateX(0);
  pointer-events: visible;
}
.cid-rWP4cyzp4g .tab-content {
  position: relative;
}
.cid-rWP4cyzp4g .tab-pane {
  width: 360px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  transform: scale(0.8, 0.8) translateX(225px);
  pointer-events: none;
}
.cid-rWP4cyzp4g .plan {
  background: #ffffff;
  border-radius: 30px;
  word-break: break-word;
  box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
}
.cid-rWP4cyzp4g .plan .list__item {
  line-height: 42px;
}
.cid-rWP4cyzp4g .price-figure {
  padding: 25px 0 35px;
  color: #ff6400;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(97, 7, 35, 0.75) 0%, rgba(97, 7, 35, 0.75) 100%);
}
.cid-rWP4cyzp4g .price-figure sup {
  font-size: 60%;
  color: inherit;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(97, 7, 35, 0.75) 0%, rgba(97, 7, 35, 0.75) 100%);
}
.cid-rWP4cyzp4g .price-term {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.cid-rWP4cyzp4g .plan-list {
  margin-bottom: 40px;
}
.cid-rWP4cyzp4g UL {
  color: #233d63;
  text-align: center;
}
.cid-rWP4cyzp4g .plan-title {
  color: #233d63;
}
.cid-rWP4cyzp4g .plan-body {
  padding: 0 15px 80px;
}
.cid-rWP4cyzp4g .plan-body .mbr-section-btn {
  margin: 0;
}
.cid-rWP4cyzp4g .plan-body .mbr-section-btn .btn {
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-rWP4cyzp4g .plan-body .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  background: transparent !important;
}
.cid-rWP4cyzp4g .plan-body .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(97, 7, 35, 0.55) 0%, #610723 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-rWP4cyzp4g .plan-body .mbr-section-btn .btn-warning-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-rWP4cyzp4g .plan-body .mbr-section-btn .btn-warning-outline:hover:before {
  transform: scale(1);
}
.cid-rWP4cyzp4g .plan-header {
  padding: 60px 15px 0;
}
.cid-rWP4cyzp4g .animation__background .quadr {
  position: absolute;
  bottom: 29%;
  left: 29%;
  animation: rotated 33s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rWP4cyzp4g .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  left: 30%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 30s infinite linear;
}
.cid-rWP4cyzp4g .animation__background .circle2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 21%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationOne 25s infinite linear;
}
.cid-rWP4cyzp4g .animation__background .circle3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  bottom: 17%;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 25s infinite linear;
}
.cid-rWP4cyzp4g .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 125px;
  left: 43%;
  position: absolute;
  border-radius: 50%;
  background-color: #610723;
  animation: animationOne 30s infinite linear;
}
@media (max-width: 767px) {
  .cid-rWP4cyzp4g .nav-tabs .nav-item .btn {
    width: 135px;
  }
  .cid-rWP4cyzp4g .tab-pane {
    width: 290px;
  }
  .cid-rWP4cyzp4g .tab-content {
    margin-top: 40px;
  }
  .cid-rWP4cyzp4g .title__block {
    margin-top: 0;
  }
  .cid-rWP4cyzp4g .nav-tabs {
    justify-content: center;
  }
  .cid-rWP4cyzp4g .plan-header {
    padding-top: 20px;
  }
  .cid-rWP4cyzp4g .plan-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-rWP4cyzp4g .tab-pane {
    left: 70px;
  }
}
.cid-rWQ5szCVTW.popup-builder {
  background-color: #ffffff;
}
.cid-rWQ5szCVTW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWQ5szCVTW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWQ5szCVTW .modal-content,
.cid-rWQ5szCVTW .modal-dialog {
  height: auto;
}
.cid-rWQ5szCVTW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWQ5szCVTW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWQ5szCVTW .form-wrapper .mbr-form .form-group,
  .cid-rWQ5szCVTW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWQ5szCVTW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWQ5szCVTW .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-rWQ5szCVTW .mbr-text {
  text-align: center;
}
.cid-rWQ5szCVTW .pt-0 {
  padding-top: 0 !important;
}
.cid-rWQ5szCVTW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWQ5szCVTW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWQ5szCVTW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWQ5szCVTW .modal-open {
  overflow: hidden;
}
.cid-rWQ5szCVTW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWQ5szCVTW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWQ5szCVTW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWQ5szCVTW .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-rWQ5szCVTW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWQ5szCVTW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWQ5szCVTW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWQ5szCVTW .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-rWQ5szCVTW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWQ5szCVTW .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWQ5szCVTW .modal-backdrop.show {
  opacity: .5;
}
.cid-rWQ5szCVTW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWQ5szCVTW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWQ5szCVTW .modal-header .close:hover {
  opacity: 1;
}
.cid-rWQ5szCVTW .modal-header .close:focus {
  outline: none;
}
.cid-rWQ5szCVTW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWQ5szCVTW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWQ5szCVTW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWQ5szCVTW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWQ5szCVTW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWQ5szCVTW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWQ5szCVTW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWQ5szCVTW .modal-sm {
    max-width: 300px;
  }
  .cid-rWQ5szCVTW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWQ5szCVTW .modal-lg,
  .cid-rWQ5szCVTW .modal-xl {
    max-width: 800px;
  }
  .cid-rWQ5szCVTW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWQ5szCVTW .modal-xl {
    max-width: 1140px;
  }
  .cid-rWQ5szCVTW .container {
    max-width: 1140px;
  }
}
.cid-rWQ5szCVTW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWQ5szCVTW .container {
    max-width: 720px;
  }
}
.cid-rWQ5szCVTW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWQ5szCVTW .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-rWQ5szCVTW .form-group {
  margin-bottom: 1rem;
}
.cid-rWQ5szCVTW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWQ5szCVTW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWQ5szCVTW .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-rWP4QbJbgV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rWP4QbJbgV .container {
  pointer-events: none;
}
.cid-rWP4QbJbgV .logo__image {
  width: 200px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rWP4QbJbgV .brand__text {
  padding: 12px 0 25px;
  color: #610723;
}
.cid-rWP4QbJbgV .brand__email {
  margin-bottom: 15px;
}
.cid-rWP4QbJbgV .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rWP4QbJbgV .footer__title {
  padding: 12px 0 25px;
  color: #610723;
}
.cid-rWP4QbJbgV .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rWP4QbJbgV .footer__items a:hover {
  color: #610723 !important;
}
.cid-rWP4QbJbgV .social {
  margin-top: 30px;
}
.cid-rWP4QbJbgV .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rWP4QbJbgV .social .social__items:hover {
  background-color: #610723;
  border-color: #610723;
}
.cid-rWP4QbJbgV .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rWP4QbJbgV .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rWP4QbJbgV .social .social__items:last-child {
  margin-right: 0;
}
.cid-rWP4QbJbgV .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rWP4QbJbgV .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rWP4QbJbgV .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rWP4QbJbgV .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rWP4QbJbgV .footer__bot_items a:hover {
  color: #610723 !important;
}
.cid-rWP4QbJbgV .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rWP4QbJbgV .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rWP4QbJbgV .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #610723;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rWP4QbJbgV .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rWP4QbJbgV .divider {
    margin-top: 30px;
  }
  .cid-rWP4QbJbgV .footer__bottom {
    padding: 30px 0;
  }
  .cid-rWP4QbJbgV .align-right,
  .cid-rWP4QbJbgV .privacy {
    text-align: center;
  }
  .cid-rWP4QbJbgV .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rWP4OGTyj2.popup-builder {
  background-color: #ffffff;
}
.cid-rWP4OGTyj2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWP4OGTyj2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWP4OGTyj2 .modal-content,
.cid-rWP4OGTyj2 .modal-dialog {
  height: auto;
}
.cid-rWP4OGTyj2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWP4OGTyj2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWP4OGTyj2 .form-wrapper .mbr-form .form-group,
  .cid-rWP4OGTyj2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWP4OGTyj2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWP4OGTyj2 .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-rWP4OGTyj2 .mbr-text {
  text-align: center;
}
.cid-rWP4OGTyj2 .pt-0 {
  padding-top: 0 !important;
}
.cid-rWP4OGTyj2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWP4OGTyj2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWP4OGTyj2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWP4OGTyj2 .modal-open {
  overflow: hidden;
}
.cid-rWP4OGTyj2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWP4OGTyj2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWP4OGTyj2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWP4OGTyj2 .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-rWP4OGTyj2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWP4OGTyj2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWP4OGTyj2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWP4OGTyj2 .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-rWP4OGTyj2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWP4OGTyj2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWP4OGTyj2 .modal-backdrop.show {
  opacity: .5;
}
.cid-rWP4OGTyj2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWP4OGTyj2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWP4OGTyj2 .modal-header .close:hover {
  opacity: 1;
}
.cid-rWP4OGTyj2 .modal-header .close:focus {
  outline: none;
}
.cid-rWP4OGTyj2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWP4OGTyj2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWP4OGTyj2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWP4OGTyj2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWP4OGTyj2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWP4OGTyj2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWP4OGTyj2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWP4OGTyj2 .modal-sm {
    max-width: 300px;
  }
  .cid-rWP4OGTyj2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWP4OGTyj2 .modal-lg,
  .cid-rWP4OGTyj2 .modal-xl {
    max-width: 800px;
  }
  .cid-rWP4OGTyj2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWP4OGTyj2 .modal-xl {
    max-width: 1140px;
  }
  .cid-rWP4OGTyj2 .container {
    max-width: 1140px;
  }
}
.cid-rWP4OGTyj2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWP4OGTyj2 .container {
    max-width: 720px;
  }
}
.cid-rWP4OGTyj2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWP4OGTyj2 .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-rWP4OGTyj2 .form-group {
  margin-bottom: 1rem;
}
.cid-rWP4OGTyj2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWP4OGTyj2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWP4OGTyj2 .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-rWP4QbJbgV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rWP4QbJbgV .container {
  pointer-events: none;
}
.cid-rWP4QbJbgV .logo__image {
  width: 200px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rWP4QbJbgV .brand__text {
  padding: 12px 0 25px;
  color: #610723;
}
.cid-rWP4QbJbgV .brand__email {
  margin-bottom: 15px;
}
.cid-rWP4QbJbgV .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rWP4QbJbgV .footer__title {
  padding: 12px 0 25px;
  color: #610723;
}
.cid-rWP4QbJbgV .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rWP4QbJbgV .footer__items a:hover {
  color: #610723 !important;
}
.cid-rWP4QbJbgV .social {
  margin-top: 30px;
}
.cid-rWP4QbJbgV .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rWP4QbJbgV .social .social__items:hover {
  background-color: #610723;
  border-color: #610723;
}
.cid-rWP4QbJbgV .social .social__items:hover a {
  color: #ffffff !important;
}
.cid-rWP4QbJbgV .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rWP4QbJbgV .social .social__items:last-child {
  margin-right: 0;
}
.cid-rWP4QbJbgV .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rWP4QbJbgV .divider {
  background-color: #000000;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rWP4QbJbgV .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rWP4QbJbgV .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rWP4QbJbgV .footer__bot_items a:hover {
  color: #610723 !important;
}
.cid-rWP4QbJbgV .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rWP4QbJbgV .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rWP4QbJbgV .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #610723;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rWP4QbJbgV .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rWP4QbJbgV .divider {
    margin-top: 30px;
  }
  .cid-rWP4QbJbgV .footer__bottom {
    padding: 30px 0;
  }
  .cid-rWP4QbJbgV .align-right,
  .cid-rWP4QbJbgV .privacy {
    text-align: center;
  }
  .cid-rWP4QbJbgV .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rWPOS9GwAy {
  min-height: 114px !important;
  position: static;
  background: #ffffff;
}
.cid-rWPOS9GwAy .nav-item,
.cid-rWPOS9GwAy .nav-link,
.cid-rWPOS9GwAy .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rWPOS9GwAy .nav-item:hover,
.cid-rWPOS9GwAy .nav-link:hover,
.cid-rWPOS9GwAy .navbar-caption:hover {
  color: #610723 !important;
}
.cid-rWPOS9GwAy .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rWPOS9GwAy .container,
.cid-rWPOS9GwAy .container-fluid {
  position: static;
}
.cid-rWPOS9GwAy .container-fluid,
.cid-rWPOS9GwAy .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rWPOS9GwAy .navbar-brand {
  padding: 0;
}
.cid-rWPOS9GwAy .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rWPOS9GwAy .nav-link:hover:before {
  width: 100%;
}
.cid-rWPOS9GwAy .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rWPOS9GwAy .nav-link {
    margin: 0 !important;
  }
}
.cid-rWPOS9GwAy .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rWPOS9GwAy .widget p,
.cid-rWPOS9GwAy .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rWPOS9GwAy .widget p a,
.cid-rWPOS9GwAy .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rWPOS9GwAy .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(97, 7, 35, 0.8);
  font-size: 17px;
  color: rgba(97, 7, 35, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rWPOS9GwAy .icons__wrap:hover {
  color: #ffffff;
  background-color: #610723;
  border-color: #610723;
}
.cid-rWPOS9GwAy .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rWPOS9GwAy .block__phone,
  .cid-rWPOS9GwAy .icons-menu {
    display: none;
  }
  .cid-rWPOS9GwAy .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rWPOS9GwAy .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #610723 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rWPOS9GwAy .mbr-section-btn .btn-secondary:hover {
  background-color: #610723 !important;
  color: #ffffff !important;
}
.cid-rWPOS9GwAy .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rWPOS9GwAy .navbar > .container,
.cid-rWPOS9GwAy .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rWPOS9GwAy .btn {
    white-space: nowrap;
  }
  .cid-rWPOS9GwAy .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rWPOS9GwAy .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rWPOS9GwAy .dropdown-toggle::after,
  .cid-rWPOS9GwAy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rWPOS9GwAy .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rWPOS9GwAy .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown-item:hover {
  color: #610723 !important;
}
.cid-rWPOS9GwAy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rWPOS9GwAy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rWPOS9GwAy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rWPOS9GwAy .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rWPOS9GwAy .nav-item:focus,
.cid-rWPOS9GwAy .nav-link:focus {
  outline: none;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rWPOS9GwAy .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rWPOS9GwAy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rWPOS9GwAy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rWPOS9GwAy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rWPOS9GwAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWPOS9GwAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rWPOS9GwAy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWPOS9GwAy .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-rWPOS9GwAy .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-rWPOS9GwAy .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rWPOS9GwAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWPOS9GwAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWPOS9GwAy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-rWPOS9GwAy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rWPOS9GwAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWPOS9GwAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rWPOS9GwAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWPOS9GwAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWPOS9GwAy .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rWPOS9GwAy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rWPOS9GwAy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rWPOS9GwAy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-rWPOS9GwAy .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rWPOS9GwAy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWPOS9GwAy .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rWPOS9GwAy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rWPOS9GwAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWPOS9GwAy .dropdown-item.active,
.cid-rWPOS9GwAy .dropdown-item:active {
  background-color: transparent;
}
.cid-rWPOS9GwAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rWPOS9GwAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rWPOS9GwAy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #610723;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWPOS9GwAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWPOS9GwAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWPOS9GwAy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rWPOS9GwAy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rWPOS9GwAy a.nav-link:hover {
  color: #610723 !important;
}
@media (max-width: 991px) {
  .cid-rWPOS9GwAy .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rWPOS9GwAy .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rWPOS9GwAy .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rWPOS9GwAy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rWPOS9GwAy .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rWPOS9GwAy .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rWPOS9GwAy .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rWPOS9GwAy .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rWPOS9GwAy .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rWPOS9GwAy .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rWPOS9GwAy a.nav-link {
    justify-content: flex-start;
  }
  .cid-rWPOS9GwAy ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rWPOS9GwAy .navbar-brand {
    padding: 0;
  }
  .cid-rWPOS9GwAy .block__phone,
  .cid-rWPOS9GwAy .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rWPOS9GwAy .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWPOS9GwAy .navbar {
    height: 97px;
  }
  .cid-rWPOS9GwAy .navbar.opened {
    height: auto;
  }
  .cid-rWPOS9GwAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWPVazyIKS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWPVazyIKS .container-fluid {
  padding: 0 3rem;
}
.cid-rWPVazyIKS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #610723 50%, #64697a 120%);
  display: inline-block;
}
.cid-rWPVazyIKS .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-rWPVazyIKS .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rWPVazyIKS .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rWPVazyIKS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rWPVazyIKS .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-rWPVazyIKS .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #610723;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-rWPVazyIKS .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWPVazyIKS .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-rWPVazyIKS .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rWPVazyIKS .container-fluid {
    padding: 0 1rem;
  }
  .cid-rWPVazyIKS .header-text {
    padding: 1rem !important;
  }
  .cid-rWPVazyIKS .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rWPVazyIKS .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-rWPVazyIKS .toggle-header,
.cid-rWPVazyIKS .sign {
  color: #232323;
  text-align: left;
}
.cid-rWPWS4RiZQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWPWS4RiZQ .container-fluid {
  padding: 0 3rem;
}
.cid-rWPWS4RiZQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #610723 50%, #64697a 120%);
  display: inline-block;
}
.cid-rWPWS4RiZQ .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-rWPWS4RiZQ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rWPWS4RiZQ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rWPWS4RiZQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rWPWS4RiZQ .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-rWPWS4RiZQ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #610723;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-rWPWS4RiZQ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWPWS4RiZQ .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-rWPWS4RiZQ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rWPWS4RiZQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-rWPWS4RiZQ .header-text {
    padding: 1rem !important;
  }
  .cid-rWPWS4RiZQ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rWPWS4RiZQ .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-rWPWS4RiZQ .toggle-header,
.cid-rWPWS4RiZQ .sign {
  color: #232323;
}
.cid-rWRz6TF67r.popup-builder {
  background-color: #ffffff;
}
.cid-rWRz6TF67r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWRz6TF67r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWRz6TF67r .modal-content,
.cid-rWRz6TF67r .modal-dialog {
  height: auto;
}
.cid-rWRz6TF67r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWRz6TF67r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWRz6TF67r .form-wrapper .mbr-form .form-group,
  .cid-rWRz6TF67r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWRz6TF67r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWRz6TF67r .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-rWRz6TF67r .mbr-text {
  text-align: center;
}
.cid-rWRz6TF67r .pt-0 {
  padding-top: 0 !important;
}
.cid-rWRz6TF67r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWRz6TF67r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWRz6TF67r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWRz6TF67r .modal-open {
  overflow: hidden;
}
.cid-rWRz6TF67r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWRz6TF67r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWRz6TF67r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWRz6TF67r .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-rWRz6TF67r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWRz6TF67r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWRz6TF67r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWRz6TF67r .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-rWRz6TF67r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWRz6TF67r .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWRz6TF67r .modal-backdrop.show {
  opacity: .5;
}
.cid-rWRz6TF67r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWRz6TF67r .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWRz6TF67r .modal-header .close:hover {
  opacity: 1;
}
.cid-rWRz6TF67r .modal-header .close:focus {
  outline: none;
}
.cid-rWRz6TF67r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWRz6TF67r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWRz6TF67r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWRz6TF67r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWRz6TF67r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWRz6TF67r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWRz6TF67r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWRz6TF67r .modal-sm {
    max-width: 300px;
  }
  .cid-rWRz6TF67r .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWRz6TF67r .modal-lg,
  .cid-rWRz6TF67r .modal-xl {
    max-width: 800px;
  }
  .cid-rWRz6TF67r .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWRz6TF67r .modal-xl {
    max-width: 1140px;
  }
  .cid-rWRz6TF67r .container {
    max-width: 1140px;
  }
}
.cid-rWRz6TF67r .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWRz6TF67r .container {
    max-width: 720px;
  }
}
.cid-rWRz6TF67r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWRz6TF67r .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-rWRz6TF67r .form-group {
  margin-bottom: 1rem;
}
.cid-rWRz6TF67r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWRz6TF67r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWRz6TF67r .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-rWRzd3z1bX.popup-builder {
  background-color: #ffffff;
}
.cid-rWRzd3z1bX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWRzd3z1bX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWRzd3z1bX .modal-content,
.cid-rWRzd3z1bX .modal-dialog {
  height: auto;
}
.cid-rWRzd3z1bX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWRzd3z1bX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWRzd3z1bX .form-wrapper .mbr-form .form-group,
  .cid-rWRzd3z1bX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWRzd3z1bX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWRzd3z1bX .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-rWRzd3z1bX .mbr-text {
  text-align: center;
}
.cid-rWRzd3z1bX .pt-0 {
  padding-top: 0 !important;
}
.cid-rWRzd3z1bX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWRzd3z1bX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWRzd3z1bX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWRzd3z1bX .modal-open {
  overflow: hidden;
}
.cid-rWRzd3z1bX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWRzd3z1bX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWRzd3z1bX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWRzd3z1bX .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-rWRzd3z1bX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWRzd3z1bX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWRzd3z1bX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWRzd3z1bX .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-rWRzd3z1bX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWRzd3z1bX .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWRzd3z1bX .modal-backdrop.show {
  opacity: .5;
}
.cid-rWRzd3z1bX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWRzd3z1bX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWRzd3z1bX .modal-header .close:hover {
  opacity: 1;
}
.cid-rWRzd3z1bX .modal-header .close:focus {
  outline: none;
}
.cid-rWRzd3z1bX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWRzd3z1bX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWRzd3z1bX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWRzd3z1bX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWRzd3z1bX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWRzd3z1bX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWRzd3z1bX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWRzd3z1bX .modal-sm {
    max-width: 300px;
  }
  .cid-rWRzd3z1bX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWRzd3z1bX .modal-lg,
  .cid-rWRzd3z1bX .modal-xl {
    max-width: 800px;
  }
  .cid-rWRzd3z1bX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWRzd3z1bX .modal-xl {
    max-width: 1140px;
  }
  .cid-rWRzd3z1bX .container {
    max-width: 1140px;
  }
}
.cid-rWRzd3z1bX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWRzd3z1bX .container {
    max-width: 720px;
  }
}
.cid-rWRzd3z1bX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWRzd3z1bX .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-rWRzd3z1bX .form-group {
  margin-bottom: 1rem;
}
.cid-rWRzd3z1bX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWRzd3z1bX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWRzd3z1bX .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-rWWMWdQUiC.popup-builder {
  background-color: #ffffff;
}
.cid-rWWMWdQUiC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWWMWdQUiC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWWMWdQUiC .modal-content,
.cid-rWWMWdQUiC .modal-dialog {
  height: auto;
}
.cid-rWWMWdQUiC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWWMWdQUiC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWWMWdQUiC .form-wrapper .mbr-form .form-group,
  .cid-rWWMWdQUiC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWWMWdQUiC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWWMWdQUiC .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-rWWMWdQUiC .mbr-text {
  text-align: center;
}
.cid-rWWMWdQUiC .pt-0 {
  padding-top: 0 !important;
}
.cid-rWWMWdQUiC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWWMWdQUiC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWWMWdQUiC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWWMWdQUiC .modal-open {
  overflow: hidden;
}
.cid-rWWMWdQUiC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWWMWdQUiC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWWMWdQUiC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWWMWdQUiC .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-rWWMWdQUiC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWWMWdQUiC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWWMWdQUiC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWWMWdQUiC .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-rWWMWdQUiC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWWMWdQUiC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWWMWdQUiC .modal-backdrop.show {
  opacity: .5;
}
.cid-rWWMWdQUiC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWWMWdQUiC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWWMWdQUiC .modal-header .close:hover {
  opacity: 1;
}
.cid-rWWMWdQUiC .modal-header .close:focus {
  outline: none;
}
.cid-rWWMWdQUiC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWWMWdQUiC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWWMWdQUiC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWWMWdQUiC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWWMWdQUiC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWWMWdQUiC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWWMWdQUiC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWWMWdQUiC .modal-sm {
    max-width: 300px;
  }
  .cid-rWWMWdQUiC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWWMWdQUiC .modal-lg,
  .cid-rWWMWdQUiC .modal-xl {
    max-width: 800px;
  }
  .cid-rWWMWdQUiC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWWMWdQUiC .modal-xl {
    max-width: 1140px;
  }
  .cid-rWWMWdQUiC .container {
    max-width: 1140px;
  }
}
.cid-rWWMWdQUiC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWWMWdQUiC .container {
    max-width: 720px;
  }
}
.cid-rWWMWdQUiC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWWMWdQUiC .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-rWWMWdQUiC .form-group {
  margin-bottom: 1rem;
}
.cid-rWWMWdQUiC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWWMWdQUiC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWWMWdQUiC .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%;
}
