@font-face {
    font-family: 'the_group_head_prolight';
    src: url('../fonts/thegroupheadpro-light-webfont.woff2') format('woff2'),
         url('../fonts/thegroupheadpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_group_text_probold';
    src: url('../fonts/thegrouptextpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/thegrouptextpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_group_text_promedium';
    src: url('../fonts/thegrouptextpro-medium-webfont.woff2') format('woff2'),
         url('../fonts/thegrouptextpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_group_text_proregular';
    src: url('../fonts/thegrouptextpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/thegrouptextpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, input, select, button {
    font-family: 'the_group_head_prolight';
}

.main {
    background: #010080;
    color: #fff;
}

.home .main {
    background: url('../img/wipers-bg.jpg?cache=1') center right no-repeat #010080;
    background-size: 45% auto;
    background-attachment: fixed;
    color: #fff;
}

.spin-wheel-page .main {
    background: url('../img/bg.png') center right no-repeat #010080;
    background-size: 50% auto;
    background-attachment: fixed;
    color: #fff;
}

.header .logos {
    margin-top: -20px;
}

.footer img {
    display: none !important;
}

.header-border {
    display: none !important;
}

.main {
    border-top: 10px solid #01fffd;
    border-bottom: 10px solid #01fffd;
}

.main .content h1, .main .content h2, .main .content h3, .main .content h4 {
    font-family: 'the_group_text_probold';
    text-transform: uppercase;
    color: #01ffff;
}

.main .content .subheading {
    font-family: 'the_group_head_prolight';
    color: #fff;
}

.main .content h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 72px;
}

.main .content h1 span {
    text-transform: uppercase;
}

.main .content {
    min-height: 200px;
}

.main .content.invoice-submit h1 {
    font-size: 62px;
}

.main .content.invoice-submit h1 span {
    font-size: 62px;
    color: #fff;
}

.main .content.countdown-ready h1 {
    font-size: 72px;
}

.main .content.countdown-ready h1 span {
    font-size: 72px;
    color: #fff;
}

form .checkboxes .checkbox_container {
    text-align: left;
}

form .checkboxes .checkbox_container, form .checkboxes .checkbox_container a {
    color: #fff;
}

.main .content .btn {
    background-color: #01fffd;
    color: #010080;
}

.main .content .btn:hover {
    opacity: 0.8;
}

.main .content .btn--sm {
    font-size: 13px;
    padding: 5px;
    background: #99cdff;
    color: #010080;
}

form .invoice-number button#add-field {
    background: #99cdff !important;
    right: auto;    
    height: auto;
    position: relative;
    text-indent: 0;
    margin: auto;
    padding: 15px;
}

form .invoice-number .remove-field {
    display: block;
}

.main .content p {
    padding-right: 0;
}

form .checkboxes .checkbox_container .checkmark {
    width: 28px;
    height: 28px;
}

form .checkboxes .checkbox_container:hover input~.checkmark {
    background-color: #beced3;
}

.spin-wheel-page .main .content h1 {
    text-transform: uppercase;
    font-size: 100px;
}

.spin-wheel-page .main .content h1 span {
    font-size: 40px;
    font-family: 'the_group_head_prolight';
    text-transform: lowercase;
}

.spin-wheel-page .main .content .subheading {
    font-size: 25px;
}

.popup__box__content {
    font-family: 'the_group_head_prolight';
}

.popup__box__content .content .heading {
    font-family: 'the_group_text_probold';
}

.popup__box__content .content .btn {
    background-color: #01fffd;
    color: #010080;
}

.spin-wheel-page .main .spin-container .spin-arrow img {
    filter: brightness(1) !important;
}

@media screen and (min-width: 1400px) {
    .main .content h1 {
        font-size: 80px;
    }
    
    .main .content .subheading {
        font-size: 32px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 940px) {
    .spin-wheel-page .main .content .subheading {
        max-width: none;
    }
}

@media screen and (max-width: 760px) {
    .home .main {
        background-size: 500px auto;
        background-position: top center;
        background-position-y: 10px;
        padding-top: 300px;
        background-attachment: local;
    }
    
    .main .content {
        text-align: center;
        max-width: none;
    }
    
    .main .content h1 {
        font-size: 60px;
    }
    
    .main .content.invoice-submit h1, 
    .main .content.invoice-submit h1 span {
        font-size: 48px;
    }
}

@media screen and (max-width: 500px) {
    .home .main {
        background-size: 400px auto;
        background-position: top center;
        background-position-y: 10px;
        padding-top: 250px;
    }
    
    .main .content.invoice-submit h1, 
    .main .content.invoice-submit h1 span {
        font-size: 36px;
    }
}

.page.wipe-reveal-win .main {
    padding: 0;
    display: block;
    flex: none;
    text-align: center;
}

.page.wipe-reveal-win .main-container {
    position: relative;
    overflow: hidden;
    height: 1050px;
}

#wipe-reveal-win {
    position: absolute;
    display: block;
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    top: 0;
    left: 50%;
    margin-left: -700px;
}

#wipe-reveal-win img.game {
    display: block;
    margin: 0 auto;
    width: 100%;
}

#wipe-reveal-win img.layer {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
}

#wipe-reveal-win img.layer--1 {
    z-index: 10;
}

#wipe-reveal-win img.layer--2 {
    z-index: 8;
}

#wipe-reveal-win img.layer--3 {
    z-index: 6;
}

#wipe-reveal-win img.logo {
    position: relative;
    display: block;
    width: 356px;
    margin: 0 auto;
    margin-top: -25px;
    z-index: 20;
}

#wipe-reveal-win .plays-remaining {
    position: relative;
    color: #00FFFF;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'the_group_text_probold';
    z-index: 20;
}

#wipe-reveal-win img.wiper {
    display: block;
    width: 165px;
    position: absolute;
    bottom: -440px;
    left: 50%;
    margin-left: -200px;
    transform-origin: bottom right;
    transform: rotateZ(35deg);
    z-index: 99;
    transition: transform 1s;
}

#wipe-reveal-win.nudge img.wiper {
    animation: nudgeAnimation 2s infinite;
}

#wipe-reveal-win .text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    font-size: 90px;
    font-family: 'the_group_text_probold';
    color: #00FFFF;
    text-transform: uppercase;
    line-height: 1;
    display: none;
    transform: translateY(-50%);
    margin-top: -125px;
}

#wipe-reveal-win .text-overlay span {
    color: #fff;
}

#wipe-reveal-win .text-overlay.intro {
    z-index: 10;
    display: block;
}

#wipe-reveal-win.swipe-on img.wiper {
    transform: rotateZ(-20deg);
}

.popup__box__content .content .heading {
    text-transform: uppercase;
}

.popup__box__content .content .subheading {
    font-family: 'the_group_text_promedium';
    color: #00005A;
    text-transform: uppercase;
}

#popup {
    background: rgba(0,0,128,0.7);
}

#popup .popup__box {
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}

#popup .popup__box__content {
    background: #00FFFF;
    color: #00005A;
}

#popup .btn {
    background: #00005A;
    color: #00FFFF;
}

@keyframes nudgeAnimation {
    0% {
        transform: rotateZ(35deg);
    }
    50% {
        transform: rotateZ(31deg);
    }
    100% {
        transform: rotateZ(35deg);
    }
}

@media screen and (max-width: 1200px) {
    .page.wipe-reveal-win .main-container {
        height: 600px;
    }
    
    #wipe-reveal-win {
        width: 700px;
        margin-left: -350px;
    }
    
    #wipe-reveal-win img.logo {
        width: 200px;
        margin-top: 0;
    }
    
    #wipe-reveal-win .plays-remaining {
        font-size: 22px;
    }
    
    #wipe-reveal-win .text-overlay {
        font-size: 48px;
        margin-top: -75px;
    }
    
    #wipe-reveal-win img.wiper {
        width: 80px;
        bottom: -150px;
        margin-left: -100px;
    }
}

#validate-invoices {
    width: 100%;
    border-spacing: 0;
}

#validate-invoices tr th,
#validate-invoices tr td {
    width: calc(100% - 160px);
    padding: 5px;
    text-align: left;
}

#validate-invoices tr th:first-child,
#validate-invoices tr td:first-child {
    width: 160px;
}

#validate-invoices th {
    font-weight: normal;
    font-family: 'the_group_text_probold';
}

#validate-invoices td {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#validate-invoices td input, 
#validate-invoices td select {
    width: 100%;
    height: auto;
    padding: 5px;
}

.main .content p a {
    color: #fff;
}

.main .content p.disclaimer {
    font-size: 15px;
    margin-top: 50px;
}

#wipe-reveal-win.playing {
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    .main .content.countdown-ready h1, 
    .main .content.countdown-ready h1 span {
        font-size: 50px;
    }
}

@media screen and (max-width: 420px) {
    .main .content.countdown-ready h1, 
    .main .content.countdown-ready h1 span {
        font-size: 40px;
    }
}

form {
    padding-right: 0 !important;
}

#video-player video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}