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



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


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


/* Hero */

/* End hero */

.section-savings {
    margin-inline: auto;
    width: 87.5vw;
    max-width: var(--section-max-width);
}

@media (max-width:734px) {
    .section-savings .savings-gallery .item-container {
        width: 100%;
    }
}

.section-savings .savings-gallery .item-container {
    grid-template-columns: 1fr;
    margin: 0;
}

@media (max-width:734px) {
    .section-savings .savings-gallery .item-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width:734px) {
    .typography-do-more-tile-headline {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .tabnav-item .button {
    	font-size: 12px;
	}
}
@media only screen and (max-width: 734px) {
    .tabnav-item .button {
        font-size: 14px
    }
}


.modal .content-icon-paperclip {
	margin-inline-start:0px;
}
.modal .content-icon-record-video {
	margin-inline-start:0px;
}
.modal .content-icon-stop-recording {
	margin-inline-start:0px;
}
.modal .content-icon-bubble-quote {
	margin-inline-start:0px;
}






.modal .content-icon-writing-tools-ui-button {
    top: 5px !important;
}

/* COMPARE */
.section-compare .scroll-gallery .gallery-item {
	--item-width: 295px;
}

@media (max-width:734px) {
	.section-compare .scroll-gallery .gallery-item {
		--item-width: 252px;
	}
}

@media (max-width:375px) {
	.section-compare .compare-table .gallery-item {
		--item-width: 87.5vw;
	}
}

@media (max-width:375px) {
	.section-compare .compare-table #compare-pro-devices .compare-column {
		width: 257px;
	}
}

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