html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif}.typingEffect{color:#fff!important;position:relative;width:max-content;left:auto;right:auto}.typingEffect:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#1A1A1A;animation:typingAnimation 2s steps(80) .5s forwards}.typingEffect:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:.25em;background:#2DFCD8;animation:typingAnimation 2s steps(80) .5s forwards,blinkAnimation .65s steps(80) infinite}.hide{display:none!important}.opa-zero{opacity:0}.opa-one{opacity:100%}.box{width:90vw;height:100vh}.work-img{width:250px;height:300px;padding:16px}.buttonPrimary{background-color:transparent;color:#2dfcd8;width:200px;height:100px;border:2px solid #2DFCD8}.buttonPrimary a{text-decoration:none;color:#2dfcd8}.buttonPrimary:hover{animation:primaryButtonHover 125ms ease-in-out;color:#fff;background-color:#2dfcd899;border:2px solid white;cursor:pointer}.buttonPrimary:hover a{animation:primaryAnchorHover 125ms ease-in-out;background-color:#2dfcd899;background-color:transparent;color:#fff!important}@keyframes primaryButtonHover{0%{color:#2dfcd8;background-color:transparent;border:2px solid #2DFCD8}to{color:#fff;background-color:#2dfcd899;border:2px solid white}}@keyframes primaryAnchorHover{0%{color:#2dfcd8}to{color:#fff}}.buttonSecondary{background-color:transparent;color:#fa2759;width:200px;height:100px;border:2px solid #FA2759}.buttonSecondary a{text-decoration:none;color:#fa2759}.buttonSecondary:hover{animation:secondaryButtonHover 125ms ease-in-out;color:#fff;background-color:#fa275999;border:2px solid white;cursor:pointer}.buttonSecondary:hover a{animation:secondaryAnchorHover 125ms ease-in-out;background-color:#fa275999;background-color:transparent;color:#fff!important}@keyframes secondaryButtonHover{0%{color:#fa2759;background-color:transparent;border:2px solid #FA2759}to{color:#fff;background-color:#fa275999;border:2px solid white}}@keyframes secondaryAnchorHover{0%{color:#fa2759}to{color:#fff}}.from-left{transform:translate(-100%)}.from-right{transform:translate(100%)}.from-left,.from-right{transition:transform .4s ease-in}.appear{transform:translate(0)!important;opacity:1!important}.fader{opacity:0;transition:opacity .4s ease-in}
