@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Red+Hat+Mono:300,400,500,600,700,300i,400i,500i,600i,700i);
@import url(https://fonts.googleapis.com/css?family=Charis+SIL:400,400i,700,700i);





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: 'Rubik', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Red Hat Mono', monospace;
  font-size: 1rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Charis SIL', 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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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: 'Charis SIL', 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: #149dcc;
  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: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.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;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-tCJ3hKphg4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tCJ3hKphg4 .mbr-text,
.cid-tCJ3hKphg4 blockquote {
  color: #767676;
}
.cid-tCJ3hKphg4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ttgkfgDkHu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttgkfgDkHu .mbr-section-subtitle {
  color: #767676;
}
.cid-tDd5tLdplO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd5tLdplO .mbr-text,
.cid-tDd5tLdplO blockquote {
  color: #767676;
}
.cid-tDd5tLdplO .mbr-text B {
  color: #55b4d4;
}
.cid-tDd5tLdplO .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tD1kxpK6wU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD1kxpK6wU .mbr-text,
.cid-tD1kxpK6wU blockquote {
  color: #767676;
}
.cid-tD1kxpK6wU .mbr-text {
  color: #232323;
}
.cid-tD1kxpK6wU .mbr-text P {
  text-align: left;
}
.cid-tCxKUFzK5u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCxKUFzK5u .mbr-text {
  color: #232323;
}
.cid-tCxKUFzK5u .mbr-text P {
  color: #232323;
}
.cid-tH6rnSWugN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH6rnSWugN .mbr-text,
.cid-tH6rnSWugN blockquote {
  color: #767676;
}
.cid-tH6rnSWugN .mbr-text {
  color: #232323;
}
.cid-tH6rnSWugN .mbr-text P {
  text-align: left;
}
.cid-tH65bes8Wz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH65bes8Wz .mbr-text {
  color: #232323;
}
.cid-tH65bes8Wz .mbr-text P {
  color: #232323;
}
.cid-ttgkcBfgnn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttgkcBfgnn .mbr-text,
.cid-ttgkcBfgnn blockquote {
  color: #767676;
}
.cid-ttgkcBfgnn .mbr-text P {
  color: #232323;
}
.cid-tCxdD0q1dw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCxdD0q1dw .media-container-column {
  align-items: center;
}
.cid-tCxdD0q1dw .mbr-author-desc {
  display: block;
  color: #232323;
  text-align: left;
}
.cid-tCxdD0q1dw .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-tCxdD0q1dw .mbr-testimonial .panel-item {
  background-color: #e4d295;
}
.cid-tCxdD0q1dw .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCxdD0q1dw .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCxdD0q1dw .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCxdD0q1dw .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCxdD0q1dw .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCxdD0q1dw .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCxdD0q1dw .mbr-text {
  color: #232323;
}
.cid-tCxdD0q1dw .mbr-author-name {
  color: #232323;
  text-align: center;
}
.cid-tDcYlqjTOu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcYlqjTOu .mbr-text,
.cid-tDcYlqjTOu blockquote {
  color: #767676;
}
.cid-tDcYlqjTOu .mbr-text B {
  color: #55b4d4;
}
.cid-tDcYlqjTOu .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tCym7SKmI4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCym7SKmI4 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCym7SKmI4 H2 {
  text-align: center;
}
.cid-tCxmj7rQdc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCxmj7rQdc .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCxmj7rQdc H2 {
  text-align: center;
}
.cid-tCxmjx7GQG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCxmjx7GQG .mbr-text,
.cid-tCxmjx7GQG blockquote {
  color: #767676;
}
.cid-tCxmjx7GQG .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCoF2kuDqp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCoF2kuDqp .media-container-column {
  align-items: center;
}
.cid-tCoF2kuDqp .mbr-author-desc {
  display: block;
  color: #232323;
  text-align: left;
}
.cid-tCoF2kuDqp .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-tCoF2kuDqp .mbr-testimonial .panel-item {
  background-color: #e4d295;
}
.cid-tCoF2kuDqp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCoF2kuDqp .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCoF2kuDqp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCoF2kuDqp .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCoF2kuDqp .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCoF2kuDqp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCoF2kuDqp .mbr-text {
  color: #232323;
}
.cid-tCoF2kuDqp .mbr-author-name {
  color: #232323;
  text-align: left;
}
.cid-tDcYlAyfWM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcYlAyfWM .mbr-text,
.cid-tDcYlAyfWM blockquote {
  color: #767676;
}
.cid-tDcYlAyfWM .mbr-text B {
  color: #55b4d4;
}
.cid-tDcYlAyfWM .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tCwzxic2qo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwzxic2qo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwzxic2qo H2 {
  text-align: center;
}
.cid-tCwzxDidWS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwzxDidWS .mbr-text,
.cid-tCwzxDidWS blockquote {
  color: #767676;
}
.cid-tCwzxDidWS .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDcJ2Fi3Tu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcJ2Fi3Tu .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDcJ2Fi3Tu H2 {
  text-align: center;
}
.cid-tDROyBcplL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDROyBcplL .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDROyBcplL H2 {
  text-align: center;
}
.cid-tCwzvLl0j6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwzvLl0j6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwzvLl0j6 H2 {
  text-align: center;
}
.cid-tCvW4ueShj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCvW4ueShj .mbr-text,
.cid-tCvW4ueShj blockquote {
  color: #767676;
}
.cid-tCvW4ueShj .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-tCykoK13IT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCykoK13IT .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCykoK13IT H2 {
  text-align: center;
}
.cid-tCykpb5FK7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCykpb5FK7 .mbr-text,
.cid-tCykpb5FK7 blockquote {
  color: #767676;
}
.cid-tCykpb5FK7 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCpZy4YaSE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCpZy4YaSE .media-container-column {
  align-items: center;
}
.cid-tCpZy4YaSE .mbr-author-desc {
  display: block;
  color: #232323;
  text-align: left;
}
.cid-tCpZy4YaSE .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-tCpZy4YaSE .mbr-testimonial .panel-item {
  background-color: #e4d295;
}
.cid-tCpZy4YaSE .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCpZy4YaSE .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCpZy4YaSE .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCpZy4YaSE .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCpZy4YaSE .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCpZy4YaSE .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCpZy4YaSE .mbr-text {
  color: #232323;
}
.cid-tDcYlQyBHF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcYlQyBHF .mbr-text,
.cid-tDcYlQyBHF blockquote {
  color: #767676;
}
.cid-tDcYlQyBHF .mbr-text B {
  color: #55b4d4;
}
.cid-tDcYlQyBHF .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tCwDDmIo2R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwDDmIo2R .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwDDmIo2R H2 {
  text-align: center;
}
.cid-tCwEgzwcMs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwEgzwcMs .mbr-text,
.cid-tCwEgzwcMs blockquote {
  color: #767676;
}
.cid-tCwEgzwcMs .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDcOUz1jZa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcOUz1jZa .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDcOUz1jZa H2 {
  text-align: center;
}
.cid-tDRPI6CWpI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDRPI6CWpI .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDRPI6CWpI H2 {
  text-align: center;
}
.cid-tCwDD81Qdg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwDD81Qdg .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwDD81Qdg H2 {
  text-align: center;
}
.cid-tCwEgMvJ7L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwEgMvJ7L .mbr-text,
.cid-tCwEgMvJ7L blockquote {
  color: #767676;
}
.cid-tCwEgMvJ7L .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCxruexBI9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCxruexBI9 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCxruexBI9 H2 {
  text-align: center;
}
.cid-tCxrvcsHGR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCxrvcsHGR .mbr-text,
.cid-tCxrvcsHGR blockquote {
  color: #767676;
}
.cid-tCxrvcsHGR .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCqNXkczqz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCqNXkczqz .media-container-column {
  align-items: center;
}
.cid-tCqNXkczqz .mbr-author-desc {
  display: block;
  color: #232323;
  text-align: left;
}
.cid-tCqNXkczqz .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-tCqNXkczqz .mbr-testimonial .panel-item {
  background-color: #e4d295;
}
.cid-tCqNXkczqz .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCqNXkczqz .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCqNXkczqz .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCqNXkczqz .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCqNXkczqz .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCqNXkczqz .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCqNXkczqz .mbr-author-name {
  color: #232323;
}
.cid-tCqNXkczqz .mbr-text {
  color: #232323;
}
.cid-tDcYlXVm6w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcYlXVm6w .mbr-text,
.cid-tDcYlXVm6w blockquote {
  color: #767676;
}
.cid-tDcYlXVm6w .mbr-text B {
  color: #55b4d4;
}
.cid-tDcYlXVm6w .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tCx4MjaQQ3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCx4MjaQQ3 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCx4MjaQQ3 H2 {
  text-align: center;
}
.cid-tDHu3HfFVO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDHu3HfFVO .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDHu3HfFVO H2 {
  text-align: center;
}
.cid-tCwWTXnpfT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwWTXnpfT .mbr-text,
.cid-tCwWTXnpfT blockquote {
  color: #767676;
}
.cid-tCwWTXnpfT .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCwG8i9zq6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwG8i9zq6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwG8i9zq6 H2 {
  text-align: center;
}
.cid-tCwG8B09TU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwG8B09TU .mbr-text,
.cid-tCwG8B09TU blockquote {
  color: #767676;
}
.cid-tCwG8B09TU .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCqIR5M03Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCqIR5M03Q .media-container-column {
  align-items: center;
}
.cid-tCqIR5M03Q .mbr-author-desc {
  display: block;
  color: #232323;
  text-align: left;
}
.cid-tCqIR5M03Q .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-tCqIR5M03Q .mbr-testimonial .panel-item {
  background-color: #e4d295;
}
.cid-tCqIR5M03Q .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCqIR5M03Q .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCqIR5M03Q .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCqIR5M03Q .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCqIR5M03Q .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCqIR5M03Q .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCqIR5M03Q .mbr-text {
  color: #232323;
}
.cid-tCqIR5M03Q .mbr-author-name {
  color: #232323;
}
.cid-tDcYm3ILwC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcYm3ILwC .mbr-text,
.cid-tDcYm3ILwC blockquote {
  color: #767676;
}
.cid-tDcYm3ILwC .mbr-text B {
  color: #55b4d4;
}
.cid-tDcYm3ILwC .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tCwGUptl3m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwGUptl3m .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwGUptl3m H2 {
  text-align: center;
}
.cid-tCwHaiboLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwHaiboLD .mbr-text,
.cid-tCwHaiboLD blockquote {
  color: #767676;
}
.cid-tCwHaiboLD .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDHtuUBvKa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDHtuUBvKa .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDHtuUBvKa H2 {
  text-align: center;
}
.cid-tCwHatyWhz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwHatyWhz .mbr-text,
.cid-tCwHatyWhz blockquote {
  color: #767676;
}
.cid-tCwHatyWhz .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDHrNcGIzJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDHrNcGIzJ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDHrNcGIzJ H2 {
  text-align: center;
}
.cid-tCwGUbS2Re {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwGUbS2Re .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwGUbS2Re H2 {
  text-align: center;
}
.cid-tCwHaCSFAN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwHaCSFAN .mbr-text,
.cid-tCwHaCSFAN blockquote {
  color: #767676;
}
.cid-tCwHaCSFAN .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCqIR0ZWC9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCqIR0ZWC9 .media-container-column {
  align-items: center;
}
.cid-tCqIR0ZWC9 .mbr-author-desc {
  display: block;
  color: #232323;
  text-align: left;
}
.cid-tCqIR0ZWC9 .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-tCqIR0ZWC9 .mbr-testimonial .panel-item {
  background-color: #e4d295;
}
.cid-tCqIR0ZWC9 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCqIR0ZWC9 .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCqIR0ZWC9 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCqIR0ZWC9 .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCqIR0ZWC9 .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCqIR0ZWC9 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCqIR0ZWC9 .mbr-author-name {
  color: #232323;
}
.cid-tCqIR0ZWC9 .mbr-text {
  color: #232323;
}
.cid-tDcZ7LNIUN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcZ7LNIUN .mbr-text,
.cid-tDcZ7LNIUN blockquote {
  color: #767676;
}
.cid-tDcZ7LNIUN .mbr-text B {
  color: #55b4d4;
}
.cid-tDcZ7LNIUN .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tCwsIvaJGr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwsIvaJGr .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwsIvaJGr H2 {
  text-align: center;
}
.cid-tCwtwM8g0r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwtwM8g0r .mbr-text,
.cid-tCwtwM8g0r blockquote {
  color: #767676;
}
.cid-tCwtwM8g0r .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCwtW7d8pX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwtW7d8pX .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwtW7d8pX H2 {
  text-align: center;
}
.cid-tCwuCEo8ld {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwuCEo8ld .mbr-text,
.cid-tCwuCEo8ld blockquote {
  color: #767676;
}
.cid-tCwuCEo8ld .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDBJx3lrPw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDBJx3lrPw .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDBJx3lrPw H2 {
  text-align: center;
}
.cid-tCwJVpuhLK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwJVpuhLK .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwJVpuhLK H2 {
  text-align: center;
}
.cid-tCwJVD3J00 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwJVD3J00 .mbr-text,
.cid-tCwJVD3J00 blockquote {
  color: #767676;
}
.cid-tCwJVD3J00 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCqG4S913y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCqG4S913y .media-container-column {
  align-items: center;
}
.cid-tCqG4S913y .mbr-author-desc {
  display: block;
  color: #232323;
  text-align: left;
}
.cid-tCqG4S913y .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-tCqG4S913y .mbr-testimonial .panel-item {
  background-color: #e4d295;
}
.cid-tCqG4S913y .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tCqG4S913y .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tCqG4S913y .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tCqG4S913y .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tCqG4S913y .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tCqG4S913y .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tCqG4S913y .mbr-text {
  color: #232323;
}
.cid-tCqG4S913y .mbr-author-name {
  color: #232323;
}
.cid-tDcZr5dx3P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcZr5dx3P .mbr-text,
.cid-tDcZr5dx3P blockquote {
  color: #767676;
}
.cid-tDcZr5dx3P .mbr-text B {
  color: #55b4d4;
}
.cid-tDcZr5dx3P .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tCwlaVDqfB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwlaVDqfB .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCvOc1lYHA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCvOc1lYHA .mbr-text,
.cid-tCvOc1lYHA blockquote {
  color: #767676;
}
.cid-tCvOc1lYHA .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDHsRgLhuc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDHsRgLhuc .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDHsRgLhuc H2 {
  text-align: center;
}
.cid-tCwzwPyzH0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwzwPyzH0 .mbr-text,
.cid-tCwzwPyzH0 blockquote {
  color: #767676;
}
.cid-tCwzwPyzH0 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDHrMyXvi3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDHrMyXvi3 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tDHrMyXvi3 H2 {
  text-align: center;
}
.cid-tCwKErJOeE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwKErJOeE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tCwKErJOeE H2 {
  text-align: center;
}
.cid-tCwKEQQXwy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCwKEQQXwy .mbr-text,
.cid-tCwKEQQXwy blockquote {
  color: #767676;
}
.cid-tCwKEQQXwy .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDcYl7WmzE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcYl7WmzE .mbr-text,
.cid-tDcYl7WmzE blockquote {
  color: #767676;
}
.cid-tDcYl7WmzE .mbr-text B {
  color: #55b4d4;
}
.cid-tDcYl7WmzE .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbItUdeCQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbItUdeCQ .mbr-text,
.cid-tDbItUdeCQ .mbr-section-btn {
  text-align: center;
}
.cid-tDbItUdeCQ H2 {
  text-align: center;
}
.cid-tDbItUdeCQ H3 {
  text-align: center;
}
.cid-tCJ22XoBpe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tCJ22XoBpe .mbr-text,
.cid-tCJ22XoBpe blockquote {
  color: #767676;
}
.cid-tCJ22XoBpe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCIoSe617f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCIoSe617f .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-tDd2kIRJv3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd2kIRJv3 .mbr-text,
.cid-tDd2kIRJv3 blockquote {
  color: #767676;
}
.cid-tDd2kIRJv3 .mbr-text B {
  color: #55b4d4;
}
.cid-tDd2kIRJv3 .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDS4LTTj09 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDS4LTTj09 .mbr-text,
.cid-tDS4LTTj09 blockquote {
  color: #767676;
}
.cid-tDS4LTTj09 .mbr-text {
  color: #232323;
}
.cid-tDS4SKgWyE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDS4SKgWyE .counter-container {
  color: #767676;
}
.cid-tDS4SKgWyE .counter-container ul {
  margin-bottom: 0;
}
.cid-tDS4SKgWyE .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tDS4SKgWyE .mbr-text UL {
  color: #232323;
}
.cid-tDRU2HJLp2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e4d295;
}
.cid-tDRU2HJLp2 .mbr-text,
.cid-tDRU2HJLp2 blockquote {
  color: #767676;
}
.cid-tDRU2HJLp2 .mbr-text B {
  color: #232323;
}
.cid-tDRU2HJLp2 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tDVCRwvh1Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDVCRwvh1Q .mbr-text,
.cid-tDVCRwvh1Q blockquote {
  color: #767676;
}
.cid-tDVCRwvh1Q .mbr-text B {
  color: #55b4d4;
}
.cid-tDVCRwvh1Q .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDVDmtpfvu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDVDmtpfvu .mbr-text,
.cid-tDVDmtpfvu blockquote {
  color: #767676;
}
.cid-tDVDmtpfvu .mbr-text {
  color: #232323;
}
.cid-tDRV42IUPC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDRV42IUPC .counter-container {
  color: #767676;
}
.cid-tDRV42IUPC .counter-container ul {
  margin-bottom: 0;
}
.cid-tDRV42IUPC .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tDRTdMPnZ3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e4d295;
}
.cid-tDRTdMPnZ3 .mbr-text,
.cid-tDRTdMPnZ3 blockquote {
  color: #767676;
}
.cid-tDRTdMPnZ3 .mbr-text B {
  color: #232323;
}
.cid-tDRTdMPnZ3 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tDVCRXsSNI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDVCRXsSNI .mbr-text,
.cid-tDVCRXsSNI blockquote {
  color: #767676;
}
.cid-tDVCRXsSNI .mbr-text B {
  color: #55b4d4;
}
.cid-tDVCRXsSNI .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDVDn7zubg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDVDn7zubg .mbr-text,
.cid-tDVDn7zubg blockquote {
  color: #767676;
}
.cid-tDVDn7zubg .mbr-text {
  color: #232323;
}
.cid-tCI5TagAzf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCI5TagAzf .counter-container {
  color: #767676;
}
.cid-tCI5TagAzf .counter-container ul {
  margin-bottom: 0;
}
.cid-tCI5TagAzf .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tD1IX4fGtO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD1IX4fGtO .mbr-text,
.cid-tD1IX4fGtO blockquote {
  color: #767676;
}
.cid-tDd2kxfImI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd2kxfImI .mbr-text,
.cid-tDd2kxfImI blockquote {
  color: #767676;
}
.cid-tDd2kxfImI .mbr-text B {
  color: #55b4d4;
}
.cid-tDd2kxfImI .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbJtA9zEl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbJtA9zEl .mbr-text,
.cid-tDbJtA9zEl .mbr-section-btn {
  text-align: center;
}
.cid-tDbJtA9zEl H2 {
  text-align: center;
}
.cid-tDbJtA9zEl H3 {
  text-align: center;
}
.cid-tCJHaxxARD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tCJHaxxARD .mbr-text,
.cid-tCJHaxxARD blockquote {
  color: #767676;
}
.cid-tCJHaxxARD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tD1ycadUVX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD1ycadUVX .mbr-section-subtitle {
  color: #767676;
}
.cid-tDFkO3aWmF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDFkO3aWmF .mbr-text,
.cid-tDFkO3aWmF blockquote {
  color: #767676;
}
.cid-tDFkO3aWmF .mbr-text B {
  color: #55b4d4;
}
.cid-tDFkO3aWmF .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tD1AcazQtK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tD1AcazQtK .mbr-text,
.cid-tD1AcazQtK blockquote {
  color: #767676;
}
.cid-tD1AcazQtK .mbr-text {
  color: #232323;
}
.cid-tDFlHFaX39 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDFlHFaX39 .counter-container {
  color: #767676;
}
.cid-tDFlHFaX39 .counter-container ul {
  margin-bottom: 0;
}
.cid-tDFlHFaX39 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tDFlHFaX39 .mbr-text UL {
  color: #232323;
}
.cid-tCQaI1WqMm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-tCQaI1WqMm .mbr-section-subtitle {
  color: #232323;
}
.cid-tDd1Btj0CK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd1Btj0CK .mbr-text,
.cid-tDd1Btj0CK blockquote {
  color: #767676;
}
.cid-tDd1Btj0CK .mbr-text B {
  color: #55b4d4;
}
.cid-tDd1Btj0CK .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tGCIlssRgQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGCIlssRgQ .mbr-text,
.cid-tGCIlssRgQ blockquote {
  color: #767676;
}
.cid-tGCIlssRgQ .mbr-text {
  color: #232323;
}
.cid-tGCIlssRgQ .mbr-text P {
  text-align: left;
}
.cid-tGCIepLfXK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGCIepLfXK .counter-container {
  color: #767676;
}
.cid-tGCIepLfXK .counter-container ul {
  margin-bottom: 0;
}
.cid-tGCIepLfXK .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tGCIepLfXK .mbr-text UL {
  color: #232323;
  text-align: left;
}
.cid-tCPto4kSpv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCPto4kSpv .mbr-text,
.cid-tCPto4kSpv blockquote {
  color: #767676;
}
.cid-tCPto4kSpv .mbr-text {
  color: #232323;
}
.cid-tCPto4kSpv .mbr-text P {
  text-align: left;
}
.cid-tCPtpmD7Ru {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCPtpmD7Ru .mbr-text,
.cid-tCPtpmD7Ru blockquote {
  color: #767676;
}
.cid-tCPtpmD7Ru .mbr-text {
  color: #232323;
}
.cid-tCPtpBYWhf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCPtpBYWhf .mbr-text,
.cid-tCPtpBYWhf blockquote {
  color: #767676;
}
.cid-tCPtpBYWhf .mbr-text {
  color: #232323;
}
.cid-tCPuG3Vmjh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCPuG3Vmjh .mbr-text,
.cid-tCPuG3Vmjh blockquote {
  color: #767676;
}
.cid-tCPuG3Vmjh .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCPwJ6RLoL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCPwJ6RLoL .mbr-text,
.cid-tCPwJ6RLoL blockquote {
  color: #767676;
}
.cid-tCPwJ6RLoL .mbr-text {
  color: #232323;
}
.cid-tCPuGfozRb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCPuGfozRb .mbr-text,
.cid-tCPuGfozRb blockquote {
  color: #767676;
}
.cid-tCPuGfozRb .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCPwIvdHE9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCPwIvdHE9 .mbr-text,
.cid-tCPwIvdHE9 blockquote {
  color: #767676;
}
.cid-tCPwIvdHE9 .mbr-text {
  color: #232323;
}
.cid-tCPuGprfK8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCPuGprfK8 .mbr-text,
.cid-tCPuGprfK8 blockquote {
  color: #767676;
}
.cid-tCPuGprfK8 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCPwJit3FG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCPwJit3FG .mbr-text,
.cid-tCPwJit3FG blockquote {
  color: #767676;
}
.cid-tCPwJit3FG .mbr-text {
  color: #232323;
}
.cid-tCPuGzvWVf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCPuGzvWVf .mbr-text,
.cid-tCPuGzvWVf blockquote {
  color: #767676;
}
.cid-tCPuGzvWVf .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tCQbTZmp5o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-tCQbTZmp5o .mbr-section-subtitle {
  color: #232323;
}
.cid-tDd1BfIKXH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd1BfIKXH .mbr-text,
.cid-tDd1BfIKXH blockquote {
  color: #767676;
}
.cid-tDd1BfIKXH .mbr-text B {
  color: #55b4d4;
}
.cid-tDd1BfIKXH .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tGCLmLfBwh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGCLmLfBwh .mbr-text,
.cid-tGCLmLfBwh blockquote {
  color: #767676;
}
.cid-tGCLmLfBwh .mbr-text {
  color: #232323;
}
.cid-tGCLmLfBwh .mbr-text P {
  text-align: left;
}
.cid-tGCLpvahCc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGCLpvahCc .counter-container {
  color: #767676;
}
.cid-tGCLpvahCc .counter-container ul {
  margin-bottom: 0;
}
.cid-tGCLpvahCc .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tGCLpvahCc .mbr-text UL {
  color: #232323;
  text-align: left;
}
.cid-tCQdYO73dH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQdYO73dH .mbr-text,
.cid-tCQdYO73dH blockquote {
  color: #767676;
}
.cid-tCQdYO73dH .mbr-text {
  color: #232323;
}
.cid-tCQdAv93I0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQdAv93I0 .mbr-text,
.cid-tCQdAv93I0 blockquote {
  color: #767676;
}
.cid-tCQdAv93I0 .mbr-text {
  color: #232323;
}
.cid-tCQdZONjsn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQdZONjsn .mbr-text,
.cid-tCQdZONjsn blockquote {
  color: #767676;
}
.cid-tCQdZONjsn .mbr-text {
  color: #232323;
}
.cid-tCQdBo8OVc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQdBo8OVc .mbr-text,
.cid-tCQdBo8OVc blockquote {
  color: #767676;
}
.cid-tCQdBo8OVc .mbr-text {
  color: #232323;
}
.cid-tCQdZpPk8k {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCQdZpPk8k .mbr-text,
.cid-tCQdZpPk8k blockquote {
  color: #767676;
}
.cid-tCQdZpPk8k .mbr-text {
  color: #232323;
}
.cid-tCQdBAyia4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQdBAyia4 .mbr-text,
.cid-tCQdBAyia4 blockquote {
  color: #767676;
}
.cid-tCQdBAyia4 .mbr-text {
  color: #232323;
}
.cid-tCQe0ifoEX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQe0ifoEX .mbr-text,
.cid-tCQe0ifoEX blockquote {
  color: #767676;
}
.cid-tCQe0ifoEX .mbr-text {
  color: #232323;
}
.cid-tCQdBw2Gy8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQdBw2Gy8 .mbr-text,
.cid-tCQdBw2Gy8 blockquote {
  color: #767676;
}
.cid-tCQdBw2Gy8 .mbr-text {
  color: #232323;
}
.cid-tCQdZYcbaK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQdZYcbaK .mbr-text,
.cid-tCQdZYcbaK blockquote {
  color: #767676;
}
.cid-tCQdZYcbaK .mbr-text {
  color: #232323;
}
.cid-tCQdBFBhKM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQdBFBhKM .mbr-text,
.cid-tCQdBFBhKM blockquote {
  color: #767676;
}
.cid-tCQdBFBhKM .mbr-text {
  color: #232323;
}
.cid-tCQdZDEeTh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQdZDEeTh .mbr-text,
.cid-tCQdZDEeTh blockquote {
  color: #767676;
}
.cid-tCQdZDEeTh .mbr-text {
  color: #232323;
}
.cid-tCQdBJvJrG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQdBJvJrG .mbr-text,
.cid-tCQdBJvJrG blockquote {
  color: #767676;
}
.cid-tCQdBJvJrG .mbr-text {
  color: #232323;
}
.cid-tCQfV38X7a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQfV38X7a .mbr-text,
.cid-tCQfV38X7a blockquote {
  color: #767676;
}
.cid-tCQfV38X7a .mbr-text {
  color: #232323;
}
.cid-tCQfMjanPw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQfMjanPw .mbr-text,
.cid-tCQfMjanPw blockquote {
  color: #767676;
}
.cid-tCQfMjanPw .mbr-text {
  color: #232323;
}
.cid-tCQfUECTax {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQfUECTax .mbr-text,
.cid-tCQfUECTax blockquote {
  color: #767676;
}
.cid-tCQfUECTax .mbr-text {
  color: #232323;
}
.cid-tCQdBbbn3z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQdBbbn3z .mbr-text,
.cid-tCQdBbbn3z blockquote {
  color: #767676;
}
.cid-tCQdBbbn3z .mbr-text {
  color: #232323;
}
.cid-tCQfVdpH6R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQfVdpH6R .mbr-text,
.cid-tCQfVdpH6R blockquote {
  color: #767676;
}
.cid-tCQfVdpH6R .mbr-text {
  color: #232323;
}
.cid-tCQfMHNucs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQfMHNucs .mbr-text,
.cid-tCQfMHNucs blockquote {
  color: #767676;
}
.cid-tCQfMHNucs .mbr-text {
  color: #232323;
}
.cid-tCQfVkp9xy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCQfVkp9xy .mbr-text,
.cid-tCQfVkp9xy blockquote {
  color: #767676;
}
.cid-tCQfVkp9xy .mbr-text {
  color: #232323;
}
.cid-tCQfMsOEfk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tCQfMsOEfk .mbr-text,
.cid-tCQfMsOEfk blockquote {
  color: #767676;
}
.cid-tCQfMsOEfk .mbr-text {
  color: #232323;
}
.cid-tCQc4xLnUm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-tCQc4xLnUm .mbr-section-subtitle {
  color: #232323;
}
.cid-tDd1VIsoXB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd1VIsoXB .mbr-text,
.cid-tDd1VIsoXB blockquote {
  color: #767676;
}
.cid-tDd1VIsoXB .mbr-text B {
  color: #55b4d4;
}
.cid-tDd1VIsoXB .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tD1wSuI6lu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD1wSuI6lu .mbr-text,
.cid-tD1wSuI6lu blockquote {
  color: #767676;
}
.cid-tD1wSuI6lu .mbr-text {
  color: #232323;
}
.cid-tCNQ3mEz7M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCNQ3mEz7M .counter-container {
  color: #767676;
}
.cid-tCNQ3mEz7M .counter-container ol {
  margin-bottom: 0;
}
.cid-tCNQ3mEz7M .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tCNQ3mEz7M .mbr-text LI {
  color: #232323;
}
.cid-tDBUnYnUdd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-tDBUnYnUdd .mbr-section-subtitle {
  color: #232323;
}
.cid-tDBUzjgDoA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDBUzjgDoA .mbr-text,
.cid-tDBUzjgDoA blockquote {
  color: #767676;
}
.cid-tDBUzjgDoA .mbr-text B {
  color: #55b4d4;
}
.cid-tDBUzjgDoA .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDBVsGL8mG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDBVsGL8mG .mbr-text,
.cid-tDBVsGL8mG blockquote {
  color: #767676;
}
.cid-tDBVsGL8mG .mbr-text {
  color: #232323;
}
.cid-tDFnw8dOKE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDFnw8dOKE .counter-container {
  color: #767676;
}
.cid-tDFnw8dOKE .counter-container ul {
  margin-bottom: 0;
}
.cid-tDFnw8dOKE .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tDFnw8dOKE .mbr-text UL {
  color: #232323;
  text-align: left;
}
.cid-tDd1ATzYA9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd1ATzYA9 .mbr-text,
.cid-tDd1ATzYA9 blockquote {
  color: #767676;
}
.cid-tDd1ATzYA9 .mbr-text B {
  color: #55b4d4;
}
.cid-tDd1ATzYA9 .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbJollawv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbJollawv .mbr-text,
.cid-tDbJollawv .mbr-section-btn {
  text-align: center;
}
.cid-tDbJollawv H2 {
  text-align: center;
}
.cid-tDbJollawv H3 {
  text-align: center;
}
.cid-tDbQBsSn6L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbQBsSn6L .mbr-text,
.cid-tDbQBsSn6L blockquote {
  color: #767676;
}
.cid-tDbQBsSn6L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tD1LD1U3FR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD1LD1U3FR .mbr-section-subtitle {
  color: #767676;
}
.cid-tDd44TVor6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd44TVor6 .mbr-text,
.cid-tDd44TVor6 blockquote {
  color: #767676;
}
.cid-tDd44TVor6 .mbr-text B {
  color: #55b4d4;
}
.cid-tDd44TVor6 .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDc1jV7YFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDc1jV7YFQ .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDc1jV7YFQ .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-tDc1jV7YFQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tDc1jV7YFQ .inner-container {
    width: 100% !important;
  }
}
.cid-tDbMl5oll9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDbMl5oll9 .mbr-text,
.cid-tDbMl5oll9 blockquote {
  color: #767676;
}
.cid-tDbMl5oll9 .mbr-text B {
  color: #55b4d4;
}
.cid-tDbMl5oll9 .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbIIhtp5L {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbIIhtp5L .mbr-text,
.cid-tDbIIhtp5L .mbr-section-btn {
  text-align: center;
}
.cid-tDbIIhtp5L H2 {
  text-align: center;
}
.cid-tDbIIhtp5L H3 {
  text-align: center;
}
.cid-tDbQO6XQTI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbQO6XQTI .mbr-text,
.cid-tDbQO6XQTI blockquote {
  color: #767676;
}
.cid-tDbQO6XQTI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tD1LM89BKw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD1LM89BKw .mbr-section-subtitle {
  color: #767676;
}
.cid-tDd3UgDHgC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd3UgDHgC .mbr-text,
.cid-tDd3UgDHgC blockquote {
  color: #767676;
}
.cid-tDd3UgDHgC .mbr-text B {
  color: #55b4d4;
}
.cid-tDd3UgDHgC .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbZp2NdhP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDbZp2NdhP .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDbZp2NdhP .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-tDbZp2NdhP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tDbZp2NdhP .inner-container {
    width: 100% !important;
  }
}
.cid-tD2aD59AOL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD2aD59AOL .mbr-text,
.cid-tD2aD59AOL blockquote {
  color: #767676;
}
.cid-tD2aD59AOL .mbr-text B {
  color: #55b4d4;
}
.cid-tD2aD59AOL .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbJbR8vr4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbJbR8vr4 .mbr-text,
.cid-tDbJbR8vr4 .mbr-section-btn {
  text-align: center;
}
.cid-tDbJbR8vr4 H2 {
  text-align: center;
}
.cid-tDbJbR8vr4 H3 {
  text-align: center;
}
.cid-tDbQU8vykR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbQU8vykR .mbr-text,
.cid-tDbQU8vykR blockquote {
  color: #767676;
}
.cid-tDbQU8vykR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tDbsEEamIt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDbsEEamIt .mbr-section-subtitle {
  color: #767676;
}
.cid-tDd4nAmHQT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDd4nAmHQT .mbr-text,
.cid-tDd4nAmHQT blockquote {
  color: #767676;
}
.cid-tDd4nAmHQT .mbr-text B {
  color: #55b4d4;
}
.cid-tDd4nAmHQT .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbWnAKdSL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDbWnAKdSL .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDbWnAKdSL .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-tDbWnAKdSL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tDbWnAKdSL .inner-container {
    width: 100% !important;
  }
}
.cid-tDbsEEIcXO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDbsEEIcXO .title {
  margin-bottom: 2rem;
}
.cid-tDbsEEIcXO .mbr-section-subtitle {
  color: #767676;
}
.cid-tDbsEEIcXO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tDbsEEIcXO a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tDbsEEIcXO .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tDbsEEIcXO .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tDbsEFdl6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDbsEFdl6M .mbr-text,
.cid-tDbsEFdl6M blockquote {
  color: #767676;
}
.cid-tDbsEFdl6M .mbr-text B {
  color: #55b4d4;
}
.cid-tDbsEFdl6M .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-tDbsEFH9v5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-tDbsEFH9v5 .mbr-text,
.cid-tDbsEFH9v5 .mbr-section-btn {
  text-align: center;
}
.cid-tDbsEFH9v5 H2 {
  text-align: center;
}
.cid-tDbsEFH9v5 H3 {
  text-align: center;
}
