@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !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: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !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: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.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;
}
.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);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.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: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff8a73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a73;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8a73;
  border-bottom-color: #ff8a73;
}
.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: #000000 !important;
  background-color: #ff8a73 !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: #5580ff !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: 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='%23ff8a73' %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;
}
.cid-rCA9HJOLnc {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2f6ff;
}
.cid-rCA9HJOLnc H1 {
  color: #57468b;
}
.cid-rCA9HJOLnc .mbr-text,
.cid-rCA9HJOLnc .mbr-section-btn {
  color: #716c80;
}
.cid-rCA9MapCTo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
}
.cid-rCA9MapCTo section {
  position: relative;
}
.cid-rCA9MapCTo svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rCA9MapCTo .mbr-text,
.cid-rCA9MapCTo .mbr-section-btn {
  color: #716c80;
}
.cid-rCA9MapCTo #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rCA9MapCTo #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rCA9MapCTo H1 {
  color: #57468b;
}
.cid-rCA9MapCTo img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rCA9MapCTo .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rCA9MapCTo .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rCA9MapCTo img {
    width: 100%;
  }
}
.cid-rCA9VrD4CK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rCA9VrD4CK h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rCA9VrD4CK .card-box {
  padding-top: 3rem;
}
.cid-rCA9VrD4CK .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rCA9VrD4CK .btn-md {
  padding: 1rem;
}
.cid-rCA9VrD4CK .btn-primary-outline,
.cid-rCA9VrD4CK .btn-secondary-outline,
.cid-rCA9VrD4CK .btn-info-outline,
.cid-rCA9VrD4CK .btn-success-outline,
.cid-rCA9VrD4CK .btn-warning-outline,
.cid-rCA9VrD4CK .btn-danger-outline,
.cid-rCA9VrD4CK .btn-black-outline,
.cid-rCA9VrD4CK .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rCA9VrD4CK .btn-primary-outline span,
.cid-rCA9VrD4CK .btn-secondary-outline span,
.cid-rCA9VrD4CK .btn-info-outline span,
.cid-rCA9VrD4CK .btn-success-outline span,
.cid-rCA9VrD4CK .btn-warning-outline span,
.cid-rCA9VrD4CK .btn-danger-outline span,
.cid-rCA9VrD4CK .btn-black-outline span,
.cid-rCA9VrD4CK .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rCA9VrD4CK .btn-primary-outline:hover span,
.cid-rCA9VrD4CK .btn-secondary-outline:hover span,
.cid-rCA9VrD4CK .btn-info-outline:hover span,
.cid-rCA9VrD4CK .btn-success-outline:hover span,
.cid-rCA9VrD4CK .btn-warning-outline:hover span,
.cid-rCA9VrD4CK .btn-danger-outline:hover span,
.cid-rCA9VrD4CK .btn-black-outline:hover span,
.cid-rCA9VrD4CK .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rCA9VrD4CK .btn-primary-outline:hover,
.cid-rCA9VrD4CK .btn-secondary-outline:hover,
.cid-rCA9VrD4CK .btn-info-outline:hover,
.cid-rCA9VrD4CK .btn-success-outline:hover,
.cid-rCA9VrD4CK .btn-warning-outline:hover,
.cid-rCA9VrD4CK .btn-danger-outline:hover,
.cid-rCA9VrD4CK .btn-black-outline:hover,
.cid-rCA9VrD4CK .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rCA9VrD4CK .btn-primary-outline:active,
.cid-rCA9VrD4CK .btn-secondary-outline:active,
.cid-rCA9VrD4CK .btn-info-outline:active,
.cid-rCA9VrD4CK .btn-success-outline:active,
.cid-rCA9VrD4CK .btn-warning-outline:active,
.cid-rCA9VrD4CK .btn-danger-outline:active,
.cid-rCA9VrD4CK .btn-black-outline:active,
.cid-rCA9VrD4CK .btn-white-outline:active,
.cid-rCA9VrD4CK .btn-primary-outline:focus,
.cid-rCA9VrD4CK .btn-secondary-outline:focus,
.cid-rCA9VrD4CK .btn-info-outline:focus,
.cid-rCA9VrD4CK .btn-success-outline:focus,
.cid-rCA9VrD4CK .btn-warning-outline:focus,
.cid-rCA9VrD4CK .btn-danger-outline:focus,
.cid-rCA9VrD4CK .btn-black-outline:focus,
.cid-rCA9VrD4CK .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rCA9VrD4CK .btn-primary-outline .mbr-iconfont,
.cid-rCA9VrD4CK .btn-secondary-outline .mbr-iconfont,
.cid-rCA9VrD4CK .btn-info-outline .mbr-iconfont,
.cid-rCA9VrD4CK .btn-success-outline .mbr-iconfont,
.cid-rCA9VrD4CK .btn-warning-outline .mbr-iconfont,
.cid-rCA9VrD4CK .btn-danger-outline .mbr-iconfont,
.cid-rCA9VrD4CK .btn-black-outline .mbr-iconfont,
.cid-rCA9VrD4CK .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rCA9VrD4CK .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rCA9VrD4CK .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rCA9VrD4CK .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rCA9VrD4CK .link-wrap:hover {
  color: #ff8a73 !important;
}
.cid-rCA9VrD4CK .link-wrap:hover:hover .link-ico {
  color: #ff8a73 !important;
}
.cid-rCA9VrD4CK .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rCA9VrD4CK img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rCA9VrD4CK .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rCA9VrD4CK .row {
  justify-content: center;
}
.cid-rCA9VrD4CK .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rCA9VrD4CK P {
  text-align: center;
}
.cid-rCA9VrD4CK .mbr-text,
.cid-rCA9VrD4CK .link {
  text-align: center;
  color: #716c80;
}
.cid-rCA9VrD4CK DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rCA9VrD4CK .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rCAa7fy9oB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c2b2d6;
  background: linear-gradient(to top right, #c2b2d6, #ffffff);
}
.cid-rCAa7fy9oB .mbr-text {
  color: #716c80;
}
.cid-rCAa7fy9oB .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rCAa7fy9oB p {
  margin: 0;
}
.cid-rCAa7fy9oB .mbr-iconfont {
  transition: all 0.3s;
  color: #86affe !important;
  font-size: 2.8rem !important;
}
.cid-rCAa7fy9oB .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rCAa7fy9oB .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-rCAa7fy9oB .card-title,
.cid-rCAa7fy9oB .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rCAa7fy9oB .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rCAa7fy9oB .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rCAa7fy9oB .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rCAa7fy9oB .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rCAa7fy9oB .card-img span {
    margin-right: 0rem;
  }
  .cid-rCAa7fy9oB .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rCAadS2luT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rCAadS2luT h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCAadS2luT .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rCAadS2luT .mbr-section-subtitle {
  color: #767676;
}
.cid-rCAadS2luT .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rCAadS2luT ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rCAadS2luT .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rCAadS2luT .progress1 path {
  stroke: #57468b;
}
.cid-rCAadS2luT .progress2 path {
  stroke: #5580ff;
}
.cid-rCAadS2luT .progress3 path {
  stroke: #ff8a73;
}
.cid-rCAadS2luT .progress4 path {
  stroke: #bfceff;
}
.cid-rCAadS2luT H4 {
  color: #57468b;
}
.cid-rCAadS2luT card-text {
  color: #ff3366;
}
.cid-rCAadS2luT .card-text {
  color: #716c80;
}
.cid-rCAadS2luT .number {
  color: #716c80;
}
.cid-rCAayKj4F9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rCAayKj4F9 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rCAayKj4F9 .card-box {
  padding-top: 3rem;
}
.cid-rCAayKj4F9 .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rCAayKj4F9 .btn-md {
  padding: 1rem;
}
.cid-rCAayKj4F9 .btn-primary-outline,
.cid-rCAayKj4F9 .btn-secondary-outline,
.cid-rCAayKj4F9 .btn-info-outline,
.cid-rCAayKj4F9 .btn-success-outline,
.cid-rCAayKj4F9 .btn-warning-outline,
.cid-rCAayKj4F9 .btn-danger-outline,
.cid-rCAayKj4F9 .btn-black-outline,
.cid-rCAayKj4F9 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rCAayKj4F9 .btn-primary-outline span,
.cid-rCAayKj4F9 .btn-secondary-outline span,
.cid-rCAayKj4F9 .btn-info-outline span,
.cid-rCAayKj4F9 .btn-success-outline span,
.cid-rCAayKj4F9 .btn-warning-outline span,
.cid-rCAayKj4F9 .btn-danger-outline span,
.cid-rCAayKj4F9 .btn-black-outline span,
.cid-rCAayKj4F9 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rCAayKj4F9 .btn-primary-outline:hover span,
.cid-rCAayKj4F9 .btn-secondary-outline:hover span,
.cid-rCAayKj4F9 .btn-info-outline:hover span,
.cid-rCAayKj4F9 .btn-success-outline:hover span,
.cid-rCAayKj4F9 .btn-warning-outline:hover span,
.cid-rCAayKj4F9 .btn-danger-outline:hover span,
.cid-rCAayKj4F9 .btn-black-outline:hover span,
.cid-rCAayKj4F9 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rCAayKj4F9 .btn-primary-outline:hover,
.cid-rCAayKj4F9 .btn-secondary-outline:hover,
.cid-rCAayKj4F9 .btn-info-outline:hover,
.cid-rCAayKj4F9 .btn-success-outline:hover,
.cid-rCAayKj4F9 .btn-warning-outline:hover,
.cid-rCAayKj4F9 .btn-danger-outline:hover,
.cid-rCAayKj4F9 .btn-black-outline:hover,
.cid-rCAayKj4F9 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rCAayKj4F9 .btn-primary-outline:active,
.cid-rCAayKj4F9 .btn-secondary-outline:active,
.cid-rCAayKj4F9 .btn-info-outline:active,
.cid-rCAayKj4F9 .btn-success-outline:active,
.cid-rCAayKj4F9 .btn-warning-outline:active,
.cid-rCAayKj4F9 .btn-danger-outline:active,
.cid-rCAayKj4F9 .btn-black-outline:active,
.cid-rCAayKj4F9 .btn-white-outline:active,
.cid-rCAayKj4F9 .btn-primary-outline:focus,
.cid-rCAayKj4F9 .btn-secondary-outline:focus,
.cid-rCAayKj4F9 .btn-info-outline:focus,
.cid-rCAayKj4F9 .btn-success-outline:focus,
.cid-rCAayKj4F9 .btn-warning-outline:focus,
.cid-rCAayKj4F9 .btn-danger-outline:focus,
.cid-rCAayKj4F9 .btn-black-outline:focus,
.cid-rCAayKj4F9 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rCAayKj4F9 .btn-primary-outline .mbr-iconfont,
.cid-rCAayKj4F9 .btn-secondary-outline .mbr-iconfont,
.cid-rCAayKj4F9 .btn-info-outline .mbr-iconfont,
.cid-rCAayKj4F9 .btn-success-outline .mbr-iconfont,
.cid-rCAayKj4F9 .btn-warning-outline .mbr-iconfont,
.cid-rCAayKj4F9 .btn-danger-outline .mbr-iconfont,
.cid-rCAayKj4F9 .btn-black-outline .mbr-iconfont,
.cid-rCAayKj4F9 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rCAayKj4F9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rCAayKj4F9 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rCAayKj4F9 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rCAayKj4F9 .link-wrap:hover {
  color: #ff8a73 !important;
}
.cid-rCAayKj4F9 .link-wrap:hover:hover .link-ico {
  color: #ff8a73 !important;
}
.cid-rCAayKj4F9 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rCAayKj4F9 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rCAayKj4F9 .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rCAayKj4F9 .row {
  justify-content: center;
}
.cid-rCAayKj4F9 .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rCAayKj4F9 P {
  text-align: center;
}
.cid-rCAayKj4F9 .mbr-text,
.cid-rCAayKj4F9 .link {
  text-align: center;
  color: #716c80;
}
.cid-rCAayKj4F9 DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rCAayKj4F9 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-s0ZTwBNU7u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s0ZTwBNU7u .mbr-text {
  color: #716c80;
}
.cid-s0ZTwBNU7u .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-s0ZTwBNU7u .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-s0ZTwBNU7u .card-wrapper:hover .ico2 {
  color: #ff8a73 !important;
}
.cid-s0ZTwBNU7u .ico2 {
  color: #57468b !important;
  transition: all 0.6s;
}
.cid-s0ZTwBNU7u .text-info:hover {
  color: inherit!important;
}
.cid-s0ZTwBNU7u .card-box {
  padding: 0rem 1rem;
}
.cid-s0ZTwBNU7u .ico1 {
  font-size: 3rem !important;
}
.cid-s0ZTwBNU7u h3,
.cid-s0ZTwBNU7u h4 {
  padding: 0;
  margin: 0;
}
.cid-s0ZTwBNU7u .card-title,
.cid-s0ZTwBNU7u .card-img {
  color: #57468b;
}
.cid-s0ZTwBNU7u .card-title {
  color: #57468b;
}
.cid-s0ZTLUpEVj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0ZTLUpEVj .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-s0ZTLUpEVj h4 {
  text-align: center;
}
.cid-s0ZTLUpEVj p {
  text-align: center;
}
.cid-s0ZTLUpEVj .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s0ZTLUpEVj .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 4rem !important;
}
.cid-s0ZTLUpEVj .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-s0ZTLUpEVj .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s0ZTLUpEVj .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-s0ZTLUpEVj .card-title,
.cid-s0ZTLUpEVj .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-s0ZTLUpEVj .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-s0ZTLUpEVj .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-s0ZVGzmVxl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
  background-size: cover;
}
.cid-s0ZVGzmVxl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-s0ZVGzmVxl h4 {
  text-align: center;
}
.cid-s0ZVGzmVxl p {
  text-align: center;
}
.cid-s0ZVGzmVxl .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s0ZVGzmVxl .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 5rem !important;
}
.cid-s0ZVGzmVxl .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-s0ZVGzmVxl .card:hover .card-title {
  color: #57468b !important;
  cursor: pointer;
}
.cid-s0ZVGzmVxl .card-title {
  transition: color 0.3s;
}
.cid-s0ZVGzmVxl .card-title,
.cid-s0ZVGzmVxl .card-img {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s0ZVGzmVxl .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-s0ZVNgTh1B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-s0ZVNgTh1B H1 {
  color: #57468b;
}
.cid-s0ZVNgTh1B .mbr-text,
.cid-s0ZVNgTh1B .mbr-section-btn {
  color: #716c80;
}
.cid-s0ZVNgTh1B H3 {
  color: #716c80;
}
.cid-s0ZTogmPax {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0ZTogmPax h3 {
  text-align: center;
}
.cid-s0ZTogmPax .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-s0ZTogmPax .mbr-content-text {
  color: #716c80;
}
.cid-s0ZTogmPax .card {
  word-wrap: break-word;
}
.cid-s0ZTogmPax .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-s0ZTogmPax H4 {
  font-weight: 500;
}
.cid-s0ZTogmPax .mbr-section-title {
  color: #57468b;
}
.cid-s0ZTogmPax .count1 {
  color: #57468b;
}
.cid-s0ZTogmPax .title1 {
  color: #57468b;
}
.cid-s0ZTogmPax .count2 {
  color: #5580ff;
}
.cid-s0ZTogmPax .title2 {
  color: #5580ff;
}
.cid-s0ZTogmPax .count3 {
  color: #bfceff;
}
.cid-s0ZTogmPax .title3 {
  color: #bfceff;
}
.cid-s0ZTogmPax .count4 {
  color: #ff8a73;
}
.cid-s0ZTogmPax .title4 {
  color: #ff8a73;
}
.cid-s0ZVPwsZ7v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0ZVPwsZ7v li {
  list-style: none;
}
.cid-s0ZVPwsZ7v .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-s0ZVPwsZ7v .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-s0ZVPwsZ7v h4 {
  margin: 0;
}
.cid-s0ZVPwsZ7v .item {
  color: #57468b;
}
.cid-s0ZVPwsZ7v ul {
  padding: 0;
  margin: 0;
}
.cid-s0ZVPwsZ7v .col-title {
  color: #57468b;
}
.cid-s0ZVPwsZ7v .col-title1 {
  color: #57468b;
}
.cid-s0ZVPwsZ7v .col-title2 {
  color: #57468b;
}
.cid-s0ZVPwsZ7v .col-title3 {
  color: #57468b;
}
.cid-s0ZVPwsZ7v .col-title4 {
  color: #57468b;
}
.cid-s0ZVPwsZ7v .item1 {
  color: #716c80;
}
.cid-s0ZVPwsZ7v .item2 {
  color: #716c80;
}
.cid-s0ZVPwsZ7v .item3 {
  color: #716c80;
}
.cid-s0ZVPwsZ7v .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s0ZVPwsZ7v .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s0ZW6IPKoi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0ZW6IPKoi .nav-tabs .nav-item.open .nav-link:focus,
.cid-s0ZW6IPKoi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s0ZW6IPKoi .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-s0ZW6IPKoi .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-s0ZW6IPKoi .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-s0ZW6IPKoi .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-s0ZW6IPKoi .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-s0ZW6IPKoi .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-s0ZW6IPKoi P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-s0ZW6IPKoi .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s0ZW6IPKoi .mbr-text,
  .cid-s0ZW6IPKoi .nav-link {
    text-align: center;
  }
}
.cid-s0ZW8d02A0 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-s0ZW8d02A0 .card-header {
  background: transparent;
}
.cid-s0ZW8d02A0 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-s0ZW8d02A0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s0ZW8d02A0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s0ZW8d02A0 .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;
}
.cid-s0ZW8d02A0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s0ZW8d02A0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s0ZW8d02A0 .card .panel-body {
  color: #767676;
}
.cid-s0ZW8d02A0 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-s0ZW8d02A0 H4 {
  color: #57468b;
}
.cid-s0ZW8d02A0 H2 {
  color: #57468b;
}
.cid-s0ZWbvARyA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s0ZWbvARyA .progress {
  width: 100%;
}
.cid-s0ZWbvARyA .mbr-flex {
  display: flex;
}
.cid-s0ZWbvARyA .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s0ZWbvARyA progress {
  height: 6px;
}
.cid-s0ZWbvARyA .mbr-section-subtitle {
  color: #767676;
}
.cid-s0ZWbvARyA .progress_value {
  position: relative;
}
.cid-s0ZWbvARyA .progress_elements {
  margin: 0 auto;
}
.cid-s0ZWbvARyA .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-s0ZWbvARyA .progress1 .progressbar-number:before,
.cid-s0ZWbvARyA .progress2 .progressbar-number:before,
.cid-s0ZWbvARyA .progress3 .progressbar-number:before,
.cid-s0ZWbvARyA .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s0ZWbvARyA progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-s0ZWbvARyA .progress1 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-s0ZWbvARyA .progress2 progress::-webkit-progress-value {
  background: #5580ff;
}
.cid-s0ZWbvARyA .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-s0ZWbvARyA .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-s0ZWbvARyA .progress1 .progressbar-number:before {
  content: '73';
}
.cid-s0ZWbvARyA .progress2 .progressbar-number:before {
  content: '89';
}
.cid-s0ZWbvARyA .progress3 .progressbar-number:before {
  content: '78';
}
.cid-s0ZWbvARyA .progress4 .progressbar-number:before {
  content: '53';
}
.cid-s0ZWbvARyA .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s0ZWbvARyA .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s0ZWbvARyA .progress_value span {
  padding-left: 30px;
}
.cid-s0ZWbvARyA .mbr-section-title {
  color: #57468b;
}
.cid-s0ZWbvARyA .progressbar-title p,
.cid-s0ZWbvARyA .progress_value {
  color: #57468b;
}
.cid-s0ZWbvARyA p {
  margin-bottom: 0.5rem;
}
.cid-s0ZWbvARyA img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-s0ZWbvARyA img {
    width: 100%;
  }
}
.cid-s0ZTeMHS62 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0ZTeMHS62 h3 {
  text-align: center;
}
.cid-s0ZTeMHS62 .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-s0ZTeMHS62 .mbr-content-text {
  color: #767676;
}
.cid-s0ZTeMHS62 .card {
  word-wrap: break-word;
}
.cid-s0ZTeMHS62 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-s0ZTeMHS62 H3 {
  color: #57468b;
}
.cid-s0ZTeMHS62 H4 {
  color: #57468b;
  font-weight: 500;
}
.cid-s0ZTeMHS62 .mbr-section-title {
  color: #57468b;
}
.cid-s0ZWsa3zH1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0ZWsa3zH1 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0ZWsa3zH1 .container-table {
  margin: 0 auto;
}
.cid-s0ZWsa3zH1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s0ZWsa3zH1 .dataTables_wrapper {
  display: block;
}
.cid-s0ZWsa3zH1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s0ZWsa3zH1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s0ZWsa3zH1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-s0ZWsa3zH1 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-s0ZWsa3zH1 table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-s0ZWsa3zH1 table td {
  border: 1px solid #e1e8ff;
}
.cid-s0ZWsa3zH1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s0ZWsa3zH1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s0ZWsa3zH1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s0ZWsa3zH1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s0ZWsa3zH1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s0ZWsa3zH1 .dataTables_filter {
    text-align: center;
  }
  .cid-s0ZWsa3zH1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s0ZWsa3zH1 .head-item {
  color: #57468b;
  text-align: center;
}
.cid-s0ZWsa3zH1 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-s0ZWsa3zH1 .mbr-section-title {
  color: #57468b;
}
.cid-s0ZWsa3zH1 .head-item1 {
  color: #57468b;
}
.cid-s0ZWsa3zH1 .body-item1 {
  color: #716c80;
}
.cid-rZDy91ZMA1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZDy91ZMA1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZDy91ZMA1 .container-table {
  margin: 0 auto;
}
.cid-rZDy91ZMA1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rZDy91ZMA1 .dataTables_wrapper {
  display: block;
}
.cid-rZDy91ZMA1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rZDy91ZMA1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rZDy91ZMA1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-rZDy91ZMA1 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-rZDy91ZMA1 table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-rZDy91ZMA1 table td {
  border: 1px solid #e1e8ff;
}
.cid-rZDy91ZMA1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rZDy91ZMA1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rZDy91ZMA1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rZDy91ZMA1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rZDy91ZMA1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rZDy91ZMA1 .dataTables_filter {
    text-align: center;
  }
  .cid-rZDy91ZMA1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rZDy91ZMA1 .head-item {
  color: #57468b;
  text-align: center;
}
.cid-rZDy91ZMA1 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rZDy91ZMA1 .mbr-section-title {
  color: #57468b;
}
.cid-rZDy91ZMA1 .head-item1 {
  color: #57468b;
}
.cid-rZDy91ZMA1 .body-item1 {
  color: #716c80;
}
.cid-s0ZW8SXfPK {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-s0ZW8SXfPK .card-header {
  background: transparent;
}
.cid-s0ZW8SXfPK .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-s0ZW8SXfPK .panel-group {
  border-top: 1px solid #efefef;
}
.cid-s0ZW8SXfPK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s0ZW8SXfPK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s0ZW8SXfPK .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;
}
.cid-s0ZW8SXfPK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s0ZW8SXfPK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s0ZW8SXfPK .card .panel-body {
  color: #767676;
}
.cid-s0ZW8SXfPK h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-s0ZW8SXfPK H4 {
  color: #57468b;
}
.cid-s0ZW8SXfPK H2 {
  color: #57468b;
}
.cid-s0ZW8W1DRC {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-s0ZW8W1DRC .card-header {
  background: transparent;
}
.cid-s0ZW8W1DRC .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-s0ZW8W1DRC .panel-group {
  border-top: 1px solid #efefef;
}
.cid-s0ZW8W1DRC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s0ZW8W1DRC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s0ZW8W1DRC .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;
}
.cid-s0ZW8W1DRC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s0ZW8W1DRC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s0ZW8W1DRC .card .panel-body {
  color: #767676;
}
.cid-s0ZW8W1DRC h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-s0ZW8W1DRC H4 {
  color: #57468b;
}
.cid-s0ZW8W1DRC H2 {
  color: #57468b;
}
.cid-s0ZW8YSo5F {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-s0ZW8YSo5F .card-header {
  background: transparent;
}
.cid-s0ZW8YSo5F .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-s0ZW8YSo5F .panel-group {
  border-top: 1px solid #efefef;
}
.cid-s0ZW8YSo5F .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s0ZW8YSo5F .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s0ZW8YSo5F .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;
}
.cid-s0ZW8YSo5F .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s0ZW8YSo5F .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s0ZW8YSo5F .card .panel-body {
  color: #767676;
}
.cid-s0ZW8YSo5F h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 0.4rem 1.6rem;
}
.cid-s0ZW8YSo5F H4 {
  color: #57468b;
}
.cid-s0ZW8YSo5F H2 {
  color: #57468b;
}
.cid-rZDDwSj61k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rZDDwSj61k .mbr-section-subtitle {
  color: #767676;
}
.cid-rZDDwSj61k .container-table {
  margin: 0 auto;
}
.cid-rZDDwSj61k .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rZDDwSj61k .dataTables_wrapper {
  display: block;
}
.cid-rZDDwSj61k .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rZDDwSj61k .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rZDDwSj61k table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-rZDDwSj61k table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-rZDDwSj61k table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-rZDDwSj61k table td {
  border: 1px solid #e1e8ff;
}
.cid-rZDDwSj61k table.table {
  background: #ffffff;
}
.cid-rZDDwSj61k .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rZDDwSj61k .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rZDDwSj61k .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rZDDwSj61k .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rZDDwSj61k .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rZDDwSj61k .dataTables_filter {
    text-align: center;
  }
  .cid-rZDDwSj61k .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rZDDwSj61k .head-item {
  color: #57468b;
  text-align: center;
}
.cid-rZDDwSj61k .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rZDDwSj61k .mbr-section-title {
  color: #57468b;
}
.cid-rZDDwSj61k .head-item1 {
  color: #57468b;
}
.cid-rZDDwSj61k .body-item1 {
  color: #716c80;
}
