@font-face {
	font-family: 'Nespresso Lucas';
	src: url('../fonts/NespressoLucas-LightItalic.woff2?2') format('woff2');
		font-weight: 300;
		font-style: italic;
	font-display: swap;
} 
@font-face {
	font-family: 'Nespresso Lucas';
	src: url('../fonts/NespressoLucas-Light.woff2?2') format('woff2');
	    font-weight: 300;
    font-style: normal;
	font-display: swap;
} 
@font-face {
	font-family: 'Nespresso Lucas';
	src: url('../fonts/NespressoLucas-Bold.woff2?2') format('woff2');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
} 
@font-face {
	font-family: 'Nespresso Lucas';
	src: url('../fonts/NespressoLucas-Italic.woff2?2') format('woff2');
	font-weight: normal;
    font-style: italic;
	font-display: swap;
} 
@font-face {
	font-family: 'Nespresso Lucas';
	src: url('../fonts/NespressoLucas-Regular.woff2?2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
} 

.sungroup .res {
    margin-bottom: 0;
}

#sg_b.sungroup .wrapper {
    background: linear-gradient(90deg, #f7eee9, #f1e8e3);
    padding: 100px 0 0;
    margin-top: -4px;
}

#sg_b.sungroup .wrapper .button {
    max-width: 300px;
    margin: 100px auto;
}

#sg_b.sungroup h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    text-align: center!important;
    font-family: 'Nespresso Lucas';
    margin: 0;
    padding: 0 20px 70px;
    font-weight: 700;
}

#sg_b.sungroup h3 {
    margin: 0;
    color: #000;
    font-size: 25px;
    text-align: center!important;
    font-family: 'Nespresso Lucas';
    padding: 0 20px;
    font-weight: 300;
}

#sg_b.sungroup .steps {
    display: flex;
    gap: 25px;
    padding: 0 20px;
}

#sg_b.sungroup .step {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
    font-family: 'Nespresso Lucas';
}

#sg_b.sungroup .step .title {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

#sg_b.sungroup .step .description .link {
    word-break: break-all;
}

#sg_b.sungroup .step .description {
    font-size: 20px;
    color: #000;
}

#sg_b.sungroup .hero {
    position: relative;
}

#sg_b.sungroup img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#sg_b.sungroup .first-layer {
    position: absolute;
    bottom: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#sg_b.sungroup #footer {
    background-color: #000;
    padding: 30px 30px 20px 30px;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#sg_b.sungroup #footer span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Nespresso Lucas';
}

@media(max-width:1000px) {
    #sg_b.sungroup .first-layer {
        position: static;
        transform: translateX(0);
    }

    #sg_b.sungroup .step .title {
        font-size: 25px;
    }

    #sg_b.sungroup .step .description {
        font-size: 15px;
    }
}

@media(max-width:500px) {
    #sg_b.sungroup .wrapper .button {
        margin: 50px auto;
    }

    #sg_b.sungroup .wrapper {
        padding: 50px 0 0;
    }

    #sg_b.sungroup h1 {
        font-size: 35px;
        padding: 0 20px 30px;
    }

    #sg_b.sungroup h3 {
        font-size: 20px;
    }

    #sg_b.sungroup .steps {
        flex-direction: column;
    }
}

@media only screen and (max-width: 430px) {
    #sg_b.sungroup #footer {
        flex-direction: column;
    }
}