* {
    box-sizing: border-box;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

*:focus {
    outline: none;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;

}

header {
    height: 70px;
    padding: 0px 16px;
    line-height: 68px;
    background: #00589C;
    overflow: hidden;
}

header a {
    display: inline-block;
    margin-right: 16px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

header a svg {
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

header a.header_button, .bttn_reveal_next {
    background: linear-gradient(to bottom, #f7eb54 0%, #f7eb54 50%, #f8da08 50%, #f8da08 100%);
    line-height: 36px;
    padding: 0px 16px;
    border-radius: 20px;
    border-top: solid 1px #faf7b5;
    border-bottom: solid 1px #f9f042;
    box-shadow: 0px 0px 0px 1px #faba13;
    color: #000;
    font-size: 14px;
}

.bttn_reveal_next {
    display: inline-block;
    min-width: 302px;
    text-align: center;
    padding: 4px 36px;
    text-decoration: none;
    font-weight: 700;
}

.bttn_reveal_next svg {
    vertical-align: middle;
    margin: -3px 4px 0 0;
}

#reveal_section {
    position: relative;
    text-align: center;
    background: linear-gradient(to left, #00A1E4 0%, #008DD0 30%, #00589C 60%, #00589C 100%);
    padding: 8px 0px 32px 0px;
    min-height: calc(100vh - 400px);
}

#winwin_area {
    position: relative;
    width: 375px;
    height: 500px;
    margin: 0 auto;
}

#prize_area {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 302px;
    height: 378px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

#prize_detail {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 302px;
    height: 378px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    padding: 32px 32px 8px 32px;
}

#prize_detail_block {
    opacity: 1;
    pointer-events: initial;
    transition: opacity .3s linear;
}

#prize_detail_block.invis {
    opacity: 0;
    pointer-events: none;
}

#prize_area canvas {
    width: 302px;
    height: 378px;
}

footer {
    min-height: 330px;
    padding: 30px 8px;
    background: #00589C;
    text-align: center;
}

.footer_logo {
    margin: 0 8px;
}

.footer_logo img {
    vertical-align: middle;
}

#logo_sof {
    height: 32px;
}

#logo_sfl {
    height: 36px;
}

#logo_uf {
    height: 40px;
}

#social {
    padding: 32px 0;
    color: #fff;
    font-size: 16px;
}

#social svg {
    height: 18px;
    margin: 0 8px;
}

#footer_links {
    padding: 16px 0;
    font-size: 14px;
}

#footer_links a {
    color: #fff;
}

#footer_note {
    font-size: 12px;
    color: #fff;
    max-width: 1150px;
    margin: 0 auto;
}

#lprcn_01 {
    position: absolute;
    left: -54px;
    top: 320px;
    width: 105px;
    height: 154px;
    pointer-events: none;
    user-select: none;
    opacity: 1;
    transition: opacity .2s linear;
}

#lprcn_02, #lprcn_03 {
    position: absolute;
    left: 138px;
    top: 34px;
    width: 100px;
    pointer-events: none;
    user-select: none;
    opacity: 1;
    transition: opacity .2s linear;
}

#lprcn_01.invis, #lprcn_02.invis, #lprcn_03.invis {
    opacity: 0;
}

#prize_img {
    width: 146px;
    margin-bottom: 12px;
}

#prize_txt1 {
    color: #0092BC;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

#prize_txt2 {
    color: #005396;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

#prize_txt3 {
    color: #00589C;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

#valid_info {
    max-width: 390px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    pointer-events: initial;
    transition: opacity .3s linear;
}

#valid_info.invis {
    pointer-events: none;
    opacity: 0;
}

#valid_info a {
    color: #fff;
}

#valid_info a:hover {
    text-decoration: none;
}

#reveal_next {
    background: #fff;
    padding: 24px 24px 32px 24px;
    text-align: center;
    max-height: 200px;
    overflow: hidden;
    pointer-events: initial;
    opacity: 1;
    transition: all.3s ease-in-out;
}

#reveal_next p {
    margin: 0 0 16px 0;
    font-style: italic;
}

#spin_chance {
    padding: 24px 0px;
    text-align: center;
    max-width: 368px;
    margin: 0 auto;
    max-height: 800px;
    overflow: hidden;
    pointer-events: initial;
    opacity: 1;
    transition: all .3s ease-in-out;
}

#spin_chance.invis, #reveal_next.invis {
    max-height: 0px;
    opacity: 0;
    pointer-events: none;
    padding: 0;
}

#spin_chance h3 {
    color: #008AD9;
    font-size: 18px;
}

#bottom_spinner {
    padding: 24px 0;
}

#bottom_spinner img {
    width: 368px;
}

#bottom_spinner_text {
    border-top: solid 1px #707070;
    padding: 32px 0 16px 0;
    font-size: 15px;
    color: #00589C;
    line-height: 1.6;
}

#bottom_spinner_text h3 {
    margin: 0;
    color: #00589C;
}

@media (max-width: 768px) {

}