* {
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges; 
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    color:#fff;
}
a {
    color: inherit;
    text-decoration: none;
}
.header {
    padding-top: 24px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.footer {
    padding-bottom: 24px;
    width: 100%;
    text-align: center;
}
.footer > p {
    margin-top: 35px;
    font-size: 18px;
    line-height: 118%;
}
.footer .terms-link {
    line-height: 140%;
}

@media (max-width: 1023px) {
    .footer > p {
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    .header {
        padding-top: 12px;
    }
    .header-logo {
        width: 76px;
        height: auto;
    }
    .footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer > p {
        padding: 0 5%;
        margin-top: 10px;
        font-size: 12px;
    }
}

* {
    margin:0;
    padding:0;
    font: inherit;
}
ol, ul {
    list-style: none;
}

.container {
    background: #212121;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.terms-container {
    color:#fff;
    letter-spacing: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1;
}
.container .terms-container {
    flex-grow: 1;
}
.terms-container strong {
    font-weight: 700;
}
.terms-inner {
    margin: 0 auto;
    padding: 60px 0 180px;
    width: 1000px;
}
.terms-header .terms-h-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.terms-section {
    margin-top: 60px;
    font-size: 18px;
    line-height: 32px;
}
.terms-section p {
    text-align: center;
    margin-top: 60px;
}
.terms-footer {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}
.terms-footer li {
    margin-top: 60px
}

@media (max-width: 1023px) {
    .terms-inner {
        padding: 100px 0 120px;
        width: 90%;
        min-width: 360px;
    }
    .terms-header .terms-h-title {
        font-size: 26px;
    }
    .terms-section {
        font-size: 18px;
        line-height: 32px;
    }
    .terms-section p {
        text-align: center;
        margin-top: 60px;
    }
    .terms-footer {
        font-size: 18px;
        line-height: 32px;
        text-align: left;
    }
    .terms-footer li {
        margin-top: 60px
    }
}
@media (max-width: 599px) {
    .terms-inner {
        padding:50px 0 60px;
    }
    .terms-header .terms-h-title {
        font-size: 21px;
    }
    .terms-section {
        font-size: 14px;
        line-height: 32px;
    }
    .terms-section p {
        text-align: center;
        margin-top: 36px;
    }
    .terms-footer {
        font-size: 14px;
        line-height: 32px;
        text-align: left;
    }
    .terms-footer li {
        margin-top: 36px;
    }
}
