.hamburger-line {
    display: block;
    height: 3px;
    width: 100%;
    background-color: currentColor;
    border-radius: 2px;
    transition: all 0.3s ease;
}

html,
body {
    overflow-x: hidden !important;
}

main {
    overflow-x: hidden !important;
}

.fix-overflow {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
}

@media (max-width: 1200px) {
    .bubble-abs {
        display: none;
    }
}