@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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-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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7e11b9 !important;
}
.bg-success {
  background-color: #fff990 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #465052 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7e11b9 !important;
  border-color: #7e11b9 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4e0b73 !important;
  border-color: #4e0b73 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e0b73 !important;
  border-color: #4e0b73 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff990 !important;
  border-color: #fff990 !important;
  color: #908800 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #908800 !important;
  background-color: #fff543 !important;
  border-color: #fff543 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #908800 !important;
  background-color: #fff543 !important;
  border-color: #fff543 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3e085c;
  color: #3e085c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7e11b9;
  border-color: #7e11b9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e11b9 !important;
  border-color: #7e11b9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff32a;
  color: #fff32a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #908800;
  background-color: #fff990;
  border-color: #fff990;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #908800 !important;
  background-color: #fff990 !important;
  border-color: #fff990 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7e11b9 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #fff990 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #465052 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3e085c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff32a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #171a1b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #465052;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7e11b9;
  border-color: #7e11b9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7e11b9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bb5af0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #7e11b9;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7e11b9;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7e11b9;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7e11b9;
  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: #7e11b9;
  border-bottom-color: #7e11b9;
}
.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: #7e11b9 !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%237e11b9' %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.3;
}
.cid-riTpQnXvwJ {
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-riTpQnXvwJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-riTpQnXvwJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-riTpQnXvwJ .mbr-text {
    text-align: center;
  }
}
.cid-riTpQnXvwJ .mbr-text,
.cid-riTpQnXvwJ .mbr-section-btn {
  text-align: center;
}
.cid-riTpQnXvwJ H3 {
  text-align: center;
}
.cid-riTpQnXvwJ H1 {
  text-align: center;
  color: #ffffff;
}
.cid-reJdtpEqAj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reJdtpEqAj .mbr-section-subtitle {
  color: #767676;
}
.cid-reJdtpEqAj .btn {
  margin: 0 0 .5rem 0;
}
.cid-reJdtpEqAj H2 {
  color: #4f4943;
}
.cid-reDSdanbPT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-reDSdanbPT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-reDSdanbPT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reDSdanbPT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reDSdanbPT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-reDSdanbPT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-reDSdanbPT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-reDSdanbPT .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-reDSdanbPT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-reDSdanbPT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-reDSdanbPT .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-rixZItsH4b {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rixZItsH4b .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rixZItsH4b .section-text {
  padding: 2rem 0;
}
.cid-rixZItsH4b .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rixZItsH4b .inner-container {
    width: 100% !important;
  }
}
.cid-rixZItsH4b .section-text B {
  color: #4f4943;
}
.cid-rixTzTnN0x {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rixTzTnN0x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rixTzTnN0x p {
  color: #767676;
  text-align: left;
}
.cid-rixTzTnN0x .card-box {
  padding-top: 2rem;
}
.cid-rixTzTnN0x .card-wrapper {
  height: 100%;
}
.cid-riI8GGxlYo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-riI8GGxlYo .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-riI8GGxlYo .section-text {
  padding: 2rem 0;
}
.cid-riI8GGxlYo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-riI8GGxlYo .inner-container {
    width: 100% !important;
  }
}
.cid-riI8GGxlYo .section-text B {
  color: #4f4943;
}
.cid-riIt89rI2r {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-riIt89rI2r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-riIt89rI2r p {
  color: #767676;
  text-align: left;
}
.cid-riIt89rI2r .card-box {
  padding-top: 2rem;
}
.cid-riIt89rI2r .card-wrapper {
  height: 100%;
}
.cid-riI8W6jCfz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-riI8W6jCfz .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-riI8W6jCfz .section-text {
  padding: 2rem 0;
}
.cid-riI8W6jCfz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-riI8W6jCfz .inner-container {
    width: 100% !important;
  }
}
.cid-riI8W6jCfz .section-text B {
  color: #4f4943;
}
.cid-riIqzo0L3A {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-riIqzo0L3A h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-riIqzo0L3A p {
  color: #767676;
  text-align: left;
}
.cid-riIqzo0L3A .card-box {
  padding-top: 2rem;
}
.cid-riIqzo0L3A .card-wrapper {
  height: 100%;
}
.cid-riI90Hjxms {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-riI90Hjxms .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-riI90Hjxms .section-text {
  padding: 2rem 0;
}
.cid-riI90Hjxms .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-riI90Hjxms .inner-container {
    width: 100% !important;
  }
}
.cid-riI90Hjxms .section-text B {
  color: #4f4943;
}
.cid-riItK8zigK {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-riItK8zigK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-riItK8zigK p {
  color: #767676;
  text-align: left;
}
.cid-riItK8zigK .card-box {
  padding-top: 2rem;
}
.cid-riItK8zigK .card-wrapper {
  height: 100%;
}
.cid-rho9QAT6Xn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rho9QAT6Xn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rho9QAT6Xn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rho9QAT6Xn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rho9QAT6Xn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rho9QAT6Xn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rho9QAT6Xn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rho9QAT6Xn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rho9QAT6Xn .btn-social {
  border: none !important;
}
.cid-rho9QAT6Xn [class^="socicon-"]:before,
.cid-rho9QAT6Xn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rho9QAT6Xn .btn {
    font-size: 20px !important;
  }
}
.cid-rho9QAT6Xn .mbr-section-title {
  color: #4f4943;
}
.cid-reJ0PiDSXi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-reJ0PiDSXi .content {
    text-align: center;
  }
  .cid-reJ0PiDSXi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-reJ0PiDSXi .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-reJ0PiDSXi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reJ0PiDSXi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-reJ0PiDSXi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-reJ0PiDSXi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-reJ0PiDSXi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reJ0PiDSXi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reJ0PiDSXi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reJ0PiDSXi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reJ0PiDSXi .google-map {
  height: 25rem;
  position: relative;
}
.cid-reJ0PiDSXi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-reJ0PiDSXi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-reJ0PiDSXi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-reJ0PiDSXi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rjXfZMJQXq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rjXfZMJQXq .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rjXfZMJQXq .section-text {
  padding: 2rem 0;
}
.cid-rjXfZMJQXq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rjXfZMJQXq .inner-container {
    width: 100% !important;
  }
}
.cid-rjXfZMJQXq .section-text B {
  color: #4f4943;
}
.cid-rjGih4frHi {
  background: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rjGih4frHi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rjGih4frHi .video-block {
    width: 100% !important;
  }
}
.cid-rjzOvc5FnB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1277.jpg");
}
.cid-rjzOvc5FnB .progress {
  width: 100%;
}
.cid-rjzOvc5FnB progress {
  height: 8px;
}
.cid-rjzOvc5FnB h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rjzOvc5FnB .mbr-section-subtitle {
  color: #191919;
  text-align: center;
}
.cid-rjzOvc5FnB .progress_value {
  position: relative;
}
.cid-rjzOvc5FnB .progress_elements {
  margin: 0 auto;
}
.cid-rjzOvc5FnB .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rjzOvc5FnB .progress1 .progressbar-number:before,
.cid-rjzOvc5FnB .progress2 .progressbar-number:before,
.cid-rjzOvc5FnB .progress3 .progressbar-number:before,
.cid-rjzOvc5FnB .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rjzOvc5FnB progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rjzOvc5FnB progress::-webkit-progress-value {
  background: #ff3366;
}
.cid-rjzOvc5FnB progress[value]::-moz-progress-bar {
  background: #ff3366;
}
.cid-rjzOvc5FnB progress::-ms-fill {
  background: #ff3366;
}
.cid-rjzOvc5FnB .progress1 .progressbar-number:before {
  content: '55';
}
.cid-rjzOvc5FnB .progress2 .progressbar-number:before {
  content: '80';
}
.cid-rjzOvc5FnB .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rjzOvc5FnB .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rjzOvc5FnB .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rjzOvc5FnB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rjzOvc5FnB .progress_value span {
  padding-left: 30px;
}
.cid-rjzOvc5FnB .mbr-section-title {
  color: #191919;
}
.cid-rjzOvc5FnB .progressbar-title p,
.cid-rjzOvc5FnB .progress_value {
  color: #7f1933;
}
.cid-rjzOvc5FnB .mbr-section-subtitle B {
  color: #cc2952;
}
.cid-rjGoh5849q {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/logo-harmony-1327x757.png");
}
.cid-rjGoh5849q .mbr-section-subtitle {
  color: #4f4943;
  font-weight: 300;
}
.cid-rjGoh5849q .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rjGoh5849q .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rjGoh5849q .img-text {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border: 2px solid #4f4943;
  border-radius: 50%;
  color: #4f4943;
}
@media (min-width: 992px) {
  .cid-rjGoh5849q .cards-block {
    border-top: 2px solid #4f4943;
  }
}
.cid-rjGoh5849q .cards-block .card {
  border-bottom: 2px solid #4f4943;
  border-radius: 0;
}
.cid-rjGoh5849q .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rjGoh5849q .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rjGoh5849q .media-block {
    padding-right: 2rem;
  }
}
.cid-rjGoh5849q .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rjGoh5849q .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rjGoh5849q .mbr-section-title {
  color: #ffffff;
}
.cid-rjGoh5849q H4 {
  color: #cc2952;
  text-align: center;
}
.cid-rjGoh5849q .mbr-section-title B {
  color: #4f4943;
}
.cid-rjGoh5849q .mbr-section-subtitle B {
  color: #fcfcfc;
}
.cid-rjdorlgyBl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rjdorlgyBl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rjdorlgyBl .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rjdorlgyBl .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #cc2952;
}
.cid-rjdorlgyBl .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rjdorlgyBl .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #cc2952;
}
.cid-rjdorlgyBl .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rjdorlgyBl .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rjdorlgyBl .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rjdorlgyBl .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rjdorlgyBl .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rjdorlgyBl .number,
  .cid-rjdorlgyBl .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rjdorlgyBl .period {
    font-size: 0.8rem;
  }
}
.cid-rjdorlgyBl H2 {
  color: #c1c1c1;
}
.cid-rjzKF4z3n7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-rjzKF4z3n7 .mbr-section-subtitle {
  color: #4f4943;
  font-weight: 300;
}
.cid-rjzKF4z3n7 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rjzKF4z3n7 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rjzKF4z3n7 .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #465052;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rjzKF4z3n7 .cards-block {
    border-top: 2px solid #465052;
  }
}
.cid-rjzKF4z3n7 .cards-block .card {
  border-bottom: 2px solid #465052;
  border-radius: 0;
}
.cid-rjzKF4z3n7 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rjzKF4z3n7 .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-rjzKF4z3n7 .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-rjzKF4z3n7 .mbr-section-title {
  color: #4f4943;
}
.cid-rjzKF4z3n7 .img-text {
  color: #b1a374;
}
.cid-rjzKF4z3n7 .mbr-section-subtitle B {
  color: #4f4943;
}
.cid-rjzVy6j2L7 {
  padding-top: 105px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, #efefef, #ffffff);
}
.cid-rjzVy6j2L7 .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rjzVy6j2L7 .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rjzVy6j2L7 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rjzVy6j2L7 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rjzVy6j2L7 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rjzVy6j2L7 .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rjzVy6j2L7 .plan-header,
.cid-rjzVy6j2L7 .plan-body {
  background-color: #fff;
}
.cid-rjzVy6j2L7 .price-figure {
  font-weight: 700;
  color: #cc2952;
}
.cid-rjzVy6j2L7 .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rjzVy6j2L7 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rjdgZohKJA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rjdgZohKJA .title {
  margin-bottom: 2rem;
}
.cid-rjdgZohKJA .mbr-section-subtitle {
  color: #767676;
}
.cid-rjdgZohKJA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rjdgZohKJA a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rjdgZohKJA .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rjdgZohKJA .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rjdgZohKJA H2 {
  color: #4f4943;
}
.cid-rjdgZohKJA LABEL {
  color: #cc2952;
}
.cid-rjdo8m7eIb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rjdo8m7eIb [class^="socicon-"]:before,
.cid-rjdo8m7eIb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rjdo8m7eIb .btn-social {
  border-color: #149dcc;
}
.cid-rjdo8m7eIb .btn-social:hover {
  background: #149dcc;
}
.cid-rjdo8m7eIb .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-rjdo8m7eIb .btn {
    font-size: 20px !important;
  }
}
.cid-rjdoXZXgih {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rjdoXZXgih .content {
    text-align: center;
  }
  .cid-rjdoXZXgih .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rjdoXZXgih .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-rjdoXZXgih .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rjdoXZXgih .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rjdoXZXgih .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdoXZXgih .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rjdoXZXgih .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rjdoXZXgih .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rjdoXZXgih .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rjdoXZXgih .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rjdoXZXgih .google-map {
  height: 25rem;
  position: relative;
}
.cid-rjdoXZXgih .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rjdoXZXgih .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rjdoXZXgih .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rjdoXZXgih .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
