@charset "UTF-8";

li, ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.explore-nav-is-out .hack-stock-android-overflow {
	overflow: hidden
}

body>iframe[width="0"][height="0"], body>object[width="1"][height="1"] {
	display: block
}

body {
	-webkit-font-smoothing: antialiased;
	max-width: 1920px;
	margin: 0 auto;
}

a {
	cursor: pointer
}

#breakpoint {
	display: none !important;
	z-index: 0;
	position: relative
}

@media only screen and (min-width:30em) {
	#breakpoint {
		z-index: 0
	}

}

@media only screen and (min-width:40em) {
	#breakpoint {
		z-index: 1
	}

}

@media only screen and (min-width:60em) {
	#breakpoint {
		z-index: 2
	}

}

@media only screen and (min-width:72.5em) {
	#breakpoint {
		z-index: 3
	}

}

@media only screen and (min-width:80em) {
	#breakpoint {
		z-index: 4
	}

}

.body-bot {
	position: relative;
	min-height: 500px;
	padding-bottom: 22px;
	max-width: 2600px;
	margin: auto
}

@media only screen and (min-width:40em) {
	.body-bot {
		padding-bottom: 40px
	}

}

.ContentContainer {
	margin: auto;
	padding: 0 1rem;
	max-width: 81.5rem
}

@media only screen and (min-width:60em) {
	.ContentContainer {
		padding: 0 5rem
	}

}

.sixteen-nine {
	position: relative;
	padding-top: 56.25%
}

.sixteen-nine__media {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.align-center {
	text-align: center
}

.hide {
	display: none
}

@-webkit-keyframes cardShake {
	10%, 20% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	5%, 15% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	25%, 95% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

}

.slick-slider {
	position: relative
}

.slick-arrow.GoldArrow {
	top: 49.5%;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none
}

.slick-arrow.GoldArrow--prev {
	left: -8px
}

.slick-arrow.GoldArrow--next {
	right: -8px
}

.slick-arrow.slick-disabled {
	opacity: .35;
	pointer-events: none
}

@media only screen and (min-width:60em) {
	.Hero .slick-arrow.GoldArrow--prev {
		left: 12%
	}

	.Hero .slick-arrow.GoldArrow--next {
		right: 12%
	}

}

@media only screen and (min-width:72.5em) {
	.Hero .slick-arrow.GoldArrow--prev {
		left: 14%
	}

	.Hero .slick-arrow.GoldArrow--next {
		right: 14%
	}

}

@media (min-width:1925px) {
	.Hero .slick-arrow.GoldArrow--prev {
		left: 50%;
		-webkit-transform: translate(-695px, -50%);
		-ms-transform: translate(-695px, -50%);
		-moz-transform: translate(-695px, -50%);
		     transform: translate(-695px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--prev:hover {
		-webkit-transform: translate(-698px, -50%);
		-ms-transform: translate(-698px, -50%);
		-moz-transform: translate(-698px, -50%);
		     transform: translate(-698px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--prev:active {
		-webkit-transform: translate(-698px, -50%) scale(.97);
		-ms-transform: translate(-698px, -50%) scale(.97);
		-moz-transform: translate(-698px, -50%) scale(.97);
		     transform: translate(-698px, -50%) scale(.97)
	}

	.Hero .slick-arrow.GoldArrow--next {
		right: 50%;
		-webkit-transform: translate(695px, -50%);
		-ms-transform: translate(695px, -50%);
		-moz-transform: translate(695px, -50%);
		     transform: translate(695px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--next:hover {
		-webkit-transform: translate(698px, -50%);
		-ms-transform: translate(698px, -50%);
		-moz-transform: translate(698px, -50%);
		     transform: translate(698px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--next:active {
		-webkit-transform: translate(698px, -50%) scale(.97);
		-ms-transform: translate(698px, -50%) scale(.97);
		-moz-transform: translate(698px, -50%) scale(.97);
		     transform: translate(698px, -50%) scale(.97)
	}

}

.Slick-item {
	margin: 0 .5em;
	position: relative;
	display: inline-block
}

.Slick-item iframe, .Slick-item img {
	width: 100%
}

.Slick-item iframe {
	height: 100%
}

.Slick-item .AspectRatio {
	margin-left: 0;
	background: #000
}

.Slick-item .Lightbox-item {
	display: none
}

.Slick-item:not(.slick-current) {
	pointer-events: none;
	cursor: default
}

.Slick-item:not(.slick-current) .VideoSlide-video:after {
	opacity: .75;
	z-index: 10
}

.Slick-item:not(.slick-current) .VideoSlide-subtitle {
	opacity: 0
}

.Slick-item.slick-current {
	opacity: 1
}

@media only screen and (min-width:40em) {
	.Slick-item {
		margin: 0 1em
	}

}

.Carousel-indicators {
	margin-bottom: 0;
	padding: 0;
	text-align: center
}

.Carousel-indicators li {
	height: 32px;
	width: 28px;
	background: transparent url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/screenshot-overlay.png) -325px -262px no-repeat;
	display: inline-block
}

.Carousel-indicators li:hover {
	cursor: pointer;
	background-position: -355px -262px
}

.Carousel-indicators li.slick-active {
	background-position: -385px -262px
}

.Carousel-indicators button {
	display: none
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	     transform: translateZ(0);
	-webkit-tap-highlight-color: transparent;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	     perspective: 1000px
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	padding: 2px 0
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: auto;
	min-height: 1px;
	cursor: default;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.VideoSection {
	padding: 10em 0 5em;
	margin-top: -9.5em;
	position: relative
}

.VideoSection .media-frame:before {
	z-index: 1
}

@media only screen and (min-width:60em) {
	.VideoSection {
		margin-top: -9em;
		padding: 12em 0 8em
	}

}

@media only screen and (min-width:72.5em) {
	.VideoSection {
		margin-top: -15em;
		padding: 19em 0 8em
	}

}

@media (min-width:1960px) {
	.VideoSection {
		margin-top: -14em
	}

}

.VideoSlide {
	text-align: center
}

.VideoSlide-subtitle, .VideoSlide-video {
	max-width: 1160px;
	margin: 0 auto
}

.VideoSlide-subtitle, .VideoSlide-video:after {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease
}

.VideoSlide-video {
	display: inline-block;
	width: 100%
}

.VideoSlide-video:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -1px;
	right: -1px;
	bottom: -2px;
	opacity: 0;
	background: #071122;
	z-index: -1
}

.VideoSlide-subtitle {
	color: #fff;
	padding: 1.25em 0 0
}

.MediaContainer--expansion {
	max-width: 55rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}

.MediaContainer--expansion.screenshots {
	margin-top: 37px
}

.MediaFrame--gameboard {
	margin-bottom: 1.5rem;
	margin-top: 2rem
}

.GameplaySection {
	background: #000;
	min-height: 500px;
	padding-bottom: 44.27%;
	padding-top: 35px
}

@media only screen and (min-width:60em) {
	.GameplaySection {
		padding-top: 50px
	}

}

.GameplaySection h2, .GameplaySection h3 {
	text-shadow: 0 0 10px rgba(0, 0, 0, .45)
}

.GameplaySection h2, .GameplaySection p {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .45)
}

.GameplaySection .ContentSection {
	z-index: 2
}

.GameplayVideos {
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.GameplayVideos, .GameplayVideos .slick-slider {
	position: absolute
}

.GameplayVideos .slick-list, .GameplayVideos .slick-slide, .GameplayVideos .slick-track {
	height: 100%
}

.GameplayVideos .slick-slide {
	overflow: hidden
}

.GameplayVideos:after, .GameplayVideos:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	-moz-background-size: cover;
	     background-size: cover;
	background-repeat: repeat-x;
	background-position: 50%
}

.GameplayVideos video {
	min-width: 100%;
	max-width: none;
	height: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	     transform: translate(-50%)
}

.GameplayVideos-video {
	background-position: 50%;
	-moz-background-size: cover;
	     background-size: cover;
	background-repeat: no-repeat
}

.GameplayMechanics {
	bottom: 0
}

@media only screen and (min-width:60em) {
	.GameplayMechanics {
		min-height: 11em
	}

}

.GameplayMechanic {
	position: relative;
	display: none;
	margin: 0 auto 5em;
	max-width: 40em
}

.GameplayMechanic .Icon {
	position: absolute;
	margin-top: -50px;
	top: 50%
}

.GameplayMechanic-content {
	padding-left: 100px;
	padding-right: 1em
}

.GameplayMechanic-content p {
	margin-top: .5em
}

@media only screen and (min-width:40em) {
	.GameplayMechanic-content p {
		margin-top: 0
	}

}

.GameplayMechanic-description {
	width: 100%;
	font-weight: 700
}

.GameplayMechanic-link {
	font-weight: 700;
	font-size: 24px;
	color: #999;
	margin-right: 1em;
	cursor: pointer;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	transition: color .15s
}

@media only screen and (max-width:39.99em) {
	.GameplayMechanic-link {
		line-height: 1.14em
	}

}

.GameplayMechanic-link.GameplayMechanic--current, .GameplayMechanic-link:hover {
	text-decoration: underline;
	color: #fff
}

.GameplayMechanics--single .GameplayMechanic--current {
	text-decoration: none
}

.GameplayMechanic0 {
	display: block
}

.BodyText {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: .5em 1rem 0
}

@media only screen and (max-width:39.99em) {
	.ContentContainer--dividerImage {
		padding-left: 0;
		padding-right: 0
	}

}

.Icon--character_left:before {
	background-position: 0 0
}

.Icon--character_left:before, .Icon--character_right:before {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/cardReveal/rise-of-shadows-cardReveal-da815b9ac00f144411b56618f73ea9da2d50e11550f93556a179225fc1ffcc856166258be4d86586b8c296e6aa213482bbe266fc4c7c90ba6572503439da3bf3.png);
	width: 600px;
	height: 750px
}

.Icon--character_right:before {
	background-position: -602px 0
}

.AdventureSection {
	-moz-background-size: cover;
	     background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding-top: 50px;
	padding-bottom: 27px
}

.AdventureSection:after, .AdventureSection:before {
	content: "";
	display: block;
	position: absolute
}

.AdventureSection.lazyloaded {
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/mobile/adventureBackground-d373cbd98320e40ed673c93c604a93fc860ab2a1e96a4a89868c15c35a896786e87a45a75ae6f5f2832676eb22628a1d400d54314416696ad3f65eb80d350dc7.jpg) no-repeat top;
	background-position-y: 36px
}

@media only screen and (min-width:40em) {
	.AdventureSection.lazyloaded {
		background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/adventureBackground-5b20174ea0eeb669db9322724453cdc415d55a3ed19dc20f6a33a235c131cd9041405cb403a159ab4d07218b3bef2ecf868b8d562696c51d3cc5641c90c04c44.jpg) no-repeat top;
		background-position-y: top
	}

}

@media only screen and (min-width:72.5em) {
	.AdventureSection.lazyloaded:before {
		margin: auto;
		left: -200px;
		right: auto;
		bottom: 0;
		z-index: -1;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
		background-position: 0 0;
		width: 805px;
		height: 640px
	}

}

.AdventureSection.lazyloaded:after {
	right: 150px;
	position: relative;
	bottom: -80px
}

@media only screen and (min-width:72.5em) {
	.AdventureSection.lazyloaded:after {
		position: absolute;
		margin: auto;
		left: auto;
		right: -130px;
		bottom: 25px;
		z-index: -1;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
		background-position: -807px 0;
		width: 495px;
		height: 326px
	}

}

@media only screen and (min-width:640px) and (max-width:1024px) {
	.AdventureSection.lazyloaded:after {
		background-image: none
	}

}

@media only screen and (max-width:59.99em) {
	.AdventureSection.lazyloaded:after {
		display: none
	}

}

@media only screen and (max-width:39.99em) {
	.AdventureSection.lazyloaded:after {
		right: 0;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
		background-position: -807px 0;
		width: 495px;
		height: 326px
	}

}

@media only screen and (min-width:60em) {
	.AdventureSection.lazyloaded {
		padding: 110px 0 8em;
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/adventureBackground-5b20174ea0eeb669db9322724453cdc415d55a3ed19dc20f6a33a235c131cd9041405cb403a159ab4d07218b3bef2ecf868b8d562696c51d3cc5641c90c04c44.jpg);
		-moz-background-size: auto;
		     background-size: auto;
		background-position: top
	}

}

.AdventureSection .AdventureSection-poem {
	text-align: center;
	margin-top: 150px;
	padding-bottom: 250px;
	color: #fff
}

.AdventureSection .AdventureSection-poem h2 {
	margin-bottom: 30px;
	color: #fff
}

@media only screen and (min-width:60em) {
	.AdventureSection .AdventureSection-poem {
		padding-bottom: 0
	}

}

.AdventureSection .AdventureSection-poem .PoemBody-paragraph {
	margin-bottom: 25px;
}

.AdventureSection .AdventureSection-poem .PoemBody-paragraph .PoemBody-poemLine {
	width: 100%;
	display: inline-block;
	margin: 0 0 5px
}

.AdventureSection .Tab-nav {
	margin: -4em auto 0;
	border-width: 0;
	background-color: transparent;
	max-width: 986px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-moz-box-align: stretch;
	     align-items: stretch;
	overflow: hidden;
	position: relative;
	z-index: 5
}

@media only screen and (min-width:60em) {
	.AdventureSection .Tab-nav {
		margin-top: -2em
	}

}

@media only screen and (min-width:72.5em) {
	.AdventureSection .Tab-nav {
		max-width: 1160px
	}

}

.AdventureSection .Tab-nav>li, .AdventureSection .Tab-nav>li.active {
	background-color: transparent
}

.AdventureSection .Tab-nav>li.active>a, .AdventureSection .Tab-nav>li>a {
	color: #fff;
	border-width: 0;
	background-color: transparent
}

.AdventureSection .Tab-nav.lazyloaded>li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33%;
	-moz-box-flex: 0;
	     flex: 0 1 33%;
	max-width: 240px;
	position: relative;
	padding-bottom: 40px;
	height: 267px
}

.AdventureSection .Tab-nav.lazyloaded>li:after {
	content: "";
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 35px;
	left: 52%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	     transform: translateX(-50%);
	-webkit-transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
	-moz-transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	     backface-visibility: hidden;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
	background-position: -1059px -328px;
	width: 40px;
	height: 40px
}

.AdventureSection .Tab-nav.lazyloaded>li>a {
	padding: 0;
	margin: 0 auto;
	max-width: 95px;
	position: relative;
	overflow: visible;
	white-space: normal;
	font-size: 12px;
	line-height: 1.35
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li>a {
		font-size: 14px;
		max-width: 240px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li>a:after, .AdventureSection .Tab-nav.lazyloaded>li>a:before {
	content: "";
	display: block;
	left: 50%;
	position: relative;
	-webkit-transform: scale(.6) translateX(-85%);
	-ms-transform: scale(.6) translateX(-85%);
	-moz-transform: scale(.6) translateX(-85%);
	     transform: scale(.6) translateX(-85%);
	margin: 0 auto -7em
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li>a:after, .AdventureSection .Tab-nav.lazyloaded>li>a:before {
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		     transform: none;
		margin: 0;
		left: 0
	}

}

.AdventureSection .Tab-nav.lazyloaded>li>a:after {
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	     backface-visibility: hidden
}

.AdventureSection .Tab-nav.lazyloaded>li>a:active, .AdventureSection .Tab-nav.lazyloaded>li>a:focus, .AdventureSection .Tab-nav.lazyloaded>li>a:hover {
	border-width: 0;
	color: #fff;
	background-color: transparent
}

.AdventureSection .Tab-nav.lazyloaded>li>a:active:after, .AdventureSection .Tab-nav.lazyloaded>li>a:focus:after, .AdventureSection .Tab-nav.lazyloaded>li>a:hover:after {
	opacity: 1
}

.AdventureSection .Tab-nav.lazyloaded>li:first-child a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
	background-position: -807px -328px;
	width: 250px;
	height: 250px;
	max-height: none
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li:first-child a:before {
		max-height: 194px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li:first-child a:after {
	background-position: 0 -642px
}

.AdventureSection .Tab-nav.lazyloaded>li:first-child a:after, .AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
	width: 250px;
	height: 250px
}

.AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:before {
	background-position: -252px -642px;
	max-height: none
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:before {
		max-height: 194px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:after {
	background-position: -504px -642px
}

.AdventureSection .Tab-nav.lazyloaded>li:last-child a:before, .AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:after {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
	width: 250px;
	height: 250px
}

.AdventureSection .Tab-nav.lazyloaded>li:last-child a:before {
	background-position: -756px -642px;
	max-height: none
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li:last-child a:before {
		max-height: 194px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li:last-child a:after {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
	background-position: -1008px -642px;
	width: 250px;
	height: 250px
}

.AdventureSection .Tab-nav>li.active:after {
	opacity: 1;
	bottom: 12px
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav>li.active:after {
		bottom: -5px
	}

}

.AdventureSection .Tab-nav>li.active>a:after {
	opacity: 1
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav>li>a {
		margin: 0 .6em;
		max-width: 220px;
		font-size: inherit
	}

	.AdventureSection .Tab-nav>li>a:after, .AdventureSection .Tab-nav>li>a:before {
		margin-bottom: -4em;
		-webkit-transform: translateX(-51%);
		-ms-transform: translateX(-51%);
		-moz-transform: translateX(-51%);
		     transform: translateX(-51%)
	}

}

.AdventureSection .Tab-content {
	height: 780px;
	margin-top: -2.1em;
	padding: 1em 0 10em;
	border: none
}

.AdventureSection .Tab-content.lazyloaded {
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/paper-0c82d84dcb8e2ceae34ba8078632c698056d01df03ec2e2d491711b8d98289271a8c3d2fd7ba56872b4f7495316d592fc873cc4437b3b99c9682354bf4dd83c1.png) no-repeat center 20px
}

.AdventureSection .Tab-content p {
	padding: 0 40px 40px;
	margin-bottom: 0;
	text-shadow: 0 0 10px #000;
	font-size: 16px;
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-content p {
		padding: 26px 140px 0
	}

}

@media only screen and (min-width:60em) {
	.AdventureSection .Tab-content p {
		padding: 26px 140px 0
	}

}

@media only screen and (min-width:39.99em) and (max-width:72.49em) {
	.AdventureSection .Tab-content p {
		padding: 26px 140px 40px
	}

}

.AdventureSection .Tab-paneHeader {
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1em;
	padding: 0;
	padding-top: 70px;
	margin-top: 10px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	     transform: translateX(-50%)
}

.AdventureSection .Tab-paneHeader.is-fixed {
	position: absolute
}

@media only screen and (min-width:60em) {
	.AdventureSection .Tab-paneHeader {
		margin-top: 5px
	}

}

.AdventureSection .Tab-pane {
	max-width: 900px;
	margin: 0 auto;
	height: 600px;
	position: relative
}

.AdventureSection .Tab-pane.fade:not(.in) {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.AdventureSection .Tab-pane.fade.in {
	opacity: 1
}

.AdventureSection+.PageDivider {
	z-index: 10
}

@media only screen and (min-width:60em) {
	.AdventureSection+.PageDivider:before {
		content: "";
		display: block;
		position: absolute;
		right: 70%;
		top: 1px;
		margin-right: 112px;
		z-index: 1
	}

}

.AdventureSection .PageDivider {
	bottom: -60px;
	z-index: 0;
	position: absolute
}

.AdventureSection-header {
	color: #fff
}

@media only screen and (min-width:60em) {
	.body-text.AdventureSection-subheader {
		max-width: 850px
	}

}

.header {
	position: relative;
	bottom: 125px
}

@media only screen and (min-width:40em) {
	.header {
		bottom: 95px
	}

}

@media only screen and (min-width:60em) {
	.header {
		bottom: 32px
	}

}

.TabContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	     flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	height: 500px;
	position: relative;
	top: 0
}

@media only screen and (min-width:40em) {
	.TabContent {
		margin-bottom: 0;
		height: 600px;
		top: -4.5em
	}

}

.Adventure-tabImage {
	margin-bottom: -10px;
	margin-top: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-moz-box-flex: 0;
	     flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	     align-items: center
}

@media only screen and (min-width:39.99em) and (max-width:72.49em) {
	.Adventure-tabImage {
		margin-bottom: -40px;
		margin-top: 40px
	}

}

@media only screen and (min-width:60em) {
	.Adventure-tabImage {
		margin-bottom: -30px;
		margin-top: 10px
	}

}

.Adventure-tabImage img {
	max-width: none
}

@media only screen and (min-width:60em) {
	.Adventure-tabImage img {
		width: 100%;
		max-width: 650px;
		min-width: 400px
	}

}

.AdventureContent {
	position: relative;
	top: 70px
}

@media only screen and (min-width:39.99em) and (max-width:72.49em) {
	.Tab--uniqueClasses .Adventure-tabImage {
		margin-bottom: -40px;
		margin-top: 60px
	}

}

.Tab--uniqueClasses .Adventure-tabImage img {
	min-width: 110%
}

@media only screen and (max-width:59.99em) {
	.Tab--uniqueClasses .Adventure-tabImage img {
		margin-bottom: 30px;
		min-width: 130%;
		max-width: 100%
	}

}

@media only screen and (min-width:40em) {
	.Tab--uniqueClasses .Adventure-tabImage img {
		min-width: inherit
	}

}

@-moz-keyframes cardShake {
	10%, 20% {
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		     transform: rotate(2deg)
	}

	5%, 15% {
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		     transform: rotate(-2deg)
	}

	25%, 95% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		     transform: rotate(0deg)
	}

}

@keyframes cardShake {
	10%, 20% {
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		     transform: rotate(2deg)
	}

	5%, 15% {
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		     transform: rotate(-2deg)
	}

	25%, 95% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		     transform: rotate(0deg)
	}

}

.CardRevealSection, .CardSection {
	position: relative;
	padding: 0
}

.CardSection {
	z-index: 3;
	margin-bottom: 15px
}

.has-character-animation .CardSection:after, .has-character-animation .CardSection:before {
	content: "";
	position: absolute;
	z-index: 1
}

@media only screen and (min-width:72.5em) {
	.has-character-animation .CardSection:after, .has-character-animation .CardSection:before {
		display: block
	}

}

.has-character-animation .CardSection:after, .has-character-animation .CardSection:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-moz-transform: translate(0);
	     transform: translate(0)
}

.CardSection .body-text {
	color: #000
}

.CardSection.Media:after, .CardSection.Media:before {
	display: none
}

.CardRevealSection.has-character-animation.is-visible .CardSection:after, .CardRevealSection.has-character-animation.is-visible .CardSection:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-moz-transform: translate(0);
	     transform: translate(0)
}

@media only screen and (min-width:60em) {
	.CardRevealSection {
		margin: 20px 0 23px
	}

}

.CardRevealSection .CardSection-revealedCards {
	margin: 35px auto;
	display: block
}

@media only screen and (min-width:60em) {
	.CardRevealSection .CardSection-revealedCards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -moz-box;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-moz-box-pack: center;
		     justify-content: center;
		width: 98%
	}

}

.CardRevealSection .Carousel-indicators {
	margin-bottom: 4em
}

@media only screen and (min-width:40em) {
	.CardRevealSection .Carousel-indicators {
		margin: 0 0 15px
	}

}

.CardRevealSection .FlipCard-Container {
	position: relative;
	height: 320px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: -webkit-transform .15s ease-out;
	-moz-transition: transform .15s ease-out, -moz-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out, -moz-transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out;
	cursor: pointer
}

@media only screen and (min-width:60em) {
	.CardRevealSection .FlipCard-Container {
		width: 230px;
		height: 355px
	}

}

.CardRevealSection .FlipCard-Container:hover .FlipCard-back img {
	-webkit-transform: scale(1.015) translateY(-50%);
	-ms-transform: scale(1.015) translateY(-50%);
	-moz-transform: scale(1.015) translateY(-50%);
	     transform: scale(1.015) translateY(-50%)
}

.CardRevealSection .FlipCard-Container:hover .FlipCard-back:after {
	opacity: 1
}

.CardRevealSection .FlipCard-Container.FlipCard--turned .FlipCard-back {
	display: none
}

.CardRevealSection .FlipCard-Container.FlipCard--turned .FlipCard-front {
	-webkit-transform: translateZ(0) rotateY(0deg) scale(1);
	-moz-transform: translateZ(0) rotateY(0deg) scale(1);
	     transform: translateZ(0) rotateY(0deg) scale(1);
	opacity: 1
}

.CardRevealSection .FlipCard-Container:hover:not(.FlipCard--flipped).FlipCard--turned {
	cursor: default;
	-webkit-animation: none;
	-moz-animation: none;
	     animation: none
}

.CardRevealSection .FlipCard-Container.FlipCard--flipped {
	cursor: default
}

.CardRevealSection .FlipCard-Container .FlipCard {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	     transform-style: preserve-3d;
	position: relative;
	z-index: 2;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none
}

.CardRevealSection .FlipCard-Container .FlipCard img {
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	     transform: translateY(-50%)
}

@media only screen and (max-width:59.99em) {
	.CardRevealSection .FlipCard-Container .FlipCard img {
		height: 100%
	}

}

.CardRevealSection .FlipCard-Container .FlipCard-back, .CardRevealSection .FlipCard-Container .FlipCard-front {
	position: absolute;
	width: 100%;
	height: 100%
}

.CardRevealSection .FlipCard-Container .FlipCard-front {
	-webkit-transform: translateZ(-1px) rotateY(180deg) scale(1);
	-moz-transform: translateZ(-1px) rotateY(180deg) scale(1);
	     transform: translateZ(-1px) rotateY(180deg) scale(1);
	-moz-border-radius: 18px;
	     border-radius: 18px;
	cursor: default;
	opacity: 0
}

.CardRevealSection .FlipCard-Container .FlipCard-back {
	-webkit-animation: none;
	-moz-animation: none;
	     animation: none;
	position: relative
}

.CardRevealSection .FlipCard-Container .FlipCard-back img {
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: -webkit-transform .15s ease-out;
	-moz-transition: transform .15s ease-out, -moz-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out, -moz-transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.CardRevealSection .FlipCard-Container .FlipCard-back:after {
	content: "";
	position: absolute;
	width: 82%;
	height: 83%;
	top: 50%;
	left: 9.5%;
	-webkit-animation: cardGlow 2s ease-in-out infinite alternate;
	-moz-animation: cardGlow 2s ease-in-out infinite alternate;
	     animation: cardGlow 2s ease-in-out infinite alternate;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	     transform: translateY(-50%);
	-webkit-transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	display: none
}

@media only screen and (min-width:72.5em) {
	.CardRevealSection .FlipCard-Container .FlipCard-back:after {
		display: block
	}

}

.CardRevealSection .FlipCard-Container.FlipCard--preFlipped, .CardRevealSection .FlipCard-Container.slick-center {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	     transform: scale(1)
}

.rise-of-shadows #CardRevealSection .Slick {
	max-height: 378px;
	overflow: hidden
}

.rise-of-shadows #CardRevealSection .PageDivider {
	z-index: 3
}

.rise-of-shadows .CardSection {
	z-index: 4
}

@media only screen and (max-width:59.99em) {
	.rise-of-shadows .CardSection {
		margin-bottom: 50px
	}

}

.rise-of-shadows .CardRevealSection:after, .rise-of-shadows .CardRevealSection:before {
	position: absolute;
	content: "";
	display: none;
	pointer-events: none;
	-webkit-transition: all .45s ease-out;
	-moz-transition: all .45s ease-out;
	transition: all .45s ease-out;
	z-index: 3
}

@media only screen and (min-width:1230px) {
	.rise-of-shadows .CardRevealSection:after, .rise-of-shadows .CardRevealSection:before {
		display: block
	}

}

.rise-of-shadows .CardRevealSection:after {
	background-position: -602px 0
}

.rise-of-shadows .CardRevealSection.lazyloaded:before {
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	-moz-transform: translate(-100%);
	     transform: translate(-100%);
	bottom: -36px;
	left: -550px
}

@media only screen and (min-width:1600px) {
	.rise-of-shadows .CardRevealSection.lazyloaded:before {
		left: 30px;
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/cardReveal/rise-of-shadows-cardReveal-da815b9ac00f144411b56618f73ea9da2d50e11550f93556a179225fc1ffcc856166258be4d86586b8c296e6aa213482bbe266fc4c7c90ba6572503439da3bf3.png);
		background-position: 0 0;
		width: 600px;
		height: 750px
	}

}

@media only screen and (min-width:2100px) {
	.rise-of-shadows .CardRevealSection.lazyloaded:before {
		left: 120px;
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/cardReveal/rise-of-shadows-cardReveal-da815b9ac00f144411b56618f73ea9da2d50e11550f93556a179225fc1ffcc856166258be4d86586b8c296e6aa213482bbe266fc4c7c90ba6572503439da3bf3.png);
		background-position: 0 0;
		width: 600px;
		height: 750px
	}

}

.rise-of-shadows .CardRevealSection.lazyloaded:after {
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	-moz-transform: translate(100%);
	     transform: translate(100%);
	right: -285px;
	bottom: -50px
}

@media only screen and (min-width:1600px) {
	.rise-of-shadows .CardRevealSection.lazyloaded:after {
		right: 32px;
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/cardReveal/rise-of-shadows-cardReveal-da815b9ac00f144411b56618f73ea9da2d50e11550f93556a179225fc1ffcc856166258be4d86586b8c296e6aa213482bbe266fc4c7c90ba6572503439da3bf3.png);
		background-position: -602px 0;
		width: 600px;
		height: 750px
	}

}

@media only screen and (min-width:2100px) {
	.rise-of-shadows .CardRevealSection.lazyloaded:after {
		right: 125px;
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/cardReveal/rise-of-shadows-cardReveal-da815b9ac00f144411b56618f73ea9da2d50e11550f93556a179225fc1ffcc856166258be4d86586b8c296e6aa213482bbe266fc4c7c90ba6572503439da3bf3.png);
		background-position: -602px 0;
		width: 600px;
		height: 750px
	}

}

.rise-of-shadows .CardRevealSection h2 {
	color: #68048b
}

.rise-of-shadows .CardRevealSection .Carousel-indicators {
	padding-top: 50px
}

@media only screen and (min-width:750px) {
	.rise-of-shadows .CardRevealSection .Carousel-indicators {
		margin-top: -1rem
	}

}

.rise-of-shadows .CardRevealSection.has-character-animation.is-visible:after, .rise-of-shadows .CardRevealSection.has-character-animation.is-visible:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-moz-transform: translate(0);
	     transform: translate(0)
}

.rise-of-shadows .CardRevealSection .FlipCard-back img {
	max-height: 97%
}

.rise-of-shadows .CardRevealSection .FlipCard-back:after {
	top: 49%
}

@-webkit-keyframes cardGlow {
	0% {
		-webkit-box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7);
		box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7)
	}

	to {
		-webkit-box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7);
		box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7)
	}

}

@-moz-keyframes cardGlow {
	0% {
		-webkit-box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7);
		-moz-box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7);
		     box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7)
	}

	to {
		-webkit-box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7);
		-moz-box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7);
		     box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7)
	}

}

@keyframes cardGlow {
	0% {
		-webkit-box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7);
		-moz-box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7);
		     box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7)
	}

	to {
		-webkit-box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7);
		-moz-box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7);
		     box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7)
	}

}

.CardContainer .newMessage {
	opacity: 0;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: .75em;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-webkit-animation: newGlow 3.5s ease-in-out infinite alternate;
	-moz-animation: newGlow 3.5s ease-in-out infinite alternate;
	     animation: newGlow 3.5s ease-in-out infinite alternate
}

.CardContainer.new .newMessage {
	opacity: 1
}

@media only screen and (min-width:510px) {
	.cards .pswp__button--share {
		display: none
	}

}

.cards .CopyLinkTooltip {
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	     transform: translate(-50%);
	left: 50%;
	position: fixed;
	top: 0;
	display: block;
	z-index: -1;
	font-size: 16px
}

.cards .CopyLinkTooltip:before {
	display: none
}

.cards .CopyLinkTooltip.active {
	opacity: 1;
	visibility: visible;
	z-index: 1601
}

@media only screen and (min-width:510px) {
	.cards .CopyLinkTooltip {
		position: absolute;
		left: 70%;
		-webkit-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		-moz-transform: translate(-50%, -100%);
		     transform: translate(-50%, -100%)
	}

	.cards .CopyLinkTooltip:before {
		display: block
	}

	.cards .CopyLinkTooltip.active {
		opacity: 1;
		visibility: visible;
		top: -1em
	}

}

.cards .pswp__share-tooltip--title {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	width: 325px;
	margin: auto;
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	background-position: 0 -556px;
	width: 318px;
	height: 29px;
	font-size: 15px;
	padding-top: 5px;
	letter-spacing: .55px;
	color: #fff;
	text-shadow: #000 2px 0 0, #000 1.75517px .95885px 0, #000 1.0806px 1.68294px 0, #000 .14147px 1.99499px 0, #000 -.83229px 1.81859px 0, #000 -1.60229px 1.19694px 0, #000 -1.97998px .28224px 0, #000 -1.87291px -.70157px 0, #000 -1.30729px -1.5136px 0, #000 -.42159px -1.95506px 0, #000 .56732px -1.91785px 0, #000 1.41734px -1.41108px 0, #000 1.92034px -.55883px 0
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-tooltip--title {
		display: block
	}

}

.cards #clipBoard {
	opacity: 0;
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	z-index: -1;
	pointer-events: none;
	left: -150px;
	font-size: 24px
}

.cards #clipBoard:active, .cards #clipBoard:focus {
	font-size: 24px
}

.cards .pswp__container {
	-webkit-transition: top .25s ease-out;
	-moz-transition: top .25s ease-out;
	transition: top .25s ease-out
}

@media only screen and (min-width:510px) {
	.cards .pswp__container {
		top: -125px
	}

}

.cards .pswp__scroll-wrap {
	overflow: visible
}

.cards .pswp__top-bar {
	z-index: 1499
}

.cards .pswp__share-tooltip {
	position: fixed;
	top: -90px;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: auto;
	background-color: transparent;
	padding: 10px 0 30px;
	text-align: center;
	white-space: nowrap;
	overflow: auto;
	z-index: 1500;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	     transform: none;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.cards .pswp__share-tooltip:before {
	content: "";
	position: fixed;
	top: -80px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	     transform: translate3d(-50%, 0, 0);
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	background-position: 0 0;
	width: 520px;
	height: 210px
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-tooltip:before {
		position: absolute;
		top: -180px;
		left: 50%;
		-webkit-transform: translate3d(-50%, 180px, 0);
		-moz-transform: translate3d(-50%, 180px, 0);
		     transform: translate3d(-50%, 180px, 0)
	}

}

@media only screen and (min-width:510px) {
	.cards .pswp__share-tooltip {
		left: 0;
		position: absolute;
		top: 525px;
		bottom: 0;
		width: 520px;
		height: 210px;
		padding: 80px 0 0;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		     transform: translateZ(0);
		-webkit-transition: opacity .25s ease-out;
		-moz-transition: opacity .25s ease-out;
		transition: opacity .25s ease-out;
		overflow: visible
	}

}

.cards .pswp__button {
	z-index: 1601
}

.cards .pswp__share-modal {
	right: 0;
	margin: auto
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal {
		display: block;
		opacity: 1;
		background: none
	}

	.cards .pswp__share-modal.pswp__share-modal--hidden {
		display: block;
		opacity: 1
	}

}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal {
		width: 520px
	}

}

.cards .pswp__share-modal.pswp__share-modal--fade-in .pswp__share-tooltip {
	top: 0
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal.pswp__share-modal--fade-in .pswp__share-tooltip {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		     transform: translateZ(0);
		top: 525px
	}

}

.cards .pswp__share-modal .pswp__share-CardGallery {
	width: 57px;
	height: 57px;
	display: inline-block;
	margin: 0 3.5px;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	position: relative
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal .pswp__share-CardGallery:hover {
		-webkit-transform: translate3d(0, -2.5px, 0);
		-moz-transform: translate3d(0, -2.5px, 0);
		     transform: translate3d(0, -2.5px, 0);
		-webkit-box-shadow: 0 1px rgba(0, 0, 0, .7);
		-moz-box-shadow: 0 1px rgba(0, 0, 0, .7);
		     box-shadow: 0 1px rgba(0, 0, 0, .7)
	}

}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal .pswp__share-CardGallery:active {
		-webkit-transform: scale(.975) translateZ(0);
		-moz-transform: scale(.975) translateZ(0);
		     transform: scale(.975) translateZ(0)
	}

}

.cards .pswp__share-modal .pswp__share-CardGallery--download {
	background-position: -417px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--copyLink, .cards .pswp__share-modal .pswp__share-CardGallery--download {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 57px;
	height: 57px
}

.cards .pswp__share-modal .pswp__share-CardGallery--copyLink {
	background-position: -240px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--twitter {
	background-position: -476px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--facebook, .cards .pswp__share-modal .pswp__share-CardGallery--twitter {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 57px;
	height: 57px
}

.cards .pswp__share-modal .pswp__share-CardGallery--facebook {
	background-position: -358px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--vk {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	background-position: -535px -587px;
	width: 57px;
	height: 57px
}

.cards .Hero {
	-moz-background-size: 100%;
	     background-size: 100%;
	padding: 0 0 5em
}

@media only screen and (min-width:60em) {
	.cards .Hero {
		padding: 3em 0 5em;
		-moz-background-size: cover;
		     background-size: cover
	}

}

.cards .Hero .Header-logo {
	margin-top: 35px;
	margin-bottom: -2em;
	max-width: 385px;
	width: 100%
}

@media only screen and (min-width:60em) {
	.cards .Hero .Header-logo {
		margin-top: 3em
	}

}

.cards .PageDivider--top {
	margin-bottom: -80px
}

@media only screen and (min-width:60em) {
	.cards .PageDivider--top {
		width: -moz-calc(100% - 20px - 75px);
		width: calc(100% - 20px - 75px);
		margin-left: 20px
	}

	.cards .PageDivider--top:after, .cards .PageDivider--top:before {
		content: "";
		top: 0;
		height: 100%;
		position: absolute;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/backgroundDividers2.png)
	}

	.cards .PageDivider--top:before {
		left: -20px;
		width: 60px;
		background-position: left -106px
	}

	.cards .PageDivider--top:after {
		right: -75px;
		width: 120px;
		background-position: right -106px
	}

}

.cards .Hero .header-text {
	margin-top: 30px;
	margin-bottom: 45px
}

.cards .CardFilters {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 40px;
	margin-top: -2em;
	z-index: 10;
	overflow: scroll;
	overflow-y: hidden
}

@media (min-width:840px) {
	.cards .CardFilters {
		overflow-x: auto;
		bottom: 37px
	}

}

@media only screen and (max-width:59.99em) {
	.cards .CardFilters {
		height: 73px;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 0 1em
	}

}

.cards .CardFilter {
	padding: 1em;
	display: inline-block;
	opacity: .8;
	-webkit-transform: scale(.9) translateY(10%);
	-ms-transform: scale(.9) translateY(10%);
	-moz-transform: scale(.9) translateY(10%);
	     transform: scale(.9) translateY(10%);
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	transition: all .15s ease-in;
	overflow: hidden;
	text-indent: -9999px
}

.cards .CardFilter:hover:not(.is-disabled) {
	opacity: 1;
	cursor: pointer
}

.cards .CardFilter.is-active {
	opacity: 1;
	-webkit-filter: brightness(1.25);
	filter: brightness(1.25);
	-webkit-transform: scale(1.1) translateY(4%);
	-ms-transform: scale(1.1) translateY(4%);
	-moz-transform: scale(1.1) translateY(4%);
	     transform: scale(1.1) translateY(4%)
}

.cards .CardFilter.is-disabled {
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.cards .classBg-druid {
	background-position: 0 -470px
}

.cards .classBg-druid, .cards .classBg-hunter {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 305px;
	height: 84px
}

.cards .classBg-hunter {
	background-position: -307px -470px
}

.cards .classBg-mage {
	background-position: -522px -172px
}

.cards .classBg-mage, .cards .classBg-neutral {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 305px;
	height: 84px
}

.cards .classBg-neutral {
	background-position: 0 -298px
}

.cards .classBg-paladin {
	background-position: 0 -384px
}

.cards .classBg-paladin, .cards .classBg-priest {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 305px;
	height: 84px
}

.cards .classBg-priest {
	background-position: -522px 0
}

.cards .classBg-rogue {
	background-position: -522px -86px
}

.cards .classBg-rogue, .cards .classBg-shaman {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 305px;
	height: 84px
}

.cards .classBg-shaman {
	background-position: 0 -212px
}

.cards .classBg-warlock {
	background-position: -522px -258px
}

.cards .classBg-warlock, .cards .classBg-warrior {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 305px;
	height: 84px
}

.cards .classBg-warrior {
	background-position: -522px -344px
}

.cards .download-dark {
	background-position: -417px -587px
}

.cards .download-dark, .cards .fb {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 57px;
	height: 57px
}

.cards .fb {
	background-position: -358px -587px
}

.cards .heroClassAllCards {
	background-position: -307px -212px
}

.cards .heroClassAllCards, .cards .heroClassDruid {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 78px;
	height: 65px
}

.cards .heroClassDruid {
	background-position: -387px -212px
}

.cards .heroClassHunter {
	background-position: -307px -298px
}

.cards .heroClassHunter, .cards .heroClassMage {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 78px;
	height: 65px
}

.cards .heroClassMage {
	background-position: -387px -298px
}

.cards .heroClassNeutral {
	background-position: -307px -384px
}

.cards .heroClassNeutral, .cards .heroClassPaladin {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 78px;
	height: 65px
}

.cards .heroClassPaladin {
	background-position: -387px -384px
}

.cards .heroClassPriest {
	background-position: -614px -470px
}

.cards .heroClassPriest, .cards .heroClassRogue {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 78px;
	height: 65px
}

.cards .heroClassRogue {
	background-position: -694px -470px
}

.cards .heroClassShaman {
	background-position: 0 -587px
}

.cards .heroClassShaman, .cards .heroClassWarlock {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 78px;
	height: 65px
}

.cards .heroClassWarlock {
	background-position: -80px -587px
}

.cards .heroClassWarrior {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	background-position: -160px -587px;
	width: 78px;
	height: 65px
}

.cards .link-dark {
	background-position: -240px -587px
}

.cards .link-dark, .cards .reddit {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 57px;
	height: 57px
}

.cards .reddit {
	background-position: -299px -587px
}

.cards .share-panel {
	background-position: 0 0;
	width: 520px;
	height: 210px
}

.cards .share-panel, .cards .titleBg {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png)
}

.cards .titleBg {
	background-position: 0 -556px;
	width: 318px;
	height: 29px
}

.cards .twitter {
	background-position: -476px -587px
}

.cards .twitter, .cards .vk {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/card-gallery-4c30fb919c175e349a0d7a232cb353586294be926423eb965afb28191f7e51f376095690b2ba9bade90b51b17dca7c31f9d378b401d67b76fbde0c72b99f6754.png);
	width: 57px;
	height: 57px
}

.cards .vk {
	background-position: -535px -587px
}

.cards .CardSection {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 360px
}

.cards .CardClassHeader {
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto
}

.cards .CardClassHeader span {
	margin-top: 27px;
	display: inline-block
}

.cards .CardCount {
	margin-bottom: 3em
}

.cards .CardContainer {
	width: 232px;
	height: 0;
	margin-bottom: 4em;
	opacity: 1;
	overflow: visible !important;
	position: relative
}

.cards .CardContainer:after {
	content: "";
	position: absolute;
	width: 75%;
	height: 79%;
	top: 14%;
	left: 14%;
	-webkit-animation: blueGlow 2s ease-in-out infinite alternate;
	-moz-animation: blueGlow 2s ease-in-out infinite alternate;
	     animation: blueGlow 2s ease-in-out infinite alternate;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	display: none
}

@media only screen and (min-width:40em) {
	.cards .CardContainer:after {
		display: block
	}

}

.cards .CardContainer img {
	-webkit-filter: drop-shadow(0 0 0 transparent);
	filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.cards .CardContainer:nth-child(-n+5) {
	position: relative;
	z-index: 10
}

.cards .CardContainer:not(.CardContainer--revealed) img {
	padding: 14px;
	opacity: .6
}

.cards .CardContainer.is-visible {
	height: 312px;
	display: block
}

.cards .CardContainer.is-hidden {
	padding: 0;
	display: none
}

.cards .CardContainer.CardContainer--revealed:hover {
	text-decoration: none
}

.cards .CardContainer.CardContainer--revealed:hover:after {
	opacity: 1
}

.cards .CardContainer.CardContainer--revealed:hover img {
	-webkit-transform: translateY(0) scale(1.035);
	-ms-transform: translateY(0) scale(1.035);
	-moz-transform: translateY(0) scale(1.035);
	     transform: translateY(0) scale(1.035);
	-webkit-filter: drop-shadow(0 0 13px rgba(0, 0, 0, .25));
	filter: drop-shadow(0 0 13px rgba(0, 0, 0, .25))
}

.cards .CardContainer.CardContainer--revealed:hover .newMessage {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-moz-transform: translateY(5px);
	     transform: translateY(5px)
}

.cards .CardContainer.CardContainer--revealed:active, .cards .CardContainer.CardContainer--revealed:focus {
	text-decoration: none
}

.cards .CardContainer--cardBack:before {
	content: "";
	display: block;
	top: 0;
	left: 14px;
	right: 14px;
	bottom: -5px;
	position: absolute;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e8d5aa), color-stop(70%, transparent));
	background-image: -webkit-linear-gradient(bottom, #e8d5aa 10%, transparent 70%);
	background-image: -moz-linear-gradient(bottom, #e8d5aa 10%, transparent 70%);
	background-image: linear-gradient(0deg, #e8d5aa 10%, transparent 70%);
	z-index: 1
}

@-webkit-keyframes newGlow {
	0% {
		text-shadow: rgba(73, 156, 227, .3) 1px 0 0, rgba(73, 156, 227, .3) .5403px .84147px 0, rgba(73, 156, 227, .3) -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, rgba(73, 156, 227, .3) -.65364px -.7568px 0, rgba(73, 156, 227, .3) .28366px -.95892px 0, rgba(73, 156, 227, .3) .96017px -.27942px 0, rgba(205, 255, 255, .7) 0 0 15px
	}

	to {
		text-shadow: #499ce3 1px 0 0, #499ce3 .5403px .84147px 0, #499ce3 -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, #499ce3 -.65364px -.7568px 0, #499ce3 .28366px -.95892px 0, #499ce3 .96017px -.27942px 0, #cdffff 0 0 25px
	}

}

@-moz-keyframes newGlow {
	0% {
		text-shadow: rgba(73, 156, 227, .3) 1px 0 0, rgba(73, 156, 227, .3) .5403px .84147px 0, rgba(73, 156, 227, .3) -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, rgba(73, 156, 227, .3) -.65364px -.7568px 0, rgba(73, 156, 227, .3) .28366px -.95892px 0, rgba(73, 156, 227, .3) .96017px -.27942px 0, rgba(205, 255, 255, .7) 0 0 15px
	}

	to {
		text-shadow: #499ce3 1px 0 0, #499ce3 .5403px .84147px 0, #499ce3 -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, #499ce3 -.65364px -.7568px 0, #499ce3 .28366px -.95892px 0, #499ce3 .96017px -.27942px 0, #cdffff 0 0 25px
	}

}

@keyframes newGlow {
	0% {
		text-shadow: rgba(73, 156, 227, .3) 1px 0 0, rgba(73, 156, 227, .3) .5403px .84147px 0, rgba(73, 156, 227, .3) -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, rgba(73, 156, 227, .3) -.65364px -.7568px 0, rgba(73, 156, 227, .3) .28366px -.95892px 0, rgba(73, 156, 227, .3) .96017px -.27942px 0, rgba(205, 255, 255, .7) 0 0 15px
	}

	to {
		text-shadow: #499ce3 1px 0 0, #499ce3 .5403px .84147px 0, #499ce3 -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, #499ce3 -.65364px -.7568px 0, #499ce3 .28366px -.95892px 0, #499ce3 .96017px -.27942px 0, #cdffff 0 0 25px
	}

}

.rise-of-shadows.cards .CardRevealSchedule-times {
	color: #ce6ed4
}

.rise-of-shadows.cards .Hero {
	background-position: center 50px;
	-moz-background-size: cover;
	     background-size: cover
}

@media only screen and (min-width:60em) {
	.rise-of-shadows.cards .Hero {
		-moz-background-size: contain;
		     background-size: contain
	}

}

.rise-of-shadows.cards .Hero:after {
	content: "";
	position: absolute;
	background: url(/images/rise-of-shadows/decoration.png);
	z-index: 2;
	width: 157px;
	height: 107px;
	right: -4px;
	bottom: 12px;
	display: none
}

@media only screen and (min-width:1100px) {
	.rise-of-shadows.cards .Hero:after {
		display: block
	}

}

.rise-of-shadows.cards .Hero .Header-logo {
	max-width: 500px;
	margin-top: 7em
}

.rise-of-shadows.cards .header-text {
	margin-top: 0
}

.rise-of-shadows.cards .header-text:before {
	display: none
}

.rise-of-shadows.cards .TagButton {
	margin: 3em 0;
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	-moz-transform: scale(.85);
	     transform: scale(.85)
}

.rise-of-shadows.cards .Parallax-layer {
	display: none
}

@media only screen and (min-width:40em) {
	.rise-of-shadows.cards .Parallax-layer {
		display: block;
		background-position: center 40px;
		-moz-background-size: cover;
		     background-size: cover
	}

}

@media only screen and (min-width:72.5em) {
	.rise-of-shadows.cards .Parallax-layer {
		background-position: top
	}

}

.rise-of-shadows.cards .pswp__ui--idle .pswp__top-bar {
	opacity: 1
}

.rise-of-shadows.cards .pswp__button:not(.pswp__button--arrow--left):not(.pswp__button--arrow--right) {
	background-image: url(images/ui/photoswipe/default-skin-f0f7b5fe9bf815a08ca748f4533e8c016909643a12d4ef49552024eecc787158c479d8ccdda7aac195094adcde372899d5b1066a56dde53fcb4d1d7831e68037.png)
}

.cards .CardContainer--cardBack:before {
	background-image: none
}

.cards .body {
	padding-top: 30px
}

.cards .CardRevealSchedule {
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/cardSchedule/rise-of-shadows/BG_375px-17396c347a0d60d23c967cf353a15e70f85dd004d5f8d9d9624116773463dfb9c08e090a02a5873bbc01ea59077df9944b1ad0fcdd638b783cf5ff1ab008ad60.jpg) no-repeat 50% -150px #000;
	height: auto;
	width: 100%;
	padding-top: 80px;
	-moz-background-size: contain;
	     background-size: contain;
	padding-bottom: 215px;
	position: relative
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule {
		background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/cardSchedule/rise-of-shadows/BG_1900px-811389629555d9b703aca41e0ead428462205ea1c69afb712340f2285928100fd0d1e1f380c37e761dc33b55d61e19587afd2b1305c5a23c86662bc5dbce726e.jpg) no-repeat top #040509;
		-moz-background-size: cover;
		     background-size: cover;
		padding-bottom: 230px;
		padding-top: 175px
	}

}

.cards .CardRevealSchedule:after {
	content: "";
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/cardSchedule/13/Divider-679530a4040e839dbf24656dd5a0b0e688fe3b1f32dd831105016bf241a63c60a5a3738a1f0a3221d35b764b51ee52cfe40563f6e49a601c9625498feeef2381.png) repeat-x 0 255px;
	width: 100%;
	height: 391px;
	position: absolute;
	bottom: -5px;
	left: 0
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule:after {
		background-position: 0 245px
	}

}

.cards .CardRevealSchedule .ContentSection {
	max-width: 1603px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	     justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	     align-items: center;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	     flex-direction: column;
	width: 100%;
	padding: 0;
	z-index: 1
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .ContentSection {
		padding: 0 5%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		     flex-direction: row
	}

}

@media only screen and (min-width:1760px) {
	.cards .CardRevealSchedule .ContentSection {
		padding: 0
	}

}

.cards .CardRevealSchedule .PageDivider {
	position: absolute;
	bottom: -20px;
	z-index: 10
}

.cards .CardRevealSchedule .CardFilters {
	bottom: 35px
}

@media only screen and (min-width:40em) {
	.cards .CardRevealSchedule .CardFilters {
		bottom: 37px
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
	width: 100%;
	position: relative;
	z-index: 5;
	max-height: 1092px
}

@media only screen and (min-width:30em) {
	.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
		max-height: 835px
	}

}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
		width: 50%;
		padding-right: 15px;
		max-height: 520px
	}

}

@media only screen and (min-width:62em) {
	.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
		width: 57%
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 5%;
	position: relative;
	z-index: 5;
	margin-bottom: 50px
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel {
		width: 50%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0
	}

}

@media only screen and (min-width:62em) {
	.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel {
		width: 40%;
		padding-right: 5%
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-infoText {
	padding: 0 10%
}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-infoText h2 {
	font-size: 24px;
	margin-bottom: 15px
}

@media only screen and (max-width:47.9375em) {
	.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-infoText h2 {
		font-size: 36px
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-infoText p {
	font-size: 16px
}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-Logo {
	width: 100%;
	max-width: 450px;
	margin: 0 auto
}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-Logo img {
	width: 100%
}

.cards .CardRevealSchedule .HypeSlider {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.cards .CardRevealSchedule .HypeSlider.HypeSlider--ready {
	opacity: 1
}

.cards .CardRevealSchedule .slick-carousel:after, .cards .CardRevealSchedule .slick-carousel:before {
	opacity: .85;
	z-index: 1;
	pointer-events: none
}

.cards .CardRevealSchedule .slick-carousel:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .65)), to(transparent));
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .65)), to(transparent));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .65) 0, transparent);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .65) 0, transparent);
	background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, transparent)
}

.cards .CardRevealSchedule .slick-carousel:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .65)));
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), to(rgba(0, 0, 0, .65)));
	background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, .65));
	background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, .65));
	background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .65))
}

@media only screen and (min-width:520px) {
	.cards .CardRevealSchedule .slick-carousel:after, .cards .CardRevealSchedule .slick-carousel:before {
		display: none
	}

}

.cards .CardRevealSchedule .Slide {
	float: left
}

.cards .CardRevealSchedule .Slide.revealed .CardHype-card:after, .cards .CardRevealSchedule .Slide.revealed .CardHype-card:before, .cards .CardRevealSchedule .Slide.revealed .CardHype-card img {
	opacity: .65
}

.cards .CardRevealSchedule .Slide .CardHype {
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	     flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	justify-items: center
}

.cards .CardRevealSchedule .Slide .CardHype.placeholder .CardHype-card:before {
	display: none
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card {
	width: 154px;
	height: 234px;
	position: relative;
	padding-top: 17px;
	margin: 12px auto;
	background: url(/images/expansions/cardSchedule/rise-of-shadows/Frame_BG.png) 50% no-repeat;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	     flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-box-pack: start;
	     justify-content: flex-start
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card.noLink:hover, .cards .CardRevealSchedule .Slide .CardHype .CardHype-card:hover {
	cursor: default
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card img {
	width: 125px;
	height: 100%;
	max-height: 125px;
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-placeholderImage {
	display: block;
	width: 125px;
	height: 100%;
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/cardSchedule/13/Frame_Lock-01186e12feffe83bb55081e85d01ecb09eed80e872f166c63439c6b7d647032bdaa3397346e7c71ddaaf1ab5d6912f5a92f6576b31faecd81bc55195c19f66d5.png) 0 0 no-repeat
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/cardSchedule/rise-of-shadows/Frame-f4943dd087d2e65dc181d0d1914cbf8541eb406bac79bf08f8238302c9b3557b363ce3e0fc695085a04cc842d6ad195b746f1c21f24a7e5c707de770dc76c4d4.png) 50% no-repeat
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 18px;
	width: 120px;
	height: 120px;
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/cardSchedule/FadeOverlay-edf2266958ff3b575ac219ef2db6783c8fc309e0cb872cc3574841fdb323e6b7f7eefd6de6de9151ac76f4c36f580470fe7fb45f412217cfaf0ed8f0b0f3b263.png) 0 0 no-repeat;
	-moz-background-size: contain;
	     background-size: contain
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-card--glow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 7px 3px #fff;
	-moz-box-shadow: 0 0 7px 3px #fff;
	     box-shadow: 0 0 7px 3px #fff;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-card--hover {
	background: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/cardSchedule/Rollover-bc0e749d991ff0e28f48313efd0a511f0d304e66edf27abf7c6ad7594579c6752fa40db229b9b4af9c9d93288db381a116ecb2b28db2885c28b745ec156a2c02.png) 0 0 no-repeat;
	width: 80px;
	height: 62px;
	position: absolute;
	top: 16px;
	right: 7px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out
}

@media only screen and (max-width:47.9375em) {
	.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-card--hover {
		opacity: 1
	}

}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-revealBanner {
	position: absolute;
	z-index: 4;
	background: url(/images/expansions/cardSchedule/13/Checkmark.png) 0 0 no-repeat;
	width: 46px;
	height: 41px;
	bottom: -6px;
	right: -11px;
	padding: 0;
	color: #9ed760;
	text-align: left
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-cardInfo {
	color: #fff;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	     flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	justify-items: center;
	height: 100%;
	padding: 0 30px 18px
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-cardInfo h4, .cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-cardInfo h5 {
	will-change: transform;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	     backface-visibility: hidden
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover {
	text-decoration: none;
	cursor: pointer
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover h4, .cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover h5, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover h4, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover h5 {
	text-decoration: none
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover .CardHype-card--glow, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover .CardHype-card--glow {
	opacity: .45
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover .CardHype-card--hover, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover .CardHype-card--hover {
	opacity: 1
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card.noLink .CardHype-card--glow, .cards .CardRevealSchedule .slick-active .CardHype .CardHype-card.noLink .CardHype-card--hover, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card.noLink .CardHype-card--glow, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card.noLink .CardHype-card--hover {
	opacity: 0
}

.cards .CardRevealSchedule .GoldArrow {
	top: 51.5%
}

.cards .CardRevealSchedule .GoldArrow--next {
	right: -45px
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .GoldArrow--next {
		right: -12%
	}

}

@media only screen and (min-width:80em) {
	.cards .CardRevealSchedule .GoldArrow--next {
		right: -10%
	}

}

.cards .CardRevealSchedule .GoldArrow--prev {
	left: -45px
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .GoldArrow--prev {
		left: -12%
	}

}

@media only screen and (min-width:80em) {
	.cards .CardRevealSchedule .GoldArrow--prev {
		left: -10%
	}

}

.CardRevealSchedule-times {
	text-align: right;
	width: 100%;
	padding-right: 25px;
	margin-top: 25px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
	color: #06d289
}

.CardRevealSchedule-times.HypeSlider--ready {
	opacity: 1
}

@media only screen and (max-width:47.9375em) {
	.CardRevealSchedule-times {
		padding-right: 5%
	}

}

@media only screen and (max-width:29.9375em) {
	.CardRevealSchedule-times {
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center
	}

}

.cssfilters .cards .Slide.revealed .CardHype-card:after, .cssfilters .cards .Slide.revealed .CardHype-card:before, .cssfilters .cards .Slide.revealed .CardHype-card img {
	-webkit-filter: saturate(20%);
	filter: saturate(20%);
	opacity: 1
}

.Hero .GoldArrow {
	display: none
}

@media only screen and (min-width:40em) {
	.Hero .GoldArrow {
		display: block
	}

}

@media only screen and (min-width:1925px) {
	.Hero .slick-arrow.GoldArrow--prev, .Hero .slick-arrow.GoldArrow--prev:hover {
		-webkit-transform: translate(-578px, -50%);
		-ms-transform: translate(-578px, -50%);
		-moz-transform: translate(-578px, -50%);
		     transform: translate(-578px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--next, .Hero .slick-arrow.GoldArrow--next:hover {
		-webkit-transform: translate(578px, -50%);
		-ms-transform: translate(578px, -50%);
		-moz-transform: translate(578px, -50%);
		     transform: translate(578px, -50%)
	}

}

#videoCarousel {
	margin-top: -30%
}

@media only screen and (min-width:60em) {
	#videoCarousel {
		margin-top: auto
	}

}

.CinematicsSection {
	position: relative;
	padding: 0 0 3.5em;
	margin: 0 auto;
	height: auto
}

@media only screen and (max-width:39.99em) {
	.CinematicsSection {
		margin-top: 25%
	}

}

@media only screen and (min-width:40em) {
	.CinematicsSection {
		margin-bottom: 1em;
		margin-top: 200px
	}

}

@media only screen and (min-width:60em) {
	.CinematicsSection {
		padding-top: 0;
		margin-top: 800px
	}

	.CinematicsSection .Slick-item iframe {
		padding: 0
	}

}

.CinematicsSection .MediaFrame:before {
	top: 0;
	bottom: 0;
	right: 1%;
	left: 1%;
	border: none;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/video_frame.png) no-repeat 50%;
	-moz-background-size: contain;
	     background-size: contain;
	z-index: 2;
	pointer-events: none;
	max-width: 1000px
}

.CinematicsSection .slick-track {
	padding: 4em 0
}

@media only screen and (min-width:40em) {
	.CinematicsSection .slick-track {
		padding: 14rem 0 4rem
	}

}

@media only screen and (min-width:60em) {
	.CinematicsSection .slick-track {
		padding: 4rem 0
	}

}

.CinematicsSection .Carousel-indicators {
	margin-top: -15px
}

.CinematicsSection .Carousel-indicators li {
	margin: 0 7px
}

.VideoSection {
	margin: 0;
	padding: 0;
	margin-top: 1em
}

@media only screen and (min-width:60em) {
	.VideoSection {
		padding-bottom: 1em;
		margin-top: 50px
	}

}

@media only screen and (min-width:72.5em) {
	.VideoSection {
		padding-bottom: 3em
	}

}

.VideoSlide-video {
	padding: 1% 3%;
	width: 95%
}

.VideoSlide-video:after {
	display: none
}

.IIV::-webkit-media-controls-play-button, .IIV::-webkit-media-controls-start-playback-button {
	opacity: 0;
	pointer-events: none;
	width: 5px
}

.rise-of-shadows .VideoSlide-video {
	padding: 1% 5% 2% 6%;
	width: 100%;
	max-width: 1000px
}

@media only screen and (min-width:40em) {
	.rise-of-shadows .VideoSlide-video {
		padding: 2%
	}

}

.GameplaySection {
	padding-top: 65px;
	color: #fff;
	height: 620px;
	position: relative;
	z-index: 1
}

.GameplaySection:after, .GameplaySection:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	-moz-background-size: cover;
	     background-size: cover;
	background-repeat: repeat-x;
	background-position: 50%
}

.GameplaySection:before {
	content: "";
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/4_divider.jpg);
	-moz-background-size: cover;
	     background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3
}

@media only screen and (min-width:40em) {
	.GameplaySection:before {
		bottom: 0
	}

}

.GameplaySection .GameplayMechanic-links {
	text-align: center
}

.GameplaySection .GameplayMechanic-links .GameplayMechanic-link {
	background: transparent url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/screenshot-overlay.png) -325px -262px no-repeat;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin: 0
}

.GameplaySection .GameplayMechanic-links .GameplayMechanic-link:hover {
	background: transparent url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/screenshot-overlay.png) -355px -262px no-repeat;
	display: inline-block
}

.GameplaySection .GameplayMechanic-links .GameplayMechanic-link.GameplayMechanic--current, .GameplaySection .GameplayMechanic-links .GameplayMechanic-link.GameplayMechanic--current:hover {
	background-position: -385px -262px
}

.GameplaySection .GameplayMechanic-content {
	padding-left: 0
}

.GameplaySection .GameplayMechanic-content h3 {
	text-shadow: 1px 1px 5px #000
}

.GameplaySection .GameplayMechanic-content p {
	margin-bottom: 10px
}

.GameplaySection .slick-track:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(25%, transparent), color-stop(42%, transparent), color-stop(50%, rgba(0, 0, 0, .25)), color-stop(61%, rgba(0, 0, 0, .5)), to(#000));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .75)), color-stop(25%, transparent), color-stop(42%, transparent), color-stop(50%, rgba(0, 0, 0, .25)), color-stop(61%, rgba(0, 0, 0, .5)), to(#000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0, transparent 25%, transparent 42%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .5) 61%, #000);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0, transparent 25%, transparent 42%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .5) 61%, #000);
	background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, transparent 25%, transparent 42%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .5) 61%, #000)
}

@media only screen and (min-width:60em) {
	.GameplaySection .slick-track:after {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(45%, transparent), color-stop(60%, transparent), color-stop(73%, rgba(0, 0, 0, .6)), to(#000));
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .75)), color-stop(45%, transparent), color-stop(60%, transparent), color-stop(73%, rgba(0, 0, 0, .6)), to(#000));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0, transparent 45%, transparent 60%, rgba(0, 0, 0, .6) 73%, #000);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0, transparent 45%, transparent 60%, rgba(0, 0, 0, .6) 73%, #000);
		background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, transparent 45%, transparent 60%, rgba(0, 0, 0, .6) 73%, #000)
	}

}

@media only screen and (min-width:400px) {
	.GameplaySection {
		height: 630px
	}

}

@media only screen and (min-width:40em) {
	.GameplaySection {
		height: auto;
		padding-top: 70px
	}

}

@media only screen and (min-width:60em) {
	.GameplaySection {
		padding-top: 75px
	}

}

.GameplayVideos {
	top: 35px
}

.GameplayVideos:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 245px;
	top: auto;
	bottom: 39px;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(0, 0, 0, .9)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 35%, transparent);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .9) 35%, transparent);
	background: linear-gradient(0deg, rgba(0, 0, 0, .9) 35%, transparent);
	z-index: 2;
	display: none
}

@media only screen and (min-width:40em) {
	.GameplayVideos:before {
		display: block;
		height: 220px;
		top: 0;
		bottom: auto;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(transparent));
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .9)), to(transparent));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 0, transparent);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, .9) 0, transparent);
		background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, transparent)
	}

}

.GameplayVideos:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 245px;
	top: auto;
	bottom: 25px;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(0, 0, 0, .9)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 35%, transparent);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .9) 35%, transparent);
	background: linear-gradient(0deg, rgba(0, 0, 0, .9) 35%, transparent);
	z-index: 2
}

@media only screen and (min-width:60em) {
	.GameplayVideos:after {
		display: none
	}

}

.GameplayVideos .GoldArrow {
	display: none
}

.GameplayVideos .slick-arrow.GoldArrow--prev {
	left: 0
}

.GameplayVideos .slick-arrow.GoldArrow--next {
	right: 0
}

.GameplayVideos.slick-slider {
	position: absolute
}

.GameplayVideos img {
	width: 100%
}

#Mechanics .GameplayMechanic {
	margin-bottom: 0;
	bottom: 16px
}

#Mechanics h2 {
	margin-top: .25em
}

.GameplayMechanics {
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: auto;
	max-width: none;
	z-index: 10
}

@media only screen and (min-width:40em) {
	.GameplayMechanics {
		bottom: 35px
	}

}

@media only screen and (min-width:60em) {
	.GameplayMechanics {
		min-height: 12em;
		bottom: 0
	}

}

.rise-of-shadows:not(.homepage) {
	-webkit-font-smoothing: antialiased
}

.rise-of-shadows:not(.homepage) h1, .rise-of-shadows:not(.homepage) h2, .rise-of-shadows:not(.homepage) h3 {
	margin-bottom: 0.5rem;
}

.rise-of-shadows:not(.homepage) h2 {
	margin-bottom: .25em
}

.rise-of-shadows:not(.homepage):not(.cards) .body:not(.homepage):not(.is-animated) {
	padding: 0;
	background: #000
}

@media only screen and (max-width:39.99em) {
	.rise-of-shadows:not(.homepage):not(.cards) .Hero {
		min-height: 1900px
	}

}

.rise-of-shadows:not(.homepage) .BodyText {
	max-width: 850px;
	white-space: pre-line
}

.rise-of-shadows:not(.homepage) .BodyText br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .BodyText br {
		line-height: 1.2em
	}

}

.rise-of-shadows:not(.homepage) .header-secondary .Button--cta {
	margin-top: 25px;
	line-height: 1.5
}

.rise-of-shadows:not(.homepage) .Hero {
	padding-top: 1em;
	background-color: #000;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/bg_mobile.jpg);
	-moz-background-size: cover;
	     background-size: cover;
	background-position: 50%;
	height: 1900px
}

@media only screen and (max-width:39.99em) {
	.rise-of-shadows:not(.homepage) .Hero:before {
		content: "";
		position: absolute;
		display: block;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .5)));
		background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .5));
		background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .5));
		background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5));
		height: 100%;
		width: 100%
	}

}

@media only screen and (min-width:640px) and (max-width:960px) {
	.rise-of-shadows:not(.homepage) .Hero {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/mobile/bg_tablet-dc28d7c17b888e9cc2668c9becb1bc07ae1dab7c7bcaef584f62ea9db73043f4a246253762faa4b8a30748cf12930be7be3166dedb4d642412f9ec77da66f25e.jpg);
		-moz-background-size: cover;
		     background-size: cover;
		background-position: top;
		background-color: #000
	}

}

@media only screen and (min-width:60em) {
	.rise-of-shadows:not(.homepage) .Hero {
		height: 3000px;
		padding-top: 0;
		background-color: #000;
		background-image: none
	}

	.rise-of-shadows:not(.homepage) .Hero .Button.Button--primary {
		margin-bottom: 5px
	}

}

.rise-of-shadows:not(.homepage) .Hero .TagButton {
	margin-top: 5em
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .Hero .TagButton {
		margin: 5em 0
	}

}

.rise-of-shadows:not(.homepage) .Hero .Header-logo {
	padding-top: 0
}

@media only screen and (min-width:60em) {
	.rise-of-shadows:not(.homepage) .Hero .Header-logo {
		padding-top: 5em
	}

}

.rise-of-shadows:not(.homepage) .Hero.is-animated:after, .rise-of-shadows:not(.homepage) .Hero.is-animated:before {
	opacity: 1
}

.rise-of-shadows:not(.homepage) .Hero .fade {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-out;
	-moz-transition: opacity 1.5s ease-out;
	transition: opacity 1.5s ease-out
}

.rise-of-shadows:not(.homepage) .Hero .fade.is-animated {
	opacity: 1
}

.rise-of-shadows:not(.homepage) .Hero .header-text {
	position: relative;
	z-index: 0
}

.rise-of-shadows:not(.homepage) .Hero .header-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1055px;
	height: 477px;
	-webkit-transform: translate(-50%, -22%);
	-ms-transform: translate(-50%, -22%);
	-moz-transform: translate(-50%, -22%);
	     transform: translate(-50%, -22%);
	-moz-background-size: contain;
	     background-size: contain;
	z-index: -1
}

.rise-of-shadows:not(.homepage) .Hero h1, .rise-of-shadows:not(.homepage) .Hero p {
	color: #fff;
	margin-top: 0;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}

.rise-of-shadows:not(.homepage) .Hero h1 {
	margin-bottom: .5em;
	letter-spacing: .5px;
	margin-top: 110px
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .Hero h1 {
		margin-top: 0
	}

}

.rise-of-shadows:not(.homepage) .Hero p {
	font-size: 16px;
	line-height: 1.25;
	max-width: 950px;
	margin: 0 auto 2em;
	padding: 0 15px;
	text-shadow: 0 0 35px #000
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .Hero p {
		padding: 0
	}

}

.rise-of-shadows:not(.homepage) .Hero p.Lead {
	font-weight: 700;
	line-height: 1.6;
	font-size: 16px;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .7)
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .Hero p.Lead {
		padding: .5em 1rem 0
	}

}

@media only screen and (min-width:60em) {
	.rise-of-shadows:not(.homepage) .Hero p.Lead {
		padding: 0;
		margin: 0 120px 2em
	}

}

.rise-of-shadows:not(.homepage) .Hero p.Lead br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .Hero p.Lead br {
		line-height: 1.2em
	}

}

.rise-of-shadows:not(.homepage) .Hero video {
	max-width: none;
	position: relative
}

.rise-of-shadows:not(.homepage) .Hero video, .rise-of-shadows:not(.homepage) .ParallaxCenter {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	     transform: translateX(-50%)
}

.rise-of-shadows:not(.homepage) .ParallaxCenter {
	width: 100%;
	height: 100%;
	max-width: 1900px;
	position: absolute
}

.rise-of-shadows:not(.homepage) .Parallax-layer {
	background-position: center 90px;
	-moz-background-size: 110%;
	     background-size: 110%
}

@media only screen and (min-width:72.5em) {
	.rise-of-shadows:not(.homepage) .Parallax-layer {
		background-position: center 80px;
		-moz-background-size: contain;
		     background-size: contain
	}

}

.rise-of-shadows:not(.homepage) .Parallax-layer--00 {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/expansionBg-flat.jpg);
	background-position: top;
	-moz-background-size: auto;
	     background-size: auto
}

.rise-of-shadows:not(.homepage) .ParallaxCards {
	left: 50%;
	position: absolute;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-moz-transform: scale(.8);
	     transform: scale(.8)
}

@media only screen and (min-width:72.5em) {
	.rise-of-shadows:not(.homepage) .ParallaxCards {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		     transform: scale(1)
	}

}

.rise-of-shadows:not(.homepage) .Parallax-layer--card {
	background-position: 50%;
	-moz-background-size: auto;
	     background-size: auto
}

.rise-of-shadows:not(.homepage).cards .Parallax-layer--00 {
	background-position: top;
	-moz-background-size: cover;
	     background-size: cover
}

.rise-of-shadows:not(.homepage) .VideoSection {
	display: block
}

.rise-of-shadows:not(.homepage) .expansion-header {
	margin-top: 0;
	z-index: 10
}

.rise-of-shadows:not(.homepage) .expansion-logo {
	margin: 50px auto -100px;
	position: relative;
	z-index: 10;
	max-width: 650px;
	width: 100%
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .expansion-logo {
		margin: 50px auto 0;
	}

}

@media only screen and (min-width:60em) {
	.rise-of-shadows:not(.homepage) .expansion-logo {
		width: 55%
	}

}

.rise-of-shadows:not(.homepage) .fade {
	opacity: 1
}

.rise-of-shadows:not(.homepage) .BuyExpansionPacks {
	min-height: 40px
}

.rise-of-shadows:not(.homepage).has-dramaticEntrance #Navigation-wrapper {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in;
	-moz-transition: opacity 1.5s ease-in;
	transition: opacity 1.5s ease-in
}

.rise-of-shadows:not(.homepage).has-dramaticEntrance #Navigation-wrapper.is-animated {
	opacity: 1
}

.rise-of-shadows:not(.homepage) .Icon:before {
	height: 130px
}

.rise-of-shadows:not(.homepage) .Button--cta {
	display: inline-block;
	position: relative;
	width: 100%
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .Button--cta {
		width: auto
	}

}

@media only screen and (min-width:60em) {
	.rise-of-shadows:not(.homepage) .Button--cta #boomsday-viewCards {
		width: 225px
	}

}

.rise-of-shadows:not(.homepage) .Button--cta:after {
	content: "";
	width: 150px;
	height: 43px;
	left: -7px;
	top: -37px;
	position: absolute;
	pointer-events: none;
	z-index: 5
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .Button--cta:after {
		left: 6px
	}

}

.rise-of-shadows:not(.homepage) .FeatureHype {
	max-width: 580px;
	margin: 0 auto
}

@media only screen and (min-width:60em) {
	.rise-of-shadows:not(.homepage) .FeatureHype {
		max-width: 800px
	}

}

.rise-of-shadows:not(.homepage) .FeatureHype .Icon {
	width: 100%;
	position: relative
}

.rise-of-shadows:not(.homepage) .FeatureHype .Icon:before {
	display: none
}

.rise-of-shadows:not(.homepage) .FeatureHype .FeatureBox {
	font-size: 16px;
	line-height: 1.14;
	text-align: center;
	width: 32%;
	display: inline-block;
	position: relative;
	vertical-align: top
}

.rise-of-shadows:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading {
	color: #fff;
	font-size: 13px;
	margin-top: -1.25em;
	margin-bottom: 0;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}

.rise-of-shadows:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading.FeatureBox-subHeading--centered {
	font-style: italic;
	font-size: 10px;
	margin: 5px auto auto;
	line-height: 1.2em
}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading.FeatureBox-subHeading--centered {
		position: relative;
		bottom: 0;
		left: auto;
		right: auto;
		font-size: 15px;
		margin-top: .5em
	}

}

@media only screen and (min-width:40em) {
	.rise-of-shadows:not(.homepage) .FeatureHype .FeatureBox {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		     transform: scale(1)
	}

	.rise-of-shadows:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading {
		font-size: 16px
	}

}

@media only screen and (min-width:30em) {
	.rise-of-shadows:not(.homepage) .FeatureHype {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -moz-box;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-moz-box-pack: justify;
		     justify-content: space-between
	}

	.rise-of-shadows:not(.homepage) .FeatureHype .FeatureBox {
		width: 33.33%
	}

}

.homepage.rise-of-shadows .head {
	background-image: url(/images/rise-of-shadows/bg/header-bg-640x691.jpg);
	background-position-y: 0
}

@media only screen and (min-width:40em) {
	.homepage.rise-of-shadows .head {
		background-image: url(/images/rise-of-shadows/bg/kobolds-header-bg-small.jpg)
	}

}

@media only screen and (min-width:72.5em) {
	.homepage.rise-of-shadows .head {
		background-image: url(/images/rise-of-shadows/bg/kobolds-header-bg.jpg);
		background-position-y: -2px
	}

}

.ExpansionFooter {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	height: 200px;
	padding-bottom: 16em
}

@media only screen and (min-width:40em) {
	.ExpansionFooter {
		background: none;
		height: auto
	}

}

@media only screen and (min-width:72.5em) {
	.ExpansionFooter {
		padding-bottom: 12em
	}

}

@media only screen and (max-width:59.99em) {
	.ExpansionFooter:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		left: auto;
		right: auto;
		top: -180px;
		z-index: 2;
		opacity: 1
	}

}

.ExpansionFooter .ContentSection {
	padding-top: 1em;
	padding-bottom: 0;
	color: #fff
}

.ExpansionFooter .ContentSection h2, .ExpansionFooter .ContentSection h5 {
	color: #fff;
	text-shadow: 0 0 25px #000
}

.ExpansionFooter .ContentSection p.BodyText {
	margin-top: 40px;
	text-shadow: 0 0 25px #000
}

.ExpansionFooter .TagButton {
	margin-top: 4em;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(.75);
	-ms-transform: translateX(-50%) scale(.75);
	-moz-transform: translateX(-50%) scale(.75);
	     transform: translateX(-50%) scale(.75);
	top: 1em
}

@media only screen and (min-width:60em) {
	.ExpansionFooter .TagButton {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		     transform: translateX(-50%)
	}

}

@media only screen and (min-width:72.5em) {
	.ExpansionFooter .TagButton {
		top: 3em
	}

}

@media only screen and (min-width:60em) {
	.ExpansionFooter .TagButton:after {
		right: -60px
	}

}

.TagButton {
	margin: 8em 0 3em;
	font-size: 16px;
	position: relative;
	display: inline-block
}

@media only screen and (max-width:39.99em) {
	.TagButton {
		margin: 3em 0;
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		-moz-transform: scale(.75);
		     transform: scale(.75)
	}

}

@media only screen and (min-width:40em) {
	.TagButton {
		margin: 3em 0
	}

}

.TagButton:after, .TagButton:before {
	content: "";
	position: absolute;
	top: -54px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	     transform: scale(1);
	display: block
}

.TagButton:before {
	left: -60px;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_left.png);
	width: 100%
}

.TagButton:after, .TagButton:before {
	height: 160px;
	background-repeat: no-repeat
}

.TagButton:after {
	right: -60px;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_right.png);
	width: 197px
}

.TagButton .Button--cta {
	display: block;
	width: 100%;
	min-width: 295px;
	margin-bottom: 15px;
	margin-left: 5px
}

.TagButton .Button--cta .Button {
	padding-left: 2.5em;
	width: 100%
}

.TagButton .Button--cta:first-of-type {
	margin-left: 0;
	margin-right: 0
}

.TagButton .Button--cta:first-of-type .Button {
	padding-left: 105px
}

.TagButton .Button {
	margin-bottom: 0
}

.TagButton .Button:nth-child(2) {
	padding-left: 6.5em;
	margin-right: 10px
}

.fr-fr .TagButton .Button, .it-it .TagButton .Button, .pl-pl .TagButton .Button, .pt-br .TagButton .Button {
	letter-spacing: .5px;
	white-space: nowrap
}

.TagButton .TagButton-cards {
	display: block;
	-webkit-animation: cardShake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	-moz-animation: cardShake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	     animation: cardShake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	     animation-delay: 3s
}

.TagButton-cards {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/button_pack-dd03840175a5000df6a8e9ce1f8b53e9012081136fb13c41fc66f2e8636529f2427bb70fd0daaae62dfd1b1bb500a05107b71421c83cbb4143b51d79e4629275.png);
	background-repeat: no-repeat;
	position: absolute;
	pointer-events: none;
	top: -75%;
	left: -30px;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	     backface-visibility: hidden;
	width: 151px;
	height: 170px
}

.TagButton-cards.has-tag {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_pack_tag.png)
}

#StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton-cards, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag, #StickyNavigation.SupportsHover .PrePurchaseButton--hideInTopNav .TagButton-cards, #StickyNavigation.SupportsHover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_pack_nav.png)
}

#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton-cards, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton-cards {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/rise-of-shadows/button_pack-dd03840175a5000df6a8e9ce1f8b53e9012081136fb13c41fc66f2e8636529f2427bb70fd0daaae62dfd1b1bb500a05107b71421c83cbb4143b51d79e4629275.png)
}

#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_pack_tag.png)
}

.TagButton-priceTag {
	font-size: 1.25em;
	font-weight: 400;
	position: absolute;
	bottom: 19px;
	right: 11px;
	-webkit-transform: rotate(26.75deg);
	-ms-transform: rotate(26.75deg);
	-moz-transform: rotate(26.75deg);
	     transform: rotate(26.75deg)
}

.TagButton-priceTag text {
	stroke: #000;
	stroke-linecap: round;
	stroke-linejoin: round
}

.TagButton-priceTag .outer {
	fill: #000;
	stroke-width: 5px
}

.TagButton-priceTag .inner {
	fill: #fff;
	stroke-width: 0
}

.TagButton-priceTag .currency {
	font-size: .75em
}

@media only screen and (min-width:60em) {
	.TagButton-priceTag {
		font-size: 1.15em
	}

}

.BurningRope {
	position: absolute;
	top: 0;
	right: 0
}

.BurningRope .Rope {
	position: absolute;
	z-index: 10;
	top: -36px;
	right: -35px;
	width: 215px;
	height: 35px;
	overflow: hidden;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button-rope.png) 100% 0 no-repeat
}

.BurningRope .RopeSpark {
	position: absolute;
	z-index: 11;
	top: -27px;
	right: 155px;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button-spark-spritesheet.png);
	background-repeat: repeat-x;
	overflow: hidden
}

.PrePurchaseSection {
	position: relative;
	z-index: 1;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5);
	margin-top: 25px
}

.PrePurchaseSection, .PrePurchaseSection h4 {
}

@media only screen and (min-width:40em) {
	.PrePurchaseSection {
		background: none;
		padding-top: 75px
	}

}

@media only screen and (min-width:60em) {
	.PrePurchaseSection {
		padding-top: 200px
	}

}

.PrePurchace2Columns {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	     align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	     flex-direction: column;
	margin-top: 30px
}

@media only screen and (min-width:40em) {
	.PrePurchace2Columns {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-moz-box-align: start;
		     align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		     flex-direction: row
	}

}

.PrePurchace2Columns li {
	text-align: left;
	margin-left: 5rem
}

.PrePurchace2Columns .PrePurchaseLeftColumn, .PrePurchace2Columns .PrePurchaseRightColumn {
	position: relative;
	max-width: inherit;
	margin-top: 40px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-moz-box-flex: 0;
	     flex: 0 1 auto
}

@media only screen and (min-width:40em) {
	.PrePurchace2Columns .PrePurchaseLeftColumn, .PrePurchace2Columns .PrePurchaseRightColumn {
		margin-top: 0;
		max-width: 50%
	}

}

.PrePurchace2Columns .PrePurchaseLeftBundle {
	height: 300px
}

@media only screen and (min-width:320px) and (max-width:420px) {
	.PrePurchace2Columns .PrePurchaseLeftBundle {
		height: 220px
	}

}

@media only screen and (min-width:420px) and (max-width:500px) {
	.PrePurchace2Columns .PrePurchaseLeftBundle {
		height: 260px
	}

}

@media only screen and (min-width:60em) {
	.PrePurchace2Columns {
		max-width: 100%;
		margin: 0
	}

}

.u-crystalBullet>li {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/prepurchace_bullet.png);
	background-repeat: no-repeat;
	background-position: 0;
	line-height: 1.4em;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 26px
}

.PrePurchase-bundleHeader {
	text-align: left;
	font-size: 1.5rem
}

@media only screen and (max-width:59.99em) {
	.PrePurchase-bundleHeader {

		/*		margin-top: -35px*/
	}

}

.PrePurchase-bundleContent {
	display: inline-block;
	max-width: 80%
}

.PrePurchase-price {
	color: #ce6ed4;
	font-size: 1.25rem;
	font-weight: 700;
}

.TagButton-priceTag {
	display: none
}

.AnimatedHero {
	position: relative;
	height: 300px;
	width: 550px;
	max-width: 90%;
	margin: 0 auto
}

@media only screen and (min-width:320px) and (max-width:420px) {
	.AnimatedHero {
		height: 220px
	}

}

@media only screen and (min-width:420px) and (max-width:500px) {
	.AnimatedHero {
		height: 260px
	}

}

@media only screen and (min-width:60em) {
	.AnimatedHero {
		max-width: 100%;
		margin: 0
	}

}

.AnimatedHero .AnimatedHero--frame {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%
}

.AnimatedHero .AnimatedHero--hero {
	-moz-border-radius: 100% 100% 0 0;
	     border-radius: 100% 100% 0 0;
	position: absolute;
	top: 7%;
	left: 23%;
	max-width: 37%
}

@media only screen and (min-width:40em) {
	.AnimatedHero .AnimatedHero--hero {
		top: 8%;
		left: 24%
	}

}

@media only screen and (min-width:60em) {
	.AnimatedHero .AnimatedHero--hero {
		top: 12%;
		left: 22%
	}

}

@media only screen and (min-width:72.5em) {
	.AnimatedHero .AnimatedHero--hero {
		top: 14%;
		left: 24%
	}

}

#StickyNavigation li.Navigation-item--prePurchaseLink {
	font-size: 14px
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseLink {
		height: 50px;
		font-size: 16px
	}

}

#StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text {
	color: #ce6ed4
}

#StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text.EmulateHover--Selected, #StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text.SupportsHover:hover {
	color: #db95e0
}

#StickyNavigation li.Navigation-item--prePurchaseLink a.PrePurchaseButton--showInTopNav {
	display: block
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseLink a.PrePurchaseButton--showInTopNav {
		display: none
	}

}

#StickyNavigation li.Navigation-item--prePurchaseLink a:focus, #StickyNavigation li.Navigation-item--prePurchaseLink a:hover {
	color: inherit
}

#StickyNavigation li.Navigation-item--prePurchaseButton {
	font-size: 14px
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseButton {
		height: 50px;
		font-size: 16px;
		margin-top: 125px
	}

}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav {
	line-height: 1.4
}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton {
	display: none
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton {
		display: block;
		top: -50px;
		position: relative
	}

}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton a.Button {
	padding: 1em 2.5em 1em 105px
}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton .BurningRope {
	display: none
}

#StickyNavigation li.Navigation-item--prePurchaseButton .Button .text {
	white-space: nowrap
}

#StickyNavigation li.Navigation-item--prePurchaseButton a:focus, #StickyNavigation li.Navigation-item--prePurchaseButton a:hover {
	color: inherit
}

.Sticky.EmulateHover--Selected .TagButton, .Sticky.SupportsHover:hover .TagButton {
	-webkit-transition: right .25s;
	-moz-transition: right .25s;
	transition: right .25s;
	right: 37px
}

#StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:before {
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	opacity: 0
}

#StickyNavigation .PrePurchaseButton--hideInTopNav .Button--gradient.Button, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:before {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s
}

@media only screen and (min-width:40em) {
	#StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_pack_nav.png);
		-moz-background-size: 75px 95px;
		     background-size: 75px 95px;
		-webkit-transform-origin: 25% 25%;
		-ms-transform-origin: 25% 25%;
		-moz-transform-origin: 25% 25%;
		     transform-origin: 25% 25%;
		left: 21px
	}

}

#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .Button, #StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton:before, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .Button, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton:before {
	opacity: 1
}

@media only screen and (min-width:40em) {
	#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_pack_tag.png);
		-moz-background-size: inherit;
		     background-size: inherit;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		-moz-transform-origin: center;
		     transform-origin: center;
		left: -30px
	}

}

@media only screen and (min-width:40em) {
	#StickyNavigation.SupportsHover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_pack_nav.png)
	}

}

#StickyNavigation li.Navigation-item .StickyNav-Text .TextLine {
	background: #ce6ed4;
	-webkit-box-shadow: 0 0 6px 0 #ce6ed4;
	-moz-box-shadow: 0 0 6px 0 #ce6ed4;
	     box-shadow: 0 0 6px 0 #ce6ed4
}

.PrePurchaseStandaloneSection .PrePurchaseSection:before {
	content: ""
}

@media only screen and (min-width:80em) {
	.PrePurchaseStandaloneSection .PrePurchaseSection:before {
		margin: auto;
		left: -149px;
		right: auto;
		bottom: -172px;
		z-index: 1;
		display: inline-block;
		position: absolute;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
		background-position: 0 0;
		width: 805px;
		height: 640px;
		z-index: -1;
	}

}

.PrePurchaseStandaloneSection .PrePurchaseSection:after {
	content: "";
	right: 150px;
	position: relative;
	bottom: -115px;
	z-index: -1;
}

@media only screen and (min-width:80em) {
	.PrePurchaseStandaloneSection .PrePurchaseSection:after {
		position: absolute;
		margin: auto;
		left: auto;
		right: 88px;
		bottom: -115px;
		z-index: 0;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
		background-position: -807px 0;
		width: 495px;
		height: 326px;
		z-index: -1;
	}

}

@media only screen and (min-width:640px) and (max-width:1024px) {
	.PrePurchaseStandaloneSection .PrePurchaseSection:after {
		background-image: none
	}

}

@media only screen and (max-width:59.99em) {
	.PrePurchaseStandaloneSection .PrePurchaseSection:after {
		display: none
	}

}

@media only screen and (max-width:39.99em) {
	.PrePurchaseStandaloneSection .PrePurchaseSection:after {
		right: 0;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/rise-of-shadows-adventure.png);
		background-position: -807px 0;
		width: 495px;
		height: 326px
	}

}

.SecretSection {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/background_mobile.jpg);
	background-position: 50%;
	height: 720px;
	z-index: 1;
	background-color: #000;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	     align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	     justify-content: center
}

@media only screen and (min-width:60em) {
	.SecretSection {
		background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/background.jpg);
		background-position: 50%
	}

}

.SecretSection .SecretMessage {
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center
}

@media only screen and (min-width:60em) {
	.SecretSection .SecretMessage {
		text-align: left
	}

}

.rise-of-shadows .Button, .rise-of-shadows h1, .rise-of-shadows h2, .rise-of-shadows h3 {
	font-weight: 400
}

.rise-of-shadows.th-th .Button, .rise-of-shadows.th-th h1, .rise-of-shadows.th-th h2, .rise-of-shadows.th-th h3 {
	font-weight: 700
}

.rise-of-shadows .body-bot {
	padding-bottom: 0
}

.rise-of-shadows .PageDivider {
	z-index: 2
}

.rise-of-shadows .PageDivider.PageDivider--bottom {
	margin-top: -100px
}

@media only screen and (min-width:60em) {
	.rise-of-shadows .PageDivider.PageDivider--bottom {
		margin-top: 0
	}

}

.rise-of-shadows .Button--cta .Button .text {
	white-space: nowrap
}

.ExpansionLink--rise-of-shadows {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/rise-of-shadows-0afbbfa55914008793ccf6167448ed39cd1611889a28199144ae57d1c2310efe8b9aecace95894a10de18b8b762b4ee75fba80908a53cbca9752d2038f6578c2.jpg)
}

.ExpansionLink--rise-of-shadows img {
	width: 75%;
	margin-left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	     transform: translateX(-50%)
}

@media only screen and (min-width:40em) {
	.ExpansionLink--rise-of-shadows {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/rise-of-shadows-0afbbfa55914008793ccf6167448ed39cd1611889a28199144ae57d1c2310efe8b9aecace95894a10de18b8b762b4ee75fba80908a53cbca9752d2038f6578c2.jpg)
	}

}

.PageDivider.Divider--expansion {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/4_divider.jpg);
	background-position: 50%;
	height: 23px
}

.PrePurchaseStandaloneSection {
	background: #000 url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 110px 0 5.5em;
	overflow: hidden;
}

@media only screen and (min-width:40em) {
	.PrePurchaseStandaloneSection {
		padding: 80px 0 5.5em
	}

}

@media only screen and (min-width:72.5em) {
	.PrePurchaseStandaloneSection {
		padding: 0 0 8em;
	}

}

.PrePurchaseStandaloneSection .PageDivider {
	bottom: -60px;
	z-index: 1;
	position: absolute
}

.ParallaxGeneral, .ParallaxGeneral-layer--defaultBackground {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/bg_cardgallery_header_rise-of-shadows-4274b7b1f2a9de359c8d7a7b51d16d8e6946d7edf245349ac8999713be5aeaefae2e439b25661088a0578ecdbd7340e70aa1cc4f84af39c35ed6098f446c11c4.jpg)
}

@media only screen and (min-width:60em) {
	.ParallaxGeneral {
		background-image: none
	}

}

@charset "UTF-8";

#StickyNavigation {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	color: #fff;
	z-index: 11;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	     transform: translateY(0);
	-webkit-transition: width .15s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
	transition: width .15s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
	-moz-transition: width .15s ease-out, transform .25s ease-out, opacity .25s ease-out, -moz-transform .25s ease-out;
	transition: width .15s ease-out, transform .25s ease-out, opacity .25s ease-out;
	transition: width .15s ease-out, transform .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out, -moz-transform .25s ease-out;
	transition: width .15s ease-out, transform .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out
}

@media (max-width:59.99em) {
	#Navigation-wrapper.is-unFixed~.wrapper #StickyNavigation {
		-webkit-transform: translateY(-47px);
		-ms-transform: translateY(-47px);
		-moz-transform: translateY(-47px);
		     transform: translateY(-47px)
	}

}

#StickyNavigation a:focus, #StickyNavigation a:hover {
	color: transparent
}

@media (min-width:60em) {
	#StickyNavigation {
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		     transform: translate3d(0, -50%, 0);
		margin: auto;
		width: 100px;
		height: 100%;
		left: auto
	}

}

#StickyNavigation:after {
	position: absolute;
	content: "";
	height: 130%;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(16%, rgba(0, 0, 0, .25)), color-stop(40%, rgba(0, 0, 0, .65)), color-stop(70%, rgba(0, 0, 0, .85)));
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(16%, rgba(0, 0, 0, .25)), color-stop(40%, rgba(0, 0, 0, .65)), color-stop(70%, rgba(0, 0, 0, .85)));
	background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .25) 16%, rgba(0, 0, 0, .65) 40%, rgba(0, 0, 0, .85) 70%);
	background: -moz-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .25) 16%, rgba(0, 0, 0, .65) 40%, rgba(0, 0, 0, .85) 70%);
	background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .25) 16%, rgba(0, 0, 0, .65) 40%, rgba(0, 0, 0, .85) 70%);
	top: -10%;
	left: 0;
	pointer-events: none
}

@media (min-width:60em) {
	#StickyNavigation:after {
		content: "";
		position: absolute;
		background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .85)));
		background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), to(rgba(0, 0, 0, .85)));
		background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, .85));
		background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, .85));
		background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .85));
		height: 100%;
		top: 0;
		right: 0;
		left: auto;
		z-index: -1;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		transition: all .15s ease-out;
		width: 100px;
		opacity: 0
	}

}

#StickyNavigation.StickyNavigation--fadeOut {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	     transform: translate3d(0, -100%, 0)
}

@media (min-width:60em) {
	#StickyNavigation.StickyNavigation--fadeOut {
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		     transform: translate3d(0, -50%, 0)
	}

}

#StickyNavigation.EmulateHover--Selected, #StickyNavigation.SupportsHover:hover {
	width: auto
}

#StickyNavigation.EmulateHover--Selected:after, #StickyNavigation.SupportsHover:hover:after {
	opacity: 1;
	width: 100%
}

@media (min-width:60em) {
	#StickyNavigation.EmulateHover--Selected:after, #StickyNavigation.SupportsHover:hover:after {
		width: 350px;
		background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(55%, rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .85)));
		background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(55%, rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .85)));
		background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, .45) 55%, rgba(0, 0, 0, .85));
		background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, .45) 55%, rgba(0, 0, 0, .85));
		background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .45) 55%, rgba(0, 0, 0, .85))
	}

}

#StickyNavigation.EmulateHover--Selected .Navigation-list:before, #StickyNavigation.SupportsHover:hover .Navigation-list:before {
	opacity: 0
}

#StickyNavigation.EmulateHover--Selected li .StickyNav-Text, #StickyNavigation.SupportsHover:hover li .StickyNav-Text {
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	     transform: translateZ(0)
}

#StickyNavigation li {
	position: relative;
	text-align: center;
	display: inline-block
}

#StickyNavigation li.Navigation-item--prePurchaseLink a {
	padding: 17px 1.5em 17px 2.5em
}

@media (min-width:60em) {
	#StickyNavigation li {
		display: block;
		text-align: right;
		margin: 20px 0;
		height: 30px
	}

}

#StickyNavigation li:hover .StickyNav-Text {
	text-decoration: none;
	color: #fff
}

#StickyNavigation li:hover .StickyNav-Icon:after {
	opacity: 1
}

#StickyNavigation li a {
	padding: 17px 2.5em;
	display: inline-block
}

@media (min-width:60em) {
	#StickyNavigation li a {
		padding: 0
	}

}

#StickyNavigation li.active .StickyNav-Text {
	position: relative;
	color: #fff;
	text-decoration: none
}

#StickyNavigation li.active .StickyNav-Text .TextLine {
	width: 100%
}

#StickyNavigation li.active .StickyNav-Icon:before {
	opacity: 1
}

#StickyNavigation .Navigation-list {
	position: relative;
	padding: 0;
	z-index: 5;
	width: 100%;
	margin: 0;
	display: none
}

@media (min-width:60em) {
	#StickyNavigation .Navigation-list {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		     transform: translateY(-50%)
	}

}

#StickyNavigation .StickyNav-Text {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	     transform: translateZ(0);
	line-height: 1.25em;
	font-size: 16px;
	color: #cecece;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	transition: color .15s ease-out;
	text-shadow: 1px 1px #000;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Text {
		display: block;
		text-shadow: none
	}

}

#StickyNavigation .StickyNav-Text .TextLine {
	content: "";
	height: 2px;
	background: #55d9e8;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	transition: all .35s ease-out;
	-webkit-transition-delay: .35s;
	-moz-transition-delay: .35s;
	     transition-delay: .35s;
	display: block;
	-webkit-box-shadow: 0 0 6px 0 #55d9e8;
	-moz-box-shadow: 0 0 6px 0 #55d9e8;
	     box-shadow: 0 0 6px 0 #55d9e8
}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Text .TextLine {
		display: none
	}

}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Text {
		display: block;
		opacity: 0;
		-webkit-transform: translate3d(-7px, 0, 0);
		-moz-transform: translate3d(-7px, 0, 0);
		     transform: translate3d(-7px, 0, 0);
		-webkit-transition: color .15s ease-out, -webkit-transform .25s ease-out;
		transition: color .15s ease-out, -webkit-transform .25s ease-out;
		-moz-transition: transform .25s ease-out, color .15s ease-out, -moz-transform .25s ease-out;
		transition: transform .25s ease-out, color .15s ease-out;
		transition: transform .25s ease-out, color .15s ease-out, -webkit-transform .25s ease-out, -moz-transform .25s ease-out;
		transition: transform .25s ease-out, color .15s ease-out, -webkit-transform .25s ease-out;
		top: 8px;
		padding-right: 85px
	}

	#StickyNavigation .StickyNav-Text:before {
		display: none
	}

}

#StickyNavigation .StickyNav-Icon {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/navigation_sprite.png) -10px -10px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 25px;
	top: 0;
	display: none
}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Icon {
		display: block
	}

}

#StickyNavigation .StickyNav-Icon:after, #StickyNavigation .StickyNav-Icon:before {
	content: "";
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/navigation_sprite.png) -70px -10px;
	width: 40px;
	height: 40px;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2
}

#StickyNavigation .StickyNav-Icon:after {
	background-position: -10px -70px
}

@media (min-width:60em) {
	.StickySection.is-dark:after {
		content: "";
		position: absolute;
		background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .85)));
		background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), to(rgba(0, 0, 0, .85)));
		background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, .85));
		background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, .85));
		background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .85));
		height: 100%;
		top: 0;
		right: 0;
		left: auto;
		z-index: 0;
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		transition: all .15s ease-out;
		width: 100px
	}

}

/*分享*/
.top-nav {
	width: 1000px;
	margin-left: -414px;
	left: 50%;
	position: absolute;
	z-index: 1000;
	top: 60px;
}

.top-nav p {
	background: url('https://hearthstone.nosdn.127.net/3/minisite/tgt/sprite.png') no-repeat -610px -572px;
	width: 247px;
	height: 51px;
	color: #584734;
	font-size: 0.875rem;
	padding: 9px 0 0 50px;
	position: absolute;
	right: 0;
	top: 5px;
	text-align: left;
}

.top-nav p a {
	color: #584734;
	padding: 0 8px;
	text-shadow: 0.7px 0.7px 0 #d9bd8d;
}

.top-nav p a:hover {
	color: #fff;
	text-decoration: none;
}

.share {
	width: 253px;
	position: absolute;
	right: -18px;
	top: 59px;
}

.share li {
	margin-right: 4px;
	color: #fff;
}

.share li a {
	background: rgba(0, 0, 0, 0) url("https://hearthstone.nosdn.127.net/3/minisite/mobile-hs/sprite2.png") no-repeat scroll -999em -999em;
	height: 25px;
	width: 25px;
}

.share li a.bds_button_tsina {
	background-position: -67px -375px;
}

.share li a.bds_button_tqq {
	background-position: -6px -375px;
}

.share li a.bds_button_tieba {
	background-position: -160px -375px;
}

.share li a.bds_button_qzone {
	background-position: -98px -375px;
}

.share li a.bds_button_yixin {
	background-position: -37px -375px;
}

.share li a.bds_button_weixin {
	background-position: -129px -375px;
}

.share li a.bds_button_tsina:hover {
	background-position: -67px -413px;
}

.share li a.bds_button_tqq:hover {
	background-position: -6px -413px;
}

.share li a.bds_button_tieba:hover {
	background-position: -160px -413px;
}

.share li a.bds_button_qzone:hover {
	background-position: -98px -413px;
}

.share li a.bds_button_yixin:hover {
	background-position: -37px -413px;
}

.share li a.bds_button_weixin:hover {
	background-position: -129px -413px;
}

#video-1 {
	width: 100%;
}

.AspectRatio--16x9 {
	padding-bottom: 0;
}

.play-icon {
	background: rgba(0, 0, 0, 0) url("https://hearthstone.nosdn.127.net/3/minisite/ungoro/sprite.png") no-repeat scroll -41px -39px;
	display: block;
	height: 101px;
	left: 50%;
	margin: -55.5px 0 0 -55.5px;
	position: absolute;
	top: 50%;
	width: 101px;
	cursor: pointer;
}

#lightbox-container .control-wrapper.no-gallery.no-paging {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 21px;
}

#hsoa-link, #app, #weibo, #gotop {
	display: none !important;
}

.u-crystalBullet {
	padding-top: 10px;
}

.link-item {
	padding-top: 5em;
	padding-bottom: 16em;
}

.link-item .txt {
	padding-bottom: 60px;
	color: #fff;
}

.link-item .txt p {
	margin-bottom: 5px;
}

.link-item .txt p span,
.link-item .txt p a {
	color: #c871d2;
}


@-webkit-keyframes flag {
	0% {
		-webkit-transform: rotate(-8deg);
		        transform: rotate(-8deg)
	}

	100% {
		-webkit-transform: rotate(8deg);
		        transform: rotate(8deg)
	}

}

@-moz-keyframes flag {
	0% {
		-moz-transform: rotate(-8deg);
		     transform: rotate(-8deg)
	}

	100% {
		-moz-transform: rotate(8deg);
		     transform: rotate(8deg)
	}

}

@keyframes flag {
	0% {
		-webkit-transform: rotate(-8deg);
		   -moz-transform: rotate(-8deg);
		        transform: rotate(-8deg)
	}

	100% {
		-webkit-transform: rotate(8deg);
		   -moz-transform: rotate(8deg);
		        transform: rotate(8deg)
	}

}

#footer {
	margin-top: -47px;
}

.buyBtn-list {
	position: relative;
	margin: 0 auto;
	vertical-align: top;
	padding-top: 20px;
	float: left;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	   -moz-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	/*width: 810px;*/

}

.buyBtn-list:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_left-1.png);
	width: 100%;
	left: -54px;
}

.buyBtn-list:after {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_right.png);
	width: 197px;
	right: -60px;
}

.buyBtn-list:before, .buyBtn-list:after {
	content: "";
	display: block;
	top: -33px;
	height: 160px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.buyBtn-list li {
	display: inline-block;
	margin: 0 2px;
}

.buyBtn-list .buy-btn-item {
	width: 168px;
	height: 55px;
	border: 1px solid #494949;
	-webkit-box-shadow: 0 0 0 1px #777575;
	   -moz-box-shadow: 0 0 0 1px #777575;
	        box-shadow: 0 0 0 1px #777575;
	-moz-border-radius: 5px;
	     border-radius: 5px;
	background: #000;
	vertical-align: top;
}

.buyBtn-list .buy-btn-blz a {
	margin-bottom: 0;
	padding-left: 134px;
	margin-left: 0;
}

.buyBtn-list .buy-btn-tmall {
	margin-left: 0;
}

.buyBtn-list .buy-btn-blz .TagButton-cards {
	top: -53px;
}

.buyBtn-list .buy-btn-blz .Button--gradient .text {
	font-size: 16px;
	margin-left: -12px;
}

.buyBtn-list .buy-btn-item a {
	color: #ff0000;
	font-size: 12px;
	padding-left: 73px;
	padding-top: 5px;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
}

.buyBtn-list .buy-btn-item a span {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding-top: 15px;
}

.buyBtn-list .buy-btn-item a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	-moz-background-size: 100%;
	     background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 19px;
}

.buyBtn-list .buy-btn-webcat{
	position: relative;
}

.buyBtn-list .buy-btn-webcat .qrcode{
	display: none;
	position: absolute;
	left: 0;
    top: -186px;
}

.buyBtn-list .buy-btn-webcat:hover .qrcode{
	display: block;
}

.buyBtn-list .buy-btn-webcat a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/webcat-icon.png);
}

.buyBtn-list .buy-btn-tmall a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/tmall-icon.png);
}
.buyBtn-list .buy-btn-kaola a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/kaola-icon.png);
}
.buyBtn-list .buy-btn-tmall a {
	padding-top: 15px;
}

.buyBtn-list .buy-btn-item a:hover {
	text-decoration: none;
}

@media (max-width:768px) {
	.buyBtn-list {
		width: 100%;
		text-align: center;
	}
	.buyBtn-list:before, .buyBtn-list:after {
		background: none;
	}
	.buyBtn-list .buy-btn-item {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 240px;
		height: 66px;
	}
	.buyBtn-list .buy-btn-blz a {
		padding-left: 125px;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
		margin-top: 4px;
	}
	.buyBtn-list .buy-btn-blz{
		position: relative;
		margin-bottom: 60px;
		-webkit-transform: translate(-2px,0);
		   -moz-transform: translate(-2px,0);
		    -ms-transform: translate(-2px,0);
		        transform: translate(-2px,0);
	}
	.buyBtn-list .buy-btn-blz .TagButton-cards{
		-webkit-transform: scale(0.8);
		   -moz-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}
	.buyBtn-list .buy-btn-item a{
		padding-top: 8px;
		padding-left: 100px;
	}
	.buyBtn-list .buy-btn-tmall a{
		padding-top: 20px;
	}
	.buyBtn-list .buy-btn-item a:before{
		top: 13px;
		left: 33px;
	}
	.buyBtn-list .buy-btn-blz:before, .buyBtn-list .buy-btn-blz:after {
		content: "";
		display: block;
		position: absolute;
		height: 160px;
		top: -54px;
		-webkit-transform: scale(0.8);
		   -moz-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}
	.buyBtn-list .buy-btn-blz:before {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_left-1.png);
		width: 100%;
		left: -54px;
	}
	.buyBtn-list .buy-btn-blz:after {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_right.png);
		width:197px;
		right: -60px;
	}

}


/* new add moblie buyBtn */
.buyBtn-list.mobile{
	display: none
}

@media (max-width:768px){
	.buyBtn-list{
		display: none;
	}
	.buyBtn-list.mobile{
		display: block
	}
}


.AdventureSection {
	background: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/background_mobile.jpg);
	background-position: top;
	background-color: #000;
	background-size: cover;
	z-index: 1;
	padding-top: 100px;
	position: relative
}

@media only screen and (min-width:40em) {
	.AdventureSection {
		background-image: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/background_tablet.jpg);
		background-size: auto;
		background-repeat: no-repeat
	}

}

@media only screen and (min-width:1280px) {
	.AdventureSection {
		background-image: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/background.jpg);
		background-position: 50%;
		padding-left: 10%;
		background-size: auto
	}

}
.AdventureSection .AspectRatio {
	background: #000
}

.AdventureSection-Copy {
	text-align: center;
	max-width: 600px
}

@media only screen and (min-width:1280px) {
	.AdventureSection-Copy .AdventureSection-Body {
		padding-left: 0
	}

}

@media only screen and (min-width:1280px) {
	.AdventureSection-Copy .AdventureSection-Title {
		margin: 0 auto
	}

}

@media only screen and (min-width:1280px) {
	.AdventureSection-Copy {
		max-width: 40%;
		margin: 0;
		text-align: left
	}

}

.AdventureSection-HypeVideo {
	background: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/cloth_mobile.png) no-repeat;
	background-size: 100% 100%;
	background-position: 50%
}

@media only screen and (min-width:40em) {
	.AdventureSection-HypeVideo {
		background: none
	}

}

@media only screen and (min-width:1280px) {
	.AdventureSection-HypeVideo {
		background: none;
		position: absolute;
		width: 600px;
		right: 30%;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(50%);
		-ms-transform: translateY(-50%) translateX(50%);
		transform: translateY(-50%) translateX(50%)
	}

}

.AdventureSection-HypeVideo .CinematicsSection {
	margin: 40px auto;
	padding: 0;
	width: 80%;
	max-width: 500px
}

@media only screen and (min-width:1280px) {
	.AdventureSection-HypeVideo .CinematicsSection {
		margin: 0;
		width: 100%;
		max-width: 100%
	}

}

@media only screen and (min-width:1280px) {
	.AdventureSection-Product {
		max-width: 40%;
		margin: 0 0 0 -20px
	}

}

.AdventureSection-ProductBullets {
	max-width: 600px;
	margin: 0 auto
}

@media only screen and (min-width:1280px) {
	.AdventureSection-ProductBullets {
		margin: 0
	}

}

.AdventureSection-ProductBullets>li {
	background: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/icon.png);
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: 0;
	line-height: 1.4em;
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 90px;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.AdventureSection-Bullet:first-of-type {
	background-image: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/icon1.png)
}

.AdventureSection-Bullet:nth-of-type(2) {
	background-image: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/icon2.png)
}

.AdventureSection-Bullet:nth-of-type(3) {
	background-image: url(https://hearthstone.nosdn.127.net/3/gameguide/rise-of-shadows/adventure/icon3.png)
}

.AdventureSection-BuyButton {
	text-align: center;
	margin: 50px 0 0;
	padding-bottom: 15px
}

@media only screen and (min-width:1280px) {
	.AdventureSection-BuyButton {
		text-align: left;
		padding-left: 15px
	}

}
.AdventureSection  .AspectRatio--16x9{
	padding-bottom: 56.25%;
}