/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.glance-three-up .stat-value {
    font-size: 70px;
}

@media (max-width:1068px) {
    .glance-three-up .stat-value {
        font-size: 48px;
    }
}

@media (max-width:734px) {
    .glance-three-up .stat-value {
        font-size: 48px;
    }
}


.glance-three-up .stat-unit {
    font-size: 56px;
}

@media (max-width:1068px) {
    .glance-three-up .stat-unit {
        font-size: 42px;
    }
}

@media (max-width:734px) {
    .glance-three-up .stat-unit {
        font-size: 40px;
    }
}

.section-content-responsive .detail-quote-text.typography-detail-quote {
    word-break: keep-all;
}
.section-content-responsive:nth-of-type(3) .detail-quote-text.typography-detail-quote {
	word-break: normal;
}
@media only screen and (max-width: 734px) {
    .section-content-responsive .detail-quote-text.typography-detail-quote {
        max-width: 520px;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
