@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
	padding: 0;
}

.asus-rog-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
	width: 100%;
}

.asus-rog-top-banner{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/asus-top-banner-image11);
	width: 100%;
    margin: 0;
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 50px;
}

.asus-top-banner-content{
	display: flex;
    flex-flow: column;
    justify-content: center;
    flex-basis: 50%;
    align-items: flex-start;
	margin: 0;
	text-align: left;
}

.asus-top-banner-content h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #ffffff;
    line-height: normal;
    padding-bottom: 5px;
    margin: 0px;
}
.asus-top-banner-content h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 35px;
	background: linear-gradient(to right, #a576ee, #8369ef);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    line-height: normal;
    margin: 0px;
}

.asus-top-banner-content p{
	font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    font-size: 21px;
    color: #ffffff;
    line-height: initial;
    padding: 30px 20px 30px 0px;
    margin: 0px;
}

.asus-top-banner-content a {
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    padding: 12px 30px;
    border: 1px solid #d63730;
    background-color: #d63730;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-align: center;
}

.asus-top-banner-content a:hover{
    color: #d63730;
    border: 1px solid #d63730;
    background-color: #ffffff;
}

.asus-form-main-section{
	width: 100%;
    margin: 0;
    display: flex;
	justify-content: center;
	align-items: center;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 50px 0px;
}

.asus-form-image{
	display: flex;
    flex-flow: column;
    justify-content: center;
    flex-basis: 50%;
    align-items: center;
	margin: 0;
	padding: 0;
}

.asus-form-image img{
	width: 90%;
	margin: 0;
}

.asus-form{
	display: flex;
    flex-flow: column;
    justify-content: center;
    flex-basis: 50%;
    align-items: center;
	    margin: 20px 0px;
    border: 1px solid #eee;
}


@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.asus-rog-main{
	width: 100%;
	}
	.asus-top-banner-content h1{
	font-size: 45px;
	}
	.asus-top-banner-content h2{
	font-size: 25px;
	}
	.asus-top-banner-content p{
	font-size: 16px;
	}
	.asus-rog-top-banner{
	padding: 30px;
    background-position: center;
	}
	.asus-top-banner-content{
	    flex-basis: 50%;
	}
}

@media screen and (max-width: 767px){
	.asus-rog-main{
	width: 100%;
	}
	.asus-rog-top-banner{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/asus-top-banner-image-mobile);
    flex-flow: column;
    flex-wrap: wrap;
	padding: 30px;
	background-position: bottom;
    height: 600px;
	}
	.asus-top-banner-content{
	    flex-basis: 100%;
    align-items: center;
    text-align: center;
	    justify-content: flex-start;
	}
	.asus-top-banner-content h1{
	font-size: 60px;
	}
	.asus-top-banner-content h2{
	font-size: 35px;
	}
	.asus-top-banner-content p{
	font-size: 23px;
        padding: 30px 0px;
	}
	.asus-form-main-section{
	flex-flow: row;
    flex-wrap: wrap;
	}
	.asus-form-image, .asus-form{
	    flex-basis: 90%;
		margin: 0 auto;
	}
	
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px){
	.asus-rog-main{
	width: 100%;
	}
	.asus-rog-top-banner{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/asus-top-banner-image-mobile);
    flex-flow: column;
    flex-wrap: wrap;
	padding: 30px;
	background-position: top;
    height: 500px;
	}
	.asus-top-banner-content{
	    flex-basis: 100%;
    align-items: center;
    text-align: center;
	    justify-content: flex-start;
	}
	.asus-top-banner-content h1{
	font-size: 45px;
	}
	.asus-top-banner-content h2{
	font-size: 25px;
	}
	.asus-top-banner-content p{
	    font-size: 16px;
    padding: 20px 0px;
	}
	.asus-form-main-section{
	flex-flow: row;
    flex-wrap: wrap;
	}
	.asus-form-image, .asus-form{
	    flex-basis: 95%;
		margin: 0 auto;
	}
	.asus-top-banner-content a{
	font-size: 16px;
    padding: 10px 30px;
	}
}