/* Main CSS */

/* colors:
 * dark-green: #002025;
 */

@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap&subset=latin-ext');

body {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	font-size: 19px;
	margin: 0;
	letter-spacing: 0.5px;
}

#startDim {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	z-index: 9;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.col-3 {
	position: relative;
	width: 100%;
	float: none;
}

.col-2 {
	position: relative;
	width: 56%;
	padding: 0 2%;
	float: left;
}

.col-1 {
	position: relative;
	width: 36%;
	padding: 0 2%;
	float: left;
}

.col-1-2 {
	position: relative;
	width: 50%;
	padding: 0%;
	float: left;
}

.col-1-4 {
	position: relative;
	width: 23%;
	padding: 1%;
	float: left;
}

.fWrapper {
	width: 100%;
	max-width: 1366px;
	display: block;
	margin: 0 auto;
}

.container {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	padding-top: 110px;
}

.fFadeIn {
	opacity: 0;
	transform: translateY(20px);
}

.fFadeIn.f1 {
	transition: 1s all ease-in-out;
}

.fFadeIn.f2 {
	transition: 1.5s all ease-in-out;
}

.fCTAcontainer {
	display: block;
	text-align: center;
}

.fCTA {
	display: inline-block;
	font-size: 36px;
	padding-right: 80px;
	background: url('../images/arrow.svg') no-repeat right;
	background-size: 110px auto;
	margin-top: 20px;
}

.fClear {
	clear: both;
}

a img {
	transition: 0.2s all ease-in-out;
}

a img:hover {
	transform: translateX(3px);
}

.fMobile {
	display: none;
}

.fNotMobile {
	display: block;
}

@media all and (max-width: 620px) {
	.fMobile {
		display: block;
	}
	.fNotMobile {
		display: none;
	}
}

/* HEADER */

.fHeader {
	position: fixed;
	width: 100%;
	height: 110px;
	background: #fff;
	z-index: 9;
}

.fHeader .fWrapper {
	position: relative;
}

.fLogo {
	position: absolute;
	top: 15px;
	left: 20px;
	height: 80px;
	width: auto;
	transition: 0.2s all ease-in-out;
}

.fLogo img {
	height: 100%;
	width: auto;
}

.fLogo:hover {
	
}

.fDownload {
	position: absolute;
	top: 35px;
	right: 20px;
	height: 40px;
}

.fDownload img {
	width: auto;
	height: 100%;
}

.fDownload > div {
	float: left;
	height: 100%;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #949494;
}

/* SECTION 0 */

.fSection {
	position: relative;
}

.fSection0ImgMob {
	display: none;
}

.fSection0Img img {
	width: 80%;
	height: auto;
}

.fSection0Desc {
	position: absolute;
	top: 0;
	left: 60%;
	width: 30%;
	height: 100%;
	background: #fff;
	box-shadow: -50px 40px 50px 50px #fff;
}

.fMakeUp {
	display: block;
	width: 90%;
	height: auto;
}

.fArrowDown {
	width: 60px;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	margin-left: calc(50% - 30px);
	margin-top: 20px;
}

.fArrowDown:hover {
	transform: translateY(15px);
}

.fLarge {
	color: #949494;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	padding: 20px 0px;
}

.fLarge span {
	font-size: 40px;
	font-weight: 700;
}

.fSmall {
	color: #949494;
	font-size: 15px;
	text-align: center;
}

/* SECTION 1 */

.fSection1 {
	margin-top: 60px;
}

.fSection1Title {
	width: 80%;
	margin-left: 10%;
	text-align: center;
	color: #ff5155;
	font-size: 26px;
	margin-bottom: 20px;
}

.fSection1Title span {
	font-size: 38px;
	font-weight: 700;
}

.fNumber {
	height: 180px;
}

.fNumber img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.fSection1 .fNumber {
	margin-top: 80px;
}

.fDesc {
	margin-top: 40px;
	text-align: center;
	line-height: 28px;
}

.fDesc span {
	font-weight: 700;
}

/* SECTION 2 */

.fSection2 {
	background: #ff5155;
	margin-top: 200px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.fSection2Content {
	padding: 0 30px;
}

.fSection2Title {
	width: 80%;
	margin-left: 10%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.fSection2Title span {
	font-weight: 400;
}

.fSection2 .fNumber {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}

/* SECTION 3 */

.fSection3 .fNumber {
	margin-top: 120px;
}

/* SECTION 4 */

.fSection4 {
	background: #f7f7f7;
}

.fSection4 .fNumber {
	margin-top: 120px;
}

/* SECTION 5 */

.fSection5 {
	background: #f7f7f7;
	padding: 60px 14%;
}

.fSection5 .f2 {
	position: relative;
}

.fSection5 .f2 > img {
	margin-top: 50%;
    transform: translateY(-50%);
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 40%;
}

.fSection5 .f3 img {
	width: 78%;
    display: block;
    margin-top: 43%;
}

.fSection5Download {
	position: absolute;
	top: 58%;
	left: 22%;
	height: 40px;
}

.fSection5Download img {
	width: auto;
	height: 100%;
}

.fSection5Download > div {
	float: left;
	height: 100%;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #949494;
}

/* SECTION 6 */

.fSection6 {
	border-top: 10px solid #d10a10;
}

.fSection6 img {
	width: 240px;
	height: auto;
	margin: 15px auto;
	margin-bottom: 20px;
}

@media all and (max-width:1365px) {
	.fSection5Download {
		height: 34px;
	}
}

@media all and (max-width:1200px) {
	.fSection5Download {
		height: 28px;
	}
	.fLarge {
		font-size: 22px;
		line-height: 40px;
	}
	.fLarge span {
		font-size: 36px;	
	}
	.fSection6 img {
		width: 180px;
	}
	.fMakeUp {
		width: 80%;
		margin-left: 10%;
	}
}

@media all and (max-width: 992px) {
	.fNumber {
		height: 130px;
	}
	.fSection2 .fNumber {
		top: -72px;
	}
	.fLarge {
		font-size: 16px;
		line-height: 28px;
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.fLarge span {
		font-size: 28px;	
	}
	.fSmall {
		font-size: 13px;
	}
	.fSection1 .fNumber,
	.fSection3 .fNumber,
	.fSection4 .fNumber {
		margin-top: 50px;
		height: 100px;
	}
	.fSection2 {
		margin-top: 140px;
	}
	.fDesc {
		font-size: 16px;
		line-height: 22px;
	}
	.fSection5 .f1 {
		display: none;
	}
	.fSection5 .f2 {
		width: 350px;
	}
	.fSection5 .f3 {
		padding: 10px;
		width: 158px;
	}
}

@media all and (max-width: 767px) {
	.fSection5 {
		padding: 60px 5%;
	}
	.fArrowDown {
		display: none;
	}
	.fDesc {
		font-size: 13px;
		line-height: 19px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.fDownload p {
		display: none;
	}
	.fSection1 .fNumber,
	.fSection3 .fNumber,
	.fSection4 .fNumber {
		margin-top: 0px;
		padding-top: 40px;
		height: 70px;
	}
	.fSection2Title {
		font-size: 14px;
		line-height: 22px;
		margin: 20px auto;
	}
	.fSection1Title {
		font-size: 19px;
		margin-bottom: 20px;
	}

	.fSection1Title span {
		font-size: 28px;
		font-weight: 700;
	}
}

@media all and (max-width: 620px) {
	.fSection0Desc {
		position: relative;
		padding-bottom: 30px;
		left: 15%;
		width: 70%;
		z-index: 1;
	}
	.fSection0Img {
		display: none;
	}
	.col-1-2 {
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}
	.col-1-4 {
		width: 48%;
	}
	.fSection2 .fNumber {
		height: 80px;
		top: -45px;
	}
	.fArrowDown {
		display: block;
	}
	.fSection1 {
		z-index: 1;
	}
	.fSection2 {
		margin-top: 90px;
		padding-top: 30px;
	}
	.fSection5 .f2 {
		width: 100%;
	}
	.fSection5 .f2 > img {
		transform: translateY(0%);
		margin-top: 0;
		display: block;
		margin: 0 auto;
		width: 300px;
	}
	.fSection5 .f3 {
		display: none;
	}	
	.fSection5Download {
		top: 55%;
		left: 26%;
	}
	.fSection0ImgMob {
		display: block;
		position: absolute;
		top: 0;
		left: -20%;
		width: 150%;
		height: 100%;
		z-index: -1;
	}
	.fSection0ImgMob img {
		width: 100%;
		height: 100%;
	}
	.fSection0Img {
		display: none;
	}
}

@media all and (max-width: 570px) {
	.fDownload {
		top: -35px;
	}
	.fDownload > div {
		float: none;
		margin-top: 5px;
	}
	.fDownload img {
		width: 120px;
		height: auto;
	}
}
