
* {
    box-sizing: border-box;
}

/***/

html {
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

a {
    color: #25258e;
    cursor: pointer;
}

small {
    font-size: .875em;
}

.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}

.header aside {
    display: flex;
    height: 6.375rem;
    flex-direction: row;
    justify-content: space-between;
}

.header a {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.header-news {
    color: #fff;
    padding-top: 2.5rem;
    padding-left: 1.875rem;
    width: 70%;
    width: calc(100% - 350px);
    display: flex;
    cursor: pointer;
}

.header-news span {
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-news svg, .header-news svg path {
    fill: #e03535;
    -webkit-animation: livepulse 2s linear infinite;
    animation: livepulse 2s linear infinite;
}

.header-news > * {
    display: inline-block;
    vertical-align: middle;
}

.header-news strong {
    text-transform: uppercase;
    font-weight: 600;
    width: 95px;
}

.header-user {
    display: flex;
}

.header-user .logout .v-list.userMenu .logoutText {
    min-height: inherit
}

.header-user .notification {
    margin-right: 2.5rem;
}

.header-user .notification span {
    padding-top: 2.7rem;
}

.header-user .notification svg {
    width: 28px;
    height: 28px;
}

.header-user .notification.active svg path {
    fill: #facd00;
}

.liveNowAnimationContainer {
    max-height: 23px !important;
    text-align: left;
}

.header-user a {
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    height: 100%;
}

.header-user a > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2.1875rem;
}

.header-user a > span + span {
    margin-left: .5rem;
}

.header-user a svg, .header-user a svg path {
    fill: #fff;
    transition: fill .4s ease;
}

.header-user a:hover svg, .header-user a:hover svg path {
    fill: #facd00;
}

.header-user a + a {
    margin-left: 2rem;
}

.header-user .userName,
.header-user .idNumber {
    text-align: right;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-user .idNumber {
    text-align: right;
    font-weight: 400;
    font-size: .8em;
}

.header-user .userIcon {
    margin-left: .7rem;
    padding-top: 2.6rem;
}

.header-main-wrapper {
    height: 7.4375rem;
}

.header-main, .header-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header .header-main, .header .header-time {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .2);
}

.header-main {
    flex-grow: 1;
    background: #fff;
}

.header h1 {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.header h1 small, .header h1 span {
    display: none;
}

.header .img-logo {
    margin: 0 1.5rem 0 2rem;
    width: 5rem;
    height: auto;
}

.header .text-logo {
    width: 27.5rem;
}

img {
    height: auto;
    max-width: 100%;
}

.header nav {
    height: 100%;
    display: block;
}

ul {
    list-style: none;
}

.header nav > ul {
    list-style-type: none;
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    flex-direction: row;
}

.header nav > ul li {
    display: inline-flex;
    height: 100%;
    position: relative;
}

.header nav a {
    display: inline-block;
    color: #25258e;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 2em;
    height: 100%;
    position: relative;
    white-space: nowrap;
    background: #fff;
    z-index: 5;
}

.header nav a .text {
    position: relative;
}

.header nav a > span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.header nav a span.prefix {
    text-transform: lowercase;
}

.header nav a .text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.125rem;
    width: 0;
    height: .25rem;
    background: #facd00;
    transition: width .25s ease;
}

.header nav a .text {
    position: relative;
}

.header nav > ul li ul {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    border-top: 1px solid #eaeaee;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    transition: all .4s;
    top: 100%;
    left: -2.9375rem;
    transform: translateY(-25%);
    z-index: 4;
    margin-right: -50%;
}

.header nav > ul li ul li {
    height: 5rem;
    line-height: 5rem;
    min-width: 15rem;
    padding: 0 3rem;
}

.header nav > ul li ul li a {
    white-space: nowrap;
}

.header nav > ul li ul li a .text::before {
    transform: translateY(-2px);
}

.header nav li:hover > a .text::before {
    width: 1.375rem;
}

.header nav > ul li:hover ul {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.header nav > ul li a .icon.is-large {
    height: 2.5rem;
    width: 2.5rem;
    position: relative;
}

.header nav > ul li a .icon.is-large object {
    width: 100%;
    height: 100%;
}

.header-time {
    background: #fff;
    color: #25258e;
    padding: 0 1.75rem;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    max-width: 17rem;
    margin-left: .5rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.header-time.is-countdown {
    text-align: center;
    flex-direction: column;
}
.header-time span {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    display: inline-flex;
}
.header-time.is-countdown span {
    font-size: .9375rem;
    line-height: 1.15em;
}

.header-time strong {
    font-size: 2.5rem;
    font-weight: 700;
    display: inline-flex;
}
.header-time.is-countdown strong {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1;
}

.header-time-alt {
    display: none;
}

.userMenu {
    position: absolute !important;
    overflow: auto;
    z-index: 7;
    top: 5.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #444 !important;
}

.header-mobile-menu {
    display: none;
}

/* anim */

@-webkit-keyframes livepulse {
    0% {
        fill: #e03535
    }
    50% {
        fill: #e08135
    }
}

@keyframes livepulse {
    0% {
        fill: #e03535
    }
    50% {
        fill: #e08135
    }
}

/** responsive eaaci **/

@media screen and (max-width: 1800px) {
    .header .text-logo {
        width: 25rem
    }

    .header-news span {
        max-width: 70%;
    }
}

@media screen and (max-width: 1599px) {
    .header-time {
        padding: 0 1.25rem;
        max-width: 13rem
    }

    .header-time span {
        font-size: .75rem
    }

    .header-time strong {
        font-size: 2rem
    }

    .header .img-logo {
        width: 4.5rem
    }

    .header .text-logo {
        width: 22.5rem
    }

    .header nav a {
        padding: 0 1em 0 2em
    }

    .header nav ul li.mainItem:last-child a {
        padding: 0 1.5em 0 1em
    }
}

@media screen and (max-width: 1215px) {
    .header-time {
        display: none
    }

    .header nav > ul li:last-child ul {
        left: inherit;
        right: 2.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .header-main-wrapper {
        height: 6.25rem
    }

    .header {
        padding: 0;
        flex-direction: column;
    }

    .userMenu {
        top: 60px;
    }

    .header-time-alt {
        display: block;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        top: 26px;
        left: 60px;
        text-align: left;
    }

    .header-time-alt span {
        font-weight: 700;
        font-size: 1em;
        margin-right: 1rem
    }

    .header-time-alt strong {
        font-size: 1.25em
    }

    .header aside {
        height: 5rem;
    }

    .header-news {
        width: 97%;
        padding-top: 85px;
        padding-left: 15px;
        text-align: center;
    }

    .header-user {
        position: absolute;
        width: 100%;
    }

    .notificationCenter.v-list {
        right: inherit !important;
        padding: 8px;
    }

    .header-user .notification span {
        padding-top: 1.8rem;
    }

    .header-user a > span {
        padding-top: 0;
    }

    .header-user .userIcon {
        padding-top: .5rem;
    }

    .header-user .logout {
        padding-top: 1rem;
        position: absolute;
        right: 20px;
    }

    .header-user .register.login {
        padding-top: 1.7rem;
    }

    .header-news span {
        max-width: 50%;
    }

    .liveNowAnimationContainer {
        max-height: 23px !important;
        width: 70%;
        text-align: left;
    }

    .header-user .notification {
        margin-left: 15px;
    }

}

@media screen and (max-width: 767px) {
    .liveNowItemsContainer .col {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .header aside {
        height: auto;
        flex-direction: column-reverse;
    }

    .header-user .logout {
        padding-top: 50px;
    }

    .header-news {
        padding-top: 100px;
    }

    .header-news span {
        max-width: 80%;
    }

    .header-main {
        flex-direction: column;
    }

    .header h1 {
        padding: 0 20px 0 10px;
    }

    .header .img-logo {
        margin: 10px;
    }

    .header nav a {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        padding: 10px 0 5px;
    }

    .header nav > ul {
        flex-direction: column;
    }

    .header nav > ul li a .icon.is-large {
        margin: auto;
        padding-bottom: 5px;
    }

    .header nav > ul li {
        display: block;
        height: auto;
        position: inherit;
    }

    .header nav > ul li ul {
        position: inherit;
        visibility: visible;
        opacity: 1;
        float: left;
        width: 100%;
        transform: inherit;
        margin: 0;
        padding: 0;
    }

    .header nav a > span {
        top: inherit;
        transform: none;
    }

    .header nav > ul li ul li {
        height: inherit;
        line-height: inherit;
        padding: 5px;
    }

    .header nav > ul li ul li a {
        color: #999;
        font-weight: 500;
    }

    .header nav li:hover > a .text::before {
        display: none;
    }
}

/************************/
/* MENU TEST CODE EAACI */
/************************/

.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    /*padding: 0 3rem*/
}

@media screen and (max-width: 1023px) {
    .header {
        padding: 0;
        flex-direction: column-reverse
    }
}

.header-main {
    flex-grow: 1;
    background: #fff
}

.header-main, .header-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.header-main-wrapper {
    height: 7.4375rem
}

@media screen and (max-width: 1023px) {
    .header-main-wrapper {
        height: 70px;
    }
}

.header-main-wrapper.is-mobile-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 201
}

.header-main-wrapper.is-mobile-open .header-main {
    background: #25258e;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    z-index: 201
}


.header .header-main, .header .header-time {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .2);
}

.header h1, .header h1 a {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center
}

.header h1 small, .header h1 span {
    display: none
}

.header aside {
    display: flex;
    height: 6.375rem;
    flex-direction: row;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .header aside {
        display: none;
        flex-direction: column
    }
}

@media screen and (max-width: 1023px) {
    .header aside {
        display: flex
    }
}

.header .img-logo {
    margin: 0 1rem 0 1.5rem;
    width: 6rem;
    height: auto
}

@media screen and (max-width: 1599px) {
    .header .img-logo {
        width: 6rem
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .header .img-logo {
        width: 4.375rem
    }
}

@media screen and (max-width: 1023px) {
    .header .img-logo {
        margin: 0 1rem;
        width: 3.125rem
    }
}

.header .text-logo {
    width: 27.5rem
}

@media screen and (max-width: 1599px) {
    .header .text-logo {
        width: 22.5rem
    }
}

@media (max-width: 1800px) {
    .header .text-logo {
        width: 25rem
    }
}

@media screen and (max-width: 1023px) {
    .header .text-logo {
        width: 15.625rem
    }
}

.header nav {
    height: 100%;
    display: block
}

@media screen and (max-width: 1023px) {
    .header nav {
        display: none
    }
}

.header nav a {
    display: inline-block;
    color: #25258e;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 2em;
    height: 100%;
    position: relative;
    white-space: nowrap;
    background: #fff;
    z-index: 5
}

@media screen and (max-width: 1599px) {
    .header nav a {
        padding: 0 1em 0 2em
    }
}

.header nav a > span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%)
}

.header nav a > span span {
    text-transform: none
}

.header nav a svg, .header nav a svg path {
    fill: #25258e;
    transition: fill .25s ease
}

.header nav a .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.125rem;
    width: 0;
    height: .25rem;
    background: #facd00;
    transition: width .25s ease
}

.header nav a .icon {
    position: absolute;
    left: 0
}

@media screen and (max-width: 1599px) {
    .header nav a .icon {
        left: -10px
    }
}

.header nav a .icon.is-large {
    height: 2.5rem;
    width: 2.5rem;
    position: relative
}

.header nav a .icon.is-large svg {
    height: 2.5rem;
    width: 2.5rem
}

@media screen and (max-width: 1599px) {
    .header nav a.has-icon {
        padding: 0 1.5em 0 1em
    }
}

.header nav a.has-icon .text:before {
    display: none
}

.header nav li:hover > a svg path {
    fill: #facd00
}

.header nav li:hover > a .text:before {
    width: 1.375rem
}

.header nav > ul {
    list-style-type: none;
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    flex-direction: row
}

.header nav > ul li {
    display: inline-flex;
    height: 100%;
    position: relative
}

.header nav > ul li ul {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    border-top: 1px solid #eaeaee;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    transition: all .4s;
    top: 100%;
    left: -2.9375rem;
    transform: translateY(-25%);
    z-index: 4;
    margin-right: -50%;
    pointer-events: none
}

.header nav > ul li ul li {
    height: 5rem;
    line-height: 5rem;
    min-width: 15rem;
    padding: 0 3rem
}

.header nav > ul li ul li a {
    white-space: nowrap
}

.header nav > ul li ul li a .text:before {
    transform: translateY(-2px)
}

.header nav > ul li ul li + li {
    border-top: 1px solid #eaeaee;
    margin-top: 0
}

.header nav > ul li ul li .icon svg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.header nav > ul li + li {
    margin-top: 0
}

.header nav > ul li.hover ul, .header nav > ul li:hover ul {
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

.header nav > ul > li:last-of-type > ul {
    right: 0;
    margin-right: auto;
    left: auto
}

.header nav.on-tour {
    position: relative
}

.header nav.on-tour > ul:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9;
    transition: all .2s ease
}


/*MENU BURGER */

.header-burger {
    display: none;
    width: 2.5rem;
    height: 2.1875rem;
    position: relative;
    margin: auto 1rem auto 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    flex-basis: 2.5rem;
    flex-grow: 0;
    flex-shrink: 0
}

.header-burger span {
    display: block;
    position: absolute;
    height: .3125rem;
    width: 100%;
    background: #25258e;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.header-burger span:first-child {
    top: 0
}

.header-burger span:nth-child(2), .header-burger span:nth-child(3) {
    top: .9375rem
}

.header-burger span:nth-child(4) {
    top: 1.875rem
}

.header-burger.is-open span {
    background: #fff
}

.header-burger.is-open span:first-child {
    top: 1.125rem;
    width: 0;
    left: 50%
}

.header-burger.is-open span:nth-child(2) {
    transform: rotate(45deg)
}

.header-burger.is-open span:nth-child(3) {
    transform: rotate(-45deg)
}

.header-burger.is-open span:nth-child(4) {
    top: 1rem;
    width: 0;
    left: 50%
}

.header-mobile-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #25258e;
    color: #fff;
    padding-top: 5rem;
    overflow-y: scroll;
    transition: opacity .4s, visibility .4s;
    width: 100vw
}

@media screen and (max-width: 1023px) {
    .header-burger {
        display: block
    }

    .header-mobile-menu {
        display: block
    }
}

.header-mobile-menu.is-open {
    visibility: visible;
    z-index: 200;
    opacity: 1
}

.header-mobile-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    display: block;
    height: 3rem
}

.is-mobile-open .text-logo {
    display: block;
}

.header-mobile-menu .buttons {
    justify-content: center;
    margin: 2rem 2rem 1rem
}

.header-mobile-menu .buttons .button {
    display: inline-flex !important;
    flex: 1
}

.header-mobile-menu .buttons .button + .button {
    margin-left: 1rem
}

.header-mobile-menu svg, .header-mobile-menu svg path {
    fill: #fff
}

.header-mobile-menu ul {
    margin: 0;
}

.header-mobile-menu ul li {
    text-align: left
}

.header-mobile-menu > ul {
    margin-bottom: 2rem
}

.header-mobile-menu .header-username {
    color: #fff;
    width: 100%
}

.header-mobile-menu .header-username .username {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-mobile-menu .header-username .username span + span {
    margin-left: .5rem
}

@media screen and (min-width: 1024px) {
    .header-mobile-menu {
        display: none !important
    }
}

/* game header challenge */

/*.header-mobile-menu .game {
    margin-bottom: 1rem
}

.header-mobile-menu .game svg {
    margin-right: .5rem
}

.header-mobile-menu .game a {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-mobile-menu .game small {
    color: #fff
}

*/

.header-user .header-gamification {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
    height: 100%;
    vertical-align: top;
}

.header-user .header-gamification a {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 3.75rem;
    text-align: left;
    font-weight: 500;
    font-size: .8125rem;
    padding: 0 1.5rem 0 1rem;
    margin-top: .25rem;
    line-height: 1.25;
}

.header-user .header-gamification a svg {
    width: 2rem;
    height: 2rem;
    margin-top: -.25rem;
    margin-right: .5rem;
}

.header-user .header-gamificationa span {
    padding-top: 0;
}

.header-user .header-gamification a small {
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: .25rem;
}

.header-user .header-gamification .gamification-label {
    padding-top:0;
}

.header-user .header-gamification {
    display: none;
}

@media screen and (min-width:1024px)
{
    .header-user .header-gamification { display: block }
    .header-news { width: calc(100% - 510px) }
    .liveNowAnimationContainer { width:90%; width:calc(100% - 190px) }
    .liveNowItemsContainer { width: 95% !important; }
    .liveNowItemsContainer .liveNowItemRow .col { white-space:nowrap;overflow:hidden;text-overflow:ellipsis }
}