@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i);
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 0.6rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #20d25a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #20d25a !important;
  border-color: #20d25a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #16903e !important;
  border-color: #16903e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #16903e !important;
  border-color: #16903e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #137934;
  color: #137934;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #20d25a;
  border-color: #20d25a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20d25a !important;
  border-color: #20d25a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #20d25a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #137934 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c7f7d7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-srpTJuVMYX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-srpTJuVMYX .item {
  padding-bottom: 2rem;
}
.cid-srpTJuVMYX .item-wrapper {
  height: 100%;
}
.cid-srpTJuVMYX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srpTJuVMYX .carousel-control,
.cid-srpTJuVMYX .close {
  background: #1b1b1b;
}
.cid-srpTJuVMYX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srpTJuVMYX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srpTJuVMYX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-srpTJuVMYX .close::before {
  content: '\e91a';
}
.cid-srpTJuVMYX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srpTJuVMYX .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-srpTJuVMYX .carousel-inner > .active {
  display: block;
}
.cid-srpTJuVMYX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srpTJuVMYX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srpTJuVMYX .carousel-control .icon-next,
.cid-srpTJuVMYX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-srpTJuVMYX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srpTJuVMYX .carousel-control,
  .cid-srpTJuVMYX .carousel-indicators,
  .cid-srpTJuVMYX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srpTJuVMYX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srpTJuVMYX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srpTJuVMYX .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-srpTJuVMYX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srpTJuVMYX .carousel-indicators {
    display: none;
  }
}
.cid-srpTJuVMYX .carousel-indicators .active,
.cid-srpTJuVMYX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-srpTJuVMYX .carousel-indicators .active {
  background: #fff;
}
.cid-srpTJuVMYX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srpTJuVMYX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srpTJuVMYX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srpTJuVMYX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srpTJuVMYX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srpTJuVMYX .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-srpTJuVMYX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srpTJuVMYX .carousel {
  width: 100%;
}
.cid-srpTJuVMYX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srpTJuVMYX .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-srpTJuVMYX .modal.fade .modal-dialog,
.cid-srpTJuVMYX .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-srpTJuVMYX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srpTJuVMYX a {
  display: block;
}
.cid-srpTJuVMYX a.img {
  pointer-events: none;
}
.cid-srpTJuVMYX H4 {
  text-align: right;
}
.cid-srpTJuVMYX H3 {
  text-align: right;
}
.cid-qywhKUHwdI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #403e3e;
}
.cid-qywhKUHwdI .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qywhKUHwdI .input {
  margin-bottom: 15px;
}
.cid-qywhKUHwdI .map {
  width: 100%;
  height: 30rem;
}
.cid-qywhKUHwdI .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qywhKUHwdI .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qywhKUHwdI .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qywhKUHwdI .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qywhKUHwdI .mbr-text {
  color: #ffffff;
}
.cid-qywhKUHwdI a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qywhKUHwdI .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qywhKUHwdI .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qywhKUHwdI .google-map {
  height: 25rem;
  position: relative;
}
.cid-qywhKUHwdI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qywhKUHwdI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qywhKUHwdI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qywhKUHwdI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qywhKUHwdI h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qywhKUHwdI .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qywhKUHwdI .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qywhKUHwdI H2 {
  color: #ffffff;
}
.cid-qywhKUHwdI H4 {
  color: #ffffff;
}
.cid-qwJ0xxvJNU {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwJ0xxvJNU .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwJ0xxvJNU .social-list a:focus {
  text-decoration: none;
}
.cid-qwJ0xxvJNU H2 {
  color: #efefef;
}
.cid-tVhKk0urmu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qywi0R7XJD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qywi0R7XJD .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qywi0R7XJD .input {
  margin-bottom: 15px;
}
.cid-qywi0R7XJD .map {
  width: 100%;
  height: 30rem;
}
.cid-qywi0R7XJD .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qywi0R7XJD .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qywi0R7XJD .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qywi0R7XJD .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qywi0R7XJD .mbr-text {
  color: #232323;
}
.cid-qywi0R7XJD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qywi0R7XJD .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qywi0R7XJD .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qywi0R7XJD .google-map {
  height: 25rem;
  position: relative;
}
.cid-qywi0R7XJD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qywi0R7XJD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qywi0R7XJD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qywi0R7XJD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qywi0R7XJD h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qywi0R7XJD .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qywi0R7XJD .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qywi0R7XJD H2 {
  color: #232323;
}
.cid-qywi0R7XJD H4 {
  color: #232323;
}
.cid-qwJ1jIygmD {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwJ1jIygmD .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwJ1jIygmD .social-list a:focus {
  text-decoration: none;
}
.cid-qwJ1jIygmD H2 {
  color: #efefef;
}
.cid-tVhK5G7NHr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qwSRtbZdZX {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/clearance-sale-2000x698.jpg");
}
.cid-qwSRBupg5Z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwSRBupg5Z .card-img {
  background-color: #fff;
}
.cid-qwSRBupg5Z .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qwSRBupg5Z .card-box {
  padding: 2rem;
}
.cid-qwSRBupg5Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qwSRBupg5Z p {
  text-align: left;
}
.cid-qwSRBupg5Z .mbr-text {
  color: #767676;
}
.cid-qwSRBupg5Z .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qwSRBupg5Z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qwSRBupg5Z .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qwSRBupg5Z .card-title {
  text-align: center;
}
.cid-qwZaFDSuIR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwZaFDSuIR .card-img {
  background-color: #fff;
}
.cid-qwZaFDSuIR .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qwZaFDSuIR .card-box {
  padding: 2rem;
}
.cid-qwZaFDSuIR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qwZaFDSuIR p {
  text-align: left;
}
.cid-qwZaFDSuIR .mbr-text {
  color: #767676;
}
.cid-qwZaFDSuIR .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qwZaFDSuIR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qwZaFDSuIR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qwZaFDSuIR .card-title {
  text-align: center;
}
.cid-qwZbCdsVnQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwZbCdsVnQ .card-img {
  background-color: #fff;
}
.cid-qwZbCdsVnQ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qwZbCdsVnQ .card-box {
  padding: 2rem;
}
.cid-qwZbCdsVnQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qwZbCdsVnQ p {
  text-align: left;
}
.cid-qwZbCdsVnQ .mbr-text {
  color: #767676;
}
.cid-qwZbCdsVnQ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qwZbCdsVnQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qwZbCdsVnQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qwZbCdsVnQ .card-title {
  text-align: center;
}
.cid-qwZcdEAO6K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qwZcdEAO6K .card-img {
  background-color: #fff;
}
.cid-qwZcdEAO6K .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qwZcdEAO6K .card-box {
  padding: 2rem;
}
.cid-qwZcdEAO6K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qwZcdEAO6K p {
  text-align: left;
}
.cid-qwZcdEAO6K .mbr-text {
  color: #767676;
}
.cid-qwZcdEAO6K .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qwZcdEAO6K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qwZcdEAO6K .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qwZcdEAO6K .card-title {
  text-align: center;
}
.cid-tT6zsKuMTM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tT6zsKuMTM .card-img {
  background-color: #fff;
}
.cid-tT6zsKuMTM .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT6zsKuMTM .card-box {
  padding: 2rem;
}
.cid-tT6zsKuMTM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT6zsKuMTM p {
  text-align: left;
}
.cid-tT6zsKuMTM .mbr-text {
  color: #767676;
}
.cid-tT6zsKuMTM .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT6zsKuMTM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT6zsKuMTM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT6zsKuMTM .card-title {
  text-align: center;
}
.cid-qywhEXHgeA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #403e3e;
}
.cid-qywhEXHgeA .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qywhEXHgeA .input {
  margin-bottom: 15px;
}
.cid-qywhEXHgeA .map {
  width: 100%;
  height: 30rem;
}
.cid-qywhEXHgeA .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qywhEXHgeA .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qywhEXHgeA .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qywhEXHgeA .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qywhEXHgeA .mbr-text {
  color: #ffffff;
}
.cid-qywhEXHgeA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qywhEXHgeA .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qywhEXHgeA .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qywhEXHgeA .google-map {
  height: 25rem;
  position: relative;
}
.cid-qywhEXHgeA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qywhEXHgeA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qywhEXHgeA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qywhEXHgeA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qywhEXHgeA h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qywhEXHgeA .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qywhEXHgeA .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qywhEXHgeA H2 {
  color: #ffffff;
}
.cid-qywhEXHgeA H4 {
  color: #ffffff;
}
.cid-tVhK1kQYc6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhK1kQYc6 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhK1kQYc6 .social-list a:focus {
  text-decoration: none;
}
.cid-tVhK1kQYc6 H2 {
  color: #efefef;
}
.cid-tVhFehmqp6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwJmkqNsx {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwJmkqNsx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwJmkqNsx .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwJmkqNsx .mbr-text {
  color: #767676;
}
.cid-qxwJmkqNsx .mbr-text B {
  color: #1e2750;
}
.cid-tXIKVyaf82 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tXIKVyaf82 P {
  color: #767676;
}
.cid-qxEyvCLY7Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxEyvCLY7Z .card-img {
  background-color: #fff;
}
.cid-qxEyvCLY7Z .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxEyvCLY7Z .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxEyvCLY7Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxEyvCLY7Z p {
  text-align: left;
}
.cid-qxEyvCLY7Z .mbr-text {
  color: #cc2952;
}
.cid-qxEyvCLY7Z .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxEyvCLY7Z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxEyvCLY7Z .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxEyvCLY7Z .mbr-text B {
  color: #df2b2b;
}
.cid-tXIXRrWEp5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tXIXRrWEp5 P {
  color: #767676;
}
.cid-qxEHKgJG5P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxEHKgJG5P .card-img {
  background-color: #fff;
}
.cid-qxEHKgJG5P .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxEHKgJG5P .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxEHKgJG5P h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxEHKgJG5P p {
  text-align: left;
}
.cid-qxEHKgJG5P .mbr-text {
  color: #cc2952;
}
.cid-qxEHKgJG5P .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxEHKgJG5P .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxEHKgJG5P .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxEHKgJG5P .mbr-text B {
  color: #df2b2b;
}
.cid-tXJ18C6pYw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tXJ18C6pYw P {
  color: #767676;
}
.cid-qxMnGyxCsB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxMnGyxCsB .card-img {
  background-color: #fff;
}
.cid-qxMnGyxCsB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxMnGyxCsB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxMnGyxCsB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxMnGyxCsB p {
  text-align: left;
}
.cid-qxMnGyxCsB .mbr-text {
  color: #cc2952;
}
.cid-qxMnGyxCsB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxMnGyxCsB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxMnGyxCsB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxMnGyxCsB .mbr-text B {
  color: #df2b2b;
}
.cid-tXJ3853ko9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tXJ3853ko9 P {
  color: #767676;
}
.cid-qxMsU2Qjva {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxMsU2Qjva .card-img {
  background-color: #fff;
}
.cid-qxMsU2Qjva .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxMsU2Qjva .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxMsU2Qjva h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxMsU2Qjva p {
  text-align: left;
}
.cid-qxMsU2Qjva .mbr-text {
  color: #cc2952;
}
.cid-qxMsU2Qjva .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxMsU2Qjva .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxMsU2Qjva .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxMsU2Qjva .mbr-text B {
  color: #df2b2b;
}
.cid-tXJalbp3tJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tXJalbp3tJ P {
  color: #767676;
}
.cid-qxMu23MpGY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxMu23MpGY .card-img {
  background-color: #fff;
}
.cid-qxMu23MpGY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxMu23MpGY .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxMu23MpGY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxMu23MpGY p {
  text-align: left;
}
.cid-qxMu23MpGY .mbr-text {
  color: #cc2952;
}
.cid-qxMu23MpGY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxMu23MpGY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxMu23MpGY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxMu23MpGY .mbr-text B {
  color: #df2b2b;
}
.cid-tXJc4xhiam {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tXJc4xhiam P {
  color: #767676;
}
.cid-qxMvvspqTF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxMvvspqTF .card-img {
  background-color: #fff;
}
.cid-qxMvvspqTF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxMvvspqTF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxMvvspqTF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxMvvspqTF p {
  text-align: left;
}
.cid-qxMvvspqTF .mbr-text {
  color: #cc2952;
}
.cid-qxMvvspqTF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxMvvspqTF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxMvvspqTF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxMvvspqTF .mbr-text B {
  color: #df2b2b;
}
.cid-qFK7ko5FJl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qFK7ko5FJl .mbr-section-subtitle {
  color: #767676;
}
.cid-qFK9wlBvjf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qFK9wlBvjf .card-img {
  background-color: #fff;
}
.cid-qFK9wlBvjf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qFK9wlBvjf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qFK9wlBvjf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qFK9wlBvjf p {
  text-align: left;
}
.cid-qFK9wlBvjf .mbr-text {
  color: #cc2952;
}
.cid-qFK9wlBvjf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qFK9wlBvjf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qFK9wlBvjf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qFK9wlBvjf .mbr-text B {
  color: #df2b2b;
}
.cid-tVhKyDEVCh {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhKyDEVCh .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhKyDEVCh .social-list a:focus {
  text-decoration: none;
}
.cid-tVhKyDEVCh H2 {
  color: #efefef;
}
.cid-tVhKABMUgi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwJTUgiJ7 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwJTUgiJ7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwJTUgiJ7 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwJTUgiJ7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwJTUgiJ7 .mbr-text B {
  color: #232323;
}
.cid-qxQpqSljQ7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQpqSljQ7 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQprUFpZV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQprUFpZV .card-img {
  background-color: #fff;
}
.cid-qxQprUFpZV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQprUFpZV .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQprUFpZV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQprUFpZV p {
  text-align: left;
}
.cid-qxQprUFpZV .mbr-text {
  color: #cc2952;
}
.cid-qxQprUFpZV .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQprUFpZV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQprUFpZV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQprUFpZV .mbr-text B {
  color: #df2b2b;
}
.cid-qxQrbVwANW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQrbVwANW .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQrcQqjKd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQrcQqjKd .card-img {
  background-color: #fff;
}
.cid-qxQrcQqjKd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQrcQqjKd .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQrcQqjKd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQrcQqjKd p {
  text-align: left;
}
.cid-qxQrcQqjKd .mbr-text {
  color: #cc2952;
}
.cid-qxQrcQqjKd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQrcQqjKd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQrcQqjKd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQrcQqjKd .mbr-text B {
  color: #df2b2b;
}
.cid-qxQzqimXpY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQzqimXpY .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQzrhADzd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQzrhADzd .card-img {
  background-color: #fff;
}
.cid-qxQzrhADzd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQzrhADzd .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQzrhADzd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQzrhADzd p {
  text-align: left;
}
.cid-qxQzrhADzd .mbr-text {
  color: #cc2952;
}
.cid-qxQzrhADzd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQzrhADzd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQzrhADzd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQzrhADzd .mbr-text B {
  color: #df2b2b;
}
.cid-ty5k2fIKqH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty5k2fIKqH .mbr-section-subtitle {
  color: #767676;
}
.cid-ty5k3zwbFA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty5k3zwbFA .card-img {
  background-color: #fff;
}
.cid-ty5k3zwbFA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-ty5k3zwbFA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-ty5k3zwbFA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ty5k3zwbFA p {
  text-align: left;
}
.cid-ty5k3zwbFA .mbr-text {
  color: #cc2952;
}
.cid-ty5k3zwbFA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty5k3zwbFA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ty5k3zwbFA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ty5k3zwbFA .mbr-text B {
  color: #df2b2b;
}
.cid-qxQuRnNXj0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQuRnNXj0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQuSI5l6n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQuSI5l6n .card-img {
  background-color: #fff;
}
.cid-qxQuSI5l6n .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQuSI5l6n .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQuSI5l6n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQuSI5l6n p {
  text-align: left;
}
.cid-qxQuSI5l6n .mbr-text {
  color: #cc2952;
}
.cid-qxQuSI5l6n .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQuSI5l6n .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQuSI5l6n .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQuSI5l6n .mbr-text B {
  color: #df2b2b;
}
.cid-qxQwnRdMq3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQwnRdMq3 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQwoG4BKo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQwoG4BKo .card-img {
  background-color: #fff;
}
.cid-qxQwoG4BKo .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQwoG4BKo .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQwoG4BKo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQwoG4BKo p {
  text-align: left;
}
.cid-qxQwoG4BKo .mbr-text {
  color: #cc2952;
}
.cid-qxQwoG4BKo .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQwoG4BKo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQwoG4BKo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQwoG4BKo .mbr-text B {
  color: #df2b2b;
}
.cid-qxPVGuTfAp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxPVGuTfAp .mbr-section-subtitle {
  color: #767676;
}
.cid-qxPVGuTfAp .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxPVJzT7Gu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxPVJzT7Gu .card-img {
  background-color: #fff;
}
.cid-qxPVJzT7Gu .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxPVJzT7Gu .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxPVJzT7Gu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxPVJzT7Gu p {
  text-align: left;
}
.cid-qxPVJzT7Gu .mbr-text {
  color: #cc2952;
}
.cid-qxPVJzT7Gu .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxPVJzT7Gu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxPVJzT7Gu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxPVJzT7Gu .mbr-text B {
  color: #df2b2b;
}
.cid-qxQ12kunvw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQ12kunvw .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQ13eNZPS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQ13eNZPS .card-img {
  background-color: #fff;
}
.cid-qxQ13eNZPS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQ13eNZPS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQ13eNZPS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQ13eNZPS p {
  text-align: left;
}
.cid-qxQ13eNZPS .mbr-text {
  color: #cc2952;
}
.cid-qxQ13eNZPS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQ13eNZPS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQ13eNZPS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQ13eNZPS .mbr-text B {
  color: #df2b2b;
}
.cid-qxQfFRiWe2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQfFRiWe2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qyRb63yH7s {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qyRb63yH7s .card-img {
  background-color: #fff;
}
.cid-qyRb63yH7s .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyRb63yH7s .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyRb63yH7s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyRb63yH7s p {
  text-align: left;
}
.cid-qyRb63yH7s .mbr-text {
  color: #cc2952;
}
.cid-qyRb63yH7s .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyRb63yH7s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyRb63yH7s .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyRb63yH7s .mbr-text B {
  color: #df2b2b;
}
.cid-qxQ7ADXIae {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQ7ADXIae .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQfEvccli {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQfEvccli .card-img {
  background-color: #fff;
}
.cid-qxQfEvccli .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQfEvccli .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQfEvccli h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQfEvccli p {
  text-align: left;
}
.cid-qxQfEvccli .mbr-text {
  color: #cc2952;
}
.cid-qxQfEvccli .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQfEvccli .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQfEvccli .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQfEvccli .mbr-text B {
  color: #df2b2b;
}
.cid-tVhKPT1qhq {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhKPT1qhq .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhKPT1qhq .social-list a:focus {
  text-decoration: none;
}
.cid-tVhKPT1qhq H2 {
  color: #efefef;
}
.cid-tVhKSvgW8E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qx9QuxCTUU {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qx9QuxCTUU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qx9QuxCTUU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qx9QuxCTUU .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qx9QuxCTUU .mbr-text B {
  color: #0f7699;
}
.cid-qx9QuxCTUU .mbr-text FONT {
  color: #0f7699;
}
.cid-t5vaDxJ4Lq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5vaDxJ4Lq .mbr-section-subtitle {
  color: #767676;
}
.cid-t5vaCEh1Ei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5vaCEh1Ei .card-img {
  background-color: #fff;
}
.cid-t5vaCEh1Ei .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-t5vaCEh1Ei .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-t5vaCEh1Ei h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t5vaCEh1Ei p {
  text-align: left;
}
.cid-t5vaCEh1Ei .mbr-text {
  color: #cc2952;
}
.cid-t5vaCEh1Ei .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t5vaCEh1Ei .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-t5vaCEh1Ei .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5vaCEh1Ei .mbr-text B {
  color: #df2b2b;
}
.cid-t5vaCEh1Ei .card-title {
  text-align: left;
}
.cid-t5vaB5A1iI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5vaB5A1iI .mbr-section-subtitle {
  color: #767676;
}
.cid-t5vaA5ey8W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5vaA5ey8W .card-img {
  background-color: #fff;
}
.cid-t5vaA5ey8W .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-t5vaA5ey8W .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-t5vaA5ey8W h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t5vaA5ey8W p {
  text-align: left;
}
.cid-t5vaA5ey8W .mbr-text {
  color: #cc2952;
}
.cid-t5vaA5ey8W .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t5vaA5ey8W .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-t5vaA5ey8W .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t5vaA5ey8W .mbr-text B {
  color: #df2b2b;
}
.cid-t5vaA5ey8W .card-title {
  text-align: left;
}
.cid-qxXIJWuZlz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXIJWuZlz .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXIJrreTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXIJrreTH .card-img {
  background-color: #fff;
}
.cid-qxXIJrreTH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXIJrreTH .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXIJrreTH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXIJrreTH p {
  text-align: left;
}
.cid-qxXIJrreTH .mbr-text {
  color: #cc2952;
}
.cid-qxXIJrreTH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXIJrreTH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXIJrreTH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXIJrreTH .mbr-text B {
  color: #df2b2b;
}
.cid-qxXIJrreTH .card-title {
  text-align: left;
}
.cid-qxXJru294k {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXJru294k .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXJs4g93t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXJs4g93t .card-img {
  background-color: #fff;
}
.cid-qxXJs4g93t .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXJs4g93t .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXJs4g93t h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXJs4g93t p {
  text-align: left;
}
.cid-qxXJs4g93t .mbr-text {
  color: #cc2952;
}
.cid-qxXJs4g93t .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXJs4g93t .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXJs4g93t .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXJs4g93t .mbr-text B {
  color: #df2b2b;
}
.cid-qxXJs4g93t .card-title {
  text-align: left;
}
.cid-qxXJLeFFIg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXJLeFFIg .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXJLSS1bt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXJLSS1bt .card-img {
  background-color: #fff;
}
.cid-qxXJLSS1bt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXJLSS1bt .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXJLSS1bt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXJLSS1bt p {
  text-align: left;
}
.cid-qxXJLSS1bt .mbr-text {
  color: #cc2952;
}
.cid-qxXJLSS1bt .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXJLSS1bt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXJLSS1bt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXJLSS1bt .mbr-text B {
  color: #df2b2b;
}
.cid-qxXJLSS1bt .card-title {
  text-align: left;
}
.cid-qxXNDxBh3i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXNDxBh3i .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXNIBiDRh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXNIBiDRh .card-img {
  background-color: #fff;
}
.cid-qxXNIBiDRh .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXNIBiDRh .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXNIBiDRh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXNIBiDRh p {
  text-align: left;
}
.cid-qxXNIBiDRh .mbr-text {
  color: #cc2952;
}
.cid-qxXNIBiDRh .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXNIBiDRh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXNIBiDRh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXNIBiDRh .mbr-text B {
  color: #df2b2b;
}
.cid-qxXNIBiDRh .card-title {
  text-align: left;
}
.cid-qxXLNGOTK8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXLNGOTK8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXLTA6LRZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXLTA6LRZ .card-img {
  background-color: #fff;
}
.cid-qxXLTA6LRZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXLTA6LRZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXLTA6LRZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXLTA6LRZ p {
  text-align: left;
}
.cid-qxXLTA6LRZ .mbr-text {
  color: #cc2952;
}
.cid-qxXLTA6LRZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXLTA6LRZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXLTA6LRZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXLTA6LRZ .mbr-text B {
  color: #df2b2b;
}
.cid-qxXLTA6LRZ .card-title {
  text-align: left;
}
.cid-qxXOI8dvlj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXOI8dvlj .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXOJ6mUpf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXOJ6mUpf .card-img {
  background-color: #fff;
}
.cid-qxXOJ6mUpf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXOJ6mUpf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXOJ6mUpf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXOJ6mUpf p {
  text-align: left;
}
.cid-qxXOJ6mUpf .mbr-text {
  color: #cc2952;
}
.cid-qxXOJ6mUpf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXOJ6mUpf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXOJ6mUpf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXOJ6mUpf .mbr-text B {
  color: #df2b2b;
}
.cid-qxXOJ6mUpf .card-title {
  text-align: left;
}
.cid-qxXQ18B5AE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXQ18B5AE .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXQ23IR6K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXQ23IR6K .card-img {
  background-color: #fff;
}
.cid-qxXQ23IR6K .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXQ23IR6K .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXQ23IR6K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXQ23IR6K p {
  text-align: left;
}
.cid-qxXQ23IR6K .mbr-text {
  color: #cc2952;
}
.cid-qxXQ23IR6K .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXQ23IR6K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXQ23IR6K .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXQ23IR6K .mbr-text B {
  color: #df2b2b;
}
.cid-qxXQ23IR6K .card-title {
  text-align: left;
}
.cid-qxXRkG4Cnj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXRkG4Cnj .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXRllcjqZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXRllcjqZ .card-img {
  background-color: #fff;
}
.cid-qxXRllcjqZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXRllcjqZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXRllcjqZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXRllcjqZ p {
  text-align: left;
}
.cid-qxXRllcjqZ .mbr-text {
  color: #cc2952;
}
.cid-qxXRllcjqZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXRllcjqZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXRllcjqZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXRllcjqZ .mbr-text B {
  color: #df2b2b;
}
.cid-qxXRllcjqZ .card-title {
  text-align: left;
}
.cid-qxXXcqdncg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXXcqdncg .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXXdgAf9m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXXdgAf9m .card-img {
  background-color: #fff;
}
.cid-qxXXdgAf9m .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXXdgAf9m .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXXdgAf9m h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXXdgAf9m p {
  text-align: left;
}
.cid-qxXXdgAf9m .mbr-text {
  color: #cc2952;
}
.cid-qxXXdgAf9m .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXXdgAf9m .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXXdgAf9m .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXXdgAf9m .mbr-text B {
  color: #df2b2b;
}
.cid-qxXXdgAf9m .card-title {
  text-align: left;
}
.cid-qxXY7uM7F4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXY7uM7F4 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXY8qFEMG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXY8qFEMG .card-img {
  background-color: #fff;
}
.cid-qxXY8qFEMG .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXY8qFEMG .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXY8qFEMG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXY8qFEMG p {
  text-align: left;
}
.cid-qxXY8qFEMG .mbr-text {
  color: #cc2952;
}
.cid-qxXY8qFEMG .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXY8qFEMG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXY8qFEMG .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXY8qFEMG .mbr-text B {
  color: #df2b2b;
}
.cid-qxXY8qFEMG .card-title {
  text-align: left;
}
.cid-qxXZ9y5BvE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXZ9y5BvE .mbr-section-subtitle {
  color: #767676;
}
.cid-qxXZaE3FKS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxXZaE3FKS .card-img {
  background-color: #fff;
}
.cid-qxXZaE3FKS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxXZaE3FKS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxXZaE3FKS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxXZaE3FKS p {
  text-align: left;
}
.cid-qxXZaE3FKS .mbr-text {
  color: #cc2952;
}
.cid-qxXZaE3FKS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxXZaE3FKS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxXZaE3FKS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxXZaE3FKS .mbr-text B {
  color: #df2b2b;
}
.cid-qxXZaE3FKS .card-title {
  text-align: left;
}
.cid-qxY0oaa96E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxY0oaa96E .mbr-section-subtitle {
  color: #767676;
}
.cid-qxY0pqYrrZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxY0pqYrrZ .card-img {
  background-color: #fff;
}
.cid-qxY0pqYrrZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxY0pqYrrZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxY0pqYrrZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxY0pqYrrZ p {
  text-align: left;
}
.cid-qxY0pqYrrZ .mbr-text {
  color: #cc2952;
}
.cid-qxY0pqYrrZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxY0pqYrrZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxY0pqYrrZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxY0pqYrrZ .mbr-text B {
  color: #df2b2b;
}
.cid-qxY0pqYrrZ .card-title {
  text-align: left;
}
.cid-tVhL7qu538 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhL7qu538 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhL7qu538 .social-list a:focus {
  text-decoration: none;
}
.cid-tVhL7qu538 H2 {
  color: #efefef;
}
.cid-tVhL52Pk1A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qx9R4qhOES {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-qx9R4qhOES .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qx9R4qhOES .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qx9R4qhOES .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qx9R4qhOES .mbr-text B {
  color: #e4d295;
}
.cid-qx9R4qhOES .mbr-text FONT {
  color: #e4d295;
}
.cid-qxQE4M21v9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQE4M21v9 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQE5D54CC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQE5D54CC .card-img {
  background-color: #fff;
}
.cid-qxQE5D54CC .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQE5D54CC .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQE5D54CC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQE5D54CC p {
  text-align: left;
}
.cid-qxQE5D54CC .mbr-text {
  color: #cc2952;
}
.cid-qxQE5D54CC .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQE5D54CC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQE5D54CC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQE5D54CC .mbr-text B {
  color: #df2b2b;
}
.cid-qxQE5D54CC .card-title {
  text-align: left;
}
.cid-qxQFVmAymC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQFVmAymC .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQFVVaGCM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQFVVaGCM .card-img {
  background-color: #fff;
}
.cid-qxQFVVaGCM .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQFVVaGCM .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQFVVaGCM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQFVVaGCM p {
  text-align: left;
}
.cid-qxQFVVaGCM .mbr-text {
  color: #cc2952;
}
.cid-qxQFVVaGCM .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQFVVaGCM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQFVVaGCM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQFVVaGCM .mbr-text B {
  color: #df2b2b;
}
.cid-qxQFVVaGCM .card-title {
  text-align: left;
}
.cid-qxQHu7RQFF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQHu7RQFF .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQHuOqSfm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQHuOqSfm .card-img {
  background-color: #fff;
}
.cid-qxQHuOqSfm .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQHuOqSfm .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQHuOqSfm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQHuOqSfm p {
  text-align: left;
}
.cid-qxQHuOqSfm .mbr-text {
  color: #cc2952;
}
.cid-qxQHuOqSfm .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQHuOqSfm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQHuOqSfm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQHuOqSfm .mbr-text B {
  color: #df2b2b;
}
.cid-qxQHuOqSfm .card-title {
  text-align: left;
}
.cid-qxQIHxsXWT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQIHxsXWT .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQIImUX12 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQIImUX12 .card-img {
  background-color: #fff;
}
.cid-qxQIImUX12 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQIImUX12 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQIImUX12 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQIImUX12 p {
  text-align: left;
}
.cid-qxQIImUX12 .mbr-text {
  color: #cc2952;
}
.cid-qxQIImUX12 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQIImUX12 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQIImUX12 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQIImUX12 .mbr-text B {
  color: #df2b2b;
}
.cid-qxQIImUX12 .card-title {
  text-align: left;
}
.cid-qxQMqspEjJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQMqspEjJ .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQMryhnQw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQMryhnQw .card-img {
  background-color: #fff;
}
.cid-qxQMryhnQw .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQMryhnQw .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQMryhnQw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQMryhnQw p {
  text-align: left;
}
.cid-qxQMryhnQw .mbr-text {
  color: #cc2952;
}
.cid-qxQMryhnQw .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQMryhnQw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQMryhnQw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQMryhnQw .mbr-text B {
  color: #df2b2b;
}
.cid-qxQMryhnQw .card-title {
  text-align: left;
}
.cid-qxQNFFqaoA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQNFFqaoA .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQNGAZOHW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQNGAZOHW .card-img {
  background-color: #fff;
}
.cid-qxQNGAZOHW .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQNGAZOHW .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQNGAZOHW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQNGAZOHW p {
  text-align: left;
}
.cid-qxQNGAZOHW .mbr-text {
  color: #cc2952;
}
.cid-qxQNGAZOHW .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQNGAZOHW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQNGAZOHW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQNGAZOHW .mbr-text B {
  color: #df2b2b;
}
.cid-qxQNGAZOHW .card-title {
  text-align: left;
}
.cid-qxQOSooqaB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQOSooqaB .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQOT9NTdA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQOT9NTdA .card-img {
  background-color: #fff;
}
.cid-qxQOT9NTdA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQOT9NTdA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQOT9NTdA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQOT9NTdA p {
  text-align: left;
}
.cid-qxQOT9NTdA .mbr-text {
  color: #cc2952;
}
.cid-qxQOT9NTdA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQOT9NTdA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQOT9NTdA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQOT9NTdA .mbr-text B {
  color: #df2b2b;
}
.cid-qxQOT9NTdA .card-title {
  text-align: left;
}
.cid-qxQQcyeVU6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQQcyeVU6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQQfH8ZBB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxQQfH8ZBB .card-img {
  background-color: #fff;
}
.cid-qxQQfH8ZBB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxQQfH8ZBB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxQQfH8ZBB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQQfH8ZBB p {
  text-align: left;
}
.cid-qxQQfH8ZBB .mbr-text {
  color: #cc2952;
}
.cid-qxQQfH8ZBB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQQfH8ZBB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxQQfH8ZBB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxQQfH8ZBB .mbr-text B {
  color: #df2b2b;
}
.cid-qxQQfH8ZBB .card-title {
  text-align: left;
}
.cid-qxR6RhbLqO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxR6RhbLqO .mbr-section-subtitle {
  color: #767676;
}
.cid-qxR709fKFB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxR709fKFB .card-img {
  background-color: #fff;
}
.cid-qxR709fKFB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxR709fKFB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxR709fKFB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxR709fKFB p {
  text-align: left;
}
.cid-qxR709fKFB .mbr-text {
  color: #cc2952;
}
.cid-qxR709fKFB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxR709fKFB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxR709fKFB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxR709fKFB .mbr-text B {
  color: #df2b2b;
}
.cid-qxR709fKFB .card-title {
  text-align: left;
}
.cid-qxRe0soI2t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRe0soI2t .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRe1dsPc9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRe1dsPc9 .card-img {
  background-color: #fff;
}
.cid-qxRe1dsPc9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRe1dsPc9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRe1dsPc9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRe1dsPc9 p {
  text-align: left;
}
.cid-qxRe1dsPc9 .mbr-text {
  color: #cc2952;
}
.cid-qxRe1dsPc9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRe1dsPc9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRe1dsPc9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRe1dsPc9 .mbr-text B {
  color: #df2b2b;
}
.cid-qxRe1dsPc9 .card-title {
  text-align: left;
}
.cid-qxRguKlTTy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRguKlTTy .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRgvJF5X8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRgvJF5X8 .card-img {
  background-color: #fff;
}
.cid-qxRgvJF5X8 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRgvJF5X8 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRgvJF5X8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRgvJF5X8 p {
  text-align: left;
}
.cid-qxRgvJF5X8 .mbr-text {
  color: #cc2952;
}
.cid-qxRgvJF5X8 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRgvJF5X8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRgvJF5X8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRgvJF5X8 .mbr-text B {
  color: #df2b2b;
}
.cid-qxRgvJF5X8 .card-title {
  text-align: left;
}
.cid-qxRhTHV9ZS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRhTHV9ZS .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRhUVwzaP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRhUVwzaP .card-img {
  background-color: #fff;
}
.cid-qxRhUVwzaP .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRhUVwzaP .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRhUVwzaP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRhUVwzaP p {
  text-align: left;
}
.cid-qxRhUVwzaP .mbr-text {
  color: #cc2952;
}
.cid-qxRhUVwzaP .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRhUVwzaP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRhUVwzaP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRhUVwzaP .mbr-text B {
  color: #df2b2b;
}
.cid-qxRhUVwzaP .card-title {
  text-align: left;
}
.cid-tVhLlSnIGR {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhLlSnIGR .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhLlSnIGR .social-list a:focus {
  text-decoration: none;
}
.cid-tVhLlSnIGR H2 {
  color: #efefef;
}
.cid-tVhLnjNura {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qx9S0KR3CS {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qx9S0KR3CS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qx9S0KR3CS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qx9S0KR3CS .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qx9S0KR3CS .mbr-text B {
  color: #253894;
}
.cid-qx9S0KR3CS .mbr-text FONT {
  color: #253894;
}
.cid-qxRjrf3baC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRjrf3baC .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRjrZwz64 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRjrZwz64 .card-img {
  background-color: #fff;
}
.cid-qxRjrZwz64 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRjrZwz64 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRjrZwz64 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRjrZwz64 p {
  text-align: left;
}
.cid-qxRjrZwz64 .mbr-text {
  color: #cc2952;
}
.cid-qxRjrZwz64 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRjrZwz64 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRjrZwz64 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRjrZwz64 .mbr-text B {
  color: #df2b2b;
}
.cid-qxRjrZwz64 .card-title {
  text-align: left;
}
.cid-qxRuUP1HNV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRuUP1HNV .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRuVvRvrr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRuVvRvrr .card-img {
  background-color: #fff;
}
.cid-qxRuVvRvrr .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRuVvRvrr .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRuVvRvrr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRuVvRvrr p {
  text-align: left;
}
.cid-qxRuVvRvrr .mbr-text {
  color: #cc2952;
}
.cid-qxRuVvRvrr .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRuVvRvrr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRuVvRvrr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRuVvRvrr .mbr-text B {
  color: #df2b2b;
}
.cid-qxRuVvRvrr .card-title {
  text-align: left;
}
.cid-qxRy15aKG8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRy15aKG8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRy20OmY5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRy20OmY5 .card-img {
  background-color: #fff;
}
.cid-qxRy20OmY5 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRy20OmY5 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRy20OmY5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRy20OmY5 p {
  text-align: left;
}
.cid-qxRy20OmY5 .mbr-text {
  color: #cc2952;
}
.cid-qxRy20OmY5 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRy20OmY5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRy20OmY5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRy20OmY5 .mbr-text B {
  color: #df2b2b;
}
.cid-qxRy20OmY5 .card-title {
  text-align: left;
}
.cid-qxRztzFaLg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRztzFaLg .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRzuqaHOH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRzuqaHOH .card-img {
  background-color: #fff;
}
.cid-qxRzuqaHOH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRzuqaHOH .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRzuqaHOH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRzuqaHOH p {
  text-align: left;
}
.cid-qxRzuqaHOH .mbr-text {
  color: #cc2952;
}
.cid-qxRzuqaHOH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRzuqaHOH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRzuqaHOH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRzuqaHOH .mbr-text B {
  color: #df2b2b;
}
.cid-qxRzuqaHOH .card-title {
  text-align: left;
}
.cid-qxRAPKYCBy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRAPKYCBy .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRAQD031s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRAQD031s .card-img {
  background-color: #fff;
}
.cid-qxRAQD031s .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRAQD031s .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRAQD031s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRAQD031s p {
  text-align: left;
}
.cid-qxRAQD031s .mbr-text {
  color: #cc2952;
}
.cid-qxRAQD031s .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRAQD031s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRAQD031s .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRAQD031s .mbr-text B {
  color: #df2b2b;
}
.cid-qxRAQD031s .card-title {
  text-align: left;
}
.cid-qxRCJPTIIf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRCJPTIIf .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRCL3hgM0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRCL3hgM0 .card-img {
  background-color: #fff;
}
.cid-qxRCL3hgM0 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRCL3hgM0 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRCL3hgM0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRCL3hgM0 p {
  text-align: left;
}
.cid-qxRCL3hgM0 .mbr-text {
  color: #cc2952;
}
.cid-qxRCL3hgM0 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRCL3hgM0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRCL3hgM0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRCL3hgM0 .mbr-text B {
  color: #df2b2b;
}
.cid-qxRCL3hgM0 .card-title {
  text-align: left;
}
.cid-qxRDTIRzFc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRDTIRzFc .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRDUvWhNo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRDUvWhNo .card-img {
  background-color: #fff;
}
.cid-qxRDUvWhNo .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRDUvWhNo .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRDUvWhNo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRDUvWhNo p {
  text-align: left;
}
.cid-qxRDUvWhNo .mbr-text {
  color: #cc2952;
}
.cid-qxRDUvWhNo .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRDUvWhNo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRDUvWhNo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRDUvWhNo .mbr-text B {
  color: #df2b2b;
}
.cid-qxRDUvWhNo .card-title {
  text-align: left;
}
.cid-qxRFw1kF5L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRFw1kF5L .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRFwSwp99 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRFwSwp99 .card-img {
  background-color: #fff;
}
.cid-qxRFwSwp99 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRFwSwp99 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRFwSwp99 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRFwSwp99 p {
  text-align: left;
}
.cid-qxRFwSwp99 .mbr-text {
  color: #cc2952;
}
.cid-qxRFwSwp99 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRFwSwp99 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRFwSwp99 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRFwSwp99 .mbr-text B {
  color: #df2b2b;
}
.cid-qxRFwSwp99 .card-title {
  text-align: left;
}
.cid-qxRGXY5DcH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRGXY5DcH .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRGZau0Vz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRGZau0Vz .card-img {
  background-color: #fff;
}
.cid-qxRGZau0Vz .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRGZau0Vz .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRGZau0Vz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRGZau0Vz p {
  text-align: left;
}
.cid-qxRGZau0Vz .mbr-text {
  color: #cc2952;
}
.cid-qxRGZau0Vz .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRGZau0Vz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRGZau0Vz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRGZau0Vz .mbr-text B {
  color: #df2b2b;
}
.cid-qxRGZau0Vz .card-title {
  text-align: left;
}
.cid-qxRIxpOYeE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRIxpOYeE .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRIygeEmf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRIygeEmf .card-img {
  background-color: #fff;
}
.cid-qxRIygeEmf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRIygeEmf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRIygeEmf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRIygeEmf p {
  text-align: left;
}
.cid-qxRIygeEmf .mbr-text {
  color: #cc2952;
}
.cid-qxRIygeEmf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRIygeEmf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRIygeEmf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRIygeEmf .mbr-text B {
  color: #df2b2b;
}
.cid-qxRIygeEmf .card-title {
  text-align: left;
}
.cid-qxRKeFyIEx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRKeFyIEx .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRKfCyvAi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRKfCyvAi .card-img {
  background-color: #fff;
}
.cid-qxRKfCyvAi .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRKfCyvAi .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRKfCyvAi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRKfCyvAi p {
  text-align: left;
}
.cid-qxRKfCyvAi .mbr-text {
  color: #cc2952;
}
.cid-qxRKfCyvAi .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRKfCyvAi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRKfCyvAi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRKfCyvAi .mbr-text B {
  color: #df2b2b;
}
.cid-qxRKfCyvAi .card-title {
  text-align: left;
}
.cid-qxRLMQQ8uF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRLMQQ8uF .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRLZfrdn4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRLZfrdn4 .card-img {
  background-color: #fff;
}
.cid-qxRLZfrdn4 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRLZfrdn4 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRLZfrdn4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRLZfrdn4 p {
  text-align: left;
}
.cid-qxRLZfrdn4 .mbr-text {
  color: #cc2952;
}
.cid-qxRLZfrdn4 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRLZfrdn4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRLZfrdn4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRLZfrdn4 .mbr-text B {
  color: #df2b2b;
}
.cid-qxRLZfrdn4 .card-title {
  text-align: left;
}
.cid-qxRNKc4MC5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRNKc4MC5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRNL7rcDI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRNL7rcDI .card-img {
  background-color: #fff;
}
.cid-qxRNL7rcDI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRNL7rcDI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRNL7rcDI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRNL7rcDI p {
  text-align: left;
}
.cid-qxRNL7rcDI .mbr-text {
  color: #cc2952;
}
.cid-qxRNL7rcDI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRNL7rcDI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRNL7rcDI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRNL7rcDI .mbr-text B {
  color: #df2b2b;
}
.cid-qxRNL7rcDI .card-title {
  text-align: left;
}
.cid-tVhLQyKlVe {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhLQyKlVe .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhLQyKlVe .social-list a:focus {
  text-decoration: none;
}
.cid-tVhLQyKlVe H2 {
  color: #efefef;
}
.cid-tVhLSUtMxN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwKQTvx2W {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwKQTvx2W .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwKQTvx2W .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwKQTvx2W .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwKQTvx2W .mbr-text B {
  color: #232323;
}
.cid-tVdbx5mt2R {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVdbx5mt2R .mbr-section-subtitle {
  color: #767676;
}
.cid-tVdbx5mt2R .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxRm0K1u1L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRm0K1u1L .card-img {
  background-color: #fff;
}
.cid-qxRm0K1u1L .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRm0K1u1L .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRm0K1u1L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRm0K1u1L p {
  text-align: left;
}
.cid-qxRm0K1u1L .mbr-text {
  color: #cc2952;
}
.cid-qxRm0K1u1L .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRm0K1u1L .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRm0K1u1L .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRm0K1u1L .mbr-text B {
  color: #df2b2b;
}
.cid-qxRm0K1u1L .card-title {
  text-align: left;
}
.cid-tVdjbCxiLi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVdjbCxiLi .mbr-section-subtitle {
  color: #767676;
}
.cid-tVdjbCxiLi .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxRsa7LGBJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRsa7LGBJ .card-img {
  background-color: #fff;
}
.cid-qxRsa7LGBJ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRsa7LGBJ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRsa7LGBJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRsa7LGBJ p {
  text-align: left;
}
.cid-qxRsa7LGBJ .mbr-text {
  color: #cc2952;
}
.cid-qxRsa7LGBJ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRsa7LGBJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRsa7LGBJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRsa7LGBJ .mbr-text B {
  color: #df2b2b;
}
.cid-qxRsa7LGBJ .card-title {
  text-align: left;
}
.cid-tVdlQ7rFgS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVdlQ7rFgS .mbr-section-subtitle {
  color: #767676;
}
.cid-tVdlQ7rFgS .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxY51KDVyc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxY51KDVyc .card-img {
  background-color: #fff;
}
.cid-qxY51KDVyc .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxY51KDVyc .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxY51KDVyc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxY51KDVyc p {
  text-align: left;
}
.cid-qxY51KDVyc .mbr-text {
  color: #cc2952;
}
.cid-qxY51KDVyc .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxY51KDVyc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxY51KDVyc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxY51KDVyc .mbr-text B {
  color: #df2b2b;
}
.cid-qxY51KDVyc .card-title {
  text-align: left;
}
.cid-tVgAzwJGyX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVgAzwJGyX .mbr-section-subtitle {
  color: #767676;
}
.cid-tVgAzwJGyX .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxY6sTKO1V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxY6sTKO1V .card-img {
  background-color: #fff;
}
.cid-qxY6sTKO1V .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxY6sTKO1V .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxY6sTKO1V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxY6sTKO1V p {
  text-align: left;
}
.cid-qxY6sTKO1V .mbr-text {
  color: #cc2952;
}
.cid-qxY6sTKO1V .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxY6sTKO1V .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxY6sTKO1V .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxY6sTKO1V .mbr-text B {
  color: #df2b2b;
}
.cid-qxY6sTKO1V .card-title {
  text-align: left;
}
.cid-tVgCilmKvZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVgCilmKvZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tVgCilmKvZ .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxY7Xm0YMd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxY7Xm0YMd .card-img {
  background-color: #fff;
}
.cid-qxY7Xm0YMd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxY7Xm0YMd .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxY7Xm0YMd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxY7Xm0YMd p {
  text-align: left;
}
.cid-qxY7Xm0YMd .mbr-text {
  color: #cc2952;
}
.cid-qxY7Xm0YMd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxY7Xm0YMd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxY7Xm0YMd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxY7Xm0YMd .mbr-text B {
  color: #df2b2b;
}
.cid-qxY7Xm0YMd .card-title {
  text-align: left;
}
.cid-tVgF2ICcOp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVgF2ICcOp .mbr-section-subtitle {
  color: #767676;
}
.cid-tVgF2ICcOp .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxYaNiFjJ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxYaNiFjJ2 .card-img {
  background-color: #fff;
}
.cid-qxYaNiFjJ2 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxYaNiFjJ2 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxYaNiFjJ2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxYaNiFjJ2 p {
  text-align: left;
}
.cid-qxYaNiFjJ2 .mbr-text {
  color: #cc2952;
}
.cid-qxYaNiFjJ2 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxYaNiFjJ2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxYaNiFjJ2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxYaNiFjJ2 .mbr-text B {
  color: #df2b2b;
}
.cid-qxYaNiFjJ2 .card-title {
  text-align: left;
}
.cid-tVgKdzhGTD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVgKdzhGTD .mbr-section-subtitle {
  color: #767676;
}
.cid-tVgKdzhGTD .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxYbWpDRWL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxYbWpDRWL .card-img {
  background-color: #fff;
}
.cid-qxYbWpDRWL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxYbWpDRWL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxYbWpDRWL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxYbWpDRWL p {
  text-align: left;
}
.cid-qxYbWpDRWL .mbr-text {
  color: #cc2952;
}
.cid-qxYbWpDRWL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxYbWpDRWL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxYbWpDRWL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxYbWpDRWL .mbr-text B {
  color: #df2b2b;
}
.cid-qxYbWpDRWL .card-title {
  text-align: left;
}
.cid-tVgROuQvU4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVgROuQvU4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tVgROuQvU4 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxYhSf98HW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxYhSf98HW .card-img {
  background-color: #fff;
}
.cid-qxYhSf98HW .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxYhSf98HW .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxYhSf98HW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxYhSf98HW p {
  text-align: left;
}
.cid-qxYhSf98HW .mbr-text {
  color: #cc2952;
}
.cid-qxYhSf98HW .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxYhSf98HW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxYhSf98HW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxYhSf98HW .mbr-text B {
  color: #df2b2b;
}
.cid-qxYhSf98HW .card-title {
  text-align: left;
}
.cid-tVhMugPjZm {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhMugPjZm .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhMugPjZm .social-list a:focus {
  text-decoration: none;
}
.cid-tVhMugPjZm H2 {
  color: #efefef;
}
.cid-tVhMwnjwqY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwLmgfEaD {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwLmgfEaD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwLmgfEaD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwLmgfEaD .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwLmgfEaD .mbr-text B {
  color: #232323;
}
.cid-qxRrdyo6Th {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRrdyo6Th .mbr-section-subtitle {
  color: #767676;
}
.cid-qxRrelMMzA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxRrelMMzA .card-img {
  background-color: #fff;
}
.cid-qxRrelMMzA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxRrelMMzA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxRrelMMzA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxRrelMMzA p {
  text-align: left;
}
.cid-qxRrelMMzA .mbr-text {
  color: #cc2952;
}
.cid-qxRrelMMzA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxRrelMMzA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxRrelMMzA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxRrelMMzA .mbr-text B {
  color: #df2b2b;
}
.cid-qxRrelMMzA .card-title {
  text-align: left;
}
.cid-qy0Dmip6SS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0Dmip6SS .card-img {
  background-color: #fff;
}
.cid-qy0Dmip6SS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0Dmip6SS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0Dmip6SS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0Dmip6SS p {
  text-align: left;
}
.cid-qy0Dmip6SS .mbr-text {
  color: #cc2952;
}
.cid-qy0Dmip6SS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0Dmip6SS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0Dmip6SS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0Dmip6SS .mbr-text B {
  color: #df2b2b;
}
.cid-qy0Dmip6SS .card-title {
  text-align: left;
}
.cid-qy0IshUvIl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0IshUvIl .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0IsTLHUR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0IsTLHUR .card-img {
  background-color: #fff;
}
.cid-qy0IsTLHUR .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0IsTLHUR .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0IsTLHUR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0IsTLHUR p {
  text-align: left;
}
.cid-qy0IsTLHUR .mbr-text {
  color: #cc2952;
}
.cid-qy0IsTLHUR .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0IsTLHUR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0IsTLHUR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0IsTLHUR .mbr-text B {
  color: #df2b2b;
}
.cid-qy0IsTLHUR .card-title {
  text-align: left;
}
.cid-qy0Itu1Rgv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0Itu1Rgv .card-img {
  background-color: #fff;
}
.cid-qy0Itu1Rgv .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0Itu1Rgv .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0Itu1Rgv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0Itu1Rgv p {
  text-align: left;
}
.cid-qy0Itu1Rgv .mbr-text {
  color: #cc2952;
}
.cid-qy0Itu1Rgv .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0Itu1Rgv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0Itu1Rgv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0Itu1Rgv .mbr-text B {
  color: #df2b2b;
}
.cid-qy0Itu1Rgv .card-title {
  text-align: left;
}
.cid-qy0KqWftDV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0KqWftDV .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0KrI56zT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0KrI56zT .card-img {
  background-color: #fff;
}
.cid-qy0KrI56zT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0KrI56zT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0KrI56zT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0KrI56zT p {
  text-align: left;
}
.cid-qy0KrI56zT .mbr-text {
  color: #cc2952;
}
.cid-qy0KrI56zT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0KrI56zT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0KrI56zT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0KrI56zT .mbr-text B {
  color: #df2b2b;
}
.cid-qy0KrI56zT .card-title {
  text-align: left;
}
.cid-qy0G0GRrtq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0G0GRrtq .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0G1hK0ez {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0G1hK0ez .card-img {
  background-color: #fff;
}
.cid-qy0G1hK0ez .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0G1hK0ez .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0G1hK0ez h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0G1hK0ez p {
  text-align: left;
}
.cid-qy0G1hK0ez .mbr-text {
  color: #cc2952;
}
.cid-qy0G1hK0ez .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0G1hK0ez .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0G1hK0ez .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0G1hK0ez .mbr-text B {
  color: #df2b2b;
}
.cid-qy0G1hK0ez .card-title {
  text-align: left;
}
.cid-qy0G1TPWIl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0G1TPWIl .card-img {
  background-color: #fff;
}
.cid-qy0G1TPWIl .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0G1TPWIl .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0G1TPWIl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0G1TPWIl p {
  text-align: left;
}
.cid-qy0G1TPWIl .mbr-text {
  color: #cc2952;
}
.cid-qy0G1TPWIl .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0G1TPWIl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0G1TPWIl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0G1TPWIl .mbr-text B {
  color: #df2b2b;
}
.cid-qy0G1TPWIl .card-title {
  text-align: left;
}
.cid-qy0LkxHaMi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0LkxHaMi .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0LllOW7t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0LllOW7t .card-img {
  background-color: #fff;
}
.cid-qy0LllOW7t .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0LllOW7t .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0LllOW7t h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0LllOW7t p {
  text-align: left;
}
.cid-qy0LllOW7t .mbr-text {
  color: #cc2952;
}
.cid-qy0LllOW7t .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0LllOW7t .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0LllOW7t .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0LllOW7t .mbr-text B {
  color: #df2b2b;
}
.cid-qy0LllOW7t .card-title {
  text-align: left;
}
.cid-qy0LlWCcer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0LlWCcer .card-img {
  background-color: #fff;
}
.cid-qy0LlWCcer .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0LlWCcer .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0LlWCcer h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0LlWCcer p {
  text-align: left;
}
.cid-qy0LlWCcer .mbr-text {
  color: #cc2952;
}
.cid-qy0LlWCcer .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0LlWCcer .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0LlWCcer .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0LlWCcer .mbr-text B {
  color: #df2b2b;
}
.cid-qy0LlWCcer .card-title {
  text-align: left;
}
.cid-qy0PfRtGRg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0PfRtGRg .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0PguJU2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0PguJU2C .card-img {
  background-color: #fff;
}
.cid-qy0PguJU2C .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0PguJU2C .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0PguJU2C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0PguJU2C p {
  text-align: left;
}
.cid-qy0PguJU2C .mbr-text {
  color: #cc2952;
}
.cid-qy0PguJU2C .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0PguJU2C .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0PguJU2C .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0PguJU2C .mbr-text B {
  color: #df2b2b;
}
.cid-qy0PguJU2C .card-title {
  text-align: left;
}
.cid-qy0Rcp73hH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0Rcp73hH .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0Rd3Bbak {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0Rd3Bbak .card-img {
  background-color: #fff;
}
.cid-qy0Rd3Bbak .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0Rd3Bbak .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0Rd3Bbak h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0Rd3Bbak p {
  text-align: left;
}
.cid-qy0Rd3Bbak .mbr-text {
  color: #cc2952;
}
.cid-qy0Rd3Bbak .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0Rd3Bbak .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0Rd3Bbak .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0Rd3Bbak .mbr-text B {
  color: #df2b2b;
}
.cid-qy0Rd3Bbak .card-title {
  text-align: left;
}
.cid-qy0RdHPFGt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0RdHPFGt .card-img {
  background-color: #fff;
}
.cid-qy0RdHPFGt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0RdHPFGt .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0RdHPFGt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0RdHPFGt p {
  text-align: left;
}
.cid-qy0RdHPFGt .mbr-text {
  color: #cc2952;
}
.cid-qy0RdHPFGt .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0RdHPFGt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0RdHPFGt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0RdHPFGt .mbr-text B {
  color: #df2b2b;
}
.cid-qy0RdHPFGt .card-title {
  text-align: left;
}
.cid-qy0TdDeSnT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0TdDeSnT .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0TeLTnid {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0TeLTnid .card-img {
  background-color: #fff;
}
.cid-qy0TeLTnid .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0TeLTnid .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0TeLTnid h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0TeLTnid p {
  text-align: left;
}
.cid-qy0TeLTnid .mbr-text {
  color: #cc2952;
}
.cid-qy0TeLTnid .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0TeLTnid .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0TeLTnid .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0TeLTnid .mbr-text B {
  color: #df2b2b;
}
.cid-qy0TeLTnid .card-title {
  text-align: left;
}
.cid-qy0TgGPjfQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0TgGPjfQ .card-img {
  background-color: #fff;
}
.cid-qy0TgGPjfQ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0TgGPjfQ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0TgGPjfQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0TgGPjfQ p {
  text-align: left;
}
.cid-qy0TgGPjfQ .mbr-text {
  color: #cc2952;
}
.cid-qy0TgGPjfQ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0TgGPjfQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0TgGPjfQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0TgGPjfQ .mbr-text B {
  color: #df2b2b;
}
.cid-qy0TgGPjfQ .card-title {
  text-align: left;
}
.cid-qy0VcLRGp0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0VcLRGp0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0VdyY7xf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0VdyY7xf .card-img {
  background-color: #fff;
}
.cid-qy0VdyY7xf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0VdyY7xf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0VdyY7xf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0VdyY7xf p {
  text-align: left;
}
.cid-qy0VdyY7xf .mbr-text {
  color: #cc2952;
}
.cid-qy0VdyY7xf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0VdyY7xf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0VdyY7xf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0VdyY7xf .mbr-text B {
  color: #df2b2b;
}
.cid-qy0VdyY7xf .card-title {
  text-align: left;
}
.cid-qy0VeAnfkv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0VeAnfkv .card-img {
  background-color: #fff;
}
.cid-qy0VeAnfkv .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0VeAnfkv .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0VeAnfkv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0VeAnfkv p {
  text-align: left;
}
.cid-qy0VeAnfkv .mbr-text {
  color: #cc2952;
}
.cid-qy0VeAnfkv .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0VeAnfkv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0VeAnfkv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0VeAnfkv .mbr-text B {
  color: #df2b2b;
}
.cid-qy0VeAnfkv .card-title {
  text-align: left;
}
.cid-qy0WPzBUan {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0WPzBUan .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0WQAYzvt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0WQAYzvt .card-img {
  background-color: #fff;
}
.cid-qy0WQAYzvt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0WQAYzvt .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0WQAYzvt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0WQAYzvt p {
  text-align: left;
}
.cid-qy0WQAYzvt .mbr-text {
  color: #cc2952;
}
.cid-qy0WQAYzvt .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0WQAYzvt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0WQAYzvt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0WQAYzvt .mbr-text B {
  color: #df2b2b;
}
.cid-qy0WQAYzvt .card-title {
  text-align: left;
}
.cid-sgRT2Gnj0w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgRT2Gnj0w .card-img {
  background-color: #fff;
}
.cid-sgRT2Gnj0w .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgRT2Gnj0w .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgRT2Gnj0w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgRT2Gnj0w p {
  text-align: left;
}
.cid-sgRT2Gnj0w .mbr-text {
  color: #cc2952;
}
.cid-sgRT2Gnj0w .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgRT2Gnj0w .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgRT2Gnj0w .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgRT2Gnj0w .mbr-text B {
  color: #df2b2b;
}
.cid-sgRT2Gnj0w .card-title {
  text-align: left;
}
.cid-qy0XEImXLx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0XEImXLx .mbr-section-subtitle {
  color: #767676;
}
.cid-qy0XFH8scj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0XFH8scj .card-img {
  background-color: #fff;
}
.cid-qy0XFH8scj .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0XFH8scj .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0XFH8scj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0XFH8scj p {
  text-align: left;
}
.cid-qy0XFH8scj .mbr-text {
  color: #cc2952;
}
.cid-qy0XFH8scj .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0XFH8scj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0XFH8scj .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0XFH8scj .mbr-text B {
  color: #df2b2b;
}
.cid-qy0XFH8scj .card-title {
  text-align: left;
}
.cid-qy0XGz7xsf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy0XGz7xsf .card-img {
  background-color: #fff;
}
.cid-qy0XGz7xsf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy0XGz7xsf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy0XGz7xsf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy0XGz7xsf p {
  text-align: left;
}
.cid-qy0XGz7xsf .mbr-text {
  color: #cc2952;
}
.cid-qy0XGz7xsf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy0XGz7xsf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy0XGz7xsf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy0XGz7xsf .mbr-text B {
  color: #df2b2b;
}
.cid-qy0XGz7xsf .card-title {
  text-align: left;
}
.cid-qy102dXw99 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy102dXw99 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy103eF2dA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy103eF2dA .card-img {
  background-color: #fff;
}
.cid-qy103eF2dA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy103eF2dA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy103eF2dA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy103eF2dA p {
  text-align: left;
}
.cid-qy103eF2dA .mbr-text {
  color: #cc2952;
}
.cid-qy103eF2dA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy103eF2dA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy103eF2dA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy103eF2dA .mbr-text B {
  color: #df2b2b;
}
.cid-qy103eF2dA .card-title {
  text-align: left;
}
.cid-qy1045eJ9k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1045eJ9k .card-img {
  background-color: #fff;
}
.cid-qy1045eJ9k .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1045eJ9k .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1045eJ9k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1045eJ9k p {
  text-align: left;
}
.cid-qy1045eJ9k .mbr-text {
  color: #cc2952;
}
.cid-qy1045eJ9k .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1045eJ9k .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1045eJ9k .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1045eJ9k .mbr-text B {
  color: #df2b2b;
}
.cid-qy1045eJ9k .card-title {
  text-align: left;
}
.cid-qy12ggBxfD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy12ggBxfD .mbr-section-subtitle {
  color: #767676;
}
.cid-qy12hePPmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy12hePPmm .card-img {
  background-color: #fff;
}
.cid-qy12hePPmm .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy12hePPmm .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy12hePPmm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy12hePPmm p {
  text-align: left;
}
.cid-qy12hePPmm .mbr-text {
  color: #cc2952;
}
.cid-qy12hePPmm .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy12hePPmm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy12hePPmm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy12hePPmm .mbr-text B {
  color: #df2b2b;
}
.cid-qy12hePPmm .card-title {
  text-align: left;
}
.cid-tVhMTAOLJz {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhMTAOLJz .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhMTAOLJz .social-list a:focus {
  text-decoration: none;
}
.cid-tVhMTAOLJz H2 {
  color: #efefef;
}
.cid-tVhMVQCu4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwM2VGeTj {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwM2VGeTj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwM2VGeTj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwM2VGeTj .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwM2VGeTj .mbr-text B {
  color: #232323;
}
.cid-qy1T9BgsUw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1T9BgsUw .mbr-section-subtitle {
  color: #767676;
}
.cid-qy1TfMd77h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1TfMd77h .card-img {
  background-color: #fff;
}
.cid-qy1TfMd77h .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1TfMd77h .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1TfMd77h h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1TfMd77h p {
  text-align: left;
}
.cid-qy1TfMd77h .mbr-text {
  color: #cc2952;
}
.cid-qy1TfMd77h .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1TfMd77h .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1TfMd77h .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1TfMd77h .mbr-text B {
  color: #df2b2b;
}
.cid-qy1TfMd77h .card-title {
  text-align: left;
}
.cid-qy1PflmaqT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1PflmaqT .mbr-section-subtitle {
  color: #767676;
}
.cid-qy1PehjpQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1PehjpQc .card-img {
  background-color: #fff;
}
.cid-qy1PehjpQc .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1PehjpQc .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1PehjpQc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1PehjpQc p {
  text-align: left;
}
.cid-qy1PehjpQc .mbr-text {
  color: #cc2952;
}
.cid-qy1PehjpQc .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1PehjpQc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1PehjpQc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1PehjpQc .mbr-text B {
  color: #df2b2b;
}
.cid-qy1PehjpQc .card-title {
  text-align: left;
}
.cid-rAluq7o1dF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAluq7o1dF .mbr-section-subtitle {
  color: #767676;
}
.cid-rAlurQfWn6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAlurQfWn6 .card-img {
  background-color: #fff;
}
.cid-rAlurQfWn6 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rAlurQfWn6 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rAlurQfWn6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rAlurQfWn6 p {
  text-align: left;
}
.cid-rAlurQfWn6 .mbr-text {
  color: #cc2952;
}
.cid-rAlurQfWn6 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rAlurQfWn6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rAlurQfWn6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAlurQfWn6 .mbr-text B {
  color: #df2b2b;
}
.cid-rAlurQfWn6 .card-title {
  text-align: left;
}
.cid-rAluPoaDqh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAluPoaDqh .card-img {
  background-color: #fff;
}
.cid-rAluPoaDqh .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rAluPoaDqh .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rAluPoaDqh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rAluPoaDqh p {
  text-align: left;
}
.cid-rAluPoaDqh .mbr-text {
  color: #cc2952;
}
.cid-rAluPoaDqh .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rAluPoaDqh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rAluPoaDqh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAluPoaDqh .mbr-text B {
  color: #df2b2b;
}
.cid-rAluPoaDqh .card-title {
  text-align: left;
}
.cid-rAlvALz5ug {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAlvALz5ug .mbr-section-subtitle {
  color: #767676;
}
.cid-rAlvCaoWuj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAlvCaoWuj .card-img {
  background-color: #fff;
}
.cid-rAlvCaoWuj .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rAlvCaoWuj .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rAlvCaoWuj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rAlvCaoWuj p {
  text-align: left;
}
.cid-rAlvCaoWuj .mbr-text {
  color: #cc2952;
}
.cid-rAlvCaoWuj .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rAlvCaoWuj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rAlvCaoWuj .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAlvCaoWuj .mbr-text B {
  color: #df2b2b;
}
.cid-rAlvCaoWuj .card-title {
  text-align: left;
}
.cid-rAlvENvqMu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAlvENvqMu .card-img {
  background-color: #fff;
}
.cid-rAlvENvqMu .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rAlvENvqMu .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rAlvENvqMu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rAlvENvqMu p {
  text-align: left;
}
.cid-rAlvENvqMu .mbr-text {
  color: #cc2952;
}
.cid-rAlvENvqMu .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rAlvENvqMu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rAlvENvqMu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAlvENvqMu .mbr-text B {
  color: #df2b2b;
}
.cid-rAlvENvqMu .card-title {
  text-align: left;
}
.cid-qy1UAFPBjc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1UAFPBjc .mbr-section-subtitle {
  color: #767676;
}
.cid-qy1UBHpOxF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1UBHpOxF .card-img {
  background-color: #fff;
}
.cid-qy1UBHpOxF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1UBHpOxF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1UBHpOxF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1UBHpOxF p {
  text-align: left;
}
.cid-qy1UBHpOxF .mbr-text {
  color: #cc2952;
}
.cid-qy1UBHpOxF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1UBHpOxF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1UBHpOxF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1UBHpOxF .mbr-text B {
  color: #df2b2b;
}
.cid-qy1UBHpOxF .card-title {
  text-align: left;
}
.cid-qy1VHbGeU4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1VHbGeU4 .card-img {
  background-color: #fff;
}
.cid-qy1VHbGeU4 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1VHbGeU4 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1VHbGeU4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1VHbGeU4 p {
  text-align: left;
}
.cid-qy1VHbGeU4 .mbr-text {
  color: #cc2952;
}
.cid-qy1VHbGeU4 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1VHbGeU4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1VHbGeU4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1VHbGeU4 .mbr-text B {
  color: #df2b2b;
}
.cid-qy1VHbGeU4 .card-title {
  text-align: left;
}
.cid-qy1X4c3sg1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1X4c3sg1 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy1X4SCrmI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1X4SCrmI .card-img {
  background-color: #fff;
}
.cid-qy1X4SCrmI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1X4SCrmI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1X4SCrmI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1X4SCrmI p {
  text-align: left;
}
.cid-qy1X4SCrmI .mbr-text {
  color: #cc2952;
}
.cid-qy1X4SCrmI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1X4SCrmI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1X4SCrmI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1X4SCrmI .mbr-text B {
  color: #df2b2b;
}
.cid-qy1X4SCrmI .card-title {
  text-align: left;
}
.cid-qy1X5QiKC3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1X5QiKC3 .card-img {
  background-color: #fff;
}
.cid-qy1X5QiKC3 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1X5QiKC3 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1X5QiKC3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1X5QiKC3 p {
  text-align: left;
}
.cid-qy1X5QiKC3 .mbr-text {
  color: #cc2952;
}
.cid-qy1X5QiKC3 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1X5QiKC3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1X5QiKC3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1X5QiKC3 .mbr-text B {
  color: #df2b2b;
}
.cid-qy1X5QiKC3 .card-title {
  text-align: left;
}
.cid-qy1YQ67hfo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1YQ67hfo .mbr-section-subtitle {
  color: #767676;
}
.cid-qy1YQPOFBD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1YQPOFBD .card-img {
  background-color: #fff;
}
.cid-qy1YQPOFBD .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1YQPOFBD .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1YQPOFBD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1YQPOFBD p {
  text-align: left;
}
.cid-qy1YQPOFBD .mbr-text {
  color: #cc2952;
}
.cid-qy1YQPOFBD .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1YQPOFBD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1YQPOFBD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1YQPOFBD .mbr-text B {
  color: #df2b2b;
}
.cid-qy1YQPOFBD .card-title {
  text-align: left;
}
.cid-qy1YRZh16P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1YRZh16P .card-img {
  background-color: #fff;
}
.cid-qy1YRZh16P .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy1YRZh16P .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy1YRZh16P h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy1YRZh16P p {
  text-align: left;
}
.cid-qy1YRZh16P .mbr-text {
  color: #cc2952;
}
.cid-qy1YRZh16P .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy1YRZh16P .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy1YRZh16P .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy1YRZh16P .mbr-text B {
  color: #df2b2b;
}
.cid-qy1YRZh16P .card-title {
  text-align: left;
}
.cid-qy20jUqha2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy20jUqha2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy20fSl4ON {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy20fSl4ON .card-img {
  background-color: #fff;
}
.cid-qy20fSl4ON .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy20fSl4ON .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy20fSl4ON h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy20fSl4ON p {
  text-align: left;
}
.cid-qy20fSl4ON .mbr-text {
  color: #cc2952;
}
.cid-qy20fSl4ON .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy20fSl4ON .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy20fSl4ON .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy20fSl4ON .mbr-text B {
  color: #df2b2b;
}
.cid-qy20fSl4ON .card-title {
  text-align: left;
}
.cid-qy20gHTRiy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy20gHTRiy .card-img {
  background-color: #fff;
}
.cid-qy20gHTRiy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy20gHTRiy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy20gHTRiy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy20gHTRiy p {
  text-align: left;
}
.cid-qy20gHTRiy .mbr-text {
  color: #cc2952;
}
.cid-qy20gHTRiy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy20gHTRiy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy20gHTRiy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy20gHTRiy .mbr-text B {
  color: #df2b2b;
}
.cid-qy20gHTRiy .card-title {
  text-align: left;
}
.cid-qy227IABwH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy227IABwH .mbr-section-subtitle {
  color: #767676;
}
.cid-qy22923x6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy22923x6M .card-img {
  background-color: #fff;
}
.cid-qy22923x6M .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy22923x6M .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy22923x6M h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy22923x6M p {
  text-align: left;
}
.cid-qy22923x6M .mbr-text {
  color: #cc2952;
}
.cid-qy22923x6M .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy22923x6M .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy22923x6M .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy22923x6M .mbr-text B {
  color: #df2b2b;
}
.cid-qy22923x6M .card-title {
  text-align: left;
}
.cid-qy229Vmvza {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy229Vmvza .card-img {
  background-color: #fff;
}
.cid-qy229Vmvza .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy229Vmvza .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy229Vmvza h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy229Vmvza p {
  text-align: left;
}
.cid-qy229Vmvza .mbr-text {
  color: #cc2952;
}
.cid-qy229Vmvza .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy229Vmvza .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy229Vmvza .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy229Vmvza .mbr-text B {
  color: #df2b2b;
}
.cid-qy229Vmvza .card-title {
  text-align: left;
}
.cid-qy23tVeNI3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy23tVeNI3 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy23uJQYfX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy23uJQYfX .card-img {
  background-color: #fff;
}
.cid-qy23uJQYfX .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy23uJQYfX .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy23uJQYfX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy23uJQYfX p {
  text-align: left;
}
.cid-qy23uJQYfX .mbr-text {
  color: #cc2952;
}
.cid-qy23uJQYfX .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy23uJQYfX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy23uJQYfX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy23uJQYfX .mbr-text B {
  color: #df2b2b;
}
.cid-qy23uJQYfX .card-title {
  text-align: left;
}
.cid-qy23vt4gEy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy23vt4gEy .card-img {
  background-color: #fff;
}
.cid-qy23vt4gEy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy23vt4gEy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy23vt4gEy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy23vt4gEy p {
  text-align: left;
}
.cid-qy23vt4gEy .mbr-text {
  color: #cc2952;
}
.cid-qy23vt4gEy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy23vt4gEy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy23vt4gEy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy23vt4gEy .mbr-text B {
  color: #df2b2b;
}
.cid-qy23vt4gEy .card-title {
  text-align: left;
}
.cid-qy24BLB4y6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy24BLB4y6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy24D19H8B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy24D19H8B .card-img {
  background-color: #fff;
}
.cid-qy24D19H8B .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy24D19H8B .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy24D19H8B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy24D19H8B p {
  text-align: left;
}
.cid-qy24D19H8B .mbr-text {
  color: #cc2952;
}
.cid-qy24D19H8B .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy24D19H8B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy24D19H8B .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy24D19H8B .mbr-text B {
  color: #df2b2b;
}
.cid-qy24D19H8B .card-title {
  text-align: left;
}
.cid-qy24DVYFIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy24DVYFIY .card-img {
  background-color: #fff;
}
.cid-qy24DVYFIY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy24DVYFIY .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy24DVYFIY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy24DVYFIY p {
  text-align: left;
}
.cid-qy24DVYFIY .mbr-text {
  color: #cc2952;
}
.cid-qy24DVYFIY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy24DVYFIY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy24DVYFIY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy24DVYFIY .mbr-text B {
  color: #df2b2b;
}
.cid-qy24DVYFIY .card-title {
  text-align: left;
}
.cid-rMMIJvxfxJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMMIJvxfxJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sTxQfSRtvs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxQfSRtvs .card-img {
  background-color: #fff;
}
.cid-sTxQfSRtvs .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sTxQfSRtvs .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sTxQfSRtvs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTxQfSRtvs p {
  text-align: left;
}
.cid-sTxQfSRtvs .mbr-text {
  color: #cc2952;
}
.cid-sTxQfSRtvs .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTxQfSRtvs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sTxQfSRtvs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTxQfSRtvs .mbr-text B {
  color: #df2b2b;
}
.cid-sTxQfSRtvs .card-title {
  text-align: left;
}
.cid-sTxRhn74zj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxRhn74zj .mbr-section-subtitle {
  color: #767676;
}
.cid-sTxRiPWqez {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxRiPWqez .card-img {
  background-color: #fff;
}
.cid-sTxRiPWqez .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sTxRiPWqez .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sTxRiPWqez h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTxRiPWqez p {
  text-align: left;
}
.cid-sTxRiPWqez .mbr-text {
  color: #cc2952;
}
.cid-sTxRiPWqez .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTxRiPWqez .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sTxRiPWqez .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTxRiPWqez .mbr-text B {
  color: #df2b2b;
}
.cid-sTxRiPWqez .card-title {
  text-align: left;
}
.cid-sTxTDIgsWU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxTDIgsWU .mbr-section-subtitle {
  color: #767676;
}
.cid-sTxRlPCxsF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxRlPCxsF .card-img {
  background-color: #fff;
}
.cid-sTxRlPCxsF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sTxRlPCxsF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sTxRlPCxsF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTxRlPCxsF p {
  text-align: left;
}
.cid-sTxRlPCxsF .mbr-text {
  color: #cc2952;
}
.cid-sTxRlPCxsF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTxRlPCxsF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sTxRlPCxsF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTxRlPCxsF .mbr-text B {
  color: #df2b2b;
}
.cid-sTxRlPCxsF .card-title {
  text-align: left;
}
.cid-qy27fVwU8Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy27fVwU8Y .mbr-section-subtitle {
  color: #767676;
}
.cid-qy27gYvxRX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy27gYvxRX .card-img {
  background-color: #fff;
}
.cid-qy27gYvxRX .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy27gYvxRX .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy27gYvxRX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy27gYvxRX p {
  text-align: left;
}
.cid-qy27gYvxRX .mbr-text {
  color: #cc2952;
}
.cid-qy27gYvxRX .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy27gYvxRX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy27gYvxRX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy27gYvxRX .mbr-text B {
  color: #df2b2b;
}
.cid-qy27gYvxRX .card-title {
  text-align: left;
}
.cid-tVhN8FGVnW {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhN8FGVnW .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhN8FGVnW .social-list a:focus {
  text-decoration: none;
}
.cid-tVhN8FGVnW H2 {
  color: #efefef;
}
.cid-tVhNabmtH9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwMp4DS0J {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwMp4DS0J .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwMp4DS0J .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwMp4DS0J .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwMp4DS0J .mbr-text B {
  color: #232323;
}
.cid-qy3e2NxKA5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3e2NxKA5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3e2NxKA5 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy3e2b05PH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3e2b05PH .card-img {
  background-color: #fff;
}
.cid-qy3e2b05PH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3e2b05PH .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3e2b05PH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3e2b05PH p {
  text-align: left;
}
.cid-qy3e2b05PH .mbr-text {
  color: #cc2952;
}
.cid-qy3e2b05PH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3e2b05PH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3e2b05PH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3e2b05PH .mbr-text B {
  color: #df2b2b;
}
.cid-qy3e2b05PH .card-title {
  text-align: left;
}
.cid-qy3h99AUFl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3h99AUFl .mbr-section-subtitle {
  color: #232323;
}
.cid-qy3hnVeCy1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3hnVeCy1 .card-img {
  background-color: #fff;
}
.cid-qy3hnVeCy1 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3hnVeCy1 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3hnVeCy1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3hnVeCy1 p {
  text-align: left;
}
.cid-qy3hnVeCy1 .mbr-text {
  color: #cc2952;
}
.cid-qy3hnVeCy1 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3hnVeCy1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3hnVeCy1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3hnVeCy1 .mbr-text B {
  color: #df2b2b;
}
.cid-qy3hnVeCy1 .card-title {
  text-align: left;
}
.cid-qy3iJiHcT1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3iJiHcT1 .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3iJiHcT1 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy3iJWT0U4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3iJWT0U4 .card-img {
  background-color: #fff;
}
.cid-qy3iJWT0U4 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3iJWT0U4 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3iJWT0U4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3iJWT0U4 p {
  text-align: left;
}
.cid-qy3iJWT0U4 .mbr-text {
  color: #cc2952;
}
.cid-qy3iJWT0U4 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3iJWT0U4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3iJWT0U4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3iJWT0U4 .mbr-text B {
  color: #df2b2b;
}
.cid-qy3iJWT0U4 .card-title {
  text-align: left;
}
.cid-qy3iKzQHtW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3iKzQHtW .card-img {
  background-color: #fff;
}
.cid-qy3iKzQHtW .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3iKzQHtW .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3iKzQHtW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3iKzQHtW p {
  text-align: left;
}
.cid-qy3iKzQHtW .mbr-text {
  color: #cc2952;
}
.cid-qy3iKzQHtW .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3iKzQHtW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3iKzQHtW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3iKzQHtW .mbr-text B {
  color: #df2b2b;
}
.cid-qy3iKzQHtW .card-title {
  text-align: left;
}
.cid-qy3jvzuJ6U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3jvzuJ6U .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3jxxrqeH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3jxxrqeH .card-img {
  background-color: #fff;
}
.cid-qy3jxxrqeH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3jxxrqeH .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3jxxrqeH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3jxxrqeH p {
  text-align: left;
}
.cid-qy3jxxrqeH .mbr-text {
  color: #cc2952;
}
.cid-qy3jxxrqeH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3jxxrqeH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3jxxrqeH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3jxxrqeH .mbr-text B {
  color: #df2b2b;
}
.cid-qy3jxxrqeH .card-title {
  text-align: left;
}
.cid-shvVjC4KCJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shvVjC4KCJ .card-img {
  background-color: #fff;
}
.cid-shvVjC4KCJ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-shvVjC4KCJ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-shvVjC4KCJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-shvVjC4KCJ p {
  text-align: left;
}
.cid-shvVjC4KCJ .mbr-text {
  color: #cc2952;
}
.cid-shvVjC4KCJ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shvVjC4KCJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-shvVjC4KCJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shvVjC4KCJ .mbr-text B {
  color: #df2b2b;
}
.cid-shvVjC4KCJ .card-title {
  text-align: left;
}
.cid-qyMOVV82W2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyMOVV82W2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qyMOVV82W2 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy3kSpD51k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3kSpD51k .card-img {
  background-color: #fff;
}
.cid-qy3kSpD51k .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3kSpD51k .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3kSpD51k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3kSpD51k p {
  text-align: left;
}
.cid-qy3kSpD51k .mbr-text {
  color: #cc2952;
}
.cid-qy3kSpD51k .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3kSpD51k .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3kSpD51k .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3kSpD51k .mbr-text B {
  color: #df2b2b;
}
.cid-qy3kSpD51k .card-title {
  text-align: left;
}
.cid-qy3mvhbVLL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3mvhbVLL .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3mw3DJnC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3mw3DJnC .card-img {
  background-color: #fff;
}
.cid-qy3mw3DJnC .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3mw3DJnC .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3mw3DJnC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3mw3DJnC p {
  text-align: left;
}
.cid-qy3mw3DJnC .mbr-text {
  color: #cc2952;
}
.cid-qy3mw3DJnC .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3mw3DJnC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3mw3DJnC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3mw3DJnC .mbr-text B {
  color: #df2b2b;
}
.cid-qy3mw3DJnC .card-title {
  text-align: left;
}
.cid-sgWQGRuue9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgWQGRuue9 .card-img {
  background-color: #fff;
}
.cid-sgWQGRuue9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgWQGRuue9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgWQGRuue9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgWQGRuue9 p {
  text-align: left;
}
.cid-sgWQGRuue9 .mbr-text {
  color: #cc2952;
}
.cid-sgWQGRuue9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgWQGRuue9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgWQGRuue9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgWQGRuue9 .mbr-text B {
  color: #df2b2b;
}
.cid-sgWQGRuue9 .card-title {
  text-align: left;
}
.cid-qy3n9WlSGB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3n9WlSGB .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3n9WlSGB .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy3nbk84FM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3nbk84FM .card-img {
  background-color: #fff;
}
.cid-qy3nbk84FM .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3nbk84FM .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3nbk84FM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3nbk84FM p {
  text-align: left;
}
.cid-qy3nbk84FM .mbr-text {
  color: #cc2952;
}
.cid-qy3nbk84FM .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3nbk84FM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3nbk84FM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3nbk84FM .mbr-text B {
  color: #df2b2b;
}
.cid-qy3nbk84FM .card-title {
  text-align: left;
}
.cid-sgWXTlKGyp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgWXTlKGyp .card-img {
  background-color: #fff;
}
.cid-sgWXTlKGyp .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgWXTlKGyp .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgWXTlKGyp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgWXTlKGyp p {
  text-align: left;
}
.cid-sgWXTlKGyp .mbr-text {
  color: #cc2952;
}
.cid-sgWXTlKGyp .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgWXTlKGyp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgWXTlKGyp .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgWXTlKGyp .mbr-text B {
  color: #df2b2b;
}
.cid-sgWXTlKGyp .card-title {
  text-align: left;
}
.cid-qy3ovKHjxB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3ovKHjxB .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3ovKHjxB .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy3owQAM7e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3owQAM7e .card-img {
  background-color: #fff;
}
.cid-qy3owQAM7e .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3owQAM7e .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3owQAM7e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3owQAM7e p {
  text-align: left;
}
.cid-qy3owQAM7e .mbr-text {
  color: #cc2952;
}
.cid-qy3owQAM7e .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3owQAM7e .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3owQAM7e .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3owQAM7e .mbr-text B {
  color: #df2b2b;
}
.cid-qy3owQAM7e .card-title {
  text-align: left;
}
.cid-sgX1KJxTBK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgX1KJxTBK .card-img {
  background-color: #fff;
}
.cid-sgX1KJxTBK .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgX1KJxTBK .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgX1KJxTBK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgX1KJxTBK p {
  text-align: left;
}
.cid-sgX1KJxTBK .mbr-text {
  color: #cc2952;
}
.cid-sgX1KJxTBK .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgX1KJxTBK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgX1KJxTBK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgX1KJxTBK .mbr-text B {
  color: #df2b2b;
}
.cid-sgX1KJxTBK .card-title {
  text-align: left;
}
.cid-qy3pwaxswW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3pwaxswW .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3px956WO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3px956WO .card-img {
  background-color: #fff;
}
.cid-qy3px956WO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3px956WO .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3px956WO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3px956WO p {
  text-align: left;
}
.cid-qy3px956WO .mbr-text {
  color: #cc2952;
}
.cid-qy3px956WO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3px956WO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3px956WO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3px956WO .mbr-text B {
  color: #df2b2b;
}
.cid-qy3px956WO .card-title {
  text-align: left;
}
.cid-sgX6HVTkH6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgX6HVTkH6 .card-img {
  background-color: #fff;
}
.cid-sgX6HVTkH6 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgX6HVTkH6 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgX6HVTkH6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgX6HVTkH6 p {
  text-align: left;
}
.cid-sgX6HVTkH6 .mbr-text {
  color: #cc2952;
}
.cid-sgX6HVTkH6 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgX6HVTkH6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgX6HVTkH6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgX6HVTkH6 .mbr-text B {
  color: #df2b2b;
}
.cid-sgX6HVTkH6 .card-title {
  text-align: left;
}
.cid-qy3qzI43Ti {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3qzI43Ti .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3qANgoyi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3qANgoyi .card-img {
  background-color: #fff;
}
.cid-qy3qANgoyi .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3qANgoyi .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3qANgoyi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3qANgoyi p {
  text-align: left;
}
.cid-qy3qANgoyi .mbr-text {
  color: #cc2952;
}
.cid-qy3qANgoyi .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3qANgoyi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3qANgoyi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3qANgoyi .mbr-text B {
  color: #df2b2b;
}
.cid-qy3qANgoyi .card-title {
  text-align: left;
}
.cid-sgXbhcxjYZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgXbhcxjYZ .card-img {
  background-color: #fff;
}
.cid-sgXbhcxjYZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgXbhcxjYZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgXbhcxjYZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgXbhcxjYZ p {
  text-align: left;
}
.cid-sgXbhcxjYZ .mbr-text {
  color: #cc2952;
}
.cid-sgXbhcxjYZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgXbhcxjYZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgXbhcxjYZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgXbhcxjYZ .mbr-text B {
  color: #df2b2b;
}
.cid-sgXbhcxjYZ .card-title {
  text-align: left;
}
.cid-qy3rUgdEHA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3rUgdEHA .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3rVg4T23 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3rVg4T23 .card-img {
  background-color: #fff;
}
.cid-qy3rVg4T23 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3rVg4T23 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3rVg4T23 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3rVg4T23 p {
  text-align: left;
}
.cid-qy3rVg4T23 .mbr-text {
  color: #cc2952;
}
.cid-qy3rVg4T23 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3rVg4T23 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3rVg4T23 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3rVg4T23 .mbr-text B {
  color: #df2b2b;
}
.cid-qy3rVg4T23 .card-title {
  text-align: left;
}
.cid-sgXhpzWOv1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgXhpzWOv1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgXhquKHOa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgXhquKHOa .card-img {
  background-color: #fff;
}
.cid-sgXhquKHOa .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgXhquKHOa .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgXhquKHOa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgXhquKHOa p {
  text-align: left;
}
.cid-sgXhquKHOa .mbr-text {
  color: #cc2952;
}
.cid-sgXhquKHOa .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgXhquKHOa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgXhquKHOa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgXhquKHOa .mbr-text B {
  color: #df2b2b;
}
.cid-sgXhquKHOa .card-title {
  text-align: left;
}
.cid-sgXipiykKx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgXipiykKx .card-img {
  background-color: #fff;
}
.cid-sgXipiykKx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgXipiykKx .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgXipiykKx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgXipiykKx p {
  text-align: left;
}
.cid-sgXipiykKx .mbr-text {
  color: #cc2952;
}
.cid-sgXipiykKx .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgXipiykKx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgXipiykKx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgXipiykKx .mbr-text B {
  color: #df2b2b;
}
.cid-sgXipiykKx .card-title {
  text-align: left;
}
.cid-tVhNqL1NWC {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhNqL1NWC .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhNqL1NWC .social-list a:focus {
  text-decoration: none;
}
.cid-tVhNqL1NWC H2 {
  color: #efefef;
}
.cid-tVhNsB73Of {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwNtvW7tE {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwNtvW7tE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwNtvW7tE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwNtvW7tE .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwNtvW7tE .mbr-text B {
  color: #232323;
}
.cid-qy3unuPgbB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3unuPgbB .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3uQO65wd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3uQO65wd .card-img {
  background-color: #fff;
}
.cid-qy3uQO65wd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3uQO65wd .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3uQO65wd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3uQO65wd p {
  text-align: left;
}
.cid-qy3uQO65wd .mbr-text {
  color: #cc2952;
}
.cid-qy3uQO65wd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3uQO65wd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3uQO65wd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3uQO65wd .mbr-text B {
  color: #df2b2b;
}
.cid-qy3uQO65wd .card-title {
  text-align: left;
}
.cid-qy3uRGcKo1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3uRGcKo1 .card-img {
  background-color: #fff;
}
.cid-qy3uRGcKo1 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3uRGcKo1 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3uRGcKo1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3uRGcKo1 p {
  text-align: left;
}
.cid-qy3uRGcKo1 .mbr-text {
  color: #cc2952;
}
.cid-qy3uRGcKo1 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3uRGcKo1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3uRGcKo1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3uRGcKo1 .mbr-text B {
  color: #df2b2b;
}
.cid-qy3uRGcKo1 .card-title {
  text-align: left;
}
.cid-qy3wmCE7im {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3wmCE7im .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3wnkgN2a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3wnkgN2a .card-img {
  background-color: #fff;
}
.cid-qy3wnkgN2a .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3wnkgN2a .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3wnkgN2a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3wnkgN2a p {
  text-align: left;
}
.cid-qy3wnkgN2a .mbr-text {
  color: #cc2952;
}
.cid-qy3wnkgN2a .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3wnkgN2a .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3wnkgN2a .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3wnkgN2a .mbr-text B {
  color: #df2b2b;
}
.cid-qy3wnkgN2a .card-title {
  text-align: left;
}
.cid-qy3wo383i3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3wo383i3 .card-img {
  background-color: #fff;
}
.cid-qy3wo383i3 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3wo383i3 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3wo383i3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3wo383i3 p {
  text-align: left;
}
.cid-qy3wo383i3 .mbr-text {
  color: #cc2952;
}
.cid-qy3wo383i3 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3wo383i3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3wo383i3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3wo383i3 .mbr-text B {
  color: #df2b2b;
}
.cid-qy3wo383i3 .card-title {
  text-align: left;
}
.cid-qy3xHVadQG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3xHVadQG .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3xIPqyRS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3xIPqyRS .card-img {
  background-color: #fff;
}
.cid-qy3xIPqyRS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3xIPqyRS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3xIPqyRS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3xIPqyRS p {
  text-align: left;
}
.cid-qy3xIPqyRS .mbr-text {
  color: #cc2952;
}
.cid-qy3xIPqyRS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3xIPqyRS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3xIPqyRS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3xIPqyRS .mbr-text B {
  color: #df2b2b;
}
.cid-qy3xIPqyRS .card-title {
  text-align: left;
}
.cid-qy3xJD7EjO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3xJD7EjO .card-img {
  background-color: #fff;
}
.cid-qy3xJD7EjO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3xJD7EjO .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3xJD7EjO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3xJD7EjO p {
  text-align: left;
}
.cid-qy3xJD7EjO .mbr-text {
  color: #cc2952;
}
.cid-qy3xJD7EjO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3xJD7EjO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3xJD7EjO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3xJD7EjO .mbr-text B {
  color: #df2b2b;
}
.cid-qy3xJD7EjO .card-title {
  text-align: left;
}
.cid-qy3yYFtAjI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3yYFtAjI .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3yZprvjy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3yZprvjy .card-img {
  background-color: #fff;
}
.cid-qy3yZprvjy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3yZprvjy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3yZprvjy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3yZprvjy p {
  text-align: left;
}
.cid-qy3yZprvjy .mbr-text {
  color: #cc2952;
}
.cid-qy3yZprvjy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3yZprvjy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3yZprvjy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3yZprvjy .mbr-text B {
  color: #df2b2b;
}
.cid-qy3yZprvjy .card-title {
  text-align: left;
}
.cid-qy3A7DAdDB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3A7DAdDB .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3A9xm42L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3A9xm42L .card-img {
  background-color: #fff;
}
.cid-qy3A9xm42L .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3A9xm42L .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3A9xm42L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3A9xm42L p {
  text-align: left;
}
.cid-qy3A9xm42L .mbr-text {
  color: #cc2952;
}
.cid-qy3A9xm42L .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3A9xm42L .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3A9xm42L .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3A9xm42L .mbr-text B {
  color: #df2b2b;
}
.cid-qy3A9xm42L .card-title {
  text-align: left;
}
.cid-qy3AbpYGOw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3AbpYGOw .card-img {
  background-color: #fff;
}
.cid-qy3AbpYGOw .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3AbpYGOw .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3AbpYGOw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3AbpYGOw p {
  text-align: left;
}
.cid-qy3AbpYGOw .mbr-text {
  color: #cc2952;
}
.cid-qy3AbpYGOw .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3AbpYGOw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3AbpYGOw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3AbpYGOw .mbr-text B {
  color: #df2b2b;
}
.cid-qy3AbpYGOw .card-title {
  text-align: left;
}
.cid-qy3DjpNBqR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3DjpNBqR .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3DkfpFJL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3DkfpFJL .card-img {
  background-color: #fff;
}
.cid-qy3DkfpFJL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3DkfpFJL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3DkfpFJL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3DkfpFJL p {
  text-align: left;
}
.cid-qy3DkfpFJL .mbr-text {
  color: #cc2952;
}
.cid-qy3DkfpFJL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3DkfpFJL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3DkfpFJL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3DkfpFJL .mbr-text B {
  color: #df2b2b;
}
.cid-qy3DkfpFJL .card-title {
  text-align: left;
}
.cid-qy3Dl1D4u9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3Dl1D4u9 .card-img {
  background-color: #fff;
}
.cid-qy3Dl1D4u9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3Dl1D4u9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3Dl1D4u9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3Dl1D4u9 p {
  text-align: left;
}
.cid-qy3Dl1D4u9 .mbr-text {
  color: #cc2952;
}
.cid-qy3Dl1D4u9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3Dl1D4u9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3Dl1D4u9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3Dl1D4u9 .mbr-text B {
  color: #df2b2b;
}
.cid-qy3Dl1D4u9 .card-title {
  text-align: left;
}
.cid-qy3DPJL4Ga {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3DPJL4Ga .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3DQz4wKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3DQz4wKK .card-img {
  background-color: #fff;
}
.cid-qy3DQz4wKK .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3DQz4wKK .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3DQz4wKK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3DQz4wKK p {
  text-align: left;
}
.cid-qy3DQz4wKK .mbr-text {
  color: #cc2952;
}
.cid-qy3DQz4wKK .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3DQz4wKK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3DQz4wKK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3DQz4wKK .mbr-text B {
  color: #df2b2b;
}
.cid-qy3DQz4wKK .card-title {
  text-align: left;
}
.cid-qy3DRoLWCl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3DRoLWCl .card-img {
  background-color: #fff;
}
.cid-qy3DRoLWCl .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3DRoLWCl .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3DRoLWCl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3DRoLWCl p {
  text-align: left;
}
.cid-qy3DRoLWCl .mbr-text {
  color: #cc2952;
}
.cid-qy3DRoLWCl .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3DRoLWCl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3DRoLWCl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3DRoLWCl .mbr-text B {
  color: #df2b2b;
}
.cid-qy3DRoLWCl .card-title {
  text-align: left;
}
.cid-qy3FSkuJuF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3FSkuJuF .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3FTys5mL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3FTys5mL .card-img {
  background-color: #fff;
}
.cid-qy3FTys5mL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3FTys5mL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3FTys5mL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3FTys5mL p {
  text-align: left;
}
.cid-qy3FTys5mL .mbr-text {
  color: #cc2952;
}
.cid-qy3FTys5mL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3FTys5mL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3FTys5mL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3FTys5mL .mbr-text B {
  color: #df2b2b;
}
.cid-qy3FTys5mL .card-title {
  text-align: left;
}
.cid-qy3FVb5Co6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3FVb5Co6 .card-img {
  background-color: #fff;
}
.cid-qy3FVb5Co6 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3FVb5Co6 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3FVb5Co6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3FVb5Co6 p {
  text-align: left;
}
.cid-qy3FVb5Co6 .mbr-text {
  color: #cc2952;
}
.cid-qy3FVb5Co6 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3FVb5Co6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3FVb5Co6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3FVb5Co6 .mbr-text B {
  color: #df2b2b;
}
.cid-qy3FVb5Co6 .card-title {
  text-align: left;
}
.cid-qy3HiQDkqL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3HiQDkqL .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3Hnv2xvw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3Hnv2xvw .card-img {
  background-color: #fff;
}
.cid-qy3Hnv2xvw .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3Hnv2xvw .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3Hnv2xvw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3Hnv2xvw p {
  text-align: left;
}
.cid-qy3Hnv2xvw .mbr-text {
  color: #cc2952;
}
.cid-qy3Hnv2xvw .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3Hnv2xvw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3Hnv2xvw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3Hnv2xvw .mbr-text B {
  color: #df2b2b;
}
.cid-qy3Hnv2xvw .card-title {
  text-align: left;
}
.cid-qy3Hoq3Wci {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3Hoq3Wci .card-img {
  background-color: #fff;
}
.cid-qy3Hoq3Wci .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3Hoq3Wci .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3Hoq3Wci h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3Hoq3Wci p {
  text-align: left;
}
.cid-qy3Hoq3Wci .mbr-text {
  color: #cc2952;
}
.cid-qy3Hoq3Wci .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3Hoq3Wci .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3Hoq3Wci .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3Hoq3Wci .mbr-text B {
  color: #df2b2b;
}
.cid-qy3Hoq3Wci .card-title {
  text-align: left;
}
.cid-tVhNGcfYGX {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhNGcfYGX .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhNGcfYGX .social-list a:focus {
  text-decoration: none;
}
.cid-tVhNGcfYGX H2 {
  color: #efefef;
}
.cid-tVhNHSiWJC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwO7ULvtj {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwO7ULvtj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwO7ULvtj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwO7ULvtj .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwO7ULvtj .mbr-text B {
  color: #232323;
}
.cid-tKCvHPEQ5w {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCvHPEQ5w .mbr-section-subtitle {
  color: #767676;
}
.cid-tKCvVq6ttV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCvVq6ttV .card-img {
  background-color: #fff;
}
.cid-tKCvVq6ttV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tKCvVq6ttV .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tKCvVq6ttV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tKCvVq6ttV p {
  text-align: left;
}
.cid-tKCvVq6ttV .mbr-text {
  color: #cc2952;
}
.cid-tKCvVq6ttV .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tKCvVq6ttV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tKCvVq6ttV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tKCvVq6ttV .mbr-text B {
  color: #df2b2b;
}
.cid-tKCBVcAXHp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCBVcAXHp .mbr-section-subtitle {
  color: #767676;
}
.cid-tKCCoXIIzS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCCoXIIzS .card-img {
  background-color: #fff;
}
.cid-tKCCoXIIzS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tKCCoXIIzS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tKCCoXIIzS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tKCCoXIIzS p {
  text-align: left;
}
.cid-tKCCoXIIzS .mbr-text {
  color: #cc2952;
}
.cid-tKCCoXIIzS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tKCCoXIIzS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tKCCoXIIzS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tKCCoXIIzS .mbr-text B {
  color: #df2b2b;
}
.cid-tKCEvgl5GL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCEvgl5GL .mbr-section-subtitle {
  color: #767676;
}
.cid-tKCExevon0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCExevon0 .card-img {
  background-color: #fff;
}
.cid-tKCExevon0 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tKCExevon0 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tKCExevon0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tKCExevon0 p {
  text-align: left;
}
.cid-tKCExevon0 .mbr-text {
  color: #cc2952;
}
.cid-tKCExevon0 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tKCExevon0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tKCExevon0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tKCExevon0 .mbr-text B {
  color: #df2b2b;
}
.cid-tKCICRQCti {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCICRQCti .mbr-section-subtitle {
  color: #767676;
}
.cid-tKCIEoYBJt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCIEoYBJt .card-img {
  background-color: #fff;
}
.cid-tKCIEoYBJt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tKCIEoYBJt .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tKCIEoYBJt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tKCIEoYBJt p {
  text-align: left;
}
.cid-tKCIEoYBJt .mbr-text {
  color: #cc2952;
}
.cid-tKCIEoYBJt .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tKCIEoYBJt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tKCIEoYBJt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tKCIEoYBJt .mbr-text B {
  color: #df2b2b;
}
.cid-tKCLK5Q33t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCLK5Q33t .mbr-section-subtitle {
  color: #767676;
}
.cid-tKCLMEuBd5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCLMEuBd5 .card-img {
  background-color: #fff;
}
.cid-tKCLMEuBd5 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tKCLMEuBd5 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tKCLMEuBd5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tKCLMEuBd5 p {
  text-align: left;
}
.cid-tKCLMEuBd5 .mbr-text {
  color: #cc2952;
}
.cid-tKCLMEuBd5 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tKCLMEuBd5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tKCLMEuBd5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tKCLMEuBd5 .mbr-text B {
  color: #df2b2b;
}
.cid-tKCOP7vnpY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCOP7vnpY .mbr-section-subtitle {
  color: #767676;
}
.cid-tKCOSLjucT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKCOSLjucT .card-img {
  background-color: #fff;
}
.cid-tKCOSLjucT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tKCOSLjucT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tKCOSLjucT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tKCOSLjucT p {
  text-align: left;
}
.cid-tKCOSLjucT .mbr-text {
  color: #cc2952;
}
.cid-tKCOSLjucT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tKCOSLjucT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tKCOSLjucT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tKCOSLjucT .mbr-text B {
  color: #df2b2b;
}
.cid-tKCOSLjucT .card-title {
  text-align: left;
}
.cid-uqcBY5DKtC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcBY5DKtC .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcBZqC3fL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcBZqC3fL .card-img {
  background-color: #fff;
}
.cid-uqcBZqC3fL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcBZqC3fL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcBZqC3fL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcBZqC3fL p {
  text-align: left;
}
.cid-uqcBZqC3fL .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcBZqC3fL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcBZqC3fL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcBZqC3fL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcBZqC3fL .mbr-text B {
  color: #df2b2b;
}
.cid-uqcGD7mvw2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcGD7mvw2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcGE5GFLo {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcGE5GFLo .card-img {
  background-color: #fff;
}
.cid-uqcGE5GFLo .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcGE5GFLo .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcGE5GFLo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcGE5GFLo p {
  text-align: left;
}
.cid-uqcGE5GFLo .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcGE5GFLo .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcGE5GFLo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcGE5GFLo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcGE5GFLo .mbr-text B {
  color: #df2b2b;
}
.cid-uqcJRDPhPf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcJRDPhPf .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcJSEm6vu {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcJSEm6vu .card-img {
  background-color: #fff;
}
.cid-uqcJSEm6vu .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcJSEm6vu .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcJSEm6vu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcJSEm6vu p {
  text-align: left;
}
.cid-uqcJSEm6vu .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcJSEm6vu .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcJSEm6vu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcJSEm6vu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcJSEm6vu .mbr-text B {
  color: #df2b2b;
}
.cid-uqcNfHwIjY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcNfHwIjY .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcNgXQWKU {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcNgXQWKU .card-img {
  background-color: #fff;
}
.cid-uqcNgXQWKU .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcNgXQWKU .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcNgXQWKU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcNgXQWKU p {
  text-align: left;
}
.cid-uqcNgXQWKU .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcNgXQWKU .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcNgXQWKU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcNgXQWKU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcNgXQWKU .mbr-text B {
  color: #df2b2b;
}
.cid-uqcPX5sNVR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcPX5sNVR .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcPYIAUsM {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcPYIAUsM .card-img {
  background-color: #fff;
}
.cid-uqcPYIAUsM .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcPYIAUsM .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcPYIAUsM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcPYIAUsM p {
  text-align: left;
}
.cid-uqcPYIAUsM .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcPYIAUsM .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcPYIAUsM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcPYIAUsM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcPYIAUsM .mbr-text B {
  color: #df2b2b;
}
.cid-uqcSxNtUPO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcSxNtUPO .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcSz4L8zm {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcSz4L8zm .card-img {
  background-color: #fff;
}
.cid-uqcSz4L8zm .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcSz4L8zm .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcSz4L8zm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcSz4L8zm p {
  text-align: left;
}
.cid-uqcSz4L8zm .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcSz4L8zm .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcSz4L8zm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcSz4L8zm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcSz4L8zm .mbr-text B {
  color: #df2b2b;
}
.cid-uqcUXxw4W7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcUXxw4W7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcUYRwamx {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcUYRwamx .card-img {
  background-color: #fff;
}
.cid-uqcUYRwamx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcUYRwamx .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcUYRwamx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcUYRwamx p {
  text-align: left;
}
.cid-uqcUYRwamx .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcUYRwamx .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcUYRwamx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcUYRwamx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcUYRwamx .mbr-text B {
  color: #df2b2b;
}
.cid-uqcXWyba3V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqcXWyba3V .mbr-section-subtitle {
  color: #767676;
}
.cid-uqcXYMbPAL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqcXYMbPAL .card-img {
  background-color: #fff;
}
.cid-uqcXYMbPAL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqcXYMbPAL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqcXYMbPAL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqcXYMbPAL p {
  text-align: left;
}
.cid-uqcXYMbPAL .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqcXYMbPAL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqcXYMbPAL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqcXYMbPAL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqcXYMbPAL .mbr-text B {
  color: #df2b2b;
}
.cid-uqd0la2SbI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqd0la2SbI .mbr-section-subtitle {
  color: #767676;
}
.cid-uqd0mMrFZA {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqd0mMrFZA .card-img {
  background-color: #fff;
}
.cid-uqd0mMrFZA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uqd0mMrFZA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uqd0mMrFZA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqd0mMrFZA p {
  text-align: left;
}
.cid-uqd0mMrFZA .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uqd0mMrFZA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uqd0mMrFZA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uqd0mMrFZA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqd0mMrFZA .mbr-text B {
  color: #df2b2b;
}
.cid-qynt4t55uW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qynt4t55uW .mbr-section-subtitle {
  color: #767676;
}
.cid-qynt5TxYTt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qynt5TxYTt .card-img {
  background-color: #fff;
}
.cid-qynt5TxYTt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qynt5TxYTt .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qynt5TxYTt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qynt5TxYTt p {
  text-align: left;
}
.cid-qynt5TxYTt .mbr-text {
  color: #cc2952;
}
.cid-qynt5TxYTt .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qynt5TxYTt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qynt5TxYTt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qynt5TxYTt .mbr-text B {
  color: #df2b2b;
}
.cid-qynt5TxYTt .card-title DIV {
  color: #1e2750;
}
.cid-qynt5TxYTt .card-title {
  color: #232323;
}
.cid-qynLfCwV6l {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qynLfCwV6l .mbr-section-subtitle {
  color: #767676;
}
.cid-qynLgFg3AL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qynLgFg3AL .card-img {
  background-color: #fff;
}
.cid-qynLgFg3AL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qynLgFg3AL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qynLgFg3AL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qynLgFg3AL p {
  text-align: left;
}
.cid-qynLgFg3AL .mbr-text {
  color: #cc2952;
}
.cid-qynLgFg3AL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qynLgFg3AL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qynLgFg3AL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qynLgFg3AL .mbr-text B {
  color: #df2b2b;
}
.cid-u2auYDaP2L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2auYDaP2L .mbr-section-subtitle {
  color: #767676;
}
.cid-u2av0dOTVL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2av0dOTVL .card-img {
  background-color: #fff;
}
.cid-u2av0dOTVL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2av0dOTVL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2av0dOTVL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2av0dOTVL p {
  text-align: left;
}
.cid-u2av0dOTVL .mbr-text {
  color: #cc2952;
}
.cid-u2av0dOTVL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2av0dOTVL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2av0dOTVL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2av0dOTVL .mbr-text B {
  color: #df2b2b;
}
.cid-u2atnOIqXR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2atnOIqXR .mbr-section-subtitle {
  color: #767676;
}
.cid-u2attTqW6k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2attTqW6k .card-img {
  background-color: #fff;
}
.cid-u2attTqW6k .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2attTqW6k .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2attTqW6k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2attTqW6k p {
  text-align: left;
}
.cid-u2attTqW6k .mbr-text {
  color: #cc2952;
}
.cid-u2attTqW6k .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2attTqW6k .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2attTqW6k .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2attTqW6k .mbr-text B {
  color: #df2b2b;
}
.cid-uRyZzVZg4r {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyZzVZg4r .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyZBIT8sf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyZBIT8sf .card-img {
  background-color: #fff;
}
.cid-uRyZBIT8sf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyZBIT8sf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyZBIT8sf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyZBIT8sf p {
  text-align: left;
}
.cid-uRyZBIT8sf .mbr-text {
  color: #cc2952;
}
.cid-uRyZBIT8sf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyZBIT8sf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyZBIT8sf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyZBIT8sf .mbr-text B {
  color: #df2b2b;
}
.cid-uRz2tez1Oz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRz2tez1Oz .mbr-section-subtitle {
  color: #767676;
}
.cid-uRz2veXrmk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRz2veXrmk .card-img {
  background-color: #fff;
}
.cid-uRz2veXrmk .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRz2veXrmk .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRz2veXrmk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRz2veXrmk p {
  text-align: left;
}
.cid-uRz2veXrmk .mbr-text {
  color: #cc2952;
}
.cid-uRz2veXrmk .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRz2veXrmk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRz2veXrmk .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRz2veXrmk .mbr-text B {
  color: #df2b2b;
}
.cid-qyni90SNkf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyni90SNkf .mbr-section-subtitle {
  color: #767676;
}
.cid-qynin79TqA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qynin79TqA .card-img {
  background-color: #fff;
}
.cid-qynin79TqA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qynin79TqA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qynin79TqA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qynin79TqA p {
  text-align: left;
}
.cid-qynin79TqA .mbr-text {
  color: #cc2952;
}
.cid-qynin79TqA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qynin79TqA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qynin79TqA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qynin79TqA .mbr-text B {
  color: #df2b2b;
}
.cid-uRznjuBqnR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRznjuBqnR .mbr-section-subtitle {
  color: #767676;
}
.cid-uRznmczDBv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRznmczDBv .card-img {
  background-color: #fff;
}
.cid-uRznmczDBv .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRznmczDBv .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRznmczDBv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRznmczDBv p {
  text-align: left;
}
.cid-uRznmczDBv .mbr-text {
  color: #cc2952;
}
.cid-uRznmczDBv .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRznmczDBv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRznmczDBv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRznmczDBv .mbr-text B {
  color: #df2b2b;
}
.cid-uRzUp4Sk19 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRzUp4Sk19 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRzVqcVTsP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRzVqcVTsP .card-img {
  background-color: #fff;
}
.cid-uRzVqcVTsP .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRzVqcVTsP .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRzVqcVTsP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRzVqcVTsP p {
  text-align: left;
}
.cid-uRzVqcVTsP .mbr-text {
  color: #cc2952;
}
.cid-uRzVqcVTsP .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRzVqcVTsP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRzVqcVTsP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRzVqcVTsP .mbr-text B {
  color: #df2b2b;
}
.cid-uRyCfCMaKB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyCfCMaKB .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyCrxCIwZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyCrxCIwZ .card-img {
  background-color: #fff;
}
.cid-uRyCrxCIwZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyCrxCIwZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyCrxCIwZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyCrxCIwZ p {
  text-align: left;
}
.cid-uRyCrxCIwZ .mbr-text {
  color: #cc2952;
}
.cid-uRyCrxCIwZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyCrxCIwZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyCrxCIwZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyCrxCIwZ .mbr-text B {
  color: #df2b2b;
}
.cid-uRyCrxCIwZ .card-title {
  text-align: left;
}
.cid-uRyGGja3Nr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyGGja3Nr .mbr-section-subtitle {
  color: #767676;
}
.cid-rMMMww9iyp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMMMww9iyp .card-img {
  background-color: #fff;
}
.cid-rMMMww9iyp .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rMMMww9iyp .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rMMMww9iyp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMMMww9iyp p {
  text-align: left;
}
.cid-rMMMww9iyp .mbr-text {
  color: #cc2952;
}
.cid-rMMMww9iyp .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMMMww9iyp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMMMww9iyp .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rMMMww9iyp .mbr-text B {
  color: #df2b2b;
}
.cid-rMMMww9iyp .card-title {
  text-align: left;
}
.cid-uRyACfuF3D {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyACfuF3D .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyAFEKjhx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyAFEKjhx .card-img {
  background-color: #fff;
}
.cid-uRyAFEKjhx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyAFEKjhx .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyAFEKjhx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyAFEKjhx p {
  text-align: left;
}
.cid-uRyAFEKjhx .mbr-text {
  color: #cc2952;
}
.cid-uRyAFEKjhx .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyAFEKjhx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyAFEKjhx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyAFEKjhx .mbr-text B {
  color: #df2b2b;
}
.cid-uRyAFEKjhx .card-title {
  text-align: left;
}
.cid-uRyFJtSfhV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyFJtSfhV .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyFReVCHk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyFReVCHk .card-img {
  background-color: #fff;
}
.cid-uRyFReVCHk .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyFReVCHk .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyFReVCHk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyFReVCHk p {
  text-align: left;
}
.cid-uRyFReVCHk .mbr-text {
  color: #cc2952;
}
.cid-uRyFReVCHk .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyFReVCHk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyFReVCHk .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyFReVCHk .mbr-text B {
  color: #df2b2b;
}
.cid-uRyFReVCHk .card-title {
  text-align: left;
}
.cid-uRyK6cfkKj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyK6cfkKj .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyK7ZlprK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyK7ZlprK .card-img {
  background-color: #fff;
}
.cid-uRyK7ZlprK .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyK7ZlprK .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyK7ZlprK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyK7ZlprK p {
  text-align: left;
}
.cid-uRyK7ZlprK .mbr-text {
  color: #cc2952;
}
.cid-uRyK7ZlprK .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyK7ZlprK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyK7ZlprK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyK7ZlprK .mbr-text B {
  color: #df2b2b;
}
.cid-uRyK7ZlprK .card-title {
  text-align: left;
}
.cid-uRyOdo22Vn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyOdo22Vn .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyOeHHcQ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyOeHHcQ6 .card-img {
  background-color: #fff;
}
.cid-uRyOeHHcQ6 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyOeHHcQ6 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyOeHHcQ6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyOeHHcQ6 p {
  text-align: left;
}
.cid-uRyOeHHcQ6 .mbr-text {
  color: #cc2952;
}
.cid-uRyOeHHcQ6 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyOeHHcQ6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyOeHHcQ6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyOeHHcQ6 .mbr-text B {
  color: #df2b2b;
}
.cid-uRyOeHHcQ6 .card-title {
  text-align: left;
}
.cid-uRyQ5XEAJ5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyQ5XEAJ5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyQXLycIT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyQXLycIT .card-img {
  background-color: #fff;
}
.cid-uRyQXLycIT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyQXLycIT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyQXLycIT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyQXLycIT p {
  text-align: left;
}
.cid-uRyQXLycIT .mbr-text {
  color: #cc2952;
}
.cid-uRyQXLycIT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyQXLycIT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyQXLycIT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyQXLycIT .mbr-text B {
  color: #df2b2b;
}
.cid-srHjOWNvrg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srHjOWNvrg .mbr-section-subtitle {
  color: #767676;
}
.cid-srHk0GZKZY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srHk0GZKZY .card-img {
  background-color: #fff;
}
.cid-srHk0GZKZY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-srHk0GZKZY .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-srHk0GZKZY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srHk0GZKZY p {
  text-align: left;
}
.cid-srHk0GZKZY .mbr-text {
  color: #cc2952;
}
.cid-srHk0GZKZY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srHk0GZKZY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-srHk0GZKZY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-srHk0GZKZY .mbr-text B {
  color: #df2b2b;
}
.cid-srHme3B4cH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srHme3B4cH .mbr-section-subtitle {
  color: #767676;
}
.cid-srHmhs6yt2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srHmhs6yt2 .card-img {
  background-color: #fff;
}
.cid-srHmhs6yt2 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-srHmhs6yt2 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-srHmhs6yt2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srHmhs6yt2 p {
  text-align: left;
}
.cid-srHmhs6yt2 .mbr-text {
  color: #cc2952;
}
.cid-srHmhs6yt2 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srHmhs6yt2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-srHmhs6yt2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-srHmhs6yt2 .mbr-text B {
  color: #df2b2b;
}
.cid-srHnx3RgHt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srHnx3RgHt .mbr-section-subtitle {
  color: #767676;
}
.cid-srHny7qn1j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srHny7qn1j .card-img {
  background-color: #fff;
}
.cid-srHny7qn1j .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-srHny7qn1j .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-srHny7qn1j h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-srHny7qn1j p {
  text-align: left;
}
.cid-srHny7qn1j .mbr-text {
  color: #cc2952;
}
.cid-srHny7qn1j .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srHny7qn1j .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-srHny7qn1j .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-srHny7qn1j .mbr-text B {
  color: #df2b2b;
}
.cid-tXJke3X0xn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXJke3X0xn .mbr-section-subtitle {
  color: #767676;
}
.cid-tXJkfVu40z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXJkfVu40z .card-img {
  background-color: #fff;
}
.cid-tXJkfVu40z .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tXJkfVu40z .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tXJkfVu40z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXJkfVu40z p {
  text-align: left;
}
.cid-tXJkfVu40z .mbr-text {
  color: #cc2952;
}
.cid-tXJkfVu40z .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tXJkfVu40z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tXJkfVu40z .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tXJkfVu40z .mbr-text B {
  color: #df2b2b;
}
.cid-tVhNXrpnlR {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhNXrpnlR .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhNXrpnlR .social-list a:focus {
  text-decoration: none;
}
.cid-tVhNXrpnlR H2 {
  color: #efefef;
}
.cid-tVhNZi52PG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwOncP33m {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwOncP33m .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwOncP33m .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwOncP33m .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwOncP33m .mbr-text B {
  color: #232323;
}
.cid-qy7ihbeoWZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7ihbeoWZ .mbr-section-subtitle {
  color: #767676;
}
.cid-qy7iiteVDG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7iiteVDG .card-img {
  background-color: #fff;
}
.cid-qy7iiteVDG .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy7iiteVDG .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy7iiteVDG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy7iiteVDG p {
  text-align: left;
}
.cid-qy7iiteVDG .mbr-text {
  color: #cc2952;
}
.cid-qy7iiteVDG .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy7iiteVDG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy7iiteVDG .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy7iiteVDG .mbr-text B {
  color: #df2b2b;
}
.cid-qy7iiteVDG .card-title {
  text-align: left;
}
.cid-qy7jZKddVP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7jZKddVP .mbr-section-subtitle {
  color: #767676;
}
.cid-qy7k0p1E4b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7k0p1E4b .card-img {
  background-color: #fff;
}
.cid-qy7k0p1E4b .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy7k0p1E4b .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy7k0p1E4b h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy7k0p1E4b p {
  text-align: left;
}
.cid-qy7k0p1E4b .mbr-text {
  color: #cc2952;
}
.cid-qy7k0p1E4b .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy7k0p1E4b .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy7k0p1E4b .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy7k0p1E4b .mbr-text B {
  color: #df2b2b;
}
.cid-qy7k0p1E4b .card-title {
  text-align: left;
}
.cid-qy7kK68nPN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7kK68nPN .mbr-section-subtitle {
  color: #767676;
}
.cid-qy7kL0MNnP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7kL0MNnP .card-img {
  background-color: #fff;
}
.cid-qy7kL0MNnP .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy7kL0MNnP .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy7kL0MNnP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy7kL0MNnP p {
  text-align: left;
}
.cid-qy7kL0MNnP .mbr-text {
  color: #cc2952;
}
.cid-qy7kL0MNnP .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy7kL0MNnP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy7kL0MNnP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy7kL0MNnP .mbr-text B {
  color: #df2b2b;
}
.cid-qy7kL0MNnP .card-title {
  text-align: left;
}
.cid-qy7kLOlNb0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7kLOlNb0 .card-img {
  background-color: #fff;
}
.cid-qy7kLOlNb0 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy7kLOlNb0 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy7kLOlNb0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy7kLOlNb0 p {
  text-align: left;
}
.cid-qy7kLOlNb0 .mbr-text {
  color: #cc2952;
}
.cid-qy7kLOlNb0 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy7kLOlNb0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy7kLOlNb0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy7kLOlNb0 .mbr-text B {
  color: #df2b2b;
}
.cid-qy7kLOlNb0 .card-title {
  text-align: left;
}
.cid-qy7nCQH08o {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7nCQH08o .mbr-section-subtitle {
  color: #767676;
}
.cid-qy7nDO7Pgb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7nDO7Pgb .card-img {
  background-color: #fff;
}
.cid-qy7nDO7Pgb .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy7nDO7Pgb .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy7nDO7Pgb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy7nDO7Pgb p {
  text-align: left;
}
.cid-qy7nDO7Pgb .mbr-text {
  color: #cc2952;
}
.cid-qy7nDO7Pgb .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy7nDO7Pgb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy7nDO7Pgb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy7nDO7Pgb .mbr-text B {
  color: #df2b2b;
}
.cid-qy7nDO7Pgb .card-title {
  text-align: left;
}
.cid-sgSxPLPoaF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSxPLPoaF .card-img {
  background-color: #fff;
}
.cid-sgSxPLPoaF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSxPLPoaF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSxPLPoaF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSxPLPoaF p {
  text-align: left;
}
.cid-sgSxPLPoaF .mbr-text {
  color: #cc2952;
}
.cid-sgSxPLPoaF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSxPLPoaF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSxPLPoaF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSxPLPoaF .mbr-text B {
  color: #df2b2b;
}
.cid-sgSxPLPoaF .card-title {
  text-align: left;
}
.cid-sgSIdndPtR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSIdndPtR .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSIgxEyAz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSIgxEyAz .card-img {
  background-color: #fff;
}
.cid-sgSIgxEyAz .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSIgxEyAz .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSIgxEyAz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSIgxEyAz p {
  text-align: left;
}
.cid-sgSIgxEyAz .mbr-text {
  color: #cc2952;
}
.cid-sgSIgxEyAz .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSIgxEyAz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSIgxEyAz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSIgxEyAz .mbr-text B {
  color: #df2b2b;
}
.cid-sgSIgxEyAz .card-title {
  text-align: left;
}
.cid-sgSD1XQsRu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSD1XQsRu .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSD3RNYNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSD3RNYNq .card-img {
  background-color: #fff;
}
.cid-sgSD3RNYNq .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSD3RNYNq .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSD3RNYNq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSD3RNYNq p {
  text-align: left;
}
.cid-sgSD3RNYNq .mbr-text {
  color: #cc2952;
}
.cid-sgSD3RNYNq .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSD3RNYNq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSD3RNYNq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSD3RNYNq .mbr-text B {
  color: #df2b2b;
}
.cid-sgSD3RNYNq .card-title {
  text-align: left;
}
.cid-sgSPwPHN6P {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSPwPHN6P .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSPvATxIZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSPvATxIZ .card-img {
  background-color: #fff;
}
.cid-sgSPvATxIZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSPvATxIZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSPvATxIZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSPvATxIZ p {
  text-align: left;
}
.cid-sgSPvATxIZ .mbr-text {
  color: #cc2952;
}
.cid-sgSPvATxIZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSPvATxIZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSPvATxIZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSPvATxIZ .mbr-text B {
  color: #df2b2b;
}
.cid-sgSPvATxIZ .card-title {
  text-align: left;
}
.cid-sgSQeCsy13 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSQeCsy13 .card-img {
  background-color: #fff;
}
.cid-sgSQeCsy13 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSQeCsy13 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSQeCsy13 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSQeCsy13 p {
  text-align: left;
}
.cid-sgSQeCsy13 .mbr-text {
  color: #cc2952;
}
.cid-sgSQeCsy13 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSQeCsy13 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSQeCsy13 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSQeCsy13 .mbr-text B {
  color: #df2b2b;
}
.cid-sgSQeCsy13 .card-title {
  text-align: left;
}
.cid-sgSUd5SCnt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSUd5SCnt .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSUbab2iG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSUbab2iG .card-img {
  background-color: #fff;
}
.cid-sgSUbab2iG .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSUbab2iG .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSUbab2iG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSUbab2iG p {
  text-align: left;
}
.cid-sgSUbab2iG .mbr-text {
  color: #cc2952;
}
.cid-sgSUbab2iG .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSUbab2iG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSUbab2iG .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSUbab2iG .mbr-text B {
  color: #df2b2b;
}
.cid-sgSUbab2iG .card-title {
  text-align: left;
}
.cid-sgSVFhXNUQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSVFhXNUQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSXNvsya1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSXNvsya1 .card-img {
  background-color: #fff;
}
.cid-sgSXNvsya1 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSXNvsya1 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSXNvsya1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSXNvsya1 p {
  text-align: left;
}
.cid-sgSXNvsya1 .mbr-text {
  color: #cc2952;
}
.cid-sgSXNvsya1 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSXNvsya1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSXNvsya1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSXNvsya1 .mbr-text B {
  color: #df2b2b;
}
.cid-sgSXNvsya1 .card-title {
  text-align: left;
}
.cid-sgWuGKkQAU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgWuGKkQAU .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSXP9il0b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSXP9il0b .card-img {
  background-color: #fff;
}
.cid-sgSXP9il0b .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sgSXP9il0b .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sgSXP9il0b h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgSXP9il0b p {
  text-align: left;
}
.cid-sgSXP9il0b .mbr-text {
  color: #cc2952;
}
.cid-sgSXP9il0b .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgSXP9il0b .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sgSXP9il0b .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSXP9il0b .mbr-text B {
  color: #df2b2b;
}
.cid-sgSXP9il0b .card-title {
  text-align: left;
}
.cid-sF6M26dmiF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF6M26dmiF .card-img {
  background-color: #fff;
}
.cid-sF6M26dmiF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sF6M26dmiF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sF6M26dmiF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sF6M26dmiF p {
  text-align: left;
}
.cid-sF6M26dmiF .mbr-text {
  color: #cc2952;
}
.cid-sF6M26dmiF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sF6M26dmiF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sF6M26dmiF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sF6M26dmiF .mbr-text B {
  color: #df2b2b;
}
.cid-sF6M26dmiF .card-title {
  text-align: left;
}
.cid-sF6NV59xxt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF6NV59xxt .mbr-section-subtitle {
  color: #767676;
}
.cid-sF6NWlOIHX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF6NWlOIHX .card-img {
  background-color: #fff;
}
.cid-sF6NWlOIHX .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sF6NWlOIHX .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sF6NWlOIHX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sF6NWlOIHX p {
  text-align: left;
}
.cid-sF6NWlOIHX .mbr-text {
  color: #cc2952;
}
.cid-sF6NWlOIHX .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sF6NWlOIHX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sF6NWlOIHX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sF6NWlOIHX .mbr-text B {
  color: #df2b2b;
}
.cid-sF6NWlOIHX .card-title {
  text-align: left;
}
.cid-sF6NXlJWdk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF6NXlJWdk .card-img {
  background-color: #fff;
}
.cid-sF6NXlJWdk .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sF6NXlJWdk .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sF6NXlJWdk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sF6NXlJWdk p {
  text-align: left;
}
.cid-sF6NXlJWdk .mbr-text {
  color: #cc2952;
}
.cid-sF6NXlJWdk .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sF6NXlJWdk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sF6NXlJWdk .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sF6NXlJWdk .mbr-text B {
  color: #df2b2b;
}
.cid-sF6NXlJWdk .card-title {
  text-align: left;
}
.cid-sF6Op8Zjpb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF6Op8Zjpb .mbr-section-subtitle {
  color: #767676;
}
.cid-sF6OqgHIat {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF6OqgHIat .card-img {
  background-color: #fff;
}
.cid-sF6OqgHIat .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sF6OqgHIat .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sF6OqgHIat h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sF6OqgHIat p {
  text-align: left;
}
.cid-sF6OqgHIat .mbr-text {
  color: #cc2952;
}
.cid-sF6OqgHIat .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sF6OqgHIat .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sF6OqgHIat .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sF6OqgHIat .mbr-text B {
  color: #df2b2b;
}
.cid-sF6OqgHIat .card-title {
  text-align: left;
}
.cid-sF6Or4o56g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF6Or4o56g .card-img {
  background-color: #fff;
}
.cid-sF6Or4o56g .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sF6Or4o56g .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sF6Or4o56g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sF6Or4o56g p {
  text-align: left;
}
.cid-sF6Or4o56g .mbr-text {
  color: #cc2952;
}
.cid-sF6Or4o56g .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sF6Or4o56g .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sF6Or4o56g .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sF6Or4o56g .mbr-text B {
  color: #df2b2b;
}
.cid-sF6Or4o56g .card-title {
  text-align: left;
}
.cid-tVhOeEGgZO {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhOeEGgZO .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhOeEGgZO .social-list a:focus {
  text-decoration: none;
}
.cid-tVhOeEGgZO H2 {
  color: #efefef;
}
.cid-tVhOgvTh28 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwOWY1mci {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwOWY1mci .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwOWY1mci .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwOWY1mci .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwOWY1mci .mbr-text B {
  color: #232323;
}
.cid-qy5V10Nzhs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy5V10Nzhs .mbr-section-subtitle {
  color: #767676;
}
.cid-qy5V5VwlXW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy5V5VwlXW .card-img {
  background-color: #fff;
}
.cid-qy5V5VwlXW .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy5V5VwlXW .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy5V5VwlXW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy5V5VwlXW p {
  text-align: left;
}
.cid-qy5V5VwlXW .mbr-text {
  color: #cc2952;
}
.cid-qy5V5VwlXW .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy5V5VwlXW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy5V5VwlXW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy5V5VwlXW .mbr-text B {
  color: #df2b2b;
}
.cid-qy5V5VwlXW .card-title {
  text-align: left;
}
.cid-qy5WbhICSZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy5WbhICSZ .mbr-section-subtitle {
  color: #767676;
}
.cid-u2nxg41NMj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2nxg41NMj .card-img {
  background-color: #fff;
}
.cid-u2nxg41NMj .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2nxg41NMj .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2nxg41NMj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2nxg41NMj p {
  text-align: left;
}
.cid-u2nxg41NMj .mbr-text {
  color: #cc2952;
}
.cid-u2nxg41NMj .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2nxg41NMj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2nxg41NMj .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2nxg41NMj .mbr-text B {
  color: #df2b2b;
}
.cid-u2nxg41NMj .card-title {
  text-align: left;
}
.cid-qy5X7MPVNl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy5X7MPVNl .mbr-section-subtitle {
  color: #767676;
}
.cid-u2nz6JJ3BQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2nz6JJ3BQ .card-img {
  background-color: #fff;
}
.cid-u2nz6JJ3BQ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2nz6JJ3BQ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2nz6JJ3BQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2nz6JJ3BQ p {
  text-align: left;
}
.cid-u2nz6JJ3BQ .mbr-text {
  color: #cc2952;
}
.cid-u2nz6JJ3BQ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2nz6JJ3BQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2nz6JJ3BQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2nz6JJ3BQ .mbr-text B {
  color: #df2b2b;
}
.cid-u2nz6JJ3BQ .card-title {
  text-align: left;
}
.cid-qy5Y4Crnx4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy5Y4Crnx4 .mbr-section-subtitle {
  color: #767676;
}
.cid-u2nBTsyxCe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2nBTsyxCe .card-img {
  background-color: #fff;
}
.cid-u2nBTsyxCe .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2nBTsyxCe .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2nBTsyxCe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2nBTsyxCe p {
  text-align: left;
}
.cid-u2nBTsyxCe .mbr-text {
  color: #cc2952;
}
.cid-u2nBTsyxCe .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2nBTsyxCe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2nBTsyxCe .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2nBTsyxCe .mbr-text B {
  color: #df2b2b;
}
.cid-u2nBTsyxCe .card-title {
  text-align: left;
}
.cid-qy60PRhvFd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy60PRhvFd .mbr-section-subtitle {
  color: #767676;
}
.cid-u2raBKWy9V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2raBKWy9V .card-img {
  background-color: #fff;
}
.cid-u2raBKWy9V .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2raBKWy9V .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2raBKWy9V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2raBKWy9V p {
  text-align: left;
}
.cid-u2raBKWy9V .mbr-text {
  color: #cc2952;
}
.cid-u2raBKWy9V .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2raBKWy9V .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2raBKWy9V .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2raBKWy9V .mbr-text B {
  color: #df2b2b;
}
.cid-u2raBKWy9V .card-title {
  text-align: left;
}
.cid-qy61mzqvlM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy61mzqvlM .mbr-section-subtitle {
  color: #767676;
}
.cid-u2rdMOf9iI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2rdMOf9iI .card-img {
  background-color: #fff;
}
.cid-u2rdMOf9iI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2rdMOf9iI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2rdMOf9iI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2rdMOf9iI p {
  text-align: left;
}
.cid-u2rdMOf9iI .mbr-text {
  color: #cc2952;
}
.cid-u2rdMOf9iI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2rdMOf9iI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2rdMOf9iI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2rdMOf9iI .mbr-text B {
  color: #df2b2b;
}
.cid-u2rdMOf9iI .card-title {
  text-align: left;
}
.cid-qy62B8vbz3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy62B8vbz3 .mbr-section-subtitle {
  color: #767676;
}
.cid-u2rgddB7oT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2rgddB7oT .card-img {
  background-color: #fff;
}
.cid-u2rgddB7oT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2rgddB7oT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2rgddB7oT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2rgddB7oT p {
  text-align: left;
}
.cid-u2rgddB7oT .mbr-text {
  color: #cc2952;
}
.cid-u2rgddB7oT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2rgddB7oT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2rgddB7oT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2rgddB7oT .mbr-text B {
  color: #df2b2b;
}
.cid-u2rgddB7oT .card-title {
  text-align: left;
}
.cid-tVhP7dLdcR {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhP7dLdcR .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhP7dLdcR .social-list a:focus {
  text-decoration: none;
}
.cid-tVhP7dLdcR H2 {
  color: #efefef;
}
.cid-tVhP9qGKmp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwPcufWAg {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwPcufWAg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwPcufWAg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwPcufWAg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwPcufWAg .mbr-text B {
  color: #232323;
}
.cid-qy3NyctT8b {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3NyctT8b .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3NzdWx1N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3NzdWx1N .card-img {
  background-color: #fff;
}
.cid-qy3NzdWx1N .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3NzdWx1N .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3NzdWx1N h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3NzdWx1N p {
  text-align: left;
}
.cid-qy3NzdWx1N .mbr-text {
  color: #cc2952;
}
.cid-qy3NzdWx1N .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3NzdWx1N .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3NzdWx1N .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3NzdWx1N .mbr-text B {
  color: #df2b2b;
}
.cid-qy3NzdWx1N .card-title {
  text-align: left;
}
.cid-sreFTE8S4n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sreFTE8S4n .mbr-section-subtitle {
  color: #767676;
}
.cid-sreFV3uM4S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sreFV3uM4S .card-img {
  background-color: #fff;
}
.cid-sreFV3uM4S .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sreFV3uM4S .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sreFV3uM4S h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sreFV3uM4S p {
  text-align: left;
}
.cid-sreFV3uM4S .mbr-text {
  color: #cc2952;
}
.cid-sreFV3uM4S .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sreFV3uM4S .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sreFV3uM4S .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sreFV3uM4S .mbr-text B {
  color: #df2b2b;
}
.cid-sreFV3uM4S .card-title {
  text-align: left;
}
.cid-qy3PxGwwFX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3PxGwwFX .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3PzC9yCR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3PzC9yCR .card-img {
  background-color: #fff;
}
.cid-qy3PzC9yCR .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3PzC9yCR .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3PzC9yCR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3PzC9yCR p {
  text-align: left;
}
.cid-qy3PzC9yCR .mbr-text {
  color: #cc2952;
}
.cid-qy3PzC9yCR .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3PzC9yCR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3PzC9yCR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3PzC9yCR .mbr-text B {
  color: #df2b2b;
}
.cid-qy3PzC9yCR .card-title {
  text-align: left;
}
.cid-sTxky2BfO5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxky2BfO5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTxkG9moOl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxkG9moOl .card-img {
  background-color: #fff;
}
.cid-sTxkG9moOl .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sTxkG9moOl .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sTxkG9moOl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTxkG9moOl p {
  text-align: left;
}
.cid-sTxkG9moOl .mbr-text {
  color: #cc2952;
}
.cid-sTxkG9moOl .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTxkG9moOl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sTxkG9moOl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTxkG9moOl .mbr-text B {
  color: #df2b2b;
}
.cid-sTxkG9moOl .card-title {
  text-align: left;
}
.cid-vfktppfQK3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfktppfQK3 .mbr-section-subtitle {
  color: #767676;
}
.cid-vfktwq8IEb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfktwq8IEb .card-img {
  background-color: #fff;
}
.cid-vfktwq8IEb .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-vfktwq8IEb .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-vfktwq8IEb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfktwq8IEb p {
  text-align: left;
}
.cid-vfktwq8IEb .mbr-text {
  color: #cc2952;
}
.cid-vfktwq8IEb .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vfktwq8IEb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vfktwq8IEb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-vfktwq8IEb .mbr-text B {
  color: #df2b2b;
}
.cid-vfktwq8IEb .card-title {
  text-align: left;
}
.cid-sTxpAZsmJ5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxpAZsmJ5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTxpChGjTp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxpChGjTp .card-img {
  background-color: #fff;
}
.cid-sTxpChGjTp .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sTxpChGjTp .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sTxpChGjTp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTxpChGjTp p {
  text-align: left;
}
.cid-sTxpChGjTp .mbr-text {
  color: #cc2952;
}
.cid-sTxpChGjTp .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTxpChGjTp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sTxpChGjTp .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTxpChGjTp .mbr-text B {
  color: #df2b2b;
}
.cid-sTxpChGjTp .card-title {
  text-align: left;
}
.cid-sTxsvALmQ8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxsvALmQ8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTxsxga6DU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxsxga6DU .card-img {
  background-color: #fff;
}
.cid-sTxsxga6DU .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sTxsxga6DU .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sTxsxga6DU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTxsxga6DU p {
  text-align: left;
}
.cid-sTxsxga6DU .mbr-text {
  color: #cc2952;
}
.cid-sTxsxga6DU .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTxsxga6DU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sTxsxga6DU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTxsxga6DU .mbr-text B {
  color: #df2b2b;
}
.cid-sTxsxga6DU .card-title {
  text-align: left;
}
.cid-sTxwGgChS5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxwGgChS5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTxwEVcasI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTxwEVcasI .card-img {
  background-color: #fff;
}
.cid-sTxwEVcasI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sTxwEVcasI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sTxwEVcasI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTxwEVcasI p {
  text-align: left;
}
.cid-sTxwEVcasI .mbr-text {
  color: #cc2952;
}
.cid-sTxwEVcasI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTxwEVcasI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sTxwEVcasI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sTxwEVcasI .mbr-text B {
  color: #df2b2b;
}
.cid-sTxwEVcasI .card-title {
  text-align: left;
}
.cid-tVhPpdx7kP {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhPpdx7kP .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhPpdx7kP .social-list a:focus {
  text-decoration: none;
}
.cid-tVhPpdx7kP H2 {
  color: #efefef;
}
.cid-tVhPyq1wh9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwPZ7YwkE {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwPZ7YwkE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwPZ7YwkE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwPZ7YwkE .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwPZ7YwkE .mbr-text B {
  color: #232323;
}
.cid-qy3UjONeKd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3UjONeKd .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3UjONeKd .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy3UkGK6lq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3UkGK6lq .card-img {
  background-color: #fff;
}
.cid-qy3UkGK6lq .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3UkGK6lq .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3UkGK6lq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3UkGK6lq p {
  text-align: left;
}
.cid-qy3UkGK6lq .mbr-text {
  color: #cc2952;
}
.cid-qy3UkGK6lq .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3UkGK6lq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3UkGK6lq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3UkGK6lq .mbr-text B {
  color: #df2b2b;
}
.cid-qy3UkGK6lq .card-title {
  text-align: left;
}
.cid-qy3VO6bQHX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3VO6bQHX .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3VPB1TLI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3VPB1TLI .card-img {
  background-color: #fff;
}
.cid-qy3VPB1TLI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3VPB1TLI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3VPB1TLI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3VPB1TLI p {
  text-align: left;
}
.cid-qy3VPB1TLI .mbr-text {
  color: #cc2952;
}
.cid-qy3VPB1TLI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3VPB1TLI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3VPB1TLI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3VPB1TLI .mbr-text B {
  color: #df2b2b;
}
.cid-qy3VPB1TLI .card-title {
  text-align: left;
}
.cid-qy3WDofFVH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3WDofFVH .mbr-section-subtitle {
  color: #767676;
}
.cid-qy3WDofFVH .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy3WEdtFlF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy3WEdtFlF .card-img {
  background-color: #fff;
}
.cid-qy3WEdtFlF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy3WEdtFlF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy3WEdtFlF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy3WEdtFlF p {
  text-align: left;
}
.cid-qy3WEdtFlF .mbr-text {
  color: #cc2952;
}
.cid-qy3WEdtFlF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy3WEdtFlF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy3WEdtFlF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy3WEdtFlF .mbr-text B {
  color: #df2b2b;
}
.cid-qy3WEdtFlF .card-title {
  text-align: left;
}
.cid-qy41QY30Dm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy41QY30Dm .mbr-section-subtitle {
  color: #767676;
}
.cid-qy41RMz4lb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy41RMz4lb .card-img {
  background-color: #fff;
}
.cid-qy41RMz4lb .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy41RMz4lb .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy41RMz4lb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy41RMz4lb p {
  text-align: left;
}
.cid-qy41RMz4lb .mbr-text {
  color: #cc2952;
}
.cid-qy41RMz4lb .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy41RMz4lb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy41RMz4lb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy41RMz4lb .mbr-text B {
  color: #df2b2b;
}
.cid-qy41RMz4lb .card-title {
  text-align: left;
}
.cid-qy42WFIN2n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy42WFIN2n .mbr-section-subtitle {
  color: #767676;
}
.cid-qy42XyM6X0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy42XyM6X0 .card-img {
  background-color: #fff;
}
.cid-qy42XyM6X0 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy42XyM6X0 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy42XyM6X0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy42XyM6X0 p {
  text-align: left;
}
.cid-qy42XyM6X0 .mbr-text {
  color: #cc2952;
}
.cid-qy42XyM6X0 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy42XyM6X0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy42XyM6X0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy42XyM6X0 .mbr-text B {
  color: #df2b2b;
}
.cid-qy42XyM6X0 .card-title {
  text-align: left;
}
.cid-qy43RdvvgH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy43RdvvgH .mbr-section-subtitle {
  color: #767676;
}
.cid-qy43RdvvgH .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qy43XXcdWv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy43XXcdWv .card-img {
  background-color: #fff;
}
.cid-qy43XXcdWv .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qy43XXcdWv .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qy43XXcdWv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy43XXcdWv p {
  text-align: left;
}
.cid-qy43XXcdWv .mbr-text {
  color: #cc2952;
}
.cid-qy43XXcdWv .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy43XXcdWv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qy43XXcdWv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qy43XXcdWv .mbr-text B {
  color: #df2b2b;
}
.cid-qy43XXcdWv .card-title {
  text-align: left;
}
.cid-tVhPLZfHMh {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhPLZfHMh .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhPLZfHMh .social-list a:focus {
  text-decoration: none;
}
.cid-tVhPLZfHMh H2 {
  color: #efefef;
}
.cid-tVhPNqTPbU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qxwQc6xK83 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qxwQc6xK83 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxwQc6xK83 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxwQc6xK83 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxwQc6xK83 .mbr-text B {
  color: #232323;
}
.cid-qyldwqpSw1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyldwqpSw1 .mbr-section-subtitle {
  color: #767676;
}
.cid-qyldwYEdpg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyldwYEdpg .mbr-section-subtitle {
  color: #767676;
}
.cid-qyldwYEdpg .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylecsGjQs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylecsGjQs .card-img {
  background-color: #fff;
}
.cid-qylecsGjQs .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylecsGjQs .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylecsGjQs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylecsGjQs p {
  text-align: left;
}
.cid-qylecsGjQs .mbr-text {
  color: #cc2952;
}
.cid-qylecsGjQs .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylecsGjQs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylecsGjQs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylecsGjQs .mbr-text B {
  color: #df2b2b;
}
.cid-qylecsGjQs .card-title {
  text-align: left;
}
.cid-qylgdIqlyE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylgdIqlyE .mbr-section-subtitle {
  color: #767676;
}
.cid-qylgdIqlyE .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylggl5RMC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylggl5RMC .card-img {
  background-color: #fff;
}
.cid-qylggl5RMC .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylggl5RMC .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylggl5RMC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylggl5RMC p {
  text-align: left;
}
.cid-qylggl5RMC .mbr-text {
  color: #cc2952;
}
.cid-qylggl5RMC .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylggl5RMC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylggl5RMC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylggl5RMC .mbr-text B {
  color: #df2b2b;
}
.cid-qylggl5RMC .card-title {
  text-align: left;
}
.cid-qylkFfyuVx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylkFfyuVx .mbr-section-subtitle {
  color: #767676;
}
.cid-qylkFfyuVx .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qyllhycQjE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyllhycQjE .card-img {
  background-color: #fff;
}
.cid-qyllhycQjE .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyllhycQjE .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyllhycQjE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyllhycQjE p {
  text-align: left;
}
.cid-qyllhycQjE .mbr-text {
  color: #cc2952;
}
.cid-qyllhycQjE .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyllhycQjE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyllhycQjE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyllhycQjE .mbr-text B {
  color: #df2b2b;
}
.cid-qyllhycQjE .card-title {
  text-align: left;
}
.cid-qylmTyJzdb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylmTyJzdb .mbr-section-subtitle {
  color: #767676;
}
.cid-qylnptztnw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylnptztnw .card-img {
  background-color: #fff;
}
.cid-qylnptztnw .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylnptztnw .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylnptztnw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylnptztnw p {
  text-align: left;
}
.cid-qylnptztnw .mbr-text {
  color: #cc2952;
}
.cid-qylnptztnw .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylnptztnw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylnptztnw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylnptztnw .mbr-text B {
  color: #df2b2b;
}
.cid-qylnptztnw .card-title {
  text-align: left;
}
.cid-qyloxt68L0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyloxt68L0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qyloy8UApR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyloy8UApR .mbr-section-subtitle {
  color: #767676;
}
.cid-qyloy8UApR .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qyloVLF3El {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyloVLF3El .card-img {
  background-color: #fff;
}
.cid-qyloVLF3El .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyloVLF3El .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyloVLF3El h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyloVLF3El p {
  text-align: left;
}
.cid-qyloVLF3El .mbr-text {
  color: #cc2952;
}
.cid-qyloVLF3El .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyloVLF3El .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyloVLF3El .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyloVLF3El .mbr-text B {
  color: #df2b2b;
}
.cid-qyloVLF3El .card-title {
  text-align: left;
}
.cid-qylrawuQMW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylrawuQMW .mbr-section-subtitle {
  color: #767676;
}
.cid-qylrawuQMW .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylrbnexG2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylrbnexG2 .card-img {
  background-color: #fff;
}
.cid-qylrbnexG2 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylrbnexG2 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylrbnexG2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylrbnexG2 p {
  text-align: left;
}
.cid-qylrbnexG2 .mbr-text {
  color: #cc2952;
}
.cid-qylrbnexG2 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylrbnexG2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylrbnexG2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylrbnexG2 .mbr-text B {
  color: #df2b2b;
}
.cid-qylrbnexG2 .card-title {
  text-align: left;
}
.cid-qyltQsSmpJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyltQsSmpJ .mbr-section-subtitle {
  color: #767676;
}
.cid-qyltQsSmpJ .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qyltWux1ZP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyltWux1ZP .card-img {
  background-color: #fff;
}
.cid-qyltWux1ZP .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyltWux1ZP .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyltWux1ZP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyltWux1ZP p {
  text-align: left;
}
.cid-qyltWux1ZP .mbr-text {
  color: #cc2952;
}
.cid-qyltWux1ZP .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyltWux1ZP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyltWux1ZP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyltWux1ZP .mbr-text B {
  color: #df2b2b;
}
.cid-qyltWux1ZP .card-title {
  text-align: left;
}
.cid-qylvEFVwza {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylvEFVwza .mbr-section-subtitle {
  color: #767676;
}
.cid-qylvEFVwza .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylvGNoQgr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylvGNoQgr .card-img {
  background-color: #fff;
}
.cid-qylvGNoQgr .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylvGNoQgr .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylvGNoQgr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylvGNoQgr p {
  text-align: left;
}
.cid-qylvGNoQgr .mbr-text {
  color: #cc2952;
}
.cid-qylvGNoQgr .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylvGNoQgr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylvGNoQgr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylvGNoQgr .mbr-text B {
  color: #df2b2b;
}
.cid-qylvGNoQgr .card-title {
  text-align: left;
}
.cid-qylD2ERGUL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylD2ERGUL .mbr-section-subtitle {
  color: #767676;
}
.cid-qylD3kmyeu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylD3kmyeu .mbr-section-subtitle {
  color: #767676;
}
.cid-qylD3kmyeu .mbr-section-subtitle DIV {
  color: #232323;
  text-align: center;
}
.cid-qylDiXNDdM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylDiXNDdM .card-img {
  background-color: #fff;
}
.cid-qylDiXNDdM .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylDiXNDdM .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylDiXNDdM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylDiXNDdM p {
  text-align: left;
}
.cid-qylDiXNDdM .mbr-text {
  color: #cc2952;
}
.cid-qylDiXNDdM .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylDiXNDdM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylDiXNDdM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylDiXNDdM .mbr-text B {
  color: #df2b2b;
}
.cid-qylDiXNDdM .card-title {
  text-align: left;
}
.cid-qylEQW8k20 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylEQW8k20 .mbr-section-subtitle {
  color: #767676;
}
.cid-qylEQW8k20 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylESslC8H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylESslC8H .card-img {
  background-color: #fff;
}
.cid-qylESslC8H .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylESslC8H .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylESslC8H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylESslC8H p {
  text-align: left;
}
.cid-qylESslC8H .mbr-text {
  color: #cc2952;
}
.cid-qylESslC8H .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylESslC8H .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylESslC8H .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylESslC8H .mbr-text B {
  color: #df2b2b;
}
.cid-qylESslC8H .card-title {
  text-align: left;
}
.cid-qylGivhLnC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylGivhLnC .mbr-section-subtitle {
  color: #767676;
}
.cid-qylGivhLnC .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylGK3oRlE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylGK3oRlE .card-img {
  background-color: #fff;
}
.cid-qylGK3oRlE .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylGK3oRlE .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylGK3oRlE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylGK3oRlE p {
  text-align: left;
}
.cid-qylGK3oRlE .mbr-text {
  color: #cc2952;
}
.cid-qylGK3oRlE .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylGK3oRlE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylGK3oRlE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylGK3oRlE .mbr-text B {
  color: #df2b2b;
}
.cid-qylGK3oRlE .card-title {
  text-align: left;
}
.cid-qylHIUr2fH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylHIUr2fH .mbr-section-subtitle {
  color: #767676;
}
.cid-qylHIUr2fH .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylHJSTWPD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylHJSTWPD .card-img {
  background-color: #fff;
}
.cid-qylHJSTWPD .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylHJSTWPD .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylHJSTWPD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylHJSTWPD p {
  text-align: left;
}
.cid-qylHJSTWPD .mbr-text {
  color: #cc2952;
}
.cid-qylHJSTWPD .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylHJSTWPD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylHJSTWPD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylHJSTWPD .mbr-text B {
  color: #df2b2b;
}
.cid-qylHJSTWPD .card-title {
  text-align: left;
}
.cid-qylIO7dd7F {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylIO7dd7F .mbr-section-subtitle {
  color: #767676;
}
.cid-qylIO7dd7F .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylIXUylaa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylIXUylaa .card-img {
  background-color: #fff;
}
.cid-qylIXUylaa .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylIXUylaa .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylIXUylaa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylIXUylaa p {
  text-align: left;
}
.cid-qylIXUylaa .mbr-text {
  color: #cc2952;
}
.cid-qylIXUylaa .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylIXUylaa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylIXUylaa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylIXUylaa .mbr-text B {
  color: #df2b2b;
}
.cid-qylIXUylaa .card-title {
  text-align: left;
}
.cid-qylJUnVtRQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylJUnVtRQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qylJVGMfVo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylJVGMfVo .mbr-section-subtitle {
  color: #767676;
}
.cid-qylK3NVvik {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylK3NVvik .card-img {
  background-color: #fff;
}
.cid-qylK3NVvik .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylK3NVvik .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylK3NVvik h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylK3NVvik p {
  text-align: left;
}
.cid-qylK3NVvik .mbr-text {
  color: #cc2952;
}
.cid-qylK3NVvik .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylK3NVvik .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylK3NVvik .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylK3NVvik .mbr-text B {
  color: #df2b2b;
}
.cid-qylK3NVvik .card-title {
  text-align: left;
}
.cid-qylMglZ4Ep {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylMglZ4Ep .mbr-section-subtitle {
  color: #767676;
}
.cid-qylMglZ4Ep .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylMiKWt6H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylMiKWt6H .card-img {
  background-color: #fff;
}
.cid-qylMiKWt6H .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylMiKWt6H .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylMiKWt6H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylMiKWt6H p {
  text-align: left;
}
.cid-qylMiKWt6H .mbr-text {
  color: #cc2952;
}
.cid-qylMiKWt6H .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylMiKWt6H .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylMiKWt6H .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylMiKWt6H .mbr-text B {
  color: #df2b2b;
}
.cid-qylMiKWt6H .card-title {
  text-align: left;
}
.cid-qylNrIXLNv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylNrIXLNv .mbr-section-subtitle {
  color: #767676;
}
.cid-qylNrIXLNv .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qylNtOA73s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylNtOA73s .card-img {
  background-color: #fff;
}
.cid-qylNtOA73s .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylNtOA73s .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylNtOA73s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylNtOA73s p {
  text-align: left;
}
.cid-qylNtOA73s .mbr-text {
  color: #cc2952;
}
.cid-qylNtOA73s .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylNtOA73s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylNtOA73s .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylNtOA73s .mbr-text B {
  color: #df2b2b;
}
.cid-qylNtOA73s .card-title {
  text-align: left;
}
.cid-qylOwXKrSp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylOwXKrSp .mbr-section-subtitle {
  color: #767676;
}
.cid-qylOCPBPZa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylOCPBPZa .card-img {
  background-color: #fff;
}
.cid-qylOCPBPZa .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylOCPBPZa .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylOCPBPZa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylOCPBPZa p {
  text-align: left;
}
.cid-qylOCPBPZa .mbr-text {
  color: #cc2952;
}
.cid-qylOCPBPZa .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylOCPBPZa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylOCPBPZa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylOCPBPZa .mbr-text B {
  color: #df2b2b;
}
.cid-qylOCPBPZa .card-title {
  text-align: left;
}
.cid-qylOE8gV9S {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylOE8gV9S .mbr-section-subtitle {
  color: #767676;
}
.cid-qylPngmUpV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qylPngmUpV .card-img {
  background-color: #fff;
}
.cid-qylPngmUpV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qylPngmUpV .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qylPngmUpV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qylPngmUpV p {
  text-align: left;
}
.cid-qylPngmUpV .mbr-text {
  color: #cc2952;
}
.cid-qylPngmUpV .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qylPngmUpV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qylPngmUpV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qylPngmUpV .mbr-text B {
  color: #df2b2b;
}
.cid-qylPngmUpV .card-title {
  text-align: left;
}
.cid-tVhQ31ePdV {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhQ31ePdV .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhQ31ePdV .social-list a:focus {
  text-decoration: none;
}
.cid-tVhQ31ePdV H2 {
  color: #efefef;
}
.cid-tVhQc5cWQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qx3ALIJVYi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qx3ALIJVYi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qx3ALIJVYi a {
  font-style: normal;
}
.cid-qx3ALIJVYi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qx3ALIJVYi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qx3ALIJVYi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qx3ALIJVYi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qx3ALIJVYi .menu-logo {
  margin-right: auto;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qx3ALIJVYi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qx3ALIJVYi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qx3ALIJVYi button.navbar-toggler:focus {
  outline: none;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi .collapsed .btn {
  display: flex;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qx3ALIJVYi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qx3ALIJVYi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qx3ALIJVYi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qx3ALIJVYi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qx3ALIJVYi img {
    height: 3.8rem !important;
  }
  .cid-qx3ALIJVYi .btn {
    display: flex;
  }
  .cid-qx3ALIJVYi button.navbar-toggler {
    display: block;
  }
  .cid-qx3ALIJVYi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qx3ALIJVYi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qx3ALIJVYi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing,
  .cid-qx3ALIJVYi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-urV4AEfKon {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-urV4AEfKon .mbr-section-subtitle {
  color: #767676;
}
.cid-urV4BYnrbF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urV4BYnrbF .card-img {
  background-color: #fff;
}
.cid-urV4BYnrbF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-urV4BYnrbF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-urV4BYnrbF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-urV4BYnrbF p {
  text-align: left;
}
.cid-urV4BYnrbF .mbr-text {
  color: #cc2952;
}
.cid-urV4BYnrbF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-urV4BYnrbF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-urV4BYnrbF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-urV4BYnrbF .mbr-text B {
  color: #df2b2b;
}
.cid-urV4BYnrbF .card-title {
  text-align: left;
}
.cid-urV4CMyQ24 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urV4CMyQ24 .card-img {
  background-color: #fff;
}
.cid-urV4CMyQ24 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-urV4CMyQ24 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-urV4CMyQ24 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-urV4CMyQ24 p {
  text-align: left;
}
.cid-urV4CMyQ24 .mbr-text {
  color: #cc2952;
}
.cid-urV4CMyQ24 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-urV4CMyQ24 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-urV4CMyQ24 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-urV4CMyQ24 .mbr-text B {
  color: #df2b2b;
}
.cid-urV4CMyQ24 .card-title {
  text-align: left;
}
.cid-tVhRgn1zWp {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhRgn1zWp .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhRgn1zWp .social-list a:focus {
  text-decoration: none;
}
.cid-tVhRgn1zWp H2 {
  color: #efefef;
}
.cid-tVhRhTOIrP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qx3ALIJVYi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qx3ALIJVYi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qx3ALIJVYi a {
  font-style: normal;
}
.cid-qx3ALIJVYi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qx3ALIJVYi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qx3ALIJVYi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qx3ALIJVYi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qx3ALIJVYi .menu-logo {
  margin-right: auto;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qx3ALIJVYi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qx3ALIJVYi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qx3ALIJVYi button.navbar-toggler:focus {
  outline: none;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi .collapsed .btn {
  display: flex;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qx3ALIJVYi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qx3ALIJVYi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qx3ALIJVYi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qx3ALIJVYi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qx3ALIJVYi img {
    height: 3.8rem !important;
  }
  .cid-qx3ALIJVYi .btn {
    display: flex;
  }
  .cid-qx3ALIJVYi button.navbar-toggler {
    display: block;
  }
  .cid-qx3ALIJVYi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qx3ALIJVYi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qx3ALIJVYi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing,
  .cid-qx3ALIJVYi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-srq9aRUx1P {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srq9aRUx1P .mbr-section-subtitle {
  color: #767676;
}
.cid-vfkEX098ke {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfkEX098ke .card-img {
  background-color: #fff;
}
.cid-vfkEX098ke .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-vfkEX098ke .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-vfkEX098ke h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfkEX098ke p {
  text-align: left;
}
.cid-vfkEX098ke .mbr-text {
  color: #cc2952;
}
.cid-vfkEX098ke .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vfkEX098ke .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vfkEX098ke .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-vfkEX098ke .mbr-text B {
  color: #df2b2b;
}
.cid-vfkEX098ke .card-title {
  text-align: left;
}
.cid-vfkFf7iGvR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfkFf7iGvR .card-img {
  background-color: #fff;
}
.cid-vfkFf7iGvR .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-vfkFf7iGvR .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-vfkFf7iGvR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfkFf7iGvR p {
  text-align: left;
}
.cid-vfkFf7iGvR .mbr-text {
  color: #cc2952;
}
.cid-vfkFf7iGvR .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vfkFf7iGvR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vfkFf7iGvR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-vfkFf7iGvR .mbr-text B {
  color: #df2b2b;
}
.cid-vfkFf7iGvR .card-title {
  text-align: left;
}
.cid-tVhRN6vPNp {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhRN6vPNp .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhRN6vPNp .social-list a:focus {
  text-decoration: none;
}
.cid-tVhRN6vPNp H2 {
  color: #efefef;
}
.cid-tVhRODrjqH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qx3ALIJVYi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qx3ALIJVYi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qx3ALIJVYi a {
  font-style: normal;
}
.cid-qx3ALIJVYi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qx3ALIJVYi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qx3ALIJVYi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qx3ALIJVYi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qx3ALIJVYi .menu-logo {
  margin-right: auto;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qx3ALIJVYi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qx3ALIJVYi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qx3ALIJVYi button.navbar-toggler:focus {
  outline: none;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi .collapsed .btn {
  display: flex;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qx3ALIJVYi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qx3ALIJVYi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qx3ALIJVYi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qx3ALIJVYi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qx3ALIJVYi img {
    height: 3.8rem !important;
  }
  .cid-qx3ALIJVYi .btn {
    display: flex;
  }
  .cid-qx3ALIJVYi button.navbar-toggler {
    display: block;
  }
  .cid-qx3ALIJVYi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qx3ALIJVYi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qx3ALIJVYi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing,
  .cid-qx3ALIJVYi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-uRyTfLjb9O {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRyTfLjb9O .mbr-section-subtitle {
  color: #767676;
}
.cid-uRyTh52y3U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyTh52y3U .card-img {
  background-color: #fff;
}
.cid-uRyTh52y3U .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uRyTh52y3U .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uRyTh52y3U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRyTh52y3U p {
  text-align: left;
}
.cid-uRyTh52y3U .mbr-text {
  color: #cc2952;
}
.cid-uRyTh52y3U .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRyTh52y3U .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uRyTh52y3U .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uRyTh52y3U .mbr-text B {
  color: #df2b2b;
}
.cid-tVhS1WS708 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhS1WS708 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhS1WS708 .social-list a:focus {
  text-decoration: none;
}
.cid-tVhS1WS708 H2 {
  color: #efefef;
}
.cid-tVhS3PBw3I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qx3ALIJVYi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qx3ALIJVYi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qx3ALIJVYi a {
  font-style: normal;
}
.cid-qx3ALIJVYi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qx3ALIJVYi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qx3ALIJVYi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qx3ALIJVYi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qx3ALIJVYi .menu-logo {
  margin-right: auto;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qx3ALIJVYi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qx3ALIJVYi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qx3ALIJVYi button.navbar-toggler:focus {
  outline: none;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi .collapsed .btn {
  display: flex;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qx3ALIJVYi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qx3ALIJVYi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qx3ALIJVYi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qx3ALIJVYi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qx3ALIJVYi img {
    height: 3.8rem !important;
  }
  .cid-qx3ALIJVYi .btn {
    display: flex;
  }
  .cid-qx3ALIJVYi button.navbar-toggler {
    display: block;
  }
  .cid-qx3ALIJVYi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qx3ALIJVYi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qx3ALIJVYi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing,
  .cid-qx3ALIJVYi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-uDqwYObX6f {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDqwYObX6f .mbr-section-subtitle {
  color: #767676;
}
.cid-uDqwZuyB3Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDqwZuyB3Y .card-img {
  background-color: #fff;
}
.cid-uDqwZuyB3Y .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uDqwZuyB3Y .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uDqwZuyB3Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDqwZuyB3Y p {
  text-align: left;
}
.cid-uDqwZuyB3Y .mbr-text {
  color: #cc2952;
}
.cid-uDqwZuyB3Y .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uDqwZuyB3Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uDqwZuyB3Y .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uDqwZuyB3Y .mbr-text B {
  color: #df2b2b;
}
.cid-uDqwZuyB3Y .card-title {
  text-align: left;
}
.cid-tVhSjhxiDr {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhSjhxiDr .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhSjhxiDr .social-list a:focus {
  text-decoration: none;
}
.cid-tVhSjhxiDr H2 {
  color: #efefef;
}
.cid-tVhSl9XZNk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}

.cid-qx3ALIJVYi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qx3ALIJVYi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qx3ALIJVYi a {
  font-style: normal;
}
.cid-qx3ALIJVYi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qx3ALIJVYi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qx3ALIJVYi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qx3ALIJVYi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qx3ALIJVYi .menu-logo {
  margin-right: auto;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qx3ALIJVYi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qx3ALIJVYi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qx3ALIJVYi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qx3ALIJVYi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qx3ALIJVYi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qx3ALIJVYi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qx3ALIJVYi button.navbar-toggler:focus {
  outline: none;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qx3ALIJVYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qx3ALIJVYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qx3ALIJVYi .collapsed .btn {
  display: flex;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qx3ALIJVYi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qx3ALIJVYi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qx3ALIJVYi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qx3ALIJVYi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qx3ALIJVYi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qx3ALIJVYi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qx3ALIJVYi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qx3ALIJVYi img {
    height: 3.8rem !important;
  }
  .cid-qx3ALIJVYi .btn {
    display: flex;
  }
  .cid-qx3ALIJVYi button.navbar-toggler {
    display: block;
  }
  .cid-qx3ALIJVYi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qx3ALIJVYi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qx3ALIJVYi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing,
  .cid-qx3ALIJVYi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qx3ALIJVYi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qx3ALIJVYi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qx3ALIJVYi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qx3ALIJVYi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qwG1wAQFh7 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qwG1wAQFh7 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qwG1wAQFh7 .modal-body .close {
  background: #1b1b1b;
}
.cid-qwG1wAQFh7 .modal-body .close span {
  font-style: normal;
}
.cid-qwG1wAQFh7 .carousel-inner > .active,
.cid-qwG1wAQFh7 .carousel-inner > .next,
.cid-qwG1wAQFh7 .carousel-inner > .prev {
  display: flex;
}
.cid-qwG1wAQFh7 .carousel-control .icon-next,
.cid-qwG1wAQFh7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qwG1wAQFh7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qwG1wAQFh7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qwG1wAQFh7 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qwG1wAQFh7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qwG1wAQFh7 .boxed-slider > div {
  position: relative;
}
.cid-qwG1wAQFh7 .container img {
  width: 100%;
}
.cid-qwG1wAQFh7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qwG1wAQFh7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qwG1wAQFh7 .mbr-table-cell {
  padding: 0;
}
.cid-qwG1wAQFh7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qwG1wAQFh7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qwG1wAQFh7 .mbr-overlay {
  z-index: 1;
}
.cid-qwG1wAQFh7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qwG1wAQFh7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qwG1wAQFh7 .carousel-item .container {
    width: 100%;
  }
}
.cid-qwG1wAQFh7 .carousel-item-next.carousel-item-left,
.cid-qwG1wAQFh7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qwG1wAQFh7 .active.carousel-item-right,
.cid-qwG1wAQFh7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qwG1wAQFh7 .active.carousel-item-left,
.cid-qwG1wAQFh7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qwG1wAQFh7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-indicators li.active,
.cid-qwG1wAQFh7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-indicators li::after,
.cid-qwG1wAQFh7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qwG1wAQFh7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qwG1wAQFh7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qwG1wAQFh7 .mbr-slider > .container img {
  width: 100%;
}
.cid-qwG1wAQFh7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qwG1wAQFh7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qwG1wAQFh7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qwG1wAQFh7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qwG1wAQFh7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qwG1wAQFh7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qwG1wAQFh7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qwG1wAQFh7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qwG1wAQFh7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qwG1wAQFh7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qwG1wAQFh7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qwG1wAQFh7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qwG1wAQFh7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qwG1wAQFh7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qwG1wAQFh7 .carousel-inner {
  height: 100%;
}
.cid-qwG1wAQFh7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qwG1wAQFh7 .image_wrapper {
  height: 360px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qwG1wAQFh7 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qwG1wAQFh7 .carousel-item .container-slide {
  text-align: center;
}
.cid-qwG1wAQFh7 .content-slider-wrap {
  width: 100%;
}
.cid-qwG1wAQFh7 .btn {
  font-size: 16px;
  font-family: 'Lora', serif;
}
.cid-qwIAfOMBy2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwIAfOMBy2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qwIvG0eHBS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #ffffff);
}
.cid-qwIvG0eHBS .carousel-control {
  background: #000;
}
.cid-qwIvG0eHBS .mbr-section-subtitle {
  color: #767676;
}
.cid-qwIvG0eHBS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qwIvG0eHBS .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qwIvG0eHBS .carousel-item .wrap-img {
  text-align: center;
}
.cid-qwIvG0eHBS .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qwIvG0eHBS .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qwIvG0eHBS .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qwIvG0eHBS .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qwIvG0eHBS .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qwIvG0eHBS .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qwIvG0eHBS .cloneditem-1,
.cid-qwIvG0eHBS .cloneditem-2,
.cid-qwIvG0eHBS .cloneditem-3,
.cid-qwIvG0eHBS .cloneditem-4,
.cid-qwIvG0eHBS .cloneditem-5 {
  display: none;
}
.cid-qwIvG0eHBS .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qwIvG0eHBS .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qwIvG0eHBS .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides2 .cloneditem-1,
  .cid-qwIvG0eHBS .carousel-inner.slides2 .cloneditem-2,
  .cid-qwIvG0eHBS .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qwIvG0eHBS .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides3 .cloneditem-1,
  .cid-qwIvG0eHBS .carousel-inner.slides3 .cloneditem-2,
  .cid-qwIvG0eHBS .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qwIvG0eHBS .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides4 .cloneditem-1,
  .cid-qwIvG0eHBS .carousel-inner.slides4 .cloneditem-2,
  .cid-qwIvG0eHBS .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qwIvG0eHBS .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides5 .cloneditem-1,
  .cid-qwIvG0eHBS .carousel-inner.slides5 .cloneditem-2,
  .cid-qwIvG0eHBS .carousel-inner.slides5 .cloneditem-3,
  .cid-qwIvG0eHBS .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qwIvG0eHBS .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qwIvG0eHBS .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIvG0eHBS .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIvG0eHBS .carousel-inner.slides6 .cloneditem-1,
  .cid-qwIvG0eHBS .carousel-inner.slides6 .cloneditem-2,
  .cid-qwIvG0eHBS .carousel-inner.slides6 .cloneditem-3,
  .cid-qwIvG0eHBS .carousel-inner.slides6 .cloneditem-4,
  .cid-qwIvG0eHBS .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qwIAnVgt1E {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwIAnVgt1E .mbr-section-subtitle {
  color: #767676;
}
.cid-qwIxdtJ0X5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #ffffff);
}
.cid-qwIxdtJ0X5 .carousel-control {
  background: #000;
}
.cid-qwIxdtJ0X5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qwIxdtJ0X5 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qwIxdtJ0X5 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qwIxdtJ0X5 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qwIxdtJ0X5 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qwIxdtJ0X5 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qwIxdtJ0X5 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qwIxdtJ0X5 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qwIxdtJ0X5 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qwIxdtJ0X5 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qwIxdtJ0X5 .cloneditem-1,
.cid-qwIxdtJ0X5 .cloneditem-2,
.cid-qwIxdtJ0X5 .cloneditem-3,
.cid-qwIxdtJ0X5 .cloneditem-4,
.cid-qwIxdtJ0X5 .cloneditem-5 {
  display: none;
}
.cid-qwIxdtJ0X5 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qwIxdtJ0X5 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 .cloneditem-1,
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 .cloneditem-2,
  .cid-qwIxdtJ0X5 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 .cloneditem-1,
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 .cloneditem-2,
  .cid-qwIxdtJ0X5 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 .cloneditem-1,
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 .cloneditem-2,
  .cid-qwIxdtJ0X5 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 .cloneditem-1,
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 .cloneditem-2,
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 .cloneditem-3,
  .cid-qwIxdtJ0X5 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 .cloneditem-1,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 .cloneditem-2,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 .cloneditem-3,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 .cloneditem-4,
  .cid-qwIxdtJ0X5 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qwIzKnqWjY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwIzKnqWjY .mbr-section-subtitle {
  color: #767676;
}
.cid-qwIzzfTBfK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwIzzfTBfK .card-img {
  background-color: #fff;
}
.cid-qwIzzfTBfK .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qwIzzfTBfK .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qwIzzfTBfK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qwIzzfTBfK p {
  text-align: left;
}
.cid-qwIzzfTBfK .mbr-text {
  color: #767676;
}
.cid-qwIzzfTBfK .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qwIzzfTBfK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qwIzzfTBfK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qwG2nvj7eQ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #403e3e;
}
.cid-qwG2nvj7eQ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qwG2nvj7eQ .input {
  margin-bottom: 15px;
}
.cid-qwG2nvj7eQ .map {
  width: 100%;
  height: 30rem;
}
.cid-qwG2nvj7eQ .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qwG2nvj7eQ .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qwG2nvj7eQ .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwG2nvj7eQ .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qwG2nvj7eQ .mbr-text {
  color: #efefef;
}
.cid-qwG2nvj7eQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qwG2nvj7eQ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qwG2nvj7eQ .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qwG2nvj7eQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-qwG2nvj7eQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qwG2nvj7eQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qwG2nvj7eQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qwG2nvj7eQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qwG2nvj7eQ h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qwG2nvj7eQ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qwG2nvj7eQ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qwG2nvj7eQ H2 {
  color: #ffffff;
}
.cid-qwG2nvj7eQ H4 {
  color: #ffffff;
  text-align: left;
}
.cid-qwG2oMllye {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwG2oMllye .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwG2oMllye .social-list a:focus {
  text-decoration: none;
}
.cid-qwG2oMllye H2 {
  color: #efefef;
}
.cid-tVhJEqfZ6K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-stGJrSXRQ8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stGJrSXRQ8 .mbr-section-subtitle {
  color: #767676;
}
.cid-stGJpLRNKp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stGJpLRNKp .card-img {
  background-color: #fff;
}
.cid-stGJpLRNKp .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-stGJpLRNKp .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-stGJpLRNKp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-stGJpLRNKp p {
  text-align: left;
}
.cid-stGJpLRNKp .mbr-text {
  color: #cc2952;
}
.cid-stGJpLRNKp .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-stGJpLRNKp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-stGJpLRNKp .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-stGJpLRNKp .mbr-text B {
  color: #df2b2b;
}
.cid-stGJpLRNKp .card-title {
  text-align: left;
}
.cid-stGJux2C0G {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stGJux2C0G .mbr-section-subtitle {
  color: #767676;
}
.cid-stGOlJ2fv5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stGOlJ2fv5 .card-img {
  background-color: #fff;
}
.cid-stGOlJ2fv5 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-stGOlJ2fv5 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-stGOlJ2fv5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-stGOlJ2fv5 p {
  text-align: left;
}
.cid-stGOlJ2fv5 .mbr-text {
  color: #cc2952;
}
.cid-stGOlJ2fv5 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-stGOlJ2fv5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-stGOlJ2fv5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-stGOlJ2fv5 .mbr-text B {
  color: #df2b2b;
}
.cid-stGOlJ2fv5 .card-title {
  text-align: left;
}
.cid-stGJwcoMaO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stGJwcoMaO .mbr-section-subtitle {
  color: #767676;
}
.cid-stGTY7vMkE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stGTY7vMkE .card-img {
  background-color: #fff;
}
.cid-stGTY7vMkE .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-stGTY7vMkE .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-stGTY7vMkE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-stGTY7vMkE p {
  text-align: left;
}
.cid-stGTY7vMkE .mbr-text {
  color: #cc2952;
}
.cid-stGTY7vMkE .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-stGTY7vMkE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-stGTY7vMkE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-stGTY7vMkE .mbr-text B {
  color: #df2b2b;
}
.cid-stGTY7vMkE .card-title {
  text-align: left;
}
.cid-tVhR0NbkPk {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhR0NbkPk .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhR0NbkPk .social-list a:focus {
  text-decoration: none;
}
.cid-tVhR0NbkPk H2 {
  color: #efefef;
}
.cid-tVhR2lTDKh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tT0AVBVVOE .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tT0AVBVVOE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tT0AVBVVOE a {
  font-style: normal;
}
.cid-tT0AVBVVOE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tT0AVBVVOE .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tT0AVBVVOE .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tT0AVBVVOE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tT0AVBVVOE .menu-logo {
  margin-right: auto;
}
.cid-tT0AVBVVOE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tT0AVBVVOE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tT0AVBVVOE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tT0AVBVVOE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tT0AVBVVOE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tT0AVBVVOE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tT0AVBVVOE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tT0AVBVVOE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tT0AVBVVOE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tT0AVBVVOE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tT0AVBVVOE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tT0AVBVVOE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tT0AVBVVOE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT0AVBVVOE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tT0AVBVVOE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT0AVBVVOE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tT0AVBVVOE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tT0AVBVVOE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tT0AVBVVOE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tT0AVBVVOE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tT0AVBVVOE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tT0AVBVVOE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tT0AVBVVOE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tT0AVBVVOE button.navbar-toggler:focus {
  outline: none;
}
.cid-tT0AVBVVOE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tT0AVBVVOE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tT0AVBVVOE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tT0AVBVVOE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tT0AVBVVOE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tT0AVBVVOE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT0AVBVVOE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tT0AVBVVOE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tT0AVBVVOE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT0AVBVVOE .collapsed .btn {
  display: flex;
}
.cid-tT0AVBVVOE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tT0AVBVVOE .collapsed .navbar-collapse.collapsing,
.cid-tT0AVBVVOE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tT0AVBVVOE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tT0AVBVVOE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tT0AVBVVOE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tT0AVBVVOE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tT0AVBVVOE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tT0AVBVVOE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tT0AVBVVOE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tT0AVBVVOE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tT0AVBVVOE .collapsed button.navbar-toggler {
  display: block;
}
.cid-tT0AVBVVOE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tT0AVBVVOE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tT0AVBVVOE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tT0AVBVVOE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tT0AVBVVOE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tT0AVBVVOE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tT0AVBVVOE img {
    height: 3.8rem !important;
  }
  .cid-tT0AVBVVOE .btn {
    display: flex;
  }
  .cid-tT0AVBVVOE button.navbar-toggler {
    display: block;
  }
  .cid-tT0AVBVVOE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tT0AVBVVOE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tT0AVBVVOE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tT0AVBVVOE .navbar-collapse.collapsing,
  .cid-tT0AVBVVOE .navbar-collapse.show {
    display: block !important;
  }
  .cid-tT0AVBVVOE .navbar-collapse.collapsing .navbar-nav,
  .cid-tT0AVBVVOE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tT0AVBVVOE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tT0AVBVVOE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tT0AVBVVOE .navbar-collapse.collapsing .navbar-buttons,
  .cid-tT0AVBVVOE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tT0AVBVVOE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tT0AVBVVOE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tT0AVBVVOE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tT0AVBVVOE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tT0AVBVVOE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tT0AVBVVOE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-tT0E5z7rEz {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT0E5z7rEz .mbr-section-subtitle {
  color: #767676;
}
.cid-tWSs25aPrO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWSs25aPrO .card-img {
  background-color: #fff;
}
.cid-tWSs25aPrO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tWSs25aPrO .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tWSs25aPrO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWSs25aPrO p {
  text-align: left;
}
.cid-tWSs25aPrO .mbr-text {
  color: #cc2952;
}
.cid-tWSs25aPrO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWSs25aPrO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tWSs25aPrO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tWSs25aPrO .mbr-text B {
  color: #df2b2b;
}
.cid-tWSs25aPrO .card-title {
  text-align: left;
}
.cid-tVhSxDOxM8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhSxDOxM8 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhSxDOxM8 .social-list a:focus {
  text-decoration: none;
}
.cid-tVhSxDOxM8 H2 {
  color: #efefef;
}
.cid-tVhSz0oHwt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tT1ieNebql .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tT1ieNebql .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tT1ieNebql a {
  font-style: normal;
}
.cid-tT1ieNebql .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tT1ieNebql .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tT1ieNebql .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tT1ieNebql .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tT1ieNebql .menu-logo {
  margin-right: auto;
}
.cid-tT1ieNebql .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tT1ieNebql .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tT1ieNebql .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tT1ieNebql .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tT1ieNebql .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tT1ieNebql .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tT1ieNebql .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tT1ieNebql .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tT1ieNebql .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tT1ieNebql .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tT1ieNebql .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tT1ieNebql .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tT1ieNebql .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT1ieNebql .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tT1ieNebql .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT1ieNebql .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tT1ieNebql .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tT1ieNebql .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tT1ieNebql .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tT1ieNebql .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tT1ieNebql .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tT1ieNebql .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tT1ieNebql button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tT1ieNebql button.navbar-toggler:focus {
  outline: none;
}
.cid-tT1ieNebql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tT1ieNebql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tT1ieNebql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tT1ieNebql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tT1ieNebql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tT1ieNebql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT1ieNebql nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tT1ieNebql nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tT1ieNebql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT1ieNebql .collapsed .btn {
  display: flex;
}
.cid-tT1ieNebql .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tT1ieNebql .collapsed .navbar-collapse.collapsing,
.cid-tT1ieNebql .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tT1ieNebql .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tT1ieNebql .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tT1ieNebql .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tT1ieNebql .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tT1ieNebql .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tT1ieNebql .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tT1ieNebql .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tT1ieNebql .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tT1ieNebql .collapsed button.navbar-toggler {
  display: block;
}
.cid-tT1ieNebql .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tT1ieNebql .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tT1ieNebql .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tT1ieNebql .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tT1ieNebql .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tT1ieNebql .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tT1ieNebql img {
    height: 3.8rem !important;
  }
  .cid-tT1ieNebql .btn {
    display: flex;
  }
  .cid-tT1ieNebql button.navbar-toggler {
    display: block;
  }
  .cid-tT1ieNebql .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tT1ieNebql .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tT1ieNebql .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tT1ieNebql .navbar-collapse.collapsing,
  .cid-tT1ieNebql .navbar-collapse.show {
    display: block !important;
  }
  .cid-tT1ieNebql .navbar-collapse.collapsing .navbar-nav,
  .cid-tT1ieNebql .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tT1ieNebql .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tT1ieNebql .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tT1ieNebql .navbar-collapse.collapsing .navbar-buttons,
  .cid-tT1ieNebql .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tT1ieNebql .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tT1ieNebql .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tT1ieNebql .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tT1ieNebql .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tT1ieNebql .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tT1ieNebql .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-tT1ieYROjR {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tT1ieYROjR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tT1ieYROjR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tT1ieYROjR .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tT1ieYROjR .mbr-text B {
  color: #232323;
}
.cid-tT1if2G2FB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1if2G2FB .mbr-section-subtitle {
  color: #767676;
}
.cid-tT1if7PYRF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1if7PYRF .card-img {
  background-color: #fff;
}
.cid-tT1if7PYRF .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT1if7PYRF .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT1if7PYRF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT1if7PYRF p {
  text-align: left;
}
.cid-tT1if7PYRF .mbr-text {
  color: #cc2952;
}
.cid-tT1if7PYRF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT1if7PYRF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT1if7PYRF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT1if7PYRF .mbr-text B {
  color: #df2b2b;
}
.cid-tT1if7PYRF .card-title {
  text-align: left;
}
.cid-tT1tPhnYmS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1tPhnYmS .mbr-section-subtitle {
  color: #767676;
}
.cid-tT1ifjat5B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1ifjat5B .card-img {
  background-color: #fff;
}
.cid-tT1ifjat5B .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT1ifjat5B .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT1ifjat5B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT1ifjat5B p {
  text-align: left;
}
.cid-tT1ifjat5B .mbr-text {
  color: #cc2952;
}
.cid-tT1ifjat5B .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT1ifjat5B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT1ifjat5B .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT1ifjat5B .mbr-text B {
  color: #df2b2b;
}
.cid-tT1ifjat5B .card-title {
  text-align: left;
}
.cid-tT1ifpFGDA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1ifpFGDA .mbr-section-subtitle {
  color: #767676;
}
.cid-tT1ifqJpWy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1ifqJpWy .card-img {
  background-color: #fff;
}
.cid-tT1ifqJpWy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT1ifqJpWy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT1ifqJpWy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT1ifqJpWy p {
  text-align: left;
}
.cid-tT1ifqJpWy .mbr-text {
  color: #cc2952;
}
.cid-tT1ifqJpWy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT1ifqJpWy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT1ifqJpWy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT1ifqJpWy .mbr-text B {
  color: #df2b2b;
}
.cid-tT1ifqJpWy .card-title {
  text-align: left;
}
.cid-tT1ifqJpWy .card-title DIV {
  text-align: left;
}
.cid-tT6EEVrZSu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT6EEVrZSu .mbr-section-subtitle {
  color: #767676;
}
.cid-tT1ifxzl9s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1ifxzl9s .card-img {
  background-color: #fff;
}
.cid-tT1ifxzl9s .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT1ifxzl9s .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT1ifxzl9s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT1ifxzl9s p {
  text-align: left;
}
.cid-tT1ifxzl9s .mbr-text {
  color: #cc2952;
}
.cid-tT1ifxzl9s .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT1ifxzl9s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT1ifxzl9s .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT1ifxzl9s .mbr-text B {
  color: #df2b2b;
}
.cid-tT1ifxzl9s .card-title {
  text-align: left;
}
.cid-tT6ZI70EvZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT6ZI70EvZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tT6ZOYtZpi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT6ZOYtZpi .card-img {
  background-color: #fff;
}
.cid-tT6ZOYtZpi .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT6ZOYtZpi .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT6ZOYtZpi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT6ZOYtZpi p {
  text-align: left;
}
.cid-tT6ZOYtZpi .mbr-text {
  color: #cc2952;
}
.cid-tT6ZOYtZpi .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT6ZOYtZpi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT6ZOYtZpi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT6ZOYtZpi .mbr-text B {
  color: #df2b2b;
}
.cid-tT6ZOYtZpi .card-title {
  text-align: left;
}
.cid-tT1ifN4g7G {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1ifN4g7G .mbr-section-subtitle {
  color: #767676;
}
.cid-tT1ifO2Lmh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT1ifO2Lmh .card-img {
  background-color: #fff;
}
.cid-tT1ifO2Lmh .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT1ifO2Lmh .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT1ifO2Lmh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT1ifO2Lmh p {
  text-align: left;
}
.cid-tT1ifO2Lmh .mbr-text {
  color: #cc2952;
}
.cid-tT1ifO2Lmh .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT1ifO2Lmh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT1ifO2Lmh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT1ifO2Lmh .mbr-text B {
  color: #df2b2b;
}
.cid-tT1ifO2Lmh .card-title {
  text-align: left;
}
.cid-tT79w3rdsx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT79w3rdsx .mbr-section-subtitle {
  color: #767676;
}
.cid-tT79zU6FgZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT79zU6FgZ .card-img {
  background-color: #fff;
}
.cid-tT79zU6FgZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT79zU6FgZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT79zU6FgZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT79zU6FgZ p {
  text-align: left;
}
.cid-tT79zU6FgZ .mbr-text {
  color: #cc2952;
}
.cid-tT79zU6FgZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT79zU6FgZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT79zU6FgZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT79zU6FgZ .mbr-text B {
  color: #df2b2b;
}
.cid-tT79zU6FgZ .card-title {
  text-align: left;
}
.cid-tT7dHUzpAA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7dHUzpAA .mbr-section-subtitle {
  color: #767676;
}
.cid-tT7dIYe72E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7dIYe72E .card-img {
  background-color: #fff;
}
.cid-tT7dIYe72E .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT7dIYe72E .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT7dIYe72E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT7dIYe72E p {
  text-align: left;
}
.cid-tT7dIYe72E .mbr-text {
  color: #cc2952;
}
.cid-tT7dIYe72E .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT7dIYe72E .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT7dIYe72E .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT7dIYe72E .mbr-text B {
  color: #df2b2b;
}
.cid-tT7dIYe72E .card-title {
  text-align: left;
}
.cid-tT7gE5ZWEH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7gE5ZWEH .mbr-section-subtitle {
  color: #767676;
}
.cid-tT7gJtVoGb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7gJtVoGb .card-img {
  background-color: #fff;
}
.cid-tT7gJtVoGb .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT7gJtVoGb .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT7gJtVoGb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT7gJtVoGb p {
  text-align: left;
}
.cid-tT7gJtVoGb .mbr-text {
  color: #cc2952;
}
.cid-tT7gJtVoGb .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT7gJtVoGb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT7gJtVoGb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT7gJtVoGb .mbr-text B {
  color: #df2b2b;
}
.cid-tT7gJtVoGb .card-title {
  text-align: left;
}
.cid-tT7l9THCw8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7l9THCw8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tT7laGC3C7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7laGC3C7 .card-img {
  background-color: #fff;
}
.cid-tT7laGC3C7 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT7laGC3C7 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT7laGC3C7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT7laGC3C7 p {
  text-align: left;
}
.cid-tT7laGC3C7 .mbr-text {
  color: #cc2952;
}
.cid-tT7laGC3C7 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT7laGC3C7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT7laGC3C7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT7laGC3C7 .mbr-text B {
  color: #df2b2b;
}
.cid-tT7laGC3C7 .card-title {
  text-align: left;
}
.cid-tT7nIU8TpS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7nIU8TpS .mbr-section-subtitle {
  color: #767676;
}
.cid-tT7nJxUxFX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7nJxUxFX .card-img {
  background-color: #fff;
}
.cid-tT7nJxUxFX .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT7nJxUxFX .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT7nJxUxFX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT7nJxUxFX p {
  text-align: left;
}
.cid-tT7nJxUxFX .mbr-text {
  color: #cc2952;
}
.cid-tT7nJxUxFX .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT7nJxUxFX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT7nJxUxFX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT7nJxUxFX .mbr-text B {
  color: #df2b2b;
}
.cid-tT7nJxUxFX .card-title {
  text-align: left;
}
.cid-tT7u85lMiT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7u85lMiT .mbr-section-subtitle {
  color: #767676;
}
.cid-tT7udCmHYU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7udCmHYU .card-img {
  background-color: #fff;
}
.cid-tT7udCmHYU .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT7udCmHYU .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT7udCmHYU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT7udCmHYU p {
  text-align: left;
}
.cid-tT7udCmHYU .mbr-text {
  color: #cc2952;
}
.cid-tT7udCmHYU .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT7udCmHYU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT7udCmHYU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT7udCmHYU .mbr-text B {
  color: #df2b2b;
}
.cid-tT7udCmHYU .card-title {
  text-align: left;
}
.cid-tT7xEwREqz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7xEwREqz .mbr-section-subtitle {
  color: #767676;
}
.cid-tT7xFgPXJf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7xFgPXJf .card-img {
  background-color: #fff;
}
.cid-tT7xFgPXJf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tT7xFgPXJf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tT7xFgPXJf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT7xFgPXJf p {
  text-align: left;
}
.cid-tT7xFgPXJf .mbr-text {
  color: #cc2952;
}
.cid-tT7xFgPXJf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tT7xFgPXJf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tT7xFgPXJf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tT7xFgPXJf .mbr-text B {
  color: #df2b2b;
}
.cid-tT7xFgPXJf .card-title {
  text-align: left;
}
.cid-tTuylya0Pj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuylya0Pj .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuFPf7DIC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuFPf7DIC .card-img {
  background-color: #fff;
}
.cid-tTuFPf7DIC .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuFPf7DIC .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuFPf7DIC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuFPf7DIC p {
  text-align: left;
}
.cid-tTuFPf7DIC .mbr-text {
  color: #cc2952;
}
.cid-tTuFPf7DIC .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuFPf7DIC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuFPf7DIC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuFPf7DIC .mbr-text B {
  color: #df2b2b;
}
.cid-tTuFPf7DIC .card-title {
  text-align: left;
}
.cid-tTuC1jLyAI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuC1jLyAI .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuC62ZlTS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuC62ZlTS .card-img {
  background-color: #fff;
}
.cid-tTuC62ZlTS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuC62ZlTS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuC62ZlTS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuC62ZlTS p {
  text-align: left;
}
.cid-tTuC62ZlTS .mbr-text {
  color: #cc2952;
}
.cid-tTuC62ZlTS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuC62ZlTS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuC62ZlTS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuC62ZlTS .mbr-text B {
  color: #df2b2b;
}
.cid-tTuC62ZlTS .card-title {
  text-align: left;
}
.cid-tTuHgtEbyc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuHgtEbyc .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuHN2wU7d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuHN2wU7d .card-img {
  background-color: #fff;
}
.cid-tTuHN2wU7d .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuHN2wU7d .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuHN2wU7d h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuHN2wU7d p {
  text-align: left;
}
.cid-tTuHN2wU7d .mbr-text {
  color: #cc2952;
}
.cid-tTuHN2wU7d .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuHN2wU7d .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuHN2wU7d .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuHN2wU7d .mbr-text B {
  color: #df2b2b;
}
.cid-tTuHN2wU7d .card-title {
  text-align: left;
}
.cid-tTuMV4x4E5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuMV4x4E5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuMXlQ1lN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuMXlQ1lN .card-img {
  background-color: #fff;
}
.cid-tTuMXlQ1lN .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuMXlQ1lN .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuMXlQ1lN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuMXlQ1lN p {
  text-align: left;
}
.cid-tTuMXlQ1lN .mbr-text {
  color: #cc2952;
}
.cid-tTuMXlQ1lN .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuMXlQ1lN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuMXlQ1lN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuMXlQ1lN .mbr-text B {
  color: #df2b2b;
}
.cid-tTuMXlQ1lN .card-title {
  text-align: left;
}
.cid-tTuPUpoz9U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuPUpoz9U .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuPVmxhim {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuPVmxhim .card-img {
  background-color: #fff;
}
.cid-tTuPVmxhim .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuPVmxhim .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuPVmxhim h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuPVmxhim p {
  text-align: left;
}
.cid-tTuPVmxhim .mbr-text {
  color: #cc2952;
}
.cid-tTuPVmxhim .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuPVmxhim .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuPVmxhim .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuPVmxhim .mbr-text B {
  color: #df2b2b;
}
.cid-tTuPVmxhim .card-title {
  text-align: left;
}
.cid-tTuSfNxxtf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuSfNxxtf .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuSgSdevO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuSgSdevO .card-img {
  background-color: #fff;
}
.cid-tTuSgSdevO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuSgSdevO .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuSgSdevO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuSgSdevO p {
  text-align: left;
}
.cid-tTuSgSdevO .mbr-text {
  color: #cc2952;
}
.cid-tTuSgSdevO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuSgSdevO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuSgSdevO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuSgSdevO .mbr-text B {
  color: #df2b2b;
}
.cid-tTuSgSdevO .card-title {
  text-align: left;
}
.cid-tTuX6AbQAY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuX6AbQAY .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuX7xIJYy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuX7xIJYy .card-img {
  background-color: #fff;
}
.cid-tTuX7xIJYy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuX7xIJYy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuX7xIJYy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuX7xIJYy p {
  text-align: left;
}
.cid-tTuX7xIJYy .mbr-text {
  color: #cc2952;
}
.cid-tTuX7xIJYy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuX7xIJYy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuX7xIJYy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuX7xIJYy .mbr-text B {
  color: #df2b2b;
}
.cid-tTuX7xIJYy .card-title {
  text-align: left;
}
.cid-tTuZkbKmFw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuZkbKmFw .mbr-section-subtitle {
  color: #767676;
}
.cid-tTuZHYbnw6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTuZHYbnw6 .card-img {
  background-color: #fff;
}
.cid-tTuZHYbnw6 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tTuZHYbnw6 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tTuZHYbnw6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTuZHYbnw6 p {
  text-align: left;
}
.cid-tTuZHYbnw6 .mbr-text {
  color: #cc2952;
}
.cid-tTuZHYbnw6 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tTuZHYbnw6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tTuZHYbnw6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tTuZHYbnw6 .mbr-text B {
  color: #df2b2b;
}
.cid-tTuZHYbnw6 .card-title {
  text-align: left;
}
.cid-tVhQKiwyjb {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhQKiwyjb .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhQKiwyjb .social-list a:focus {
  text-decoration: none;
}
.cid-tVhQKiwyjb H2 {
  color: #efefef;
}
.cid-tVhQM82hvx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tVh87ftBhQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVh87ftBhQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVh87ftBhQ a {
  font-style: normal;
}
.cid-tVh87ftBhQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tVh87ftBhQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tVh87ftBhQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tVh87ftBhQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVh87ftBhQ .menu-logo {
  margin-right: auto;
}
.cid-tVh87ftBhQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tVh87ftBhQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tVh87ftBhQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVh87ftBhQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVh87ftBhQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVh87ftBhQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVh87ftBhQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVh87ftBhQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVh87ftBhQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVh87ftBhQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVh87ftBhQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVh87ftBhQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVh87ftBhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVh87ftBhQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVh87ftBhQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVh87ftBhQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tVh87ftBhQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVh87ftBhQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVh87ftBhQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVh87ftBhQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVh87ftBhQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVh87ftBhQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVh87ftBhQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVh87ftBhQ button.navbar-toggler:focus {
  outline: none;
}
.cid-tVh87ftBhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tVh87ftBhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVh87ftBhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVh87ftBhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVh87ftBhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVh87ftBhQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVh87ftBhQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVh87ftBhQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVh87ftBhQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVh87ftBhQ .collapsed .btn {
  display: flex;
}
.cid-tVh87ftBhQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVh87ftBhQ .collapsed .navbar-collapse.collapsing,
.cid-tVh87ftBhQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVh87ftBhQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVh87ftBhQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVh87ftBhQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVh87ftBhQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVh87ftBhQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVh87ftBhQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVh87ftBhQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVh87ftBhQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tVh87ftBhQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVh87ftBhQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tVh87ftBhQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVh87ftBhQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tVh87ftBhQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVh87ftBhQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVh87ftBhQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tVh87ftBhQ img {
    height: 3.8rem !important;
  }
  .cid-tVh87ftBhQ .btn {
    display: flex;
  }
  .cid-tVh87ftBhQ button.navbar-toggler {
    display: block;
  }
  .cid-tVh87ftBhQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tVh87ftBhQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVh87ftBhQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVh87ftBhQ .navbar-collapse.collapsing,
  .cid-tVh87ftBhQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVh87ftBhQ .navbar-collapse.collapsing .navbar-nav,
  .cid-tVh87ftBhQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVh87ftBhQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVh87ftBhQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVh87ftBhQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVh87ftBhQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVh87ftBhQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVh87ftBhQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVh87ftBhQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tVh87ftBhQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVh87ftBhQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVh87ftBhQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-tVh8e6za4w {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVh8e6za4w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tVh8e6za4w .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tVh8e6za4w .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tVh8e6za4w .mbr-text B {
  color: #232323;
}
.cid-tVh8eTGT8O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVh8eTGT8O .mbr-section-subtitle {
  color: #767676;
}
.cid-tVh8fWvxjn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVh8fWvxjn .card-img {
  background-color: #fff;
}
.cid-tVh8fWvxjn .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tVh8fWvxjn .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tVh8fWvxjn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVh8fWvxjn p {
  text-align: left;
}
.cid-tVh8fWvxjn .mbr-text {
  color: #cc2952;
}
.cid-tVh8fWvxjn .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tVh8fWvxjn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tVh8fWvxjn .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tVh8fWvxjn .mbr-text B {
  color: #df2b2b;
}
.cid-tVh8fWvxjn .card-title {
  text-align: left;
}
.cid-tWS5KHGrIh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWS5KHGrIh .mbr-section-subtitle {
  color: #767676;
}
.cid-tWS5LjgxGs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWS5LjgxGs .card-img {
  background-color: #fff;
}
.cid-tWS5LjgxGs .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tWS5LjgxGs .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tWS5LjgxGs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWS5LjgxGs p {
  text-align: left;
}
.cid-tWS5LjgxGs .mbr-text {
  color: #cc2952;
}
.cid-tWS5LjgxGs .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWS5LjgxGs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tWS5LjgxGs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tWS5LjgxGs .mbr-text B {
  color: #df2b2b;
}
.cid-tWS5LjgxGs .card-title {
  text-align: left;
}
.cid-tWS5LjgxGs .card-title DIV {
  text-align: left;
}
.cid-tWS5M4RPVV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWS5M4RPVV .mbr-section-subtitle {
  color: #767676;
}
.cid-tWS5MJ7y3P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWS5MJ7y3P .card-img {
  background-color: #fff;
}
.cid-tWS5MJ7y3P .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tWS5MJ7y3P .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tWS5MJ7y3P h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWS5MJ7y3P p {
  text-align: left;
}
.cid-tWS5MJ7y3P .mbr-text {
  color: #cc2952;
}
.cid-tWS5MJ7y3P .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWS5MJ7y3P .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tWS5MJ7y3P .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tWS5MJ7y3P .mbr-text B {
  color: #df2b2b;
}
.cid-tWS5MJ7y3P .card-title {
  text-align: left;
}
.cid-tWS5MJ7y3P .card-title DIV {
  text-align: left;
}
.cid-tWS5NyulWO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWS5NyulWO .mbr-section-subtitle {
  color: #767676;
}
.cid-tWS5Od6lKo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWS5Od6lKo .card-img {
  background-color: #fff;
}
.cid-tWS5Od6lKo .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tWS5Od6lKo .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tWS5Od6lKo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWS5Od6lKo p {
  text-align: left;
}
.cid-tWS5Od6lKo .mbr-text {
  color: #cc2952;
}
.cid-tWS5Od6lKo .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWS5Od6lKo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tWS5Od6lKo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tWS5Od6lKo .mbr-text B {
  color: #df2b2b;
}
.cid-tWS5Od6lKo .card-title {
  text-align: left;
}
.cid-tWS5Od6lKo .card-title DIV {
  text-align: left;
}
.cid-tWSpCBAmAL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWSpCBAmAL .mbr-section-subtitle {
  color: #767676;
}
.cid-tWSpQ7v8MH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWSpQ7v8MH .card-img {
  background-color: #fff;
}
.cid-tWSpQ7v8MH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tWSpQ7v8MH .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tWSpQ7v8MH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWSpQ7v8MH p {
  text-align: left;
}
.cid-tWSpQ7v8MH .mbr-text {
  color: #cc2952;
}
.cid-tWSpQ7v8MH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWSpQ7v8MH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tWSpQ7v8MH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tWSpQ7v8MH .mbr-text B {
  color: #df2b2b;
}
.cid-tWSpQ7v8MH .card-title {
  text-align: left;
}
.cid-tWSpQ7v8MH .card-title DIV {
  text-align: left;
}
.cid-u2mkqxUC3S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2mkqxUC3S P {
  color: #767676;
}
.cid-u2mkvvKDDi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2mkvvKDDi .card-img {
  background-color: #fff;
}
.cid-u2mkvvKDDi .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2mkvvKDDi .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2mkvvKDDi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2mkvvKDDi p {
  text-align: left;
}
.cid-u2mkvvKDDi .mbr-text {
  color: #cc2952;
}
.cid-u2mkvvKDDi .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2mkvvKDDi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2mkvvKDDi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2mkvvKDDi .mbr-text B {
  color: #df2b2b;
}
.cid-u2mkvvKDDi .card-title {
  text-align: left;
}
.cid-u2muA6pnvt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2muA6pnvt P {
  color: #767676;
}
.cid-u2muAL1ggP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2muAL1ggP .card-img {
  background-color: #fff;
}
.cid-u2muAL1ggP .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2muAL1ggP .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2muAL1ggP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2muAL1ggP p {
  text-align: left;
}
.cid-u2muAL1ggP .mbr-text {
  color: #cc2952;
}
.cid-u2muAL1ggP .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2muAL1ggP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2muAL1ggP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2muAL1ggP .mbr-text B {
  color: #df2b2b;
}
.cid-u2muAL1ggP .card-title {
  text-align: left;
}
.cid-u2myUWhNfB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2myUWhNfB P {
  color: #767676;
}
.cid-u2myVRyepn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2myVRyepn .card-img {
  background-color: #fff;
}
.cid-u2myVRyepn .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2myVRyepn .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2myVRyepn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2myVRyepn p {
  text-align: left;
}
.cid-u2myVRyepn .mbr-text {
  color: #cc2952;
}
.cid-u2myVRyepn .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2myVRyepn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2myVRyepn .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2myVRyepn .mbr-text B {
  color: #df2b2b;
}
.cid-u2myVRyepn .card-title {
  text-align: left;
}
.cid-u2mEH9trXo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2mEH9trXo P {
  color: #767676;
}
.cid-u2mEI1fzEB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2mEI1fzEB .card-img {
  background-color: #fff;
}
.cid-u2mEI1fzEB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2mEI1fzEB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2mEI1fzEB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2mEI1fzEB p {
  text-align: left;
}
.cid-u2mEI1fzEB .mbr-text {
  color: #cc2952;
}
.cid-u2mEI1fzEB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2mEI1fzEB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2mEI1fzEB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2mEI1fzEB .mbr-text B {
  color: #df2b2b;
}
.cid-u2mEI1fzEB .card-title {
  text-align: left;
}
.cid-u2mIFQ4VTA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2mIFQ4VTA P {
  color: #767676;
}
.cid-u2mIGL1auO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2mIGL1auO .card-img {
  background-color: #fff;
}
.cid-u2mIGL1auO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2mIGL1auO .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2mIGL1auO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2mIGL1auO p {
  text-align: left;
}
.cid-u2mIGL1auO .mbr-text {
  color: #cc2952;
}
.cid-u2mIGL1auO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2mIGL1auO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2mIGL1auO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2mIGL1auO .mbr-text B {
  color: #df2b2b;
}
.cid-u2mIGL1auO .card-title {
  text-align: left;
}
.cid-u2mM4H3Ojl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2mM4H3Ojl P {
  color: #767676;
}
.cid-u2mM5nxR05 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2mM5nxR05 .card-img {
  background-color: #fff;
}
.cid-u2mM5nxR05 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2mM5nxR05 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2mM5nxR05 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2mM5nxR05 p {
  text-align: left;
}
.cid-u2mM5nxR05 .mbr-text {
  color: #cc2952;
}
.cid-u2mM5nxR05 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2mM5nxR05 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2mM5nxR05 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2mM5nxR05 .mbr-text B {
  color: #df2b2b;
}
.cid-u2mM5nxR05 .card-title {
  text-align: left;
}
.cid-u2mPQkWATj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2mPQkWATj P {
  color: #767676;
}
.cid-u2mPR8KpRT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2mPR8KpRT .card-img {
  background-color: #fff;
}
.cid-u2mPR8KpRT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2mPR8KpRT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2mPR8KpRT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2mPR8KpRT p {
  text-align: left;
}
.cid-u2mPR8KpRT .mbr-text {
  color: #cc2952;
}
.cid-u2mPR8KpRT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2mPR8KpRT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2mPR8KpRT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2mPR8KpRT .mbr-text B {
  color: #df2b2b;
}
.cid-u2mPR8KpRT .card-title {
  text-align: left;
}
.cid-u2nj1oruMe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2nj1oruMe P {
  color: #767676;
}
.cid-u2nj3pBuXy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2nj3pBuXy .card-img {
  background-color: #fff;
}
.cid-u2nj3pBuXy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2nj3pBuXy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2nj3pBuXy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2nj3pBuXy p {
  text-align: left;
}
.cid-u2nj3pBuXy .mbr-text {
  color: #cc2952;
}
.cid-u2nj3pBuXy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2nj3pBuXy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2nj3pBuXy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2nj3pBuXy .mbr-text B {
  color: #df2b2b;
}
.cid-u2nj3pBuXy .card-title {
  text-align: left;
}
.cid-u2nkMq6Wvd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2nkMq6Wvd P {
  color: #767676;
}
.cid-u2nkNkb8J4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2nkNkb8J4 .card-img {
  background-color: #fff;
}
.cid-u2nkNkb8J4 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2nkNkb8J4 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2nkNkb8J4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2nkNkb8J4 p {
  text-align: left;
}
.cid-u2nkNkb8J4 .mbr-text {
  color: #cc2952;
}
.cid-u2nkNkb8J4 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2nkNkb8J4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2nkNkb8J4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2nkNkb8J4 .mbr-text B {
  color: #df2b2b;
}
.cid-u2nkNkb8J4 .card-title {
  text-align: left;
}
.cid-u2nmslJCJJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u2nmslJCJJ P {
  color: #767676;
}
.cid-u2nmtaw8RB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2nmtaw8RB .card-img {
  background-color: #fff;
}
.cid-u2nmtaw8RB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u2nmtaw8RB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u2nmtaw8RB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2nmtaw8RB p {
  text-align: left;
}
.cid-u2nmtaw8RB .mbr-text {
  color: #cc2952;
}
.cid-u2nmtaw8RB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u2nmtaw8RB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u2nmtaw8RB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u2nmtaw8RB .mbr-text B {
  color: #df2b2b;
}
.cid-u2nmtaw8RB .card-title {
  text-align: left;
}
.cid-usL8qkhqdC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-usL8qkhqdC P {
  color: #767676;
}
.cid-usL8r1hTVV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usL8r1hTVV .card-img {
  background-color: #fff;
}
.cid-usL8r1hTVV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-usL8r1hTVV .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-usL8r1hTVV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usL8r1hTVV p {
  text-align: left;
}
.cid-usL8r1hTVV .mbr-text {
  color: #cc2952;
}
.cid-usL8r1hTVV .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-usL8r1hTVV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-usL8r1hTVV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-usL8r1hTVV .mbr-text B {
  color: #df2b2b;
}
.cid-usL8r1hTVV .card-title {
  text-align: left;
}
.cid-tVhOs0vKhz {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhOs0vKhz .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhOs0vKhz .social-list a:focus {
  text-decoration: none;
}
.cid-tVhOs0vKhz H2 {
  color: #efefef;
}
.cid-tVhOtKEKB6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwG243mztv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qwG243mztv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qwG243mztv a {
  font-style: normal;
}
.cid-qwG243mztv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qwG243mztv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qwG243mztv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qwG243mztv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qwG243mztv .menu-logo {
  margin-right: auto;
}
.cid-qwG243mztv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qwG243mztv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qwG243mztv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qwG243mztv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qwG243mztv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qwG243mztv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qwG243mztv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qwG243mztv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qwG243mztv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qwG243mztv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qwG243mztv button.navbar-toggler:focus {
  outline: none;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qwG243mztv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qwG243mztv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qwG243mztv .collapsed .btn {
  display: flex;
}
.cid-qwG243mztv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing,
.cid-qwG243mztv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qwG243mztv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qwG243mztv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qwG243mztv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qwG243mztv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qwG243mztv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qwG243mztv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qwG243mztv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qwG243mztv img {
    height: 3.8rem !important;
  }
  .cid-qwG243mztv .btn {
    display: flex;
  }
  .cid-qwG243mztv button.navbar-toggler {
    display: block;
  }
  .cid-qwG243mztv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qwG243mztv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qwG243mztv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing,
  .cid-qwG243mztv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qwG243mztv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qwG243mztv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qwG243mztv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qwG243mztv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qwG243mztv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qwG243mztv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qwG243mztv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-tVhMVQCu4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uD8Lc3kDQ3 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uD8Lc3kDQ3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uD8Lc3kDQ3 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uD8Lc3kDQ3 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uD8Lc3kDQ3 .mbr-text B {
  color: #232323;
}
.cid-uD8Lqh7gel {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uD8Lqh7gel P {
  color: #767676;
}
.cid-uD8LstA1O9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uD8LstA1O9 .card-img {
  background-color: #fff;
}
.cid-uD8LstA1O9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uD8LstA1O9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uD8LstA1O9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uD8LstA1O9 p {
  text-align: left;
}
.cid-uD8LstA1O9 .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uD8LstA1O9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uD8LstA1O9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uD8LstA1O9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uD8LstA1O9 .mbr-text B {
  color: #df2b2b;
}
.cid-uD8S6v0q05 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uD8S6v0q05 P {
  color: #767676;
}
.cid-uD8S77E6cy {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uD8S77E6cy .card-img {
  background-color: #fff;
}
.cid-uD8S77E6cy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uD8S77E6cy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uD8S77E6cy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uD8S77E6cy p {
  text-align: left;
}
.cid-uD8S77E6cy .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uD8S77E6cy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uD8S77E6cy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uD8S77E6cy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uD8S77E6cy .mbr-text B {
  color: #df2b2b;
}
.cid-uD8UG1hrWX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uD8UG1hrWX P {
  color: #767676;
}
.cid-uD8UGv43yZ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uD8UGv43yZ .card-img {
  background-color: #fff;
}
.cid-uD8UGv43yZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uD8UGv43yZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uD8UGv43yZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uD8UGv43yZ p {
  text-align: left;
}
.cid-uD8UGv43yZ .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uD8UGv43yZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uD8UGv43yZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uD8UGv43yZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uD8UGv43yZ .mbr-text B {
  color: #df2b2b;
}
.cid-uD8UGXIpIx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uD8UGXIpIx P {
  color: #767676;
}
.cid-uD8UHnq6Gq {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uD8UHnq6Gq .card-img {
  background-color: #fff;
}
.cid-uD8UHnq6Gq .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uD8UHnq6Gq .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uD8UHnq6Gq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uD8UHnq6Gq p {
  text-align: left;
}
.cid-uD8UHnq6Gq .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uD8UHnq6Gq .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uD8UHnq6Gq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uD8UHnq6Gq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uD8UHnq6Gq .mbr-text B {
  color: #df2b2b;
}
.cid-tTv2n6oLNL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tTv2n6oLNL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTv2n6oLNL a {
  font-style: normal;
}
.cid-tTv2n6oLNL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTv2n6oLNL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tTv2n6oLNL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tTv2n6oLNL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tTv2n6oLNL .menu-logo {
  margin-right: auto;
}
.cid-tTv2n6oLNL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tTv2n6oLNL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tTv2n6oLNL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTv2n6oLNL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTv2n6oLNL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTv2n6oLNL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTv2n6oLNL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tTv2n6oLNL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTv2n6oLNL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTv2n6oLNL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTv2n6oLNL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tTv2n6oLNL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tTv2n6oLNL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTv2n6oLNL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTv2n6oLNL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTv2n6oLNL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tTv2n6oLNL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tTv2n6oLNL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tTv2n6oLNL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTv2n6oLNL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTv2n6oLNL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTv2n6oLNL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTv2n6oLNL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tTv2n6oLNL button.navbar-toggler:focus {
  outline: none;
}
.cid-tTv2n6oLNL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tTv2n6oLNL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTv2n6oLNL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTv2n6oLNL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTv2n6oLNL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTv2n6oLNL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTv2n6oLNL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTv2n6oLNL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTv2n6oLNL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTv2n6oLNL .collapsed .btn {
  display: flex;
}
.cid-tTv2n6oLNL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTv2n6oLNL .collapsed .navbar-collapse.collapsing,
.cid-tTv2n6oLNL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTv2n6oLNL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTv2n6oLNL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTv2n6oLNL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTv2n6oLNL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTv2n6oLNL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTv2n6oLNL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tTv2n6oLNL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTv2n6oLNL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tTv2n6oLNL .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTv2n6oLNL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tTv2n6oLNL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tTv2n6oLNL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tTv2n6oLNL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTv2n6oLNL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTv2n6oLNL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tTv2n6oLNL img {
    height: 3.8rem !important;
  }
  .cid-tTv2n6oLNL .btn {
    display: flex;
  }
  .cid-tTv2n6oLNL button.navbar-toggler {
    display: block;
  }
  .cid-tTv2n6oLNL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tTv2n6oLNL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tTv2n6oLNL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTv2n6oLNL .navbar-collapse.collapsing,
  .cid-tTv2n6oLNL .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTv2n6oLNL .navbar-collapse.collapsing .navbar-nav,
  .cid-tTv2n6oLNL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTv2n6oLNL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTv2n6oLNL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTv2n6oLNL .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTv2n6oLNL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tTv2n6oLNL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTv2n6oLNL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTv2n6oLNL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tTv2n6oLNL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTv2n6oLNL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTv2n6oLNL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-uDqxwc4NQ5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uDqxwc4NQ5 P {
  color: #767676;
}
.cid-uDqxwW13e2 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uDqxwW13e2 .card-img {
  background-color: #fff;
}
.cid-uDqxwW13e2 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uDqxwW13e2 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uDqxwW13e2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uDqxwW13e2 p {
  text-align: left;
}
.cid-uDqxwW13e2 .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-uDqxwW13e2 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uDqxwW13e2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uDqxwW13e2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uDqxwW13e2 .mbr-text B {
  color: #df2b2b;
}
.cid-tVhSIVxadc {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-tVhSIVxadc .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-tVhSIVxadc .social-list a:focus {
  text-decoration: none;
}
.cid-tVhSIVxadc H2 {
  color: #efefef;
}
.cid-tVhSKoS3Bt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
