/** CSS Easing functions */ /* Bulma Utilities */
.blog .featured-posts {
  display: grid;
  gap: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
  margin-bottom: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .blog .featured-posts {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.blog .featured-posts .secondary-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
}
.blog .featured-posts .secondary-column h2 {
  text-transform: none;
  font-weight: 600;
}
.blog .featured-posts .background-icon {
  display: block;
  position: absolute;
  top: 27%;
  right: calc((100vw - var(--wp--style--global--content-size)) / -2 - 6vw);
  width: 27vw;
  height: auto;
  aspect-ratio: 1/2;
  color: var(--wp--preset--color--green-light);
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.blog .featured-posts .background-icon svg {
  width: 100%;
  height: auto;
}
.blog .posts-grid-wrapper {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  background-color: var(--wp--preset--color--grey-bright);
  overflow: hidden;
}
.blog .posts-grid-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 5rem;
  background: var(--wp--preset--color--white);
  z-index: 1;
  pointer-events: none;
  -webkit-mask: -webkit-radial-gradient(51% 0%, ellipse 105% 8.25rem, var(--wp--preset--color--white) 51%, transparent 49%);
          mask: radial-gradient(ellipse 105% 8.25rem at 51% 0%, var(--wp--preset--color--white) 51%, transparent 49%);
}
@media only screen and (min-width: 1025px) {
  .blog .posts-grid-wrapper::before {
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .blog .posts-grid-wrapper::before {
    top: -3rem;
    left: -50%;
    width: 200%;
  }
}
.blog .posts-grid-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 5rem;
  background: var(--wp--preset--color--white);
  z-index: 1;
  pointer-events: none;
  -webkit-mask: -webkit-radial-gradient(51% 100%, ellipse 105% 8.25rem, var(--wp--preset--color--white) 51%, transparent 52%);
          mask: radial-gradient(ellipse 105% 8.25rem at 51% 100%, var(--wp--preset--color--white) 51%, transparent 52%);
}
@media only screen and (min-width: 1025px) {
  .blog .posts-grid-wrapper::after {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .blog .posts-grid-wrapper::after {
    bottom: -3rem;
    left: -50%;
    width: 200%;
  }
}
.blog .posts-grid-wrapper .posts-grid {
  position: relative;
  padding: 8rem 0;
}
.blog .posts-grid-wrapper .posts-grid::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -5rem;
  right: calc((100vw - var(--wp--style--global--content-size)) / -2 - 7vw);
  -webkit-mask-image: url(/wp-content/themes/artur/dist/images/kidney_full.svg?13531a65aaedff32e7610bd0fc26ea23);
          mask-image: url(/wp-content/themes/artur/dist/images/kidney_full.svg?13531a65aaedff32e7610bd0fc26ea23);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--wp--preset--color--grey-light);
  height: 90vh;
  width: auto;
  aspect-ratio: 1/2;
}
.blog .posts-grid-wrapper .posts-grid.alignwide::before {
  right: calc((100vw - var(--wp--style--global--wide-size)) / -2 - 7vw);
}
.blog .posts-grid-wrapper .posts-grid.alignfull::before {
  right: -7vw;
}
.blog .pagination {
  position: relative;
  z-index: 2;
  top: -3rem;
}
