html {
    width: 100vw;
    overflow-x: hidden;
}

#acceptTerms {
    width: 40%;
    max-width: 800px;
}

#acceptTerms h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
}

button.fancybox-button.fancybox-close-small {
    display: none;
}

input#agreement, input#agreementDigit {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #CDCDCD;
    float: left;
}

.checkbox-agreement {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

.checkbox-agreement span {
    vertical-align: super;
    padding-left: 30px;
    display: block;
}

@media only screen and (max-width: 700px) {
    #acceptTerms {
        width: 100%;
        max-width: 800px;
        min-height: 80%;
    }
}
