body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5em;
	color: #000;
	background: #fff url(../img/bg.jpg) no-repeat center center / cover;
	background-attachment: fixed;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div {
	position: relative;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
p a {
    color: #000;
    text-decoration: underline;
}
h2,
p,
.inline-img {
    padding: 1em 0;
    margin: 0;
    display: block;
}
.center {
	margin: 0 auto;
	text-align: center;
}
h2 {
    font-size: 1.125em;
    line-height: 1.2;
    padding-bottom: 0;
}
p {
	position: relative;
	z-index: 1;
}
p:last-child {
	margin-bottom: 0;
}
.wrapper {
	overflow: hidden;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: #000;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.site {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.site img {
    max-height: 60px;
    display: block;
}
.buttons {
	position: absolute;
	top: 22px;
	bottom: auto;
	right: 15px;
	height: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .6));
	        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .6));
}
.buttons .langs {
	position: absolute;
	top: 40px;
	right: -14px;
}
.buttons .lang {
	display: inline-block;
}
.buttons div.lang {
	display: none;
}
.buttons .lang img {
	display: block;
}
.buttons .share {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: no-repeat 50% 50%;
	cursor: pointer;
}
.buttons .share-facebook {
	background-image: url(../img/share-facebook.png);
}
.buttons .share-twitter {
	background-image: url(../img/share-twitter.png);
}
.logo {
	height: 100%;
}
.logo img {
	height: 100%;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.header .corset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.curve {
	overflow: hidden;
	width: 200vw;
	margin-left: -50vw;
	text-align: center;
	z-index: 0;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.hero {
	margin-top: 60px;
	overflow: hidden;
}
.hero-inner {
	width: 100vw;
	max-height: calc(100vh - 60px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ship {
    min-width: 100%;
}
.hero-inner h2 {
	font-size: 1em;
	color: #fff;
	padding: 0 20px 3% 40px;
	margin: 0;
	z-index: 1;
	text-align: left;
	text-shadow: 2px 2px 5px #0a2954;
	position: absolute;
	bottom: 0;
}
.campaign {
    position: absolute;
    top: 60px;
    left: 10px;
    max-width: 23vw;
}
.article {
    padding-top: 10vh;
	overflow: hidden;
}
.corset {
    max-width: 100%;
    width: 840px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    z-index: 1;
}
.mini {
	margin-right: 25%;
}
.anim {
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
	opacity: 0;
}
.anim.visible {
	opacity: 1;
}
.from-left,
.group img:nth-child(even) {
	opacity: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.from-right,
.group img:nth-child(odd) {
	opacity: 0;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
}
.from-top {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.from-bottom {
	opacity: 0;
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
}
.from-left.visible,
.from-right.visible,
.from-top.visible,
.from-bottom.visible,
.group img.visible {
	opacity: 1;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}
.resp {
    height: 0;
    padding-bottom: 56.25%;
    margin: 1em 0;
}
.resp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.group img {
	max-width: 80%;
	padding: 0;
	margin-bottom: -5%;
}
.group img:nth-child(odd) {
	display: block;
	margin-left: auto;
}
.bg {
    background-color: #5ec8d4;
}
.bg.bg1 {
    height: 5vh;
}
.frame {
    width: 100%;
    display: block;
}
.frame.f1 {
	margin-top: -17%;
}
.frame.f2 {
	margin-top: -22%;
}
.frame.f3 {
	margin-bottom: -15%;
}
.frame.f4 {
	margin-top: -10%;
}
.frame.f5 {
	margin-top: -15%;
}
.pins {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 3%;
	z-index: -1;
}
.pins .globe {
    position: absolute;
    bottom: -5%;
    right: -85%;
    max-width: none;
    z-index: -1;
}
.front {
    position: absolute;
    z-index: 1;
}
.front.f1,
.front.f2,
.front.f4,
.front.f5 {
    bottom: 0;
}
.front.f3 {
    top: 0;
}
@media only screen and (min-width: 400px) {
	.buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.buttons .langs {
		position: relative;
		top: 0;
		left: 0;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 576px) {
	body {
		text-align: justify;
	}
	.hero-inner h2 {
    	font-size: 1.5em;
	}
	.buttons {
		top: 18px;
	}
	.buttons .share {
		padding: 5px;
	}
	.campaign {
		left: 30px;
	}
	.buttons .langs {
		margin-right: 20px;
	}
	.buttons div.lang {
		display: inline-block;
	}
	.space {
		display: block;
		height: 10vh;
	}
	.group {
		height: 0;
		position: relative;
		z-index: 2;
		margin: 1em 0;
		display: inline-block;
		width: 100%;
	}
	.group img {
		position: absolute;
		margin: 0;
	}
	.group.g2 {
		padding-bottom: 45%;
	}
	.group.g2 img {
		max-width: 40%;
	}
	.group.g2 img:nth-child(1) {
		top: 10%;
		left: 0;
	}
	.group.g2 img:nth-child(2) {
		top: 20%;
		left: 0;
		right: 5%;
		margin: auto;
		z-index: 1;
	}
	.group.g2 img:nth-child(3) {
		top: 0;
		right: 0;
	}
	.group.g3 {
		padding-bottom: 60%;
	}
	.group.g3 img {
		max-width: 40%;
	}
	.group.g3 img:nth-child(1) {
		top: 20%;
		left: 0;
	}
	.group.g3 img:nth-child(2) {
		top: 0;
		left: 0;
		right: 5%;
		margin: auto;
		z-index: 1;
	}
	.group.g3 img:nth-child(3) {
		top: 10%;
		right: 0;
	}
	.group.g4 {
		padding-bottom: 35%;
	}
	.group.g4 img {
		max-width: 50%;
	}
	.group.g4 img:nth-child(1) {
		top: 5%;
		left: 5%;
		z-index: 1;
	}
	.group.g4 img:nth-child(2) {
		top: 0;
		right: 5%;
	}
	.group.g5 {
		padding-bottom: 60%;
	}
	.group.g5 img {
		max-width: 37%;
	}
	.group.g5 img:nth-child(1) {
		top: 15%;
		left: 0;
	}
	.group.g5 img:nth-child(2) {
		top: 0;
		left: 32%;
	}
	.group.g5 img:nth-child(3) {
		top: 50%;
		left: 32%;
		z-index: 1;
	}
	.group.g5 img:nth-child(4) {
		top: 30%;
		right: 0;
	}
}
@media only screen and (min-width: 768px) {
	.hero {
		margin-top: 70px;
	}
	.hero-inner h2 {
    	font-size: 1.75em;
    	padding-bottom: 4%;
	}
	.hero-inner {
		max-height: calc(100vh - 70px);
	}
	.campaign {
		top: 70px;
	}
	#header {
		height: 70px;
	}
	h2 {
		font-size: 1.25em;
	}
	.site img {
		max-height: 70px;
	}
	.buttons {
		top: 22px;
	}
	.buttons .share img {
		width: 30px;
		padding: 10px 5px;
	}
	.buttons img:not(:first-of-type) {
		margin-left: 5px;
	}
	.group.g2 {
		padding-bottom: 45%;
	}
	.group.g2 img:nth-child(1) {
		top: 12%;
	}
	.group.g2 img:nth-child(2) {
		top: 25%;
		right: 10%;
	}
	.group.g3 {
		padding-bottom: 60%;
	}
	.group.g3 img:nth-child(1) {
		top: 30%;
	}
	.group.g3 img:nth-child(3) {
		top: 15%;
	}
	.group.g4 {
		padding-bottom: 35%;
	}
	.group.g4 img:nth-child(1) {
		top: 5%;
		left: 6%;
		z-index: 1;
	}
	.group.g4 img:nth-child(2) {
		top: 0;
		right: 6%;
	}
	.group.g5 {
		padding-bottom: 35%;
	}
	.group.g5 img:nth-child(1) {
		top: 8%;
	}
	.group.g5 img:nth-child(2) {
		left: 29%;
	}
	.group.g5 img:nth-child(3) {
		top: 49%;
		right: 27%;
	}
	.group.g5 img:nth-child(4) {
		top: 15%;
	}
}
@media only screen and (min-width: 992px) {
	.hero {
		margin-top: 80px;
	}
	.hero-inner {
		max-height: calc(100vh - 80px);
	}
	.campaign {
		top: 80px;
	}
	#header {
		height: 80px;
	}
	h2 {
		font-size: 1.5em;
	}
	.hero-inner h2 {
    	font-size: 2em;
	}
	.site {
		left: 30px;
	}
	.site img {
		max-height: 80px;
	}
	.buttons {
		top: 25px;
		right: 30px;
	}
	.article .group img {
		max-width: none;
	}
	.group.g3 img:nth-child(1) {
		left: -12%;
	}
	.group.g3 img:nth-child(3) {
		right: -13%;
	}
	
	.group.g5 img:nth-child(1) {
		left: -6%;
	}
	.group.g5 img:nth-child(4) {
		right: -6%;
	}
}
@media only screen and (min-width: 1200px) {
	.hero-inner h2 {
    	font-size: 2em;
   }
}
@media only screen and (min-width: 1500px) {
	.hero-inner h2 {
    	font-size: 2.5em;
   }
}