* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearence: none;
  -webkit-apparence: none;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  list-style: none;
}

main {
  max-width: 100vw;
}

button {
  border: 0 solid transparent;
}

[data-block=archive-groups] .m_archive__content, [data-block=archive-groups] .m_archive__header .wrapper, [data-block=single-plenary] .m_article__content, [data-block=single-plenary] .m_article__header, [data-block=archive-plenary] .m_article__content, [data-block=archive-plenary] .m_article__header, [data-block=single-event] .dates, .m_article__post .m_article__header .m_article__infos, .m_article__issues .m_article__header .m_article__infos, .m_article__medias .m_article__wrapper, .m_socials__wrapper, .m_medias__wrapper, .m_newsletter__wrapper, .m_topics__wrapper, .m_peoples__wrapper, .m_files__wrapper, .m_embed__wrapper, .m_accordions__wrapper, .m_events__wrapper, .m_form__wrapper, .m_video__wrapper, .m_news__wrapper, .m_columns__wrapper, .m_image__wrapper, .m_textImg__wrapper, .m_category__infos, .m_search__wrapper, .m_archive__wrapper, .bottombar__wrapper, .topbar__desktop, .grid--lg {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  [data-block=archive-groups] .m_archive__content, [data-block=archive-groups] .m_archive__header .wrapper, [data-block=single-plenary] .m_article__content, [data-block=single-plenary] .m_article__header, [data-block=archive-plenary] .m_article__content, [data-block=archive-plenary] .m_article__header, [data-block=single-event] .dates, .m_article__post .m_article__header .m_article__infos, .m_article__issues .m_article__header .m_article__infos, .m_article__medias .m_article__wrapper, .m_socials__wrapper, .m_medias__wrapper, .m_newsletter__wrapper, .m_topics__wrapper, .m_peoples__wrapper, .m_files__wrapper, .m_embed__wrapper, .m_accordions__wrapper, .m_events__wrapper, .m_form__wrapper, .m_video__wrapper, .m_news__wrapper, .m_columns__wrapper, .m_image__wrapper, .m_textImg__wrapper, .m_category__infos, .m_search__wrapper, .m_archive__wrapper, .bottombar__wrapper, .topbar__desktop, .grid--lg {
    padding: 0 20px;
  }
}

[data-block=single-plenary] .topics__list, .m_archive__events .container, .m_article__post .m_article__related, .m_article__issues .m_article__related, .m_article__post .m_article__content, .m_article__issues .m_article__content, .m_archive__posts .container, .m_archive__posts .posts-filters, .m_article__people .m_article__wrapper, .m_socials__container, .m_medias__container, .m_newsletter__content, .m_topics__container, .m_peoples__container, .m_files__container, .m_embed__content, .m_accordions__container, .m_events__container, .m_form__container, .m_video__block, .m_news__container, .m_columns__container, .m_image__block, .m_editor__container, .m_hero__wrapper, .m_404__wrapper, .m_panel, .grid-template, .grid {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  [data-block=single-plenary] .topics__list, .m_archive__events .container, .m_article__post .m_article__related, .m_article__issues .m_article__related, .m_article__post .m_article__content, .m_article__issues .m_article__content, .m_archive__posts .container, .m_archive__posts .posts-filters, .m_article__people .m_article__wrapper, .m_socials__container, .m_medias__container, .m_newsletter__content, .m_topics__container, .m_peoples__container, .m_files__container, .m_embed__content, .m_accordions__container, .m_events__container, .m_form__container, .m_video__block, .m_news__container, .m_columns__container, .m_image__block, .m_editor__container, .m_hero__wrapper, .m_404__wrapper, .m_panel, .grid-template, .grid {
    max-width: 1420px;
    padding: 0;
  }
}
@supports (display: grid) {
  [data-block=single-plenary] .topics__list, .m_archive__events .container, .m_article__post .m_article__related, .m_article__issues .m_article__related, .m_article__post .m_article__content, .m_article__issues .m_article__content, .m_archive__posts .container, .m_archive__posts .posts-filters, .m_article__people .m_article__wrapper, .m_socials__container, .m_medias__container, .m_newsletter__content, .m_topics__container, .m_peoples__container, .m_files__container, .m_embed__content, .m_accordions__container, .m_events__container, .m_form__container, .m_video__block, .m_news__container, .m_columns__container, .m_image__block, .m_editor__container, .m_hero__wrapper, .m_404__wrapper, .m_panel, .grid-template, .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
  @media screen and (min-width: 1025px) {
    [data-block=single-plenary] .topics__list, .m_archive__events .container, .m_article__post .m_article__related, .m_article__issues .m_article__related, .m_article__post .m_article__content, .m_article__issues .m_article__content, .m_archive__posts .container, .m_archive__posts .posts-filters, .m_article__people .m_article__wrapper, .m_socials__container, .m_medias__container, .m_newsletter__content, .m_topics__container, .m_peoples__container, .m_files__container, .m_embed__content, .m_accordions__container, .m_events__container, .m_form__container, .m_video__block, .m_news__container, .m_columns__container, .m_image__block, .m_editor__container, .m_hero__wrapper, .m_404__wrapper, .m_panel, .grid-template, .grid {
      grid-template-columns: repeat(24, 1fr);
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  }
}
.grid--full {
  width: 100%;
  padding: 25px;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .grid--full {
    padding: 0;
  }
}
@supports (display: grid) {
  .grid--full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
  @media screen and (min-width: 1025px) {
    .grid--full {
      grid-template-columns: repeat(24, 1fr);
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 0px) {
  .os--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 0px) {
  .os--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 0px) {
  .os--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 0px) {
  .os--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 0px) {
  .os--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 0px) {
  .os--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 0px) {
  .os--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 0px) {
  .os--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 0px) {
  .os--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 0px) {
  .os--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 0px) {
  .os--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 0px) {
  .os--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 0px) {
  .os--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 0px) {
  .os--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 0px) {
  .os--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 0px) {
  .os--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 0px) {
  .os--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 0px) {
  .os--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 0px) {
  .os--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 0px) {
  .os--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 0px) {
  .os--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 0px) {
  .os--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 0px) {
  .os--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .cs--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 0px) {
  .rs--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 0px) {
  .os--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 500px) {
  .oxs--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 500px) {
  .oxs--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 500px) {
  .oxs--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 500px) {
  .oxs--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 500px) {
  .oxs--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 500px) {
  .oxs--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 500px) {
  .oxs--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 500px) {
  .oxs--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 500px) {
  .oxs--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 500px) {
  .oxs--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 500px) {
  .oxs--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 500px) {
  .oxs--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 500px) {
  .oxs--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 500px) {
  .oxs--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 500px) {
  .oxs--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 500px) {
  .oxs--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 500px) {
  .oxs--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 500px) {
  .oxs--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 500px) {
  .oxs--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 500px) {
  .oxs--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 500px) {
  .oxs--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 500px) {
  .oxs--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 500px) {
  .oxs--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .cxs--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 500px) {
  .rxs--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 500px) {
  .oxs--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 600px) {
    .cxsl--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 600px) {
  .rxsl--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 600px) {
  .oxsl--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 769px) {
  .osm--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 769px) {
  .osm--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 769px) {
  .osm--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 769px) {
  .osm--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 769px) {
  .osm--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 769px) {
  .osm--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 769px) {
  .osm--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 769px) {
  .osm--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 769px) {
  .osm--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 769px) {
  .osm--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 769px) {
  .osm--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 769px) {
  .osm--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 769px) {
  .osm--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 769px) {
  .osm--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 769px) {
  .osm--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 769px) {
  .osm--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 769px) {
  .osm--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 769px) {
  .osm--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 769px) {
  .osm--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 769px) {
  .osm--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 769px) {
  .osm--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 769px) {
  .osm--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 769px) {
  .osm--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 769px) {
    .csm--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 769px) {
  .rsm--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 769px) {
  .osm--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 980px) {
  .omd--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 980px) {
  .omd--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 980px) {
  .omd--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 980px) {
  .omd--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 980px) {
  .omd--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 980px) {
  .omd--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 980px) {
  .omd--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 980px) {
  .omd--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 980px) {
  .omd--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 980px) {
  .omd--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 980px) {
  .omd--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 980px) {
  .omd--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 980px) {
  .omd--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 980px) {
  .omd--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 980px) {
  .omd--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 980px) {
  .omd--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 980px) {
  .omd--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 980px) {
  .omd--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 980px) {
  .omd--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 980px) {
  .omd--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 980px) {
  .omd--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 980px) {
  .omd--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 980px) {
  .omd--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 980px) {
    .cmd--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 980px) {
  .rmd--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 980px) {
  .omd--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 1025px) {
  .olg--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 1025px) {
  .olg--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 1025px) {
  .olg--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 1025px) {
  .olg--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 1025px) {
  .olg--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 1025px) {
  .olg--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 1025px) {
  .olg--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 1025px) {
  .olg--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 1025px) {
  .olg--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 1025px) {
  .olg--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 1025px) {
  .olg--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 1025px) {
  .olg--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 1025px) {
  .olg--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 1025px) {
  .olg--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 1025px) {
  .olg--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 1025px) {
  .olg--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 1025px) {
  .olg--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 1025px) {
  .olg--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 1025px) {
  .olg--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 1025px) {
  .olg--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 1025px) {
  .olg--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 1025px) {
  .olg--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 1025px) {
  .olg--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .clg--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 1025px) {
  .rlg--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 1025px) {
  .olg--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .cxl--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 1201px) {
  .rxl--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 1201px) {
  .oxl--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1441px) {
    .cxxl--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 1441px) {
  .rxxl--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 1441px) {
  .oxxl--24 {
    order: 24;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--1 {
      grid-column: auto/span 1;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--1 {
    grid-row: auto/span 1;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--1 {
    order: 1;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--2 {
      grid-column: auto/span 2;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--2 {
    grid-row: auto/span 2;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--2 {
    order: 2;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--3 {
      grid-column: auto/span 3;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--3 {
    grid-row: auto/span 3;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--3 {
    order: 3;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--4 {
      grid-column: auto/span 4;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--4 {
    grid-row: auto/span 4;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--4 {
    order: 4;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--5 {
      grid-column: auto/span 5;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--5 {
    grid-row: auto/span 5;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--5 {
    order: 5;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--6 {
      grid-column: auto/span 6;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--6 {
    grid-row: auto/span 6;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--6 {
    order: 6;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--7 {
      grid-column: auto/span 7;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--7 {
    grid-row: auto/span 7;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--7 {
    order: 7;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--8 {
      grid-column: auto/span 8;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--8 {
    grid-row: auto/span 8;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--8 {
    order: 8;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--9 {
      grid-column: auto/span 9;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--9 {
    grid-row: auto/span 9;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--9 {
    order: 9;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--10 {
      grid-column: auto/span 10;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--10 {
    grid-row: auto/span 10;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--10 {
    order: 10;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--11 {
      grid-column: auto/span 11;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--11 {
    grid-row: auto/span 11;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--11 {
    order: 11;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--12 {
      grid-column: auto/span 12;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--12 {
    grid-row: auto/span 12;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--12 {
    order: 12;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--13 {
      grid-column: auto/span 13;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--13 {
    grid-row: auto/span 13;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--13 {
    order: 13;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--14 {
      grid-column: auto/span 14;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--14 {
    grid-row: auto/span 14;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--14 {
    order: 14;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--15 {
      grid-column: auto/span 15;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--15 {
    grid-row: auto/span 15;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--15 {
    order: 15;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--16 {
      grid-column: auto/span 16;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--16 {
    grid-row: auto/span 16;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--16 {
    order: 16;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--17 {
      grid-column: auto/span 17;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--17 {
    grid-row: auto/span 17;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--17 {
    order: 17;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--18 {
      grid-column: auto/span 18;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--18 {
    grid-row: auto/span 18;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--18 {
    order: 18;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--19 {
      grid-column: auto/span 19;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--19 {
    grid-row: auto/span 19;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--19 {
    order: 19;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--20 {
      grid-column: auto/span 20;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--20 {
    grid-row: auto/span 20;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--20 {
    order: 20;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--21 {
      grid-column: auto/span 21;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--21 {
    grid-row: auto/span 21;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--21 {
    order: 21;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--22 {
      grid-column: auto/span 22;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--22 {
    grid-row: auto/span 22;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--22 {
    order: 22;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--23 {
      grid-column: auto/span 23;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--23 {
    grid-row: auto/span 23;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--23 {
    order: 23;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1600px) {
    .cfull--24 {
      grid-column: 1/-1;
    }
  }
}

@media screen and (min-width: 1600px) {
  .rfull--24 {
    grid-row: auto/span 24;
  }
}

@media screen and (min-width: 1600px) {
  .ofull--24 {
    order: 24;
  }
}

.grid-template {
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: 10000;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
  transition: transform 0.4s ease;
  pointer-events: none;
}
@media screen and (max-width: maxpad-1) {
  .grid-template {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .grid-template {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.grid-template--active {
  transform: scaleY(1) translateX(-50%);
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}
.grid-template span {
  background: rgba(255, 192, 203, 0.4);
  display: block;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .grid-template span {
      grid-column: auto/span 1;
    }
  }
}

.objectfit--contain, .objectfit--cover {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.objectfit--contain img, .objectfit--cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.objectfit--contain picture, .objectfit--cover picture {
  width: 100%;
}
.objectfit--contain source, .objectfit--cover source {
  position: absolute;
}
.objectfit--contain img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.objectfit--cover img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

[lazy-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.text--hidden {
  text-indent: -9999px;
  opacity: 0;
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.isHidden {
  position: absolute;
  transform: scale(0) !important;
  overflow: hidden !important;
  font-size: 0 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

@media screen and (max-width: 1249px) {
  .xsHidden {
    transform: scale(0) !important;
    overflow: hidden !important;
    font-size: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important;
    display: none !important;
  }
}

@media screen and (min-width: 1250px) {
  .xlHidden {
    transform: scale(0) !important;
    overflow: hidden !important;
    font-size: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important;
    display: none !important;
  }
}

[data-color=white], [data-color=base] {
  --color_skew: #FFFFFF;
  --color_bg: #E5ECF6;
  --color_text: #1C1C1C;
}

[data-color=grey] {
  --color_skew: #E5ECF6;
  --color_bg: #FFFFFF;
  --color_text: #1C1C1C;
}

[data-color=red] {
  --color_skew: #E42728;
  --color_text: #FFFFFF;
}

[data-color=green] {
  --color_skew: #28A186;
  --color_text: #FFFFFF;
}

[data-color=grey-dark] {
  --color_skew: #5C7090;
  --color_bg: #FFFFFF;
  --color_text: #1C1C1C;
}

[data-color=grey-light] {
  --color_skew: #7B8FAA;
  --color_bg: #FFFFFF;
  --color_text: #1C1C1C;
}

@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.eot") format("eot"), url("../fonts/Satoshi-Regular.ttf") format("ttf"), url("../fonts/Satoshi-Regular.otf") format("otf");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.eot") format("eot"), url("../fonts/Satoshi-Medium.ttf") format("ttf"), url("../fonts/Satoshi-Medium.otf") format("otf");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.eot") format("eot"), url("../fonts/Satoshi-Bold.ttf") format("ttf"), url("../fonts/Satoshi-Bold.otf") format("otf");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.eot") format("eot"), url("../fonts/Satoshi-Black.ttf") format("ttf"), url("../fonts/Satoshi-Black.otf") format("otf");
}
.m_news__block .m_news__content .gallery-caption, .m_events__content .gallery-caption, .m_content .gallery-caption, .m_news__block .m_news__content p span, .m_events__content p span, .m_content p span, .m_news__block .m_news__content p a:not(.btn), .m_events__content p a:not(.btn), .m_content p a:not(.btn),
.m_news__block .m_news__content li a:not(.btn),
.m_events__content li a:not(.btn),
.m_content li a:not(.btn), .m_news__block .m_news__content li, .m_events__content li, .m_content li,
.m_news__block .m_news__content p,
.m_events__content p,
.m_content p, .m_news__block .m_news__content p b, .m_events__content p b, .m_content p b,
.m_news__block .m_news__content p strong,
.m_events__content p strong,
.m_content p strong,
.m_news__block .m_news__content li strong,
.m_events__content li strong,
.m_content li strong, p {
  font-size: 18px;
  color: #1C1C1C;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}

li {
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

a {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #1C1C1C;
}

.small,
small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

b,
cite,
strong {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 900;
}

.em,
em {
  font-family: "Satoshi", sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

code {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1C1C1C;
  background: rgba(28, 28, 28, 0.5);
  padding: 20px;
}

hr {
  height: 1px;
  background: rgba(28, 28, 28, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}

address {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

time {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

u {
  text-decoration: underline;
}

del,
s {
  text-decoration: line-through;
}

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}

.overflow {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.overflow main {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

::-moz-selection {
  color: white;
  background: #E42728;
}

::selection {
  color: white;
  background: #E42728;
}

.m_page__content section:nth-child(even) :root {
  --color_bg: #E5ECF6;
  --color_text: #1C1C1C;
}

[data-block] {
  position: relative;
  background-color: var(--color_skew);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 88px;
  margin-bottom: 88px;
}
[data-block]:first-child {
  margin-top: 0;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  [data-block] {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 43px;
    margin-bottom: 43px;
  }
  [data-block]:first-child {
    padding-top: 120px;
  }
}

#cmplz-cookiebanner-container *, #cmplz-manage-consent * {
  font-family: "Satoshi", sans-serif;
}

.topbar__btn a, .gform_wrapper.gravity-theme .form_saved_message input[name=gform_send_resume_link_button], .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_save_link, .gform_wrapper.gravity-theme .gform_previous_button, .gform_wrapper.gravity-theme .gform_next_button, .gform_wrapper.gravity-theme .gform_button, .gform_wrapper.gravity-theme .gform_button_select_files, .gform_wrapper.gravity-theme input[type=file]::file-selector-button, .m_news__block .m_news__content a.btn, .m_events__content a.btn, .m_content a.btn, .btn {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.topbar__btn a, .gform_wrapper.gravity-theme .form_saved_message input[name=gform_send_resume_link_button], .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_next_button, .gform_wrapper.gravity-theme .gform_button, .btn__primary {
  padding: 18px 20px;
  border-radius: 10px;
  color: #FFFFFF;
  background: #E42728;
  font-weight: 900;
  transition: all 0.3s ease;
  display: inline-block;
}
.topbar__btn a:disabled, .gform_wrapper.gravity-theme .form_saved_message input[name=gform_send_resume_link_button]:disabled, .gform_wrapper.gravity-theme .gform_next_button:disabled, .gform_wrapper.gravity-theme .gform_button:disabled, .btn__primary:disabled {
  opacity: 0.25;
}

.m_columns__block-link:hover .btn__primary, .m_columns__block-link:focus .btn__primary, .m_columns__block-link:focus-within .btn__primary, .topbar__btn a:hover, .topbar__btn a:focus, .gform_wrapper.gravity-theme .form_saved_message input[name=gform_send_resume_link_button]:hover, .gform_wrapper.gravity-theme .form_saved_message input[name=gform_send_resume_link_button]:focus, .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, .gform_wrapper.gravity-theme .gform_footer .gform_button:focus, .gform_wrapper.gravity-theme .gform_next_button:hover, .gform_wrapper.gravity-theme .gform_next_button:focus, .gform_wrapper.gravity-theme .gform_button:hover, .gform_wrapper.gravity-theme .gform_button:focus, .btn__primary:hover, .btn__primary:focus {
  background: #B01F20;
}

.gform_wrapper.gravity-theme .gform_previous_button, .gform_wrapper.gravity-theme .gform_button_select_files, .gform_wrapper.gravity-theme input[type=file]::file-selector-button, .btn__secondary {
  padding: 18px 20px;
  border-radius: 10px;
  color: #FFFFFF;
  background: #1C1C1C;
  font-weight: 900;
  display: inline-block;
  transition: 0.3s ease;
}
.gform_wrapper.gravity-theme .gform_previous_button:disabled, .gform_wrapper.gravity-theme .gform_button_select_files:disabled, .gform_wrapper.gravity-theme input[type=file]:disabled::file-selector-button, .btn__secondary:disabled {
  opacity: 0.25;
}

.m_columns__block-link:hover .btn__secondary, .m_columns__block-link:focus .btn__secondary, .m_columns__block-link:focus-within .btn__secondary, .gform_wrapper.gravity-theme .gform_previous_button:hover, .gform_wrapper.gravity-theme .gform_previous_button:focus, .gform_wrapper.gravity-theme .gform_button_select_files:hover, .gform_wrapper.gravity-theme .gform_button_select_files:focus, .gform_wrapper.gravity-theme input[type=file]::file-selector-button:hover, .gform_wrapper.gravity-theme input[type=file]::file-selector-button:focus, .btn__secondary:hover, .btn__secondary:focus {
  background: #474747;
}

.gform_wrapper.gravity-theme .gform_save_link, .btn__tertiary {
  color: #1C1C1C;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.gform_wrapper.gravity-theme .gform_save_link::after, .btn__tertiary::after {
  content: "";
  display: inline-block;
  -webkit-mask: url("../images/icon-arrow.svg") no-repeat center;
  mask: url("../images/icon-arrow.svg") no-repeat center;
  mask-size: 12px 12px;
  -webkit-mask-size: 12px 12px;
  width: 12px;
  height: 12px;
  background: #1C1C1C;
  transition: 0.3s ease;
}
.gform_wrapper.gravity-theme .gform_save_link:disabled, .btn__tertiary:disabled {
  opacity: 0.25;
}

.m_columns__block-link:hover .btn__tertiary, .m_columns__block-link:focus .btn__tertiary, .m_columns__block-link:focus-within .btn__tertiary, .gform_wrapper.gravity-theme .gform_save_link:hover, .gform_wrapper.gravity-theme .gform_save_link:focus, .btn__tertiary:hover, .btn__tertiary:focus {
  color: #E42728;
  transition: all 0.3s ease;
}
.m_columns__block-link:hover .btn__tertiary::after, .m_columns__block-link:focus .btn__tertiary::after, .m_columns__block-link:focus-within .btn__tertiary::after, .gform_wrapper.gravity-theme .gform_save_link:hover::after, .gform_wrapper.gravity-theme .gform_save_link:focus::after, .btn__tertiary:hover::after, .btn__tertiary:focus::after {
  transform: translateX(5px);
  background: #E42728;
}

.btn__file {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 425px;
  background-color: #E5ECF6;
  border-radius: 12px;
  padding: 30px;
}
.btn__file .infos {
  font-size: 14px;
  font-size: 0.875rem;
}
.btn__file .infos .name {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
}
.btn__file .download-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../images/icon-download.svg") no-repeat center;
  transition: all 0.3s ease;
}

.btn__file:hover .download-icon, .btn__file:focus .download-icon {
  transform: scale(1.5);
  transition: all 0.3s ease;
}

input[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  background: var(--color_bg);
  border: 1px solid #5C7090;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

input[type=checkbox] + label::after {
  width: 10px;
  height: 10px;
  background: #5C7090;
  border: 0 solid #5C7090;
  position: absolute;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
input[type=checkbox] + label::before, input[type=checkbox] + label::after {
  content: "";
  display: block;
  cursor: pointer;
}
input[type=checkbox] + label::after {
  opacity: 0;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

input[type=checkbox]:hover + label::before {
  outline: 2px solid #5C7090;
}

.m_news__block .m_news__content p b, .m_events__content p b, .m_content p b,
.m_news__block .m_news__content p strong,
.m_events__content p strong,
.m_content p strong,
.m_news__block .m_news__content li strong,
.m_events__content li strong,
.m_content li strong {
  font-weight: 900;
}
.m_news__block .m_news__content p b a, .m_events__content p b a, .m_content p b a,
.m_news__block .m_news__content p strong a,
.m_events__content p strong a,
.m_content p strong a,
.m_news__block .m_news__content li strong a,
.m_events__content li strong a,
.m_content li strong a {
  font-weight: 900 !important;
}
.m_news__block .m_news__content p a:not(.btn), .m_events__content p a:not(.btn), .m_content p a:not(.btn),
.m_news__block .m_news__content li a:not(.btn),
.m_events__content li a:not(.btn),
.m_content li a:not(.btn) {
  color: #1C1C1C;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.m_news__block .m_news__content p a:not(.btn):hover, .m_events__content p a:not(.btn):hover, .m_content p a:not(.btn):hover, .m_news__block .m_news__content p a:not(.btn):focus, .m_events__content p a:not(.btn):focus, .m_content p a:not(.btn):focus,
.m_news__block .m_news__content li a:not(.btn):hover,
.m_events__content li a:not(.btn):hover,
.m_content li a:not(.btn):hover,
.m_news__block .m_news__content li a:not(.btn):focus,
.m_events__content li a:not(.btn):focus,
.m_content li a:not(.btn):focus {
  color: #E42728;
  text-decoration: underline;
}
.m_news__block .m_news__content ol, .m_events__content ol, .m_content ol,
.m_news__block .m_news__content ul,
.m_events__content ul,
.m_content ul {
  margin: 15px 0;
  padding-left: 22px;
  list-style: none;
}
.m_news__block .m_news__content li, .m_events__content li, .m_content li {
  position: relative;
  margin-bottom: 10px;
}
.m_news__block .m_news__content li::before, .m_events__content li::before, .m_content li::before {
  position: absolute;
  top: 0px;
  left: -22px;
}
.m_news__block .m_news__content ol, .m_events__content ol, .m_content ol {
  counter-reset: listitem;
}
.m_news__block .m_news__content ol > li:before, .m_events__content ol > li:before, .m_content ol > li:before {
  counter-increment: listitem;
  content: counter(listitem) ".";
  font-family: "Satoshi", sans-serif;
  color: #1C1C1C;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.m_news__block .m_news__content ul li::before, .m_events__content ul li::before, .m_content ul li::before {
  content: "";
  top: 12px;
  width: 6px;
  height: 6px;
  background: #1C1C1C;
}
.m_news__block .m_news__content h1, .m_events__content h1, .m_content h1,
.m_news__block .m_news__content h2,
.m_events__content h2,
.m_content h2,
.m_news__block .m_news__content h3,
.m_events__content h3,
.m_content h3,
.m_news__block .m_news__content h4,
.m_events__content h4,
.m_content h4,
.m_news__block .m_news__content h5,
.m_events__content h5,
.m_content h5,
.m_news__block .m_news__content h6,
.m_events__content h6,
.m_content h6 {
  margin-bottom: 15px;
}
.m_news__block .m_news__content p + h1, .m_events__content p + h1, .m_content p + h1,
.m_news__block .m_news__content p + h2,
.m_events__content p + h2,
.m_content p + h2,
.m_news__block .m_news__content p + h3,
.m_events__content p + h3,
.m_content p + h3,
.m_news__block .m_news__content p + h4,
.m_events__content p + h4,
.m_content p + h4,
.m_news__block .m_news__content p + h5,
.m_events__content p + h5,
.m_content p + h5,
.m_news__block .m_news__content p + h6,
.m_events__content p + h6,
.m_content p + h6 {
  margin-top: 15px;
}
.m_news__block .m_news__content p + p, .m_events__content p + p, .m_content p + p {
  margin-top: 15px;
}
.m_news__block .m_news__content blockquote, .m_events__content blockquote, .m_content blockquote {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #5C7090;
}
.m_news__block .m_news__content blockquote:before, .m_events__content blockquote:before, .m_content blockquote:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 100%;
  background: #D1DAE5;
}
.m_news__block .m_news__content blockquote *, .m_events__content blockquote *, .m_content blockquote * {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #5C7090 !important;
}
.m_news__block .m_news__content p small, .m_events__content p small, .m_content p small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.m_news__block .m_news__content p > img + img, .m_events__content p > img + img, .m_content p > img + img {
  margin-top: 15px;
}
.m_news__block .m_news__content figure, .m_events__content figure, .m_content figure {
  padding: 25px 0;
  max-width: 100%;
}
.m_news__block .m_news__content figure img, .m_events__content figure img, .m_content figure img {
  border-radius: 12px;
}
.m_news__block .m_news__content figure figcaption, .m_events__content figure figcaption, .m_content figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 1rem;
}
.m_news__block .m_news__content .gallery, .m_events__content .gallery, .m_content .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.m_news__block .m_news__content .gallery-item, .m_events__content .gallery-item, .m_content .gallery-item {
  display: flex;
  flex-direction: column;
}
.m_news__block .m_news__content .gallery-caption, .m_events__content .gallery-caption, .m_content .gallery-caption {
  margin-top: 20px;
}
.m_news__block .m_news__content a.btn__icon, .m_events__content a.btn__icon, .m_content a.btn__icon {
  text-decoration: none;
}
.gform_wrapper.gravity-theme label,
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Satoshi", sans-serif;
  font-size: 12px !important;
  line-height: 2.5;
  font-weight: 500 !important;
  letter-spacing: 1px;
  color: #1C1C1C;
  text-transform: uppercase;
  margin: 0 !important;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper.gravity-theme textarea {
  font-family: "Satoshi", sans-serif;
  font-size: 12px !important;
  line-height: 1;
  color: #1C1C1C;
  font-weight: 700 !important;
  letter-spacing: 2px;
  padding: 15px 20px !important;
  border: none;
  outline: none;
  background-color: var(--color_bg);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #1C1C1C;
  font-weight: 400;
  letter-spacing: 2px;
  font-style: italic;
}
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=file]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #1C1C1C;
  font-weight: 400;
  letter-spacing: 2px;
  font-style: italic;
}
.gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=text]:hover,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=number]:hover,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=email]:hover,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=tel]:hover,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=url]:hover,
.gform_wrapper.gravity-theme input[type=file]:focus,
.gform_wrapper.gravity-theme input[type=file]:hover,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme textarea:hover {
  background-color: #D1DAE5;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme select {
  font-family: "Satoshi", sans-serif;
  font-size: 12px !important;
  line-height: 1.4;
  color: #1C1C1C;
  letter-spacing: 2px;
  padding: 15px 20px !important;
  border: none;
  outline: none;
  background-color: var(--color_bg);
  border-radius: 12px;
  transition: 0.3s ease;
}
.gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme select:hover {
  background-color: #D1DAE5;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload,
.gform_wrapper.gravity-theme input[type=file] {
  position: relative;
}
.gform_wrapper.gravity-theme input[type=file] {
  padding-block: 23px !important;
}
.gform_wrapper.gravity-theme input[type=file]::file-selector-button {
  cursor: pointer;
  border: none !important;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  font-family: "Satoshi", sans-serif !important;
  font-size: 12px !important;
  line-height: 1;
  color: #1C1C1C;
  font-weight: 400 !important;
  letter-spacing: 2px;
  font-style: italic;
}
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .gfield_consent_description {
  font-family: "Satoshi", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  color: #1C1C1C;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
}
.gform_wrapper.gravity-theme .gsection {
  border: none !important;
}
.gform_wrapper.gravity-theme .gfield_required_text {
  color: #E42728 !important;
}
.gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
.gform_wrapper.gravity-theme .gchoice + .gchoice {
  margin-top: 25px;
}
.gform_wrapper.gravity-theme .gfield_checkbox,
.gform_wrapper.gravity-theme .gfield_radio {
  margin-top: 20px;
}
.gform_wrapper.gravity-theme .gform-field-label--type-inline {
  font-family: "Satoshi", sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #1C1C1C;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: none !important;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select,
.gform_wrapper.gravity-theme .ginput_address_country {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select:before,
.gform_wrapper.gravity-theme .ginput_address_country:before {
  content: "";
  width: 12px;
  height: 7px;
  background: url("../images/icon-dropdown.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
}
.gform_wrapper.gravity-theme .ginput_address_country::before {
  top: 72%;
  right: 25px;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-family: "Satoshi", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  color: #1C1C1C;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_drop_instructions {
  font-family: "Satoshi", sans-serif !important;
  color: #1C1C1C !important;
}
.gform_wrapper.gravity-theme .gform_button_select_files {
  cursor: pointer;
  border: none !important;
  outline: none;
  box-sizing: border-box;
}
.gform_wrapper.gravity-theme .ginput_preview {
  font-family: "Satoshi", sans-serif !important;
  color: #1C1C1C !important;
}
.gform_wrapper.gravity-theme .ginput_preview .dashicons:before {
  color: #1C1C1C !important;
}
.gform_wrapper.gravity-theme .ginput_preview .gform_delete_file {
  margin-left: 15px;
}
.gform_wrapper.gravity-theme .ginput_preview strong {
  font-family: "Satoshi", sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  color: #1C1C1C;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
}
.gform_wrapper.gravity-theme .gform_drop_area {
  border: none !important;
  outline: none;
  background-color: white !important;
  border-radius: 12px;
}
.gform_wrapper.gravity-theme .gform_drop_instructions {
  font-weight: 700;
}
.gform_wrapper.gravity-theme .ginput_container_time {
  min-width: 90px !important;
}
.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
  align-items: center !important;
}
.gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0 !important;
}
.gform_wrapper.gravity-theme .gform_page_footer .gform_save_link {
  width: 100%;
  text-align: right;
  display: block;
  margin-top: 10px;
}
.gform_wrapper.gravity-theme .gform_next_button, .gform_wrapper.gravity-theme .gform_button {
  cursor: pointer;
  border: none !important;
  outline: none;
  box-sizing: border-box;
}
.gform_wrapper.gravity-theme .gform_previous_button {
  color: #FFFFFF !important;
  background: #1C1C1C !important;
  cursor: pointer;
  border: none !important;
  outline: none;
  box-sizing: border-box;
}
.gform_wrapper.gravity-theme .gform_previous_button:hover, .gform_wrapper.gravity-theme .gform_previous_button:focus {
  background: #474747 !important;
}
.gform_wrapper.gravity-theme .gform_save_link {
  color: #1C1C1C !important;
  background: transparent !important;
  cursor: pointer;
  border: none !important;
  outline: none;
  box-sizing: border-box;
}
.gform_wrapper.gravity-theme .gform_save_link::after {
  display: none;
}
.gform_wrapper.gravity-theme .gform_save_link path {
  fill: #1C1C1C !important;
}
.gform_wrapper.gravity-theme .gform_save_link:hover, .gform_wrapper.gravity-theme .gform_save_link:focus {
  color: #E42728 !important;
  background: transparent !important;
}
.gform_wrapper.gravity-theme .gform_save_link:hover path, .gform_wrapper.gravity-theme .gform_save_link:focus path {
  fill: #E42728 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage {
  background-color: var(--color_skew) !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage span {
  color: #1C1C1C;
  font-family: "Satoshi", sans-serif;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar {
  background-color: var(--color_bg) !important;
  padding: 2px;
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gf_page_steps {
  margin-bottom: 20px !important;
  border: 2px solid #A0AEC3 !important;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  gap: 5px;
}
.gform_wrapper.gravity-theme .gf_page_steps .gf_step {
  height: 10px;
  flex: 1;
  border-radius: 10px;
  margin: 0;
}
.gform_wrapper.gravity-theme .gf_page_steps .gf_step span {
  display: none;
}
.gform_wrapper.gravity-theme .gf_page_steps .gf_step_active {
  background: #5C7090 !important;
  border: 2px solid #5C7090;
  opacity: 0.5;
}
.gform_wrapper.gravity-theme .gf_page_steps .gf_step_pending {
  background: transparent !important;
  border: 2px solid #D1DAE5;
  opacity: 0.5;
}
.gform_wrapper.gravity-theme .gf_page_steps .gf_step_previous, .gform_wrapper.gravity-theme .gf_page_steps .gf_step_completed {
  background: #D1DAE5 !important;
  border: 2px solid #D1DAE5;
  opacity: 0.5;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_footer .gform_button {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme .form_saved_message input[name=gform_send_resume_link_button] {
  cursor: pointer;
  border: none !important;
  outline: none;
  box-sizing: border-box;
}
.gform_wrapper.gravity-theme .form_saved_message .resume_form_link_wrapper a {
  color: #E42728;
  transition: color 0.3s ease;
}
.gform_wrapper.gravity-theme .form_saved_message .resume_form_link_wrapper a:hover, .gform_wrapper.gravity-theme .form_saved_message .resume_form_link_wrapper a:focus {
  text-decoration: underline;
}
.gform_wrapper.gravity-theme .form_saved_message h2 {
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gform_ajax_spinner {
  display: none !important;
  height: 24px;
  width: 24px;
  margin-left: 25px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  position: relative;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 30px !important;
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 100px !important;
  border-radius: 12px !important;
  background-color: rgba(228, 39, 40, 0.3019607843) !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background: url("../images/icon-error.svg") no-repeat center;
  position: absolute;
  top: 20px;
  left: 30px;
}
.gform_wrapper.gravity-theme .gform_validation_errors h2, .gform_wrapper.gravity-theme .gform_validation_errors p {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1C1C1C !important;
  line-height: 24px !important;
  max-width: 85%;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  border: none;
  background: transparent !important;
  color: #E42728 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.gform_wrapper.gravity-theme .gform-icon--close {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 2px solid rgba(228, 39, 40, 0.5) !important;
}
.gform_wrapper.gravity-theme .gfield_error input[type=text],
.gform_wrapper.gravity-theme .gfield_error input[type=number],
.gform_wrapper.gravity-theme .gfield_error input[type=email],
.gform_wrapper.gravity-theme .gfield_error input[type=tel],
.gform_wrapper.gravity-theme .gfield_error input[type=url],
.gform_wrapper.gravity-theme .gfield_error textarea,
.gform_wrapper.gravity-theme .gfield_error select {
  border-color: rgba(228, 39, 40, 0.5) !important;
}
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error .gfield_required {
  color: #1C1C1C !important;
}

.gform_confirmation_message {
  position: relative;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 30px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-right: 30px !important;
  padding-left: 100px !important;
  border-radius: 12px !important;
  background-color: rgba(40, 161, 134, 0.3019607843) !important;
  font-family: "Satoshi", sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1C1C1C !important;
  line-height: 24px !important;
}
.gform_confirmation_message:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background: url("../images/icon-valid.svg") no-repeat center;
  position: absolute;
  top: 20px;
  left: 30px;
}

.m_headline {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.m_headline__title, .m_headline .m_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .m_headline__title, .m_headline .m_content {
    max-width: 100% !important;
  }
}
.m_headline__title {
  max-width: 50%;
}
.m_headline .m_content {
  max-width: 50%;
}
.m_headline .m_content p {
  letter-spacing: 1px;
}
.m_headline__title + .m_content {
  margin-top: 15px;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid black;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#xyz_pagination, .pagination {
  margin-top: 30px;
}
#xyz_pagination .pagination__list, .pagination .pagination__list {
  display: flex;
  gap: 10px;
  align-items: center;
}
#xyz_pagination .pagination__list li, .pagination .pagination__list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#xyz_pagination .pagination__list:has(.prev) .page-numbers:nth-child(2)::before, .pagination .pagination__list:has(.prev) .page-numbers:nth-child(2)::before {
  display: none;
}
#xyz_pagination .pagination__list:has(.prev) li:nth-child(2) .page::before, .pagination .pagination__list:has(.prev) li:nth-child(2) .page::before {
  display: none;
}
#xyz_pagination button.page, .pagination button.page {
  cursor: pointer;
}
#xyz_pagination .page, #xyz_pagination .page-numbers, .pagination .page, .pagination .page-numbers {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Satoshi", sans-serif;
  color: #1C1C1C;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}
.m_archive__posts #xyz_pagination .page, .m_archive__posts #xyz_pagination .page-numbers, .m_archive__posts .pagination .page, .m_archive__posts .pagination .page-numbers {
  color: #1C1C1C;
}
#xyz_pagination .page.current, #xyz_pagination .page-numbers.current, .pagination .page.current, .pagination .page-numbers.current {
  color: #E42728;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
#xyz_pagination .page:hover, #xyz_pagination .page:focus, #xyz_pagination .page-numbers:hover, #xyz_pagination .page-numbers:focus, .pagination .page:hover, .pagination .page:focus, .pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #E42728;
  transition: all 0.3s ease;
}
#xyz_pagination .page-numbers:not(.prev, .next)::before, .pagination .page-numbers:not(.prev, .next)::before {
  content: "/";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Satoshi", sans-serif;
  color: #1C1C1C;
  font-weight: 700;
  line-height: 1;
  padding-right: 10px;
}
#xyz_pagination .page-numbers:not(.prev, .next):nth-child(1)::before, .pagination .page-numbers:not(.prev, .next):nth-child(1)::before {
  display: none;
}
#xyz_pagination .page-numbers:not(.prev, .next):nth-child(2)::before, .pagination .page-numbers:not(.prev, .next):nth-child(2)::before {
  display: inline-block;
}
#xyz_pagination li .page:not(.prev, .next)::before, .pagination li .page:not(.prev, .next)::before {
  content: "/";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Satoshi", sans-serif;
  color: #1C1C1C;
  font-weight: 700;
  line-height: 1;
  padding-right: 10px;
}
#xyz_pagination li:nth-child(1) .page::before, .pagination li:nth-child(1) .page::before {
  display: none;
}
#xyz_pagination li:nth-child(2) .page::before, .pagination li:nth-child(2) .page::before {
  display: inline-block;
}
#xyz_pagination .prev,
#xyz_pagination .next, .pagination .prev,
.pagination .next {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 16px;
  overflow: hidden;
  text-indent: 9999px;
}
#xyz_pagination .prev:before,
#xyz_pagination .next:before, .pagination .prev:before,
.pagination .next:before {
  display: inline-block !important;
  content: "";
  width: 12px;
  height: 16px;
  -webkit-mask-image: url("../images/icon-arrow.svg");
          mask-image: url("../images/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 12px 16px;
          mask-size: 12px 16px;
  background: #1C1C1C;
  position: absolute;
  top: 0;
  left: 0;
}
#xyz_pagination .prev:before, .pagination .prev:before {
  transform: rotate(0.5turn);
}

.pagination * {
  font-family: "Satoshi", sans-serif;
}

@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_panel__block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 500px) {
    .m_panel__block {
      grid-column: auto/span 2;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_panel__block {
      grid-column: auto/span 3;
    }
  }
}
input[type=radio] + label::before {
  width: 20px;
  height: 20px;
  background: var(--color_bg);
  border: 1px solid #5C7090;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

input[type=radio] + label::after {
  width: 10px;
  height: 10px;
  background: #5C7090;
  border: 0 solid #5C7090;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
input[type=radio] + label::after, input[type=radio] + label::before {
  content: "";
  display: block;
  cursor: pointer;
}
input[type=radio] + label::after {
  opacity: 0;
}

input[type=radio]:checked + label::after {
  opacity: 1;
}

input[type=radio]:hover + label::before {
  outline: 2px solid #5C7090;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px !important;
  color: black;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid black;
  background-color: white;
  cursor: pointer;
}
select::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
select::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
select:focus::-moz-placeholder {
  opacity: 1;
}
select:focus::placeholder {
  opacity: 1;
}

.edd-select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -99;
}

.edd-root {
  position: relative;
}
.edd-root .edd-head,
.edd-root .edd-option {
  font-family: "Satoshi", sans-serif;
}
.edd-root .edd-head:hover, .edd-root .edd-head:focus,
.edd-root .edd-option:hover,
.edd-root .edd-option:focus {
  cursor: pointer;
}
.edd-root .edd-head {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 2px;
  background-color: #E5ECF6;
  padding: 15px 20px;
  border-radius: 12px;
  overflow: hidden;
}
.edd-root .edd-head::after {
  content: "";
  background-color: #E5ECF6;
  height: 100%;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.edd-root .edd-value {
  white-space: nowrap;
}
.edd-root .edd-arrow {
  position: absolute;
  top: 0px;
  right: 13px;
  width: 20px;
  height: 100%;
  background-image: url("../images/icon-dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.15s ease;
  z-index: 10;
}
.edd-root .edd-body {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: #E5ECF6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: scaleY(0);
  transform-origin: top;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
  transition: 0.3s ease;
}
.edd-root-open .edd-arrow {
  transform: rotate(0.5turn);
}
.edd-root-open .edd-head {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid black;
}
.edd-root-open .edd-body {
  height: auto;
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
}
.edd-root-focused .edd-head {
  outline: none;
}
.edd-root .edd-items-list {
  overflow: auto;
}
.edd-root .edd-option {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 2px;
  background: #E5ECF6;
  padding: 0.8rem 1.5rem;
}
.edd-root .edd-option:hover, .edd-root .edd-option:focus, .edd-root .edd-option-focused {
  cursor: pointer;
  color: white;
  background: #28A186;
}

.h1,
h1, .m_news__block .m_news__content .h1, .m_events__content .h1, .m_content .h1,
.m_news__block .m_news__content h1,
.m_events__content h1,
.m_content h1 {
  font-family: "Satoshi", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .h1,
  h1, .m_news__block .m_news__content .h1, .m_events__content .h1, .m_content .h1,
  .m_news__block .m_news__content h1,
  .m_events__content h1,
  .m_content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.m_archive__posts .block:first-child .block__title, .h2,
h2, .m_news__block .m_news__content .h2, .m_events__content .h2, .m_content .h2,
.m_news__block .m_news__content h2,
.m_events__content h2,
.m_content h2 {
  font-family: "Satoshi", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .m_archive__posts .block:first-child .block__title, .h2,
  h2, .m_news__block .m_news__content .h2, .m_events__content .h2, .m_content .h2,
  .m_news__block .m_news__content h2,
  .m_events__content h2,
  .m_content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

[data-block=archive-plenary] .plenary__item .title a, .m_archive__events .block .block__title, .m_archive__posts .block__title, .h3,
h3, .m_news__block .m_news__content .h3, .m_events__content .h3, .m_content .h3,
.m_news__block .m_news__content h3,
.m_events__content h3,
.m_content h3 {
  font-family: "Satoshi", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 900;
}

.m_archive__posts .block_light .block__title, .m_article__post .m_article__related .block .block__title, .m_article__issues .m_article__related .block .block__title, .m_archive__posts .block:nth-child(12) .block__title, .m_archive__posts .block:nth-child(13) .block__title, .m_archive__posts .block:nth-child(14) .block__title, .m_archive__posts .block:nth-child(15) .block__title, .m_archive__posts .block:nth-child(16) .block__title, .m_accordions .m_details__head, .h4,
h4, .m_news__block .m_news__content .h4, .m_events__content .h4, .m_content .h4,
.m_news__block .m_news__content h4,
.m_events__content h4,
.m_content h4 {
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 900;
}

.h5,
h5, .m_news__block .m_news__content .h5, .m_events__content .h5, .m_content .h5,
.m_news__block .m_news__content h5,
.m_events__content h5,
.m_content h5 {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.h6,
h6 {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.inline-title {
  display: block;
  position: relative;
}
.inline-title::after {
  content: "";
  background: url("../images/inline-title.svg") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 100%;
  height: 20px;
  z-index: -1;
}

[data-block=single-groups] .m_article__people:before, .m_socials:before, .m_medias:before, .m_newsletter:before, .m_topics:before, .m_peoples:before, .m_files:before, .m_embed:before, .m_accordions:before, .m_events:before, .m_form:before, .m_video:before, .m_news:before, .m_columns:before, .m_image:before, .m_editor:before, .m_textImg:before {
  content: "";
  width: 100%;
  height: 91px;
  background: var(--color_skew);
  position: absolute;
  top: -90px;
  left: 0;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  [data-block=single-groups] .m_article__people:before, .m_socials:before, .m_medias:before, .m_newsletter:before, .m_topics:before, .m_peoples:before, .m_files:before, .m_embed:before, .m_accordions:before, .m_events:before, .m_form:before, .m_video:before, .m_news:before, .m_columns:before, .m_image:before, .m_editor:before, .m_textImg:before {
    height: 50px;
    top: -49px;
  }
}

[data-block=single-groups] .m_article__people:after, .m_socials:after, .m_medias:after, .m_newsletter:after, .m_topics:after, .m_peoples:after, .m_files:after, .m_embed:after, .m_accordions:after, .m_events:after, .m_form:after, .m_video:after, .m_news:after, .m_columns:after, .m_image:after, .m_editor:after, .m_textImg:after {
  content: "";
  width: 100%;
  height: 91px;
  background: var(--color_skew);
  position: absolute;
  bottom: -90px;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  [data-block=single-groups] .m_article__people:after, .m_socials:after, .m_medias:after, .m_newsletter:after, .m_topics:after, .m_peoples:after, .m_files:after, .m_embed:after, .m_accordions:after, .m_events:after, .m_form:after, .m_video:after, .m_news:after, .m_columns:after, .m_image:after, .m_editor:after, .m_textImg:after {
    height: 50px;
    bottom: -49px;
  }
}

.template [data-block]::after, .template [data-block]::before {
  display: none;
}

.tax_filter__label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Satoshi", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.topbar:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topbar__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.topbar__logo {
  margin-right: auto;
}
.topbar__search {
  position: relative;
}
.topbar.openSearch .topbar__form {
  z-index: 999;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.topbar__desktop {
  padding-top: 30px;
  padding-bottom: 30px;
}
.topbar__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 20px;
}

.topbar__nav {
  position: relative;
  transition: all 0.3s ease;
}
.topbar__nav a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 2px;
  position: relative;
  transition: color 0.3s ease;
}
.topbar__nav a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #1C1C1C;
  transition: all 0.3s ease;
  transform-origin: left center;
}
.topbar__nav .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.topbar__nav .menu-item {
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.topbar__nav .menu-item a:focus, .topbar__nav .menu-item a:hover, .topbar__nav .menu-item a:focus-within {
  color: #5C7090;
}
.topbar__nav .menu-item a:focus .sous-nav a:before, .topbar__nav .menu-item a:hover .sous-nav a:before, .topbar__nav .menu-item a:focus-within .sous-nav a:before {
  width: 0;
}
.topbar__nav .current-menu-item a:before,
.topbar__nav .current-menu-parent a:before {
  width: 100%;
  transition: all 0.3s ease;
}
.topbar__nav .current-menu-item .sous-nav a:before,
.topbar__nav .current-menu-parent .sous-nav a:before {
  width: 0;
}
.topbar__nav .menu-item-has-children {
  position: relative;
}
.topbar__nav .menu-item-has-children:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  -webkit-mask-image: url("../images/icon-dropdown.svg");
          mask-image: url("../images/icon-dropdown.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #1C1C1C;
  transition: background-color 0.3s ease;
}
.topbar__nav .menu-item-has-children:hover:after, .topbar__nav .menu-item-has-children:focus-within:after {
  background-color: #5C7090;
}
.topbar__nav .menu-item-has-children:hover > a, .topbar__nav .menu-item-has-children:focus-within > a {
  color: #5C7090;
}
.topbar__nav .menu-item-has-children:hover .sous-nav, .topbar__nav .menu-item-has-children:focus-within .sous-nav {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  top: 100%;
  transition: all 0.3s ease;
}
.topbar__nav .sous-nav {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 15px;
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  transition: 0.3s ease;
}
.topbar__nav .sous-nav:before {
  border-color: transparent transparent #FFFFFF;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  top: -6px;
  width: 0;
}
.topbar__nav .sous-nav .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.topbar__nav .sous-nav .menu .menu-item {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.topbar__nav .sous-nav .menu .menu-item a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
  transition: color 0.3s ease;
  letter-spacing: 0;
  white-space: nowrap;
}
.topbar__nav .sous-nav .menu .menu-item a:hover, .topbar__nav .sous-nav .menu .menu-item a:focus, .topbar__nav .sous-nav .menu .menu-item a:focus-within {
  color: #5C7090;
}
.topbar__nav .sous-nav .menu .current-menu-item a:before {
  width: 100% !important;
}

.topbar__search-btn {
  cursor: pointer;
}
.topbar__search-btn svg {
  vertical-align: bottom;
}

.topbar__form {
  width: 100%;
}
.topbar__form input {
  width: 100%;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  color: #1C1C1C;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 2px;
  padding: 20px !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
  border: none;
  border-radius: 12px;
}
.topbar__form input::-moz-placeholder {
  font-style: italic;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  color: #1C1C1C;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 2px;
}
.topbar__form input::placeholder {
  font-style: italic;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  color: #1C1C1C;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 2px;
}
.topbar__form input:focus {
  outline: none;
}

.topbar__desktop .topbar__form {
  position: absolute;
  width: 500px;
  height: auto;
  top: calc(100% + 10px);
  right: -17px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.3s ease;
  z-index: -10;
}
.topbar__desktop .topbar__form::before {
  border-color: transparent transparent #FFFFFF;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  height: 0;
  right: 20px;
  position: absolute;
  top: -6px;
  width: 0;
}
.topbar__desktop .topbar__search-btnMobile {
  display: none;
}

.topbar__mobile .topbar__form {
  position: relative;
}
.topbar__mobile .topbar__form input {
  box-shadow: none;
}
.topbar__mobile .topbar__search-btn {
  display: none;
}
.topbar__mobile .topbar__search-btnMobile {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.burger {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.burger:hover .burger__line {
  background: #1C1C1C;
}
.burger-wrapper {
  height: 20px;
  width: 50px;
}
.burger__line {
  display: block;
  width: 50px;
  height: 2px;
  background: #1C1C1C;
  transform-origin: center center;
  transition: all 0.3s ease;
}

.overflow .burger {
  justify-content: center;
}
.overflow .burger__line {
  width: 40px;
  height: 2px;
}
.overflow .burger__line:first-child {
  transform: translateY(2px) rotate(45deg);
}
.overflow .burger__line:nth-child(2) {
  transform: scale(0);
}
.overflow .burger__line:last-child {
  transform: translateY(-2px) rotate(-45deg);
}

.topbar__mobile--container {
  background-color: #E5ECF6;
  position: absolute;
  top: 90px;
  left: -25px;
  width: 100vw;
  height: calc(100vh - 90px);
  z-index: 99;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding: 0;
  overflow: hidden;
}
.isActive .topbar__mobile--container {
  left: 0;
  transform: translateX(0);
}
.topbar__mobile--wrapper {
  height: 100%;
  width: 100%;
  padding: 10px 20px 70px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.topbar__mobile--wrapper .menu a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.topbar__mobile--wrapper .menu a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #1C1C1C;
  transition: all 0.3s ease;
  transform-origin: left center;
}
.topbar__mobile--wrapper .menu .current-menu-item a::before, .topbar__mobile--wrapper .menu .current-menu-parent a::before {
  width: 100%;
  transition: all 0.3s ease;
}
.topbar__mobile--wrapper .menu .current-menu-item .sous-nav a::before, .topbar__mobile--wrapper .menu .current-menu-parent .sous-nav a::before {
  width: 0;
}
.topbar__mobile--wrapper .menu .sous-nav {
  padding-left: 30px;
}
.topbar__mobile--wrapper .menu .sous-nav a {
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.topbar__mobile--wrapper .menu .sous-nav .current-menu-item a::before {
  width: 100% !important;
}
.topbar__mobile--wrapper .topbar__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  background-color: #E5ECF6;
}
.topbar__mobile--wrapper .topbar__btn a {
  width: calc(100vw - 40px);
}

.logged-in .topbar__mobile--container {
  height: calc(100vh - 125px);
}

.bottombar {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 90px;
}
.bottombar *:not(h6) {
  color: #5C7090;
}
.bottombar *:not(h6, i) {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.bottombar__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .bottombar__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.bottombar__col i::before {
  font-size: 18px;
}
.bottombar__col .menu li {
  margin-top: 15px;
}
.bottombar__col .adress, .bottombar__col .email, .bottombar__col .phone {
  margin-top: 15px;
}
.bottombar__logo {
  margin-bottom: 50px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.bottombar__social {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .bottombar__social {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}

.m_404 {
  position: relative;
  padding: 250px 0 150px;
}
@media screen and (max-width: 1024px) {
  .m_404 {
    padding: 160px 0 200px 0;
  }
}
.m_404::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color_skew);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.m_404 * {
  color: #FFFFFF;
}
.m_404__wrapper {
  position: relative;
  z-index: 10;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .m_404__wrapper {
    padding: 0 20px;
  }
}
.m_404__header {
  position: relative;
  z-index: 10;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_404__header {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_404__header {
      grid-column: auto/span 13;
      grid-column-start: 2;
    }
  }
}
.m_404__header .error {
  margin: 15px 0;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .m_404__header .error {
    margin: 15px auto;
  }
}
@media screen and (max-width: 1024px) {
  .m_404__header {
    text-align: center;
  }
  .m_404__header a {
    width: 100%;
  }
}
.m_404__image {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  background-color: var(--color_skew);
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_404__image {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_404__image {
      grid-column: auto/span 7;
      grid-column-start: 15;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_404__image {
    grid-row: -1;
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -90px;
    position: relative;
    z-index: 5;
  }
}

.m_archive {
  margin-top: 30px;
}
.m_archive .m_medias:before, .m_archive .m_medias:after {
  display: none;
}

.m_search {
  padding-top: 100px;
  margin-top: 30px;
}
.m_search__header {
  max-width: 800px;
  width: 100%;
  margin-bottom: 100px;
}
.m_search__header .count {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.m_search__container {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.m_search__block {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5ECF6;
  display: flex;
  gap: 15px;
  align-items: center;
}
.m_search__content {
  padding-bottom: 5px;
}
.m_search__content .type, .m_search__content time {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.m_search__content .h4 {
  margin-top: 5px;
}
.m_search__image {
  height: 100%;
  aspect-ratio: 5/3;
  min-width: 80px;
  border-radius: 10px;
  overflow: hidden;
}

.m_category__header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  margin-top: -108px;
  overflow: hidden;
}
.m_category__header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1C1C1C;
  opacity: 0.65;
  z-index: 0;
}
.m_category__infos {
  position: relative;
  z-index: 10;
  display: grid;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (min-width: 1025px) {
  .m_category__infos {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
.m_category__infos * {
  color: white;
}
.m_category__infos h1 {
  max-width: 750px;
}
.m_category__infos p {
  max-width: 550px;
  margin-top: 15px;
}
.m_category__infos small,
.m_category__infos time {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.page-template .m_hero:after {
  content: "";
  width: 100%;
  height: 90px;
  background: var(--color_skew);
  position: absolute;
  bottom: -1px;
  left: 0;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .page-template .m_hero:after {
    height: 50px;
  }
}
.page-template .m_hero__left, .page-template .m_hero__right, .page-template .m_hero__ {
  margin-block: -30px !important;
}
.page-template .m_hero__left .m_hero__content, .page-template .m_hero__right .m_hero__content, .page-template .m_hero__ .m_hero__content {
  padding: 100px 0;
}
.page-template .m_hero__left img, .page-template .m_hero__right img, .page-template .m_hero__ img {
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-events .m_hero:after {
  background: #28A186;
}
.page-template-template-events .m_hero__bg {
  margin-block: 0px;
}

.page-template-template-delegations .m_hero:after {
  background: #474747;
}
.page-template-template-delegations .m_hero__bg {
  margin-block: -130px;
}
@media screen and (max-width: 1024px) {
  .page-template-template-delegations .m_hero__bg {
    margin-block: -100px;
  }
}

[data-block] + .m_hero:not(.m_hero__bg) {
  margin-top: 90px;
}

.m_hero {
  position: relative;
  margin-block: -90px;
}
.m_hero:first-child {
  padding-top: 100px;
  margin-top: 0;
}
.m_hero + .m_hero {
  margin-top: 90px;
}
.m_hero + .m_hero__bg {
  margin-top: 90px;
}
.m_hero__bg + .m_hero {
  margin-top: 90px;
}
.m_hero__wrapper {
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .m_hero__wrapper {
    padding: 0 20px;
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_hero__image {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_hero__image {
      grid-column: auto/span 9;
      grid-column-start: 1;
    }
  }
}
.m_hero__content {
  align-self: center;
  padding: 150px 0;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_hero__content {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_hero__content {
      grid-column: auto/span 12;
      grid-column-start: 11;
    }
  }
}
.m_hero__content .m_hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.m_hero__pos-right .m_hero__image {
  grid-row: 2;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_hero__pos-right .m_hero__image {
      grid-column: auto/span 9;
      grid-column-start: 15;
    }
  }
}
@media screen and (min-width: 1025px) {
  .m_hero__pos-right .m_hero__image {
    grid-row: 1;
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_hero__pos-right .m_hero__content {
      grid-column: auto/span 12;
      grid-column-start: 2;
    }
  }
}
@media screen and (min-width: 1025px) {
  .m_hero__pos-right .m_hero__content {
    grid-row: 1;
  }
}
@media screen and (max-width: 1024px) {
  .m_hero__pos-left .m_hero__image {
    order: 1;
  }
}
.m_hero__pos-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  opacity: 0.65;
  z-index: -2;
}
.m_hero__pos-bg .m_hero__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  height: 100%;
  width: 100%;
  padding: 0;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_hero__pos-bg .m_hero__content {
      grid-column: auto/span 12;
      grid-column-start: 2;
    }
  }
}
.m_hero__pos-bg .m_hero__content *:not(.btn) {
  color: #FFFFFF;
}
.m_hero__pos-bg .m_hero__btns {
  position: relative;
  z-index: 5;
}
.m_hero__pos-bg .btn__tertiary {
  color: #FFFFFF;
}
.m_hero__pos-bg .btn__tertiary::after {
  background: #FFFFFF;
}
.m_hero__pos-bg .btn__tertiary:hover, .m_hero__pos-bg .btn__tertiary:focus {
  color: #E42728;
}
.m_hero__pos-bg .btn__tertiary:hover::after, .m_hero__pos-bg .btn__tertiary:focus::after {
  background: #E42728;
}
.m_hero__pos-right .m_hero__image .objectfit--contain img, .m_hero__pos-left .m_hero__image .objectfit--contain img {
  top: unset;
  bottom: 0;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 1024px) {
  .m_hero__pos-right .m_hero__image, .m_hero__pos-left .m_hero__image {
    width: 100%;
    max-width: 500px;
    height: auto;
    place-self: center;
  }
  .m_hero__pos-right .m_hero__image img, .m_hero__pos-left .m_hero__image img {
    position: static;
  }
  .m_hero__pos-right .m_hero__content, .m_hero__pos-left .m_hero__content {
    padding: 50px 0 0;
  }
}

.m_textImg *:not(.btn) {
  color: var(--color_text);
}
.m_textImg__wrapper {
  position: relative;
  z-index: 10;
}
.m_textImg__block {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.m_textImg__right {
  flex-direction: row-reverse;
}
.m_textImg__block + .m_textImg__block {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .m_textImg__block + .m_textImg__block {
    margin-top: 30px;
  }
}
.m_textImg__image {
  width: 50%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 1024px) {
  .m_textImg__image {
    width: 100%;
  }
}
.m_textImg__content {
  width: 50%;
  background: var(--color_bg);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .m_textImg__content {
    width: 100%;
    padding: 20px;
  }
}

.m_editor *:not(.btn) {
  color: var(--color_text);
}
.m_editor__wrapper {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .m_editor__wrapper {
    padding: 0 20px;
  }
}
.m_editor__content {
  margin-left: auto;
  margin-right: auto;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_editor__content {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_editor__content {
      grid-column: auto/span 16;
      grid-column-start: 5;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_editor__content {
    max-width: 100% !important;
  }
}

.m_image *:not(.btn) {
  color: var(--color_text);
}
.m_image__wrapper {
  position: relative;
  z-index: 10;
}
.m_image__image {
  aspect-ratio: 2/1;
  border-radius: 10px;
  overflow: hidden;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_image__image {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_image__image {
      grid-column: 1/-1;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_image__content {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_image__content {
      grid-column: auto/span 16;
    }
  }
}

.m_columns *:not(.btn) {
  color: var(--color_text);
}
.m_columns__wrapper {
  position: relative;
  z-index: 10;
}
.m_columns__image {
  aspect-ratio: 1.7/1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.m_columns__content .title {
  margin-bottom: 15px;
}
.m_columns__content .btns {
  margin-top: 15px;
}

.m_news *:not(.btn) {
  color: var(--color_text);
}
.m_news__wrapper {
  position: relative;
  z-index: 10;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_news__left {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_news__left {
      grid-column: 1/-1;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .m_news__left {
      grid-column: auto/span 12;
    }
  }
}
.m_news__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_news__right {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_news__right {
      grid-column: 1/-1;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1201px) {
    .m_news__right {
      grid-column: auto/span 12;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_news__datas {
    width: -moz-fit-content;
    width: fit-content;
    overflow: auto;
  }
}
.m_news .m_btns {
  margin-top: 50px;
  text-align: center;
}

.m_video *:not(.btn) {
  color: var(--color_text);
}
.m_video__wrapper {
  position: relative;
  z-index: 10;
}
.m_video__video {
  border-radius: 10px;
  overflow: hidden;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_video__video {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_video__video {
      grid-column: auto/span 16;
      grid-column-start: 5;
    }
  }
}
.m_video__overlayImage {
  position: relative;
  width: 100%;
  height: 100%;
}
.m_video__overlayImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  opacity: 0.5;
  z-index: 1;
}
.m_video__overlayImage.disapear {
  display: none;
}
.m_video__player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_video__content {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_video__content {
      grid-column: auto/span 16;
      grid-column-start: 5;
    }
  }
}

.m_form *:not(.btn) {
  color: var(--color_text);
}
.m_form__wrapper {
  position: relative;
  z-index: 10;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_form__gdpr {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_form__gdpr {
      grid-column: auto/span 16;
      grid-column-start: 5;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_form__form {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_form__form {
      grid-column: auto/span 12;
      grid-column-start: 5;
    }
  }
}

.m_events *:not(.btn) {
  color: var(--color_text);
}
.m_events__wrapper {
  position: relative;
  z-index: 10;
}
.m_events__block {
  position: relative;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_events__block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_events__block {
      grid-column: auto/span 6;
    }
  }
}
.m_events__block::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -100px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: url("../images/bg-blocks.png") no-repeat center;
  background-size: contain;
  z-index: 0;
}
.m_events__block:nth-child(1) {
  margin-top: 60px;
}
.m_events__block:nth-child(2) {
  margin-top: 30px;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_events__block:nth-child(2) {
      grid-column: auto/span 6;
      grid-column-start: 10;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_events__block:nth-child(3) {
      grid-column: auto/span 6;
      grid-column-start: 19;
    }
  }
}
.m_events__block:nth-child(4) {
  margin-top: 60px;
}
.m_events__block:nth-child(5) {
  margin-top: 30px;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_events__block:nth-child(5) {
      grid-column: auto/span 6;
      grid-column-start: 10;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_events__block:nth-child(6) {
      grid-column: auto/span 6;
      grid-column-start: 19;
    }
  }
}
.m_events__block:hover .title, .m_events__block:focus .title {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.m_events__block:hover picture, .m_events__block:focus picture {
  filter: grayscale(0);
  transform: translateY(-5px);
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_events .marge {
      grid-column: auto/span 3;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_events .marge {
    display: none;
  }
}
.m_events__image {
  aspect-ratio: 1.7/1;
  position: relative;
  z-index: 5;
}
.m_events__image picture {
  filter: grayscale(1);
  border-radius: 10px;
  transition: 0.3s ease;
}
.m_events__image time {
  min-width: 90px;
  min-height: 90px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  background: url("../images/bg-dates.svg") no-repeat center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_events__image time .day, .m_events__image time .month {
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  color: #1C1C1C;
  text-align: center;
}
.m_events__image time .day {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.m_events__image time .month {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m_events__content {
  position: relative;
  z-index: 5;
  margin-top: 35px;
}
.m_events__content .h3 {
  text-align: center;
  transition: all 0.3s ease;
  z-index: 99;
  position: relative;
}
.m_events__content .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.m_events__content .infos .term {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m_events__content .infos .lieu {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.m_events .m_btns {
  margin-top: 50px;
  text-align: center;
}

.m_accordions *:not(.btn) {
  color: var(--color_text);
}
.m_accordions__wrapper {
  position: relative;
  z-index: 10;
}
.m_accordions__list {
  padding: 30px 50px;
  background: var(--color_bg);
  border-radius: 12px;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_accordions__list {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_accordions__list {
      grid-column: auto/span 16;
      grid-column-start: 5;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_accordions__list {
    padding: 20px;
  }
}
.m_accordions .m_details {
  position: relative;
  transition: height 0.3s ease 0.2s;
  border-bottom: 1px solid var(--color_skew);
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .m_accordions .m_details {
    padding: 0px;
  }
}
.m_accordions .m_details:last-child {
  border: none !important;
}
.m_accordions .m_details__head {
  width: 100%;
  padding: 30px 20px 30px 0;
  text-align: left;
  position: relative;
}
.m_accordions .m_details__head::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 36px;
  height: 2px;
  width: 14px;
  background: #5C7090;
}
.m_accordions .m_details__head::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 30px;
  height: 14px;
  width: 2px;
  background: #5C7090;
  transition: all 0.3s ease;
  transform-origin: center;
}
.m_accordions .m_details__body {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
  padding-bottom: 30px;
}
.m_accordions .m_details.active {
  transition: height 0.5s ease;
}
.m_accordions .m_details.active .m_details__head::after {
  height: 0;
  transition: all 0.3s ease;
}
.m_accordions .m_details.active .m_details__body {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.5s ease 0.2s;
}

.m_embed *:not(.btn) {
  color: var(--color_text);
}
.m_embed__wrapper {
  position: relative;
  z-index: 10;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_embed__content iframe {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_embed__content iframe {
      grid-column: auto/span 16;
      grid-column-start: 5;
    }
  }
}

.m_files *:not(.btn) {
  color: var(--color_text);
}
.m_files__wrapper {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .m_files__container {
    row-gap: 15px;
  }
}
.m_files__block {
  background: var(--color_bg);
  padding: 30px;
  border-radius: 12px;
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_files__block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_files__block {
      grid-column: auto/span 8;
      grid-column-start: 5;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_files__block:nth-child(2n) {
      grid-column: auto/span 8;
      grid-column-start: 13;
    }
  }
}
.m_files__block svg {
  min-width: 38px;
}
.m_files__block::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../images/download.svg") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}
.m_files__block:hover::before, .m_files__block:focus::before {
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.m_files__content .h5 {
  font-weight: 700;
  margin-bottom: 5px;
}
.m_files__content span {
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1C1C1C;
  font-weight: 400;
  text-transform: uppercase;
}

.m_peoples *:not(.btn) {
  color: var(--color_text);
}
.m_peoples__wrapper {
  position: relative;
  z-index: 10;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_peoples__block {
      grid-column: auto/span 2;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_peoples__block {
      grid-column: auto/span 6;
    }
  }
}
.m_peoples__block:hover img, .m_peoples__block:focus img {
  transform: rotate(5deg) scale(103%);
  transition: all 0.3s ease;
}
.m_peoples__block img {
  transform: rotate(0deg) scale(1);
  transition: all 0.3s ease;
}
.m_peoples__image {
  aspect-ratio: 1/1;
  max-width: 150px;
  margin: 0 auto;
  position: relative;
}
.m_peoples__image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: url("../images/bg-blocks.png") no-repeat center;
  background-size: contain;
  z-index: 0;
}
.m_peoples__image picture {
  border-radius: 100%;
  max-width: 150px;
  border: 5px solid #FFFFFF;
  z-index: 5;
  position: relative;
  filter: grayscale(1);
  z-index: 1;
  overflow: hidden;
}
.m_peoples__content {
  margin-top: 30px;
  text-align: center;
}
.m_peoples__content span {
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  color: #1C1C1C;
  display: block;
}
.m_peoples__content span + span {
  margin-top: 5px;
}
.m_peoples__content .group {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m_peoples__content .country {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.m_peoples .m_btns {
  margin-top: 50px;
  text-align: center;
}

.m_topics *:not(.btn) {
  color: var(--color_text);
}
.m_topics__wrapper {
  position: relative;
  z-index: 10;
}
.m_topics__container {
  grid-row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .m_topics__container {
    grid-row-gap: 30px;
  }
}
.m_topics__block:hover .title, .m_topics__block:focus .title {
  background: #474747;
  transform: rotate(-2deg);
  transition: all 0.3s ease;
}
.m_topics__image {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  max-width: 150px;
  margin: 0 auto;
}
.m_topics__image::after {
  content: "";
  position: absolute;
  left: 60%;
  top: 60%;
  width: 315px;
  height: 315px;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--color_skew);
  background-image: url("../images/bg-blocks.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .m_topics__image::after {
    display: none;
  }
}
.m_topics__image::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 100%;
  height: 100%;
  border: 5px solid #E42728;
  z-index: 10;
  border-radius: 100%;
  pointer-events: none;
}
.m_topics__image.noimage {
  background-image: url("../images/megaphone.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  background-color: var(--color_skew);
}
.m_topics__image.noimage::after {
  display: none;
}
.m_topics__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  max-width: 150px;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
  filter: grayscale(1);
}
@media screen and (max-width: 1024px) {
  .m_topics__bg {
    box-shadow: -1px 9px 20px 7px rgba(0, 0, 0, 0.223);
  }
}
.m_topics .title {
  display: block;
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-mask: url("../images/bg-topics.svg") no-repeat center;
          mask: url("../images/bg-topics.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #1C1C1C;
  transform: none;
  transition: all 0.3s ease;
}

.m_newsletter {
  padding-top: 25px;
  padding-bottom: 50px;
}
.m_newsletter *:not(.btn) {
  color: var(--color_text);
}
.m_newsletter__wrapper {
  position: relative;
  z-index: 10;
}
.m_newsletter__image {
  aspect-ratio: 1/1;
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  background-color: var(--color_skew);
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_newsletter__form {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_newsletter__form {
      grid-column: auto/span 14;
      grid-column-start: 6;
    }
  }
}
.m_newsletter__form form {
  border-radius: 12px;
  padding: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.m_newsletter__form form::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0.5;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .m_newsletter__form form {
    flex-direction: column;
    padding: 0 10px 10px;
  }
}
.m_newsletter__form .gform_body {
  position: relative;
  z-index: 5;
  width: 72%;
}
.m_newsletter__form .gform_body .gform_fields {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .m_newsletter__form .gform_body .gform_fields {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .m_newsletter__form .gform_body {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.m_newsletter__form .gform_footer {
  position: relative;
  z-index: 5;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: auto !important;
}
@media screen and (max-width: 1024px) {
  .m_newsletter__form .gform_footer {
    width: 100%;
  }
}
.m_newsletter__form .gfield {
  width: 33.3333333333%;
  position: relative;
}
.m_newsletter__form .gfield::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px dashed #1C1C1C;
  width: 1px;
  height: 25px;
  transform: translateY(-50%);
  opacity: 0.5;
}
.m_newsletter__form .gfield:last-child::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .m_newsletter__form .gfield {
    width: 100%;
  }
  .m_newsletter__form .gfield::after {
    width: 100%;
    height: 1px;
    transform: none;
    border-bottom: 1px dashed #1C1C1C;
    border-right: none;
    top: auto;
    bottom: 0;
  }
}
.m_newsletter__form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.m_newsletter__form input[type=text], .m_newsletter__form input[type=email] {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background: transparent !important;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 400;
  color: #1C1C1C;
}
.m_newsletter__form input[type=text]::-moz-placeholder, .m_newsletter__form input[type=email]::-moz-placeholder {
  font-family: "Satoshi", sans-serif;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 400;
  color: #1C1C1C;
}
.m_newsletter__form input[type=text]::placeholder, .m_newsletter__form input[type=email]::placeholder {
  font-family: "Satoshi", sans-serif;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 400;
  color: #1C1C1C;
}
.m_newsletter__form .gform_button.button {
  width: 100%;
  padding: 18px 20px !important;
  border-radius: 10px !important;
  color: #FFFFFF !important;
  background: #1C1C1C !important;
  font-weight: 900 !important;
  display: inline-block !important;
  border: none !important;
  outline: none;
  box-sizing: border-box;
  margin: 0 !important;
}
.m_newsletter__form .gform_button.button:hover, .m_newsletter__form .gform_button.button:focus {
  background: #474747 !important;
  transition: all 0.3s ease;
}

.m_medias *:not(.btn) {
  color: var(--color_text);
}
.m_medias__wrapper {
  position: relative;
  z-index: 10;
}
.m_medias__block {
  aspect-ratio: 5/3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.m_medias__block:hover .m_medias__content, .m_medias__block:focus .m_medias__content, .m_medias__block:focus-within .m_medias__content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.m_medias__block:hover .type, .m_medias__block:focus .type, .m_medias__block:focus-within .type {
  opacity: 0;
  transition: all 0.3s ease;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_medias__block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_medias__block {
      grid-column: auto/span 6;
    }
  }
}
.m_medias__block:nth-child(1) {
  grid-row: 1/3;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_medias__block:nth-child(1) {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_medias__block:nth-child(1) {
      grid-column: auto/span 12;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_medias__block:nth-child(6), .m_medias__block:nth-child(7), .m_medias__block:nth-child(8), .m_medias__block:nth-child(14), .m_medias__block:nth-child(15), .m_medias__block:nth-child(16) {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_medias__block:nth-child(6), .m_medias__block:nth-child(7), .m_medias__block:nth-child(8), .m_medias__block:nth-child(14), .m_medias__block:nth-child(15), .m_medias__block:nth-child(16) {
      grid-column: auto/span 8;
    }
  }
}
.m_medias__block:nth-child(13) {
  grid-row: 4/6;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_medias__block:nth-child(13) {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_medias__block:nth-child(13) {
      grid-column: auto/span 12;
    }
  }
}
.m_medias__block .type {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 0;
  transition: all 0.3s ease;
}
.m_medias__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 15px 15px 15px 45px;
  background: rgba(28, 28, 28, 0.5019607843);
}
.m_medias__content * {
  color: #FFFFFF !important;
}
.m_medias__content .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 0;
}
.m_medias__content .topics {
  text-transform: uppercase;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.m_medias__content * {
  color: #FFFFFF;
}
.m_medias .m_btns {
  margin-top: 50px;
  text-align: center;
}

.m_socials *:not(.btn) {
  color: var(--color_text);
}
.m_socials .fa-brands {
  font-family: "Font Awesome 5 Brands" !important;
  display: inline-block;
  color: #FFFFFF;
}
.m_socials__wrapper {
  position: relative;
  z-index: 10;
}
.m_socials__block {
  position: relative;
  aspect-ratio: 6/5;
  border-radius: 10px;
  overflow: hidden;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_socials__block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_socials__block {
      grid-column: auto/span 8;
    }
  }
}
.m_socials__block:hover picture, .m_socials__block:focus picture {
  transform: rotate(5deg) scale(110%);
  transition: all 0.3s ease;
}
.m_socials__block picture {
  transform: rotate(0deg) scale(1);
  transition: all 0.3s ease;
}
.m_socials__block .type {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 0;
  transition: 0.3s ease;
}
.m_socials__block .type path {
  fill: #FFFFFF;
}

.m_archive__issues .m_news::after {
  display: none !important;
}
.m_archive__issues .m_news__container {
  margin-top: 70px;
  margin-bottom: 70px;
}
.m_archive__issues .m_news__container.medias {
  margin-top: 20px !important;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__issues .m_news__block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__issues .m_news__block {
      grid-column: auto/span 12;
    }
  }
}
.m_archive__issues .m_news + .m_news {
  margin-top: 70px;
}

.m_article__issues .m_files {
  grid-column: auto/span 8 !important;
  grid-column-start: 17 !important;
}
.m_article__issues .m_files::after {
  display: none !important;
}
.m_article__issues .m_files .m_files__block + .m_files__block {
  margin-top: 15px;
}

.m_article__medias {
  padding-top: 120px;
}
.m_article__medias .infos {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.m_article__medias .m_video::after, .m_article__medias .m_video::before {
  display: none;
}
.m_article__medias .m_video__block {
  margin-top: 100px;
  margin-bottom: 50px;
}
.m_article__medias .m_headline {
  margin-top: 70px;
}
.m_article__medias .m_files::after {
  display: none;
}
.m_article__medias .m_article__wrapper {
  margin-top: 30px;
}
.m_article__medias .m_article__wrapper .m_files {
  margin-top: 70px;
  width: 500px;
}

.m_archive__peoples .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .m_archive__peoples .filters {
    flex-direction: column;
  }
}
.m_archive__peoples .tax_filter {
  flex: 1;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .m_archive__peoples .tax_filter {
    max-width: 100%;
  }
}
.m_archive__peoples #result_xyz {
  margin-top: 100px;
}
.m_archive__peoples .m_peoples::after {
  display: none !important;
}
.m_archive__peoples .m_peoples__container {
  grid-row-gap: 75px;
}

.m_article__people .m_article__contact {
  background: #E5ECF6;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  padding: 220px 0 250px 0;
}
.m_article__people .m_article__contact .description {
  margin-top: 20px;
}
.m_article__people .m_article__wrapper {
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .m_article__people .m_article__wrapper {
    padding: 0 20px;
  }
}
.m_article__people .m_article__image {
  position: relative;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__people .m_article__image {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__people .m_article__image {
      grid-column: auto/span 6;
      grid-column-start: 10;
    }
  }
}
.m_article__people .m_article__image .group_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  background-color: white;
  z-index: 10;
}
.m_article__people .m_article__image .people_img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  border: 12px solid #FFFFFF;
  position: relative;
  z-index: 5;
}
.m_article__people .m_article__image .people_img picture {
  filter: grayscale(1);
}
.m_article__people .m_article__image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: url("../images/bg-blocks.png") no-repeat center;
  background-size: contain;
  z-index: 0;
}
.m_article__people .m_article__infos {
  margin-top: 15px;
  text-align: center;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__people .m_article__infos {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__people .m_article__infos {
      grid-column: auto/span 8;
      grid-column-start: 9;
    }
  }
}
.m_article__people .m_article__infos h1 {
  margin-bottom: 40px;
}
.m_article__people .m_article__infos .group, .m_article__people .m_article__infos .group a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m_article__people .m_article__infos .group a:hover, .m_article__people .m_article__infos .group a:focus {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.m_article__people .m_article__infos .phone, .m_article__people .m_article__infos .mail {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.m_article__people .m_article__infos .phone a:hover, .m_article__people .m_article__infos .phone a:focus, .m_article__people .m_article__infos .mail a:hover, .m_article__people .m_article__infos .mail a:focus {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.m_article__people .m_article__infos .website {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.m_article__people .m_article__infos .website:hover, .m_article__people .m_article__infos .website:focus {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.m_article__people .m_article__infos .socials {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.m_article__people .m_article__infos .socials svg {
  width: 20px;
  height: auto;
  max-height: 20px;
}
.m_article__people .m_article__infos .socials svg path {
  transition: all 0.3s ease;
}
.m_article__people .m_article__infos .socials svg:hover path, .m_article__people .m_article__infos .socials svg:focus path {
  fill: #5C7090;
  transition: all 0.3s ease;
}
.m_article__people .m_article__delegation {
  margin-top: 15px;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__people .m_article__delegation {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__people .m_article__delegation {
      grid-column: auto/span 10;
      grid-column-start: 8;
    }
  }
}
.m_article__people .m_article__delegation li {
  padding-left: 15px;
}
.m_article__people .m_article__delegation li a {
  color: #1C1C1C;
}
.m_article__people .m_article__delegation li::before {
  left: -5px;
  border-radius: 100%;
}
.m_article__people .m_article__related {
  margin-top: 50px;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__people .m_article__related {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__people .m_article__related {
      grid-column: auto/span 12;
      grid-column-start: 5;
    }
  }
}
.m_article__people .m_article__related.m_news::after {
  display: none !important;
}

.m_archive__posts {
  margin-bottom: 0;
  padding-bottom: 0;
}
.m_archive__posts .posts-filters {
  margin-top: 15px;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__posts .posts-filters .filters,
    .m_archive__posts .posts-filters .datas {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__posts .posts-filters .filters,
    .m_archive__posts .posts-filters .datas {
      grid-column: auto/span 12;
    }
  }
}
.m_archive__posts .posts-filters .filters {
  display: flex;
  align-items: flex-end;
}
.m_archive__posts .posts-filters .filters .dropdown_filter {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .m_archive__posts .posts-filters .datas {
    margin-bottom: 0;
  }
}
.m_archive__posts #result_xyz {
  margin-top: 30px;
}
.m_archive__posts .wrapper {
  padding: 0 !important;
}
.m_archive__posts .block {
  background-color: #E5ECF6;
  border-radius: 10px;
  overflow: hidden;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__posts .block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__posts .block {
      grid-column: auto/span 6;
    }
  }
}
.m_archive__posts .block:hover .block__title, .m_archive__posts .block:focus .block__title {
  text-decoration: underline;
}
.m_archive__posts .block .infos {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.m_archive__posts .block .infos * {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.m_archive__posts .block__content {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .m_archive__posts .block__content {
    display: none;
  }
}
.m_archive__posts .block .image {
  aspect-ratio: 5/3;
}
.m_archive__posts .block .content {
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .m_archive__posts .block .content {
    padding: 15px;
  }
}
.m_archive__posts .block:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__posts .block:first-child {
      grid-column: 1/-1;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_archive__posts .block:first-child {
    grid-template-columns: 1fr;
  }
}
.m_archive__posts .block:first-child .infos {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .m_archive__posts .block:first-child .block__title {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .m_archive__posts .block:first-child .image {
    aspect-ratio: unset;
    min-height: 400px;
  }
}
.m_archive__posts .block:first-child .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .m_archive__posts .block:first-child .content {
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .m_archive__posts .block:first-child .content .block_content {
    text-align: center;
  }
}
.m_archive__posts .block:nth-child(6), .m_archive__posts .block:nth-child(7), .m_archive__posts .block:nth-child(8), .m_archive__posts .block:nth-child(9), .m_archive__posts .block:nth-child(10), .m_archive__posts .block:nth-child(11) {
  display: flex;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__posts .block:nth-child(6), .m_archive__posts .block:nth-child(7), .m_archive__posts .block:nth-child(8), .m_archive__posts .block:nth-child(9), .m_archive__posts .block:nth-child(10), .m_archive__posts .block:nth-child(11) {
      grid-column: auto/span 12;
    }
  }
}
@media screen and (min-width: 1025px) {
  .m_archive__posts .block:nth-child(6) .image,
  .m_archive__posts .block:nth-child(6) .content, .m_archive__posts .block:nth-child(7) .image,
  .m_archive__posts .block:nth-child(7) .content, .m_archive__posts .block:nth-child(8) .image,
  .m_archive__posts .block:nth-child(8) .content, .m_archive__posts .block:nth-child(9) .image,
  .m_archive__posts .block:nth-child(9) .content, .m_archive__posts .block:nth-child(10) .image,
  .m_archive__posts .block:nth-child(10) .content, .m_archive__posts .block:nth-child(11) .image,
  .m_archive__posts .block:nth-child(11) .content {
    width: 50%;
  }
}
.m_archive__posts .block:nth-child(6) .block__content, .m_archive__posts .block:nth-child(7) .block__content, .m_archive__posts .block:nth-child(8) .block__content, .m_archive__posts .block:nth-child(9) .block__content, .m_archive__posts .block:nth-child(10) .block__content, .m_archive__posts .block:nth-child(11) .block__content {
  display: none;
}
@media screen and (max-width: 1024px) {
  .m_archive__posts .block:nth-child(6), .m_archive__posts .block:nth-child(7), .m_archive__posts .block:nth-child(8), .m_archive__posts .block:nth-child(9), .m_archive__posts .block:nth-child(10), .m_archive__posts .block:nth-child(11) {
    flex-direction: column;
  }
}
.m_archive__posts .block:nth-child(12), .m_archive__posts .block:nth-child(13), .m_archive__posts .block:nth-child(14), .m_archive__posts .block:nth-child(15), .m_archive__posts .block:nth-child(16) {
  padding: 20px 0;
  background-color: white;
  border-bottom: 1px solid #E5ECF6;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__posts .block:nth-child(12), .m_archive__posts .block:nth-child(13), .m_archive__posts .block:nth-child(14), .m_archive__posts .block:nth-child(15), .m_archive__posts .block:nth-child(16) {
      grid-column: 1/-1;
    }
  }
}
.m_archive__posts .block:nth-child(12) .image, .m_archive__posts .block:nth-child(13) .image, .m_archive__posts .block:nth-child(14) .image, .m_archive__posts .block:nth-child(15) .image, .m_archive__posts .block:nth-child(16) .image {
  flex-shrink: 0;
  aspect-ratio: unset;
  width: 70px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
}
.m_archive__posts .block:nth-child(12) .content, .m_archive__posts .block:nth-child(13) .content, .m_archive__posts .block:nth-child(14) .content, .m_archive__posts .block:nth-child(15) .content, .m_archive__posts .block:nth-child(16) .content {
  padding: 0;
}
.m_archive__posts .block:nth-child(12) .content .block__content, .m_archive__posts .block:nth-child(13) .content .block__content, .m_archive__posts .block:nth-child(14) .content .block__content, .m_archive__posts .block:nth-child(15) .content .block__content, .m_archive__posts .block:nth-child(16) .content .block__content {
  display: none;
}
.m_archive__posts .m_medias, .m_archive__posts .m_socials {
  margin-block: 150px;
}
.m_archive__posts .m_medias h2, .m_archive__posts .m_socials h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .m_archive__posts .m_medias h2, .m_archive__posts .m_socials h2 {
    margin-bottom: 90px;
  }
}
.m_archive__posts .m_newsletter {
  margin-top: 200px;
}

.m_article__post .m_article__header, .m_article__issues .m_article__header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  margin-top: -108px;
  overflow: hidden;
}
.m_article__post .m_article__header::after, .m_article__issues .m_article__header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1C1C1C;
  opacity: 0.65;
  z-index: 0;
}
.m_article__post .m_article__header .m_article__infos, .m_article__issues .m_article__header .m_article__infos {
  position: relative;
  z-index: 10;
  display: grid;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (min-width: 1025px) {
  .m_article__post .m_article__header .m_article__infos, .m_article__issues .m_article__header .m_article__infos {
    padding-top: 250px;
    padding-bottom: 190px;
  }
}
.m_article__post .m_article__header .m_article__infos *, .m_article__issues .m_article__header .m_article__infos * {
  color: white;
}
.m_article__post .m_article__header .m_article__infos .m_article__title, .m_article__issues .m_article__header .m_article__infos .m_article__title {
  order: 1;
  max-width: 750px;
}
.m_article__post .m_article__header .m_article__infos small,
.m_article__post .m_article__header .m_article__infos time, .m_article__issues .m_article__header .m_article__infos small,
.m_article__issues .m_article__header .m_article__infos time {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.m_article__post .m_article__content, .m_article__issues .m_article__content {
  margin-top: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .m_article__post .m_article__content, .m_article__issues .m_article__content {
    padding: 0 60px;
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__post .m_article__content .col1, .m_article__issues .m_article__content .col1 {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__post .m_article__content .col1, .m_article__issues .m_article__content .col1 {
      grid-column: auto/span 3;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_article__post .m_article__content .col1, .m_article__issues .m_article__content .col1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .m_article__post .m_article__content .col1 .section, .m_article__issues .m_article__content .col1 .section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .m_article__post .m_article__content .col1 .section, .m_article__issues .m_article__content .col1 .section {
    width: 44%;
  }
  .m_article__post .m_article__content .col1 .section__img, .m_article__issues .m_article__content .col1 .section__img {
    width: 100%;
  }
}
.m_article__post .m_article__content .col1 .section__img, .m_article__issues .m_article__content .col1 .section__img {
  aspect-ratio: 5/3;
  border-radius: 10px;
  overflow: hidden;
}
.m_article__post .m_article__content .col1 .section__social ul, .m_article__issues .m_article__content .col1 .section__social ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.m_article__post .m_article__content .col1 .section__social ul li, .m_article__issues .m_article__content .col1 .section__social ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_article__post .m_article__content .col1 .section__social ul li a svg, .m_article__issues .m_article__content .col1 .section__social ul li a svg {
  vertical-align: middle;
}
.m_article__post .m_article__content .col1 .section__social ul li a path, .m_article__issues .m_article__content .col1 .section__social ul li a path {
  transition: all 0.3s ease;
}
.m_article__post .m_article__content .col1 .section__social ul li:hover path, .m_article__post .m_article__content .col1 .section__social ul li:focus path, .m_article__issues .m_article__content .col1 .section__social ul li:hover path, .m_article__issues .m_article__content .col1 .section__social ul li:focus path {
  fill: #5C7090;
  transition: all 0.3s ease;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__post .m_article__content .col2, .m_article__issues .m_article__content .col2 {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__post .m_article__content .col2, .m_article__issues .m_article__content .col2 {
      grid-column: auto/span 12;
      grid-column-start: 5;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__post .m_article__content .col3, .m_article__issues .m_article__content .col3 {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__post .m_article__content .col3, .m_article__issues .m_article__content .col3 {
      grid-column: auto/span 4;
      grid-column-start: 21;
    }
  }
}
.m_article__post .m_article__content .col3 .section + .section, .m_article__issues .m_article__content .col3 .section + .section {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .m_article__post .m_article__content .col3 .section__author, .m_article__issues .m_article__content .col3 .section__author {
    padding-block: 15px;
    border-top: 1px solid #E5ECF6;
    border-bottom: 1px solid #E5ECF6;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .m_article__post .m_article__content .col3 .section__author, .m_article__issues .m_article__content .col3 .section__author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
  }
}
.m_article__post .m_article__content .col3 .section__author picture, .m_article__issues .m_article__content .col3 .section__author picture {
  border: 3px solid #FFFFFF;
}
.m_article__post .m_article__content .col3 .section__author img, .m_article__issues .m_article__content .col3 .section__author img {
  filter: grayscale(1);
}
@media screen and (max-width: 1024px) {
  .m_article__post .m_article__content .col3 .section__meps, .m_article__issues .m_article__content .col3 .section__meps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.m_article__post .m_article__content .col3 .section__meps picture, .m_article__issues .m_article__content .col3 .section__meps picture {
  border: 3px solid #FFFFFF;
}
.m_article__post .m_article__content .col3 .section__meps img, .m_article__issues .m_article__content .col3 .section__meps img {
  filter: grayscale(1);
}
.m_article__post .m_article__content .col3 .section__child, .m_article__issues .m_article__content .col3 .section__child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.m_article__post .m_article__content .col3 .section picture, .m_article__issues .m_article__content .col3 .section picture {
  aspect-ratio: 1/1;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.m_article__post .m_article__content .col3 .section a.single, .m_article__issues .m_article__content .col3 .section a.single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_article__post .m_article__content .col3 .section .title, .m_article__issues .m_article__content .col3 .section .title {
  text-align: center;
}
.m_article__post .m_article__content .col3 .section .delegation, .m_article__issues .m_article__content .col3 .section .delegation {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
.m_article__post .m_article__content .col3 .section .email,
.m_article__post .m_article__content .col3 .section .phone,
.m_article__post .m_article__content .col3 .section .website,
.m_article__post .m_article__content .col3 .section .location, .m_article__issues .m_article__content .col3 .section .email,
.m_article__issues .m_article__content .col3 .section .phone,
.m_article__issues .m_article__content .col3 .section .website,
.m_article__issues .m_article__content .col3 .section .location {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  text-align: center;
  word-wrap: break-word;
  padding: 5px 0;
}
.m_article__post .m_article__content .col3 .section .social, .m_article__issues .m_article__content .col3 .section .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.m_article__post .m_article__content .col3 .section .social a svg, .m_article__issues .m_article__content .col3 .section .social a svg {
  vertical-align: middle;
  width: 20px;
  height: auto;
  max-height: 20px;
}
.m_article__post .m_article__content .label, .m_article__issues .m_article__content .label {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.m_article__post .m_article__content .label__author, .m_article__post .m_article__content .label__meps, .m_article__issues .m_article__content .label__author, .m_article__issues .m_article__content .label__meps {
  text-align: center;
}
.m_article__post .m_article__content .label__author, .m_article__issues .m_article__content .label__author {
  margin-bottom: 15px;
}
.m_article__post .m_article__content .label__meps, .m_article__issues .m_article__content .label__meps {
  margin-bottom: 20px;
}
.m_article__post .m_article__content .term, .m_article__post .m_article__content .term a, .m_article__issues .m_article__content .term, .m_article__issues .m_article__content .term a {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.m_article__post .m_article__related, .m_article__issues .m_article__related {
  gap: 0;
  padding: 0 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .m_article__post .m_article__related, .m_article__issues .m_article__related {
    padding: 0 20px;
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_article__post .m_article__related .related__title,
    .m_article__post .m_article__related .block, .m_article__issues .m_article__related .related__title,
    .m_article__issues .m_article__related .block {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_article__post .m_article__related .related__title,
    .m_article__post .m_article__related .block, .m_article__issues .m_article__related .related__title,
    .m_article__issues .m_article__related .block {
      grid-column: auto/span 12;
      grid-column-start: 5;
    }
  }
}
.m_article__post .m_article__related .block, .m_article__issues .m_article__related .block {
  padding: 20px 0;
  border-bottom: 1px solid #E5ECF6;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .m_article__post .m_article__related .block, .m_article__issues .m_article__related .block {
    align-items: center;
  }
}
.m_article__post .m_article__related .block .image, .m_article__issues .m_article__related .block .image {
  flex-shrink: 0;
  aspect-ratio: unset;
  width: 70px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
}
.m_article__post .m_article__related .block .infos, .m_article__issues .m_article__related .block .infos {
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.m_article__post .m_article__related .block .infos *, .m_article__issues .m_article__related .block .infos * {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.m_news__block {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.m_news__block .m_news__image {
  aspect-ratio: 5/3;
}
.m_news__block .m_news__content {
  width: 100%;
  padding: 15px;
  background: var(--color_bg);
}
.m_news__block .m_news__content .h2, .m_news__block .m_news__content .h3 .h4 {
  transition: all 0.3s ease;
}
.m_news__block .m_news__content .infos {
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.m_news__block .m_news__content .infos * {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .m_news__block .m_news__content p {
    display: none;
  }
}
.m_news__block:hover .h2, .m_news__block:hover .h3, .m_news__block:hover .h4, .m_news__block:focus .h2, .m_news__block:focus .h3, .m_news__block:focus .h4 {
  text-decoration: underline;
  transition: all 0.3s ease;
}

.m_news__block.big {
  width: 100%;
}
.m_news__block.big .m_news__content {
  text-align: center;
}
.m_news__block.big .m_news__image {
  aspect-ratio: 5/3;
}
@media screen and (max-width: 1024px) {
  .m_news__block.big {
    flex-direction: column;
  }
}

.m_news__block.col-v {
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .m_news__block.col-h {
    flex-direction: column;
  }
}
.m_news__block.col-h .m_news__image {
  aspect-ratio: 1.7/1;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .m_news__block.col-h .m_news__image {
    width: 100%;
  }
}
.m_news__block.col-h .m_news__content {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .m_news__block.col-h .m_news__content {
    width: 100%;
  }
}

.m_news__block.listing {
  padding: 20px 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E5ECF6;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.m_news__block.listing .m_news__image {
  flex-shrink: 0;
  aspect-ratio: unset;
  width: 70px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
}
.m_news__block.listing .m_news__content {
  padding: 0;
}
.m_news__block.listing .m_news__content .h4 {
  margin-bottom: 0 !important;
}

.m_archive__posts .block_light {
  padding: 20px 0;
  background-color: white;
  border-bottom: 1px solid #E5ECF6;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__posts .block_light {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__posts .block_light {
      grid-column: 1/-1;
    }
  }
}
.m_archive__posts .block_light .infos {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.m_archive__posts .block_light .infos * {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
.m_archive__posts .block_light .image {
  flex-shrink: 0;
  aspect-ratio: unset;
  width: 70px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
}

.m_news__datas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1249px) {
  .m_news__datas {
    margin-bottom: 30px;
  }
}
.m_news__datas .data {
  position: relative;
  width: calc(33% - 10px);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: var(--color_skew);
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 1024px) {
  .m_news__datas .data {
    min-width: 205px;
  }
}
.m_news__datas .data:hover span, .m_news__datas .data:hover p, .m_news__datas .data:focus span, .m_news__datas .data:focus p, .m_news__datas .data:focus-within span, .m_news__datas .data:focus-within p {
  transform: translateX(10px);
  transition: all 0.3s ease;
}
.m_news__datas .data:hover p, .m_news__datas .data:focus p, .m_news__datas .data:focus-within p {
  transition-delay: 0.1s;
}
.m_news__datas .data:hover::after, .m_news__datas .data:focus::after, .m_news__datas .data:focus-within::after {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.m_news__datas .data::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease;
}
.m_news__datas .data__image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: var(--color_skew);
}
.m_news__datas .data a {
  z-index: 5;
  position: absolute;
  inset: 0;
  padding: 15px;
}
.m_news__datas .data span, .m_news__datas .data p {
  font-family: "Satoshi", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 1.65rem);
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  transform: translateX(0px);
  transition: all 0.3s ease;
}
.m_news__datas .data span {
  font-weight: 900;
  transition-delay: 0.1s;
}

.m_archive__events {
  background-color: #28A186;
  color: white;
  margin-top: 0;
  padding-top: 130px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.m_archive__events .container {
  margin-top: 60px;
}
.m_archive__events .block {
  position: relative;
  color: white;
}
.m_archive__events .block:hover .block__title, .m_archive__events .block:focus .block__title {
  text-decoration: underline;
}
.m_archive__events .block:hover .image, .m_archive__events .block:focus .image {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.m_archive__events .block:hover .image img, .m_archive__events .block:focus .image img {
  filter: grayscale(0) !important;
  transition: all 0.3s ease;
}
.m_archive__events .block .block__title {
  color: white;
  z-index: 99;
  position: relative;
}
.m_archive__events .block .image {
  transition: all 0.3s ease;
}
.m_archive__events .block .image img {
  filter: grayscale(1) !important;
  transition: all 0.3s ease;
}
.m_archive__events .block .infos {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.m_archive__events .block .infos .term {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m_archive__events .block .infos .lieu {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.m_archive__events .block:nth-child(1), .m_archive__events .block:nth-child(4) {
  margin-top: 60px;
}
.m_archive__events .block:nth-child(2), .m_archive__events .block:nth-child(5) {
  margin-top: 30px;
}
.m_archive__events .block:nth-child(1):after, .m_archive__events .block:nth-child(2):after, .m_archive__events .block:nth-child(3):after, .m_archive__events .block:nth-child(4):after, .m_archive__events .block:nth-child(5):after, .m_archive__events .block:nth-child(6):after {
  content: "";
  position: absolute;
  left: 50%;
  top: -100px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: url("../images/bg-blocks.png") no-repeat center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.m_archive__events .block:nth-child(1) .image, .m_archive__events .block:nth-child(2) .image, .m_archive__events .block:nth-child(3) .image, .m_archive__events .block:nth-child(4) .image, .m_archive__events .block:nth-child(5) .image, .m_archive__events .block:nth-child(6) .image {
  position: relative;
  aspect-ratio: 5/3;
  z-index: 5;
}
.m_archive__events .block:nth-child(1) .image img, .m_archive__events .block:nth-child(2) .image img, .m_archive__events .block:nth-child(3) .image img, .m_archive__events .block:nth-child(4) .image img, .m_archive__events .block:nth-child(5) .image img, .m_archive__events .block:nth-child(6) .image img {
  border-radius: 10px;
}
.m_archive__events .block:nth-child(1) .image time, .m_archive__events .block:nth-child(2) .image time, .m_archive__events .block:nth-child(3) .image time, .m_archive__events .block:nth-child(4) .image time, .m_archive__events .block:nth-child(5) .image time, .m_archive__events .block:nth-child(6) .image time {
  min-width: 90px;
  min-height: 90px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  background: url("../images/bg-dates.svg") no-repeat center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_archive__events .block:nth-child(1) .image time .day, .m_archive__events .block:nth-child(1) .image time .month, .m_archive__events .block:nth-child(2) .image time .day, .m_archive__events .block:nth-child(2) .image time .month, .m_archive__events .block:nth-child(3) .image time .day, .m_archive__events .block:nth-child(3) .image time .month, .m_archive__events .block:nth-child(4) .image time .day, .m_archive__events .block:nth-child(4) .image time .month, .m_archive__events .block:nth-child(5) .image time .day, .m_archive__events .block:nth-child(5) .image time .month, .m_archive__events .block:nth-child(6) .image time .day, .m_archive__events .block:nth-child(6) .image time .month {
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  color: #1C1C1C;
  text-align: center;
}
.m_archive__events .block:nth-child(1) .image time .day, .m_archive__events .block:nth-child(2) .image time .day, .m_archive__events .block:nth-child(3) .image time .day, .m_archive__events .block:nth-child(4) .image time .day, .m_archive__events .block:nth-child(5) .image time .day, .m_archive__events .block:nth-child(6) .image time .day {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.m_archive__events .block:nth-child(1) .image time .month, .m_archive__events .block:nth-child(2) .image time .month, .m_archive__events .block:nth-child(3) .image time .month, .m_archive__events .block:nth-child(4) .image time .month, .m_archive__events .block:nth-child(5) .image time .month, .m_archive__events .block:nth-child(6) .image time .month {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m_archive__events .block:nth-child(1) .dates, .m_archive__events .block:nth-child(2) .dates, .m_archive__events .block:nth-child(3) .dates, .m_archive__events .block:nth-child(4) .dates, .m_archive__events .block:nth-child(5) .dates, .m_archive__events .block:nth-child(6) .dates {
  display: none;
}
.m_archive__events .block:nth-child(1) .content, .m_archive__events .block:nth-child(2) .content, .m_archive__events .block:nth-child(3) .content, .m_archive__events .block:nth-child(4) .content, .m_archive__events .block:nth-child(5) .content, .m_archive__events .block:nth-child(6) .content {
  margin-top: 35px;
}
.m_archive__events .block:nth-child(1) .content .block__title, .m_archive__events .block:nth-child(2) .content .block__title, .m_archive__events .block:nth-child(3) .content .block__title, .m_archive__events .block:nth-child(4) .content .block__title, .m_archive__events .block:nth-child(5) .content .block__title, .m_archive__events .block:nth-child(6) .content .block__title {
  text-align: center;
}
.m_archive__events .block:nth-child(1) .content .infos, .m_archive__events .block:nth-child(2) .content .infos, .m_archive__events .block:nth-child(3) .content .infos, .m_archive__events .block:nth-child(4) .content .infos, .m_archive__events .block:nth-child(5) .content .infos, .m_archive__events .block:nth-child(6) .content .infos {
  text-align: center;
  margin-top: 15px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .m_archive__events .block:nth-child(1), .m_archive__events .block:nth-child(2), .m_archive__events .block:nth-child(3), .m_archive__events .block:nth-child(4), .m_archive__events .block:nth-child(5), .m_archive__events .block:nth-child(6) {
    margin-top: 45px;
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__events .block:nth-child(1), .m_archive__events .block:nth-child(4) {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__events .block:nth-child(1), .m_archive__events .block:nth-child(4) {
      grid-column: auto/span 6;
      grid-column-start: 1;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__events .block:nth-child(2), .m_archive__events .block:nth-child(5) {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__events .block:nth-child(2), .m_archive__events .block:nth-child(5) {
      grid-column: auto/span 6;
      grid-column-start: 10;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__events .block:nth-child(3), .m_archive__events .block:nth-child(6) {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__events .block:nth-child(3), .m_archive__events .block:nth-child(6) {
      grid-column: auto/span 6;
      grid-column-start: 19;
    }
  }
}
.m_archive__events .block:nth-child(7) {
  margin-top: 60px;
}
.m_archive__events .block:nth-child(7), .m_archive__events .block:nth-child(8), .m_archive__events .block:nth-child(9), .m_archive__events .block:nth-child(10), .m_archive__events .block:nth-child(11), .m_archive__events .block:nth-child(12) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 15px 20px 30px;
  border-bottom: 1px solid white;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    .m_archive__events .block:nth-child(7), .m_archive__events .block:nth-child(8), .m_archive__events .block:nth-child(9), .m_archive__events .block:nth-child(10), .m_archive__events .block:nth-child(11), .m_archive__events .block:nth-child(12) {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    .m_archive__events .block:nth-child(7), .m_archive__events .block:nth-child(8), .m_archive__events .block:nth-child(9), .m_archive__events .block:nth-child(10), .m_archive__events .block:nth-child(11), .m_archive__events .block:nth-child(12) {
      grid-column: 1/-1;
    }
  }
}
@media screen and (max-width: 1024px) {
  .m_archive__events .block:nth-child(7), .m_archive__events .block:nth-child(8), .m_archive__events .block:nth-child(9), .m_archive__events .block:nth-child(10), .m_archive__events .block:nth-child(11), .m_archive__events .block:nth-child(12) {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0 20px 30px;
  }
}
.m_archive__events .block:nth-child(7) .image, .m_archive__events .block:nth-child(8) .image, .m_archive__events .block:nth-child(9) .image, .m_archive__events .block:nth-child(10) .image, .m_archive__events .block:nth-child(11) .image, .m_archive__events .block:nth-child(12) .image {
  width: 70px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .m_archive__events .block:nth-child(7) .image, .m_archive__events .block:nth-child(8) .image, .m_archive__events .block:nth-child(9) .image, .m_archive__events .block:nth-child(10) .image, .m_archive__events .block:nth-child(11) .image, .m_archive__events .block:nth-child(12) .image {
    display: none;
  }
}
.m_archive__events .block:nth-child(7) .image .start_date, .m_archive__events .block:nth-child(8) .image .start_date, .m_archive__events .block:nth-child(9) .image .start_date, .m_archive__events .block:nth-child(10) .image .start_date, .m_archive__events .block:nth-child(11) .image .start_date, .m_archive__events .block:nth-child(12) .image .start_date {
  display: none;
}
.m_archive__events .block:nth-child(7) .dates, .m_archive__events .block:nth-child(8) .dates, .m_archive__events .block:nth-child(9) .dates, .m_archive__events .block:nth-child(10) .dates, .m_archive__events .block:nth-child(11) .dates, .m_archive__events .block:nth-child(12) .dates {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}
.m_archive__events .block:nth-child(7) .dates.has-arrow:before, .m_archive__events .block:nth-child(8) .dates.has-arrow:before, .m_archive__events .block:nth-child(9) .dates.has-arrow:before, .m_archive__events .block:nth-child(10) .dates.has-arrow:before, .m_archive__events .block:nth-child(11) .dates.has-arrow:before, .m_archive__events .block:nth-child(12) .dates.has-arrow:before {
  display: block;
  content: "";
  width: 11px;
  height: 8px;
  background: url("../images/icon-arrow_white.svg") no-repeat center;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .m_archive__events .block:nth-child(7) .dates, .m_archive__events .block:nth-child(8) .dates, .m_archive__events .block:nth-child(9) .dates, .m_archive__events .block:nth-child(10) .dates, .m_archive__events .block:nth-child(11) .dates, .m_archive__events .block:nth-child(12) .dates {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .m_archive__events .block:nth-child(7) .dates, .m_archive__events .block:nth-child(8) .dates, .m_archive__events .block:nth-child(9) .dates, .m_archive__events .block:nth-child(10) .dates, .m_archive__events .block:nth-child(11) .dates, .m_archive__events .block:nth-child(12) .dates {
    margin-right: 60px;
  }
}
.m_archive__events .block:nth-child(7) .dates .start_date,
.m_archive__events .block:nth-child(7) .dates .end_date, .m_archive__events .block:nth-child(8) .dates .start_date,
.m_archive__events .block:nth-child(8) .dates .end_date, .m_archive__events .block:nth-child(9) .dates .start_date,
.m_archive__events .block:nth-child(9) .dates .end_date, .m_archive__events .block:nth-child(10) .dates .start_date,
.m_archive__events .block:nth-child(10) .dates .end_date, .m_archive__events .block:nth-child(11) .dates .start_date,
.m_archive__events .block:nth-child(11) .dates .end_date, .m_archive__events .block:nth-child(12) .dates .start_date,
.m_archive__events .block:nth-child(12) .dates .end_date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_archive__events .block:nth-child(7) .dates .start_date .day,
.m_archive__events .block:nth-child(7) .dates .end_date .day, .m_archive__events .block:nth-child(8) .dates .start_date .day,
.m_archive__events .block:nth-child(8) .dates .end_date .day, .m_archive__events .block:nth-child(9) .dates .start_date .day,
.m_archive__events .block:nth-child(9) .dates .end_date .day, .m_archive__events .block:nth-child(10) .dates .start_date .day,
.m_archive__events .block:nth-child(10) .dates .end_date .day, .m_archive__events .block:nth-child(11) .dates .start_date .day,
.m_archive__events .block:nth-child(11) .dates .end_date .day, .m_archive__events .block:nth-child(12) .dates .start_date .day,
.m_archive__events .block:nth-child(12) .dates .end_date .day {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.m_archive__events .block:nth-child(7) .dates .start_date .month,
.m_archive__events .block:nth-child(7) .dates .end_date .month, .m_archive__events .block:nth-child(8) .dates .start_date .month,
.m_archive__events .block:nth-child(8) .dates .end_date .month, .m_archive__events .block:nth-child(9) .dates .start_date .month,
.m_archive__events .block:nth-child(9) .dates .end_date .month, .m_archive__events .block:nth-child(10) .dates .start_date .month,
.m_archive__events .block:nth-child(10) .dates .end_date .month, .m_archive__events .block:nth-child(11) .dates .start_date .month,
.m_archive__events .block:nth-child(11) .dates .end_date .month, .m_archive__events .block:nth-child(12) .dates .start_date .month,
.m_archive__events .block:nth-child(12) .dates .end_date .month {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m_archive__events .block:nth-child(7) .content, .m_archive__events .block:nth-child(8) .content, .m_archive__events .block:nth-child(9) .content, .m_archive__events .block:nth-child(10) .content, .m_archive__events .block:nth-child(11) .content, .m_archive__events .block:nth-child(12) .content {
  display: grid;
}
.m_archive__events .block:nth-child(7) .content .block__title, .m_archive__events .block:nth-child(8) .content .block__title, .m_archive__events .block:nth-child(9) .content .block__title, .m_archive__events .block:nth-child(10) .content .block__title, .m_archive__events .block:nth-child(11) .content .block__title, .m_archive__events .block:nth-child(12) .content .block__title {
  order: 1;
}
.m_archive__events .m_newsletter {
  margin-top: 200px;
}

[data-block=single-event] {
  background-color: #28A186;
  color: #FFFFFF;
}
[data-block=single-event] .dates {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: -70px;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  [data-block=single-event] .dates {
    padding: 0 20px;
    justify-content: center;
  }
}
[data-block=single-event] .dates time {
  min-width: 90px;
  min-height: 90px;
  background: url("../images/bg-dates.svg") no-repeat center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
[data-block=single-event] .dates time .day, [data-block=single-event] .dates time .month {
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  color: #1C1C1C;
  text-align: center;
}
[data-block=single-event] .dates time .day {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 2px;
}
[data-block=single-event] .dates time .month {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
[data-block=single-event] .m_article__content {
  padding-bottom: 60px;
}
[data-block=single-event] .label {
  color: #FFFFFF;
}
[data-block=single-event] .col1 p {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  [data-block=single-event] .col1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #E5ECF6;
  }
}
[data-block=single-event] .col1 .section__social svg path {
  fill: #FFFFFF;
}
[data-block=single-event] .col1 .term, [data-block=single-event] .col1 .term a {
  color: #FFFFFF;
}
[data-block=single-event] .m_content *, [data-block=single-event] .m_content p a {
  color: #FFFFFF;
}
[data-block=single-event] .m_content ul li:before {
  background-color: #FFFFFF;
}
[data-block=single-event] .m_content ol li:before {
  color: #FFFFFF;
}
[data-block=single-event] .col3 .section__author .title,
[data-block=single-event] .col3 .section__author .email,
[data-block=single-event] .col3 .section__author .phone,
[data-block=single-event] .col3 .section__author .website,
[data-block=single-event] .col3 .section__author .location {
  color: #FFFFFF;
}
[data-block=single-event] .col3 .section__author .contact__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  [data-block=single-event] .col3 .section__author .contact__container {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  [data-block=single-event] .col3 .section__author .contact__container {
    flex-direction: column;
  }
}
[data-block=single-event] .col3 .section__author .contact {
  width: 100%;
}
[data-block=single-event] .col3 .section__author .contact picture {
  border: 3px solid #FFFFFF;
}

[data-block=archive-plenary] {
  margin-top: 30px;
}
[data-block=archive-plenary] .m_article__header {
  margin-bottom: 40px;
}
[data-block=archive-plenary] .plenary + .plenary {
  margin-top: 40px;
}
[data-block=archive-plenary] .plenary__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  [data-block=archive-plenary] .plenary__list {
    grid-template-columns: 1fr;
  }
}
[data-block=archive-plenary] .plenary__item {
  background-color: #E5ECF6;
  border-radius: 12px;
  padding: 30px;
}
[data-block=archive-plenary] .plenary__item .title a:hover, [data-block=archive-plenary] .plenary__item .title a:focus {
  text-decoration: underline;
}
[data-block=archive-plenary] .plenary__item .content {
  margin-top: 15px;
}
[data-block=archive-plenary] .plenary__item .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

[data-block=single-plenary] {
  margin-top: 30px;
}
[data-block=single-plenary] .m_article__header {
  margin-bottom: 30px;
}
[data-block=single-plenary] .m_article__header .content {
  margin-top: 30px;
}
[data-block=single-plenary] .m_article__infos small {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
[data-block=single-plenary] .topics {
  margin-top: 30px;
}
[data-block=single-plenary] .topics__item {
  background-color: #E5ECF6;
  border-radius: 12px;
  padding: 30px;
}
@supports (display: grid) {
  @media screen and (min-width: 0px) {
    [data-block=single-plenary] .topics__item {
      grid-column: auto/span 4;
    }
  }
}
@supports (display: grid) {
  @media screen and (min-width: 1025px) {
    [data-block=single-plenary] .topics__item {
      grid-column: auto/span 18;
    }
  }
}
[data-block=single-plenary] .topics__item a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  [data-block=single-plenary] .topics__item a {
    flex-direction: column;
  }
}
[data-block=single-plenary] .topics__item picture {
  aspect-ratio: 1/1;
  max-width: 100px;
  border-radius: 100px;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  filter: grayscale(1);
}
[data-block=single-plenary] .topics__item .title {
  margin-bottom: 15px;
}
[data-block=single-plenary] .topics__item .author,
[data-block=single-plenary] .topics__item .debate,
[data-block=single-plenary] .topics__item .vote {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
[data-block=single-plenary] .topics__item .text {
  margin-top: 15px;
}
[data-block=single-plenary] .topics__item + .topics__item {
  margin-top: 30px;
}

[data-block=archive-groups] .m_archive__header {
  position: relative;
  background-color: #474747;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
[data-block=archive-groups] .m_archive__header .wrapper {
  position: relative;
  padding-block: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  [data-block=archive-groups] .m_archive__header .wrapper {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  [data-block=archive-groups] .m_archive__header .wrapper {
    padding-block: 120px;
    padding-bottom: 150px;
  }
}
[data-block=archive-groups] .m_archive__header .wrapper .content {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  [data-block=archive-groups] .m_archive__header .wrapper .content {
    top: 120px;
    left: 60px;
  }
}
[data-block=archive-groups] .m_archive__header .m_archive__title {
  color: white;
}
[data-block=archive-groups] .m_archive__header .m_archive__description {
  color: white;
  max-width: 540px;
  margin-top: 40px;
  margin-bottom: 40px;
}
[data-block=archive-groups] .m_archive__header .map {
  position: relative;
  display: flex;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  [data-block=archive-groups] .m_archive__header .map {
    display: block;
    overflow: auto;
    margin-top: 150px;
    margin-left: -20px;
    margin-right: -20px;
    padding-inline: 20px;
  }
}
[data-block=archive-groups] .m_archive__header .map svg {
  width: 850px;
  margin-left: auto;
}
[data-block=archive-groups] .m_archive__header .map svg path {
  fill: #474747;
}
[data-block=archive-groups] .m_archive__header .map svg path.hasCta {
  cursor: pointer;
  fill: rgba(255, 255, 255, 0.09);
}
[data-block=archive-groups] .m_archive__header .map svg path.hasCta:hover {
  fill: rgba(255, 255, 255, 0.1490196078);
  stroke: white;
}
[data-block=archive-groups] .m_archive__header .map .delegation {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transition: 0.3s ease-out;
  display: inline-block;
  border-radius: 12px;
  background-color: white;
  padding: 20px;
}
[data-block=archive-groups] .m_archive__header .map .delegation a {
  display: block;
}
[data-block=archive-groups] .m_archive__header .map .delegation img {
  width: 100%;
  min-width: 60px;
  max-width: 170px;
  height: auto;
}
[data-block=archive-groups] .m_archive__header .map .delegation .close {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  cursor: pointer;
}
[data-block=archive-groups] .m_archive__header .map .delegation .close svg {
  width: 20px;
  height: 20px;
}
[data-block=archive-groups] .m_archive__header .map .delegation:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 11px 0 11px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
[data-block=archive-groups] .m_archive__content {
  padding-block: 30px;
}
@media screen and (min-width: 1025px) {
  [data-block=archive-groups] .m_archive__content {
    padding-block: 120px;
  }
}
[data-block=archive-groups] .m_archive__content .filters {
  max-width: 300px;
  margin-top: 30px;
}
[data-block=archive-groups] .groups {
  margin-top: 100px;
}
[data-block=archive-groups] .groups__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
}
@media screen and (min-width: 1025px) {
  [data-block=archive-groups] .groups__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
[data-block=archive-groups] .groups__item {
  position: relative;
}
[data-block=archive-groups] .groups__item:hover img, [data-block=archive-groups] .groups__item:focus img {
  transform: rotate(5deg) scale(110%);
  transition: all 0.3s ease;
}
[data-block=archive-groups] .groups__item img {
  transform: rotate(0deg) scale(1);
  transition: all 0.3s ease;
}
[data-block=archive-groups] .groups__link {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  [data-block=archive-groups] .groups__link {
    min-height: 280px;
  }
}
[data-block=archive-groups] .groups__link:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/halo_dotted.png") no-repeat center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  [data-block=archive-groups] .groups__link:before {
    display: none;
  }
}
[data-block=archive-groups] .groups__link picture {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  background-color: white;
  border-radius: 150px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  [data-block=archive-groups] .groups__link picture {
    filter: drop-shadow(0 0 1rem #E5ECF6);
  }
}
[data-block=archive-groups] .groups__link picture img {
  padding: 25px;
}
[data-block=archive-groups] .groups__link .title,
[data-block=archive-groups] .groups__link .country {
  text-align: center;
}
[data-block=archive-groups] .groups__link .country {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

[data-block=single-groups] .m_article__header {
  margin-block: 120px;
}
@media screen and (max-width: 1024px) {
  [data-block=single-groups] .m_article__header {
    padding: 0 20px;
  }
}
[data-block=single-groups] .m_article__header picture {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
[data-block=single-groups] .m_article__header picture img {
  padding: 10px;
}
[data-block=single-groups] .m_article__header h1,
[data-block=single-groups] .m_article__header .terms,
[data-block=single-groups] .m_article__header .content {
  max-width: 755px;
  text-align: center;
  margin: 0 auto;
}
[data-block=single-groups] .m_article__header .terms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-block: 30px;
}
[data-block=single-groups] .m_article__header .terms .term {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
[data-block=single-groups] .m_article__people {
  --color_skew: #E5ECF6;
  position: relative;
  padding-block: 120px;
  background-color: var(--color_skew);
}
[data-block=single-groups] .m_article__people .title {
  text-align: center;
}
[data-block=single-groups] .m_article__people:before {
  z-index: -1;
}
[data-block=single-groups] .m_article__people .people__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  row-gap: 30px;
  margin-top: 60px;
}
[data-block=single-groups] .m_article__people .people__item {
  position: relative;
  min-width: 315px;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}
[data-block=single-groups] .m_article__people .people__item:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/halo_dotted.png") no-repeat center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
[data-block=single-groups] .m_article__people .people__item p {
  text-align: center;
}
[data-block=single-groups] .m_article__people .people__item picture {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  [data-block=single-groups] .m_article__people .people__item picture {
    filter: drop-shadow(0 0 1rem #E5ECF6);
  }
}
[data-block=single-groups] .m_article__people .people__item picture img {
  border-radius: 150px;
  border: 5px solid white;
}
[data-block=single-groups] .m_article__people .people__item .delegation {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}
[data-block=single-groups] .m_article__people .people__item .location {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}
