/* Header */
.welcome-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(4.44vw, 71.04px);
    z-index: 100;
    display: flex;
    align-items: center;
}
.welcome-logo{
    width: min(6.944vw, 111.1px); 
    height: auto;
}
.welcome-header-wrapper{
    width: min(91.67vw, 1466.72px);
    margin: 0 auto;
}