@font-face {
    font-family: "Avenir Black";
    src: url("/views/templates/everydaywinner/desktop/assets/fonts/AvenirLTStd-Black.otf");
}

.landing_rel {
    margin-top: 60px;
}

#wrapper {
    background-size: 100%;
}

#wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(139,0,0);
    background: -moz-linear-gradient(180deg, rgba(139,0,0,0.6940763449367089) 0%, rgba(192,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(139,0,0,0.6940763449367089) 0%, rgba(192,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(139,0,0,0.6940763449367089) 0%, rgba(192,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b0000",endColorstr="#c00000",GradientType=1); */
    background: rgb(192,0,0);
    background: -moz-linear-gradient(180deg, rgba(192,0,0,0.5042029272151899) 0%, rgba(186,6,6,1) 50%, rgba(139,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(192,0,0,0.5042029272151899) 0%, rgba(186,6,6,1) 50%, rgba(139,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(192,0,0,0.5042029272151899) 0%, rgba(186,6,6,1) 50%, rgba(139,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c00000",endColorstr="#8b0000",GradientType=1);
}

.top_links + .win-logo-container {
    z-index: 999;
    width: 76.7%;
    left: 10.6%;
    position: relative;
    margin-top: 10px;
    margin-bottom: -80px;
    text-align: center;
}

.container {
    max-width: 100%!important;
    min-width: 100%!important;
    padding: 0!important;
}

#congrats-header {
    font-family: 'Arial';
}

#congrats-header > h3 {
    text-shadow: none;
    -webkit-text-stroke: 0;
    font-family: inherit!important;
    font-size: initial;
}

#congrats-header > h1,
#congrats-header > h2 {
    /* font-family: inherit!important; */
    font-size: initial;
}

.congrats-large {
    font-size: 3.2vw!important;
    font-weight: 500!important;
    text-align: center;
}

.congrats-large.firstname {
    font-size: 5.4vw!important;
    font-weight: 600!important;
    margin-top: 20px!important;
}

#congrats-header h1::after,
#congrats-header h1::before {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: attr(data-content);
}

#congrats-header h1::before {
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    background: -webkit-linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    background: linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#congrats-header h1::after {
    z-index: 0;
    text-shadow:
        5.5px 5.5px    #240000,
        5.25px 5.25px  #240000,
        5px 5px        #240000,
        4.75px 4.75px  #240000,
        4.5px 4.5px    #240000,
        4.25px 4.25px  #240000,
        4px 4px        #240000,
        3.75px 3.75px  #240000,
        3.5px 3.5px    #240000,
        3.25px 3.25px  #240000,
        3px 3px        #240000,
        2.75px 2.75px  #240000,
        2.5px 2.5px    #240000,
        2.25px 2.25px  #240000,
        2px 2px        #240000,
        1.75px 1.75px  #240000,
        1.5px 1.5px    #240000,
        1.25px 1.25px  #240000,
        1px 1px        #240000,
        0.75px 0.75px  #240000,
        0.5px 0.5px    #240000,
        0.25px 0.25px  #240000;
}

#congrats-header h1 {
    margin: 0;
    color: #FFF;
    font-size: 5vw;
    font-weight: 800;
    font-family: 'Avenir Black';
    text-align: center;
    /* text-shadow:
        5.5px 5.5px    #240000,
        5.25px 5.25px  #240000,
        5px 5px        #240000,
        4.75px 4.75px  #240000,
        4.5px 4.5px    #240000,
        4.25px 4.25px  #240000,
        4px 4px        #240000,
        3.75px 3.75px  #240000,
        3.5px 3.5px    #240000,
        3.25px 3.25px  #240000,
        3px 3px        #240000,
        2.75px 2.75px  #240000,
        2.5px 2.5px    #240000,
        2.25px 2.25px  #240000,
        2px 2px        #240000,
        1.75px 1.75px  #240000,
        1.5px 1.5px    #240000,
        1.25px 1.25px  #240000,
        1px 1px        #240000,
        0.75px 0.75px  #240000,
        0.5px 0.5px    #240000,
        0.25px 0.25px  #240000; */
}

#congrats-header h2 {
    color: #FFF;
    margin: -20px auto 20px;
    font-size: 4.2vw;
    font-weight: 800;
    font-family: 'Avenir Black';
    text-align: center;
    text-shadow:
        3px 3px        #000,
        2.75px 2.75px  #000,
        2.5px 2.5px    #000,
        2.25px 2.25px  #000,
        2px 2px        #000,
        1.75px 1.75px  #000,
        1.5px 1.5px    #000,
        1.25px 1.25px  #000,
        1px 1px        #000,
        0.75px 0.75px  #000,
        0.5px 0.5px    #000,
        0.25px 0.25px  #000;
}

.landing_wrap {
    padding: 8px;
    background-color: #240000;
    border: 2px solid #FFF;
    min-width: initial;
    /* max-width: initial; */
    /* width: 70%; */
    max-width: 620px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.landing_wrap_in {
    background: #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#panel-wrapper {
    padding: 20px 0 0;
}

.form-field > input, .form-field > select {
    border: 2px solid #240000
}

.form-container-lp button {
    font-size: 20px;
    background: rgb(192,0,0);
    background: -moz-linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(139,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(139,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(139,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c00000",endColorstr="#8b0000",GradientType=1);
}

.win-large {
    margin: auto;
    position: relative;
}

/* .win-container {
    padding-top: 20px;
} */

.win-container > img {
    width: 100%;
    margin: 0 auto;
}

/* #win-twinkle-container::after,
#win-twinkle-container::before {
    display: table;
    content: " ";
} */

/* #win-twinkle-container::after {
    clear: both;
} */

#win-twinkle {
    width: 70vw;
    margin: auto;
    /* left: 12%; */
    position: relative;
    min-height: 1px;
    /* padding-right: 15px;
    padding-left: 15px; */
}

#twinkle-sparks {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 95%;
    width: 100%;
    /* position: absolute; */
}

#twinkle-sparks > img.spark {
    width: 64px;
    height: 60px;
    position: absolute;
    overflow: hidden;
    display: inline;
    vertical-align: middle;
}

#twinkle-sparks > img.spark:nth-child(1) {
    top: 0;
    left: 0;
}

#twinkle-sparks > img.spark:nth-child(2) {
    top: 44%;
    left: 40%;
}

#twinkle-sparks > img.spark:nth-child(3) {
    right: 28%;
    top: 1%;
}

#twinkle-sparks > img.spark:nth-child(4) {
    right: 0;
    bottom: 1%;
}
