.projectlist-block .project-list-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-bottom: 32px;
  color: #000000;
}
.projectlist-block .project-list-header .project-count {
  margin: 0px;
}
.projectlist-block .project-list-header .project-count.filtered {
  color: #8c8c8c;
}
.projectlist-block .project-list-header .project-count .version {
  display: none;
}
.projectlist-block .project-list-header .project-count .version.active {
  display: inline;
}
.projectlist-block .project-list-header .view-toggle {
  display: flex;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media (max-width: 720px) {
  .projectlist-block .project-list-header .view-toggle {
    display: none;
  }
}
.projectlist-block .project-list-header .view-toggle button:not(.active) {
  color: #8c8c8c !important;
}
.projectlist-block .project-list-header .view-toggle button.active {
  color: #000000;
  background: #d8d8d8;
}
@media (hover: hover) and (pointer: fine) {
  .projectlist-block .project-list-header .view-toggle button:hover {
    color: #000000 !important;
    transition: all 300ms ease-in-out;
  }
}
.projectlist-block .project-list-filters {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  height: 100vh;
  height: 100dvh;
  color: #000000;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: all 300ms ease-in-out;
}
@media (max-width: 720px) {
  .projectlist-block .project-list-filters {
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: flex-end;
    top: initial;
    bottom: 0;
    justify-content: flex-end;
  }
}
.projectlist-block .project-list-filters.active {
  transform: translateX(0);
  transition: all 300ms ease-in-out;
}
@media (max-width: 720px) {
  .projectlist-block .project-list-filters.active {
    transform: translateY(0);
  }
}
.projectlist-block .project-list-filters .project-list-filters-content {
  position: relative;
  z-index: 1001;
  min-width: 400px;
  max-width: 400px;
  border-radius: 20px 0px 0px 20px;
  height: 100vh;
  box-sizing: border-box;
  padding: 64px 32px 32px 32px;
  gap: 32px;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  background: #d8d8d8;
}
@media (max-width: 720px) {
  .projectlist-block .project-list-filters .project-list-filters-content {
    border-radius: 20px 20px 0px 0px;
    min-width: 100vw;
    height: -moz-min-content;
    height: min-content;
    max-height: 100vh;
    max-height: 100dvh;
    gap: 16px;
    max-width: 100vw;
    min-height: 50vh;
    padding: 24px 24px;
  }
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-header
  .h4 {
  margin: 0px;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-header
  .close-button {
  margin-left: auto;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper {
  display: flex;
  flex-direction: column;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #8c8c8c;
  padding: 32px 0px;
}
@media (max-width: 720px) {
  .projectlist-block
    .project-list-filters
    .project-list-filters-content
    .project-list-filters-content-wrapper
    .filter-wrapper
    .filter-option {
    padding: 16px 0px;
  }
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option:last-child {
  border-bottom: 1px solid #8c8c8c;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option
  .filter-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option
  .filter-header
  .h4 {
  margin: 0px;
  cursor: pointer;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option
  .filter-header
  .button
  .icon {
  transition: all 300ms ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .projectlist-block
    .project-list-filters
    .project-list-filters-content
    .project-list-filters-content-wrapper
    .filter-wrapper
    .filter-option
    .filter-header:hover
    .button {
    border: 1px solid #000000 !important;
    transition: all 300ms ease-in-out;
  }
  .projectlist-block
    .project-list-filters
    .project-list-filters-content
    .project-list-filters-content-wrapper
    .filter-wrapper
    .filter-option
    .filter-header:hover
    .button
    .icon
    svg
    path {
    fill: #000000 !important;
    transition: all 300ms ease-in-out;
  }
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option
  .filter-content {
  display: none;
  margin-top: 32px;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option
  .filter-content
  .filter-options {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  width: 100%;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option
  .filter-content
  .filter-option-button.active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-content-wrapper
  .filter-wrapper
  .filter-option.active
  .filter-header
  .button
  .icon {
  transform: rotate(180deg);
  transition: all 300ms ease-in-out;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-top: auto;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-footer
  .action-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.projectlist-block
  .project-list-filters
  .project-list-filters-content
  .project-list-filters-footer
  .action-buttons
  .button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.projectlist-block
  .project-list-wrapper
  .project-item:nth-last-child(2)
  .bottom-border,
.projectlist-block .project-list-wrapper .no-results .bottom-border {
  margin-top: 32px;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
@media (max-width: 720px) {
  .projectlist-block
    .project-list-wrapper
    .project-item:nth-last-child(2)
    .bottom-border,
  .projectlist-block .project-list-wrapper .no-results .bottom-border {
    display: none;
    border-bottom: none;
  }
}
.projectlist-block #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}
.projectlist-block #overlay.active {
  opacity: 1;
  pointer-events: all;
  cursor: default;
  transition: all 300ms ease-in-out;
}

/******************
 * BACKEND STYLES *
******************/
/******************
 * MODAL STYLES *
******************/
/* Prevent body scroll when lightbox is open */
body.no-scroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  /* top will be set in JS to -scrollY */
}

/* Legacy class support */
body.modal-open {
  overflow: hidden;
}

.project-item {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 0 32px 0px;
}
@media (max-width: 720px) {
  .project-item {
    padding-bottom: 16px;
  }
}
.project-item .project-head {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  border-top: 1px solid #d8d8d8;
  padding-top: 32px;
  gap: 28px;
  grid-template-areas: "title client toggle";
  cursor: pointer;
}
@media (max-width: 960px) {
  .project-item .project-head {
    grid-template-columns: 5fr 5fr 2fr;
  }
}
@media (max-width: 720px) {
  .project-item .project-head {
    grid-template-columns: 1fr min-content;
    grid-template-areas: "title toggle" "client toggle";
    row-gap: 0px;
    padding-top: 16px;
  }
}
.project-item .project-head .project-title {
  grid-area: title;
  transition: all 300ms ease-in-out;
}
.project-item .project-head .project-title .title {
  width: auto;
  position: relative;
}
.project-item .project-head .project-title .title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: transparent;
  transition: all 300ms ease-in-out;
}
.project-item .project-head .project-client {
  grid-area: client;
  color: #8c8c8c;
  transition: all 300ms ease-in-out;
}
.project-item .project-head .project-client .client-name {
  width: auto;
  position: relative;
}
.project-item .project-head .project-client .client-name:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: transparent;
  transition: all 300ms ease-in-out;
}
.project-item .project-head .toggle-icon {
  grid-area: toggle;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.project-item .project-head .toggle-icon .toggle-button {
  cursor: pointer;
}
.project-item .project-head .toggle-icon .toggle-button:focus-visible {
  outline: 2px solid #ac5df1;
  outline-offset: 2px;
}
.project-item .project-head .toggle-icon .toggle-button svg {
  transition: all 300ms ease-in-out;
}
.project-item .project-head .toggle-icon .toggle-button svg.rotated {
  transform: rotate(180deg);
  transition: all 300ms ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .project-item .project-head:hover .project-title,
  .project-item .project-head:hover .project-client {
    transition: all 300ms ease-in-out;
  }
  .project-item .project-head:hover .project-title .title::before {
    background: #000000;
    transition: all 300ms ease-in-out;
  }
  .project-item .project-head:hover .project-client .client-name::before {
    background: #8c8c8c;
    transition: all 300ms ease-in-out;
  }
  .project-item .project-head:hover .toggle-button {
    border: 1px solid #000000 !important;
    transition: all 300ms ease-in-out;
  }
  .project-item .project-head:hover .toggle-button svg path {
    fill: #000000 !important;
    transition: all 300ms ease-in-out;
  }
}
.project-item .project-content {
  display: none;
  overflow: hidden;
}
.project-item .project-content .project-content-wrapper {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 720px) {
  .project-item .project-content .project-content-wrapper {
    gap: 32px;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .splide__track {
  overflow: visible;
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .splide__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
}
@media (max-width: 960px) {
  .project-item
    .project-content
    .project-content-wrapper
    .images-wrapper
    .splide__list {
    gap: 16px;
  }
}
@media (max-width: 720px) {
  .project-item
    .project-content
    .project-content-wrapper
    .images-wrapper
    .splide__list {
    gap: 0;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item {
  flex: 1 1 auto;
  width: calc((100% - 140px) / 6);
  /**
     * Image inner wrapper for project images.
     * Displays an animated gradient background while the image is loading.
     */
}
@media (max-width: 720px) {
  .project-item
    .project-content
    .project-content-wrapper
    .images-wrapper
    .image-item {
    width: 100%;
    height: 0px;
    height: auto;
    flex: 0 0 100%;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item
  .image-inner {
  width: 100%;
  padding-bottom: 125%;
  height: 0px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(270deg, #d8d8d8, #f3f3f3, #d8d8d8);
  background-size: 400% 400%;
  animation: gradientAnimation 3s ease-in-out infinite;
  cursor: pointer;
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item
  .image-inner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px solid #d8d8d8;
  border-radius: 4px;
  pointer-events: none;
  z-index: 5;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item
  .image-inner.loaded {
  background: #d8d8d8;
  animation: none;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item
  .image-inner
  img,
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item
  .image-inner
  video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
/* Hide lazy images/videos until they are loaded (have data-src or data-video-url attribute) */
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item
  .image-inner
  img.lazy-image[data-src],
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-item
  .image-inner
  video.lazy-video[data-video-url] {
  opacity: 0;
}
.project-item
  .project-content
  .project-content-wrapper
  .images-wrapper
  .image-inner.focused:before {
  opacity: 1;
}
.project-item .project-content .project-content-wrapper .details-wrapper {
  margin-top: 16px;
}
@media (max-width: 720px) {
  .project-item .project-content .project-content-wrapper .details-wrapper {
    padding-bottom: 16px;
    margin-top: 0px;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 720px) {
  .project-item
    .project-content
    .project-content-wrapper
    .details-wrapper
    .details-inner-wrapper {
    gap: 32px;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper {
  display: flex;
  flex-direction: row;
  gap: 28px;
  color: #8c8c8c;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 720px) {
  .project-item
    .project-content
    .project-content-wrapper
    .details-wrapper
    .details-inner-wrapper
    .tags-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  label {
  flex: 0 0 90px;
  margin: 0px;
}
@media (max-width: 720px) {
  .project-item
    .project-content
    .project-content-wrapper
    .details-wrapper
    .details-inner-wrapper
    .tags-wrapper
    label {
    flex: 0 0 auto;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  .tags-inner-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  .credits-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  width: 100%;
}
@media (max-width: 720px) {
  .project-item
    .project-content
    .project-content-wrapper
    .details-wrapper
    .details-inner-wrapper
    .tags-wrapper
    .credits-inner-wrapper {
    gap: 8px;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  .credits-inner-wrapper
  .h5 {
  margin: 0px;
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  .credits-inner-wrapper
  a {
  color: #8c8c8c;
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  .credits-inner-wrapper
  .h5,
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  .credits-inner-wrapper
  a {
  width: auto;
}
@media (max-width: 720px) {
  .project-item
    .project-content
    .project-content-wrapper
    .details-wrapper
    .details-inner-wrapper
    .tags-wrapper
    .credits-inner-wrapper
    .h5,
  .project-item
    .project-content
    .project-content-wrapper
    .details-wrapper
    .details-inner-wrapper
    .tags-wrapper
    .credits-inner-wrapper
    a {
    width: 100%;
  }
}
.project-item
  .project-content
  .project-content-wrapper
  .details-wrapper
  .details-inner-wrapper
  .tags-wrapper
  .credits-inner-wrapper
  span.underline {
  text-decoration: underline;
}
.project-item.view-images .project-content {
  display: block;
}
.project-item.view-images
  .project-content
  .project-content-wrapper
  .details-wrapper {
  display: none;
}
.project-item.no-results {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  display: none;
}
.project-item.no-results.visible {
  display: flex;
}
.project-item .project-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
@media (max-width: 719px) {
  .project-item .project-lightbox {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }
}
.project-item .project-lightbox.active {
  display: flex;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.project-item .project-lightbox .lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
}
.project-item .project-lightbox .lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .project-item .project-lightbox .lightbox-content {
    padding: 16px;
  }
}
.project-item .project-lightbox .lightbox-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
  z-index: 3;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 32px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .project-item .project-lightbox .lightbox-header {
    margin-bottom: 16px;
  }
}
.project-item .project-lightbox .lightbox-header .lightbox-project-info {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.project-item .project-lightbox .lightbox-header .lightbox-project-info .h4 {
  margin: 0;
  color: #000000;
}
.project-item
  .project-lightbox
  .lightbox-header
  .lightbox-project-info
  .lightbox-client {
  margin: 0;
  color: #8c8c8c;
}
.project-item .project-lightbox .lightbox-header .lightbox-close {
  flex-shrink: 0;
}
.project-item .project-lightbox .lightbox-slider-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
@media (max-width: 720px) {
  .project-item .project-lightbox .lightbox-slider-wrapper {
    margin-bottom: 16px;
  }
}
.project-item .project-lightbox .lightbox-slider-wrapper .lightbox-slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__track {
  flex: 1;
  min-height: 0;
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__list {
  height: 100%;
  align-items: center;
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .lightbox-image-wrapper,
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .lightbox-video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .project-item
    .project-lightbox
    .lightbox-slider-wrapper
    .lightbox-slider
    .lightbox-image-wrapper,
  .project-item
    .project-lightbox
    .lightbox-slider-wrapper
    .lightbox-slider
    .lightbox-video-wrapper {
    padding: 0;
  }
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .lightbox-image-wrapper
  img,
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .lightbox-image-wrapper
  video,
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .lightbox-video-wrapper
  img,
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .lightbox-video-wrapper
  video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__arrows
  .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  opacity: 1;
  transition: all 300ms ease-in-out;
  background: #ffffff;
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__arrows
  .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  .project-item
    .project-lightbox
    .lightbox-slider-wrapper
    .lightbox-slider
    .splide__arrows
    .splide__arrow:not(:disabled):hover {
    transition: all 300ms ease-in-out;
  }
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__arrows
  .splide__arrow--prev {
  left: 32px;
}
@media (max-width: 720px) {
  .project-item
    .project-lightbox
    .lightbox-slider-wrapper
    .lightbox-slider
    .splide__arrows
    .splide__arrow--prev {
    left: 16px;
  }
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__arrows
  .splide__arrow--prev
  .icon
  svg {
  transform: rotate(180deg);
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__arrows
  .splide__arrow--next {
  right: 32px;
}
@media (max-width: 720px) {
  .project-item
    .project-lightbox
    .lightbox-slider-wrapper
    .lightbox-slider
    .splide__arrows
    .splide__arrow--next {
    right: 16px;
  }
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__arrows
  .splide__arrow--next
  .icon
  svg {
  transform: rotate(0deg);
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 3;
  bottom: 1px;
  margin-top: 32px;
  position: relative;
}
@media (max-width: 720px) {
  .project-item
    .project-lightbox
    .lightbox-slider-wrapper
    .lightbox-slider
    .splide__pagination {
    margin-top: 16px;
  }
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__pagination
  li
  button {
  margin: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8c8c8c;
  opacity: 1;
  transform: none;
  transition: all 300ms ease-in-out;
}
.project-item
  .project-lightbox
  .lightbox-slider-wrapper
  .lightbox-slider
  .splide__pagination
  li
  button.is-active {
  background: #000000;
  transform: none;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.project-item .project-item .project-content .images-wrapper .image-item {
  cursor: pointer;
}
.project-item
  .project-item
  .project-content
  .images-wrapper
  .image-item
  .image-inner
  img.lightbox-trigger {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
@media (max-width: 720px) {
  .project-item
    .project-item
    .project-content
    .images-wrapper
    .image-item
    .image-inner
    img.lightbox-trigger {
    cursor: default;
  }
}
@media (hover: hover) and (pointer: fine) {
  .project-item
    .project-item
    .project-content
    .images-wrapper
    .image-item
    .image-inner
    img.lightbox-trigger:hover {
    opacity: 0.85;
    transition: all 300ms ease-in-out;
  }
} /*# sourceMappingURL=projectlist.css.map */
