.oc-banner {
  display: flex;
  margin-bottom: var(--gutter);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-x: hidden;
}

.oc-banner h2 {
  font-family: "SharpGroteskBold-18";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-banner p {
  font-family: "LibreFranklin";
}

.oc-banner strong {
  font-weight: 600;
}

@media (min-width: 0) {
  .oc-banner {
    flex-direction: column;
    gap: 0.625rem;
  }

  .oc-banner h2 {
    font-size: 1.5rem;
    line-height: 1.375rem;
  }

  .oc-banner p {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .oc-banner {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .oc-banner p {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .oc-banner h2 {
    font-size: 1.625rem;
    line-height: 1.5rem;
  }

  .oc-banner p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1920px) {
  .oc-banner h2 {
    font-size: 1.9375rem;
    line-height: 1.75rem;
  }

  .oc-banner p {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
  }
}
/*

 */

.oc-take-part-images {
  font-size: 0;
}

.oc-take-part-images img {
  width: 100%;
  object-fit: cover;
}

.oc-take-part-section {
  font-family: "LibreFranklin";
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.oc-take-part-section p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.oc-take-part-section ul,
.oc-take-part-section blockquote,
.oc-take-part-section .tabs {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.oc-take-part-section ul {
  margin-bottom: 1.5rem;
  list-style-type: "\2014\00a0";
  list-style-position: inside;
}

.oc-take-part-section li + li {
  margin-top: 0.25rem;
}

.oc-take-part-section hr {
  border-top: solid 0.3125rem black;
}

.oc-take-part-section .tabs div[role=tablist] {
  margin-bottom: 1.5rem;
}

.oc-take-part-section .tabs button[role=tab] {
  appearance: none;
  display: block;
  padding: 1rem;
  width: 100%;
  border: solid 1px black;
  background: none;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: left;
}

.oc-take-part-section .tabs button[role=tab] + button[role=tab] {
  margin-top: 0.5rem;
}

.oc-take-part-section .tabs button[role=tab][aria-selected=true] {
  background-color: var(--accent-visitor);
}

.oc-take-part-section .tabs button[role=tab]:hover {
  cursor: pointer;
}

.oc-take-part-section .learn-more {
  margin-left: 1rem;
  text-transform: uppercase;
}

.oc-take-part-section strong {
  font-weight: 600;
}

.oc-take-part-section blockquote p:first-child {
  margin-bottom: 0.25rem;
  font-style: italic;
}

.oc-take-part-section .oc-button-black {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}

.oc-take-part-section .oc-button-black + .oc-button-black {
  margin-left: 1rem;
}

.oc-take-part-intro h2 {
  font-family: "SharpGroteskBold-12";
  font-feature-settings: "ss02";
  font-weight: normal;
}

.oc-take-part-intro img {
  width: 100%;
}

.oc-take-part-support h2 {
  text-transform: uppercase;
  font-family: "SharpGroteskBold-18";
  font-feature-settings: "ss02";
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 1.5rem;
}

.oc-take-part-support h3 {
  font-family: "SharpGroteskBook-18";
  font-feature-settings: "ss02";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width: 0) {
  .oc-take-part-section {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .oc-take-part-section .column,
  .oc-take-part-section hr {
    grid-column: span 12;
  }

  .oc-take-part-intro h2 {
    font-size: 4.0625rem;
    line-height: 4.0625rem;
  }

  .oc-take-part-intro img {
    display: none;
  }

  .oc-take-part-support h3 {
    margin-top: 1rem;
  }
}

@media (min-width: 576px) {
  .oc-take-part-section {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .oc-take-part-intro h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media (min-width: 768px) {
  .oc-take-part-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .oc-take-part-section .column {
    grid-column: 3 / 8;
  }

  .oc-take-part-section hr {
    margin-top: 2rem;
    grid-column: 3 / 11;
  }

  .oc-take-part-intro .column:first-child {
    grid-column: 3 / 7;
  }

  .oc-take-part-intro .column:last-child {
    grid-column: 7 / 11;
  }

  .oc-take-part-intro img {
    display: block;
  }

  .oc-take-part-support .column {
    grid-column: 3 / 8;
  }

  .oc-take-part-support h3 {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .oc-take-part-section {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .oc-take-part-section blockquote {
    padding-left: 2rem;
    font-size: 0.9375rem;
  }

  .oc-take-part-intro h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media (min-width: 1920px) {
  .oc-take-part-section {
    font-size: 1.1875rem;
    line-height: 1.8125rem;
  }

  .oc-take-part-section blockquote {
    padding-left: 3rem;
    font-size: 1rem;
  }

  .oc-take-part-intro h2 {
    font-size: 5.4375rem;
    line-height: 5.4375rem;
  }
}
