@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas {
    display: inline-block
}

progress {
    vertical-align: baseline
}

progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    font: inherit
}

button,
input,
optgroup {
    margin: 0
}

input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit
}

textarea {
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0
}

button,
input[type="submit"],
.button {
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border-radius: 3px;
    color: #81d0e1;
    display: inline-block;
    font-size: 1.13333333rem;
    font-weight: 700;
    padding: .75em 1em;
    text-decoration: none;
    transition: 200ms
}

.button {
    border: 2px solid #81d0e1;
    line-height: 1
}

button:hover,
input[type="submit"]:hover,
.button:hover {
    background-color: #43b9d2;
    border-color: #43b9d2;
    color: #fff
}

button:disabled,
input[type="submit"]:disabled,
.button:disabled {
    cursor: not-allowed;
    opacity: .5
}

fieldset {
    background: #fff;
    border: 1px solid #f5f5f0
}

input,
label,
select {
    display: block;
    font-family: Linotte;
    font-size: 1.13333333rem
}

label {
    font-weight: 700;
    margin-bottom: .45rem
}

label.required:after {
    content: "*"
}

label abbr {
    display: none
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple] {
    box-sizing: border-box;
    transition: border-color;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    font-family: Linotte;
    font-size: 1.13333333rem;
    margin-bottom: .9rem;
    padding: .6rem;
    width: 100%
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover {
    border-color: #e1e1d1
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus {
    border-color: #ffbe6a;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(255, 179, 81, .7);
    outline: none
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .45rem
}

input[type="file"] {
    padding-bottom: .9rem;
    width: 100%
}

select {
    margin: 0 0 1.8rem;
    max-width: 100%;
    width: auto
}

table {
    border-collapse: collapse;
    margin: .9rem 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #d6d6c2;
    font-weight: 700;
    text-align: left
}

th,
td {
    padding: .9rem 0
}

td {
    border-bottom: 1px solid #f5f5f0
}

tr,
td,
th {
    vertical-align: middle
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

dl {
    margin-bottom: .9rem
}

dl dt {
    font-weight: 700;
    margin-top: .9rem
}

dl dd {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body.debug footer:after,
body.debug header:after,
body.debug main:before {
    background-image: linear-gradient(to bottom, #0ff 0, rgba(255, 255, 255, 0)1px);
    background-repeat: repeat-y;
    background-size: 100% 1.8;
    z-index: 99999;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    pointer-events: none
}

body.debug:before {
    background-image: linear-gradient(to left, transparent 0, #eee 0, #eee 5.1724137931%, transparent 5.1724137931%, transparent 8.6206896552%, #eee 8.6206896552%, #eee 13.7931034483%, transparent 13.7931034483%, transparent 17.2413793103%, #eee 17.2413793103%, #eee 22.4137931034%, transparent 22.4137931034%, transparent 25.8620689655%, #eee 25.8620689655%, #eee 31.0344827586%, transparent 31.0344827586%, transparent 34.4827586207%, #eee 34.4827586207%, #eee 39.6551724138%, transparent 39.6551724138%, transparent 43.1034482759%, #eee 43.1034482759%, #eee 48.275862069%, transparent 48.275862069%, transparent 51.724137931%, #eee 51.724137931%, #eee 56.8965517241%, transparent 56.8965517241%, transparent 60.3448275862%, #eee 60.3448275862%, #eee 65.5172413793%, transparent 65.5172413793%, transparent 68.9655172414%, #eee 68.9655172414%, #eee 74.1379310345%, transparent 74.1379310345%, transparent 77.5862068966%, #eee 77.5862068966%, #eee 82.7586206897%, transparent 82.7586206897%, transparent 86.2068965517%, #eee 86.2068965517%, #eee 91.3793103448%, transparent 91.3793103448%, transparent 94.8275862069%, #eee 94.8275862069%, #eee 100%, transparent 100%);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-width: 68em;
    opacity: .3;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999
}

@media screen and (min-width:37.5em) {
    body.debug:before {
        background-image: linear-gradient(to left, transparent 0, #eee 0, #eee 7.8947368421%, transparent 7.8947368421%, transparent 13.1578947368%, #eee 13.1578947368%, #eee 21.0526315789%, transparent 21.0526315789%, transparent 26.3157894737%, #eee 26.3157894737%, #eee 34.2105263158%, transparent 34.2105263158%, transparent 39.4736842105%, #eee 39.4736842105%, #eee 47.3684210526%, transparent 47.3684210526%, transparent 52.6315789474%, #eee 52.6315789474%, #eee 60.5263157895%, transparent 60.5263157895%, transparent 65.7894736842%, #eee 65.7894736842%, #eee 73.6842105263%, transparent 73.6842105263%, transparent 78.9473684211%, #eee 78.9473684211%, #eee 86.8421052632%, transparent 86.8421052632%, transparent 92.1052631579%, #eee 92.1052631579%, #eee 100%, transparent 100%)
    }
}

@media screen and (min-width:60.625em) {
    body.debug:before {
        background-image: linear-gradient(to left, transparent 0, #eee 0, #eee 5.1724137931%, transparent 5.1724137931%, transparent 8.6206896552%, #eee 8.6206896552%, #eee 13.7931034483%, transparent 13.7931034483%, transparent 17.2413793103%, #eee 17.2413793103%, #eee 22.4137931034%, transparent 22.4137931034%, transparent 25.8620689655%, #eee 25.8620689655%, #eee 31.0344827586%, transparent 31.0344827586%, transparent 34.4827586207%, #eee 34.4827586207%, #eee 39.6551724138%, transparent 39.6551724138%, transparent 43.1034482759%, #eee 43.1034482759%, #eee 48.275862069%, transparent 48.275862069%, transparent 51.724137931%, #eee 51.724137931%, #eee 56.8965517241%, transparent 56.8965517241%, transparent 60.3448275862%, #eee 60.3448275862%, #eee 65.5172413793%, transparent 65.5172413793%, transparent 68.9655172414%, #eee 68.9655172414%, #eee 74.1379310345%, transparent 74.1379310345%, transparent 77.5862068966%, #eee 77.5862068966%, #eee 82.7586206897%, transparent 82.7586206897%, transparent 86.2068965517%, #eee 86.2068965517%, #eee 91.3793103448%, transparent 91.3793103448%, transparent 94.8275862069%, #eee 94.8275862069%, #eee 100%, transparent 100%)
    }
}

@font-face {
    font-family: Linotte;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/linotte/linotte-light-webfont-.eot#iefix") format("embedded-opentype"), 
    url("../fonts/linotte/linotte-light-webfont.woff2") format("woff2"), 
    url("../fonts/linotte/linotte-light-webfont.woff") format("woff"), 
    url("../fonts/linotte/linotte-light-webfont.ttf") format("truetype"), 
    url("../fonts/linotte/linotte-light-webfont.svg#Linotte") format("svg")
}

@font-face {
    font-family: Linotte-headings;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/linotte/linotte-semibold-webfont-.eot#iefix") format("embedded-opentype"), 
    url("../fonts/linotte/linotte-semibold-webfont.woff2") format("woff2"), 
    url("../fonts/linotte/linotte-semibold-webfont.woff") format("woff"), 
    url("../fonts/linotte/linotte-semibold-webfont.ttf") format("truetype"), 
    url("../fonts/linotte/linotte-semibold-webfont.svg#Linotte-headings") format("svg")
}

html {
    font-size: 72.9166667%
}

@media screen and (min-width:37.5em) {
    html {
        font-size: 76.7185%
    }
}

@media screen and (min-width:60.625em) {
    html {
        font-size: 93.75%
    }
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #605e5c;
    font-family: Linotte;
    font-size: 1.13333333rem;
    line-height: 1.8rem
}

h1 {
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
    line-height: 1.5
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Linotte-headings;
    text-rendering: optimizeLegibility
}

h5,
h6 {
    margin: 0
}

h6 {
    line-height: 1.5
}

h1 {
    font-family: Linotte;
    font-size: 5.5vw;
    color: #fff;
    margin: 2.7rem 0 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5em;
}

@media screen and (min-width:37.5em) {
    h1 {
        font-size: 2.5rem;
        margin: 2.7rem 0 .9rem
    }
    h1 span {
        display: inline-block;
        width: .8em;
        height: .9em;
        margin: -.1em .6em 0 -.2rem;
        line-height: .9;
        color: rgba(117, 117, 117, 0);
        text-indent: -999px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiCgkgaGVpZ2h0PSIxMDAiIHdpZHRoPSIxMDAiPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQ4IiBzdHJva2U9InJnYmEoMjU1LDI1NSwyNTUsMC42KSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGJlZ2luPSIwLjRzIiB2YWx1ZXM9IjE7MC41OzA7MDswLjgiIGR1cj0iNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQwIiBzdHJva2U9InJnYmEoMjU1LDI1NSwyNTUsMSkiIHN0cm9rZS13aWR0aD0iNiIgZmlsbD0ibm9uZSIgLz48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSIzMCIgc3Ryb2tlPSJyZ2JhKDI1NSwyNTUsMjU1LDAuNCkiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iQ1NTIiBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MC41OzA7MDswLjgiIGR1cj0iNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvY2lyY2xlPjwvc3ZnPg==");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width:68em) {
    h1 {
        font-size: 5.5rem
    }
}

h2 {
    font-size: 1.4166666625rem;
    margin: .9rem 0 0
}

@media screen and (min-width:37.5em) {
    h2 {
        margin: .9rem 0;
        font-size: 2.2099999935rem
    }
}

h3 {
    margin: 0 0 .9rem;
    font-size: 1.13333333rem
}

@media screen and (min-width:37.5em) {
    h3 {
        font-size: 1.7679999948rem
    }
}

h4 {
    font-size: 1.13333333rem;
    font-weight: 400;
    margin: 0 0 .9rem;
    line-height: 1.8rem
}

@media screen and (min-width:37.5em) {
    h4 {
        font-size: 1.4166666625rem
    }
}

h5 {
    font-size: 1.13333333rem;
    font-weight: 700;
    line-height: 1.8rem
}

@media screen and (min-width:37.5em) {
    h5 {
        margin: .9rem 0
    }
}

h6 {
    font-weight: 400;
    font-size: 1.13333333rem
}

@media screen and (min-width:37.5em) {
    h6 {
        font-size: .906666664rem
    }
}

p {
    margin: 0 0 .9rem
}

a {
    transition: color .1s linear;
    color: #af1732;
    text-decoration: none
}

a:hover {
    color: #000;
}

a:active,
a:focus {
    color: #af1732;
    outline: none
}

section:nth-child(3) a{
    color: #ffffff;
    font-weight: 600;
}

hr {
    border-bottom: 1px solid #f5f5f0;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.8rem 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

blockquote {
    border-left: 2px solid #f5f5f0;
    color: #878482;
    margin: 1.8rem 0;
    padding-left: .9rem
}

cite {
    color: #a09e9c;
    font-style: italic
}

cite:before {
    content: "\2014 \00A0"
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.8rem
}

.icon {
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 100px;
    transition: 200ms;
    display: inline-block;
    line-height: .8;
    position: relative;
    box-sizing: border-box;
    font-weight: 700;
    margin: 1.35rem .45rem 0;
    padding: .45rem
}

@media screen and (min-width:37.5em) {
    .icon {
        border: 3px solid rgba(255, 255, 255, .7)
    }
}

.icon:hover {
    color: #fff;
    border-color: #4db557;
}

.icon svg {
    height: 1.8rem;
    width: 1.8rem;
    color: #fff;
    fill: #fff
}

@media screen and (min-width:37.5em) {
    .icon {
        font-size: 1.699999995rem
    }
}

.viewing-page-1 .onepage-pagination a:before {
    background-color: rgba(255, 255, 255, .7);
    border-color: #fff
}

.viewing-page-1 .onepage-pagination a:hover:before {
    background-color: #fff
}

.viewing-page-2 .onepage-pagination a:before {
    background-color: rgba(175, 23, 50, .7);
    border-color: #af1732
}

.viewing-page-2 .onepage-pagination a:hover:before {
    border-color: #af1732
}

.viewing-page-3 .onepage-pagination a:before {
    background-color: rgba(255, 255, 255, .7);
    border-color: #fff
}

.viewing-page-3 .onepage-pagination a:hover:before {
    background-color: #fff
}

.viewing-page-4 .onepage-pagination a:before {
    background-color: rgba(175, 23, 50, .7);
    border-color: #af1732
}

.viewing-page-4 .onepage-pagination a:hover:before {
    background-color: #af1732
}

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.onepage-wrapper {
    -webkit-transform-style: preserve-3d
}

.onepage-wrapper,
.onepage-wrapper .ops-section {
    width: 100%;
    height: 100%;
    position: relative
}

.onepage-pagination {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0
}

.onepage-pagination li {
    padding: 0;
    text-align: center
}

.onepage-pagination li a {
    padding: 1rem;
    width: .75rem;
    height: .75rem;
    display: block
}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: .75rem;
    height: .75rem;
    background: 0 0;
    border-color: transparent;
    border-radius: 1rem;
    transition: background 1000ms, border 1000ms, -webkit-transform 200ms;
    transition: background 1000ms, border 1000ms, transform 200ms
}

.onepage-pagination li a:hover:before {
    -webkit-animation: pulse 400ms;
    animation: pulse 400ms;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.onepage-pagination li a.active:before {
    width: 1.5rem;
    height: 1.5rem;
    background: 0 0;
    border-width: 3px;
    border-style: solid;
    margin-top: -.5rem;
    left: .65rem;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none!important;
    animation: none!important
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
    overflow: auto
}

.disabled-onepage-scroll .onepage-wrapper .ops-section {
    position: relative!important;
    top: auto!important
}

.disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none!important;
    transform: none!important;
    -ms-transform: none!important;
    min-height: 100%
}

.disabled-onepage-scroll .onepage-pagination {
    display: none
}

body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper {
    position: inherit
}

@-webkit-keyframes pulse {
    30% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75)
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse {
    30% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75)
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

section {
    overflow: hidden
}

section:nth-child(3) {
	color: #fff;
}

.slide-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 1.8rem
}

.slide-content::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width:37.5em) {
    .slide-content {
        padding: 0 3.6rem
    }
}

@media screen and (min-width:60.625em) {
    .slide-content {
        padding: 0 1.8rem
    }
}

section:nth-child(1) {
    text-align: center;
  background: url(../images/banner.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@media screen and (min-width:37.5em) {
    section:nth-child(1) {
        background-color: transparent
    }
}

section:nth-child(1) h2 {
    color: rgba(255, 255, 255, .9)
}

section:nth-child(2) {
    background-color: #f0f7f9
}

@media screen and (min-width:37.5em) {
    section:nth-child(2) {
        background-color: transparent
    }
}

section:nth-child(2) h2 {
    color: #af1732;
}

section:nth-child(3) {
    background-color: #af1732;
    transition: background 1000ms
}


section:nth-child(3) h2 {
    color: #fff
}

section:nth-child(4) {
    background-color: #f5f5f0
}

@media screen and (min-width:37.5em) {
    section:nth-child(4) {
        background-color: transparent
    }
}

section:nth-child(4) h2 {
    color: #af1732;
}

body {
    transition: background-color 1000ms
}

.viewing-page-1 {
    background-color: #000;
}

.viewing-page-1 section:nth-child(1) {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.viewing-page-1 section:nth-child(1):before {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.viewing-page-2 {
    background-color: #f0f7f9
}

.viewing-page-2 section:nth-child(2):before {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.viewing-page-3 {
    background-color: #af1732;
}

.viewing-page-4 {
    background-color: #f5f5f0
}

.viewing-page-4 section:nth-child(4):after {
    -webkit-animation-play-state: running;
    animation-play-state: running
}



section:nth-child(1) {
    position: relative
}


section:nth-child(1) .launch-button {
    margin: 1.8rem .45rem;
    width: 10.8rem;
    max-width: 40%;
    height: auto;
    border: 3px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    transition: 200ms
}

section:nth-child(1) .launch-button:hover {
    border-color: #fff;
    -webkit-animation: button-pop 400ms;
    animation: button-pop 400ms;
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

section:nth-child(1) .launch-button.apple {
    width: 12.6rem;
    position: relative
}

section:nth-child(1) .bg {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

section:nth-child(1) .bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


@-webkit-keyframes button-pop {
    30% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }
    100% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@keyframes button-pop {
    30% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }
    100% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@-webkit-keyframes floatyman {
    to {
        -webkit-transform: translateY(10px)rotate(-3deg);
        transform: translateY(10px)rotate(-3deg)
    }
}

@keyframes floatyman {
    to {
        -webkit-transform: translateY(10px)rotate(-3deg);
        transform: translateY(10px)rotate(-3deg)
    }
}

@-webkit-keyframes floatyman-s {
    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes floatyman-s {
    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-webkit-keyframes fastwaves {
    from {
        -webkit-transform: rotate(-.75deg);
        transform: rotate(-.75deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(.75deg);
        transform: rotate(.75deg);
        opacity: .25
    }
}

@keyframes fastwaves {
    from {
        -webkit-transform: rotate(-.75deg);
        transform: rotate(-.75deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(.75deg);
        transform: rotate(.75deg);
        opacity: .25
    }
}



@media screen and (min-width:60.625em) {
    section:nth-child(2):before {
        width: 20%;
        height: 45%;
        top: 15%;
        right: 5%;
        background-position: center
    }
}

@media screen and (min-width:37.5em) {
    section:nth-child(2) {
        background-position: 2.5% 5%, 70% 95%;
        background-size: 12rem, 16rem
    }
}


@media screen and (min-width:37.5em) {
    section:nth-child(4):before {
        width: 45%
    }
}

@media screen and (min-width:37.5em) {
    section:nth-child(4) {
        background-size: 45vmin, 60vmin
    }
}

@media screen and (min-width:60.625em) {
    section:nth-child(4):after {
        bottom: 2.5%;
        left: 10%;
        width: 27rem;
        height: 15rem
    }
}


.intro {
    margin-bottom: .9rem;
    padding-top: .9rem;
}


.intro h2+p {
    display: block
}

@media screen and (min-width:37.5em) {
    .intro {
        float: left;
        display: block;
        margin-right: 5.2631578947%;
        width: 47.3684210526%;
        margin-bottom: 0
    }
    .intro:last-child {
        margin-right: 0
    }
    .intro p {
        display: block
    }
}

@media screen and (min-width:60.625em) {
    .intro {
        float: left;
        display: block;
        margin-right: 3.4482758621%;
        width: 39.6551724138%;
        margin-left: 8.6206896552%
    }
    .intro:last-child {
        margin-right: 0
    }
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
    background: #b3d4fc;
    text-shadow: none
}

::selection,
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.lang {
    position: absolute;
    right: 1rem
}

.scroll-down {
    display: none
}

@media screen and (min-width:37.5em) {
    .scroll-down,
    .scroll-down2
     {
        display: block;
        cursor: pointer;
        position: absolute;
        background-color: rgba(255, 255, 255, .5);
        left: 50%;
        bottom: 1.8rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 1.8rem;
        width: 2.7rem;
        background: url('../images/down-arrow-light.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: .7;
        -webkit-animation: bounce 4s 2s infinite;
        animation: bounce 4s 2s infinite;
        transition: 600ms
    }
    .scroll-down:hover {
        opacity: 1
    }
    section:nth-child(2) .scroll-down1 {
        display: block;
        cursor: pointer;
        position: absolute;
        background-color: rgba(255, 255, 255, .5);
        left: 50%;
        bottom: 1.8rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 1.8rem;
        width: 2.7rem;
        background: url('../images/down-arrow-dark.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: .7;
        -webkit-animation: bounce 4s 2s infinite;
        animation: bounce 4s 2s infinite;
        transition: 600ms
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    40% {
        -webkit-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px)
    }
    60% {
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    40% {
        -webkit-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px)
    }
    60% {
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px)
    }
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href)")"
    }
    abbr[title]:after {
        content: " (" attr(title)")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.iot {

	background: url('../images/iot.svg') no-repeat;
}


.esim{
	background: url('../images/esim.svg') no-repeat;
}

.mjolnir{
	background: url('../images/mjolnir-telecom.svg') no-repeat;

}

.iot,
.esim,
.mjolnir {
	width: 100%;
    height: 30rem;
	background-size: contain;
	background-position: center center;
}

@media screen and (min-width:37.5em) {
    .img {
        float: left;
        display: block;
        margin-left: 5.2631578947%;
        width: 40%;
        margin-bottom: 0;
    }
}

@media screen and (min-width:60.625em) {
    .img {
        float: left;
        display: block;
        width: 40%;
    }
}

section:nth-child(4) footer{
    background: #525252;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    padding: 0.5%;
}



.logo-text {
    display: block;
    padding-top: 30px;
    width: 50%;
    margin: auto;
}

.logo {
    display: block;
    width: 30%;
    margin: auto;
}

@media screen and (min-width:60.625em) {
    .logo {
        display: block;
        width: 20%;
        margin: auto;
    }
}

