#hero {
  margin-top: 82px;
  background: #2e3135;
  padding: 48px 0;
}

.hero-subtitle {
  font-family: Lato;
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  text-align: left;
  color: #ffbb33;
  margin-bottom: 24px;
  display: block;
}

#hero h1 {
  color: #fff;

  
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%; 
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.abstract {
  color: #fff;

  
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; 
}

.speakers-subtitle {
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #aaafb6 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  text-align: right;
  margin-top: 24px;
  grid-row: 2/2;
}

ul.speakers-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-row: 3/3;
  margin-bottom: 0;
}

.speakers-list .name {
  color: #fff;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; 
  text-align: right;
}

.speakers-list .title {
  color: #b2b2b2;
  margin: 0;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; 
  text-align: right;
}

.company-logo {
  display: none;
}



li.speaker-item {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: row-reverse;
}

img.speaker-inner-image {
  width: 100%;
}

.speaker-image-container svg {
  width: 100px;
  height: 100px;
}

.speaker-image-container svg image {
  width: 100%;
  height: 100%;
  y: -38px;
  x: -20;
  transform: scale(1.07, 1);
}

.postid-6291 .primary-session.session-video-container {
  display: none;
}

.postid-6291 .hero-inner.container {
  flex-direction: column;
}

.postid-6291 li.speaker-item {
  flex-direction: row;
}

.postid-6291 section#develocity,
.postid-6291 section#slides {
  display: none;
}

.postid-6291 .hero-col.speakers.sec * {
  text-align: left;
}

.postid-6291 .speaker-image-container.secondary {
  display: none;
}

.postid-6291 ul.speakers-list.secondary {
  margin-top: 70px;
}

.postid-6624 .company-logo img:nth-of-type(2) {
  max-width: 60px;
}
.postid-6624 .company-logo img:first-of-type {
  max-width: 20px;
}

.postid-6527 .company-logo img:nth-child(1) {
  max-width: 25px;
}
.postid-6527 .company-logo img:nth-child(2) {
  max-width: 102px;
}

.postid-6332 .speaker-item:nth-child(2) .speaker-image-container svg image {
  width: 80%;
  x: 0;
}

.company-container {
  filter: drop-shadow(0px 0px 2.286px rgba(0, 0, 0, 0.24));
  min-width: 25px;
  padding: 15px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #2e3135;
}

.speaker-image-container {
  position: relative;
}

li.speaker-item.secondary {
  flex-direction: column;
}

.speaker-image-container.secondary svg {
  width: 200px;
  height: 200px;
}



.company-logo.secondary {
  display: none;
}

.company-logo-mobile.secondary {
  display: none;
}

.company-logo-mobile {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.company-logo-mobile img {
  height: 20px;
  width: 30px;
  object-fit: contain;
}

.company-logo.secondary img {
  height: 30px;
  width: 30px;
}

.company-logo.secondary {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.company-container.secondary {
  border-color: #e5e5e5;
  bottom: 13px;
}

.speakers-list .name.secondary {
  color: #0b0d0f;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.25px;
}

.speaker-description {
  color: #0b0d0f;
  text-align: center;

  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; 
  margin-top: 16px;
}

.speakers-list .title.secondary {
  text-align: center;
}

ul.speakers-list.secondary {
  margin-top: 40px;
}

#speakers {
  padding: 48px 0;
}

#speakers h2.speakers-container-title {
  -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;
  color: transparent;
}

.speaker-links {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.speaker-links img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

a.x img {
  height: 25px;
}

.blog img {
  position: relative;
  top: 3px;
}

.speakers-container-title {
  color: #0b0d0f;
  text-align: center;

  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

ul.speakers-list.secondary {
  row-gap: 48px;
}

div#video .session-video-container {
  grid-row: 1/1;
}
div#video {
  display: grid;
  padding-top: 0;
}

.primary-session,
.secondary-session {
  transition: opacity 0.3s ease-in-out;
}

.video-container.disabled {
  cursor: default;
}

.video-container.disabled img.icon-video {
  display: none;
}

.video-container.disabled::before {
  opacity: 0.8 !important;
}

.video-container.disabled .session-cta-container {
  opacity: 1;
  text-align: center;
  width: 90%;
}

.video-container img {
  width: 100%;
  object-fit: cover;
}

.video-container {
  border: 1px solid #4d4d4d;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.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;
}

.video-container:hover::before {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.video-container,
.video-container img {
  border-radius: 16px;
}

.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;
}

.video-container:hover .session-info-container {
  top: 0;
  opacity: 1;
}

.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;
}
.video-container:hover .session-cta-container {
  opacity: 1;
}

.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;
}

.video-container .session-cta-container p img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

img.icon-video {
  position: absolute;
  width: 126px !important;
  top: 47%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

a.primary-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;
  text-align: center;
  justify-content: center;
}

a.slides-cta {
  display: none;
}

a.slides-cta {
  margin: 30px auto 30px;
}

a.slides-cta.primary-cta.mobile-cta {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

a.primary-cta img {
  margin-left: 8px;
  position: relative;
  top: -1px;
}

a.primary-cta:hover {
  background: linear-gradient(135deg, #06aadd 0, #5dcfc3 100%);
}

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: 50px;
  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-icon-hover span {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.75px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0b0d0f;
  text-decoration: none !important;
}

.share-icons a {
  display: flex;
  gap: 10px;
}

.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;
  left: 0;
  top: 0;
}

.share-clipboard {
  background: #efefef;
  position: absolute;
}

.share-icons {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.share-icons span {
  margin-left: 10px;
}

.share-icons a,
.share-icons span {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.75px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: none;
  color: #0b0d0f;
  display: inline-block;
}

.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;
}

.hero-inner.container {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}

.hero-col.speakers {
  display: grid;
  flex-direction: column-reverse;
}

.abstract p:last-of-type {
  margin: 0;
}

.description-inner .image-container img {
  width: 100%;
}

.description-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.description-content {
  font-size: 15px;
}

.description-content p:last-of-type {
  margin: 0;
}

.session-description .primary-cta {
  margin-top: 46px;
  width: 100%;
}

#slides {
  background-color: #e5e5e5;
}

#newsletter p {
  text-align: center;
}

#newsletter {
  background-color: #0b0d0f;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.form-container {
  margin-top: 50px;
}

.newsletter-inner {
  padding: 32px 15px;
  background-color: #fff;
  border-radius: 48px 48px 0px 0px;
  z-index: 9;
  position: relative;
}

#newsletter::before {
  content: "";
  position: absolute;
  left: 0;
  width: 323px;
  height: 583px;
  border-radius: 583px;
  background: var(
    --Gradle-Gradient,
    linear-gradient(135deg, #209bc4 0%, #4dc9c0 100%)
  );
  filter: blur(120px);
  z-index: 1;
}

#newsletter::after {
  content: "";
  position: absolute;
  right: -10vw;
  top: 0;
  width: 187px;
  height: 468px;
  border-radius: 583px;
  border-radius: 893px;
  background: var(--Dark-Warning, #f80);
  filter: blur(120px);
  z-index: 1;
}

@media only screen and (min-width: 749px) {
  
}

@media only screen and (min-width: 768px) {
  .newsletter-inner {
    padding: 64px 102px;
  }
  .share-icons span {
    display: none;
  }
  .action-buttons {
    gap: 24px;
  }
  a.slides-cta.primary-cta.mobile-cta {
    display: none;
  }
  .slides.session-description h2 {
    text-align: left;
    font-size: 46px;
  }
  .description-inner {
    display: grid;
    grid-template-columns: 154px auto;
    gap: 32px;
  }
  .session-description .primary-cta {
    margin-top: 16px;
    width: fit-content;
    margin-left: auto;
  }
  .description-content {
    font-size: 15px;
  }
  .video-container {
    margin-top: 16px;
  }
  .hero-col.speakers {
    display: flex;
    flex-direction: column;
  }
  #hero {
    padding: 56px 0;
  }
  .hero-subtitle {
    font-size: 19px;
  }
  #hero h1 {
    font-size: 42px;
  }

  .speakers-list .name.secondary {
    font-size: 28px;
  }
  #speakers {
    padding: 56px 0;
  }

  .speakers-container-title {
    font-size: 42px;
  }

  a.primary-cta {
    display: flex;
  }

  a.slides-cta {
    margin: 28px 0 0 auto;
  }
  .hero-inner.container {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1280px) {
  #hero {
    padding: 80px 0;
  }
  .hero-subtitle {
    font-size: 21px;
  }
  #hero h1 {
    font-size: 43px;
  }
  .abstract {
    font-size: 17px;
  }
  .speakers-subtitle {
    font-size: 13px;
    text-align: left;
  }

  .sec .speakers-subtitle {
    text-align: center;
  }

  .newsletter-inner {
    padding: 64px 112px;
  }

  ul.speakers-list {
    gap: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .video-container {
    margin-top: 24px;
  }

  .slides.session-description h2 {
    font-size: 50px;
  }

  .description-inner {
    grid-template-columns: 211px auto;
    gap: 72px;
  }
  .speakers-list .name,
  .speakers-list .title {
    text-align: left;
  }
  .postid-6291 .hero-col.speakers.sec * {
    text-align: center;
  }
  .sec .speakers-list .name {
    font-size: 30px;
    text-align: center;
  }
  .sec .speakers-list .title {
    font-size: 17px;
    text-align: center;
  }
  .sec .company-logo {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .sec .company-logo-mobile {
    display: none;
  }
  .hero-inner.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 123px;
  }

  li.speaker-item {
    flex-direction: row;
  }
  .sec li.speaker-item {
    flex-direction: column;
  }

  .sec .speaker-image-container svg {
    width: 384px;
    height: 426px;
  }

  .sec .speaker-image-container svg image {
    y: -12;
  }

  .sec .speaker-info {
    margin-top: -20px;
  }

  

  .description-content {
    font-size: 19px;
  }

  .sec li.speaker-item.secondary:nth-of-type(2)::before {
    display: none;
  }

  .sec .company-container {
    bottom: 30px;
    min-width: 80px;
    height: 40px;
  }

  .sec .company-logo.secondary img {
    height: auto;
    width: auto;
  }

  .hero-col {
    display: flex;
    flex-direction: column;
  }
  .sec .speakers-list .name.secondary {
    font-size: 30px;
  }
  .sec .speaker-description {
    font-size: 17px;
    max-width: 780px;
  }
  #speakers {
    padding: 80px 0;
  }

  .sec .speaker-image-container.secondary svg {
    width: 320px;
    height: 320px;
  }
  .sec .company-container.secondary {
    bottom: 25px;
  }
  .sec .speakers-container-title {
    font-size: 43px;
    margin-bottom: 24px;
  }
  .sec ul.speakers-list.secondary.double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .sec ul.speakers-list.secondary {
    margin-top: 70px;
  }

  .action-buttons img {
    width: 38px;
    height: 38px;
  }

  #newsletter::before {
    left: -15vw;
    height: 400px;
    bottom: 0;
  }
}

@media only screen and (min-width: 1920px) {
  .hero-subtitle {
    font-size: 22px;
  }
  #hero h1 {
    font-size: 46px;
  }
  .abstract {
    font-size: 19px;
  }

  .speakers-subtitle {
    font-size: 15px;
  }
  .hero-col {
    justify-content: flex-start;
  }
  .sec .speakers-list .name.secondary {
    font-size: 32px;
  }
  .sec .speaker-description {
    font-size: 19px;
  }
  .sec .speakers-container-title {
    font-size: 46px;
  }

  .slides.session-description h2 {
    font-size: 54px;
  }

  a.slides-cta {
    margin: 44px 0 0 auto;
  }
  .description-inner {
    gap: 62px;
  }
}



.company-container.Capital.One img.company-logo-first,
.company-container.Adyen img.company-logo-first,
.company-container.Uber img.company-logo-first,
.company-container.LinkedIn img.company-logo-first,
.company-container.Google img.company-logo-first,
.company-container.Intuit img.company-logo-first,
.company-container.University.of.Victoria img.company-logo-first,
.company-container.DX img.company-logo-first {
  display: none;
}

.company-container.Google img.company-logo-first {
  max-height: 15px;
}
