html,body{margin:0;padding:0;width:100%;background-color:var(--color-darkest);overscroll-behavior:none}html{font-size:62.5%}div,section,article,header,footer,main,aside,nav{box-sizing:border-box}::selection{background:#333;color:#fff}a{text-decoration:none;box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;padding:0}button{all:unset;cursor:pointer}p{margin:0;padding:0;color:var(--color-white)}:root{--sine:cubic-bezier(.39, .575, .565, 1);--quad:cubic-bezier(.25, .46, .45, .94);--quad-in-out:cubic-bezier(.455, .03, .515, .955);--cubic:cubic-bezier(.215, .61, .355, 1);--cubic-in-out:cubic-bezier(.645, .045, .355, 1);--quart:cubic-bezier(.25, 1, .5, 1);--quart-in-out:cubic-bezier(.77, 0, .175, 1);--quint:cubic-bezier(.23, 1, .32, 1);--expo:cubic-bezier(.16, 1, .3, 1);--back:cubic-bezier(.175, .885, .32, 1.275);--delay:0s;--color-white: #ffffff;--color-light: #faf7f0;--color-dark: #828282;--color-darkest: #000;--text-xl: 5.2rem;--text-lg: 3.2rem;--text-md: 2.2rem;--text-sm: 1.6rem;--xl: 96px;--lg: 72px;--md: 52px;--sm: 32px;--xs: 12px;--2xs: 4px;--rounded-md: 24px;--rounded-xs: 8px;--m-gap: 128px;--content-max-width: 1920px}.error-status{font-family:geologica-variable,sans-serif;text-transform:uppercase;font-weight:700;color:var(--color-white);font-size:var(--text-xl)}.error-message{font-family:geologica-variable,sans-serif;text-transform:uppercase;font-weight:100;color:var(--color-white);font-size:var(--text-md)}.page{position:relative;width:100%;height:100%}.content{width:min(100%,var(--content-max-width));margin:auto}.m{width:min(100%,var(--md-max-width));margin:auto;padding-bottom:var(--xl)}.back-btn{text-transform:uppercase}.profiles-template{position:relative;color:var(--color-white);height:100svh;max-height:100svh;align-content:center;text-align:center;overflow:hidden;padding:var(--sm)}.profiles-template .center-wrapper{margin:auto;width:fit-content;text-align:center;display:flex;flex-direction:column;gap:var(--lg);align-items:center}.profiles-template .center-wrapper .heading{width:fit-content;margin:0 auto}.profiles-template .center-wrapper .heading>*{font-family:geologica-variable,sans-serif;font-variation-settings:"CRSV" 0,"SHRP" 0,"slnt" 0,"wght" 700;text-transform:uppercase;color:var(--color-white);font-size:var(--text-xl);line-height:.9;width:fit-content}.profiles-template .center-wrapper .profiles-wrapper{width:min(100%,1200px);height:auto;max-height:50vh;display:flex;flex-wrap:wrap;justify-content:center;align-items:start;gap:var(--lg);overflow-y:auto}.profiles-template .center-wrapper .profiles-wrapper::-webkit-scrollbar{display:none}.profiles-wrapper .profile{width:220px;height:fit-content;display:flex;flex-direction:column;align-items:center;gap:36px}.profiles-wrapper .profile .media{width:100%;height:auto;aspect-ratio:1/1;border-radius:12px;overflow:hidden}.profiles-wrapper .profile .media.mask{mask-image:linear-gradient(to top,transparent 0%,black 100%);-webkit-mask-image:linear-gradient(to top,transparent 0%,black 100%)}.profiles-wrapper .profile .media img{width:100%;height:100%;object-fit:cover}.profiles-wrapper .profile .name h3{font-family:geologica-variable,sans-serif;text-transform:uppercase;font-weight:100;color:var(--color-white);font-size:var(--text-md);line-height:1.2}.more-ads{width:auto;height:auto;text-align:center;padding-top:var(--md)}.more-ads .text{transition:background .15s}.more-ads .text h4{font-family:geologica-variable,sans-serif;text-transform:uppercase;font-weight:100;color:var(--color-dark);font-size:var(--text-sm);border:var(--color-dark) 1px solid;padding:2px 6px 5px;margin:auto;width:fit-content;transition:color .15s}.more-ads:hover .text h4{color:var(--color-light);transition:color .15s}.more-ads:hover .text{background:#ffffff1a}.profile-page-template.content{padding:0 var(--md);color:var(--color-white);text-align:center}.profile-page-template.content .page-title{width:fit-content;margin:0 auto;line-height:.9}.header{width:100%;height:calc(45px + 2 * var(--sm));padding:var(--sm) var(--md);position:fixed;top:0;left:0;z-index:999;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,rgba(0,0,0,.85) 0%,rgba(0,0,0,.2) 60%,rgba(0,0,0,.05) 85%,transparent 100%)}.header .logotype{height:100%}.header .logotype a{display:block;height:100%}.header .logotype img{height:90%;width:auto}.header .nav{display:flex}.header .nav a{font-family:geologica-variable,sans-serif;text-transform:uppercase;font-weight:700;color:var(--color-white);font-size:var(--text-sm);padding:0 calc(var(--md) / 2)}h1,h2,h3,h4,h5,h6{font-family:geologica-variable,sans-serif;color:var(--color-white);text-transform:uppercase}h1{font-size:var(--text-xl)}h2{font-size:var(--text-lg)}h3{font-size:var(--text-md)}h4,h5{font-size:var(--text-sm)}p,li,a{font-family:geologica-variable,sans-serif;color:var(--color-white);font-size:var(--text-sm);line-height:1.2;font-weight:100;text-align:inherit}@keyframes project-bg-fade{0%{opacity:0}to{opacity:1}}@media all and (max-width:1000.5px){.profiles-wrapper .profile{width:160px}}@media all and (max-width:750.5px){.desktop{display:none}:root{--text-xl: 4rem;--text-lg: 2.2rem;--text-md: 1.8rem;--text-sm: 1.4rem;--lg: 48px;--md: 18px;--sm: 12px;--xs: 8px;--m-gap: 64px;--rounded-xs: 4px}.header{height:calc(25px + 2 * var(--sm))}.m.more-ads{padding-top:0}.profiles-wrapper .profile{width:100px;gap:18px}.profiles-wrapper .profile .media{width:100px;height:100px}.profiles-template .center-wrapper .profiles-wrapper{gap:16px 20px}.top-five-module .project-title h2{font-size:var(--text-xl)}}@media all and (min-width:750.5px){.mobile{display:none}}@view-transition{navigation:auto}.nav-right.svelte-12qhfyh{position:relative;height:100%;font-family:geologica-variable,sans-serif;display:flex;align-items:center;gap:var(--sm)}.back-btn.svelte-12qhfyh{font-family:geologica-variable,sans-serif;font-size:var(--text-sm);font-weight:100;line-height:1;padding:0;color:var(--color-white);text-decoration:none;opacity:.7;transition:opacity .15s}.back-btn.svelte-12qhfyh:hover{opacity:1}.avatar-wrapper.svelte-12qhfyh{position:relative;height:100%;display:flex;align-items:center}.avatar-btn.svelte-12qhfyh{position:relative;width:auto;height:100%;max-height:100%;aspect-ratio:1/1;border-radius:var(--rounded-xs);border:none;cursor:pointer;overflow:hidden;padding:0;flex-shrink:0}.avatar-btn.svelte-12qhfyh img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover;display:block}.avatar-btn.default-img.svelte-12qhfyh img:where(.svelte-12qhfyh){background-color:transparent;opacity:.5;width:35%;object-fit:contain;margin:auto}.avatar-btn.svelte-12qhfyh .overlay:where(.svelte-12qhfyh){position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 100%);opacity:1;transition:opacity .15s}.avatar-btn.svelte-12qhfyh:hover .overlay:where(.svelte-12qhfyh){opacity:.25}.dropdown.svelte-12qhfyh{position:absolute;top:100%;right:0;padding-top:10px;min-width:fit-content;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s,transform .15s;z-index:100;text-transform:uppercase}.avatar-wrapper.svelte-12qhfyh:hover .dropdown:where(.svelte-12qhfyh){opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-inner.svelte-12qhfyh{background:var(--color-darkest, #111);border:1px solid rgba(255,255,255,.1);border-radius:var(--rounded-xs);overflow:hidden}.dropdown-section.svelte-12qhfyh{padding:4px 0}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;text-decoration:none;color:var(--color-white);font-size:13px;transition:background .15s}.dropdown-item.svelte-12qhfyh:hover{background:#ffffff0f}.dropdown-item-label.svelte-12qhfyh{font-weight:400;color:var(--color-dark);transition:color .15s}.dropdown-item.svelte-12qhfyh:hover .dropdown-item-label:where(.svelte-12qhfyh){color:var(--color-white)}@media(min-width:750px){.avatar-wrapper.svelte-12qhfyh:before{content:"";position:absolute;top:-50%;left:-50%;width:100%;height:100%;box-sizing:content-box;padding:50%;opacity:0;z-index:101}}
