@charset "utf-8"; /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import 'components/bs-tooltips.css';

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

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

input {
    line-height: normal
}

    input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer
    }

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    scroll-behavior: smooth
}

body {
    background-color: rgb(255 255 255);
    margin: 0
}

@media only screen and (min-width: 1056px) {
    .container, .AVsizer {
        max-width: 1360px;
        margin: auto
    }

        .container:not(.full), .AVsizer:not(.full) {
            padding-left: 125px;
            padding-right: 125px
        }
}

.container.grey, .AVsizer.grey {
    background-color: #f8f9fa
}

.container.blue, .AVsizer.blue {
    background-color: #2276D9;
    color: #FFF
}

.vertical-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner {
    background: transparent url(../img/rectangle-yellow-45.svg) 50% 0 no-repeat;
    margin-left: -20px;
    margin-right: -20px
}

img {
    max-width: 100%;
    vertical-align: middle
}

.padded {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    -moz-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

.banner {
    text-align: center
}

@media (max-width:767px) {
    .banner.auto {
        height: auto !important
    }
}

.label {
    display: inline-block;
    padding: 2px 5px;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF
}

    .label.label-blue {
        background-color: #2a7de1
    }

    .label.label-green {
        background-color: #00b451
    }

    .label.label-lg {
        padding: 5px 16px
    }

.feature-items {
    text-align: center;
    margin: 60px 0
}

    .feature-items.sprite a:hover .image span {
        background-position: 0 100% !important
    }

    .feature-items .image {
        display: table;
        margin: 0 0 20px;
        width: 100%
    }

        .feature-items .image .inner {
            display: table-cell;
            vertical-align: middle;
            width: 100%
        }

            .feature-items .image .inner span {
                display: inline-block
            }

    .feature-items .text {
        font-size: 24px !important;
        margin-top: 11px;
        margin-bottom: 7px;
        line-height: 26px !important;
        letter-spacing: -0.03em;
        font-family: 'Roboto',Arial,Helvetica,sans-serif;
        color: #000000 !important
    }

ul .feature-items .text {
    line-height: 30px !important
}

@media (max-width:991px) {
    .feature-items .text {
        font-size: 21px !important;
        line-height: 23px !important
    }
}

ul .feature-items .text {
    line-height: 30px !important
}

@media (max-width:991px) {
    .feature-items .text {
        font-size: 21px !important;
        line-height: 23px !important
    }
}

.separator {
    overflow: hidden
}

    .separator.noborder {
        border-top: 0
    }

    .separator.arrow.separator-alabaster > div span {
        background-color: #fafafa
    }

    .separator.arrow > div {
        border-top: 1px solid #dcdcdc
    }

        .separator.arrow > div span {
            display: block;
            width: 50px;
            height: 50px;
            margin: auto;
            background-color: #ffffff;
            border-right: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
            -ms-transform: scale(1.1, .6) rotate(45deg);
            -webkit-transform: scale(1.1, .6) rotate(45deg);
            -moz-transform: scale(1.1, .8) rotate(45deg);
            -o-transform: scale(1.1, .8) rotate(45deg);
            transform: scale(1.1, .8) rotate(45deg);
            position: relative;
            top: -26px
        }

.pre {
    white-space: pre
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.ct-buttons {
    padding: 15px 0
}

.selected {
    position: relative
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

.affix {
    position: fixed
}

.dropdown-links {
    font-size: 11px;
    color: #000;
    padding: 2px 10px
}

.mboxDefault {
    visibility: hidden !important
}

.display-on-highlight {
    z-index: 5;
    position: relative
}

.border-gray {
    border: 1px solid #D7D7D7
}

.hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.word-break {
    word-break: break-all;
    word-break: break-word
}

.container, .AVsizer {
    padding-left: 20px;
    padding-right: 20px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .row [class*="span"] {
            min-height: 1px;
            padding-left: 20px;
            padding-right: 20px
        }

    .span12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .span11 {
        -webkit-flex-basis: 91.66666665%;
        -ms-flex-preferred-size: 91.66666665%;
        flex-basis: 91.66666665%
    }

    .span10 {
        -webkit-flex-basis: 83.33333332%;
        -ms-flex-preferred-size: 83.33333332%;
        flex-basis: 83.33333332%
    }

    .span9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .span8 {
        -webkit-flex-basis: 66.66666665%;
        -ms-flex-preferred-size: 66.66666665%;
        flex-basis: 66.66666665%
    }

    .span7 {
        -webkit-flex-basis: 58.33333332%;
        -ms-flex-preferred-size: 58.33333332%;
        flex-basis: 58.33333332%
    }

    .span6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .span5 {
        -webkit-flex-basis: 41.66666665%;
        -ms-flex-preferred-size: 41.66666665%;
        flex-basis: 41.66666665%
    }

    .span4 {
        -webkit-flex-basis: 33.33333332%;
        -ms-flex-preferred-size: 33.33333332%;
        flex-basis: 33.33333332%
    }

    .span3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .span2 {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%
    }

    .span1 {
        -webkit-flex-basis: 8.33333332%;
        -ms-flex-preferred-size: 8.33333332%;
        flex-basis: 8.33333332%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (max-width: 767px) {
    [class*="span"] img {
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .row [class*="span"] {
            min-height: 1px;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .row.reverse, .row.swap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .row.left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .row.right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .row.nopadding [class*="span"] {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .row.nopadding [class*="span"] {
        padding: 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .row [class*="span"].img {
        padding: 0
    }
}

@font-face {
    font-family: 'Roboto';
    src: url('../img/Roboto-Light.woff') format('woff'),url('../img/Roboto-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: 'Roboto';
    src: url('../img/Roboto-Regular.woff') format('woff'),url('../img/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Roboto';
    src: url('../img/Roboto-Bold.woff') format('woff'),url('../img/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700
}

body {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4B5563
}

.subtitle, .text-large {
    font-size: 20px;
    line-height: 1.4
}

.text-small {
    font-size: 14px;
    line-height: 1.57
}

.text-x-small {
    font-size: 12px;
    line-height: 1.67
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

h1, h2, h3, h4, h5, .like-h1, .like-h2, .like-h3, .like-h4, .like-h5 {
    font-weight: 700;
    color: #191a17;
    margin: 0
}

h1, .like-h1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.3
}

@media only screen and (max-width: 767px) {
    h1, .like-h1 {
        font-size: 34px
    }
}

h2, .like-h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.2
}

@media only screen and (max-width: 767px) {
    h2, .like-h2 {
        font-size: 30px
    }
}

h3, .like-h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.25
}

h4, .like-h4 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4
}

h5, .like-h5 {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.4
}

.sub-h1 {
    color: #4B5563;
    font-size: 20px;
    line-height: 1.4
}

p {
    margin: 0 0 15px
}

    p:last-of-type {
        margin-bottom: 30px
    }

ul, ol {
    margin: 0 0 20px;
    padding-left: 0
}

    ul li, ol li {
        padding-bottom: 20px
    }

ul {
    list-style: none
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0
    }

dl {
    margin-top: 0;
    margin-bottom: 19px
}

dt, dd {
    line-height: 1.2
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777
}

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.2
}

a {
    color: #2a7de1;
    text-decoration: none
}

    a:hover, a:focus {
        color: #2a7de1;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    a.initial {
        color: initial
    }

        a.initial:hover, a.initial:focus, a.initial:active {
            color: initial;
            text-decoration: none
        }

.academy-link {
    color: #2a7de1
}

    .academy-link:hover {
        color: #2a7de1;
        text-decoration: underline
    }

.navigation ul li, .navigation ol li {
    padding-bottom: 0
}

.navigation .container {
    padding-right: 0;
    padding-left: 20px
}

@media (min-width:992px) {
    .navigation .container::after {
        content: " ";
        display: block;
        clear: both
    }

    .navigation .container .clearfix {
        clear: both
    }
}

@media (min-width:1056px) {
    .navigation .container {
        padding-left: 56px
    }
}

.pull-center {
    margin: 0 auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.pull-xs-left {
    float: left !important
}

@media (min-width:480px) {
    .pull-sm-left {
        float: left !important
    }
}

@media (min-width:768px) {
    .pull-md-left {
        float: left !important
    }
}

@media (min-width:992px) {
    .pull-lg-left {
        float: left !important
    }
}

.pull-xs-right {
    float: right !important
}

@media (min-width:480px) {
    .pull-sm-right {
        float: right !important
    }
}

@media (min-width:768px) {
    .pull-md-right {
        float: right !important
    }
}

@media (min-width:992px) {
    .pull-lg-right {
        float: right !important
    }
}

.navigation .promo, .navigation .label-blue, .navigation .label-orange, .navigation .label-green, .navigation .label-red {
    padding: 0 4px;
    margin: 0 0 0 5px
}

.navigation li span.label-new {
    background-color: #e3fab4;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: #1B61B5;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 2px 16px;
    margin: 0 16px
}

@media (min-width:992px) {
    #body-inner, .navigation {
        position: static !important
    }
}

@media (max-width:991px) {
    .nav-active {
        overflow: hidden !important
    }

        .nav-active.br-msie.br-ver-8 {
            position: static;
            overflow-y: auto !important;
            left: auto;
            right: auto
        }

            .nav-active.br-msie.br-ver-8 .naigation-row, .nav-active.br-msie.br-ver-9 .naigation-row {
                right: -600px !important
            }

            .nav-active.br-msie.br-ver-8 .naigation-row {
                overflow-y: auto !important
            }

    .android-2.nav-active, .android-3.nav-active {
        position: static !important;
        overflow-y: auto !important
    }

        .android-2.nav-active .navigation-row, .android-3.nav-active .navigation-row {
            position: absolute !important;
            overflow-y: auto !important;
            right: -300px !important;
            height: auto !important
        }
}

.navigation.global-navigation {
    min-height: 38px;
    border-bottom: 1px solid #e2e2e2;
    padding: 22px 0 18px
}

    .navigation.global-navigation.absolute {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 5
    }

        .navigation.global-navigation.absolute.global-navigation {
            border-bottom: none
        }

    .navigation.global-navigation.transparent {
        background-color: transparent
    }

.navigation .userLink {
    color: #249efc !important
}

.navigation .title {
    margin-right: 10px;
    margin-top: 1px;
    text-transform: uppercase
}

.navigation .navigation-top {
    margin-right: 15px
}

    .navigation .navigation-top::after {
        content: '';
        display: block;
        clear: both
    }

    .navigation .navigation-top a {
        float: left;
        font-size: 12px;
        color: #6D768D;
        cursor: pointer
    }

        .navigation .navigation-top a.icon-href {
            background-color: #F8F9FA;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            padding: 6px 12px 0 6px;
            text-decoration: none;
            margin-top: -8px
        }

            .navigation .navigation-top a.icon-href .icon-flag {
                margin-right: .5rem
            }

            .navigation .navigation-top a.icon-href img {
                position: relative;
                top: -8px
            }

        .navigation .navigation-top a.loginLink, .navigation .navigation-top a.logoutLink, .navigation .navigation-top a.userLink {
            padding-right: 24px;
            margin-right: 24px;
            border-right: 1px solid #C7CDD7;
            letter-spacing: 0;
            color: #6D768D
        }

.navigation .navigation-buttons {
    padding: 30px 30px 20px
}

    .navigation .navigation-buttons a {
        padding: 8px 10px !important;
        margin-bottom: 10px !important;
        width: 100%;
        font-size: 14px
    }

        .navigation .navigation-buttons a.logout {
            margin-top: 10px
        }

        .navigation .navigation-buttons a > span {
            text-align: center;
            position: relative
        }

        .navigation .navigation-buttons a .icon-flag {
            display: inline-block;
            position: absolute;
            margin-left: -16px;
            margin-top: -4px
        }

            .navigation .navigation-buttons a .icon-flag + span {
                position: relative;
                left: 16px
            }

@media (max-width:991px) {
    .navigation .navigation-buttons a .icon-flag {
        position: relative;
        margin-left: 0;
        margin-top: 0
    }

        .navigation .navigation-buttons a .icon-flag + span {
            left: 0;
            margin-right: 6px
        }
}

@media (min-width:992px) {
    .navigation .navigation-header {
        float: left
    }

    .navigation .navigation-right {
        float: right
    }

    .navigation .navigation-left {
        float: left
    }
}

.navigation .navbar-toggle:hover, .navigation .navbar-toggle:focus {
    background-color: #e1e1e1
}

.navigation .navbar-toggle .icon-bar {
    background-color: #5c707b
}

@media (min-width:992px) {
    .navigation .navigation-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

        .navigation .navigation-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }
}

@media (min-width:992px) {
    .navigation .navigation-wrapper {
        margin: 14px 0 0;
        position: relative
    }

    .navigation .navigation-nav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        z-index: 1000;
        position: relative
    }

        .navigation .navigation-nav .support-item img {
            margin-left: 8px;
            margin-top: -1px
        }

        .navigation .navigation-nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0
        }

        .navigation .navigation-nav li a {
            color: #191a17
        }

            .navigation .navigation-nav li a:hover, .navigation .navigation-nav li a:focus {
                text-decoration: none
            }

        .navigation .navigation-nav > li {
            position: relative;
            float: left;
            margin: 0 4px
        }

            .navigation .navigation-nav > li.selected > a, .navigation .navigation-nav > li.active > a {
                border-bottom: 5px solid #399e2d;
                padding-bottom: 1px
            }

            .navigation .navigation-nav > li:hover > a:not(.cart-link), .navigation .navigation-nav > li:focus > a:not(.cart-link) {
                color: #ffffff;
                background-color: #399e2d
            }

                .navigation .navigation-nav > .mobile-android-link.open:hover > a:not(.cart-link) + ul, .navigation .navigation-nav > .mobile-android-link.open:focus > a:not(.cart-link) + ul, .navigation .navigation-nav > li:hover > a:not(.cart-link) + ul, .navigation .navigation-nav > li:focus > a:not(.cart-link) + ul, .navigation .navigation-nav > li.expanded > a:not(.cart-link) + ul {
                    display: block !important
                }

        .navigation .navigation-nav > .mobile-android-link:hover > a:not(.cart-link) + ul {
            display: none !important
        }

        .navigation .navigation-nav > li > a {
            padding: 6px 16px;
            font-size: 16px;
            display: inline-block;
            color: #191a17
        }

            .navigation .navigation-nav > li > a:hover:not(.cart-link), .navigation .navigation-nav > li > a:focus:not(.cart-link), .navigation .navigation-nav > li.expanded > a:not(.cart-link) {
                color: #ffffff;
                background-color: #399e2d
            }

            .navigation .navigation-nav > li > a + ul {
                display: none !important;
                position: absolute;
                width: 310px;
                z-index: 1000;
                background: #ffffff;
                border-top: 5px solid #399e2d !important;
                right: 0;
                -moz-box-shadow: 0 3px 5px 0 rgba(3,3,3,0.2);
                box-shadow: 0 3px 5px 0 rgba(3,3,3,0.2);
                -webkit-box-shadow: 0 3px 5px 0 rgba(3,3,3,0.2)
            }

                .navigation .navigation-nav > li > a + ul li:first-child {
                    border-top: 0 !important
                }

                .navigation .navigation-nav > li > a + ul li.nav-title {
                    font: bold 14px/20px 'Roboto',Arial,Helvetica,sans-serif;
                    color: #000;
                    border-top: 5px solid #399e2d;
                    background: 0;
                    cursor: default
                }

                    .navigation .navigation-nav > li > a + ul li.nav-title.nav-title-nolink {
                        padding: 11px 15px
                    }

                    .navigation .navigation-nav > li > a + ul li.nav-title a {
                        font: bold 14px/20px 'Roboto',Arial,Helvetica,sans-serif
                    }

                .navigation .navigation-nav > li > a + ul li > a {
                    border-top: 1px solid #ececec;
                    padding: 10px 15px 11px;
                    color: #000;
                    font: normal 13px/16px 'Roboto',Arial,Helvetica,sans-serif;
                    text-decoration: none;
                    display: block;
                    cursor: pointer
                }

                    .navigation .navigation-nav > li > a + ul li > a:hover, .navigation .navigation-nav > li > a + ul li > a:focus {
                        padding: 10px 15px 10px;
                        background: rgba(0,0,0,0.1);
                        border-bottom: 1px solid #d3d3d3;
                        border-top: 1px solid #d3d3d3
                    }

                .navigation .navigation-nav > li > a + ul li.divider {
                    border-bottom: 1px solid #e2e2e2;
                    padding: 0
                }
}

@media (max-width:991px) {
    .navigation {
        position: relative
    }

        .navigation .navigation-close.button {
            padding: 10px
        }

            .navigation .navigation-close.button:hover {
                background: #e2e2e2
            }

        .navigation .navigation-row {
            position: fixed;
            overflow-y: scroll;
            height: 100vh !important;
            top: 0;
            right: -300px;
            background: #fafafa;
            z-index: 1000;
            width: 300px
        }

    .br-msie .navigation .navigation-row {
        position: absolute
    }

    .navigation .navigation-row ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .navigation .navigation-row ul a {
            padding: 10px 30px;
            border-bottom: 1px solid #e2e2e2;
            display: block;
            color: #000000
        }

            .navigation .navigation-row ul a:hover, .navigation .navigation-row ul a:focus, .navigation .navigation-row ul a:active {
                text-decoration: none
            }

        .navigation .navigation-row ul ul {
            background: #707d84
        }

            .navigation .navigation-row ul ul .nav-title.nav-title-nolink {
                padding: 10px 30px
            }

            .navigation .navigation-row ul ul .nav-title.nav-title-nolink, .navigation .navigation-row ul ul a {
                padding-top: 12px;
                padding-bottom: 12px;
                font-size: 12px;
                color: #ffffff;
                border-bottom: 1px solid #ffffff
            }
}

@media (max-width:991px) {
    #body-inner {
        position: relative
    }

    .navigation-header {
        position: relative
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 4px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
}

.navigation .close-wrapper {
    padding: 20px 30px
}

    .navigation .close-wrapper .button.navigation-close {
        width: 100%
    }

@media only screen and (min-width:992px) {
    .navigation .navigation-back, .navigation .navigation-mobile-header-item {
        display: none
    }

    .navigation .nav-title.nav-title-nolink:nth-child(2) {
        border: none
    }

    .navigation .last.button.button-nevada.button-large.button-outlined {
        border: none !important;
        border-top: 1px solid #e2e2e2 !important;
        color: #000000;
        margin-bottom: 0;
        padding: 10px 15px 11px
    }
}

@media only screen and (max-width:991px) {
    .nav-active .navigation .navigation-row {
        overflow-x: hidden;
        right: -350px
    }

    .navigation .navigation-row {
        right: -350px;
        width: 350px
    }

    .navigation .navigation-mobile-header-item {
        display: list-item
    }

    .navigation .close-wrapper {
        background: #e2e2e2;
        height: 50px;
        padding: 0 10px
    }

        .navigation .close-wrapper .label {
            color: #399e2d;
            display: inline-block;
            font-size: 36px;
            font-weight: bold;
            left: 50%;
            position: relative;
            text-transform: capitalize;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .navigation .navigation-back, .navigation .navigation-close {
        cursor: pointer;
        height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 30px
    }

    .navigation .navigation-close {
        cursor: pointer;
        display: block;
        right: 16px;
        border-left: 1px solid #C7CDD7
    }

    .navigation .navigation-back {
        display: block;
        left: 10px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

        .navigation .navigation-back:before, .navigation .navigation-back:after {
            border-bottom: 3px solid #000000;
            content: '';
            display: block;
            height: 17px;
            position: absolute;
            top: 3px;
            width: 10px
        }

        .navigation .navigation-back:before {
            left: -1px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .navigation .navigation-back:after {
            left: 16px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .navigation .navigation-nav .bi-nav-items.visible-lg-block {
        -webkit-box-shadow: -2px 6px 5px 0 rgba(0,0,0,0.32);
        -moz-box-shadow: -2px 6px 5px 0 rgba(0,0,0,0.32);
        box-shadow: -2px 6px 5px 0 rgba(0,0,0,0.32);
        height: -webkit-calc(100vh + 150px);
        height: -moz-calc(100vh + 150px);
        height: calc(100vh + 150px);
        position: absolute;
        top: 0;
        -webkit-transform: translateX(400px);
        -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
        -o-transform: translateX(400px);
        transform: translateX(400px);
        -webkit-transition: -webkit-transform .5s linear;
        transition: -webkit-transform .5s linear;
        -o-transition: -o-transform .5s linear;
        -moz-transition: transform .5s linear, -moz-transform .5s linear;
        transition: transform .5s linear;
        transition: transform .5s linear, -webkit-transform .5s linear, -moz-transform .5s linear, -o-transform .5s linear;
        width: 340px;
        will-change: transform;
        z-index: 2000
    }

        .navigation .navigation-nav .bi-nav-items.visible-lg-block.active {
            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px)
        }

        .navigation .navigation-nav .bi-nav-items.visible-lg-block .navigation-close {
            padding: 8px 0 8px 20px
        }

        .navigation .navigation-nav .bi-nav-items.visible-lg-block a {
            border-bottom: 1px solid #e2e2e2;
            margin: 0 25px
        }

            .navigation .navigation-nav .bi-nav-items.visible-lg-block a.last {
                margin-top: 50px;
                min-width: auto
            }

        .navigation .navigation-nav .bi-nav-items.visible-lg-block li:nth-child(2) a {
            border-top: 2px solid #399e2d
        }

    .navigation .navigation-row ul ul {
        background: #ffffff
    }

        .navigation .navigation-row ul ul .nav-title.nav-title-nolink {
            border-bottom: 1px solid #e2e2e2;
            border-top: 2px solid #399e2d;
            color: #000000;
            font-weight: bold;
            margin: 0 25px;
            padding-left: 0
        }

        .navigation .navigation-row ul ul a {
            border-bottom: 1px solid #e2e2e2;
            color: #000000;
            padding-left: 0
        }

    .navigation .menu-link {
        margin: 0 25px;
        position: relative
    }

        .navigation .menu-link:before, .navigation .menu-link:after {
            border-bottom: 3px solid #000000;
            content: '';
            display: block;
            height: 10px;
            position: absolute;
            right: 4px;
            top: 15px;
            width: 10px
        }

        .navigation .menu-link:before {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .navigation .menu-link:after {
            top: 17px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg)
        }

        .navigation .menu-link[href*='partners']:before, .navigation .menu-link[href*='partners']:after {
            display: none
        }

    .navigation .navigation-buttons a:last-child span {
        padding: 0;
        margin-right: .5rem
    }
}

@media only screen and (orientation:landscape) and (max-width:991px) {
    .navigation .navigation-nav .bi-nav-items.visible-lg-block {
        height: auto;
        min-height: 210vh
    }
}

.bi-nav-toplink {
    display: inline-block;
    margin-top: 8px
}

#system {
    background-color: #191a17;
    padding-top: 100px;
    padding-bottom: 50px
}

@media only screen and (max-width: 767px) {
    #system {
        padding-top: 60px
    }
}

#system .row {
    border-bottom: .5px solid rgba(187,193,204,0.4);
    padding-bottom: 20px
}

@media only screen and (max-width: 767px) {
    #system .row {
        padding: 0 20px 20px 20px
    }
}

#system h4 {
    color: #FFF
}

#system p, #system a {
    color: #bbc1cc;
    font-size: 13px;
    line-height: 1.85
}

#system .separator {
    border-bottom: 1px solid rgba(75,85,99,0.5)
}

#system .languages {
    padding-top: 20px;
    border-bottom: 1px solid rgba(75,85,99,0.5)
}

    #system .languages p {
        margin-bottom: 20px
    }

#system .system-requirements {
    border-bottom: 1px solid rgba(75,85,99,0.5)
}

    #system .system-requirements p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        min-height: 50px
    }

        #system .system-requirements p img {
            height: 20px;
            margin-right: 10px;
            vertical-align: middle
        }

        #system .system-requirements p a {
            margin-left: 10px
        }

#bottom, #footer {
    background-color: #191a17
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    #bottom .row > *, #footer .row > * {
        padding-left: 20px
    }
}

@media only screen and (min-width: 1056px) {
    #bottom .row > *, #footer .row > * {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    #bottom .row .social-connect, #footer .row .social-connect {
        padding-left: 32px;
        padding-right: 32px
    }
}

#bottom h4, #footer h4 {
    color: #ffffff
}

@media only screen and (max-width: 767px) {
    #bottom h4, #footer h4 {
        color: #BBC1CC
    }
}

#bottom p, #footer p, #bottom a, #footer a {
    color: #C7CDD7
}

#bottom .social-connect a, #footer .social-connect a {
    color: #ffffff
}

#bottom .social-connect img.priil-logo, #footer .social-connect img.priil-logo {
    margin-bottom: 32px
}

@media only screen and (max-width: 767px) {
    #bottom .social-connect img.priil-logo, #footer .social-connect img.priil-logo {
        margin-bottom: 0
    }
}

#bottom .container {
    padding-top: 88px
}

@media only screen and (max-width: 767px) {
    #bottom .container {
        padding-top: 8px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    #bottom .container {
        border-bottom: 1px solid #6D768D
    }
}

#bottom .row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    #bottom h4 {
        margin-bottom: 0;
        min-height: 50px;
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    #bottom h4 {
        margin: 24px 0;
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    #bottom .footer-links {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 18%;
        -moz-box-flex: 1;
        -ms-flex: 1 0 18%;
        flex: 1 0 18%
    }

        #bottom .footer-links:nth-of-type(4) {
            margin-right: 30px
        }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    #bottom .footer-links ul {
        padding-bottom: 30px
    }
}

#bottom .footer-links ul li {
    padding-bottom: 0
}

#bottom .footer-links ul a {
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    #bottom .footer-links {
        cursor: pointer;
        border-bottom: 1px solid #4B5563
    }

        #bottom .footer-links ul a {
            display: block
        }

        #bottom .footer-links .footer-links-content {
            display: none
        }

        #bottom .footer-links h4 span {
            float: right;
            width: 24px;
            height: 24px;
            margin-top: 10px;
            background: url("../img/footer-arrow-v2.svg") no-repeat 0 0
        }

        #bottom .footer-links.active-column h4 span {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg)
        }
}

#footer .container {
    padding-top: 32px;
    padding-bottom: 32px
}

@media only screen and (max-width: 767px) {
    #footer .container {
        padding-top: 16px;
        padding-bottom: 32px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        #footer .container .footer-top-row {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        #footer .container .termination {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        #footer .container .copyright-row {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3
        }
}

#footer .row {
    display: block
}

#footer .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    #footer .footer-top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #4B5563;
        padding-bottom: 16px
    }
}

#footer .logo img {
    width: 96px
}

@media only screen and (max-width: 767px) {
    #footer .logo img {
        margin-bottom: 15px
    }
}

#footer .termination .button {
    margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
    #footer .termination .button {
        margin-bottom: 0;
        margin-top: 16px
    }
}

#footer .copyright {
    margin-top: 16px
}

@media only screen and (min-width: 1056px) {
    #footer .copyright {
        -webkit-box-flex: 3;
        -webkit-flex: 3 0 auto;
        -moz-box-flex: 3;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto
    }
}

#footer .copyright p {
    margin-bottom: 0;
    color: #ffffff
}

@media only screen and (max-width: 767px) {
    #footer .copyright p {
        text-align: left
    }
}

#footer .copyright p a {
    color: #ffffff
}

#footer .copyright p button.ot-sdk-show-settings {
    color: #ffffff;
    border: none;
    background: none;
    padding: 0;
    font-size: 12px
}

    #footer .copyright p button.ot-sdk-show-settings:hover {
        background: none;
        text-decoration: underline
    }

#footer .copyright p u {
    text-decoration: none
}

#footer .border {
    border-right: 1px solid #4B5563
}

#footer .my-account a {
    color: #FFF;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

#footer .language-selector {
    margin-right: 24px
}

@media only screen and (max-width: 767px) {
    #footer .language-selector {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

#footer .language-selector .button {
    background-color: rgba(248,249,250,0.1);
    -webkit-border-radius: 20.5px;
    -moz-border-radius: 20.5px;
    border-radius: 20.5px;
    margin-bottom: 0
}

    #footer .language-selector .button span {
        padding: 8px 6px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        #footer .language-selector .button span img {
            margin-left: 8px
        }

    #footer .language-selector .button u {
        text-decoration: none;
        font-size: 12px
    }

        #footer .language-selector .button u.icon-flag {
            margin-right: 10px
        }

.button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    position: relative
}

    .button:hover {
        text-decoration: none
    }

    .button > SPAN {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        background-repeat: no-repeat;
        position: relative;
        vertical-align: middle
    }

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    body[id$="-mac"] .sticky-bar__right .button > SPAN {
        gap: 4px
    }
}

.button.primary.with-price > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button.primary.with-price i {
    display: block;
    text-align: center
}

.button.primary.small > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 24px;
    font-size: 16px;
    height: 48px;
    line-height: 1
}

.button.primary.small.with-price > span {
    padding-top: 6px;
    padding-bottom: 6px
}

    .button.primary.small.with-price > span i {
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        padding-top: 3px;
        font-weight: normal
    }

.button.primary.medium > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 19px 24px;
    font-size: 18px;
    line-height: 1;
    height: 56px
}

.button.primary.large > span {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 40px;
    font-size: 20px;
    height: 72px;
    line-height: .85
}

@media only screen and (max-width: 767px) {
    .button.primary.large > span {
        padding: 14px 24px
    }
}

.button.primary.large.with-price > span {
    padding-top: 6px;
    padding-bottom: 6px
}

    .button.primary.large.with-price > span i {
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        padding-top: 5px;
        font-weight: normal
    }

.button.primary > SPAN {
    font-weight: 700
}

.button.primary.green > SPAN {
    background-color: #008941;
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .button.primary.green > SPAN.text-large {
        font-size: 16px
    }
}

.button.primary.green:hover > SPAN {
    background-color: #00783B;
    color: #FFF;
    -webkit-box-shadow: 0 20px 40px -20px rgba(12,5,62,0.25),0 20px 40px -20px rgba(0,137,65,0.95);
    -moz-box-shadow: 0 20px 40px -20px rgba(12,5,62,0.25),0 20px 40px -20px rgba(0,137,65,0.95);
    box-shadow: 0 20px 40px -20px rgba(12,5,62,0.25),0 20px 40px -20px rgba(0,137,65,0.95)
}

.button.primary.green.shadow > SPAN {
    -webkit-box-shadow: 0 10px 30px -10px #008941;
    -moz-box-shadow: 0 10px 30px -10px #008941;
    box-shadow: 0 10px 30px -10px #008941
}

.button.primary.green.outline > SPAN {
    color: #008941;
    background-color: transparent;
    border: 1px solid #008941
}

.button.primary.green.outline:hover > SPAN {
    background-color: #00783B;
    color: #FFF;
    -webkit-box-shadow: 0 20px 40px -20px rgba(12,5,62,0.25),0 20px 40px -20px rgba(0,137,65,0.95);
    -moz-box-shadow: 0 20px 40px -20px rgba(12,5,62,0.25),0 20px 40px -20px rgba(0,137,65,0.95);
    box-shadow: 0 20px 40px -20px rgba(12,5,62,0.25),0 20px 40px -20px rgba(0,137,65,0.95)
}

.button.primary.green.outline.inv > SPAN {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #008941
}

.button.primary.green.outline.inv:hover > SPAN {
    background-color: #FFF;
    color: #008941
}

.button.primary.green .icons {
    background-position: 12% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

@media only screen and (max-width: 767px) {
    .button.primary.green .icons {
        background-position: 15% 48%
    }
}

.button.primary.green.icon-win > SPAN {
    background-image: url('../img/win-white.svg');
    background-position: 12% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

@media only screen and (max-width: 767px) {
    .button.primary.green.icon-win > SPAN {
        background-position: 15% 48%
    }
}

.button.primary.green.icon-mac > SPAN {
    background-image: url('../img/mac-white.svg');
    background-position: 12% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

@media only screen and (max-width: 767px) {
    .button.primary.green.icon-mac > SPAN {
        background-position: 15% 48%
    }
}

.button.primary.green.icon-android > SPAN {
    background-image: url('../img/android-white.svg');
    background-position: 12% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

@media only screen and (max-width: 767px) {
    .button.primary.green.icon-android > SPAN {
        background-position: 15% 48%
    }
}

.button.primary.green.icon-ios > SPAN {
    background-image: url('../img/ios-white.svg');
    background-position: 12% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

@media only screen and (max-width: 767px) {
    .button.primary.green.icon-ios > SPAN {
        background-position: 15% 48%
    }
}

.button.primary.green.icon-left.medium span {
    padding-left: 70px
}

.button.primary.blue > SPAN {
    background-color: #2a7de1;
    color: #FFF
}

.button.primary.blue:hover > SPAN {
    background-color: #408be4;
    color: #FFF
}

.button.primary.blue.shadow > SPAN {
    -webkit-box-shadow: 0 10px 30px -10px #2a7de1;
    -moz-box-shadow: 0 10px 30px -10px #2a7de1;
    box-shadow: 0 10px 30px -10px #2a7de1
}

.button.primary.blue.outline > SPAN {
    color: #2a7de1;
    background-color: #FFF;
    border: 1px solid #2a7de1
}

.button.primary.blue.outline:hover > SPAN {
    background-color: #408be4;
    color: #FFF
}

.button.primary.blue.outline.inv > SPAN {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF
}

.button.primary.blue.outline.inv:hover > SPAN {
    background-color: #FFF;
    color: #2a7de1
}

.button.primary.blue .icons {
    background-position: 9% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.primary.blue.icon-win > SPAN {
    background-image: url('../img/win-white.svg');
    background-position: 9% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.primary.blue.icon-mac > SPAN {
    background-image: url('../img/mac-white.svg');
    background-position: 9% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    background-position: 9% 46%
}

.button.primary.blue.icon-android > SPAN {
    background-image: url('../img/android-white.svg');
    background-position: 9% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.primary.blue.icon-ios > SPAN {
    background-image: url('../img/ios-white.svg');
    background-position: 9% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.primary.blue.icon-phone > SPAN {
    background-image: url('../img/phone-white.svg');
    background-position: 9% 48%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    background-position: 12% 48%
}

.button.primary.white > SPAN {
    background-color: #FFF;
    color: #008941
}

.button.primary.white:hover > SPAN {
    background-color: #FFF;
    color: #008941;
    opacity: .9
}

.button.primary.white.shadow > SPAN {
    -webkit-box-shadow: 0 10px 30px -10px #008941;
    -moz-box-shadow: 0 10px 30px -10px #008941;
    box-shadow: 0 10px 30px -10px #008941
}

.button.primary.white.outline > SPAN {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF
}

.button.primary.white.outline:hover > SPAN {
    background-color: #FFF;
    color: #2a7de1
}

.button.primary.white .icons {
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.primary.white.icon-win > SPAN {
    background-image: url('../img/facelift/icon-win-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.primary.white.icon-mac > SPAN {
    background-image: url('../img/facelift/icon-mac-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.primary.white.icon-android > SPAN {
    background-image: url('../img/facelift/icon-android-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    background-position: 14% 50%
}

.button.primary.white.icon-ios > SPAN {
    background-image: url('../img/facelift/icon-ios-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px)
}

.button.secondary > SPAN {
    color: #2a7de1;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    border-bottom: 1px dotted #2a7de1
}

    .button.secondary > SPAN:hover {
        color: #2a7de1
    }

.button .with-icon {
    padding-right: 80px
}

.button .with-icon-left-primary {
    padding-left: 78px
}

@media only screen and (max-width: 767px) {
    .button .with-icon-left-primary {
        padding-left: 70px
    }
}

.button .with-icon-left-medium {
    padding-left: 57px
}

.button .icon {
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat
}

.button .icon-l {
    left: 20px;
    right: 0
}

.button .vertical {
    width: 20px;
    height: 20px;
    margin-right: 20px
}

.button .horizontal {
    width: 40px;
    height: 20px
}

@-webkit-keyframes primaryDownload {
    from {
        background-position: 50% 50%
    }

    to {
        background-position: 50% 500%
    }
}

@-moz-keyframes primaryDownload {
    from {
        background-position: 50% 50%
    }

    to {
        background-position: 50% 500%
    }
}

@-o-keyframes primaryDownload {
    from {
        background-position: 50% 50%
    }

    to {
        background-position: 50% 500%
    }
}

@keyframes primaryDownload {
    from {
        background-position: 50% 50%
    }

    to {
        background-position: 50% 500%
    }
}

.button.primary.download > SPAN {
    padding-right: 80px
}

    .button.primary.download > SPAN::after {
        position: absolute;
        right: 20px;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
        display: inline-block;
        vertical-align: middle;
        content: "";
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        border-bottom: 2px solid #FFF;
        background-image: url('../i/buttons/primary-download.png');
        background-position: 50% 50%
    }

@-webkit-keyframes primaryBuy {
    from {
        background-position: 0 50%
    }

    to {
        background-position: 100% 50%
    }
}

@-moz-keyframes primaryBuy {
    from {
        background-position: 0 50%
    }

    to {
        background-position: 100% 50%
    }
}

@-o-keyframes primaryBuy {
    from {
        background-position: 0 50%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes primaryBuy {
    from {
        background-position: 0 50%
    }

    to {
        background-position: 100% 50%
    }
}

.button.primary.buy > SPAN {
    padding-right: 80px
}

    .button.primary.buy > SPAN::after {
        position: absolute;
        right: 20px;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
        display: inline-block;
        vertical-align: middle;
        content: "";
        background-repeat: no-repeat;
        width: 40px;
        height: 20px;
        background-image: url('../i/buttons/primary-buy.png');
        background-position: 0 50%
    }

.button.primary.icon-left.primary > SPAN {
    padding-left: 78px
}

@media only screen and (max-width: 767px) {
    .button.primary.icon-left.primary > SPAN {
        padding-left: 70px
    }
}

.button.primary.icon-left.medium > SPAN {
    padding-left: 57px
}

.button.primary.icon-left > SPAN::after {
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    left: 20px;
    right: 0
}

.button.primary .browser-icons {
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px)
}

.button.primary.icon-chrome > SPAN::after {
    background-image: url('../img/chrome-white.svg');
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px)
}

.button.primary.icon-firefox > SPAN::after {
    background-image: url('../img/firefox-white.svg');
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px)
}

.button.primary.icon-edge > SPAN::after {
    background-image: url('../img/edge-white.svg');
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px)
}

.button.primary.icon-opera > SPAN::after {
    background-image: url('../img/opera-white.svg');
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px)
}

.button.primary.outline.icon-chrome > SPAN::after, .button.primary.outline.icon-firefox > SPAN::after, .button.primary.outline.icon-edge > SPAN::after, .button.primary.outline.icon-opera > SPAN::after {
    background: none
}

.button.primary.outline .browser-icons-outline {
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px
}

.button.primary.outline.icon-chrome > SPAN {
    background-image: url('../img/chrome-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px
}

    .button.primary.outline.icon-chrome > SPAN:hover {
        background-image: url('../img/chrome-white.svg')
    }

.button.primary.outline.icon-firefox > SPAN {
    background-image: url('../img/firefox-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px
}

    .button.primary.outline.icon-firefox > SPAN:hover {
        background-image: url('../img/firefox-white.svg')
    }

.button.primary.outline.icon-edge > SPAN {
    background-image: url('../img/edge-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px
}

    .button.primary.outline.icon-edge > SPAN:hover {
        background-image: url('../img/edge-white.svg')
    }

.button.primary.outline.icon-opera > SPAN {
    background-image: url('../img/opera-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px
}

    .button.primary.outline.icon-opera > SPAN:hover {
        background-image: url('../img/opera-white.svg')
    }

.button.primary.outline.icon-win > SPAN {
    background-image: url('../img/win-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px
}

    .button.primary.outline.icon-win > SPAN:hover {
        background-image: url('../img/win-white.svg')
    }

.button.primary.outline.icon-mac > SPAN {
    background-image: url('../img/mac-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px;
    background-position: 10% 46%
}

    .button.primary.outline.icon-mac > SPAN:hover {
        background-image: url('../img/mac-white.svg')
    }

.button.primary.outline.icon-android > SPAN {
    background-image: url('../img/android-green.svg');
    background-position: 9% 50%;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    padding-left: 50px;
    background-position: 10% 46%
}

    .button.primary.outline.icon-android > SPAN:hover {
        background-image: url('../img/android-white.svg')
    }

@media (max-width:991px) {
    .language-selector {
        padding-right: 0 !important
    }
}

.language-selector .modal-dialog {
    max-width: 100%
}

@media (max-width:991px) {
    .language-selector .modal-dialog {
        margin: 0 !important;
        width: 100%
    }

        .language-selector .modal-dialog .modal-body-outer {
            margin-bottom: 20px
        }

        .language-selector .modal-dialog .modal-content {
            border: 0 !important
        }
}

.language-selector .modal-body, .language-selector .modal-footer, .language-selector .modal-header {
    padding: 25px 10px;
    margin: 0 20px
}

.language-selector .modal-header {
    padding-left: 0;
    padding-right: 0;
    margin: 0 30px
}

.language-selector .selector-close {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../i/priil/img/components/languageselector/close.png") no-repeat 0 0;
    cursor: pointer;
    float: right !important
}

    .language-selector .selector-close:hover, .language-selector .selector-close:active, .language-selector .selector-close:focus, .language-selector .selector-close:target {
        opacity: .6
    }

.language-selector .modal-body-outer {
    overflow-y: auto
}

.language-selector .modal-body, .language-selector .modal-footer {
    font-size: 14px;
    text-align: left
}

    .language-selector .modal-body ul, .language-selector .modal-footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

@media (max-width:991px) {
    .language-selector .modal-body ul, .language-selector .modal-footer ul {
        text-align: left
    }
}

.language-selector .modal-body ul li, .language-selector .modal-footer ul li {
    padding: 4px 0
}

    .language-selector .modal-body ul li:before, .language-selector .modal-footer ul li:before, .language-selector .modal-body ul li:after, .language-selector .modal-footer ul li:after {
        content: " ";
        display: table
    }

    .language-selector .modal-body ul li:after, .language-selector .modal-footer ul li:after {
        clear: both
    }

    .language-selector .modal-body ul li:before, .language-selector .modal-footer ul li:before, .language-selector .modal-body ul li:after, .language-selector .modal-footer ul li:after {
        content: " ";
        display: table
    }

    .language-selector .modal-body ul li:after, .language-selector .modal-footer ul li:after {
        clear: both
    }

.language-selector .modal-body span.icon-flag, .language-selector .modal-footer span.icon-flag {
    float: left !important;
    margin-right: 10px
}

.language-selector .modal-body .modal-body, .language-selector .modal-footer .modal-body {
    max-height: 80%
}

@media (max-width:991px) {
    .language-selector .modal-footer {
        display: none
    }
}

.cookie-bar {
    background: #4b4b4b;
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px
}

    .cookie-bar .row > [class*="span"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cookie-bar p {
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0
    }

.social-connect .icon-tw {
    background: url("../img/footer-social-share-twitter-v2.svg") 0 0 no-repeat
}

.social-connect .icon-fb {
    background: url("../img/footer-social-share-facebook-v2.svg") 0 0 no-repeat
}

.social-connect .icon-yt {
    background: url("../img/footer-social-share-youtube-v2.svg") 0 0 no-repeat
}

.social-connect .icon-linkedin {
    background: url("../img/footer-social-share-twitter-linkedin.svg") 0 0 no-repeat
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .social-connect {
        padding: 0 32px 0 32px;
        margin-bottom: 50px;
        border-left: 1px solid #6D768D;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media only screen and (max-width: 767px) {
    .social-connect {
        padding: 40px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        border-bottom: 1px solid #4B5563
    }
}

@media only screen and (max-width: 767px) {
    .social-connect h4 {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .social-connect ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .social-connect ul li {
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 767px) {
    .social-connect ul li {
        display: inline-block;
        margin: 0;
        padding-bottom: 0
    }
}

.social-connect ul li a {
    display: inline-block;
    line-height: 28px;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .social-connect ul li a {
        overflow: hidden;
        height: 28px
    }
}

.social-connect ul li a .icon {
    width: 28px;
    height: 28px
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .social-connect ul li a .icon {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle
    }
}

@media only screen and (max-width: 767px) {
    .social-connect ul li a .icon {
        display: block;
        margin: auto
    }
}

.icon-flag {
    background-image: url("../i/priil/img/components/languageselector/flags.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-top: -1px;
    background-position: -720px 0
}

    .icon-flag.icon-flag-ar {
        background-position: 0 0
    }

    .icon-flag.icon-flag-au {
        background-position: -24px 0
    }

    .icon-flag.icon-flag-br {
        background-position: -48px 0
    }

    .icon-flag.icon-flag-ca {
        background-position: -72px 0
    }

    .icon-flag.icon-flag-ch {
        background-position: -96px 0
    }

    .icon-flag.icon-flag-cz {
        background-position: -120px 0
    }

    .icon-flag.icon-flag-de {
        background-position: -144px 0
    }

    .icon-flag.icon-flag-eu {
        background-position: -168px 0
    }

    .icon-flag.icon-flag-fr {
        background-position: -192px 0
    }

    .icon-flag.icon-flag-gb {
        background-position: -216px 0
    }

    .icon-flag.icon-flag-id {
        background-position: -240px 0
    }

    .icon-flag.icon-flag-ie {
        background-position: -264px 0
    }

    .icon-flag.icon-flag-in {
        background-position: -288px 0
    }

    .icon-flag.icon-flag-ir {
        background-position: -312px 0
    }

    .icon-flag.icon-flag-it {
        background-position: -336px 0
    }

    .icon-flag.icon-flag-jp {
        background-position: -360px 0
    }

    .icon-flag.icon-flag-kr {
        background-position: -384px 0
    }

    .icon-flag.icon-flag-mx {
        background-position: -408px 0
    }

    .icon-flag.icon-flag-my {
        background-position: -432px 0
    }

    .icon-flag.icon-flag-nl {
        background-position: -456px 0
    }

    .icon-flag.icon-flag-pl {
        background-position: -480px 0
    }

    .icon-flag.icon-flag-pt {
        background-position: -504px 0
    }

    .icon-flag.icon-flag-ru {
        background-position: -528px 0
    }

    .icon-flag.icon-flag-sk {
        background-position: -552px 0
    }

    .icon-flag.icon-flag-es {
        background-position: -576px 0
    }

    .icon-flag.icon-flag-tr {
        background-position: -600px 0
    }

    .icon-flag.icon-flag-tw {
        background-position: -624px 0
    }

    .icon-flag.icon-flag-us {
        background-position: -648px 0
    }

    .icon-flag.icon-flag-vn {
        background-position: -672px 0
    }

    .icon-flag.icon-flag-za {
        background-position: -696px 0
    }

    .icon-flag.icon-flag-ww {
        background-position: -720px 0
    }

    .icon-flag.icon-flag-se {
        background-position: -744px 0
    }

    .icon-flag.icon-flag-no {
        background-position: -768px 0
    }

    .icon-flag.icon-flag-dk {
        background-position: -792px 0
    }

    .icon-flag.icon-flag-cn {
        background-position: -816px 0
    }

    .icon-flag.icon-flag-cl {
        background-position: -840px 0
    }

    .icon-flag.icon-flag-co {
        background-position: -864px 0
    }

    .icon-flag.icon-flag-be {
        background-position: -888px 0
    }

    .icon-flag.icon-flag-nz {
        background-position: -912px 0
    }

    .icon-flag + span {
        padding-left: 32px
    }

#offer-chrome {
    display: none;
    background-color: #1c2334
}

    #offer-chrome .AVsizer {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 auto;
        text-align: left;
        position: relative;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

@media only screen and (max-width:1055px) and (min-width:768px),only screen and (min-width:1056px) {
    #offer-chrome .AVsizer {
        max-width: 1056px
    }
}

#offer-chrome .AVsizer .row {
    margin-left: -20px;
    margin-right: -20px
}

    #offer-chrome .AVsizer .row:before, .row:after {
        display: table;
        line-height: 0;
        content: ""
    }

    #offer-chrome .AVsizer .row:before, .row:after {
        display: table;
        line-height: 0;
        content: ""
    }

    #offer-chrome .AVsizer .row:after {
        clear: both
    }

    #offer-chrome .AVsizer .row [class*="span"] {
        float: left;
        min-height: 1px;
        padding: 20px
    }

    #offer-chrome .AVsizer .row .span4 {
        width: 33.33333332%
    }

@media only screen and (max-width:767px) {
    #offer-chrome .AVsizer .row .span4 {
        width: auto
    }

    #offer-chrome .AVsizer .row [class*="span"] {
        float: none;
        min-height: 1px;
        padding: 20px;
        width: auto;
        display: block
    }
}

#offer-chrome .button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    position: relative
}

    #offer-chrome .button.transparent SPAN {
        color: #FFF;
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 1px #FFF inset;
        -moz-box-shadow: 0 0 0 1px #FFF inset;
        box-shadow: 0 0 0 1px #FFF inset
    }

    #offer-chrome .button span {
        margin: 0 auto 0;
        padding: 14px 20px 12px;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 16px;
        background-repeat: no-repeat;
        position: relative;
        zoom: 1;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

#offer-chrome P {
    color: #ffffff;
    padding: 15px 0
}

#offer-chrome #logo-chrome {
    text-align: right
}

    #offer-chrome #logo-chrome img {
        margin: 0 auto
    }

#offer-chrome #button-chrome .button {
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    #offer-chrome [class*="span"] {
        text-align: center !important
    }
}

[class*="mod-de"] #offer-chrome P, [class*="mod-nl"] #offer-chrome P {
    padding-top: 7px
}

.combined-actionbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1052px;
    margin: 0 auto
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox {
        padding: 0 0 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 348px
    }
}

.combined-actionbox .actionbox-list-container, .combined-actionbox .actionboxes-list {
    padding: 4rem 2rem;
    max-width: 360px;
    background: #F0F2F4;
    text-align: initial
}

@media only screen and (max-width: 767px) {
    .combined-actionbox .actionbox-list-container, .combined-actionbox .actionboxes-list {
        width: 100%;
        padding: 2rem 1.25rem
    }
}

.combined-actionbox .actionboxes-list {
    width: 100%
}

    .combined-actionbox .actionboxes-list .btn-wrapper {
        margin-top: 20px
    }

@media only screen and (max-width: 767px) {
    .combined-actionbox .actionboxes-list .btn-wrapper {
        margin-top: 4px
    }
}

.combined-actionbox .actionboxes-list .btn-wrapper .btn {
    height: auto;
    text-transform: none;
    border-bottom: 2px dashed #2276D9;
    color: #2276D9;
    font-weight: 500;
    text-decoration: none
}

    .combined-actionbox .actionboxes-list .btn-wrapper .btn:hover {
        text-decoration: none
    }

.combined-actionbox .actionboxes-list .content .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #4B5563;
    text-align: left;
    margin-bottom: 8px
}

@media only screen and (max-width: 767px) {
    .combined-actionbox .actionboxes-list .content .text {
        margin-bottom: 24px;
        font-size: 12px
    }
}

.combined-actionbox .actionboxes-list .content .text img {
    margin-right: 10px;
    margin-top: 3px
}

.combined-actionbox .actionboxes-list .content .title {
    color: #191a17;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
    .combined-actionbox .actionboxes-list .content .title {
        font-size: 14px
    }
}

.combined-actionbox .actionboxes-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox .actionboxes-wrapper {
        width: 100%
    }
}

.combined-actionbox .actionboxes-wrapper .actionboxes-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

    .combined-actionbox .actionboxes-wrapper .actionboxes-boxes.actionbox {
        margin-bottom: 0
    }

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox .actionboxes-wrapper .actionboxes-boxes.actionbox {
        width: 100%
    }
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox .actionboxes-wrapper .actionboxes-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.combined-actionbox .actionboxes-wrapper.combo .actionbox-container {
    width: 300px
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox .actionboxes-wrapper.combo .actionbox-container {
        width: auto
    }
}

.combined-actionbox .actionboxes-wrapper.combo .try-box-wrap {
    padding: 0
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox .actionboxes-wrapper.combo .try-box-wrap {
        margin-bottom: 0
    }
}

.combined-actionbox .actionboxes-wrapper.combo .try-box-wrap .try-box .try-box-container {
    width: 300px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox .actionboxes-wrapper.combo .try-box-wrap .try-box .try-box-container {
        width: 250px
    }
}

@media only screen and (max-width: 767px) {
    .combined-actionbox .actionboxes-wrapper.combo .try-box-wrap .try-box .try-box-container {
        width: auto
    }
}

.combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
    background-color: #DBDFE5
}

@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 1055px) {
    .combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:after {
        display: none
    }
}

:lang(ar) .combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:after, :lang(he) .combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:after {
    display: none
}

:lang(ar) .combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:before, :lang(he) .combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    border-right: 1px solid #BBC1CC;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    :lang(ar) .combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:before, :lang(he) .combined-actionbox .actionboxes-wrapper.combo .actionboxes-boxes > div:first-of-type:before {
        border-right: none
    }
}

.combined-actionbox .vue-action-box {
    margin: 0;
    position: relative;
    min-width: 300px
}

@media only screen and (max-width: 767px) {
    .combined-actionbox .vue-action-box {
        height: auto
    }
}

.combined-actionbox .vue-action-box .actionbox-container {
    padding: 1rem * 2 1rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

@media only screen and (max-width: 767px) {
    .combined-actionbox .vue-action-box .actionbox-container {
        min-width: 100%;
        height: auto
    }
}

.combined-actionbox .vue-action-box .box .badge + div .badge-placeholder {
    display: none
}

.combined-actionbox .vue-action-box .box.promotion {
    margin: 0
}

.combined-actionbox .try-box-wrap {
    position: relative;
    padding: 0 1rem
}

    .combined-actionbox .try-box-wrap .try-box {
        margin: 0
    }

        .combined-actionbox .try-box-wrap .try-box .try-box-container {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: none;
            height: auto
        }

.combined-actionbox .actionboxes-footer {
    position: relative;
    padding: 0 1rem;
    background-color: #FFF
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (max-width: 767px) {
    .combined-actionbox .actionboxes-footer {
        display: none
    }
}

.combined-actionbox .actionboxes-footer.horizontal .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0;
    margin: 0;
    border-top: 1px solid #DBDFE5
}

    .combined-actionbox .actionboxes-footer.horizontal .box .money-back__item {
        padding: 0;
        margin: 0
    }

.combined-actionbox .actionboxes-footer.horizontal .btn-wrapper {
    margin-right: 10px
}

@media only screen and (min-width: 1056px) {
    .combined-actionbox .actionboxes-footer .money-back {
        padding: 15px 0
    }
}

.combined-actionbox .actionboxes-footer .money-back.money-back--small span {
    font-size: 1rem
}

.tns-outer {
    padding: 0 !important
}

    .tns-outer [hidden] {
        display: none !important
    }

    .tns-outer [aria-controls], .tns-outer [data-action] {
        cursor: pointer
    }

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

    .tns-slider > .tns-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal
    }

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

    .tns-gallery > .tns-item {
        position: absolute;
        left: -100%;
        -webkit-transition: transform 0s,opacity 0s;
        -moz-transition: transform 0s,opacity 0s;
        -webkit-transition: opacity 0s,-webkit-transform 0s;
        transition: opacity 0s,-webkit-transform 0s;
        -o-transition: opacity 0s,-o-transform 0s;
        -moz-transition: transform 0s,opacity 0s,-moz-transform 0s;
        transition: transform 0s,opacity 0s;
        transition: transform 0s,opacity 0s,-webkit-transform 0s,-moz-transform 0s,-o-transform 0s
    }

    .tns-gallery > .tns-slide-active {
        position: relative;
        left: auto !important
    }

    .tns-gallery > .tns-moving {
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s
    }

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

    .tns-lazy-img.tns-complete {
        opacity: 1
    }

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

    .tns-vpfix > div, .tns-vpfix > li {
        display: inline-block
    }

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

    .tns-t-ct:after {
        content: '';
        display: table;
        clear: both
    }

    .tns-t-ct > div {
        width: 1.4285714%;
        width: -webkit-calc(100% / 70);
        width: -moz-calc(100% / 70);
        width: calc(100% / 70);
        height: 10px;
        float: left
    }

.carousel-slider {
    overflow-x: hidden
}

    .carousel-slider a .button.secondary span {
        border-bottom: 2px dashed #2276D9
    }

    .carousel-slider.overflow-visible .tns-ovh {
        overflow: visible
    }

    .carousel-slider .tiny-slider {
        position: relative
    }

    .carousel-slider .tns-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .carousel-slider .blog-perex {
        -webkit-line-clamp: 3;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-height: 72px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .carousel-slider .blog-title {
        -webkit-line-clamp: 2;
        max-height: 61px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

@media only screen and (max-width: 767px) {
    .carousel-slider .blog-title {
        max-height: 48px
    }
}

.carousel-slider .slider-controls.buttons-disabled button {
    display: none
}

.carousel-slider .slider-controls button {
    position: absolute;
    z-index: 10;
    display: none;
    padding: 1rem 0 0;
    background: #008941;
    border: 1px solid #008941;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    line-height: 56px
}

    .carousel-slider .slider-controls button:disabled {
        background: #FFF;
        border-color: #C7CDD7;
        opacity: 1
    }

        .carousel-slider .slider-controls button:disabled img {
            -webkit-filter: invert(72%) sepia(8%) saturate(1267%) hue-rotate(182deg) brightness(94%) contrast(96%);
            filter: invert(72%) sepia(8%) saturate(1267%) hue-rotate(182deg) brightness(94%) contrast(96%)
        }

    .carousel-slider .slider-controls button img {
        width: auto !important
    }

    .carousel-slider .slider-controls button .btn-icon-normal, .carousel-slider .slider-controls button .btn-icon-hover {
        margin: 0 auto
    }

@media (min-width:1280px) {
    .carousel-slider .slider-controls button {
        display: block
    }

    .carousel-slider .slider-controls .prev {
        right: 88px;
        top: 88px
    }

    .carousel-slider .slider-controls .next {
        right: 0;
        top: 88px
    }
}

@media (min-width:1400px) {
    .carousel-slider .slider-controls .prev {
        right: -48px
    }

    .carousel-slider .slider-controls .next {
        right: -136px
    }
}

@media (min-width:1280px) {
    .carousel-slider.infinity button, .carousel-slider.single button {
        display: block;
        top: -webkit-calc(50% - 24px) !important;
        top: -moz-calc(50% - 24px) !important;
        top: calc(50% - 24px) !important
    }

    .carousel-slider.infinity .prev, .carousel-slider.single .prev {
        left: -6rem
    }

    .carousel-slider.infinity .next, .carousel-slider.single .next {
        right: -6rem
    }
}

.carousel-slider .tns-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding: 0 .5rem;
    bottom: -3rem;
    left: 0;
    right: 0;
    z-index: 9
}

    .carousel-slider .tns-nav button {
        height: .5rem;
        width: .5rem;
        min-width: .5rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 0;
        border: 0;
        background-color: #ffffff
    }

        .carousel-slider .tns-nav button.tns-nav-active {
            height: .75rem;
            width: .75rem;
            min-width: .75rem;
            background-color: #008941
        }

        .carousel-slider .tns-nav button:not(:first-of-type) {
            margin-left: 2rem
        }

            .carousel-slider .tns-nav button:not(:first-of-type):focus {
                outline: none
            }

.carousel-slider .tiny-slider .tns-item {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

    .carousel-slider .tiny-slider .tns-item:hover h4 {
        color: #2a7de1
    }

.carousel-slider .tiny-slider .tns-inner {
    position: relative
}

    .carousel-slider .tiny-slider .tns-inner:before {
        display: none;
        position: absolute;
        content: '';
        width: 2000px;
        height: 107%;
        left: -2000px;
        background-image: -webkit-linear-gradient(right, rgba(255,255,255,0.01) 0, #fff 256px);
        background-image: -moz- oldlinear-gradient(right, rgba(255,255,255,0.01) 0, #fff 256px);
        background-image: -o-linear-gradient(right, rgba(255,255,255,0.01) 0, #fff 256px);
        background-image: linear-gradient(to left, rgba(255,255,255,0.01) 0, #fff 256px);
        z-index: 3;
        top: -7%
    }

@media (min-width:1280px) {
    .carousel-slider .tiny-slider .tns-inner:before {
        display: block
    }
}

.carousel-slider .tiny-slider .tns-inner:after {
    display: none;
    position: absolute;
    content: '';
    width: 2000px;
    height: 107%;
    right: -2000px;
    z-index: 3;
    top: -7%;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.01) 0, #FFFFFF 256px);
    background-image: -moz- oldlinear-gradient(left, rgba(255,255,255,0.01) 0, #FFFFFF 256px);
    background-image: -o-linear-gradient(left, rgba(255,255,255,0.01) 0, #FFFFFF 256px);
    background-image: linear-gradient(to right, rgba(255,255,255,0.01) 0, #FFFFFF 256px)
}

@media (min-width:1280px) {
    .carousel-slider .tiny-slider .tns-inner:after {
        display: block
    }
}

@media (min-width:1325px) {
    .carousel-slider .tiny-slider .tns-inner:after {
        right: -1936px
    }
}

.carousel-slider.gradient-disabled .tns-inner:after {
    background-image: none
}

.carousel-slider.dark h4, .carousel-slider.dark p {
    color: #FFF
}

.carousel-slider.dark .slider-controls button.prev {
    background: #191a17;
    border-color: #FFF
}

.carousel-slider.dark .slider-controls button.next {
    background: #2276D9;
    border: none
}

.carousel-slider.dark .tiny-slider .tns-inner:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(30,34,42,0)), to(#191a17));
    background-image: -webkit-linear-gradient(left, rgba(30,34,42,0) 0, #191a17 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(30,34,42,0) 0, #191a17 100%);
    background-image: -o-linear-gradient(left, rgba(30,34,42,0) 0, #191a17 100%);
    background-image: linear-gradient(90deg, rgba(30,34,42,0) 0, #191a17 100%)
}

.carousel-slider.dark .tiny-slider .tns-inner:after {
    background-image: -webkit-linear-gradient(left, rgba(30,34,42,0) 0, #191a17 260px);
    background-image: -moz- oldlinear-gradient(left, rgba(30,34,42,0) 0, #191a17 260px);
    background-image: -o-linear-gradient(left, rgba(30,34,42,0) 0, #191a17 260px);
    background-image: linear-gradient(to right, rgba(30,34,42,0) 0, #191a17 260px)
}

@media (min-width:1325px) {
    .carousel-slider.dark .tiny-slider .tns-inner:after {
        right: -1750px
    }
}

.carousel-slider.dark .tns-nav button:not(:first-of-type).tns-nav-active {
    background-color: #FFF
}

.padded {
    padding-top: 80px;
    padding-bottom: 80px
}

#blogposts img {
    margin-bottom: 32px
}

#blogposts h4 {
    margin-bottom: 24px
}

#blogposts .link-all {
    text-align: center;
    margin-bottom: 50px
}

    #blogposts .link-all a {
        color: #2a7de1;
        border-bottom: 1px dotted #2a7de1;
        padding-bottom: 2px
    }

        #blogposts .link-all a:hover, #blogposts .link-all a:active, #blogposts .link-all a:visited {
            text-decoration: none
        }

#blogposts .link-post {
    color: #2a7de1;
    border-bottom: 1px dotted #2a7de1;
    padding-bottom: 2px;
    margin-bottom: 24px
}

    #blogposts .link-post:hover, #blogposts .link-post:active, #blogposts .link-post:visited {
        text-decoration: none
    }

@media only screen and (max-width: 767px) {
    #blogposts .posts {
        margin-bottom: 65px
    }

        #blogposts .posts:last-child {
            margin-bottom: 0
        }
}

.message-bar {
    background: #4B5563;
    padding: 0 5%
}

@media only screen and (max-width: 767px) {
    .message-bar {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.message-bar a {
    text-decoration: none;
    color: #FFF
}

.message-bar__content {
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    letter-spacing: -0.5px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .message-bar__content {
        font-size: 16px;
        min-height: 65px
    }
}

@media only screen and (max-width: 767px) {
    .message-bar__content {
        font-size: 16px;
        min-height: 34px
    }
}

.message-bar__content svg, .message-bar__content img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .message-bar__content svg.left, .message-bar__content img.left {
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms
    }

@media only screen and (max-width: 767px) {
    .message-bar__content svg.left, .message-bar__content img.left {
        margin-right: 9px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: 1s ease-in-out 1s envelopeMoveR_mobile forwards;
        -moz-animation: 1s ease-in-out 1s envelopeMoveR_mobile forwards;
        -o-animation: 1s ease-in-out 1s envelopeMoveR_mobile forwards;
        animation: 1s ease-in-out 1s envelopeMoveR_mobile forwards
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .message-bar__content svg.left, .message-bar__content img.left {
        margin-right: 17px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-animation: 1s ease-in-out 1s envelopeMoveR forwards;
        -moz-animation: 1s ease-in-out 1s envelopeMoveR forwards;
        -o-animation: 1s ease-in-out 1s envelopeMoveR forwards;
        animation: 1s ease-in-out 1s envelopeMoveR forwards
    }
}

.message-bar__content svg.right, .message-bar__content img.right {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}

@media only screen and (max-width: 767px) {
    .message-bar__content svg.right, .message-bar__content img.right {
        margin-left: 9px;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-animation: 1s ease-in-out 1s envelopeMoveL_mobile forwards;
        -moz-animation: 1s ease-in-out 1s envelopeMoveL_mobile forwards;
        -o-animation: 1s ease-in-out 1s envelopeMoveL_mobile forwards;
        animation: 1s ease-in-out 1s envelopeMoveL_mobile forwards
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .message-bar__content svg.right, .message-bar__content img.right {
        margin-left: 17px;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-animation: 1s ease-in-out 1s envelopeMoveL forwards;
        -moz-animation: 1s ease-in-out 1s envelopeMoveL forwards;
        -o-animation: 1s ease-in-out 1s envelopeMoveL forwards;
        animation: 1s ease-in-out 1s envelopeMoveL forwards
    }
}

.message-bar__content svg circle, .message-bar__content img circle {
    opacity: 0;
    -webkit-animation: .5s ease-in-out 2s envelopeDot forwards;
    -moz-animation: .5s ease-in-out 2s envelopeDot forwards;
    -o-animation: .5s ease-in-out 2s envelopeDot forwards;
    animation: .5s ease-in-out 2s envelopeDot forwards
}

.message-bar__content span {
    padding: 1px 0;
    text-decoration: underline;
    text-underline-offset: 6px
}

@media only screen and (max-width: 767px) {
    .message-bar__content span {
        text-underline-offset: 1px
    }
}

.message-bar__content:hover {
    text-decoration: none
}

    .message-bar__content:hover span {
        text-decoration: none;
        color: #FFF
    }

@media only screen and (max-width: 767px) {
    .message-bar__content:hover span {
        text-decoration: none
    }
}

.message-bar__content.no-link span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.message-bar.message-bar--secondary {
    background: #45CC89
}

.message-bar.green-rebranding {
    background: #008941
}

.message-bar.red-alert {
    background: #ee4466
}

.message-bar.blue {
    background: #2276D9
}

.message-bar.red {
    background-color: #D93511
}

.message-bar.orange {
    background: #FFB600
}

    .message-bar.orange a, .message-bar.orange span {
        color: #191a17
    }

.message-bar.with-logo {
    background-color: #191a17
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (max-width: 767px) {
    .message-bar.with-logo .message-bar__content {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 2rem
    }
}

.message-bar.with-logo .message-bar__content .bar-image {
    margin-top: 20px;
    height: 36px;
    padding-left: 40px;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width: 1056px) {
    .message-bar.with-logo .message-bar__content .bar-image {
        margin-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (max-width: 767px) {
    .message-bar.with-logo .message-bar__content .bar-image {
        max-width: none;
        height: 36px;
        position: relative;
        padding-left: 0;
        margin-top: 0
    }
}

.message-bar.with-logo .message-bar__content .left {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (max-width: 767px) {
    .message-bar.with-logo .message-bar__content .left {
        display: none
    }
}

#ru-message-bar {
    display: none
}

@media only screen and (max-width: 767px) {
    #ru-message-bar.message-bar {
        padding-top: 5%;
        padding-bottom: 5%
    }

        #ru-message-bar.message-bar .message-bar__content {
            height: auto
        }

        #ru-message-bar.message-bar svg.left {
            display: none
        }
}

#ru-message-bar.message-bar .button.alert-btn {
    border: 1px solid #292E38;
    margin-left: 24px;
    margin-bottom: 0
}

    #ru-message-bar.message-bar .button.alert-btn span.btn {
        color: #4B5563;
        background-color: #FFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 6px 24px;
        font-size: 16px;
        height: 48px;
        line-height: 1;
        background: #FFF;
        font-weight: 700;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        #ru-message-bar.message-bar .button.alert-btn span.btn:hover {
            color: #4B5563
        }

.navigation-for-mobile {
    padding-top: 120px !important
}

    .navigation-for-mobile .message-bar {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .navigation-for-mobile .navigation-oo-19798 {
        top: 56px
    }

@-webkit-keyframes envelopeMoveR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes envelopeMoveR {
    0% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes envelopeMoveR {
    0% {
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes envelopeMoveR {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes envelopeMoveL {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes envelopeMoveL {
    0% {
        -moz-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes envelopeMoveL {
    0% {
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes envelopeMoveL {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes envelopeMoveR_mobile {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes envelopeMoveR_mobile {
    0% {
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes envelopeMoveR_mobile {
    0% {
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    100% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes envelopeMoveR_mobile {
    0% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes envelopeMoveL_mobile {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes envelopeMoveL_mobile {
    0% {
        -moz-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes envelopeMoveL_mobile {
    0% {
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes envelopeMoveL_mobile {
    0% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes envelopeDot {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes envelopeDot {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes envelopeDot {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes envelopeDot {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.counter-wrapper {
    min-height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none
}

.counter-wrapper {
    gap: 54px
}

@media only screen and (max-width: 767px) {
    .counter-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px
    }
}

.countdown, .cmp-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

    .countdown .time-block, .cmp-countdown .time-block, .countdown .colon, .cmp-countdown .colon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .countdown .time-block, .cmp-countdown .time-block {
        width: 40px
    }

    .countdown .colon, .cmp-countdown .colon {
        width: 7px
    }

    .countdown .numbers, .cmp-countdown .numbers {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700
    }

@media only screen and (max-width: 767px) {
    .countdown .numbers, .cmp-countdown .numbers {
        font-size: 18px;
        line-height: 18px
    }
}

.countdown .caption, .cmp-countdown .caption {
    font-size: 12px;
    line-height: 12px
}

.counter-bg-blue {
    gap: 24px
}

@media only screen and (max-width: 767px) {
    .counter-bg-blue {
        gap: 12px
    }
}

.counter-bg-blue .cmp-countdown {
    padding: 8px 16px;
    background: #2276D9;
    color: #FFF
}

.d-none {
    display: none
}

#message-bar_en-in {
    font-family: 'Roboto';
    padding: 14px 20px
}

    #message-bar_en-in.red-alert {
        background-color: #DB3559
    }

    #message-bar_en-in .message-bar__content {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        min-height: auto;
        gap: 16px;
        font-weight: 700
    }

@media only screen and (min-width: 1056px) {
    #message-bar_en-in .message-bar__content {
        gap: 24px;
        font-size: 20px;
        line-height: 26px
    }
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width:479px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:479px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:992px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:992px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.mediaquery {
    display: none !important
}

@media (max-width:479px) {
    .mediaquery.xs {
        display: inline !important
    }
}

@media (max-width:767px) and (min-width:480px) {
    .mediaquery.sm {
        display: inline !important
    }
}

@media (max-width:991px) and (min-width:768px) {
    .mediaquery.md {
        display: inline !important
    }
}

@media (min-width:992px) {
    .mediaquery.lg {
        display: inline !important
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8005;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-close {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../i/priil/img/components/modal/close.png") no-repeat 0 0;
    cursor: pointer;
    float: right;
    border: none
}

    .modal-close:hover, .modal-close:active, .modal-close:focus, .modal-close:target {
        opacity: .6
    }

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .6;
        filter: alpha(opacity=60)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.2px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.2
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

#renewal-modal, #subscription-details-modal {
    background: rgba(7,29,43,0.8)
}

    #renewal-modal .modal-content, #subscription-details-modal .modal-content {
        padding: 80px 104px;
        border: none
    }

    #renewal-modal .modal-header, #subscription-details-modal .modal-header, #renewal-modal .modal-body, #subscription-details-modal .modal-body {
        padding: 0;
        border: none
    }

    #renewal-modal .modal-header, #subscription-details-modal .modal-header {
        margin-bottom: 24px
    }

        #renewal-modal .modal-header h5, #subscription-details-modal .modal-header h5 {
            font-size: 32px;
            line-height: 48px
        }

        #renewal-modal .modal-header .close, #subscription-details-modal .modal-header .close {
            position: absolute;
            top: 40px;
            right: 32px;
            opacity: 1;
            margin: 0;
            float: none;
            padding: 16px;
            border: 1px solid #D1D5DB;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background: #fff;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            transition: all 200ms linear
        }

@media (max-width:767px) {
    #renewal-modal .modal-header .close, #subscription-details-modal .modal-header .close {
        top: 20px
    }
}

#renewal-modal .modal-header .close:hover, #subscription-details-modal .modal-header .close:hover {
    background: #efefef
}

#renewal-modal .modal-header .close span, #subscription-details-modal .modal-header .close span {
    height: 24px;
    display: block
}

#renewal-modal .modal-body .container-fluid, #subscription-details-modal .modal-body .container-fluid {
    padding: 0
}

#renewal-modal .modal-body .row, #subscription-details-modal .modal-body .row {
    margin: 0
}

#renewal-modal .modal-body p, #subscription-details-modal .modal-body p {
    font-size: 14px;
    line-height: 21px;
    color: #4B5563
}

    #renewal-modal .modal-body p:last-of-type, #subscription-details-modal .modal-body p:last-of-type {
        margin-bottom: 30px
    }

#renewal-modal .close-button, #subscription-details-modal .close-button {
    font-weight: bold;
    font-size: 18px;
    padding: 16px 24px;
    background: none;
    border: 1px solid #D1D5DB;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear
}

    #renewal-modal .close-button:hover, #subscription-details-modal .close-button:hover {
        background: #efefef
    }

@media (min-width:480px) {
    .modal-dialog {
        width: 600px;
        margin: 50px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:768px) {
    .modal-lg {
        width: 1060px
    }
}

.modal-full {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 20000
}

    .modal-full .modal-body, .modal-full .modal-content {
        height: 100%;
        padding: 0
    }

@media (min-width:220px) {
    #renewal-modal .modal-dialog, #subscription-details-modal .modal-dialog {
        width: 100%
    }

        #renewal-modal .modal-dialog .modal-content, #subscription-details-modal .modal-dialog .modal-content {
            padding: 80px 40px 40px
        }
}

@media (min-width:768px) {
    #renewal-modal .modal-dialog, #subscription-details-modal .modal-dialog {
        width: 768px
    }

        #renewal-modal .modal-dialog .modal-content, #subscription-details-modal .modal-dialog .modal-content {
            padding: 80px 104px
        }
}

@media (min-width:1060px) {
    #renewal-modal .modal-dialog, #subscription-details-modal .modal-dialog {
        width: 1060px
    }
}

.info-button {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background: url("../img/ico-info-16x16-white.svg") no-repeat;
    position: relative;
    top: 3px;
    left: 3px
}

    .info-button:hover {
        background: url("../img/ico-info-16x16-dark.svg") no-repeat
    }

.notification-overlay-for-wrong-download {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000
}

@media only screen and (max-width: 767px) {
    .notification-overlay-for-wrong-download {
        overflow-y: scroll
    }
}

.notification-overlay-for-wrong-download.show-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .notification-overlay-for-wrong-download.show-popup {
        display: block
    }
}

.notification-overlay-for-wrong-download .detected-pc, .notification-overlay-for-wrong-download .detected-android, .notification-overlay-for-wrong-download .detected-mac, .notification-overlay-for-wrong-download .detected-ios, .notification-overlay-for-wrong-download .install-pc, .notification-overlay-for-wrong-download .install-android, .notification-overlay-for-wrong-download .install-mac, .notification-overlay-for-wrong-download .install-ios {
    display: none
}

.notification-overlay-for-wrong-download.no-alternative-text .alternative-text {
    display: none !important
}

.notification-overlay-for-wrong-download.alternative-text .sub, .notification-overlay-for-wrong-download.alternative-text .instead-no-alt {
    display: none !important
}

.notification-overlay-for-wrong-download.alternative-text-b .alternative-text-c {
    display: none !important
}

.notification-overlay-for-wrong-download.alternative-text-c .alternative-text-b {
    display: none !important
}

.notification-overlay-for-wrong-download.detected-others .instead {
    display: none !important
}

.notification-overlay-for-wrong-download.detected-windows.install-mac .detected-pc.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-windows.install-android .detected-pc.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-windows.install-ios .detected-pc.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac.install-windows .detected-mac.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac.install-android .detected-mac.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac.install-ios .detected-mac.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android.install-windows .detected-android.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android.install-mac .detected-android.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android.install-ios .detected-android.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios.install-windows .detected-ios.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios.install-mac .detected-ios.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios.install-android .detected-ios.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-windows .detected-unknown.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-mac .detected-unknown.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-android .detected-unknown.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-ios .detected-unknown.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-others .back, .notification-overlay-for-wrong-download.detected-unknown .back {
    display: inline
}

.notification-overlay-for-wrong-download.detected-windows .platform-icon.detected-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac .platform-icon.detected-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android .platform-icon.detected-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios .platform-icon.detected-ios {
    display: inline
}

.notification-overlay-for-wrong-download .close-popup {
    background: url('../i/ico/close-icon.png') no-repeat 50% 50%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    right: 35px;
    width: 18px;
    top: 33px
}

@media only screen and (max-width: 767px) {
    .notification-overlay-for-wrong-download .close-popup {
        right: 29px;
        top: 29px
    }
}

.notification-overlay-for-wrong-download .platform-icon {
    margin-bottom: 1rem;
    max-height: 45px
}

@media only screen and (max-width: 767px) {
    .notification-overlay-for-wrong-download .platform-icon {
        margin-top: 5px
    }
}

.notification-overlay-for-wrong-download .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 550px;
    padding: 46px 22px;
    position: relative
}

.notification-overlay-for-wrong-download .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .notification-overlay-for-wrong-download .title {
        max-width: 190px
    }
}

.notification-overlay-for-wrong-download .main {
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px
}

.notification-overlay-for-wrong-download .button.button-large {
    font-size: 20px !important;
    line-height: 20px;
    margin-bottom: 25px
}

@media only screen and (max-width: 767px) {
    .notification-overlay-for-wrong-download .button.button-large {
        line-height: 17px !important;
        padding: 11px 15px 11px 15px !important
    }
}

.notification-overlay-for-wrong-download .from-store {
    color: #5c707b;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: -20px;
    text-align: center
}

.notification-overlay-for-wrong-download .instead {
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center
}

.notification-overlay-for-wrong-download .back {
    display: none;
    font-size: 16px
}

.notification-overlay-for-wrong-download .custom-font {
    font-weight: bold
}

#onetrust-consent-sdk * {
    font-family: "Roboto",Helvetica,Verdana,sans-serif !important;
    float: none !important
}

    #onetrust-consent-sdk *.ot-fade-in {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important
    }

    #onetrust-consent-sdk *:active, #onetrust-consent-sdk *:focus {
        outline: none !important
    }

#onetrust-consent-sdk .onetrust-pc-dark-filter {
    background: rgba(28,34,46,0.8) !important
}

#onetrust-consent-sdk #onetrust-banner-sdk, #onetrust-consent-sdk #onetrust-pc-sdk {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 664px !important;
    max-width: 100% !important;
    padding: 48px !important;
    background: #191a17 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-banner-sdk, #onetrust-consent-sdk #onetrust-pc-sdk {
        bottom: 0 !important;
        top: auto !important;
        left: 0 !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        padding: 40px 20px 64px !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-banner-sdk, #onetrust-consent-sdk #onetrust-pc-sdk {
        border: 2px solid #3A4252 !important
    }
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
        border-top: 2px solid #3A4252 !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
        left: 0 !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

#onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #ot-pc-title {
    margin: 0 !important;
    margin-bottom: 16px !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 36px !important;
    color: #fff !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #ot-pc-title {
        margin-bottom: 12px !important;
        font-size: 21px !important;
        line-height: 27px !important;
        text-align: center !important
    }
}

#onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk #ot-pc-desc {
    margin: 0 !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #C5D6E0 !important
}

    #onetrust-consent-sdk #onetrust-policy-text br, #onetrust-consent-sdk #ot-pc-desc br {
        display: none !important
    }

    #onetrust-consent-sdk #onetrust-policy-text b, #onetrust-consent-sdk #ot-pc-desc b {
        color: #C5D6E0 !important
    }

    #onetrust-consent-sdk #onetrust-policy-text a, #onetrust-consent-sdk #ot-pc-desc a {
        margin-left: 0 !important;
        font-weight: normal !important;
        text-decoration: underline !important;
        color: #fff !important
    }

        #onetrust-consent-sdk #onetrust-policy-text a:hover, #onetrust-consent-sdk #ot-pc-desc a:hover {
            text-decoration: none !important
        }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk #ot-pc-desc {
        margin-bottom: 16px !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important
    }
}

#onetrust-consent-sdk #onetrust-policy-text span.gpc-off {
    margin: 0 !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #C5D6E0 !important
}

    #onetrust-consent-sdk #onetrust-policy-text span.gpc-off br {
        display: none !important
    }

    #onetrust-consent-sdk #onetrust-policy-text span.gpc-off b {
        color: #C5D6E0 !important
    }

    #onetrust-consent-sdk #onetrust-policy-text span.gpc-off a {
        margin-left: 0 !important;
        font-weight: normal !important;
        text-decoration: underline !important;
        color: #fff !important
    }

        #onetrust-consent-sdk #onetrust-policy-text span.gpc-off a:hover {
            text-decoration: none !important
        }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-policy-text span.gpc-off {
        margin-bottom: 16px !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important
    }
}

#onetrust-consent-sdk #onetrust-policy-text span.gpc-on {
    margin: 0 !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #C5D6E0 !important
}

    #onetrust-consent-sdk #onetrust-policy-text span.gpc-on br {
        display: none !important
    }

    #onetrust-consent-sdk #onetrust-policy-text span.gpc-on b {
        color: #C5D6E0 !important
    }

    #onetrust-consent-sdk #onetrust-policy-text span.gpc-on a {
        margin-left: 0 !important;
        font-weight: normal !important;
        text-decoration: underline !important;
        color: #fff !important
    }

        #onetrust-consent-sdk #onetrust-policy-text span.gpc-on a:hover {
            text-decoration: none !important
        }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-policy-text span.gpc-on {
        margin-bottom: 16px !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important
    }
}

#onetrust-consent-sdk #onetrust-policy-text span.gpc-on {
    color: #C5D6E0 !important
}

#onetrust-consent-sdk #onetrust-policy-text span.gpc-off {
    color: #C5D6E0 !important
}

#onetrust-consent-sdk #ot-category-title {
    margin: 0 !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #fff !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #ot-category-title {
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: center !important
    }
}

#onetrust-consent-sdk #onetrust-policy {
    margin: 0 !important;
    padding: 0 !important
}

    #onetrust-consent-sdk #onetrust-policy .banner-header {
        margin-bottom: 24px !important
    }

#onetrust-consent-sdk #onetrust-button-group-parent {
    margin: 0 !important;
    padding: 0 !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-button-group-parent {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

#onetrust-consent-sdk #onetrust-button-group-parent #onetrust-button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-button-group-parent #onetrust-button-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 320px !important
    }
}

#onetrust-consent-sdk #onetrust-button-group-parent .banner-actions-container, #onetrust-consent-sdk #onetrust-button-group-parent .onetrust-banner-options {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    max-width: none !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-button-group-parent .banner-actions-container, #onetrust-consent-sdk #onetrust-button-group-parent .onetrust-banner-options {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-top: 8px !important;
        width: 100% !important
    }
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
    margin: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 56px !important;
    padding: 16px 24px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    background: #2276D9 !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

    #onetrust-consent-sdk #onetrust-accept-btn-handler:hover, #onetrust-consent-sdk #onetrust-accept-btn-handler:focus {
        opacity: 1 !important;
        background: #1b5ead !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-accept-btn-handler {
        min-height: 48px !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
        line-height: 16px !important
    }
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-accept-btn-handler {
        width: 100% !important;
        margin-bottom: 16px !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-accept-btn-handler {
        min-width: 180px !important;
        margin-right: 24px !important
    }
}

#onetrust-consent-sdk #cookieGPCControlButton {
    margin: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 56px !important;
    padding: 16px 24px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    background: #2276D9 !important;
    min-height: auto !important;
    text-decoration: none !important;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

    #onetrust-consent-sdk #cookieGPCControlButton:hover, #onetrust-consent-sdk #cookieGPCControlButton:focus {
        opacity: 1 !important;
        background: #1b5ead !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #cookieGPCControlButton {
        min-height: 48px !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
        line-height: 16px !important
    }
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #cookieGPCControlButton {
        width: 100% !important;
        margin-bottom: 16px !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #cookieGPCControlButton {
        margin-right: 24px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
    margin: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 56px !important;
    padding: 16px 24px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    background: #2276D9 !important;
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: lowercase
}

    #onetrust-consent-sdk #onetrust-pc-btn-handler:hover, #onetrust-consent-sdk #onetrust-pc-btn-handler:focus {
        opacity: 1 !important;
        background: #1b5ead !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-btn-handler {
        min-height: 48px !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
        line-height: 16px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-btn-handler:hover, #onetrust-consent-sdk #onetrust-pc-btn-handler:focus {
    background: rgba(0,0,0,0) !important
}

#onetrust-consent-sdk #onetrust-pc-btn-handler::first-letter {
    text-transform: uppercase
}

#onetrust-consent-sdk #onetrust-reject-all-handler {
    margin: 0 !important;
    border: none !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    width: auto !important;
    min-width: auto !important;
    min-height: 56px !important;
    padding: 14px 24px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #ffffff !important;
    background: #043E7C !important;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-reject-all-handler {
        min-height: 48px !important;
        font-size: 14px !important;
        line-height: 16px !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-reject-all-handler {
        min-width: 148px !important
    }
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-reject-all-handler {
        width: 100% !important;
        margin-bottom: 16px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk {
    padding: 32px !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk {
        height: 100% !important;
        padding: 64px 20px !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-pc-sdk {
        height: auto !important;
        top: 40px !important;
        bottom: 40px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header {
    position: relative !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    height: auto !important;
    margin-bottom: 24px !important
}

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header #close-pc-btn-handler {
        position: absolute !important;
        top: -8px !important;
        right: -8px !important;
        margin: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        width: 32px !important;
        height: 32px !important;
        background: url("../img/onetrust-close-white.svg") no-repeat !important;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
        -webkit-transition: all ease-out .2s !important;
        -o-transition: all ease-out .2s !important;
        -moz-transition: all ease-out .2s !important;
        transition: all ease-out .2s !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header #close-pc-btn-handler {
        top: -40px !important;
        right: 4px !important;
        width: 24px !important;
        height: 24px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header .ot-sdk-row {
    width: 99% !important
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
    margin-bottom: 24px !important
}

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a {
        display: inline !important
    }

#onetrust-consent-sdk #onetrust-pc-sdk .virtual-ot-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .virtual-ot-btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .virtual-ot-btn-wrapper {
        gap: 24px
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler {
    margin: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 56px !important;
    padding: 16px 24px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    background: #2276D9 !important;
    margin-bottom: 16px !important;
    text-transform: lowercase
}

    #onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:hover, #onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:focus {
        opacity: 1 !important;
        background: #1b5ead !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler {
        min-height: 48px !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
        line-height: 16px !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler {
        min-width: 180px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:first-letter {
    text-transform: uppercase
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-refuse-all-handler {
    margin: 0 !important;
    border: none !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    width: auto !important;
    min-width: auto !important;
    min-height: 56px !important;
    padding: 14px 24px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #ffffff !important;
    background: #043E7C !important;
    margin-bottom: 16px !important;
    max-height: 54px !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        min-height: 48px !important;
        font-size: 14px !important;
        line-height: 16px !important
    }
}

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        min-width: 148px !important
    }
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        padding: 12px 24px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content {
    position: static !important;
    overflow-y: auto !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important
}

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-cat-grp {
        margin-top: 32px !important;
        padding: 0 !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-cat-grp {
        margin-top: 24px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout {
    margin: 0 0 24px !important;
    border: none !important;
    width: 100% !important
}

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr {
        margin: 0 !important;
        width: 100% !important;
        min-height: 24px !important;
        padding: 0 !important
    }

        #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-cat-header {
            font-size: 14px !important;
            line-height: 20px !important;
            color: #fff !important
        }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-cat-header {
        font-size: 12px !important;
        line-height: 18px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-arw-cntr {
    display: block !important;
    right: 0 !important;
    width: 16px !important;
    height: 16px !important;
    margin-top: -3px !important;
    background: url("../img/onetrust-arrow-up-white.svg") !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important
}

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-arw-cntr svg {
        display: none !important
    }

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-always-active {
    height: 25px !important;
    right: 24px !important
}

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl .ot-switch {
        width: 34px !important
    }

        #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl .ot-switch .ot-switch-nob {
            top: 3px !important;
            background-color: #E4E8F0 !important;
            border: 1px solid #E4E8F0 !important;
            width: 32px !important;
            height: 12px !important
        }

            #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl .ot-switch .ot-switch-nob:before {
                bottom: -4px !important;
                left: -5px !important;
                width: 20px !important;
                height: 20px !important;
                background-color: #CED4E0 !important;
                -webkit-box-shadow: 0 1px 1px 0 rgba(7,29,43,0.24) !important;
                -moz-box-shadow: 0 1px 1px 0 rgba(7,29,43,0.24) !important;
                box-shadow: 0 1px 1px 0 rgba(7,29,43,0.24) !important
            }

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl input:focus + .ot-switch {
        outline: none !important
    }

        #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl input:focus + .ot-switch .ot-switch-nob {
            outline: none !important
        }

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl input:checked + .ot-switch .ot-switch-nob {
        background-color: #e3fab4 !important;
        border: 1px solid #e3fab4 !important
    }

        #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
            background-color: #2276D9 !important
        }

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-always-active {
    font-size: 12px !important;
    color: #fff;
    text-decoration: underline
}

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-always-active:focus, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-always-active:hover {
        text-decoration: none
    }

@media (min-width:664px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-hdr .ot-always-active {
        font-size: 14px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout [aria-expanded=false] + .ot-acc-hdr .ot-arw-cntr {
    margin-top: -12px !important;
    margin-right: -8px !important;
    -webkit-transform: rotate(270deg) translateY(-50%) !important;
    -moz-transform: rotate(270deg) translateY(-50%) !important;
    -ms-transform: rotate(270deg) translateY(-50%) !important;
    -o-transform: rotate(270deg) translateY(-50%) !important;
    transform: rotate(270deg) translateY(-50%) !important
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr {
    margin-top: 9px !important;
    padding: 24px !important;
    background-color: #2B323F !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr {
        padding: 16px !important;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        border-radius: 12px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp-cntr, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp-des {
    margin: 0 !important;
    padding: 0 !important
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr h5 {
    color: #CED4E0 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 18px !important;
    width: 100% !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr h5 {
        font-size: 11px !important;
        line-height: 16px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp-desc {
    margin: 6px 0 0 !important
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp {
    -webkit-margin-start: 24px !important;
    -moz-margin-start: 24px !important;
    margin-inline-start: 24px !important
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr h5 {
    margin-bottom: 0 !important;
    font-weight: bold !important;
    color: #fff !important
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-cat-item p {
    margin-top: 0 !important
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc:not(:empty) ~ .ot-subgrp-cntr {
    margin-top: 16px !important
}

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc:not(:empty) ~ .ot-subgrp-cntr {
        margin-top: 12px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp-cntr {
    width: 100% !important;
    border: none !important
}

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout .ot-acc-grpcntr .ot-subgrp-cntr .ot-subgrp-tgl {
        display: none !important
    }

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer {
    border: 0 !important;
    position: static
}

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-pc-footer-logo {
        display: none !important
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
        margin-top: 8px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        text-align: left !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

        #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button {
            width: 100% !important
        }
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler {
    margin: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 56px !important;
    padding: 16px 24px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    background: #2276D9 !important;
    text-transform: lowercase
}

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler:hover, #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler:focus {
        opacity: 1 !important;
        background: #1b5ead !important
    }

@media (max-width:663.8px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler {
        min-height: 48px !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
        line-height: 16px !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler::first-letter {
    text-transform: uppercase
}

#onetrust-consent-sdk #onetrust-pc-sdk[dir="rtl"] #close-pc-btn-handler {
    left: 0 !important;
    right: auto !important
}

#onetrust-consent-sdk #onetrust-pc-sdk[dir="rtl"] #ot-pc-content .ot-acc-hdr .ot-arw-cntr {
    left: 0 !important;
    right: auto !important
}

#onetrust-consent-sdk #onetrust-pc-sdk[dir="rtl"] #ot-pc-content .ot-acc-hdr .ot-tgl, #onetrust-consent-sdk #onetrust-pc-sdk[dir="rtl"] #ot-pc-content .ot-acc-hdr .ot-always-active {
    left: 24px !important;
    right: auto !important
}

#onetrust-consent-sdk #onetrust-pc-sdk[dir="rtl"] .ot-pc-footer .ot-btn-container {
    text-align: right !important
}

#onetrust-consent-sdk .gpc-on {
    display: none !important;
    color: #C5D6E0 !important
}

#onetrust-consent-sdk.gpc-detected .gpc-on {
    display: inline !important
}

#onetrust-consent-sdk.gpc-detected .gpc-off {
    display: none !important
}

.onetrust-custom-logo, #onetrust-consent-sdk #onetrust-policy .banner_logo, #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
    display: block !important;
    width: 98px !important;
    height: 40px !important;
    background-image: url("../../../web/i/other/priil-logo-inverse%402x.png") !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important
}

@media (max-width:663.8px) {
    .onetrust-custom-logo, #onetrust-consent-sdk #onetrust-policy .banner_logo, #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

body.ot-overflow-hidden {
    overflow: hidden !important
}

@media (min-width:664px) {
    [lang=pl-pl] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=pl] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=es] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=es-es] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=es-ar] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=es-mx] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=es-ww] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=es-cl] #onetrust-banner-sdk #onetrust-reject-all-handler, [lang=es-co] #onetrust-banner-sdk #onetrust-reject-all-handler {
        max-width: 170px !important
    }
}
/*! OneTrustMini banner - v1.0.5 */

#oneTrustMini {
    direction: ltr;
    position: fixed;
    left: 20px;
    bottom: 16px;
    z-index: 999;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    -webkit-margin-end: 20px;
    -moz-margin-end: 20px;
    margin-inline-end: 20px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    transition: all ease-out .2s
}

    #oneTrustMini::after {
        content: "OneTrustMini banner - v1.0.5";
        display: none
    }

    #oneTrustMini, #oneTrustMini * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        #oneTrustMini::before, #oneTrustMini *::before, #oneTrustMini::after, #oneTrustMini *::after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

@media (min-width:992px) {
    #oneTrustMini {
        left: 32px;
        bottom: 48px;
        height: 56px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }
}

#oneTrustMini::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    border: 2px solid #191a17;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

@media (min-width:992px) {
    #oneTrustMini::before {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }
}

#oneTrustMini.js-expanded, #oneTrustMini:hover, #oneTrustMini:focus, #oneTrustMini:focus-within {
    padding: 0 24px
}

@media (min-width:992px) {
    #oneTrustMini.js-expanded, #oneTrustMini:hover, #oneTrustMini:focus, #oneTrustMini:focus-within {
        padding: 0 32px
    }
}

#oneTrustMini.js-expanded #oneTrustMini__content, #oneTrustMini:hover #oneTrustMini__content, #oneTrustMini:focus #oneTrustMini__content, #oneTrustMini:focus-within #oneTrustMini__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    opacity: 1
}

@media (min-width:992px) {
    #oneTrustMini.js-expanded #oneTrustMini__content, #oneTrustMini:hover #oneTrustMini__content, #oneTrustMini:focus #oneTrustMini__content, #oneTrustMini:focus-within #oneTrustMini__content {
        gap: 24px
    }
}

#oneTrustMini.js-expanded #oneTrustMini__cookie-icon, #oneTrustMini:hover #oneTrustMini__cookie-icon, #oneTrustMini:focus #oneTrustMini__cookie-icon, #oneTrustMini:focus-within #oneTrustMini__cookie-icon {
    display: none
}

#oneTrustMini.js-hidden {
    display: none
}

#oneTrustMini__cookie-icon {
    width: 48px;
    height: 48px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_3249_16848)"><path d="M7.16582 2.17265L7.9475 2.34284L7.051 1.38093L7.16582 2.17265ZM11.1288 6.14947L11.855 6.48494L10.9584 5.36783L11.1288 6.14947ZM13.9012 9.37664L14.683 9.54628L13.6762 8.60894L13.9012 9.37664ZM11.7271 11.7635C9.71468 13.7759 6.38723 13.7775 4.37317 11.7635L3.2418 12.8948C5.88104 15.5341 10.2216 15.5317 12.8585 12.8948L11.7271 11.7635ZM4.37317 11.7635C2.37555 9.76585 2.37555 6.40719 4.37317 4.40956L3.2418 3.27819C0.619342 5.90065 0.619344 10.2724 3.2418 12.8948L4.37317 11.7635ZM8.61581 4.69241C7.99724 4.07383 7.76622 3.17552 7.9475 2.34284L6.38413 2.00247C6.09533 3.32897 6.45385 4.79319 7.48444 5.82378L8.61581 4.69241ZM4.37317 4.40956C5.17895 3.60379 6.20525 3.12032 7.28063 2.96437L7.051 1.38093C5.65426 1.58348 4.30553 2.21447 3.2418 3.27819L4.37317 4.40956ZM10.9584 5.36783C10.1331 5.54775 9.24137 5.31796 8.61581 4.69241L7.48444 5.82378C8.5171 6.85643 9.97265 7.22031 11.2992 6.93111L10.9584 5.36783ZM12.1513 8.22794C11.6972 7.77374 11.5885 7.06199 11.855 6.48494L10.4025 5.814C9.87022 6.96637 10.0662 8.40549 11.02 9.35931L12.1513 8.22794ZM13.6762 8.60894C13.1465 8.76419 12.5552 8.6318 12.1513 8.22794L11.02 9.35931C11.8599 10.1992 13.0663 10.455 14.1262 10.1443L13.6762 8.60894ZM13.1194 9.207C12.9151 10.1484 12.4508 11.0398 11.7271 11.7635L12.8585 12.8948C13.8079 11.9454 14.4163 10.7755 14.683 9.54628L13.1194 9.207Z" fill="%233A4252"/><circle cx="5.55586" cy="7.80879" r="0.8" stroke="black" stroke-width="1.6" stroke-linecap="square" stroke-linejoin="bevel"/><circle cx="10.6848" cy="2.51973" r="0.8" stroke="black" stroke-width="1.6" stroke-linecap="square" stroke-linejoin="bevel"/><path d="M8.26758 10.7432V10.7442" stroke="black" stroke-width="1.6" stroke-linecap="square"/><path d="M14.0293 6.46191V6.46291" stroke="black" stroke-width="1.6" stroke-linecap="square"/></g><defs><clipPath id="clip0_3249_16848"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>') 50% 50% no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
    border: 2px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

@media (min-width:992px) {
    #oneTrustMini__cookie-icon {
        width: 56px;
        height: 56px;
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px;
        -o-background-size: 24px;
        background-size: 24px
    }
}

#oneTrustMini__content {
    display: none;
    opacity: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191a17
}

    #oneTrustMini__content, #oneTrustMini__content * {
        font-size: 12px;
        line-height: normal
    }

@media (min-width:992px) {
    #oneTrustMini__content, #oneTrustMini__content * {
        font-size: 14px;
        line-height: 22px
    }
}

#oneTrustMini__policy-link {
    position: relative;
    display: inline-block;
    -webkit-margin-end: 18px;
    -moz-margin-end: 18px;
    margin-inline-end: 18px;
    text-decoration: underline !important;
    color: #191a17
}

    #oneTrustMini__policy-link:hover, #oneTrustMini__policy-link:focus {
        text-decoration: none !important
    }

    #oneTrustMini__policy-link::after {
        content: "";
        position: absolute;
        top: -1px;
        right: -18px;
        display: block;
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.4302 8.47V12.5234C11.4302 13.0757 10.9825 13.5234 10.4302 13.5234H3.70898C3.1567 13.5234 2.70898 13.0757 2.70898 12.5234V5.8C2.70898 5.24771 3.1567 4.8 3.70898 4.8H7.76024M13.709 2.52344H9.90894M13.709 2.52344V6.32343M13.709 2.52344L6.75903 9.49841" stroke="black" stroke-width="1.6"/></svg>') 50% 50% no-repeat;
        pointer-events: none
    }

@media (min-width:992px) {
    #oneTrustMini__policy-link::after {
        top: 3px
    }
}

#oneTrustMini__buttons {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    #oneTrustMini__buttons button {
        border: 0;
        padding: 0;
        background: transparent;
        font-weight: 750;
        text-decoration: underline;
        color: #1D67BF;
        cursor: pointer
    }

        #oneTrustMini__buttons button:not(:first-child) {
            margin-left: 24px
        }

        #oneTrustMini__buttons button:hover, #oneTrustMini__buttons button:focus {
            text-decoration: none
        }

@media (max-width:686px) {
    .nav-active .navigation {
        z-index: 1000
    }
}

.sticky-bar {
    position: fixed;
    background: #fff;
    padding: .75rem 0;
    -webkit-box-shadow: 0 20px 50px rgba(30,34,42,0.1);
    -moz-box-shadow: 0 20px 50px rgba(30,34,42,0.1);
    box-shadow: 0 20px 50px rgba(30,34,42,0.1);
    -webkit-transform: translateY(-220%);
    -moz-transform: translateY(-220%);
    -ms-transform: translateY(-220%);
    -o-transform: translateY(-220%);
    transform: translateY(-220%);
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    top: 0;
    left: 0;
    right: 0
}

   
.sticky-bar__badge {
    display: none;
    color: #191a17
}

@media only screen and (min-width: 1056px) {
    .sticky-bar__badge {
        display: inline-block
    }
}

.sticky-bar__badge img {
    height: 32px
}

.sticky-bar__badge span:not(.sticky-bar__badge-note) {
    display: inline-block;
    margin-left: 16px;
    font-size: 13px
}

.sticky-bar__badge-note {
    color: #191a17;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,Arial,Helvetica,sans-serif
}

    .sticky-bar__badge-note::before {
        content: '';
        margin: 0 24px
    }

.sticky-bar__note {
    display: none;
    color: #191a17;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,Arial,Helvetica,sans-serif
}

@media only screen and (min-width: 1056px) {
    .sticky-bar__note {
        display: inline-block
    }
}

.sticky-bar .container {
    width: auto;
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

@media only screen and (max-width: 767px) {
    .sticky-bar .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media only screen and (min-width: 1056px) {
    .sticky-bar .container {
        padding-left: 125px;
        padding-right: 125px
    }
}

.sticky-bar.is-sticky {
    display: block;
    z-index: 7777;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.sticky-bar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sticky-bar__right {
    width: 100%;
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .sticky-bar__right {
        width: auto;
        text-align: right
    }
}

@media only screen and (max-width: 767px) {
    .sticky-bar__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px
    }
}

.sticky-bar__right .button span {
    display: inline-block
}

.sticky-bar .logo-erb {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .sticky-bar .logo-erb {
        display: block
    }
}

.sticky-bar .logo-erb .lp-priil-logo {
    margin-top: 7px;
    margin-bottom: 6px;
    /*height: 40px*/
}

.sticky-bar .product-awards, .sticky-bar .sticky-awards {
    display: none
}

@media only screen and (min-width: 1056px) {
    .sticky-bar .product-awards, .sticky-bar .sticky-awards {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sticky-bar .product-awards span, .sticky-bar .sticky-awards span {
    margin-left: 1rem;
    font-size: 1rem * .75
}

.sticky-bar .dot, .sticky-bar .sticky-dot {
    display: none;
    margin: 0 1rem*1.5 0 1rem*1.5
}

@media only screen and (min-width: 1056px) {
    .sticky-bar .dot, .sticky-bar .sticky-dot {
        display: block
    }
}

.sticky-bar .get-free, .sticky-bar p.get-free, .sticky-bar .sticky-text {
    @extend .h7;
    margin: 0 1rem 0 0
}

.sticky-bar .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky-bar .button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 24px 9px 24px;
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    margin: 5px 12px;
    min-width: 130px;
    line-height: 1.2
}

@media only screen and (max-width: 767px) {
    .sticky-bar .button {
        font-size: 14px !important;
        min-width: unset !important;
        margin: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),only screen and (min-width: 1056px) {
    .sticky-bar .button:first-of-type {
        margin-left: 24px
    }
}

.sticky-bar .button small {
    font-size: inherit
}

.sticky-bar .button-outline {
    border: 1px solid #C7CDD7;
    color: #4D5566
}

    .sticky-bar .button-outline:hover {
        background-color: #4D5566;
        border-color: #4D5566;
        color: #fff
    }

.sticky-bar .button-flat {
    background-color: #008941;
    color: #fff;
    border: 1px solid #008941;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

    .sticky-bar .button-flat:hover {
        color: #fff;
        background-color: #007035
    }

.sticky-bar .or {
    display: none;
    margin: 0 1rem
}

@media only screen and (min-width: 1056px) {
    .sticky-bar .or {
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    .sticky-bar .btn:not(.btn-stay) {
        display: none
    }

    .sticky-bar .btn-stay {
        @include btn-spring;
        @include btn-shadow('spring');
    }
}

.notification-overlay-for-wrong-download {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000
}

@media only screen and (max-width:768px) {
    .notification-overlay-for-wrong-download {
        overflow-y: scroll
    }
}

.notification-overlay-for-wrong-download.show-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .notification-overlay-for-wrong-download.show-popup {
        display: block
    }
}

.notification-overlay-for-wrong-download .popup-logo {
    position: absolute;
    top: 24px;
    left: 24px;
    height: 35px;
    width: auto
}

.notification-overlay-for-wrong-download .detected-pc, .notification-overlay-for-wrong-download .detected-android, .notification-overlay-for-wrong-download .detected-mac, .notification-overlay-for-wrong-download .detected-ios, .notification-overlay-for-wrong-download .install-pc, .notification-overlay-for-wrong-download .install-android, .notification-overlay-for-wrong-download .install-mac, .notification-overlay-for-wrong-download .install-ios {
    display: none
}

.notification-overlay-for-wrong-download .button-label {
    display: none
}

.notification-overlay-for-wrong-download.no-alternative-text .alternative-text {
    display: none !important
}

.notification-overlay-for-wrong-download.alternative-text .sub, .notification-overlay-for-wrong-download.alternative-text .instead-no-alt {
    display: none !important
}

.notification-overlay-for-wrong-download.alternative-text-b .alternative-text-c {
    display: none !important
}

.notification-overlay-for-wrong-download.alternative-text-c .alternative-text-b {
    display: none !important
}

.notification-overlay-for-wrong-download.detected-others .instead {
    display: none !important
}

.notification-overlay-for-wrong-download.detected-windows.install-mac .detected-pc.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-windows.install-android .detected-pc.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-windows.install-ios .detected-pc.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac.install-windows .detected-mac.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac.install-android .detected-mac.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac.install-ios .detected-mac.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android.install-windows .detected-android.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android.install-mac .detected-android.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android.install-ios .detected-android.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios.install-windows .detected-ios.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios.install-mac .detected-ios.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios.install-android .detected-ios.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-windows .detected-unknown.install-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-mac .detected-unknown.install-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-android .detected-unknown.install-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-unknown.install-ios .detected-unknown.install-ios {
    display: inline
}

.notification-overlay-for-wrong-download.detected-windows .platform-icon.detected-pc {
    display: inline
}

.notification-overlay-for-wrong-download.detected-mac .platform-icon.detected-mac {
    display: inline
}

.notification-overlay-for-wrong-download.detected-android .platform-icon.detected-android {
    display: inline
}

.notification-overlay-for-wrong-download.detected-ios .platform-icon.detected-ios {
    display: inline
}

.notification-overlay-for-wrong-download.install-windows .button-label--windows {
    display: inline
}

.notification-overlay-for-wrong-download.install-mac .button-label--mac {
    display: inline
}

.notification-overlay-for-wrong-download.install-android .button-label--android {
    display: inline
}

.notification-overlay-for-wrong-download.install-ios .button-label--ios {
    display: inline
}

.notification-overlay-for-wrong-download .close-popup {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"%3E%3Cpath d="M13 13L1 1m12 0L1 13" stroke="%234D5566" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="round"/%3E%3C/svg%3E');
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 24px;
    top: 24px;
    border: 1px solid #c7cdd7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

    .notification-overlay-for-wrong-download .close-popup:hover {
        background-color: #c7cdd7
    }

    .notification-overlay-for-wrong-download .close-popup:focus {
        outline: none
    }

.notification-overlay-for-wrong-download .platform-icon {
    margin-bottom: 1rem;
    max-height: 45px
}

@media only screen and (max-width:768px) {
    .notification-overlay-for-wrong-download .platform-icon {
        margin-top: 5px
    }
}

.notification-overlay-for-wrong-download .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 550px;
    padding: 104px 24px 48px;
    position: relative
}

@media only screen and (min-width:768px) {
    .notification-overlay-for-wrong-download .content {
        width: 430px
    }
}

.notification-overlay-for-wrong-download .content .main-title, .notification-overlay-for-wrong-download .content .main-subtitle {
    font-family: 'Roboto';
    font-weight: normal
}

.notification-overlay-for-wrong-download .content .main-title {
    display: block;
    max-width: 333px;
    margin: 15px auto 0;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700
}

.notification-overlay-for-wrong-download .content .main-subtitle {
    color: #4d5566
}

.notification-overlay-for-wrong-download .content .main-subtitle--last {
    display: inline-block;
    margin-top: 15px
}

.notification-overlay-for-wrong-download .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .notification-overlay-for-wrong-download .title {
        max-width: 190px
    }
}

.notification-overlay-for-wrong-download .main {
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px
}

.notification-overlay-for-wrong-download .button.button-large {
    font-size: 20px !important;
    line-height: 20px;
    margin-bottom: 25px
}

@media only screen and (max-width:768px) {
    .notification-overlay-for-wrong-download .button.button-large {
        line-height: 17px !important;
        padding: 11px 15px 11px 15px !important
    }
}

.notification-overlay-for-wrong-download .button.button-flat[data-os]::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.notification-overlay-for-wrong-download .button.button-flat[data-os="windows"]::before {
    background-image: url(../img/ico-platforms/ico-win-white.svg)
}

.notification-overlay-for-wrong-download .button.button-flat[data-os="mac"]::before {
    background-image: url(../img/ico-platforms/ico-mac-white.svg)
}

.notification-overlay-for-wrong-download .button.button-flat[data-os="android"], .notification-overlay-for-wrong-download .button.button-flat[data-os="ios"] {
    background-color: transparent;
    border: 0;
    padding: 0
}

    .notification-overlay-for-wrong-download .button.button-flat[data-os="android"]::before, .notification-overlay-for-wrong-download .button.button-flat[data-os="ios"]::before {
        display: none
    }

    .notification-overlay-for-wrong-download .button.button-flat[data-os="android"] img, .notification-overlay-for-wrong-download .button.button-flat[data-os="ios"] img {
        width: 225px
    }

.notification-overlay-for-wrong-download .button.button-flat.button-outline:not(:hover)[data-os="windows"]::before {
    background-image: url(../img/ico-platforms/ico-win-green.svg)
}

.notification-overlay-for-wrong-download .button.button-flat.button-outline:not(:hover)[data-os="mac"]::before {
    background-image: url(../img/ico-platforms/ico-mac-green.svg)
}

.notification-overlay-for-wrong-download .from-store {
    color: #5c707b;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: -20px;
    text-align: center
}

.notification-overlay-for-wrong-download .instead {
    font-family: 'Roboto';
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center
}

.notification-overlay-for-wrong-download .back, .notification-overlay-for-wrong-download .alt-download {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 5px 2px;
    color: #191a17;
    text-decoration: none
}

    .notification-overlay-for-wrong-download .back:hover, .notification-overlay-for-wrong-download .alt-download:hover {
        color: #3FA4FF
    }

    .notification-overlay-for-wrong-download .back::after, .notification-overlay-for-wrong-download .alt-download::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px dashed currentColor
    }

.notification-overlay-for-wrong-download .alt-download {
    top: -20px;
    font-size: 16px;
    font-weight: 500
}

.notification-overlay-for-wrong-download .text-muted {
    color: #4d5566
}

.notification-overlay-for-wrong-download .custom-font {
    font-weight: bold
}

.notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .close-popup, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .close-popup, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .close-popup {
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px
}

    .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .close-popup:not(:hover), .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .close-popup:not(:hover), .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .close-popup:not(:hover) {
        border-color: transparent
    }

.notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .or-text, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .or-text, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .or-text {
    display: inline-block;
    margin: -15px 0 10px;
    color: #6D768D
}

.notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .download-for-text, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .download-for-text, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .download-for-text {
    display: inline
}

.notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .js-close.back, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .js-close.back, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .js-close.back {
    display: none
}

.notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="windows"], .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="windows"], .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="windows"], .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="mac"], .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="mac"], .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="mac"] {
    position: relative;
    padding: 0 0 5px;
    border: 0;
    font-size: 16px;
    color: #4D5566;
    font-weight: 500;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

    .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="windows"]:hover, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="windows"]:hover, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="windows"]:hover, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="mac"]:hover, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="mac"]:hover, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="mac"]:hover {
        background-color: transparent;
        color: #000
    }

        .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="windows"]:hover::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="windows"]:hover::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="windows"]:hover::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="mac"]:hover::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="mac"]:hover::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="mac"]:hover::after {
            background-color: CurrentColor
        }

    .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="windows"]::before, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="windows"]::before, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="windows"]::before, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="mac"]::before, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="mac"]::before, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="mac"]::before {
        display: none
    }

    .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="windows"]::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="windows"]::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="windows"]::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .button.button-flat.button-outline[data-os="mac"]::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-ios .button.button-flat.button-outline[data-os="mac"]::after, .notification-overlay-for-wrong-download--GLOWEB-3368.detected-mac .button.button-flat.button-outline[data-os="mac"]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 2px dashed CurrentColor;
        -webkit-transition: background-color .2s;
        -o-transition: background-color .2s;
        -moz-transition: background-color .2s;
        transition: background-color .2s
    }

.notification-overlay-for-wrong-download--GLOWEB-3368.detected-android .or-text {
    margin-top: -25px
}

.notification-overlay-for-wrong-download--GLOWEB-3368 .or-text, .notification-overlay-for-wrong-download--GLOWEB-3368 .download-for-text {
    display: none
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 15px
}

    .button:hover, .button:focus, .button.focus, .button:active, .button.active {
        text-decoration: none;
        background-image: none !important
    }

    .button.button-green.button-large {
        background-image: -webkit-linear-gradient(top, #57c231 0, #399e2d 100%);
        background-image: -o-linear-gradient(top, #57c231 0, #399e2d 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57c231), to(#399e2d));
        background-image: -moz- oldlinear-gradient(top, #57c231 0, #399e2d 100%);
        background-image: linear-gradient(to bottom, #57c231 0, #399e2d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57c231', endColorstr='#ff399e2d', GradientType=0);
        color: #ffffff
    }

        .button.button-green.button-large:hover, .button.button-green.button-large:focus, .button.button-green.button-large.focus, .button.button-green.button-large:active, .button.button-green.button-large.active {
            background-color: #399e2d
        }

    .button.button-gray {
        color: #ffffff;
        background-color: #778099
    }

        .button.button-gray:hover, .button.button-gray:focus, .button.button-gray.focus, .button.button-gray:active, .button.button-gray.active {
            background-color: #636b80
        }

    .button.button-green {
        background-image: -webkit-linear-gradient(top, #57c231 0, #399e2d 100%);
        background-image: -o-linear-gradient(top, #57c231 0, #399e2d 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57c231), to(#399e2d));
        background-image: -moz- oldlinear-gradient(top, #57c231 0, #399e2d 100%);
        background-image: linear-gradient(to bottom, #57c231 0, #399e2d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57c231', endColorstr='#ff399e2d', GradientType=0);
        color: #ffffff
    }

        .button.button-green, .button.button-green, .button.button-green.focus, .button.button-green:active, .button.button-green.active {
            background-color: #399e2d
        }

    .button.button-mid {
        min-width: 177px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 9px 15px 9px 15px;
        font-size: 18px;
        letter-spacing: -0.03em;
        font-family: priilSans_4,Verdana
    }

    .button.button-orange.button-large, .button.button-orange.button-mid, .button.button-orange.button-small {
        background-image: -webkit-linear-gradient(top, #fe691f 0, #ff471c 100%);
        background-image: -o-linear-gradient(top, #fe691f 0, #ff471c 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe691f), to(#ff471c));
        background-image: -moz- oldlinear-gradient(top, #fe691f 0, #ff471c 100%);
        background-image: linear-gradient(to bottom, #fe691f 0, #ff471c 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe691f', endColorstr='#ffff471c', GradientType=0);
        color: #ffffff
    }

        .button.button-orange.button-large:hover, .button.button-orange.button-large:focus, .button.button-orange.button-large.focus, .button.button-orange.button-large:active, .button.button-orange.button-large.active {
            background-color: #ff471c
        }

        .button.button-orange.button-mid:hover, .button.button-orange.button-mid:focus, .button.button-orange.button-mid.focus, .button.button-orange.button-mid:active, .button.button-orange.button-mid.active {
            background-color: #ff471c
        }

        .button.button-orange.button-small:hover, .button.button-orange.button-small:focus, .button.button-orange.button-small.focus, .button.button-orange.button-small:active, .button.button-orange.button-small.active {
            background-color: #ff471c
        }

    .button.button-blue.button-large {
        background-image: -webkit-linear-gradient(top, #40acff 0, #249efc 100%);
        background-image: -o-linear-gradient(top, #40acff 0, #249efc 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #40acff), to(#249efc));
        background-image: -moz- oldlinear-gradient(top, #40acff 0, #249efc 100%);
        background-image: linear-gradient(to bottom, #40acff 0, #249efc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40acff', endColorstr='#ff249efc', GradientType=0);
        color: #ffffff
    }

        .button.button-blue.button-large:hover, .button.button-blue.button-large:focus, .button.button-blue.button-large.focus, .button.button-blue.button-large:active, .button.button-blue.button-large.active {
            background-color: #249efc
        }

    .button.button-darkblue.button-large {
        background-image: -webkit-linear-gradient(top, #00a1e7 0, #008fce 100%);
        background-image: -o-linear-gradient(top, #00a1e7 0, #008fce 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a1e7), to(#008fce));
        background-image: -moz- oldlinear-gradient(top, #00a1e7 0, #008fce 100%);
        background-image: linear-gradient(to bottom, #00a1e7 0, #008fce 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a1e7', endColorstr='#ff008fce', GradientType=0);
        color: #ffffff
    }

        .button.button-darkblue.button-large:hover, .button.button-darkblue.button-large:focus, .button.button-darkblue.button-large.focus, .button.button-darkblue.button-large:active, .button.button-darkblue.button-large.active {
            background-color: #00a1e7
        }

    .button.button-black.button-large {
        background-image: -webkit-linear-gradient(top, #626c6a 0, #434844 100%);
        background-image: -o-linear-gradient(top, #626c6a 0, #434844 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #626c6a), to(#434844));
        background-image: -moz- oldlinear-gradient(top, #626c6a 0, #434844 100%);
        background-image: linear-gradient(to bottom, #626c6a 0, #434844 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff626c6a', endColorstr='#ff434844', GradientType=0);
        color: #ffffff
    }

        .button.button-black.button-large:hover, .button.button-black.button-large:focus, .button.button-black.button-large.focus, .button.button-black.button-large:active, .button.button-black.button-large.active {
            background-color: #434844
        }

    .button.button-grey.button-large {
        background-image: -webkit-linear-gradient(top, #e0eaf1 0, #d5e1e7 100%);
        background-image: -o-linear-gradient(top, #e0eaf1 0, #d5e1e7 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0eaf1), to(#d5e1e7));
        background-image: -moz- oldlinear-gradient(top, #e0eaf1 0, #d5e1e7 100%);
        background-image: linear-gradient(to bottom, #e0eaf1 0, #d5e1e7 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0eaf1', endColorstr='#ffd5e1e7', GradientType=0);
        color: #5c707b
    }

        .button.button-grey.button-large:hover, .button.button-grey.button-large:focus, .button.button-grey.button-large.focus, .button.button-grey.button-large:active, .button.button-grey.button-large.active {
            background-color: #d5e1e7
        }

    .button.button-nevada.button-large {
        background-image: -webkit-linear-gradient(top, #5c707b 0, #46555e 100%);
        background-image: -o-linear-gradient(top, #5c707b 0, #46555e 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c707b), to(#46555e));
        background-image: -moz- oldlinear-gradient(top, #5c707b 0, #46555e 100%);
        background-image: linear-gradient(to bottom, #5c707b 0, #46555e 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c707b', endColorstr='#ff46555e', GradientType=0);
        color: #ffffff
    }

        .button.button-nevada.button-large:hover, .button.button-nevada.button-large:focus, .button.button-nevada.button-large.focus, .button.button-nevada.button-large:active, .button.button-nevada.button-large.active {
            background-color: #46555e
        }

        .button.button-nevada.button-large.button-outlined {
            background-image: none !important;
            border: 1px solid #5c707b !important;
            -webkit-filter: none !important;
            filter: none !important;
            color: #5c707b
        }

            .button.button-nevada.button-large.button-outlined:hover, .button.button-nevada.button-large.button-outlined:focus, .button.button-nevada.button-large.button-outlined.focus, .button.button-nevada.button-large.button-outlined:active, .button.button-nevada.button-large.button-outlined.active {
                background-color: transparent !important
            }

    .button.button-red.button-large {
        background-image: -webkit-linear-gradient(top, #f40e03 0, #c9042a 100%);
        background-image: -o-linear-gradient(top, #f40e03 0, #c9042a 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f40e03), to(#c9042a));
        background-image: -moz- oldlinear-gradient(top, #f40e03 0, #c9042a 100%);
        background-image: linear-gradient(to bottom, #f40e03 0, #c9042a 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff40e03', endColorstr='#ffc9042a', GradientType=0);
        color: #ffffff
    }

        .button.button-red.button-large:hover, .button.button-red.button-large:focus, .button.button-red.button-large.focus, .button.button-red.button-large:active, .button.button-red.button-large.active {
            background-color: #c9042a
        }

    .button.button-dark-red.button-large {
        background-image: -webkit-linear-gradient(top, #bd1515 0, #9f0909 100%);
        background-image: -o-linear-gradient(top, #bd1515 0, #9f0909 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bd1515), to(#9f0909));
        background-image: -moz- oldlinear-gradient(top, #bd1515 0, #9f0909 100%);
        background-image: linear-gradient(to bottom, #bd1515 0, #9f0909 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd1515', endColorstr='#ff9f0909', GradientType=0);
        color: #ffffff
    }

        .button.button-dark-red.button-large:hover, .button.button-dark-red.button-large:focus, .button.button-dark-red.button-large.focus, .button.button-dark-red.button-large:active, .button.button-dark-red.button-large.active {
            background-color: #9f0909
        }

    .button.button-white.button-large {
        background-color: #ffffff;
        color: #000000
    }

    .button.button-white.button-small {
        color: #ffffff;
        border: 1px solid #ffffff
    }

        .button.button-white.button-small::before, .button.button-white.button-small::after {
            border-color: #ffffff !important
        }

    .button.button-blue.button-small {
        color: #006AC2;
        border: 1px solid #006AC2
    }

        .button.button-blue.button-small::before, .button.button-blue.button-small::after {
            border-color: #40acff !important
        }

    .button.button-small {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        font-size: 16px;
        padding: 6px 16px 6px 16px
    }

        .button.button-small.arrow-left::before {
            content: "< "
        }

        .button.button-small.arrow-left.icon-right::before {
            content: " "
        }

        .button.button-small.arrow-left.icon-right::after {
            content: " <"
        }

        .button.button-small.arrow-right::before {
            content: "> "
        }

        .button.button-small.arrow-right.icon-right::before {
            content: " "
        }

        .button.button-small.arrow-right.icon-right::after {
            content: " >"
        }

        .button.button-small.top::before, .button.button-small.top:before {
            font-family: priilIconFont,Verdana;
            content: "\e606\e020"
        }

        .button.button-small.top.icon-right::before, .button.button-small.top.icon-right:before {
            content: ""
        }

        .button.button-small.top.icon-right::after, .button.button-small.top.icon-right:after {
            font-family: priilIconFont,Verdana;
            content: "\e020\e606"
        }

        .button.button-small.bottom::before, .button.button-small.bottom:before {
            font-family: priilIconFont,Verdana;
            content: "\e600\e020"
        }

        .button.button-small.bottom.icon-right::before, .button.button-small.bottom.icon-right:before {
            content: ""
        }

        .button.button-small.bottom.icon-right::after, .button.button-small.bottom.icon-right:after {
            font-family: priilIconFont,Verdana;
            content: "\e020\e600"
        }

        .button.button-small.tick::before, .button.button-small.tick:before {
            font-family: priilIconFont,Verdana;
            content: "\e605";
            line-height: 50%;
            padding-right: 7px
        }

        .button.button-small.tick.icon-right::before, .button.button-small.tick.icon-right:before {
            content: ""
        }

        .button.button-small.tick.icon-right::after, .button.button-small.tick.icon-right:after {
            font-family: priilIconFont,Verdana;
            content: "\e605";
            line-height: 50%;
            padding-left: 7px
        }

        .button.button-small.plus::before, .button.button-small.plus:before {
            font-family: priilIconFont,Verdana;
            content: "\e604\e020"
        }

        .button.button-small.plus.icon-right::before, .button.button-small.plus.icon-right:before {
            content: ""
        }

        .button.button-small.plus.icon-right::after, .button.button-small.plus.icon-right:after {
            font-family: priilIconFont,Verdana;
            content: "\e604"
        }

        .button.button-small.play-right::before, .button.button-small.play-right:before {
            font-family: priilIconFont,Verdana;
            content: "\e603\e020"
        }

        .button.button-small.play-right.icon-right::before, .button.button-small.play-right.icon-right:before {
            content: ""
        }

        .button.button-small.play-right.icon-right::after, .button.button-small.play-right.icon-right:after {
            font-family: priilIconFont,Verdana;
            content: "\e020\e603"
        }

        .button.button-small.play-left::before, .button.button-small.play-left:before {
            font-family: priilIconFont,Verdana;
            content: "\e602\e020"
        }

        .button.button-small.play-left.icon-right::before, .button.button-small.play-left.icon-right:before {
            content: ""
        }

        .button.button-small.play-left.icon-right::after, .button.button-small.play-left.icon-right:after {
            font-family: priilIconFont,Verdana;
            content: "\e020\e602"
        }

        .button.button-small.minus::before, .button.button-small.minus:before {
            font-family: priilIconFont,Verdana;
            content: "\e601\e020"
        }

        .button.button-small.minus.icon-right::before, .button.button-small.minus.icon-right:before {
            content: ""
        }

        .button.button-small.minus.icon-right::after, .button.button-small.minus.icon-right:after {
            font-family: priilIconFont,Verdana;
            content: "\e601"
        }

    .button.button-large {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 20px 15px 20px 15px;
        min-width: 200px;
        font-size: 18px;
        letter-spacing: -0.03em;
        font-family: priilSans_4,Verdana
    }

@media (max-width:768px) {
    .button.button-large {
        min-width: 100%
    }
}

.button.button-large.button-text-large {
    padding: 17px 15px 17px 15px
}

.button.button-large.button-small-only {
    padding: 21px 15px 21px 15px
}

    .button.button-large.button-small-only.two-lines, .button.button-large.button-text-large.button-small-only.two-lines {
        padding: 12px 15px 12px 15px
    }

.button.button-large.button-content-only.button-text-large.two-lines {
    padding: 4px 15px 4px 15px
}

.button.button-large.button-content-only.two-lines {
    padding: 10px 15px 10px 15px
}

.button.button-large.button-text-large.two-lines {
    padding: 8px 15px 8px 15px
}

.button.button-large.button-outlined {
    padding: 17px 14px 17px 14px
}

.button.button-large.two-lines {
    padding: 11px 15px 11px 15px
}

    .button.button-large.two-lines.button-outlined {
        padding: 9px 14px 9px 14px
    }

.button.button-large > span {
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button.button-large small {
    font-size: 14px;
    line-height: 18px;
    font-family: Verdana,sans-serif;
    display: block
}

.button.button-large.button-text-large small {
    font-size: 16px
}

.button.button-block {
    display: block;
    min-width: 0
}

.button.button-shadow {
    box-shadow: 0 0 18px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 18px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 18px 2px rgba(0,0,0,0.4);
    -msie-box-shadow: 0 0 18px 2px rgba(0,0,0,0.4)
}

.button-block + .button-block {
    margin-top: 5px
}

input[type="submit"].button-block, input[type="reset"].button-block, input[type="button"].button-block {
    width: 100%
}

a.countdownBtnChange {
    display: none !important
}

.button.hub-tag {
    margin: 0 .4rem 0 0;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .4em .8em;
    line-height: 1.3;
    font-size: .9rem;
    -webkit-transition: color .2s,background .2s;
    -o-transition: color .2s,background .2s;
    -moz-transition: color .2s,background .2s;
    transition: color .2s,background .2s
}

    .button.hub-tag.button-column {
        margin: 0 0 .8em
    }

    .button.hub-tag.button-blue {
        border-color: #0099bb;
        color: #0099bb;
        background: transparent
    }

        .button.hub-tag.button-blue:hover {
            color: #fff;
            background: #0099bb
        }

@media (min-width:768px) {
    .button.hub-tag.button-text-small {
        padding: .2rem .4rem;
        font-size: .72rem
    }
}

.button.hub-tag .text-small {
    margin: 0;
    font-size: 100% !important;
    line-height: 1 !important
}

.button-flat {
    background-color: #008941;
    color: #fff;
    font-size: 18px;
    padding: 14px 25px 16px;
    font-family: 'Roboto';
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #008941;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

    .button-flat:hover {
        color: #fff;
        background-color: #007035
    }

    .button-flat.button-outline {
        -webkit-transition: background-color .2s,color .2s;
        -o-transition: background-color .2s,color .2s;
        -moz-transition: background-color .2s,color .2s;
        transition: background-color .2s,color .2s
    }

        .button-flat.button-outline:not(:hover) {
            color: #008941;
            background-color: transparent
        }
/*# sourceMappingURL=common-v2.css.map */
