.scorrblock, .scorrblock * {
  box-sizing: border-box;
}

.scb-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.scb-column {
  align-items: stretch;
  display: flex;
}

@media (min-width: 782px) {
  .scb-columns:not(.cols-flex) .scb-column {
    flex-basis: calc((100% - 4rem) / 3);
    flex-grow: 0;
  }
  .scb-columns.cols-3 .scb-column {
    flex-basis: calc((100% - 6rem) / 4);
  }
  .scb-columns.cols-6 .scb-column, .scb-columns.resource-cols .scb-column {
    flex-basis: calc((100% - 2rem) / 2);
  }
  .scb-columns.cols-12 .scb-column {
    flex-basis: 100%;
  }
  .scb-columns.cols-flex .scb-column {
    flex: 1;
  }
}
@media (min-width: 1350px) {
  .scb-columns.resource-cols .scb-column {
    flex-basis: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 781px) {
  .scb-column {
    flex-basis: 100% !important;
  }
}
a.scb-card {
  align-items: flex-start;
  background: #C2ED78 !important;
  box-shadow: 0 0 9.1px 4px rgba(171, 48, 156, 0.1);
  color: #3E0F6C;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  padding: 6px 0 0;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease;
}
a.scb-card:before {
  background: linear-gradient(90deg, #E00517 0%, #C61B5A 50%, #AB309C 100%);
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left;
  transition: all 0.4s ease;
  width: 100%;
}
a.scb-card:has(.scb-card-image):before {
  top: 256px;
}
a.scb-card:before, a.scb-card .scb-card-icon {
  font-size: 1rem;
}
a.scb-card .scb-card-icon {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  width: 60px;
  z-index: 2;
}
a.scb-card .scb-card-icon img {
  height: auto;
  transition: filter 0.4s ease;
  width: 51px;
}
a.scb-card .scb-card-image {
  height: 256px;
  transform-origin: bottom center;
  transition: all 0.4s ease;
  width: 100%;
}
a.scb-card .scb-card-image + .scb-card-icon {
  top: 256px;
}
a.scb-card .scb-card-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 1rem;
  overflow: hidden;
  padding: 2rem 2rem 3rem;
  position: relative;
  transition: border 0.4s ease;
  width: 100%;
  z-index: 1;
}
a.scb-card .scb-card-content:after {
  background: linear-gradient(90deg, #E00517 0%, #AB309C 100%), #FFFFFF;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.4s ease;
  z-index: -1;
}
a.scb-card .scb-card-image + .scb-card-content {
  border-top: 0;
  border-radius: 0 0 6px 6px;
}
a.scb-card h2, a.scb-card h3 {
  font-size: clamp(1.25rem, 1.027rem + 0.595vw, 1.563rem);
  font-weight: 600;
}
a.scb-card h2::before, a.scb-card h3::before {
  content: "";
  display: block;
  float: right;
  height: 1.4em;
  width: 24%;
}
a.scb-card h2, a.scb-card h3, a.scb-card h4, a.scb-card p {
  color: inherit;
  margin: 0;
}
a.scb-card p {
  font-size: 1rem;
  font-weight: 500;
}
a.scb-card span.scb-card-type {
  align-self: flex-start;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
a.scb-card span.scb-card-type, a.scb-card span.scb-card-type span {
  color: #3E0F6C;
  transition: all 0.4s ease;
}
a.scb-card:hover, a.scb-card:focus {
  box-shadow: 0 0 9.1px 4px rgba(171, 48, 156, 0.1);
  color: #fff;
  text-decoration: none;
  transform: translateY(-4px);
}
a.scb-card:hover:before, a.scb-card:focus:before {
  transform: scaleX(0);
}
a.scb-card:hover .scb-card-content:after, a.scb-card:focus .scb-card-content:after {
  opacity: 1;
  transform: scaleX(1);
}
a.scb-card:hover span.scb-card-type, a.scb-card:hover span.scb-card-type span, a.scb-card:focus span.scb-card-type, a.scb-card:focus span.scb-card-type span {
  color: #fff;
}
a.scb-card:hover .scb-card-image, a.scb-card:focus .scb-card-image {
  transform: scale(1.02);
}
a.scb-card:hover .scb-card-icon img, a.scb-card:focus .scb-card-icon img {
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='scb-green-overlay' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-color='%23C2ED78' result='flood'/%3E%3CfeComposite in='flood' in2='SourceAlpha' operator='in'/%3E%3C/filter%3E%3C/svg%3E#scb-green-overlay");
}

span.scb-card-info {
  display: block;
}

.scorrblock-recent-nav-contain {
  font-family: "Urbanist", sans-serif;
  padding-top: 0.5rem;
  width: 100%;
}

.scorrblock-recent-nav-contain, ul.scorrblock-recent-nav {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin: 0;
}

.scorrblock-view-label, ul.scorrblock-recent-nav button {
  color: #3E0F6C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
}

ul.scorrblock-recent-nav {
  list-style: none;
  padding: 0;
}
ul.scorrblock-recent-nav button {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-decoration-color: var(--scb-accent-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
}
ul.scorrblock-recent-nav button.active, ul.scorrblock-recent-nav button:hover, ul.scorrblock-recent-nav button:focus {
  text-decoration: underline;
  text-decoration-color: var(--scb-accent-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}

.scorrblock-slide .scb-columns {
  padding-top: 4px;
}

a.scb-card-pinned:after {
  background: url(img/pin.svg) center center/100% auto no-repeat;
  bottom: 1rem;
  content: "";
  height: 45px;
  position: absolute;
  right: 0.5rem;
  transition: all 0.4s ease;
  width: 57px;
  z-index: 3;
}
a.scb-card-pinned:hover:after, a.scb-card-pinned:focus:after {
  filter: brightness(0) invert(1);
}
/*# sourceMappingURL=scorrblocks.min.css.map */