@font-face {
    font-family: 'SairaCondensed-ExtraBold';
    src: url('../fonts/sairacondensed/SairaCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-ExtraLight';
    src: url('../fonts/sairacondensed/SairaCondensed-ExtraLight.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-Light';
    src: url('../fonts/sairacondensed/SairaCondensed-Light.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-Medium';
    src: url('../fonts/sairacondensed/SairaCondensed-Medium.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-Black';
    src: url('../fonts/sairacondensed/SairaCondensed-Black.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-Regular';
    src: url('../fonts/sairacondensed/SairaCondensed-Regular.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-Bold';
    src: url('../fonts/sairacondensed/SairaCondensed-Bold.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-SemiBold';
    src: url('../fonts/sairacondensed/SairaCondensed-SemiBold.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaCondensed-Thin';
    src: url('../fonts/sairacondensed/SairaCondensed-Thin.woff2') format('woff2'),
        url('../fonts/sairacondensed/SairaCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*
:root {
	--primario: #4C5646;
    --secondario: #DAD3CD;
    --arancio: #F0AF45;
    --marrone: #B99D75;
    --bianco: #ffffff;
	--nero: #000000;
}
*/
:root {
    --verde: #127C6C;
    --marrone73: #736F65;
    --marrone5A: #5A564F;
    --grigioF5: #f5f5f5;
    --bianco: #ffffff;
	--nero: #000000;
}

.bianco {
    color: var(--bianco) !important;
}
.nero {
    color: var(--nero) !important;
}

.bg_bianco {
    background-color: var(--bianco) !important;
}
.bg_nero {
    background-color: var(--nero) !important;
}

/*
.bg_primario {
    background-color: var(--primario) !important;
}
.bg_secondario {
    background-color: var(--secondario) !important;
}
.bg_arancio {
    background-color: var(--arancio) !important;
}
*/

body {
	font-size: 14px;
	line-height: 28px;
	color: var(--nero);
	/*font-family: 'SairaCondensed-Regular';*/
    font-family: 'OpenSans-Regular';
}
@media (min-width: 361px) and (max-width: 1599px){
	body {
		font-size: calc(14px + (18 - 14) * ((100vw - 361px) / (1599 - 361)));
        line-height: calc(28px + (40 - 28) * ((100vw - 361px) / (1599 - 361)));
	}
}
@media (min-width: 1600px){
	body {
		font-size: 18px;
	    line-height: 40px;
	}
}


h1,h2,h3,h4,h5,h6 {font-weight: normal;}


.heading_1 {
    font-family: 'SairaCondensed-Bold';
    font-size: 52px !important;
    line-height: 52px !important;
    text-transform: uppercase !important;
    color: var(--verde);
    margin-bottom: 1.5rem;
}
/*
@media (min-width: 361px) and (max-width: 1599px){
	.heading_1 {
		font-size: calc(30px + (40 - 30) * ((100vw - 361px) / (1599 - 361))) !important;
        line-height: calc(40px + (50 - 40) * ((100vw - 361px) / (1599 - 361))) !important;
	}
}
@media (min-width: 1600px){
	.heading_1 {
		font-size: 40px !important;
        line-height: 50px !important;
	}
}
*/


.subheading_1 {
    font-family: 'SairaCondensed-Medium';
    font-size: 20px !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    color: var(--verde);
    margin-bottom: 1.5rem;
}
/*
@media (min-width: 361px) and (max-width: 1599px){
	.subheading_1 {
		font-size: calc(20px + (25 - 20) * ((100vw - 361px) / (1599 - 361))) !important;
        line-height: calc(26px + (31 - 26) * ((100vw - 361px) / (1599 - 361))) !important;
	}
}
@media (min-width: 1600px){
	.subheading_1 {
		font-size: 25px !important;
        line-height: 31px !important;
	}
}
*/
.subheading_2 {
	font-size: 24px;
	line-height: 36px;
	color: var(--verde) !important;
	margin-bottom: 1.5rem !important;
    /*font-family: 'SairaCondensed-Regular';*/
    font-family: 'SairaCondensed-Medium';
}
.attached_banners .attached_banner .attached_banner__subheading {
	font-size: 24px;
	line-height: 36px;
	color: var(--verde) !important;
	margin-bottom: 1rem !important;
    /*font-family: 'SairaCondensed-Regular';*/
    font-family: 'SairaCondensed-Medium';
}
.attached_banners .attached_banner .attached_banner__heading {
	font-family: 'SairaCondensed-Bold';
	font-size: 36px;
	line-height: 48px;
	color: var(--verde) !important;
	margin-bottom: 1.5rem !important;
}
@media (min-width: 361px) and (max-width: 1599px){
	.attached_banners .attached_banner .attached_banner__heading {
		font-size: calc(36px + (48 - 36) * ((100vw - 361px) / (1599 - 361)));
        line-height: calc(48px + (60 - 48) * ((100vw - 361px) / (1599 - 361)));
	}
}
@media (min-width: 1600px){
	.attached_banners .attached_banner .attached_banner__heading {
		font-size: 48px;
	    line-height: 60px;
	}
}

.attached_banners .attached_banner a.cta_btn {
	text-decoration: none !important;
	text-transform: uppercase !important;
	color: var(--verde) !important;
	padding: 0.5rem 1rem;
	border: 1px solid var(--verde);
	font-family: 'SairaCondensed-Medium';
	font-size: 12px !important;
	display: block;
	max-width: fit-content;
	margin-top: 2rem;
}



.heading_2 {
    font-family: 'SairaCondensed-Bold';
    font-size: 36px !important;
    line-height: 48px !important;
    color: var(--verde);
    margin-bottom: 1.5rem;
}
/* FLUID TYPOGRAPHY */
@media (min-width: 361px) and (max-width: 1599px){
	.heading_2 {
		font-size: calc(36px + (48 - 36) * ((100vw - 361px) / (1599 - 361))) !important;
        line-height: calc(48px + (60 - 48) * ((100vw - 361px) / (1599 - 361))) !important;
	}
}
@media (min-width: 1600px){
	.heading_2 {
		font-size: 48px !important;
        line-height: 60px !important;
	}
}


.heading_3 {
    font-family: 'SairaCondensed-Regular';
    font-size: 26px !important;
    line-height: 38px !important;
    color: var(--verde);
}
/* FLUID TYPOGRAPHY */
@media (min-width: 361px) and (max-width: 1599px){
	.heading_3 {
		font-size: calc(26px + (42 - 26) * ((100vw - 361px) / (1599 - 361))) !important;
        line-height: calc(38px + (60 - 38) * ((100vw - 361px) / (1599 - 361))) !important;
	}
}
@media (min-width: 1600px){
	.heading_3 {
		font-size: 42px !important;
        line-height: 60px !important;
	}
}


/*
.heading_3 {
    font-family: 'Marcellus-Regular';
    font-size: 26px !important;
    line-height: 36px !important;
}
@media (min-width: 361px) and (max-width: 1599px){
	.heading_3 {
        font-size: calc(26px + (35 - 26) * ((100vw - 361px) / (1599 - 361))) !important;
        line-height: calc(36px + (45 - 36) * ((100vw - 361px) / (1599 - 361))) !important;
	}
}
@media (min-width: 1600px){
	.heading_3 {
		font-size: 35px !important;
        line-height: 45px !important;
	}
}
*/


.heading_4 {
    font-family: 'EncodeSansExpanded-Regular';
    font-size: 16px !important;
}
.heading_4.strong {
    font-weight: 600 !important;
}


.medium_1 {
    font-family: 'EncodeSansExpanded-Regular';
    /*
    font-size: 18px !important;
    line-height: 35px !important;
    */
    font-size: 14px;
	line-height: 28px;
}
@media (min-width: 361px) and (max-width: 1599px){
	.medium_1 {
		font-size: calc(14px + (18 - 14) * ((100vw - 361px) / (1599 - 361)));
        line-height: calc(28px + (35 - 28) * ((100vw - 361px) / (1599 - 361)));
	}
}
@media (min-width: 1600px){
	.medium_1 {
		font-size: 18px;
	    line-height: 35px;
	}
}


.medium_2 {
    font-family: 'EncodeSansExpanded-Regular';
    font-size: 22px !important;
    line-height: 45px !important;
    font-weight: bold;
}
.small {
    font-family: 'EncodeSansExpanded-Regular';
    font-size: 14px !important;
    line-height: 17.5px !important;
}
.small_2 {
    font-family: 'EncodeSansExpanded-Regular';
    font-size: 14px !important;
    line-height: 25px !important;
}

a.cta_btn {
    /*
    font-size: 20px !important;
    line-height: 25px !important;
    */
    font-size: 14px;
	line-height: 20px;
    font-family: 'SairaCondensed-Medium';
}
@media (min-width: 361px) and (max-width: 1599px){
	a.cta_btn {
		font-size: calc(14px + (20 - 14) * ((100vw - 361px) / (1599 - 361)));
        line-height: calc(20px + (25 - 20) * ((100vw - 361px) / (1599 - 361)));
	}
}
@media (min-width: 1600px){
	a.cta_btn {
		font-size: 20px;
	    line-height: 25px;
	}
}