.jury-grid {
  background-color: #182330;
  color: #FCF9F4;
  position: relative;
  padding: 40px 25px 0 25px;
}
@media all and (min-width: 768px) {
  .jury-grid {
    padding: 65px 40px 0 40px;
  }
}
.jury-grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
.jury-grid__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 36px;
}
@media all and (min-width: 768px) {
  .jury-grid__title {
    font-size: 72px;
  }
}
.jury-grid__title + .jury-grid__inner {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .jury-grid__title + .jury-grid__inner {
    margin-top: 80px;
  }
}
.jury-grid__subtitle {
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 700px;
  font-family: "Gotham-Light", sans-serif;
}
@media all and (min-width: 768px) {
  .jury-grid__subtitle {
    margin-bottom: 100px;
    font-size: 23px;
  }
}
.jury-grid__details {
  text-align: center;
  margin-top: 20px;
}
.jury-grid__name {
  font-family: "ESFace", serif;
  font-size: 20px;
  margin-bottom: 2px;
}
.jury-grid__role {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.jury-grid__inner {
  display: grid;
  grid-row-gap: 35px;
}
@media all and (min-width: 600px) {
  .jury-grid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
  }
}
@media all and (min-width: 768px) {
  .jury-grid__inner {
    grid-gap: 50px;
  }
}
@media all and (min-width: 1024px) {
  .jury-grid__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 70px;
    grid-row-gap: 45px;
  }
}
.jury-grid__toggle {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../../images/plus-icon.svg) center center/contain no-repeat;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.jury-grid__over {
  position: relative;
}
.jury-grid__over:before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.jury-grid__under {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF9F4;
  color: #182330;
  padding: 20px 20px 60px 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 2;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .jury-grid__under {
    padding: 35px 35px 60px 35px;
  }
}
@media all and (min-width: 1280px) {
  .jury-grid__under * {
    font-size: 20px;
  }
}
.jury-grid__under *:first-child {
  margin-top: 0;
}
.jury-grid__item.active .jury-grid__under {
  opacity: 1;
}
.jury-grid__item.active .jury-grid__toggle {
  transform: rotate(45deg);
  filter: invert(1) hue-rotate(180deg) saturate(70%) brightness(20%);
}
.jury-grid__image-container {
  aspect-ratio: 7/9;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.jury-grid__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  max-width: 100%;
}
.jury-grid__cta {
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.jury-grid__cta .button-custom:focus-visible {
  outline-color: #FCF9F4;
}

.paragraph--type--jury-slider {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .paragraph--type--jury-slider {
    margin-bottom: 85px;
  }
}

/*# sourceMappingURL=jury_grid.css.map */
