a:focus {
    outline: 0
}

a::-moz-focus-inner {
    border: 0;
}

input:focus {
    outline: 0
}

input::-moz-focus-inner {
    border: 0;
}

button:focus {
    outline: 0
}

button::-moz-focus-inner {
    border: 0
}

[type="submit"]::-moz-focus-inner {
    border: 0
}

select:focus {
    outline: 0
}

select::-moz-focus-inner {
    border: 0;
}



@media only screen and (min-width: 700px) and (max-width: 728px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 671px) and (max-width: 699px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 651px) and (max-width: 670px) {
    .pixfuture_responsive_banners {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        --moz-transform: scale(0.88);
        -o-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 631px) and (max-width: 650px) {
    .pixfuture_responsive_banners {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        --moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform-origin: 0 0;
    }
}


@media all and (min-width: 601px) and (max-width: 630px) {
    .pixfuture_responsive_banners {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        --moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 560px) and (max-width: 600px) {
    .pixfuture_responsive_banners {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        --moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 520px) and (max-width: 559px) {
    .pixfuture_responsive_banners {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        --moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 491px) and (max-width: 519px) {
    .pixfuture_responsive_banners {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        --moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 451px) and (max-width: 490px) {
    .pixfuture_responsive_banners {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        --moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 401px) and (max-width: 450px) {
    .pixfuture_responsive_banners {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        --moz-transform: scale(0.55);
        -o-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 371px) and (max-width: 400px) {
    .pixfuture_responsive_banners {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        --moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 341px) and (max-width: 370px) {
    .pixfuture_responsive_banners {
        transform: scale(0.46);
        -webkit-transform: scale(0.46);
        --moz-transform: scale(0.46);
        -o-transform: scale(0.46);
        -ms-transform: scale(0.46);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 301px) and (max-width: 340px) {
    .pixfuture_responsive_banners {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        --moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 250px) and (max-width: 300px) {
    .pixfuture_responsive_banners {
        transform: scale(0.35);
        -webkit-transform: scale(0.35);
        --moz-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 150px) and (max-width: 250px) {
    .pixfuture_responsive_banners {
        transform: scale(0.22);
        -webkit-transform: scale(0.22);
        --moz-transform: scale(0.22);
        -o-transform: scale(0.22);
        -ms-transform: scale(0.22);
        transform-origin: 0 0;
    }
}



iframe#_hjRemoteVarsFrame {
    display: none !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.article__body.blur * {
    color: transparent;
    text-shadow: 0 0 6px #000;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                              supported by Chrome, Edge, Opera and Firefox */
}

.article__body.blur a:focus,
.article__body.blur a:hover {
    color: inherit;
}

#rmLightbox {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    border-style: solid;
    border-width: 1px;
}

#rmLightbox p {
    font-size: 16px;
    font-size: 1rem;
}

#rmLightbox h2 {
    color: #1a9ad0;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
}

#rmLightbox .content {
    color: #16475c;
    padding: 16px;
    padding: 1rem;
}

#rmLightbox label,
#rmLightbox .label {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#rmLightbox .uniForm .formHolder,
#rmLightbox .uniForm .fieldHolder,
#rmLightbox .uniForm .buttonHolder {
    padding: 0;
}

#rmLightbox .uniForm .buttonHolder {
    margin-top: 0.5em;
}

#rmLightbox label+input,
#rmLightbox .label+input {
    margin: 0;
}

#rmLightbox input {
    border-radius: 0.25em;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0.5em;
    text-align: center;
    width: 100%;
}

#rmLightbox input {
    border: 1px solid #333;
}

#rmLightbox input:focus {
    box-shadow: 0 0 0.25em #2babe2;
}

#rmLightbox .cta input {
    background-color: #df0f17;
    color: white;
    border: 0;
}

#rmLightbox input[type=button]:hover,
#rmLightbox input[type=button]:focus {
    background-color: #b10e15;
}

@media screen and (min-width: 576px) {
    #rmLightbox {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5;
    }

    #rmLightbox .content {
        padding: 32px;
        padding: 2rem;
    }

    #rmLightbox p {
        font-size: 20px;
        font-size: 1.25rem;
    }

    #rmLightbox h2 {
        font-size: 35px;
        font-size: 1.75em;
    }

    #rmLightbox input {
        font-size: 20px;
        font-size: 1.25rem;
    }
}


@media only screen and (min-width: 700px) and (max-width: 728px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 671px) and (max-width: 699px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 651px) and (max-width: 670px) {
    .pixfuture_responsive_banners {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        --moz-transform: scale(0.88);
        -o-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 631px) and (max-width: 650px) {
    .pixfuture_responsive_banners {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        --moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform-origin: 0 0;
    }
}


@media all and (min-width: 601px) and (max-width: 630px) {
    .pixfuture_responsive_banners {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        --moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 560px) and (max-width: 600px) {
    .pixfuture_responsive_banners {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        --moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 520px) and (max-width: 559px) {
    .pixfuture_responsive_banners {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        --moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 491px) and (max-width: 519px) {
    .pixfuture_responsive_banners {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        --moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 451px) and (max-width: 490px) {
    .pixfuture_responsive_banners {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        --moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 401px) and (max-width: 450px) {
    .pixfuture_responsive_banners {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        --moz-transform: scale(0.55);
        -o-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 371px) and (max-width: 400px) {
    .pixfuture_responsive_banners {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        --moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 341px) and (max-width: 370px) {
    .pixfuture_responsive_banners {
        transform: scale(0.46);
        -webkit-transform: scale(0.46);
        --moz-transform: scale(0.46);
        -o-transform: scale(0.46);
        -ms-transform: scale(0.46);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 301px) and (max-width: 340px) {
    .pixfuture_responsive_banners {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        --moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 250px) and (max-width: 300px) {
    .pixfuture_responsive_banners {
        transform: scale(0.35);
        -webkit-transform: scale(0.35);
        --moz-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 150px) and (max-width: 250px) {
    .pixfuture_responsive_banners {
        transform: scale(0.22);
        -webkit-transform: scale(0.22);
        --moz-transform: scale(0.22);
        -o-transform: scale(0.22);
        -ms-transform: scale(0.22);
        transform-origin: 0 0;
    }
}


@media only screen and (min-width: 700px) and (max-width: 728px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 671px) and (max-width: 699px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 651px) and (max-width: 670px) {
    .pixfuture_responsive_banners {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        --moz-transform: scale(0.88);
        -o-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 631px) and (max-width: 650px) {
    .pixfuture_responsive_banners {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        --moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform-origin: 0 0;
    }
}


@media all and (min-width: 601px) and (max-width: 630px) {
    .pixfuture_responsive_banners {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        --moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 560px) and (max-width: 600px) {
    .pixfuture_responsive_banners {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        --moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 520px) and (max-width: 559px) {
    .pixfuture_responsive_banners {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        --moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 491px) and (max-width: 519px) {
    .pixfuture_responsive_banners {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        --moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 451px) and (max-width: 490px) {
    .pixfuture_responsive_banners {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        --moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 401px) and (max-width: 450px) {
    .pixfuture_responsive_banners {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        --moz-transform: scale(0.55);
        -o-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 371px) and (max-width: 400px) {
    .pixfuture_responsive_banners {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        --moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 341px) and (max-width: 370px) {
    .pixfuture_responsive_banners {
        transform: scale(0.46);
        -webkit-transform: scale(0.46);
        --moz-transform: scale(0.46);
        -o-transform: scale(0.46);
        -ms-transform: scale(0.46);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 301px) and (max-width: 340px) {
    .pixfuture_responsive_banners {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        --moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 250px) and (max-width: 300px) {
    .pixfuture_responsive_banners {
        transform: scale(0.35);
        -webkit-transform: scale(0.35);
        --moz-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 150px) and (max-width: 250px) {
    .pixfuture_responsive_banners {
        transform: scale(0.22);
        -webkit-transform: scale(0.22);
        --moz-transform: scale(0.22);
        -o-transform: scale(0.22);
        -ms-transform: scale(0.22);
        transform-origin: 0 0;
    }
}


@media only screen and (min-width: 700px) and (max-width: 728px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 671px) and (max-width: 699px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 651px) and (max-width: 670px) {
    .pixfuture_responsive_banners {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        --moz-transform: scale(0.88);
        -o-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 631px) and (max-width: 650px) {
    .pixfuture_responsive_banners {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        --moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform-origin: 0 0;
    }
}


@media all and (min-width: 601px) and (max-width: 630px) {
    .pixfuture_responsive_banners {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        --moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 560px) and (max-width: 600px) {
    .pixfuture_responsive_banners {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        --moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 520px) and (max-width: 559px) {
    .pixfuture_responsive_banners {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        --moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 491px) and (max-width: 519px) {
    .pixfuture_responsive_banners {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        --moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 451px) and (max-width: 490px) {
    .pixfuture_responsive_banners {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        --moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 401px) and (max-width: 450px) {
    .pixfuture_responsive_banners {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        --moz-transform: scale(0.55);
        -o-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 371px) and (max-width: 400px) {
    .pixfuture_responsive_banners {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        --moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 341px) and (max-width: 370px) {
    .pixfuture_responsive_banners {
        transform: scale(0.46);
        -webkit-transform: scale(0.46);
        --moz-transform: scale(0.46);
        -o-transform: scale(0.46);
        -ms-transform: scale(0.46);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 301px) and (max-width: 340px) {
    .pixfuture_responsive_banners {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        --moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 250px) and (max-width: 300px) {
    .pixfuture_responsive_banners {
        transform: scale(0.35);
        -webkit-transform: scale(0.35);
        --moz-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 150px) and (max-width: 250px) {
    .pixfuture_responsive_banners {
        transform: scale(0.22);
        -webkit-transform: scale(0.22);
        --moz-transform: scale(0.22);
        -o-transform: scale(0.22);
        -ms-transform: scale(0.22);
        transform-origin: 0 0;
    }
}


@media only screen and (min-width: 700px) and (max-width: 728px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 671px) and (max-width: 699px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 651px) and (max-width: 670px) {
    .pixfuture_responsive_banners {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        --moz-transform: scale(0.88);
        -o-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 631px) and (max-width: 650px) {
    .pixfuture_responsive_banners {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        --moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform-origin: 0 0;
    }
}


@media all and (min-width: 601px) and (max-width: 630px) {
    .pixfuture_responsive_banners {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        --moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 560px) and (max-width: 600px) {
    .pixfuture_responsive_banners {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        --moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 520px) and (max-width: 559px) {
    .pixfuture_responsive_banners {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        --moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 491px) and (max-width: 519px) {
    .pixfuture_responsive_banners {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        --moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 451px) and (max-width: 490px) {
    .pixfuture_responsive_banners {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        --moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 401px) and (max-width: 450px) {
    .pixfuture_responsive_banners {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        --moz-transform: scale(0.55);
        -o-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 371px) and (max-width: 400px) {
    .pixfuture_responsive_banners {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        --moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 341px) and (max-width: 370px) {
    .pixfuture_responsive_banners {
        transform: scale(0.46);
        -webkit-transform: scale(0.46);
        --moz-transform: scale(0.46);
        -o-transform: scale(0.46);
        -ms-transform: scale(0.46);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 301px) and (max-width: 340px) {
    .pixfuture_responsive_banners {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        --moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 250px) and (max-width: 300px) {
    .pixfuture_responsive_banners {
        transform: scale(0.35);
        -webkit-transform: scale(0.35);
        --moz-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 150px) and (max-width: 250px) {
    .pixfuture_responsive_banners {
        transform: scale(0.22);
        -webkit-transform: scale(0.22);
        --moz-transform: scale(0.22);
        -o-transform: scale(0.22);
        -ms-transform: scale(0.22);
        transform-origin: 0 0;
    }
}


@media only screen and (min-width: 700px) and (max-width: 728px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 671px) and (max-width: 699px) {
    .pixfuture_responsive_banners {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        --moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 651px) and (max-width: 670px) {
    .pixfuture_responsive_banners {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        --moz-transform: scale(0.88);
        -o-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 631px) and (max-width: 650px) {
    .pixfuture_responsive_banners {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        --moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform-origin: 0 0;
    }
}


@media all and (min-width: 601px) and (max-width: 630px) {
    .pixfuture_responsive_banners {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        --moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 560px) and (max-width: 600px) {
    .pixfuture_responsive_banners {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        --moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 520px) and (max-width: 559px) {
    .pixfuture_responsive_banners {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        --moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 491px) and (max-width: 519px) {
    .pixfuture_responsive_banners {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        --moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 451px) and (max-width: 490px) {
    .pixfuture_responsive_banners {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        --moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 401px) and (max-width: 450px) {
    .pixfuture_responsive_banners {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        --moz-transform: scale(0.55);
        -o-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 371px) and (max-width: 400px) {
    .pixfuture_responsive_banners {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        --moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 341px) and (max-width: 370px) {
    .pixfuture_responsive_banners {
        transform: scale(0.46);
        -webkit-transform: scale(0.46);
        --moz-transform: scale(0.46);
        -o-transform: scale(0.46);
        -ms-transform: scale(0.46);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 301px) and (max-width: 340px) {
    .pixfuture_responsive_banners {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        --moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 250px) and (max-width: 300px) {
    .pixfuture_responsive_banners {
        transform: scale(0.35);
        -webkit-transform: scale(0.35);
        --moz-transform: scale(0.35);
        -o-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform-origin: 0 0;
    }
}

@media all and (min-width: 150px) and (max-width: 250px) {
    .pixfuture_responsive_banners {
        transform: scale(0.22);
        -webkit-transform: scale(0.22);
        --moz-transform: scale(0.22);
        -o-transform: scale(0.22);
        -ms-transform: scale(0.22);
        transform-origin: 0 0;
    }
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-weight: 700;
}


.section__header {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: $h5-font-size;
}

.tabs__header {
    text-transform: capitalize;
    font-weight: 700;
    font-size: $h6-font-size;
}

.page__header {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin: 3rem 0;

}
.profile__heading{
    text-transform: uppercase;
}


div.social-container {
    display: none;
}

#Audio {
    display: none;
}
