.atl-lsv {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 3rem 1.25rem;
}
@media (min-width: 768px) {
  .atl-lsv {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1440px) {
  .atl-lsv {
    padding: 5rem 3rem;
  }
}
.atl-lsv__banner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 56rem;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  border-radius: 28px;
  background-color: #137777;
  color: #fff;
  padding: 2.5rem 1.75rem;
  box-sizing: border-box;
}
.atl-lsv__banner::before, .atl-lsv__banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.atl-lsv__banner::before {
  width: 320px;
  height: 320px;
  top: -140px;
  right: -100px;
  filter: blur(10px);
}
.atl-lsv__banner::after {
  width: 220px;
  height: 220px;
  bottom: -120px;
  left: -80px;
  filter: blur(8px);
}
@media (min-width: 768px) {
  .atl-lsv__banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 3.5rem 4rem;
  }
}
.atl-lsv__banner-text {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}
.atl-lsv__banner-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .atl-lsv__banner-title {
    font-size: 1.875rem;
  }
}
.atl-lsv__banner-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625;
}
.atl-lsv__banner-desc p {
  margin: 0 0 0.75rem;
}
.atl-lsv__banner-desc p:last-child {
  margin-bottom: 0;
}
.atl-lsv__banner-action {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.atl-lsv__banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 999px;
  background-color: #fff;
  color: #137777;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.333;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.atl-lsv__banner-btn:hover {
  background-color: #f0f0f0;
}
.atl-lsv__video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 56rem;
  width: 100%;
  margin: 0 auto;
}
.atl-lsv__video-intro {
  text-align: center;
  max-width: 42rem;
}
.atl-lsv__video-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #353452;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .atl-lsv__video-title {
    font-size: 2.25rem;
  }
}
.atl-lsv__video-desc {
  color: rgba(53, 52, 82, 0.75);
  font-size: 1rem;
  line-height: 1.6;
}
.atl-lsv__video-desc p {
  margin: 0 0 0.75rem;
}
.atl-lsv__video-desc p:last-child {
  margin-bottom: 0;
}
.atl-lsv__video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  background-color: #000;
}
.atl-lsv__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.atl-lsv__video-action {
  margin-top: 0.5rem;
}
.atl-lsv__video-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  background-color: #137777;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.atl-lsv__video-btn:hover {
  background-color: #0d6161;
}
