.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #6a175e !important;
}
.bg-info {
  background-color: #9c1836 !important;
}
.bg-warning {
  background-color: #353535 !important;
}
.bg-danger {
  background-color: #dcc042 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #9c1836 !important;
  border-color: #9c1836 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #510c1c !important;
  border-color: #510c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #510c1c !important;
  border-color: #510c1c !important;
}
.btn-success,
.btn-success:active {
  background-color: #6a175e !important;
  border-color: #6a175e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #23081f !important;
  border-color: #23081f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #23081f !important;
  border-color: #23081f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dcc042 !important;
  border-color: #dcc042 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a88f1f !important;
  border-color: #a88f1f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a88f1f !important;
  border-color: #a88f1f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #9c1836;
  color: #9c1836;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #510c1c !important;
  background-color: transparent!important;
  border-color: #510c1c !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9c1836 !important;
  border-color: #9c1836 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6a175e;
  color: #6a175e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #23081f !important;
  background-color: transparent!important;
  border-color: #23081f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a175e !important;
  border-color: #6a175e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dcc042;
  color: #dcc042;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88f1f !important;
  background-color: transparent!important;
  border-color: #a88f1f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dcc042 !important;
  border-color: #dcc042 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6a175e !important;
}
.text-info {
  color: #9c1836 !important;
}
.text-warning {
  color: #353535 !important;
}
.text-danger {
  color: #dcc042 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #160514 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #440a17 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b841d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9c1836;
}
.alert-warning {
  background-color: #353535;
}
.alert-danger {
  background-color: #dcc042;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d22fba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e45071;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcf9ee;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uwILkH24Zr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uwILkH24Zr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uwILkH24Zr .nav-item:focus,
.cid-uwILkH24Zr .nav-link:focus {
  outline: none;
}
.cid-uwILkH24Zr .text-white:hover,
.cid-uwILkH24Zr .text-white:active,
.cid-uwILkH24Zr .text-white:focus {
  color: white!important;
}
.cid-uwILkH24Zr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.7;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #c698a2;
}
.cid-uwILkH24Zr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uwILkH24Zr .navbar.opened {
  transition: all .3s;
  background: #c698a2 !important;
}
.cid-uwILkH24Zr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uwILkH24Zr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uwILkH24Zr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwILkH24Zr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwILkH24Zr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uwILkH24Zr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwILkH24Zr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwILkH24Zr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uwILkH24Zr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwILkH24Zr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwILkH24Zr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwILkH24Zr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwILkH24Zr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwILkH24Zr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uwILkH24Zr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwILkH24Zr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwILkH24Zr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uwILkH24Zr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uwILkH24Zr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwILkH24Zr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwILkH24Zr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwILkH24Zr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwILkH24Zr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwILkH24Zr .navbar.navbar-short {
  background: #c698a2 !important;
  min-height: 60px;
}
.cid-uwILkH24Zr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwILkH24Zr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwILkH24Zr .section {
  position: relative;
  overflow: visible!important;
}
.cid-uwILkH24Zr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uwILkH24Zr .dropdown-item:hover {
  color: black!important;
}
.cid-uwILkH24Zr .dropdown-menu {
  background-color: white!important;
}
.cid-uwILkH24Zr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uwILkH24Zr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ae2742;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uwILkH24Zr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uwILkH24Zr .nav-item .nav-link {
    position: relative;
  }
}
.cid-uwILkH24Zr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwILkH24Zr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwILkH24Zr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uwILkH24Zr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uwILkH24Zr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwILkH24Zr .collapsed {
  flex-direction: row!important;
}
.cid-uwILkH24Zr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwILkH24Zr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwILkH24Zr .navbar-caption {
  font-weight: 600!important;
}
.cid-uwILkH24Zr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwILkH24Zr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwILkH24Zr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwILkH24Zr .dropdown-item.active,
.cid-uwILkH24Zr .dropdown-item:active {
  background-color: transparent;
}
.cid-uwILkH24Zr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwILkH24Zr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwILkH24Zr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwILkH24Zr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c698a2;
}
.cid-uwILkH24Zr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwILkH24Zr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwILkH24Zr .navbar-buttons {
  text-align: center;
}
.cid-uwILkH24Zr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwILkH24Zr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uwILkH24Zr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwILkH24Zr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwILkH24Zr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwILkH24Zr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwILkH24Zr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwILkH24Zr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwILkH24Zr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwILkH24Zr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwILkH24Zr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uwILkH24Zr .nav-link {
  font-weight: 600!important;
}
.cid-uwILkH24Zr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uwILkH24Zr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwILkH24Zr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uwILkH24Zr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwILkH24Zr .navbar {
    height: 77px;
  }
  .cid-uwILkH24Zr .navbar.opened {
    height: auto;
  }
  .cid-uwILkH24Zr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tADNxBlFes {
  background-image: url("../../../assets/images/19201080-24.jpg-1920x1080.jpg");
}
.cid-tADNxBlFes .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADNxBlFes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADNxBlFes .mbr-section-title {
  color: #ae2742;
}
.cid-tADNxBlFes .mbr-section-subtitle {
  color: #6a175e;
}
.cid-tADNxBlFes .mbr-text,
.cid-tADNxBlFes .mbr-section-btn {
  color: #000000;
}
.cid-tADNxBlFes .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tWVZT9Gkm9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tWVZT9Gkm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWVZT9Gkm9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tWVZT9Gkm9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWVZT9Gkm9 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tWVZT9Gkm9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWVZT9Gkm9 h5 {
  margin: 0;
}
.cid-tWVZT9Gkm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWVZT9Gkm9 .iconfont-wrapper {
  position: relative;
}
.cid-tWVZT9Gkm9 .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e7cfd4;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-tWVZT9Gkm9 .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #6a175e;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tWVZT9Gkm9 .card-title,
.cid-tWVZT9Gkm9 .iconfont-wrapper {
  color: #000000;
}
.cid-tWVZT9Gkm9 .card-text {
  color: #353535;
}
.cid-tWVZT9Gkm9 .mbr-section-title {
  color: #000000;
}
.cid-uRdo6eVXqt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7cfd4;
}
.cid-uRdo6eVXqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdo6eVXqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdo6eVXqt .col-title {
  margin-bottom: 32px;
}
.cid-uRdo6eVXqt .mbr-section-title {
  color: #6a175e;
}
.cid-uRdo6eVXqt .mbr-section-subtitle {
  color: #353535;
}
.cid-uRdo6eVXqt .cars-row {
  row-gap: 32px;
}
.cid-uRdo6eVXqt .item {
  border-radius: 0;
}
.cid-uRdo6eVXqt .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #6a175e;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uRdo6eVXqt .text-wrap {
  flex-grow: 1;
}
.cid-uRdo6eVXqt .card-title {
  color: #24262b;
}
.cid-uRdo6eVXqt .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uRdo6eVXqt .mbr-section-btn {
  margin-top: 12px;
}
.cid-uRdo6eVXqt .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uRdo6eVXqt .card-title,
.cid-uRdo6eVXqt .card-wrapper {
  color: #353535;
}
.cid-uRdpkP2TJ7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e7cfd4;
}
.cid-uRdpkP2TJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdpkP2TJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdpkP2TJ7 .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uRdpkP2TJ7 .mbr-section-subtitle {
  color: #353535;
}
.cid-uRdIdNoEYz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-uRdIdNoEYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdIdNoEYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdIdNoEYz .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRdIdNoEYz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdIdNoEYz .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uRdIdNoEYz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRdIdNoEYz .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #a02840, #c93250);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uRdIdNoEYz .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uRdIdNoEYz .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uRdIdNoEYz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRdIdNoEYz .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uRdIdNoEYz .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRdIdNoEYz .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uRdIdNoEYz .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uRdIdNoEYz .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRdIdNoEYz .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uRdIdNoEYz .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #fafafa, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uRdIdNoEYz .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uRdIdNoEYz .item .card_1 {
  background: linear-gradient(315deg, #ab369a, #d374c5);
}
.cid-uRdIdNoEYz .item .card_2 {
  background: linear-gradient(315deg, #ae2742, #db6078);
}
.cid-uRdIdNoEYz .item .card_3 {
  background: linear-gradient(315deg, #b27b87, #d8bbc2);
}
.cid-uRdIdNoEYz .btn-wrapper {
  margin-top: -6%;
}
.cid-uRdIdNoEYz .mbr-desc {
  color: #a02840;
  text-align: center;
}
.cid-uRdIdNoEYz .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uRdIdNoEYz .item-title {
  color: #fff2f2;
}
.cid-uRdIdNoEYz .item-text {
  color: #ffffff;
}
.cid-uRdIdNoEYz .item-text,
.cid-uRdIdNoEYz .icon-wrapper {
  color: #353535;
}
.cid-uRdMu7MAMT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uRdMu7MAMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMu7MAMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMu7MAMT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uRdMu7MAMT .mbr-section-subtitle {
  color: #353535;
}
.cid-uRdMkwCyPA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uRiR0gbYlW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e7cfd4;
}
.cid-uRiR0gbYlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRiR0gbYlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRiR0gbYlW .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .container {
    padding: 0 6px;
  }
}
.cid-uRiR0gbYlW .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uRiR0gbYlW .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uRiR0gbYlW .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uRiR0gbYlW .row {
    padding: 70px 16px;
  }
}
.cid-uRiR0gbYlW .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uRiR0gbYlW .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .desc-wrapper {
    padding: 0;
  }
}
.cid-uRiR0gbYlW .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uRiR0gbYlW .title-wrapper {
  margin-bottom: 64px;
}
.cid-uRiR0gbYlW .title-wrapper span {
  color: #ae2742;
}
.cid-uRiR0gbYlW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRiR0gbYlW .text-wrapper {
  margin-bottom: 100px;
}
.cid-uRiR0gbYlW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRiR0gbYlW .image-wrapper {
  position: relative;
  height: 610px;
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-uRiR0gbYlW .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uRiR0gbYlW .image-wrapper .decor-wrap {
  position: relative;
  height: 600px;
  border-radius: 0 16px 16px 16px;
  background-color: #6a175e;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 2rem;
  margin-left: -0.5rem;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-uRiR0gbYlW .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #6a175e;
}
.cid-uRiR0gbYlW .cards-wrapper {
  margin-left: 130px;
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .cards-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-uRiR0gbYlW .cards-wrapper .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #f9f9f9;
  border: 1px solid #cfcfcf;
  margin-right: 40px;
  margin-bottom: 40px;
}
.cid-uRiR0gbYlW .cards-wrapper .item:nth-child(2n) {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .cards-wrapper .item {
    padding: 22px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uRiR0gbYlW .cards-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-uRiR0gbYlW .cards-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uRiR0gbYlW .cards-wrapper .item .item-wrapper .card-box .title-wrap .card-number {
  min-width: 28px;
  margin: 0 0 0 10px;
}
.cid-uRiR0gbYlW .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uRiR0gbYlW .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-uRiR0gbYlW .item-menu-overlay .btn-wrapper {
  margin-top: -5%;
}
.cid-uRiR0gbYlW .mbr-desc {
  color: #262626;
}
.cid-uRiR0gbYlW .mbr-section-title {
  color: #6a175e;
  text-align: left;
}
.cid-uRiR0gbYlW .card-title {
  color: #353535;
}
.cid-uRiR0gbYlW .card-number {
  color: #ae2742;
}
.cid-uRiR0gbYlW .card-text {
  color: #131313;
}
.cid-uRjX881hAF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-uRjX881hAF .section-head {
  margin-bottom: 80px;
}
.cid-uRjX881hAF .card .card-header {
  background-color: transparent;
  border: 3px solid;
  border-color: #6a175e;
  padding: 1rem;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uRjX881hAF .card .card-header {
    padding: 19px;
  }
}
.cid-uRjX881hAF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRjX881hAF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a175e;
}
.cid-uRjX881hAF .panel-body,
.cid-uRjX881hAF .card-header {
  padding: 1rem 19px 0;
}
.cid-uRjX881hAF .card {
  padding: 1rem;
  background-color: #e7cfd4;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRjX881hAF .card {
    padding: 40px;
  }
}
.cid-uRjX881hAF .panel-title-edit {
  color: #353535;
}
.cid-uRjX881hAF .image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uRjX881hAF .image-wrapper {
    padding: .5rem;
  }
}
.cid-uRjX881hAF .image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-uRjX881hAF .mbr-section-title {
  color: #ae2742;
}
.cid-uRjX881hAF .panel-text {
  color: #353535;
}
.cid-uFaOrjy6sT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uRnIK70I3b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cfd4;
}
.cid-uRnIK70I3b .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRnIK70I3b .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRnIK70I3b .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6a175e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uRnIK70I3b .mbr-section-title {
  text-align: center;
  color: #6a175e;
}
.cid-uRMc2Yul9t {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uRMc2Yul9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMc2Yul9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMc2Yul9t .mbr-section-subtitle {
  color: #353535;
}
.cid-uRMc2Yul9t .mbr-section-title {
  color: #ae2742;
}
.cid-uRM58VTSCf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-uRM58VTSCf .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uRM58VTSCf .container {
    max-width: 1040px;
  }
}
.cid-uRM58VTSCf .row {
  justify-content: center;
}
.cid-uRM58VTSCf .item:focus,
.cid-uRM58VTSCf span:focus {
  outline: none;
}
.cid-uRM58VTSCf .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uRM58VTSCf .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uRM58VTSCf .item {
    width: 100%;
  }
  .cid-uRM58VTSCf .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uRM58VTSCf .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uRM58VTSCf .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uRM58VTSCf .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uRM58VTSCf .item:first-child .item-wrap {
  background: #caa1aa;
  background: linear-gradient(180deg, #caa1aa, #e7cfd4);
}
.cid-uRM58VTSCf .item:last-child .item-wrap {
  background: #dd6c82;
  background: linear-gradient(180deg, #dd6c82, #ae2742);
}
.cid-uRM58VTSCf .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uRM58VTSCf .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uRM58VTSCf .item-wrap {
    padding: 50px;
  }
}
.cid-uRM58VTSCf .item-content {
  width: 100%;
}
.cid-uRM58VTSCf .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uRM58VTSCf .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uRM58VTSCf .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uRM58VTSCf .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uRM58VTSCf .list-item {
  display: flex;
  align-items: center;
}
.cid-uRM58VTSCf .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uRM58VTSCf .icon-box {
  padding-right: 14px;
}
.cid-uRM58VTSCf .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uRM58VTSCf .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uRM58VTSCf .link-container {
    margin-top: 72px;
  }
}
.cid-uRM58VTSCf .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uRM58VTSCf .link-container .link span {
  padding-right: 10px;
}
.cid-uRM58VTSCf .item-title,
.cid-uRM58VTSCf .mbr-section-btn {
  color: #f5f5f5;
}
.cid-uRnMDtCjO9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uRnMDtCjO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRnMDtCjO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRnMDtCjO9 .mbr-section-subtitle {
  color: #353535;
}
.cid-uRnMDtCjO9 .mbr-section-title {
  color: #353535;
}
.cid-tBTGwtOYEC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e7cfd4;
}
.cid-tBTGwtOYEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTGwtOYEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBTGwtOYEC .mbr-section-title {
  color: #6a175e;
}
.cid-tBTDfVHPmo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #e7cfd4;
}
.cid-tBTDfVHPmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTDfVHPmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBTDfVHPmo .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tBTDfVHPmo .plan-body {
  padding-bottom: 2rem;
}
.cid-tBTDfVHPmo .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBTDfVHPmo .price {
  color: #6a175e;
}
.cid-tBTDfVHPmo .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-tBTDfVHPmo .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tBTDfVHPmo .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-tBTDfVHPmo .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBTDfVHPmo .plan {
    margin-bottom: 2rem;
  }
}
.cid-tBTDfVHPmo UL {
  color: #9b1b5c;
}
.cid-tBTDfVHPmo .price-term {
  color: #ae2742;
}
.cid-tBTDfVHPmo .plan-title {
  color: #ae2742;
}
.cid-uUeUZSpKg7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e7cfd4;
}
.cid-uUeUZSpKg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeUZSpKg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeUZSpKg7 .number-wrap {
  color: #353535;
  text-align: center;
}
.cid-uUeUZSpKg7 .number {
  color: #ae2742;
}
.cid-uUeUZSpKg7 .period {
  display: block;
}
.cid-uUeUZSpKg7 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uUeUZSpKg7 .period {
    font-size: 0.8rem;
  }
}
.cid-uUeUZSpKg7 .btn {
  height: 100%;
  margin: 0;
}
.cid-uUeUZSpKg7 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uUeUZSpKg7 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uUeUZSpKg7 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uUeUZSpKg7 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uUeUZSpKg7 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-uUeUZSpKg7 H3 {
  color: #6a175e;
}
.cid-uRo5eQVViF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRo5eQVViF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRo5eQVViF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRo5eQVViF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRo5eQVViF .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRo5eQVViF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRo5eQVViF .link-wrap {
    align-items: center;
  }
}
.cid-uRo5eQVViF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRo5eQVViF .card-title,
.cid-uRo5eQVViF .card-box {
  color: #ae2742;
}
.cid-uRo5eQVViF .mbr-text,
.cid-uRo5eQVViF .link-wrap,
.cid-uRo5eQVViF .mbr-section-btn {
  color: #353535;
}
.cid-uRo5eQVViF .mbr-text {
  color: #353535;
}
.cid-tC5KdsjmmS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e7cfd4;
}
.cid-tC5KdsjmmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5KdsjmmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5KdsjmmS .mbr-section-title {
  color: #6a175e;
}
.cid-tC5KdsjmmS .mbr-section-subtitle {
  color: #353535;
}
.cid-tC5IUwBkSe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e7cfd4;
}
@media (min-width: 992px) {
  .cid-tC5IUwBkSe .carousel {
    min-height: 700px;
  }
  .cid-tC5IUwBkSe .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tC5IUwBkSe .carousel {
    min-height: 455px;
  }
  .cid-tC5IUwBkSe .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tC5IUwBkSe .carousel {
    min-height: 385px;
  }
  .cid-tC5IUwBkSe .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tC5IUwBkSe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tC5IUwBkSe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tC5IUwBkSe .carousel,
.cid-tC5IUwBkSe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tC5IUwBkSe .item-wrapper {
  width: 100%;
}
.cid-tC5IUwBkSe .carousel-caption {
  bottom: 40px;
}
.cid-tC5IUwBkSe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tC5IUwBkSe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tC5IUwBkSe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tC5IUwBkSe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tC5IUwBkSe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5IUwBkSe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tC5IUwBkSe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tC5IUwBkSe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tC5IUwBkSe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tC5IUwBkSe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tC5IUwBkSe .carousel-indicators li.active,
.cid-tC5IUwBkSe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tC5IUwBkSe .carousel-indicators li::after,
.cid-tC5IUwBkSe .carousel-indicators li::before {
  content: none;
}
.cid-tC5IUwBkSe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tC5IUwBkSe .carousel-indicators {
    display: none !important;
  }
}
.cid-uRobngReZX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e7cfd4;
}
.cid-uRobngReZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRobngReZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRobngReZX .mbr-section-title {
  color: #5e0a91;
}
.cid-uRobngReZX .mbr-section-subtitle {
  color: #353535;
}
.cid-tC5NwWy58p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tC5NwWy58p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5NwWy58p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5NwWy58p .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-tC5NwWy58p .panel-group {
  border: none;
}
.cid-tC5NwWy58p .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tC5NwWy58p .panel-body,
.cid-tC5NwWy58p .card-header {
  padding: 1rem 0;
}
.cid-tC5NwWy58p .panel-title-edit {
  color: #232323;
}
.cid-tC5NwWy58p .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tC5NwWy58p H3 {
  color: #ae2742;
}
.cid-uwIVj91LrP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e7cfd4;
}
.cid-uwIVj91LrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwIVj91LrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwIVj91LrP .mbr-section-title {
  color: #353535;
}
.cid-uwIV50ehiv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e7cfd4;
}
.cid-uwIV50ehiv .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwIV50ehiv .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-uwIV50ehiv .btn {
  margin-bottom: 2rem;
}
.cid-uwIV50ehiv .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-uwIV50ehiv .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwIV50ehiv .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-uwIV50ehiv .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uwIV50ehiv .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uwIV50ehiv .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-uwIV50ehiv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-uwIV50ehiv .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-uwIV50ehiv .links {
  color: #353535;
  text-align: center;
}
.cid-uwIZmM3SDG.popup-builder {
  background-color: #ffffff;
}
.cid-uwIZmM3SDG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwIZmM3SDG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwIZmM3SDG .modal-content,
.cid-uwIZmM3SDG .modal-dialog {
  height: auto;
}
.cid-uwIZmM3SDG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwIZmM3SDG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwIZmM3SDG .form-wrapper .mbr-form .form-group,
  .cid-uwIZmM3SDG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwIZmM3SDG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .mbr-text {
  text-align: center;
}
.cid-uwIZmM3SDG .pt-0 {
  padding-top: 0 !important;
}
.cid-uwIZmM3SDG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwIZmM3SDG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwIZmM3SDG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwIZmM3SDG .modal-open {
  overflow: hidden;
}
.cid-uwIZmM3SDG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwIZmM3SDG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwIZmM3SDG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwIZmM3SDG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwIZmM3SDG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwIZmM3SDG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwIZmM3SDG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwIZmM3SDG .modal-backdrop.show {
  opacity: .5;
}
.cid-uwIZmM3SDG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwIZmM3SDG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwIZmM3SDG .modal-header {
    padding: 1rem;
  }
}
.cid-uwIZmM3SDG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwIZmM3SDG .modal-header .close svg {
  fill: #353535;
}
.cid-uwIZmM3SDG .modal-header .close:hover {
  opacity: 1;
}
.cid-uwIZmM3SDG .modal-header .close:focus {
  outline: none;
}
.cid-uwIZmM3SDG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwIZmM3SDG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwIZmM3SDG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwIZmM3SDG .modal-body {
    padding: 1rem;
  }
}
.cid-uwIZmM3SDG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwIZmM3SDG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwIZmM3SDG .modal-footer {
    padding: 1rem;
  }
}
.cid-uwIZmM3SDG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwIZmM3SDG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwIZmM3SDG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwIZmM3SDG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwIZmM3SDG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwIZmM3SDG .modal-lg,
  .cid-uwIZmM3SDG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwIZmM3SDG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwIZmM3SDG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .form-group {
  margin-bottom: 1rem;
}
.cid-uwIZmM3SDG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwIZmM3SDG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .mbr-section-btn {
  margin: 0;
}
.cid-uwIZmM3SDG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwLRMAgwZt.popup-builder {
  background-color: #ffffff;
}
.cid-uwLRMAgwZt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwLRMAgwZt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwLRMAgwZt .modal-content,
.cid-uwLRMAgwZt .modal-dialog {
  height: auto;
}
.cid-uwLRMAgwZt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwLRMAgwZt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwLRMAgwZt .form-wrapper .mbr-form .form-group,
  .cid-uwLRMAgwZt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwLRMAgwZt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .mbr-text {
  text-align: center;
}
.cid-uwLRMAgwZt .pt-0 {
  padding-top: 0 !important;
}
.cid-uwLRMAgwZt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwLRMAgwZt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwLRMAgwZt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwLRMAgwZt .modal-open {
  overflow: hidden;
}
.cid-uwLRMAgwZt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwLRMAgwZt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwLRMAgwZt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwLRMAgwZt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwLRMAgwZt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwLRMAgwZt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwLRMAgwZt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwLRMAgwZt .modal-backdrop.show {
  opacity: .5;
}
.cid-uwLRMAgwZt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwLRMAgwZt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwLRMAgwZt .modal-header {
    padding: 1rem;
  }
}
.cid-uwLRMAgwZt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwLRMAgwZt .modal-header .close svg {
  fill: #353535;
}
.cid-uwLRMAgwZt .modal-header .close:hover {
  opacity: 1;
}
.cid-uwLRMAgwZt .modal-header .close:focus {
  outline: none;
}
.cid-uwLRMAgwZt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwLRMAgwZt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwLRMAgwZt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwLRMAgwZt .modal-body {
    padding: 1rem;
  }
}
.cid-uwLRMAgwZt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwLRMAgwZt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwLRMAgwZt .modal-footer {
    padding: 1rem;
  }
}
.cid-uwLRMAgwZt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwLRMAgwZt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwLRMAgwZt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwLRMAgwZt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwLRMAgwZt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwLRMAgwZt .modal-lg,
  .cid-uwLRMAgwZt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwLRMAgwZt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwLRMAgwZt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .form-group {
  margin-bottom: 1rem;
}
.cid-uwLRMAgwZt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwLRMAgwZt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .mbr-section-btn {
  margin: 0;
}
.cid-uwLRMAgwZt .mbr-section-btn .btn {
  margin: 0;
}
