header{width:100%;height:var(--header-height);background-color:var(--surface);position:relative;z-index:999;padding:0 var(--page-gutter);display:flex;justify-content:space-between;align-items:center;overflow:hidden;border-bottom:1px solid var(--border-header)}
header .header-logo{width:50%;display:flex;height:100%;align-items:center}
header .header-logo #logo{height:80%;display:flex;gap:4px;align-items:center}
header .header-logo #logo img{height:100%}
header .field-container{position:relative;padding:0;margin:0 0 0 20px;border:0;width:35%;height:35px}
header .field-container .field{border:0;width:100%;height:100%;padding:10px 20px;background-color:var(--input-bg);border-radius:28px;box-shadow:var(--shadow-input);transition:all .4s ease;font-family:inherit;font-size:13.33px}
header .field-container .field:focus{outline:none;box-shadow:var(--shadow-input-focus)}

#app{width:100%;flex:1 1 auto}

footer{width:100%;min-height:40px;display:flex;flex-direction:column;align-items:center;background-color:var(--surface);margin-top:20px}
footer .info{width:100%;padding:20px 0;display:flex;flex-direction:column;align-items:center}
footer .info a{text-transform:capitalize}
footer .info .logo{width:50%;margin-bottom:20px;display:flex;gap:4px;font-size:20px;color:var(--logo-text);font-weight:500;align-items:center;justify-content:center}
footer .info .logo img{width:100%}
footer .info .info-group{display:flex;column-gap:12px;flex-wrap:wrap;justify-content:center}
footer .info .info-group a{font-size:12px;font-weight:400;line-height:18px;color:var(--text-footer);text-align:center;text-decoration:underline}
footer .desc{width:100%;padding:15px 15px 20px;background-color:var(--surface-dark)}
footer .desc p{font-size:14px;font-weight:300;line-height:21px;color:var(--surface)}

header .header-nav{display:flex;height:100%;align-items:center;flex:1 1 0%;min-width:0;justify-content:flex-end}
header .header-nav .field-container{width:70%}
