.banner_server_head{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.ux-builder-iframe{
	.sport_theme_gutter_banner,
    .banner_server_head,
    .banner_footer_abs{
		display: none !important;
    }
}
.sport_theme_gutter_item:first-child{
	margin-top: 12px;
}
.banner_footer_abs{
	display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999999;
    width: 98%;
}
.close_banner {
    position: absolute;
    background: #e55353;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    color: #fff;
    transform: translate(50%, -50%);
    cursor: pointer;
}
.sport_theme_warp_footer{
	position: relative;
}
.sport_theme_gutter_left,
.sport_theme_gutter_right{
	width: calc((100% - 1200px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
.sport_theme_gutter_right{
	right: 0;
}
.sport_theme_gutter_inner{
	text-align: center;
}
.sport_theme_gutter_left .sport_theme_gutter_inner{
	max-width: 172px;
    margin-left: auto;
    position: sticky;
    top: 0;
    margin-right: 15px;
}
.sport_theme_gutter_right .sport_theme_gutter_inner{
	max-width: 172px;
    margin-right: auto;
    position: sticky;
    top: 0;
    margin-left: 15px;
}
.scrolled_banner{
    transform: translateY(-50%);
    top: 50% !important;
    transition: all .3s;
}
.banner_server_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.banner_server_head img{
	margin-bottom: 0px;
    margin-top: 12px;
}
.sport_theme_gutter_item img{
	margin-bottom: 12px;
}
@media (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 48em) {

}