html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    min-height: 100dvh;
}

#termsOfServiceMain {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
    padding: 2.5rem 0 2.5rem 0;
    box-sizing: border-box;
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) and (max-width: 1024px) {
    #termsOfServiceMain {
        padding: 2rem 1rem;
    }
}

#tosHeading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 1rem 0;
}

#lastUpdated {
    margin: 0 0 1em 0;
    padding-bottom: 0.85em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 0.8125rem;
    font-weight: 500;
    color: #5c6370;
    text-align: left;
    scroll-margin-top: 1rem;
}

#tosBody {
    font-size: 1rem;
    line-height: 1.4;
    text-align: justify;
}

a {
    color: rgb(0, 0, 160);
    text-decoration: none;
    text-underline-offset: 0.30em;
}
@media (hover: hover) {
    a:hover {
        text-decoration: underline;
    }
}

p:first-child {
    margin-top: 0;
}
p {
    margin: 0.65em 0;
}
p.toc {
    text-align: left;
    margin: 0.2em 0;
}
p.toc.l-1 {
    font-weight: bold;
}
p.toc.l-2 {
    margin-left: 1.5em;
}
p.toc.schedule {
    margin-top: 0.5em;
    font-weight: bold;
}
p.toc.l-1 a,
p.toc.l-2 a {
    margin-left: 0.35em;
}
#preamble {
    margin-top: 1.25em;
    padding-top: 0.85em;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
p.clause.l-1 {
    margin-top: 1.75rem;
    margin-bottom: 0.35em;
    font-size: 1.05rem;
    scroll-margin-top: 1rem;
}
p.clause.l-2 {
    margin-top: 0.55em;
    margin-bottom: 0;
    scroll-margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 0.35em;
}
p.clause.l-3 {
    margin-top: 0.4em;
    margin-bottom: 0;
    margin-left: 1.95em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 0.35em;
}
p.clause.l-4 {
    margin-top: 0.4em;
    margin-bottom: 0;
    margin-left: 3.7em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 0.35em;
}
p.clause .clause-marker {
    flex-shrink: 0;
}
p.clause .clause-body {
    min-width: 0;
}
p:last-child {
    margin-bottom: 0;
}

#pricing,
#privacy-policy,
#cookies-policy {
    display: block;
    scroll-margin-top: 1rem;
}

p.schedule-header {
    margin-top: 2.25rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

#pricingContent {
    margin-top: 0.75rem;
}

.price-item-level-1 {
    margin: 0.85rem 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.price-level-1-button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.95rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) and (max-width: 1024px) {
    .price-level-1-button {
        padding: 0.9rem 0.9rem;
    }
}
.price-level-1-button:hover {
    background: rgba(0, 0, 0, 0.04);
}

.price-level-1-text {
    font-size: 1.05rem;
    font-weight: 600;
}

.price-level-1-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.06);
    color: #111111;
    transition: transform 0.2s ease, background 0.2s ease;
}
.price-item-level-1.is-expanded .price-level-1-icon {
    transform: rotate(45deg);
    background: rgba(0, 0, 0, 0.12);
}

.price-level-1-icon i {
    font-size: 11px;
}

.price-level-1-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 1.3rem;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    will-change: max-height, opacity;
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) and (max-width: 1024px) {
    .price-item-level-1.is-expanded .price-level-1-content {
        padding: 0 0.9rem 0.9rem;
    }
}
.price-item-level-1.is-expanded .price-level-1-content {
    opacity: 1;
    padding-top: 0.5rem;
    padding-bottom: 1.3rem;
}

.price-level-2-header {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.price-level-2-content {
    margin-bottom: 1rem;
}
.price-level-1-content > .price-level-2-content:last-child {
    margin-bottom: 0;
}

.level-2-content-preamble {
    margin: 0 0 0.5rem 0;
}
.level-2-content-preamble:empty {
    display: none;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.5rem 0 0 0;
    table-layout: fixed;
}
.price-table th,
.price-table td {
    padding: 0.65rem 0.75rem;
    border: 1px solid #cfcfcf;
    vertical-align: top;
    text-align: left;
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) and (max-width: 1024px) {
    .price-table th,
    .price-table td {
        padding: 0.6rem 0.65rem;
    }
}
.price-table th {
    background: rgba(0, 0, 0, 0.03);
    font-weight: 600;
}
.price-table th:first-child,
.price-table td:first-child {
    width: 34%;
}
.price-table td div + div {
    margin-top: 0.35rem;
}
