#page-content{
    overflow: hidden;
}
.tg-hero{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/lps/giveaway/tailgate/back.jpg);
}
.tgh-inner{
    height: 444px;
    padding-top: 27px;
}
.tg-hero .button{
    width: 404px;
    height: 73px;
    font-size: 1.8125em;
    margin-top: 30px;
    line-height: 1;
}
@keyframes tailgateHero {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
.tailget-text:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    background-image: url(../../../images/lps/giveaway/tailgate/text-yellow.png);
    opacity: 0;
    animation: tailgateHero 2s infinite;
}
.tailgate-product:before{
    content: '';
    display: block;
    width: 92px;
    height: 232px;
    position: absolute;
    right: -50px;
    top: -130px;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    background-image: url(../../../images/lps/giveaway/tailgate/arrow.png);   
}
.tg-pattern{
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    background-image: url(../../../images/lps/giveaway/tailgate/pattern.jpg);   
    padding-bottom: 46px;
    padding-top: 1px;
}
.tg-tv{
    margin-bottom: -48px;
    top: -48px; 
}
.tg-text h3{    
    font-size: 3.25em;
    margin: 40px 0 8px;
}
.tg-text p{    
    font-size: 1.75em;
    line-height: 1.1;
    letter-spacing: 0.01em;
    width: 660px;
}
.tg-form{
    width: 584px;
    margin-top: 23px;
}
.tg-form p,
.tg-form label{
    line-height: 1.375;
}
.tg-form .form-field{
    padding: 10px 8.5px;
}
.tg-form .form-field input, 
.tg-form .form-field select{
    height: 46px;
    font-size: 1em;
}
.tg-form .form-field select{
    background-size: 11px 7px;
    background-position: calc(100% - 13px) center;
    background-image: url(../../../images/lps/giveaway/tailgate/down-arrow.png);   
}
.tg-form .form-field input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: white;
}
.tg-form .form-field input[type="checkbox"]:checked + label:before{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    background-color: var(--red);
}
.tg-form .form-field textarea{
    resize: none;
    height: 219px;
    width: 100%;
    padding: 16px 0;
}
.tg-form button.button,
.tg-text .button{
    font-size: 0.875em;
    padding: 10px 47px 9px;
    margin-top: 26px;
    color: #fff;
}
.tg-form button.button[disabled]{
    background-color: #cccccc;
}
.tg-thanks .tg-text h3{
    width: 715px;
    margin: 40px auto 8px;
}
.tg-thanks .tg-text p{
    font-size: 1.25em;
    width: 505px;
    margin: 40px auto 8px;
}
#tg-rules .popup-close{
    width: 21px;
    height: 21px;
}
#tg-rules .popup-content{
    width: 800px;
    height: 550px;
    padding: 0 34px 40px;
}
#tg-rules .popup-header{
    height: 85px;
    margin-bottom: 18px;
}
#tg-rules .popup-header p{
    font-size: 2em;
}
#tg-rules .scrollable{
    height: calc(100% - 103px);
    overflow: auto;
    padding-right: 50px;
}
#tg-rules .scrollable p{
    font-size: 1.0625em;
    line-height: 1.41176471;
}
#tg-rules .scrollable p + p{
    margin-top: 10px;
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 767px){
    .tgh-inner{
        height: auto;
        padding: 15px 0;
        align-items: center;
        flex-direction: column;
    }
    .tg-hero .button {
        width: 190px;
        height: 34px;
        font-size: 0.9333em;
    }
    .tailgate-product {
        margin-bottom: -40px;
        top: -40px;
    }
    .tailgate-product {
        margin-bottom: -28px;
        top: inherit;
        margin-top: 20px;
    }
    .tailgate-product:before{
        width: 46px;
        height: 119px;
        right: -53px;
        top: -18px;
        background-image: url(../../../images/lps/giveaway/tailgate/arrow-m.png);   
        background-image: -webkit-image-set( url("../../../images/lps/giveaway/tailgate/arrow-m.png") 1x, url("../../../images/lps/giveaway/tailgate/arrow-m@2x.png") 2x)
    }
}
@media screen and (max-width: 567px){
    .tgh-inner{
        padding: 38px 0 0;
        position: relative;
    }
    .tg-form {
        font-size: 14px;
        margin-top: 16px;
    }
    .tg-form .form-row{
        flex-wrap: wrap;
    }
    .tg-form .form-field{
        flex-basis: 100%;
        padding: 8px 0;
    }
    .tg-form button.button, 
    .tg-text .button{
        font-size: 1em;
        margin-top: 15px;
        padding: 10px 17px 9px;
    }
    .tg-text h3,
    .tg-thanks .tg-text h3{
        font-size: 1.6em;
        margin-bottom: 5px;
    }
    .tg-text p{
        font-size: 0.9333em;
    }
}