* {
		margin: 0;
        padding: 0;
   }
   
html,
body {
	width: 300px;
	height: 250px;
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Neue Helvetica W02', Arial, Helvetica, sans-serif;
	letter-spacing: -.04em;
	background:#fff;
}
.wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
}
.slideOne {
	display: block;
	position: relative;
}
.slideTwo {
	position: absolute;
    top: 0px;
	left: 65px;
    mix-blend-mode: multiply;
}
.slideThree {
	position: absolute;
    top: 0px;
	left: 90px;
}
h2 {
	color: #fff;
    font-weight: 100;
    font-size: 17px;
    padding: 30px 0px 0px 40px;
	line-height: 1em;
}
.slideFour {
	display: block;
	position: absolute;
	top: 0px;
}
.slideFive {
	position: absolute;
    top: 0px;
    mix-blend-mode: multiply;
	left: 50px;
}
.slideSix {
	position: absolute;
    top: 0px;
	left: 93px;
}
h3 {
	color: #fff;
    font-weight: 100;
    font-size: 17px;
    padding: 20px 0px 0px 60px;
    line-height: 1em;
}
.slideSeven {
	position: absolute;
    top: 0px;
}
.slideEight {
	position: absolute;
    top: 86px;
    left: 108px;
    mix-blend-mode: multiply;
}
.slideNine {
	position: absolute;
    top: 109px;
	left: 159px;
}
h4 {
	color: #fff;
    font-weight: 100;
    font-size: 20px;
    padding: 50px 0px 0px 30px;
    line-height: 1em;
}
.banner2 {
	width: 300px;
	height:250px;
	background-image: url('images/background01.jpg');
	background-position: center;
    color: #fff;
    background-size: cover;
	position:absolute;
	top: 0px;
}
.logo {
	display: block;
}
.greySection {
	display: block;
	overflow: hidden;
	position: relative;
	top: 91px;
}
.greySection img {
	mix-blend-mode: multiply;
}
.greySection h2 {
	font-size: 17px;
    line-height: 1em;
    padding: 15px 0px 0px 14px;
    font-weight: 600;
    position: absolute;
    top: 0px;
	text-transform: uppercase;
}
.blueSection {
	display: block;
	overflow: hidden;
	position: relative;
	background: #00b9ad;
	width: 238px;
	height: 44px;
	top: 87px;
}
.blueSection h3 {
	font-size: 14px;
    line-height: 1em;
    font-weight: 100;
    padding: 5px 0px 0px 14px;
}
.pinkSection {
	display: block;
	overflow: hidden;
	position: relative;
	background: #ec008c;
	width: 64px;
    left: 236px;
    height: 44px;
    top: 43px;
}
.pinkSection h4 {
	font-size: 14px;
    font-weight: 100;
    padding: 22px 0px 0px 10px;
}