.ct-vertical-spacing-inset--none {
  margin: 0px;
}

.ct-vertical-spacing-inset--both {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.ct-vertical-spacing-inset--top {
  margin-top: 4rem;
}

.ct-vertical-spacing-inset--bottom {
  margin-bottom: 4rem;
}

.component-padding-both {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.component-padding-top {
  padding-top: 4rem;
}

.component-padding-bottom {
  padding-bottom: 4rem;
}

.component-padding-none {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ct-basic-content .block-views-exposed-filter-blocklocations-filters-page-1 .block__title {
  display: none;
}
.ct-basic-content img {
  max-width: 100%;
  height: auto;
}

.gap {
  gap: 1rem;
}

body.user-referrer #ct-basic-content-291,
body.user-referrer #ct-basic-content-409,
body.user-referrer #ct-basic-content-796 {
  background-image: url("/themes/custom/qscan/src/assets/images/referrer-support.png");
  background-position: right;
  background-repeat: no-repeat;
  min-height: 380px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 1199.98px) {
  body.user-referrer #ct-basic-content-291,
  body.user-referrer #ct-basic-content-409,
  body.user-referrer #ct-basic-content-796 {
    background-position: left;
    background-size: cover;
  }
}
body.user-referrer #ct-basic-content-291 .d-md-flex,
body.user-referrer #ct-basic-content-409 .d-md-flex,
body.user-referrer #ct-basic-content-796 .d-md-flex {
  height: 100%;
  justify-content: space-between !important;
}

#ct-basic-content-251 .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 30px;
}

#ct-basic-content-257 {
  border-top: 4px solid #e6efe8;
}

.ct-basic-content.component-light {
  background-color: #FAFAFA;
}
.ct-basic-content.component-dark {
  background-color: #47833F;
  color: #fff !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.ct-basic-content.component- {
  background-color: transparent;
}
.ct-basic-content.component-white {
  background-color: #fff;
}
.ct-basic-content .gap {
  gap: 1rem;
}

#ct-basic-content-589 img {
  max-width: 300px;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#ct-basic-content-734 .tab-pane {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 30px;
  background-color: #fff;
  font-size: 1.375rem;
}
#ct-basic-content-734 .nav-pills {
  background-color: #e6efe8;
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 30px;
  padding: 5px;
}
#ct-basic-content-734 .nav-pills .nav-link:hover {
  background-color: #47833F;
  color: #fff;
}

/*# sourceMappingURL=basic-content.css.map*/