﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
}

.text--medium {
    font-family: SegoeUI,Helvetica,Arial,sans-serif;
}

.button {
    font-family: SegoeUI-SemiBold,Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.buttons-container > * {
    display: block;
}

@media (min-width: 480px) {
    .buttons-container > * {
        display: inline-block;
    }
}

@media (min-width: 480px) {
    .buttons-container > * {
        display: inline-block;
    }
}

.buttons-container > :nth-child(n+2) {
    margin: 16px 0 0;
}

@media (min-width: 480px) {
    .buttons-container > :nth-child(n+2) {
        margin: 0 0 0 16px;
    }
}

.buttons-container {
    list-style: none;
}


.hero__buttons-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 24px;
    position: relative;
    text-align: center;
}

@media (min-width: 480px) {
    .hero__buttons-container {
        margin-top: 32px;
    }
}
.hero__subtitle, .hero__upsell {
    font-family: SegoeUI,Helvetica,Arial,sans-serif;
    text-align: center;
}


.hero__subtitle {
    color: #666;
    font-size: 15px;
    line-height: 20px;
    margin: 8px auto 0;
}

@media (min-width: 640px) {
    .hero__subtitle {
        margin-top: 0;
    }
}



@media (min-width: 1024px) {
    .hero__subtitle {
        color: #fff;
        font-size: 21px;
        line-height: 28px;
        margin-top: 8px;
    }
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: 400;
    line-height: normal;
}

.hero__headline {
    font-family: SegoeUI-SemiLight,Helvetica,Arial,sans-serif;
    font-size: 28px;
    letter-spacing: -.34px;
    line-height: 37px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

@media (min-width: 480px) {
    .hero__headline {
        font-family: SegoeUI-Light, Helvetica, Arial, sans-serif;
        font-size: 42px;
        line-height: 56px;
    }
}


@media (min-width: 1024px) {
    .hero__headline {
        color: #fff;
        font-size: 62px;
        line-height: 83px;
    }
}

.hero__headline-wrapper {
    margin-top: 24px;
}


.hero__headline-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin-top: 0;
}


.home__header, .section {
    background-color: #fff;
}


.section {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 32px;
    position: relative;
}

@media (min-width: 1024px) {
    .section {
        padding-top: 48px;
        padding-left: 10%;
        padding-right: 10%;
    }
}

.hero__section {
    background-color: #0000;
    margin-top: 0;
    padding-bottom: 24px;
    padding-top: 0;
    width: 100%;
}

@media (min-width: 480px) {
    .hero__section {
        padding-bottom: 32px;
    }
}

@media (min-width: 1024px) {
    .hero__section {
        padding-bottom: 0;
        height: -webkit-calc((100vw / 1.61) - (172px + 28px));
        height: -moz-calc((100vw / 1.61) - (172px + 28px));
        height: calc((100vw / 1.61) - (172px + 28px));
        max-height: 75vh;
    }
}

.hero__section {
    height: 90vh;
}


.page-content {
    padding: 0;

}


.hero__button {
    min-width: 158px;
}

body {
    background-color: transparent;
}


.bg-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
}

    .bg-container.cover img {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.101);
        overflow: hidden;
    }
