@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/work-sans-v23-latin-regular.eot');
	src: url('../fonts/work-sans-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/work-sans-v23-latin-regular.woff2') format('woff2'),
		url('../fonts/work-sans-v23-latin-regular.woff') format('woff'),
		url('../fonts/work-sans-v23-latin-regular.ttf') format('truetype'),
		url('../fonts/work-sans-v23-latin-regular.svg#WorkSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/work-sans-v23-latin-500.eot');
	src: url('../fonts/work-sans-v23-latin-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/work-sans-v23-latin-500.woff2') format('woff2'),
		url('../fonts/work-sans-v23-latin-500.woff') format('woff'),
		url('../fonts/work-sans-v23-latin-500.ttf') format('truetype'),
		url('../fonts/work-sans-v23-latin-500.svg#WorkSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/work-sans-v23-latin-600.eot');
	src: url('../fonts/work-sans-v23-latin-600.eot?#iefix') format('embedded-opentype'),
		url('../fonts/work-sans-v23-latin-600.woff2') format('woff2'),
		url('../fonts/work-sans-v23-latin-600.woff') format('woff'),
		url('../fonts/work-sans-v23-latin-600.ttf') format('truetype'),
		url('../fonts/work-sans-v23-latin-600.svg#WorkSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Work Sans", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #FFCC00;
	border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

:is(strong, h4, h5, h6) {
	font-weight: 600;
}

:is(h1, h2, h3) {
	font-weight: 500;
}

h1 {
	font-size: 2.25rem;
	color: #FFCC00;
	margin: 3.125rem 0 0;
	line-height: 1;
}

h2 {
	font-size: 5rem;
	color: #FFCC00;
	line-height: 1;
	margin: 0;
}

h3 {
	background: #000;
	color: #FFCC00;
	width: fit-content;
	padding: .125rem;
	font-size: 2.812rem;
	margin: 1.25rem 0 1.875rem;
	line-height: 1;
}

h4 {
	font-size: 1.5rem;
	margin: 0;
}

h5 {
	font-size: .937rem;
	margin: 0;
}

h6 {
	color: #2744A0;
	font-size: 1.875rem;
}

ul {
	list-style: none;
	margin: 0 0 2.187rem 1.375rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .312rem;
	height: .312rem;
	background: #000;
	margin-left: -1.562rem;
	top: .562rem;
}

header {
	position: relative;
}

.logo {
	position: absolute;
	right: 1.25rem;
	bottom: .625rem;
}

.header_text {
	position: absolute;
	left: 5.625rem;
	bottom: 1.25rem;
}

article {
	padding: 1.25rem 3.75rem 0 4.375rem;
	position: relative;
}
.qr{
	position: absolute;
	bottom: 130px;
	right: 40px;
	width: 150px;
}
footer {
	padding: 2.5rem 1.25rem 3.125rem 4.375rem;
	position: relative;
}

.logo_bt {
	position: absolute;
	right: 1.25rem;
	bottom: .625rem;
}

.flex {
	margin: 0 0 2.812rem
}

.flex p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .312rem;
}

a.blue {
	color: #467886;
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}
	.qr{
	position: absolute;
	bottom: 100px;
	right: 40px;
}
}

@media only screen and (max-width: 48rem) {
	.header_text {
		position: static;
		padding: 1.875rem;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.logo {
		top: 1.875rem;
		right: 1.875rem
	}

	h1,
	h2 {
		color: #000;
	}

	h1 {
		margin: 1rem 0;
		text-align: center;
	}

	h2 {
		text-align: center;
	}

	h3 {
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	article {
		padding: 0 1.875rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.qr{
	position: static;
	margin: 16px auto;
}
	footer {
		padding: 0 1.875rem 1.875rem;
	}

	.logo_bt {
		position: static;
		margin: 1rem auto 1rem;
	}

	footer p,
	h6 {
		text-align: center;
	}

	.flex,
	p,
	ul {
		margin: 0 0 1rem;
	}

	.flex p {
		margin: 0 0 .625rem;
	}
}

@media only screen and (max-width: 30rem) {
	h2 {
		font-size: 3.125rem;
	}

	h1 {
		font-size: 1.875rem;
	}

	h3 {
		font-size: 2.5rem;
	}

	h4 {
		font-size: 1.187rem;
	}

	ul li {
		padding-left: 1rem;
	}

	ul li:before {
		margin-left: -1rem;
	}
}

@media only screen and (max-width: 28.125rem) {
	.logo {
		position: static;
		margin: 1rem auto;
	}
}

@media only screen and (max-width: 23.437rem) {
	.flex p span {
		width: 1.562rem;
	}

	.flex p .img {
		width: 3.437rem;
	}
}