.heritage-section-img{height:300px;object-fit:cover}@media(min-width:768px){.heritage-section-img{height:600px}}.page-loading-screen{min-height:60vh;background:#181d23;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.page-loading-screen img{max-width:200px;width:60%;height:auto;margin-bottom:2rem}.page-loading-screen .loading-bar-wrap{width:120px;height:4px;background:#cbab5833;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.page-loading-screen .loading-bar{width:40%;height:100%;background:#cbab58;border-radius:2px;animation:loadingBar 1.2s ease-in-out infinite}.page-loading-screen .loading-dots{display:flex;gap:6px}.page-loading-screen .dot{width:8px;height:8px;border-radius:50%;background:#006039;animation:loadingDot .6s ease-in-out infinite both}.page-loading-screen .dot:nth-child(2){animation-delay:.15s}.page-loading-screen .dot:nth-child(3){animation-delay:.3s}@keyframes loadingBar{0%,to{transform:translate(-100%)}50%{transform:translate(150%)}}@keyframes loadingDot{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}
