.home .elementor-location-header .she-header-yes:not(.she-header) {
    position: absolute;
}
.she-header {
    background: linear-gradient(180deg, rgba(42, 184, 215, 0) 0%, rgba(15, 12, 41, 0.78) 100%);
    background-blend-mode: multiply;
    background: rgba(15, 12, 41, 1);
	-webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
}

#sticky-header {
    transition: top 2s ease 0s;
}
.stuck #sticky-header {
    position: fixed;
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    animation: stuckMoveDown .6s;
}
#sticky-header .logo img {
    transition: max-height 0.5s ease-out, max-width 0.5s ease-out;
}
.stuck #sticky-header .logo img {
    max-height: 70px;
    max-width: 100%;
    width: auto;
}