section.header-module{overflow:visible;position:relative;z-index:2}section.header-module .container{display:flex;gap:4rem;padding-bottom:28px;padding-top:28px}section.header-module .logo{height:45px;max-height:45px;width:auto}section.header-module .logo .link-wrapper{height:100%;width:100%}section.header-module .wrapper-nav{align-items:center;display:flex;flex-grow:1;gap:2rem;justify-content:space-between}section.header-module .wrapper-nav .header-nav{align-items:center;display:flex;gap:1rem}section.header-module .wrapper-nav .connect-btn:after{transform:rotateX(180deg)}section.header-module .wrapper-nav .connect-btn,section.header-module .wrapper-nav .disconnect-btn{color:#676767;display:flex;gap:.5rem;margin-left:auto}section.header-module .wrapper-nav .connect-btn:hover,section.header-module .wrapper-nav .disconnect-btn:hover{color:#101010}section.header-module .wrapper-nav .connect-btn:hover:after,section.header-module .wrapper-nav .disconnect-btn:hover:after{background-color:#101010}section.header-module .wrapper-nav .connect-btn:after,section.header-module .wrapper-nav .disconnect-btn:after{background-color:#676767;content:"";display:block;height:20px;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath fill='%23676767' d='M1.506 14.167q-.63 0-1.068-.438A1.45 1.45 0 0 1 0 12.66V1.506Q0 .876.438.438A1.45 1.45 0 0 1 1.506 0h4.96q.267 0 .446.18.18.18.18.445 0 .266-.18.445a.6.6 0 0 1-.446.18h-4.96a.25.25 0 0 0-.176.08.25.25 0 0 0-.08.176V12.66q0 .096.08.176t.176.08h4.96q.267 0 .446.18.18.18.18.446 0 .265-.18.445a.6.6 0 0 1-.446.18zm10.258-6.459H5.29a.6.6 0 0 1-.446-.18.6.6 0 0 1-.18-.445q0-.265.18-.445t.446-.18h6.475l-1.602-1.602a.616.616 0 0 1 0-.865.6.6 0 0 1 .439-.201.6.6 0 0 1 .452.188l2.579 2.578q.225.226.225.527t-.225.528l-2.58 2.578a.6.6 0 0 1-.44.184.63.63 0 0 1-.45-.197.6.6 0 0 1-.175-.445.61.61 0 0 1 .188-.433z'/%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;mask-size:contain;width:20px}section.header-module .responsive-nav-toggler{cursor:pointer;opacity:0;position:absolute}@media (max-width:950px){section.header-module .container{align-items:center;justify-content:space-between}section.header-module .responsive-nav-toggler{opacity:1;position:static}section.header-module .wrapper-nav{align-items:flex-start;background-color:#fff;border-radius:0 0 0 8px;flex-direction:column;gap:1rem;opacity:0;padding:1rem 2rem;pointer-events:none;position:absolute;right:0;top:80%;transition:opacity .3s ease,top .3s ease;z-index:1}section.header-module .wrapper-nav.open{opacity:1;pointer-events:all;top:99%}section.header-module .wrapper-nav .header-nav{flex-direction:column;gap:1rem}}