.header_menuContent, .header_menu{
    background-color:transparent;
}
.fslider::after{
    content:'';
    background-image: url(../../images/slider-banner.svg);
    background-position: bottom left;
    background-size: calc(100% - 200px);
    background-repeat:no-repeat;
    position:absolute;
    bottom: -1px;
    left:0;
    width:100%;
    z-index: 10;
    aspect-ratio: 3319/531;
}
