@font-face{font-family:Inter;src:url(fonts/Inter-VariableFont_opsz,wght.ttf)}@keyframes myAnim{0%{transform:scaleX(1)}92%{transform:scaleX(1)}93%{transform:scale3d(1.25,.75,1)}94%{transform:scale3d(.75,1.25,1)}95%{transform:scale3d(1.15,.85,1)}96.5%{transform:scale3d(.95,1.05,1)}97.5%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:auto}body{color:#1a1a1a!important}h2{font-size:32px;font-weight:700;margin:40px 0 20px}h2,p{font-family:Inter,sans-serif}p{font-size:16px;font-weight:400;line-height:1.5;margin:12px 0}button{animation:myAnim 10s ease-out 0s infinite normal forwards}.desktop_image{display:block}.mobile_image{display:none}@media (max-width:768px){.desktop_image{display:none}.mobile_image{display:block}}