body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%236592e6' %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.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ugyrkwUzwA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyrkwUzwA .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujnhFqnxgK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujy6sfGktx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujy6sfGktx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujy6sfGktx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujy6sfGktx .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujF3Xvoy4V {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujF3Xvoy4V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujF3Xvoy4V img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujF3Xvoy4V .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujF4grEIm0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujF4grEIm0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujF4grEIm0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujF4grEIm0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujy6xfSykv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujy6xfSykv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujy6xfSykv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujy6xfSykv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uitNqTodfq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyrCID8OE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyrCID8OE .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidTdRdVv7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugUhfnMkOk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugUhfnMkOk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugUhfnMkOk .row {
  flex-direction: row-reverse;
}
.cid-ugUhfnMkOk img {
  width: 100%;
}
.cid-ugUc8m1itl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8duhaGRdV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8duhaGRdV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8duhaGRdV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8duhaGRdV .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8vCVUNpu8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8vCVUNpu8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8vCVUNpu8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8vCVUNpu8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8vCWKv91D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8vCWKv91D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8vCWKv91D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8vCWKv91D .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8BvLeR2eE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-u8BvLeR2eE .mbr-section-title {
  text-align: left;
}
.cid-u8BvLeR2eE .mbr-section-subtitle {
  text-align: left;
}
.cid-u9wr9C55GO {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9wr9C55GO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9wr9C55GO .row {
  flex-direction: row-reverse;
}
.cid-u9wr9C55GO img {
  width: 100%;
}
.cid-ugC7dWvLuP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugC7dWvLuP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8IWrI9pFT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8IWrI9pFT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8IWrI9pFT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8IWrI9pFT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugCcjVjGLr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugCcjVjGLr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugCcjVjGLr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugCcjVjGLr .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug20V4zxab {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ug20V4zxab .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug20V4zxab .row {
  flex-direction: row-reverse;
}
.cid-ug20V4zxab img {
  width: 100%;
}
.cid-ug21bhbrR8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ug21bhbrR8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug21bhbrR8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ug21bhbrR8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug20M9DKWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug20IPBKOt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ug20IPBKOt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug20IPBKOt .row {
  flex-direction: row-reverse;
}
.cid-ug20IPBKOt img {
  width: 100%;
}
.cid-u9wxldmlPI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-u8IXRKg9ZC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8IXRKg9ZC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8IXRKg9ZC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8IXRKg9ZC .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8IXSLFL6y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8IXSLFL6y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8IXSLFL6y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8IXSLFL6y .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8IXTBqhuQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8IXTBqhuQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8IXTBqhuQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8IXTBqhuQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufSzv86ZhB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-ufSzx5eZc0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSzx5eZc0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSzx5eZc0 .row {
  flex-direction: row-reverse;
}
.cid-ufSzx5eZc0 img {
  width: 100%;
}
.cid-ujpXQ8yAXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugCj9yfuCC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-ugCj9yfuCC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8IXV2tpyk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8IXV2tpyk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8IXV2tpyk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8IXV2tpyk .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugCjrJSL9h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-ugCjrJSL9h .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8J2FOm0r7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8J2FOm0r7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8J2FOm0r7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8J2FOm0r7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8J3l0gCOc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-u8J3l0gCOc .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8J3MVRSqe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8J3MVRSqe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8J3MVRSqe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8J3MVRSqe .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8J3QUtvTC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8J3QUtvTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8J3QUtvTC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8J3QUtvTC .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8J3YijZCA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8J3YijZCA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8J3YijZCA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8J3YijZCA .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8J42dnNGX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8J42dnNGX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8J42dnNGX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8J42dnNGX .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8J47yh1Na {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8J47yh1Na .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8J47yh1Na img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8J47yh1Na .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8J4ed39kO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8J4ed39kO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8J4ed39kO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8J4ed39kO .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9BM65OBqP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-u9BM65OBqP .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9BMiRwHCM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9BMiRwHCM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9BMiRwHCM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9BMiRwHCM .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugPDv989d5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugPDv989d5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugPDv989d5 .row {
  flex-direction: row-reverse;
}
.cid-ugPDv989d5 img {
  width: 100%;
}
.cid-u9BTauJS0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9BTauJS0T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9BTauJS0T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9BTauJS0T .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9BUYqT88v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9BUZFyDtD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9BUZFyDtD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9BUZFyDtD .row {
  flex-direction: row-reverse;
}
.cid-u9BUZFyDtD img {
  width: 100%;
}
.cid-u9BVTV1umm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9BV35qVs0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-u9BV35qVs0 .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9BXFFmWKf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9BXFFmWKf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9BXFFmWKf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9BXFFmWKf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidTiNxIr9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyrTDZqgN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyrTDZqgN .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidTteDw65 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugUj0WMziN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugUj0WMziN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugUj0WMziN .row {
  flex-direction: row-reverse;
}
.cid-ugUj0WMziN img {
  width: 100%;
}
.cid-u8B0OJdSy7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9xJHpVK2K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9xJHpVK2K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9xJHpVK2K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9xJHpVK2K .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9xJIdmp7Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9xJIdmp7Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9xJIdmp7Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9xJIdmp7Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9y6pPkLqh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-ujBx366tWl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBx366tWl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBx366tWl .row {
  flex-direction: row-reverse;
}
.cid-ujBx366tWl img {
  width: 100%;
}
.cid-u9y7oOAezx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-u8B6USt23h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8B6USt23h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8B6USt23h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8B6USt23h .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9y8ENi7gy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-u9xTo2jCEc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9xTo2jCEc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9xTo2jCEc .row {
  flex-direction: row-reverse;
}
.cid-u9xTo2jCEc img {
  width: 100%;
}
.cid-u9xZqpkmNl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9xZqpkmNl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9xZqpkmNl .row {
  flex-direction: row-reverse;
}
.cid-u9xZqpkmNl img {
  width: 100%;
}
.cid-u9y3p1G6S1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9y3p1G6S1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9y3p1G6S1 .row {
  flex-direction: row-reverse;
}
.cid-u9y3p1G6S1 img {
  width: 100%;
}
.cid-u9y5njDZKh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9y5njDZKh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9y5njDZKh .row {
  flex-direction: row-reverse;
}
.cid-u9y5njDZKh img {
  width: 100%;
}
.cid-ujBVI28NV2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBVI28NV2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBVI28NV2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBVI28NV2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBVJdeNaA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBVJdeNaA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBVJdeNaA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBVJdeNaA .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBVKv2ov3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBVKv2ov3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBVKv2ov3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBVKv2ov3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBVLqlUhl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBVLqlUhl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBVLqlUhl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBVLqlUhl .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8B9DBHxOW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-u8B9DBHxOW .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8B6WVApyF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8B6WVApyF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8B6WVApyF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8B6WVApyF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujCxr9PvnG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujCxr9PvnG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujCxr9PvnG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujCxr9PvnG .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBWe7Geeg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBWe7Geeg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBWe7Geeg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBWe7Geeg .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBWgHqgui {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBWgHqgui .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBWgHqgui img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBWgHqgui .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBWkWx3Ih {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBWkWx3Ih .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBWkWx3Ih img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBWkWx3Ih .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidTo5CIWN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyruR5xps {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyruR5xps .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidT0dnxiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uidSIg6HHq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uidSIg6HHq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uidSIg6HHq .row {
  flex-direction: row-reverse;
}
.cid-uidSIg6HHq img {
  width: 100%;
}
.cid-u98VWTru1p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u98VWTru1p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u98VWTru1p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u98VWTru1p .text-wrapper {
    padding: 2rem;
  }
}
.cid-u98VWUIs5B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u98VWUIs5B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u98VWUIs5B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u98VWUIs5B .text-wrapper {
    padding: 2rem;
  }
}
.cid-u98VWV7Nlh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u98VWV7Nlh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u98VWV7Nlh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u98VWV7Nlh .text-wrapper {
    padding: 2rem;
  }
}
.cid-u98VWVtwOW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u98VWVtwOW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u98VWVtwOW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u98VWVtwOW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBrBGHhOx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujBrBGHhOx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBrBGHhOx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBrBGHhOx .text-wrapper {
    padding: 2rem;
  }
}
.cid-u98VWVUyGR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u98VWVUyGR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u98VWVUyGR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u98VWVUyGR .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufRl6HKV73 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ufRl6HKV73 .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u98VWWm3yP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u98VWWm3yP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u98VWWm3yP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u98VWWm3yP .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufRkWYCty8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufRkWYCty8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufRkWYCty8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufRkWYCty8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u98VWWOQ6h {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u98VWWOQ6h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u98VWWOQ6h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u98VWWOQ6h .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufRuBgqnfV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufRuBgqnfV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufRuBgqnfV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufRuBgqnfV .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufRwNmcT7O {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufRwNmcT7O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufRwNmcT7O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufRwNmcT7O .text-wrapper {
    padding: 2rem;
  }
}
.cid-u98VWXbNpg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufSCWxyDkj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ufSCWxyDkj .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufSCYuU9Vl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSCYuU9Vl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSCYuU9Vl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufSCYuU9Vl .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufSD3G4Odw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSD3G4Odw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSD3G4Odw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufSD3G4Odw .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufSD9b3voJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSD9b3voJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSD9b3voJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufSD9b3voJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufSDf9kLDa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSDf9kLDa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSDf9kLDa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufSDf9kLDa .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufSDkPn1sT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSDkPn1sT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSDkPn1sT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufSDkPn1sT .text-wrapper {
    padding: 2rem;
  }
}
.cid-u98VWXwgOa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufSDqyZEbE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSDqyZEbE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSDqyZEbE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufSDqyZEbE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidT3GH9HA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugys2AlPeS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugys2AlPeS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidTCvCcWh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dvOkwUMu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8dvOkwUMu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dvOkwUMu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8dvOkwUMu .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujDSLzxkV5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDSLzxkV5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDSLzxkV5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDSLzxkV5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujDSMIuc77 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDSMIuc77 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDSMIuc77 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDSMIuc77 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujDU9dhLRm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-ufRHWkCKmh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufRHWkCKmh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufRHWkCKmh .row {
  flex-direction: row-reverse;
}
.cid-ufRHWkCKmh img {
  width: 100%;
}
.cid-ugCkjlUBWI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugCkjlUBWI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8uqHekYhV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8uqHekYhV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8uqHekYhV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8uqHekYhV .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugCkzmu1Hr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugCkzmu1Hr .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ugCmcQxsZ9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugCmcQxsZ9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugCmcQxsZ9 .row {
  flex-direction: row-reverse;
}
.cid-ugCmcQxsZ9 img {
  width: 100%;
}
.cid-ugCktnhKyP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugCktnhKyP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9ijdHNhAH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9ijdHNhAH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9ijdHNhAH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9ijdHNhAH .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujt01qMo61 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujt01qMo61 .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uggEtKTioI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggEtKTioI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uggEtKTioI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uggEtKTioI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uggxA259wU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggxA259wU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uggxA259wU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uggxA259wU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugCr5a9BDs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugCr5a9BDs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9ijeFAWmz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9ijeFAWmz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9ijeFAWmz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9ijeFAWmz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujCRezAhBT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujCRezAhBT .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujDEgZwSq3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDEgZwSq3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDEgZwSq3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDEgZwSq3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujDEwZHBbO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDEwZHBbO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDEwZHBbO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDEwZHBbO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujCRnRuRjy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujCRnRuRjy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujCRnRuRjy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujCRnRuRjy .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujDEVPY2w9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDEVPY2w9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDEVPY2w9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDEVPY2w9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujDEV4KXx0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDEV4KXx0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDEV4KXx0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDEV4KXx0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujCRsxm1Ps {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujCRsxm1Ps .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujDtKfHYZb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDtKfHYZb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDtKfHYZb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDtKfHYZb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidTLKmTqQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugys9Lg9nt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugys9Lg9nt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidTGgv3fQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dvShUKaX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8dvShUKaX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dvShUKaX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8dvShUKaX .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujE4ensRPz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujE4ensRPz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujE4ensRPz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujE4ensRPz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujE4fqXUNL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujE4fqXUNL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujE4fqXUNL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujE4fqXUNL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujE4gcYeCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujE4gcYeCC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujE4gcYeCC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujE4gcYeCC .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujE3RDQeOn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-ufRKfuVpz6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufRKfuVpz6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufRKfuVpz6 .row {
  flex-direction: row-reverse;
}
.cid-ufRKfuVpz6 img {
  width: 100%;
}
.cid-ujnM9yU41s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujnM9yU41s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnM9yU41s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujnM9yU41s .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujnMajgDT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujnMajgDT9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnMajgDT9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujnMajgDT9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujnMb3xXWn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujnMb3xXWn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnMb3xXWn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujnMb3xXWn .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujnMCEY23z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujnMCEY23z .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujnMcE8JK3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujnMcE8JK3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnMcE8JK3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujnMcE8JK3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujnMdkjk51 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujnMdkjk51 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnMdkjk51 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujnMdkjk51 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujnMe2j0Gw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujnMe2j0Gw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnMe2j0Gw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujnMe2j0Gw .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujDtpDk5yw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujDtpDk5yw .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujDx63RLph {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDx63RLph .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDx63RLph img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDx63RLph .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidTHobIZh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugysgIUMkV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugysgIUMkV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidTWhWzXH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dvWoSE0j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-u8dvWoSE0j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dvWoSE0j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8dvWoSE0j .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufSa8nnGiM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufSa8nnGiM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufSa8nnGiM .row {
  flex-direction: row-reverse;
}
.cid-ufSa8nnGiM img {
  width: 100%;
}
.cid-u9ajYuWNqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9ajYuWNqJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9ajYuWNqJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9ajYuWNqJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8Ad86ZXCA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8Ad86ZXCA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8Ad86ZXCA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8Ad86ZXCA .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8Ad8KVgoK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8Ad8KVgoK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8Ad8KVgoK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8Ad8KVgoK .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8Ad9E4itJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8Ad9E4itJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8Ad9E4itJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8Ad9E4itJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8AdalydPq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8AdalydPq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8AdalydPq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8AdalydPq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8Adz4wTNy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8Adz4wTNy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8Adz4wTNy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8Adz4wTNy .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8AdF97gJV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8AdF97gJV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8AdF97gJV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8AdF97gJV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidU0Cl2cB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugysvzWEk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugysvzWEk4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidV4p4usL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dxvc6V7a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8dxvc6V7a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dxvc6V7a .row {
  flex-direction: row-reverse;
}
.cid-u8dxvc6V7a img {
  width: 100%;
}
.cid-ugkdT7naqq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujDQl0JSqQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujDQl0JSqQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujDQl0JSqQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujDQl0JSqQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8dw63V3Yk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-u8dw63V3Yk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dw63V3Yk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8dw63V3Yk .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufQMSkKTpr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufQMSkKTpr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufQMSkKTpr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufQMSkKTpr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidV6rAnMk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugysCgxjRh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugysCgxjRh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidVcaKCUP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dxCgBN0x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8dxCgBN0x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dxCgBN0x .row {
  flex-direction: row-reverse;
}
.cid-u8dxCgBN0x img {
  width: 100%;
}
.cid-ugkFz7PMPn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufQN0AgK1p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufQN0AgK1p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufQN0AgK1p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufQN0AgK1p .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidVe1LrEi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugysnk34MS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugysnk34MS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidU7aniYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dw28jZvQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-u8dw28jZvQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dw28jZvQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8dw28jZvQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujrEAf2Hob {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujrEAf2Hob .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujrEAf2Hob .row {
  flex-direction: row-reverse;
}
.cid-ujrEAf2Hob img {
  width: 100%;
}
.cid-ujsqhaHwnW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujsqhaHwnW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujsqhaHwnW .row {
  flex-direction: row-reverse;
}
.cid-ujsqhaHwnW img {
  width: 100%;
}
.cid-ujsqnLae5F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujsqnLae5F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujsqnLae5F .row {
  flex-direction: row-reverse;
}
.cid-ujsqnLae5F img {
  width: 100%;
}
.cid-ujrEOJ2sRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uitNVXzQlN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uhWv01eB3y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhWv01eB3y .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidRknIJ2f {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhWv01G9Xn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhWv01G9Xn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhWv01G9Xn .row {
  flex-direction: row-reverse;
}
.cid-uhWv01G9Xn img {
  width: 100%;
}
.cid-uhWv0204hK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhWv02fRJg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uhWv02fRJg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhWv02fRJg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhWv02fRJg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhWv02xaLz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhWv02xaLz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhWv02xaLz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhWv02xaLz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhWv02OIko {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uhWv02OIko .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhWv02OIko img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhWv02OIko .text-wrapper {
    padding: 2rem;
  }
}
.cid-uidT6WmBAK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uiu6mK7npp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiu6mK7npp .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiu6mKi4K9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiu6GaJWl8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiu6GaJWl8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiu6GaJWl8 .row {
  flex-direction: row-reverse;
}
.cid-uiu6GaJWl8 img {
  width: 100%;
}
.cid-uiu6LfaTpK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiu6R9or4Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiu6R9or4Q .mbr-section-subtitle {
  text-align: center;
}
.cid-uiu6R9or4Q .mbr-text {
  text-align: center;
}
.cid-uiu6PGeyKs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiu6PGeyKs .mbr-section-subtitle {
  text-align: center;
}
.cid-uiu6PGeyKs .mbr-text {
  text-align: center;
}
.cid-uiu6RUm0ec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiu6RUm0ec .mbr-section-subtitle {
  text-align: center;
}
.cid-uiu6RUm0ec .mbr-text {
  text-align: center;
}
.cid-uiu6SIjWZ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiu6SIjWZ9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uiu6SIjWZ9 .mbr-text {
  text-align: center;
}
.cid-uiu6TjWMjh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiu6TjWMjh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiu6TjWMjh .row {
  flex-direction: row-reverse;
}
.cid-uiu6TjWMjh img {
  width: 100%;
}
.cid-uiu6U3j4l6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiu6U3j4l6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiu6U3j4l6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiu6U3j4l6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiu76FRXNl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugysIbqDuO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugysIbqDuO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidVmLgnfP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8HF3EHhwC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8HF3EHhwC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8HF3EHhwC .row {
  flex-direction: row-reverse;
}
.cid-u8HF3EHhwC img {
  width: 100%;
}
.cid-u8HF3F5ezW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-u8HF3F5ezW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8HF3F5ezW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8HF3F5ezW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uitxIBnVk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uity05lrzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uity05lrzE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uity05lrzE .row {
  flex-direction: row-reverse;
}
.cid-uity05lrzE img {
  width: 100%;
}
.cid-uitzG8YoOl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uitzH9Reqz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uitzH9Reqz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uitzH9Reqz .row {
  flex-direction: row-reverse;
}
.cid-uitzH9Reqz img {
  width: 100%;
}
.cid-uitB9yzqr8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uitBafwHz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uitBafwHz8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uitBafwHz8 .row {
  flex-direction: row-reverse;
}
.cid-uitBafwHz8 img {
  width: 100%;
}
.cid-uitDc5x7Wi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uitDcU8G5o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uitDcU8G5o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uitDcU8G5o .row {
  flex-direction: row-reverse;
}
.cid-uitDcU8G5o img {
  width: 100%;
}
.cid-uitEG7JzAJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uitEH6JvQO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uitEH6JvQO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uitEH6JvQO .row {
  flex-direction: row-reverse;
}
.cid-uitEH6JvQO img {
  width: 100%;
}
.cid-uitFAMLKtG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uitFBGWggO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uitFBGWggO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uitFBGWggO .row {
  flex-direction: row-reverse;
}
.cid-uitFBGWggO img {
  width: 100%;
}
.cid-uitGVcW6aM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uitGWg9PDi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .cid-uitGWg9PDi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uitGWg9PDi .row {
  flex-direction: row-reverse;
}
.cid-uitGWg9PDi img {
  width: 100%;
}
.cid-uidVohljcQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugAAU9PtuT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugAAU9PtuT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidVu9DTZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDTfop9CH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugDTfop9CH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDTfop9CH .row {
  flex-direction: row-reverse;
}
.cid-ugDTfop9CH img {
  width: 100%;
}
.cid-ujtnz1TWFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uidVxOd27t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ujnibCvsR4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujnibCvsR4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujnibCKUzK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujnibCYiLp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujnibCYiLp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnibCYiLp .row {
  flex-direction: row-reverse;
}
.cid-ujnibCYiLp img {
  width: 100%;
}
.cid-ujniOx6TdU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujniOx6TdU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujniOx6TdU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujniOx6TdU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujnibDhIpc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ujtj5ewNml {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujtj5ewNml .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtj5eGUmL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtv5kwBZ6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujtj5eSEUG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtj5eSEUG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtj5eSEUG .row {
  flex-direction: row-reverse;
}
.cid-ujtj5eSEUG img {
  width: 100%;
}
.cid-ujtjjrZmvp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-ujtjkISqYp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtjkISqYp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtjkISqYp .row {
  flex-direction: row-reverse;
}
.cid-ujtjkISqYp img {
  width: 100%;
}
.cid-ujtjqCAmi5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtjqCAmi5 .video-wrapper iframe {
  width: 100%;
}
.cid-ujtjqCAmi5 .mbr-section-title,
.cid-ujtjqCAmi5 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtjqCAmi5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjukFhfQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtjukFhfQ .video-wrapper iframe {
  width: 100%;
}
.cid-ujtjukFhfQ .mbr-section-title,
.cid-ujtjukFhfQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtjukFhfQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjK992Zv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtjK992Zv .video-wrapper iframe {
  width: 100%;
}
.cid-ujtjK992Zv .mbr-section-title,
.cid-ujtjK992Zv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtjK992Zv .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjvv1UMe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtjvv1UMe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtjvv1UMe .row {
  flex-direction: row-reverse;
}
.cid-ujtjvv1UMe img {
  width: 100%;
}
.cid-ujtjsEodM7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtjsEodM7 .video-wrapper iframe {
  width: 100%;
}
.cid-ujtjsEodM7 .mbr-section-title,
.cid-ujtjsEodM7 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtjsEodM7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjwzZjz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtjwzZjz8 .video-wrapper iframe {
  width: 100%;
}
.cid-ujtjwzZjz8 .mbr-section-title,
.cid-ujtjwzZjz8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtjwzZjz8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjKLimQ9 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtjKLimQ9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtjKLimQ9 .row {
  flex-direction: row-reverse;
}
.cid-ujtjKLimQ9 img {
  width: 100%;
}
.cid-ujtlO3xVED {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtlO3xVED .video-wrapper iframe {
  width: 100%;
}
.cid-ujtlO3xVED .mbr-section-title,
.cid-ujtlO3xVED .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtlO3xVED .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtlDuAtDI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtlDuAtDI .video-wrapper iframe {
  width: 100%;
}
.cid-ujtlDuAtDI .mbr-section-title,
.cid-ujtlDuAtDI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtlDuAtDI .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjOU7OEZ {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtjOU7OEZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtjOU7OEZ .row {
  flex-direction: row-reverse;
}
.cid-ujtjOU7OEZ img {
  width: 100%;
}
.cid-ujtjNVhjkU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtjNVhjkU .video-wrapper iframe {
  width: 100%;
}
.cid-ujtjNVhjkU .mbr-section-title,
.cid-ujtjNVhjkU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtjNVhjkU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjNbetII {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtjNbetII .video-wrapper iframe {
  width: 100%;
}
.cid-ujtjNbetII .mbr-section-title,
.cid-ujtjNbetII .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtjNbetII .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtjMpqiHt {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtjMpqiHt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtjMpqiHt .row {
  flex-direction: row-reverse;
}
.cid-ujtjMpqiHt img {
  width: 100%;
}
.cid-ujtlZKmthV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ujttzECxJ4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujttzECxJ4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujttzEPlAL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtuHblDov {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujttzF1pLd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujttzF1pLd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujttzF1pLd .row {
  flex-direction: row-reverse;
}
.cid-ujttzF1pLd img {
  width: 100%;
}
.cid-ujtwuWktLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujtveg5iHt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtveg5iHt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtveg5iHt .row {
  flex-direction: row-reverse;
}
.cid-ujtveg5iHt img {
  width: 100%;
}
.cid-ujtvHIea2j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujtvHIea2j .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujtvHIea2j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujtvHIea2j .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-ujtvHIea2j .panel-body,
.cid-ujtvHIea2j .card-header {
  padding: 1rem 0;
}
.cid-ujtvHIea2j .panel-title-edit {
  color: #000000;
}
.cid-ujtwwXbYf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujtveYzRGd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtveYzRGd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtveYzRGd .row {
  flex-direction: row-reverse;
}
.cid-ujtveYzRGd img {
  width: 100%;
}
.cid-ujtvImLZEb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujtvImLZEb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujtvImLZEb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujtvImLZEb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-ujtvImLZEb .panel-body,
.cid-ujtvImLZEb .card-header {
  padding: 1rem 0;
}
.cid-ujtvImLZEb .panel-title-edit {
  color: #000000;
}
.cid-ujtwy6kgi9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujtvfFy9Rd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtvfFy9Rd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtvfFy9Rd .row {
  flex-direction: row-reverse;
}
.cid-ujtvfFy9Rd img {
  width: 100%;
}
.cid-ujtvIXSqVh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujtvIXSqVh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujtvIXSqVh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujtvIXSqVh .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-ujtvIXSqVh .panel-body,
.cid-ujtvIXSqVh .card-header {
  padding: 1rem 0;
}
.cid-ujtvIXSqVh .panel-title-edit {
  color: #000000;
}
.cid-ujtvgjA5SY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtvgjA5SY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtvgjA5SY .row {
  flex-direction: row-reverse;
}
.cid-ujtvgjA5SY img {
  width: 100%;
}
.cid-ujtvJTyfqW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujtvJTyfqW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujtvJTyfqW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujtvJTyfqW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-ujtvJTyfqW .panel-body,
.cid-ujtvJTyfqW .card-header {
  padding: 1rem 0;
}
.cid-ujtvJTyfqW .panel-title-edit {
  color: #000000;
}
.cid-ujttzFGULK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
