@font-face {
	font-family: "Roboto Flex";
	src: url("../fonts/roboto-flex-variable.woff2") format("woff2-variations");
	font-weight: 100 1000;
	font-style: italic;
	font-display: swap;
	font-variation-settings: "slnt" -10;
}

@font-face {
	font-family: "Roboto Flex";
	src: url("../fonts/roboto-flex-variable.woff2") format("woff2-variations");
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap;
}

html,
body,
.container,
.wechat-landingpage-cta-wrapper {
	min-height: 90vh;
}

body {
	background-color: #fff;
	color: #212529;
	font-family: "Roboto Flex", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

a {
	color: #212529;
	text-decoration: underline;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 540px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

@media (min-width: 768px) {
	.wechat-landingpage-cta-footer {
		-ms-flex-line-pack: justify;
		align-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.wechat-landingpage-cta-footer p:first-child {
		margin-right: auto;
	}
}

.global-header-logo {
	display: block;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

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

.wechat-landingpage-cta-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.wechat-landingpage-cta-header {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	left: 0;
	padding-top: 30px;
	padding-bottom: 40px;
	top: 0;
	width: 100%;
}

.wechat-landingpage-diagram {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0 30px;
	width: 100%;
}

.wechat-landingpage-diagram .img-wechat-logo {
	height: 50px;
	width: auto;
}

.wechat-landingpage-diagram .img-arrow {
	margin: 0 40px;
	width: 30px;
}

.wechat-landingpage-diagram .img-qr-code-example {
	height: 60px;
	width: auto;
}

.wechat-landingpage-cta-content {
	margin: 0 auto 40px;
	max-width: 500px;
}

.wechat-landingpage-copy p {
	margin: 0;
	padding: 30px 0;
}

.wechat-landingpage-copy {
	position: relative;
}

.wechat-landingpage-copy p:first-child {
	font-size: 1.3rem;
	position: relative;
}

.wechat-landingpage-copy p:first-child:after {
	border-bottom: 1px solid #000;
	bottom: 0;
	content: "";
	left: 12.5%;
	position: absolute;
	width: 75%;
}

.wechat-landingpage-cta-content .img-qr-code {
	margin: 40px 0 0;
	width: 180px;
}

.wechat-landingpage-cta-content .btn {
	background-color: #323132 !important;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	font-weight: 100;
	letter-spacing: 0.07692em;
	margin-top: 0.5rem;
	padding: 10px 28px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.wechat-landingpage-cta-footer {
	padding-top: 20px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
