.main-header{background-color:#fff;height:100px;display:flex;align-items:center;justify-content:center}.container{max-width:1140px;margin:auto;width:100%}.max-container{max-width:1521px;width:90%;margin:auto}.flex{display:flex;align-items:stretch;width:100%}.flex.flex1>div{flex:1}.flex-container{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{max-width:215px;max-height:32px;flex-shrink:0}.main-nav{flex-grow:1;display:flex;justify-content:center}.main-nav ul{width:80%;list-style:none;display:flex;justify-content:space-around;gap:20px;align-items:center;margin:0}.main-nav a{text-decoration:none;color:#371e56;font-size:16px;font-style:normal;font-weight:400}.hamburger-menu{display:none;flex-direction:column;gap:4px}.bar{background-color:#371e56;height:3px;width:25px}@media only screen and (max-width:600px){.hide-s{display:none!important}.container{max-width:1140px;margin:auto;width:90%}.flex-container{margin:0 10px}.hamburger-menu{display:flex}.main-nav{display:none;flex-direction:column;justify-content:flex-start;gap:10px;position:absolute;top:100px;bottom:-90px;left:0;z-index:99;width:100%;background-color:rgb(0 0 0 / 50%);align-items:center}.main-nav ul{width:100%;padding:10px 0;background-color:#fff;flex-direction:column;gap:15px;align-items:flex-start}.main-nav ul li{width:100%;padding:0 17px}}