*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    /* font-family: 'Helvetica Neue', 'Arimo', sans-serif; */
    /* font-family: Helvetica Neue, Helvetica, 'Arimo', Arial, sans-serif; */
    font-family: 'Arimo', sans-serif;
    background-color: #41b649
}

p {
    margin: 0;
    font-size: 16px;
}

hidden {
    display: none;
}

.mobile {
    display: none!important;
}

.visible,
.hidden {
    overflow: hidden;
}

.visible {
    visibility: visible;
    opacity: 2;
    transition: opacity .5s linear;
}
.hidden {
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

#wrapper {
    position: relative;
    /* min-height: calc(100vh - 160px); */
    min-height: 100%;
}

#wrapper, footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    min-width: 1024px;
}

#wrapper.full-width {
    max-width: 100%;
}

#wrapper.vertical-center {
    display: table;
}

#wrapper.vertical-center #content-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#content-wrapper > div.panel.visible:not(:first-child) {
    /* min-height: 440px; */
}

#logo-large {
    min-width: 558px;
    position: relative;
    height: inherit;
    width: 48%;
    /* min-height: 500px; */
    display: inline-block;
    /* width: 54%; */
    vertical-align: middle;
}

#logo-large span {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    /* background-image: url('/wheel/worldofsweeps/assets/images/logo_master_isolated.png'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 95%;
}

#logo-large:before {
    content: '';
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    position: absolute;
    /* background: rgb(65,182,73);
    background: -moz-radial-gradient(circle, rgba(65,182,73,0) 30%, rgba(65,182,73,1) 70%);
    background: -webkit-radial-gradient(circle, rgba(65,182,73,0) 30%, rgba(65,182,73,1) 70%);
    background: radial-gradient(circle, rgba(65,182,73,0) 30%, rgba(65,182,73,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
}

#content {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    margin: 0 5% 20px;
}

#content form {
    padding: 20px;
    border: 4px solid #106b3c;
    /* border: 4px solid #5f5f5f; */
    /* background-color: #FFF; */
    background-color: #FFFDA1;
    border-radius: 8px;
}

#content form > div:not(#logo-small) {
    margin: 30px auto;
}

#content form div > p,
#content form span.mobile-text-wrap p {
    font-weight: 700;
    font-size: 34px;
    /* color: #FFF; */
    /* color: #544d4d; */
    /* color: #106b3c; */
    color: #209056;
    text-align: center;
    /* letter-spacing: -1px; */
    line-height: 1.1;
    transform-origin: 0 0;
}

#content form div:first-child {
    /* padding-top: 40px; */
}

#content form div:first-child strong {
    font-weight: 700;
    color: #97479b;
}

#content form div:nth-child(2) {
    font-size: 38px;
}

#content form div.form-field {
    margin: 15px auto!important;
}

#content form .form-field > * {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    border-radius: 4px;
}

#content form .form-field input {
    outline: none;
    padding: 10px 15px;
    /* border: 1px solid #cacac9; */
    border: 1px solid #106b3c;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-align: center;
    width: 100%;
    min-width: 332px;
    position: relative;
    /* box-shadow: 2px 1px 13px -1px rgba(0,0,0,0.60);
    -webkit-box-shadow: 2px 1px 13px -1px rgba(0,0,0,0.60);
    -moz-box-shadow: 2px 1px 13px -1px rgba(0,0,0,0.60); */
}

#content form .form-field input.error {
    border-color: #f80000;
    background-color: #ffeded;
}

#content form .form-field button:before {
    content: '';
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

#content form .form-field button {
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    padding: 0 16px;
    min-width: 332px;
    max-width: initial;
    background-color: #97479b;
    border: 2px solid #652e81;
}

#header {
    display: none;
    padding: 8px 0;
    background-color: #146935;
    position: relative;
    z-index: 999;
}

#header span.logo_small {
    margin: 0 auto;
    width: 240px;
    height: 45px;
    background-image: url('/wheel/worldofsweeps/assets/images/logo_small.png');
    display: block;
}

#globe-wrapper {
    position: relative;
}

#globe:before, #globe:after {
    content: '';
    width: 14.5%;
    display: inline-block;
    vertical-align: middle;
    /* min-height: 275px; */
}

#globe {
    /* min-height: 320px; */
    position: relative;
    /* padding-bottom: 15px; */
    /* background: rgb(65,182,73);
    background: -moz-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%);
    background: -webkit-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%);
    background: linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
}

#globe span.animated:before {
    /* content: ''; */
    display: block;
    margin: -40px auto;
    position: relative;
    /* left: 0; */
    z-index: -999;
    /* right: 0; */
    top: -10px;
    height: calc(100% + 140px);
    /* width: 100%; */
    background-image: url('/wheel/worldofsweeps/assets/images/globe_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#globe span.animated {
    z-index: 1;
    position: relative;
    /* margin: 36px auto 0; */
    display: inline-block;
    /* opacity: .8; */
    width: 70%;
    /* height: 200px; */
    height: 175px;
    vertical-align: middle;
    background-image: url('/wheel/worldofsweeps/assets/images/globe_large.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#globe-wrapper:after {
    content: "";
    position: absolute;
    /* z-index: -1; */
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    bottom: 0px;
    left: -6px;
    right: 0;
    max-width: 175px;
    height: 18%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    background-color: #000;
    opacity: .3;
}

#progress-container {
    overflow: hidden;
    margin: 24px auto 40px;
    display: table;
    text-align: center;
    vertical-align: middle;
    background-color: #146935;
    border-radius: 8px;
}

#progress-bar {
    position: relative;
    /* width: 192px; */
    /* height: 42px; */
    display: block;
    padding: 12px 94px;
}

#progress-bar > p {
    color: #FFF;
    font-size: 1.5vw;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    font-weight: bold;
}

#progress-bar > div {
    display: block;
    background-color: #944a98;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* border-radius: 30px; */
}

#progress-statuses {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    padding: 20px 0 10px;
}

#progress-statuses > li:before {
    content: '';
    margin: 0 6px;
    display: inline-block;
    width: 24px;
    height: 16px;
    position: relative;
    top: 2px;
    background-image: url('/wheel/worldofsweeps/assets/images/check.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#progress-statuses > li {
    color: #288e3a;
    font-weight: bold;
    font-size: 1.45vw;
    display: inline-block;
    margin: 0 20px;
    width: 28%;
    text-align: center;
}

#progress-statuses > li,
#progress-statuses > li:before {
    opacity: .75;
}

#progress-statuses > li.active {
    opacity: 1;
    color: #FFF;
}

#progress-statuses > li.complete {
    opacity: 1;
    /* color: #0f6a2a; */
    color: #FFF;
}

#progress-statuses > li.active:before,
#progress-statuses > li.complete:before {
    opacity: 1;
    background-image: url('/wheel/worldofsweeps/assets/images/check-white.png');
}

#urgent {
    background-color: #97479b;
    /* padding: 12px; */
    padding: 36px;
    text-align: center;
    margin: 14px auto 8px;
    color: #FFF;
}

#urgent > h5 {
    margin: 0;
    font-size: 5vw;
}

#urgent > h5.blink {
  animation: blinker 0.5s step-start infinite;
}

#urgent p {
    color: #ffc746;
    line-height: initial;
    /* line-height: 2vw; */
    font-size: 2vw;
    margin: 2px 0;
    font-weight: 700;
}

#urgent strong {
    font-weight: 700;
}

.panel[data-panel-id="3"] {
    padding-bottom: 40px;
}

.panel[data-panel-id="3"] p,
.panel[data-panel-id="3"] h5 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0 2px rgba(0,0,0,.50);
}

.panel[data-panel-id="3"] p {
    font-weight: 500;
}

.panel[data-panel-id="3"] #congrats-wrapper:after {
    margin: 60px auto!important;
}

#congrats {
    max-width: 50%;
    margin: auto;
    padding: 20px 0 0;
}

#congrats > h5 {
    margin: 0 auto 8px;
    font-size: 5vw;
}

#congrats p {
    font-weight: 700;
    font-size: 1.5vw;
    padding: 8px 20px;
}

#countdown {
    padding: 40px 0;
}

#countdown .tick-countdown {
    font-size: 10vw;
    text-align: center;
}

#countdown span.tick-flip-card:not(:first-child):after,
#countdown span.tick-flip-card:not(:first-child):before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 0.15em;
}

#countdown span.tick-flip-card:not(:first-child):after {
    width: inherit;
    height: inherit;
    border: 5px solid #000;
    left: -5px;
    top: -3.5px;
}

#countdown span.tick-flip-card:not(:first-child):before {
    width: calc(100% + 10px);
    height: calc(100% + 8.5px);
    display: block;
    border: 5px solid #FFF;
    left: -10px;
    top: -8px;
}

#countdown .tick-countdown .tick-flip-panel {
    background-color: #97479b;
}

.panel[data-panel-id="3"] #congrats-wrapper {
    /* position: relative;
    background: rgb(65,182,73);
    background: -moz-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%);
    background: -webkit-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%);
    background: linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
}

/* .panel[data-panel-id="3"] #congrats-wrapper:after {
    content: '';
    display: block;
    margin: -40px auto;
    position: absolute;
    z-index: -999;
    top: -10px;
    height: calc(100% + 85px);
    width: 100%;
    background-image: url('/wheel/worldofsweeps/assets/images/globe_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
} */

#exclusive p {
    font-size: 20px;
}

footer {
    font-size: 10px;
    color: #146935;
    /* display: none; */
    /* opacity: .75; */
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    font-family: 'Arial', sans-serif;
    line-height: 18px;
}

footer > p {
    font-size: inherit;
    text-align: center;
    padding: 4px 15px;
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0 auto 4px;
    text-align: center;
    font-size: inherit;
    font-family: 'Arial', sans-serif;
}

footer ul li {
    display: inline-block;
}

footer ul li:after {
    content: '|';
    margin: 0 6px;
    display: inline-block;
}

footer ul li:last-child:after {
    content: '';
}

footer ul li a {
    color: #146935;
    /* text-decoration: none; */
}

@media (pointer: fine) {
    #wrapper {
        display: table;
    }

    #wrapper #content-wrapper {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    #header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #bg {
        width: 100%;
        height: 100%;
        position: absolute;
        background-position: center top;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/wheel/worldofsweeps/assets/images/bg-overlay.png');
        /* background-image: url('/wheel/worldofsweeps/assets/images/squiggles_dollars_bg.png'); */
    }

    #bg.fade:before {
        content: '';
        width: 100%;
        height: 100%;
        min-height: inherit;
        display: block;
        position: absolute;
        /* background: rgb(65,182,73);
        background: -moz-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 30%, rgba(65,182,73,1) 80%, rgba(65,182,73,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 30%, rgba(65,182,73,1) 80%, rgba(65,182,73,0) 100%);
        background: linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 30%, rgba(65,182,73,1) 80%, rgba(65,182,73,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */

        background: rgb(65,182,73);
        background: -moz-radial-gradient(circle, rgba(65,182,73,1) 0%, rgba(65,182,73,0.7987570028011204) 55%, rgba(65,182,73,0.6026785714285714) 70%, rgba(65,182,73,0) 100%);
        background: -webkit-radial-gradient(circle, rgba(65,182,73,1) 0%, rgba(65,182,73,0.7987570028011204) 55%, rgba(65,182,73,0.6026785714285714) 70%, rgba(65,182,73,0) 100%);
        background: radial-gradient(circle, rgba(65,182,73,1) 0%, rgba(65,182,73,0.7987570028011204) 55%, rgba(65,182,73,0.6026785714285714) 70%, rgba(65,182,73,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);

        /* background: rgb(65,182,73);
        background: -moz-radial-gradient(circle, rgba(65,182,73,1) 0%, rgba(65,182,73,0.804359243697479) 55%, rgba(65,182,73,0.7035189075630253) 70%, rgba(65,182,73,0) 100%);
        background: -webkit-radial-gradient(circle, rgba(65,182,73,1) 0%, rgba(65,182,73,0.804359243697479) 55%, rgba(65,182,73,0.7035189075630253) 70%, rgba(65,182,73,0) 100%);
        background: radial-gradient(circle, rgba(65,182,73,1) 0%, rgba(65,182,73,0.804359243697479) 55%, rgba(65,182,73,0.7035189075630253) 70%, rgba(65,182,73,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
    }

    /* #bg.fade:before {
        content: '';
        width: 100%;
        height: 100%;
        min-height: inherit;
        display: block;
        position: absolute;
        background: rgb(65,182,73);
        background: -moz-linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        background: -webkit-linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        background: linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);
    } */

    #logo-large img {
        z-index: 1;
        position: relative;
        width: 100%;
    }

    #logo-large:after {
        top: 0;
        left: 0;
        z-index: 0;
        content: '';
        width: 100%;
        height: 100%;
        min-height: inherit;
        display: block;
        position: absolute;
        background: rgb(65,182,73);
        background: -moz-radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        background: -webkit-radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        background: radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);
    }

    @media screen and (min-height: 560px) and (max-height: 973px) {
        .panel[data-panel-id="2"].visible,
        .panel[data-panel-id="3"].visible {
            padding-top: 61px;
        }
    }

    #congrats {
        padding: 20px 20px 25px;
        background: #FFFDA1;
        border: 4px solid #106b3c;
        border-radius: 8px;
    }

    #congrats h5,
    #congrats p {
        color: #209056;
        text-shadow: none;
    }
}

@media screen and (max-height: 768px) {
    #wrapper {
        position: relative;
        min-height: 100%;
        /* min-height: calc(100vh - 140px); */
    }

    #content form div {
        /* padding-right: 10%; */
    }

    #content form > div:first-child {
        padding-top: 36px;
    }

    #content form div:nth-child(2) {
        /* font-size: 32px; */
    }

    #globe span.animated {
        margin: 36px auto 0;
    }

    footer {
        font-size: 9px;
        /* line-height: 15px; */
        /* max-width: 1024px; */
    }
}

@media screen and (min-height: 659px) {
    #globe span.animated:before {
        top: -24px;
    }
}

@media screen and (min-height: 560px) and (max-height: 973px) {
    #globe-wrapper {
        padding-bottom: 20px;
    }

    #globe span.animated:after {
        /* max-width: 125px; */
        height: 20%;
        /* bottom: 0; */
    }

    /* @media screen and (max-width: 370px) {
        #globe span.animated:after {
            bottom: 120px;
            max-width: 125px;
            height: 10%;
        }
    } */
}

@media screen and (min-height: 973px) {
    /* #content form div > p {
        font-size: 1.8vw;
    } */

    #globe {
        background: none;
    }

    #globe-wrapper,
    .panel[data-panel-id="3"] #congrats-wrapper {
        /* background: rgb(65,182,73);
        background: -moz-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%, rgba(65,182,73,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%, rgba(65,182,73,1) 100%);
        background: linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 50%, rgba(65,182,73,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
    }

    #globe-wrapper {
        position: relative;
        padding: 4vh 0 6vh;
    }

    #globe-wrapper:after {
        bottom: 4vh;
        left: -2px;
    }

    #globe span.animated:before {
        content: none;
    }

    #progress-statuses {
        padding: 30px 0 20px;
    }

    #urgent {
        /* padding: 24px; */
    }

    #urgent p {
        line-height: 1.2;
    }

    .panel[data-panel-id="3"] #congrats-wrapper:after {
        margin: initial;
        top: 0;
        height: 100%;
        background-size: 100%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1360px) {
    #logo-large {
        min-width: initial;
        width: 40%;
    }

    #content form div > p {
        font-size: 30px;
    }
}

/* @media screen and (min-width:767px) { */



@media screen and (max-width:767px) {
    .desktop {
        display: none!important;
    }

    .mobile {
        display: block!important;
    }

    #content form .form-field button,
    #content form .form-field input {
        min-width: 90%!important;
    }

    footer {
        position: initial;
        /* max-height: 44px; */
        min-height: 50px;
    }

    #bg {
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        background-position: center top;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/wheel/worldofsweeps/assets/images/bg-small-overlay.png');
        /* background-image: url('/wheel/worldofsweeps/assets/images/squiggles_dollars_bg.png'); */
    }

    #bg:before {
        content: '';
        width: 100%;
        height: 100%;
        min-height: inherit;
        display: block;
        position: absolute;
        /* background: rgb(65,182,73);
        background: -moz-linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        background: -webkit-linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        background: linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
        /* background: rgb(65,182,73);
        background: -moz-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,0.7539390756302521) 20%, rgba(65,182,73,0.8995973389355743) 60%, rgba(65,182,73,0.2049194677871149) 80%, rgba(65,182,73,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,0.7539390756302521) 20%, rgba(65,182,73,0.8995973389355743) 60%, rgba(65,182,73,0.2049194677871149) 80%, rgba(65,182,73,0) 100%);
        background: linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,0.7539390756302521) 20%, rgba(65,182,73,0.8995973389355743) 60%, rgba(65,182,73,0.2049194677871149) 80%, rgba(65,182,73,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
        background: rgb(65,182,73);
        background: -moz-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 10%, rgba(65,182,73,0.7539390756302521) 20%, rgba(65,182,73,0.8995973389355743) 60%, rgba(65,182,73,0.2049194677871149) 80%, rgba(65,182,73,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 10%, rgba(65,182,73,0.7539390756302521) 20%, rgba(65,182,73,0.8995973389355743) 60%, rgba(65,182,73,0.2049194677871149) 80%, rgba(65,182,73,0) 100%);
        background: linear-gradient(0deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 10%, rgba(65,182,73,0.7539390756302521) 20%, rgba(65,182,73,0.8995973389355743) 60%, rgba(65,182,73,0.2049194677871149) 80%, rgba(65,182,73,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);
    }

    #bg.fade {
        z-index: -1;
    }

    #bg.fade:before {
        content: '';
        width: 100%;
        height: 100%;
        min-height: inherit;
        display: block;
        position: absolute;
        /* background: rgb(65,182,73);
        background: -moz-linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        background: -webkit-linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        background: linear-gradient(180deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 35%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
        background: rgb(65,182,73);
        background: -moz-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 20%, rgba(65,182,73,1) 75%, rgba(65,182,73,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 20%, rgba(65,182,73,1) 75%, rgba(65,182,73,0) 100%);
        background: linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 20%, rgba(65,182,73,1) 75%, rgba(65,182,73,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);
    }

    #bg.fade.end:before {
        background: rgb(65,182,73);
        background: -moz-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,0) 10%, rgba(65,182,73,0.7539390756302521) 40%, rgba(65,182,73,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,0) 10%, rgba(65,182,73,0.7539390756302521) 40%, rgba(65,182,73,1) 100%);
        background: linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,0) 10%, rgba(65,182,73,0.7539390756302521) 40%, rgba(65,182,73,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);
    }

    #wrapper, footer {
        max-width: 100%;
        min-width: 100%;
    }

    #wrapper {
        /* min-height: calc(100vh - 200px); */
        min-height: calc(100% - 50px);
    }

    #wrapper.full-height {
        /* min-height: auto; */
    }

    #logo-small {
        padding: 0;
        position: relative;
        padding: 0 15px;
        margin: 20px auto;
    }

    #logo-small img {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    #logo-small:after {
        top: 0;
        left: 0;
        z-index: 0;
        content: '';
        width: 100%;
        height: 100%;
        min-height: inherit;
        display: block;
        position: absolute;
        background: rgb(65,182,73);
        background: -moz-radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        background: -webkit-radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        background: radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);
    }

    #content {
        width: 100%;
        display: initial;
        margin: auto;
    }

    #content form {
        background: none;
        border: none;
        padding: 0;
    }

    #content form > div:first-child {
        position: relative;
    }

    #content form > div:first-child:after {
        top: -15px;
        left: 0;
        z-index: 0;
        content: '';
        width: 100%;
        height: 100%;
        min-height: inherit;
        display: block;
        padding: 20px 0;
        position: absolute;
        background: rgb(65,182,73);
        background: -moz-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 20%, rgba(65,182,73,1) 50%, rgba(65,182,73,1) 80%, rgba(65,182,73,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 20%, rgba(65,182,73,1) 50%, rgba(65,182,73,1) 80%, rgba(65,182,73,0) 100%);
        background: linear-gradient(0deg, rgba(65,182,73,0) 0%, rgba(65,182,73,1) 20%, rgba(65,182,73,1) 50%, rgba(65,182,73,1) 80%, rgba(65,182,73,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1);
    }

    #content form > div:first-child > p {
        z-index: 1;
        position: relative;
    }

    #content form span.mobile-text-wrap {
        background-color: #FFFDA1;
        display: block;
        padding: 10px 0 20px;
        border-top: 2px solid #106b3c;
        border-bottom: 2px solid #106b3c;
    }

    #content form span.mobile-text-wrap span {
        display: block;
        padding: 10px 0;
    }

    #content form span.mobile-text-wrap span:first-child {
        padding-top: 5px;
    }

    #content form span.mobile-text-wrap span:last-child {
        padding-bottom: 5px;
    }

    #content form .form-field button:before {
        height: 16px;
    }

    #content form .form-field button {
        font-size: 20px;
        line-height: 40px;
        min-width: 300px;
    }

    #content form > div:not(#logo-small) {
        margin: 0 auto 10px;
    }

    #content form > div:first-child {
        padding-top: 10px;
    }

    #content form div.form-field {
        padding-top: 5px;
    }

    #content form .form-field input {
        /* color: #FFF; */
        border: 1px solid #106b3c;
        /* background-color: #41b649; */
    }

    #content form .form-field input::placeholder {
        /* color: rgba(0, 0, 0, 0.6); */
    }

    #content form div > p,
    #content form span.mobile-text-wrap p {
        color: #FFF;
        font-size: 6vw;
    }

    @media screen and (min-width: 340px) {
        #content form div > p {
            /* font-size: 8vw; */
        }
    }

    #content form span.mobile-text-wrap p {
        /* color: #106b3c; */
        color: #209056;
    }

    #globe-wrapper {
        padding-top: 40px;
        /* padding-top: 20px; */
        /* padding-top: 60px; */
        /* margin: 20px auto -75px; */
        margin-bottom: -50px;
        padding-bottom: 0;
        /* background: rgb(65,182,73);
        background: -moz-radial-gradient(circle, rgba(65,182,73,0) 45%, rgba(65,182,73,1) 75%);
        background: -webkit-radial-gradient(circle, rgba(65,182,73,0) 45%, rgba(65,182,73,1) 75%);
        background: radial-gradient(circle, rgba(65,182,73,0) 45%, rgba(65,182,73,1) 75%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
    }

    #globe-wrapper:after {
        content: none;
        /* top: 0;
        left: 0;
        z-index: 0;
        content: '';
        width: inherit;
        height: inherit;
        min-height: inherit;
        max-width: inherit;
        border-radius: initial;
        display: block;
        position: absolute;
        background: rgb(65,182,73);
        background: -moz-radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        background: -webkit-radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        background: radial-gradient(circle, rgba(65,182,73,1) 48%, rgba(65,182,73,0) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
    }

    .panel[data-panel-id="3"] #congrats-wrapper {
        position: relative;
        /* background: rgb(65,182,73);
        background: -moz-linear-gradient(180deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 60%, rgba(65,182,73,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 60%, rgba(65,182,73,1) 100%);
        background: linear-gradient(180deg, rgba(65,182,73,1) 0%, rgba(65,182,73,0) 60%, rgba(65,182,73,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41b649",endColorstr="#41b649",GradientType=1); */
    }

    .panel[data-panel-id="3"] #congrats-wrapper:after  {
        /* content: ''; */
        display: block;
        margin: -40px auto;
        position: absolute;
        z-index: -999;
        top: -10px;
        /* top: -52px; */
        height: calc(100% + 85px);
        width: 100%;
        background-image: url('/wheel/worldofsweeps/assets/images/globe_bg.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    #globe {
        min-height: 275px;
        text-align: center;
        position: relative;
    }

    #globe:before {
        content: none;
    }

    #globe:after {
        /* display: block;
        margin: 0 auto;
        height: 100%;
        min-height: inherit;
        width: 100%;
        top: -8vh;
        position: absolute;
        z-index: -999;
        background-image: url(/wheel/worldofsweeps/assets/images/globe_bg.png);
        background-position: center center;
        background-repeat: no-repeat; */
        /* background-size: 95%; */
    }

    #globe span.animated {
        z-index: auto;
        display: block;
        width: 38vw;
        /* padding: 10vh 0; */
        margin: 0 auto;
        background-image: url('/wheel/worldofsweeps/assets/images/globe_small.gif');
    }

    #globe span.animated:before {
        content: none;
    }

    #globe span.animated:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
        bottom: -8px;
        left: 0;
        right: 0;
        max-width: 175px;
        height: 18%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin: auto;
        background-color: #000;
        opacity: .5;
    }

    #progress-container {
        display: block;
        margin: 0 auto;
        width: 75vw;
        padding: 12px 0;
        position: relative;
    }

    #progress-bar {
        position: initial;
        width: 100%;
        height: 100%;
        display: block;
        padding: 0;
    }

    #progress-bar > p {
        font-size: 18px;
        display: initial;
        text-align: center;
    }

    #progress-statuses {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    #progress-statuses > li {
        display: block;
        margin: 16px auto;
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 18px;
    }

    @media screen and (min-width: 370px) {
        #progress-statuses > li {
            margin: 24px auto;
        }
    }

    @media screen and (min-width: 400px) {
        #progress-statuses > li {
            margin: 30px auto;
        }
    }

    #progress-statuses > li:before {
        margin: 0 2px;
    }

    #urgent {
        padding: 12px 24px;
    }

    #urgent p {
        font-size: 18px;
    }

    #urgent .blink {
        font-size: 36px;
    }

    #congrats {
        max-width: inherit;
    }

    #congrats > h5 {
        font-size: 36px;
    }

    #congrats p {
        font-size: 17px;
        padding: 8px 14px;
    }

    @media screen and (max-height: 568px) and (max-width: 320px) {
        #globe-wrapper {
            padding-top: 10px;
        }

        #urgent p {
            font-size: 16px;
        }

        #congrats p {
            padding: 8px 16px;
        }
    }

    #countdown .tick-countdown {
        font-size: 80px;
    }

    .panel[data-panel-id="3"] #congrats-wrapper:after {
        height: 100%;
    }

    #exclusive p {
        font-size: 24px;
        padding: 0 24px;
    }

    footer {
        /* font-size: 2vw; */
        font-size: 10px;
        line-height: initial;
    }
}

@keyframes blinker {
  50% {
    color: #ffc746;
  }
}
