  *, *::after, *::before {
	box-sizing: border-box
}
html {
	font-size: 62.5%
}
body {
	color: #4a3553;
}
a {
	color: #ffb251;
	text-decoration: none
}
.eab-slider-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden
}
.eab-slider-wrapper .eab-slider, .eab-slider-wrapper .eab-slider>li {
	height: 100%;
	width: 100%
}
.eab-slider>li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: table;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.eab-slider>li.visible {
	position: relative;
	z-index: 2;
	opacity: 1
}

.eab-slider>li:first-of-type, .eab-slider>li:nth-of-type(2), .eab-slider>li:nth-of-type(3), .eab-slider>li:nth-of-type(4), .eab-slider>li:nth-of-type(5) {
	background-size: cover
}
.eab-slider>li>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.eab-slider>li h2, .eab-slider>li p {
	text-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	line-height: 1.2;
	margin: 0 auto 14px;
	color: #fff;
	width: 90%;
	max-width: 320px
}
.eab-slider>li h2 {
	font-size: 3.6rem
}
.eab-slider>li p {
	font-size: 1.9rem;
	line-height: 1.4
}
.eab-slider>li h2 span, .eab-slider>li p span {
    padding: .25rem 1rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.eab-slider>li .eab-btn {
	display: inline-block;
	padding: 1.2em 1.4em;
	margin-top: .8em;
	background-color: rgba(0, 0, 0, .6);
	border-radius: .25em;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s
}
.no-touch .eab-slider>li .eab-btn:hover {
	background-color: rgba(0, 0, 0, .8)
}
@media only screen and (min-width:768px) {
	.eab-slider>li h2, .eab-slider>li p {
		max-width: 680px
	}
	.eab-slider>li h2 {
		font-size: 4.4rem;
		font-weight: 400
	}
	.eab-slider>li .eab-btn {
		font-size: 1.9rem
	}
}
@media only screen and (min-width:1170px) {
	.eab-slider>li h2, .eab-slider>li p {
		margin-bottom: 20px
	}
	.eab-slider>li h2 {
		font-size: 7.2rem
	}
	.eab-slider>li p {
		font-size: 2.2rem
	}
}
.eab-slider-navigation {
	position: absolute;
	bottom: 50px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
	width: 90%
}
.eab-slider-navigation::after {
	clear: both;
	content: "";
	display: table
}
.eab-slider-navigation li {
	display: inline-block;
	margin-right: 20px;
	margin-right: 5px;
}
.eab-slider-navigation li:last-of-type {
	margin-right: 0
}
.eab-slider-navigation a {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #fff
}
.no-touch .eab-slider-navigation a:hover em {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .2s 0s, visibility 0s 0s, -webkit-transform .2s 0s;
	-moz-transition: opacity .2s 0s, visibility 0s 0s, -moz-transform .2s 0s;
	transition: opacity .2s 0s, visibility 0s 0s, transform .2s 0s
}
@media only screen and (min-width:1170px) {
	.eab-slider-navigation a {
		height: 60px;
		width: 60px
	}
}
.eab-slider-navigation em {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	padding: 8px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	white-space: nowrap;
	font-size: 1.3rem;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(3px);
	-moz-transform: translateX(-50%) translateY(3px);
	-ms-transform: translateX(-50%) translateY(3px);
	-o-transform: translateX(-50%) translateY(3px);
	transform: translateX(-50%) translateY(3px);
	-webkit-transition: opacity .2s 0s, visibility 0s .2s, -webkit-transform .2s 0s;
	-moz-transition: opacity .2s 0s, visibility 0s .2s, -moz-transform .2s 0s;
	transition: opacity .2s 0s, visibility 0s .2s, transform .2s 0s
}
.eab-slider-navigation em::after {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, .7)
}

.eab-svg-cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0
}
.eab-svg-cover path {
	fill: #ffe8c9;
}
.eab-svg-cover.is-animating {
	z-index: 4;
	opacity: 1;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s
}