.fellow-stories-module {
  padding-top: 80px;
  padding-bottom: 110px;
}
.fellows-slider {
  position: relative;
  margin-bottom: 40px;
}
.fellow-stories .stories-wrap {
  height: 420px;
  overflow: hidden;
  position: relative;
  transition: height 0.6s ease-in-out;
}
.fellow-story {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  height: 0;
  top: 0;
  left: 0;
}
.fellow-story.focused {
  opacity: 1 !important;
  position: relative;
  z-index: 3;
}
.fellow-story .featured-img-wrap {
  float: right;
  width: 66%;
  margin-bottom: 24px;
}
.fellow-story .aspect-ratio {
  padding-top: 56%;
  position: relative;
}
.fellow-story .featured-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.fellow-story .story-content {
  column-count: 3;
  width: 100%;
  column-gap: 30px;
}
.fellow-story .story-content img {
  border-radius: 10px;
  object-fit: cover;
  height: 305px;
}
.fellow-story .story-content img.tall {
  height: 550px;
}
.fellow-story .story-content h3 {
  margin-top: calc(-100% - 88px);
}
.stories-wrap.toggled + .stories-controls:before {
  opacity: 0;
}
.slider-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.slider-container .slide {
  margin-right: 30px;
  max-width: 100%;
}
.slider-controls {
  min-width: 100vw;
  max-width: 100vw;
  transform: translate(-50%);
  height: 0;
  top: 50%;
  position: absolute;
  left: 50%;
}
.stories-controls:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 190px;
  background: linear-gradient(
    0deg,
    rgba(249, 245, 242, 1) 5%,
    rgba(249, 245, 242, 0) 90%
  );
  width: 100%;
  transition: opacity 0.6 ease-in-out;
  opacity: 1;
  z-index: 4;
}
.slider-controls .control {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slider-container .fellow {
  cursor: pointer;
}
.slider-controls .control.next {
  left: unset;
  right: -10px;
}
.slider-controls .control.prev:hover {
  left: 0;
}
.slider-controls .control.next:hover {
  right: 0;
}

@media screen and (max-width: 991px) {
  .fellow-story .story-content h3 {
    margin-top: calc(-90% - 88px);
  }
}
@media screen and (max-width: 768px) {
  .fellow-stories-module {
    padding-bottom: 80px !important;
  }
  .fellow-story .story-content {
    column-count: 1;
  }
  .fellow-story .story-content h3 {
    margin-top: unset;
  }
  .fellow-story .featured-img-wrap {
    display: none;
  }
  .fellows-slider {
    margin-bottom: 40px;
  }
  .fellow-story .story-content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.slider-controls .control {
  color: #ffc700;
}
.slider-controls .control:hover {
  color: #dd9b00;
}

.svg-fellow-story-accent {
  right: -80px;
  top: -27px;
  display: none;
}

.svg-fellow-story-accent.toggled-accent {
  display: block;
}

.svg-fellow-story-accent::after {
  height: 6px;
  background: #cbeef0;
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  left: calc(100% - 5px);
  top: 49px;
}
.fellow-stories-module.minimal-redesign .card.fellow .aspect-ratio {
  padding-bottom:0px !important;
  padding-top: 100% !important;
  border-radius: 100%;
  background: transparent !important;
}


.fellow-stories-module.minimal-redesign .card.fellow {
  background: transparent;
  box-shadow:none;
}

.fellow-stories-module.minimal-redesign .card.fellow {
  width: 152.699px !important;
  height: 152.699px !important;
}

.fellow-stories-module.minimal-redesign .card.fellow:hover .aspect-ratio img {
  transform: scale(1) !important;
}

.fellow-stories-module.minimal-redesign .fellow-card-label-inner {
  text-align: center;
}


.fellow-stories-module.minimal-redesign .fellow-card-label:before {
  display: none !important;
}

.fellow-stories-module.minimal-redesign .card.fellow.selected .fellow-card-label {
  color: #023257;
}