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






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




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

.section-design .subsection-design-hero .heart-bubble-wrapper {
	--heart-bubble-wrapper-bottom: 69px;
	--heart-bubble-wrapper-right: -7px;
}

@media only screen and (max-width: 1068px) {
	.section-design .subsection-design-hero .heart-bubble-wrapper {
		--heart-bubble-wrapper-bottom: 49px;
		--heart-bubble-wrapper-right: 19px;
	}
	
	.section-design .subsection-design-hero .headline-gradient {
		font-size: 76px;
	}
}

@media only screen and (max-width: 734px) {
	.section-design .subsection-design-hero .heart-bubble-wrapper {
		--heart-bubble-wrapper-bottom: 34px;
		--heart-bubble-wrapper-right: 34px;
	}
	
	.section-design .subsection-design-hero .headline-gradient {
		font-size: 46px;
	}
}

.section-routers .router-item-environment .accent-green:before {
	width: 158px;
	height: 52px;
	background-size: 158px 52px;
}

@media only screen and (max-width: 1068px) {
	_routers.scss:15.section-routers .router-item-environment .accent-green:before {
		width: 132px;
		height: 43px;
		background-size: 132px 43px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item-environment .accent-green:before {
		width: 106px;
		height: 37px;
		background-size: 106px 37px;
	}
}

.section-routers .section-compare {
	padding-bottom: 20px;
}

.section-hero .hero-static .intro-text header .chip {
    margin-left: 0;
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-static .intro-text header .chip-wrapper {
        flex-flow: row;
    }
}

.subsection-badges .badge:last-child:not(:nth-of-type(2n)) {
    margin-top: 35px;
}
@media only screen and (max-width: 1068px) {
    .subsection-badges .badge:last-child:not(:nth-of-type(2n)) {
        margin-top: 2em;
    }
}
@media only screen and (max-width: 734px) {
    .subsection-badges .badge:last-child:not(:nth-of-type(2n)) {
        margin-top: 54px;
    }
}

.design-hero-badges .badge-content .badge-caption {
	text-align: end;
}
.design-hero-badges .badge:nth-of-type(1) .badge-content .badge-caption {
	padding-right: 13px;
}
@media only screen and (max-width: 734px) {
	.design-hero-badges .badge:nth-of-type(1) .badge-content .badge-caption {
		padding-right: 26px;
	}
}

#overview-compare-compare-mbp-13-1 {
    margin-top: 0px;
}

@media only screen and (max-width: 734px) {
    #overview-compare-compare-mbp-13-1 {
        margin-top: 56px;
    }
}

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