@keyframes fadeInUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.comparison-cards-container{animation-fill-mode:both}.comparison-card{animation:.6s ease-out forwards fadeInUp}.comparison-cards-container.in-view .comparison-card{animation-play-state:running}.comparison-cards-container:not(.in-view) .comparison-card{animation-play-state:paused}.comparison-card:first-child{animation-delay:.1s}.comparison-card:nth-child(2){animation-delay:.2s}.comparison-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.comparison-card:hover{transform:translateY(-2px)}
@keyframes fadeInLeft{0%{opacity:0;transform:translate(-2rem)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.why-join-cards-container{animation-fill-mode:both}.feature-card-wrapper:first-child{animation-delay:.1s}.feature-card-wrapper:nth-child(2){animation-delay:.25s}.feature-card-wrapper:nth-child(3){animation-delay:.4s}.feature-card-wrapper:nth-child(4){animation-delay:.55s}.feature-card-wrapper{transition:transform .3s cubic-bezier(.4,0,.2,1)}.feature-card-wrapper:hover{transform:translateY(-4px)}@media (max-width:767px){.feature-card-wrapper:nth-child(odd),.feature-card-wrapper:nth-child(2n){animation-name:fadeInUp}.feature-card-wrapper:first-child{animation-delay:.1s}.feature-card-wrapper:nth-child(2){animation-delay:.2s}.feature-card-wrapper:nth-child(3){animation-delay:.3s}.feature-card-wrapper:nth-child(4){animation-delay:.4s}.cta-wrapper{animation-delay:.6s}}.feature-card-wrapper,.cta-wrapper{will-change:transform,opacity;backface-visibility:hidden}
