/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2026 | 05:28:31 */
.mv-confetti{
  --mv-cyan:#22bce6;
  --mv-mint:#43d8c8;
  position:fixed;inset:0;pointer-events:none;z-index:9999;
}
.mv-confetti span{
  position:absolute;top:-20px;width:7px;height:13px;border-radius:1px;
  background:var(--mv-mint);
  animation:mvConfettiFall linear forwards;
}
.mv-confetti span:nth-child(3n){background:var(--mv-cyan)}
.mv-confetti span:nth-child(4n){background:#fff}
@keyframes mvConfettiFall{
  to{transform:translate3d(var(--mv-drift,0),110vh,0) rotate(720deg);opacity:.05}
}