.custom-html--sitecore {
    /* @font-face {
      font-display: swap;
      font-family: Graphik Super;
      font-stretch: normal;
      font-style: normal;
      font-weight: 900;
      src: url(Graphik-SuperItalic.43d9a571.woff2) format("woff2"),url(Graphik-SuperItalic.c810f243.woff) format("woff"),url(Graphik-SuperItalic.86ec89a0.ttf) format("truetype")
  }
  
  @font-face {
      font-family: Graphik Black;
      font-stretch: normal;
      font-style: normal;
      font-weight: 800;
      src: url(Graphik-Black.208b3f0d.woff2) format("woff2"),url(Graphik-Black.3c114f0f.woff) format("woff"),url(Graphik-Black.4a332852.ttf) format("truetype")
  }
  
  @font-face {
      font-display: swap;
      font-family: Graphik Bold;
      font-stretch: normal;
      font-style: normal;
      font-weight: 700;
      src: url(Graphik-Bold.6a46921c.woff2) format("woff2"),url(Graphik-Bold.d0e8fba5.woff) format("woff"),url(Graphik-Bold.0f086a28.ttf) format("truetype")
  }
  
  @font-face {
      font-display: swap;
      font-family: Graphik Semibold;
      font-stretch: normal;
      font-style: normal;
      font-weight: 600;
      src: url(Graphik-Semibold.5e62b36a.woff2) format("woff2"),url(Graphik-Semibold.2ccda66b.woff) format("woff"),url(Graphik-Semibold.b4954737.ttf) format("truetype")
  }
  
  @font-face {
      font-display: swap;
      font-family: Graphik Medium;
      font-stretch: normal;
      font-style: normal;
      font-weight: 500;
      src: url(Graphik-Medium.8dbbf412.woff2) format("woff2"),url(Graphik-Medium.c9d74f82.woff) format("woff"),url(Graphik-Medium.6936a2d0.ttf) format("truetype")
  }
  
  @font-face {
      font-display: swap;
      font-family: Graphik Regular;
      font-stretch: normal;
      font-style: normal;
      font-weight: 400;
      src: url(Graphik-Regular.ba373acf.woff2) format("woff2"),url(Graphik-Regular.6f35664d.woff) format("woff"),url(Graphik-Regular.ddb64808.ttf) format("truetype")
  }
  
  @font-face {
      font-display: swap;
      font-family: Graphik Light;
      font-stretch: normal;
      font-style: normal;
      font-weight: 300;
      src: url(Graphik-Light.6577a16e.woff2) format("woff2"),url(Graphik-Light.b03a88ae.woff) format("woff"),url(Graphik-Light.79fe1bdb.ttf) format("truetype")
  }
  
  @font-face {
      font-display: swap;
      font-family: Graphik Extralight;
      font-stretch: normal;
      font-style: normal;
      font-weight: 200;
      src: url(Graphik-Extralight.b8d67727.woff2) format("woff2"),url(Graphik-Extralight.8115e52b.woff) format("woff"),url(Graphik-Extralight.fd22d9a6.ttf) format("truetype")
  }
  
  @font-face {
      font-display: swap;
      font-family: Graphik Thin;
      font-stretch: normal;
      font-style: normal;
      font-weight: 100;
      src: url(Graphik-Thin.8691483c.woff2) format("woff2"),url(Graphik-Thin.9f31c3cc.woff) format("woff"),url(Graphik-Thin.d2b574d8.ttf) format("truetype")
  } */
}

.custom-html--sitecore .stories-hub {
    align-items: center;
    background: #f5ebfe;
    display: flex;
    justify-content: center;
    width: 100%;
}

.custom-html--sitecore .stories-hub .stories-hub-inner {
    max-width: 786px;
    padding: 60px 15px 30px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .custom-html--sitecore .stories-hub .stories-hub-inner {
        padding: 20px 16px;
    }
}

.custom-html--sitecore .stories-hub .slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.custom-html--sitecore .stories-hub .slides-wrapper {
    display: flex;
    height: 28.8rem;
    width: 300%;
}

@media screen and (max-width: 600px) {
    .custom-html--sitecore .stories-hub .slides-wrapper {
        height: 19.2rem;
    }
}

.custom-html--sitecore .stories-hub #stories-hub-prism-space {
    height: calc(100% - 68px);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

@media screen and (max-width: 600px) {
    .custom-html--sitecore .stories-hub #stories-hub-prism-space {
        height: calc(100vw - 32px);
        position: relative;
        width: 100%;
    }
}

.custom-html--sitecore .stories-hub .slide-prism {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    transform-origin: 0 0;
    width: 100%;
}

.custom-html--sitecore .stories-hub .slide-prism img {
    max-height: 100%;
    max-width: 100%;
}

.custom-html--sitecore .stories-hub .slide {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: "all";
    position: absolute;
    top: 0;
}

.custom-html--sitecore .stories-hub .slide.slide-hidden {
    pointer-events: none;
    visibility: hidden;
}

.custom-html--sitecore .stories-hub .slide .slide-text {
    padding-bottom: 30px;
    padding-right: 30px;
    width: 50%;
}

.custom-html--sitecore .stories-hub .slide .slide-prism-space {
    width: 50%;
}

.custom-html--sitecore .stories-hub .slide .slide-prism-space img {
    display: none;
    max-width: 100%;
    opacity: 0;
}

@media screen and (max-width: 600px) {
    .custom-html--sitecore .stories-hub .slide {
        flex-direction: column;
    }

    .custom-html--sitecore .stories-hub .slide .slide-prism-space,
    .custom-html--sitecore .stories-hub .slide .slide-text {
        flex: 1 1 0;
        width: 100%;
    }

    .custom-html--sitecore .stories-hub .slide .slide-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
    }
}

.custom-html--sitecore .stories-hub .slide-eyebrow {
    font-family: Graphik Bold;
    font-size: 14px;
    margin-bottom: 0;
}

.custom-html--sitecore .stories-hub .slider-navigation-controls {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .custom-html--sitecore .stories-hub .slider-navigation-controls {
        margin-top: 0;
    }
}

.custom-html--sitecore .stories-hub .slider-button-prev {
    transform: scaleX(-1);
}

.custom-html--sitecore .stories-hub .slider-pagination {
    font-family: Graphik Regular;
    font-size: 14px;
    margin: 0 24px;
    width: 4.8rem;
}

.custom-html--sitecore .stories-hub .module-title {
    font-family: Graphik Bold, Arial Bold, sans-serif;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .custom-html--sitecore .stories-hub .module-title {
        margin-bottom: 8px;
    }

    .custom-html--sitecore .stories-hub .slide-description,
    .custom-html--sitecore .stories-hub .slide-title {
        margin-bottom: 16px;
    }
}

.custom-html--sitecore .stories-hub .cta-more {
    color: #000;
    display: inline-block;
    opacity: 1;
    padding: 10px;
    position: relative;
    transition: opacity 0.6s ease;
    width: auto;
}

.custom-html--sitecore .stories-hub .cta-more .cta-more-box {
    border: 1px solid #000;
    border-radius: 50px;
    height: 40px;
    left: 0;
    position: absolute;
    top: 2px;
    transition: all 0.4s ease;
    width: 40px;
}

.custom-html--sitecore .stories-hub .cta-more.slide-cta:hover .cta-more-box {
    border-radius: 25px 25px 25px 25px;
    height: 40px;
}

@media only screen and (min-width: 1025px) {
    .custom-html--sitecore .stories-hub .cta-more.slide-cta:hover .cta-more-box {
        width: 103%;
    }
}

.custom-html--sitecore .stories-hub .cta-more .cta-more-arrow {
    height: 15px;
    left: 25px;
    position: absolute;
    top: 9px;
    transition: all 0.4s ease;
}

.custom-html--sitecore .stories-hub .cta-more .img-arrow-right {
    width: 24px;
}

.custom-html--sitecore .stories-hub .cta-more .cta-more-label {
    font-family: Graphik Bold;
    margin-left: 60px;
    text-align: left;
}

.custom-html--sitecore .stories-hub .cta-more.cta-carousel-navigation .cta-more-box {
    position: relative;
    transition: all 0.4s ease;
}

.custom-html--sitecore .stories-hub .cta-more.cta-carousel-navigation .cta-more-arrow {
    left: 8px;
}

.custom-html--sitecore .stories-hub .cta-more.cta-carousel-navigation:focus,
.custom-html--sitecore .stories-hub .cta-more.cta-carousel-navigation:hover {
    outline: none;
}

.custom-html--sitecore .stories-hub .cta-more.cta-carousel-navigation:hover .cta-more-box {
    transform: scale(1.2);
}