.storytelling-module__content {
  display: flex;
  flex-direction: column;
  padding: 1.8750rem 1.2500rem;
  gap: 2.1875rem;
  max-width: 74.3750rem;
  margin: auto;
}

@media screen and (min-width: 750px) {
  .storytelling-module__content {
    padding: 3.7500rem 1.2500rem;
    gap: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .storytelling-module__content {
    padding: 6.2500rem 1.2500rem;
  }
}

.storytelling-module__heading {
  margin: 0;
  font-size: 18px;
  line-height: 1.33;
}

@media screen and (min-width: 750px) {

  .storytelling-module__heading {
    font-size: 25px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 750px) {
  .storytelling-module__details {
    display: flex;
    column-gap: 2.2500rem;
  }
}

.storytelling-module__detail--mobile {
  display: block;
}

.storytelling-module__detail--desktop {
  display: none;
}

@media screen and (min-width: 750px) {
  .storytelling-module__detail--mobile {
    display: none;
  }

  .storytelling-module__detail--desktop {
    display: block;
  }
}

.storytelling-module__detail {
  margin: 0 0 1.5000rem;
  padding: 0 0 0.9375rem;
  border-bottom: 1.5px solid var(--hh-color-day-light-opacity);
}

.storytelling-module--dark .storytelling-module__detail {
  border-bottom: 1.5px solid var(--hh-color-brand-tertiary);
}

@media screen and (min-width: 750px) {
  .storytelling-module__detail {
    padding: 0 0 2.5000rem;
    margin: 0;
  }
}

@media screen and (min-width: 750px) {
  .storytelling-module__detail {
    flex: 0 1 100%;
  }
}

.storytelling-module__detail-heading {
  font: var(--hh-body-large-font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.storytelling-module__detail-heading .icon {
  width: 1.0625rem;
  height: 1.0625rem;
  transition: transform var(--hh-duration-default) ease-in-out;
}

.storytelling-module__detail[open] .icon {
  transform: rotate(45deg);
}

.storytelling-module__detail-content {
  color: var(--hh-color-neutral);
  margin: 0.9375rem 0 0;
}

.storytelling-module--dark .storytelling-module__detail-content {
  color: var(--hh-color-subdued-secondary);
}

@media screen and (min-width: 750px) {
  .storytelling-module__detail-content {
    padding: 0 2.1250rem 0 0;
  }
}

.storytelling-module__media {
  padding: 0 0 0.9375rem;
}

@media screen and (min-width: 750px) {
  .storytelling-module__media {
    padding: 0 0 1.2500rem;
  }
}

.storytelling-module__media hh-wistia-video-wrapper {
  --hh-toggle-bottom-offset: 1.8750rem;
}

.storytelling-module__video {
  width: 100%;
  height: 100%;
}

.storytelling-module__video video {
  object-fit: cover !important;
}

.storytelling-module__video-aspect {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .storytelling-module__video-aspect--mobile {
    padding-top: 144%;
  }
}

.storytelling-module__video-aspect--mobile-hide {
  display: none;
}

@media screen and (min-width: 750px) {
  .storytelling-module__video-aspect--mobile-hide {
    display: block;
  }
  .storytelling-module__video-aspect--desktop-hide {
    display: none;
  }
}

.storytelling-module__video-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .storytelling-module__video--mobile-hide {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .storytelling-module__video--mobile {
    display: none;
  }
}

/*  Image hide logic */
.storytelling-module__image {
  display: block;
}

.storytelling-module__image--mobile-hide {
  display: none;
}

@media screen and (min-width: 750px) {
  .storytelling-module__image--desktop-hide {
    display: none;
  }

  .storytelling-module__image--mobile-hide {
    display: block;
  }
}

.storytelling-module__image--desktop-hide.storytelling-module__image--mobile-hide {
  display: none;
}

.storytelling-notes {
  display: flex;
  flex-direction: column;
  gap: 1.2500rem;
}

.storytelling-note {
  border-bottom: solid 0.0625rem var(--hh-color-grey);
  padding-bottom: 1.2500rem;
  gap: 0.6250rem;
  margin-bottom: 0.6250rem;
  padding-right: 1.3750rem;
}

@media screen and (min-width: 750px) {
  .storytelling-notes {
    flex-direction: row;
    gap: 2.2500rem;
  }

  .storytelling-note {
    flex: 0 1 100%;
    padding-bottom: 1.2500rem;
  }
}

@media screen and (min-width: 1200px) {
  .storytelling-notes {
    gap: 4.5000rem;
  }
}
