.front .region-banner{
	padding:0;
	background: unset;
}

.front .site-logo{
	display: none;
}

.hp-banner .wrap{
	position: relative;
	background-color:#000;
	background-repeat: no-repeat;
	background-position:right;
	background-size:1800px auto;
	height:1030px;
	margin-top: -120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hp-banner .inner{
	position: absolute;
	right: 100px;
	margin:0 auto;
	max-width: 800px;
	padding:0;
	text-align: center;
}

.hp-banner .inner .logo{
	margin: 0 0 40px;
}

.hp-banner .inner .logo{
	 -webkit-mask-image: url(img/logo-white.png);
  mask-image: url(img/logo-white.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
 mask-size: cover;
}

.hp-banner .inner .logo .grade{
 background-image: url(img/grade-long.png);
 background-size: cover;
 animation: move 30s ease infinite;
}

.hp-banner .inner .logo .grade img{
	display: block;
	visibility: hidden;
}

@keyframes move{
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}

.hp-banner p{
	color:#fff;
	font-size:18px;
	line-height:1.5em;
	font-weight: 600;
}

.hp-banner p:last-of-type{
	margin: 0;
}

.hp-intro{
	padding: 100px 150px;
}

.hp-intro .group{
	display: flex;
}

.hp-intro .group .left{
	width: 500px;
}

.hp-intro .group .left h2{
	text-align: right;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 1.7em;
	letter-spacing: .2em;
	background: url(img/text-grade.jpg);
	background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hp-intro .group .right{
	width: calc(100% - 500px);
	box-sizing: border-box;
	padding:  0 0 0 70px;
}

.hp-intro .group .right p{
	max-width: 700px;
}

.hp-ctas{
	margin:0 auto;
	padding: 75px 90px 150px;
	max-width:1400px;
	position: relative;
}

.hp-ctas:before{
	position: absolute;
	content: "";
	height: 295px;
	width: calc(100% + 400px);
	max-width: unset;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 60%);
	opacity: .4;
	top: 0;
	left: -200px;

}

.hp-ctas .view-content{
	position: relative;
	z-index: 1;
}


.hp-ctas .item .wrap h3{
	text-transform: uppercase;
	font-weight: 600;
	background-repeat: no-repeat;
		background: url(img/text-grade.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hp-ctas .item:nth-of-type(1) .wrap h3{
	background-position: top right 120px;
	background-size: 100%;
}

.hp-ctas .item:nth-of-type(2) .wrap h3{
	background-position: top 80px right 135px;
	background-size: 100%;
}

.hp-ctas .item:nth-of-type(3) .wrap h3{
	background-position: bottom right 145px;
	background-size: 100%;
}

.hp-ctas .item .wrap .more{
	color: #dc5b98;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .2em;
}


.hp-ctas img{
	display:block;
	margin:0 0 40px;
}

.hp-lower{
	background: url(img/test-bg.jpg);
	background-size: cover;
	padding: 180px 150px 120px;
}

.hp-lower .field__item{
	display: flex;
	flex-wrap: wrap;
}

.hp-lower .hp-book{
	width: 50%;
	box-sizing: border-box;
	padding-right: 125px;
}

.hp-lower .hp-test{
	width: 50%;
	box-sizing: border-box;
	padding-left: 125px;
}

.hp-lower .hp-book h3,
.hp-lower .hp-test h3{
	font-size:28px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 500;
	margin:0 0 25px;
	background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}


.hp-lower .hp-test .more{
	color: #e8c171;
	text-transform: uppercase;
	font-weight: 600;
}




