.ad-container:hover .cta svg #cta-bg {
  fill: white;
  stroke: white;
}
.ad-container:hover .cta svg #cta-copy {
  fill: #67788A;
}

.bg-images .bg-image-1.frame-1 {
  transform: scale(1.2);
  animation-name: ukwx2kc;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: initial;
}
@keyframes ukwx2kc {
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
.bg-images .bg-image-1.frame-4 {
  animation-name: ukwx2lb;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: linear;
}
@keyframes ukwx2lb {
  from {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bg-images .bg-image-2.frame-5 {
  transition: opacity 1s;
  opacity: 1;
  animation-name: ukwx2lu;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes ukwx2lu {
  0% {
    transform: scale(1.55);
  }
  100% {
    transform: scale(1);
  }
}
