@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@-webkit-keyframes logoReveal{from{opacity:0;-webkit-transform:scale(0.85)}to{opacity:1;-webkit-transform:scale(1)}}
@keyframes logoReveal{from{opacity:0;transform:scale(0.85)}to{opacity:1;transform:scale(1)}}
@-webkit-keyframes revealInRight{from{opacity:0;-webkit-transform:translateX(-30px)}to{opacity:1;-webkit-transform:translateX(0)}}
@keyframes revealInRight{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}
@-webkit-keyframes revealInLeft{from{opacity:0;-webkit-transform:translateX(30px)}to{opacity:1;-webkit-transform:translateX(0)}}
@keyframes revealInLeft{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}
@-webkit-keyframes bounce{0%,100%{-webkit-transform:translate3d(0,0,0);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}50%{-webkit-transform:translate3d(0,-8px,0);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}}
@keyframes bounce{0%,100%{transform:translate3d(0,0,0);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}50%{transform:translate3d(0,-8px,0);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}}
@-webkit-keyframes chevronPulse{0%,100%{opacity:0.4;-webkit-transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1.08)}}
@keyframes chevronPulse{0%,100%{opacity:0.4;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}
@-webkit-keyframes revealLeftToRight{from{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}
@keyframes revealLeftToRight{from{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}
@-webkit-keyframes revealRightToLeft{from{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}
@keyframes revealRightToLeft{from{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}
.anim{visibility:visible;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.hero-logo-svg g circle{opacity:0;-webkit-animation:fadeIn 0.4s ease-out forwards;animation:fadeIn 0.4s ease-out forwards}
.hero-logo-svg g circle:nth-child(1){-webkit-animation-delay:0.20s;animation-delay:0.20s}
.hero-logo-svg g circle:nth-child(2){-webkit-animation-delay:0.28s;animation-delay:0.28s}
.hero-logo-svg g circle:nth-child(3){-webkit-animation-delay:0.36s;animation-delay:0.36s}
.hero-logo-svg g circle:nth-child(4){-webkit-animation-delay:0.44s;animation-delay:0.44s}
.hero-logo-svg g circle:nth-child(5){-webkit-animation-delay:0.52s;animation-delay:0.52s}
.hero-logo-svg g circle:nth-child(6){-webkit-animation-delay:0.60s;animation-delay:0.60s}
.hero-logo-svg g circle:nth-child(7){-webkit-animation-delay:0.68s;animation-delay:0.68s}
.hero-logo-svg g circle:nth-child(8){-webkit-animation-delay:0.76s;animation-delay:0.76s}
.hero-logo-svg g circle:nth-child(9){-webkit-animation-delay:0.84s;animation-delay:0.84s}
.hero-logo-svg g circle:nth-child(10){-webkit-animation-delay:0.92s;animation-delay:0.92s}
.hero-logo-svg g circle:nth-child(11){-webkit-animation-delay:1.00s;animation-delay:1.00s}
.hero-logo-svg g circle:nth-child(12){-webkit-animation-delay:1.08s;animation-delay:1.08s}
.hero-logo-eventcys{-webkit-animation:revealLeftToRight 0.7s ease-out 1.5s both;animation:revealLeftToRight 0.7s ease-out 1.5s both}
.hero-logo-paris{-webkit-animation:revealRightToLeft 0.7s ease-out 1.5s both;animation:revealRightToLeft 0.7s ease-out 1.5s both}
.hero-tagline{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:0.60s;animation-duration:0.60s;-webkit-animation-delay:2.20s;animation-delay:2.20s;-webkit-animation-iteration-count:1;animation-iteration-count:1}
.hero-subtitle{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:0.60s;animation-duration:0.60s;-webkit-animation-delay:2.40s;animation-delay:2.40s;-webkit-animation-iteration-count:1;animation-iteration-count:1}
.hero-chevron{-webkit-animation-name:chevronPulse;animation-name:chevronPulse;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-delay:3.0s;animation-delay:3.0s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
