.animation{display:flex;justify-content:center;align-items:center}.animation .loader{width:35px;aspect-ratio:.75;--c:no-repeat linear-gradient(var(--primary) 0 0);background:var(--c) 0 50%,var(--c) 50% 50%,var(--c) 100% 50%;animation:l7 1s linear infinite alternate}@keyframes l7{0%{background-size:20% 50%,20% 50%,20% 50%}20%{background-size:20% 20%,20% 50%,20% 50%}40%{background-size:20% 100%,20% 20%,20% 50%}60%{background-size:20% 50%,20% 100%,20% 20%}80%{background-size:20% 50%,20% 50%,20% 100%}to{background-size:20% 50%,20% 50%,20% 50%}}.content-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:12px 20px}@media only screen and (min-width:1280px){.content-wrapper{padding:13px 0}}.effect .children{animation:content-animation 1s ease forwards}@keyframes content-animation{0%{opacity:0}to{opacity:1}}