
@font-face {
	font-family: 'Radiance';
	src: url( 'https://cdn.akamai.steamstatic.com/apps/underlords/fonts/Radiance-Regular.eot' );
	src: url( 'https://cdn.akamai.steamstatic.com/apps/underlords/fonts/Radiance-Regular.eot?#iefix') format('embedded-opentype'),
	url( 'https://cdn.akamai.steamstatic.com/apps/underlords/fonts/Radiance-Regular.woff') format('woff'),
	url( 'https://cdn.akamai.steamstatic.com/apps/underlords/fonts/Radiance-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.outlanders .page_container {
	max-width: 1100px;
	margin: 0 auto;
	min-height: 100vh;
	font-family: 'Radiance', "Motiva Sans", Sans-serif;
	font-weight: normal;
	position: relative;
}

body.v6.outlanders {
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/outlanders_update/outlanders_bg.jpg' ) center no-repeat #000000;
}

.outlanders_header_ctn {
	min-height: 269px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.outlanders_subheader_ctn {
	margin: 0 auto;
	font-size: 24px;
	text-shadow: 0px 0px 8px rgba(218, 95, 243, 0.9);
	text-align: center;
	letter-spacing: 0.12em;
	font-weight: bold;
}

.outlanders_subheader_ctn span {
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.12em;
	text-shadow: 0px 0px 8px rgba(218, 95, 243, 0.9);
	text-transform: uppercase;
}

.outlander_boxes_ctn {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	z-index: 10;
	position: relative;
}

.outlander_box {
	background: #000000;
	min-width: 500px;
	min-height: 548px;
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/outlanders_update/dota_bg.png' ) top center no-repeat;
}

.ourlanders_box_list {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.outlanders_box_featuring {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #EFAFF0;
	margin-top: 30px;
}

.outlanders_box_logo.dota {
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/outlanders_update/dota_logo.png' ) center no-repeat;
	width: 309px;
	height: 62px;
	margin: 0 auto;
}

.outlanders_box_logo.underlords {
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/outlanders_update/underlords_logo.png' ) center no-repeat;
	width: 291px;
	height: 64px;
	margin: 0 auto;
}

.outlanders_box_list .list_item {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.12em;
	text-shadow: 0px 0px 8px rgba(218, 95, 243, 0.9);
	margin: 15px 0;
	text-transform: uppercase;
}

.outlanders_btn:hover {
	filter: brightness(1.5);
}

.outlanders_btn {
	background: linear-gradient(360deg, #220839 -57.81%, #6D1DAD 100%);
	box-shadow: 0px 0px 24px #241835, inset 0px 2px 1px rgba(239, 175, 240, 0.4), inset 0px -2px 1px rgba(36, 24, 53, 0.6);
	padding: 10px 20px;
	text-align: center;
	margin: 75px auto 0 auto;
	max-width: 320px;
	display: block;
}

.outlanders_btn span {
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 0.12em;
	color: #FFF8F8;
}

.outlanders_btn span img {
	vertical-align: sub;
}

.outlander_box_content {
	max-width: 500px;
	padding-top: 70px;
}

.outlanders_snapfire_img {
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/outlanders_update/snapfire.png' ) center no-repeat;
	width: 1018px;
	height: 1065px;
	position: absolute;
	top: 0;
	left: -75%;
	z-index: -1;
}

.outlanders_voidspirit_img {
	background: url( 'https://cdn.akamai.steamstatic.com/store/promo/outlanders_update/void_spirit.png' ) center no-repeat;
	width: 1530px;
	height: 995px;
	position: absolute;
	top: 0;
	right: -75%;
	z-index: -1;
}

.outlanders_store_link {
	font-size: 16px;
	letter-spacing: 0.12em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #FFE4FF;
	margin-top: 25px;
	display: block;
	text-align: center;
}

@media screen and ( max-width: 910px )
{

	html.responsive .outlander_boxes_ctn {
		flex-wrap: wrap;
	}

	html.responsive .outlanders_voidspirit_img, html.responsive .outlanders_snapfire_img {
		display: none;
	}

}
