/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
p, a, h1, h2, h3, span, hr {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
a:hover, a:focus, a:active{
    text-decoration: none;
}
:root {
    font-size: 16px;
}
.mc-wrapper{
    width: 100%;
}
.container{
    width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}
.hero{
    background: #FFFFFF url("../img/bg-xs.jpg") center top no-repeat;
    height: 567px;
}
.hero .hero-content{
    text-align: center;
}
.hero nav{
    text-align: center;
}
.hero .logo {
    margin-top: 17px;
    display: inline-block;
}
.hero .logo img{
    width: 120px;
}
.hero .hero-title{
    color: #333333;
    font-size: 1.7em;
    line-height: 1.1em;
    margin: 86px 0 34px 0;
}
.hero .hero-desc{
    color: #333333;
    font-size: 1em;
    line-height: 1.15em;
    margin-bottom: 74px;
}
.hero .logos{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 12px 0;
    width: 298px;
    margin: 0 auto;
    border-radius: 5px;
}
.hero .logos .op-link{
   text-decoration: none;
}
.hero .logos img{
    height: 33px;
    margin: 0 4px;
}
.mc-login{
    margin-top: 25px;
    display: inline-block;
}
.mc-login img{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mc-login:hover img, .mc-login:focus img{
    opacity: 0.9;
}
.content{
    background: #433075 url("../img/content-bg-xs.jpg") center top no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
.main-slider .photo-box{
    position: relative;
}
.main-slider .photo-box img{
    width: 156px;
    margin: 0 auto;
}
.main-slider .photo-box .shadow{
    position: absolute;
    width: 100px;
    height: 300px;
    background: red;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -150px;
    -webkit-box-shadow: 50px 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 50px 30px 60px 0 rgba(0,0,0,0.3);
    z-index: -1;
}
.main-slider .content-box{
    padding: 20px 16px;
    text-align: center;
}
.main-slider .content-box .slide-num{
    font-weight: 100;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 auto;
    font-size: 3.2em;
    line-height: 1em;
    padding: 0 10px;
    border-bottom: solid 1px #FFFFFF;
    margin-top: 20px;
}
.main-slider .content-box .slide-title{
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: left;
    margin: 26px 0;
}
.main-slider .content-box .slide-desc{
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: left;
    margin: 0 0 26px 0;
}
.main-slider .content-box .slide-btn{
    text-align: center;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 1em;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    padding: 8px 40px;
    border-radius: 26px;
    -webkit-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.main-slider .content-box .slide-btn:hover,
.main-slider .content-box .slide-btn:focus{
    border: 2px solid #000000;
    color: #000000;
}
.owl-carousel.main-car .owl-nav{
    position: relative;
}
.owl-carousel.main-car .owl-nav > div{
    position: absolute;
    width: 25px;
    height: 90px;
}
.owl-carousel.main-car .owl-nav > div.disabled{
    opacity: 0.2;
}
.owl-carousel.main-car .owl-nav > div.owl-next{
    background: transparent url("../img/arr-right.png") center center no-repeat;
    background-size: contain;
    top: -470px;
    right: 0;
}
.owl-carousel.main-car .owl-nav > div.owl-prev{
    background: transparent url("../img/arr-left.png") center center no-repeat;
    background-size: contain;
    top: -470px;
    left: 0;
}
.owl-carousel.main-car .owl-dots{
    text-align: center;
    margin-top: 50px;
}
.owl-carousel.main-car .owl-dot{
    display: inline;
    font-weight: 100;
    font-size: 1.1em;
    line-height: 1em;
    color: #8d80ad;
    border-top: solid 1px #8d80ad;
    padding: 10px 0 0 36px;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.owl-carousel.main-car .owl-dot.active{
    border-top: solid 5px #8d80ad;
}
.app-slider{
    margin-top: 60px;
}
.app-slider .apps-title{
    text-align: center;
    color: #FFFFFF;
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 40px;
}
.app-slider .app-name{
    text-align: center;
    color: #FFFFFF;
    font-size: 0.9em;
    line-height: 1em;
    margin-top: 10px;
}
.owl-carousel.app-car {
    width: 250px;
    margin: 0 auto;
    position: relative;
}
.owl-carousel.app-car .owl-item img{
    display: block;
    width: 64px;
    margin: 0 auto;
}
.owl-carousel.app-car .owl-nav > div{
    position: absolute;
    width: 20px;
    height: 50px;
}
.owl-carousel.app-car .owl-nav > div.owl-next{
    background: transparent url("../img/arr-right-app.png") center center no-repeat;
    background-size: contain;
    top: 10%;
    right: -24px;
}
.owl-carousel.app-car .owl-nav > div.owl-prev{
    background: transparent url("../img/arr-left-app.png") center center no-repeat;
    background-size: contain;
    top: 10%;
    left: -24px;
}
.faq .faq-title{
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
    margin: 70px 0 0 0;
}
.faq .faqs {
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
    margin-top: 20px;
}
.faq .faqs .f-item {
    margin: 6px 0;
    border-top: solid 1px #58487e;
    padding: 15px 0 5px 0;
}
.faq .faqs .med-sep-right .f-item:last-child {
    border-bottom: solid 1px #58487e;
}
.faq .faqs .f-item .f-q {
    font-size: 1em;
    line-height: 1.3em;
    color: #FFFFFF;
    background: transparent url(../img/arr-bot.png) 96% center no-repeat;
    background-size: 20px;
    padding: 6px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 6px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}
.faq .faqs .f-item .f-a {
    font-size: 0.7em;
    line-height: 1.28em;
    color: #FFFFFF;
    padding: 4px 4px 4px 6px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: none;
}
.faq .faqs .f-item .f-a a {
    color: #FFFFFF;
    text-decoration: underline;
}
.faq .faqs .f-item .f-q.active-f-q {
    background: transparent url(../img/arr-top.png) 96% center no-repeat;
    background-size: 20px;
}
.faq .faqs .f-item .f-a.active-f-a {
    display: block;
}
.footer{
    background-color: #585856;
    padding: 10px 0 60px 0;
}
.footer .f-nav{
    list-style: none;
    padding: 0;
}
.footer .f-nav li{
    margin-bottom: 5px;
}
.footer .f-nav a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.9em;
}
.footer .f-nav a:hover, .footer .f-nav a:focus{
    text-decoration: underline;
}
.cookie-info{
    background: #000000;
    padding: 20px 0;
    text-align: center;
}
.cookie-info .c-info{
    color: #FFFFFF;
    font-size: 0.74em;
    line-height: 1.2em;
    text-align: left;
}
.cookie-info .c-info a{
    color: #FFFFFF;
    text-decoration: underline;
}
.cookie-info .c-info a:hover,
.cookie-info .c-info a:active{
    color: #483376;
}
.cookie-info .cookie-btn{
    text-align: center;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 1em;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    padding: 8px 40px;
    border-radius: 26px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.cookie-info .cookie-btn:hover,
.cookie-info .cookie-btn:focus{
    border: 2px solid #4D3879;
    color: #4D3879;
}
.privacy-poli{
    display: none;
}
.simple-popup-content{
    padding-bottom: 30px;
    max-height: 100%;
}
.simple-popup-content .poli-title{
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.simple-popup-content .poli-content{
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 640px) {
    .container{
        width: 640px;
        padding: 0 20px;
    }
    .hero{
        background: #FFFFFF url("../img/bg-sm.jpg") center top no-repeat;
        height: 1002px;
    }
    .hero .hero-content{
        text-align: center;
    }
    .hero .logo {
        margin-top: 52px;
        float: left;
    }
    .hero .logo img{
        width: auto;
    }
    .hero .hero-title{
        font-size: 3.1em;
        line-height: 1.2em;
        margin: 74px 0 48px 0;
    }
    .hero .hero-desc{
        font-size: 1.4em;
        line-height: 1.18em;
        margin-bottom: 150px;
    }
    .hero .logos{
        padding: 15px 0;
        width: 500px;
        border-radius: 6px;
    }
    .hero .logos img{
        height: auto;
        margin: 0 16px;
    }
    .mc-login{
        margin-top: 45px;
        display: inline-block;
    }

    .content{
        background: #433075 url("../img/content-bg-sm.jpg") center top no-repeat;
        padding-top: 0;
        padding-bottom: 70px;
    }
    .main-slider .photo-box{
        width: 250px;
        float: left;
        margin-bottom: 80px;
    }
    .main-slider .photo-box img{
        width: 200px;
        margin: 0 10px 0 0;
        float: right;
    }
    .main-slider .photo-box .shadow{
        width: 180px;
        height: 400px;
        background: transparent;
        margin-left: -90px;
        margin-top: -200px;
        -webkit-box-shadow: 70px 50px 90px 0 rgba(0,0,0,0.2);
        box-shadow: 70px 50px 90px 0 rgba(0,0,0,0.2);
        z-index: -1;
    }
    .main-slider .content-box{
        padding: 0 0 0 16px;
        text-align: left;
        float: left;
        width: 320px;
    }
    .main-slider .content-box .slide-num{
        font-size: 3.3em;
        padding: 0 20px 4px 0;
        margin-top: 70px;
    }
    .main-slider .content-box .slide-title{
        font-size: 1.6em;
        line-height: 1.2em;
        margin: 24px 0;
    }
    .main-slider .content-box .slide-desc{
        font-size: 0.8em;
        line-height: 1.4em;
        margin: 0 0 46px 0;
    }
    .main-slider .content-box .slide-btn{
        font-size: 0.9em;
        padding: 10px 46px;
        border-radius: 26px;
    }
    .owl-carousel.main-car .owl-nav > div{
        position: absolute;
        width: 25px;
        height: 90px;
    }
    .owl-carousel.main-car .owl-nav > div.owl-next{
        background: transparent url("../img/arr-right.png") center center no-repeat;
        background-size: contain;
        top: -310px;
        right: 0;
    }
    .owl-carousel.main-car .owl-nav > div.owl-prev{
        background: transparent url("../img/arr-left.png") center center no-repeat;
        background-size: contain;
        top: -310px;
        left: 0;
    }
    .owl-carousel.main-car .owl-dots{
        text-align: center;
        margin-top: 0;
    }
    .owl-carousel.main-car .owl-dot{
        font-size: 1.2em;
        padding: 20px 0 0 106px;
        margin-right: 14px;
    }
    .app-slider{
        margin-top: 100px;
    }
    .app-slider .apps-title{
        font-size: 2.3em;
        margin-bottom: 60px;
    }
    .app-slider .app-name{
        font-size: 1em;
        margin-top: 14px;
    }
    .owl-carousel.app-car {
        width: 500px;
        margin: 0 auto;
        position: relative;
    }
    .owl-carousel.app-car .owl-item img{
        width: 80px;
    }
    .owl-carousel.app-car .owl-nav > div{
        position: absolute;
        width: 20px;
        height: 50px;
    }
    .owl-carousel.app-car .owl-nav > div.owl-next{
        background: transparent url("../img/arr-right-app.png") center center no-repeat;
        background-size: contain;
        top: 13%;
        right: -34px;
    }
    .owl-carousel.app-car .owl-nav > div.owl-prev{
        background: transparent url("../img/arr-left-app.png") center center no-repeat;
        background-size: contain;
        top: 13%;
        left: -34px;
    }
    .faq .faq-title{
        font-size: 2.8em;
        margin: 100px 0 0 0;
    }
    .faq .faqs {
        max-width: 440px;
        padding: 20px 10px 0 10px;
        margin-top: 26px;
    }
    .faq .faqs .f-item {
        margin: 6px 0;
        padding: 25px 0 15px 0;
    }
    .faq .faqs .f-item .f-q {
        font-size: 1.2em;
        line-height: 1.3em;
        background: transparent url(../img/arr-bot.png) 96% center no-repeat;
        background-size: 20px;
        padding: 6px;
        padding-right: 30px;
        margin-bottom: 6px;
    }
    .faq .faqs .f-item .f-a {
        font-size: 0.8em;
        line-height: 1.5em;
    }
    .faq .faqs .f-item .f-q.active-f-q {
        background: transparent url(../img/arr-top.png) 96% center no-repeat;
        background-size: 20px;
    }
    .footer{
        background-color: #585856;
        padding: 10px 0 100px 0;
    }
    .footer .f-nav{
        list-style: none;
        padding: 0;
    }
    .footer .f-nav li{
        margin-bottom: 0;
        margin-right: 36px;
        float: left;
    }
    .footer .f-nav a{
        font-size: 1em;
    }
    .cookie-info{
        padding: 24px 0;
        text-align: left;
    }
    .cookie-info .c-info{
        font-size: 0.9em;
        line-height: 1.3em;
        text-align: left;
        float: left;
        width: 70%;
    }
    .cookie-info .cookie-btn{
        font-size: 1em;
        display: inline-block;
        padding: 12px 40px;
        margin-top: 0px;
        float: right;
    }

}

@media only screen and (min-width: 960px) {
    .container{
        width: 960px;
        padding: 0 20px;
    }
    .hero{
        background: #FFFFFF url("../img/bg-md.jpg") center top no-repeat;
        height: 1045px;
    }
    .hero .logo {
        margin-top: 52px;
    }
    .hero .hero-title{
        font-size: 4.5em;
        line-height: 1.15em;
        margin: 70px 0 55px 0;
    }
    .hero .hero-desc{
        font-size: 1.75em;
        line-height: 1.18em;
        margin-bottom: 106px;
    }
    .hero .logos{
        padding: 15px 0;
        width: 500px;
        border-radius: 6px;
    }
    .hero .logos img{
        width: auto;
    }
    .mc-login{
        margin-top: 45px;
        display: inline-block;
    }
    .content{
        background: #433075 url("../img/content-bg-md.jpg") center top no-repeat;
        padding-top: 0;
        padding-bottom: 70px;
    }
    .main-slider .photo-box{
        width: 360px;
        float: left;
        margin-bottom: 100px;
    }
    .main-slider .photo-box img{
        width: auto;
        margin: 0 10px 0 0;
        float: right;
    }
    .main-slider .photo-box .shadow{
        width: 300px;
        height: 500px;
        margin-left: -150px;
        margin-top: -250px;
        -webkit-box-shadow: 70px 50px 90px 0 rgba(0,0,0,0.2);
        box-shadow: 70px 50px 90px 0 rgba(0,0,0,0.2);
        z-index: -1;
    }
    .main-slider .content-box{
        padding: 0 0 0 36px;
        width: 470px;
    }
    .main-slider .content-box .slide-num{
        font-size: 3.8em;
        padding: 0 30px 4px 0;
        margin-top: 130px;
    }
    .main-slider .content-box .slide-title{
        font-size: 2.3em;
        line-height: 1.2em;
        margin: 28px 0;
    }
    .main-slider .content-box .slide-desc{
        font-size: 1em;
        line-height: 1.4em;
        margin: 0 0 66px 0;
    }
    .main-slider .content-box .slide-btn{
        font-size: 1em;
        padding: 13px 66px;
        border-radius: 26px;
    }
    .owl-carousel.main-car .owl-nav > div{
        position: absolute;
        width: 30px;
        height: 140px;
    }
    .owl-carousel.main-car .owl-nav > div.owl-next{
        background: transparent url("../img/arr-right.png") center center no-repeat;
        background-size: contain;
        top: -420px;
        right: 0;
    }
    .owl-carousel.main-car .owl-nav > div.owl-prev{
        background: transparent url("../img/arr-left.png") center center no-repeat;
        background-size: contain;
        top: -420px;
        left: 0;
    }
    .owl-carousel.main-car .owl-dots{
        text-align: center;
        margin-top: 0;
    }
    .owl-carousel.main-car .owl-dot{
        font-size: 1.3em;
        padding: 20px 0 0 136px;
        margin-right: 20px;
    }
    .app-slider{
        margin-top: 80px;
    }
    .app-slider .apps-title{
        font-size: 2.3em;
        margin-bottom: 80px;
    }
    .app-slider .app-name{
        font-size: 1em;
        margin-top: 14px;
    }
    .owl-carousel.app-car {
        width: 750px;
        margin: 0 auto;
        position: relative;
    }
    .owl-carousel.app-car .owl-item img{
        width: auto;
    }
    .owl-carousel.app-car .owl-nav > div{
        position: absolute;
        width: 30px;
        height: 60px;
    }
    .owl-carousel.app-car .owl-nav > div.owl-next{
        background: transparent url("../img/arr-right-app.png") center center no-repeat;
        background-size: contain;
        top: 28%;
        right: -54px;
    }
    .owl-carousel.app-car .owl-nav > div.owl-prev{
        background: transparent url("../img/arr-left-app.png") center center no-repeat;
        background-size: contain;
        top: 28%;
        left: -54px;
    }
    .faq .faq-title{
        font-size: 3em;
        margin: 150px 0 0 0;
    }
    .faq .faqs {
        max-width: 950px;
        padding: 20px 0 0 0;
        margin-top: 26px;
    }
    .faq .faqs .med-sep-left{
        width: 456px;
        float: left;
    }
    .faq .faqs .med-sep-right{
        width: 456px;
        float: right;
    }
    .faq .faqs .f-item {
        width: 430px;
        min-height: 110px;
        margin: 6px 0;
        padding: 25px 0 15px 0;
    }
    .faq .faqs .f-item:last-child {
    border-bottom: solid 1px #58487e;
}
    .faq .faqs .f-item .f-q {
        font-size: 1.2em;
        line-height: 1.3em;
        background: transparent url(../img/arr-bot.png) 96% center no-repeat;
        background-size: 20px;
        padding: 6px;
        padding-right: 30px;
        margin-bottom: 6px;
    }
    .faq .faqs .f-item .f-a {
        font-size: 0.8em;
        line-height: 1.5em;
    }
    .faq .faqs .f-item .f-q.active-f-q {
        background: transparent url(../img/arr-top.png) 96% center no-repeat;
        background-size: 20px;
    }
    .footer{
        background-color: #585856;
        padding: 10px 0 100px 0;
    }
    .footer .f-nav{
        list-style: none;
        padding: 0;
    }
    .footer .f-nav li{
        margin-bottom: 0;
        margin-right: 36px;
        float: left;
    }
    .footer .f-nav a{
        font-size: 1em;
    }
    .simple-popup-content{
        padding-bottom: 30px;
        max-height: 100%;
        width: 940px!important;
    }
    .simple-popup-content .poli-title{
        font-size: 2.3em;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .simple-popup-content .poli-content{
        font-size: 1em;
        line-height: 1.2em;
        margin-bottom: 20px;
        columns: 2;
    }
}

@media only screen and (min-width: 1200px) {
    .container{
        width: 1200px;
        padding: 0 20px;
    }
    .hero{
        background: #FFFFFF url("../img/bg-lg.jpg") center top no-repeat;
        height: 1052px;
    }
    .hero .hero-title{
        font-size: 5em;
        line-height: 1.15em;
        margin: 71px 0 45px 0;
    }
    .hero .hero-title br{
        display: none;
    }
    .content{
        background: #433075 url("../img/content-bg-lg.jpg") center top no-repeat;
        padding-top: 0;
        padding-bottom: 70px;
    }
    .main-slider .photo-box{
        width: 490px;
        float: left;
        margin-bottom: 100px;
    }
    .main-slider .photo-box img{
        width: auto;
        margin: 0 10px 0 0;
        float: right;
    }
    .main-slider .photo-box .shadow{
        left: 100%;
        margin-left: -340px;
    }
    .owl-carousel.main-car .owl-nav > div.owl-next{
        background: transparent url("../img/arr-right.png") center center no-repeat;
        background-size: contain;
        top: -420px;
        right: 100px;
    }
    .owl-carousel.main-car .owl-nav > div.owl-prev{
        background: transparent url("../img/arr-left.png") center center no-repeat;
        background-size: contain;
        top: -420px;
        left: 100px;;
    }
    .owl-carousel.main-car .owl-dots{
        text-align: center;
        margin-top: 0;
    }
    .owl-carousel.main-car .owl-dot{
        font-size: 1.3em;
        padding: 20px 0 0 106px;
        margin-right: 20px;
    }
    .app-slider{
        margin-top: 80px;
    }
    .app-slider .apps-title{
        font-size: 2.4em;
        margin-bottom: 80px;
    }
    .app-slider .app-name{
        font-size: 1.05em;
        margin-top: 16px;
    }
    .owl-carousel.app-car {
        width: 950px;
    }
    .faq .faqs {
        max-width: 1100px;
        padding: 20px 0 0 0;
        margin-top: 26px;
    }
    .faq .faqs .med-sep-left{
        width: 550px;
        float: left;
    }
    .faq .faqs .med-sep-right{
        width: 550px;
        float: right;
    }
    .faq .faqs .f-item {
        width: 500px;
        min-height: 110px;
        margin: 6px 0;
        padding: 25px 0 15px 0;
    }
    .footer{
        padding: 20px 0 120px 0;
    }
    .footer .f-nav li{
        margin-right: 46px;
    }
    .simple-popup-content{
        width: 1150px!important;
    }
}
@media only screen and (min-width: 1930px) {
    body{
        background: #3c3c3c;
    }
    .mc-wrapper{
        width: 1920px;
        margin: 0 auto;
    }

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
