/* Normalization */
*, *::before, *::after{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	color: var(--main-color);
}
a, a:hover, a:focus{
	text-decoration: none;
}
input, select,  button, fieldset, label{
	font-family: inherit;
}
.hidden{
	display: none;
	visibility: hidden;
}
/* wholepage */
@font-face{
	font-family: 'Chalkduster';
	src: url('../fonts/Chalkduster.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'BrokenChalk';
	src: url('../fonts/BrokenChalk.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Helvetica';
	src: url('../fonts/helr45w.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'Helvetica';
	src: url('../fonts/helr45w.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Helvetica';
	src: url('../fonts/helr65w.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

.wholepage{
	position: relative;
	min-height: 100vh;
	width: 100%;
	font-family: 'Helvetica';
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9;
	color: #ffffff;
}
.main-bg{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main-bg img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* b-container */
.b-container{
	width: 1275px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	position: relative;
	padding-bottom: 120px;
	min-height: calc(100vh - 50px;)
}
h1{
    font-family: 'BrokenChalk', sans-serif;
    font-size: 100px;
    font-weight: 400;
    width: 350px;
    line-height: 1;
}
/*pageContent*/
.pageContent{
	padding-top: 52px
}
.just-dropbox{
	padding: 93px 0 0 170px;
    max-width: 598px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    position: relative;
}
.just-dropbox::before{
	content: "";
	position: absolute;
	left: 110px;
	top: 20px;
	width: 31px;
	height: 50px;
	background: transparent url('../images/arrowDown.png') no-repeat scroll 0 0 / contain;
}
h2{
	font-weight: 400;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 27px;
    position: relative;
    z-index: 9;
}
.guess {
	font-size: 42px;
	margin-bottom: 10px;
}
.stroke-text{
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    color: #e4f3ec;
    font-weight: 400;
}
.dope{
	position: relative;
	z-index: 9;
	display: inline-block;
}
.dope::before{
	position: absolute;
    content: "";
    left: -18px;
    top: -24px;
    width: 169px;
    height: 96px;
    background: transparent url(../images/chalk-circle.png) no-repeat scroll 0 0 / contain;
    z-index: -1;
}
.twobtns{
	display: flex;
	margin-top: 30px;
}
.twobtns a{
	display: inline-block;
}
.twobtns a + a{
	margin-left: 14px;
}
.badge-button {
    display: block;
    margin: 0 auto;
    width: 250px;
    margin-top: 60px;
}
.badge-button img{
    width: 100%;
}
.b-row{
	display: flex;
	flex-wrap: wrap;
}
.left-column{
	flex: 0 0 calc(100% - 535px);
}
.right-column{
	flex: 0 0 535px;
	padding-top: 78px;
}
.mobileslide{
	width: 347px;
	position: relative;	
}
.mobileframe{
	position: relative;
	height: 691px;
	z-index: 9;
}
.mobileframe > img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 100%;
}
.chalk-cancel{
    position: absolute;
    width: 47px;
    right: -28px;
    top: -22px;
    cursor: pointer;
}
.chalk-canel img{
	display: block;
	width: 100%;
}
.chalk-arrow{
	position: absolute;
	width: 54px;
	height: 155px;
	background: transparent url('../images/chalk-arrow.png') no-repeat scroll 0 0 / contain;
	bottom: 164px;
	right: -110px;
}
.mobileframe::before{
	content: "";
	position: absolute;
	width: 94px;
	height: 100px;
	background: transparent url('../images/chalk-top.png') no-repeat scroll 0 0 / contain;
	left: -55px;
	top: -45px;
}
.mobileframe::after{
    content: "";
    position: absolute;
    width: 105px;
    height: 127px;
    background: transparent url(../images/chalk-down.png) no-repeat scroll 0 0 / contain;
    bottom: 45px;
    right: -63px;
}
.mobilelist-slide{
    width: 303px;
    height: 657px;
    position: absolute;
    left: 22px;
    z-index: 99;
    top: 20px;
    border-radius: 32px;
    overflow: hidden;
}
.mobilelist-slide .mobile-single, .mobilelist-slide .mobile-single img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.mobilelist-slide .mobile-single{
	display: none;
}
.mobilelist-slide .mobile-single.activeMobile{
	display: block;
}
.mobilelist-slide .mobile-single img{
	object-fit: contain;
	object-position: center;
}
.contact-link{
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 14px;
}
.contact-link a{
	color: #ffffff;
}
.b-footer{
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 20px;	
}
@media(max-width: 1199px){
	.b-container{
		width: 990px;
	}
	.just-dropbox{
		padding-left: 0px;
	}
	.just-dropbox::before{
		left: 0px;
	}
	.right-column{
		flex: 0 0 450px;
	}
	.left-column{
		flex: 0 0 calc(100% - 450px);
	}
}
@media(max-width: 992px){
	.b-container{
		width: 760px;
		padding: 20px;
	}
	.left-column, .right-column{
		flex: 0 0 100%;
	}
	.mobileslide{
		margin: 30px  auto;
	}
	.contact-link, .b-footer{
		position: relative;
		font-size: 12px;
		text-align: center;
		top: unset;
		bottom: unset;
		right: unset;
		padding: 5px 0;
	}
	h1{
		width: 100%;
		font-size: 80px;
		text-align: center;
	}
	.just-dropbox{
		max-width: 438px;
		margin-left: auto;
		margin-right: auto;
	}
}
.underline img{
	max-width: 100%;
	display: block;
	margin-top: 15px;
}
@media(max-width: 520px){
	h1{
		font-size: 45px;
	}
	.just-dropbox{
		max-width: 260px;
		margin: 0 auto;
	}
	.just-dropbox::before{
		width: 20px;
		left: 3px;
	}
	h2{
		font-size: 35px;
		margin-bottom: 18px;
	}

	h2.guess {
		font-size: 30px;
		margin-bottom: 8px;
	}
	.dope::before {
	    left: -14px;
	    top: -14px;
	    width: 101px;
	    height: 69px;
	}
	.just-dropbox{
		padding-top: 73px;
		font-size: 22px;
	}
	.twobtns{
		margin-top: 20px;
	}
	.mobileslide{
		width: 250px;
	}
	.mobileframe{
		height: 498px;
	}
	.mobilelist-slide{
		width: 218px;
		left: 16px;
		top: 15px;
		border-radius: 22px;
		height: 473px;
	}
}