@media (max-width:768px){h1{font-size:1.2rem!important}p{font-size:.8rem!important}}.hero__container{margin:auto;max-width:1240px;padding:1rem 0}.hero-headline{color:#e6e7ef;font-size:3rem;text-align:center}.hero-subhead{font-size:1rem;text-align:center}.cta-wrapper{align-items:start;display:flex;gap:2rem;justify-content:center}.type-cta{border-radius:5px;cursor:pointer;font-weight:700;line-height:1;padding:.25rem 1.5rem;text-decoration:none}.type-cta:hover{color:#fff;text-decoration:none}.type-cta p{margin:.5rem}.hero-cta1{background:#111;color:#fff;display:inline-block;position:relative;z-index:0}.hero-cta1:before{animation:borderShift 6s ease infinite;background:linear-gradient(270deg,#0093ff,#f0c,#0093ff);background-size:400% 400%;border-radius:inherit;content:"";inset:0;position:absolute;z-index:-1}@keyframes borderShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-cta2{background:transparent;color:#bec1d7;display:inline-block;position:relative;z-index:0}.hero-cta2:before{background:linear-gradient(90deg,#0093ff,#f0c);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute;z-index:-1}