@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:'Gilroy-Bold';
    src:url("../fonts/gilroy-bold.woff");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Gilroy-Regular';
    src:url("../fonts/gilroy-regular.woff");
    font-weight:normal;
    font-style:normal;
}
* {
    background-color: #000000;
}
.termsLogo {
    margin:15px auto;
    width:300px;
}
.termsWrapper {
    font-family:'Gilroy-Regular', Arial, Helvetica, sans-serif;
    font-display: swap;
    color:#ffffff;
    margin:0 auto;
    width:600px;
}
.promoBanner {
    width:100%;
}
.termsMainHeader {
    font-family:'Gilroy-Bold', Arial, Helvetica, sans-serif;
    font-display: swap;
    width:100%;
}
.termsMainCopy {
    font-size:13px;
    width:100%;
    padding-bottom:15px;
    margin:0 auto;
}
body a {
    color:#FF8A00;
}
@media screen and (max-width: 599px), (max-device-width:599px) {
    .termsLogo img {
        width: 80%!important;
    }
    .termsWrapper {
        width:100%!important;
        margin-bottom:30px !important;
    }
    .promoBanner img {
        width:100% !important;
    }
    .termsMainHeader h2 {
        font-size:30px !important;
        line-height: 34px !important;
        padding:0 10px !important;
    }
    .termsMainCopy {
        font-size:24px !important;
        line-height: 28px !important;
        margin: 0 auto !important;
    }
    .termsActual {
        padding-left:45px !important;
        padding-right:20px !important;
        width:85% !important;
    }
    .mobileButton {
        width: 80% !important;
        margin:0 auto !important;
        font-size:34px !important;
        border-radius: 10px !important;
    }
}
/*@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .termsMainHeader h2 {
        font-size:3.5em !important;
        line-height: normal !important;
        font-weight: normal !important;
    }
    .termsMainCopy {
        font-size:2.4em !important;
        line-height: normal !important;
        padding-left:35px !important;
    }
    .mobileButton {
        width: 80% !important;
        margin:0 auto !important;
        font-family:'Gilroy-Regular', Arial, Helvetica !important;
        font-size:34px !important;
        border-radius: 10px !important;
    }
}*/
