#fw-section-hero-video-fd57f699-cc4b-468c-a8ef-b5baeb5b1c9e {

* {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

}


#fw-section-header {
--color-primary: #ff5af2;
--color-primary-rgb: 255, 90, 242;
--color-background: #ffd7ff;
--color-background-rgb: 255, 215, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 232;
background-color: var(--color-background);
color: var(--color-on-background);
* {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

}




#fw-section-announcement-bar-4668d7da-e289-458a-b444-500cc4ffa0c6 {

* {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  animation: myAnim 2s ease 0s 1 normal forwards;
}

@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

}