html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

abbr,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
input,
legend,
li,
ol,
p,
pre,
ul {
	margin: 0;
	padding: 0;
}

address,
caption,
code,
figcaption,
pre,
th {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
}

fieldset,
iframe {
	border: 0;
}

caption,
th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

details,
main,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	vertical-align: initial;
}

button {
	background: none;
	border: 0;
	box-sizing: initial;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit;
}

button:disabled {
	cursor: default;
}

:focus-visible {
	outline: 2px solid var(--sk-focus-color, #0071e3);
	outline-offset: var(--sk-focus-offset, 1px);
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

:root {
	--sk-body-text-color: rgb(29, 29, 31);
	--sk-headline-text-color: rgb(29, 29, 31);
	--sk-body-background-color: rgb(255, 255, 255);
	--sk-body-font-stack: text;
	--sk-default-stacked-margin: 0.4em;
	--sk-paragraph-plus-element-margin: 0.8em;
	--sk-headline-plus-first-element-margin: 0.8em;
	--sk-headline-plus-headline-margin: 0.4em;
	--sk-paragraph-plus-headline-margin: 1.6em;
}

html {
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 106.25%;
	quotes: "“" "”";
}

[lang]:lang(ar) {
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

[lang]:lang(ja) {
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

[lang]:lang(ko) {
	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;
}

[lang]:lang(th) {
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

[lang]:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

[lang]:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

[lang]: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;
}

[lang]:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

:lang(cs),
:lang(de) {
	quotes: "„" "“";
}

:lang(de-CH),
:lang(de-LI) {
	quotes: "«" "»";
}

:lang(fr) {
	quotes: "« " " »";
}

:lang(es-ES),
:lang(fr-CH) {
	quotes: "«" "»";
}

:lang(hu) {
	quotes: "„" "“";
}

:lang(ja-JP) {
	quotes: "「" "」";
}

:lang(no-NO) {
	quotes: "«" "»";
}

:lang(lt),
:lang(pl) {
	quotes: "„" "“";
}

:lang(ru) {
	quotes: "« " " »";
}

:lang(zh) {
	quotes: "「" "」";
}

:lang(zh-CN) {
	quotes: "“" "”";
}

body {
	font-size: 17px;
	line-height: 1.4705882353;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	background-color: var(--sk-body-background-color, rgb(255, 255, 255));
	color: var(--sk-body-text-color, rgb(29, 29, 31));
	font-style: normal;
}

body:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

body:lang(ja) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

body:lang(ko) {
	line-height: 1.5882352941;
	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;
}

body:lang(ko),
body:lang(th),
body:lang(zh) {
	letter-spacing: 0em;
}

body:lang(th) {
	line-height: 1.3529611765;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

body:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

body:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

body: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;
}

body:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

body,
button,
input,
select,
textarea {
	font-synthesis: none;
	-moz-font-feature-settings: "kern";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: var(--sk-headline-text-color, rgb(29, 29, 31));
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	display: block;
	margin: 0;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
	margin-top: var(--sk-headline-plus-first-element-margin, 0.8em);
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
	margin-top: var(--sk-headline-plus-headline-margin, 0.4em);
}

ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
	margin-top: var(--sk-paragraph-plus-headline-margin, 1.6em);
}

.heading-collapsed + * {
	margin-top: 0;
}

ol + *,
p + *,
ul + * {
	margin-top: var(--sk-paragraph-plus-element-margin, 0.8em);
}

ol,
ul {
	margin-inline-start: 1.1764705882em;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

nav ol,
nav ul {
	margin: 0;
	list-style: none;
}

li li {
	font-size: 1em;
}

b,
strong {
	font-weight: 600;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

abbr {
	border: 0;
}

:lang(ja),
:lang(ko),
:lang(th),
:lang(zh) {
	font-style: normal;
}

:lang(ko) {
	word-break: keep-all;
}

:root {
	--sk-body-link-color: rgb(0, 102, 204);
	--sk-link-disabled-opacity: 0.42;
}

a {
	color: var(--sk-body-link-color, rgb(0, 102, 204));
	letter-spacing: inherit;
}

a:disabled {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.disabled,
a :disabled {
	opacity: var(--sk-link-disabled-opacity, 0.42);
}

:root {
	--sk-focus-color: #0071e3;
	--sk-focus-color-alt: rgb(0, 0, 0);
	--sk-focus-offset: 1px;
	--sk-focus-offset-container: 3px;
}

html:not([dir="rtl"]) {
	--r-sk-start: left;
	--r-sk-end: right;
	--r-sk-safe-area-inset-start: env(safe-area-inset-left);
	--r-sk-safe-area-inset-end: env(safe-area-inset-right);
}

html[dir="rtl"] {
	--r-sk-start: right;
	--r-sk-end: left;
	--r-sk-safe-area-inset-start: env(safe-area-inset-right);
	--r-sk-safe-area-inset-end: env(safe-area-inset-left);
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-spacebetween {
	justify-content: space-between;
}

.justify-content-spacearound {
	justify-content: space-around;
}

.justify-content-spaceevenly {
	justify-content: space-evenly;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-center {
	align-items: center;
}

.align-items-end {
	align-items: flex-end;
}

.align-self-start {
	align-self: flex-start;
}

.align-self-center {
	align-self: center;
}

.align-self-end {
	align-self: flex-end;
}

.large-justify-content-start {
	justify-content: flex-start;
}

.large-justify-content-end {
	justify-content: flex-end;
}

.large-justify-content-center {
	justify-content: center;
}

.large-justify-content-spacebetween {
	justify-content: space-between;
}

.large-justify-content-spacearound {
	justify-content: space-around;
}

.large-justify-content-spaceevenly {
	justify-content: space-evenly;
}

.large-align-items-start {
	align-items: flex-start;
}

.large-align-items-center {
	align-items: center;
}

.large-align-items-end {
	align-items: flex-end;
}

.large-align-self-start {
	align-self: flex-start;
}

.large-align-self-center {
	align-self: center;
}

.large-align-self-end {
	align-self: flex-end;
}

@media only screen and (min-width: 1441px) {
	.xlarge-justify-content-start {
		justify-content: flex-start;
	}

	.xlarge-justify-content-end {
		justify-content: flex-end;
	}

	.xlarge-justify-content-center {
		justify-content: center;
	}

	.xlarge-justify-content-spacebetween {
		justify-content: space-between;
	}

	.xlarge-justify-content-spacearound {
		justify-content: space-around;
	}

	.xlarge-justify-content-spaceevenly {
		justify-content: space-evenly;
	}

	.xlarge-align-items-start {
		align-items: flex-start;
	}

	.xlarge-align-items-center {
		align-items: center;
	}

	.xlarge-align-items-end {
		align-items: flex-end;
	}

	.xlarge-align-self-start {
		align-self: flex-start;
	}

	.xlarge-align-self-center {
		align-self: center;
	}

	.xlarge-align-self-end {
		align-self: flex-end;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-justify-content-start {
		justify-content: flex-start;
	}

	.medium-justify-content-end {
		justify-content: flex-end;
	}

	.medium-justify-content-center {
		justify-content: center;
	}

	.medium-justify-content-spacebetween {
		justify-content: space-between;
	}

	.medium-justify-content-spacearound {
		justify-content: space-around;
	}

	.medium-justify-content-spaceevenly {
		justify-content: space-evenly;
	}

	.medium-align-items-start {
		align-items: flex-start;
	}

	.medium-align-items-center {
		align-items: center;
	}

	.medium-align-items-end {
		align-items: flex-end;
	}

	.medium-align-self-start {
		align-self: flex-start;
	}

	.medium-align-self-center {
		align-self: center;
	}

	.medium-align-self-end {
		align-self: flex-end;
	}
}

@media only screen and (max-width: 734px) {
	.small-justify-content-start {
		justify-content: flex-start;
	}

	.small-justify-content-end {
		justify-content: flex-end;
	}

	.small-justify-content-center {
		justify-content: center;
	}

	.small-justify-content-spacebetween {
		justify-content: space-between;
	}

	.small-justify-content-spacearound {
		justify-content: space-around;
	}

	.small-justify-content-spaceevenly {
		justify-content: space-evenly;
	}

	.small-align-items-start {
		align-items: flex-start;
	}

	.small-align-items-center {
		align-items: center;
	}

	.small-align-items-end {
		align-items: flex-end;
	}

	.small-align-self-start {
		align-self: flex-start;
	}

	.small-align-self-center {
		align-self: center;
	}

	.small-align-self-end {
		align-self: flex-end;
	}
}

.selfclear::after,
.selfclear::before {
	content: " ";
	display: table;
}

.selfclear::after {
	clear: both;
}

.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(0 0 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

@media only screen and (inverted-colors) {
	.no-inversion {
		filter: invert(1);
	}
}

.nowrap {
	display: inline-block;
	text-decoration: inherit;
	white-space: nowrap;
}

.clear {
	clear: both;
}

.cursor-grab {
	cursor: move;
	cursor: grab;
}

.cursor-grabbing {
	cursor: move;
	cursor: grabbing;
}

:root {
	--sk-footnote-font-size: 0.6em;
	--sk-footnote-offset-top: -0.5em;
}

sub,
sup {
	position: relative;
	font-size: var(--sk-footnote-font-size, 0.6em);
	vertical-align: initial;
}

sup {
	top: var(--sk-footnote-offset-top, -0.5em);
}

sub {
	bottom: -0.25em;
}

.row {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.row-reverse {
	flex-direction: row-reverse;
}

.column {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.large-offset-0 {
	margin-inline-start: 0;
}

.large-order-0 {
	order: 0;
}

.large-1 {
	flex-basis: 8.3333333333%;
	max-width: 8.3333333333%;
}

.large-offset-1 {
	margin-inline-start: 8.3333333333%;
}

.large-order-1 {
	order: 1;
}

.large-2 {
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%;
}

.large-offset-2 {
	margin-inline-start: 16.6666666667%;
}

.large-order-2 {
	order: 2;
}

.large-3 {
	flex-basis: 25%;
	max-width: 25%;
}

.large-offset-3 {
	margin-inline-start: 25%;
}

.large-order-3 {
	order: 3;
}

.large-4 {
	flex-basis: 33.3333333333%;
	max-width: 33.3333333333%;
}

.large-offset-4 {
	margin-inline-start: 33.3333333333%;
}

.large-order-4 {
	order: 4;
}

.large-5 {
	flex-basis: 41.6666666667%;
	max-width: 41.6666666667%;
}

.large-offset-5 {
	margin-inline-start: 41.6666666667%;
}

.large-order-5 {
	order: 5;
}

.large-6 {
	flex-basis: 50%;
	max-width: 50%;
}

.large-offset-6 {
	margin-inline-start: 50%;
}

.large-order-6 {
	order: 6;
}

.large-7 {
	flex-basis: 58.3333333333%;
	max-width: 58.3333333333%;
}

.large-offset-7 {
	margin-inline-start: 58.3333333333%;
}

.large-order-7 {
	order: 7;
}

.large-8 {
	flex-basis: 66.6666666667%;
	max-width: 66.6666666667%;
}

.large-offset-8 {
	margin-inline-start: 66.6666666667%;
}

.large-order-8 {
	order: 8;
}

.large-9 {
	flex-basis: 75%;
	max-width: 75%;
}

.large-offset-9 {
	margin-inline-start: 75%;
}

.large-order-9 {
	order: 9;
}

.large-10 {
	flex-basis: 83.3333333333%;
	max-width: 83.3333333333%;
}

.large-offset-10 {
	margin-inline-start: 83.3333333333%;
}

.large-order-10 {
	order: 10;
}

.large-11 {
	flex-basis: 91.6666666667%;
	max-width: 91.6666666667%;
}

.large-offset-11 {
	margin-inline-start: 91.6666666667%;
}

.large-order-11 {
	order: 11;
}

.large-12 {
	flex-basis: 100%;
	max-width: 100%;
}

.large-offset-12 {
	margin-inline-start: 100%;
}

.large-order-12 {
	order: 12;
}

.large-centered {
	margin-inline-start: auto;
	margin-inline-end: auto;
}

.large-uncentered {
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.large-last {
	margin-inline-start: auto;
}

.large-notlast {
	margin-inline-start: 0;
}

.large-grow {
	flex: auto;
	max-width: none;
}

.large-ungrow {
	flex: initial;
	max-width: none;
}

@media only screen and (min-width: 1441px) {
	.xlarge-offset-0 {
		margin-inline-start: 0;
	}

	.xlarge-order-0 {
		order: 0;
	}

	.xlarge-1 {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.xlarge-offset-1 {
		margin-inline-start: 8.3333333333%;
	}

	.xlarge-order-1 {
		order: 1;
	}

	.xlarge-2 {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.xlarge-offset-2 {
		margin-inline-start: 16.6666666667%;
	}

	.xlarge-order-2 {
		order: 2;
	}

	.xlarge-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.xlarge-offset-3 {
		margin-inline-start: 25%;
	}

	.xlarge-order-3 {
		order: 3;
	}

	.xlarge-4 {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.xlarge-offset-4 {
		margin-inline-start: 33.3333333333%;
	}

	.xlarge-order-4 {
		order: 4;
	}

	.xlarge-5 {
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.xlarge-offset-5 {
		margin-inline-start: 41.6666666667%;
	}

	.xlarge-order-5 {
		order: 5;
	}

	.xlarge-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.xlarge-offset-6 {
		margin-inline-start: 50%;
	}

	.xlarge-order-6 {
		order: 6;
	}

	.xlarge-7 {
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.xlarge-offset-7 {
		margin-inline-start: 58.3333333333%;
	}

	.xlarge-order-7 {
		order: 7;
	}

	.xlarge-8 {
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.xlarge-offset-8 {
		margin-inline-start: 66.6666666667%;
	}

	.xlarge-order-8 {
		order: 8;
	}

	.xlarge-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.xlarge-offset-9 {
		margin-inline-start: 75%;
	}

	.xlarge-order-9 {
		order: 9;
	}

	.xlarge-10 {
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.xlarge-offset-10 {
		margin-inline-start: 83.3333333333%;
	}

	.xlarge-order-10 {
		order: 10;
	}

	.xlarge-11 {
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.xlarge-offset-11 {
		margin-inline-start: 91.6666666667%;
	}

	.xlarge-order-11 {
		order: 11;
	}

	.xlarge-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.xlarge-offset-12 {
		margin-inline-start: 100%;
	}

	.xlarge-order-12 {
		order: 12;
	}

	.xlarge-centered {
		margin-inline-start: auto;
		margin-inline-end: auto;
	}

	.xlarge-uncentered {
		margin-inline-start: 0;
		margin-inline-end: 0;
	}

	.xlarge-last {
		margin-inline-start: auto;
	}

	.xlarge-notlast {
		margin-inline-start: 0;
	}

	.xlarge-grow {
		flex: auto;
		max-width: none;
	}

	.xlarge-ungrow {
		flex: initial;
		max-width: none;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-offset-0 {
		margin-inline-start: 0;
	}

	.medium-order-0 {
		order: 0;
	}

	.medium-1 {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.medium-offset-1 {
		margin-inline-start: 8.3333333333%;
	}

	.medium-order-1 {
		order: 1;
	}

	.medium-2 {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.medium-offset-2 {
		margin-inline-start: 16.6666666667%;
	}

	.medium-order-2 {
		order: 2;
	}

	.medium-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.medium-offset-3 {
		margin-inline-start: 25%;
	}

	.medium-order-3 {
		order: 3;
	}

	.medium-4 {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.medium-offset-4 {
		margin-inline-start: 33.3333333333%;
	}

	.medium-order-4 {
		order: 4;
	}

	.medium-5 {
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.medium-offset-5 {
		margin-inline-start: 41.6666666667%;
	}

	.medium-order-5 {
		order: 5;
	}

	.medium-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.medium-offset-6 {
		margin-inline-start: 50%;
	}

	.medium-order-6 {
		order: 6;
	}

	.medium-7 {
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.medium-offset-7 {
		margin-inline-start: 58.3333333333%;
	}

	.medium-order-7 {
		order: 7;
	}

	.medium-8 {
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.medium-offset-8 {
		margin-inline-start: 66.6666666667%;
	}

	.medium-order-8 {
		order: 8;
	}

	.medium-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.medium-offset-9 {
		margin-inline-start: 75%;
	}

	.medium-order-9 {
		order: 9;
	}

	.medium-10 {
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.medium-offset-10 {
		margin-inline-start: 83.3333333333%;
	}

	.medium-order-10 {
		order: 10;
	}

	.medium-11 {
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.medium-offset-11 {
		margin-inline-start: 91.6666666667%;
	}

	.medium-order-11 {
		order: 11;
	}

	.medium-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.medium-offset-12 {
		margin-inline-start: 100%;
	}

	.medium-order-12 {
		order: 12;
	}

	.medium-centered {
		margin-inline-start: auto;
		margin-inline-end: auto;
	}

	.medium-uncentered {
		margin-inline-start: 0;
		margin-inline-end: 0;
	}

	.medium-last {
		margin-inline-start: auto;
	}

	.medium-notlast {
		margin-inline-start: 0;
	}

	.medium-grow {
		flex: auto;
		max-width: none;
	}

	.medium-ungrow {
		flex: initial;
		max-width: none;
	}
}

@media only screen and (max-width: 734px) {
	.small-offset-0 {
		margin-inline-start: 0;
	}

	.small-order-0 {
		order: 0;
	}

	.small-1 {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.small-offset-1 {
		margin-inline-start: 8.3333333333%;
	}

	.small-order-1 {
		order: 1;
	}

	.small-2 {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.small-offset-2 {
		margin-inline-start: 16.6666666667%;
	}

	.small-order-2 {
		order: 2;
	}

	.small-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.small-offset-3 {
		margin-inline-start: 25%;
	}

	.small-order-3 {
		order: 3;
	}

	.small-4 {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.small-offset-4 {
		margin-inline-start: 33.3333333333%;
	}

	.small-order-4 {
		order: 4;
	}

	.small-5 {
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.small-offset-5 {
		margin-inline-start: 41.6666666667%;
	}

	.small-order-5 {
		order: 5;
	}

	.small-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.small-offset-6 {
		margin-inline-start: 50%;
	}

	.small-order-6 {
		order: 6;
	}

	.small-7 {
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.small-offset-7 {
		margin-inline-start: 58.3333333333%;
	}

	.small-order-7 {
		order: 7;
	}

	.small-8 {
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.small-offset-8 {
		margin-inline-start: 66.6666666667%;
	}

	.small-order-8 {
		order: 8;
	}

	.small-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.small-offset-9 {
		margin-inline-start: 75%;
	}

	.small-order-9 {
		order: 9;
	}

	.small-10 {
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.small-offset-10 {
		margin-inline-start: 83.3333333333%;
	}

	.small-order-10 {
		order: 10;
	}

	.small-11 {
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.small-offset-11 {
		margin-inline-start: 91.6666666667%;
	}

	.small-order-11 {
		order: 11;
	}

	.small-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.small-offset-12 {
		margin-inline-start: 100%;
	}

	.small-order-12 {
		order: 12;
	}

	.small-centered {
		margin-inline-start: auto;
		margin-inline-end: auto;
	}

	.small-uncentered {
		margin-inline-start: 0;
		margin-inline-end: 0;
	}

	.small-last {
		margin-inline-start: auto;
	}

	.small-notlast {
		margin-inline-start: 0;
	}

	.small-grow {
		flex: auto;
		max-width: none;
	}

	.small-ungrow {
		flex: initial;
		max-width: none;
	}
}

.row-reverse .column {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.row-reverse .large-offset-0 {
	margin-inline-end: 0;
}

.row-reverse .large-offset-1 {
	margin-inline-end: 8.3333333333%;
}

.row-reverse .large-offset-2 {
	margin-inline-end: 16.6666666667%;
}

.row-reverse .large-offset-3 {
	margin-inline-end: 25%;
}

.row-reverse .large-offset-4 {
	margin-inline-end: 33.3333333333%;
}

.row-reverse .large-offset-5 {
	margin-inline-end: 41.6666666667%;
}

.row-reverse .large-offset-6 {
	margin-inline-end: 50%;
}

.row-reverse .large-offset-7 {
	margin-inline-end: 58.3333333333%;
}

.row-reverse .large-offset-8 {
	margin-inline-end: 66.6666666667%;
}

.row-reverse .large-offset-9 {
	margin-inline-end: 75%;
}

.row-reverse .large-offset-10 {
	margin-inline-end: 83.3333333333%;
}

.row-reverse .large-offset-11 {
	margin-inline-end: 91.6666666667%;
}

.row-reverse .large-offset-12 {
	margin-inline-end: 100%;
}

.row-reverse .large-last {
	margin-inline-end: auto;
}

.row-reverse .large-notlast {
	margin-inline-end: 0;
}

@media only screen and (min-width: 1441px) {
	.row-reverse .xlarge-offset-0 {
		margin-inline-end: 0;
	}

	.row-reverse .xlarge-offset-1 {
		margin-inline-end: 8.3333333333%;
	}

	.row-reverse .xlarge-offset-2 {
		margin-inline-end: 16.6666666667%;
	}

	.row-reverse .xlarge-offset-3 {
		margin-inline-end: 25%;
	}

	.row-reverse .xlarge-offset-4 {
		margin-inline-end: 33.3333333333%;
	}

	.row-reverse .xlarge-offset-5 {
		margin-inline-end: 41.6666666667%;
	}

	.row-reverse .xlarge-offset-6 {
		margin-inline-end: 50%;
	}

	.row-reverse .xlarge-offset-7 {
		margin-inline-end: 58.3333333333%;
	}

	.row-reverse .xlarge-offset-8 {
		margin-inline-end: 66.6666666667%;
	}

	.row-reverse .xlarge-offset-9 {
		margin-inline-end: 75%;
	}

	.row-reverse .xlarge-offset-10 {
		margin-inline-end: 83.3333333333%;
	}

	.row-reverse .xlarge-offset-11 {
		margin-inline-end: 91.6666666667%;
	}

	.row-reverse .xlarge-offset-12 {
		margin-inline-end: 100%;
	}

	.row-reverse .xlarge-last {
		margin-inline-end: auto;
	}

	.row-reverse .xlarge-notlast {
		margin-inline-end: 0;
	}
}

@media only screen and (max-width: 1068px) {
	.row-reverse .medium-offset-0 {
		margin-inline-end: 0;
	}

	.row-reverse .medium-offset-1 {
		margin-inline-end: 8.3333333333%;
	}

	.row-reverse .medium-offset-2 {
		margin-inline-end: 16.6666666667%;
	}

	.row-reverse .medium-offset-3 {
		margin-inline-end: 25%;
	}

	.row-reverse .medium-offset-4 {
		margin-inline-end: 33.3333333333%;
	}

	.row-reverse .medium-offset-5 {
		margin-inline-end: 41.6666666667%;
	}

	.row-reverse .medium-offset-6 {
		margin-inline-end: 50%;
	}

	.row-reverse .medium-offset-7 {
		margin-inline-end: 58.3333333333%;
	}

	.row-reverse .medium-offset-8 {
		margin-inline-end: 66.6666666667%;
	}

	.row-reverse .medium-offset-9 {
		margin-inline-end: 75%;
	}

	.row-reverse .medium-offset-10 {
		margin-inline-end: 83.3333333333%;
	}

	.row-reverse .medium-offset-11 {
		margin-inline-end: 91.6666666667%;
	}

	.row-reverse .medium-offset-12 {
		margin-inline-end: 100%;
	}

	.row-reverse .medium-last {
		margin-inline-end: auto;
	}

	.row-reverse .medium-notlast {
		margin-inline-end: 0;
	}
}

@media only screen and (max-width: 734px) {
	.row-reverse .small-offset-0 {
		margin-inline-end: 0;
	}

	.row-reverse .small-offset-1 {
		margin-inline-end: 8.3333333333%;
	}

	.row-reverse .small-offset-2 {
		margin-inline-end: 16.6666666667%;
	}

	.row-reverse .small-offset-3 {
		margin-inline-end: 25%;
	}

	.row-reverse .small-offset-4 {
		margin-inline-end: 33.3333333333%;
	}

	.row-reverse .small-offset-5 {
		margin-inline-end: 41.6666666667%;
	}

	.row-reverse .small-offset-6 {
		margin-inline-end: 50%;
	}

	.row-reverse .small-offset-7 {
		margin-inline-end: 58.3333333333%;
	}

	.row-reverse .small-offset-8 {
		margin-inline-end: 66.6666666667%;
	}

	.row-reverse .small-offset-9 {
		margin-inline-end: 75%;
	}

	.row-reverse .small-offset-10 {
		margin-inline-end: 83.3333333333%;
	}

	.row-reverse .small-offset-11 {
		margin-inline-end: 91.6666666667%;
	}

	.row-reverse .small-offset-12 {
		margin-inline-end: 100%;
	}

	.row-reverse .small-last {
		margin-inline-end: auto;
	}

	.row-reverse .small-notlast {
		margin-inline-end: 0;
	}
}

.grid {
	--sk-cssgrid-columns: 12;
	--sk-cssgrid-column-gutter-inner-large: var(
		--sk-cssgrid-column-gutter-inner,
		24px
	);
	--sk-cssgrid-column-gutter-inner-xlarge: var(
		--sk-cssgrid-column-gutter-inner,
		var(--sk-cssgrid-column-gutter-inner-large)
	);
	--sk-cssgrid-column-gutter-inner-medium: var(
		--sk-cssgrid-column-gutter-inner,
		var(--sk-cssgrid-column-gutter-inner-large)
	);
	--sk-cssgrid-column-gutter-inner-small: var(
		--sk-cssgrid-column-gutter-inner,
		var(--sk-cssgrid-column-gutter-inner-large)
	);
	grid-column-gap: var(--sk-cssgrid-column-gutter-inner-large);
	--sk-cssgrid-row-gutter-inner-large: var(
		--sk-cssgrid-row-gutter-inner,
		24px
	);
	--sk-cssgrid-row-gutter-inner-xlarge: var(
		--sk-cssgrid-row-gutter-inner,
		var(--sk-cssgrid-row-gutter-inner-large)
	);
	--sk-cssgrid-row-gutter-inner-medium: var(
		--sk-cssgrid-row-gutter-inner,
		var(--sk-cssgrid-row-gutter-inner-large)
	);
	--sk-cssgrid-row-gutter-inner-small: var(
		--sk-cssgrid-row-gutter-inner,
		var(--sk-cssgrid-row-gutter-inner-large)
	);
	grid-row-gap: var(--sk-cssgrid-row-gutter-inner-large);
	--sk-cssgrid-column-gutter-outer-large: var(
		--sk-cssgrid-column-gutter-outer,
		0
	);
	--sk-cssgrid-column-gutter-outer-xlarge: var(
		--sk-cssgrid-column-gutter-outer,
		var(--sk-cssgrid-column-gutter-outer-large)
	);
	--sk-cssgrid-column-gutter-outer-medium: var(
		--sk-cssgrid-column-gutter-outer,
		var(--sk-cssgrid-column-gutter-outer-large)
	);
	--sk-cssgrid-column-gutter-outer-small: var(
		--sk-cssgrid-column-gutter-outer,
		var(--sk-cssgrid-column-gutter-outer-large)
	);
	--sk-cssgrid-row-gutter-outer-large: var(--sk-cssgrid-row-gutter-outer, 0);
	--sk-cssgrid-row-gutter-outer-xlarge: var(
		--sk-cssgrid-row-gutter-outer,
		var(--sk-cssgrid-row-gutter-outer-large)
	);
	--sk-cssgrid-row-gutter-outer-medium: var(
		--sk-cssgrid-row-gutter-outer,
		var(--sk-cssgrid-row-gutter-outer-large)
	);
	--sk-cssgrid-row-gutter-outer-small: var(
		--sk-cssgrid-row-gutter-outer,
		var(--sk-cssgrid-row-gutter-outer-large)
	);
	padding: var(--sk-cssgrid-row-gutter-outer-large)
		var(--sk-cssgrid-column-gutter-outer-large);
	margin-inline-start: auto;
	margin-inline-end: auto;
	display: grid;
	grid-template-columns: repeat(var(--sk-cssgrid-columns), minmax(0, 1fr));
}

@media only screen and (min-width: 1441px) {
	.grid {
		grid-column-gap: var(--sk-cssgrid-column-gutter-inner-xlarge);
	}
}

@media only screen and (max-width: 1068px) {
	.grid {
		grid-column-gap: var(--sk-cssgrid-column-gutter-inner-medium);
	}
}

@media only screen and (max-width: 734px) {
	.grid {
		grid-column-gap: var(--sk-cssgrid-column-gutter-inner-small);
	}
}

@media only screen and (min-width: 1441px) {
	.grid {
		grid-row-gap: var(--sk-cssgrid-row-gutter-inner-xlarge);
	}
}

@media only screen and (max-width: 1068px) {
	.grid {
		grid-row-gap: var(--sk-cssgrid-row-gutter-inner-medium);
	}
}

@media only screen and (max-width: 734px) {
	.grid {
		grid-row-gap: var(--sk-cssgrid-row-gutter-inner-small);
	}
}

@media only screen and (max-width: 374px) {
	.grid {
		grid-row-gap: 14px;
	}
}

@media only screen and (min-width: 1441px) {
	.grid {
		padding-left: var(--sk-cssgrid-column-gutter-outer-xlarge);
	}
}

@media only screen and (max-width: 1068px) {
	.grid {
		padding-left: var(--sk-cssgrid-column-gutter-outer-medium);
	}
}

@media only screen and (max-width: 734px) {
	.grid {
		padding-left: var(--sk-cssgrid-column-gutter-outer-small);
	}
}

@media only screen and (min-width: 1441px) {
	.grid {
		padding-right: var(--sk-cssgrid-column-gutter-outer-xlarge);
	}
}

@media only screen and (max-width: 1068px) {
	.grid {
		padding-right: var(--sk-cssgrid-column-gutter-outer-medium);
	}
}

@media only screen and (max-width: 734px) {
	.grid {
		padding-right: var(--sk-cssgrid-column-gutter-outer-small);
	}
}

@media only screen and (min-width: 1441px) {
	.grid {
		padding-top: var(--sk-cssgrid-row-gutter-outer-xlarge);
	}
}

@media only screen and (max-width: 1068px) {
	.grid {
		padding-top: var(--sk-cssgrid-row-gutter-outer-medium);
	}
}

@media only screen and (max-width: 734px) {
	.grid {
		padding-top: var(--sk-cssgrid-row-gutter-outer-small);
	}
}

@media only screen and (min-width: 1441px) {
	.grid {
		padding-bottom: var(--sk-cssgrid-row-gutter-outer-xlarge);
	}
}

@media only screen and (max-width: 1068px) {
	.grid {
		padding-bottom: var(--sk-cssgrid-row-gutter-outer-medium);
	}
}

@media only screen and (max-width: 734px) {
	.grid {
		padding-bottom: var(--sk-cssgrid-row-gutter-outer-small);
	}
}

.grid .grid {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.grid-item {
	position: relative;
	box-sizing: border-box;
}

.large-span-0 {
	grid-column: span 0;
}

.large-span-1 {
	grid-column: span 1;
}

.large-span-2 {
	grid-column: span 2;
}

.large-span-3 {
	grid-column: span 3;
}

.large-span-4 {
	grid-column: span 4;
}

.large-span-5 {
	grid-column: span 5;
}

.large-span-6 {
	grid-column: span 6;
}

.large-span-7 {
	grid-column: span 7;
}

.large-span-8 {
	grid-column: span 8;
}

.large-span-9 {
	grid-column: span 9;
}

.large-span-10 {
	grid-column: span 10;
}

.large-span-11 {
	grid-column: span 11;
}

.large-span-12 {
	grid-column: span 12;
}

@media only screen and (min-width: 1441px) {
	.xlarge-span-0 {
		grid-column: span 0;
	}

	.xlarge-span-1 {
		grid-column: span 1;
	}

	.xlarge-span-2 {
		grid-column: span 2;
	}

	.xlarge-span-3 {
		grid-column: span 3;
	}

	.xlarge-span-4 {
		grid-column: span 4;
	}

	.xlarge-span-5 {
		grid-column: span 5;
	}

	.xlarge-span-6 {
		grid-column: span 6;
	}

	.xlarge-span-7 {
		grid-column: span 7;
	}

	.xlarge-span-8 {
		grid-column: span 8;
	}

	.xlarge-span-9 {
		grid-column: span 9;
	}

	.xlarge-span-10 {
		grid-column: span 10;
	}

	.xlarge-span-11 {
		grid-column: span 11;
	}

	.xlarge-span-12 {
		grid-column: span 12;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-span-0 {
		grid-column: span 0;
	}

	.medium-span-1 {
		grid-column: span 1;
	}

	.medium-span-2 {
		grid-column: span 2;
	}

	.medium-span-3 {
		grid-column: span 3;
	}

	.medium-span-4 {
		grid-column: span 4;
	}

	.medium-span-5 {
		grid-column: span 5;
	}

	.medium-span-6 {
		grid-column: span 6;
	}

	.medium-span-7 {
		grid-column: span 7;
	}

	.medium-span-8 {
		grid-column: span 8;
	}

	.medium-span-9 {
		grid-column: span 9;
	}

	.medium-span-10 {
		grid-column: span 10;
	}

	.medium-span-11 {
		grid-column: span 11;
	}

	.medium-span-12 {
		grid-column: span 12;
	}
}

@media only screen and (max-width: 734px) {
	.small-span-0 {
		grid-column: span 0;
	}

	.small-span-1 {
		grid-column: span 1;
	}

	.small-span-2 {
		grid-column: span 2;
	}

	.small-span-3 {
		grid-column: span 3;
	}

	.small-span-4 {
		grid-column: span 4;
	}

	.small-span-5 {
		grid-column: span 5;
	}

	.small-span-6 {
		grid-column: span 6;
	}

	.small-span-7 {
		grid-column: span 7;
	}

	.small-span-8 {
		grid-column: span 8;
	}

	.small-span-9 {
		grid-column: span 9;
	}

	.small-span-10 {
		grid-column: span 10;
	}

	.small-span-11 {
		grid-column: span 11;
	}

	.small-span-12 {
		grid-column: span 12;
	}
}

.icon::after,
.icon::before,
.more::after,
.more::before {
	font-family: SF Pro Icons;
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
	text-decoration: none;
}

.icon::before,
.more::before {
	display: none;
}

.icon-after::after,
.more::after {
	padding-inline-start: 0.3em;
	top: 0;
}

.icon-before::before {
	padding-inline-end: 0.3em;
	display: inline-block;
	top: 0;
}

.icon-before::after {
	display: none;
}

.icon-before.icon-apple::before {
	padding-inline-end: 0;
	display: inline-block;
	top: 0;
}

.icon-before.icon-apple::after {
	display: none;
}

.icon-apple::after,
.icon-apple::before {
	content: "";
}

.icon-chevrondown::after,
.icon-chevrondown::before {
	content: "";
}

.icon-chevrondowncircle::after,
.icon-chevrondowncircle::before {
	content: "";
}

.icon-chevronleft::after,
.icon-chevronleft::before {
	content: "";
}

.icon-chevronleftcircle::after,
.icon-chevronleftcircle::before {
	content: "";
}

.icon-chevronright::after,
.icon-chevronright::before {
	content: "";
}

.icon-chevronrightcircle::after,
.icon-chevronrightcircle::before {
	content: "";
}

.icon-chevronup::after,
.icon-chevronup::before {
	content: "";
}

.icon-chevronupcircle::after,
.icon-chevronupcircle::before {
	content: "";
}

.icon-arrowdowncircle::after,
.icon-arrowdowncircle::before {
	content: "";
}

.icon-arrowupcircle::after,
.icon-arrowupcircle::before {
	content: "􀁶";
}

.icon-external::after,
.icon-external::before {
	content: "";
}

.icon-share::after,
.icon-share::before {
	content: "";
}

.icon-search::after,
.icon-search::before {
	content: "";
}

.icon-arkit::after,
.icon-arkit::before {
	content: "";
}

.icon-pausecircle::after,
.icon-pausecircle::before {
	content: "";
}

.icon-pausesolid::after,
.icon-pausesolid::before {
	content: "";
}

.icon-playcircle::after,
.icon-playcircle::before {
	content: "";
}

.icon-playsolid::after,
.icon-playsolid::before {
	content: "";
}

.icon-replay::after,
.icon-replay::before {
	content: "";
}

.icon-stopcircle::after,
.icon-stopcircle::before {
	content: "";
}

.icon-stopsolid::after,
.icon-stopsolid::before {
	content: "";
}

.icon-circle::after,
.icon-circle::before {
	content: "";
}

.icon-check::after,
.icon-check::before {
	content: "";
}

.icon-checkcircle::after,
.icon-checkcircle::before {
	content: "";
}

.icon-checksolid::after,
.icon-checksolid::before {
	content: "";
}

.icon-reset::after,
.icon-reset::before {
	content: "";
}

.icon-resetcircle::after,
.icon-resetcircle::before {
	content: "";
}

.icon-resetsolid::after,
.icon-resetsolid::before {
	content: "";
}

.icon-ellipsiscircle::after,
.icon-ellipsiscircle::before {
	content: "􀍡";
}

.icon-ellipsissolid::after,
.icon-ellipsissolid::before {
	content: "􀍢";
}

.icon-exclamation::after,
.icon-exclamation::before {
	content: "";
}

.icon-exclamationcircle::after,
.icon-exclamationcircle::before {
	content: "";
}

.icon-exclamationsolid::after,
.icon-exclamationsolid::before {
	content: "";
}

.icon-exclamationtriangle::after,
.icon-exclamationtriangle::before {
	content: "";
}

.icon-exclamationtrianglesolid::after,
.icon-exclamationtrianglesolid::before {
	content: "";
}

.icon-infocircle::after,
.icon-infocircle::before {
	content: "";
}

.icon-infosolid::after,
.icon-infosolid::before {
	content: "";
}

.icon-question::after,
.icon-question::before {
	content: "";
}

.icon-questioncircle::after,
.icon-questioncircle::before {
	content: "";
}

.icon-questionsolid::after,
.icon-questionsolid::before {
	content: "";
}

.icon-plus::after,
.icon-plus::before {
	content: "";
}

.icon-pluscircle::after,
.icon-pluscircle::before {
	content: "";
}

.icon-plussolid::after,
.icon-plussolid::before {
	content: "";
}

.icon-minus::after,
.icon-minus::before {
	content: "";
}

.icon-minuscircle::after,
.icon-minuscircle::before {
	content: "";
}

.icon-minussolid::after,
.icon-minussolid::before {
	content: "";
}

.icon-1circle::after,
.icon-1circle::before {
	content: "";
}

.icon-2circle::after,
.icon-2circle::before {
	content: "";
}

.icon-3circle::after,
.icon-3circle::before {
	content: "";
}

.icon-4circle::after,
.icon-4circle::before {
	content: "";
}

.icon-5circle::after,
.icon-5circle::before {
	content: "";
}

.icon-6circle::after,
.icon-6circle::before {
	content: "";
}

.icon-7circle::after,
.icon-7circle::before {
	content: "";
}

.icon-8circle::after,
.icon-8circle::before {
	content: "";
}

.icon-9circle::after,
.icon-9circle::before {
	content: "";
}

.icon-10circle::after,
.icon-10circle::before {
	content: "";
}

.icon-11circle::after,
.icon-11circle::before {
	content: "";
}

.icon-12circle::after,
.icon-12circle::before {
	content: "";
}

.icon-13circle::after,
.icon-13circle::before {
	content: "";
}

.icon-14circle::after,
.icon-14circle::before {
	content: "";
}

.icon-15circle::after,
.icon-15circle::before {
	content: "";
}

.icon-16circle::after,
.icon-16circle::before {
	content: "";
}

.icon-17circle::after,
.icon-17circle::before {
	content: "";
}

.icon-18circle::after,
.icon-18circle::before {
	content: "";
}

.icon-19circle::after,
.icon-19circle::before {
	content: "";
}

.icon-20circle::after,
.icon-20circle::before {
	content: "";
}

.icon-close::after,
.icon-close::before {
	content: "";
}

.icon-closecompact::after,
.icon-closecompact::before {
	content: "";
}

.icon-paddleleft::after,
.icon-paddleleft::before {
	content: "";
}

.icon-paddleleftcompact::after,
.icon-paddleleftcompact::before {
	content: "";
}

.icon-paddleright::after,
.icon-paddleright::before {
	content: "";
}

.icon-paddlerightcompact::after,
.icon-paddlerightcompact::before {
	content: "";
}

.icon-paddleup::after,
.icon-paddleup::before {
	content: "";
}

.icon-paddleupcompact::after,
.icon-paddleupcompact::before {
	content: "";
}

.icon-paddledown::after,
.icon-paddledown::before {
	content: "";
}

.icon-paddledowncompact::after,
.icon-paddledowncompact::before {
	content: "";
}

.icon-thumbnailreplay::after,
.icon-thumbnailreplay::before {
	content: "";
}

.icon-thumbnailpause::after,
.icon-thumbnailpause::before {
	content: "";
}

.icon-thumbnailplay::after,
.icon-thumbnailplay::before {
	content: "";
}

.icon-externalrtl::after,
.icon-externalrtl::before {
	content: "";
}

.icon-questionrtl::after,
.icon-questionrtl::before {
	content: "";
}

.icon-questioncirclertl::after,
.icon-questioncirclertl::before {
	content: "";
}

.icon-questionsolidrtl::after,
.icon-questionsolidrtl::before {
	content: "";
}

a.icon {
	text-decoration: none;
}

a.icon:hover {
	text-decoration: underline;
}

html:not([dir="rtl"]) .more::after,
html:not([dir="rtl"]) .more::before {
	content: "";
}

html[dir="rtl"] .more::after,
html[dir="rtl"] .more::before {
	content: "";
}

.more-block {
	margin-top: 0.5em;
}

a.more {
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

html:not([dir="rtl"]) .icon-chevronstart::after,
html:not([dir="rtl"]) .icon-chevronstart::before {
	content: "";
}

html[dir="rtl"] .icon-chevronstart::after,
html[dir="rtl"] .icon-chevronstart::before {
	content: "";
}

html:not([dir="rtl"]) .icon-chevronstartcircle::after,
html:not([dir="rtl"]) .icon-chevronstartcircle::before {
	content: "";
}

html[dir="rtl"] .icon-chevronstartcircle::after,
html[dir="rtl"] .icon-chevronstartcircle::before {
	content: "";
}

html:not([dir="rtl"]) .icon-chevronend::after,
html:not([dir="rtl"]) .icon-chevronend::before {
	content: "";
}

html[dir="rtl"] .icon-chevronend::after,
html[dir="rtl"] .icon-chevronend::before {
	content: "";
}

html:not([dir="rtl"]) .icon-chevronendcircle::after,
html:not([dir="rtl"]) .icon-chevronendcircle::before {
	content: "";
}

html[dir="rtl"] .icon-chevronendcircle::after,
html[dir="rtl"] .icon-chevronendcircle::before {
	content: "";
}

.icon-wrapper .icon,
.icon-wrapper .icon-after::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .more:not(.icon-before)::after {
	display: inline;
	position: static;
}

a.icon-wrapper {
	text-decoration: none;
}

a.icon-wrapper:hover .icon-copy {
	text-decoration: none;
}

html[dir="rtl"] .icon-external::after,
html[dir="rtl"] .icon-external::before {
	content: "";
}

html[dir="rtl"] .icon-wrapper {
	unicode-bidi: bidi-override;
}

html[dir="rtl"] .icon-copy {
	unicode-bidi: embed;
}

:lang(ar) .icon-question::after,
:lang(ar) .icon-question::before {
	content: "";
}

:lang(ar) .icon-questioncircle::after,
:lang(ar) .icon-questioncircle::before {
	content: "";
}

:lang(ar) .icon-questionsolid::after,
:lang(ar) .icon-questionsolid::before {
	content: "";
}

body {
	min-width: 320px;
}

.large-hide {
	display: none;
}

.large-show {
	display: block;
}

.large-show-inline {
	display: inline;
}

.large-show-inlineblock {
	display: inline-block;
}

@media only screen and (min-width: 1441px) {
	.xlarge-hide {
		display: none;
	}

	.xlarge-show {
		display: block;
	}

	.xlarge-show-inline {
		display: inline;
	}

	.xlarge-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-hide {
		display: none;
	}

	.medium-show {
		display: block;
	}

	.medium-show-inline {
		display: inline;
	}

	.medium-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 734px) {
	.small-hide {
		display: none;
	}

	.small-show {
		display: block;
	}

	.small-show-inline {
		display: inline;
	}

	.small-show-inlineblock {
		display: inline-block;
	}
}

:root {
	--sk-glyph: rgb(0, 0, 0);
	--sk-glyph-gray: rgb(29, 29, 31);
	--sk-glyph-gray-alpha: rgba(0, 0, 0, 0.88);
	--sk-glyph-gray-secondary: rgb(110, 110, 115);
	--sk-glyph-gray-secondary-alpha: rgba(0, 0, 0, 0.56);
	--sk-glyph-gray-secondary-alt: rgb(66, 66, 69);
	--sk-glyph-gray-secondary-alt-alpha: rgba(0, 0, 0, 0.72);
	--sk-glyph-gray-tertiary: rgb(134, 134, 139);
	--sk-glyph-gray-tertiary-alpha: rgba(0, 0, 0, 0.48);
	--sk-glyph-blue: rgb(0, 102, 204);
	--sk-glyph-orange: rgb(182, 68, 0);
	--sk-glyph-green: rgb(0, 128, 9);
	--sk-glyph-red: rgb(227, 0, 0);
	--sk-fill: rgb(255, 255, 255);
	--sk-fill-secondary: rgb(250, 250, 252);
	--sk-fill-tertiary: rgb(245, 245, 247);
	--sk-fill-gray: rgb(29, 29, 31);
	--sk-fill-gray-alpha: rgba(0, 0, 0, 0.88);
	--sk-fill-gray-secondary: rgb(134, 134, 139);
	--sk-fill-gray-secondary-alpha: rgba(0, 0, 0, 0.48);
	--sk-fill-gray-tertiary: rgb(210, 210, 215);
	--sk-fill-gray-tertiary-alpha: rgba(0, 0, 0, 0.16);
	--sk-fill-gray-quaternary: rgb(232, 232, 237);
	--sk-fill-gray-quaternary-alpha: rgba(0, 0, 0, 0.08);
	--sk-fill-blue: rgb(0, 113, 227);
	--sk-fill-orange: rgb(245, 99, 0);
	--sk-fill-orange-secondary: rgb(255, 249, 244);
	--sk-fill-green: rgb(3, 161, 14);
	--sk-fill-green-secondary: rgb(245, 255, 246);
	--sk-fill-red: rgb(227, 0, 0);
	--sk-fill-red-secondary: rgb(255, 242, 244);
	--sk-fill-yellow: rgb(255, 224, 69);
	--sk-fill-yellow-secondary: rgb(255, 254, 242);
	--sk-productred: rgb(175, 30, 45);
	--sk-enviro-green: rgb(0, 217, 89);
	--sk-enviro-neutral: rgb(232, 232, 237);
}

br.large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	br.large {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	br.large {
		display: none;
	}
}

br.medium {
	display: none;
}

@media only screen and (max-width: 1068px) {
	br.medium {
		display: block;
	}
}

@media only screen and (max-width: 734px) {
	br.medium {
		display: none;
	}
}

br.small {
	display: none;
}

@media only screen and (max-width: 1068px) {
	br.small {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	br.small {
		display: block;
	}
}

:root {
	--sk-footnote-reduced-font-size: 0.45em;
	--sk-footnote-reduced-offset-top: -0.86em;
}

.footnote a {
	vertical-align: inherit;
}

.footnote-reduced {
	font-size: 0.45em;
}

sup.footnote-reduced {
	top: -0.86em;
}

sub.footnote-reduced {
	bottom: -0.36em;
}

.footnote-supglyph {
	position: relative;
	vertical-align: initial;
	text-underline-offset: -0.28em;
}

.footnote-supglyph.footnote-reduced {
	font-size: 0.9em;
	top: -0.09em;
}

.footnote-diamond {
	position: relative;
	vertical-align: initial;
	text-underline-offset: -0.28em;
	font-feature-settings: "numr";
	font-size: 1em;
}

sup.footnote-diamond {
	top: auto;
}

sub.footnote-diamond {
	bottom: -0.5em;
}

.footnote-diamond.footnote-reduced {
	font-size: 0.9em;
	top: -0.09em;
}

sub.footnote-diamond.footnote-reduced {
	top: auto;
	bottom: -0.52em;
}

.footnote-number {
	position: relative;
	vertical-align: initial;
	text-underline-offset: -0.28em;
	font-feature-settings: "numr";
	font-size: 1em;
}

sup.footnote-number {
	top: auto;
}

sub.footnote-number {
	bottom: -0.5em;
}

.footnote-number.footnote-reduced {
	font-size: 0.9em;
	top: -0.09em;
}

sub.footnote-number.footnote-reduced {
	top: auto;
	bottom: -0.52em;
}

.footnote-comma {
	font-size: 0.55em;
	line-height: 0;
	vertical-align: super;
	margin-inline-end: 0.12em;
	margin-inline-start: 0.03em;
}

.footnote-comma.footnote-reduced {
	font-size: 0.65em;
}

.paddlenav {
	--sk-paddlenav-diameter: 36px;
	--sk-paddlenav-arrow-color: rgba(0, 0, 0, 0.56);
	--sk-paddlenav-arrow-color-hover: rgba(0, 0, 0, 0.64);
	--sk-paddlenav-arrow-color-active: rgba(0, 0, 0, 0.64);
	--sk-paddlenav-background: transparent;
	--sk-paddlenav-background-hover: transparent;
	--sk-paddlenav-background-active: transparent;
}

.paddlenav,
.paddlenav ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.paddlenav .paddlenav-arrow {
	background: var(--sk-paddlenav-background);
	color: var(--sk-paddlenav-arrow-color);
	display: block;
	width: var(--sk-paddlenav-diameter);
	height: var(--sk-paddlenav-diameter);
	border-radius: var(--sk-paddlenav-diameter);
	font-style: normal;
	overflow: hidden;
	position: absolute;
	text-align: center;
	line-height: 1;
	transition:
		background 100ms linear,
		color 100ms linear,
		opacity 100ms linear;
}

.paddlenav .paddlenav-arrow-next,
.paddlenav .paddlenav-arrow-previous {
	margin-top: calc(var(--sk-paddlenav-diameter) * -0.5);
}

.paddlenav .paddlenav-arrow-down,
.paddlenav .paddlenav-arrow-up {
	margin-left: calc(var(--sk-paddlenav-diameter) * -0.5);
}

.paddlenav .paddlenav-arrow-next,
.paddlenav .paddlenav-arrow-previous {
	top: 50%;
}

.paddlenav .paddlenav-arrow-down,
.paddlenav .paddlenav-arrow-up {
	left: 50%;
}

.paddlenav .paddlenav-arrow svg path {
	fill: var(--sk-paddlenav-arrow-color);
	transition: fill 100ms linear;
}

.paddlenav .paddlenav-arrow:hover {
	background: var(--sk-paddlenav-background-hover);
	color: var(--sk-paddlenav-arrow-color-hover);
	text-decoration: none;
}

.paddlenav .paddlenav-arrow:hover svg path {
	fill: var(--sk-paddlenav-arrow-color-hover);
}

.paddlenav .paddlenav-arrow:active {
	background: var(--sk-paddlenav-background-active);
	color: var(--sk-paddlenav-arrow-color-active);
}

.paddlenav .paddlenav-arrow:active svg path {
	fill: var(--sk-paddlenav-arrow-color-active);
}

.paddlenav .paddlenav-arrow:focus-visible {
	outline: 2px solid var(--sk-focus-color, #0071e3);
	outline-offset: var(--sk-focus-offset-container, 3px);
}

.paddlenav .paddlenav-arrow.disabled,
.paddlenav .paddlenav-arrow:disabled {
	pointer-events: none;
	opacity: var(--sk-link-disabled-opacity, 0.42);
}

.paddlenav .paddlenav-arrow-previous {
	inset-inline-start: 18px;
}

.paddlenav .paddlenav-arrow-next {
	inset-inline-end: 18px;
}

.paddlenav .paddlenav-arrow-up {
	top: 18px;
}

.paddlenav .paddlenav-arrow-down {
	bottom: 18px;
}

.paddlenav-elevated {
	--sk-paddlenav-diameter: 56px;
}

.paddlenav-super {
	--sk-paddlenav-diameter: 90px;
}

.paddlenav-alpha {
	--sk-paddlenav-background: rgba(210, 210, 215, 0.64);
	--sk-paddlenav-background-hover: rgba(223, 223, 227, 0.6976);
	--sk-paddlenav-background-active: rgba(193, 193, 198, 0.6544);
}

.paddlenav-solid {
	--sk-paddlenav-background: rgb(232, 232, 237);
	--sk-paddlenav-background-hover: #ececf0;
	--sk-paddlenav-background-active: #dfdfe4;
}

html:not([dir="rtl"])
	.paddlenav-justified.paddlenav-outside
	.paddlenav-arrow-previous {
	left: 18px;
	left: calc(var(--sk-paddlenav-diameter) * -1 + -18px);
}

html:not([dir="rtl"])
	.paddlenav-justified.paddlenav-outside
	.paddlenav-arrow-next,
html[dir="rtl"]
	.paddlenav-justified.paddlenav-outside
	.paddlenav-arrow-previous {
	right: 18px;
	right: calc(var(--sk-paddlenav-diameter) * -1 + -18px);
}

html[dir="rtl"] .paddlenav-justified.paddlenav-outside .paddlenav-arrow-next {
	left: 18px;
	left: calc(var(--sk-paddlenav-diameter) * -1 + -18px);
}

.paddlenav-side-aligned .paddlenav-arrow-next,
.paddlenav-side-aligned .paddlenav-arrow-previous {
	top: 100%;
	margin-top: calc(var(--sk-paddlenav-diameter) * -1 + -18px);
}

html:not([dir="rtl"]) .paddlenav-side-aligned .paddlenav-arrow-previous {
	left: auto;
	right: calc(var(--sk-paddlenav-diameter) + 36px);
}

html[dir="rtl"] .paddlenav-side-aligned .paddlenav-arrow-previous {
	left: calc(var(--sk-paddlenav-diameter) + 36px);
	right: auto;
}

html:not([dir="rtl"]) .paddlenav-side-aligned .paddlenav-arrow-next {
	right: 18px;
}

html[dir="rtl"] .paddlenav-side-aligned .paddlenav-arrow-next {
	left: 18px;
}

.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-next,
.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-previous {
	top: 100%;
	margin-top: 18px;
}

html:not([dir="rtl"])
	.paddlenav-side-aligned.paddlenav-outside
	.paddlenav-arrow-previous {
	left: auto;
	right: calc(var(--sk-paddlenav-diameter) + 36px);
	right: calc(var(--sk-paddlenav-diameter) + 18px);
}

html[dir="rtl"]
	.paddlenav-side-aligned.paddlenav-outside
	.paddlenav-arrow-previous {
	left: calc(var(--sk-paddlenav-diameter) + 36px);
	right: auto;
	left: calc(var(--sk-paddlenav-diameter) + 18px);
}

html:not([dir="rtl"])
	.paddlenav-side-aligned.paddlenav-outside
	.paddlenav-arrow-next {
	right: 18px;
	right: 0;
}

html[dir="rtl"]
	.paddlenav-side-aligned.paddlenav-outside
	.paddlenav-arrow-next {
	left: 18px;
	left: 0;
}

.paddlenav-centered .paddlenav-arrow-next,
.paddlenav-centered .paddlenav-arrow-previous {
	top: 100%;
	margin-top: calc(var(--sk-paddlenav-diameter) * -1 + -18px);
}

.paddlenav-centered .paddlenav-arrow-previous {
	margin-inline-start: calc(var(--sk-paddlenav-diameter) * -1 + -9px);
}

html:not([dir="rtl"]) .paddlenav-centered .paddlenav-arrow-previous {
	left: auto;
}

html[dir="rtl"] .paddlenav-centered .paddlenav-arrow-previous {
	right: auto;
}

.paddlenav-centered .paddlenav-arrow-next {
	margin-inline-start: 9px;
}

html:not([dir="rtl"]) .paddlenav-centered .paddlenav-arrow-next {
	right: auto;
}

html[dir="rtl"] .paddlenav-centered .paddlenav-arrow-next {
	left: auto;
}

.paddlenav-centered.paddlenav-outside .paddlenav-arrow-next,
.paddlenav-centered.paddlenav-outside .paddlenav-arrow-previous {
	top: 100%;
	margin-top: 18px;
}

.paddlenav-centered.paddlenav-outside .paddlenav-arrow-previous {
	margin-inline-start: calc(var(--sk-paddlenav-diameter) * -1 + -9px);
}

html:not([dir="rtl"])
	.paddlenav-centered.paddlenav-outside
	.paddlenav-arrow-previous {
	left: auto;
}

html[dir="rtl"]
	.paddlenav-centered.paddlenav-outside
	.paddlenav-arrow-previous {
	right: auto;
}

.paddlenav-centered.paddlenav-outside .paddlenav-arrow-next {
	margin-inline-start: 9px;
}

html:not([dir="rtl"])
	.paddlenav-centered.paddlenav-outside
	.paddlenav-arrow-next {
	right: auto;
}

html[dir="rtl"] .paddlenav-centered.paddlenav-outside .paddlenav-arrow-next {
	left: auto;
}

.with-paddlenav {
	position: relative;
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow {
	opacity: 0;
	transition:
		background 100ms linear,
		color 100ms linear,
		opacity 100ms linear;
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow:focus-visible,
html.no-touch .with-paddlenav-onhover:hover .paddlenav-arrow {
	opacity: 1;
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow.disabled,
html.no-touch .with-paddlenav-onhover .paddlenav-arrow:disabled {
	opacity: 0;
}

.with-paddlenav-visuallyhidden .paddlenav-arrow {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(0 0 99.9% 99.9%);
}

.with-paddlenav-visuallyhidden .paddlenav-arrow:focus-visible,
.with-paddlenav-visuallyhidden .paddlenav-arrow:hover {
	clip: auto;
	clip-path: none;
}

.viewport-content {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 980px;
}

@media only screen and (min-width: 1441px) {
	.viewport-content {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 980px;
	}
}

@media only screen and (max-width: 1068px) {
	.viewport-content {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 692px;
	}
}

@media only screen and (max-width: 734px) {
	.viewport-content {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 87.5%;
	}
}

.theme-dark {
	--sk-glyph: rgb(255, 255, 255);
	--sk-glyph-gray: rgb(245, 245, 247);
	--sk-glyph-gray-alpha: rgba(255, 255, 255, 0.92);
	--sk-glyph-gray-secondary: rgb(134, 134, 139);
	--sk-glyph-gray-secondary-alpha: rgba(255, 255, 255, 0.56);
	--sk-glyph-gray-secondary-alt: rgb(210, 210, 215);
	--sk-glyph-gray-secondary-alt-alpha: rgba(255, 255, 255, 0.8);
	--sk-glyph-gray-tertiary: rgb(110, 110, 115);
	--sk-glyph-gray-tertiary-alpha: rgba(255, 255, 255, 0.4);
	--sk-glyph-blue: rgb(41, 151, 255);
	--sk-glyph-orange: rgb(255, 121, 27);
	--sk-glyph-green: rgb(3, 161, 14);
	--sk-glyph-red: rgb(255, 48, 55);
	--sk-fill: rgb(0, 0, 0);
	--sk-fill-secondary: rgb(22, 22, 23);
	--sk-fill-tertiary: rgb(29, 29, 31);
	--sk-fill-gray: rgb(245, 245, 247);
	--sk-fill-gray-alpha: rgba(255, 255, 255, 0.92);
	--sk-fill-gray-secondary: rgb(110, 110, 115);
	--sk-fill-gray-secondary-alpha: rgba(255, 255, 255, 0.4);
	--sk-fill-gray-tertiary: rgb(66, 66, 69);
	--sk-fill-gray-tertiary-alpha: rgba(255, 255, 255, 0.24);
	--sk-fill-gray-quaternary: rgb(51, 51, 54);
	--sk-fill-gray-quaternary-alpha: rgba(255, 255, 255, 0.2);
	--sk-fill-orange-secondary: rgb(41, 13, 0);
	--sk-fill-green-secondary: rgb(0, 43, 3);
	--sk-fill-red: rgb(255, 48, 55);
	--sk-fill-red-secondary: rgb(51, 0, 0);
	--sk-fill-yellow: rgb(173, 130, 0);
	--sk-fill-yellow-secondary: rgb(43, 32, 0);
	--sk-enviro-neutral: rgb(0, 0, 0);
	--sk-body-background-color: rgb(0, 0, 0);
	--sk-body-text-color: rgb(245, 245, 247);
	--sk-headline-text-color: rgb(245, 245, 247);
	--sk-body-link-color: rgb(41, 151, 255);
	--sk-link-disabled-opacity: 0.36;
	--sk-focus-color-alt: rgb(255, 255, 255);
}

.theme-dark .badge {
	--sk-badge-background: rgba(245, 99, 0, 0.2);
	--sk-badge-text-color: rgb(255, 121, 27);
}

.theme-dark .badge-no-scrim {
	--sk-badge-background: transparent;
	--sk-badge-text-color: rgb(255, 121, 27);
}

.theme-dark .badge-neutral {
	--sk-badge-background: rgba(245, 245, 247, 0.14);
	--sk-badge-text-color: rgb(210, 210, 215);
}

.theme-dark .badge-neutral.badge-no-scrim {
	--sk-badge-background: transparent;
	--sk-badge-text-color: rgb(210, 210, 215);
}

.theme-dark a.block {
	--sk-blocklink-color: rgb(41, 151, 255);
}

.theme-dark .button {
	--sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.36);
	--sk-button-background: rgb(0, 113, 227);
	--sk-button-background-hover: #0077ed;
	--sk-button-background-active: #006edb;
}

.theme-dark .button-neutral {
	--sk-button-background: rgb(245, 245, 247);
	--sk-button-background-hover: rgb(255, 255, 255);
	--sk-button-background-active: #ededf2;
	--sk-button-color: rgb(0, 0, 0);
}

.theme-dark .button-secondary {
	--sk-button-background: transparent;
	--sk-button-background-hover: #0077ed;
	--sk-button-background-active: #006edb;
	--sk-button-color: rgb(41, 151, 255);
	--sk-button-color-hover: rgb(255, 255, 255);
	--sk-button-border-color: rgb(41, 151, 255);
}

.theme-dark .button-secondary-neutral {
	--sk-button-background: transparent;
	--sk-button-background-hover: rgb(255, 255, 255);
	--sk-button-background-active: #ededf2;
	--sk-button-color: rgb(245, 245, 247);
	--sk-button-color-hover: rgb(0, 0, 0);
	--sk-button-border-color: rgb(245, 245, 247);
}

.theme-dark .colorindicator {
	--sk-colorindicator-background-color: rgb(29, 29, 31);
	--sk-colorindicator-swatch-border-color: linear-gradient(
		rgba(255, 255, 255, 0.08),
		rgba(255, 255, 255, 0.24) 70%,
		rgba(255, 255, 255, 0.44)
	);
	--sk-colorindicator-label-color: rgb(134, 134, 139);
}

.theme-dark .dotnav {
	--sk-dotnav-background: rgba(255, 255, 255, 0.36);
	--sk-dotnav-background-hover: rgba(255, 255, 255, 0.48);
	--sk-dotnav-background-current: rgba(255, 255, 255, 0.8);
}

.theme-dark .list,
.theme-dark .list-title {
	--sk-list-copy-color: rgb(245, 245, 247);
	--sk-list-title-color: rgb(245, 245, 247);
}

.theme-dark .paddlenav,
.theme-dark .paddlenav-solid {
	--sk-paddlenav-arrow-color: rgba(255, 255, 255, 0.8);
	--sk-paddlenav-arrow-color-hover: rgb(255, 255, 255);
	--sk-paddlenav-arrow-color-active: rgb(255, 255, 255);
}

.theme-dark .paddlenav-solid {
	--sk-paddlenav-background: rgb(51, 51, 54);
	--sk-paddlenav-background-hover: #37373a;
	--sk-paddlenav-background-active: #2f2f32;
}

.theme-dark .paddlenav-alpha {
	--sk-paddlenav-arrow-color: rgba(255, 255, 255, 0.8);
	--sk-paddlenav-arrow-color-hover: rgb(255, 255, 255);
	--sk-paddlenav-arrow-color-active: rgb(255, 255, 255);
	--sk-paddlenav-background: rgba(66, 66, 69, 0.72);
	--sk-paddlenav-background-hover: rgba(73, 73, 76, 0.7256);
	--sk-paddlenav-background-active: rgba(57, 57, 60, 0.7424);
}

.theme-dark .pin {
	--sk-pin-color: rgb(110, 110, 115);
	--sk-pin-caption-color: rgb(134, 134, 139);
}

.theme-dark .quote {
	--sk-quote-copy-color: colors.color(quote.$quote-copy-color, $swatch-book);
	--sk-quote-credit-color: colors.color(
		quote.$quote-credit-color,
		$swatch-book
	);
}

.theme-dark .sosumi {
	--sk-sosumi-text-color: rgba(255, 255, 255, 0.56);
	--sk-sosumi-link-color: rgba(255, 255, 255, 0.8);
}

.theme-dark .stat {
	--sk-stat-value-color: rgb(245, 245, 247);
	--sk-stat-caption-color: rgb(245, 245, 247);
}

.theme-dark .thumbnav {
	--sk-thumbnav-image-border-color: rgb(110, 110, 115);
	--sk-thumbnav-image-border-color-hover: rgb(110, 110, 115);
	--sk-thumbnav-image-border-color-current: rgb(0, 113, 227);
	--sk-thumbnav-image-background: rgb(29, 29, 31);
	--sk-thumbnav-copy-color: rgb(134, 134, 139);
	--sk-thumbnav-copy-color-hover: rgb(245, 245, 247);
}

.theme-dark .thumbnav-neutral {
	--sk-thumbnav-image-border-color: rgb(110, 110, 115);
	--sk-thumbnav-image-border-color-hover: rgb(110, 110, 115);
	--sk-thumbnav-image-border-color-current: rgb(245, 245, 247);
	--sk-thumbnav-image-background: rgb(29, 29, 31);
	--sk-thumbnav-copy-color: rgb(134, 134, 139);
	--sk-thumbnav-copy-color-hover: rgb(245, 245, 247);
}

.theme-dark .tile {
	--sk-tile-background: rgb(0, 0, 0);
	--sk-tile-button-icon-color: rgba(255, 255, 255, 0.8);
	--sk-tile-button-background: rgba(66, 66, 69, 0.72);
	--sk-tile-button-icon-color-hover: rgb(255, 255, 255);
	--sk-tile-button-background-hover: rgba(73, 73, 76, 0.7256);
	--sk-tile-button-background-active: rgba(57, 57, 60, 0.7424);
}

.typography-caption {
	font-size: 12px;
	line-height: 1.3333733333;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-caption:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-caption:lang(ja) {
	line-height: 1.4166666667;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-caption:lang(ko) {
	line-height: 1.4166666667;
	letter-spacing: 0em;
	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;
}

.typography-caption:lang(zh) {
	letter-spacing: 0em;
}

.typography-caption:lang(th) {
	line-height: 1.3333733333;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-caption:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-caption:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-caption: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;
}

.typography-caption:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-eyebrow {
	font-size: 24px;
	line-height: 1.1666666667;
	font-weight: 600;
	letter-spacing: 0.009em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-eyebrow: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;
}

.typography-family-eyebrow:lang(ko) {
	line-height: 1.2916666667;
	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;
}

.typography-family-eyebrow:lang(th) {
	line-height: 1.375;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-eyebrow:lang(zh) {
	line-height: 1.2916666667;
}

.typography-family-eyebrow: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;
}

.typography-family-eyebrow:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-eyebrow:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-eyebrow: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;
}

.typography-family-eyebrow:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-family-eyebrow {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-family-eyebrow:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.typography-family-eyebrow:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-eyebrow:lang(zh) {
		line-height: 1.3334033333;
	}

	.typography-family-eyebrow: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;
	}

	.typography-family-eyebrow:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-eyebrow:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-eyebrow: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;
	}

	.typography-family-eyebrow:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-family-headline {
	font-size: 48px;
	line-height: 1.0834933333;
	font-weight: 600;
	letter-spacing: -0.003em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-headline:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-family-headline:lang(ko) {
	line-height: 1.1875;
	letter-spacing: 0em;
	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;
}

.typography-family-headline:lang(zh) {
	letter-spacing: 0em;
}

.typography-family-headline:lang(th) {
	line-height: 1.3334933333;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

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

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

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

@media only screen and (max-width: 1068px) {
	.typography-family-headline {
		font-size: 40px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: 0em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-family-headline:lang(ko) {
		line-height: 1.2;
		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;
	}

	.typography-family-headline:lang(th) {
		line-height: 1.35;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

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

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

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

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

@media only screen and (max-width: 734px) {
	.typography-family-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;
	}

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

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

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

	.typography-family-headline:lang(zh) {
		line-height: 1.21875;
	}

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

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

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

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

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

.typography-family-headline-reduced {
	font-size: 28px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: 0.007em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-family-headline-reduced: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;
}

.typography-family-headline-reduced:lang(th) {
	line-height: 1.3928571429;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-headline-reduced:lang(zh) {
	line-height: 1.25;
}

.typography-family-headline-reduced: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;
}

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

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

.typography-family-headline-reduced: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;
}

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

@media only screen and (max-width: 1068px) {
	.typography-family-headline-reduced {
		font-size: 24px;
		line-height: 1.1666666667;
		font-weight: 600;
		letter-spacing: 0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-headline-reduced: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;
	}

	.typography-family-headline-reduced:lang(ko) {
		line-height: 1.2916666667;
		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;
	}

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

	.typography-family-headline-reduced:lang(zh) {
		line-height: 1.2916666667;
	}

	.typography-family-headline-reduced: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;
	}

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

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

	.typography-family-headline-reduced: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;
	}

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

@media only screen and (max-width: 734px) {
	.typography-family-headline-reduced {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-family-headline-reduced:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.typography-family-headline-reduced:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-headline-reduced:lang(zh) {
		line-height: 1.3334033333;
	}

	.typography-family-headline-reduced: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;
	}

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

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

	.typography-family-headline-reduced: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;
	}

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

.typography-family-paragraph {
	font-size: 17px;
	line-height: 1.2353641176;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-paragraph:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-family-paragraph:lang(ko) {
	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;
}

.typography-family-paragraph:lang(ko),
.typography-family-paragraph:lang(th),
.typography-family-paragraph:lang(zh) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
}

.typography-family-paragraph:lang(th) {
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-paragraph:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-paragraph:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-family-paragraph: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;
}

.typography-family-paragraph:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-family-paragraph {
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 400;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-paragraph:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-paragraph:lang(ja) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-paragraph:lang(ko) {
		line-height: 1.4285914286;
		letter-spacing: 0em;
		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;
	}

	.typography-family-paragraph:lang(th),
	.typography-family-paragraph:lang(zh) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
	}

	.typography-family-paragraph:lang(th) {
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-paragraph:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-paragraph:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-family-paragraph: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;
	}

	.typography-family-paragraph:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-section-headline {
	font-size: 56px;
	line-height: 1.07142857143;
	font-weight: 600;
	letter-spacing: -0.005em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-section-headline:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-section-headline:lang(ko) {
	line-height: 1.1786514286;
	letter-spacing: 0em;
	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;
}

.typography-section-headline:lang(zh) {
	letter-spacing: 0em;
}

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

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

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

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

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

@media only screen and (max-width: 1068px) {
	.typography-section-headline {
		font-size: 48px;
		line-height: 1.0834933333;
		font-weight: 600;
		letter-spacing: -0.003em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-section-headline:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Display,
			SF Pro Display,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-section-headline:lang(ko) {
		line-height: 1.1875;
		letter-spacing: 0em;
		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;
	}

	.typography-section-headline:lang(zh) {
		letter-spacing: 0em;
	}

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

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

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

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

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

@media only screen and (max-width: 734px) {
	.typography-section-headline {
		font-size: 28px;
		line-height: 1.142857142857143;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

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

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

	.typography-section-headline:lang(zh) {
		line-height: 1.25;
	}

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

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

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

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

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

.typography-section-headline-link {
	font-size: 17px;
	line-height: 1.4705882353;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-section-headline-link:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-section-headline-link:lang(ko) {
	line-height: 1.5882352941;
	letter-spacing: 0em;
	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;
}

.typography-section-headline-link:lang(zh) {
	letter-spacing: 0em;
}

.typography-section-headline-link:lang(th) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-section-headline-link:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-section-headline-link:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-section-headline-link: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;
}

.typography-section-headline-link:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-section-headline-link {
		font-size: 14px;
		line-height: 1.4285914286;
		font-weight: 400;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-section-headline-link:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-section-headline-link:lang(ko) {
		line-height: 1.5714285714;
		letter-spacing: 0em;
		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;
	}

	.typography-section-headline-link:lang(zh) {
		line-height: 1.5;
		letter-spacing: 0em;
	}

	.typography-section-headline-link:lang(th) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-section-headline-link:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-section-headline-link:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-section-headline-link: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;
	}

	.typography-section-headline-link:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-card-headline {
	font-size: 28px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: 0.007em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

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

.typography-card-headline:lang(th) {
	line-height: 1.3928571429;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-card-headline:lang(zh) {
	line-height: 1.25;
}

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

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

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

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

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

@media only screen and (max-width: 1068px) {
	.typography-card-headline {
		font-size: 24px;
		line-height: 1.1666666667;
		font-weight: 600;
		letter-spacing: 0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-card-headline:lang(ko) {
		line-height: 1.2916666667;
		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;
	}

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

	.typography-card-headline:lang(zh) {
		line-height: 1.2916666667;
	}

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

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

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

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

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

@media only screen and (max-width: 734px) {
	.typography-card-headline {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-card-headline:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.typography-card-headline:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-card-headline:lang(zh) {
		line-height: 1.3334033333;
	}

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

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

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

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

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

.typography-icon-card-modal-body {
	font-size: 19px;
	line-height: 1.4211026316;
	font-weight: 400;
	letter-spacing: 0.012em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-body:lang(ja) {
	line-height: 1.3684410526;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-body:lang(ko) {
	line-height: 1.5263157895;
	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;
}

.typography-icon-card-modal-body:lang(th) {
	line-height: 1.3684410526;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-body: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;
}

.typography-icon-card-modal-body:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-body:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-body: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;
}

.typography-icon-card-modal-body:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-icon-card-modal-body {
		font-size: 17px;
		line-height: 1.4705882353;
		font-weight: 400;
		letter-spacing: -0.022em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-body:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-body:lang(ja) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-body:lang(ko) {
		line-height: 1.5882352941;
		letter-spacing: 0em;
		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;
	}

	.typography-icon-card-modal-body:lang(zh) {
		letter-spacing: 0em;
	}

	.typography-icon-card-modal-body:lang(th) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-body:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-body:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-body: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;
	}

	.typography-icon-card-modal-body:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-icon-card-modal-inline-headline {
	font-size: 19px;
	line-height: 1.4211026316;
	font-weight: 600;
	letter-spacing: 0.012em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-icon-card-modal-inline-headline:lang(ko) {
	line-height: 1.5263157895;
	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;
}

.typography-icon-card-modal-inline-headline:lang(th) {
	line-height: 1.3684410526;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-inline-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;
}

.typography-icon-card-modal-inline-headline:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-inline-headline:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-icon-card-modal-inline-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;
}

.typography-icon-card-modal-inline-headline:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-icon-card-modal-inline-headline {
		font-size: 17px;
		line-height: 1.4705882353;
		font-weight: 600;
		letter-spacing: -0.022em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-inline-headline:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-inline-headline:lang(ja) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-inline-headline:lang(ko) {
		line-height: 1.5882352941;
		letter-spacing: 0em;
		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;
	}

	.typography-icon-card-modal-inline-headline:lang(zh) {
		letter-spacing: 0em;
	}

	.typography-icon-card-modal-inline-headline:lang(th) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-inline-headline:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-inline-headline:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-icon-card-modal-inline-headline: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;
	}

	.typography-icon-card-modal-inline-headline:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-modal-headline {
	font-size: 56px;
	line-height: 1.0714285714;
	font-weight: 600;
	letter-spacing: -0.005em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-headline:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-headline:lang(ja) {
	line-height: 1.125;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-headline:lang(ko) {
	line-height: 1.1786514286;
	letter-spacing: 0em;
	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;
}

.typography-modal-headline:lang(zh) {
	letter-spacing: 0em;
}

.typography-modal-headline:lang(th) {
	line-height: 1.3392857143;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

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

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

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

@media only screen and (max-width: 1068px) {
	.typography-modal-headline {
		font-size: 48px;
		line-height: 1.0834933333;
		font-weight: 600;
		letter-spacing: -0.003em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-headline:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Display,
			SF Pro Display,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-headline:lang(ja) {
		line-height: 1.1459933333;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Display,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-headline:lang(ko) {
		line-height: 1.1875;
		letter-spacing: 0em;
		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;
	}

	.typography-modal-headline:lang(zh) {
		letter-spacing: 0em;
	}

	.typography-modal-headline:lang(th) {
		line-height: 1.3334933333;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

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

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

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

@media only screen and (max-width: 734px) {
	.typography-modal-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;
	}

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

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

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

	.typography-modal-headline:lang(zh) {
		line-height: 1.21875;
	}

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

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

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

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

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

.typography-modal-topic-label {
	font-size: 19px;
	line-height: 1.4211026316;
	font-weight: 600;
	letter-spacing: 0.012em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-modal-topic-label:lang(ko) {
	line-height: 1.5263157895;
	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;
}

.typography-modal-topic-label:lang(th) {
	line-height: 1.3684410526;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-topic-label: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;
}

.typography-modal-topic-label:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-topic-label:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-topic-label: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;
}

.typography-modal-topic-label:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-modal-topic-label {
		font-size: 17px;
		line-height: 1.4705882353;
		font-weight: 600;
		letter-spacing: -0.022em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-topic-label:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-topic-label:lang(ja) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-topic-label:lang(ko) {
		line-height: 1.5882352941;
		letter-spacing: 0em;
		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;
	}

	.typography-modal-topic-label:lang(zh) {
		letter-spacing: 0em;
	}

	.typography-modal-topic-label:lang(th) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-topic-label:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-topic-label:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-topic-label: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;
	}

	.typography-modal-topic-label:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-modal-table-label {
	font-size: 14px;
	line-height: 1.2857742857;
	font-weight: 600;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-label:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-label:lang(ja) {
	line-height: 1.3571828571;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-label:lang(ko) {
	line-height: 1.4285914286;
	letter-spacing: 0em;
	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;
}

.typography-modal-table-label:lang(th),
.typography-modal-table-label:lang(zh) {
	line-height: 1.3571828571;
	letter-spacing: 0em;
}

.typography-modal-table-label:lang(th) {
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-label:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-label:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-label: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;
}

.typography-modal-table-label:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-copy {
	font-size: 21px;
	line-height: 1.1904761905;
	font-weight: 600;
	letter-spacing: 0.011em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-modal-table-copy:lang(ko) {
	line-height: 1.2858042857;
	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;
}

.typography-modal-table-copy:lang(th) {
	line-height: 1.381002381;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-copy:lang(zh) {
	line-height: 1.3334033333;
}

.typography-modal-table-copy: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;
}

.typography-modal-table-copy:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-copy:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-modal-table-copy: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;
}

.typography-modal-table-copy:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-modal-table-copy {
		font-size: 19px;
		line-height: 1.2105263158;
		font-weight: 600;
		letter-spacing: 0.012em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-modal-table-copy:lang(ko) {
		line-height: 1.3157894737;
		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;
	}

	.typography-modal-table-copy:lang(th) {
		line-height: 1.3684410526;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-table-copy:lang(zh) {
		line-height: 1.3684410526;
	}

	.typography-modal-table-copy: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;
	}

	.typography-modal-table-copy:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-table-copy:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-modal-table-copy: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;
	}

	.typography-modal-table-copy:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-essential-card-badge {
	font-size: 12px;
	line-height: 1.3333733333;
	font-weight: 600;
	letter-spacing: -0.01em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-essential-card-badge:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-essential-card-badge:lang(ja) {
	line-height: 1.4166666667;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-essential-card-badge:lang(ko) {
	line-height: 1.4166666667;
	letter-spacing: 0em;
	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;
}

.typography-essential-card-badge:lang(zh) {
	letter-spacing: 0em;
}

.typography-essential-card-badge:lang(th) {
	line-height: 1.3333733333;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-essential-card-badge:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-essential-card-badge:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-essential-card-badge: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;
}

.typography-essential-card-badge:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-label {
	font-size: 17px;
	line-height: 1.2353641176;
	font-weight: 600;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-label:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-feature-card-label:lang(ko) {
	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;
}

.typography-feature-card-label:lang(ko),
.typography-feature-card-label:lang(th),
.typography-feature-card-label:lang(zh) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
}

.typography-feature-card-label:lang(th) {
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-label:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-label:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-label: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;
}

.typography-feature-card-label:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-feature-card-label {
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 600;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-label:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-label:lang(ja) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-label:lang(ko) {
		line-height: 1.4285914286;
		letter-spacing: 0em;
		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;
	}

	.typography-feature-card-label:lang(th),
	.typography-feature-card-label:lang(zh) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
	}

	.typography-feature-card-label:lang(th) {
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-label:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-label:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-label: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;
	}

	.typography-feature-card-label:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-feature-card-modal-copy {
	font-size: 28px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: 0.007em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-copy:lang(ja) {
	line-height: 1.1786114286;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-copy: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;
}

.typography-feature-card-modal-copy:lang(th) {
	line-height: 1.3928571429;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-copy:lang(zh) {
	line-height: 1.25;
}

.typography-feature-card-modal-copy: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;
}

.typography-feature-card-modal-copy:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-copy:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-copy: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;
}

.typography-feature-card-modal-copy:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-feature-card-modal-copy {
		font-size: 28px;
		line-height: 1.1428571429;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy:lang(ja) {
		line-height: 1.1786114286;
		font-family:
			SF Pro JP,
			SF Pro Display,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy: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;
	}

	.typography-feature-card-modal-copy:lang(th) {
		line-height: 1.3928571429;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy:lang(zh) {
		line-height: 1.25;
	}

	.typography-feature-card-modal-copy: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;
	}

	.typography-feature-card-modal-copy:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy: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;
	}

	.typography-feature-card-modal-copy:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.typography-feature-card-modal-copy {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy:lang(ja) {
		line-height: 1.2380952381;
		font-family:
			SF Pro JP,
			SF Pro Display,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.typography-feature-card-modal-copy:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy:lang(zh) {
		line-height: 1.3334033333;
	}

	.typography-feature-card-modal-copy: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;
	}

	.typography-feature-card-modal-copy:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-copy: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;
	}

	.typography-feature-card-modal-copy:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-feature-card-modal-image-caption {
	font-size: 19px;
	line-height: 1.2105263158;
	font-weight: 400;
	letter-spacing: 0.012em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-image-caption:lang(ja) {
	line-height: 1.2631578947;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-image-caption:lang(ko) {
	line-height: 1.3157894737;
	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;
}

.typography-feature-card-modal-image-caption:lang(th) {
	line-height: 1.3684410526;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-image-caption:lang(zh) {
	line-height: 1.3684410526;
}

.typography-feature-card-modal-image-caption: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;
}

.typography-feature-card-modal-image-caption:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-image-caption:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-feature-card-modal-image-caption: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;
}

.typography-feature-card-modal-image-caption:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-feature-card-modal-image-caption {
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 400;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-image-caption:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-image-caption:lang(ja) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-image-caption:lang(ko) {
		line-height: 1.4285914286;
		letter-spacing: 0em;
		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;
	}

	.typography-feature-card-modal-image-caption:lang(zh) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
	}

	.typography-feature-card-modal-image-caption:lang(th) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-image-caption:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-image-caption:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-feature-card-modal-image-caption: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;
	}

	.typography-feature-card-modal-image-caption:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-stat-caption {
	font-size: 21px;
	line-height: 1.381002381;
	font-weight: 600;
	letter-spacing: 0.011em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-stat-caption:lang(ko) {
	line-height: 1.5238095238;
	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;
}

.typography-stat-caption:lang(th) {
	line-height: 1.381002381;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-caption: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;
}

.typography-stat-caption:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-caption:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-caption: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;
}

.typography-stat-caption:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-stat-caption {
		font-size: 17px;
		line-height: 1.4705882353;
		font-weight: 600;
		letter-spacing: -0.022em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-caption:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-caption:lang(ja) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-caption:lang(ko) {
		line-height: 1.5882352941;
		letter-spacing: 0em;
		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;
	}

	.typography-stat-caption:lang(zh) {
		letter-spacing: 0em;
	}

	.typography-stat-caption:lang(th) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-caption:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-caption:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-caption: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;
	}

	.typography-stat-caption:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-stat-value {
	font-size: 48px;
	line-height: 1.0834933333;
	font-weight: 600;
	letter-spacing: -0.003em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value:lang(ja) {
	line-height: 1.1459933333;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value:lang(ko) {
	line-height: 1.1875;
	letter-spacing: 0em;
	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;
}

.typography-stat-value:lang(zh) {
	letter-spacing: 0em;
}

.typography-stat-value:lang(th) {
	line-height: 1.3334933333;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value: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;
}

.typography-stat-value:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-stat-value {
		font-size: 40px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: 0em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-stat-value:lang(ko) {
		line-height: 1.2;
		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;
	}

	.typography-stat-value:lang(th) {
		line-height: 1.35;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value: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;
	}

	.typography-stat-value:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value: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;
	}

	.typography-stat-value:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.typography-stat-value {
		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;
	}

	.typography-stat-value: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;
	}

	.typography-stat-value: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;
	}

	.typography-stat-value:lang(th) {
		line-height: 1.375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value:lang(zh) {
		line-height: 1.21875;
	}

	.typography-stat-value: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;
	}

	.typography-stat-value:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value: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;
	}

	.typography-stat-value:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-stat-value-super {
	font-size: 80px;
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: -0.015em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-super:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-super:lang(ja) {
	line-height: 1.0875;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-super:lang(ko) {
	line-height: 1.15;
	letter-spacing: 0em;
	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;
}

.typography-stat-value-super:lang(zh) {
	line-height: 1.0875;
	letter-spacing: 0em;
}

.typography-stat-value-super:lang(th) {
	line-height: 1.35;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-super:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-super:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-super: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;
}

.typography-stat-value-super:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-stat-value-super {
		font-size: 64px;
		line-height: 1.0625;
		font-weight: 600;
		letter-spacing: -0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Display,
			SF Pro Display,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super:lang(ja) {
		line-height: 1.109375;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Display,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super:lang(ko) {
		line-height: 1.171875;
		letter-spacing: 0em;
		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;
	}

	.typography-stat-value-super:lang(zh) {
		line-height: 1.09375;
		letter-spacing: 0em;
	}

	.typography-stat-value-super:lang(th) {
		line-height: 1.34375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super: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;
	}

	.typography-stat-value-super:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.typography-stat-value-super {
		font-size: 40px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: 0em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-stat-value-super:lang(ko) {
		line-height: 1.2;
		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;
	}

	.typography-stat-value-super:lang(th) {
		line-height: 1.35;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super: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;
	}

	.typography-stat-value-super:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-super: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;
	}

	.typography-stat-value-super:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-stat-value-elevated {
	font-size: 72px;
	line-height: 1.0555555556;
	font-weight: 600;
	letter-spacing: -0.012em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-elevated:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-elevated:lang(ja) {
	line-height: 1.0973822222;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-elevated:lang(ko) {
	line-height: 1.1527777778;
	letter-spacing: 0em;
	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;
}

.typography-stat-value-elevated:lang(zh) {
	letter-spacing: 0em;
}

.typography-stat-value-elevated:lang(th) {
	line-height: 1.3473822222;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-elevated:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-elevated:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-elevated: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;
}

.typography-stat-value-elevated:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-reduced {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-stat-value-reduced:lang(ko) {
	line-height: 1.2;
	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;
}

.typography-stat-value-reduced:lang(th) {
	line-height: 1.35;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-reduced: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;
}

.typography-stat-value-reduced:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-reduced:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-reduced: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;
}

.typography-stat-value-reduced:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-stat-value-reduced {
		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;
	}

	.typography-stat-value-reduced: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;
	}

	.typography-stat-value-reduced: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;
	}

	.typography-stat-value-reduced:lang(th) {
		line-height: 1.375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-reduced:lang(zh) {
		line-height: 1.21875;
	}

	.typography-stat-value-reduced: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;
	}

	.typography-stat-value-reduced:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-reduced:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-reduced: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;
	}

	.typography-stat-value-reduced:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-stat-value-subvalue {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-stat-value-subvalue:lang(ko) {
	line-height: 1.2;
	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;
}

.typography-stat-value-subvalue:lang(th) {
	line-height: 1.35;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-subvalue: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;
}

.typography-stat-value-subvalue:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-subvalue:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-stat-value-subvalue: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;
}

.typography-stat-value-subvalue:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-stat-value-subvalue {
		font-size: 28px;
		line-height: 1.2858342857;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-subvalue: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;
	}

	.typography-stat-value-subvalue:lang(ko) {
		line-height: 1.3928571429;
		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;
	}

	.typography-stat-value-subvalue:lang(th) {
		line-height: 1.3928571429;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-subvalue: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;
	}

	.typography-stat-value-subvalue:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-subvalue:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-subvalue: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;
	}

	.typography-stat-value-subvalue:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.typography-stat-value-subvalue {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-stat-value-subvalue:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.typography-stat-value-subvalue:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-subvalue:lang(zh) {
		line-height: 1.3334033333;
	}

	.typography-stat-value-subvalue: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;
	}

	.typography-stat-value-subvalue:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-subvalue:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-stat-value-subvalue: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;
	}

	.typography-stat-value-subvalue:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-accordion-title-text {
	font-size: 28px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: 0.007em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-accordion-title-text: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;
}

.typography-accordion-title-text:lang(th) {
	line-height: 1.3928571429;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-title-text:lang(zh) {
	line-height: 1.25;
}

.typography-accordion-title-text: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;
}

.typography-accordion-title-text:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-title-text:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-title-text: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;
}

.typography-accordion-title-text:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-accordion-title-text {
		font-size: 24px;
		line-height: 1.1666666667;
		font-weight: 600;
		letter-spacing: 0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-title-text: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;
	}

	.typography-accordion-title-text:lang(ko) {
		line-height: 1.2916666667;
		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;
	}

	.typography-accordion-title-text:lang(th) {
		line-height: 1.375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-title-text:lang(zh) {
		line-height: 1.2916666667;
	}

	.typography-accordion-title-text: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;
	}

	.typography-accordion-title-text:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-title-text:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-title-text: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;
	}

	.typography-accordion-title-text:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.typography-accordion-title-text {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-accordion-title-text:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.typography-accordion-title-text:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-title-text:lang(zh) {
		line-height: 1.3334033333;
	}

	.typography-accordion-title-text: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;
	}

	.typography-accordion-title-text:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-title-text:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-title-text: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;
	}

	.typography-accordion-title-text:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-accordion-paragraph-text {
	font-size: 17px;
	line-height: 1.4705882353;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-paragraph-text:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-paragraph-text:lang(ja) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-paragraph-text:lang(ko) {
	line-height: 1.5882352941;
	letter-spacing: 0em;
	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;
}

.typography-accordion-paragraph-text:lang(zh) {
	letter-spacing: 0em;
}

.typography-accordion-paragraph-text:lang(th) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-paragraph-text:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-paragraph-text:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-accordion-paragraph-text: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;
}

.typography-accordion-paragraph-text:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-accordion-paragraph-text {
		font-size: 14px;
		line-height: 1.4285914286;
		font-weight: 400;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-paragraph-text:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-paragraph-text:lang(ja) {
		line-height: 1.4;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-paragraph-text:lang(ko) {
		line-height: 1.5714285714;
		letter-spacing: 0em;
		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;
	}

	.typography-accordion-paragraph-text:lang(zh) {
		line-height: 1.5;
		letter-spacing: 0em;
	}

	.typography-accordion-paragraph-text:lang(th) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-paragraph-text:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-paragraph-text:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-accordion-paragraph-text: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;
	}

	.typography-accordion-paragraph-text:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-index-headline {
	font-size: 56px;
	line-height: 1.0714285714;
	font-weight: 600;
	letter-spacing: -0.005em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-headline:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Display,
		SF Pro Display,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-headline:lang(ja) {
	line-height: 1.125;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Display,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-headline:lang(ko) {
	line-height: 1.1786514286;
	letter-spacing: 0em;
	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;
}

.typography-index-headline:lang(zh) {
	letter-spacing: 0em;
}

.typography-index-headline:lang(th) {
	line-height: 1.3392857143;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

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

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

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

@media only screen and (max-width: 1068px) {
	.typography-index-headline {
		font-size: 48px;
		line-height: 1.0834933333;
		font-weight: 600;
		letter-spacing: -0.003em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-headline:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Display,
			SF Pro Display,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-headline:lang(ja) {
		line-height: 1.1459933333;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Display,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-headline:lang(ko) {
		line-height: 1.1875;
		letter-spacing: 0em;
		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;
	}

	.typography-index-headline:lang(zh) {
		letter-spacing: 0em;
	}

	.typography-index-headline:lang(th) {
		line-height: 1.3334933333;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

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

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

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

@media only screen and (max-width: 734px) {
	.typography-index-headline {
		font-size: 28px;
		line-height: 1.1428571429;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

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

	.typography-index-headline:lang(th) {
		line-height: 1.3928571429;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-headline:lang(zh) {
		line-height: 1.25;
	}

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

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

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

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

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

.typography-index-item-base {
	font-size: 17px;
	line-height: 1.2353641176;
	font-weight: 600;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-item-base:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-index-item-base:lang(ko) {
	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;
}

.typography-index-item-base:lang(ko),
.typography-index-item-base:lang(th),
.typography-index-item-base:lang(zh) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
}

.typography-index-item-base:lang(th) {
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-item-base:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-item-base:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-item-base: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;
}

.typography-index-item-base:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-index-item-base {
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 600;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-base:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-base:lang(ja) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-base:lang(ko) {
		line-height: 1.4285914286;
		letter-spacing: 0em;
		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;
	}

	.typography-index-item-base:lang(th),
	.typography-index-item-base:lang(zh) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
	}

	.typography-index-item-base:lang(th) {
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-base:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-base:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-base: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;
	}

	.typography-index-item-base:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.typography-index-item-elevated {
	font-size: 28px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: 0.007em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.typography-index-item-elevated: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;
}

.typography-index-item-elevated:lang(th) {
	line-height: 1.3928571429;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-item-elevated:lang(zh) {
	line-height: 1.25;
}

.typography-index-item-elevated: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;
}

.typography-index-item-elevated:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-item-elevated:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.typography-index-item-elevated: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;
}

.typography-index-item-elevated:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-index-item-elevated {
		font-size: 24px;
		line-height: 1.1666666667;
		font-weight: 600;
		letter-spacing: 0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-elevated: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;
	}

	.typography-index-item-elevated:lang(ko) {
		line-height: 1.2916666667;
		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;
	}

	.typography-index-item-elevated:lang(th) {
		line-height: 1.375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-elevated:lang(zh) {
		line-height: 1.2916666667;
	}

	.typography-index-item-elevated: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;
	}

	.typography-index-item-elevated:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-elevated:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-elevated: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;
	}

	.typography-index-item-elevated:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.typography-index-item-elevated {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.typography-index-item-elevated:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.typography-index-item-elevated:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-elevated:lang(zh) {
		line-height: 1.3334033333;
	}

	.typography-index-item-elevated: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;
	}

	.typography-index-item-elevated:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-elevated:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.typography-index-item-elevated: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;
	}

	.typography-index-item-elevated:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

[class*="typography-eyebrow"] {
	display: block;
	margin-bottom: 0.4em;
}

[class*="typography-eyebrow"] + * {
	margin-top: 0;
}

.typography-headline + .typography-intro {
	--sk-headline-plus-first-element-margin: 1.2em;
}

.typography-headline-super + .typography-intro-elevated {
	--sk-headline-plus-first-element-margin: 1.6em;
}

.typography-headline-elevated + .typography-intro-elevated {
	--sk-headline-plus-first-element-margin: 1.4em;
}

.typography-headline-reduced + .typography-body,
.typography-headline-reduced + p,
.typography-headline-reduced + ul {
	--sk-headline-plus-first-element-margin: 1em;
}

.modal-dark.modal,
.theme-dark .modal,
.theme-light .modal.modal-dark {
	--modal-overlay-background: rgb(29, 29, 31);
	--modal-close-background: rgb(51, 51, 54);
	--modal-close-background-hover: #37373a;
	--modal-close-background-active: #2f2f32;
	--modal-close-color: rgba(255, 255, 255, 0.8);
	--modal-close-color-hover: rgb(255, 255, 255);
}

.modal-light.modal,
.theme-dark .modal.modal-light {
	--modal-overlay-background: rgb(255, 255, 255);
	--modal-close-background: rgb(232, 232, 237);
	--modal-close-background-hover: #ececf0;
	--modal-close-background-active: #dfdfe4;
	--modal-close-color: rgba(0, 0, 0, 0.56);
	--modal-close-color-hover: rgba(0, 0, 0, 0.72);
}

.modal-close-button {
	cursor: auto;
	position: var(--modal-close-button-position);
	order: 1;
	display: flex;
	align-self: flex-end;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	height: var(--modal-close-button-size);
	width: var(--modal-close-button-size);
	margin: 0;
	padding: 0;
	border: 0;
	margin-inline-end: var(--modal-close-button-offset-inline-start);
	margin-top: var(--modal-close-button-offset-top);
	top: var(--modal-close-button-offset-top);
}

html.has-modal .modal-close-button {
	cursor: pointer;
}

.modal-close-button:focus-visible {
	outline: none;
}

.modal-close-button:focus-visible .modal-close-icon {
	outline: 2px solid var(--sk-focus-color, #0071e3);
	outline-offset: 3px;
}

.modal-close-button:hover .modal-close-icon {
	background: var(--modal-close-background-hover);
	color: var(--modal-close-color-hover);
}

.modal-close-button:active .modal-close-icon {
	background: var(--modal-close-background-active);
}

.modal-close-button .modal-close-icon {
	background: var(--modal-close-background);
	border-radius: var(--modal-close-border-radius);
	color: var(--modal-close-color);
	display: flex;
	align-items: center;
	height: var(--modal-close-icon-size);
	width: var(--modal-close-icon-size);
	outline: none;
	transition:
		color 100ms linear,
		background 100ms linear;
	position: relative;
}

.modal-close-button .modal-close-icon svg {
	fill: currentColor;
	position: absolute;
	inset-inline-start: 50%;
	height: var(--modal-close-icon-svg-size);
	width: var(--modal-close-icon-svg-size);
}

html:not([dir="rtl"]) .modal-close-button .modal-close-icon svg {
	transform: translateX(-50%);
}

html[dir="rtl"] .modal-close-button .modal-close-icon svg {
	transform: translateX(50%);
}

.modal-close-button .modal-close-icon * {
	pointer-events: none;
}

.modal {
	--modal-overlay-background: rgb(255, 255, 255);
	--modal-overlay-padding-top: 76px;
	--modal-overlay-padding-bottom: 56px;
	--modal-overlay-padding-inline: 56px;
	--modal-close-button-offset-top: 16px;
	--modal-close-button-offset-inline-start: 16px;
	--modal-close-button-size: 44px;
	--modal-close-background: rgb(232, 232, 237);
	--modal-close-background-hover: #ececf0;
	--modal-close-background-active: #dfdfe4;
	--modal-close-color: rgba(0, 0, 0, 0.56);
	--modal-close-color-hover: rgba(0, 0, 0, 0.72);
	--modal-close-border-radius: 50%;
	--modal-close-button-position: sticky;
	--modal-close-icon-size: 36px;
	--modal-close-icon-svg-size: 20px;
	background: var(--modal-scrim-background, var(--modal-overlay-background));
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	overflow: auto;
}

@media only screen and (max-width: 480px) {
	.modal {
		--modal-overlay-padding-inline: 6.25%;
	}
}

.modal .modal-overlay-container {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 100%;
}

.modal .modal-overlay {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.modal .modal-overlay:focus-visible {
	outline: 2px solid var(--sk-focus-color, #0071e3);
	outline-offset: 0;
}

.modal .modal-overlay[data-focus-method="mouse"] {
	outline: none;
}

.modal .modal-content-container {
	order: 2;
	box-sizing: border-box;
	padding-inline-start: var(--modal-overlay-padding-inline);
	padding-inline-end: var(--modal-overlay-padding-inline);
	padding-top: var(--modal-overlay-padding-top);
	padding-bottom: var(--modal-overlay-padding-bottom);
	margin-top: calc(-44px + var(--modal-close-button-offset-top) * -1);
}

.modal-open {
	display: block;
	z-index: 11000;
}

.modal-touch-lock {
	touch-action: none;
}

.has-modal {
	overflow: hidden;
}

.has-modal body {
	padding-inline-end: var(--modal-scrollbar-buffer);
}

.modal-full-bleed {
	--modal-scrim-background: var(--modal-overlay-background);
	--modal-overlay-padding-top: 96px;
	--modal-overlay-padding-bottom: 96px;
	--modal-close-button-offset-top: max(16px, env(safe-area-inset-top));
}

html:not([dir="rtl"]) .modal-full-bleed {
	--modal-close-button-offset-inline-start: max(
		16px,
		env(safe-area-inset-left)
	);
}

html[dir="rtl"] .modal-full-bleed {
	--modal-close-button-offset-inline-start: max(
		16px,
		env(safe-area-inset-right)
	);
}

@media only screen and (max-width: 1068px) {
	.modal-full-bleed {
		--modal-overlay-padding-top: 76px;
		--modal-overlay-padding-bottom: 76px;
	}
}

.modal-full-bleed .modal-overlay-container {
	flex-direction: column;
}

.modal-full-bleed .modal-overlay {
	flex-grow: 1;
	width: 100%;
}

.modal-full-bleed .modal-overlay:focus {
	outline-offset: -4px;
}

.modal-full-bleed .modal-content-container {
	flex-grow: 1;
}

.modal-page-overlay {
	--modal-scrim-background: rgba(0, 0, 0, 0.48);
	--modal-overlay-margin-top: 40px;
	--modal-overlay-margin-bottom: var(--modal-overlay-margin-top);
	--modal-overlay-border-radius-top: 18px;
	--modal-overlay-border-radius-bottom: var(
		--modal-overlay-border-radius-top
	);
	--modal-overlay-width: 816.6666666667px;
}

@media only screen and (max-width: 1068px) {
	.modal-page-overlay {
		--modal-overlay-width: 692px;
	}
}

@media only screen and (max-width: 734px) {
	.modal-page-overlay {
		--modal-overlay-width: max(87.5%, 480px);
		--modal-overlay-padding-bottom: 60px;
	}
}

@media only screen and (max-width: 480px) {
	.modal-page-overlay {
		--modal-overlay-border-radius-bottom: 0;
		--modal-overlay-width: 100%;
		--modal-close-button-offset-top: max(16px, env(safe-area-inset-top));
	}

	html:not([dir="rtl"]) .modal-page-overlay {
		--modal-close-button-offset-inline-start: max(
			16px,
			env(safe-area-inset-left)
		);
	}

	html[dir="rtl"] .modal-page-overlay {
		--modal-close-button-offset-inline-start: max(
			16px,
			env(safe-area-inset-right)
		);
	}
}

@media only screen and (max-width: 480px) {
	.modal-page-overlay .modal-overlay-container {
		flex-direction: column;
	}
}

.modal-page-overlay .modal-overlay {
	margin-inline-start: auto;
	margin-inline-end: auto;
	box-sizing: border-box;
	border-radius: var(--modal-overlay-border-radius-top)
		var(--modal-overlay-border-radius-top)
		var(--modal-overlay-border-radius-bottom)
		var(--modal-overlay-border-radius-bottom);
	width: var(--modal-overlay-width);
	margin-top: var(--modal-overlay-margin-top);
	margin-bottom: var(--modal-overlay-margin-bottom);
}

@media only screen and (max-width: 480px) {
	.modal-page-overlay .modal-overlay {
		--modal-overlay-margin-top: 20px;
		--modal-overlay-margin-bottom: 0;
		flex-grow: 1;
	}

	.modal-page-overlay .modal-overlay .modal-content-container {
		flex-grow: 1;
	}
}

.modal-page-overlay .modal-overlay .modal-content-container {
	border-radius: inherit;
	mask-image: radial-gradient(white, black);
}

@media only screen and (min-width: 1069px) {
	.modal-wide {
		--modal-overlay-width: 1029px;
	}
}

.modal-crossfade {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition:
		opacity 0.4s ease,
		visibility 0s linear 0.4s,
		z-index 0s linear 0.4s;
}

@media (prefers-reduced-motion) {
	.modal-crossfade {
		transition: none;
	}
}

.modal-crossfade.modal-open {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.modal-fixed-height {
	overflow: initial;
	--modal-close-button-position: static;
}

.modal-curtain-light {
	--modal-scrim-background: rgba(232, 232, 237, 0.48);
}

.modal-curtain-blur {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.modal-close-button-static {
	--modal-close-button-position: static;
}

.accordion {
	--accordion-button-padding-top: 1em;
	--accordion-button-padding-bottom: 1em;
	--accordion-border-color: rgb(210, 210, 215);
	--accordion-border-width: 1px;
	--accordion-content-padding-top: 0;
	--accordion-content-padding-bottom: 1em;
	--accordion-content-paragraph-max-width: 83.3333333333%;
	--accordion-content-paragraph-padding-top: 0;
	--accordion-content-paragraph-padding-bottom: 0.8em;
	--accordion-icon-color: rgb(134, 134, 139);
	--accordion-icon-color-hover: rgb(110, 110, 115);
	--accordion-icon-width: 1em;
	--accordion-icon-height: auto;
	--accordion-icon-stroke-width: 2.25;
	--accordion-icon-svg-width: 1em;
	--accordion-title-max-width: 83.3333333333%;
	--accordion-transition-duration: 400ms;
	margin: 0;
	list-style: none;
}

.accordion-item {
	font-size: 24px;
	line-height: 1.1666666667;
	font-weight: 600;
	letter-spacing: 0.009em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	border-color: var(--accordion-border-color);
	border-top: var(--accordion-border-width) solid
		var(--accordion-border-color);
}

.accordion-item: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;
}

.accordion-item:lang(ko) {
	line-height: 1.2916666667;
	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;
}

.accordion-item:lang(th) {
	line-height: 1.375;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-item:lang(zh) {
	line-height: 1.2916666667;
}

.accordion-item: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;
}

.accordion-item:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-item:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-item: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;
}

.accordion-item:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.accordion-item {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.accordion-item:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.accordion-item:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-item:lang(zh) {
		line-height: 1.3334033333;
	}

	.accordion-item: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;
	}

	.accordion-item:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-item:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-item: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;
	}

	.accordion-item:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.accordion-item {
		font-size: 19px;
		line-height: 1.2105263158;
		font-weight: 600;
		letter-spacing: 0.012em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.accordion-item:lang(ko) {
		line-height: 1.3157894737;
		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;
	}

	.accordion-item:lang(th) {
		line-height: 1.3684410526;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-item:lang(zh) {
		line-height: 1.3684410526;
	}

	.accordion-item: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;
	}

	.accordion-item:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-item:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-item: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;
	}

	.accordion-item:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.accordion-item:first-child {
	--accordion-border-width: 0;
}

.accordion-title {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.accordion-title .accordion-title-text {
	max-width: var(--accordion-title-max-width);
}

.accordion-button {
	letter-spacing: inherit;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
	position: relative;
	padding-top: var(--accordion-button-padding-top);
	padding-bottom: var(--accordion-button-padding-bottom);
}

.accordion-button:focus-visible {
	outline: none;
}

.accordion-button:focus-visible:after {
	outline: 2px solid var(--sk-focus-color, #0071e3);
	outline-offset: var(--sk-focus-offset, 1px);
}

.accordion-button:after {
	content: "";
	display: block;
	width: 100%;
	top: 0.6em;
	height: calc(100% - 1.2em);
	position: absolute;
}

.accordion-icon {
	margin: 0;
	transition: color 100ms linear;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--accordion-icon-color);
	width: var(--accordion-icon-width);
	height: var(--accordion-icon-height);
	stroke-width: var(--accordion-icon-stroke-width);
}

.accordion-icon .accordion-icon-svg {
	overflow: visible;
}

.accordion-button:hover .accordion-icon {
	color: var(--accordion-icon-color-hover);
}

.accordion-icon .accordion-icon-svg {
	width: var(--accordion-icon-svg-width);
}

.accordion-tray {
	margin: 0;
	transition: height ease-in-out;
	transition-duration: var(--accordion-transition-duration);
}

html.js .accordion-item.collapsed > .accordion-tray {
	height: 0;
}

.accordion-item.expanded > .accordion-tray {
	overflow: visible;
}

.accordion-item.animating > .accordion-tray,
.accordion-item.collapsed > .accordion-tray,
.accordion-tray {
	overflow: hidden;
}

@media (prefers-reduced-motion) {
	.accordion-tray {
		transition: none;
	}
}

.accordion-content {
	padding-top: var(--accordion-content-padding-top);
	padding-bottom: var(--accordion-content-padding-bottom);
}

.accordion-content .accordion-content-paragraph {
	font-size: 17px;
	line-height: 1.4705882353;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	max-width: var(--accordion-content-paragraph-max-width);
	padding-top: var(--accordion-content-paragraph-padding-top);
	padding-bottom: var(--accordion-content-paragraph-padding-bottom);
}

.accordion-content .accordion-content-paragraph:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-content .accordion-content-paragraph:lang(ja) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-content .accordion-content-paragraph:lang(ko) {
	line-height: 1.5882352941;
	letter-spacing: 0em;
	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;
}

.accordion-content .accordion-content-paragraph:lang(zh) {
	letter-spacing: 0em;
}

.accordion-content .accordion-content-paragraph:lang(th) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-content .accordion-content-paragraph:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-content .accordion-content-paragraph:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-content .accordion-content-paragraph: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;
}

.accordion-content .accordion-content-paragraph:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-elevated .accordion-item {
	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;
}

.accordion-elevated .accordion-item: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;
}

.accordion-elevated .accordion-item: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;
}

.accordion-elevated .accordion-item:lang(th) {
	line-height: 1.375;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-elevated .accordion-item:lang(zh) {
	line-height: 1.21875;
}

.accordion-elevated .accordion-item: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;
}

.accordion-elevated .accordion-item:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-elevated .accordion-item:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-elevated .accordion-item: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;
}

.accordion-elevated .accordion-item:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.accordion-elevated .accordion-item {
		font-size: 28px;
		line-height: 1.1428571429;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.accordion-elevated .accordion-item: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;
	}

	.accordion-elevated .accordion-item:lang(th) {
		line-height: 1.3928571429;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-elevated .accordion-item:lang(zh) {
		line-height: 1.25;
	}

	.accordion-elevated .accordion-item: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;
	}

	.accordion-elevated .accordion-item:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-elevated .accordion-item:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-elevated .accordion-item: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;
	}

	.accordion-elevated .accordion-item:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.accordion-elevated .accordion-item {
		font-size: 24px;
		line-height: 1.1666666667;
		font-weight: 600;
		letter-spacing: 0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-elevated .accordion-item: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;
	}

	.accordion-elevated .accordion-item:lang(ko) {
		line-height: 1.2916666667;
		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;
	}

	.accordion-elevated .accordion-item:lang(th) {
		line-height: 1.375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-elevated .accordion-item:lang(zh) {
		line-height: 1.2916666667;
	}

	.accordion-elevated .accordion-item: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;
	}

	.accordion-elevated .accordion-item:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-elevated .accordion-item:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-elevated .accordion-item: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;
	}

	.accordion-elevated .accordion-item:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.accordion-reduced .accordion-item {
	font-size: 17px;
	line-height: 1.2353641176;
	font-weight: 600;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-item:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.accordion-reduced .accordion-item:lang(ko) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	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;
}

.accordion-reduced .accordion-item:lang(zh) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
}

.accordion-reduced .accordion-item:lang(th) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-item:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-item:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-item: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;
}

.accordion-reduced .accordion-item:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.accordion-reduced .accordion-item {
		font-size: 17px;
		line-height: 1.2353641176;
		font-weight: 600;
		letter-spacing: -0.022em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.accordion-reduced .accordion-item:lang(ko) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		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;
	}

	.accordion-reduced .accordion-item:lang(zh) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
	}

	.accordion-reduced .accordion-item:lang(th) {
		line-height: 1.3529611765;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item: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;
	}

	.accordion-reduced .accordion-item:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.accordion-reduced .accordion-item {
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 600;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(ja) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(ko) {
		line-height: 1.4285914286;
		letter-spacing: 0em;
		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;
	}

	.accordion-reduced .accordion-item:lang(zh) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
	}

	.accordion-reduced .accordion-item:lang(th) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion-reduced .accordion-item: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;
	}

	.accordion-reduced .accordion-item:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.accordion-reduced .accordion-content .accordion-content-paragraph {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(ja) {
	line-height: 1.4;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(ko) {
	line-height: 1.5714285714;
	letter-spacing: 0em;
	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;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(zh) {
	line-height: 1.5;
	letter-spacing: 0em;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(th) {
	line-height: 1.3571828571;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-reduced .accordion-content .accordion-content-paragraph: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;
}

.accordion-reduced .accordion-content .accordion-content-paragraph:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-numbered {
	--accordion-number-side-padding: 0.4em;
	--accordion-number-icon-display: inline-block;
}

.accordion-numbered .accordion-title-text {
	display: flex;
	align-items: baseline;
}

.accordion-numbered .accordion-title-text::after,
.accordion-numbered .accordion-title-text::before {
	font-family: SF Pro Icons;
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
	text-decoration: none;
}

.accordion-numbered .accordion-title-text::before {
	display: none;
}

.accordion-numbered .accordion-title-text::after,
.accordion-numbered .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-title-text::before {
	padding-inline-end: var(--accordion-number-side-padding);
	display: inline-block;
	top: 0;
}

.accordion-numbered .accordion-title-text::after {
	display: none;
}

.accordion-numbered .accordion-title-text::before {
	display: var(--accordion-number-icon-display);
}

.accordion-numbered .accordion-item:nth-child(2) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(2) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(3) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(3) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(4) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(4) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(5) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(5) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(6) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(6) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(7) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(7) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(8) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(8) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(9) .accordion-title-text::after,
.accordion-numbered .accordion-item:nth-child(9) .accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(10) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(10)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(11) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(11)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(12) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(12)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(13) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(13)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(14) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(14)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(15) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(15)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(16) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(16)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(17) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(17)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(18) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(18)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(19) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(19)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered .accordion-item:nth-child(20) .accordion-title-text::after,
.accordion-numbered
	.accordion-item:nth-child(20)
	.accordion-title-text::before {
	content: "";
}

.accordion-numbered
	.accordion-nested:not(.accordion-numbered)
	.accordion-title-text {
	--accordion-number-icon-display: none;
}

.accordion-inset {
	--accordion-number-icon-width: 1.1875em;
	--accordion-number-side-padding: 0.4em;
}

.accordion-inset .accordion-content {
	padding-inline-start: calc(
		var(--accordion-number-icon-width) +
			var(--accordion-number-side-padding)
	);
}

.accordion-inset .accordion-nested:not(.accordion-inset) .accordion-content {
	--accordion-number-icon-width: 0;
	--accordion-number-side-padding: 0;
}

.accordion-nested .accordion-icon {
	--accordion-icon-stroke-width: 2.75;
	--accordion-icon-width: 24px;
}

@media only screen and (max-width: 1068px) {
	.accordion-nested .accordion-icon {
		--accordion-icon-width: 21px;
	}
}

@media only screen and (max-width: 734px) {
	.accordion-nested .accordion-icon {
		--accordion-icon-width: 19px;
	}
}

.accordion-elevated .accordion-nested .accordion-icon {
	--accordion-icon-stroke-width: 2.75;
	--accordion-icon-width: 32px;
}

@media only screen and (max-width: 1068px) {
	.accordion-elevated .accordion-nested .accordion-icon {
		--accordion-icon-width: 28px;
	}
}

@media only screen and (max-width: 734px) {
	.accordion-elevated .accordion-nested .accordion-icon {
		--accordion-icon-width: 24px;
	}
}

.accordion-reduced .accordion-nested .accordion-icon {
	--accordion-icon-stroke-width: 2.25;
	--accordion-icon-width: 17px;
}

@media only screen and (max-width: 1068px) {
	.accordion-reduced .accordion-nested .accordion-icon {
		--accordion-icon-width: 17px;
	}
}

@media only screen and (max-width: 734px) {
	.accordion-reduced .accordion-nested .accordion-icon {
		--accordion-icon-width: 14px;
	}
}

.accordion-toggle-all {
	display: flex;
	justify-content: flex-end;
}

.accordion-toggle-all .accordion-toggle-all-button {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	margin-bottom: 12px;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(ja) {
	line-height: 1.4;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(ko) {
	line-height: 1.5714285714;
	letter-spacing: 0em;
	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;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(zh) {
	line-height: 1.5;
	letter-spacing: 0em;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(th) {
	line-height: 1.3571828571;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-toggle-all .accordion-toggle-all-button: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;
}

.accordion-toggle-all .accordion-toggle-all-button:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion-toggle-all .accordion-toggle-all-collapse.hidden,
.accordion-toggle-all .accordion-toggle-all-expand.hidden {
	display: none;
}

.accordion-dark,
.theme-dark .accordion,
.theme-light .accordion-dark {
	--accordion-border-color: rgb(66, 66, 69);
	--accordion-icon-color: rgb(110, 110, 115);
	--accordion-icon-color-hover: rgb(134, 134, 139);
}

.accordion-light,
.theme-dark .accordion-light,
.theme-light .accordion {
	--accordion-border-color: rgb(210, 210, 215);
	--accordion-icon-color: rgb(134, 134, 139);
	--accordion-icon-color-hover: rgb(110, 110, 115);
}

:root {
	--global-card-corner-radius: 28px;
	--global-card-padding: 32px;
	--global-section-padding: 150px;
	--global-section-background-color: rgb(255, 255, 255);
	--global-section-background-color-dark: rgb(0, 0, 0);
	--global-section-background-color-alt: rgb(245, 245, 247);
	--global-section-background-color-alt-dark: #101010;
	--global-scrim-background-color: rgb(250, 250, 252);
	--global-scrim-background-color-dark: rgb(22, 22, 23);
	--global-scrim-background-color-alt: rgb(255, 255, 255);
	--global-scrim-background-color-alt-dark: rgb(0, 0, 0);
	--global-spacing-img-to-headline: 100px;
	--global-staggered-delay: 0.15;
	--global-staggered-opacity-duration: 0.9;
	--global-staggered-translate-y: 30px;
	--global-staggered-translate-y-duration: 0.7;
	--global-viewport-content-responsive: 73vw;
	--global-animation-easing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	--global-select-column-space: 20px;
}

@media only screen and (max-width: 1068px) {
	:root {
		--global-card-padding: 28px;
		--global-section-padding: 120px;
		--global-viewport-content-responsive: 87.5vw;
	}
}

@media only screen and (max-width: 734px) {
	:root {
		--global-card-padding: 24px;
		--global-section-padding: 90px;
	}
}

.section.no-pad-top {
	padding-top: 0;
}

.section.no-pad,
.section.no-pad-bottom {
	padding-bottom: 0;
}

.section.no-pad {
	padding-top: 0;
}

.section.background-alt {
	background-color: var(--global-section-background-color-alt);
}

.section.background-alt.theme-dark,
.theme-dark .section.background-alt {
	background-color: var(--global-section-background-color-alt-dark);
}

.section-content-responsive {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 73vw;
	max-width: 1400px;
}

@media only screen and (max-width: 1068px) {
	.section-content-responsive {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 87.5vw;
		max-width: 1680px;
	}
}

@media only screen and (max-width: 374px) {
	.section-how-to-get-started .section-content-responsive {
		width: 100%;
	}
}

.section-header {
	display: flex;
	justify-content: space-between;
	grid-gap: 28px;
	gap: 28px;
	padding-bottom: 85px;
	margin-top: -10px;
}

@media only screen and (min-width: 735px) {
	.section-header {
		align-items: flex-end;
	}
}

@media only screen and (max-width: 1068px) {
	.section-header {
		grid-gap: 24px;
		gap: 24px;
		padding-bottom: 64px;
	}
}

@media only screen and (max-width: 734px) {
	.section-header {
		flex-direction: column;
		padding-bottom: 48px;
		align-content: flex-start;
		grid-gap: 17px;
		gap: 17px;
		margin-top: -6px;
	}
}

.section-header .section-header-cta-container {
	position: relative;
	top: -4px;
}

@media only screen and (max-width: 1068px) {
	.section-header .section-header-cta-container {
		top: -2px;
	}
}

@media only screen and (max-width: 734px) {
	.section-header .section-header-cta-container {
		top: 0;
	}
}

@media only screen and (min-width: 735px) {
	.section-header .section-header-headline {
		max-width: 92%;
	}
}

.section-header .visuallyhidden + .section-header-headline {
	margin-top: 0;
}

.section-header-cta-list-wrapper {
	display: inline-block;
	flex-shrink: 0;
}

.section-header-cta-list {
	margin-inline-start: 0;
	display: flex;
	grid-gap: 28px;
	gap: 28px;
}

@media only screen and (max-width: 1068px) {
	.section-header-cta-list {
		grid-gap: 24px;
		gap: 24px;
	}
}

@media only screen and (max-width: 734px) {
	.section-header-cta-list {
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
}

.section-header-cta-item {
	list-style-type: none;
	display: inline;
}

.modal-topic-label + .modal-headline {
	margin-top: 12px;
}

@media only screen and (max-width: 734px) {
	.modal-topic-label + .modal-headline {
		margin-top: 8px;
	}
}

html.text-zoom .card {
	-webkit-nbsp-mode: space;
	word-break: break-word;
}

.card .card-modifier {
	background: #f5f5f7;
	border-radius: var(--global-card-corner-radius);
	box-sizing: border-box;
	clip-path: inset(1px 1px 1px 1px round var(--global-card-corner-radius));
	height: 100%;
	min-height: 560px;
	overflow: hidden;
	position: relative;
	will-change: transform;
}

@media only screen and (min-width: 1441px) {
	.card .card-modifier {
		min-height: 620px;
	}
}

@media only screen and (max-width: 734px) {
	.card .card-modifier {
		min-width: 260px;
	}
}

.card .card-modifier.card-padding {
	padding: var(--global-card-padding);
}

@media only screen and (max-width: 734px) {
	.card .card-modifier.full-bleed-small {
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 734px) {
	.card .card-modifier.full-bleed-small .card-viewport-content {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 980px;
	}
}

@media only screen and (max-width: 734px) and (min-width: 1441px) {
	.card .card-modifier.full-bleed-small .card-viewport-content {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 980px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
	.card .card-modifier.full-bleed-small .card-viewport-content {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 692px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.card .card-modifier.full-bleed-small .card-viewport-content {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 87.5%;
	}
}

.card .card-modifier.theme-dark,
.theme-dark .card .card-modifier {
	background: #242426;
}

.card .card-modifier.theme-dark p,
.theme-dark .card .card-modifier p {
	color: #f5f5f7;
}

.background-alt .card .card-modifier {
	background: #fff;
}

.background-alt .card .card-modifier.theme-dark,
.theme-dark .background-alt .card .card-modifier {
	background: #000;
}

.background-alt .card .card-modifier.theme-dark p,
.theme-dark .background-alt .card .card-modifier p {
	color: #f5f5f7;
}

.card .card-modifier.theme-light {
	background: #f5f5f7;
}

.background-alt .card .card-modifier.theme-light {
	background: #fff;
}

.card .card-modifier.theme-light .feature-card-copy p {
	color: #1d1d1f;
}

.card .card-modifier.fixed-width {
	width: 372px;
}

@media only screen and (max-width: 1068px) {
	.card .card-modifier.fixed-width {
		width: 332px;
	}
}

@media only screen and (max-width: 734px) {
	.card .card-modifier.fixed-width {
		width: 280px;
	}
}

.card .card-modifier.has-trigger-button {
	padding-inline-end: 77px;
	padding-bottom: 57px;
}

@media only screen and (max-width: 1068px) {
	.card .card-modifier.has-trigger-button {
		padding-inline-end: 73px;
	}
}

.gallery .card-set {
	display: grid;
	grid-template-rows: repeat(1, auto);
	grid-template-columns: max-content;
	grid-auto-flow: column;
	grid-column-gap: var(--gallery-column-gap);
	column-gap: var(--gallery-column-gap);
	grid-row-gap: 0px;
	row-gap: 0px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
	list-style: none;
}

.gallery .card-set .card,
.gallery .card-set .card-container {
	height: 100%;
}

.grid-item .essential-card .card-modifier {
	--gallery-side-padding: calc(
		50vw - min(1400px, var(--global-viewport-content-responsive)) / 2
	);
	width: calc(
		50vw - var(--gallery-column-gap) * 0.5 - var(--gallery-side-padding)
	);
}

@media only screen and (max-width: 734px) {
	.essential-card .card-modifier {
		width: 260px;
		min-height: 480px;
	}
}

.card-viewport-content {
	height: 100%;
}

.essential-card-content {
	padding-top: 24px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

@media only screen and (max-width: 1068px) {
	.essential-card-content {
		padding-top: var(--global-card-padding);
	}
}

@media only screen and (max-width: 734px) {
	.essential-card-content {
		padding-top: var(--global-card-padding);
	}
}

.essential-card-content.text-bottom {
	padding-bottom: 24px;
	padding-top: 0;
	flex-direction: column-reverse;
}

@media only screen and (max-width: 1068px) {
	.essential-card-content.text-bottom {
		padding-bottom: var(--global-card-padding);
	}
}

@media only screen and (max-width: 734px) {
	.essential-card-content.text-bottom {
		padding-bottom: var(--global-card-padding);
	}
}

.essential-card-content .essential-card-block-link {
	color: inherit;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 2;
}

.essential-card-content .essential-card-text-container {
	position: relative;
	z-index: 2;
	max-width: 400px;
}

@media only screen and (min-width: 1441px) {
	.essential-card-content .essential-card-text-container {
		max-width: 480px;
	}
}

@media only screen and (max-width: 1068px) {
	.essential-card-content .essential-card-text-container {
		max-width: 100%;
	}
}

.essential-card-content .essential-card-badge {
	font-size: 12px;
	line-height: 1.3333733333;
	font-weight: 600;
	letter-spacing: -0.01em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	margin-bottom: 8px;
	padding-bottom: 0;
	padding-top: 0;
	display: block;
}

.essential-card-content .essential-card-badge:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.essential-card-content .essential-card-badge:lang(ja) {
	line-height: 1.4166666667;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.essential-card-content .essential-card-badge:lang(ko) {
	line-height: 1.4166666667;
	letter-spacing: 0em;
	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;
}

.essential-card-content .essential-card-badge:lang(zh) {
	letter-spacing: 0em;
}

.essential-card-content .essential-card-badge:lang(th) {
	line-height: 1.3333733333;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.essential-card-content .essential-card-badge:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.essential-card-content .essential-card-badge:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.essential-card-content .essential-card-badge: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;
}

.essential-card-content .essential-card-badge:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.essential-card-content .essential-card-header {
	margin-bottom: 12px;
}

.essential-card-content .essential-card-copy {
	margin: 0 0 0.8em;
}

.essential-card-content .essential-card-image {
	position: relative;
	z-index: 1;
}

.essential-card-content .essential-card-image.image-top-left {
	left: calc(var(--global-card-padding) * -1);
	top: calc(var(--global-card-padding) * -1);
	align-self: start;
}

.essential-card-content .essential-card-image.image-top-center {
	top: calc(var(--global-card-padding) * -1);
}

.essential-card-content .essential-card-image.image-top-right {
	right: calc(var(--global-card-padding) * -1);
	top: calc(var(--global-card-padding) * -1);
	align-self: end;
}

.essential-card-content .essential-card-image.image-bottom-left {
	bottom: calc(var(--global-card-padding) * -1);
	left: calc(var(--global-card-padding) * -1);
	align-self: start;
}

.essential-card-content .essential-card-image.image-bottom-center {
	bottom: calc(var(--global-card-padding) * -1);
}

.essential-card-content .essential-card-image.image-bottom-right {
	bottom: calc(var(--global-card-padding) * -1);
	right: calc(var(--global-card-padding) * -1);
	align-self: end;
}

.essential-card-content .responsive-image {
	position: relative;
	display: flex;
}

.icon-card {
	transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
}

@media only screen and (min-width: 1441px) {
	html.no-touch .icon-card:hover {
		transform: scale(1.0148148148);
	}
}

html.no-touch .icon-card:hover {
	transform: scale(1.0161290323);
}

@media only screen and (max-width: 1068px) {
	html.no-touch .icon-card:hover {
		transform: scale(1.0174418605);
	}
}

@media only screen and (max-width: 734px) {
	html.no-touch .icon-card:hover {
		transform: scale(1.0230769231);
	}
}

.card.theme-dark .icon-card .icon-card-container .icon-card-image,
.theme-dark .icon-card .icon-card-container .icon-card-image {
	filter: invert(100%);
}

.icon-card .card-modifier {
	min-height: 217px;
}

@media only screen and (max-width: 1068px) {
	.icon-card .card-modifier {
		min-height: 213px;
	}
}

@media only screen and (max-width: 734px) {
	.icon-card .card-modifier {
		min-height: 199px;
	}
}

.icon-card-content .copy-container {
	z-index: 2;
	position: relative;
}

.icon-card-content .icon-container {
	padding-bottom: 9px;
}

@media only screen and (max-width: 734px) {
	.icon-card-modal .modal-content-container {
		--modal-overlay-padding-inline: 60px;
		--modal-overlay-padding-top: 60px;
		--modal-overlay-padding-bottom: 60px;
	}
}

@media only screen and (max-width: 480px) {
	.icon-card-modal .modal-content-container {
		--modal-overlay-padding-inline: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.icon-card-modal .modal-content-container .modal-content-wrapper {
		max-width: 420px;
		margin: 0 auto;
	}
}

.icon-card-modal-content {
	position: relative;
	height: 100%;
	display: none;
}

.family-modal .icon-card-modal-content,
.no-js .icon-card-modal-content {
	display: block;
}

.icon-card-modal-content .image-container {
	margin-top: 64px;
	display: grid;
	justify-content: center;
}

@media only screen and (max-width: 734px) {
	.icon-card-modal-content .image-container {
		margin-top: 40px;
	}
}

.icon-card-modal-content .image-container img {
	max-width: 100%;
}

.icon-card-modal-content .icon-card-modal-inline-headline {
	margin-top: 20px;
}

@media only screen and (max-width: 734px) {
	.icon-card-modal-content .icon-card-modal-inline-headline {
		margin-top: 16px;
	}
}

.icon-card-modal-content .modal-ctas-container {
	margin-top: 40px;
}

@media only screen and (max-width: 734px) {
	.icon-card-modal-content .modal-ctas-container {
		margin-top: 32px;
	}
}

.icon-card-modal-content .modal-items-body .icon-card-modal-inline-headline {
	margin-top: 40px;
}

@media only screen and (max-width: 734px) {
	.icon-card-modal-content
		.modal-items-body
		.icon-card-modal-inline-headline {
		margin-top: 32px;
	}
}

.icon-card-modal-content
	.modal-items-body
	.icon-card-modal-inline-headline
	+ .modal-body {
	margin-top: 0;
}

.icon-card-modal-content .modal-table-body {
	margin-top: 64px;
}

.icon-card-modal-content .modal-table-body .modal-table-copy-leading,
.icon-card-modal-content .modal-table-body .modal-table-label-leading {
	padding-right: 40px;
}

.icon-card-modal-content .modal-table-body .modal-table-copy-trailing,
.icon-card-modal-content .modal-table-body .modal-table-label-trailing {
	text-align: right;
	padding-left: 40px;
}

.icon-card-modal-content .modal-table-body thead th {
	padding-bottom: 4px;
}

.icon-card-modal-content .modal-table-body tbody tr {
	border-bottom: 1px solid #d2d2d7;
}

.icon-card-modal-content .modal-table-body tbody tr td {
	padding: 20px 0;
}

.icon-card-modal-content .modal-table-body tbody tr:last-child {
	border: 0;
}

.icon-card-modal-content .modal-table-body tbody tr:last-child td {
	padding-bottom: 0;
}

.feature-card {
	transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
}

@media only screen and (min-width: 1441px) {
	html.no-touch .feature-card:hover {
		transform: scale(1.0148148148);
	}
}

html.no-touch .feature-card:hover {
	transform: scale(1.0161290323);
}

@media only screen and (max-width: 1068px) {
	html.no-touch .feature-card:hover {
		transform: scale(1.0174418605);
	}
}

@media only screen and (max-width: 734px) {
	html.no-touch .feature-card:hover {
		transform: scale(1.0230769231);
	}
}

.feature-card .card-modifier {
	max-height: 580px;
	min-height: 580px;
}

html.text-zoom
	.feature-card
	.card-modifier
	.feature-card-copy
	.feature-card-headline,
html.text-zoom
	.feature-card
	.card-modifier
	.feature-card-copy
	.feature-card-label {
	background-color: rgba(255, 255, 255, 0.92);
}

html.text-zoom
	.feature-card
	.card-modifier.theme-dark
	.feature-card-copy
	.feature-card-headline,
html.text-zoom
	.feature-card
	.card-modifier.theme-dark
	.feature-card-copy
	.feature-card-label,
html.text-zoom
	.theme-dark
	.feature-card
	.card-modifier
	.feature-card-copy
	.feature-card-headline,
html.text-zoom
	.theme-dark
	.feature-card
	.card-modifier
	.feature-card-copy
	.feature-card-label {
	background-color: rgba(0, 0, 0, 0.88);
}

html.text-zoom
	.theme-dark
	.feature-card
	.card-modifier.theme-light
	.feature-card-copy
	.feature-card-headline,
html.text-zoom
	.theme-dark
	.feature-card
	.card-modifier.theme-light
	.feature-card-copy
	.feature-card-label {
	background-color: rgba(255, 255, 255, 0.92);
}

@media only screen and (min-width: 1441px) {
	.feature-card .card-modifier {
		max-height: 580px;
		min-height: 580px;
	}
}

@media only screen and (max-width: 1068px) {
	.feature-card .card-modifier {
		max-height: 512px;
		min-height: 512px;
	}
}

@media only screen and (max-width: 734px) {
	.feature-card .card-modifier {
		max-height: 435px;
		min-height: 435px;
	}
}

.feature-card .feature-card-copy {
	padding-bottom: 0px;
}

.feature-card-content .feature-card-image-container {
	position: absolute;
	margin: 0;
}

.feature-card-content .feature-card-image-container.image-top-left {
	left: 0;
	top: 0;
}

.feature-card-content .feature-card-image-container.image-top-center {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.feature-card-content .feature-card-image-container.image-top-right {
	right: 0;
	top: 0;
}

.feature-card-content .feature-card-image-container.image-bottom-left {
	bottom: 0;
	left: 0;
}

.feature-card-content .feature-card-image-container.image-bottom-center {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.feature-card-content .feature-card-image-container.image-bottom-right {
	bottom: 0;
	right: 0;
}

.feature-card-content .feature-card-image-container.image-center-center {
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.feature-card-content .feature-card-image-container .feature-card-image {
	position: relative;
	display: flex;
}

.feature-card-content .feature-card-copy {
	position: relative;
	z-index: 2;
}

.feature-card-content .feature-card-label + .feature-card-headline {
	margin-top: 8px;
}

.feature-card-modal.modal-page-overlay.theme-light
	.feature-card-modal-copy-highlight {
	color: #1d1d1f;
}

.feature-card-modal.modal-page-overlay.theme-light .feature-card-modal-copy {
	color: #6e6e73;
}

.feature-card-modal.modal-page-overlay.theme-light .modal-content-container,
.feature-card-modal.modal-page-overlay.theme-light .modal-content-wrapper {
	background-color: #fff;
}

.feature-card-modal.modal-page-overlay.theme-light
	.modal-content-container
	.card-modifier,
.feature-card-modal.modal-page-overlay.theme-light
	.modal-content-wrapper
	.card-modifier,
.feature-card-modal.modal-page-overlay.theme-light.theme-alt
	.modal-content-container,
.feature-card-modal.modal-page-overlay.theme-light.theme-alt
	.modal-content-wrapper {
	background-color: #f5f5f7;
}

.feature-card-modal.modal-page-overlay.theme-light.theme-alt
	.modal-content-container
	.card-modifier,
.feature-card-modal.modal-page-overlay.theme-light.theme-alt
	.modal-content-wrapper
	.card-modifier {
	background-color: #fff;
}

.feature-card-modal.modal-page-overlay.theme-dark .modal-content-container,
.feature-card-modal.modal-page-overlay.theme-dark .modal-content-wrapper {
	background-color: #000;
}

.feature-card-modal.modal-page-overlay.theme-dark
	.modal-content-container
	.card-modifier,
.feature-card-modal.modal-page-overlay.theme-dark
	.modal-content-wrapper
	.card-modifier,
.feature-card-modal.modal-page-overlay.theme-dark.theme-alt
	.modal-content-container,
.feature-card-modal.modal-page-overlay.theme-dark.theme-alt
	.modal-content-wrapper {
	background-color: #1d1d1f;
}

.feature-card-modal.modal-page-overlay.theme-dark.theme-alt
	.modal-content-container
	.card-modifier,
.feature-card-modal.modal-page-overlay.theme-dark.theme-alt
	.modal-content-wrapper
	.card-modifier {
	background-color: #000;
}

.feature-card-modal.modal-page-overlay .modal-overlay-container {
	justify-content: center;
}

.feature-card-modal.modal-page-overlay .modal-overlay {
	width: 652px;
}

@media only screen and (max-width: 1068px) {
	.feature-card-modal.modal-page-overlay .modal-overlay {
		max-width: 934px;
		width: 89.3%;
	}
}

@media only screen and (max-width: 734px) {
	.feature-card-modal.modal-page-overlay .modal-overlay {
		max-width: 642px;
		width: 90.35%;
	}
}

@media only screen and (max-width: 480px) {
	.feature-card-modal.modal-page-overlay .modal-overlay {
		width: 100%;
	}
}

.feature-card-modal.modal-page-overlay .modal-overlay .modal-content-container {
	mask-image: none;
	min-height: 470px;
}

@media only screen and (max-width: 734px) {
	.feature-card-modal.modal-page-overlay
		.modal-overlay
		.modal-content-container {
		--modal-overlay-padding-inline: 0px;
	}
}

@media only screen and (max-width: 734px) {
	.feature-card-modal.modal-page-overlay .modal-content-wrapper {
		max-width: 562px;
		margin: 0 auto;
		padding-inline-start: 26px;
		padding-inline-end: 26px;
	}
}

@media only screen and (max-width: 480px) {
	.feature-card-modal.modal-page-overlay .modal-content-wrapper {
		max-width: 420px;
		padding-inline-start: 20px;
		padding-inline-end: 20px;
	}
}

.feature-card-modal-content {
	display: none;
}

.family-modal .feature-card-modal-content,
.no-js .feature-card-modal-content {
	display: block;
}

.feature-card-modal-tile {
	--tile-card-vertical-space: 64px;
	margin-top: var(--tile-card-vertical-space);
}

@media only screen and (max-width: 734px) {
	.feature-card-modal-tile {
		margin-top: 48px;
	}
}

.feature-card-modal-tile + .feature-card-modal-tile {
	margin-top: 20px;
}

.feature-card-modal-tile.bleed-bottom .card .card-modifier {
	padding: var(--tile-card-vertical-space) 0 0;
}

.feature-card-modal-tile .card .card-modifier {
	min-height: auto;
	padding: var(--tile-card-vertical-space) 0;
}

.feature-card-modal-tile .card .image-container {
	margin-top: 32px;
	position: relative;
}

@media only screen and (max-width: 1068px) {
	.feature-card-modal-tile .card .image-container {
		margin-top: 32px;
	}
}

.feature-card-modal-tile .card .image-container .responsive-image {
	position: relative;
	display: flex;
}

.feature-card-modal-tile .card .image-container .responsive-image img {
	width: 100%;
	height: auto;
}

.feature-card-modal-tile
	.card
	.image-container
	.feature-card-modal-absolute-caption {
	color: #6e6e73;
}

.feature-card-modal-tile .card .feature-card-modal-image-caption {
	color: #6e6e73;
	position: relative;
	margin-top: 26px;
}

.feature-card-modal-tile .feature-card-modal-content {
	padding-inline-start: 111px;
	padding-inline-end: 111px;
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.feature-card-modal-tile .feature-card-modal-content {
		max-width: 560px;
		padding-inline-start: 40px;
		padding-inline-end: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.feature-card-modal-tile .feature-card-modal-content {
		max-width: 400px;
		padding-inline-start: 24px;
		padding-inline-end: 24px;
	}
}

.feature-card-modal-tile .feature-card-modal-copyblock .feature-card-modal-copy,
.feature-card-modal-tile
	.feature-card-modal-copyblock
	.feature-card-modal-copy-highlight,
.feature-card-modal-tile
	.feature-card-modal-copyblock
	.feature-card-modal-copy
	p:first-child {
	display: inline;
}

.feature-card-modal-tile
	.feature-card-modal-copyblock
	.feature-card-modal-copy {
	color: #6e6e73;
}

.feature-card-modal-tile .feature-card-modal-copyblock .feature-card-modal-cta {
	margin-top: 15px;
}

@media only screen and (max-width: 734px) {
	.feature-card-modal-tile
		.feature-card-modal-copyblock
		.feature-card-modal-cta {
		margin-top: 12px;
	}
}

@media only screen and (min-width: 1069px) {
	.feature-card-modal-tile.tile-horizontal-layout .card .card-modifier {
		padding: 0;
	}

	.feature-card-modal-tile.tile-horizontal-layout .card-viewport-content {
		display: flex;
		align-items: center;
		min-height: 720px;
	}

	.feature-card-modal-tile.tile-horizontal-layout
		.card-viewport-content
		.feature-card-modal-copyblock {
		width: 336px;
		flex-shrink: 0;
		padding-top: var(--tile-card-vertical-space);
		padding-bottom: var(--tile-card-vertical-space);
	}

	.feature-card-modal-tile.tile-horizontal-layout
		.card-viewport-content
		.feature-card-modal-content {
		padding-inline-start: 56px;
		padding-inline-end: 0;
		margin: 0;
	}

	.feature-card-modal-tile.tile-horizontal-layout
		.card-viewport-content
		.image-container {
		position: relative;
		margin-top: 0;
		margin-inline-start: auto;
		margin-inline-end: 0;
	}

	.feature-card-modal-tile.tile-horizontal-layout
		.card-viewport-content
		.image-container.pin-middle-center {
		margin-inline-start: auto;
		margin-inline-end: auto;
	}

	.feature-card-modal-tile.tile-horizontal-layout
		.card-viewport-content
		.image-container
		img {
		width: auto;
	}

	.feature-card-modal-tile.tile-horizontal-layout.image-first
		.card-viewport-content {
		flex-direction: row-reverse;
	}

	.feature-card-modal-tile.tile-horizontal-layout.image-first
		.card-viewport-content
		.feature-card-modal-content {
		padding-inline-start: 0;
		padding-inline-end: 56px;
	}

	.feature-card-modal-tile.tile-horizontal-layout.image-first
		.card-viewport-content
		.image-container {
		margin-inline-start: 0;
		margin-inline-end: auto;
	}

	.feature-card-modal-tile.tile-horizontal-layout.image-first
		.card-viewport-content
		.image-container.pin-middle-center {
		margin-inline-start: auto;
		margin-inline-end: auto;
	}
}

.theme-light
	.feature-card-modal-tile
	.feature-card-modal-copyblock
	.feature-card-modal-copy {
	color: #6e6e73;
}

.theme-light .feature-card-modal-tile .card .card-modifier {
	background: #f5f5f7;
}

.theme-light .feature-card-modal-tile .card .feature-card-modal-image-caption,
.theme-light
	.feature-card-modal-tile
	.card
	.image-container
	.feature-card-modal-absolute-caption {
	color: #6e6e73;
}

.card-cta-modal-button {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: var(--global-card-corner-radius);
	z-index: 1;
	width: 100%;
	height: 100%;
}

.card-cta-modal-button .card-cta-modal-button-icon {
	--scrim-background-color: #86868b;
	--scrim-hover-background-color: #37373a;
	--scrim-active-background-color: #2f2f32;
	--icon-color: #d6d6d7;
	--icon-interaction-color: rgb(255, 255, 255);
	border-radius: 50%;
	display: flex;
	align-items: center;
	height: 36px;
	width: 36px;
	outline: none;
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	justify-content: center;
	cursor: pointer;
	transition:
		background-color 100ms linear,
		color 100ms linear;
	background-color: var(--scrim-background-color);
	color: var(--icon-color);
}

.card-cta-modal-button .card-cta-modal-button-icon:hover {
	background-color: var(--scrim-hover-background-color);
	color: var(--icon-interaction-color);
}

.card-cta-modal-button .card-cta-modal-button-icon:active {
	background-color: var(--scrim-active-background-color);
	color: var(--icon-interaction-color);
}

.card-cta-modal-button
	.card-cta-modal-button-icon
	.card-cta-modal-button-small-icon {
	fill: currentColor;
	pointer-events: none;
}

.card-cta-modal-button .card-modal-button-small-icon {
	width: 18px;
	height: 18px;
}

.card-cta-modal-button .card-cta-button-small-icon {
	width: 36px;
	height: 36px;
}

.modal {
	--caption-scale-ratio: 1;
}

.modal-page-overlay {
	--modal-close-timeout: 400ms;
	color: var(--sk-body-text-color);
	transition: opacity var(--modal-close-timeout) ease;
	opacity: 0;
}

@media only screen and (min-width: 1069px) {
	.modal-page-overlay {
		--modal-overlay-width: 816px;
	}
}

@media only screen and (max-width: 734px) {
	.modal-page-overlay {
		--modal-overlay-width: 87.5%;
	}
}

@media only screen and (max-width: 480px) {
	.modal-page-overlay {
		--modal-overlay-width: 100%;
	}
}

.modal-page-overlay:not(.modal-scrim-no-blur) {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.modal-page-overlay.visually-visiable {
	opacity: 1;
}

.modal-page-overlay .modal-close-button .modal-close-icon {
	pointer-events: none;
	--scrim-background-color: rgb(51, 51, 54);
	--scrim-hover-background-color: #37373a;
	--scrim-active-background-color: #2f2f32;
	--icon-color: rgba(255, 255, 255, 0.8);
	--icon-interaction-color: rgb(255, 255, 255);
	transition:
		background-color 100ms linear,
		color 100ms linear;
	background-color: var(--scrim-background-color);
	color: var(--icon-color);
	opacity: 0.92;
}

.modal-page-overlay .modal-close-button:hover .modal-close-icon {
	opacity: 1;
}

.modal-page-overlay .modal-close-button:active .modal-close-icon {
	opacity: 1;
}

.tabnav {
	--tabnav-link-color: rgb(110, 110, 115);
	--tabnav-link-color-hover: rgb(66, 66, 69);
	--tabnav-bottom-border: rgb(210, 210, 215);
	--tabnav-current-link-color: rgb(29, 29, 31);
	--tabnav-current-bottom-border: rgb(29, 29, 31);
	--chapternav-paddle-width: 34px;
	--chapternav-paddle-chevron-color: rgb(29, 29, 31);
	--chapternav-border-color: rgb(210, 210, 215);
	--chapternav-paddle-opacity: 0.8;
	--chapternav-paddle-hover-opacity: 1;
	--chapternav-paddle-hover-duration: 200ms;
	--chapternav-paddle-fade-duration: 150ms;
	--chapternav-paddle-horizontal-offset: -0.5px;
	--chapternav-border-width: 1px;
	--chapternav-safearea-offset: -10px;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 3.1764705882em;
	font-size: 17px;
	text-align: center;
	z-index: 1;
}

.tabnav.chapternav-dark,
.theme-dark .tabnav {
	--chapternav-border-color: rgb(66, 66, 69);
	--chapternav-paddle-chevron-color: rgb(245, 245, 247);
}

.tabnav-paddle {
	border: 0 solid var(--chapternav-border-color);
	border-radius: 0;
	color: var(--chapternav-paddle-chevron-color);
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	width: calc(var(--chapternav-paddle-width) - 1px);
	transition: opacity var(--chapternav-paddle-fade-duration) ease-out;
}

.tabnav-paddle-left-icon,
.tabnav-paddle-right-icon {
	opacity: var(--chapternav-paddle-opacity);
	transition: opacity var(--chapternav-paddle-hover-duration) linear;
	will-change: opacity;
}

.tabnav-paddle:disabled {
	opacity: 0;
}

.tabnav-paddle:hover .tabnav-paddle-left-icon,
.tabnav-paddle:hover .tabnav-paddle-right-icon {
	opacity: var(--chapternav-paddle-hover-opacity);
}

.tabnav-paddle:focus,
.tabnav-paddle:focus-visible {
	outline: none;
}

.tabnav-paddle:focus-visible .tabnav-paddle-left-icon,
.tabnav-paddle:focus-visible .tabnav-paddle-right-icon {
	outline: 2px solid var(--sk-focus-color, #0071e3);
	outline-offset: 3px;
	opacity: 1;
}

.tabnav-paddle:active {
	outline: none;
}

.tabnav-paddle:active .tabnav-paddle-left-icon,
.tabnav-paddle:active .tabnav-paddle-right-icon {
	outline: none;
	opacity: var(--chapternav-paddle-hover-opacity);
}

.tabnav-paddle-left {
	border-right-width: var(--chapternav-border-width);
	left: 0;
}

.tabnav-paddle-left-icon {
	margin-left: var(--chapternav-paddle-horizontal-offset);
}

@supports (left: max(calc(0px))) {
	.tabnav-paddle-left {
		left: max(
			env(safe-area-inset-left) + var(--chapternav-safearea-offset),
			0px
		);
	}
}

.tabnav-paddle-right {
	border-left-width: var(--chapternav-border-width);
	right: 0;
}

.tabnav-paddle-right-icon {
	margin-right: var(--chapternav-paddle-horizontal-offset);
}

@supports (right: max(calc(0px))) {
	.tabnav-paddle-right {
		right: max(
			env(safe-area-inset-right) + var(--chapternav-safearea-offset),
			0px
		);
	}
}

.tabnav-items {
	margin-inline: var(--chapternav-paddle-width);
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	padding: 0 0 3.1764705882em;
}

@supports (margin: calc(max(0px))) {
	html:not([dir="rtl"]) .tabnav-items {
		margin-inline: max(
			env(safe-area-inset-left) + var(--chapternav-paddle-width) +
				var(--chapternav-safearea-offset),
			var(--chapternav-paddle-width)
		);
	}

	html[dir="rtl"] .tabnav-items {
		margin-inline: max(
			env(safe-area-inset-right) + var(--chapternav-paddle-width) +
				var(--chapternav-safearea-offset),
			var(--chapternav-paddle-width)
		);
	}
}

.tabnav-item {
	display: inline-block;
	padding-left: 60px;
	border-bottom: 1px solid var(--tabnav-bottom-border);
	list-style: none;
	outline: none;
}

@media only screen and (max-width: 1068px) {
	.tabnav-item {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 734px) {
	.tabnav-item {
		padding-left: 30px;
	}
}

.tabnav-item:first-child {
	padding-left: 0;
}

.tabnav.with-icons {
	height: 7.5294117647em;
}

.tabnav.with-icons .tabnav-icon {
	margin: 0.3529411765em auto 1.6470588235em;
}

.tabnav-link {
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -0.021em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	padding: 9px 0 11px;
	margin-top: 2px;
	margin-bottom: 4px;
	color: var(--tabnav-link-color);
	text-align: left;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

.tabnav-link:lang(ar) {
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.tabnav-link:lang(ko) {
	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;
}

.tabnav-link:lang(th) {
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.tabnav-link:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.tabnav-link:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.tabnav-link: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;
}

.tabnav-link:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.with-paddles .tabnav-link {
	text-align: center;
}

.tabnav-link:focus {
	outline-offset: -1px;
}

.tabnav-link:after {
	position: absolute;
	bottom: -5px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	content: "";
}

html:not([dir="rtl"]) .tabnav-link:after {
	left: 0;
}

html[dir="rtl"] .tabnav-link:after {
	right: 0;
}

.tabnav .tabnav-link {
	color: var(--tabnav-link-color);
}

.tabnav .tabnav-link:hover {
	color: var(--tabnav-link-color-hover);
	text-decoration: none;
}

.tabnav .tabnav-link.current {
	pointer-events: none;
	color: var(--tabnav-current-link-color);
	text-decoration: none;
	cursor: default;
	z-index: 10;
}

.tabnav .tabnav-link.current:after {
	border-bottom-color: var(--tabnav-current-bottom-border);
}

.theme-dark .tabnav {
	--tabnav-link-color: rgb(134, 134, 139);
	--tabnav-link-color-hover: rgb(210, 210, 215);
	--tabnav-bottom-border: rgb(66, 66, 69);
	--tabnav-current-link-color: rgb(245, 245, 247);
	--tabnav-current-bottom-border: rgb(245, 245, 247);
}

.select-gallery-container {
	--gallery-side-padding: calc(
		50vw - min(1400px, var(--global-viewport-content-responsive)) / 2
	);
	margin-top: 0px;
	margin-bottom: 0px;
}

.select-gallery-container .tabnav {
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: var(--gallery-side-padding);
	margin-bottom: 80px;
	border-radius: 32px;
}

@media only screen and (max-width: 1068px) {
	.select-gallery-container .tabnav {
		margin-bottom: 115px;
	}
}

@media only screen and (max-width: 734px) {
	.select-gallery-container .tabnav {
		width: max-content;
		margin-bottom: 55px;
	}
}

.select-gallery-container .tabnav .tabnav-items {
	scrollbar-width: none;
}

.select-gallery-container .tabnav .tabnav-items::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 734px) {
	.select-gallery-container .tabnav .tabnav-items {
		max-width: 73vw;
	}
}

.select-gallery-container .tabnav .tabnav-paddle {
	border: none;
	width: 40px;
	box-sizing: border-box;
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::after,
.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::before {
	font-family: SF Pro Icons;
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
	text-decoration: none;
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::before {
	display: none;
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::after,
.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::before {
	content: "";
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::after {
	padding-inline-start: 0.3em;
	top: 0;
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after,
.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::before {
	font-family: SF Pro Icons;
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
	text-decoration: none;
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::before {
	display: none;
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after,
.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::before {
	content: "";
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after {
	padding-inline-start: 0.3em;
	top: 0;
}

.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left:after,
.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after {
	opacity: 0.64;
	font-weight: 400;
	font-size: 34px;
	padding-inline-start: 0;
}

.select-gallery-container .tabnav .tabnav-paddle:disabled {
	pointer-events: none;
}

.select-gallery-container .tabnav .tabnav-paddles {
	margin: 0;
}

.select-gallery-container .tabnav .tabnav-paddle-right {
	background: linear-gradient(
		270deg,
		var(--global-section-background-color) 70%,
		transparent
	);
}

.select-gallery-container .tabnav .tabnav-paddle-left {
	background: linear-gradient(
		90deg,
		var(--global-section-background-color) 70%,
		transparent
	);
}

.select-gallery-container .toggle-gallery-wrapper {
	display: flex;
	list-style: none;
	padding: 5px;
	width: 100%;
}

.select-gallery-container .toggle-gallery-wrapper.tabnav-items {
	margin: 0;
}

@media only screen and (max-width: 734px) {
	.select-gallery-container .toggle-gallery-wrapper {
		padding: 4px;
	}
}

.select-gallery-container .toggle-gallery-wrapper li + li {
	margin-left: 15px;
}

@media only screen and (max-width: 734px) {
	.select-gallery-container .toggle-gallery-wrapper li + li {
		margin-left: 0px;
	}
}

.select-gallery-container .toggle-gallery-wrapper li.tabnav-item {
	border: none;
	padding: 0;
}

.select-gallery-container .toggle-gallery-wrapper li .tabnav-button {
	cursor: pointer;
	border: none;
	padding: 10px 24px;
	border-radius: 32px;
	transform: translateZ(0);
	transition: transform 0.1s linear;
}

@media only screen and (max-width: 734px) {
	.select-gallery-container .toggle-gallery-wrapper li .tabnav-button {
		padding: 10px 18px;
	}
}

.select-gallery-container .toggle-gallery-wrapper li .tabnav-button.active {
	transform: translateZ(1px);
	background-color: #1d1d1f;
	color: #fff;
	pointer-events: none;
}

.select-gallery-container .galleries-container {
	position: relative;
	--select-gallery-height: auto;
	height: var(--select-gallery-height);
	transition: height calc(var(--global-staggered-opacity-duration) * 1s)
		var(--global-animation-easing-function);
}

.select-gallery-container .galleries-container .gallery {
	--sticky-item-bottom-offset: 36px;
	margin-top: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	visibility: hidden;
	z-index: 0;
	padding-bottom: 104px;
}

.select-gallery-container
	.galleries-container
	.gallery
	.item-container
	.product-tile:not(:first-child) {
	margin-inline-start: var(--global-select-column-space);
}

@media only screen and (max-width: 734px) {
	.select-gallery-container
		.galleries-container
		.gallery
		.item-container
		.product-tile:not(:first-child) {
		margin-inline-start: 0;
	}
}

.select-gallery-container .galleries-container .gallery.no-paddlenav {
	padding-bottom: 104px;
}

.select-gallery-container .galleries-container .gallery.active {
	position: relative;
	visibility: visible;
	z-index: 2;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.select-gallery-container
	.galleries-container
	.gallery.active.staggered-animation
	.item-container
	.grid-item[data-staggered-item] {
	animation: fadeIn calc(var(--global-staggered-opacity-duration) * 0.5s)
		var(--global-animation-easing-function) both;
	animation-delay: calc(var(--global-staggered-delay) * 1s);
}

html.reduced-motion
	.select-gallery-container
	.galleries-container
	.gallery.active.staggered-animation
	.item-container
	.grid-item[data-staggered-item] {
	animation: none;
}

.select-gallery-container .galleries-container .gallery .paddlenav {
	--scrim-height: 104px;
	top: var(--select-sticky-offset, 0px);
	height: calc(100% - var(--select-sticky-offset, 0px));
}

.select-gallery-container
	.galleries-container
	.gallery
	.paddlenav
	.sticky-element {
	position: sticky;
	height: var(--sticky-height, 60px);
	top: calc(100% - var(--sticky-height, 60px));
}

.select-gallery-container .galleries-container .gallery .paddlenav .left-item,
.select-gallery-container .galleries-container .gallery .paddlenav .right-item {
	bottom: var(--sticky-item-bottom-offset);
}

.select-gallery-container .galleries-container .gallery .paddlenav .scrim {
	display: block;
	position: absolute;
	width: 100vw;
	height: var(--scrim-height);
	bottom: 0px;
	left: calc(-100vw + var(--gallery-side-padding));
	z-index: -1;
}

@media only screen and (max-width: 320px) {
	.select-gallery-container .galleries-container .gallery .paddlenav .scrim {
		width: 320px;
		left: calc(-320px + var(--gallery-side-padding));
	}
}

.staggered-start
	.active
	.grid-item[data-staggered-item]
	.product-tile-plus::before {
	animation: none;
	opacity: 0;
}

.staggered-end
	.active
	.grid-item[data-staggered-item]
	.product-tile-plus::before {
	animation: fadeIn calc(var(--global-staggered-opacity-duration) * 1s)
		var(--global-animation-easing-function) both;
	animation-delay: calc(var(--global-staggered-delay) * 1s);
}

html.reduced-motion
	.staggered-end
	.active
	.grid-item[data-staggered-item]
	.product-tile-plus::before {
	animation: none;
}

.toggle-gallery-wrapper {
	background-color: #f5f5f7;
	background-color: var(--global-section-background-color-alt);
}

.tabnav .tabnav-paddle-right {
	background: linear-gradient(
		270deg,
		var(--global-section-background-color-alt) 70%,
		transparent
	);
}

.tabnav .tabnav-paddle-left {
	background: linear-gradient(
		90deg,
		var(--global-section-background-color-alt) 70%,
		transparent
	);
}

.tabnav.hidden {
	display: none;
}

.paddlenav .scrim {
	background: linear-gradient(
		0deg,
		var(--global-section-background-color),
		var(--global-section-background-color) 50%,
		transparent
	);
}

.background-alt .toggle-gallery-wrapper {
	background-color: var(--global-section-background-color);
}

.background-alt .tabnav .tabnav-paddle-right {
	background: linear-gradient(
		270deg,
		var(--global-section-background-color) 70%,
		transparent
	);
}

.background-alt .tabnav .tabnav-paddle-left {
	background: linear-gradient(
		90deg,
		var(--global-section-background-color) 70%,
		transparent
	);
}

.background-alt .paddlenav .scrim {
	background: linear-gradient(
		0deg,
		var(--global-section-background-color-alt),
		var(--global-section-background-color-alt) 50%,
		transparent
	);
}

.theme-dark .toggle-gallery-wrapper {
	background-color: var(--global-section-background-color-alt-dark);
}

.theme-dark .toggle-gallery-wrapper li.active {
	background-color: #f5f5f7;
	color: #000;
}

.theme-dark .tabnav .tabnav-paddle::after {
	opacity: 1;
}

.theme-dark .tabnav .tabnav-paddle-right {
	background: linear-gradient(
		270deg,
		var(--global-section-background-color-alt-dark) 70%,
		transparent
	);
}

.theme-dark .tabnav .tabnav-paddle-left {
	background: linear-gradient(
		90deg,
		var(--global-section-background-color-alt-dark) 70%,
		transparent
	);
}

.theme-dark .tabnav .paddlenav .scrim {
	background: linear-gradient(
		0deg,
		var(--global-section-background-color-alt-dark),
		var(--global-section-background-color-alt-dark) 50%,
		transparent
	);
}

.theme-dark .paddlenav .scrim {
	background: linear-gradient(
		0deg,
		var(--global-section-background-color-dark),
		var(--global-section-background-color-dark) 50%,
		transparent
	);
}

.theme-dark .background-alt .toggle-gallery-wrapper {
	background-color: var(--global-section-background-color-dark);
}

.theme-dark .background-alt .tabnav .tabnav-paddle-right {
	background: linear-gradient(
		270deg,
		var(--global-section-background-color-dark) 70%,
		transparent
	);
}

.theme-dark .background-alt .tabnav .tabnav-paddle-left {
	background: linear-gradient(
		90deg,
		var(--global-section-background-color-dark) 70%,
		transparent
	);
}

.theme-dark .background-alt .paddlenav .scrim {
	background: linear-gradient(
		0deg,
		var(--global-section-background-color-alt-dark),
		var(--global-section-background-color-alt-dark) 50%,
		transparent
	);
}

.gallery {
	position: relative;
	margin-top: 0;
	padding-bottom: 83px;
	--gallery-side-padding: calc(
		50vw - min(1400px, var(--global-viewport-content-responsive)) / 2
	);
	--scroll-bar-width: 0px;
}

@media only screen and (max-width: 1068px) {
	.gallery {
		--gallery-side-padding: calc(
			50vw - min(1680px, var(--global-viewport-content-responsive)) / 2
		);
	}
}

@media only screen and (max-width: 734px) {
	.gallery {
		padding-bottom: 78px;
	}
}

.gallery.no-paddlenav {
	padding-bottom: 0px;
}

.section-shop-apple-watch
	.gallery.gallery.no-paddlenav.remove-scrollbar-width
	.item-container {
	margin: 0 auto;
}

.gallery ::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background: rgba(0, 0, 0, 0);
}

.gallery.gallery-align-center .scroll-container {
	scroll-padding: var(--gallery-side-padding);
}

.gallery.gallery-align-center .item-container {
	padding: 0 var(--gallery-side-padding);
}

.gallery.gallery-align-center .gallery-item {
	scroll-snap-align: center;
}

.gallery.gallery-align-start .scroll-container {
	scroll-padding: var(--gallery-side-padding);
}

.gallery.gallery-align-start .item-container {
	padding: 0 var(--gallery-side-padding);
}

.gallery.gallery-align-start .gallery-item {
	scroll-snap-align: start;
}

.gallery .scroll-container {
	position: relative;
	overflow-x: scroll;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	padding: 10px 0;
	margin: -10px 0;
}

.gallery .scroll-container::-webkit-scrollbar {
	display: none;
}

.gallery .item-container {
	--gallery-column-gap: 45px;
	display: grid;
	grid-template-rows: repeat(1, auto);
	grid-template-columns: max-content;
	grid-auto-flow: column;
	grid-column-gap: var(--gallery-column-gap);
	column-gap: var(--gallery-column-gap);
	grid-row-gap: 0px;
	row-gap: 0px;
	width: -moz-fit-content;
	width: fit-content;
}

@media only screen and (min-width: 1441px) {
	.gallery .item-container {
		--gallery-column-gap: 72px;
	}
}

@media only screen and (max-width: 1068px) {
	.gallery .item-container {
		--gallery-column-gap: 72px;
	}
}

@media only screen and (max-width: 734px) {
	.gallery .item-container {
		--gallery-column-gap: 45px;
	}
}

.gallery.remove-scrollbar-width .item-container {
	padding-left: var(--gallery-side-padding);
	padding-right: calc(var(--gallery-side-padding) - var(--scroll-bar-width));
}

.gallery .paddlenav {
	--sk-paddlenav-arrow-color: rgba(0, 0, 0, 0.56);
	--sk-paddlenav-arrow-color-hover: rgba(0, 0, 0, 0.64);
	--sk-paddlenav-arrow-color-active: rgba(0, 0, 0, 0.64);
	--sk-paddlenav-background: rgba(210, 210, 215, 0.64);
	--sk-paddlenav-background-hover: rgba(223, 223, 227, 0.6976);
	--sk-paddlenav-background-active: rgba(193, 193, 198, 0.6544);
	--paddlenav-offset: 60px;
	position: absolute;
	top: calc(100% - var(--paddlenav-offset));
	right: var(--gallery-side-padding);
	height: 100%;
	visibility: inherit;
}

html[dir="rtl"] .gallery .paddlenav {
	display: flex;
	justify-content: flex-end;
	right: auto;
	left: var(--gallery-side-padding);
}

@media only screen and (max-width: 1068px) {
	.gallery .paddlenav {
		--paddlenav-offset: 59px;
	}
}

@media only screen and (max-width: 734px) {
	.gallery .paddlenav {
		--paddlenav-offset: 63px;
	}
}

.gallery .paddlenav.hide {
	visibility: hidden;
}

.gallery .paddlenav .sticky-element {
	--sticky-height: 60px;
	--paddlenav-arrow-height: 36px;
	--paddlenav-arrows-offset: 128px;
	--paddlenav-right-offset: calc(var(--paddlenav-arrow-height) * -0.5);
	position: relative;
	width: 0px;
	height: var(--sticky-height);
	z-index: 2;
}

.gallery .paddlenav .sticky-element .left-item {
	position: absolute;
	right: calc(var(--paddlenav-arrows-offset) + var(--paddlenav-right-offset));
	bottom: calc(var(--paddlenav-arrow-height) * 0.5);
}

html[dir="rtl"] .gallery .paddlenav .sticky-element .left-item {
	right: auto;
	left: calc(var(--paddlenav-arrows-offset) + var(--paddlenav-right-offset));
}

.gallery .paddlenav .sticky-element .right-item {
	position: absolute;
	right: var(--paddlenav-right-offset);
	bottom: calc(var(--paddlenav-arrow-height) * 0.5);
}

html[dir="rtl"] .gallery .paddlenav .sticky-element .right-item {
	right: auto;
	left: var(--paddlenav-right-offset);
}

html[dir="rtl"] .gallery .paddlenav .sticky-element .scrim {
	left: calc(var(--gallery-side-padding) * -1);
}

.gallery .paddlenav .sticky-element .paddlenav-arrow {
	width: var(--paddlenav-arrow-height);
	height: var(--paddlenav-arrow-height);
	display: flex;
	justify-content: center;
	align-items: center;
}

html[dir="rtl"] .gallery .paddlenav .sticky-element .paddlenav-arrow {
	transform: rotate(180deg);
}

.gallery .paddlenav .sticky-element .paddlenav-arrow svg {
	pointer-events: none;
	width: 100%;
}

html.touch .gallery .paddlenav .sticky-element .paddlenav-arrow:disabled {
	opacity: 0.42;
}

html.touch .gallery .paddlenav .sticky-element .paddlenav-arrow:hover {
	--sk-paddlenav-arrow-color-hover: var(--sk-paddlenav-arrow-color);
	--sk-paddlenav-background-hover: var(--sk-paddlenav-background);
}

.gallery .paddlenav .sticky-element .paddlenav-arrow::after {
	font-size: 34px;
	padding-inline-start: 0;
}

.gallery .paddlenav .sticky-element .paddlenav-arrow .scrim {
	display: none;
}

.staggered-start .gallery .scroll-container {
	overflow: hidden;
}

.staggered-start .gallery .paddlenav .paddlenav-arrow {
	pointer-events: none;
	opacity: 0.42;
}

.theme-dark .staggered-start .gallery .paddlenav {
	opacity: 0.36;
}

.staggered-end .gallery .scroll-container {
	overflow: scroll;
}

.theme-dark .gallery .paddlenav {
	--sk-paddlenav-arrow-color: rgba(255, 255, 255, 0.8);
	--sk-paddlenav-arrow-color-hover: rgb(255, 255, 255);
	--sk-paddlenav-arrow-color-active: rgb(255, 255, 255);
	--sk-paddlenav-background: rgba(66, 66, 69, 0.72);
	--sk-paddlenav-background-hover: rgba(73, 73, 76, 0.7256);
	--sk-paddlenav-background-active: rgba(57, 57, 60, 0.7424);
}

.theme-dark .gallery .paddlenav .paddlenav-arrow:disabled,
html.touch .theme-dark .gallery .paddlenav .paddlenav-arrow:disabled {
	opacity: 0.36;
}

html.touch .theme-dark .gallery .paddlenav .paddlenav-arrow:hover {
	--sk-paddlenav-arrow-color-hover: var(--sk-paddlenav-arrow-color);
	--sk-paddlenav-background-hover: var(--sk-paddlenav-background);
}

.accordion-wrapper {
	border-radius: var(--global-card-corner-radius);
	--accordion-side-padding: 90px;
	--accordion-width: 350px;
	--accordion-content-width: 323px;
}

@media only screen and (min-width: 1441px) {
	.accordion-wrapper {
		--accordion-side-padding: 120px;
	}
}

@media only screen and (max-width: 1068px) {
	.accordion-wrapper {
		--accordion-side-padding: 45px;
	}
}

@media only screen and (max-width: 734px) {
	.accordion-wrapper {
		--accordion-side-padding: 30px;
	}
}

.content-container.theme-dark .typography-accordion-copy {
	color: #86868b;
}

@media only screen and (min-width: 1069px) {
	.content-container {
		display: grid;
		grid-template-columns:
			calc(var(--accordion-width) + var(--accordion-side-padding) * 2)
			1fr;
		justify-content: space-between;
		align-items: center;
	}
}

.hidden {
	opacity: 0;
}

.accordion {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: var(--accordion-height, auto);
	padding: 120px var(--accordion-side-padding);
}

@media only screen and (min-width: 1069px) {
	.accordion {
		width: var(--accordion-width);
	}
}

@media only screen and (max-width: 1068px) {
	.accordion {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.accordion.animating {
	pointer-events: none;
}

.accordion .accordion-item:first-of-type {
	border-top: none;
}

.accordion .accordion-item .accordion-button {
	align-items: center;
}

.accordion .accordion-item .accordion-button .accordion-title-text {
	text-align: start;
}

.accordion .accordion-item .accordion-icon {
	font-size: 20px;
	padding-left: 10px;
}

.accordion .accordion-item .accordion-title-text {
	font-size: 28px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: 0.007em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

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

.accordion .accordion-item .accordion-title-text: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;
}

.accordion .accordion-item .accordion-title-text:lang(th) {
	line-height: 1.3928571429;
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-title-text:lang(zh) {
	line-height: 1.25;
}

.accordion .accordion-item .accordion-title-text: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;
}

.accordion .accordion-item .accordion-title-text:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Display,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-title-text:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Display,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-title-text: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;
}

.accordion .accordion-item .accordion-title-text:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Display,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.accordion .accordion-item .accordion-title-text {
		font-size: 24px;
		line-height: 1.1666666667;
		font-weight: 600;
		letter-spacing: 0.009em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-title-text: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;
	}

	.accordion .accordion-item .accordion-title-text:lang(ko) {
		line-height: 1.2916666667;
		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;
	}

	.accordion .accordion-item .accordion-title-text:lang(th) {
		line-height: 1.375;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh) {
		line-height: 1.2916666667;
	}

	.accordion .accordion-item .accordion-title-text: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;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-title-text: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;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.accordion .accordion-item .accordion-title-text {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family:
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

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

	.accordion .accordion-item .accordion-title-text:lang(ko) {
		line-height: 1.2858042857;
		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;
	}

	.accordion .accordion-item .accordion-title-text:lang(th) {
		line-height: 1.381002381;
		font-family:
			SF Pro TH,
			SF Pro Display,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh) {
		line-height: 1.3334033333;
	}

	.accordion .accordion-item .accordion-title-text: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;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Display,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Display,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-title-text: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;
	}

	.accordion .accordion-item .accordion-title-text:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Display,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.accordion .accordion-item .accordion-paragraph-text {
	font-size: 17px;
	line-height: 1.4705882353;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-paragraph-text:lang(ar) {
	letter-spacing: 0em;
	font-family:
		SF Pro AR,
		SF Pro AR Text,
		SF Pro Text,
		SF Pro Gulf,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-paragraph-text:lang(ja) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro JP,
		SF Pro Text,
		SF Pro Icons,
		Hiragino Kaku Gothic Pro,
		ヒラギノ角ゴ Pro W3,
		メイリオ,
		Meiryo,
		ＭＳ Ｐゴシック,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-paragraph-text:lang(ko) {
	line-height: 1.5882352941;
	letter-spacing: 0em;
	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;
}

.accordion .accordion-item .accordion-paragraph-text:lang(zh) {
	letter-spacing: 0em;
}

.accordion .accordion-item .accordion-paragraph-text:lang(th) {
	line-height: 1.3529611765;
	letter-spacing: 0em;
	font-family:
		SF Pro TH,
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-paragraph-text:lang(zh-CN) {
	font-family:
		SF Pro SC,
		SF Pro Text,
		SF Pro Icons,
		PingFang SC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-paragraph-text:lang(zh-HK) {
	font-family:
		SF Pro HK,
		SF Pro Text,
		SF Pro Icons,
		PingFang HK,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.accordion .accordion-item .accordion-paragraph-text: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;
}

.accordion .accordion-item .accordion-paragraph-text:lang(zh-TW) {
	font-family:
		SF Pro TC,
		SF Pro Text,
		SF Pro Icons,
		PingFang TC,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.accordion .accordion-item .accordion-paragraph-text {
		font-size: 14px;
		line-height: 1.4285914286;
		font-weight: 400;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(ar) {
		letter-spacing: 0em;
		font-family:
			SF Pro AR,
			SF Pro AR Text,
			SF Pro Text,
			SF Pro Gulf,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(ja) {
		line-height: 1.4;
		letter-spacing: 0em;
		font-family:
			SF Pro JP,
			SF Pro Text,
			SF Pro Icons,
			Hiragino Kaku Gothic Pro,
			ヒラギノ角ゴ Pro W3,
			メイリオ,
			Meiryo,
			ＭＳ Ｐゴシック,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(ko) {
		line-height: 1.5714285714;
		letter-spacing: 0em;
		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;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(zh) {
		line-height: 1.5;
		letter-spacing: 0em;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(th) {
		line-height: 1.3571828571;
		letter-spacing: 0em;
		font-family:
			SF Pro TH,
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(zh-CN) {
		font-family:
			SF Pro SC,
			SF Pro Text,
			SF Pro Icons,
			PingFang SC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(zh-HK) {
		font-family:
			SF Pro HK,
			SF Pro Text,
			SF Pro Icons,
			PingFang HK,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}

	.accordion .accordion-item .accordion-paragraph-text: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;
	}

	.accordion .accordion-item .accordion-paragraph-text:lang(zh-TW) {
		font-family:
			SF Pro TC,
			SF Pro Text,
			SF Pro Icons,
			PingFang TC,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.accordion .accordion-item .typography-accordion-copy {
	margin-right: 40px;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.accordion .accordion-item .typography-accordion-copy {
		padding-bottom: 0;
	}

	.accordion .accordion-item .image-container {
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.accordion .accordion-item .typography-site-caption,
	.accordion .accordion-item h4.accordion-title {
		margin-inline-start: 0;
		margin-inline-end: 0;
		width: auto;
	}

	.accordion .accordion-item .typography-accordion-copy {
		margin-right: 28px;
		padding-bottom: 0;
	}

	.accordion .accordion-item .accordion-icon {
		font-size: 17px;
	}
}

.accordion-content {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 1069px) {
	.accordion-content {
		width: var(--accordion-content-width);
	}
}

@media only screen and (max-width: 734px) {
	.accordion-content {
		padding-bottom: 40px;
	}
}

.accordion-content .image-container {
	display: flex;
	justify-content: center;
	max-width: 100%;
	pointer-events: none;
}

@media only screen and (max-width: 734px) {
	.accordion-content .image-container {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 1069px) {
	.accordion-content .image-container {
		position: absolute;
		inset-inline-start: calc(350px + var(--accordion-side-padding) * 2);
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		min-width: max-content;
		width: 100%;
		pointer-events: none;
		z-index: -1;
	}
}

.accordion-content .image-container img {
	max-width: 100%;
}

.image-container-large {
	display: none;
	pointer-events: none;
}

@media only screen and (min-width: 1069px) {
	.image-container-large {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		margin-top: 0;
	}
}

.template-image-large {
	position: absolute;
}

@media only screen and (min-width: 1069px) {
	.template-image-large:not(.hidden) {
		position: relative;
	}
}

.accordion-wrapper {
	background-color: #f5f5f7;
}

.background-alt .accordion-wrapper {
	background-color: #fff;
}

.theme-dark .accordion-wrapper {
	background-color: #1d1d1f;
}

.theme-dark .background-alt .accordion-wrapper {
	background-color: #000;
}

.section:has(.index) {
	background-color: #fafafc;
}

.theme-dark .section:has(.index) {
	background-color: #161617;
}

.no-js .index {
	display: none;
}

.index .index-title {
	margin-bottom: 53px;
}

@media only screen and (max-width: 1068px) {
	.index .index-title {
		margin-bottom: 38px;
	}
}

@media only screen and (max-width: 734px) {
	.index .index-title {
		margin-bottom: 34px;
	}
}

.index .index-list-title {
	color: #6e6e73;
	margin-bottom: 15px;
}

.theme-dark .index .index-list-title {
	color: #86868b;
}

@media only screen and (max-width: 734px) {
	.index .index-list-title {
		margin-bottom: 12px;
	}
}

.index .index-groups {
	display: flex;
	flex-wrap: wrap;
}

.index .index-group {
	padding-inline-end: 44px;
	max-width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}

@media only screen and (min-width: 1441px) {
	.index .index-group {
		max-width: 20%;
	}
}

@media only screen and (max-width: 1068px) {
	.index .index-group {
		max-width: 50%;
	}
}

@media only screen and (max-width: 734px) {
	.index .index-group {
		width: 100%;
		max-width: none;
		margin-bottom: 36px;
		display: block;
		padding-inline-end: 0;
	}
}

.index .index-group:first-of-type {
	padding-inline-end: 88px;
	max-width: 50%;
}

@media only screen and (min-width: 1441px) {
	.index .index-group:first-of-type {
		max-width: 40%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.index .index-group:first-of-type {
		width: 100%;
		max-width: 75%;
		display: block;
		margin-bottom: 56px;
		box-sizing: initial;
		padding-inline-end: 96px;
	}
}

@media only screen and (max-width: 734px) {
	.index .index-group:first-of-type {
		max-width: none;
		padding-inline-end: 0;
	}
}

.index .index-group:first-of-type .index-list-title {
	margin-bottom: 14px;
}

@media only screen and (max-width: 734px) {
	.index .index-group:first-of-type .index-list-title {
		margin-bottom: 11px;
	}
}

.index [dir="rtl"] .index-group {
	float: right;
}

.index .index-list {
	list-style-type: none;
	margin-inline-start: 0;
}

.index .index-item-base {
	margin-bottom: 14px;
}

@media only screen and (max-width: 734px) {
	.index .index-item-base {
		margin-bottom: 11px;
	}
}

.index .index-item-base:last-of-type {
	margin-bottom: 0;
}

.index .index-item-elevated {
	margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
	.index .index-item-elevated {
		margin-bottom: 9px;
	}
}

@media only screen and (max-width: 734px) {
	.index .index-item-elevated {
		margin-bottom: 8px;
	}
}

.index .index-item-elevated + .index-item-base {
	margin-top: 30px;
}

@media only screen and (max-width: 1068px) {
	.index .index-item-elevated + .index-item-base {
		margin-top: 22px;
	}
}

@media only screen and (max-width: 734px) {
	.index .index-item-elevated + .index-item-base {
		margin-top: 19px;
	}
}

.index .index-link {
	color: #333336;
}

.theme-dark .index .index-link {
	color: #e8e8ed;
}

.index .index-link:hover .icon-copy {
	text-decoration: none;
}

@media only screen and (max-width: 734px) {
	.card .card-modifier.has-trigger-button {
		padding-inline-end: 24px;
		padding-bottom: 69px;
	}
}

.footnote a {
	color: inherit;
}

.footnote a:hover {
	color: #06c;
}

.theme-dark .footnote a:hover {
	color: #2997ff;
}

.section-index .section-index-section {
	padding-top: 0;
	padding-bottom: 0;
}

#globalnav {
	--globalnav-background: rgb(250, 250, 252);
}

.sosumi-link-follows,
.sosumi-link-follows ~ .footnote,
.sosumi-link-follows ~ .product-addition {
	display: none;
}

.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote,
.sosumi-link-follows[data-pricing-loaded] ~ .product-addition {
	display: inline;
}

html.no-js #ac-globalfooter .ac-gf-sosumi [data-toggle-footnote="pricing"] {
	visibility: hidden;
	height: 0;
	padding: 0;
	margin: 0;
}

.section-consider .gallery .item-container {
	--gallery-column-gap: 20px;
}

html.no-js picture[data-lazy] {
	display: none !important;
}
