html {
	height:100%;
}

* {
	font-smooth:always;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased; 
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    max-width:1920px;
    min-width:320px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
    color:#000;
    background:#222;
    margin:auto;
}

img {
    margin:0;
    padding:0;
    border:none;
}

a {
    text-decoration:none;
    outline:none;
}

.ClipSlide {
    position:relative;
    width:100%;
    overflow:hidden;
}

#slider_gr {
    height:100svh;
}

.swiper-slide {
    overflow:hidden;
    background-size:cover;
    background-position:center center;
}

.swiper-slide.mobile {
    display:none;
}

.entity-img {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
}

.swiper-wrapper {
    transition:all .25s ease;
}

.oscurece {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    border:none;
    background-color:#000;
    opacity:0.2;
    z-index:2;
}

.logo {
    position:absolute;
    right:70px;
    bottom:160px;
    width:240px;
    z-index:4;
}

.coming {
    position:absolute;
    right:40px;
    bottom:-20px;
    width:900px;
    z-index:3;
}

.logo_ap {
    position:absolute;
    left:40px;
    bottom:40px;
    width:110px;
    z-index:4;
}

@media screen and (max-width:1270px) {
    .logo { right:50px; bottom:120px; width:240px; }
    .coming { right:30px; bottom:-20px; width:700px; }
}

@media screen and (max-width:1023px) {
    .swiper-slide.desktop { display:none; }
    .swiper-slide.mobile { display:block; }
    .logo { right:40px; bottom:120px; width:220px; }
    .coming { right:20px; bottom:-10px; width:540px; }
    .logo_ap { left:30px; bottom:30px; width:90px; }
}

@media screen and (max-width:767px) {
    .logo { left:0; right:0; bottom:160px; width:190px; margin:auto; }
    .coming { left:0; right:0; bottom:80px; width:100%; margin:auto; }
    .logo_ap { left:0; right:0; bottom:40px; width:90px; margin:auto; }
    .oscurece { opacity:0.3; }
}

@media screen and (max-width:374px) {
    .logo { width:170px; }
    .logo_ap { width:80px; }
}