@charset "utf-8";
body {
    padding: 0;
}
.mainPage {
    opacity: 0;
}
.is-shown .mainPage {
    opacity: 1;
    transition: 1.6s .5s linear;
}
.introdusingMain {
    text-align: center;
    background-color: #f7f7f7;
    padding-bottom: 3.2em;
    border-bottom: 1px solid #e8e8e8;
}
.mainHeroBack {
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(/static/images/main/discover-hero-large.jpg);
    background-size: 1681px 441px;
    background-position: center;
    position: relative;
    height: 441px;
    margin: -40px auto 25px;
    top: -20px;
    opacity: 0;
}
.is-shown .mainHeroBack {
    top: 0;
    opacity: 1;
    transition: top 1.5s .5s ease, opacity 1.5s .5s linear;
}
.introdusingMain .content {
    max-width: 650px;
    top:15px;
    opacity: 0;
}
.is-shown .introdusingMain .content {
    top:0;
    opacity: 1;
    transition: top 1.5s .5s ease, opacity 1.5s .5s linear;
}
.introdusingMain h1 {
    font-size: 52px;
    letter-spacing: -.025em;
    line-height: 1.08;
    margin-bottom: .55em;
}
.introdusingMain p {
    margin: 0;
    font-size: 23px;
    font-weight: 200;
    line-height: 1.4;
}
.introdusingMain a.discover {
    text-decoration: none;
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 3em;
}
.introdusingMain a.discover:hover {
    color: inherit;
}
.discover:after {
    content: "";
    padding-left: 0;
    display: block;
    position: relative;
    width: 100%;
    font-size: 22px;
    font-weight: 200;
    line-height: 1;
    -webkit-animation: discoverArrow 3.5s infinite ease;
    animation: discoverArrow 3.5s infinite ease;
}


/*double*/
.doubleBlock {
    position: relative;
}
.doubleBlock .content {
    max-width: 1440px;
    background: #ffffff;
    padding-top: 2em;
    padding-bottom: 2em;
    display: table;
    position: relative;
    height: 100%;
}
.doublePart {
    display: table-cell;
    width: 50%;
    position: relative;
    vertical-align: top;
    height: 100%;
}
.doublePart.doublePartLeft {
    padding-right: .65em;
}
.doublePart.doublePartRight {
    padding-left: .65em;
}
.doublePart a {
    display: block;
    color: inherit;
    text-decoration: none;
    background: #f7f7f7;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 0 0 #e3e3e3, 0 0 0px 1px #f0f0f0;
    box-shadow: 0 1px 0 0 #e3e3e3, 0 0 0px 1px #f0f0f0;
}
.doublePart a:hover label {
    text-decoration: underline;
}
.doublePartText {
    max-width: 320px;
    margin: 3em auto 2em;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.45;
    padding: 0 1em;
}
.doublePartText h2 {
    font-size: 36px;
    font-weight: 200;
    line-height: 1.1;
    margin: 0 0 .45em;
    letter-spacing: -.008em;
}
.doublePartText p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
.doublePartText label {
    font-size: inherit;
    line-height: inherit;
    border: 0;
    color: #1280c8;
    display: block;
    margin-top: .65em;
}
.doublePart figure {
    display: block;
    width: 100%;
    height: 300px;
}
.doublePart figure span {
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    background-size: 414px 359px;
    height: 375px;
    display: block;
}
.certMainImage {
    background-image: url("/static/images/main/certMain.jpg");
    background-position-y: -7px;
}
.appsMainImage {
    background-image: url("/static/images/main/appsMain.jpg");
    background-position-y: 0;
}

.betasBlock {
    background: #f7f7f7;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e8e8e8;
    overflow: hidden;
    padding: 4em 0;
}
.betasBlock .content {
    text-align: left;
    display: table;
    position: relative;
    width: 100%;
    height: 402px;
}
.betasBlock a {
    display: table-cell;
    padding-right: 50%;
    padding-left: 3%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.45;
    color: inherit;
    text-decoration: none;
}
.betasBlock h2 {
    font-size: 36px;
    font-weight: 200;
    line-height: 1;
    margin: 0 0 .45em;
}
.betasBlock p,
.betasBlock label {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
.betasBlock label {
    border: 0;
    color: #1280c8;
    display: inline-block;
    margin-top: .85em;
}
.betasBlock a:hover label {
    text-decoration: underline;
}

.betasBlock figure {
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    background-size: 400px 402px;
    height: 402px;
    width: 400px;
    display: block;
    right: 5%;
    background-image: url("/static/images/main/betasMain.jpg");
}






@media only screen and (min-resolution:1.5dppx),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
    .mainHeroBack {
        background-image: url(/static/images/main/discover-hero-large@2x.jpg);
    }
    .certMainImage {
        background-image: url("/static/images/main/certMain@2x.jpg");
    }
    .appsMainImage {
        background-image: url("/static/images/main/appsMain@2x.jpg");
    }
    .betasBlock figure {
        background-image: url("/static/images/main/betasMain@2x.jpg");
    }

}




/*====================== MAX 1024px ======================*/

@media screen and (max-width: 1024px) {
    /*intro*/
    .mainHeroBack {
        background-image: url("/static/images/main/discover-hero-1024.jpg");
        background-size: 1024px 397px;
        height: 397px;
        margin-top: 0;
    }
    .introdusingMain h1 {
        font-size: 48px;
    }
    .introdusingMain p {
        font-size: 22px;
    }
    /*double*/
    .doublePartText {
        max-width: 310px;
        margin: 2.5em auto 2.2em;
        font-size: 18px;
        line-height: 1.4;
    }
    .doublePartText h2 {
        font-size: 34px;
    }
    .doublePart figure {
        height: 220px;
    }
    .doublePart figure span {
        background-size: 320px 278px;
        height: 300px;
    }
    /*beta*/
    .betasBlock a {
        padding-left: 0;
    }
    .betasBlock figure {
        background-size: 345px 346px;
        height: 346px;
        width: 345px;
        right: 3%;
    }
    .betasBlock .content {
        height: 346px;
        max-width: 768px;
    }

}


/*====================== HiDPi MAX 1024px ======================*/

@media screen and (max-width: 1024px) and (min-resolution: 1.5dppx), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px), not all, not all {
    .mainHeroBack {background-image: url("/static/images/main/discover-hero-1024@2x.jpg");}
}


/*====================== MAX 768px ======================*/

@media screen and (max-width: 768px) {
    /*intro*/
    .introdusingMain {
        padding-bottom: 3.6em;
    }
    .mainHeroBack {
        background-size: 800px 310px;
        height: 310px;
        margin-bottom: 5.2em;
    }
    .introdusingMain a.discover {
        position: absolute;
        top: -72px;
        width: 100%;
        left: 0;
        margin-top: 0;
    }
    .introdusingMain .content {
        max-width: 500px;
    }
    .introdusingMain h1 {
        font-size: 42px;
        letter-spacing: -.018em;
    }
    .introdusingMain p {
        font-size: 20px;
    }
    /*double*/
    .doubleBlock .content {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .doublePart.doublePartLeft {
        padding-right: .5em;
    }
    .doublePart.doublePartRight {
        padding-left: .5em;
    }
    .doublePartText {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
        max-width: 250px;
    }
    .doublePartText h2 {
        font-size: 28px;
        line-height: 1.15;
    }
    .doublePart figure {
        height: 174px;
    }
    .doublePart figure span {
        background-size: 240px 208px;
        height: 220px;
    }
    /*betas*/
    .betasBlock a {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
    }
    .betasBlock h2 {
        font-size: 32px;
    }
    .betasBlock a {
        padding-right: 49%;
    }
    .betasBlock figure {
        left: 53%;
        right: auto;
    }
}




/*====================== MAX 567px ======================*/

@media screen and (max-width: 567px) {
    /*double*/
    .doubleBlock .content {
        padding-top: 1.6em;
        padding-bottom: 1.6em;
        display: block;
    }
    .doublePart {
        display: block;
        width: 100%;
    }
    .doublePart.doublePartLeft {
        padding: 0;
    }
    .doublePart.doublePartRight {
        padding-left: 0;
        padding-top: 1.6em;
    }
    .doublePartText {
        font-size: 18px;
        line-height: 1.5;
        max-width: 270px;
        margin-top: 3em;
    }
    .doublePartText h2 {
        font-size: 33px;
        line-height: 1.15;
    }
    .doublePartText label {
        margin-top: 1em;
    }


    /*fix for apps*/
    .doublePart.doublePartLeft figure,
    .doublePart figure span.appsMainImage {
        height: 274px;
        background-size: 380px 330px;
    }
    .doublePartRight.doublePart figure,
    .doublePartRight.doublePart figure span {
        height: 198px;
        background-size: 280px 243px;
    }
}



/*====================== MAX 480px ======================*/

@media screen and (max-width: 480px) {
    /*intro*/
    .mainHeroBack {
        background-image: url("/static/images/main/discover-hero-mobile@2x.jpg");
        background-size: 557px 382px;
        height: 382px;
        margin-bottom: 4.2em;
    }
    .introMobileHide {
        display: none;
    }
    .introdusingMain .content {
        max-width: 380px;
    }
    .introdusingMain a.discover {
        top: -62px;
    }
    /*betas*/
    .betasBlock {
        padding: 3em 0;
    }
    .betasBlock .content {
        display: block;
        height: auto;
        text-align: center;
    }
    .betasBlock a {
        padding: 0;
        font-size: 18px;
        line-height: 1.5;
        max-width: 365px;
        margin: 0 auto 1.7em;
        display: block;
    }
    .betasBlock h2 {
        font-size: 33px;
        line-height: 1.15;
    }
    .betasBlock label {
        margin-top: 1em;
    }
    .betasBlock figure {
        left: auto;
        position: relative;
        margin: auto;
        background-size: 252px 253px;
        width: 252px;
        height: 253px;
        background-image: url(/static/images/main/betasMain-small.jpg);
    }

}


/*====================== MAX 374px ======================*/

@media screen and (max-width: 374px) {
    .mainHeroBack {
        margin-top: -2em;
    }
}