.textgallery--1 {
  background-color: var(--clr-tertiary-10);
}

.textgallery--1[data-space-before='none'],
.textgallery--1[data-space-before='extra-small'],
.textgallery--1[data-space-before='small'],
.textgallery--1[data-space-before='medium'],
.textgallery--1[data-space-before='large'] {
  padding-block-start: 0 !important;
}

.textgallery--1[data-space-after='none'],
.textgallery--1[data-space-after='extra-small'],
.textgallery--1[data-space-after='small'],
.textgallery--1[data-space-after='medium'],
.textgallery--1[data-space-after='large'] {
  padding-block-end: 0 !important;
}

.textgallery--1[data-space-before='extra-small'] {
  margin-block-start: 0.75rem;
}
.textgallery--1[data-space-before='small'] {
  margin-block-start: 1.5rem;
}
.textgallery--1[data-space-before='medium'] {
  margin-block-start: 3rem;
}
.textgallery--1[data-space-before='large'] {
  margin-block-start: 6rem;
}

.textgallery--1[data-space-after='extra-small'] {
  margin-block-end: 0.75rem;
}
.textgallery--1[data-space-after='small'] {
  margin-block-end: 1.5rem;
}
.textgallery--1[data-space-after='medium'] {
  margin-block-end: 3rem;
}
.textgallery--1[data-space-after='large'] {
  margin-block-end: 6rem;
}

.textgallery--1 .component__content {
  grid-column: 1 / -1;
}

.textgallery--1 .textgallery__asset {
  position: relative;
  width: 100%;
  height: 100%;
}

.textgallery--1 .textgallery__asset p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 4rem;
  padding-block: 1rem;
  padding-inline-start: 2rem;
  padding-inline-end: calc((4.125rem * 2) + 1.25rem);
  font-family: var(--ff-heading);
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--clr-white);
  background-color: var(--clr-secondary-80);
}

.textgallery--1 .textgallery__asset img,
.textgallery--1 .textgallery__asset video,
.textgallery--1 .textgallery__asset iframe,
.textgallery--1 .textgallery__asset .asset__video {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 0;
}

.textgallery--1 .asset__video {
  position: relative;
  background-color: #000000;
}

.textgallery--1 .asset__video-button,
.textgallery--1 .asset__video-button-play,
.textgallery--1 .asset__video-button-mute,
.textgallery--1 .asset__video-button-stop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.125rem;
  height: 4.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-white);
  background-color: var(--clr-secondary);
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 600ms ease;
  border: 0;
  z-index: 1;
}

.textgallery--1 .asset__video-button > svg {
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}

.textgallery--1 .asset__video-button:hover {
  color: var(--clr-secondary);
  background-color: var(--clr-white);
}

.textgallery--1 .asset__video .asset__video-button,
.textgallery--1 .asset__video.active:hover .asset__video-button {
  opacity: 1;
  visibility: visible;
}

.textgallery--1 .asset__video.active .asset__video-button {
  opacity: 0;
  visibility: hidden;
}

.textgallery--1 .textgallery__item {
  height: 100%;
  padding-block: 7rem;
  padding-inline: 2rem;
}

.textgallery--1 .textgallery__item > * + * {
  margin-block-start: 1rem;
}

.textgallery--1 .textgallery__title {
  font-family: var(--ff-heading);
  font-size: clamp(2.5rem, 2.374vw + 1.645rem, 4rem);
  line-height: clamp(2.5rem, 2.374vw + 1.645rem, 4rem);
  font-weight: var(--fw-regular);
  color: var(--clr-secondary);
  text-transform: uppercase;
}

.textgallery--1 .textgallery__eyebrow {
  display: block;
  font-family: var(--ff-heading);
  font-weight: var(--fw-regular);
  font-size: 1.75rem;
  line-height: 2rem;
  color: var(--clr-tertiary);
  text-transform: uppercase;
}

.textgallery--1 .textgallery__text > * + * {
  margin-block-start: 1em;
}

.textgallery--1 .textgallery__items .swiper-button-prev,
.textgallery--1 .textgallery__items .swiper-button-next {
  --swiper-theme-color: var(--clr-black);
  --swiper-navigation-size: 1.25rem;

  top: auto;
  bottom: 1.563rem;

  width: auto;
}

.textgallery--1 .textgallery__items .swiper-button-next {
  gap: 0.5rem;
}

.textgallery--1 .textgallery__items .swiper-button-next span {
  font-size: 1rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
}

.textgallery--1 .textgallery__assets .swiper-button-prev,
.textgallery--1 .textgallery__assets .swiper-button-next {
  --swiper-theme-color: var(--clr-white);
  --swiper-navigation-size: 2.5rem;

  top: auto;
  bottom: 0;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  margin-top: unset;
  background-color: var(--clr-secondary);

  transition:
    color 600ms ease,
    background-color 600ms ease;
}

.textgallery--1 .textgallery__assets .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-size);
}

.textgallery--1 .textgallery__assets .swiper-button-next {
  right: 0;
}

.textgallery--1 .textgallery__assets .swiper-button-prev::after,
.textgallery--1 .textgallery__assets .swiper-button-next::after {
  font-size: 1.25rem;
}

.textgallery--1 .textgallery__assets .swiper-button-prev:hover,
.textgallery--1 .textgallery__assets .swiper-button-next:hover {
  --swiper-theme-color: var(--clr-secondary);
  background-color: var(--clr-white);
}

.textgallery--1 .swiper-horizontal > .swiper-pagination-bullets,
.textgallery--1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.textgallery--1 .swiper-pagination-custom,
.textgallery--1 .swiper-pagination-fraction {
  bottom: 2.125rem;
  top: auto;
  left: 2rem;
  width: calc(100% - 14rem);
  margin-inline: unset;
  right: 0;
}

.textgallery--1 .swiper-pagination {
  display: flex;
  gap: 0.25rem;
  text-align: left;
}

.textgallery--1 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.textgallery--1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: unset;
  height: auto;
}

.textgallery--1 .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 100%;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;

  font-weight: var(--fw-bold);
  color: var(--clr-tertiary);
  text-transform: uppercase;
}

.textgallery--1 .swiper-pagination-bullet::after {
  --swiper-pagination-bullet-inactive-color: var(--clr-tertiary);
  content: '';
  display: block;
  width: var(--swiper-pagination-bullet-width);
  height: var(--swiper-pagination-bullet-height);
  background: var(--swiper-pagination-bullet-inactive-color);
}

.textgallery--1 .swiper-pagination-bullet-active {
  color: var(--clr-secondary);
}

.textgallery--1 .swiper-pagination-bullet-active::after {
  --swiper-pagination-bullet-inactive-color: var(--clr-secondary);
  background: var(--swiper-pagination-bullet-inactive-color);
}

.textgallery--1 .textgallery__item {
  height: 100%;
  padding-block: 7rem;
  padding-inline: 2rem;
}

@media (max-width: 1023px) {
  .textgallery--1 .textgallery__item {
    padding-block: 3rem 6rem;
    padding-inline: 2rem;
  }
}

@media (max-width: 575px) {
  .textgallery--1 .textgallery__item {
    padding-block: 2rem 4rem;
    padding-inline: 2rem;
  }
}

@media (min-width: 1024px) {
  .textgallery--1 .component__content {
    grid-column: 1 / -2;
    display: flex;
  }
  .textgallery--1 .textgallery__items,
  .textgallery--1 .textgallery__assets {
    flex: 1 1 50%;
  }
  .textgallery--1 .textgallery__items {
    order: 2;
  }
  .textgallery--1 .textgallery__assets {
    order: 1;
  }
  .textgallery--1 .textgallery__asset p {
    height: 4.125rem;
    padding-block: 1rem;
  }
  .textgallery--1 .textgallery__item {
    padding-inline-start: 7rem;
  }
  .textgallery--1 .swiper-horizontal > .swiper-pagination-bullets,
  .textgallery--1 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .textgallery--1 .swiper-pagination-custom,
  .textgallery--1 .swiper-pagination-fraction {
    left: 0;
    margin-inline: auto;
    right: 0;
  }
  .textgallery--1 .textgallery__items .swiper-button-prev,
  .textgallery--1 .textgallery__items .swiper-button-next {
    --swiper-navigation-size: 1.25rem;
  }
  .textgallery--1 .textgallery__items .swiper-button-prev {
    left: 2.5rem;
  }
  .textgallery--1 .textgallery__items .swiper-pagination {
    gap: 0.625rem;
  }
  .textgallery--1 .textgallery__assets .swiper-button-prev,
  .textgallery--1 .textgallery__assets .swiper-button-next {
    --swiper-navigation-size: 4.125rem;
  }
  .textgallery--1 .textgallery__assets .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-size);
  }
  .textgallery--1 .textgallery__assets .swiper-button-next {
    right: 0;
  }
  .textgallery--1 .textgallery__assets .swiper-button-prev::after,
  .textgallery--1 .textgallery__assets .swiper-button-next::after {
    font-size: 1.75rem;
  }
}

@media (min-width: 1921px) {
  .textgallery--1 {
    grid-column: 2 / -2;
  }
}
