.home-page{padding-top:0;position:relative;z-index:0}.home-page>section{position:relative;z-index:1}.home-page>section.services-section{z-index:2}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:20px}.loading-spinner{width:50px;height:50px;border:4px solid var(--gray-border);border-top-color:var(--brand-primary);border-radius:50%;animation:spin 1s linear infinite}.section-fallback{width:100%;display:flex;align-items:center;justify-content:center;padding:3rem 0}.section-fallback__spinner{width:46px;height:46px;border-radius:999px;border:3px solid rgba(0,150,199,.12);border-top-color:#0096c7bf;animation:section-fallback-spin .8s linear infinite}@keyframes section-fallback-spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}
