@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.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 {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0f7699 !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: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #084053;
  border-color: #084053;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366;
  border-color: #ff3366;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #e50039;
  border-color: #e50039;
}
.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;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.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;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.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;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.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;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !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: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !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: #0f7699 !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: #062e3c !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 {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.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 {
  opacity: 0 !important;
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #0f7699;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* 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;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #0f7699;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #0f7699;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0f7699;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f7699;
}
.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;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qyS7hxGapx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyS7hxGapx .mbr-section-subtitle {
  color: #767676;
}
.cid-qyS6zh0spU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyS6zh0spU .mbr-text,
.cid-qyS6zh0spU blockquote {
  color: #767676;
}
.cid-qyS6zh0spU .mbr-text {
  color: #232323;
}
.cid-qyS6GPz4Vu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyS6GPz4Vu .image-block {
  margin: auto;
}
.cid-qyS6GPz4Vu figcaption {
  position: relative;
}
.cid-qyS6GPz4Vu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qyS6GPz4Vu .image-block {
    width: 100% !important;
  }
}
.cid-qyS888Q7mM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyS888Q7mM .mbr-text,
.cid-qyS888Q7mM blockquote {
  color: #767676;
}
.cid-qyS888Q7mM .mbr-text {
  color: #232323;
}
.cid-qyS8hKl1dq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyS8hKl1dq .mbr-section-subtitle {
  color: #232323;
}
.cid-qyS8CNFrIk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyS8CNFrIk .mbr-text,
.cid-qyS8CNFrIk blockquote {
  color: #767676;
}
.cid-qyS8CNFrIk .mbr-text {
  color: #232323;
}
.cid-qyS8IFVE74 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyS8IFVE74 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qyS9g1Ib5d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyS9g1Ib5d .counter-container {
  color: #767676;
}
.cid-qyS9g1Ib5d .counter-container ul {
  margin-bottom: 0;
}
.cid-qyS9g1Ib5d .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qyS9g1Ib5d .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qyS9g1Ib5d .mbr-text UL {
  color: #232323;
}
.cid-qyS99RMNUK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyS99RMNUK .mbr-text,
.cid-qyS99RMNUK blockquote {
  color: #767676;
}
.cid-qyS99RMNUK .mbr-text {
  color: #232323;
}
.cid-qyS9ThygEN {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyS9ThygEN .image-block {
  margin: auto;
}
.cid-qyS9ThygEN figcaption {
  position: relative;
}
.cid-qyS9ThygEN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qyS9ThygEN .image-block {
    width: 100% !important;
  }
}
.cid-qySap6h3i7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySap6h3i7 .mbr-text,
.cid-qySap6h3i7 blockquote {
  color: #767676;
}
.cid-qySap6h3i7 .mbr-text {
  color: #232323;
}
.cid-qySa7C5mse {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySa7C5mse .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySa7C5mse .video-block {
    width: 100% !important;
  }
}
.cid-qySaAoHLQa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySaAoHLQa .mbr-text,
.cid-qySaAoHLQa blockquote {
  color: #767676;
}
.cid-qySaAoHLQa .mbr-text {
  color: #232323;
}
.cid-qySaG4phWS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySaG4phWS .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySaJ28l4Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySaJ28l4Q .counter-container {
  color: #767676;
}
.cid-qySaJ28l4Q .counter-container ul {
  margin-bottom: 0;
}
.cid-qySaJ28l4Q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySaJ28l4Q .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySaJ28l4Q .mbr-text UL {
  color: #232323;
}
.cid-qySaRvUyr9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySaRvUyr9 .mbr-text,
.cid-qySaRvUyr9 blockquote {
  color: #767676;
}
.cid-qySaRvUyr9 .mbr-text {
  color: #232323;
}
.cid-qySaUnCFx2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySaUnCFx2 .image-block {
  margin: auto;
}
.cid-qySaUnCFx2 figcaption {
  position: relative;
}
.cid-qySaUnCFx2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySaUnCFx2 .image-block {
    width: 100% !important;
  }
}
.cid-qySaXLO5Hl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySaXLO5Hl .mbr-text,
.cid-qySaXLO5Hl blockquote {
  color: #767676;
}
.cid-qySaXLO5Hl .mbr-text {
  color: #232323;
}
.cid-qySb0bfSXT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySb0bfSXT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySb0bfSXT .video-block {
    width: 100% !important;
  }
}
.cid-qySb4wr5Sl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySb4wr5Sl .mbr-text,
.cid-qySb4wr5Sl blockquote {
  color: #767676;
}
.cid-qySb4wr5Sl .mbr-text {
  color: #232323;
}
.cid-qySb6RRFQA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySb6RRFQA .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySb9a5EWF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySb9a5EWF .counter-container {
  color: #767676;
}
.cid-qySb9a5EWF .counter-container ul {
  margin-bottom: 0;
}
.cid-qySb9a5EWF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySb9a5EWF .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySb9a5EWF .mbr-text UL {
  color: #232323;
}
.cid-qySbflyz9h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbflyz9h .mbr-text,
.cid-qySbflyz9h blockquote {
  color: #767676;
}
.cid-qySbflyz9h .mbr-text {
  color: #232323;
}
.cid-qySbh3lSQX {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySbh3lSQX .image-block {
  margin: auto;
}
.cid-qySbh3lSQX figcaption {
  position: relative;
}
.cid-qySbh3lSQX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySbh3lSQX .image-block {
    width: 100% !important;
  }
}
.cid-qySbnGlHX9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbnGlHX9 .mbr-text,
.cid-qySbnGlHX9 blockquote {
  color: #767676;
}
.cid-qySbnGlHX9 .mbr-text {
  color: #232323;
}
.cid-qySbsxmjxs {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySbsxmjxs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySbsxmjxs .video-block {
    width: 100% !important;
  }
}
.cid-qySbwRllyD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbwRllyD .mbr-text,
.cid-qySbwRllyD blockquote {
  color: #767676;
}
.cid-qySbwRllyD .mbr-text {
  color: #232323;
}
.cid-qySbzcz0Qm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbzcz0Qm .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySbAvtVIQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbAvtVIQ .counter-container {
  color: #767676;
}
.cid-qySbAvtVIQ .counter-container ul {
  margin-bottom: 0;
}
.cid-qySbAvtVIQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySbAvtVIQ .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySbAvtVIQ .mbr-text UL {
  color: #232323;
}
.cid-qySbAPmwUd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbAPmwUd .mbr-text,
.cid-qySbAPmwUd blockquote {
  color: #767676;
}
.cid-qySbAPmwUd .mbr-text {
  color: #232323;
}
.cid-qySbIbQRDS {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySbIbQRDS .image-block {
  margin: auto;
}
.cid-qySbIbQRDS figcaption {
  position: relative;
}
.cid-qySbIbQRDS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySbIbQRDS .image-block {
    width: 100% !important;
  }
}
.cid-qySbIu7FGI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbIu7FGI .mbr-text,
.cid-qySbIu7FGI blockquote {
  color: #767676;
}
.cid-qySbIu7FGI .mbr-text {
  color: #232323;
}
.cid-qySbILkas1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySbILkas1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySbILkas1 .video-block {
    width: 100% !important;
  }
}
.cid-qySbJ1fwUL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbJ1fwUL .mbr-text,
.cid-qySbJ1fwUL blockquote {
  color: #767676;
}
.cid-qySbJ1fwUL .mbr-text {
  color: #232323;
}
.cid-qySbUh5F95 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbUh5F95 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySbUCPQQw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbUCPQQw .counter-container {
  color: #767676;
}
.cid-qySbUCPQQw .counter-container ul {
  margin-bottom: 0;
}
.cid-qySbUCPQQw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySbUCPQQw .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySbUCPQQw .mbr-text UL {
  color: #232323;
}
.cid-qySbVaZ4Is {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySbVaZ4Is .mbr-text,
.cid-qySbVaZ4Is blockquote {
  color: #767676;
}
.cid-qySbVaZ4Is .mbr-text {
  color: #232323;
}
.cid-qySbVqkv8U {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySbVqkv8U .image-block {
  margin: auto;
}
.cid-qySbVqkv8U figcaption {
  position: relative;
}
.cid-qySbVqkv8U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySbVqkv8U .image-block {
    width: 100% !important;
  }
}
.cid-qySc6e4cKL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySc6e4cKL .mbr-text,
.cid-qySc6e4cKL blockquote {
  color: #767676;
}
.cid-qySc6e4cKL .mbr-text {
  color: #232323;
}
.cid-qySc6A5U8t {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySc6A5U8t .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySc6A5U8t .video-block {
    width: 100% !important;
  }
}
.cid-qySc6W4kQN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySc6W4kQN .mbr-text,
.cid-qySc6W4kQN blockquote {
  color: #767676;
}
.cid-qySc6W4kQN .mbr-text {
  color: #232323;
}
.cid-qySc7sVx08 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySc7sVx08 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySc7Icz9P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySc7Icz9P .counter-container {
  color: #767676;
}
.cid-qySc7Icz9P .counter-container ul {
  margin-bottom: 0;
}
.cid-qySc7Icz9P .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySc7Icz9P .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySc7Icz9P .mbr-text UL {
  color: #232323;
}
.cid-qySc89YApD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySc89YApD .mbr-text,
.cid-qySc89YApD blockquote {
  color: #767676;
}
.cid-qySc89YApD .mbr-text {
  color: #232323;
}
.cid-qySct2hbBl {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySct2hbBl .image-block {
  margin: auto;
}
.cid-qySct2hbBl figcaption {
  position: relative;
}
.cid-qySct2hbBl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySct2hbBl .image-block {
    width: 100% !important;
  }
}
.cid-qySctubyR6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySctubyR6 .mbr-text,
.cid-qySctubyR6 blockquote {
  color: #767676;
}
.cid-qySctubyR6 .mbr-text {
  color: #232323;
}
.cid-qySczWOr6c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySczWOr6c .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qyScAfUAs7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyScAfUAs7 .counter-container {
  color: #767676;
}
.cid-qyScAfUAs7 .counter-container ul {
  margin-bottom: 0;
}
.cid-qyScAfUAs7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qyScAfUAs7 .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qyScAfUAs7 .mbr-text UL {
  color: #232323;
}
.cid-qyScAzjghI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyScAzjghI .mbr-text,
.cid-qyScAzjghI blockquote {
  color: #767676;
}
.cid-qyScAzjghI .mbr-text {
  color: #232323;
}
.cid-qyScANgwOI {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyScANgwOI .image-block {
  margin: auto;
}
.cid-qyScANgwOI figcaption {
  position: relative;
}
.cid-qyScANgwOI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qyScANgwOI .image-block {
    width: 100% !important;
  }
}
.cid-qyScB1v2jH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyScB1v2jH .mbr-text,
.cid-qyScB1v2jH blockquote {
  color: #767676;
}
.cid-qyScB1v2jH .mbr-text {
  color: #232323;
}
.cid-qyScO4Cs8z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyScO4Cs8z .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qyScOpoE4U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyScOpoE4U .counter-container {
  color: #767676;
}
.cid-qyScOpoE4U .counter-container ul {
  margin-bottom: 0;
}
.cid-qyScOpoE4U .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qyScOpoE4U .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qyScOpoE4U .mbr-text UL {
  color: #232323;
}
.cid-qyScOGkoYW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyScOGkoYW .mbr-text,
.cid-qyScOGkoYW blockquote {
  color: #767676;
}
.cid-qyScOGkoYW .mbr-text {
  color: #232323;
}
.cid-qyScOTh15w {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyScOTh15w .image-block {
  margin: auto;
}
.cid-qyScOTh15w figcaption {
  position: relative;
}
.cid-qyScOTh15w figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qyScOTh15w .image-block {
    width: 100% !important;
  }
}
.cid-qyScPqPAWK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyScPqPAWK .mbr-text,
.cid-qyScPqPAWK blockquote {
  color: #767676;
}
.cid-qyScPqPAWK .mbr-text {
  color: #232323;
}
.cid-qySd0RJtKr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySd0RJtKr .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySd16cMHg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySd16cMHg .counter-container {
  color: #767676;
}
.cid-qySd16cMHg .counter-container ul {
  margin-bottom: 0;
}
.cid-qySd16cMHg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySd16cMHg .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySd16cMHg .mbr-text UL {
  color: #232323;
}
.cid-qAycMMAg3e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qAycMMAg3e .mbr-text,
.cid-qAycMMAg3e blockquote {
  color: #767676;
}
.cid-qAycMMAg3e .mbr-text {
  color: #232323;
}
.cid-qySd1kjFvd {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySd1kjFvd .image-block {
  margin: auto;
}
.cid-qySd1kjFvd figcaption {
  position: relative;
}
.cid-qySd1kjFvd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySd1kjFvd .image-block {
    width: 100% !important;
  }
}
.cid-qySd1vieDe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySd1vieDe .mbr-text,
.cid-qySd1vieDe blockquote {
  color: #767676;
}
.cid-qySd1vieDe .mbr-text {
  color: #232323;
}
.cid-qySdaPcS1j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySdaPcS1j .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySdbzcCAD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySdbzcCAD .counter-container {
  color: #767676;
}
.cid-qySdbzcCAD .counter-container ul {
  margin-bottom: 0;
}
.cid-qySdbzcCAD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySdbzcCAD .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySdbzcCAD .mbr-text UL {
  color: #232323;
}
.cid-qySdbUeM09 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySdbUeM09 .mbr-text,
.cid-qySdbUeM09 blockquote {
  color: #767676;
}
.cid-qySdbUeM09 .mbr-text {
  color: #232323;
}
.cid-qySdcXOlGq {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySdcXOlGq .image-block {
  margin: auto;
}
.cid-qySdcXOlGq figcaption {
  position: relative;
}
.cid-qySdcXOlGq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySdcXOlGq .image-block {
    width: 100% !important;
  }
}
.cid-qySddah84q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySddah84q .mbr-text,
.cid-qySddah84q blockquote {
  color: #767676;
}
.cid-qySddah84q .mbr-text {
  color: #232323;
}
.cid-qySddpM3NO {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySddpM3NO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySddpM3NO .video-block {
    width: 100% !important;
  }
}
.cid-qySdegGUjn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySdegGUjn .mbr-text,
.cid-qySdegGUjn blockquote {
  color: #767676;
}
.cid-qySdegGUjn .mbr-text {
  color: #232323;
}
.cid-qySe589MLo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySe589MLo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySe5oF6VN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySe5oF6VN .counter-container {
  color: #767676;
}
.cid-qySe5oF6VN .counter-container ul {
  margin-bottom: 0;
}
.cid-qySe5oF6VN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySe5oF6VN .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySe5oF6VN .mbr-text UL {
  color: #232323;
}
.cid-qySe5BIEZZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySe5BIEZZ .mbr-text,
.cid-qySe5BIEZZ blockquote {
  color: #767676;
}
.cid-qySe5BIEZZ .mbr-text {
  color: #232323;
}
.cid-qySe5Mhuyl {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySe5Mhuyl .image-block {
  margin: auto;
}
.cid-qySe5Mhuyl figcaption {
  position: relative;
}
.cid-qySe5Mhuyl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySe5Mhuyl .image-block {
    width: 100% !important;
  }
}
.cid-qySe5Xx3XU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySe5Xx3XU .mbr-text,
.cid-qySe5Xx3XU blockquote {
  color: #767676;
}
.cid-qySe5Xx3XU .mbr-text {
  color: #232323;
}
.cid-qySe6mSGkG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySe6mSGkG .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySe6mSGkG .video-block {
    width: 100% !important;
  }
}
.cid-qySe73Q0Ft {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySe73Q0Ft .mbr-text,
.cid-qySe73Q0Ft blockquote {
  color: #767676;
}
.cid-qySe73Q0Ft .mbr-text {
  color: #232323;
}
.cid-qySenTA1uN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySenTA1uN .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySeo9bhgV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySeo9bhgV .counter-container {
  color: #767676;
}
.cid-qySeo9bhgV .counter-container ul {
  margin-bottom: 0;
}
.cid-qySeo9bhgV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySeo9bhgV .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySeo9bhgV .mbr-text UL {
  color: #232323;
}
.cid-qySeoC8tQR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySeoC8tQR .mbr-text,
.cid-qySeoC8tQR blockquote {
  color: #767676;
}
.cid-qySeoC8tQR .mbr-text {
  color: #232323;
}
.cid-qySep0csOn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySep0csOn .image-block {
  margin: auto;
}
.cid-qySep0csOn figcaption {
  position: relative;
}
.cid-qySep0csOn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySep0csOn .image-block {
    width: 100% !important;
  }
}
.cid-qySepewtFj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySepewtFj .mbr-text,
.cid-qySepewtFj blockquote {
  color: #767676;
}
.cid-qySepewtFj .mbr-text {
  color: #232323;
}
.cid-qySepD27bI {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySepD27bI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySepD27bI .video-block {
    width: 100% !important;
  }
}
.cid-qySepR3wNJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySepR3wNJ .mbr-text,
.cid-qySepR3wNJ blockquote {
  color: #767676;
}
.cid-qySepR3wNJ .mbr-text {
  color: #232323;
}
.cid-qySeFitAN9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySeFitAN9 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySeG85IIj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySeG85IIj .counter-container {
  color: #767676;
}
.cid-qySeG85IIj .counter-container ul {
  margin-bottom: 0;
}
.cid-qySeG85IIj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySeG85IIj .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySeG85IIj .mbr-text UL {
  color: #232323;
}
.cid-qySeGFtVNG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySeGFtVNG .mbr-text,
.cid-qySeGFtVNG blockquote {
  color: #767676;
}
.cid-qySeGFtVNG .mbr-text {
  color: #232323;
}
.cid-qySeGTc6Sl {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySeGTc6Sl .image-block {
  margin: auto;
}
.cid-qySeGTc6Sl figcaption {
  position: relative;
}
.cid-qySeGTc6Sl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySeGTc6Sl .image-block {
    width: 100% !important;
  }
}
.cid-qySeH7bUVI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySeH7bUVI .mbr-text,
.cid-qySeH7bUVI blockquote {
  color: #767676;
}
.cid-qySeH7bUVI .mbr-text {
  color: #232323;
}
.cid-qySeHCD9lg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySeHCD9lg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySeHCD9lg .video-block {
    width: 100% !important;
  }
}
.cid-qySeHSKMcL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySeHSKMcL .mbr-text,
.cid-qySeHSKMcL blockquote {
  color: #767676;
}
.cid-qySeHSKMcL .mbr-text {
  color: #232323;
}
.cid-qySf1KnKSf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySf1KnKSf .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySf1XcZjs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySf1XcZjs .counter-container {
  color: #767676;
}
.cid-qySf1XcZjs .counter-container ul {
  margin-bottom: 0;
}
.cid-qySf1XcZjs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySf1XcZjs .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySf1XcZjs .mbr-text UL {
  color: #232323;
}
.cid-qySf2mIX1i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySf2mIX1i .mbr-text,
.cid-qySf2mIX1i blockquote {
  color: #767676;
}
.cid-qySf2mIX1i .mbr-text {
  color: #232323;
}
.cid-qySf2xEtIN {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySf2xEtIN .image-block {
  margin: auto;
}
.cid-qySf2xEtIN figcaption {
  position: relative;
}
.cid-qySf2xEtIN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySf2xEtIN .image-block {
    width: 100% !important;
  }
}
.cid-qySf2Kuu9c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySf2Kuu9c .mbr-text,
.cid-qySf2Kuu9c blockquote {
  color: #767676;
}
.cid-qySf2Kuu9c .mbr-text {
  color: #232323;
}
.cid-qySfd77ZO2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfd77ZO2 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySfe4N9z5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfe4N9z5 .counter-container {
  color: #767676;
}
.cid-qySfe4N9z5 .counter-container ul {
  margin-bottom: 0;
}
.cid-qySfe4N9z5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySfe4N9z5 .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySfe4N9z5 .mbr-text UL {
  color: #232323;
}
.cid-qySfexTaFn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfexTaFn .mbr-text,
.cid-qySfexTaFn blockquote {
  color: #767676;
}
.cid-qySfexTaFn .mbr-text {
  color: #232323;
}
.cid-qySfeL1tYk {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySfeL1tYk .image-block {
  margin: auto;
}
.cid-qySfeL1tYk figcaption {
  position: relative;
}
.cid-qySfeL1tYk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySfeL1tYk .image-block {
    width: 100% !important;
  }
}
.cid-qySff11jaK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySff11jaK .mbr-text,
.cid-qySff11jaK blockquote {
  color: #767676;
}
.cid-qySff11jaK .mbr-text {
  color: #232323;
}
.cid-qySffeCmeO {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySffeCmeO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySffeCmeO .video-block {
    width: 100% !important;
  }
}
.cid-qySffsIota {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySffsIota .mbr-text,
.cid-qySffsIota blockquote {
  color: #767676;
}
.cid-qySffsIota .mbr-text {
  color: #232323;
}
.cid-qySfCqmuDB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfCqmuDB .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySfILdJFb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfILdJFb .counter-container {
  color: #767676;
}
.cid-qySfILdJFb .counter-container ul {
  margin-bottom: 0;
}
.cid-qySfILdJFb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySfILdJFb .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySfILdJFb .mbr-text UL {
  color: #232323;
}
.cid-qySfD5HYt4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfD5HYt4 .mbr-text,
.cid-qySfD5HYt4 blockquote {
  color: #767676;
}
.cid-qySfD5HYt4 .mbr-text {
  color: #232323;
}
.cid-qySfDwlwB6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySfDwlwB6 .image-block {
  margin: auto;
}
.cid-qySfDwlwB6 figcaption {
  position: relative;
}
.cid-qySfDwlwB6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySfDwlwB6 .image-block {
    width: 100% !important;
  }
}
.cid-qySfDLsYLp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfDLsYLp .mbr-text,
.cid-qySfDLsYLp blockquote {
  color: #767676;
}
.cid-qySfDLsYLp .mbr-text {
  color: #232323;
}
.cid-qySfE7jWkg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySfE7jWkg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySfE7jWkg .video-block {
    width: 100% !important;
  }
}
.cid-qySfEyesfS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfEyesfS .mbr-text,
.cid-qySfEyesfS blockquote {
  color: #767676;
}
.cid-qySfEyesfS .mbr-text {
  color: #232323;
}
.cid-qySfVCxN5n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfVCxN5n .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySfVSNQcT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfVSNQcT .counter-container {
  color: #767676;
}
.cid-qySfVSNQcT .counter-container ul {
  margin-bottom: 0;
}
.cid-qySfVSNQcT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySfVSNQcT .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySfVSNQcT .mbr-text UL {
  color: #232323;
}
.cid-qySfWeGU2a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfWeGU2a .mbr-text,
.cid-qySfWeGU2a blockquote {
  color: #767676;
}
.cid-qySfWeGU2a .mbr-text {
  color: #232323;
}
.cid-qySfWvkvX7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySfWvkvX7 .image-block {
  margin: auto;
}
.cid-qySfWvkvX7 figcaption {
  position: relative;
}
.cid-qySfWvkvX7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySfWvkvX7 .image-block {
    width: 100% !important;
  }
}
.cid-qySfWNYxIc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfWNYxIc .mbr-text,
.cid-qySfWNYxIc blockquote {
  color: #767676;
}
.cid-qySfWNYxIc .mbr-text {
  color: #232323;
}
.cid-qySfXb1Doz {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySfXb1Doz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySfXb1Doz .video-block {
    width: 100% !important;
  }
}
.cid-qySfXp7QAc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySfXp7QAc .mbr-text,
.cid-qySfXp7QAc blockquote {
  color: #767676;
}
.cid-qySfXp7QAc .mbr-text {
  color: #232323;
}
.cid-qySgbsrwN1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgbsrwN1 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySgbJ65ul {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgbJ65ul .counter-container {
  color: #767676;
}
.cid-qySgbJ65ul .counter-container ul {
  margin-bottom: 0;
}
.cid-qySgbJ65ul .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySgbJ65ul .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySgbJ65ul .mbr-text UL {
  color: #232323;
}
.cid-qySgcifU9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgcifU9f .mbr-text,
.cid-qySgcifU9f blockquote {
  color: #767676;
}
.cid-qySgcifU9f .mbr-text {
  color: #232323;
}
.cid-qySgcwkolM {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySgcwkolM .image-block {
  margin: auto;
}
.cid-qySgcwkolM figcaption {
  position: relative;
}
.cid-qySgcwkolM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySgcwkolM .image-block {
    width: 100% !important;
  }
}
.cid-qySgcL4027 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgcL4027 .mbr-text,
.cid-qySgcL4027 blockquote {
  color: #767676;
}
.cid-qySgcL4027 .mbr-text {
  color: #232323;
}
.cid-qySgcYd2k8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySgcYd2k8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySgcYd2k8 .video-block {
    width: 100% !important;
  }
}
.cid-qySgdfIr2v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgdfIr2v .mbr-text,
.cid-qySgdfIr2v blockquote {
  color: #767676;
}
.cid-qySgdfIr2v .mbr-text {
  color: #232323;
}
.cid-qySgyI5bJE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgyI5bJE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySgzCM7mT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgzCM7mT .counter-container {
  color: #767676;
}
.cid-qySgzCM7mT .counter-container ul {
  margin-bottom: 0;
}
.cid-qySgzCM7mT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySgzCM7mT .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySgzCM7mT .mbr-text UL {
  color: #232323;
}
.cid-qySgAcFHE5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgAcFHE5 .mbr-text,
.cid-qySgAcFHE5 blockquote {
  color: #767676;
}
.cid-qySgAcFHE5 .mbr-text {
  color: #232323;
}
.cid-qySgAJUQg0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySgAJUQg0 .image-block {
  margin: auto;
}
.cid-qySgAJUQg0 figcaption {
  position: relative;
}
.cid-qySgAJUQg0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySgAJUQg0 .image-block {
    width: 100% !important;
  }
}
.cid-qySgAYHHRW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgAYHHRW .mbr-text,
.cid-qySgAYHHRW blockquote {
  color: #767676;
}
.cid-qySgAYHHRW .mbr-text {
  color: #232323;
}
.cid-qySgLojuFj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgLojuFj .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySgLFKcP7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgLFKcP7 .counter-container {
  color: #767676;
}
.cid-qySgLFKcP7 .counter-container ul {
  margin-bottom: 0;
}
.cid-qySgLFKcP7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySgLFKcP7 .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySgLFKcP7 .mbr-text UL {
  color: #232323;
}
.cid-qySgMdsIVr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgMdsIVr .mbr-text,
.cid-qySgMdsIVr blockquote {
  color: #767676;
}
.cid-qySgMdsIVr .mbr-text {
  color: #232323;
}
.cid-qySgMurmNl {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySgMurmNl .image-block {
  margin: auto;
}
.cid-qySgMurmNl figcaption {
  position: relative;
}
.cid-qySgMurmNl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySgMurmNl .image-block {
    width: 100% !important;
  }
}
.cid-qySgML2V3x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgML2V3x .mbr-text,
.cid-qySgML2V3x blockquote {
  color: #767676;
}
.cid-qySgML2V3x .mbr-text {
  color: #232323;
}
.cid-qySgNn7Zfh {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySgNn7Zfh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySgNn7Zfh .video-block {
    width: 100% !important;
  }
}
.cid-qySgNK4FRu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySgNK4FRu .mbr-text,
.cid-qySgNK4FRu blockquote {
  color: #767676;
}
.cid-qySgNK4FRu .mbr-text {
  color: #232323;
}
.cid-qySh9mE3lb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySh9mE3lb .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qyShaii5hG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShaii5hG .counter-container {
  color: #767676;
}
.cid-qyShaii5hG .counter-container ul {
  margin-bottom: 0;
}
.cid-qyShaii5hG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qyShaii5hG .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qyShaii5hG .mbr-text UL {
  color: #232323;
}
.cid-qyShaweabR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShaweabR .mbr-text,
.cid-qyShaweabR blockquote {
  color: #767676;
}
.cid-qyShaweabR .mbr-text {
  color: #232323;
}
.cid-qyShaM89eF {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyShaM89eF .image-block {
  margin: auto;
}
.cid-qyShaM89eF figcaption {
  position: relative;
}
.cid-qyShaM89eF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qyShaM89eF .image-block {
    width: 100% !important;
  }
}
.cid-qyShaXMykn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShaXMykn .mbr-text,
.cid-qyShaXMykn blockquote {
  color: #767676;
}
.cid-qyShaXMykn .mbr-text {
  color: #232323;
}
.cid-qyShmrtTtj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShmrtTtj .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qyShmKRukD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShmKRukD .counter-container {
  color: #767676;
}
.cid-qyShmKRukD .counter-container ul {
  margin-bottom: 0;
}
.cid-qyShmKRukD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qyShmKRukD .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qyShmKRukD .mbr-text UL {
  color: #232323;
}
.cid-qyShncWdZB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShncWdZB .mbr-text,
.cid-qyShncWdZB blockquote {
  color: #767676;
}
.cid-qyShncWdZB .mbr-text {
  color: #232323;
}
.cid-qyShnuxoOM {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyShnuxoOM .image-block {
  margin: auto;
}
.cid-qyShnuxoOM figcaption {
  position: relative;
}
.cid-qyShnuxoOM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qyShnuxoOM .image-block {
    width: 100% !important;
  }
}
.cid-qyShnIYcDo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShnIYcDo .mbr-text,
.cid-qyShnIYcDo blockquote {
  color: #767676;
}
.cid-qyShnIYcDo .mbr-text {
  color: #232323;
}
.cid-qyShFXGolR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShFXGolR .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qyShGhh9DO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShGhh9DO .counter-container {
  color: #767676;
}
.cid-qyShGhh9DO .counter-container ul {
  margin-bottom: 0;
}
.cid-qyShGhh9DO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qyShGhh9DO .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qyShGhh9DO .mbr-text UL {
  color: #232323;
}
.cid-qyShGDhZWr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShGDhZWr .mbr-text,
.cid-qyShGDhZWr blockquote {
  color: #767676;
}
.cid-qyShGDhZWr .mbr-text {
  color: #232323;
}
.cid-qyShHYs3QF {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyShHYs3QF .image-block {
  margin: auto;
}
.cid-qyShHYs3QF figcaption {
  position: relative;
}
.cid-qyShHYs3QF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qyShHYs3QF .image-block {
    width: 100% !important;
  }
}
.cid-qyShGZskvu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShGZskvu .mbr-text,
.cid-qyShGZskvu blockquote {
  color: #767676;
}
.cid-qyShGZskvu .mbr-text {
  color: #232323;
}
.cid-qyShKjijs5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qyShKjijs5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qyShKjijs5 .video-block {
    width: 100% !important;
  }
}
.cid-qyShJijXwZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyShJijXwZ .mbr-text,
.cid-qyShJijXwZ blockquote {
  color: #767676;
}
.cid-qyShJijXwZ .mbr-text {
  color: #232323;
}
.cid-qySi18N4Qc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySi18N4Qc .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySi1t0cwq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySi1t0cwq .counter-container {
  color: #767676;
}
.cid-qySi1t0cwq .counter-container ul {
  margin-bottom: 0;
}
.cid-qySi1t0cwq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySi1t0cwq .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySi1t0cwq .mbr-text UL {
  color: #232323;
}
.cid-qySi1QqQJc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySi1QqQJc .mbr-text,
.cid-qySi1QqQJc blockquote {
  color: #767676;
}
.cid-qySi1QqQJc .mbr-text {
  color: #232323;
}
.cid-qySi29FwXB {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySi29FwXB .image-block {
  margin: auto;
}
.cid-qySi29FwXB figcaption {
  position: relative;
}
.cid-qySi29FwXB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySi29FwXB .image-block {
    width: 100% !important;
  }
}
.cid-qySi2qS64I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySi2qS64I .mbr-text,
.cid-qySi2qS64I blockquote {
  color: #767676;
}
.cid-qySi2qS64I .mbr-text {
  color: #232323;
}
.cid-qySi2H8psk {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySi2H8psk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySi2H8psk .video-block {
    width: 100% !important;
  }
}
.cid-qySi2YmrTS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySi2YmrTS .mbr-text,
.cid-qySi2YmrTS blockquote {
  color: #767676;
}
.cid-qySi2YmrTS .mbr-text {
  color: #232323;
}
.cid-qySijW1GzD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySijW1GzD .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySikkUz77 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySikkUz77 .counter-container {
  color: #767676;
}
.cid-qySikkUz77 .counter-container ul {
  margin-bottom: 0;
}
.cid-qySikkUz77 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySikkUz77 .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySikkUz77 .mbr-text UL {
  color: #232323;
}
.cid-qySikBvmBB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySikBvmBB .mbr-text,
.cid-qySikBvmBB blockquote {
  color: #767676;
}
.cid-qySikBvmBB .mbr-text {
  color: #232323;
}
.cid-qySikVdfBQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySikVdfBQ .image-block {
  margin: auto;
}
.cid-qySikVdfBQ figcaption {
  position: relative;
}
.cid-qySikVdfBQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySikVdfBQ .image-block {
    width: 100% !important;
  }
}
.cid-qySil8OBte {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySil8OBte .mbr-text,
.cid-qySil8OBte blockquote {
  color: #767676;
}
.cid-qySil8OBte .mbr-text {
  color: #232323;
}
.cid-qySilUwvxN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySilUwvxN .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySimfCdWo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySimfCdWo .counter-container {
  color: #767676;
}
.cid-qySimfCdWo .counter-container ul {
  margin-bottom: 0;
}
.cid-qySimfCdWo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySimfCdWo .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySimfCdWo .mbr-text UL {
  color: #232323;
}
.cid-qySimAoUnl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySimAoUnl .mbr-text,
.cid-qySimAoUnl blockquote {
  color: #767676;
}
.cid-qySimAoUnl .mbr-text {
  color: #232323;
}
.cid-qySimSCWcv {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySimSCWcv .image-block {
  margin: auto;
}
.cid-qySimSCWcv figcaption {
  position: relative;
}
.cid-qySimSCWcv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySimSCWcv .image-block {
    width: 100% !important;
  }
}
.cid-qySinf1l8S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySinf1l8S .mbr-text,
.cid-qySinf1l8S blockquote {
  color: #767676;
}
.cid-qySinf1l8S .mbr-text {
  color: #232323;
}
.cid-qySinNZv8w {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySinNZv8w .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySinNZv8w .video-block {
    width: 100% !important;
  }
}
.cid-qySio8OOoN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySio8OOoN .mbr-text,
.cid-qySio8OOoN blockquote {
  color: #767676;
}
.cid-qySio8OOoN .mbr-text {
  color: #232323;
}
.cid-qySiPAMBUh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiPAMBUh .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySiPW2iZ3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiPW2iZ3 .counter-container {
  color: #767676;
}
.cid-qySiPW2iZ3 .counter-container ul {
  margin-bottom: 0;
}
.cid-qySiPW2iZ3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySiPW2iZ3 .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySiPW2iZ3 .mbr-text UL {
  color: #232323;
}
.cid-qySiQpUQ78 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiQpUQ78 .mbr-text,
.cid-qySiQpUQ78 blockquote {
  color: #767676;
}
.cid-qySiQpUQ78 .mbr-text {
  color: #232323;
}
.cid-qySiQKdmot {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySiQKdmot .image-block {
  margin: auto;
}
.cid-qySiQKdmot figcaption {
  position: relative;
}
.cid-qySiQKdmot figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySiQKdmot .image-block {
    width: 100% !important;
  }
}
.cid-qySiR0ijIn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiR0ijIn .mbr-text,
.cid-qySiR0ijIn blockquote {
  color: #767676;
}
.cid-qySiR0ijIn .mbr-text {
  color: #232323;
}
.cid-qySiRpEswl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiRpEswl .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySiRFCdSP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiRFCdSP .counter-container {
  color: #767676;
}
.cid-qySiRFCdSP .counter-container ul {
  margin-bottom: 0;
}
.cid-qySiRFCdSP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySiRFCdSP .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySiRFCdSP .mbr-text UL {
  color: #232323;
}
.cid-qySiRYdicM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiRYdicM .mbr-text,
.cid-qySiRYdicM blockquote {
  color: #767676;
}
.cid-qySiRYdicM .mbr-text {
  color: #232323;
}
.cid-qySiSh3pda {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySiSh3pda .image-block {
  margin: auto;
}
.cid-qySiSh3pda figcaption {
  position: relative;
}
.cid-qySiSh3pda figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySiSh3pda .image-block {
    width: 100% !important;
  }
}
.cid-qySiSC40Xz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiSC40Xz .mbr-text,
.cid-qySiSC40Xz blockquote {
  color: #767676;
}
.cid-qySiSC40Xz .mbr-text {
  color: #232323;
}
.cid-qySiSXFnEa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiSXFnEa .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySiTvxSeB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiTvxSeB .counter-container {
  color: #767676;
}
.cid-qySiTvxSeB .counter-container ul {
  margin-bottom: 0;
}
.cid-qySiTvxSeB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySiTvxSeB .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySiTvxSeB .mbr-text UL {
  color: #232323;
}
.cid-qySiTQC9xT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiTQC9xT .mbr-text,
.cid-qySiTQC9xT blockquote {
  color: #767676;
}
.cid-qySiTQC9xT .mbr-text {
  color: #232323;
}
.cid-qySiU6C5uA {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySiU6C5uA .image-block {
  margin: auto;
}
.cid-qySiU6C5uA figcaption {
  position: relative;
}
.cid-qySiU6C5uA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySiU6C5uA .image-block {
    width: 100% !important;
  }
}
.cid-qySiUqgtTw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiUqgtTw .mbr-text,
.cid-qySiUqgtTw blockquote {
  color: #767676;
}
.cid-qySiUqgtTw .mbr-text {
  color: #232323;
}
.cid-qySiUJM7MD {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySiUJM7MD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySiUJM7MD .video-block {
    width: 100% !important;
  }
}
.cid-qySiV3InXQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySiV3InXQ .mbr-text,
.cid-qySiV3InXQ blockquote {
  color: #767676;
}
.cid-qySiV3InXQ .mbr-text {
  color: #232323;
}
.cid-qySjzMqv4v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjzMqv4v .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySjA3HJzo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjA3HJzo .counter-container {
  color: #767676;
}
.cid-qySjA3HJzo .counter-container ul {
  margin-bottom: 0;
}
.cid-qySjA3HJzo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySjA3HJzo .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySjA3HJzo .mbr-text UL {
  color: #232323;
}
.cid-qySjAmEtTR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjAmEtTR .mbr-text,
.cid-qySjAmEtTR blockquote {
  color: #767676;
}
.cid-qySjAmEtTR .mbr-text {
  color: #232323;
}
.cid-qySjAGtdD5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySjAGtdD5 .image-block {
  margin: auto;
}
.cid-qySjAGtdD5 figcaption {
  position: relative;
}
.cid-qySjAGtdD5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySjAGtdD5 .image-block {
    width: 100% !important;
  }
}
.cid-qySjAVbhrR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjAVbhrR .mbr-text,
.cid-qySjAVbhrR blockquote {
  color: #767676;
}
.cid-qySjAVbhrR .mbr-text {
  color: #232323;
}
.cid-qySjBfm26B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjBfm26B .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySjBworxw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjBworxw .counter-container {
  color: #767676;
}
.cid-qySjBworxw .counter-container ul {
  margin-bottom: 0;
}
.cid-qySjBworxw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySjBworxw .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySjBworxw .mbr-text UL {
  color: #232323;
}
.cid-qySjBNryLK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjBNryLK .mbr-text,
.cid-qySjBNryLK blockquote {
  color: #767676;
}
.cid-qySjBNryLK .mbr-text {
  color: #232323;
}
.cid-qySjC6mE7G {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySjC6mE7G .image-block {
  margin: auto;
}
.cid-qySjC6mE7G figcaption {
  position: relative;
}
.cid-qySjC6mE7G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySjC6mE7G .image-block {
    width: 100% !important;
  }
}
.cid-qySjCEGu3G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjCEGu3G .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySjDnpYDU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjDnpYDU .counter-container {
  color: #767676;
}
.cid-qySjDnpYDU .counter-container ul {
  margin-bottom: 0;
}
.cid-qySjDnpYDU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySjDnpYDU .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySjDnpYDU .mbr-text UL {
  color: #232323;
}
.cid-qySjDDzEJT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjDDzEJT .mbr-text,
.cid-qySjDDzEJT blockquote {
  color: #767676;
}
.cid-qySjDDzEJT .mbr-text {
  color: #232323;
}
.cid-qySjDXUGMz {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySjDXUGMz .image-block {
  margin: auto;
}
.cid-qySjDXUGMz figcaption {
  position: relative;
}
.cid-qySjDXUGMz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySjDXUGMz .image-block {
    width: 100% !important;
  }
}
.cid-qySjEcK79Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjEcK79Q .mbr-text,
.cid-qySjEcK79Q blockquote {
  color: #767676;
}
.cid-qySjEcK79Q .mbr-text {
  color: #232323;
}
.cid-qySjEudX89 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySjEudX89 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySjEudX89 .video-block {
    width: 100% !important;
  }
}
.cid-qySjELCaqA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySjELCaqA .mbr-text,
.cid-qySjELCaqA blockquote {
  color: #767676;
}
.cid-qySjELCaqA .mbr-text {
  color: #232323;
}
.cid-qySkeNlbub {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkeNlbub .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySkf3Ajup {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkf3Ajup .counter-container {
  color: #767676;
}
.cid-qySkf3Ajup .counter-container ul {
  margin-bottom: 0;
}
.cid-qySkf3Ajup .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySkf3Ajup .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySkf3Ajup .mbr-text UL {
  color: #232323;
}
.cid-qySkfoIUWx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkfoIUWx .mbr-text,
.cid-qySkfoIUWx blockquote {
  color: #767676;
}
.cid-qySkfoIUWx .mbr-text {
  color: #232323;
}
.cid-qySkfJFJsI {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySkfJFJsI .image-block {
  margin: auto;
}
.cid-qySkfJFJsI figcaption {
  position: relative;
}
.cid-qySkfJFJsI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySkfJFJsI .image-block {
    width: 100% !important;
  }
}
.cid-qySkfYNpY3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkfYNpY3 .mbr-text,
.cid-qySkfYNpY3 blockquote {
  color: #767676;
}
.cid-qySkfYNpY3 .mbr-text {
  color: #232323;
}
.cid-qySkgyVplb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySkgyVplb .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySkgyVplb .video-block {
    width: 100% !important;
  }
}
.cid-qySkgXricn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkgXricn .mbr-text,
.cid-qySkgXricn blockquote {
  color: #767676;
}
.cid-qySkgXricn .mbr-text {
  color: #232323;
}
.cid-qySkhrXRCV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkhrXRCV .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySkhNrrYL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkhNrrYL .counter-container {
  color: #767676;
}
.cid-qySkhNrrYL .counter-container ul {
  margin-bottom: 0;
}
.cid-qySkhNrrYL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySkhNrrYL .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySkhNrrYL .mbr-text UL {
  color: #232323;
}
.cid-qySki61uyN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySki61uyN .mbr-text,
.cid-qySki61uyN blockquote {
  color: #767676;
}
.cid-qySki61uyN .mbr-text {
  color: #232323;
}
.cid-qySkixd0IC {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySkixd0IC .image-block {
  margin: auto;
}
.cid-qySkixd0IC figcaption {
  position: relative;
}
.cid-qySkixd0IC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySkixd0IC .image-block {
    width: 100% !important;
  }
}
.cid-qySkiStd0e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkiStd0e .mbr-text,
.cid-qySkiStd0e blockquote {
  color: #767676;
}
.cid-qySkiStd0e .mbr-text {
  color: #232323;
}
.cid-qySkjeBADU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkjeBADU .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySkjB3VHK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkjB3VHK .counter-container {
  color: #767676;
}
.cid-qySkjB3VHK .counter-container ul {
  margin-bottom: 0;
}
.cid-qySkjB3VHK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySkjB3VHK .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySkjB3VHK .mbr-text UL {
  color: #232323;
}
.cid-qySkjVkV93 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkjVkV93 .mbr-text,
.cid-qySkjVkV93 blockquote {
  color: #767676;
}
.cid-qySkjVkV93 .mbr-text {
  color: #232323;
}
.cid-qySkkf49Ug {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySkkf49Ug .image-block {
  margin: auto;
}
.cid-qySkkf49Ug figcaption {
  position: relative;
}
.cid-qySkkf49Ug figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySkkf49Ug .image-block {
    width: 100% !important;
  }
}
.cid-qySkkAXjhY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySkkAXjhY .mbr-text,
.cid-qySkkAXjhY blockquote {
  color: #767676;
}
.cid-qySkkAXjhY .mbr-text {
  color: #232323;
}
.cid-qySl4UtJL4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl4UtJL4 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySl5eOn4U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl5eOn4U .counter-container {
  color: #767676;
}
.cid-qySl5eOn4U .counter-container ul {
  margin-bottom: 0;
}
.cid-qySl5eOn4U .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySl5eOn4U .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySl5eOn4U .mbr-text UL {
  color: #232323;
}
.cid-qySl5A8Opn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl5A8Opn .mbr-text,
.cid-qySl5A8Opn blockquote {
  color: #767676;
}
.cid-qySl5A8Opn .mbr-text {
  color: #232323;
}
.cid-qySl5RkQ3p {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySl5RkQ3p .image-block {
  margin: auto;
}
.cid-qySl5RkQ3p figcaption {
  position: relative;
}
.cid-qySl5RkQ3p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySl5RkQ3p .image-block {
    width: 100% !important;
  }
}
.cid-qySl6bS8fa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl6bS8fa .mbr-text,
.cid-qySl6bS8fa blockquote {
  color: #767676;
}
.cid-qySl6bS8fa .mbr-text {
  color: #232323;
}
.cid-qySl6Ac2aU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl6Ac2aU .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySl6Qnk3w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl6Qnk3w .counter-container {
  color: #767676;
}
.cid-qySl6Qnk3w .counter-container ul {
  margin-bottom: 0;
}
.cid-qySl6Qnk3w .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySl6Qnk3w .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySl6Qnk3w .mbr-text UL {
  color: #232323;
}
.cid-qySl7r6C1E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl7r6C1E .mbr-text,
.cid-qySl7r6C1E blockquote {
  color: #767676;
}
.cid-qySl7r6C1E .mbr-text {
  color: #232323;
}
.cid-qySl7I6cea {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySl7I6cea .image-block {
  margin: auto;
}
.cid-qySl7I6cea figcaption {
  position: relative;
}
.cid-qySl7I6cea figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySl7I6cea .image-block {
    width: 100% !important;
  }
}
.cid-qySl80KqSl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl80KqSl .mbr-text,
.cid-qySl80KqSl blockquote {
  color: #767676;
}
.cid-qySl80KqSl .mbr-text {
  color: #232323;
}
.cid-qySl8gy6YC {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySl8gy6YC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySl8gy6YC .video-block {
    width: 100% !important;
  }
}
.cid-qySl8ChhHS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl8ChhHS .mbr-text,
.cid-qySl8ChhHS blockquote {
  color: #767676;
}
.cid-qySl8ChhHS .mbr-text {
  color: #232323;
}
.cid-qySl91dGh6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl91dGh6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySl9joXlT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl9joXlT .counter-container {
  color: #767676;
}
.cid-qySl9joXlT .counter-container ul {
  margin-bottom: 0;
}
.cid-qySl9joXlT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySl9joXlT .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySl9joXlT .mbr-text UL {
  color: #232323;
}
.cid-qySl9B00WS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySl9B00WS .mbr-text,
.cid-qySl9B00WS blockquote {
  color: #767676;
}
.cid-qySl9B00WS .mbr-text {
  color: #232323;
}
.cid-qySl9Vl1On {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySl9Vl1On .image-block {
  margin: auto;
}
.cid-qySl9Vl1On figcaption {
  position: relative;
}
.cid-qySl9Vl1On figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySl9Vl1On .image-block {
    width: 100% !important;
  }
}
.cid-qySlaf8gNO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlaf8gNO .mbr-text,
.cid-qySlaf8gNO blockquote {
  color: #767676;
}
.cid-qySlaf8gNO .mbr-text {
  color: #232323;
}
.cid-qySlay788M {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySlay788M .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySlay788M .video-block {
    width: 100% !important;
  }
}
.cid-qySlaXk9F8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlaXk9F8 .mbr-text,
.cid-qySlaXk9F8 blockquote {
  color: #767676;
}
.cid-qySlaXk9F8 .mbr-text {
  color: #232323;
}
.cid-qySlWckWHa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlWckWHa .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySlWtU3Z1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlWtU3Z1 .counter-container {
  color: #767676;
}
.cid-qySlWtU3Z1 .counter-container ul {
  margin-bottom: 0;
}
.cid-qySlWtU3Z1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySlWtU3Z1 .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySlWtU3Z1 .mbr-text UL {
  color: #232323;
}
.cid-qySlWQJIqI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlWQJIqI .mbr-text,
.cid-qySlWQJIqI blockquote {
  color: #767676;
}
.cid-qySlWQJIqI .mbr-text {
  color: #232323;
}
.cid-qySlXbv2dj {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySlXbv2dj .image-block {
  margin: auto;
}
.cid-qySlXbv2dj figcaption {
  position: relative;
}
.cid-qySlXbv2dj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySlXbv2dj .image-block {
    width: 100% !important;
  }
}
.cid-qySlXwa3xT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlXwa3xT .mbr-text,
.cid-qySlXwa3xT blockquote {
  color: #767676;
}
.cid-qySlXwa3xT .mbr-text {
  color: #232323;
}
.cid-qySlXMQT6Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlXMQT6Q .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySlYoEF3b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlYoEF3b .counter-container {
  color: #767676;
}
.cid-qySlYoEF3b .counter-container ul {
  margin-bottom: 0;
}
.cid-qySlYoEF3b .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySlYoEF3b .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySlYoEF3b .mbr-text UL {
  color: #232323;
}
.cid-qySlYFJ3Ev {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlYFJ3Ev .mbr-text,
.cid-qySlYFJ3Ev blockquote {
  color: #767676;
}
.cid-qySlYFJ3Ev .mbr-text {
  color: #232323;
}
.cid-qySlZ2iRX0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySlZ2iRX0 .image-block {
  margin: auto;
}
.cid-qySlZ2iRX0 figcaption {
  position: relative;
}
.cid-qySlZ2iRX0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySlZ2iRX0 .image-block {
    width: 100% !important;
  }
}
.cid-qySlZgfDDa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySlZgfDDa .mbr-text,
.cid-qySlZgfDDa blockquote {
  color: #767676;
}
.cid-qySlZgfDDa .mbr-text {
  color: #232323;
}
.cid-qySm0kXHmn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySm0kXHmn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySm0kXHmn .video-block {
    width: 100% !important;
  }
}
.cid-qySm0HdYGA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySm0HdYGA .mbr-text,
.cid-qySm0HdYGA blockquote {
  color: #767676;
}
.cid-qySm0HdYGA .mbr-text {
  color: #232323;
}
.cid-qySm165K4i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySm165K4i .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySm1C9TxM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySm1C9TxM .counter-container {
  color: #767676;
}
.cid-qySm1C9TxM .counter-container ul {
  margin-bottom: 0;
}
.cid-qySm1C9TxM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySm1C9TxM .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySm1C9TxM .mbr-text UL {
  color: #232323;
}
.cid-qySm1SqGaF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySm1SqGaF .mbr-text,
.cid-qySm1SqGaF blockquote {
  color: #767676;
}
.cid-qySm1SqGaF .mbr-text {
  color: #232323;
}
.cid-qySm2i1Zpb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySm2i1Zpb .image-block {
  margin: auto;
}
.cid-qySm2i1Zpb figcaption {
  position: relative;
}
.cid-qySm2i1Zpb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySm2i1Zpb .image-block {
    width: 100% !important;
  }
}
.cid-qySm2BuEad {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySm2BuEad .mbr-text,
.cid-qySm2BuEad blockquote {
  color: #767676;
}
.cid-qySm2BuEad .mbr-text {
  color: #232323;
}
.cid-qySmHnl37s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmHnl37s .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySmHMZitX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmHMZitX .counter-container {
  color: #767676;
}
.cid-qySmHMZitX .counter-container ul {
  margin-bottom: 0;
}
.cid-qySmHMZitX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySmHMZitX .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySmHMZitX .mbr-text UL {
  color: #232323;
}
.cid-qySmIbBZjS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmIbBZjS .mbr-text,
.cid-qySmIbBZjS blockquote {
  color: #767676;
}
.cid-qySmIbBZjS .mbr-text {
  color: #232323;
}
.cid-qySmICViqQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySmICViqQ .image-block {
  margin: auto;
}
.cid-qySmICViqQ figcaption {
  position: relative;
}
.cid-qySmICViqQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySmICViqQ .image-block {
    width: 100% !important;
  }
}
.cid-qySmIXiPm0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmIXiPm0 .mbr-text,
.cid-qySmIXiPm0 blockquote {
  color: #767676;
}
.cid-qySmIXiPm0 .mbr-text {
  color: #232323;
}
.cid-qySmJCAuHA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmJCAuHA .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySmJZcRBp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmJZcRBp .counter-container {
  color: #767676;
}
.cid-qySmJZcRBp .counter-container ul {
  margin-bottom: 0;
}
.cid-qySmJZcRBp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySmJZcRBp .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySmJZcRBp .mbr-text UL {
  color: #232323;
}
.cid-qySmKCwoGD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmKCwoGD .mbr-text,
.cid-qySmKCwoGD blockquote {
  color: #767676;
}
.cid-qySmKCwoGD .mbr-text {
  color: #232323;
}
.cid-qySmL7buwW {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySmL7buwW .image-block {
  margin: auto;
}
.cid-qySmL7buwW figcaption {
  position: relative;
}
.cid-qySmL7buwW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySmL7buwW .image-block {
    width: 100% !important;
  }
}
.cid-qySmLsTxkE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmLsTxkE .mbr-text,
.cid-qySmLsTxkE blockquote {
  color: #767676;
}
.cid-qySmLsTxkE .mbr-text {
  color: #232323;
}
.cid-qySmLQddqe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmLQddqe .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySmMbh4JB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmMbh4JB .counter-container {
  color: #767676;
}
.cid-qySmMbh4JB .counter-container ul {
  margin-bottom: 0;
}
.cid-qySmMbh4JB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySmMbh4JB .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySmMbh4JB .mbr-text UL {
  color: #232323;
}
.cid-qySmMwTerE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmMwTerE .mbr-text,
.cid-qySmMwTerE blockquote {
  color: #767676;
}
.cid-qySmMwTerE .mbr-text {
  color: #232323;
}
.cid-qySmMYagC2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySmMYagC2 .image-block {
  margin: auto;
}
.cid-qySmMYagC2 figcaption {
  position: relative;
}
.cid-qySmMYagC2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySmMYagC2 .image-block {
    width: 100% !important;
  }
}
.cid-qySmNhM2zB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmNhM2zB .mbr-text,
.cid-qySmNhM2zB blockquote {
  color: #767676;
}
.cid-qySmNhM2zB .mbr-text {
  color: #232323;
}
.cid-qySmNKdJJe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmNKdJJe .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySmO3VtKd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmO3VtKd .counter-container {
  color: #767676;
}
.cid-qySmO3VtKd .counter-container ul {
  margin-bottom: 0;
}
.cid-qySmO3VtKd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySmO3VtKd .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySmO3VtKd .mbr-text UL {
  color: #232323;
}
.cid-qySmOoV0xC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmOoV0xC .mbr-text,
.cid-qySmOoV0xC blockquote {
  color: #767676;
}
.cid-qySmOoV0xC .mbr-text {
  color: #232323;
}
.cid-qySmOOEUQf {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySmOOEUQf .image-block {
  margin: auto;
}
.cid-qySmOOEUQf figcaption {
  position: relative;
}
.cid-qySmOOEUQf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySmOOEUQf .image-block {
    width: 100% !important;
  }
}
.cid-qySmP5mFYm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmP5mFYm .mbr-text,
.cid-qySmP5mFYm blockquote {
  color: #767676;
}
.cid-qySmP5mFYm .mbr-text {
  color: #232323;
}
.cid-qySmPpI28o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmPpI28o .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySmPNczUw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmPNczUw .counter-container {
  color: #767676;
}
.cid-qySmPNczUw .counter-container ul {
  margin-bottom: 0;
}
.cid-qySmPNczUw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qySmPNczUw .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: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
  content: '✓';
}
.cid-qySmPNczUw .mbr-text UL {
  color: #232323;
}
.cid-qySmQ7zoD8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmQ7zoD8 .mbr-text,
.cid-qySmQ7zoD8 blockquote {
  color: #767676;
}
.cid-qySmQ7zoD8 .mbr-text {
  color: #232323;
}
.cid-qySmQxcpJm {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySmQxcpJm .image-block {
  margin: auto;
}
.cid-qySmQxcpJm figcaption {
  position: relative;
}
.cid-qySmQxcpJm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySmQxcpJm .image-block {
    width: 100% !important;
  }
}
.cid-qySmQY91Dr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySmQY91Dr .mbr-text,
.cid-qySmQY91Dr blockquote {
  color: #767676;
}
.cid-qySmQY91Dr .mbr-text {
  color: #232323;
}
.cid-qySnZzl94a {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySnZzl94a .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qySnZzl94a .video-block {
    width: 100% !important;
  }
}
.cid-qySnZWuVXr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySnZWuVXr .mbr-text,
.cid-qySnZWuVXr blockquote {
  color: #767676;
}
.cid-qySnZWuVXr .mbr-text {
  color: #232323;
}
.cid-qySo6cciw0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySo6cciw0 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qySo9JnHDj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qySo9JnHDj .mbr-text,
.cid-qySo9JnHDj blockquote {
  color: #767676;
}
.cid-qySo9JnHDj .mbr-text {
  color: #232323;
}
