:root {
    font-size: 10px;
    text-size-adjust: 100%;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --font-size: 1.6rem;
}
@font-face {
    font-family: "JB";
    src: url("/assets/fonts/JB-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "JB";
    src: url("/assets/fonts/JB-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "JB";
    src: url("/assets/fonts/JB-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
* {
    font-family: inherit;
    padding: 0;
    margin: 0;
    letter-spacing: -0.06em;
    line-height: 100%;
    font-size: 1.8rem;
    box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
a {
    cursor: pointer;
    color: #0049FF;
}
a:hover {
    text-decoration: none;
}
body {
    font-family: "JB", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex-grow: 1;
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs {
    position: absolute;
    top: 130%;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.breadcrumbs * {
    font-size: 1.4rem;
}
.breadcrumbs a {
    color: #002BFF;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    white-space: nowrap;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
hr {
    border-bottom: 3px solid transparent;
    border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 4px, transparent 4px, transparent 12px);
    border-image-slice: 1;
}
.nav {
    background: #000;
}
.nav ul {
    height: 4.2rem;
    margin: 0 auto;
    max-width: var(--max-width);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4.5rem;
}
.nav a {
    color: white;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.2rem;
    text-underline-offset: 0.3rem;
}
.nav * {
    font-size: 1.6rem;
}
.nav img {
    width: 2.2rem;
}
header {
    margin: 0 auto;
    max-width: var(--max-width);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
header input,
header label,
header section {
    display: none;
}
header section {
    z-index: 10;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 2.9rem 2.9rem 0;
    transition: 0.1s;
    display: flex;
}
header section > div {
    height: 100%;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: none;
}
header section a {
    color: #fff;
    text-underline-offset: 0.3rem;
}
header input:checked ~ section {
    right: 0;
}
header input:checked ~ label .open {
    display: none;
}
header input:checked ~ label .close {
    display: block;
    width: 2.4rem;
}
footer {
    width: 100%;
    min-width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.link {
    color: #002BFF;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    text-decoration-thickness: 0.2rem;
    text-underline-offset: 0.5rem;
    cursor: pointer;
}
.link * {
    font-size: 3rem;
    white-space: nowrap;
}
.link img {
    width: 3.4rem;
    flex-shrink: 0;
}
.link__dotted {
    text-decoration: underline dashed;
    -webkit-text-decoration-style: dashed;
    text-decoration-thickness: 0.2rem;
}
.link__arrow img {
    width: 1.8rem;
}
.link:hover {
    text-decoration: none;
}
main {
    display: grid;
}
.orange {
    color: #FF7A00;
}
.gray {
    color: #969696;
}
.p-0 {
    padding: 0 !important;
}
.header-links {
    display: flex;
    align-items: center;
}
.content * {
    font-size: 1.8rem;
    line-height: 120%;
}
.content a {
    color: #002BFF;
    font-weight: 500;
}
.content a:hover {
    text-decoration: none;
}
.content h1, .content h2 {
    padding-bottom: 7.4rem;
}
.content h3 {
    padding-bottom: 3.6rem;
}
.content h4 {
    padding-bottom: 1.2rem;
}
.content ol {
    list-style: none;
}
.content ul {
    list-style: initial;
}
.content ul {
    padding-left: 1.7rem;
}
.content ol ul,
.content ol ol,
.content ul ul {
    padding-top: 1.2rem;
    padding-left: 2.2rem;
}
.content ul li {
    padding-bottom: 0.6rem;
}
.content p, .content li {
    font-weight: 500 !important;
    padding-bottom: 2.4rem;
}
.content b {
    font-weight: 700 !important;
}
.content table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 3.8rem 0 4.6rem;
}
.content table thead th {
    color: #FF7A00;
    padding-bottom: 2.3rem;
    vertical-align: top;
}
.content table tbody tr {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.content table tbody td {
    padding: 1.6rem 0;
}
.content .block {
    margin-bottom: 7.6rem;
}
.content .block > :last-child,
.content .block > :last-child > :last-child {
    padding-bottom: 0;
}
.links nav {
    position: sticky;
    top: 5rem;
}
.links nav ul {
    display: flex;
    flex-direction: column;
    gap: 2.9rem;
}
.links nav ul a {
    font-size: 2rem;
}
.links nav ul a.active {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}
.breadcrumbs {
    position: absolute;
    top: 130%;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.breadcrumbs * {
    font-size: 1.4rem;
}
.breadcrumbs a {
    color: #002BFF;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    white-space: nowrap;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
@media (min-width: 1001px) {
    :root {
        --max-width: 130rem;
    }
    .no-desktop {
        display: none !important;
    }
    header {
        height: 15rem;
    }
    header section {
        display: none;
    }
    header .logo {
        width: 31.7rem;
    }
    footer {
        height: 12rem;
        font-size: 3rem;
    }
    .link {
        gap: 1.2rem;
    }
    .link__arrow {
        gap: 0.5rem;
    }
    .link * {
        font-size: 3rem;
    }
    main {
        grid-template-columns: 1fr 39.5rem;
        grid-template-rows: auto 5rem 1fr;
        column-gap: 5.4rem;
    }
    .header-links {
        gap: 5rem;
    }
    .title {
        grid-column: 1/3;
        grid-row: 1;
        padding: 5.8rem 0;
    }
    .title * {
        font-size: 5rem;
    }
    .divider {
        grid-column: 1/3;
        grid-row: 2;
    }
    .content {
        grid-column: 1;
        grid-row: 3;
    }
    .content h1 {
        font-size: 5rem;
        line-height: 5.5rem;
    }
    .content h2 {
        font-size: 4rem;
        line-height: 4.4rem;
    }
    .content h3 {
        font-size: 3.5rem;
        line-height: 3.85rem;
    }
    .content h4 {
        font-size: 2.8rem;
        line-height: 3.08rem;
    }
    .links {
        grid-column: 2;
        grid-row: 3;
    }
    .top {
        margin: 9.8rem 0 3.9rem;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1439px) {
    :root {
        font-size: 0.6944444444vw !important;
    }
}
@media (min-width: 744px) and (max-width: 1000px) {
    :root {
        --max-width: 62.8rem;
        font-size: 1.3458950202vw;
    }
    .no-tablet {
        display: none !important;
    }
    header {
        height: 14.5rem;
    }
    header section {
        display: none;
    }
    header .logo {
        width: 28.2rem;
    }
    footer {
        height: 10.2rem;
        font-size: 2.4rem;
    }
    .link {
        gap: 0.7rem;
    }
    .link * {
        font-size: 2.4rem;
    }
    main {
        padding-top: 5rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 7rem auto 7rem auto auto;
        column-gap: 4rem;
    }
    .header-links {
        gap: 2rem;
    }
    .title {
        grid-row: 1;
        grid-column: 1;
    }
    .title * {
        font-size: 4rem;
    }
    .divider {
        grid-row: 3;
        grid-column: 1/3;
    }
    .content {
        grid-row: 5;
        grid-column: 1/3;
    }
    .content h1 {
        font-size: 4rem;
        line-height: 4.4rem;
    }
    .content h2 {
        font-size: 3.5rem;
        line-height: 3.85rem;
    }
    .content h3 {
        font-size: 3rem;
        line-height: 3.3rem;
    }
    .content h4 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
    .links {
        grid-row: 1;
        grid-column: 2;
    }
    .top {
        margin: 7.3rem auto 3.2rem;
        grid-row: 6;
        grid-column: 1/3;
    }
}
@media (max-width: 743px) {
    :root {
        --max-width: 30.6rem;
        font-size: 2.6666666667vw;
    }
    .no-mobile {
        display: none !important;
    }
    hr {
        border-bottom: 2px solid transparent;
        border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 2px, transparent 2px, transparent 6px);
    }
    .nav {
        display: none;
    }
    header {
        height: 8.4rem;
    }
    header .logo {
        width: 18.4rem;
    }
    header section .logo {
        margin-bottom: 7.5rem;
    }
    header label {
        cursor: pointer;
        display: block;
        z-index: 11;
    }
    header label .open {
        width: 2.7rem;
    }
    header label .close {
        display: none;
    }
    footer {
        height: 8rem;
        font-size: 2rem;
    }
    .link {
        gap: 0.5rem;
    }
    .link * {
        font-size: 2rem;
    }
    .link__arrow img {
        width: 1.2rem;
    }
    .breadcrumbs {
        top: 110%;
        gap: 0.7rem;
    }
    .breadcrumbs * {
        font-size: 1rem;
    }
    main {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 5rem auto 3.6rem auto auto;
    }
    .menu-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 5.4rem 0;
        row-gap: 2.7rem;
    }
    .menu-nav li {
        white-space: nowrap;
    }
    .menu-nav-icons {
        display: flex;
        flex-direction: column;
        gap: 3.9rem;
        padding: 5.4rem 0;
    }
    .menu-nav-icons a {
        display: inline-flex;
        align-items: center;
        gap: 1.7rem;
        text-underline-offset: 0.5rem;
    }
    .menu-nav-icons * {
        font-size: 2rem;
    }
    .menu-nav-icons img {
        width: 2.2rem;
    }
    .menu-sign-in {
        padding: 5.4rem 0;
    }
    .menu-sign-in a {
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 1.2rem;
    }
    .menu-sign-in img {
        width: 2.2rem;
    }
    .header-links {
        display: none;
    }
    .title {
        padding: 3rem 0 2.6rem;
        grid-row: 1;
    }
    .title * {
        font-size: 2.8rem;
    }
    .divider {
        grid-row: 4;
    }
    .content {
        grid-row: 6;
    }
    .content * {
        font-size: 1.4rem;
        line-height: 1.68rem;
    }
    .content h1 {
        font-size: 2.8rem;
        line-height: 3.08rem;
        padding-bottom: 3.3rem;
    }
    .content h2 {
        font-size: 2.2rem;
        line-height: 2.42rem;
        padding-bottom: 3.3rem;
    }
    .content h3 {
        font-size: 1.8rem;
        line-height: 1.98rem;
        padding-bottom: 1.5rem;
    }
    .content h4 {
        font-size: 1.6rem;
        line-height: 1.76rem;
        padding-bottom: 1rem;
    }
    .content p {
        padding-bottom: 2.4rem;
    }
    .content p:last-child {
        padding-bottom: unset;
    }
    .content ul {
        padding-left: 1.4rem;
    }
    .content ol ul,
    .content ol ol,
    .content ul ul {
        padding-top: 0.6rem;
        padding-left: 1.8rem;
    }
    .content table {
        margin: 2.8rem 0 4rem;
    }
    .content table thead th {
        padding-bottom: 0.85rem;
        font-size: 1.2rem;
        line-height: 1.44rem;
    }
    .content table tbody td {
        padding: 1.3rem 0;
    }
    .content .block {
        margin-bottom: 4.2rem;
    }
    .links {
        grid-row: 2;
    }
    .links nav ul {
        gap: 2rem;
    }
    .links nav ul a {
        font-size: 1.6rem;
    }
    .top {
        margin: 5.2rem auto;
        grid-row: 7;
    }
    body:has(#menu-toggle:checked) {
        overflow: hidden;
        height: 100vh;
    }
    .breadcrumbs {
        top: 110%;
        gap: 0.7rem;
    }
    .breadcrumbs * {
        font-size: 1rem;
    }
}
