@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);




body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'georgia';
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.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: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #40708f !important;
}
.bg-success {
  background-color: #40708f !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: #40708f !important;
  border-color: #40708f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #28475a !important;
  border-color: #28475a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #28475a !important;
  border-color: #28475a !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: #40708f !important;
  border-color: #40708f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #28475a !important;
  border-color: #28475a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28475a !important;
  border-color: #28475a !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: #203949;
  color: #203949;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #40708f;
  border-color: #40708f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #40708f !important;
  border-color: #40708f !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: #203949;
  color: #203949;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #40708f;
  border-color: #40708f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40708f !important;
  border-color: #40708f !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: #40708f !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #40708f !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: #203949 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #203949 !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: #40708f;
  border-color: #40708f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #40708f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #86aec9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #86aec9;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #40708f;
}
/* 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: #40708f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #40708f;
}
.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: #40708f;
  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: #40708f;
  border-bottom-color: #40708f;
}
.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: #40708f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2340708f' %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-s1lmw6lp6X {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner5-4-2000x456.jpeg");
}
.cid-s1lmw6lp6X H1 {
  color: #ffffff;
  text-align: center;
}
.cid-s1l19xgoU9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #40708f;
}
.cid-s1l19xgoU9 .mbr-section-subtitle {
  color: #767676;
}
.cid-s1l19xgoU9 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-s1l08Lcsly {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #40708f;
}
.cid-s1l08Lcsly .mbr-text,
.cid-s1l08Lcsly blockquote {
  color: #767676;
}
.cid-s1l08Lcsly .mbr-text {
  color: #ffffff;
}
.cid-s1l08Lcsly .mbr-text P {
  text-align: left;
}
.cid-s1l225VAVo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1l225VAVo .mbr-section-subtitle {
  color: #767676;
}
.cid-s1l2yzX42X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1l2yzX42X .mbr-text,
.cid-s1l2yzX42X blockquote {
  color: #767676;
}
.cid-s1l2yzX42X .mbr-text {
  color: #232323;
}
.cid-s1meFzh4RW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1meFzh4RW .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s1meFzh4RW .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #40708f;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-s1meFzh4RW .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s1meFzh4RW .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-s1meFzh4RW .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s1meFzh4RW .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s1meFzh4RW .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-s1meFzh4RW .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #40708f;
  top: 20px;
  margin-left: -30px;
}
.cid-s1meFzh4RW .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-s1meFzh4RW .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #40708f;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s1meFzh4RW .iconsBackground {
    left: 1.5rem;
  }
  .cid-s1meFzh4RW .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-s1meFzh4RW .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-s1meFzh4RW .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s1meFzh4RW .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s1meFzh4RW .mbr-timeline-title {
  color: #ffffff;
}
.cid-s1meFzh4RW .mbr-timeline-text {
  color: #ffffff;
}
.cid-s1lZLMQA8a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1lZLMQA8a .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-s1lZLMQA8a .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #40708f;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-s1lZLMQA8a .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s1lZLMQA8a .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-s1lZLMQA8a .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s1lZLMQA8a .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s1lZLMQA8a .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-s1lZLMQA8a .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #40708f;
  top: 20px;
  margin-left: -30px;
}
.cid-s1lZLMQA8a .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-s1lZLMQA8a .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #40708f;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s1lZLMQA8a .iconsBackground {
    left: 1.5rem;
  }
  .cid-s1lZLMQA8a .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-s1lZLMQA8a .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-s1lZLMQA8a .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s1lZLMQA8a .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s1lZLMQA8a .mbr-timeline-title {
  color: #ffffff;
}
.cid-s1lZLMQA8a .mbr-timeline-text {
  color: #ffffff;
}
.cid-s1lzgcM8uN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #40708f;
}
.cid-s1lzgcM8uN h2 {
  text-align: left;
}
.cid-s1lzgcM8uN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1lzgcM8uN p {
  color: #767676;
  text-align: left;
}
.cid-s1lzgcM8uN .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s1lzgcM8uN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s1lzgcM8uN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1lzgcM8uN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s1lzgcM8uN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s1lzgcM8uN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1lzgcM8uN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1lzgcM8uN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s1lzgcM8uN .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1lzgcM8uN H2 {
  color: #ffffff;
}
.cid-s1lzgcM8uN .mbr-text {
  color: #ffffff;
}
.cid-s1lzgcM8uN H4 {
  color: #ffffff;
}
.cid-s1lzgcM8uN P {
  color: #ffffff;
}
.cid-s1lcyvPnk2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #40708f;
}
.cid-s1lcyvPnk2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s1lcyvPnk2 H2 {
  color: #ffffff;
}
.cid-s1lcSGWDAM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #40708f;
}
.cid-s1lcSGWDAM .mbr-text,
.cid-s1lcSGWDAM blockquote {
  color: #767676;
}
.cid-s1lcSGWDAM .mbr-text P {
  text-align: center;
}
.cid-s1lcSGWDAM .mbr-text {
  color: #ffffff;
}
.cid-s1lFppfBst {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #40708f;
}
.cid-s1lFppfBst h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1lFppfBst p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s1lFppfBst .card-img {
  width: auto;
}
.cid-s1lFppfBst .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s1lFppfBst .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s1lFppfBst .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-s1lFppfBst .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1lFppfBst P {
  color: #ffffff;
}
.cid-s1lFrkHVQP {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #40708f;
}
.cid-s1lFrkHVQP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1lFrkHVQP p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s1lFrkHVQP .card-img {
  width: auto;
}
.cid-s1lFrkHVQP .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s1lFrkHVQP .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s1lFrkHVQP .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-s1lFrkHVQP .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1lFrkHVQP P {
  color: #ffffff;
}
.cid-s1lBzWJvwT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #40708f;
}
.cid-s1lBzWJvwT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1lBzWJvwT p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s1lBzWJvwT .card-img {
  width: auto;
}
.cid-s1lBzWJvwT .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s1lBzWJvwT .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s1lBzWJvwT .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-s1lBzWJvwT .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1lBzWJvwT P {
  color: #ffffff;
}
.cid-s1lE4S1wGJ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #40708f;
}
.cid-s1lE4S1wGJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1lE4S1wGJ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-s1lE4S1wGJ .card-img {
  width: auto;
}
.cid-s1lE4S1wGJ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s1lE4S1wGJ .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s1lE4S1wGJ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-s1lE4S1wGJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1lE4S1wGJ P {
  color: #ffffff;
}
.cid-s1lRdiCQQV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1lRdiCQQV .mbr-section-subtitle {
  color: #767676;
}
.cid-s1lQoAY3dN {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1lQoAY3dN .counter-container {
  color: #767676;
}
.cid-s1lQoAY3dN .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-s1lQoAY3dN .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-s1lQoAY3dN .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-s1lQoAY3dN .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-s1lQoAY3dN .mbr-text {
  color: #232323;
}
.cid-s20JlbPUyK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s20JlbPUyK .mbr-text,
.cid-s20JlbPUyK blockquote {
  color: #767676;
}
.cid-s20JlbPUyK .mbr-text {
  color: #40708f;
}
.cid-s20JlbPUyK .mbr-text P {
  text-align: center;
}
.cid-s20HUdGVvM {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s20HUdGVvM .mbr-text,
.cid-s20HUdGVvM blockquote {
  color: #767676;
}
.cid-s20HUdGVvM .mbr-text {
  color: #767676;
}
.cid-s1lRpLxuND {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1lRpLxuND .mbr-section-subtitle {
  color: #767676;
}
.cid-s1lQJ5vohb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1lQJ5vohb .counter-container {
  color: #767676;
}
.cid-s1lQJ5vohb .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-s1lQJ5vohb .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-s1lQJ5vohb .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-s1lQJ5vohb .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: #cc2952;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-s1lQJ5vohb .mbr-text {
  color: #232323;
}
.cid-s20JCNQDat {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s20JCNQDat .mbr-text,
.cid-s20JCNQDat blockquote {
  color: #767676;
}
.cid-s20JCNQDat .mbr-text {
  color: #ff3366;
}
.cid-s20JCNQDat .mbr-text P {
  text-align: center;
}
.cid-s20IKI7rKT {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s20IKI7rKT .mbr-text,
.cid-s20IKI7rKT blockquote {
  color: #767676;
}
.cid-s1lRKsiuGO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1lRKsiuGO .mbr-section-subtitle {
  color: #767676;
}
.cid-s1lRHb9Yo4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1lRHb9Yo4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s1lRHb9Yo4 p {
  color: #767676;
  text-align: left;
}
.cid-s1lRHb9Yo4 .card-box {
  padding-top: 2rem;
}
.cid-s1lRHb9Yo4 .card-wrapper {
  height: 100%;
}
.cid-s1lRHb9Yo4 P {
  color: #232323;
}
.cid-s1mdE6OPZW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1mdE6OPZW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s1mdE6OPZW .section-text {
  padding: 2rem 0;
  color: #40708f;
}
.cid-s1mdE6OPZW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s1mdE6OPZW .inner-container {
    width: 100% !important;
  }
}
.cid-s1mdrAoMGk {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1mdrAoMGk .mbr-text,
.cid-s1mdrAoMGk blockquote {
  color: #767676;
}
.cid-s1mdrAoMGk .mbr-text {
  color: #40708f;
}
.cid-s269TFXmWn {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/clay-banks-ljqarjajotc-unsplash-2000x1500.jpg");
}
.cid-s2csWjkCeL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2csWjkCeL P {
  color: #767676;
}
.cid-s2csWjkCeL .mbr-text,
.cid-s2csWjkCeL .mbr-section-btn {
  color: #232323;
}
.cid-s26gsJqtfQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26gsJqtfQ p {
  margin-bottom: 0;
}
.cid-s26gsJqtfQ .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0.9);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-s26gsJqtfQ .card-box .card-title {
  pointer-events: all;
}
.cid-s26gsJqtfQ .card-box .mbr-text {
  pointer-events: all;
}
.cid-s26gsJqtfQ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-s26gsJqtfQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-s26gsJqtfQ .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-s26gsJqtfQ .card-wrap {
  position: relative;
}
.cid-s26gsJqtfQ .card {
  padding-bottom: 2rem;
}
.cid-s26gsJqtfQ P {
  text-align: left;
}
.cid-s26gsJqtfQ .mbr-section-title {
  text-align: center;
}
.cid-s26q0CDjHA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-s26q0CDjHA P {
  color: #767676;
}
.cid-s26q0CDjHA H1 {
  text-align: center;
  color: #ffffff;
}
.cid-s26q0CDjHA H3 {
  color: #ffffff;
}
.cid-s26pTNhmfT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s26pTNhmfT .counter-container {
  color: #767676;
}
.cid-s26pTNhmfT .counter-container ul {
  margin-bottom: 0;
}
.cid-s26pTNhmfT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s26pTNhmfT .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: #0f7699;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s26pTNhmfT .mbr-text UL {
  text-align: left;
}
.cid-s26Lcgiw5f {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-s26Lcgiw5f .image-block {
  margin: auto;
}
.cid-s26Lcgiw5f figcaption {
  position: relative;
}
.cid-s26Lcgiw5f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s26Lcgiw5f .image-block {
    width: 100% !important;
  }
}
.cid-s26LxaeIDs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26LxaeIDs .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-s26LxaeIDs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s26u2FFzQo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #40708f;
}
.cid-s26u2FFzQo .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s26u2FFzQo .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-s26u2FFzQo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s26u2FFzQo .inner-container {
    width: 100% !important;
  }
}
.cid-s26v6r4z9s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26v6r4z9s .mbr-text,
.cid-s26v6r4z9s blockquote {
  color: #767676;
}
.cid-s26PIndt6H {
  padding-top: 60px;
  padding-bottom: 135px;
  position: relative;
  background-color: #b2ccd2;
}
.cid-s26PIndt6H p {
  color: #767676;
}
.cid-s26PIndt6H .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s26PIndt6H .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s26PIndt6H .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s26PIndt6H .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s26PIndt6H .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s26PIndt6H .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s26PIndt6H .panel-text {
  text-align: left;
}
