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






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




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

@media only screen and (max-width: 1068px) {
	.section-tiles {
		overflow-x: visible;
	}
}
@media only screen and (max-width: 734px) {
    .detail-tiles .detail-tile {
        min-height: 592px;
    }
}
@media only screen and (max-width: 820px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 830px;
    }
}
@media only screen and (max-width: 734px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 622px;
    }
}
@media only screen and (max-width: 374px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 740px;
    }
}




.section-tiles .grid-item.large-span-6 {
		height: unset;
}
@media only screen and (max-width: 1068px) {
	.section-tiles .grid-item.large-span-6 {
		height: 814px;
	}
}
@media only screen and (max-width: 734px) {
	.section-tiles .grid-item.large-span-6 {
		height: 734px;
	}
}




.section-only-with-apple .row .column:nth-child(3) {
	padding-left: 41px;
}
@media only screen and (max-width: 1068px) {
	.section-only-with-apple .row .column:nth-child(3) {
		padding-left:0;
	}
}
@media only screen and (max-width: 734px) {
	.section-only-with-apple .row .column:nth-child(3) {
		padding-left:0;
	}
}



.section-tiles {
	--tile-padding: 48px;
}
@media only screen and (max-width: 1068px) {
	.section-tiles {
		--tile-padding: 48px;
	}
}


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