#headerMenu {
    z-index: 9999;
}

content,
content div,
content li,
content p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

content h1,
content h2,
content h3,
content h4,
content h5,
content h6 {
    color: #f39200;
    font-weight: 800;
}

.align-center,
.text-center {
    text-align: center;
}

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left !important;
}


.floatRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

.row.inverse .column {
    float: right;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}


p.legal {
    font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 25px;
    padding-right: 40px;
    margin-right: 40px;
}

.brackets:before {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 18px solid #f88508;
    border-left: 18px solid #f88508;
}

.brackets:after {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid #f88508;
    border-right: 18px solid #f88508;
}

.greyBg {
    background: #f5f5f5;
}

.separator {
    display: block;
    width: 180px;
    height: 10px;
    background: #AAD200;
    margin-top: 30px;
    margin-bottom: 20px;
}

.separator.black {
    background: #000;
}

section h2 {
    color: #AAD200;
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0;
}

/* via https://embedresponsively.com/ */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************************/

/*.section-1 {}*/

.section-1 img {
    width: 100%;
}

/************************************************************************/

.section-2 {
    background: #000;
    color: #fff;
    padding-bottom: 30px;
}

.section-2 .row .row p {
    text-align: center;
}

.section-2 .row .row img {
    display: block;
    margin: 0 auto;
}

.section-2 .txtInner {
    padding-right: 70px;
}

.section-2 h2 {
    line-height: 1.2;
}

.section-2 p {
    margin-bottom: 0;
}

.section-2 .pic {
    margin-top: 30px;
}

.section-2 .whereToWatch {
    margin:0 auto;
    width: 90%;
    max-width: 180px;
    margin-bottom: 10px;
}

/************************************************************************/

.section-3 {
    background: #AAD200;
    color: #000;
    padding: 20px 0;
    overflow: auto;
}

.section-3 h2 {
    color:#000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
    padding-top: 12%;
}

.section-3 .row .row .column {
    padding-left: 0;
    padding-right: 0;
}

.section-3 a.offer {
    display: block;
    margin:0 auto;
    width: 90%;
    max-width: 180px;
    max-height: 180px;
    padding-top: 21px;
    padding-bottom: 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.section-3 .offer .ico {
    display: block;
    width: 70%;
    max-width: 78px;
    max-height: 60px;
    margin: 0 auto 10px;
}

.section-3 .offer .name {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    text-transform: uppercase;
}

.section-3 .offer .cta {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #AAD200;
    transition: left .1s;
}

.section-3 .offer .cta span {
    position: relative;
    left: 0;
    transition: left .1s;
}

.section-3 a.offer:hover .cta span,
.section-3 a.offer:focus .cta span {
    position: relative;
    left: 5px;
}

/************************************************************************/

.section-4 {
    background: #000;
    color: #fff;
    padding-top: 30px;
}

.section-4 h2 {
    line-height: 1.2;
}

.section-4 .badges {
    text-align: center;
    margin: 30px 0;
}

.section-4 .badges .cont {
    float: left;
    text-align: left;
    width: 16.66%;
    -ms-text-align-last: auto;
    text-align-last: auto;
}

/************************************************************************/

.section-5 {
    background: #000;
    color: #fff;
}

.section-5 .tv {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    max-height: 641px;
    margin-bottom: 50px;
}

.section-5 .imgTv {
    display: block;
    margin: 0 auto;
    position: relative;
}

.section-5 .yt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2.6%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 100%;
    height: 100%;
}

/************************************************************************/

.section-6 {
    background: #AAD200;
    color: #000;
    padding: 30px 0;
}

.section-6 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.section-6 a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 15px;
}

.section-6 a span {
    position: absolute;
    right: 20px;
    transition: right .1s;
}

.section-6 a:hover span,
.section-6 a:focus span {
    right: 10px;
}

/************************************************************************/

.section-cpgo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-cpgo h2 {
    font-size: 28px;
    margin: 0px 0 30px;
    padding: 0;
    line-height: 34px;
    color: #F27C00;
}

.section-cpgo p {
    font-size: 16px;
    line-height:19px;
}

.section-cpgo .pDevices {
    margin-top: 30px;
    margin-bottom: 40px;
}

.section-cpgo .pDevices img {
    float: left;
    padding-right:45px;
}

.section-cpgo .pDevices span {
    display: block;
    padding-left: 100px;
}

.section-cpgo .stores {
    margin-bottom: 0;
}

.section-cpgo .cpgoImg {
    width: 100%;
    margin: 20px 0 0;
}

.section-cpgo .stores img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.section-cpgo .legal {
    margin-top: 10px;
}

.section-cpgo .legal p {
    color:#000000;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
}

/************************************************************************/

@media screen and (max-width: 768px) {
    content {
        margin-top:3.9rem;
    }

    .separator {
        margin-top: 30px;
        margin-bottom: 22px;
    }

    section h2 {
        font-size: 22px;
    }

    section p,
    section div {
        font-size: 16px;
    }

    .section-1 .txtInner {
        padding-right: 0;
    }

    .section-1 .mobile_bg {
        width: 100%;
    }

    .section-2 .pic {
        width: 100%;
    }

    .section-3 h2 {
        padding-top: 0px;
        text-align: center;
    }

    .section-3 a.offer {
        float: none;
        margin: 0 auto 10px;
    }

     .section-4 {
        padding-top: 10px;
     }

    .section-4 .separator.black {
        display: none;
    }

    .section-4 .pic {
        padding-top: 10px;
        width: 100%;
    }

    .section-4 .badges {
        margin: 20px 0;
    }

    .section-4 .badges .cont {
        width: 33.33%;
        text-align: center;
        margin: 0 auto;
    }

    .section-6 {
        text-align: center;
    }

    .section-6 br {
        display: none;
    }

    .section-6 .tv {
        margin-bottom: 30px;
    }

    .section-6 a {
        margin-top: 30px;
    }
}