html,
body {
	width: 100%;
	overflow-x: hidden;
}
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #030000;
	background: #6ad1e3;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
img {
	display: block;
	max-width: 100%;
}
div {
	position: relative;
}
.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.design {
    position: absolute;
}
.des1 {
	top: 3%;
	left: -15%;
    z-index: -1;
}
.des2 {
	top: -15%;
	right: -10%;
	max-width: 40vw;
}
.des3 {
	top: -10%;
	right: -30%;
	z-index: -1;
	width: 100%;
}
.des3 .circle {
	padding-bottom: 100%;
	border-radius: 50%;
	background-color: #ffde16;
}
.des4 {
	top: -10%;
	left: -5%;
	max-width: 40vw;
}
.des5 {
	top: 95%;
	left: 5%;
	z-index: -1;
}
.des6 {
	top: -10%;
	right: -10%;
	max-width: 50vw;
}
.des7 {
	bottom: 3%;
	right: -15%;
    z-index: -1;
}
.des8 {
	bottom: -5%;
	left: -15%;
	max-width: 30vw;
}
.des9 {
	top: -20%;
	right: -5%;
	max-width: 70vw;
}
.des10 {
	bottom: -20%;
	left: -5%;
	max-width: 23vw;
}
.des11 {
	top: 30%;
	left: -15%;
	max-width: 25vw;
}
.des12 {
	top: -20%;
	right: 0;
	max-width: 25vw;
}
.des13 {
	top: -10%;
	right: -5%;
	max-width: 55vw;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.site {
    position: absolute;
    top: 0;
    left: 20px;
}
.site img {
	max-width: 15vw;
}
.logo {
	display: inline-block;
}
.logo img {
	max-width: 30vw;
}
.share {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 30px;
	margin: auto 0;
}
.share a {
	display: inline-block;
	height: 100%;
	cursor: pointer;
}
.share svg {
	width: 30px;
	height: 30px;
	fill: #9d5ea6;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}
.share a:hover svg {
	fill: #ef4029;
}
.campaign {
    margin: 0 auto;
}
.title {
    max-width: 60%;
    color: #147bd1;
    font-size: 5vw;
    font-weight: bold;
    position: absolute;
    top: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.intro {
    color: #147bd1;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 0;
}
.section {
    padding: 100px 0;
}
#main {
	overflow: hidden;
}
.article {
    padding: 80px 0;
}
.article-image {
	z-index: 0;
}
.article-image .inner {
    height: 0;
    padding-bottom: 150%;
    background: no-repeat center center / cover;
    display: block;
    position: relative;
}
.article.video .article-image .inner {
    padding-bottom: 56.25%;
}
.olive .article-image .inner:before {
	content: "";
	position: absolute;
	top: -20px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: -1;
}
.olive .article:not(.reverse) .article-image .inner:before {
	left: -10px;
}
.olive .article.reverse .article-image .inner:before {
	right: -10px;
}
.article-image .inner .play {
    fill: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .5));
            filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .5));
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.article-image:hover .inner .play {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.article-title {
	position: relative;
	text-decoration: none;
	z-index: 2;
}
.article-title h2 {
	font-size: 2em;
	line-height: 1.1;
	margin: 0;
}
.article-1 .article-title,
.article-5 .article-title {
    color: #ede939;
}
.article-2 .article-title,
.article-4 .article-title,
.article-6 .article-title {
    color: #147bd1;
}
.article-3 .article-title {
    color: #f93822;
}
.article-7 .article-title {
    color: #fff;
}
.article-info,
.article.video .article-info {
	padding: 20px 0 0;
	z-index: 2;
}
.article-3 .article-info {
	margin-top: 55%;
}
.article-intro {
    line-height: 1.3;
    margin-top: 5px;
}
.box {
    padding: 0 5% 50px;
    background: url(../img/box.png) no-repeat center bottom / 100% 80%;
}
#footer {
    font-size: 14px;
    text-align: center;
    padding: 0 20px 30px;
}
.anim {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.anim.visible {
	opacity: 1;
	visibility: visible;
}
.anim.top {
	-webkit-transform: translateY(-25%);
	    -ms-transform: translateY(-25%);
	        transform: translateY(-25%);
}
.anim.bottom {
	-webkit-transform: translateY(25%);
	    -ms-transform: translateY(25%);
	        transform: translateY(25%);
}
.anim.left {
	-webkit-transform: translateX(-25%);
	    -ms-transform: translateX(-25%);
	        transform: translateX(-25%);
}
.anim.right {
	-webkit-transform: translateX(25%);
	    -ms-transform: translateX(25%);
	        transform: translateX(25%);
}
.anim.visible {
	-webkit-transform: translate(0, 0) rotate(0) !important;
	    -ms-transform: translate(0, 0) rotate(0) !important;
	        transform: translate(0, 0) rotate(0) !important;
}

@media only screen and (min-width: 576px) {
	.share {
		height: 35px;
	}
	.share a:not(:last-of-type) {
		margin-right: 5px;
	}
	.share svg {
		width: 35px;
		height: 35px;
	}
}

@media only screen and (min-width: 768px) {
	.site {
		left: 50px;
	}
	.share {
		right: 50px;
		height: 40px;
	}
	.share a:not(:last-of-type) {
		margin-right: 10px;
	}
	.share svg {
		width: 40px;
		height: 40px;
	}
    .title {
    	padding-left: 3%;
    	font-size: 1.625em;
 	}
	.article.video {
		display: block;
		padding: 60px 120px;
	}
	.article:not(.video) .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 60px;
	}
	.article.reverse .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.article-image,
	.article-info {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.article:not(.reverse):not(.video) .article-image {
		padding-left: 60px;
	}
	.article.reverse .article-image {
		padding-right: 60px;
	}
	.article-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 0 0 20px;
	}
	.article.reverse .article-info {
		padding: 0 20px 0 0;
		text-align: right;
	}
	.article-title {
		position: unset;
	}
	.des2 {
		top: -20%;
		right: -5%;
		max-width: 20vw;
	}
	.des4 {
		top: -15%;
		left: -2%;
		max-width: 20vw;
	}
	.des6 {
		top: -40%;
		right: -5%;
		max-width: 35vw;
	}
	.article-3 .article-info {
		margin-top: 0;
	}
	.des8 {
		bottom: -20%;
		left: -2%;
		max-width: 15vw;
	}
	.des9 {
		top: -35%;
		right: -5%;
		max-width: 35vw;
	}
	.des10 {
		bottom: -30%;
		left: -3%;
		max-width: 17vw;
	}
	.des11 {
		left: -22%;
		max-width: 20vw;
	}
	.des12 {
		right: -10%;
		max-width: 20vw;
	}
	.des13 {
		top: -20%;
		right: -5%;
		max-width: 25vw;
	}
}

@media only screen and (min-width: 992px) {
	body {
    	font-size: 18px;
	}
}

@media only screen and (min-width: 1024px) {
	.des4 {
		top: -5%;
	}
	.des6 {
		top: -20%;
	}
	.des9 {
		top: -25%;
	}
}

@media only screen and (min-width: 1200px) {
	body {
    	font-size: 20px;
	}
	.des9 {
		top: -15%;
	}
}

@media only screen and (min-width: 1400px) {
	body {
    	font-size: 22px;
	}
	.article-title h2 {
    	font-size: 2.5em;
	}
}

@media only screen and (min-width: 1600px) {
	body {
    	font-size: 24px;
	}
	.des2 {
		right: -10%;
	}
	.des4 {
		left: -10%;
	}
	.des8 {
		bottom: -15%;
		left: -8%;
	}
	.des9 {
		max-width: 30vw;
	}
	.des10 {
		left: -10%;
	}
	.des11 {
		left: -20%;
	}
}

@media only screen and (min-width: 2000px) {
	.des2 {
		top: 10%;
		right: -15%;
	}
	.des4 {
		left: -13%;
	}
	.des8 {
		left: -12%;
	}
	.des9 {
		top: -20%;
		right: -12%;
	}
	.des10 {
		left: -15%;
	}
	.des11 {
		left: -24%;
	}
	.des12 {
		top: -15%;
		right: -17%;
	}
}