@import "https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Annie+Use+Your+Telescope&display=swap";
.custom-loader{color:#c6822a;width:40px;height:40px;position:relative}.custom-loader.scaled{scale:2}.custom-loader:before{content:"";background-color:#0000;background-image:conic-gradient(#0000,currentColor 1deg 120deg,#0000 121deg),conic-gradient(from 120deg,#0000,currentColor 1deg 120deg,#0000 121deg),conic-gradient(from 240deg,#0000,currentColor 1deg 120deg,#0000 121deg);background-position:100% 0,bottom,0 0;background-repeat:no-repeat;background-size:40px 40px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:50%;animation:2s cubic-bezier(.3,1,0,1) infinite sp5;position:absolute;inset:0}@keyframes sp5{33%{inset:-8px;transform:rotate(0)}66%{inset:-8px;transform:rotate(180deg)}to{inset:0;transform:rotate(180deg)}}
.link-card{cursor:pointer;z-index:1;background-color:#fff;border:none;border-radius:10px;flex-flow:row;flex-grow:1;justify-content:flex-start;align-items:center;gap:12px;width:100%;height:70px;padding:7px;transition:all .2s ease-in-out;display:flex;position:relative}.link-card:hover{z-index:2;scale:1.02;box-shadow:0 3px 20px #00000012}.link-card .icon-wrapper{background-color:var(--green-secondary-30-semulate);border-radius:7px;flex-flow:row;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.link-card span{color:var(--brown-primary);font-size:20px;font-weight:600}
.main-loading-page{flex-flow:row;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}
.parent{flex-flow:column;justify-content:center;align-items:center;gap:30px;width:100%;max-width:600px;height:100%;margin:auto;padding:50px 0 80px;display:flex}.parent .header{flex-flow:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.parent .header .header-image{aspect-ratio:3;flex-flow:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex;position:relative}.parent .header .header-image img{border:2px solid #5b4026;border-radius:30px}.parent .header p{text-align:center;color:#5b4026;padding:0 15px;font-size:22px;line-height:30px}.parent .link-cards{flex-flow:column;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.parent .footprint{flex-flow:column;justify-content:center;align-items:center;width:100%;margin-top:50px;display:flex}.parent .footprint p{text-align:center;color:#5b4026;opacity:.7;padding:0 15px;font-size:16px}
:root{--white-color:#fff;--black-color:#0d0e0f;--opacity-white-color:#ffffffb0;--orange-primary:#c6822a;--brown-primary:#5b4026;--green-primary:#468979;--orange-secondary:#efd9c0;--brown-secondary:#ccc3bc;--green-secondary:#c8dbd7;--back-green:#d8e8e5;--brown-primary-80:#5b4026b5;--orange-secondary-8:#efd9c016;--green-secondary-30-semulate:#eff4f3;--grey-color:#dbdbdb}
body{direction:ltr;background-color:#eff4f3;padding:0 30px;overflow-x:hidden}@media only screen and (min-width:1440px){body{margin:auto;width:1440px!important;max-width:1440px!important}}*{box-sizing:border-box;color:var(--primary-color);-webkit-user-select:none;user-select:none;margin:0;padding:0;font-family:Alexandria!important;text-decoration:none!important}span,sup,sub,b,i{color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:var(--dark-color);border-radius:4px}nextjs-portal{-webkit-user-select:text;user-select:text;direction:ltr!important}@keyframes show-up{0%{transform:scale(0)rotate(0)}to{transform:scale(1)rotate(360deg)}}
