.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}
@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-medium {
		display: none;
	}
}
@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-small {
		display: none;
	}
	.hide-for-medium {
		display: inline-block;
	}
}
@media only screen and (min-width: 735px) {
	.section-compare .compare-buttons .button:first-child {
		margin-inline-end: 0;
	}
}
@media only screen and (min-width: 1068px) {
	.section-compare .tile-rounded {
		padding-bottom: 80px;
	}
}
@media only screen and (min-width: 735px) {
	.section-compare .compare-buttons .compare-column {
		display: grid;
	}
}
@media only screen and (min-width: 735px) {
	.section-compare .compare-buttons .compare-column .button {
		margin-bottom: 20px;
	}
}
.education-college-students-ribbon.ribbon-bts-2024 sup {
	text-decoration: none !important;
}

.section-compare .compare-tech.compare-tech-weight, .section-compare .compare-ipad .compare-tech.compare-tech-intelligence, .section-compare .compare-mac .compare-tech.compare-tech-battery {
	padding-block-start: 0;
}

/* BTS-2025 banner css Starts  */

.section-bts-banner-2025 {
	padding-top: 0;
	padding-bottom: 140px;
}

@media (min-width: 1441px) {
	.section-bts-banner-2025 {
		padding: 0 0 140px;
	}
}

@media (min-width: 1441px) {
	html.reduced-motion .section-bts-banner-2025 {
		padding: 70px 0;
	}
}

@media (min-width: 1069px) {
	.section-bts-banner-2025 .section-content-responsive {
		max-width: 980px;
	}
	.section-bts-banner-2025 {
		padding-top: 0;
		padding-bottom: 140px;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .section-content-responsive {
		max-width: 692px;
	}
	.section-bts-banner-2025 {
		padding-top: 0;
		padding-bottom: 70px;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .section-content-responsive {
		max-width: 480px;
	}
	.section-bts-banner-2025 {
		padding-top: 0;
		padding-bottom: 70px;
	}
}

.section-bts-banner-2025 .banner {
	--height: 320px;
	--h-padding: 25px;
	background: #f5f5f7;
	border-radius: 28px;
	clip-path: inset(1px 1px 1px 1px round 28px);
	position: relative;
	overflow: hidden;
	height: var(--height);
	padding-inline-start: var(--h-padding);
	padding-inline-end: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	max-height: none;
}

html.text-zoom .section-bts-banner-2025 .banner {
	--height: auto;
}

@media (max-width: 1360px) {
	.section-bts-banner-2025 .banner {
		--h-padding: 70px;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner {
		--h-padding: 50px;
		--height: 315px;
		padding-inline-end: 50px;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner {
		--height: 520px;
	}
}

.section-bts-banner-2025 .banner-row {
	align-items: center;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: nowrap;
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-row {
		flex-direction: row;
		justify-content: space-between;
		padding: 5px 0 0;
		height: 100%;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-row {
		flex-direction: column-reverse;
		justify-content: space-evenly;
		padding: 0;
	}
}

.section-bts-banner-2025 .banner-copy-column {
	position: relative;
	z-index: 1;
	padding: 4px 32px 0 0;
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-copy-column {
		text-align: center;
		padding: 0 0 13px;
	}
}

.section-bts-banner-2025 .banner-image-column {
	display: flex;
	justify-content: flex-start;
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-image-column {
		width: 100%;
		justify-content: center;
		padding-top: 24px;
	}
}

.section-bts-banner-2025 .banner-image-column .overview-colegestudents-btsbanner-full {
	margin: auto;
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-image-column .overview-colegestudents-btsbanner-full {
		--p-height: auto;
		--p-width: 272px;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-image-column .overview-colegestudents-btsbanner-full {
		width: auto;
	}
}

.section-bts-banner-2025 .banner-image-column .overview-colegestudents-btsbanner-full img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section-bts-banner-2025 .banner-headline {
	font-size: 32px;
	line-height: 1.125;
	font-weight: 600;
	letter-spacing: 0.004em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	width: 375px;
}

.section-bts-banner-2025 .banner-headline:lang(ja) {
	line-height: 1.21875;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner-headline:lang(ko) {
	line-height: 1.21875;
	font-family:
		SF Pro KR,
		SF Pro Display,
		SF Pro Icons,
		Apple Gothic,
		HY Gulim,
		MalgunGothic,
		HY Dotum,
		Lexi Gulim,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner-headline:lang(th) {
	line-height: 1.375;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner-headline:lang(zh) {
	line-height: 1.21875;
}

.section-bts-banner-2025 .banner-headline:lang(ar) {
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner-headline:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner-headline:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner-headline:lang(zh-MO) {
	font-family:
		SF Pro HK,
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner-headline:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline {
		font-size: 28px;
		line-height: 1.142857;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(ja) {
		line-height: 1.178611;
		font-family:
			SF Pro JP,
			SF Pro Display,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(ko) {
		line-height: 1.25;
		font-family:
			SF Pro KR,
			SF Pro Display,
			SF Pro Icons,
			Apple Gothic,
			HY Gulim,
			MalgunGothic,
			HY Dotum,
			Lexi Gulim,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(th) {
		line-height: 1.392857;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(zh) {
		line-height: 1.25;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(ar) {
		font-family:
			SF Pro AR,
			SF Pro AR Display,
			SF Pro Display,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-MO) {
		font-family:
			SF Pro HK,
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline {
		font-size: 24px;
		line-height: 1.166667;
		font-weight: 600;
		letter-spacing: 0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(ja) {
		line-height: 1.25;
		font-family:
			SF Pro JP,
			SF Pro Display,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(ko) {
		line-height: 1.291667;
		font-family:
			SF Pro KR,
			SF Pro Display,
			SF Pro Icons,
			Apple Gothic,
			HY Gulim,
			MalgunGothic,
			HY Dotum,
			Lexi Gulim,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(th) {
		line-height: 1.375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(zh) {
		line-height: 1.291667;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(ar) {
		font-family:
			SF Pro AR,
			SF Pro AR Display,
			SF Pro Display,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-MO) {
		font-family:
			SF Pro HK,
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner-headline {
		width: 265px;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner-headline {
		width: 285px;
		max-width: 100%;
	}
}

.section-bts-banner-2025 .banner .cta {
	display: inline-block;
	margin-top: 0.6em;
	margin-bottom: 0;
}

.section-bts-banner-2025 .banner .cta span {
	font-size: 17px;
	line-height: 1.235364;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(ar) {
	letter-spacing: 0;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(ja) {
	letter-spacing: 0;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(ko) {
	line-height: 1.352961;
	letter-spacing: 0;
	font-family:
		SF Pro KR,
		SF Pro Text,
		SF Pro Icons,
		Apple Gothic,
		HY Gulim,
		MalgunGothic,
		HY Dotum,
		Lexi Gulim,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(zh) {
	line-height: 1.352961;
	letter-spacing: 0;
}

.section-bts-banner-2025 .banner .cta span:lang(th) {
	line-height: 1.352961;
	letter-spacing: 0;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(zh-MO) {
	font-family:
		SF Pro HK,
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .cta span:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .banner .cta {
		margin-top: 0.5em;
		margin-bottom: 0.3em;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .cta {
		margin-top: 0.6em;
	}
}

.section-bts-banner-2025 .banner .footnote a {
	font-size: 21px;
	line-height: 1.381002;
	font-weight: 400;
	letter-spacing: 0.011em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-weight: 600;
	top: -8px;
	position: relative;
	text-decoration: underline;
	text-underline-offset: 1px;
	text-decoration-thickness: 2.5px;
}

.section-bts-banner-2025 .banner .footnote a:lang(ja) {
	line-height: 1.333403;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .footnote a:lang(ko) {
	line-height: 1.52381;
	font-family:
		SF Pro KR,
		SF Pro Display,
		SF Pro Icons,
		Apple Gothic,
		HY Gulim,
		MalgunGothic,
		HY Dotum,
		Lexi Gulim,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .footnote a:lang(th) {
	line-height: 1.381002;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .footnote a:lang(ar) {
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .footnote a:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .footnote a:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .footnote a:lang(zh-MO) {
	font-family:
		SF Pro HK,
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-bts-banner-2025 .banner .footnote a:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a {
		font-size: 17px;
		line-height: 1.470588;
		font-weight: 400;
		letter-spacing: -0.022em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(ar) {
		letter-spacing: 0;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(ja) {
		line-height: 1.352961;
		letter-spacing: 0;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(ko) {
		line-height: 1.588235;
		letter-spacing: 0;
		font-family:
			SF Pro KR,
			SF Pro Text,
			SF Pro Icons,
			Apple Gothic,
			HY Gulim,
			MalgunGothic,
			HY Dotum,
			Lexi Gulim,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(zh) {
		letter-spacing: 0;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(th) {
		line-height: 1.352961;
		letter-spacing: 0;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(zh-MO) {
		font-family:
			SF Pro HK,
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .banner .footnote a {
		font-weight: 600;
	}
}

@media (min-width: 1069px) {
	.section-bts-banner-2025 .section-content-responsive {
		max-width: 980px;
	}
}

@media (max-width: 1068px) {
	.section-bts-banner-2025 .section-content-responsive {
		max-width: 692px;
	}
}

@media (max-width: 734px) {
	.section-bts-banner-2025 .section-content-responsive {
		max-width: 480px;
	}
}

/* MacBook Neo chip CSS */
.overview-icon-a18pro, .overview-icon-ipad-pro-chip-m5 {
	display: block;
	--p-width: 38px;
	--p-height: 38px;
	width: var(--p-width);
	height: var(--p-height);
}

.section-compare .product-tile-header .compare-headline .badge {
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: -18px;
}

.section-compare .compare-buttons .button {
	--sk-button-border-radius: 980px;
	--sk-button-margin-horizontal: 14px;
	--sk-button-margin-vertical: 14px;
	--sk-button-min-width-basis: 60px;
	--sk-button-padding-horizontal: 16px;
	--sk-button-padding-vertical: 9px;
	--sk-button-border-width: 1px;
	--sk-button-box-sizing: content-box;
	--sk-button-width: auto;
	--sk-button-display: inline-block;
	font-size: 14px;
	line-height: 1.2857742857;
	font-weight: 400;
	letter-spacing: -0.016em;
}

.section-compare .compare-table.compare-mac .icon-chip {
	margin-block-end: 13px;
}
/* BTS-2025 banner css ends  */
