/**
 * 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
 */
@font-face {
  font-family: 'Barlow Regular';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Regular.ttf"); }

@font-face {
  font-family: 'Barlow Medium';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Medium.ttf"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/MyriadPro-Regular.woff2"); }

.pagination::after {
  clear: both;
  content: '';
  display: block; }

[data-aos="fill-in-text"].aos-animate {
  -webkit-clip-path: inset(0);
          clip-path: inset(0); }

.pagination .nav-links {
  display: flex;
  gap: .5em;
  justify-content: center; }

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  background-color: var(--white);
  color: var(--orange);
  font-weight: 600;
  transition: color .3s ease-in-out, background-color .3s ease-in-out; }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    min-width: 100px;
    border-radius: 100px; }

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: var(--orange);
  color: var(--white); }

.section-news {
  background-color: var(--white-blue);
  position: relative; }
  .section-news .container h1 {
    margin: 0;
    padding: 40px 0; }
  .section-news .container article {
    position: relative; }
  .section-news .container .news-items {
    display: grid;
    gap: var(--spacing-l);
    grid-template-columns: 1fr;
    padding-top: 40px; }
    @media (min-width: 768px) {
      .section-news .container .news-items {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      .section-news .container .news-items {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 981px) {
      .section-news .container .news-items {
        padding-top: 80px; } }

.section-pagination {
  background-color: var(--light-green);
  text-align: center;
  padding: 80px 0 0;
  position: relative; }

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