body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Quattrocento Sans', 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #55b4d4 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #f9f295 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !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: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !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: #277e9c;
  color: #277e9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !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: #f4e634;
  color: #f4e634;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !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: #55b4d4 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #f9f295 !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: #277e9c !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: #f4e634 !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: #f9f295;
}
.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: #55b4d4;
  border-color: #55b4d4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #55b4d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fcfd;
}
.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: #ffffff;
}
.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: 'Quattrocento Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #55b4d4;
}
/* 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);
}
@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: #55b4d4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #55b4d4;
}
.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: #55b4d4;
  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: #55b4d4;
  border-bottom-color: #55b4d4;
}
.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: #000000 !important;
  background-color: #55b4d4 !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='%2355b4d4' %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-qXfupvghND .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qXfupvghND .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qXfupvghND .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qXfupvghND .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qXfupvghND .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qXfupvghND .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qXfupvghND .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qXfupvghND .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #55b4d4;
}
.cid-qXfupvghND .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qXfupvghND .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qXfupvghND .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qXfupvghND .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qXfupvghND .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qXfupvghND .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qXfupvghND .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qXfupvghND .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qXfupvghND .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qXfupvghND .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qXfupvghND .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qXfupvghND .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qXfupvghND .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qXfupvghND .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qXfupvghND .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qXfupvghND .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qXfupvghND .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qXfupvghND .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qXfupvghND .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qXfupvghND .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qXfupvghND .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qXfupvghND .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qXfupvghND .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qXfupvghND .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qXfupvghND .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qXfupvghND .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qXfupvghND .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qXfupvghND .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qXfupvghND .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qXfupvghND .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qXfupvghND .dropdown-item.active,
.cid-qXfupvghND .dropdown-item:active {
  background-color: transparent;
}
.cid-qXfupvghND .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qXfupvghND .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qXfupvghND .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qXfupvghND .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qXfupvghND .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qXfupvghND .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qXfupvghND ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qXfupvghND .navbar-buttons {
  text-align: center;
}
.cid-qXfupvghND button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qXfupvghND button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qXfupvghND button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qXfupvghND button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qXfupvghND button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qXfupvghND button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qXfupvghND nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qXfupvghND nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qXfupvghND nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qXfupvghND nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qXfupvghND .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qXfupvghND a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qXfupvghND .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qXfupvghND .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qXfupvghND .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qXfupvghND .nav-link:hover,
.cid-qXfupvghND .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-udVc2w2s77 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #465052;
}
.cid-udVc2w2s77 p {
  color: #767676;
}
.cid-udVc2w2s77 .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-udVc2w2s77 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-udVc2w2s77 .panel-group {
  width: 100%;
}
.cid-udVc2w2s77 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-udVc2w2s77 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-udVc2w2s77 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-udVc2w2s77 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-udVc2w2s77 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-udVc2w2s77 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-udVc2w2s77 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-udVc2w2s77 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udVc2w2s77 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-udVc2w2s77 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-udVc2w2s77 H4 {
  color: #f7ed4a;
}
.cid-udVc2w2s77 .panel-text {
  color: #efefef;
}
.cid-udVc2w2s77 H2 {
  text-align: left;
  color: #ffffff;
}
.cid-qXfV7OKjtK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-qXfV7OKjtK .media-container-row .mbr-text {
  color: #c1c1c1;
}
.cid-rXXvrYhdgV {
  background: #ffffff;
}
.cid-rXXvrYhdgV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvrYhdgV .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvrYhdgV figcaption {
  position: relative;
}
.cid-rXXvrYhdgV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvrYhdgV .image-block {
    width: 100% !important;
  }
}
.cid-rhkTc43mzL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rhkTc43mzL h2 {
  text-align: left;
}
.cid-rhkTc43mzL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rhkTc43mzL p {
  color: #767676;
  text-align: left;
}
.cid-rhkTc43mzL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rhkTc43mzL .media {
  margin: initial;
  align-items: center;
}
.cid-rhkTc43mzL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rhkTc43mzL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rhkTc43mzL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rhkTc43mzL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rhkTc43mzL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rhkTc43mzL .card-img span {
    font-size: 40px !important;
  }
}
.cid-rhkTc43mzL H4 {
  color: #7f1933;
}
.cid-rhkTc43mzL P {
  color: #767676;
}
.cid-rXXvqrtEJ4 {
  background: #ffffff;
}
.cid-rXXvqrtEJ4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvqrtEJ4 .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvqrtEJ4 figcaption {
  position: relative;
}
.cid-rXXvqrtEJ4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvqrtEJ4 .image-block {
    width: 100% !important;
  }
}
.cid-udUJSfhx1C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udUJSfhx1C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-udUJSfhx1C p {
  color: #767676;
  text-align: left;
}
.cid-udUJSfhx1C .card-box {
  padding-top: 2rem;
}
.cid-udUJSfhx1C .card-wrapper {
  height: 100%;
}
.cid-u2qBAXjfaP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2qBAXjfaP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qBAXjfaP p {
  color: #767676;
  text-align: left;
}
.cid-u2qBAXjfaP .card-box {
  padding-top: 2rem;
}
.cid-u2qBAXjfaP .card-wrapper {
  height: 100%;
}
.cid-rXKt3jvV8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXKt3jvV8V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rXKt3jvV8V p {
  color: #767676;
  text-align: left;
}
.cid-rXKt3jvV8V .card-box {
  padding-top: 2rem;
}
.cid-rXKt3jvV8V .card-wrapper {
  height: 100%;
}
.cid-rhkT3KCl4T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhkT3KCl4T h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rhkT3KCl4T p {
  color: #767676;
  text-align: left;
}
.cid-rhkT3KCl4T .card-box {
  padding-top: 2rem;
}
.cid-rhkT3KCl4T .card-wrapper {
  height: 100%;
}
.cid-rhkT3KCl4T .card-title {
  color: #232323;
}
.cid-rhkT3KCl4T .card-title B {
  color: #232323;
}
.cid-rEQkeL3Ybf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEQkeL3Ybf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rEQkeL3Ybf p {
  color: #767676;
  text-align: left;
}
.cid-rEQkeL3Ybf .card-box {
  padding-top: 2rem;
}
.cid-rEQkeL3Ybf .card-wrapper {
  height: 100%;
}
.cid-rXXvnYefFv {
  background: #ffffff;
}
.cid-rXXvnYefFv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvnYefFv .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvnYefFv figcaption {
  position: relative;
}
.cid-rXXvnYefFv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvnYefFv .image-block {
    width: 100% !important;
  }
}
.cid-qXr5demT8k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-qXr5demT8k h2 {
  text-align: left;
}
.cid-qXr5demT8k h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qXr5demT8k p {
  color: #767676;
  text-align: left;
}
.cid-qXr5demT8k .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qXr5demT8k .media {
  margin: initial;
  align-items: center;
}
.cid-qXr5demT8k .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qXr5demT8k .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qXr5demT8k .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qXr5demT8k .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qXr5demT8k .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qXr5demT8k .card-img span {
    font-size: 40px !important;
  }
}
.cid-qXr5demT8k H4 {
  color: #7f1933;
}
.cid-rXXvoFjZJ9 {
  background: #ffffff;
}
.cid-rXXvoFjZJ9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvoFjZJ9 .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvoFjZJ9 figcaption {
  position: relative;
}
.cid-rXXvoFjZJ9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvoFjZJ9 .image-block {
    width: 100% !important;
  }
}
.cid-qYVID9aIBt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVID9aIBt .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVID9aIBt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVID9aIBt .inner-container {
    width: 100% !important;
  }
}
.cid-qXr5iPtVqB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr5iPtVqB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr5iPtVqB p {
  color: #767676;
  text-align: left;
}
.cid-qXr5iPtVqB .card-box {
  padding-top: 2rem;
}
.cid-qXr5iPtVqB .card-wrapper {
  height: 100%;
}
.cid-qYVID0BpZ1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVID0BpZ1 .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVID0BpZ1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVID0BpZ1 .inner-container {
    width: 100% !important;
  }
}
.cid-qXr5mMcKYA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr5mMcKYA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr5mMcKYA p {
  color: #767676;
  text-align: left;
}
.cid-qXr5mMcKYA .card-box {
  padding-top: 2rem;
}
.cid-qXr5mMcKYA .card-wrapper {
  height: 100%;
}
.cid-qYVICRvOJX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVICRvOJX .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVICRvOJX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVICRvOJX .inner-container {
    width: 100% !important;
  }
}
.cid-qXENsLowFW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXENsLowFW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXENsLowFW p {
  color: #767676;
  text-align: left;
}
.cid-qXENsLowFW .card-box {
  padding-top: 2rem;
}
.cid-qXENsLowFW .card-wrapper {
  height: 100%;
}
.cid-rXXvb9Jnt7 {
  background: #ffffff;
}
.cid-rXXvb9Jnt7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvb9Jnt7 .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvb9Jnt7 figcaption {
  position: relative;
}
.cid-rXXvb9Jnt7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvb9Jnt7 .image-block {
    width: 100% !important;
  }
}
.cid-qXr5ym8VDx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-qXr5ym8VDx h2 {
  text-align: left;
}
.cid-qXr5ym8VDx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qXr5ym8VDx p {
  color: #767676;
  text-align: left;
}
.cid-qXr5ym8VDx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qXr5ym8VDx .media {
  margin: initial;
  align-items: center;
}
.cid-qXr5ym8VDx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qXr5ym8VDx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qXr5ym8VDx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qXr5ym8VDx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qXr5ym8VDx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qXr5ym8VDx .card-img span {
    font-size: 40px !important;
  }
}
.cid-qXr5ym8VDx H4 {
  color: #7f1933;
}
.cid-rXXq2EtHI2 {
  background: #ffffff;
}
.cid-rXXq2EtHI2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXq2EtHI2 .mbr-figure {
  margin: 0 auto;
}
.cid-rXXq2EtHI2 figcaption {
  position: relative;
}
.cid-rXXq2EtHI2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXq2EtHI2 .image-block {
    width: 100% !important;
  }
}
.cid-s5ntVCmTb5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5ntVCmTb5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s5ntVCmTb5 p {
  color: #767676;
  text-align: left;
}
.cid-s5ntVCmTb5 .card-box {
  padding-top: 2rem;
}
.cid-s5ntVCmTb5 .card-wrapper {
  height: 100%;
}
.cid-s5ntVCmTb5 P {
  color: #232323;
}
.cid-s6KYr62UoI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6KYr62UoI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6KYr62UoI p {
  color: #767676;
  text-align: left;
}
.cid-s6KYr62UoI .card-box {
  padding-top: 2rem;
}
.cid-s6KYr62UoI .card-wrapper {
  height: 100%;
}
.cid-s6KYr62UoI P {
  color: #232323;
}
.cid-sttF3rhcSl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sttF3rhcSl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sttF3rhcSl p {
  color: #767676;
  text-align: left;
}
.cid-sttF3rhcSl .card-box {
  padding-top: 2rem;
}
.cid-sttF3rhcSl .card-wrapper {
  height: 100%;
}
.cid-sttF3rhcSl P {
  color: #232323;
}
.cid-qXr5jBxMVh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr5jBxMVh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr5jBxMVh p {
  color: #767676;
  text-align: left;
}
.cid-qXr5jBxMVh .card-box {
  padding-top: 2rem;
}
.cid-qXr5jBxMVh .card-wrapper {
  height: 100%;
}
.cid-qXr5jBxMVh P {
  color: #232323;
}
.cid-qXr5I56gNs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr5I56gNs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr5I56gNs p {
  color: #767676;
  text-align: left;
}
.cid-qXr5I56gNs .card-box {
  padding-top: 2rem;
}
.cid-qXr5I56gNs .card-wrapper {
  height: 100%;
}
.cid-qXr5ID2gTN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr5ID2gTN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr5ID2gTN p {
  color: #767676;
  text-align: left;
}
.cid-qXr5ID2gTN .card-box {
  padding-top: 2rem;
}
.cid-qXr5ID2gTN .card-wrapper {
  height: 100%;
}
.cid-qXr5J4VztJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr5J4VztJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr5J4VztJ p {
  color: #767676;
  text-align: left;
}
.cid-qXr5J4VztJ .card-box {
  padding-top: 2rem;
}
.cid-qXr5J4VztJ .card-wrapper {
  height: 100%;
}
.cid-rXXuXwba1m {
  background: #ffffff;
}
.cid-rXXuXwba1m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXuXwba1m .mbr-figure {
  margin: 0 auto;
}
.cid-rXXuXwba1m figcaption {
  position: relative;
}
.cid-rXXuXwba1m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXuXwba1m .image-block {
    width: 100% !important;
  }
}
.cid-qXr6yPCG5z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-qXr6yPCG5z h2 {
  text-align: left;
}
.cid-qXr6yPCG5z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qXr6yPCG5z p {
  color: #767676;
  text-align: left;
}
.cid-qXr6yPCG5z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qXr6yPCG5z .media {
  margin: initial;
  align-items: center;
}
.cid-qXr6yPCG5z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qXr6yPCG5z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qXr6yPCG5z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qXr6yPCG5z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qXr6yPCG5z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qXr6yPCG5z .card-img span {
    font-size: 40px !important;
  }
}
.cid-qXr6yPCG5z H4 {
  color: #7f1933;
}
.cid-rXXuYvDSeT {
  background: #ffffff;
}
.cid-rXXuYvDSeT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXuYvDSeT .mbr-figure {
  margin: 0 auto;
}
.cid-rXXuYvDSeT figcaption {
  position: relative;
}
.cid-rXXuYvDSeT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXuYvDSeT .image-block {
    width: 100% !important;
  }
}
.cid-qXr6RfFsT1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr6RfFsT1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr6RfFsT1 p {
  color: #767676;
  text-align: left;
}
.cid-qXr6RfFsT1 .card-box {
  padding-top: 2rem;
}
.cid-qXr6RfFsT1 .card-wrapper {
  height: 100%;
}
.cid-qXr6P9CWtA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr6P9CWtA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr6P9CWtA p {
  color: #767676;
  text-align: left;
}
.cid-qXr6P9CWtA .card-box {
  padding-top: 2rem;
}
.cid-qXr6P9CWtA .card-wrapper {
  height: 100%;
}
.cid-r17NsYMcTS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r17NsYMcTS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r17NsYMcTS p {
  color: #767676;
  text-align: left;
}
.cid-r17NsYMcTS .card-box {
  padding-top: 2rem;
}
.cid-r17NsYMcTS .card-wrapper {
  height: 100%;
}
.cid-rXXvdFVFZf {
  background: #ffffff;
}
.cid-rXXvdFVFZf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvdFVFZf .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvdFVFZf figcaption {
  position: relative;
}
.cid-rXXvdFVFZf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvdFVFZf .image-block {
    width: 100% !important;
  }
}
.cid-qXr7qUJcT2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-qXr7qUJcT2 h2 {
  text-align: left;
}
.cid-qXr7qUJcT2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qXr7qUJcT2 p {
  color: #767676;
  text-align: left;
}
.cid-qXr7qUJcT2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qXr7qUJcT2 .media {
  margin: initial;
  align-items: center;
}
.cid-qXr7qUJcT2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qXr7qUJcT2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qXr7qUJcT2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qXr7qUJcT2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qXr7qUJcT2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qXr7qUJcT2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qXr7qUJcT2 H4 {
  color: #7f1933;
}
.cid-rXXveBDMtH {
  background: #ffffff;
}
.cid-rXXveBDMtH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXveBDMtH .mbr-figure {
  margin: 0 auto;
}
.cid-rXXveBDMtH figcaption {
  position: relative;
}
.cid-rXXveBDMtH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXveBDMtH .image-block {
    width: 100% !important;
  }
}
.cid-qYVICHzd9q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVICHzd9q .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVICHzd9q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVICHzd9q .inner-container {
    width: 100% !important;
  }
}
.cid-u2Ct2hdWDX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2Ct2hdWDX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2Ct2hdWDX p {
  color: #767676;
  text-align: left;
}
.cid-u2Ct2hdWDX .card-box {
  padding-top: 2rem;
}
.cid-u2Ct2hdWDX .card-wrapper {
  height: 100%;
}
.cid-u2Ct2hdWDX P {
  text-align: center;
}
.cid-qXPxlhyvEp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXPxlhyvEp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXPxlhyvEp p {
  color: #767676;
  text-align: left;
}
.cid-qXPxlhyvEp .card-box {
  padding-top: 2rem;
}
.cid-qXPxlhyvEp .card-wrapper {
  height: 100%;
}
.cid-qXPxlhyvEp P {
  text-align: center;
}
.cid-qYKuvNJ4LL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYKuvNJ4LL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYKuvNJ4LL p {
  color: #767676;
  text-align: left;
}
.cid-qYKuvNJ4LL .card-box {
  padding-top: 2rem;
}
.cid-qYKuvNJ4LL .card-wrapper {
  height: 100%;
}
.cid-qYKuvNJ4LL P {
  text-align: center;
}
.cid-qYVGaCaM2N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVGaCaM2N .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVGaCaM2N .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVGaCaM2N .inner-container {
    width: 100% !important;
  }
}
.cid-qYhMr1d5Df {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYhMr1d5Df h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYhMr1d5Df p {
  color: #767676;
  text-align: left;
}
.cid-qYhMr1d5Df .card-box {
  padding-top: 2rem;
}
.cid-qYhMr1d5Df .card-wrapper {
  height: 100%;
}
.cid-qYhMr1d5Df P {
  text-align: center;
}
.cid-qZOyfaYmCH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZOyfaYmCH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qZOyfaYmCH p {
  color: #767676;
  text-align: left;
}
.cid-qZOyfaYmCH .card-box {
  padding-top: 2rem;
}
.cid-qZOyfaYmCH .card-wrapper {
  height: 100%;
}
.cid-qZOyfaYmCH P {
  text-align: center;
}
.cid-r15NZMYCd0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r15NZMYCd0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r15NZMYCd0 p {
  color: #767676;
  text-align: left;
}
.cid-r15NZMYCd0 .card-box {
  padding-top: 2rem;
}
.cid-r15NZMYCd0 .card-wrapper {
  height: 100%;
}
.cid-r15NZMYCd0 P {
  text-align: center;
}
.cid-qZS5rCmUdS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZS5rCmUdS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qZS5rCmUdS p {
  color: #767676;
  text-align: left;
}
.cid-qZS5rCmUdS .card-box {
  padding-top: 2rem;
}
.cid-qZS5rCmUdS .card-wrapper {
  height: 100%;
}
.cid-qZS5rCmUdS P {
  text-align: center;
}
.cid-r0RegBP4ue {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0RegBP4ue h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r0RegBP4ue p {
  color: #767676;
  text-align: left;
}
.cid-r0RegBP4ue .card-box {
  padding-top: 2rem;
}
.cid-r0RegBP4ue .card-wrapper {
  height: 100%;
}
.cid-r0RegBP4ue P {
  text-align: center;
}
.cid-qYo8zAqPmZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYo8zAqPmZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYo8zAqPmZ p {
  color: #767676;
  text-align: left;
}
.cid-qYo8zAqPmZ .card-box {
  padding-top: 2rem;
}
.cid-qYo8zAqPmZ .card-wrapper {
  height: 100%;
}
.cid-qYo8zAqPmZ P {
  text-align: center;
}
.cid-r169uyBCoo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r169uyBCoo .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-r169uyBCoo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r169uyBCoo .inner-container {
    width: 100% !important;
  }
}
.cid-r169v4ZoCQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r169v4ZoCQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r169v4ZoCQ p {
  color: #767676;
  text-align: left;
}
.cid-r169v4ZoCQ .card-box {
  padding-top: 2rem;
}
.cid-r169v4ZoCQ .card-wrapper {
  height: 100%;
}
.cid-r169v4ZoCQ P {
  text-align: center;
}
.cid-r05wNTPdEq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r05wNTPdEq .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-r05wNTPdEq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r05wNTPdEq .inner-container {
    width: 100% !important;
  }
}
.cid-r05wMBnwZL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r05wMBnwZL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r05wMBnwZL p {
  color: #767676;
  text-align: left;
}
.cid-r05wMBnwZL .card-box {
  padding-top: 2rem;
}
.cid-r05wMBnwZL .card-wrapper {
  height: 100%;
}
.cid-r05wMBnwZL P {
  text-align: center;
}
.cid-qYVGarDVcK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVGarDVcK .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVGarDVcK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVGarDVcK .inner-container {
    width: 100% !important;
  }
}
.cid-qYmNMZkxu5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYmNMZkxu5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYmNMZkxu5 p {
  color: #767676;
  text-align: left;
}
.cid-qYmNMZkxu5 .card-box {
  padding-top: 2rem;
}
.cid-qYmNMZkxu5 .card-wrapper {
  height: 100%;
}
.cid-qYmNMZkxu5 P {
  text-align: center;
}
.cid-qYVGacBJRI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVGacBJRI .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVGacBJRI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVGacBJRI .inner-container {
    width: 100% !important;
  }
}
.cid-qYu4pV0eIB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYu4pV0eIB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYu4pV0eIB p {
  color: #767676;
  text-align: left;
}
.cid-qYu4pV0eIB .card-box {
  padding-top: 2rem;
}
.cid-qYu4pV0eIB .card-wrapper {
  height: 100%;
}
.cid-qYVG9XE1u0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVG9XE1u0 .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVG9XE1u0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVG9XE1u0 .inner-container {
    width: 100% !important;
  }
}
.cid-qYskyuwv9q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYskyuwv9q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYskyuwv9q p {
  color: #767676;
  text-align: left;
}
.cid-qYskyuwv9q .card-box {
  padding-top: 2rem;
}
.cid-qYskyuwv9q .card-wrapper {
  height: 100%;
}
.cid-r1bKze8lsl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r1bKze8lsl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r1bKze8lsl p {
  color: #767676;
  text-align: left;
}
.cid-r1bKze8lsl .card-box {
  padding-top: 2rem;
}
.cid-r1bKze8lsl .card-wrapper {
  height: 100%;
}
.cid-r1bKze8lsl P {
  text-align: center;
}
.cid-r1jbvvNajO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r1jbvvNajO .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-r1jbvvNajO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r1jbvvNajO .inner-container {
    width: 100% !important;
  }
}
.cid-r1jbwg6neh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r1jbwg6neh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r1jbwg6neh p {
  color: #767676;
  text-align: left;
}
.cid-r1jbwg6neh .card-box {
  padding-top: 2rem;
}
.cid-r1jbwg6neh .card-wrapper {
  height: 100%;
}
.cid-r1jbwg6neh P {
  text-align: center;
}
.cid-qYVG9IEiOV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVG9IEiOV .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVG9IEiOV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVG9IEiOV .inner-container {
    width: 100% !important;
  }
}
.cid-qYLhHlrv2i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYLhHlrv2i h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYLhHlrv2i p {
  color: #767676;
  text-align: left;
}
.cid-qYLhHlrv2i .card-box {
  padding-top: 2rem;
}
.cid-qYLhHlrv2i .card-wrapper {
  height: 100%;
}
.cid-qYVG9s0l8U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVG9s0l8U .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVG9s0l8U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVG9s0l8U .inner-container {
    width: 100% !important;
  }
}
.cid-qYyfDot8rq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYyfDot8rq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYyfDot8rq p {
  color: #767676;
  text-align: left;
}
.cid-qYyfDot8rq .card-box {
  padding-top: 2rem;
}
.cid-qYyfDot8rq .card-wrapper {
  height: 100%;
}
.cid-qYyfDot8rq P {
  text-align: center;
}
.cid-qYVG9adm6f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVG9adm6f .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVG9adm6f .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVG9adm6f .inner-container {
    width: 100% !important;
  }
}
.cid-qXr7uAA9Th {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr7uAA9Th h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr7uAA9Th p {
  color: #767676;
  text-align: left;
}
.cid-qXr7uAA9Th .card-box {
  padding-top: 2rem;
}
.cid-qXr7uAA9Th .card-wrapper {
  height: 100%;
}
.cid-qXr7uAA9Th P {
  text-align: center;
}
.cid-qYL2W8tr9X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYL2W8tr9X h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYL2W8tr9X p {
  color: #767676;
  text-align: left;
}
.cid-qYL2W8tr9X .card-box {
  padding-top: 2rem;
}
.cid-qYL2W8tr9X .card-wrapper {
  height: 100%;
}
.cid-qYL2W8tr9X P {
  text-align: center;
}
.cid-qYVG8PULZd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVG8PULZd .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVG8PULZd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVG8PULZd .inner-container {
    width: 100% !important;
  }
}
.cid-qXr7v7Igk0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr7v7Igk0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr7v7Igk0 p {
  color: #767676;
  text-align: left;
}
.cid-qXr7v7Igk0 .card-box {
  padding-top: 2rem;
}
.cid-qXr7v7Igk0 .card-wrapper {
  height: 100%;
}
.cid-qXr7v7Igk0 P {
  text-align: center;
}
.cid-qYVG8qTZiq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVG8qTZiq .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVG8qTZiq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVG8qTZiq .inner-container {
    width: 100% !important;
  }
}
.cid-qXr8JJJSGQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr8JJJSGQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr8JJJSGQ p {
  color: #767676;
  text-align: left;
}
.cid-qXr8JJJSGQ .card-box {
  padding-top: 2rem;
}
.cid-qXr8JJJSGQ .card-wrapper {
  height: 100%;
}
.cid-qXr8JJJSGQ P {
  text-align: center;
}
.cid-qYVFSLRZtu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYVFSLRZtu .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-qYVFSLRZtu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYVFSLRZtu .inner-container {
    width: 100% !important;
  }
}
.cid-qXr806n2Uc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr806n2Uc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr806n2Uc p {
  color: #767676;
  text-align: left;
}
.cid-qXr806n2Uc .card-box {
  padding-top: 2rem;
}
.cid-qXr806n2Uc .card-wrapper {
  height: 100%;
}
.cid-qXr806n2Uc P {
  text-align: center;
}
.cid-qXr7vrh3UR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXr7vrh3UR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qXr7vrh3UR p {
  color: #767676;
  text-align: left;
}
.cid-qXr7vrh3UR .card-box {
  padding-top: 2rem;
}
.cid-qXr7vrh3UR .card-wrapper {
  height: 100%;
}
.cid-qXr7vrh3UR P {
  text-align: center;
}
.cid-rXXvhVZK9v {
  background: #ffffff;
}
.cid-rXXvhVZK9v .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvhVZK9v .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvhVZK9v figcaption {
  position: relative;
}
.cid-rXXvhVZK9v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvhVZK9v .image-block {
    width: 100% !important;
  }
}
.cid-qYzy6Jouhf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-qYzy6Jouhf .title {
  margin-bottom: 2rem;
}
.cid-qYzy6Jouhf .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qYzy6Jouhf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qYzy6Jouhf a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qYzy6Jouhf .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qYzy6Jouhf .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qYzy6Jouhf H2 {
  text-align: left;
}
.cid-rXXvkl7pJZ {
  background: #ffffff;
}
.cid-rXXvkl7pJZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rXXvkl7pJZ .mbr-figure {
  margin: 0 auto;
}
.cid-rXXvkl7pJZ figcaption {
  position: relative;
}
.cid-rXXvkl7pJZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .cid-rXXvkl7pJZ .image-block {
    width: 100% !important;
  }
}
