.video-03 {
  width: 100%;
  position: relative;
}
.video-03 .header-02-glow {
  width: 100%;
  position: absolute;
  top: 0;
}
.video-03 .resource-wrapper {
  position: relative;
  overflow: hidden;
}
.video-03_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-03_subheadline {
  margin-bottom: 2rem;
}
.video-03_subheadline h3 {
  font-family: 'Poppins-SemiBold', Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  line-height: 120%;
  text-align: center;
}
.video-03_headline h2 {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(28px, 5vw, 56px);
  color: #FFF;
  line-height: 120%;
}
.video-03 .typing-text {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(28px, 5vw, 56px);
  color: #069D84;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
}
.video-03 .cursor {
  display: inline-block;
  margin-left: 0.1em;
  animation: blink 0.7s steps(1) infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.video-03_description {
  width: 100%;
  max-width: 600px;
}
.video-03_description p {
  font-family: 'Poppins-Regular', Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 18px);
  color: #FFF;
  line-height: 150%;
  text-align: center;
}
.video-03_logos {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: -8rem;
}
.video-03_logos__item {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.video-03_logo a img {
  width: 100%;
  max-width: 100px;
}
.video-03_logo img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.video-03_logo:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.video-03 .scaling-element-header {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 25vh 5vw 20vh;
  display: flex;
  position: relative;
  width: 100%;
  max-width:  1700px;
  margin: 0 auto;
}
.video-03 .scaling-element-video {
  grid-column-gap: 10vh;
  grid-row-gap: 25vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  padding-left: 25vw;
  padding-right: 25vw;
  display: flex;
  position: relative;
}
.video-03 .scaling-element__big-box {
  border-radius: 1em;
  width: 100%;
  position: relative;
}
.video-03 .scaling-element__small-box {
  border-radius: 1em;
  width: 20em;
  position: relative;
  margin-top: 1.5rem;
}
.video-03 .scaling-video__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-03 .scaling-video {
  will-change: transform;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  isolation: isolate;
  transform: translateX(0) rotate(0.001deg);
}
.video-03 .scaling-video__before {
  padding-top: 140%;
}
.video-03 .scaling-video__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  border-radius: inherit;
}
@media screen and (max-width: 1100px) {
  .video-03 .scaling-element-video {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
@media screen and (max-width: 800px) {
  .video-03 .scaling-element__small-box {
    width: 15em;
  }
  .video-03_logos {
    margin-bottom: 0;
  }
  .video-03_logos__item {
    gap: 1rem;
  }
  .video-03 .scaling-element-video {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

  















    




