.headerBox {
    width: 100%;
    position: fixed;
    display: flex;
    padding: 1% 5%;
    box-sizing: border-box;
    align-items: stretch;
    justify-content: space-between;
    z-index: 50;
    transition: all 1s ease;
    align-items: center;
}

.PcBox {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: end;
    /* padding-top: 10px; */
}

.PcBox>.info {
    display: flex;
    margin-bottom: 5px;
}

.PcBox>.info>div {
    display: flex;
    align-items: center;
    margin: 0 0 0 1vw;
    color: rgba(255, 255, 255, 0.34);
    transition: color .3s ease;
}

.PcBox>.info>div>svg {
    margin-right: 10px;
}

.PcBox>.info>div>svg>path {
    fill: rgba(255, 255, 255, 0.34);
    transition: color .3s ease;
}

.PcBox>ul {
    display: flex;
    align-items: center;
}

.PcBox>ul>li {
    position: relative;
    margin: 0 1vw;
    cursor: pointer;
}

.PcBox>ul>li>a {
    transition: all .3s ease;
}

.search>a {
    overflow: hidden;
    width: 25px;
    height: 25px;
    display: block;
}

.PcBox>ul>li:hover>a {
    color: #1131B0 !important;
}

.hlistBox {
    max-height: 0;
    position: absolute;
    left: -50%;
    top: 150%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 50%;
    white-space: nowrap;
    transition: all .6s ease;
    overflow: hidden;
    border-radius: 10px;
}

.hlistBox>a {
    font-family: Plus Jakarta Sans Regular;
    font-size: var(--16px--);
    font-weight: 500;
    line-height: 200%;
    transition: all .3s ease;
}

.hlistBox>a:first-child {
    margin-top: 5%;
}

.hlistBox>a:last-child {
    margin-bottom: 5%;
}

.hlistBox>a::before {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background-color: #0057b8;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    transform: translateX(-120%);
}

.hlistBox>a:hover::before {
    width: 10px;
}

.hlistBox>a:hover {
    transform: translateX(10px);
    color: #0057b8;
}

.PcBox>ul>li:hover>.hlistBox {
    max-height: 400px;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.PcBox>ul>li>a {
    font-size: max(18px, 1vw);
    font-family: "Poppins Medium";
    font-weight: 500;
    color: #fff;
    transition: color .3s ease;
}

.langBox {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    align-items: center;

}

.langBox span {
    color: #fff;
    font-weight: bold;
}

.search>a>svg>path {
    fill: #fff;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.logo>img{
    transition: all .6s ease;
}
.logo>img:nth-child(1){
    opacity: 1;
}
.logo>img:nth-child(2){
    position: absolute;
    opacity: 0;
}

.on {
    /* width: 80%; */
    /* top: 10px; */
    /* left: 10%; */
    /* border-radius: 50px; */
    background-color: #fff;
    /* padding: 0 5%; */
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1)
}

.on>.PcBox {
    justify-content: center;
}

.on>.logo>svg>path:nth-child(1) {
    fill: #050101;
}

.on>.logo>svg>path:nth-child(2) {
    fill: #060506;
}

.on>.PcBox>ul>li>a {
    color: #000;
}

.on .search>a>svg>path {
    fill: #060506 !important;
}

.on .langBox>span {
    /* filter: invert(); */
    color: #000;
}

.on>.PcBox>.info {
    display: none;
}

.on .PcBox>ul {
    align-items: center;
}
.on .logo>img:nth-child(1){
    opacity: 0;
}
.on .logo>img:nth-child(2){
    opacity: 1;
}

.on>.PcBox>ul>p{
    background-color: #000 !important;
}
.hlisLang {
    min-width: 80px;
    left: -100%;
}

.hlisLang>a {
    padding-left: 25%;
}

.Hamburg {
    display: none;
    align-items: center;
}

.Headcheckbox {
    display: none;
}

.toggle {
    position: relative;
    width: 35px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition-duration: .5s;
}

.bars {
    width: 100%;
    height: 4px;
    background-color: rgb(27, 89, 194);
    border-radius: 4px;
}

#bar2 {
    transition-duration: .8s;
}

#bar1,
#bar3 {
    width: 70%;
}

#Headcheckbox:checked+.toggle .bars {
    position: absolute;
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle #bar2 {
    transform: scaleX(0);
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle #bar1 {
    width: 100%;
    transform: rotate(45deg);
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle #bar3 {
    width: 100%;
    transform: rotate(-45deg);
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle {
    transition-duration: .5s;
    transform: rotate(180deg);
}

.MoBox {
    width: 100%;
    height: 0;
    display: none;
    transition: all .3s ease;
    overflow: hidden;
}

.MoBox>ul {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 5% 0 5%;
}

.MoBox>ul>li {
    line-height: 300%;
    border-bottom: 1px solid #eee;
    /* display: flex; */
    position: relative;
    transition: all .3s ease;
}

.MoBox>ul>li>div:nth-child(1) {
    width: 100%;
    display: flex;
}

.MoBox>ul>li>div:nth-child(1)>a {
    width: 100%;
}

.HeadMoIcon {
    float: right;
    margin-left: auto;
    transition: all .3s ease;
}

.HeadMoIcon>.icon {
    width: 16px;
    height: 16px;

    transform: rotate(180deg);

}

.HeadNavLevel2 {
    max-height: 0px;
    background: #fff;
    transition: all 1s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    padding: 0 5%;
}

.HeadNavLevel2>a {
    line-height: 200%;
    color: #666;
}

@media (max-width: 1200px) {
    .logo>svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {

    .on {
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
    }

    .PcBox {
        display: none;
    }

    .Hamburg {
        width: auto;
        display: flex;
        margin-right: 5%;
    }

    .MoBox {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: -1;
    }
}

@media(max-width:768px) {
    .Hamburg {
        margin-left: auto;
    }
}

@media(max-width:480px) {}