.ourteam::before{
	content: "OUR TEAM";
	font-size: 15vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #efefef;
	font-weight: 900;
	font-family: 'Sofia Sans Extra Condensed';
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
	z-index: 0;             /* così sta dietro al contenuto */
}
.ourteam{
	padding:60px 0px;
	position:relative;
	padding-bottom:60px;
}
.ourteam div{
	position:relative;
	z-index:2
}
.rb-team__stage{
	position:relative;
}
.rb-team__stage::before{
	content: "";
    position: absolute;
    background: #1c1c1c;
    background-image: url(../../../../wp-content/uploads/2026/07/32d138d4-f25c-4efa-89a5-3ac3f4c758ea.png);
    width: 100%;
    height: 80%;
    background-size: 100%;
    bottom: 0;
}
.uk-navbar-container.uk-navbar-sticky{
	background-color: rgba(33, 33, 33, 0.95);
	padding:10px 0px;
}
.uk-navbar-container.uk-navbar-sticky li.uk-active>a{
	color:#fff;
	font-weight:bold;
}
.page-id-1 .uk-navbar-nav>li:hover>a, .page-id-1 .uk-navbar-nav>li>a[aria-expanded=true]{
	color:#fff
}