/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-pagination .nav-links {
  display: flex;
  gap: .5em;
  justify-content: center; }
  .section-pagination .nav-links .page-numbers {
    font-size: 16px;
    text-decoration: none;
    height: 45px;
    width: 45px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    font-family: "JetBrains Mono", Helvetica, Arial, sans-serif; }
    @media (min-width: 981px) {
      .section-pagination .nav-links .page-numbers {
        font-size: 24px; } }
    .section-pagination .nav-links .page-numbers:hover {
      color: var(--green);
      background-color: var(--dark-blue); }
    .section-pagination .nav-links .page-numbers.next, .section-pagination .nav-links .page-numbers.prev {
      font-size: 0;
      position: relative; }
      .section-pagination .nav-links .page-numbers.next:before, .section-pagination .nav-links .page-numbers.prev:before {
        font-family: icomoon;
        font-size: 16px;
        position: absolute; }
        @media (min-width: 981px) {
          .section-pagination .nav-links .page-numbers.next:before, .section-pagination .nav-links .page-numbers.prev:before {
            font-size: 24px; } }
    .section-pagination .nav-links .page-numbers.next:before {
      content: '\e903'; }
    .section-pagination .nav-links .page-numbers.prev:before {
      content: '\e902'; }
  .section-pagination .nav-links .current {
    background-color: var(--dark-blue);
    color: var(--green); }

.section-news {
  padding-top: 30px; }
  @media (min-width: 981px) {
    .section-news {
      padding-top: 90px; } }
  @media (max-width: 980px) {
    .section-news .container {
      padding: 0; } }
  .section-news .container .category-wrapper {
    position: relative;
    width: -moz-fit-content;
    width: fit-content; }
    .section-news .container .category-wrapper:after {
      content: '\e904';
      font-family: icomoon;
      color: var(--dark-blue);
      font-weight: 800;
      font-size: 13px;
      position: absolute;
      top: 15px;
      right: 20px; }
      @media (min-width: 981px) {
        .section-news .container .category-wrapper:after {
          font-size: 20px;
          top: 28px; } }
    .section-news .container .category-wrapper select {
      border: 2px solid var(--dark-blue);
      color: var(--dark-blue);
      background-color: transparent;
      font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 20px 50px 20px 20px;
      margin-bottom: 30px;
      position: relative;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-weight: 800;
      font-size: 12px; }
      @media (min-width: 981px) {
        .section-news .container .category-wrapper select {
          font-size: 16px;
          padding: 31px 76px 31px 31px; } }
      .section-news .container .category-wrapper select:hover {
        cursor: pointer; }
    .section-news .container .category-wrapper.desktop {
      display: none; }
    @media (min-width: 981px) {
      .section-news .container .category-wrapper.mobile {
        display: none; }
      .section-news .container .category-wrapper.desktop {
        display: block; }
        .section-news .container .category-wrapper.desktop:after {
          color: var(--green); }
        .section-news .container .category-wrapper.desktop select {
          color: var(--green);
          border-color: var(--green); } }
  .section-news .container .news-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1875em .5em; }
    @media (min-width: 981px) {
      .section-news .container .news-items {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }

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