header h1, header h1 a, header h1 span {
    margin: auto;
    height: 50px;
    background-repeat: no-repeat
}

article, footer, header {
    min-width: 320px;
    display: block
}

article figure, article section.content.introduction, article section.introduction.introduction, footer form {
    text-align: center
}

@font-face {
    font-family: montserratregular;
    src: url(../fonts/montserrat/montserrat-regular-webfont.woff2) format('woff2'), url(../fonts/montserrat/montserrat-regular-webfont.woff) format('woff')
}

body {
    padding-top: 50px;
    font-family: montserratregular, sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 8px;
    padding-bottom: 100px;
    margin: 0
}

@media screen and (min-width: 640px) {
    body {
        font-size: 10px
    }
}

body.with-connect {
    padding-bottom: 250px
}

body.with-voucher {
    padding-bottom: 300px
}

header {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    background-color: #0092d5;
    z-index: 100
}

header h1 {
    display: block;
    background-image: url(../img/headerWhale.png);
    background-position: 0 0
}

header h1 a, header h1 span {
    display: block;
    width: 240px;
    background-image: url(../img/headerLogo.png);
    background-position: 50% 0;
    text-indent: -1000em
}

header nav.language-switcher {
    width: 250px;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

header nav.language-switcher > a {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0
}

header nav.language-switcher > a span, header nav.language-switcher ul li a img {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 13px;
    margin-left: 13px;
    text-indent: -1000em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .8;
    -webkit-transition: opacity .2s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s
}

header nav.language-switcher > a.de_DE span {
    background-image: url(../img/locales/de_DE.png)
}

header nav.language-switcher > a.en_GB span {
    background-image: url(../img/locales/en_GB.png)
}

header nav.language-switcher > a.fr_FR span {
    background-image: url(../img/locales/fr_FR.png)
}

header nav.language-switcher > a.it_IT span {
    background-image: url(../img/locales/it_IT.png)
}

header nav.language-switcher > a.es_ES span {
    background-image: url(../img/locales/es_ES.png)
}

header nav.language-switcher > a.uk_UA span {
    background-image: url(../img/locales/uk_UA.png)
}

header nav.language-switcher > a.ru_RU span {
    background-image: url(../img/locales/ru_RU.png)
}

header nav.language-switcher > a:hover span {
    opacity: 1
}

header nav.language-switcher ul li a img {
    margin: 0 1em 0 0;
    float: left;
}

header nav.language-switcher ul li a span {
    float: left;
    line-height: 24px;
}

header nav.language-switcher ul {
    display: block;
    position: absolute;
    height: 0;
    right: 0;
    top: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

header nav.language-switcher ul li {
    display: block;
    padding: 1em 1.5em;
    font-size: 1.5em;
    background-color: #0092d5
}

header nav.language-switcher ul li a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
    text-decoration: none
}

header nav.language-switcher ul li a:hover {
    text-decoration: underline
}

header nav.language-switcher:focus ul, header nav.language-switcher:hover ul {
    height: auto
}

article {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article figure {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0
}

article figure img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

@media screen and (max-height: 520px) {
    article figure img {
        max-height: 260px;
        width: auto
    }
}

article section.content, article section.introduction {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 30px 10px;
    font-size: 2em;
    color: #242424;
    z-index: 1
}

article section.content.overlapped, article section.introduction.overlapped {
    position: absolute;
    top: 260px;
    background-color: rgba(255, 255, 255, .9)
}

@media screen and (max-height: 520px) {
    article section.content.overlapped, article section.introduction.overlapped {
        top: 220px
    }
}

@media screen and (min-height: 640px) {
    article section.content.overlapped, article section.introduction.overlapped {
        position: relative;
        top: 0;
        background: 0 0
    }
}

article section.content p, article section.introduction p {
    margin: .5em 0
}

article section.content p:first-child, article section.introduction p:first-child {
    margin-top: .75em
}

article section.content p:last-child, article section.introduction p:last-child {
    margin-bottom: 1em
}

article section.content.content, article section.introduction.content {
    font-size: 1em
}

article section.content.content h2, article section.introduction.content h2 {
    font-weight: 500;
    font-size: 3em
}

article section.content.content h3, article section.introduction.content h3 {
    font-weight: 500;
    font-size: 2.4em
}

article section.content.content h4, article section.introduction.content h4 {
    font-weight: 500;
    font-size: 1.8em
}

article section.content.content p, article section.introduction.content p {
    font-size: 1.6em;
    line-height: 1.6em
}

article section.content.content strong, article section.introduction.content strong {
    font-weight: 700
}

article section.content.content a, article section.introduction.content a {
    color: #0092d5
}

article section.content.content a:hover, article section.introduction.content a:hover {
    color: #006fa2
}

footer, footer form p a {
    color: #fff
}

article section.content.content address, article section.introduction.content address {
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.6em
}

article section.content.content ul, article section.introduction.content ul {
    padding-left: 1.2em;
    font-size: 1.6em;
    line-height: 1.6em;
    list-style: outside
}

article section.content.content ul li, article section.introduction.content ul li {
    margin-bottom: .5em
}

article section.content.content hr, article section.introduction.content hr {
    display: block;
    margin: 3em 2em;
    border: none;
    outline: 0;
    background: 0 0;
    border-bottom: 2px solid #0092d5
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-top: 20px;
    background-color: #0092d5;
    z-index: 99;
    -webkit-box-shadow: 0 -1.5em 2em 1em #fff;
    -moz-box-shadow: 0 -1.5em 2em 1em #fff;
    box-shadow: 0 -1.5em 2em 1em #fff
}

footer form {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden
}

footer form p {
    margin: 0 0 20px;
    font-size: 1.6em;
    line-height: 1.2em
}

footer form p a:hover {
    color: #242424
}

footer input[type=text], footer input[type=password] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 45%;
    margin: 0 .5em 10px;
    padding: 0 .75em;
    font-size: 1.8em;
    line-height: 2.52em;
    border: none;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #242424
}

.align-center, footer nav {
    text-align: center
}

footer input[type=text]:last-of-type, footer input[type=password]:last-of-type {
    margin-bottom: 20px
}

footer input[type=text]::-webkit-input-placeholder, footer input[type=password]::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: .7em;
    line-height: 3.57em;
    color: #a4a4a4;
    opacity: 1
}

footer input[type=text]::-moz-placeholder, footer input[type=password]::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: .7em;
    line-height: 3.57em;
    color: #a4a4a4;
    opacity: 1
}

footer input[type=text]:-ms-input-placeholder, footer input[type=password]:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: .7em;
    line-height: 3.57em;
    color: #a4a4a4;
    opacity: 1
}

footer input[type=text]:-moz-placeholder, footer input[type=password]:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: .7em;
    line-height: 3.57em;
    color: #a4a4a4;
    opacity: 1
}

@media screen and (max-width: 460px) {
    footer input[type=text], footer input[type=password] {
        display: block;
        width: 100%;
        margin: 0 0 10px
    }
}

footer a.button, footer button {
    display: inline-block;
    max-width: 100%;
    margin: 0 .5em 20px;
    padding: 0 2em;
    text-transform: uppercase;
    letter-spacing: .025em;
    letter-spacing: 0;
    font-size: 1.6em;
    line-height: 3.2em;
    outline: 0;
    -webkit-border-radius: 1.7em;
    -moz-border-radius: 1.7em;
    border-radius: 1.7em;
    white-space: nowrap;
    text-align: center;
    text-decoration: none
}

footer a.button.fixed-width, footer button.fixed-width {
    width: 120px;
    padding: 0
}

@media screen and (min-width: 640px) {
    footer a.button.fixed-width, footer button.fixed-width {
        width: 260px
    }
}

footer a.button.full-width, footer button.full-width {
    display: block;
    margin: 0 auto 20px;
    min-width: 50%
}

footer a.button.major, footer button.major {
    color: #0092d5;
    border: 2px solid transparent;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: background-color .2s ease-in-out 0s;
    -moz-transition: background-color .2s ease-in-out 0s;
    -ms-transition: background-color .2s ease-in-out 0s;
    -o-transition: background-color .2s ease-in-out 0s;
    transition: background-color .2s ease-in-out 0s
}

footer a.button.major:hover, footer button.major:hover {
    background-color: #fff
}

footer a.button.minor, footer button.minor {
    color: rgba(255, 255, 255, .6);
    border: 2px solid rgba(255, 255, 255, .6);
    background-color: transparent;
    -webkit-transition: color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    -moz-transition: color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    -ms-transition: color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    -o-transition: color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s, border-color .2s ease-in-out 0s
}

footer a.button.minor:hover, footer button.minor:hover {
    color: #fff;
    border: 2px solid #fff
}

footer nav {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 0 30px
}

footer nav a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 1.3em
}

footer nav a:nth-child(2) {
    margin-left: 1em;
}

footer nav a:hover {
    color: #242424
}

.wrapped {
    display: block;
    position: relative;
    max-width: 768px;
    margin: auto
}

.display-none {
    display: none;
}

/*** Overlay ***/
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    box-sizing: border-box;
    z-index: 120;
}

.overlay .overlay-content {
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1em 2em;
    background: #f3f3f3;
    line-height: 1.6em;
    font-size: 1.6em;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.overlay .overlay-content h1 {
    color: #0092d5;
    font-weight: 500;
}

.overlay .overlay-content .buttons {
    height: 40px;
    margin-top: 2em;
}

.overlay .overlay-content .buttons button {
    height: 40px;
    margin: 0;
    padding: 0 1em;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.overlay .overlay-content .buttons button.primary {
    float: right;
    background: #0092d5;
    color: #fff;
}

.overlay .overlay-content .buttons button.primary:hover {
    background: #0070a3;
}

.overlay .overlay-content .buttons button.secondary {
    background: #ccc;
    color: #000;
}

.overlay .overlay-content .buttons button.secondary:hover {
    background: #b5b5b5;
}

@media (max-width: 575px) {
    .overlay .overlay-content {
        width: 90%;
    }
}

@media (max-width: 400px) {
    .overlay .overlay-content .buttons button {
        width: 100%;
        margin-top: 2em;
    }

    .overlay .overlay-content .buttons button:first-child {
        margin-top: 0;
    }
}

/*** Loader ***/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 30000;
}

.loading .spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loading .spinner div {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    margin: 6px;
    border: 6px solid transparent;
    border-top-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.loading .spinner div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading .spinner div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading .spinner div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*** Support-Code ***/
.clear {
    clear: both;
}

.support-code-result {
    margin-top: 2em;
}

.support-code-result span {
    width: 100px;
    font-weight: 500;
    font-size: 2em;
}

.support-code-result span:first-child {
    margin-right: 1em;
}