/** Local fixed **/
.typography-headline-elevated:lang(th) {
	font-size: 64px;
	line-height: 1.0625;
}

@media only screen and (max-width: 1068px) {
	.typography-headline-elevated:lang(th) {
		font-size: 48px;
		line-height: 1.08365;
	}
}

@media only screen and (max-width: 735px) {
	.typography-headline-elevated:lang(th) {
		font-size: 40px;
		line-height: 1.1;
	}
}

.typography-callout:lang(th) {
	font-size: 32px;
	line-height: 1.2;
}

@media only screen and (max-width: 1068px) {
	.typography-callout:lang(th) {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 735px) {
	.typography-callout:lang(th) {
		font-size: 24px;
		line-height: 1.2;
	}
}

.typography-eyebrow-elevated:lang(th) {
	font-size: 28px;
	line-height: 1.14286;
}

@media only screen and (max-width: 1068px) {
	.typography-eyebrow-elevated:lang(th) {
		font-size: 24px;
		line-height: 1.16667;
	}
}

@media only screen and (max-width: 735px) {
	.typography-eyebrow-elevated:lang(th) {
		font-size: 21px;
		line-height: 1.19048;
	}
}

@media only screen and (min-width: 1069px) {
	.page-iwork .section-hero .tile-wrapper .tile {
		width: 100%;
	}
}

/** End Local fixed **/
