header{position:fixed;display:flex;justify-content:space-between;width:calc(100% - 40px);align-items:center;padding:38px 20px;z-index:5}header .header-logo svg{width:100px;height:auto}header .nav-menu{background-color:transparent;border:none;height:32px;width:32px;background-image:url(/build/assets/hamburger-YescMTEW.svg)}header .links-wrapper{display:flex;flex-direction:row;gap:12px;align-items:center}header .links-wrapper #ig{width:24px;height:24px}header .links-wrapper #fb{width:24px;height:24px}header .links-wrapper .detailredirect{padding:10px 14px;border:1px solid #ECE4D2;color:#ece4d2;border-radius:4px;font-size:14px;text-decoration:none;transition:all .3s ease}header .links-wrapper .detailredirect:hover{color:#000;background-color:#ece4d2}header .header-links-wrapper{display:flex;flex-direction:row;gap:32px}header .header-links-wrapper a{color:#ece4d2;text-decoration:none;position:relative}header .header-links-wrapper a:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#ece4d2;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}header .header-links-wrapper a:hover{color:#ece4d2}header .header-links-wrapper a:hover:after{transform:scaleX(1);transform-origin:left}.mobile-menu{width:100%;height:100%;background-color:#000;position:fixed;top:0;left:0;z-index:4;background-color:#11361b;display:none;flex-direction:column;justify-content:center;gap:32px}.mobile-menu a{text-align:center;color:#ece4d2;font-size:24px;text-decoration:none}@media screen and (min-width: 768px){.container{padding:0 40px;max-width:688px}header{width:calc(100% - 80px);padding:38px 40px}header .links-wrapper{gap:48px}header .links-wrapper .social-media-wrapper{display:flex;flex-direction:row;gap:16px}}@media screen and (min-width: 1024px){.hide-on-desktop{display:none!important}.hide-on-mobile{display:flex!important}.container{max-width:944px}header{width:calc(100% - 320px);padding:30px 160px}header .header-logo{margin-right:50px}header .header-logo svg{width:100px}header .links-wrapper .social-media-wrapper{display:flex;flex-direction:row;gap:16px}header .links-wrapper .social-media-wrapper .detailredirect{font-size:18px;line-height:25px}}@media screen and (min-width: 1280px){.container{max-width:1200px}}@media screen and (min-width: 1440px){.container{max-width:1360px}header{width:calc(100% - 510px);padding:30px 255px}header .header-logo{margin-right:43px}header .header-logo svg{width:120px}header .links-wrapper .detailredirect{padding:16px 20px}}
