.H2038 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #40404000;
    padding: 0 20vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2500;
    box-sizing: border-box;
    height: 80px;
    transition: padding 0.3s ease;
}
.H3123 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    z-index: 100000;
    justify-content: space-between;
}
.H46521 {
    z-index: 2501;
}
.H44121 {
    width: 90px;
    height: 70px;
    transition: all 0.3s ease;
}
.H52214 {
    display: flex;
    gap: 20px;
    flex-grow: 1;
    margin-left: 6vh;
    align-items: center;
    justify-content: flex-start;
}
.H98911 {
    position: relative;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    color: #333;
    transition: color 0.3s ease;
    text-decoration: none;
    outline: none;
    background: none;
    user-select: none;
}
.H98911 p {
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.H98911 a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
}
.H77711 {
    position: relative;
}
.H88911 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: #404040;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.H77711:hover .H88911 {
    opacity: 1;
    visibility: visible;
}
.H88911 a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    transition: background 0.3s ease;
    border-bottom: 1px solid #505050;
    white-space: nowrap;
}
.H88911 a:last-child {
    border-bottom: none;
}
.H88911 a:hover {
    background: #505050;
    color: #fff;
}
.H31344 {
    position: relative;
    padding-right: 15px;
    margin: 0;
}
.H31344::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    transition: transform 0.3s ease;
}
.H77711:hover .H31344::after {
    transform: translateY(-50%) rotate(180deg);
}
.H34111 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10vh;
    gap: 15px;
}
.H77881 {
    height: 32px;
    width: 32px;
    transition: transform 0.3s ease;
}
.H77881:hover {
    transform: scale(1.1);
}
.H-burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 2501;
    position: relative;
}
.H-burger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.H-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}
.H-burger.active span:nth-child(2) {
    opacity: 0;
}
.H-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.H-menu-container {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}
.H412421457 {
    display: flex;
    flex-direction: row;
}
@media (max-width: 1200px) {
    .H2038 {
        padding: 0 10vh;
    } 
    .H52214 {
        margin-left: 4vh;
    }
    .H34111 {
        margin-left: 4vh;
    }
}
@media (max-width: 992px) {
.H2038 {
    padding: 0 5vh;
}
.H44121 {
    width: 70px;
    height: 55px;
}
.H52214 {
    gap: 15px;
}
.H98911,
.H98911 p,
.H98911 a {
    font-size: 18px;
}
}
@media (max-width: 768px) {
.H-burger {
    display: flex;
}
.H-menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #404040;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 100px 40px 40px;
    transition: right 0.4s ease;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.H-menu-container.active {
    right: 0;
}
.H52214 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
    gap: 0;
}
.H98911 {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.H98911:last-child {
    border-bottom: none;
}
.H98911 a {
    display: block;
    width: 100%;
}
.H77711 {
    position: static;
}
.H88911 {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    min-width: auto;
    width: 100%;
    margin-top: 10px;
    display: none;
}
.H77711.active .H88911 {
    display: block;
}
.H88911 a {
    display: flex;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.H31344 {
    cursor: pointer;
}
.H31344::after {
    right: 0;
}
.H34111 {
    margin-left: 0;
    margin-top: 30px;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.H2038 {
    padding: 0 20px;
}
body.menu-open {
    overflow: hidden;
}
.H52214 {
    flex-grow: 0;
}
.H412421457 {
    gap: 10px;
}
}
@media (max-width: 480px) {
.H2038 {
    padding: 0 15px;
}
.H44121 {
    width: 60px;
    height: 47px;
}
.H-menu-container {
    width: 100%;
    max-width: none;
}
}