/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
    box-sizing: border-box
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

embed, iframe, object {
    border: 0;
    vertical-align: bottom
}

button, input, optgroup, select, textarea {
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0
}

select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
    cursor: default
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-webkit-input-placeholder {
    font: inherit
}

:-ms-input-placeholder {
    font: inherit
}

::-ms-input-placeholder {
    font: inherit
}

::placeholder {
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td, th {
    vertical-align: top
}

th {
    text-align: left;
    font-weight: 700
}

[hidden], template {
    display: none
}

body {
    min-height: 100vh;
    flex-flow: column;
    font-family: Roboto, sans-serif;
    color: #363636
}

body, body main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

body main {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 14px 22px;
    flex-flow: column
}

@media only screen and (min-width: 600px) {
    body main {
        padding: 45px 65px;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width: 1025px) {
    body main {
        padding: 5.6% 65px;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width: 1921px) {
    body main {
        padding: 5.6% 8%
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 10
}

.loader span {
    color: #089ed9;
    font-weight: 300;
    line-height: 28px;
    font-size: 26px;
    margin-bottom: 10px
}

@media only screen and (min-width: 1921px) {
    .loader span {
        font-size: 1.4vw;
        line-height: 1.8vw
    }
}

.loader .progress {
    width: 196px;
    height: 2px;
    background-color: #ececec
}

@media only screen and (min-width: 1921px) {
    .loader .progress {
        width: 10.4vw;
        height: .08vw
    }
}

.loader .progress .progress-bar {
    display: block;
    width: 0;
    height: 100%;
    background: #33185b
}

.background-slider {
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

@media only screen and (min-width: 600px) {
    .background-slider {
        height: 100%
    }
}

.background-slider img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    position: absolute;
    opacity: 0
}

.title {
    text-indent: -9999px;
    width: 160px;
    height: 40px;
    background: url(/dist/wowminds.png) no-repeat 50%/cover;
    opacity: 0
}

.content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative
}

@media only screen and (min-width: 1025px) {
    .content {
        -webkit-box-flex: 1;
        flex: 1
    }
}

.subtitle {
    color: #fff;
    font-weight: 500;
    font-size: 9vw;
    line-height: 10vw;
    letter-spacing: -1px;
    margin-top: 282px
}

@media only screen and (min-width: 600px) {
    .subtitle {
        font-size: 42px;
        line-height: 44px;
        margin-top: 0
    }
}

@media only screen and (min-width: 1025px) {
    .subtitle {
        margin-top: calc(20vh - 22px);
        font-size: 4vw;
        line-height: 5vw;
    }
}

@media only screen and (min-width: 1921px) {
    .subtitle {
        line-height: 62px;
        font-size: 60px
    }
}

.lead {
    margin: 127px 0 40px;
    font-size: 15px;
    line-height: 19px;
    max-width: 315px;
    font-weight: 300;
    opacity: 0
}

@media only screen and (min-width: 600px) {
    .lead {
        font-size: 14px;
        margin-top: 25px;
        color: #fff
    }
}

@media only screen and (min-width: 1921px) {
    .lead {
        font-size: .8vw;
        line-height: 1.2vw;
        max-width: 15vw;
        margin-top: 1.3vw
    }
}

.video-link {
    color: #069edb;
    font-size: 17px;
    opacity: 0;
    display: inline-block;
    margin-bottom: 40px
}

@media only screen and (min-width: 600px) {
    .video-link {
        -webkit-box-ordinal-group: 4;
        order: 3;
        margin: 52px 0 0;
        color: #fff;
        padding: 0 3vw
    }

    .video-link:after {
        content: "";
        display: inline-block;
        width: 2.5vw;
        height: 1px;
        background: #fbfbfb;
        position: absolute;
        right: 0;
        top: 54%;
        -webkit-transition: width .25s ease-out;
        transition: width .25s ease-out
    }
}

@media only screen and (min-width: 1025px) {
    .video-link {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: 0
    }

    .video-link:hover:after {
        width: 100%
    }
}

@media only screen and (min-width: 1921px) {
    .video-link {
        font-size: .8vw
    }
}

.email-link {
    line-height: 30px;
    font-size: 15px;
    opacity: 0
}

@media only screen and (min-width: 600px) {
    .email-link {
        color: #fff;
        padding: 0 3vw
    }

    .email-link:before {
        content: "";
        display: inline-block;
        width: 2.5vw;
        height: 1px;
        background: #fbfbfb;
        position: absolute;
        top: 54%;
        left: 0;
        -webkit-transition: width .25s ease-out;
        transition: width .25s ease-out
    }
}

@media only screen and (min-width: 1025px) {
    .email-link {
        position: absolute;
        bottom: 0
    }

    .email-link:hover:before {
        width: 100%
    }
}

@media only screen and (min-width: 1921px) {
    .email-link {
        font-size: .8vw
    }
}

.email-link.animated {
    opacity: 1;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.email-link.animated:hover {
    opacity: .5
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .75);
    display: none;
    opacity: 0
}

.modal .modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%
}

@media only screen and (min-width: 1025px) {
    .modal .modal-wrapper {
        width: 65%
    }
}

@media only screen and (min-width: 1921px) {
    .modal .modal-wrapper {
        width: 50%
    }
}

.modal .modal-content {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%
}

.modal .modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*# sourceMappingURL=/dist/js.bc5b420a.css.map */
