

/*************************************************************************


                            R E G I S T E R


*************************************************************************/


/*************************************************************************

                             C O M M O N S

*************************************************************************/


body.welcome-page{
	position: relative;
}

.welcome-page .body{
	position: relative;
	z-index: 0;
	overflow: hidden;
}



/*************************************************************************

                              H E A D E R

*************************************************************************/

.welcome-page .header{
	text-align: center;
	padding-top: 60px;
}

@media (max-width: 640px){

.welcome-page .header{
	padding-top: 25px;
}

}

.welcome-page .header .logo{
	display: inline-block;
	width: 118px;
	height: 60px;
	background: url(/assets/img/logo.svg) no-repeat center center/contain;
}



/*************************************************************************

                             C O N T E N T

*************************************************************************/


.welcome-page .content{
	position: relative;
	max-width: 670px;
	padding: 0 80px 485px;
	box-sizing: border-box;
	color: #262626;
}

@media (max-width: 640px){

.welcome-page .content{
	padding: 0 20px 60px;
}

}

.welcome-page .content:after{
	content: '';
	display: block;
	position: absolute;
	width: 231px;
	height: 386px;
	background: url(/assets/img/welcome-figure.svg) no-repeat center center/contain;
	bottom: 50px;
	right: -250px;
}

@media (max-width: 1240px){

.welcome-page .content:after{
	right: -150px;
}

}

@media (max-width: 1030px){

.welcome-page .content:after{
	position: relative;
	width: 231px;
	height: 386px;
	margin: auto;
	right: 0;
	bottom: 0;
	margin-top: 30px;
}

}

@media (max-width: 640px){

.welcome-page .content:after{
	width: 135px;
	height: 227px;
}

}



/*************************************************************************

                                P A G E

*************************************************************************/


.welcome-page .content .caption{
	font-family: PTSansNarrowBold;
	font-size: 36px;
	text-align: center;
	margin-top: 110px;
}

@media (max-width: 640px){

.welcome-page .content .caption{
	font-size: 30px;
	white-space: nowrap;
	margin-top: 25px;
}

}

.welcome-page .content .text{
	color: #333;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}

@media (max-width: 640px){

.welcome-page .content .text{
	margin-top: 30px;
}

}

	.welcome-page .content .text p{}

	.welcome-page .content .text p+p{
		margin-top: 10px;
	}

		.welcome-page .content .text p a{
			font-family: PTSansBold;
		}


