.logo:hover{opacity:.7}.dropdown_headline{display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;padding:3rem 0}.dropdown_headline img{color:#fff;width:20px;fill:#fff}.dropdown_headline h2{align-items:center;color:#fff;display:flex;font-size:3rem;gap:2rem}.dropdown_headline h3 span{color:#fff}.navbar{background:#fff;margin:0 auto;position:fixed;width:100%;z-index:9999}.navbar.active{left:0;position:fixed;top:0}nav{align-items:center;box-shadow:0 4px 4px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;margin:0 auto;padding:0 4rem;position:relative}nav a{text-decoration:none}.logo{width:16rem}nav a img{width:100%}.list{align-items:center;display:flex;gap:24px;height:100%}.list .stick{background-color:#fff;height:20px;width:1px}.list>ul{display:flex;gap:24px;height:100%;justify-content:space-between}.dropdown{list-style:none}.headerTxt{cursor:pointer;display:block;font-size:1.4rem;font-weight:700;padding:3.2rem 0;position:relative;text-decoration:none}.headerTxt:after{background:#000;bottom:2rem;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}nav .list ul li:hover a:after,nav .list ul li:hover span:after{width:100%}.el_topButton,.list .button{align-items:center;background:var(--black_accent,#191615);border:none;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);color:#fff;display:flex;font-size:15px;font-weight:700;gap:20px;height:45px;justify-content:space-between;padding:16px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:fit-content}.el_topButton{margin-top:5rem}nav .list .button:hover{box-shadow:0 2px 2px 0 rgba(0,0,0,.25);cursor:pointer;transform:translateY(.1875em)}nav .list .button img{height:11.5px;width:6.5px}.dropdown{background-color:#cf0505;bottom:-100%;height:fit-content;left:0;position:absolute;transition:all .3s ease;width:100%}nav .list ul .dropdown:hover,nav .list ul li:hover+.dropdown{visibility:visible}.off_screen__menu{align-items:center;background-color:#cf0505;display:flex;flex-direction:column;gap:50px;height:100vh;justify-content:flex-start;max-width:450px;opacity:.8;padding:100px 0;position:fixed;right:-450px;top:0;transition:.3s ease;width:100%;z-index:300}.off_screen__menu .button{background-color:#191615;border:none;border-radius:400px;color:#fff;padding:4px 24px;text-decoration:none}.off_screen__menu ul{align-items:center;display:flex;flex-direction:column;font-size:3rem;justify-content:center;list-style:none;text-align:center}.off_screen__menu ul li a{color:#fff;font-size:20px;font-weight:400;text-align:center}.off_screen__menu.active{right:0}.burger{display:none;height:50px;margin-left:auto;padding:5px;position:relative;width:50px;z-index:501}.dashes{background-color:#191615;border-radius:5px;height:5px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s ease;width:100%}.dashes:first-child{top:25%}.dashes:nth-child(3){top:75%}.burger.active .dashes:first-child{top:50%;transform:translate(-50%,-50%) rotate(45deg)}.burger.active .dashes:nth-child(2){opacity:0}.burger.active .dashes:nth-child(3){top:50%;transform:translate(-50%,-50%) rotate(-45deg)}@media (max-width:1440px){.navbar .container{margin:0 auto;width:100%}}@media (max-width:900px){.burger{display:block}.navbar .container{width:100%}.list{display:none}}@media(min-width:768px){.off_screen__menu.active{right:-450px}.humberger .header-logo{height:100%;padding:0;padding:.8rem 0}.header-logo>a{display:block;height:100%;width:100%}}.humberger .header-logo{height:100%;padding:.8rem 0}.header-logo>a{display:block;height:100%;width:70%}.underHead_txt{align-items:center;color:#fff;display:flex;font-size:1.8rem;font-weight:700;gap:2rem}.underHead_wrap{display:flex;flex-wrap:wrap;gap:3rem}.dropWrap{display:none;height:auto;top:5rem;width:auto}.visible:hover>.dropWrap{display:block}.underHead_txt svg{left:0;position:relative;transition:.3s}.underHead_txt:hover>svg{left:.6rem}.el_topButton{padding:2.4rem 4.8rem}