.paragraph-premium-activities {
  margin: 60px auto 70px;
}
.paragraph-premium-activities__field-title {
  position: relative;
  overflow: hidden;
  max-width: 1146px;
  margin: 0 auto 30px;
  font-weight: 700;
  font-size: 20px;
  color: #202020;
}
.paragraph-premium-activities__field-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
[dir=ltr] .paragraph-premium-activities__field-title::after {
  margin-left: 10px;
}
[dir=rtl] .paragraph-premium-activities__field-title::after {
  margin-right: 10px;
}
.paragraph-premium-activities__field-description {
  max-width: 1146px;
  margin: 0 auto 45px;
}
@media (min-width: 992px) {
  .paragraph-premium-activities__field-description {
    margin: 0 auto 30px;
  }
}
.paragraph-premium-activities__field-description p {
  color: #606060;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .paragraph-premium-activities__field-description p {
    font-size: 16px;
  }
}
.paragraph-premium-activities__field-description p:last-child {
  margin-bottom: 0;
}
.paragraph-premium-activities .three-items {
  position: relative;
  max-width: 1155px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .paragraph-premium-activities .three-items {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .paragraph-premium-activities .three-items::after {
    position: absolute;
    content: " ";
    background: #fff url("../../../images/icon/solid-mobile-swipe.svg") center no-repeat;
    background-size: 24px;
    position: absolute;
    top: 15px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
  }
  [dir=ltr] .paragraph-premium-activities .three-items::after {
    right: 15px;
  }
  [dir=rtl] .paragraph-premium-activities .three-items::after {
    left: 15px;
  }
}
.paragraph-premium-activities .three-items__wrapper {
  width: 100%;
  max-width: 1146px;
}
.paragraph-premium-activities .three-items .swiper-slide {
  margin-bottom: 15px;
  width: 250px;
}
.paragraph-premium-activities .three-items .swiper-slide:first-of-type, .paragraph-premium-activities .three-items .swiper-slide:last-of-type {
  width: 260px;
}
@media (min-width: 768px) {
  .paragraph-premium-activities .three-items .swiper-slide {
    width: auto;
  }
  .paragraph-premium-activities .three-items .swiper-slide:first-of-type, .paragraph-premium-activities .three-items .swiper-slide:last-of-type {
    width: auto;
  }
}

.premium-icon {
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  width: 105px;
  height: 28px;
}
[dir=ltr] .premium-icon {
  left: 10px;
}
[dir=rtl] .premium-icon {
  right: 10px;
}
.premium-icon img {
  width: 100%;
  height: 100%;
}

.icon-open-modal {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #00A4D9;
  border-radius: 50%;
  text-align: center;
  font-family: unset !important;
  cursor: pointer;
}
[dir=ltr] .icon-open-modal {
  right: 15px;
}
[dir=rtl] .icon-open-modal {
  left: 15px;
}
.icon-open-modal::after {
  content: "+";
  color: #fff;
  font-size: 28px;
}

.node-social-activity-teaser-premium {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1019607843);
}
[dir=rtl] .node-social-activity-teaser-premium {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1019607843);
}
.node-social-activity-teaser-premium__content {
  min-height: auto;
  background-color: #fff;
}
.node-social-activity-teaser-premium__field-media-image {
  height: 180px;
}
.node-social-activity-teaser-premium__field-title {
  display: none;
}
.node-social-activity-teaser-premium__field-description {
  display: -webkit-box;
  max-height: 95px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium__field-description {
    max-height: 145px;
    -webkit-line-clamp: 6;
  }
}
.node-social-activity-teaser-premium__field-description p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium__field-description p {
    font-size: 16px;
  }
}
.node-social-activity-teaser-premium__date {
  display: none;
}
.node-social-activity-teaser-premium .activity-content {
  height: auto;
  max-height: 160px;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium .activity-content {
    height: calc(100% - 180px);
    max-height: 100%;
    margin-top: 180px;
  }
}
.node-social-activity-teaser-premium .activity-content .node-social-activity-teaser-premium__field-title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-line-clamp: 3;
  max-height: 75px;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
[dir=ltr] .node-social-activity-teaser-premium .activity-content .node-social-activity-teaser-premium__field-title {
  margin-right: 0;
}
[dir=rtl] .node-social-activity-teaser-premium .activity-content .node-social-activity-teaser-premium__field-title {
  margin-left: 0;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium .activity-content .node-social-activity-teaser-premium__field-title {
    max-height: 55px;
    -webkit-line-clamp: 2;
  }
}

.node-social-activity-teaser-premium-modal {
  display: none;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.node-social-activity-teaser-premium-modal.open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100vh;
  padding: 20px;
  background: rgba(248, 248, 248, 0.98);
  z-index: 999;
  overflow: auto;
}
.node-social-activity-teaser-premium-modal .btn-close {
  position: absolute;
  top: 15px;
}
[dir=ltr] .node-social-activity-teaser-premium-modal .btn-close {
  right: 15px;
}
[dir=rtl] .node-social-activity-teaser-premium-modal .btn-close {
  left: 15px;
}
@media (min-width: 992px) {
  .node-social-activity-teaser-premium-modal .btn-close {
    top: 30px;
  }
  [dir=ltr] .node-social-activity-teaser-premium-modal .btn-close {
    right: 30px;
  }
  [dir=rtl] .node-social-activity-teaser-premium-modal .btn-close {
    left: 30px;
  }
}
.node-social-activity-teaser-premium-modal .btn-close::before, .node-social-activity-teaser-premium-modal .btn-close::after {
  background-color: #606060;
}
.node-social-activity-teaser-premium-modal .premium-icon {
  display: none;
}
.node-social-activity-teaser-premium-modal > .container {
  max-width: 780px;
  margin: 40px auto;
}
.node-social-activity-teaser-premium-modal .social-activity-content {
  display: flex;
  flex-direction: column;
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium {
  box-shadow: none;
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-media-image {
  position: relative;
  width: auto;
  max-width: 780px;
  height: 250px;
  max-height: 520px;
  margin: 0 -20px 30px;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-media-image {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-title, .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-description {
  display: block;
  max-height: initial;
  -webkit-line-clamp: initial;
}
[dir=ltr] .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-title, [dir=ltr] .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-description {
  margin-right: 0;
}
[dir=rtl] .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-title, [dir=rtl] .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-description {
  margin-left: 0;
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: #202020;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-title {
    font-size: 24px;
    color: #240F6E;
  }
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-description p {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__field-description {
    margin-bottom: 30px;
  }
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__date {
  display: flex;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium__date {
    margin-bottom: 10px;
  }
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium .activity-content {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium .activity-content .node-social-activity-teaser-premium__field-title {
  display: none;
  max-height: initial;
  -webkit-line-clamp: initial;
  color: #240F6E;
}
[dir=ltr] .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium .activity-content .node-social-activity-teaser-premium__field-title {
  margin-right: 0;
}
[dir=rtl] .node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium .activity-content .node-social-activity-teaser-premium__field-title {
  margin-left: 0;
}
.node-social-activity-teaser-premium-modal .node-social-activity-teaser-premium .icon-open-modal {
  display: none;
}

.node-social-activity-teaser-premium__field-start-date + .node-social-activity-teaser-premium__field-end-date::before {
  content: "-";
  display: inline-block;
  margin: 0 3px;
}

/*# sourceMappingURL=premium-activities.css.map */
