@charset "UTF-8";
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
main.flexible-theme-template header.banner {
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: clamp(2rem, 5vw, 6rem);
  padding-top: 90px;
  padding-bottom: 60px;
  --color-background: transparent;
  --color-accent: #e58e1a;
  --color-text: #fff;
}
main.flexible-theme-template header.banner[data-text-color=light] {
  --color-text: #fff;
}
main.flexible-theme-template header.banner[data-text-color=dark] {
  --color-text: #000;
}
main.flexible-theme-template header.banner[data-theme=dark] {
  --color-background: #000;
  --color-accent: #bfbfbf;
}
main.flexible-theme-template header.banner[data-theme=light] {
  --color-background: #888;
  --color-accent: #e58e1a;
}
main.flexible-theme-template header.banner[data-theme=orange] {
  --color-background: #e58e1a;
  --color-accent: #e58e1a;
}
main.flexible-theme-template header.banner[data-theme=purple] {
  --color-background: #6d56cc;
  --color-accent: #6d56cc;
}
main.flexible-theme-template header.banner[data-theme=blue] {
  --color-background: #1173d4;
  --color-accent: #1173d4;
}
main.flexible-theme-template header.banner[data-theme=green] {
  --color-background: #3b7845;
  --color-accent: #3b7845;
}
main.flexible-theme-template header.banner[data-theme=red] {
  --color-background: #ed562c;
  --color-accent: #f17e5e;
}
@media (max-width: 768px) {
  main.flexible-theme-template header.banner {
    min-height: 500px;
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  main.flexible-theme-template header.banner {
    min-height: 400px;
  }
}
main.flexible-theme-template header.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-background);
  z-index: 0;
  isolation: isolate;
}
main.flexible-theme-template header.banner .overlay .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
main.flexible-theme-template header.banner .overlay .darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
main.flexible-theme-template header.banner .banner-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
  color: var(--color-text);
  max-width: 1085px;
  position: relative;
  z-index: 3;
}
main.flexible-theme-template header.banner .banner-wrapper h1 {
  color: var(--color-text);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: clamp(3.6rem, 8vw, 6.4rem);
  line-height: 1.2;
}
main.flexible-theme-template header.banner .banner-wrapper h1::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 12px;
  background-color: var(--color-accent);
  bottom: 0px;
}
main.flexible-theme-template header.banner .banner-wrapper p {
  max-width: 1280px;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  line-height: 1.8;
  color: var(--color-text);
}
main.flexible-theme-template header.banner.small .banner-wrapper {
  min-height: auto;
  padding-block: 4rem;
}
main.flexible-theme-template header.banner.small .banner-wrapper h1 {
  font-size: clamp(36px, 5vw, 48px);
  line-height: clamp(48px, 6vw, 56px);
  padding-bottom: 0;
}
main.flexible-theme-template header.banner.small .banner-wrapper h1::after {
  display: none;
}
main.flexible-theme-template header.banner.small .banner-wrapper p {
  max-width: 1200px;
}

main.flexible-theme-template section.event-block {
  --color-background: #eeebf9;
  --accent: #6d56cc;
  --color-text: #000;
}
main.flexible-theme-template section.event-block[data-theme=light] {
  --color-background: #eeebf9;
  --accent: #6d56cc;
  --color-text: #000;
}
main.flexible-theme-template section.event-block[data-theme=dark] {
  --color-background: #000;
  --accent: #6d56cc;
  --color-text: #fff;
}
main.flexible-theme-template section.event-block[data-theme=orange] {
  --color-background: #fcf4e8;
  --accent: #b87114;
  --color-text: #000;
}
main.flexible-theme-template section.event-block[data-theme=purple] {
  --color-background: #eeebf9;
  --accent: #6d56cc;
  --color-text: #000;
}
main.flexible-theme-template section.event-block[data-theme=green] {
  --color-background: #d4ead8;
  --accent: #3b7845;
  --color-text: #000;
}
main.flexible-theme-template section.event-block[data-theme=blue] {
  --color-background: #c4dffa;
  --accent: #1173d4;
  --color-text: #000;
}
main.flexible-theme-template section.event-block[data-theme=red] {
  --color-background: #fad0c5;
  --accent: #ed562c;
  --color-text: #000;
}
main.flexible-theme-template section.event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6rem clamp(2rem, 8vw, 8rem);
  background-color: var(--color-background);
  color: var(--color-text);
}
main.flexible-theme-template section.event-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.event-block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.flexible-theme-template section.event-block .inner .col.title {
  max-width: 400px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.event-block .inner .col.title {
    max-width: 100%;
  }
}
main.flexible-theme-template section.event-block .inner .col.title .date {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ed562c;
  font-family: "Barlow", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
main.flexible-theme-template section.event-block .inner .col.title h2 {
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
main.flexible-theme-template section.event-block .inner .col.desc {
  max-width: 730px;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
main.flexible-theme-template section.event-block .inner .col.desc .description {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.7;
}
main.flexible-theme-template section.event-block .inner .col.desc .description p:first-child {
  margin-top: 0;
}

main.flexible-theme-template section.wysiwyg {
  --color-background: #fff;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg[data-theme=dark] {
  --color-background: #000;
  --color-text: #fff;
}
main.flexible-theme-template section.wysiwyg {
  overflow: visible;
  padding-block: clamp(30px, 10vw, 60px);
  padding-inline: clamp(15px, 5vw, 60px);
  background-color: var(--color-background);
  color: var(--color-text);
}
@media screen and (max-width: 400px) {
  main.flexible-theme-template section.wysiwyg {
    padding-inline: 10px;
  }
}
main.flexible-theme-template section.wysiwyg .inner {
  padding-block: 30px;
  max-width: 1280px;
  margin: auto;
  overflow: visible;
  background-color: var(--color-background);
  color: var(--color-text);
  border-radius: 1.5rem;
}
main.flexible-theme-template section.wysiwyg .inner.p-0 {
  padding-inline: 0;
  padding-block: 0;
}
main.flexible-theme-template section.wysiwyg .inner.p-0 pre {
  margin: 0;
  padding: 0;
  overflow: visible;
}
main.flexible-theme-template section.wysiwyg .inner.p-0 svg {
  overflow: visible;
}
main.flexible-theme-template section.wysiwyg .inner.mw-1400 {
  max-width: 1400px;
}
main.flexible-theme-template section.wysiwyg .inner.mw-1200 {
  max-width: 1200px;
}
main.flexible-theme-template section.wysiwyg .inner.mw-1000 {
  max-width: 1000px;
}
main.flexible-theme-template section.wysiwyg .inner.mw-800 {
  max-width: 800px;
}
main.flexible-theme-template section.wysiwyg .inner .breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
main.flexible-theme-template section.wysiwyg .inner ol,
main.flexible-theme-template section.wysiwyg .inner ul {
  margin-left: 0;
}
main.flexible-theme-template section.wysiwyg .inner li p.small-text {
  margin-block: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar {
  --color-background: #fff;
  --color-card-background: #fff;
  --card-padding: 0;
  --border: #e58e1a;
  --accent: #6d56cc;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar[data-theme=light] {
  --color-background: #fff;
  --color-card-background: #fff;
  --card-padding: 0;
  --border: #6d56cc;
  --accent: #6d56cc;
  --color-button-background: #6d56cc;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar[data-theme=dark] {
  --color-background: #000;
  --color-card-background: #000;
  --card-padding: 0;
  --border: #bfbfbf;
  --accent: #6d56cc;
  --color-text: #fff;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar[data-theme=orange] {
  --color-background: #fff;
  --color-card-background: #fcf4e8;
  --card-padding: 20px;
  --border: #e58e1a;
  --accent: #b87114;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar[data-theme=purple] {
  --color-background: #fff;
  --color-card-background: #eeebf9;
  --card-padding: 20px;
  --border: #6d56cc;
  --accent: #6d56cc;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar[data-theme=green] {
  --color-background: #fff;
  --color-card-background: #d4ead8;
  --card-padding: 20px;
  --border: #3b7845;
  --accent: #3b7845;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar[data-theme=blue] {
  --color-background: #fff;
  --color-card-background: #c4dffa;
  --card-padding: 20px;
  --border: #1173d4;
  --accent: #1173d4;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar[data-theme=red] {
  --color-background: #fff;
  --color-card-background: #fad0c5;
  --card-padding: 20px;
  --border: #ed562c;
  --accent: #ed562c;
  --color-text: #000;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar {
  background-color: var(--color-background);
  color: var(--color-text);
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  max-width: 1280px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner article {
  -ms-flex-preferred-size: 730px;
      flex-basis: 730px;
  max-width: 730px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner article h2:first-child {
  margin-top: 0;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner aside {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  max-width: 400px;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner aside .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-card-background);
  gap: 10px;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner aside .card .imgwrap {
  width: 100%;
  aspect-ratio: 20/13;
  border-color: var(--border);
  border-bottom: 5px solid var(--border);
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner aside .card .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner aside .card .textwrap {
  padding: var(--card-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner aside .card .textwrap h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin: 0;
}
main.flexible-theme-template section.wysiwyg.wysiwyg-sidebar .inner aside .card .textwrap .content {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 10px;
}

main.flexible-theme-template section.featured-video {
  --color-background: #fff;
  --color-button-background: #6d56cc;
  --color-accent: #3c2989;
  --color-text: #000;
}
main.flexible-theme-template section.featured-video[data-theme=light] {
  --color-background: #fff;
  --color-button-background: #6d56cc;
  --color-accent: #3c2989;
  --color-text: #000;
}
main.flexible-theme-template section.featured-video[data-theme=dark] {
  --color-background: #000;
  --color-button-background: #6d56cc;
  --color-accent: #3c2989;
  --color-text: #fff;
}
main.flexible-theme-template section.featured-video[data-theme=orange] {
  --color-background: #ce8017;
  --color-button-background: #e58e1a;
  --color-accent: #ce8017;
  --color-text: #fff;
}
main.flexible-theme-template section.featured-video[data-theme=purple] {
  --color-background: #3c2989;
  --color-button-background: #6d56cc;
  --color-accent: #3c2989;
  --color-text: #fff;
}
main.flexible-theme-template section.featured-video[data-theme=green] {
  --color-background: #3b7845;
  --color-button-background: #68b575;
  --color-accent: #3b7845;
  --color-text: #fff;
}
main.flexible-theme-template section.featured-video[data-theme=blue] {
  --color-background: #0d569f;
  --color-button-background: #0d569f;
  --color-accent: #1173d4;
  --color-text: #fff;
}
main.flexible-theme-template section.featured-video[data-theme=red] {
  --color-background: #ed562c;
  --color-button-background: #ed562c;
  --color-accent: #ed562c;
  --color-text: #fff;
}
main.flexible-theme-template section.featured-video {
  background-color: var(--color-background);
  padding-inline: clamp(2rem, 8vw, 8rem);
  padding-block: clamp(4rem, 10vw, 9rem);
}
main.flexible-theme-template section.featured-video .inner {
  max-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  text-align: center;
  color: var(--color-text);
}
main.flexible-theme-template section.featured-video .inner h2 {
  margin: 0;
  color: var(--color-text);
}
main.flexible-theme-template section.featured-video .inner p {
  color: var(--color-text);
}
main.flexible-theme-template section.featured-video .inner .video-container {
  background-color: var(--color-button-background);
  aspect-ratio: 53/32;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
}
main.flexible-theme-template section.featured-video .inner .video-container .video-link {
  border-radius: 50%;
  background-color: var(--color-button-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(5rem, 10vw, 12rem);
  aspect-ratio: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.flexible-theme-template section.featured-video .inner .video-container .video-link:hover, main.flexible-theme-template section.featured-video .inner .video-container .video-link:focus {
  background-color: var(--color-accent);
}
main.flexible-theme-template section.featured-video .inner .video-container .video-link svg {
  width: clamp(2rem, 5vw, 4rem);
  height: auto;
  fill: #fff;
  -webkit-transform: translateY(10%) translateX(5%);
          transform: translateY(10%) translateX(5%);
}
main.flexible-theme-template section.featured-video .inner .video-caption {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 1rem;
  text-align: center;
}

section.featured-article-carousel {
  --carousel-gap: 40px;
  --slide-size: 1060px;
  --section-bg: #fff;
  --section-heading: #000;
  --card-bg: #000;
  --card-fg: #fff;
  --accent: #6c4ce4;
  --progress-bg: #ccc4ed;
  --progress-fg: #6c4ce4;
  --nav-btn-bg: #6c4ce4;
  --content-col: 530px;
  --media-col: 530px;
}
section.featured-article-carousel[data-theme=light] {
  --card-bg: #000;
  --card-fg: #fff;
  --accent: #6d56cc;
  --progress-bg: #ccc4ed;
  --progress-fg: #6d56cc;
}
section.featured-article-carousel[data-theme=dark] {
  --section-bg: #000;
  --section-heading: #fff;
  --card-bg: #fff;
  --card-fg: #000;
  --accent: #6d56cc;
  --progress-bg: #ccc4ed;
  --progress-fg: #6d56cc;
  --nav-btn-bg: #6d56cc;
}
section.featured-article-carousel[data-theme=orange], section.featured-article-carousel[data-theme=purple], section.featured-article-carousel[data-theme=blue], section.featured-article-carousel[data-theme=green], section.featured-article-carousel[data-theme=red] {
  --progress-bg: #a6a6a6;
  --progress-fg: #000;
  --nav-btn-bg: #000;
  --card-fg: #fff;
}
section.featured-article-carousel[data-theme=orange] {
  --card-bg: #cf7f17;
  --accent: #aa6813;
}
section.featured-article-carousel[data-theme=purple] {
  --card-bg: #6d56cc;
  --accent: #3c2989;
}
section.featured-article-carousel[data-theme=green] {
  --card-bg: #3b7845;
  --accent: #31643a;
}
section.featured-article-carousel[data-theme=blue] {
  --card-bg: #1173d4;
  --accent: #0d569f;
}
section.featured-article-carousel[data-theme=red] {
  --card-bg: #ed562c;
  --accent: #c64825;
}
section.featured-article-carousel {
  padding-left: clamp(15px, 5vw, 60px);
  background-color: var(--section-bg);
  padding-block: clamp(40px, 5vw, 80px);
}
@media (max-width: 1200px) {
  section.featured-article-carousel {
    padding-inline: clamp(15px, 5vw, 60px);
  }
}
section.featured-article-carousel .featured-articles__title {
  margin: 0 0 40px;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  color: var(--section-heading);
}
section.featured-article-carousel .featured-carousel {
  position: relative;
}
section.featured-article-carousel .embla__viewport {
  overflow: hidden;
}
section.featured-article-carousel .embla__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--carousel-gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.featured-article-carousel .embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--slide-size);
          flex: 0 0 var(--slide-size);
  min-width: 0;
}
section.featured-article-carousel .feature-card {
  display: grid;
  grid-template-columns: minmax(16rem, var(--content-col)) minmax(0, var(--media-col));
  min-height: 50rem;
  background: var(--card-bg);
  color: var(--card-fg);
}
section.featured-article-carousel .feature-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px;
  min-width: 0;
}
section.featured-article-carousel .feature-card__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: "Barlow", sans-serif;
}
section.featured-article-carousel .feature-card__title {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  line-height: 1.1;
}
section.featured-article-carousel .feature-card__title a {
  color: inherit;
  text-decoration: none;
}
section.featured-article-carousel .feature-card__title a:hover,
section.featured-article-carousel .feature-card__title a:focus {
  text-decoration: underline;
}
section.featured-article-carousel .feature-card__excerpt {
  line-height: 1.6;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
section.featured-article-carousel .feature-card__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--accent);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
section.featured-article-carousel .feature-card__button:hover, section.featured-article-carousel .feature-card__button:focus {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
section.featured-article-carousel .feature-card__button:focus {
  outline: 2px solid var(--card-bg);
  outline-offset: 2px;
}
section.featured-article-carousel .feature-card__button:hover,
section.featured-article-carousel .feature-card__button:focus {
  text-decoration: none;
}
section.featured-article-carousel .feature-card__media {
  position: relative;
  min-width: 0;
}
section.featured-article-carousel .feature-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.featured-article-carousel .featured-carousel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15px, 5vw, 60px);
  margin-top: 40px;
  padding-right: clamp(15px, 5vw, 100px);
}
section.featured-article-carousel .featured-carousel__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 3px;
  background: var(--progress-bg);
  overflow: hidden;
}
section.featured-article-carousel .featured-carousel__progress-bar {
  width: 0;
  height: 100%;
  background: var(--progress-fg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
section.featured-article-carousel .featured-carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
section.featured-article-carousel .featured-carousel__count {
  display: none;
  gap: 0.25rem;
  font-size: 0.9375rem;
  margin-right: 2rem;
}
section.featured-article-carousel .featured-carousel__arrow {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  border-radius: 50%;
  background: var(--nav-btn-bg);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
section.featured-article-carousel .featured-carousel__arrow:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
section.featured-article-carousel .featured-carousel__arrow:focus {
  outline: 2px solid var(--card-bg);
  outline-offset: 2px;
}
section.featured-article-carousel .featured-carousel__arrow[disabled] {
  opacity: 0.45;
  cursor: default;
}
@media (max-width: 1200px) {
  section.featured-article-carousel .featured-articles {
    --slide-size: 100%;
  }
  section.featured-article-carousel .embla__slide {
    display: block;
    width: 100%;
    max-width: 530px;
  }
  section.featured-article-carousel .feature-card {
    grid-template-columns: 1fr;
    min-height: 100%;
  }
  section.featured-article-carousel .feature-card__media {
    display: none;
  }
  section.featured-article-carousel .feature-card__content {
    padding: 2rem;
  }
  section.featured-article-carousel .feature-card__excerpt {
    max-width: none;
  }
  section.featured-article-carousel .featured-carousel__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.featured-article-carousel .featured-carousel__progress {
    max-width: none;
  }
}
@media (max-width: 600px) {
  section.featured-article-carousel .embla__slide {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.two-col-cta {
  --section-bg: #fff;
  --color-text: #000;
  --accent: #6c4ce4;
}
.two-col-cta[data-theme=dark] {
  --section-bg: #000;
  --color-text: #fff;
  --accent: #6d56cc;
}
.two-col-cta[data-theme=orange] {
  --accent: #aa6813;
}
.two-col-cta[data-theme=purple] {
  --accent: #3c2989;
}
.two-col-cta[data-theme=green] {
  --accent: #31643a;
}
.two-col-cta[data-theme=blue] {
  --accent: #0d569f;
}
.two-col-cta[data-theme=red] {
  --accent: #c64825;
}
.two-col-cta {
  background-color: var(--section-bg);
  color: var(--color-text);
  padding-block: clamp(30px, 6vw, 60px);
  padding-inline: clamp(15px, 6vw, 60px);
}
.two-col-cta .inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .two-col-cta .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.two-col-cta .inner h2 {
  grid-column: span 2;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.two-col-cta .inner article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.two-col-cta .inner article .imgwrap {
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .two-col-cta .inner article .imgwrap {
    height: 300px;
  }
}
.two-col-cta .inner article .imgwrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.two-col-cta .inner article h3 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 40px;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: clamp(3.4rem, 3.6vw, 3.6rem);
  color: var(--color-text);
  text-align: center;
}
.two-col-cta .inner article p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  color: var(--color-text);
  margin: 0;
  padding: 0;
  padding-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .two-col-cta .inner article p {
    padding-bottom: 0;
  }
}
.two-col-cta .inner article a.btn {
  background-color: var(--accent);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .two-col-cta .inner article a.btn {
    width: 100%;
    text-align: center;
  }
}

main.flexible-theme-template .alternating-cta {
  --section-bg: #fff;
  --color-text: #000;
  --accent: #6c4ce4;
}
main.flexible-theme-template .alternating-cta[data-theme=dark] {
  --section-bg: #000;
  --color-text: #fff;
  --accent: #6d56cc;
}
main.flexible-theme-template .alternating-cta[data-theme=orange] {
  --section-bg: $color__orange-300;
  --accent: #aa6813;
}
main.flexible-theme-template .alternating-cta[data-theme=purple] {
  --section-bg: #aa9de1;
  --accent: #3c2989;
}
main.flexible-theme-template .alternating-cta[data-theme=ivy], main.flexible-theme-template .alternating-cta[data-theme=green] {
  --section-bg: #a9d5b1;
  --accent: #31643a;
}
main.flexible-theme-template .alternating-cta[data-theme=blue] {
  --section-bg: #89bff5;
  --accent: #0d569f;
}
main.flexible-theme-template .alternating-cta[data-theme=peach], main.flexible-theme-template .alternating-cta[data-theme=red] {
  --section-bg: #f5a18a;
  --accent: #c64825;
}
main.flexible-theme-template .alternating-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(60px, 10vw, 120px);
  padding-top: clamp(30px, 10vw, 90px);
  padding-bottom: clamp(30px, 5vw, 60px);
  padding-inline: clamp(15px, 5vw, 60px);
  background-color: var(--section-bg);
}
main.flexible-theme-template .alternating-cta article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none !important;
  max-width: 1280px;
  margin: auto;
  gap: clamp(40px, 6vw, 120px);
}
main.flexible-theme-template .alternating-cta article.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  float: none !important;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta article {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main.flexible-theme-template .alternating-cta article.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.flexible-theme-template .alternating-cta article a.btn {
  border: 2px solid transparent;
  background-color: var(--accent);
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template .alternating-cta article a.btn {
    width: 100%;
    text-align: center;
  }
}
main.flexible-theme-template .alternating-cta article a.btn:hover,
main.flexible-theme-template .alternating-cta article a.btn:focus {
  border: 2px solid var(--accent);
  background-color: #fff;
  color: var(--accent);
}
main.flexible-theme-template .alternating-cta article .col1 {
  -webkit-box-flex: 3;
      -ms-flex: 3 2 auto;
          flex: 3 2 auto;
  color: var(--color-text);
}
main.flexible-theme-template .alternating-cta article .col1 .label {
  color: var(--accent);
}
main.flexible-theme-template .alternating-cta article .col1 h2 {
  margin-block: 20px;
}
main.flexible-theme-template .alternating-cta article .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 500px;
          flex: 1 0 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta article .col2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
main.flexible-theme-template .alternating-cta article .col2 .imgwrap {
  width: 100%;
  max-width: 500px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta article .col2 .imgwrap {
    width: 100%;
    height: auto;
  }
}
main.flexible-theme-template .alternating-cta article .col2 .imgwrap img {
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta article .col2 .imgwrap img {
    width: 100%;
    height: auto;
    position: static;
  }
}

main.flexible-theme-template .alternating-cta-rounded {
  --section-bg: #fff;
  --color-text: #000;
  --accent: #6c4ce4;
}
main.flexible-theme-template .alternating-cta-rounded[data-theme=dark] {
  --section-bg: #000;
  --color-text: #fff;
  --accent: #6d56cc;
}
main.flexible-theme-template .alternating-cta-rounded[data-theme=orange] {
  --accent: #aa6813;
}
main.flexible-theme-template .alternating-cta-rounded[data-theme=purple] {
  --accent: #3c2989;
}
main.flexible-theme-template .alternating-cta-rounded[data-theme=ivy], main.flexible-theme-template .alternating-cta-rounded[data-theme=green] {
  --accent: #31643a;
}
main.flexible-theme-template .alternating-cta-rounded[data-theme=blue] {
  --accent: #0d569f;
}
main.flexible-theme-template .alternating-cta-rounded[data-theme=peach], main.flexible-theme-template .alternating-cta-rounded[data-theme=red] {
  --accent: #c64825;
}
main.flexible-theme-template .alternating-cta-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(60px, 10vw, 120px);
  padding-top: clamp(30px, 10vw, 90px);
  padding-bottom: clamp(30px, 5vw, 60px);
  padding-inline: clamp(15px, 5vw, 60px);
  background-color: var(--section-bg);
}
main.flexible-theme-template .alternating-cta-rounded article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none !important;
  max-width: 1280px;
  margin: auto;
  gap: clamp(40px, 6vw, 120px);
}
main.flexible-theme-template .alternating-cta-rounded article.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  float: none !important;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta-rounded article {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main.flexible-theme-template .alternating-cta-rounded article.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.flexible-theme-template .alternating-cta-rounded article a.btn {
  border: 2px solid transparent;
  background-color: var(--accent);
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template .alternating-cta-rounded article a.btn {
    width: 100%;
    text-align: center;
  }
}
main.flexible-theme-template .alternating-cta-rounded article a.btn:hover,
main.flexible-theme-template .alternating-cta-rounded article a.btn:focus {
  border: 2px solid var(--accent);
  background-color: #fff;
  color: var(--accent);
}
main.flexible-theme-template .alternating-cta-rounded article .col1 {
  -webkit-box-flex: 3;
      -ms-flex: 3 2 auto;
          flex: 3 2 auto;
  color: var(--color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta-rounded article .col1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
main.flexible-theme-template .alternating-cta-rounded article .col1 .label {
  color: var(--accent);
}
main.flexible-theme-template .alternating-cta-rounded article .col1 h2 {
  margin-block: 20px;
}
main.flexible-theme-template .alternating-cta-rounded article .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta-rounded article .col2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
main.flexible-theme-template .alternating-cta-rounded article .col2 .imgwrap {
  width: 100%;
  max-width: 400px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta-rounded article .col2 .imgwrap {
    width: 100%;
    height: auto;
    max-width: clamp(200px, 70vw, 400px);
  }
}
main.flexible-theme-template .alternating-cta-rounded article .col2 .imgwrap img {
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .alternating-cta-rounded article .col2 .imgwrap img {
    width: 100%;
    height: auto;
    position: static;
  }
}
main.flexible-theme-template .alternating-cta-rounded article .col2 .imgwrap span.circle-accent {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -20%;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.5;
  float: none !important;
}
main.flexible-theme-template .alternating-cta-rounded article .col2 .imgwrap span.circle-accent.right {
  left: auto;
  right: -20%;
}

main.flexible-theme-template .videogrid {
  --section-bg: #fff;
  --color-text: #000;
  --accent: #3c2989;
}
main.flexible-theme-template .videogrid[data-theme=light] {
  --section-bg: #fff;
  --color-text: #000;
  --accent: #3c2989;
}
main.flexible-theme-template .videogrid[data-theme=dark] {
  --section-bg: #000;
  --color-text: #fff;
  --accent: #6d56cc;
}
main.flexible-theme-template .videogrid[data-theme=orange] {
  --section-bg: #aa6813;
  --color-text: #fff;
  --accent: #aa6813;
}
main.flexible-theme-template .videogrid[data-theme=purple] {
  --section-bg: #3c2989;
  --color-text: #fff;
  --accent: #3c2989;
}
main.flexible-theme-template .videogrid[data-theme=ivy], main.flexible-theme-template .videogrid[data-theme=green] {
  --section-bg: #31643a;
  --color-text: #fff;
  --accent: #31643a;
}
main.flexible-theme-template .videogrid[data-theme=blue] {
  --section-bg: #0d569f;
  --color-text: #fff;
  --accent: #0d569f;
}
main.flexible-theme-template .videogrid[data-theme=peach], main.flexible-theme-template .videogrid[data-theme=red] {
  --section-bg: #c64825;
  --color-text: #fff;
  --accent: #c64825;
}
main.flexible-theme-template .videogrid {
  overflow: hidden;
  padding-block: 6rem;
  padding-inline: clamp(1.5rem, 5%, 4rem);
  background-color: var(--section-bg);
  color: var(--color-text);
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template .videogrid {
    padding: 60px 15px 30px 15px;
  }
}
main.flexible-theme-template .videogrid .contain {
  max-width: 1200px;
  margin: auto;
  padding: clamp(3rem, 5%, 6rem);
  background-color: transparent;
  border-radius: 1.5rem;
}
main.flexible-theme-template .videogrid .inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 45px;
  max-width: 1200px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}
main.flexible-theme-template .videogrid .inner article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 15px;
}
main.flexible-theme-template .videogrid .inner article > a {
  outline-offset: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.flexible-theme-template .videogrid .inner article > a :focus {
  outline: thin solid #6d56cc;
  background-color: #eeebf9;
}
main.flexible-theme-template .videogrid .inner article .video-link:focus {
  outline: none;
  color: #6d56cc;
}
main.flexible-theme-template .videogrid .inner article .video-link:focus .imgwrap::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
main.flexible-theme-template .videogrid .inner article .video-link:focus .imgwrap img {
  opacity: 0.3;
}
main.flexible-theme-template .videogrid .inner article .imgwrap {
  background-color: black;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 8/5;
  overflow: hidden;
  margin-bottom: 15px;
}
main.flexible-theme-template .videogrid .inner article .imgwrap::after {
  content: "▶";
  background-color: #fff;
  font-size: 30px;
  color: var(--accent);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 75px;
  height: 75px;
  border: 3px solid var(--accent);
  position: absolute;
  border-radius: 50%;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 0 0 5px;
}
main.flexible-theme-template .videogrid .inner article .imgwrap:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
main.flexible-theme-template .videogrid .inner article .imgwrap:hover img {
  opacity: 0.3;
}
main.flexible-theme-template .videogrid .inner article .imgwrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.flexible-theme-template .videogrid .inner article .imgwrap .runtime {
  position: absolute;
  bottom: 5px;
  left: 10px;
  padding: 3px 7px;
  color: white;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
main.flexible-theme-template .videogrid .inner article p {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
}
main.flexible-theme-template .videogrid .inner article p small {
  font-size: 10px;
  line-height: 12px;
}
main.flexible-theme-template .videogrid .inner article .titlewrap {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 15px 0;
  color: var(--color-text);
}
main.flexible-theme-template .videogrid .inner article .titlewrap .bioimg {
  width: 45px;
  border-radius: 60px;
  margin-right: 15px;
}
main.flexible-theme-template .videogrid .inner article .titlewrap cite,
main.flexible-theme-template .videogrid .inner article .titlewrap h4 {
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 0px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
main.flexible-theme-template .videogrid .inner article .titlewrap cite {
  font-style: normal;
}
main.flexible-theme-template .videogrid .inner article .titlewrap cite p {
  margin-bottom: 0;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 0px;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-text);
}
main.flexible-theme-template .videogrid .inner article .titlewrap cite p small {
  color: var(--color-text);
}
main.flexible-theme-template .videogrid .inner article a.titlewrap {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto;
  gap: 0 10px;
}
main.flexible-theme-template .videogrid .inner article a.titlewrap img {
  grid-column: 1/2;
  grid-row: 1/3;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
main.flexible-theme-template .videogrid .inner article a.titlewrap cite,
main.flexible-theme-template .videogrid .inner article a.titlewrap h4 {
  grid-column: 2/3;
  grid-row: 1/2;
}
main.flexible-theme-template .videogrid .inner article a.titlewrap p {
  grid-column: 2/3;
  grid-row: 2/3;
}
main.flexible-theme-template .videogrid .inner article a.titlewrap:hover h4 {
  text-decoration: underline;
}
main.flexible-theme-template .videogrid .inner article h3 {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0;
  position: relative;
}
main.flexible-theme-template .videogrid .inner article h3 span {
  color: var(--color-text);
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  margin: 0;
}

section.presentation-carousel {
  --carousel-gap: 40px;
  --slide-size: 100%;
  --section-bg: #fff;
  --section-heading: #000;
  --card-bg: #000;
  --card-fg: #000;
  --accent: #6c4ce4;
  --progress-bg: #ccc4ed;
  --progress-fg: #6c4ce4;
  --nav-btn-bg: #6c4ce4;
}
section.presentation-carousel[data-theme=light] {
  --card-bg: #000;
  --card-fg: #000;
  --accent: #6d56cc;
  --progress-bg: #ccc4ed;
  --progress-fg: #6d56cc;
}
section.presentation-carousel[data-theme=dark] {
  --section-bg: #000;
  --section-heading: #fff;
  --card-bg: #3c2989;
  --card-fg: #fff;
  --accent: #6d56cc;
  --progress-bg: #ccc4ed;
  --progress-fg: #6d56cc;
  --nav-btn-bg: #6d56cc;
}
section.presentation-carousel[data-theme=orange], section.presentation-carousel[data-theme=purple], section.presentation-carousel[data-theme=blue], section.presentation-carousel[data-theme=green], section.presentation-carousel[data-theme=red] {
  --progress-bg: #a6a6a6;
  --progress-fg: #000;
  --nav-btn-bg: #000;
  --card-fg: #000;
}
section.presentation-carousel[data-theme=orange] {
  --card-bg: #aa6813;
  --accent: #aa6813;
}
section.presentation-carousel[data-theme=purple] {
  --card-bg: #3c2989;
  --accent: #3c2989;
}
section.presentation-carousel[data-theme=green] {
  --card-bg: #31643a;
  --accent: #31643a;
}
section.presentation-carousel[data-theme=blue] {
  --card-bg: #0d569f;
  --accent: #0d569f;
}
section.presentation-carousel[data-theme=red] {
  --card-bg: #c64825;
  --accent: #c64825;
}
section.presentation-carousel {
  background-color: var(--section-bg);
  padding-block: clamp(40px, 5vw, 80px);
}
section.presentation-carousel .inner {
  padding-inline: 20px;
  max-width: 1440px;
  margin: 0 auto;
}
section.presentation-carousel .inner h2 {
  color: var(--section-heading);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin: 0;
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport {
  overflow: hidden;
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--carousel-gap);
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide {
  position: relative;
  min-width: var(--slide-size);
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(60px, 5vw, 150px);
}
@media screen and (max-width: 900px) {
  section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__media {
  padding-left: clamp(15px, 5vw, 40px);
  padding-top: clamp(30px, 6vw, 50px);
  padding-bottom: clamp(40px, 8vw, 60px);
  -ms-flex-preferred-size: 590px;
      flex-basis: 590px;
  position: relative;
}
@media screen and (max-width: 900px) {
  section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__media {
    padding-inline: 20px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__media span.bkgrd {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1;
  background-color: var(--card-bg);
}
@media screen and (max-width: 900px) {
  section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__media span.bkgrd {
    aspect-ratio: unset;
    width: 100%;
  }
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__media p {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 1.4px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__media img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__content {
  -ms-flex-preferred-size: 620px;
      flex-basis: 620px;
}
@media screen and (max-width: 900px) {
  section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card .feature-card__content {
    padding-inline: 0px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card__content .wysiwyg {
  color: var(--card-fg);
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card__content .wysiwyg *:first-child {
  margin-top: 0;
}
section.presentation-carousel .inner .presentation-carousel .embla__viewport .embla__container .embla__slide .feature-card__content .wysiwyg *:last-child {
  margin-bottom: 0;
}
section.presentation-carousel .inner .featured-carousel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15px, 5vw, 60px);
  margin-top: 40px;
  padding-left: clamp(15px, 5vw, 100px);
}
@media screen and (max-width: 900px) {
  section.presentation-carousel .inner .featured-carousel__footer {
    padding-left: 0;
  }
}
section.presentation-carousel .inner .featured-carousel__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 3px;
  background: var(--progress-bg);
  overflow: hidden;
}
section.presentation-carousel .inner .featured-carousel__progress-bar {
  width: 0;
  height: 100%;
  background: var(--progress-fg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
section.presentation-carousel .inner .featured-carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
section.presentation-carousel .inner .featured-carousel__count {
  display: none;
  gap: 0.25rem;
  font-size: 0.9375rem;
  margin-right: 2rem;
}
section.presentation-carousel .inner .featured-carousel__arrow {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  border-radius: 50%;
  background: var(--nav-btn-bg);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
section.presentation-carousel .inner .featured-carousel__arrow:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
section.presentation-carousel .inner .featured-carousel__arrow:focus {
  outline: 2px solid var(--card-bg);
  outline-offset: 2px;
}
section.presentation-carousel .inner .featured-carousel__arrow[disabled] {
  opacity: 0.45;
  cursor: default;
}
@media (max-width: 1200px) {
  section.presentation-carousel .inner .featured-carousel__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.presentation-carousel .inner .featured-carousel__progress {
    max-width: none;
  }
}

main.flexible-theme-template section.testimonial {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6c4ce4;
}
main.flexible-theme-template section.testimonial[data-theme=dark] {
  --section-bg: #000;
  --accent: #6d56cc;
  --text-color: #fff;
}
main.flexible-theme-template section.testimonial[data-theme=orange] {
  --accent: #e58e1a;
}
main.flexible-theme-template section.testimonial[data-theme=purple] {
  --accent: #6d56cc;
}
main.flexible-theme-template section.testimonial[data-theme=green], main.flexible-theme-template section.testimonial[data-theme=ivy] {
  --accent: #3b7845;
}
main.flexible-theme-template section.testimonial[data-theme=blue] {
  --accent: #1173d4;
}
main.flexible-theme-template section.testimonial[data-theme=red], main.flexible-theme-template section.testimonial[data-theme=peach] {
  --accent: #ed562c;
}
main.flexible-theme-template section.testimonial {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-block: 60px;
}
main.flexible-theme-template section.testimonial .inner {
  max-width: 1100px;
  padding-inline: 20px;
  margin: auto;
}
main.flexible-theme-template section.testimonial .inner .quote-icon svg {
  width: 30px;
  height: auto;
  margin-right: 3px;
}
main.flexible-theme-template section.testimonial .inner .quote-icon svg path {
  fill: var(--accent);
}
main.flexible-theme-template section.testimonial .inner .quote-block .quote {
  padding-block: 0;
  color: var(--text-color);
  font-family: "Barlow", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.4;
}
main.flexible-theme-template section.testimonial .inner .quote-block .quote p {
  padding: 0;
  margin: 0;
}
main.flexible-theme-template section.testimonial .inner .author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
main.flexible-theme-template section.testimonial .inner .author-block .imgwrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
main.flexible-theme-template section.testimonial .inner .author-block .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.flexible-theme-template section.testimonial .inner .author-block .author-info {
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
main.flexible-theme-template section.testimonial .inner .author-block .author-info .author {
  color: var(--text-color);
}
main.flexible-theme-template section.testimonial .inner .author-block .author-info .title {
  color: var(--accent);
}

main.flexible-theme-template section.statistics-grid {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6c4ce4;
}
main.flexible-theme-template section.statistics-grid[data-theme=dark] {
  --section-bg: #000;
  --accent: #6d56cc;
  --text-color: #fff;
}
main.flexible-theme-template section.statistics-grid[data-theme=orange] {
  --accent: #e58e1a;
}
main.flexible-theme-template section.statistics-grid[data-theme=purple] {
  --accent: #6d56cc;
}
main.flexible-theme-template section.statistics-grid[data-theme=green], main.flexible-theme-template section.statistics-grid[data-theme=ivy] {
  --accent: #3b7845;
}
main.flexible-theme-template section.statistics-grid[data-theme=blue] {
  --accent: #1173d4;
}
main.flexible-theme-template section.statistics-grid[data-theme=red], main.flexible-theme-template section.statistics-grid[data-theme=peach] {
  --accent: #ed562c;
}
main.flexible-theme-template section.statistics-grid {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-block: clamp(30px, 10vw, 90px);
}
main.flexible-theme-template section.statistics-grid .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(60px, 10vw, 150px);
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.statistics-grid .inner {
    display: block;
  }
}
main.flexible-theme-template section.statistics-grid .inner .col-text {
  -ms-flex-preferred-size: 540px;
      flex-basis: 540px;
}
main.flexible-theme-template section.statistics-grid .inner .col-text .wysiwyg {
  max-width: 510px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.statistics-grid .inner .col-text .wysiwyg {
    max-width: 700px;
    margin: 0 auto;
  }
}
main.flexible-theme-template section.statistics-grid .inner .col-text .wysiwyg *:first-child {
  margin-top: 0;
}
main.flexible-theme-template section.statistics-grid .inner .col-stats {
  -ms-flex-preferred-size: 620px;
      flex-basis: 620px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.statistics-grid .inner .col-stats {
    max-width: 700px;
    margin: 0 auto;
  }
}
main.flexible-theme-template section.statistics-grid .inner .col-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 500px) {
  main.flexible-theme-template section.statistics-grid .inner .col-stats .stats-grid {
    grid-template-columns: 1fr;
  }
}
main.flexible-theme-template section.statistics-grid .inner .col-stats .stats-grid .statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.flexible-theme-template section.statistics-grid .inner .col-stats .stats-grid .statistic .icon-wrap {
  width: 70px;
  height: 70px;
}
main.flexible-theme-template section.statistics-grid .inner .col-stats .stats-grid .statistic .icon-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main.flexible-theme-template section.statistics-grid .inner .col-stats .stats-grid .statistic .number {
  font-family: "Barlow", sans-serif;
  font-size: 6.4rem;
  color: var(--accent);
  font-weight: 700;
  line-height: 1;
}
main.flexible-theme-template section.statistics-grid .inner .col-stats .stats-grid .statistic .label {
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--text-color);
  max-width: 200px;
  text-align: center;
}

main.flexible-theme-template section.issue {
  --section-bg: #fff;
  --color-text: #000;
  --accent: #6c4ce4;
}
main.flexible-theme-template section.issue[data-theme=dark] {
  --section-bg: #000;
  --accent: #6d56cc;
  --text-color: #fff;
}
main.flexible-theme-template section.issue[data-theme=orange] {
  --accent: #e58e1a;
  --section-bg: #e58e1a;
}
main.flexible-theme-template section.issue[data-theme=purple] {
  --accent: #6d56cc;
  --section-bg: #6d56cc;
}
main.flexible-theme-template section.issue[data-theme=green], main.flexible-theme-template section.issue[data-theme=ivy] {
  --accent: #3b7845;
  --section-bg: #3b7845;
}
main.flexible-theme-template section.issue[data-theme=blue] {
  --accent: #1173d4;
  --section-bg: #1173d4;
}
main.flexible-theme-template section.issue[data-theme=red], main.flexible-theme-template section.issue[data-theme=peach] {
  --accent: #ed562c;
  --section-bg: #ed562c;
}
main.flexible-theme-template section.issue {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding: clamp(15px, 6vw, 60px);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue {
    padding: 0;
  }
}
main.flexible-theme-template section.issue .section-wrapper {
  max-width: 1280px;
  min-height: 800px;
  margin: auto;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: auto;
  }
}
main.flexible-theme-template section.issue .section-wrapper figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper figure {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    padding: clamp(15px, 6vw, 60px);
  }
}
main.flexible-theme-template section.issue .section-wrapper figure img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper figure img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
main.flexible-theme-template section.issue .section-wrapper figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e58e1a;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0.45;
  text-transform: uppercase;
  margin-right: clamp(15px, 4vw, 50px);
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template section.issue .section-wrapper figure figcaption {
    font-size: 60px;
    line-height: 50px;
  }
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper {
  position: relative;
  max-width: 700px;
  z-index: 2;
  color: #fff;
  margin-left: -60px;
  padding-inline: 15px;
  padding-block: 60px;
  background-color: #000;
  padding: clamp(15px, 6vw, 60px);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper .text-wrapper {
    max-width: 100%;
    margin-left: 0;
  }
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .label {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 15px;
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .section-content {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .section-content > :last-child {
  margin-bottom: 0;
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .section-content > :first-child {
  margin-top: 0;
}

main.flexible-theme-template {
  --section-bg: #fff;
  --track-bg: #000;
  --text-color: #000;
  --accent: #6d56cc;
  --accent-alt: #3c2989;
}
main.flexible-theme-template[data-theme=dark] {
  --section-bg: #000;
  --track-bg: #333;
  --accent: #6d56cc;
  --accent-alt: #3c2989;
  --text-color: #fff;
}
main.flexible-theme-template[data-theme=orange] {
  --accent: #e58e1a;
  --accent-alt: #ce8017;
}
main.flexible-theme-template[data-theme=purple] {
  --accent: #6d56cc;
  --accent-alt: #3c2989;
}
main.flexible-theme-template[data-theme=green], main.flexible-theme-template[data-theme=ivy] {
  --accent: #3b7845;
  --accent-alt: #68b575;
}
main.flexible-theme-template[data-theme=blue] {
  --accent: #1173d4;
  --accent-alt: #489cf0;
}
main.flexible-theme-template[data-theme=red], main.flexible-theme-template[data-theme=peach] {
  --accent: #ed562c;
  --accent-alt: #f17e5e;
}
main.flexible-theme-template section.resource-carousel {
  padding-block: clamp(60px, 10vw, 90px);
  background-color: var(--section-bg);
  color: var(--text-color);
}
main.flexible-theme-template section.resource-carousel .upper {
  margin: 0 auto 40px;
  padding-inline: clamp(15px, 10vw, 200px);
}
main.flexible-theme-template section.resource-carousel .upper > * {
  max-width: 1060px;
}
main.flexible-theme-template section.resource-carousel .upper .label {
  color: var(--accent);
}
main.flexible-theme-template section.resource-carousel .upper h2 {
  padding: 0;
  margin: 10px 0;
}
main.flexible-theme-template section.resource-carousel .upper .desc {
  margin-bottom: 30px;
}
main.flexible-theme-template section.resource-carousel .lower {
  padding-top: 20px;
  position: relative;
}
main.flexible-theme-template section.resource-carousel .lower .bkgrd {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: var(--track-bg);
  z-index: 0;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-left: clamp(15px, 10vw, 200px);
  padding-block: 1rem;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item {
  padding: 0rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  max-width: 290px;
  position: relative;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item a {
  display: block;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item.focus {
  background-color: #eeebf9;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item.focus .resource-image .imgwrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item.focus h3 {
  color: #3c2989;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item .resource-image {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
  margin-bottom: 1rem;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item .resource-image .imgwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--accent);
  background: linear-gradient(51deg, var(--accent) 0%, var(--accent) 50%, var(--accent-alt) 50%, var(--accent-alt) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item .resource-image .imgwrap img {
  width: 202px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0 0.25rem;
}
main.flexible-theme-template section.resource-carousel .lower .slidewrap .slidetrack article.resource-slide-item .resource-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: "Barlow", sans-serif;
  color: var(--text-color);
}
main.flexible-theme-template section.resource-carousel .lower nav {
  padding-block: 20px;
  padding-inline: clamp(15px, 10vw, 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.flexible-theme-template section.resource-carousel .lower nav .dotscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  main.flexible-theme-template section.resource-carousel .lower nav .dotscontainer {
    gap: 7px;
  }
}
main.flexible-theme-template section.resource-carousel .lower nav .dotscontainer button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--accent);
}
@media screen and (max-width: 767px) {
  main.flexible-theme-template section.resource-carousel .lower nav .dotscontainer button {
    width: 8px;
    height: 8px;
  }
}
main.flexible-theme-template section.resource-carousel .lower nav .dotscontainer button.active {
  opacity: 1;
}
main.flexible-theme-template section.resource-carousel .lower nav .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
main.flexible-theme-template section.resource-carousel .lower nav .btn-wrap button {
  background-color: var(--accent);
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main.flexible-theme-template section.resource-carousel .lower nav .btn-wrap button.disabled {
  opacity: 0.4;
}
main.flexible-theme-template section.resource-carousel .lower nav .btn-wrap button svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
main.flexible-theme-template section.resource-carousel .lower nav .btn-wrap button svg path {
  fill: white;
}

.flexible-theme-template section.resource-slider {
  --section-bg: #fff;
  --text-color: #000;
  --card-bg: #000;
  --accent: #6d56cc;
  --progress-bg: #ccc4ed;
  --progress-fg: #6d56cc;
  --nav-btn-bg: #6d56cc;
}
.flexible-theme-template section.resource-slider[data-theme=light] {
  --card-bg: #000;
  --card-fg: #000;
  --accent: #6d56cc;
  --progress-bg: #ccc4ed;
  --progress-fg: #6d56cc;
}
.flexible-theme-template section.resource-slider[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --section-heading: #fff;
  --card-bg: #3c2989;
  --card-fg: #fff;
  --accent: #6d56cc;
  --progress-bg: #ccc4ed;
  --progress-fg: #6d56cc;
  --nav-btn-bg: #6d56cc;
}
.flexible-theme-template section.resource-slider[data-theme=orange], .flexible-theme-template section.resource-slider[data-theme=purple], .flexible-theme-template section.resource-slider[data-theme=blue], .flexible-theme-template section.resource-slider[data-theme=green], .flexible-theme-template section.resource-slider[data-theme=red] {
  --progress-bg: #a6a6a6;
  --progress-fg: #000;
  --nav-btn-bg: #000;
  --card-fg: #000;
}
.flexible-theme-template section.resource-slider[data-theme=orange] {
  --card-bg: #ce8017;
  --accent: #b87114;
}
.flexible-theme-template section.resource-slider[data-theme=purple] {
  --card-bg: #3c2989;
  --accent: #6d56cc;
}
.flexible-theme-template section.resource-slider[data-theme=green] {
  --card-bg: #3b7845;
  --accent: #3b7845;
}
.flexible-theme-template section.resource-slider[data-theme=blue] {
  --card-bg: #1173d4;
  --accent: #1173d4;
}
.flexible-theme-template section.resource-slider[data-theme=red] {
  --card-bg: #ed562c;
  --accent: #ed562c;
}
.flexible-theme-template section.resource-slider {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-block: clamp(60px, 10vw, 90px);
}
.flexible-theme-template section.resource-slider .inner {
  max-width: 1440px;
  margin: 0 auto;
}
.flexible-theme-template section.resource-slider .inner .slidewrap {
  width: 100%;
  overflow: hidden;
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-right: clamp(15px, 10vw, 80px);
}
@media screen and (max-width: 900px) {
  .flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item {
    display: block;
    padding-inline: clamp(15px, 5vw, 80px);
  }
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item .imgwrap {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  background-color: var(--card-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 80px;
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item .imgwrap .label {
  color: #fff;
  margin-bottom: 15px;
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item .imgwrap img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item .textwrap {
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item .textwrap h3 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 15px;
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item .textwrap .resource-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: "Barlow", sans-serif;
  color: var(--text-color);
}
.flexible-theme-template section.resource-slider .inner .slidewrap .slidetrack article.resource-slide-item .textwrap .excerpt {
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--text-color);
  margin-block: 15px 30px;
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15px, 5vw, 60px);
  margin-top: 40px;
  padding-left: clamp(15px, 5vw, 100px);
  padding-right: clamp(15px, 5vw, 60px);
}
@media screen and (max-width: 900px) {
  .flexible-theme-template section.resource-slider .inner .featured-carousel__footer {
    padding-inline: clamp(15px, 10vw, 80px);
  }
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 3px;
  background: var(--progress-bg);
  overflow: hidden;
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__progress-bar {
  width: 0;
  height: 100%;
  background: var(--progress-fg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__count {
  display: none;
  gap: 0.25rem;
  font-size: 0.9375rem;
  margin-right: 2rem;
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__arrow {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  border-radius: 50%;
  background: var(--nav-btn-bg);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__arrow:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__arrow:focus {
  outline: 2px solid var(--card-bg);
  outline-offset: 2px;
}
.flexible-theme-template section.resource-slider .inner .featured-carousel__arrow[disabled] {
  opacity: 0.45;
  cursor: default;
}
@media (max-width: 1200px) {
  .flexible-theme-template section.resource-slider .inner .featured-carousel__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flexible-theme-template section.resource-slider .inner .featured-carousel__progress {
    max-width: none;
  }
}

.flexible-theme-template section.teamgrid {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
}
.flexible-theme-template section.teamgrid[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --accent: #6d56cc;
}
.flexible-theme-template section.teamgrid[data-theme=orange] {
  --accent: #e58e1a;
}
.flexible-theme-template section.teamgrid[data-theme=purple] {
  --accent: #6d56cc;
}
.flexible-theme-template section.teamgrid[data-theme=blue] {
  --accent: #1173d4;
}
.flexible-theme-template section.teamgrid[data-theme=green] {
  --accent: #3b7845;
}
.flexible-theme-template section.teamgrid[data-theme=red] {
  --accent: #ed562c;
}
.flexible-theme-template section.teamgrid {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-bottom: 0;
}
.flexible-theme-template section.teamgrid * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexible-theme-template section.teamgrid .upper {
  padding-block: 60px 120px;
}
.flexible-theme-template section.teamgrid .inner {
  max-width: 1400px;
  padding-inline: 20px;
  margin: auto;
  text-align: center;
}
.flexible-theme-template section.teamgrid .inner .label {
  color: var(--accent);
}
.flexible-theme-template section.teamgrid .inner h2 {
  color: var(--text-color);
  margin: 0;
}
.flexible-theme-template section.teamgrid .inner .desc {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.flexible-theme-template section.teamgrid .inner .photogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.flexible-theme-template section.teamgrid .inner .photogrid figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  padding: 0;
  margin: 0;
}
.flexible-theme-template section.teamgrid .inner .photogrid figure a {
  color: var(--text-color);
  display: block;
  outline-offset: 0.5rem;
}
.flexible-theme-template section.teamgrid .inner .photogrid figure a:focus {
  outline: 2px solid var(--accent);
}
.flexible-theme-template section.teamgrid .inner .photogrid figure a:focus .imgwrap img, .flexible-theme-template section.teamgrid .inner .photogrid figure a:hover .imgwrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.flexible-theme-template section.teamgrid .inner .photogrid figure a:focus figcaption .name, .flexible-theme-template section.teamgrid .inner .photogrid figure a:hover figcaption .name {
  color: var(--accent);
}
.flexible-theme-template section.teamgrid .inner .photogrid figure .imgwrap {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.flexible-theme-template section.teamgrid .inner .photogrid figure .imgwrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-theme-template section.teamgrid .inner .photogrid figure figcaption {
  padding-top: 20px;
  text-align: center;
  font-family: "Barlow", sans-serif;
}
.flexible-theme-template section.teamgrid .inner .photogrid figure figcaption .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
.flexible-theme-template section.teamgrid .inner .photogrid figure figcaption .title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.flexible-theme-template .featured-podcast {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --label: #e58e1a;
}
.flexible-theme-template .featured-podcast[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --label: #8976d6;
  --accent: #6d56cc;
}
.flexible-theme-template .featured-podcast[data-theme=orange] {
  --label: #e58e1a;
  --accent: #b87114;
}
.flexible-theme-template .featured-podcast[data-theme=purple] {
  --label: #6d56cc;
  --accent: #6d56cc;
}
.flexible-theme-template .featured-podcast[data-theme=blue] {
  --label: #489cf0;
  --accent: #1173d4;
}
.flexible-theme-template .featured-podcast[data-theme=green] {
  --label: #68b575;
  --accent: #3b7845;
}
.flexible-theme-template .featured-podcast[data-theme=red] {
  --label: #f17e5e;
  --accent: #ed562c;
}
.flexible-theme-template .featured-podcast {
  background-color: var(--section-bg);
  color: var(--text-color);
  overflow: hidden;
  padding: 0;
  padding-block: 60px;
}
.flexible-theme-template .featured-podcast .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .flexible-theme-template .featured-podcast .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flexible-theme-template .featured-podcast .inner .image-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1.5;
      flex-shrink: 1.5;
  -ms-flex-preferred-size: 620px;
      flex-basis: 620px;
}
@media screen and (max-width: 900px) {
  .flexible-theme-template .featured-podcast .inner .image-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.flexible-theme-template .featured-podcast .inner .image-container .imgwrap {
  aspect-ratio: 62/35;
  position: relative;
  background-color: var(--accent);
  border-radius: 10px;
  overflow: hidden;
}
.flexible-theme-template .featured-podcast .inner .image-container img.podcast-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
  z-index: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.flexible-theme-template .featured-podcast .inner .image-container .soundwave-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 2;
}
.flexible-theme-template .featured-podcast .inner .text-container {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
  padding-inline: 30px;
}
@media screen and (max-width: 900px) {
  .flexible-theme-template .featured-podcast .inner .text-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-inline: 15px;
  }
}
.flexible-theme-template .featured-podcast .inner .text-container .label {
  color: var(--label);
}
.flexible-theme-template .featured-podcast .inner .text-container h2 {
  margin-top: 15px;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}

.flexible-theme-template .featured-person {
  --section-bg: #eeebf9;
  --text-bg: #6d56cc;
  --text-color: #fff;
  --accent: #6d56cc;
}
.flexible-theme-template .featured-person[data-theme=dark] {
  --section-bg: #000;
  --text-bg: #000;
  --text-color: #fff;
  --accent: #6d56cc;
}
.flexible-theme-template .featured-person[data-theme=orange] {
  --section-bg: #fcf4e8;
  --text-bg: #aa6813;
  --accent: #e58e1a;
}
.flexible-theme-template .featured-person[data-theme=purple] {
  --section-bg: #eeebf9;
  --text-bg: #3c2989;
  --accent: #6d56cc;
}
.flexible-theme-template .featured-person[data-theme=blue] {
  --section-bg: #c4dffa;
  --text-bg: #0d569f;
  --accent: #1173d4;
}
.flexible-theme-template .featured-person[data-theme=green] {
  --section-bg: #dff4e1;
  --text-bg: #31643a;
  --accent: #3b7845;
}
.flexible-theme-template .featured-person[data-theme=red] {
  --section-bg: #fad0c5;
  --text-bg: #c64825;
  --accent: #ed562c;
}
.flexible-theme-template .featured-person {
  background-color: var(--section-bg);
  color: var(--text-color);
  overflow: hidden;
  padding: 0;
  padding-block: 40px;
}
.flexible-theme-template .featured-person .inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .flexible-theme-template .featured-person .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flexible-theme-template .featured-person .inner .image-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1.5;
      flex-shrink: 1.5;
  -ms-flex-preferred-size: 630px;
      flex-basis: 630px;
  aspect-ratio: 1.1/1;
  position: relative;
}
@media screen and (max-width: 900px) {
  .flexible-theme-template .featured-person .inner .image-container {
    -ms-flex-preferred-size: 100vw;
        flex-basis: 100vw;
    aspect-ratio: 1;
  }
}
.flexible-theme-template .featured-person .inner .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-theme-template .featured-person .inner .text-container {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: var(--text-bg);
  padding-left: clamp(15px, 5vw, 90px);
  padding-right: clamp(15px, 5vw, 60px);
}
@media screen and (max-width: 900px) {
  .flexible-theme-template .featured-person .inner .text-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-inline: 15px;
  }
}
.flexible-theme-template .featured-person .inner .text-container .text-wrapper {
  padding-block: 60px;
}
.flexible-theme-template .featured-person .inner .text-container .text-wrapper .label {
  color: white;
}
.flexible-theme-template .featured-person .inner .text-container .text-wrapper h2 {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .flexible-theme-template .featured-person .inner .text-container .text-wrapper .description p {
    font-size: 18px;
    line-height: 28px;
  }
}

.flexible-theme-template section.featured-partners,
.flexible-theme-template section.partner-logos {
  --section-bg: #fff;
  --text-color: #000;
  --img-bkgrd: #fff;
}
.flexible-theme-template section.featured-partners[data-theme=dark],
.flexible-theme-template section.partner-logos[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
}
.flexible-theme-template section.featured-partners,
.flexible-theme-template section.partner-logos {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-block: clamp(40px, 5vw, 80px);
}
.flexible-theme-template section.featured-partners .inner,
.flexible-theme-template section.partner-logos .inner {
  max-width: 1400px;
  padding-inline: 20px;
  margin: auto;
  text-align: center;
}
.flexible-theme-template section.featured-partners .inner h2,
.flexible-theme-template section.partner-logos .inner h2 {
  color: var(--text-color);
  margin: 0;
}
.flexible-theme-template section.featured-partners .inner .desc,
.flexible-theme-template section.partner-logos .inner .desc {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.flexible-theme-template section.featured-partners .inner .logogrid,
.flexible-theme-template section.partner-logos .inner .logogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  padding-top: 30px;
}
.flexible-theme-template section.featured-partners .inner .logogrid a:hover .imgwrap, .flexible-theme-template section.featured-partners .inner .logogrid a:focus .imgwrap,
.flexible-theme-template section.partner-logos .inner .logogrid a:hover .imgwrap,
.flexible-theme-template section.partner-logos .inner .logogrid a:focus .imgwrap {
  outline: thick solid var(--accent);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.flexible-theme-template section.featured-partners .inner .logogrid .imgwrap,
.flexible-theme-template section.partner-logos .inner .logogrid .imgwrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--img-bkgrd);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  max-width: 250px;
}
.flexible-theme-template section.featured-partners .inner .logogrid .imgwrap img,
.flexible-theme-template section.partner-logos .inner .logogrid .imgwrap img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.flexible-theme-template .video-carousel {
  --section-bg: #fff;
  --section-bg2: #fff;
  --text-color: #000;
  --accent: #6c4ce4;
}
.flexible-theme-template .video-carousel[data-theme=dark] {
  --section-bg: #3c2989;
  --section-bg2: #000;
  --accent: #6d56cc;
  --text-color: #fff;
}
.flexible-theme-template .video-carousel[data-theme=orange] {
  --section-bg: #aa6813;
  --accent: #e58e1a;
  --text-color: #fff;
}
.flexible-theme-template .video-carousel[data-theme=purple] {
  --section-bg: #3c2989;
  --accent: #6d56cc;
  --text-color: #fff;
}
.flexible-theme-template .video-carousel[data-theme=green], .flexible-theme-template .video-carousel[data-theme=ivy] {
  --section-bg: #31643a;
  --accent: #3b7845;
  --text-color: #fff;
}
.flexible-theme-template .video-carousel[data-theme=blue] {
  --section-bg: #0d569f;
  --accent: #1173d4;
  --text-color: #fff;
}
.flexible-theme-template .video-carousel[data-theme=red], .flexible-theme-template .video-carousel[data-theme=peach] {
  --section-bg: #c64825;
  --accent: #ed562c;
  --text-color: #fff;
}
.flexible-theme-template .video-carousel {
  position: relative;
  background: linear-gradient(to bottom, var(--section-bg2) 0%, var(--section-bg2) 120px, var(--section-bg) 120px, var(--section-bg) 100%);
  color: var(--text-color);
  padding-top: 6rem;
  padding-bottom: 2rem;
  padding-inline: clamp(15px, 5vw, 80px);
}
@media screen and (max-width: 600px) {
  .flexible-theme-template .video-carousel {
    padding-inline: 0.5rem;
  }
}
.flexible-theme-template .video-carousel .slideswrap {
  width: 100%;
  max-width: 106rem;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.flexible-theme-template .video-carousel .slideswrap .slidetrack {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexible-theme-template .video-carousel .slideswrap article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  inset: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding-inline: 1rem;
}
.flexible-theme-template .video-carousel .slideswrap article.active {
  opacity: 1;
  pointer-events: all;
}
.flexible-theme-template .video-carousel .slideswrap article.active .background img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.flexible-theme-template .video-carousel .slideswrap article.active .inner {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.flexible-theme-template .video-carousel .slideswrap article .background {
  aspect-ratio: 1060/667;
  position: relative;
  inset: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexible-theme-template .video-carousel .slideswrap article .background img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.flexible-theme-template .video-carousel .slideswrap article .background a.video-link {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
.flexible-theme-template .video-carousel .slideswrap article .background a.video-link .play-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexible-theme-template .video-carousel .slideswrap article .background a.video-link .play-icon-wrapper:hover {
  background-color: #eeebf9;
}
.flexible-theme-template .video-carousel .slideswrap article .background a.video-link .play-icon-wrapper:hover svg {
  -webkit-transform: translateX(2px) scale(1.15);
          transform: translateX(2px) scale(1.15);
}
.flexible-theme-template .video-carousel .slideswrap article .background a.video-link .play-icon-wrapper svg {
  width: 20px;
  height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.flexible-theme-template .video-carousel .slideswrap article .background a.video-link .play-icon-wrapper svg path {
  fill: var(--accent);
}
.flexible-theme-template .video-carousel .slideswrap article .inner {
  color: white;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-block: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible-theme-template .video-carousel .slideswrap article .inner .label {
  color: var(--text-color);
}
.flexible-theme-template .video-carousel .slideswrap article .inner h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 3.6rem);
  text-align: center;
  color: var(--text-color);
}
.flexible-theme-template .video-carousel .slideswrap article .inner p {
  margin: 0;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.6;
  text-align: center;
  color: var(--text-color);
}
.flexible-theme-template .video-carousel .slideswrap article .inner a.btn {
  border: 2px solid var(--accent);
  background-color: var(--section-bg2);
  color: var(--accent);
}
@media screen and (max-width: 600px) {
  .flexible-theme-template .video-carousel .slideswrap article .inner a.btn {
    width: 100%;
    text-align: center;
  }
}
.flexible-theme-template .video-carousel .slideswrap article .inner a.btn:focus, .flexible-theme-template .video-carousel .slideswrap article .inner a.btn:hover {
  border: 2px solid var(--accent);
}
.flexible-theme-template .video-carousel nav {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: clamp(15px, 5vw, 80px);
}
.flexible-theme-template .video-carousel nav .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.flexible-theme-template .video-carousel nav .dots button {
  width: 13px;
  height: 13px;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.flexible-theme-template .video-carousel nav .dots button.active {
  background-color: #fff;
  opacity: 1;
}
.flexible-theme-template .video-carousel nav .dots button:hover, .flexible-theme-template .video-carousel nav .dots button:focus {
  background-color: #ccc4ed;
  opacity: 1;
}
.flexible-theme-template .video-carousel nav .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible-theme-template .video-carousel nav .arrows button.caret-btn {
  background-color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline-offset: 0.5rem;
}
.flexible-theme-template .video-carousel nav .arrows button.caret-btn svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.flexible-theme-template .video-carousel nav .arrows button.caret-btn svg path {
  fill: var(--accent);
}
.flexible-theme-template .video-carousel nav .arrows button.caret-btn:focus {
  opacity: 1;
  outline: 3px solid #6d56cc;
}
.flexible-theme-template .video-carousel nav .arrows button.caret-btn:hover svg path {
  fill: #6d56cc;
}
.flexible-theme-template .video-carousel nav .arrows button.caret-btn:hover.prev svg {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.flexible-theme-template .video-carousel nav .arrows button.caret-btn:hover.next svg {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.flexible-theme-template .video-carousel[data-slidecount="1"] nav {
  display: none;
}

.flexible-theme-template section.newsgrid-container {
  --section-bg: #fff;
  --text-color: #000;
}
.flexible-theme-template section.newsgrid-container[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
}
.flexible-theme-template section.newsgrid-container {
  background-color: var(--section-bg);
  isolation: isolate;
  padding-top: 8rem;
  padding-bottom: clamp(2rem, 5vw, 6rem);
  margin: auto;
}
.flexible-theme-template section.newsgrid-container .inner {
  max-width: 1360px;
  margin: auto;
}
.flexible-theme-template section.newsgrid-container h2 {
  padding-inline: clamp(1.5rem, 3vw, 4rem);
  margin: 0;
  color: var(--text-color);
}
.flexible-theme-template section.newsgrid-container a.btn {
  border: 2px solid transparent;
  margin-inline: 1.5rem;
}
@media screen and (max-width: 768px) {
  .flexible-theme-template section.newsgrid-container a.btn {
    width: 100%;
    text-align: center;
  }
}
.flexible-theme-template section.newsgrid-container a:focus {
  outline: none;
  border: 2px solid #3c2989;
  background-color: white;
  color: #3c2989;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 2fr minmax(300px, 1fr);
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: unset;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.newsgrid-container .newsgrid.latest {
    grid-template-columns: 1fr;
  }
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap {
    position: static;
    margin-bottom: 40px;
  }
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type {
  grid-column: 1/3;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px;
  min-height: clamp(360px, 50vh, 480px);
}
@media screen and (max-width: 600px) {
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type {
    padding: 20px;
  }
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .imgwrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .imgwrap::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .textwrap * {
  color: #fff;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .textwrap .heading,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .textwrap .heading a {
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  line-height: 1.2;
  margin: 0;
  margin-block: 5px;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .textwrap .heading:focus,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .textwrap .heading a:focus {
  outline: thin solid #6d56cc;
  background-color: black;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:first-of-type .textwrap .excerpt {
  display: none;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2),
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) {
  display: block;
  grid-column: span 1;
}
@media screen and (max-width: 700px) {
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2),
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) {
    grid-column: span 2;
  }
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .imgwrap,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .imgwrap {
  display: block;
  position: relative;
  inset: 0;
  height: 270px;
  width: 100%;
  z-index: 0;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap {
  background-color: var(--section-bg);
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap .labelwrap,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap .labelwrap {
  background-color: var(--section-bg);
  padding-top: 20px;
  margin-bottom: -40px;
  width: calc(100% - 70px);
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap .heading,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap .heading a,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap .heading,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap .heading a {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0;
  margin-block: 10px;
  color: var(--text-color);
}
@media screen and (max-width: 1200px) {
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap .heading,
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap .heading a,
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap .heading,
  .flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap .heading a {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap .excerpt,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap .excerpt {
  display: none;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap h3.heading a,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(2) .textwrap .metarow .authorwrap address.author > a,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap h3.heading a,
.flexible-theme-template section.newsgrid-container .newsgrid.latest .staticwrap article:nth-of-type(3) .textwrap .metarow .authorwrap address.author > a {
  color: var(--text-color);
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 700px) {
  .flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap article {
  position: relative;
  color: var(--text-color);
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap article .imgwrap {
  display: none;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap article .textwrap {
  position: relative;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap article .textwrap .excerpt {
  display: none;
}
.flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap article .textwrap h3.heading a,
.flexible-theme-template section.newsgrid-container .newsgrid.latest aside.scrollwrap article .textwrap .metarow .authorwrap address.author > a {
  color: var(--text-color);
}
.flexible-theme-template section.newsgrid-container .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2rem;
}

.page-template-page-news section.newsgrid-container .btnwrap {
  display: none;
}

.flexible-theme-template .horizontal-tabs {
  --section-bg: #eeebf9;
  --text-bg: #6d56cc;
  --text-color: #000;
  --accent: #6d56cc;
}
.flexible-theme-template .horizontal-tabs[data-theme=dark] {
  --section-bg: #000;
  --text-bg: #000;
  --text-color: #fff;
  --accent: #6d56cc;
}
.flexible-theme-template .horizontal-tabs[data-theme=orange] {
  --section-bg: #fcf4e8;
  --text-bg: #aa6813;
  --accent: #e58e1a;
}
.flexible-theme-template .horizontal-tabs[data-theme=purple] {
  --section-bg: #eeebf9;
  --text-bg: #3c2989;
  --accent: #6d56cc;
}
.flexible-theme-template .horizontal-tabs[data-theme=blue] {
  --section-bg: #c4dffa;
  --text-bg: #0d569f;
  --accent: #1173d4;
}
.flexible-theme-template .horizontal-tabs[data-theme=green] {
  --section-bg: #dff4e1;
  --text-bg: #31643a;
  --accent: #3b7845;
}
.flexible-theme-template .horizontal-tabs[data-theme=red] {
  --section-bg: #fad0c5;
  --text-bg: #c64825;
  --accent: #ed562c;
}
.flexible-theme-template .horizontal-tabs {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-bottom: 90px;
}
.flexible-theme-template .horizontal-tabs .upper {
  padding-top: 90px;
  padding-bottom: 30px;
  padding-inline: clamp(15px, 3vw, 45px);
  width: 100%;
}
.flexible-theme-template .horizontal-tabs .upper .inner {
  max-width: 1280px;
  margin: auto;
  color: var(--text-color);
}
.flexible-theme-template .horizontal-tabs .upper .inner .label {
  color: var(--accent);
  text-align: center;
}
.flexible-theme-template .horizontal-tabs .upper .inner h2 {
  margin-top: 15px;
  margin-bottom: 30px;
  color: var(--text-color);
  text-align: center;
}
.flexible-theme-template .horizontal-tabs .upper .inner .description {
  color: var(--text-color);
  max-width: 1200px;
  text-align: center;
}
.flexible-theme-template .horizontal-tabs .lower {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.flexible-theme-template .horizontal-tabs .lower .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  z-index: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  padding-inline: 4rem;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template .horizontal-tabs .lower .tab-wrap {
    padding-inline: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flexible-theme-template .horizontal-tabs .lower .tab-wrap button {
  background-color: var(--accent);
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 5rem;
  padding-inline: 3rem;
  position: relative;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  isolation: isolate;
  overflow-x: visible;
  border: none;
  outline: none;
  text-align: center;
}
.flexible-theme-template .horizontal-tabs .lower .tab-wrap button:focus {
  text-decoration: underline;
}
.flexible-theme-template .horizontal-tabs .lower .tab-wrap button.active {
  color: var(--accent);
  background-color: white;
}
.flexible-theme-template .horizontal-tabs .lower .tab-wrap button.active::after {
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template .horizontal-tabs .lower .tab-wrap button {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
.flexible-theme-template .horizontal-tabs .lower .tab-content {
  z-index: 2;
  position: relative;
}
.flexible-theme-template .horizontal-tabs .lower .tab-content article {
  border-radius: 10px;
  background-color: white;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-block: 60px;
  padding-inline: clamp(30px, 9vw, 100px);
  display: none;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template .horizontal-tabs .lower .tab-content article {
    padding-inline: 15px;
    padding-block: 60px;
  }
}
.flexible-theme-template .horizontal-tabs .lower .tab-content article.active {
  display: block;
  opacity: 1;
  pointer-events: all;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
}
.flexible-theme-template .horizontal-tabs .lower .tab-content article > :first-child {
  margin-top: 0;
}
.flexible-theme-template .horizontal-tabs .lower .tab-content article > :last-child {
  margin-bottom: 0;
}

.flexible-theme-template section.accordion {
  --section-bg: #fff;
  --text-bg: #6d56cc;
  --text-color: #000;
  --accent: #6d56cc;
}
.flexible-theme-template section.accordion[data-theme=dark] {
  --section-bg: #000;
  --text-bg: #000;
  --text-color: #fff;
  --accent: #6d56cc;
}
.flexible-theme-template section.accordion[data-theme=orange] {
  --text-bg: #aa6813;
  --accent: #e58e1a;
}
.flexible-theme-template section.accordion[data-theme=purple] {
  --text-bg: #3c2989;
  --accent: #6d56cc;
}
.flexible-theme-template section.accordion[data-theme=blue] {
  --text-bg: #0d569f;
  --accent: #1173d4;
}
.flexible-theme-template section.accordion[data-theme=green] {
  --text-bg: #31643a;
  --accent: #3b7845;
}
.flexible-theme-template section.accordion[data-theme=red] {
  --text-bg: #c64825;
  --accent: #ed562c;
}
.flexible-theme-template section.accordion {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline: 15px;
}
.flexible-theme-template section.accordion .inner {
  max-width: 1060px;
  margin: auto;
}
.flexible-theme-template section.accordion .upper {
  padding-bottom: 0px;
  text-align: center;
}
.flexible-theme-template section.accordion .upper .label {
  color: var(--accent);
}
.flexible-theme-template section.accordion .upper h2 {
  color: var(--text-color);
  margin-top: 15px;
}
.flexible-theme-template section.accordion .lower details {
  border-bottom: 1px solid #a6a6a6;
  padding-block: 30px;
}
.flexible-theme-template section.accordion .lower details:hover, .flexible-theme-template section.accordion .lower details:focus {
  outline: none;
}
.flexible-theme-template section.accordion .lower details:hover summary h3, .flexible-theme-template section.accordion .lower details:focus summary h3 {
  color: var(--accent);
}
.flexible-theme-template section.accordion .lower details[open] summary svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flexible-theme-template section.accordion .lower details summary {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.flexible-theme-template section.accordion .lower details summary:hover, .flexible-theme-template section.accordion .lower details summary:focus {
  outline: none;
}
.flexible-theme-template section.accordion .lower details summary:hover h3, .flexible-theme-template section.accordion .lower details summary:focus h3 {
  color: var(--accent);
}
.flexible-theme-template section.accordion .lower details summary::marker {
  display: none;
}
.flexible-theme-template section.accordion .lower details summary h3 {
  margin-block: 15px;
  color: var(--text-color);
}
.flexible-theme-template section.accordion .lower details summary svg {
  width: 33px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.flexible-theme-template section.accordion .lower details summary svg path {
  fill: var(--accent);
}

.flexible-theme-template .photojournalism-carousel {
  overflow: hidden;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 60px;
  margin-bottom: 0;
}
.flexible-theme-template .photojournalism-carousel h2 {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.flexible-theme-template .photojournalism-carousel a.label {
  color: white;
  margin: 0;
  padding: 0;
}
.flexible-theme-template .photojournalism-carousel a.label:hover {
  color: #6d56cc;
}
.flexible-theme-template .photojournalism-carousel .slidewrap {
  margin-top: 60px;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10vw;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article {
  width: 50vw;
  height: 70vh;
  max-height: 50vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .photowrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .photowrap .photo {
  width: 50%;
  height: 50%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .photowrap .photo:nth-of-type(1) {
  top: 0;
  right: 0;
  width: 35%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .photowrap .photo:nth-of-type(2) {
  bottom: 30px;
  width: 40%;
  left: 0;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .photowrap .photo:nth-of-type(3) {
  height: 90%;
  width: 60%;
  bottom: 0;
  left: 20%;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article:nth-of-type(3) .desc {
  opacity: 1;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .desc {
  z-index: 5;
  color: white;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  padding-inline: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .desc h3 {
  margin-bottom: 15px;
}
.flexible-theme-template .photojournalism-carousel .slidewrap .slidetrack article .desc p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.flexible-theme-template .photojournalism-carousel .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 30px;
}
.flexible-theme-template .photojournalism-carousel .btn-wrap button {
  background-color: rgba(255, 255, 255, 0.15);
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexible-theme-template .photojournalism-carousel .btn-wrap button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.flexible-theme-template .photojournalism-carousel .btn-wrap button:hover:first-of-type svg {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.flexible-theme-template .photojournalism-carousel .btn-wrap button:hover:last-of-type svg {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.flexible-theme-template .photojournalism-carousel .btn-wrap button svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexible-theme-template .photojournalism-carousel .btn-wrap button svg path {
  fill: white;
}

.flexible-theme-template section.rss-feed-container {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
.flexible-theme-template section.rss-feed-container[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #3c2989;
  --accent: #6d56cc;
}
.flexible-theme-template section.rss-feed-container[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
.flexible-theme-template section.rss-feed-container[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
.flexible-theme-template section.rss-feed-container[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
.flexible-theme-template section.rss-feed-container[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
.flexible-theme-template section.rss-feed-container[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
.flexible-theme-template section.rss-feed-container {
  background-color: var(--section-bg);
  color: var(--text-color);
  overflow: hidden;
  padding-block: clamp(6rem, 8vw, 12rem);
  padding-inline: clamp(2rem, 4vw, 6rem);
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 136rem;
  margin: auto;
  gap: clamp(4rem, 5vw, 9rem);
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.rss-feed-container .rss-feed-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left {
  -ms-flex-preferred-size: 36rem;
      flex-basis: 36rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left .svgwrap {
  position: absolute;
  z-index: 0;
  top: 6rem;
  right: 0;
  min-width: 600px;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left .svgwrap svg {
  width: 100%;
  height: 100%;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left .svgwrap svg path {
  fill: var(--fill);
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left .svgwrap svg {
    opacity: 0.5;
  }
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left .textwrap {
  position: relative;
  z-index: 1;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left .label {
  color: var(--accent);
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left h2 {
  font-size: 3.6rem;
  line-height: 1.15;
  margin-block: 1rem;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-left .rss-feed-description {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right {
  -ms-flex-preferred-size: 75rem;
      flex-basis: 75rem;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list {
  list-style-type: square;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list {
    margin-left: -15px;
    margin-top: 30px;
  }
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list li {
  font-family: "Barlow", sans-serif;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list li::marker {
  color: var(--accent);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list li a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list li a:hover {
  text-decoration: underline;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list li .title-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 10px;
  font-size: 1.3rem;
  color: #999;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right ul.rss-links-list li .rss-link-description {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right .rss-more-button {
  margin-top: 3rem;
  margin-left: 6rem;
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template section.rss-feed-container .rss-feed-inner .rss-feed-right .rss-more-button {
    margin-left: 0;
  }
}

.flexible-theme-template section.subscribe-cta {
  --section-bg: #3c2989;
  --accent: #6d56cc;
  --text-color: #fff;
}
.flexible-theme-template section.subscribe-cta[data-theme=dark] {
  --section-bg: #3c2989;
  --section-bg2: #000;
  --accent: #6d56cc;
  --text-color: #fff;
}
.flexible-theme-template section.subscribe-cta[data-theme=orange] {
  --section-bg: #aa6813;
  --accent: #e58e1a;
  --text-color: #fff;
}
.flexible-theme-template section.subscribe-cta[data-theme=purple] {
  --section-bg: #3c2989;
  --accent: #6d56cc;
  --text-color: #fff;
}
.flexible-theme-template section.subscribe-cta[data-theme=green], .flexible-theme-template section.subscribe-cta[data-theme=ivy] {
  --section-bg: #31643a;
  --accent: #3b7845;
  --text-color: #fff;
}
.flexible-theme-template section.subscribe-cta[data-theme=blue] {
  --section-bg: #0d569f;
  --accent: #1173d4;
  --text-color: #fff;
}
.flexible-theme-template section.subscribe-cta[data-theme=red], .flexible-theme-template section.subscribe-cta[data-theme=peach] {
  --section-bg: #c64825;
  --accent: #ed562c;
  --text-color: #fff;
}
.flexible-theme-template section.subscribe-cta {
  background-color: var(--section-bg);
  color: var(--text-color);
  text-align: center;
  padding-block: clamp(6rem, 10vw, 9rem);
  padding-inline: clamp(2rem, 5vw, 6rem);
}
.flexible-theme-template section.subscribe-cta .inner {
  max-width: 84rem;
  margin: auto;
}

main.flexible-theme-template section.featured-content {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
main.flexible-theme-template section.featured-content[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #3c2989;
  --accent: #6d56cc;
}
main.flexible-theme-template section.featured-content[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
main.flexible-theme-template section.featured-content[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
main.flexible-theme-template section.featured-content[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
main.flexible-theme-template section.featured-content[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
main.flexible-theme-template section.featured-content[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
main.flexible-theme-template section.featured-content {
  background-color: var(--section-bg);
  color: var(--text-color);
  overflow: hidden;
}
main.flexible-theme-template section.featured-content .text-container {
  background-color: var(--fill);
  padding-top: 60px;
  padding-bottom: 30px;
  padding-inline: clamp(2rem, 4vw, 6rem);
}
main.flexible-theme-template section.featured-content .text-container .text-wrapper {
  max-width: 1440px;
  margin: auto;
}
main.flexible-theme-template section.featured-content .text-container .text-wrapper .constrict {
  max-width: 1060px;
  margin: auto;
}
main.flexible-theme-template section.featured-content .text-container .text-wrapper .constrict .label {
  color: var(--text-color);
}
main.flexible-theme-template section.featured-content .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(to bottom, var(--fill) 0%, var(--fill) 190px, var(--section-bg) 190px, var(--section-bg) 100%);
  padding-bottom: 90px;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: var(--section-bg);
  }
}
main.flexible-theme-template section.featured-content .lower .slidesnav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  background-color: var(--section-bg);
  background: linear-gradient(to bottom, var(--fill) 0%, var(--fill) 190px, var(--section-bg) 190px, var(--section-bg) 100%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slidesnav {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    display: none;
  }
}
main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 170px;
  padding-left: clamp(30px, 7vw, 80px);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container {
    padding-top: 60px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 500px) {
  main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container {
    padding-inline: 10px;
  }
}
main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container span {
  font-size: 28px;
  font-weight: 700;
  color: white;
  -webkit-text-fill-color: white;
  font-family: "Barlow", sans-serif;
  text-shadow: -1px -1px 0 var(--accent), 1px -1px 0 var(--accent), -1px 1px 0 var(--accent), 1px 1px 0 var(--accent);
}
main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container .current-slide {
  display: inline-block;
  font-size: 124px;
  min-width: 150px;
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container .current-slide {
    font-size: 60px;
    min-width: 80px;
  }
}
main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: clamp(30px, 7vw, 80px);
  width: 54px;
  height: 10px;
  background-color: var(--accent);
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template section.featured-content .lower .slidesnav .progress-container::after {
    display: none;
  }
}
main.flexible-theme-template section.featured-content .lower .slidesnav .slidetransport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: clamp(30px, 7vw, 80px);
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template section.featured-content .lower .slidesnav .slidetransport {
    gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
main.flexible-theme-template section.featured-content .lower .slidesnav .slidetransport button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
  background-color: var(--accent);
}
main.flexible-theme-template section.featured-content .lower .slidesnav .slidetransport button span {
  display: contents;
}
main.flexible-theme-template section.featured-content .lower .slidesnav .slidetransport button svg {
  position: absolute;
  pointer-events: none;
  width: 13px;
  height: 21px;
}
main.flexible-theme-template section.featured-content .lower .slidesnav .slidetransport button.slideprev {
  padding-right: 3px;
}
main.flexible-theme-template section.featured-content .lower .slidesnav .slidetransport button.slidenext {
  padding-left: 3px;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slides-container {
    padding-left: 30px;
    background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 190px, #fff 190px, #fff 100%);
  }
}
@media screen and (max-width: 500px) {
  main.flexible-theme-template section.featured-content .lower .slides-container {
    padding-left: 10px;
  }
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel {
  background-color: var(--section-bg);
  background: linear-gradient(to bottom, var(--fill) 0%, var(--fill) 190px, var(--section-bg) 190px, var(--section-bg) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 5vw, 60px);
  }
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel {
    grid-template-columns: 1fr;
  }
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
  max-width: 510px;
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article > a {
  outline-offset: 1rem;
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article > a:focus {
  outline: thin solid #6d56cc;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article {
    max-width: 100%;
  }
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .slide-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .slide-img-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .textwrap {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .textwrap {
    opacity: 1 !important;
  }
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .textwrap h3 {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  color: var(--text-color);
  font-family: "Barlow", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .textwrap h3 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .textwrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text-color);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .textwrap p {
    font-size: 1.4rem;
  }
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article .textwrap p a {
  color: var(--text-color);
}
main.flexible-theme-template section.featured-content .lower .slides-container .slides-carousel article.active .textwrap {
  opacity: 1;
}

main.flexible-theme-template section.statistic {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
main.flexible-theme-template section.statistic[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #3c2989;
  --accent: #6d56cc;
}
main.flexible-theme-template section.statistic[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
main.flexible-theme-template section.statistic[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
main.flexible-theme-template section.statistic[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
main.flexible-theme-template section.statistic[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
main.flexible-theme-template section.statistic[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
main.flexible-theme-template section.statistic {
  background-color: var(--fill);
  padding-top: clamp(90px, 10vw, 120px);
  padding-bottom: clamp(60px, 10vw, 120px);
  padding-inline: clamp(15px, 10vw, 80px);
}
main.flexible-theme-template section.statistic .section-wrapper {
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.statistic .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
main.flexible-theme-template section.statistic .section-wrapper .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.statistic .section-wrapper .icon-container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
main.flexible-theme-template section.statistic .section-wrapper .icon-container img {
  -ms-flex-item-align: center;
      align-self: center;
}
main.flexible-theme-template section.statistic .section-wrapper .text-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 2 830px;
          flex: 0 2 830px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.statistic .section-wrapper .text-container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
main.flexible-theme-template section.statistic .section-wrapper .text-container .label {
  color: var(--accent);
}
main.flexible-theme-template section.statistic .section-wrapper .text-container .section-content {
  color: var(--text-color);
}

main.flexible-theme-template section.subnavigation {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
main.flexible-theme-template section.subnavigation[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #3c2989;
  --accent: #6d56cc;
}
main.flexible-theme-template section.subnavigation[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
main.flexible-theme-template section.subnavigation[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
main.flexible-theme-template section.subnavigation[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
main.flexible-theme-template section.subnavigation[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
main.flexible-theme-template section.subnavigation[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
main.flexible-theme-template section.subnavigation {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-inline: clamp(1.5rem, 4vw, 6rem);
}
main.flexible-theme-template section.subnavigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: clamp(60px, 10%, 120px);
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template section.subnavigation .container {
    display: block;
    padding-inline: clamp(15px, 5vw, 30px);
  }
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template section.subnavigation .container {
    display: block;
    padding-inline: 0;
  }
}
main.flexible-theme-template section.subnavigation .container .textwrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 2 800px;
          flex: 1 2 800px;
  padding-block: clamp(30px, 5vw, 60px);
  padding-left: clamp(15px, 5vw, 60px);
}
@media screen and (max-width: 500px) {
  main.flexible-theme-template section.subnavigation .container .textwrapper {
    padding-inline: 0;
    padding-top: 0;
  }
}
main.flexible-theme-template section.subnavigation .container .textwrapper p {
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: left;
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 400px;
          flex: 2 1 400px;
  background-color: var(--fill);
  padding: 3rem 1rem 6rem 3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper .subnavigation-title {
  font-size: 1.4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-block: 0.5rem;
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li {
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: normal;
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li a {
  display: block;
  font-size: 2.1rem;
  line-height: 1.3;
  text-wrap: balance;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: var(--text-color);
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li a:focus, main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li a:hover {
  color: var(--accent);
  text-decoration: underline;
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li a.active {
  color: var(--accent) !important;
  pointer-events: none;
  opacity: 1;
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li ul {
  padding-top: 1rem;
  padding-left: 3rem;
  list-style: disc;
}
@media screen and (max-width: 500px) {
  main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li ul {
    padding-left: 2rem;
  }
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li ul li {
  padding-block: 3px;
}
main.flexible-theme-template section.subnavigation .container .subnavigation-wrapper ul li ul li a {
  font-size: 1.6rem;
  font-weight: 500;
}

main.flexible-theme-template section.issue {
  --section-bg: #fff;
  --color-text: #000;
  --accent: #6c4ce4;
}
main.flexible-theme-template section.issue[data-theme=dark] {
  --section-bg: #000;
  --accent: #6d56cc;
  --text-color: #fff;
}
main.flexible-theme-template section.issue[data-theme=orange] {
  --accent: #e58e1a;
  --section-bg: #e58e1a;
}
main.flexible-theme-template section.issue[data-theme=purple] {
  --accent: #6d56cc;
  --section-bg: #6d56cc;
}
main.flexible-theme-template section.issue[data-theme=green], main.flexible-theme-template section.issue[data-theme=ivy] {
  --accent: #3b7845;
  --section-bg: #3b7845;
}
main.flexible-theme-template section.issue[data-theme=blue] {
  --accent: #1173d4;
  --section-bg: #1173d4;
}
main.flexible-theme-template section.issue[data-theme=red], main.flexible-theme-template section.issue[data-theme=peach] {
  --accent: #ed562c;
  --section-bg: #ed562c;
}
main.flexible-theme-template section.issue {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding: clamp(15px, 6vw, 60px);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue {
    padding: 0;
  }
}
main.flexible-theme-template section.issue .section-wrapper {
  max-width: 1280px;
  min-height: 800px;
  margin: auto;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: auto;
  }
}
main.flexible-theme-template section.issue .section-wrapper figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper figure {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    padding: clamp(15px, 6vw, 60px);
  }
}
main.flexible-theme-template section.issue .section-wrapper figure img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper figure img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
main.flexible-theme-template section.issue .section-wrapper figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e58e1a;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0.45;
  text-transform: uppercase;
  margin-right: clamp(15px, 4vw, 50px);
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template section.issue .section-wrapper figure figcaption {
    font-size: 60px;
    line-height: 50px;
  }
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper {
  position: relative;
  max-width: 700px;
  z-index: 2;
  color: #fff;
  margin-left: -60px;
  padding-inline: 15px;
  padding-block: 60px;
  background-color: #000;
  padding: clamp(15px, 6vw, 60px);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.issue .section-wrapper .text-wrapper {
    max-width: 100%;
    margin-left: 0;
  }
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .label {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 15px;
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .section-content {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .section-content > :last-child {
  margin-bottom: 0;
}
main.flexible-theme-template section.issue .section-wrapper .text-wrapper .section-content > :first-child {
  margin-top: 0;
}

main.flexible-theme-template .featured-story {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
main.flexible-theme-template .featured-story[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #3c2989;
  --accent: #6d56cc;
}
main.flexible-theme-template .featured-story[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
main.flexible-theme-template .featured-story[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
main.flexible-theme-template .featured-story[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
main.flexible-theme-template .featured-story[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
main.flexible-theme-template .featured-story[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
main.flexible-theme-template .featured-story {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-block: clamp(60px, 10vw, 90px);
  padding-inline: 15px;
}
main.flexible-theme-template .featured-story .upper {
  max-width: 1260px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .upper {
    text-align: center;
  }
}
main.flexible-theme-template .featured-story .upper .label {
  color: var(--accent);
}
main.flexible-theme-template .featured-story .upper h2 {
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--text-color);
}
main.flexible-theme-template .featured-story .lower {
  max-width: 1260px;
  margin: auto;
  padding-top: 30px;
}
main.flexible-theme-template .featured-story .lower .storywrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .lower .storywrap {
    display: block;
    margin: auto;
  }
}
main.flexible-theme-template .featured-story .lower .storywrap .imgcol {
  position: relative;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .lower .storywrap .imgcol {
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 1;
    margin: auto;
  }
}
main.flexible-theme-template .featured-story .lower .storywrap .imgcol img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.flexible-theme-template .featured-story .lower .storywrap .textcol {
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .lower .storywrap .textcol {
    padding-top: 0;
  }
}
main.flexible-theme-template .featured-story .lower .storywrap .textcol .quotewrap {
  background-color: var(--fill);
  margin-block: 50px;
  margin-left: -120px;
  padding-left: 120px;
  padding-right: 30px;
  padding-block: 90px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .lower .storywrap .textcol .quotewrap {
    padding-inline: clamp(15px, 3vw, 30px);
    max-width: 500px;
    margin: auto;
    padding-block: 30px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
main.flexible-theme-template .featured-story .lower .storywrap .textcol .quotewrap svg {
  width: 167px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .lower .storywrap .textcol .quotewrap svg {
    width: 80px;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}
main.flexible-theme-template .featured-story .lower .storywrap .textcol .quotewrap svg path {
  stroke: var(--accent);
}
main.flexible-theme-template .featured-story .lower .storywrap .textcol .quotewrap blockquote {
  max-width: 400px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  border: none;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .lower .storywrap .textcol .quotewrap blockquote {
    font-size: 24px;
    line-height: 30px;
    margin: auto;
  }
}
main.flexible-theme-template .featured-story .lower .storywrap .textcol .description {
  padding-bottom: 40px;
  max-width: 500px;
  padding-right: 15px;
}
@media screen and (max-width: 1000px) {
  main.flexible-theme-template .featured-story .lower .storywrap .textcol .description {
    max-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }
}

main.flexible-theme-template .featured-resource {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
main.flexible-theme-template .featured-resource[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #000;
  --accent: #6d56cc;
}
main.flexible-theme-template .featured-resource[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
main.flexible-theme-template .featured-resource[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
main.flexible-theme-template .featured-resource[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
main.flexible-theme-template .featured-resource[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
main.flexible-theme-template .featured-resource[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
main.flexible-theme-template .featured-resource {
  background-color: var(--fill);
  padding-block: 90px;
}
main.flexible-theme-template .featured-resource .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 10vw, 150px);
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template .featured-resource .inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 60px !important;
  }
}
main.flexible-theme-template .featured-resource .inner .image-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template .featured-resource .inner .image-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
  }
}
main.flexible-theme-template .featured-resource .inner .image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: var(--accent);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template .featured-resource .inner .image-container::before {
    width: 80%;
  }
}
main.flexible-theme-template .featured-resource .inner .image-container img {
  width: 100%;
  max-width: 200px;
  margin-right: clamp(30px, 8vw, 90px);
  z-index: 2;
}
main.flexible-theme-template .featured-resource .inner .text-container {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
  padding-inline: 30px;
  color: var(--text-color);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template .featured-resource .inner .text-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
main.flexible-theme-template .featured-resource .inner .text-container .text-wrapper {
  max-width: 790px;
}
main.flexible-theme-template .featured-resource .inner .text-container .text-wrapper .label {
  color: var(--accent);
}
main.flexible-theme-template .featured-resource .inner .text-container .text-wrapper h2 {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  line-height: clamp(4rem, 4.2vw, 4.2rem);
}
main.flexible-theme-template .featured-resource .inner .text-container .text-wrapper p {
  font-size: 1.8rem;
}
main.flexible-theme-template .featured-resource[data-orientation=right] .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main.flexible-theme-template .featured-resource[data-orientation=right] .inner .image-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 30px;
  padding-left: 0;
}
main.flexible-theme-template .featured-resource[data-orientation=right] .inner .image-container::before {
  right: 0;
  left: auto;
}
main.flexible-theme-template .featured-resource[data-orientation=right] .inner .image-container img {
  margin-right: 0;
  margin-left: clamp(30px, 8vw, 90px);
}
main.flexible-theme-template .featured-resource[data-orientation=right] .inner .text-container {
  padding-inline: 30px;
}

main.flexible-theme-template section.featured-photo-content {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
main.flexible-theme-template section.featured-photo-content[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #3c2989;
  --accent: #6d56cc;
}
main.flexible-theme-template section.featured-photo-content[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
main.flexible-theme-template section.featured-photo-content[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
main.flexible-theme-template section.featured-photo-content[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
main.flexible-theme-template section.featured-photo-content[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
main.flexible-theme-template section.featured-photo-content[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
main.flexible-theme-template section.featured-photo-content {
  background: -webkit-gradient(linear, left top, right top, from(var(--fill)), color-stop(80%, var(--fill)), color-stop(80%, var(--accent)), to(var(--accent)));
  background: linear-gradient(to right, var(--fill) 0%, var(--fill) 80%, var(--accent) 80%, var(--accent) 100%);
  padding-inline: clamp(30px, 8vw, 80px);
  padding-block: clamp(60px, 10vw, 100px);
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-photo-content {
    background: var(--fill);
  }
}
@media screen and (max-width: 700px) {
  main.flexible-theme-template section.featured-photo-content {
    padding-inline: 15px;
  }
}
main.flexible-theme-template section.featured-photo-content .inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(30px, 6vw, 120px);
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-photo-content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.flexible-theme-template section.featured-photo-content .inner .text-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
}
@media screen and (max-width: 900px) {
  main.flexible-theme-template section.featured-photo-content .inner .text-container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
main.flexible-theme-template section.featured-photo-content .inner .text-container * {
  color: var(--text-color);
}
main.flexible-theme-template section.featured-photo-content .inner .text-container .label {
  color: var(--accent);
}
main.flexible-theme-template section.featured-photo-content .inner .image-container {
  height: 100%;
}
main.flexible-theme-template section.featured-photo-content .inner .image-container .imgwrap {
  position: sticky;
  top: 60px;
  width: 100%;
  aspect-ratio: 10/7;
  max-width: 730px;
}
main.flexible-theme-template section.featured-photo-content .inner .image-container .imgwrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.flexible-theme-template .related-news {
  --section-bg: #fff;
  --text-color: #000;
  --accent: #6d56cc;
  --fill: #eeebf9;
}
.flexible-theme-template .related-news[data-theme=dark] {
  --section-bg: #000;
  --text-color: #fff;
  --fill: #3c2989;
  --accent: #6d56cc;
}
.flexible-theme-template .related-news[data-theme=orange] {
  --fill: #fcf4e8;
  --accent: #b87114;
}
.flexible-theme-template .related-news[data-theme=purple] {
  --fill: #ede8f9;
  --accent: #6d56cc;
}
.flexible-theme-template .related-news[data-theme=blue] {
  --fill: #c4dffa;
  --accent: #1173d4;
}
.flexible-theme-template .related-news[data-theme=green] {
  --fill: #d4ead8;
  --accent: #3b7845;
}
.flexible-theme-template .related-news[data-theme=red] {
  --fill: #fad0c5;
  --accent: #ed562c;
}
.flexible-theme-template .related-news {
  background-color: var(--section-bg);
  color: var(--text-color);
}
.flexible-theme-template .related-news .upper {
  padding-block: 60px;
  padding-inline: clamp(15px, 3vw, 45px);
  background-color: var(--fill);
  width: 100%;
}
.flexible-theme-template .related-news .upper .inner {
  max-width: 1280px;
  margin: auto;
  color: var(--text-color);
}
.flexible-theme-template .related-news .upper .inner .label {
  color: var(--accent);
}
.flexible-theme-template .related-news .upper .inner h2 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.flexible-theme-template .related-news .lower {
  background: linear-gradient(to bottom, var(--fill) 0%, var(--fill) 150px, var(--section-bg) 150px, var(--section-bg) 100%);
  padding-inline: clamp(15px, 3vw, 45px);
  padding-bottom: 120px;
}
.flexible-theme-template .related-news .lower .news-container {
  max-width: 1280px;
  margin: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 1000px) {
  .flexible-theme-template .related-news .lower .news-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flexible-theme-template .related-news .lower .news-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.flexible-theme-template .related-news .lower .news-container article .imgwrap {
  display: block;
  height: 270px;
  width: 100%;
  position: relative;
}
.flexible-theme-template .related-news .lower .news-container article .imgwrap::after {
  content: "";
  width: 80%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
}
.flexible-theme-template .related-news .lower .news-container article .imgwrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-theme-template .related-news .lower .news-container article .textwrap {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.flexible-theme-template .related-news .lower .news-container article .textwrap .labelwrap .label {
  color: var(--accent);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: none;
}
.flexible-theme-template .related-news .lower .news-container article .textwrap .labelwrap .label:first-of-type {
  font-weight: 700;
  display: block;
}
.flexible-theme-template .related-news .lower .news-container article .textwrap .heading,
.flexible-theme-template .related-news .lower .news-container article .textwrap .heading a {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  line-height: 1.4;
  margin-bottom: 10px;
}
.flexible-theme-template .related-news .lower .news-container article .textwrap .heading:focus, .flexible-theme-template .related-news .lower .news-container article .textwrap .heading:hover,
.flexible-theme-template .related-news .lower .news-container article .textwrap .heading a:focus,
.flexible-theme-template .related-news .lower .news-container article .textwrap .heading a:hover {
  color: var(--accent);
}
.flexible-theme-template .related-news .lower .news-container article .textwrap .excerpt {
  display: none;
}
.flexible-theme-template .related-news .lower .news-container article .textwrap .metarow * {
  color: var(--text-color);
}
.flexible-theme-template .related-news .lower .news-container article .textwrap .metarow a:hover {
  text-decoration: underline;
}

main.flexible-theme-template .wysiwyg a.btn,
main.flexible-theme-template .wysiwyg a.orange-button,
main.flexible-theme-template .wysiwyg a.blue-button {
  background-color: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
}
main.flexible-theme-template .wysiwyg a.btn:hover, main.flexible-theme-template .wysiwyg a.btn:focus,
main.flexible-theme-template .wysiwyg a.orange-button:hover,
main.flexible-theme-template .wysiwyg a.orange-button:focus,
main.flexible-theme-template .wysiwyg a.blue-button:hover,
main.flexible-theme-template .wysiwyg a.blue-button:focus {
  background-color: #fff;
  color: var(--accent);
}
main.flexible-theme-template a.btn,
main.flexible-theme-template a.orange-button,
main.flexible-theme-template a.blue-button {
  background-color: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) {
  main.flexible-theme-template a.btn,
  main.flexible-theme-template a.orange-button,
  main.flexible-theme-template a.blue-button {
    width: 100%;
    text-align: center;
  }
}
main.flexible-theme-template a.btn:hover, main.flexible-theme-template a.btn:focus,
main.flexible-theme-template a.orange-button:hover,
main.flexible-theme-template a.orange-button:focus,
main.flexible-theme-template a.blue-button:hover,
main.flexible-theme-template a.blue-button:focus {
  background-color: #fff;
  color: var(--accent);
}/*# sourceMappingURL=flex-theme.css.map */