.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  margin: 0 auto;
}

.hero-bottom p {
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.3px;
  color: #b2b2b2;
}

.hero-section img {
  position: absolute;
  
  
  
  
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
  opacity: 1;
  height: 98%;
  width: 100%;
  top: 50%;
}

.hero-text-middle h1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 1%,
    rgb(255, 255, 255) -20%,
    rgba(11, 13, 15, 1) 99%
  );
  background-clip: text;
  color: transparent;
  font-weight: 900;
  position: relative;
  text-fill-color: transparent;
  white-space: nowrap;
  width: fit-content;
  display: inline;
  font-size: 100px;
  text-align: center !important;
  opacity: 0;
}

span.first-line {
  
  margin-left: 5%;
  
}

.hero-text-middle h1.animate {
  animation: textMiddle 2s forwards;
  animation-fill-mode: forwards; 
}

.hero-text-top span {
  opacity: 0;
  transform: translateY(-30%); 
}

.hero-text-top span.animate {
  animation: textTop 1s forwards;
  animation-fill-mode: forwards;
}

.hero-bottom {
  opacity: 0;
  transform: translateY(30%); 
}

.hero-bottom.animate {
  animation: textBottom 1s forwards;
  animation-fill-mode: forwards;
}

.hero-outer-container {
  position: relative;
  height: unset;
  top: unset !important;
}

.hero-text-top span {
  text-align: center;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 275;
  line-height: 115%;
  letter-spacing: -2px;
  color: #b2b2b2;
  text-align: center;
  display: block;
}

.hero-bottom p {
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.3px;
}

.hero-bottom a {
  display: flex;
  width: fit-content;
  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;
  color: #fff !important;
  margin: 60px auto 0;
}

.container.hero-outer-container {
  position: relative;
  height: unset;
  width: 100%;
}

h1.animate {
  white-space: break-spaces;
  
}

.hero-text-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}



section.black-bg.wave,
section.black-bg.wave video {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}



.hero-section img.animate {
  animation: opacityHero 1s forwards;
  animation-fill-mode: forwards;
}

.body-container-small,
.dpe-summit-2023-large-breakpoint-1280px.screen,
.dpe-summit-2023-medium-breakpoint-744px.screen {
  padding-top: 0 !important;
}

a.session-cta {
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #ffbb33;
  display: flex;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  transition: 0.2s;
}

a.session-cta:hover {
  background-color: white;
}

@keyframes textTop {
  0% {
    opacity: 0;
    transform: translateY(-30%); 
  }

  100% {
    transform: translateY(0); 
    opacity: 1;
  }
}

@keyframes textMiddle {
  0% {
    opacity: 0;
    
  }

  

  100% {
    opacity: 1;
  }
}

@keyframes textBottom {
  0% {
    opacity: 0;
    transform: translateY(30%); 
  }

  100% {
    transform: translateY(0); 
    opacity: 1;
  }
}

@keyframes opacityHero {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@media only screen and (min-width: 744px) {
  .hero-section {
    max-width: 576px;
  }

  .hero-bottom p {
    font-size: 28px;
  }

  .hero-text-top span {
    font-size: 56px;
  }

  br.break-mobile {
    display: none;
  }

  span.first-line {
    margin: 0;
  }

  .hero-section img {
    transform: translateX(-50%) translateY(-47%);
  }
}

@media only screen and (min-width: 1280px) {
  .hero-section {
    max-width: 1068px;
  }

  .hero-text-middle h1 {
    font-size: 115px;
  }

  .hero-bottom p {
    font-size: 30px;
  }

  .hero-bottom a {
    font-size: 13px;
  }

  .hero-text-top span {
    font-size: 72px;
  }

  a.session-cta {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1920px) {
  .hero-section {
    max-width: 1244px;
  }

  .hero-text-middle h1 {
    font-size: 136px;
  }

  .hero-bottom p {
    font-size: 32px;
  }

  .hero-bottom a {
    font-size: 15px;
  }

  .hero-text-top span {
    font-size: 80px;
  }
}
