html{scroll-behavior:smooth}.hero-text-card{position:fixed;top:0;width:100%;display:flex;justify-content:center;align-items:center;height:100vh;overflow:hidden}.hero-text-card *{transition:.8s ease}@media(max-width:768px){.hero-text-card{height:300px}}.hero-text-card .container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;z-index:9;transform:scale(1.5)}.hero-text-card.animated .container{transform:scale(1)}.hero-text-card .subtitle{color:var(--color-accent-purple);font-size:30px;font-style:normal;font-weight:500;line-height:normal}.hero-text-card .title{text-align:center;font-family:DM Sans,sans-serif;font-size:120px;font-style:normal;font-weight:700;line-height:normal;background:linear-gradient(179deg,#272727 16.91%,#8d8d8d 340.35%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.hero-text-card .cta{text-decoration:none;color:#000;display:flex;justify-content:center;align-items:center;gap:.3rem;cursor:pointer}.hero-text-card .cta:hover{text-decoration:underline}.hero-text-card .left-image{width:38.6%;height:auto;aspect-ratio:1;position:absolute;transform:rotate(89.096deg);opacity:.925;bottom:-20%;left:-15%}.hero-text-card.animated .left-image{opacity:1;bottom:-10%;left:-10%}.hero-text-card .right-image{width:42%;height:auto;aspect-ratio:1;position:absolute;transform:rotate(31.566deg);opacity:.925;top:-20%;right:-25%}.hero-text-card.animated .right-image{opacity:1;top:0;right:-15%}@media screen and (max-width:1024px){.hero-text-card .title{font-size:80px}.hero-text-card .subtitle{font-size:20px}.hero-text-card .left-image{width:45%;bottom:-15%}.hero-text-card .right-image{width:48%;right:-28%;top:-15%}}@media screen and (max-width:768px){.hero-text-card .title{font-size:28px}.hero-text-card .subtitle{font-size:12px}.hero-text-card .cta{font-size:10px}.hero-text-card .cta .icon{width:10px;height:10px}.hero-text-card .left-image{opacity:1;bottom:-20%;left:-20%}.hero-text-card.animated .left-image{bottom:0;left:-15%}.hero-text-card .right-image{opacity:1;top:-20%;right:-32%}.hero-text-card.animated .right-image{top:0;right:-34%}.hero-text-card .left-image{width:55%}.hero-text-card .right-image{width:58%;height:100%;transform:rotate(40deg)}}@media(max-width:480px){.hero-text-card .right-image{right:-44%}}