*{box-sizing:border-box;margin:0;padding:0}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}html,body{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{margin-left:25px}.secondary-color{color:#fff700}.page-loading-UI-container{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.page-loading-UI-container .loader-1{content:"";background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:8px;width:100%;height:100px;animation:1.5s infinite shimmer}.page-loading-UI-container .loader-2{content:"";background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:8px;width:49%;height:100px;animation:1.5s infinite shimmer}.page-loading-UI-container .loader-3{content:"";background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:8px;width:32%;height:100px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
