body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Mark Pro';
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Mark Pro';
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Segoe UI';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Mark Pro';
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Segoe UI';
  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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #5b4797 !important;
}
.bg-success {
  background-color: #ff7f9f !important;
}
.bg-info {
  background-color: #f9f295 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #eaeaea !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b4797 !important;
  border-color: #5b4797 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3c2f63 !important;
  border-color: #3c2f63 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3c2f63 !important;
  border-color: #3c2f63 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #369fda !important;
  border-color: #369fda !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e75a5 !important;
  border-color: #1e75a5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e75a5 !important;
  border-color: #1e75a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #6a6a6a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #6a6a6a !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6a6a6a !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !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: #312652;
  color: #312652;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5b4797;
  border-color: #5b4797;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b4797 !important;
  border-color: #5b4797 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1a6590;
  color: #1a6590;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #369fda;
  border-color: #369fda;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #369fda !important;
  border-color: #369fda !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff1952;
  color: #ff1952;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff7f9f;
  border-color: #ff7f9f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b7b7b7;
  color: #b7b7b7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6a6a6a;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6a6a6a !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !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: #5b4797 !important;
}
.text-secondary {
  color: #369fda !important;
}
.text-success {
  color: #ff7f9f !important;
}
.text-info {
  color: #f9f295 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #eaeaea !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #312652 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1a6590 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff1952 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f4e634 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b7b7 !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: #f9f295;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #eaeaea;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5b4797;
  border-color: #5b4797;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5b4797;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a092cc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Segoe UI';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5b4797;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #5b4797;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5b4797;
}
/* Headers*/
@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: #5b4797;
  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: #5b4797;
  border-bottom-color: #5b4797;
}
.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: #5b4797 !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: #369fda !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='%235b4797' %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-saSg8Una2Q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-saSg8Una2Q .nav-item,
.cid-saSg8Una2Q .nav-link,
.cid-saSg8Una2Q .navbar-caption {
  font-weight: normal;
}
.cid-saSg8Una2Q .nav-item:focus,
.cid-saSg8Una2Q .nav-link:focus {
  outline: none;
}
.cid-saSg8Una2Q .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-saSg8Una2Q .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-saSg8Una2Q .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-saSg8Una2Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-saSg8Una2Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-saSg8Una2Q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-saSg8Una2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-saSg8Una2Q .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-saSg8Una2Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-saSg8Una2Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-saSg8Una2Q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #5b4797;
}
.cid-saSg8Una2Q .navbar.opened {
  transition: all .3s;
  background: #5b4797 !important;
}
.cid-saSg8Una2Q .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-saSg8Una2Q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saSg8Una2Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-saSg8Una2Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-saSg8Una2Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-saSg8Una2Q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saSg8Una2Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saSg8Una2Q .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-saSg8Una2Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saSg8Una2Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saSg8Una2Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saSg8Una2Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-saSg8Una2Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saSg8Una2Q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saSg8Una2Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saSg8Una2Q .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-saSg8Una2Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saSg8Una2Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saSg8Una2Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-saSg8Una2Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saSg8Una2Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-saSg8Una2Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saSg8Una2Q .navbar.navbar-short {
  background: #5b4797 !important;
  min-height: 60px;
}
.cid-saSg8Una2Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saSg8Una2Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saSg8Una2Q .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-saSg8Una2Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saSg8Una2Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saSg8Una2Q .dropdown-item.active,
.cid-saSg8Una2Q .dropdown-item:active {
  background-color: transparent;
}
.cid-saSg8Una2Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saSg8Una2Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saSg8Una2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b4797;
}
.cid-saSg8Una2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saSg8Una2Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saSg8Una2Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saSg8Una2Q .navbar-buttons {
  text-align: center;
}
.cid-saSg8Una2Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saSg8Una2Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saSg8Una2Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saSg8Una2Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saSg8Una2Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saSg8Una2Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saSg8Una2Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saSg8Una2Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saSg8Una2Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saSg8Una2Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saSg8Una2Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-saSg8Una2Q a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saSg8Una2Q .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-saSg8Una2Q .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-saSg8Una2Q .soc-item {
  margin: .5rem .3rem;
}
.cid-saSg8Una2Q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saSg8Una2Q .navbar {
    height: 77px;
  }
  .cid-saSg8Una2Q .navbar.opened {
    height: auto;
  }
  .cid-saSg8Una2Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-saSFMbsRs1 {
  display: flex;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #eaeaea);
  padding-top: 100px;
}
.cid-saSFMbsRs1 .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #adcde9);
}
.cid-saSFMbsRs1 .mbr-section-title {
  margin: 0;
}
.cid-saSFMbsRs1 .mbr-text {
  color: #efefef;
}
.cid-saSFMbsRs1 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-saSFMbsRs1 .card-img {
  text-align: center;
}
.cid-saSFMbsRs1 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-saSFMbsRs1 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-saSFMbsRs1 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saSFMbsRs1 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-saSFMbsRs1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-saSFMbsRs1 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-saSFMbsRs1 .title-cont,
.cid-saSFMbsRs1 .mbr-section-title {
  color: #5b4797;
}
.cid-saSFMbsRs1 .mbr-section-subtitle,
.cid-saSFMbsRs1 .mbr-section-btn {
  color: #232323;
}
.cid-saSFMbsRs1 .card-title,
.cid-saSFMbsRs1 .card-img {
  color: #5b4797;
}
.cid-saSFMbsRs1 .card-box .mbr-text {
  color: #000000;
}
.cid-saT0UbrbRV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #5b4797;
}
.cid-saT0UbrbRV .mbr-section-title {
  letter-spacing: 0.1em;
  color: #14a5ef;
  margin-bottom: 2rem;
}
.cid-saT0UbrbRV .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-saT0UbrbRV .btn {
  margin: 0px !important;
}
.cid-saT0UbrbRV .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saT0UbrbRV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saT0UbrbRV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-saT0UbrbRV .carousel-item .wrap-img {
  text-align: center;
}
.cid-saT0UbrbRV .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-saT0UbrbRV .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-saT0UbrbRV .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-saT0UbrbRV .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0088dd;
  display: inline-block;
  border: 4px solid #0088dd;
}
.cid-saT0UbrbRV .carousel-indicators li.active {
  border-color: #0049c0;
}
@media (max-width: 768px) {
  .cid-saT0UbrbRV .second-col {
    padding-top: 2rem;
  }
}
.cid-saT0UbrbRV .mbr-section-subtitle,
.cid-saT0UbrbRV .mbr-section-btn {
  color: #eaeaea;
}
.cid-saSNQw7JCA {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-saSNQw7JCA .mbr-section-subtitle {
  color: #000000;
}
.cid-saSNQw7JCA H2 {
  color: #5b4797;
}
.cid-saSNFqPZGC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-saSNFqPZGC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-saSNFqPZGC p {
  color: #767676;
  text-align: left;
}
.cid-saSNFqPZGC .card-img {
  text-align: left;
}
.cid-saSNFqPZGC .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-saSNFqPZGC .card-title,
.cid-saSNFqPZGC .card-img {
  text-align: center;
  color: #5b4797;
}
.cid-saSNFqPZGC P {
  text-align: center;
  color: #000000;
}
.cid-saSNK95972 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saSNK95972 h2 {
  text-align: left;
}
.cid-saSNK95972 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-saSNK95972 p {
  color: #767676;
  text-align: left;
}
.cid-saSNK95972 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-saSNK95972 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-saSNK95972 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-saSNK95972 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-saSNK95972 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-saSNK95972 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-saSNK95972 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-saSNK95972 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-saSNK95972 .card-img span {
    font-size: 40px !important;
  }
}
.cid-saSNK95972 H2 {
  color: #5b4797;
}
.cid-saSNK95972 P {
  color: #000000;
}
.cid-saSNK95972 H4 {
  color: #5b4797;
}
.cid-scgaGf4VGH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scgaGf4VGH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-scgaGf4VGH p {
  color: #767676;
  text-align: left;
}
.cid-scgaGf4VGH .card-img {
  text-align: left;
}
.cid-scgaGf4VGH .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-scgaGf4VGH .card-title,
.cid-scgaGf4VGH .card-img {
  text-align: left;
  color: #5b4797;
}
.cid-scgaGf4VGH P {
  text-align: left;
  color: #232323;
}
.cid-saTU4bFH1y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-saTU4bFH1y .mbr-section-subtitle {
  color: #767676;
}
.cid-saTU4bFH1y .btn {
  margin: 0 0 .5rem 0;
}
.cid-saTU4bFH1y H2 {
  color: #5b4797;
}
.cid-saT23M7KkD {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #5b4797;
}
.cid-saT23M7KkD img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-saT23M7KkD .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-saT23M7KkD .card:hover {
  opacity: 0.9;
}
.cid-saT23M7KkD H1 {
  color: #ffffff;
}
.cid-saT23M7KkD .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-saT23M7KkD .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-saSFPHQmQh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-saSFPHQmQh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-saSFPHQmQh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-saSFPHQmQh .text-content {
  padding-right: 1.5rem;
}
.cid-saSFPHQmQh .mbr-text,
.cid-saSFPHQmQh .mbr-section-btn {
  color: #000000;
}
.cid-saSFPHQmQh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(205, 207, 191, 0.3);
  box-shadow: 0px 0px 30px rgba(205, 207, 191, 0.3);
  border-radius: .25rem;
}
.cid-saSFPHQmQh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-saSFPHQmQh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-saSFPHQmQh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saSFPHQmQh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #14a5ef;
}
@media (max-width: 991px) {
  .cid-saSFPHQmQh .main-row {
    margin: 0;
  }
  .cid-saSFPHQmQh .mbr-section-title,
  .cid-saSFPHQmQh .mbr-text,
  .cid-saSFPHQmQh .list,
  .cid-saSFPHQmQh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-saSFPHQmQh .text-content {
    padding: 0;
  }
}
.cid-saSFPHQmQh .mbr-section-title {
  color: #5b4797;
}
.cid-seK6K5PUp1 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #5b4797;
}
.cid-seK6K5PUp1 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-seK6K5PUp1 .panel-title {
  border-bottom: 2px solid #5b4797;
}
.cid-seK6K5PUp1 .collapsed {
  border: none;
}
.cid-seK6K5PUp1 .panel-body {
  padding-top: 0.5rem;
}
.cid-seK6K5PUp1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-seK6K5PUp1 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-seK6K5PUp1 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-seK6K5PUp1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seK6K5PUp1 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-seK6K5PUp1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seK6K5PUp1 .panel-text {
  color: #ffffff;
}
.cid-seK6K5PUp1 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-seK6K5PUp1 H2 {
  color: #ffffff;
}
.cid-saTUBhxJ8h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saTUBhxJ8h .title {
  margin-bottom: 2rem;
}
.cid-saTUBhxJ8h .mbr-section-subtitle {
  color: #000000;
}
.cid-saTUBhxJ8h a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-saTUBhxJ8h a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-saTUBhxJ8h textarea.form-control {
  min-height: 188px;
}
.cid-saTUBhxJ8h H2 {
  color: #5b4797;
}
.cid-saSBgsPsy4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5b4797;
}
.cid-saSBgsPsy4 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-saSBgsPsy4 .first-column .mbr-text {
  margin: 0;
}
.cid-saSBgsPsy4 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-saSBgsPsy4 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-saSBgsPsy4 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-saSBgsPsy4 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-saSBgsPsy4 .form-group {
  max-width: 55%;
}
.cid-saSBgsPsy4 .form-group,
.cid-saSBgsPsy4 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-saSBgsPsy4 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #eaeaea;
  color: #000000;
}
.cid-saSBgsPsy4 .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-saSBgsPsy4 .form-control::-moz-placeholder {
  color: #000000;
}
.cid-saSBgsPsy4 .form-control:-moz-placeholder {
  color: #000000;
}
.cid-saSBgsPsy4 .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-saSBgsPsy4 .col + .mbr-section-btn .btn,
.cid-saSBgsPsy4 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-saSBgsPsy4 .dragArea > *:nth-last-child(2).col,
.cid-saSBgsPsy4 .dragArea > *:nth-last-child(2).col-auto,
.cid-saSBgsPsy4 .col + .mbr-section-btn,
.cid-saSBgsPsy4 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-saSBgsPsy4 .first-column,
  .cid-saSBgsPsy4 .second-column {
    padding-bottom: 2rem;
  }
  .cid-saSBgsPsy4 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-saSBgsPsy4 .first-column,
  .cid-saSBgsPsy4 .second-column,
  .cid-saSBgsPsy4 .third-column {
    text-align: center;
  }
}
.cid-saSBMIXjoZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
