@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Poppins,sans-serif;background-color:#f3f6fb;color:#11225a}html{scroll-behavior:smooth}#__next,body{min-height:100vh}:root{--app-bottom-spacing:48px}#__next,body{padding-bottom:calc(var(--app-bottom-spacing) + env(safe-area-inset-bottom))}body.cms-login-page,html.cms-login-page{height:100%;overflow:hidden}body.cms-login-page,body.cms-login-page #__next{min-height:100dvh;padding-bottom:0}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#143798;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0b46ea}.asset-preview-container{position:relative;overflow:hidden;border-radius:8px;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.asset-preview-container img{max-width:100%;max-height:100%;object-fit:contain}