.section-loading{place-items:center;width:100%;min-height:320px;padding:2rem 0;display:grid}.section-loading .loader{border:4px solid #0000001f;border-top-color:var(--primary-cta-color,#ff3d00);box-sizing:border-box;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
