.hero-block {
  --theme-header: var(--ookla-white);
  --theme-fg: var(--ookla-white);
  --text-size: 2.2rem;
  --background-width: calc(var(--site-width) + 40rem);
  --gradient-offset: calc(var(--site-width) / 2);
  color: var(--theme-fg);
  font-size: var(--text-size);
}
@media screen and (min-width: 48em) {
  .hero-block {
    --text-size: 2.4rem;
  }
}
.hero-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: var(--ookla-x-dark-blue);
  background-image: radial-gradient(ellipse at 50% 100%, #1e6274 20%, transparent 70%), radial-gradient(ellipse at 50% 100%, #3e2061 20%, transparent 70%);
  background-size: 100% 100%;
  background-position: calc(50% - var(--gradient-offset)) 100%, calc(50% + var(--gradient-offset)) 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  .hero-block {
    background-size: calc(var(--background-width) * 1.5) 100%;
  }
}
.hero-block::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 50% 100%, #1e6274 20%, transparent 70%), radial-gradient(ellipse at 50% 100%, #3e2061 20%, transparent 70%);
  background-size: 100% 100%;
  background-position: calc(50% - var(--gradient-offset)) 100%, calc(50% + var(--gradient-offset)) 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  .hero-block::after {
    background-size: calc(var(--background-width) * 1.5) 100%;
  }
}
.hero-block--container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-end;
  width: var(--site-width);
  padding: 0 var(--gap);
  background-image: linear-gradient(var(--ookla-x-dark-blue), transparent);
}
@media screen and (min-width: 24.375em) {
  .hero-block--container {
    gap: 3rem;
  }
}
@media screen and (min-width: 48em) {
  .hero-block--container {
    justify-content: flex-end;
    gap: 0;
    background-image: none;
  }
}
@media screen and (min-width: 80em) {
  .hero-block--container {
    padding: 0;
  }
}
.hero-block__bg {
  position: absolute;
  inset: 0;
  max-width: var(--background-width);
  margin: 0 auto;
}
.hero-block__bg img {
  position: absolute;
  inset: 0 0 0 auto;
  width: auto;
  height: 100%;
  max-width: none;
}
@media screen and (min-width: 48em) {
  .hero-block__bg img {
    inset: 0;
  }
}
@media screen and (min-width: 80em) {
  .hero-block__bg img {
    inset: auto 0 auto auto;
  }
}
.hero-background-image {
  mask-image: linear-gradient(90deg, white 90%, transparent);
}
.hero-action-image {
  display: none;
  z-index: 1;
  opacity: 0;
  transition: all var(--transition-speed) ease-in-out;
  transform: scale(1.2) translate(0%, 10%);
  transform-origin: 70% 40%;
}
@media screen and (min-width: 48em) {
  .hero-action-image {
    display: block;
  }
}
.hero-action-image.active {
  opacity: 1;
  transform: none;
}
.hero-block__top {
  width: 100%;
  margin: 2rem auto 1.5rem;
  text-wrap: balance;
  text-align: center;
  max-width: 72rem;
}
@media screen and (min-width: 48em) {
  .hero-block__top {
    max-width: calc(var(--site-width) / 1.5);
    margin-left: 0;
    text-align: left;
  }
}
.hero-block__top .wp-block-heading {
  margin: 4.4rem 0 2.2rem;
  font-size: 5.6rem;
}
@media screen and (min-width: 64em) {
  .hero-block__top .wp-block-heading {
    font-size: 8.8rem;
  }
}
.hero-block__top .wp-block-buttons {
  display: flex;
  margin: 2rem 0 0;
  justify-content: center;
}
@media screen and (min-width: 24.375em) {
  .hero-block__top .wp-block-buttons {
    margin: 2.5rem 0 0;
  }
}
@media screen and (min-width: 35.5em) {
  .hero-block__top .wp-block-buttons {
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 48em) {
  .hero-block__top .wp-block-buttons {
    display: none;
  }
}
.hero-block__bottom {
  text-align: center;
  margin-bottom: 3rem;
}
.hero-block__bottom .wp-block-buttons {
  display: none;
  margin: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .hero-block__bottom .wp-block-buttons {
    display: block;
  }
}
.hero-block__solutions {
  display: grid;
  gap: var(--gap-lg);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 50rem;
  cursor: pointer;
  align-items: flex-start;
}
@media screen and (min-width: 48em) {
  .hero-block__solutions {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 0 var(--gap-md);
    max-width: none;
    justify-content: space-between;
  }
}
@media screen and (min-width: 64em) {
  .hero-block__solutions {
    margin-bottom: 0;
    gap: 0 var(--gap-lg);
  }
}
.hero-block__solutions .hero-block__solution:hover .hero-solution-img img:first-child,
.hero-block__solutions .hero-block__solution:focus .hero-solution-img img:first-child {
  opacity: 0;
}
.hero-block__solutions .hero-block__solution:hover .hero-solution-text,
.hero-block__solutions .hero-block__solution:focus .hero-solution-text,
.hero-block__solutions .hero-block__solution:hover .hero-solution-img img:last-child,
.hero-block__solutions .hero-block__solution:focus .hero-solution-img img:last-child {
  opacity: 1;
}
.hero-block__solutions .hero-block__solution .hero-solution-text {
  display: none;
  color: var(--ookla-white);
  font-size: 1.6rem;
  opacity: 0;
  transition: opacity var(--transition-speed);
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .hero-block__solutions .hero-block__solution .hero-solution-text {
    display: block;
  }
}
.hero-block__solutions .hero-block__solution .hero-solution-img {
  position: relative;
  height: 4rem;
}
.hero-block__solutions .hero-block__solution .hero-solution-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 100%;
}
.hero-block__solutions .hero-block__solution .hero-solution-img img:last-child {
  opacity: 0;
}
.hero-block__solutions .hero-block__solution.hero-solution-speedtest img {
  max-width: 90%;
  top: 50%;
}
.hero-block__solutions .hero-block__solution.hero-solution-downdetector img {
  max-width: 85%;
  top: 38%;
}
.hero-block__solutions .hero-block__solution.hero-solution-ekahau img {
  max-width: 56%;
  top: 50%;
}
.hero-block__solutions .hero-block__solution.hero-solution-rootmetrics img {
  max-width: 83%;
  top: 42%;
}

/*# sourceMappingURL=style.css.map */
