@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* 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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %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-sdbgQQHOHc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdbgQQHOHc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdbgQQHOHc .section-text {
  padding: 2rem 0;
}
.cid-sdbgQQHOHc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdbgQQHOHc .inner-container {
    width: 100% !important;
  }
}
.cid-sdbheIUTRA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdbheIUTRA .mbr-text,
.cid-sdbheIUTRA blockquote {
  color: #767676;
}
.cid-scaBDskAUZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scaBDskAUZ .mbr-text,
.cid-scaBDskAUZ blockquote {
  color: #767676;
}
.cid-scaBWz94WV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scaBWz94WV .card-img {
  background-color: #fff;
}
.cid-scaBWz94WV .card {
  align-self: stretch;
}
.cid-scaBWz94WV .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-scaBWz94WV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-scaBWz94WV p {
  text-align: left;
}
.cid-scaBWz94WV .mbr-text {
  color: #767676;
}
.cid-scaBWz94WV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scaBWz94WV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-scaBWz94WV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-scaC7xy50T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-scaC7xy50T .mbr-section-subtitle {
  color: #767676;
}
.cid-scaC7xy50T .container-table {
  margin: 0 auto;
}
.cid-scaC7xy50T .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-scaC7xy50T .dataTables_wrapper {
  display: block;
}
.cid-scaC7xy50T .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scaC7xy50T .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scaC7xy50T table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-scaC7xy50T table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scaC7xy50T table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-scaC7xy50T table td {
  border-top: 1px solid #cccccc;
}
.cid-scaC7xy50T table.table {
  background: #ffffff;
}
.cid-scaC7xy50T .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scaC7xy50T .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scaC7xy50T .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scaC7xy50T .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-scaC7xy50T .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scaC7xy50T .dataTables_filter {
    text-align: center;
  }
  .cid-scaC7xy50T .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scaDRrlJtk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scaDRrlJtk .counter-container {
  color: #767676;
}
.cid-scaDRrlJtk .counter-container ul {
  margin-bottom: 0;
}
.cid-scaDRrlJtk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-scaDRrlJtk .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-scaE1XFztk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scaE1XFztk .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scaE1XFztk .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-scaE1XFztk .timeline-text-content p {
  margin-bottom: 0;
}
.cid-scaE1XFztk .time-line-date-content {
  margin-right: 2rem;
}
.cid-scaE1XFztk .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-scaE1XFztk .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-scaE1XFztk .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scaE1XFztk .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scaE1XFztk .mbr-timeline-date,
.cid-scaE1XFztk .timeline-text-content {
  transition: all .4s;
}
.cid-scaE1XFztk .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-scaE1XFztk .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-scaE1XFztk .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-scaE1XFztk .reverse .time-line-date-content p {
  float: left;
}
.cid-scaE1XFztk .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-scaE1XFztk .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-scaE1XFztk .iconBackground {
    left: 0 !important;
  }
  .cid-scaE1XFztk .separline:before {
    left: 0!important;
  }
  .cid-scaE1XFztk .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-scaE1XFztk .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-scaE1XFztk .time-line-date-content p {
    float: left !important;
  }
  .cid-scaE1XFztk .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-scaE1XFztk .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-scaE1XFztk .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-scaEckPWnI {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scaEckPWnI [class^="socicon-"]:before,
.cid-scaEckPWnI [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-scaEckPWnI .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-scaEckPWnI .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-scaEckPWnI .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-scaEckPWnI .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-scaEckPWnI .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-scaEckPWnI .btn {
    font-size: 20px !important;
  }
}
.cid-scb1udjZZu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scb1udjZZu .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scb1udjZZu .section-text {
  padding: 2rem 0;
}
.cid-scb1udjZZu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scb1udjZZu .inner-container {
    width: 100% !important;
  }
}
.cid-scb1uekH1p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scb1uekH1p .mbr-text,
.cid-scb1uekH1p blockquote {
  color: #767676;
}
.cid-scVz7tdfGc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-scVz7tdfGc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scVz7tdfGc .section-text {
  padding: 2rem 0;
}
.cid-scVz7tdfGc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scVz7tdfGc .inner-container {
    width: 100% !important;
  }
}
.cid-scb1uhikDI {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-scb1uhikDI .mbr-section-subtitle {
  color: #767676;
}
.cid-scb1uhikDI .container-table {
  margin: 0 auto;
}
.cid-scb1uhikDI .scroll {
    overflow-x: auto;
    padding: 0;
    text-align: center;
}
.cid-scb1uhikDI .dataTables_wrapper {
  display: block;
}
.cid-scb1uhikDI .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scb1uhikDI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scb1uhikDI table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-scb1uhikDI table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scb1uhikDI table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-scb1uhikDI table td {
  border-top: 1px solid #cccccc;
}
.cid-scb1uhikDI table.table {
  background: #ffffff;
}
.cid-scb1uhikDI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scb1uhikDI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scb1uhikDI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scb1uhikDI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-scb1uhikDI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scb1uhikDI .dataTables_filter {
    text-align: center;
  }
  .cid-scb1uhikDI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scb90GSBEz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scb90GSBEz .card {
  align-self: stretch;
}
.cid-scb90GSBEz .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-scb90GSBEz h4 {
    font-weight: 500;
    margin-bottom: 0;
    text-align: right;
}
.cid-scb90GSBEz p {
    color: #767676;
}
.cid-scb90GSBEz .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scb90GSBEz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-scb90GSBEz .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-scVAPLPdsT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-scVAPLPdsT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scVAPLPdsT .section-text {
  padding: 2rem 0;
}
.cid-scVAPLPdsT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scVAPLPdsT .inner-container {
    width: 100% !important;
  }
}
.cid-scb1ufpftU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-scb1ufpftU .card-img {
  background-color: #fff;
}
.cid-scb1ufpftU .card {
  align-self: stretch;
}
.cid-scb1ufpftU .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-scb1ufpftU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-scb1ufpftU p {
  text-align: left;
}
.cid-scb1ufpftU .mbr-text {
  color: #767676;
}
.cid-scb1ufpftU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scb1ufpftU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-scb1ufpftU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-scVCLrvmCW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scVCLrvmCW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scVCLrvmCW .section-text {
  padding: 2rem 0;
}
.cid-scVCLrvmCW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scVCLrvmCW .inner-container {
    width: 100% !important;
  }
}
.cid-scVCTt0qZ0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scVCTt0qZ0 .mbr-text,
.cid-scVCTt0qZ0 blockquote {
  color: #767676;
}
.cid-scVD5ZwRv6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scVD5ZwRv6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scVD5ZwRv6 .section-text {
  padding: 2rem 0;
}
.cid-scVD5ZwRv6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scVD5ZwRv6 .inner-container {
    width: 100% !important;
  }
}
.cid-scVD6xc6sX {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scVD6xc6sX .mbr-text,
.cid-scVD6xc6sX blockquote {
  color: #767676;
}
.cid-scVD6xc6sX .mbr-text P {
  text-align: center;
}
.cid-sceImBwifG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sceImBwifG .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sceImBwifG .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-sceImBwifG .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sceImBwifG .time-line-date-content {
  margin-right: 2rem;
}
.cid-sceImBwifG .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-sceImBwifG .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sceImBwifG .timeline-element:hover .mbr-timeline-date {
    box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
    transition: all .4s;
    text-align: right;
}
.cid-sceImBwifG .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sceImBwifG .mbr-timeline-date,
.cid-sceImBwifG .timeline-text-content {
  transition: all .4s;
}
.cid-sceImBwifG .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sceImBwifG .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-sceImBwifG .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-sceImBwifG .reverse .time-line-date-content p {
  float: left;
}
.cid-sceImBwifG .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-sceImBwifG .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sceImBwifG .iconBackground {
    left: 0 !important;
  }
  .cid-sceImBwifG .separline:before {
    left: 0!important;
  }
  .cid-sceImBwifG .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sceImBwifG .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sceImBwifG .time-line-date-content p {
    float: left !important;
  }
  .cid-sceImBwifG .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-sceImBwifG .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sceImBwifG .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-scb1umSXoi {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scb1umSXoi [class^="socicon-"]:before,
.cid-scb1umSXoi [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-scb1umSXoi .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-scb1umSXoi .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-scb1umSXoi .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-scb1umSXoi .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-scb1umSXoi .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-scb1umSXoi .btn {
    font-size: 20px !important;
  }
}
.cid-scg0V01H4o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scg0V01H4o .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scg0V01H4o .section-text {
  padding: 2rem 0;
}
.cid-scg0V01H4o .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scg0V01H4o .inner-container {
    width: 100% !important;
  }
}
.cid-scg0V0LLcn {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scg0V0LLcn .mbr-text,
.cid-scg0V0LLcn blockquote {
  color: #767676;
}
.cid-scg72m43YZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-scg72m43YZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scg72m43YZ .section-text {
  padding: 2rem 0;
}
.cid-scg72m43YZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scg72m43YZ .inner-container {
    width: 100% !important;
  }
}
.cid-scg3R3MaSP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-scg3R3MaSP .card {
  align-self: stretch;
}
.cid-scg3R3MaSP .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-scg3R3MaSP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-scg3R3MaSP p {
  color: #767676;
  text-align: left;
}
.cid-scg3R3MaSP .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scg3R3MaSP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-scg3R3MaSP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-scPH71hkEl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-scPH71hkEl .card-img {
  background-color: #fff;
}
.cid-scPH71hkEl .card {
  align-self: stretch;
}
.cid-scPH71hkEl .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-scPH71hkEl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-scPH71hkEl p {
  text-align: left;
}
.cid-scPH71hkEl .mbr-text {
  color: #767676;
}
.cid-scPH71hkEl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scPH71hkEl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-scPH71hkEl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-scg0V6BIvx {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scg0V6BIvx .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scg0V6BIvx .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-scg0V6BIvx .timeline-text-content p {
  margin-bottom: 0;
}
.cid-scg0V6BIvx .time-line-date-content {
  margin-right: 2rem;
}
.cid-scg0V6BIvx .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-scg0V6BIvx .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-scg0V6BIvx .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scg0V6BIvx .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scg0V6BIvx .mbr-timeline-date,
.cid-scg0V6BIvx .timeline-text-content {
  transition: all .4s;
}
.cid-scg0V6BIvx .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-scg0V6BIvx .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-scg0V6BIvx .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-scg0V6BIvx .reverse .time-line-date-content p {
  float: left;
}
.cid-scg0V6BIvx .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-scg0V6BIvx .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-scg0V6BIvx .iconBackground {
    left: 0 !important;
  }
  .cid-scg0V6BIvx .separline:before {
    left: 0!important;
  }
  .cid-scg0V6BIvx .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-scg0V6BIvx .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-scg0V6BIvx .time-line-date-content p {
    float: left !important;
  }
  .cid-scg0V6BIvx .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-scg0V6BIvx .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-scg0V6BIvx .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-scPJ7z6KXQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-scPJ7z6KXQ .mbr-section-subtitle {
  color: #767676;
}
.cid-scPJ7z6KXQ .container-table {
  margin: 0 auto;
}
.cid-scPJ7z6KXQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-scPJ7z6KXQ .dataTables_wrapper {
  display: block;
}
.cid-scPJ7z6KXQ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scPJ7z6KXQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scPJ7z6KXQ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-scPJ7z6KXQ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scPJ7z6KXQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-scPJ7z6KXQ table td {
  border-top: 1px solid #cccccc;
}
.cid-scPJ7z6KXQ table.table {
  background: #ffffff;
}
.cid-scPJ7z6KXQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scPJ7z6KXQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scPJ7z6KXQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scPJ7z6KXQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-scPJ7z6KXQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scPJ7z6KXQ .dataTables_filter {
    text-align: center;
  }
  .cid-scPJ7z6KXQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scPJ7z6KXQ .head-item {
  text-align: left;
}
.cid-scPJ7z6KXQ .body-item {
  text-align: left;
}
.cid-scPKQVDQ10 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-scPKQVDQ10 .mbr-text,
.cid-scPKQVDQ10 blockquote {
  color: #767676;
}
.cid-scg0V8kiq4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scg0V8kiq4 [class^="socicon-"]:before,
.cid-scg0V8kiq4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-scg0V8kiq4 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-scg0V8kiq4 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-scg0V8kiq4 .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-scg0V8kiq4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-scg0V8kiq4 .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-scg0V8kiq4 .btn {
    font-size: 20px !important;
  }
}
.cid-scJBTBSwxT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scJBTBSwxT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scJBTBSwxT .section-text {
  padding: 2rem 0;
}
.cid-scJBTBSwxT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scJBTBSwxT .inner-container {
    width: 100% !important;
  }
}
.cid-scJBTCe0fU {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scJBTCe0fU .mbr-text,
.cid-scJBTCe0fU blockquote {
  color: #767676;
}
.cid-scJX2doXQn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scJX2doXQn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scJX2doXQn .section-text {
  padding: 2rem 0;
}
.cid-scJX2doXQn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scJX2doXQn .inner-container {
    width: 100% !important;
  }
}
.cid-scK29EEfxx {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scK29EEfxx .counter-container {
  color: #767676;
}
.cid-scK29EEfxx .counter-container ul {
  margin-bottom: 0;
}
.cid-scK29EEfxx .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-scJBTCAEN5 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-scJBTCAEN5 .card-img {
  background-color: #fff;
}
.cid-scJBTCAEN5 .card {
  align-self: stretch;
}
.cid-scJBTCAEN5 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-scJBTCAEN5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-scJBTCAEN5 p {
  text-align: left;
}
.cid-scJBTCAEN5 .mbr-text {
  color: #767676;
}
.cid-scJBTCAEN5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scJBTCAEN5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-scJBTCAEN5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-scK9jTI67O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scK9jTI67O .mbr-text,
.cid-scK9jTI67O blockquote {
  color: #767676;
}
.cid-scJBTFG9PE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scJBTFG9PE .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scJBTFG9PE .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-scJBTFG9PE .timeline-text-content p {
    margin-bottom: 0;
    text-align: right;
}
.cid-scJBTFG9PE .time-line-date-content {
  margin-right: 2rem;
}
.cid-scJBTFG9PE .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-scJBTFG9PE .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-scJBTFG9PE .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scJBTFG9PE .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scJBTFG9PE .mbr-timeline-date,
.cid-scJBTFG9PE .timeline-text-content {
  transition: all .4s;
}
.cid-scJBTFG9PE .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-scJBTFG9PE .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-scJBTFG9PE .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-scJBTFG9PE .reverse .time-line-date-content p {
  float: left;
}
.cid-scJBTFG9PE .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-scJBTFG9PE .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-scJBTFG9PE .iconBackground {
    left: 0 !important;
  }
  .cid-scJBTFG9PE .separline:before {
    left: 0!important;
  }
  .cid-scJBTFG9PE .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-scJBTFG9PE .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-scJBTFG9PE .time-line-date-content p {
    float: left !important;
  }
  .cid-scJBTFG9PE .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-scJBTFG9PE .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-scJBTFG9PE .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-scJBTGRfL7 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scJBTGRfL7 [class^="socicon-"]:before,
.cid-scJBTGRfL7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-scJBTGRfL7 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-scJBTGRfL7 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-scJBTGRfL7 .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-scJBTGRfL7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-scJBTGRfL7 .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-scJBTGRfL7 .btn {
    font-size: 20px !important;
  }
}
.cid-scTQ2hl50S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scTQ2hl50S .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scTQ2hl50S .section-text {
  padding: 2rem 0;
}
.cid-scTQ2hl50S .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scTQ2hl50S .inner-container {
    width: 100% !important;
  }
}
.cid-scTQ2hLEQ1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scTQ2hLEQ1 .mbr-text,
.cid-scTQ2hLEQ1 blockquote {
  color: #767676;
}
.cid-scTQ2iclQD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scTQ2iclQD .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scTQ2iclQD .section-text {
  padding: 2rem 0;
}
.cid-scTQ2iclQD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scTQ2iclQD .inner-container {
    width: 100% !important;
  }
}
.cid-scTQ2iDgw3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scTQ2iDgw3 .counter-container {
  color: #767676;
}
.cid-scTQ2iDgw3 .counter-container ul {
  margin-bottom: 0;
}
.cid-scTQ2iDgw3 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-scTQ2j6FGb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scTQ2j6FGb .card-img {
  background-color: #fff;
}
.cid-scTQ2j6FGb .card {
  align-self: stretch;
}
.cid-scTQ2j6FGb .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-scTQ2j6FGb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-scTQ2j6FGb p {
  text-align: left;
}
.cid-scTQ2j6FGb .mbr-text {
  color: #767676;
}
.cid-scTQ2j6FGb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scTQ2j6FGb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-scTQ2j6FGb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-scTU0cXXIU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scTU0cXXIU .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scTU0cXXIU .section-text {
  padding: 2rem 0;
}
.cid-scTU0cXXIU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scTU0cXXIU .inner-container {
    width: 100% !important;
  }
}
.cid-scTTUryMOL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scTTUryMOL .counter-container {
  color: #767676;
}
.cid-scTTUryMOL .counter-container ul {
  margin-bottom: 0;
}
.cid-scTTUryMOL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-scTTUryMOL .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-scTQ2kRkwL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-scTQ2kRkwL .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scTQ2kRkwL .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-scTQ2kRkwL .timeline-text-content p {
  margin-bottom: 0;
}
.cid-scTQ2kRkwL .time-line-date-content {
  margin-right: 2rem;
}
.cid-scTQ2kRkwL .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-scTQ2kRkwL .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-scTQ2kRkwL .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scTQ2kRkwL .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-scTQ2kRkwL .mbr-timeline-date,
.cid-scTQ2kRkwL .timeline-text-content {
  transition: all .4s;
}
.cid-scTQ2kRkwL .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-scTQ2kRkwL .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-scTQ2kRkwL .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-scTQ2kRkwL .reverse .time-line-date-content p {
  float: left;
}
.cid-scTQ2kRkwL .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-scTQ2kRkwL .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-scTQ2kRkwL .iconBackground {
    left: 0 !important;
  }
  .cid-scTQ2kRkwL .separline:before {
    left: 0!important;
  }
  .cid-scTQ2kRkwL .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-scTQ2kRkwL .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-scTQ2kRkwL .time-line-date-content p {
    float: left !important;
  }
  .cid-scTQ2kRkwL .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-scTQ2kRkwL .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-scTQ2kRkwL .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-scTQ2mik4l {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scTQ2mik4l [class^="socicon-"]:before,
.cid-scTQ2mik4l [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-scTQ2mik4l .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-scTQ2mik4l .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-scTQ2mik4l .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-scTQ2mik4l .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-scTQ2mik4l .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-scTQ2mik4l .btn {
    font-size: 20px !important;
  }
}
