body{
	font-family: 'Muli', sans-serif;
}

.btn-with-svg{
	letter-spacing: 1px;
	display: block;
	width: 237.71px;
	height: 80.97px;
	margin: 0 auto;
    font-size: 40px;
    color: #FFF;
    padding-top: 11px;
    border-radius: 5px;
    margin-top: -30px;
    margin-bottom: 30px;
    background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107.71 36.97'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect fill='%23a3b247' width='107.71' height='36.97' rx='2.44' transform='translate(107.71 36.97) rotate(180)'/%3E%3Cpath fill='%23babf55' d='M97.21,0H10.5A4.71,4.71,0,0,0,5.78,4.71h0A4.72,4.72,0,0,0,10.5,9.43H97.21a4.72,4.72,0,0,0,0-9.43Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.header-title{
	float: right;
    color: #FFF;
    margin-top: 43px;
    font-size: 24px;
    font-family: 'Muli';
    font-weight: bold;
}

.scimg{
	width: 100%;
    margin: 0 auto;
    display: inherit;
    margin-top: 60px;
}

#flag{
	float: right;
    margin-top: 43px;
    margin-left: 20px;
}

.with-de{
    padding-top: 19px;
    font-size: 27px;
    width: 319px;
    font-weight: bold;
    text-align: center;
}

.modal-body .btn-with-svg{
	margin-top: 20px;
}

.modal-body p{
	margin-top: 1rem;
    text-align: center;
    font-weight: bold;
    font-family: 'Muli';
    font-size: 35px;
}

.modal-body p span{
	color: #f74835;
}

.btn-with-svg:hover{
	text-decoration: unset;
	color: #FFF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107.71 36.97'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect fill='%238d9a3e' width='107.71' height='36.97' rx='2.44' transform='translate(107.71 36.97) rotate(180)'/%3E%3Cpath fill='%23a3b247' d='M97.21,0H10.5A4.71,4.71,0,0,0,5.78,4.71h0A4.72,4.72,0,0,0,10.5,9.43H97.21a4.72,4.72,0,0,0,0-9.43Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.abs-logo{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.normal-logo{
	padding-bottom: 20px;
	background: #2e303c;
}

.abs-logo img{
	max-width: 218px;
    margin-top: 20px;
}

.normal-logo img{
    max-width: 240px;
    margin-top: 11px;
    margin-bottom: 9px;
}



.anim-1-container{
	background: #2e3b6b;
}
#anim-1,.anim-1-container{
	height: 700px;
	padding: 0px;
}

.anim-2-container{
	background: #3b3d4a;
}

.anim-2-container img{
	width: 100%;
}

#anim-2,.anim-2-container{
	padding: 0px;
}

#anim-3,.anim-3-container{
	height: 700px;
	padding: 0px;
}

.snow-before{
	position: relative;
	background: #ecf0f0;
}
.snow-before:before{
    height: 70px;
    position: absolute;
    content: "";
    top: -27px;
    width: 100%;
    background-image: url(img/Snow_Caps2.png);
    z-index: 1;
    display: block;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
}

.snow-before.infog{
	background: #b0c08f;
}

.with-trees{
	background: #819686;
	color: #FFFF;
}

.with-trees{
	padding-top: 100px;
	padding-bottom: 100px;
}

.with-trees:after{
	height: 180px;
    position: absolute;
    content: "";
    top: -146px;
    width: 100%;
    background-image: url(img/Small_Trees.png);
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.prizes{
	padding-top: 70px;
	padding-bottom: 150px;
}
.prizes h2{
	font-family: 'Muli', sans-serif;
    display: inline-block;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    display: none;
}

.prizes h2:after{
    content: "";
    border-bottom: 2px solid #000;
    width: 75px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

.row.white-bg{
	margin-top: 50px;
	background: #FFFF;
	border-radius: 5px;
}

.prize-box{
	padding: 50px;
}

.ml-80{
	margin-left: 80px;
}
.mr-80{
	margin-right: 80px;
}

.prize-box img{
	background: #eaeaeb;
    border-radius: 10px;
    padding: 10px;
    max-width: 60px;
    margin-bottom: 20px;
}

.prize-box .title{
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}

.prize-box .title:after{
    content: "";
    border-bottom: 2px solid #000;
    width: 50px;
    display: block;
    margin-top: 10px;
}

.container.prizes{
    background-image: url(img/Footprint.png);
   	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.promotions h2{
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	display: inline-block;
}

.promotions .item{
	background: #728476;
	padding: 5px;
	border-radius: 6px;
	min-height: 145px;
	position: relative;
}

.promotions .item img{
    position: absolute;
    top: -20px;
    max-width: 70px;
    left: 20px;
}

.promotions .item .title,.promotions .item .content{
	margin-left: 100px;
}

.promotions .item .title{
	font-weight: 900;
	margin-bottom: 5px;
	margin-top: 10px;
}

.promotions .item .content{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #b8c2bb;
}

.promotions .item .footer{
	display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 6px;
    border-top: 1px solid #d8d8d8;
    left: 0;
    right: 0;
    padding-top: 5px;
    color: #d6e0d9;
	font-size: 14px;
}

.promotions .item .footer i{
	padding-right: 5px;
}

.owl-stage-outer{
	padding-top: 20px;
}

.promotions .owl-carousel .owl-nav{
    display: block !important;
    position: absolute;
    top: -68px;
    right: 0px;
}

.promotions .owl-carousel .owl-nav button:focus{
	outline:0;
}

.promotions .owl-carousel .owl-nav button{
    width: 29px;
    height: 30px;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #b8c2bb;
}

.promotions .owl-carousel .owl-nav button:hover{
    border-color: #ffff;
}

.promotions .owl-carousel .owl-nav button.owl-prev{
	margin-right: 5px;
}

.promotions .owl-carousel .owl-nav button i{
	font-size: 20px;
}

.promotions-category{
	display: inline-block;
    width: 113px;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: .01px;
    padding: 5px;
    border-radius: 4px;
    background: #2e303b;
    border-color: #2e303b;
    color: #fff;
	float: right;
    margin-top: 20px;
    margin-right: 80px;
    text-align-last: center;
    padding-top: 6px;
}

.clouds{
	background-color: #3b3d4a; 
	position: relative;
}

.hause-img{
    width: 100%;
}

footer{
	background-color: #24252d;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: -3px;
}

.footer-logo{
	max-width: 140px;
}

.footer-with-de{
	text-align: center;
}

.footer-with-de .footer-logo{
    max-width: 263px;
    padding-top: 0px;
}

.language{
	display: inline-block;
    width: 80px;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: .01px;
    padding: 5px;
    border-radius: 4px;
    background: transparent;
    border-color: transparent;
    color: #fff;
    margin-top: 5px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
	background-position: right 0em center;
    background-repeat: no-repeat;
    background-size: 16px 17px;
    font-weight: 400;
		font-size: 14px;
}

.social-icons{
	display: inline-block;
}

.social-icons a:hover{
	text-decoration: none;
}

.social-icons a{
	padding: 5px;
	color: #fff;
}

.schedule-img{
	max-height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
}

.hidden-desktop{
	display: none;
}

.footer .date{
	float: left;
	padding-left: 10px;
}

.footer .star{
	float: right;
	padding-right: 10px;
}

.footer .star i{
	padding-right: 1px !important;
    color: #ffcb3f;
}

.play{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 9999;
}

.replay-div{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 42%;
    bottom: 0;
}

.replay{
    width: 100px;
    display: inline-block;
    height: 100px;
    background: rgba(41, 41, 41, 0.70);
    border-radius: 100%;
}

.replay i{
	font-size: 45px;
    color: #fff;
    margin-top: 27px;
    margin-right: -13px;
}

.replay:hover{
    background: rgba(41, 41, 41, 1);
}


@media(max-width: 1366px){
	.clouds .container:before{
		top: -38px;
	}
}

@media(max-width: 1200px){
	.clouds .container:before{
		top: -36px;
	}

	.normal-logo img {
	    max-width: 210px;
	}
	.footer-with-de .footer-logo{
		max-width: 234px;
	}
}


@media(max-width: 992px){
	.clouds .container:before{
		width: 68%;
	}

	.mr-80{
		margin-right: 50px;
	}
	.ml-80{
		margin-left: 50px;
	}

	.btn-with-svg.with-de{
	    padding-top: 18px;
	    font-size: 20px;
	    width: 231px;
	    height: 69px;
	}

	.hidden-mobile{
		display: none;
	}

	.hidden-desktop{
		display: block;
	}

	.header-title{
		font-size: 16px;
	}
	#flag{
		margin-top: 38px;
	}
}

@media(max-width: 768px){
	.prizes h2{
		display: block;
	}

	.header-title,#flag{
		display: none;
	}

	.clouds .container:before{
		width: 100%;
	}
	.clouds .container:before {
	    top: -34px;
	}

	.with-trees:after{
		height: 115px;
	    content: "";
	    top: -80px;
	}

	.normal-logo{
		text-align: center;
	}

	.ml-80{
		margin-left: 0px;
	}
	.mr-80{
		margin-right: 0px;
	}
	.prize-box {
	    padding: 20px;
	}
	.prizes {
	    padding-bottom: 100px;
	}

	.normal-logo img {
	    max-width: 190px;
	}

	.footer-with-de .footer-logo{
		max-width: 200px;
	}

	.anim-2-container{
		margin-bottom: 9px;
	}


}

@media(max-width: 700px){
	#anim-1,.anim-1-container{
		height: 600px;
		padding: 0px;
	}
}

@media(max-width: 600px){
	#anim-1,.anim-1-container{
		height: 500px;
		padding: 0px;
	}
	.normal-logo {
	    padding-bottom: 9px;
	}
	.normal-logo img {
	    max-width: 190px;
	    margin-top: 9px;
	}
	
	.footer-with-de .footer-logo{
		max-width: 200px;
	}
	footer {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.btn-with-svg.with-de{
	    padding-top: 18px;
	    font-size: 18px;
	    width: 201px;
	    height: 60px;
	}

}

@media(max-width: 576px){
	.prize-box{
		text-align: center;
	}
	.prize-box .title:after{
		margin: 0 auto;
    	margin-top: 10px;
	}
	.replay i{
		font-size: 24px;
	    margin-top: 12px;
	    margin-right: -5px;
	}
	.replay {
	    width: 50px;
	    height: 50px;
	}
	.replay-div{
		top: 34%;
	}
	.scimg{
	    margin-top: 30px;
	}
}

@media(max-width: 550px){
	#anim-3, .anim-3-container {
	    height: 630px;
	    padding: 0px;
	}
}

@media(max-width: 500px){
	#anim-1,.anim-1-container{
		height: 480px;
		padding: 0px;
	}

	.normal-logo img {
	    max-width: 165px;
	}
	
	.footer-with-de .footer-logo{
		max-width: 181px;
	}

	#anim-3,.anim-3-container{
		height: 575px;
		padding: 0px;
	}
}

@media(max-width: 450px){

	#anim-3,.anim-3-container{
		height: 513px;
		padding: 0px;
	}
}

@media(max-width: 420px){
	.with-trees {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.with-trees:after{
		height: 75px;
	    content: "";
	    top: -48px;
	}

	.promotions-category{
		width: 82px;
		float: left;
	    width: 100%;
	    margin-right: 0px;
	    margin-top: -20px;
	}

	.owl-carousel{
		padding-top: 20px;
	}

	#anim-3,.anim-3-container{
		height: 478px;
		padding: 0px;
	}

}

@media(max-width: 400px){
	#anim-1,.anim-1-container{
		height: 390px;
		padding: 0px;
	}

	#anim-3,.anim-3-container{
		height: 465px;
		padding: 0px;
	}
}

@media(max-width: 350px){
	.clouds .container:before {
	    top: -33px;
	}

	.footer-logo{
		max-width: 100px;
    	margin-top: 6px;
	}

}

