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



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


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

/* Hero */


/* End hero */

.section-savings .savings-gallery .gallery-item {
    width: 99%;
    height: 100%;
    padding-inline: 0px;
    padding-block: 0px;
    min-height: 100%;
    text-align: center;
}

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


.section-compare .product-tile-header .compare-pricing {
    padding-left: 24px;
    padding-right: 24px;
}
@media only screen and (max-width: 734px) {
    .section-compare .product-tile-header .compare-pricing {
        padding-left: 0;
        padding-right: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .section-compare .compare-pricing p {
    	margin-right: 20px;
	}
}


.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;
}

.section-bts-banner-2025 .banner .footnote a {
	font-size: 40px;
	font-weight: 400;
	top: 3px;
	text-underline-offset: -12px;
}
@media (max-width:1068px) {
	.section-bts-banner-2025 .banner .footnote a {
		font-size: 30px;
		top: -1px;
		text-underline-offset: -9px;
	}
}
@media (max-width:734px) {
	.section-bts-banner-2025 .banner .footnote a {
		font-size: 28px;
		top: -1px;
		text-underline-offset: -8px;
	}
}

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