@font-face { /* head black text */
    font-family: 'Air France Black';
    src: url('../fonts/af/Excellence_In_Motion_Black_V5.otf'),
         url('../fonts/af/Excellence_In_Motion_Black_TTF.ttf');
}

@font-face { /* head bold text */
    font-family: 'Air France Bold';
    src: url('../fonts/af/Excellence_In_Motion_Bold_V5.otf'),
    url('../fonts/af/Excellence_In_Motion_Bold_TTF.ttf');
}

@font-face { /* head medium text */
    font-family: 'Air France Medium';
    src: url('../fonts/af/Excellence_In_Motion_Medium_V5.otf'),
    url('../fonts/af/Excellence_In_Motion_Medium_TTF.ttf');
}

@font-face { /* head bold text */
    font-family: 'Air France Regular';
    src: url('../fonts/af/Excellence_In_Motion_Regular_V5.otf'),
    url('../fonts/af/Excellence_In_Motion_Regular_TTF.ttf');
}

@font-face { /* head thin text */
    font-family: 'Air France Thin';
    src: url('../fonts/af/Excellence_In_Motion_Thin_V5.otf'),
    url('../fonts/af/Excellence_In_Motion_Thin_TTF.ttf');
}


/* --- Body --- */

.airfrance_body {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
}


/* --- Top --- */

.airfrance_top {
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.airfrance_logo {
    padding: 1vh;
    padding-left: 5vw;
    margin: auto;
}

.airfrance_currentTimeContent {
    color: #051139;
    font-family: 'Air France Thin', 'Trebuchet MS','Helvetica','Arial','serif';
    font-size: 11vh;
    line-height: 13vh;
    font-weight: lighter;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    width: 100vw;
    left: 0;
}

/* --- called Tickets --- */

.airfrance_mainRow {
    background-color: #ffffff;
    padding: 0;
}

.airfrance_calledTicketView {
    background-color: #e9e5e6;
    padding: 0;
    margin: 0;
}

#airfrance_calledTickets {
    height: 50vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    margin-top: 1vh;
}

.airfrance_calledTicketBlock {
    width: 22vw;
    margin: 1.5vw;
    margin-top: 1vw;
    margin-bottom: 0;
    padding: 0;
}

.airfrance_calledTicketName {
    width: 17vw;
    height: 15vh;
    margin: 0;
    font-size: 4vh;
    line-height: 4vh;
    padding: 1vh;
    padding-top: 3.5vh;
    padding-bottom: 3.5vh;
    color: #05103b;
    background-color: #ffffff;
    font-family: 'Air France Bold', 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
}

.airfrance_calledTicketEndpoint {
    width: 17vw;
    color: #ffffff;
    background-color: #4492fe;
    padding: 0.75vh;
    font-family: 'Air France Bold', 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    font-size: 3vh;
    text-align: center;
    white-space: nowrap;
}

/* --- next Tickets --- */

.airfrance_nextTicketView {
    background-color: #4492fe;
    height: 20.5vh;
}

#airfrance_nextTitle {
    color: #ffffff;
    font-family: 'Air France Regular', 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    font-size: 3.5vh;
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 1vh;
}

#airfrance_nextTickets {
    width: 96vw;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 4vh;
    color: #ffffff;
    font-family: 'Air France Bold', 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
}


.airfrance_nextTicket {
    padding: 0;
    padding-left: 2.5vh;
    padding-right: 2.5vh;
    display: inline-block;
}

.airfrance_lbHostedBy {
    text-align: center;
    color: #05103b;
    font-family: 'Air France Medium', 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    font-size: 3vh;
    margin-top: 3vh;
}

.airfrance_lbHostedByImg {
    width: 12vw;
    height: auto;
    position: relative;
    left: 1.5vh;
    bottom: 0.5vh;
}

/* --- Top Only For Small --- */

.carrefour_topOnlyForSmall {
    border-bottom: 1vw solid #ffffff;
}

.carrefour_topLeftCornerOnlyForSmall {
    border: none;
    border-right: 1vw solid #ffffff;
    display: flex;
}

.carrefour_currentTimeContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
    white-space: nowrap;
}

.carrefour_bottomLeftCornerOnlyForSmall {
    padding: 1vh;
}

.carrefour_horizontalLogo {
    width: 50vh;
    margin: auto;
}


/* --- Left Only For Medium --- */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .carrefour_currentTimeContent {
        font-size: 3.2vw;
        height: 10.7vw;
        padding: 0;
        line-height: 10.7vw;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .carrefour_currentTimeContent {
        font-size: 4vw;
        height: 8.5vw;
        padding: 0;
        line-height: 8.5vw;
    }
}


.carrefour_leftOnlyForMedium {
    border-right: 1vh solid #ffffff;
}

.carrefour_topLeftOnlyForMedium {
    border-bottom: 1vh solid #ffffff;
}

.carrefour_bottomLeftOnlyForMedium {
    padding: 0.5vh;
}

.carrefour_verticalLogo {
    height: 80vh;
    margin: auto;
    margin-top: 2.5vh;
}

/* --- Right Side --- */


/* --- Title --- */

.carrefour_viewTitle {
    border-bottom: 1vh solid #ffffff;
}

@media screen and (max-width: 39.9375em) {
    .carrefour_viewTitle {
        border-bottom: 1vw solid #ffffff;
    }
}

#carrefour_viewTitleContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 1vw;
}

/* --- called Tickets --- */

.carrefour_calledTicketView {
    border-bottom: 1vh solid #ffffff;
}


@media screen and (max-width: 39.9375em) {
    .carrefour_calledTicketView {
        border-bottom: 1vw solid #ffffff;
    }
}

#carrefour_calledTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: left;
}

#carrefour_calledTickets {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 4vh;
    padding-top: 0;
    height: 45vh; /* TODO DELETE IT TO BE RESPONSIVE */
}

.carrefour_calledTicketBlock {
    width: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carrefour_calledTicket {
    width: 80%;
    margin: 0;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw solid #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #2ec9fd;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 39.9375em) {
    .carrefour_calledTicket {
        width: 60%;
    }
}

.carrefour_calledTicketArrow {
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3vw solid #ffffff;
}

.carrefour_calledTicketEndpoint {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
}

/* --- next Tickets --- */

#carrefour_nextTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: left;
}

#carrefour_nextTickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.carrefour_nextTicket {
    width: 16%;
    margin: 1vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw solid #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    background: none;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/* --- Top Only For Small --- */

.carrefour2_topOnlyForSmall {
    border-bottom: 1vw solid #ffffff;
}

.carrefour2_topLeftCornerOnlyForSmall {
    border: none;
    border-right: 1vw solid #ffffff;
    display: flex;
}

.carrefour2_currentTimeContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
    white-space: nowrap;
}

.carrefour2_bottomLeftCornerOnlyForSmall {
    padding: 1vh;
}

.carrefour2_horizontalLogo {
    width: 50vh;
    margin: auto;
}


/* --- Left Only For Medium --- */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .carrefour2_currentTimeContent {
        font-size: 3.2vw;
        height: 10.7vw;
        padding: 0;
        line-height: 10.7vw;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .carrefour2_currentTimeContent {
        font-size: 4vw;
        height: 8.5vw;
        padding: 0;
        line-height: 8.5vw;
    }
}


.carrefour2_leftOnlyForMedium {
    border-right: 1vh solid #ffffff;
}

.carrefour2_topLeftOnlyForMedium {
    border-bottom: 1vh solid #ffffff;
}

.carrefour2_bottomLeftOnlyForMedium {
    padding: 0.5vh;
}

.carrefour2_verticalLogo {
    height: 70vh;
    margin: auto;
    margin-top: 7.5vh;
}

/* --- Right Side --- */


/* --- Title --- */

.carrefour2_viewTitle {
    border-bottom: 1vh solid #ffffff;
}

@media screen and (max-width: 39.9375em) {
    .carrefour2_viewTitle {
        border-bottom: 1vw solid #ffffff;
    }
}

#carrefour2_viewTitleContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 1vw;
}

/* --- called Tickets --- */

.carrefour2_calledTicketView {
    border-bottom: 1vh solid #ffffff;
}


@media screen and (max-width: 39.9375em) {
    .carrefour2_calledTicketView {
        border-bottom: 1vw solid #ffffff;
    }
}

#carrefour2_calledTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: left;
}

#carrefour2_calledTickets {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 4vh;
    padding-top: 0;
    height: 45vh; /* TODO DELETE IT TO BE RESPONSIVE */
}

.carrefour2_calledTicketBlock {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carrefour2_calledTicket {
    width: 80%;
    margin: 0;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw solid #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #2ec9fd;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 39.9375em) {
    .carrefour2_calledTicket {
        width: 60%;
    }
}

.carrefour2_calledTicketArrow {
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3vw solid #ffffff;
}

.carrefour2_calledTicketEndpoint {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
}

/* --- next Tickets --- */

#carrefour2_nextTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: left;
}

#carrefour2_nextTickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.carrefour2_nextTicket {
    width: 12%;
    margin: 1vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw solid #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    background: none;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.cashParis_calledTicketView {
    border-bottom: 1vh solid #ffffff;
    padding-left: 0px !important;
}

#cashParis_calledTitle {
  color: #ffffff;
  font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
  font-weight: normal;
  text-align: left;
    padding-left: 0.9375rem;
}

.cashParis_calledTicketView > .columns {
    padding-right: 0px;
    padding-left: 0px;
}


@media screen and (max-width: 39.9375em) {
    .cashParis_calledTicketView {
        border-bottom: 1vw solid #ffffff;
    }
}

#cashParis_calledTickets {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 4vh;
    padding-top: 2vh;
    height: 30vh;
}

.cashParis_calledTicketBlock {
    width: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cashParis_calledTicket {
    width: 18vh;
    height: 14vh;
    margin: 0;
    -webkit-border-radius: 1vh;
    -moz-border-radius: 1vh;
    border-radius: 1vh;
    border: 0.9vh solid #ffffff;
    font-size: 7vh;
    line-height: 12vh;
    color: #2ec9fd;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    /*display: flex;*/
}

.cashParis_calledTicketArrow {
    width: 0;
    height: 0;
    border-left: 3vh solid transparent;
    border-right: 3vh solid transparent;
    border-top: 3vh solid #ffffff;
    margin-top: 1.5vh;
    margin-bottom: 0.5vh;
}

.cashParis_calledTicketEndpoint {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    font-size: 3.5vh;
}

#cashParis_nextTickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.cashParis_nextTicket {
    width: 14vh;
    margin: 1.77vh;
    height: 12vh;
    -webkit-border-radius: 1vh;
    -moz-border-radius: 1vh;
    border-radius: 1vh;
    border: 0.9vh solid #ffffff;
    font-size: 5vh;
    line-height: 11vh;
    color: #ffffff;
    background: none;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    /*display: flex;*/
}
.cashParis_label {
    box-sizing: border-box;
    align-items: center;
    -webkit-align-items: center;
    left: 0px;
    right: 0px;
    margin: auto;
}

/* --- Top Only For Small --- */

.globalblue_mainRow {
    background-color: rgb(0,35,149);
}

.globalblue_topOnlyForSmall {
    border-bottom: 1vw solid #ffffff;
}

.globalblue_topLeftCornerOnlyForSmall {
    border: none;
    border-right: 1vw solid #ffffff;
    display: flex;
}

.globalblue_currentTimeContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    white-space: nowrap;
    font-size: 2.3vw;
    line-height: 6vh;
    padding-top: 2vh;
}

.globalblue_bottomLeftCornerOnlyForSmall {
    padding: 1vh;
}

.globalblue_horizontalLogo {
    width: 50vh;
    margin: auto;
}


/* --- Left Only For Medium --- */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .globalblue_currentTimeContent {
        font-size: 2.3vw;
        height: 10vh;
        padding: 0;
        line-height: 10vh;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .globalblue_currentTimeContent {
        font-size: 2.3vw;
        height: 10vh;
        padding: 0;
        line-height: 10vh;
    }
}


.globalblue_leftOnlyForMedium {
    border-right: 1vh solid #ffffff;
}

.globalblue_topLeftOnlyForMedium {
    height : 10vh;
    border-bottom: 1vh solid #ffffff;
    padding: 0px !important;
    text-align: center;
}

.globalblue_bottomLeftOnlyForMedium {
    height: 80vh;
    line-height: 80vh;
    padding: 1vh;
    text-align: center;
}

.globalblue_verticalLogo {
    max-height: 80vh;
    margin: auto;
    width: 5vw;
}

/* --- Right Side --- */


/* --- Title --- */

.globalblue_viewTitle {
    height: 10vh;
    border-bottom: 1vh solid #ffffff;
}

@media screen and (max-width: 39.9375em) {
    .globalblue_viewTitle {
        border-bottom: 1vw solid #ffffff;
    }
}

#globalblue_viewTitleContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 1vw;
    font-size: 6vh;
    line-height: 6vh;
    padding-top: 2vh;
}

/* --- called Tickets --- */

.globalblue_calledTicketView {
    height: 55vh;
    border-bottom: 1vh solid #ffffff;
    overflow: hidden;
    max-width : 90vw;
}

.globalblue_nextTicketView {
    height: 32vh;
    overflow: hidden;
    max-width : 90vw;
}


@media screen and (max-width: 39.9375em) {
    .globalblue_calledTicketView {
        border-bottom: 1vw solid #ffffff;
    }
}

#globalblue_calledTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: left;
    height : 5vh;
    font-size: 5vh;
    line-height: 5vh;
    overflow: hidden;
    margin-bottom: 2vh;
    margin-top : 1vh;
}

#globalblue_calledTickets {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    max-width: 90vw;
    height: 47vh; /* TODO DELETE IT TO BE RESPONSIVE */
}

.globalblue_calledTicketBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 47vh;
    width: calc( 16.8vw - 5.5px );
    overflow: hidden;
    margin-right: 0.5vw;
}

.globalblue_calledTicket {
    margin: 0;
    -webkit-border-radius: 2vh;
    -moz-border-radius: 2vh;
    border-radius: 2vh;
    border: 0.3vh solid white;
    color: white;
    background-color: transparent;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    width: calc( 14.8vw - 5.5px );
    height: 22vh;
    font-size : 12vh;
    line-height: 21vh;
    margin-bottom: 2.5vh;
}

.globalblue_calledTicketArrow {
    width: 0;
    height: 0;
    border-left: 7vh solid transparent;
    border-right: 7vh solid transparent;
    border-top: 3vh solid #ffffff;
    margin-bottom: 3vh;
}

.globalblue_calledTicketEndpoint {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    font-size: 5vh;
    line-height: 8vh;
    word-break: break-all;
}

/* --- next Tickets --- */

#globalblue_nextTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: left;
    max-width: 90vw;
    height : 5vh;
    overflow: hidden;
    font-size: 5vh;
    line-height: 5vh;
    margin-bottom: 1vh;
    margin-top : 1vh;
}

#globalblue_nextTickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 90vw;
    height: 23vh; /* TODO DELETE IT TO BE RESPONSIVE */
}

.globalblue_nextTicket {
    margin: 1vw;
    -webkit-border-radius: 2vh;
    -moz-border-radius: 2vh;
    border-radius: 2vh;
    border: 0.3vh dotted #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    background: none;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 21vh;
    width: 12.3vw;
    max-width: 90vw;
    font-size : 10.5vh;
    line-height: 21vh;
}

#intersportContainer {
    background-color: #283153;
    height: 100%;
    width: 100%;
}

#intersport_calledTickets_container {
    border-right: 0.5vw solid white;
    flex: 0 0 75%;
    max-width: 75%;
}

.intersport_ticket {
    width: 12vw;
    height: 20vh;
    margin: 8vh 2vw 6vh 8vw;
    line-height: 18vh;
    border-radius: 2vh;
    display: inline-block;
    -webkit-border-radius: 2vh;
    -moz-border-radius: 2vh;
    border: 0.5vw solid #ffffff;
    color: #283153;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
}

.intersport_label {
    box-sizing: border-box;
    align-items: center;
    -webkit-align-items: center;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 11vh;
}

#intersportContainer {
    background-color: #283153;
    height: 100%;
    width: 100%;
}

#intersport_calledTickets_container {
    border-right: 0.5vw solid white;
    flex: 0 0 75%;
    max-width: 75%;
}

.intersport_ticket {
    width: 11vw;
    height: 20vh;
    margin: 8vh 2vw 6vh 8vw;
    line-height: 18vh;
    border-radius: 2vh;
    display: inline-block;
    -webkit-border-radius: 2vh;
    -moz-border-radius: 2vh;
    border: 0.5vw solid #ffffff;
    color: #283153;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
}

.intersport_label {
    box-sizing: border-box;
    align-items: center;
    -webkit-align-items: center;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 11vh;
}

#template_leclerc_container {
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background-color: #005abb;
    color: white;
    text-align: center;
    font-weight: bold;
}

#template_leclerc_title {
    height: 15vh;
    width: 100%;
    line-height: 13vh;
    font-size: 10vh;
    margin-top: 2vh;
}

#template_leclerc_sub_title {
    height: 10vh;
    width: 100%;
    line-height: 9vh;
    font-size: 7vh;
    margin-top: 1vh;
}

#template_leclerc_label {
    height: 70vh;
    width: 100%;
    line-height: 68vh;
    font-size: 68vh;
}

#template_leroyMerlinSrm_container {
    width: 100vw;
    height: 100vh;
    position: relative;
    color: black;
    background-color: white;
}

#template_leroyMerlinSrm_header {
    height: 15vh;
    wdith: 100vw;
    position: relative;
    background-color: #78be21;
    font-size: 7vh;
    line-height: 15vh;
    text-align: center;
    color: white;
}

#template_leroyMerlinSrm_content {
    height: 80vh;
    wdith: 100vw;
    position: relative;
}

#template_leroyMerlinSrm_leftPart{
    width: 58vw;
    height: 80vh;
    border-right: 2vw solid #78be21;
    float: left;
    position: relative;
    font-size: 6vh;
    text-align: center;
}

#template_leroyMerlinSrm_rightPart {
    width: 39.5vw;
    float: left;
    height: 80vh;
    position: relative;
}

#template_leroyMerlinSrm_footer{
    height: 5vh;
    width: 100vw;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 3.5vh;
    line-height: 5vh;
    text-align: center;
}

.leroyMerlinSrm_right_line {
    width: 95%;
    left: 4%;
    margin-top: 6.5vh;
    clear: both;
    height: 6vh;
    position: relative;
}

.leroyMerlinSrm_right_endpointName {
    width: 60%;
    float: left;
}

.leroyMerlinSrm_right_endpointNamePart1 {
    font-size: 3.5vh;
}

.leroyMerlinSrm_right_endpointNamePart2 {
    font-size: 4.5vh;
}

.leroyMerlinSrm_right_separator {
    width: 10%;
    float: left;
}

.leroyMerlinSrm_right_arrow {
    width: 0;
    height: 0;
    border-top: 3.5vh solid transparent;
    border-bottom: 3.5vh solid transparent;
    border-left: 5.5vh solid #78be21;
}

.leroyMerlinSrm_right_ticketNumber {
    width: 30%;
    float: left;
    font-size: 4.5vh;
    text-align: center;
}

.leroyMerlinSrm_left_line {
    position: relative;
    width: 100%;
    height: 25vh;
    margin-top: 26vh;
}

.leroyMerlinSrm_left_ticketNumberContainer {
    text-align: center;
    width: 40%;
    float: left;
}

.leroyMerlinSrm_left_ticketTitle {
    fonct-size: 5vh;
    text-align: center;
}

.leroyMerlinSrm_left_ticketNumber {
    font-size: 9vh;
    text-align: center;
}

.leroyMerlinSrm_left_separator {
    width: 20%;
    text-align: center;
    float: left;
}

.leroyMerlinSrm_left_arrow {
    width: 0;
    height: 0;
    border-top: 7vh solid transparent;
    border-bottom: 7vh solid transparent;
    border-left: 12vh solid #78be21;
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 4vh;
}

.leroyMerlinSrm_left_endpointContainer {
    text-align: center;
    width: 38%;
    float: left;
}

.leroyMerlinSrm_left_endpointTitle {
    fonct-size: 5vh;
    text-align: center;
}

.leroyMerlinSrm_left_endpoint {
    font-size: 9vh;
    text-align: center;
}

#template_leroyMerlinSrm_footer {
    max-width: 100vw;
    overflow: hidden;
}

.defile {
    display: inline-block;                /* modèle de boîte en ligne */
    padding-right: 2em;                   /* un peu d'espace pour la transition */
    padding-left: 100%;                   /* placement à droite du conteneur */
    white-space: nowrap;                  /* pas de passage à la ligne */
    animation: defilement 15s infinite linear;
    -webkit-animation: defilement 15s infinite linear ;
    -moz-animation: defilement 15s infinite linear ;
    -o-animation: defilement 15s infinite linear ;
    -ms-animation: defilement 15s infinite linear ;
}

@-webkit-keyframes defilement {
    0% { transform: translate3d(0,0,0);}
    100% { transform: translate3d(-100%,0,0);}
}
@-moz-keyframes defilement {
    0% { transform: translate3d(0,0,0);}
    100% { transform: translate3d(-100%,0,0);}
}
@-o-keyframes defilement {
    0% { transform: translate3d(0,0,0);}
    100% { transform: translate3d(-100%,0,0);}
}
@-ms-keyframes defilement {
    0% { transform: translate3d(0,0,0);}
    100% { transform: translate3d(-100%,0,0);}
}
@keyframes defilement {
    0% { transform: translate3d(0,0,0);}
    100% { transform: translate3d(-100%,0,0);}
}


/* --- Header --- */

#workshop_viewTitle {
    width: 100vw;
    /* height: 10vh; */
  }
  
  #workshop_viewTitleContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    text-align: center;
  }
  
  /* --- Body --- */
  
  .workshop_viewRow {
    width: 100vw;
    height: 80vh;
  }
  
  /* ---- Left Side ---- */
  
  #workshop_leftSide {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 1vh;
    background-color: rgb(56, 56, 56)
  }
  
  #workshop_calledTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
  }
  
  .workshop_logo {
    padding: 12%;
    height: 70vh;
    margin: auto;
  }
  
  #workshop_calledTickets {  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    border-right: 0.2vw solid #888888;
    margin-left: 4vw;
  }
  
  .workshop_calledTicket {
    width: 50%;
    margin: auto;
    font-size: 10px;
    line-height: 10px;
    color: #2ec9fd;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
  }
  
  /* --- Right Side ---- */
  
  #workshop_rightSide {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 1vh;
    background-color: rgb(56, 56, 56);
  }
  
  #workshop_nextTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
  }
  
  #workshop_nextTickets {
    /* height: 70vh; */
    margin-left: 2vw;
    margin-right: 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
  }
  
  .workshop_nextTicket {
    width: 32%;
    height: 32%;
    border: 0.5vw solid #383838;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    background: none;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
  }
  
  /* --- Delay View -- */
  
  #workshop_delayText {
    width: 95vw;
  }
  
  #workshop_viewDelayContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    font-size: 1.5rem !important;
    float: right;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /* --- Footer --- */
  
  .workshop_viewFooter {
    width: 100vw;
    height: 10vh;
    position: absolute;
    bottom: 0;
  }
  
  .workshop_logoFooter {
    width: 50vw;
    padding: auto;
    margin: auto;
    display: block;
  }
  
  /* 
  @media screen and (max-width: 39.9375em) {
    .workshop_viewRow {
        height: 75vh;
    }
  
    #workshop_leftSide {
        height: 30vh;
    }
  
    #workshop_calledTickets {
        height: 20vh;
        border-right: none; 
    }
  
    .workshop_calledTicket {
        width: 10%;
    }
  
    #workshop_rightSide {
        height: 40vh;
    }
  
    #workshop_nextTickets {
        height: 30vh;
    }
  }  
  */
  
  @media screen and (orientation: landscape) and (min-width: 1680px) {
    #workshop_viewTitleContent {
        font-size: 8vh;
    }
    #workshop_calledTitle, #workshop_nextTitle {
        font-size: 6vh;
        margin-bottom: 2vh;
    }
    #workshop_calledTickets {
        /* height: 70vh; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    .workshop_calledTicket {
        width: 34%;
    }
    #workshop_nextTickets {
        margin-left: 3vw;
        margin-right: 3vw;
    }
    .workshop_nextTicket {
        width: 22%;
        margin: 1vh;
    }
  }
  
  @media screen and (orientation: portrait) {
    #workshop_viewTitleContent {
        font-size: 5vh;
    }
    #workshop_leftSide, #workshop_rightSide {
        width: 100vw;
        min-width: 100vw;
        margin: auto;
        margin-top: 0;
    }
    .workshop_viewRow {
        height: 75vh;
    }
    #workshop_leftSide {
        /* height: 20vh; */
        margin-top: 0;
    }
    #workshop_calledTickets {
        width: 100vw !important;
        height: 15vh;
        border-right: none;
        padding: 2vw;
    }
    .workshop_calledTicket {
        width: 18vw;
    }
    #workshop_rightSide {
        height: 40vh;
    }
    #workshop_nextTickets {
        height: 30vh;
        padding: 2vw;
    }
    .workshop_nextTicket {
        width: 18vw;
        margin: 0.5vh;
    }
    #workshop_calledTitle, #workshop_nextTitle {
        font-size: 4vh;
        padding: 1vh;
    }
    #workshop_viewDelayContent {
        font-size: 3.6vh;
    }
  }
  
  @media screen and (orientation: portrait) {
    /* #container {
        overflow-y: scroll !important; 
    } */
    #workshop_calledTickets {
      overflow-y: scroll !important;
      min-height: 65vh;
    }
    #workshop_nextTickets {
      /* overflow-y: scroll !important; */
      min-height: 65vh;
    }
  }

/* --- Header --- */

#black_viewTitle {
  width: 100vw;
  /* height: 10vh; */
}

#black_viewTitleContent {
  color: #ffffff;
  font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
  text-align: center;
}

/* --- Body --- */

.black_viewRow {
  width: 100vw;
  height: 80vh;
}

/* ---- Left Side ---- */

#black_leftSide {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 1vh;
  background-color: rgb(56, 56, 56)
}

#black_calledTitle {
  color: #ffffff;
  font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
  font-weight: normal;
  text-align: center;
}

.black_logo {
  padding: 12%;
  height: 70vh;
  margin: auto;
}

#black_calledTickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  /* border-right: 0.2vw solid #888888; */
  margin-left: 3vw;
  padding-right: 3vw;
}

.black_calledTicket {
  width: 50%;
  margin: auto;
  font-size: 10px;
  line-height: 10px;
  color: #2ec9fd;
  background-color: #ffffff;
  font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
  font-weight: normal;
  text-align: center;
}

/* --- Right Side ---- */

#black_rightSide {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 1vh;
  background-color: rgb(56, 56, 56);
}

#black_nextTitle {
  color: #ffffff;
  font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
  font-weight: normal;
  text-align: center;
}

#black_nextTickets {
  /* height: 70vh; */
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.black_nextTicket {
  width: 32%;
  height: 32%;
  border: 0.5vw solid #383838;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  background: none;
  font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
  font-weight: normal;
  text-align: center;
}

/* --- Delay View -- */

#black_delayText {
  width: 100vw;
}

#black_viewDelayContent {
  color: #ffffff;
  font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 0;
}

/* --- Footer --- */

.black_viewFooter {
  width: 100vw;
  height: 10vh;
  position: absolute;
  bottom: 0;
}

.black_logoFooter {
  width: 50vw;
  padding: auto;
  margin: auto;
  display: block;
}
#delimitation {
  min-height:65vh;
  border-right:1px solid #888888;
  z-index:1000;
  position: absolute;
  left: 50%;
}

/*
@media screen and (max-width: 39.9375em) {
  .black_viewRow {
      height: 75vh;
  }

  #black_leftSide {
      height: 30vh;
  }

  #black_calledTickets {
      height: 20vh;
      border-right: none;
  }

  .black_calledTicket {
      width: 10%;
  }

  #black_rightSide {
      height: 40vh;
  }

  #black_nextTickets {
      height: 30vh;
  }
}
*/

@media screen and (orientation: landscape) and (min-width: 1680px) {
  #black_viewTitleContent {
      font-size: 8vh;
  }
  #black_calledTitle, #black_nextTitle {
      font-size: 6vh;
      margin-bottom: 2vh;
  }
  #black_calledTickets {
      /* height: 70vh; */
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
  }
  .black_calledTicket {
      width: 34%;
  }
  #black_nextTickets {
      margin-left: 3vw;
      margin-right: 3vw;
  }
  .black_nextTicket {
      width: 22%;
      margin: 1vh;
  }
}

@media screen and (orientation: portrait) {
  #black_viewTitleContent {
      font-size: 5vh;
  }
  #black_leftSide, #black_rightSide {
      width: 100vw;
      min-width: 100vw;
      margin: auto;
      margin-top: 0;
  }
  .black_viewRow {
      height: 75vh;
  }
  #black_leftSide {
      /* height: 20vh; */
      margin-top: 0;
  }
  #black_calledTickets {
      width: 100vw !important;
      height: 15vh;
      border-right: none;
      padding: 2vw;
  }
  .black_calledTicket {
      width: 18vw;
  }
  #black_rightSide {
      height: 40vh;
  }
  #black_nextTickets {
      height: 30vh;
      padding: 2vw;
  }
  .black_nextTicket {
      width: 18vw;
      margin: 0.5vh;
  }
  #black_calledTitle, #black_nextTitle {
      font-size: 4vh;
      padding: 1vh;
  }
  #black_viewDelayContent {
      font-size: 3.6vh;
  }
  #delimitation {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  /* #container {
      overflow-y: scroll !important;
  } */
  #black_calledTickets {
    overflow-y: scroll !important;
    min-height: 65vh;
  }
  #black_nextTickets {
    /* overflow-y: scroll !important; */
    min-height: 65vh;
  }
}

/* --- Header --- */

#museum_viewTitle {
    width: 100vw;
    height: 10vh;
}

#museum_viewTitleContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
}

/* --- Body --- */

.museum_viewRow {
    width: 100vw;
    height: 80vh;
}

/* ---- Left Side ---- */

#museum_leftSide {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 1vh;
}

#museum_calledTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
}

.museum_logo {
    padding: 12%;
    height: 70vh;
    margin: auto;
}

#museum_calledTickets {
    height: 70vh;
    display: flex;
    justify-content: center;
    border-right: 0.5vw solid #ffffff;
}

.museum_calledTicket {
    width: 50%;
    margin: auto;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw solid #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #2ec9fd;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
}

/* --- Right Side ---- */

#museum_rightSide {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 1vh;
}

#museum_nextTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
}

#museum_nextTickets {
    height: 70vh;
    margin-left: 6vw;
    margin-right: 6vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.museum_nextTicket {
    width: 32%;
    height: 32%;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw dotted #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    background: none;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
}

/* --- Delay View -- */

#museum_delayText {
    width: 100vw;
}

#museum_viewDelayContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
    vertical-align: bottom;
    margin-top: 0;
    margin-bottom: 0;
}

/* --- Footer --- */

.museum_viewFooter {
    width: 100vw;
    height: 10vh;
    position: absolute;
    bottom: 0;
}

.museum_logoFooter {
    width: 50vw;
    padding: auto;
    margin: auto;
    display: block;
}

@media screen and (max-width: 39.9375em) {
    .museum_viewRow {
        height: 75vh;
    }

    #museum_leftSide {
        height: 30vh;
    }

    #museum_calledTickets {
        height: 20vh;
        border-right: none;
    }

    .museum_calledTicket {
        width: 10%;
    }

    #museum_rightSide {
        height: 40vh;
    }

    #museum_nextTickets {
        height: 30vh;
    }
}

@media screen and (orientation: landscape) and (min-width: 1680px) {
    #museum_viewTitleContent {
        font-size: 8vh;
    }

    #museum_calledTitle, #museum_nextTitle {
        font-size: 6vh;
        margin-bottom: 2vh;
    }

    #museum_calledTickets {
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .museum_calledTicket {
        width: 34%;
    }

    #museum_nextTickets {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .museum_nextTicket {
        width: 22%;
        margin: 1vh;
    }
}

@media screen and (orientation: portrait) {
    #museum_viewTitleContent {
        font-size: 5vh;
    }

    #museum_leftSide, #museum_rightSide {
        width: 100vw;
        min-width: 100vw;
        margin: auto;
        margin-top: 0;
    }

    .museum_viewRow {
        height: 75vh;
    }

    #museum_leftSide {
        height: 20vh;
        margin-top: 0;
    }

    #museum_calledTickets {
        height: 15vh;
        border-right: none;
    }

    .museum_calledTicket {
        width: 18vw;
    }

    #museum_rightSide {
        height: 40vh;
    }

    #museum_nextTickets {
        height: 30vh;
        padding: 3vw;
    }

    .museum_nextTicket {
        width: 18vw;
        margin: 0.5vh;
    }

    #museum_calledTitle, #museum_nextTitle {
        font-size: 4vh;
        padding: 1vh;
    }

    #museum_viewDelayContent {
        font-size: 3.6vh;
    }
}


.simple_sidebar {
    background-color: #2ec9fd;
    position: relative;
    height: 100vh;
    width: 12vw;
    float: left;
    text-align: center;
}

.simple_logo {
    height: 95vh;
    position: relative;
    top: 2.5vh;
}

.simple_content {
    width: 88vw;
    height: 100vh;
    float: right;
    padding: 0;
    margin: 0;
    border-left: 0.5vw solid #6cd9fd;
}

#simple_queueTable {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.simple_tableHeader {
    width: 100%;
    height: 100%;
    background-color: #2ec9fd;
}

.simple_tableHeader th {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-family: 'Helvetica Neue Roman','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    font-size: 200%;
    color: #ffffff;
}

.simple_queueLine {
    padding: 0;
    margin: 0;
    background-color: #2ec9fd;
}

.simple_queueLine.even {
    background-color: #2ec9fd;
}

.simple_queueLine.odd {
    background-color: #6cd9fd;
}

.simple_queueName {
    display: inline-block;
    height: 100%;
    margin: 0;
    margin-left: 2vh;
    text-align: left;
    vertical-align: middle;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-size: 200%;
    line-height: 200%;
    font-weight: bold;
    color: #ffffff;
}

.simple_queueTickets {
    display: inline-table;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.simple_ticket {
    display: inline-block;
    width: 10vw;
    margin: 0.5%;
    margin-left: 1vw;
    margin-right: 1vw;
    background-color: #ffffff;
    padding-bottom: 1vh;
    -webkit-box-shadow: 2vh 3vh 1vh 0.5vh rgba(0,0,0,0.3);
    -moz-box-shadow: 2vh 3vh 1vh 0.5vh rgba(0,0,0,0.3);
    box-shadow: 2vh 3vh 1vh 0.5vh rgba(0,0,0,0.3);
}

.simple_ticketNumber {
    margin: 1%;
    padding: 2%;
    text-align: center;
    vertical-align: top;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-size: 160%;
    line-height: 160%;
    font-weight: bold;
    color: #000000;
}

#sncf_body {
    width: 100vw;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    top: 0px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    font-size: 4.097vh;
    color: #ffffff;
    background-color: #3C3C3B;
    font-family: Arial, sans-serif;
}

#calledTicketsTitle {
    margin-top: 4.83vh;
}

#calledTicketEmpty {
    margin-top: 13.6vh;
    margin-bottom: 19.6vh;
    font-weight: bold;
}

#calledTicketContainer {
    max-height: 79vh;
    overflow-x: hidden;
    overflow-y: auto;
    animation: scroll 3s linear 1s infinite;
}

#calledTicketLine1, #calledTicketLine2, #calledTicketLine3, #calledTicketLine4 {
    width: 77.54%;
    left: 0%;
    right: 0px;
    margin: auto;
    margin-top: 2.77vh;
}

.ticketCalledContainer {
    width: 20.894vw;
    height: 22.57vh;
    display: inline-block;
    margin-right: 7.42vw;
}

.endpointLabel {
    width: 100%;
    height: 5.625vh;
    line-height: 5.625vh;
    margin-bottom: 2.05vh;
    font-size: 5vh;
    font-weight: bold;
}

.calledTicketLabel {
    width: 100%;
    height: 14.86vh;
    line-height: 14.86vh;
    background-color: #0088C6;
    font-weight: bold;
    border-radius: 1vh;
}

#calledTicketLine1 .ticketCalledContainer:last-child, #calledTicketLine2 .ticketCalledContainer:last-child, #calledTicketLine3 .ticketCalledContainer:last-child, #calledTicketLine4 .ticketCalledContainer:last-child {
    margin-right: 0px;
}

#nextTicketsContainer {
    position: absolute;
    top: 50vh;
    width: 100vw;
    height: auto;
    left: 0px;
    right: 0px;
    margin: auto;
}

#nextTicketsTitle {
    margin-bottom: 3vh;
}

#nextTicketsEmpty {
    margin-top: 6.5vh;
    font-weight: bold;
}

#bookedTicketLine1, #bookedTicketLine2 {
    width: 77.54%;
    left: 0%;
    right: 0px;
    margin: auto;
    text-align: left;
}

.ticketNextContainer {
    border: 2px dotted #ffffff;
    display: inline-block;
    width: calc(15.43vw - 2px);
    height: calc(10.97vh - 2px);
    line-height: calc(10.97vh - 2px);
    font-size: 2.986vh;
    margin-bottom: 4.16vh;
    font-weight: bold;
    text-align: center;
    margin-right: 5.27vw;
    border-radius: 1vh;
}

#bookedTicketLine1 .ticketNextContainer:last-child, #bookedTicketLine2 .ticketNextContainer:last-child {
    margin-right: 0px;
}

#sncfLogo {
    position: absolute;
    z-index: 2;
    bottom: 4vh;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 5.13vh;
}

#sncfLogo img{
    height: 100%;
    width: auto;
}

/* --- Top Only For Small --- */

.store_topOnlyForSmall {
    border-bottom: 1vw solid #ffffff;
}

.store_topLeftCornerOnlyForSmall {
    border: none;
    border-right: 1vw solid #ffffff;
    display: flex;
}

.store_currentTimeContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
    white-space: nowrap;
}

.store_bottomLeftCornerOnlyForSmall {
    padding: 1vh;
}

.store_horizontalLogo {
    width: 50vh;
    margin: auto;
}


/* --- Left Only For Medium --- */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .store_currentTimeContent {
        font-size: 3.2vw;
        height: 10.7vw;
        padding: 0;
        line-height: 10.7vw;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .store_currentTimeContent {
        font-size: 4vw;
        height: 8.5vw;
        padding: 0;
        line-height: 8.5vw;
    }
}


.store_leftOnlyForMedium {
    border-right: 1vh solid #ffffff;
}

.store_topLeftOnlyForMedium {
    border-bottom: 1vh solid #ffffff;
}

.store_bottomLeftOnlyForMedium {
    padding: 1vh;
}

.store_verticalLogo {
    height: 80vh;
    margin: auto;
}

/* --- Right Side --- */


/* --- Title --- */

.store_viewTitle {
    border-bottom: 1vh solid #ffffff;
}

@media screen and (max-width: 39.9375em) {
    .store_viewTitle {
        border-bottom: 1vw solid #ffffff;
    }
}

#store_viewTitleContent {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 1vw;
}

/* --- called Tickets --- */

.store_calledTicketView {
    border-bottom: 1vh solid #ffffff;
}

@media screen and (max-width: 39.9375em) {
    .store_calledTicketView {
        border-bottom: 1vw solid #ffffff;
    }
}

#store_calledTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: left;
}

#store_calledTickets {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4vh;
    height: 30vh; /* TODO DELETE IT TO BE RESPONSIVE */
}

.store_calledTicketBlock {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.store_calledTicket {
    width: 80%;
    margin: 0;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw solid #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #2ec9fd;
    background-color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    /*display: flex;*/
}

@media screen and (min-width: 39.9375em) {
    .store_calledTicket {
        width: 60%;
    }
}

.store_calledTicketArrow {
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3vw solid #ffffff;
}

.store_calledTicketEndpoint {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
}

/* --- next Tickets --- */

#store_nextTitle {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: normal;
    text-align: left;
}

#store_nextTickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.store_nextTicket {
    width: 10%;
    margin: 1vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    border-radius: 3vw;
    border: 0.5vw solid #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    background: none;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    /*display: flex;*/
}

.store_label {
    box-sizing: border-box;
    align-items: center;
    -webkit-align-items: center;
    left: 0px;
    right: 0px;
    margin: auto;
}

#template_wu_container {
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

#template_wu_title {
    height: 20vh;
    text-align: center;
    font-size: 7vh;
    color: white;
    background-color: black;
    line-height: 20vh;
}

#template_wu_content, #template_wu_no_tickets {
    height: 80vh;
    width: 100vw;
    background-color: white;
    color: black;
    position: relative;
    font-size: 13vh;
    text-align: center;
}

#template_wu_no_tickets {
    line-height: 80vh;
}

#template_wu_content_left {
    padding-top: 14vh;
    width: 40vw;
    left: 3vw;
    height: 100%;
    position: absolute;
}

#template_wu_content_left_title, #template_wu_content_right_title {
    font-size: 10vh;
}

#template_wu_content_left_label, #template_wu_content_right_label {
    font-size: 16vh;
    font-weight: bold;
}

#template_wu_content_right {
    padding-top: 14vh;
    width: 40vw;
    right: 3vw;
    height: 100%;
    position: absolute;
}

#template_wu_content_center {
    position: absolute;
    width: 8vw;
    height: 18%;
    left: 46vw;
    top: 37%;
}

#template_wu_content_center_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9vh 0 9vh 8vw;
    border-color: transparent transparent transparent #FFDD00;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #258faf; }
  a img {
    border: 0; }

hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial; }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

@font-face { /* head bold text */
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeueLTStd-Bd.otf');
}

@font-face { /* head standard text */
    font-family: 'Helvetica Neue Roman';
    src: url('../fonts/HelveticaNeueLTStd-Roman.otf');
}

@font-face { /* keyboard text */
    font-family: 'Helvetica Neue Thin';
    src: url('../fonts/HelveticaNeueLTStd-Th.otf');
}

@font-face { /* ticket text */
    font-family: 'Coolvetica';
    src: url('../fonts/coolvetica-rg.ttf');
}

body {
    background-color: #2ec9fd;
}

html, body, .container {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2ec9fd;
}

.errorContainer {
    background-color: #2ec9fd;
    display: block;
    padding: 1vh;
    width: 100vw;
    height: 100vh;
    color: #f4f4f4;
    font-size: 15vw;
    text-align: center;
    vertical-align: middle;
}

.errorContainer img {
    position:relative;
    top:40vh;
}

#errorMessage {
    width: 100vw;
    position: absolute;
    bottom: 3vh;
    font-family: 'Helvetica Neue LT Std 75 Bold','Helvetica','Trebuchet MS','serif';
    font-size: 3vh;
    line-height: 3vh;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 1vh;
}

.container {
    display: none;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.fullHeight {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    max-height: initial;
}

/* --- player --- */

#pauseBtn {
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/stopIcon.svg');
    background-size: 2.5vw;
}
