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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tY438gZ1pQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY438gZ1pQ .image-block {
  margin: auto;
}
.cid-tY438gZ1pQ figcaption {
  position: relative;
}
.cid-tY438gZ1pQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY438gZ1pQ .image-block {
    width: 100% !important;
  }
}
.cid-tYkBCAU3Ml {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBCAU3Ml .mbr-text,
.cid-tYkBCAU3Ml blockquote {
  color: #767676;
}
.cid-tYkBCAU3Ml .mbr-text {
  color: #232323;
}
.cid-tYkBCAU3Ml .mbr-text P {
  text-align: center;
}
.cid-tY8ZHAwj9H {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY8ZHAwj9H .image-block {
  margin: auto;
}
.cid-tY8ZHAwj9H figcaption {
  position: relative;
}
.cid-tY8ZHAwj9H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY8ZHAwj9H .image-block {
    width: 100% !important;
  }
}
.cid-tYkBECzBO8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBECzBO8 .mbr-text,
.cid-tYkBECzBO8 blockquote {
  color: #767676;
}
.cid-tYkBECzBO8 .mbr-text {
  color: #232323;
}
.cid-tYkBECzBO8 .mbr-text P {
  text-align: center;
}
.cid-tY8ZISBdYq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY8ZISBdYq .image-block {
  margin: auto;
}
.cid-tY8ZISBdYq figcaption {
  position: relative;
}
.cid-tY8ZISBdYq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY8ZISBdYq .image-block {
    width: 100% !important;
  }
}
.cid-tYkBFFaWUd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBFFaWUd .mbr-text,
.cid-tYkBFFaWUd blockquote {
  color: #767676;
}
.cid-tYkBFFaWUd .mbr-text {
  color: #232323;
}
.cid-tYkBFFaWUd .mbr-text P {
  text-align: center;
}
.cid-tY95HKtuND {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY95HKtuND .image-block {
  margin: auto;
}
.cid-tY95HKtuND figcaption {
  position: relative;
}
.cid-tY95HKtuND figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY95HKtuND .image-block {
    width: 100% !important;
  }
}
.cid-tYkBGT1M5r {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBGT1M5r .mbr-text,
.cid-tYkBGT1M5r blockquote {
  color: #767676;
}
.cid-tYkBGT1M5r .mbr-text {
  color: #232323;
}
.cid-tYkBGT1M5r .mbr-text P {
  text-align: center;
}
.cid-tY96f9UFy0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY96f9UFy0 .image-block {
  margin: auto;
}
.cid-tY96f9UFy0 figcaption {
  position: relative;
}
.cid-tY96f9UFy0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY96f9UFy0 .image-block {
    width: 100% !important;
  }
}
.cid-tYkBIjNBO8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBIjNBO8 .mbr-text,
.cid-tYkBIjNBO8 blockquote {
  color: #767676;
}
.cid-tYkBIjNBO8 .mbr-text {
  color: #232323;
}
.cid-tYkBIjNBO8 .mbr-text P {
  text-align: center;
}
.cid-tY96t0ct3A {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY96t0ct3A .image-block {
  margin: auto;
}
.cid-tY96t0ct3A figcaption {
  position: relative;
}
.cid-tY96t0ct3A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY96t0ct3A .image-block {
    width: 100% !important;
  }
}
.cid-tYkBJJlVu9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBJJlVu9 .mbr-text,
.cid-tYkBJJlVu9 blockquote {
  color: #767676;
}
.cid-tYkBJJlVu9 .mbr-text {
  color: #232323;
}
.cid-tYkBJJlVu9 .mbr-text P {
  text-align: center;
}
.cid-tY96u24pKJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY96u24pKJ .image-block {
  margin: auto;
}
.cid-tY96u24pKJ figcaption {
  position: relative;
}
.cid-tY96u24pKJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY96u24pKJ .image-block {
    width: 100% !important;
  }
}
.cid-tYkBL3SFNX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBL3SFNX .mbr-text,
.cid-tYkBL3SFNX blockquote {
  color: #767676;
}
.cid-tYkBL3SFNX .mbr-text {
  color: #232323;
}
.cid-tYkBL3SFNX .mbr-text P {
  text-align: center;
}
.cid-tY973utXaq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY973utXaq .image-block {
  margin: auto;
}
.cid-tY973utXaq figcaption {
  position: relative;
}
.cid-tY973utXaq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY973utXaq .image-block {
    width: 100% !important;
  }
}
.cid-tYkBMYwHi8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBMYwHi8 .mbr-text,
.cid-tYkBMYwHi8 blockquote {
  color: #767676;
}
.cid-tYkBMYwHi8 .mbr-text {
  color: #232323;
}
.cid-tYkBMYwHi8 .mbr-text P {
  text-align: center;
}
.cid-tY9btFs4NJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY9btFs4NJ .image-block {
  margin: auto;
}
.cid-tY9btFs4NJ figcaption {
  position: relative;
}
.cid-tY9btFs4NJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY9btFs4NJ .image-block {
    width: 100% !important;
  }
}
.cid-tYkBPHKzcH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkBPHKzcH .mbr-text,
.cid-tYkBPHKzcH blockquote {
  color: #767676;
}
.cid-tYkBPHKzcH .mbr-text {
  color: #232323;
}
.cid-tYkBPHKzcH .mbr-text P {
  text-align: center;
}
.cid-tYkeAng9LL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeAng9LL .image-block {
  margin: auto;
}
.cid-tYkeAng9LL figcaption {
  position: relative;
}
.cid-tYkeAng9LL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeAng9LL .image-block {
    width: 100% !important;
  }
}
.cid-tYkf7c4iQI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkf7c4iQI .mbr-text,
.cid-tYkf7c4iQI blockquote {
  color: #767676;
}
.cid-tYkf7c4iQI .mbr-text {
  color: #232323;
}
.cid-tYkf7c4iQI .mbr-text P {
  text-align: center;
}
.cid-tYkeC2IFlM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeC2IFlM .image-block {
  margin: auto;
}
.cid-tYkeC2IFlM figcaption {
  position: relative;
}
.cid-tYkeC2IFlM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeC2IFlM .image-block {
    width: 100% !important;
  }
}
.cid-tYkhFGazdO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkhFGazdO .mbr-text,
.cid-tYkhFGazdO blockquote {
  color: #767676;
}
.cid-tYkhFGazdO .mbr-text {
  color: #232323;
}
.cid-tYkhFGazdO .mbr-text P {
  text-align: center;
}
.cid-tYkeCKDXn3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeCKDXn3 .image-block {
  margin: auto;
}
.cid-tYkeCKDXn3 figcaption {
  position: relative;
}
.cid-tYkeCKDXn3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeCKDXn3 .image-block {
    width: 100% !important;
  }
}
.cid-tYkisLgR8V {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkisLgR8V .mbr-text,
.cid-tYkisLgR8V blockquote {
  color: #767676;
}
.cid-tYkisLgR8V .mbr-text {
  color: #232323;
}
.cid-tYkisLgR8V .mbr-text P {
  text-align: center;
}
.cid-tYkeDnKZhg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeDnKZhg .image-block {
  margin: auto;
}
.cid-tYkeDnKZhg figcaption {
  position: relative;
}
.cid-tYkeDnKZhg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeDnKZhg .image-block {
    width: 100% !important;
  }
}
.cid-tYkitJPGyW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkitJPGyW .mbr-text,
.cid-tYkitJPGyW blockquote {
  color: #767676;
}
.cid-tYkitJPGyW .mbr-text {
  color: #232323;
}
.cid-tYkitJPGyW .mbr-text P {
  text-align: center;
}
.cid-tYkeDYOg0L {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeDYOg0L .image-block {
  margin: auto;
}
.cid-tYkeDYOg0L figcaption {
  position: relative;
}
.cid-tYkeDYOg0L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeDYOg0L .image-block {
    width: 100% !important;
  }
}
.cid-tYkiuDwoJ6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkiuDwoJ6 .mbr-text,
.cid-tYkiuDwoJ6 blockquote {
  color: #767676;
}
.cid-tYkiuDwoJ6 .mbr-text {
  color: #232323;
}
.cid-tYkiuDwoJ6 .mbr-text P {
  text-align: center;
}
.cid-tYkeEy7vKQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeEy7vKQ .image-block {
  margin: auto;
}
.cid-tYkeEy7vKQ figcaption {
  position: relative;
}
.cid-tYkeEy7vKQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeEy7vKQ .image-block {
    width: 100% !important;
  }
}
.cid-tYkivnqXHy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkivnqXHy .mbr-text,
.cid-tYkivnqXHy blockquote {
  color: #767676;
}
.cid-tYkivnqXHy .mbr-text {
  color: #232323;
}
.cid-tYkivnqXHy .mbr-text P {
  text-align: center;
}
.cid-tYkeFcqsi5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeFcqsi5 .image-block {
  margin: auto;
}
.cid-tYkeFcqsi5 figcaption {
  position: relative;
}
.cid-tYkeFcqsi5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeFcqsi5 .image-block {
    width: 100% !important;
  }
}
.cid-tYkixekyYn {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkixekyYn .mbr-text,
.cid-tYkixekyYn blockquote {
  color: #767676;
}
.cid-tYkixekyYn .mbr-text {
  color: #232323;
}
.cid-tYkixekyYn .mbr-text P {
  text-align: center;
}
.cid-tYkeFMPClN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkeFMPClN .image-block {
  margin: auto;
}
.cid-tYkeFMPClN figcaption {
  position: relative;
}
.cid-tYkeFMPClN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkeFMPClN .image-block {
    width: 100% !important;
  }
}
.cid-tYkiypMtZv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkiypMtZv .mbr-text,
.cid-tYkiypMtZv blockquote {
  color: #767676;
}
.cid-tYkiypMtZv .mbr-text {
  color: #232323;
}
.cid-tYkiypMtZv .mbr-text P {
  text-align: center;
}
.cid-tYkePgvpYN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkePgvpYN .image-block {
  margin: auto;
}
.cid-tYkePgvpYN figcaption {
  position: relative;
}
.cid-tYkePgvpYN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkePgvpYN .image-block {
    width: 100% !important;
  }
}
.cid-tYkiAyewwV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkiAyewwV .mbr-text,
.cid-tYkiAyewwV blockquote {
  color: #767676;
}
.cid-tYkiAyewwV .mbr-text {
  color: #232323;
}
.cid-tYkiAyewwV .mbr-text P {
  text-align: center;
}
.cid-tYkkiOL9Xn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkkiOL9Xn .image-block {
  margin: auto;
}
.cid-tYkkiOL9Xn figcaption {
  position: relative;
}
.cid-tYkkiOL9Xn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkkiOL9Xn .image-block {
    width: 100% !important;
  }
}
.cid-tYkkEnUDDY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkEnUDDY .mbr-text,
.cid-tYkkEnUDDY blockquote {
  color: #767676;
}
.cid-tYkkEnUDDY .mbr-text {
  color: #232323;
}
.cid-tYkkEnUDDY .mbr-text P {
  text-align: center;
}
.cid-tYkkjTVNEj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkkjTVNEj .image-block {
  margin: auto;
}
.cid-tYkkjTVNEj figcaption {
  position: relative;
}
.cid-tYkkjTVNEj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkkjTVNEj .image-block {
    width: 100% !important;
  }
}
.cid-tYkkFmDbZn {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkFmDbZn .mbr-text,
.cid-tYkkFmDbZn blockquote {
  color: #767676;
}
.cid-tYkkFmDbZn .mbr-text {
  color: #232323;
}
.cid-tYkkFmDbZn .mbr-text P {
  text-align: center;
}
.cid-tYkkkAWlZ5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkkkAWlZ5 .image-block {
  margin: auto;
}
.cid-tYkkkAWlZ5 figcaption {
  position: relative;
}
.cid-tYkkkAWlZ5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkkkAWlZ5 .image-block {
    width: 100% !important;
  }
}
.cid-tYkkGdrZ2p {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkGdrZ2p .mbr-text,
.cid-tYkkGdrZ2p blockquote {
  color: #767676;
}
.cid-tYkkGdrZ2p .mbr-text {
  color: #232323;
}
.cid-tYkkGdrZ2p .mbr-text P {
  text-align: center;
}
.cid-tYkkljRkDU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkkljRkDU .image-block {
  margin: auto;
}
.cid-tYkkljRkDU figcaption {
  position: relative;
}
.cid-tYkkljRkDU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkkljRkDU .image-block {
    width: 100% !important;
  }
}
.cid-tYkkHlYcxN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkHlYcxN .mbr-text,
.cid-tYkkHlYcxN blockquote {
  color: #767676;
}
.cid-tYkkHlYcxN .mbr-text {
  color: #232323;
}
.cid-tYkkHlYcxN .mbr-text P {
  text-align: center;
}
.cid-tYkklVK5Wh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkklVK5Wh .image-block {
  margin: auto;
}
.cid-tYkklVK5Wh figcaption {
  position: relative;
}
.cid-tYkklVK5Wh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkklVK5Wh .image-block {
    width: 100% !important;
  }
}
.cid-tYkkIbdSnA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkIbdSnA .mbr-text,
.cid-tYkkIbdSnA blockquote {
  color: #767676;
}
.cid-tYkkIbdSnA .mbr-text {
  color: #232323;
}
.cid-tYkkIbdSnA .mbr-text P {
  text-align: center;
}
.cid-tYkkmyT1sK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkkmyT1sK .image-block {
  margin: auto;
}
.cid-tYkkmyT1sK figcaption {
  position: relative;
}
.cid-tYkkmyT1sK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkkmyT1sK .image-block {
    width: 100% !important;
  }
}
.cid-tYkkJ5gCVv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkJ5gCVv .mbr-text,
.cid-tYkkJ5gCVv blockquote {
  color: #767676;
}
.cid-tYkkJ5gCVv .mbr-text {
  color: #232323;
}
.cid-tYkkJ5gCVv .mbr-text P {
  text-align: center;
}
.cid-tYkknagEUH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkknagEUH .image-block {
  margin: auto;
}
.cid-tYkknagEUH figcaption {
  position: relative;
}
.cid-tYkknagEUH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkknagEUH .image-block {
    width: 100% !important;
  }
}
.cid-tYkkJMBwhX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkJMBwhX .mbr-text,
.cid-tYkkJMBwhX blockquote {
  color: #767676;
}
.cid-tYkkJMBwhX .mbr-text {
  color: #232323;
}
.cid-tYkkJMBwhX .mbr-text P {
  text-align: center;
}
.cid-tYkknIgBYX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkknIgBYX .image-block {
  margin: auto;
}
.cid-tYkknIgBYX figcaption {
  position: relative;
}
.cid-tYkknIgBYX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkknIgBYX .image-block {
    width: 100% !important;
  }
}
.cid-tYkkKAMd7v {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkKAMd7v .mbr-text,
.cid-tYkkKAMd7v blockquote {
  color: #767676;
}
.cid-tYkkKAMd7v .mbr-text {
  color: #232323;
}
.cid-tYkkKAMd7v .mbr-text P {
  text-align: center;
}
.cid-tYkkopwlRv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkkopwlRv .image-block {
  margin: auto;
}
.cid-tYkkopwlRv figcaption {
  position: relative;
}
.cid-tYkkopwlRv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkkopwlRv .image-block {
    width: 100% !important;
  }
}
.cid-tYkkLyqlLm {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkkLyqlLm .mbr-text,
.cid-tYkkLyqlLm blockquote {
  color: #767676;
}
.cid-tYkkLyqlLm .mbr-text {
  color: #232323;
}
.cid-tYkkLyqlLm .mbr-text P {
  text-align: center;
}
.cid-tYkmLFq4Ph {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmLFq4Ph .image-block {
  margin: auto;
}
.cid-tYkmLFq4Ph figcaption {
  position: relative;
}
.cid-tYkmLFq4Ph figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmLFq4Ph .image-block {
    width: 100% !important;
  }
}
.cid-tYkncZletU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkncZletU .mbr-text,
.cid-tYkncZletU blockquote {
  color: #767676;
}
.cid-tYkncZletU .mbr-text {
  color: #232323;
}
.cid-tYkncZletU .mbr-text P {
  text-align: center;
}
.cid-tYkmMEWUPo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmMEWUPo .image-block {
  margin: auto;
}
.cid-tYkmMEWUPo figcaption {
  position: relative;
}
.cid-tYkmMEWUPo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmMEWUPo .image-block {
    width: 100% !important;
  }
}
.cid-tYkndT1TQa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkndT1TQa .mbr-text,
.cid-tYkndT1TQa blockquote {
  color: #767676;
}
.cid-tYkndT1TQa .mbr-text {
  color: #232323;
}
.cid-tYkndT1TQa .mbr-text P {
  text-align: center;
}
.cid-tYkmNh6N7z {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmNh6N7z .image-block {
  margin: auto;
}
.cid-tYkmNh6N7z figcaption {
  position: relative;
}
.cid-tYkmNh6N7z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmNh6N7z .image-block {
    width: 100% !important;
  }
}
.cid-tYkneJAaAP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkneJAaAP .mbr-text,
.cid-tYkneJAaAP blockquote {
  color: #767676;
}
.cid-tYkneJAaAP .mbr-text {
  color: #232323;
}
.cid-tYkneJAaAP .mbr-text P {
  text-align: center;
}
.cid-tYkmNQs4jh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmNQs4jh .image-block {
  margin: auto;
}
.cid-tYkmNQs4jh figcaption {
  position: relative;
}
.cid-tYkmNQs4jh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmNQs4jh .image-block {
    width: 100% !important;
  }
}
.cid-tYknfx52RT {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYknfx52RT .mbr-text,
.cid-tYknfx52RT blockquote {
  color: #767676;
}
.cid-tYknfx52RT .mbr-text {
  color: #232323;
}
.cid-tYknfx52RT .mbr-text P {
  text-align: center;
}
.cid-tYkmSTfG4i {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmSTfG4i .image-block {
  margin: auto;
}
.cid-tYkmSTfG4i figcaption {
  position: relative;
}
.cid-tYkmSTfG4i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmSTfG4i .image-block {
    width: 100% !important;
  }
}
.cid-tYkngt8Cyq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkngt8Cyq .mbr-text,
.cid-tYkngt8Cyq blockquote {
  color: #767676;
}
.cid-tYkngt8Cyq .mbr-text {
  color: #232323;
}
.cid-tYkngt8Cyq .mbr-text P {
  text-align: center;
}
.cid-tYkmTAtExW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmTAtExW .image-block {
  margin: auto;
}
.cid-tYkmTAtExW figcaption {
  position: relative;
}
.cid-tYkmTAtExW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmTAtExW .image-block {
    width: 100% !important;
  }
}
.cid-tYknhf4sQ4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYknhf4sQ4 .mbr-text,
.cid-tYknhf4sQ4 blockquote {
  color: #767676;
}
.cid-tYknhf4sQ4 .mbr-text {
  color: #232323;
}
.cid-tYknhf4sQ4 .mbr-text P {
  text-align: center;
}
.cid-tYkmUC3Sma {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmUC3Sma .image-block {
  margin: auto;
}
.cid-tYkmUC3Sma figcaption {
  position: relative;
}
.cid-tYkmUC3Sma figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmUC3Sma .image-block {
    width: 100% !important;
  }
}
.cid-tYknhSFNYx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYknhSFNYx .mbr-text,
.cid-tYknhSFNYx blockquote {
  color: #767676;
}
.cid-tYknhSFNYx .mbr-text {
  color: #232323;
}
.cid-tYknhSFNYx .mbr-text P {
  text-align: center;
}
.cid-tYkmVj6bN7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmVj6bN7 .image-block {
  margin: auto;
}
.cid-tYkmVj6bN7 figcaption {
  position: relative;
}
.cid-tYkmVj6bN7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmVj6bN7 .image-block {
    width: 100% !important;
  }
}
.cid-tYknj1sIgS {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYknj1sIgS .mbr-text,
.cid-tYknj1sIgS blockquote {
  color: #767676;
}
.cid-tYknj1sIgS .mbr-text {
  color: #232323;
}
.cid-tYknj1sIgS .mbr-text P {
  text-align: center;
}
.cid-tYkmVZf73I {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkmVZf73I .image-block {
  margin: auto;
}
.cid-tYkmVZf73I figcaption {
  position: relative;
}
.cid-tYkmVZf73I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkmVZf73I .image-block {
    width: 100% !important;
  }
}
.cid-tYknk5SYmH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYknk5SYmH .mbr-text,
.cid-tYknk5SYmH blockquote {
  color: #767676;
}
.cid-tYknk5SYmH .mbr-text {
  color: #232323;
}
.cid-tYknk5SYmH .mbr-text P {
  text-align: center;
}
.cid-tYkyusffju {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkyusffju .image-block {
  margin: auto;
}
.cid-tYkyusffju figcaption {
  position: relative;
}
.cid-tYkyusffju figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkyusffju .image-block {
    width: 100% !important;
  }
}
.cid-tYkzflFqIY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkzflFqIY .mbr-text,
.cid-tYkzflFqIY blockquote {
  color: #767676;
}
.cid-tYkzflFqIY .mbr-text {
  color: #232323;
}
.cid-tYkzflFqIY .mbr-text P {
  text-align: center;
}
.cid-tYkywE2KVz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkywE2KVz .image-block {
  margin: auto;
}
.cid-tYkywE2KVz figcaption {
  position: relative;
}
.cid-tYkywE2KVz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkywE2KVz .image-block {
    width: 100% !important;
  }
}
.cid-tYkzgq63Nw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkzgq63Nw .mbr-text,
.cid-tYkzgq63Nw blockquote {
  color: #767676;
}
.cid-tYkzgq63Nw .mbr-text {
  color: #232323;
}
.cid-tYkzgq63Nw .mbr-text P {
  text-align: center;
}
.cid-tYkyxIhqLh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkyxIhqLh .image-block {
  margin: auto;
}
.cid-tYkyxIhqLh figcaption {
  position: relative;
}
.cid-tYkyxIhqLh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkyxIhqLh .image-block {
    width: 100% !important;
  }
}
.cid-tYkzhq814h {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkzhq814h .mbr-text,
.cid-tYkzhq814h blockquote {
  color: #767676;
}
.cid-tYkzhq814h .mbr-text {
  color: #232323;
}
.cid-tYkzhq814h .mbr-text P {
  text-align: center;
}
.cid-tYkyySkvZn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkyySkvZn .image-block {
  margin: auto;
}
.cid-tYkyySkvZn figcaption {
  position: relative;
}
.cid-tYkyySkvZn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkyySkvZn .image-block {
    width: 100% !important;
  }
}
.cid-tYkziuJv0h {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkziuJv0h .mbr-text,
.cid-tYkziuJv0h blockquote {
  color: #767676;
}
.cid-tYkziuJv0h .mbr-text {
  color: #232323;
}
.cid-tYkziuJv0h .mbr-text P {
  text-align: center;
}
.cid-tYkyUqzpn6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkyUqzpn6 .image-block {
  margin: auto;
}
.cid-tYkyUqzpn6 figcaption {
  position: relative;
}
.cid-tYkyUqzpn6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkyUqzpn6 .image-block {
    width: 100% !important;
  }
}
.cid-tYkzjt2vH5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkzjt2vH5 .mbr-text,
.cid-tYkzjt2vH5 blockquote {
  color: #767676;
}
.cid-tYkzjt2vH5 .mbr-text {
  color: #232323;
}
.cid-tYkzjt2vH5 .mbr-text P {
  text-align: center;
}
.cid-tYkyV9df8B {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkyV9df8B .image-block {
  margin: auto;
}
.cid-tYkyV9df8B figcaption {
  position: relative;
}
.cid-tYkyV9df8B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkyV9df8B .image-block {
    width: 100% !important;
  }
}
.cid-tYkzktvRQd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkzktvRQd .mbr-text,
.cid-tYkzktvRQd blockquote {
  color: #767676;
}
.cid-tYkzktvRQd .mbr-text {
  color: #232323;
}
.cid-tYkzktvRQd .mbr-text P {
  text-align: center;
}
.cid-tYkyWuX8WW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tYkyWuX8WW .image-block {
  margin: auto;
}
.cid-tYkyWuX8WW figcaption {
  position: relative;
}
.cid-tYkyWuX8WW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYkyWuX8WW .image-block {
    width: 100% !important;
  }
}
.cid-tYkzlTlPgW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tYkzlTlPgW .mbr-text,
.cid-tYkzlTlPgW blockquote {
  color: #767676;
}
.cid-tYkzlTlPgW .mbr-text {
  color: #232323;
}
.cid-tYkzlTlPgW .mbr-text P {
  text-align: center;
}
.cid-tY9cq6EyTS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tY9cq6EyTS .mbr-text,
.cid-tY9cq6EyTS blockquote {
  color: #767676;
}
.cid-tY9cq6EyTS .mbr-text {
  color: #232323;
}
.cid-tY9cq6EyTS .mbr-text P {
  text-align: center;
}
.cid-tYkqJO2Bns {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-tYkqJO2Bns .media-container-row .mbr-text {
  color: #232323;
}
