@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
}

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;
	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%);
		transform: translate(-695px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--prev:hover {
		-webkit-transform: translate(-698px, -50%);
		-ms-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);
		transform: translate(-698px, -50%) scale(.97)
	}

	.Hero .slick-arrow.GoldArrow--next {
		right: 50%;
		-webkit-transform: translate(695px, -50%);
		-ms-transform: translate(695px, -50%);
		transform: translate(695px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--next:hover {
		-webkit-transform: translate(698px, -50%);
		-ms-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);
		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);
	transform: translateZ(0);
	-webkit-tap-highlight-color: transparent;
	-webkit-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;
	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;
	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%);
	transform: translate(-50%)
}

.GameplayVideos-video {
	background-position: 50%;
	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;
	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--cardReveal_character_left:before {
	background-position: 0 0
}

.Icon--cardReveal_character_left:before,
.Icon--cardReveal_character_right:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-cardReveal.png);
	width: 600px;
	height: 750px
}

.Icon--cardReveal_character_right:before {
	background-position: -602px 0
}

.AdventureSection {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/mobile_adventure_background.jpg);
	background-position: top;
	background-color: #000;
	background-size: cover;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding: 23rem 0 3rem;
}

@media only screen and (min-width:40em) {
	.AdventureSection {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/adventure_background.jpg);
		background-position: 50%;
		background-size: auto;
		padding: 0;
		height: 400px;
	}

}

@media only screen and (min-width:1280px) {
	.AdventureSection {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/adventure_background.jpg);
		background-position: 50%;
		background-size: auto;
		height: 725px
	}

}

.AdventureSection.notRevealed {
	padding: 0;
	height: 500px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/mobile_adventure_background.jpg);
	background-position: top;
	background-size: cover
}

@media only screen and (min-width:1280px) {
	.AdventureSection.notRevealed {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/adventure_background.jpg);
		background-position: 50%;
		background-size: auto;
		height: 725px
	}

}

.AdventureSection.notRevealed h2 {
	margin-top: 0
}

.AdventureSection .AspectRatio {
	background: #000
}

.AdventureSection .ContentSection {
	max-width: 1450px;
	width: 100%
}

@media only screen and (min-width:1280px) {
	.AdventureSection .ContentSection {
		padding: 0 5%
	}

}

.AdventureSection .ContentSection--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1280px) {
	.AdventureSection .ContentSection--flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

}

.AdventureSection .Headline {
	text-align: center
}

@media only screen and (min-width:1280px) {
	.AdventureSection .Headline {
		text-align: center;
	}

}

.AdventureSection-Copy {
	text-align: center
}

@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 {
		margin: 0;
		text-align: left
	}

}

.AdventureSection-HypeVideo {
	background: url(/images/saviors-of-uldum/adventure/cloth_mobile.png) no-repeat;
	background-size: 100% 100%;
	background-position: 50%;
	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;
	height: 100%
}

@media only screen and (min-width:40em) {
	.AdventureSection-HypeVideo {
		background: none
	}

}

@media only screen and (min-width:1280px) {
	.AdventureSection-HypeVideo {
		background: none;
		position: relative;
		width: 600px;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0)
	}

}

.AdventureSection-HypeVideo .CinematicsSection {
	margin: 40px auto;
	padding: 0;
	width: 100%;
	max-width: 500px
}

@media only screen and (min-width:72.5em) {
	.AdventureSection-HypeVideo .CinematicsSection {
		width: 80%
	}

}

@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 {
		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(/images/saviors-of-uldum/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: left;
	-ms-flex-pack: left;
	justify-content: left
}

.AdventureSection-Bullet:first-of-type {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/icon1.png)
}

.AdventureSection-Bullet:nth-of-type(2) {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/icon2.png)
}

.AdventureSection-Bullet:nth-of-type(3) {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/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
	}

}

@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)
	}

}

.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);
	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);
	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: flex;
		-webkit-box-pack: center;
		-ms-flex-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;
	transition: 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%);
	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);
	transform: translateZ(0) rotateY(0deg) scale(1);
	opacity: 1
}

.CardRevealSection .FlipCard-Container:hover:not(.FlipCard--flipped).FlipCard--turned {
	cursor: default;
	-webkit-animation: none;
	animation: none
}

.CardRevealSection .FlipCard-Container.FlipCard--flipped {
	cursor: default
}

.CardRevealSection .FlipCard-Container .FlipCard {
	-webkit-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%);
	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);
	transform: translateZ(-1px) rotateY(180deg) scale(1);
	border-radius: 18px;
	cursor: default;
	opacity: 0
}

.CardRevealSection .FlipCard-Container .FlipCard-back {
	-webkit-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;
	transition: 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;
	animation: cardGlow 2s ease-in-out infinite alternate;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-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);
	transform: scale(1)
}

.saviors-of-uldum #CardRevealSection .Slick {
	max-height: 378px;
	overflow: hidden
}

.saviors-of-uldum #CardRevealSection .PageDivider {
	z-index: 3
}

.saviors-of-uldum .CardSection {
	z-index: 4
}

@media only screen and (max-width:59.99em) {
	.saviors-of-uldum .CardSection {
		margin-bottom: 50px
	}

}

.saviors-of-uldum .CardRevealSection:after,
.saviors-of-uldum .CardRevealSection:before {
	position: absolute;
	content: "";
	display: none;
	pointer-events: none;
	-webkit-transition: all .45s ease-out;
	transition: all .45s ease-out;
	z-index: 3
}

@media only screen and (min-width:1230px) {
	.saviors-of-uldum .CardRevealSection:after,
	.saviors-of-uldum .CardRevealSection:before {
		display: block
	}

}

.saviors-of-uldum .CardRevealSection:after {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-cardReveal.png);
	background-position: -602px 0;
	width: 600px;
	height: 750px
}

.saviors-of-uldum .CardRevealSection.lazyloaded:before {
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	bottom: -36px;
	left: -550px
}

@media only screen and (min-width:1600px) {
	.saviors-of-uldum .CardRevealSection.lazyloaded:before {
		left: 30px;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-cardReveal.png);
		background-position: 0 0;
		width: 600px;
		height: 750px
	}

}

@media only screen and (min-width:2100px) {
	.saviors-of-uldum .CardRevealSection.lazyloaded:before {
		left: 120px;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-cardReveal.png);
		background-position: 0 0;
		width: 600px;
		height: 750px
	}

}

.saviors-of-uldum .CardRevealSection.lazyloaded:after {
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
	right: -285px;
	bottom: -50px
}

@media only screen and (min-width:1600px) {
	.saviors-of-uldum .CardRevealSection.lazyloaded:after {
		right: 32px;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-cardReveal.png);
		background-position: -602px 0;
		width: 600px;
		height: 750px
	}

}

@media only screen and (min-width:2100px) {
	.saviors-of-uldum .CardRevealSection.lazyloaded:after {
		right: 125px;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-cardReveal.png);
		background-position: -602px 0;
		width: 600px;
		height: 750px
	}

}

.saviors-of-uldum .CardRevealSection h2 {
	color: #3d5c38
}

.saviors-of-uldum .CardRevealSection .Carousel-indicators {
	padding-top: 50px
}

@media only screen and (min-width:750px) {
	.saviors-of-uldum .CardRevealSection .Carousel-indicators {
		margin-top: -1rem
	}

}

.saviors-of-uldum .CardRevealSection.has-character-animation.is-visible:after,
.saviors-of-uldum .CardRevealSection.has-character-animation.is-visible:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.saviors-of-uldum .CardRevealSection .FlipCard-back img {
	max-height: 97%
}

.saviors-of-uldum .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)
	}

}

@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)
	}

}

.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%);
		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%);
		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: 0
	}

}

@media only screen and (min-width:60em) {
	.CinematicsSection {
		padding-top: 0
	}

	.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/saviors-of-uldum/video_frame.png) no-repeat 50%;
	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: 0
	}

}

@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
}

.saviors-of-uldum .VideoSlide-video {
	padding: 1% 5% 2% 6%;
	width: 100%;
	max-width: 1000px
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum .VideoSlide-video {
		padding: 2%
	}

}

.GameplaySection {
	padding-top: 65px;
	color: #fff;
	height: 620px;
	position: relative;
	padding-bottom: 40%;
	z-index: 1
}

.GameplaySection:after,
.GameplaySection:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: 50%
}

.GameplaySection:before {
	content: "";
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/divider.jpg);
	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: 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: 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: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: 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: 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: 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: 40px
}

#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
	}

}

.saviors-of-uldum:not(.homepage) {
	-webkit-font-smoothing: antialiased
}

.saviors-of-uldum:not(.homepage) h1,
.saviors-of-uldum:not(.homepage) h2,
.saviors-of-uldum:not(.homepage) h3 {
}

.saviors-of-uldum:not(.homepage) h2 {
	margin-bottom: 0.8em
}

.saviors-of-uldum:not(.homepage):not(.cards) .body:not(.homepage):not(.is-animated) {
	padding: 0;
	background: #000
}

.saviors-of-uldum:not(.homepage):not(.cards) .Hero {
	padding-bottom: 50px
}

@media only screen and (min-width:60em) {
	.saviors-of-uldum:not(.homepage):not(.cards) .Hero {
		padding-top: 0;
		padding-bottom: 150px;
		background-image: none
	}

	.saviors-of-uldum:not(.homepage):not(.cards) .Hero .Button.Button--primary {
		margin-bottom: 5px
	}

}

.saviors-of-uldum:not(.homepage) .BodyText {
	max-width: 850px;
	white-space: pre-line
}

.saviors-of-uldum:not(.homepage) .BodyText br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum:not(.homepage) .BodyText br {
		line-height: 1.2em
	}

}

.saviors-of-uldum:not(.homepage) .header-secondary .Button--cta {
	margin-top: 25px;
	line-height: 1.5
}

.saviors-of-uldum:not(.homepage) .Hero {
	padding-top: 1em;
	background-color: #000;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/mobile_background.jpg);
	background-size: cover;
	background-position: 50%
}

@media only screen and (max-width:39.99em) {
	.saviors-of-uldum: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: 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) {
	.saviors-of-uldum:not(.homepage) .Hero {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/saviors-of-uldum/tablet_background-83630a152c2cd8473f9421e3d85507083c6d18f5ac11c2aba085a520b186da56516a37d485289a7330d2ca3681102a37b0f53fa4a1836446146769d3862b2577.jpg);
		background-size: cover;
		background-position: top;
		background-color: #000
	}

}

@media only screen and (min-width:60em) {
	.saviors-of-uldum:not(.homepage) .Hero {
		background-color: #000
	}

}

.saviors-of-uldum:not(.homepage) .Hero .TagButton {
	margin-top: 5em
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum:not(.homepage) .Hero .TagButton {
		margin: 7.5em 0 2.5em
	}

}

.saviors-of-uldum:not(.homepage) .Hero .Header-logo {
	padding-top: 0
}

@media only screen and (min-width:60em) {
	.saviors-of-uldum:not(.homepage) .Hero .Header-logo {
		padding-top: 5em
	}

}

.saviors-of-uldum:not(.homepage) .Hero.is-animated:after,
.saviors-of-uldum:not(.homepage) .Hero.is-animated:before {
	opacity: 1
}

.saviors-of-uldum:not(.homepage) .Hero .fade {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-out;
	transition: opacity 1.5s ease-out
}

.saviors-of-uldum:not(.homepage) .Hero .fade.is-animated {
	opacity: 1
}

.saviors-of-uldum:not(.homepage) .Hero .header-text {
	position: relative;
	z-index: 0
}

.saviors-of-uldum: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%);
	transform: translate(-50%, -22%);
	background-size: contain;
	z-index: -1
}

.saviors-of-uldum:not(.homepage) .Hero h1,
.saviors-of-uldum:not(.homepage) .Hero p {
	color: #fff;
	margin-top: 0;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}

.saviors-of-uldum:not(.homepage) .Hero h1 {
	margin-bottom: .5em;
	letter-spacing: .5px;
	margin-top: 110px
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum:not(.homepage) .Hero h1 {
		margin-top: 0
	}

}

.saviors-of-uldum: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) {
	.saviors-of-uldum:not(.homepage) .Hero p {
		padding: 0
	}

}

.saviors-of-uldum:not(.homepage) .Hero p.Lead {
	font-weight: 700;
	line-height: 1.5;
	font-size: 16px;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .7)
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum:not(.homepage) .Hero p.Lead {
		padding: .5em 1rem 0
	}

}

@media only screen and (min-width:60em) {
	.saviors-of-uldum:not(.homepage) .Hero p.Lead {
		padding: 0;
		margin: 0 120px 2em
	}

}

.saviors-of-uldum:not(.homepage) .Hero p.Lead br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum:not(.homepage) .Hero p.Lead br {
		line-height: 1.2em
	}

}

.saviors-of-uldum:not(.homepage) .Hero video {
	max-width: none;
	position: relative
}

.saviors-of-uldum:not(.homepage) .Hero video,
.saviors-of-uldum:not(.homepage) .ParallaxCenter {
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.saviors-of-uldum:not(.homepage) .ParallaxCenter {
	width: 100%;
	max-width: 1900px;
	position: absolute
}

.saviors-of-uldum:not(.homepage) .Parallax-layer {
	background-position: center 90px;
	background-size: 110%
}

@media only screen and (min-width:72.5em) {
	.saviors-of-uldum:not(.homepage) .Parallax-layer {
		background-position: center 80px;
		background-size: contain
	}

}

.saviors-of-uldum:not(.homepage) .Parallax-layer--00 {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/expansionBg-flat.jpg);
	background-position: top;
	background-size: auto
}

.saviors-of-uldum:not(.homepage) .ParallaxCards {
	left: 50%;
	position: absolute;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

@media only screen and (min-width:72.5em) {
	.saviors-of-uldum:not(.homepage) .ParallaxCards {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

}

.saviors-of-uldum:not(.homepage) .Parallax-layer--card {
	background-position: 50%;
	background-size: auto
}

.saviors-of-uldum:not(.homepage).cards .Parallax-layer--00 {
	background-position: top
}

.saviors-of-uldum:not(.homepage) .VideoSection {
	display: block
}

.saviors-of-uldum:not(.homepage) .expansion-header {
	margin-top: 0;
	z-index: 10
}

.saviors-of-uldum:not(.homepage) .expansion-logo {
	margin: 100px auto -100px;
	position: relative;
	z-index: 10;
	max-width: 650px;
	width: 100%
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum:not(.homepage) .expansion-logo {
		margin: 0 auto
	}

}

@media only screen and (min-width:60em) {
	.saviors-of-uldum:not(.homepage) .expansion-logo {
		width: 55%
	}

}

.saviors-of-uldum:not(.homepage) .fade {
	opacity: 1
}

.saviors-of-uldum:not(.homepage) .BuyExpansionPacks {
	min-height: 40px
}

.saviors-of-uldum:not(.homepage).has-dramaticEntrance #Navigation-wrapper {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in;
	transition: opacity 1.5s ease-in
}

.saviors-of-uldum:not(.homepage).has-dramaticEntrance #Navigation-wrapper.is-animated {
	opacity: 1
}

.saviors-of-uldum:not(.homepage) .Icon:before {
	height: 130px
}

.saviors-of-uldum:not(.homepage) .Button--cta {
	display: inline-block;
	position: relative;
	width: 100%
}

@media only screen and (min-width:40em) {
	.saviors-of-uldum:not(.homepage) .Button--cta {
		width: auto
	}

}

@media only screen and (min-width:60em) {
	.saviors-of-uldum:not(.homepage) .Button--cta #boomsday-viewCards {
		width: 225px
	}

}

.saviors-of-uldum: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) {
	.saviors-of-uldum:not(.homepage) .Button--cta:after {
		left: 6px
	}

}

.saviors-of-uldum:not(.homepage) .FeatureHype {
	max-width: 580px;
	margin: 0 auto
}

@media only screen and (min-width:60em) {
	.saviors-of-uldum:not(.homepage) .FeatureHype {
		max-width: 800px
	}

}

.saviors-of-uldum:not(.homepage) .FeatureHype .Icon {
	width: 100%;
	position: relative
}

.saviors-of-uldum:not(.homepage) .FeatureHype .Icon:before {
	display: none
}

.saviors-of-uldum:not(.homepage) .FeatureHype .FeatureBox {
	font-size: 16px;
	line-height: 1.14;
	text-align: center;
	width: 32%;
	display: inline-block;
	position: relative;
	vertical-align: top
}

.saviors-of-uldum: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)
}

.saviors-of-uldum: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) {
	.saviors-of-uldum: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) {
	.saviors-of-uldum:not(.homepage) .FeatureHype .FeatureBox {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.saviors-of-uldum:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading {
		font-size: 16px
	}

}

@media only screen and (min-width:30em) {
	.saviors-of-uldum:not(.homepage) .FeatureHype {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.saviors-of-uldum:not(.homepage) .FeatureHype .FeatureBox {
		width: 33.33%
	}

}

.homepage.saviors-of-uldum .head {
	background-image: url(/images/saviors-of-uldum/bg/header-bg-640x691.jpg);
	background-position-y: 0
}

@media only screen and (min-width:40em) {
	.homepage.saviors-of-uldum .head {
		background-image: url(/images/saviors-of-uldum/bg/kobolds-header-bg-small.jpg)
	}

}

@media only screen and (min-width:72.5em) {
	.homepage.saviors-of-uldum .head {
		background-image: url(/images/saviors-of-uldum/bg/kobolds-header-bg.jpg);
		background-position-y: -2px
	}

}

.ExpansionFooter {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-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);
	transform: translateX(-50%) scale(.75);
	top: 1em
}

@media only screen and (min-width:60em) {
	.ExpansionFooter .TagButton {
		-webkit-transform: translateX(-50%);
		-ms-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);
		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);
	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;
	animation: cardShake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.TagButton-cards {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/button_pack_nav.png);
	background-repeat: no-repeat;
	position: absolute;
	pointer-events: none;
	top: -75%;
	left: -30px;
	z-index: 10;
	-webkit-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/saviors-of-uldum/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/saviors-of-uldum/button_pack_nav.png)
}

#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton-cards,
#StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton-cards {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/button_pack_nav.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/saviors-of-uldum/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);
	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
}

.PrePurchaseStandaloneSection {
	position: relative
}

.PrePurchaseStandaloneSection:before {
	content: "";
	display: none
}

@media only screen and (min-width:60em) {
	.PrePurchaseStandaloneSection:before {
		bottom: -65px;
		left: -75px;
		right: auto;
		z-index: 0;
		position: absolute;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-footer.png);
		background-position: 0 0;
		width: 700px;
		height: 460px
	}

}

@media only screen and (min-width:80em) {
	.PrePurchaseStandaloneSection:before {
		margin: auto;
		display: inline-block
	}

}

@media only screen and (min-width:2035px) {
	.PrePurchaseStandaloneSection:before {
		bottom: 0
	}

}

.PrePurchaseStandaloneSection:after {
	content: "";
	display: none;
	right: 150px;
	position: relative;
	bottom: -80px
}

@media only screen and (min-width:60em) {
	.PrePurchaseStandaloneSection:after {
		right: -250px;
		bottom: -65px;
		z-index: 0;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-footer.png);
		background-position: -702px 0;
		width: 700px;
		height: 460px;
		position: absolute;
		margin: auto;
		left: auto
	}

}

@media only screen and (min-width:80em) {
	.PrePurchaseStandaloneSection:after {
		right: -150px;
		display: inline-block
	}

}

@media only screen and (min-width:2035px) {
	.PrePurchaseStandaloneSection:after {
		bottom: 0;
		right: 0
	}

}

@media only screen and (min-width:640px) and (max-width:1024px) {
	.PrePurchaseStandaloneSection:after {
		background-image: none
	}

}

@media only screen and (max-width:59.99em) {
	.PrePurchaseStandaloneSection:after {
		display: none
	}

}

@media only screen and (max-width:39.99em) {
	.PrePurchaseStandaloneSection:after {
		right: 0;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/saviors-of-uldum-footer.png);
		background-position: -702px 0;
		width: 700px;
		height: 460px
	}

}

.PrePurchaseStandaloneSection.onlyButton {
	height: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.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: 15px
	}

}

.PrePurchace2Columns {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px
}

@media only screen and (min-width:40em) {
	.PrePurchace2Columns {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		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;
	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/saviors-of-uldum/prepurchace_bullet.png);
	background-repeat: no-repeat;
	background-position: 0;
	line-height: 1.4em;
	list-style: none;
	margin: 5px 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: -10px
	}

}

.PrePurchase-bundleContent {
	display: inline-block;
	max-width: 70%
}

.PrePurchase-price {
	color: #2091c3;
	font-size: 1.25rem;
	font-weight: 700;
	text-shadow: none
}

.TagButton-priceTag {
	display: none
}

.AnimatedHero {
	position: relative;
	height: 300px;
	width: 500px;
	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: auto
	}

}

.AnimatedHero .AnimatedHero--frame {
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 500px
}

.AnimatedHero .AnimatedHero--hero {
	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: #2091c3
}

#StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text.EmulateHover--Selected,
#StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text.SupportsHover:hover {
	color: #38abde
}

#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;
	transition: right .25s;
	right: 37px
}

#StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:after,
#StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:before {
	-webkit-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;
	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/saviors-of-uldum/button_pack_nav.png);
		background-size: 75px 95px;
		-webkit-transform-origin: 25% 25%;
		-ms-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/saviors-of-uldum/button_pack_tag.png);
		background-size: inherit;
		-webkit-transform-origin: center;
		-ms-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/saviors-of-uldum/button_pack_nav.png);
		left: 0;
		background-size: cover;
		background-size: 60%
	}

}

#StickyNavigation li.Navigation-item .StickyNav-Text .TextLine {
	background: #2091c3;
	-webkit-box-shadow: 0 0 6px 0 #2091c3;
	box-shadow: 0 0 6px 0 #2091c3
}

.SecretSection {
	background: url(/images/saviors-of-uldum/secret/background_mobile.jpg);
	background-position: 50%;
	height: 720px;
	z-index: 1;
	background-color: #000;
	position: relative;
	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
}

@media only screen and (min-width:60em) {
	.SecretSection {
		background: url(/images/saviors-of-uldum/secret/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
	}

}

.saviors-of-uldum .Button,
.saviors-of-uldum h1,
.saviors-of-uldum h2,
.saviors-of-uldum h3 {
	font-weight: 400
}

.saviors-of-uldum.th-th .Button,
.saviors-of-uldum.th-th h1,
.saviors-of-uldum.th-th h2,
.saviors-of-uldum.th-th h3 {
	font-weight: 700
}

.saviors-of-uldum .ContentContainer--social {
	display: none
}

.saviors-of-uldum .u-textSaviorsBrown {
	color: #3a2a1e;
	text-shadow: none
}

.saviors-of-uldum .body-bot {
	padding-bottom: 0
}

.saviors-of-uldum .PageDivider {
	z-index: 2
}

.saviors-of-uldum .PageDivider.PageDivider--bottom {
	margin-top: -100px
}

@media only screen and (min-width:60em) {
	.saviors-of-uldum .PageDivider.PageDivider--bottom {
		margin-top: 0
	}

}

.saviors-of-uldum .Button--cta .Button .text {
	white-space: nowrap
}

.ExpansionLink--saviors-of-uldum {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/saviors-of-uldum-ce9511939623a4f8033b9adc1388f6d551dfa48f3629b92c894804124d2cb25ce0790ee5d5a4b29496456323c74105df156b292649afdec3da7dd687e318f395.jpg)
}

.ExpansionLink--saviors-of-uldum img {
	width: 75%;
	margin-left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media only screen and (min-width:40em) {
	.ExpansionLink--saviors-of-uldum {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/expansions/saviors-of-uldum-ce9511939623a4f8033b9adc1388f6d551dfa48f3629b92c894804124d2cb25ce0790ee5d5a4b29496456323c74105df156b292649afdec3da7dd687e318f395.jpg)
	}

}

.PageDivider.Divider--expansion {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/divider.jpg);
	background-position: 50%;
	height: 23px
}

.PrePurchaseStandaloneSection {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/saviors-of-uldum/footer_background.jpg);
	background-position: top;
	background-size: cover;
	padding: 110px 0 5.5em
}

@media only screen and (min-width:40em) {
	.PrePurchaseStandaloneSection {
		padding: 80px 0 5.5em
	}

}

@media only screen and (min-width:72.5em) {
	.PrePurchaseStandaloneSection {
		min-height: 1100px;
		overflow:hidden;
	}

}

.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_saviors-of-uldum-ef35acc348e0667fd11f3ea3069eee86357feb8cbae9f5723725db21e9ba7ba7acd507a37090d58c41450408fc91b8a262aec5844a467df3e8ff2fac024a70e8.jpg)
}

@media only screen and (min-width:60em) {
	.ParallaxGeneral {
		background-image: none
	}

}

@charset "UTF-8";

#StickyNavigation {
	position: fixed;
	top: 0px;
	left: 0;
	margin: auto;
	right: 0;
	color: #fff;
	z-index: 11;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-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;
	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
}

@media (max-width:59.99em) {
	#Navigation-wrapper.is-unFixed~.wrapper #StickyNavigation {
		-webkit-transform: translateY(-47px);
		-ms-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);
		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: 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: 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;
		transition: all .15s ease-out;
		width: 100px;
		opacity: 0
	}

}

#StickyNavigation.StickyNavigation--fadeOut {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

@media (min-width:60em) {
	#StickyNavigation.StickyNavigation--fadeOut {
		-webkit-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: 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);
	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%);
		transform: translateY(-50%)
	}

}

#StickyNavigation .StickyNav-Text {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	line-height: 1.25em;
	font-size: 16px;
	color: #cecece;
	-webkit-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;
	transition: all .35s ease-out;
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
	display: block;
	-webkit-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);
		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;
		transition: transform .25s ease-out, color .15s 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;
	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: 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;
		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;
}

.AdventureSection .AspectRatio--16x9{
	padding-bottom: 56.25%;
}
body{
	background-color:#e7d4a9; 
}
.link-item {
	padding-bottom: 14em;
	text-align: center;
}

.link-item .txt {
	padding-bottom: 60px;
	color: #ac0101;
	font-size: 22px;
	font-weight: bold;
	clear: both;
	text-align: center;
	left: 9px;
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.link-item .txt p {
	margin-bottom: 5px;
}

.link-item .txt p span,
.link-item .txt p a {
	color: #c871d2;
}
.buyBtn-list {
	position: relative;
	margin: 0 auto;
	vertical-align: top;
	padding-top: 20px;
	margin: 80px auto;
	display: block;
	max-width: 300px;
	width: 85%;
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	        transform: translate(0,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 {
	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;
	width: 100%;
}

.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-item a:hover {
	text-decoration: none;
}
@media (max-width:768px) {
	.buyBtn-list {
		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-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;
	}
	.link-item .txt{
		padding-top: 0;
	}
}


/* new add moblie buyBtn */
.buyBtn-list.mobile{
	display: none
}

@media (max-width:768px){
	.buyBtn-list{
		display: none;
	}
	.buyBtn-list.mobile{
		display: block
	}
}
