@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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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) {
  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-rGS7V41oKD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGS7V41oKD .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGS7V41oKD .section-text {
  padding: 2rem 0;
}
.cid-rGS7V41oKD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGS7V41oKD .inner-container {
    width: 100% !important;
  }
}
.cid-rGQFnlT4KP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rGQFnlT4KP h2 {
  text-align: left;
}
.cid-rGQFnlT4KP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rGQFnlT4KP p {
  color: #767676;
  text-align: left;
}
.cid-rGQFnlT4KP .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rGQFnlT4KP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rGQFnlT4KP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rGQFnlT4KP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rGQFnlT4KP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rGQFnlT4KP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rGQFnlT4KP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rGQFnlT4KP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rGQFnlT4KP .card-img span {
    font-size: 40px !important;
  }
}
.cid-rGQsaISREc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rGQsaISREc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rGQsaISREc p {
  color: #767676;
  text-align: left;
}
.cid-rGQsaISREc .card-box {
  padding-top: 2rem;
}
.cid-rGQsaISREc .card-wrapper {
  height: 100%;
}
.cid-rGQrd2GPzR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGQrd2GPzR .mbr-text,
.cid-rGQrd2GPzR blockquote {
  color: #767676;
}
.cid-rGQtTEY6Rc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rGQtTEY6Rc .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rGQtTEY6Rc .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rGQtTEY6Rc .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rGQtTEY6Rc .time-line-date-content {
  margin-right: 2rem;
}
.cid-rGQtTEY6Rc .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rGQtTEY6Rc .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-rGQtTEY6Rc .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rGQtTEY6Rc .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rGQtTEY6Rc .mbr-timeline-date,
.cid-rGQtTEY6Rc .timeline-text-content {
  transition: all .4s;
}
.cid-rGQtTEY6Rc .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rGQtTEY6Rc .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rGQtTEY6Rc .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rGQtTEY6Rc .reverse .time-line-date-content p {
  float: left;
}
.cid-rGQtTEY6Rc .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-rGQtTEY6Rc .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-rGQtTEY6Rc .iconBackground {
    left: 0 !important;
  }
  .cid-rGQtTEY6Rc .separline:before {
    left: 0!important;
  }
  .cid-rGQtTEY6Rc .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rGQtTEY6Rc .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rGQtTEY6Rc .time-line-date-content p {
    float: left !important;
  }
  .cid-rGQtTEY6Rc .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rGQtTEY6Rc .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rGQtTEY6Rc .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rGQxgWOXpj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rGQxgWOXpj .mbr-section-subtitle {
  color: #ff3366;
  font-weight: 300;
}
.cid-rGQxgWOXpj .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rGQxgWOXpj .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-rGQxgWOXpj .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rGQxgWOXpj .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-rGQxgWOXpj .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGQxgWOXpj .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rGQxgWOXpj .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rGQxgWOXpj .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rGQxgWOXpj .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rGQxgWOXpj .number,
  .cid-rGQxgWOXpj .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rGQxgWOXpj .period {
    font-size: 0.8rem;
  }
}
.cid-rGV4bvOyaN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-rGQrG5KCtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rGUs9xXXia {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUs9xXXia .mbr-section-subtitle {
  color: #767676;
}
.cid-rGUsEnvRFn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rGUsEnvRFn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGUsEnvRFn .section-text {
  padding: 2rem 0;
}
.cid-rGUsEnvRFn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGUsEnvRFn .inner-container {
    width: 100% !important;
  }
}
.cid-rGUtiHNfwi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rGUtiHNfwi .counter-container {
  color: #767676;
}
.cid-rGUtiHNfwi .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rGUtiHNfwi .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rGUtiHNfwi .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rGUtiHNfwi .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rGUtXKVxCl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUtXKVxCl .mbr-text {
  color: #767676;
}
.cid-rGUuDfF3GL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUuDfF3GL .mbr-text {
  color: #767676;
}
.cid-rGUuRJQIqF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUuRJQIqF .mbr-text {
  color: #767676;
}
.cid-rGUv9Z6JKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUv9Z6JKW .mbr-text {
  color: #767676;
}
.cid-rGUvwhhphu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rGUvwhhphu .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGUvwhhphu .section-text {
  padding: 2rem 0;
}
.cid-rGUvwhhphu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGUvwhhphu .inner-container {
    width: 100% !important;
  }
}
.cid-rGUE1cDkVw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rGUE1cDkVw .mbr-text,
.cid-rGUE1cDkVw blockquote {
  color: #767676;
}
.cid-rGUvEBIFkU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rGUvEBIFkU .mbr-text {
  color: #767676;
}
.cid-rGUvEBIFkU .mbr-text p {
  background: #ffffff;
}
.cid-rGUwjq5c8Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUwjq5c8Y .mbr-text {
  color: #767676;
}
.cid-rGUwRj82qD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGUwRj82qD .mbr-text {
  color: #767676;
}
.cid-rGUwRj82qD h4 {
  text-align: center;
}
.cid-rGUwRj82qD p {
  text-align: center;
}
.cid-rGUwRj82qD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rGUyrwYsm0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rGUyrwYsm0 .mbr-text {
  color: #767676;
}
.cid-rGUyLrc3By {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUyLrc3By .mbr-text {
  color: #767676;
}
.cid-rGUz22iVzY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1e0e4;
}
.cid-rGUz22iVzY .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rGUz22iVzY H2 {
  color: #cc2952;
}
.cid-rGUzlT4rcg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUzlT4rcg .mbr-text {
  color: #232323;
}
.cid-rGUzlT4rcg .mbr-text p {
  background: #ffffff;
}
.cid-rGUA0EkH6a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUA0EkH6a .mbr-text {
  color: #767676;
}
.cid-rGUAD3oySm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUAD3oySm .mbr-text {
  color: #767676;
}
.cid-rGUAVnLUFa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUAVnLUFa .mbr-text {
  color: #767676;
}
.cid-rGUBrExqH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rGUBrExqH7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGUBrExqH7 .section-text {
  padding: 2rem 0;
}
.cid-rGUBrExqH7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGUBrExqH7 .inner-container {
    width: 100% !important;
  }
}
.cid-rGUC4tge6J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUC4tge6J .mbr-text {
  color: #767676;
}
.cid-rGUCsxl5AE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUCsxl5AE .mbr-text {
  color: #767676;
}
.cid-rGUEd2YANV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUEd2YANV .mbr-text {
  color: #767676;
}
.cid-rGUFaL1wON {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGUFaL1wON .mbr-text {
  color: #767676;
}
.cid-rGUFGaq2rB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rGUFGaq2rB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGUFGaq2rB .section-text {
  padding: 2rem 0;
}
.cid-rGUFGaq2rB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGUFGaq2rB .inner-container {
    width: 100% !important;
  }
}
.cid-rGUGiEgG8k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rGQrG5KCtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rHdLtoQ3NZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rHivmsya4A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHivmsya4A .mbr-text,
.cid-rHivmsya4A blockquote {
  color: #767676;
}
.cid-rHivmsya4A .mbr-text P {
  text-align: center;
}
.cid-rHiv1WzP0P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHiv1WzP0P .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHiv1WzP0P .section-text {
  padding: 2rem 0;
}
.cid-rHiv1WzP0P .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHiv1WzP0P .inner-container {
    width: 100% !important;
  }
}
.cid-rGRLXzGxEs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGRLXzGxEs .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rGRLXzGxEs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rGRLXzGxEs p {
  color: #767676;
  text-align: left;
}
.cid-rGRLXzGxEs .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rGRLXzGxEs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rGRLXzGxEs .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rGRGRKpzbp {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rGRGRKpzbp .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rGRGRKpzbp .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rGRGRKpzbp .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rGRGRKpzbp .mbr-text {
  color: #ffffff;
}
.cid-rGRGRKpzbp .card {
  padding-bottom: 1.5rem;
}
.cid-rGRCmEfERD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rGRCmEfERD P {
  color: #767676;
}
.cid-rGRGk2L1Oq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGRGk2L1Oq .mbr-section-subtitle {
  color: #767676;
}
.cid-rGWrXQ3cXC {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rGWrXQ3cXC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rGWrXQ3cXC .video-block {
    width: 100% !important;
  }
}
.cid-rGRDO9XYoY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rGRDO9XYoY .mbr-section-subtitle {
  color: #767676;
}
.cid-rGRDFk9LHW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGRDFk9LHW .mbr-text {
  color: #767676;
}
.cid-rGRDFk9LHW h4 {
  text-align: center;
}
.cid-rGRDFk9LHW p {
  text-align: center;
}
.cid-rGRDFk9LHW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rGRFVC4O9q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGRFVC4O9q .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGRFVC4O9q .section-text {
  padding: 2rem 0;
}
.cid-rGRFVC4O9q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGRFVC4O9q .inner-container {
    width: 100% !important;
  }
}
.cid-rGRPI7ZwoS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGRPI7ZwoS h3 {
  font-weight: 300;
}
.cid-rGRPI7ZwoS .card-img {
  width: initial;
}
.cid-rGRPI7ZwoS .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rGRPI7ZwoS .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rGRPI7ZwoS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rGRPI7ZwoS .mbr-section-subtitle {
  color: #767676;
}
.cid-rGRPI7ZwoS .mbr-text {
  color: #767676;
}
.cid-rGRPI7ZwoS .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rGRPI7ZwoS .mbr-al-i-c {
  align-items: center;
}
.cid-rH6lfTwPHn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGQrG5KCtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rH9e4ZIKrm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rH9e4ZIKrm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rH9e4ZIKrm .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rH9e4ZIKrm .mbr-text {
  color: #767676;
}
.cid-rH9d5ElZtn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9d5ElZtn .mbr-section-subtitle {
  color: #767676;
}
.cid-rH9fnFIU4v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH9fnFIU4v .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH9fnFIU4v .section-text {
  padding: 2rem 0;
}
.cid-rH9fnFIU4v .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH9fnFIU4v .inner-container {
    width: 100% !important;
  }
}
.cid-rH9hNhsKNf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9hNhsKNf .mbr-text {
  color: #767676;
}
.cid-rH9iUvXix4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9iUvXix4 .counter-container {
  color: #767676;
}
.cid-rH9iUvXix4 .counter-container ul {
  margin-bottom: 0;
}
.cid-rH9iUvXix4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rH9iUvXix4 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rH9jBxgMjW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rH9jBxgMjW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH9jBxgMjW .section-text {
  padding: 2rem 0;
}
.cid-rH9jBxgMjW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH9jBxgMjW .inner-container {
    width: 100% !important;
  }
}
.cid-rH9hdJYPSg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rH9d5FCqDf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rH9o7gW7eS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rH9o7gW7eS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rH9o7gW7eS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rH9o7gW7eS .mbr-text {
  color: #767676;
}
.cid-rH9o7hmc60 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9o7hmc60 .mbr-section-subtitle {
  color: #767676;
}
.cid-rH9o7hGB2V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH9o7hGB2V .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH9o7hGB2V .section-text {
  padding: 2rem 0;
}
.cid-rH9o7hGB2V .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH9o7hGB2V .inner-container {
    width: 100% !important;
  }
}
.cid-rH9vFmy3V8 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9vFmy3V8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rH9vFmy3V8 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rH9vFmy3V8 .separline .step-wrapper {
    position: relative;
  }
  .cid-rH9vFmy3V8 .separline .step-wrapper:before,
  .cid-rH9vFmy3V8 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rH9vFmy3V8 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rH9vFmy3V8 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rH9vFmy3V8 .separline.last-child .step-wrapper:after,
  .cid-rH9vFmy3V8 .separline:nth-child(3n) .step-wrapper:after,
  .cid-rH9vFmy3V8 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rH9vFmy3V8 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rH9ry2MfwM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9ry2MfwM .mbr-text,
.cid-rH9ry2MfwM blockquote {
  color: #767676;
}
.cid-rH9rPSpSWM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9rPSpSWM .counter-container {
  color: #767676;
}
.cid-rH9rPSpSWM .counter-container ul {
  margin-bottom: 0;
}
.cid-rH9rPSpSWM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rH9rPSpSWM .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rH9sV4IvQi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH9sV4IvQi .mbr-text,
.cid-rH9sV4IvQi blockquote {
  color: #767676;
}
.cid-rH9o7j4ny0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rH9o7j4ny0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH9o7j4ny0 .section-text {
  padding: 2rem 0;
}
.cid-rH9o7j4ny0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH9o7j4ny0 .inner-container {
    width: 100% !important;
  }
}
.cid-rH9o7jke8K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rH9o7jxnYe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rGV85GyKVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGV85GyKVq .mbr-section-subtitle {
  color: #767676;
}
.cid-rGV8nKT4Fe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rGV8nKT4Fe .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rGV8nKT4Fe .container-table {
  margin: 0 auto;
}
.cid-rGV8nKT4Fe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rGV8nKT4Fe .dataTables_wrapper {
  display: block;
}
.cid-rGV8nKT4Fe .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rGV8nKT4Fe .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rGV8nKT4Fe table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rGV8nKT4Fe table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rGV8nKT4Fe table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rGV8nKT4Fe table td {
  border-top: 1px solid #cccccc;
}
.cid-rGV8nKT4Fe table.table {
  background: #ffffff;
}
.cid-rGV8nKT4Fe .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rGV8nKT4Fe .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rGV8nKT4Fe .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rGV8nKT4Fe .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rGV8nKT4Fe .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rGV8nKT4Fe .dataTables_filter {
    text-align: center;
  }
  .cid-rGV8nKT4Fe .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rGVeyuWuDO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGQrG5KCtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rHdfbkZE9q {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHdfbkZE9q .mbr-section-subtitle {
  color: #767676;
}
.cid-rHdduqkygF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHdduqkygF .counter-container {
  color: #767676;
}
.cid-rHdduqkygF .counter-container ul {
  margin-bottom: 0;
}
.cid-rHdduqkygF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rHdduqkygF .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rHdgHmpMa5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHdgHmpMa5 .counter-container {
  color: #767676;
}
.cid-rHdgHmpMa5 .counter-container ul {
  margin-bottom: 0;
}
.cid-rHdgHmpMa5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rHdgHmpMa5 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rHdkoSqbuY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rHdkoSqbuY .mbr-text {
  color: #767676;
}
.cid-rHdiiF9tGq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rH66ql7O4i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rHtCVPFeJm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-rHtCVQqkJI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHtCVQqkJI .mbr-text,
.cid-rHtCVQqkJI blockquote {
  color: #767676;
}
.cid-rHtCVQqkJI .mbr-text {
  text-align: center;
}
.cid-rHtCVQJroa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHtCVQJroa .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHtCVQJroa .section-text {
  padding: 2rem 0;
}
.cid-rHtCVQJroa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHtCVQJroa .inner-container {
    width: 100% !important;
  }
}
.cid-rHu3mISwvQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHu3mISwvQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHu3mISwvQ .section-text {
  padding: 2rem 0;
}
.cid-rHu3mISwvQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHu3mISwvQ .inner-container {
    width: 100% !important;
  }
}
.cid-rHu3nwuwOU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHu3nwuwOU .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHu3nwuwOU .section-text {
  padding: 2rem 0;
}
.cid-rHu3nwuwOU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHu3nwuwOU .inner-container {
    width: 100% !important;
  }
}
.cid-rHtCVR0wEQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rHtCVR0wEQ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rHtCVR0wEQ .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rHtCVR0wEQ .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rHtCVR0wEQ .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-rHtCVR0wEQ .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rHtCVR0wEQ .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rHtCVR0wEQ .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rHtCVR0wEQ .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rHtCVR0wEQ .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rHtCVR0wEQ .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rHtCVR0wEQ .iconsBackground {
    left: 1.5rem;
  }
  .cid-rHtCVR0wEQ .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rHtCVR0wEQ .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rHtCVR0wEQ .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rHtCVR0wEQ .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rHtCVTO0A1 {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rHtCVTO0A1 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rHtCVTO0A1 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rHtCVTO0A1 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rHtCVTO0A1 .mbr-text {
  color: #ffffff;
}
.cid-rHtCVTO0A1 .card {
  padding-bottom: 1.5rem;
}
.cid-rHtCVUNb9W {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rHtCVUNb9W h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rHtCVUNb9W .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rHtCVUNb9W .mbr-section-subtitle {
  color: #767676;
}
.cid-rHtCVUNb9W .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rHtCVUNb9W ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rHtCVUNb9W path {
  stroke: #0a9c5d;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rHtCVUNb9W .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rHtCVW9kGN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rHtCVWoU6O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rHdNSAiY0n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rHisNgRzOl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHisNgRzOl .mbr-text,
.cid-rHisNgRzOl blockquote {
  color: #767676;
}
.cid-rHisNgRzOl .mbr-text {
  text-align: center;
}
.cid-rHisK3B3iL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHisK3B3iL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHisK3B3iL .section-text {
  padding: 2rem 0;
}
.cid-rHisK3B3iL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHisK3B3iL .inner-container {
    width: 100% !important;
  }
}
.cid-rHuiEVtIXM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHuiEVtIXM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHuiEVtIXM .section-text {
  padding: 2rem 0;
}
.cid-rHuiEVtIXM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHuiEVtIXM .inner-container {
    width: 100% !important;
  }
}
.cid-rHuiZ1kyb9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHuiZ1kyb9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHuiZ1kyb9 .section-text {
  padding: 2rem 0;
}
.cid-rHuiZ1kyb9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHuiZ1kyb9 .inner-container {
    width: 100% !important;
  }
}
.cid-rH68bhdiYS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rH68bhdiYS .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rH68bhdiYS .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rH68bhdiYS .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rH68bhdiYS .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-rH68bhdiYS .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rH68bhdiYS .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rH68bhdiYS .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rH68bhdiYS .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rH68bhdiYS .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rH68bhdiYS .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rH68bhdiYS .iconsBackground {
    left: 1.5rem;
  }
  .cid-rH68bhdiYS .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rH68bhdiYS .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rH68bhdiYS .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rH68bhdiYS .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rH6gaOh4VD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rH6gaOh4VD .mbr-text {
  color: #232323;
}
.cid-rH6gaOh4VD .mbr-text P {
  text-align: center;
}
.cid-rH6ij7oWsj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rH6fTsyFDa {
  background: #ffffff;
}
.cid-rH6fTsyFDa .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rH6fTsyFDa .video-block {
    width: 100% !important;
  }
}
.cid-rH66qcrcGF {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rH66qcrcGF .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rH66qcrcGF .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rH66qcrcGF .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rH66qcrcGF .mbr-text {
  color: #ffffff;
}
.cid-rH66qcrcGF .card {
  padding-bottom: 1.5rem;
}
.cid-rH6rIjqmeO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rH6rIjqmeO h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rH6rIjqmeO .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rH6rIjqmeO .mbr-section-subtitle {
  color: #767676;
}
.cid-rH6rIjqmeO .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rH6rIjqmeO ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rH6rIjqmeO path {
  stroke: #cc2952;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rH6rIjqmeO .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rH6kzChBuH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rH66ql7O4i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rH9zyowoiX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rH9zyowoiX .mbr-section-subtitle {
  color: #767676;
}
.cid-rH9Ey4pTjn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rH9Ey4pTjn .mbr-text,
.cid-rH9Ey4pTjn blockquote {
  color: #767676;
}
.cid-rHcH2tOENe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rH9zysNd4H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rGS1PkOUJ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGS1PkOUJ4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rGS2bssRds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGS2bssRds .mbr-text {
  color: #767676;
}
.cid-rGS2bssRds h4 {
  text-align: center;
}
.cid-rGS2bssRds p {
  text-align: center;
}
.cid-rGS2bssRds .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rGS2bssRds .card-title,
.cid-rGS2bssRds .card-img {
  color: #465052;
}
.cid-rGS3Jh9RxF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGS3Jh9RxF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGS3Jh9RxF .section-text {
  padding: 2rem 0;
}
.cid-rGS3Jh9RxF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGS3Jh9RxF .inner-container {
    width: 100% !important;
  }
}
.cid-rHwZ2D9f4g {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rHwZ2D9f4g .mbr-text {
  color: #767676;
}
.cid-rI5kvBr2aR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rI5kvBr2aR h3 {
  font-weight: 300;
}
.cid-rI5kvBr2aR .card-img {
  width: initial;
}
.cid-rI5kvBr2aR .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rI5kvBr2aR .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rI5kvBr2aR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rI5kvBr2aR .mbr-section-subtitle {
  color: #767676;
}
.cid-rI5kvBr2aR .mbr-text {
  color: #767676;
}
.cid-rI5kvBr2aR .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rI5kvBr2aR .mbr-al-i-c {
  align-items: center;
}
.cid-rIBgjGhU8e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIBgjGhU8e .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIBgjGhU8e .section-text {
  padding: 2rem 0;
}
.cid-rIBgjGhU8e .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIBgjGhU8e .inner-container {
    width: 100% !important;
  }
}
.cid-rIBcFnNQKx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIBcFnNQKx .card-img {
  background-color: #fff;
}
.cid-rIBcFnNQKx .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rIBcFnNQKx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIBcFnNQKx p {
  text-align: left;
}
.cid-rIBcFnNQKx .mbr-text {
  color: #767676;
}
.cid-rIBcFnNQKx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rIBcFnNQKx .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-rIBcFnNQKx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rIBjJcxbgH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIBjJcxbgH .mbr-text,
.cid-rIBjJcxbgH blockquote {
  color: #767676;
}
.cid-rIBhbq5bhP {
  background: #ffffff;
}
.cid-rIBhbq5bhP .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rIBhbq5bhP .video-block {
    width: 100% !important;
  }
}
.cid-rHx36Dw0iw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0a9c5d;
}
.cid-rHx36Dw0iw .mbr-text {
  color: #ffffff;
}
.cid-rHx83GPidV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rHx83GPidV .mbr-text {
  color: #767676;
}
.cid-rHzUVppNmR {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rHzUVppNmR .mbr-text {
  color: #767676;
}
.cid-rHzYdz05Md {
  background-image: url("../../../assets/images/20191101-143848-2000x972.jpg");
}
.cid-rHA9khMGDI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHA9khMGDI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHA9khMGDI .section-text {
  padding: 2rem 0;
}
.cid-rHA9khMGDI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHA9khMGDI .inner-container {
    width: 100% !important;
  }
}
.cid-rHA9x3fY40 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHA9x3fY40 .counter-container {
  color: #767676;
}
.cid-rHA9x3fY40 .counter-container ul {
  margin-bottom: 0;
}
.cid-rHA9x3fY40 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rHA9x3fY40 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rHAebOCXdZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHAebOCXdZ .item {
  padding-bottom: 2rem;
}
.cid-rHAebOCXdZ .item-wrapper {
  height: 100%;
}
.cid-rHAebOCXdZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rHAebOCXdZ .carousel-control,
.cid-rHAebOCXdZ .close {
  background: #1b1b1b;
}
.cid-rHAebOCXdZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rHAebOCXdZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rHAebOCXdZ .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rHAebOCXdZ .close::before {
  content: '\e91a';
}
.cid-rHAebOCXdZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rHAebOCXdZ .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rHAebOCXdZ .carousel-inner > .active {
  display: block;
}
.cid-rHAebOCXdZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHAebOCXdZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHAebOCXdZ .carousel-control .icon-next,
.cid-rHAebOCXdZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rHAebOCXdZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rHAebOCXdZ .carousel-control,
  .cid-rHAebOCXdZ .carousel-indicators,
  .cid-rHAebOCXdZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rHAebOCXdZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rHAebOCXdZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rHAebOCXdZ .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rHAebOCXdZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rHAebOCXdZ .carousel-indicators {
    display: none;
  }
}
.cid-rHAebOCXdZ .carousel-indicators .active,
.cid-rHAebOCXdZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rHAebOCXdZ .carousel-indicators .active {
  background: #fff;
}
.cid-rHAebOCXdZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rHAebOCXdZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rHAebOCXdZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rHAebOCXdZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rHAebOCXdZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rHAebOCXdZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rHAebOCXdZ .carousel {
  width: 100%;
}
.cid-rHAebOCXdZ .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rHAebOCXdZ .modal-backdrop.in {
  opacity: .8;
}
.cid-rHAebOCXdZ .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rHAebOCXdZ .modal.fade .modal-dialog,
.cid-rHAebOCXdZ .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rIG6beNUY3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cbcbcb;
}
@media (min-width: 992px) {
  .cid-rIG6beNUY3 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rIG6beNUY3 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rIG6beNUY3 .mbr-text {
  color: #767676;
}
.cid-rHAbqCN02X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cbcbcb;
}
.cid-rHAbqCN02X .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHAbqCN02X .section-text {
  padding: 2rem 0;
}
.cid-rHAbqCN02X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHAbqCN02X .inner-container {
    width: 100% !important;
  }
}
.cid-rHAbuGcN8P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #cbcbcb;
}
.cid-rHAbuGcN8P .counter-container {
  color: #767676;
}
.cid-rHAbuGcN8P .counter-container ul {
  margin-bottom: 0;
}
.cid-rHAbuGcN8P .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rHAbuGcN8P .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rHAbuGcN8P .mbr-text UL {
  text-align: left;
}
.cid-rHAbuGcN8P .mbr-text {
  color: #232323;
}
.cid-rIFW7RmjPP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cbcbcb;
}
.cid-rIFW7RmjPP .mbr-section-subtitle {
  color: #767676;
}
.cid-rIFWk76N7c {
  background: #ffffff;
}
.cid-rIFWk76N7c .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIFWk76N7c .mbr-figure {
  margin: 0 auto;
}
.cid-rIFWk76N7c figcaption {
  position: relative;
}
.cid-rIFWk76N7c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIFWk76N7c .image-block {
    width: 100% !important;
  }
}
.cid-rIG1EEzjX9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cbcbcb;
}
.cid-rIG1EEzjX9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rIG0dShIjt {
  background: #ffffff;
}
.cid-rIG0dShIjt .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rIG0dShIjt .video-block {
    width: 100% !important;
  }
}
.cid-rHAcTTxHiW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rHAcTTxHiW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHAcTTxHiW .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-rHAcTTxHiW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHAcTTxHiW .inner-container {
    width: 100% !important;
  }
}
.cid-rHAdslqk8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHAdslqk8v .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rHAdslqk8v h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rHAdslqk8v p {
  color: #767676;
  text-align: left;
}
.cid-rHAdslqk8v .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rHAdslqk8v .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rHAdslqk8v .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rGS5H4FqqJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGQrG5KCtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rHueCMuKAR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rHueCMuKAR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rHueCMuKAR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rHueCMuKAR .mbr-text {
  color: #767676;
}
.cid-rHueCMX7FV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHueCMX7FV .mbr-section-subtitle {
  color: #767676;
}
.cid-rHueCNgMII {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rHueCNgMII .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHueCNgMII .section-text {
  padding: 2rem 0;
}
.cid-rHueCNgMII .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHueCNgMII .inner-container {
    width: 100% !important;
  }
}
.cid-rHueCO8db7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHueCO8db7 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rHueCO8db7 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rHueCO8db7 .separline .step-wrapper {
    position: relative;
  }
  .cid-rHueCO8db7 .separline .step-wrapper:before,
  .cid-rHueCO8db7 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rHueCO8db7 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rHueCO8db7 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rHueCO8db7 .separline.last-child .step-wrapper:after,
  .cid-rHueCO8db7 .separline:nth-child(3n) .step-wrapper:after,
  .cid-rHueCO8db7 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rHueCO8db7 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rHueCO8db7 .mbr-step-text {
  text-align: left;
}
.cid-rHueCSqc30 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHueCSqc30 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHueCSqc30 .section-text {
  padding: 2rem 0;
}
.cid-rHueCSqc30 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHueCSqc30 .inner-container {
    width: 100% !important;
  }
}
.cid-rHueCSI8xx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHueCSVIzJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rHueLHVgIK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rHueLHVgIK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rHueLHVgIK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rHueLHVgIK .mbr-text {
  color: #767676;
}
.cid-rHueLIftnK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHueLIftnK .mbr-section-subtitle {
  color: #767676;
}
.cid-rHueLJbA63 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rHueLJbA63 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHueLJbA63 .section-text {
  padding: 2rem 0;
}
.cid-rHueLJbA63 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHueLJbA63 .inner-container {
    width: 100% !important;
  }
}
.cid-rHueLJrw2y {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHueLJrw2y .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rHueLJrw2y .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rHueLJrw2y .separline .step-wrapper {
    position: relative;
  }
  .cid-rHueLJrw2y .separline .step-wrapper:before,
  .cid-rHueLJrw2y .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rHueLJrw2y .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rHueLJrw2y .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rHueLJrw2y .separline.last-child .step-wrapper:after,
  .cid-rHueLJrw2y .separline:nth-child(3n) .step-wrapper:after,
  .cid-rHueLJrw2y .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rHueLJrw2y .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rHueLJrw2y .mbr-step-text {
  text-align: left;
}
.cid-rHvlMoXAjL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHvlMoXAjL .mbr-text,
.cid-rHvlMoXAjL blockquote {
  color: #767676;
}
.cid-rHueLMTnZA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHueLMTnZA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rHueLMTnZA .section-text {
  padding: 2rem 0;
}
.cid-rHueLMTnZA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rHueLMTnZA .inner-container {
    width: 100% !important;
  }
}
.cid-rHueLNbMvn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHueLNp3V8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rHRghiMUaz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHRghiMUaz .mbr-section-subtitle {
  color: #767676;
}
.cid-rHRghk1ZIn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHRghkg5l4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIrInV6ee4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-rIrInVTWBN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIrInVTWBN .mbr-text,
.cid-rIrInVTWBN blockquote {
  color: #767676;
}
.cid-rIrInVTWBN .mbr-text {
  text-align: center;
}
.cid-rIrInWbCxr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIrInWbCxr .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIrInWbCxr .section-text {
  padding: 2rem 0;
}
.cid-rIrInWbCxr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIrInWbCxr .inner-container {
    width: 100% !important;
  }
}
.cid-rIrInWuBQh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIrInWuBQh .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIrInWuBQh .section-text {
  padding: 2rem 0;
}
.cid-rIrInWuBQh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIrInWuBQh .inner-container {
    width: 100% !important;
  }
}
.cid-rIrInWPWUd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIrInWPWUd .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIrInWPWUd .section-text {
  padding: 2rem 0;
}
.cid-rIrInWPWUd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIrInWPWUd .inner-container {
    width: 100% !important;
  }
}
.cid-rIrJfXhj1n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIrJfXhj1n .mbr-text,
.cid-rIrJfXhj1n blockquote {
  color: #767676;
}
.cid-rIrJfXhj1n .mbr-text P {
  text-align: center;
}
.cid-rIrInX7qn8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIrInX7qn8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rIrInX7qn8 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rIrInX7qn8 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rIrInX7qn8 .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-rIrInX7qn8 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rIrInX7qn8 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rIrInX7qn8 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rIrInX7qn8 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rIrInX7qn8 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rIrInX7qn8 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rIrInX7qn8 .iconsBackground {
    left: 1.5rem;
  }
  .cid-rIrInX7qn8 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rIrInX7qn8 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rIrInX7qn8 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rIrInX7qn8 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rIsUydCGwH {
  background: #ffffff;
}
.cid-rIsUydCGwH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIsUydCGwH .mbr-figure {
  margin: 0 auto;
}
.cid-rIsUydCGwH figcaption {
  position: relative;
}
.cid-rIsUydCGwH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIsUydCGwH .image-block {
    width: 100% !important;
  }
}
.cid-rIsU3biWJM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIrIo2BuIF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rItawjUFV7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rItawjUFV7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rItawjUFV7 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rItawjUFV7 .mbr-text {
  color: #767676;
}
.cid-rIsSWDoJ9s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIsSWDoJ9s .mbr-section-subtitle {
  color: #767676;
}
.cid-rIsSLJthx2 {
  background: #ffffff;
}
.cid-rIsSLJthx2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIsSLJthx2 .mbr-figure {
  margin: 0 auto;
}
.cid-rIsSLJthx2 figcaption {
  position: relative;
}
.cid-rIsSLJthx2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIsSLJthx2 .image-block {
    width: 100% !important;
  }
}
.cid-rIxJDhlPbd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-rIxJDhlPbd h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rIxJDhlPbd p {
  color: #ffffff;
}
.cid-rIxJDhlPbd .card {
  margin-bottom: 2rem;
}
.cid-rIxJDhlPbd .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #0a9c5d;
}
.cid-rIxJDhlPbd .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rIxJDhlPbd .card-box {
  padding-bottom: 2rem;
  background-color: #0a9c5d;
  background: linear-gradient(#0a9c5d, transparent);
}
.cid-rIxJDhlPbd .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rIxJDhlPbd .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rIxJDhlPbd .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rIxJDhlPbd .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rIsQqZfj5V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIsQqZfj5V .mbr-section-subtitle {
  color: #767676;
}
.cid-rIsQb84g8Y {
  background: #ffffff;
}
.cid-rIsQb84g8Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIsQb84g8Y .mbr-figure {
  margin: 0 auto;
}
.cid-rIsQb84g8Y figcaption {
  position: relative;
}
.cid-rIsQb84g8Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIsQb84g8Y .image-block {
    width: 100% !important;
  }
}
.cid-rIt267skqg {
  background: #ffffff;
}
.cid-rIt267skqg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIt267skqg .mbr-figure {
  margin: 0 auto;
}
.cid-rIt267skqg figcaption {
  position: relative;
}
.cid-rIt267skqg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIt267skqg .image-block {
    width: 100% !important;
  }
}
.cid-rIDVwtqORl {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #000000);
}
.cid-rIDVwtqORl .btn {
  margin: 0 0 .5rem 0;
}
.cid-rGQrG5KCtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIDGCzoKSL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIDGCzoKSL .mbr-section-subtitle {
  color: #767676;
}
.cid-rIxI9vDdwm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIxI9vDdwm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIxI9vDdwm .section-text {
  padding: 2rem 0;
}
.cid-rIxI9vDdwm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIxI9vDdwm .inner-container {
    width: 100% !important;
  }
}
.cid-rIxFPJZQRK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rIxFPJZQRK .mbr-text {
  color: #767676;
}
.cid-rIxFPKme0c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIxFPKme0c h3 {
  font-weight: 300;
}
.cid-rIxFPKme0c .card-img {
  width: initial;
}
.cid-rIxFPKme0c .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rIxFPKme0c .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rIxFPKme0c .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIxFPKme0c .mbr-section-subtitle {
  color: #767676;
}
.cid-rIxFPKme0c .mbr-text {
  color: #767676;
}
.cid-rIxFPKme0c .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIxFPKme0c .mbr-al-i-c {
  align-items: center;
}
.cid-rIxFPLb6Lx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIxFPLb6Lx .mbr-text {
  color: #767676;
}
.cid-rIxP3seLAB {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rIxP3seLAB .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIxFPPAJQz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIxFPPQiHi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIDG1hFTAS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIDG1hFTAS .mbr-section-subtitle {
  color: #767676;
}
.cid-rIxFZXEPaC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIxFZXEPaC .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIxFZXEPaC .section-text {
  padding: 2rem 0;
}
.cid-rIxFZXEPaC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIxFZXEPaC .inner-container {
    width: 100% !important;
  }
}
.cid-rIxG012woA {
  background-image: url("../../../assets/images/20191101-143848-2000x972.jpg");
}
.cid-rIxG021Nzp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIxG021Nzp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIxG021Nzp .section-text {
  padding: 2rem 0;
}
.cid-rIxG021Nzp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIxG021Nzp .inner-container {
    width: 100% !important;
  }
}
.cid-rIxG02jdTK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIxG02jdTK .counter-container {
  color: #767676;
}
.cid-rIxG02jdTK .counter-container ul {
  margin-bottom: 0;
}
.cid-rIxG02jdTK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rIxG02jdTK .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rIDF6LFBzK {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rIDF6LFBzK .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIxG04k73I {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIxG04Foxs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIDGlslVFD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIDGlslVFD .mbr-section-subtitle {
  color: #767676;
}
.cid-rIxHZ4WEis {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIxHZ4WEis .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIxHZ4WEis .section-text {
  padding: 2rem 0;
}
.cid-rIxHZ4WEis .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIxHZ4WEis .inner-container {
    width: 100% !important;
  }
}
.cid-rIxHZ5wpWi {
  background-image: url("../../../assets/images/20191101-143848-2000x972.jpg");
}
.cid-rIxHZ65HXc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rIxHZ65HXc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIxHZ65HXc .section-text {
  padding: 2rem 0;
}
.cid-rIxHZ65HXc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIxHZ65HXc .inner-container {
    width: 100% !important;
  }
}
.cid-rIxHZ6v9h6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rIxHZ6v9h6 .counter-container {
  color: #767676;
}
.cid-rIxHZ6v9h6 .counter-container ul {
  margin-bottom: 0;
}
.cid-rIxHZ6v9h6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rIxHZ6v9h6 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rIDEKBEM59 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rIDEKBEM59 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIxHZ9jyrr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIxHZ9zWYY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIxT4wtmCZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rIxT4wtmCZ .title {
  margin-bottom: 2rem;
}
.cid-rIxT4wtmCZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rIxT4wtmCZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rIxT4wtmCZ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rIxT4wtmCZ textarea.form-control {
  min-height: 188px;
}
.cid-rIyJG2flXe {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rIyJG2flXe .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIxFPPQiHi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIDDLVqBHB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rIDDLVqBHB .title {
  margin-bottom: 2rem;
}
.cid-rIDDLVqBHB .mbr-section-subtitle {
  color: #767676;
}
.cid-rIDDLVqBHB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rIDDLVqBHB a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rIDDLVqBHB textarea.form-control {
  min-height: 188px;
}
.cid-rIDDLWTgtF {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rIDDLWTgtF .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIDDLXp7Ev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIDE1GhtqZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rIDE1GhtqZ .title {
  margin-bottom: 2rem;
}
.cid-rIDE1GhtqZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rIDE1GhtqZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rIDE1GhtqZ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rIDE1GhtqZ textarea.form-control {
  min-height: 188px;
}
.cid-rIDE1HQaWz {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rIDE1HQaWz .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIDE1Ir4Wm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIDXjXCndt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rIE2IJ4YmI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIE2IJ4YmI .mbr-text,
.cid-rIE2IJ4YmI blockquote {
  color: #767676;
}
.cid-rIE2IJ4YmI .mbr-text P {
  text-align: center;
}
.cid-rIE37JbmTf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIE37JbmTf .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIE37JbmTf .section-text {
  padding: 2rem 0;
}
.cid-rIE37JbmTf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIE37JbmTf .inner-container {
    width: 100% !important;
  }
}
.cid-rIEj2lILDf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIEj2lILDf .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIEj2lILDf .section-text {
  padding: 2rem 0;
}
.cid-rIEj2lILDf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIEj2lILDf .inner-container {
    width: 100% !important;
  }
}
.cid-rIEjQPjBbT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIEjQPjBbT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIEjQPjBbT .section-text {
  padding: 2rem 0;
}
.cid-rIEjQPjBbT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIEjQPjBbT .inner-container {
    width: 100% !important;
  }
}
.cid-rIE2RHvyOF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIE2RHvyOF .mbr-text,
.cid-rIE2RHvyOF blockquote {
  color: #767676;
}
.cid-rIE2RHvyOF .mbr-text P {
  text-align: center;
}
.cid-rIDV3CIpqA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rIDV3CIpqA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rIDV3CIpqA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rIDV3CIpqA .mbr-text {
  color: #767676;
}
.cid-rIDV3DaAAc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIDV3DaAAc .mbr-section-subtitle {
  color: #767676;
}
.cid-rIE68Zq75i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rIE68Zq75i .mbr-section-subtitle {
  color: #767676;
}
.cid-rIE68Zq75i .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIDV3DB2As {
  background: #ffffff;
}
.cid-rIDV3DB2As .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIDV3DB2As .mbr-figure {
  margin: 0 auto;
}
.cid-rIDV3DB2As figcaption {
  position: relative;
}
.cid-rIDV3DB2As figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIDV3DB2As .image-block {
    width: 100% !important;
  }
}
.cid-rIDV3Gobsd {
  background: #ffffff;
}
.cid-rIDV3Gobsd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIDV3Gobsd .mbr-figure {
  margin: 0 auto;
}
.cid-rIDV3Gobsd figcaption {
  position: relative;
}
.cid-rIDV3Gobsd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIDV3Gobsd .image-block {
    width: 100% !important;
  }
}
.cid-rINzxU1D70 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rINzxU1D70 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rINzxU1D70 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rINzxU1D70 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rINzxU1D70 .separline {
  position: relative;
}
.cid-rINzxU1D70 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rINzxU1D70 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rINMsdwjew {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rINMsdwjew .card-box {
  padding: 0 2rem;
}
.cid-rINMsdwjew .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rINMsdwjew .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rINMsdwjew h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rINMsdwjew p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rINMsdwjew .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rINMsdwjew .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rINMsdwjew .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rINMsdwjew .card-title {
  text-align: center;
}
.cid-rIDV3Eb7u4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-rIDV3Eb7u4 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rIDV3Eb7u4 p {
  color: #ffffff;
}
.cid-rIDV3Eb7u4 .card {
  margin-bottom: 2rem;
}
.cid-rIDV3Eb7u4 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #0a9c5d;
}
.cid-rIDV3Eb7u4 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rIDV3Eb7u4 .card-box {
  padding-bottom: 2rem;
  background-color: #0a9c5d;
  background: linear-gradient(#0a9c5d, transparent);
}
.cid-rIDV3Eb7u4 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rIDV3Eb7u4 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rIDV3Eb7u4 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rIDV3Eb7u4 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rIP9tbQL3u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rIP9tbQL3u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rIP9tbQL3u .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rIP9tbQL3u H2 {
  color: #ff0040;
}
.cid-rIPd8yxXtM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rIPd8yxXtM .image-block {
  margin: auto;
}
.cid-rIPd8yxXtM figcaption {
  position: relative;
}
.cid-rIPd8yxXtM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIPd8yxXtM .image-block {
    width: 100% !important;
  }
}
.cid-rIPb2U8rmR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIPb2U8rmR .card-box {
  padding: 0 2rem;
}
.cid-rIPb2U8rmR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rIPb2U8rmR .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rIPb2U8rmR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rIPb2U8rmR p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rIPb2U8rmR .mbr-text {
  color: #767676;
}
.cid-rIPb2U8rmR .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rIPb2U8rmR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rIPb2U8rmR .card-title {
  text-align: center;
}
.cid-rINEujdGiQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rINEujdGiQ .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-rINEujdGiQ h4 {
  text-align: center;
}
.cid-rINEujdGiQ p {
  text-align: center;
}
.cid-rINEujdGiQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rINEujdGiQ .card-title,
.cid-rINEujdGiQ .card-img {
  color: #ffffff;
}
.cid-rIDV3PxJdi {
  background: #ffffff;
}
.cid-rIDV3PxJdi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIDV3PxJdi .mbr-figure {
  margin: 0 auto;
}
.cid-rIDV3PxJdi figcaption {
  position: relative;
}
.cid-rIDV3PxJdi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIDV3PxJdi .image-block {
    width: 100% !important;
  }
}
.cid-rIDV3PUb2Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIDV3HdcOY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIDV3HdcOY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-rIDV3HdcOY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-rIDV3HdcOY .item-wrapper {
  height: 100%;
}
.cid-rIDV3HdcOY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rIDV3HdcOY .carousel-control,
.cid-rIDV3HdcOY .close {
  background: #1b1b1b;
}
.cid-rIDV3HdcOY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rIDV3HdcOY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rIDV3HdcOY .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rIDV3HdcOY .close::before {
  content: '\e91a';
}
.cid-rIDV3HdcOY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rIDV3HdcOY .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rIDV3HdcOY .carousel-inner > .active {
  display: block;
}
.cid-rIDV3HdcOY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rIDV3HdcOY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rIDV3HdcOY .carousel-control .icon-next,
.cid-rIDV3HdcOY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rIDV3HdcOY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rIDV3HdcOY .carousel-control,
  .cid-rIDV3HdcOY .carousel-indicators,
  .cid-rIDV3HdcOY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rIDV3HdcOY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rIDV3HdcOY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rIDV3HdcOY .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rIDV3HdcOY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rIDV3HdcOY .carousel-indicators {
    display: none;
  }
}
.cid-rIDV3HdcOY .carousel-indicators .active,
.cid-rIDV3HdcOY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rIDV3HdcOY .carousel-indicators .active {
  background: #fff;
}
.cid-rIDV3HdcOY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rIDV3HdcOY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rIDV3HdcOY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rIDV3HdcOY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rIDV3HdcOY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rIDV3HdcOY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rIDV3HdcOY .carousel {
  width: 100%;
}
.cid-rIDV3HdcOY .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rIDV3HdcOY .modal-backdrop.in {
  opacity: .8;
}
.cid-rIDV3HdcOY .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rIDV3HdcOY .modal.fade .modal-dialog,
.cid-rIDV3HdcOY .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rIDV3QauWj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIDV3QauWj .mbr-section-subtitle {
  color: #767676;
}
.cid-rIDV3QxOit {
  background: #ffffff;
}
.cid-rIDV3QxOit .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIDV3QxOit .mbr-figure {
  margin: 0 auto;
}
.cid-rIDV3QxOit figcaption {
  position: relative;
}
.cid-rIDV3QxOit figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIDV3QxOit .image-block {
    width: 100% !important;
  }
}
.cid-rIDV3IQmnS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rIDV3IQmnS .mbr-section-subtitle {
  color: #efefef;
}
.cid-rIDV3IQmnS H2 {
  color: #ff3366;
}
.cid-rIE7M3Pti8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rIE7M3Pti8 .mbr-section-subtitle {
  color: #cc2952;
}
.cid-rIE7M3Pti8 H2 {
  color: #ff3366;
}
.cid-rIDV3JvZkH {
  background: #ffffff;
}
.cid-rIDV3JvZkH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIDV3JvZkH .mbr-figure {
  margin: 0 auto;
}
.cid-rIDV3JvZkH figcaption {
  position: relative;
}
.cid-rIDV3JvZkH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIDV3JvZkH .image-block {
    width: 100% !important;
  }
}
.cid-rIE5jgROOe {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #232323);
}
.cid-rIE5jgROOe .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIDV3QT2i8 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIDV3R73r1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIF7tgFbBK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rIF7tgFbBK .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
  font-weight: 300;
}
.cid-rIF7tgFbBK .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
  color: #ff3366;
}
@media (min-width: 768px) {
  .cid-rIF7tgFbBK .separline .step-wrapper {
    position: relative;
  }
  .cid-rIF7tgFbBK .separline .step-wrapper:before,
  .cid-rIF7tgFbBK .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rIF7tgFbBK .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rIF7tgFbBK .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rIF7tgFbBK .separline.last-child .step-wrapper:after,
  .cid-rIF7tgFbBK .separline:nth-child(3n) .step-wrapper:after,
  .cid-rIF7tgFbBK .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rIF7tgFbBK .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rIF7tgFbBK .mbr-section-title {
  color: #efefef;
}
.cid-rIF7tgFbBK .mbr-step-text {
  color: #efefef;
}
.cid-rIF7tgFbBK .mbr-step-title {
  color: #ff0040;
}
.cid-rIFaQSlPSi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rIFaQSlPSi .mbr-text {
  color: #efefef;
}
.cid-rIFHvV0h2E {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIFHvV0h2E .mbr-text,
.cid-rIFHvV0h2E blockquote {
  color: #767676;
}
.cid-rIFHvV0h2E DIV {
  color: #ff3366;
}
.cid-rIF8vu1IhJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIF8vu1IhJ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIF8vu1IhJ .section-text {
  padding: 2rem 0;
}
.cid-rIF8vu1IhJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIF8vu1IhJ .inner-container {
    width: 100% !important;
  }
}
.cid-rIF9fCvPrT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIF9fCvPrT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIF9fCvPrT p {
  color: #767676;
  text-align: left;
}
.cid-rIF9fCvPrT .card-box {
  padding-top: 2rem;
}
.cid-rIF9fCvPrT .card-wrapper {
  height: 100%;
}
.cid-rIFdtO47WI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIFdtO47WI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIFdtO47WI p {
  color: #767676;
  text-align: left;
}
.cid-rIFdtO47WI .card-box {
  padding-top: 2rem;
}
.cid-rIFdtO47WI .card-wrapper {
  height: 100%;
}
.cid-rIFfoCsQAo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIFfoCsQAo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIFfoCsQAo p {
  color: #767676;
  text-align: left;
}
.cid-rIFfoCsQAo .card-box {
  padding-top: 2rem;
}
.cid-rIFfoCsQAo .card-wrapper {
  height: 100%;
}
.cid-rIFgYS1yqf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIFgYS1yqf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIFgYS1yqf p {
  color: #767676;
  text-align: left;
}
.cid-rIFgYS1yqf .card-box {
  padding-top: 2rem;
}
.cid-rIFgYS1yqf .card-wrapper {
  height: 100%;
}
.cid-rIFi5zzhja {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIFi5zzhja h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIFi5zzhja p {
  color: #767676;
  text-align: left;
}
.cid-rIFi5zzhja .card-box {
  padding-top: 2rem;
}
.cid-rIFi5zzhja .card-wrapper {
  height: 100%;
}
.cid-rIFjyNlobX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIFjyNlobX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIFjyNlobX p {
  color: #767676;
  text-align: left;
}
.cid-rIFjyNlobX .card-box {
  padding-top: 2rem;
}
.cid-rIFjyNlobX .card-wrapper {
  height: 100%;
}
.cid-rIFumk3TGz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rIFumk3TGz .counter-container {
  color: #767676;
}
.cid-rIFumk3TGz .counter-container ul {
  margin-bottom: 0;
}
.cid-rIFumk3TGz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rIFumk3TGz .counter-container ul li:before {
  position: absolute;
  left: 0px;
  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-rIFumk3TGz .mbr-text {
  color: #ffffff;
}
.cid-rIFv8RlP8o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rIFv8RlP8o .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIFv8RlP8o .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-rIFv8RlP8o .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIFv8RlP8o .inner-container {
    width: 100% !important;
  }
}
.cid-rIFvjkFlq4 {
  background: #ffffff;
}
.cid-rIFvjkFlq4 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rIFvjkFlq4 .video-block {
    width: 100% !important;
  }
}
.cid-rIFwsIMcMg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rIFwsIMcMg .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIFwsIMcMg .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-rIFwsIMcMg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIFwsIMcMg .inner-container {
    width: 100% !important;
  }
}
.cid-rIFy1L88Rl {
  background: #ffffff;
}
.cid-rIFy1L88Rl .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rIFy1L88Rl .video-block {
    width: 100% !important;
  }
}
.cid-rIFy8Z4JA6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rIFy8Z4JA6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIFy8Z4JA6 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-rIFy8Z4JA6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIFy8Z4JA6 .inner-container {
    width: 100% !important;
  }
}
.cid-rIFz1Q1cAv {
  background: #ffffff;
}
.cid-rIFz1Q1cAv .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rIFz1Q1cAv .video-block {
    width: 100% !important;
  }
}
.cid-rIFzA2PbcT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rIFzA2PbcT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIFzA2PbcT .section-text {
  padding: 2rem 0;
  color: #ff0040;
}
.cid-rIFzA2PbcT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIFzA2PbcT .inner-container {
    width: 100% !important;
  }
}
.cid-rIFZRsoPVW {
  background: #ffffff;
}
.cid-rIFZRsoPVW .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rIFZRsoPVW .video-block {
    width: 100% !important;
  }
}
.cid-rIOBpz6tD0 {
  background: #ffffff;
}
.cid-rIOBpz6tD0 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rIOBpz6tD0 .video-block {
    width: 100% !important;
  }
}
.cid-rIFABJWksy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIFABJWksy .mbr-text,
.cid-rIFABJWksy blockquote {
  color: #767676;
}
.cid-rIFBM9MsbX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIFBM9MsbX .mbr-text {
  color: #767676;
}
.cid-rIFrw4GoNb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cbcbcb;
}
.cid-rIFrw4GoNb .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rIFrw4GoNb .section-text {
  padding: 2rem 0;
}
.cid-rIFrw4GoNb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rIFrw4GoNb .inner-container {
    width: 100% !important;
  }
}
.cid-rIFrlSucbZ {
  background: #ffffff;
}
.cid-rIFrlSucbZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIFrlSucbZ .mbr-figure {
  margin: 0 auto;
}
.cid-rIFrlSucbZ figcaption {
  position: relative;
}
.cid-rIFrlSucbZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIFrlSucbZ .image-block {
    width: 100% !important;
  }
}
.cid-rIFsaRlTBI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cbcbcb;
}
.cid-rIFsaRlTBI .mbr-section-subtitle {
  color: #232323;
}
.cid-rIFsaRlTBI .btn {
  margin: 0 0 .5rem 0;
}
.cid-rGQrG5KCtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ6oGaJjp6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/screen-shot-2019-11-28-at-6.21.18-pm-1159x385.png");
}
.cid-rJ6oGbdsyP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ6oGbdsyP .mbr-text,
.cid-rJ6oGbdsyP blockquote {
  color: #767676;
}
.cid-rJ6oGbdsyP .mbr-text {
  text-align: center;
}
.cid-rJ6oGbwGiz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ6oGbwGiz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJ6oGbwGiz .section-text {
  padding: 2rem 0;
}
.cid-rJ6oGbwGiz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJ6oGbwGiz .inner-container {
    width: 100% !important;
  }
}
.cid-rJ6oGbMzua {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ6oGbMzua .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJ6oGbMzua .section-text {
  padding: 2rem 0;
}
.cid-rJ6oGbMzua .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJ6oGbMzua .inner-container {
    width: 100% !important;
  }
}
.cid-rJ6oGc17Vq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ6oGc17Vq .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJ6oGc17Vq .section-text {
  padding: 2rem 0;
}
.cid-rJ6oGc17Vq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJ6oGc17Vq .inner-container {
    width: 100% !important;
  }
}
.cid-rJ6oGceDJ8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ6oGceDJ8 .mbr-text,
.cid-rJ6oGceDJ8 blockquote {
  color: #767676;
}
.cid-rJ6oGceDJ8 .mbr-text P {
  text-align: center;
}
.cid-rJ6oGcw14m {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ6oGcw14m .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJ6oGcw14m .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rJ6oGcw14m .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJ6oGcw14m .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-rJ6oGcw14m .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ6oGcw14m .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ6oGcw14m .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rJ6oGcw14m .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rJ6oGcw14m .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rJ6oGcw14m .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJ6oGcw14m .iconsBackground {
    left: 1.5rem;
  }
  .cid-rJ6oGcw14m .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rJ6oGcw14m .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rJ6oGcw14m .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJ6oGcw14m .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJ6XMhvdRz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rJ6XMhvdRz .card-box {
  padding: 0 2rem;
}
.cid-rJ6XMhvdRz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rJ6XMhvdRz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rJ6XMhvdRz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rJ6XMhvdRz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rJ6XMhvdRz .mbr-text {
  color: #767676;
}
.cid-rJ6XMhvdRz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ6XMhvdRz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rJ6oGecYy2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ6oGer6ps {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
