.dark-heading{background:linear-gradient(135deg,var(--color-darkgrad-primary)0%,var(--color-darkgrad-secondary)25%,var(--color-darkgrad-tertiary)50%,var(--color-darkgrad-quaternary)75%,var(--color-darkgrad-primary)100%);-webkit-text-fill-color:transparent;background-size:300% 300%;-webkit-background-clip:text;background-clip:text;font-weight:700;animation:8s ease-in-out infinite gradientFlow}.dark-underline-animated{background:color-mix(in srgb,var(--color-darkgrad-primary)10%,transparent);border-radius:9999px;width:100%;height:2px;margin-top:8px;display:block;position:relative;overflow:hidden}.dark-underline-animated:before{content:"";background:linear-gradient(90deg,transparent,var(--color-darkgrad-primary),var(--color-darkgrad-secondary),transparent);border-radius:9999px;width:60px;height:100%;animation:3s ease-in-out infinite shuttleSweep;position:absolute}.heading{background:linear-gradient(135deg,var(--color-grad-primary)0%,var(--color-grad-secondary)25%,var(--color-grad-tertiary)50%,var(--color-grad-quaternary)75%,var(--color-grad-primary)100%);-webkit-text-fill-color:transparent;background-size:300% 300%;-webkit-background-clip:text;background-clip:text;font-weight:700;animation:8s ease-in-out infinite gradientFlow}.underline-animated{background:color-mix(in srgb,var(--color-grad-primary)10%,transparent);border-radius:9999px;width:100%;height:2px;margin-top:8px;display:block;position:relative;overflow:hidden}.underline-animated:before{content:"";background:linear-gradient(90deg,transparent,var(--color-grad-primary),var(--color-grad-secondary),transparent);border-radius:9999px;width:60px;height:100%;animation:3s ease-in-out infinite shuttleSweep;position:absolute}@keyframes shuttleSweep{0%{left:-60px}50%{left:calc(100% - 60px)}to{left:-60px}}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (min-width:769px){.dark-underline-animated,.underline-animated{height:3px;margin-top:10px}.dark-underline-animated:before,.underline-animated:before{width:80px}}@media (max-width:768px){.dark-heading,.heading{animation-duration:10s}}@media (prefers-reduced-motion:reduce){.dark-heading,.heading,.dark-underline-animated:before,.underline-animated:before{animation:none!important}.dark-heading,.heading{background:var(--color-accent)!important;-webkit-text-fill-color:initial!important;background-clip:initial!important;-webkit-background-clip:initial!important}}
