.insiderone-speaker-featured-container {
  background: linear-gradient(180deg, var(--Orbit, #23423D) 0%, var(--Dark-Matter, #18181B) 69.12%), var(--Token-BG-Dark, #18181B);
  padding: 75px 0;
}

.speaker-featured-image-container {
  background: var(--Orbit, linear-gradient(180deg, var(--Orbit, #23423D) 0%, var(--Dark-Matter, #18181B) 50%));
  flex: 0 0 344px;
}

.speaker-item a {
  border-radius: 80px;
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  box-shadow: 0 -1px 1px 1px var(--Shadow-Dark-M, rgba(38, 26, 40, 0.1)) inset, 0 1px 1px 1px var(--Shadow-Light-XL, rgba(239, 235, 228, 0.2)) inset, 0 6px 6px -3px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 3px 3px -1.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 1px 1px -0.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 0 0 1px var(--Shadow-Light-M, rgba(239, 235, 228, 0.1));
  padding: 12px;
  color: #EFEBE4;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  justify-content: center;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.speaker-item a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/plugins/insiderone-event-widgets/insiderone-uplift-widgets/insiderone-uplift-who-should-attend/assets/img/button-icon.svg);
  display: inline-flex;
}
.speaker-item a:hover {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.speaker-featured-image-container-outher {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.speaker-featured-left-right {
  width: 100%;
  margin: auto;
  max-width: 1004px;
}

.speaker-featured-main-desc {
  color: #FFF;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .speaker-featured-main-desc {
    font-size: 4vw;
    line-height: 7.5vw;
    margin-bottom: 12vw;
  }
}

.speaker-featured-container,
.speaker-featured-no-bio-container {
  background: #FFFAEF;
  padding: 5.625rem 0;
  color: #EFEBE4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .speaker-featured-container,
  .speaker-featured-no-bio-container {
    padding: 2.8125rem 0 1rem;
  }
}
.speaker-featured-container.white,
.speaker-featured-no-bio-container.white {
  background: #F8F8F8;
}
.speaker-featured-container.dark,
.speaker-featured-no-bio-container.dark {
  background: #051235;
}
.speaker-featured-container.dark .speaker.show:after,
.speaker-featured-no-bio-container.dark .speaker.show:after {
  border-bottom-color: #444D68;
}
.speaker-featured-container.dark .speaker-featured-content,
.speaker-featured-no-bio-container.dark .speaker-featured-content {
  background: #444D68;
  color: #EFEBE4;
}
.speaker-featured-container.dark .speaker-featured-main-title,
.speaker-featured-no-bio-container.dark .speaker-featured-main-title {
  color: #EFEBE4;
}
.speaker-featured-container.dark .speaker-featured-content-inside .speaker-featured-name,
.speaker-featured-container.dark .speaker-featured-info .speaker-featured-name,
.speaker-featured-container.dark .speaker-featured-info,
.speaker-featured-no-bio-container.dark .speaker-featured-content-inside .speaker-featured-name,
.speaker-featured-no-bio-container.dark .speaker-featured-info .speaker-featured-name,
.speaker-featured-no-bio-container.dark .speaker-featured-info {
  color: #EFEBE4;
  margin: 0 0 0.5rem;
}
.speaker-featured-container.dark .speaker-featured-button,
.speaker-featured-no-bio-container.dark .speaker-featured-button {
  background: #FDFFC7;
  color: #EFEBE4;
}
.speaker-featured-container.dark .swiper-pagination-bullet,
.speaker-featured-no-bio-container.dark .swiper-pagination-bullet {
  background-color: #EFEBE4;
}
.speaker-featured-container.dark .swiper-pagination-bullet-active,
.speaker-featured-no-bio-container.dark .swiper-pagination-bullet-active {
  background-color: #FCCBBE;
}
.speaker-featured-container:before,
.speaker-featured-no-bio-container:before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 100%;
  max-width: 72.5rem;
  height: 40rem;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1.875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .speaker-featured-container:before,
  .speaker-featured-no-bio-container:before {
    display: none;
  }
}

.speaker,
.speaker-featured-no-bio {
  background: #EFEBE4;
  border-radius: 0.3125rem 0.3125rem 0 0;
  text-align: center;
  padding-bottom: 0.625rem;
  position: relative;
}
.speaker.show-bio,
.speaker-featured-no-bio.show-bio {
  cursor: pointer;
}
.speaker.show:after,
.speaker-featured-no-bio.show:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #EFEBE4;
  transition: opacity 0.3s linear, max-height 0.3s ease-out;
  bottom: -24px;
  left: 112px;
}

.speaker-featured-title,
.speaker-featured-no-bio-title {
  color: #F8F8F8;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .speaker-featured-title,
  .speaker-featured-no-bio-title {
    text-align: left;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }
}

.speaker-featured-name,
.speaker-featured-no-bio-name {
  margin: 0.5rem 0 0.3125rem;
}

.speaker-featured-main-title,
.speaker-featured-no-bio-main-title {
  margin-bottom: 4.0625rem;
  text-align: center;
  margin-top: 0;
  color: #EFEBE4;
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 87.5% */
}
@media screen and (max-width: 767px) {
  .speaker-featured-main-title,
  .speaker-featured-no-bio-main-title {
    margin-bottom: 1.875rem;
    font-size: 7vw;
    line-height: 8vw;
  }
}

.speaker-featured-content,
.speaker-featured-no-bio-content {
  opacity: 0;
  max-height: 0;
  width: 100%;
  background: #EFEBE4;
  transition: opacity 0.1s linear, max-height 0.3s ease-out;
  margin-top: 0.8125rem;
  margin-bottom: 0.625rem;
}
.speaker-featured-content.show,
.speaker-featured-no-bio-content.show {
  opacity: 1;
  transition: opacity 0.1s linear, max-height 0.3s ease-in;
  height: auto;
  max-height: 62.5rem;
}

.speaker-featured-content-inside,
.speaker-featured-no-bio-content-inside {
  padding-top: 32px;
}
.speaker-featured-content-inside .speaker-featured-title,
.speaker-featured-no-bio-content-inside .speaker-featured-title {
  margin-bottom: 1.5625rem;
}

.speaker-featured-image,
.speaker-featured-no-bio-image {
  width: 16.25rem;
  height: 16.875rem !important;
  border-radius: inherit !important;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .speaker-featured-image,
  .speaker-featured-no-bio-image {
    width: auto !important;
    height: auto !important;
  }
}

.speaker-featured-image-container-bottom {
  padding-top: 16px;
}
.speaker-featured-image-container-bottom .speaker-featured-logo {
  display: flex;
}
.speaker-featured-image-container-bottom img {
  max-width: 120px;
}

.speaker-featured-image-container,
.speaker-featured-no-bio-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .speaker-featured-image-container,
  .speaker-featured-no-bio-image-container {
    width: 100%;
    border-radius: 20px;
    justify-content: end;
  }
}

.speaker-featured-list,
.speaker-featured-no-bio-list {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 2.5rem;
  grid-row-gap: 0.625rem;
  justify-content: center;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .speaker-featured-list.desktop,
  .speaker-featured-no-bio-list.desktop {
    display: none;
  }
}
.speaker-featured-list.mobile,
.speaker-featured-no-bio-list.mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .speaker-featured-list.mobile,
  .speaker-featured-no-bio-list.mobile {
    display: flex;
    max-width: 35rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .speaker-featured-list.mobile,
  .speaker-featured-no-bio-list.mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .speaker-featured-list,
  .speaker-featured-no-bio-list {
    display: none;
  }
}

.speaker-featured-name {
  margin: 0 0 1.875rem;
  color: #EFEBE4;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .speaker-featured-name {
    text-align: left;
    font-size: 5vw;
    line-height: 7vw;
  }
}

.speaker-featured-left-right,
.speaker-featured-no-bio-left-right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .speaker-featured-left-right,
  .speaker-featured-no-bio-left-right {
    display: none;
  }
}
.speaker-featured-left-right .speaker-featured-image-container,
.speaker-featured-no-bio-left-right .speaker-featured-image-container {
  justify-content: end;
  border-radius: 20px;
}
.speaker-featured-left-right .speaker-featured-logo,
.speaker-featured-no-bio-left-right .speaker-featured-logo {
  width: 19rem;
  text-align: left;
}
.speaker-featured-left-right .speaker-featured-logo img,
.speaker-featured-no-bio-left-right .speaker-featured-logo img {
  padding: 1rem 0;
  max-width: 156px;
}
.speaker-featured-left-right .speaker-featured-info,
.speaker-featured-no-bio-left-right .speaker-featured-info {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .speaker-featured-left-right .speaker-featured-info,
  .speaker-featured-no-bio-left-right .speaker-featured-info {
    display: none;
  }
}
.speaker-featured-left-right .speaker-featured-info p,
.speaker-featured-no-bio-left-right .speaker-featured-info p {
  color: #FFF;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

.speaker-featured-content-inside p {
  color: #FFF;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-align: left;
}
@media screen and (max-width: 767px) {
  .speaker-featured-content-inside p {
    font-size: 4vw;
    line-height: 7.5vw;
  }
}

.speaker-featured-left-right-container,
.speaker-featured-no-bio-left-right-container {
  display: flex;
  align-items: center;
  gap: 80px;
}
.speaker-featured-left-right-container:nth-child(even),
.speaker-featured-no-bio-left-right-container:nth-child(even) {
  flex-direction: row-reverse;
}

.speaker-featured-mobile,
.speaker-featured-no-bio-mobile {
  display: none;
}
.speaker-featured-mobile .nav,
.speaker-featured-no-bio-mobile .nav {
  display: flex;
  justify-content: end;
  gap: 3.5vw;
}
@media screen and (max-width: 767px) {
  .speaker-featured-mobile,
  .speaker-featured-no-bio-mobile {
    display: flex;
    flex-direction: column;
  }
}
.speaker-featured-mobile .swiper-slide,
.speaker-featured-no-bio-mobile .swiper-slide {
  display: flex;
  justify-content: center;
}
.speaker-featured-mobile .swiper-slide-container,
.speaker-featured-no-bio-mobile .swiper-slide-container {
  width: fit-content;
  text-align: center;
}
.speaker-featured-mobile .swiper-pagination,
.speaker-featured-no-bio-mobile .swiper-pagination {
  position: relative;
  padding: 2.5rem 0 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1.5vw;
}
.speaker-featured-mobile .swiper-pagination-bullet,
.speaker-featured-no-bio-mobile .swiper-pagination-bullet {
  height: 0.625rem;
  width: 0.625rem;
  background-color: #EFEBE4;
  opacity: 1;
}
.speaker-featured-mobile .swiper-pagination-bullet-active,
.speaker-featured-no-bio-mobile .swiper-pagination-bullet-active {
  background-color: #FCCBBE;
}

.speaker-featured-button,
.speaker-featured-no-bio-button {
  text-align: center;
  width: 100%;
  margin: 4.6875rem 0;
  z-index: 99;
  position: relative;
  color: #FDFFC7;
}
@media screen and (max-width: 767px) {
  .speaker-featured-button,
  .speaker-featured-no-bio-button {
    margin: 60px 0;
  }
}

.speaker-featured-linkedin-url,
.speaker-featured-no-bio-linkedin-url {
  position: relative;
  top: 0.125rem;
  display: inline-flex;
  padding-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .nav a img {
    width: 10vw;
  }
}