/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/work-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/work-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v13-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/work-sans-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/work-sans-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v13-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	color: #232323;
}

html, body {
	height: 100%;
	width: 100%;
}

p:first-child {
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	width: 60%;
	max-width: 800px;
	font-size: 1.2rem;
	position: absolute;
	left: calc(50% - 30%);
	top: 25%;
}

a {
	font-weight: 400;
	text-decoration: none;
	transition: 300ms ease-out;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	height: calc(100% - 140px);
	width: 60%;
	max-width: 600px;
	padding: 140px 20% 0 20%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.box {
	height: 200px;
	width: 200px;
	background-color: #f3f3f3;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.box:first-child {
	flex-direction: column;
}

.box p {
	font-weight: 400;
}

.wrapper .left .box img {
	width: 180px;
}

.wrapper .right .box img {
	height: 60px;
}

.wrapper .left, .wrapper .right {
	height: 300px;
	width: 300px;
	text-align: center;
}

.wrapper p {
	padding-top: 20px;
}

@media screen and (max-width: 840px) {
	p:first-child {
		line-height: 1.2;
		text-align: left;
		width: 80%;
		margin: 0 auto;
		padding-top: 40px;
		position: static;
	}
	p:first-child br {
		display: none;
	}
	.wrapper{
		width: 100%;
		min-height: 640px;
		padding: 40px 0;
		display: block;
	}
	.left, .right {
		width: auto;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1000px) {
	p:first-child {
		width: 800px;
		left: calc(50% - 400px);
	}
}

@media screen and (max-height: 760px) {
	p:first-child {
		top: 10%;
	}
}
/*
     FILE ARCHIVED ON 07:13:05 Oct 01, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:31:09 Dec 22, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 134.118
  exclusion.robots: 0.072
  exclusion.robots.policy: 0.066
  RedisCDXSource: 1.783
  esindex: 0.006
  LoadShardBlock: 114.109 (3)
  PetaboxLoader3.datanode: 116.436 (4)
  CDXLines.iter: 15.902 (3)
  load_resource: 64.442
  PetaboxLoader3.resolve: 20.495
*/