body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary span:before,
.btn-primary:active span:before {
  color: #f6f6f6;
}
.btn-primary span:after,
.btn-primary:active span:after {
  color: #f6f6f6;
}
.btn-primary:before,
.btn-primary:active:before {
  color: #f6f6f6;
}
.btn-primary:after,
.btn-primary:active:after {
  color: #f6f6f6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #848abd !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary span:before,
.btn-secondary:active span:before {
  color: #f6f6f6;
}
.btn-secondary span:after,
.btn-secondary:active span:after {
  color: #f6f6f6;
}
.btn-secondary:before,
.btn-secondary:active:before {
  color: #f6f6f6;
}
.btn-secondary:after,
.btn-secondary:active:after {
  color: #f6f6f6;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3c71d3 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info span:before,
.btn-info:active span:before {
  color: #000000;
}
.btn-info span:after,
.btn-info:active span:after {
  color: #000000;
}
.btn-info:before,
.btn-info:active:before {
  color: #000000;
}
.btn-info:after,
.btn-info:active:after {
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #999999 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success span:before,
.btn-success:active span:before {
  color: #000000;
}
.btn-success span:after,
.btn-success:active span:after {
  color: #000000;
}
.btn-success:before,
.btn-success:active:before {
  color: #000000;
}
.btn-success:after,
.btn-success:active:after {
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #9ccd7e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning span:before,
.btn-warning:active span:before {
  color: #f6f6f6;
}
.btn-warning span:after,
.btn-warning:active span:after {
  color: #f6f6f6;
}
.btn-warning:before,
.btn-warning:active:before {
  color: #f6f6f6;
}
.btn-warning:after,
.btn-warning:active:after {
  color: #f6f6f6;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #b97ecd !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger span:before,
.btn-danger:active span:before {
  color: #f6f6f6;
}
.btn-danger span:after,
.btn-danger:active span:after {
  color: #f6f6f6;
}
.btn-danger:before,
.btn-danger:active:before {
  color: #f6f6f6;
}
.btn-danger:after,
.btn-danger:active:after {
  color: #f6f6f6;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #d75959 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white span:before,
.btn-white:active span:before {
  color: #000000;
}
.btn-white span:after,
.btn-white:active span:after {
  color: #000000;
}
.btn-white:before,
.btn-white:active:before {
  color: #000000;
}
.btn-white:after,
.btn-white:active:after {
  color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d2c35 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black span:before,
.btn-black:active span:before {
  color: #f6f6f6;
}
.btn-black span:after,
.btn-black:active span:after {
  color: #f6f6f6;
}
.btn-black:before,
.btn-black:active:before {
  color: #f6f6f6;
}
.btn-black:after,
.btn-black:active:after {
  color: #f6f6f6;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #1d2c35 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4c538f !important;
  background-color: transparent!important;
  border-color: #4c538f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c538f !important;
  background-color: #4c538f !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #666666 !important;
  background-color: transparent!important;
  border-color: #666666 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #666666 !important;
  background-color: #666666 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #66a540 !important;
  background-color: transparent!important;
  border-color: #66a540 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #66a540 !important;
  background-color: #66a540 !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8b40a5 !important;
  background-color: transparent!important;
  border-color: #8b40a5 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #8b40a5 !important;
  background-color: #8b40a5 !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a32727 !important;
  background-color: transparent!important;
  border-color: #a32727 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #a32727 !important;
  background-color: #a32727 !important;
  border-color: #d75959 !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: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !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: #c7c7c7 !important;
  background-color: transparent!important;
  border-color: #c7c7c7 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #c7c7c7 !important;
  background-color: #c7c7c7 !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d2c35 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c538f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f458a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #66a540 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #666666 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b40a5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a32727 !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: #416377 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #848abd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.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: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.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: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', 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: #848abd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', 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: #848abd;
}
/* 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: #848abd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #848abd;
}
.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: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !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: #3c71d3 !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='%23848abd' %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-rVs6AFAdxl .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs6AFAdxl .dropdown-item:hover,
.cid-rVs6AFAdxl .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs6AFAdxl .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs6AFAdxl .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs6AFAdxl .nav-link {
  position: relative;
}
.cid-rVs6AFAdxl .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs6AFAdxl .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs6AFAdxl .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs6AFAdxl .dropdown-menu,
.cid-rVs6AFAdxl .navbar.opened {
  background: #1e2228 !important;
}
.cid-rVs6AFAdxl .nav-item:focus,
.cid-rVs6AFAdxl .nav-link:focus {
  outline: none;
}
.cid-rVs6AFAdxl .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs6AFAdxl .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-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs6AFAdxl .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-rVs6AFAdxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs6AFAdxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs6AFAdxl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-rVs6AFAdxl .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs6AFAdxl .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs6AFAdxl .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs6AFAdxl .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs6AFAdxl .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs6AFAdxl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs6AFAdxl .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVs6AFAdxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs6AFAdxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs6AFAdxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs6AFAdxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs6AFAdxl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs6AFAdxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs6AFAdxl .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs6AFAdxl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs6AFAdxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs6AFAdxl .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs6AFAdxl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs6AFAdxl .dropdown-item.active,
.cid-rVs6AFAdxl .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs6AFAdxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs6AFAdxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs6AFAdxl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs6AFAdxl .navbar-buttons {
  text-align: center;
}
.cid-rVs6AFAdxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl .navbar-dropdown {
  position: fixed;
}
.cid-rVs6AFAdxl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs6AFAdxl .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs6AFAdxl .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs6AFAdxl .navbar {
    height: 77px;
  }
  .cid-rVs6AFAdxl .navbar.opened {
    height: auto;
  }
  .cid-rVs6AFAdxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVs6BwK6TX {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/crm-top-2-1920x1280.png");
}
.cid-rVs6BwK6TX .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rVs6BwK6TX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs6CeEtXs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rVs6CeEtXs .container {
    max-width: 1400px;
  }
}
.cid-rVs6CeEtXs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6CeEtXs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6CeEtXs .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6CeEtXs .main-title {
  margin-bottom: 16px;
}
.cid-rVs6CeEtXs .card {
  transition: all 0.3s;
}
.cid-rVs6CeEtXs .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-rVs6CeEtXs .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-rVs6CeEtXs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:active,
.cid-rVs6CeEtXs .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-rVs6CwMrCW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVs6CwMrCW img {
  width: 100%;
}
.cid-rVs6CwMrCW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6CwMrCW .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6CwMrCW .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6CwMrCW .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-rVs6CwMrCW .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-rVs6CwMrCW * {
    text-align: left;
  }
}
.cid-rVs6EH7Bf7 {
  padding-top: 60px;
  padding-bottom: 120px;
  overflow: hidden;
  background-color: #242930;
}
.cid-rVs6EH7Bf7 svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-rVs6EH7Bf7 #e2_shape {
  fill: #ffffff !important;
}
.cid-rVs6EH7Bf7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6EH7Bf7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6EH7Bf7 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6EH7Bf7 .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-rVs6EH7Bf7 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs6EH7Bf7 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVs6EH7Bf7 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-rVs6EH7Bf7 .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-rVs6EH7Bf7 .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-rVs6EH7Bf7 .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-rVs6EH7Bf7 .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rVs6EH7Bf7 .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-rVs6EH7Bf7 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVs6EH7Bf7 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-rVs6EH7Bf7 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-rVs6EH7Bf7 .card .card-box .card-title,
  .cid-rVs6EH7Bf7 .card .card-box .mbr-text,
  .cid-rVs6EH7Bf7 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-rVs6EH7Bf7 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-rVs6EH7Bf7 .card .card-img {
    text-align: right !important;
  }
}
.cid-rVs6CUDxI7 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rVs6CUDxI7 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rVs6CUDxI7 img {
  width: 100%;
}
.cid-rVs6CUDxI7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6CUDxI7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6CUDxI7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6CUDxI7 .panel-group {
  margin-top: 36px;
}
.cid-rVs6CUDxI7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rVs6CUDxI7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-rVs6CUDxI7 .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-rVs6CUDxI7 .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-rVs6CUDxI7 .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rVs6CUDxI7 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-rVs6CUDxI7 * {
    text-align: left;
  }
}
.cid-rVs6CUDxI7 H4 {
  text-align: left;
}
.cid-rVs6Dnk1jH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rVs6Dnk1jH .mbr-overlay {
  background: linear-gradient(135deg, #6f3f7c, #5849aa);
}
.cid-rVs6Dnk1jH .container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.cid-rVs6Dnk1jH .badge_wrap {
  width: 100%;
}
.cid-rVs6Dnk1jH .badge_wrap .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}
.cid-rVs6Dnk1jH .badge_wrap .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6Dnk1jH .mbr-section-title {
  width: 100%;
}
.cid-rVs6Dnk1jH .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rVs6Dnk1jH .mbr-section-subtitle {
  width: 100%;
}
.cid-rVs6Dnk1jH .box {
  min-height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-rVs6Dnk1jH .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rVs6Dnk1jH .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-rVs6Dnk1jH .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-rVs6Dnk1jH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rVs6Dnk1jH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVs6Dnk1jH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVs6Dnk1jH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVs6Dnk1jH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rVs6Dnk1jH a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rVs6Dnk1jH .box {
    height: 250px;
  }
}
.cid-rVs6Dnk1jH .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-rVs6Dnk1jH .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-sUj4dC8k4n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUj4dC8k4n .mbr-section-subtitle {
  text-align: center;
}
.cid-sUif7auYlF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #141414;
}
.cid-sUif7auYlF .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sUif7auYlF .title-wrapper {
  padding: 0 12px;
}
.cid-sUif7auYlF .text-block {
  padding: 48px 24px;
}
.cid-sUif7auYlF .video-wrapper iframe {
  width: 100%;
}
.cid-sUif7auYlF .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sUif7auYlF .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sUif7auYlF .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sUif7auYlF .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sUif7auYlF .mbr-text,
.cid-sUif7auYlF .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sUif7auYlF .video-block {
    border-left: none;
  }
  .cid-sUif7auYlF .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sUif7auYlF .title-wrapper {
    padding: 0 48px;
  }
  .cid-sUif7auYlF .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sUifACYRrY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sUifACYRrY .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sUifACYRrY .title-wrapper {
  padding: 0 12px;
}
.cid-sUifACYRrY .text-block {
  padding: 48px 24px;
}
.cid-sUifACYRrY .video-wrapper iframe {
  width: 100%;
}
.cid-sUifACYRrY .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sUifACYRrY .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sUifACYRrY .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sUifACYRrY .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sUifACYRrY .mbr-text,
.cid-sUifACYRrY .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sUifACYRrY .video-block {
    border-left: none;
  }
  .cid-sUifACYRrY .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sUifACYRrY .title-wrapper {
    padding: 0 48px;
  }
  .cid-sUifACYRrY .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sUigLZviSF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sUigLZviSF .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sUigLZviSF .title-wrapper {
  padding: 0 12px;
}
.cid-sUigLZviSF .text-block {
  padding: 48px 24px;
}
.cid-sUigLZviSF .video-wrapper iframe {
  width: 100%;
}
.cid-sUigLZviSF .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sUigLZviSF .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sUigLZviSF .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sUigLZviSF .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sUigLZviSF .mbr-text,
.cid-sUigLZviSF .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sUigLZviSF .video-block {
    border-left: none;
  }
  .cid-sUigLZviSF .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sUigLZviSF .title-wrapper {
    padding: 0 48px;
  }
  .cid-sUigLZviSF .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sUinUs6vKT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sUinUs6vKT .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sUinUs6vKT .title-wrapper {
  padding: 0 12px;
}
.cid-sUinUs6vKT .text-block {
  padding: 48px 24px;
}
.cid-sUinUs6vKT .video-wrapper iframe {
  width: 100%;
}
.cid-sUinUs6vKT .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sUinUs6vKT .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sUinUs6vKT .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sUinUs6vKT .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sUinUs6vKT .mbr-text,
.cid-sUinUs6vKT .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sUinUs6vKT .video-block {
    border-left: none;
  }
  .cid-sUinUs6vKT .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sUinUs6vKT .title-wrapper {
    padding: 0 48px;
  }
  .cid-sUinUs6vKT .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-rVs6GIYYhD {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rVs6GIYYhD .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6GIYYhD .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6GIYYhD .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6GIYYhD .main-title {
  margin-bottom: 36px;
  color: #404040;
}
.cid-rVs6GIYYhD .main-title.display-2 {
  line-height: 1.375;
}
.cid-rVs6GIYYhD .main-text {
  color: #606060;
}
.cid-rVs6GIYYhD .main-text.display-4 {
  line-height: 1.75;
}
.cid-rVs6GIYYhD .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-rVs6GIYYhD .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-rVs6GIYYhD .plan .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-title {
  color: #000000;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-rVs6GIYYhD .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-rVs6GIYYhD .plan .plan-body {
  padding-bottom: 2rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-rVs6GIYYhD .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
}
.cid-rVs6GIYYhD .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-rVs6GIYYhD .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-rVs6GIYYhD .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-rVs6GIYYhD .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-rVs6GIYYhD .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-rVs6GIYYhD .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-rVs6GIYYhD .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-rVs6GIYYhD .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sUiuvgIPG6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUiuvgIPG6 .mbr-text {
  color: #1d2c35;
}
.cid-sUiuvgIPG6 .mbr-section-btn {
  color: #1d2c35;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 0!important;
  padding-right: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
}
.cid-sUiuvgIPG6 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sUiuvgIPG6 .mbr-text,
  .cid-sUiuvgIPG6 .mbr-section-title {
    text-align: center;
  }
}
.cid-sUiuvgIPG6 .label {
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  padding-bottom: 0;
}
.cid-sUiuvgIPG6 .last {
  margin-bottom: 49px!important;
}
.cid-sUiuvgIPG6 a.btn {
  height: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sUiuvgIPG6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUiuvgIPG6 .content-wrapper {
    flex-direction: column;
  }
}
.cid-sUiuvgIPG6 .form-control {
  line-height: 1.25rem !important;
}
.cid-sUiuvgIPG6 .content-wrapper {
  align-items: start;
}
.cid-sUiuvgIPG6 .column2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-rVs6H6uVCU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #102f62;
}
.cid-rVs6H6uVCU ul {
  padding: 0;
  margin: 0;
}
.cid-rVs6H6uVCU ul li {
  list-style: none;
}
.cid-rVs6H6uVCU ul li h4 {
  margin: 0;
}
.cid-rVs6H6uVCU ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rVs6H6uVCU .item {
  color: #cacaca;
  text-align: center;
}
.cid-rVs6H6uVCU .col-title {
  color: #ffffff;
  text-align: center;
}
.cid-rVs6H6uVCU .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rVs6H6uVCU .col-title1 {
  margin-bottom: 40px;
}
.cid-rVs6H6uVCU .form-group,
.cid-rVs6H6uVCU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rVs6H6uVCU .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rVs6H6uVCU .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rVs6H6uVCU .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rVs6H6uVCU .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rVs6H6uVCU .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rVs6H6uVCU .col + .mbr-section-btn .btn,
.cid-rVs6H6uVCU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rVs6H6uVCU .col + .mbr-section-btn .btn.display-4,
.cid-rVs6H6uVCU .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rVs6H6uVCU .col + .mbr-section-btn .btn:hover,
.cid-rVs6H6uVCU .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rVs6H6uVCU .dragArea > *:nth-last-child(2).col,
.cid-rVs6H6uVCU .dragArea > *:nth-last-child(2).col-auto,
.cid-rVs6H6uVCU .col + .mbr-section-btn,
.cid-rVs6H6uVCU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rVs6H6uVCU .form1 {
  margin-top: 30px;
}
.cid-rVs6H6uVCU .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rVs6H6uVCU .md-pb {
    margin-bottom: 30px;
  }
}
.cid-rVs6HuYwmv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #102f62;
}
@media (min-width: 1500px) {
  .cid-rVs6HuYwmv .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs6HuYwmv .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs6HuYwmv p {
  color: #ffffff;
}
