

.black-bg {
  background-color: #010002;
}

section#video {
  padding-top: 30px;
}

.hero.container {
  padding-top: 150px;
  padding-bottom: 64px;
}

.hero .image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  max-height: 700px;
  max-width: 700px;
  margin: 0 auto;
}



.speaker-info {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 9;
}

.speaker-info .title {
  color: #b2b2b2;
  font-size: 15px;
  margin-bottom: 0;
}

.speaker-info .name {
  color: #b2b2b2;
  font-weight: 900;
  margin-bottom: 0;
  font-size: 18px;
}

.speaker-info .company {
  color: #b2b2b2;
  font-weight: 900;
  margin-bottom: 0;
  font-size: 15px;
}



.speaker-img {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 100%;
  object-fit: cover;
}



.logo-company {
  position: absolute;
  width: 35%;
  left: 13%;
  top: 25%;
}



.hero .text-container {
  padding-top: 24px;
}

.session-controls {
  display: flex;
  gap: 36px;
  margin-bottom: 10px;
}

.primary-session,
.secondary-session {
  transition: opacity 0.3s ease-in-out;
}

div#video .session-video-container {
  grid-row: 1/1;
}
div#video {
  display: grid;
  padding-top: 0;
}

a.slides-cta {
  grid-row: 2/2;
}

.secondary-session {
  display: none;
}

.inactive-session {
  opacity: 0;
}

.hero .subtitle {
  color: #808080;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 5px;
  border: none;
  background: none;
  padding: 0 0 12px 0;
}

.hero .subtitle:hover {
  color: #ffbb33;
}

.hero .subtitle.active {
  color: #ffbb33;
  border-bottom: 2px solid #ffffff;
}

button.subtitle.primary.active.default {
  border-bottom: none;
  padding-bottom: 0;
}

.hero h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 115%;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgb(32, 155, 196) 0%,
    rgb(77, 201, 192) 100%
  );
  background-clip: text;
  margin-bottom: 20px;
}

.hero p.highlights {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgb(32, 155, 196) 0%,
    rgb(77, 201, 192) 100%
  );
  background-clip: text;
  font-weight: 900;
  font-size: 18px;
}

.session-description p,
.session-description li {
  color: #ffffff;
  font-size: 12px;
  line-height: 135%;
}

.session-description h2 {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.3px;
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
}



.hero .video-container img {
  width: 100%;
  object-fit: cover;
}

.hero .video-container {
  border: 1px solid #4d4d4d;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  cursor: pointer;
}

.hero .video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 0;
  border-radius: 16px;
  z-index: 5;
}

.hero .video-container:hover::before {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.hero .video-container,
.hero .video-container img {
  border-radius: 16px;
}

.hero .video-container .session-info-container {
  z-index: 9999;
  position: absolute;
  top: -20px;
  padding: 25px;
  opacity: 0;
  transition: top 0.5s, left 0.5s, opacity 0.1s;
  display: none;
}

.hero .video-container:hover .session-info-container {
  top: 0;
  opacity: 1;
}

.hero .video-container .session-cta-container {
  position: absolute;
  left: 50%;
  top: 50%;
  
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  z-index: 999;
  transition: bottom 0.5s, left 0.5s, opacity 0.5s, top 0.5s;
}
.hero .video-container:hover .session-cta-container {
  opacity: 1;
}

.hero .video-container .session-cta-container p {
  font-weight: 700;
  display: flex;
  color: #fff;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  margin: 0;
  flex-direction: column-reverse;
}

.hero .video-container .session-cta-container p img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.session-info-title p {
  font-weight: 900;
  color: white;
}

.short-description {
  color: #b2b2b2;
}

.short-description p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a.slides-cta {
  background: linear-gradient(135deg, #069fce 0, #51cbbf 100%);
  border: none;
  color: #fff;
  padding: 13px 24px;
  border-radius: 8px;
  width: fit-content;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 30px auto 30px;
}

a.slides-cta img {
  margin-left: 8px;
  position: relative;
  top: -1px;
}

a.slides-cta:hover {
  background: linear-gradient(135deg, #06aadd 0, #5dcfc3 100%);
}

img.icon-video {
  position: absolute;
  width: 126px !important;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}



video.video-bg {
  width: 100%;
}



.gradient {
}

section.black-bg.topics {
  background: linear-gradient(180deg, rgb(0 0 0) 16.74%, #4d4d4d 103.72%);
}

.topics-inner.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.gradient {
  padding-bottom: 64px;
}

.topics-text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 72px;
}

.topics-text-container h2 {
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.3px;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.topics-text-container p {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #b2b2b2;
  text-align: left;
}

.topics-text-container li {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #b2b2b2;
  margin-top: 15px;
}

.topics-text-container ul {
  margin-top: 15px;
}

.gradient h2 {
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.3px;
  color: #fff;
  text-align: center;
}

p.related-topics-subtitle {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  color: #b2b2b2;
  text-align: center;
  margin-bottom: 24px;
}

.related-topic {
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  position: relative;
}

.topic-content .image-container img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}

.topic-content .image-container {
  width: fit-content;
  min-width: 70px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
}

.news .topic-content .image-container {
  background: linear-gradient(64deg, #3099e3 3.94%, #77def0 108.36%);
}

.blog .topic-content .image-container {
  background: linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%);
}

.solution .topic-content .image-container {
  background: #ff4444;
}

.topic-content .image-container p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.topic-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topic-text-container h3 {
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  color: #ff8800;
  margin-bottom: 5px;
}

.topic-text-container p {
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.7px;
  color: #0b0d0f;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.topics-text-container p:last-of-type {
  margin-bottom: 0;
}

.topic-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  padding: 8px 0;
}

.news .topic-footer {
  justify-content: space-between;
}

a.topic-cta {
  background-color: #0b0d0f;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: 0.2s;
}

a.topic-cta:hover {
  border: 1px solid #209bc4;
}

a.topic-cta:hover .text-hover {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgb(32, 155, 196) 0%,
    rgb(77, 201, 192) 100%
  );
  background-clip: text;
}

.topic-video-cta {
  display: flex;
  width: 100%;
  padding: 16px 38px;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-top: 60px;
  transition: 0.2s;
}

a.topic-video-cta:hover {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgb(32, 155, 196) 0%,
    rgb(77, 201, 192) 100%
  );
  background-clip: text;
  border: 1px solid #209bc4;
}

a.topic-cta:hover img {
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg)
    brightness(95%) contrast(80%);
}

.topic-footer p {
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.7px;
  color: #0b0d0f;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.topic-featured-image {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 12px;
  max-height: 120px;
  object-fit: cover;
}

.related-topics-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}



section.slides {
  padding: 64px 0;
}

.slides h2 {
  font-family: Lato;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  letter-spacing: 0.3px;
  color: #0b0d0f;
  margin-bottom: 16px;
  text-align: center;
}

div#carousel-slides {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 18px;
  padding: 0px 0px 0px 72px;
  position: relative;
  
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 208px;
  max-width: 256px;
  padding: 0;
}

img.left-arrow {
  height: 24px;
  position: absolute;
  width: 24px;
  left: -30px;
  cursor: pointer;

  margin-bottom: 0px;
  margin-right: 0px;
  top: 50%;
  transform: scaleX(-1) translateY(-50%);
}
img.right-arrow {
  margin-bottom: 0px;
  margin-right: 0px;
  width: 54px;
  right: -30px;
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.pic-1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  
}

.frame-140545 {
  align-items: center;
  display: inline-flex;
  gap: 34px;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.frame-140545 .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slides-carousel .owl-stage-outer {
  overflow: hidden;
}

.slides-carousel .owl-next,
.slides-carousel .owl-prev {
  position: unset !important;
}
.slides-carousel .owl-item * {
  width: 100%;
}

.animate__fadeIn {
  --animate-duration: 2s;
}

.animate__fadeOut {
  --animate-duration: 2s;
}

#carousel-slides .slide {
  position: static;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  object-position: center;
}

.action-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}

.action-buttons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: 0.1s ease-out;
  cursor: pointer;
}

.share-icons {
  position: relative;
}

.share-clipboard {
  background: #efefef;
  position: absolute;
  width: 80px;
  bottom: -50px;
  z-index: 9;
  color: #1c1c1c;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.share-icon-hover {
  position: absolute;
  z-index: 9999999;
  transition: 0.3s ease-in-out;
}

.share-clipboard {
  background: #efefef;
  position: absolute;
}

.share-icons:hover img {
  opacity: 0;
}

.share-icons .share-hover {
  opacity: 0;
}

.share-icons:hover .share-hover {
  opacity: 1;
}



section.about-speaker {
  background: #efefef;
  position: relative;
  padding: 102px 0;
  overflow: hidden;
}

.overlap-group-1 {
  background: linear-gradient(
    180deg,
    rgb(6, 160, 206) 0%,
    rgb(81, 203, 191) 100%
  );
  border-radius: 100%;
  position: relative;
  max-width: 97px;
}

.background.overflow-hidden {
  position: relative;
}

img.clipping-mask {
  width: 100%;
  
  border-radius: 100%;
  
}

.icon-outer {
  background: #ffffff;
  position: absolute;
  
  
  z-index: 999;
  
  
  left: 0;
  bottom: 0;
  border-radius: 100%;
}

.icon-inner {
  height: 40px;
  width: 40px;
  padding: 8px;
}

.overlap {
  position: relative;
}

.container-pill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.corner-wave {
  transform: rotate(-90deg);
  position: absolute;
  right: -8px;
  top: -8px;
}

.speaker-text-container h2 {
  color: #0b0d0f;
  text-align: center;
  font-family: Lato;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  letter-spacing: 0.3px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.bio-container p {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #0b0d0f;
}

.speaker-socials {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 42px;
}



body div#lightboxed--bttn_next {
  background-image: url(/wp-content/themes/dpesummit2022/assets/img/home_2023/right-arrow.svg);
  background-color: transparent;
  filter: brightness(100);
}

body div#lightboxed--bttn_prev {
  background-image: url(/wp-content/themes/dpesummit2022/assets/img/home_2023/right-arrow.svg);
  background-color: transparent;
  filter: brightness(100);
  transform: scale(-1);
}

body div#lightboxed--bttn_close {
  
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  right: 5%;
  top: 3%;
  border: 1px solid white;
  border-radius: 8px;
  text-transform: uppercase;
  background: none;
  width: fit-content;
}

body div#lightboxed--bttn_close::before {
  content: "CLOSE X";
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

div#lightboxed--bttn_close:hover::before {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgb(32, 155, 196) 0%,
    rgb(77, 201, 192) 100%
  );
  background-clip: text;
}

div#lightboxed--bttn_close:hover {
  border: 1px solid #209bc4;
}



.session-carousel .slide {
  width: 100%;
  object-fit: cover;
}

.owl-stage-outer {
  overflow: hidden;
}

.session-carousel .slide {
  width: 100%;
  object-fit: cover;
  border-radius: 46px;
}

.session-carousel {
  max-width: 75%;
  margin: 0 auto;
}

button.owl-prev,
button.owl-next {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
}

button.owl-prev.disabled,
button.owl-next.disabled {
  display: none !important;
}

button.owl-prev span,
button.owl-next span {
  display: none;
}

button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  margin-left: 0;
}

button.owl-next::after,
button.owl-prev::after {
  content: "" !important;
  background: url(/wp-content/themes/dpesummit2022/assets/img/home_2023/right-arrow.svg);
  width: 53px;
  height: 53px;
  display: block;
}

.carousel-outer {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero .text-container {
    padding-top: 37px;
  }

  .speaker-info .name {
    font-size: 19px;
  }

  .hero p.subtitle {
    font-size: 19px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero p.highlights {
    font-size: 19px;
  }

  .session-info-title p {
    font-size: 18px;
  }

  .topics-text-container h2 {
    font-size: 42px;
  }

  .topics-text-container p,
  .topics-text-container li {
    font-size: 19px;
  }

  .gradient h2 {
    font-size: 42px;
  }

  p.related-topics-subtitle {
    font-size: 19px;
  }

  .related-topics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  img.topic-featured-image {
    display: none;
  }

  .related-topic {
    padding-bottom: 90px;
  }

  .topic-footer p {
    display: none;
  }

  .topic-footer {
    justify-content: flex-start;
    position: absolute;
    bottom: 10px;
  }

  .topic-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .topic-content .image-container {
    flex-direction: row;
    justify-content: flex-start;
    gap: 7px;
    padding: 8px 10px;
  }

  .topic-content .image-container img {
    width: 18px;
    height: 18px;
  }

  .topic-video-cta {
    width: fit-content;
    margin: 60px 0 0;
  }

  
  .slides h2 {
    font-size: 46px;
  }

  div#carousel-slides {
    max-width: 511px;
    height: 288px;
  }

  

  .speaker-text-container h2 {
    font-size: 58px;
  }

  .bio-container p {
    font-size: 19px;
  }

  section#video {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1280px) {
  .hero.container {
    display: flex;
  }

  div#video {
    display: block;
  }

  a.slides-cta {
    margin-bottom: 0;
  }

  .hero .image-container {
    max-width: 100%;
  }

  .image-container {
    width: 50%;
  }

  .text-container {
    width: 50%;
  }

  .speaker-info {
    bottom: 15%;
  }

  .speaker-info .name {
    font-size: 21px;
  }

  .speaker-info .company {
    font-size: 17px;
  }

  .speaker-img {
    height: 80%;
  }

  .hero .text-container {
    padding-top: 0;
  }

  .hero p.subtitle {
    font-size: 21px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero p.highlights {
    font-size: 21px;
  }

  .session-description p,
  .session-description li {
    font-size: 13px;
  }

  .logo-company {
    width: 50%;
    left: -5%;
  }

  .hero .video-container {
    margin-top: 24px;
  }

  

  

  .hero .video-container:hover .session-cta-container {
    opacity: 1;
  }

  .hero .video-container:hover .session-info-container {
    top: 39px;
    opacity: 1;
  }

  .hero .video-container img {
    max-height: 300px;
  }

  a.slides-cta {
    font-size: 19px;
    margin: 30px 0 0;
  }

  .topics-text-container {
    width: 80%;
  }

  .topics-text-container h2 {
    font-size: 43px;
  }

  .topics-inner.container {
    flex-direction: row;
  }

  section.black-bg.topics {
    background: #010002;
    padding-bottom: 50px;
  }

  .gradient {
    

    position: absolute;
    right: 0;
    width: 20vw;
    height: 100%;
  }

  .gradient h2 {
    font-size: 43px;
  }

  p.related-topics-subtitle {
    font-size: 21px;
  }

  .gradient-inner {
    padding: 30px 80px;
    background: linear-gradient(
      180deg,
      rgba(77, 77, 77, 0) 0%,
      #a8a7a6 50%,
      rgba(77, 77, 77, 0) 100%
    );
  }

  .related-topics-grid {
    display: flex;
  }

  .gradient {
    width: 40vw;
  }

  .related-topic {
    padding-bottom: 16px;
  }

  .topic-content {
    flex-direction: row;
    align-items: start;
  }

  .topics-text-container {
    width: 50%;
    padding-bottom: 0;
  }

  .topic-text-container h3 {
    font-size: 17px;
  }

  .topic-text-container p {
    font-size: 13px;
  }

  .topic-content .image-container {
    padding: 8px 22px;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .topic-content .image-container img {
    width: 24px;
    height: 24px;
  }

  .topic-footer {
    justify-content: flex-end;
    position: unset;
  }

  .topic-footer p {
    display: flex;
    font-size: 13px;
  }

  .topic-video-cta {
    font-size: 13px;
    width: fit-content;
    margin: 40px 0 0;
  }

  

  .slides h2 {
    font-size: 50px;
  }

  div#carousel-slides {
    height: 444px;
    max-width: 790px;
    padding-left: 70px;
  }

  img.left-arrow {
    height: 54px;
    position: absolute;
    width: 54px;
    left: -20px;
    cursor: pointer;
    transform: scaleX(-1);
    top: unset;
  }

  img.right-arrow {
    height: 54px;
    position: absolute;
    width: 54px;
    right: -70px;
    cursor: pointer;
    top: unset;
  }

  .action-buttons img {
    width: 38px;
    height: 38px;
  }

  

  .overlap-group-1 {
    max-width: 118px;
  }

  .icon-inner {
    height: 45px;
    width: 45px;
    padding: 8px;
  }

  .speaker-text-container h2 {
    font-size: 64px;
  }

  .bio-container p {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1920px) {
  .speaker-info .name {
    font-size: 22px;
  }

  .speaker-info .company {
    font-size: 19px;
  }

  .hero p.subtitle {
    font-size: 22px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .hero p.highlights {
    font-size: 22px;
  }

  .session-description p,
  .session-description li {
    font-size: 15px;
  }

  .hero .video-container {
    margin-top: 45px;
  }

  a.slides-cta {
    margin: 45px 0 0;
  }

  .gradient {
    max-width: 620px;
    padding: 0;
  }
  .gradient-inner {
    padding: 80px 104px;
  }

  .topics-text-container {
    width: 60%;
  }

  .topics-text-container h2 {
    font-size: 43px;
  }

  .gradient h2 {
    font-size: 46px;
  }

  .topic-video-cta {
    font-size: 15px;
    width: fit-content;
    margin: 60px 0 0;
  }

  img.topic-featured-image {
    display: block;
    max-height: 130px;
  }

  

  section.slides {
    padding: 104px 0;
  }

  .slides h2 {
    font-size: 54px;
    margin-bottom: 31px;
  }

  div#carousel-slides {
    max-width: 1200px;
    height: 674px;
  }

  .action-buttons {
    margin-bottom: 31px;
  }

  .action-buttons img {
    width: 46px;
    height: 46px;
  }

  

  .overlap-group-1 {
    max-width: 145px;
  }

  .icon-inner {
    height: 55px;
    width: 55px;
    padding: 8px;
  }

  .speaker-text-container h2 {
    font-size: 70px;
  }

  .bio-container p {
    font-size: 22px;
  }

  .speaker-socials {
    gap: 30px;
    margin-top: 48px;
  }

  .speaker-socials img {
    transform: scale(1.3);
    transform: scale;
  }
}

@media (max-width: 768px) {
  .session-carousel .slide {
    border-radius: 24px;
  }
  .hero.container {
    padding-top: 190px;
  }
}
