.linkedin__container {
  overflow: hidden;
  padding-top: 3rem !important;
}
.linkedin__section {
  padding: 9.8rem 0 !important;
}
@media (max-width: 991px) {
  .linkedin__section:is(section) {
    padding: 3.6rem 0 5.6rem !important;
  }
}
@media (max-width: 650px) {
  .linkedin__section:is(section) {
    padding: 0.2rem 0 3.2rem !important;
  }
}
@media (max-width: 650px) {
  .linkedin__top {
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .linkedin__title:is(h2) {
    font-size: 4.2rem;
    line-height: 5rem;
  }
}
@media (max-width: 650px) {
  .linkedin__title:is(h2) {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: center;
  }
}
.linkedin__wrapper {
  gap: 2.6rem;
}
@media (max-width: 991px) {
  .linkedin__wrapper {
    gap: 1.2rem;
  }
}
@media (max-width: 650px) {
  .linkedin__wrapper {
    gap: 0;
  }
}
.linkedin__slide {
  display: block;
  border-radius: 2.4rem;
  box-shadow: 0px 0px 16px 0px #e3eff6;
  padding: 3.2rem;
  background: white;
  margin: 12px 0;
  min-height: 415px;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .linkedin__slide {
    padding: 2.4rem;
    gap: 2rem;
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  .linkedin__slide {
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.linkedin__slide:hover .linkedin__readMore {
  color: #ff5e18;
}
.linkedin__slide:hover .linkedin__readMore img.on-hover {
  opacity: 1;
}
.linkedin__slide:hover .linkedin__readMore img:not(.on-hover) {
  opacity: 0;
}
.linkedin__content > * {
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}
.linkedin__slideTop {
  gap: 1.6rem;
}
.linkedin__image img {
  max-width: 100%;
  min-width: 100%;
  border-radius: 1.6rem;
  max-height: 198px;
  min-height: 198px;
  object-fit: cover;
}
.linkedin__content {
  gap: 1.2rem;
}
.linkedin__readMore {
  color: #127fff;
  gap: 1rem;
  max-width: fit-content;
  transition: color 0.24s ease-in-out;
}
.linkedin__nav {
  gap: 1.2rem;
}
.linkedin__swiperNav {
  width: 5.2rem;
  height: 5.2rem;
  cursor: pointer;
  border-radius: 1.6rem;
  box-shadow: 0px 0px 16px 0px rgba(21, 90, 193, 0.1019607843);
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 650px) {
  .linkedin__swiperNav {
    display: none;
  }
}
.linkedin__swiperNav:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 102, 255, 0.3019607843);
}
.linkedin__swiperNav:hover img.on-hover {
  opacity: 1;
}
.linkedin__swiperNav:hover img:not(.on-hover) {
  opacity: 0;
}
.linkedin .swiper {
  overflow: visible;
}
.linkedin .swiper-wrapper {
  padding: 3rem 0;
}
@media (max-width: 650px) {
  .linkedin .swiper-wrapper {
    padding: 2.4rem 0;
  }
}
.linkedin .swiper-pagination {
  margin-top: 1.2rem;
  position: relative;
  bottom: 0;
  top: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3.2rem !important;
}
@media (min-width: 651px) {
  .linkedin .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 821px) {
  .linkedin .swiper-pagination {
    gap: 1.6rem !important;
  }
}
.linkedin .swiper-pagination-bullet {
  margin: 0 !important;
  transition: background-color 0.3s ease-in-out;
  background-color: #DAEBFE !important;
  opacity: 1 !important;
}
.linkedin .swiper-pagination-bullet-active {
  background-color: #127FFF !important;
}
.linkedin .juicer-feed .j-stacker-wrapper .j-stacker > * {
  display: flex !important;
  padding: 0px !important;
}
.linkedin .juicer-feed .j-stacker-wrapper {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.linkedin .juicer-feed .j-date {
  display: none;
}
.linkedin .juicer-feed .j-meta {
  display: none;
}
.linkedin .juicer-feed .j-text p {
  font-family: "Lexend", sans-serif;
  color: #001f43;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
  max-height: 5.8rem;
  overflow-y: hidden;
}
.linkedin .referral {
  display: none !important;
}

/*# sourceMappingURL=block.css.map */
