section.paragraph--our-squad {
  overflow: hidden;
}
section.paragraph--our-squad .component-title {
  font-size: 54px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.54px;
  margin-bottom: 36px;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .component-title {
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
  }
}
section.paragraph--our-squad .slider-nav-btn-container {
  padding-top: 7px;
  z-index: 1;
}
section.paragraph--our-squad .player {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f3f8fb;
  width: 100%;
}
section.paragraph--our-squad .player > .image {
  min-height: 350px;
  width: 100%;
}
section.paragraph--our-squad .player > .image img {
  width: 100%;
}
section.paragraph--our-squad .player > .title {
  padding: 26px 36px 42px 36px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .player > .title {
    padding: 27px 27px 36px 27px;
  }
}
section.paragraph--our-squad .player > .title .role {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.72px;
  text-align: left;
  color: #505456;
  text-transform: uppercase;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .player > .title .role {
    font-size: 13px;
    line-height: 1.08;
    letter-spacing: 0.52px;
  }
}
section.paragraph--our-squad .player > .title .name {
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 0.68px;
  text-align: left;
  color: #b51f20;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .player > .title .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.48px;
  }
}
section.paragraph--our-squad .player > .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 35px;
  background-color: #b51f20;
  opacity: 0.9;
  color: white;
  transition: top 0.2s ease-in-out;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .player > .overlay {
    padding: 25px;
  }
}
section.paragraph--our-squad .player > .overlay .name {
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 0.68px;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .player > .overlay .name {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.28px;
  }
}
section.paragraph--our-squad .player > .overlay .role {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .player > .overlay .role {
    font-size: 14px;
    line-height: 2.43;
    letter-spacing: normal;
  }
}
section.paragraph--our-squad .player > .overlay .description {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (max-width: 1366.98px) {
  section.paragraph--our-squad .player > .overlay .description {
    font-size: 17px;
    line-height: 1.33;
  }
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .player > .overlay .description {
    font-size: 17px;
    line-height: 1.33;
  }
}
@media (min-width: 768px) {
  section.paragraph--our-squad .player:hover > .title {
    opacity: 0;
  }
  section.paragraph--our-squad .player:hover > .overlay {
    top: 0;
  }
}
section.paragraph--our-squad .player.details-on > .title {
  opacity: 0;
}
section.paragraph--our-squad .player.details-on > .overlay {
  top: 0;
}
section.paragraph--our-squad .swiper-container-wrapper .swiper-container {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
@media (max-width: 767.98px) {
  section.paragraph--our-squad .swiper-container-wrapper .swiper-container {
    margin-right: 0;
  }
}
section.paragraph--our-squad .swiper-container-wrapper .swiper-container {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
section.paragraph--our-squad .swiper-container-wrapper .swiper-container.swiper-container-initialized {
  opacity: 1;
}
@media (min-width: 1367px) {
  section.paragraph--our-squad .carousel-only-images .component-title {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -1.68px;
  }
}
section.paragraph--our-squad .carousel-only-images .player > .image {
  min-height: unset;
}
section.paragraph--our-squad .super-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 1024.98px) {
  section.paragraph--our-squad .super-title {
    font-weight: 300;
  }
}
section.paragraph--our-squad > .bg_icon {
  position: absolute;
  top: 5%;
  right: 0px;
}