@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.slick--optionset--viavi-carousel-card .slick-dots {
  position: absolute;
  bottom: 1.25rem;
  right: 50%;
  justify-content: center;
}
.slick--optionset--viavi-carousel-card .slick-dots li {
  margin: 0 1.25rem;
}
.slick--optionset--viavi-carousel-card .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  opacity: 0.5;
}
.slick--optionset--viavi-carousel-card .slick-dots li.slick-active button {
  opacity: 1;
}
.slick--optionset--viavi-carousel-card .slick-active button {
  opacity: 1;
}

.hero {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 702px;
  position: inherit;
}
.hero-banner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  max-width: 75rem;
  min-height: 35rem;
  padding: 3rem;
  margin: 1.5rem 1rem 3rem;
  text-align: center;
  background-color: white;
  gap: 3rem;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
@media (min-width: 768px) {
  .hero-banner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .hero-banner {
    grid-template-columns: repeat(2, 1fr);
  }
}
[data-darkreader-scheme=dark] .hero-banner, html[native-dark-active] .hero-banner {
  background-color: #222222;
}
@media (min-width: 768px) {
  .hero-banner {
    margin-bottom: 3rem;
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner {
    gap: 8rem;
    margin: 5.25rem auto 3rem auto;
    padding: 3rem 4rem;
  }
}
.hero-banner-image img {
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .hero-banner-image img, html[native-dark-active] .hero-banner-image img {
  opacity: 0.85 !important;
}
.hero-banner-summary {
  padding: 0;
}
@media (min-width: 768px) {
  .hero-banner-summary {
    padding: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-summary {
    order: 1;
  }
}
.hero-banner-summary .body {
  text-transform: none;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  margin-bottom: 3rem;
  margin-bottom: 4rem;
  line-height: 1.2;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .hero-banner-summary .body, html[native-dark-active] .hero-banner-summary .body {
  color: #c6c6c6;
}
.hero-banner-summary .button {
  border-color: #491e88;
  background-color: #491e88;
  color: #fff;
  justify-content: space-between;
}
.hero-banner-summary .button:hover, .hero-banner-summary .button:focus-visible {
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hero-banner-summary .button {
    min-width: 17.5rem;
  }
}
.hero-banner-summary .button:hover, .hero-banner-summary .button:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .hero-banner-summary .button:hover, html[native-dark-active] .hero-banner-summary .button:hover, [data-darkreader-scheme=dark] .hero-banner-summary .button:focus-visible, html[native-dark-active] .hero-banner-summary .button:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.hero-banner-summary .button:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.hero-logo {
  position: absolute;
  margin-top: 0;
  top: 18.75rem;
  width: 18.75rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-clip-ltr {
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  background: #00b0a2;
  background: linear-gradient(90deg, #00b0a2 0%, #0070b8 100%);
}
.hero-clip-rtl {
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  background: #0070b8;
  background: linear-gradient(90deg, rgba(0, 112, 184, 0.9) 0%, rgba(73, 30, 136, 0.9) 100%);
}
.hero-clip-ltr, .hero-clip-rtl {
  position: absolute;
  height: 700px;
  width: 100%;
  margin-top: -3.75rem;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .hero-clip-ltr, html[native-dark-active] .hero-clip-ltr, [data-darkreader-scheme=dark] .hero-clip-rtl, html[native-dark-active] .hero-clip-rtl {
  opacity: 0.5;
}

.site-viavi #viavi-homepage-carousel .slick-pre-init {
  min-height: 702px;
  overflow: hidden;
}

.site-viavi .homepage.page-content {
  margin: 0;
}
/*# sourceMappingURL=slick--viavi-carousel-card.css.map */
