.credits-page {
  overflow-x: hidden;
  background-color: #FFFDF4;
}
.credits-page .credits-page-block {
  width: 100%;
  position: relative;
  padding: 0;
  background-color: #FFFDF4;
  overflow-x: hidden;
  margin: 0 auto;
}
.credits-page .credits-page-edge-borders {
  display: none;
  pointer-events: none;
}
@media (min-width: 769px) {
  .credits-page .credits-page-edge-borders {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
  }
}
.credits-page .credits-header {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 6.6rem;
}
@media (min-width: 769px) {
  .credits-page .credits-header {
    width: 100%;
    padding: 13.9rem 5% 0;
  }
}
.credits-page .credits-header-hero {
  position: relative;
  padding: 5.3rem 1.7rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.credits-page .credits-header-hero::before {
  content: "";
  position: absolute;
  top: 8.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
.credits-page .credits-header-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
@media (min-width: 769px) {
  .credits-page .credits-header-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem 0 3rem 0;
    gap: 2rem;
  }
  .credits-page .credits-header-hero::before {
    content: none;
  }
}
.credits-page .credits-header-hero .credits-page-title {
  margin: 0;
  flex-shrink: 0;
  margin-bottom: -0.7rem;
}
.credits-page .credits-header-shape {
  flex-shrink: 0;
  align-self: flex-end;
}
@media (min-width: 769px) {
  .credits-page .credits-header-shape {
    align-self: center;
  }
}
.credits-page .credits-header-shape .credits-header-shape-image {
  display: block;
  width: auto;
  height: 8.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
html[dir=rtl] .credits-page .credits-header-shape .credits-header-shape-image {
  -o-object-position: right center;
     object-position: right center;
}
@media (min-width: 769px) {
  .credits-page .credits-header-shape .credits-header-shape-image {
    display: none;
  }
}
.credits-page .credits-page-container {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  border-inline-start: 1px solid #D7D4C1;
  border-inline-end: 1px solid #D7D4C1;
}
@media (min-width: 769px) {
  .credits-page .credits-page-container {
    border-inline-start: none;
    border-inline-end: none;
    width: 100%;
  }
}
.credits-page .credits-page-main {
  display: flex;
  flex-direction: column;
}
.credits-page .credits-page-content {
  flex: 1;
  padding-inline-end: 0;
  max-width: 90.1rem;
}
@media (min-width: 769px) {
  .credits-page .credits-page-content {
    max-width: 100%;
  }
}
.credits-page .credits-page-title {
  font-size: 2.3rem;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 400;
  color: #2D2C2A;
  line-height: 1.2;
  font-size: 2.9rem;
}
@media (min-width: 769px) {
  .credits-page .credits-page-title {
    font-size: 4.3rem;
  }
}
.credits-page .credits-page-gallery-wrap {
  padding-top: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap {
    overflow-x: hidden;
    padding: 0 5%;
  }
}
.credits-page .credits-gallery-with-pagination {
  width: 100%;
}
.credits-page .credits-gallery-with-pagination .filebird-block-filebird-gallery {
  transition: opacity 0.22s ease;
  min-width: 0;
}
.credits-page .credits-gallery-with-pagination.is-changing .filebird-block-filebird-gallery {
  opacity: 0;
}
.credits-page .credits-gallery-with-pagination .blocks-gallery-item {
  display: none !important;
}
.credits-page .credits-gallery-with-pagination .blocks-gallery-item.is-visible {
  display: flex !important;
}
@media (min-width: 769px) {
  .credits-page .credits-gallery-with-pagination .blocks-gallery-item.is-visible {
    display: grid !important;
  }
}
.credits-page .credits-gallery-pagination {
  padding: 3rem 0 4rem 0;
}
@media (min-width: 769px) {
  .credits-page .credits-gallery-pagination {
    padding: 7.8rem 0 4.8rem 0;
  }
}
.credits-page .credits-gallery-pagination-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  padding-inline: 2.1rem;
}
@media (min-width: 769px) {
  .credits-page .credits-gallery-pagination-inner {
    gap: 1.4rem;
  }
}
html[dir=rtl] .credits-page .credits-gallery-pagination-inner {
  direction: ltr;
}
.credits-page .credits-gallery-pagination .project-gallery-prev,
.credits-page .credits-gallery-pagination .project-gallery-next {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #2D2C2A;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
}
.credits-page .credits-gallery-pagination .project-gallery-prev:hover:not(.is-disabled),
.credits-page .credits-gallery-pagination .project-gallery-next:hover:not(.is-disabled) {
  opacity: 0.8;
}
.credits-page .credits-gallery-pagination .project-gallery-prev.is-disabled,
.credits-page .credits-gallery-pagination .project-gallery-next.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.credits-page .credits-gallery-pagination .project-gallery-prev img,
.credits-page .credits-gallery-pagination .project-gallery-next img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.credits-page .credits-gallery-pagination .project-gallery-prev img rect[fill],
.credits-page .credits-gallery-pagination .project-gallery-next img rect[fill] {
  fill: #2D2C2A !important;
}
.credits-page .credits-gallery-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.4rem 0.6rem;
  flex-wrap: wrap;
}
.credits-page .credits-gallery-pagination-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  padding: 0 0.2rem;
  font-size: 1.6rem;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 400;
  color: #2D2C2A;
  background-color: transparent;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
@media (min-width: 769px) {
  .credits-page .credits-gallery-pagination-num {
    font-size: 2rem;
  }
}
.credits-page .credits-gallery-pagination-num.is-current {
  text-decoration: underline;
}
.credits-page .credits-gallery-pagination-ellipsis {
  font-size: 1.6rem;
  color: #2D2C2A;
  padding: 0 0.2rem;
}
@media (min-width: 769px) {
  .credits-page .credits-gallery-pagination-ellipsis {
    font-size: 2rem;
  }
}
.credits-page .credits-page-block-footer {
  display: block;
  width: 100%;
  height: 8.3rem;
  border-top: 1px solid #D7D4C1;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .credits-page .credits-page-block-footer {
    display: none;
  }
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery {
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  list-style: none;
  border: none !important;
  gap: 0 !important;
  --columns: 1;
  --space: 0;
  --min-width: 0;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery.layout-grid, .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery.layout-masonry, .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery.wp-block-gallery.blocks-gallery-grid, .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery.filebird-block-filebird-gallery--credits {
  display: flex !important;
  flex-direction: column;
  grid-gap: 0;
  -moz-column-count: unset;
       column-count: unset;
  -moz-columns: unset;
       columns: unset;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 2rem 1.7rem;
  list-style: none;
  margin: 0;
  align-items: flex-start;
  position: relative;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item {
    gap: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 0.4fr) 14.4rem;
    align-items: stretch;
    padding-inline: 0;
    min-width: 0;
    min-height: 11.5rem;
  }
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-title {
  order: 2;
  font-size: 2.3rem;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 600;
  color: #2D2C2A;
  line-height: 1.3;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-title:empty {
  display: none;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-title {
    order: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 3.5rem;
    font-weight: 400;
    padding-inline-end: 2rem;
    border-inline-end: 1px solid #D7D4C1;
    text-align: start;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-title:empty {
    display: block;
  }
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description {
  order: 2;
  font-size: 1.7rem;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 400;
  color: #2D2C2A;
  line-height: 1.4;
  opacity: 0.9;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description:empty {
  display: none;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description:has(.credits-item-description-shape) {
  min-height: 11.5rem;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description .credits-item-description-shape {
  display: none;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description .credits-item-description-shape {
    display: block;
    width: 23rem;
    height: 11.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description {
    order: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    padding-inline-end: 2rem;
    text-align: center;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description:empty {
    display: block;
  }
  html[dir=rtl] .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description:not(:has(.credits-item-description-shape)) {
    justify-content: flex-start;
    padding-inline-start: 2rem;
  }
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description:has(.credits-item-description-shape) {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 11.5rem;
  }
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description:has(.credits-item-description-shape) .credits-item-description-shape {
    width: 23rem;
    height: 11.5rem;
    align-self: stretch;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
  }
  html[dir=rtl] .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-description:has(.credits-item-description-shape) .credits-item-description-shape {
    -o-object-position: right center;
       object-position: right center;
  }
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-year {
  order: 1;
  font-size: 2.3rem;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 400;
  color: #2D2C2A;
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-year:empty {
  display: none;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-year {
    order: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 400;
    padding-inline-end: 2rem;
    border-inline-end: none;
    text-align: end;
    min-width: 0;
  }
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-year:empty {
    display: block;
  }
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item .credits-item-year html[dir=rtl] {
    justify-content: flex-start;
  }
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figure.credits-gallery-figure {
  order: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
html[dir=rtl] .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figure.credits-gallery-figure {
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figure.credits-gallery-figure {
    order: unset;
    justify-self: end;
    align-self: center;
  }
  html[dir=rtl] .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figure.credits-gallery-figure {
    justify-self: start;
  }
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figure.credits-gallery-figure img {
  display: block;
  width: 100%;
  max-width: 14.4rem;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none !important;
  box-shadow: none !important;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figure.credits-gallery-figure img {
    height: 9.4rem;
    justify-self: center;
  }
}
.credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figcaption.blocks-gallery-item__caption {
  position: static !important;
  background: none !important;
  color: #2D2C2A !important;
  font-size: 1.8rem;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 400;
  line-height: 1.3;
  text-align: start;
  padding: 0 !important;
  margin: 0 !important;
  max-height: none;
}
@media (min-width: 769px) {
  .credits-page .credits-page-gallery-wrap .filebird-block-filebird-gallery > li.blocks-gallery-item figcaption.blocks-gallery-item__caption {
    font-size: 2.2rem;
  }
}
