.w-full {
  width: 100%;
}

.caps-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.tiny-caps {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.creator-page-list {
  padding: 48px 30px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
  margin: 0 auto 80px;
  margin: 0 auto;
  width: 80%;
}
.creator-page-list a.tiny-caps {
  color: rgb(38, 166, 154);
}
.creator-page-list .the-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.creator-page-list .the-items a {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.568627451) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(34, 34, 34, 0.5490196078) 0%, rgba(34, 34, 34, 0.5490196078) 100%);
  content: "";
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creator-page-list .the-items a:hover {
  opacity: 0.9;
}
.creator-page-list .single-item {
  width: calc(10% - 21.6px);
  width: calc(12.5% - 21px);
}
.creator-page-list img {
  width: 100%;
  max-width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
}
.creator-page-list img::after {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.568627451) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(34, 34, 34, 0.5490196078) 0%, rgba(34, 34, 34, 0.5490196078) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.creator-page-list h5,
.creator-page-list h6 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
}

.home-headline-area p.desc {
  margin-bottom: 0;
}

.home-headline-area h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}

.creator-page-list .button-wrap {
  margin-top: 50px;
}

@media (max-width: 1699px) {
  .creator-page-list .single-item h6 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: clip;
  }
  .creator-page-list .single-item {
    width: calc(16.667% - 20px);
  }
}
@media (max-width: 1279px) {
  .creator-page-list .single-item {
    width: calc(25% - 18px);
  }
}
@media (max-width: 992px) {
  .home-headline-area h2 {
    font-size: 30px;
  }
  .creator-page-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .creator-page-list .tiny-caps {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .creator-page-list {
    width: 100%;
  }
  .creator-page-list .single-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 599px) {
  .section-hero .home-headline-area {
    padding: 50px 0 30px;
    min-height: 0 !important;
  }
}/*# sourceMappingURL=creators.css.map */