#cornhole{
    font-size: 16px;
    --orange: #fbbd4b;
    --red: #c41d30;
    --purple: #1f1e52;
    --dark-gray: #aaaaaa;
}
.c-main{
    background-image: url(../../../images/lps/cornhole/back.jpg);
	background-image: -webkit-image-set(url("../../../images/lps/cornhole/back.jpg") 1x, url("../../../images/lps/cornhole/back@2x.jpg") 2x);   
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.c-main:before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
}
.cm-inner{
    height: 570px;
}
.cm-step-1,
.cm-step-2{
    height: 507px;
    width: 604px;
    background-image: url(../../../images/lps/cornhole/step-1-back.jpg);
	background-image: -webkit-image-set(url("../../../images/lps/cornhole/step-1-back.jpg") 1x, url("../../../images/lps/cornhole/step-1-back@2x.jpg") 2x);   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 8px 8px 36.45px 8.55px rgba(0, 0, 0, 0.08);
    padding: 0 15px;
}
.cm-icon-list{
    width: 410px;
    margin-top: 35px;
    margin-bottom: 28px;
}
.cm-icon{
    height: 95px;
}
.cm-icon-arrows{
    pointer-events: none;
    width: 47.666667%;
    top: 37.777%;
    left: 25%;
}
.cm-icon-item p{
    font-size: 0.84375em;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 9px;
}
.cm-step-1 .button{
    border-width: 4px;
    height: 58px;
    width: 238px;
    font-size: 1.34375em;
    padding: 0.2em 0 0;
}
.cm-step-2 form{
    width: 552px;
    margin-top: 22px;
}
.cm-step-2 .half{
    flex-basis: 50%;
}
.cm-step-2 .form-field{
    padding: 8px 7px;
    flex-grow: 1;
}
.cm-step-2 input,
.cm-step-2 select{
    height: 44px;
    font-size: 0.90625em;
    width: 100%;
    text-indent: 12px;
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.cm-step-2 select,
.cm-step-2 ::placeholder{
    color: var(--dark-gray);
}
.cm-step-2 input,
.cm-step-2 select.selected{
    color: var(--black);
}
.cm-step-2 select{
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: calc(100% - 12px) center;
    background-image: url(../../../images/lps/cornhole/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/lps/cornhole/down-arrow.png") 1x, url("../../../images/lps/cornhole/down-arrow@2x.png") 2x);    
}
.cm-step-2 ::placeholder{
    font-size: 1em;
    opacity: 1;
}
.cm-step-2 button {
    margin-top: 15px;
    border-width: 4px;
    height: 58px;
    width: 238px;
    font-size: 1.34375em;
    padding: 0.2em 0 0;
}
.cm-step-3{
    height: 100%;
}
.cm-step-3-text{
    margin-bottom: 12px;
}
.cm-step-3 > p{
    font-size: 1.5625em;
    text-shadow: 10px 0px 15px #13390a, -10px 0px 15px #13390a, 0 10px 15px #13390a, 0 -10px 15px #13390a;
    margin-bottom: 0;
    margin-top: 30px;
}
.cornhole-popup .popup-overlay{
    background-color: rgba(0,0,0,.58);
}
.cornhole-popup .popup-content{
    width: 557px;
    height: 576px;
    padding: 0 15px 24px;
    background-image: url(../../../images/lps/cornhole/popup-back.png);
	background-image: -webkit-image-set(url("../../../images/lps/cornhole/popup-back.png") 1x, url("../../../images/lps/cornhole/popup-back@2x.png") 2x);   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
}
.cornhole-popup p{
    font-size: 1.75em;
    line-height: normal;
    width: 410px;
}
.cornhole-popup p.p-main{
    font-size: 2.875em;
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 7px;
}
.cornhole-popup p.p-main .paci{
    font-size: 108.695652173913%;
    text-shadow: 0px 5px 1.62px rgb(0 0 0 / 32%);
    line-height: 0;
}
.cornhole-popup p.p-prize{
    width: 315px;
    line-height: 1.152542372881356;
    margin-bottom: 5px;
}
.cornhole-popup p.p-prize .paci{
    font-size: 178.5714285714286%;
    line-height: 0;
}
.cornhole-popup p.p-prize sup{
    font-size: 46.2%;
    top: -0.6em;
}
.cornhole-popup .button{
    border-width: 4px;
    height: 58px;
    width: 238px;
    font-size: 1.34375em;
    padding: 0.2em 0 0;
    margin-bottom: 12px;
    margin-top: 14px;
}
.cornhole-popup a{
    font-size: 0.859375em;
}
.c-disclaimer {
    padding: 22px 0;
}
.c-disclaimer p{
    width: 740px;
    font-size: 0.875em;
    line-height: 1.357142857142857;
}
@media screen and (max-width: 767px){
    .c-main{
        background-image: url(../../../images/lps/cornhole/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/lps/cornhole/back-m.jpg") 1x, url("../../../images/lps/cornhole/back-m@2x.jpg") 2x);
    }
    .cm-inner{
        height: 554px;
    }
    .cm-step-1,
    .cm-step-2{
        width: 375px;
        height: 479px;
        max-width: calc(100% + 30px);
        background-image: url(../../../images/lps/cornhole/step-1-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/lps/cornhole/step-1-back-m.jpg") 1x, url("../../../images/lps/cornhole/step-1-back-m@2x.jpg") 2x);
    }
    .cm-icon-list{
        width: 410px;
        margin-top: 31px;
        margin-bottom: 22px;
    }
    .cm-step-1 .button,
    .cm-step-2 button,
    .cornhole-popup .button{
        font-size: 1.125em;
        height: 50px;
        width: 229px;
        font-size: 1.34375em;
    }
    .cm-step-2 form{
        width: 312px;
        margin-top: 18px;
    }
    .cm-inner .form-row{
        flex-direction: column;
    }
    .cm-step-2 .form-field{
        padding: 5.5px 0;
    }
    .cm-step-2 input, 
    .cm-step-2 select{
        height: 37px;
        font-size: 0.75em;
    }
    .cm-step-3-text{
        margin-bottom: 18px;
    }
    .cm-step-3 > p{
        text-shadow: none;
        font-size: 0.84375em;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .cornhole-popup .popup-content{
        max-width: 100%;
        width: 375px;
        height: 386px;
        padding: 0 15px 7px;
        background-image: url(../../../images/lps/cornhole/popup-back-m.png);
        background-image: -webkit-image-set(url("../../../images/lps/cornhole/popup-back-m.png") 1x, url("../../../images/lps/cornhole/popup-back-m@2x.png") 2x);
    }
    .cornhole-popup p{
        font-size: 1.375em;
        line-height: 1.09;;
        width: 300px;
    }
    .cornhole-popup p.p-main{
        font-size: 2.25em;
        line-height: 1;
        margin-bottom: 4px;
        margin-top: 3px;
    }
    .cornhole-popup p.p-main .paci{
        font-size: 108.695652173913%;
        text-shadow: 0px 5px 1.62px rgb(0 0 0 / 32%);
        line-height: 0;
    }
    .cornhole-popup p.p-prize{
        width: 255px;
        line-height: 1;
        margin-bottom: 7px;
    }
    .cornhole-popup p.p-prize .paci{
        font-size: 178.5714285714286%;
        line-height: 0;
    }
    .cornhole-popup .button{
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .cornhole-popup a{
        font-size: 0.78125em;
    }
    .c-disclaimer p{
        font-size: 0.6875em;
    }
}