.home-header{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;z-index:100;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .3s ease-in-out;animation:fadeIn .8s ease-in forwards}.home-header.bordered{border-bottom-color:rgba(14,19,34,.1215686275)}.home-header__branding{display:flex;flex-direction:row;align-items:center;gap:5px}@media(min-width:769px){.home-header__branding{padding:4px 0}}.home-header__title{font-family:var(--font-inter),sans-serif;font-size:20px;font-weight:600;font-style:normal;color:#0e1322;line-height:24px}.home-header__actions{animation:fadeIn .2s ease-in forwards;display:flex;flex-direction:row;gap:8px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}button{background:none;padding:0;margin:0;font:inherit;outline:inherit}body,html{margin:0;box-sizing:border-box;background:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%;font-family:var(--font-inter),sans-serif;font-size:12px;font-weight:400;font-style:normal}body a,html a{text-decoration:unset}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 0 auto;display:flex;justify-content:center}@supports(padding:env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);background-color:#fff}}@supports not (padding:env(safe-area-inset-top)){body{padding-top:constant(safe-area-inset-top)}}@media(max-width:1024px){.desktop-only{display:none!important}}@media(min-width:1025px){.mobile-tablet-only,.tablet-only{display:none!important}}@media(max-width:768px){.hide-mobile,.tablet-only{display:none!important}}@media(min-width:769px){.mobile-only{display:none!important}}.visible{visibility:visible}.hidden{visibility:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateX(-50%) translateY(-100%)}to{transform:translateX(-50%) translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-4px)}40%,80%{transform:translateX(4px)}}button{cursor:pointer;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);color:inherit;background-color:inherit}.footer{display:flex;justify-content:space-between;margin:0 auto;width:100%;max-width:1175px;opacity:0;animation:fadeIn 1s ease-in .5s forwards}@media(max-width:768px){.footer{flex-direction:column;gap:40px}}.footer__sections-group{display:flex;gap:48px;width:100%}@media(max-width:768px){.footer__sections-group{flex-direction:column;gap:40px}}.footer__brief-section{display:flex;flex-direction:column;gap:20px;flex-shrink:0}@media(max-width:768px){.footer__brief-section{flex-direction:row;align-items:center}}.footer__brief-section-text-content{display:flex;flex-direction:column;gap:8px}.footer__brief-section-value{font-family:var(--font-inter),sans-serif;font-size:10px;font-weight:500;font-style:normal;line-height:14px;color:rgba(14,19,34,.4784313725)}.footer__other-sections{flex-grow:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:32px 8px;gap:32px 8px}.footer__other-section{display:flex;flex-direction:column;gap:16px}.footer__other-section-title{font-family:var(--font-inter),sans-serif;font-size:14px;font-weight:600;font-style:normal;line-height:16px}.footer__other-section-items{display:flex;flex-direction:column;gap:16px}.footer__other-section-item{font-family:var(--font-inter),sans-serif;font-size:14px;font-weight:500;font-style:normal;line-height:16px;color:rgba(14,19,34,.4784313725);letter-spacing:-.5px}.footer__other-section-item:hover{color:rgba(14,19,34,.6392156863)}@media(min-width:1025px){.footer{padding:80px 40px}}@media(min-width:769px)and (max-width:1024px){.footer{padding:40px 32px}}@media(max-width:768px){.footer{padding:40px 24px}}.footer__copyright-and-handles-section{display:flex;flex-direction:column;gap:16px}@media(min-width:769px){.footer__copyright-and-handles-section{align-items:flex-end;justify-content:flex-end}}@media(max-width:768px){.footer__copyright-and-handles-section{align-items:center}}.footer__copyright-text{font-family:var(--font-inter),sans-serif;font-size:10px;font-weight:500;font-style:normal;line-height:14px;color:rgba(14,19,34,.4784313725);min-width:22ch}.footer__handles-section{display:flex;gap:16px;align-items:center}.footer__mobile-section{display:flex;justify-content:space-between;align-items:flex-end}