/* --------------------------------------
Rem-Calc Function from Foundation
-------------------------------------- */
.scrolling-section-reveal-block {
  --ssr-sections-panel-height: min(55vh, 28rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}
.scrolling-section-reveal-block__intro {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__intro {
    margin-bottom: clamp(4rem, 4vw, 4rem);
  }
}
.scrolling-section-reveal-block__title {
  margin-bottom: 1.25rem;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}
.scrolling-section-reveal-block__intro-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.scrolling-section-reveal-block__layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(1.5rem, 4vw, 2.5rem);
  }
}
.scrolling-section-reveal-block__col--text {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__col--text {
    overflow: visible;
  }
}
.scrolling-section-reveal-block__sections {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  max-height: var(--ssr-sections-panel-height);
  height: var(--ssr-sections-panel-height);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: clamp(6rem, 16vh, 10rem);
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrolling-section-reveal-block__sections::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__sections {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    max-height: none;
    overflow: visible;
    padding-bottom: 0;
    -ms-touch-action: auto;
        touch-action: auto;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
  }
  .scrolling-section-reveal-block__sections::-webkit-scrollbar {
    width: auto;
    height: auto;
  }
}
.scrolling-section-reveal-block--editor .scrolling-section-reveal-block__col--text {
  display: block;
  overflow: visible;
}
.scrolling-section-reveal-block--editor .scrolling-section-reveal-block__sections {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  max-height: none;
  overflow: visible;
}
.scrolling-section-reveal-block__section {
  padding: clamp(4.25rem, 4.5vw, 4rem) 0;
  opacity: 0.45;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.scrolling-section-reveal-block__section.is-active {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section {
    padding: clamp(2rem, 4vw, 3rem) 0;
    opacity: 1;
  }
  .scrolling-section-reveal-block__section:first-child {
    padding-top: 0;
  }
}
.scrolling-section-reveal-block--editor .scrolling-section-reveal-block__section {
  padding: 1.25rem 0;
}
.scrolling-section-reveal-block__section-media {
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
  max-width: 36rem;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section-media {
    max-width: none;
    width: 100%;
  }
}
.scrolling-section-reveal-block__section-figure {
  position: relative;
  width: min(85vw, 22rem);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.06);
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section-figure {
    width: 40%;
    max-width: none;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
}
.scrolling-section-reveal-block__section-image-el {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section-image-el {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.scrolling-section-reveal-block--editor .scrolling-section-reveal-block__section-media.d-lg-none {
  display: block !important;
}
.scrolling-section-reveal-block__section-inner {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 36rem;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .scrolling-section-reveal-block__section-inner {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.scrolling-section-reveal-block--editor .scrolling-section-reveal-block__section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.scrolling-section-reveal-block--editor .scrolling-section-reveal-block__section-copy {
  display: block;
}
.scrolling-section-reveal-block__section-copy {
  display: contents;
}
.scrolling-section-reveal-block__badge {
  grid-column: 1;
  grid-row: 1;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  background: #f5d547;
  color: #1a1a2e;
  align-self: center;
  margin-top: 0;
  -webkit-transition: background 0.35s ease, color 0.35s ease, opacity 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease, opacity 0.35s ease;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__badge {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .scrolling-section-reveal-block__badge {
    font-size: 0.85rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__badge {
  background: rgba(245, 213, 71, 0.35);
  color: rgba(26, 26, 46, 0.45);
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__badge {
    background: #f5d547;
    color: #1a1a2e;
  }
}
.scrolling-section-reveal-block__section-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  align-self: center;
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media (max-width: 767.98px) {
  .scrolling-section-reveal-block__section-title {
    font-size: 1.25rem !important;
  }
}
.scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-title {
  color: rgba(26, 26, 46, 0.55);
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-title {
    color: inherit;
  }
}
.scrolling-section-reveal-block__section-body {
  grid-column: 1/-1;
  grid-row: 2;
  min-width: 0;
  color: inherit;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section-body {
    width: min(100vw - 2rem, 36rem);
    max-width: 100%;
    justify-self: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow-wrap: anywhere;
    text-align: center;
  }
}
.scrolling-section-reveal-block__section-body p:last-child {
  margin-bottom: 0;
}
.scrolling-section-reveal-block__badge + .scrolling-section-reveal-block__section-body {
  grid-column: 1/-1;
  grid-row: 2;
}
.scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-body {
  color: rgba(26, 26, 46, 0.55);
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-body {
    color: inherit;
  }
}
@media (min-width: 768px) {
  .scrolling-section-reveal-block .blurb p, .scrolling-section-reveal-block .blurb ul, .scrolling-section-reveal-block .blurb ol, .scrolling-section-reveal-block .blurb span, .scrolling-section-reveal-block .blurb li, .scrolling-section-reveal-block .blurb a {
    font-size: 1.125rem;
  }
}
.scrolling-section-reveal-block__col--visual {
  position: relative;
}
.scrolling-section-reveal-block__visual {
  position: sticky;
  top: clamp(5rem, 12vh, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: min(70vw, 22rem);
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .scrolling-section-reveal-block__visual {
    position: static;
    top: auto;
    min-height: 0;
    padding: 0 0 clamp(0.5rem, 2vw, 1rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .scrolling-section-reveal-block__visual {
    min-height: min(50vh, 28rem);
    padding: 2rem 0 2rem 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.scrolling-section-reveal-block__divider {
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.scrolling-section-reveal-block__image-stack {
  position: relative;
  width: min(85vw, 22rem);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .scrolling-section-reveal-block__image-stack {
    width: min(100%, 24rem);
    margin-left: 1.5rem;
    margin-right: 0;
  }
}
.scrolling-section-reveal-block__image-layer {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.scrolling-section-reveal-block__image-layer.is-active {
  opacity: 1;
}
.scrolling-section-reveal-block__image-el {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.scrolling-section-reveal-block__placeholder {
  text-align: center;
  opacity: 0.75;
  padding: 1rem;
}

.bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__section {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__section.is-active .scrolling-section-reveal-block__section-title {
  color: #fff;
}
.bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-title,
.bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-body {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-title,
  .bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__section:not(.is-active) .scrolling-section-reveal-block__section-body {
    color: rgba(255, 255, 255, 0.92);
  }
}
.bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__divider {
  background: rgba(255, 255, 255, 0.15);
}
.bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__image-stack {
  background: rgba(255, 255, 255, 0.08);
}
.bg--charcoal.scrolling-section-reveal-block .scrolling-section-reveal-block__section-figure {
  background: rgba(255, 255, 255, 0.08);
}

/* Fill viewport while pinned and centre content vertically */
.scrolling-section-reveal-block {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scrolling-section-reveal-block > .container {
  width: 100%;
}