.c1009 h2 {
  margin-bottom: 2.5rem;
}
.c1009 figure {
  width: 100%;
}
.c1009 figure img {
  height: auto;
}
.c1009 .grey-filter figure img {
  filter: grayscale(1);
}
.c1009 .grey-filter figure img:hover {
  filter: grayscale(0);
}
.c1009 .small-header h2 {
  font-weight: 300;
  font-size: 0.83rem;
  line-height: 1.11rem;
  color: var(--text-light);
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 48em) {
  .c1009 .small-header h2 {
    font-size: 0.83rem;
    line-height: 1.11rem;
  }
}
.c1009 .open-popup {
  width: 100%;
}
.c1009 .style-1 .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 48em) {
  .c1009 .style-1 .logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 103.125em) {
  .c1009 .style-1 .logos {
    column-gap: 7.08rem;
  }
}
.c1009 .style-1 .logos figure {
  width: 100%;
}
.c1009 .style-2 .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 48em) {
  .c1009 .style-2 .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 103.125em) {
  .c1009 .style-2 .logos {
    column-gap: 5.18rem;
  }
}
.c1009 .style-2 .logos figure {
  width: 100%;
}
.c1009 .style-3 .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 48em) {
  .c1009 .style-3 .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 103.125em) {
  .c1009 .style-3 .logos {
    column-gap: 3.66rem;
  }
}
.c1009 .style-3 .logos figure {
  width: 100%;
}
.c1009 .style-4 .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 48em) {
  .c1009 .style-4 .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 103.125em) {
  .c1009 .style-4 .logos {
    column-gap: 5.27rem;
  }
}
.c1009 .style-4 .logos figure {
  width: 100%;
}
.c1009 details {
  margin: 0.95rem 0 0;
}
.c1009 details summary {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.5rem;
  color: #13A538;
  width: fit-content;
  cursor: pointer;
}
.c1009 details summary .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1005;
  pointer-events: all;
  cursor: default;
}
.c1009 details summary .overlay svg {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1007;
  pointer-events: all;
  cursor: pointer;
  background: #ffffff;
}
.c1009 details .popup-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: fixed;
  top: 3rem;
  left: 1rem;
  right: 1rem;
  max-height: calc(100vh - 4rem);
  background: #ffffff;
  z-index: 1006;
  padding: 2.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 48em) {
  .c1009 details .popup-container {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: calc(100% - 2rem);
    max-width: var(--content-max-width);
  }
}
.c1009 details .popup-container p {
  margin: 0;
}
.c1009 details[open] summary .overlay {
  display: block;
}
