.paragraph--social-wall {
  --background--color--1: var(--c--primary);
  --background--color--2: var(--c--gray--light);
}
.paragraph--social-wall .paragraph-content {
  padding: var(--spacing--6) 0 calc(var(--spacing--1) * 6);
  background-color: var(--c--black);
  color: var(--c--white);
}
.paragraph--social-wall .col-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing--3);
}
@media (max-width: 991px) {
  .paragraph--social-wall .col-info {
    text-align: center;
  }
  .paragraph--social-wall .col-info .btn {
    width: 100%;
  }
}
.paragraph--social-wall .col-info .btn {
  gap: 1.3rem;
  --btn-height: 5.4rem;
}
.paragraph--social-wall .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing--4);
}
.paragraph--social-wall .swiper-slide img, .paragraph--social-wall .swiper-slide iframe {
  position: relative;
  z-index: 3;
}
.paragraph--social-wall .social-wall--col-1 {
  position: relative;
  z-index: 2;
}
.paragraph--social-wall .social-wall--col-1 .decoration--1 {
  content: "";
  position: absolute;
  top: 13%;
  left: 12%;
  width: 46.73%;
  height: 25.94%;
  background-color: var(--background--color--2);
  opacity: 0.1;
  border-radius: calc(var(--radius--1) * 4);
}
.paragraph--social-wall .social-wall--col-2 {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  font-size: 0;
}
.paragraph--social-wall .social-wall--col-2 .decoration--1 {
  content: "";
  position: absolute;
  top: 44%;
  left: -30%;
  width: 47.35%;
  height: 29.83%;
  background-color: var(--background--color--1);
  border-radius: calc(var(--radius--1) * 4);
}
.paragraph--social-wall .social-wall--col-2 .decoration--2 {
  content: "";
  position: absolute;
  z-index: 0;
  top: 12%;
  right: -50%;
  width: 64.24%;
  height: 35.22%;
  background-color: var(--background--color--1);
  border-radius: calc(var(--radius--1) * 4);
}
.paragraph--social-wall .social-wall--col-2 .decoration--3 {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 10%;
  right: -28%;
  width: 46.73%;
  height: 25.94%;
  background-color: var(--background--color--2);
  opacity: 0.1;
  border-radius: calc(var(--radius--1) * 4);
}
.paragraph--social-wall .social-wall--col-3 {
  position: relative;
  z-index: 1;
  padding-top: 2.8rem;
  padding-bottom: 3.7rem;
  justify-content: space-between;
}
.paragraph--social-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--social-wall .social-wall-video {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: var(--radius--3);
  margin-bottom: 22%;
}
.paragraph--social-wall .social-wall-video iframe {
  width: 100%;
  height: 100%;
}
.paragraph--social-wall .social-wall--image--1 {
  --radius: var(--radius--2);
  height: 30%;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 1;
  aspect-ratio: 194/242;
  border-top-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  overflow: hidden;
}
.paragraph--social-wall .social-wall--image--2 {
  --radius: var(--radius--3);
  width: 100%;
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 1;
  aspect-ratio: 306/381;
  border-radius: var(--radius);
  overflow: hidden;
}
.paragraph--social-wall .social-wall--image--3 {
  --radius: var(--radius--2);
  height: 28%;
  position: absolute;
  top: 3%;
  right: 0;
  z-index: 1;
  aspect-ratio: 153/191;
  border-top-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  overflow: hidden;
}
.paragraph--social-wall .social-wall--image--4 {
  --radius: var(--radius--3);
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 1;
  aspect-ratio: 194/242;
  border-radius: var(--radius);
  overflow: hidden;
}
.paragraph--social-wall .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: var(--spacing--3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.paragraph--social-wall .swiper-pagination .swiper-pagination-bullet {
  --d: 2.4rem;
  --d-before: 1.2rem;
  width: initial;
  height: 4rem;
  padding: 0 var(--spacing--1);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 1;
}
.paragraph--social-wall .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: var(--d-before);
  height: var(--d-before);
  border: 1px solid var(--c--white);
  border-radius: var(--d-before);
  transition: 0.45s ease all;
}
.paragraph--social-wall .swiper-pagination .swiper-pagination-bullet.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.paragraph--social-wall .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 2.4rem;
}
.paragraph--social-wall .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 4.8rem;
  height: var(--d);
  background-color: var(--c--white);
  border-color: var(--c--white);
}
.paragraph--social-wall .swiper-pagination {
  margin-top: var(--spacing--5);
}
.paragraph--social-wall .swiper-pagination .swiper-pagination-bullet:before {
  background-color: var(--c--white);
}
.paragraph--social-wall .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-color: var(--c--primary);
  background-color: var(--c--primary);
}
@media (min-width: 992px) {
  .paragraph--social-wall .social-wall--col-1 {
    width: calc(37.5% - var(--spacing--4));
  }
  .paragraph--social-wall .social-wall--col-2 {
    width: calc(37.5% - var(--spacing--4));
  }
  .paragraph--social-wall .social-wall--col-3 {
    width: calc(25% - var(--spacing--4));
  }
}
.paragraph--social-wall iframe {
  pointer-events: none;
}
@media (max-width: 991px) {
  .paragraph--social-wall {
    overflow: hidden;
  }
  .paragraph--social-wall .social-wall--slider {
    width: 75%;
    margin-top: 6rem;
    overflow: visible;
  }
  .paragraph--social-wall .swiper-slide {
    height: auto;
  }
  .paragraph--social-wall .social-wall-video {
    margin-bottom: 0;
  }
  .paragraph--social-wall .social-wall--image--1 {
    top: 0;
    height: 26%;
  }
  .paragraph--social-wall .social-wall--image--3 {
    top: 0;
    right: auto;
    left: 0;
    height: 56%;
  }
  .paragraph--social-wall .social-wall--image--4 {
    height: 40%;
    width: initial;
    bottom: 0;
  }
}
/*# sourceMappingURL=paragraph--social-wall.css.map */
