.p-top0{
    padding: 0;
}
.legalpage-wrapper{
    min-height: 100vh;
    font-family: Fira Sans;
    color: #000;
    margin-bottom: 40px;
}
.legalpage-wrapper .legalpage-title{
    background: #EEF4FF;
    min-height: 55px;
    font-size: 19px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legalpage-wrapper .thanku-text{
    padding: 0 16px;
}
.legalpage-wrapper .thanku-text p,
.legalpage-wrapper .thanku-text h3,
.legalpage-wrapper .thanku-text h4,
.legalpage-wrapper .thanku-text.officialrulescontent h3{
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 20px;
}
.legalpage-wrapper .thanku-text h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; 
    margin-top: 30px;
}
.legalpage-wrapper .thanku-text ol, 
.legalpage-wrapper .thanku-text ul,
.legalpage-wrapper .thanku-text li{
    list-style: decimal;
    color: #204E9F;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    margin-left: 9px;
}
.legalpage-wrapper .thanku-text ul li{
    list-style-type: disc;
    color: #000;
    font-weight: 400;
    padding-top: 20px;
}
.legalpage-wrapper .thanku-text li a{    
    text-decoration-line: underline;
}
.legalpage-wrapper .thanku-text p a,
.legalpage-wrapper .thanku-text h3 a{
    text-decoration: underline;
    cursor: pointer;
}
.legalpage-wrapper .thanku-text .last-updated-text{
    font-size: 12px;
    font-weight: 600;
}
.legalpage-wrapper .thanku-text p,
.legalpage-wrapper .thanku-text .last-updated-text{
    margin-top: 19px;
}
.legalpage-wrapper .thanku-text p .nounderlineffect{
    text-decoration: none;
    cursor: pointer;
}


/* privacy policy */
.legalpage-wrapper.privacypolicy .thanku-text h3{
    margin-top: 0;
}

/* officialrules */
.legalpage-wrapper .thanku-text.officialrulescontent .title{
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
}
.legalpage-wrapper .thanku-text.officialrulescontent .subtitle{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 31px;
}
.legalpage-wrapper .thanku-text.officialrulescontent p{
    margin-top: 30px;
}

@media screen and (min-width: 767px) {
    .legalpage-wrapper{
        margin-bottom: 34px;
    }
    .legalpage-wrapper .thanku-text p a:hover,
    .legalpage-wrapper .thanku-text li a:hover,
    .legalpage-wrapper .thanku-text h3 a:hover{
        text-decoration: none;
    }
    .legalpage-wrapper .thanku-text{
        padding: 0 10px;
        max-width: 1280px;
        margin: 0 auto;
    }
    .legalpage-wrapper .legalpage-title{
        min-height: 107px;
        font-size: 36px;
    }
    .legalpage-wrapper .thanku-text p .nounderlineffect:hover{
        text-decoration: underline;
    }

    .legalpage-wrapper .thanku-text .last-updated-text,
    .legalpage-wrapper .thanku-text p,
    .legalpage-wrapper .thanku-text li,
    .legalpage-wrapper .thanku-text h3,
    .legalpage-wrapper .thanku-text h4,
    .legalpage-wrapper .thanku-text.officialrulescontent h3{
        font-size: 16px;
    }
    .legalpage-wrapper .thanku-text p,
    .legalpage-wrapper .thanku-text h3,
    .legalpage-wrapper .thanku-text h4{
        line-height: 22px;
    }
    .legalpage-wrapper .thanku-text h3,
    .legalpage-wrapper .thanku-text h4{
        margin-top: 0;
    }
    .legalpage-wrapper .thanku-text li{
        line-height: 22px;
    }
    .legalpage-wrapper .thanku-text h2{
        font-size: 19px;
    }
    .legalpage-wrapper .thanku-text li{
        margin-left: 12px;
    }
    .legalpage-wrapper .thanku-text ul li{
        padding-top: 0;
    }


    /* official rules */
    .legalpage-wrapper .thanku-text.officialrulescontent .title{
        font-size: 23px;
        margin-top: 19px;
    }
    .legalpage-wrapper .thanku-text.officialrulescontent .subtitle{
        font-size: 19px;
        margin: 20px auto 0;
    }
    .legalpage-wrapper .thanku-text.officialrulescontent p,
    .legalpage-wrapper .thanku-text.officialrulescontent h3{
        line-height: 22px;
    }
}