header{display:flex!important;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#13293d;height:80px;box-shadow:0 0 10px #010203;z-index:100}header>.body{display:flex;justify-content:space-between;margin:0 auto;width:80%}header>.body>.left{display:flex;align-items:center;gap:10px;padding-left:10px}header>.body>.left>.logo{width:50px;transform:translateY(10px)}header>.body>.right{padding-right:10px}header>.body>.right,header>.body>.right>.pages{display:flex;align-items:center;gap:10px}@keyframes fadeIn{0%{transform:scale(80%);opacity:0}to{transform:scale(100%);opacity:100%}}header>.body>.right>.pagesmobile{display:flex;align-items:center;justify-content:space-around;gap:20px;row-gap:50px;flex-wrap:wrap;background-color:rgba(0,0,0,.941);position:fixed;top:100px;left:20px;width:calc(100% - 40px);border-radius:10px;padding:20px;animation:fadeIn .5s}@media only screen and (max-width:1200px){header>div{width:100%!important}}@media print{.no-print,.no-print *{display:none!important}}