:root{--navbarHeight:72px;--maxConteinerWidth:1270px;color-scheme:only light}@media (max-width:1020px){:root{--navbarHeight:56px;--mainMobileSidePadding:20px}}body,html{padding:0;margin:0;overflow-x:hidden}body,button,input,label,textarea{font-family:Inter}a{color:inherit;text-decoration:none}*{box-sizing:border-box}::-webkit-scrollbar{width:6px;border-radius:6px}::-webkit-scrollbar-track{background:#e6e6e6;border-radius:6px}::-webkit-scrollbar-thumb{background:#b3b3b3;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#727272}@media (prefers-color-scheme:dark){html{color-scheme:light}}@media screen and (max-width:770px){::-webkit-scrollbar{display:none}body{-ms-overflow-style:none}html{scrollbar-width:none}}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;padding:20px;display:flex;justify-content:center;align-items:center}.reactModal{inset:0;outline:none;box-shadow:0 8px 24px rgba(0,0,0,.15);background-color:#fff;overflow-y:auto;border-radius:16px;padding:24px}@media (max-width:770px){.reactModal{max-width:100%!important;width:100%;border-radius:16px 16px 0 0}.modalOverlay{padding:0;align-items:flex-end}.reactModal:focus{outline:none}}