@charset "UTF-8";
html {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

.rounded-b-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.text-h1,
.text-h2 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1;
    text-transform: none !important
}

.text-h3,
.text-h4 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: none !important
}

.text-h5,
.text-h6 {
    font-family: Roboto, sans-serif;
    text-transform: none !important
}

.text-subtitle-1,
.text-subtitle-2 {
    font-family: Roboto, sans-serif;
    text-transform: none !important
}

.text-body-1,
.text-body-2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: none !important
}

.text-button {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: .0892857143em !important;
    line-height: 2.6;
    text-transform: uppercase !important
}

.text-caption,
.text-overline {
    font-family: Roboto, sans-serif;
    font-size: .75rem !important
}

@media(min-width:600px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .float-sm-none {
        float: none !important
    }
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .v-locale--is-rtl .float-sm-end {
        float: left !important
    }
    .v-locale--is-ltr .float-sm-end,
    .v-locale--is-rtl .float-sm-start {
        float: right !important
    }
    .v-locale--is-ltr .float-sm-start {
        float: left !important
    }
    .flex-sm-1-1,
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-1-0 {
        flex: 1 0 auto !important
    }
    .flex-sm-0-1 {
        flex: 0 1 auto !important
    }
    .flex-sm-0-0 {
        flex: 0 0 auto !important
    }
    .flex-sm-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-sm-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-sm-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-sm-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-sm-start {
        justify-content: flex-start !important
    }
    .justify-sm-end {
        justify-content: flex-end !important
    }
    .justify-sm-center {
        justify-content: center !important
    }
    .justify-sm-space-between {
        justify-content: space-between !important
    }
    .justify-sm-space-around {
        justify-content: space-around !important
    }
    .justify-sm-space-evenly {
        justify-content: space-evenly !important
    }
    .align-sm-start {
        align-items: flex-start !important
    }
    .align-sm-end {
        align-items: flex-end !important
    }
    .align-sm-center {
        align-items: center !important
    }
    .align-sm-baseline {
        align-items: baseline !important
    }
    .align-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-space-between {
        align-content: space-between !important
    }
    .align-content-sm-space-around {
        align-content: space-around !important
    }
    .align-content-sm-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-6 {
        order: 6 !important
    }
    .order-sm-7 {
        order: 7 !important
    }
    .order-sm-8 {
        order: 8 !important
    }
    .order-sm-9 {
        order: 9 !important
    }
    .order-sm-10 {
        order: 10 !important
    }
    .order-sm-11 {
        order: 11 !important
    }
    .order-sm-12 {
        order: 12 !important
    }
    .order-sm-last {
        order: 13 !important
    }
    .ga-sm-0 {
        gap: 0 !important
    }
    .ga-sm-1 {
        gap: 4px !important
    }
    .ga-sm-2 {
        gap: 8px !important
    }
    .ga-sm-3 {
        gap: 12px !important
    }
    .ga-sm-4 {
        gap: 16px !important
    }
    .ga-sm-5 {
        gap: 20px !important
    }
    .ga-sm-6 {
        gap: 24px !important
    }
    .ga-sm-7 {
        gap: 28px !important
    }
    .ga-sm-8 {
        gap: 32px !important
    }
    .ga-sm-9 {
        gap: 36px !important
    }
    .ga-sm-10 {
        gap: 40px !important
    }
    .ga-sm-11 {
        gap: 44px !important
    }
    .ga-sm-12 {
        gap: 48px !important
    }
    .ga-sm-13 {
        gap: 52px !important
    }
    .ga-sm-14 {
        gap: 56px !important
    }
    .ga-sm-15 {
        gap: 60px !important
    }
    .ga-sm-16 {
        gap: 64px !important
    }
    .ga-sm-auto {
        gap: auto !important
    }
    .gr-sm-0 {
        row-gap: 0 !important
    }
    .gr-sm-1 {
        row-gap: 4px !important
    }
    .gr-sm-2 {
        row-gap: 8px !important
    }
    .gr-sm-3 {
        row-gap: 12px !important
    }
    .gr-sm-4 {
        row-gap: 16px !important
    }
    .gr-sm-5 {
        row-gap: 20px !important
    }
    .gr-sm-6 {
        row-gap: 24px !important
    }
    .gr-sm-7 {
        row-gap: 28px !important
    }
    .gr-sm-8 {
        row-gap: 32px !important
    }
    .gr-sm-9 {
        row-gap: 36px !important
    }
    .gr-sm-10 {
        row-gap: 40px !important
    }
    .gr-sm-11 {
        row-gap: 44px !important
    }
    .gr-sm-12 {
        row-gap: 48px !important
    }
    .gr-sm-13 {
        row-gap: 52px !important
    }
    .gr-sm-14 {
        row-gap: 56px !important
    }
    .gr-sm-15 {
        row-gap: 60px !important
    }
    .gr-sm-16 {
        row-gap: 64px !important
    }
    .gr-sm-auto {
        row-gap: auto !important
    }
    .gc-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-sm-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-sm-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-sm-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-sm-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-sm-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-sm-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-sm-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-sm-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-sm-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-sm-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-sm-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-sm-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-sm-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-sm-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-sm-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-sm-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-sm-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-sm-0 {
        margin: 0 !important
    }
    .ma-sm-1 {
        margin: 4px !important
    }
    .ma-sm-2 {
        margin: 8px !important
    }
    .ma-sm-3 {
        margin: 12px !important
    }
    .ma-sm-4 {
        margin: 16px !important
    }
    .ma-sm-5 {
        margin: 20px !important
    }
    .ma-sm-6 {
        margin: 24px !important
    }
    .ma-sm-7 {
        margin: 28px !important
    }
    .ma-sm-8 {
        margin: 32px !important
    }
    .ma-sm-9 {
        margin: 36px !important
    }
    .ma-sm-10 {
        margin: 40px !important
    }
    .ma-sm-11 {
        margin: 44px !important
    }
    .ma-sm-12 {
        margin: 48px !important
    }
    .ma-sm-13 {
        margin: 52px !important
    }
    .ma-sm-14 {
        margin: 56px !important
    }
    .ma-sm-15 {
        margin: 60px !important
    }
    .ma-sm-16 {
        margin: 64px !important
    }
    .ma-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-sm-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-sm-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-sm-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-sm-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-sm-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-sm-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-sm-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-sm-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-sm-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-sm-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-sm-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-sm-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-sm-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-sm-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-sm-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-sm-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-sm-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-sm-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-sm-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-sm-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-sm-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-sm-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-sm-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-sm-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-sm-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-sm-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-sm-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-sm-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-sm-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-sm-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-sm-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-sm-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: 4px !important
    }
    .mt-sm-2 {
        margin-top: 8px !important
    }
    .mt-sm-3 {
        margin-top: 12px !important
    }
    .mt-sm-4 {
        margin-top: 16px !important
    }
    .mt-sm-5 {
        margin-top: 20px !important
    }
    .mt-sm-6 {
        margin-top: 24px !important
    }
    .mt-sm-7 {
        margin-top: 28px !important
    }
    .mt-sm-8 {
        margin-top: 32px !important
    }
    .mt-sm-9 {
        margin-top: 36px !important
    }
    .mt-sm-10 {
        margin-top: 40px !important
    }
    .mt-sm-11 {
        margin-top: 44px !important
    }
    .mt-sm-12 {
        margin-top: 48px !important
    }
    .mt-sm-13 {
        margin-top: 52px !important
    }
    .mt-sm-14 {
        margin-top: 56px !important
    }
    .mt-sm-15 {
        margin-top: 60px !important
    }
    .mt-sm-16 {
        margin-top: 64px !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mr-sm-1 {
        margin-right: 4px !important
    }
    .mr-sm-2 {
        margin-right: 8px !important
    }
    .mr-sm-3 {
        margin-right: 12px !important
    }
    .mr-sm-4 {
        margin-right: 16px !important
    }
    .mr-sm-5 {
        margin-right: 20px !important
    }
    .mr-sm-6 {
        margin-right: 24px !important
    }
    .mr-sm-7 {
        margin-right: 28px !important
    }
    .mr-sm-8 {
        margin-right: 32px !important
    }
    .mr-sm-9 {
        margin-right: 36px !important
    }
    .mr-sm-10 {
        margin-right: 40px !important
    }
    .mr-sm-11 {
        margin-right: 44px !important
    }
    .mr-sm-12 {
        margin-right: 48px !important
    }
    .mr-sm-13 {
        margin-right: 52px !important
    }
    .mr-sm-14 {
        margin-right: 56px !important
    }
    .mr-sm-15 {
        margin-right: 60px !important
    }
    .mr-sm-16 {
        margin-right: 64px !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: 4px !important
    }
    .mb-sm-2 {
        margin-bottom: 8px !important
    }
    .mb-sm-3 {
        margin-bottom: 12px !important
    }
    .mb-sm-4 {
        margin-bottom: 16px !important
    }
    .mb-sm-5 {
        margin-bottom: 20px !important
    }
    .mb-sm-6 {
        margin-bottom: 24px !important
    }
    .mb-sm-7 {
        margin-bottom: 28px !important
    }
    .mb-sm-8 {
        margin-bottom: 32px !important
    }
    .mb-sm-9 {
        margin-bottom: 36px !important
    }
    .mb-sm-10 {
        margin-bottom: 40px !important
    }
    .mb-sm-11 {
        margin-bottom: 44px !important
    }
    .mb-sm-12 {
        margin-bottom: 48px !important
    }
    .mb-sm-13 {
        margin-bottom: 52px !important
    }
    .mb-sm-14 {
        margin-bottom: 56px !important
    }
    .mb-sm-15 {
        margin-bottom: 60px !important
    }
    .mb-sm-16 {
        margin-bottom: 64px !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .ml-sm-1 {
        margin-left: 4px !important
    }
    .ml-sm-2 {
        margin-left: 8px !important
    }
    .ml-sm-3 {
        margin-left: 12px !important
    }
    .ml-sm-4 {
        margin-left: 16px !important
    }
    .ml-sm-5 {
        margin-left: 20px !important
    }
    .ml-sm-6 {
        margin-left: 24px !important
    }
    .ml-sm-7 {
        margin-left: 28px !important
    }
    .ml-sm-8 {
        margin-left: 32px !important
    }
    .ml-sm-9 {
        margin-left: 36px !important
    }
    .ml-sm-10 {
        margin-left: 40px !important
    }
    .ml-sm-11 {
        margin-left: 44px !important
    }
    .ml-sm-12 {
        margin-left: 48px !important
    }
    .ml-sm-13 {
        margin-left: 52px !important
    }
    .ml-sm-14 {
        margin-left: 56px !important
    }
    .ml-sm-15 {
        margin-left: 60px !important
    }
    .ml-sm-16 {
        margin-left: 64px !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .ms-sm-0 {
        margin-inline-start: 0 !important
    }
    .ms-sm-1 {
        margin-inline-start: 4px !important
    }
    .ms-sm-2 {
        margin-inline-start: 8px !important
    }
    .ms-sm-3 {
        margin-inline-start: 12px !important
    }
    .ms-sm-4 {
        margin-inline-start: 16px !important
    }
    .ms-sm-5 {
        margin-inline-start: 20px !important
    }
    .ms-sm-6 {
        margin-inline-start: 24px !important
    }
    .ms-sm-7 {
        margin-inline-start: 28px !important
    }
    .ms-sm-8 {
        margin-inline-start: 32px !important
    }
    .ms-sm-9 {
        margin-inline-start: 36px !important
    }
    .ms-sm-10 {
        margin-inline-start: 40px !important
    }
    .ms-sm-11 {
        margin-inline-start: 44px !important
    }
    .ms-sm-12 {
        margin-inline-start: 48px !important
    }
    .ms-sm-13 {
        margin-inline-start: 52px !important
    }
    .ms-sm-14 {
        margin-inline-start: 56px !important
    }
    .ms-sm-15 {
        margin-inline-start: 60px !important
    }
    .ms-sm-16 {
        margin-inline-start: 64px !important
    }
    .ms-sm-auto {
        margin-inline-start: auto !important
    }
    .me-sm-0 {
        margin-inline-end: 0 !important
    }
    .me-sm-1 {
        margin-inline-end: 4px !important
    }
    .me-sm-2 {
        margin-inline-end: 8px !important
    }
    .me-sm-3 {
        margin-inline-end: 12px !important
    }
    .me-sm-4 {
        margin-inline-end: 16px !important
    }
    .me-sm-5 {
        margin-inline-end: 20px !important
    }
    .me-sm-6 {
        margin-inline-end: 24px !important
    }
    .me-sm-7 {
        margin-inline-end: 28px !important
    }
    .me-sm-8 {
        margin-inline-end: 32px !important
    }
    .me-sm-9 {
        margin-inline-end: 36px !important
    }
    .me-sm-10 {
        margin-inline-end: 40px !important
    }
    .me-sm-11 {
        margin-inline-end: 44px !important
    }
    .me-sm-12 {
        margin-inline-end: 48px !important
    }
    .me-sm-13 {
        margin-inline-end: 52px !important
    }
    .me-sm-14 {
        margin-inline-end: 56px !important
    }
    .me-sm-15 {
        margin-inline-end: 60px !important
    }
    .me-sm-16 {
        margin-inline-end: 64px !important
    }
    .me-sm-auto {
        margin-inline-end: auto !important
    }
    .ma-sm-n1 {
        margin: -4px !important
    }
    .ma-sm-n2 {
        margin: -8px !important
    }
    .ma-sm-n3 {
        margin: -12px !important
    }
    .ma-sm-n4 {
        margin: -16px !important
    }
    .ma-sm-n5 {
        margin: -20px !important
    }
    .ma-sm-n6 {
        margin: -24px !important
    }
    .ma-sm-n7 {
        margin: -28px !important
    }
    .ma-sm-n8 {
        margin: -32px !important
    }
    .ma-sm-n9 {
        margin: -36px !important
    }
    .ma-sm-n10 {
        margin: -40px !important
    }
    .ma-sm-n11 {
        margin: -44px !important
    }
    .ma-sm-n12 {
        margin: -48px !important
    }
    .ma-sm-n13 {
        margin: -52px !important
    }
    .ma-sm-n14 {
        margin: -56px !important
    }
    .ma-sm-n15 {
        margin: -60px !important
    }
    .ma-sm-n16 {
        margin: -64px !important
    }
    .mx-sm-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-sm-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-sm-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-sm-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-sm-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-sm-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-sm-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-sm-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-sm-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-sm-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-sm-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-sm-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-sm-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-sm-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-sm-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-sm-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .my-sm-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-sm-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-sm-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-sm-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-sm-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-sm-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-sm-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-sm-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-sm-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-sm-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-sm-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-sm-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-sm-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-sm-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-sm-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-sm-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .mt-sm-n1 {
        margin-top: -4px !important
    }
    .mt-sm-n2 {
        margin-top: -8px !important
    }
    .mt-sm-n3 {
        margin-top: -12px !important
    }
    .mt-sm-n4 {
        margin-top: -16px !important
    }
    .mt-sm-n5 {
        margin-top: -20px !important
    }
    .mt-sm-n6 {
        margin-top: -24px !important
    }
    .mt-sm-n7 {
        margin-top: -28px !important
    }
    .mt-sm-n8 {
        margin-top: -32px !important
    }
    .mt-sm-n9 {
        margin-top: -36px !important
    }
    .mt-sm-n10 {
        margin-top: -40px !important
    }
    .mt-sm-n11 {
        margin-top: -44px !important
    }
    .mt-sm-n12 {
        margin-top: -48px !important
    }
    .mt-sm-n13 {
        margin-top: -52px !important
    }
    .mt-sm-n14 {
        margin-top: -56px !important
    }
    .mt-sm-n15 {
        margin-top: -60px !important
    }
    .mt-sm-n16 {
        margin-top: -64px !important
    }
    .mr-sm-n1 {
        margin-right: -4px !important
    }
    .mr-sm-n2 {
        margin-right: -8px !important
    }
    .mr-sm-n3 {
        margin-right: -12px !important
    }
    .mr-sm-n4 {
        margin-right: -16px !important
    }
    .mr-sm-n5 {
        margin-right: -20px !important
    }
    .mr-sm-n6 {
        margin-right: -24px !important
    }
    .mr-sm-n7 {
        margin-right: -28px !important
    }
    .mr-sm-n8 {
        margin-right: -32px !important
    }
    .mr-sm-n9 {
        margin-right: -36px !important
    }
    .mr-sm-n10 {
        margin-right: -40px !important
    }
    .mr-sm-n11 {
        margin-right: -44px !important
    }
    .mr-sm-n12 {
        margin-right: -48px !important
    }
    .mr-sm-n13 {
        margin-right: -52px !important
    }
    .mr-sm-n14 {
        margin-right: -56px !important
    }
    .mr-sm-n15 {
        margin-right: -60px !important
    }
    .mr-sm-n16 {
        margin-right: -64px !important
    }
    .mb-sm-n1 {
        margin-bottom: -4px !important
    }
    .mb-sm-n2 {
        margin-bottom: -8px !important
    }
    .mb-sm-n3 {
        margin-bottom: -12px !important
    }
    .mb-sm-n4 {
        margin-bottom: -16px !important
    }
    .mb-sm-n5 {
        margin-bottom: -20px !important
    }
    .mb-sm-n6 {
        margin-bottom: -24px !important
    }
    .mb-sm-n7 {
        margin-bottom: -28px !important
    }
    .mb-sm-n8 {
        margin-bottom: -32px !important
    }
    .mb-sm-n9 {
        margin-bottom: -36px !important
    }
    .mb-sm-n10 {
        margin-bottom: -40px !important
    }
    .mb-sm-n11 {
        margin-bottom: -44px !important
    }
    .mb-sm-n12 {
        margin-bottom: -48px !important
    }
    .mb-sm-n13 {
        margin-bottom: -52px !important
    }
    .mb-sm-n14 {
        margin-bottom: -56px !important
    }
    .mb-sm-n15 {
        margin-bottom: -60px !important
    }
    .mb-sm-n16 {
        margin-bottom: -64px !important
    }
    .ml-sm-n1 {
        margin-left: -4px !important
    }
    .ml-sm-n2 {
        margin-left: -8px !important
    }
    .ml-sm-n3 {
        margin-left: -12px !important
    }
    .ml-sm-n4 {
        margin-left: -16px !important
    }
    .ml-sm-n5 {
        margin-left: -20px !important
    }
    .ml-sm-n6 {
        margin-left: -24px !important
    }
    .ml-sm-n7 {
        margin-left: -28px !important
    }
    .ml-sm-n8 {
        margin-left: -32px !important
    }
    .ml-sm-n9 {
        margin-left: -36px !important
    }
    .ml-sm-n10 {
        margin-left: -40px !important
    }
    .ml-sm-n11 {
        margin-left: -44px !important
    }
    .ml-sm-n12 {
        margin-left: -48px !important
    }
    .ml-sm-n13 {
        margin-left: -52px !important
    }
    .ml-sm-n14 {
        margin-left: -56px !important
    }
    .ml-sm-n15 {
        margin-left: -60px !important
    }
    .ml-sm-n16 {
        margin-left: -64px !important
    }
    .ms-sm-n1 {
        margin-inline-start: -4px !important
    }
    .ms-sm-n2 {
        margin-inline-start: -8px !important
    }
    .ms-sm-n3 {
        margin-inline-start: -12px !important
    }
    .ms-sm-n4 {
        margin-inline-start: -16px !important
    }
    .ms-sm-n5 {
        margin-inline-start: -20px !important
    }
    .ms-sm-n6 {
        margin-inline-start: -24px !important
    }
    .ms-sm-n7 {
        margin-inline-start: -28px !important
    }
    .ms-sm-n8 {
        margin-inline-start: -32px !important
    }
    .ms-sm-n9 {
        margin-inline-start: -36px !important
    }
    .ms-sm-n10 {
        margin-inline-start: -40px !important
    }
    .ms-sm-n11 {
        margin-inline-start: -44px !important
    }
    .ms-sm-n12 {
        margin-inline-start: -48px !important
    }
    .ms-sm-n13 {
        margin-inline-start: -52px !important
    }
    .ms-sm-n14 {
        margin-inline-start: -56px !important
    }
    .ms-sm-n15 {
        margin-inline-start: -60px !important
    }
    .ms-sm-n16 {
        margin-inline-start: -64px !important
    }
    .me-sm-n1 {
        margin-inline-end: -4px !important
    }
    .me-sm-n2 {
        margin-inline-end: -8px !important
    }
    .me-sm-n3 {
        margin-inline-end: -12px !important
    }
    .me-sm-n4 {
        margin-inline-end: -16px !important
    }
    .me-sm-n5 {
        margin-inline-end: -20px !important
    }
    .me-sm-n6 {
        margin-inline-end: -24px !important
    }
    .me-sm-n7 {
        margin-inline-end: -28px !important
    }
    .me-sm-n8 {
        margin-inline-end: -32px !important
    }
    .me-sm-n9 {
        margin-inline-end: -36px !important
    }
    .me-sm-n10 {
        margin-inline-end: -40px !important
    }
    .me-sm-n11 {
        margin-inline-end: -44px !important
    }
    .me-sm-n12 {
        margin-inline-end: -48px !important
    }
    .me-sm-n13 {
        margin-inline-end: -52px !important
    }
    .me-sm-n14 {
        margin-inline-end: -56px !important
    }
    .me-sm-n15 {
        margin-inline-end: -60px !important
    }
    .me-sm-n16 {
        margin-inline-end: -64px !important
    }
    .pa-sm-0 {
        padding: 0 !important
    }
    .pa-sm-1 {
        padding: 4px !important
    }
    .pa-sm-2 {
        padding: 8px !important
    }
    .pa-sm-3 {
        padding: 12px !important
    }
    .pa-sm-4 {
        padding: 16px !important
    }
    .pa-sm-5 {
        padding: 20px !important
    }
    .pa-sm-6 {
        padding: 24px !important
    }
    .pa-sm-7 {
        padding: 28px !important
    }
    .pa-sm-8 {
        padding: 32px !important
    }
    .pa-sm-9 {
        padding: 36px !important
    }
    .pa-sm-10 {
        padding: 40px !important
    }
    .pa-sm-11 {
        padding: 44px !important
    }
    .pa-sm-12 {
        padding: 48px !important
    }
    .pa-sm-13 {
        padding: 52px !important
    }
    .pa-sm-14 {
        padding: 56px !important
    }
    .pa-sm-15 {
        padding: 60px !important
    }
    .pa-sm-16 {
        padding: 64px !important
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-sm-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-sm-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-sm-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-sm-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-sm-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-sm-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-sm-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-sm-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-sm-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-sm-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-sm-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-sm-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-sm-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-sm-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-sm-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-sm-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-sm-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-sm-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-sm-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-sm-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-sm-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-sm-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-sm-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-sm-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-sm-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-sm-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-sm-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-sm-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-sm-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-sm-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-sm-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-sm-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: 4px !important
    }
    .pt-sm-2 {
        padding-top: 8px !important
    }
    .pt-sm-3 {
        padding-top: 12px !important
    }
    .pt-sm-4 {
        padding-top: 16px !important
    }
    .pt-sm-5 {
        padding-top: 20px !important
    }
    .pt-sm-6 {
        padding-top: 24px !important
    }
    .pt-sm-7 {
        padding-top: 28px !important
    }
    .pt-sm-8 {
        padding-top: 32px !important
    }
    .pt-sm-9 {
        padding-top: 36px !important
    }
    .pt-sm-10 {
        padding-top: 40px !important
    }
    .pt-sm-11 {
        padding-top: 44px !important
    }
    .pt-sm-12 {
        padding-top: 48px !important
    }
    .pt-sm-13 {
        padding-top: 52px !important
    }
    .pt-sm-14 {
        padding-top: 56px !important
    }
    .pt-sm-15 {
        padding-top: 60px !important
    }
    .pt-sm-16 {
        padding-top: 64px !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pr-sm-1 {
        padding-right: 4px !important
    }
    .pr-sm-2 {
        padding-right: 8px !important
    }
    .pr-sm-3 {
        padding-right: 12px !important
    }
    .pr-sm-4 {
        padding-right: 16px !important
    }
    .pr-sm-5 {
        padding-right: 20px !important
    }
    .pr-sm-6 {
        padding-right: 24px !important
    }
    .pr-sm-7 {
        padding-right: 28px !important
    }
    .pr-sm-8 {
        padding-right: 32px !important
    }
    .pr-sm-9 {
        padding-right: 36px !important
    }
    .pr-sm-10 {
        padding-right: 40px !important
    }
    .pr-sm-11 {
        padding-right: 44px !important
    }
    .pr-sm-12 {
        padding-right: 48px !important
    }
    .pr-sm-13 {
        padding-right: 52px !important
    }
    .pr-sm-14 {
        padding-right: 56px !important
    }
    .pr-sm-15 {
        padding-right: 60px !important
    }
    .pr-sm-16 {
        padding-right: 64px !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: 4px !important
    }
    .pb-sm-2 {
        padding-bottom: 8px !important
    }
    .pb-sm-3 {
        padding-bottom: 12px !important
    }
    .pb-sm-4 {
        padding-bottom: 16px !important
    }
    .pb-sm-5 {
        padding-bottom: 20px !important
    }
    .pb-sm-6 {
        padding-bottom: 24px !important
    }
    .pb-sm-7 {
        padding-bottom: 28px !important
    }
    .pb-sm-8 {
        padding-bottom: 32px !important
    }
    .pb-sm-9 {
        padding-bottom: 36px !important
    }
    .pb-sm-10 {
        padding-bottom: 40px !important
    }
    .pb-sm-11 {
        padding-bottom: 44px !important
    }
    .pb-sm-12 {
        padding-bottom: 48px !important
    }
    .pb-sm-13 {
        padding-bottom: 52px !important
    }
    .pb-sm-14 {
        padding-bottom: 56px !important
    }
    .pb-sm-15 {
        padding-bottom: 60px !important
    }
    .pb-sm-16 {
        padding-bottom: 64px !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .pl-sm-1 {
        padding-left: 4px !important
    }
    .pl-sm-2 {
        padding-left: 8px !important
    }
    .pl-sm-3 {
        padding-left: 12px !important
    }
    .pl-sm-4 {
        padding-left: 16px !important
    }
    .pl-sm-5 {
        padding-left: 20px !important
    }
    .pl-sm-6 {
        padding-left: 24px !important
    }
    .pl-sm-7 {
        padding-left: 28px !important
    }
    .pl-sm-8 {
        padding-left: 32px !important
    }
    .pl-sm-9 {
        padding-left: 36px !important
    }
    .pl-sm-10 {
        padding-left: 40px !important
    }
    .pl-sm-11 {
        padding-left: 44px !important
    }
    .pl-sm-12 {
        padding-left: 48px !important
    }
    .pl-sm-13 {
        padding-left: 52px !important
    }
    .pl-sm-14 {
        padding-left: 56px !important
    }
    .pl-sm-15 {
        padding-left: 60px !important
    }
    .pl-sm-16 {
        padding-left: 64px !important
    }
    .ps-sm-0 {
        padding-inline-start: 0 !important
    }
    .ps-sm-1 {
        padding-inline-start: 4px !important
    }
    .ps-sm-2 {
        padding-inline-start: 8px !important
    }
    .ps-sm-3 {
        padding-inline-start: 12px !important
    }
    .ps-sm-4 {
        padding-inline-start: 16px !important
    }
    .ps-sm-5 {
        padding-inline-start: 20px !important
    }
    .ps-sm-6 {
        padding-inline-start: 24px !important
    }
    .ps-sm-7 {
        padding-inline-start: 28px !important
    }
    .ps-sm-8 {
        padding-inline-start: 32px !important
    }
    .ps-sm-9 {
        padding-inline-start: 36px !important
    }
    .ps-sm-10 {
        padding-inline-start: 40px !important
    }
    .ps-sm-11 {
        padding-inline-start: 44px !important
    }
    .ps-sm-12 {
        padding-inline-start: 48px !important
    }
    .ps-sm-13 {
        padding-inline-start: 52px !important
    }
    .ps-sm-14 {
        padding-inline-start: 56px !important
    }
    .ps-sm-15 {
        padding-inline-start: 60px !important
    }
    .ps-sm-16 {
        padding-inline-start: 64px !important
    }
    .pe-sm-0 {
        padding-inline-end: 0 !important
    }
    .pe-sm-1 {
        padding-inline-end: 4px !important
    }
    .pe-sm-2 {
        padding-inline-end: 8px !important
    }
    .pe-sm-3 {
        padding-inline-end: 12px !important
    }
    .pe-sm-4 {
        padding-inline-end: 16px !important
    }
    .pe-sm-5 {
        padding-inline-end: 20px !important
    }
    .pe-sm-6 {
        padding-inline-end: 24px !important
    }
    .pe-sm-7 {
        padding-inline-end: 28px !important
    }
    .pe-sm-8 {
        padding-inline-end: 32px !important
    }
    .pe-sm-9 {
        padding-inline-end: 36px !important
    }
    .pe-sm-10 {
        padding-inline-end: 40px !important
    }
    .pe-sm-11 {
        padding-inline-end: 44px !important
    }
    .pe-sm-12 {
        padding-inline-end: 48px !important
    }
    .pe-sm-13 {
        padding-inline-end: 52px !important
    }
    .pe-sm-14 {
        padding-inline-end: 56px !important
    }
    .pe-sm-15 {
        padding-inline-end: 60px !important
    }
    .pe-sm-16 {
        padding-inline-end: 64px !important
    }
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
    .text-sm-justify {
        text-align: justify !important
    }
    .text-sm-start {
        text-align: start !important
    }
    .text-sm-end {
        text-align: end !important
    }
    .text-sm-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-sm-h1,
    .text-sm-h2 {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-sm-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-sm-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-sm-h3,
    .text-sm-h4 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-sm-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-sm-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-sm-h5,
    .text-sm-h6 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-sm-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-sm-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-sm-subtitle-1,
    .text-sm-subtitle-2 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-sm-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-sm-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-sm-body-1,
    .text-sm-body-2 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-sm-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-sm-button {
        font-family: Roboto, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-sm-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-sm-caption,
    .text-sm-overline {
        font-family: Roboto, sans-serif;
        font-size: .75rem !important
    }
    .text-sm-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-sm-auto {
        height: auto !important
    }
    .h-sm-screen {
        height: 100vh !important
    }
    .h-sm-0 {
        height: 0 !important
    }
    .h-sm-25 {
        height: 25% !important
    }
    .h-sm-50 {
        height: 50% !important
    }
    .h-sm-75 {
        height: 75% !important
    }
    .h-sm-100 {
        height: 100% !important
    }
    .w-sm-auto {
        width: auto !important
    }
    .w-sm-0 {
        width: 0 !important
    }
    .w-sm-25 {
        width: 25% !important
    }
    .w-sm-33 {
        width: 33% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-66 {
        width: 66% !important
    }
    .w-sm-75 {
        width: 75% !important
    }
    .w-sm-100 {
        width: 100% !important
    }
}

@media(min-width:960px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .float-md-none {
        float: none !important
    }
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .v-locale--is-rtl .float-md-end {
        float: left !important
    }
    .v-locale--is-ltr .float-md-end,
    .v-locale--is-rtl .float-md-start {
        float: right !important
    }
    .v-locale--is-ltr .float-md-start {
        float: left !important
    }
    .flex-md-1-1,
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-1-0 {
        flex: 1 0 auto !important
    }
    .flex-md-0-1 {
        flex: 0 1 auto !important
    }
    .flex-md-0-0 {
        flex: 0 0 auto !important
    }
    .flex-md-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-md-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-md-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-md-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-md-start {
        justify-content: flex-start !important
    }
    .justify-md-end {
        justify-content: flex-end !important
    }
    .justify-md-center {
        justify-content: center !important
    }
    .justify-md-space-between {
        justify-content: space-between !important
    }
    .justify-md-space-around {
        justify-content: space-around !important
    }
    .justify-md-space-evenly {
        justify-content: space-evenly !important
    }
    .align-md-start {
        align-items: flex-start !important
    }
    .align-md-end {
        align-items: flex-end !important
    }
    .align-md-center {
        align-items: center !important
    }
    .align-md-baseline {
        align-items: baseline !important
    }
    .align-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-space-between {
        align-content: space-between !important
    }
    .align-content-md-space-around {
        align-content: space-around !important
    }
    .align-content-md-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-6 {
        order: 6 !important
    }
    .order-md-7 {
        order: 7 !important
    }
    .order-md-8 {
        order: 8 !important
    }
    .order-md-9 {
        order: 9 !important
    }
    .order-md-10 {
        order: 10 !important
    }
    .order-md-11 {
        order: 11 !important
    }
    .order-md-12 {
        order: 12 !important
    }
    .order-md-last {
        order: 13 !important
    }
    .ga-md-0 {
        gap: 0 !important
    }
    .ga-md-1 {
        gap: 4px !important
    }
    .ga-md-2 {
        gap: 8px !important
    }
    .ga-md-3 {
        gap: 12px !important
    }
    .ga-md-4 {
        gap: 16px !important
    }
    .ga-md-5 {
        gap: 20px !important
    }
    .ga-md-6 {
        gap: 24px !important
    }
    .ga-md-7 {
        gap: 28px !important
    }
    .ga-md-8 {
        gap: 32px !important
    }
    .ga-md-9 {
        gap: 36px !important
    }
    .ga-md-10 {
        gap: 40px !important
    }
    .ga-md-11 {
        gap: 44px !important
    }
    .ga-md-12 {
        gap: 48px !important
    }
    .ga-md-13 {
        gap: 52px !important
    }
    .ga-md-14 {
        gap: 56px !important
    }
    .ga-md-15 {
        gap: 60px !important
    }
    .ga-md-16 {
        gap: 64px !important
    }
    .ga-md-auto {
        gap: auto !important
    }
    .gr-md-0 {
        row-gap: 0 !important
    }
    .gr-md-1 {
        row-gap: 4px !important
    }
    .gr-md-2 {
        row-gap: 8px !important
    }
    .gr-md-3 {
        row-gap: 12px !important
    }
    .gr-md-4 {
        row-gap: 16px !important
    }
    .gr-md-5 {
        row-gap: 20px !important
    }
    .gr-md-6 {
        row-gap: 24px !important
    }
    .gr-md-7 {
        row-gap: 28px !important
    }
    .gr-md-8 {
        row-gap: 32px !important
    }
    .gr-md-9 {
        row-gap: 36px !important
    }
    .gr-md-10 {
        row-gap: 40px !important
    }
    .gr-md-11 {
        row-gap: 44px !important
    }
    .gr-md-12 {
        row-gap: 48px !important
    }
    .gr-md-13 {
        row-gap: 52px !important
    }
    .gr-md-14 {
        row-gap: 56px !important
    }
    .gr-md-15 {
        row-gap: 60px !important
    }
    .gr-md-16 {
        row-gap: 64px !important
    }
    .gr-md-auto {
        row-gap: auto !important
    }
    .gc-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-md-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-md-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-md-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-md-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-md-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-md-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-md-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-md-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-md-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-md-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-md-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-md-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-md-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-md-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-md-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-md-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-md-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-md-0 {
        margin: 0 !important
    }
    .ma-md-1 {
        margin: 4px !important
    }
    .ma-md-2 {
        margin: 8px !important
    }
    .ma-md-3 {
        margin: 12px !important
    }
    .ma-md-4 {
        margin: 16px !important
    }
    .ma-md-5 {
        margin: 20px !important
    }
    .ma-md-6 {
        margin: 24px !important
    }
    .ma-md-7 {
        margin: 28px !important
    }
    .ma-md-8 {
        margin: 32px !important
    }
    .ma-md-9 {
        margin: 36px !important
    }
    .ma-md-10 {
        margin: 40px !important
    }
    .ma-md-11 {
        margin: 44px !important
    }
    .ma-md-12 {
        margin: 48px !important
    }
    .ma-md-13 {
        margin: 52px !important
    }
    .ma-md-14 {
        margin: 56px !important
    }
    .ma-md-15 {
        margin: 60px !important
    }
    .ma-md-16 {
        margin: 64px !important
    }
    .ma-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-md-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-md-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-md-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-md-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-md-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-md-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-md-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-md-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-md-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-md-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-md-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-md-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-md-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-md-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-md-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-md-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-md-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-md-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-md-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-md-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-md-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-md-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-md-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-md-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-md-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-md-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-md-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-md-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-md-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-md-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-md-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-md-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: 4px !important
    }
    .mt-md-2 {
        margin-top: 8px !important
    }
    .mt-md-3 {
        margin-top: 12px !important
    }
    .mt-md-4 {
        margin-top: 16px !important
    }
    .mt-md-5 {
        margin-top: 20px !important
    }
    .mt-md-6 {
        margin-top: 24px !important
    }
    .mt-md-7 {
        margin-top: 28px !important
    }
    .mt-md-8 {
        margin-top: 32px !important
    }
    .mt-md-9 {
        margin-top: 36px !important
    }
    .mt-md-10 {
        margin-top: 40px !important
    }
    .mt-md-11 {
        margin-top: 44px !important
    }
    .mt-md-12 {
        margin-top: 48px !important
    }
    .mt-md-13 {
        margin-top: 52px !important
    }
    .mt-md-14 {
        margin-top: 56px !important
    }
    .mt-md-15 {
        margin-top: 60px !important
    }
    .mt-md-16 {
        margin-top: 64px !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mr-md-1 {
        margin-right: 4px !important
    }
    .mr-md-2 {
        margin-right: 8px !important
    }
    .mr-md-3 {
        margin-right: 12px !important
    }
    .mr-md-4 {
        margin-right: 16px !important
    }
    .mr-md-5 {
        margin-right: 20px !important
    }
    .mr-md-6 {
        margin-right: 24px !important
    }
    .mr-md-7 {
        margin-right: 28px !important
    }
    .mr-md-8 {
        margin-right: 32px !important
    }
    .mr-md-9 {
        margin-right: 36px !important
    }
    .mr-md-10 {
        margin-right: 40px !important
    }
    .mr-md-11 {
        margin-right: 44px !important
    }
    .mr-md-12 {
        margin-right: 48px !important
    }
    .mr-md-13 {
        margin-right: 52px !important
    }
    .mr-md-14 {
        margin-right: 56px !important
    }
    .mr-md-15 {
        margin-right: 60px !important
    }
    .mr-md-16 {
        margin-right: 64px !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: 4px !important
    }
    .mb-md-2 {
        margin-bottom: 8px !important
    }
    .mb-md-3 {
        margin-bottom: 12px !important
    }
    .mb-md-4 {
        margin-bottom: 16px !important
    }
    .mb-md-5 {
        margin-bottom: 20px !important
    }
    .mb-md-6 {
        margin-bottom: 24px !important
    }
    .mb-md-7 {
        margin-bottom: 28px !important
    }
    .mb-md-8 {
        margin-bottom: 32px !important
    }
    .mb-md-9 {
        margin-bottom: 36px !important
    }
    .mb-md-10 {
        margin-bottom: 40px !important
    }
    .mb-md-11 {
        margin-bottom: 44px !important
    }
    .mb-md-12 {
        margin-bottom: 48px !important
    }
    .mb-md-13 {
        margin-bottom: 52px !important
    }
    .mb-md-14 {
        margin-bottom: 56px !important
    }
    .mb-md-15 {
        margin-bottom: 60px !important
    }
    .mb-md-16 {
        margin-bottom: 64px !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .ml-md-1 {
        margin-left: 4px !important
    }
    .ml-md-2 {
        margin-left: 8px !important
    }
    .ml-md-3 {
        margin-left: 12px !important
    }
    .ml-md-4 {
        margin-left: 16px !important
    }
    .ml-md-5 {
        margin-left: 20px !important
    }
    .ml-md-6 {
        margin-left: 24px !important
    }
    .ml-md-7 {
        margin-left: 28px !important
    }
    .ml-md-8 {
        margin-left: 32px !important
    }
    .ml-md-9 {
        margin-left: 36px !important
    }
    .ml-md-10 {
        margin-left: 40px !important
    }
    .ml-md-11 {
        margin-left: 44px !important
    }
    .ml-md-12 {
        margin-left: 48px !important
    }
    .ml-md-13 {
        margin-left: 52px !important
    }
    .ml-md-14 {
        margin-left: 56px !important
    }
    .ml-md-15 {
        margin-left: 60px !important
    }
    .ml-md-16 {
        margin-left: 64px !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .ms-md-0 {
        margin-inline-start: 0 !important
    }
    .ms-md-1 {
        margin-inline-start: 4px !important
    }
    .ms-md-2 {
        margin-inline-start: 8px !important
    }
    .ms-md-3 {
        margin-inline-start: 12px !important
    }
    .ms-md-4 {
        margin-inline-start: 16px !important
    }
    .ms-md-5 {
        margin-inline-start: 20px !important
    }
    .ms-md-6 {
        margin-inline-start: 24px !important
    }
    .ms-md-7 {
        margin-inline-start: 28px !important
    }
    .ms-md-8 {
        margin-inline-start: 32px !important
    }
    .ms-md-9 {
        margin-inline-start: 36px !important
    }
    .ms-md-10 {
        margin-inline-start: 40px !important
    }
    .ms-md-11 {
        margin-inline-start: 44px !important
    }
    .ms-md-12 {
        margin-inline-start: 48px !important
    }
    .ms-md-13 {
        margin-inline-start: 52px !important
    }
    .ms-md-14 {
        margin-inline-start: 56px !important
    }
    .ms-md-15 {
        margin-inline-start: 60px !important
    }
    .ms-md-16 {
        margin-inline-start: 64px !important
    }
    .ms-md-auto {
        margin-inline-start: auto !important
    }
    .me-md-0 {
        margin-inline-end: 0 !important
    }
    .me-md-1 {
        margin-inline-end: 4px !important
    }
    .me-md-2 {
        margin-inline-end: 8px !important
    }
    .me-md-3 {
        margin-inline-end: 12px !important
    }
    .me-md-4 {
        margin-inline-end: 16px !important
    }
    .me-md-5 {
        margin-inline-end: 20px !important
    }
    .me-md-6 {
        margin-inline-end: 24px !important
    }
    .me-md-7 {
        margin-inline-end: 28px !important
    }
    .me-md-8 {
        margin-inline-end: 32px !important
    }
    .me-md-9 {
        margin-inline-end: 36px !important
    }
    .me-md-10 {
        margin-inline-end: 40px !important
    }
    .me-md-11 {
        margin-inline-end: 44px !important
    }
    .me-md-12 {
        margin-inline-end: 48px !important
    }
    .me-md-13 {
        margin-inline-end: 52px !important
    }
    .me-md-14 {
        margin-inline-end: 56px !important
    }
    .me-md-15 {
        margin-inline-end: 60px !important
    }
    .me-md-16 {
        margin-inline-end: 64px !important
    }
    .me-md-auto {
        margin-inline-end: auto !important
    }
    .ma-md-n1 {
        margin: -4px !important
    }
    .ma-md-n2 {
        margin: -8px !important
    }
    .ma-md-n3 {
        margin: -12px !important
    }
    .ma-md-n4 {
        margin: -16px !important
    }
    .ma-md-n5 {
        margin: -20px !important
    }
    .ma-md-n6 {
        margin: -24px !important
    }
    .ma-md-n7 {
        margin: -28px !important
    }
    .ma-md-n8 {
        margin: -32px !important
    }
    .ma-md-n9 {
        margin: -36px !important
    }
    .ma-md-n10 {
        margin: -40px !important
    }
    .ma-md-n11 {
        margin: -44px !important
    }
    .ma-md-n12 {
        margin: -48px !important
    }
    .ma-md-n13 {
        margin: -52px !important
    }
    .ma-md-n14 {
        margin: -56px !important
    }
    .ma-md-n15 {
        margin: -60px !important
    }
    .ma-md-n16 {
        margin: -64px !important
    }
    .mx-md-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-md-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-md-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-md-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-md-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-md-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-md-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-md-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-md-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-md-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-md-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-md-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-md-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-md-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-md-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-md-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .my-md-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-md-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-md-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-md-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-md-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-md-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-md-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-md-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-md-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-md-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-md-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-md-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-md-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-md-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-md-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-md-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .mt-md-n1 {
        margin-top: -4px !important
    }
    .mt-md-n2 {
        margin-top: -8px !important
    }
    .mt-md-n3 {
        margin-top: -12px !important
    }
    .mt-md-n4 {
        margin-top: -16px !important
    }
    .mt-md-n5 {
        margin-top: -20px !important
    }
    .mt-md-n6 {
        margin-top: -24px !important
    }
    .mt-md-n7 {
        margin-top: -28px !important
    }
    .mt-md-n8 {
        margin-top: -32px !important
    }
    .mt-md-n9 {
        margin-top: -36px !important
    }
    .mt-md-n10 {
        margin-top: -40px !important
    }
    .mt-md-n11 {
        margin-top: -44px !important
    }
    .mt-md-n12 {
        margin-top: -48px !important
    }
    .mt-md-n13 {
        margin-top: -52px !important
    }
    .mt-md-n14 {
        margin-top: -56px !important
    }
    .mt-md-n15 {
        margin-top: -60px !important
    }
    .mt-md-n16 {
        margin-top: -64px !important
    }
    .mr-md-n1 {
        margin-right: -4px !important
    }
    .mr-md-n2 {
        margin-right: -8px !important
    }
    .mr-md-n3 {
        margin-right: -12px !important
    }
    .mr-md-n4 {
        margin-right: -16px !important
    }
    .mr-md-n5 {
        margin-right: -20px !important
    }
    .mr-md-n6 {
        margin-right: -24px !important
    }
    .mr-md-n7 {
        margin-right: -28px !important
    }
    .mr-md-n8 {
        margin-right: -32px !important
    }
    .mr-md-n9 {
        margin-right: -36px !important
    }
    .mr-md-n10 {
        margin-right: -40px !important
    }
    .mr-md-n11 {
        margin-right: -44px !important
    }
    .mr-md-n12 {
        margin-right: -48px !important
    }
    .mr-md-n13 {
        margin-right: -52px !important
    }
    .mr-md-n14 {
        margin-right: -56px !important
    }
    .mr-md-n15 {
        margin-right: -60px !important
    }
    .mr-md-n16 {
        margin-right: -64px !important
    }
    .mb-md-n1 {
        margin-bottom: -4px !important
    }
    .mb-md-n2 {
        margin-bottom: -8px !important
    }
    .mb-md-n3 {
        margin-bottom: -12px !important
    }
    .mb-md-n4 {
        margin-bottom: -16px !important
    }
    .mb-md-n5 {
        margin-bottom: -20px !important
    }
    .mb-md-n6 {
        margin-bottom: -24px !important
    }
    .mb-md-n7 {
        margin-bottom: -28px !important
    }
    .mb-md-n8 {
        margin-bottom: -32px !important
    }
    .mb-md-n9 {
        margin-bottom: -36px !important
    }
    .mb-md-n10 {
        margin-bottom: -40px !important
    }
    .mb-md-n11 {
        margin-bottom: -44px !important
    }
    .mb-md-n12 {
        margin-bottom: -48px !important
    }
    .mb-md-n13 {
        margin-bottom: -52px !important
    }
    .mb-md-n14 {
        margin-bottom: -56px !important
    }
    .mb-md-n15 {
        margin-bottom: -60px !important
    }
    .mb-md-n16 {
        margin-bottom: -64px !important
    }
    .ml-md-n1 {
        margin-left: -4px !important
    }
    .ml-md-n2 {
        margin-left: -8px !important
    }
    .ml-md-n3 {
        margin-left: -12px !important
    }
    .ml-md-n4 {
        margin-left: -16px !important
    }
    .ml-md-n5 {
        margin-left: -20px !important
    }
    .ml-md-n6 {
        margin-left: -24px !important
    }
    .ml-md-n7 {
        margin-left: -28px !important
    }
    .ml-md-n8 {
        margin-left: -32px !important
    }
    .ml-md-n9 {
        margin-left: -36px !important
    }
    .ml-md-n10 {
        margin-left: -40px !important
    }
    .ml-md-n11 {
        margin-left: -44px !important
    }
    .ml-md-n12 {
        margin-left: -48px !important
    }
    .ml-md-n13 {
        margin-left: -52px !important
    }
    .ml-md-n14 {
        margin-left: -56px !important
    }
    .ml-md-n15 {
        margin-left: -60px !important
    }
    .ml-md-n16 {
        margin-left: -64px !important
    }
    .ms-md-n1 {
        margin-inline-start: -4px !important
    }
    .ms-md-n2 {
        margin-inline-start: -8px !important
    }
    .ms-md-n3 {
        margin-inline-start: -12px !important
    }
    .ms-md-n4 {
        margin-inline-start: -16px !important
    }
    .ms-md-n5 {
        margin-inline-start: -20px !important
    }
    .ms-md-n6 {
        margin-inline-start: -24px !important
    }
    .ms-md-n7 {
        margin-inline-start: -28px !important
    }
    .ms-md-n8 {
        margin-inline-start: -32px !important
    }
    .ms-md-n9 {
        margin-inline-start: -36px !important
    }
    .ms-md-n10 {
        margin-inline-start: -40px !important
    }
    .ms-md-n11 {
        margin-inline-start: -44px !important
    }
    .ms-md-n12 {
        margin-inline-start: -48px !important
    }
    .ms-md-n13 {
        margin-inline-start: -52px !important
    }
    .ms-md-n14 {
        margin-inline-start: -56px !important
    }
    .ms-md-n15 {
        margin-inline-start: -60px !important
    }
    .ms-md-n16 {
        margin-inline-start: -64px !important
    }
    .me-md-n1 {
        margin-inline-end: -4px !important
    }
    .me-md-n2 {
        margin-inline-end: -8px !important
    }
    .me-md-n3 {
        margin-inline-end: -12px !important
    }
    .me-md-n4 {
        margin-inline-end: -16px !important
    }
    .me-md-n5 {
        margin-inline-end: -20px !important
    }
    .me-md-n6 {
        margin-inline-end: -24px !important
    }
    .me-md-n7 {
        margin-inline-end: -28px !important
    }
    .me-md-n8 {
        margin-inline-end: -32px !important
    }
    .me-md-n9 {
        margin-inline-end: -36px !important
    }
    .me-md-n10 {
        margin-inline-end: -40px !important
    }
    .me-md-n11 {
        margin-inline-end: -44px !important
    }
    .me-md-n12 {
        margin-inline-end: -48px !important
    }
    .me-md-n13 {
        margin-inline-end: -52px !important
    }
    .me-md-n14 {
        margin-inline-end: -56px !important
    }
    .me-md-n15 {
        margin-inline-end: -60px !important
    }
    .me-md-n16 {
        margin-inline-end: -64px !important
    }
    .pa-md-0 {
        padding: 0 !important
    }
    .pa-md-1 {
        padding: 4px !important
    }
    .pa-md-2 {
        padding: 8px !important
    }
    .pa-md-3 {
        padding: 12px !important
    }
    .pa-md-4 {
        padding: 16px !important
    }
    .pa-md-5 {
        padding: 20px !important
    }
    .pa-md-6 {
        padding: 24px !important
    }
    .pa-md-7 {
        padding: 28px !important
    }
    .pa-md-8 {
        padding: 32px !important
    }
    .pa-md-9 {
        padding: 36px !important
    }
    .pa-md-10 {
        padding: 40px !important
    }
    .pa-md-11 {
        padding: 44px !important
    }
    .pa-md-12 {
        padding: 48px !important
    }
    .pa-md-13 {
        padding: 52px !important
    }
    .pa-md-14 {
        padding: 56px !important
    }
    .pa-md-15 {
        padding: 60px !important
    }
    .pa-md-16 {
        padding: 64px !important
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-md-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-md-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-md-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-md-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-md-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-md-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-md-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-md-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-md-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-md-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-md-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-md-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-md-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-md-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-md-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-md-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-md-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-md-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-md-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-md-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-md-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-md-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-md-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-md-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-md-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-md-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-md-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-md-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-md-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-md-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-md-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-md-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: 4px !important
    }
    .pt-md-2 {
        padding-top: 8px !important
    }
    .pt-md-3 {
        padding-top: 12px !important
    }
    .pt-md-4 {
        padding-top: 16px !important
    }
    .pt-md-5 {
        padding-top: 20px !important
    }
    .pt-md-6 {
        padding-top: 24px !important
    }
    .pt-md-7 {
        padding-top: 28px !important
    }
    .pt-md-8 {
        padding-top: 32px !important
    }
    .pt-md-9 {
        padding-top: 36px !important
    }
    .pt-md-10 {
        padding-top: 40px !important
    }
    .pt-md-11 {
        padding-top: 44px !important
    }
    .pt-md-12 {
        padding-top: 48px !important
    }
    .pt-md-13 {
        padding-top: 52px !important
    }
    .pt-md-14 {
        padding-top: 56px !important
    }
    .pt-md-15 {
        padding-top: 60px !important
    }
    .pt-md-16 {
        padding-top: 64px !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pr-md-1 {
        padding-right: 4px !important
    }
    .pr-md-2 {
        padding-right: 8px !important
    }
    .pr-md-3 {
        padding-right: 12px !important
    }
    .pr-md-4 {
        padding-right: 16px !important
    }
    .pr-md-5 {
        padding-right: 20px !important
    }
    .pr-md-6 {
        padding-right: 24px !important
    }
    .pr-md-7 {
        padding-right: 28px !important
    }
    .pr-md-8 {
        padding-right: 32px !important
    }
    .pr-md-9 {
        padding-right: 36px !important
    }
    .pr-md-10 {
        padding-right: 40px !important
    }
    .pr-md-11 {
        padding-right: 44px !important
    }
    .pr-md-12 {
        padding-right: 48px !important
    }
    .pr-md-13 {
        padding-right: 52px !important
    }
    .pr-md-14 {
        padding-right: 56px !important
    }
    .pr-md-15 {
        padding-right: 60px !important
    }
    .pr-md-16 {
        padding-right: 64px !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: 4px !important
    }
    .pb-md-2 {
        padding-bottom: 8px !important
    }
    .pb-md-3 {
        padding-bottom: 12px !important
    }
    .pb-md-4 {
        padding-bottom: 16px !important
    }
    .pb-md-5 {
        padding-bottom: 20px !important
    }
    .pb-md-6 {
        padding-bottom: 24px !important
    }
    .pb-md-7 {
        padding-bottom: 28px !important
    }
    .pb-md-8 {
        padding-bottom: 32px !important
    }
    .pb-md-9 {
        padding-bottom: 36px !important
    }
    .pb-md-10 {
        padding-bottom: 40px !important
    }
    .pb-md-11 {
        padding-bottom: 44px !important
    }
    .pb-md-12 {
        padding-bottom: 48px !important
    }
    .pb-md-13 {
        padding-bottom: 52px !important
    }
    .pb-md-14 {
        padding-bottom: 56px !important
    }
    .pb-md-15 {
        padding-bottom: 60px !important
    }
    .pb-md-16 {
        padding-bottom: 64px !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .pl-md-1 {
        padding-left: 4px !important
    }
    .pl-md-2 {
        padding-left: 8px !important
    }
    .pl-md-3 {
        padding-left: 12px !important
    }
    .pl-md-4 {
        padding-left: 16px !important
    }
    .pl-md-5 {
        padding-left: 20px !important
    }
    .pl-md-6 {
        padding-left: 24px !important
    }
    .pl-md-7 {
        padding-left: 28px !important
    }
    .pl-md-8 {
        padding-left: 32px !important
    }
    .pl-md-9 {
        padding-left: 36px !important
    }
    .pl-md-10 {
        padding-left: 40px !important
    }
    .pl-md-11 {
        padding-left: 44px !important
    }
    .pl-md-12 {
        padding-left: 48px !important
    }
    .pl-md-13 {
        padding-left: 52px !important
    }
    .pl-md-14 {
        padding-left: 56px !important
    }
    .pl-md-15 {
        padding-left: 60px !important
    }
    .pl-md-16 {
        padding-left: 64px !important
    }
    .ps-md-0 {
        padding-inline-start: 0 !important
    }
    .ps-md-1 {
        padding-inline-start: 4px !important
    }
    .ps-md-2 {
        padding-inline-start: 8px !important
    }
    .ps-md-3 {
        padding-inline-start: 12px !important
    }
    .ps-md-4 {
        padding-inline-start: 16px !important
    }
    .ps-md-5 {
        padding-inline-start: 20px !important
    }
    .ps-md-6 {
        padding-inline-start: 24px !important
    }
    .ps-md-7 {
        padding-inline-start: 28px !important
    }
    .ps-md-8 {
        padding-inline-start: 32px !important
    }
    .ps-md-9 {
        padding-inline-start: 36px !important
    }
    .ps-md-10 {
        padding-inline-start: 40px !important
    }
    .ps-md-11 {
        padding-inline-start: 44px !important
    }
    .ps-md-12 {
        padding-inline-start: 48px !important
    }
    .ps-md-13 {
        padding-inline-start: 52px !important
    }
    .ps-md-14 {
        padding-inline-start: 56px !important
    }
    .ps-md-15 {
        padding-inline-start: 60px !important
    }
    .ps-md-16 {
        padding-inline-start: 64px !important
    }
    .pe-md-0 {
        padding-inline-end: 0 !important
    }
    .pe-md-1 {
        padding-inline-end: 4px !important
    }
    .pe-md-2 {
        padding-inline-end: 8px !important
    }
    .pe-md-3 {
        padding-inline-end: 12px !important
    }
    .pe-md-4 {
        padding-inline-end: 16px !important
    }
    .pe-md-5 {
        padding-inline-end: 20px !important
    }
    .pe-md-6 {
        padding-inline-end: 24px !important
    }
    .pe-md-7 {
        padding-inline-end: 28px !important
    }
    .pe-md-8 {
        padding-inline-end: 32px !important
    }
    .pe-md-9 {
        padding-inline-end: 36px !important
    }
    .pe-md-10 {
        padding-inline-end: 40px !important
    }
    .pe-md-11 {
        padding-inline-end: 44px !important
    }
    .pe-md-12 {
        padding-inline-end: 48px !important
    }
    .pe-md-13 {
        padding-inline-end: 52px !important
    }
    .pe-md-14 {
        padding-inline-end: 56px !important
    }
    .pe-md-15 {
        padding-inline-end: 60px !important
    }
    .pe-md-16 {
        padding-inline-end: 64px !important
    }
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
    .text-md-justify {
        text-align: justify !important
    }
    .text-md-start {
        text-align: start !important
    }
    .text-md-end {
        text-align: end !important
    }
    .text-md-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-md-h1,
    .text-md-h2 {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-md-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-md-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-md-h3,
    .text-md-h4 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-md-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-md-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-md-h5,
    .text-md-h6 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-md-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-md-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-md-subtitle-1,
    .text-md-subtitle-2 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-md-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-md-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-md-body-1,
    .text-md-body-2 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-md-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-md-button {
        font-family: Roboto, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-md-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-md-caption,
    .text-md-overline {
        font-family: Roboto, sans-serif;
        font-size: .75rem !important
    }
    .text-md-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-md-auto {
        height: auto !important
    }
    .h-md-screen {
        height: 100vh !important
    }
    .h-md-0 {
        height: 0 !important
    }
    .h-md-25 {
        height: 25% !important
    }
    .h-md-50 {
        height: 50% !important
    }
    .h-md-75 {
        height: 75% !important
    }
    .h-md-100 {
        height: 100% !important
    }
    .w-md-auto {
        width: auto !important
    }
    .w-md-0 {
        width: 0 !important
    }
    .w-md-25 {
        width: 25% !important
    }
    .w-md-33 {
        width: 33% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-66 {
        width: 66% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-100 {
        width: 100% !important
    }
}

@media(min-width:1280px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .float-lg-none {
        float: none !important
    }
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .v-locale--is-rtl .float-lg-end {
        float: left !important
    }
    .v-locale--is-ltr .float-lg-end,
    .v-locale--is-rtl .float-lg-start {
        float: right !important
    }
    .v-locale--is-ltr .float-lg-start {
        float: left !important
    }
    .flex-lg-1-1,
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-1-0 {
        flex: 1 0 auto !important
    }
    .flex-lg-0-1 {
        flex: 0 1 auto !important
    }
    .flex-lg-0-0 {
        flex: 0 0 auto !important
    }
    .flex-lg-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-lg-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-lg-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-lg-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-lg-start {
        justify-content: flex-start !important
    }
    .justify-lg-end {
        justify-content: flex-end !important
    }
    .justify-lg-center {
        justify-content: center !important
    }
    .justify-lg-space-between {
        justify-content: space-between !important
    }
    .justify-lg-space-around {
        justify-content: space-around !important
    }
    .justify-lg-space-evenly {
        justify-content: space-evenly !important
    }
    .align-lg-start {
        align-items: flex-start !important
    }
    .align-lg-end {
        align-items: flex-end !important
    }
    .align-lg-center {
        align-items: center !important
    }
    .align-lg-baseline {
        align-items: baseline !important
    }
    .align-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-space-between {
        align-content: space-between !important
    }
    .align-content-lg-space-around {
        align-content: space-around !important
    }
    .align-content-lg-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-6 {
        order: 6 !important
    }
    .order-lg-7 {
        order: 7 !important
    }
    .order-lg-8 {
        order: 8 !important
    }
    .order-lg-9 {
        order: 9 !important
    }
    .order-lg-10 {
        order: 10 !important
    }
    .order-lg-11 {
        order: 11 !important
    }
    .order-lg-12 {
        order: 12 !important
    }
    .order-lg-last {
        order: 13 !important
    }
    .ga-lg-0 {
        gap: 0 !important
    }
    .ga-lg-1 {
        gap: 4px !important
    }
    .ga-lg-2 {
        gap: 8px !important
    }
    .ga-lg-3 {
        gap: 12px !important
    }
    .ga-lg-4 {
        gap: 16px !important
    }
    .ga-lg-5 {
        gap: 20px !important
    }
    .ga-lg-6 {
        gap: 24px !important
    }
    .ga-lg-7 {
        gap: 28px !important
    }
    .ga-lg-8 {
        gap: 32px !important
    }
    .ga-lg-9 {
        gap: 36px !important
    }
    .ga-lg-10 {
        gap: 40px !important
    }
    .ga-lg-11 {
        gap: 44px !important
    }
    .ga-lg-12 {
        gap: 48px !important
    }
    .ga-lg-13 {
        gap: 52px !important
    }
    .ga-lg-14 {
        gap: 56px !important
    }
    .ga-lg-15 {
        gap: 60px !important
    }
    .ga-lg-16 {
        gap: 64px !important
    }
    .ga-lg-auto {
        gap: auto !important
    }
    .gr-lg-0 {
        row-gap: 0 !important
    }
    .gr-lg-1 {
        row-gap: 4px !important
    }
    .gr-lg-2 {
        row-gap: 8px !important
    }
    .gr-lg-3 {
        row-gap: 12px !important
    }
    .gr-lg-4 {
        row-gap: 16px !important
    }
    .gr-lg-5 {
        row-gap: 20px !important
    }
    .gr-lg-6 {
        row-gap: 24px !important
    }
    .gr-lg-7 {
        row-gap: 28px !important
    }
    .gr-lg-8 {
        row-gap: 32px !important
    }
    .gr-lg-9 {
        row-gap: 36px !important
    }
    .gr-lg-10 {
        row-gap: 40px !important
    }
    .gr-lg-11 {
        row-gap: 44px !important
    }
    .gr-lg-12 {
        row-gap: 48px !important
    }
    .gr-lg-13 {
        row-gap: 52px !important
    }
    .gr-lg-14 {
        row-gap: 56px !important
    }
    .gr-lg-15 {
        row-gap: 60px !important
    }
    .gr-lg-16 {
        row-gap: 64px !important
    }
    .gr-lg-auto {
        row-gap: auto !important
    }
    .gc-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-lg-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-lg-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-lg-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-lg-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-lg-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-lg-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-lg-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-lg-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-lg-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-lg-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-lg-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-lg-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-lg-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-lg-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-lg-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-lg-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-lg-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-lg-0 {
        margin: 0 !important
    }
    .ma-lg-1 {
        margin: 4px !important
    }
    .ma-lg-2 {
        margin: 8px !important
    }
    .ma-lg-3 {
        margin: 12px !important
    }
    .ma-lg-4 {
        margin: 16px !important
    }
    .ma-lg-5 {
        margin: 20px !important
    }
    .ma-lg-6 {
        margin: 24px !important
    }
    .ma-lg-7 {
        margin: 28px !important
    }
    .ma-lg-8 {
        margin: 32px !important
    }
    .ma-lg-9 {
        margin: 36px !important
    }
    .ma-lg-10 {
        margin: 40px !important
    }
    .ma-lg-11 {
        margin: 44px !important
    }
    .ma-lg-12 {
        margin: 48px !important
    }
    .ma-lg-13 {
        margin: 52px !important
    }
    .ma-lg-14 {
        margin: 56px !important
    }
    .ma-lg-15 {
        margin: 60px !important
    }
    .ma-lg-16 {
        margin: 64px !important
    }
    .ma-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-lg-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-lg-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-lg-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-lg-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-lg-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-lg-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-lg-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-lg-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-lg-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-lg-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-lg-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-lg-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-lg-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-lg-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-lg-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-lg-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-lg-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-lg-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-lg-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-lg-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-lg-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-lg-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-lg-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-lg-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-lg-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-lg-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-lg-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-lg-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-lg-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-lg-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-lg-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-lg-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: 4px !important
    }
    .mt-lg-2 {
        margin-top: 8px !important
    }
    .mt-lg-3 {
        margin-top: 12px !important
    }
    .mt-lg-4 {
        margin-top: 16px !important
    }
    .mt-lg-5 {
        margin-top: 20px !important
    }
    .mt-lg-6 {
        margin-top: 24px !important
    }
    .mt-lg-7 {
        margin-top: 28px !important
    }
    .mt-lg-8 {
        margin-top: 32px !important
    }
    .mt-lg-9 {
        margin-top: 36px !important
    }
    .mt-lg-10 {
        margin-top: 40px !important
    }
    .mt-lg-11 {
        margin-top: 44px !important
    }
    .mt-lg-12 {
        margin-top: 48px !important
    }
    .mt-lg-13 {
        margin-top: 52px !important
    }
    .mt-lg-14 {
        margin-top: 56px !important
    }
    .mt-lg-15 {
        margin-top: 60px !important
    }
    .mt-lg-16 {
        margin-top: 64px !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mr-lg-1 {
        margin-right: 4px !important
    }
    .mr-lg-2 {
        margin-right: 8px !important
    }
    .mr-lg-3 {
        margin-right: 12px !important
    }
    .mr-lg-4 {
        margin-right: 16px !important
    }
    .mr-lg-5 {
        margin-right: 20px !important
    }
    .mr-lg-6 {
        margin-right: 24px !important
    }
    .mr-lg-7 {
        margin-right: 28px !important
    }
    .mr-lg-8 {
        margin-right: 32px !important
    }
    .mr-lg-9 {
        margin-right: 36px !important
    }
    .mr-lg-10 {
        margin-right: 40px !important
    }
    .mr-lg-11 {
        margin-right: 44px !important
    }
    .mr-lg-12 {
        margin-right: 48px !important
    }
    .mr-lg-13 {
        margin-right: 52px !important
    }
    .mr-lg-14 {
        margin-right: 56px !important
    }
    .mr-lg-15 {
        margin-right: 60px !important
    }
    .mr-lg-16 {
        margin-right: 64px !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: 4px !important
    }
    .mb-lg-2 {
        margin-bottom: 8px !important
    }
    .mb-lg-3 {
        margin-bottom: 12px !important
    }
    .mb-lg-4 {
        margin-bottom: 16px !important
    }
    .mb-lg-5 {
        margin-bottom: 20px !important
    }
    .mb-lg-6 {
        margin-bottom: 24px !important
    }
    .mb-lg-7 {
        margin-bottom: 28px !important
    }
    .mb-lg-8 {
        margin-bottom: 32px !important
    }
    .mb-lg-9 {
        margin-bottom: 36px !important
    }
    .mb-lg-10 {
        margin-bottom: 40px !important
    }
    .mb-lg-11 {
        margin-bottom: 44px !important
    }
    .mb-lg-12 {
        margin-bottom: 48px !important
    }
    .mb-lg-13 {
        margin-bottom: 52px !important
    }
    .mb-lg-14 {
        margin-bottom: 56px !important
    }
    .mb-lg-15 {
        margin-bottom: 60px !important
    }
    .mb-lg-16 {
        margin-bottom: 64px !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .ml-lg-1 {
        margin-left: 4px !important
    }
    .ml-lg-2 {
        margin-left: 8px !important
    }
    .ml-lg-3 {
        margin-left: 12px !important
    }
    .ml-lg-4 {
        margin-left: 16px !important
    }
    .ml-lg-5 {
        margin-left: 20px !important
    }
    .ml-lg-6 {
        margin-left: 24px !important
    }
    .ml-lg-7 {
        margin-left: 28px !important
    }
    .ml-lg-8 {
        margin-left: 32px !important
    }
    .ml-lg-9 {
        margin-left: 36px !important
    }
    .ml-lg-10 {
        margin-left: 40px !important
    }
    .ml-lg-11 {
        margin-left: 44px !important
    }
    .ml-lg-12 {
        margin-left: 48px !important
    }
    .ml-lg-13 {
        margin-left: 52px !important
    }
    .ml-lg-14 {
        margin-left: 56px !important
    }
    .ml-lg-15 {
        margin-left: 60px !important
    }
    .ml-lg-16 {
        margin-left: 64px !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .ms-lg-0 {
        margin-inline-start: 0 !important
    }
    .ms-lg-1 {
        margin-inline-start: 4px !important
    }
    .ms-lg-2 {
        margin-inline-start: 8px !important
    }
    .ms-lg-3 {
        margin-inline-start: 12px !important
    }
    .ms-lg-4 {
        margin-inline-start: 16px !important
    }
    .ms-lg-5 {
        margin-inline-start: 20px !important
    }
    .ms-lg-6 {
        margin-inline-start: 24px !important
    }
    .ms-lg-7 {
        margin-inline-start: 28px !important
    }
    .ms-lg-8 {
        margin-inline-start: 32px !important
    }
    .ms-lg-9 {
        margin-inline-start: 36px !important
    }
    .ms-lg-10 {
        margin-inline-start: 40px !important
    }
    .ms-lg-11 {
        margin-inline-start: 44px !important
    }
    .ms-lg-12 {
        margin-inline-start: 48px !important
    }
    .ms-lg-13 {
        margin-inline-start: 52px !important
    }
    .ms-lg-14 {
        margin-inline-start: 56px !important
    }
    .ms-lg-15 {
        margin-inline-start: 60px !important
    }
    .ms-lg-16 {
        margin-inline-start: 64px !important
    }
    .ms-lg-auto {
        margin-inline-start: auto !important
    }
    .me-lg-0 {
        margin-inline-end: 0 !important
    }
    .me-lg-1 {
        margin-inline-end: 4px !important
    }
    .me-lg-2 {
        margin-inline-end: 8px !important
    }
    .me-lg-3 {
        margin-inline-end: 12px !important
    }
    .me-lg-4 {
        margin-inline-end: 16px !important
    }
    .me-lg-5 {
        margin-inline-end: 20px !important
    }
    .me-lg-6 {
        margin-inline-end: 24px !important
    }
    .me-lg-7 {
        margin-inline-end: 28px !important
    }
    .me-lg-8 {
        margin-inline-end: 32px !important
    }
    .me-lg-9 {
        margin-inline-end: 36px !important
    }
    .me-lg-10 {
        margin-inline-end: 40px !important
    }
    .me-lg-11 {
        margin-inline-end: 44px !important
    }
    .me-lg-12 {
        margin-inline-end: 48px !important
    }
    .me-lg-13 {
        margin-inline-end: 52px !important
    }
    .me-lg-14 {
        margin-inline-end: 56px !important
    }
    .me-lg-15 {
        margin-inline-end: 60px !important
    }
    .me-lg-16 {
        margin-inline-end: 64px !important
    }
    .me-lg-auto {
        margin-inline-end: auto !important
    }
    .ma-lg-n1 {
        margin: -4px !important
    }
    .ma-lg-n2 {
        margin: -8px !important
    }
    .ma-lg-n3 {
        margin: -12px !important
    }
    .ma-lg-n4 {
        margin: -16px !important
    }
    .ma-lg-n5 {
        margin: -20px !important
    }
    .ma-lg-n6 {
        margin: -24px !important
    }
    .ma-lg-n7 {
        margin: -28px !important
    }
    .ma-lg-n8 {
        margin: -32px !important
    }
    .ma-lg-n9 {
        margin: -36px !important
    }
    .ma-lg-n10 {
        margin: -40px !important
    }
    .ma-lg-n11 {
        margin: -44px !important
    }
    .ma-lg-n12 {
        margin: -48px !important
    }
    .ma-lg-n13 {
        margin: -52px !important
    }
    .ma-lg-n14 {
        margin: -56px !important
    }
    .ma-lg-n15 {
        margin: -60px !important
    }
    .ma-lg-n16 {
        margin: -64px !important
    }
    .mx-lg-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-lg-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-lg-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-lg-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-lg-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-lg-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-lg-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-lg-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-lg-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-lg-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-lg-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-lg-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-lg-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-lg-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-lg-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-lg-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .my-lg-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-lg-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-lg-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-lg-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-lg-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-lg-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-lg-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-lg-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-lg-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-lg-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-lg-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-lg-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-lg-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-lg-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-lg-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-lg-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .mt-lg-n1 {
        margin-top: -4px !important
    }
    .mt-lg-n2 {
        margin-top: -8px !important
    }
    .mt-lg-n3 {
        margin-top: -12px !important
    }
    .mt-lg-n4 {
        margin-top: -16px !important
    }
    .mt-lg-n5 {
        margin-top: -20px !important
    }
    .mt-lg-n6 {
        margin-top: -24px !important
    }
    .mt-lg-n7 {
        margin-top: -28px !important
    }
    .mt-lg-n8 {
        margin-top: -32px !important
    }
    .mt-lg-n9 {
        margin-top: -36px !important
    }
    .mt-lg-n10 {
        margin-top: -40px !important
    }
    .mt-lg-n11 {
        margin-top: -44px !important
    }
    .mt-lg-n12 {
        margin-top: -48px !important
    }
    .mt-lg-n13 {
        margin-top: -52px !important
    }
    .mt-lg-n14 {
        margin-top: -56px !important
    }
    .mt-lg-n15 {
        margin-top: -60px !important
    }
    .mt-lg-n16 {
        margin-top: -64px !important
    }
    .mr-lg-n1 {
        margin-right: -4px !important
    }
    .mr-lg-n2 {
        margin-right: -8px !important
    }
    .mr-lg-n3 {
        margin-right: -12px !important
    }
    .mr-lg-n4 {
        margin-right: -16px !important
    }
    .mr-lg-n5 {
        margin-right: -20px !important
    }
    .mr-lg-n6 {
        margin-right: -24px !important
    }
    .mr-lg-n7 {
        margin-right: -28px !important
    }
    .mr-lg-n8 {
        margin-right: -32px !important
    }
    .mr-lg-n9 {
        margin-right: -36px !important
    }
    .mr-lg-n10 {
        margin-right: -40px !important
    }
    .mr-lg-n11 {
        margin-right: -44px !important
    }
    .mr-lg-n12 {
        margin-right: -48px !important
    }
    .mr-lg-n13 {
        margin-right: -52px !important
    }
    .mr-lg-n14 {
        margin-right: -56px !important
    }
    .mr-lg-n15 {
        margin-right: -60px !important
    }
    .mr-lg-n16 {
        margin-right: -64px !important
    }
    .mb-lg-n1 {
        margin-bottom: -4px !important
    }
    .mb-lg-n2 {
        margin-bottom: -8px !important
    }
    .mb-lg-n3 {
        margin-bottom: -12px !important
    }
    .mb-lg-n4 {
        margin-bottom: -16px !important
    }
    .mb-lg-n5 {
        margin-bottom: -20px !important
    }
    .mb-lg-n6 {
        margin-bottom: -24px !important
    }
    .mb-lg-n7 {
        margin-bottom: -28px !important
    }
    .mb-lg-n8 {
        margin-bottom: -32px !important
    }
    .mb-lg-n9 {
        margin-bottom: -36px !important
    }
    .mb-lg-n10 {
        margin-bottom: -40px !important
    }
    .mb-lg-n11 {
        margin-bottom: -44px !important
    }
    .mb-lg-n12 {
        margin-bottom: -48px !important
    }
    .mb-lg-n13 {
        margin-bottom: -52px !important
    }
    .mb-lg-n14 {
        margin-bottom: -56px !important
    }
    .mb-lg-n15 {
        margin-bottom: -60px !important
    }
    .mb-lg-n16 {
        margin-bottom: -64px !important
    }
    .ml-lg-n1 {
        margin-left: -4px !important
    }
    .ml-lg-n2 {
        margin-left: -8px !important
    }
    .ml-lg-n3 {
        margin-left: -12px !important
    }
    .ml-lg-n4 {
        margin-left: -16px !important
    }
    .ml-lg-n5 {
        margin-left: -20px !important
    }
    .ml-lg-n6 {
        margin-left: -24px !important
    }
    .ml-lg-n7 {
        margin-left: -28px !important
    }
    .ml-lg-n8 {
        margin-left: -32px !important
    }
    .ml-lg-n9 {
        margin-left: -36px !important
    }
    .ml-lg-n10 {
        margin-left: -40px !important
    }
    .ml-lg-n11 {
        margin-left: -44px !important
    }
    .ml-lg-n12 {
        margin-left: -48px !important
    }
    .ml-lg-n13 {
        margin-left: -52px !important
    }
    .ml-lg-n14 {
        margin-left: -56px !important
    }
    .ml-lg-n15 {
        margin-left: -60px !important
    }
    .ml-lg-n16 {
        margin-left: -64px !important
    }
    .ms-lg-n1 {
        margin-inline-start: -4px !important
    }
    .ms-lg-n2 {
        margin-inline-start: -8px !important
    }
    .ms-lg-n3 {
        margin-inline-start: -12px !important
    }
    .ms-lg-n4 {
        margin-inline-start: -16px !important
    }
    .ms-lg-n5 {
        margin-inline-start: -20px !important
    }
    .ms-lg-n6 {
        margin-inline-start: -24px !important
    }
    .ms-lg-n7 {
        margin-inline-start: -28px !important
    }
    .ms-lg-n8 {
        margin-inline-start: -32px !important
    }
    .ms-lg-n9 {
        margin-inline-start: -36px !important
    }
    .ms-lg-n10 {
        margin-inline-start: -40px !important
    }
    .ms-lg-n11 {
        margin-inline-start: -44px !important
    }
    .ms-lg-n12 {
        margin-inline-start: -48px !important
    }
    .ms-lg-n13 {
        margin-inline-start: -52px !important
    }
    .ms-lg-n14 {
        margin-inline-start: -56px !important
    }
    .ms-lg-n15 {
        margin-inline-start: -60px !important
    }
    .ms-lg-n16 {
        margin-inline-start: -64px !important
    }
    .me-lg-n1 {
        margin-inline-end: -4px !important
    }
    .me-lg-n2 {
        margin-inline-end: -8px !important
    }
    .me-lg-n3 {
        margin-inline-end: -12px !important
    }
    .me-lg-n4 {
        margin-inline-end: -16px !important
    }
    .me-lg-n5 {
        margin-inline-end: -20px !important
    }
    .me-lg-n6 {
        margin-inline-end: -24px !important
    }
    .me-lg-n7 {
        margin-inline-end: -28px !important
    }
    .me-lg-n8 {
        margin-inline-end: -32px !important
    }
    .me-lg-n9 {
        margin-inline-end: -36px !important
    }
    .me-lg-n10 {
        margin-inline-end: -40px !important
    }
    .me-lg-n11 {
        margin-inline-end: -44px !important
    }
    .me-lg-n12 {
        margin-inline-end: -48px !important
    }
    .me-lg-n13 {
        margin-inline-end: -52px !important
    }
    .me-lg-n14 {
        margin-inline-end: -56px !important
    }
    .me-lg-n15 {
        margin-inline-end: -60px !important
    }
    .me-lg-n16 {
        margin-inline-end: -64px !important
    }
    .pa-lg-0 {
        padding: 0 !important
    }
    .pa-lg-1 {
        padding: 4px !important
    }
    .pa-lg-2 {
        padding: 8px !important
    }
    .pa-lg-3 {
        padding: 12px !important
    }
    .pa-lg-4 {
        padding: 16px !important
    }
    .pa-lg-5 {
        padding: 20px !important
    }
    .pa-lg-6 {
        padding: 24px !important
    }
    .pa-lg-7 {
        padding: 28px !important
    }
    .pa-lg-8 {
        padding: 32px !important
    }
    .pa-lg-9 {
        padding: 36px !important
    }
    .pa-lg-10 {
        padding: 40px !important
    }
    .pa-lg-11 {
        padding: 44px !important
    }
    .pa-lg-12 {
        padding: 48px !important
    }
    .pa-lg-13 {
        padding: 52px !important
    }
    .pa-lg-14 {
        padding: 56px !important
    }
    .pa-lg-15 {
        padding: 60px !important
    }
    .pa-lg-16 {
        padding: 64px !important
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-lg-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-lg-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-lg-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-lg-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-lg-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-lg-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-lg-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-lg-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-lg-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-lg-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-lg-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-lg-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-lg-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-lg-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-lg-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-lg-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-lg-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-lg-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-lg-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-lg-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-lg-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-lg-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-lg-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-lg-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-lg-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-lg-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-lg-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-lg-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-lg-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-lg-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-lg-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-lg-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: 4px !important
    }
    .pt-lg-2 {
        padding-top: 8px !important
    }
    .pt-lg-3 {
        padding-top: 12px !important
    }
    .pt-lg-4 {
        padding-top: 16px !important
    }
    .pt-lg-5 {
        padding-top: 20px !important
    }
    .pt-lg-6 {
        padding-top: 24px !important
    }
    .pt-lg-7 {
        padding-top: 28px !important
    }
    .pt-lg-8 {
        padding-top: 32px !important
    }
    .pt-lg-9 {
        padding-top: 36px !important
    }
    .pt-lg-10 {
        padding-top: 40px !important
    }
    .pt-lg-11 {
        padding-top: 44px !important
    }
    .pt-lg-12 {
        padding-top: 48px !important
    }
    .pt-lg-13 {
        padding-top: 52px !important
    }
    .pt-lg-14 {
        padding-top: 56px !important
    }
    .pt-lg-15 {
        padding-top: 60px !important
    }
    .pt-lg-16 {
        padding-top: 64px !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pr-lg-1 {
        padding-right: 4px !important
    }
    .pr-lg-2 {
        padding-right: 8px !important
    }
    .pr-lg-3 {
        padding-right: 12px !important
    }
    .pr-lg-4 {
        padding-right: 16px !important
    }
    .pr-lg-5 {
        padding-right: 20px !important
    }
    .pr-lg-6 {
        padding-right: 24px !important
    }
    .pr-lg-7 {
        padding-right: 28px !important
    }
    .pr-lg-8 {
        padding-right: 32px !important
    }
    .pr-lg-9 {
        padding-right: 36px !important
    }
    .pr-lg-10 {
        padding-right: 40px !important
    }
    .pr-lg-11 {
        padding-right: 44px !important
    }
    .pr-lg-12 {
        padding-right: 48px !important
    }
    .pr-lg-13 {
        padding-right: 52px !important
    }
    .pr-lg-14 {
        padding-right: 56px !important
    }
    .pr-lg-15 {
        padding-right: 60px !important
    }
    .pr-lg-16 {
        padding-right: 64px !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: 4px !important
    }
    .pb-lg-2 {
        padding-bottom: 8px !important
    }
    .pb-lg-3 {
        padding-bottom: 12px !important
    }
    .pb-lg-4 {
        padding-bottom: 16px !important
    }
    .pb-lg-5 {
        padding-bottom: 20px !important
    }
    .pb-lg-6 {
        padding-bottom: 24px !important
    }
    .pb-lg-7 {
        padding-bottom: 28px !important
    }
    .pb-lg-8 {
        padding-bottom: 32px !important
    }
    .pb-lg-9 {
        padding-bottom: 36px !important
    }
    .pb-lg-10 {
        padding-bottom: 40px !important
    }
    .pb-lg-11 {
        padding-bottom: 44px !important
    }
    .pb-lg-12 {
        padding-bottom: 48px !important
    }
    .pb-lg-13 {
        padding-bottom: 52px !important
    }
    .pb-lg-14 {
        padding-bottom: 56px !important
    }
    .pb-lg-15 {
        padding-bottom: 60px !important
    }
    .pb-lg-16 {
        padding-bottom: 64px !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .pl-lg-1 {
        padding-left: 4px !important
    }
    .pl-lg-2 {
        padding-left: 8px !important
    }
    .pl-lg-3 {
        padding-left: 12px !important
    }
    .pl-lg-4 {
        padding-left: 16px !important
    }
    .pl-lg-5 {
        padding-left: 20px !important
    }
    .pl-lg-6 {
        padding-left: 24px !important
    }
    .pl-lg-7 {
        padding-left: 28px !important
    }
    .pl-lg-8 {
        padding-left: 32px !important
    }
    .pl-lg-9 {
        padding-left: 36px !important
    }
    .pl-lg-10 {
        padding-left: 40px !important
    }
    .pl-lg-11 {
        padding-left: 44px !important
    }
    .pl-lg-12 {
        padding-left: 48px !important
    }
    .pl-lg-13 {
        padding-left: 52px !important
    }
    .pl-lg-14 {
        padding-left: 56px !important
    }
    .pl-lg-15 {
        padding-left: 60px !important
    }
    .pl-lg-16 {
        padding-left: 64px !important
    }
    .ps-lg-0 {
        padding-inline-start: 0 !important
    }
    .ps-lg-1 {
        padding-inline-start: 4px !important
    }
    .ps-lg-2 {
        padding-inline-start: 8px !important
    }
    .ps-lg-3 {
        padding-inline-start: 12px !important
    }
    .ps-lg-4 {
        padding-inline-start: 16px !important
    }
    .ps-lg-5 {
        padding-inline-start: 20px !important
    }
    .ps-lg-6 {
        padding-inline-start: 24px !important
    }
    .ps-lg-7 {
        padding-inline-start: 28px !important
    }
    .ps-lg-8 {
        padding-inline-start: 32px !important
    }
    .ps-lg-9 {
        padding-inline-start: 36px !important
    }
    .ps-lg-10 {
        padding-inline-start: 40px !important
    }
    .ps-lg-11 {
        padding-inline-start: 44px !important
    }
    .ps-lg-12 {
        padding-inline-start: 48px !important
    }
    .ps-lg-13 {
        padding-inline-start: 52px !important
    }
    .ps-lg-14 {
        padding-inline-start: 56px !important
    }
    .ps-lg-15 {
        padding-inline-start: 60px !important
    }
    .ps-lg-16 {
        padding-inline-start: 64px !important
    }
    .pe-lg-0 {
        padding-inline-end: 0 !important
    }
    .pe-lg-1 {
        padding-inline-end: 4px !important
    }
    .pe-lg-2 {
        padding-inline-end: 8px !important
    }
    .pe-lg-3 {
        padding-inline-end: 12px !important
    }
    .pe-lg-4 {
        padding-inline-end: 16px !important
    }
    .pe-lg-5 {
        padding-inline-end: 20px !important
    }
    .pe-lg-6 {
        padding-inline-end: 24px !important
    }
    .pe-lg-7 {
        padding-inline-end: 28px !important
    }
    .pe-lg-8 {
        padding-inline-end: 32px !important
    }
    .pe-lg-9 {
        padding-inline-end: 36px !important
    }
    .pe-lg-10 {
        padding-inline-end: 40px !important
    }
    .pe-lg-11 {
        padding-inline-end: 44px !important
    }
    .pe-lg-12 {
        padding-inline-end: 48px !important
    }
    .pe-lg-13 {
        padding-inline-end: 52px !important
    }
    .pe-lg-14 {
        padding-inline-end: 56px !important
    }
    .pe-lg-15 {
        padding-inline-end: 60px !important
    }
    .pe-lg-16 {
        padding-inline-end: 64px !important
    }
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
    .text-lg-justify {
        text-align: justify !important
    }
    .text-lg-start {
        text-align: start !important
    }
    .text-lg-end {
        text-align: end !important
    }
    .text-lg-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-lg-h1,
    .text-lg-h2 {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-lg-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-lg-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-lg-h3,
    .text-lg-h4 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-lg-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-lg-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-lg-h5,
    .text-lg-h6 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-lg-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-lg-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-lg-subtitle-1,
    .text-lg-subtitle-2 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-lg-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-lg-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-lg-body-1,
    .text-lg-body-2 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-lg-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-lg-button {
        font-family: Roboto, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-lg-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-lg-caption,
    .text-lg-overline {
        font-family: Roboto, sans-serif;
        font-size: .75rem !important
    }
    .text-lg-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-lg-auto {
        height: auto !important
    }
    .h-lg-screen {
        height: 100vh !important
    }
    .h-lg-0 {
        height: 0 !important
    }
    .h-lg-25 {
        height: 25% !important
    }
    .h-lg-50 {
        height: 50% !important
    }
    .h-lg-75 {
        height: 75% !important
    }
    .h-lg-100 {
        height: 100% !important
    }
    .w-lg-auto {
        width: auto !important
    }
    .w-lg-0 {
        width: 0 !important
    }
    .w-lg-25 {
        width: 25% !important
    }
    .w-lg-33 {
        width: 33% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-66 {
        width: 66% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-100 {
        width: 100% !important
    }
}

@media(min-width:1920px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .float-xl-none {
        float: none !important
    }
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .v-locale--is-rtl .float-xl-end {
        float: left !important
    }
    .v-locale--is-ltr .float-xl-end,
    .v-locale--is-rtl .float-xl-start {
        float: right !important
    }
    .v-locale--is-ltr .float-xl-start {
        float: left !important
    }
    .flex-xl-1-1,
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-1-0 {
        flex: 1 0 auto !important
    }
    .flex-xl-0-1 {
        flex: 0 1 auto !important
    }
    .flex-xl-0-0 {
        flex: 0 0 auto !important
    }
    .flex-xl-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-xl-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-xl-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-xl-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-xl-start {
        justify-content: flex-start !important
    }
    .justify-xl-end {
        justify-content: flex-end !important
    }
    .justify-xl-center {
        justify-content: center !important
    }
    .justify-xl-space-between {
        justify-content: space-between !important
    }
    .justify-xl-space-around {
        justify-content: space-around !important
    }
    .justify-xl-space-evenly {
        justify-content: space-evenly !important
    }
    .align-xl-start {
        align-items: flex-start !important
    }
    .align-xl-end {
        align-items: flex-end !important
    }
    .align-xl-center {
        align-items: center !important
    }
    .align-xl-baseline {
        align-items: baseline !important
    }
    .align-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-space-between {
        align-content: space-between !important
    }
    .align-content-xl-space-around {
        align-content: space-around !important
    }
    .align-content-xl-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-6 {
        order: 6 !important
    }
    .order-xl-7 {
        order: 7 !important
    }
    .order-xl-8 {
        order: 8 !important
    }
    .order-xl-9 {
        order: 9 !important
    }
    .order-xl-10 {
        order: 10 !important
    }
    .order-xl-11 {
        order: 11 !important
    }
    .order-xl-12 {
        order: 12 !important
    }
    .order-xl-last {
        order: 13 !important
    }
    .ga-xl-0 {
        gap: 0 !important
    }
    .ga-xl-1 {
        gap: 4px !important
    }
    .ga-xl-2 {
        gap: 8px !important
    }
    .ga-xl-3 {
        gap: 12px !important
    }
    .ga-xl-4 {
        gap: 16px !important
    }
    .ga-xl-5 {
        gap: 20px !important
    }
    .ga-xl-6 {
        gap: 24px !important
    }
    .ga-xl-7 {
        gap: 28px !important
    }
    .ga-xl-8 {
        gap: 32px !important
    }
    .ga-xl-9 {
        gap: 36px !important
    }
    .ga-xl-10 {
        gap: 40px !important
    }
    .ga-xl-11 {
        gap: 44px !important
    }
    .ga-xl-12 {
        gap: 48px !important
    }
    .ga-xl-13 {
        gap: 52px !important
    }
    .ga-xl-14 {
        gap: 56px !important
    }
    .ga-xl-15 {
        gap: 60px !important
    }
    .ga-xl-16 {
        gap: 64px !important
    }
    .ga-xl-auto {
        gap: auto !important
    }
    .gr-xl-0 {
        row-gap: 0 !important
    }
    .gr-xl-1 {
        row-gap: 4px !important
    }
    .gr-xl-2 {
        row-gap: 8px !important
    }
    .gr-xl-3 {
        row-gap: 12px !important
    }
    .gr-xl-4 {
        row-gap: 16px !important
    }
    .gr-xl-5 {
        row-gap: 20px !important
    }
    .gr-xl-6 {
        row-gap: 24px !important
    }
    .gr-xl-7 {
        row-gap: 28px !important
    }
    .gr-xl-8 {
        row-gap: 32px !important
    }
    .gr-xl-9 {
        row-gap: 36px !important
    }
    .gr-xl-10 {
        row-gap: 40px !important
    }
    .gr-xl-11 {
        row-gap: 44px !important
    }
    .gr-xl-12 {
        row-gap: 48px !important
    }
    .gr-xl-13 {
        row-gap: 52px !important
    }
    .gr-xl-14 {
        row-gap: 56px !important
    }
    .gr-xl-15 {
        row-gap: 60px !important
    }
    .gr-xl-16 {
        row-gap: 64px !important
    }
    .gr-xl-auto {
        row-gap: auto !important
    }
    .gc-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-xl-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-xl-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-xl-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-xl-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-xl-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-xl-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-xl-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-xl-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-xl-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-xl-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-xl-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-xl-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-xl-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-xl-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-xl-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-xl-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-xl-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-xl-0 {
        margin: 0 !important
    }
    .ma-xl-1 {
        margin: 4px !important
    }
    .ma-xl-2 {
        margin: 8px !important
    }
    .ma-xl-3 {
        margin: 12px !important
    }
    .ma-xl-4 {
        margin: 16px !important
    }
    .ma-xl-5 {
        margin: 20px !important
    }
    .ma-xl-6 {
        margin: 24px !important
    }
    .ma-xl-7 {
        margin: 28px !important
    }
    .ma-xl-8 {
        margin: 32px !important
    }
    .ma-xl-9 {
        margin: 36px !important
    }
    .ma-xl-10 {
        margin: 40px !important
    }
    .ma-xl-11 {
        margin: 44px !important
    }
    .ma-xl-12 {
        margin: 48px !important
    }
    .ma-xl-13 {
        margin: 52px !important
    }
    .ma-xl-14 {
        margin: 56px !important
    }
    .ma-xl-15 {
        margin: 60px !important
    }
    .ma-xl-16 {
        margin: 64px !important
    }
    .ma-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xl-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-xl-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-xl-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-xl-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-xl-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-xl-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-xl-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-xl-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-xl-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-xl-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-xl-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-xl-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-xl-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-xl-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-xl-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-xl-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xl-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-xl-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-xl-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-xl-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-xl-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-xl-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-xl-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-xl-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-xl-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-xl-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-xl-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-xl-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-xl-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-xl-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-xl-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-xl-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: 4px !important
    }
    .mt-xl-2 {
        margin-top: 8px !important
    }
    .mt-xl-3 {
        margin-top: 12px !important
    }
    .mt-xl-4 {
        margin-top: 16px !important
    }
    .mt-xl-5 {
        margin-top: 20px !important
    }
    .mt-xl-6 {
        margin-top: 24px !important
    }
    .mt-xl-7 {
        margin-top: 28px !important
    }
    .mt-xl-8 {
        margin-top: 32px !important
    }
    .mt-xl-9 {
        margin-top: 36px !important
    }
    .mt-xl-10 {
        margin-top: 40px !important
    }
    .mt-xl-11 {
        margin-top: 44px !important
    }
    .mt-xl-12 {
        margin-top: 48px !important
    }
    .mt-xl-13 {
        margin-top: 52px !important
    }
    .mt-xl-14 {
        margin-top: 56px !important
    }
    .mt-xl-15 {
        margin-top: 60px !important
    }
    .mt-xl-16 {
        margin-top: 64px !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mr-xl-1 {
        margin-right: 4px !important
    }
    .mr-xl-2 {
        margin-right: 8px !important
    }
    .mr-xl-3 {
        margin-right: 12px !important
    }
    .mr-xl-4 {
        margin-right: 16px !important
    }
    .mr-xl-5 {
        margin-right: 20px !important
    }
    .mr-xl-6 {
        margin-right: 24px !important
    }
    .mr-xl-7 {
        margin-right: 28px !important
    }
    .mr-xl-8 {
        margin-right: 32px !important
    }
    .mr-xl-9 {
        margin-right: 36px !important
    }
    .mr-xl-10 {
        margin-right: 40px !important
    }
    .mr-xl-11 {
        margin-right: 44px !important
    }
    .mr-xl-12 {
        margin-right: 48px !important
    }
    .mr-xl-13 {
        margin-right: 52px !important
    }
    .mr-xl-14 {
        margin-right: 56px !important
    }
    .mr-xl-15 {
        margin-right: 60px !important
    }
    .mr-xl-16 {
        margin-right: 64px !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: 4px !important
    }
    .mb-xl-2 {
        margin-bottom: 8px !important
    }
    .mb-xl-3 {
        margin-bottom: 12px !important
    }
    .mb-xl-4 {
        margin-bottom: 16px !important
    }
    .mb-xl-5 {
        margin-bottom: 20px !important
    }
    .mb-xl-6 {
        margin-bottom: 24px !important
    }
    .mb-xl-7 {
        margin-bottom: 28px !important
    }
    .mb-xl-8 {
        margin-bottom: 32px !important
    }
    .mb-xl-9 {
        margin-bottom: 36px !important
    }
    .mb-xl-10 {
        margin-bottom: 40px !important
    }
    .mb-xl-11 {
        margin-bottom: 44px !important
    }
    .mb-xl-12 {
        margin-bottom: 48px !important
    }
    .mb-xl-13 {
        margin-bottom: 52px !important
    }
    .mb-xl-14 {
        margin-bottom: 56px !important
    }
    .mb-xl-15 {
        margin-bottom: 60px !important
    }
    .mb-xl-16 {
        margin-bottom: 64px !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .ml-xl-1 {
        margin-left: 4px !important
    }
    .ml-xl-2 {
        margin-left: 8px !important
    }
    .ml-xl-3 {
        margin-left: 12px !important
    }
    .ml-xl-4 {
        margin-left: 16px !important
    }
    .ml-xl-5 {
        margin-left: 20px !important
    }
    .ml-xl-6 {
        margin-left: 24px !important
    }
    .ml-xl-7 {
        margin-left: 28px !important
    }
    .ml-xl-8 {
        margin-left: 32px !important
    }
    .ml-xl-9 {
        margin-left: 36px !important
    }
    .ml-xl-10 {
        margin-left: 40px !important
    }
    .ml-xl-11 {
        margin-left: 44px !important
    }
    .ml-xl-12 {
        margin-left: 48px !important
    }
    .ml-xl-13 {
        margin-left: 52px !important
    }
    .ml-xl-14 {
        margin-left: 56px !important
    }
    .ml-xl-15 {
        margin-left: 60px !important
    }
    .ml-xl-16 {
        margin-left: 64px !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .ms-xl-0 {
        margin-inline-start: 0 !important
    }
    .ms-xl-1 {
        margin-inline-start: 4px !important
    }
    .ms-xl-2 {
        margin-inline-start: 8px !important
    }
    .ms-xl-3 {
        margin-inline-start: 12px !important
    }
    .ms-xl-4 {
        margin-inline-start: 16px !important
    }
    .ms-xl-5 {
        margin-inline-start: 20px !important
    }
    .ms-xl-6 {
        margin-inline-start: 24px !important
    }
    .ms-xl-7 {
        margin-inline-start: 28px !important
    }
    .ms-xl-8 {
        margin-inline-start: 32px !important
    }
    .ms-xl-9 {
        margin-inline-start: 36px !important
    }
    .ms-xl-10 {
        margin-inline-start: 40px !important
    }
    .ms-xl-11 {
        margin-inline-start: 44px !important
    }
    .ms-xl-12 {
        margin-inline-start: 48px !important
    }
    .ms-xl-13 {
        margin-inline-start: 52px !important
    }
    .ms-xl-14 {
        margin-inline-start: 56px !important
    }
    .ms-xl-15 {
        margin-inline-start: 60px !important
    }
    .ms-xl-16 {
        margin-inline-start: 64px !important
    }
    .ms-xl-auto {
        margin-inline-start: auto !important
    }
    .me-xl-0 {
        margin-inline-end: 0 !important
    }
    .me-xl-1 {
        margin-inline-end: 4px !important
    }
    .me-xl-2 {
        margin-inline-end: 8px !important
    }
    .me-xl-3 {
        margin-inline-end: 12px !important
    }
    .me-xl-4 {
        margin-inline-end: 16px !important
    }
    .me-xl-5 {
        margin-inline-end: 20px !important
    }
    .me-xl-6 {
        margin-inline-end: 24px !important
    }
    .me-xl-7 {
        margin-inline-end: 28px !important
    }
    .me-xl-8 {
        margin-inline-end: 32px !important
    }
    .me-xl-9 {
        margin-inline-end: 36px !important
    }
    .me-xl-10 {
        margin-inline-end: 40px !important
    }
    .me-xl-11 {
        margin-inline-end: 44px !important
    }
    .me-xl-12 {
        margin-inline-end: 48px !important
    }
    .me-xl-13 {
        margin-inline-end: 52px !important
    }
    .me-xl-14 {
        margin-inline-end: 56px !important
    }
    .me-xl-15 {
        margin-inline-end: 60px !important
    }
    .me-xl-16 {
        margin-inline-end: 64px !important
    }
    .me-xl-auto {
        margin-inline-end: auto !important
    }
    .ma-xl-n1 {
        margin: -4px !important
    }
    .ma-xl-n2 {
        margin: -8px !important
    }
    .ma-xl-n3 {
        margin: -12px !important
    }
    .ma-xl-n4 {
        margin: -16px !important
    }
    .ma-xl-n5 {
        margin: -20px !important
    }
    .ma-xl-n6 {
        margin: -24px !important
    }
    .ma-xl-n7 {
        margin: -28px !important
    }
    .ma-xl-n8 {
        margin: -32px !important
    }
    .ma-xl-n9 {
        margin: -36px !important
    }
    .ma-xl-n10 {
        margin: -40px !important
    }
    .ma-xl-n11 {
        margin: -44px !important
    }
    .ma-xl-n12 {
        margin: -48px !important
    }
    .ma-xl-n13 {
        margin: -52px !important
    }
    .ma-xl-n14 {
        margin: -56px !important
    }
    .ma-xl-n15 {
        margin: -60px !important
    }
    .ma-xl-n16 {
        margin: -64px !important
    }
    .mx-xl-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-xl-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-xl-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-xl-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-xl-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-xl-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-xl-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-xl-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-xl-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-xl-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-xl-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-xl-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-xl-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-xl-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-xl-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-xl-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .my-xl-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-xl-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-xl-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-xl-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-xl-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-xl-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-xl-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-xl-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-xl-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-xl-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-xl-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-xl-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-xl-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-xl-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-xl-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-xl-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .mt-xl-n1 {
        margin-top: -4px !important
    }
    .mt-xl-n2 {
        margin-top: -8px !important
    }
    .mt-xl-n3 {
        margin-top: -12px !important
    }
    .mt-xl-n4 {
        margin-top: -16px !important
    }
    .mt-xl-n5 {
        margin-top: -20px !important
    }
    .mt-xl-n6 {
        margin-top: -24px !important
    }
    .mt-xl-n7 {
        margin-top: -28px !important
    }
    .mt-xl-n8 {
        margin-top: -32px !important
    }
    .mt-xl-n9 {
        margin-top: -36px !important
    }
    .mt-xl-n10 {
        margin-top: -40px !important
    }
    .mt-xl-n11 {
        margin-top: -44px !important
    }
    .mt-xl-n12 {
        margin-top: -48px !important
    }
    .mt-xl-n13 {
        margin-top: -52px !important
    }
    .mt-xl-n14 {
        margin-top: -56px !important
    }
    .mt-xl-n15 {
        margin-top: -60px !important
    }
    .mt-xl-n16 {
        margin-top: -64px !important
    }
    .mr-xl-n1 {
        margin-right: -4px !important
    }
    .mr-xl-n2 {
        margin-right: -8px !important
    }
    .mr-xl-n3 {
        margin-right: -12px !important
    }
    .mr-xl-n4 {
        margin-right: -16px !important
    }
    .mr-xl-n5 {
        margin-right: -20px !important
    }
    .mr-xl-n6 {
        margin-right: -24px !important
    }
    .mr-xl-n7 {
        margin-right: -28px !important
    }
    .mr-xl-n8 {
        margin-right: -32px !important
    }
    .mr-xl-n9 {
        margin-right: -36px !important
    }
    .mr-xl-n10 {
        margin-right: -40px !important
    }
    .mr-xl-n11 {
        margin-right: -44px !important
    }
    .mr-xl-n12 {
        margin-right: -48px !important
    }
    .mr-xl-n13 {
        margin-right: -52px !important
    }
    .mr-xl-n14 {
        margin-right: -56px !important
    }
    .mr-xl-n15 {
        margin-right: -60px !important
    }
    .mr-xl-n16 {
        margin-right: -64px !important
    }
    .mb-xl-n1 {
        margin-bottom: -4px !important
    }
    .mb-xl-n2 {
        margin-bottom: -8px !important
    }
    .mb-xl-n3 {
        margin-bottom: -12px !important
    }
    .mb-xl-n4 {
        margin-bottom: -16px !important
    }
    .mb-xl-n5 {
        margin-bottom: -20px !important
    }
    .mb-xl-n6 {
        margin-bottom: -24px !important
    }
    .mb-xl-n7 {
        margin-bottom: -28px !important
    }
    .mb-xl-n8 {
        margin-bottom: -32px !important
    }
    .mb-xl-n9 {
        margin-bottom: -36px !important
    }
    .mb-xl-n10 {
        margin-bottom: -40px !important
    }
    .mb-xl-n11 {
        margin-bottom: -44px !important
    }
    .mb-xl-n12 {
        margin-bottom: -48px !important
    }
    .mb-xl-n13 {
        margin-bottom: -52px !important
    }
    .mb-xl-n14 {
        margin-bottom: -56px !important
    }
    .mb-xl-n15 {
        margin-bottom: -60px !important
    }
    .mb-xl-n16 {
        margin-bottom: -64px !important
    }
    .ml-xl-n1 {
        margin-left: -4px !important
    }
    .ml-xl-n2 {
        margin-left: -8px !important
    }
    .ml-xl-n3 {
        margin-left: -12px !important
    }
    .ml-xl-n4 {
        margin-left: -16px !important
    }
    .ml-xl-n5 {
        margin-left: -20px !important
    }
    .ml-xl-n6 {
        margin-left: -24px !important
    }
    .ml-xl-n7 {
        margin-left: -28px !important
    }
    .ml-xl-n8 {
        margin-left: -32px !important
    }
    .ml-xl-n9 {
        margin-left: -36px !important
    }
    .ml-xl-n10 {
        margin-left: -40px !important
    }
    .ml-xl-n11 {
        margin-left: -44px !important
    }
    .ml-xl-n12 {
        margin-left: -48px !important
    }
    .ml-xl-n13 {
        margin-left: -52px !important
    }
    .ml-xl-n14 {
        margin-left: -56px !important
    }
    .ml-xl-n15 {
        margin-left: -60px !important
    }
    .ml-xl-n16 {
        margin-left: -64px !important
    }
    .ms-xl-n1 {
        margin-inline-start: -4px !important
    }
    .ms-xl-n2 {
        margin-inline-start: -8px !important
    }
    .ms-xl-n3 {
        margin-inline-start: -12px !important
    }
    .ms-xl-n4 {
        margin-inline-start: -16px !important
    }
    .ms-xl-n5 {
        margin-inline-start: -20px !important
    }
    .ms-xl-n6 {
        margin-inline-start: -24px !important
    }
    .ms-xl-n7 {
        margin-inline-start: -28px !important
    }
    .ms-xl-n8 {
        margin-inline-start: -32px !important
    }
    .ms-xl-n9 {
        margin-inline-start: -36px !important
    }
    .ms-xl-n10 {
        margin-inline-start: -40px !important
    }
    .ms-xl-n11 {
        margin-inline-start: -44px !important
    }
    .ms-xl-n12 {
        margin-inline-start: -48px !important
    }
    .ms-xl-n13 {
        margin-inline-start: -52px !important
    }
    .ms-xl-n14 {
        margin-inline-start: -56px !important
    }
    .ms-xl-n15 {
        margin-inline-start: -60px !important
    }
    .ms-xl-n16 {
        margin-inline-start: -64px !important
    }
    .me-xl-n1 {
        margin-inline-end: -4px !important
    }
    .me-xl-n2 {
        margin-inline-end: -8px !important
    }
    .me-xl-n3 {
        margin-inline-end: -12px !important
    }
    .me-xl-n4 {
        margin-inline-end: -16px !important
    }
    .me-xl-n5 {
        margin-inline-end: -20px !important
    }
    .me-xl-n6 {
        margin-inline-end: -24px !important
    }
    .me-xl-n7 {
        margin-inline-end: -28px !important
    }
    .me-xl-n8 {
        margin-inline-end: -32px !important
    }
    .me-xl-n9 {
        margin-inline-end: -36px !important
    }
    .me-xl-n10 {
        margin-inline-end: -40px !important
    }
    .me-xl-n11 {
        margin-inline-end: -44px !important
    }
    .me-xl-n12 {
        margin-inline-end: -48px !important
    }
    .me-xl-n13 {
        margin-inline-end: -52px !important
    }
    .me-xl-n14 {
        margin-inline-end: -56px !important
    }
    .me-xl-n15 {
        margin-inline-end: -60px !important
    }
    .me-xl-n16 {
        margin-inline-end: -64px !important
    }
    .pa-xl-0 {
        padding: 0 !important
    }
    .pa-xl-1 {
        padding: 4px !important
    }
    .pa-xl-2 {
        padding: 8px !important
    }
    .pa-xl-3 {
        padding: 12px !important
    }
    .pa-xl-4 {
        padding: 16px !important
    }
    .pa-xl-5 {
        padding: 20px !important
    }
    .pa-xl-6 {
        padding: 24px !important
    }
    .pa-xl-7 {
        padding: 28px !important
    }
    .pa-xl-8 {
        padding: 32px !important
    }
    .pa-xl-9 {
        padding: 36px !important
    }
    .pa-xl-10 {
        padding: 40px !important
    }
    .pa-xl-11 {
        padding: 44px !important
    }
    .pa-xl-12 {
        padding: 48px !important
    }
    .pa-xl-13 {
        padding: 52px !important
    }
    .pa-xl-14 {
        padding: 56px !important
    }
    .pa-xl-15 {
        padding: 60px !important
    }
    .pa-xl-16 {
        padding: 64px !important
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xl-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-xl-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-xl-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-xl-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-xl-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-xl-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-xl-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-xl-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-xl-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-xl-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-xl-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-xl-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-xl-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-xl-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-xl-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-xl-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xl-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-xl-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-xl-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-xl-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-xl-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-xl-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-xl-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-xl-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-xl-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-xl-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-xl-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-xl-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-xl-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-xl-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-xl-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-xl-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: 4px !important
    }
    .pt-xl-2 {
        padding-top: 8px !important
    }
    .pt-xl-3 {
        padding-top: 12px !important
    }
    .pt-xl-4 {
        padding-top: 16px !important
    }
    .pt-xl-5 {
        padding-top: 20px !important
    }
    .pt-xl-6 {
        padding-top: 24px !important
    }
    .pt-xl-7 {
        padding-top: 28px !important
    }
    .pt-xl-8 {
        padding-top: 32px !important
    }
    .pt-xl-9 {
        padding-top: 36px !important
    }
    .pt-xl-10 {
        padding-top: 40px !important
    }
    .pt-xl-11 {
        padding-top: 44px !important
    }
    .pt-xl-12 {
        padding-top: 48px !important
    }
    .pt-xl-13 {
        padding-top: 52px !important
    }
    .pt-xl-14 {
        padding-top: 56px !important
    }
    .pt-xl-15 {
        padding-top: 60px !important
    }
    .pt-xl-16 {
        padding-top: 64px !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pr-xl-1 {
        padding-right: 4px !important
    }
    .pr-xl-2 {
        padding-right: 8px !important
    }
    .pr-xl-3 {
        padding-right: 12px !important
    }
    .pr-xl-4 {
        padding-right: 16px !important
    }
    .pr-xl-5 {
        padding-right: 20px !important
    }
    .pr-xl-6 {
        padding-right: 24px !important
    }
    .pr-xl-7 {
        padding-right: 28px !important
    }
    .pr-xl-8 {
        padding-right: 32px !important
    }
    .pr-xl-9 {
        padding-right: 36px !important
    }
    .pr-xl-10 {
        padding-right: 40px !important
    }
    .pr-xl-11 {
        padding-right: 44px !important
    }
    .pr-xl-12 {
        padding-right: 48px !important
    }
    .pr-xl-13 {
        padding-right: 52px !important
    }
    .pr-xl-14 {
        padding-right: 56px !important
    }
    .pr-xl-15 {
        padding-right: 60px !important
    }
    .pr-xl-16 {
        padding-right: 64px !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: 4px !important
    }
    .pb-xl-2 {
        padding-bottom: 8px !important
    }
    .pb-xl-3 {
        padding-bottom: 12px !important
    }
    .pb-xl-4 {
        padding-bottom: 16px !important
    }
    .pb-xl-5 {
        padding-bottom: 20px !important
    }
    .pb-xl-6 {
        padding-bottom: 24px !important
    }
    .pb-xl-7 {
        padding-bottom: 28px !important
    }
    .pb-xl-8 {
        padding-bottom: 32px !important
    }
    .pb-xl-9 {
        padding-bottom: 36px !important
    }
    .pb-xl-10 {
        padding-bottom: 40px !important
    }
    .pb-xl-11 {
        padding-bottom: 44px !important
    }
    .pb-xl-12 {
        padding-bottom: 48px !important
    }
    .pb-xl-13 {
        padding-bottom: 52px !important
    }
    .pb-xl-14 {
        padding-bottom: 56px !important
    }
    .pb-xl-15 {
        padding-bottom: 60px !important
    }
    .pb-xl-16 {
        padding-bottom: 64px !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .pl-xl-1 {
        padding-left: 4px !important
    }
    .pl-xl-2 {
        padding-left: 8px !important
    }
    .pl-xl-3 {
        padding-left: 12px !important
    }
    .pl-xl-4 {
        padding-left: 16px !important
    }
    .pl-xl-5 {
        padding-left: 20px !important
    }
    .pl-xl-6 {
        padding-left: 24px !important
    }
    .pl-xl-7 {
        padding-left: 28px !important
    }
    .pl-xl-8 {
        padding-left: 32px !important
    }
    .pl-xl-9 {
        padding-left: 36px !important
    }
    .pl-xl-10 {
        padding-left: 40px !important
    }
    .pl-xl-11 {
        padding-left: 44px !important
    }
    .pl-xl-12 {
        padding-left: 48px !important
    }
    .pl-xl-13 {
        padding-left: 52px !important
    }
    .pl-xl-14 {
        padding-left: 56px !important
    }
    .pl-xl-15 {
        padding-left: 60px !important
    }
    .pl-xl-16 {
        padding-left: 64px !important
    }
    .ps-xl-0 {
        padding-inline-start: 0 !important
    }
    .ps-xl-1 {
        padding-inline-start: 4px !important
    }
    .ps-xl-2 {
        padding-inline-start: 8px !important
    }
    .ps-xl-3 {
        padding-inline-start: 12px !important
    }
    .ps-xl-4 {
        padding-inline-start: 16px !important
    }
    .ps-xl-5 {
        padding-inline-start: 20px !important
    }
    .ps-xl-6 {
        padding-inline-start: 24px !important
    }
    .ps-xl-7 {
        padding-inline-start: 28px !important
    }
    .ps-xl-8 {
        padding-inline-start: 32px !important
    }
    .ps-xl-9 {
        padding-inline-start: 36px !important
    }
    .ps-xl-10 {
        padding-inline-start: 40px !important
    }
    .ps-xl-11 {
        padding-inline-start: 44px !important
    }
    .ps-xl-12 {
        padding-inline-start: 48px !important
    }
    .ps-xl-13 {
        padding-inline-start: 52px !important
    }
    .ps-xl-14 {
        padding-inline-start: 56px !important
    }
    .ps-xl-15 {
        padding-inline-start: 60px !important
    }
    .ps-xl-16 {
        padding-inline-start: 64px !important
    }
    .pe-xl-0 {
        padding-inline-end: 0 !important
    }
    .pe-xl-1 {
        padding-inline-end: 4px !important
    }
    .pe-xl-2 {
        padding-inline-end: 8px !important
    }
    .pe-xl-3 {
        padding-inline-end: 12px !important
    }
    .pe-xl-4 {
        padding-inline-end: 16px !important
    }
    .pe-xl-5 {
        padding-inline-end: 20px !important
    }
    .pe-xl-6 {
        padding-inline-end: 24px !important
    }
    .pe-xl-7 {
        padding-inline-end: 28px !important
    }
    .pe-xl-8 {
        padding-inline-end: 32px !important
    }
    .pe-xl-9 {
        padding-inline-end: 36px !important
    }
    .pe-xl-10 {
        padding-inline-end: 40px !important
    }
    .pe-xl-11 {
        padding-inline-end: 44px !important
    }
    .pe-xl-12 {
        padding-inline-end: 48px !important
    }
    .pe-xl-13 {
        padding-inline-end: 52px !important
    }
    .pe-xl-14 {
        padding-inline-end: 56px !important
    }
    .pe-xl-15 {
        padding-inline-end: 60px !important
    }
    .pe-xl-16 {
        padding-inline-end: 64px !important
    }
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
    .text-xl-justify {
        text-align: justify !important
    }
    .text-xl-start {
        text-align: start !important
    }
    .text-xl-end {
        text-align: end !important
    }
    .text-xl-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-xl-h1,
    .text-xl-h2 {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-xl-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-xl-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-xl-h3,
    .text-xl-h4 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xl-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-xl-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-xl-h5,
    .text-xl-h6 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-xl-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-xl-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-xl-subtitle-1,
    .text-xl-subtitle-2 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-xl-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-xl-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-xl-body-1,
    .text-xl-body-2 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xl-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-xl-button {
        font-family: Roboto, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-xl-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-xl-caption,
    .text-xl-overline {
        font-family: Roboto, sans-serif;
        font-size: .75rem !important
    }
    .text-xl-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-xl-auto {
        height: auto !important
    }
    .h-xl-screen {
        height: 100vh !important
    }
    .h-xl-0 {
        height: 0 !important
    }
    .h-xl-25 {
        height: 25% !important
    }
    .h-xl-50 {
        height: 50% !important
    }
    .h-xl-75 {
        height: 75% !important
    }
    .h-xl-100 {
        height: 100% !important
    }
    .w-xl-auto {
        width: auto !important
    }
    .w-xl-0 {
        width: 0 !important
    }
    .w-xl-25 {
        width: 25% !important
    }
    .w-xl-33 {
        width: 33% !important
    }
    .w-xl-50 {
        width: 50% !important
    }
    .w-xl-66 {
        width: 66% !important
    }
    .w-xl-75 {
        width: 75% !important
    }
    .w-xl-100 {
        width: 100% !important
    }
}

@media(min-width:2560px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .float-xxl-none {
        float: none !important
    }
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .v-locale--is-rtl .float-xxl-end {
        float: left !important
    }
    .v-locale--is-ltr .float-xxl-end,
    .v-locale--is-rtl .float-xxl-start {
        float: right !important
    }
    .v-locale--is-ltr .float-xxl-start {
        float: left !important
    }
    .flex-xxl-1-1,
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-1-0 {
        flex: 1 0 auto !important
    }
    .flex-xxl-0-1 {
        flex: 0 1 auto !important
    }
    .flex-xxl-0-0 {
        flex: 0 0 auto !important
    }
    .flex-xxl-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-xxl-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-xxl-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-xxl-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-xxl-start {
        justify-content: flex-start !important
    }
    .justify-xxl-end {
        justify-content: flex-end !important
    }
    .justify-xxl-center {
        justify-content: center !important
    }
    .justify-xxl-space-between {
        justify-content: space-between !important
    }
    .justify-xxl-space-around {
        justify-content: space-around !important
    }
    .justify-xxl-space-evenly {
        justify-content: space-evenly !important
    }
    .align-xxl-start {
        align-items: flex-start !important
    }
    .align-xxl-end {
        align-items: flex-end !important
    }
    .align-xxl-center {
        align-items: center !important
    }
    .align-xxl-baseline {
        align-items: baseline !important
    }
    .align-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-space-between {
        align-content: space-between !important
    }
    .align-content-xxl-space-around {
        align-content: space-around !important
    }
    .align-content-xxl-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-6 {
        order: 6 !important
    }
    .order-xxl-7 {
        order: 7 !important
    }
    .order-xxl-8 {
        order: 8 !important
    }
    .order-xxl-9 {
        order: 9 !important
    }
    .order-xxl-10 {
        order: 10 !important
    }
    .order-xxl-11 {
        order: 11 !important
    }
    .order-xxl-12 {
        order: 12 !important
    }
    .order-xxl-last {
        order: 13 !important
    }
    .ga-xxl-0 {
        gap: 0 !important
    }
    .ga-xxl-1 {
        gap: 4px !important
    }
    .ga-xxl-2 {
        gap: 8px !important
    }
    .ga-xxl-3 {
        gap: 12px !important
    }
    .ga-xxl-4 {
        gap: 16px !important
    }
    .ga-xxl-5 {
        gap: 20px !important
    }
    .ga-xxl-6 {
        gap: 24px !important
    }
    .ga-xxl-7 {
        gap: 28px !important
    }
    .ga-xxl-8 {
        gap: 32px !important
    }
    .ga-xxl-9 {
        gap: 36px !important
    }
    .ga-xxl-10 {
        gap: 40px !important
    }
    .ga-xxl-11 {
        gap: 44px !important
    }
    .ga-xxl-12 {
        gap: 48px !important
    }
    .ga-xxl-13 {
        gap: 52px !important
    }
    .ga-xxl-14 {
        gap: 56px !important
    }
    .ga-xxl-15 {
        gap: 60px !important
    }
    .ga-xxl-16 {
        gap: 64px !important
    }
    .ga-xxl-auto {
        gap: auto !important
    }
    .gr-xxl-0 {
        row-gap: 0 !important
    }
    .gr-xxl-1 {
        row-gap: 4px !important
    }
    .gr-xxl-2 {
        row-gap: 8px !important
    }
    .gr-xxl-3 {
        row-gap: 12px !important
    }
    .gr-xxl-4 {
        row-gap: 16px !important
    }
    .gr-xxl-5 {
        row-gap: 20px !important
    }
    .gr-xxl-6 {
        row-gap: 24px !important
    }
    .gr-xxl-7 {
        row-gap: 28px !important
    }
    .gr-xxl-8 {
        row-gap: 32px !important
    }
    .gr-xxl-9 {
        row-gap: 36px !important
    }
    .gr-xxl-10 {
        row-gap: 40px !important
    }
    .gr-xxl-11 {
        row-gap: 44px !important
    }
    .gr-xxl-12 {
        row-gap: 48px !important
    }
    .gr-xxl-13 {
        row-gap: 52px !important
    }
    .gr-xxl-14 {
        row-gap: 56px !important
    }
    .gr-xxl-15 {
        row-gap: 60px !important
    }
    .gr-xxl-16 {
        row-gap: 64px !important
    }
    .gr-xxl-auto {
        row-gap: auto !important
    }
    .gc-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-xxl-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-xxl-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-xxl-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-xxl-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-xxl-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-xxl-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-xxl-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-xxl-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-xxl-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-xxl-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-xxl-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-xxl-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-xxl-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-xxl-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-xxl-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-xxl-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-xxl-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-xxl-0 {
        margin: 0 !important
    }
    .ma-xxl-1 {
        margin: 4px !important
    }
    .ma-xxl-2 {
        margin: 8px !important
    }
    .ma-xxl-3 {
        margin: 12px !important
    }
    .ma-xxl-4 {
        margin: 16px !important
    }
    .ma-xxl-5 {
        margin: 20px !important
    }
    .ma-xxl-6 {
        margin: 24px !important
    }
    .ma-xxl-7 {
        margin: 28px !important
    }
    .ma-xxl-8 {
        margin: 32px !important
    }
    .ma-xxl-9 {
        margin: 36px !important
    }
    .ma-xxl-10 {
        margin: 40px !important
    }
    .ma-xxl-11 {
        margin: 44px !important
    }
    .ma-xxl-12 {
        margin: 48px !important
    }
    .ma-xxl-13 {
        margin: 52px !important
    }
    .ma-xxl-14 {
        margin: 56px !important
    }
    .ma-xxl-15 {
        margin: 60px !important
    }
    .ma-xxl-16 {
        margin: 64px !important
    }
    .ma-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xxl-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-xxl-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-xxl-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-xxl-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-xxl-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-xxl-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-xxl-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-xxl-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-xxl-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-xxl-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-xxl-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-xxl-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-xxl-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-xxl-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-xxl-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-xxl-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xxl-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-xxl-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-xxl-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-xxl-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-xxl-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-xxl-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-xxl-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-xxl-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-xxl-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-xxl-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-xxl-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-xxl-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-xxl-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-xxl-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-xxl-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-xxl-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: 4px !important
    }
    .mt-xxl-2 {
        margin-top: 8px !important
    }
    .mt-xxl-3 {
        margin-top: 12px !important
    }
    .mt-xxl-4 {
        margin-top: 16px !important
    }
    .mt-xxl-5 {
        margin-top: 20px !important
    }
    .mt-xxl-6 {
        margin-top: 24px !important
    }
    .mt-xxl-7 {
        margin-top: 28px !important
    }
    .mt-xxl-8 {
        margin-top: 32px !important
    }
    .mt-xxl-9 {
        margin-top: 36px !important
    }
    .mt-xxl-10 {
        margin-top: 40px !important
    }
    .mt-xxl-11 {
        margin-top: 44px !important
    }
    .mt-xxl-12 {
        margin-top: 48px !important
    }
    .mt-xxl-13 {
        margin-top: 52px !important
    }
    .mt-xxl-14 {
        margin-top: 56px !important
    }
    .mt-xxl-15 {
        margin-top: 60px !important
    }
    .mt-xxl-16 {
        margin-top: 64px !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-0 {
        margin-right: 0 !important
    }
    .mr-xxl-1 {
        margin-right: 4px !important
    }
    .mr-xxl-2 {
        margin-right: 8px !important
    }
    .mr-xxl-3 {
        margin-right: 12px !important
    }
    .mr-xxl-4 {
        margin-right: 16px !important
    }
    .mr-xxl-5 {
        margin-right: 20px !important
    }
    .mr-xxl-6 {
        margin-right: 24px !important
    }
    .mr-xxl-7 {
        margin-right: 28px !important
    }
    .mr-xxl-8 {
        margin-right: 32px !important
    }
    .mr-xxl-9 {
        margin-right: 36px !important
    }
    .mr-xxl-10 {
        margin-right: 40px !important
    }
    .mr-xxl-11 {
        margin-right: 44px !important
    }
    .mr-xxl-12 {
        margin-right: 48px !important
    }
    .mr-xxl-13 {
        margin-right: 52px !important
    }
    .mr-xxl-14 {
        margin-right: 56px !important
    }
    .mr-xxl-15 {
        margin-right: 60px !important
    }
    .mr-xxl-16 {
        margin-right: 64px !important
    }
    .mr-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: 4px !important
    }
    .mb-xxl-2 {
        margin-bottom: 8px !important
    }
    .mb-xxl-3 {
        margin-bottom: 12px !important
    }
    .mb-xxl-4 {
        margin-bottom: 16px !important
    }
    .mb-xxl-5 {
        margin-bottom: 20px !important
    }
    .mb-xxl-6 {
        margin-bottom: 24px !important
    }
    .mb-xxl-7 {
        margin-bottom: 28px !important
    }
    .mb-xxl-8 {
        margin-bottom: 32px !important
    }
    .mb-xxl-9 {
        margin-bottom: 36px !important
    }
    .mb-xxl-10 {
        margin-bottom: 40px !important
    }
    .mb-xxl-11 {
        margin-bottom: 44px !important
    }
    .mb-xxl-12 {
        margin-bottom: 48px !important
    }
    .mb-xxl-13 {
        margin-bottom: 52px !important
    }
    .mb-xxl-14 {
        margin-bottom: 56px !important
    }
    .mb-xxl-15 {
        margin-bottom: 60px !important
    }
    .mb-xxl-16 {
        margin-bottom: 64px !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-0 {
        margin-left: 0 !important
    }
    .ml-xxl-1 {
        margin-left: 4px !important
    }
    .ml-xxl-2 {
        margin-left: 8px !important
    }
    .ml-xxl-3 {
        margin-left: 12px !important
    }
    .ml-xxl-4 {
        margin-left: 16px !important
    }
    .ml-xxl-5 {
        margin-left: 20px !important
    }
    .ml-xxl-6 {
        margin-left: 24px !important
    }
    .ml-xxl-7 {
        margin-left: 28px !important
    }
    .ml-xxl-8 {
        margin-left: 32px !important
    }
    .ml-xxl-9 {
        margin-left: 36px !important
    }
    .ml-xxl-10 {
        margin-left: 40px !important
    }
    .ml-xxl-11 {
        margin-left: 44px !important
    }
    .ml-xxl-12 {
        margin-left: 48px !important
    }
    .ml-xxl-13 {
        margin-left: 52px !important
    }
    .ml-xxl-14 {
        margin-left: 56px !important
    }
    .ml-xxl-15 {
        margin-left: 60px !important
    }
    .ml-xxl-16 {
        margin-left: 64px !important
    }
    .ml-xxl-auto {
        margin-left: auto !important
    }
    .ms-xxl-0 {
        margin-inline-start: 0 !important
    }
    .ms-xxl-1 {
        margin-inline-start: 4px !important
    }
    .ms-xxl-2 {
        margin-inline-start: 8px !important
    }
    .ms-xxl-3 {
        margin-inline-start: 12px !important
    }
    .ms-xxl-4 {
        margin-inline-start: 16px !important
    }
    .ms-xxl-5 {
        margin-inline-start: 20px !important
    }
    .ms-xxl-6 {
        margin-inline-start: 24px !important
    }
    .ms-xxl-7 {
        margin-inline-start: 28px !important
    }
    .ms-xxl-8 {
        margin-inline-start: 32px !important
    }
    .ms-xxl-9 {
        margin-inline-start: 36px !important
    }
    .ms-xxl-10 {
        margin-inline-start: 40px !important
    }
    .ms-xxl-11 {
        margin-inline-start: 44px !important
    }
    .ms-xxl-12 {
        margin-inline-start: 48px !important
    }
    .ms-xxl-13 {
        margin-inline-start: 52px !important
    }
    .ms-xxl-14 {
        margin-inline-start: 56px !important
    }
    .ms-xxl-15 {
        margin-inline-start: 60px !important
    }
    .ms-xxl-16 {
        margin-inline-start: 64px !important
    }
    .ms-xxl-auto {
        margin-inline-start: auto !important
    }
    .me-xxl-0 {
        margin-inline-end: 0 !important
    }
    .me-xxl-1 {
        margin-inline-end: 4px !important
    }
    .me-xxl-2 {
        margin-inline-end: 8px !important
    }
    .me-xxl-3 {
        margin-inline-end: 12px !important
    }
    .me-xxl-4 {
        margin-inline-end: 16px !important
    }
    .me-xxl-5 {
        margin-inline-end: 20px !important
    }
    .me-xxl-6 {
        margin-inline-end: 24px !important
    }
    .me-xxl-7 {
        margin-inline-end: 28px !important
    }
    .me-xxl-8 {
        margin-inline-end: 32px !important
    }
    .me-xxl-9 {
        margin-inline-end: 36px !important
    }
    .me-xxl-10 {
        margin-inline-end: 40px !important
    }
    .me-xxl-11 {
        margin-inline-end: 44px !important
    }
    .me-xxl-12 {
        margin-inline-end: 48px !important
    }
    .me-xxl-13 {
        margin-inline-end: 52px !important
    }
    .me-xxl-14 {
        margin-inline-end: 56px !important
    }
    .me-xxl-15 {
        margin-inline-end: 60px !important
    }
    .me-xxl-16 {
        margin-inline-end: 64px !important
    }
    .me-xxl-auto {
        margin-inline-end: auto !important
    }
    .ma-xxl-n1 {
        margin: -4px !important
    }
    .ma-xxl-n2 {
        margin: -8px !important
    }
    .ma-xxl-n3 {
        margin: -12px !important
    }
    .ma-xxl-n4 {
        margin: -16px !important
    }
    .ma-xxl-n5 {
        margin: -20px !important
    }
    .ma-xxl-n6 {
        margin: -24px !important
    }
    .ma-xxl-n7 {
        margin: -28px !important
    }
    .ma-xxl-n8 {
        margin: -32px !important
    }
    .ma-xxl-n9 {
        margin: -36px !important
    }
    .ma-xxl-n10 {
        margin: -40px !important
    }
    .ma-xxl-n11 {
        margin: -44px !important
    }
    .ma-xxl-n12 {
        margin: -48px !important
    }
    .ma-xxl-n13 {
        margin: -52px !important
    }
    .ma-xxl-n14 {
        margin: -56px !important
    }
    .ma-xxl-n15 {
        margin: -60px !important
    }
    .ma-xxl-n16 {
        margin: -64px !important
    }
    .mx-xxl-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-xxl-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-xxl-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-xxl-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-xxl-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-xxl-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-xxl-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-xxl-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-xxl-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-xxl-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-xxl-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-xxl-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-xxl-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-xxl-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-xxl-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-xxl-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .my-xxl-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-xxl-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-xxl-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-xxl-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-xxl-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-xxl-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-xxl-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-xxl-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-xxl-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-xxl-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-xxl-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-xxl-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-xxl-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-xxl-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-xxl-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-xxl-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .mt-xxl-n1 {
        margin-top: -4px !important
    }
    .mt-xxl-n2 {
        margin-top: -8px !important
    }
    .mt-xxl-n3 {
        margin-top: -12px !important
    }
    .mt-xxl-n4 {
        margin-top: -16px !important
    }
    .mt-xxl-n5 {
        margin-top: -20px !important
    }
    .mt-xxl-n6 {
        margin-top: -24px !important
    }
    .mt-xxl-n7 {
        margin-top: -28px !important
    }
    .mt-xxl-n8 {
        margin-top: -32px !important
    }
    .mt-xxl-n9 {
        margin-top: -36px !important
    }
    .mt-xxl-n10 {
        margin-top: -40px !important
    }
    .mt-xxl-n11 {
        margin-top: -44px !important
    }
    .mt-xxl-n12 {
        margin-top: -48px !important
    }
    .mt-xxl-n13 {
        margin-top: -52px !important
    }
    .mt-xxl-n14 {
        margin-top: -56px !important
    }
    .mt-xxl-n15 {
        margin-top: -60px !important
    }
    .mt-xxl-n16 {
        margin-top: -64px !important
    }
    .mr-xxl-n1 {
        margin-right: -4px !important
    }
    .mr-xxl-n2 {
        margin-right: -8px !important
    }
    .mr-xxl-n3 {
        margin-right: -12px !important
    }
    .mr-xxl-n4 {
        margin-right: -16px !important
    }
    .mr-xxl-n5 {
        margin-right: -20px !important
    }
    .mr-xxl-n6 {
        margin-right: -24px !important
    }
    .mr-xxl-n7 {
        margin-right: -28px !important
    }
    .mr-xxl-n8 {
        margin-right: -32px !important
    }
    .mr-xxl-n9 {
        margin-right: -36px !important
    }
    .mr-xxl-n10 {
        margin-right: -40px !important
    }
    .mr-xxl-n11 {
        margin-right: -44px !important
    }
    .mr-xxl-n12 {
        margin-right: -48px !important
    }
    .mr-xxl-n13 {
        margin-right: -52px !important
    }
    .mr-xxl-n14 {
        margin-right: -56px !important
    }
    .mr-xxl-n15 {
        margin-right: -60px !important
    }
    .mr-xxl-n16 {
        margin-right: -64px !important
    }
    .mb-xxl-n1 {
        margin-bottom: -4px !important
    }
    .mb-xxl-n2 {
        margin-bottom: -8px !important
    }
    .mb-xxl-n3 {
        margin-bottom: -12px !important
    }
    .mb-xxl-n4 {
        margin-bottom: -16px !important
    }
    .mb-xxl-n5 {
        margin-bottom: -20px !important
    }
    .mb-xxl-n6 {
        margin-bottom: -24px !important
    }
    .mb-xxl-n7 {
        margin-bottom: -28px !important
    }
    .mb-xxl-n8 {
        margin-bottom: -32px !important
    }
    .mb-xxl-n9 {
        margin-bottom: -36px !important
    }
    .mb-xxl-n10 {
        margin-bottom: -40px !important
    }
    .mb-xxl-n11 {
        margin-bottom: -44px !important
    }
    .mb-xxl-n12 {
        margin-bottom: -48px !important
    }
    .mb-xxl-n13 {
        margin-bottom: -52px !important
    }
    .mb-xxl-n14 {
        margin-bottom: -56px !important
    }
    .mb-xxl-n15 {
        margin-bottom: -60px !important
    }
    .mb-xxl-n16 {
        margin-bottom: -64px !important
    }
    .ml-xxl-n1 {
        margin-left: -4px !important
    }
    .ml-xxl-n2 {
        margin-left: -8px !important
    }
    .ml-xxl-n3 {
        margin-left: -12px !important
    }
    .ml-xxl-n4 {
        margin-left: -16px !important
    }
    .ml-xxl-n5 {
        margin-left: -20px !important
    }
    .ml-xxl-n6 {
        margin-left: -24px !important
    }
    .ml-xxl-n7 {
        margin-left: -28px !important
    }
    .ml-xxl-n8 {
        margin-left: -32px !important
    }
    .ml-xxl-n9 {
        margin-left: -36px !important
    }
    .ml-xxl-n10 {
        margin-left: -40px !important
    }
    .ml-xxl-n11 {
        margin-left: -44px !important
    }
    .ml-xxl-n12 {
        margin-left: -48px !important
    }
    .ml-xxl-n13 {
        margin-left: -52px !important
    }
    .ml-xxl-n14 {
        margin-left: -56px !important
    }
    .ml-xxl-n15 {
        margin-left: -60px !important
    }
    .ml-xxl-n16 {
        margin-left: -64px !important
    }
    .ms-xxl-n1 {
        margin-inline-start: -4px !important
    }
    .ms-xxl-n2 {
        margin-inline-start: -8px !important
    }
    .ms-xxl-n3 {
        margin-inline-start: -12px !important
    }
    .ms-xxl-n4 {
        margin-inline-start: -16px !important
    }
    .ms-xxl-n5 {
        margin-inline-start: -20px !important
    }
    .ms-xxl-n6 {
        margin-inline-start: -24px !important
    }
    .ms-xxl-n7 {
        margin-inline-start: -28px !important
    }
    .ms-xxl-n8 {
        margin-inline-start: -32px !important
    }
    .ms-xxl-n9 {
        margin-inline-start: -36px !important
    }
    .ms-xxl-n10 {
        margin-inline-start: -40px !important
    }
    .ms-xxl-n11 {
        margin-inline-start: -44px !important
    }
    .ms-xxl-n12 {
        margin-inline-start: -48px !important
    }
    .ms-xxl-n13 {
        margin-inline-start: -52px !important
    }
    .ms-xxl-n14 {
        margin-inline-start: -56px !important
    }
    .ms-xxl-n15 {
        margin-inline-start: -60px !important
    }
    .ms-xxl-n16 {
        margin-inline-start: -64px !important
    }
    .me-xxl-n1 {
        margin-inline-end: -4px !important
    }
    .me-xxl-n2 {
        margin-inline-end: -8px !important
    }
    .me-xxl-n3 {
        margin-inline-end: -12px !important
    }
    .me-xxl-n4 {
        margin-inline-end: -16px !important
    }
    .me-xxl-n5 {
        margin-inline-end: -20px !important
    }
    .me-xxl-n6 {
        margin-inline-end: -24px !important
    }
    .me-xxl-n7 {
        margin-inline-end: -28px !important
    }
    .me-xxl-n8 {
        margin-inline-end: -32px !important
    }
    .me-xxl-n9 {
        margin-inline-end: -36px !important
    }
    .me-xxl-n10 {
        margin-inline-end: -40px !important
    }
    .me-xxl-n11 {
        margin-inline-end: -44px !important
    }
    .me-xxl-n12 {
        margin-inline-end: -48px !important
    }
    .me-xxl-n13 {
        margin-inline-end: -52px !important
    }
    .me-xxl-n14 {
        margin-inline-end: -56px !important
    }
    .me-xxl-n15 {
        margin-inline-end: -60px !important
    }
    .me-xxl-n16 {
        margin-inline-end: -64px !important
    }
    .pa-xxl-0 {
        padding: 0 !important
    }
    .pa-xxl-1 {
        padding: 4px !important
    }
    .pa-xxl-2 {
        padding: 8px !important
    }
    .pa-xxl-3 {
        padding: 12px !important
    }
    .pa-xxl-4 {
        padding: 16px !important
    }
    .pa-xxl-5 {
        padding: 20px !important
    }
    .pa-xxl-6 {
        padding: 24px !important
    }
    .pa-xxl-7 {
        padding: 28px !important
    }
    .pa-xxl-8 {
        padding: 32px !important
    }
    .pa-xxl-9 {
        padding: 36px !important
    }
    .pa-xxl-10 {
        padding: 40px !important
    }
    .pa-xxl-11 {
        padding: 44px !important
    }
    .pa-xxl-12 {
        padding: 48px !important
    }
    .pa-xxl-13 {
        padding: 52px !important
    }
    .pa-xxl-14 {
        padding: 56px !important
    }
    .pa-xxl-15 {
        padding: 60px !important
    }
    .pa-xxl-16 {
        padding: 64px !important
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xxl-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-xxl-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-xxl-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-xxl-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-xxl-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-xxl-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-xxl-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-xxl-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-xxl-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-xxl-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-xxl-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-xxl-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-xxl-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-xxl-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-xxl-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-xxl-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xxl-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-xxl-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-xxl-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-xxl-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-xxl-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-xxl-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-xxl-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-xxl-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-xxl-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-xxl-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-xxl-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-xxl-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-xxl-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-xxl-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-xxl-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-xxl-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: 4px !important
    }
    .pt-xxl-2 {
        padding-top: 8px !important
    }
    .pt-xxl-3 {
        padding-top: 12px !important
    }
    .pt-xxl-4 {
        padding-top: 16px !important
    }
    .pt-xxl-5 {
        padding-top: 20px !important
    }
    .pt-xxl-6 {
        padding-top: 24px !important
    }
    .pt-xxl-7 {
        padding-top: 28px !important
    }
    .pt-xxl-8 {
        padding-top: 32px !important
    }
    .pt-xxl-9 {
        padding-top: 36px !important
    }
    .pt-xxl-10 {
        padding-top: 40px !important
    }
    .pt-xxl-11 {
        padding-top: 44px !important
    }
    .pt-xxl-12 {
        padding-top: 48px !important
    }
    .pt-xxl-13 {
        padding-top: 52px !important
    }
    .pt-xxl-14 {
        padding-top: 56px !important
    }
    .pt-xxl-15 {
        padding-top: 60px !important
    }
    .pt-xxl-16 {
        padding-top: 64px !important
    }
    .pr-xxl-0 {
        padding-right: 0 !important
    }
    .pr-xxl-1 {
        padding-right: 4px !important
    }
    .pr-xxl-2 {
        padding-right: 8px !important
    }
    .pr-xxl-3 {
        padding-right: 12px !important
    }
    .pr-xxl-4 {
        padding-right: 16px !important
    }
    .pr-xxl-5 {
        padding-right: 20px !important
    }
    .pr-xxl-6 {
        padding-right: 24px !important
    }
    .pr-xxl-7 {
        padding-right: 28px !important
    }
    .pr-xxl-8 {
        padding-right: 32px !important
    }
    .pr-xxl-9 {
        padding-right: 36px !important
    }
    .pr-xxl-10 {
        padding-right: 40px !important
    }
    .pr-xxl-11 {
        padding-right: 44px !important
    }
    .pr-xxl-12 {
        padding-right: 48px !important
    }
    .pr-xxl-13 {
        padding-right: 52px !important
    }
    .pr-xxl-14 {
        padding-right: 56px !important
    }
    .pr-xxl-15 {
        padding-right: 60px !important
    }
    .pr-xxl-16 {
        padding-right: 64px !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: 4px !important
    }
    .pb-xxl-2 {
        padding-bottom: 8px !important
    }
    .pb-xxl-3 {
        padding-bottom: 12px !important
    }
    .pb-xxl-4 {
        padding-bottom: 16px !important
    }
    .pb-xxl-5 {
        padding-bottom: 20px !important
    }
    .pb-xxl-6 {
        padding-bottom: 24px !important
    }
    .pb-xxl-7 {
        padding-bottom: 28px !important
    }
    .pb-xxl-8 {
        padding-bottom: 32px !important
    }
    .pb-xxl-9 {
        padding-bottom: 36px !important
    }
    .pb-xxl-10 {
        padding-bottom: 40px !important
    }
    .pb-xxl-11 {
        padding-bottom: 44px !important
    }
    .pb-xxl-12 {
        padding-bottom: 48px !important
    }
    .pb-xxl-13 {
        padding-bottom: 52px !important
    }
    .pb-xxl-14 {
        padding-bottom: 56px !important
    }
    .pb-xxl-15 {
        padding-bottom: 60px !important
    }
    .pb-xxl-16 {
        padding-bottom: 64px !important
    }
    .pl-xxl-0 {
        padding-left: 0 !important
    }
    .pl-xxl-1 {
        padding-left: 4px !important
    }
    .pl-xxl-2 {
        padding-left: 8px !important
    }
    .pl-xxl-3 {
        padding-left: 12px !important
    }
    .pl-xxl-4 {
        padding-left: 16px !important
    }
    .pl-xxl-5 {
        padding-left: 20px !important
    }
    .pl-xxl-6 {
        padding-left: 24px !important
    }
    .pl-xxl-7 {
        padding-left: 28px !important
    }
    .pl-xxl-8 {
        padding-left: 32px !important
    }
    .pl-xxl-9 {
        padding-left: 36px !important
    }
    .pl-xxl-10 {
        padding-left: 40px !important
    }
    .pl-xxl-11 {
        padding-left: 44px !important
    }
    .pl-xxl-12 {
        padding-left: 48px !important
    }
    .pl-xxl-13 {
        padding-left: 52px !important
    }
    .pl-xxl-14 {
        padding-left: 56px !important
    }
    .pl-xxl-15 {
        padding-left: 60px !important
    }
    .pl-xxl-16 {
        padding-left: 64px !important
    }
    .ps-xxl-0 {
        padding-inline-start: 0 !important
    }
    .ps-xxl-1 {
        padding-inline-start: 4px !important
    }
    .ps-xxl-2 {
        padding-inline-start: 8px !important
    }
    .ps-xxl-3 {
        padding-inline-start: 12px !important
    }
    .ps-xxl-4 {
        padding-inline-start: 16px !important
    }
    .ps-xxl-5 {
        padding-inline-start: 20px !important
    }
    .ps-xxl-6 {
        padding-inline-start: 24px !important
    }
    .ps-xxl-7 {
        padding-inline-start: 28px !important
    }
    .ps-xxl-8 {
        padding-inline-start: 32px !important
    }
    .ps-xxl-9 {
        padding-inline-start: 36px !important
    }
    .ps-xxl-10 {
        padding-inline-start: 40px !important
    }
    .ps-xxl-11 {
        padding-inline-start: 44px !important
    }
    .ps-xxl-12 {
        padding-inline-start: 48px !important
    }
    .ps-xxl-13 {
        padding-inline-start: 52px !important
    }
    .ps-xxl-14 {
        padding-inline-start: 56px !important
    }
    .ps-xxl-15 {
        padding-inline-start: 60px !important
    }
    .ps-xxl-16 {
        padding-inline-start: 64px !important
    }
    .pe-xxl-0 {
        padding-inline-end: 0 !important
    }
    .pe-xxl-1 {
        padding-inline-end: 4px !important
    }
    .pe-xxl-2 {
        padding-inline-end: 8px !important
    }
    .pe-xxl-3 {
        padding-inline-end: 12px !important
    }
    .pe-xxl-4 {
        padding-inline-end: 16px !important
    }
    .pe-xxl-5 {
        padding-inline-end: 20px !important
    }
    .pe-xxl-6 {
        padding-inline-end: 24px !important
    }
    .pe-xxl-7 {
        padding-inline-end: 28px !important
    }
    .pe-xxl-8 {
        padding-inline-end: 32px !important
    }
    .pe-xxl-9 {
        padding-inline-end: 36px !important
    }
    .pe-xxl-10 {
        padding-inline-end: 40px !important
    }
    .pe-xxl-11 {
        padding-inline-end: 44px !important
    }
    .pe-xxl-12 {
        padding-inline-end: 48px !important
    }
    .pe-xxl-13 {
        padding-inline-end: 52px !important
    }
    .pe-xxl-14 {
        padding-inline-end: 56px !important
    }
    .pe-xxl-15 {
        padding-inline-end: 60px !important
    }
    .pe-xxl-16 {
        padding-inline-end: 64px !important
    }
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
    .text-xxl-justify {
        text-align: justify !important
    }
    .text-xxl-start {
        text-align: start !important
    }
    .text-xxl-end {
        text-align: end !important
    }
    .text-xxl-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-xxl-h1,
    .text-xxl-h2 {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-xxl-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-xxl-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-xxl-h3,
    .text-xxl-h4 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xxl-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-xxl-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-xxl-h5,
    .text-xxl-h6 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-xxl-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-xxl-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-xxl-subtitle-1,
    .text-xxl-subtitle-2 {
        font-family: Roboto, sans-serif;
        text-transform: none !important
    }
    .text-xxl-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-xxl-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-xxl-body-1,
    .text-xxl-body-2 {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xxl-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-xxl-button {
        font-family: Roboto, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-xxl-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-xxl-caption,
    .text-xxl-overline {
        font-family: Roboto, sans-serif;
        font-size: .75rem !important
    }
    .text-xxl-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-xxl-auto {
        height: auto !important
    }
    .h-xxl-screen {
        height: 100vh !important
    }
    .h-xxl-0 {
        height: 0 !important
    }
    .h-xxl-25 {
        height: 25% !important
    }
    .h-xxl-50 {
        height: 50% !important
    }
    .h-xxl-75 {
        height: 75% !important
    }
    .h-xxl-100 {
        height: 100% !important
    }
    .w-xxl-auto {
        width: auto !important
    }
    .w-xxl-0 {
        width: 0 !important
    }
    .w-xxl-25 {
        width: 25% !important
    }
    .w-xxl-33 {
        width: 33% !important
    }
    .w-xxl-50 {
        width: 50% !important
    }
    .w-xxl-66 {
        width: 66% !important
    }
    .w-xxl-75 {
        width: 75% !important
    }
    .w-xxl-100 {
        width: 100% !important
    }
}

@keyframes v-shake {
    59% {
        margin-left: 0
    }
    60%,
    80% {
        margin-left: 2px
    }
    70%,
    90% {
        margin-left: -2px
    }
}

.bg-black {
    background-color: #000 !important;
    color: #fff !important
}

.bg-white {
    background-color: #fff !important;
    color: #000 !important
}

.bg-transparent {
    background-color: transparent !important;
    color: currentColor !important
}

.bg-red {
    background-color: #f44336 !important;
    color: #fff !important
}

.bg-red-lighten-5 {
    background-color: #ffebee !important;
    color: #000 !important
}

.bg-red-lighten-4 {
    background-color: #ffcdd2 !important;
    color: #000 !important
}

.bg-red-lighten-3 {
    background-color: #ef9a9a !important;
    color: #000 !important
}

.bg-red-lighten-2 {
    background-color: #e57373 !important;
    color: #fff !important
}

.bg-red-lighten-1 {
    background-color: #ef5350 !important;
    color: #fff !important
}

.bg-red-darken-1 {
    background-color: #e53935 !important;
    color: #fff !important
}

.bg-red-darken-2 {
    background-color: #d32f2f !important;
    color: #fff !important
}

.bg-red-darken-3 {
    background-color: #c62828 !important;
    color: #fff !important
}

.bg-red-darken-4 {
    background-color: #b71c1c !important;
    color: #fff !important
}

.bg-red-accent-1 {
    background-color: #ff8a80 !important;
    color: #000 !important
}

.bg-red-accent-2 {
    background-color: #ff5252 !important;
    color: #fff !important
}

.bg-red-accent-3 {
    background-color: #ff1744 !important;
    color: #fff !important
}

.bg-red-accent-4 {
    background-color: #d50000 !important;
    color: #fff !important
}

.bg-pink {
    background-color: #e91e63 !important;
    color: #fff !important
}

.bg-pink-lighten-5 {
    background-color: #fce4ec !important;
    color: #000 !important
}

.bg-pink-lighten-4 {
    background-color: #f8bbd0 !important;
    color: #000 !important
}

.bg-pink-lighten-3 {
    background-color: #f48fb1 !important;
    color: #000 !important
}

.bg-pink-lighten-2 {
    background-color: #f06292 !important;
    color: #fff !important
}

.bg-pink-lighten-1 {
    background-color: #ec407a !important;
    color: #fff !important
}

.bg-pink-darken-1 {
    background-color: #d81b60 !important;
    color: #fff !important
}

.bg-pink-darken-2 {
    background-color: #c2185b !important;
    color: #fff !important
}

.bg-pink-darken-3 {
    background-color: #ad1457 !important;
    color: #fff !important
}

.bg-pink-darken-4 {
    background-color: #880e4f !important;
    color: #fff !important
}

.bg-pink-accent-1 {
    background-color: #ff80ab !important;
    color: #fff !important
}

.bg-pink-accent-2 {
    background-color: #ff4081 !important;
    color: #fff !important
}

.bg-pink-accent-3 {
    background-color: #f50057 !important;
    color: #fff !important
}

.bg-pink-accent-4 {
    background-color: #c51162 !important;
    color: #fff !important
}

.bg-purple {
    background-color: #9c27b0 !important;
    color: #fff !important
}

.bg-purple-lighten-5 {
    background-color: #f3e5f5 !important;
    color: #000 !important
}

.bg-purple-lighten-4 {
    background-color: #e1bee7 !important;
    color: #000 !important
}

.bg-purple-lighten-3 {
    background-color: #ce93d8 !important;
    color: #fff !important
}

.bg-purple-lighten-2 {
    background-color: #ba68c8 !important;
    color: #fff !important
}

.bg-purple-lighten-1 {
    background-color: #ab47bc !important;
    color: #fff !important
}

.bg-purple-darken-1 {
    background-color: #8e24aa !important;
    color: #fff !important
}

.bg-purple-darken-2 {
    background-color: #7b1fa2 !important;
    color: #fff !important
}

.bg-purple-darken-3 {
    background-color: #6a1b9a !important;
    color: #fff !important
}

.bg-purple-darken-4 {
    background-color: #4a148c !important;
    color: #fff !important
}

.bg-purple-accent-1 {
    background-color: #ea80fc !important;
    color: #fff !important
}

.bg-purple-accent-2 {
    background-color: #e040fb !important;
    color: #fff !important
}

.bg-purple-accent-3 {
    background-color: #d500f9 !important;
    color: #fff !important
}

.bg-purple-accent-4 {
    background-color: #a0f !important;
    color: #fff !important
}

.bg-deep-purple {
    background-color: #673ab7 !important;
    color: #fff !important
}

.bg-deep-purple-lighten-5 {
    background-color: #ede7f6 !important;
    color: #000 !important
}

.bg-deep-purple-lighten-4 {
    background-color: #d1c4e9 !important;
    color: #000 !important
}

.bg-deep-purple-lighten-3 {
    background-color: #b39ddb !important;
    color: #fff !important
}

.bg-deep-purple-lighten-2 {
    background-color: #9575cd !important;
    color: #fff !important
}

.bg-deep-purple-lighten-1 {
    background-color: #7e57c2 !important;
    color: #fff !important
}

.bg-deep-purple-darken-1 {
    background-color: #5e35b1 !important;
    color: #fff !important
}

.bg-deep-purple-darken-2 {
    background-color: #512da8 !important;
    color: #fff !important
}

.bg-deep-purple-darken-3 {
    background-color: #4527a0 !important;
    color: #fff !important
}

.bg-deep-purple-darken-4 {
    background-color: #311b92 !important;
    color: #fff !important
}

.bg-deep-purple-accent-1 {
    background-color: #b388ff !important;
    color: #fff !important
}

.bg-deep-purple-accent-2 {
    background-color: #7c4dff !important;
    color: #fff !important
}

.bg-deep-purple-accent-3 {
    background-color: #651fff !important;
    color: #fff !important
}

.bg-deep-purple-accent-4 {
    background-color: #6200ea !important;
    color: #fff !important
}

.bg-indigo {
    background-color: #3f51b5 !important;
    color: #fff !important
}

.bg-indigo-lighten-5 {
    background-color: #e8eaf6 !important;
    color: #000 !important
}

.bg-indigo-lighten-4 {
    background-color: #c5cae9 !important;
    color: #000 !important
}

.bg-indigo-lighten-3 {
    background-color: #9fa8da !important;
    color: #fff !important
}

.bg-indigo-lighten-2 {
    background-color: #7986cb !important;
    color: #fff !important
}

.bg-indigo-lighten-1 {
    background-color: #5c6bc0 !important;
    color: #fff !important
}

.bg-indigo-darken-1 {
    background-color: #3949ab !important;
    color: #fff !important
}

.bg-indigo-darken-2 {
    background-color: #303f9f !important;
    color: #fff !important
}

.bg-indigo-darken-3 {
    background-color: #283593 !important;
    color: #fff !important
}

.bg-indigo-darken-4 {
    background-color: #1a237e !important;
    color: #fff !important
}

.bg-indigo-accent-1 {
    background-color: #8c9eff !important;
    color: #fff !important
}

.bg-indigo-accent-2 {
    background-color: #536dfe !important;
    color: #fff !important
}

.bg-indigo-accent-3 {
    background-color: #3d5afe !important;
    color: #fff !important
}

.bg-indigo-accent-4 {
    background-color: #304ffe !important;
    color: #fff !important
}

.bg-blue {
    background-color: #2196f3 !important;
    color: #fff !important
}

.bg-blue-lighten-5 {
    background-color: #e3f2fd !important;
    color: #000 !important
}

.bg-blue-lighten-4 {
    background-color: #bbdefb !important;
    color: #000 !important
}

.bg-blue-lighten-3 {
    background-color: #90caf9 !important;
    color: #000 !important
}

.bg-blue-lighten-2 {
    background-color: #64b5f6 !important;
    color: #000 !important
}

.bg-blue-lighten-1 {
    background-color: #42a5f5 !important;
    color: #fff !important
}

.bg-blue-darken-1 {
    background-color: #1e88e5 !important;
    color: #fff !important
}

.bg-blue-darken-2 {
    background-color: #1976d2 !important;
    color: #fff !important
}

.bg-blue-darken-3 {
    background-color: #1565c0 !important;
    color: #fff !important
}

.bg-blue-darken-4 {
    background-color: #0d47a1 !important;
    color: #fff !important
}

.bg-blue-accent-1 {
    background-color: #82b1ff !important;
    color: #000 !important
}

.bg-blue-accent-2 {
    background-color: #448aff !important;
    color: #fff !important
}

.bg-blue-accent-3 {
    background-color: #2979ff !important;
    color: #fff !important
}

.bg-blue-accent-4 {
    background-color: #2962ff !important;
    color: #fff !important
}

.bg-light-blue {
    background-color: #03a9f4 !important;
    color: #fff !important
}

.bg-light-blue-lighten-5 {
    background-color: #e1f5fe !important;
    color: #000 !important
}

.bg-light-blue-lighten-4 {
    background-color: #b3e5fc !important;
    color: #000 !important
}

.bg-light-blue-lighten-3 {
    background-color: #81d4fa !important;
    color: #000 !important
}

.bg-light-blue-lighten-2 {
    background-color: #4fc3f7 !important;
    color: #000 !important
}

.bg-light-blue-lighten-1 {
    background-color: #29b6f6 !important;
    color: #000 !important
}

.bg-light-blue-darken-1 {
    background-color: #039be5 !important;
    color: #fff !important
}

.bg-light-blue-darken-2 {
    background-color: #0288d1 !important;
    color: #fff !important
}

.bg-light-blue-darken-3 {
    background-color: #0277bd !important;
    color: #fff !important
}

.bg-light-blue-darken-4 {
    background-color: #01579b !important;
    color: #fff !important
}

.bg-light-blue-accent-1 {
    background-color: #80d8ff !important;
    color: #000 !important
}

.bg-light-blue-accent-2 {
    background-color: #40c4ff !important;
    color: #000 !important
}

.bg-light-blue-accent-3 {
    background-color: #00b0ff !important;
    color: #fff !important
}

.bg-light-blue-accent-4 {
    background-color: #0091ea !important;
    color: #fff !important
}

.bg-cyan {
    background-color: #00bcd4 !important;
    color: #000 !important
}

.bg-cyan-lighten-5 {
    background-color: #e0f7fa !important;
    color: #000 !important
}

.bg-cyan-lighten-4 {
    background-color: #b2ebf2 !important;
    color: #000 !important
}

.bg-cyan-lighten-3 {
    background-color: #80deea !important;
    color: #000 !important
}

.bg-cyan-lighten-2 {
    background-color: #4dd0e1 !important;
    color: #000 !important
}

.bg-cyan-lighten-1 {
    background-color: #26c6da !important;
    color: #000 !important
}

.bg-cyan-darken-1 {
    background-color: #00acc1 !important;
    color: #fff !important
}

.bg-cyan-darken-2 {
    background-color: #0097a7 !important;
    color: #fff !important
}

.bg-cyan-darken-3 {
    background-color: #00838f !important;
    color: #fff !important
}

.bg-cyan-darken-4 {
    background-color: #006064 !important;
    color: #fff !important
}

.bg-cyan-accent-1 {
    background-color: #84ffff !important;
    color: #000 !important
}

.bg-cyan-accent-2 {
    background-color: #18ffff !important;
    color: #000 !important
}

.bg-cyan-accent-3 {
    background-color: #00e5ff !important;
    color: #000 !important
}

.bg-cyan-accent-4 {
    background-color: #00b8d4 !important;
    color: #fff !important
}

.bg-teal {
    background-color: #009688 !important;
    color: #fff !important
}

.bg-teal-lighten-5 {
    background-color: #e0f2f1 !important;
    color: #000 !important
}

.bg-teal-lighten-4 {
    background-color: #b2dfdb !important;
    color: #000 !important
}

.bg-teal-lighten-3 {
    background-color: #80cbc4 !important;
    color: #000 !important
}

.bg-teal-lighten-2 {
    background-color: #4db6ac !important;
    color: #fff !important
}

.bg-teal-lighten-1 {
    background-color: #26a69a !important;
    color: #fff !important
}

.bg-teal-darken-1 {
    background-color: #00897b !important;
    color: #fff !important
}

.bg-teal-darken-2 {
    background-color: #00796b !important;
    color: #fff !important
}

.bg-teal-darken-3 {
    background-color: #00695c !important;
    color: #fff !important
}

.bg-teal-darken-4 {
    background-color: #004d40 !important;
    color: #fff !important
}

.bg-teal-accent-1 {
    background-color: #a7ffeb !important;
    color: #000 !important
}

.bg-teal-accent-2 {
    background-color: #64ffda !important;
    color: #000 !important
}

.bg-teal-accent-3 {
    background-color: #1de9b6 !important;
    color: #000 !important
}

.bg-teal-accent-4 {
    background-color: #00bfa5 !important;
    color: #fff !important
}

.bg-green {
    background-color: #4caf50 !important;
    color: #fff !important
}

.bg-green-lighten-5 {
    background-color: #e8f5e9 !important;
    color: #000 !important
}

.bg-green-lighten-4 {
    background-color: #c8e6c9 !important;
    color: #000 !important
}

.bg-green-lighten-3 {
    background-color: #a5d6a7 !important;
    color: #000 !important
}

.bg-green-lighten-2 {
    background-color: #81c784 !important;
    color: #000 !important
}

.bg-green-lighten-1 {
    background-color: #66bb6a !important;
    color: #fff !important
}

.bg-green-darken-1 {
    background-color: #43a047 !important;
    color: #fff !important
}

.bg-green-darken-2 {
    background-color: #388e3c !important;
    color: #fff !important
}

.bg-green-darken-3 {
    background-color: #2e7d32 !important;
    color: #fff !important
}

.bg-green-darken-4 {
    background-color: #1b5e20 !important;
    color: #fff !important
}

.bg-green-accent-1 {
    background-color: #b9f6ca !important;
    color: #000 !important
}

.bg-green-accent-2 {
    background-color: #69f0ae !important;
    color: #000 !important
}

.bg-green-accent-3 {
    background-color: #00e676 !important;
    color: #000 !important
}

.bg-green-accent-4 {
    background-color: #00c853 !important;
    color: #000 !important
}

.bg-light-green {
    background-color: #8bc34a !important;
    color: #000 !important
}

.bg-light-green-lighten-5 {
    background-color: #f1f8e9 !important;
    color: #000 !important
}

.bg-light-green-lighten-4 {
    background-color: #dcedc8 !important;
    color: #000 !important
}

.bg-light-green-lighten-3 {
    background-color: #c5e1a5 !important;
    color: #000 !important
}

.bg-light-green-lighten-2 {
    background-color: #aed581 !important;
    color: #000 !important
}

.bg-light-green-lighten-1 {
    background-color: #9ccc65 !important;
    color: #000 !important
}

.bg-light-green-darken-1 {
    background-color: #7cb342 !important;
    color: #fff !important
}

.bg-light-green-darken-2 {
    background-color: #689f38 !important;
    color: #fff !important
}

.bg-light-green-darken-3 {
    background-color: #558b2f !important;
    color: #fff !important
}

.bg-light-green-darken-4 {
    background-color: #33691e !important;
    color: #fff !important
}

.bg-light-green-accent-1 {
    background-color: #ccff90 !important;
    color: #000 !important
}

.bg-light-green-accent-2 {
    background-color: #b2ff59 !important;
    color: #000 !important
}

.bg-light-green-accent-3 {
    background-color: #76ff03 !important;
    color: #000 !important
}

.bg-light-green-accent-4 {
    background-color: #64dd17 !important;
    color: #000 !important
}

.bg-lime {
    background-color: #cddc39 !important;
    color: #000 !important
}

.bg-lime-lighten-5 {
    background-color: #f9fbe7 !important;
    color: #000 !important
}

.bg-lime-lighten-4 {
    background-color: #f0f4c3 !important;
    color: #000 !important
}

.bg-lime-lighten-3 {
    background-color: #e6ee9c !important;
    color: #000 !important
}

.bg-lime-lighten-2 {
    background-color: #dce775 !important;
    color: #000 !important
}

.bg-lime-lighten-1 {
    background-color: #d4e157 !important;
    color: #000 !important
}

.bg-lime-darken-1 {
    background-color: #c0ca33 !important;
    color: #000 !important
}

.bg-lime-darken-2 {
    background-color: #afb42b !important;
    color: #000 !important
}

.bg-lime-darken-3 {
    background-color: #9e9d24 !important;
    color: #fff !important
}

.bg-lime-darken-4 {
    background-color: #827717 !important;
    color: #fff !important
}

.bg-lime-accent-1 {
    background-color: #f4ff81 !important;
    color: #000 !important
}

.bg-lime-accent-2 {
    background-color: #eeff41 !important;
    color: #000 !important
}

.bg-lime-accent-3 {
    background-color: #c6ff00 !important;
    color: #000 !important
}

.bg-lime-accent-4 {
    background-color: #aeea00 !important;
    color: #000 !important
}

.bg-yellow {
    background-color: #ffeb3b !important;
    color: #000 !important
}

.bg-yellow-lighten-5 {
    background-color: #fffde7 !important;
    color: #000 !important
}

.bg-yellow-lighten-4 {
    background-color: #fff9c4 !important;
    color: #000 !important
}

.bg-yellow-lighten-3 {
    background-color: #fff59d !important;
    color: #000 !important
}

.bg-yellow-lighten-2 {
    background-color: #fff176 !important;
    color: #000 !important
}

.bg-yellow-lighten-1 {
    background-color: #ffee58 !important;
    color: #000 !important
}

.bg-yellow-darken-1 {
    background-color: #fdd835 !important;
    color: #000 !important
}

.bg-yellow-darken-2 {
    background-color: #fbc02d !important;
    color: #000 !important
}

.bg-yellow-darken-3 {
    background-color: #f9a825 !important;
    color: #000 !important
}

.bg-yellow-darken-4 {
    background-color: #f57f17 !important;
    color: #fff !important
}

.bg-yellow-accent-1 {
    background-color: #ffff8d !important;
    color: #000 !important
}

.bg-yellow-accent-2 {
    background-color: #ff0 !important;
    color: #000 !important
}

.bg-yellow-accent-3 {
    background-color: #ffea00 !important;
    color: #000 !important
}

.bg-yellow-accent-4 {
    background-color: #ffd600 !important;
    color: #000 !important
}

.bg-amber {
    background-color: #ffc107 !important;
    color: #000 !important
}

.bg-amber-lighten-5 {
    background-color: #fff8e1 !important;
    color: #000 !important
}

.bg-amber-lighten-4 {
    background-color: #ffecb3 !important;
    color: #000 !important
}

.bg-amber-lighten-3 {
    background-color: #ffe082 !important;
    color: #000 !important
}

.bg-amber-lighten-2 {
    background-color: #ffd54f !important;
    color: #000 !important
}

.bg-amber-lighten-1 {
    background-color: #ffca28 !important;
    color: #000 !important
}

.bg-amber-darken-1 {
    background-color: #ffb300 !important;
    color: #000 !important
}

.bg-amber-darken-2 {
    background-color: #ffa000 !important;
    color: #000 !important
}

.bg-amber-darken-3 {
    background-color: #ff8f00 !important;
    color: #000 !important
}

.bg-amber-darken-4 {
    background-color: #ff6f00 !important;
    color: #fff !important
}

.bg-amber-accent-1 {
    background-color: #ffe57f !important;
    color: #000 !important
}

.bg-amber-accent-2 {
    background-color: #ffd740 !important;
    color: #000 !important
}

.bg-amber-accent-3 {
    background-color: #ffc400 !important;
    color: #000 !important
}

.bg-amber-accent-4 {
    background-color: #ffab00 !important;
    color: #000 !important
}

.bg-orange {
    background-color: #ff9800 !important;
    color: #000 !important
}

.bg-orange-lighten-5 {
    background-color: #fff3e0 !important;
    color: #000 !important
}

.bg-orange-lighten-4 {
    background-color: #ffe0b2 !important;
    color: #000 !important
}

.bg-orange-lighten-3 {
    background-color: #ffcc80 !important;
    color: #000 !important
}

.bg-orange-lighten-2 {
    background-color: #ffb74d !important;
    color: #000 !important
}

.bg-orange-lighten-1 {
    background-color: #ffa726 !important;
    color: #000 !important
}

.bg-orange-darken-1 {
    background-color: #fb8c00 !important;
    color: #fff !important
}

.bg-orange-darken-2 {
    background-color: #f57c00 !important;
    color: #fff !important
}

.bg-orange-darken-3 {
    background-color: #ef6c00 !important;
    color: #fff !important
}

.bg-orange-darken-4 {
    background-color: #e65100 !important;
    color: #fff !important
}

.bg-orange-accent-1 {
    background-color: #ffd180 !important;
    color: #000 !important
}

.bg-orange-accent-2 {
    background-color: #ffab40 !important;
    color: #000 !important
}

.bg-orange-accent-3 {
    background-color: #ff9100 !important;
    color: #000 !important
}

.bg-orange-accent-4 {
    background-color: #ff6d00 !important;
    color: #fff !important
}

.bg-deep-orange {
    background-color: #ff5722 !important;
    color: #fff !important
}

.bg-deep-orange-lighten-5 {
    background-color: #fbe9e7 !important;
    color: #000 !important
}

.bg-deep-orange-lighten-4 {
    background-color: #ffccbc !important;
    color: #000 !important
}

.bg-deep-orange-lighten-3 {
    background-color: #ffab91 !important;
    color: #000 !important
}

.bg-deep-orange-lighten-2 {
    background-color: #ff8a65 !important;
    color: #000 !important
}

.bg-deep-orange-lighten-1 {
    background-color: #ff7043 !important;
    color: #fff !important
}

.bg-deep-orange-darken-1 {
    background-color: #f4511e !important;
    color: #fff !important
}

.bg-deep-orange-darken-2 {
    background-color: #e64a19 !important;
    color: #fff !important
}

.bg-deep-orange-darken-3 {
    background-color: #d84315 !important;
    color: #fff !important
}

.bg-deep-orange-darken-4 {
    background-color: #bf360c !important;
    color: #fff !important
}

.bg-deep-orange-accent-1 {
    background-color: #ff9e80 !important;
    color: #000 !important
}

.bg-deep-orange-accent-2 {
    background-color: #ff6e40 !important;
    color: #fff !important
}

.bg-deep-orange-accent-3 {
    background-color: #ff3d00 !important;
    color: #fff !important
}

.bg-deep-orange-accent-4 {
    background-color: #dd2c00 !important;
    color: #fff !important
}

.bg-brown {
    background-color: #795548 !important;
    color: #fff !important
}

.bg-brown-lighten-5 {
    background-color: #efebe9 !important;
    color: #000 !important
}

.bg-brown-lighten-4 {
    background-color: #d7ccc8 !important;
    color: #000 !important
}

.bg-brown-lighten-3 {
    background-color: #bcaaa4 !important;
    color: #000 !important
}

.bg-brown-lighten-2 {
    background-color: #a1887f !important;
    color: #fff !important
}

.bg-brown-lighten-1 {
    background-color: #8d6e63 !important;
    color: #fff !important
}

.bg-brown-darken-1 {
    background-color: #6d4c41 !important;
    color: #fff !important
}

.bg-brown-darken-2 {
    background-color: #5d4037 !important;
    color: #fff !important
}

.bg-brown-darken-3 {
    background-color: #4e342e !important;
    color: #fff !important
}

.bg-brown-darken-4 {
    background-color: #3e2723 !important;
    color: #fff !important
}

.bg-blue-grey {
    background-color: #607d8b !important;
    color: #fff !important
}

.bg-blue-grey-lighten-5 {
    background-color: #eceff1 !important;
    color: #000 !important
}

.bg-blue-grey-lighten-4 {
    background-color: #cfd8dc !important;
    color: #000 !important
}

.bg-blue-grey-lighten-3 {
    background-color: #b0bec5 !important;
    color: #000 !important
}

.bg-blue-grey-lighten-2 {
    background-color: #90a4ae !important;
    color: #fff !important
}

.bg-blue-grey-lighten-1 {
    background-color: #78909c !important;
    color: #fff !important
}

.bg-blue-grey-darken-1 {
    background-color: #546e7a !important;
    color: #fff !important
}

.bg-blue-grey-darken-2 {
    background-color: #455a64 !important;
    color: #fff !important
}

.bg-blue-grey-darken-3 {
    background-color: #37474f !important;
    color: #fff !important
}

.bg-blue-grey-darken-4 {
    background-color: #263238 !important;
    color: #fff !important
}

.bg-grey {
    background-color: #9e9e9e !important;
    color: #fff !important
}

.bg-grey-lighten-5 {
    background-color: #fafafa !important;
    color: #000 !important
}

.bg-grey-lighten-4 {
    background-color: #f5f5f5 !important;
    color: #000 !important
}

.bg-grey-lighten-3 {
    background-color: #eee !important;
    color: #000 !important
}

.bg-grey-lighten-2 {
    background-color: #e0e0e0 !important;
    color: #000 !important
}

.bg-grey-lighten-1 {
    background-color: #bdbdbd !important;
    color: #000 !important
}

.bg-grey-darken-1 {
    background-color: #757575 !important;
    color: #fff !important
}

.bg-grey-darken-2 {
    background-color: #616161 !important;
    color: #fff !important
}

.bg-grey-darken-3 {
    background-color: #424242 !important;
    color: #fff !important
}

.bg-grey-darken-4 {
    background-color: #212121 !important;
    color: #fff !important
}

.bg-shades-black {
    background-color: #000 !important;
    color: #fff !important
}

.bg-shades-white {
    background-color: #fff !important;
    color: #000 !important
}

.bg-shades-transparent {
    background-color: transparent !important;
    color: currentColor !important
}

.text-black {
    color: #000 !important
}

.text-white {
    color: #fff !important
}

.text-transparent {
    color: transparent !important
}

.text-red {
    color: #f44336 !important
}

.text-red-lighten-5 {
    color: #ffebee !important
}

.text-red-lighten-4 {
    color: #ffcdd2 !important
}

.text-red-lighten-3 {
    color: #ef9a9a !important
}

.text-red-lighten-2 {
    color: #e57373 !important
}

.text-red-lighten-1 {
    color: #ef5350 !important
}

.text-red-darken-1 {
    color: #e53935 !important
}

.text-red-darken-2 {
    color: #d32f2f !important
}

.text-red-darken-3 {
    color: #c62828 !important
}

.text-red-darken-4 {
    color: #b71c1c !important
}

.text-red-accent-1 {
    color: #ff8a80 !important
}

.text-red-accent-2 {
    color: #ff5252 !important
}

.text-red-accent-3 {
    color: #ff1744 !important
}

.text-red-accent-4 {
    color: #d50000 !important
}

.text-pink {
    color: #e91e63 !important
}

.text-pink-lighten-5 {
    color: #fce4ec !important
}

.text-pink-lighten-4 {
    color: #f8bbd0 !important
}

.text-pink-lighten-3 {
    color: #f48fb1 !important
}

.text-pink-lighten-2 {
    color: #f06292 !important
}

.text-pink-lighten-1 {
    color: #ec407a !important
}

.text-pink-darken-1 {
    color: #d81b60 !important
}

.text-pink-darken-2 {
    color: #c2185b !important
}

.text-pink-darken-3 {
    color: #ad1457 !important
}

.text-pink-darken-4 {
    color: #880e4f !important
}

.text-pink-accent-1 {
    color: #ff80ab !important
}

.text-pink-accent-2 {
    color: #ff4081 !important
}

.text-pink-accent-3 {
    color: #f50057 !important
}

.text-pink-accent-4 {
    color: #c51162 !important
}

.text-purple {
    color: #9c27b0 !important
}

.text-purple-lighten-5 {
    color: #f3e5f5 !important
}

.text-purple-lighten-4 {
    color: #e1bee7 !important
}

.text-purple-lighten-3 {
    color: #ce93d8 !important
}

.text-purple-lighten-2 {
    color: #ba68c8 !important
}

.text-purple-lighten-1 {
    color: #ab47bc !important
}

.text-purple-darken-1 {
    color: #8e24aa !important
}

.text-purple-darken-2 {
    color: #7b1fa2 !important
}

.text-purple-darken-3 {
    color: #6a1b9a !important
}

.text-purple-darken-4 {
    color: #4a148c !important
}

.text-purple-accent-1 {
    color: #ea80fc !important
}

.text-purple-accent-2 {
    color: #e040fb !important
}

.text-purple-accent-3 {
    color: #d500f9 !important
}

.text-purple-accent-4 {
    color: #a0f !important
}

.text-deep-purple {
    color: #673ab7 !important
}

.text-deep-purple-lighten-5 {
    color: #ede7f6 !important
}

.text-deep-purple-lighten-4 {
    color: #d1c4e9 !important
}

.text-deep-purple-lighten-3 {
    color: #b39ddb !important
}

.text-deep-purple-lighten-2 {
    color: #9575cd !important
}

.text-deep-purple-lighten-1 {
    color: #7e57c2 !important
}

.text-deep-purple-darken-1 {
    color: #5e35b1 !important
}

.text-deep-purple-darken-2 {
    color: #512da8 !important
}

.text-deep-purple-darken-3 {
    color: #4527a0 !important
}

.text-deep-purple-darken-4 {
    color: #311b92 !important
}

.text-deep-purple-accent-1 {
    color: #b388ff !important
}

.text-deep-purple-accent-2 {
    color: #7c4dff !important
}

.text-deep-purple-accent-3 {
    color: #651fff !important
}

.text-deep-purple-accent-4 {
    color: #6200ea !important
}

.text-indigo {
    color: #3f51b5 !important
}

.text-indigo-lighten-5 {
    color: #e8eaf6 !important
}

.text-indigo-lighten-4 {
    color: #c5cae9 !important
}

.text-indigo-lighten-3 {
    color: #9fa8da !important
}

.text-indigo-lighten-2 {
    color: #7986cb !important
}

.text-indigo-lighten-1 {
    color: #5c6bc0 !important
}

.text-indigo-darken-1 {
    color: #3949ab !important
}

.text-indigo-darken-2 {
    color: #303f9f !important
}

.text-indigo-darken-3 {
    color: #283593 !important
}

.text-indigo-darken-4 {
    color: #1a237e !important
}

.text-indigo-accent-1 {
    color: #8c9eff !important
}

.text-indigo-accent-2 {
    color: #536dfe !important
}

.text-indigo-accent-3 {
    color: #3d5afe !important
}

.text-indigo-accent-4 {
    color: #304ffe !important
}

.text-blue {
    color: #2196f3 !important
}

.text-blue-lighten-5 {
    color: #e3f2fd !important
}

.text-blue-lighten-4 {
    color: #bbdefb !important
}

.text-blue-lighten-3 {
    color: #90caf9 !important
}

.text-blue-lighten-2 {
    color: #64b5f6 !important
}

.text-blue-lighten-1 {
    color: #42a5f5 !important
}

.text-blue-darken-1 {
    color: #1e88e5 !important
}

.text-blue-darken-2 {
    color: #1976d2 !important
}

.text-blue-darken-3 {
    color: #1565c0 !important
}

.text-blue-darken-4 {
    color: #0d47a1 !important
}

.text-blue-accent-1 {
    color: #82b1ff !important
}

.text-blue-accent-2 {
    color: #448aff !important
}

.text-blue-accent-3 {
    color: #2979ff !important
}

.text-blue-accent-4 {
    color: #2962ff !important
}

.text-light-blue {
    color: #03a9f4 !important
}

.text-light-blue-lighten-5 {
    color: #e1f5fe !important
}

.text-light-blue-lighten-4 {
    color: #b3e5fc !important
}

.text-light-blue-lighten-3 {
    color: #81d4fa !important
}

.text-light-blue-lighten-2 {
    color: #4fc3f7 !important
}

.text-light-blue-lighten-1 {
    color: #29b6f6 !important
}

.text-light-blue-darken-1 {
    color: #039be5 !important
}

.text-light-blue-darken-2 {
    color: #0288d1 !important
}

.text-light-blue-darken-3 {
    color: #0277bd !important
}

.text-light-blue-darken-4 {
    color: #01579b !important
}

.text-light-blue-accent-1 {
    color: #80d8ff !important
}

.text-light-blue-accent-2 {
    color: #40c4ff !important
}

.text-light-blue-accent-3 {
    color: #00b0ff !important
}

.text-light-blue-accent-4 {
    color: #0091ea !important
}

.text-cyan {
    color: #00bcd4 !important
}

.text-cyan-lighten-5 {
    color: #e0f7fa !important
}

.text-cyan-lighten-4 {
    color: #b2ebf2 !important
}

.text-cyan-lighten-3 {
    color: #80deea !important
}

.text-cyan-lighten-2 {
    color: #4dd0e1 !important
}

.text-cyan-lighten-1 {
    color: #26c6da !important
}

.text-cyan-darken-1 {
    color: #00acc1 !important
}

.text-cyan-darken-2 {
    color: #0097a7 !important
}

.text-cyan-darken-3 {
    color: #00838f !important
}

.text-cyan-darken-4 {
    color: #006064 !important
}

.text-cyan-accent-1 {
    color: #84ffff !important
}

.text-cyan-accent-2 {
    color: #18ffff !important
}

.text-cyan-accent-3 {
    color: #00e5ff !important
}

.text-cyan-accent-4 {
    color: #00b8d4 !important
}

.text-teal {
    color: #009688 !important
}

.text-teal-lighten-5 {
    color: #e0f2f1 !important
}

.text-teal-lighten-4 {
    color: #b2dfdb !important
}

.text-teal-lighten-3 {
    color: #80cbc4 !important
}

.text-teal-lighten-2 {
    color: #4db6ac !important
}

.text-teal-lighten-1 {
    color: #26a69a !important
}

.text-teal-darken-1 {
    color: #00897b !important
}

.text-teal-darken-2 {
    color: #00796b !important
}

.text-teal-darken-3 {
    color: #00695c !important
}

.text-teal-darken-4 {
    color: #004d40 !important
}

.text-teal-accent-1 {
    color: #a7ffeb !important
}

.text-teal-accent-2 {
    color: #64ffda !important
}

.text-teal-accent-3 {
    color: #1de9b6 !important
}

.text-teal-accent-4 {
    color: #00bfa5 !important
}

.text-green {
    color: #4caf50 !important
}

.text-green-lighten-5 {
    color: #e8f5e9 !important
}

.text-green-lighten-4 {
    color: #c8e6c9 !important
}

.text-green-lighten-3 {
    color: #a5d6a7 !important
}

.text-green-lighten-2 {
    color: #81c784 !important
}

.text-green-lighten-1 {
    color: #66bb6a !important
}

.text-green-darken-1 {
    color: #43a047 !important
}

.text-green-darken-2 {
    color: #388e3c !important
}

.text-green-darken-3 {
    color: #2e7d32 !important
}

.text-green-darken-4 {
    color: #1b5e20 !important
}

.text-green-accent-1 {
    color: #b9f6ca !important
}

.text-green-accent-2 {
    color: #69f0ae !important
}

.text-green-accent-3 {
    color: #00e676 !important
}

.text-green-accent-4 {
    color: #00c853 !important
}

.text-light-green {
    color: #8bc34a !important
}

.text-light-green-lighten-5 {
    color: #f1f8e9 !important
}

.text-light-green-lighten-4 {
    color: #dcedc8 !important
}

.text-light-green-lighten-3 {
    color: #c5e1a5 !important
}

.text-light-green-lighten-2 {
    color: #aed581 !important
}

.text-light-green-lighten-1 {
    color: #9ccc65 !important
}

.text-light-green-darken-1 {
    color: #7cb342 !important
}

.text-light-green-darken-2 {
    color: #689f38 !important
}

.text-light-green-darken-3 {
    color: #558b2f !important
}

.text-light-green-darken-4 {
    color: #33691e !important
}

.text-light-green-accent-1 {
    color: #ccff90 !important
}

.text-light-green-accent-2 {
    color: #b2ff59 !important
}

.text-light-green-accent-3 {
    color: #76ff03 !important
}

.text-light-green-accent-4 {
    color: #64dd17 !important
}

.text-lime {
    color: #cddc39 !important
}

.text-lime-lighten-5 {
    color: #f9fbe7 !important
}

.text-lime-lighten-4 {
    color: #f0f4c3 !important
}

.text-lime-lighten-3 {
    color: #e6ee9c !important
}

.text-lime-lighten-2 {
    color: #dce775 !important
}

.text-lime-lighten-1 {
    color: #d4e157 !important
}

.text-lime-darken-1 {
    color: #c0ca33 !important
}

.text-lime-darken-2 {
    color: #afb42b !important
}

.text-lime-darken-3 {
    color: #9e9d24 !important
}

.text-lime-darken-4 {
    color: #827717 !important
}

.text-lime-accent-1 {
    color: #f4ff81 !important
}

.text-lime-accent-2 {
    color: #eeff41 !important
}

.text-lime-accent-3 {
    color: #c6ff00 !important
}

.text-lime-accent-4 {
    color: #aeea00 !important
}

.text-yellow {
    color: #ffeb3b !important
}

.text-yellow-lighten-5 {
    color: #fffde7 !important
}

.text-yellow-lighten-4 {
    color: #fff9c4 !important
}

.text-yellow-lighten-3 {
    color: #fff59d !important
}

.text-yellow-lighten-2 {
    color: #fff176 !important
}

.text-yellow-lighten-1 {
    color: #ffee58 !important
}

.text-yellow-darken-1 {
    color: #fdd835 !important
}

.text-yellow-darken-2 {
    color: #fbc02d !important
}

.text-yellow-darken-3 {
    color: #f9a825 !important
}

.text-yellow-darken-4 {
    color: #f57f17 !important
}

.text-yellow-accent-1 {
    color: #ffff8d !important
}

.text-yellow-accent-2 {
    color: #ff0 !important
}

.text-yellow-accent-3 {
    color: #ffea00 !important
}

.text-yellow-accent-4 {
    color: #ffd600 !important
}

.text-amber {
    color: #ffc107 !important
}

.text-amber-lighten-5 {
    color: #fff8e1 !important
}

.text-amber-lighten-4 {
    color: #ffecb3 !important
}

.text-amber-lighten-3 {
    color: #ffe082 !important
}

.text-amber-lighten-2 {
    color: #ffd54f !important
}

.text-amber-lighten-1 {
    color: #ffca28 !important
}

.text-amber-darken-1 {
    color: #ffb300 !important
}

.text-amber-darken-2 {
    color: #ffa000 !important
}

.text-amber-darken-3 {
    color: #ff8f00 !important
}

.text-amber-darken-4 {
    color: #ff6f00 !important
}

.text-amber-accent-1 {
    color: #ffe57f !important
}

.text-amber-accent-2 {
    color: #ffd740 !important
}

.text-amber-accent-3 {
    color: #ffc400 !important
}

.text-amber-accent-4 {
    color: #ffab00 !important
}

.text-orange {
    color: #ff9800 !important
}

.text-orange-lighten-5 {
    color: #fff3e0 !important
}

.text-orange-lighten-4 {
    color: #ffe0b2 !important
}

.text-orange-lighten-3 {
    color: #ffcc80 !important
}

.text-orange-lighten-2 {
    color: #ffb74d !important
}

.text-orange-lighten-1 {
    color: #ffa726 !important
}

.text-orange-darken-1 {
    color: #fb8c00 !important
}

.text-orange-darken-2 {
    color: #f57c00 !important
}

.text-orange-darken-3 {
    color: #ef6c00 !important
}

.text-orange-darken-4 {
    color: #e65100 !important
}

.text-orange-accent-1 {
    color: #ffd180 !important
}

.text-orange-accent-2 {
    color: #ffab40 !important
}

.text-orange-accent-3 {
    color: #ff9100 !important
}

.text-orange-accent-4 {
    color: #ff6d00 !important
}

.text-deep-orange {
    color: #ff5722 !important
}

.text-deep-orange-lighten-5 {
    color: #fbe9e7 !important
}

.text-deep-orange-lighten-4 {
    color: #ffccbc !important
}

.text-deep-orange-lighten-3 {
    color: #ffab91 !important
}

.text-deep-orange-lighten-2 {
    color: #ff8a65 !important
}

.text-deep-orange-lighten-1 {
    color: #ff7043 !important
}

.text-deep-orange-darken-1 {
    color: #f4511e !important
}

.text-deep-orange-darken-2 {
    color: #e64a19 !important
}

.text-deep-orange-darken-3 {
    color: #d84315 !important
}

.text-deep-orange-darken-4 {
    color: #bf360c !important
}

.text-deep-orange-accent-1 {
    color: #ff9e80 !important
}

.text-deep-orange-accent-2 {
    color: #ff6e40 !important
}

.text-deep-orange-accent-3 {
    color: #ff3d00 !important
}

.text-deep-orange-accent-4 {
    color: #dd2c00 !important
}

.text-brown {
    color: #795548 !important
}

.text-brown-lighten-5 {
    color: #efebe9 !important
}

.text-brown-lighten-4 {
    color: #d7ccc8 !important
}

.text-brown-lighten-3 {
    color: #bcaaa4 !important
}

.text-brown-lighten-2 {
    color: #a1887f !important
}

.text-brown-lighten-1 {
    color: #8d6e63 !important
}

.text-brown-darken-1 {
    color: #6d4c41 !important
}

.text-brown-darken-2 {
    color: #5d4037 !important
}

.text-brown-darken-3 {
    color: #4e342e !important
}

.text-brown-darken-4 {
    color: #3e2723 !important
}

.text-blue-grey {
    color: #607d8b !important
}

.text-blue-grey-lighten-5 {
    color: #eceff1 !important
}

.text-blue-grey-lighten-4 {
    color: #cfd8dc !important
}

.text-blue-grey-lighten-3 {
    color: #b0bec5 !important
}

.text-blue-grey-lighten-2 {
    color: #90a4ae !important
}

.text-blue-grey-lighten-1 {
    color: #78909c !important
}

.text-blue-grey-darken-1 {
    color: #546e7a !important
}

.text-blue-grey-darken-2 {
    color: #455a64 !important
}

.text-blue-grey-darken-3 {
    color: #37474f !important
}

.text-blue-grey-darken-4 {
    color: #263238 !important
}

.text-grey {
    color: #9e9e9e !important
}

.text-grey-lighten-5 {
    color: #fafafa !important
}

.text-grey-lighten-4 {
    color: #f5f5f5 !important
}

.text-grey-lighten-3 {
    color: #eee !important
}

.text-grey-lighten-2 {
    color: #e0e0e0 !important
}

.text-grey-lighten-1 {
    color: #bdbdbd !important
}

.text-grey-darken-1 {
    color: #757575 !important
}

.text-grey-darken-2 {
    color: #616161 !important
}

.text-grey-darken-3 {
    color: #424242 !important
}

.text-grey-darken-4 {
    color: #212121 !important
}

.text-shades-black {
    color: #000 !important
}

.text-shades-white {
    color: #fff !important
}

.text-shades-transparent {
    color: transparent !important
}

/*!* ress.css • v2.0.4
* MIT License
* github.com/filipelinhares/ress*/

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    word-break: normal
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    margin: 0;
    padding: 0
}

hr {
    height: 0;
    overflow: visible
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    color: inherit;
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

::-ms-clear,
::-ms-reveal {
    display: none
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

.dialog-bottom-transition-enter-active,
.dialog-top-transition-enter-active,
.dialog-transition-enter-active {
    transition-duration: 225ms !important;
    transition-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

.dialog-bottom-transition-leave-active,
.dialog-top-transition-leave-active,
.dialog-transition-leave-active {
    transition-duration: 125ms !important;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

.dialog-bottom-transition-enter-active,
.dialog-bottom-transition-leave-active,
.dialog-top-transition-enter-active,
.dialog-top-transition-leave-active,
.dialog-transition-enter-active,
.dialog-transition-leave-active {
    pointer-events: none;
    transition-property: transform, opacity !important
}

.dialog-transition-enter-from,
.dialog-transition-leave-to {
    opacity: 0;
    transform: scale(.9)
}

.dialog-transition-enter-to,
.dialog-transition-leave-from {
    opacity: 1
}

.dialog-bottom-transition-enter-from,
.dialog-bottom-transition-leave-to {
    transform: translateY(calc(50vh + 50%))
}

.dialog-top-transition-enter-from,
.dialog-top-transition-leave-to {
    transform: translateY(calc(-50vh - 50%))
}

.picker-reverse-transition-enter-active,
.picker-reverse-transition-leave-active,
.picker-transition-enter-active,
.picker-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.picker-reverse-transition-move,
.picker-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.picker-reverse-transition-enter-from,
.picker-reverse-transition-leave-to,
.picker-transition-enter-from,
.picker-transition-leave-to {
    opacity: 0
}

.picker-reverse-transition-leave-active,
.picker-reverse-transition-leave-from,
.picker-reverse-transition-leave-to,
.picker-transition-leave-active,
.picker-transition-leave-from,
.picker-transition-leave-to {
    position: absolute !important
}

.picker-reverse-transition-enter-active,
.picker-reverse-transition-leave-active,
.picker-transition-enter-active,
.picker-transition-leave-active {
    transition-property: transform, opacity !important
}

.picker-transition-enter-active,
.picker-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.picker-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.picker-transition-enter-from {
    transform: translate(100%)
}

.picker-transition-leave-to {
    transform: translate(-100%)
}

.picker-reverse-transition-enter-active,
.picker-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.picker-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.picker-reverse-transition-enter-from {
    transform: translate(-100%)
}

.picker-reverse-transition-leave-to {
    transform: translate(100%)
}

.expand-transition-enter-active,
.expand-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.expand-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.expand-transition-enter-active,
.expand-transition-leave-active {
    transition-property: height !important
}

.expand-x-transition-enter-active,
.expand-x-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.expand-x-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.expand-x-transition-enter-active,
.expand-x-transition-leave-active {
    transition-property: width !important
}

.scale-transition-enter-active,
.scale-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scale-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scale-transition-leave-to {
    opacity: 0
}

.scale-transition-leave-active {
    transition-duration: .1s !important
}

.scale-transition-enter-from {
    opacity: 0;
    transform: scale(0)
}

.scale-transition-enter-active,
.scale-transition-leave-active {
    transition-property: transform, opacity !important
}

.scale-rotate-transition-enter-active,
.scale-rotate-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scale-rotate-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scale-rotate-transition-leave-to {
    opacity: 0
}

.scale-rotate-transition-leave-active {
    transition-duration: .1s !important
}

.scale-rotate-transition-enter-from {
    opacity: 0;
    transform: scale(0) rotate(-45deg)
}

.scale-rotate-transition-enter-active,
.scale-rotate-transition-leave-active {
    transition-property: transform, opacity !important
}

.scale-rotate-reverse-transition-enter-active,
.scale-rotate-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scale-rotate-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scale-rotate-reverse-transition-leave-to {
    opacity: 0
}

.scale-rotate-reverse-transition-leave-active {
    transition-duration: .1s !important
}

.scale-rotate-reverse-transition-enter-from {
    opacity: 0;
    transform: scale(0) rotate(45deg)
}

.scale-rotate-reverse-transition-enter-active,
.scale-rotate-reverse-transition-leave-active {
    transition-property: transform, opacity !important
}

.message-transition-enter-active,
.message-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.message-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.message-transition-enter-from,
.message-transition-leave-to {
    opacity: 0;
    transform: translateY(-15px)
}

.message-transition-leave-active,
.message-transition-leave-from {
    position: absolute
}

.message-transition-enter-active,
.message-transition-leave-active {
    transition-property: transform, opacity !important
}

.slide-y-transition-enter-active,
.slide-y-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-y-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-y-transition-enter-from,
.slide-y-transition-leave-to {
    opacity: 0;
    transform: translateY(-15px)
}

.slide-y-transition-enter-active,
.slide-y-transition-leave-active {
    transition-property: transform, opacity !important
}

.slide-y-reverse-transition-enter-active,
.slide-y-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-y-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-y-reverse-transition-enter-from,
.slide-y-reverse-transition-leave-to {
    opacity: 0;
    transform: translateY(15px)
}

.slide-y-reverse-transition-enter-active,
.slide-y-reverse-transition-leave-active {
    transition-property: transform, opacity !important
}

.scroll-y-transition-enter-active,
.scroll-y-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-y-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-y-transition-enter-from,
.scroll-y-transition-leave-to {
    opacity: 0
}

.scroll-y-transition-enter-from {
    transform: translateY(-15px)
}

.scroll-y-transition-leave-to {
    transform: translateY(15px)
}

.scroll-y-transition-enter-active,
.scroll-y-transition-leave-active {
    transition-property: transform, opacity !important
}

.scroll-y-reverse-transition-enter-active,
.scroll-y-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-y-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-y-reverse-transition-enter-from,
.scroll-y-reverse-transition-leave-to {
    opacity: 0
}

.scroll-y-reverse-transition-enter-from {
    transform: translateY(15px)
}

.scroll-y-reverse-transition-leave-to {
    transform: translateY(-15px)
}

.scroll-y-reverse-transition-enter-active,
.scroll-y-reverse-transition-leave-active {
    transition-property: transform, opacity !important
}

.scroll-x-transition-enter-active,
.scroll-x-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-x-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-x-transition-enter-from,
.scroll-x-transition-leave-to {
    opacity: 0
}

.scroll-x-transition-enter-from {
    transform: translate(-15px)
}

.scroll-x-transition-leave-to {
    transform: translate(15px)
}

.scroll-x-transition-enter-active,
.scroll-x-transition-leave-active {
    transition-property: transform, opacity !important
}

.scroll-x-reverse-transition-enter-active,
.scroll-x-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-x-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.scroll-x-reverse-transition-enter-from,
.scroll-x-reverse-transition-leave-to {
    opacity: 0
}

.scroll-x-reverse-transition-enter-from {
    transform: translate(15px)
}

.scroll-x-reverse-transition-leave-to {
    transform: translate(-15px)
}

.scroll-x-reverse-transition-enter-active,
.scroll-x-reverse-transition-leave-active {
    transition-property: transform, opacity !important
}

.slide-x-transition-enter-active,
.slide-x-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-x-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-x-transition-enter-from,
.slide-x-transition-leave-to {
    opacity: 0;
    transform: translate(-15px)
}

.slide-x-transition-enter-active,
.slide-x-transition-leave-active {
    transition-property: transform, opacity !important
}

.slide-x-reverse-transition-enter-active,
.slide-x-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-x-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.slide-x-reverse-transition-enter-from,
.slide-x-reverse-transition-leave-to {
    opacity: 0;
    transform: translate(15px)
}

.slide-x-reverse-transition-enter-active,
.slide-x-reverse-transition-leave-active {
    transition-property: transform, opacity !important
}

.fade-transition-enter-active,
.fade-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.fade-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.fade-transition-enter-from,
.fade-transition-leave-to {
    opacity: 0 !important
}

.fade-transition-enter-active,
.fade-transition-leave-active {
    transition-property: opacity !important
}

.fab-transition-enter-active,
.fab-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.fab-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.fab-transition-enter-from,
.fab-transition-leave-to {
    transform: scale(0) rotate(-45deg)
}

.fab-transition-enter-active,
.fab-transition-leave-active {
    transition-property: transform !important
}

.v-locale--is-rtl {
    direction: rtl
}

.v-locale--is-ltr {
    direction: ltr
}

.blockquote {
    font-size: 18px;
    font-weight: 300;
    padding: 16px 0 16px 24px
}

html {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

html.overflow-y-hidden {
    overflow-y: hidden !important
}

:root {
    --v-theme-overlay-multiplier: 1;
    --v-scrollbar-offset: 0px
}

@supports(-webkit-touch-callout:none) {
    body {
        cursor: pointer
    }
}

@media only print {
    .hidden-print-only {
        display: none !important
    }
}

@media only screen {
    .hidden-screen-only {
        display: none !important
    }
}

@media(max-width:599.98px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:600px) and (max-width:959.98px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:960px) and (max-width:1279.98px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1280px) and (max-width:1919.98px) {
    .hidden-lg {
        display: none !important
    }
}

@media(min-width:1920px) and (max-width:2559.98px) {
    .hidden-xl {
        display: none !important
    }
}

@media(min-width:2560px) {
    .hidden-xxl {
        display: none !important
    }
}

@media(min-width:600px) {
    .hidden-sm-and-up {
        display: none !important
    }
}

@media(min-width:960px) {
    .hidden-md-and-up {
        display: none !important
    }
}

@media(min-width:1280px) {
    .hidden-lg-and-up {
        display: none !important
    }
}

@media(min-width:1920px) {
    .hidden-xl-and-up {
        display: none !important
    }
}

@media(max-width:959.98px) {
    .hidden-sm-and-down {
        display: none !important
    }
}

@media(max-width:1279.98px) {
    .hidden-md-and-down {
        display: none !important
    }
}

@media(max-width:1919.98px) {
    .hidden-lg-and-down {
        display: none !important
    }
}

@media(max-width:2559.98px) {
    .hidden-xl-and-down {
        display: none !important
    }
}

.elevation-24 {
    box-shadow: 0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-23 {
    box-shadow: 0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-22 {
    box-shadow: 0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-21 {
    box-shadow: 0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-20 {
    box-shadow: 0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-19 {
    box-shadow: 0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-18 {
    box-shadow: 0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-17 {
    box-shadow: 0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-16 {
    box-shadow: 0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-15 {
    box-shadow: 0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-14 {
    box-shadow: 0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-13 {
    box-shadow: 0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-12 {
    box-shadow: 0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-11 {
    box-shadow: 0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-10 {
    box-shadow: 0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-9 {
    box-shadow: 0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-8 {
    box-shadow: 0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-7 {
    box-shadow: 0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-6 {
    box-shadow: 0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 18px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-5 {
    box-shadow: 0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 14px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-4 {
    box-shadow: 0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-3 {
    box-shadow: 0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-2 {
    box-shadow: 0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-1 {
    box-shadow: 0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.elevation-0 {
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12)) !important
}

.d-sr-only,
.d-sr-only-focusable:not(:focus) {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.float-none {
    float: none !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.v-locale--is-rtl .float-end {
    float: left !important
}

.v-locale--is-ltr .float-end,
.v-locale--is-rtl .float-start {
    float: right !important
}

.v-locale--is-ltr .float-start {
    float: left !important
}

.flex-1-1,
.flex-fill {
    flex: 1 1 auto !important
}

.flex-1-0 {
    flex: 1 0 auto !important
}

.flex-0-1 {
    flex: 0 1 auto !important
}

.flex-0-0 {
    flex: 0 0 auto !important
}

.flex-1-1-100 {
    flex: 1 1 100% !important
}

.flex-1-0-100 {
    flex: 1 0 100% !important
}

.flex-0-1-100 {
    flex: 0 1 100% !important
}

.flex-0-0-100 {
    flex: 0 0 100% !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-start {
    justify-content: flex-start !important
}

.justify-end {
    justify-content: flex-end !important
}

.justify-center {
    justify-content: center !important
}

.justify-space-between {
    justify-content: space-between !important
}

.justify-space-around {
    justify-content: space-around !important
}

.justify-space-evenly {
    justify-content: space-evenly !important
}

.align-start {
    align-items: flex-start !important
}

.align-end {
    align-items: flex-end !important
}

.align-center {
    align-items: center !important
}

.align-baseline {
    align-items: baseline !important
}

.align-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-space-between {
    align-content: space-between !important
}

.align-content-space-around {
    align-content: space-around !important
}

.align-content-space-evenly {
    align-content: space-evenly !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-6 {
    order: 6 !important
}

.order-7 {
    order: 7 !important
}

.order-8 {
    order: 8 !important
}

.order-9 {
    order: 9 !important
}

.order-10 {
    order: 10 !important
}

.order-11 {
    order: 11 !important
}

.order-12 {
    order: 12 !important
}

.order-last {
    order: 13 !important
}

.ga-0 {
    gap: 0 !important
}

.ga-1 {
    gap: 4px !important
}

.ga-2 {
    gap: 8px !important
}

.ga-3 {
    gap: 12px !important
}

.ga-4 {
    gap: 16px !important
}

.ga-5 {
    gap: 20px !important
}

.ga-6 {
    gap: 24px !important
}

.ga-7 {
    gap: 28px !important
}

.ga-8 {
    gap: 32px !important
}

.ga-9 {
    gap: 36px !important
}

.ga-10 {
    gap: 40px !important
}

.ga-11 {
    gap: 44px !important
}

.ga-12 {
    gap: 48px !important
}

.ga-13 {
    gap: 52px !important
}

.ga-14 {
    gap: 56px !important
}

.ga-15 {
    gap: 60px !important
}

.ga-16 {
    gap: 64px !important
}

.ga-17 {
    gap: 68px !important
}

.ga-18 {
    gap: 72px !important
}

.ga-19 {
    gap: 76px !important
}

.ga-20 {
    gap: 80px !important
}

.ga-21 {
    gap: 84px !important
}

.ga-22 {
    gap: 88px !important
}

.ga-23 {
    gap: 92px !important
}

.ga-24 {
    gap: 96px !important
}

.ga-25 {
    gap: 100px !important
}

.ga-26 {
    gap: 104px !important
}

.ga-27 {
    gap: 108px !important
}

.ga-28 {
    gap: 112px !important
}

.ga-29 {
    gap: 116px !important
}

.ga-30 {
    gap: 120px !important
}

.ga-31 {
    gap: 124px !important
}

.ga-32 {
    gap: 128px !important
}

.ga-33 {
    gap: 132px !important
}

.ga-34 {
    gap: 136px !important
}

.ga-35 {
    gap: 140px !important
}

.ga-36 {
    gap: 144px !important
}

.ga-37 {
    gap: 148px !important
}

.ga-38 {
    gap: 152px !important
}

.ga-39 {
    gap: 156px !important
}

.ga-40 {
    gap: 160px !important
}

.ga-0p5 {
    gap: 2px !important
}

.ga-1p5 {
    gap: 6px !important
}

.ga-2p5 {
    gap: 10px !important
}

.ga-3p5 {
    gap: 14px !important
}

.ga-4p5 {
    gap: 18px !important
}

.ga-5p5 {
    gap: 22px !important
}

.ga-6p5 {
    gap: 26px !important
}

.ga-7p5 {
    gap: 30px !important
}

.ga-12p5 {
    gap: 50px !important
}

.ga-17p5 {
    gap: 70px !important
}

.ga-20p5 {
    gap: 82px !important
}

.ga-32p5 {
    gap: 130px !important
}

.ga-42 {
    gap: 168px !important
}

.ga-45 {
    gap: 180px !important
}

.ga-48 {
    gap: 192px !important
}

.ga-50 {
    gap: 200px !important
}

.ga-55 {
    gap: 220px !important
}

.ga-56 {
    gap: 224px !important
}

.ga-60 {
    gap: 240px !important
}

.ga-62 {
    gap: 248px !important
}

.ga-64 {
    gap: 256px !important
}

.ga-70 {
    gap: 280px !important
}

.ga-72 {
    gap: 288px !important
}

.ga-75 {
    gap: 300px !important
}

.ga-80 {
    gap: 320px !important
}

.ga-85 {
    gap: 340px !important
}

.ga-90 {
    gap: 360px !important
}

.ga-100 {
    gap: 400px !important
}

.ga-112 {
    gap: 448px !important
}

.ga-120 {
    gap: 480px !important
}

.ga-143 {
    gap: 572px !important
}

.ga-150 {
    gap: 600px !important
}

.ga-160 {
    gap: 640px !important
}

.ga-190 {
    gap: 760px !important
}

.ga-200 {
    gap: 800px !important
}

.ga-auto {
    gap: auto !important
}

.gr-0 {
    row-gap: 0 !important
}

.gr-1 {
    row-gap: 4px !important
}

.gr-2 {
    row-gap: 8px !important
}

.gr-3 {
    row-gap: 12px !important
}

.gr-4 {
    row-gap: 16px !important
}

.gr-5 {
    row-gap: 20px !important
}

.gr-6 {
    row-gap: 24px !important
}

.gr-7 {
    row-gap: 28px !important
}

.gr-8 {
    row-gap: 32px !important
}

.gr-9 {
    row-gap: 36px !important
}

.gr-10 {
    row-gap: 40px !important
}

.gr-11 {
    row-gap: 44px !important
}

.gr-12 {
    row-gap: 48px !important
}

.gr-13 {
    row-gap: 52px !important
}

.gr-14 {
    row-gap: 56px !important
}

.gr-15 {
    row-gap: 60px !important
}

.gr-16 {
    row-gap: 64px !important
}

.gr-17 {
    row-gap: 68px !important
}

.gr-18 {
    row-gap: 72px !important
}

.gr-19 {
    row-gap: 76px !important
}

.gr-20 {
    row-gap: 80px !important
}

.gr-21 {
    row-gap: 84px !important
}

.gr-22 {
    row-gap: 88px !important
}

.gr-23 {
    row-gap: 92px !important
}

.gr-24 {
    row-gap: 96px !important
}

.gr-25 {
    row-gap: 100px !important
}

.gr-26 {
    row-gap: 104px !important
}

.gr-27 {
    row-gap: 108px !important
}

.gr-28 {
    row-gap: 112px !important
}

.gr-29 {
    row-gap: 116px !important
}

.gr-30 {
    row-gap: 120px !important
}

.gr-31 {
    row-gap: 124px !important
}

.gr-32 {
    row-gap: 128px !important
}

.gr-33 {
    row-gap: 132px !important
}

.gr-34 {
    row-gap: 136px !important
}

.gr-35 {
    row-gap: 140px !important
}

.gr-36 {
    row-gap: 144px !important
}

.gr-37 {
    row-gap: 148px !important
}

.gr-38 {
    row-gap: 152px !important
}

.gr-39 {
    row-gap: 156px !important
}

.gr-40 {
    row-gap: 160px !important
}

.gr-0p5 {
    row-gap: 2px !important
}

.gr-1p5 {
    row-gap: 6px !important
}

.gr-2p5 {
    row-gap: 10px !important
}

.gr-3p5 {
    row-gap: 14px !important
}

.gr-4p5 {
    row-gap: 18px !important
}

.gr-5p5 {
    row-gap: 22px !important
}

.gr-6p5 {
    row-gap: 26px !important
}

.gr-7p5 {
    row-gap: 30px !important
}

.gr-12p5 {
    row-gap: 50px !important
}

.gr-17p5 {
    row-gap: 70px !important
}

.gr-20p5 {
    row-gap: 82px !important
}

.gr-32p5 {
    row-gap: 130px !important
}

.gr-42 {
    row-gap: 168px !important
}

.gr-45 {
    row-gap: 180px !important
}

.gr-48 {
    row-gap: 192px !important
}

.gr-50 {
    row-gap: 200px !important
}

.gr-55 {
    row-gap: 220px !important
}

.gr-56 {
    row-gap: 224px !important
}

.gr-60 {
    row-gap: 240px !important
}

.gr-62 {
    row-gap: 248px !important
}

.gr-64 {
    row-gap: 256px !important
}

.gr-70 {
    row-gap: 280px !important
}

.gr-72 {
    row-gap: 288px !important
}

.gr-75 {
    row-gap: 300px !important
}

.gr-80 {
    row-gap: 320px !important
}

.gr-85 {
    row-gap: 340px !important
}

.gr-90 {
    row-gap: 360px !important
}

.gr-100 {
    row-gap: 400px !important
}

.gr-112 {
    row-gap: 448px !important
}

.gr-120 {
    row-gap: 480px !important
}

.gr-143 {
    row-gap: 572px !important
}

.gr-150 {
    row-gap: 600px !important
}

.gr-160 {
    row-gap: 640px !important
}

.gr-190 {
    row-gap: 760px !important
}

.gr-200 {
    row-gap: 800px !important
}

.gr-auto {
    row-gap: auto !important
}

.gc-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.gc-1 {
    -moz-column-gap: 4px !important;
    column-gap: 4px !important
}

.gc-2 {
    -moz-column-gap: 8px !important;
    column-gap: 8px !important
}

.gc-3 {
    -moz-column-gap: 12px !important;
    column-gap: 12px !important
}

.gc-4 {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important
}

.gc-5 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important
}

.gc-6 {
    -moz-column-gap: 24px !important;
    column-gap: 24px !important
}

.gc-7 {
    -moz-column-gap: 28px !important;
    column-gap: 28px !important
}

.gc-8 {
    -moz-column-gap: 32px !important;
    column-gap: 32px !important
}

.gc-9 {
    -moz-column-gap: 36px !important;
    column-gap: 36px !important
}

.gc-10 {
    -moz-column-gap: 40px !important;
    column-gap: 40px !important
}

.gc-11 {
    -moz-column-gap: 44px !important;
    column-gap: 44px !important
}

.gc-12 {
    -moz-column-gap: 48px !important;
    column-gap: 48px !important
}

.gc-13 {
    -moz-column-gap: 52px !important;
    column-gap: 52px !important
}

.gc-14 {
    -moz-column-gap: 56px !important;
    column-gap: 56px !important
}

.gc-15 {
    -moz-column-gap: 60px !important;
    column-gap: 60px !important
}

.gc-16 {
    -moz-column-gap: 64px !important;
    column-gap: 64px !important
}

.gc-17 {
    -moz-column-gap: 68px !important;
    column-gap: 68px !important
}

.gc-18 {
    -moz-column-gap: 72px !important;
    column-gap: 72px !important
}

.gc-19 {
    -moz-column-gap: 76px !important;
    column-gap: 76px !important
}

.gc-20 {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important
}

.gc-21 {
    -moz-column-gap: 84px !important;
    column-gap: 84px !important
}

.gc-22 {
    -moz-column-gap: 88px !important;
    column-gap: 88px !important
}

.gc-23 {
    -moz-column-gap: 92px !important;
    column-gap: 92px !important
}

.gc-24 {
    -moz-column-gap: 96px !important;
    column-gap: 96px !important
}

.gc-25 {
    -moz-column-gap: 100px !important;
    column-gap: 100px !important
}

.gc-26 {
    -moz-column-gap: 104px !important;
    column-gap: 104px !important
}

.gc-27 {
    -moz-column-gap: 108px !important;
    column-gap: 108px !important
}

.gc-28 {
    -moz-column-gap: 112px !important;
    column-gap: 112px !important
}

.gc-29 {
    -moz-column-gap: 116px !important;
    column-gap: 116px !important
}

.gc-30 {
    -moz-column-gap: 120px !important;
    column-gap: 120px !important
}

.gc-31 {
    -moz-column-gap: 124px !important;
    column-gap: 124px !important
}

.gc-32 {
    -moz-column-gap: 128px !important;
    column-gap: 128px !important
}

.gc-33 {
    -moz-column-gap: 132px !important;
    column-gap: 132px !important
}

.gc-34 {
    -moz-column-gap: 136px !important;
    column-gap: 136px !important
}

.gc-35 {
    -moz-column-gap: 140px !important;
    column-gap: 140px !important
}

.gc-36 {
    -moz-column-gap: 144px !important;
    column-gap: 144px !important
}

.gc-37 {
    -moz-column-gap: 148px !important;
    column-gap: 148px !important
}

.gc-38 {
    -moz-column-gap: 152px !important;
    column-gap: 152px !important
}

.gc-39 {
    -moz-column-gap: 156px !important;
    column-gap: 156px !important
}

.gc-40 {
    -moz-column-gap: 160px !important;
    column-gap: 160px !important
}

.gc-0p5 {
    -moz-column-gap: 2px !important;
    column-gap: 2px !important
}

.gc-1p5 {
    -moz-column-gap: 6px !important;
    column-gap: 6px !important
}

.gc-2p5 {
    -moz-column-gap: 10px !important;
    column-gap: 10px !important
}

.gc-3p5 {
    -moz-column-gap: 14px !important;
    column-gap: 14px !important
}

.gc-4p5 {
    -moz-column-gap: 18px !important;
    column-gap: 18px !important
}

.gc-5p5 {
    -moz-column-gap: 22px !important;
    column-gap: 22px !important
}

.gc-6p5 {
    -moz-column-gap: 26px !important;
    column-gap: 26px !important
}

.gc-7p5 {
    -moz-column-gap: 30px !important;
    column-gap: 30px !important
}

.gc-12p5 {
    -moz-column-gap: 50px !important;
    column-gap: 50px !important
}

.gc-17p5 {
    -moz-column-gap: 70px !important;
    column-gap: 70px !important
}

.gc-20p5 {
    -moz-column-gap: 82px !important;
    column-gap: 82px !important
}

.gc-32p5 {
    -moz-column-gap: 130px !important;
    column-gap: 130px !important
}

.gc-42 {
    -moz-column-gap: 168px !important;
    column-gap: 168px !important
}

.gc-45 {
    -moz-column-gap: 180px !important;
    column-gap: 180px !important
}

.gc-48 {
    -moz-column-gap: 192px !important;
    column-gap: 192px !important
}

.gc-50 {
    -moz-column-gap: 200px !important;
    column-gap: 200px !important
}

.gc-55 {
    -moz-column-gap: 220px !important;
    column-gap: 220px !important
}

.gc-56 {
    -moz-column-gap: 224px !important;
    column-gap: 224px !important
}

.gc-60 {
    -moz-column-gap: 240px !important;
    column-gap: 240px !important
}

.gc-62 {
    -moz-column-gap: 248px !important;
    column-gap: 248px !important
}

.gc-64 {
    -moz-column-gap: 256px !important;
    column-gap: 256px !important
}

.gc-70 {
    -moz-column-gap: 280px !important;
    column-gap: 280px !important
}

.gc-72 {
    -moz-column-gap: 288px !important;
    column-gap: 288px !important
}

.gc-75 {
    -moz-column-gap: 300px !important;
    column-gap: 300px !important
}

.gc-80 {
    -moz-column-gap: 320px !important;
    column-gap: 320px !important
}

.gc-85 {
    -moz-column-gap: 340px !important;
    column-gap: 340px !important
}

.gc-90 {
    -moz-column-gap: 360px !important;
    column-gap: 360px !important
}

.gc-100 {
    -moz-column-gap: 400px !important;
    column-gap: 400px !important
}

.gc-112 {
    -moz-column-gap: 448px !important;
    column-gap: 448px !important
}

.gc-120 {
    -moz-column-gap: 480px !important;
    column-gap: 480px !important
}

.gc-143 {
    -moz-column-gap: 572px !important;
    column-gap: 572px !important
}

.gc-150 {
    -moz-column-gap: 600px !important;
    column-gap: 600px !important
}

.gc-160 {
    -moz-column-gap: 640px !important;
    column-gap: 640px !important
}

.gc-190 {
    -moz-column-gap: 760px !important;
    column-gap: 760px !important
}

.gc-200 {
    -moz-column-gap: 800px !important;
    column-gap: 800px !important
}

.gc-auto {
    -moz-column-gap: auto !important;
    column-gap: auto !important
}

.ma-0 {
    margin: 0 !important
}

.ma-1 {
    margin: 4px !important
}

.ma-2 {
    margin: 8px !important
}

.ma-3 {
    margin: 12px !important
}

.ma-4 {
    margin: 16px !important
}

.ma-5 {
    margin: 20px !important
}

.ma-6 {
    margin: 24px !important
}

.ma-7 {
    margin: 28px !important
}

.ma-8 {
    margin: 32px !important
}

.ma-9 {
    margin: 36px !important
}

.ma-10 {
    margin: 40px !important
}

.ma-11 {
    margin: 44px !important
}

.ma-12 {
    margin: 48px !important
}

.ma-13 {
    margin: 52px !important
}

.ma-14 {
    margin: 56px !important
}

.ma-15 {
    margin: 60px !important
}

.ma-16 {
    margin: 64px !important
}

.ma-17 {
    margin: 68px !important
}

.ma-18 {
    margin: 72px !important
}

.ma-19 {
    margin: 76px !important
}

.ma-20 {
    margin: 80px !important
}

.ma-21 {
    margin: 84px !important
}

.ma-22 {
    margin: 88px !important
}

.ma-23 {
    margin: 92px !important
}

.ma-24 {
    margin: 96px !important
}

.ma-25 {
    margin: 100px !important
}

.ma-26 {
    margin: 104px !important
}

.ma-27 {
    margin: 108px !important
}

.ma-28 {
    margin: 112px !important
}

.ma-29 {
    margin: 116px !important
}

.ma-30 {
    margin: 120px !important
}

.ma-31 {
    margin: 124px !important
}

.ma-32 {
    margin: 128px !important
}

.ma-33 {
    margin: 132px !important
}

.ma-34 {
    margin: 136px !important
}

.ma-35 {
    margin: 140px !important
}

.ma-36 {
    margin: 144px !important
}

.ma-37 {
    margin: 148px !important
}

.ma-38 {
    margin: 152px !important
}

.ma-39 {
    margin: 156px !important
}

.ma-40 {
    margin: 160px !important
}

.ma-0p5 {
    margin: 2px !important
}

.ma-1p5 {
    margin: 6px !important
}

.ma-2p5 {
    margin: 10px !important
}

.ma-3p5 {
    margin: 14px !important
}

.ma-4p5 {
    margin: 18px !important
}

.ma-5p5 {
    margin: 22px !important
}

.ma-6p5 {
    margin: 26px !important
}

.ma-7p5 {
    margin: 30px !important
}

.ma-12p5 {
    margin: 50px !important
}

.ma-17p5 {
    margin: 70px !important
}

.ma-20p5 {
    margin: 82px !important
}

.ma-32p5 {
    margin: 130px !important
}

.ma-42 {
    margin: 168px !important
}

.ma-45 {
    margin: 180px !important
}

.ma-48 {
    margin: 192px !important
}

.ma-50 {
    margin: 200px !important
}

.ma-55 {
    margin: 220px !important
}

.ma-56 {
    margin: 224px !important
}

.ma-60 {
    margin: 240px !important
}

.ma-62 {
    margin: 248px !important
}

.ma-64 {
    margin: 256px !important
}

.ma-70 {
    margin: 280px !important
}

.ma-72 {
    margin: 288px !important
}

.ma-75 {
    margin: 300px !important
}

.ma-80 {
    margin: 320px !important
}

.ma-85 {
    margin: 340px !important
}

.ma-90 {
    margin: 360px !important
}

.ma-100 {
    margin: 400px !important
}

.ma-112 {
    margin: 448px !important
}

.ma-120 {
    margin: 480px !important
}

.ma-143 {
    margin: 572px !important
}

.ma-150 {
    margin: 600px !important
}

.ma-160 {
    margin: 640px !important
}

.ma-190 {
    margin: 760px !important
}

.ma-200 {
    margin: 800px !important
}

.ma-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important
}

.mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.mx-7 {
    margin-left: 28px !important;
    margin-right: 28px !important
}

.mx-8 {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.mx-9 {
    margin-left: 36px !important;
    margin-right: 36px !important
}

.mx-10 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.mx-11 {
    margin-left: 44px !important;
    margin-right: 44px !important
}

.mx-12 {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.mx-13 {
    margin-left: 52px !important;
    margin-right: 52px !important
}

.mx-14 {
    margin-left: 56px !important;
    margin-right: 56px !important
}

.mx-15 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.mx-16 {
    margin-left: 64px !important;
    margin-right: 64px !important
}

.mx-17 {
    margin-left: 68px !important;
    margin-right: 68px !important
}

.mx-18 {
    margin-left: 72px !important;
    margin-right: 72px !important
}

.mx-19 {
    margin-left: 76px !important;
    margin-right: 76px !important
}

.mx-20 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.mx-21 {
    margin-left: 84px !important;
    margin-right: 84px !important
}

.mx-22 {
    margin-left: 88px !important;
    margin-right: 88px !important
}

.mx-23 {
    margin-left: 92px !important;
    margin-right: 92px !important
}

.mx-24 {
    margin-left: 96px !important;
    margin-right: 96px !important
}

.mx-25 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.mx-26 {
    margin-left: 104px !important;
    margin-right: 104px !important
}

.mx-27 {
    margin-left: 108px !important;
    margin-right: 108px !important
}

.mx-28 {
    margin-left: 112px !important;
    margin-right: 112px !important
}

.mx-29 {
    margin-left: 116px !important;
    margin-right: 116px !important
}

.mx-30 {
    margin-left: 120px !important;
    margin-right: 120px !important
}

.mx-31 {
    margin-left: 124px !important;
    margin-right: 124px !important
}

.mx-32 {
    margin-left: 128px !important;
    margin-right: 128px !important
}

.mx-33 {
    margin-left: 132px !important;
    margin-right: 132px !important
}

.mx-34 {
    margin-left: 136px !important;
    margin-right: 136px !important
}

.mx-35 {
    margin-left: 140px !important;
    margin-right: 140px !important
}

.mx-36 {
    margin-left: 144px !important;
    margin-right: 144px !important
}

.mx-37 {
    margin-left: 148px !important;
    margin-right: 148px !important
}

.mx-38 {
    margin-left: 152px !important;
    margin-right: 152px !important
}

.mx-39 {
    margin-left: 156px !important;
    margin-right: 156px !important
}

.mx-40 {
    margin-left: 160px !important;
    margin-right: 160px !important
}

.mx-0p5 {
    margin-left: 2px !important;
    margin-right: 2px !important
}

.mx-1p5 {
    margin-left: 6px !important;
    margin-right: 6px !important
}

.mx-2p5 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mx-3p5 {
    margin-left: 14px !important;
    margin-right: 14px !important
}

.mx-4p5 {
    margin-left: 18px !important;
    margin-right: 18px !important
}

.mx-5p5 {
    margin-left: 22px !important;
    margin-right: 22px !important
}

.mx-6p5 {
    margin-left: 26px !important;
    margin-right: 26px !important
}

.mx-7p5 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mx-12p5 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.mx-17p5 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.mx-20p5 {
    margin-left: 82px !important;
    margin-right: 82px !important
}

.mx-32p5 {
    margin-left: 130px !important;
    margin-right: 130px !important
}

.mx-42 {
    margin-left: 168px !important;
    margin-right: 168px !important
}

.mx-45 {
    margin-left: 180px !important;
    margin-right: 180px !important
}

.mx-48 {
    margin-left: 192px !important;
    margin-right: 192px !important
}

.mx-50 {
    margin-left: 200px !important;
    margin-right: 200px !important
}

.mx-55 {
    margin-left: 220px !important;
    margin-right: 220px !important
}

.mx-56 {
    margin-left: 224px !important;
    margin-right: 224px !important
}

.mx-60 {
    margin-left: 240px !important;
    margin-right: 240px !important
}

.mx-62 {
    margin-left: 248px !important;
    margin-right: 248px !important
}

.mx-64 {
    margin-left: 256px !important;
    margin-right: 256px !important
}

.mx-70 {
    margin-left: 280px !important;
    margin-right: 280px !important
}

.mx-72 {
    margin-left: 288px !important;
    margin-right: 288px !important
}

.mx-75 {
    margin-left: 300px !important;
    margin-right: 300px !important
}

.mx-80 {
    margin-left: 320px !important;
    margin-right: 320px !important
}

.mx-85 {
    margin-left: 340px !important;
    margin-right: 340px !important
}

.mx-90 {
    margin-left: 360px !important;
    margin-right: 360px !important
}

.mx-100 {
    margin-left: 400px !important;
    margin-right: 400px !important
}

.mx-112 {
    margin-left: 448px !important;
    margin-right: 448px !important
}

.mx-120 {
    margin-left: 480px !important;
    margin-right: 480px !important
}

.mx-143 {
    margin-left: 572px !important;
    margin-right: 572px !important
}

.mx-150 {
    margin-left: 600px !important;
    margin-right: 600px !important
}

.mx-160 {
    margin-left: 640px !important;
    margin-right: 640px !important
}

.mx-190 {
    margin-left: 760px !important;
    margin-right: 760px !important
}

.mx-200 {
    margin-left: 800px !important;
    margin-right: 800px !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: 4px !important;
    margin-top: 4px !important
}

.my-2 {
    margin-bottom: 8px !important;
    margin-top: 8px !important
}

.my-3 {
    margin-bottom: 12px !important;
    margin-top: 12px !important
}

.my-4 {
    margin-bottom: 16px !important;
    margin-top: 16px !important
}

.my-5 {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}

.my-6 {
    margin-bottom: 24px !important;
    margin-top: 24px !important
}

.my-7 {
    margin-bottom: 28px !important;
    margin-top: 28px !important
}

.my-8 {
    margin-bottom: 32px !important;
    margin-top: 32px !important
}

.my-9 {
    margin-bottom: 36px !important;
    margin-top: 36px !important
}

.my-10 {
    margin-bottom: 40px !important;
    margin-top: 40px !important
}

.my-11 {
    margin-bottom: 44px !important;
    margin-top: 44px !important
}

.my-12 {
    margin-bottom: 48px !important;
    margin-top: 48px !important
}

.my-13 {
    margin-bottom: 52px !important;
    margin-top: 52px !important
}

.my-14 {
    margin-bottom: 56px !important;
    margin-top: 56px !important
}

.my-15 {
    margin-bottom: 60px !important;
    margin-top: 60px !important
}

.my-16 {
    margin-bottom: 64px !important;
    margin-top: 64px !important
}

.my-17 {
    margin-bottom: 68px !important;
    margin-top: 68px !important
}

.my-18 {
    margin-bottom: 72px !important;
    margin-top: 72px !important
}

.my-19 {
    margin-bottom: 76px !important;
    margin-top: 76px !important
}

.my-20 {
    margin-bottom: 80px !important;
    margin-top: 80px !important
}

.my-21 {
    margin-bottom: 84px !important;
    margin-top: 84px !important
}

.my-22 {
    margin-bottom: 88px !important;
    margin-top: 88px !important
}

.my-23 {
    margin-bottom: 92px !important;
    margin-top: 92px !important
}

.my-24 {
    margin-bottom: 96px !important;
    margin-top: 96px !important
}

.my-25 {
    margin-bottom: 100px !important;
    margin-top: 100px !important
}

.my-26 {
    margin-bottom: 104px !important;
    margin-top: 104px !important
}

.my-27 {
    margin-bottom: 108px !important;
    margin-top: 108px !important
}

.my-28 {
    margin-bottom: 112px !important;
    margin-top: 112px !important
}

.my-29 {
    margin-bottom: 116px !important;
    margin-top: 116px !important
}

.my-30 {
    margin-bottom: 120px !important;
    margin-top: 120px !important
}

.my-31 {
    margin-bottom: 124px !important;
    margin-top: 124px !important
}

.my-32 {
    margin-bottom: 128px !important;
    margin-top: 128px !important
}

.my-33 {
    margin-bottom: 132px !important;
    margin-top: 132px !important
}

.my-34 {
    margin-bottom: 136px !important;
    margin-top: 136px !important
}

.my-35 {
    margin-bottom: 140px !important;
    margin-top: 140px !important
}

.my-36 {
    margin-bottom: 144px !important;
    margin-top: 144px !important
}

.my-37 {
    margin-bottom: 148px !important;
    margin-top: 148px !important
}

.my-38 {
    margin-bottom: 152px !important;
    margin-top: 152px !important
}

.my-39 {
    margin-bottom: 156px !important;
    margin-top: 156px !important
}

.my-40 {
    margin-bottom: 160px !important;
    margin-top: 160px !important
}

.my-0p5 {
    margin-bottom: 2px !important;
    margin-top: 2px !important
}

.my-1p5 {
    margin-bottom: 6px !important;
    margin-top: 6px !important
}

.my-2p5 {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.my-3p5 {
    margin-bottom: 14px !important;
    margin-top: 14px !important
}

.my-4p5 {
    margin-bottom: 18px !important;
    margin-top: 18px !important
}

.my-5p5 {
    margin-bottom: 22px !important;
    margin-top: 22px !important
}

.my-6p5 {
    margin-bottom: 26px !important;
    margin-top: 26px !important
}

.my-7p5 {
    margin-bottom: 30px !important;
    margin-top: 30px !important
}

.my-12p5 {
    margin-bottom: 50px !important;
    margin-top: 50px !important
}

.my-17p5 {
    margin-bottom: 70px !important;
    margin-top: 70px !important
}

.my-20p5 {
    margin-bottom: 82px !important;
    margin-top: 82px !important
}

.my-32p5 {
    margin-bottom: 130px !important;
    margin-top: 130px !important
}

.my-42 {
    margin-bottom: 168px !important;
    margin-top: 168px !important
}

.my-45 {
    margin-bottom: 180px !important;
    margin-top: 180px !important
}

.my-48 {
    margin-bottom: 192px !important;
    margin-top: 192px !important
}

.my-50 {
    margin-bottom: 200px !important;
    margin-top: 200px !important
}

.my-55 {
    margin-bottom: 220px !important;
    margin-top: 220px !important
}

.my-56 {
    margin-bottom: 224px !important;
    margin-top: 224px !important
}

.my-60 {
    margin-bottom: 240px !important;
    margin-top: 240px !important
}

.my-62 {
    margin-bottom: 248px !important;
    margin-top: 248px !important
}

.my-64 {
    margin-bottom: 256px !important;
    margin-top: 256px !important
}

.my-70 {
    margin-bottom: 280px !important;
    margin-top: 280px !important
}

.my-72 {
    margin-bottom: 288px !important;
    margin-top: 288px !important
}

.my-75 {
    margin-bottom: 300px !important;
    margin-top: 300px !important
}

.my-80 {
    margin-bottom: 320px !important;
    margin-top: 320px !important
}

.my-85 {
    margin-bottom: 340px !important;
    margin-top: 340px !important
}

.my-90 {
    margin-bottom: 360px !important;
    margin-top: 360px !important
}

.my-100 {
    margin-bottom: 400px !important;
    margin-top: 400px !important
}

.my-112 {
    margin-bottom: 448px !important;
    margin-top: 448px !important
}

.my-120 {
    margin-bottom: 480px !important;
    margin-top: 480px !important
}

.my-143 {
    margin-bottom: 572px !important;
    margin-top: 572px !important
}

.my-150 {
    margin-bottom: 600px !important;
    margin-top: 600px !important
}

.my-160 {
    margin-bottom: 640px !important;
    margin-top: 640px !important
}

.my-190 {
    margin-bottom: 760px !important;
    margin-top: 760px !important
}

.my-200 {
    margin-bottom: 800px !important;
    margin-top: 800px !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 4px !important
}

.mt-2 {
    margin-top: 8px !important
}

.mt-3 {
    margin-top: 12px !important
}

.mt-4 {
    margin-top: 16px !important
}

.mt-5 {
    margin-top: 20px !important
}

.mt-6 {
    margin-top: 24px !important
}

.mt-7 {
    margin-top: 28px !important
}

.mt-8 {
    margin-top: 32px !important
}

.mt-9 {
    margin-top: 36px !important
}

.mt-10 {
    margin-top: 40px !important
}

.mt-11 {
    margin-top: 44px !important
}

.mt-12 {
    margin-top: 48px !important
}

.mt-13 {
    margin-top: 52px !important
}

.mt-14 {
    margin-top: 56px !important
}

.mt-15 {
    margin-top: 60px !important
}

.mt-16 {
    margin-top: 64px !important
}

.mt-17 {
    margin-top: 68px !important
}

.mt-18 {
    margin-top: 72px !important
}

.mt-19 {
    margin-top: 76px !important
}

.mt-20 {
    margin-top: 80px !important
}

.mt-21 {
    margin-top: 84px !important
}

.mt-22 {
    margin-top: 88px !important
}

.mt-23 {
    margin-top: 92px !important
}

.mt-24 {
    margin-top: 96px !important
}

.mt-25 {
    margin-top: 100px !important
}

.mt-26 {
    margin-top: 104px !important
}

.mt-27 {
    margin-top: 108px !important
}

.mt-28 {
    margin-top: 112px !important
}

.mt-29 {
    margin-top: 116px !important
}

.mt-30 {
    margin-top: 120px !important
}

.mt-31 {
    margin-top: 124px !important
}

.mt-32 {
    margin-top: 128px !important
}

.mt-33 {
    margin-top: 132px !important
}

.mt-34 {
    margin-top: 136px !important
}

.mt-35 {
    margin-top: 140px !important
}

.mt-36 {
    margin-top: 144px !important
}

.mt-37 {
    margin-top: 148px !important
}

.mt-38 {
    margin-top: 152px !important
}

.mt-39 {
    margin-top: 156px !important
}

.mt-40 {
    margin-top: 160px !important
}

.mt-0p5 {
    margin-top: 2px !important
}

.mt-1p5 {
    margin-top: 6px !important
}

.mt-2p5 {
    margin-top: 10px !important
}

.mt-3p5 {
    margin-top: 14px !important
}

.mt-4p5 {
    margin-top: 18px !important
}

.mt-5p5 {
    margin-top: 22px !important
}

.mt-6p5 {
    margin-top: 26px !important
}

.mt-7p5 {
    margin-top: 30px !important
}

.mt-12p5 {
    margin-top: 50px !important
}

.mt-17p5 {
    margin-top: 70px !important
}

.mt-20p5 {
    margin-top: 82px !important
}

.mt-32p5 {
    margin-top: 130px !important
}

.mt-42 {
    margin-top: 168px !important
}

.mt-45 {
    margin-top: 180px !important
}

.mt-48 {
    margin-top: 192px !important
}

.mt-50 {
    margin-top: 200px !important
}

.mt-55 {
    margin-top: 220px !important
}

.mt-56 {
    margin-top: 224px !important
}

.mt-60 {
    margin-top: 240px !important
}

.mt-62 {
    margin-top: 248px !important
}

.mt-64 {
    margin-top: 256px !important
}

.mt-70 {
    margin-top: 280px !important
}

.mt-72 {
    margin-top: 288px !important
}

.mt-75 {
    margin-top: 300px !important
}

.mt-80 {
    margin-top: 320px !important
}

.mt-85 {
    margin-top: 340px !important
}

.mt-90 {
    margin-top: 360px !important
}

.mt-100 {
    margin-top: 400px !important
}

.mt-112 {
    margin-top: 448px !important
}

.mt-120 {
    margin-top: 480px !important
}

.mt-143 {
    margin-top: 572px !important
}

.mt-150 {
    margin-top: 600px !important
}

.mt-160 {
    margin-top: 640px !important
}

.mt-190 {
    margin-top: 760px !important
}

.mt-200 {
    margin-top: 800px !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 4px !important
}

.mr-2 {
    margin-right: 8px !important
}

.mr-3 {
    margin-right: 12px !important
}

.mr-4 {
    margin-right: 16px !important
}

.mr-5 {
    margin-right: 20px !important
}

.mr-6 {
    margin-right: 24px !important
}

.mr-7 {
    margin-right: 28px !important
}

.mr-8 {
    margin-right: 32px !important
}

.mr-9 {
    margin-right: 36px !important
}

.mr-10 {
    margin-right: 40px !important
}

.mr-11 {
    margin-right: 44px !important
}

.mr-12 {
    margin-right: 48px !important
}

.mr-13 {
    margin-right: 52px !important
}

.mr-14 {
    margin-right: 56px !important
}

.mr-15 {
    margin-right: 60px !important
}

.mr-16 {
    margin-right: 64px !important
}

.mr-17 {
    margin-right: 68px !important
}

.mr-18 {
    margin-right: 72px !important
}

.mr-19 {
    margin-right: 76px !important
}

.mr-20 {
    margin-right: 80px !important
}

.mr-21 {
    margin-right: 84px !important
}

.mr-22 {
    margin-right: 88px !important
}

.mr-23 {
    margin-right: 92px !important
}

.mr-24 {
    margin-right: 96px !important
}

.mr-25 {
    margin-right: 100px !important
}

.mr-26 {
    margin-right: 104px !important
}

.mr-27 {
    margin-right: 108px !important
}

.mr-28 {
    margin-right: 112px !important
}

.mr-29 {
    margin-right: 116px !important
}

.mr-30 {
    margin-right: 120px !important
}

.mr-31 {
    margin-right: 124px !important
}

.mr-32 {
    margin-right: 128px !important
}

.mr-33 {
    margin-right: 132px !important
}

.mr-34 {
    margin-right: 136px !important
}

.mr-35 {
    margin-right: 140px !important
}

.mr-36 {
    margin-right: 144px !important
}

.mr-37 {
    margin-right: 148px !important
}

.mr-38 {
    margin-right: 152px !important
}

.mr-39 {
    margin-right: 156px !important
}

.mr-40 {
    margin-right: 160px !important
}

.mr-0p5 {
    margin-right: 2px !important
}

.mr-1p5 {
    margin-right: 6px !important
}

.mr-2p5 {
    margin-right: 10px !important
}

.mr-3p5 {
    margin-right: 14px !important
}

.mr-4p5 {
    margin-right: 18px !important
}

.mr-5p5 {
    margin-right: 22px !important
}

.mr-6p5 {
    margin-right: 26px !important
}

.mr-7p5 {
    margin-right: 30px !important
}

.mr-12p5 {
    margin-right: 50px !important
}

.mr-17p5 {
    margin-right: 70px !important
}

.mr-20p5 {
    margin-right: 82px !important
}

.mr-32p5 {
    margin-right: 130px !important
}

.mr-42 {
    margin-right: 168px !important
}

.mr-45 {
    margin-right: 180px !important
}

.mr-48 {
    margin-right: 192px !important
}

.mr-50 {
    margin-right: 200px !important
}

.mr-55 {
    margin-right: 220px !important
}

.mr-56 {
    margin-right: 224px !important
}

.mr-60 {
    margin-right: 240px !important
}

.mr-62 {
    margin-right: 248px !important
}

.mr-64 {
    margin-right: 256px !important
}

.mr-70 {
    margin-right: 280px !important
}

.mr-72 {
    margin-right: 288px !important
}

.mr-75 {
    margin-right: 300px !important
}

.mr-80 {
    margin-right: 320px !important
}

.mr-85 {
    margin-right: 340px !important
}

.mr-90 {
    margin-right: 360px !important
}

.mr-100 {
    margin-right: 400px !important
}

.mr-112 {
    margin-right: 448px !important
}

.mr-120 {
    margin-right: 480px !important
}

.mr-143 {
    margin-right: 572px !important
}

.mr-150 {
    margin-right: 600px !important
}

.mr-160 {
    margin-right: 640px !important
}

.mr-190 {
    margin-right: 760px !important
}

.mr-200 {
    margin-right: 800px !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 4px !important
}

.mb-2 {
    margin-bottom: 8px !important
}

.mb-3 {
    margin-bottom: 12px !important
}

.mb-4 {
    margin-bottom: 16px !important
}

.mb-5 {
    margin-bottom: 20px !important
}

.mb-6 {
    margin-bottom: 24px !important
}

.mb-7 {
    margin-bottom: 28px !important
}

.mb-8 {
    margin-bottom: 32px !important
}

.mb-9 {
    margin-bottom: 36px !important
}

.mb-10 {
    margin-bottom: 40px !important
}

.mb-11 {
    margin-bottom: 44px !important
}

.mb-12 {
    margin-bottom: 48px !important
}

.mb-13 {
    margin-bottom: 52px !important
}

.mb-14 {
    margin-bottom: 56px !important
}

.mb-15 {
    margin-bottom: 60px !important
}

.mb-16 {
    margin-bottom: 64px !important
}

.mb-17 {
    margin-bottom: 68px !important
}

.mb-18 {
    margin-bottom: 72px !important
}

.mb-19 {
    margin-bottom: 76px !important
}

.mb-20 {
    margin-bottom: 80px !important
}

.mb-21 {
    margin-bottom: 84px !important
}

.mb-22 {
    margin-bottom: 88px !important
}

.mb-23 {
    margin-bottom: 92px !important
}

.mb-24 {
    margin-bottom: 96px !important
}

.mb-25 {
    margin-bottom: 100px !important
}

.mb-26 {
    margin-bottom: 104px !important
}

.mb-27 {
    margin-bottom: 108px !important
}

.mb-28 {
    margin-bottom: 112px !important
}

.mb-29 {
    margin-bottom: 116px !important
}

.mb-30 {
    margin-bottom: 120px !important
}

.mb-31 {
    margin-bottom: 124px !important
}

.mb-32 {
    margin-bottom: 128px !important
}

.mb-33 {
    margin-bottom: 132px !important
}

.mb-34 {
    margin-bottom: 136px !important
}

.mb-35 {
    margin-bottom: 140px !important
}

.mb-36 {
    margin-bottom: 144px !important
}

.mb-37 {
    margin-bottom: 148px !important
}

.mb-38 {
    margin-bottom: 152px !important
}

.mb-39 {
    margin-bottom: 156px !important
}

.mb-40 {
    margin-bottom: 160px !important
}

.mb-0p5 {
    margin-bottom: 2px !important
}

.mb-1p5 {
    margin-bottom: 6px !important
}

.mb-2p5 {
    margin-bottom: 10px !important
}

.mb-3p5 {
    margin-bottom: 14px !important
}

.mb-4p5 {
    margin-bottom: 18px !important
}

.mb-5p5 {
    margin-bottom: 22px !important
}

.mb-6p5 {
    margin-bottom: 26px !important
}

.mb-7p5 {
    margin-bottom: 30px !important
}

.mb-12p5 {
    margin-bottom: 50px !important
}

.mb-17p5 {
    margin-bottom: 70px !important
}

.mb-20p5 {
    margin-bottom: 82px !important
}

.mb-32p5 {
    margin-bottom: 130px !important
}

.mb-42 {
    margin-bottom: 168px !important
}

.mb-45 {
    margin-bottom: 180px !important
}

.mb-48 {
    margin-bottom: 192px !important
}

.mb-50 {
    margin-bottom: 200px !important
}

.mb-55 {
    margin-bottom: 220px !important
}

.mb-56 {
    margin-bottom: 224px !important
}

.mb-60 {
    margin-bottom: 240px !important
}

.mb-62 {
    margin-bottom: 248px !important
}

.mb-64 {
    margin-bottom: 256px !important
}

.mb-70 {
    margin-bottom: 280px !important
}

.mb-72 {
    margin-bottom: 288px !important
}

.mb-75 {
    margin-bottom: 300px !important
}

.mb-80 {
    margin-bottom: 320px !important
}

.mb-85 {
    margin-bottom: 340px !important
}

.mb-90 {
    margin-bottom: 360px !important
}

.mb-100 {
    margin-bottom: 400px !important
}

.mb-112 {
    margin-bottom: 448px !important
}

.mb-120 {
    margin-bottom: 480px !important
}

.mb-143 {
    margin-bottom: 572px !important
}

.mb-150 {
    margin-bottom: 600px !important
}

.mb-160 {
    margin-bottom: 640px !important
}

.mb-190 {
    margin-bottom: 760px !important
}

.mb-200 {
    margin-bottom: 800px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 4px !important
}

.ml-2 {
    margin-left: 8px !important
}

.ml-3 {
    margin-left: 12px !important
}

.ml-4 {
    margin-left: 16px !important
}

.ml-5 {
    margin-left: 20px !important
}

.ml-6 {
    margin-left: 24px !important
}

.ml-7 {
    margin-left: 28px !important
}

.ml-8 {
    margin-left: 32px !important
}

.ml-9 {
    margin-left: 36px !important
}

.ml-10 {
    margin-left: 40px !important
}

.ml-11 {
    margin-left: 44px !important
}

.ml-12 {
    margin-left: 48px !important
}

.ml-13 {
    margin-left: 52px !important
}

.ml-14 {
    margin-left: 56px !important
}

.ml-15 {
    margin-left: 60px !important
}

.ml-16 {
    margin-left: 64px !important
}

.ml-17 {
    margin-left: 68px !important
}

.ml-18 {
    margin-left: 72px !important
}

.ml-19 {
    margin-left: 76px !important
}

.ml-20 {
    margin-left: 80px !important
}

.ml-21 {
    margin-left: 84px !important
}

.ml-22 {
    margin-left: 88px !important
}

.ml-23 {
    margin-left: 92px !important
}

.ml-24 {
    margin-left: 96px !important
}

.ml-25 {
    margin-left: 100px !important
}

.ml-26 {
    margin-left: 104px !important
}

.ml-27 {
    margin-left: 108px !important
}

.ml-28 {
    margin-left: 112px !important
}

.ml-29 {
    margin-left: 116px !important
}

.ml-30 {
    margin-left: 120px !important
}

.ml-31 {
    margin-left: 124px !important
}

.ml-32 {
    margin-left: 128px !important
}

.ml-33 {
    margin-left: 132px !important
}

.ml-34 {
    margin-left: 136px !important
}

.ml-35 {
    margin-left: 140px !important
}

.ml-36 {
    margin-left: 144px !important
}

.ml-37 {
    margin-left: 148px !important
}

.ml-38 {
    margin-left: 152px !important
}

.ml-39 {
    margin-left: 156px !important
}

.ml-40 {
    margin-left: 160px !important
}

.ml-0p5 {
    margin-left: 2px !important
}

.ml-1p5 {
    margin-left: 6px !important
}

.ml-2p5 {
    margin-left: 10px !important
}

.ml-3p5 {
    margin-left: 14px !important
}

.ml-4p5 {
    margin-left: 18px !important
}

.ml-5p5 {
    margin-left: 22px !important
}

.ml-6p5 {
    margin-left: 26px !important
}

.ml-7p5 {
    margin-left: 30px !important
}

.ml-12p5 {
    margin-left: 50px !important
}

.ml-17p5 {
    margin-left: 70px !important
}

.ml-20p5 {
    margin-left: 82px !important
}

.ml-32p5 {
    margin-left: 130px !important
}

.ml-42 {
    margin-left: 168px !important
}

.ml-45 {
    margin-left: 180px !important
}

.ml-48 {
    margin-left: 192px !important
}

.ml-50 {
    margin-left: 200px !important
}

.ml-55 {
    margin-left: 220px !important
}

.ml-56 {
    margin-left: 224px !important
}

.ml-60 {
    margin-left: 240px !important
}

.ml-62 {
    margin-left: 248px !important
}

.ml-64 {
    margin-left: 256px !important
}

.ml-70 {
    margin-left: 280px !important
}

.ml-72 {
    margin-left: 288px !important
}

.ml-75 {
    margin-left: 300px !important
}

.ml-80 {
    margin-left: 320px !important
}

.ml-85 {
    margin-left: 340px !important
}

.ml-90 {
    margin-left: 360px !important
}

.ml-100 {
    margin-left: 400px !important
}

.ml-112 {
    margin-left: 448px !important
}

.ml-120 {
    margin-left: 480px !important
}

.ml-143 {
    margin-left: 572px !important
}

.ml-150 {
    margin-left: 600px !important
}

.ml-160 {
    margin-left: 640px !important
}

.ml-190 {
    margin-left: 760px !important
}

.ml-200 {
    margin-left: 800px !important
}

.ml-auto {
    margin-left: auto !important
}

.ms-0 {
    margin-inline-start: 0 !important
}

.ms-1 {
    margin-inline-start: 4px !important
}

.ms-2 {
    margin-inline-start: 8px !important
}

.ms-3 {
    margin-inline-start: 12px !important
}

.ms-4 {
    margin-inline-start: 16px !important
}

.ms-5 {
    margin-inline-start: 20px !important
}

.ms-6 {
    margin-inline-start: 24px !important
}

.ms-7 {
    margin-inline-start: 28px !important
}

.ms-8 {
    margin-inline-start: 32px !important
}

.ms-9 {
    margin-inline-start: 36px !important
}

.ms-10 {
    margin-inline-start: 40px !important
}

.ms-11 {
    margin-inline-start: 44px !important
}

.ms-12 {
    margin-inline-start: 48px !important
}

.ms-13 {
    margin-inline-start: 52px !important
}

.ms-14 {
    margin-inline-start: 56px !important
}

.ms-15 {
    margin-inline-start: 60px !important
}

.ms-16 {
    margin-inline-start: 64px !important
}

.ms-17 {
    margin-inline-start: 68px !important
}

.ms-18 {
    margin-inline-start: 72px !important
}

.ms-19 {
    margin-inline-start: 76px !important
}

.ms-20 {
    margin-inline-start: 80px !important
}

.ms-21 {
    margin-inline-start: 84px !important
}

.ms-22 {
    margin-inline-start: 88px !important
}

.ms-23 {
    margin-inline-start: 92px !important
}

.ms-24 {
    margin-inline-start: 96px !important
}

.ms-25 {
    margin-inline-start: 100px !important
}

.ms-26 {
    margin-inline-start: 104px !important
}

.ms-27 {
    margin-inline-start: 108px !important
}

.ms-28 {
    margin-inline-start: 112px !important
}

.ms-29 {
    margin-inline-start: 116px !important
}

.ms-30 {
    margin-inline-start: 120px !important
}

.ms-31 {
    margin-inline-start: 124px !important
}

.ms-32 {
    margin-inline-start: 128px !important
}

.ms-33 {
    margin-inline-start: 132px !important
}

.ms-34 {
    margin-inline-start: 136px !important
}

.ms-35 {
    margin-inline-start: 140px !important
}

.ms-36 {
    margin-inline-start: 144px !important
}

.ms-37 {
    margin-inline-start: 148px !important
}

.ms-38 {
    margin-inline-start: 152px !important
}

.ms-39 {
    margin-inline-start: 156px !important
}

.ms-40 {
    margin-inline-start: 160px !important
}

.ms-0p5 {
    margin-inline-start: 2px !important
}

.ms-1p5 {
    margin-inline-start: 6px !important
}

.ms-2p5 {
    margin-inline-start: 10px !important
}

.ms-3p5 {
    margin-inline-start: 14px !important
}

.ms-4p5 {
    margin-inline-start: 18px !important
}

.ms-5p5 {
    margin-inline-start: 22px !important
}

.ms-6p5 {
    margin-inline-start: 26px !important
}

.ms-7p5 {
    margin-inline-start: 30px !important
}

.ms-12p5 {
    margin-inline-start: 50px !important
}

.ms-17p5 {
    margin-inline-start: 70px !important
}

.ms-20p5 {
    margin-inline-start: 82px !important
}

.ms-32p5 {
    margin-inline-start: 130px !important
}

.ms-42 {
    margin-inline-start: 168px !important
}

.ms-45 {
    margin-inline-start: 180px !important
}

.ms-48 {
    margin-inline-start: 192px !important
}

.ms-50 {
    margin-inline-start: 200px !important
}

.ms-55 {
    margin-inline-start: 220px !important
}

.ms-56 {
    margin-inline-start: 224px !important
}

.ms-60 {
    margin-inline-start: 240px !important
}

.ms-62 {
    margin-inline-start: 248px !important
}

.ms-64 {
    margin-inline-start: 256px !important
}

.ms-70 {
    margin-inline-start: 280px !important
}

.ms-72 {
    margin-inline-start: 288px !important
}

.ms-75 {
    margin-inline-start: 300px !important
}

.ms-80 {
    margin-inline-start: 320px !important
}

.ms-85 {
    margin-inline-start: 340px !important
}

.ms-90 {
    margin-inline-start: 360px !important
}

.ms-100 {
    margin-inline-start: 400px !important
}

.ms-112 {
    margin-inline-start: 448px !important
}

.ms-120 {
    margin-inline-start: 480px !important
}

.ms-143 {
    margin-inline-start: 572px !important
}

.ms-150 {
    margin-inline-start: 600px !important
}

.ms-160 {
    margin-inline-start: 640px !important
}

.ms-190 {
    margin-inline-start: 760px !important
}

.ms-200 {
    margin-inline-start: 800px !important
}

.ms-auto {
    margin-inline-start: auto !important
}

.me-0 {
    margin-inline-end: 0 !important
}

.me-1 {
    margin-inline-end: 4px !important
}

.me-2 {
    margin-inline-end: 8px !important
}

.me-3 {
    margin-inline-end: 12px !important
}

.me-4 {
    margin-inline-end: 16px !important
}

.me-5 {
    margin-inline-end: 20px !important
}

.me-6 {
    margin-inline-end: 24px !important
}

.me-7 {
    margin-inline-end: 28px !important
}

.me-8 {
    margin-inline-end: 32px !important
}

.me-9 {
    margin-inline-end: 36px !important
}

.me-10 {
    margin-inline-end: 40px !important
}

.me-11 {
    margin-inline-end: 44px !important
}

.me-12 {
    margin-inline-end: 48px !important
}

.me-13 {
    margin-inline-end: 52px !important
}

.me-14 {
    margin-inline-end: 56px !important
}

.me-15 {
    margin-inline-end: 60px !important
}

.me-16 {
    margin-inline-end: 64px !important
}

.me-17 {
    margin-inline-end: 68px !important
}

.me-18 {
    margin-inline-end: 72px !important
}

.me-19 {
    margin-inline-end: 76px !important
}

.me-20 {
    margin-inline-end: 80px !important
}

.me-21 {
    margin-inline-end: 84px !important
}

.me-22 {
    margin-inline-end: 88px !important
}

.me-23 {
    margin-inline-end: 92px !important
}

.me-24 {
    margin-inline-end: 96px !important
}

.me-25 {
    margin-inline-end: 100px !important
}

.me-26 {
    margin-inline-end: 104px !important
}

.me-27 {
    margin-inline-end: 108px !important
}

.me-28 {
    margin-inline-end: 112px !important
}

.me-29 {
    margin-inline-end: 116px !important
}

.me-30 {
    margin-inline-end: 120px !important
}

.me-31 {
    margin-inline-end: 124px !important
}

.me-32 {
    margin-inline-end: 128px !important
}

.me-33 {
    margin-inline-end: 132px !important
}

.me-34 {
    margin-inline-end: 136px !important
}

.me-35 {
    margin-inline-end: 140px !important
}

.me-36 {
    margin-inline-end: 144px !important
}

.me-37 {
    margin-inline-end: 148px !important
}

.me-38 {
    margin-inline-end: 152px !important
}

.me-39 {
    margin-inline-end: 156px !important
}

.me-40 {
    margin-inline-end: 160px !important
}

.me-0p5 {
    margin-inline-end: 2px !important
}

.me-1p5 {
    margin-inline-end: 6px !important
}

.me-2p5 {
    margin-inline-end: 10px !important
}

.me-3p5 {
    margin-inline-end: 14px !important
}

.me-4p5 {
    margin-inline-end: 18px !important
}

.me-5p5 {
    margin-inline-end: 22px !important
}

.me-6p5 {
    margin-inline-end: 26px !important
}

.me-7p5 {
    margin-inline-end: 30px !important
}

.me-12p5 {
    margin-inline-end: 50px !important
}

.me-17p5 {
    margin-inline-end: 70px !important
}

.me-20p5 {
    margin-inline-end: 82px !important
}

.me-32p5 {
    margin-inline-end: 130px !important
}

.me-42 {
    margin-inline-end: 168px !important
}

.me-45 {
    margin-inline-end: 180px !important
}

.me-48 {
    margin-inline-end: 192px !important
}

.me-50 {
    margin-inline-end: 200px !important
}

.me-55 {
    margin-inline-end: 220px !important
}

.me-56 {
    margin-inline-end: 224px !important
}

.me-60 {
    margin-inline-end: 240px !important
}

.me-62 {
    margin-inline-end: 248px !important
}

.me-64 {
    margin-inline-end: 256px !important
}

.me-70 {
    margin-inline-end: 280px !important
}

.me-72 {
    margin-inline-end: 288px !important
}

.me-75 {
    margin-inline-end: 300px !important
}

.me-80 {
    margin-inline-end: 320px !important
}

.me-85 {
    margin-inline-end: 340px !important
}

.me-90 {
    margin-inline-end: 360px !important
}

.me-100 {
    margin-inline-end: 400px !important
}

.me-112 {
    margin-inline-end: 448px !important
}

.me-120 {
    margin-inline-end: 480px !important
}

.me-143 {
    margin-inline-end: 572px !important
}

.me-150 {
    margin-inline-end: 600px !important
}

.me-160 {
    margin-inline-end: 640px !important
}

.me-190 {
    margin-inline-end: 760px !important
}

.me-200 {
    margin-inline-end: 800px !important
}

.me-auto {
    margin-inline-end: auto !important
}

.ma-n1 {
    margin: -4px !important
}

.ma-n2 {
    margin: -8px !important
}

.ma-n3 {
    margin: -12px !important
}

.ma-n4 {
    margin: -16px !important
}

.ma-n5 {
    margin: -20px !important
}

.ma-n6 {
    margin: -24px !important
}

.ma-n7 {
    margin: -28px !important
}

.ma-n8 {
    margin: -32px !important
}

.ma-n9 {
    margin: -36px !important
}

.ma-n10 {
    margin: -40px !important
}

.ma-n11 {
    margin: -44px !important
}

.ma-n12 {
    margin: -48px !important
}

.ma-n13 {
    margin: -52px !important
}

.ma-n14 {
    margin: -56px !important
}

.ma-n15 {
    margin: -60px !important
}

.ma-n16 {
    margin: -64px !important
}

.ma-n17 {
    margin: -68px !important
}

.ma-n18 {
    margin: -72px !important
}

.ma-n19 {
    margin: -76px !important
}

.ma-n20 {
    margin: -80px !important
}

.ma-n21 {
    margin: -84px !important
}

.ma-n22 {
    margin: -88px !important
}

.ma-n23 {
    margin: -92px !important
}

.ma-n24 {
    margin: -96px !important
}

.ma-n25 {
    margin: -100px !important
}

.ma-n26 {
    margin: -104px !important
}

.ma-n27 {
    margin: -108px !important
}

.ma-n28 {
    margin: -112px !important
}

.ma-n29 {
    margin: -116px !important
}

.ma-n30 {
    margin: -120px !important
}

.ma-n31 {
    margin: -124px !important
}

.ma-n32 {
    margin: -128px !important
}

.ma-n33 {
    margin: -132px !important
}

.ma-n34 {
    margin: -136px !important
}

.ma-n35 {
    margin: -140px !important
}

.ma-n36 {
    margin: -144px !important
}

.ma-n37 {
    margin: -148px !important
}

.ma-n38 {
    margin: -152px !important
}

.ma-n39 {
    margin: -156px !important
}

.ma-n40 {
    margin: -160px !important
}

.ma-n0p5 {
    margin: -2px !important
}

.ma-n1p5 {
    margin: -6px !important
}

.ma-n2p5 {
    margin: -10px !important
}

.ma-n3p5 {
    margin: -14px !important
}

.ma-n4p5 {
    margin: -18px !important
}

.ma-n5p5 {
    margin: -22px !important
}

.ma-n6p5 {
    margin: -26px !important
}

.ma-n7p5 {
    margin: -30px !important
}

.ma-n12p5 {
    margin: -50px !important
}

.ma-n17p5 {
    margin: -70px !important
}

.ma-n20p5 {
    margin: -82px !important
}

.ma-n32p5 {
    margin: -130px !important
}

.ma-n42 {
    margin: -168px !important
}

.ma-n45 {
    margin: -180px !important
}

.ma-n48 {
    margin: -192px !important
}

.ma-n50 {
    margin: -200px !important
}

.ma-n55 {
    margin: -220px !important
}

.ma-n56 {
    margin: -224px !important
}

.ma-n60 {
    margin: -240px !important
}

.ma-n62 {
    margin: -248px !important
}

.ma-n64 {
    margin: -256px !important
}

.ma-n70 {
    margin: -280px !important
}

.ma-n72 {
    margin: -288px !important
}

.ma-n75 {
    margin: -300px !important
}

.ma-n80 {
    margin: -320px !important
}

.ma-n85 {
    margin: -340px !important
}

.ma-n90 {
    margin: -360px !important
}

.ma-n100 {
    margin: -400px !important
}

.ma-n112 {
    margin: -448px !important
}

.ma-n120 {
    margin: -480px !important
}

.ma-n143 {
    margin: -572px !important
}

.ma-n150 {
    margin: -600px !important
}

.ma-n160 {
    margin: -640px !important
}

.ma-n190 {
    margin: -760px !important
}

.ma-n200 {
    margin: -800px !important
}

.mx-n1 {
    margin-left: -4px !important;
    margin-right: -4px !important
}

.mx-n2 {
    margin-left: -8px !important;
    margin-right: -8px !important
}

.mx-n3 {
    margin-left: -12px !important;
    margin-right: -12px !important
}

.mx-n4 {
    margin-left: -16px !important;
    margin-right: -16px !important
}

.mx-n5 {
    margin-left: -20px !important;
    margin-right: -20px !important
}

.mx-n6 {
    margin-left: -24px !important;
    margin-right: -24px !important
}

.mx-n7 {
    margin-left: -28px !important;
    margin-right: -28px !important
}

.mx-n8 {
    margin-left: -32px !important;
    margin-right: -32px !important
}

.mx-n9 {
    margin-left: -36px !important;
    margin-right: -36px !important
}

.mx-n10 {
    margin-left: -40px !important;
    margin-right: -40px !important
}

.mx-n11 {
    margin-left: -44px !important;
    margin-right: -44px !important
}

.mx-n12 {
    margin-left: -48px !important;
    margin-right: -48px !important
}

.mx-n13 {
    margin-left: -52px !important;
    margin-right: -52px !important
}

.mx-n14 {
    margin-left: -56px !important;
    margin-right: -56px !important
}

.mx-n15 {
    margin-left: -60px !important;
    margin-right: -60px !important
}

.mx-n16 {
    margin-left: -64px !important;
    margin-right: -64px !important
}

.mx-n17 {
    margin-left: -68px !important;
    margin-right: -68px !important
}

.mx-n18 {
    margin-left: -72px !important;
    margin-right: -72px !important
}

.mx-n19 {
    margin-left: -76px !important;
    margin-right: -76px !important
}

.mx-n20 {
    margin-left: -80px !important;
    margin-right: -80px !important
}

.mx-n21 {
    margin-left: -84px !important;
    margin-right: -84px !important
}

.mx-n22 {
    margin-left: -88px !important;
    margin-right: -88px !important
}

.mx-n23 {
    margin-left: -92px !important;
    margin-right: -92px !important
}

.mx-n24 {
    margin-left: -96px !important;
    margin-right: -96px !important
}

.mx-n25 {
    margin-left: -100px !important;
    margin-right: -100px !important
}

.mx-n26 {
    margin-left: -104px !important;
    margin-right: -104px !important
}

.mx-n27 {
    margin-left: -108px !important;
    margin-right: -108px !important
}

.mx-n28 {
    margin-left: -112px !important;
    margin-right: -112px !important
}

.mx-n29 {
    margin-left: -116px !important;
    margin-right: -116px !important
}

.mx-n30 {
    margin-left: -120px !important;
    margin-right: -120px !important
}

.mx-n31 {
    margin-left: -124px !important;
    margin-right: -124px !important
}

.mx-n32 {
    margin-left: -128px !important;
    margin-right: -128px !important
}

.mx-n33 {
    margin-left: -132px !important;
    margin-right: -132px !important
}

.mx-n34 {
    margin-left: -136px !important;
    margin-right: -136px !important
}

.mx-n35 {
    margin-left: -140px !important;
    margin-right: -140px !important
}

.mx-n36 {
    margin-left: -144px !important;
    margin-right: -144px !important
}

.mx-n37 {
    margin-left: -148px !important;
    margin-right: -148px !important
}

.mx-n38 {
    margin-left: -152px !important;
    margin-right: -152px !important
}

.mx-n39 {
    margin-left: -156px !important;
    margin-right: -156px !important
}

.mx-n40 {
    margin-left: -160px !important;
    margin-right: -160px !important
}

.mx-n0p5 {
    margin-left: -2px !important;
    margin-right: -2px !important
}

.mx-n1p5 {
    margin-left: -6px !important;
    margin-right: -6px !important
}

.mx-n2p5 {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.mx-n3p5 {
    margin-left: -14px !important;
    margin-right: -14px !important
}

.mx-n4p5 {
    margin-left: -18px !important;
    margin-right: -18px !important
}

.mx-n5p5 {
    margin-left: -22px !important;
    margin-right: -22px !important
}

.mx-n6p5 {
    margin-left: -26px !important;
    margin-right: -26px !important
}

.mx-n7p5 {
    margin-left: -30px !important;
    margin-right: -30px !important
}

.mx-n12p5 {
    margin-left: -50px !important;
    margin-right: -50px !important
}

.mx-n17p5 {
    margin-left: -70px !important;
    margin-right: -70px !important
}

.mx-n20p5 {
    margin-left: -82px !important;
    margin-right: -82px !important
}

.mx-n32p5 {
    margin-left: -130px !important;
    margin-right: -130px !important
}

.mx-n42 {
    margin-left: -168px !important;
    margin-right: -168px !important
}

.mx-n45 {
    margin-left: -180px !important;
    margin-right: -180px !important
}

.mx-n48 {
    margin-left: -192px !important;
    margin-right: -192px !important
}

.mx-n50 {
    margin-left: -200px !important;
    margin-right: -200px !important
}

.mx-n55 {
    margin-left: -220px !important;
    margin-right: -220px !important
}

.mx-n56 {
    margin-left: -224px !important;
    margin-right: -224px !important
}

.mx-n60 {
    margin-left: -240px !important;
    margin-right: -240px !important
}

.mx-n62 {
    margin-left: -248px !important;
    margin-right: -248px !important
}

.mx-n64 {
    margin-left: -256px !important;
    margin-right: -256px !important
}

.mx-n70 {
    margin-left: -280px !important;
    margin-right: -280px !important
}

.mx-n72 {
    margin-left: -288px !important;
    margin-right: -288px !important
}

.mx-n75 {
    margin-left: -300px !important;
    margin-right: -300px !important
}

.mx-n80 {
    margin-left: -320px !important;
    margin-right: -320px !important
}

.mx-n85 {
    margin-left: -340px !important;
    margin-right: -340px !important
}

.mx-n90 {
    margin-left: -360px !important;
    margin-right: -360px !important
}

.mx-n100 {
    margin-left: -400px !important;
    margin-right: -400px !important
}

.mx-n112 {
    margin-left: -448px !important;
    margin-right: -448px !important
}

.mx-n120 {
    margin-left: -480px !important;
    margin-right: -480px !important
}

.mx-n143 {
    margin-left: -572px !important;
    margin-right: -572px !important
}

.mx-n150 {
    margin-left: -600px !important;
    margin-right: -600px !important
}

.mx-n160 {
    margin-left: -640px !important;
    margin-right: -640px !important
}

.mx-n190 {
    margin-left: -760px !important;
    margin-right: -760px !important
}

.mx-n200 {
    margin-left: -800px !important;
    margin-right: -800px !important
}

.my-n1 {
    margin-bottom: -4px !important;
    margin-top: -4px !important
}

.my-n2 {
    margin-bottom: -8px !important;
    margin-top: -8px !important
}

.my-n3 {
    margin-bottom: -12px !important;
    margin-top: -12px !important
}

.my-n4 {
    margin-bottom: -16px !important;
    margin-top: -16px !important
}

.my-n5 {
    margin-bottom: -20px !important;
    margin-top: -20px !important
}

.my-n6 {
    margin-bottom: -24px !important;
    margin-top: -24px !important
}

.my-n7 {
    margin-bottom: -28px !important;
    margin-top: -28px !important
}

.my-n8 {
    margin-bottom: -32px !important;
    margin-top: -32px !important
}

.my-n9 {
    margin-bottom: -36px !important;
    margin-top: -36px !important
}

.my-n10 {
    margin-bottom: -40px !important;
    margin-top: -40px !important
}

.my-n11 {
    margin-bottom: -44px !important;
    margin-top: -44px !important
}

.my-n12 {
    margin-bottom: -48px !important;
    margin-top: -48px !important
}

.my-n13 {
    margin-bottom: -52px !important;
    margin-top: -52px !important
}

.my-n14 {
    margin-bottom: -56px !important;
    margin-top: -56px !important
}

.my-n15 {
    margin-bottom: -60px !important;
    margin-top: -60px !important
}

.my-n16 {
    margin-bottom: -64px !important;
    margin-top: -64px !important
}

.my-n17 {
    margin-bottom: -68px !important;
    margin-top: -68px !important
}

.my-n18 {
    margin-bottom: -72px !important;
    margin-top: -72px !important
}

.my-n19 {
    margin-bottom: -76px !important;
    margin-top: -76px !important
}

.my-n20 {
    margin-bottom: -80px !important;
    margin-top: -80px !important
}

.my-n21 {
    margin-bottom: -84px !important;
    margin-top: -84px !important
}

.my-n22 {
    margin-bottom: -88px !important;
    margin-top: -88px !important
}

.my-n23 {
    margin-bottom: -92px !important;
    margin-top: -92px !important
}

.my-n24 {
    margin-bottom: -96px !important;
    margin-top: -96px !important
}

.my-n25 {
    margin-bottom: -100px !important;
    margin-top: -100px !important
}

.my-n26 {
    margin-bottom: -104px !important;
    margin-top: -104px !important
}

.my-n27 {
    margin-bottom: -108px !important;
    margin-top: -108px !important
}

.my-n28 {
    margin-bottom: -112px !important;
    margin-top: -112px !important
}

.my-n29 {
    margin-bottom: -116px !important;
    margin-top: -116px !important
}

.my-n30 {
    margin-bottom: -120px !important;
    margin-top: -120px !important
}

.my-n31 {
    margin-bottom: -124px !important;
    margin-top: -124px !important
}

.my-n32 {
    margin-bottom: -128px !important;
    margin-top: -128px !important
}

.my-n33 {
    margin-bottom: -132px !important;
    margin-top: -132px !important
}

.my-n34 {
    margin-bottom: -136px !important;
    margin-top: -136px !important
}

.my-n35 {
    margin-bottom: -140px !important;
    margin-top: -140px !important
}

.my-n36 {
    margin-bottom: -144px !important;
    margin-top: -144px !important
}

.my-n37 {
    margin-bottom: -148px !important;
    margin-top: -148px !important
}

.my-n38 {
    margin-bottom: -152px !important;
    margin-top: -152px !important
}

.my-n39 {
    margin-bottom: -156px !important;
    margin-top: -156px !important
}

.my-n40 {
    margin-bottom: -160px !important;
    margin-top: -160px !important
}

.my-n0p5 {
    margin-bottom: -2px !important;
    margin-top: -2px !important
}

.my-n1p5 {
    margin-bottom: -6px !important;
    margin-top: -6px !important
}

.my-n2p5 {
    margin-bottom: -10px !important;
    margin-top: -10px !important
}

.my-n3p5 {
    margin-bottom: -14px !important;
    margin-top: -14px !important
}

.my-n4p5 {
    margin-bottom: -18px !important;
    margin-top: -18px !important
}

.my-n5p5 {
    margin-bottom: -22px !important;
    margin-top: -22px !important
}

.my-n6p5 {
    margin-bottom: -26px !important;
    margin-top: -26px !important
}

.my-n7p5 {
    margin-bottom: -30px !important;
    margin-top: -30px !important
}

.my-n12p5 {
    margin-bottom: -50px !important;
    margin-top: -50px !important
}

.my-n17p5 {
    margin-bottom: -70px !important;
    margin-top: -70px !important
}

.my-n20p5 {
    margin-bottom: -82px !important;
    margin-top: -82px !important
}

.my-n32p5 {
    margin-bottom: -130px !important;
    margin-top: -130px !important
}

.my-n42 {
    margin-bottom: -168px !important;
    margin-top: -168px !important
}

.my-n45 {
    margin-bottom: -180px !important;
    margin-top: -180px !important
}

.my-n48 {
    margin-bottom: -192px !important;
    margin-top: -192px !important
}

.my-n50 {
    margin-bottom: -200px !important;
    margin-top: -200px !important
}

.my-n55 {
    margin-bottom: -220px !important;
    margin-top: -220px !important
}

.my-n56 {
    margin-bottom: -224px !important;
    margin-top: -224px !important
}

.my-n60 {
    margin-bottom: -240px !important;
    margin-top: -240px !important
}

.my-n62 {
    margin-bottom: -248px !important;
    margin-top: -248px !important
}

.my-n64 {
    margin-bottom: -256px !important;
    margin-top: -256px !important
}

.my-n70 {
    margin-bottom: -280px !important;
    margin-top: -280px !important
}

.my-n72 {
    margin-bottom: -288px !important;
    margin-top: -288px !important
}

.my-n75 {
    margin-bottom: -300px !important;
    margin-top: -300px !important
}

.my-n80 {
    margin-bottom: -320px !important;
    margin-top: -320px !important
}

.my-n85 {
    margin-bottom: -340px !important;
    margin-top: -340px !important
}

.my-n90 {
    margin-bottom: -360px !important;
    margin-top: -360px !important
}

.my-n100 {
    margin-bottom: -400px !important;
    margin-top: -400px !important
}

.my-n112 {
    margin-bottom: -448px !important;
    margin-top: -448px !important
}

.my-n120 {
    margin-bottom: -480px !important;
    margin-top: -480px !important
}

.my-n143 {
    margin-bottom: -572px !important;
    margin-top: -572px !important
}

.my-n150 {
    margin-bottom: -600px !important;
    margin-top: -600px !important
}

.my-n160 {
    margin-bottom: -640px !important;
    margin-top: -640px !important
}

.my-n190 {
    margin-bottom: -760px !important;
    margin-top: -760px !important
}

.my-n200 {
    margin-bottom: -800px !important;
    margin-top: -800px !important
}

.mt-n1 {
    margin-top: -4px !important
}

.mt-n2 {
    margin-top: -8px !important
}

.mt-n3 {
    margin-top: -12px !important
}

.mt-n4 {
    margin-top: -16px !important
}

.mt-n5 {
    margin-top: -20px !important
}

.mt-n6 {
    margin-top: -24px !important
}

.mt-n7 {
    margin-top: -28px !important
}

.mt-n8 {
    margin-top: -32px !important
}

.mt-n9 {
    margin-top: -36px !important
}

.mt-n10 {
    margin-top: -40px !important
}

.mt-n11 {
    margin-top: -44px !important
}

.mt-n12 {
    margin-top: -48px !important
}

.mt-n13 {
    margin-top: -52px !important
}

.mt-n14 {
    margin-top: -56px !important
}

.mt-n15 {
    margin-top: -60px !important
}

.mt-n16 {
    margin-top: -64px !important
}

.mt-n17 {
    margin-top: -68px !important
}

.mt-n18 {
    margin-top: -72px !important
}

.mt-n19 {
    margin-top: -76px !important
}

.mt-n20 {
    margin-top: -80px !important
}

.mt-n21 {
    margin-top: -84px !important
}

.mt-n22 {
    margin-top: -88px !important
}

.mt-n23 {
    margin-top: -92px !important
}

.mt-n24 {
    margin-top: -96px !important
}

.mt-n25 {
    margin-top: -100px !important
}

.mt-n26 {
    margin-top: -104px !important
}

.mt-n27 {
    margin-top: -108px !important
}

.mt-n28 {
    margin-top: -112px !important
}

.mt-n29 {
    margin-top: -116px !important
}

.mt-n30 {
    margin-top: -120px !important
}

.mt-n31 {
    margin-top: -124px !important
}

.mt-n32 {
    margin-top: -128px !important
}

.mt-n33 {
    margin-top: -132px !important
}

.mt-n34 {
    margin-top: -136px !important
}

.mt-n35 {
    margin-top: -140px !important
}

.mt-n36 {
    margin-top: -144px !important
}

.mt-n37 {
    margin-top: -148px !important
}

.mt-n38 {
    margin-top: -152px !important
}

.mt-n39 {
    margin-top: -156px !important
}

.mt-n40 {
    margin-top: -160px !important
}

.mt-n0p5 {
    margin-top: -2px !important
}

.mt-n1p5 {
    margin-top: -6px !important
}

.mt-n2p5 {
    margin-top: -10px !important
}

.mt-n3p5 {
    margin-top: -14px !important
}

.mt-n4p5 {
    margin-top: -18px !important
}

.mt-n5p5 {
    margin-top: -22px !important
}

.mt-n6p5 {
    margin-top: -26px !important
}

.mt-n7p5 {
    margin-top: -30px !important
}

.mt-n12p5 {
    margin-top: -50px !important
}

.mt-n17p5 {
    margin-top: -70px !important
}

.mt-n20p5 {
    margin-top: -82px !important
}

.mt-n32p5 {
    margin-top: -130px !important
}

.mt-n42 {
    margin-top: -168px !important
}

.mt-n45 {
    margin-top: -180px !important
}

.mt-n48 {
    margin-top: -192px !important
}

.mt-n50 {
    margin-top: -200px !important
}

.mt-n55 {
    margin-top: -220px !important
}

.mt-n56 {
    margin-top: -224px !important
}

.mt-n60 {
    margin-top: -240px !important
}

.mt-n62 {
    margin-top: -248px !important
}

.mt-n64 {
    margin-top: -256px !important
}

.mt-n70 {
    margin-top: -280px !important
}

.mt-n72 {
    margin-top: -288px !important
}

.mt-n75 {
    margin-top: -300px !important
}

.mt-n80 {
    margin-top: -320px !important
}

.mt-n85 {
    margin-top: -340px !important
}

.mt-n90 {
    margin-top: -360px !important
}

.mt-n100 {
    margin-top: -400px !important
}

.mt-n112 {
    margin-top: -448px !important
}

.mt-n120 {
    margin-top: -480px !important
}

.mt-n143 {
    margin-top: -572px !important
}

.mt-n150 {
    margin-top: -600px !important
}

.mt-n160 {
    margin-top: -640px !important
}

.mt-n190 {
    margin-top: -760px !important
}

.mt-n200 {
    margin-top: -800px !important
}

.mr-n1 {
    margin-right: -4px !important
}

.mr-n2 {
    margin-right: -8px !important
}

.mr-n3 {
    margin-right: -12px !important
}

.mr-n4 {
    margin-right: -16px !important
}

.mr-n5 {
    margin-right: -20px !important
}

.mr-n6 {
    margin-right: -24px !important
}

.mr-n7 {
    margin-right: -28px !important
}

.mr-n8 {
    margin-right: -32px !important
}

.mr-n9 {
    margin-right: -36px !important
}

.mr-n10 {
    margin-right: -40px !important
}

.mr-n11 {
    margin-right: -44px !important
}

.mr-n12 {
    margin-right: -48px !important
}

.mr-n13 {
    margin-right: -52px !important
}

.mr-n14 {
    margin-right: -56px !important
}

.mr-n15 {
    margin-right: -60px !important
}

.mr-n16 {
    margin-right: -64px !important
}

.mr-n17 {
    margin-right: -68px !important
}

.mr-n18 {
    margin-right: -72px !important
}

.mr-n19 {
    margin-right: -76px !important
}

.mr-n20 {
    margin-right: -80px !important
}

.mr-n21 {
    margin-right: -84px !important
}

.mr-n22 {
    margin-right: -88px !important
}

.mr-n23 {
    margin-right: -92px !important
}

.mr-n24 {
    margin-right: -96px !important
}

.mr-n25 {
    margin-right: -100px !important
}

.mr-n26 {
    margin-right: -104px !important
}

.mr-n27 {
    margin-right: -108px !important
}

.mr-n28 {
    margin-right: -112px !important
}

.mr-n29 {
    margin-right: -116px !important
}

.mr-n30 {
    margin-right: -120px !important
}

.mr-n31 {
    margin-right: -124px !important
}

.mr-n32 {
    margin-right: -128px !important
}

.mr-n33 {
    margin-right: -132px !important
}

.mr-n34 {
    margin-right: -136px !important
}

.mr-n35 {
    margin-right: -140px !important
}

.mr-n36 {
    margin-right: -144px !important
}

.mr-n37 {
    margin-right: -148px !important
}

.mr-n38 {
    margin-right: -152px !important
}

.mr-n39 {
    margin-right: -156px !important
}

.mr-n40 {
    margin-right: -160px !important
}

.mr-n0p5 {
    margin-right: -2px !important
}

.mr-n1p5 {
    margin-right: -6px !important
}

.mr-n2p5 {
    margin-right: -10px !important
}

.mr-n3p5 {
    margin-right: -14px !important
}

.mr-n4p5 {
    margin-right: -18px !important
}

.mr-n5p5 {
    margin-right: -22px !important
}

.mr-n6p5 {
    margin-right: -26px !important
}

.mr-n7p5 {
    margin-right: -30px !important
}

.mr-n12p5 {
    margin-right: -50px !important
}

.mr-n17p5 {
    margin-right: -70px !important
}

.mr-n20p5 {
    margin-right: -82px !important
}

.mr-n32p5 {
    margin-right: -130px !important
}

.mr-n42 {
    margin-right: -168px !important
}

.mr-n45 {
    margin-right: -180px !important
}

.mr-n48 {
    margin-right: -192px !important
}

.mr-n50 {
    margin-right: -200px !important
}

.mr-n55 {
    margin-right: -220px !important
}

.mr-n56 {
    margin-right: -224px !important
}

.mr-n60 {
    margin-right: -240px !important
}

.mr-n62 {
    margin-right: -248px !important
}

.mr-n64 {
    margin-right: -256px !important
}

.mr-n70 {
    margin-right: -280px !important
}

.mr-n72 {
    margin-right: -288px !important
}

.mr-n75 {
    margin-right: -300px !important
}

.mr-n80 {
    margin-right: -320px !important
}

.mr-n85 {
    margin-right: -340px !important
}

.mr-n90 {
    margin-right: -360px !important
}

.mr-n100 {
    margin-right: -400px !important
}

.mr-n112 {
    margin-right: -448px !important
}

.mr-n120 {
    margin-right: -480px !important
}

.mr-n143 {
    margin-right: -572px !important
}

.mr-n150 {
    margin-right: -600px !important
}

.mr-n160 {
    margin-right: -640px !important
}

.mr-n190 {
    margin-right: -760px !important
}

.mr-n200 {
    margin-right: -800px !important
}

.mb-n1 {
    margin-bottom: -4px !important
}

.mb-n2 {
    margin-bottom: -8px !important
}

.mb-n3 {
    margin-bottom: -12px !important
}

.mb-n4 {
    margin-bottom: -16px !important
}

.mb-n5 {
    margin-bottom: -20px !important
}

.mb-n6 {
    margin-bottom: -24px !important
}

.mb-n7 {
    margin-bottom: -28px !important
}

.mb-n8 {
    margin-bottom: -32px !important
}

.mb-n9 {
    margin-bottom: -36px !important
}

.mb-n10 {
    margin-bottom: -40px !important
}

.mb-n11 {
    margin-bottom: -44px !important
}

.mb-n12 {
    margin-bottom: -48px !important
}

.mb-n13 {
    margin-bottom: -52px !important
}

.mb-n14 {
    margin-bottom: -56px !important
}

.mb-n15 {
    margin-bottom: -60px !important
}

.mb-n16 {
    margin-bottom: -64px !important
}

.mb-n17 {
    margin-bottom: -68px !important
}

.mb-n18 {
    margin-bottom: -72px !important
}

.mb-n19 {
    margin-bottom: -76px !important
}

.mb-n20 {
    margin-bottom: -80px !important
}

.mb-n21 {
    margin-bottom: -84px !important
}

.mb-n22 {
    margin-bottom: -88px !important
}

.mb-n23 {
    margin-bottom: -92px !important
}

.mb-n24 {
    margin-bottom: -96px !important
}

.mb-n25 {
    margin-bottom: -100px !important
}

.mb-n26 {
    margin-bottom: -104px !important
}

.mb-n27 {
    margin-bottom: -108px !important
}

.mb-n28 {
    margin-bottom: -112px !important
}

.mb-n29 {
    margin-bottom: -116px !important
}

.mb-n30 {
    margin-bottom: -120px !important
}

.mb-n31 {
    margin-bottom: -124px !important
}

.mb-n32 {
    margin-bottom: -128px !important
}

.mb-n33 {
    margin-bottom: -132px !important
}

.mb-n34 {
    margin-bottom: -136px !important
}

.mb-n35 {
    margin-bottom: -140px !important
}

.mb-n36 {
    margin-bottom: -144px !important
}

.mb-n37 {
    margin-bottom: -148px !important
}

.mb-n38 {
    margin-bottom: -152px !important
}

.mb-n39 {
    margin-bottom: -156px !important
}

.mb-n40 {
    margin-bottom: -160px !important
}

.mb-n0p5 {
    margin-bottom: -2px !important
}

.mb-n1p5 {
    margin-bottom: -6px !important
}

.mb-n2p5 {
    margin-bottom: -10px !important
}

.mb-n3p5 {
    margin-bottom: -14px !important
}

.mb-n4p5 {
    margin-bottom: -18px !important
}

.mb-n5p5 {
    margin-bottom: -22px !important
}

.mb-n6p5 {
    margin-bottom: -26px !important
}

.mb-n7p5 {
    margin-bottom: -30px !important
}

.mb-n12p5 {
    margin-bottom: -50px !important
}

.mb-n17p5 {
    margin-bottom: -70px !important
}

.mb-n20p5 {
    margin-bottom: -82px !important
}

.mb-n32p5 {
    margin-bottom: -130px !important
}

.mb-n42 {
    margin-bottom: -168px !important
}

.mb-n45 {
    margin-bottom: -180px !important
}

.mb-n48 {
    margin-bottom: -192px !important
}

.mb-n50 {
    margin-bottom: -200px !important
}

.mb-n55 {
    margin-bottom: -220px !important
}

.mb-n56 {
    margin-bottom: -224px !important
}

.mb-n60 {
    margin-bottom: -240px !important
}

.mb-n62 {
    margin-bottom: -248px !important
}

.mb-n64 {
    margin-bottom: -256px !important
}

.mb-n70 {
    margin-bottom: -280px !important
}

.mb-n72 {
    margin-bottom: -288px !important
}

.mb-n75 {
    margin-bottom: -300px !important
}

.mb-n80 {
    margin-bottom: -320px !important
}

.mb-n85 {
    margin-bottom: -340px !important
}

.mb-n90 {
    margin-bottom: -360px !important
}

.mb-n100 {
    margin-bottom: -400px !important
}

.mb-n112 {
    margin-bottom: -448px !important
}

.mb-n120 {
    margin-bottom: -480px !important
}

.mb-n143 {
    margin-bottom: -572px !important
}

.mb-n150 {
    margin-bottom: -600px !important
}

.mb-n160 {
    margin-bottom: -640px !important
}

.mb-n190 {
    margin-bottom: -760px !important
}

.mb-n200 {
    margin-bottom: -800px !important
}

.ml-n1 {
    margin-left: -4px !important
}

.ml-n2 {
    margin-left: -8px !important
}

.ml-n3 {
    margin-left: -12px !important
}

.ml-n4 {
    margin-left: -16px !important
}

.ml-n5 {
    margin-left: -20px !important
}

.ml-n6 {
    margin-left: -24px !important
}

.ml-n7 {
    margin-left: -28px !important
}

.ml-n8 {
    margin-left: -32px !important
}

.ml-n9 {
    margin-left: -36px !important
}

.ml-n10 {
    margin-left: -40px !important
}

.ml-n11 {
    margin-left: -44px !important
}

.ml-n12 {
    margin-left: -48px !important
}

.ml-n13 {
    margin-left: -52px !important
}

.ml-n14 {
    margin-left: -56px !important
}

.ml-n15 {
    margin-left: -60px !important
}

.ml-n16 {
    margin-left: -64px !important
}

.ml-n17 {
    margin-left: -68px !important
}

.ml-n18 {
    margin-left: -72px !important
}

.ml-n19 {
    margin-left: -76px !important
}

.ml-n20 {
    margin-left: -80px !important
}

.ml-n21 {
    margin-left: -84px !important
}

.ml-n22 {
    margin-left: -88px !important
}

.ml-n23 {
    margin-left: -92px !important
}

.ml-n24 {
    margin-left: -96px !important
}

.ml-n25 {
    margin-left: -100px !important
}

.ml-n26 {
    margin-left: -104px !important
}

.ml-n27 {
    margin-left: -108px !important
}

.ml-n28 {
    margin-left: -112px !important
}

.ml-n29 {
    margin-left: -116px !important
}

.ml-n30 {
    margin-left: -120px !important
}

.ml-n31 {
    margin-left: -124px !important
}

.ml-n32 {
    margin-left: -128px !important
}

.ml-n33 {
    margin-left: -132px !important
}

.ml-n34 {
    margin-left: -136px !important
}

.ml-n35 {
    margin-left: -140px !important
}

.ml-n36 {
    margin-left: -144px !important
}

.ml-n37 {
    margin-left: -148px !important
}

.ml-n38 {
    margin-left: -152px !important
}

.ml-n39 {
    margin-left: -156px !important
}

.ml-n40 {
    margin-left: -160px !important
}

.ml-n0p5 {
    margin-left: -2px !important
}

.ml-n1p5 {
    margin-left: -6px !important
}

.ml-n2p5 {
    margin-left: -10px !important
}

.ml-n3p5 {
    margin-left: -14px !important
}

.ml-n4p5 {
    margin-left: -18px !important
}

.ml-n5p5 {
    margin-left: -22px !important
}

.ml-n6p5 {
    margin-left: -26px !important
}

.ml-n7p5 {
    margin-left: -30px !important
}

.ml-n12p5 {
    margin-left: -50px !important
}

.ml-n17p5 {
    margin-left: -70px !important
}

.ml-n20p5 {
    margin-left: -82px !important
}

.ml-n32p5 {
    margin-left: -130px !important
}

.ml-n42 {
    margin-left: -168px !important
}

.ml-n45 {
    margin-left: -180px !important
}

.ml-n48 {
    margin-left: -192px !important
}

.ml-n50 {
    margin-left: -200px !important
}

.ml-n55 {
    margin-left: -220px !important
}

.ml-n56 {
    margin-left: -224px !important
}

.ml-n60 {
    margin-left: -240px !important
}

.ml-n62 {
    margin-left: -248px !important
}

.ml-n64 {
    margin-left: -256px !important
}

.ml-n70 {
    margin-left: -280px !important
}

.ml-n72 {
    margin-left: -288px !important
}

.ml-n75 {
    margin-left: -300px !important
}

.ml-n80 {
    margin-left: -320px !important
}

.ml-n85 {
    margin-left: -340px !important
}

.ml-n90 {
    margin-left: -360px !important
}

.ml-n100 {
    margin-left: -400px !important
}

.ml-n112 {
    margin-left: -448px !important
}

.ml-n120 {
    margin-left: -480px !important
}

.ml-n143 {
    margin-left: -572px !important
}

.ml-n150 {
    margin-left: -600px !important
}

.ml-n160 {
    margin-left: -640px !important
}

.ml-n190 {
    margin-left: -760px !important
}

.ml-n200 {
    margin-left: -800px !important
}

.ms-n1 {
    margin-inline-start: -4px !important
}

.ms-n2 {
    margin-inline-start: -8px !important
}

.ms-n3 {
    margin-inline-start: -12px !important
}

.ms-n4 {
    margin-inline-start: -16px !important
}

.ms-n5 {
    margin-inline-start: -20px !important
}

.ms-n6 {
    margin-inline-start: -24px !important
}

.ms-n7 {
    margin-inline-start: -28px !important
}

.ms-n8 {
    margin-inline-start: -32px !important
}

.ms-n9 {
    margin-inline-start: -36px !important
}

.ms-n10 {
    margin-inline-start: -40px !important
}

.ms-n11 {
    margin-inline-start: -44px !important
}

.ms-n12 {
    margin-inline-start: -48px !important
}

.ms-n13 {
    margin-inline-start: -52px !important
}

.ms-n14 {
    margin-inline-start: -56px !important
}

.ms-n15 {
    margin-inline-start: -60px !important
}

.ms-n16 {
    margin-inline-start: -64px !important
}

.ms-n17 {
    margin-inline-start: -68px !important
}

.ms-n18 {
    margin-inline-start: -72px !important
}

.ms-n19 {
    margin-inline-start: -76px !important
}

.ms-n20 {
    margin-inline-start: -80px !important
}

.ms-n21 {
    margin-inline-start: -84px !important
}

.ms-n22 {
    margin-inline-start: -88px !important
}

.ms-n23 {
    margin-inline-start: -92px !important
}

.ms-n24 {
    margin-inline-start: -96px !important
}

.ms-n25 {
    margin-inline-start: -100px !important
}

.ms-n26 {
    margin-inline-start: -104px !important
}

.ms-n27 {
    margin-inline-start: -108px !important
}

.ms-n28 {
    margin-inline-start: -112px !important
}

.ms-n29 {
    margin-inline-start: -116px !important
}

.ms-n30 {
    margin-inline-start: -120px !important
}

.ms-n31 {
    margin-inline-start: -124px !important
}

.ms-n32 {
    margin-inline-start: -128px !important
}

.ms-n33 {
    margin-inline-start: -132px !important
}

.ms-n34 {
    margin-inline-start: -136px !important
}

.ms-n35 {
    margin-inline-start: -140px !important
}

.ms-n36 {
    margin-inline-start: -144px !important
}

.ms-n37 {
    margin-inline-start: -148px !important
}

.ms-n38 {
    margin-inline-start: -152px !important
}

.ms-n39 {
    margin-inline-start: -156px !important
}

.ms-n40 {
    margin-inline-start: -160px !important
}

.ms-n0p5 {
    margin-inline-start: -2px !important
}

.ms-n1p5 {
    margin-inline-start: -6px !important
}

.ms-n2p5 {
    margin-inline-start: -10px !important
}

.ms-n3p5 {
    margin-inline-start: -14px !important
}

.ms-n4p5 {
    margin-inline-start: -18px !important
}

.ms-n5p5 {
    margin-inline-start: -22px !important
}

.ms-n6p5 {
    margin-inline-start: -26px !important
}

.ms-n7p5 {
    margin-inline-start: -30px !important
}

.ms-n12p5 {
    margin-inline-start: -50px !important
}

.ms-n17p5 {
    margin-inline-start: -70px !important
}

.ms-n20p5 {
    margin-inline-start: -82px !important
}

.ms-n32p5 {
    margin-inline-start: -130px !important
}

.ms-n42 {
    margin-inline-start: -168px !important
}

.ms-n45 {
    margin-inline-start: -180px !important
}

.ms-n48 {
    margin-inline-start: -192px !important
}

.ms-n50 {
    margin-inline-start: -200px !important
}

.ms-n55 {
    margin-inline-start: -220px !important
}

.ms-n56 {
    margin-inline-start: -224px !important
}

.ms-n60 {
    margin-inline-start: -240px !important
}

.ms-n62 {
    margin-inline-start: -248px !important
}

.ms-n64 {
    margin-inline-start: -256px !important
}

.ms-n70 {
    margin-inline-start: -280px !important
}

.ms-n72 {
    margin-inline-start: -288px !important
}

.ms-n75 {
    margin-inline-start: -300px !important
}

.ms-n80 {
    margin-inline-start: -320px !important
}

.ms-n85 {
    margin-inline-start: -340px !important
}

.ms-n90 {
    margin-inline-start: -360px !important
}

.ms-n100 {
    margin-inline-start: -400px !important
}

.ms-n112 {
    margin-inline-start: -448px !important
}

.ms-n120 {
    margin-inline-start: -480px !important
}

.ms-n143 {
    margin-inline-start: -572px !important
}

.ms-n150 {
    margin-inline-start: -600px !important
}

.ms-n160 {
    margin-inline-start: -640px !important
}

.ms-n190 {
    margin-inline-start: -760px !important
}

.ms-n200 {
    margin-inline-start: -800px !important
}

.me-n1 {
    margin-inline-end: -4px !important
}

.me-n2 {
    margin-inline-end: -8px !important
}

.me-n3 {
    margin-inline-end: -12px !important
}

.me-n4 {
    margin-inline-end: -16px !important
}

.me-n5 {
    margin-inline-end: -20px !important
}

.me-n6 {
    margin-inline-end: -24px !important
}

.me-n7 {
    margin-inline-end: -28px !important
}

.me-n8 {
    margin-inline-end: -32px !important
}

.me-n9 {
    margin-inline-end: -36px !important
}

.me-n10 {
    margin-inline-end: -40px !important
}

.me-n11 {
    margin-inline-end: -44px !important
}

.me-n12 {
    margin-inline-end: -48px !important
}

.me-n13 {
    margin-inline-end: -52px !important
}

.me-n14 {
    margin-inline-end: -56px !important
}

.me-n15 {
    margin-inline-end: -60px !important
}

.me-n16 {
    margin-inline-end: -64px !important
}

.me-n17 {
    margin-inline-end: -68px !important
}

.me-n18 {
    margin-inline-end: -72px !important
}

.me-n19 {
    margin-inline-end: -76px !important
}

.me-n20 {
    margin-inline-end: -80px !important
}

.me-n21 {
    margin-inline-end: -84px !important
}

.me-n22 {
    margin-inline-end: -88px !important
}

.me-n23 {
    margin-inline-end: -92px !important
}

.me-n24 {
    margin-inline-end: -96px !important
}

.me-n25 {
    margin-inline-end: -100px !important
}

.me-n26 {
    margin-inline-end: -104px !important
}

.me-n27 {
    margin-inline-end: -108px !important
}

.me-n28 {
    margin-inline-end: -112px !important
}

.me-n29 {
    margin-inline-end: -116px !important
}

.me-n30 {
    margin-inline-end: -120px !important
}

.me-n31 {
    margin-inline-end: -124px !important
}

.me-n32 {
    margin-inline-end: -128px !important
}

.me-n33 {
    margin-inline-end: -132px !important
}

.me-n34 {
    margin-inline-end: -136px !important
}

.me-n35 {
    margin-inline-end: -140px !important
}

.me-n36 {
    margin-inline-end: -144px !important
}

.me-n37 {
    margin-inline-end: -148px !important
}

.me-n38 {
    margin-inline-end: -152px !important
}

.me-n39 {
    margin-inline-end: -156px !important
}

.me-n40 {
    margin-inline-end: -160px !important
}

.me-n0p5 {
    margin-inline-end: -2px !important
}

.me-n1p5 {
    margin-inline-end: -6px !important
}

.me-n2p5 {
    margin-inline-end: -10px !important
}

.me-n3p5 {
    margin-inline-end: -14px !important
}

.me-n4p5 {
    margin-inline-end: -18px !important
}

.me-n5p5 {
    margin-inline-end: -22px !important
}

.me-n6p5 {
    margin-inline-end: -26px !important
}

.me-n7p5 {
    margin-inline-end: -30px !important
}

.me-n12p5 {
    margin-inline-end: -50px !important
}

.me-n17p5 {
    margin-inline-end: -70px !important
}

.me-n20p5 {
    margin-inline-end: -82px !important
}

.me-n32p5 {
    margin-inline-end: -130px !important
}

.me-n42 {
    margin-inline-end: -168px !important
}

.me-n45 {
    margin-inline-end: -180px !important
}

.me-n48 {
    margin-inline-end: -192px !important
}

.me-n50 {
    margin-inline-end: -200px !important
}

.me-n55 {
    margin-inline-end: -220px !important
}

.me-n56 {
    margin-inline-end: -224px !important
}

.me-n60 {
    margin-inline-end: -240px !important
}

.me-n62 {
    margin-inline-end: -248px !important
}

.me-n64 {
    margin-inline-end: -256px !important
}

.me-n70 {
    margin-inline-end: -280px !important
}

.me-n72 {
    margin-inline-end: -288px !important
}

.me-n75 {
    margin-inline-end: -300px !important
}

.me-n80 {
    margin-inline-end: -320px !important
}

.me-n85 {
    margin-inline-end: -340px !important
}

.me-n90 {
    margin-inline-end: -360px !important
}

.me-n100 {
    margin-inline-end: -400px !important
}

.me-n112 {
    margin-inline-end: -448px !important
}

.me-n120 {
    margin-inline-end: -480px !important
}

.me-n143 {
    margin-inline-end: -572px !important
}

.me-n150 {
    margin-inline-end: -600px !important
}

.me-n160 {
    margin-inline-end: -640px !important
}

.me-n190 {
    margin-inline-end: -760px !important
}

.me-n200 {
    margin-inline-end: -800px !important
}

.pa-0 {
    padding: 0 !important
}

.pa-1 {
    padding: 4px !important
}

.pa-2 {
    padding: 8px !important
}

.pa-3 {
    padding: 12px !important
}

.pa-4 {
    padding: 16px !important
}

.pa-5 {
    padding: 20px !important
}

.pa-6 {
    padding: 24px !important
}

.pa-7 {
    padding: 28px !important
}

.pa-8 {
    padding: 32px !important
}

.pa-9 {
    padding: 36px !important
}

.pa-10 {
    padding: 40px !important
}

.pa-11 {
    padding: 44px !important
}

.pa-12 {
    padding: 48px !important
}

.pa-13 {
    padding: 52px !important
}

.pa-14 {
    padding: 56px !important
}

.pa-15 {
    padding: 60px !important
}

.pa-16 {
    padding: 64px !important
}

.pa-17 {
    padding: 68px !important
}

.pa-18 {
    padding: 72px !important
}

.pa-19 {
    padding: 76px !important
}

.pa-20 {
    padding: 80px !important
}

.pa-21 {
    padding: 84px !important
}

.pa-22 {
    padding: 88px !important
}

.pa-23 {
    padding: 92px !important
}

.pa-24 {
    padding: 96px !important
}

.pa-25 {
    padding: 100px !important
}

.pa-26 {
    padding: 104px !important
}

.pa-27 {
    padding: 108px !important
}

.pa-28 {
    padding: 112px !important
}

.pa-29 {
    padding: 116px !important
}

.pa-30 {
    padding: 120px !important
}

.pa-31 {
    padding: 124px !important
}

.pa-32 {
    padding: 128px !important
}

.pa-33 {
    padding: 132px !important
}

.pa-34 {
    padding: 136px !important
}

.pa-35 {
    padding: 140px !important
}

.pa-36 {
    padding: 144px !important
}

.pa-37 {
    padding: 148px !important
}

.pa-38 {
    padding: 152px !important
}

.pa-39 {
    padding: 156px !important
}

.pa-40 {
    padding: 160px !important
}

.pa-0p5 {
    padding: 2px !important
}

.pa-1p5 {
    padding: 6px !important
}

.pa-2p5 {
    padding: 10px !important
}

.pa-3p5 {
    padding: 14px !important
}

.pa-4p5 {
    padding: 18px !important
}

.pa-5p5 {
    padding: 22px !important
}

.pa-6p5 {
    padding: 26px !important
}

.pa-7p5 {
    padding: 30px !important
}

.pa-12p5 {
    padding: 50px !important
}

.pa-17p5 {
    padding: 70px !important
}

.pa-20p5 {
    padding: 82px !important
}

.pa-32p5 {
    padding: 130px !important
}

.pa-42 {
    padding: 168px !important
}

.pa-45 {
    padding: 180px !important
}

.pa-48 {
    padding: 192px !important
}

.pa-50 {
    padding: 200px !important
}

.pa-55 {
    padding: 220px !important
}

.pa-56 {
    padding: 224px !important
}

.pa-60 {
    padding: 240px !important
}

.pa-62 {
    padding: 248px !important
}

.pa-64 {
    padding: 256px !important
}

.pa-70 {
    padding: 280px !important
}

.pa-72 {
    padding: 288px !important
}

.pa-75 {
    padding: 300px !important
}

.pa-80 {
    padding: 320px !important
}

.pa-85 {
    padding: 340px !important
}

.pa-90 {
    padding: 360px !important
}

.pa-100 {
    padding: 400px !important
}

.pa-112 {
    padding: 448px !important
}

.pa-120 {
    padding: 480px !important
}

.pa-143 {
    padding: 572px !important
}

.pa-150 {
    padding: 600px !important
}

.pa-160 {
    padding: 640px !important
}

.pa-190 {
    padding: 760px !important
}

.pa-200 {
    padding: 800px !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.px-7 {
    padding-left: 28px !important;
    padding-right: 28px !important
}

.px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.px-9 {
    padding-left: 36px !important;
    padding-right: 36px !important
}

.px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.px-11 {
    padding-left: 44px !important;
    padding-right: 44px !important
}

.px-12 {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.px-13 {
    padding-left: 52px !important;
    padding-right: 52px !important
}

.px-14 {
    padding-left: 56px !important;
    padding-right: 56px !important
}

.px-15 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.px-16 {
    padding-left: 64px !important;
    padding-right: 64px !important
}

.px-17 {
    padding-left: 68px !important;
    padding-right: 68px !important
}

.px-18 {
    padding-left: 72px !important;
    padding-right: 72px !important
}

.px-19 {
    padding-left: 76px !important;
    padding-right: 76px !important
}

.px-20 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.px-21 {
    padding-left: 84px !important;
    padding-right: 84px !important
}

.px-22 {
    padding-left: 88px !important;
    padding-right: 88px !important
}

.px-23 {
    padding-left: 92px !important;
    padding-right: 92px !important
}

.px-24 {
    padding-left: 96px !important;
    padding-right: 96px !important
}

.px-25 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.px-26 {
    padding-left: 104px !important;
    padding-right: 104px !important
}

.px-27 {
    padding-left: 108px !important;
    padding-right: 108px !important
}

.px-28 {
    padding-left: 112px !important;
    padding-right: 112px !important
}

.px-29 {
    padding-left: 116px !important;
    padding-right: 116px !important
}

.px-30 {
    padding-left: 120px !important;
    padding-right: 120px !important
}

.px-31 {
    padding-left: 124px !important;
    padding-right: 124px !important
}

.px-32 {
    padding-left: 128px !important;
    padding-right: 128px !important
}

.px-33 {
    padding-left: 132px !important;
    padding-right: 132px !important
}

.px-34 {
    padding-left: 136px !important;
    padding-right: 136px !important
}

.px-35 {
    padding-left: 140px !important;
    padding-right: 140px !important
}

.px-36 {
    padding-left: 144px !important;
    padding-right: 144px !important
}

.px-37 {
    padding-left: 148px !important;
    padding-right: 148px !important
}

.px-38 {
    padding-left: 152px !important;
    padding-right: 152px !important
}

.px-39 {
    padding-left: 156px !important;
    padding-right: 156px !important
}

.px-40 {
    padding-left: 160px !important;
    padding-right: 160px !important
}

.px-0p5 {
    padding-left: 2px !important;
    padding-right: 2px !important
}

.px-1p5 {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.px-2p5 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px-3p5 {
    padding-left: 14px !important;
    padding-right: 14px !important
}

.px-4p5 {
    padding-left: 18px !important;
    padding-right: 18px !important
}

.px-5p5 {
    padding-left: 22px !important;
    padding-right: 22px !important
}

.px-6p5 {
    padding-left: 26px !important;
    padding-right: 26px !important
}

.px-7p5 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.px-12p5 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.px-17p5 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.px-20p5 {
    padding-left: 82px !important;
    padding-right: 82px !important
}

.px-32p5 {
    padding-left: 130px !important;
    padding-right: 130px !important
}

.px-42 {
    padding-left: 168px !important;
    padding-right: 168px !important
}

.px-45 {
    padding-left: 180px !important;
    padding-right: 180px !important
}

.px-48 {
    padding-left: 192px !important;
    padding-right: 192px !important
}

.px-50 {
    padding-left: 200px !important;
    padding-right: 200px !important
}

.px-55 {
    padding-left: 220px !important;
    padding-right: 220px !important
}

.px-56 {
    padding-left: 224px !important;
    padding-right: 224px !important
}

.px-60 {
    padding-left: 240px !important;
    padding-right: 240px !important
}

.px-62 {
    padding-left: 248px !important;
    padding-right: 248px !important
}

.px-64 {
    padding-left: 256px !important;
    padding-right: 256px !important
}

.px-70 {
    padding-left: 280px !important;
    padding-right: 280px !important
}

.px-72 {
    padding-left: 288px !important;
    padding-right: 288px !important
}

.px-75 {
    padding-left: 300px !important;
    padding-right: 300px !important
}

.px-80 {
    padding-left: 320px !important;
    padding-right: 320px !important
}

.px-85 {
    padding-left: 340px !important;
    padding-right: 340px !important
}

.px-90 {
    padding-left: 360px !important;
    padding-right: 360px !important
}

.px-100 {
    padding-left: 400px !important;
    padding-right: 400px !important
}

.px-112 {
    padding-left: 448px !important;
    padding-right: 448px !important
}

.px-120 {
    padding-left: 480px !important;
    padding-right: 480px !important
}

.px-143 {
    padding-left: 572px !important;
    padding-right: 572px !important
}

.px-150 {
    padding-left: 600px !important;
    padding-right: 600px !important
}

.px-160 {
    padding-left: 640px !important;
    padding-right: 640px !important
}

.px-190 {
    padding-left: 760px !important;
    padding-right: 760px !important
}

.px-200 {
    padding-left: 800px !important;
    padding-right: 800px !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: 4px !important;
    padding-top: 4px !important
}

.py-2 {
    padding-bottom: 8px !important;
    padding-top: 8px !important
}

.py-3 {
    padding-bottom: 12px !important;
    padding-top: 12px !important
}

.py-4 {
    padding-bottom: 16px !important;
    padding-top: 16px !important
}

.py-5 {
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.py-6 {
    padding-bottom: 24px !important;
    padding-top: 24px !important
}

.py-7 {
    padding-bottom: 28px !important;
    padding-top: 28px !important
}

.py-8 {
    padding-bottom: 32px !important;
    padding-top: 32px !important
}

.py-9 {
    padding-bottom: 36px !important;
    padding-top: 36px !important
}

.py-10 {
    padding-bottom: 40px !important;
    padding-top: 40px !important
}

.py-11 {
    padding-bottom: 44px !important;
    padding-top: 44px !important
}

.py-12 {
    padding-bottom: 48px !important;
    padding-top: 48px !important
}

.py-13 {
    padding-bottom: 52px !important;
    padding-top: 52px !important
}

.py-14 {
    padding-bottom: 56px !important;
    padding-top: 56px !important
}

.py-15 {
    padding-bottom: 60px !important;
    padding-top: 60px !important
}

.py-16 {
    padding-bottom: 64px !important;
    padding-top: 64px !important
}

.py-17 {
    padding-bottom: 68px !important;
    padding-top: 68px !important
}

.py-18 {
    padding-bottom: 72px !important;
    padding-top: 72px !important
}

.py-19 {
    padding-bottom: 76px !important;
    padding-top: 76px !important
}

.py-20 {
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

.py-21 {
    padding-bottom: 84px !important;
    padding-top: 84px !important
}

.py-22 {
    padding-bottom: 88px !important;
    padding-top: 88px !important
}

.py-23 {
    padding-bottom: 92px !important;
    padding-top: 92px !important
}

.py-24 {
    padding-bottom: 96px !important;
    padding-top: 96px !important
}

.py-25 {
    padding-bottom: 100px !important;
    padding-top: 100px !important
}

.py-26 {
    padding-bottom: 104px !important;
    padding-top: 104px !important
}

.py-27 {
    padding-bottom: 108px !important;
    padding-top: 108px !important
}

.py-28 {
    padding-bottom: 112px !important;
    padding-top: 112px !important
}

.py-29 {
    padding-bottom: 116px !important;
    padding-top: 116px !important
}

.py-30 {
    padding-bottom: 120px !important;
    padding-top: 120px !important
}

.py-31 {
    padding-bottom: 124px !important;
    padding-top: 124px !important
}

.py-32 {
    padding-bottom: 128px !important;
    padding-top: 128px !important
}

.py-33 {
    padding-bottom: 132px !important;
    padding-top: 132px !important
}

.py-34 {
    padding-bottom: 136px !important;
    padding-top: 136px !important
}

.py-35 {
    padding-bottom: 140px !important;
    padding-top: 140px !important
}

.py-36 {
    padding-bottom: 144px !important;
    padding-top: 144px !important
}

.py-37 {
    padding-bottom: 148px !important;
    padding-top: 148px !important
}

.py-38 {
    padding-bottom: 152px !important;
    padding-top: 152px !important
}

.py-39 {
    padding-bottom: 156px !important;
    padding-top: 156px !important
}

.py-40 {
    padding-bottom: 160px !important;
    padding-top: 160px !important
}

.py-0p5 {
    padding-bottom: 2px !important;
    padding-top: 2px !important
}

.py-1p5 {
    padding-bottom: 6px !important;
    padding-top: 6px !important
}

.py-2p5 {
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.py-3p5 {
    padding-bottom: 14px !important;
    padding-top: 14px !important
}

.py-4p5 {
    padding-bottom: 18px !important;
    padding-top: 18px !important
}

.py-5p5 {
    padding-bottom: 22px !important;
    padding-top: 22px !important
}

.py-6p5 {
    padding-bottom: 26px !important;
    padding-top: 26px !important
}

.py-7p5 {
    padding-bottom: 30px !important;
    padding-top: 30px !important
}

.py-12p5 {
    padding-bottom: 50px !important;
    padding-top: 50px !important
}

.py-17p5 {
    padding-bottom: 70px !important;
    padding-top: 70px !important
}

.py-20p5 {
    padding-bottom: 82px !important;
    padding-top: 82px !important
}

.py-32p5 {
    padding-bottom: 130px !important;
    padding-top: 130px !important
}

.py-42 {
    padding-bottom: 168px !important;
    padding-top: 168px !important
}

.py-45 {
    padding-bottom: 180px !important;
    padding-top: 180px !important
}

.py-48 {
    padding-bottom: 192px !important;
    padding-top: 192px !important
}

.py-50 {
    padding-bottom: 200px !important;
    padding-top: 200px !important
}

.py-55 {
    padding-bottom: 220px !important;
    padding-top: 220px !important
}

.py-56 {
    padding-bottom: 224px !important;
    padding-top: 224px !important
}

.py-60 {
    padding-bottom: 240px !important;
    padding-top: 240px !important
}

.py-62 {
    padding-bottom: 248px !important;
    padding-top: 248px !important
}

.py-64 {
    padding-bottom: 256px !important;
    padding-top: 256px !important
}

.py-70 {
    padding-bottom: 280px !important;
    padding-top: 280px !important
}

.py-72 {
    padding-bottom: 288px !important;
    padding-top: 288px !important
}

.py-75 {
    padding-bottom: 300px !important;
    padding-top: 300px !important
}

.py-80 {
    padding-bottom: 320px !important;
    padding-top: 320px !important
}

.py-85 {
    padding-bottom: 340px !important;
    padding-top: 340px !important
}

.py-90 {
    padding-bottom: 360px !important;
    padding-top: 360px !important
}

.py-100 {
    padding-bottom: 400px !important;
    padding-top: 400px !important
}

.py-112 {
    padding-bottom: 448px !important;
    padding-top: 448px !important
}

.py-120 {
    padding-bottom: 480px !important;
    padding-top: 480px !important
}

.py-143 {
    padding-bottom: 572px !important;
    padding-top: 572px !important
}

.py-150 {
    padding-bottom: 600px !important;
    padding-top: 600px !important
}

.py-160 {
    padding-bottom: 640px !important;
    padding-top: 640px !important
}

.py-190 {
    padding-bottom: 760px !important;
    padding-top: 760px !important
}

.py-200 {
    padding-bottom: 800px !important;
    padding-top: 800px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 4px !important
}

.pt-2 {
    padding-top: 8px !important
}

.pt-3 {
    padding-top: 12px !important
}

.pt-4 {
    padding-top: 16px !important
}

.pt-5 {
    padding-top: 20px !important
}

.pt-6 {
    padding-top: 24px !important
}

.pt-7 {
    padding-top: 28px !important
}

.pt-8 {
    padding-top: 32px !important
}

.pt-9 {
    padding-top: 36px !important
}

.pt-10 {
    padding-top: 40px !important
}

.pt-11 {
    padding-top: 44px !important
}

.pt-12 {
    padding-top: 48px !important
}

.pt-13 {
    padding-top: 52px !important
}

.pt-14 {
    padding-top: 56px !important
}

.pt-15 {
    padding-top: 60px !important
}

.pt-16 {
    padding-top: 64px !important
}

.pt-17 {
    padding-top: 68px !important
}

.pt-18 {
    padding-top: 72px !important
}

.pt-19 {
    padding-top: 76px !important
}

.pt-20 {
    padding-top: 80px !important
}

.pt-21 {
    padding-top: 84px !important
}

.pt-22 {
    padding-top: 88px !important
}

.pt-23 {
    padding-top: 92px !important
}

.pt-24 {
    padding-top: 96px !important
}

.pt-25 {
    padding-top: 100px !important
}

.pt-26 {
    padding-top: 104px !important
}

.pt-27 {
    padding-top: 108px !important
}

.pt-28 {
    padding-top: 112px !important
}

.pt-29 {
    padding-top: 116px !important
}

.pt-30 {
    padding-top: 120px !important
}

.pt-31 {
    padding-top: 124px !important
}

.pt-32 {
    padding-top: 128px !important
}

.pt-33 {
    padding-top: 132px !important
}

.pt-34 {
    padding-top: 136px !important
}

.pt-35 {
    padding-top: 140px !important
}

.pt-36 {
    padding-top: 144px !important
}

.pt-37 {
    padding-top: 148px !important
}

.pt-38 {
    padding-top: 152px !important
}

.pt-39 {
    padding-top: 156px !important
}

.pt-40 {
    padding-top: 160px !important
}

.pt-0p5 {
    padding-top: 2px !important
}

.pt-1p5 {
    padding-top: 6px !important
}

.pt-2p5 {
    padding-top: 10px !important
}

.pt-3p5 {
    padding-top: 14px !important
}

.pt-4p5 {
    padding-top: 18px !important
}

.pt-5p5 {
    padding-top: 22px !important
}

.pt-6p5 {
    padding-top: 26px !important
}

.pt-7p5 {
    padding-top: 30px !important
}

.pt-12p5 {
    padding-top: 50px !important
}

.pt-17p5 {
    padding-top: 70px !important
}

.pt-20p5 {
    padding-top: 82px !important
}

.pt-32p5 {
    padding-top: 130px !important
}

.pt-42 {
    padding-top: 168px !important
}

.pt-45 {
    padding-top: 180px !important
}

.pt-48 {
    padding-top: 192px !important
}

.pt-50 {
    padding-top: 200px !important
}

.pt-55 {
    padding-top: 220px !important
}

.pt-56 {
    padding-top: 224px !important
}

.pt-60 {
    padding-top: 240px !important
}

.pt-62 {
    padding-top: 248px !important
}

.pt-64 {
    padding-top: 256px !important
}

.pt-70 {
    padding-top: 280px !important
}

.pt-72 {
    padding-top: 288px !important
}

.pt-75 {
    padding-top: 300px !important
}

.pt-80 {
    padding-top: 320px !important
}

.pt-85 {
    padding-top: 340px !important
}

.pt-90 {
    padding-top: 360px !important
}

.pt-100 {
    padding-top: 400px !important
}

.pt-112 {
    padding-top: 448px !important
}

.pt-120 {
    padding-top: 480px !important
}

.pt-143 {
    padding-top: 572px !important
}

.pt-150 {
    padding-top: 600px !important
}

.pt-160 {
    padding-top: 640px !important
}

.pt-190 {
    padding-top: 760px !important
}

.pt-200 {
    padding-top: 800px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: 4px !important
}

.pr-2 {
    padding-right: 8px !important
}

.pr-3 {
    padding-right: 12px !important
}

.pr-4 {
    padding-right: 16px !important
}

.pr-5 {
    padding-right: 20px !important
}

.pr-6 {
    padding-right: 24px !important
}

.pr-7 {
    padding-right: 28px !important
}

.pr-8 {
    padding-right: 32px !important
}

.pr-9 {
    padding-right: 36px !important
}

.pr-10 {
    padding-right: 40px !important
}

.pr-11 {
    padding-right: 44px !important
}

.pr-12 {
    padding-right: 48px !important
}

.pr-13 {
    padding-right: 52px !important
}

.pr-14 {
    padding-right: 56px !important
}

.pr-15 {
    padding-right: 60px !important
}

.pr-16 {
    padding-right: 64px !important
}

.pr-17 {
    padding-right: 68px !important
}

.pr-18 {
    padding-right: 72px !important
}

.pr-19 {
    padding-right: 76px !important
}

.pr-20 {
    padding-right: 80px !important
}

.pr-21 {
    padding-right: 84px !important
}

.pr-22 {
    padding-right: 88px !important
}

.pr-23 {
    padding-right: 92px !important
}

.pr-24 {
    padding-right: 96px !important
}

.pr-25 {
    padding-right: 100px !important
}

.pr-26 {
    padding-right: 104px !important
}

.pr-27 {
    padding-right: 108px !important
}

.pr-28 {
    padding-right: 112px !important
}

.pr-29 {
    padding-right: 116px !important
}

.pr-30 {
    padding-right: 120px !important
}

.pr-31 {
    padding-right: 124px !important
}

.pr-32 {
    padding-right: 128px !important
}

.pr-33 {
    padding-right: 132px !important
}

.pr-34 {
    padding-right: 136px !important
}

.pr-35 {
    padding-right: 140px !important
}

.pr-36 {
    padding-right: 144px !important
}

.pr-37 {
    padding-right: 148px !important
}

.pr-38 {
    padding-right: 152px !important
}

.pr-39 {
    padding-right: 156px !important
}

.pr-40 {
    padding-right: 160px !important
}

.pr-0p5 {
    padding-right: 2px !important
}

.pr-1p5 {
    padding-right: 6px !important
}

.pr-2p5 {
    padding-right: 10px !important
}

.pr-3p5 {
    padding-right: 14px !important
}

.pr-4p5 {
    padding-right: 18px !important
}

.pr-5p5 {
    padding-right: 22px !important
}

.pr-6p5 {
    padding-right: 26px !important
}

.pr-7p5 {
    padding-right: 30px !important
}

.pr-12p5 {
    padding-right: 50px !important
}

.pr-17p5 {
    padding-right: 70px !important
}

.pr-20p5 {
    padding-right: 82px !important
}

.pr-32p5 {
    padding-right: 130px !important
}

.pr-42 {
    padding-right: 168px !important
}

.pr-45 {
    padding-right: 180px !important
}

.pr-48 {
    padding-right: 192px !important
}

.pr-50 {
    padding-right: 200px !important
}

.pr-55 {
    padding-right: 220px !important
}

.pr-56 {
    padding-right: 224px !important
}

.pr-60 {
    padding-right: 240px !important
}

.pr-62 {
    padding-right: 248px !important
}

.pr-64 {
    padding-right: 256px !important
}

.pr-70 {
    padding-right: 280px !important
}

.pr-72 {
    padding-right: 288px !important
}

.pr-75 {
    padding-right: 300px !important
}

.pr-80 {
    padding-right: 320px !important
}

.pr-85 {
    padding-right: 340px !important
}

.pr-90 {
    padding-right: 360px !important
}

.pr-100 {
    padding-right: 400px !important
}

.pr-112 {
    padding-right: 448px !important
}

.pr-120 {
    padding-right: 480px !important
}

.pr-143 {
    padding-right: 572px !important
}

.pr-150 {
    padding-right: 600px !important
}

.pr-160 {
    padding-right: 640px !important
}

.pr-190 {
    padding-right: 760px !important
}

.pr-200 {
    padding-right: 800px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 4px !important
}

.pb-2 {
    padding-bottom: 8px !important
}

.pb-3 {
    padding-bottom: 12px !important
}

.pb-4 {
    padding-bottom: 16px !important
}

.pb-5 {
    padding-bottom: 20px !important
}

.pb-6 {
    padding-bottom: 24px !important
}

.pb-7 {
    padding-bottom: 28px !important
}

.pb-8 {
    padding-bottom: 32px !important
}

.pb-9 {
    padding-bottom: 36px !important
}

.pb-10 {
    padding-bottom: 40px !important
}

.pb-11 {
    padding-bottom: 44px !important
}

.pb-12 {
    padding-bottom: 48px !important
}

.pb-13 {
    padding-bottom: 52px !important
}

.pb-14 {
    padding-bottom: 56px !important
}

.pb-15 {
    padding-bottom: 60px !important
}

.pb-16 {
    padding-bottom: 64px !important
}

.pb-17 {
    padding-bottom: 68px !important
}

.pb-18 {
    padding-bottom: 72px !important
}

.pb-19 {
    padding-bottom: 76px !important
}

.pb-20 {
    padding-bottom: 80px !important
}

.pb-21 {
    padding-bottom: 84px !important
}

.pb-22 {
    padding-bottom: 88px !important
}

.pb-23 {
    padding-bottom: 92px !important
}

.pb-24 {
    padding-bottom: 96px !important
}

.pb-25 {
    padding-bottom: 100px !important
}

.pb-26 {
    padding-bottom: 104px !important
}

.pb-27 {
    padding-bottom: 108px !important
}

.pb-28 {
    padding-bottom: 112px !important
}

.pb-29 {
    padding-bottom: 116px !important
}

.pb-30 {
    padding-bottom: 120px !important
}

.pb-31 {
    padding-bottom: 124px !important
}

.pb-32 {
    padding-bottom: 128px !important
}

.pb-33 {
    padding-bottom: 132px !important
}

.pb-34 {
    padding-bottom: 136px !important
}

.pb-35 {
    padding-bottom: 140px !important
}

.pb-36 {
    padding-bottom: 144px !important
}

.pb-37 {
    padding-bottom: 148px !important
}

.pb-38 {
    padding-bottom: 152px !important
}

.pb-39 {
    padding-bottom: 156px !important
}

.pb-40 {
    padding-bottom: 160px !important
}

.pb-0p5 {
    padding-bottom: 2px !important
}

.pb-1p5 {
    padding-bottom: 6px !important
}

.pb-2p5 {
    padding-bottom: 10px !important
}

.pb-3p5 {
    padding-bottom: 14px !important
}

.pb-4p5 {
    padding-bottom: 18px !important
}

.pb-5p5 {
    padding-bottom: 22px !important
}

.pb-6p5 {
    padding-bottom: 26px !important
}

.pb-7p5 {
    padding-bottom: 30px !important
}

.pb-12p5 {
    padding-bottom: 50px !important
}

.pb-17p5 {
    padding-bottom: 70px !important
}

.pb-20p5 {
    padding-bottom: 82px !important
}

.pb-32p5 {
    padding-bottom: 130px !important
}

.pb-42 {
    padding-bottom: 168px !important
}

.pb-45 {
    padding-bottom: 180px !important
}

.pb-48 {
    padding-bottom: 192px !important
}

.pb-50 {
    padding-bottom: 200px !important
}

.pb-55 {
    padding-bottom: 220px !important
}

.pb-56 {
    padding-bottom: 224px !important
}

.pb-60 {
    padding-bottom: 240px !important
}

.pb-62 {
    padding-bottom: 248px !important
}

.pb-64 {
    padding-bottom: 256px !important
}

.pb-70 {
    padding-bottom: 280px !important
}

.pb-72 {
    padding-bottom: 288px !important
}

.pb-75 {
    padding-bottom: 300px !important
}

.pb-80 {
    padding-bottom: 320px !important
}

.pb-85 {
    padding-bottom: 340px !important
}

.pb-90 {
    padding-bottom: 360px !important
}

.pb-100 {
    padding-bottom: 400px !important
}

.pb-112 {
    padding-bottom: 448px !important
}

.pb-120 {
    padding-bottom: 480px !important
}

.pb-143 {
    padding-bottom: 572px !important
}

.pb-150 {
    padding-bottom: 600px !important
}

.pb-160 {
    padding-bottom: 640px !important
}

.pb-190 {
    padding-bottom: 760px !important
}

.pb-200 {
    padding-bottom: 800px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 4px !important
}

.pl-2 {
    padding-left: 8px !important
}

.pl-3 {
    padding-left: 12px !important
}

.pl-4 {
    padding-left: 16px !important
}

.pl-5 {
    padding-left: 20px !important
}

.pl-6 {
    padding-left: 24px !important
}

.pl-7 {
    padding-left: 28px !important
}

.pl-8 {
    padding-left: 32px !important
}

.pl-9 {
    padding-left: 36px !important
}

.pl-10 {
    padding-left: 40px !important
}

.pl-11 {
    padding-left: 44px !important
}

.pl-12 {
    padding-left: 48px !important
}

.pl-13 {
    padding-left: 52px !important
}

.pl-14 {
    padding-left: 56px !important
}

.pl-15 {
    padding-left: 60px !important
}

.pl-16 {
    padding-left: 64px !important
}

.pl-17 {
    padding-left: 68px !important
}

.pl-18 {
    padding-left: 72px !important
}

.pl-19 {
    padding-left: 76px !important
}

.pl-20 {
    padding-left: 80px !important
}

.pl-21 {
    padding-left: 84px !important
}

.pl-22 {
    padding-left: 88px !important
}

.pl-23 {
    padding-left: 92px !important
}

.pl-24 {
    padding-left: 96px !important
}

.pl-25 {
    padding-left: 100px !important
}

.pl-26 {
    padding-left: 104px !important
}

.pl-27 {
    padding-left: 108px !important
}

.pl-28 {
    padding-left: 112px !important
}

.pl-29 {
    padding-left: 116px !important
}

.pl-30 {
    padding-left: 120px !important
}

.pl-31 {
    padding-left: 124px !important
}

.pl-32 {
    padding-left: 128px !important
}

.pl-33 {
    padding-left: 132px !important
}

.pl-34 {
    padding-left: 136px !important
}

.pl-35 {
    padding-left: 140px !important
}

.pl-36 {
    padding-left: 144px !important
}

.pl-37 {
    padding-left: 148px !important
}

.pl-38 {
    padding-left: 152px !important
}

.pl-39 {
    padding-left: 156px !important
}

.pl-40 {
    padding-left: 160px !important
}

.pl-0p5 {
    padding-left: 2px !important
}

.pl-1p5 {
    padding-left: 6px !important
}

.pl-2p5 {
    padding-left: 10px !important
}

.pl-3p5 {
    padding-left: 14px !important
}

.pl-4p5 {
    padding-left: 18px !important
}

.pl-5p5 {
    padding-left: 22px !important
}

.pl-6p5 {
    padding-left: 26px !important
}

.pl-7p5 {
    padding-left: 30px !important
}

.pl-12p5 {
    padding-left: 50px !important
}

.pl-17p5 {
    padding-left: 70px !important
}

.pl-20p5 {
    padding-left: 82px !important
}

.pl-32p5 {
    padding-left: 130px !important
}

.pl-42 {
    padding-left: 168px !important
}

.pl-45 {
    padding-left: 180px !important
}

.pl-48 {
    padding-left: 192px !important
}

.pl-50 {
    padding-left: 200px !important
}

.pl-55 {
    padding-left: 220px !important
}

.pl-56 {
    padding-left: 224px !important
}

.pl-60 {
    padding-left: 240px !important
}

.pl-62 {
    padding-left: 248px !important
}

.pl-64 {
    padding-left: 256px !important
}

.pl-70 {
    padding-left: 280px !important
}

.pl-72 {
    padding-left: 288px !important
}

.pl-75 {
    padding-left: 300px !important
}

.pl-80 {
    padding-left: 320px !important
}

.pl-85 {
    padding-left: 340px !important
}

.pl-90 {
    padding-left: 360px !important
}

.pl-100 {
    padding-left: 400px !important
}

.pl-112 {
    padding-left: 448px !important
}

.pl-120 {
    padding-left: 480px !important
}

.pl-143 {
    padding-left: 572px !important
}

.pl-150 {
    padding-left: 600px !important
}

.pl-160 {
    padding-left: 640px !important
}

.pl-190 {
    padding-left: 760px !important
}

.pl-200 {
    padding-left: 800px !important
}

.ps-0 {
    padding-inline-start: 0 !important
}

.ps-1 {
    padding-inline-start: 4px !important
}

.ps-2 {
    padding-inline-start: 8px !important
}

.ps-3 {
    padding-inline-start: 12px !important
}

.ps-4 {
    padding-inline-start: 16px !important
}

.ps-5 {
    padding-inline-start: 20px !important
}

.ps-6 {
    padding-inline-start: 24px !important
}

.ps-7 {
    padding-inline-start: 28px !important
}

.ps-8 {
    padding-inline-start: 32px !important
}

.ps-9 {
    padding-inline-start: 36px !important
}

.ps-10 {
    padding-inline-start: 40px !important
}

.ps-11 {
    padding-inline-start: 44px !important
}

.ps-12 {
    padding-inline-start: 48px !important
}

.ps-13 {
    padding-inline-start: 52px !important
}

.ps-14 {
    padding-inline-start: 56px !important
}

.ps-15 {
    padding-inline-start: 60px !important
}

.ps-16 {
    padding-inline-start: 64px !important
}

.ps-17 {
    padding-inline-start: 68px !important
}

.ps-18 {
    padding-inline-start: 72px !important
}

.ps-19 {
    padding-inline-start: 76px !important
}

.ps-20 {
    padding-inline-start: 80px !important
}

.ps-21 {
    padding-inline-start: 84px !important
}

.ps-22 {
    padding-inline-start: 88px !important
}

.ps-23 {
    padding-inline-start: 92px !important
}

.ps-24 {
    padding-inline-start: 96px !important
}

.ps-25 {
    padding-inline-start: 100px !important
}

.ps-26 {
    padding-inline-start: 104px !important
}

.ps-27 {
    padding-inline-start: 108px !important
}

.ps-28 {
    padding-inline-start: 112px !important
}

.ps-29 {
    padding-inline-start: 116px !important
}

.ps-30 {
    padding-inline-start: 120px !important
}

.ps-31 {
    padding-inline-start: 124px !important
}

.ps-32 {
    padding-inline-start: 128px !important
}

.ps-33 {
    padding-inline-start: 132px !important
}

.ps-34 {
    padding-inline-start: 136px !important
}

.ps-35 {
    padding-inline-start: 140px !important
}

.ps-36 {
    padding-inline-start: 144px !important
}

.ps-37 {
    padding-inline-start: 148px !important
}

.ps-38 {
    padding-inline-start: 152px !important
}

.ps-39 {
    padding-inline-start: 156px !important
}

.ps-40 {
    padding-inline-start: 160px !important
}

.ps-0p5 {
    padding-inline-start: 2px !important
}

.ps-1p5 {
    padding-inline-start: 6px !important
}

.ps-2p5 {
    padding-inline-start: 10px !important
}

.ps-3p5 {
    padding-inline-start: 14px !important
}

.ps-4p5 {
    padding-inline-start: 18px !important
}

.ps-5p5 {
    padding-inline-start: 22px !important
}

.ps-6p5 {
    padding-inline-start: 26px !important
}

.ps-7p5 {
    padding-inline-start: 30px !important
}

.ps-12p5 {
    padding-inline-start: 50px !important
}

.ps-17p5 {
    padding-inline-start: 70px !important
}

.ps-20p5 {
    padding-inline-start: 82px !important
}

.ps-32p5 {
    padding-inline-start: 130px !important
}

.ps-42 {
    padding-inline-start: 168px !important
}

.ps-45 {
    padding-inline-start: 180px !important
}

.ps-48 {
    padding-inline-start: 192px !important
}

.ps-50 {
    padding-inline-start: 200px !important
}

.ps-55 {
    padding-inline-start: 220px !important
}

.ps-56 {
    padding-inline-start: 224px !important
}

.ps-60 {
    padding-inline-start: 240px !important
}

.ps-62 {
    padding-inline-start: 248px !important
}

.ps-64 {
    padding-inline-start: 256px !important
}

.ps-70 {
    padding-inline-start: 280px !important
}

.ps-72 {
    padding-inline-start: 288px !important
}

.ps-75 {
    padding-inline-start: 300px !important
}

.ps-80 {
    padding-inline-start: 320px !important
}

.ps-85 {
    padding-inline-start: 340px !important
}

.ps-90 {
    padding-inline-start: 360px !important
}

.ps-100 {
    padding-inline-start: 400px !important
}

.ps-112 {
    padding-inline-start: 448px !important
}

.ps-120 {
    padding-inline-start: 480px !important
}

.ps-143 {
    padding-inline-start: 572px !important
}

.ps-150 {
    padding-inline-start: 600px !important
}

.ps-160 {
    padding-inline-start: 640px !important
}

.ps-190 {
    padding-inline-start: 760px !important
}

.ps-200 {
    padding-inline-start: 800px !important
}

.pe-0 {
    padding-inline-end: 0 !important
}

.pe-1 {
    padding-inline-end: 4px !important
}

.pe-2 {
    padding-inline-end: 8px !important
}

.pe-3 {
    padding-inline-end: 12px !important
}

.pe-4 {
    padding-inline-end: 16px !important
}

.pe-5 {
    padding-inline-end: 20px !important
}

.pe-6 {
    padding-inline-end: 24px !important
}

.pe-7 {
    padding-inline-end: 28px !important
}

.pe-8 {
    padding-inline-end: 32px !important
}

.pe-9 {
    padding-inline-end: 36px !important
}

.pe-10 {
    padding-inline-end: 40px !important
}

.pe-11 {
    padding-inline-end: 44px !important
}

.pe-12 {
    padding-inline-end: 48px !important
}

.pe-13 {
    padding-inline-end: 52px !important
}

.pe-14 {
    padding-inline-end: 56px !important
}

.pe-15 {
    padding-inline-end: 60px !important
}

.pe-16 {
    padding-inline-end: 64px !important
}

.pe-17 {
    padding-inline-end: 68px !important
}

.pe-18 {
    padding-inline-end: 72px !important
}

.pe-19 {
    padding-inline-end: 76px !important
}

.pe-20 {
    padding-inline-end: 80px !important
}

.pe-21 {
    padding-inline-end: 84px !important
}

.pe-22 {
    padding-inline-end: 88px !important
}

.pe-23 {
    padding-inline-end: 92px !important
}

.pe-24 {
    padding-inline-end: 96px !important
}

.pe-25 {
    padding-inline-end: 100px !important
}

.pe-26 {
    padding-inline-end: 104px !important
}

.pe-27 {
    padding-inline-end: 108px !important
}

.pe-28 {
    padding-inline-end: 112px !important
}

.pe-29 {
    padding-inline-end: 116px !important
}

.pe-30 {
    padding-inline-end: 120px !important
}

.pe-31 {
    padding-inline-end: 124px !important
}

.pe-32 {
    padding-inline-end: 128px !important
}

.pe-33 {
    padding-inline-end: 132px !important
}

.pe-34 {
    padding-inline-end: 136px !important
}

.pe-35 {
    padding-inline-end: 140px !important
}

.pe-36 {
    padding-inline-end: 144px !important
}

.pe-37 {
    padding-inline-end: 148px !important
}

.pe-38 {
    padding-inline-end: 152px !important
}

.pe-39 {
    padding-inline-end: 156px !important
}

.pe-40 {
    padding-inline-end: 160px !important
}

.pe-0p5 {
    padding-inline-end: 2px !important
}

.pe-1p5 {
    padding-inline-end: 6px !important
}

.pe-2p5 {
    padding-inline-end: 10px !important
}

.pe-3p5 {
    padding-inline-end: 14px !important
}

.pe-4p5 {
    padding-inline-end: 18px !important
}

.pe-5p5 {
    padding-inline-end: 22px !important
}

.pe-6p5 {
    padding-inline-end: 26px !important
}

.pe-7p5 {
    padding-inline-end: 30px !important
}

.pe-12p5 {
    padding-inline-end: 50px !important
}

.pe-17p5 {
    padding-inline-end: 70px !important
}

.pe-20p5 {
    padding-inline-end: 82px !important
}

.pe-32p5 {
    padding-inline-end: 130px !important
}

.pe-42 {
    padding-inline-end: 168px !important
}

.pe-45 {
    padding-inline-end: 180px !important
}

.pe-48 {
    padding-inline-end: 192px !important
}

.pe-50 {
    padding-inline-end: 200px !important
}

.pe-55 {
    padding-inline-end: 220px !important
}

.pe-56 {
    padding-inline-end: 224px !important
}

.pe-60 {
    padding-inline-end: 240px !important
}

.pe-62 {
    padding-inline-end: 248px !important
}

.pe-64 {
    padding-inline-end: 256px !important
}

.pe-70 {
    padding-inline-end: 280px !important
}

.pe-72 {
    padding-inline-end: 288px !important
}

.pe-75 {
    padding-inline-end: 300px !important
}

.pe-80 {
    padding-inline-end: 320px !important
}

.pe-85 {
    padding-inline-end: 340px !important
}

.pe-90 {
    padding-inline-end: 360px !important
}

.pe-100 {
    padding-inline-end: 400px !important
}

.pe-112 {
    padding-inline-end: 448px !important
}

.pe-120 {
    padding-inline-end: 480px !important
}

.pe-143 {
    padding-inline-end: 572px !important
}

.pe-150 {
    padding-inline-end: 600px !important
}

.pe-160 {
    padding-inline-end: 640px !important
}

.pe-190 {
    padding-inline-end: 760px !important
}

.pe-200 {
    padding-inline-end: 800px !important
}

.rounded-sm {
    border-radius: 2px !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-lg {
    border-radius: 8px !important
}

.rounded-xl {
    border-radius: 24px !important
}

.rounded-pill {
    border-radius: 9999px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-shaped {
    border-radius: 24px 0 !important
}

.rounded-t-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.rounded-t-lg {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.rounded-t-xl {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important
}

.rounded-t-pill {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important
}

.rounded-t-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-t-shaped {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 0 !important
}

.v-locale--is-ltr .rounded-e-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.v-locale--is-rtl .rounded-e-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.v-locale--is-ltr .rounded-e-sm {
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.v-locale--is-rtl .rounded-e-sm {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
}

.v-locale--is-ltr .rounded-e {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.v-locale--is-rtl .rounded-e {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
}

.v-locale--is-ltr .rounded-e-lg {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.v-locale--is-rtl .rounded-e-lg {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
}

.v-locale--is-ltr .rounded-e-xl {
    border-bottom-right-radius: 24px !important;
    border-top-right-radius: 24px !important
}

.v-locale--is-rtl .rounded-e-xl {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
}

.v-locale--is-ltr .rounded-e-pill {
    border-bottom-right-radius: 9999px !important;
    border-top-right-radius: 9999px !important
}

.v-locale--is-rtl .rounded-e-pill {
    border-bottom-left-radius: 9999px !important;
    border-top-left-radius: 9999px !important
}

.v-locale--is-ltr .rounded-e-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.v-locale--is-rtl .rounded-e-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.v-locale--is-ltr .rounded-e-shaped {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 24px !important
}

.v-locale--is-rtl .rounded-e-shaped {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 24px !important
}

.rounded-b-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

.rounded-b {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.rounded-b-lg {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
}

.rounded-b-xl {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important
}

.rounded-b-pill {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important
}

.rounded-b-circle {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-b-shaped {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 0 !important
}

.v-locale--is-ltr .rounded-s-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.v-locale--is-rtl .rounded-s-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.v-locale--is-ltr .rounded-s-sm {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
}

.v-locale--is-rtl .rounded-s-sm {
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.v-locale--is-ltr .rounded-s {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
}

.v-locale--is-rtl .rounded-s {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.v-locale--is-ltr .rounded-s-lg {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important
}

.v-locale--is-rtl .rounded-s-lg {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.v-locale--is-ltr .rounded-s-xl {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important
}

.v-locale--is-rtl .rounded-s-xl {
    border-bottom-right-radius: 24px !important;
    border-top-right-radius: 24px !important
}

.v-locale--is-ltr .rounded-s-pill {
    border-bottom-left-radius: 9999px !important;
    border-top-left-radius: 9999px !important
}

.v-locale--is-rtl .rounded-s-pill {
    border-bottom-right-radius: 9999px !important;
    border-top-right-radius: 9999px !important
}

.v-locale--is-ltr .rounded-s-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.v-locale--is-rtl .rounded-s-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.v-locale--is-ltr .rounded-s-shaped {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 24px !important
}

.v-locale--is-rtl .rounded-s-shaped {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 24px !important
}

.v-locale--is-ltr .rounded-ts-0 {
    border-top-left-radius: 0 !important
}

.v-locale--is-rtl .rounded-ts-0 {
    border-top-right-radius: 0 !important
}

.v-locale--is-ltr .rounded-ts-sm {
    border-top-left-radius: 2px !important
}

.v-locale--is-rtl .rounded-ts-sm {
    border-top-right-radius: 2px !important
}

.v-locale--is-ltr .rounded-ts {
    border-top-left-radius: 4px !important
}

.v-locale--is-rtl .rounded-ts {
    border-top-right-radius: 4px !important
}

.v-locale--is-ltr .rounded-ts-lg {
    border-top-left-radius: 8px !important
}

.v-locale--is-rtl .rounded-ts-lg {
    border-top-right-radius: 8px !important
}

.v-locale--is-ltr .rounded-ts-xl {
    border-top-left-radius: 24px !important
}

.v-locale--is-rtl .rounded-ts-xl {
    border-top-right-radius: 24px !important
}

.v-locale--is-ltr .rounded-ts-pill {
    border-top-left-radius: 9999px !important
}

.v-locale--is-rtl .rounded-ts-pill {
    border-top-right-radius: 9999px !important
}

.v-locale--is-ltr .rounded-ts-circle {
    border-top-left-radius: 50% !important
}

.v-locale--is-rtl .rounded-ts-circle {
    border-top-right-radius: 50% !important
}

.v-locale--is-ltr .rounded-ts-shaped {
    border-top-left-radius: 24px 0 !important
}

.v-locale--is-rtl .rounded-ts-shaped {
    border-top-right-radius: 24px 0 !important
}

.v-locale--is-ltr .rounded-te-0 {
    border-top-right-radius: 0 !important
}

.v-locale--is-rtl .rounded-te-0 {
    border-top-left-radius: 0 !important
}

.v-locale--is-ltr .rounded-te-sm {
    border-top-right-radius: 2px !important
}

.v-locale--is-rtl .rounded-te-sm {
    border-top-left-radius: 2px !important
}

.v-locale--is-ltr .rounded-te {
    border-top-right-radius: 4px !important
}

.v-locale--is-rtl .rounded-te {
    border-top-left-radius: 4px !important
}

.v-locale--is-ltr .rounded-te-lg {
    border-top-right-radius: 8px !important
}

.v-locale--is-rtl .rounded-te-lg {
    border-top-left-radius: 8px !important
}

.v-locale--is-ltr .rounded-te-xl {
    border-top-right-radius: 24px !important
}

.v-locale--is-rtl .rounded-te-xl {
    border-top-left-radius: 24px !important
}

.v-locale--is-ltr .rounded-te-pill {
    border-top-right-radius: 9999px !important
}

.v-locale--is-rtl .rounded-te-pill {
    border-top-left-radius: 9999px !important
}

.v-locale--is-ltr .rounded-te-circle {
    border-top-right-radius: 50% !important
}

.v-locale--is-rtl .rounded-te-circle {
    border-top-left-radius: 50% !important
}

.v-locale--is-ltr .rounded-te-shaped {
    border-top-right-radius: 24px 0 !important
}

.v-locale--is-rtl .rounded-te-shaped {
    border-top-left-radius: 24px 0 !important
}

.v-locale--is-ltr .rounded-be-0 {
    border-bottom-right-radius: 0 !important
}

.v-locale--is-rtl .rounded-be-0 {
    border-bottom-left-radius: 0 !important
}

.v-locale--is-ltr .rounded-be-sm {
    border-bottom-right-radius: 2px !important
}

.v-locale--is-rtl .rounded-be-sm {
    border-bottom-left-radius: 2px !important
}

.v-locale--is-ltr .rounded-be {
    border-bottom-right-radius: 4px !important
}

.v-locale--is-rtl .rounded-be {
    border-bottom-left-radius: 4px !important
}

.v-locale--is-ltr .rounded-be-lg {
    border-bottom-right-radius: 8px !important
}

.v-locale--is-rtl .rounded-be-lg {
    border-bottom-left-radius: 8px !important
}

.v-locale--is-ltr .rounded-be-xl {
    border-bottom-right-radius: 24px !important
}

.v-locale--is-rtl .rounded-be-xl {
    border-bottom-left-radius: 24px !important
}

.v-locale--is-ltr .rounded-be-pill {
    border-bottom-right-radius: 9999px !important
}

.v-locale--is-rtl .rounded-be-pill {
    border-bottom-left-radius: 9999px !important
}

.v-locale--is-ltr .rounded-be-circle {
    border-bottom-right-radius: 50% !important
}

.v-locale--is-rtl .rounded-be-circle {
    border-bottom-left-radius: 50% !important
}

.v-locale--is-ltr .rounded-be-shaped {
    border-bottom-right-radius: 24px 0 !important
}

.v-locale--is-rtl .rounded-be-shaped {
    border-bottom-left-radius: 24px 0 !important
}

.v-locale--is-ltr .rounded-bs-0 {
    border-bottom-left-radius: 0 !important
}

.v-locale--is-rtl .rounded-bs-0 {
    border-bottom-right-radius: 0 !important
}

.v-locale--is-ltr .rounded-bs-sm {
    border-bottom-left-radius: 2px !important
}

.v-locale--is-rtl .rounded-bs-sm {
    border-bottom-right-radius: 2px !important
}

.v-locale--is-ltr .rounded-bs {
    border-bottom-left-radius: 4px !important
}

.v-locale--is-rtl .rounded-bs {
    border-bottom-right-radius: 4px !important
}

.v-locale--is-ltr .rounded-bs-lg {
    border-bottom-left-radius: 8px !important
}

.v-locale--is-rtl .rounded-bs-lg {
    border-bottom-right-radius: 8px !important
}

.v-locale--is-ltr .rounded-bs-xl {
    border-bottom-left-radius: 24px !important
}

.v-locale--is-rtl .rounded-bs-xl {
    border-bottom-right-radius: 24px !important
}

.v-locale--is-ltr .rounded-bs-pill {
    border-bottom-left-radius: 9999px !important
}

.v-locale--is-rtl .rounded-bs-pill {
    border-bottom-right-radius: 9999px !important
}

.v-locale--is-ltr .rounded-bs-circle {
    border-bottom-left-radius: 50% !important
}

.v-locale--is-rtl .rounded-bs-circle {
    border-bottom-right-radius: 50% !important
}

.v-locale--is-ltr .rounded-bs-shaped {
    border-bottom-left-radius: 24px 0 !important
}

.v-locale--is-rtl .rounded-bs-shaped {
    border-bottom-right-radius: 24px 0 !important
}

.border-0 {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-style: solid !important;
    border-width: 0 !important
}

.border,
.border-thin {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-style: solid !important;
    border-width: thin !important
}

.border-sm {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-style: solid !important;
    border-width: 1px !important
}

.border-md {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-style: solid !important;
    border-width: 2px !important
}

.border-lg {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-style: solid !important;
    border-width: 4px !important
}

.border-xl {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-style: solid !important;
    border-width: 8px !important
}

.border-opacity-0 {
    --v-border-opacity: 0 !important
}

.border-opacity {
    --v-border-opacity: .12 !important
}

.border-opacity-25 {
    --v-border-opacity: .25 !important
}

.border-opacity-50 {
    --v-border-opacity: .5 !important
}

.border-opacity-75 {
    --v-border-opacity: .75 !important
}

.border-opacity-100 {
    --v-border-opacity: 1 !important
}

.border-t-0 {
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-start-style: solid !important;
    border-block-start-width: 0 !important
}

.border-t,
.border-t-thin {
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-start-style: solid !important;
    border-block-start-width: thin !important
}

.border-t-sm {
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-start-style: solid !important;
    border-block-start-width: 1px !important
}

.border-t-md {
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-start-style: solid !important;
    border-block-start-width: 2px !important
}

.border-t-lg {
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-start-style: solid !important;
    border-block-start-width: 4px !important
}

.border-t-xl {
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-start-style: solid !important;
    border-block-start-width: 8px !important
}

.border-e-0 {
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-end-style: solid !important;
    border-inline-end-width: 0 !important
}

.border-e,
.border-e-thin {
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-end-style: solid !important;
    border-inline-end-width: thin !important
}

.border-e-sm {
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-end-style: solid !important;
    border-inline-end-width: 1px !important
}

.border-e-md {
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-end-style: solid !important;
    border-inline-end-width: 2px !important
}

.border-e-lg {
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-end-style: solid !important;
    border-inline-end-width: 4px !important
}

.border-e-xl {
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-end-style: solid !important;
    border-inline-end-width: 8px !important
}

.border-b-0 {
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-end-style: solid !important;
    border-block-end-width: 0 !important
}

.border-b,
.border-b-thin {
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-end-style: solid !important;
    border-block-end-width: thin !important
}

.border-b-sm {
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-end-style: solid !important;
    border-block-end-width: 1px !important
}

.border-b-md {
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-end-style: solid !important;
    border-block-end-width: 2px !important
}

.border-b-lg {
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-end-style: solid !important;
    border-block-end-width: 4px !important
}

.border-b-xl {
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-block-end-style: solid !important;
    border-block-end-width: 8px !important
}

.border-s-0 {
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-start-style: solid !important;
    border-inline-start-width: 0 !important
}

.border-s,
.border-s-thin {
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-start-style: solid !important;
    border-inline-start-width: thin !important
}

.border-s-sm {
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-start-style: solid !important;
    border-inline-start-width: 1px !important
}

.border-s-md {
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-start-style: solid !important;
    border-inline-start-width: 2px !important
}

.border-s-lg {
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-start-style: solid !important;
    border-inline-start-width: 4px !important
}

.border-s-xl {
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
    border-inline-start-style: solid !important;
    border-inline-start-width: 8px !important
}

.border-solid {
    border-style: solid !important
}

.border-dashed {
    border-style: dashed !important
}

.border-dotted {
    border-style: dotted !important
}

.border-double {
    border-style: double !important
}

.border-none {
    border-style: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.text-start {
    text-align: start !important
}

.text-end {
    text-align: end !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-overline {
    text-decoration: overline !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-wrap {
    white-space: normal !important
}

.text-no-wrap {
    white-space: nowrap !important
}

.text-pre {
    white-space: pre !important
}

.text-pre-line {
    white-space: pre-line !important
}

.text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important
}

.opacity-hover {
    opacity: var(--v-hover-opacity) !important
}

.opacity-focus {
    opacity: var(--v-focus-opacity) !important
}

.opacity-selected {
    opacity: var(--v-selected-opacity) !important
}

.opacity-activated {
    opacity: var(--v-activated-opacity) !important
}

.opacity-pressed {
    opacity: var(--v-pressed-opacity) !important
}

.opacity-dragged {
    opacity: var(--v-dragged-opacity) !important
}

.text-high-emphasis {
    color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity)) !important
}

.text-medium-emphasis {
    color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)) !important
}

.text-disabled {
    color: rgba(var(--v-theme-on-background), var(--v-disabled-opacity)) !important
}

.text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
}

.text-h1 {
    font-size: 6rem !important;
    letter-spacing: -.015625em !important
}

.text-h1,
.text-h2 {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    font-weight: 300;
    line-height: 1;
    text-transform: none !important
}

.text-h2 {
    font-size: 3.75rem !important;
    letter-spacing: -.0083333333em !important
}

.text-h3 {
    font-size: 3rem !important;
    letter-spacing: normal !important;
    line-height: 1.05
}

.text-h3,
.text-h4 {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    font-weight: 400;
    text-transform: none !important
}

.text-h4 {
    font-size: 2.125rem !important;
    letter-spacing: .0073529412em !important;
    line-height: 1.175
}

.text-h5 {
    font-size: 1.5rem !important;
    font-weight: 400;
    letter-spacing: normal !important;
    line-height: 1.333
}

.text-h5,
.text-h6 {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    text-transform: none !important
}

.text-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    letter-spacing: .0125em !important;
    line-height: 1.6
}

.text-subtitle-1 {
    font-size: 1rem !important;
    font-weight: 400;
    letter-spacing: .009375em !important;
    line-height: 1.75
}

.text-subtitle-1,
.text-subtitle-2 {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    text-transform: none !important
}

.text-subtitle-2 {
    font-size: .875rem !important;
    font-weight: 500;
    letter-spacing: .0071428571em !important;
    line-height: 1.6
}

.text-body-1 {
    font-size: 1rem !important;
    letter-spacing: .03125em !important;
    line-height: 1.5
}

.text-body-1,
.text-body-2 {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    font-weight: 400;
    text-transform: none !important
}

.text-body-2 {
    letter-spacing: .0178571429em !important;
    line-height: 1.425
}

.text-body-2,
.text-button {
    font-size: .875rem !important
}

.text-button {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    font-weight: 500;
    letter-spacing: .0892857143em !important;
    line-height: 2.6;
    text-transform: uppercase !important
}

.text-caption {
    font-weight: 400;
    letter-spacing: .0333333333em !important;
    line-height: 1.667;
    text-transform: none !important
}

.text-caption,
.text-overline {
    font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
    font-size: .75rem !important
}

.text-overline {
    font-weight: 500;
    letter-spacing: .1666666667em !important;
    line-height: 2.667;
    text-transform: uppercase !important
}

.text-none {
    text-transform: none !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-thin {
    font-weight: 100 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-regular {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.font-italic {
    font-style: italic !important
}

.text-mono {
    font-family: monospace !important
}

.position-static {
    position: static !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.cursor-auto {
    cursor: auto !important
}

.cursor-default {
    cursor: default !important
}

.cursor-pointer {
    cursor: pointer !important
}

.cursor-wait {
    cursor: wait !important
}

.cursor-text {
    cursor: text !important
}

.cursor-move {
    cursor: move !important
}

.cursor-help {
    cursor: help !important
}

.cursor-not-allowed {
    cursor: not-allowed !important
}

.cursor-progress {
    cursor: progress !important
}

.cursor-grab {
    cursor: grab !important
}

.cursor-grabbing {
    cursor: grabbing !important
}

.cursor-none {
    cursor: none !important
}

.fill-height {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-screen {
    height: 100vh !important
}

.h-0 {
    height: 0 !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-screen {
    height: 100dvh !important
}

.w-auto {
    width: auto !important
}

.w-0 {
    width: 0 !important
}

.w-25 {
    width: 25% !important
}

.w-33 {
    width: 33% !important
}

.w-50 {
    width: 50% !important
}

.w-66 {
    width: 66% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

@media(min-width:600px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .float-sm-none {
        float: none !important
    }
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .v-locale--is-rtl .float-sm-end {
        float: left !important
    }
    .v-locale--is-ltr .float-sm-end,
    .v-locale--is-rtl .float-sm-start {
        float: right !important
    }
    .v-locale--is-ltr .float-sm-start {
        float: left !important
    }
    .flex-sm-1-1,
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-1-0 {
        flex: 1 0 auto !important
    }
    .flex-sm-0-1 {
        flex: 0 1 auto !important
    }
    .flex-sm-0-0 {
        flex: 0 0 auto !important
    }
    .flex-sm-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-sm-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-sm-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-sm-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-sm-start {
        justify-content: flex-start !important
    }
    .justify-sm-end {
        justify-content: flex-end !important
    }
    .justify-sm-center {
        justify-content: center !important
    }
    .justify-sm-space-between {
        justify-content: space-between !important
    }
    .justify-sm-space-around {
        justify-content: space-around !important
    }
    .justify-sm-space-evenly {
        justify-content: space-evenly !important
    }
    .align-sm-start {
        align-items: flex-start !important
    }
    .align-sm-end {
        align-items: flex-end !important
    }
    .align-sm-center {
        align-items: center !important
    }
    .align-sm-baseline {
        align-items: baseline !important
    }
    .align-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-space-between {
        align-content: space-between !important
    }
    .align-content-sm-space-around {
        align-content: space-around !important
    }
    .align-content-sm-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-6 {
        order: 6 !important
    }
    .order-sm-7 {
        order: 7 !important
    }
    .order-sm-8 {
        order: 8 !important
    }
    .order-sm-9 {
        order: 9 !important
    }
    .order-sm-10 {
        order: 10 !important
    }
    .order-sm-11 {
        order: 11 !important
    }
    .order-sm-12 {
        order: 12 !important
    }
    .order-sm-last {
        order: 13 !important
    }
    .ga-sm-0 {
        gap: 0 !important
    }
    .ga-sm-1 {
        gap: 4px !important
    }
    .ga-sm-2 {
        gap: 8px !important
    }
    .ga-sm-3 {
        gap: 12px !important
    }
    .ga-sm-4 {
        gap: 16px !important
    }
    .ga-sm-5 {
        gap: 20px !important
    }
    .ga-sm-6 {
        gap: 24px !important
    }
    .ga-sm-7 {
        gap: 28px !important
    }
    .ga-sm-8 {
        gap: 32px !important
    }
    .ga-sm-9 {
        gap: 36px !important
    }
    .ga-sm-10 {
        gap: 40px !important
    }
    .ga-sm-11 {
        gap: 44px !important
    }
    .ga-sm-12 {
        gap: 48px !important
    }
    .ga-sm-13 {
        gap: 52px !important
    }
    .ga-sm-14 {
        gap: 56px !important
    }
    .ga-sm-15 {
        gap: 60px !important
    }
    .ga-sm-16 {
        gap: 64px !important
    }
    .ga-sm-17 {
        gap: 68px !important
    }
    .ga-sm-18 {
        gap: 72px !important
    }
    .ga-sm-19 {
        gap: 76px !important
    }
    .ga-sm-20 {
        gap: 80px !important
    }
    .ga-sm-21 {
        gap: 84px !important
    }
    .ga-sm-22 {
        gap: 88px !important
    }
    .ga-sm-23 {
        gap: 92px !important
    }
    .ga-sm-24 {
        gap: 96px !important
    }
    .ga-sm-25 {
        gap: 100px !important
    }
    .ga-sm-26 {
        gap: 104px !important
    }
    .ga-sm-27 {
        gap: 108px !important
    }
    .ga-sm-28 {
        gap: 112px !important
    }
    .ga-sm-29 {
        gap: 116px !important
    }
    .ga-sm-30 {
        gap: 120px !important
    }
    .ga-sm-31 {
        gap: 124px !important
    }
    .ga-sm-32 {
        gap: 128px !important
    }
    .ga-sm-33 {
        gap: 132px !important
    }
    .ga-sm-34 {
        gap: 136px !important
    }
    .ga-sm-35 {
        gap: 140px !important
    }
    .ga-sm-36 {
        gap: 144px !important
    }
    .ga-sm-37 {
        gap: 148px !important
    }
    .ga-sm-38 {
        gap: 152px !important
    }
    .ga-sm-39 {
        gap: 156px !important
    }
    .ga-sm-40 {
        gap: 160px !important
    }
    .ga-sm-0p5 {
        gap: 2px !important
    }
    .ga-sm-1p5 {
        gap: 6px !important
    }
    .ga-sm-2p5 {
        gap: 10px !important
    }
    .ga-sm-3p5 {
        gap: 14px !important
    }
    .ga-sm-4p5 {
        gap: 18px !important
    }
    .ga-sm-5p5 {
        gap: 22px !important
    }
    .ga-sm-6p5 {
        gap: 26px !important
    }
    .ga-sm-7p5 {
        gap: 30px !important
    }
    .ga-sm-12p5 {
        gap: 50px !important
    }
    .ga-sm-17p5 {
        gap: 70px !important
    }
    .ga-sm-20p5 {
        gap: 82px !important
    }
    .ga-sm-32p5 {
        gap: 130px !important
    }
    .ga-sm-42 {
        gap: 168px !important
    }
    .ga-sm-45 {
        gap: 180px !important
    }
    .ga-sm-48 {
        gap: 192px !important
    }
    .ga-sm-50 {
        gap: 200px !important
    }
    .ga-sm-55 {
        gap: 220px !important
    }
    .ga-sm-56 {
        gap: 224px !important
    }
    .ga-sm-60 {
        gap: 240px !important
    }
    .ga-sm-62 {
        gap: 248px !important
    }
    .ga-sm-64 {
        gap: 256px !important
    }
    .ga-sm-70 {
        gap: 280px !important
    }
    .ga-sm-72 {
        gap: 288px !important
    }
    .ga-sm-75 {
        gap: 300px !important
    }
    .ga-sm-80 {
        gap: 320px !important
    }
    .ga-sm-85 {
        gap: 340px !important
    }
    .ga-sm-90 {
        gap: 360px !important
    }
    .ga-sm-100 {
        gap: 400px !important
    }
    .ga-sm-112 {
        gap: 448px !important
    }
    .ga-sm-120 {
        gap: 480px !important
    }
    .ga-sm-143 {
        gap: 572px !important
    }
    .ga-sm-150 {
        gap: 600px !important
    }
    .ga-sm-160 {
        gap: 640px !important
    }
    .ga-sm-190 {
        gap: 760px !important
    }
    .ga-sm-200 {
        gap: 800px !important
    }
    .ga-sm-auto {
        gap: auto !important
    }
    .gr-sm-0 {
        row-gap: 0 !important
    }
    .gr-sm-1 {
        row-gap: 4px !important
    }
    .gr-sm-2 {
        row-gap: 8px !important
    }
    .gr-sm-3 {
        row-gap: 12px !important
    }
    .gr-sm-4 {
        row-gap: 16px !important
    }
    .gr-sm-5 {
        row-gap: 20px !important
    }
    .gr-sm-6 {
        row-gap: 24px !important
    }
    .gr-sm-7 {
        row-gap: 28px !important
    }
    .gr-sm-8 {
        row-gap: 32px !important
    }
    .gr-sm-9 {
        row-gap: 36px !important
    }
    .gr-sm-10 {
        row-gap: 40px !important
    }
    .gr-sm-11 {
        row-gap: 44px !important
    }
    .gr-sm-12 {
        row-gap: 48px !important
    }
    .gr-sm-13 {
        row-gap: 52px !important
    }
    .gr-sm-14 {
        row-gap: 56px !important
    }
    .gr-sm-15 {
        row-gap: 60px !important
    }
    .gr-sm-16 {
        row-gap: 64px !important
    }
    .gr-sm-17 {
        row-gap: 68px !important
    }
    .gr-sm-18 {
        row-gap: 72px !important
    }
    .gr-sm-19 {
        row-gap: 76px !important
    }
    .gr-sm-20 {
        row-gap: 80px !important
    }
    .gr-sm-21 {
        row-gap: 84px !important
    }
    .gr-sm-22 {
        row-gap: 88px !important
    }
    .gr-sm-23 {
        row-gap: 92px !important
    }
    .gr-sm-24 {
        row-gap: 96px !important
    }
    .gr-sm-25 {
        row-gap: 100px !important
    }
    .gr-sm-26 {
        row-gap: 104px !important
    }
    .gr-sm-27 {
        row-gap: 108px !important
    }
    .gr-sm-28 {
        row-gap: 112px !important
    }
    .gr-sm-29 {
        row-gap: 116px !important
    }
    .gr-sm-30 {
        row-gap: 120px !important
    }
    .gr-sm-31 {
        row-gap: 124px !important
    }
    .gr-sm-32 {
        row-gap: 128px !important
    }
    .gr-sm-33 {
        row-gap: 132px !important
    }
    .gr-sm-34 {
        row-gap: 136px !important
    }
    .gr-sm-35 {
        row-gap: 140px !important
    }
    .gr-sm-36 {
        row-gap: 144px !important
    }
    .gr-sm-37 {
        row-gap: 148px !important
    }
    .gr-sm-38 {
        row-gap: 152px !important
    }
    .gr-sm-39 {
        row-gap: 156px !important
    }
    .gr-sm-40 {
        row-gap: 160px !important
    }
    .gr-sm-0p5 {
        row-gap: 2px !important
    }
    .gr-sm-1p5 {
        row-gap: 6px !important
    }
    .gr-sm-2p5 {
        row-gap: 10px !important
    }
    .gr-sm-3p5 {
        row-gap: 14px !important
    }
    .gr-sm-4p5 {
        row-gap: 18px !important
    }
    .gr-sm-5p5 {
        row-gap: 22px !important
    }
    .gr-sm-6p5 {
        row-gap: 26px !important
    }
    .gr-sm-7p5 {
        row-gap: 30px !important
    }
    .gr-sm-12p5 {
        row-gap: 50px !important
    }
    .gr-sm-17p5 {
        row-gap: 70px !important
    }
    .gr-sm-20p5 {
        row-gap: 82px !important
    }
    .gr-sm-32p5 {
        row-gap: 130px !important
    }
    .gr-sm-42 {
        row-gap: 168px !important
    }
    .gr-sm-45 {
        row-gap: 180px !important
    }
    .gr-sm-48 {
        row-gap: 192px !important
    }
    .gr-sm-50 {
        row-gap: 200px !important
    }
    .gr-sm-55 {
        row-gap: 220px !important
    }
    .gr-sm-56 {
        row-gap: 224px !important
    }
    .gr-sm-60 {
        row-gap: 240px !important
    }
    .gr-sm-62 {
        row-gap: 248px !important
    }
    .gr-sm-64 {
        row-gap: 256px !important
    }
    .gr-sm-70 {
        row-gap: 280px !important
    }
    .gr-sm-72 {
        row-gap: 288px !important
    }
    .gr-sm-75 {
        row-gap: 300px !important
    }
    .gr-sm-80 {
        row-gap: 320px !important
    }
    .gr-sm-85 {
        row-gap: 340px !important
    }
    .gr-sm-90 {
        row-gap: 360px !important
    }
    .gr-sm-100 {
        row-gap: 400px !important
    }
    .gr-sm-112 {
        row-gap: 448px !important
    }
    .gr-sm-120 {
        row-gap: 480px !important
    }
    .gr-sm-143 {
        row-gap: 572px !important
    }
    .gr-sm-150 {
        row-gap: 600px !important
    }
    .gr-sm-160 {
        row-gap: 640px !important
    }
    .gr-sm-190 {
        row-gap: 760px !important
    }
    .gr-sm-200 {
        row-gap: 800px !important
    }
    .gr-sm-auto {
        row-gap: auto !important
    }
    .gc-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-sm-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-sm-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-sm-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-sm-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-sm-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-sm-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-sm-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-sm-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-sm-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-sm-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-sm-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-sm-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-sm-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-sm-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-sm-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-sm-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-sm-17 {
        -moz-column-gap: 68px !important;
        column-gap: 68px !important
    }
    .gc-sm-18 {
        -moz-column-gap: 72px !important;
        column-gap: 72px !important
    }
    .gc-sm-19 {
        -moz-column-gap: 76px !important;
        column-gap: 76px !important
    }
    .gc-sm-20 {
        -moz-column-gap: 80px !important;
        column-gap: 80px !important
    }
    .gc-sm-21 {
        -moz-column-gap: 84px !important;
        column-gap: 84px !important
    }
    .gc-sm-22 {
        -moz-column-gap: 88px !important;
        column-gap: 88px !important
    }
    .gc-sm-23 {
        -moz-column-gap: 92px !important;
        column-gap: 92px !important
    }
    .gc-sm-24 {
        -moz-column-gap: 96px !important;
        column-gap: 96px !important
    }
    .gc-sm-25 {
        -moz-column-gap: 100px !important;
        column-gap: 100px !important
    }
    .gc-sm-26 {
        -moz-column-gap: 104px !important;
        column-gap: 104px !important
    }
    .gc-sm-27 {
        -moz-column-gap: 108px !important;
        column-gap: 108px !important
    }
    .gc-sm-28 {
        -moz-column-gap: 112px !important;
        column-gap: 112px !important
    }
    .gc-sm-29 {
        -moz-column-gap: 116px !important;
        column-gap: 116px !important
    }
    .gc-sm-30 {
        -moz-column-gap: 120px !important;
        column-gap: 120px !important
    }
    .gc-sm-31 {
        -moz-column-gap: 124px !important;
        column-gap: 124px !important
    }
    .gc-sm-32 {
        -moz-column-gap: 128px !important;
        column-gap: 128px !important
    }
    .gc-sm-33 {
        -moz-column-gap: 132px !important;
        column-gap: 132px !important
    }
    .gc-sm-34 {
        -moz-column-gap: 136px !important;
        column-gap: 136px !important
    }
    .gc-sm-35 {
        -moz-column-gap: 140px !important;
        column-gap: 140px !important
    }
    .gc-sm-36 {
        -moz-column-gap: 144px !important;
        column-gap: 144px !important
    }
    .gc-sm-37 {
        -moz-column-gap: 148px !important;
        column-gap: 148px !important
    }
    .gc-sm-38 {
        -moz-column-gap: 152px !important;
        column-gap: 152px !important
    }
    .gc-sm-39 {
        -moz-column-gap: 156px !important;
        column-gap: 156px !important
    }
    .gc-sm-40 {
        -moz-column-gap: 160px !important;
        column-gap: 160px !important
    }
    .gc-sm-0p5 {
        -moz-column-gap: 2px !important;
        column-gap: 2px !important
    }
    .gc-sm-1p5 {
        -moz-column-gap: 6px !important;
        column-gap: 6px !important
    }
    .gc-sm-2p5 {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important
    }
    .gc-sm-3p5 {
        -moz-column-gap: 14px !important;
        column-gap: 14px !important
    }
    .gc-sm-4p5 {
        -moz-column-gap: 18px !important;
        column-gap: 18px !important
    }
    .gc-sm-5p5 {
        -moz-column-gap: 22px !important;
        column-gap: 22px !important
    }
    .gc-sm-6p5 {
        -moz-column-gap: 26px !important;
        column-gap: 26px !important
    }
    .gc-sm-7p5 {
        -moz-column-gap: 30px !important;
        column-gap: 30px !important
    }
    .gc-sm-12p5 {
        -moz-column-gap: 50px !important;
        column-gap: 50px !important
    }
    .gc-sm-17p5 {
        -moz-column-gap: 70px !important;
        column-gap: 70px !important
    }
    .gc-sm-20p5 {
        -moz-column-gap: 82px !important;
        column-gap: 82px !important
    }
    .gc-sm-32p5 {
        -moz-column-gap: 130px !important;
        column-gap: 130px !important
    }
    .gc-sm-42 {
        -moz-column-gap: 168px !important;
        column-gap: 168px !important
    }
    .gc-sm-45 {
        -moz-column-gap: 180px !important;
        column-gap: 180px !important
    }
    .gc-sm-48 {
        -moz-column-gap: 192px !important;
        column-gap: 192px !important
    }
    .gc-sm-50 {
        -moz-column-gap: 200px !important;
        column-gap: 200px !important
    }
    .gc-sm-55 {
        -moz-column-gap: 220px !important;
        column-gap: 220px !important
    }
    .gc-sm-56 {
        -moz-column-gap: 224px !important;
        column-gap: 224px !important
    }
    .gc-sm-60 {
        -moz-column-gap: 240px !important;
        column-gap: 240px !important
    }
    .gc-sm-62 {
        -moz-column-gap: 248px !important;
        column-gap: 248px !important
    }
    .gc-sm-64 {
        -moz-column-gap: 256px !important;
        column-gap: 256px !important
    }
    .gc-sm-70 {
        -moz-column-gap: 280px !important;
        column-gap: 280px !important
    }
    .gc-sm-72 {
        -moz-column-gap: 288px !important;
        column-gap: 288px !important
    }
    .gc-sm-75 {
        -moz-column-gap: 300px !important;
        column-gap: 300px !important
    }
    .gc-sm-80 {
        -moz-column-gap: 320px !important;
        column-gap: 320px !important
    }
    .gc-sm-85 {
        -moz-column-gap: 340px !important;
        column-gap: 340px !important
    }
    .gc-sm-90 {
        -moz-column-gap: 360px !important;
        column-gap: 360px !important
    }
    .gc-sm-100 {
        -moz-column-gap: 400px !important;
        column-gap: 400px !important
    }
    .gc-sm-112 {
        -moz-column-gap: 448px !important;
        column-gap: 448px !important
    }
    .gc-sm-120 {
        -moz-column-gap: 480px !important;
        column-gap: 480px !important
    }
    .gc-sm-143 {
        -moz-column-gap: 572px !important;
        column-gap: 572px !important
    }
    .gc-sm-150 {
        -moz-column-gap: 600px !important;
        column-gap: 600px !important
    }
    .gc-sm-160 {
        -moz-column-gap: 640px !important;
        column-gap: 640px !important
    }
    .gc-sm-190 {
        -moz-column-gap: 760px !important;
        column-gap: 760px !important
    }
    .gc-sm-200 {
        -moz-column-gap: 800px !important;
        column-gap: 800px !important
    }
    .gc-sm-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-sm-0 {
        margin: 0 !important
    }
    .ma-sm-1 {
        margin: 4px !important
    }
    .ma-sm-2 {
        margin: 8px !important
    }
    .ma-sm-3 {
        margin: 12px !important
    }
    .ma-sm-4 {
        margin: 16px !important
    }
    .ma-sm-5 {
        margin: 20px !important
    }
    .ma-sm-6 {
        margin: 24px !important
    }
    .ma-sm-7 {
        margin: 28px !important
    }
    .ma-sm-8 {
        margin: 32px !important
    }
    .ma-sm-9 {
        margin: 36px !important
    }
    .ma-sm-10 {
        margin: 40px !important
    }
    .ma-sm-11 {
        margin: 44px !important
    }
    .ma-sm-12 {
        margin: 48px !important
    }
    .ma-sm-13 {
        margin: 52px !important
    }
    .ma-sm-14 {
        margin: 56px !important
    }
    .ma-sm-15 {
        margin: 60px !important
    }
    .ma-sm-16 {
        margin: 64px !important
    }
    .ma-sm-17 {
        margin: 68px !important
    }
    .ma-sm-18 {
        margin: 72px !important
    }
    .ma-sm-19 {
        margin: 76px !important
    }
    .ma-sm-20 {
        margin: 80px !important
    }
    .ma-sm-21 {
        margin: 84px !important
    }
    .ma-sm-22 {
        margin: 88px !important
    }
    .ma-sm-23 {
        margin: 92px !important
    }
    .ma-sm-24 {
        margin: 96px !important
    }
    .ma-sm-25 {
        margin: 100px !important
    }
    .ma-sm-26 {
        margin: 104px !important
    }
    .ma-sm-27 {
        margin: 108px !important
    }
    .ma-sm-28 {
        margin: 112px !important
    }
    .ma-sm-29 {
        margin: 116px !important
    }
    .ma-sm-30 {
        margin: 120px !important
    }
    .ma-sm-31 {
        margin: 124px !important
    }
    .ma-sm-32 {
        margin: 128px !important
    }
    .ma-sm-33 {
        margin: 132px !important
    }
    .ma-sm-34 {
        margin: 136px !important
    }
    .ma-sm-35 {
        margin: 140px !important
    }
    .ma-sm-36 {
        margin: 144px !important
    }
    .ma-sm-37 {
        margin: 148px !important
    }
    .ma-sm-38 {
        margin: 152px !important
    }
    .ma-sm-39 {
        margin: 156px !important
    }
    .ma-sm-40 {
        margin: 160px !important
    }
    .ma-sm-0p5 {
        margin: 2px !important
    }
    .ma-sm-1p5 {
        margin: 6px !important
    }
    .ma-sm-2p5 {
        margin: 10px !important
    }
    .ma-sm-3p5 {
        margin: 14px !important
    }
    .ma-sm-4p5 {
        margin: 18px !important
    }
    .ma-sm-5p5 {
        margin: 22px !important
    }
    .ma-sm-6p5 {
        margin: 26px !important
    }
    .ma-sm-7p5 {
        margin: 30px !important
    }
    .ma-sm-12p5 {
        margin: 50px !important
    }
    .ma-sm-17p5 {
        margin: 70px !important
    }
    .ma-sm-20p5 {
        margin: 82px !important
    }
    .ma-sm-32p5 {
        margin: 130px !important
    }
    .ma-sm-42 {
        margin: 168px !important
    }
    .ma-sm-45 {
        margin: 180px !important
    }
    .ma-sm-48 {
        margin: 192px !important
    }
    .ma-sm-50 {
        margin: 200px !important
    }
    .ma-sm-55 {
        margin: 220px !important
    }
    .ma-sm-56 {
        margin: 224px !important
    }
    .ma-sm-60 {
        margin: 240px !important
    }
    .ma-sm-62 {
        margin: 248px !important
    }
    .ma-sm-64 {
        margin: 256px !important
    }
    .ma-sm-70 {
        margin: 280px !important
    }
    .ma-sm-72 {
        margin: 288px !important
    }
    .ma-sm-75 {
        margin: 300px !important
    }
    .ma-sm-80 {
        margin: 320px !important
    }
    .ma-sm-85 {
        margin: 340px !important
    }
    .ma-sm-90 {
        margin: 360px !important
    }
    .ma-sm-100 {
        margin: 400px !important
    }
    .ma-sm-112 {
        margin: 448px !important
    }
    .ma-sm-120 {
        margin: 480px !important
    }
    .ma-sm-143 {
        margin: 572px !important
    }
    .ma-sm-150 {
        margin: 600px !important
    }
    .ma-sm-160 {
        margin: 640px !important
    }
    .ma-sm-190 {
        margin: 760px !important
    }
    .ma-sm-200 {
        margin: 800px !important
    }
    .ma-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-sm-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-sm-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-sm-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-sm-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-sm-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-sm-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-sm-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-sm-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-sm-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-sm-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-sm-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-sm-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-sm-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-sm-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-sm-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-sm-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-sm-17 {
        margin-left: 68px !important;
        margin-right: 68px !important
    }
    .mx-sm-18 {
        margin-left: 72px !important;
        margin-right: 72px !important
    }
    .mx-sm-19 {
        margin-left: 76px !important;
        margin-right: 76px !important
    }
    .mx-sm-20 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }
    .mx-sm-21 {
        margin-left: 84px !important;
        margin-right: 84px !important
    }
    .mx-sm-22 {
        margin-left: 88px !important;
        margin-right: 88px !important
    }
    .mx-sm-23 {
        margin-left: 92px !important;
        margin-right: 92px !important
    }
    .mx-sm-24 {
        margin-left: 96px !important;
        margin-right: 96px !important
    }
    .mx-sm-25 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }
    .mx-sm-26 {
        margin-left: 104px !important;
        margin-right: 104px !important
    }
    .mx-sm-27 {
        margin-left: 108px !important;
        margin-right: 108px !important
    }
    .mx-sm-28 {
        margin-left: 112px !important;
        margin-right: 112px !important
    }
    .mx-sm-29 {
        margin-left: 116px !important;
        margin-right: 116px !important
    }
    .mx-sm-30 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }
    .mx-sm-31 {
        margin-left: 124px !important;
        margin-right: 124px !important
    }
    .mx-sm-32 {
        margin-left: 128px !important;
        margin-right: 128px !important
    }
    .mx-sm-33 {
        margin-left: 132px !important;
        margin-right: 132px !important
    }
    .mx-sm-34 {
        margin-left: 136px !important;
        margin-right: 136px !important
    }
    .mx-sm-35 {
        margin-left: 140px !important;
        margin-right: 140px !important
    }
    .mx-sm-36 {
        margin-left: 144px !important;
        margin-right: 144px !important
    }
    .mx-sm-37 {
        margin-left: 148px !important;
        margin-right: 148px !important
    }
    .mx-sm-38 {
        margin-left: 152px !important;
        margin-right: 152px !important
    }
    .mx-sm-39 {
        margin-left: 156px !important;
        margin-right: 156px !important
    }
    .mx-sm-40 {
        margin-left: 160px !important;
        margin-right: 160px !important
    }
    .mx-sm-0p5 {
        margin-left: 2px !important;
        margin-right: 2px !important
    }
    .mx-sm-1p5 {
        margin-left: 6px !important;
        margin-right: 6px !important
    }
    .mx-sm-2p5 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
    .mx-sm-3p5 {
        margin-left: 14px !important;
        margin-right: 14px !important
    }
    .mx-sm-4p5 {
        margin-left: 18px !important;
        margin-right: 18px !important
    }
    .mx-sm-5p5 {
        margin-left: 22px !important;
        margin-right: 22px !important
    }
    .mx-sm-6p5 {
        margin-left: 26px !important;
        margin-right: 26px !important
    }
    .mx-sm-7p5 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }
    .mx-sm-12p5 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }
    .mx-sm-17p5 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }
    .mx-sm-20p5 {
        margin-left: 82px !important;
        margin-right: 82px !important
    }
    .mx-sm-32p5 {
        margin-left: 130px !important;
        margin-right: 130px !important
    }
    .mx-sm-42 {
        margin-left: 168px !important;
        margin-right: 168px !important
    }
    .mx-sm-45 {
        margin-left: 180px !important;
        margin-right: 180px !important
    }
    .mx-sm-48 {
        margin-left: 192px !important;
        margin-right: 192px !important
    }
    .mx-sm-50 {
        margin-left: 200px !important;
        margin-right: 200px !important
    }
    .mx-sm-55 {
        margin-left: 220px !important;
        margin-right: 220px !important
    }
    .mx-sm-56 {
        margin-left: 224px !important;
        margin-right: 224px !important
    }
    .mx-sm-60 {
        margin-left: 240px !important;
        margin-right: 240px !important
    }
    .mx-sm-62 {
        margin-left: 248px !important;
        margin-right: 248px !important
    }
    .mx-sm-64 {
        margin-left: 256px !important;
        margin-right: 256px !important
    }
    .mx-sm-70 {
        margin-left: 280px !important;
        margin-right: 280px !important
    }
    .mx-sm-72 {
        margin-left: 288px !important;
        margin-right: 288px !important
    }
    .mx-sm-75 {
        margin-left: 300px !important;
        margin-right: 300px !important
    }
    .mx-sm-80 {
        margin-left: 320px !important;
        margin-right: 320px !important
    }
    .mx-sm-85 {
        margin-left: 340px !important;
        margin-right: 340px !important
    }
    .mx-sm-90 {
        margin-left: 360px !important;
        margin-right: 360px !important
    }
    .mx-sm-100 {
        margin-left: 400px !important;
        margin-right: 400px !important
    }
    .mx-sm-112 {
        margin-left: 448px !important;
        margin-right: 448px !important
    }
    .mx-sm-120 {
        margin-left: 480px !important;
        margin-right: 480px !important
    }
    .mx-sm-143 {
        margin-left: 572px !important;
        margin-right: 572px !important
    }
    .mx-sm-150 {
        margin-left: 600px !important;
        margin-right: 600px !important
    }
    .mx-sm-160 {
        margin-left: 640px !important;
        margin-right: 640px !important
    }
    .mx-sm-190 {
        margin-left: 760px !important;
        margin-right: 760px !important
    }
    .mx-sm-200 {
        margin-left: 800px !important;
        margin-right: 800px !important
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-sm-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-sm-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-sm-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-sm-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-sm-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-sm-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-sm-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-sm-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-sm-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-sm-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-sm-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-sm-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-sm-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-sm-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-sm-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-sm-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-sm-17 {
        margin-bottom: 68px !important;
        margin-top: 68px !important
    }
    .my-sm-18 {
        margin-bottom: 72px !important;
        margin-top: 72px !important
    }
    .my-sm-19 {
        margin-bottom: 76px !important;
        margin-top: 76px !important
    }
    .my-sm-20 {
        margin-bottom: 80px !important;
        margin-top: 80px !important
    }
    .my-sm-21 {
        margin-bottom: 84px !important;
        margin-top: 84px !important
    }
    .my-sm-22 {
        margin-bottom: 88px !important;
        margin-top: 88px !important
    }
    .my-sm-23 {
        margin-bottom: 92px !important;
        margin-top: 92px !important
    }
    .my-sm-24 {
        margin-bottom: 96px !important;
        margin-top: 96px !important
    }
    .my-sm-25 {
        margin-bottom: 100px !important;
        margin-top: 100px !important
    }
    .my-sm-26 {
        margin-bottom: 104px !important;
        margin-top: 104px !important
    }
    .my-sm-27 {
        margin-bottom: 108px !important;
        margin-top: 108px !important
    }
    .my-sm-28 {
        margin-bottom: 112px !important;
        margin-top: 112px !important
    }
    .my-sm-29 {
        margin-bottom: 116px !important;
        margin-top: 116px !important
    }
    .my-sm-30 {
        margin-bottom: 120px !important;
        margin-top: 120px !important
    }
    .my-sm-31 {
        margin-bottom: 124px !important;
        margin-top: 124px !important
    }
    .my-sm-32 {
        margin-bottom: 128px !important;
        margin-top: 128px !important
    }
    .my-sm-33 {
        margin-bottom: 132px !important;
        margin-top: 132px !important
    }
    .my-sm-34 {
        margin-bottom: 136px !important;
        margin-top: 136px !important
    }
    .my-sm-35 {
        margin-bottom: 140px !important;
        margin-top: 140px !important
    }
    .my-sm-36 {
        margin-bottom: 144px !important;
        margin-top: 144px !important
    }
    .my-sm-37 {
        margin-bottom: 148px !important;
        margin-top: 148px !important
    }
    .my-sm-38 {
        margin-bottom: 152px !important;
        margin-top: 152px !important
    }
    .my-sm-39 {
        margin-bottom: 156px !important;
        margin-top: 156px !important
    }
    .my-sm-40 {
        margin-bottom: 160px !important;
        margin-top: 160px !important
    }
    .my-sm-0p5 {
        margin-bottom: 2px !important;
        margin-top: 2px !important
    }
    .my-sm-1p5 {
        margin-bottom: 6px !important;
        margin-top: 6px !important
    }
    .my-sm-2p5 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }
    .my-sm-3p5 {
        margin-bottom: 14px !important;
        margin-top: 14px !important
    }
    .my-sm-4p5 {
        margin-bottom: 18px !important;
        margin-top: 18px !important
    }
    .my-sm-5p5 {
        margin-bottom: 22px !important;
        margin-top: 22px !important
    }
    .my-sm-6p5 {
        margin-bottom: 26px !important;
        margin-top: 26px !important
    }
    .my-sm-7p5 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }
    .my-sm-12p5 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }
    .my-sm-17p5 {
        margin-bottom: 70px !important;
        margin-top: 70px !important
    }
    .my-sm-20p5 {
        margin-bottom: 82px !important;
        margin-top: 82px !important
    }
    .my-sm-32p5 {
        margin-bottom: 130px !important;
        margin-top: 130px !important
    }
    .my-sm-42 {
        margin-bottom: 168px !important;
        margin-top: 168px !important
    }
    .my-sm-45 {
        margin-bottom: 180px !important;
        margin-top: 180px !important
    }
    .my-sm-48 {
        margin-bottom: 192px !important;
        margin-top: 192px !important
    }
    .my-sm-50 {
        margin-bottom: 200px !important;
        margin-top: 200px !important
    }
    .my-sm-55 {
        margin-bottom: 220px !important;
        margin-top: 220px !important
    }
    .my-sm-56 {
        margin-bottom: 224px !important;
        margin-top: 224px !important
    }
    .my-sm-60 {
        margin-bottom: 240px !important;
        margin-top: 240px !important
    }
    .my-sm-62 {
        margin-bottom: 248px !important;
        margin-top: 248px !important
    }
    .my-sm-64 {
        margin-bottom: 256px !important;
        margin-top: 256px !important
    }
    .my-sm-70 {
        margin-bottom: 280px !important;
        margin-top: 280px !important
    }
    .my-sm-72 {
        margin-bottom: 288px !important;
        margin-top: 288px !important
    }
    .my-sm-75 {
        margin-bottom: 300px !important;
        margin-top: 300px !important
    }
    .my-sm-80 {
        margin-bottom: 320px !important;
        margin-top: 320px !important
    }
    .my-sm-85 {
        margin-bottom: 340px !important;
        margin-top: 340px !important
    }
    .my-sm-90 {
        margin-bottom: 360px !important;
        margin-top: 360px !important
    }
    .my-sm-100 {
        margin-bottom: 400px !important;
        margin-top: 400px !important
    }
    .my-sm-112 {
        margin-bottom: 448px !important;
        margin-top: 448px !important
    }
    .my-sm-120 {
        margin-bottom: 480px !important;
        margin-top: 480px !important
    }
    .my-sm-143 {
        margin-bottom: 572px !important;
        margin-top: 572px !important
    }
    .my-sm-150 {
        margin-bottom: 600px !important;
        margin-top: 600px !important
    }
    .my-sm-160 {
        margin-bottom: 640px !important;
        margin-top: 640px !important
    }
    .my-sm-190 {
        margin-bottom: 760px !important;
        margin-top: 760px !important
    }
    .my-sm-200 {
        margin-bottom: 800px !important;
        margin-top: 800px !important
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: 4px !important
    }
    .mt-sm-2 {
        margin-top: 8px !important
    }
    .mt-sm-3 {
        margin-top: 12px !important
    }
    .mt-sm-4 {
        margin-top: 16px !important
    }
    .mt-sm-5 {
        margin-top: 20px !important
    }
    .mt-sm-6 {
        margin-top: 24px !important
    }
    .mt-sm-7 {
        margin-top: 28px !important
    }
    .mt-sm-8 {
        margin-top: 32px !important
    }
    .mt-sm-9 {
        margin-top: 36px !important
    }
    .mt-sm-10 {
        margin-top: 40px !important
    }
    .mt-sm-11 {
        margin-top: 44px !important
    }
    .mt-sm-12 {
        margin-top: 48px !important
    }
    .mt-sm-13 {
        margin-top: 52px !important
    }
    .mt-sm-14 {
        margin-top: 56px !important
    }
    .mt-sm-15 {
        margin-top: 60px !important
    }
    .mt-sm-16 {
        margin-top: 64px !important
    }
    .mt-sm-17 {
        margin-top: 68px !important
    }
    .mt-sm-18 {
        margin-top: 72px !important
    }
    .mt-sm-19 {
        margin-top: 76px !important
    }
    .mt-sm-20 {
        margin-top: 80px !important
    }
    .mt-sm-21 {
        margin-top: 84px !important
    }
    .mt-sm-22 {
        margin-top: 88px !important
    }
    .mt-sm-23 {
        margin-top: 92px !important
    }
    .mt-sm-24 {
        margin-top: 96px !important
    }
    .mt-sm-25 {
        margin-top: 100px !important
    }
    .mt-sm-26 {
        margin-top: 104px !important
    }
    .mt-sm-27 {
        margin-top: 108px !important
    }
    .mt-sm-28 {
        margin-top: 112px !important
    }
    .mt-sm-29 {
        margin-top: 116px !important
    }
    .mt-sm-30 {
        margin-top: 120px !important
    }
    .mt-sm-31 {
        margin-top: 124px !important
    }
    .mt-sm-32 {
        margin-top: 128px !important
    }
    .mt-sm-33 {
        margin-top: 132px !important
    }
    .mt-sm-34 {
        margin-top: 136px !important
    }
    .mt-sm-35 {
        margin-top: 140px !important
    }
    .mt-sm-36 {
        margin-top: 144px !important
    }
    .mt-sm-37 {
        margin-top: 148px !important
    }
    .mt-sm-38 {
        margin-top: 152px !important
    }
    .mt-sm-39 {
        margin-top: 156px !important
    }
    .mt-sm-40 {
        margin-top: 160px !important
    }
    .mt-sm-0p5 {
        margin-top: 2px !important
    }
    .mt-sm-1p5 {
        margin-top: 6px !important
    }
    .mt-sm-2p5 {
        margin-top: 10px !important
    }
    .mt-sm-3p5 {
        margin-top: 14px !important
    }
    .mt-sm-4p5 {
        margin-top: 18px !important
    }
    .mt-sm-5p5 {
        margin-top: 22px !important
    }
    .mt-sm-6p5 {
        margin-top: 26px !important
    }
    .mt-sm-7p5 {
        margin-top: 30px !important
    }
    .mt-sm-12p5 {
        margin-top: 50px !important
    }
    .mt-sm-17p5 {
        margin-top: 70px !important
    }
    .mt-sm-20p5 {
        margin-top: 82px !important
    }
    .mt-sm-32p5 {
        margin-top: 130px !important
    }
    .mt-sm-42 {
        margin-top: 168px !important
    }
    .mt-sm-45 {
        margin-top: 180px !important
    }
    .mt-sm-48 {
        margin-top: 192px !important
    }
    .mt-sm-50 {
        margin-top: 200px !important
    }
    .mt-sm-55 {
        margin-top: 220px !important
    }
    .mt-sm-56 {
        margin-top: 224px !important
    }
    .mt-sm-60 {
        margin-top: 240px !important
    }
    .mt-sm-62 {
        margin-top: 248px !important
    }
    .mt-sm-64 {
        margin-top: 256px !important
    }
    .mt-sm-70 {
        margin-top: 280px !important
    }
    .mt-sm-72 {
        margin-top: 288px !important
    }
    .mt-sm-75 {
        margin-top: 300px !important
    }
    .mt-sm-80 {
        margin-top: 320px !important
    }
    .mt-sm-85 {
        margin-top: 340px !important
    }
    .mt-sm-90 {
        margin-top: 360px !important
    }
    .mt-sm-100 {
        margin-top: 400px !important
    }
    .mt-sm-112 {
        margin-top: 448px !important
    }
    .mt-sm-120 {
        margin-top: 480px !important
    }
    .mt-sm-143 {
        margin-top: 572px !important
    }
    .mt-sm-150 {
        margin-top: 600px !important
    }
    .mt-sm-160 {
        margin-top: 640px !important
    }
    .mt-sm-190 {
        margin-top: 760px !important
    }
    .mt-sm-200 {
        margin-top: 800px !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mr-sm-1 {
        margin-right: 4px !important
    }
    .mr-sm-2 {
        margin-right: 8px !important
    }
    .mr-sm-3 {
        margin-right: 12px !important
    }
    .mr-sm-4 {
        margin-right: 16px !important
    }
    .mr-sm-5 {
        margin-right: 20px !important
    }
    .mr-sm-6 {
        margin-right: 24px !important
    }
    .mr-sm-7 {
        margin-right: 28px !important
    }
    .mr-sm-8 {
        margin-right: 32px !important
    }
    .mr-sm-9 {
        margin-right: 36px !important
    }
    .mr-sm-10 {
        margin-right: 40px !important
    }
    .mr-sm-11 {
        margin-right: 44px !important
    }
    .mr-sm-12 {
        margin-right: 48px !important
    }
    .mr-sm-13 {
        margin-right: 52px !important
    }
    .mr-sm-14 {
        margin-right: 56px !important
    }
    .mr-sm-15 {
        margin-right: 60px !important
    }
    .mr-sm-16 {
        margin-right: 64px !important
    }
    .mr-sm-17 {
        margin-right: 68px !important
    }
    .mr-sm-18 {
        margin-right: 72px !important
    }
    .mr-sm-19 {
        margin-right: 76px !important
    }
    .mr-sm-20 {
        margin-right: 80px !important
    }
    .mr-sm-21 {
        margin-right: 84px !important
    }
    .mr-sm-22 {
        margin-right: 88px !important
    }
    .mr-sm-23 {
        margin-right: 92px !important
    }
    .mr-sm-24 {
        margin-right: 96px !important
    }
    .mr-sm-25 {
        margin-right: 100px !important
    }
    .mr-sm-26 {
        margin-right: 104px !important
    }
    .mr-sm-27 {
        margin-right: 108px !important
    }
    .mr-sm-28 {
        margin-right: 112px !important
    }
    .mr-sm-29 {
        margin-right: 116px !important
    }
    .mr-sm-30 {
        margin-right: 120px !important
    }
    .mr-sm-31 {
        margin-right: 124px !important
    }
    .mr-sm-32 {
        margin-right: 128px !important
    }
    .mr-sm-33 {
        margin-right: 132px !important
    }
    .mr-sm-34 {
        margin-right: 136px !important
    }
    .mr-sm-35 {
        margin-right: 140px !important
    }
    .mr-sm-36 {
        margin-right: 144px !important
    }
    .mr-sm-37 {
        margin-right: 148px !important
    }
    .mr-sm-38 {
        margin-right: 152px !important
    }
    .mr-sm-39 {
        margin-right: 156px !important
    }
    .mr-sm-40 {
        margin-right: 160px !important
    }
    .mr-sm-0p5 {
        margin-right: 2px !important
    }
    .mr-sm-1p5 {
        margin-right: 6px !important
    }
    .mr-sm-2p5 {
        margin-right: 10px !important
    }
    .mr-sm-3p5 {
        margin-right: 14px !important
    }
    .mr-sm-4p5 {
        margin-right: 18px !important
    }
    .mr-sm-5p5 {
        margin-right: 22px !important
    }
    .mr-sm-6p5 {
        margin-right: 26px !important
    }
    .mr-sm-7p5 {
        margin-right: 30px !important
    }
    .mr-sm-12p5 {
        margin-right: 50px !important
    }
    .mr-sm-17p5 {
        margin-right: 70px !important
    }
    .mr-sm-20p5 {
        margin-right: 82px !important
    }
    .mr-sm-32p5 {
        margin-right: 130px !important
    }
    .mr-sm-42 {
        margin-right: 168px !important
    }
    .mr-sm-45 {
        margin-right: 180px !important
    }
    .mr-sm-48 {
        margin-right: 192px !important
    }
    .mr-sm-50 {
        margin-right: 200px !important
    }
    .mr-sm-55 {
        margin-right: 220px !important
    }
    .mr-sm-56 {
        margin-right: 224px !important
    }
    .mr-sm-60 {
        margin-right: 240px !important
    }
    .mr-sm-62 {
        margin-right: 248px !important
    }
    .mr-sm-64 {
        margin-right: 256px !important
    }
    .mr-sm-70 {
        margin-right: 280px !important
    }
    .mr-sm-72 {
        margin-right: 288px !important
    }
    .mr-sm-75 {
        margin-right: 300px !important
    }
    .mr-sm-80 {
        margin-right: 320px !important
    }
    .mr-sm-85 {
        margin-right: 340px !important
    }
    .mr-sm-90 {
        margin-right: 360px !important
    }
    .mr-sm-100 {
        margin-right: 400px !important
    }
    .mr-sm-112 {
        margin-right: 448px !important
    }
    .mr-sm-120 {
        margin-right: 480px !important
    }
    .mr-sm-143 {
        margin-right: 572px !important
    }
    .mr-sm-150 {
        margin-right: 600px !important
    }
    .mr-sm-160 {
        margin-right: 640px !important
    }
    .mr-sm-190 {
        margin-right: 760px !important
    }
    .mr-sm-200 {
        margin-right: 800px !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: 4px !important
    }
    .mb-sm-2 {
        margin-bottom: 8px !important
    }
    .mb-sm-3 {
        margin-bottom: 12px !important
    }
    .mb-sm-4 {
        margin-bottom: 16px !important
    }
    .mb-sm-5 {
        margin-bottom: 20px !important
    }
    .mb-sm-6 {
        margin-bottom: 24px !important
    }
    .mb-sm-7 {
        margin-bottom: 28px !important
    }
    .mb-sm-8 {
        margin-bottom: 32px !important
    }
    .mb-sm-9 {
        margin-bottom: 36px !important
    }
    .mb-sm-10 {
        margin-bottom: 40px !important
    }
    .mb-sm-11 {
        margin-bottom: 44px !important
    }
    .mb-sm-12 {
        margin-bottom: 48px !important
    }
    .mb-sm-13 {
        margin-bottom: 52px !important
    }
    .mb-sm-14 {
        margin-bottom: 56px !important
    }
    .mb-sm-15 {
        margin-bottom: 60px !important
    }
    .mb-sm-16 {
        margin-bottom: 64px !important
    }
    .mb-sm-17 {
        margin-bottom: 68px !important
    }
    .mb-sm-18 {
        margin-bottom: 72px !important
    }
    .mb-sm-19 {
        margin-bottom: 76px !important
    }
    .mb-sm-20 {
        margin-bottom: 80px !important
    }
    .mb-sm-21 {
        margin-bottom: 84px !important
    }
    .mb-sm-22 {
        margin-bottom: 88px !important
    }
    .mb-sm-23 {
        margin-bottom: 92px !important
    }
    .mb-sm-24 {
        margin-bottom: 96px !important
    }
    .mb-sm-25 {
        margin-bottom: 100px !important
    }
    .mb-sm-26 {
        margin-bottom: 104px !important
    }
    .mb-sm-27 {
        margin-bottom: 108px !important
    }
    .mb-sm-28 {
        margin-bottom: 112px !important
    }
    .mb-sm-29 {
        margin-bottom: 116px !important
    }
    .mb-sm-30 {
        margin-bottom: 120px !important
    }
    .mb-sm-31 {
        margin-bottom: 124px !important
    }
    .mb-sm-32 {
        margin-bottom: 128px !important
    }
    .mb-sm-33 {
        margin-bottom: 132px !important
    }
    .mb-sm-34 {
        margin-bottom: 136px !important
    }
    .mb-sm-35 {
        margin-bottom: 140px !important
    }
    .mb-sm-36 {
        margin-bottom: 144px !important
    }
    .mb-sm-37 {
        margin-bottom: 148px !important
    }
    .mb-sm-38 {
        margin-bottom: 152px !important
    }
    .mb-sm-39 {
        margin-bottom: 156px !important
    }
    .mb-sm-40 {
        margin-bottom: 160px !important
    }
    .mb-sm-0p5 {
        margin-bottom: 2px !important
    }
    .mb-sm-1p5 {
        margin-bottom: 6px !important
    }
    .mb-sm-2p5 {
        margin-bottom: 10px !important
    }
    .mb-sm-3p5 {
        margin-bottom: 14px !important
    }
    .mb-sm-4p5 {
        margin-bottom: 18px !important
    }
    .mb-sm-5p5 {
        margin-bottom: 22px !important
    }
    .mb-sm-6p5 {
        margin-bottom: 26px !important
    }
    .mb-sm-7p5 {
        margin-bottom: 30px !important
    }
    .mb-sm-12p5 {
        margin-bottom: 50px !important
    }
    .mb-sm-17p5 {
        margin-bottom: 70px !important
    }
    .mb-sm-20p5 {
        margin-bottom: 82px !important
    }
    .mb-sm-32p5 {
        margin-bottom: 130px !important
    }
    .mb-sm-42 {
        margin-bottom: 168px !important
    }
    .mb-sm-45 {
        margin-bottom: 180px !important
    }
    .mb-sm-48 {
        margin-bottom: 192px !important
    }
    .mb-sm-50 {
        margin-bottom: 200px !important
    }
    .mb-sm-55 {
        margin-bottom: 220px !important
    }
    .mb-sm-56 {
        margin-bottom: 224px !important
    }
    .mb-sm-60 {
        margin-bottom: 240px !important
    }
    .mb-sm-62 {
        margin-bottom: 248px !important
    }
    .mb-sm-64 {
        margin-bottom: 256px !important
    }
    .mb-sm-70 {
        margin-bottom: 280px !important
    }
    .mb-sm-72 {
        margin-bottom: 288px !important
    }
    .mb-sm-75 {
        margin-bottom: 300px !important
    }
    .mb-sm-80 {
        margin-bottom: 320px !important
    }
    .mb-sm-85 {
        margin-bottom: 340px !important
    }
    .mb-sm-90 {
        margin-bottom: 360px !important
    }
    .mb-sm-100 {
        margin-bottom: 400px !important
    }
    .mb-sm-112 {
        margin-bottom: 448px !important
    }
    .mb-sm-120 {
        margin-bottom: 480px !important
    }
    .mb-sm-143 {
        margin-bottom: 572px !important
    }
    .mb-sm-150 {
        margin-bottom: 600px !important
    }
    .mb-sm-160 {
        margin-bottom: 640px !important
    }
    .mb-sm-190 {
        margin-bottom: 760px !important
    }
    .mb-sm-200 {
        margin-bottom: 800px !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .ml-sm-1 {
        margin-left: 4px !important
    }
    .ml-sm-2 {
        margin-left: 8px !important
    }
    .ml-sm-3 {
        margin-left: 12px !important
    }
    .ml-sm-4 {
        margin-left: 16px !important
    }
    .ml-sm-5 {
        margin-left: 20px !important
    }
    .ml-sm-6 {
        margin-left: 24px !important
    }
    .ml-sm-7 {
        margin-left: 28px !important
    }
    .ml-sm-8 {
        margin-left: 32px !important
    }
    .ml-sm-9 {
        margin-left: 36px !important
    }
    .ml-sm-10 {
        margin-left: 40px !important
    }
    .ml-sm-11 {
        margin-left: 44px !important
    }
    .ml-sm-12 {
        margin-left: 48px !important
    }
    .ml-sm-13 {
        margin-left: 52px !important
    }
    .ml-sm-14 {
        margin-left: 56px !important
    }
    .ml-sm-15 {
        margin-left: 60px !important
    }
    .ml-sm-16 {
        margin-left: 64px !important
    }
    .ml-sm-17 {
        margin-left: 68px !important
    }
    .ml-sm-18 {
        margin-left: 72px !important
    }
    .ml-sm-19 {
        margin-left: 76px !important
    }
    .ml-sm-20 {
        margin-left: 80px !important
    }
    .ml-sm-21 {
        margin-left: 84px !important
    }
    .ml-sm-22 {
        margin-left: 88px !important
    }
    .ml-sm-23 {
        margin-left: 92px !important
    }
    .ml-sm-24 {
        margin-left: 96px !important
    }
    .ml-sm-25 {
        margin-left: 100px !important
    }
    .ml-sm-26 {
        margin-left: 104px !important
    }
    .ml-sm-27 {
        margin-left: 108px !important
    }
    .ml-sm-28 {
        margin-left: 112px !important
    }
    .ml-sm-29 {
        margin-left: 116px !important
    }
    .ml-sm-30 {
        margin-left: 120px !important
    }
    .ml-sm-31 {
        margin-left: 124px !important
    }
    .ml-sm-32 {
        margin-left: 128px !important
    }
    .ml-sm-33 {
        margin-left: 132px !important
    }
    .ml-sm-34 {
        margin-left: 136px !important
    }
    .ml-sm-35 {
        margin-left: 140px !important
    }
    .ml-sm-36 {
        margin-left: 144px !important
    }
    .ml-sm-37 {
        margin-left: 148px !important
    }
    .ml-sm-38 {
        margin-left: 152px !important
    }
    .ml-sm-39 {
        margin-left: 156px !important
    }
    .ml-sm-40 {
        margin-left: 160px !important
    }
    .ml-sm-0p5 {
        margin-left: 2px !important
    }
    .ml-sm-1p5 {
        margin-left: 6px !important
    }
    .ml-sm-2p5 {
        margin-left: 10px !important
    }
    .ml-sm-3p5 {
        margin-left: 14px !important
    }
    .ml-sm-4p5 {
        margin-left: 18px !important
    }
    .ml-sm-5p5 {
        margin-left: 22px !important
    }
    .ml-sm-6p5 {
        margin-left: 26px !important
    }
    .ml-sm-7p5 {
        margin-left: 30px !important
    }
    .ml-sm-12p5 {
        margin-left: 50px !important
    }
    .ml-sm-17p5 {
        margin-left: 70px !important
    }
    .ml-sm-20p5 {
        margin-left: 82px !important
    }
    .ml-sm-32p5 {
        margin-left: 130px !important
    }
    .ml-sm-42 {
        margin-left: 168px !important
    }
    .ml-sm-45 {
        margin-left: 180px !important
    }
    .ml-sm-48 {
        margin-left: 192px !important
    }
    .ml-sm-50 {
        margin-left: 200px !important
    }
    .ml-sm-55 {
        margin-left: 220px !important
    }
    .ml-sm-56 {
        margin-left: 224px !important
    }
    .ml-sm-60 {
        margin-left: 240px !important
    }
    .ml-sm-62 {
        margin-left: 248px !important
    }
    .ml-sm-64 {
        margin-left: 256px !important
    }
    .ml-sm-70 {
        margin-left: 280px !important
    }
    .ml-sm-72 {
        margin-left: 288px !important
    }
    .ml-sm-75 {
        margin-left: 300px !important
    }
    .ml-sm-80 {
        margin-left: 320px !important
    }
    .ml-sm-85 {
        margin-left: 340px !important
    }
    .ml-sm-90 {
        margin-left: 360px !important
    }
    .ml-sm-100 {
        margin-left: 400px !important
    }
    .ml-sm-112 {
        margin-left: 448px !important
    }
    .ml-sm-120 {
        margin-left: 480px !important
    }
    .ml-sm-143 {
        margin-left: 572px !important
    }
    .ml-sm-150 {
        margin-left: 600px !important
    }
    .ml-sm-160 {
        margin-left: 640px !important
    }
    .ml-sm-190 {
        margin-left: 760px !important
    }
    .ml-sm-200 {
        margin-left: 800px !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .ms-sm-0 {
        margin-inline-start: 0 !important
    }
    .ms-sm-1 {
        margin-inline-start: 4px !important
    }
    .ms-sm-2 {
        margin-inline-start: 8px !important
    }
    .ms-sm-3 {
        margin-inline-start: 12px !important
    }
    .ms-sm-4 {
        margin-inline-start: 16px !important
    }
    .ms-sm-5 {
        margin-inline-start: 20px !important
    }
    .ms-sm-6 {
        margin-inline-start: 24px !important
    }
    .ms-sm-7 {
        margin-inline-start: 28px !important
    }
    .ms-sm-8 {
        margin-inline-start: 32px !important
    }
    .ms-sm-9 {
        margin-inline-start: 36px !important
    }
    .ms-sm-10 {
        margin-inline-start: 40px !important
    }
    .ms-sm-11 {
        margin-inline-start: 44px !important
    }
    .ms-sm-12 {
        margin-inline-start: 48px !important
    }
    .ms-sm-13 {
        margin-inline-start: 52px !important
    }
    .ms-sm-14 {
        margin-inline-start: 56px !important
    }
    .ms-sm-15 {
        margin-inline-start: 60px !important
    }
    .ms-sm-16 {
        margin-inline-start: 64px !important
    }
    .ms-sm-17 {
        margin-inline-start: 68px !important
    }
    .ms-sm-18 {
        margin-inline-start: 72px !important
    }
    .ms-sm-19 {
        margin-inline-start: 76px !important
    }
    .ms-sm-20 {
        margin-inline-start: 80px !important
    }
    .ms-sm-21 {
        margin-inline-start: 84px !important
    }
    .ms-sm-22 {
        margin-inline-start: 88px !important
    }
    .ms-sm-23 {
        margin-inline-start: 92px !important
    }
    .ms-sm-24 {
        margin-inline-start: 96px !important
    }
    .ms-sm-25 {
        margin-inline-start: 100px !important
    }
    .ms-sm-26 {
        margin-inline-start: 104px !important
    }
    .ms-sm-27 {
        margin-inline-start: 108px !important
    }
    .ms-sm-28 {
        margin-inline-start: 112px !important
    }
    .ms-sm-29 {
        margin-inline-start: 116px !important
    }
    .ms-sm-30 {
        margin-inline-start: 120px !important
    }
    .ms-sm-31 {
        margin-inline-start: 124px !important
    }
    .ms-sm-32 {
        margin-inline-start: 128px !important
    }
    .ms-sm-33 {
        margin-inline-start: 132px !important
    }
    .ms-sm-34 {
        margin-inline-start: 136px !important
    }
    .ms-sm-35 {
        margin-inline-start: 140px !important
    }
    .ms-sm-36 {
        margin-inline-start: 144px !important
    }
    .ms-sm-37 {
        margin-inline-start: 148px !important
    }
    .ms-sm-38 {
        margin-inline-start: 152px !important
    }
    .ms-sm-39 {
        margin-inline-start: 156px !important
    }
    .ms-sm-40 {
        margin-inline-start: 160px !important
    }
    .ms-sm-0p5 {
        margin-inline-start: 2px !important
    }
    .ms-sm-1p5 {
        margin-inline-start: 6px !important
    }
    .ms-sm-2p5 {
        margin-inline-start: 10px !important
    }
    .ms-sm-3p5 {
        margin-inline-start: 14px !important
    }
    .ms-sm-4p5 {
        margin-inline-start: 18px !important
    }
    .ms-sm-5p5 {
        margin-inline-start: 22px !important
    }
    .ms-sm-6p5 {
        margin-inline-start: 26px !important
    }
    .ms-sm-7p5 {
        margin-inline-start: 30px !important
    }
    .ms-sm-12p5 {
        margin-inline-start: 50px !important
    }
    .ms-sm-17p5 {
        margin-inline-start: 70px !important
    }
    .ms-sm-20p5 {
        margin-inline-start: 82px !important
    }
    .ms-sm-32p5 {
        margin-inline-start: 130px !important
    }
    .ms-sm-42 {
        margin-inline-start: 168px !important
    }
    .ms-sm-45 {
        margin-inline-start: 180px !important
    }
    .ms-sm-48 {
        margin-inline-start: 192px !important
    }
    .ms-sm-50 {
        margin-inline-start: 200px !important
    }
    .ms-sm-55 {
        margin-inline-start: 220px !important
    }
    .ms-sm-56 {
        margin-inline-start: 224px !important
    }
    .ms-sm-60 {
        margin-inline-start: 240px !important
    }
    .ms-sm-62 {
        margin-inline-start: 248px !important
    }
    .ms-sm-64 {
        margin-inline-start: 256px !important
    }
    .ms-sm-70 {
        margin-inline-start: 280px !important
    }
    .ms-sm-72 {
        margin-inline-start: 288px !important
    }
    .ms-sm-75 {
        margin-inline-start: 300px !important
    }
    .ms-sm-80 {
        margin-inline-start: 320px !important
    }
    .ms-sm-85 {
        margin-inline-start: 340px !important
    }
    .ms-sm-90 {
        margin-inline-start: 360px !important
    }
    .ms-sm-100 {
        margin-inline-start: 400px !important
    }
    .ms-sm-112 {
        margin-inline-start: 448px !important
    }
    .ms-sm-120 {
        margin-inline-start: 480px !important
    }
    .ms-sm-143 {
        margin-inline-start: 572px !important
    }
    .ms-sm-150 {
        margin-inline-start: 600px !important
    }
    .ms-sm-160 {
        margin-inline-start: 640px !important
    }
    .ms-sm-190 {
        margin-inline-start: 760px !important
    }
    .ms-sm-200 {
        margin-inline-start: 800px !important
    }
    .ms-sm-auto {
        margin-inline-start: auto !important
    }
    .me-sm-0 {
        margin-inline-end: 0 !important
    }
    .me-sm-1 {
        margin-inline-end: 4px !important
    }
    .me-sm-2 {
        margin-inline-end: 8px !important
    }
    .me-sm-3 {
        margin-inline-end: 12px !important
    }
    .me-sm-4 {
        margin-inline-end: 16px !important
    }
    .me-sm-5 {
        margin-inline-end: 20px !important
    }
    .me-sm-6 {
        margin-inline-end: 24px !important
    }
    .me-sm-7 {
        margin-inline-end: 28px !important
    }
    .me-sm-8 {
        margin-inline-end: 32px !important
    }
    .me-sm-9 {
        margin-inline-end: 36px !important
    }
    .me-sm-10 {
        margin-inline-end: 40px !important
    }
    .me-sm-11 {
        margin-inline-end: 44px !important
    }
    .me-sm-12 {
        margin-inline-end: 48px !important
    }
    .me-sm-13 {
        margin-inline-end: 52px !important
    }
    .me-sm-14 {
        margin-inline-end: 56px !important
    }
    .me-sm-15 {
        margin-inline-end: 60px !important
    }
    .me-sm-16 {
        margin-inline-end: 64px !important
    }
    .me-sm-17 {
        margin-inline-end: 68px !important
    }
    .me-sm-18 {
        margin-inline-end: 72px !important
    }
    .me-sm-19 {
        margin-inline-end: 76px !important
    }
    .me-sm-20 {
        margin-inline-end: 80px !important
    }
    .me-sm-21 {
        margin-inline-end: 84px !important
    }
    .me-sm-22 {
        margin-inline-end: 88px !important
    }
    .me-sm-23 {
        margin-inline-end: 92px !important
    }
    .me-sm-24 {
        margin-inline-end: 96px !important
    }
    .me-sm-25 {
        margin-inline-end: 100px !important
    }
    .me-sm-26 {
        margin-inline-end: 104px !important
    }
    .me-sm-27 {
        margin-inline-end: 108px !important
    }
    .me-sm-28 {
        margin-inline-end: 112px !important
    }
    .me-sm-29 {
        margin-inline-end: 116px !important
    }
    .me-sm-30 {
        margin-inline-end: 120px !important
    }
    .me-sm-31 {
        margin-inline-end: 124px !important
    }
    .me-sm-32 {
        margin-inline-end: 128px !important
    }
    .me-sm-33 {
        margin-inline-end: 132px !important
    }
    .me-sm-34 {
        margin-inline-end: 136px !important
    }
    .me-sm-35 {
        margin-inline-end: 140px !important
    }
    .me-sm-36 {
        margin-inline-end: 144px !important
    }
    .me-sm-37 {
        margin-inline-end: 148px !important
    }
    .me-sm-38 {
        margin-inline-end: 152px !important
    }
    .me-sm-39 {
        margin-inline-end: 156px !important
    }
    .me-sm-40 {
        margin-inline-end: 160px !important
    }
    .me-sm-0p5 {
        margin-inline-end: 2px !important
    }
    .me-sm-1p5 {
        margin-inline-end: 6px !important
    }
    .me-sm-2p5 {
        margin-inline-end: 10px !important
    }
    .me-sm-3p5 {
        margin-inline-end: 14px !important
    }
    .me-sm-4p5 {
        margin-inline-end: 18px !important
    }
    .me-sm-5p5 {
        margin-inline-end: 22px !important
    }
    .me-sm-6p5 {
        margin-inline-end: 26px !important
    }
    .me-sm-7p5 {
        margin-inline-end: 30px !important
    }
    .me-sm-12p5 {
        margin-inline-end: 50px !important
    }
    .me-sm-17p5 {
        margin-inline-end: 70px !important
    }
    .me-sm-20p5 {
        margin-inline-end: 82px !important
    }
    .me-sm-32p5 {
        margin-inline-end: 130px !important
    }
    .me-sm-42 {
        margin-inline-end: 168px !important
    }
    .me-sm-45 {
        margin-inline-end: 180px !important
    }
    .me-sm-48 {
        margin-inline-end: 192px !important
    }
    .me-sm-50 {
        margin-inline-end: 200px !important
    }
    .me-sm-55 {
        margin-inline-end: 220px !important
    }
    .me-sm-56 {
        margin-inline-end: 224px !important
    }
    .me-sm-60 {
        margin-inline-end: 240px !important
    }
    .me-sm-62 {
        margin-inline-end: 248px !important
    }
    .me-sm-64 {
        margin-inline-end: 256px !important
    }
    .me-sm-70 {
        margin-inline-end: 280px !important
    }
    .me-sm-72 {
        margin-inline-end: 288px !important
    }
    .me-sm-75 {
        margin-inline-end: 300px !important
    }
    .me-sm-80 {
        margin-inline-end: 320px !important
    }
    .me-sm-85 {
        margin-inline-end: 340px !important
    }
    .me-sm-90 {
        margin-inline-end: 360px !important
    }
    .me-sm-100 {
        margin-inline-end: 400px !important
    }
    .me-sm-112 {
        margin-inline-end: 448px !important
    }
    .me-sm-120 {
        margin-inline-end: 480px !important
    }
    .me-sm-143 {
        margin-inline-end: 572px !important
    }
    .me-sm-150 {
        margin-inline-end: 600px !important
    }
    .me-sm-160 {
        margin-inline-end: 640px !important
    }
    .me-sm-190 {
        margin-inline-end: 760px !important
    }
    .me-sm-200 {
        margin-inline-end: 800px !important
    }
    .me-sm-auto {
        margin-inline-end: auto !important
    }
    .ma-sm-n1 {
        margin: -4px !important
    }
    .ma-sm-n2 {
        margin: -8px !important
    }
    .ma-sm-n3 {
        margin: -12px !important
    }
    .ma-sm-n4 {
        margin: -16px !important
    }
    .ma-sm-n5 {
        margin: -20px !important
    }
    .ma-sm-n6 {
        margin: -24px !important
    }
    .ma-sm-n7 {
        margin: -28px !important
    }
    .ma-sm-n8 {
        margin: -32px !important
    }
    .ma-sm-n9 {
        margin: -36px !important
    }
    .ma-sm-n10 {
        margin: -40px !important
    }
    .ma-sm-n11 {
        margin: -44px !important
    }
    .ma-sm-n12 {
        margin: -48px !important
    }
    .ma-sm-n13 {
        margin: -52px !important
    }
    .ma-sm-n14 {
        margin: -56px !important
    }
    .ma-sm-n15 {
        margin: -60px !important
    }
    .ma-sm-n16 {
        margin: -64px !important
    }
    .ma-sm-n17 {
        margin: -68px !important
    }
    .ma-sm-n18 {
        margin: -72px !important
    }
    .ma-sm-n19 {
        margin: -76px !important
    }
    .ma-sm-n20 {
        margin: -80px !important
    }
    .ma-sm-n21 {
        margin: -84px !important
    }
    .ma-sm-n22 {
        margin: -88px !important
    }
    .ma-sm-n23 {
        margin: -92px !important
    }
    .ma-sm-n24 {
        margin: -96px !important
    }
    .ma-sm-n25 {
        margin: -100px !important
    }
    .ma-sm-n26 {
        margin: -104px !important
    }
    .ma-sm-n27 {
        margin: -108px !important
    }
    .ma-sm-n28 {
        margin: -112px !important
    }
    .ma-sm-n29 {
        margin: -116px !important
    }
    .ma-sm-n30 {
        margin: -120px !important
    }
    .ma-sm-n31 {
        margin: -124px !important
    }
    .ma-sm-n32 {
        margin: -128px !important
    }
    .ma-sm-n33 {
        margin: -132px !important
    }
    .ma-sm-n34 {
        margin: -136px !important
    }
    .ma-sm-n35 {
        margin: -140px !important
    }
    .ma-sm-n36 {
        margin: -144px !important
    }
    .ma-sm-n37 {
        margin: -148px !important
    }
    .ma-sm-n38 {
        margin: -152px !important
    }
    .ma-sm-n39 {
        margin: -156px !important
    }
    .ma-sm-n40 {
        margin: -160px !important
    }
    .ma-sm-n0p5 {
        margin: -2px !important
    }
    .ma-sm-n1p5 {
        margin: -6px !important
    }
    .ma-sm-n2p5 {
        margin: -10px !important
    }
    .ma-sm-n3p5 {
        margin: -14px !important
    }
    .ma-sm-n4p5 {
        margin: -18px !important
    }
    .ma-sm-n5p5 {
        margin: -22px !important
    }
    .ma-sm-n6p5 {
        margin: -26px !important
    }
    .ma-sm-n7p5 {
        margin: -30px !important
    }
    .ma-sm-n12p5 {
        margin: -50px !important
    }
    .ma-sm-n17p5 {
        margin: -70px !important
    }
    .ma-sm-n20p5 {
        margin: -82px !important
    }
    .ma-sm-n32p5 {
        margin: -130px !important
    }
    .ma-sm-n42 {
        margin: -168px !important
    }
    .ma-sm-n45 {
        margin: -180px !important
    }
    .ma-sm-n48 {
        margin: -192px !important
    }
    .ma-sm-n50 {
        margin: -200px !important
    }
    .ma-sm-n55 {
        margin: -220px !important
    }
    .ma-sm-n56 {
        margin: -224px !important
    }
    .ma-sm-n60 {
        margin: -240px !important
    }
    .ma-sm-n62 {
        margin: -248px !important
    }
    .ma-sm-n64 {
        margin: -256px !important
    }
    .ma-sm-n70 {
        margin: -280px !important
    }
    .ma-sm-n72 {
        margin: -288px !important
    }
    .ma-sm-n75 {
        margin: -300px !important
    }
    .ma-sm-n80 {
        margin: -320px !important
    }
    .ma-sm-n85 {
        margin: -340px !important
    }
    .ma-sm-n90 {
        margin: -360px !important
    }
    .ma-sm-n100 {
        margin: -400px !important
    }
    .ma-sm-n112 {
        margin: -448px !important
    }
    .ma-sm-n120 {
        margin: -480px !important
    }
    .ma-sm-n143 {
        margin: -572px !important
    }
    .ma-sm-n150 {
        margin: -600px !important
    }
    .ma-sm-n160 {
        margin: -640px !important
    }
    .ma-sm-n190 {
        margin: -760px !important
    }
    .ma-sm-n200 {
        margin: -800px !important
    }
    .mx-sm-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-sm-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-sm-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-sm-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-sm-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-sm-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-sm-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-sm-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-sm-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-sm-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-sm-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-sm-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-sm-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-sm-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-sm-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-sm-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .mx-sm-n17 {
        margin-left: -68px !important;
        margin-right: -68px !important
    }
    .mx-sm-n18 {
        margin-left: -72px !important;
        margin-right: -72px !important
    }
    .mx-sm-n19 {
        margin-left: -76px !important;
        margin-right: -76px !important
    }
    .mx-sm-n20 {
        margin-left: -80px !important;
        margin-right: -80px !important
    }
    .mx-sm-n21 {
        margin-left: -84px !important;
        margin-right: -84px !important
    }
    .mx-sm-n22 {
        margin-left: -88px !important;
        margin-right: -88px !important
    }
    .mx-sm-n23 {
        margin-left: -92px !important;
        margin-right: -92px !important
    }
    .mx-sm-n24 {
        margin-left: -96px !important;
        margin-right: -96px !important
    }
    .mx-sm-n25 {
        margin-left: -100px !important;
        margin-right: -100px !important
    }
    .mx-sm-n26 {
        margin-left: -104px !important;
        margin-right: -104px !important
    }
    .mx-sm-n27 {
        margin-left: -108px !important;
        margin-right: -108px !important
    }
    .mx-sm-n28 {
        margin-left: -112px !important;
        margin-right: -112px !important
    }
    .mx-sm-n29 {
        margin-left: -116px !important;
        margin-right: -116px !important
    }
    .mx-sm-n30 {
        margin-left: -120px !important;
        margin-right: -120px !important
    }
    .mx-sm-n31 {
        margin-left: -124px !important;
        margin-right: -124px !important
    }
    .mx-sm-n32 {
        margin-left: -128px !important;
        margin-right: -128px !important
    }
    .mx-sm-n33 {
        margin-left: -132px !important;
        margin-right: -132px !important
    }
    .mx-sm-n34 {
        margin-left: -136px !important;
        margin-right: -136px !important
    }
    .mx-sm-n35 {
        margin-left: -140px !important;
        margin-right: -140px !important
    }
    .mx-sm-n36 {
        margin-left: -144px !important;
        margin-right: -144px !important
    }
    .mx-sm-n37 {
        margin-left: -148px !important;
        margin-right: -148px !important
    }
    .mx-sm-n38 {
        margin-left: -152px !important;
        margin-right: -152px !important
    }
    .mx-sm-n39 {
        margin-left: -156px !important;
        margin-right: -156px !important
    }
    .mx-sm-n40 {
        margin-left: -160px !important;
        margin-right: -160px !important
    }
    .mx-sm-n0p5 {
        margin-left: -2px !important;
        margin-right: -2px !important
    }
    .mx-sm-n1p5 {
        margin-left: -6px !important;
        margin-right: -6px !important
    }
    .mx-sm-n2p5 {
        margin-left: -10px !important;
        margin-right: -10px !important
    }
    .mx-sm-n3p5 {
        margin-left: -14px !important;
        margin-right: -14px !important
    }
    .mx-sm-n4p5 {
        margin-left: -18px !important;
        margin-right: -18px !important
    }
    .mx-sm-n5p5 {
        margin-left: -22px !important;
        margin-right: -22px !important
    }
    .mx-sm-n6p5 {
        margin-left: -26px !important;
        margin-right: -26px !important
    }
    .mx-sm-n7p5 {
        margin-left: -30px !important;
        margin-right: -30px !important
    }
    .mx-sm-n12p5 {
        margin-left: -50px !important;
        margin-right: -50px !important
    }
    .mx-sm-n17p5 {
        margin-left: -70px !important;
        margin-right: -70px !important
    }
    .mx-sm-n20p5 {
        margin-left: -82px !important;
        margin-right: -82px !important
    }
    .mx-sm-n32p5 {
        margin-left: -130px !important;
        margin-right: -130px !important
    }
    .mx-sm-n42 {
        margin-left: -168px !important;
        margin-right: -168px !important
    }
    .mx-sm-n45 {
        margin-left: -180px !important;
        margin-right: -180px !important
    }
    .mx-sm-n48 {
        margin-left: -192px !important;
        margin-right: -192px !important
    }
    .mx-sm-n50 {
        margin-left: -200px !important;
        margin-right: -200px !important
    }
    .mx-sm-n55 {
        margin-left: -220px !important;
        margin-right: -220px !important
    }
    .mx-sm-n56 {
        margin-left: -224px !important;
        margin-right: -224px !important
    }
    .mx-sm-n60 {
        margin-left: -240px !important;
        margin-right: -240px !important
    }
    .mx-sm-n62 {
        margin-left: -248px !important;
        margin-right: -248px !important
    }
    .mx-sm-n64 {
        margin-left: -256px !important;
        margin-right: -256px !important
    }
    .mx-sm-n70 {
        margin-left: -280px !important;
        margin-right: -280px !important
    }
    .mx-sm-n72 {
        margin-left: -288px !important;
        margin-right: -288px !important
    }
    .mx-sm-n75 {
        margin-left: -300px !important;
        margin-right: -300px !important
    }
    .mx-sm-n80 {
        margin-left: -320px !important;
        margin-right: -320px !important
    }
    .mx-sm-n85 {
        margin-left: -340px !important;
        margin-right: -340px !important
    }
    .mx-sm-n90 {
        margin-left: -360px !important;
        margin-right: -360px !important
    }
    .mx-sm-n100 {
        margin-left: -400px !important;
        margin-right: -400px !important
    }
    .mx-sm-n112 {
        margin-left: -448px !important;
        margin-right: -448px !important
    }
    .mx-sm-n120 {
        margin-left: -480px !important;
        margin-right: -480px !important
    }
    .mx-sm-n143 {
        margin-left: -572px !important;
        margin-right: -572px !important
    }
    .mx-sm-n150 {
        margin-left: -600px !important;
        margin-right: -600px !important
    }
    .mx-sm-n160 {
        margin-left: -640px !important;
        margin-right: -640px !important
    }
    .mx-sm-n190 {
        margin-left: -760px !important;
        margin-right: -760px !important
    }
    .mx-sm-n200 {
        margin-left: -800px !important;
        margin-right: -800px !important
    }
    .my-sm-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-sm-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-sm-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-sm-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-sm-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-sm-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-sm-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-sm-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-sm-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-sm-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-sm-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-sm-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-sm-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-sm-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-sm-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-sm-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .my-sm-n17 {
        margin-bottom: -68px !important;
        margin-top: -68px !important
    }
    .my-sm-n18 {
        margin-bottom: -72px !important;
        margin-top: -72px !important
    }
    .my-sm-n19 {
        margin-bottom: -76px !important;
        margin-top: -76px !important
    }
    .my-sm-n20 {
        margin-bottom: -80px !important;
        margin-top: -80px !important
    }
    .my-sm-n21 {
        margin-bottom: -84px !important;
        margin-top: -84px !important
    }
    .my-sm-n22 {
        margin-bottom: -88px !important;
        margin-top: -88px !important
    }
    .my-sm-n23 {
        margin-bottom: -92px !important;
        margin-top: -92px !important
    }
    .my-sm-n24 {
        margin-bottom: -96px !important;
        margin-top: -96px !important
    }
    .my-sm-n25 {
        margin-bottom: -100px !important;
        margin-top: -100px !important
    }
    .my-sm-n26 {
        margin-bottom: -104px !important;
        margin-top: -104px !important
    }
    .my-sm-n27 {
        margin-bottom: -108px !important;
        margin-top: -108px !important
    }
    .my-sm-n28 {
        margin-bottom: -112px !important;
        margin-top: -112px !important
    }
    .my-sm-n29 {
        margin-bottom: -116px !important;
        margin-top: -116px !important
    }
    .my-sm-n30 {
        margin-bottom: -120px !important;
        margin-top: -120px !important
    }
    .my-sm-n31 {
        margin-bottom: -124px !important;
        margin-top: -124px !important
    }
    .my-sm-n32 {
        margin-bottom: -128px !important;
        margin-top: -128px !important
    }
    .my-sm-n33 {
        margin-bottom: -132px !important;
        margin-top: -132px !important
    }
    .my-sm-n34 {
        margin-bottom: -136px !important;
        margin-top: -136px !important
    }
    .my-sm-n35 {
        margin-bottom: -140px !important;
        margin-top: -140px !important
    }
    .my-sm-n36 {
        margin-bottom: -144px !important;
        margin-top: -144px !important
    }
    .my-sm-n37 {
        margin-bottom: -148px !important;
        margin-top: -148px !important
    }
    .my-sm-n38 {
        margin-bottom: -152px !important;
        margin-top: -152px !important
    }
    .my-sm-n39 {
        margin-bottom: -156px !important;
        margin-top: -156px !important
    }
    .my-sm-n40 {
        margin-bottom: -160px !important;
        margin-top: -160px !important
    }
    .my-sm-n0p5 {
        margin-bottom: -2px !important;
        margin-top: -2px !important
    }
    .my-sm-n1p5 {
        margin-bottom: -6px !important;
        margin-top: -6px !important
    }
    .my-sm-n2p5 {
        margin-bottom: -10px !important;
        margin-top: -10px !important
    }
    .my-sm-n3p5 {
        margin-bottom: -14px !important;
        margin-top: -14px !important
    }
    .my-sm-n4p5 {
        margin-bottom: -18px !important;
        margin-top: -18px !important
    }
    .my-sm-n5p5 {
        margin-bottom: -22px !important;
        margin-top: -22px !important
    }
    .my-sm-n6p5 {
        margin-bottom: -26px !important;
        margin-top: -26px !important
    }
    .my-sm-n7p5 {
        margin-bottom: -30px !important;
        margin-top: -30px !important
    }
    .my-sm-n12p5 {
        margin-bottom: -50px !important;
        margin-top: -50px !important
    }
    .my-sm-n17p5 {
        margin-bottom: -70px !important;
        margin-top: -70px !important
    }
    .my-sm-n20p5 {
        margin-bottom: -82px !important;
        margin-top: -82px !important
    }
    .my-sm-n32p5 {
        margin-bottom: -130px !important;
        margin-top: -130px !important
    }
    .my-sm-n42 {
        margin-bottom: -168px !important;
        margin-top: -168px !important
    }
    .my-sm-n45 {
        margin-bottom: -180px !important;
        margin-top: -180px !important
    }
    .my-sm-n48 {
        margin-bottom: -192px !important;
        margin-top: -192px !important
    }
    .my-sm-n50 {
        margin-bottom: -200px !important;
        margin-top: -200px !important
    }
    .my-sm-n55 {
        margin-bottom: -220px !important;
        margin-top: -220px !important
    }
    .my-sm-n56 {
        margin-bottom: -224px !important;
        margin-top: -224px !important
    }
    .my-sm-n60 {
        margin-bottom: -240px !important;
        margin-top: -240px !important
    }
    .my-sm-n62 {
        margin-bottom: -248px !important;
        margin-top: -248px !important
    }
    .my-sm-n64 {
        margin-bottom: -256px !important;
        margin-top: -256px !important
    }
    .my-sm-n70 {
        margin-bottom: -280px !important;
        margin-top: -280px !important
    }
    .my-sm-n72 {
        margin-bottom: -288px !important;
        margin-top: -288px !important
    }
    .my-sm-n75 {
        margin-bottom: -300px !important;
        margin-top: -300px !important
    }
    .my-sm-n80 {
        margin-bottom: -320px !important;
        margin-top: -320px !important
    }
    .my-sm-n85 {
        margin-bottom: -340px !important;
        margin-top: -340px !important
    }
    .my-sm-n90 {
        margin-bottom: -360px !important;
        margin-top: -360px !important
    }
    .my-sm-n100 {
        margin-bottom: -400px !important;
        margin-top: -400px !important
    }
    .my-sm-n112 {
        margin-bottom: -448px !important;
        margin-top: -448px !important
    }
    .my-sm-n120 {
        margin-bottom: -480px !important;
        margin-top: -480px !important
    }
    .my-sm-n143 {
        margin-bottom: -572px !important;
        margin-top: -572px !important
    }
    .my-sm-n150 {
        margin-bottom: -600px !important;
        margin-top: -600px !important
    }
    .my-sm-n160 {
        margin-bottom: -640px !important;
        margin-top: -640px !important
    }
    .my-sm-n190 {
        margin-bottom: -760px !important;
        margin-top: -760px !important
    }
    .my-sm-n200 {
        margin-bottom: -800px !important;
        margin-top: -800px !important
    }
    .mt-sm-n1 {
        margin-top: -4px !important
    }
    .mt-sm-n2 {
        margin-top: -8px !important
    }
    .mt-sm-n3 {
        margin-top: -12px !important
    }
    .mt-sm-n4 {
        margin-top: -16px !important
    }
    .mt-sm-n5 {
        margin-top: -20px !important
    }
    .mt-sm-n6 {
        margin-top: -24px !important
    }
    .mt-sm-n7 {
        margin-top: -28px !important
    }
    .mt-sm-n8 {
        margin-top: -32px !important
    }
    .mt-sm-n9 {
        margin-top: -36px !important
    }
    .mt-sm-n10 {
        margin-top: -40px !important
    }
    .mt-sm-n11 {
        margin-top: -44px !important
    }
    .mt-sm-n12 {
        margin-top: -48px !important
    }
    .mt-sm-n13 {
        margin-top: -52px !important
    }
    .mt-sm-n14 {
        margin-top: -56px !important
    }
    .mt-sm-n15 {
        margin-top: -60px !important
    }
    .mt-sm-n16 {
        margin-top: -64px !important
    }
    .mt-sm-n17 {
        margin-top: -68px !important
    }
    .mt-sm-n18 {
        margin-top: -72px !important
    }
    .mt-sm-n19 {
        margin-top: -76px !important
    }
    .mt-sm-n20 {
        margin-top: -80px !important
    }
    .mt-sm-n21 {
        margin-top: -84px !important
    }
    .mt-sm-n22 {
        margin-top: -88px !important
    }
    .mt-sm-n23 {
        margin-top: -92px !important
    }
    .mt-sm-n24 {
        margin-top: -96px !important
    }
    .mt-sm-n25 {
        margin-top: -100px !important
    }
    .mt-sm-n26 {
        margin-top: -104px !important
    }
    .mt-sm-n27 {
        margin-top: -108px !important
    }
    .mt-sm-n28 {
        margin-top: -112px !important
    }
    .mt-sm-n29 {
        margin-top: -116px !important
    }
    .mt-sm-n30 {
        margin-top: -120px !important
    }
    .mt-sm-n31 {
        margin-top: -124px !important
    }
    .mt-sm-n32 {
        margin-top: -128px !important
    }
    .mt-sm-n33 {
        margin-top: -132px !important
    }
    .mt-sm-n34 {
        margin-top: -136px !important
    }
    .mt-sm-n35 {
        margin-top: -140px !important
    }
    .mt-sm-n36 {
        margin-top: -144px !important
    }
    .mt-sm-n37 {
        margin-top: -148px !important
    }
    .mt-sm-n38 {
        margin-top: -152px !important
    }
    .mt-sm-n39 {
        margin-top: -156px !important
    }
    .mt-sm-n40 {
        margin-top: -160px !important
    }
    .mt-sm-n0p5 {
        margin-top: -2px !important
    }
    .mt-sm-n1p5 {
        margin-top: -6px !important
    }
    .mt-sm-n2p5 {
        margin-top: -10px !important
    }
    .mt-sm-n3p5 {
        margin-top: -14px !important
    }
    .mt-sm-n4p5 {
        margin-top: -18px !important
    }
    .mt-sm-n5p5 {
        margin-top: -22px !important
    }
    .mt-sm-n6p5 {
        margin-top: -26px !important
    }
    .mt-sm-n7p5 {
        margin-top: -30px !important
    }
    .mt-sm-n12p5 {
        margin-top: -50px !important
    }
    .mt-sm-n17p5 {
        margin-top: -70px !important
    }
    .mt-sm-n20p5 {
        margin-top: -82px !important
    }
    .mt-sm-n32p5 {
        margin-top: -130px !important
    }
    .mt-sm-n42 {
        margin-top: -168px !important
    }
    .mt-sm-n45 {
        margin-top: -180px !important
    }
    .mt-sm-n48 {
        margin-top: -192px !important
    }
    .mt-sm-n50 {
        margin-top: -200px !important
    }
    .mt-sm-n55 {
        margin-top: -220px !important
    }
    .mt-sm-n56 {
        margin-top: -224px !important
    }
    .mt-sm-n60 {
        margin-top: -240px !important
    }
    .mt-sm-n62 {
        margin-top: -248px !important
    }
    .mt-sm-n64 {
        margin-top: -256px !important
    }
    .mt-sm-n70 {
        margin-top: -280px !important
    }
    .mt-sm-n72 {
        margin-top: -288px !important
    }
    .mt-sm-n75 {
        margin-top: -300px !important
    }
    .mt-sm-n80 {
        margin-top: -320px !important
    }
    .mt-sm-n85 {
        margin-top: -340px !important
    }
    .mt-sm-n90 {
        margin-top: -360px !important
    }
    .mt-sm-n100 {
        margin-top: -400px !important
    }
    .mt-sm-n112 {
        margin-top: -448px !important
    }
    .mt-sm-n120 {
        margin-top: -480px !important
    }
    .mt-sm-n143 {
        margin-top: -572px !important
    }
    .mt-sm-n150 {
        margin-top: -600px !important
    }
    .mt-sm-n160 {
        margin-top: -640px !important
    }
    .mt-sm-n190 {
        margin-top: -760px !important
    }
    .mt-sm-n200 {
        margin-top: -800px !important
    }
    .mr-sm-n1 {
        margin-right: -4px !important
    }
    .mr-sm-n2 {
        margin-right: -8px !important
    }
    .mr-sm-n3 {
        margin-right: -12px !important
    }
    .mr-sm-n4 {
        margin-right: -16px !important
    }
    .mr-sm-n5 {
        margin-right: -20px !important
    }
    .mr-sm-n6 {
        margin-right: -24px !important
    }
    .mr-sm-n7 {
        margin-right: -28px !important
    }
    .mr-sm-n8 {
        margin-right: -32px !important
    }
    .mr-sm-n9 {
        margin-right: -36px !important
    }
    .mr-sm-n10 {
        margin-right: -40px !important
    }
    .mr-sm-n11 {
        margin-right: -44px !important
    }
    .mr-sm-n12 {
        margin-right: -48px !important
    }
    .mr-sm-n13 {
        margin-right: -52px !important
    }
    .mr-sm-n14 {
        margin-right: -56px !important
    }
    .mr-sm-n15 {
        margin-right: -60px !important
    }
    .mr-sm-n16 {
        margin-right: -64px !important
    }
    .mr-sm-n17 {
        margin-right: -68px !important
    }
    .mr-sm-n18 {
        margin-right: -72px !important
    }
    .mr-sm-n19 {
        margin-right: -76px !important
    }
    .mr-sm-n20 {
        margin-right: -80px !important
    }
    .mr-sm-n21 {
        margin-right: -84px !important
    }
    .mr-sm-n22 {
        margin-right: -88px !important
    }
    .mr-sm-n23 {
        margin-right: -92px !important
    }
    .mr-sm-n24 {
        margin-right: -96px !important
    }
    .mr-sm-n25 {
        margin-right: -100px !important
    }
    .mr-sm-n26 {
        margin-right: -104px !important
    }
    .mr-sm-n27 {
        margin-right: -108px !important
    }
    .mr-sm-n28 {
        margin-right: -112px !important
    }
    .mr-sm-n29 {
        margin-right: -116px !important
    }
    .mr-sm-n30 {
        margin-right: -120px !important
    }
    .mr-sm-n31 {
        margin-right: -124px !important
    }
    .mr-sm-n32 {
        margin-right: -128px !important
    }
    .mr-sm-n33 {
        margin-right: -132px !important
    }
    .mr-sm-n34 {
        margin-right: -136px !important
    }
    .mr-sm-n35 {
        margin-right: -140px !important
    }
    .mr-sm-n36 {
        margin-right: -144px !important
    }
    .mr-sm-n37 {
        margin-right: -148px !important
    }
    .mr-sm-n38 {
        margin-right: -152px !important
    }
    .mr-sm-n39 {
        margin-right: -156px !important
    }
    .mr-sm-n40 {
        margin-right: -160px !important
    }
    .mr-sm-n0p5 {
        margin-right: -2px !important
    }
    .mr-sm-n1p5 {
        margin-right: -6px !important
    }
    .mr-sm-n2p5 {
        margin-right: -10px !important
    }
    .mr-sm-n3p5 {
        margin-right: -14px !important
    }
    .mr-sm-n4p5 {
        margin-right: -18px !important
    }
    .mr-sm-n5p5 {
        margin-right: -22px !important
    }
    .mr-sm-n6p5 {
        margin-right: -26px !important
    }
    .mr-sm-n7p5 {
        margin-right: -30px !important
    }
    .mr-sm-n12p5 {
        margin-right: -50px !important
    }
    .mr-sm-n17p5 {
        margin-right: -70px !important
    }
    .mr-sm-n20p5 {
        margin-right: -82px !important
    }
    .mr-sm-n32p5 {
        margin-right: -130px !important
    }
    .mr-sm-n42 {
        margin-right: -168px !important
    }
    .mr-sm-n45 {
        margin-right: -180px !important
    }
    .mr-sm-n48 {
        margin-right: -192px !important
    }
    .mr-sm-n50 {
        margin-right: -200px !important
    }
    .mr-sm-n55 {
        margin-right: -220px !important
    }
    .mr-sm-n56 {
        margin-right: -224px !important
    }
    .mr-sm-n60 {
        margin-right: -240px !important
    }
    .mr-sm-n62 {
        margin-right: -248px !important
    }
    .mr-sm-n64 {
        margin-right: -256px !important
    }
    .mr-sm-n70 {
        margin-right: -280px !important
    }
    .mr-sm-n72 {
        margin-right: -288px !important
    }
    .mr-sm-n75 {
        margin-right: -300px !important
    }
    .mr-sm-n80 {
        margin-right: -320px !important
    }
    .mr-sm-n85 {
        margin-right: -340px !important
    }
    .mr-sm-n90 {
        margin-right: -360px !important
    }
    .mr-sm-n100 {
        margin-right: -400px !important
    }
    .mr-sm-n112 {
        margin-right: -448px !important
    }
    .mr-sm-n120 {
        margin-right: -480px !important
    }
    .mr-sm-n143 {
        margin-right: -572px !important
    }
    .mr-sm-n150 {
        margin-right: -600px !important
    }
    .mr-sm-n160 {
        margin-right: -640px !important
    }
    .mr-sm-n190 {
        margin-right: -760px !important
    }
    .mr-sm-n200 {
        margin-right: -800px !important
    }
    .mb-sm-n1 {
        margin-bottom: -4px !important
    }
    .mb-sm-n2 {
        margin-bottom: -8px !important
    }
    .mb-sm-n3 {
        margin-bottom: -12px !important
    }
    .mb-sm-n4 {
        margin-bottom: -16px !important
    }
    .mb-sm-n5 {
        margin-bottom: -20px !important
    }
    .mb-sm-n6 {
        margin-bottom: -24px !important
    }
    .mb-sm-n7 {
        margin-bottom: -28px !important
    }
    .mb-sm-n8 {
        margin-bottom: -32px !important
    }
    .mb-sm-n9 {
        margin-bottom: -36px !important
    }
    .mb-sm-n10 {
        margin-bottom: -40px !important
    }
    .mb-sm-n11 {
        margin-bottom: -44px !important
    }
    .mb-sm-n12 {
        margin-bottom: -48px !important
    }
    .mb-sm-n13 {
        margin-bottom: -52px !important
    }
    .mb-sm-n14 {
        margin-bottom: -56px !important
    }
    .mb-sm-n15 {
        margin-bottom: -60px !important
    }
    .mb-sm-n16 {
        margin-bottom: -64px !important
    }
    .mb-sm-n17 {
        margin-bottom: -68px !important
    }
    .mb-sm-n18 {
        margin-bottom: -72px !important
    }
    .mb-sm-n19 {
        margin-bottom: -76px !important
    }
    .mb-sm-n20 {
        margin-bottom: -80px !important
    }
    .mb-sm-n21 {
        margin-bottom: -84px !important
    }
    .mb-sm-n22 {
        margin-bottom: -88px !important
    }
    .mb-sm-n23 {
        margin-bottom: -92px !important
    }
    .mb-sm-n24 {
        margin-bottom: -96px !important
    }
    .mb-sm-n25 {
        margin-bottom: -100px !important
    }
    .mb-sm-n26 {
        margin-bottom: -104px !important
    }
    .mb-sm-n27 {
        margin-bottom: -108px !important
    }
    .mb-sm-n28 {
        margin-bottom: -112px !important
    }
    .mb-sm-n29 {
        margin-bottom: -116px !important
    }
    .mb-sm-n30 {
        margin-bottom: -120px !important
    }
    .mb-sm-n31 {
        margin-bottom: -124px !important
    }
    .mb-sm-n32 {
        margin-bottom: -128px !important
    }
    .mb-sm-n33 {
        margin-bottom: -132px !important
    }
    .mb-sm-n34 {
        margin-bottom: -136px !important
    }
    .mb-sm-n35 {
        margin-bottom: -140px !important
    }
    .mb-sm-n36 {
        margin-bottom: -144px !important
    }
    .mb-sm-n37 {
        margin-bottom: -148px !important
    }
    .mb-sm-n38 {
        margin-bottom: -152px !important
    }
    .mb-sm-n39 {
        margin-bottom: -156px !important
    }
    .mb-sm-n40 {
        margin-bottom: -160px !important
    }
    .mb-sm-n0p5 {
        margin-bottom: -2px !important
    }
    .mb-sm-n1p5 {
        margin-bottom: -6px !important
    }
    .mb-sm-n2p5 {
        margin-bottom: -10px !important
    }
    .mb-sm-n3p5 {
        margin-bottom: -14px !important
    }
    .mb-sm-n4p5 {
        margin-bottom: -18px !important
    }
    .mb-sm-n5p5 {
        margin-bottom: -22px !important
    }
    .mb-sm-n6p5 {
        margin-bottom: -26px !important
    }
    .mb-sm-n7p5 {
        margin-bottom: -30px !important
    }
    .mb-sm-n12p5 {
        margin-bottom: -50px !important
    }
    .mb-sm-n17p5 {
        margin-bottom: -70px !important
    }
    .mb-sm-n20p5 {
        margin-bottom: -82px !important
    }
    .mb-sm-n32p5 {
        margin-bottom: -130px !important
    }
    .mb-sm-n42 {
        margin-bottom: -168px !important
    }
    .mb-sm-n45 {
        margin-bottom: -180px !important
    }
    .mb-sm-n48 {
        margin-bottom: -192px !important
    }
    .mb-sm-n50 {
        margin-bottom: -200px !important
    }
    .mb-sm-n55 {
        margin-bottom: -220px !important
    }
    .mb-sm-n56 {
        margin-bottom: -224px !important
    }
    .mb-sm-n60 {
        margin-bottom: -240px !important
    }
    .mb-sm-n62 {
        margin-bottom: -248px !important
    }
    .mb-sm-n64 {
        margin-bottom: -256px !important
    }
    .mb-sm-n70 {
        margin-bottom: -280px !important
    }
    .mb-sm-n72 {
        margin-bottom: -288px !important
    }
    .mb-sm-n75 {
        margin-bottom: -300px !important
    }
    .mb-sm-n80 {
        margin-bottom: -320px !important
    }
    .mb-sm-n85 {
        margin-bottom: -340px !important
    }
    .mb-sm-n90 {
        margin-bottom: -360px !important
    }
    .mb-sm-n100 {
        margin-bottom: -400px !important
    }
    .mb-sm-n112 {
        margin-bottom: -448px !important
    }
    .mb-sm-n120 {
        margin-bottom: -480px !important
    }
    .mb-sm-n143 {
        margin-bottom: -572px !important
    }
    .mb-sm-n150 {
        margin-bottom: -600px !important
    }
    .mb-sm-n160 {
        margin-bottom: -640px !important
    }
    .mb-sm-n190 {
        margin-bottom: -760px !important
    }
    .mb-sm-n200 {
        margin-bottom: -800px !important
    }
    .ml-sm-n1 {
        margin-left: -4px !important
    }
    .ml-sm-n2 {
        margin-left: -8px !important
    }
    .ml-sm-n3 {
        margin-left: -12px !important
    }
    .ml-sm-n4 {
        margin-left: -16px !important
    }
    .ml-sm-n5 {
        margin-left: -20px !important
    }
    .ml-sm-n6 {
        margin-left: -24px !important
    }
    .ml-sm-n7 {
        margin-left: -28px !important
    }
    .ml-sm-n8 {
        margin-left: -32px !important
    }
    .ml-sm-n9 {
        margin-left: -36px !important
    }
    .ml-sm-n10 {
        margin-left: -40px !important
    }
    .ml-sm-n11 {
        margin-left: -44px !important
    }
    .ml-sm-n12 {
        margin-left: -48px !important
    }
    .ml-sm-n13 {
        margin-left: -52px !important
    }
    .ml-sm-n14 {
        margin-left: -56px !important
    }
    .ml-sm-n15 {
        margin-left: -60px !important
    }
    .ml-sm-n16 {
        margin-left: -64px !important
    }
    .ml-sm-n17 {
        margin-left: -68px !important
    }
    .ml-sm-n18 {
        margin-left: -72px !important
    }
    .ml-sm-n19 {
        margin-left: -76px !important
    }
    .ml-sm-n20 {
        margin-left: -80px !important
    }
    .ml-sm-n21 {
        margin-left: -84px !important
    }
    .ml-sm-n22 {
        margin-left: -88px !important
    }
    .ml-sm-n23 {
        margin-left: -92px !important
    }
    .ml-sm-n24 {
        margin-left: -96px !important
    }
    .ml-sm-n25 {
        margin-left: -100px !important
    }
    .ml-sm-n26 {
        margin-left: -104px !important
    }
    .ml-sm-n27 {
        margin-left: -108px !important
    }
    .ml-sm-n28 {
        margin-left: -112px !important
    }
    .ml-sm-n29 {
        margin-left: -116px !important
    }
    .ml-sm-n30 {
        margin-left: -120px !important
    }
    .ml-sm-n31 {
        margin-left: -124px !important
    }
    .ml-sm-n32 {
        margin-left: -128px !important
    }
    .ml-sm-n33 {
        margin-left: -132px !important
    }
    .ml-sm-n34 {
        margin-left: -136px !important
    }
    .ml-sm-n35 {
        margin-left: -140px !important
    }
    .ml-sm-n36 {
        margin-left: -144px !important
    }
    .ml-sm-n37 {
        margin-left: -148px !important
    }
    .ml-sm-n38 {
        margin-left: -152px !important
    }
    .ml-sm-n39 {
        margin-left: -156px !important
    }
    .ml-sm-n40 {
        margin-left: -160px !important
    }
    .ml-sm-n0p5 {
        margin-left: -2px !important
    }
    .ml-sm-n1p5 {
        margin-left: -6px !important
    }
    .ml-sm-n2p5 {
        margin-left: -10px !important
    }
    .ml-sm-n3p5 {
        margin-left: -14px !important
    }
    .ml-sm-n4p5 {
        margin-left: -18px !important
    }
    .ml-sm-n5p5 {
        margin-left: -22px !important
    }
    .ml-sm-n6p5 {
        margin-left: -26px !important
    }
    .ml-sm-n7p5 {
        margin-left: -30px !important
    }
    .ml-sm-n12p5 {
        margin-left: -50px !important
    }
    .ml-sm-n17p5 {
        margin-left: -70px !important
    }
    .ml-sm-n20p5 {
        margin-left: -82px !important
    }
    .ml-sm-n32p5 {
        margin-left: -130px !important
    }
    .ml-sm-n42 {
        margin-left: -168px !important
    }
    .ml-sm-n45 {
        margin-left: -180px !important
    }
    .ml-sm-n48 {
        margin-left: -192px !important
    }
    .ml-sm-n50 {
        margin-left: -200px !important
    }
    .ml-sm-n55 {
        margin-left: -220px !important
    }
    .ml-sm-n56 {
        margin-left: -224px !important
    }
    .ml-sm-n60 {
        margin-left: -240px !important
    }
    .ml-sm-n62 {
        margin-left: -248px !important
    }
    .ml-sm-n64 {
        margin-left: -256px !important
    }
    .ml-sm-n70 {
        margin-left: -280px !important
    }
    .ml-sm-n72 {
        margin-left: -288px !important
    }
    .ml-sm-n75 {
        margin-left: -300px !important
    }
    .ml-sm-n80 {
        margin-left: -320px !important
    }
    .ml-sm-n85 {
        margin-left: -340px !important
    }
    .ml-sm-n90 {
        margin-left: -360px !important
    }
    .ml-sm-n100 {
        margin-left: -400px !important
    }
    .ml-sm-n112 {
        margin-left: -448px !important
    }
    .ml-sm-n120 {
        margin-left: -480px !important
    }
    .ml-sm-n143 {
        margin-left: -572px !important
    }
    .ml-sm-n150 {
        margin-left: -600px !important
    }
    .ml-sm-n160 {
        margin-left: -640px !important
    }
    .ml-sm-n190 {
        margin-left: -760px !important
    }
    .ml-sm-n200 {
        margin-left: -800px !important
    }
    .ms-sm-n1 {
        margin-inline-start: -4px !important
    }
    .ms-sm-n2 {
        margin-inline-start: -8px !important
    }
    .ms-sm-n3 {
        margin-inline-start: -12px !important
    }
    .ms-sm-n4 {
        margin-inline-start: -16px !important
    }
    .ms-sm-n5 {
        margin-inline-start: -20px !important
    }
    .ms-sm-n6 {
        margin-inline-start: -24px !important
    }
    .ms-sm-n7 {
        margin-inline-start: -28px !important
    }
    .ms-sm-n8 {
        margin-inline-start: -32px !important
    }
    .ms-sm-n9 {
        margin-inline-start: -36px !important
    }
    .ms-sm-n10 {
        margin-inline-start: -40px !important
    }
    .ms-sm-n11 {
        margin-inline-start: -44px !important
    }
    .ms-sm-n12 {
        margin-inline-start: -48px !important
    }
    .ms-sm-n13 {
        margin-inline-start: -52px !important
    }
    .ms-sm-n14 {
        margin-inline-start: -56px !important
    }
    .ms-sm-n15 {
        margin-inline-start: -60px !important
    }
    .ms-sm-n16 {
        margin-inline-start: -64px !important
    }
    .ms-sm-n17 {
        margin-inline-start: -68px !important
    }
    .ms-sm-n18 {
        margin-inline-start: -72px !important
    }
    .ms-sm-n19 {
        margin-inline-start: -76px !important
    }
    .ms-sm-n20 {
        margin-inline-start: -80px !important
    }
    .ms-sm-n21 {
        margin-inline-start: -84px !important
    }
    .ms-sm-n22 {
        margin-inline-start: -88px !important
    }
    .ms-sm-n23 {
        margin-inline-start: -92px !important
    }
    .ms-sm-n24 {
        margin-inline-start: -96px !important
    }
    .ms-sm-n25 {
        margin-inline-start: -100px !important
    }
    .ms-sm-n26 {
        margin-inline-start: -104px !important
    }
    .ms-sm-n27 {
        margin-inline-start: -108px !important
    }
    .ms-sm-n28 {
        margin-inline-start: -112px !important
    }
    .ms-sm-n29 {
        margin-inline-start: -116px !important
    }
    .ms-sm-n30 {
        margin-inline-start: -120px !important
    }
    .ms-sm-n31 {
        margin-inline-start: -124px !important
    }
    .ms-sm-n32 {
        margin-inline-start: -128px !important
    }
    .ms-sm-n33 {
        margin-inline-start: -132px !important
    }
    .ms-sm-n34 {
        margin-inline-start: -136px !important
    }
    .ms-sm-n35 {
        margin-inline-start: -140px !important
    }
    .ms-sm-n36 {
        margin-inline-start: -144px !important
    }
    .ms-sm-n37 {
        margin-inline-start: -148px !important
    }
    .ms-sm-n38 {
        margin-inline-start: -152px !important
    }
    .ms-sm-n39 {
        margin-inline-start: -156px !important
    }
    .ms-sm-n40 {
        margin-inline-start: -160px !important
    }
    .ms-sm-n0p5 {
        margin-inline-start: -2px !important
    }
    .ms-sm-n1p5 {
        margin-inline-start: -6px !important
    }
    .ms-sm-n2p5 {
        margin-inline-start: -10px !important
    }
    .ms-sm-n3p5 {
        margin-inline-start: -14px !important
    }
    .ms-sm-n4p5 {
        margin-inline-start: -18px !important
    }
    .ms-sm-n5p5 {
        margin-inline-start: -22px !important
    }
    .ms-sm-n6p5 {
        margin-inline-start: -26px !important
    }
    .ms-sm-n7p5 {
        margin-inline-start: -30px !important
    }
    .ms-sm-n12p5 {
        margin-inline-start: -50px !important
    }
    .ms-sm-n17p5 {
        margin-inline-start: -70px !important
    }
    .ms-sm-n20p5 {
        margin-inline-start: -82px !important
    }
    .ms-sm-n32p5 {
        margin-inline-start: -130px !important
    }
    .ms-sm-n42 {
        margin-inline-start: -168px !important
    }
    .ms-sm-n45 {
        margin-inline-start: -180px !important
    }
    .ms-sm-n48 {
        margin-inline-start: -192px !important
    }
    .ms-sm-n50 {
        margin-inline-start: -200px !important
    }
    .ms-sm-n55 {
        margin-inline-start: -220px !important
    }
    .ms-sm-n56 {
        margin-inline-start: -224px !important
    }
    .ms-sm-n60 {
        margin-inline-start: -240px !important
    }
    .ms-sm-n62 {
        margin-inline-start: -248px !important
    }
    .ms-sm-n64 {
        margin-inline-start: -256px !important
    }
    .ms-sm-n70 {
        margin-inline-start: -280px !important
    }
    .ms-sm-n72 {
        margin-inline-start: -288px !important
    }
    .ms-sm-n75 {
        margin-inline-start: -300px !important
    }
    .ms-sm-n80 {
        margin-inline-start: -320px !important
    }
    .ms-sm-n85 {
        margin-inline-start: -340px !important
    }
    .ms-sm-n90 {
        margin-inline-start: -360px !important
    }
    .ms-sm-n100 {
        margin-inline-start: -400px !important
    }
    .ms-sm-n112 {
        margin-inline-start: -448px !important
    }
    .ms-sm-n120 {
        margin-inline-start: -480px !important
    }
    .ms-sm-n143 {
        margin-inline-start: -572px !important
    }
    .ms-sm-n150 {
        margin-inline-start: -600px !important
    }
    .ms-sm-n160 {
        margin-inline-start: -640px !important
    }
    .ms-sm-n190 {
        margin-inline-start: -760px !important
    }
    .ms-sm-n200 {
        margin-inline-start: -800px !important
    }
    .me-sm-n1 {
        margin-inline-end: -4px !important
    }
    .me-sm-n2 {
        margin-inline-end: -8px !important
    }
    .me-sm-n3 {
        margin-inline-end: -12px !important
    }
    .me-sm-n4 {
        margin-inline-end: -16px !important
    }
    .me-sm-n5 {
        margin-inline-end: -20px !important
    }
    .me-sm-n6 {
        margin-inline-end: -24px !important
    }
    .me-sm-n7 {
        margin-inline-end: -28px !important
    }
    .me-sm-n8 {
        margin-inline-end: -32px !important
    }
    .me-sm-n9 {
        margin-inline-end: -36px !important
    }
    .me-sm-n10 {
        margin-inline-end: -40px !important
    }
    .me-sm-n11 {
        margin-inline-end: -44px !important
    }
    .me-sm-n12 {
        margin-inline-end: -48px !important
    }
    .me-sm-n13 {
        margin-inline-end: -52px !important
    }
    .me-sm-n14 {
        margin-inline-end: -56px !important
    }
    .me-sm-n15 {
        margin-inline-end: -60px !important
    }
    .me-sm-n16 {
        margin-inline-end: -64px !important
    }
    .me-sm-n17 {
        margin-inline-end: -68px !important
    }
    .me-sm-n18 {
        margin-inline-end: -72px !important
    }
    .me-sm-n19 {
        margin-inline-end: -76px !important
    }
    .me-sm-n20 {
        margin-inline-end: -80px !important
    }
    .me-sm-n21 {
        margin-inline-end: -84px !important
    }
    .me-sm-n22 {
        margin-inline-end: -88px !important
    }
    .me-sm-n23 {
        margin-inline-end: -92px !important
    }
    .me-sm-n24 {
        margin-inline-end: -96px !important
    }
    .me-sm-n25 {
        margin-inline-end: -100px !important
    }
    .me-sm-n26 {
        margin-inline-end: -104px !important
    }
    .me-sm-n27 {
        margin-inline-end: -108px !important
    }
    .me-sm-n28 {
        margin-inline-end: -112px !important
    }
    .me-sm-n29 {
        margin-inline-end: -116px !important
    }
    .me-sm-n30 {
        margin-inline-end: -120px !important
    }
    .me-sm-n31 {
        margin-inline-end: -124px !important
    }
    .me-sm-n32 {
        margin-inline-end: -128px !important
    }
    .me-sm-n33 {
        margin-inline-end: -132px !important
    }
    .me-sm-n34 {
        margin-inline-end: -136px !important
    }
    .me-sm-n35 {
        margin-inline-end: -140px !important
    }
    .me-sm-n36 {
        margin-inline-end: -144px !important
    }
    .me-sm-n37 {
        margin-inline-end: -148px !important
    }
    .me-sm-n38 {
        margin-inline-end: -152px !important
    }
    .me-sm-n39 {
        margin-inline-end: -156px !important
    }
    .me-sm-n40 {
        margin-inline-end: -160px !important
    }
    .me-sm-n0p5 {
        margin-inline-end: -2px !important
    }
    .me-sm-n1p5 {
        margin-inline-end: -6px !important
    }
    .me-sm-n2p5 {
        margin-inline-end: -10px !important
    }
    .me-sm-n3p5 {
        margin-inline-end: -14px !important
    }
    .me-sm-n4p5 {
        margin-inline-end: -18px !important
    }
    .me-sm-n5p5 {
        margin-inline-end: -22px !important
    }
    .me-sm-n6p5 {
        margin-inline-end: -26px !important
    }
    .me-sm-n7p5 {
        margin-inline-end: -30px !important
    }
    .me-sm-n12p5 {
        margin-inline-end: -50px !important
    }
    .me-sm-n17p5 {
        margin-inline-end: -70px !important
    }
    .me-sm-n20p5 {
        margin-inline-end: -82px !important
    }
    .me-sm-n32p5 {
        margin-inline-end: -130px !important
    }
    .me-sm-n42 {
        margin-inline-end: -168px !important
    }
    .me-sm-n45 {
        margin-inline-end: -180px !important
    }
    .me-sm-n48 {
        margin-inline-end: -192px !important
    }
    .me-sm-n50 {
        margin-inline-end: -200px !important
    }
    .me-sm-n55 {
        margin-inline-end: -220px !important
    }
    .me-sm-n56 {
        margin-inline-end: -224px !important
    }
    .me-sm-n60 {
        margin-inline-end: -240px !important
    }
    .me-sm-n62 {
        margin-inline-end: -248px !important
    }
    .me-sm-n64 {
        margin-inline-end: -256px !important
    }
    .me-sm-n70 {
        margin-inline-end: -280px !important
    }
    .me-sm-n72 {
        margin-inline-end: -288px !important
    }
    .me-sm-n75 {
        margin-inline-end: -300px !important
    }
    .me-sm-n80 {
        margin-inline-end: -320px !important
    }
    .me-sm-n85 {
        margin-inline-end: -340px !important
    }
    .me-sm-n90 {
        margin-inline-end: -360px !important
    }
    .me-sm-n100 {
        margin-inline-end: -400px !important
    }
    .me-sm-n112 {
        margin-inline-end: -448px !important
    }
    .me-sm-n120 {
        margin-inline-end: -480px !important
    }
    .me-sm-n143 {
        margin-inline-end: -572px !important
    }
    .me-sm-n150 {
        margin-inline-end: -600px !important
    }
    .me-sm-n160 {
        margin-inline-end: -640px !important
    }
    .me-sm-n190 {
        margin-inline-end: -760px !important
    }
    .me-sm-n200 {
        margin-inline-end: -800px !important
    }
    .pa-sm-0 {
        padding: 0 !important
    }
    .pa-sm-1 {
        padding: 4px !important
    }
    .pa-sm-2 {
        padding: 8px !important
    }
    .pa-sm-3 {
        padding: 12px !important
    }
    .pa-sm-4 {
        padding: 16px !important
    }
    .pa-sm-5 {
        padding: 20px !important
    }
    .pa-sm-6 {
        padding: 24px !important
    }
    .pa-sm-7 {
        padding: 28px !important
    }
    .pa-sm-8 {
        padding: 32px !important
    }
    .pa-sm-9 {
        padding: 36px !important
    }
    .pa-sm-10 {
        padding: 40px !important
    }
    .pa-sm-11 {
        padding: 44px !important
    }
    .pa-sm-12 {
        padding: 48px !important
    }
    .pa-sm-13 {
        padding: 52px !important
    }
    .pa-sm-14 {
        padding: 56px !important
    }
    .pa-sm-15 {
        padding: 60px !important
    }
    .pa-sm-16 {
        padding: 64px !important
    }
    .pa-sm-17 {
        padding: 68px !important
    }
    .pa-sm-18 {
        padding: 72px !important
    }
    .pa-sm-19 {
        padding: 76px !important
    }
    .pa-sm-20 {
        padding: 80px !important
    }
    .pa-sm-21 {
        padding: 84px !important
    }
    .pa-sm-22 {
        padding: 88px !important
    }
    .pa-sm-23 {
        padding: 92px !important
    }
    .pa-sm-24 {
        padding: 96px !important
    }
    .pa-sm-25 {
        padding: 100px !important
    }
    .pa-sm-26 {
        padding: 104px !important
    }
    .pa-sm-27 {
        padding: 108px !important
    }
    .pa-sm-28 {
        padding: 112px !important
    }
    .pa-sm-29 {
        padding: 116px !important
    }
    .pa-sm-30 {
        padding: 120px !important
    }
    .pa-sm-31 {
        padding: 124px !important
    }
    .pa-sm-32 {
        padding: 128px !important
    }
    .pa-sm-33 {
        padding: 132px !important
    }
    .pa-sm-34 {
        padding: 136px !important
    }
    .pa-sm-35 {
        padding: 140px !important
    }
    .pa-sm-36 {
        padding: 144px !important
    }
    .pa-sm-37 {
        padding: 148px !important
    }
    .pa-sm-38 {
        padding: 152px !important
    }
    .pa-sm-39 {
        padding: 156px !important
    }
    .pa-sm-40 {
        padding: 160px !important
    }
    .pa-sm-0p5 {
        padding: 2px !important
    }
    .pa-sm-1p5 {
        padding: 6px !important
    }
    .pa-sm-2p5 {
        padding: 10px !important
    }
    .pa-sm-3p5 {
        padding: 14px !important
    }
    .pa-sm-4p5 {
        padding: 18px !important
    }
    .pa-sm-5p5 {
        padding: 22px !important
    }
    .pa-sm-6p5 {
        padding: 26px !important
    }
    .pa-sm-7p5 {
        padding: 30px !important
    }
    .pa-sm-12p5 {
        padding: 50px !important
    }
    .pa-sm-17p5 {
        padding: 70px !important
    }
    .pa-sm-20p5 {
        padding: 82px !important
    }
    .pa-sm-32p5 {
        padding: 130px !important
    }
    .pa-sm-42 {
        padding: 168px !important
    }
    .pa-sm-45 {
        padding: 180px !important
    }
    .pa-sm-48 {
        padding: 192px !important
    }
    .pa-sm-50 {
        padding: 200px !important
    }
    .pa-sm-55 {
        padding: 220px !important
    }
    .pa-sm-56 {
        padding: 224px !important
    }
    .pa-sm-60 {
        padding: 240px !important
    }
    .pa-sm-62 {
        padding: 248px !important
    }
    .pa-sm-64 {
        padding: 256px !important
    }
    .pa-sm-70 {
        padding: 280px !important
    }
    .pa-sm-72 {
        padding: 288px !important
    }
    .pa-sm-75 {
        padding: 300px !important
    }
    .pa-sm-80 {
        padding: 320px !important
    }
    .pa-sm-85 {
        padding: 340px !important
    }
    .pa-sm-90 {
        padding: 360px !important
    }
    .pa-sm-100 {
        padding: 400px !important
    }
    .pa-sm-112 {
        padding: 448px !important
    }
    .pa-sm-120 {
        padding: 480px !important
    }
    .pa-sm-143 {
        padding: 572px !important
    }
    .pa-sm-150 {
        padding: 600px !important
    }
    .pa-sm-160 {
        padding: 640px !important
    }
    .pa-sm-190 {
        padding: 760px !important
    }
    .pa-sm-200 {
        padding: 800px !important
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-sm-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-sm-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-sm-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-sm-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-sm-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-sm-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-sm-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-sm-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-sm-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-sm-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-sm-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-sm-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-sm-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-sm-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-sm-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-sm-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .px-sm-17 {
        padding-left: 68px !important;
        padding-right: 68px !important
    }
    .px-sm-18 {
        padding-left: 72px !important;
        padding-right: 72px !important
    }
    .px-sm-19 {
        padding-left: 76px !important;
        padding-right: 76px !important
    }
    .px-sm-20 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }
    .px-sm-21 {
        padding-left: 84px !important;
        padding-right: 84px !important
    }
    .px-sm-22 {
        padding-left: 88px !important;
        padding-right: 88px !important
    }
    .px-sm-23 {
        padding-left: 92px !important;
        padding-right: 92px !important
    }
    .px-sm-24 {
        padding-left: 96px !important;
        padding-right: 96px !important
    }
    .px-sm-25 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }
    .px-sm-26 {
        padding-left: 104px !important;
        padding-right: 104px !important
    }
    .px-sm-27 {
        padding-left: 108px !important;
        padding-right: 108px !important
    }
    .px-sm-28 {
        padding-left: 112px !important;
        padding-right: 112px !important
    }
    .px-sm-29 {
        padding-left: 116px !important;
        padding-right: 116px !important
    }
    .px-sm-30 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }
    .px-sm-31 {
        padding-left: 124px !important;
        padding-right: 124px !important
    }
    .px-sm-32 {
        padding-left: 128px !important;
        padding-right: 128px !important
    }
    .px-sm-33 {
        padding-left: 132px !important;
        padding-right: 132px !important
    }
    .px-sm-34 {
        padding-left: 136px !important;
        padding-right: 136px !important
    }
    .px-sm-35 {
        padding-left: 140px !important;
        padding-right: 140px !important
    }
    .px-sm-36 {
        padding-left: 144px !important;
        padding-right: 144px !important
    }
    .px-sm-37 {
        padding-left: 148px !important;
        padding-right: 148px !important
    }
    .px-sm-38 {
        padding-left: 152px !important;
        padding-right: 152px !important
    }
    .px-sm-39 {
        padding-left: 156px !important;
        padding-right: 156px !important
    }
    .px-sm-40 {
        padding-left: 160px !important;
        padding-right: 160px !important
    }
    .px-sm-0p5 {
        padding-left: 2px !important;
        padding-right: 2px !important
    }
    .px-sm-1p5 {
        padding-left: 6px !important;
        padding-right: 6px !important
    }
    .px-sm-2p5 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .px-sm-3p5 {
        padding-left: 14px !important;
        padding-right: 14px !important
    }
    .px-sm-4p5 {
        padding-left: 18px !important;
        padding-right: 18px !important
    }
    .px-sm-5p5 {
        padding-left: 22px !important;
        padding-right: 22px !important
    }
    .px-sm-6p5 {
        padding-left: 26px !important;
        padding-right: 26px !important
    }
    .px-sm-7p5 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .px-sm-12p5 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }
    .px-sm-17p5 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }
    .px-sm-20p5 {
        padding-left: 82px !important;
        padding-right: 82px !important
    }
    .px-sm-32p5 {
        padding-left: 130px !important;
        padding-right: 130px !important
    }
    .px-sm-42 {
        padding-left: 168px !important;
        padding-right: 168px !important
    }
    .px-sm-45 {
        padding-left: 180px !important;
        padding-right: 180px !important
    }
    .px-sm-48 {
        padding-left: 192px !important;
        padding-right: 192px !important
    }
    .px-sm-50 {
        padding-left: 200px !important;
        padding-right: 200px !important
    }
    .px-sm-55 {
        padding-left: 220px !important;
        padding-right: 220px !important
    }
    .px-sm-56 {
        padding-left: 224px !important;
        padding-right: 224px !important
    }
    .px-sm-60 {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
    .px-sm-62 {
        padding-left: 248px !important;
        padding-right: 248px !important
    }
    .px-sm-64 {
        padding-left: 256px !important;
        padding-right: 256px !important
    }
    .px-sm-70 {
        padding-left: 280px !important;
        padding-right: 280px !important
    }
    .px-sm-72 {
        padding-left: 288px !important;
        padding-right: 288px !important
    }
    .px-sm-75 {
        padding-left: 300px !important;
        padding-right: 300px !important
    }
    .px-sm-80 {
        padding-left: 320px !important;
        padding-right: 320px !important
    }
    .px-sm-85 {
        padding-left: 340px !important;
        padding-right: 340px !important
    }
    .px-sm-90 {
        padding-left: 360px !important;
        padding-right: 360px !important
    }
    .px-sm-100 {
        padding-left: 400px !important;
        padding-right: 400px !important
    }
    .px-sm-112 {
        padding-left: 448px !important;
        padding-right: 448px !important
    }
    .px-sm-120 {
        padding-left: 480px !important;
        padding-right: 480px !important
    }
    .px-sm-143 {
        padding-left: 572px !important;
        padding-right: 572px !important
    }
    .px-sm-150 {
        padding-left: 600px !important;
        padding-right: 600px !important
    }
    .px-sm-160 {
        padding-left: 640px !important;
        padding-right: 640px !important
    }
    .px-sm-190 {
        padding-left: 760px !important;
        padding-right: 760px !important
    }
    .px-sm-200 {
        padding-left: 800px !important;
        padding-right: 800px !important
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-sm-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-sm-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-sm-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-sm-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-sm-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-sm-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-sm-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-sm-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-sm-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-sm-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-sm-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-sm-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-sm-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-sm-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-sm-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-sm-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .py-sm-17 {
        padding-bottom: 68px !important;
        padding-top: 68px !important
    }
    .py-sm-18 {
        padding-bottom: 72px !important;
        padding-top: 72px !important
    }
    .py-sm-19 {
        padding-bottom: 76px !important;
        padding-top: 76px !important
    }
    .py-sm-20 {
        padding-bottom: 80px !important;
        padding-top: 80px !important
    }
    .py-sm-21 {
        padding-bottom: 84px !important;
        padding-top: 84px !important
    }
    .py-sm-22 {
        padding-bottom: 88px !important;
        padding-top: 88px !important
    }
    .py-sm-23 {
        padding-bottom: 92px !important;
        padding-top: 92px !important
    }
    .py-sm-24 {
        padding-bottom: 96px !important;
        padding-top: 96px !important
    }
    .py-sm-25 {
        padding-bottom: 100px !important;
        padding-top: 100px !important
    }
    .py-sm-26 {
        padding-bottom: 104px !important;
        padding-top: 104px !important
    }
    .py-sm-27 {
        padding-bottom: 108px !important;
        padding-top: 108px !important
    }
    .py-sm-28 {
        padding-bottom: 112px !important;
        padding-top: 112px !important
    }
    .py-sm-29 {
        padding-bottom: 116px !important;
        padding-top: 116px !important
    }
    .py-sm-30 {
        padding-bottom: 120px !important;
        padding-top: 120px !important
    }
    .py-sm-31 {
        padding-bottom: 124px !important;
        padding-top: 124px !important
    }
    .py-sm-32 {
        padding-bottom: 128px !important;
        padding-top: 128px !important
    }
    .py-sm-33 {
        padding-bottom: 132px !important;
        padding-top: 132px !important
    }
    .py-sm-34 {
        padding-bottom: 136px !important;
        padding-top: 136px !important
    }
    .py-sm-35 {
        padding-bottom: 140px !important;
        padding-top: 140px !important
    }
    .py-sm-36 {
        padding-bottom: 144px !important;
        padding-top: 144px !important
    }
    .py-sm-37 {
        padding-bottom: 148px !important;
        padding-top: 148px !important
    }
    .py-sm-38 {
        padding-bottom: 152px !important;
        padding-top: 152px !important
    }
    .py-sm-39 {
        padding-bottom: 156px !important;
        padding-top: 156px !important
    }
    .py-sm-40 {
        padding-bottom: 160px !important;
        padding-top: 160px !important
    }
    .py-sm-0p5 {
        padding-bottom: 2px !important;
        padding-top: 2px !important
    }
    .py-sm-1p5 {
        padding-bottom: 6px !important;
        padding-top: 6px !important
    }
    .py-sm-2p5 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
    .py-sm-3p5 {
        padding-bottom: 14px !important;
        padding-top: 14px !important
    }
    .py-sm-4p5 {
        padding-bottom: 18px !important;
        padding-top: 18px !important
    }
    .py-sm-5p5 {
        padding-bottom: 22px !important;
        padding-top: 22px !important
    }
    .py-sm-6p5 {
        padding-bottom: 26px !important;
        padding-top: 26px !important
    }
    .py-sm-7p5 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }
    .py-sm-12p5 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }
    .py-sm-17p5 {
        padding-bottom: 70px !important;
        padding-top: 70px !important
    }
    .py-sm-20p5 {
        padding-bottom: 82px !important;
        padding-top: 82px !important
    }
    .py-sm-32p5 {
        padding-bottom: 130px !important;
        padding-top: 130px !important
    }
    .py-sm-42 {
        padding-bottom: 168px !important;
        padding-top: 168px !important
    }
    .py-sm-45 {
        padding-bottom: 180px !important;
        padding-top: 180px !important
    }
    .py-sm-48 {
        padding-bottom: 192px !important;
        padding-top: 192px !important
    }
    .py-sm-50 {
        padding-bottom: 200px !important;
        padding-top: 200px !important
    }
    .py-sm-55 {
        padding-bottom: 220px !important;
        padding-top: 220px !important
    }
    .py-sm-56 {
        padding-bottom: 224px !important;
        padding-top: 224px !important
    }
    .py-sm-60 {
        padding-bottom: 240px !important;
        padding-top: 240px !important
    }
    .py-sm-62 {
        padding-bottom: 248px !important;
        padding-top: 248px !important
    }
    .py-sm-64 {
        padding-bottom: 256px !important;
        padding-top: 256px !important
    }
    .py-sm-70 {
        padding-bottom: 280px !important;
        padding-top: 280px !important
    }
    .py-sm-72 {
        padding-bottom: 288px !important;
        padding-top: 288px !important
    }
    .py-sm-75 {
        padding-bottom: 300px !important;
        padding-top: 300px !important
    }
    .py-sm-80 {
        padding-bottom: 320px !important;
        padding-top: 320px !important
    }
    .py-sm-85 {
        padding-bottom: 340px !important;
        padding-top: 340px !important
    }
    .py-sm-90 {
        padding-bottom: 360px !important;
        padding-top: 360px !important
    }
    .py-sm-100 {
        padding-bottom: 400px !important;
        padding-top: 400px !important
    }
    .py-sm-112 {
        padding-bottom: 448px !important;
        padding-top: 448px !important
    }
    .py-sm-120 {
        padding-bottom: 480px !important;
        padding-top: 480px !important
    }
    .py-sm-143 {
        padding-bottom: 572px !important;
        padding-top: 572px !important
    }
    .py-sm-150 {
        padding-bottom: 600px !important;
        padding-top: 600px !important
    }
    .py-sm-160 {
        padding-bottom: 640px !important;
        padding-top: 640px !important
    }
    .py-sm-190 {
        padding-bottom: 760px !important;
        padding-top: 760px !important
    }
    .py-sm-200 {
        padding-bottom: 800px !important;
        padding-top: 800px !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: 4px !important
    }
    .pt-sm-2 {
        padding-top: 8px !important
    }
    .pt-sm-3 {
        padding-top: 12px !important
    }
    .pt-sm-4 {
        padding-top: 16px !important
    }
    .pt-sm-5 {
        padding-top: 20px !important
    }
    .pt-sm-6 {
        padding-top: 24px !important
    }
    .pt-sm-7 {
        padding-top: 28px !important
    }
    .pt-sm-8 {
        padding-top: 32px !important
    }
    .pt-sm-9 {
        padding-top: 36px !important
    }
    .pt-sm-10 {
        padding-top: 40px !important
    }
    .pt-sm-11 {
        padding-top: 44px !important
    }
    .pt-sm-12 {
        padding-top: 48px !important
    }
    .pt-sm-13 {
        padding-top: 52px !important
    }
    .pt-sm-14 {
        padding-top: 56px !important
    }
    .pt-sm-15 {
        padding-top: 60px !important
    }
    .pt-sm-16 {
        padding-top: 64px !important
    }
    .pt-sm-17 {
        padding-top: 68px !important
    }
    .pt-sm-18 {
        padding-top: 72px !important
    }
    .pt-sm-19 {
        padding-top: 76px !important
    }
    .pt-sm-20 {
        padding-top: 80px !important
    }
    .pt-sm-21 {
        padding-top: 84px !important
    }
    .pt-sm-22 {
        padding-top: 88px !important
    }
    .pt-sm-23 {
        padding-top: 92px !important
    }
    .pt-sm-24 {
        padding-top: 96px !important
    }
    .pt-sm-25 {
        padding-top: 100px !important
    }
    .pt-sm-26 {
        padding-top: 104px !important
    }
    .pt-sm-27 {
        padding-top: 108px !important
    }
    .pt-sm-28 {
        padding-top: 112px !important
    }
    .pt-sm-29 {
        padding-top: 116px !important
    }
    .pt-sm-30 {
        padding-top: 120px !important
    }
    .pt-sm-31 {
        padding-top: 124px !important
    }
    .pt-sm-32 {
        padding-top: 128px !important
    }
    .pt-sm-33 {
        padding-top: 132px !important
    }
    .pt-sm-34 {
        padding-top: 136px !important
    }
    .pt-sm-35 {
        padding-top: 140px !important
    }
    .pt-sm-36 {
        padding-top: 144px !important
    }
    .pt-sm-37 {
        padding-top: 148px !important
    }
    .pt-sm-38 {
        padding-top: 152px !important
    }
    .pt-sm-39 {
        padding-top: 156px !important
    }
    .pt-sm-40 {
        padding-top: 160px !important
    }
    .pt-sm-0p5 {
        padding-top: 2px !important
    }
    .pt-sm-1p5 {
        padding-top: 6px !important
    }
    .pt-sm-2p5 {
        padding-top: 10px !important
    }
    .pt-sm-3p5 {
        padding-top: 14px !important
    }
    .pt-sm-4p5 {
        padding-top: 18px !important
    }
    .pt-sm-5p5 {
        padding-top: 22px !important
    }
    .pt-sm-6p5 {
        padding-top: 26px !important
    }
    .pt-sm-7p5 {
        padding-top: 30px !important
    }
    .pt-sm-12p5 {
        padding-top: 50px !important
    }
    .pt-sm-17p5 {
        padding-top: 70px !important
    }
    .pt-sm-20p5 {
        padding-top: 82px !important
    }
    .pt-sm-32p5 {
        padding-top: 130px !important
    }
    .pt-sm-42 {
        padding-top: 168px !important
    }
    .pt-sm-45 {
        padding-top: 180px !important
    }
    .pt-sm-48 {
        padding-top: 192px !important
    }
    .pt-sm-50 {
        padding-top: 200px !important
    }
    .pt-sm-55 {
        padding-top: 220px !important
    }
    .pt-sm-56 {
        padding-top: 224px !important
    }
    .pt-sm-60 {
        padding-top: 240px !important
    }
    .pt-sm-62 {
        padding-top: 248px !important
    }
    .pt-sm-64 {
        padding-top: 256px !important
    }
    .pt-sm-70 {
        padding-top: 280px !important
    }
    .pt-sm-72 {
        padding-top: 288px !important
    }
    .pt-sm-75 {
        padding-top: 300px !important
    }
    .pt-sm-80 {
        padding-top: 320px !important
    }
    .pt-sm-85 {
        padding-top: 340px !important
    }
    .pt-sm-90 {
        padding-top: 360px !important
    }
    .pt-sm-100 {
        padding-top: 400px !important
    }
    .pt-sm-112 {
        padding-top: 448px !important
    }
    .pt-sm-120 {
        padding-top: 480px !important
    }
    .pt-sm-143 {
        padding-top: 572px !important
    }
    .pt-sm-150 {
        padding-top: 600px !important
    }
    .pt-sm-160 {
        padding-top: 640px !important
    }
    .pt-sm-190 {
        padding-top: 760px !important
    }
    .pt-sm-200 {
        padding-top: 800px !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pr-sm-1 {
        padding-right: 4px !important
    }
    .pr-sm-2 {
        padding-right: 8px !important
    }
    .pr-sm-3 {
        padding-right: 12px !important
    }
    .pr-sm-4 {
        padding-right: 16px !important
    }
    .pr-sm-5 {
        padding-right: 20px !important
    }
    .pr-sm-6 {
        padding-right: 24px !important
    }
    .pr-sm-7 {
        padding-right: 28px !important
    }
    .pr-sm-8 {
        padding-right: 32px !important
    }
    .pr-sm-9 {
        padding-right: 36px !important
    }
    .pr-sm-10 {
        padding-right: 40px !important
    }
    .pr-sm-11 {
        padding-right: 44px !important
    }
    .pr-sm-12 {
        padding-right: 48px !important
    }
    .pr-sm-13 {
        padding-right: 52px !important
    }
    .pr-sm-14 {
        padding-right: 56px !important
    }
    .pr-sm-15 {
        padding-right: 60px !important
    }
    .pr-sm-16 {
        padding-right: 64px !important
    }
    .pr-sm-17 {
        padding-right: 68px !important
    }
    .pr-sm-18 {
        padding-right: 72px !important
    }
    .pr-sm-19 {
        padding-right: 76px !important
    }
    .pr-sm-20 {
        padding-right: 80px !important
    }
    .pr-sm-21 {
        padding-right: 84px !important
    }
    .pr-sm-22 {
        padding-right: 88px !important
    }
    .pr-sm-23 {
        padding-right: 92px !important
    }
    .pr-sm-24 {
        padding-right: 96px !important
    }
    .pr-sm-25 {
        padding-right: 100px !important
    }
    .pr-sm-26 {
        padding-right: 104px !important
    }
    .pr-sm-27 {
        padding-right: 108px !important
    }
    .pr-sm-28 {
        padding-right: 112px !important
    }
    .pr-sm-29 {
        padding-right: 116px !important
    }
    .pr-sm-30 {
        padding-right: 120px !important
    }
    .pr-sm-31 {
        padding-right: 124px !important
    }
    .pr-sm-32 {
        padding-right: 128px !important
    }
    .pr-sm-33 {
        padding-right: 132px !important
    }
    .pr-sm-34 {
        padding-right: 136px !important
    }
    .pr-sm-35 {
        padding-right: 140px !important
    }
    .pr-sm-36 {
        padding-right: 144px !important
    }
    .pr-sm-37 {
        padding-right: 148px !important
    }
    .pr-sm-38 {
        padding-right: 152px !important
    }
    .pr-sm-39 {
        padding-right: 156px !important
    }
    .pr-sm-40 {
        padding-right: 160px !important
    }
    .pr-sm-0p5 {
        padding-right: 2px !important
    }
    .pr-sm-1p5 {
        padding-right: 6px !important
    }
    .pr-sm-2p5 {
        padding-right: 10px !important
    }
    .pr-sm-3p5 {
        padding-right: 14px !important
    }
    .pr-sm-4p5 {
        padding-right: 18px !important
    }
    .pr-sm-5p5 {
        padding-right: 22px !important
    }
    .pr-sm-6p5 {
        padding-right: 26px !important
    }
    .pr-sm-7p5 {
        padding-right: 30px !important
    }
    .pr-sm-12p5 {
        padding-right: 50px !important
    }
    .pr-sm-17p5 {
        padding-right: 70px !important
    }
    .pr-sm-20p5 {
        padding-right: 82px !important
    }
    .pr-sm-32p5 {
        padding-right: 130px !important
    }
    .pr-sm-42 {
        padding-right: 168px !important
    }
    .pr-sm-45 {
        padding-right: 180px !important
    }
    .pr-sm-48 {
        padding-right: 192px !important
    }
    .pr-sm-50 {
        padding-right: 200px !important
    }
    .pr-sm-55 {
        padding-right: 220px !important
    }
    .pr-sm-56 {
        padding-right: 224px !important
    }
    .pr-sm-60 {
        padding-right: 240px !important
    }
    .pr-sm-62 {
        padding-right: 248px !important
    }
    .pr-sm-64 {
        padding-right: 256px !important
    }
    .pr-sm-70 {
        padding-right: 280px !important
    }
    .pr-sm-72 {
        padding-right: 288px !important
    }
    .pr-sm-75 {
        padding-right: 300px !important
    }
    .pr-sm-80 {
        padding-right: 320px !important
    }
    .pr-sm-85 {
        padding-right: 340px !important
    }
    .pr-sm-90 {
        padding-right: 360px !important
    }
    .pr-sm-100 {
        padding-right: 400px !important
    }
    .pr-sm-112 {
        padding-right: 448px !important
    }
    .pr-sm-120 {
        padding-right: 480px !important
    }
    .pr-sm-143 {
        padding-right: 572px !important
    }
    .pr-sm-150 {
        padding-right: 600px !important
    }
    .pr-sm-160 {
        padding-right: 640px !important
    }
    .pr-sm-190 {
        padding-right: 760px !important
    }
    .pr-sm-200 {
        padding-right: 800px !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: 4px !important
    }
    .pb-sm-2 {
        padding-bottom: 8px !important
    }
    .pb-sm-3 {
        padding-bottom: 12px !important
    }
    .pb-sm-4 {
        padding-bottom: 16px !important
    }
    .pb-sm-5 {
        padding-bottom: 20px !important
    }
    .pb-sm-6 {
        padding-bottom: 24px !important
    }
    .pb-sm-7 {
        padding-bottom: 28px !important
    }
    .pb-sm-8 {
        padding-bottom: 32px !important
    }
    .pb-sm-9 {
        padding-bottom: 36px !important
    }
    .pb-sm-10 {
        padding-bottom: 40px !important
    }
    .pb-sm-11 {
        padding-bottom: 44px !important
    }
    .pb-sm-12 {
        padding-bottom: 48px !important
    }
    .pb-sm-13 {
        padding-bottom: 52px !important
    }
    .pb-sm-14 {
        padding-bottom: 56px !important
    }
    .pb-sm-15 {
        padding-bottom: 60px !important
    }
    .pb-sm-16 {
        padding-bottom: 64px !important
    }
    .pb-sm-17 {
        padding-bottom: 68px !important
    }
    .pb-sm-18 {
        padding-bottom: 72px !important
    }
    .pb-sm-19 {
        padding-bottom: 76px !important
    }
    .pb-sm-20 {
        padding-bottom: 80px !important
    }
    .pb-sm-21 {
        padding-bottom: 84px !important
    }
    .pb-sm-22 {
        padding-bottom: 88px !important
    }
    .pb-sm-23 {
        padding-bottom: 92px !important
    }
    .pb-sm-24 {
        padding-bottom: 96px !important
    }
    .pb-sm-25 {
        padding-bottom: 100px !important
    }
    .pb-sm-26 {
        padding-bottom: 104px !important
    }
    .pb-sm-27 {
        padding-bottom: 108px !important
    }
    .pb-sm-28 {
        padding-bottom: 112px !important
    }
    .pb-sm-29 {
        padding-bottom: 116px !important
    }
    .pb-sm-30 {
        padding-bottom: 120px !important
    }
    .pb-sm-31 {
        padding-bottom: 124px !important
    }
    .pb-sm-32 {
        padding-bottom: 128px !important
    }
    .pb-sm-33 {
        padding-bottom: 132px !important
    }
    .pb-sm-34 {
        padding-bottom: 136px !important
    }
    .pb-sm-35 {
        padding-bottom: 140px !important
    }
    .pb-sm-36 {
        padding-bottom: 144px !important
    }
    .pb-sm-37 {
        padding-bottom: 148px !important
    }
    .pb-sm-38 {
        padding-bottom: 152px !important
    }
    .pb-sm-39 {
        padding-bottom: 156px !important
    }
    .pb-sm-40 {
        padding-bottom: 160px !important
    }
    .pb-sm-0p5 {
        padding-bottom: 2px !important
    }
    .pb-sm-1p5 {
        padding-bottom: 6px !important
    }
    .pb-sm-2p5 {
        padding-bottom: 10px !important
    }
    .pb-sm-3p5 {
        padding-bottom: 14px !important
    }
    .pb-sm-4p5 {
        padding-bottom: 18px !important
    }
    .pb-sm-5p5 {
        padding-bottom: 22px !important
    }
    .pb-sm-6p5 {
        padding-bottom: 26px !important
    }
    .pb-sm-7p5 {
        padding-bottom: 30px !important
    }
    .pb-sm-12p5 {
        padding-bottom: 50px !important
    }
    .pb-sm-17p5 {
        padding-bottom: 70px !important
    }
    .pb-sm-20p5 {
        padding-bottom: 82px !important
    }
    .pb-sm-32p5 {
        padding-bottom: 130px !important
    }
    .pb-sm-42 {
        padding-bottom: 168px !important
    }
    .pb-sm-45 {
        padding-bottom: 180px !important
    }
    .pb-sm-48 {
        padding-bottom: 192px !important
    }
    .pb-sm-50 {
        padding-bottom: 200px !important
    }
    .pb-sm-55 {
        padding-bottom: 220px !important
    }
    .pb-sm-56 {
        padding-bottom: 224px !important
    }
    .pb-sm-60 {
        padding-bottom: 240px !important
    }
    .pb-sm-62 {
        padding-bottom: 248px !important
    }
    .pb-sm-64 {
        padding-bottom: 256px !important
    }
    .pb-sm-70 {
        padding-bottom: 280px !important
    }
    .pb-sm-72 {
        padding-bottom: 288px !important
    }
    .pb-sm-75 {
        padding-bottom: 300px !important
    }
    .pb-sm-80 {
        padding-bottom: 320px !important
    }
    .pb-sm-85 {
        padding-bottom: 340px !important
    }
    .pb-sm-90 {
        padding-bottom: 360px !important
    }
    .pb-sm-100 {
        padding-bottom: 400px !important
    }
    .pb-sm-112 {
        padding-bottom: 448px !important
    }
    .pb-sm-120 {
        padding-bottom: 480px !important
    }
    .pb-sm-143 {
        padding-bottom: 572px !important
    }
    .pb-sm-150 {
        padding-bottom: 600px !important
    }
    .pb-sm-160 {
        padding-bottom: 640px !important
    }
    .pb-sm-190 {
        padding-bottom: 760px !important
    }
    .pb-sm-200 {
        padding-bottom: 800px !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .pl-sm-1 {
        padding-left: 4px !important
    }
    .pl-sm-2 {
        padding-left: 8px !important
    }
    .pl-sm-3 {
        padding-left: 12px !important
    }
    .pl-sm-4 {
        padding-left: 16px !important
    }
    .pl-sm-5 {
        padding-left: 20px !important
    }
    .pl-sm-6 {
        padding-left: 24px !important
    }
    .pl-sm-7 {
        padding-left: 28px !important
    }
    .pl-sm-8 {
        padding-left: 32px !important
    }
    .pl-sm-9 {
        padding-left: 36px !important
    }
    .pl-sm-10 {
        padding-left: 40px !important
    }
    .pl-sm-11 {
        padding-left: 44px !important
    }
    .pl-sm-12 {
        padding-left: 48px !important
    }
    .pl-sm-13 {
        padding-left: 52px !important
    }
    .pl-sm-14 {
        padding-left: 56px !important
    }
    .pl-sm-15 {
        padding-left: 60px !important
    }
    .pl-sm-16 {
        padding-left: 64px !important
    }
    .pl-sm-17 {
        padding-left: 68px !important
    }
    .pl-sm-18 {
        padding-left: 72px !important
    }
    .pl-sm-19 {
        padding-left: 76px !important
    }
    .pl-sm-20 {
        padding-left: 80px !important
    }
    .pl-sm-21 {
        padding-left: 84px !important
    }
    .pl-sm-22 {
        padding-left: 88px !important
    }
    .pl-sm-23 {
        padding-left: 92px !important
    }
    .pl-sm-24 {
        padding-left: 96px !important
    }
    .pl-sm-25 {
        padding-left: 100px !important
    }
    .pl-sm-26 {
        padding-left: 104px !important
    }
    .pl-sm-27 {
        padding-left: 108px !important
    }
    .pl-sm-28 {
        padding-left: 112px !important
    }
    .pl-sm-29 {
        padding-left: 116px !important
    }
    .pl-sm-30 {
        padding-left: 120px !important
    }
    .pl-sm-31 {
        padding-left: 124px !important
    }
    .pl-sm-32 {
        padding-left: 128px !important
    }
    .pl-sm-33 {
        padding-left: 132px !important
    }
    .pl-sm-34 {
        padding-left: 136px !important
    }
    .pl-sm-35 {
        padding-left: 140px !important
    }
    .pl-sm-36 {
        padding-left: 144px !important
    }
    .pl-sm-37 {
        padding-left: 148px !important
    }
    .pl-sm-38 {
        padding-left: 152px !important
    }
    .pl-sm-39 {
        padding-left: 156px !important
    }
    .pl-sm-40 {
        padding-left: 160px !important
    }
    .pl-sm-0p5 {
        padding-left: 2px !important
    }
    .pl-sm-1p5 {
        padding-left: 6px !important
    }
    .pl-sm-2p5 {
        padding-left: 10px !important
    }
    .pl-sm-3p5 {
        padding-left: 14px !important
    }
    .pl-sm-4p5 {
        padding-left: 18px !important
    }
    .pl-sm-5p5 {
        padding-left: 22px !important
    }
    .pl-sm-6p5 {
        padding-left: 26px !important
    }
    .pl-sm-7p5 {
        padding-left: 30px !important
    }
    .pl-sm-12p5 {
        padding-left: 50px !important
    }
    .pl-sm-17p5 {
        padding-left: 70px !important
    }
    .pl-sm-20p5 {
        padding-left: 82px !important
    }
    .pl-sm-32p5 {
        padding-left: 130px !important
    }
    .pl-sm-42 {
        padding-left: 168px !important
    }
    .pl-sm-45 {
        padding-left: 180px !important
    }
    .pl-sm-48 {
        padding-left: 192px !important
    }
    .pl-sm-50 {
        padding-left: 200px !important
    }
    .pl-sm-55 {
        padding-left: 220px !important
    }
    .pl-sm-56 {
        padding-left: 224px !important
    }
    .pl-sm-60 {
        padding-left: 240px !important
    }
    .pl-sm-62 {
        padding-left: 248px !important
    }
    .pl-sm-64 {
        padding-left: 256px !important
    }
    .pl-sm-70 {
        padding-left: 280px !important
    }
    .pl-sm-72 {
        padding-left: 288px !important
    }
    .pl-sm-75 {
        padding-left: 300px !important
    }
    .pl-sm-80 {
        padding-left: 320px !important
    }
    .pl-sm-85 {
        padding-left: 340px !important
    }
    .pl-sm-90 {
        padding-left: 360px !important
    }
    .pl-sm-100 {
        padding-left: 400px !important
    }
    .pl-sm-112 {
        padding-left: 448px !important
    }
    .pl-sm-120 {
        padding-left: 480px !important
    }
    .pl-sm-143 {
        padding-left: 572px !important
    }
    .pl-sm-150 {
        padding-left: 600px !important
    }
    .pl-sm-160 {
        padding-left: 640px !important
    }
    .pl-sm-190 {
        padding-left: 760px !important
    }
    .pl-sm-200 {
        padding-left: 800px !important
    }
    .ps-sm-0 {
        padding-inline-start: 0 !important
    }
    .ps-sm-1 {
        padding-inline-start: 4px !important
    }
    .ps-sm-2 {
        padding-inline-start: 8px !important
    }
    .ps-sm-3 {
        padding-inline-start: 12px !important
    }
    .ps-sm-4 {
        padding-inline-start: 16px !important
    }
    .ps-sm-5 {
        padding-inline-start: 20px !important
    }
    .ps-sm-6 {
        padding-inline-start: 24px !important
    }
    .ps-sm-7 {
        padding-inline-start: 28px !important
    }
    .ps-sm-8 {
        padding-inline-start: 32px !important
    }
    .ps-sm-9 {
        padding-inline-start: 36px !important
    }
    .ps-sm-10 {
        padding-inline-start: 40px !important
    }
    .ps-sm-11 {
        padding-inline-start: 44px !important
    }
    .ps-sm-12 {
        padding-inline-start: 48px !important
    }
    .ps-sm-13 {
        padding-inline-start: 52px !important
    }
    .ps-sm-14 {
        padding-inline-start: 56px !important
    }
    .ps-sm-15 {
        padding-inline-start: 60px !important
    }
    .ps-sm-16 {
        padding-inline-start: 64px !important
    }
    .ps-sm-17 {
        padding-inline-start: 68px !important
    }
    .ps-sm-18 {
        padding-inline-start: 72px !important
    }
    .ps-sm-19 {
        padding-inline-start: 76px !important
    }
    .ps-sm-20 {
        padding-inline-start: 80px !important
    }
    .ps-sm-21 {
        padding-inline-start: 84px !important
    }
    .ps-sm-22 {
        padding-inline-start: 88px !important
    }
    .ps-sm-23 {
        padding-inline-start: 92px !important
    }
    .ps-sm-24 {
        padding-inline-start: 96px !important
    }
    .ps-sm-25 {
        padding-inline-start: 100px !important
    }
    .ps-sm-26 {
        padding-inline-start: 104px !important
    }
    .ps-sm-27 {
        padding-inline-start: 108px !important
    }
    .ps-sm-28 {
        padding-inline-start: 112px !important
    }
    .ps-sm-29 {
        padding-inline-start: 116px !important
    }
    .ps-sm-30 {
        padding-inline-start: 120px !important
    }
    .ps-sm-31 {
        padding-inline-start: 124px !important
    }
    .ps-sm-32 {
        padding-inline-start: 128px !important
    }
    .ps-sm-33 {
        padding-inline-start: 132px !important
    }
    .ps-sm-34 {
        padding-inline-start: 136px !important
    }
    .ps-sm-35 {
        padding-inline-start: 140px !important
    }
    .ps-sm-36 {
        padding-inline-start: 144px !important
    }
    .ps-sm-37 {
        padding-inline-start: 148px !important
    }
    .ps-sm-38 {
        padding-inline-start: 152px !important
    }
    .ps-sm-39 {
        padding-inline-start: 156px !important
    }
    .ps-sm-40 {
        padding-inline-start: 160px !important
    }
    .ps-sm-0p5 {
        padding-inline-start: 2px !important
    }
    .ps-sm-1p5 {
        padding-inline-start: 6px !important
    }
    .ps-sm-2p5 {
        padding-inline-start: 10px !important
    }
    .ps-sm-3p5 {
        padding-inline-start: 14px !important
    }
    .ps-sm-4p5 {
        padding-inline-start: 18px !important
    }
    .ps-sm-5p5 {
        padding-inline-start: 22px !important
    }
    .ps-sm-6p5 {
        padding-inline-start: 26px !important
    }
    .ps-sm-7p5 {
        padding-inline-start: 30px !important
    }
    .ps-sm-12p5 {
        padding-inline-start: 50px !important
    }
    .ps-sm-17p5 {
        padding-inline-start: 70px !important
    }
    .ps-sm-20p5 {
        padding-inline-start: 82px !important
    }
    .ps-sm-32p5 {
        padding-inline-start: 130px !important
    }
    .ps-sm-42 {
        padding-inline-start: 168px !important
    }
    .ps-sm-45 {
        padding-inline-start: 180px !important
    }
    .ps-sm-48 {
        padding-inline-start: 192px !important
    }
    .ps-sm-50 {
        padding-inline-start: 200px !important
    }
    .ps-sm-55 {
        padding-inline-start: 220px !important
    }
    .ps-sm-56 {
        padding-inline-start: 224px !important
    }
    .ps-sm-60 {
        padding-inline-start: 240px !important
    }
    .ps-sm-62 {
        padding-inline-start: 248px !important
    }
    .ps-sm-64 {
        padding-inline-start: 256px !important
    }
    .ps-sm-70 {
        padding-inline-start: 280px !important
    }
    .ps-sm-72 {
        padding-inline-start: 288px !important
    }
    .ps-sm-75 {
        padding-inline-start: 300px !important
    }
    .ps-sm-80 {
        padding-inline-start: 320px !important
    }
    .ps-sm-85 {
        padding-inline-start: 340px !important
    }
    .ps-sm-90 {
        padding-inline-start: 360px !important
    }
    .ps-sm-100 {
        padding-inline-start: 400px !important
    }
    .ps-sm-112 {
        padding-inline-start: 448px !important
    }
    .ps-sm-120 {
        padding-inline-start: 480px !important
    }
    .ps-sm-143 {
        padding-inline-start: 572px !important
    }
    .ps-sm-150 {
        padding-inline-start: 600px !important
    }
    .ps-sm-160 {
        padding-inline-start: 640px !important
    }
    .ps-sm-190 {
        padding-inline-start: 760px !important
    }
    .ps-sm-200 {
        padding-inline-start: 800px !important
    }
    .pe-sm-0 {
        padding-inline-end: 0 !important
    }
    .pe-sm-1 {
        padding-inline-end: 4px !important
    }
    .pe-sm-2 {
        padding-inline-end: 8px !important
    }
    .pe-sm-3 {
        padding-inline-end: 12px !important
    }
    .pe-sm-4 {
        padding-inline-end: 16px !important
    }
    .pe-sm-5 {
        padding-inline-end: 20px !important
    }
    .pe-sm-6 {
        padding-inline-end: 24px !important
    }
    .pe-sm-7 {
        padding-inline-end: 28px !important
    }
    .pe-sm-8 {
        padding-inline-end: 32px !important
    }
    .pe-sm-9 {
        padding-inline-end: 36px !important
    }
    .pe-sm-10 {
        padding-inline-end: 40px !important
    }
    .pe-sm-11 {
        padding-inline-end: 44px !important
    }
    .pe-sm-12 {
        padding-inline-end: 48px !important
    }
    .pe-sm-13 {
        padding-inline-end: 52px !important
    }
    .pe-sm-14 {
        padding-inline-end: 56px !important
    }
    .pe-sm-15 {
        padding-inline-end: 60px !important
    }
    .pe-sm-16 {
        padding-inline-end: 64px !important
    }
    .pe-sm-17 {
        padding-inline-end: 68px !important
    }
    .pe-sm-18 {
        padding-inline-end: 72px !important
    }
    .pe-sm-19 {
        padding-inline-end: 76px !important
    }
    .pe-sm-20 {
        padding-inline-end: 80px !important
    }
    .pe-sm-21 {
        padding-inline-end: 84px !important
    }
    .pe-sm-22 {
        padding-inline-end: 88px !important
    }
    .pe-sm-23 {
        padding-inline-end: 92px !important
    }
    .pe-sm-24 {
        padding-inline-end: 96px !important
    }
    .pe-sm-25 {
        padding-inline-end: 100px !important
    }
    .pe-sm-26 {
        padding-inline-end: 104px !important
    }
    .pe-sm-27 {
        padding-inline-end: 108px !important
    }
    .pe-sm-28 {
        padding-inline-end: 112px !important
    }
    .pe-sm-29 {
        padding-inline-end: 116px !important
    }
    .pe-sm-30 {
        padding-inline-end: 120px !important
    }
    .pe-sm-31 {
        padding-inline-end: 124px !important
    }
    .pe-sm-32 {
        padding-inline-end: 128px !important
    }
    .pe-sm-33 {
        padding-inline-end: 132px !important
    }
    .pe-sm-34 {
        padding-inline-end: 136px !important
    }
    .pe-sm-35 {
        padding-inline-end: 140px !important
    }
    .pe-sm-36 {
        padding-inline-end: 144px !important
    }
    .pe-sm-37 {
        padding-inline-end: 148px !important
    }
    .pe-sm-38 {
        padding-inline-end: 152px !important
    }
    .pe-sm-39 {
        padding-inline-end: 156px !important
    }
    .pe-sm-40 {
        padding-inline-end: 160px !important
    }
    .pe-sm-0p5 {
        padding-inline-end: 2px !important
    }
    .pe-sm-1p5 {
        padding-inline-end: 6px !important
    }
    .pe-sm-2p5 {
        padding-inline-end: 10px !important
    }
    .pe-sm-3p5 {
        padding-inline-end: 14px !important
    }
    .pe-sm-4p5 {
        padding-inline-end: 18px !important
    }
    .pe-sm-5p5 {
        padding-inline-end: 22px !important
    }
    .pe-sm-6p5 {
        padding-inline-end: 26px !important
    }
    .pe-sm-7p5 {
        padding-inline-end: 30px !important
    }
    .pe-sm-12p5 {
        padding-inline-end: 50px !important
    }
    .pe-sm-17p5 {
        padding-inline-end: 70px !important
    }
    .pe-sm-20p5 {
        padding-inline-end: 82px !important
    }
    .pe-sm-32p5 {
        padding-inline-end: 130px !important
    }
    .pe-sm-42 {
        padding-inline-end: 168px !important
    }
    .pe-sm-45 {
        padding-inline-end: 180px !important
    }
    .pe-sm-48 {
        padding-inline-end: 192px !important
    }
    .pe-sm-50 {
        padding-inline-end: 200px !important
    }
    .pe-sm-55 {
        padding-inline-end: 220px !important
    }
    .pe-sm-56 {
        padding-inline-end: 224px !important
    }
    .pe-sm-60 {
        padding-inline-end: 240px !important
    }
    .pe-sm-62 {
        padding-inline-end: 248px !important
    }
    .pe-sm-64 {
        padding-inline-end: 256px !important
    }
    .pe-sm-70 {
        padding-inline-end: 280px !important
    }
    .pe-sm-72 {
        padding-inline-end: 288px !important
    }
    .pe-sm-75 {
        padding-inline-end: 300px !important
    }
    .pe-sm-80 {
        padding-inline-end: 320px !important
    }
    .pe-sm-85 {
        padding-inline-end: 340px !important
    }
    .pe-sm-90 {
        padding-inline-end: 360px !important
    }
    .pe-sm-100 {
        padding-inline-end: 400px !important
    }
    .pe-sm-112 {
        padding-inline-end: 448px !important
    }
    .pe-sm-120 {
        padding-inline-end: 480px !important
    }
    .pe-sm-143 {
        padding-inline-end: 572px !important
    }
    .pe-sm-150 {
        padding-inline-end: 600px !important
    }
    .pe-sm-160 {
        padding-inline-end: 640px !important
    }
    .pe-sm-190 {
        padding-inline-end: 760px !important
    }
    .pe-sm-200 {
        padding-inline-end: 800px !important
    }
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
    .text-sm-justify {
        text-align: justify !important
    }
    .text-sm-start {
        text-align: start !important
    }
    .text-sm-end {
        text-align: end !important
    }
    .text-sm-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-sm-h1,
    .text-sm-h2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-sm-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-sm-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-sm-h3,
    .text-sm-h4 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-sm-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-sm-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-sm-h5,
    .text-sm-h6 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-sm-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-sm-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-sm-subtitle-1,
    .text-sm-subtitle-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-sm-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-sm-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-sm-body-1,
    .text-sm-body-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-sm-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-sm-button {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-sm-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-sm-caption,
    .text-sm-overline {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .75rem !important
    }
    .text-sm-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-sm-auto {
        height: auto !important
    }
    .h-sm-screen {
        height: 100vh !important
    }
    .h-sm-0 {
        height: 0 !important
    }
    .h-sm-25 {
        height: 25% !important
    }
    .h-sm-50 {
        height: 50% !important
    }
    .h-sm-75 {
        height: 75% !important
    }
    .h-sm-100 {
        height: 100% !important
    }
    .w-sm-auto {
        width: auto !important
    }
    .w-sm-0 {
        width: 0 !important
    }
    .w-sm-25 {
        width: 25% !important
    }
    .w-sm-33 {
        width: 33% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-66 {
        width: 66% !important
    }
    .w-sm-75 {
        width: 75% !important
    }
    .w-sm-100 {
        width: 100% !important
    }
}

@media(min-width:960px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .float-md-none {
        float: none !important
    }
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .v-locale--is-rtl .float-md-end {
        float: left !important
    }
    .v-locale--is-ltr .float-md-end,
    .v-locale--is-rtl .float-md-start {
        float: right !important
    }
    .v-locale--is-ltr .float-md-start {
        float: left !important
    }
    .flex-md-1-1,
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-1-0 {
        flex: 1 0 auto !important
    }
    .flex-md-0-1 {
        flex: 0 1 auto !important
    }
    .flex-md-0-0 {
        flex: 0 0 auto !important
    }
    .flex-md-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-md-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-md-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-md-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-md-start {
        justify-content: flex-start !important
    }
    .justify-md-end {
        justify-content: flex-end !important
    }
    .justify-md-center {
        justify-content: center !important
    }
    .justify-md-space-between {
        justify-content: space-between !important
    }
    .justify-md-space-around {
        justify-content: space-around !important
    }
    .justify-md-space-evenly {
        justify-content: space-evenly !important
    }
    .align-md-start {
        align-items: flex-start !important
    }
    .align-md-end {
        align-items: flex-end !important
    }
    .align-md-center {
        align-items: center !important
    }
    .align-md-baseline {
        align-items: baseline !important
    }
    .align-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-space-between {
        align-content: space-between !important
    }
    .align-content-md-space-around {
        align-content: space-around !important
    }
    .align-content-md-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-6 {
        order: 6 !important
    }
    .order-md-7 {
        order: 7 !important
    }
    .order-md-8 {
        order: 8 !important
    }
    .order-md-9 {
        order: 9 !important
    }
    .order-md-10 {
        order: 10 !important
    }
    .order-md-11 {
        order: 11 !important
    }
    .order-md-12 {
        order: 12 !important
    }
    .order-md-last {
        order: 13 !important
    }
    .ga-md-0 {
        gap: 0 !important
    }
    .ga-md-1 {
        gap: 4px !important
    }
    .ga-md-2 {
        gap: 8px !important
    }
    .ga-md-3 {
        gap: 12px !important
    }
    .ga-md-4 {
        gap: 16px !important
    }
    .ga-md-5 {
        gap: 20px !important
    }
    .ga-md-6 {
        gap: 24px !important
    }
    .ga-md-7 {
        gap: 28px !important
    }
    .ga-md-8 {
        gap: 32px !important
    }
    .ga-md-9 {
        gap: 36px !important
    }
    .ga-md-10 {
        gap: 40px !important
    }
    .ga-md-11 {
        gap: 44px !important
    }
    .ga-md-12 {
        gap: 48px !important
    }
    .ga-md-13 {
        gap: 52px !important
    }
    .ga-md-14 {
        gap: 56px !important
    }
    .ga-md-15 {
        gap: 60px !important
    }
    .ga-md-16 {
        gap: 64px !important
    }
    .ga-md-17 {
        gap: 68px !important
    }
    .ga-md-18 {
        gap: 72px !important
    }
    .ga-md-19 {
        gap: 76px !important
    }
    .ga-md-20 {
        gap: 80px !important
    }
    .ga-md-21 {
        gap: 84px !important
    }
    .ga-md-22 {
        gap: 88px !important
    }
    .ga-md-23 {
        gap: 92px !important
    }
    .ga-md-24 {
        gap: 96px !important
    }
    .ga-md-25 {
        gap: 100px !important
    }
    .ga-md-26 {
        gap: 104px !important
    }
    .ga-md-27 {
        gap: 108px !important
    }
    .ga-md-28 {
        gap: 112px !important
    }
    .ga-md-29 {
        gap: 116px !important
    }
    .ga-md-30 {
        gap: 120px !important
    }
    .ga-md-31 {
        gap: 124px !important
    }
    .ga-md-32 {
        gap: 128px !important
    }
    .ga-md-33 {
        gap: 132px !important
    }
    .ga-md-34 {
        gap: 136px !important
    }
    .ga-md-35 {
        gap: 140px !important
    }
    .ga-md-36 {
        gap: 144px !important
    }
    .ga-md-37 {
        gap: 148px !important
    }
    .ga-md-38 {
        gap: 152px !important
    }
    .ga-md-39 {
        gap: 156px !important
    }
    .ga-md-40 {
        gap: 160px !important
    }
    .ga-md-0p5 {
        gap: 2px !important
    }
    .ga-md-1p5 {
        gap: 6px !important
    }
    .ga-md-2p5 {
        gap: 10px !important
    }
    .ga-md-3p5 {
        gap: 14px !important
    }
    .ga-md-4p5 {
        gap: 18px !important
    }
    .ga-md-5p5 {
        gap: 22px !important
    }
    .ga-md-6p5 {
        gap: 26px !important
    }
    .ga-md-7p5 {
        gap: 30px !important
    }
    .ga-md-12p5 {
        gap: 50px !important
    }
    .ga-md-17p5 {
        gap: 70px !important
    }
    .ga-md-20p5 {
        gap: 82px !important
    }
    .ga-md-32p5 {
        gap: 130px !important
    }
    .ga-md-42 {
        gap: 168px !important
    }
    .ga-md-45 {
        gap: 180px !important
    }
    .ga-md-48 {
        gap: 192px !important
    }
    .ga-md-50 {
        gap: 200px !important
    }
    .ga-md-55 {
        gap: 220px !important
    }
    .ga-md-56 {
        gap: 224px !important
    }
    .ga-md-60 {
        gap: 240px !important
    }
    .ga-md-62 {
        gap: 248px !important
    }
    .ga-md-64 {
        gap: 256px !important
    }
    .ga-md-70 {
        gap: 280px !important
    }
    .ga-md-72 {
        gap: 288px !important
    }
    .ga-md-75 {
        gap: 300px !important
    }
    .ga-md-80 {
        gap: 320px !important
    }
    .ga-md-85 {
        gap: 340px !important
    }
    .ga-md-90 {
        gap: 360px !important
    }
    .ga-md-100 {
        gap: 400px !important
    }
    .ga-md-112 {
        gap: 448px !important
    }
    .ga-md-120 {
        gap: 480px !important
    }
    .ga-md-143 {
        gap: 572px !important
    }
    .ga-md-150 {
        gap: 600px !important
    }
    .ga-md-160 {
        gap: 640px !important
    }
    .ga-md-190 {
        gap: 760px !important
    }
    .ga-md-200 {
        gap: 800px !important
    }
    .ga-md-auto {
        gap: auto !important
    }
    .gr-md-0 {
        row-gap: 0 !important
    }
    .gr-md-1 {
        row-gap: 4px !important
    }
    .gr-md-2 {
        row-gap: 8px !important
    }
    .gr-md-3 {
        row-gap: 12px !important
    }
    .gr-md-4 {
        row-gap: 16px !important
    }
    .gr-md-5 {
        row-gap: 20px !important
    }
    .gr-md-6 {
        row-gap: 24px !important
    }
    .gr-md-7 {
        row-gap: 28px !important
    }
    .gr-md-8 {
        row-gap: 32px !important
    }
    .gr-md-9 {
        row-gap: 36px !important
    }
    .gr-md-10 {
        row-gap: 40px !important
    }
    .gr-md-11 {
        row-gap: 44px !important
    }
    .gr-md-12 {
        row-gap: 48px !important
    }
    .gr-md-13 {
        row-gap: 52px !important
    }
    .gr-md-14 {
        row-gap: 56px !important
    }
    .gr-md-15 {
        row-gap: 60px !important
    }
    .gr-md-16 {
        row-gap: 64px !important
    }
    .gr-md-17 {
        row-gap: 68px !important
    }
    .gr-md-18 {
        row-gap: 72px !important
    }
    .gr-md-19 {
        row-gap: 76px !important
    }
    .gr-md-20 {
        row-gap: 80px !important
    }
    .gr-md-21 {
        row-gap: 84px !important
    }
    .gr-md-22 {
        row-gap: 88px !important
    }
    .gr-md-23 {
        row-gap: 92px !important
    }
    .gr-md-24 {
        row-gap: 96px !important
    }
    .gr-md-25 {
        row-gap: 100px !important
    }
    .gr-md-26 {
        row-gap: 104px !important
    }
    .gr-md-27 {
        row-gap: 108px !important
    }
    .gr-md-28 {
        row-gap: 112px !important
    }
    .gr-md-29 {
        row-gap: 116px !important
    }
    .gr-md-30 {
        row-gap: 120px !important
    }
    .gr-md-31 {
        row-gap: 124px !important
    }
    .gr-md-32 {
        row-gap: 128px !important
    }
    .gr-md-33 {
        row-gap: 132px !important
    }
    .gr-md-34 {
        row-gap: 136px !important
    }
    .gr-md-35 {
        row-gap: 140px !important
    }
    .gr-md-36 {
        row-gap: 144px !important
    }
    .gr-md-37 {
        row-gap: 148px !important
    }
    .gr-md-38 {
        row-gap: 152px !important
    }
    .gr-md-39 {
        row-gap: 156px !important
    }
    .gr-md-40 {
        row-gap: 160px !important
    }
    .gr-md-0p5 {
        row-gap: 2px !important
    }
    .gr-md-1p5 {
        row-gap: 6px !important
    }
    .gr-md-2p5 {
        row-gap: 10px !important
    }
    .gr-md-3p5 {
        row-gap: 14px !important
    }
    .gr-md-4p5 {
        row-gap: 18px !important
    }
    .gr-md-5p5 {
        row-gap: 22px !important
    }
    .gr-md-6p5 {
        row-gap: 26px !important
    }
    .gr-md-7p5 {
        row-gap: 30px !important
    }
    .gr-md-12p5 {
        row-gap: 50px !important
    }
    .gr-md-17p5 {
        row-gap: 70px !important
    }
    .gr-md-20p5 {
        row-gap: 82px !important
    }
    .gr-md-32p5 {
        row-gap: 130px !important
    }
    .gr-md-42 {
        row-gap: 168px !important
    }
    .gr-md-45 {
        row-gap: 180px !important
    }
    .gr-md-48 {
        row-gap: 192px !important
    }
    .gr-md-50 {
        row-gap: 200px !important
    }
    .gr-md-55 {
        row-gap: 220px !important
    }
    .gr-md-56 {
        row-gap: 224px !important
    }
    .gr-md-60 {
        row-gap: 240px !important
    }
    .gr-md-62 {
        row-gap: 248px !important
    }
    .gr-md-64 {
        row-gap: 256px !important
    }
    .gr-md-70 {
        row-gap: 280px !important
    }
    .gr-md-72 {
        row-gap: 288px !important
    }
    .gr-md-75 {
        row-gap: 300px !important
    }
    .gr-md-80 {
        row-gap: 320px !important
    }
    .gr-md-85 {
        row-gap: 340px !important
    }
    .gr-md-90 {
        row-gap: 360px !important
    }
    .gr-md-100 {
        row-gap: 400px !important
    }
    .gr-md-112 {
        row-gap: 448px !important
    }
    .gr-md-120 {
        row-gap: 480px !important
    }
    .gr-md-143 {
        row-gap: 572px !important
    }
    .gr-md-150 {
        row-gap: 600px !important
    }
    .gr-md-160 {
        row-gap: 640px !important
    }
    .gr-md-190 {
        row-gap: 760px !important
    }
    .gr-md-200 {
        row-gap: 800px !important
    }
    .gr-md-auto {
        row-gap: auto !important
    }
    .gc-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-md-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-md-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-md-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-md-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-md-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-md-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-md-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-md-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-md-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-md-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-md-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-md-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-md-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-md-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-md-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-md-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-md-17 {
        -moz-column-gap: 68px !important;
        column-gap: 68px !important
    }
    .gc-md-18 {
        -moz-column-gap: 72px !important;
        column-gap: 72px !important
    }
    .gc-md-19 {
        -moz-column-gap: 76px !important;
        column-gap: 76px !important
    }
    .gc-md-20 {
        -moz-column-gap: 80px !important;
        column-gap: 80px !important
    }
    .gc-md-21 {
        -moz-column-gap: 84px !important;
        column-gap: 84px !important
    }
    .gc-md-22 {
        -moz-column-gap: 88px !important;
        column-gap: 88px !important
    }
    .gc-md-23 {
        -moz-column-gap: 92px !important;
        column-gap: 92px !important
    }
    .gc-md-24 {
        -moz-column-gap: 96px !important;
        column-gap: 96px !important
    }
    .gc-md-25 {
        -moz-column-gap: 100px !important;
        column-gap: 100px !important
    }
    .gc-md-26 {
        -moz-column-gap: 104px !important;
        column-gap: 104px !important
    }
    .gc-md-27 {
        -moz-column-gap: 108px !important;
        column-gap: 108px !important
    }
    .gc-md-28 {
        -moz-column-gap: 112px !important;
        column-gap: 112px !important
    }
    .gc-md-29 {
        -moz-column-gap: 116px !important;
        column-gap: 116px !important
    }
    .gc-md-30 {
        -moz-column-gap: 120px !important;
        column-gap: 120px !important
    }
    .gc-md-31 {
        -moz-column-gap: 124px !important;
        column-gap: 124px !important
    }
    .gc-md-32 {
        -moz-column-gap: 128px !important;
        column-gap: 128px !important
    }
    .gc-md-33 {
        -moz-column-gap: 132px !important;
        column-gap: 132px !important
    }
    .gc-md-34 {
        -moz-column-gap: 136px !important;
        column-gap: 136px !important
    }
    .gc-md-35 {
        -moz-column-gap: 140px !important;
        column-gap: 140px !important
    }
    .gc-md-36 {
        -moz-column-gap: 144px !important;
        column-gap: 144px !important
    }
    .gc-md-37 {
        -moz-column-gap: 148px !important;
        column-gap: 148px !important
    }
    .gc-md-38 {
        -moz-column-gap: 152px !important;
        column-gap: 152px !important
    }
    .gc-md-39 {
        -moz-column-gap: 156px !important;
        column-gap: 156px !important
    }
    .gc-md-40 {
        -moz-column-gap: 160px !important;
        column-gap: 160px !important
    }
    .gc-md-0p5 {
        -moz-column-gap: 2px !important;
        column-gap: 2px !important
    }
    .gc-md-1p5 {
        -moz-column-gap: 6px !important;
        column-gap: 6px !important
    }
    .gc-md-2p5 {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important
    }
    .gc-md-3p5 {
        -moz-column-gap: 14px !important;
        column-gap: 14px !important
    }
    .gc-md-4p5 {
        -moz-column-gap: 18px !important;
        column-gap: 18px !important
    }
    .gc-md-5p5 {
        -moz-column-gap: 22px !important;
        column-gap: 22px !important
    }
    .gc-md-6p5 {
        -moz-column-gap: 26px !important;
        column-gap: 26px !important
    }
    .gc-md-7p5 {
        -moz-column-gap: 30px !important;
        column-gap: 30px !important
    }
    .gc-md-12p5 {
        -moz-column-gap: 50px !important;
        column-gap: 50px !important
    }
    .gc-md-17p5 {
        -moz-column-gap: 70px !important;
        column-gap: 70px !important
    }
    .gc-md-20p5 {
        -moz-column-gap: 82px !important;
        column-gap: 82px !important
    }
    .gc-md-32p5 {
        -moz-column-gap: 130px !important;
        column-gap: 130px !important
    }
    .gc-md-42 {
        -moz-column-gap: 168px !important;
        column-gap: 168px !important
    }
    .gc-md-45 {
        -moz-column-gap: 180px !important;
        column-gap: 180px !important
    }
    .gc-md-48 {
        -moz-column-gap: 192px !important;
        column-gap: 192px !important
    }
    .gc-md-50 {
        -moz-column-gap: 200px !important;
        column-gap: 200px !important
    }
    .gc-md-55 {
        -moz-column-gap: 220px !important;
        column-gap: 220px !important
    }
    .gc-md-56 {
        -moz-column-gap: 224px !important;
        column-gap: 224px !important
    }
    .gc-md-60 {
        -moz-column-gap: 240px !important;
        column-gap: 240px !important
    }
    .gc-md-62 {
        -moz-column-gap: 248px !important;
        column-gap: 248px !important
    }
    .gc-md-64 {
        -moz-column-gap: 256px !important;
        column-gap: 256px !important
    }
    .gc-md-70 {
        -moz-column-gap: 280px !important;
        column-gap: 280px !important
    }
    .gc-md-72 {
        -moz-column-gap: 288px !important;
        column-gap: 288px !important
    }
    .gc-md-75 {
        -moz-column-gap: 300px !important;
        column-gap: 300px !important
    }
    .gc-md-80 {
        -moz-column-gap: 320px !important;
        column-gap: 320px !important
    }
    .gc-md-85 {
        -moz-column-gap: 340px !important;
        column-gap: 340px !important
    }
    .gc-md-90 {
        -moz-column-gap: 360px !important;
        column-gap: 360px !important
    }
    .gc-md-100 {
        -moz-column-gap: 400px !important;
        column-gap: 400px !important
    }
    .gc-md-112 {
        -moz-column-gap: 448px !important;
        column-gap: 448px !important
    }
    .gc-md-120 {
        -moz-column-gap: 480px !important;
        column-gap: 480px !important
    }
    .gc-md-143 {
        -moz-column-gap: 572px !important;
        column-gap: 572px !important
    }
    .gc-md-150 {
        -moz-column-gap: 600px !important;
        column-gap: 600px !important
    }
    .gc-md-160 {
        -moz-column-gap: 640px !important;
        column-gap: 640px !important
    }
    .gc-md-190 {
        -moz-column-gap: 760px !important;
        column-gap: 760px !important
    }
    .gc-md-200 {
        -moz-column-gap: 800px !important;
        column-gap: 800px !important
    }
    .gc-md-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-md-0 {
        margin: 0 !important
    }
    .ma-md-1 {
        margin: 4px !important
    }
    .ma-md-2 {
        margin: 8px !important
    }
    .ma-md-3 {
        margin: 12px !important
    }
    .ma-md-4 {
        margin: 16px !important
    }
    .ma-md-5 {
        margin: 20px !important
    }
    .ma-md-6 {
        margin: 24px !important
    }
    .ma-md-7 {
        margin: 28px !important
    }
    .ma-md-8 {
        margin: 32px !important
    }
    .ma-md-9 {
        margin: 36px !important
    }
    .ma-md-10 {
        margin: 40px !important
    }
    .ma-md-11 {
        margin: 44px !important
    }
    .ma-md-12 {
        margin: 48px !important
    }
    .ma-md-13 {
        margin: 52px !important
    }
    .ma-md-14 {
        margin: 56px !important
    }
    .ma-md-15 {
        margin: 60px !important
    }
    .ma-md-16 {
        margin: 64px !important
    }
    .ma-md-17 {
        margin: 68px !important
    }
    .ma-md-18 {
        margin: 72px !important
    }
    .ma-md-19 {
        margin: 76px !important
    }
    .ma-md-20 {
        margin: 80px !important
    }
    .ma-md-21 {
        margin: 84px !important
    }
    .ma-md-22 {
        margin: 88px !important
    }
    .ma-md-23 {
        margin: 92px !important
    }
    .ma-md-24 {
        margin: 96px !important
    }
    .ma-md-25 {
        margin: 100px !important
    }
    .ma-md-26 {
        margin: 104px !important
    }
    .ma-md-27 {
        margin: 108px !important
    }
    .ma-md-28 {
        margin: 112px !important
    }
    .ma-md-29 {
        margin: 116px !important
    }
    .ma-md-30 {
        margin: 120px !important
    }
    .ma-md-31 {
        margin: 124px !important
    }
    .ma-md-32 {
        margin: 128px !important
    }
    .ma-md-33 {
        margin: 132px !important
    }
    .ma-md-34 {
        margin: 136px !important
    }
    .ma-md-35 {
        margin: 140px !important
    }
    .ma-md-36 {
        margin: 144px !important
    }
    .ma-md-37 {
        margin: 148px !important
    }
    .ma-md-38 {
        margin: 152px !important
    }
    .ma-md-39 {
        margin: 156px !important
    }
    .ma-md-40 {
        margin: 160px !important
    }
    .ma-md-0p5 {
        margin: 2px !important
    }
    .ma-md-1p5 {
        margin: 6px !important
    }
    .ma-md-2p5 {
        margin: 10px !important
    }
    .ma-md-3p5 {
        margin: 14px !important
    }
    .ma-md-4p5 {
        margin: 18px !important
    }
    .ma-md-5p5 {
        margin: 22px !important
    }
    .ma-md-6p5 {
        margin: 26px !important
    }
    .ma-md-7p5 {
        margin: 30px !important
    }
    .ma-md-12p5 {
        margin: 50px !important
    }
    .ma-md-17p5 {
        margin: 70px !important
    }
    .ma-md-20p5 {
        margin: 82px !important
    }
    .ma-md-32p5 {
        margin: 130px !important
    }
    .ma-md-42 {
        margin: 168px !important
    }
    .ma-md-45 {
        margin: 180px !important
    }
    .ma-md-48 {
        margin: 192px !important
    }
    .ma-md-50 {
        margin: 200px !important
    }
    .ma-md-55 {
        margin: 220px !important
    }
    .ma-md-56 {
        margin: 224px !important
    }
    .ma-md-60 {
        margin: 240px !important
    }
    .ma-md-62 {
        margin: 248px !important
    }
    .ma-md-64 {
        margin: 256px !important
    }
    .ma-md-70 {
        margin: 280px !important
    }
    .ma-md-72 {
        margin: 288px !important
    }
    .ma-md-75 {
        margin: 300px !important
    }
    .ma-md-80 {
        margin: 320px !important
    }
    .ma-md-85 {
        margin: 340px !important
    }
    .ma-md-90 {
        margin: 360px !important
    }
    .ma-md-100 {
        margin: 400px !important
    }
    .ma-md-112 {
        margin: 448px !important
    }
    .ma-md-120 {
        margin: 480px !important
    }
    .ma-md-143 {
        margin: 572px !important
    }
    .ma-md-150 {
        margin: 600px !important
    }
    .ma-md-160 {
        margin: 640px !important
    }
    .ma-md-190 {
        margin: 760px !important
    }
    .ma-md-200 {
        margin: 800px !important
    }
    .ma-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-md-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-md-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-md-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-md-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-md-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-md-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-md-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-md-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-md-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-md-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-md-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-md-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-md-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-md-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-md-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-md-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-md-17 {
        margin-left: 68px !important;
        margin-right: 68px !important
    }
    .mx-md-18 {
        margin-left: 72px !important;
        margin-right: 72px !important
    }
    .mx-md-19 {
        margin-left: 76px !important;
        margin-right: 76px !important
    }
    .mx-md-20 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }
    .mx-md-21 {
        margin-left: 84px !important;
        margin-right: 84px !important
    }
    .mx-md-22 {
        margin-left: 88px !important;
        margin-right: 88px !important
    }
    .mx-md-23 {
        margin-left: 92px !important;
        margin-right: 92px !important
    }
    .mx-md-24 {
        margin-left: 96px !important;
        margin-right: 96px !important
    }
    .mx-md-25 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }
    .mx-md-26 {
        margin-left: 104px !important;
        margin-right: 104px !important
    }
    .mx-md-27 {
        margin-left: 108px !important;
        margin-right: 108px !important
    }
    .mx-md-28 {
        margin-left: 112px !important;
        margin-right: 112px !important
    }
    .mx-md-29 {
        margin-left: 116px !important;
        margin-right: 116px !important
    }
    .mx-md-30 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }
    .mx-md-31 {
        margin-left: 124px !important;
        margin-right: 124px !important
    }
    .mx-md-32 {
        margin-left: 128px !important;
        margin-right: 128px !important
    }
    .mx-md-33 {
        margin-left: 132px !important;
        margin-right: 132px !important
    }
    .mx-md-34 {
        margin-left: 136px !important;
        margin-right: 136px !important
    }
    .mx-md-35 {
        margin-left: 140px !important;
        margin-right: 140px !important
    }
    .mx-md-36 {
        margin-left: 144px !important;
        margin-right: 144px !important
    }
    .mx-md-37 {
        margin-left: 148px !important;
        margin-right: 148px !important
    }
    .mx-md-38 {
        margin-left: 152px !important;
        margin-right: 152px !important
    }
    .mx-md-39 {
        margin-left: 156px !important;
        margin-right: 156px !important
    }
    .mx-md-40 {
        margin-left: 160px !important;
        margin-right: 160px !important
    }
    .mx-md-0p5 {
        margin-left: 2px !important;
        margin-right: 2px !important
    }
    .mx-md-1p5 {
        margin-left: 6px !important;
        margin-right: 6px !important
    }
    .mx-md-2p5 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
    .mx-md-3p5 {
        margin-left: 14px !important;
        margin-right: 14px !important
    }
    .mx-md-4p5 {
        margin-left: 18px !important;
        margin-right: 18px !important
    }
    .mx-md-5p5 {
        margin-left: 22px !important;
        margin-right: 22px !important
    }
    .mx-md-6p5 {
        margin-left: 26px !important;
        margin-right: 26px !important
    }
    .mx-md-7p5 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }
    .mx-md-12p5 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }
    .mx-md-17p5 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }
    .mx-md-20p5 {
        margin-left: 82px !important;
        margin-right: 82px !important
    }
    .mx-md-32p5 {
        margin-left: 130px !important;
        margin-right: 130px !important
    }
    .mx-md-42 {
        margin-left: 168px !important;
        margin-right: 168px !important
    }
    .mx-md-45 {
        margin-left: 180px !important;
        margin-right: 180px !important
    }
    .mx-md-48 {
        margin-left: 192px !important;
        margin-right: 192px !important
    }
    .mx-md-50 {
        margin-left: 200px !important;
        margin-right: 200px !important
    }
    .mx-md-55 {
        margin-left: 220px !important;
        margin-right: 220px !important
    }
    .mx-md-56 {
        margin-left: 224px !important;
        margin-right: 224px !important
    }
    .mx-md-60 {
        margin-left: 240px !important;
        margin-right: 240px !important
    }
    .mx-md-62 {
        margin-left: 248px !important;
        margin-right: 248px !important
    }
    .mx-md-64 {
        margin-left: 256px !important;
        margin-right: 256px !important
    }
    .mx-md-70 {
        margin-left: 280px !important;
        margin-right: 280px !important
    }
    .mx-md-72 {
        margin-left: 288px !important;
        margin-right: 288px !important
    }
    .mx-md-75 {
        margin-left: 300px !important;
        margin-right: 300px !important
    }
    .mx-md-80 {
        margin-left: 320px !important;
        margin-right: 320px !important
    }
    .mx-md-85 {
        margin-left: 340px !important;
        margin-right: 340px !important
    }
    .mx-md-90 {
        margin-left: 360px !important;
        margin-right: 360px !important
    }
    .mx-md-100 {
        margin-left: 400px !important;
        margin-right: 400px !important
    }
    .mx-md-112 {
        margin-left: 448px !important;
        margin-right: 448px !important
    }
    .mx-md-120 {
        margin-left: 480px !important;
        margin-right: 480px !important
    }
    .mx-md-143 {
        margin-left: 572px !important;
        margin-right: 572px !important
    }
    .mx-md-150 {
        margin-left: 600px !important;
        margin-right: 600px !important
    }
    .mx-md-160 {
        margin-left: 640px !important;
        margin-right: 640px !important
    }
    .mx-md-190 {
        margin-left: 760px !important;
        margin-right: 760px !important
    }
    .mx-md-200 {
        margin-left: 800px !important;
        margin-right: 800px !important
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-md-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-md-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-md-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-md-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-md-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-md-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-md-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-md-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-md-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-md-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-md-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-md-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-md-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-md-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-md-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-md-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-md-17 {
        margin-bottom: 68px !important;
        margin-top: 68px !important
    }
    .my-md-18 {
        margin-bottom: 72px !important;
        margin-top: 72px !important
    }
    .my-md-19 {
        margin-bottom: 76px !important;
        margin-top: 76px !important
    }
    .my-md-20 {
        margin-bottom: 80px !important;
        margin-top: 80px !important
    }
    .my-md-21 {
        margin-bottom: 84px !important;
        margin-top: 84px !important
    }
    .my-md-22 {
        margin-bottom: 88px !important;
        margin-top: 88px !important
    }
    .my-md-23 {
        margin-bottom: 92px !important;
        margin-top: 92px !important
    }
    .my-md-24 {
        margin-bottom: 96px !important;
        margin-top: 96px !important
    }
    .my-md-25 {
        margin-bottom: 100px !important;
        margin-top: 100px !important
    }
    .my-md-26 {
        margin-bottom: 104px !important;
        margin-top: 104px !important
    }
    .my-md-27 {
        margin-bottom: 108px !important;
        margin-top: 108px !important
    }
    .my-md-28 {
        margin-bottom: 112px !important;
        margin-top: 112px !important
    }
    .my-md-29 {
        margin-bottom: 116px !important;
        margin-top: 116px !important
    }
    .my-md-30 {
        margin-bottom: 120px !important;
        margin-top: 120px !important
    }
    .my-md-31 {
        margin-bottom: 124px !important;
        margin-top: 124px !important
    }
    .my-md-32 {
        margin-bottom: 128px !important;
        margin-top: 128px !important
    }
    .my-md-33 {
        margin-bottom: 132px !important;
        margin-top: 132px !important
    }
    .my-md-34 {
        margin-bottom: 136px !important;
        margin-top: 136px !important
    }
    .my-md-35 {
        margin-bottom: 140px !important;
        margin-top: 140px !important
    }
    .my-md-36 {
        margin-bottom: 144px !important;
        margin-top: 144px !important
    }
    .my-md-37 {
        margin-bottom: 148px !important;
        margin-top: 148px !important
    }
    .my-md-38 {
        margin-bottom: 152px !important;
        margin-top: 152px !important
    }
    .my-md-39 {
        margin-bottom: 156px !important;
        margin-top: 156px !important
    }
    .my-md-40 {
        margin-bottom: 160px !important;
        margin-top: 160px !important
    }
    .my-md-0p5 {
        margin-bottom: 2px !important;
        margin-top: 2px !important
    }
    .my-md-1p5 {
        margin-bottom: 6px !important;
        margin-top: 6px !important
    }
    .my-md-2p5 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }
    .my-md-3p5 {
        margin-bottom: 14px !important;
        margin-top: 14px !important
    }
    .my-md-4p5 {
        margin-bottom: 18px !important;
        margin-top: 18px !important
    }
    .my-md-5p5 {
        margin-bottom: 22px !important;
        margin-top: 22px !important
    }
    .my-md-6p5 {
        margin-bottom: 26px !important;
        margin-top: 26px !important
    }
    .my-md-7p5 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }
    .my-md-12p5 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }
    .my-md-17p5 {
        margin-bottom: 70px !important;
        margin-top: 70px !important
    }
    .my-md-20p5 {
        margin-bottom: 82px !important;
        margin-top: 82px !important
    }
    .my-md-32p5 {
        margin-bottom: 130px !important;
        margin-top: 130px !important
    }
    .my-md-42 {
        margin-bottom: 168px !important;
        margin-top: 168px !important
    }
    .my-md-45 {
        margin-bottom: 180px !important;
        margin-top: 180px !important
    }
    .my-md-48 {
        margin-bottom: 192px !important;
        margin-top: 192px !important
    }
    .my-md-50 {
        margin-bottom: 200px !important;
        margin-top: 200px !important
    }
    .my-md-55 {
        margin-bottom: 220px !important;
        margin-top: 220px !important
    }
    .my-md-56 {
        margin-bottom: 224px !important;
        margin-top: 224px !important
    }
    .my-md-60 {
        margin-bottom: 240px !important;
        margin-top: 240px !important
    }
    .my-md-62 {
        margin-bottom: 248px !important;
        margin-top: 248px !important
    }
    .my-md-64 {
        margin-bottom: 256px !important;
        margin-top: 256px !important
    }
    .my-md-70 {
        margin-bottom: 280px !important;
        margin-top: 280px !important
    }
    .my-md-72 {
        margin-bottom: 288px !important;
        margin-top: 288px !important
    }
    .my-md-75 {
        margin-bottom: 300px !important;
        margin-top: 300px !important
    }
    .my-md-80 {
        margin-bottom: 320px !important;
        margin-top: 320px !important
    }
    .my-md-85 {
        margin-bottom: 340px !important;
        margin-top: 340px !important
    }
    .my-md-90 {
        margin-bottom: 360px !important;
        margin-top: 360px !important
    }
    .my-md-100 {
        margin-bottom: 400px !important;
        margin-top: 400px !important
    }
    .my-md-112 {
        margin-bottom: 448px !important;
        margin-top: 448px !important
    }
    .my-md-120 {
        margin-bottom: 480px !important;
        margin-top: 480px !important
    }
    .my-md-143 {
        margin-bottom: 572px !important;
        margin-top: 572px !important
    }
    .my-md-150 {
        margin-bottom: 600px !important;
        margin-top: 600px !important
    }
    .my-md-160 {
        margin-bottom: 640px !important;
        margin-top: 640px !important
    }
    .my-md-190 {
        margin-bottom: 760px !important;
        margin-top: 760px !important
    }
    .my-md-200 {
        margin-bottom: 800px !important;
        margin-top: 800px !important
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: 4px !important
    }
    .mt-md-2 {
        margin-top: 8px !important
    }
    .mt-md-3 {
        margin-top: 12px !important
    }
    .mt-md-4 {
        margin-top: 16px !important
    }
    .mt-md-5 {
        margin-top: 20px !important
    }
    .mt-md-6 {
        margin-top: 24px !important
    }
    .mt-md-7 {
        margin-top: 28px !important
    }
    .mt-md-8 {
        margin-top: 32px !important
    }
    .mt-md-9 {
        margin-top: 36px !important
    }
    .mt-md-10 {
        margin-top: 40px !important
    }
    .mt-md-11 {
        margin-top: 44px !important
    }
    .mt-md-12 {
        margin-top: 48px !important
    }
    .mt-md-13 {
        margin-top: 52px !important
    }
    .mt-md-14 {
        margin-top: 56px !important
    }
    .mt-md-15 {
        margin-top: 60px !important
    }
    .mt-md-16 {
        margin-top: 64px !important
    }
    .mt-md-17 {
        margin-top: 68px !important
    }
    .mt-md-18 {
        margin-top: 72px !important
    }
    .mt-md-19 {
        margin-top: 76px !important
    }
    .mt-md-20 {
        margin-top: 80px !important
    }
    .mt-md-21 {
        margin-top: 84px !important
    }
    .mt-md-22 {
        margin-top: 88px !important
    }
    .mt-md-23 {
        margin-top: 92px !important
    }
    .mt-md-24 {
        margin-top: 96px !important
    }
    .mt-md-25 {
        margin-top: 100px !important
    }
    .mt-md-26 {
        margin-top: 104px !important
    }
    .mt-md-27 {
        margin-top: 108px !important
    }
    .mt-md-28 {
        margin-top: 112px !important
    }
    .mt-md-29 {
        margin-top: 116px !important
    }
    .mt-md-30 {
        margin-top: 120px !important
    }
    .mt-md-31 {
        margin-top: 124px !important
    }
    .mt-md-32 {
        margin-top: 128px !important
    }
    .mt-md-33 {
        margin-top: 132px !important
    }
    .mt-md-34 {
        margin-top: 136px !important
    }
    .mt-md-35 {
        margin-top: 140px !important
    }
    .mt-md-36 {
        margin-top: 144px !important
    }
    .mt-md-37 {
        margin-top: 148px !important
    }
    .mt-md-38 {
        margin-top: 152px !important
    }
    .mt-md-39 {
        margin-top: 156px !important
    }
    .mt-md-40 {
        margin-top: 160px !important
    }
    .mt-md-0p5 {
        margin-top: 2px !important
    }
    .mt-md-1p5 {
        margin-top: 6px !important
    }
    .mt-md-2p5 {
        margin-top: 10px !important
    }
    .mt-md-3p5 {
        margin-top: 14px !important
    }
    .mt-md-4p5 {
        margin-top: 18px !important
    }
    .mt-md-5p5 {
        margin-top: 22px !important
    }
    .mt-md-6p5 {
        margin-top: 26px !important
    }
    .mt-md-7p5 {
        margin-top: 30px !important
    }
    .mt-md-12p5 {
        margin-top: 50px !important
    }
    .mt-md-17p5 {
        margin-top: 70px !important
    }
    .mt-md-20p5 {
        margin-top: 82px !important
    }
    .mt-md-32p5 {
        margin-top: 130px !important
    }
    .mt-md-42 {
        margin-top: 168px !important
    }
    .mt-md-45 {
        margin-top: 180px !important
    }
    .mt-md-48 {
        margin-top: 192px !important
    }
    .mt-md-50 {
        margin-top: 200px !important
    }
    .mt-md-55 {
        margin-top: 220px !important
    }
    .mt-md-56 {
        margin-top: 224px !important
    }
    .mt-md-60 {
        margin-top: 240px !important
    }
    .mt-md-62 {
        margin-top: 248px !important
    }
    .mt-md-64 {
        margin-top: 256px !important
    }
    .mt-md-70 {
        margin-top: 280px !important
    }
    .mt-md-72 {
        margin-top: 288px !important
    }
    .mt-md-75 {
        margin-top: 300px !important
    }
    .mt-md-80 {
        margin-top: 320px !important
    }
    .mt-md-85 {
        margin-top: 340px !important
    }
    .mt-md-90 {
        margin-top: 360px !important
    }
    .mt-md-100 {
        margin-top: 400px !important
    }
    .mt-md-112 {
        margin-top: 448px !important
    }
    .mt-md-120 {
        margin-top: 480px !important
    }
    .mt-md-143 {
        margin-top: 572px !important
    }
    .mt-md-150 {
        margin-top: 600px !important
    }
    .mt-md-160 {
        margin-top: 640px !important
    }
    .mt-md-190 {
        margin-top: 760px !important
    }
    .mt-md-200 {
        margin-top: 800px !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mr-md-1 {
        margin-right: 4px !important
    }
    .mr-md-2 {
        margin-right: 8px !important
    }
    .mr-md-3 {
        margin-right: 12px !important
    }
    .mr-md-4 {
        margin-right: 16px !important
    }
    .mr-md-5 {
        margin-right: 20px !important
    }
    .mr-md-6 {
        margin-right: 24px !important
    }
    .mr-md-7 {
        margin-right: 28px !important
    }
    .mr-md-8 {
        margin-right: 32px !important
    }
    .mr-md-9 {
        margin-right: 36px !important
    }
    .mr-md-10 {
        margin-right: 40px !important
    }
    .mr-md-11 {
        margin-right: 44px !important
    }
    .mr-md-12 {
        margin-right: 48px !important
    }
    .mr-md-13 {
        margin-right: 52px !important
    }
    .mr-md-14 {
        margin-right: 56px !important
    }
    .mr-md-15 {
        margin-right: 60px !important
    }
    .mr-md-16 {
        margin-right: 64px !important
    }
    .mr-md-17 {
        margin-right: 68px !important
    }
    .mr-md-18 {
        margin-right: 72px !important
    }
    .mr-md-19 {
        margin-right: 76px !important
    }
    .mr-md-20 {
        margin-right: 80px !important
    }
    .mr-md-21 {
        margin-right: 84px !important
    }
    .mr-md-22 {
        margin-right: 88px !important
    }
    .mr-md-23 {
        margin-right: 92px !important
    }
    .mr-md-24 {
        margin-right: 96px !important
    }
    .mr-md-25 {
        margin-right: 100px !important
    }
    .mr-md-26 {
        margin-right: 104px !important
    }
    .mr-md-27 {
        margin-right: 108px !important
    }
    .mr-md-28 {
        margin-right: 112px !important
    }
    .mr-md-29 {
        margin-right: 116px !important
    }
    .mr-md-30 {
        margin-right: 120px !important
    }
    .mr-md-31 {
        margin-right: 124px !important
    }
    .mr-md-32 {
        margin-right: 128px !important
    }
    .mr-md-33 {
        margin-right: 132px !important
    }
    .mr-md-34 {
        margin-right: 136px !important
    }
    .mr-md-35 {
        margin-right: 140px !important
    }
    .mr-md-36 {
        margin-right: 144px !important
    }
    .mr-md-37 {
        margin-right: 148px !important
    }
    .mr-md-38 {
        margin-right: 152px !important
    }
    .mr-md-39 {
        margin-right: 156px !important
    }
    .mr-md-40 {
        margin-right: 160px !important
    }
    .mr-md-0p5 {
        margin-right: 2px !important
    }
    .mr-md-1p5 {
        margin-right: 6px !important
    }
    .mr-md-2p5 {
        margin-right: 10px !important
    }
    .mr-md-3p5 {
        margin-right: 14px !important
    }
    .mr-md-4p5 {
        margin-right: 18px !important
    }
    .mr-md-5p5 {
        margin-right: 22px !important
    }
    .mr-md-6p5 {
        margin-right: 26px !important
    }
    .mr-md-7p5 {
        margin-right: 30px !important
    }
    .mr-md-12p5 {
        margin-right: 50px !important
    }
    .mr-md-17p5 {
        margin-right: 70px !important
    }
    .mr-md-20p5 {
        margin-right: 82px !important
    }
    .mr-md-32p5 {
        margin-right: 130px !important
    }
    .mr-md-42 {
        margin-right: 168px !important
    }
    .mr-md-45 {
        margin-right: 180px !important
    }
    .mr-md-48 {
        margin-right: 192px !important
    }
    .mr-md-50 {
        margin-right: 200px !important
    }
    .mr-md-55 {
        margin-right: 220px !important
    }
    .mr-md-56 {
        margin-right: 224px !important
    }
    .mr-md-60 {
        margin-right: 240px !important
    }
    .mr-md-62 {
        margin-right: 248px !important
    }
    .mr-md-64 {
        margin-right: 256px !important
    }
    .mr-md-70 {
        margin-right: 280px !important
    }
    .mr-md-72 {
        margin-right: 288px !important
    }
    .mr-md-75 {
        margin-right: 300px !important
    }
    .mr-md-80 {
        margin-right: 320px !important
    }
    .mr-md-85 {
        margin-right: 340px !important
    }
    .mr-md-90 {
        margin-right: 360px !important
    }
    .mr-md-100 {
        margin-right: 400px !important
    }
    .mr-md-112 {
        margin-right: 448px !important
    }
    .mr-md-120 {
        margin-right: 480px !important
    }
    .mr-md-143 {
        margin-right: 572px !important
    }
    .mr-md-150 {
        margin-right: 600px !important
    }
    .mr-md-160 {
        margin-right: 640px !important
    }
    .mr-md-190 {
        margin-right: 760px !important
    }
    .mr-md-200 {
        margin-right: 800px !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: 4px !important
    }
    .mb-md-2 {
        margin-bottom: 8px !important
    }
    .mb-md-3 {
        margin-bottom: 12px !important
    }
    .mb-md-4 {
        margin-bottom: 16px !important
    }
    .mb-md-5 {
        margin-bottom: 20px !important
    }
    .mb-md-6 {
        margin-bottom: 24px !important
    }
    .mb-md-7 {
        margin-bottom: 28px !important
    }
    .mb-md-8 {
        margin-bottom: 32px !important
    }
    .mb-md-9 {
        margin-bottom: 36px !important
    }
    .mb-md-10 {
        margin-bottom: 40px !important
    }
    .mb-md-11 {
        margin-bottom: 44px !important
    }
    .mb-md-12 {
        margin-bottom: 48px !important
    }
    .mb-md-13 {
        margin-bottom: 52px !important
    }
    .mb-md-14 {
        margin-bottom: 56px !important
    }
    .mb-md-15 {
        margin-bottom: 60px !important
    }
    .mb-md-16 {
        margin-bottom: 64px !important
    }
    .mb-md-17 {
        margin-bottom: 68px !important
    }
    .mb-md-18 {
        margin-bottom: 72px !important
    }
    .mb-md-19 {
        margin-bottom: 76px !important
    }
    .mb-md-20 {
        margin-bottom: 80px !important
    }
    .mb-md-21 {
        margin-bottom: 84px !important
    }
    .mb-md-22 {
        margin-bottom: 88px !important
    }
    .mb-md-23 {
        margin-bottom: 92px !important
    }
    .mb-md-24 {
        margin-bottom: 96px !important
    }
    .mb-md-25 {
        margin-bottom: 100px !important
    }
    .mb-md-26 {
        margin-bottom: 104px !important
    }
    .mb-md-27 {
        margin-bottom: 108px !important
    }
    .mb-md-28 {
        margin-bottom: 112px !important
    }
    .mb-md-29 {
        margin-bottom: 116px !important
    }
    .mb-md-30 {
        margin-bottom: 120px !important
    }
    .mb-md-31 {
        margin-bottom: 124px !important
    }
    .mb-md-32 {
        margin-bottom: 128px !important
    }
    .mb-md-33 {
        margin-bottom: 132px !important
    }
    .mb-md-34 {
        margin-bottom: 136px !important
    }
    .mb-md-35 {
        margin-bottom: 140px !important
    }
    .mb-md-36 {
        margin-bottom: 144px !important
    }
    .mb-md-37 {
        margin-bottom: 148px !important
    }
    .mb-md-38 {
        margin-bottom: 152px !important
    }
    .mb-md-39 {
        margin-bottom: 156px !important
    }
    .mb-md-40 {
        margin-bottom: 160px !important
    }
    .mb-md-0p5 {
        margin-bottom: 2px !important
    }
    .mb-md-1p5 {
        margin-bottom: 6px !important
    }
    .mb-md-2p5 {
        margin-bottom: 10px !important
    }
    .mb-md-3p5 {
        margin-bottom: 14px !important
    }
    .mb-md-4p5 {
        margin-bottom: 18px !important
    }
    .mb-md-5p5 {
        margin-bottom: 22px !important
    }
    .mb-md-6p5 {
        margin-bottom: 26px !important
    }
    .mb-md-7p5 {
        margin-bottom: 30px !important
    }
    .mb-md-12p5 {
        margin-bottom: 50px !important
    }
    .mb-md-17p5 {
        margin-bottom: 70px !important
    }
    .mb-md-20p5 {
        margin-bottom: 82px !important
    }
    .mb-md-32p5 {
        margin-bottom: 130px !important
    }
    .mb-md-42 {
        margin-bottom: 168px !important
    }
    .mb-md-45 {
        margin-bottom: 180px !important
    }
    .mb-md-48 {
        margin-bottom: 192px !important
    }
    .mb-md-50 {
        margin-bottom: 200px !important
    }
    .mb-md-55 {
        margin-bottom: 220px !important
    }
    .mb-md-56 {
        margin-bottom: 224px !important
    }
    .mb-md-60 {
        margin-bottom: 240px !important
    }
    .mb-md-62 {
        margin-bottom: 248px !important
    }
    .mb-md-64 {
        margin-bottom: 256px !important
    }
    .mb-md-70 {
        margin-bottom: 280px !important
    }
    .mb-md-72 {
        margin-bottom: 288px !important
    }
    .mb-md-75 {
        margin-bottom: 300px !important
    }
    .mb-md-80 {
        margin-bottom: 320px !important
    }
    .mb-md-85 {
        margin-bottom: 340px !important
    }
    .mb-md-90 {
        margin-bottom: 360px !important
    }
    .mb-md-100 {
        margin-bottom: 400px !important
    }
    .mb-md-112 {
        margin-bottom: 448px !important
    }
    .mb-md-120 {
        margin-bottom: 480px !important
    }
    .mb-md-143 {
        margin-bottom: 572px !important
    }
    .mb-md-150 {
        margin-bottom: 600px !important
    }
    .mb-md-160 {
        margin-bottom: 640px !important
    }
    .mb-md-190 {
        margin-bottom: 760px !important
    }
    .mb-md-200 {
        margin-bottom: 800px !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .ml-md-1 {
        margin-left: 4px !important
    }
    .ml-md-2 {
        margin-left: 8px !important
    }
    .ml-md-3 {
        margin-left: 12px !important
    }
    .ml-md-4 {
        margin-left: 16px !important
    }
    .ml-md-5 {
        margin-left: 20px !important
    }
    .ml-md-6 {
        margin-left: 24px !important
    }
    .ml-md-7 {
        margin-left: 28px !important
    }
    .ml-md-8 {
        margin-left: 32px !important
    }
    .ml-md-9 {
        margin-left: 36px !important
    }
    .ml-md-10 {
        margin-left: 40px !important
    }
    .ml-md-11 {
        margin-left: 44px !important
    }
    .ml-md-12 {
        margin-left: 48px !important
    }
    .ml-md-13 {
        margin-left: 52px !important
    }
    .ml-md-14 {
        margin-left: 56px !important
    }
    .ml-md-15 {
        margin-left: 60px !important
    }
    .ml-md-16 {
        margin-left: 64px !important
    }
    .ml-md-17 {
        margin-left: 68px !important
    }
    .ml-md-18 {
        margin-left: 72px !important
    }
    .ml-md-19 {
        margin-left: 76px !important
    }
    .ml-md-20 {
        margin-left: 80px !important
    }
    .ml-md-21 {
        margin-left: 84px !important
    }
    .ml-md-22 {
        margin-left: 88px !important
    }
    .ml-md-23 {
        margin-left: 92px !important
    }
    .ml-md-24 {
        margin-left: 96px !important
    }
    .ml-md-25 {
        margin-left: 100px !important
    }
    .ml-md-26 {
        margin-left: 104px !important
    }
    .ml-md-27 {
        margin-left: 108px !important
    }
    .ml-md-28 {
        margin-left: 112px !important
    }
    .ml-md-29 {
        margin-left: 116px !important
    }
    .ml-md-30 {
        margin-left: 120px !important
    }
    .ml-md-31 {
        margin-left: 124px !important
    }
    .ml-md-32 {
        margin-left: 128px !important
    }
    .ml-md-33 {
        margin-left: 132px !important
    }
    .ml-md-34 {
        margin-left: 136px !important
    }
    .ml-md-35 {
        margin-left: 140px !important
    }
    .ml-md-36 {
        margin-left: 144px !important
    }
    .ml-md-37 {
        margin-left: 148px !important
    }
    .ml-md-38 {
        margin-left: 152px !important
    }
    .ml-md-39 {
        margin-left: 156px !important
    }
    .ml-md-40 {
        margin-left: 160px !important
    }
    .ml-md-0p5 {
        margin-left: 2px !important
    }
    .ml-md-1p5 {
        margin-left: 6px !important
    }
    .ml-md-2p5 {
        margin-left: 10px !important
    }
    .ml-md-3p5 {
        margin-left: 14px !important
    }
    .ml-md-4p5 {
        margin-left: 18px !important
    }
    .ml-md-5p5 {
        margin-left: 22px !important
    }
    .ml-md-6p5 {
        margin-left: 26px !important
    }
    .ml-md-7p5 {
        margin-left: 30px !important
    }
    .ml-md-12p5 {
        margin-left: 50px !important
    }
    .ml-md-17p5 {
        margin-left: 70px !important
    }
    .ml-md-20p5 {
        margin-left: 82px !important
    }
    .ml-md-32p5 {
        margin-left: 130px !important
    }
    .ml-md-42 {
        margin-left: 168px !important
    }
    .ml-md-45 {
        margin-left: 180px !important
    }
    .ml-md-48 {
        margin-left: 192px !important
    }
    .ml-md-50 {
        margin-left: 200px !important
    }
    .ml-md-55 {
        margin-left: 220px !important
    }
    .ml-md-56 {
        margin-left: 224px !important
    }
    .ml-md-60 {
        margin-left: 240px !important
    }
    .ml-md-62 {
        margin-left: 248px !important
    }
    .ml-md-64 {
        margin-left: 256px !important
    }
    .ml-md-70 {
        margin-left: 280px !important
    }
    .ml-md-72 {
        margin-left: 288px !important
    }
    .ml-md-75 {
        margin-left: 300px !important
    }
    .ml-md-80 {
        margin-left: 320px !important
    }
    .ml-md-85 {
        margin-left: 340px !important
    }
    .ml-md-90 {
        margin-left: 360px !important
    }
    .ml-md-100 {
        margin-left: 400px !important
    }
    .ml-md-112 {
        margin-left: 448px !important
    }
    .ml-md-120 {
        margin-left: 480px !important
    }
    .ml-md-143 {
        margin-left: 572px !important
    }
    .ml-md-150 {
        margin-left: 600px !important
    }
    .ml-md-160 {
        margin-left: 640px !important
    }
    .ml-md-190 {
        margin-left: 760px !important
    }
    .ml-md-200 {
        margin-left: 800px !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .ms-md-0 {
        margin-inline-start: 0 !important
    }
    .ms-md-1 {
        margin-inline-start: 4px !important
    }
    .ms-md-2 {
        margin-inline-start: 8px !important
    }
    .ms-md-3 {
        margin-inline-start: 12px !important
    }
    .ms-md-4 {
        margin-inline-start: 16px !important
    }
    .ms-md-5 {
        margin-inline-start: 20px !important
    }
    .ms-md-6 {
        margin-inline-start: 24px !important
    }
    .ms-md-7 {
        margin-inline-start: 28px !important
    }
    .ms-md-8 {
        margin-inline-start: 32px !important
    }
    .ms-md-9 {
        margin-inline-start: 36px !important
    }
    .ms-md-10 {
        margin-inline-start: 40px !important
    }
    .ms-md-11 {
        margin-inline-start: 44px !important
    }
    .ms-md-12 {
        margin-inline-start: 48px !important
    }
    .ms-md-13 {
        margin-inline-start: 52px !important
    }
    .ms-md-14 {
        margin-inline-start: 56px !important
    }
    .ms-md-15 {
        margin-inline-start: 60px !important
    }
    .ms-md-16 {
        margin-inline-start: 64px !important
    }
    .ms-md-17 {
        margin-inline-start: 68px !important
    }
    .ms-md-18 {
        margin-inline-start: 72px !important
    }
    .ms-md-19 {
        margin-inline-start: 76px !important
    }
    .ms-md-20 {
        margin-inline-start: 80px !important
    }
    .ms-md-21 {
        margin-inline-start: 84px !important
    }
    .ms-md-22 {
        margin-inline-start: 88px !important
    }
    .ms-md-23 {
        margin-inline-start: 92px !important
    }
    .ms-md-24 {
        margin-inline-start: 96px !important
    }
    .ms-md-25 {
        margin-inline-start: 100px !important
    }
    .ms-md-26 {
        margin-inline-start: 104px !important
    }
    .ms-md-27 {
        margin-inline-start: 108px !important
    }
    .ms-md-28 {
        margin-inline-start: 112px !important
    }
    .ms-md-29 {
        margin-inline-start: 116px !important
    }
    .ms-md-30 {
        margin-inline-start: 120px !important
    }
    .ms-md-31 {
        margin-inline-start: 124px !important
    }
    .ms-md-32 {
        margin-inline-start: 128px !important
    }
    .ms-md-33 {
        margin-inline-start: 132px !important
    }
    .ms-md-34 {
        margin-inline-start: 136px !important
    }
    .ms-md-35 {
        margin-inline-start: 140px !important
    }
    .ms-md-36 {
        margin-inline-start: 144px !important
    }
    .ms-md-37 {
        margin-inline-start: 148px !important
    }
    .ms-md-38 {
        margin-inline-start: 152px !important
    }
    .ms-md-39 {
        margin-inline-start: 156px !important
    }
    .ms-md-40 {
        margin-inline-start: 160px !important
    }
    .ms-md-0p5 {
        margin-inline-start: 2px !important
    }
    .ms-md-1p5 {
        margin-inline-start: 6px !important
    }
    .ms-md-2p5 {
        margin-inline-start: 10px !important
    }
    .ms-md-3p5 {
        margin-inline-start: 14px !important
    }
    .ms-md-4p5 {
        margin-inline-start: 18px !important
    }
    .ms-md-5p5 {
        margin-inline-start: 22px !important
    }
    .ms-md-6p5 {
        margin-inline-start: 26px !important
    }
    .ms-md-7p5 {
        margin-inline-start: 30px !important
    }
    .ms-md-12p5 {
        margin-inline-start: 50px !important
    }
    .ms-md-17p5 {
        margin-inline-start: 70px !important
    }
    .ms-md-20p5 {
        margin-inline-start: 82px !important
    }
    .ms-md-32p5 {
        margin-inline-start: 130px !important
    }
    .ms-md-42 {
        margin-inline-start: 168px !important
    }
    .ms-md-45 {
        margin-inline-start: 180px !important
    }
    .ms-md-48 {
        margin-inline-start: 192px !important
    }
    .ms-md-50 {
        margin-inline-start: 200px !important
    }
    .ms-md-55 {
        margin-inline-start: 220px !important
    }
    .ms-md-56 {
        margin-inline-start: 224px !important
    }
    .ms-md-60 {
        margin-inline-start: 240px !important
    }
    .ms-md-62 {
        margin-inline-start: 248px !important
    }
    .ms-md-64 {
        margin-inline-start: 256px !important
    }
    .ms-md-70 {
        margin-inline-start: 280px !important
    }
    .ms-md-72 {
        margin-inline-start: 288px !important
    }
    .ms-md-75 {
        margin-inline-start: 300px !important
    }
    .ms-md-80 {
        margin-inline-start: 320px !important
    }
    .ms-md-85 {
        margin-inline-start: 340px !important
    }
    .ms-md-90 {
        margin-inline-start: 360px !important
    }
    .ms-md-100 {
        margin-inline-start: 400px !important
    }
    .ms-md-112 {
        margin-inline-start: 448px !important
    }
    .ms-md-120 {
        margin-inline-start: 480px !important
    }
    .ms-md-143 {
        margin-inline-start: 572px !important
    }
    .ms-md-150 {
        margin-inline-start: 600px !important
    }
    .ms-md-160 {
        margin-inline-start: 640px !important
    }
    .ms-md-190 {
        margin-inline-start: 760px !important
    }
    .ms-md-200 {
        margin-inline-start: 800px !important
    }
    .ms-md-auto {
        margin-inline-start: auto !important
    }
    .me-md-0 {
        margin-inline-end: 0 !important
    }
    .me-md-1 {
        margin-inline-end: 4px !important
    }
    .me-md-2 {
        margin-inline-end: 8px !important
    }
    .me-md-3 {
        margin-inline-end: 12px !important
    }
    .me-md-4 {
        margin-inline-end: 16px !important
    }
    .me-md-5 {
        margin-inline-end: 20px !important
    }
    .me-md-6 {
        margin-inline-end: 24px !important
    }
    .me-md-7 {
        margin-inline-end: 28px !important
    }
    .me-md-8 {
        margin-inline-end: 32px !important
    }
    .me-md-9 {
        margin-inline-end: 36px !important
    }
    .me-md-10 {
        margin-inline-end: 40px !important
    }
    .me-md-11 {
        margin-inline-end: 44px !important
    }
    .me-md-12 {
        margin-inline-end: 48px !important
    }
    .me-md-13 {
        margin-inline-end: 52px !important
    }
    .me-md-14 {
        margin-inline-end: 56px !important
    }
    .me-md-15 {
        margin-inline-end: 60px !important
    }
    .me-md-16 {
        margin-inline-end: 64px !important
    }
    .me-md-17 {
        margin-inline-end: 68px !important
    }
    .me-md-18 {
        margin-inline-end: 72px !important
    }
    .me-md-19 {
        margin-inline-end: 76px !important
    }
    .me-md-20 {
        margin-inline-end: 80px !important
    }
    .me-md-21 {
        margin-inline-end: 84px !important
    }
    .me-md-22 {
        margin-inline-end: 88px !important
    }
    .me-md-23 {
        margin-inline-end: 92px !important
    }
    .me-md-24 {
        margin-inline-end: 96px !important
    }
    .me-md-25 {
        margin-inline-end: 100px !important
    }
    .me-md-26 {
        margin-inline-end: 104px !important
    }
    .me-md-27 {
        margin-inline-end: 108px !important
    }
    .me-md-28 {
        margin-inline-end: 112px !important
    }
    .me-md-29 {
        margin-inline-end: 116px !important
    }
    .me-md-30 {
        margin-inline-end: 120px !important
    }
    .me-md-31 {
        margin-inline-end: 124px !important
    }
    .me-md-32 {
        margin-inline-end: 128px !important
    }
    .me-md-33 {
        margin-inline-end: 132px !important
    }
    .me-md-34 {
        margin-inline-end: 136px !important
    }
    .me-md-35 {
        margin-inline-end: 140px !important
    }
    .me-md-36 {
        margin-inline-end: 144px !important
    }
    .me-md-37 {
        margin-inline-end: 148px !important
    }
    .me-md-38 {
        margin-inline-end: 152px !important
    }
    .me-md-39 {
        margin-inline-end: 156px !important
    }
    .me-md-40 {
        margin-inline-end: 160px !important
    }
    .me-md-0p5 {
        margin-inline-end: 2px !important
    }
    .me-md-1p5 {
        margin-inline-end: 6px !important
    }
    .me-md-2p5 {
        margin-inline-end: 10px !important
    }
    .me-md-3p5 {
        margin-inline-end: 14px !important
    }
    .me-md-4p5 {
        margin-inline-end: 18px !important
    }
    .me-md-5p5 {
        margin-inline-end: 22px !important
    }
    .me-md-6p5 {
        margin-inline-end: 26px !important
    }
    .me-md-7p5 {
        margin-inline-end: 30px !important
    }
    .me-md-12p5 {
        margin-inline-end: 50px !important
    }
    .me-md-17p5 {
        margin-inline-end: 70px !important
    }
    .me-md-20p5 {
        margin-inline-end: 82px !important
    }
    .me-md-32p5 {
        margin-inline-end: 130px !important
    }
    .me-md-42 {
        margin-inline-end: 168px !important
    }
    .me-md-45 {
        margin-inline-end: 180px !important
    }
    .me-md-48 {
        margin-inline-end: 192px !important
    }
    .me-md-50 {
        margin-inline-end: 200px !important
    }
    .me-md-55 {
        margin-inline-end: 220px !important
    }
    .me-md-56 {
        margin-inline-end: 224px !important
    }
    .me-md-60 {
        margin-inline-end: 240px !important
    }
    .me-md-62 {
        margin-inline-end: 248px !important
    }
    .me-md-64 {
        margin-inline-end: 256px !important
    }
    .me-md-70 {
        margin-inline-end: 280px !important
    }
    .me-md-72 {
        margin-inline-end: 288px !important
    }
    .me-md-75 {
        margin-inline-end: 300px !important
    }
    .me-md-80 {
        margin-inline-end: 320px !important
    }
    .me-md-85 {
        margin-inline-end: 340px !important
    }
    .me-md-90 {
        margin-inline-end: 360px !important
    }
    .me-md-100 {
        margin-inline-end: 400px !important
    }
    .me-md-112 {
        margin-inline-end: 448px !important
    }
    .me-md-120 {
        margin-inline-end: 480px !important
    }
    .me-md-143 {
        margin-inline-end: 572px !important
    }
    .me-md-150 {
        margin-inline-end: 600px !important
    }
    .me-md-160 {
        margin-inline-end: 640px !important
    }
    .me-md-190 {
        margin-inline-end: 760px !important
    }
    .me-md-200 {
        margin-inline-end: 800px !important
    }
    .me-md-auto {
        margin-inline-end: auto !important
    }
    .ma-md-n1 {
        margin: -4px !important
    }
    .ma-md-n2 {
        margin: -8px !important
    }
    .ma-md-n3 {
        margin: -12px !important
    }
    .ma-md-n4 {
        margin: -16px !important
    }
    .ma-md-n5 {
        margin: -20px !important
    }
    .ma-md-n6 {
        margin: -24px !important
    }
    .ma-md-n7 {
        margin: -28px !important
    }
    .ma-md-n8 {
        margin: -32px !important
    }
    .ma-md-n9 {
        margin: -36px !important
    }
    .ma-md-n10 {
        margin: -40px !important
    }
    .ma-md-n11 {
        margin: -44px !important
    }
    .ma-md-n12 {
        margin: -48px !important
    }
    .ma-md-n13 {
        margin: -52px !important
    }
    .ma-md-n14 {
        margin: -56px !important
    }
    .ma-md-n15 {
        margin: -60px !important
    }
    .ma-md-n16 {
        margin: -64px !important
    }
    .ma-md-n17 {
        margin: -68px !important
    }
    .ma-md-n18 {
        margin: -72px !important
    }
    .ma-md-n19 {
        margin: -76px !important
    }
    .ma-md-n20 {
        margin: -80px !important
    }
    .ma-md-n21 {
        margin: -84px !important
    }
    .ma-md-n22 {
        margin: -88px !important
    }
    .ma-md-n23 {
        margin: -92px !important
    }
    .ma-md-n24 {
        margin: -96px !important
    }
    .ma-md-n25 {
        margin: -100px !important
    }
    .ma-md-n26 {
        margin: -104px !important
    }
    .ma-md-n27 {
        margin: -108px !important
    }
    .ma-md-n28 {
        margin: -112px !important
    }
    .ma-md-n29 {
        margin: -116px !important
    }
    .ma-md-n30 {
        margin: -120px !important
    }
    .ma-md-n31 {
        margin: -124px !important
    }
    .ma-md-n32 {
        margin: -128px !important
    }
    .ma-md-n33 {
        margin: -132px !important
    }
    .ma-md-n34 {
        margin: -136px !important
    }
    .ma-md-n35 {
        margin: -140px !important
    }
    .ma-md-n36 {
        margin: -144px !important
    }
    .ma-md-n37 {
        margin: -148px !important
    }
    .ma-md-n38 {
        margin: -152px !important
    }
    .ma-md-n39 {
        margin: -156px !important
    }
    .ma-md-n40 {
        margin: -160px !important
    }
    .ma-md-n0p5 {
        margin: -2px !important
    }
    .ma-md-n1p5 {
        margin: -6px !important
    }
    .ma-md-n2p5 {
        margin: -10px !important
    }
    .ma-md-n3p5 {
        margin: -14px !important
    }
    .ma-md-n4p5 {
        margin: -18px !important
    }
    .ma-md-n5p5 {
        margin: -22px !important
    }
    .ma-md-n6p5 {
        margin: -26px !important
    }
    .ma-md-n7p5 {
        margin: -30px !important
    }
    .ma-md-n12p5 {
        margin: -50px !important
    }
    .ma-md-n17p5 {
        margin: -70px !important
    }
    .ma-md-n20p5 {
        margin: -82px !important
    }
    .ma-md-n32p5 {
        margin: -130px !important
    }
    .ma-md-n42 {
        margin: -168px !important
    }
    .ma-md-n45 {
        margin: -180px !important
    }
    .ma-md-n48 {
        margin: -192px !important
    }
    .ma-md-n50 {
        margin: -200px !important
    }
    .ma-md-n55 {
        margin: -220px !important
    }
    .ma-md-n56 {
        margin: -224px !important
    }
    .ma-md-n60 {
        margin: -240px !important
    }
    .ma-md-n62 {
        margin: -248px !important
    }
    .ma-md-n64 {
        margin: -256px !important
    }
    .ma-md-n70 {
        margin: -280px !important
    }
    .ma-md-n72 {
        margin: -288px !important
    }
    .ma-md-n75 {
        margin: -300px !important
    }
    .ma-md-n80 {
        margin: -320px !important
    }
    .ma-md-n85 {
        margin: -340px !important
    }
    .ma-md-n90 {
        margin: -360px !important
    }
    .ma-md-n100 {
        margin: -400px !important
    }
    .ma-md-n112 {
        margin: -448px !important
    }
    .ma-md-n120 {
        margin: -480px !important
    }
    .ma-md-n143 {
        margin: -572px !important
    }
    .ma-md-n150 {
        margin: -600px !important
    }
    .ma-md-n160 {
        margin: -640px !important
    }
    .ma-md-n190 {
        margin: -760px !important
    }
    .ma-md-n200 {
        margin: -800px !important
    }
    .mx-md-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-md-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-md-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-md-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-md-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-md-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-md-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-md-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-md-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-md-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-md-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-md-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-md-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-md-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-md-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-md-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .mx-md-n17 {
        margin-left: -68px !important;
        margin-right: -68px !important
    }
    .mx-md-n18 {
        margin-left: -72px !important;
        margin-right: -72px !important
    }
    .mx-md-n19 {
        margin-left: -76px !important;
        margin-right: -76px !important
    }
    .mx-md-n20 {
        margin-left: -80px !important;
        margin-right: -80px !important
    }
    .mx-md-n21 {
        margin-left: -84px !important;
        margin-right: -84px !important
    }
    .mx-md-n22 {
        margin-left: -88px !important;
        margin-right: -88px !important
    }
    .mx-md-n23 {
        margin-left: -92px !important;
        margin-right: -92px !important
    }
    .mx-md-n24 {
        margin-left: -96px !important;
        margin-right: -96px !important
    }
    .mx-md-n25 {
        margin-left: -100px !important;
        margin-right: -100px !important
    }
    .mx-md-n26 {
        margin-left: -104px !important;
        margin-right: -104px !important
    }
    .mx-md-n27 {
        margin-left: -108px !important;
        margin-right: -108px !important
    }
    .mx-md-n28 {
        margin-left: -112px !important;
        margin-right: -112px !important
    }
    .mx-md-n29 {
        margin-left: -116px !important;
        margin-right: -116px !important
    }
    .mx-md-n30 {
        margin-left: -120px !important;
        margin-right: -120px !important
    }
    .mx-md-n31 {
        margin-left: -124px !important;
        margin-right: -124px !important
    }
    .mx-md-n32 {
        margin-left: -128px !important;
        margin-right: -128px !important
    }
    .mx-md-n33 {
        margin-left: -132px !important;
        margin-right: -132px !important
    }
    .mx-md-n34 {
        margin-left: -136px !important;
        margin-right: -136px !important
    }
    .mx-md-n35 {
        margin-left: -140px !important;
        margin-right: -140px !important
    }
    .mx-md-n36 {
        margin-left: -144px !important;
        margin-right: -144px !important
    }
    .mx-md-n37 {
        margin-left: -148px !important;
        margin-right: -148px !important
    }
    .mx-md-n38 {
        margin-left: -152px !important;
        margin-right: -152px !important
    }
    .mx-md-n39 {
        margin-left: -156px !important;
        margin-right: -156px !important
    }
    .mx-md-n40 {
        margin-left: -160px !important;
        margin-right: -160px !important
    }
    .mx-md-n0p5 {
        margin-left: -2px !important;
        margin-right: -2px !important
    }
    .mx-md-n1p5 {
        margin-left: -6px !important;
        margin-right: -6px !important
    }
    .mx-md-n2p5 {
        margin-left: -10px !important;
        margin-right: -10px !important
    }
    .mx-md-n3p5 {
        margin-left: -14px !important;
        margin-right: -14px !important
    }
    .mx-md-n4p5 {
        margin-left: -18px !important;
        margin-right: -18px !important
    }
    .mx-md-n5p5 {
        margin-left: -22px !important;
        margin-right: -22px !important
    }
    .mx-md-n6p5 {
        margin-left: -26px !important;
        margin-right: -26px !important
    }
    .mx-md-n7p5 {
        margin-left: -30px !important;
        margin-right: -30px !important
    }
    .mx-md-n12p5 {
        margin-left: -50px !important;
        margin-right: -50px !important
    }
    .mx-md-n17p5 {
        margin-left: -70px !important;
        margin-right: -70px !important
    }
    .mx-md-n20p5 {
        margin-left: -82px !important;
        margin-right: -82px !important
    }
    .mx-md-n32p5 {
        margin-left: -130px !important;
        margin-right: -130px !important
    }
    .mx-md-n42 {
        margin-left: -168px !important;
        margin-right: -168px !important
    }
    .mx-md-n45 {
        margin-left: -180px !important;
        margin-right: -180px !important
    }
    .mx-md-n48 {
        margin-left: -192px !important;
        margin-right: -192px !important
    }
    .mx-md-n50 {
        margin-left: -200px !important;
        margin-right: -200px !important
    }
    .mx-md-n55 {
        margin-left: -220px !important;
        margin-right: -220px !important
    }
    .mx-md-n56 {
        margin-left: -224px !important;
        margin-right: -224px !important
    }
    .mx-md-n60 {
        margin-left: -240px !important;
        margin-right: -240px !important
    }
    .mx-md-n62 {
        margin-left: -248px !important;
        margin-right: -248px !important
    }
    .mx-md-n64 {
        margin-left: -256px !important;
        margin-right: -256px !important
    }
    .mx-md-n70 {
        margin-left: -280px !important;
        margin-right: -280px !important
    }
    .mx-md-n72 {
        margin-left: -288px !important;
        margin-right: -288px !important
    }
    .mx-md-n75 {
        margin-left: -300px !important;
        margin-right: -300px !important
    }
    .mx-md-n80 {
        margin-left: -320px !important;
        margin-right: -320px !important
    }
    .mx-md-n85 {
        margin-left: -340px !important;
        margin-right: -340px !important
    }
    .mx-md-n90 {
        margin-left: -360px !important;
        margin-right: -360px !important
    }
    .mx-md-n100 {
        margin-left: -400px !important;
        margin-right: -400px !important
    }
    .mx-md-n112 {
        margin-left: -448px !important;
        margin-right: -448px !important
    }
    .mx-md-n120 {
        margin-left: -480px !important;
        margin-right: -480px !important
    }
    .mx-md-n143 {
        margin-left: -572px !important;
        margin-right: -572px !important
    }
    .mx-md-n150 {
        margin-left: -600px !important;
        margin-right: -600px !important
    }
    .mx-md-n160 {
        margin-left: -640px !important;
        margin-right: -640px !important
    }
    .mx-md-n190 {
        margin-left: -760px !important;
        margin-right: -760px !important
    }
    .mx-md-n200 {
        margin-left: -800px !important;
        margin-right: -800px !important
    }
    .my-md-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-md-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-md-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-md-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-md-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-md-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-md-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-md-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-md-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-md-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-md-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-md-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-md-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-md-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-md-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-md-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .my-md-n17 {
        margin-bottom: -68px !important;
        margin-top: -68px !important
    }
    .my-md-n18 {
        margin-bottom: -72px !important;
        margin-top: -72px !important
    }
    .my-md-n19 {
        margin-bottom: -76px !important;
        margin-top: -76px !important
    }
    .my-md-n20 {
        margin-bottom: -80px !important;
        margin-top: -80px !important
    }
    .my-md-n21 {
        margin-bottom: -84px !important;
        margin-top: -84px !important
    }
    .my-md-n22 {
        margin-bottom: -88px !important;
        margin-top: -88px !important
    }
    .my-md-n23 {
        margin-bottom: -92px !important;
        margin-top: -92px !important
    }
    .my-md-n24 {
        margin-bottom: -96px !important;
        margin-top: -96px !important
    }
    .my-md-n25 {
        margin-bottom: -100px !important;
        margin-top: -100px !important
    }
    .my-md-n26 {
        margin-bottom: -104px !important;
        margin-top: -104px !important
    }
    .my-md-n27 {
        margin-bottom: -108px !important;
        margin-top: -108px !important
    }
    .my-md-n28 {
        margin-bottom: -112px !important;
        margin-top: -112px !important
    }
    .my-md-n29 {
        margin-bottom: -116px !important;
        margin-top: -116px !important
    }
    .my-md-n30 {
        margin-bottom: -120px !important;
        margin-top: -120px !important
    }
    .my-md-n31 {
        margin-bottom: -124px !important;
        margin-top: -124px !important
    }
    .my-md-n32 {
        margin-bottom: -128px !important;
        margin-top: -128px !important
    }
    .my-md-n33 {
        margin-bottom: -132px !important;
        margin-top: -132px !important
    }
    .my-md-n34 {
        margin-bottom: -136px !important;
        margin-top: -136px !important
    }
    .my-md-n35 {
        margin-bottom: -140px !important;
        margin-top: -140px !important
    }
    .my-md-n36 {
        margin-bottom: -144px !important;
        margin-top: -144px !important
    }
    .my-md-n37 {
        margin-bottom: -148px !important;
        margin-top: -148px !important
    }
    .my-md-n38 {
        margin-bottom: -152px !important;
        margin-top: -152px !important
    }
    .my-md-n39 {
        margin-bottom: -156px !important;
        margin-top: -156px !important
    }
    .my-md-n40 {
        margin-bottom: -160px !important;
        margin-top: -160px !important
    }
    .my-md-n0p5 {
        margin-bottom: -2px !important;
        margin-top: -2px !important
    }
    .my-md-n1p5 {
        margin-bottom: -6px !important;
        margin-top: -6px !important
    }
    .my-md-n2p5 {
        margin-bottom: -10px !important;
        margin-top: -10px !important
    }
    .my-md-n3p5 {
        margin-bottom: -14px !important;
        margin-top: -14px !important
    }
    .my-md-n4p5 {
        margin-bottom: -18px !important;
        margin-top: -18px !important
    }
    .my-md-n5p5 {
        margin-bottom: -22px !important;
        margin-top: -22px !important
    }
    .my-md-n6p5 {
        margin-bottom: -26px !important;
        margin-top: -26px !important
    }
    .my-md-n7p5 {
        margin-bottom: -30px !important;
        margin-top: -30px !important
    }
    .my-md-n12p5 {
        margin-bottom: -50px !important;
        margin-top: -50px !important
    }
    .my-md-n17p5 {
        margin-bottom: -70px !important;
        margin-top: -70px !important
    }
    .my-md-n20p5 {
        margin-bottom: -82px !important;
        margin-top: -82px !important
    }
    .my-md-n32p5 {
        margin-bottom: -130px !important;
        margin-top: -130px !important
    }
    .my-md-n42 {
        margin-bottom: -168px !important;
        margin-top: -168px !important
    }
    .my-md-n45 {
        margin-bottom: -180px !important;
        margin-top: -180px !important
    }
    .my-md-n48 {
        margin-bottom: -192px !important;
        margin-top: -192px !important
    }
    .my-md-n50 {
        margin-bottom: -200px !important;
        margin-top: -200px !important
    }
    .my-md-n55 {
        margin-bottom: -220px !important;
        margin-top: -220px !important
    }
    .my-md-n56 {
        margin-bottom: -224px !important;
        margin-top: -224px !important
    }
    .my-md-n60 {
        margin-bottom: -240px !important;
        margin-top: -240px !important
    }
    .my-md-n62 {
        margin-bottom: -248px !important;
        margin-top: -248px !important
    }
    .my-md-n64 {
        margin-bottom: -256px !important;
        margin-top: -256px !important
    }
    .my-md-n70 {
        margin-bottom: -280px !important;
        margin-top: -280px !important
    }
    .my-md-n72 {
        margin-bottom: -288px !important;
        margin-top: -288px !important
    }
    .my-md-n75 {
        margin-bottom: -300px !important;
        margin-top: -300px !important
    }
    .my-md-n80 {
        margin-bottom: -320px !important;
        margin-top: -320px !important
    }
    .my-md-n85 {
        margin-bottom: -340px !important;
        margin-top: -340px !important
    }
    .my-md-n90 {
        margin-bottom: -360px !important;
        margin-top: -360px !important
    }
    .my-md-n100 {
        margin-bottom: -400px !important;
        margin-top: -400px !important
    }
    .my-md-n112 {
        margin-bottom: -448px !important;
        margin-top: -448px !important
    }
    .my-md-n120 {
        margin-bottom: -480px !important;
        margin-top: -480px !important
    }
    .my-md-n143 {
        margin-bottom: -572px !important;
        margin-top: -572px !important
    }
    .my-md-n150 {
        margin-bottom: -600px !important;
        margin-top: -600px !important
    }
    .my-md-n160 {
        margin-bottom: -640px !important;
        margin-top: -640px !important
    }
    .my-md-n190 {
        margin-bottom: -760px !important;
        margin-top: -760px !important
    }
    .my-md-n200 {
        margin-bottom: -800px !important;
        margin-top: -800px !important
    }
    .mt-md-n1 {
        margin-top: -4px !important
    }
    .mt-md-n2 {
        margin-top: -8px !important
    }
    .mt-md-n3 {
        margin-top: -12px !important
    }
    .mt-md-n4 {
        margin-top: -16px !important
    }
    .mt-md-n5 {
        margin-top: -20px !important
    }
    .mt-md-n6 {
        margin-top: -24px !important
    }
    .mt-md-n7 {
        margin-top: -28px !important
    }
    .mt-md-n8 {
        margin-top: -32px !important
    }
    .mt-md-n9 {
        margin-top: -36px !important
    }
    .mt-md-n10 {
        margin-top: -40px !important
    }
    .mt-md-n11 {
        margin-top: -44px !important
    }
    .mt-md-n12 {
        margin-top: -48px !important
    }
    .mt-md-n13 {
        margin-top: -52px !important
    }
    .mt-md-n14 {
        margin-top: -56px !important
    }
    .mt-md-n15 {
        margin-top: -60px !important
    }
    .mt-md-n16 {
        margin-top: -64px !important
    }
    .mt-md-n17 {
        margin-top: -68px !important
    }
    .mt-md-n18 {
        margin-top: -72px !important
    }
    .mt-md-n19 {
        margin-top: -76px !important
    }
    .mt-md-n20 {
        margin-top: -80px !important
    }
    .mt-md-n21 {
        margin-top: -84px !important
    }
    .mt-md-n22 {
        margin-top: -88px !important
    }
    .mt-md-n23 {
        margin-top: -92px !important
    }
    .mt-md-n24 {
        margin-top: -96px !important
    }
    .mt-md-n25 {
        margin-top: -100px !important
    }
    .mt-md-n26 {
        margin-top: -104px !important
    }
    .mt-md-n27 {
        margin-top: -108px !important
    }
    .mt-md-n28 {
        margin-top: -112px !important
    }
    .mt-md-n29 {
        margin-top: -116px !important
    }
    .mt-md-n30 {
        margin-top: -120px !important
    }
    .mt-md-n31 {
        margin-top: -124px !important
    }
    .mt-md-n32 {
        margin-top: -128px !important
    }
    .mt-md-n33 {
        margin-top: -132px !important
    }
    .mt-md-n34 {
        margin-top: -136px !important
    }
    .mt-md-n35 {
        margin-top: -140px !important
    }
    .mt-md-n36 {
        margin-top: -144px !important
    }
    .mt-md-n37 {
        margin-top: -148px !important
    }
    .mt-md-n38 {
        margin-top: -152px !important
    }
    .mt-md-n39 {
        margin-top: -156px !important
    }
    .mt-md-n40 {
        margin-top: -160px !important
    }
    .mt-md-n0p5 {
        margin-top: -2px !important
    }
    .mt-md-n1p5 {
        margin-top: -6px !important
    }
    .mt-md-n2p5 {
        margin-top: -10px !important
    }
    .mt-md-n3p5 {
        margin-top: -14px !important
    }
    .mt-md-n4p5 {
        margin-top: -18px !important
    }
    .mt-md-n5p5 {
        margin-top: -22px !important
    }
    .mt-md-n6p5 {
        margin-top: -26px !important
    }
    .mt-md-n7p5 {
        margin-top: -30px !important
    }
    .mt-md-n12p5 {
        margin-top: -50px !important
    }
    .mt-md-n17p5 {
        margin-top: -70px !important
    }
    .mt-md-n20p5 {
        margin-top: -82px !important
    }
    .mt-md-n32p5 {
        margin-top: -130px !important
    }
    .mt-md-n42 {
        margin-top: -168px !important
    }
    .mt-md-n45 {
        margin-top: -180px !important
    }
    .mt-md-n48 {
        margin-top: -192px !important
    }
    .mt-md-n50 {
        margin-top: -200px !important
    }
    .mt-md-n55 {
        margin-top: -220px !important
    }
    .mt-md-n56 {
        margin-top: -224px !important
    }
    .mt-md-n60 {
        margin-top: -240px !important
    }
    .mt-md-n62 {
        margin-top: -248px !important
    }
    .mt-md-n64 {
        margin-top: -256px !important
    }
    .mt-md-n70 {
        margin-top: -280px !important
    }
    .mt-md-n72 {
        margin-top: -288px !important
    }
    .mt-md-n75 {
        margin-top: -300px !important
    }
    .mt-md-n80 {
        margin-top: -320px !important
    }
    .mt-md-n85 {
        margin-top: -340px !important
    }
    .mt-md-n90 {
        margin-top: -360px !important
    }
    .mt-md-n100 {
        margin-top: -400px !important
    }
    .mt-md-n112 {
        margin-top: -448px !important
    }
    .mt-md-n120 {
        margin-top: -480px !important
    }
    .mt-md-n143 {
        margin-top: -572px !important
    }
    .mt-md-n150 {
        margin-top: -600px !important
    }
    .mt-md-n160 {
        margin-top: -640px !important
    }
    .mt-md-n190 {
        margin-top: -760px !important
    }
    .mt-md-n200 {
        margin-top: -800px !important
    }
    .mr-md-n1 {
        margin-right: -4px !important
    }
    .mr-md-n2 {
        margin-right: -8px !important
    }
    .mr-md-n3 {
        margin-right: -12px !important
    }
    .mr-md-n4 {
        margin-right: -16px !important
    }
    .mr-md-n5 {
        margin-right: -20px !important
    }
    .mr-md-n6 {
        margin-right: -24px !important
    }
    .mr-md-n7 {
        margin-right: -28px !important
    }
    .mr-md-n8 {
        margin-right: -32px !important
    }
    .mr-md-n9 {
        margin-right: -36px !important
    }
    .mr-md-n10 {
        margin-right: -40px !important
    }
    .mr-md-n11 {
        margin-right: -44px !important
    }
    .mr-md-n12 {
        margin-right: -48px !important
    }
    .mr-md-n13 {
        margin-right: -52px !important
    }
    .mr-md-n14 {
        margin-right: -56px !important
    }
    .mr-md-n15 {
        margin-right: -60px !important
    }
    .mr-md-n16 {
        margin-right: -64px !important
    }
    .mr-md-n17 {
        margin-right: -68px !important
    }
    .mr-md-n18 {
        margin-right: -72px !important
    }
    .mr-md-n19 {
        margin-right: -76px !important
    }
    .mr-md-n20 {
        margin-right: -80px !important
    }
    .mr-md-n21 {
        margin-right: -84px !important
    }
    .mr-md-n22 {
        margin-right: -88px !important
    }
    .mr-md-n23 {
        margin-right: -92px !important
    }
    .mr-md-n24 {
        margin-right: -96px !important
    }
    .mr-md-n25 {
        margin-right: -100px !important
    }
    .mr-md-n26 {
        margin-right: -104px !important
    }
    .mr-md-n27 {
        margin-right: -108px !important
    }
    .mr-md-n28 {
        margin-right: -112px !important
    }
    .mr-md-n29 {
        margin-right: -116px !important
    }
    .mr-md-n30 {
        margin-right: -120px !important
    }
    .mr-md-n31 {
        margin-right: -124px !important
    }
    .mr-md-n32 {
        margin-right: -128px !important
    }
    .mr-md-n33 {
        margin-right: -132px !important
    }
    .mr-md-n34 {
        margin-right: -136px !important
    }
    .mr-md-n35 {
        margin-right: -140px !important
    }
    .mr-md-n36 {
        margin-right: -144px !important
    }
    .mr-md-n37 {
        margin-right: -148px !important
    }
    .mr-md-n38 {
        margin-right: -152px !important
    }
    .mr-md-n39 {
        margin-right: -156px !important
    }
    .mr-md-n40 {
        margin-right: -160px !important
    }
    .mr-md-n0p5 {
        margin-right: -2px !important
    }
    .mr-md-n1p5 {
        margin-right: -6px !important
    }
    .mr-md-n2p5 {
        margin-right: -10px !important
    }
    .mr-md-n3p5 {
        margin-right: -14px !important
    }
    .mr-md-n4p5 {
        margin-right: -18px !important
    }
    .mr-md-n5p5 {
        margin-right: -22px !important
    }
    .mr-md-n6p5 {
        margin-right: -26px !important
    }
    .mr-md-n7p5 {
        margin-right: -30px !important
    }
    .mr-md-n12p5 {
        margin-right: -50px !important
    }
    .mr-md-n17p5 {
        margin-right: -70px !important
    }
    .mr-md-n20p5 {
        margin-right: -82px !important
    }
    .mr-md-n32p5 {
        margin-right: -130px !important
    }
    .mr-md-n42 {
        margin-right: -168px !important
    }
    .mr-md-n45 {
        margin-right: -180px !important
    }
    .mr-md-n48 {
        margin-right: -192px !important
    }
    .mr-md-n50 {
        margin-right: -200px !important
    }
    .mr-md-n55 {
        margin-right: -220px !important
    }
    .mr-md-n56 {
        margin-right: -224px !important
    }
    .mr-md-n60 {
        margin-right: -240px !important
    }
    .mr-md-n62 {
        margin-right: -248px !important
    }
    .mr-md-n64 {
        margin-right: -256px !important
    }
    .mr-md-n70 {
        margin-right: -280px !important
    }
    .mr-md-n72 {
        margin-right: -288px !important
    }
    .mr-md-n75 {
        margin-right: -300px !important
    }
    .mr-md-n80 {
        margin-right: -320px !important
    }
    .mr-md-n85 {
        margin-right: -340px !important
    }
    .mr-md-n90 {
        margin-right: -360px !important
    }
    .mr-md-n100 {
        margin-right: -400px !important
    }
    .mr-md-n112 {
        margin-right: -448px !important
    }
    .mr-md-n120 {
        margin-right: -480px !important
    }
    .mr-md-n143 {
        margin-right: -572px !important
    }
    .mr-md-n150 {
        margin-right: -600px !important
    }
    .mr-md-n160 {
        margin-right: -640px !important
    }
    .mr-md-n190 {
        margin-right: -760px !important
    }
    .mr-md-n200 {
        margin-right: -800px !important
    }
    .mb-md-n1 {
        margin-bottom: -4px !important
    }
    .mb-md-n2 {
        margin-bottom: -8px !important
    }
    .mb-md-n3 {
        margin-bottom: -12px !important
    }
    .mb-md-n4 {
        margin-bottom: -16px !important
    }
    .mb-md-n5 {
        margin-bottom: -20px !important
    }
    .mb-md-n6 {
        margin-bottom: -24px !important
    }
    .mb-md-n7 {
        margin-bottom: -28px !important
    }
    .mb-md-n8 {
        margin-bottom: -32px !important
    }
    .mb-md-n9 {
        margin-bottom: -36px !important
    }
    .mb-md-n10 {
        margin-bottom: -40px !important
    }
    .mb-md-n11 {
        margin-bottom: -44px !important
    }
    .mb-md-n12 {
        margin-bottom: -48px !important
    }
    .mb-md-n13 {
        margin-bottom: -52px !important
    }
    .mb-md-n14 {
        margin-bottom: -56px !important
    }
    .mb-md-n15 {
        margin-bottom: -60px !important
    }
    .mb-md-n16 {
        margin-bottom: -64px !important
    }
    .mb-md-n17 {
        margin-bottom: -68px !important
    }
    .mb-md-n18 {
        margin-bottom: -72px !important
    }
    .mb-md-n19 {
        margin-bottom: -76px !important
    }
    .mb-md-n20 {
        margin-bottom: -80px !important
    }
    .mb-md-n21 {
        margin-bottom: -84px !important
    }
    .mb-md-n22 {
        margin-bottom: -88px !important
    }
    .mb-md-n23 {
        margin-bottom: -92px !important
    }
    .mb-md-n24 {
        margin-bottom: -96px !important
    }
    .mb-md-n25 {
        margin-bottom: -100px !important
    }
    .mb-md-n26 {
        margin-bottom: -104px !important
    }
    .mb-md-n27 {
        margin-bottom: -108px !important
    }
    .mb-md-n28 {
        margin-bottom: -112px !important
    }
    .mb-md-n29 {
        margin-bottom: -116px !important
    }
    .mb-md-n30 {
        margin-bottom: -120px !important
    }
    .mb-md-n31 {
        margin-bottom: -124px !important
    }
    .mb-md-n32 {
        margin-bottom: -128px !important
    }
    .mb-md-n33 {
        margin-bottom: -132px !important
    }
    .mb-md-n34 {
        margin-bottom: -136px !important
    }
    .mb-md-n35 {
        margin-bottom: -140px !important
    }
    .mb-md-n36 {
        margin-bottom: -144px !important
    }
    .mb-md-n37 {
        margin-bottom: -148px !important
    }
    .mb-md-n38 {
        margin-bottom: -152px !important
    }
    .mb-md-n39 {
        margin-bottom: -156px !important
    }
    .mb-md-n40 {
        margin-bottom: -160px !important
    }
    .mb-md-n0p5 {
        margin-bottom: -2px !important
    }
    .mb-md-n1p5 {
        margin-bottom: -6px !important
    }
    .mb-md-n2p5 {
        margin-bottom: -10px !important
    }
    .mb-md-n3p5 {
        margin-bottom: -14px !important
    }
    .mb-md-n4p5 {
        margin-bottom: -18px !important
    }
    .mb-md-n5p5 {
        margin-bottom: -22px !important
    }
    .mb-md-n6p5 {
        margin-bottom: -26px !important
    }
    .mb-md-n7p5 {
        margin-bottom: -30px !important
    }
    .mb-md-n12p5 {
        margin-bottom: -50px !important
    }
    .mb-md-n17p5 {
        margin-bottom: -70px !important
    }
    .mb-md-n20p5 {
        margin-bottom: -82px !important
    }
    .mb-md-n32p5 {
        margin-bottom: -130px !important
    }
    .mb-md-n42 {
        margin-bottom: -168px !important
    }
    .mb-md-n45 {
        margin-bottom: -180px !important
    }
    .mb-md-n48 {
        margin-bottom: -192px !important
    }
    .mb-md-n50 {
        margin-bottom: -200px !important
    }
    .mb-md-n55 {
        margin-bottom: -220px !important
    }
    .mb-md-n56 {
        margin-bottom: -224px !important
    }
    .mb-md-n60 {
        margin-bottom: -240px !important
    }
    .mb-md-n62 {
        margin-bottom: -248px !important
    }
    .mb-md-n64 {
        margin-bottom: -256px !important
    }
    .mb-md-n70 {
        margin-bottom: -280px !important
    }
    .mb-md-n72 {
        margin-bottom: -288px !important
    }
    .mb-md-n75 {
        margin-bottom: -300px !important
    }
    .mb-md-n80 {
        margin-bottom: -320px !important
    }
    .mb-md-n85 {
        margin-bottom: -340px !important
    }
    .mb-md-n90 {
        margin-bottom: -360px !important
    }
    .mb-md-n100 {
        margin-bottom: -400px !important
    }
    .mb-md-n112 {
        margin-bottom: -448px !important
    }
    .mb-md-n120 {
        margin-bottom: -480px !important
    }
    .mb-md-n143 {
        margin-bottom: -572px !important
    }
    .mb-md-n150 {
        margin-bottom: -600px !important
    }
    .mb-md-n160 {
        margin-bottom: -640px !important
    }
    .mb-md-n190 {
        margin-bottom: -760px !important
    }
    .mb-md-n200 {
        margin-bottom: -800px !important
    }
    .ml-md-n1 {
        margin-left: -4px !important
    }
    .ml-md-n2 {
        margin-left: -8px !important
    }
    .ml-md-n3 {
        margin-left: -12px !important
    }
    .ml-md-n4 {
        margin-left: -16px !important
    }
    .ml-md-n5 {
        margin-left: -20px !important
    }
    .ml-md-n6 {
        margin-left: -24px !important
    }
    .ml-md-n7 {
        margin-left: -28px !important
    }
    .ml-md-n8 {
        margin-left: -32px !important
    }
    .ml-md-n9 {
        margin-left: -36px !important
    }
    .ml-md-n10 {
        margin-left: -40px !important
    }
    .ml-md-n11 {
        margin-left: -44px !important
    }
    .ml-md-n12 {
        margin-left: -48px !important
    }
    .ml-md-n13 {
        margin-left: -52px !important
    }
    .ml-md-n14 {
        margin-left: -56px !important
    }
    .ml-md-n15 {
        margin-left: -60px !important
    }
    .ml-md-n16 {
        margin-left: -64px !important
    }
    .ml-md-n17 {
        margin-left: -68px !important
    }
    .ml-md-n18 {
        margin-left: -72px !important
    }
    .ml-md-n19 {
        margin-left: -76px !important
    }
    .ml-md-n20 {
        margin-left: -80px !important
    }
    .ml-md-n21 {
        margin-left: -84px !important
    }
    .ml-md-n22 {
        margin-left: -88px !important
    }
    .ml-md-n23 {
        margin-left: -92px !important
    }
    .ml-md-n24 {
        margin-left: -96px !important
    }
    .ml-md-n25 {
        margin-left: -100px !important
    }
    .ml-md-n26 {
        margin-left: -104px !important
    }
    .ml-md-n27 {
        margin-left: -108px !important
    }
    .ml-md-n28 {
        margin-left: -112px !important
    }
    .ml-md-n29 {
        margin-left: -116px !important
    }
    .ml-md-n30 {
        margin-left: -120px !important
    }
    .ml-md-n31 {
        margin-left: -124px !important
    }
    .ml-md-n32 {
        margin-left: -128px !important
    }
    .ml-md-n33 {
        margin-left: -132px !important
    }
    .ml-md-n34 {
        margin-left: -136px !important
    }
    .ml-md-n35 {
        margin-left: -140px !important
    }
    .ml-md-n36 {
        margin-left: -144px !important
    }
    .ml-md-n37 {
        margin-left: -148px !important
    }
    .ml-md-n38 {
        margin-left: -152px !important
    }
    .ml-md-n39 {
        margin-left: -156px !important
    }
    .ml-md-n40 {
        margin-left: -160px !important
    }
    .ml-md-n0p5 {
        margin-left: -2px !important
    }
    .ml-md-n1p5 {
        margin-left: -6px !important
    }
    .ml-md-n2p5 {
        margin-left: -10px !important
    }
    .ml-md-n3p5 {
        margin-left: -14px !important
    }
    .ml-md-n4p5 {
        margin-left: -18px !important
    }
    .ml-md-n5p5 {
        margin-left: -22px !important
    }
    .ml-md-n6p5 {
        margin-left: -26px !important
    }
    .ml-md-n7p5 {
        margin-left: -30px !important
    }
    .ml-md-n12p5 {
        margin-left: -50px !important
    }
    .ml-md-n17p5 {
        margin-left: -70px !important
    }
    .ml-md-n20p5 {
        margin-left: -82px !important
    }
    .ml-md-n32p5 {
        margin-left: -130px !important
    }
    .ml-md-n42 {
        margin-left: -168px !important
    }
    .ml-md-n45 {
        margin-left: -180px !important
    }
    .ml-md-n48 {
        margin-left: -192px !important
    }
    .ml-md-n50 {
        margin-left: -200px !important
    }
    .ml-md-n55 {
        margin-left: -220px !important
    }
    .ml-md-n56 {
        margin-left: -224px !important
    }
    .ml-md-n60 {
        margin-left: -240px !important
    }
    .ml-md-n62 {
        margin-left: -248px !important
    }
    .ml-md-n64 {
        margin-left: -256px !important
    }
    .ml-md-n70 {
        margin-left: -280px !important
    }
    .ml-md-n72 {
        margin-left: -288px !important
    }
    .ml-md-n75 {
        margin-left: -300px !important
    }
    .ml-md-n80 {
        margin-left: -320px !important
    }
    .ml-md-n85 {
        margin-left: -340px !important
    }
    .ml-md-n90 {
        margin-left: -360px !important
    }
    .ml-md-n100 {
        margin-left: -400px !important
    }
    .ml-md-n112 {
        margin-left: -448px !important
    }
    .ml-md-n120 {
        margin-left: -480px !important
    }
    .ml-md-n143 {
        margin-left: -572px !important
    }
    .ml-md-n150 {
        margin-left: -600px !important
    }
    .ml-md-n160 {
        margin-left: -640px !important
    }
    .ml-md-n190 {
        margin-left: -760px !important
    }
    .ml-md-n200 {
        margin-left: -800px !important
    }
    .ms-md-n1 {
        margin-inline-start: -4px !important
    }
    .ms-md-n2 {
        margin-inline-start: -8px !important
    }
    .ms-md-n3 {
        margin-inline-start: -12px !important
    }
    .ms-md-n4 {
        margin-inline-start: -16px !important
    }
    .ms-md-n5 {
        margin-inline-start: -20px !important
    }
    .ms-md-n6 {
        margin-inline-start: -24px !important
    }
    .ms-md-n7 {
        margin-inline-start: -28px !important
    }
    .ms-md-n8 {
        margin-inline-start: -32px !important
    }
    .ms-md-n9 {
        margin-inline-start: -36px !important
    }
    .ms-md-n10 {
        margin-inline-start: -40px !important
    }
    .ms-md-n11 {
        margin-inline-start: -44px !important
    }
    .ms-md-n12 {
        margin-inline-start: -48px !important
    }
    .ms-md-n13 {
        margin-inline-start: -52px !important
    }
    .ms-md-n14 {
        margin-inline-start: -56px !important
    }
    .ms-md-n15 {
        margin-inline-start: -60px !important
    }
    .ms-md-n16 {
        margin-inline-start: -64px !important
    }
    .ms-md-n17 {
        margin-inline-start: -68px !important
    }
    .ms-md-n18 {
        margin-inline-start: -72px !important
    }
    .ms-md-n19 {
        margin-inline-start: -76px !important
    }
    .ms-md-n20 {
        margin-inline-start: -80px !important
    }
    .ms-md-n21 {
        margin-inline-start: -84px !important
    }
    .ms-md-n22 {
        margin-inline-start: -88px !important
    }
    .ms-md-n23 {
        margin-inline-start: -92px !important
    }
    .ms-md-n24 {
        margin-inline-start: -96px !important
    }
    .ms-md-n25 {
        margin-inline-start: -100px !important
    }
    .ms-md-n26 {
        margin-inline-start: -104px !important
    }
    .ms-md-n27 {
        margin-inline-start: -108px !important
    }
    .ms-md-n28 {
        margin-inline-start: -112px !important
    }
    .ms-md-n29 {
        margin-inline-start: -116px !important
    }
    .ms-md-n30 {
        margin-inline-start: -120px !important
    }
    .ms-md-n31 {
        margin-inline-start: -124px !important
    }
    .ms-md-n32 {
        margin-inline-start: -128px !important
    }
    .ms-md-n33 {
        margin-inline-start: -132px !important
    }
    .ms-md-n34 {
        margin-inline-start: -136px !important
    }
    .ms-md-n35 {
        margin-inline-start: -140px !important
    }
    .ms-md-n36 {
        margin-inline-start: -144px !important
    }
    .ms-md-n37 {
        margin-inline-start: -148px !important
    }
    .ms-md-n38 {
        margin-inline-start: -152px !important
    }
    .ms-md-n39 {
        margin-inline-start: -156px !important
    }
    .ms-md-n40 {
        margin-inline-start: -160px !important
    }
    .ms-md-n0p5 {
        margin-inline-start: -2px !important
    }
    .ms-md-n1p5 {
        margin-inline-start: -6px !important
    }
    .ms-md-n2p5 {
        margin-inline-start: -10px !important
    }
    .ms-md-n3p5 {
        margin-inline-start: -14px !important
    }
    .ms-md-n4p5 {
        margin-inline-start: -18px !important
    }
    .ms-md-n5p5 {
        margin-inline-start: -22px !important
    }
    .ms-md-n6p5 {
        margin-inline-start: -26px !important
    }
    .ms-md-n7p5 {
        margin-inline-start: -30px !important
    }
    .ms-md-n12p5 {
        margin-inline-start: -50px !important
    }
    .ms-md-n17p5 {
        margin-inline-start: -70px !important
    }
    .ms-md-n20p5 {
        margin-inline-start: -82px !important
    }
    .ms-md-n32p5 {
        margin-inline-start: -130px !important
    }
    .ms-md-n42 {
        margin-inline-start: -168px !important
    }
    .ms-md-n45 {
        margin-inline-start: -180px !important
    }
    .ms-md-n48 {
        margin-inline-start: -192px !important
    }
    .ms-md-n50 {
        margin-inline-start: -200px !important
    }
    .ms-md-n55 {
        margin-inline-start: -220px !important
    }
    .ms-md-n56 {
        margin-inline-start: -224px !important
    }
    .ms-md-n60 {
        margin-inline-start: -240px !important
    }
    .ms-md-n62 {
        margin-inline-start: -248px !important
    }
    .ms-md-n64 {
        margin-inline-start: -256px !important
    }
    .ms-md-n70 {
        margin-inline-start: -280px !important
    }
    .ms-md-n72 {
        margin-inline-start: -288px !important
    }
    .ms-md-n75 {
        margin-inline-start: -300px !important
    }
    .ms-md-n80 {
        margin-inline-start: -320px !important
    }
    .ms-md-n85 {
        margin-inline-start: -340px !important
    }
    .ms-md-n90 {
        margin-inline-start: -360px !important
    }
    .ms-md-n100 {
        margin-inline-start: -400px !important
    }
    .ms-md-n112 {
        margin-inline-start: -448px !important
    }
    .ms-md-n120 {
        margin-inline-start: -480px !important
    }
    .ms-md-n143 {
        margin-inline-start: -572px !important
    }
    .ms-md-n150 {
        margin-inline-start: -600px !important
    }
    .ms-md-n160 {
        margin-inline-start: -640px !important
    }
    .ms-md-n190 {
        margin-inline-start: -760px !important
    }
    .ms-md-n200 {
        margin-inline-start: -800px !important
    }
    .me-md-n1 {
        margin-inline-end: -4px !important
    }
    .me-md-n2 {
        margin-inline-end: -8px !important
    }
    .me-md-n3 {
        margin-inline-end: -12px !important
    }
    .me-md-n4 {
        margin-inline-end: -16px !important
    }
    .me-md-n5 {
        margin-inline-end: -20px !important
    }
    .me-md-n6 {
        margin-inline-end: -24px !important
    }
    .me-md-n7 {
        margin-inline-end: -28px !important
    }
    .me-md-n8 {
        margin-inline-end: -32px !important
    }
    .me-md-n9 {
        margin-inline-end: -36px !important
    }
    .me-md-n10 {
        margin-inline-end: -40px !important
    }
    .me-md-n11 {
        margin-inline-end: -44px !important
    }
    .me-md-n12 {
        margin-inline-end: -48px !important
    }
    .me-md-n13 {
        margin-inline-end: -52px !important
    }
    .me-md-n14 {
        margin-inline-end: -56px !important
    }
    .me-md-n15 {
        margin-inline-end: -60px !important
    }
    .me-md-n16 {
        margin-inline-end: -64px !important
    }
    .me-md-n17 {
        margin-inline-end: -68px !important
    }
    .me-md-n18 {
        margin-inline-end: -72px !important
    }
    .me-md-n19 {
        margin-inline-end: -76px !important
    }
    .me-md-n20 {
        margin-inline-end: -80px !important
    }
    .me-md-n21 {
        margin-inline-end: -84px !important
    }
    .me-md-n22 {
        margin-inline-end: -88px !important
    }
    .me-md-n23 {
        margin-inline-end: -92px !important
    }
    .me-md-n24 {
        margin-inline-end: -96px !important
    }
    .me-md-n25 {
        margin-inline-end: -100px !important
    }
    .me-md-n26 {
        margin-inline-end: -104px !important
    }
    .me-md-n27 {
        margin-inline-end: -108px !important
    }
    .me-md-n28 {
        margin-inline-end: -112px !important
    }
    .me-md-n29 {
        margin-inline-end: -116px !important
    }
    .me-md-n30 {
        margin-inline-end: -120px !important
    }
    .me-md-n31 {
        margin-inline-end: -124px !important
    }
    .me-md-n32 {
        margin-inline-end: -128px !important
    }
    .me-md-n33 {
        margin-inline-end: -132px !important
    }
    .me-md-n34 {
        margin-inline-end: -136px !important
    }
    .me-md-n35 {
        margin-inline-end: -140px !important
    }
    .me-md-n36 {
        margin-inline-end: -144px !important
    }
    .me-md-n37 {
        margin-inline-end: -148px !important
    }
    .me-md-n38 {
        margin-inline-end: -152px !important
    }
    .me-md-n39 {
        margin-inline-end: -156px !important
    }
    .me-md-n40 {
        margin-inline-end: -160px !important
    }
    .me-md-n0p5 {
        margin-inline-end: -2px !important
    }
    .me-md-n1p5 {
        margin-inline-end: -6px !important
    }
    .me-md-n2p5 {
        margin-inline-end: -10px !important
    }
    .me-md-n3p5 {
        margin-inline-end: -14px !important
    }
    .me-md-n4p5 {
        margin-inline-end: -18px !important
    }
    .me-md-n5p5 {
        margin-inline-end: -22px !important
    }
    .me-md-n6p5 {
        margin-inline-end: -26px !important
    }
    .me-md-n7p5 {
        margin-inline-end: -30px !important
    }
    .me-md-n12p5 {
        margin-inline-end: -50px !important
    }
    .me-md-n17p5 {
        margin-inline-end: -70px !important
    }
    .me-md-n20p5 {
        margin-inline-end: -82px !important
    }
    .me-md-n32p5 {
        margin-inline-end: -130px !important
    }
    .me-md-n42 {
        margin-inline-end: -168px !important
    }
    .me-md-n45 {
        margin-inline-end: -180px !important
    }
    .me-md-n48 {
        margin-inline-end: -192px !important
    }
    .me-md-n50 {
        margin-inline-end: -200px !important
    }
    .me-md-n55 {
        margin-inline-end: -220px !important
    }
    .me-md-n56 {
        margin-inline-end: -224px !important
    }
    .me-md-n60 {
        margin-inline-end: -240px !important
    }
    .me-md-n62 {
        margin-inline-end: -248px !important
    }
    .me-md-n64 {
        margin-inline-end: -256px !important
    }
    .me-md-n70 {
        margin-inline-end: -280px !important
    }
    .me-md-n72 {
        margin-inline-end: -288px !important
    }
    .me-md-n75 {
        margin-inline-end: -300px !important
    }
    .me-md-n80 {
        margin-inline-end: -320px !important
    }
    .me-md-n85 {
        margin-inline-end: -340px !important
    }
    .me-md-n90 {
        margin-inline-end: -360px !important
    }
    .me-md-n100 {
        margin-inline-end: -400px !important
    }
    .me-md-n112 {
        margin-inline-end: -448px !important
    }
    .me-md-n120 {
        margin-inline-end: -480px !important
    }
    .me-md-n143 {
        margin-inline-end: -572px !important
    }
    .me-md-n150 {
        margin-inline-end: -600px !important
    }
    .me-md-n160 {
        margin-inline-end: -640px !important
    }
    .me-md-n190 {
        margin-inline-end: -760px !important
    }
    .me-md-n200 {
        margin-inline-end: -800px !important
    }
    .pa-md-0 {
        padding: 0 !important
    }
    .pa-md-1 {
        padding: 4px !important
    }
    .pa-md-2 {
        padding: 8px !important
    }
    .pa-md-3 {
        padding: 12px !important
    }
    .pa-md-4 {
        padding: 16px !important
    }
    .pa-md-5 {
        padding: 20px !important
    }
    .pa-md-6 {
        padding: 24px !important
    }
    .pa-md-7 {
        padding: 28px !important
    }
    .pa-md-8 {
        padding: 32px !important
    }
    .pa-md-9 {
        padding: 36px !important
    }
    .pa-md-10 {
        padding: 40px !important
    }
    .pa-md-11 {
        padding: 44px !important
    }
    .pa-md-12 {
        padding: 48px !important
    }
    .pa-md-13 {
        padding: 52px !important
    }
    .pa-md-14 {
        padding: 56px !important
    }
    .pa-md-15 {
        padding: 60px !important
    }
    .pa-md-16 {
        padding: 64px !important
    }
    .pa-md-17 {
        padding: 68px !important
    }
    .pa-md-18 {
        padding: 72px !important
    }
    .pa-md-19 {
        padding: 76px !important
    }
    .pa-md-20 {
        padding: 80px !important
    }
    .pa-md-21 {
        padding: 84px !important
    }
    .pa-md-22 {
        padding: 88px !important
    }
    .pa-md-23 {
        padding: 92px !important
    }
    .pa-md-24 {
        padding: 96px !important
    }
    .pa-md-25 {
        padding: 100px !important
    }
    .pa-md-26 {
        padding: 104px !important
    }
    .pa-md-27 {
        padding: 108px !important
    }
    .pa-md-28 {
        padding: 112px !important
    }
    .pa-md-29 {
        padding: 116px !important
    }
    .pa-md-30 {
        padding: 120px !important
    }
    .pa-md-31 {
        padding: 124px !important
    }
    .pa-md-32 {
        padding: 128px !important
    }
    .pa-md-33 {
        padding: 132px !important
    }
    .pa-md-34 {
        padding: 136px !important
    }
    .pa-md-35 {
        padding: 140px !important
    }
    .pa-md-36 {
        padding: 144px !important
    }
    .pa-md-37 {
        padding: 148px !important
    }
    .pa-md-38 {
        padding: 152px !important
    }
    .pa-md-39 {
        padding: 156px !important
    }
    .pa-md-40 {
        padding: 160px !important
    }
    .pa-md-0p5 {
        padding: 2px !important
    }
    .pa-md-1p5 {
        padding: 6px !important
    }
    .pa-md-2p5 {
        padding: 10px !important
    }
    .pa-md-3p5 {
        padding: 14px !important
    }
    .pa-md-4p5 {
        padding: 18px !important
    }
    .pa-md-5p5 {
        padding: 22px !important
    }
    .pa-md-6p5 {
        padding: 26px !important
    }
    .pa-md-7p5 {
        padding: 30px !important
    }
    .pa-md-12p5 {
        padding: 50px !important
    }
    .pa-md-17p5 {
        padding: 70px !important
    }
    .pa-md-20p5 {
        padding: 82px !important
    }
    .pa-md-32p5 {
        padding: 130px !important
    }
    .pa-md-42 {
        padding: 168px !important
    }
    .pa-md-45 {
        padding: 180px !important
    }
    .pa-md-48 {
        padding: 192px !important
    }
    .pa-md-50 {
        padding: 200px !important
    }
    .pa-md-55 {
        padding: 220px !important
    }
    .pa-md-56 {
        padding: 224px !important
    }
    .pa-md-60 {
        padding: 240px !important
    }
    .pa-md-62 {
        padding: 248px !important
    }
    .pa-md-64 {
        padding: 256px !important
    }
    .pa-md-70 {
        padding: 280px !important
    }
    .pa-md-72 {
        padding: 288px !important
    }
    .pa-md-75 {
        padding: 300px !important
    }
    .pa-md-80 {
        padding: 320px !important
    }
    .pa-md-85 {
        padding: 340px !important
    }
    .pa-md-90 {
        padding: 360px !important
    }
    .pa-md-100 {
        padding: 400px !important
    }
    .pa-md-112 {
        padding: 448px !important
    }
    .pa-md-120 {
        padding: 480px !important
    }
    .pa-md-143 {
        padding: 572px !important
    }
    .pa-md-150 {
        padding: 600px !important
    }
    .pa-md-160 {
        padding: 640px !important
    }
    .pa-md-190 {
        padding: 760px !important
    }
    .pa-md-200 {
        padding: 800px !important
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-md-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-md-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-md-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-md-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-md-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-md-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-md-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-md-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-md-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-md-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-md-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-md-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-md-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-md-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-md-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-md-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .px-md-17 {
        padding-left: 68px !important;
        padding-right: 68px !important
    }
    .px-md-18 {
        padding-left: 72px !important;
        padding-right: 72px !important
    }
    .px-md-19 {
        padding-left: 76px !important;
        padding-right: 76px !important
    }
    .px-md-20 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }
    .px-md-21 {
        padding-left: 84px !important;
        padding-right: 84px !important
    }
    .px-md-22 {
        padding-left: 88px !important;
        padding-right: 88px !important
    }
    .px-md-23 {
        padding-left: 92px !important;
        padding-right: 92px !important
    }
    .px-md-24 {
        padding-left: 96px !important;
        padding-right: 96px !important
    }
    .px-md-25 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }
    .px-md-26 {
        padding-left: 104px !important;
        padding-right: 104px !important
    }
    .px-md-27 {
        padding-left: 108px !important;
        padding-right: 108px !important
    }
    .px-md-28 {
        padding-left: 112px !important;
        padding-right: 112px !important
    }
    .px-md-29 {
        padding-left: 116px !important;
        padding-right: 116px !important
    }
    .px-md-30 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }
    .px-md-31 {
        padding-left: 124px !important;
        padding-right: 124px !important
    }
    .px-md-32 {
        padding-left: 128px !important;
        padding-right: 128px !important
    }
    .px-md-33 {
        padding-left: 132px !important;
        padding-right: 132px !important
    }
    .px-md-34 {
        padding-left: 136px !important;
        padding-right: 136px !important
    }
    .px-md-35 {
        padding-left: 140px !important;
        padding-right: 140px !important
    }
    .px-md-36 {
        padding-left: 144px !important;
        padding-right: 144px !important
    }
    .px-md-37 {
        padding-left: 148px !important;
        padding-right: 148px !important
    }
    .px-md-38 {
        padding-left: 152px !important;
        padding-right: 152px !important
    }
    .px-md-39 {
        padding-left: 156px !important;
        padding-right: 156px !important
    }
    .px-md-40 {
        padding-left: 160px !important;
        padding-right: 160px !important
    }
    .px-md-0p5 {
        padding-left: 2px !important;
        padding-right: 2px !important
    }
    .px-md-1p5 {
        padding-left: 6px !important;
        padding-right: 6px !important
    }
    .px-md-2p5 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .px-md-3p5 {
        padding-left: 14px !important;
        padding-right: 14px !important
    }
    .px-md-4p5 {
        padding-left: 18px !important;
        padding-right: 18px !important
    }
    .px-md-5p5 {
        padding-left: 22px !important;
        padding-right: 22px !important
    }
    .px-md-6p5 {
        padding-left: 26px !important;
        padding-right: 26px !important
    }
    .px-md-7p5 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .px-md-12p5 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }
    .px-md-17p5 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }
    .px-md-20p5 {
        padding-left: 82px !important;
        padding-right: 82px !important
    }
    .px-md-32p5 {
        padding-left: 130px !important;
        padding-right: 130px !important
    }
    .px-md-42 {
        padding-left: 168px !important;
        padding-right: 168px !important
    }
    .px-md-45 {
        padding-left: 180px !important;
        padding-right: 180px !important
    }
    .px-md-48 {
        padding-left: 192px !important;
        padding-right: 192px !important
    }
    .px-md-50 {
        padding-left: 200px !important;
        padding-right: 200px !important
    }
    .px-md-55 {
        padding-left: 220px !important;
        padding-right: 220px !important
    }
    .px-md-56 {
        padding-left: 224px !important;
        padding-right: 224px !important
    }
    .px-md-60 {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
    .px-md-62 {
        padding-left: 248px !important;
        padding-right: 248px !important
    }
    .px-md-64 {
        padding-left: 256px !important;
        padding-right: 256px !important
    }
    .px-md-70 {
        padding-left: 280px !important;
        padding-right: 280px !important
    }
    .px-md-72 {
        padding-left: 288px !important;
        padding-right: 288px !important
    }
    .px-md-75 {
        padding-left: 300px !important;
        padding-right: 300px !important
    }
    .px-md-80 {
        padding-left: 320px !important;
        padding-right: 320px !important
    }
    .px-md-85 {
        padding-left: 340px !important;
        padding-right: 340px !important
    }
    .px-md-90 {
        padding-left: 360px !important;
        padding-right: 360px !important
    }
    .px-md-100 {
        padding-left: 400px !important;
        padding-right: 400px !important
    }
    .px-md-112 {
        padding-left: 448px !important;
        padding-right: 448px !important
    }
    .px-md-120 {
        padding-left: 480px !important;
        padding-right: 480px !important
    }
    .px-md-143 {
        padding-left: 572px !important;
        padding-right: 572px !important
    }
    .px-md-150 {
        padding-left: 600px !important;
        padding-right: 600px !important
    }
    .px-md-160 {
        padding-left: 640px !important;
        padding-right: 640px !important
    }
    .px-md-190 {
        padding-left: 760px !important;
        padding-right: 760px !important
    }
    .px-md-200 {
        padding-left: 800px !important;
        padding-right: 800px !important
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-md-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-md-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-md-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-md-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-md-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-md-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-md-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-md-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-md-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-md-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-md-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-md-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-md-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-md-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-md-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-md-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .py-md-17 {
        padding-bottom: 68px !important;
        padding-top: 68px !important
    }
    .py-md-18 {
        padding-bottom: 72px !important;
        padding-top: 72px !important
    }
    .py-md-19 {
        padding-bottom: 76px !important;
        padding-top: 76px !important
    }
    .py-md-20 {
        padding-bottom: 80px !important;
        padding-top: 80px !important
    }
    .py-md-21 {
        padding-bottom: 84px !important;
        padding-top: 84px !important
    }
    .py-md-22 {
        padding-bottom: 88px !important;
        padding-top: 88px !important
    }
    .py-md-23 {
        padding-bottom: 92px !important;
        padding-top: 92px !important
    }
    .py-md-24 {
        padding-bottom: 96px !important;
        padding-top: 96px !important
    }
    .py-md-25 {
        padding-bottom: 100px !important;
        padding-top: 100px !important
    }
    .py-md-26 {
        padding-bottom: 104px !important;
        padding-top: 104px !important
    }
    .py-md-27 {
        padding-bottom: 108px !important;
        padding-top: 108px !important
    }
    .py-md-28 {
        padding-bottom: 112px !important;
        padding-top: 112px !important
    }
    .py-md-29 {
        padding-bottom: 116px !important;
        padding-top: 116px !important
    }
    .py-md-30 {
        padding-bottom: 120px !important;
        padding-top: 120px !important
    }
    .py-md-31 {
        padding-bottom: 124px !important;
        padding-top: 124px !important
    }
    .py-md-32 {
        padding-bottom: 128px !important;
        padding-top: 128px !important
    }
    .py-md-33 {
        padding-bottom: 132px !important;
        padding-top: 132px !important
    }
    .py-md-34 {
        padding-bottom: 136px !important;
        padding-top: 136px !important
    }
    .py-md-35 {
        padding-bottom: 140px !important;
        padding-top: 140px !important
    }
    .py-md-36 {
        padding-bottom: 144px !important;
        padding-top: 144px !important
    }
    .py-md-37 {
        padding-bottom: 148px !important;
        padding-top: 148px !important
    }
    .py-md-38 {
        padding-bottom: 152px !important;
        padding-top: 152px !important
    }
    .py-md-39 {
        padding-bottom: 156px !important;
        padding-top: 156px !important
    }
    .py-md-40 {
        padding-bottom: 160px !important;
        padding-top: 160px !important
    }
    .py-md-0p5 {
        padding-bottom: 2px !important;
        padding-top: 2px !important
    }
    .py-md-1p5 {
        padding-bottom: 6px !important;
        padding-top: 6px !important
    }
    .py-md-2p5 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
    .py-md-3p5 {
        padding-bottom: 14px !important;
        padding-top: 14px !important
    }
    .py-md-4p5 {
        padding-bottom: 18px !important;
        padding-top: 18px !important
    }
    .py-md-5p5 {
        padding-bottom: 22px !important;
        padding-top: 22px !important
    }
    .py-md-6p5 {
        padding-bottom: 26px !important;
        padding-top: 26px !important
    }
    .py-md-7p5 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }
    .py-md-12p5 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }
    .py-md-17p5 {
        padding-bottom: 70px !important;
        padding-top: 70px !important
    }
    .py-md-20p5 {
        padding-bottom: 82px !important;
        padding-top: 82px !important
    }
    .py-md-32p5 {
        padding-bottom: 130px !important;
        padding-top: 130px !important
    }
    .py-md-42 {
        padding-bottom: 168px !important;
        padding-top: 168px !important
    }
    .py-md-45 {
        padding-bottom: 180px !important;
        padding-top: 180px !important
    }
    .py-md-48 {
        padding-bottom: 192px !important;
        padding-top: 192px !important
    }
    .py-md-50 {
        padding-bottom: 200px !important;
        padding-top: 200px !important
    }
    .py-md-55 {
        padding-bottom: 220px !important;
        padding-top: 220px !important
    }
    .py-md-56 {
        padding-bottom: 224px !important;
        padding-top: 224px !important
    }
    .py-md-60 {
        padding-bottom: 240px !important;
        padding-top: 240px !important
    }
    .py-md-62 {
        padding-bottom: 248px !important;
        padding-top: 248px !important
    }
    .py-md-64 {
        padding-bottom: 256px !important;
        padding-top: 256px !important
    }
    .py-md-70 {
        padding-bottom: 280px !important;
        padding-top: 280px !important
    }
    .py-md-72 {
        padding-bottom: 288px !important;
        padding-top: 288px !important
    }
    .py-md-75 {
        padding-bottom: 300px !important;
        padding-top: 300px !important
    }
    .py-md-80 {
        padding-bottom: 320px !important;
        padding-top: 320px !important
    }
    .py-md-85 {
        padding-bottom: 340px !important;
        padding-top: 340px !important
    }
    .py-md-90 {
        padding-bottom: 360px !important;
        padding-top: 360px !important
    }
    .py-md-100 {
        padding-bottom: 400px !important;
        padding-top: 400px !important
    }
    .py-md-112 {
        padding-bottom: 448px !important;
        padding-top: 448px !important
    }
    .py-md-120 {
        padding-bottom: 480px !important;
        padding-top: 480px !important
    }
    .py-md-143 {
        padding-bottom: 572px !important;
        padding-top: 572px !important
    }
    .py-md-150 {
        padding-bottom: 600px !important;
        padding-top: 600px !important
    }
    .py-md-160 {
        padding-bottom: 640px !important;
        padding-top: 640px !important
    }
    .py-md-190 {
        padding-bottom: 760px !important;
        padding-top: 760px !important
    }
    .py-md-200 {
        padding-bottom: 800px !important;
        padding-top: 800px !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: 4px !important
    }
    .pt-md-2 {
        padding-top: 8px !important
    }
    .pt-md-3 {
        padding-top: 12px !important
    }
    .pt-md-4 {
        padding-top: 16px !important
    }
    .pt-md-5 {
        padding-top: 20px !important
    }
    .pt-md-6 {
        padding-top: 24px !important
    }
    .pt-md-7 {
        padding-top: 28px !important
    }
    .pt-md-8 {
        padding-top: 32px !important
    }
    .pt-md-9 {
        padding-top: 36px !important
    }
    .pt-md-10 {
        padding-top: 40px !important
    }
    .pt-md-11 {
        padding-top: 44px !important
    }
    .pt-md-12 {
        padding-top: 48px !important
    }
    .pt-md-13 {
        padding-top: 52px !important
    }
    .pt-md-14 {
        padding-top: 56px !important
    }
    .pt-md-15 {
        padding-top: 60px !important
    }
    .pt-md-16 {
        padding-top: 64px !important
    }
    .pt-md-17 {
        padding-top: 68px !important
    }
    .pt-md-18 {
        padding-top: 72px !important
    }
    .pt-md-19 {
        padding-top: 76px !important
    }
    .pt-md-20 {
        padding-top: 80px !important
    }
    .pt-md-21 {
        padding-top: 84px !important
    }
    .pt-md-22 {
        padding-top: 88px !important
    }
    .pt-md-23 {
        padding-top: 92px !important
    }
    .pt-md-24 {
        padding-top: 96px !important
    }
    .pt-md-25 {
        padding-top: 100px !important
    }
    .pt-md-26 {
        padding-top: 104px !important
    }
    .pt-md-27 {
        padding-top: 108px !important
    }
    .pt-md-28 {
        padding-top: 112px !important
    }
    .pt-md-29 {
        padding-top: 116px !important
    }
    .pt-md-30 {
        padding-top: 120px !important
    }
    .pt-md-31 {
        padding-top: 124px !important
    }
    .pt-md-32 {
        padding-top: 128px !important
    }
    .pt-md-33 {
        padding-top: 132px !important
    }
    .pt-md-34 {
        padding-top: 136px !important
    }
    .pt-md-35 {
        padding-top: 140px !important
    }
    .pt-md-36 {
        padding-top: 144px !important
    }
    .pt-md-37 {
        padding-top: 148px !important
    }
    .pt-md-38 {
        padding-top: 152px !important
    }
    .pt-md-39 {
        padding-top: 156px !important
    }
    .pt-md-40 {
        padding-top: 160px !important
    }
    .pt-md-0p5 {
        padding-top: 2px !important
    }
    .pt-md-1p5 {
        padding-top: 6px !important
    }
    .pt-md-2p5 {
        padding-top: 10px !important
    }
    .pt-md-3p5 {
        padding-top: 14px !important
    }
    .pt-md-4p5 {
        padding-top: 18px !important
    }
    .pt-md-5p5 {
        padding-top: 22px !important
    }
    .pt-md-6p5 {
        padding-top: 26px !important
    }
    .pt-md-7p5 {
        padding-top: 30px !important
    }
    .pt-md-12p5 {
        padding-top: 50px !important
    }
    .pt-md-17p5 {
        padding-top: 70px !important
    }
    .pt-md-20p5 {
        padding-top: 82px !important
    }
    .pt-md-32p5 {
        padding-top: 130px !important
    }
    .pt-md-42 {
        padding-top: 168px !important
    }
    .pt-md-45 {
        padding-top: 180px !important
    }
    .pt-md-48 {
        padding-top: 192px !important
    }
    .pt-md-50 {
        padding-top: 200px !important
    }
    .pt-md-55 {
        padding-top: 220px !important
    }
    .pt-md-56 {
        padding-top: 224px !important
    }
    .pt-md-60 {
        padding-top: 240px !important
    }
    .pt-md-62 {
        padding-top: 248px !important
    }
    .pt-md-64 {
        padding-top: 256px !important
    }
    .pt-md-70 {
        padding-top: 280px !important
    }
    .pt-md-72 {
        padding-top: 288px !important
    }
    .pt-md-75 {
        padding-top: 300px !important
    }
    .pt-md-80 {
        padding-top: 320px !important
    }
    .pt-md-85 {
        padding-top: 340px !important
    }
    .pt-md-90 {
        padding-top: 360px !important
    }
    .pt-md-100 {
        padding-top: 400px !important
    }
    .pt-md-112 {
        padding-top: 448px !important
    }
    .pt-md-120 {
        padding-top: 480px !important
    }
    .pt-md-143 {
        padding-top: 572px !important
    }
    .pt-md-150 {
        padding-top: 600px !important
    }
    .pt-md-160 {
        padding-top: 640px !important
    }
    .pt-md-190 {
        padding-top: 760px !important
    }
    .pt-md-200 {
        padding-top: 800px !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pr-md-1 {
        padding-right: 4px !important
    }
    .pr-md-2 {
        padding-right: 8px !important
    }
    .pr-md-3 {
        padding-right: 12px !important
    }
    .pr-md-4 {
        padding-right: 16px !important
    }
    .pr-md-5 {
        padding-right: 20px !important
    }
    .pr-md-6 {
        padding-right: 24px !important
    }
    .pr-md-7 {
        padding-right: 28px !important
    }
    .pr-md-8 {
        padding-right: 32px !important
    }
    .pr-md-9 {
        padding-right: 36px !important
    }
    .pr-md-10 {
        padding-right: 40px !important
    }
    .pr-md-11 {
        padding-right: 44px !important
    }
    .pr-md-12 {
        padding-right: 48px !important
    }
    .pr-md-13 {
        padding-right: 52px !important
    }
    .pr-md-14 {
        padding-right: 56px !important
    }
    .pr-md-15 {
        padding-right: 60px !important
    }
    .pr-md-16 {
        padding-right: 64px !important
    }
    .pr-md-17 {
        padding-right: 68px !important
    }
    .pr-md-18 {
        padding-right: 72px !important
    }
    .pr-md-19 {
        padding-right: 76px !important
    }
    .pr-md-20 {
        padding-right: 80px !important
    }
    .pr-md-21 {
        padding-right: 84px !important
    }
    .pr-md-22 {
        padding-right: 88px !important
    }
    .pr-md-23 {
        padding-right: 92px !important
    }
    .pr-md-24 {
        padding-right: 96px !important
    }
    .pr-md-25 {
        padding-right: 100px !important
    }
    .pr-md-26 {
        padding-right: 104px !important
    }
    .pr-md-27 {
        padding-right: 108px !important
    }
    .pr-md-28 {
        padding-right: 112px !important
    }
    .pr-md-29 {
        padding-right: 116px !important
    }
    .pr-md-30 {
        padding-right: 120px !important
    }
    .pr-md-31 {
        padding-right: 124px !important
    }
    .pr-md-32 {
        padding-right: 128px !important
    }
    .pr-md-33 {
        padding-right: 132px !important
    }
    .pr-md-34 {
        padding-right: 136px !important
    }
    .pr-md-35 {
        padding-right: 140px !important
    }
    .pr-md-36 {
        padding-right: 144px !important
    }
    .pr-md-37 {
        padding-right: 148px !important
    }
    .pr-md-38 {
        padding-right: 152px !important
    }
    .pr-md-39 {
        padding-right: 156px !important
    }
    .pr-md-40 {
        padding-right: 160px !important
    }
    .pr-md-0p5 {
        padding-right: 2px !important
    }
    .pr-md-1p5 {
        padding-right: 6px !important
    }
    .pr-md-2p5 {
        padding-right: 10px !important
    }
    .pr-md-3p5 {
        padding-right: 14px !important
    }
    .pr-md-4p5 {
        padding-right: 18px !important
    }
    .pr-md-5p5 {
        padding-right: 22px !important
    }
    .pr-md-6p5 {
        padding-right: 26px !important
    }
    .pr-md-7p5 {
        padding-right: 30px !important
    }
    .pr-md-12p5 {
        padding-right: 50px !important
    }
    .pr-md-17p5 {
        padding-right: 70px !important
    }
    .pr-md-20p5 {
        padding-right: 82px !important
    }
    .pr-md-32p5 {
        padding-right: 130px !important
    }
    .pr-md-42 {
        padding-right: 168px !important
    }
    .pr-md-45 {
        padding-right: 180px !important
    }
    .pr-md-48 {
        padding-right: 192px !important
    }
    .pr-md-50 {
        padding-right: 200px !important
    }
    .pr-md-55 {
        padding-right: 220px !important
    }
    .pr-md-56 {
        padding-right: 224px !important
    }
    .pr-md-60 {
        padding-right: 240px !important
    }
    .pr-md-62 {
        padding-right: 248px !important
    }
    .pr-md-64 {
        padding-right: 256px !important
    }
    .pr-md-70 {
        padding-right: 280px !important
    }
    .pr-md-72 {
        padding-right: 288px !important
    }
    .pr-md-75 {
        padding-right: 300px !important
    }
    .pr-md-80 {
        padding-right: 320px !important
    }
    .pr-md-85 {
        padding-right: 340px !important
    }
    .pr-md-90 {
        padding-right: 360px !important
    }
    .pr-md-100 {
        padding-right: 400px !important
    }
    .pr-md-112 {
        padding-right: 448px !important
    }
    .pr-md-120 {
        padding-right: 480px !important
    }
    .pr-md-143 {
        padding-right: 572px !important
    }
    .pr-md-150 {
        padding-right: 600px !important
    }
    .pr-md-160 {
        padding-right: 640px !important
    }
    .pr-md-190 {
        padding-right: 760px !important
    }
    .pr-md-200 {
        padding-right: 800px !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: 4px !important
    }
    .pb-md-2 {
        padding-bottom: 8px !important
    }
    .pb-md-3 {
        padding-bottom: 12px !important
    }
    .pb-md-4 {
        padding-bottom: 16px !important
    }
    .pb-md-5 {
        padding-bottom: 20px !important
    }
    .pb-md-6 {
        padding-bottom: 24px !important
    }
    .pb-md-7 {
        padding-bottom: 28px !important
    }
    .pb-md-8 {
        padding-bottom: 32px !important
    }
    .pb-md-9 {
        padding-bottom: 36px !important
    }
    .pb-md-10 {
        padding-bottom: 40px !important
    }
    .pb-md-11 {
        padding-bottom: 44px !important
    }
    .pb-md-12 {
        padding-bottom: 48px !important
    }
    .pb-md-13 {
        padding-bottom: 52px !important
    }
    .pb-md-14 {
        padding-bottom: 56px !important
    }
    .pb-md-15 {
        padding-bottom: 60px !important
    }
    .pb-md-16 {
        padding-bottom: 64px !important
    }
    .pb-md-17 {
        padding-bottom: 68px !important
    }
    .pb-md-18 {
        padding-bottom: 72px !important
    }
    .pb-md-19 {
        padding-bottom: 76px !important
    }
    .pb-md-20 {
        padding-bottom: 80px !important
    }
    .pb-md-21 {
        padding-bottom: 84px !important
    }
    .pb-md-22 {
        padding-bottom: 88px !important
    }
    .pb-md-23 {
        padding-bottom: 92px !important
    }
    .pb-md-24 {
        padding-bottom: 96px !important
    }
    .pb-md-25 {
        padding-bottom: 100px !important
    }
    .pb-md-26 {
        padding-bottom: 104px !important
    }
    .pb-md-27 {
        padding-bottom: 108px !important
    }
    .pb-md-28 {
        padding-bottom: 112px !important
    }
    .pb-md-29 {
        padding-bottom: 116px !important
    }
    .pb-md-30 {
        padding-bottom: 120px !important
    }
    .pb-md-31 {
        padding-bottom: 124px !important
    }
    .pb-md-32 {
        padding-bottom: 128px !important
    }
    .pb-md-33 {
        padding-bottom: 132px !important
    }
    .pb-md-34 {
        padding-bottom: 136px !important
    }
    .pb-md-35 {
        padding-bottom: 140px !important
    }
    .pb-md-36 {
        padding-bottom: 144px !important
    }
    .pb-md-37 {
        padding-bottom: 148px !important
    }
    .pb-md-38 {
        padding-bottom: 152px !important
    }
    .pb-md-39 {
        padding-bottom: 156px !important
    }
    .pb-md-40 {
        padding-bottom: 160px !important
    }
    .pb-md-0p5 {
        padding-bottom: 2px !important
    }
    .pb-md-1p5 {
        padding-bottom: 6px !important
    }
    .pb-md-2p5 {
        padding-bottom: 10px !important
    }
    .pb-md-3p5 {
        padding-bottom: 14px !important
    }
    .pb-md-4p5 {
        padding-bottom: 18px !important
    }
    .pb-md-5p5 {
        padding-bottom: 22px !important
    }
    .pb-md-6p5 {
        padding-bottom: 26px !important
    }
    .pb-md-7p5 {
        padding-bottom: 30px !important
    }
    .pb-md-12p5 {
        padding-bottom: 50px !important
    }
    .pb-md-17p5 {
        padding-bottom: 70px !important
    }
    .pb-md-20p5 {
        padding-bottom: 82px !important
    }
    .pb-md-32p5 {
        padding-bottom: 130px !important
    }
    .pb-md-42 {
        padding-bottom: 168px !important
    }
    .pb-md-45 {
        padding-bottom: 180px !important
    }
    .pb-md-48 {
        padding-bottom: 192px !important
    }
    .pb-md-50 {
        padding-bottom: 200px !important
    }
    .pb-md-55 {
        padding-bottom: 220px !important
    }
    .pb-md-56 {
        padding-bottom: 224px !important
    }
    .pb-md-60 {
        padding-bottom: 240px !important
    }
    .pb-md-62 {
        padding-bottom: 248px !important
    }
    .pb-md-64 {
        padding-bottom: 256px !important
    }
    .pb-md-70 {
        padding-bottom: 280px !important
    }
    .pb-md-72 {
        padding-bottom: 288px !important
    }
    .pb-md-75 {
        padding-bottom: 300px !important
    }
    .pb-md-80 {
        padding-bottom: 320px !important
    }
    .pb-md-85 {
        padding-bottom: 340px !important
    }
    .pb-md-90 {
        padding-bottom: 360px !important
    }
    .pb-md-100 {
        padding-bottom: 400px !important
    }
    .pb-md-112 {
        padding-bottom: 448px !important
    }
    .pb-md-120 {
        padding-bottom: 480px !important
    }
    .pb-md-143 {
        padding-bottom: 572px !important
    }
    .pb-md-150 {
        padding-bottom: 600px !important
    }
    .pb-md-160 {
        padding-bottom: 640px !important
    }
    .pb-md-190 {
        padding-bottom: 760px !important
    }
    .pb-md-200 {
        padding-bottom: 800px !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .pl-md-1 {
        padding-left: 4px !important
    }
    .pl-md-2 {
        padding-left: 8px !important
    }
    .pl-md-3 {
        padding-left: 12px !important
    }
    .pl-md-4 {
        padding-left: 16px !important
    }
    .pl-md-5 {
        padding-left: 20px !important
    }
    .pl-md-6 {
        padding-left: 24px !important
    }
    .pl-md-7 {
        padding-left: 28px !important
    }
    .pl-md-8 {
        padding-left: 32px !important
    }
    .pl-md-9 {
        padding-left: 36px !important
    }
    .pl-md-10 {
        padding-left: 40px !important
    }
    .pl-md-11 {
        padding-left: 44px !important
    }
    .pl-md-12 {
        padding-left: 48px !important
    }
    .pl-md-13 {
        padding-left: 52px !important
    }
    .pl-md-14 {
        padding-left: 56px !important
    }
    .pl-md-15 {
        padding-left: 60px !important
    }
    .pl-md-16 {
        padding-left: 64px !important
    }
    .pl-md-17 {
        padding-left: 68px !important
    }
    .pl-md-18 {
        padding-left: 72px !important
    }
    .pl-md-19 {
        padding-left: 76px !important
    }
    .pl-md-20 {
        padding-left: 80px !important
    }
    .pl-md-21 {
        padding-left: 84px !important
    }
    .pl-md-22 {
        padding-left: 88px !important
    }
    .pl-md-23 {
        padding-left: 92px !important
    }
    .pl-md-24 {
        padding-left: 96px !important
    }
    .pl-md-25 {
        padding-left: 100px !important
    }
    .pl-md-26 {
        padding-left: 104px !important
    }
    .pl-md-27 {
        padding-left: 108px !important
    }
    .pl-md-28 {
        padding-left: 112px !important
    }
    .pl-md-29 {
        padding-left: 116px !important
    }
    .pl-md-30 {
        padding-left: 120px !important
    }
    .pl-md-31 {
        padding-left: 124px !important
    }
    .pl-md-32 {
        padding-left: 128px !important
    }
    .pl-md-33 {
        padding-left: 132px !important
    }
    .pl-md-34 {
        padding-left: 136px !important
    }
    .pl-md-35 {
        padding-left: 140px !important
    }
    .pl-md-36 {
        padding-left: 144px !important
    }
    .pl-md-37 {
        padding-left: 148px !important
    }
    .pl-md-38 {
        padding-left: 152px !important
    }
    .pl-md-39 {
        padding-left: 156px !important
    }
    .pl-md-40 {
        padding-left: 160px !important
    }
    .pl-md-0p5 {
        padding-left: 2px !important
    }
    .pl-md-1p5 {
        padding-left: 6px !important
    }
    .pl-md-2p5 {
        padding-left: 10px !important
    }
    .pl-md-3p5 {
        padding-left: 14px !important
    }
    .pl-md-4p5 {
        padding-left: 18px !important
    }
    .pl-md-5p5 {
        padding-left: 22px !important
    }
    .pl-md-6p5 {
        padding-left: 26px !important
    }
    .pl-md-7p5 {
        padding-left: 30px !important
    }
    .pl-md-12p5 {
        padding-left: 50px !important
    }
    .pl-md-17p5 {
        padding-left: 70px !important
    }
    .pl-md-20p5 {
        padding-left: 82px !important
    }
    .pl-md-32p5 {
        padding-left: 130px !important
    }
    .pl-md-42 {
        padding-left: 168px !important
    }
    .pl-md-45 {
        padding-left: 180px !important
    }
    .pl-md-48 {
        padding-left: 192px !important
    }
    .pl-md-50 {
        padding-left: 200px !important
    }
    .pl-md-55 {
        padding-left: 220px !important
    }
    .pl-md-56 {
        padding-left: 224px !important
    }
    .pl-md-60 {
        padding-left: 240px !important
    }
    .pl-md-62 {
        padding-left: 248px !important
    }
    .pl-md-64 {
        padding-left: 256px !important
    }
    .pl-md-70 {
        padding-left: 280px !important
    }
    .pl-md-72 {
        padding-left: 288px !important
    }
    .pl-md-75 {
        padding-left: 300px !important
    }
    .pl-md-80 {
        padding-left: 320px !important
    }
    .pl-md-85 {
        padding-left: 340px !important
    }
    .pl-md-90 {
        padding-left: 360px !important
    }
    .pl-md-100 {
        padding-left: 400px !important
    }
    .pl-md-112 {
        padding-left: 448px !important
    }
    .pl-md-120 {
        padding-left: 480px !important
    }
    .pl-md-143 {
        padding-left: 572px !important
    }
    .pl-md-150 {
        padding-left: 600px !important
    }
    .pl-md-160 {
        padding-left: 640px !important
    }
    .pl-md-190 {
        padding-left: 760px !important
    }
    .pl-md-200 {
        padding-left: 800px !important
    }
    .ps-md-0 {
        padding-inline-start: 0 !important
    }
    .ps-md-1 {
        padding-inline-start: 4px !important
    }
    .ps-md-2 {
        padding-inline-start: 8px !important
    }
    .ps-md-3 {
        padding-inline-start: 12px !important
    }
    .ps-md-4 {
        padding-inline-start: 16px !important
    }
    .ps-md-5 {
        padding-inline-start: 20px !important
    }
    .ps-md-6 {
        padding-inline-start: 24px !important
    }
    .ps-md-7 {
        padding-inline-start: 28px !important
    }
    .ps-md-8 {
        padding-inline-start: 32px !important
    }
    .ps-md-9 {
        padding-inline-start: 36px !important
    }
    .ps-md-10 {
        padding-inline-start: 40px !important
    }
    .ps-md-11 {
        padding-inline-start: 44px !important
    }
    .ps-md-12 {
        padding-inline-start: 48px !important
    }
    .ps-md-13 {
        padding-inline-start: 52px !important
    }
    .ps-md-14 {
        padding-inline-start: 56px !important
    }
    .ps-md-15 {
        padding-inline-start: 60px !important
    }
    .ps-md-16 {
        padding-inline-start: 64px !important
    }
    .ps-md-17 {
        padding-inline-start: 68px !important
    }
    .ps-md-18 {
        padding-inline-start: 72px !important
    }
    .ps-md-19 {
        padding-inline-start: 76px !important
    }
    .ps-md-20 {
        padding-inline-start: 80px !important
    }
    .ps-md-21 {
        padding-inline-start: 84px !important
    }
    .ps-md-22 {
        padding-inline-start: 88px !important
    }
    .ps-md-23 {
        padding-inline-start: 92px !important
    }
    .ps-md-24 {
        padding-inline-start: 96px !important
    }
    .ps-md-25 {
        padding-inline-start: 100px !important
    }
    .ps-md-26 {
        padding-inline-start: 104px !important
    }
    .ps-md-27 {
        padding-inline-start: 108px !important
    }
    .ps-md-28 {
        padding-inline-start: 112px !important
    }
    .ps-md-29 {
        padding-inline-start: 116px !important
    }
    .ps-md-30 {
        padding-inline-start: 120px !important
    }
    .ps-md-31 {
        padding-inline-start: 124px !important
    }
    .ps-md-32 {
        padding-inline-start: 128px !important
    }
    .ps-md-33 {
        padding-inline-start: 132px !important
    }
    .ps-md-34 {
        padding-inline-start: 136px !important
    }
    .ps-md-35 {
        padding-inline-start: 140px !important
    }
    .ps-md-36 {
        padding-inline-start: 144px !important
    }
    .ps-md-37 {
        padding-inline-start: 148px !important
    }
    .ps-md-38 {
        padding-inline-start: 152px !important
    }
    .ps-md-39 {
        padding-inline-start: 156px !important
    }
    .ps-md-40 {
        padding-inline-start: 160px !important
    }
    .ps-md-0p5 {
        padding-inline-start: 2px !important
    }
    .ps-md-1p5 {
        padding-inline-start: 6px !important
    }
    .ps-md-2p5 {
        padding-inline-start: 10px !important
    }
    .ps-md-3p5 {
        padding-inline-start: 14px !important
    }
    .ps-md-4p5 {
        padding-inline-start: 18px !important
    }
    .ps-md-5p5 {
        padding-inline-start: 22px !important
    }
    .ps-md-6p5 {
        padding-inline-start: 26px !important
    }
    .ps-md-7p5 {
        padding-inline-start: 30px !important
    }
    .ps-md-12p5 {
        padding-inline-start: 50px !important
    }
    .ps-md-17p5 {
        padding-inline-start: 70px !important
    }
    .ps-md-20p5 {
        padding-inline-start: 82px !important
    }
    .ps-md-32p5 {
        padding-inline-start: 130px !important
    }
    .ps-md-42 {
        padding-inline-start: 168px !important
    }
    .ps-md-45 {
        padding-inline-start: 180px !important
    }
    .ps-md-48 {
        padding-inline-start: 192px !important
    }
    .ps-md-50 {
        padding-inline-start: 200px !important
    }
    .ps-md-55 {
        padding-inline-start: 220px !important
    }
    .ps-md-56 {
        padding-inline-start: 224px !important
    }
    .ps-md-60 {
        padding-inline-start: 240px !important
    }
    .ps-md-62 {
        padding-inline-start: 248px !important
    }
    .ps-md-64 {
        padding-inline-start: 256px !important
    }
    .ps-md-70 {
        padding-inline-start: 280px !important
    }
    .ps-md-72 {
        padding-inline-start: 288px !important
    }
    .ps-md-75 {
        padding-inline-start: 300px !important
    }
    .ps-md-80 {
        padding-inline-start: 320px !important
    }
    .ps-md-85 {
        padding-inline-start: 340px !important
    }
    .ps-md-90 {
        padding-inline-start: 360px !important
    }
    .ps-md-100 {
        padding-inline-start: 400px !important
    }
    .ps-md-112 {
        padding-inline-start: 448px !important
    }
    .ps-md-120 {
        padding-inline-start: 480px !important
    }
    .ps-md-143 {
        padding-inline-start: 572px !important
    }
    .ps-md-150 {
        padding-inline-start: 600px !important
    }
    .ps-md-160 {
        padding-inline-start: 640px !important
    }
    .ps-md-190 {
        padding-inline-start: 760px !important
    }
    .ps-md-200 {
        padding-inline-start: 800px !important
    }
    .pe-md-0 {
        padding-inline-end: 0 !important
    }
    .pe-md-1 {
        padding-inline-end: 4px !important
    }
    .pe-md-2 {
        padding-inline-end: 8px !important
    }
    .pe-md-3 {
        padding-inline-end: 12px !important
    }
    .pe-md-4 {
        padding-inline-end: 16px !important
    }
    .pe-md-5 {
        padding-inline-end: 20px !important
    }
    .pe-md-6 {
        padding-inline-end: 24px !important
    }
    .pe-md-7 {
        padding-inline-end: 28px !important
    }
    .pe-md-8 {
        padding-inline-end: 32px !important
    }
    .pe-md-9 {
        padding-inline-end: 36px !important
    }
    .pe-md-10 {
        padding-inline-end: 40px !important
    }
    .pe-md-11 {
        padding-inline-end: 44px !important
    }
    .pe-md-12 {
        padding-inline-end: 48px !important
    }
    .pe-md-13 {
        padding-inline-end: 52px !important
    }
    .pe-md-14 {
        padding-inline-end: 56px !important
    }
    .pe-md-15 {
        padding-inline-end: 60px !important
    }
    .pe-md-16 {
        padding-inline-end: 64px !important
    }
    .pe-md-17 {
        padding-inline-end: 68px !important
    }
    .pe-md-18 {
        padding-inline-end: 72px !important
    }
    .pe-md-19 {
        padding-inline-end: 76px !important
    }
    .pe-md-20 {
        padding-inline-end: 80px !important
    }
    .pe-md-21 {
        padding-inline-end: 84px !important
    }
    .pe-md-22 {
        padding-inline-end: 88px !important
    }
    .pe-md-23 {
        padding-inline-end: 92px !important
    }
    .pe-md-24 {
        padding-inline-end: 96px !important
    }
    .pe-md-25 {
        padding-inline-end: 100px !important
    }
    .pe-md-26 {
        padding-inline-end: 104px !important
    }
    .pe-md-27 {
        padding-inline-end: 108px !important
    }
    .pe-md-28 {
        padding-inline-end: 112px !important
    }
    .pe-md-29 {
        padding-inline-end: 116px !important
    }
    .pe-md-30 {
        padding-inline-end: 120px !important
    }
    .pe-md-31 {
        padding-inline-end: 124px !important
    }
    .pe-md-32 {
        padding-inline-end: 128px !important
    }
    .pe-md-33 {
        padding-inline-end: 132px !important
    }
    .pe-md-34 {
        padding-inline-end: 136px !important
    }
    .pe-md-35 {
        padding-inline-end: 140px !important
    }
    .pe-md-36 {
        padding-inline-end: 144px !important
    }
    .pe-md-37 {
        padding-inline-end: 148px !important
    }
    .pe-md-38 {
        padding-inline-end: 152px !important
    }
    .pe-md-39 {
        padding-inline-end: 156px !important
    }
    .pe-md-40 {
        padding-inline-end: 160px !important
    }
    .pe-md-0p5 {
        padding-inline-end: 2px !important
    }
    .pe-md-1p5 {
        padding-inline-end: 6px !important
    }
    .pe-md-2p5 {
        padding-inline-end: 10px !important
    }
    .pe-md-3p5 {
        padding-inline-end: 14px !important
    }
    .pe-md-4p5 {
        padding-inline-end: 18px !important
    }
    .pe-md-5p5 {
        padding-inline-end: 22px !important
    }
    .pe-md-6p5 {
        padding-inline-end: 26px !important
    }
    .pe-md-7p5 {
        padding-inline-end: 30px !important
    }
    .pe-md-12p5 {
        padding-inline-end: 50px !important
    }
    .pe-md-17p5 {
        padding-inline-end: 70px !important
    }
    .pe-md-20p5 {
        padding-inline-end: 82px !important
    }
    .pe-md-32p5 {
        padding-inline-end: 130px !important
    }
    .pe-md-42 {
        padding-inline-end: 168px !important
    }
    .pe-md-45 {
        padding-inline-end: 180px !important
    }
    .pe-md-48 {
        padding-inline-end: 192px !important
    }
    .pe-md-50 {
        padding-inline-end: 200px !important
    }
    .pe-md-55 {
        padding-inline-end: 220px !important
    }
    .pe-md-56 {
        padding-inline-end: 224px !important
    }
    .pe-md-60 {
        padding-inline-end: 240px !important
    }
    .pe-md-62 {
        padding-inline-end: 248px !important
    }
    .pe-md-64 {
        padding-inline-end: 256px !important
    }
    .pe-md-70 {
        padding-inline-end: 280px !important
    }
    .pe-md-72 {
        padding-inline-end: 288px !important
    }
    .pe-md-75 {
        padding-inline-end: 300px !important
    }
    .pe-md-80 {
        padding-inline-end: 320px !important
    }
    .pe-md-85 {
        padding-inline-end: 340px !important
    }
    .pe-md-90 {
        padding-inline-end: 360px !important
    }
    .pe-md-100 {
        padding-inline-end: 400px !important
    }
    .pe-md-112 {
        padding-inline-end: 448px !important
    }
    .pe-md-120 {
        padding-inline-end: 480px !important
    }
    .pe-md-143 {
        padding-inline-end: 572px !important
    }
    .pe-md-150 {
        padding-inline-end: 600px !important
    }
    .pe-md-160 {
        padding-inline-end: 640px !important
    }
    .pe-md-190 {
        padding-inline-end: 760px !important
    }
    .pe-md-200 {
        padding-inline-end: 800px !important
    }
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
    .text-md-justify {
        text-align: justify !important
    }
    .text-md-start {
        text-align: start !important
    }
    .text-md-end {
        text-align: end !important
    }
    .text-md-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-md-h1,
    .text-md-h2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-md-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-md-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-md-h3,
    .text-md-h4 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-md-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-md-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-md-h5,
    .text-md-h6 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-md-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-md-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-md-subtitle-1,
    .text-md-subtitle-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-md-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-md-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-md-body-1,
    .text-md-body-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-md-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-md-button {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-md-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-md-caption,
    .text-md-overline {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .75rem !important
    }
    .text-md-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-md-auto {
        height: auto !important
    }
    .h-md-screen {
        height: 100vh !important
    }
    .h-md-0 {
        height: 0 !important
    }
    .h-md-25 {
        height: 25% !important
    }
    .h-md-50 {
        height: 50% !important
    }
    .h-md-75 {
        height: 75% !important
    }
    .h-md-100 {
        height: 100% !important
    }
    .w-md-auto {
        width: auto !important
    }
    .w-md-0 {
        width: 0 !important
    }
    .w-md-25 {
        width: 25% !important
    }
    .w-md-33 {
        width: 33% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-66 {
        width: 66% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-100 {
        width: 100% !important
    }
}

@media(min-width:1280px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .float-lg-none {
        float: none !important
    }
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .v-locale--is-rtl .float-lg-end {
        float: left !important
    }
    .v-locale--is-ltr .float-lg-end,
    .v-locale--is-rtl .float-lg-start {
        float: right !important
    }
    .v-locale--is-ltr .float-lg-start {
        float: left !important
    }
    .flex-lg-1-1,
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-1-0 {
        flex: 1 0 auto !important
    }
    .flex-lg-0-1 {
        flex: 0 1 auto !important
    }
    .flex-lg-0-0 {
        flex: 0 0 auto !important
    }
    .flex-lg-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-lg-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-lg-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-lg-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-lg-start {
        justify-content: flex-start !important
    }
    .justify-lg-end {
        justify-content: flex-end !important
    }
    .justify-lg-center {
        justify-content: center !important
    }
    .justify-lg-space-between {
        justify-content: space-between !important
    }
    .justify-lg-space-around {
        justify-content: space-around !important
    }
    .justify-lg-space-evenly {
        justify-content: space-evenly !important
    }
    .align-lg-start {
        align-items: flex-start !important
    }
    .align-lg-end {
        align-items: flex-end !important
    }
    .align-lg-center {
        align-items: center !important
    }
    .align-lg-baseline {
        align-items: baseline !important
    }
    .align-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-space-between {
        align-content: space-between !important
    }
    .align-content-lg-space-around {
        align-content: space-around !important
    }
    .align-content-lg-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-6 {
        order: 6 !important
    }
    .order-lg-7 {
        order: 7 !important
    }
    .order-lg-8 {
        order: 8 !important
    }
    .order-lg-9 {
        order: 9 !important
    }
    .order-lg-10 {
        order: 10 !important
    }
    .order-lg-11 {
        order: 11 !important
    }
    .order-lg-12 {
        order: 12 !important
    }
    .order-lg-last {
        order: 13 !important
    }
    .ga-lg-0 {
        gap: 0 !important
    }
    .ga-lg-1 {
        gap: 4px !important
    }
    .ga-lg-2 {
        gap: 8px !important
    }
    .ga-lg-3 {
        gap: 12px !important
    }
    .ga-lg-4 {
        gap: 16px !important
    }
    .ga-lg-5 {
        gap: 20px !important
    }
    .ga-lg-6 {
        gap: 24px !important
    }
    .ga-lg-7 {
        gap: 28px !important
    }
    .ga-lg-8 {
        gap: 32px !important
    }
    .ga-lg-9 {
        gap: 36px !important
    }
    .ga-lg-10 {
        gap: 40px !important
    }
    .ga-lg-11 {
        gap: 44px !important
    }
    .ga-lg-12 {
        gap: 48px !important
    }
    .ga-lg-13 {
        gap: 52px !important
    }
    .ga-lg-14 {
        gap: 56px !important
    }
    .ga-lg-15 {
        gap: 60px !important
    }
    .ga-lg-16 {
        gap: 64px !important
    }
    .ga-lg-17 {
        gap: 68px !important
    }
    .ga-lg-18 {
        gap: 72px !important
    }
    .ga-lg-19 {
        gap: 76px !important
    }
    .ga-lg-20 {
        gap: 80px !important
    }
    .ga-lg-21 {
        gap: 84px !important
    }
    .ga-lg-22 {
        gap: 88px !important
    }
    .ga-lg-23 {
        gap: 92px !important
    }
    .ga-lg-24 {
        gap: 96px !important
    }
    .ga-lg-25 {
        gap: 100px !important
    }
    .ga-lg-26 {
        gap: 104px !important
    }
    .ga-lg-27 {
        gap: 108px !important
    }
    .ga-lg-28 {
        gap: 112px !important
    }
    .ga-lg-29 {
        gap: 116px !important
    }
    .ga-lg-30 {
        gap: 120px !important
    }
    .ga-lg-31 {
        gap: 124px !important
    }
    .ga-lg-32 {
        gap: 128px !important
    }
    .ga-lg-33 {
        gap: 132px !important
    }
    .ga-lg-34 {
        gap: 136px !important
    }
    .ga-lg-35 {
        gap: 140px !important
    }
    .ga-lg-36 {
        gap: 144px !important
    }
    .ga-lg-37 {
        gap: 148px !important
    }
    .ga-lg-38 {
        gap: 152px !important
    }
    .ga-lg-39 {
        gap: 156px !important
    }
    .ga-lg-40 {
        gap: 160px !important
    }
    .ga-lg-0p5 {
        gap: 2px !important
    }
    .ga-lg-1p5 {
        gap: 6px !important
    }
    .ga-lg-2p5 {
        gap: 10px !important
    }
    .ga-lg-3p5 {
        gap: 14px !important
    }
    .ga-lg-4p5 {
        gap: 18px !important
    }
    .ga-lg-5p5 {
        gap: 22px !important
    }
    .ga-lg-6p5 {
        gap: 26px !important
    }
    .ga-lg-7p5 {
        gap: 30px !important
    }
    .ga-lg-12p5 {
        gap: 50px !important
    }
    .ga-lg-17p5 {
        gap: 70px !important
    }
    .ga-lg-20p5 {
        gap: 82px !important
    }
    .ga-lg-32p5 {
        gap: 130px !important
    }
    .ga-lg-42 {
        gap: 168px !important
    }
    .ga-lg-45 {
        gap: 180px !important
    }
    .ga-lg-48 {
        gap: 192px !important
    }
    .ga-lg-50 {
        gap: 200px !important
    }
    .ga-lg-55 {
        gap: 220px !important
    }
    .ga-lg-56 {
        gap: 224px !important
    }
    .ga-lg-60 {
        gap: 240px !important
    }
    .ga-lg-62 {
        gap: 248px !important
    }
    .ga-lg-64 {
        gap: 256px !important
    }
    .ga-lg-70 {
        gap: 280px !important
    }
    .ga-lg-72 {
        gap: 288px !important
    }
    .ga-lg-75 {
        gap: 300px !important
    }
    .ga-lg-80 {
        gap: 320px !important
    }
    .ga-lg-85 {
        gap: 340px !important
    }
    .ga-lg-90 {
        gap: 360px !important
    }
    .ga-lg-100 {
        gap: 400px !important
    }
    .ga-lg-112 {
        gap: 448px !important
    }
    .ga-lg-120 {
        gap: 480px !important
    }
    .ga-lg-143 {
        gap: 572px !important
    }
    .ga-lg-150 {
        gap: 600px !important
    }
    .ga-lg-160 {
        gap: 640px !important
    }
    .ga-lg-190 {
        gap: 760px !important
    }
    .ga-lg-200 {
        gap: 800px !important
    }
    .ga-lg-auto {
        gap: auto !important
    }
    .gr-lg-0 {
        row-gap: 0 !important
    }
    .gr-lg-1 {
        row-gap: 4px !important
    }
    .gr-lg-2 {
        row-gap: 8px !important
    }
    .gr-lg-3 {
        row-gap: 12px !important
    }
    .gr-lg-4 {
        row-gap: 16px !important
    }
    .gr-lg-5 {
        row-gap: 20px !important
    }
    .gr-lg-6 {
        row-gap: 24px !important
    }
    .gr-lg-7 {
        row-gap: 28px !important
    }
    .gr-lg-8 {
        row-gap: 32px !important
    }
    .gr-lg-9 {
        row-gap: 36px !important
    }
    .gr-lg-10 {
        row-gap: 40px !important
    }
    .gr-lg-11 {
        row-gap: 44px !important
    }
    .gr-lg-12 {
        row-gap: 48px !important
    }
    .gr-lg-13 {
        row-gap: 52px !important
    }
    .gr-lg-14 {
        row-gap: 56px !important
    }
    .gr-lg-15 {
        row-gap: 60px !important
    }
    .gr-lg-16 {
        row-gap: 64px !important
    }
    .gr-lg-17 {
        row-gap: 68px !important
    }
    .gr-lg-18 {
        row-gap: 72px !important
    }
    .gr-lg-19 {
        row-gap: 76px !important
    }
    .gr-lg-20 {
        row-gap: 80px !important
    }
    .gr-lg-21 {
        row-gap: 84px !important
    }
    .gr-lg-22 {
        row-gap: 88px !important
    }
    .gr-lg-23 {
        row-gap: 92px !important
    }
    .gr-lg-24 {
        row-gap: 96px !important
    }
    .gr-lg-25 {
        row-gap: 100px !important
    }
    .gr-lg-26 {
        row-gap: 104px !important
    }
    .gr-lg-27 {
        row-gap: 108px !important
    }
    .gr-lg-28 {
        row-gap: 112px !important
    }
    .gr-lg-29 {
        row-gap: 116px !important
    }
    .gr-lg-30 {
        row-gap: 120px !important
    }
    .gr-lg-31 {
        row-gap: 124px !important
    }
    .gr-lg-32 {
        row-gap: 128px !important
    }
    .gr-lg-33 {
        row-gap: 132px !important
    }
    .gr-lg-34 {
        row-gap: 136px !important
    }
    .gr-lg-35 {
        row-gap: 140px !important
    }
    .gr-lg-36 {
        row-gap: 144px !important
    }
    .gr-lg-37 {
        row-gap: 148px !important
    }
    .gr-lg-38 {
        row-gap: 152px !important
    }
    .gr-lg-39 {
        row-gap: 156px !important
    }
    .gr-lg-40 {
        row-gap: 160px !important
    }
    .gr-lg-0p5 {
        row-gap: 2px !important
    }
    .gr-lg-1p5 {
        row-gap: 6px !important
    }
    .gr-lg-2p5 {
        row-gap: 10px !important
    }
    .gr-lg-3p5 {
        row-gap: 14px !important
    }
    .gr-lg-4p5 {
        row-gap: 18px !important
    }
    .gr-lg-5p5 {
        row-gap: 22px !important
    }
    .gr-lg-6p5 {
        row-gap: 26px !important
    }
    .gr-lg-7p5 {
        row-gap: 30px !important
    }
    .gr-lg-12p5 {
        row-gap: 50px !important
    }
    .gr-lg-17p5 {
        row-gap: 70px !important
    }
    .gr-lg-20p5 {
        row-gap: 82px !important
    }
    .gr-lg-32p5 {
        row-gap: 130px !important
    }
    .gr-lg-42 {
        row-gap: 168px !important
    }
    .gr-lg-45 {
        row-gap: 180px !important
    }
    .gr-lg-48 {
        row-gap: 192px !important
    }
    .gr-lg-50 {
        row-gap: 200px !important
    }
    .gr-lg-55 {
        row-gap: 220px !important
    }
    .gr-lg-56 {
        row-gap: 224px !important
    }
    .gr-lg-60 {
        row-gap: 240px !important
    }
    .gr-lg-62 {
        row-gap: 248px !important
    }
    .gr-lg-64 {
        row-gap: 256px !important
    }
    .gr-lg-70 {
        row-gap: 280px !important
    }
    .gr-lg-72 {
        row-gap: 288px !important
    }
    .gr-lg-75 {
        row-gap: 300px !important
    }
    .gr-lg-80 {
        row-gap: 320px !important
    }
    .gr-lg-85 {
        row-gap: 340px !important
    }
    .gr-lg-90 {
        row-gap: 360px !important
    }
    .gr-lg-100 {
        row-gap: 400px !important
    }
    .gr-lg-112 {
        row-gap: 448px !important
    }
    .gr-lg-120 {
        row-gap: 480px !important
    }
    .gr-lg-143 {
        row-gap: 572px !important
    }
    .gr-lg-150 {
        row-gap: 600px !important
    }
    .gr-lg-160 {
        row-gap: 640px !important
    }
    .gr-lg-190 {
        row-gap: 760px !important
    }
    .gr-lg-200 {
        row-gap: 800px !important
    }
    .gr-lg-auto {
        row-gap: auto !important
    }
    .gc-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-lg-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-lg-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-lg-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-lg-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-lg-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-lg-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-lg-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-lg-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-lg-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-lg-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-lg-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-lg-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-lg-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-lg-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-lg-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-lg-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-lg-17 {
        -moz-column-gap: 68px !important;
        column-gap: 68px !important
    }
    .gc-lg-18 {
        -moz-column-gap: 72px !important;
        column-gap: 72px !important
    }
    .gc-lg-19 {
        -moz-column-gap: 76px !important;
        column-gap: 76px !important
    }
    .gc-lg-20 {
        -moz-column-gap: 80px !important;
        column-gap: 80px !important
    }
    .gc-lg-21 {
        -moz-column-gap: 84px !important;
        column-gap: 84px !important
    }
    .gc-lg-22 {
        -moz-column-gap: 88px !important;
        column-gap: 88px !important
    }
    .gc-lg-23 {
        -moz-column-gap: 92px !important;
        column-gap: 92px !important
    }
    .gc-lg-24 {
        -moz-column-gap: 96px !important;
        column-gap: 96px !important
    }
    .gc-lg-25 {
        -moz-column-gap: 100px !important;
        column-gap: 100px !important
    }
    .gc-lg-26 {
        -moz-column-gap: 104px !important;
        column-gap: 104px !important
    }
    .gc-lg-27 {
        -moz-column-gap: 108px !important;
        column-gap: 108px !important
    }
    .gc-lg-28 {
        -moz-column-gap: 112px !important;
        column-gap: 112px !important
    }
    .gc-lg-29 {
        -moz-column-gap: 116px !important;
        column-gap: 116px !important
    }
    .gc-lg-30 {
        -moz-column-gap: 120px !important;
        column-gap: 120px !important
    }
    .gc-lg-31 {
        -moz-column-gap: 124px !important;
        column-gap: 124px !important
    }
    .gc-lg-32 {
        -moz-column-gap: 128px !important;
        column-gap: 128px !important
    }
    .gc-lg-33 {
        -moz-column-gap: 132px !important;
        column-gap: 132px !important
    }
    .gc-lg-34 {
        -moz-column-gap: 136px !important;
        column-gap: 136px !important
    }
    .gc-lg-35 {
        -moz-column-gap: 140px !important;
        column-gap: 140px !important
    }
    .gc-lg-36 {
        -moz-column-gap: 144px !important;
        column-gap: 144px !important
    }
    .gc-lg-37 {
        -moz-column-gap: 148px !important;
        column-gap: 148px !important
    }
    .gc-lg-38 {
        -moz-column-gap: 152px !important;
        column-gap: 152px !important
    }
    .gc-lg-39 {
        -moz-column-gap: 156px !important;
        column-gap: 156px !important
    }
    .gc-lg-40 {
        -moz-column-gap: 160px !important;
        column-gap: 160px !important
    }
    .gc-lg-0p5 {
        -moz-column-gap: 2px !important;
        column-gap: 2px !important
    }
    .gc-lg-1p5 {
        -moz-column-gap: 6px !important;
        column-gap: 6px !important
    }
    .gc-lg-2p5 {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important
    }
    .gc-lg-3p5 {
        -moz-column-gap: 14px !important;
        column-gap: 14px !important
    }
    .gc-lg-4p5 {
        -moz-column-gap: 18px !important;
        column-gap: 18px !important
    }
    .gc-lg-5p5 {
        -moz-column-gap: 22px !important;
        column-gap: 22px !important
    }
    .gc-lg-6p5 {
        -moz-column-gap: 26px !important;
        column-gap: 26px !important
    }
    .gc-lg-7p5 {
        -moz-column-gap: 30px !important;
        column-gap: 30px !important
    }
    .gc-lg-12p5 {
        -moz-column-gap: 50px !important;
        column-gap: 50px !important
    }
    .gc-lg-17p5 {
        -moz-column-gap: 70px !important;
        column-gap: 70px !important
    }
    .gc-lg-20p5 {
        -moz-column-gap: 82px !important;
        column-gap: 82px !important
    }
    .gc-lg-32p5 {
        -moz-column-gap: 130px !important;
        column-gap: 130px !important
    }
    .gc-lg-42 {
        -moz-column-gap: 168px !important;
        column-gap: 168px !important
    }
    .gc-lg-45 {
        -moz-column-gap: 180px !important;
        column-gap: 180px !important
    }
    .gc-lg-48 {
        -moz-column-gap: 192px !important;
        column-gap: 192px !important
    }
    .gc-lg-50 {
        -moz-column-gap: 200px !important;
        column-gap: 200px !important
    }
    .gc-lg-55 {
        -moz-column-gap: 220px !important;
        column-gap: 220px !important
    }
    .gc-lg-56 {
        -moz-column-gap: 224px !important;
        column-gap: 224px !important
    }
    .gc-lg-60 {
        -moz-column-gap: 240px !important;
        column-gap: 240px !important
    }
    .gc-lg-62 {
        -moz-column-gap: 248px !important;
        column-gap: 248px !important
    }
    .gc-lg-64 {
        -moz-column-gap: 256px !important;
        column-gap: 256px !important
    }
    .gc-lg-70 {
        -moz-column-gap: 280px !important;
        column-gap: 280px !important
    }
    .gc-lg-72 {
        -moz-column-gap: 288px !important;
        column-gap: 288px !important
    }
    .gc-lg-75 {
        -moz-column-gap: 300px !important;
        column-gap: 300px !important
    }
    .gc-lg-80 {
        -moz-column-gap: 320px !important;
        column-gap: 320px !important
    }
    .gc-lg-85 {
        -moz-column-gap: 340px !important;
        column-gap: 340px !important
    }
    .gc-lg-90 {
        -moz-column-gap: 360px !important;
        column-gap: 360px !important
    }
    .gc-lg-100 {
        -moz-column-gap: 400px !important;
        column-gap: 400px !important
    }
    .gc-lg-112 {
        -moz-column-gap: 448px !important;
        column-gap: 448px !important
    }
    .gc-lg-120 {
        -moz-column-gap: 480px !important;
        column-gap: 480px !important
    }
    .gc-lg-143 {
        -moz-column-gap: 572px !important;
        column-gap: 572px !important
    }
    .gc-lg-150 {
        -moz-column-gap: 600px !important;
        column-gap: 600px !important
    }
    .gc-lg-160 {
        -moz-column-gap: 640px !important;
        column-gap: 640px !important
    }
    .gc-lg-190 {
        -moz-column-gap: 760px !important;
        column-gap: 760px !important
    }
    .gc-lg-200 {
        -moz-column-gap: 800px !important;
        column-gap: 800px !important
    }
    .gc-lg-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-lg-0 {
        margin: 0 !important
    }
    .ma-lg-1 {
        margin: 4px !important
    }
    .ma-lg-2 {
        margin: 8px !important
    }
    .ma-lg-3 {
        margin: 12px !important
    }
    .ma-lg-4 {
        margin: 16px !important
    }
    .ma-lg-5 {
        margin: 20px !important
    }
    .ma-lg-6 {
        margin: 24px !important
    }
    .ma-lg-7 {
        margin: 28px !important
    }
    .ma-lg-8 {
        margin: 32px !important
    }
    .ma-lg-9 {
        margin: 36px !important
    }
    .ma-lg-10 {
        margin: 40px !important
    }
    .ma-lg-11 {
        margin: 44px !important
    }
    .ma-lg-12 {
        margin: 48px !important
    }
    .ma-lg-13 {
        margin: 52px !important
    }
    .ma-lg-14 {
        margin: 56px !important
    }
    .ma-lg-15 {
        margin: 60px !important
    }
    .ma-lg-16 {
        margin: 64px !important
    }
    .ma-lg-17 {
        margin: 68px !important
    }
    .ma-lg-18 {
        margin: 72px !important
    }
    .ma-lg-19 {
        margin: 76px !important
    }
    .ma-lg-20 {
        margin: 80px !important
    }
    .ma-lg-21 {
        margin: 84px !important
    }
    .ma-lg-22 {
        margin: 88px !important
    }
    .ma-lg-23 {
        margin: 92px !important
    }
    .ma-lg-24 {
        margin: 96px !important
    }
    .ma-lg-25 {
        margin: 100px !important
    }
    .ma-lg-26 {
        margin: 104px !important
    }
    .ma-lg-27 {
        margin: 108px !important
    }
    .ma-lg-28 {
        margin: 112px !important
    }
    .ma-lg-29 {
        margin: 116px !important
    }
    .ma-lg-30 {
        margin: 120px !important
    }
    .ma-lg-31 {
        margin: 124px !important
    }
    .ma-lg-32 {
        margin: 128px !important
    }
    .ma-lg-33 {
        margin: 132px !important
    }
    .ma-lg-34 {
        margin: 136px !important
    }
    .ma-lg-35 {
        margin: 140px !important
    }
    .ma-lg-36 {
        margin: 144px !important
    }
    .ma-lg-37 {
        margin: 148px !important
    }
    .ma-lg-38 {
        margin: 152px !important
    }
    .ma-lg-39 {
        margin: 156px !important
    }
    .ma-lg-40 {
        margin: 160px !important
    }
    .ma-lg-0p5 {
        margin: 2px !important
    }
    .ma-lg-1p5 {
        margin: 6px !important
    }
    .ma-lg-2p5 {
        margin: 10px !important
    }
    .ma-lg-3p5 {
        margin: 14px !important
    }
    .ma-lg-4p5 {
        margin: 18px !important
    }
    .ma-lg-5p5 {
        margin: 22px !important
    }
    .ma-lg-6p5 {
        margin: 26px !important
    }
    .ma-lg-7p5 {
        margin: 30px !important
    }
    .ma-lg-12p5 {
        margin: 50px !important
    }
    .ma-lg-17p5 {
        margin: 70px !important
    }
    .ma-lg-20p5 {
        margin: 82px !important
    }
    .ma-lg-32p5 {
        margin: 130px !important
    }
    .ma-lg-42 {
        margin: 168px !important
    }
    .ma-lg-45 {
        margin: 180px !important
    }
    .ma-lg-48 {
        margin: 192px !important
    }
    .ma-lg-50 {
        margin: 200px !important
    }
    .ma-lg-55 {
        margin: 220px !important
    }
    .ma-lg-56 {
        margin: 224px !important
    }
    .ma-lg-60 {
        margin: 240px !important
    }
    .ma-lg-62 {
        margin: 248px !important
    }
    .ma-lg-64 {
        margin: 256px !important
    }
    .ma-lg-70 {
        margin: 280px !important
    }
    .ma-lg-72 {
        margin: 288px !important
    }
    .ma-lg-75 {
        margin: 300px !important
    }
    .ma-lg-80 {
        margin: 320px !important
    }
    .ma-lg-85 {
        margin: 340px !important
    }
    .ma-lg-90 {
        margin: 360px !important
    }
    .ma-lg-100 {
        margin: 400px !important
    }
    .ma-lg-112 {
        margin: 448px !important
    }
    .ma-lg-120 {
        margin: 480px !important
    }
    .ma-lg-143 {
        margin: 572px !important
    }
    .ma-lg-150 {
        margin: 600px !important
    }
    .ma-lg-160 {
        margin: 640px !important
    }
    .ma-lg-190 {
        margin: 760px !important
    }
    .ma-lg-200 {
        margin: 800px !important
    }
    .ma-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-lg-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-lg-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-lg-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-lg-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-lg-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-lg-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-lg-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-lg-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-lg-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-lg-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-lg-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-lg-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-lg-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-lg-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-lg-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-lg-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-lg-17 {
        margin-left: 68px !important;
        margin-right: 68px !important
    }
    .mx-lg-18 {
        margin-left: 72px !important;
        margin-right: 72px !important
    }
    .mx-lg-19 {
        margin-left: 76px !important;
        margin-right: 76px !important
    }
    .mx-lg-20 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }
    .mx-lg-21 {
        margin-left: 84px !important;
        margin-right: 84px !important
    }
    .mx-lg-22 {
        margin-left: 88px !important;
        margin-right: 88px !important
    }
    .mx-lg-23 {
        margin-left: 92px !important;
        margin-right: 92px !important
    }
    .mx-lg-24 {
        margin-left: 96px !important;
        margin-right: 96px !important
    }
    .mx-lg-25 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }
    .mx-lg-26 {
        margin-left: 104px !important;
        margin-right: 104px !important
    }
    .mx-lg-27 {
        margin-left: 108px !important;
        margin-right: 108px !important
    }
    .mx-lg-28 {
        margin-left: 112px !important;
        margin-right: 112px !important
    }
    .mx-lg-29 {
        margin-left: 116px !important;
        margin-right: 116px !important
    }
    .mx-lg-30 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }
    .mx-lg-31 {
        margin-left: 124px !important;
        margin-right: 124px !important
    }
    .mx-lg-32 {
        margin-left: 128px !important;
        margin-right: 128px !important
    }
    .mx-lg-33 {
        margin-left: 132px !important;
        margin-right: 132px !important
    }
    .mx-lg-34 {
        margin-left: 136px !important;
        margin-right: 136px !important
    }
    .mx-lg-35 {
        margin-left: 140px !important;
        margin-right: 140px !important
    }
    .mx-lg-36 {
        margin-left: 144px !important;
        margin-right: 144px !important
    }
    .mx-lg-37 {
        margin-left: 148px !important;
        margin-right: 148px !important
    }
    .mx-lg-38 {
        margin-left: 152px !important;
        margin-right: 152px !important
    }
    .mx-lg-39 {
        margin-left: 156px !important;
        margin-right: 156px !important
    }
    .mx-lg-40 {
        margin-left: 160px !important;
        margin-right: 160px !important
    }
    .mx-lg-0p5 {
        margin-left: 2px !important;
        margin-right: 2px !important
    }
    .mx-lg-1p5 {
        margin-left: 6px !important;
        margin-right: 6px !important
    }
    .mx-lg-2p5 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
    .mx-lg-3p5 {
        margin-left: 14px !important;
        margin-right: 14px !important
    }
    .mx-lg-4p5 {
        margin-left: 18px !important;
        margin-right: 18px !important
    }
    .mx-lg-5p5 {
        margin-left: 22px !important;
        margin-right: 22px !important
    }
    .mx-lg-6p5 {
        margin-left: 26px !important;
        margin-right: 26px !important
    }
    .mx-lg-7p5 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }
    .mx-lg-12p5 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }
    .mx-lg-17p5 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }
    .mx-lg-20p5 {
        margin-left: 82px !important;
        margin-right: 82px !important
    }
    .mx-lg-32p5 {
        margin-left: 130px !important;
        margin-right: 130px !important
    }
    .mx-lg-42 {
        margin-left: 168px !important;
        margin-right: 168px !important
    }
    .mx-lg-45 {
        margin-left: 180px !important;
        margin-right: 180px !important
    }
    .mx-lg-48 {
        margin-left: 192px !important;
        margin-right: 192px !important
    }
    .mx-lg-50 {
        margin-left: 200px !important;
        margin-right: 200px !important
    }
    .mx-lg-55 {
        margin-left: 220px !important;
        margin-right: 220px !important
    }
    .mx-lg-56 {
        margin-left: 224px !important;
        margin-right: 224px !important
    }
    .mx-lg-60 {
        margin-left: 240px !important;
        margin-right: 240px !important
    }
    .mx-lg-62 {
        margin-left: 248px !important;
        margin-right: 248px !important
    }
    .mx-lg-64 {
        margin-left: 256px !important;
        margin-right: 256px !important
    }
    .mx-lg-70 {
        margin-left: 280px !important;
        margin-right: 280px !important
    }
    .mx-lg-72 {
        margin-left: 288px !important;
        margin-right: 288px !important
    }
    .mx-lg-75 {
        margin-left: 300px !important;
        margin-right: 300px !important
    }
    .mx-lg-80 {
        margin-left: 320px !important;
        margin-right: 320px !important
    }
    .mx-lg-85 {
        margin-left: 340px !important;
        margin-right: 340px !important
    }
    .mx-lg-90 {
        margin-left: 360px !important;
        margin-right: 360px !important
    }
    .mx-lg-100 {
        margin-left: 400px !important;
        margin-right: 400px !important
    }
    .mx-lg-112 {
        margin-left: 448px !important;
        margin-right: 448px !important
    }
    .mx-lg-120 {
        margin-left: 480px !important;
        margin-right: 480px !important
    }
    .mx-lg-143 {
        margin-left: 572px !important;
        margin-right: 572px !important
    }
    .mx-lg-150 {
        margin-left: 600px !important;
        margin-right: 600px !important
    }
    .mx-lg-160 {
        margin-left: 640px !important;
        margin-right: 640px !important
    }
    .mx-lg-190 {
        margin-left: 760px !important;
        margin-right: 760px !important
    }
    .mx-lg-200 {
        margin-left: 800px !important;
        margin-right: 800px !important
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-lg-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-lg-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-lg-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-lg-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-lg-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-lg-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-lg-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-lg-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-lg-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-lg-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-lg-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-lg-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-lg-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-lg-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-lg-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-lg-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-lg-17 {
        margin-bottom: 68px !important;
        margin-top: 68px !important
    }
    .my-lg-18 {
        margin-bottom: 72px !important;
        margin-top: 72px !important
    }
    .my-lg-19 {
        margin-bottom: 76px !important;
        margin-top: 76px !important
    }
    .my-lg-20 {
        margin-bottom: 80px !important;
        margin-top: 80px !important
    }
    .my-lg-21 {
        margin-bottom: 84px !important;
        margin-top: 84px !important
    }
    .my-lg-22 {
        margin-bottom: 88px !important;
        margin-top: 88px !important
    }
    .my-lg-23 {
        margin-bottom: 92px !important;
        margin-top: 92px !important
    }
    .my-lg-24 {
        margin-bottom: 96px !important;
        margin-top: 96px !important
    }
    .my-lg-25 {
        margin-bottom: 100px !important;
        margin-top: 100px !important
    }
    .my-lg-26 {
        margin-bottom: 104px !important;
        margin-top: 104px !important
    }
    .my-lg-27 {
        margin-bottom: 108px !important;
        margin-top: 108px !important
    }
    .my-lg-28 {
        margin-bottom: 112px !important;
        margin-top: 112px !important
    }
    .my-lg-29 {
        margin-bottom: 116px !important;
        margin-top: 116px !important
    }
    .my-lg-30 {
        margin-bottom: 120px !important;
        margin-top: 120px !important
    }
    .my-lg-31 {
        margin-bottom: 124px !important;
        margin-top: 124px !important
    }
    .my-lg-32 {
        margin-bottom: 128px !important;
        margin-top: 128px !important
    }
    .my-lg-33 {
        margin-bottom: 132px !important;
        margin-top: 132px !important
    }
    .my-lg-34 {
        margin-bottom: 136px !important;
        margin-top: 136px !important
    }
    .my-lg-35 {
        margin-bottom: 140px !important;
        margin-top: 140px !important
    }
    .my-lg-36 {
        margin-bottom: 144px !important;
        margin-top: 144px !important
    }
    .my-lg-37 {
        margin-bottom: 148px !important;
        margin-top: 148px !important
    }
    .my-lg-38 {
        margin-bottom: 152px !important;
        margin-top: 152px !important
    }
    .my-lg-39 {
        margin-bottom: 156px !important;
        margin-top: 156px !important
    }
    .my-lg-40 {
        margin-bottom: 160px !important;
        margin-top: 160px !important
    }
    .my-lg-0p5 {
        margin-bottom: 2px !important;
        margin-top: 2px !important
    }
    .my-lg-1p5 {
        margin-bottom: 6px !important;
        margin-top: 6px !important
    }
    .my-lg-2p5 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }
    .my-lg-3p5 {
        margin-bottom: 14px !important;
        margin-top: 14px !important
    }
    .my-lg-4p5 {
        margin-bottom: 18px !important;
        margin-top: 18px !important
    }
    .my-lg-5p5 {
        margin-bottom: 22px !important;
        margin-top: 22px !important
    }
    .my-lg-6p5 {
        margin-bottom: 26px !important;
        margin-top: 26px !important
    }
    .my-lg-7p5 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }
    .my-lg-12p5 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }
    .my-lg-17p5 {
        margin-bottom: 70px !important;
        margin-top: 70px !important
    }
    .my-lg-20p5 {
        margin-bottom: 82px !important;
        margin-top: 82px !important
    }
    .my-lg-32p5 {
        margin-bottom: 130px !important;
        margin-top: 130px !important
    }
    .my-lg-42 {
        margin-bottom: 168px !important;
        margin-top: 168px !important
    }
    .my-lg-45 {
        margin-bottom: 180px !important;
        margin-top: 180px !important
    }
    .my-lg-48 {
        margin-bottom: 192px !important;
        margin-top: 192px !important
    }
    .my-lg-50 {
        margin-bottom: 200px !important;
        margin-top: 200px !important
    }
    .my-lg-55 {
        margin-bottom: 220px !important;
        margin-top: 220px !important
    }
    .my-lg-56 {
        margin-bottom: 224px !important;
        margin-top: 224px !important
    }
    .my-lg-60 {
        margin-bottom: 240px !important;
        margin-top: 240px !important
    }
    .my-lg-62 {
        margin-bottom: 248px !important;
        margin-top: 248px !important
    }
    .my-lg-64 {
        margin-bottom: 256px !important;
        margin-top: 256px !important
    }
    .my-lg-70 {
        margin-bottom: 280px !important;
        margin-top: 280px !important
    }
    .my-lg-72 {
        margin-bottom: 288px !important;
        margin-top: 288px !important
    }
    .my-lg-75 {
        margin-bottom: 300px !important;
        margin-top: 300px !important
    }
    .my-lg-80 {
        margin-bottom: 320px !important;
        margin-top: 320px !important
    }
    .my-lg-85 {
        margin-bottom: 340px !important;
        margin-top: 340px !important
    }
    .my-lg-90 {
        margin-bottom: 360px !important;
        margin-top: 360px !important
    }
    .my-lg-100 {
        margin-bottom: 400px !important;
        margin-top: 400px !important
    }
    .my-lg-112 {
        margin-bottom: 448px !important;
        margin-top: 448px !important
    }
    .my-lg-120 {
        margin-bottom: 480px !important;
        margin-top: 480px !important
    }
    .my-lg-143 {
        margin-bottom: 572px !important;
        margin-top: 572px !important
    }
    .my-lg-150 {
        margin-bottom: 600px !important;
        margin-top: 600px !important
    }
    .my-lg-160 {
        margin-bottom: 640px !important;
        margin-top: 640px !important
    }
    .my-lg-190 {
        margin-bottom: 760px !important;
        margin-top: 760px !important
    }
    .my-lg-200 {
        margin-bottom: 800px !important;
        margin-top: 800px !important
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: 4px !important
    }
    .mt-lg-2 {
        margin-top: 8px !important
    }
    .mt-lg-3 {
        margin-top: 12px !important
    }
    .mt-lg-4 {
        margin-top: 16px !important
    }
    .mt-lg-5 {
        margin-top: 20px !important
    }
    .mt-lg-6 {
        margin-top: 24px !important
    }
    .mt-lg-7 {
        margin-top: 28px !important
    }
    .mt-lg-8 {
        margin-top: 32px !important
    }
    .mt-lg-9 {
        margin-top: 36px !important
    }
    .mt-lg-10 {
        margin-top: 40px !important
    }
    .mt-lg-11 {
        margin-top: 44px !important
    }
    .mt-lg-12 {
        margin-top: 48px !important
    }
    .mt-lg-13 {
        margin-top: 52px !important
    }
    .mt-lg-14 {
        margin-top: 56px !important
    }
    .mt-lg-15 {
        margin-top: 60px !important
    }
    .mt-lg-16 {
        margin-top: 64px !important
    }
    .mt-lg-17 {
        margin-top: 68px !important
    }
    .mt-lg-18 {
        margin-top: 72px !important
    }
    .mt-lg-19 {
        margin-top: 76px !important
    }
    .mt-lg-20 {
        margin-top: 80px !important
    }
    .mt-lg-21 {
        margin-top: 84px !important
    }
    .mt-lg-22 {
        margin-top: 88px !important
    }
    .mt-lg-23 {
        margin-top: 92px !important
    }
    .mt-lg-24 {
        margin-top: 96px !important
    }
    .mt-lg-25 {
        margin-top: 100px !important
    }
    .mt-lg-26 {
        margin-top: 104px !important
    }
    .mt-lg-27 {
        margin-top: 108px !important
    }
    .mt-lg-28 {
        margin-top: 112px !important
    }
    .mt-lg-29 {
        margin-top: 116px !important
    }
    .mt-lg-30 {
        margin-top: 120px !important
    }
    .mt-lg-31 {
        margin-top: 124px !important
    }
    .mt-lg-32 {
        margin-top: 128px !important
    }
    .mt-lg-33 {
        margin-top: 132px !important
    }
    .mt-lg-34 {
        margin-top: 136px !important
    }
    .mt-lg-35 {
        margin-top: 140px !important
    }
    .mt-lg-36 {
        margin-top: 144px !important
    }
    .mt-lg-37 {
        margin-top: 148px !important
    }
    .mt-lg-38 {
        margin-top: 152px !important
    }
    .mt-lg-39 {
        margin-top: 156px !important
    }
    .mt-lg-40 {
        margin-top: 160px !important
    }
    .mt-lg-0p5 {
        margin-top: 2px !important
    }
    .mt-lg-1p5 {
        margin-top: 6px !important
    }
    .mt-lg-2p5 {
        margin-top: 10px !important
    }
    .mt-lg-3p5 {
        margin-top: 14px !important
    }
    .mt-lg-4p5 {
        margin-top: 18px !important
    }
    .mt-lg-5p5 {
        margin-top: 22px !important
    }
    .mt-lg-6p5 {
        margin-top: 26px !important
    }
    .mt-lg-7p5 {
        margin-top: 30px !important
    }
    .mt-lg-12p5 {
        margin-top: 50px !important
    }
    .mt-lg-17p5 {
        margin-top: 70px !important
    }
    .mt-lg-20p5 {
        margin-top: 82px !important
    }
    .mt-lg-32p5 {
        margin-top: 130px !important
    }
    .mt-lg-42 {
        margin-top: 168px !important
    }
    .mt-lg-45 {
        margin-top: 180px !important
    }
    .mt-lg-48 {
        margin-top: 192px !important
    }
    .mt-lg-50 {
        margin-top: 200px !important
    }
    .mt-lg-55 {
        margin-top: 220px !important
    }
    .mt-lg-56 {
        margin-top: 224px !important
    }
    .mt-lg-60 {
        margin-top: 240px !important
    }
    .mt-lg-62 {
        margin-top: 248px !important
    }
    .mt-lg-64 {
        margin-top: 256px !important
    }
    .mt-lg-70 {
        margin-top: 280px !important
    }
    .mt-lg-72 {
        margin-top: 288px !important
    }
    .mt-lg-75 {
        margin-top: 300px !important
    }
    .mt-lg-80 {
        margin-top: 320px !important
    }
    .mt-lg-85 {
        margin-top: 340px !important
    }
    .mt-lg-90 {
        margin-top: 360px !important
    }
    .mt-lg-100 {
        margin-top: 400px !important
    }
    .mt-lg-112 {
        margin-top: 448px !important
    }
    .mt-lg-120 {
        margin-top: 480px !important
    }
    .mt-lg-143 {
        margin-top: 572px !important
    }
    .mt-lg-150 {
        margin-top: 600px !important
    }
    .mt-lg-160 {
        margin-top: 640px !important
    }
    .mt-lg-190 {
        margin-top: 760px !important
    }
    .mt-lg-200 {
        margin-top: 800px !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mr-lg-1 {
        margin-right: 4px !important
    }
    .mr-lg-2 {
        margin-right: 8px !important
    }
    .mr-lg-3 {
        margin-right: 12px !important
    }
    .mr-lg-4 {
        margin-right: 16px !important
    }
    .mr-lg-5 {
        margin-right: 20px !important
    }
    .mr-lg-6 {
        margin-right: 24px !important
    }
    .mr-lg-7 {
        margin-right: 28px !important
    }
    .mr-lg-8 {
        margin-right: 32px !important
    }
    .mr-lg-9 {
        margin-right: 36px !important
    }
    .mr-lg-10 {
        margin-right: 40px !important
    }
    .mr-lg-11 {
        margin-right: 44px !important
    }
    .mr-lg-12 {
        margin-right: 48px !important
    }
    .mr-lg-13 {
        margin-right: 52px !important
    }
    .mr-lg-14 {
        margin-right: 56px !important
    }
    .mr-lg-15 {
        margin-right: 60px !important
    }
    .mr-lg-16 {
        margin-right: 64px !important
    }
    .mr-lg-17 {
        margin-right: 68px !important
    }
    .mr-lg-18 {
        margin-right: 72px !important
    }
    .mr-lg-19 {
        margin-right: 76px !important
    }
    .mr-lg-20 {
        margin-right: 80px !important
    }
    .mr-lg-21 {
        margin-right: 84px !important
    }
    .mr-lg-22 {
        margin-right: 88px !important
    }
    .mr-lg-23 {
        margin-right: 92px !important
    }
    .mr-lg-24 {
        margin-right: 96px !important
    }
    .mr-lg-25 {
        margin-right: 100px !important
    }
    .mr-lg-26 {
        margin-right: 104px !important
    }
    .mr-lg-27 {
        margin-right: 108px !important
    }
    .mr-lg-28 {
        margin-right: 112px !important
    }
    .mr-lg-29 {
        margin-right: 116px !important
    }
    .mr-lg-30 {
        margin-right: 120px !important
    }
    .mr-lg-31 {
        margin-right: 124px !important
    }
    .mr-lg-32 {
        margin-right: 128px !important
    }
    .mr-lg-33 {
        margin-right: 132px !important
    }
    .mr-lg-34 {
        margin-right: 136px !important
    }
    .mr-lg-35 {
        margin-right: 140px !important
    }
    .mr-lg-36 {
        margin-right: 144px !important
    }
    .mr-lg-37 {
        margin-right: 148px !important
    }
    .mr-lg-38 {
        margin-right: 152px !important
    }
    .mr-lg-39 {
        margin-right: 156px !important
    }
    .mr-lg-40 {
        margin-right: 160px !important
    }
    .mr-lg-0p5 {
        margin-right: 2px !important
    }
    .mr-lg-1p5 {
        margin-right: 6px !important
    }
    .mr-lg-2p5 {
        margin-right: 10px !important
    }
    .mr-lg-3p5 {
        margin-right: 14px !important
    }
    .mr-lg-4p5 {
        margin-right: 18px !important
    }
    .mr-lg-5p5 {
        margin-right: 22px !important
    }
    .mr-lg-6p5 {
        margin-right: 26px !important
    }
    .mr-lg-7p5 {
        margin-right: 30px !important
    }
    .mr-lg-12p5 {
        margin-right: 50px !important
    }
    .mr-lg-17p5 {
        margin-right: 70px !important
    }
    .mr-lg-20p5 {
        margin-right: 82px !important
    }
    .mr-lg-32p5 {
        margin-right: 130px !important
    }
    .mr-lg-42 {
        margin-right: 168px !important
    }
    .mr-lg-45 {
        margin-right: 180px !important
    }
    .mr-lg-48 {
        margin-right: 192px !important
    }
    .mr-lg-50 {
        margin-right: 200px !important
    }
    .mr-lg-55 {
        margin-right: 220px !important
    }
    .mr-lg-56 {
        margin-right: 224px !important
    }
    .mr-lg-60 {
        margin-right: 240px !important
    }
    .mr-lg-62 {
        margin-right: 248px !important
    }
    .mr-lg-64 {
        margin-right: 256px !important
    }
    .mr-lg-70 {
        margin-right: 280px !important
    }
    .mr-lg-72 {
        margin-right: 288px !important
    }
    .mr-lg-75 {
        margin-right: 300px !important
    }
    .mr-lg-80 {
        margin-right: 320px !important
    }
    .mr-lg-85 {
        margin-right: 340px !important
    }
    .mr-lg-90 {
        margin-right: 360px !important
    }
    .mr-lg-100 {
        margin-right: 400px !important
    }
    .mr-lg-112 {
        margin-right: 448px !important
    }
    .mr-lg-120 {
        margin-right: 480px !important
    }
    .mr-lg-143 {
        margin-right: 572px !important
    }
    .mr-lg-150 {
        margin-right: 600px !important
    }
    .mr-lg-160 {
        margin-right: 640px !important
    }
    .mr-lg-190 {
        margin-right: 760px !important
    }
    .mr-lg-200 {
        margin-right: 800px !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: 4px !important
    }
    .mb-lg-2 {
        margin-bottom: 8px !important
    }
    .mb-lg-3 {
        margin-bottom: 12px !important
    }
    .mb-lg-4 {
        margin-bottom: 16px !important
    }
    .mb-lg-5 {
        margin-bottom: 20px !important
    }
    .mb-lg-6 {
        margin-bottom: 24px !important
    }
    .mb-lg-7 {
        margin-bottom: 28px !important
    }
    .mb-lg-8 {
        margin-bottom: 32px !important
    }
    .mb-lg-9 {
        margin-bottom: 36px !important
    }
    .mb-lg-10 {
        margin-bottom: 40px !important
    }
    .mb-lg-11 {
        margin-bottom: 44px !important
    }
    .mb-lg-12 {
        margin-bottom: 48px !important
    }
    .mb-lg-13 {
        margin-bottom: 52px !important
    }
    .mb-lg-14 {
        margin-bottom: 56px !important
    }
    .mb-lg-15 {
        margin-bottom: 60px !important
    }
    .mb-lg-16 {
        margin-bottom: 64px !important
    }
    .mb-lg-17 {
        margin-bottom: 68px !important
    }
    .mb-lg-18 {
        margin-bottom: 72px !important
    }
    .mb-lg-19 {
        margin-bottom: 76px !important
    }
    .mb-lg-20 {
        margin-bottom: 80px !important
    }
    .mb-lg-21 {
        margin-bottom: 84px !important
    }
    .mb-lg-22 {
        margin-bottom: 88px !important
    }
    .mb-lg-23 {
        margin-bottom: 92px !important
    }
    .mb-lg-24 {
        margin-bottom: 96px !important
    }
    .mb-lg-25 {
        margin-bottom: 100px !important
    }
    .mb-lg-26 {
        margin-bottom: 104px !important
    }
    .mb-lg-27 {
        margin-bottom: 108px !important
    }
    .mb-lg-28 {
        margin-bottom: 112px !important
    }
    .mb-lg-29 {
        margin-bottom: 116px !important
    }
    .mb-lg-30 {
        margin-bottom: 120px !important
    }
    .mb-lg-31 {
        margin-bottom: 124px !important
    }
    .mb-lg-32 {
        margin-bottom: 128px !important
    }
    .mb-lg-33 {
        margin-bottom: 132px !important
    }
    .mb-lg-34 {
        margin-bottom: 136px !important
    }
    .mb-lg-35 {
        margin-bottom: 140px !important
    }
    .mb-lg-36 {
        margin-bottom: 144px !important
    }
    .mb-lg-37 {
        margin-bottom: 148px !important
    }
    .mb-lg-38 {
        margin-bottom: 152px !important
    }
    .mb-lg-39 {
        margin-bottom: 156px !important
    }
    .mb-lg-40 {
        margin-bottom: 160px !important
    }
    .mb-lg-0p5 {
        margin-bottom: 2px !important
    }
    .mb-lg-1p5 {
        margin-bottom: 6px !important
    }
    .mb-lg-2p5 {
        margin-bottom: 10px !important
    }
    .mb-lg-3p5 {
        margin-bottom: 14px !important
    }
    .mb-lg-4p5 {
        margin-bottom: 18px !important
    }
    .mb-lg-5p5 {
        margin-bottom: 22px !important
    }
    .mb-lg-6p5 {
        margin-bottom: 26px !important
    }
    .mb-lg-7p5 {
        margin-bottom: 30px !important
    }
    .mb-lg-12p5 {
        margin-bottom: 50px !important
    }
    .mb-lg-17p5 {
        margin-bottom: 70px !important
    }
    .mb-lg-20p5 {
        margin-bottom: 82px !important
    }
    .mb-lg-32p5 {
        margin-bottom: 130px !important
    }
    .mb-lg-42 {
        margin-bottom: 168px !important
    }
    .mb-lg-45 {
        margin-bottom: 180px !important
    }
    .mb-lg-48 {
        margin-bottom: 192px !important
    }
    .mb-lg-50 {
        margin-bottom: 200px !important
    }
    .mb-lg-55 {
        margin-bottom: 220px !important
    }
    .mb-lg-56 {
        margin-bottom: 224px !important
    }
    .mb-lg-60 {
        margin-bottom: 240px !important
    }
    .mb-lg-62 {
        margin-bottom: 248px !important
    }
    .mb-lg-64 {
        margin-bottom: 256px !important
    }
    .mb-lg-70 {
        margin-bottom: 280px !important
    }
    .mb-lg-72 {
        margin-bottom: 288px !important
    }
    .mb-lg-75 {
        margin-bottom: 300px !important
    }
    .mb-lg-80 {
        margin-bottom: 320px !important
    }
    .mb-lg-85 {
        margin-bottom: 340px !important
    }
    .mb-lg-90 {
        margin-bottom: 360px !important
    }
    .mb-lg-100 {
        margin-bottom: 400px !important
    }
    .mb-lg-112 {
        margin-bottom: 448px !important
    }
    .mb-lg-120 {
        margin-bottom: 480px !important
    }
    .mb-lg-143 {
        margin-bottom: 572px !important
    }
    .mb-lg-150 {
        margin-bottom: 600px !important
    }
    .mb-lg-160 {
        margin-bottom: 640px !important
    }
    .mb-lg-190 {
        margin-bottom: 760px !important
    }
    .mb-lg-200 {
        margin-bottom: 800px !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .ml-lg-1 {
        margin-left: 4px !important
    }
    .ml-lg-2 {
        margin-left: 8px !important
    }
    .ml-lg-3 {
        margin-left: 12px !important
    }
    .ml-lg-4 {
        margin-left: 16px !important
    }
    .ml-lg-5 {
        margin-left: 20px !important
    }
    .ml-lg-6 {
        margin-left: 24px !important
    }
    .ml-lg-7 {
        margin-left: 28px !important
    }
    .ml-lg-8 {
        margin-left: 32px !important
    }
    .ml-lg-9 {
        margin-left: 36px !important
    }
    .ml-lg-10 {
        margin-left: 40px !important
    }
    .ml-lg-11 {
        margin-left: 44px !important
    }
    .ml-lg-12 {
        margin-left: 48px !important
    }
    .ml-lg-13 {
        margin-left: 52px !important
    }
    .ml-lg-14 {
        margin-left: 56px !important
    }
    .ml-lg-15 {
        margin-left: 60px !important
    }
    .ml-lg-16 {
        margin-left: 64px !important
    }
    .ml-lg-17 {
        margin-left: 68px !important
    }
    .ml-lg-18 {
        margin-left: 72px !important
    }
    .ml-lg-19 {
        margin-left: 76px !important
    }
    .ml-lg-20 {
        margin-left: 80px !important
    }
    .ml-lg-21 {
        margin-left: 84px !important
    }
    .ml-lg-22 {
        margin-left: 88px !important
    }
    .ml-lg-23 {
        margin-left: 92px !important
    }
    .ml-lg-24 {
        margin-left: 96px !important
    }
    .ml-lg-25 {
        margin-left: 100px !important
    }
    .ml-lg-26 {
        margin-left: 104px !important
    }
    .ml-lg-27 {
        margin-left: 108px !important
    }
    .ml-lg-28 {
        margin-left: 112px !important
    }
    .ml-lg-29 {
        margin-left: 116px !important
    }
    .ml-lg-30 {
        margin-left: 120px !important
    }
    .ml-lg-31 {
        margin-left: 124px !important
    }
    .ml-lg-32 {
        margin-left: 128px !important
    }
    .ml-lg-33 {
        margin-left: 132px !important
    }
    .ml-lg-34 {
        margin-left: 136px !important
    }
    .ml-lg-35 {
        margin-left: 140px !important
    }
    .ml-lg-36 {
        margin-left: 144px !important
    }
    .ml-lg-37 {
        margin-left: 148px !important
    }
    .ml-lg-38 {
        margin-left: 152px !important
    }
    .ml-lg-39 {
        margin-left: 156px !important
    }
    .ml-lg-40 {
        margin-left: 160px !important
    }
    .ml-lg-0p5 {
        margin-left: 2px !important
    }
    .ml-lg-1p5 {
        margin-left: 6px !important
    }
    .ml-lg-2p5 {
        margin-left: 10px !important
    }
    .ml-lg-3p5 {
        margin-left: 14px !important
    }
    .ml-lg-4p5 {
        margin-left: 18px !important
    }
    .ml-lg-5p5 {
        margin-left: 22px !important
    }
    .ml-lg-6p5 {
        margin-left: 26px !important
    }
    .ml-lg-7p5 {
        margin-left: 30px !important
    }
    .ml-lg-12p5 {
        margin-left: 50px !important
    }
    .ml-lg-17p5 {
        margin-left: 70px !important
    }
    .ml-lg-20p5 {
        margin-left: 82px !important
    }
    .ml-lg-32p5 {
        margin-left: 130px !important
    }
    .ml-lg-42 {
        margin-left: 168px !important
    }
    .ml-lg-45 {
        margin-left: 180px !important
    }
    .ml-lg-48 {
        margin-left: 192px !important
    }
    .ml-lg-50 {
        margin-left: 200px !important
    }
    .ml-lg-55 {
        margin-left: 220px !important
    }
    .ml-lg-56 {
        margin-left: 224px !important
    }
    .ml-lg-60 {
        margin-left: 240px !important
    }
    .ml-lg-62 {
        margin-left: 248px !important
    }
    .ml-lg-64 {
        margin-left: 256px !important
    }
    .ml-lg-70 {
        margin-left: 280px !important
    }
    .ml-lg-72 {
        margin-left: 288px !important
    }
    .ml-lg-75 {
        margin-left: 300px !important
    }
    .ml-lg-80 {
        margin-left: 320px !important
    }
    .ml-lg-85 {
        margin-left: 340px !important
    }
    .ml-lg-90 {
        margin-left: 360px !important
    }
    .ml-lg-100 {
        margin-left: 400px !important
    }
    .ml-lg-112 {
        margin-left: 448px !important
    }
    .ml-lg-120 {
        margin-left: 480px !important
    }
    .ml-lg-143 {
        margin-left: 572px !important
    }
    .ml-lg-150 {
        margin-left: 600px !important
    }
    .ml-lg-160 {
        margin-left: 640px !important
    }
    .ml-lg-190 {
        margin-left: 760px !important
    }
    .ml-lg-200 {
        margin-left: 800px !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .ms-lg-0 {
        margin-inline-start: 0 !important
    }
    .ms-lg-1 {
        margin-inline-start: 4px !important
    }
    .ms-lg-2 {
        margin-inline-start: 8px !important
    }
    .ms-lg-3 {
        margin-inline-start: 12px !important
    }
    .ms-lg-4 {
        margin-inline-start: 16px !important
    }
    .ms-lg-5 {
        margin-inline-start: 20px !important
    }
    .ms-lg-6 {
        margin-inline-start: 24px !important
    }
    .ms-lg-7 {
        margin-inline-start: 28px !important
    }
    .ms-lg-8 {
        margin-inline-start: 32px !important
    }
    .ms-lg-9 {
        margin-inline-start: 36px !important
    }
    .ms-lg-10 {
        margin-inline-start: 40px !important
    }
    .ms-lg-11 {
        margin-inline-start: 44px !important
    }
    .ms-lg-12 {
        margin-inline-start: 48px !important
    }
    .ms-lg-13 {
        margin-inline-start: 52px !important
    }
    .ms-lg-14 {
        margin-inline-start: 56px !important
    }
    .ms-lg-15 {
        margin-inline-start: 60px !important
    }
    .ms-lg-16 {
        margin-inline-start: 64px !important
    }
    .ms-lg-17 {
        margin-inline-start: 68px !important
    }
    .ms-lg-18 {
        margin-inline-start: 72px !important
    }
    .ms-lg-19 {
        margin-inline-start: 76px !important
    }
    .ms-lg-20 {
        margin-inline-start: 80px !important
    }
    .ms-lg-21 {
        margin-inline-start: 84px !important
    }
    .ms-lg-22 {
        margin-inline-start: 88px !important
    }
    .ms-lg-23 {
        margin-inline-start: 92px !important
    }
    .ms-lg-24 {
        margin-inline-start: 96px !important
    }
    .ms-lg-25 {
        margin-inline-start: 100px !important
    }
    .ms-lg-26 {
        margin-inline-start: 104px !important
    }
    .ms-lg-27 {
        margin-inline-start: 108px !important
    }
    .ms-lg-28 {
        margin-inline-start: 112px !important
    }
    .ms-lg-29 {
        margin-inline-start: 116px !important
    }
    .ms-lg-30 {
        margin-inline-start: 120px !important
    }
    .ms-lg-31 {
        margin-inline-start: 124px !important
    }
    .ms-lg-32 {
        margin-inline-start: 128px !important
    }
    .ms-lg-33 {
        margin-inline-start: 132px !important
    }
    .ms-lg-34 {
        margin-inline-start: 136px !important
    }
    .ms-lg-35 {
        margin-inline-start: 140px !important
    }
    .ms-lg-36 {
        margin-inline-start: 144px !important
    }
    .ms-lg-37 {
        margin-inline-start: 148px !important
    }
    .ms-lg-38 {
        margin-inline-start: 152px !important
    }
    .ms-lg-39 {
        margin-inline-start: 156px !important
    }
    .ms-lg-40 {
        margin-inline-start: 160px !important
    }
    .ms-lg-0p5 {
        margin-inline-start: 2px !important
    }
    .ms-lg-1p5 {
        margin-inline-start: 6px !important
    }
    .ms-lg-2p5 {
        margin-inline-start: 10px !important
    }
    .ms-lg-3p5 {
        margin-inline-start: 14px !important
    }
    .ms-lg-4p5 {
        margin-inline-start: 18px !important
    }
    .ms-lg-5p5 {
        margin-inline-start: 22px !important
    }
    .ms-lg-6p5 {
        margin-inline-start: 26px !important
    }
    .ms-lg-7p5 {
        margin-inline-start: 30px !important
    }
    .ms-lg-12p5 {
        margin-inline-start: 50px !important
    }
    .ms-lg-17p5 {
        margin-inline-start: 70px !important
    }
    .ms-lg-20p5 {
        margin-inline-start: 82px !important
    }
    .ms-lg-32p5 {
        margin-inline-start: 130px !important
    }
    .ms-lg-42 {
        margin-inline-start: 168px !important
    }
    .ms-lg-45 {
        margin-inline-start: 180px !important
    }
    .ms-lg-48 {
        margin-inline-start: 192px !important
    }
    .ms-lg-50 {
        margin-inline-start: 200px !important
    }
    .ms-lg-55 {
        margin-inline-start: 220px !important
    }
    .ms-lg-56 {
        margin-inline-start: 224px !important
    }
    .ms-lg-60 {
        margin-inline-start: 240px !important
    }
    .ms-lg-62 {
        margin-inline-start: 248px !important
    }
    .ms-lg-64 {
        margin-inline-start: 256px !important
    }
    .ms-lg-70 {
        margin-inline-start: 280px !important
    }
    .ms-lg-72 {
        margin-inline-start: 288px !important
    }
    .ms-lg-75 {
        margin-inline-start: 300px !important
    }
    .ms-lg-80 {
        margin-inline-start: 320px !important
    }
    .ms-lg-85 {
        margin-inline-start: 340px !important
    }
    .ms-lg-90 {
        margin-inline-start: 360px !important
    }
    .ms-lg-100 {
        margin-inline-start: 400px !important
    }
    .ms-lg-112 {
        margin-inline-start: 448px !important
    }
    .ms-lg-120 {
        margin-inline-start: 480px !important
    }
    .ms-lg-143 {
        margin-inline-start: 572px !important
    }
    .ms-lg-150 {
        margin-inline-start: 600px !important
    }
    .ms-lg-160 {
        margin-inline-start: 640px !important
    }
    .ms-lg-190 {
        margin-inline-start: 760px !important
    }
    .ms-lg-200 {
        margin-inline-start: 800px !important
    }
    .ms-lg-auto {
        margin-inline-start: auto !important
    }
    .me-lg-0 {
        margin-inline-end: 0 !important
    }
    .me-lg-1 {
        margin-inline-end: 4px !important
    }
    .me-lg-2 {
        margin-inline-end: 8px !important
    }
    .me-lg-3 {
        margin-inline-end: 12px !important
    }
    .me-lg-4 {
        margin-inline-end: 16px !important
    }
    .me-lg-5 {
        margin-inline-end: 20px !important
    }
    .me-lg-6 {
        margin-inline-end: 24px !important
    }
    .me-lg-7 {
        margin-inline-end: 28px !important
    }
    .me-lg-8 {
        margin-inline-end: 32px !important
    }
    .me-lg-9 {
        margin-inline-end: 36px !important
    }
    .me-lg-10 {
        margin-inline-end: 40px !important
    }
    .me-lg-11 {
        margin-inline-end: 44px !important
    }
    .me-lg-12 {
        margin-inline-end: 48px !important
    }
    .me-lg-13 {
        margin-inline-end: 52px !important
    }
    .me-lg-14 {
        margin-inline-end: 56px !important
    }
    .me-lg-15 {
        margin-inline-end: 60px !important
    }
    .me-lg-16 {
        margin-inline-end: 64px !important
    }
    .me-lg-17 {
        margin-inline-end: 68px !important
    }
    .me-lg-18 {
        margin-inline-end: 72px !important
    }
    .me-lg-19 {
        margin-inline-end: 76px !important
    }
    .me-lg-20 {
        margin-inline-end: 80px !important
    }
    .me-lg-21 {
        margin-inline-end: 84px !important
    }
    .me-lg-22 {
        margin-inline-end: 88px !important
    }
    .me-lg-23 {
        margin-inline-end: 92px !important
    }
    .me-lg-24 {
        margin-inline-end: 96px !important
    }
    .me-lg-25 {
        margin-inline-end: 100px !important
    }
    .me-lg-26 {
        margin-inline-end: 104px !important
    }
    .me-lg-27 {
        margin-inline-end: 108px !important
    }
    .me-lg-28 {
        margin-inline-end: 112px !important
    }
    .me-lg-29 {
        margin-inline-end: 116px !important
    }
    .me-lg-30 {
        margin-inline-end: 120px !important
    }
    .me-lg-31 {
        margin-inline-end: 124px !important
    }
    .me-lg-32 {
        margin-inline-end: 128px !important
    }
    .me-lg-33 {
        margin-inline-end: 132px !important
    }
    .me-lg-34 {
        margin-inline-end: 136px !important
    }
    .me-lg-35 {
        margin-inline-end: 140px !important
    }
    .me-lg-36 {
        margin-inline-end: 144px !important
    }
    .me-lg-37 {
        margin-inline-end: 148px !important
    }
    .me-lg-38 {
        margin-inline-end: 152px !important
    }
    .me-lg-39 {
        margin-inline-end: 156px !important
    }
    .me-lg-40 {
        margin-inline-end: 160px !important
    }
    .me-lg-0p5 {
        margin-inline-end: 2px !important
    }
    .me-lg-1p5 {
        margin-inline-end: 6px !important
    }
    .me-lg-2p5 {
        margin-inline-end: 10px !important
    }
    .me-lg-3p5 {
        margin-inline-end: 14px !important
    }
    .me-lg-4p5 {
        margin-inline-end: 18px !important
    }
    .me-lg-5p5 {
        margin-inline-end: 22px !important
    }
    .me-lg-6p5 {
        margin-inline-end: 26px !important
    }
    .me-lg-7p5 {
        margin-inline-end: 30px !important
    }
    .me-lg-12p5 {
        margin-inline-end: 50px !important
    }
    .me-lg-17p5 {
        margin-inline-end: 70px !important
    }
    .me-lg-20p5 {
        margin-inline-end: 82px !important
    }
    .me-lg-32p5 {
        margin-inline-end: 130px !important
    }
    .me-lg-42 {
        margin-inline-end: 168px !important
    }
    .me-lg-45 {
        margin-inline-end: 180px !important
    }
    .me-lg-48 {
        margin-inline-end: 192px !important
    }
    .me-lg-50 {
        margin-inline-end: 200px !important
    }
    .me-lg-55 {
        margin-inline-end: 220px !important
    }
    .me-lg-56 {
        margin-inline-end: 224px !important
    }
    .me-lg-60 {
        margin-inline-end: 240px !important
    }
    .me-lg-62 {
        margin-inline-end: 248px !important
    }
    .me-lg-64 {
        margin-inline-end: 256px !important
    }
    .me-lg-70 {
        margin-inline-end: 280px !important
    }
    .me-lg-72 {
        margin-inline-end: 288px !important
    }
    .me-lg-75 {
        margin-inline-end: 300px !important
    }
    .me-lg-80 {
        margin-inline-end: 320px !important
    }
    .me-lg-85 {
        margin-inline-end: 340px !important
    }
    .me-lg-90 {
        margin-inline-end: 360px !important
    }
    .me-lg-100 {
        margin-inline-end: 400px !important
    }
    .me-lg-112 {
        margin-inline-end: 448px !important
    }
    .me-lg-120 {
        margin-inline-end: 480px !important
    }
    .me-lg-143 {
        margin-inline-end: 572px !important
    }
    .me-lg-150 {
        margin-inline-end: 600px !important
    }
    .me-lg-160 {
        margin-inline-end: 640px !important
    }
    .me-lg-190 {
        margin-inline-end: 760px !important
    }
    .me-lg-200 {
        margin-inline-end: 800px !important
    }
    .me-lg-auto {
        margin-inline-end: auto !important
    }
    .ma-lg-n1 {
        margin: -4px !important
    }
    .ma-lg-n2 {
        margin: -8px !important
    }
    .ma-lg-n3 {
        margin: -12px !important
    }
    .ma-lg-n4 {
        margin: -16px !important
    }
    .ma-lg-n5 {
        margin: -20px !important
    }
    .ma-lg-n6 {
        margin: -24px !important
    }
    .ma-lg-n7 {
        margin: -28px !important
    }
    .ma-lg-n8 {
        margin: -32px !important
    }
    .ma-lg-n9 {
        margin: -36px !important
    }
    .ma-lg-n10 {
        margin: -40px !important
    }
    .ma-lg-n11 {
        margin: -44px !important
    }
    .ma-lg-n12 {
        margin: -48px !important
    }
    .ma-lg-n13 {
        margin: -52px !important
    }
    .ma-lg-n14 {
        margin: -56px !important
    }
    .ma-lg-n15 {
        margin: -60px !important
    }
    .ma-lg-n16 {
        margin: -64px !important
    }
    .ma-lg-n17 {
        margin: -68px !important
    }
    .ma-lg-n18 {
        margin: -72px !important
    }
    .ma-lg-n19 {
        margin: -76px !important
    }
    .ma-lg-n20 {
        margin: -80px !important
    }
    .ma-lg-n21 {
        margin: -84px !important
    }
    .ma-lg-n22 {
        margin: -88px !important
    }
    .ma-lg-n23 {
        margin: -92px !important
    }
    .ma-lg-n24 {
        margin: -96px !important
    }
    .ma-lg-n25 {
        margin: -100px !important
    }
    .ma-lg-n26 {
        margin: -104px !important
    }
    .ma-lg-n27 {
        margin: -108px !important
    }
    .ma-lg-n28 {
        margin: -112px !important
    }
    .ma-lg-n29 {
        margin: -116px !important
    }
    .ma-lg-n30 {
        margin: -120px !important
    }
    .ma-lg-n31 {
        margin: -124px !important
    }
    .ma-lg-n32 {
        margin: -128px !important
    }
    .ma-lg-n33 {
        margin: -132px !important
    }
    .ma-lg-n34 {
        margin: -136px !important
    }
    .ma-lg-n35 {
        margin: -140px !important
    }
    .ma-lg-n36 {
        margin: -144px !important
    }
    .ma-lg-n37 {
        margin: -148px !important
    }
    .ma-lg-n38 {
        margin: -152px !important
    }
    .ma-lg-n39 {
        margin: -156px !important
    }
    .ma-lg-n40 {
        margin: -160px !important
    }
    .ma-lg-n0p5 {
        margin: -2px !important
    }
    .ma-lg-n1p5 {
        margin: -6px !important
    }
    .ma-lg-n2p5 {
        margin: -10px !important
    }
    .ma-lg-n3p5 {
        margin: -14px !important
    }
    .ma-lg-n4p5 {
        margin: -18px !important
    }
    .ma-lg-n5p5 {
        margin: -22px !important
    }
    .ma-lg-n6p5 {
        margin: -26px !important
    }
    .ma-lg-n7p5 {
        margin: -30px !important
    }
    .ma-lg-n12p5 {
        margin: -50px !important
    }
    .ma-lg-n17p5 {
        margin: -70px !important
    }
    .ma-lg-n20p5 {
        margin: -82px !important
    }
    .ma-lg-n32p5 {
        margin: -130px !important
    }
    .ma-lg-n42 {
        margin: -168px !important
    }
    .ma-lg-n45 {
        margin: -180px !important
    }
    .ma-lg-n48 {
        margin: -192px !important
    }
    .ma-lg-n50 {
        margin: -200px !important
    }
    .ma-lg-n55 {
        margin: -220px !important
    }
    .ma-lg-n56 {
        margin: -224px !important
    }
    .ma-lg-n60 {
        margin: -240px !important
    }
    .ma-lg-n62 {
        margin: -248px !important
    }
    .ma-lg-n64 {
        margin: -256px !important
    }
    .ma-lg-n70 {
        margin: -280px !important
    }
    .ma-lg-n72 {
        margin: -288px !important
    }
    .ma-lg-n75 {
        margin: -300px !important
    }
    .ma-lg-n80 {
        margin: -320px !important
    }
    .ma-lg-n85 {
        margin: -340px !important
    }
    .ma-lg-n90 {
        margin: -360px !important
    }
    .ma-lg-n100 {
        margin: -400px !important
    }
    .ma-lg-n112 {
        margin: -448px !important
    }
    .ma-lg-n120 {
        margin: -480px !important
    }
    .ma-lg-n143 {
        margin: -572px !important
    }
    .ma-lg-n150 {
        margin: -600px !important
    }
    .ma-lg-n160 {
        margin: -640px !important
    }
    .ma-lg-n190 {
        margin: -760px !important
    }
    .ma-lg-n200 {
        margin: -800px !important
    }
    .mx-lg-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-lg-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-lg-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-lg-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-lg-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-lg-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-lg-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-lg-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-lg-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-lg-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-lg-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-lg-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-lg-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-lg-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-lg-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-lg-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .mx-lg-n17 {
        margin-left: -68px !important;
        margin-right: -68px !important
    }
    .mx-lg-n18 {
        margin-left: -72px !important;
        margin-right: -72px !important
    }
    .mx-lg-n19 {
        margin-left: -76px !important;
        margin-right: -76px !important
    }
    .mx-lg-n20 {
        margin-left: -80px !important;
        margin-right: -80px !important
    }
    .mx-lg-n21 {
        margin-left: -84px !important;
        margin-right: -84px !important
    }
    .mx-lg-n22 {
        margin-left: -88px !important;
        margin-right: -88px !important
    }
    .mx-lg-n23 {
        margin-left: -92px !important;
        margin-right: -92px !important
    }
    .mx-lg-n24 {
        margin-left: -96px !important;
        margin-right: -96px !important
    }
    .mx-lg-n25 {
        margin-left: -100px !important;
        margin-right: -100px !important
    }
    .mx-lg-n26 {
        margin-left: -104px !important;
        margin-right: -104px !important
    }
    .mx-lg-n27 {
        margin-left: -108px !important;
        margin-right: -108px !important
    }
    .mx-lg-n28 {
        margin-left: -112px !important;
        margin-right: -112px !important
    }
    .mx-lg-n29 {
        margin-left: -116px !important;
        margin-right: -116px !important
    }
    .mx-lg-n30 {
        margin-left: -120px !important;
        margin-right: -120px !important
    }
    .mx-lg-n31 {
        margin-left: -124px !important;
        margin-right: -124px !important
    }
    .mx-lg-n32 {
        margin-left: -128px !important;
        margin-right: -128px !important
    }
    .mx-lg-n33 {
        margin-left: -132px !important;
        margin-right: -132px !important
    }
    .mx-lg-n34 {
        margin-left: -136px !important;
        margin-right: -136px !important
    }
    .mx-lg-n35 {
        margin-left: -140px !important;
        margin-right: -140px !important
    }
    .mx-lg-n36 {
        margin-left: -144px !important;
        margin-right: -144px !important
    }
    .mx-lg-n37 {
        margin-left: -148px !important;
        margin-right: -148px !important
    }
    .mx-lg-n38 {
        margin-left: -152px !important;
        margin-right: -152px !important
    }
    .mx-lg-n39 {
        margin-left: -156px !important;
        margin-right: -156px !important
    }
    .mx-lg-n40 {
        margin-left: -160px !important;
        margin-right: -160px !important
    }
    .mx-lg-n0p5 {
        margin-left: -2px !important;
        margin-right: -2px !important
    }
    .mx-lg-n1p5 {
        margin-left: -6px !important;
        margin-right: -6px !important
    }
    .mx-lg-n2p5 {
        margin-left: -10px !important;
        margin-right: -10px !important
    }
    .mx-lg-n3p5 {
        margin-left: -14px !important;
        margin-right: -14px !important
    }
    .mx-lg-n4p5 {
        margin-left: -18px !important;
        margin-right: -18px !important
    }
    .mx-lg-n5p5 {
        margin-left: -22px !important;
        margin-right: -22px !important
    }
    .mx-lg-n6p5 {
        margin-left: -26px !important;
        margin-right: -26px !important
    }
    .mx-lg-n7p5 {
        margin-left: -30px !important;
        margin-right: -30px !important
    }
    .mx-lg-n12p5 {
        margin-left: -50px !important;
        margin-right: -50px !important
    }
    .mx-lg-n17p5 {
        margin-left: -70px !important;
        margin-right: -70px !important
    }
    .mx-lg-n20p5 {
        margin-left: -82px !important;
        margin-right: -82px !important
    }
    .mx-lg-n32p5 {
        margin-left: -130px !important;
        margin-right: -130px !important
    }
    .mx-lg-n42 {
        margin-left: -168px !important;
        margin-right: -168px !important
    }
    .mx-lg-n45 {
        margin-left: -180px !important;
        margin-right: -180px !important
    }
    .mx-lg-n48 {
        margin-left: -192px !important;
        margin-right: -192px !important
    }
    .mx-lg-n50 {
        margin-left: -200px !important;
        margin-right: -200px !important
    }
    .mx-lg-n55 {
        margin-left: -220px !important;
        margin-right: -220px !important
    }
    .mx-lg-n56 {
        margin-left: -224px !important;
        margin-right: -224px !important
    }
    .mx-lg-n60 {
        margin-left: -240px !important;
        margin-right: -240px !important
    }
    .mx-lg-n62 {
        margin-left: -248px !important;
        margin-right: -248px !important
    }
    .mx-lg-n64 {
        margin-left: -256px !important;
        margin-right: -256px !important
    }
    .mx-lg-n70 {
        margin-left: -280px !important;
        margin-right: -280px !important
    }
    .mx-lg-n72 {
        margin-left: -288px !important;
        margin-right: -288px !important
    }
    .mx-lg-n75 {
        margin-left: -300px !important;
        margin-right: -300px !important
    }
    .mx-lg-n80 {
        margin-left: -320px !important;
        margin-right: -320px !important
    }
    .mx-lg-n85 {
        margin-left: -340px !important;
        margin-right: -340px !important
    }
    .mx-lg-n90 {
        margin-left: -360px !important;
        margin-right: -360px !important
    }
    .mx-lg-n100 {
        margin-left: -400px !important;
        margin-right: -400px !important
    }
    .mx-lg-n112 {
        margin-left: -448px !important;
        margin-right: -448px !important
    }
    .mx-lg-n120 {
        margin-left: -480px !important;
        margin-right: -480px !important
    }
    .mx-lg-n143 {
        margin-left: -572px !important;
        margin-right: -572px !important
    }
    .mx-lg-n150 {
        margin-left: -600px !important;
        margin-right: -600px !important
    }
    .mx-lg-n160 {
        margin-left: -640px !important;
        margin-right: -640px !important
    }
    .mx-lg-n190 {
        margin-left: -760px !important;
        margin-right: -760px !important
    }
    .mx-lg-n200 {
        margin-left: -800px !important;
        margin-right: -800px !important
    }
    .my-lg-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-lg-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-lg-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-lg-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-lg-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-lg-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-lg-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-lg-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-lg-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-lg-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-lg-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-lg-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-lg-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-lg-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-lg-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-lg-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .my-lg-n17 {
        margin-bottom: -68px !important;
        margin-top: -68px !important
    }
    .my-lg-n18 {
        margin-bottom: -72px !important;
        margin-top: -72px !important
    }
    .my-lg-n19 {
        margin-bottom: -76px !important;
        margin-top: -76px !important
    }
    .my-lg-n20 {
        margin-bottom: -80px !important;
        margin-top: -80px !important
    }
    .my-lg-n21 {
        margin-bottom: -84px !important;
        margin-top: -84px !important
    }
    .my-lg-n22 {
        margin-bottom: -88px !important;
        margin-top: -88px !important
    }
    .my-lg-n23 {
        margin-bottom: -92px !important;
        margin-top: -92px !important
    }
    .my-lg-n24 {
        margin-bottom: -96px !important;
        margin-top: -96px !important
    }
    .my-lg-n25 {
        margin-bottom: -100px !important;
        margin-top: -100px !important
    }
    .my-lg-n26 {
        margin-bottom: -104px !important;
        margin-top: -104px !important
    }
    .my-lg-n27 {
        margin-bottom: -108px !important;
        margin-top: -108px !important
    }
    .my-lg-n28 {
        margin-bottom: -112px !important;
        margin-top: -112px !important
    }
    .my-lg-n29 {
        margin-bottom: -116px !important;
        margin-top: -116px !important
    }
    .my-lg-n30 {
        margin-bottom: -120px !important;
        margin-top: -120px !important
    }
    .my-lg-n31 {
        margin-bottom: -124px !important;
        margin-top: -124px !important
    }
    .my-lg-n32 {
        margin-bottom: -128px !important;
        margin-top: -128px !important
    }
    .my-lg-n33 {
        margin-bottom: -132px !important;
        margin-top: -132px !important
    }
    .my-lg-n34 {
        margin-bottom: -136px !important;
        margin-top: -136px !important
    }
    .my-lg-n35 {
        margin-bottom: -140px !important;
        margin-top: -140px !important
    }
    .my-lg-n36 {
        margin-bottom: -144px !important;
        margin-top: -144px !important
    }
    .my-lg-n37 {
        margin-bottom: -148px !important;
        margin-top: -148px !important
    }
    .my-lg-n38 {
        margin-bottom: -152px !important;
        margin-top: -152px !important
    }
    .my-lg-n39 {
        margin-bottom: -156px !important;
        margin-top: -156px !important
    }
    .my-lg-n40 {
        margin-bottom: -160px !important;
        margin-top: -160px !important
    }
    .my-lg-n0p5 {
        margin-bottom: -2px !important;
        margin-top: -2px !important
    }
    .my-lg-n1p5 {
        margin-bottom: -6px !important;
        margin-top: -6px !important
    }
    .my-lg-n2p5 {
        margin-bottom: -10px !important;
        margin-top: -10px !important
    }
    .my-lg-n3p5 {
        margin-bottom: -14px !important;
        margin-top: -14px !important
    }
    .my-lg-n4p5 {
        margin-bottom: -18px !important;
        margin-top: -18px !important
    }
    .my-lg-n5p5 {
        margin-bottom: -22px !important;
        margin-top: -22px !important
    }
    .my-lg-n6p5 {
        margin-bottom: -26px !important;
        margin-top: -26px !important
    }
    .my-lg-n7p5 {
        margin-bottom: -30px !important;
        margin-top: -30px !important
    }
    .my-lg-n12p5 {
        margin-bottom: -50px !important;
        margin-top: -50px !important
    }
    .my-lg-n17p5 {
        margin-bottom: -70px !important;
        margin-top: -70px !important
    }
    .my-lg-n20p5 {
        margin-bottom: -82px !important;
        margin-top: -82px !important
    }
    .my-lg-n32p5 {
        margin-bottom: -130px !important;
        margin-top: -130px !important
    }
    .my-lg-n42 {
        margin-bottom: -168px !important;
        margin-top: -168px !important
    }
    .my-lg-n45 {
        margin-bottom: -180px !important;
        margin-top: -180px !important
    }
    .my-lg-n48 {
        margin-bottom: -192px !important;
        margin-top: -192px !important
    }
    .my-lg-n50 {
        margin-bottom: -200px !important;
        margin-top: -200px !important
    }
    .my-lg-n55 {
        margin-bottom: -220px !important;
        margin-top: -220px !important
    }
    .my-lg-n56 {
        margin-bottom: -224px !important;
        margin-top: -224px !important
    }
    .my-lg-n60 {
        margin-bottom: -240px !important;
        margin-top: -240px !important
    }
    .my-lg-n62 {
        margin-bottom: -248px !important;
        margin-top: -248px !important
    }
    .my-lg-n64 {
        margin-bottom: -256px !important;
        margin-top: -256px !important
    }
    .my-lg-n70 {
        margin-bottom: -280px !important;
        margin-top: -280px !important
    }
    .my-lg-n72 {
        margin-bottom: -288px !important;
        margin-top: -288px !important
    }
    .my-lg-n75 {
        margin-bottom: -300px !important;
        margin-top: -300px !important
    }
    .my-lg-n80 {
        margin-bottom: -320px !important;
        margin-top: -320px !important
    }
    .my-lg-n85 {
        margin-bottom: -340px !important;
        margin-top: -340px !important
    }
    .my-lg-n90 {
        margin-bottom: -360px !important;
        margin-top: -360px !important
    }
    .my-lg-n100 {
        margin-bottom: -400px !important;
        margin-top: -400px !important
    }
    .my-lg-n112 {
        margin-bottom: -448px !important;
        margin-top: -448px !important
    }
    .my-lg-n120 {
        margin-bottom: -480px !important;
        margin-top: -480px !important
    }
    .my-lg-n143 {
        margin-bottom: -572px !important;
        margin-top: -572px !important
    }
    .my-lg-n150 {
        margin-bottom: -600px !important;
        margin-top: -600px !important
    }
    .my-lg-n160 {
        margin-bottom: -640px !important;
        margin-top: -640px !important
    }
    .my-lg-n190 {
        margin-bottom: -760px !important;
        margin-top: -760px !important
    }
    .my-lg-n200 {
        margin-bottom: -800px !important;
        margin-top: -800px !important
    }
    .mt-lg-n1 {
        margin-top: -4px !important
    }
    .mt-lg-n2 {
        margin-top: -8px !important
    }
    .mt-lg-n3 {
        margin-top: -12px !important
    }
    .mt-lg-n4 {
        margin-top: -16px !important
    }
    .mt-lg-n5 {
        margin-top: -20px !important
    }
    .mt-lg-n6 {
        margin-top: -24px !important
    }
    .mt-lg-n7 {
        margin-top: -28px !important
    }
    .mt-lg-n8 {
        margin-top: -32px !important
    }
    .mt-lg-n9 {
        margin-top: -36px !important
    }
    .mt-lg-n10 {
        margin-top: -40px !important
    }
    .mt-lg-n11 {
        margin-top: -44px !important
    }
    .mt-lg-n12 {
        margin-top: -48px !important
    }
    .mt-lg-n13 {
        margin-top: -52px !important
    }
    .mt-lg-n14 {
        margin-top: -56px !important
    }
    .mt-lg-n15 {
        margin-top: -60px !important
    }
    .mt-lg-n16 {
        margin-top: -64px !important
    }
    .mt-lg-n17 {
        margin-top: -68px !important
    }
    .mt-lg-n18 {
        margin-top: -72px !important
    }
    .mt-lg-n19 {
        margin-top: -76px !important
    }
    .mt-lg-n20 {
        margin-top: -80px !important
    }
    .mt-lg-n21 {
        margin-top: -84px !important
    }
    .mt-lg-n22 {
        margin-top: -88px !important
    }
    .mt-lg-n23 {
        margin-top: -92px !important
    }
    .mt-lg-n24 {
        margin-top: -96px !important
    }
    .mt-lg-n25 {
        margin-top: -100px !important
    }
    .mt-lg-n26 {
        margin-top: -104px !important
    }
    .mt-lg-n27 {
        margin-top: -108px !important
    }
    .mt-lg-n28 {
        margin-top: -112px !important
    }
    .mt-lg-n29 {
        margin-top: -116px !important
    }
    .mt-lg-n30 {
        margin-top: -120px !important
    }
    .mt-lg-n31 {
        margin-top: -124px !important
    }
    .mt-lg-n32 {
        margin-top: -128px !important
    }
    .mt-lg-n33 {
        margin-top: -132px !important
    }
    .mt-lg-n34 {
        margin-top: -136px !important
    }
    .mt-lg-n35 {
        margin-top: -140px !important
    }
    .mt-lg-n36 {
        margin-top: -144px !important
    }
    .mt-lg-n37 {
        margin-top: -148px !important
    }
    .mt-lg-n38 {
        margin-top: -152px !important
    }
    .mt-lg-n39 {
        margin-top: -156px !important
    }
    .mt-lg-n40 {
        margin-top: -160px !important
    }
    .mt-lg-n0p5 {
        margin-top: -2px !important
    }
    .mt-lg-n1p5 {
        margin-top: -6px !important
    }
    .mt-lg-n2p5 {
        margin-top: -10px !important
    }
    .mt-lg-n3p5 {
        margin-top: -14px !important
    }
    .mt-lg-n4p5 {
        margin-top: -18px !important
    }
    .mt-lg-n5p5 {
        margin-top: -22px !important
    }
    .mt-lg-n6p5 {
        margin-top: -26px !important
    }
    .mt-lg-n7p5 {
        margin-top: -30px !important
    }
    .mt-lg-n12p5 {
        margin-top: -50px !important
    }
    .mt-lg-n17p5 {
        margin-top: -70px !important
    }
    .mt-lg-n20p5 {
        margin-top: -82px !important
    }
    .mt-lg-n32p5 {
        margin-top: -130px !important
    }
    .mt-lg-n42 {
        margin-top: -168px !important
    }
    .mt-lg-n45 {
        margin-top: -180px !important
    }
    .mt-lg-n48 {
        margin-top: -192px !important
    }
    .mt-lg-n50 {
        margin-top: -200px !important
    }
    .mt-lg-n55 {
        margin-top: -220px !important
    }
    .mt-lg-n56 {
        margin-top: -224px !important
    }
    .mt-lg-n60 {
        margin-top: -240px !important
    }
    .mt-lg-n62 {
        margin-top: -248px !important
    }
    .mt-lg-n64 {
        margin-top: -256px !important
    }
    .mt-lg-n70 {
        margin-top: -280px !important
    }
    .mt-lg-n72 {
        margin-top: -288px !important
    }
    .mt-lg-n75 {
        margin-top: -300px !important
    }
    .mt-lg-n80 {
        margin-top: -320px !important
    }
    .mt-lg-n85 {
        margin-top: -340px !important
    }
    .mt-lg-n90 {
        margin-top: -360px !important
    }
    .mt-lg-n100 {
        margin-top: -400px !important
    }
    .mt-lg-n112 {
        margin-top: -448px !important
    }
    .mt-lg-n120 {
        margin-top: -480px !important
    }
    .mt-lg-n143 {
        margin-top: -572px !important
    }
    .mt-lg-n150 {
        margin-top: -600px !important
    }
    .mt-lg-n160 {
        margin-top: -640px !important
    }
    .mt-lg-n190 {
        margin-top: -760px !important
    }
    .mt-lg-n200 {
        margin-top: -800px !important
    }
    .mr-lg-n1 {
        margin-right: -4px !important
    }
    .mr-lg-n2 {
        margin-right: -8px !important
    }
    .mr-lg-n3 {
        margin-right: -12px !important
    }
    .mr-lg-n4 {
        margin-right: -16px !important
    }
    .mr-lg-n5 {
        margin-right: -20px !important
    }
    .mr-lg-n6 {
        margin-right: -24px !important
    }
    .mr-lg-n7 {
        margin-right: -28px !important
    }
    .mr-lg-n8 {
        margin-right: -32px !important
    }
    .mr-lg-n9 {
        margin-right: -36px !important
    }
    .mr-lg-n10 {
        margin-right: -40px !important
    }
    .mr-lg-n11 {
        margin-right: -44px !important
    }
    .mr-lg-n12 {
        margin-right: -48px !important
    }
    .mr-lg-n13 {
        margin-right: -52px !important
    }
    .mr-lg-n14 {
        margin-right: -56px !important
    }
    .mr-lg-n15 {
        margin-right: -60px !important
    }
    .mr-lg-n16 {
        margin-right: -64px !important
    }
    .mr-lg-n17 {
        margin-right: -68px !important
    }
    .mr-lg-n18 {
        margin-right: -72px !important
    }
    .mr-lg-n19 {
        margin-right: -76px !important
    }
    .mr-lg-n20 {
        margin-right: -80px !important
    }
    .mr-lg-n21 {
        margin-right: -84px !important
    }
    .mr-lg-n22 {
        margin-right: -88px !important
    }
    .mr-lg-n23 {
        margin-right: -92px !important
    }
    .mr-lg-n24 {
        margin-right: -96px !important
    }
    .mr-lg-n25 {
        margin-right: -100px !important
    }
    .mr-lg-n26 {
        margin-right: -104px !important
    }
    .mr-lg-n27 {
        margin-right: -108px !important
    }
    .mr-lg-n28 {
        margin-right: -112px !important
    }
    .mr-lg-n29 {
        margin-right: -116px !important
    }
    .mr-lg-n30 {
        margin-right: -120px !important
    }
    .mr-lg-n31 {
        margin-right: -124px !important
    }
    .mr-lg-n32 {
        margin-right: -128px !important
    }
    .mr-lg-n33 {
        margin-right: -132px !important
    }
    .mr-lg-n34 {
        margin-right: -136px !important
    }
    .mr-lg-n35 {
        margin-right: -140px !important
    }
    .mr-lg-n36 {
        margin-right: -144px !important
    }
    .mr-lg-n37 {
        margin-right: -148px !important
    }
    .mr-lg-n38 {
        margin-right: -152px !important
    }
    .mr-lg-n39 {
        margin-right: -156px !important
    }
    .mr-lg-n40 {
        margin-right: -160px !important
    }
    .mr-lg-n0p5 {
        margin-right: -2px !important
    }
    .mr-lg-n1p5 {
        margin-right: -6px !important
    }
    .mr-lg-n2p5 {
        margin-right: -10px !important
    }
    .mr-lg-n3p5 {
        margin-right: -14px !important
    }
    .mr-lg-n4p5 {
        margin-right: -18px !important
    }
    .mr-lg-n5p5 {
        margin-right: -22px !important
    }
    .mr-lg-n6p5 {
        margin-right: -26px !important
    }
    .mr-lg-n7p5 {
        margin-right: -30px !important
    }
    .mr-lg-n12p5 {
        margin-right: -50px !important
    }
    .mr-lg-n17p5 {
        margin-right: -70px !important
    }
    .mr-lg-n20p5 {
        margin-right: -82px !important
    }
    .mr-lg-n32p5 {
        margin-right: -130px !important
    }
    .mr-lg-n42 {
        margin-right: -168px !important
    }
    .mr-lg-n45 {
        margin-right: -180px !important
    }
    .mr-lg-n48 {
        margin-right: -192px !important
    }
    .mr-lg-n50 {
        margin-right: -200px !important
    }
    .mr-lg-n55 {
        margin-right: -220px !important
    }
    .mr-lg-n56 {
        margin-right: -224px !important
    }
    .mr-lg-n60 {
        margin-right: -240px !important
    }
    .mr-lg-n62 {
        margin-right: -248px !important
    }
    .mr-lg-n64 {
        margin-right: -256px !important
    }
    .mr-lg-n70 {
        margin-right: -280px !important
    }
    .mr-lg-n72 {
        margin-right: -288px !important
    }
    .mr-lg-n75 {
        margin-right: -300px !important
    }
    .mr-lg-n80 {
        margin-right: -320px !important
    }
    .mr-lg-n85 {
        margin-right: -340px !important
    }
    .mr-lg-n90 {
        margin-right: -360px !important
    }
    .mr-lg-n100 {
        margin-right: -400px !important
    }
    .mr-lg-n112 {
        margin-right: -448px !important
    }
    .mr-lg-n120 {
        margin-right: -480px !important
    }
    .mr-lg-n143 {
        margin-right: -572px !important
    }
    .mr-lg-n150 {
        margin-right: -600px !important
    }
    .mr-lg-n160 {
        margin-right: -640px !important
    }
    .mr-lg-n190 {
        margin-right: -760px !important
    }
    .mr-lg-n200 {
        margin-right: -800px !important
    }
    .mb-lg-n1 {
        margin-bottom: -4px !important
    }
    .mb-lg-n2 {
        margin-bottom: -8px !important
    }
    .mb-lg-n3 {
        margin-bottom: -12px !important
    }
    .mb-lg-n4 {
        margin-bottom: -16px !important
    }
    .mb-lg-n5 {
        margin-bottom: -20px !important
    }
    .mb-lg-n6 {
        margin-bottom: -24px !important
    }
    .mb-lg-n7 {
        margin-bottom: -28px !important
    }
    .mb-lg-n8 {
        margin-bottom: -32px !important
    }
    .mb-lg-n9 {
        margin-bottom: -36px !important
    }
    .mb-lg-n10 {
        margin-bottom: -40px !important
    }
    .mb-lg-n11 {
        margin-bottom: -44px !important
    }
    .mb-lg-n12 {
        margin-bottom: -48px !important
    }
    .mb-lg-n13 {
        margin-bottom: -52px !important
    }
    .mb-lg-n14 {
        margin-bottom: -56px !important
    }
    .mb-lg-n15 {
        margin-bottom: -60px !important
    }
    .mb-lg-n16 {
        margin-bottom: -64px !important
    }
    .mb-lg-n17 {
        margin-bottom: -68px !important
    }
    .mb-lg-n18 {
        margin-bottom: -72px !important
    }
    .mb-lg-n19 {
        margin-bottom: -76px !important
    }
    .mb-lg-n20 {
        margin-bottom: -80px !important
    }
    .mb-lg-n21 {
        margin-bottom: -84px !important
    }
    .mb-lg-n22 {
        margin-bottom: -88px !important
    }
    .mb-lg-n23 {
        margin-bottom: -92px !important
    }
    .mb-lg-n24 {
        margin-bottom: -96px !important
    }
    .mb-lg-n25 {
        margin-bottom: -100px !important
    }
    .mb-lg-n26 {
        margin-bottom: -104px !important
    }
    .mb-lg-n27 {
        margin-bottom: -108px !important
    }
    .mb-lg-n28 {
        margin-bottom: -112px !important
    }
    .mb-lg-n29 {
        margin-bottom: -116px !important
    }
    .mb-lg-n30 {
        margin-bottom: -120px !important
    }
    .mb-lg-n31 {
        margin-bottom: -124px !important
    }
    .mb-lg-n32 {
        margin-bottom: -128px !important
    }
    .mb-lg-n33 {
        margin-bottom: -132px !important
    }
    .mb-lg-n34 {
        margin-bottom: -136px !important
    }
    .mb-lg-n35 {
        margin-bottom: -140px !important
    }
    .mb-lg-n36 {
        margin-bottom: -144px !important
    }
    .mb-lg-n37 {
        margin-bottom: -148px !important
    }
    .mb-lg-n38 {
        margin-bottom: -152px !important
    }
    .mb-lg-n39 {
        margin-bottom: -156px !important
    }
    .mb-lg-n40 {
        margin-bottom: -160px !important
    }
    .mb-lg-n0p5 {
        margin-bottom: -2px !important
    }
    .mb-lg-n1p5 {
        margin-bottom: -6px !important
    }
    .mb-lg-n2p5 {
        margin-bottom: -10px !important
    }
    .mb-lg-n3p5 {
        margin-bottom: -14px !important
    }
    .mb-lg-n4p5 {
        margin-bottom: -18px !important
    }
    .mb-lg-n5p5 {
        margin-bottom: -22px !important
    }
    .mb-lg-n6p5 {
        margin-bottom: -26px !important
    }
    .mb-lg-n7p5 {
        margin-bottom: -30px !important
    }
    .mb-lg-n12p5 {
        margin-bottom: -50px !important
    }
    .mb-lg-n17p5 {
        margin-bottom: -70px !important
    }
    .mb-lg-n20p5 {
        margin-bottom: -82px !important
    }
    .mb-lg-n32p5 {
        margin-bottom: -130px !important
    }
    .mb-lg-n42 {
        margin-bottom: -168px !important
    }
    .mb-lg-n45 {
        margin-bottom: -180px !important
    }
    .mb-lg-n48 {
        margin-bottom: -192px !important
    }
    .mb-lg-n50 {
        margin-bottom: -200px !important
    }
    .mb-lg-n55 {
        margin-bottom: -220px !important
    }
    .mb-lg-n56 {
        margin-bottom: -224px !important
    }
    .mb-lg-n60 {
        margin-bottom: -240px !important
    }
    .mb-lg-n62 {
        margin-bottom: -248px !important
    }
    .mb-lg-n64 {
        margin-bottom: -256px !important
    }
    .mb-lg-n70 {
        margin-bottom: -280px !important
    }
    .mb-lg-n72 {
        margin-bottom: -288px !important
    }
    .mb-lg-n75 {
        margin-bottom: -300px !important
    }
    .mb-lg-n80 {
        margin-bottom: -320px !important
    }
    .mb-lg-n85 {
        margin-bottom: -340px !important
    }
    .mb-lg-n90 {
        margin-bottom: -360px !important
    }
    .mb-lg-n100 {
        margin-bottom: -400px !important
    }
    .mb-lg-n112 {
        margin-bottom: -448px !important
    }
    .mb-lg-n120 {
        margin-bottom: -480px !important
    }
    .mb-lg-n143 {
        margin-bottom: -572px !important
    }
    .mb-lg-n150 {
        margin-bottom: -600px !important
    }
    .mb-lg-n160 {
        margin-bottom: -640px !important
    }
    .mb-lg-n190 {
        margin-bottom: -760px !important
    }
    .mb-lg-n200 {
        margin-bottom: -800px !important
    }
    .ml-lg-n1 {
        margin-left: -4px !important
    }
    .ml-lg-n2 {
        margin-left: -8px !important
    }
    .ml-lg-n3 {
        margin-left: -12px !important
    }
    .ml-lg-n4 {
        margin-left: -16px !important
    }
    .ml-lg-n5 {
        margin-left: -20px !important
    }
    .ml-lg-n6 {
        margin-left: -24px !important
    }
    .ml-lg-n7 {
        margin-left: -28px !important
    }
    .ml-lg-n8 {
        margin-left: -32px !important
    }
    .ml-lg-n9 {
        margin-left: -36px !important
    }
    .ml-lg-n10 {
        margin-left: -40px !important
    }
    .ml-lg-n11 {
        margin-left: -44px !important
    }
    .ml-lg-n12 {
        margin-left: -48px !important
    }
    .ml-lg-n13 {
        margin-left: -52px !important
    }
    .ml-lg-n14 {
        margin-left: -56px !important
    }
    .ml-lg-n15 {
        margin-left: -60px !important
    }
    .ml-lg-n16 {
        margin-left: -64px !important
    }
    .ml-lg-n17 {
        margin-left: -68px !important
    }
    .ml-lg-n18 {
        margin-left: -72px !important
    }
    .ml-lg-n19 {
        margin-left: -76px !important
    }
    .ml-lg-n20 {
        margin-left: -80px !important
    }
    .ml-lg-n21 {
        margin-left: -84px !important
    }
    .ml-lg-n22 {
        margin-left: -88px !important
    }
    .ml-lg-n23 {
        margin-left: -92px !important
    }
    .ml-lg-n24 {
        margin-left: -96px !important
    }
    .ml-lg-n25 {
        margin-left: -100px !important
    }
    .ml-lg-n26 {
        margin-left: -104px !important
    }
    .ml-lg-n27 {
        margin-left: -108px !important
    }
    .ml-lg-n28 {
        margin-left: -112px !important
    }
    .ml-lg-n29 {
        margin-left: -116px !important
    }
    .ml-lg-n30 {
        margin-left: -120px !important
    }
    .ml-lg-n31 {
        margin-left: -124px !important
    }
    .ml-lg-n32 {
        margin-left: -128px !important
    }
    .ml-lg-n33 {
        margin-left: -132px !important
    }
    .ml-lg-n34 {
        margin-left: -136px !important
    }
    .ml-lg-n35 {
        margin-left: -140px !important
    }
    .ml-lg-n36 {
        margin-left: -144px !important
    }
    .ml-lg-n37 {
        margin-left: -148px !important
    }
    .ml-lg-n38 {
        margin-left: -152px !important
    }
    .ml-lg-n39 {
        margin-left: -156px !important
    }
    .ml-lg-n40 {
        margin-left: -160px !important
    }
    .ml-lg-n0p5 {
        margin-left: -2px !important
    }
    .ml-lg-n1p5 {
        margin-left: -6px !important
    }
    .ml-lg-n2p5 {
        margin-left: -10px !important
    }
    .ml-lg-n3p5 {
        margin-left: -14px !important
    }
    .ml-lg-n4p5 {
        margin-left: -18px !important
    }
    .ml-lg-n5p5 {
        margin-left: -22px !important
    }
    .ml-lg-n6p5 {
        margin-left: -26px !important
    }
    .ml-lg-n7p5 {
        margin-left: -30px !important
    }
    .ml-lg-n12p5 {
        margin-left: -50px !important
    }
    .ml-lg-n17p5 {
        margin-left: -70px !important
    }
    .ml-lg-n20p5 {
        margin-left: -82px !important
    }
    .ml-lg-n32p5 {
        margin-left: -130px !important
    }
    .ml-lg-n42 {
        margin-left: -168px !important
    }
    .ml-lg-n45 {
        margin-left: -180px !important
    }
    .ml-lg-n48 {
        margin-left: -192px !important
    }
    .ml-lg-n50 {
        margin-left: -200px !important
    }
    .ml-lg-n55 {
        margin-left: -220px !important
    }
    .ml-lg-n56 {
        margin-left: -224px !important
    }
    .ml-lg-n60 {
        margin-left: -240px !important
    }
    .ml-lg-n62 {
        margin-left: -248px !important
    }
    .ml-lg-n64 {
        margin-left: -256px !important
    }
    .ml-lg-n70 {
        margin-left: -280px !important
    }
    .ml-lg-n72 {
        margin-left: -288px !important
    }
    .ml-lg-n75 {
        margin-left: -300px !important
    }
    .ml-lg-n80 {
        margin-left: -320px !important
    }
    .ml-lg-n85 {
        margin-left: -340px !important
    }
    .ml-lg-n90 {
        margin-left: -360px !important
    }
    .ml-lg-n100 {
        margin-left: -400px !important
    }
    .ml-lg-n112 {
        margin-left: -448px !important
    }
    .ml-lg-n120 {
        margin-left: -480px !important
    }
    .ml-lg-n143 {
        margin-left: -572px !important
    }
    .ml-lg-n150 {
        margin-left: -600px !important
    }
    .ml-lg-n160 {
        margin-left: -640px !important
    }
    .ml-lg-n190 {
        margin-left: -760px !important
    }
    .ml-lg-n200 {
        margin-left: -800px !important
    }
    .ms-lg-n1 {
        margin-inline-start: -4px !important
    }
    .ms-lg-n2 {
        margin-inline-start: -8px !important
    }
    .ms-lg-n3 {
        margin-inline-start: -12px !important
    }
    .ms-lg-n4 {
        margin-inline-start: -16px !important
    }
    .ms-lg-n5 {
        margin-inline-start: -20px !important
    }
    .ms-lg-n6 {
        margin-inline-start: -24px !important
    }
    .ms-lg-n7 {
        margin-inline-start: -28px !important
    }
    .ms-lg-n8 {
        margin-inline-start: -32px !important
    }
    .ms-lg-n9 {
        margin-inline-start: -36px !important
    }
    .ms-lg-n10 {
        margin-inline-start: -40px !important
    }
    .ms-lg-n11 {
        margin-inline-start: -44px !important
    }
    .ms-lg-n12 {
        margin-inline-start: -48px !important
    }
    .ms-lg-n13 {
        margin-inline-start: -52px !important
    }
    .ms-lg-n14 {
        margin-inline-start: -56px !important
    }
    .ms-lg-n15 {
        margin-inline-start: -60px !important
    }
    .ms-lg-n16 {
        margin-inline-start: -64px !important
    }
    .ms-lg-n17 {
        margin-inline-start: -68px !important
    }
    .ms-lg-n18 {
        margin-inline-start: -72px !important
    }
    .ms-lg-n19 {
        margin-inline-start: -76px !important
    }
    .ms-lg-n20 {
        margin-inline-start: -80px !important
    }
    .ms-lg-n21 {
        margin-inline-start: -84px !important
    }
    .ms-lg-n22 {
        margin-inline-start: -88px !important
    }
    .ms-lg-n23 {
        margin-inline-start: -92px !important
    }
    .ms-lg-n24 {
        margin-inline-start: -96px !important
    }
    .ms-lg-n25 {
        margin-inline-start: -100px !important
    }
    .ms-lg-n26 {
        margin-inline-start: -104px !important
    }
    .ms-lg-n27 {
        margin-inline-start: -108px !important
    }
    .ms-lg-n28 {
        margin-inline-start: -112px !important
    }
    .ms-lg-n29 {
        margin-inline-start: -116px !important
    }
    .ms-lg-n30 {
        margin-inline-start: -120px !important
    }
    .ms-lg-n31 {
        margin-inline-start: -124px !important
    }
    .ms-lg-n32 {
        margin-inline-start: -128px !important
    }
    .ms-lg-n33 {
        margin-inline-start: -132px !important
    }
    .ms-lg-n34 {
        margin-inline-start: -136px !important
    }
    .ms-lg-n35 {
        margin-inline-start: -140px !important
    }
    .ms-lg-n36 {
        margin-inline-start: -144px !important
    }
    .ms-lg-n37 {
        margin-inline-start: -148px !important
    }
    .ms-lg-n38 {
        margin-inline-start: -152px !important
    }
    .ms-lg-n39 {
        margin-inline-start: -156px !important
    }
    .ms-lg-n40 {
        margin-inline-start: -160px !important
    }
    .ms-lg-n0p5 {
        margin-inline-start: -2px !important
    }
    .ms-lg-n1p5 {
        margin-inline-start: -6px !important
    }
    .ms-lg-n2p5 {
        margin-inline-start: -10px !important
    }
    .ms-lg-n3p5 {
        margin-inline-start: -14px !important
    }
    .ms-lg-n4p5 {
        margin-inline-start: -18px !important
    }
    .ms-lg-n5p5 {
        margin-inline-start: -22px !important
    }
    .ms-lg-n6p5 {
        margin-inline-start: -26px !important
    }
    .ms-lg-n7p5 {
        margin-inline-start: -30px !important
    }
    .ms-lg-n12p5 {
        margin-inline-start: -50px !important
    }
    .ms-lg-n17p5 {
        margin-inline-start: -70px !important
    }
    .ms-lg-n20p5 {
        margin-inline-start: -82px !important
    }
    .ms-lg-n32p5 {
        margin-inline-start: -130px !important
    }
    .ms-lg-n42 {
        margin-inline-start: -168px !important
    }
    .ms-lg-n45 {
        margin-inline-start: -180px !important
    }
    .ms-lg-n48 {
        margin-inline-start: -192px !important
    }
    .ms-lg-n50 {
        margin-inline-start: -200px !important
    }
    .ms-lg-n55 {
        margin-inline-start: -220px !important
    }
    .ms-lg-n56 {
        margin-inline-start: -224px !important
    }
    .ms-lg-n60 {
        margin-inline-start: -240px !important
    }
    .ms-lg-n62 {
        margin-inline-start: -248px !important
    }
    .ms-lg-n64 {
        margin-inline-start: -256px !important
    }
    .ms-lg-n70 {
        margin-inline-start: -280px !important
    }
    .ms-lg-n72 {
        margin-inline-start: -288px !important
    }
    .ms-lg-n75 {
        margin-inline-start: -300px !important
    }
    .ms-lg-n80 {
        margin-inline-start: -320px !important
    }
    .ms-lg-n85 {
        margin-inline-start: -340px !important
    }
    .ms-lg-n90 {
        margin-inline-start: -360px !important
    }
    .ms-lg-n100 {
        margin-inline-start: -400px !important
    }
    .ms-lg-n112 {
        margin-inline-start: -448px !important
    }
    .ms-lg-n120 {
        margin-inline-start: -480px !important
    }
    .ms-lg-n143 {
        margin-inline-start: -572px !important
    }
    .ms-lg-n150 {
        margin-inline-start: -600px !important
    }
    .ms-lg-n160 {
        margin-inline-start: -640px !important
    }
    .ms-lg-n190 {
        margin-inline-start: -760px !important
    }
    .ms-lg-n200 {
        margin-inline-start: -800px !important
    }
    .me-lg-n1 {
        margin-inline-end: -4px !important
    }
    .me-lg-n2 {
        margin-inline-end: -8px !important
    }
    .me-lg-n3 {
        margin-inline-end: -12px !important
    }
    .me-lg-n4 {
        margin-inline-end: -16px !important
    }
    .me-lg-n5 {
        margin-inline-end: -20px !important
    }
    .me-lg-n6 {
        margin-inline-end: -24px !important
    }
    .me-lg-n7 {
        margin-inline-end: -28px !important
    }
    .me-lg-n8 {
        margin-inline-end: -32px !important
    }
    .me-lg-n9 {
        margin-inline-end: -36px !important
    }
    .me-lg-n10 {
        margin-inline-end: -40px !important
    }
    .me-lg-n11 {
        margin-inline-end: -44px !important
    }
    .me-lg-n12 {
        margin-inline-end: -48px !important
    }
    .me-lg-n13 {
        margin-inline-end: -52px !important
    }
    .me-lg-n14 {
        margin-inline-end: -56px !important
    }
    .me-lg-n15 {
        margin-inline-end: -60px !important
    }
    .me-lg-n16 {
        margin-inline-end: -64px !important
    }
    .me-lg-n17 {
        margin-inline-end: -68px !important
    }
    .me-lg-n18 {
        margin-inline-end: -72px !important
    }
    .me-lg-n19 {
        margin-inline-end: -76px !important
    }
    .me-lg-n20 {
        margin-inline-end: -80px !important
    }
    .me-lg-n21 {
        margin-inline-end: -84px !important
    }
    .me-lg-n22 {
        margin-inline-end: -88px !important
    }
    .me-lg-n23 {
        margin-inline-end: -92px !important
    }
    .me-lg-n24 {
        margin-inline-end: -96px !important
    }
    .me-lg-n25 {
        margin-inline-end: -100px !important
    }
    .me-lg-n26 {
        margin-inline-end: -104px !important
    }
    .me-lg-n27 {
        margin-inline-end: -108px !important
    }
    .me-lg-n28 {
        margin-inline-end: -112px !important
    }
    .me-lg-n29 {
        margin-inline-end: -116px !important
    }
    .me-lg-n30 {
        margin-inline-end: -120px !important
    }
    .me-lg-n31 {
        margin-inline-end: -124px !important
    }
    .me-lg-n32 {
        margin-inline-end: -128px !important
    }
    .me-lg-n33 {
        margin-inline-end: -132px !important
    }
    .me-lg-n34 {
        margin-inline-end: -136px !important
    }
    .me-lg-n35 {
        margin-inline-end: -140px !important
    }
    .me-lg-n36 {
        margin-inline-end: -144px !important
    }
    .me-lg-n37 {
        margin-inline-end: -148px !important
    }
    .me-lg-n38 {
        margin-inline-end: -152px !important
    }
    .me-lg-n39 {
        margin-inline-end: -156px !important
    }
    .me-lg-n40 {
        margin-inline-end: -160px !important
    }
    .me-lg-n0p5 {
        margin-inline-end: -2px !important
    }
    .me-lg-n1p5 {
        margin-inline-end: -6px !important
    }
    .me-lg-n2p5 {
        margin-inline-end: -10px !important
    }
    .me-lg-n3p5 {
        margin-inline-end: -14px !important
    }
    .me-lg-n4p5 {
        margin-inline-end: -18px !important
    }
    .me-lg-n5p5 {
        margin-inline-end: -22px !important
    }
    .me-lg-n6p5 {
        margin-inline-end: -26px !important
    }
    .me-lg-n7p5 {
        margin-inline-end: -30px !important
    }
    .me-lg-n12p5 {
        margin-inline-end: -50px !important
    }
    .me-lg-n17p5 {
        margin-inline-end: -70px !important
    }
    .me-lg-n20p5 {
        margin-inline-end: -82px !important
    }
    .me-lg-n32p5 {
        margin-inline-end: -130px !important
    }
    .me-lg-n42 {
        margin-inline-end: -168px !important
    }
    .me-lg-n45 {
        margin-inline-end: -180px !important
    }
    .me-lg-n48 {
        margin-inline-end: -192px !important
    }
    .me-lg-n50 {
        margin-inline-end: -200px !important
    }
    .me-lg-n55 {
        margin-inline-end: -220px !important
    }
    .me-lg-n56 {
        margin-inline-end: -224px !important
    }
    .me-lg-n60 {
        margin-inline-end: -240px !important
    }
    .me-lg-n62 {
        margin-inline-end: -248px !important
    }
    .me-lg-n64 {
        margin-inline-end: -256px !important
    }
    .me-lg-n70 {
        margin-inline-end: -280px !important
    }
    .me-lg-n72 {
        margin-inline-end: -288px !important
    }
    .me-lg-n75 {
        margin-inline-end: -300px !important
    }
    .me-lg-n80 {
        margin-inline-end: -320px !important
    }
    .me-lg-n85 {
        margin-inline-end: -340px !important
    }
    .me-lg-n90 {
        margin-inline-end: -360px !important
    }
    .me-lg-n100 {
        margin-inline-end: -400px !important
    }
    .me-lg-n112 {
        margin-inline-end: -448px !important
    }
    .me-lg-n120 {
        margin-inline-end: -480px !important
    }
    .me-lg-n143 {
        margin-inline-end: -572px !important
    }
    .me-lg-n150 {
        margin-inline-end: -600px !important
    }
    .me-lg-n160 {
        margin-inline-end: -640px !important
    }
    .me-lg-n190 {
        margin-inline-end: -760px !important
    }
    .me-lg-n200 {
        margin-inline-end: -800px !important
    }
    .pa-lg-0 {
        padding: 0 !important
    }
    .pa-lg-1 {
        padding: 4px !important
    }
    .pa-lg-2 {
        padding: 8px !important
    }
    .pa-lg-3 {
        padding: 12px !important
    }
    .pa-lg-4 {
        padding: 16px !important
    }
    .pa-lg-5 {
        padding: 20px !important
    }
    .pa-lg-6 {
        padding: 24px !important
    }
    .pa-lg-7 {
        padding: 28px !important
    }
    .pa-lg-8 {
        padding: 32px !important
    }
    .pa-lg-9 {
        padding: 36px !important
    }
    .pa-lg-10 {
        padding: 40px !important
    }
    .pa-lg-11 {
        padding: 44px !important
    }
    .pa-lg-12 {
        padding: 48px !important
    }
    .pa-lg-13 {
        padding: 52px !important
    }
    .pa-lg-14 {
        padding: 56px !important
    }
    .pa-lg-15 {
        padding: 60px !important
    }
    .pa-lg-16 {
        padding: 64px !important
    }
    .pa-lg-17 {
        padding: 68px !important
    }
    .pa-lg-18 {
        padding: 72px !important
    }
    .pa-lg-19 {
        padding: 76px !important
    }
    .pa-lg-20 {
        padding: 80px !important
    }
    .pa-lg-21 {
        padding: 84px !important
    }
    .pa-lg-22 {
        padding: 88px !important
    }
    .pa-lg-23 {
        padding: 92px !important
    }
    .pa-lg-24 {
        padding: 96px !important
    }
    .pa-lg-25 {
        padding: 100px !important
    }
    .pa-lg-26 {
        padding: 104px !important
    }
    .pa-lg-27 {
        padding: 108px !important
    }
    .pa-lg-28 {
        padding: 112px !important
    }
    .pa-lg-29 {
        padding: 116px !important
    }
    .pa-lg-30 {
        padding: 120px !important
    }
    .pa-lg-31 {
        padding: 124px !important
    }
    .pa-lg-32 {
        padding: 128px !important
    }
    .pa-lg-33 {
        padding: 132px !important
    }
    .pa-lg-34 {
        padding: 136px !important
    }
    .pa-lg-35 {
        padding: 140px !important
    }
    .pa-lg-36 {
        padding: 144px !important
    }
    .pa-lg-37 {
        padding: 148px !important
    }
    .pa-lg-38 {
        padding: 152px !important
    }
    .pa-lg-39 {
        padding: 156px !important
    }
    .pa-lg-40 {
        padding: 160px !important
    }
    .pa-lg-0p5 {
        padding: 2px !important
    }
    .pa-lg-1p5 {
        padding: 6px !important
    }
    .pa-lg-2p5 {
        padding: 10px !important
    }
    .pa-lg-3p5 {
        padding: 14px !important
    }
    .pa-lg-4p5 {
        padding: 18px !important
    }
    .pa-lg-5p5 {
        padding: 22px !important
    }
    .pa-lg-6p5 {
        padding: 26px !important
    }
    .pa-lg-7p5 {
        padding: 30px !important
    }
    .pa-lg-12p5 {
        padding: 50px !important
    }
    .pa-lg-17p5 {
        padding: 70px !important
    }
    .pa-lg-20p5 {
        padding: 82px !important
    }
    .pa-lg-32p5 {
        padding: 130px !important
    }
    .pa-lg-42 {
        padding: 168px !important
    }
    .pa-lg-45 {
        padding: 180px !important
    }
    .pa-lg-48 {
        padding: 192px !important
    }
    .pa-lg-50 {
        padding: 200px !important
    }
    .pa-lg-55 {
        padding: 220px !important
    }
    .pa-lg-56 {
        padding: 224px !important
    }
    .pa-lg-60 {
        padding: 240px !important
    }
    .pa-lg-62 {
        padding: 248px !important
    }
    .pa-lg-64 {
        padding: 256px !important
    }
    .pa-lg-70 {
        padding: 280px !important
    }
    .pa-lg-72 {
        padding: 288px !important
    }
    .pa-lg-75 {
        padding: 300px !important
    }
    .pa-lg-80 {
        padding: 320px !important
    }
    .pa-lg-85 {
        padding: 340px !important
    }
    .pa-lg-90 {
        padding: 360px !important
    }
    .pa-lg-100 {
        padding: 400px !important
    }
    .pa-lg-112 {
        padding: 448px !important
    }
    .pa-lg-120 {
        padding: 480px !important
    }
    .pa-lg-143 {
        padding: 572px !important
    }
    .pa-lg-150 {
        padding: 600px !important
    }
    .pa-lg-160 {
        padding: 640px !important
    }
    .pa-lg-190 {
        padding: 760px !important
    }
    .pa-lg-200 {
        padding: 800px !important
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-lg-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-lg-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-lg-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-lg-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-lg-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-lg-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-lg-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-lg-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-lg-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-lg-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-lg-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-lg-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-lg-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-lg-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-lg-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-lg-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .px-lg-17 {
        padding-left: 68px !important;
        padding-right: 68px !important
    }
    .px-lg-18 {
        padding-left: 72px !important;
        padding-right: 72px !important
    }
    .px-lg-19 {
        padding-left: 76px !important;
        padding-right: 76px !important
    }
    .px-lg-20 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }
    .px-lg-21 {
        padding-left: 84px !important;
        padding-right: 84px !important
    }
    .px-lg-22 {
        padding-left: 88px !important;
        padding-right: 88px !important
    }
    .px-lg-23 {
        padding-left: 92px !important;
        padding-right: 92px !important
    }
    .px-lg-24 {
        padding-left: 96px !important;
        padding-right: 96px !important
    }
    .px-lg-25 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }
    .px-lg-26 {
        padding-left: 104px !important;
        padding-right: 104px !important
    }
    .px-lg-27 {
        padding-left: 108px !important;
        padding-right: 108px !important
    }
    .px-lg-28 {
        padding-left: 112px !important;
        padding-right: 112px !important
    }
    .px-lg-29 {
        padding-left: 116px !important;
        padding-right: 116px !important
    }
    .px-lg-30 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }
    .px-lg-31 {
        padding-left: 124px !important;
        padding-right: 124px !important
    }
    .px-lg-32 {
        padding-left: 128px !important;
        padding-right: 128px !important
    }
    .px-lg-33 {
        padding-left: 132px !important;
        padding-right: 132px !important
    }
    .px-lg-34 {
        padding-left: 136px !important;
        padding-right: 136px !important
    }
    .px-lg-35 {
        padding-left: 140px !important;
        padding-right: 140px !important
    }
    .px-lg-36 {
        padding-left: 144px !important;
        padding-right: 144px !important
    }
    .px-lg-37 {
        padding-left: 148px !important;
        padding-right: 148px !important
    }
    .px-lg-38 {
        padding-left: 152px !important;
        padding-right: 152px !important
    }
    .px-lg-39 {
        padding-left: 156px !important;
        padding-right: 156px !important
    }
    .px-lg-40 {
        padding-left: 160px !important;
        padding-right: 160px !important
    }
    .px-lg-0p5 {
        padding-left: 2px !important;
        padding-right: 2px !important
    }
    .px-lg-1p5 {
        padding-left: 6px !important;
        padding-right: 6px !important
    }
    .px-lg-2p5 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .px-lg-3p5 {
        padding-left: 14px !important;
        padding-right: 14px !important
    }
    .px-lg-4p5 {
        padding-left: 18px !important;
        padding-right: 18px !important
    }
    .px-lg-5p5 {
        padding-left: 22px !important;
        padding-right: 22px !important
    }
    .px-lg-6p5 {
        padding-left: 26px !important;
        padding-right: 26px !important
    }
    .px-lg-7p5 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .px-lg-12p5 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }
    .px-lg-17p5 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }
    .px-lg-20p5 {
        padding-left: 82px !important;
        padding-right: 82px !important
    }
    .px-lg-32p5 {
        padding-left: 130px !important;
        padding-right: 130px !important
    }
    .px-lg-42 {
        padding-left: 168px !important;
        padding-right: 168px !important
    }
    .px-lg-45 {
        padding-left: 180px !important;
        padding-right: 180px !important
    }
    .px-lg-48 {
        padding-left: 192px !important;
        padding-right: 192px !important
    }
    .px-lg-50 {
        padding-left: 200px !important;
        padding-right: 200px !important
    }
    .px-lg-55 {
        padding-left: 220px !important;
        padding-right: 220px !important
    }
    .px-lg-56 {
        padding-left: 224px !important;
        padding-right: 224px !important
    }
    .px-lg-60 {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
    .px-lg-62 {
        padding-left: 248px !important;
        padding-right: 248px !important
    }
    .px-lg-64 {
        padding-left: 256px !important;
        padding-right: 256px !important
    }
    .px-lg-70 {
        padding-left: 280px !important;
        padding-right: 280px !important
    }
    .px-lg-72 {
        padding-left: 288px !important;
        padding-right: 288px !important
    }
    .px-lg-75 {
        padding-left: 300px !important;
        padding-right: 300px !important
    }
    .px-lg-80 {
        padding-left: 320px !important;
        padding-right: 320px !important
    }
    .px-lg-85 {
        padding-left: 340px !important;
        padding-right: 340px !important
    }
    .px-lg-90 {
        padding-left: 360px !important;
        padding-right: 360px !important
    }
    .px-lg-100 {
        padding-left: 400px !important;
        padding-right: 400px !important
    }
    .px-lg-112 {
        padding-left: 448px !important;
        padding-right: 448px !important
    }
    .px-lg-120 {
        padding-left: 480px !important;
        padding-right: 480px !important
    }
    .px-lg-143 {
        padding-left: 572px !important;
        padding-right: 572px !important
    }
    .px-lg-150 {
        padding-left: 600px !important;
        padding-right: 600px !important
    }
    .px-lg-160 {
        padding-left: 640px !important;
        padding-right: 640px !important
    }
    .px-lg-190 {
        padding-left: 760px !important;
        padding-right: 760px !important
    }
    .px-lg-200 {
        padding-left: 800px !important;
        padding-right: 800px !important
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-lg-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-lg-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-lg-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-lg-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-lg-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-lg-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-lg-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-lg-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-lg-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-lg-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-lg-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-lg-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-lg-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-lg-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-lg-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-lg-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .py-lg-17 {
        padding-bottom: 68px !important;
        padding-top: 68px !important
    }
    .py-lg-18 {
        padding-bottom: 72px !important;
        padding-top: 72px !important
    }
    .py-lg-19 {
        padding-bottom: 76px !important;
        padding-top: 76px !important
    }
    .py-lg-20 {
        padding-bottom: 80px !important;
        padding-top: 80px !important
    }
    .py-lg-21 {
        padding-bottom: 84px !important;
        padding-top: 84px !important
    }
    .py-lg-22 {
        padding-bottom: 88px !important;
        padding-top: 88px !important
    }
    .py-lg-23 {
        padding-bottom: 92px !important;
        padding-top: 92px !important
    }
    .py-lg-24 {
        padding-bottom: 96px !important;
        padding-top: 96px !important
    }
    .py-lg-25 {
        padding-bottom: 100px !important;
        padding-top: 100px !important
    }
    .py-lg-26 {
        padding-bottom: 104px !important;
        padding-top: 104px !important
    }
    .py-lg-27 {
        padding-bottom: 108px !important;
        padding-top: 108px !important
    }
    .py-lg-28 {
        padding-bottom: 112px !important;
        padding-top: 112px !important
    }
    .py-lg-29 {
        padding-bottom: 116px !important;
        padding-top: 116px !important
    }
    .py-lg-30 {
        padding-bottom: 120px !important;
        padding-top: 120px !important
    }
    .py-lg-31 {
        padding-bottom: 124px !important;
        padding-top: 124px !important
    }
    .py-lg-32 {
        padding-bottom: 128px !important;
        padding-top: 128px !important
    }
    .py-lg-33 {
        padding-bottom: 132px !important;
        padding-top: 132px !important
    }
    .py-lg-34 {
        padding-bottom: 136px !important;
        padding-top: 136px !important
    }
    .py-lg-35 {
        padding-bottom: 140px !important;
        padding-top: 140px !important
    }
    .py-lg-36 {
        padding-bottom: 144px !important;
        padding-top: 144px !important
    }
    .py-lg-37 {
        padding-bottom: 148px !important;
        padding-top: 148px !important
    }
    .py-lg-38 {
        padding-bottom: 152px !important;
        padding-top: 152px !important
    }
    .py-lg-39 {
        padding-bottom: 156px !important;
        padding-top: 156px !important
    }
    .py-lg-40 {
        padding-bottom: 160px !important;
        padding-top: 160px !important
    }
    .py-lg-0p5 {
        padding-bottom: 2px !important;
        padding-top: 2px !important
    }
    .py-lg-1p5 {
        padding-bottom: 6px !important;
        padding-top: 6px !important
    }
    .py-lg-2p5 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
    .py-lg-3p5 {
        padding-bottom: 14px !important;
        padding-top: 14px !important
    }
    .py-lg-4p5 {
        padding-bottom: 18px !important;
        padding-top: 18px !important
    }
    .py-lg-5p5 {
        padding-bottom: 22px !important;
        padding-top: 22px !important
    }
    .py-lg-6p5 {
        padding-bottom: 26px !important;
        padding-top: 26px !important
    }
    .py-lg-7p5 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }
    .py-lg-12p5 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }
    .py-lg-17p5 {
        padding-bottom: 70px !important;
        padding-top: 70px !important
    }
    .py-lg-20p5 {
        padding-bottom: 82px !important;
        padding-top: 82px !important
    }
    .py-lg-32p5 {
        padding-bottom: 130px !important;
        padding-top: 130px !important
    }
    .py-lg-42 {
        padding-bottom: 168px !important;
        padding-top: 168px !important
    }
    .py-lg-45 {
        padding-bottom: 180px !important;
        padding-top: 180px !important
    }
    .py-lg-48 {
        padding-bottom: 192px !important;
        padding-top: 192px !important
    }
    .py-lg-50 {
        padding-bottom: 200px !important;
        padding-top: 200px !important
    }
    .py-lg-55 {
        padding-bottom: 220px !important;
        padding-top: 220px !important
    }
    .py-lg-56 {
        padding-bottom: 224px !important;
        padding-top: 224px !important
    }
    .py-lg-60 {
        padding-bottom: 240px !important;
        padding-top: 240px !important
    }
    .py-lg-62 {
        padding-bottom: 248px !important;
        padding-top: 248px !important
    }
    .py-lg-64 {
        padding-bottom: 256px !important;
        padding-top: 256px !important
    }
    .py-lg-70 {
        padding-bottom: 280px !important;
        padding-top: 280px !important
    }
    .py-lg-72 {
        padding-bottom: 288px !important;
        padding-top: 288px !important
    }
    .py-lg-75 {
        padding-bottom: 300px !important;
        padding-top: 300px !important
    }
    .py-lg-80 {
        padding-bottom: 320px !important;
        padding-top: 320px !important
    }
    .py-lg-85 {
        padding-bottom: 340px !important;
        padding-top: 340px !important
    }
    .py-lg-90 {
        padding-bottom: 360px !important;
        padding-top: 360px !important
    }
    .py-lg-100 {
        padding-bottom: 400px !important;
        padding-top: 400px !important
    }
    .py-lg-112 {
        padding-bottom: 448px !important;
        padding-top: 448px !important
    }
    .py-lg-120 {
        padding-bottom: 480px !important;
        padding-top: 480px !important
    }
    .py-lg-143 {
        padding-bottom: 572px !important;
        padding-top: 572px !important
    }
    .py-lg-150 {
        padding-bottom: 600px !important;
        padding-top: 600px !important
    }
    .py-lg-160 {
        padding-bottom: 640px !important;
        padding-top: 640px !important
    }
    .py-lg-190 {
        padding-bottom: 760px !important;
        padding-top: 760px !important
    }
    .py-lg-200 {
        padding-bottom: 800px !important;
        padding-top: 800px !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: 4px !important
    }
    .pt-lg-2 {
        padding-top: 8px !important
    }
    .pt-lg-3 {
        padding-top: 12px !important
    }
    .pt-lg-4 {
        padding-top: 16px !important
    }
    .pt-lg-5 {
        padding-top: 20px !important
    }
    .pt-lg-6 {
        padding-top: 24px !important
    }
    .pt-lg-7 {
        padding-top: 28px !important
    }
    .pt-lg-8 {
        padding-top: 32px !important
    }
    .pt-lg-9 {
        padding-top: 36px !important
    }
    .pt-lg-10 {
        padding-top: 40px !important
    }
    .pt-lg-11 {
        padding-top: 44px !important
    }
    .pt-lg-12 {
        padding-top: 48px !important
    }
    .pt-lg-13 {
        padding-top: 52px !important
    }
    .pt-lg-14 {
        padding-top: 56px !important
    }
    .pt-lg-15 {
        padding-top: 60px !important
    }
    .pt-lg-16 {
        padding-top: 64px !important
    }
    .pt-lg-17 {
        padding-top: 68px !important
    }
    .pt-lg-18 {
        padding-top: 72px !important
    }
    .pt-lg-19 {
        padding-top: 76px !important
    }
    .pt-lg-20 {
        padding-top: 80px !important
    }
    .pt-lg-21 {
        padding-top: 84px !important
    }
    .pt-lg-22 {
        padding-top: 88px !important
    }
    .pt-lg-23 {
        padding-top: 92px !important
    }
    .pt-lg-24 {
        padding-top: 96px !important
    }
    .pt-lg-25 {
        padding-top: 100px !important
    }
    .pt-lg-26 {
        padding-top: 104px !important
    }
    .pt-lg-27 {
        padding-top: 108px !important
    }
    .pt-lg-28 {
        padding-top: 112px !important
    }
    .pt-lg-29 {
        padding-top: 116px !important
    }
    .pt-lg-30 {
        padding-top: 120px !important
    }
    .pt-lg-31 {
        padding-top: 124px !important
    }
    .pt-lg-32 {
        padding-top: 128px !important
    }
    .pt-lg-33 {
        padding-top: 132px !important
    }
    .pt-lg-34 {
        padding-top: 136px !important
    }
    .pt-lg-35 {
        padding-top: 140px !important
    }
    .pt-lg-36 {
        padding-top: 144px !important
    }
    .pt-lg-37 {
        padding-top: 148px !important
    }
    .pt-lg-38 {
        padding-top: 152px !important
    }
    .pt-lg-39 {
        padding-top: 156px !important
    }
    .pt-lg-40 {
        padding-top: 160px !important
    }
    .pt-lg-0p5 {
        padding-top: 2px !important
    }
    .pt-lg-1p5 {
        padding-top: 6px !important
    }
    .pt-lg-2p5 {
        padding-top: 10px !important
    }
    .pt-lg-3p5 {
        padding-top: 14px !important
    }
    .pt-lg-4p5 {
        padding-top: 18px !important
    }
    .pt-lg-5p5 {
        padding-top: 22px !important
    }
    .pt-lg-6p5 {
        padding-top: 26px !important
    }
    .pt-lg-7p5 {
        padding-top: 30px !important
    }
    .pt-lg-12p5 {
        padding-top: 50px !important
    }
    .pt-lg-17p5 {
        padding-top: 70px !important
    }
    .pt-lg-20p5 {
        padding-top: 82px !important
    }
    .pt-lg-32p5 {
        padding-top: 130px !important
    }
    .pt-lg-42 {
        padding-top: 168px !important
    }
    .pt-lg-45 {
        padding-top: 180px !important
    }
    .pt-lg-48 {
        padding-top: 192px !important
    }
    .pt-lg-50 {
        padding-top: 200px !important
    }
    .pt-lg-55 {
        padding-top: 220px !important
    }
    .pt-lg-56 {
        padding-top: 224px !important
    }
    .pt-lg-60 {
        padding-top: 240px !important
    }
    .pt-lg-62 {
        padding-top: 248px !important
    }
    .pt-lg-64 {
        padding-top: 256px !important
    }
    .pt-lg-70 {
        padding-top: 280px !important
    }
    .pt-lg-72 {
        padding-top: 288px !important
    }
    .pt-lg-75 {
        padding-top: 300px !important
    }
    .pt-lg-80 {
        padding-top: 320px !important
    }
    .pt-lg-85 {
        padding-top: 340px !important
    }
    .pt-lg-90 {
        padding-top: 360px !important
    }
    .pt-lg-100 {
        padding-top: 400px !important
    }
    .pt-lg-112 {
        padding-top: 448px !important
    }
    .pt-lg-120 {
        padding-top: 480px !important
    }
    .pt-lg-143 {
        padding-top: 572px !important
    }
    .pt-lg-150 {
        padding-top: 600px !important
    }
    .pt-lg-160 {
        padding-top: 640px !important
    }
    .pt-lg-190 {
        padding-top: 760px !important
    }
    .pt-lg-200 {
        padding-top: 800px !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pr-lg-1 {
        padding-right: 4px !important
    }
    .pr-lg-2 {
        padding-right: 8px !important
    }
    .pr-lg-3 {
        padding-right: 12px !important
    }
    .pr-lg-4 {
        padding-right: 16px !important
    }
    .pr-lg-5 {
        padding-right: 20px !important
    }
    .pr-lg-6 {
        padding-right: 24px !important
    }
    .pr-lg-7 {
        padding-right: 28px !important
    }
    .pr-lg-8 {
        padding-right: 32px !important
    }
    .pr-lg-9 {
        padding-right: 36px !important
    }
    .pr-lg-10 {
        padding-right: 40px !important
    }
    .pr-lg-11 {
        padding-right: 44px !important
    }
    .pr-lg-12 {
        padding-right: 48px !important
    }
    .pr-lg-13 {
        padding-right: 52px !important
    }
    .pr-lg-14 {
        padding-right: 56px !important
    }
    .pr-lg-15 {
        padding-right: 60px !important
    }
    .pr-lg-16 {
        padding-right: 64px !important
    }
    .pr-lg-17 {
        padding-right: 68px !important
    }
    .pr-lg-18 {
        padding-right: 72px !important
    }
    .pr-lg-19 {
        padding-right: 76px !important
    }
    .pr-lg-20 {
        padding-right: 80px !important
    }
    .pr-lg-21 {
        padding-right: 84px !important
    }
    .pr-lg-22 {
        padding-right: 88px !important
    }
    .pr-lg-23 {
        padding-right: 92px !important
    }
    .pr-lg-24 {
        padding-right: 96px !important
    }
    .pr-lg-25 {
        padding-right: 100px !important
    }
    .pr-lg-26 {
        padding-right: 104px !important
    }
    .pr-lg-27 {
        padding-right: 108px !important
    }
    .pr-lg-28 {
        padding-right: 112px !important
    }
    .pr-lg-29 {
        padding-right: 116px !important
    }
    .pr-lg-30 {
        padding-right: 120px !important
    }
    .pr-lg-31 {
        padding-right: 124px !important
    }
    .pr-lg-32 {
        padding-right: 128px !important
    }
    .pr-lg-33 {
        padding-right: 132px !important
    }
    .pr-lg-34 {
        padding-right: 136px !important
    }
    .pr-lg-35 {
        padding-right: 140px !important
    }
    .pr-lg-36 {
        padding-right: 144px !important
    }
    .pr-lg-37 {
        padding-right: 148px !important
    }
    .pr-lg-38 {
        padding-right: 152px !important
    }
    .pr-lg-39 {
        padding-right: 156px !important
    }
    .pr-lg-40 {
        padding-right: 160px !important
    }
    .pr-lg-0p5 {
        padding-right: 2px !important
    }
    .pr-lg-1p5 {
        padding-right: 6px !important
    }
    .pr-lg-2p5 {
        padding-right: 10px !important
    }
    .pr-lg-3p5 {
        padding-right: 14px !important
    }
    .pr-lg-4p5 {
        padding-right: 18px !important
    }
    .pr-lg-5p5 {
        padding-right: 22px !important
    }
    .pr-lg-6p5 {
        padding-right: 26px !important
    }
    .pr-lg-7p5 {
        padding-right: 30px !important
    }
    .pr-lg-12p5 {
        padding-right: 50px !important
    }
    .pr-lg-17p5 {
        padding-right: 70px !important
    }
    .pr-lg-20p5 {
        padding-right: 82px !important
    }
    .pr-lg-32p5 {
        padding-right: 130px !important
    }
    .pr-lg-42 {
        padding-right: 168px !important
    }
    .pr-lg-45 {
        padding-right: 180px !important
    }
    .pr-lg-48 {
        padding-right: 192px !important
    }
    .pr-lg-50 {
        padding-right: 200px !important
    }
    .pr-lg-55 {
        padding-right: 220px !important
    }
    .pr-lg-56 {
        padding-right: 224px !important
    }
    .pr-lg-60 {
        padding-right: 240px !important
    }
    .pr-lg-62 {
        padding-right: 248px !important
    }
    .pr-lg-64 {
        padding-right: 256px !important
    }
    .pr-lg-70 {
        padding-right: 280px !important
    }
    .pr-lg-72 {
        padding-right: 288px !important
    }
    .pr-lg-75 {
        padding-right: 300px !important
    }
    .pr-lg-80 {
        padding-right: 320px !important
    }
    .pr-lg-85 {
        padding-right: 340px !important
    }
    .pr-lg-90 {
        padding-right: 360px !important
    }
    .pr-lg-100 {
        padding-right: 400px !important
    }
    .pr-lg-112 {
        padding-right: 448px !important
    }
    .pr-lg-120 {
        padding-right: 480px !important
    }
    .pr-lg-143 {
        padding-right: 572px !important
    }
    .pr-lg-150 {
        padding-right: 600px !important
    }
    .pr-lg-160 {
        padding-right: 640px !important
    }
    .pr-lg-190 {
        padding-right: 760px !important
    }
    .pr-lg-200 {
        padding-right: 800px !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: 4px !important
    }
    .pb-lg-2 {
        padding-bottom: 8px !important
    }
    .pb-lg-3 {
        padding-bottom: 12px !important
    }
    .pb-lg-4 {
        padding-bottom: 16px !important
    }
    .pb-lg-5 {
        padding-bottom: 20px !important
    }
    .pb-lg-6 {
        padding-bottom: 24px !important
    }
    .pb-lg-7 {
        padding-bottom: 28px !important
    }
    .pb-lg-8 {
        padding-bottom: 32px !important
    }
    .pb-lg-9 {
        padding-bottom: 36px !important
    }
    .pb-lg-10 {
        padding-bottom: 40px !important
    }
    .pb-lg-11 {
        padding-bottom: 44px !important
    }
    .pb-lg-12 {
        padding-bottom: 48px !important
    }
    .pb-lg-13 {
        padding-bottom: 52px !important
    }
    .pb-lg-14 {
        padding-bottom: 56px !important
    }
    .pb-lg-15 {
        padding-bottom: 60px !important
    }
    .pb-lg-16 {
        padding-bottom: 64px !important
    }
    .pb-lg-17 {
        padding-bottom: 68px !important
    }
    .pb-lg-18 {
        padding-bottom: 72px !important
    }
    .pb-lg-19 {
        padding-bottom: 76px !important
    }
    .pb-lg-20 {
        padding-bottom: 80px !important
    }
    .pb-lg-21 {
        padding-bottom: 84px !important
    }
    .pb-lg-22 {
        padding-bottom: 88px !important
    }
    .pb-lg-23 {
        padding-bottom: 92px !important
    }
    .pb-lg-24 {
        padding-bottom: 96px !important
    }
    .pb-lg-25 {
        padding-bottom: 100px !important
    }
    .pb-lg-26 {
        padding-bottom: 104px !important
    }
    .pb-lg-27 {
        padding-bottom: 108px !important
    }
    .pb-lg-28 {
        padding-bottom: 112px !important
    }
    .pb-lg-29 {
        padding-bottom: 116px !important
    }
    .pb-lg-30 {
        padding-bottom: 120px !important
    }
    .pb-lg-31 {
        padding-bottom: 124px !important
    }
    .pb-lg-32 {
        padding-bottom: 128px !important
    }
    .pb-lg-33 {
        padding-bottom: 132px !important
    }
    .pb-lg-34 {
        padding-bottom: 136px !important
    }
    .pb-lg-35 {
        padding-bottom: 140px !important
    }
    .pb-lg-36 {
        padding-bottom: 144px !important
    }
    .pb-lg-37 {
        padding-bottom: 148px !important
    }
    .pb-lg-38 {
        padding-bottom: 152px !important
    }
    .pb-lg-39 {
        padding-bottom: 156px !important
    }
    .pb-lg-40 {
        padding-bottom: 160px !important
    }
    .pb-lg-0p5 {
        padding-bottom: 2px !important
    }
    .pb-lg-1p5 {
        padding-bottom: 6px !important
    }
    .pb-lg-2p5 {
        padding-bottom: 10px !important
    }
    .pb-lg-3p5 {
        padding-bottom: 14px !important
    }
    .pb-lg-4p5 {
        padding-bottom: 18px !important
    }
    .pb-lg-5p5 {
        padding-bottom: 22px !important
    }
    .pb-lg-6p5 {
        padding-bottom: 26px !important
    }
    .pb-lg-7p5 {
        padding-bottom: 30px !important
    }
    .pb-lg-12p5 {
        padding-bottom: 50px !important
    }
    .pb-lg-17p5 {
        padding-bottom: 70px !important
    }
    .pb-lg-20p5 {
        padding-bottom: 82px !important
    }
    .pb-lg-32p5 {
        padding-bottom: 130px !important
    }
    .pb-lg-42 {
        padding-bottom: 168px !important
    }
    .pb-lg-45 {
        padding-bottom: 180px !important
    }
    .pb-lg-48 {
        padding-bottom: 192px !important
    }
    .pb-lg-50 {
        padding-bottom: 200px !important
    }
    .pb-lg-55 {
        padding-bottom: 220px !important
    }
    .pb-lg-56 {
        padding-bottom: 224px !important
    }
    .pb-lg-60 {
        padding-bottom: 240px !important
    }
    .pb-lg-62 {
        padding-bottom: 248px !important
    }
    .pb-lg-64 {
        padding-bottom: 256px !important
    }
    .pb-lg-70 {
        padding-bottom: 280px !important
    }
    .pb-lg-72 {
        padding-bottom: 288px !important
    }
    .pb-lg-75 {
        padding-bottom: 300px !important
    }
    .pb-lg-80 {
        padding-bottom: 320px !important
    }
    .pb-lg-85 {
        padding-bottom: 340px !important
    }
    .pb-lg-90 {
        padding-bottom: 360px !important
    }
    .pb-lg-100 {
        padding-bottom: 400px !important
    }
    .pb-lg-112 {
        padding-bottom: 448px !important
    }
    .pb-lg-120 {
        padding-bottom: 480px !important
    }
    .pb-lg-143 {
        padding-bottom: 572px !important
    }
    .pb-lg-150 {
        padding-bottom: 600px !important
    }
    .pb-lg-160 {
        padding-bottom: 640px !important
    }
    .pb-lg-190 {
        padding-bottom: 760px !important
    }
    .pb-lg-200 {
        padding-bottom: 800px !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .pl-lg-1 {
        padding-left: 4px !important
    }
    .pl-lg-2 {
        padding-left: 8px !important
    }
    .pl-lg-3 {
        padding-left: 12px !important
    }
    .pl-lg-4 {
        padding-left: 16px !important
    }
    .pl-lg-5 {
        padding-left: 20px !important
    }
    .pl-lg-6 {
        padding-left: 24px !important
    }
    .pl-lg-7 {
        padding-left: 28px !important
    }
    .pl-lg-8 {
        padding-left: 32px !important
    }
    .pl-lg-9 {
        padding-left: 36px !important
    }
    .pl-lg-10 {
        padding-left: 40px !important
    }
    .pl-lg-11 {
        padding-left: 44px !important
    }
    .pl-lg-12 {
        padding-left: 48px !important
    }
    .pl-lg-13 {
        padding-left: 52px !important
    }
    .pl-lg-14 {
        padding-left: 56px !important
    }
    .pl-lg-15 {
        padding-left: 60px !important
    }
    .pl-lg-16 {
        padding-left: 64px !important
    }
    .pl-lg-17 {
        padding-left: 68px !important
    }
    .pl-lg-18 {
        padding-left: 72px !important
    }
    .pl-lg-19 {
        padding-left: 76px !important
    }
    .pl-lg-20 {
        padding-left: 80px !important
    }
    .pl-lg-21 {
        padding-left: 84px !important
    }
    .pl-lg-22 {
        padding-left: 88px !important
    }
    .pl-lg-23 {
        padding-left: 92px !important
    }
    .pl-lg-24 {
        padding-left: 96px !important
    }
    .pl-lg-25 {
        padding-left: 100px !important
    }
    .pl-lg-26 {
        padding-left: 104px !important
    }
    .pl-lg-27 {
        padding-left: 108px !important
    }
    .pl-lg-28 {
        padding-left: 112px !important
    }
    .pl-lg-29 {
        padding-left: 116px !important
    }
    .pl-lg-30 {
        padding-left: 120px !important
    }
    .pl-lg-31 {
        padding-left: 124px !important
    }
    .pl-lg-32 {
        padding-left: 128px !important
    }
    .pl-lg-33 {
        padding-left: 132px !important
    }
    .pl-lg-34 {
        padding-left: 136px !important
    }
    .pl-lg-35 {
        padding-left: 140px !important
    }
    .pl-lg-36 {
        padding-left: 144px !important
    }
    .pl-lg-37 {
        padding-left: 148px !important
    }
    .pl-lg-38 {
        padding-left: 152px !important
    }
    .pl-lg-39 {
        padding-left: 156px !important
    }
    .pl-lg-40 {
        padding-left: 160px !important
    }
    .pl-lg-0p5 {
        padding-left: 2px !important
    }
    .pl-lg-1p5 {
        padding-left: 6px !important
    }
    .pl-lg-2p5 {
        padding-left: 10px !important
    }
    .pl-lg-3p5 {
        padding-left: 14px !important
    }
    .pl-lg-4p5 {
        padding-left: 18px !important
    }
    .pl-lg-5p5 {
        padding-left: 22px !important
    }
    .pl-lg-6p5 {
        padding-left: 26px !important
    }
    .pl-lg-7p5 {
        padding-left: 30px !important
    }
    .pl-lg-12p5 {
        padding-left: 50px !important
    }
    .pl-lg-17p5 {
        padding-left: 70px !important
    }
    .pl-lg-20p5 {
        padding-left: 82px !important
    }
    .pl-lg-32p5 {
        padding-left: 130px !important
    }
    .pl-lg-42 {
        padding-left: 168px !important
    }
    .pl-lg-45 {
        padding-left: 180px !important
    }
    .pl-lg-48 {
        padding-left: 192px !important
    }
    .pl-lg-50 {
        padding-left: 200px !important
    }
    .pl-lg-55 {
        padding-left: 220px !important
    }
    .pl-lg-56 {
        padding-left: 224px !important
    }
    .pl-lg-60 {
        padding-left: 240px !important
    }
    .pl-lg-62 {
        padding-left: 248px !important
    }
    .pl-lg-64 {
        padding-left: 256px !important
    }
    .pl-lg-70 {
        padding-left: 280px !important
    }
    .pl-lg-72 {
        padding-left: 288px !important
    }
    .pl-lg-75 {
        padding-left: 300px !important
    }
    .pl-lg-80 {
        padding-left: 320px !important
    }
    .pl-lg-85 {
        padding-left: 340px !important
    }
    .pl-lg-90 {
        padding-left: 360px !important
    }
    .pl-lg-100 {
        padding-left: 400px !important
    }
    .pl-lg-112 {
        padding-left: 448px !important
    }
    .pl-lg-120 {
        padding-left: 480px !important
    }
    .pl-lg-143 {
        padding-left: 572px !important
    }
    .pl-lg-150 {
        padding-left: 600px !important
    }
    .pl-lg-160 {
        padding-left: 640px !important
    }
    .pl-lg-190 {
        padding-left: 760px !important
    }
    .pl-lg-200 {
        padding-left: 800px !important
    }
    .ps-lg-0 {
        padding-inline-start: 0 !important
    }
    .ps-lg-1 {
        padding-inline-start: 4px !important
    }
    .ps-lg-2 {
        padding-inline-start: 8px !important
    }
    .ps-lg-3 {
        padding-inline-start: 12px !important
    }
    .ps-lg-4 {
        padding-inline-start: 16px !important
    }
    .ps-lg-5 {
        padding-inline-start: 20px !important
    }
    .ps-lg-6 {
        padding-inline-start: 24px !important
    }
    .ps-lg-7 {
        padding-inline-start: 28px !important
    }
    .ps-lg-8 {
        padding-inline-start: 32px !important
    }
    .ps-lg-9 {
        padding-inline-start: 36px !important
    }
    .ps-lg-10 {
        padding-inline-start: 40px !important
    }
    .ps-lg-11 {
        padding-inline-start: 44px !important
    }
    .ps-lg-12 {
        padding-inline-start: 48px !important
    }
    .ps-lg-13 {
        padding-inline-start: 52px !important
    }
    .ps-lg-14 {
        padding-inline-start: 56px !important
    }
    .ps-lg-15 {
        padding-inline-start: 60px !important
    }
    .ps-lg-16 {
        padding-inline-start: 64px !important
    }
    .ps-lg-17 {
        padding-inline-start: 68px !important
    }
    .ps-lg-18 {
        padding-inline-start: 72px !important
    }
    .ps-lg-19 {
        padding-inline-start: 76px !important
    }
    .ps-lg-20 {
        padding-inline-start: 80px !important
    }
    .ps-lg-21 {
        padding-inline-start: 84px !important
    }
    .ps-lg-22 {
        padding-inline-start: 88px !important
    }
    .ps-lg-23 {
        padding-inline-start: 92px !important
    }
    .ps-lg-24 {
        padding-inline-start: 96px !important
    }
    .ps-lg-25 {
        padding-inline-start: 100px !important
    }
    .ps-lg-26 {
        padding-inline-start: 104px !important
    }
    .ps-lg-27 {
        padding-inline-start: 108px !important
    }
    .ps-lg-28 {
        padding-inline-start: 112px !important
    }
    .ps-lg-29 {
        padding-inline-start: 116px !important
    }
    .ps-lg-30 {
        padding-inline-start: 120px !important
    }
    .ps-lg-31 {
        padding-inline-start: 124px !important
    }
    .ps-lg-32 {
        padding-inline-start: 128px !important
    }
    .ps-lg-33 {
        padding-inline-start: 132px !important
    }
    .ps-lg-34 {
        padding-inline-start: 136px !important
    }
    .ps-lg-35 {
        padding-inline-start: 140px !important
    }
    .ps-lg-36 {
        padding-inline-start: 144px !important
    }
    .ps-lg-37 {
        padding-inline-start: 148px !important
    }
    .ps-lg-38 {
        padding-inline-start: 152px !important
    }
    .ps-lg-39 {
        padding-inline-start: 156px !important
    }
    .ps-lg-40 {
        padding-inline-start: 160px !important
    }
    .ps-lg-0p5 {
        padding-inline-start: 2px !important
    }
    .ps-lg-1p5 {
        padding-inline-start: 6px !important
    }
    .ps-lg-2p5 {
        padding-inline-start: 10px !important
    }
    .ps-lg-3p5 {
        padding-inline-start: 14px !important
    }
    .ps-lg-4p5 {
        padding-inline-start: 18px !important
    }
    .ps-lg-5p5 {
        padding-inline-start: 22px !important
    }
    .ps-lg-6p5 {
        padding-inline-start: 26px !important
    }
    .ps-lg-7p5 {
        padding-inline-start: 30px !important
    }
    .ps-lg-12p5 {
        padding-inline-start: 50px !important
    }
    .ps-lg-17p5 {
        padding-inline-start: 70px !important
    }
    .ps-lg-20p5 {
        padding-inline-start: 82px !important
    }
    .ps-lg-32p5 {
        padding-inline-start: 130px !important
    }
    .ps-lg-42 {
        padding-inline-start: 168px !important
    }
    .ps-lg-45 {
        padding-inline-start: 180px !important
    }
    .ps-lg-48 {
        padding-inline-start: 192px !important
    }
    .ps-lg-50 {
        padding-inline-start: 200px !important
    }
    .ps-lg-55 {
        padding-inline-start: 220px !important
    }
    .ps-lg-56 {
        padding-inline-start: 224px !important
    }
    .ps-lg-60 {
        padding-inline-start: 240px !important
    }
    .ps-lg-62 {
        padding-inline-start: 248px !important
    }
    .ps-lg-64 {
        padding-inline-start: 256px !important
    }
    .ps-lg-70 {
        padding-inline-start: 280px !important
    }
    .ps-lg-72 {
        padding-inline-start: 288px !important
    }
    .ps-lg-75 {
        padding-inline-start: 300px !important
    }
    .ps-lg-80 {
        padding-inline-start: 320px !important
    }
    .ps-lg-85 {
        padding-inline-start: 340px !important
    }
    .ps-lg-90 {
        padding-inline-start: 360px !important
    }
    .ps-lg-100 {
        padding-inline-start: 400px !important
    }
    .ps-lg-112 {
        padding-inline-start: 448px !important
    }
    .ps-lg-120 {
        padding-inline-start: 480px !important
    }
    .ps-lg-143 {
        padding-inline-start: 572px !important
    }
    .ps-lg-150 {
        padding-inline-start: 600px !important
    }
    .ps-lg-160 {
        padding-inline-start: 640px !important
    }
    .ps-lg-190 {
        padding-inline-start: 760px !important
    }
    .ps-lg-200 {
        padding-inline-start: 800px !important
    }
    .pe-lg-0 {
        padding-inline-end: 0 !important
    }
    .pe-lg-1 {
        padding-inline-end: 4px !important
    }
    .pe-lg-2 {
        padding-inline-end: 8px !important
    }
    .pe-lg-3 {
        padding-inline-end: 12px !important
    }
    .pe-lg-4 {
        padding-inline-end: 16px !important
    }
    .pe-lg-5 {
        padding-inline-end: 20px !important
    }
    .pe-lg-6 {
        padding-inline-end: 24px !important
    }
    .pe-lg-7 {
        padding-inline-end: 28px !important
    }
    .pe-lg-8 {
        padding-inline-end: 32px !important
    }
    .pe-lg-9 {
        padding-inline-end: 36px !important
    }
    .pe-lg-10 {
        padding-inline-end: 40px !important
    }
    .pe-lg-11 {
        padding-inline-end: 44px !important
    }
    .pe-lg-12 {
        padding-inline-end: 48px !important
    }
    .pe-lg-13 {
        padding-inline-end: 52px !important
    }
    .pe-lg-14 {
        padding-inline-end: 56px !important
    }
    .pe-lg-15 {
        padding-inline-end: 60px !important
    }
    .pe-lg-16 {
        padding-inline-end: 64px !important
    }
    .pe-lg-17 {
        padding-inline-end: 68px !important
    }
    .pe-lg-18 {
        padding-inline-end: 72px !important
    }
    .pe-lg-19 {
        padding-inline-end: 76px !important
    }
    .pe-lg-20 {
        padding-inline-end: 80px !important
    }
    .pe-lg-21 {
        padding-inline-end: 84px !important
    }
    .pe-lg-22 {
        padding-inline-end: 88px !important
    }
    .pe-lg-23 {
        padding-inline-end: 92px !important
    }
    .pe-lg-24 {
        padding-inline-end: 96px !important
    }
    .pe-lg-25 {
        padding-inline-end: 100px !important
    }
    .pe-lg-26 {
        padding-inline-end: 104px !important
    }
    .pe-lg-27 {
        padding-inline-end: 108px !important
    }
    .pe-lg-28 {
        padding-inline-end: 112px !important
    }
    .pe-lg-29 {
        padding-inline-end: 116px !important
    }
    .pe-lg-30 {
        padding-inline-end: 120px !important
    }
    .pe-lg-31 {
        padding-inline-end: 124px !important
    }
    .pe-lg-32 {
        padding-inline-end: 128px !important
    }
    .pe-lg-33 {
        padding-inline-end: 132px !important
    }
    .pe-lg-34 {
        padding-inline-end: 136px !important
    }
    .pe-lg-35 {
        padding-inline-end: 140px !important
    }
    .pe-lg-36 {
        padding-inline-end: 144px !important
    }
    .pe-lg-37 {
        padding-inline-end: 148px !important
    }
    .pe-lg-38 {
        padding-inline-end: 152px !important
    }
    .pe-lg-39 {
        padding-inline-end: 156px !important
    }
    .pe-lg-40 {
        padding-inline-end: 160px !important
    }
    .pe-lg-0p5 {
        padding-inline-end: 2px !important
    }
    .pe-lg-1p5 {
        padding-inline-end: 6px !important
    }
    .pe-lg-2p5 {
        padding-inline-end: 10px !important
    }
    .pe-lg-3p5 {
        padding-inline-end: 14px !important
    }
    .pe-lg-4p5 {
        padding-inline-end: 18px !important
    }
    .pe-lg-5p5 {
        padding-inline-end: 22px !important
    }
    .pe-lg-6p5 {
        padding-inline-end: 26px !important
    }
    .pe-lg-7p5 {
        padding-inline-end: 30px !important
    }
    .pe-lg-12p5 {
        padding-inline-end: 50px !important
    }
    .pe-lg-17p5 {
        padding-inline-end: 70px !important
    }
    .pe-lg-20p5 {
        padding-inline-end: 82px !important
    }
    .pe-lg-32p5 {
        padding-inline-end: 130px !important
    }
    .pe-lg-42 {
        padding-inline-end: 168px !important
    }
    .pe-lg-45 {
        padding-inline-end: 180px !important
    }
    .pe-lg-48 {
        padding-inline-end: 192px !important
    }
    .pe-lg-50 {
        padding-inline-end: 200px !important
    }
    .pe-lg-55 {
        padding-inline-end: 220px !important
    }
    .pe-lg-56 {
        padding-inline-end: 224px !important
    }
    .pe-lg-60 {
        padding-inline-end: 240px !important
    }
    .pe-lg-62 {
        padding-inline-end: 248px !important
    }
    .pe-lg-64 {
        padding-inline-end: 256px !important
    }
    .pe-lg-70 {
        padding-inline-end: 280px !important
    }
    .pe-lg-72 {
        padding-inline-end: 288px !important
    }
    .pe-lg-75 {
        padding-inline-end: 300px !important
    }
    .pe-lg-80 {
        padding-inline-end: 320px !important
    }
    .pe-lg-85 {
        padding-inline-end: 340px !important
    }
    .pe-lg-90 {
        padding-inline-end: 360px !important
    }
    .pe-lg-100 {
        padding-inline-end: 400px !important
    }
    .pe-lg-112 {
        padding-inline-end: 448px !important
    }
    .pe-lg-120 {
        padding-inline-end: 480px !important
    }
    .pe-lg-143 {
        padding-inline-end: 572px !important
    }
    .pe-lg-150 {
        padding-inline-end: 600px !important
    }
    .pe-lg-160 {
        padding-inline-end: 640px !important
    }
    .pe-lg-190 {
        padding-inline-end: 760px !important
    }
    .pe-lg-200 {
        padding-inline-end: 800px !important
    }
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
    .text-lg-justify {
        text-align: justify !important
    }
    .text-lg-start {
        text-align: start !important
    }
    .text-lg-end {
        text-align: end !important
    }
    .text-lg-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-lg-h1,
    .text-lg-h2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-lg-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-lg-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-lg-h3,
    .text-lg-h4 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-lg-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-lg-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-lg-h5,
    .text-lg-h6 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-lg-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-lg-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-lg-subtitle-1,
    .text-lg-subtitle-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-lg-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-lg-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-lg-body-1,
    .text-lg-body-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-lg-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-lg-button {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-lg-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-lg-caption,
    .text-lg-overline {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .75rem !important
    }
    .text-lg-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-lg-auto {
        height: auto !important
    }
    .h-lg-screen {
        height: 100vh !important
    }
    .h-lg-0 {
        height: 0 !important
    }
    .h-lg-25 {
        height: 25% !important
    }
    .h-lg-50 {
        height: 50% !important
    }
    .h-lg-75 {
        height: 75% !important
    }
    .h-lg-100 {
        height: 100% !important
    }
    .w-lg-auto {
        width: auto !important
    }
    .w-lg-0 {
        width: 0 !important
    }
    .w-lg-25 {
        width: 25% !important
    }
    .w-lg-33 {
        width: 33% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-66 {
        width: 66% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-100 {
        width: 100% !important
    }
}

@media(min-width:1920px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .float-xl-none {
        float: none !important
    }
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .v-locale--is-rtl .float-xl-end {
        float: left !important
    }
    .v-locale--is-ltr .float-xl-end,
    .v-locale--is-rtl .float-xl-start {
        float: right !important
    }
    .v-locale--is-ltr .float-xl-start {
        float: left !important
    }
    .flex-xl-1-1,
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-1-0 {
        flex: 1 0 auto !important
    }
    .flex-xl-0-1 {
        flex: 0 1 auto !important
    }
    .flex-xl-0-0 {
        flex: 0 0 auto !important
    }
    .flex-xl-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-xl-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-xl-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-xl-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-xl-start {
        justify-content: flex-start !important
    }
    .justify-xl-end {
        justify-content: flex-end !important
    }
    .justify-xl-center {
        justify-content: center !important
    }
    .justify-xl-space-between {
        justify-content: space-between !important
    }
    .justify-xl-space-around {
        justify-content: space-around !important
    }
    .justify-xl-space-evenly {
        justify-content: space-evenly !important
    }
    .align-xl-start {
        align-items: flex-start !important
    }
    .align-xl-end {
        align-items: flex-end !important
    }
    .align-xl-center {
        align-items: center !important
    }
    .align-xl-baseline {
        align-items: baseline !important
    }
    .align-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-space-between {
        align-content: space-between !important
    }
    .align-content-xl-space-around {
        align-content: space-around !important
    }
    .align-content-xl-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-6 {
        order: 6 !important
    }
    .order-xl-7 {
        order: 7 !important
    }
    .order-xl-8 {
        order: 8 !important
    }
    .order-xl-9 {
        order: 9 !important
    }
    .order-xl-10 {
        order: 10 !important
    }
    .order-xl-11 {
        order: 11 !important
    }
    .order-xl-12 {
        order: 12 !important
    }
    .order-xl-last {
        order: 13 !important
    }
    .ga-xl-0 {
        gap: 0 !important
    }
    .ga-xl-1 {
        gap: 4px !important
    }
    .ga-xl-2 {
        gap: 8px !important
    }
    .ga-xl-3 {
        gap: 12px !important
    }
    .ga-xl-4 {
        gap: 16px !important
    }
    .ga-xl-5 {
        gap: 20px !important
    }
    .ga-xl-6 {
        gap: 24px !important
    }
    .ga-xl-7 {
        gap: 28px !important
    }
    .ga-xl-8 {
        gap: 32px !important
    }
    .ga-xl-9 {
        gap: 36px !important
    }
    .ga-xl-10 {
        gap: 40px !important
    }
    .ga-xl-11 {
        gap: 44px !important
    }
    .ga-xl-12 {
        gap: 48px !important
    }
    .ga-xl-13 {
        gap: 52px !important
    }
    .ga-xl-14 {
        gap: 56px !important
    }
    .ga-xl-15 {
        gap: 60px !important
    }
    .ga-xl-16 {
        gap: 64px !important
    }
    .ga-xl-17 {
        gap: 68px !important
    }
    .ga-xl-18 {
        gap: 72px !important
    }
    .ga-xl-19 {
        gap: 76px !important
    }
    .ga-xl-20 {
        gap: 80px !important
    }
    .ga-xl-21 {
        gap: 84px !important
    }
    .ga-xl-22 {
        gap: 88px !important
    }
    .ga-xl-23 {
        gap: 92px !important
    }
    .ga-xl-24 {
        gap: 96px !important
    }
    .ga-xl-25 {
        gap: 100px !important
    }
    .ga-xl-26 {
        gap: 104px !important
    }
    .ga-xl-27 {
        gap: 108px !important
    }
    .ga-xl-28 {
        gap: 112px !important
    }
    .ga-xl-29 {
        gap: 116px !important
    }
    .ga-xl-30 {
        gap: 120px !important
    }
    .ga-xl-31 {
        gap: 124px !important
    }
    .ga-xl-32 {
        gap: 128px !important
    }
    .ga-xl-33 {
        gap: 132px !important
    }
    .ga-xl-34 {
        gap: 136px !important
    }
    .ga-xl-35 {
        gap: 140px !important
    }
    .ga-xl-36 {
        gap: 144px !important
    }
    .ga-xl-37 {
        gap: 148px !important
    }
    .ga-xl-38 {
        gap: 152px !important
    }
    .ga-xl-39 {
        gap: 156px !important
    }
    .ga-xl-40 {
        gap: 160px !important
    }
    .ga-xl-0p5 {
        gap: 2px !important
    }
    .ga-xl-1p5 {
        gap: 6px !important
    }
    .ga-xl-2p5 {
        gap: 10px !important
    }
    .ga-xl-3p5 {
        gap: 14px !important
    }
    .ga-xl-4p5 {
        gap: 18px !important
    }
    .ga-xl-5p5 {
        gap: 22px !important
    }
    .ga-xl-6p5 {
        gap: 26px !important
    }
    .ga-xl-7p5 {
        gap: 30px !important
    }
    .ga-xl-12p5 {
        gap: 50px !important
    }
    .ga-xl-17p5 {
        gap: 70px !important
    }
    .ga-xl-20p5 {
        gap: 82px !important
    }
    .ga-xl-32p5 {
        gap: 130px !important
    }
    .ga-xl-42 {
        gap: 168px !important
    }
    .ga-xl-45 {
        gap: 180px !important
    }
    .ga-xl-48 {
        gap: 192px !important
    }
    .ga-xl-50 {
        gap: 200px !important
    }
    .ga-xl-55 {
        gap: 220px !important
    }
    .ga-xl-56 {
        gap: 224px !important
    }
    .ga-xl-60 {
        gap: 240px !important
    }
    .ga-xl-62 {
        gap: 248px !important
    }
    .ga-xl-64 {
        gap: 256px !important
    }
    .ga-xl-70 {
        gap: 280px !important
    }
    .ga-xl-72 {
        gap: 288px !important
    }
    .ga-xl-75 {
        gap: 300px !important
    }
    .ga-xl-80 {
        gap: 320px !important
    }
    .ga-xl-85 {
        gap: 340px !important
    }
    .ga-xl-90 {
        gap: 360px !important
    }
    .ga-xl-100 {
        gap: 400px !important
    }
    .ga-xl-112 {
        gap: 448px !important
    }
    .ga-xl-120 {
        gap: 480px !important
    }
    .ga-xl-143 {
        gap: 572px !important
    }
    .ga-xl-150 {
        gap: 600px !important
    }
    .ga-xl-160 {
        gap: 640px !important
    }
    .ga-xl-190 {
        gap: 760px !important
    }
    .ga-xl-200 {
        gap: 800px !important
    }
    .ga-xl-auto {
        gap: auto !important
    }
    .gr-xl-0 {
        row-gap: 0 !important
    }
    .gr-xl-1 {
        row-gap: 4px !important
    }
    .gr-xl-2 {
        row-gap: 8px !important
    }
    .gr-xl-3 {
        row-gap: 12px !important
    }
    .gr-xl-4 {
        row-gap: 16px !important
    }
    .gr-xl-5 {
        row-gap: 20px !important
    }
    .gr-xl-6 {
        row-gap: 24px !important
    }
    .gr-xl-7 {
        row-gap: 28px !important
    }
    .gr-xl-8 {
        row-gap: 32px !important
    }
    .gr-xl-9 {
        row-gap: 36px !important
    }
    .gr-xl-10 {
        row-gap: 40px !important
    }
    .gr-xl-11 {
        row-gap: 44px !important
    }
    .gr-xl-12 {
        row-gap: 48px !important
    }
    .gr-xl-13 {
        row-gap: 52px !important
    }
    .gr-xl-14 {
        row-gap: 56px !important
    }
    .gr-xl-15 {
        row-gap: 60px !important
    }
    .gr-xl-16 {
        row-gap: 64px !important
    }
    .gr-xl-17 {
        row-gap: 68px !important
    }
    .gr-xl-18 {
        row-gap: 72px !important
    }
    .gr-xl-19 {
        row-gap: 76px !important
    }
    .gr-xl-20 {
        row-gap: 80px !important
    }
    .gr-xl-21 {
        row-gap: 84px !important
    }
    .gr-xl-22 {
        row-gap: 88px !important
    }
    .gr-xl-23 {
        row-gap: 92px !important
    }
    .gr-xl-24 {
        row-gap: 96px !important
    }
    .gr-xl-25 {
        row-gap: 100px !important
    }
    .gr-xl-26 {
        row-gap: 104px !important
    }
    .gr-xl-27 {
        row-gap: 108px !important
    }
    .gr-xl-28 {
        row-gap: 112px !important
    }
    .gr-xl-29 {
        row-gap: 116px !important
    }
    .gr-xl-30 {
        row-gap: 120px !important
    }
    .gr-xl-31 {
        row-gap: 124px !important
    }
    .gr-xl-32 {
        row-gap: 128px !important
    }
    .gr-xl-33 {
        row-gap: 132px !important
    }
    .gr-xl-34 {
        row-gap: 136px !important
    }
    .gr-xl-35 {
        row-gap: 140px !important
    }
    .gr-xl-36 {
        row-gap: 144px !important
    }
    .gr-xl-37 {
        row-gap: 148px !important
    }
    .gr-xl-38 {
        row-gap: 152px !important
    }
    .gr-xl-39 {
        row-gap: 156px !important
    }
    .gr-xl-40 {
        row-gap: 160px !important
    }
    .gr-xl-0p5 {
        row-gap: 2px !important
    }
    .gr-xl-1p5 {
        row-gap: 6px !important
    }
    .gr-xl-2p5 {
        row-gap: 10px !important
    }
    .gr-xl-3p5 {
        row-gap: 14px !important
    }
    .gr-xl-4p5 {
        row-gap: 18px !important
    }
    .gr-xl-5p5 {
        row-gap: 22px !important
    }
    .gr-xl-6p5 {
        row-gap: 26px !important
    }
    .gr-xl-7p5 {
        row-gap: 30px !important
    }
    .gr-xl-12p5 {
        row-gap: 50px !important
    }
    .gr-xl-17p5 {
        row-gap: 70px !important
    }
    .gr-xl-20p5 {
        row-gap: 82px !important
    }
    .gr-xl-32p5 {
        row-gap: 130px !important
    }
    .gr-xl-42 {
        row-gap: 168px !important
    }
    .gr-xl-45 {
        row-gap: 180px !important
    }
    .gr-xl-48 {
        row-gap: 192px !important
    }
    .gr-xl-50 {
        row-gap: 200px !important
    }
    .gr-xl-55 {
        row-gap: 220px !important
    }
    .gr-xl-56 {
        row-gap: 224px !important
    }
    .gr-xl-60 {
        row-gap: 240px !important
    }
    .gr-xl-62 {
        row-gap: 248px !important
    }
    .gr-xl-64 {
        row-gap: 256px !important
    }
    .gr-xl-70 {
        row-gap: 280px !important
    }
    .gr-xl-72 {
        row-gap: 288px !important
    }
    .gr-xl-75 {
        row-gap: 300px !important
    }
    .gr-xl-80 {
        row-gap: 320px !important
    }
    .gr-xl-85 {
        row-gap: 340px !important
    }
    .gr-xl-90 {
        row-gap: 360px !important
    }
    .gr-xl-100 {
        row-gap: 400px !important
    }
    .gr-xl-112 {
        row-gap: 448px !important
    }
    .gr-xl-120 {
        row-gap: 480px !important
    }
    .gr-xl-143 {
        row-gap: 572px !important
    }
    .gr-xl-150 {
        row-gap: 600px !important
    }
    .gr-xl-160 {
        row-gap: 640px !important
    }
    .gr-xl-190 {
        row-gap: 760px !important
    }
    .gr-xl-200 {
        row-gap: 800px !important
    }
    .gr-xl-auto {
        row-gap: auto !important
    }
    .gc-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-xl-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-xl-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-xl-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-xl-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-xl-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-xl-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-xl-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-xl-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-xl-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-xl-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-xl-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-xl-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-xl-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-xl-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-xl-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-xl-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-xl-17 {
        -moz-column-gap: 68px !important;
        column-gap: 68px !important
    }
    .gc-xl-18 {
        -moz-column-gap: 72px !important;
        column-gap: 72px !important
    }
    .gc-xl-19 {
        -moz-column-gap: 76px !important;
        column-gap: 76px !important
    }
    .gc-xl-20 {
        -moz-column-gap: 80px !important;
        column-gap: 80px !important
    }
    .gc-xl-21 {
        -moz-column-gap: 84px !important;
        column-gap: 84px !important
    }
    .gc-xl-22 {
        -moz-column-gap: 88px !important;
        column-gap: 88px !important
    }
    .gc-xl-23 {
        -moz-column-gap: 92px !important;
        column-gap: 92px !important
    }
    .gc-xl-24 {
        -moz-column-gap: 96px !important;
        column-gap: 96px !important
    }
    .gc-xl-25 {
        -moz-column-gap: 100px !important;
        column-gap: 100px !important
    }
    .gc-xl-26 {
        -moz-column-gap: 104px !important;
        column-gap: 104px !important
    }
    .gc-xl-27 {
        -moz-column-gap: 108px !important;
        column-gap: 108px !important
    }
    .gc-xl-28 {
        -moz-column-gap: 112px !important;
        column-gap: 112px !important
    }
    .gc-xl-29 {
        -moz-column-gap: 116px !important;
        column-gap: 116px !important
    }
    .gc-xl-30 {
        -moz-column-gap: 120px !important;
        column-gap: 120px !important
    }
    .gc-xl-31 {
        -moz-column-gap: 124px !important;
        column-gap: 124px !important
    }
    .gc-xl-32 {
        -moz-column-gap: 128px !important;
        column-gap: 128px !important
    }
    .gc-xl-33 {
        -moz-column-gap: 132px !important;
        column-gap: 132px !important
    }
    .gc-xl-34 {
        -moz-column-gap: 136px !important;
        column-gap: 136px !important
    }
    .gc-xl-35 {
        -moz-column-gap: 140px !important;
        column-gap: 140px !important
    }
    .gc-xl-36 {
        -moz-column-gap: 144px !important;
        column-gap: 144px !important
    }
    .gc-xl-37 {
        -moz-column-gap: 148px !important;
        column-gap: 148px !important
    }
    .gc-xl-38 {
        -moz-column-gap: 152px !important;
        column-gap: 152px !important
    }
    .gc-xl-39 {
        -moz-column-gap: 156px !important;
        column-gap: 156px !important
    }
    .gc-xl-40 {
        -moz-column-gap: 160px !important;
        column-gap: 160px !important
    }
    .gc-xl-0p5 {
        -moz-column-gap: 2px !important;
        column-gap: 2px !important
    }
    .gc-xl-1p5 {
        -moz-column-gap: 6px !important;
        column-gap: 6px !important
    }
    .gc-xl-2p5 {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important
    }
    .gc-xl-3p5 {
        -moz-column-gap: 14px !important;
        column-gap: 14px !important
    }
    .gc-xl-4p5 {
        -moz-column-gap: 18px !important;
        column-gap: 18px !important
    }
    .gc-xl-5p5 {
        -moz-column-gap: 22px !important;
        column-gap: 22px !important
    }
    .gc-xl-6p5 {
        -moz-column-gap: 26px !important;
        column-gap: 26px !important
    }
    .gc-xl-7p5 {
        -moz-column-gap: 30px !important;
        column-gap: 30px !important
    }
    .gc-xl-12p5 {
        -moz-column-gap: 50px !important;
        column-gap: 50px !important
    }
    .gc-xl-17p5 {
        -moz-column-gap: 70px !important;
        column-gap: 70px !important
    }
    .gc-xl-20p5 {
        -moz-column-gap: 82px !important;
        column-gap: 82px !important
    }
    .gc-xl-32p5 {
        -moz-column-gap: 130px !important;
        column-gap: 130px !important
    }
    .gc-xl-42 {
        -moz-column-gap: 168px !important;
        column-gap: 168px !important
    }
    .gc-xl-45 {
        -moz-column-gap: 180px !important;
        column-gap: 180px !important
    }
    .gc-xl-48 {
        -moz-column-gap: 192px !important;
        column-gap: 192px !important
    }
    .gc-xl-50 {
        -moz-column-gap: 200px !important;
        column-gap: 200px !important
    }
    .gc-xl-55 {
        -moz-column-gap: 220px !important;
        column-gap: 220px !important
    }
    .gc-xl-56 {
        -moz-column-gap: 224px !important;
        column-gap: 224px !important
    }
    .gc-xl-60 {
        -moz-column-gap: 240px !important;
        column-gap: 240px !important
    }
    .gc-xl-62 {
        -moz-column-gap: 248px !important;
        column-gap: 248px !important
    }
    .gc-xl-64 {
        -moz-column-gap: 256px !important;
        column-gap: 256px !important
    }
    .gc-xl-70 {
        -moz-column-gap: 280px !important;
        column-gap: 280px !important
    }
    .gc-xl-72 {
        -moz-column-gap: 288px !important;
        column-gap: 288px !important
    }
    .gc-xl-75 {
        -moz-column-gap: 300px !important;
        column-gap: 300px !important
    }
    .gc-xl-80 {
        -moz-column-gap: 320px !important;
        column-gap: 320px !important
    }
    .gc-xl-85 {
        -moz-column-gap: 340px !important;
        column-gap: 340px !important
    }
    .gc-xl-90 {
        -moz-column-gap: 360px !important;
        column-gap: 360px !important
    }
    .gc-xl-100 {
        -moz-column-gap: 400px !important;
        column-gap: 400px !important
    }
    .gc-xl-112 {
        -moz-column-gap: 448px !important;
        column-gap: 448px !important
    }
    .gc-xl-120 {
        -moz-column-gap: 480px !important;
        column-gap: 480px !important
    }
    .gc-xl-143 {
        -moz-column-gap: 572px !important;
        column-gap: 572px !important
    }
    .gc-xl-150 {
        -moz-column-gap: 600px !important;
        column-gap: 600px !important
    }
    .gc-xl-160 {
        -moz-column-gap: 640px !important;
        column-gap: 640px !important
    }
    .gc-xl-190 {
        -moz-column-gap: 760px !important;
        column-gap: 760px !important
    }
    .gc-xl-200 {
        -moz-column-gap: 800px !important;
        column-gap: 800px !important
    }
    .gc-xl-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-xl-0 {
        margin: 0 !important
    }
    .ma-xl-1 {
        margin: 4px !important
    }
    .ma-xl-2 {
        margin: 8px !important
    }
    .ma-xl-3 {
        margin: 12px !important
    }
    .ma-xl-4 {
        margin: 16px !important
    }
    .ma-xl-5 {
        margin: 20px !important
    }
    .ma-xl-6 {
        margin: 24px !important
    }
    .ma-xl-7 {
        margin: 28px !important
    }
    .ma-xl-8 {
        margin: 32px !important
    }
    .ma-xl-9 {
        margin: 36px !important
    }
    .ma-xl-10 {
        margin: 40px !important
    }
    .ma-xl-11 {
        margin: 44px !important
    }
    .ma-xl-12 {
        margin: 48px !important
    }
    .ma-xl-13 {
        margin: 52px !important
    }
    .ma-xl-14 {
        margin: 56px !important
    }
    .ma-xl-15 {
        margin: 60px !important
    }
    .ma-xl-16 {
        margin: 64px !important
    }
    .ma-xl-17 {
        margin: 68px !important
    }
    .ma-xl-18 {
        margin: 72px !important
    }
    .ma-xl-19 {
        margin: 76px !important
    }
    .ma-xl-20 {
        margin: 80px !important
    }
    .ma-xl-21 {
        margin: 84px !important
    }
    .ma-xl-22 {
        margin: 88px !important
    }
    .ma-xl-23 {
        margin: 92px !important
    }
    .ma-xl-24 {
        margin: 96px !important
    }
    .ma-xl-25 {
        margin: 100px !important
    }
    .ma-xl-26 {
        margin: 104px !important
    }
    .ma-xl-27 {
        margin: 108px !important
    }
    .ma-xl-28 {
        margin: 112px !important
    }
    .ma-xl-29 {
        margin: 116px !important
    }
    .ma-xl-30 {
        margin: 120px !important
    }
    .ma-xl-31 {
        margin: 124px !important
    }
    .ma-xl-32 {
        margin: 128px !important
    }
    .ma-xl-33 {
        margin: 132px !important
    }
    .ma-xl-34 {
        margin: 136px !important
    }
    .ma-xl-35 {
        margin: 140px !important
    }
    .ma-xl-36 {
        margin: 144px !important
    }
    .ma-xl-37 {
        margin: 148px !important
    }
    .ma-xl-38 {
        margin: 152px !important
    }
    .ma-xl-39 {
        margin: 156px !important
    }
    .ma-xl-40 {
        margin: 160px !important
    }
    .ma-xl-0p5 {
        margin: 2px !important
    }
    .ma-xl-1p5 {
        margin: 6px !important
    }
    .ma-xl-2p5 {
        margin: 10px !important
    }
    .ma-xl-3p5 {
        margin: 14px !important
    }
    .ma-xl-4p5 {
        margin: 18px !important
    }
    .ma-xl-5p5 {
        margin: 22px !important
    }
    .ma-xl-6p5 {
        margin: 26px !important
    }
    .ma-xl-7p5 {
        margin: 30px !important
    }
    .ma-xl-12p5 {
        margin: 50px !important
    }
    .ma-xl-17p5 {
        margin: 70px !important
    }
    .ma-xl-20p5 {
        margin: 82px !important
    }
    .ma-xl-32p5 {
        margin: 130px !important
    }
    .ma-xl-42 {
        margin: 168px !important
    }
    .ma-xl-45 {
        margin: 180px !important
    }
    .ma-xl-48 {
        margin: 192px !important
    }
    .ma-xl-50 {
        margin: 200px !important
    }
    .ma-xl-55 {
        margin: 220px !important
    }
    .ma-xl-56 {
        margin: 224px !important
    }
    .ma-xl-60 {
        margin: 240px !important
    }
    .ma-xl-62 {
        margin: 248px !important
    }
    .ma-xl-64 {
        margin: 256px !important
    }
    .ma-xl-70 {
        margin: 280px !important
    }
    .ma-xl-72 {
        margin: 288px !important
    }
    .ma-xl-75 {
        margin: 300px !important
    }
    .ma-xl-80 {
        margin: 320px !important
    }
    .ma-xl-85 {
        margin: 340px !important
    }
    .ma-xl-90 {
        margin: 360px !important
    }
    .ma-xl-100 {
        margin: 400px !important
    }
    .ma-xl-112 {
        margin: 448px !important
    }
    .ma-xl-120 {
        margin: 480px !important
    }
    .ma-xl-143 {
        margin: 572px !important
    }
    .ma-xl-150 {
        margin: 600px !important
    }
    .ma-xl-160 {
        margin: 640px !important
    }
    .ma-xl-190 {
        margin: 760px !important
    }
    .ma-xl-200 {
        margin: 800px !important
    }
    .ma-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xl-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-xl-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-xl-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-xl-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-xl-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-xl-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-xl-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-xl-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-xl-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-xl-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-xl-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-xl-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-xl-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-xl-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-xl-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-xl-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-xl-17 {
        margin-left: 68px !important;
        margin-right: 68px !important
    }
    .mx-xl-18 {
        margin-left: 72px !important;
        margin-right: 72px !important
    }
    .mx-xl-19 {
        margin-left: 76px !important;
        margin-right: 76px !important
    }
    .mx-xl-20 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }
    .mx-xl-21 {
        margin-left: 84px !important;
        margin-right: 84px !important
    }
    .mx-xl-22 {
        margin-left: 88px !important;
        margin-right: 88px !important
    }
    .mx-xl-23 {
        margin-left: 92px !important;
        margin-right: 92px !important
    }
    .mx-xl-24 {
        margin-left: 96px !important;
        margin-right: 96px !important
    }
    .mx-xl-25 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }
    .mx-xl-26 {
        margin-left: 104px !important;
        margin-right: 104px !important
    }
    .mx-xl-27 {
        margin-left: 108px !important;
        margin-right: 108px !important
    }
    .mx-xl-28 {
        margin-left: 112px !important;
        margin-right: 112px !important
    }
    .mx-xl-29 {
        margin-left: 116px !important;
        margin-right: 116px !important
    }
    .mx-xl-30 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }
    .mx-xl-31 {
        margin-left: 124px !important;
        margin-right: 124px !important
    }
    .mx-xl-32 {
        margin-left: 128px !important;
        margin-right: 128px !important
    }
    .mx-xl-33 {
        margin-left: 132px !important;
        margin-right: 132px !important
    }
    .mx-xl-34 {
        margin-left: 136px !important;
        margin-right: 136px !important
    }
    .mx-xl-35 {
        margin-left: 140px !important;
        margin-right: 140px !important
    }
    .mx-xl-36 {
        margin-left: 144px !important;
        margin-right: 144px !important
    }
    .mx-xl-37 {
        margin-left: 148px !important;
        margin-right: 148px !important
    }
    .mx-xl-38 {
        margin-left: 152px !important;
        margin-right: 152px !important
    }
    .mx-xl-39 {
        margin-left: 156px !important;
        margin-right: 156px !important
    }
    .mx-xl-40 {
        margin-left: 160px !important;
        margin-right: 160px !important
    }
    .mx-xl-0p5 {
        margin-left: 2px !important;
        margin-right: 2px !important
    }
    .mx-xl-1p5 {
        margin-left: 6px !important;
        margin-right: 6px !important
    }
    .mx-xl-2p5 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
    .mx-xl-3p5 {
        margin-left: 14px !important;
        margin-right: 14px !important
    }
    .mx-xl-4p5 {
        margin-left: 18px !important;
        margin-right: 18px !important
    }
    .mx-xl-5p5 {
        margin-left: 22px !important;
        margin-right: 22px !important
    }
    .mx-xl-6p5 {
        margin-left: 26px !important;
        margin-right: 26px !important
    }
    .mx-xl-7p5 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }
    .mx-xl-12p5 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }
    .mx-xl-17p5 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }
    .mx-xl-20p5 {
        margin-left: 82px !important;
        margin-right: 82px !important
    }
    .mx-xl-32p5 {
        margin-left: 130px !important;
        margin-right: 130px !important
    }
    .mx-xl-42 {
        margin-left: 168px !important;
        margin-right: 168px !important
    }
    .mx-xl-45 {
        margin-left: 180px !important;
        margin-right: 180px !important
    }
    .mx-xl-48 {
        margin-left: 192px !important;
        margin-right: 192px !important
    }
    .mx-xl-50 {
        margin-left: 200px !important;
        margin-right: 200px !important
    }
    .mx-xl-55 {
        margin-left: 220px !important;
        margin-right: 220px !important
    }
    .mx-xl-56 {
        margin-left: 224px !important;
        margin-right: 224px !important
    }
    .mx-xl-60 {
        margin-left: 240px !important;
        margin-right: 240px !important
    }
    .mx-xl-62 {
        margin-left: 248px !important;
        margin-right: 248px !important
    }
    .mx-xl-64 {
        margin-left: 256px !important;
        margin-right: 256px !important
    }
    .mx-xl-70 {
        margin-left: 280px !important;
        margin-right: 280px !important
    }
    .mx-xl-72 {
        margin-left: 288px !important;
        margin-right: 288px !important
    }
    .mx-xl-75 {
        margin-left: 300px !important;
        margin-right: 300px !important
    }
    .mx-xl-80 {
        margin-left: 320px !important;
        margin-right: 320px !important
    }
    .mx-xl-85 {
        margin-left: 340px !important;
        margin-right: 340px !important
    }
    .mx-xl-90 {
        margin-left: 360px !important;
        margin-right: 360px !important
    }
    .mx-xl-100 {
        margin-left: 400px !important;
        margin-right: 400px !important
    }
    .mx-xl-112 {
        margin-left: 448px !important;
        margin-right: 448px !important
    }
    .mx-xl-120 {
        margin-left: 480px !important;
        margin-right: 480px !important
    }
    .mx-xl-143 {
        margin-left: 572px !important;
        margin-right: 572px !important
    }
    .mx-xl-150 {
        margin-left: 600px !important;
        margin-right: 600px !important
    }
    .mx-xl-160 {
        margin-left: 640px !important;
        margin-right: 640px !important
    }
    .mx-xl-190 {
        margin-left: 760px !important;
        margin-right: 760px !important
    }
    .mx-xl-200 {
        margin-left: 800px !important;
        margin-right: 800px !important
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xl-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-xl-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-xl-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-xl-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-xl-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-xl-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-xl-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-xl-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-xl-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-xl-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-xl-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-xl-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-xl-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-xl-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-xl-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-xl-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-xl-17 {
        margin-bottom: 68px !important;
        margin-top: 68px !important
    }
    .my-xl-18 {
        margin-bottom: 72px !important;
        margin-top: 72px !important
    }
    .my-xl-19 {
        margin-bottom: 76px !important;
        margin-top: 76px !important
    }
    .my-xl-20 {
        margin-bottom: 80px !important;
        margin-top: 80px !important
    }
    .my-xl-21 {
        margin-bottom: 84px !important;
        margin-top: 84px !important
    }
    .my-xl-22 {
        margin-bottom: 88px !important;
        margin-top: 88px !important
    }
    .my-xl-23 {
        margin-bottom: 92px !important;
        margin-top: 92px !important
    }
    .my-xl-24 {
        margin-bottom: 96px !important;
        margin-top: 96px !important
    }
    .my-xl-25 {
        margin-bottom: 100px !important;
        margin-top: 100px !important
    }
    .my-xl-26 {
        margin-bottom: 104px !important;
        margin-top: 104px !important
    }
    .my-xl-27 {
        margin-bottom: 108px !important;
        margin-top: 108px !important
    }
    .my-xl-28 {
        margin-bottom: 112px !important;
        margin-top: 112px !important
    }
    .my-xl-29 {
        margin-bottom: 116px !important;
        margin-top: 116px !important
    }
    .my-xl-30 {
        margin-bottom: 120px !important;
        margin-top: 120px !important
    }
    .my-xl-31 {
        margin-bottom: 124px !important;
        margin-top: 124px !important
    }
    .my-xl-32 {
        margin-bottom: 128px !important;
        margin-top: 128px !important
    }
    .my-xl-33 {
        margin-bottom: 132px !important;
        margin-top: 132px !important
    }
    .my-xl-34 {
        margin-bottom: 136px !important;
        margin-top: 136px !important
    }
    .my-xl-35 {
        margin-bottom: 140px !important;
        margin-top: 140px !important
    }
    .my-xl-36 {
        margin-bottom: 144px !important;
        margin-top: 144px !important
    }
    .my-xl-37 {
        margin-bottom: 148px !important;
        margin-top: 148px !important
    }
    .my-xl-38 {
        margin-bottom: 152px !important;
        margin-top: 152px !important
    }
    .my-xl-39 {
        margin-bottom: 156px !important;
        margin-top: 156px !important
    }
    .my-xl-40 {
        margin-bottom: 160px !important;
        margin-top: 160px !important
    }
    .my-xl-0p5 {
        margin-bottom: 2px !important;
        margin-top: 2px !important
    }
    .my-xl-1p5 {
        margin-bottom: 6px !important;
        margin-top: 6px !important
    }
    .my-xl-2p5 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }
    .my-xl-3p5 {
        margin-bottom: 14px !important;
        margin-top: 14px !important
    }
    .my-xl-4p5 {
        margin-bottom: 18px !important;
        margin-top: 18px !important
    }
    .my-xl-5p5 {
        margin-bottom: 22px !important;
        margin-top: 22px !important
    }
    .my-xl-6p5 {
        margin-bottom: 26px !important;
        margin-top: 26px !important
    }
    .my-xl-7p5 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }
    .my-xl-12p5 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }
    .my-xl-17p5 {
        margin-bottom: 70px !important;
        margin-top: 70px !important
    }
    .my-xl-20p5 {
        margin-bottom: 82px !important;
        margin-top: 82px !important
    }
    .my-xl-32p5 {
        margin-bottom: 130px !important;
        margin-top: 130px !important
    }
    .my-xl-42 {
        margin-bottom: 168px !important;
        margin-top: 168px !important
    }
    .my-xl-45 {
        margin-bottom: 180px !important;
        margin-top: 180px !important
    }
    .my-xl-48 {
        margin-bottom: 192px !important;
        margin-top: 192px !important
    }
    .my-xl-50 {
        margin-bottom: 200px !important;
        margin-top: 200px !important
    }
    .my-xl-55 {
        margin-bottom: 220px !important;
        margin-top: 220px !important
    }
    .my-xl-56 {
        margin-bottom: 224px !important;
        margin-top: 224px !important
    }
    .my-xl-60 {
        margin-bottom: 240px !important;
        margin-top: 240px !important
    }
    .my-xl-62 {
        margin-bottom: 248px !important;
        margin-top: 248px !important
    }
    .my-xl-64 {
        margin-bottom: 256px !important;
        margin-top: 256px !important
    }
    .my-xl-70 {
        margin-bottom: 280px !important;
        margin-top: 280px !important
    }
    .my-xl-72 {
        margin-bottom: 288px !important;
        margin-top: 288px !important
    }
    .my-xl-75 {
        margin-bottom: 300px !important;
        margin-top: 300px !important
    }
    .my-xl-80 {
        margin-bottom: 320px !important;
        margin-top: 320px !important
    }
    .my-xl-85 {
        margin-bottom: 340px !important;
        margin-top: 340px !important
    }
    .my-xl-90 {
        margin-bottom: 360px !important;
        margin-top: 360px !important
    }
    .my-xl-100 {
        margin-bottom: 400px !important;
        margin-top: 400px !important
    }
    .my-xl-112 {
        margin-bottom: 448px !important;
        margin-top: 448px !important
    }
    .my-xl-120 {
        margin-bottom: 480px !important;
        margin-top: 480px !important
    }
    .my-xl-143 {
        margin-bottom: 572px !important;
        margin-top: 572px !important
    }
    .my-xl-150 {
        margin-bottom: 600px !important;
        margin-top: 600px !important
    }
    .my-xl-160 {
        margin-bottom: 640px !important;
        margin-top: 640px !important
    }
    .my-xl-190 {
        margin-bottom: 760px !important;
        margin-top: 760px !important
    }
    .my-xl-200 {
        margin-bottom: 800px !important;
        margin-top: 800px !important
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: 4px !important
    }
    .mt-xl-2 {
        margin-top: 8px !important
    }
    .mt-xl-3 {
        margin-top: 12px !important
    }
    .mt-xl-4 {
        margin-top: 16px !important
    }
    .mt-xl-5 {
        margin-top: 20px !important
    }
    .mt-xl-6 {
        margin-top: 24px !important
    }
    .mt-xl-7 {
        margin-top: 28px !important
    }
    .mt-xl-8 {
        margin-top: 32px !important
    }
    .mt-xl-9 {
        margin-top: 36px !important
    }
    .mt-xl-10 {
        margin-top: 40px !important
    }
    .mt-xl-11 {
        margin-top: 44px !important
    }
    .mt-xl-12 {
        margin-top: 48px !important
    }
    .mt-xl-13 {
        margin-top: 52px !important
    }
    .mt-xl-14 {
        margin-top: 56px !important
    }
    .mt-xl-15 {
        margin-top: 60px !important
    }
    .mt-xl-16 {
        margin-top: 64px !important
    }
    .mt-xl-17 {
        margin-top: 68px !important
    }
    .mt-xl-18 {
        margin-top: 72px !important
    }
    .mt-xl-19 {
        margin-top: 76px !important
    }
    .mt-xl-20 {
        margin-top: 80px !important
    }
    .mt-xl-21 {
        margin-top: 84px !important
    }
    .mt-xl-22 {
        margin-top: 88px !important
    }
    .mt-xl-23 {
        margin-top: 92px !important
    }
    .mt-xl-24 {
        margin-top: 96px !important
    }
    .mt-xl-25 {
        margin-top: 100px !important
    }
    .mt-xl-26 {
        margin-top: 104px !important
    }
    .mt-xl-27 {
        margin-top: 108px !important
    }
    .mt-xl-28 {
        margin-top: 112px !important
    }
    .mt-xl-29 {
        margin-top: 116px !important
    }
    .mt-xl-30 {
        margin-top: 120px !important
    }
    .mt-xl-31 {
        margin-top: 124px !important
    }
    .mt-xl-32 {
        margin-top: 128px !important
    }
    .mt-xl-33 {
        margin-top: 132px !important
    }
    .mt-xl-34 {
        margin-top: 136px !important
    }
    .mt-xl-35 {
        margin-top: 140px !important
    }
    .mt-xl-36 {
        margin-top: 144px !important
    }
    .mt-xl-37 {
        margin-top: 148px !important
    }
    .mt-xl-38 {
        margin-top: 152px !important
    }
    .mt-xl-39 {
        margin-top: 156px !important
    }
    .mt-xl-40 {
        margin-top: 160px !important
    }
    .mt-xl-0p5 {
        margin-top: 2px !important
    }
    .mt-xl-1p5 {
        margin-top: 6px !important
    }
    .mt-xl-2p5 {
        margin-top: 10px !important
    }
    .mt-xl-3p5 {
        margin-top: 14px !important
    }
    .mt-xl-4p5 {
        margin-top: 18px !important
    }
    .mt-xl-5p5 {
        margin-top: 22px !important
    }
    .mt-xl-6p5 {
        margin-top: 26px !important
    }
    .mt-xl-7p5 {
        margin-top: 30px !important
    }
    .mt-xl-12p5 {
        margin-top: 50px !important
    }
    .mt-xl-17p5 {
        margin-top: 70px !important
    }
    .mt-xl-20p5 {
        margin-top: 82px !important
    }
    .mt-xl-32p5 {
        margin-top: 130px !important
    }
    .mt-xl-42 {
        margin-top: 168px !important
    }
    .mt-xl-45 {
        margin-top: 180px !important
    }
    .mt-xl-48 {
        margin-top: 192px !important
    }
    .mt-xl-50 {
        margin-top: 200px !important
    }
    .mt-xl-55 {
        margin-top: 220px !important
    }
    .mt-xl-56 {
        margin-top: 224px !important
    }
    .mt-xl-60 {
        margin-top: 240px !important
    }
    .mt-xl-62 {
        margin-top: 248px !important
    }
    .mt-xl-64 {
        margin-top: 256px !important
    }
    .mt-xl-70 {
        margin-top: 280px !important
    }
    .mt-xl-72 {
        margin-top: 288px !important
    }
    .mt-xl-75 {
        margin-top: 300px !important
    }
    .mt-xl-80 {
        margin-top: 320px !important
    }
    .mt-xl-85 {
        margin-top: 340px !important
    }
    .mt-xl-90 {
        margin-top: 360px !important
    }
    .mt-xl-100 {
        margin-top: 400px !important
    }
    .mt-xl-112 {
        margin-top: 448px !important
    }
    .mt-xl-120 {
        margin-top: 480px !important
    }
    .mt-xl-143 {
        margin-top: 572px !important
    }
    .mt-xl-150 {
        margin-top: 600px !important
    }
    .mt-xl-160 {
        margin-top: 640px !important
    }
    .mt-xl-190 {
        margin-top: 760px !important
    }
    .mt-xl-200 {
        margin-top: 800px !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mr-xl-1 {
        margin-right: 4px !important
    }
    .mr-xl-2 {
        margin-right: 8px !important
    }
    .mr-xl-3 {
        margin-right: 12px !important
    }
    .mr-xl-4 {
        margin-right: 16px !important
    }
    .mr-xl-5 {
        margin-right: 20px !important
    }
    .mr-xl-6 {
        margin-right: 24px !important
    }
    .mr-xl-7 {
        margin-right: 28px !important
    }
    .mr-xl-8 {
        margin-right: 32px !important
    }
    .mr-xl-9 {
        margin-right: 36px !important
    }
    .mr-xl-10 {
        margin-right: 40px !important
    }
    .mr-xl-11 {
        margin-right: 44px !important
    }
    .mr-xl-12 {
        margin-right: 48px !important
    }
    .mr-xl-13 {
        margin-right: 52px !important
    }
    .mr-xl-14 {
        margin-right: 56px !important
    }
    .mr-xl-15 {
        margin-right: 60px !important
    }
    .mr-xl-16 {
        margin-right: 64px !important
    }
    .mr-xl-17 {
        margin-right: 68px !important
    }
    .mr-xl-18 {
        margin-right: 72px !important
    }
    .mr-xl-19 {
        margin-right: 76px !important
    }
    .mr-xl-20 {
        margin-right: 80px !important
    }
    .mr-xl-21 {
        margin-right: 84px !important
    }
    .mr-xl-22 {
        margin-right: 88px !important
    }
    .mr-xl-23 {
        margin-right: 92px !important
    }
    .mr-xl-24 {
        margin-right: 96px !important
    }
    .mr-xl-25 {
        margin-right: 100px !important
    }
    .mr-xl-26 {
        margin-right: 104px !important
    }
    .mr-xl-27 {
        margin-right: 108px !important
    }
    .mr-xl-28 {
        margin-right: 112px !important
    }
    .mr-xl-29 {
        margin-right: 116px !important
    }
    .mr-xl-30 {
        margin-right: 120px !important
    }
    .mr-xl-31 {
        margin-right: 124px !important
    }
    .mr-xl-32 {
        margin-right: 128px !important
    }
    .mr-xl-33 {
        margin-right: 132px !important
    }
    .mr-xl-34 {
        margin-right: 136px !important
    }
    .mr-xl-35 {
        margin-right: 140px !important
    }
    .mr-xl-36 {
        margin-right: 144px !important
    }
    .mr-xl-37 {
        margin-right: 148px !important
    }
    .mr-xl-38 {
        margin-right: 152px !important
    }
    .mr-xl-39 {
        margin-right: 156px !important
    }
    .mr-xl-40 {
        margin-right: 160px !important
    }
    .mr-xl-0p5 {
        margin-right: 2px !important
    }
    .mr-xl-1p5 {
        margin-right: 6px !important
    }
    .mr-xl-2p5 {
        margin-right: 10px !important
    }
    .mr-xl-3p5 {
        margin-right: 14px !important
    }
    .mr-xl-4p5 {
        margin-right: 18px !important
    }
    .mr-xl-5p5 {
        margin-right: 22px !important
    }
    .mr-xl-6p5 {
        margin-right: 26px !important
    }
    .mr-xl-7p5 {
        margin-right: 30px !important
    }
    .mr-xl-12p5 {
        margin-right: 50px !important
    }
    .mr-xl-17p5 {
        margin-right: 70px !important
    }
    .mr-xl-20p5 {
        margin-right: 82px !important
    }
    .mr-xl-32p5 {
        margin-right: 130px !important
    }
    .mr-xl-42 {
        margin-right: 168px !important
    }
    .mr-xl-45 {
        margin-right: 180px !important
    }
    .mr-xl-48 {
        margin-right: 192px !important
    }
    .mr-xl-50 {
        margin-right: 200px !important
    }
    .mr-xl-55 {
        margin-right: 220px !important
    }
    .mr-xl-56 {
        margin-right: 224px !important
    }
    .mr-xl-60 {
        margin-right: 240px !important
    }
    .mr-xl-62 {
        margin-right: 248px !important
    }
    .mr-xl-64 {
        margin-right: 256px !important
    }
    .mr-xl-70 {
        margin-right: 280px !important
    }
    .mr-xl-72 {
        margin-right: 288px !important
    }
    .mr-xl-75 {
        margin-right: 300px !important
    }
    .mr-xl-80 {
        margin-right: 320px !important
    }
    .mr-xl-85 {
        margin-right: 340px !important
    }
    .mr-xl-90 {
        margin-right: 360px !important
    }
    .mr-xl-100 {
        margin-right: 400px !important
    }
    .mr-xl-112 {
        margin-right: 448px !important
    }
    .mr-xl-120 {
        margin-right: 480px !important
    }
    .mr-xl-143 {
        margin-right: 572px !important
    }
    .mr-xl-150 {
        margin-right: 600px !important
    }
    .mr-xl-160 {
        margin-right: 640px !important
    }
    .mr-xl-190 {
        margin-right: 760px !important
    }
    .mr-xl-200 {
        margin-right: 800px !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: 4px !important
    }
    .mb-xl-2 {
        margin-bottom: 8px !important
    }
    .mb-xl-3 {
        margin-bottom: 12px !important
    }
    .mb-xl-4 {
        margin-bottom: 16px !important
    }
    .mb-xl-5 {
        margin-bottom: 20px !important
    }
    .mb-xl-6 {
        margin-bottom: 24px !important
    }
    .mb-xl-7 {
        margin-bottom: 28px !important
    }
    .mb-xl-8 {
        margin-bottom: 32px !important
    }
    .mb-xl-9 {
        margin-bottom: 36px !important
    }
    .mb-xl-10 {
        margin-bottom: 40px !important
    }
    .mb-xl-11 {
        margin-bottom: 44px !important
    }
    .mb-xl-12 {
        margin-bottom: 48px !important
    }
    .mb-xl-13 {
        margin-bottom: 52px !important
    }
    .mb-xl-14 {
        margin-bottom: 56px !important
    }
    .mb-xl-15 {
        margin-bottom: 60px !important
    }
    .mb-xl-16 {
        margin-bottom: 64px !important
    }
    .mb-xl-17 {
        margin-bottom: 68px !important
    }
    .mb-xl-18 {
        margin-bottom: 72px !important
    }
    .mb-xl-19 {
        margin-bottom: 76px !important
    }
    .mb-xl-20 {
        margin-bottom: 80px !important
    }
    .mb-xl-21 {
        margin-bottom: 84px !important
    }
    .mb-xl-22 {
        margin-bottom: 88px !important
    }
    .mb-xl-23 {
        margin-bottom: 92px !important
    }
    .mb-xl-24 {
        margin-bottom: 96px !important
    }
    .mb-xl-25 {
        margin-bottom: 100px !important
    }
    .mb-xl-26 {
        margin-bottom: 104px !important
    }
    .mb-xl-27 {
        margin-bottom: 108px !important
    }
    .mb-xl-28 {
        margin-bottom: 112px !important
    }
    .mb-xl-29 {
        margin-bottom: 116px !important
    }
    .mb-xl-30 {
        margin-bottom: 120px !important
    }
    .mb-xl-31 {
        margin-bottom: 124px !important
    }
    .mb-xl-32 {
        margin-bottom: 128px !important
    }
    .mb-xl-33 {
        margin-bottom: 132px !important
    }
    .mb-xl-34 {
        margin-bottom: 136px !important
    }
    .mb-xl-35 {
        margin-bottom: 140px !important
    }
    .mb-xl-36 {
        margin-bottom: 144px !important
    }
    .mb-xl-37 {
        margin-bottom: 148px !important
    }
    .mb-xl-38 {
        margin-bottom: 152px !important
    }
    .mb-xl-39 {
        margin-bottom: 156px !important
    }
    .mb-xl-40 {
        margin-bottom: 160px !important
    }
    .mb-xl-0p5 {
        margin-bottom: 2px !important
    }
    .mb-xl-1p5 {
        margin-bottom: 6px !important
    }
    .mb-xl-2p5 {
        margin-bottom: 10px !important
    }
    .mb-xl-3p5 {
        margin-bottom: 14px !important
    }
    .mb-xl-4p5 {
        margin-bottom: 18px !important
    }
    .mb-xl-5p5 {
        margin-bottom: 22px !important
    }
    .mb-xl-6p5 {
        margin-bottom: 26px !important
    }
    .mb-xl-7p5 {
        margin-bottom: 30px !important
    }
    .mb-xl-12p5 {
        margin-bottom: 50px !important
    }
    .mb-xl-17p5 {
        margin-bottom: 70px !important
    }
    .mb-xl-20p5 {
        margin-bottom: 82px !important
    }
    .mb-xl-32p5 {
        margin-bottom: 130px !important
    }
    .mb-xl-42 {
        margin-bottom: 168px !important
    }
    .mb-xl-45 {
        margin-bottom: 180px !important
    }
    .mb-xl-48 {
        margin-bottom: 192px !important
    }
    .mb-xl-50 {
        margin-bottom: 200px !important
    }
    .mb-xl-55 {
        margin-bottom: 220px !important
    }
    .mb-xl-56 {
        margin-bottom: 224px !important
    }
    .mb-xl-60 {
        margin-bottom: 240px !important
    }
    .mb-xl-62 {
        margin-bottom: 248px !important
    }
    .mb-xl-64 {
        margin-bottom: 256px !important
    }
    .mb-xl-70 {
        margin-bottom: 280px !important
    }
    .mb-xl-72 {
        margin-bottom: 288px !important
    }
    .mb-xl-75 {
        margin-bottom: 300px !important
    }
    .mb-xl-80 {
        margin-bottom: 320px !important
    }
    .mb-xl-85 {
        margin-bottom: 340px !important
    }
    .mb-xl-90 {
        margin-bottom: 360px !important
    }
    .mb-xl-100 {
        margin-bottom: 400px !important
    }
    .mb-xl-112 {
        margin-bottom: 448px !important
    }
    .mb-xl-120 {
        margin-bottom: 480px !important
    }
    .mb-xl-143 {
        margin-bottom: 572px !important
    }
    .mb-xl-150 {
        margin-bottom: 600px !important
    }
    .mb-xl-160 {
        margin-bottom: 640px !important
    }
    .mb-xl-190 {
        margin-bottom: 760px !important
    }
    .mb-xl-200 {
        margin-bottom: 800px !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .ml-xl-1 {
        margin-left: 4px !important
    }
    .ml-xl-2 {
        margin-left: 8px !important
    }
    .ml-xl-3 {
        margin-left: 12px !important
    }
    .ml-xl-4 {
        margin-left: 16px !important
    }
    .ml-xl-5 {
        margin-left: 20px !important
    }
    .ml-xl-6 {
        margin-left: 24px !important
    }
    .ml-xl-7 {
        margin-left: 28px !important
    }
    .ml-xl-8 {
        margin-left: 32px !important
    }
    .ml-xl-9 {
        margin-left: 36px !important
    }
    .ml-xl-10 {
        margin-left: 40px !important
    }
    .ml-xl-11 {
        margin-left: 44px !important
    }
    .ml-xl-12 {
        margin-left: 48px !important
    }
    .ml-xl-13 {
        margin-left: 52px !important
    }
    .ml-xl-14 {
        margin-left: 56px !important
    }
    .ml-xl-15 {
        margin-left: 60px !important
    }
    .ml-xl-16 {
        margin-left: 64px !important
    }
    .ml-xl-17 {
        margin-left: 68px !important
    }
    .ml-xl-18 {
        margin-left: 72px !important
    }
    .ml-xl-19 {
        margin-left: 76px !important
    }
    .ml-xl-20 {
        margin-left: 80px !important
    }
    .ml-xl-21 {
        margin-left: 84px !important
    }
    .ml-xl-22 {
        margin-left: 88px !important
    }
    .ml-xl-23 {
        margin-left: 92px !important
    }
    .ml-xl-24 {
        margin-left: 96px !important
    }
    .ml-xl-25 {
        margin-left: 100px !important
    }
    .ml-xl-26 {
        margin-left: 104px !important
    }
    .ml-xl-27 {
        margin-left: 108px !important
    }
    .ml-xl-28 {
        margin-left: 112px !important
    }
    .ml-xl-29 {
        margin-left: 116px !important
    }
    .ml-xl-30 {
        margin-left: 120px !important
    }
    .ml-xl-31 {
        margin-left: 124px !important
    }
    .ml-xl-32 {
        margin-left: 128px !important
    }
    .ml-xl-33 {
        margin-left: 132px !important
    }
    .ml-xl-34 {
        margin-left: 136px !important
    }
    .ml-xl-35 {
        margin-left: 140px !important
    }
    .ml-xl-36 {
        margin-left: 144px !important
    }
    .ml-xl-37 {
        margin-left: 148px !important
    }
    .ml-xl-38 {
        margin-left: 152px !important
    }
    .ml-xl-39 {
        margin-left: 156px !important
    }
    .ml-xl-40 {
        margin-left: 160px !important
    }
    .ml-xl-0p5 {
        margin-left: 2px !important
    }
    .ml-xl-1p5 {
        margin-left: 6px !important
    }
    .ml-xl-2p5 {
        margin-left: 10px !important
    }
    .ml-xl-3p5 {
        margin-left: 14px !important
    }
    .ml-xl-4p5 {
        margin-left: 18px !important
    }
    .ml-xl-5p5 {
        margin-left: 22px !important
    }
    .ml-xl-6p5 {
        margin-left: 26px !important
    }
    .ml-xl-7p5 {
        margin-left: 30px !important
    }
    .ml-xl-12p5 {
        margin-left: 50px !important
    }
    .ml-xl-17p5 {
        margin-left: 70px !important
    }
    .ml-xl-20p5 {
        margin-left: 82px !important
    }
    .ml-xl-32p5 {
        margin-left: 130px !important
    }
    .ml-xl-42 {
        margin-left: 168px !important
    }
    .ml-xl-45 {
        margin-left: 180px !important
    }
    .ml-xl-48 {
        margin-left: 192px !important
    }
    .ml-xl-50 {
        margin-left: 200px !important
    }
    .ml-xl-55 {
        margin-left: 220px !important
    }
    .ml-xl-56 {
        margin-left: 224px !important
    }
    .ml-xl-60 {
        margin-left: 240px !important
    }
    .ml-xl-62 {
        margin-left: 248px !important
    }
    .ml-xl-64 {
        margin-left: 256px !important
    }
    .ml-xl-70 {
        margin-left: 280px !important
    }
    .ml-xl-72 {
        margin-left: 288px !important
    }
    .ml-xl-75 {
        margin-left: 300px !important
    }
    .ml-xl-80 {
        margin-left: 320px !important
    }
    .ml-xl-85 {
        margin-left: 340px !important
    }
    .ml-xl-90 {
        margin-left: 360px !important
    }
    .ml-xl-100 {
        margin-left: 400px !important
    }
    .ml-xl-112 {
        margin-left: 448px !important
    }
    .ml-xl-120 {
        margin-left: 480px !important
    }
    .ml-xl-143 {
        margin-left: 572px !important
    }
    .ml-xl-150 {
        margin-left: 600px !important
    }
    .ml-xl-160 {
        margin-left: 640px !important
    }
    .ml-xl-190 {
        margin-left: 760px !important
    }
    .ml-xl-200 {
        margin-left: 800px !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .ms-xl-0 {
        margin-inline-start: 0 !important
    }
    .ms-xl-1 {
        margin-inline-start: 4px !important
    }
    .ms-xl-2 {
        margin-inline-start: 8px !important
    }
    .ms-xl-3 {
        margin-inline-start: 12px !important
    }
    .ms-xl-4 {
        margin-inline-start: 16px !important
    }
    .ms-xl-5 {
        margin-inline-start: 20px !important
    }
    .ms-xl-6 {
        margin-inline-start: 24px !important
    }
    .ms-xl-7 {
        margin-inline-start: 28px !important
    }
    .ms-xl-8 {
        margin-inline-start: 32px !important
    }
    .ms-xl-9 {
        margin-inline-start: 36px !important
    }
    .ms-xl-10 {
        margin-inline-start: 40px !important
    }
    .ms-xl-11 {
        margin-inline-start: 44px !important
    }
    .ms-xl-12 {
        margin-inline-start: 48px !important
    }
    .ms-xl-13 {
        margin-inline-start: 52px !important
    }
    .ms-xl-14 {
        margin-inline-start: 56px !important
    }
    .ms-xl-15 {
        margin-inline-start: 60px !important
    }
    .ms-xl-16 {
        margin-inline-start: 64px !important
    }
    .ms-xl-17 {
        margin-inline-start: 68px !important
    }
    .ms-xl-18 {
        margin-inline-start: 72px !important
    }
    .ms-xl-19 {
        margin-inline-start: 76px !important
    }
    .ms-xl-20 {
        margin-inline-start: 80px !important
    }
    .ms-xl-21 {
        margin-inline-start: 84px !important
    }
    .ms-xl-22 {
        margin-inline-start: 88px !important
    }
    .ms-xl-23 {
        margin-inline-start: 92px !important
    }
    .ms-xl-24 {
        margin-inline-start: 96px !important
    }
    .ms-xl-25 {
        margin-inline-start: 100px !important
    }
    .ms-xl-26 {
        margin-inline-start: 104px !important
    }
    .ms-xl-27 {
        margin-inline-start: 108px !important
    }
    .ms-xl-28 {
        margin-inline-start: 112px !important
    }
    .ms-xl-29 {
        margin-inline-start: 116px !important
    }
    .ms-xl-30 {
        margin-inline-start: 120px !important
    }
    .ms-xl-31 {
        margin-inline-start: 124px !important
    }
    .ms-xl-32 {
        margin-inline-start: 128px !important
    }
    .ms-xl-33 {
        margin-inline-start: 132px !important
    }
    .ms-xl-34 {
        margin-inline-start: 136px !important
    }
    .ms-xl-35 {
        margin-inline-start: 140px !important
    }
    .ms-xl-36 {
        margin-inline-start: 144px !important
    }
    .ms-xl-37 {
        margin-inline-start: 148px !important
    }
    .ms-xl-38 {
        margin-inline-start: 152px !important
    }
    .ms-xl-39 {
        margin-inline-start: 156px !important
    }
    .ms-xl-40 {
        margin-inline-start: 160px !important
    }
    .ms-xl-0p5 {
        margin-inline-start: 2px !important
    }
    .ms-xl-1p5 {
        margin-inline-start: 6px !important
    }
    .ms-xl-2p5 {
        margin-inline-start: 10px !important
    }
    .ms-xl-3p5 {
        margin-inline-start: 14px !important
    }
    .ms-xl-4p5 {
        margin-inline-start: 18px !important
    }
    .ms-xl-5p5 {
        margin-inline-start: 22px !important
    }
    .ms-xl-6p5 {
        margin-inline-start: 26px !important
    }
    .ms-xl-7p5 {
        margin-inline-start: 30px !important
    }
    .ms-xl-12p5 {
        margin-inline-start: 50px !important
    }
    .ms-xl-17p5 {
        margin-inline-start: 70px !important
    }
    .ms-xl-20p5 {
        margin-inline-start: 82px !important
    }
    .ms-xl-32p5 {
        margin-inline-start: 130px !important
    }
    .ms-xl-42 {
        margin-inline-start: 168px !important
    }
    .ms-xl-45 {
        margin-inline-start: 180px !important
    }
    .ms-xl-48 {
        margin-inline-start: 192px !important
    }
    .ms-xl-50 {
        margin-inline-start: 200px !important
    }
    .ms-xl-55 {
        margin-inline-start: 220px !important
    }
    .ms-xl-56 {
        margin-inline-start: 224px !important
    }
    .ms-xl-60 {
        margin-inline-start: 240px !important
    }
    .ms-xl-62 {
        margin-inline-start: 248px !important
    }
    .ms-xl-64 {
        margin-inline-start: 256px !important
    }
    .ms-xl-70 {
        margin-inline-start: 280px !important
    }
    .ms-xl-72 {
        margin-inline-start: 288px !important
    }
    .ms-xl-75 {
        margin-inline-start: 300px !important
    }
    .ms-xl-80 {
        margin-inline-start: 320px !important
    }
    .ms-xl-85 {
        margin-inline-start: 340px !important
    }
    .ms-xl-90 {
        margin-inline-start: 360px !important
    }
    .ms-xl-100 {
        margin-inline-start: 400px !important
    }
    .ms-xl-112 {
        margin-inline-start: 448px !important
    }
    .ms-xl-120 {
        margin-inline-start: 480px !important
    }
    .ms-xl-143 {
        margin-inline-start: 572px !important
    }
    .ms-xl-150 {
        margin-inline-start: 600px !important
    }
    .ms-xl-160 {
        margin-inline-start: 640px !important
    }
    .ms-xl-190 {
        margin-inline-start: 760px !important
    }
    .ms-xl-200 {
        margin-inline-start: 800px !important
    }
    .ms-xl-auto {
        margin-inline-start: auto !important
    }
    .me-xl-0 {
        margin-inline-end: 0 !important
    }
    .me-xl-1 {
        margin-inline-end: 4px !important
    }
    .me-xl-2 {
        margin-inline-end: 8px !important
    }
    .me-xl-3 {
        margin-inline-end: 12px !important
    }
    .me-xl-4 {
        margin-inline-end: 16px !important
    }
    .me-xl-5 {
        margin-inline-end: 20px !important
    }
    .me-xl-6 {
        margin-inline-end: 24px !important
    }
    .me-xl-7 {
        margin-inline-end: 28px !important
    }
    .me-xl-8 {
        margin-inline-end: 32px !important
    }
    .me-xl-9 {
        margin-inline-end: 36px !important
    }
    .me-xl-10 {
        margin-inline-end: 40px !important
    }
    .me-xl-11 {
        margin-inline-end: 44px !important
    }
    .me-xl-12 {
        margin-inline-end: 48px !important
    }
    .me-xl-13 {
        margin-inline-end: 52px !important
    }
    .me-xl-14 {
        margin-inline-end: 56px !important
    }
    .me-xl-15 {
        margin-inline-end: 60px !important
    }
    .me-xl-16 {
        margin-inline-end: 64px !important
    }
    .me-xl-17 {
        margin-inline-end: 68px !important
    }
    .me-xl-18 {
        margin-inline-end: 72px !important
    }
    .me-xl-19 {
        margin-inline-end: 76px !important
    }
    .me-xl-20 {
        margin-inline-end: 80px !important
    }
    .me-xl-21 {
        margin-inline-end: 84px !important
    }
    .me-xl-22 {
        margin-inline-end: 88px !important
    }
    .me-xl-23 {
        margin-inline-end: 92px !important
    }
    .me-xl-24 {
        margin-inline-end: 96px !important
    }
    .me-xl-25 {
        margin-inline-end: 100px !important
    }
    .me-xl-26 {
        margin-inline-end: 104px !important
    }
    .me-xl-27 {
        margin-inline-end: 108px !important
    }
    .me-xl-28 {
        margin-inline-end: 112px !important
    }
    .me-xl-29 {
        margin-inline-end: 116px !important
    }
    .me-xl-30 {
        margin-inline-end: 120px !important
    }
    .me-xl-31 {
        margin-inline-end: 124px !important
    }
    .me-xl-32 {
        margin-inline-end: 128px !important
    }
    .me-xl-33 {
        margin-inline-end: 132px !important
    }
    .me-xl-34 {
        margin-inline-end: 136px !important
    }
    .me-xl-35 {
        margin-inline-end: 140px !important
    }
    .me-xl-36 {
        margin-inline-end: 144px !important
    }
    .me-xl-37 {
        margin-inline-end: 148px !important
    }
    .me-xl-38 {
        margin-inline-end: 152px !important
    }
    .me-xl-39 {
        margin-inline-end: 156px !important
    }
    .me-xl-40 {
        margin-inline-end: 160px !important
    }
    .me-xl-0p5 {
        margin-inline-end: 2px !important
    }
    .me-xl-1p5 {
        margin-inline-end: 6px !important
    }
    .me-xl-2p5 {
        margin-inline-end: 10px !important
    }
    .me-xl-3p5 {
        margin-inline-end: 14px !important
    }
    .me-xl-4p5 {
        margin-inline-end: 18px !important
    }
    .me-xl-5p5 {
        margin-inline-end: 22px !important
    }
    .me-xl-6p5 {
        margin-inline-end: 26px !important
    }
    .me-xl-7p5 {
        margin-inline-end: 30px !important
    }
    .me-xl-12p5 {
        margin-inline-end: 50px !important
    }
    .me-xl-17p5 {
        margin-inline-end: 70px !important
    }
    .me-xl-20p5 {
        margin-inline-end: 82px !important
    }
    .me-xl-32p5 {
        margin-inline-end: 130px !important
    }
    .me-xl-42 {
        margin-inline-end: 168px !important
    }
    .me-xl-45 {
        margin-inline-end: 180px !important
    }
    .me-xl-48 {
        margin-inline-end: 192px !important
    }
    .me-xl-50 {
        margin-inline-end: 200px !important
    }
    .me-xl-55 {
        margin-inline-end: 220px !important
    }
    .me-xl-56 {
        margin-inline-end: 224px !important
    }
    .me-xl-60 {
        margin-inline-end: 240px !important
    }
    .me-xl-62 {
        margin-inline-end: 248px !important
    }
    .me-xl-64 {
        margin-inline-end: 256px !important
    }
    .me-xl-70 {
        margin-inline-end: 280px !important
    }
    .me-xl-72 {
        margin-inline-end: 288px !important
    }
    .me-xl-75 {
        margin-inline-end: 300px !important
    }
    .me-xl-80 {
        margin-inline-end: 320px !important
    }
    .me-xl-85 {
        margin-inline-end: 340px !important
    }
    .me-xl-90 {
        margin-inline-end: 360px !important
    }
    .me-xl-100 {
        margin-inline-end: 400px !important
    }
    .me-xl-112 {
        margin-inline-end: 448px !important
    }
    .me-xl-120 {
        margin-inline-end: 480px !important
    }
    .me-xl-143 {
        margin-inline-end: 572px !important
    }
    .me-xl-150 {
        margin-inline-end: 600px !important
    }
    .me-xl-160 {
        margin-inline-end: 640px !important
    }
    .me-xl-190 {
        margin-inline-end: 760px !important
    }
    .me-xl-200 {
        margin-inline-end: 800px !important
    }
    .me-xl-auto {
        margin-inline-end: auto !important
    }
    .ma-xl-n1 {
        margin: -4px !important
    }
    .ma-xl-n2 {
        margin: -8px !important
    }
    .ma-xl-n3 {
        margin: -12px !important
    }
    .ma-xl-n4 {
        margin: -16px !important
    }
    .ma-xl-n5 {
        margin: -20px !important
    }
    .ma-xl-n6 {
        margin: -24px !important
    }
    .ma-xl-n7 {
        margin: -28px !important
    }
    .ma-xl-n8 {
        margin: -32px !important
    }
    .ma-xl-n9 {
        margin: -36px !important
    }
    .ma-xl-n10 {
        margin: -40px !important
    }
    .ma-xl-n11 {
        margin: -44px !important
    }
    .ma-xl-n12 {
        margin: -48px !important
    }
    .ma-xl-n13 {
        margin: -52px !important
    }
    .ma-xl-n14 {
        margin: -56px !important
    }
    .ma-xl-n15 {
        margin: -60px !important
    }
    .ma-xl-n16 {
        margin: -64px !important
    }
    .ma-xl-n17 {
        margin: -68px !important
    }
    .ma-xl-n18 {
        margin: -72px !important
    }
    .ma-xl-n19 {
        margin: -76px !important
    }
    .ma-xl-n20 {
        margin: -80px !important
    }
    .ma-xl-n21 {
        margin: -84px !important
    }
    .ma-xl-n22 {
        margin: -88px !important
    }
    .ma-xl-n23 {
        margin: -92px !important
    }
    .ma-xl-n24 {
        margin: -96px !important
    }
    .ma-xl-n25 {
        margin: -100px !important
    }
    .ma-xl-n26 {
        margin: -104px !important
    }
    .ma-xl-n27 {
        margin: -108px !important
    }
    .ma-xl-n28 {
        margin: -112px !important
    }
    .ma-xl-n29 {
        margin: -116px !important
    }
    .ma-xl-n30 {
        margin: -120px !important
    }
    .ma-xl-n31 {
        margin: -124px !important
    }
    .ma-xl-n32 {
        margin: -128px !important
    }
    .ma-xl-n33 {
        margin: -132px !important
    }
    .ma-xl-n34 {
        margin: -136px !important
    }
    .ma-xl-n35 {
        margin: -140px !important
    }
    .ma-xl-n36 {
        margin: -144px !important
    }
    .ma-xl-n37 {
        margin: -148px !important
    }
    .ma-xl-n38 {
        margin: -152px !important
    }
    .ma-xl-n39 {
        margin: -156px !important
    }
    .ma-xl-n40 {
        margin: -160px !important
    }
    .ma-xl-n0p5 {
        margin: -2px !important
    }
    .ma-xl-n1p5 {
        margin: -6px !important
    }
    .ma-xl-n2p5 {
        margin: -10px !important
    }
    .ma-xl-n3p5 {
        margin: -14px !important
    }
    .ma-xl-n4p5 {
        margin: -18px !important
    }
    .ma-xl-n5p5 {
        margin: -22px !important
    }
    .ma-xl-n6p5 {
        margin: -26px !important
    }
    .ma-xl-n7p5 {
        margin: -30px !important
    }
    .ma-xl-n12p5 {
        margin: -50px !important
    }
    .ma-xl-n17p5 {
        margin: -70px !important
    }
    .ma-xl-n20p5 {
        margin: -82px !important
    }
    .ma-xl-n32p5 {
        margin: -130px !important
    }
    .ma-xl-n42 {
        margin: -168px !important
    }
    .ma-xl-n45 {
        margin: -180px !important
    }
    .ma-xl-n48 {
        margin: -192px !important
    }
    .ma-xl-n50 {
        margin: -200px !important
    }
    .ma-xl-n55 {
        margin: -220px !important
    }
    .ma-xl-n56 {
        margin: -224px !important
    }
    .ma-xl-n60 {
        margin: -240px !important
    }
    .ma-xl-n62 {
        margin: -248px !important
    }
    .ma-xl-n64 {
        margin: -256px !important
    }
    .ma-xl-n70 {
        margin: -280px !important
    }
    .ma-xl-n72 {
        margin: -288px !important
    }
    .ma-xl-n75 {
        margin: -300px !important
    }
    .ma-xl-n80 {
        margin: -320px !important
    }
    .ma-xl-n85 {
        margin: -340px !important
    }
    .ma-xl-n90 {
        margin: -360px !important
    }
    .ma-xl-n100 {
        margin: -400px !important
    }
    .ma-xl-n112 {
        margin: -448px !important
    }
    .ma-xl-n120 {
        margin: -480px !important
    }
    .ma-xl-n143 {
        margin: -572px !important
    }
    .ma-xl-n150 {
        margin: -600px !important
    }
    .ma-xl-n160 {
        margin: -640px !important
    }
    .ma-xl-n190 {
        margin: -760px !important
    }
    .ma-xl-n200 {
        margin: -800px !important
    }
    .mx-xl-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-xl-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-xl-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-xl-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-xl-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-xl-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-xl-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-xl-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-xl-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-xl-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-xl-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-xl-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-xl-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-xl-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-xl-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-xl-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .mx-xl-n17 {
        margin-left: -68px !important;
        margin-right: -68px !important
    }
    .mx-xl-n18 {
        margin-left: -72px !important;
        margin-right: -72px !important
    }
    .mx-xl-n19 {
        margin-left: -76px !important;
        margin-right: -76px !important
    }
    .mx-xl-n20 {
        margin-left: -80px !important;
        margin-right: -80px !important
    }
    .mx-xl-n21 {
        margin-left: -84px !important;
        margin-right: -84px !important
    }
    .mx-xl-n22 {
        margin-left: -88px !important;
        margin-right: -88px !important
    }
    .mx-xl-n23 {
        margin-left: -92px !important;
        margin-right: -92px !important
    }
    .mx-xl-n24 {
        margin-left: -96px !important;
        margin-right: -96px !important
    }
    .mx-xl-n25 {
        margin-left: -100px !important;
        margin-right: -100px !important
    }
    .mx-xl-n26 {
        margin-left: -104px !important;
        margin-right: -104px !important
    }
    .mx-xl-n27 {
        margin-left: -108px !important;
        margin-right: -108px !important
    }
    .mx-xl-n28 {
        margin-left: -112px !important;
        margin-right: -112px !important
    }
    .mx-xl-n29 {
        margin-left: -116px !important;
        margin-right: -116px !important
    }
    .mx-xl-n30 {
        margin-left: -120px !important;
        margin-right: -120px !important
    }
    .mx-xl-n31 {
        margin-left: -124px !important;
        margin-right: -124px !important
    }
    .mx-xl-n32 {
        margin-left: -128px !important;
        margin-right: -128px !important
    }
    .mx-xl-n33 {
        margin-left: -132px !important;
        margin-right: -132px !important
    }
    .mx-xl-n34 {
        margin-left: -136px !important;
        margin-right: -136px !important
    }
    .mx-xl-n35 {
        margin-left: -140px !important;
        margin-right: -140px !important
    }
    .mx-xl-n36 {
        margin-left: -144px !important;
        margin-right: -144px !important
    }
    .mx-xl-n37 {
        margin-left: -148px !important;
        margin-right: -148px !important
    }
    .mx-xl-n38 {
        margin-left: -152px !important;
        margin-right: -152px !important
    }
    .mx-xl-n39 {
        margin-left: -156px !important;
        margin-right: -156px !important
    }
    .mx-xl-n40 {
        margin-left: -160px !important;
        margin-right: -160px !important
    }
    .mx-xl-n0p5 {
        margin-left: -2px !important;
        margin-right: -2px !important
    }
    .mx-xl-n1p5 {
        margin-left: -6px !important;
        margin-right: -6px !important
    }
    .mx-xl-n2p5 {
        margin-left: -10px !important;
        margin-right: -10px !important
    }
    .mx-xl-n3p5 {
        margin-left: -14px !important;
        margin-right: -14px !important
    }
    .mx-xl-n4p5 {
        margin-left: -18px !important;
        margin-right: -18px !important
    }
    .mx-xl-n5p5 {
        margin-left: -22px !important;
        margin-right: -22px !important
    }
    .mx-xl-n6p5 {
        margin-left: -26px !important;
        margin-right: -26px !important
    }
    .mx-xl-n7p5 {
        margin-left: -30px !important;
        margin-right: -30px !important
    }
    .mx-xl-n12p5 {
        margin-left: -50px !important;
        margin-right: -50px !important
    }
    .mx-xl-n17p5 {
        margin-left: -70px !important;
        margin-right: -70px !important
    }
    .mx-xl-n20p5 {
        margin-left: -82px !important;
        margin-right: -82px !important
    }
    .mx-xl-n32p5 {
        margin-left: -130px !important;
        margin-right: -130px !important
    }
    .mx-xl-n42 {
        margin-left: -168px !important;
        margin-right: -168px !important
    }
    .mx-xl-n45 {
        margin-left: -180px !important;
        margin-right: -180px !important
    }
    .mx-xl-n48 {
        margin-left: -192px !important;
        margin-right: -192px !important
    }
    .mx-xl-n50 {
        margin-left: -200px !important;
        margin-right: -200px !important
    }
    .mx-xl-n55 {
        margin-left: -220px !important;
        margin-right: -220px !important
    }
    .mx-xl-n56 {
        margin-left: -224px !important;
        margin-right: -224px !important
    }
    .mx-xl-n60 {
        margin-left: -240px !important;
        margin-right: -240px !important
    }
    .mx-xl-n62 {
        margin-left: -248px !important;
        margin-right: -248px !important
    }
    .mx-xl-n64 {
        margin-left: -256px !important;
        margin-right: -256px !important
    }
    .mx-xl-n70 {
        margin-left: -280px !important;
        margin-right: -280px !important
    }
    .mx-xl-n72 {
        margin-left: -288px !important;
        margin-right: -288px !important
    }
    .mx-xl-n75 {
        margin-left: -300px !important;
        margin-right: -300px !important
    }
    .mx-xl-n80 {
        margin-left: -320px !important;
        margin-right: -320px !important
    }
    .mx-xl-n85 {
        margin-left: -340px !important;
        margin-right: -340px !important
    }
    .mx-xl-n90 {
        margin-left: -360px !important;
        margin-right: -360px !important
    }
    .mx-xl-n100 {
        margin-left: -400px !important;
        margin-right: -400px !important
    }
    .mx-xl-n112 {
        margin-left: -448px !important;
        margin-right: -448px !important
    }
    .mx-xl-n120 {
        margin-left: -480px !important;
        margin-right: -480px !important
    }
    .mx-xl-n143 {
        margin-left: -572px !important;
        margin-right: -572px !important
    }
    .mx-xl-n150 {
        margin-left: -600px !important;
        margin-right: -600px !important
    }
    .mx-xl-n160 {
        margin-left: -640px !important;
        margin-right: -640px !important
    }
    .mx-xl-n190 {
        margin-left: -760px !important;
        margin-right: -760px !important
    }
    .mx-xl-n200 {
        margin-left: -800px !important;
        margin-right: -800px !important
    }
    .my-xl-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-xl-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-xl-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-xl-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-xl-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-xl-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-xl-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-xl-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-xl-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-xl-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-xl-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-xl-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-xl-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-xl-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-xl-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-xl-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .my-xl-n17 {
        margin-bottom: -68px !important;
        margin-top: -68px !important
    }
    .my-xl-n18 {
        margin-bottom: -72px !important;
        margin-top: -72px !important
    }
    .my-xl-n19 {
        margin-bottom: -76px !important;
        margin-top: -76px !important
    }
    .my-xl-n20 {
        margin-bottom: -80px !important;
        margin-top: -80px !important
    }
    .my-xl-n21 {
        margin-bottom: -84px !important;
        margin-top: -84px !important
    }
    .my-xl-n22 {
        margin-bottom: -88px !important;
        margin-top: -88px !important
    }
    .my-xl-n23 {
        margin-bottom: -92px !important;
        margin-top: -92px !important
    }
    .my-xl-n24 {
        margin-bottom: -96px !important;
        margin-top: -96px !important
    }
    .my-xl-n25 {
        margin-bottom: -100px !important;
        margin-top: -100px !important
    }
    .my-xl-n26 {
        margin-bottom: -104px !important;
        margin-top: -104px !important
    }
    .my-xl-n27 {
        margin-bottom: -108px !important;
        margin-top: -108px !important
    }
    .my-xl-n28 {
        margin-bottom: -112px !important;
        margin-top: -112px !important
    }
    .my-xl-n29 {
        margin-bottom: -116px !important;
        margin-top: -116px !important
    }
    .my-xl-n30 {
        margin-bottom: -120px !important;
        margin-top: -120px !important
    }
    .my-xl-n31 {
        margin-bottom: -124px !important;
        margin-top: -124px !important
    }
    .my-xl-n32 {
        margin-bottom: -128px !important;
        margin-top: -128px !important
    }
    .my-xl-n33 {
        margin-bottom: -132px !important;
        margin-top: -132px !important
    }
    .my-xl-n34 {
        margin-bottom: -136px !important;
        margin-top: -136px !important
    }
    .my-xl-n35 {
        margin-bottom: -140px !important;
        margin-top: -140px !important
    }
    .my-xl-n36 {
        margin-bottom: -144px !important;
        margin-top: -144px !important
    }
    .my-xl-n37 {
        margin-bottom: -148px !important;
        margin-top: -148px !important
    }
    .my-xl-n38 {
        margin-bottom: -152px !important;
        margin-top: -152px !important
    }
    .my-xl-n39 {
        margin-bottom: -156px !important;
        margin-top: -156px !important
    }
    .my-xl-n40 {
        margin-bottom: -160px !important;
        margin-top: -160px !important
    }
    .my-xl-n0p5 {
        margin-bottom: -2px !important;
        margin-top: -2px !important
    }
    .my-xl-n1p5 {
        margin-bottom: -6px !important;
        margin-top: -6px !important
    }
    .my-xl-n2p5 {
        margin-bottom: -10px !important;
        margin-top: -10px !important
    }
    .my-xl-n3p5 {
        margin-bottom: -14px !important;
        margin-top: -14px !important
    }
    .my-xl-n4p5 {
        margin-bottom: -18px !important;
        margin-top: -18px !important
    }
    .my-xl-n5p5 {
        margin-bottom: -22px !important;
        margin-top: -22px !important
    }
    .my-xl-n6p5 {
        margin-bottom: -26px !important;
        margin-top: -26px !important
    }
    .my-xl-n7p5 {
        margin-bottom: -30px !important;
        margin-top: -30px !important
    }
    .my-xl-n12p5 {
        margin-bottom: -50px !important;
        margin-top: -50px !important
    }
    .my-xl-n17p5 {
        margin-bottom: -70px !important;
        margin-top: -70px !important
    }
    .my-xl-n20p5 {
        margin-bottom: -82px !important;
        margin-top: -82px !important
    }
    .my-xl-n32p5 {
        margin-bottom: -130px !important;
        margin-top: -130px !important
    }
    .my-xl-n42 {
        margin-bottom: -168px !important;
        margin-top: -168px !important
    }
    .my-xl-n45 {
        margin-bottom: -180px !important;
        margin-top: -180px !important
    }
    .my-xl-n48 {
        margin-bottom: -192px !important;
        margin-top: -192px !important
    }
    .my-xl-n50 {
        margin-bottom: -200px !important;
        margin-top: -200px !important
    }
    .my-xl-n55 {
        margin-bottom: -220px !important;
        margin-top: -220px !important
    }
    .my-xl-n56 {
        margin-bottom: -224px !important;
        margin-top: -224px !important
    }
    .my-xl-n60 {
        margin-bottom: -240px !important;
        margin-top: -240px !important
    }
    .my-xl-n62 {
        margin-bottom: -248px !important;
        margin-top: -248px !important
    }
    .my-xl-n64 {
        margin-bottom: -256px !important;
        margin-top: -256px !important
    }
    .my-xl-n70 {
        margin-bottom: -280px !important;
        margin-top: -280px !important
    }
    .my-xl-n72 {
        margin-bottom: -288px !important;
        margin-top: -288px !important
    }
    .my-xl-n75 {
        margin-bottom: -300px !important;
        margin-top: -300px !important
    }
    .my-xl-n80 {
        margin-bottom: -320px !important;
        margin-top: -320px !important
    }
    .my-xl-n85 {
        margin-bottom: -340px !important;
        margin-top: -340px !important
    }
    .my-xl-n90 {
        margin-bottom: -360px !important;
        margin-top: -360px !important
    }
    .my-xl-n100 {
        margin-bottom: -400px !important;
        margin-top: -400px !important
    }
    .my-xl-n112 {
        margin-bottom: -448px !important;
        margin-top: -448px !important
    }
    .my-xl-n120 {
        margin-bottom: -480px !important;
        margin-top: -480px !important
    }
    .my-xl-n143 {
        margin-bottom: -572px !important;
        margin-top: -572px !important
    }
    .my-xl-n150 {
        margin-bottom: -600px !important;
        margin-top: -600px !important
    }
    .my-xl-n160 {
        margin-bottom: -640px !important;
        margin-top: -640px !important
    }
    .my-xl-n190 {
        margin-bottom: -760px !important;
        margin-top: -760px !important
    }
    .my-xl-n200 {
        margin-bottom: -800px !important;
        margin-top: -800px !important
    }
    .mt-xl-n1 {
        margin-top: -4px !important
    }
    .mt-xl-n2 {
        margin-top: -8px !important
    }
    .mt-xl-n3 {
        margin-top: -12px !important
    }
    .mt-xl-n4 {
        margin-top: -16px !important
    }
    .mt-xl-n5 {
        margin-top: -20px !important
    }
    .mt-xl-n6 {
        margin-top: -24px !important
    }
    .mt-xl-n7 {
        margin-top: -28px !important
    }
    .mt-xl-n8 {
        margin-top: -32px !important
    }
    .mt-xl-n9 {
        margin-top: -36px !important
    }
    .mt-xl-n10 {
        margin-top: -40px !important
    }
    .mt-xl-n11 {
        margin-top: -44px !important
    }
    .mt-xl-n12 {
        margin-top: -48px !important
    }
    .mt-xl-n13 {
        margin-top: -52px !important
    }
    .mt-xl-n14 {
        margin-top: -56px !important
    }
    .mt-xl-n15 {
        margin-top: -60px !important
    }
    .mt-xl-n16 {
        margin-top: -64px !important
    }
    .mt-xl-n17 {
        margin-top: -68px !important
    }
    .mt-xl-n18 {
        margin-top: -72px !important
    }
    .mt-xl-n19 {
        margin-top: -76px !important
    }
    .mt-xl-n20 {
        margin-top: -80px !important
    }
    .mt-xl-n21 {
        margin-top: -84px !important
    }
    .mt-xl-n22 {
        margin-top: -88px !important
    }
    .mt-xl-n23 {
        margin-top: -92px !important
    }
    .mt-xl-n24 {
        margin-top: -96px !important
    }
    .mt-xl-n25 {
        margin-top: -100px !important
    }
    .mt-xl-n26 {
        margin-top: -104px !important
    }
    .mt-xl-n27 {
        margin-top: -108px !important
    }
    .mt-xl-n28 {
        margin-top: -112px !important
    }
    .mt-xl-n29 {
        margin-top: -116px !important
    }
    .mt-xl-n30 {
        margin-top: -120px !important
    }
    .mt-xl-n31 {
        margin-top: -124px !important
    }
    .mt-xl-n32 {
        margin-top: -128px !important
    }
    .mt-xl-n33 {
        margin-top: -132px !important
    }
    .mt-xl-n34 {
        margin-top: -136px !important
    }
    .mt-xl-n35 {
        margin-top: -140px !important
    }
    .mt-xl-n36 {
        margin-top: -144px !important
    }
    .mt-xl-n37 {
        margin-top: -148px !important
    }
    .mt-xl-n38 {
        margin-top: -152px !important
    }
    .mt-xl-n39 {
        margin-top: -156px !important
    }
    .mt-xl-n40 {
        margin-top: -160px !important
    }
    .mt-xl-n0p5 {
        margin-top: -2px !important
    }
    .mt-xl-n1p5 {
        margin-top: -6px !important
    }
    .mt-xl-n2p5 {
        margin-top: -10px !important
    }
    .mt-xl-n3p5 {
        margin-top: -14px !important
    }
    .mt-xl-n4p5 {
        margin-top: -18px !important
    }
    .mt-xl-n5p5 {
        margin-top: -22px !important
    }
    .mt-xl-n6p5 {
        margin-top: -26px !important
    }
    .mt-xl-n7p5 {
        margin-top: -30px !important
    }
    .mt-xl-n12p5 {
        margin-top: -50px !important
    }
    .mt-xl-n17p5 {
        margin-top: -70px !important
    }
    .mt-xl-n20p5 {
        margin-top: -82px !important
    }
    .mt-xl-n32p5 {
        margin-top: -130px !important
    }
    .mt-xl-n42 {
        margin-top: -168px !important
    }
    .mt-xl-n45 {
        margin-top: -180px !important
    }
    .mt-xl-n48 {
        margin-top: -192px !important
    }
    .mt-xl-n50 {
        margin-top: -200px !important
    }
    .mt-xl-n55 {
        margin-top: -220px !important
    }
    .mt-xl-n56 {
        margin-top: -224px !important
    }
    .mt-xl-n60 {
        margin-top: -240px !important
    }
    .mt-xl-n62 {
        margin-top: -248px !important
    }
    .mt-xl-n64 {
        margin-top: -256px !important
    }
    .mt-xl-n70 {
        margin-top: -280px !important
    }
    .mt-xl-n72 {
        margin-top: -288px !important
    }
    .mt-xl-n75 {
        margin-top: -300px !important
    }
    .mt-xl-n80 {
        margin-top: -320px !important
    }
    .mt-xl-n85 {
        margin-top: -340px !important
    }
    .mt-xl-n90 {
        margin-top: -360px !important
    }
    .mt-xl-n100 {
        margin-top: -400px !important
    }
    .mt-xl-n112 {
        margin-top: -448px !important
    }
    .mt-xl-n120 {
        margin-top: -480px !important
    }
    .mt-xl-n143 {
        margin-top: -572px !important
    }
    .mt-xl-n150 {
        margin-top: -600px !important
    }
    .mt-xl-n160 {
        margin-top: -640px !important
    }
    .mt-xl-n190 {
        margin-top: -760px !important
    }
    .mt-xl-n200 {
        margin-top: -800px !important
    }
    .mr-xl-n1 {
        margin-right: -4px !important
    }
    .mr-xl-n2 {
        margin-right: -8px !important
    }
    .mr-xl-n3 {
        margin-right: -12px !important
    }
    .mr-xl-n4 {
        margin-right: -16px !important
    }
    .mr-xl-n5 {
        margin-right: -20px !important
    }
    .mr-xl-n6 {
        margin-right: -24px !important
    }
    .mr-xl-n7 {
        margin-right: -28px !important
    }
    .mr-xl-n8 {
        margin-right: -32px !important
    }
    .mr-xl-n9 {
        margin-right: -36px !important
    }
    .mr-xl-n10 {
        margin-right: -40px !important
    }
    .mr-xl-n11 {
        margin-right: -44px !important
    }
    .mr-xl-n12 {
        margin-right: -48px !important
    }
    .mr-xl-n13 {
        margin-right: -52px !important
    }
    .mr-xl-n14 {
        margin-right: -56px !important
    }
    .mr-xl-n15 {
        margin-right: -60px !important
    }
    .mr-xl-n16 {
        margin-right: -64px !important
    }
    .mr-xl-n17 {
        margin-right: -68px !important
    }
    .mr-xl-n18 {
        margin-right: -72px !important
    }
    .mr-xl-n19 {
        margin-right: -76px !important
    }
    .mr-xl-n20 {
        margin-right: -80px !important
    }
    .mr-xl-n21 {
        margin-right: -84px !important
    }
    .mr-xl-n22 {
        margin-right: -88px !important
    }
    .mr-xl-n23 {
        margin-right: -92px !important
    }
    .mr-xl-n24 {
        margin-right: -96px !important
    }
    .mr-xl-n25 {
        margin-right: -100px !important
    }
    .mr-xl-n26 {
        margin-right: -104px !important
    }
    .mr-xl-n27 {
        margin-right: -108px !important
    }
    .mr-xl-n28 {
        margin-right: -112px !important
    }
    .mr-xl-n29 {
        margin-right: -116px !important
    }
    .mr-xl-n30 {
        margin-right: -120px !important
    }
    .mr-xl-n31 {
        margin-right: -124px !important
    }
    .mr-xl-n32 {
        margin-right: -128px !important
    }
    .mr-xl-n33 {
        margin-right: -132px !important
    }
    .mr-xl-n34 {
        margin-right: -136px !important
    }
    .mr-xl-n35 {
        margin-right: -140px !important
    }
    .mr-xl-n36 {
        margin-right: -144px !important
    }
    .mr-xl-n37 {
        margin-right: -148px !important
    }
    .mr-xl-n38 {
        margin-right: -152px !important
    }
    .mr-xl-n39 {
        margin-right: -156px !important
    }
    .mr-xl-n40 {
        margin-right: -160px !important
    }
    .mr-xl-n0p5 {
        margin-right: -2px !important
    }
    .mr-xl-n1p5 {
        margin-right: -6px !important
    }
    .mr-xl-n2p5 {
        margin-right: -10px !important
    }
    .mr-xl-n3p5 {
        margin-right: -14px !important
    }
    .mr-xl-n4p5 {
        margin-right: -18px !important
    }
    .mr-xl-n5p5 {
        margin-right: -22px !important
    }
    .mr-xl-n6p5 {
        margin-right: -26px !important
    }
    .mr-xl-n7p5 {
        margin-right: -30px !important
    }
    .mr-xl-n12p5 {
        margin-right: -50px !important
    }
    .mr-xl-n17p5 {
        margin-right: -70px !important
    }
    .mr-xl-n20p5 {
        margin-right: -82px !important
    }
    .mr-xl-n32p5 {
        margin-right: -130px !important
    }
    .mr-xl-n42 {
        margin-right: -168px !important
    }
    .mr-xl-n45 {
        margin-right: -180px !important
    }
    .mr-xl-n48 {
        margin-right: -192px !important
    }
    .mr-xl-n50 {
        margin-right: -200px !important
    }
    .mr-xl-n55 {
        margin-right: -220px !important
    }
    .mr-xl-n56 {
        margin-right: -224px !important
    }
    .mr-xl-n60 {
        margin-right: -240px !important
    }
    .mr-xl-n62 {
        margin-right: -248px !important
    }
    .mr-xl-n64 {
        margin-right: -256px !important
    }
    .mr-xl-n70 {
        margin-right: -280px !important
    }
    .mr-xl-n72 {
        margin-right: -288px !important
    }
    .mr-xl-n75 {
        margin-right: -300px !important
    }
    .mr-xl-n80 {
        margin-right: -320px !important
    }
    .mr-xl-n85 {
        margin-right: -340px !important
    }
    .mr-xl-n90 {
        margin-right: -360px !important
    }
    .mr-xl-n100 {
        margin-right: -400px !important
    }
    .mr-xl-n112 {
        margin-right: -448px !important
    }
    .mr-xl-n120 {
        margin-right: -480px !important
    }
    .mr-xl-n143 {
        margin-right: -572px !important
    }
    .mr-xl-n150 {
        margin-right: -600px !important
    }
    .mr-xl-n160 {
        margin-right: -640px !important
    }
    .mr-xl-n190 {
        margin-right: -760px !important
    }
    .mr-xl-n200 {
        margin-right: -800px !important
    }
    .mb-xl-n1 {
        margin-bottom: -4px !important
    }
    .mb-xl-n2 {
        margin-bottom: -8px !important
    }
    .mb-xl-n3 {
        margin-bottom: -12px !important
    }
    .mb-xl-n4 {
        margin-bottom: -16px !important
    }
    .mb-xl-n5 {
        margin-bottom: -20px !important
    }
    .mb-xl-n6 {
        margin-bottom: -24px !important
    }
    .mb-xl-n7 {
        margin-bottom: -28px !important
    }
    .mb-xl-n8 {
        margin-bottom: -32px !important
    }
    .mb-xl-n9 {
        margin-bottom: -36px !important
    }
    .mb-xl-n10 {
        margin-bottom: -40px !important
    }
    .mb-xl-n11 {
        margin-bottom: -44px !important
    }
    .mb-xl-n12 {
        margin-bottom: -48px !important
    }
    .mb-xl-n13 {
        margin-bottom: -52px !important
    }
    .mb-xl-n14 {
        margin-bottom: -56px !important
    }
    .mb-xl-n15 {
        margin-bottom: -60px !important
    }
    .mb-xl-n16 {
        margin-bottom: -64px !important
    }
    .mb-xl-n17 {
        margin-bottom: -68px !important
    }
    .mb-xl-n18 {
        margin-bottom: -72px !important
    }
    .mb-xl-n19 {
        margin-bottom: -76px !important
    }
    .mb-xl-n20 {
        margin-bottom: -80px !important
    }
    .mb-xl-n21 {
        margin-bottom: -84px !important
    }
    .mb-xl-n22 {
        margin-bottom: -88px !important
    }
    .mb-xl-n23 {
        margin-bottom: -92px !important
    }
    .mb-xl-n24 {
        margin-bottom: -96px !important
    }
    .mb-xl-n25 {
        margin-bottom: -100px !important
    }
    .mb-xl-n26 {
        margin-bottom: -104px !important
    }
    .mb-xl-n27 {
        margin-bottom: -108px !important
    }
    .mb-xl-n28 {
        margin-bottom: -112px !important
    }
    .mb-xl-n29 {
        margin-bottom: -116px !important
    }
    .mb-xl-n30 {
        margin-bottom: -120px !important
    }
    .mb-xl-n31 {
        margin-bottom: -124px !important
    }
    .mb-xl-n32 {
        margin-bottom: -128px !important
    }
    .mb-xl-n33 {
        margin-bottom: -132px !important
    }
    .mb-xl-n34 {
        margin-bottom: -136px !important
    }
    .mb-xl-n35 {
        margin-bottom: -140px !important
    }
    .mb-xl-n36 {
        margin-bottom: -144px !important
    }
    .mb-xl-n37 {
        margin-bottom: -148px !important
    }
    .mb-xl-n38 {
        margin-bottom: -152px !important
    }
    .mb-xl-n39 {
        margin-bottom: -156px !important
    }
    .mb-xl-n40 {
        margin-bottom: -160px !important
    }
    .mb-xl-n0p5 {
        margin-bottom: -2px !important
    }
    .mb-xl-n1p5 {
        margin-bottom: -6px !important
    }
    .mb-xl-n2p5 {
        margin-bottom: -10px !important
    }
    .mb-xl-n3p5 {
        margin-bottom: -14px !important
    }
    .mb-xl-n4p5 {
        margin-bottom: -18px !important
    }
    .mb-xl-n5p5 {
        margin-bottom: -22px !important
    }
    .mb-xl-n6p5 {
        margin-bottom: -26px !important
    }
    .mb-xl-n7p5 {
        margin-bottom: -30px !important
    }
    .mb-xl-n12p5 {
        margin-bottom: -50px !important
    }
    .mb-xl-n17p5 {
        margin-bottom: -70px !important
    }
    .mb-xl-n20p5 {
        margin-bottom: -82px !important
    }
    .mb-xl-n32p5 {
        margin-bottom: -130px !important
    }
    .mb-xl-n42 {
        margin-bottom: -168px !important
    }
    .mb-xl-n45 {
        margin-bottom: -180px !important
    }
    .mb-xl-n48 {
        margin-bottom: -192px !important
    }
    .mb-xl-n50 {
        margin-bottom: -200px !important
    }
    .mb-xl-n55 {
        margin-bottom: -220px !important
    }
    .mb-xl-n56 {
        margin-bottom: -224px !important
    }
    .mb-xl-n60 {
        margin-bottom: -240px !important
    }
    .mb-xl-n62 {
        margin-bottom: -248px !important
    }
    .mb-xl-n64 {
        margin-bottom: -256px !important
    }
    .mb-xl-n70 {
        margin-bottom: -280px !important
    }
    .mb-xl-n72 {
        margin-bottom: -288px !important
    }
    .mb-xl-n75 {
        margin-bottom: -300px !important
    }
    .mb-xl-n80 {
        margin-bottom: -320px !important
    }
    .mb-xl-n85 {
        margin-bottom: -340px !important
    }
    .mb-xl-n90 {
        margin-bottom: -360px !important
    }
    .mb-xl-n100 {
        margin-bottom: -400px !important
    }
    .mb-xl-n112 {
        margin-bottom: -448px !important
    }
    .mb-xl-n120 {
        margin-bottom: -480px !important
    }
    .mb-xl-n143 {
        margin-bottom: -572px !important
    }
    .mb-xl-n150 {
        margin-bottom: -600px !important
    }
    .mb-xl-n160 {
        margin-bottom: -640px !important
    }
    .mb-xl-n190 {
        margin-bottom: -760px !important
    }
    .mb-xl-n200 {
        margin-bottom: -800px !important
    }
    .ml-xl-n1 {
        margin-left: -4px !important
    }
    .ml-xl-n2 {
        margin-left: -8px !important
    }
    .ml-xl-n3 {
        margin-left: -12px !important
    }
    .ml-xl-n4 {
        margin-left: -16px !important
    }
    .ml-xl-n5 {
        margin-left: -20px !important
    }
    .ml-xl-n6 {
        margin-left: -24px !important
    }
    .ml-xl-n7 {
        margin-left: -28px !important
    }
    .ml-xl-n8 {
        margin-left: -32px !important
    }
    .ml-xl-n9 {
        margin-left: -36px !important
    }
    .ml-xl-n10 {
        margin-left: -40px !important
    }
    .ml-xl-n11 {
        margin-left: -44px !important
    }
    .ml-xl-n12 {
        margin-left: -48px !important
    }
    .ml-xl-n13 {
        margin-left: -52px !important
    }
    .ml-xl-n14 {
        margin-left: -56px !important
    }
    .ml-xl-n15 {
        margin-left: -60px !important
    }
    .ml-xl-n16 {
        margin-left: -64px !important
    }
    .ml-xl-n17 {
        margin-left: -68px !important
    }
    .ml-xl-n18 {
        margin-left: -72px !important
    }
    .ml-xl-n19 {
        margin-left: -76px !important
    }
    .ml-xl-n20 {
        margin-left: -80px !important
    }
    .ml-xl-n21 {
        margin-left: -84px !important
    }
    .ml-xl-n22 {
        margin-left: -88px !important
    }
    .ml-xl-n23 {
        margin-left: -92px !important
    }
    .ml-xl-n24 {
        margin-left: -96px !important
    }
    .ml-xl-n25 {
        margin-left: -100px !important
    }
    .ml-xl-n26 {
        margin-left: -104px !important
    }
    .ml-xl-n27 {
        margin-left: -108px !important
    }
    .ml-xl-n28 {
        margin-left: -112px !important
    }
    .ml-xl-n29 {
        margin-left: -116px !important
    }
    .ml-xl-n30 {
        margin-left: -120px !important
    }
    .ml-xl-n31 {
        margin-left: -124px !important
    }
    .ml-xl-n32 {
        margin-left: -128px !important
    }
    .ml-xl-n33 {
        margin-left: -132px !important
    }
    .ml-xl-n34 {
        margin-left: -136px !important
    }
    .ml-xl-n35 {
        margin-left: -140px !important
    }
    .ml-xl-n36 {
        margin-left: -144px !important
    }
    .ml-xl-n37 {
        margin-left: -148px !important
    }
    .ml-xl-n38 {
        margin-left: -152px !important
    }
    .ml-xl-n39 {
        margin-left: -156px !important
    }
    .ml-xl-n40 {
        margin-left: -160px !important
    }
    .ml-xl-n0p5 {
        margin-left: -2px !important
    }
    .ml-xl-n1p5 {
        margin-left: -6px !important
    }
    .ml-xl-n2p5 {
        margin-left: -10px !important
    }
    .ml-xl-n3p5 {
        margin-left: -14px !important
    }
    .ml-xl-n4p5 {
        margin-left: -18px !important
    }
    .ml-xl-n5p5 {
        margin-left: -22px !important
    }
    .ml-xl-n6p5 {
        margin-left: -26px !important
    }
    .ml-xl-n7p5 {
        margin-left: -30px !important
    }
    .ml-xl-n12p5 {
        margin-left: -50px !important
    }
    .ml-xl-n17p5 {
        margin-left: -70px !important
    }
    .ml-xl-n20p5 {
        margin-left: -82px !important
    }
    .ml-xl-n32p5 {
        margin-left: -130px !important
    }
    .ml-xl-n42 {
        margin-left: -168px !important
    }
    .ml-xl-n45 {
        margin-left: -180px !important
    }
    .ml-xl-n48 {
        margin-left: -192px !important
    }
    .ml-xl-n50 {
        margin-left: -200px !important
    }
    .ml-xl-n55 {
        margin-left: -220px !important
    }
    .ml-xl-n56 {
        margin-left: -224px !important
    }
    .ml-xl-n60 {
        margin-left: -240px !important
    }
    .ml-xl-n62 {
        margin-left: -248px !important
    }
    .ml-xl-n64 {
        margin-left: -256px !important
    }
    .ml-xl-n70 {
        margin-left: -280px !important
    }
    .ml-xl-n72 {
        margin-left: -288px !important
    }
    .ml-xl-n75 {
        margin-left: -300px !important
    }
    .ml-xl-n80 {
        margin-left: -320px !important
    }
    .ml-xl-n85 {
        margin-left: -340px !important
    }
    .ml-xl-n90 {
        margin-left: -360px !important
    }
    .ml-xl-n100 {
        margin-left: -400px !important
    }
    .ml-xl-n112 {
        margin-left: -448px !important
    }
    .ml-xl-n120 {
        margin-left: -480px !important
    }
    .ml-xl-n143 {
        margin-left: -572px !important
    }
    .ml-xl-n150 {
        margin-left: -600px !important
    }
    .ml-xl-n160 {
        margin-left: -640px !important
    }
    .ml-xl-n190 {
        margin-left: -760px !important
    }
    .ml-xl-n200 {
        margin-left: -800px !important
    }
    .ms-xl-n1 {
        margin-inline-start: -4px !important
    }
    .ms-xl-n2 {
        margin-inline-start: -8px !important
    }
    .ms-xl-n3 {
        margin-inline-start: -12px !important
    }
    .ms-xl-n4 {
        margin-inline-start: -16px !important
    }
    .ms-xl-n5 {
        margin-inline-start: -20px !important
    }
    .ms-xl-n6 {
        margin-inline-start: -24px !important
    }
    .ms-xl-n7 {
        margin-inline-start: -28px !important
    }
    .ms-xl-n8 {
        margin-inline-start: -32px !important
    }
    .ms-xl-n9 {
        margin-inline-start: -36px !important
    }
    .ms-xl-n10 {
        margin-inline-start: -40px !important
    }
    .ms-xl-n11 {
        margin-inline-start: -44px !important
    }
    .ms-xl-n12 {
        margin-inline-start: -48px !important
    }
    .ms-xl-n13 {
        margin-inline-start: -52px !important
    }
    .ms-xl-n14 {
        margin-inline-start: -56px !important
    }
    .ms-xl-n15 {
        margin-inline-start: -60px !important
    }
    .ms-xl-n16 {
        margin-inline-start: -64px !important
    }
    .ms-xl-n17 {
        margin-inline-start: -68px !important
    }
    .ms-xl-n18 {
        margin-inline-start: -72px !important
    }
    .ms-xl-n19 {
        margin-inline-start: -76px !important
    }
    .ms-xl-n20 {
        margin-inline-start: -80px !important
    }
    .ms-xl-n21 {
        margin-inline-start: -84px !important
    }
    .ms-xl-n22 {
        margin-inline-start: -88px !important
    }
    .ms-xl-n23 {
        margin-inline-start: -92px !important
    }
    .ms-xl-n24 {
        margin-inline-start: -96px !important
    }
    .ms-xl-n25 {
        margin-inline-start: -100px !important
    }
    .ms-xl-n26 {
        margin-inline-start: -104px !important
    }
    .ms-xl-n27 {
        margin-inline-start: -108px !important
    }
    .ms-xl-n28 {
        margin-inline-start: -112px !important
    }
    .ms-xl-n29 {
        margin-inline-start: -116px !important
    }
    .ms-xl-n30 {
        margin-inline-start: -120px !important
    }
    .ms-xl-n31 {
        margin-inline-start: -124px !important
    }
    .ms-xl-n32 {
        margin-inline-start: -128px !important
    }
    .ms-xl-n33 {
        margin-inline-start: -132px !important
    }
    .ms-xl-n34 {
        margin-inline-start: -136px !important
    }
    .ms-xl-n35 {
        margin-inline-start: -140px !important
    }
    .ms-xl-n36 {
        margin-inline-start: -144px !important
    }
    .ms-xl-n37 {
        margin-inline-start: -148px !important
    }
    .ms-xl-n38 {
        margin-inline-start: -152px !important
    }
    .ms-xl-n39 {
        margin-inline-start: -156px !important
    }
    .ms-xl-n40 {
        margin-inline-start: -160px !important
    }
    .ms-xl-n0p5 {
        margin-inline-start: -2px !important
    }
    .ms-xl-n1p5 {
        margin-inline-start: -6px !important
    }
    .ms-xl-n2p5 {
        margin-inline-start: -10px !important
    }
    .ms-xl-n3p5 {
        margin-inline-start: -14px !important
    }
    .ms-xl-n4p5 {
        margin-inline-start: -18px !important
    }
    .ms-xl-n5p5 {
        margin-inline-start: -22px !important
    }
    .ms-xl-n6p5 {
        margin-inline-start: -26px !important
    }
    .ms-xl-n7p5 {
        margin-inline-start: -30px !important
    }
    .ms-xl-n12p5 {
        margin-inline-start: -50px !important
    }
    .ms-xl-n17p5 {
        margin-inline-start: -70px !important
    }
    .ms-xl-n20p5 {
        margin-inline-start: -82px !important
    }
    .ms-xl-n32p5 {
        margin-inline-start: -130px !important
    }
    .ms-xl-n42 {
        margin-inline-start: -168px !important
    }
    .ms-xl-n45 {
        margin-inline-start: -180px !important
    }
    .ms-xl-n48 {
        margin-inline-start: -192px !important
    }
    .ms-xl-n50 {
        margin-inline-start: -200px !important
    }
    .ms-xl-n55 {
        margin-inline-start: -220px !important
    }
    .ms-xl-n56 {
        margin-inline-start: -224px !important
    }
    .ms-xl-n60 {
        margin-inline-start: -240px !important
    }
    .ms-xl-n62 {
        margin-inline-start: -248px !important
    }
    .ms-xl-n64 {
        margin-inline-start: -256px !important
    }
    .ms-xl-n70 {
        margin-inline-start: -280px !important
    }
    .ms-xl-n72 {
        margin-inline-start: -288px !important
    }
    .ms-xl-n75 {
        margin-inline-start: -300px !important
    }
    .ms-xl-n80 {
        margin-inline-start: -320px !important
    }
    .ms-xl-n85 {
        margin-inline-start: -340px !important
    }
    .ms-xl-n90 {
        margin-inline-start: -360px !important
    }
    .ms-xl-n100 {
        margin-inline-start: -400px !important
    }
    .ms-xl-n112 {
        margin-inline-start: -448px !important
    }
    .ms-xl-n120 {
        margin-inline-start: -480px !important
    }
    .ms-xl-n143 {
        margin-inline-start: -572px !important
    }
    .ms-xl-n150 {
        margin-inline-start: -600px !important
    }
    .ms-xl-n160 {
        margin-inline-start: -640px !important
    }
    .ms-xl-n190 {
        margin-inline-start: -760px !important
    }
    .ms-xl-n200 {
        margin-inline-start: -800px !important
    }
    .me-xl-n1 {
        margin-inline-end: -4px !important
    }
    .me-xl-n2 {
        margin-inline-end: -8px !important
    }
    .me-xl-n3 {
        margin-inline-end: -12px !important
    }
    .me-xl-n4 {
        margin-inline-end: -16px !important
    }
    .me-xl-n5 {
        margin-inline-end: -20px !important
    }
    .me-xl-n6 {
        margin-inline-end: -24px !important
    }
    .me-xl-n7 {
        margin-inline-end: -28px !important
    }
    .me-xl-n8 {
        margin-inline-end: -32px !important
    }
    .me-xl-n9 {
        margin-inline-end: -36px !important
    }
    .me-xl-n10 {
        margin-inline-end: -40px !important
    }
    .me-xl-n11 {
        margin-inline-end: -44px !important
    }
    .me-xl-n12 {
        margin-inline-end: -48px !important
    }
    .me-xl-n13 {
        margin-inline-end: -52px !important
    }
    .me-xl-n14 {
        margin-inline-end: -56px !important
    }
    .me-xl-n15 {
        margin-inline-end: -60px !important
    }
    .me-xl-n16 {
        margin-inline-end: -64px !important
    }
    .me-xl-n17 {
        margin-inline-end: -68px !important
    }
    .me-xl-n18 {
        margin-inline-end: -72px !important
    }
    .me-xl-n19 {
        margin-inline-end: -76px !important
    }
    .me-xl-n20 {
        margin-inline-end: -80px !important
    }
    .me-xl-n21 {
        margin-inline-end: -84px !important
    }
    .me-xl-n22 {
        margin-inline-end: -88px !important
    }
    .me-xl-n23 {
        margin-inline-end: -92px !important
    }
    .me-xl-n24 {
        margin-inline-end: -96px !important
    }
    .me-xl-n25 {
        margin-inline-end: -100px !important
    }
    .me-xl-n26 {
        margin-inline-end: -104px !important
    }
    .me-xl-n27 {
        margin-inline-end: -108px !important
    }
    .me-xl-n28 {
        margin-inline-end: -112px !important
    }
    .me-xl-n29 {
        margin-inline-end: -116px !important
    }
    .me-xl-n30 {
        margin-inline-end: -120px !important
    }
    .me-xl-n31 {
        margin-inline-end: -124px !important
    }
    .me-xl-n32 {
        margin-inline-end: -128px !important
    }
    .me-xl-n33 {
        margin-inline-end: -132px !important
    }
    .me-xl-n34 {
        margin-inline-end: -136px !important
    }
    .me-xl-n35 {
        margin-inline-end: -140px !important
    }
    .me-xl-n36 {
        margin-inline-end: -144px !important
    }
    .me-xl-n37 {
        margin-inline-end: -148px !important
    }
    .me-xl-n38 {
        margin-inline-end: -152px !important
    }
    .me-xl-n39 {
        margin-inline-end: -156px !important
    }
    .me-xl-n40 {
        margin-inline-end: -160px !important
    }
    .me-xl-n0p5 {
        margin-inline-end: -2px !important
    }
    .me-xl-n1p5 {
        margin-inline-end: -6px !important
    }
    .me-xl-n2p5 {
        margin-inline-end: -10px !important
    }
    .me-xl-n3p5 {
        margin-inline-end: -14px !important
    }
    .me-xl-n4p5 {
        margin-inline-end: -18px !important
    }
    .me-xl-n5p5 {
        margin-inline-end: -22px !important
    }
    .me-xl-n6p5 {
        margin-inline-end: -26px !important
    }
    .me-xl-n7p5 {
        margin-inline-end: -30px !important
    }
    .me-xl-n12p5 {
        margin-inline-end: -50px !important
    }
    .me-xl-n17p5 {
        margin-inline-end: -70px !important
    }
    .me-xl-n20p5 {
        margin-inline-end: -82px !important
    }
    .me-xl-n32p5 {
        margin-inline-end: -130px !important
    }
    .me-xl-n42 {
        margin-inline-end: -168px !important
    }
    .me-xl-n45 {
        margin-inline-end: -180px !important
    }
    .me-xl-n48 {
        margin-inline-end: -192px !important
    }
    .me-xl-n50 {
        margin-inline-end: -200px !important
    }
    .me-xl-n55 {
        margin-inline-end: -220px !important
    }
    .me-xl-n56 {
        margin-inline-end: -224px !important
    }
    .me-xl-n60 {
        margin-inline-end: -240px !important
    }
    .me-xl-n62 {
        margin-inline-end: -248px !important
    }
    .me-xl-n64 {
        margin-inline-end: -256px !important
    }
    .me-xl-n70 {
        margin-inline-end: -280px !important
    }
    .me-xl-n72 {
        margin-inline-end: -288px !important
    }
    .me-xl-n75 {
        margin-inline-end: -300px !important
    }
    .me-xl-n80 {
        margin-inline-end: -320px !important
    }
    .me-xl-n85 {
        margin-inline-end: -340px !important
    }
    .me-xl-n90 {
        margin-inline-end: -360px !important
    }
    .me-xl-n100 {
        margin-inline-end: -400px !important
    }
    .me-xl-n112 {
        margin-inline-end: -448px !important
    }
    .me-xl-n120 {
        margin-inline-end: -480px !important
    }
    .me-xl-n143 {
        margin-inline-end: -572px !important
    }
    .me-xl-n150 {
        margin-inline-end: -600px !important
    }
    .me-xl-n160 {
        margin-inline-end: -640px !important
    }
    .me-xl-n190 {
        margin-inline-end: -760px !important
    }
    .me-xl-n200 {
        margin-inline-end: -800px !important
    }
    .pa-xl-0 {
        padding: 0 !important
    }
    .pa-xl-1 {
        padding: 4px !important
    }
    .pa-xl-2 {
        padding: 8px !important
    }
    .pa-xl-3 {
        padding: 12px !important
    }
    .pa-xl-4 {
        padding: 16px !important
    }
    .pa-xl-5 {
        padding: 20px !important
    }
    .pa-xl-6 {
        padding: 24px !important
    }
    .pa-xl-7 {
        padding: 28px !important
    }
    .pa-xl-8 {
        padding: 32px !important
    }
    .pa-xl-9 {
        padding: 36px !important
    }
    .pa-xl-10 {
        padding: 40px !important
    }
    .pa-xl-11 {
        padding: 44px !important
    }
    .pa-xl-12 {
        padding: 48px !important
    }
    .pa-xl-13 {
        padding: 52px !important
    }
    .pa-xl-14 {
        padding: 56px !important
    }
    .pa-xl-15 {
        padding: 60px !important
    }
    .pa-xl-16 {
        padding: 64px !important
    }
    .pa-xl-17 {
        padding: 68px !important
    }
    .pa-xl-18 {
        padding: 72px !important
    }
    .pa-xl-19 {
        padding: 76px !important
    }
    .pa-xl-20 {
        padding: 80px !important
    }
    .pa-xl-21 {
        padding: 84px !important
    }
    .pa-xl-22 {
        padding: 88px !important
    }
    .pa-xl-23 {
        padding: 92px !important
    }
    .pa-xl-24 {
        padding: 96px !important
    }
    .pa-xl-25 {
        padding: 100px !important
    }
    .pa-xl-26 {
        padding: 104px !important
    }
    .pa-xl-27 {
        padding: 108px !important
    }
    .pa-xl-28 {
        padding: 112px !important
    }
    .pa-xl-29 {
        padding: 116px !important
    }
    .pa-xl-30 {
        padding: 120px !important
    }
    .pa-xl-31 {
        padding: 124px !important
    }
    .pa-xl-32 {
        padding: 128px !important
    }
    .pa-xl-33 {
        padding: 132px !important
    }
    .pa-xl-34 {
        padding: 136px !important
    }
    .pa-xl-35 {
        padding: 140px !important
    }
    .pa-xl-36 {
        padding: 144px !important
    }
    .pa-xl-37 {
        padding: 148px !important
    }
    .pa-xl-38 {
        padding: 152px !important
    }
    .pa-xl-39 {
        padding: 156px !important
    }
    .pa-xl-40 {
        padding: 160px !important
    }
    .pa-xl-0p5 {
        padding: 2px !important
    }
    .pa-xl-1p5 {
        padding: 6px !important
    }
    .pa-xl-2p5 {
        padding: 10px !important
    }
    .pa-xl-3p5 {
        padding: 14px !important
    }
    .pa-xl-4p5 {
        padding: 18px !important
    }
    .pa-xl-5p5 {
        padding: 22px !important
    }
    .pa-xl-6p5 {
        padding: 26px !important
    }
    .pa-xl-7p5 {
        padding: 30px !important
    }
    .pa-xl-12p5 {
        padding: 50px !important
    }
    .pa-xl-17p5 {
        padding: 70px !important
    }
    .pa-xl-20p5 {
        padding: 82px !important
    }
    .pa-xl-32p5 {
        padding: 130px !important
    }
    .pa-xl-42 {
        padding: 168px !important
    }
    .pa-xl-45 {
        padding: 180px !important
    }
    .pa-xl-48 {
        padding: 192px !important
    }
    .pa-xl-50 {
        padding: 200px !important
    }
    .pa-xl-55 {
        padding: 220px !important
    }
    .pa-xl-56 {
        padding: 224px !important
    }
    .pa-xl-60 {
        padding: 240px !important
    }
    .pa-xl-62 {
        padding: 248px !important
    }
    .pa-xl-64 {
        padding: 256px !important
    }
    .pa-xl-70 {
        padding: 280px !important
    }
    .pa-xl-72 {
        padding: 288px !important
    }
    .pa-xl-75 {
        padding: 300px !important
    }
    .pa-xl-80 {
        padding: 320px !important
    }
    .pa-xl-85 {
        padding: 340px !important
    }
    .pa-xl-90 {
        padding: 360px !important
    }
    .pa-xl-100 {
        padding: 400px !important
    }
    .pa-xl-112 {
        padding: 448px !important
    }
    .pa-xl-120 {
        padding: 480px !important
    }
    .pa-xl-143 {
        padding: 572px !important
    }
    .pa-xl-150 {
        padding: 600px !important
    }
    .pa-xl-160 {
        padding: 640px !important
    }
    .pa-xl-190 {
        padding: 760px !important
    }
    .pa-xl-200 {
        padding: 800px !important
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xl-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-xl-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-xl-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-xl-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-xl-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-xl-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-xl-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-xl-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-xl-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-xl-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-xl-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-xl-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-xl-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-xl-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-xl-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-xl-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .px-xl-17 {
        padding-left: 68px !important;
        padding-right: 68px !important
    }
    .px-xl-18 {
        padding-left: 72px !important;
        padding-right: 72px !important
    }
    .px-xl-19 {
        padding-left: 76px !important;
        padding-right: 76px !important
    }
    .px-xl-20 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }
    .px-xl-21 {
        padding-left: 84px !important;
        padding-right: 84px !important
    }
    .px-xl-22 {
        padding-left: 88px !important;
        padding-right: 88px !important
    }
    .px-xl-23 {
        padding-left: 92px !important;
        padding-right: 92px !important
    }
    .px-xl-24 {
        padding-left: 96px !important;
        padding-right: 96px !important
    }
    .px-xl-25 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }
    .px-xl-26 {
        padding-left: 104px !important;
        padding-right: 104px !important
    }
    .px-xl-27 {
        padding-left: 108px !important;
        padding-right: 108px !important
    }
    .px-xl-28 {
        padding-left: 112px !important;
        padding-right: 112px !important
    }
    .px-xl-29 {
        padding-left: 116px !important;
        padding-right: 116px !important
    }
    .px-xl-30 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }
    .px-xl-31 {
        padding-left: 124px !important;
        padding-right: 124px !important
    }
    .px-xl-32 {
        padding-left: 128px !important;
        padding-right: 128px !important
    }
    .px-xl-33 {
        padding-left: 132px !important;
        padding-right: 132px !important
    }
    .px-xl-34 {
        padding-left: 136px !important;
        padding-right: 136px !important
    }
    .px-xl-35 {
        padding-left: 140px !important;
        padding-right: 140px !important
    }
    .px-xl-36 {
        padding-left: 144px !important;
        padding-right: 144px !important
    }
    .px-xl-37 {
        padding-left: 148px !important;
        padding-right: 148px !important
    }
    .px-xl-38 {
        padding-left: 152px !important;
        padding-right: 152px !important
    }
    .px-xl-39 {
        padding-left: 156px !important;
        padding-right: 156px !important
    }
    .px-xl-40 {
        padding-left: 160px !important;
        padding-right: 160px !important
    }
    .px-xl-0p5 {
        padding-left: 2px !important;
        padding-right: 2px !important
    }
    .px-xl-1p5 {
        padding-left: 6px !important;
        padding-right: 6px !important
    }
    .px-xl-2p5 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .px-xl-3p5 {
        padding-left: 14px !important;
        padding-right: 14px !important
    }
    .px-xl-4p5 {
        padding-left: 18px !important;
        padding-right: 18px !important
    }
    .px-xl-5p5 {
        padding-left: 22px !important;
        padding-right: 22px !important
    }
    .px-xl-6p5 {
        padding-left: 26px !important;
        padding-right: 26px !important
    }
    .px-xl-7p5 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .px-xl-12p5 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }
    .px-xl-17p5 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }
    .px-xl-20p5 {
        padding-left: 82px !important;
        padding-right: 82px !important
    }
    .px-xl-32p5 {
        padding-left: 130px !important;
        padding-right: 130px !important
    }
    .px-xl-42 {
        padding-left: 168px !important;
        padding-right: 168px !important
    }
    .px-xl-45 {
        padding-left: 180px !important;
        padding-right: 180px !important
    }
    .px-xl-48 {
        padding-left: 192px !important;
        padding-right: 192px !important
    }
    .px-xl-50 {
        padding-left: 200px !important;
        padding-right: 200px !important
    }
    .px-xl-55 {
        padding-left: 220px !important;
        padding-right: 220px !important
    }
    .px-xl-56 {
        padding-left: 224px !important;
        padding-right: 224px !important
    }
    .px-xl-60 {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
    .px-xl-62 {
        padding-left: 248px !important;
        padding-right: 248px !important
    }
    .px-xl-64 {
        padding-left: 256px !important;
        padding-right: 256px !important
    }
    .px-xl-70 {
        padding-left: 280px !important;
        padding-right: 280px !important
    }
    .px-xl-72 {
        padding-left: 288px !important;
        padding-right: 288px !important
    }
    .px-xl-75 {
        padding-left: 300px !important;
        padding-right: 300px !important
    }
    .px-xl-80 {
        padding-left: 320px !important;
        padding-right: 320px !important
    }
    .px-xl-85 {
        padding-left: 340px !important;
        padding-right: 340px !important
    }
    .px-xl-90 {
        padding-left: 360px !important;
        padding-right: 360px !important
    }
    .px-xl-100 {
        padding-left: 400px !important;
        padding-right: 400px !important
    }
    .px-xl-112 {
        padding-left: 448px !important;
        padding-right: 448px !important
    }
    .px-xl-120 {
        padding-left: 480px !important;
        padding-right: 480px !important
    }
    .px-xl-143 {
        padding-left: 572px !important;
        padding-right: 572px !important
    }
    .px-xl-150 {
        padding-left: 600px !important;
        padding-right: 600px !important
    }
    .px-xl-160 {
        padding-left: 640px !important;
        padding-right: 640px !important
    }
    .px-xl-190 {
        padding-left: 760px !important;
        padding-right: 760px !important
    }
    .px-xl-200 {
        padding-left: 800px !important;
        padding-right: 800px !important
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xl-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-xl-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-xl-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-xl-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-xl-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-xl-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-xl-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-xl-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-xl-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-xl-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-xl-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-xl-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-xl-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-xl-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-xl-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-xl-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .py-xl-17 {
        padding-bottom: 68px !important;
        padding-top: 68px !important
    }
    .py-xl-18 {
        padding-bottom: 72px !important;
        padding-top: 72px !important
    }
    .py-xl-19 {
        padding-bottom: 76px !important;
        padding-top: 76px !important
    }
    .py-xl-20 {
        padding-bottom: 80px !important;
        padding-top: 80px !important
    }
    .py-xl-21 {
        padding-bottom: 84px !important;
        padding-top: 84px !important
    }
    .py-xl-22 {
        padding-bottom: 88px !important;
        padding-top: 88px !important
    }
    .py-xl-23 {
        padding-bottom: 92px !important;
        padding-top: 92px !important
    }
    .py-xl-24 {
        padding-bottom: 96px !important;
        padding-top: 96px !important
    }
    .py-xl-25 {
        padding-bottom: 100px !important;
        padding-top: 100px !important
    }
    .py-xl-26 {
        padding-bottom: 104px !important;
        padding-top: 104px !important
    }
    .py-xl-27 {
        padding-bottom: 108px !important;
        padding-top: 108px !important
    }
    .py-xl-28 {
        padding-bottom: 112px !important;
        padding-top: 112px !important
    }
    .py-xl-29 {
        padding-bottom: 116px !important;
        padding-top: 116px !important
    }
    .py-xl-30 {
        padding-bottom: 120px !important;
        padding-top: 120px !important
    }
    .py-xl-31 {
        padding-bottom: 124px !important;
        padding-top: 124px !important
    }
    .py-xl-32 {
        padding-bottom: 128px !important;
        padding-top: 128px !important
    }
    .py-xl-33 {
        padding-bottom: 132px !important;
        padding-top: 132px !important
    }
    .py-xl-34 {
        padding-bottom: 136px !important;
        padding-top: 136px !important
    }
    .py-xl-35 {
        padding-bottom: 140px !important;
        padding-top: 140px !important
    }
    .py-xl-36 {
        padding-bottom: 144px !important;
        padding-top: 144px !important
    }
    .py-xl-37 {
        padding-bottom: 148px !important;
        padding-top: 148px !important
    }
    .py-xl-38 {
        padding-bottom: 152px !important;
        padding-top: 152px !important
    }
    .py-xl-39 {
        padding-bottom: 156px !important;
        padding-top: 156px !important
    }
    .py-xl-40 {
        padding-bottom: 160px !important;
        padding-top: 160px !important
    }
    .py-xl-0p5 {
        padding-bottom: 2px !important;
        padding-top: 2px !important
    }
    .py-xl-1p5 {
        padding-bottom: 6px !important;
        padding-top: 6px !important
    }
    .py-xl-2p5 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
    .py-xl-3p5 {
        padding-bottom: 14px !important;
        padding-top: 14px !important
    }
    .py-xl-4p5 {
        padding-bottom: 18px !important;
        padding-top: 18px !important
    }
    .py-xl-5p5 {
        padding-bottom: 22px !important;
        padding-top: 22px !important
    }
    .py-xl-6p5 {
        padding-bottom: 26px !important;
        padding-top: 26px !important
    }
    .py-xl-7p5 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }
    .py-xl-12p5 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }
    .py-xl-17p5 {
        padding-bottom: 70px !important;
        padding-top: 70px !important
    }
    .py-xl-20p5 {
        padding-bottom: 82px !important;
        padding-top: 82px !important
    }
    .py-xl-32p5 {
        padding-bottom: 130px !important;
        padding-top: 130px !important
    }
    .py-xl-42 {
        padding-bottom: 168px !important;
        padding-top: 168px !important
    }
    .py-xl-45 {
        padding-bottom: 180px !important;
        padding-top: 180px !important
    }
    .py-xl-48 {
        padding-bottom: 192px !important;
        padding-top: 192px !important
    }
    .py-xl-50 {
        padding-bottom: 200px !important;
        padding-top: 200px !important
    }
    .py-xl-55 {
        padding-bottom: 220px !important;
        padding-top: 220px !important
    }
    .py-xl-56 {
        padding-bottom: 224px !important;
        padding-top: 224px !important
    }
    .py-xl-60 {
        padding-bottom: 240px !important;
        padding-top: 240px !important
    }
    .py-xl-62 {
        padding-bottom: 248px !important;
        padding-top: 248px !important
    }
    .py-xl-64 {
        padding-bottom: 256px !important;
        padding-top: 256px !important
    }
    .py-xl-70 {
        padding-bottom: 280px !important;
        padding-top: 280px !important
    }
    .py-xl-72 {
        padding-bottom: 288px !important;
        padding-top: 288px !important
    }
    .py-xl-75 {
        padding-bottom: 300px !important;
        padding-top: 300px !important
    }
    .py-xl-80 {
        padding-bottom: 320px !important;
        padding-top: 320px !important
    }
    .py-xl-85 {
        padding-bottom: 340px !important;
        padding-top: 340px !important
    }
    .py-xl-90 {
        padding-bottom: 360px !important;
        padding-top: 360px !important
    }
    .py-xl-100 {
        padding-bottom: 400px !important;
        padding-top: 400px !important
    }
    .py-xl-112 {
        padding-bottom: 448px !important;
        padding-top: 448px !important
    }
    .py-xl-120 {
        padding-bottom: 480px !important;
        padding-top: 480px !important
    }
    .py-xl-143 {
        padding-bottom: 572px !important;
        padding-top: 572px !important
    }
    .py-xl-150 {
        padding-bottom: 600px !important;
        padding-top: 600px !important
    }
    .py-xl-160 {
        padding-bottom: 640px !important;
        padding-top: 640px !important
    }
    .py-xl-190 {
        padding-bottom: 760px !important;
        padding-top: 760px !important
    }
    .py-xl-200 {
        padding-bottom: 800px !important;
        padding-top: 800px !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: 4px !important
    }
    .pt-xl-2 {
        padding-top: 8px !important
    }
    .pt-xl-3 {
        padding-top: 12px !important
    }
    .pt-xl-4 {
        padding-top: 16px !important
    }
    .pt-xl-5 {
        padding-top: 20px !important
    }
    .pt-xl-6 {
        padding-top: 24px !important
    }
    .pt-xl-7 {
        padding-top: 28px !important
    }
    .pt-xl-8 {
        padding-top: 32px !important
    }
    .pt-xl-9 {
        padding-top: 36px !important
    }
    .pt-xl-10 {
        padding-top: 40px !important
    }
    .pt-xl-11 {
        padding-top: 44px !important
    }
    .pt-xl-12 {
        padding-top: 48px !important
    }
    .pt-xl-13 {
        padding-top: 52px !important
    }
    .pt-xl-14 {
        padding-top: 56px !important
    }
    .pt-xl-15 {
        padding-top: 60px !important
    }
    .pt-xl-16 {
        padding-top: 64px !important
    }
    .pt-xl-17 {
        padding-top: 68px !important
    }
    .pt-xl-18 {
        padding-top: 72px !important
    }
    .pt-xl-19 {
        padding-top: 76px !important
    }
    .pt-xl-20 {
        padding-top: 80px !important
    }
    .pt-xl-21 {
        padding-top: 84px !important
    }
    .pt-xl-22 {
        padding-top: 88px !important
    }
    .pt-xl-23 {
        padding-top: 92px !important
    }
    .pt-xl-24 {
        padding-top: 96px !important
    }
    .pt-xl-25 {
        padding-top: 100px !important
    }
    .pt-xl-26 {
        padding-top: 104px !important
    }
    .pt-xl-27 {
        padding-top: 108px !important
    }
    .pt-xl-28 {
        padding-top: 112px !important
    }
    .pt-xl-29 {
        padding-top: 116px !important
    }
    .pt-xl-30 {
        padding-top: 120px !important
    }
    .pt-xl-31 {
        padding-top: 124px !important
    }
    .pt-xl-32 {
        padding-top: 128px !important
    }
    .pt-xl-33 {
        padding-top: 132px !important
    }
    .pt-xl-34 {
        padding-top: 136px !important
    }
    .pt-xl-35 {
        padding-top: 140px !important
    }
    .pt-xl-36 {
        padding-top: 144px !important
    }
    .pt-xl-37 {
        padding-top: 148px !important
    }
    .pt-xl-38 {
        padding-top: 152px !important
    }
    .pt-xl-39 {
        padding-top: 156px !important
    }
    .pt-xl-40 {
        padding-top: 160px !important
    }
    .pt-xl-0p5 {
        padding-top: 2px !important
    }
    .pt-xl-1p5 {
        padding-top: 6px !important
    }
    .pt-xl-2p5 {
        padding-top: 10px !important
    }
    .pt-xl-3p5 {
        padding-top: 14px !important
    }
    .pt-xl-4p5 {
        padding-top: 18px !important
    }
    .pt-xl-5p5 {
        padding-top: 22px !important
    }
    .pt-xl-6p5 {
        padding-top: 26px !important
    }
    .pt-xl-7p5 {
        padding-top: 30px !important
    }
    .pt-xl-12p5 {
        padding-top: 50px !important
    }
    .pt-xl-17p5 {
        padding-top: 70px !important
    }
    .pt-xl-20p5 {
        padding-top: 82px !important
    }
    .pt-xl-32p5 {
        padding-top: 130px !important
    }
    .pt-xl-42 {
        padding-top: 168px !important
    }
    .pt-xl-45 {
        padding-top: 180px !important
    }
    .pt-xl-48 {
        padding-top: 192px !important
    }
    .pt-xl-50 {
        padding-top: 200px !important
    }
    .pt-xl-55 {
        padding-top: 220px !important
    }
    .pt-xl-56 {
        padding-top: 224px !important
    }
    .pt-xl-60 {
        padding-top: 240px !important
    }
    .pt-xl-62 {
        padding-top: 248px !important
    }
    .pt-xl-64 {
        padding-top: 256px !important
    }
    .pt-xl-70 {
        padding-top: 280px !important
    }
    .pt-xl-72 {
        padding-top: 288px !important
    }
    .pt-xl-75 {
        padding-top: 300px !important
    }
    .pt-xl-80 {
        padding-top: 320px !important
    }
    .pt-xl-85 {
        padding-top: 340px !important
    }
    .pt-xl-90 {
        padding-top: 360px !important
    }
    .pt-xl-100 {
        padding-top: 400px !important
    }
    .pt-xl-112 {
        padding-top: 448px !important
    }
    .pt-xl-120 {
        padding-top: 480px !important
    }
    .pt-xl-143 {
        padding-top: 572px !important
    }
    .pt-xl-150 {
        padding-top: 600px !important
    }
    .pt-xl-160 {
        padding-top: 640px !important
    }
    .pt-xl-190 {
        padding-top: 760px !important
    }
    .pt-xl-200 {
        padding-top: 800px !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pr-xl-1 {
        padding-right: 4px !important
    }
    .pr-xl-2 {
        padding-right: 8px !important
    }
    .pr-xl-3 {
        padding-right: 12px !important
    }
    .pr-xl-4 {
        padding-right: 16px !important
    }
    .pr-xl-5 {
        padding-right: 20px !important
    }
    .pr-xl-6 {
        padding-right: 24px !important
    }
    .pr-xl-7 {
        padding-right: 28px !important
    }
    .pr-xl-8 {
        padding-right: 32px !important
    }
    .pr-xl-9 {
        padding-right: 36px !important
    }
    .pr-xl-10 {
        padding-right: 40px !important
    }
    .pr-xl-11 {
        padding-right: 44px !important
    }
    .pr-xl-12 {
        padding-right: 48px !important
    }
    .pr-xl-13 {
        padding-right: 52px !important
    }
    .pr-xl-14 {
        padding-right: 56px !important
    }
    .pr-xl-15 {
        padding-right: 60px !important
    }
    .pr-xl-16 {
        padding-right: 64px !important
    }
    .pr-xl-17 {
        padding-right: 68px !important
    }
    .pr-xl-18 {
        padding-right: 72px !important
    }
    .pr-xl-19 {
        padding-right: 76px !important
    }
    .pr-xl-20 {
        padding-right: 80px !important
    }
    .pr-xl-21 {
        padding-right: 84px !important
    }
    .pr-xl-22 {
        padding-right: 88px !important
    }
    .pr-xl-23 {
        padding-right: 92px !important
    }
    .pr-xl-24 {
        padding-right: 96px !important
    }
    .pr-xl-25 {
        padding-right: 100px !important
    }
    .pr-xl-26 {
        padding-right: 104px !important
    }
    .pr-xl-27 {
        padding-right: 108px !important
    }
    .pr-xl-28 {
        padding-right: 112px !important
    }
    .pr-xl-29 {
        padding-right: 116px !important
    }
    .pr-xl-30 {
        padding-right: 120px !important
    }
    .pr-xl-31 {
        padding-right: 124px !important
    }
    .pr-xl-32 {
        padding-right: 128px !important
    }
    .pr-xl-33 {
        padding-right: 132px !important
    }
    .pr-xl-34 {
        padding-right: 136px !important
    }
    .pr-xl-35 {
        padding-right: 140px !important
    }
    .pr-xl-36 {
        padding-right: 144px !important
    }
    .pr-xl-37 {
        padding-right: 148px !important
    }
    .pr-xl-38 {
        padding-right: 152px !important
    }
    .pr-xl-39 {
        padding-right: 156px !important
    }
    .pr-xl-40 {
        padding-right: 160px !important
    }
    .pr-xl-0p5 {
        padding-right: 2px !important
    }
    .pr-xl-1p5 {
        padding-right: 6px !important
    }
    .pr-xl-2p5 {
        padding-right: 10px !important
    }
    .pr-xl-3p5 {
        padding-right: 14px !important
    }
    .pr-xl-4p5 {
        padding-right: 18px !important
    }
    .pr-xl-5p5 {
        padding-right: 22px !important
    }
    .pr-xl-6p5 {
        padding-right: 26px !important
    }
    .pr-xl-7p5 {
        padding-right: 30px !important
    }
    .pr-xl-12p5 {
        padding-right: 50px !important
    }
    .pr-xl-17p5 {
        padding-right: 70px !important
    }
    .pr-xl-20p5 {
        padding-right: 82px !important
    }
    .pr-xl-32p5 {
        padding-right: 130px !important
    }
    .pr-xl-42 {
        padding-right: 168px !important
    }
    .pr-xl-45 {
        padding-right: 180px !important
    }
    .pr-xl-48 {
        padding-right: 192px !important
    }
    .pr-xl-50 {
        padding-right: 200px !important
    }
    .pr-xl-55 {
        padding-right: 220px !important
    }
    .pr-xl-56 {
        padding-right: 224px !important
    }
    .pr-xl-60 {
        padding-right: 240px !important
    }
    .pr-xl-62 {
        padding-right: 248px !important
    }
    .pr-xl-64 {
        padding-right: 256px !important
    }
    .pr-xl-70 {
        padding-right: 280px !important
    }
    .pr-xl-72 {
        padding-right: 288px !important
    }
    .pr-xl-75 {
        padding-right: 300px !important
    }
    .pr-xl-80 {
        padding-right: 320px !important
    }
    .pr-xl-85 {
        padding-right: 340px !important
    }
    .pr-xl-90 {
        padding-right: 360px !important
    }
    .pr-xl-100 {
        padding-right: 400px !important
    }
    .pr-xl-112 {
        padding-right: 448px !important
    }
    .pr-xl-120 {
        padding-right: 480px !important
    }
    .pr-xl-143 {
        padding-right: 572px !important
    }
    .pr-xl-150 {
        padding-right: 600px !important
    }
    .pr-xl-160 {
        padding-right: 640px !important
    }
    .pr-xl-190 {
        padding-right: 760px !important
    }
    .pr-xl-200 {
        padding-right: 800px !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: 4px !important
    }
    .pb-xl-2 {
        padding-bottom: 8px !important
    }
    .pb-xl-3 {
        padding-bottom: 12px !important
    }
    .pb-xl-4 {
        padding-bottom: 16px !important
    }
    .pb-xl-5 {
        padding-bottom: 20px !important
    }
    .pb-xl-6 {
        padding-bottom: 24px !important
    }
    .pb-xl-7 {
        padding-bottom: 28px !important
    }
    .pb-xl-8 {
        padding-bottom: 32px !important
    }
    .pb-xl-9 {
        padding-bottom: 36px !important
    }
    .pb-xl-10 {
        padding-bottom: 40px !important
    }
    .pb-xl-11 {
        padding-bottom: 44px !important
    }
    .pb-xl-12 {
        padding-bottom: 48px !important
    }
    .pb-xl-13 {
        padding-bottom: 52px !important
    }
    .pb-xl-14 {
        padding-bottom: 56px !important
    }
    .pb-xl-15 {
        padding-bottom: 60px !important
    }
    .pb-xl-16 {
        padding-bottom: 64px !important
    }
    .pb-xl-17 {
        padding-bottom: 68px !important
    }
    .pb-xl-18 {
        padding-bottom: 72px !important
    }
    .pb-xl-19 {
        padding-bottom: 76px !important
    }
    .pb-xl-20 {
        padding-bottom: 80px !important
    }
    .pb-xl-21 {
        padding-bottom: 84px !important
    }
    .pb-xl-22 {
        padding-bottom: 88px !important
    }
    .pb-xl-23 {
        padding-bottom: 92px !important
    }
    .pb-xl-24 {
        padding-bottom: 96px !important
    }
    .pb-xl-25 {
        padding-bottom: 100px !important
    }
    .pb-xl-26 {
        padding-bottom: 104px !important
    }
    .pb-xl-27 {
        padding-bottom: 108px !important
    }
    .pb-xl-28 {
        padding-bottom: 112px !important
    }
    .pb-xl-29 {
        padding-bottom: 116px !important
    }
    .pb-xl-30 {
        padding-bottom: 120px !important
    }
    .pb-xl-31 {
        padding-bottom: 124px !important
    }
    .pb-xl-32 {
        padding-bottom: 128px !important
    }
    .pb-xl-33 {
        padding-bottom: 132px !important
    }
    .pb-xl-34 {
        padding-bottom: 136px !important
    }
    .pb-xl-35 {
        padding-bottom: 140px !important
    }
    .pb-xl-36 {
        padding-bottom: 144px !important
    }
    .pb-xl-37 {
        padding-bottom: 148px !important
    }
    .pb-xl-38 {
        padding-bottom: 152px !important
    }
    .pb-xl-39 {
        padding-bottom: 156px !important
    }
    .pb-xl-40 {
        padding-bottom: 160px !important
    }
    .pb-xl-0p5 {
        padding-bottom: 2px !important
    }
    .pb-xl-1p5 {
        padding-bottom: 6px !important
    }
    .pb-xl-2p5 {
        padding-bottom: 10px !important
    }
    .pb-xl-3p5 {
        padding-bottom: 14px !important
    }
    .pb-xl-4p5 {
        padding-bottom: 18px !important
    }
    .pb-xl-5p5 {
        padding-bottom: 22px !important
    }
    .pb-xl-6p5 {
        padding-bottom: 26px !important
    }
    .pb-xl-7p5 {
        padding-bottom: 30px !important
    }
    .pb-xl-12p5 {
        padding-bottom: 50px !important
    }
    .pb-xl-17p5 {
        padding-bottom: 70px !important
    }
    .pb-xl-20p5 {
        padding-bottom: 82px !important
    }
    .pb-xl-32p5 {
        padding-bottom: 130px !important
    }
    .pb-xl-42 {
        padding-bottom: 168px !important
    }
    .pb-xl-45 {
        padding-bottom: 180px !important
    }
    .pb-xl-48 {
        padding-bottom: 192px !important
    }
    .pb-xl-50 {
        padding-bottom: 200px !important
    }
    .pb-xl-55 {
        padding-bottom: 220px !important
    }
    .pb-xl-56 {
        padding-bottom: 224px !important
    }
    .pb-xl-60 {
        padding-bottom: 240px !important
    }
    .pb-xl-62 {
        padding-bottom: 248px !important
    }
    .pb-xl-64 {
        padding-bottom: 256px !important
    }
    .pb-xl-70 {
        padding-bottom: 280px !important
    }
    .pb-xl-72 {
        padding-bottom: 288px !important
    }
    .pb-xl-75 {
        padding-bottom: 300px !important
    }
    .pb-xl-80 {
        padding-bottom: 320px !important
    }
    .pb-xl-85 {
        padding-bottom: 340px !important
    }
    .pb-xl-90 {
        padding-bottom: 360px !important
    }
    .pb-xl-100 {
        padding-bottom: 400px !important
    }
    .pb-xl-112 {
        padding-bottom: 448px !important
    }
    .pb-xl-120 {
        padding-bottom: 480px !important
    }
    .pb-xl-143 {
        padding-bottom: 572px !important
    }
    .pb-xl-150 {
        padding-bottom: 600px !important
    }
    .pb-xl-160 {
        padding-bottom: 640px !important
    }
    .pb-xl-190 {
        padding-bottom: 760px !important
    }
    .pb-xl-200 {
        padding-bottom: 800px !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .pl-xl-1 {
        padding-left: 4px !important
    }
    .pl-xl-2 {
        padding-left: 8px !important
    }
    .pl-xl-3 {
        padding-left: 12px !important
    }
    .pl-xl-4 {
        padding-left: 16px !important
    }
    .pl-xl-5 {
        padding-left: 20px !important
    }
    .pl-xl-6 {
        padding-left: 24px !important
    }
    .pl-xl-7 {
        padding-left: 28px !important
    }
    .pl-xl-8 {
        padding-left: 32px !important
    }
    .pl-xl-9 {
        padding-left: 36px !important
    }
    .pl-xl-10 {
        padding-left: 40px !important
    }
    .pl-xl-11 {
        padding-left: 44px !important
    }
    .pl-xl-12 {
        padding-left: 48px !important
    }
    .pl-xl-13 {
        padding-left: 52px !important
    }
    .pl-xl-14 {
        padding-left: 56px !important
    }
    .pl-xl-15 {
        padding-left: 60px !important
    }
    .pl-xl-16 {
        padding-left: 64px !important
    }
    .pl-xl-17 {
        padding-left: 68px !important
    }
    .pl-xl-18 {
        padding-left: 72px !important
    }
    .pl-xl-19 {
        padding-left: 76px !important
    }
    .pl-xl-20 {
        padding-left: 80px !important
    }
    .pl-xl-21 {
        padding-left: 84px !important
    }
    .pl-xl-22 {
        padding-left: 88px !important
    }
    .pl-xl-23 {
        padding-left: 92px !important
    }
    .pl-xl-24 {
        padding-left: 96px !important
    }
    .pl-xl-25 {
        padding-left: 100px !important
    }
    .pl-xl-26 {
        padding-left: 104px !important
    }
    .pl-xl-27 {
        padding-left: 108px !important
    }
    .pl-xl-28 {
        padding-left: 112px !important
    }
    .pl-xl-29 {
        padding-left: 116px !important
    }
    .pl-xl-30 {
        padding-left: 120px !important
    }
    .pl-xl-31 {
        padding-left: 124px !important
    }
    .pl-xl-32 {
        padding-left: 128px !important
    }
    .pl-xl-33 {
        padding-left: 132px !important
    }
    .pl-xl-34 {
        padding-left: 136px !important
    }
    .pl-xl-35 {
        padding-left: 140px !important
    }
    .pl-xl-36 {
        padding-left: 144px !important
    }
    .pl-xl-37 {
        padding-left: 148px !important
    }
    .pl-xl-38 {
        padding-left: 152px !important
    }
    .pl-xl-39 {
        padding-left: 156px !important
    }
    .pl-xl-40 {
        padding-left: 160px !important
    }
    .pl-xl-0p5 {
        padding-left: 2px !important
    }
    .pl-xl-1p5 {
        padding-left: 6px !important
    }
    .pl-xl-2p5 {
        padding-left: 10px !important
    }
    .pl-xl-3p5 {
        padding-left: 14px !important
    }
    .pl-xl-4p5 {
        padding-left: 18px !important
    }
    .pl-xl-5p5 {
        padding-left: 22px !important
    }
    .pl-xl-6p5 {
        padding-left: 26px !important
    }
    .pl-xl-7p5 {
        padding-left: 30px !important
    }
    .pl-xl-12p5 {
        padding-left: 50px !important
    }
    .pl-xl-17p5 {
        padding-left: 70px !important
    }
    .pl-xl-20p5 {
        padding-left: 82px !important
    }
    .pl-xl-32p5 {
        padding-left: 130px !important
    }
    .pl-xl-42 {
        padding-left: 168px !important
    }
    .pl-xl-45 {
        padding-left: 180px !important
    }
    .pl-xl-48 {
        padding-left: 192px !important
    }
    .pl-xl-50 {
        padding-left: 200px !important
    }
    .pl-xl-55 {
        padding-left: 220px !important
    }
    .pl-xl-56 {
        padding-left: 224px !important
    }
    .pl-xl-60 {
        padding-left: 240px !important
    }
    .pl-xl-62 {
        padding-left: 248px !important
    }
    .pl-xl-64 {
        padding-left: 256px !important
    }
    .pl-xl-70 {
        padding-left: 280px !important
    }
    .pl-xl-72 {
        padding-left: 288px !important
    }
    .pl-xl-75 {
        padding-left: 300px !important
    }
    .pl-xl-80 {
        padding-left: 320px !important
    }
    .pl-xl-85 {
        padding-left: 340px !important
    }
    .pl-xl-90 {
        padding-left: 360px !important
    }
    .pl-xl-100 {
        padding-left: 400px !important
    }
    .pl-xl-112 {
        padding-left: 448px !important
    }
    .pl-xl-120 {
        padding-left: 480px !important
    }
    .pl-xl-143 {
        padding-left: 572px !important
    }
    .pl-xl-150 {
        padding-left: 600px !important
    }
    .pl-xl-160 {
        padding-left: 640px !important
    }
    .pl-xl-190 {
        padding-left: 760px !important
    }
    .pl-xl-200 {
        padding-left: 800px !important
    }
    .ps-xl-0 {
        padding-inline-start: 0 !important
    }
    .ps-xl-1 {
        padding-inline-start: 4px !important
    }
    .ps-xl-2 {
        padding-inline-start: 8px !important
    }
    .ps-xl-3 {
        padding-inline-start: 12px !important
    }
    .ps-xl-4 {
        padding-inline-start: 16px !important
    }
    .ps-xl-5 {
        padding-inline-start: 20px !important
    }
    .ps-xl-6 {
        padding-inline-start: 24px !important
    }
    .ps-xl-7 {
        padding-inline-start: 28px !important
    }
    .ps-xl-8 {
        padding-inline-start: 32px !important
    }
    .ps-xl-9 {
        padding-inline-start: 36px !important
    }
    .ps-xl-10 {
        padding-inline-start: 40px !important
    }
    .ps-xl-11 {
        padding-inline-start: 44px !important
    }
    .ps-xl-12 {
        padding-inline-start: 48px !important
    }
    .ps-xl-13 {
        padding-inline-start: 52px !important
    }
    .ps-xl-14 {
        padding-inline-start: 56px !important
    }
    .ps-xl-15 {
        padding-inline-start: 60px !important
    }
    .ps-xl-16 {
        padding-inline-start: 64px !important
    }
    .ps-xl-17 {
        padding-inline-start: 68px !important
    }
    .ps-xl-18 {
        padding-inline-start: 72px !important
    }
    .ps-xl-19 {
        padding-inline-start: 76px !important
    }
    .ps-xl-20 {
        padding-inline-start: 80px !important
    }
    .ps-xl-21 {
        padding-inline-start: 84px !important
    }
    .ps-xl-22 {
        padding-inline-start: 88px !important
    }
    .ps-xl-23 {
        padding-inline-start: 92px !important
    }
    .ps-xl-24 {
        padding-inline-start: 96px !important
    }
    .ps-xl-25 {
        padding-inline-start: 100px !important
    }
    .ps-xl-26 {
        padding-inline-start: 104px !important
    }
    .ps-xl-27 {
        padding-inline-start: 108px !important
    }
    .ps-xl-28 {
        padding-inline-start: 112px !important
    }
    .ps-xl-29 {
        padding-inline-start: 116px !important
    }
    .ps-xl-30 {
        padding-inline-start: 120px !important
    }
    .ps-xl-31 {
        padding-inline-start: 124px !important
    }
    .ps-xl-32 {
        padding-inline-start: 128px !important
    }
    .ps-xl-33 {
        padding-inline-start: 132px !important
    }
    .ps-xl-34 {
        padding-inline-start: 136px !important
    }
    .ps-xl-35 {
        padding-inline-start: 140px !important
    }
    .ps-xl-36 {
        padding-inline-start: 144px !important
    }
    .ps-xl-37 {
        padding-inline-start: 148px !important
    }
    .ps-xl-38 {
        padding-inline-start: 152px !important
    }
    .ps-xl-39 {
        padding-inline-start: 156px !important
    }
    .ps-xl-40 {
        padding-inline-start: 160px !important
    }
    .ps-xl-0p5 {
        padding-inline-start: 2px !important
    }
    .ps-xl-1p5 {
        padding-inline-start: 6px !important
    }
    .ps-xl-2p5 {
        padding-inline-start: 10px !important
    }
    .ps-xl-3p5 {
        padding-inline-start: 14px !important
    }
    .ps-xl-4p5 {
        padding-inline-start: 18px !important
    }
    .ps-xl-5p5 {
        padding-inline-start: 22px !important
    }
    .ps-xl-6p5 {
        padding-inline-start: 26px !important
    }
    .ps-xl-7p5 {
        padding-inline-start: 30px !important
    }
    .ps-xl-12p5 {
        padding-inline-start: 50px !important
    }
    .ps-xl-17p5 {
        padding-inline-start: 70px !important
    }
    .ps-xl-20p5 {
        padding-inline-start: 82px !important
    }
    .ps-xl-32p5 {
        padding-inline-start: 130px !important
    }
    .ps-xl-42 {
        padding-inline-start: 168px !important
    }
    .ps-xl-45 {
        padding-inline-start: 180px !important
    }
    .ps-xl-48 {
        padding-inline-start: 192px !important
    }
    .ps-xl-50 {
        padding-inline-start: 200px !important
    }
    .ps-xl-55 {
        padding-inline-start: 220px !important
    }
    .ps-xl-56 {
        padding-inline-start: 224px !important
    }
    .ps-xl-60 {
        padding-inline-start: 240px !important
    }
    .ps-xl-62 {
        padding-inline-start: 248px !important
    }
    .ps-xl-64 {
        padding-inline-start: 256px !important
    }
    .ps-xl-70 {
        padding-inline-start: 280px !important
    }
    .ps-xl-72 {
        padding-inline-start: 288px !important
    }
    .ps-xl-75 {
        padding-inline-start: 300px !important
    }
    .ps-xl-80 {
        padding-inline-start: 320px !important
    }
    .ps-xl-85 {
        padding-inline-start: 340px !important
    }
    .ps-xl-90 {
        padding-inline-start: 360px !important
    }
    .ps-xl-100 {
        padding-inline-start: 400px !important
    }
    .ps-xl-112 {
        padding-inline-start: 448px !important
    }
    .ps-xl-120 {
        padding-inline-start: 480px !important
    }
    .ps-xl-143 {
        padding-inline-start: 572px !important
    }
    .ps-xl-150 {
        padding-inline-start: 600px !important
    }
    .ps-xl-160 {
        padding-inline-start: 640px !important
    }
    .ps-xl-190 {
        padding-inline-start: 760px !important
    }
    .ps-xl-200 {
        padding-inline-start: 800px !important
    }
    .pe-xl-0 {
        padding-inline-end: 0 !important
    }
    .pe-xl-1 {
        padding-inline-end: 4px !important
    }
    .pe-xl-2 {
        padding-inline-end: 8px !important
    }
    .pe-xl-3 {
        padding-inline-end: 12px !important
    }
    .pe-xl-4 {
        padding-inline-end: 16px !important
    }
    .pe-xl-5 {
        padding-inline-end: 20px !important
    }
    .pe-xl-6 {
        padding-inline-end: 24px !important
    }
    .pe-xl-7 {
        padding-inline-end: 28px !important
    }
    .pe-xl-8 {
        padding-inline-end: 32px !important
    }
    .pe-xl-9 {
        padding-inline-end: 36px !important
    }
    .pe-xl-10 {
        padding-inline-end: 40px !important
    }
    .pe-xl-11 {
        padding-inline-end: 44px !important
    }
    .pe-xl-12 {
        padding-inline-end: 48px !important
    }
    .pe-xl-13 {
        padding-inline-end: 52px !important
    }
    .pe-xl-14 {
        padding-inline-end: 56px !important
    }
    .pe-xl-15 {
        padding-inline-end: 60px !important
    }
    .pe-xl-16 {
        padding-inline-end: 64px !important
    }
    .pe-xl-17 {
        padding-inline-end: 68px !important
    }
    .pe-xl-18 {
        padding-inline-end: 72px !important
    }
    .pe-xl-19 {
        padding-inline-end: 76px !important
    }
    .pe-xl-20 {
        padding-inline-end: 80px !important
    }
    .pe-xl-21 {
        padding-inline-end: 84px !important
    }
    .pe-xl-22 {
        padding-inline-end: 88px !important
    }
    .pe-xl-23 {
        padding-inline-end: 92px !important
    }
    .pe-xl-24 {
        padding-inline-end: 96px !important
    }
    .pe-xl-25 {
        padding-inline-end: 100px !important
    }
    .pe-xl-26 {
        padding-inline-end: 104px !important
    }
    .pe-xl-27 {
        padding-inline-end: 108px !important
    }
    .pe-xl-28 {
        padding-inline-end: 112px !important
    }
    .pe-xl-29 {
        padding-inline-end: 116px !important
    }
    .pe-xl-30 {
        padding-inline-end: 120px !important
    }
    .pe-xl-31 {
        padding-inline-end: 124px !important
    }
    .pe-xl-32 {
        padding-inline-end: 128px !important
    }
    .pe-xl-33 {
        padding-inline-end: 132px !important
    }
    .pe-xl-34 {
        padding-inline-end: 136px !important
    }
    .pe-xl-35 {
        padding-inline-end: 140px !important
    }
    .pe-xl-36 {
        padding-inline-end: 144px !important
    }
    .pe-xl-37 {
        padding-inline-end: 148px !important
    }
    .pe-xl-38 {
        padding-inline-end: 152px !important
    }
    .pe-xl-39 {
        padding-inline-end: 156px !important
    }
    .pe-xl-40 {
        padding-inline-end: 160px !important
    }
    .pe-xl-0p5 {
        padding-inline-end: 2px !important
    }
    .pe-xl-1p5 {
        padding-inline-end: 6px !important
    }
    .pe-xl-2p5 {
        padding-inline-end: 10px !important
    }
    .pe-xl-3p5 {
        padding-inline-end: 14px !important
    }
    .pe-xl-4p5 {
        padding-inline-end: 18px !important
    }
    .pe-xl-5p5 {
        padding-inline-end: 22px !important
    }
    .pe-xl-6p5 {
        padding-inline-end: 26px !important
    }
    .pe-xl-7p5 {
        padding-inline-end: 30px !important
    }
    .pe-xl-12p5 {
        padding-inline-end: 50px !important
    }
    .pe-xl-17p5 {
        padding-inline-end: 70px !important
    }
    .pe-xl-20p5 {
        padding-inline-end: 82px !important
    }
    .pe-xl-32p5 {
        padding-inline-end: 130px !important
    }
    .pe-xl-42 {
        padding-inline-end: 168px !important
    }
    .pe-xl-45 {
        padding-inline-end: 180px !important
    }
    .pe-xl-48 {
        padding-inline-end: 192px !important
    }
    .pe-xl-50 {
        padding-inline-end: 200px !important
    }
    .pe-xl-55 {
        padding-inline-end: 220px !important
    }
    .pe-xl-56 {
        padding-inline-end: 224px !important
    }
    .pe-xl-60 {
        padding-inline-end: 240px !important
    }
    .pe-xl-62 {
        padding-inline-end: 248px !important
    }
    .pe-xl-64 {
        padding-inline-end: 256px !important
    }
    .pe-xl-70 {
        padding-inline-end: 280px !important
    }
    .pe-xl-72 {
        padding-inline-end: 288px !important
    }
    .pe-xl-75 {
        padding-inline-end: 300px !important
    }
    .pe-xl-80 {
        padding-inline-end: 320px !important
    }
    .pe-xl-85 {
        padding-inline-end: 340px !important
    }
    .pe-xl-90 {
        padding-inline-end: 360px !important
    }
    .pe-xl-100 {
        padding-inline-end: 400px !important
    }
    .pe-xl-112 {
        padding-inline-end: 448px !important
    }
    .pe-xl-120 {
        padding-inline-end: 480px !important
    }
    .pe-xl-143 {
        padding-inline-end: 572px !important
    }
    .pe-xl-150 {
        padding-inline-end: 600px !important
    }
    .pe-xl-160 {
        padding-inline-end: 640px !important
    }
    .pe-xl-190 {
        padding-inline-end: 760px !important
    }
    .pe-xl-200 {
        padding-inline-end: 800px !important
    }
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
    .text-xl-justify {
        text-align: justify !important
    }
    .text-xl-start {
        text-align: start !important
    }
    .text-xl-end {
        text-align: end !important
    }
    .text-xl-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-xl-h1,
    .text-xl-h2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-xl-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-xl-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-xl-h3,
    .text-xl-h4 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xl-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-xl-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-xl-h5,
    .text-xl-h6 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-xl-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-xl-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-xl-subtitle-1,
    .text-xl-subtitle-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-xl-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-xl-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-xl-body-1,
    .text-xl-body-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xl-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-xl-button {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-xl-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-xl-caption,
    .text-xl-overline {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .75rem !important
    }
    .text-xl-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-xl-auto {
        height: auto !important
    }
    .h-xl-screen {
        height: 100vh !important
    }
    .h-xl-0 {
        height: 0 !important
    }
    .h-xl-25 {
        height: 25% !important
    }
    .h-xl-50 {
        height: 50% !important
    }
    .h-xl-75 {
        height: 75% !important
    }
    .h-xl-100 {
        height: 100% !important
    }
    .w-xl-auto {
        width: auto !important
    }
    .w-xl-0 {
        width: 0 !important
    }
    .w-xl-25 {
        width: 25% !important
    }
    .w-xl-33 {
        width: 33% !important
    }
    .w-xl-50 {
        width: 50% !important
    }
    .w-xl-66 {
        width: 66% !important
    }
    .w-xl-75 {
        width: 75% !important
    }
    .w-xl-100 {
        width: 100% !important
    }
}

@media(min-width:2560px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .float-xxl-none {
        float: none !important
    }
    .float-xxl-left {
        float: left !important
    }
    .float-xxl-right {
        float: right !important
    }
    .v-locale--is-rtl .float-xxl-end {
        float: left !important
    }
    .v-locale--is-ltr .float-xxl-end,
    .v-locale--is-rtl .float-xxl-start {
        float: right !important
    }
    .v-locale--is-ltr .float-xxl-start {
        float: left !important
    }
    .flex-xxl-1-1,
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-1-0 {
        flex: 1 0 auto !important
    }
    .flex-xxl-0-1 {
        flex: 0 1 auto !important
    }
    .flex-xxl-0-0 {
        flex: 0 0 auto !important
    }
    .flex-xxl-1-1-100 {
        flex: 1 1 100% !important
    }
    .flex-xxl-1-0-100 {
        flex: 1 0 100% !important
    }
    .flex-xxl-0-1-100 {
        flex: 0 1 100% !important
    }
    .flex-xxl-0-0-100 {
        flex: 0 0 100% !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-xxl-start {
        justify-content: flex-start !important
    }
    .justify-xxl-end {
        justify-content: flex-end !important
    }
    .justify-xxl-center {
        justify-content: center !important
    }
    .justify-xxl-space-between {
        justify-content: space-between !important
    }
    .justify-xxl-space-around {
        justify-content: space-around !important
    }
    .justify-xxl-space-evenly {
        justify-content: space-evenly !important
    }
    .align-xxl-start {
        align-items: flex-start !important
    }
    .align-xxl-end {
        align-items: flex-end !important
    }
    .align-xxl-center {
        align-items: center !important
    }
    .align-xxl-baseline {
        align-items: baseline !important
    }
    .align-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-space-between {
        align-content: space-between !important
    }
    .align-content-xxl-space-around {
        align-content: space-around !important
    }
    .align-content-xxl-space-evenly {
        align-content: space-evenly !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-6 {
        order: 6 !important
    }
    .order-xxl-7 {
        order: 7 !important
    }
    .order-xxl-8 {
        order: 8 !important
    }
    .order-xxl-9 {
        order: 9 !important
    }
    .order-xxl-10 {
        order: 10 !important
    }
    .order-xxl-11 {
        order: 11 !important
    }
    .order-xxl-12 {
        order: 12 !important
    }
    .order-xxl-last {
        order: 13 !important
    }
    .ga-xxl-0 {
        gap: 0 !important
    }
    .ga-xxl-1 {
        gap: 4px !important
    }
    .ga-xxl-2 {
        gap: 8px !important
    }
    .ga-xxl-3 {
        gap: 12px !important
    }
    .ga-xxl-4 {
        gap: 16px !important
    }
    .ga-xxl-5 {
        gap: 20px !important
    }
    .ga-xxl-6 {
        gap: 24px !important
    }
    .ga-xxl-7 {
        gap: 28px !important
    }
    .ga-xxl-8 {
        gap: 32px !important
    }
    .ga-xxl-9 {
        gap: 36px !important
    }
    .ga-xxl-10 {
        gap: 40px !important
    }
    .ga-xxl-11 {
        gap: 44px !important
    }
    .ga-xxl-12 {
        gap: 48px !important
    }
    .ga-xxl-13 {
        gap: 52px !important
    }
    .ga-xxl-14 {
        gap: 56px !important
    }
    .ga-xxl-15 {
        gap: 60px !important
    }
    .ga-xxl-16 {
        gap: 64px !important
    }
    .ga-xxl-17 {
        gap: 68px !important
    }
    .ga-xxl-18 {
        gap: 72px !important
    }
    .ga-xxl-19 {
        gap: 76px !important
    }
    .ga-xxl-20 {
        gap: 80px !important
    }
    .ga-xxl-21 {
        gap: 84px !important
    }
    .ga-xxl-22 {
        gap: 88px !important
    }
    .ga-xxl-23 {
        gap: 92px !important
    }
    .ga-xxl-24 {
        gap: 96px !important
    }
    .ga-xxl-25 {
        gap: 100px !important
    }
    .ga-xxl-26 {
        gap: 104px !important
    }
    .ga-xxl-27 {
        gap: 108px !important
    }
    .ga-xxl-28 {
        gap: 112px !important
    }
    .ga-xxl-29 {
        gap: 116px !important
    }
    .ga-xxl-30 {
        gap: 120px !important
    }
    .ga-xxl-31 {
        gap: 124px !important
    }
    .ga-xxl-32 {
        gap: 128px !important
    }
    .ga-xxl-33 {
        gap: 132px !important
    }
    .ga-xxl-34 {
        gap: 136px !important
    }
    .ga-xxl-35 {
        gap: 140px !important
    }
    .ga-xxl-36 {
        gap: 144px !important
    }
    .ga-xxl-37 {
        gap: 148px !important
    }
    .ga-xxl-38 {
        gap: 152px !important
    }
    .ga-xxl-39 {
        gap: 156px !important
    }
    .ga-xxl-40 {
        gap: 160px !important
    }
    .ga-xxl-0p5 {
        gap: 2px !important
    }
    .ga-xxl-1p5 {
        gap: 6px !important
    }
    .ga-xxl-2p5 {
        gap: 10px !important
    }
    .ga-xxl-3p5 {
        gap: 14px !important
    }
    .ga-xxl-4p5 {
        gap: 18px !important
    }
    .ga-xxl-5p5 {
        gap: 22px !important
    }
    .ga-xxl-6p5 {
        gap: 26px !important
    }
    .ga-xxl-7p5 {
        gap: 30px !important
    }
    .ga-xxl-12p5 {
        gap: 50px !important
    }
    .ga-xxl-17p5 {
        gap: 70px !important
    }
    .ga-xxl-20p5 {
        gap: 82px !important
    }
    .ga-xxl-32p5 {
        gap: 130px !important
    }
    .ga-xxl-42 {
        gap: 168px !important
    }
    .ga-xxl-45 {
        gap: 180px !important
    }
    .ga-xxl-48 {
        gap: 192px !important
    }
    .ga-xxl-50 {
        gap: 200px !important
    }
    .ga-xxl-55 {
        gap: 220px !important
    }
    .ga-xxl-56 {
        gap: 224px !important
    }
    .ga-xxl-60 {
        gap: 240px !important
    }
    .ga-xxl-62 {
        gap: 248px !important
    }
    .ga-xxl-64 {
        gap: 256px !important
    }
    .ga-xxl-70 {
        gap: 280px !important
    }
    .ga-xxl-72 {
        gap: 288px !important
    }
    .ga-xxl-75 {
        gap: 300px !important
    }
    .ga-xxl-80 {
        gap: 320px !important
    }
    .ga-xxl-85 {
        gap: 340px !important
    }
    .ga-xxl-90 {
        gap: 360px !important
    }
    .ga-xxl-100 {
        gap: 400px !important
    }
    .ga-xxl-112 {
        gap: 448px !important
    }
    .ga-xxl-120 {
        gap: 480px !important
    }
    .ga-xxl-143 {
        gap: 572px !important
    }
    .ga-xxl-150 {
        gap: 600px !important
    }
    .ga-xxl-160 {
        gap: 640px !important
    }
    .ga-xxl-190 {
        gap: 760px !important
    }
    .ga-xxl-200 {
        gap: 800px !important
    }
    .ga-xxl-auto {
        gap: auto !important
    }
    .gr-xxl-0 {
        row-gap: 0 !important
    }
    .gr-xxl-1 {
        row-gap: 4px !important
    }
    .gr-xxl-2 {
        row-gap: 8px !important
    }
    .gr-xxl-3 {
        row-gap: 12px !important
    }
    .gr-xxl-4 {
        row-gap: 16px !important
    }
    .gr-xxl-5 {
        row-gap: 20px !important
    }
    .gr-xxl-6 {
        row-gap: 24px !important
    }
    .gr-xxl-7 {
        row-gap: 28px !important
    }
    .gr-xxl-8 {
        row-gap: 32px !important
    }
    .gr-xxl-9 {
        row-gap: 36px !important
    }
    .gr-xxl-10 {
        row-gap: 40px !important
    }
    .gr-xxl-11 {
        row-gap: 44px !important
    }
    .gr-xxl-12 {
        row-gap: 48px !important
    }
    .gr-xxl-13 {
        row-gap: 52px !important
    }
    .gr-xxl-14 {
        row-gap: 56px !important
    }
    .gr-xxl-15 {
        row-gap: 60px !important
    }
    .gr-xxl-16 {
        row-gap: 64px !important
    }
    .gr-xxl-17 {
        row-gap: 68px !important
    }
    .gr-xxl-18 {
        row-gap: 72px !important
    }
    .gr-xxl-19 {
        row-gap: 76px !important
    }
    .gr-xxl-20 {
        row-gap: 80px !important
    }
    .gr-xxl-21 {
        row-gap: 84px !important
    }
    .gr-xxl-22 {
        row-gap: 88px !important
    }
    .gr-xxl-23 {
        row-gap: 92px !important
    }
    .gr-xxl-24 {
        row-gap: 96px !important
    }
    .gr-xxl-25 {
        row-gap: 100px !important
    }
    .gr-xxl-26 {
        row-gap: 104px !important
    }
    .gr-xxl-27 {
        row-gap: 108px !important
    }
    .gr-xxl-28 {
        row-gap: 112px !important
    }
    .gr-xxl-29 {
        row-gap: 116px !important
    }
    .gr-xxl-30 {
        row-gap: 120px !important
    }
    .gr-xxl-31 {
        row-gap: 124px !important
    }
    .gr-xxl-32 {
        row-gap: 128px !important
    }
    .gr-xxl-33 {
        row-gap: 132px !important
    }
    .gr-xxl-34 {
        row-gap: 136px !important
    }
    .gr-xxl-35 {
        row-gap: 140px !important
    }
    .gr-xxl-36 {
        row-gap: 144px !important
    }
    .gr-xxl-37 {
        row-gap: 148px !important
    }
    .gr-xxl-38 {
        row-gap: 152px !important
    }
    .gr-xxl-39 {
        row-gap: 156px !important
    }
    .gr-xxl-40 {
        row-gap: 160px !important
    }
    .gr-xxl-0p5 {
        row-gap: 2px !important
    }
    .gr-xxl-1p5 {
        row-gap: 6px !important
    }
    .gr-xxl-2p5 {
        row-gap: 10px !important
    }
    .gr-xxl-3p5 {
        row-gap: 14px !important
    }
    .gr-xxl-4p5 {
        row-gap: 18px !important
    }
    .gr-xxl-5p5 {
        row-gap: 22px !important
    }
    .gr-xxl-6p5 {
        row-gap: 26px !important
    }
    .gr-xxl-7p5 {
        row-gap: 30px !important
    }
    .gr-xxl-12p5 {
        row-gap: 50px !important
    }
    .gr-xxl-17p5 {
        row-gap: 70px !important
    }
    .gr-xxl-20p5 {
        row-gap: 82px !important
    }
    .gr-xxl-32p5 {
        row-gap: 130px !important
    }
    .gr-xxl-42 {
        row-gap: 168px !important
    }
    .gr-xxl-45 {
        row-gap: 180px !important
    }
    .gr-xxl-48 {
        row-gap: 192px !important
    }
    .gr-xxl-50 {
        row-gap: 200px !important
    }
    .gr-xxl-55 {
        row-gap: 220px !important
    }
    .gr-xxl-56 {
        row-gap: 224px !important
    }
    .gr-xxl-60 {
        row-gap: 240px !important
    }
    .gr-xxl-62 {
        row-gap: 248px !important
    }
    .gr-xxl-64 {
        row-gap: 256px !important
    }
    .gr-xxl-70 {
        row-gap: 280px !important
    }
    .gr-xxl-72 {
        row-gap: 288px !important
    }
    .gr-xxl-75 {
        row-gap: 300px !important
    }
    .gr-xxl-80 {
        row-gap: 320px !important
    }
    .gr-xxl-85 {
        row-gap: 340px !important
    }
    .gr-xxl-90 {
        row-gap: 360px !important
    }
    .gr-xxl-100 {
        row-gap: 400px !important
    }
    .gr-xxl-112 {
        row-gap: 448px !important
    }
    .gr-xxl-120 {
        row-gap: 480px !important
    }
    .gr-xxl-143 {
        row-gap: 572px !important
    }
    .gr-xxl-150 {
        row-gap: 600px !important
    }
    .gr-xxl-160 {
        row-gap: 640px !important
    }
    .gr-xxl-190 {
        row-gap: 760px !important
    }
    .gr-xxl-200 {
        row-gap: 800px !important
    }
    .gr-xxl-auto {
        row-gap: auto !important
    }
    .gc-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .gc-xxl-1 {
        -moz-column-gap: 4px !important;
        column-gap: 4px !important
    }
    .gc-xxl-2 {
        -moz-column-gap: 8px !important;
        column-gap: 8px !important
    }
    .gc-xxl-3 {
        -moz-column-gap: 12px !important;
        column-gap: 12px !important
    }
    .gc-xxl-4 {
        -moz-column-gap: 16px !important;
        column-gap: 16px !important
    }
    .gc-xxl-5 {
        -moz-column-gap: 20px !important;
        column-gap: 20px !important
    }
    .gc-xxl-6 {
        -moz-column-gap: 24px !important;
        column-gap: 24px !important
    }
    .gc-xxl-7 {
        -moz-column-gap: 28px !important;
        column-gap: 28px !important
    }
    .gc-xxl-8 {
        -moz-column-gap: 32px !important;
        column-gap: 32px !important
    }
    .gc-xxl-9 {
        -moz-column-gap: 36px !important;
        column-gap: 36px !important
    }
    .gc-xxl-10 {
        -moz-column-gap: 40px !important;
        column-gap: 40px !important
    }
    .gc-xxl-11 {
        -moz-column-gap: 44px !important;
        column-gap: 44px !important
    }
    .gc-xxl-12 {
        -moz-column-gap: 48px !important;
        column-gap: 48px !important
    }
    .gc-xxl-13 {
        -moz-column-gap: 52px !important;
        column-gap: 52px !important
    }
    .gc-xxl-14 {
        -moz-column-gap: 56px !important;
        column-gap: 56px !important
    }
    .gc-xxl-15 {
        -moz-column-gap: 60px !important;
        column-gap: 60px !important
    }
    .gc-xxl-16 {
        -moz-column-gap: 64px !important;
        column-gap: 64px !important
    }
    .gc-xxl-17 {
        -moz-column-gap: 68px !important;
        column-gap: 68px !important
    }
    .gc-xxl-18 {
        -moz-column-gap: 72px !important;
        column-gap: 72px !important
    }
    .gc-xxl-19 {
        -moz-column-gap: 76px !important;
        column-gap: 76px !important
    }
    .gc-xxl-20 {
        -moz-column-gap: 80px !important;
        column-gap: 80px !important
    }
    .gc-xxl-21 {
        -moz-column-gap: 84px !important;
        column-gap: 84px !important
    }
    .gc-xxl-22 {
        -moz-column-gap: 88px !important;
        column-gap: 88px !important
    }
    .gc-xxl-23 {
        -moz-column-gap: 92px !important;
        column-gap: 92px !important
    }
    .gc-xxl-24 {
        -moz-column-gap: 96px !important;
        column-gap: 96px !important
    }
    .gc-xxl-25 {
        -moz-column-gap: 100px !important;
        column-gap: 100px !important
    }
    .gc-xxl-26 {
        -moz-column-gap: 104px !important;
        column-gap: 104px !important
    }
    .gc-xxl-27 {
        -moz-column-gap: 108px !important;
        column-gap: 108px !important
    }
    .gc-xxl-28 {
        -moz-column-gap: 112px !important;
        column-gap: 112px !important
    }
    .gc-xxl-29 {
        -moz-column-gap: 116px !important;
        column-gap: 116px !important
    }
    .gc-xxl-30 {
        -moz-column-gap: 120px !important;
        column-gap: 120px !important
    }
    .gc-xxl-31 {
        -moz-column-gap: 124px !important;
        column-gap: 124px !important
    }
    .gc-xxl-32 {
        -moz-column-gap: 128px !important;
        column-gap: 128px !important
    }
    .gc-xxl-33 {
        -moz-column-gap: 132px !important;
        column-gap: 132px !important
    }
    .gc-xxl-34 {
        -moz-column-gap: 136px !important;
        column-gap: 136px !important
    }
    .gc-xxl-35 {
        -moz-column-gap: 140px !important;
        column-gap: 140px !important
    }
    .gc-xxl-36 {
        -moz-column-gap: 144px !important;
        column-gap: 144px !important
    }
    .gc-xxl-37 {
        -moz-column-gap: 148px !important;
        column-gap: 148px !important
    }
    .gc-xxl-38 {
        -moz-column-gap: 152px !important;
        column-gap: 152px !important
    }
    .gc-xxl-39 {
        -moz-column-gap: 156px !important;
        column-gap: 156px !important
    }
    .gc-xxl-40 {
        -moz-column-gap: 160px !important;
        column-gap: 160px !important
    }
    .gc-xxl-0p5 {
        -moz-column-gap: 2px !important;
        column-gap: 2px !important
    }
    .gc-xxl-1p5 {
        -moz-column-gap: 6px !important;
        column-gap: 6px !important
    }
    .gc-xxl-2p5 {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important
    }
    .gc-xxl-3p5 {
        -moz-column-gap: 14px !important;
        column-gap: 14px !important
    }
    .gc-xxl-4p5 {
        -moz-column-gap: 18px !important;
        column-gap: 18px !important
    }
    .gc-xxl-5p5 {
        -moz-column-gap: 22px !important;
        column-gap: 22px !important
    }
    .gc-xxl-6p5 {
        -moz-column-gap: 26px !important;
        column-gap: 26px !important
    }
    .gc-xxl-7p5 {
        -moz-column-gap: 30px !important;
        column-gap: 30px !important
    }
    .gc-xxl-12p5 {
        -moz-column-gap: 50px !important;
        column-gap: 50px !important
    }
    .gc-xxl-17p5 {
        -moz-column-gap: 70px !important;
        column-gap: 70px !important
    }
    .gc-xxl-20p5 {
        -moz-column-gap: 82px !important;
        column-gap: 82px !important
    }
    .gc-xxl-32p5 {
        -moz-column-gap: 130px !important;
        column-gap: 130px !important
    }
    .gc-xxl-42 {
        -moz-column-gap: 168px !important;
        column-gap: 168px !important
    }
    .gc-xxl-45 {
        -moz-column-gap: 180px !important;
        column-gap: 180px !important
    }
    .gc-xxl-48 {
        -moz-column-gap: 192px !important;
        column-gap: 192px !important
    }
    .gc-xxl-50 {
        -moz-column-gap: 200px !important;
        column-gap: 200px !important
    }
    .gc-xxl-55 {
        -moz-column-gap: 220px !important;
        column-gap: 220px !important
    }
    .gc-xxl-56 {
        -moz-column-gap: 224px !important;
        column-gap: 224px !important
    }
    .gc-xxl-60 {
        -moz-column-gap: 240px !important;
        column-gap: 240px !important
    }
    .gc-xxl-62 {
        -moz-column-gap: 248px !important;
        column-gap: 248px !important
    }
    .gc-xxl-64 {
        -moz-column-gap: 256px !important;
        column-gap: 256px !important
    }
    .gc-xxl-70 {
        -moz-column-gap: 280px !important;
        column-gap: 280px !important
    }
    .gc-xxl-72 {
        -moz-column-gap: 288px !important;
        column-gap: 288px !important
    }
    .gc-xxl-75 {
        -moz-column-gap: 300px !important;
        column-gap: 300px !important
    }
    .gc-xxl-80 {
        -moz-column-gap: 320px !important;
        column-gap: 320px !important
    }
    .gc-xxl-85 {
        -moz-column-gap: 340px !important;
        column-gap: 340px !important
    }
    .gc-xxl-90 {
        -moz-column-gap: 360px !important;
        column-gap: 360px !important
    }
    .gc-xxl-100 {
        -moz-column-gap: 400px !important;
        column-gap: 400px !important
    }
    .gc-xxl-112 {
        -moz-column-gap: 448px !important;
        column-gap: 448px !important
    }
    .gc-xxl-120 {
        -moz-column-gap: 480px !important;
        column-gap: 480px !important
    }
    .gc-xxl-143 {
        -moz-column-gap: 572px !important;
        column-gap: 572px !important
    }
    .gc-xxl-150 {
        -moz-column-gap: 600px !important;
        column-gap: 600px !important
    }
    .gc-xxl-160 {
        -moz-column-gap: 640px !important;
        column-gap: 640px !important
    }
    .gc-xxl-190 {
        -moz-column-gap: 760px !important;
        column-gap: 760px !important
    }
    .gc-xxl-200 {
        -moz-column-gap: 800px !important;
        column-gap: 800px !important
    }
    .gc-xxl-auto {
        -moz-column-gap: auto !important;
        column-gap: auto !important
    }
    .ma-xxl-0 {
        margin: 0 !important
    }
    .ma-xxl-1 {
        margin: 4px !important
    }
    .ma-xxl-2 {
        margin: 8px !important
    }
    .ma-xxl-3 {
        margin: 12px !important
    }
    .ma-xxl-4 {
        margin: 16px !important
    }
    .ma-xxl-5 {
        margin: 20px !important
    }
    .ma-xxl-6 {
        margin: 24px !important
    }
    .ma-xxl-7 {
        margin: 28px !important
    }
    .ma-xxl-8 {
        margin: 32px !important
    }
    .ma-xxl-9 {
        margin: 36px !important
    }
    .ma-xxl-10 {
        margin: 40px !important
    }
    .ma-xxl-11 {
        margin: 44px !important
    }
    .ma-xxl-12 {
        margin: 48px !important
    }
    .ma-xxl-13 {
        margin: 52px !important
    }
    .ma-xxl-14 {
        margin: 56px !important
    }
    .ma-xxl-15 {
        margin: 60px !important
    }
    .ma-xxl-16 {
        margin: 64px !important
    }
    .ma-xxl-17 {
        margin: 68px !important
    }
    .ma-xxl-18 {
        margin: 72px !important
    }
    .ma-xxl-19 {
        margin: 76px !important
    }
    .ma-xxl-20 {
        margin: 80px !important
    }
    .ma-xxl-21 {
        margin: 84px !important
    }
    .ma-xxl-22 {
        margin: 88px !important
    }
    .ma-xxl-23 {
        margin: 92px !important
    }
    .ma-xxl-24 {
        margin: 96px !important
    }
    .ma-xxl-25 {
        margin: 100px !important
    }
    .ma-xxl-26 {
        margin: 104px !important
    }
    .ma-xxl-27 {
        margin: 108px !important
    }
    .ma-xxl-28 {
        margin: 112px !important
    }
    .ma-xxl-29 {
        margin: 116px !important
    }
    .ma-xxl-30 {
        margin: 120px !important
    }
    .ma-xxl-31 {
        margin: 124px !important
    }
    .ma-xxl-32 {
        margin: 128px !important
    }
    .ma-xxl-33 {
        margin: 132px !important
    }
    .ma-xxl-34 {
        margin: 136px !important
    }
    .ma-xxl-35 {
        margin: 140px !important
    }
    .ma-xxl-36 {
        margin: 144px !important
    }
    .ma-xxl-37 {
        margin: 148px !important
    }
    .ma-xxl-38 {
        margin: 152px !important
    }
    .ma-xxl-39 {
        margin: 156px !important
    }
    .ma-xxl-40 {
        margin: 160px !important
    }
    .ma-xxl-0p5 {
        margin: 2px !important
    }
    .ma-xxl-1p5 {
        margin: 6px !important
    }
    .ma-xxl-2p5 {
        margin: 10px !important
    }
    .ma-xxl-3p5 {
        margin: 14px !important
    }
    .ma-xxl-4p5 {
        margin: 18px !important
    }
    .ma-xxl-5p5 {
        margin: 22px !important
    }
    .ma-xxl-6p5 {
        margin: 26px !important
    }
    .ma-xxl-7p5 {
        margin: 30px !important
    }
    .ma-xxl-12p5 {
        margin: 50px !important
    }
    .ma-xxl-17p5 {
        margin: 70px !important
    }
    .ma-xxl-20p5 {
        margin: 82px !important
    }
    .ma-xxl-32p5 {
        margin: 130px !important
    }
    .ma-xxl-42 {
        margin: 168px !important
    }
    .ma-xxl-45 {
        margin: 180px !important
    }
    .ma-xxl-48 {
        margin: 192px !important
    }
    .ma-xxl-50 {
        margin: 200px !important
    }
    .ma-xxl-55 {
        margin: 220px !important
    }
    .ma-xxl-56 {
        margin: 224px !important
    }
    .ma-xxl-60 {
        margin: 240px !important
    }
    .ma-xxl-62 {
        margin: 248px !important
    }
    .ma-xxl-64 {
        margin: 256px !important
    }
    .ma-xxl-70 {
        margin: 280px !important
    }
    .ma-xxl-72 {
        margin: 288px !important
    }
    .ma-xxl-75 {
        margin: 300px !important
    }
    .ma-xxl-80 {
        margin: 320px !important
    }
    .ma-xxl-85 {
        margin: 340px !important
    }
    .ma-xxl-90 {
        margin: 360px !important
    }
    .ma-xxl-100 {
        margin: 400px !important
    }
    .ma-xxl-112 {
        margin: 448px !important
    }
    .ma-xxl-120 {
        margin: 480px !important
    }
    .ma-xxl-143 {
        margin: 572px !important
    }
    .ma-xxl-150 {
        margin: 600px !important
    }
    .ma-xxl-160 {
        margin: 640px !important
    }
    .ma-xxl-190 {
        margin: 760px !important
    }
    .ma-xxl-200 {
        margin: 800px !important
    }
    .ma-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xxl-1 {
        margin-left: 4px !important;
        margin-right: 4px !important
    }
    .mx-xxl-2 {
        margin-left: 8px !important;
        margin-right: 8px !important
    }
    .mx-xxl-3 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
    .mx-xxl-4 {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mx-xxl-5 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
    .mx-xxl-6 {
        margin-left: 24px !important;
        margin-right: 24px !important
    }
    .mx-xxl-7 {
        margin-left: 28px !important;
        margin-right: 28px !important
    }
    .mx-xxl-8 {
        margin-left: 32px !important;
        margin-right: 32px !important
    }
    .mx-xxl-9 {
        margin-left: 36px !important;
        margin-right: 36px !important
    }
    .mx-xxl-10 {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
    .mx-xxl-11 {
        margin-left: 44px !important;
        margin-right: 44px !important
    }
    .mx-xxl-12 {
        margin-left: 48px !important;
        margin-right: 48px !important
    }
    .mx-xxl-13 {
        margin-left: 52px !important;
        margin-right: 52px !important
    }
    .mx-xxl-14 {
        margin-left: 56px !important;
        margin-right: 56px !important
    }
    .mx-xxl-15 {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
    .mx-xxl-16 {
        margin-left: 64px !important;
        margin-right: 64px !important
    }
    .mx-xxl-17 {
        margin-left: 68px !important;
        margin-right: 68px !important
    }
    .mx-xxl-18 {
        margin-left: 72px !important;
        margin-right: 72px !important
    }
    .mx-xxl-19 {
        margin-left: 76px !important;
        margin-right: 76px !important
    }
    .mx-xxl-20 {
        margin-left: 80px !important;
        margin-right: 80px !important
    }
    .mx-xxl-21 {
        margin-left: 84px !important;
        margin-right: 84px !important
    }
    .mx-xxl-22 {
        margin-left: 88px !important;
        margin-right: 88px !important
    }
    .mx-xxl-23 {
        margin-left: 92px !important;
        margin-right: 92px !important
    }
    .mx-xxl-24 {
        margin-left: 96px !important;
        margin-right: 96px !important
    }
    .mx-xxl-25 {
        margin-left: 100px !important;
        margin-right: 100px !important
    }
    .mx-xxl-26 {
        margin-left: 104px !important;
        margin-right: 104px !important
    }
    .mx-xxl-27 {
        margin-left: 108px !important;
        margin-right: 108px !important
    }
    .mx-xxl-28 {
        margin-left: 112px !important;
        margin-right: 112px !important
    }
    .mx-xxl-29 {
        margin-left: 116px !important;
        margin-right: 116px !important
    }
    .mx-xxl-30 {
        margin-left: 120px !important;
        margin-right: 120px !important
    }
    .mx-xxl-31 {
        margin-left: 124px !important;
        margin-right: 124px !important
    }
    .mx-xxl-32 {
        margin-left: 128px !important;
        margin-right: 128px !important
    }
    .mx-xxl-33 {
        margin-left: 132px !important;
        margin-right: 132px !important
    }
    .mx-xxl-34 {
        margin-left: 136px !important;
        margin-right: 136px !important
    }
    .mx-xxl-35 {
        margin-left: 140px !important;
        margin-right: 140px !important
    }
    .mx-xxl-36 {
        margin-left: 144px !important;
        margin-right: 144px !important
    }
    .mx-xxl-37 {
        margin-left: 148px !important;
        margin-right: 148px !important
    }
    .mx-xxl-38 {
        margin-left: 152px !important;
        margin-right: 152px !important
    }
    .mx-xxl-39 {
        margin-left: 156px !important;
        margin-right: 156px !important
    }
    .mx-xxl-40 {
        margin-left: 160px !important;
        margin-right: 160px !important
    }
    .mx-xxl-0p5 {
        margin-left: 2px !important;
        margin-right: 2px !important
    }
    .mx-xxl-1p5 {
        margin-left: 6px !important;
        margin-right: 6px !important
    }
    .mx-xxl-2p5 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
    .mx-xxl-3p5 {
        margin-left: 14px !important;
        margin-right: 14px !important
    }
    .mx-xxl-4p5 {
        margin-left: 18px !important;
        margin-right: 18px !important
    }
    .mx-xxl-5p5 {
        margin-left: 22px !important;
        margin-right: 22px !important
    }
    .mx-xxl-6p5 {
        margin-left: 26px !important;
        margin-right: 26px !important
    }
    .mx-xxl-7p5 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }
    .mx-xxl-12p5 {
        margin-left: 50px !important;
        margin-right: 50px !important
    }
    .mx-xxl-17p5 {
        margin-left: 70px !important;
        margin-right: 70px !important
    }
    .mx-xxl-20p5 {
        margin-left: 82px !important;
        margin-right: 82px !important
    }
    .mx-xxl-32p5 {
        margin-left: 130px !important;
        margin-right: 130px !important
    }
    .mx-xxl-42 {
        margin-left: 168px !important;
        margin-right: 168px !important
    }
    .mx-xxl-45 {
        margin-left: 180px !important;
        margin-right: 180px !important
    }
    .mx-xxl-48 {
        margin-left: 192px !important;
        margin-right: 192px !important
    }
    .mx-xxl-50 {
        margin-left: 200px !important;
        margin-right: 200px !important
    }
    .mx-xxl-55 {
        margin-left: 220px !important;
        margin-right: 220px !important
    }
    .mx-xxl-56 {
        margin-left: 224px !important;
        margin-right: 224px !important
    }
    .mx-xxl-60 {
        margin-left: 240px !important;
        margin-right: 240px !important
    }
    .mx-xxl-62 {
        margin-left: 248px !important;
        margin-right: 248px !important
    }
    .mx-xxl-64 {
        margin-left: 256px !important;
        margin-right: 256px !important
    }
    .mx-xxl-70 {
        margin-left: 280px !important;
        margin-right: 280px !important
    }
    .mx-xxl-72 {
        margin-left: 288px !important;
        margin-right: 288px !important
    }
    .mx-xxl-75 {
        margin-left: 300px !important;
        margin-right: 300px !important
    }
    .mx-xxl-80 {
        margin-left: 320px !important;
        margin-right: 320px !important
    }
    .mx-xxl-85 {
        margin-left: 340px !important;
        margin-right: 340px !important
    }
    .mx-xxl-90 {
        margin-left: 360px !important;
        margin-right: 360px !important
    }
    .mx-xxl-100 {
        margin-left: 400px !important;
        margin-right: 400px !important
    }
    .mx-xxl-112 {
        margin-left: 448px !important;
        margin-right: 448px !important
    }
    .mx-xxl-120 {
        margin-left: 480px !important;
        margin-right: 480px !important
    }
    .mx-xxl-143 {
        margin-left: 572px !important;
        margin-right: 572px !important
    }
    .mx-xxl-150 {
        margin-left: 600px !important;
        margin-right: 600px !important
    }
    .mx-xxl-160 {
        margin-left: 640px !important;
        margin-right: 640px !important
    }
    .mx-xxl-190 {
        margin-left: 760px !important;
        margin-right: 760px !important
    }
    .mx-xxl-200 {
        margin-left: 800px !important;
        margin-right: 800px !important
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xxl-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important
    }
    .my-xxl-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important
    }
    .my-xxl-3 {
        margin-bottom: 12px !important;
        margin-top: 12px !important
    }
    .my-xxl-4 {
        margin-bottom: 16px !important;
        margin-top: 16px !important
    }
    .my-xxl-5 {
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
    .my-xxl-6 {
        margin-bottom: 24px !important;
        margin-top: 24px !important
    }
    .my-xxl-7 {
        margin-bottom: 28px !important;
        margin-top: 28px !important
    }
    .my-xxl-8 {
        margin-bottom: 32px !important;
        margin-top: 32px !important
    }
    .my-xxl-9 {
        margin-bottom: 36px !important;
        margin-top: 36px !important
    }
    .my-xxl-10 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .my-xxl-11 {
        margin-bottom: 44px !important;
        margin-top: 44px !important
    }
    .my-xxl-12 {
        margin-bottom: 48px !important;
        margin-top: 48px !important
    }
    .my-xxl-13 {
        margin-bottom: 52px !important;
        margin-top: 52px !important
    }
    .my-xxl-14 {
        margin-bottom: 56px !important;
        margin-top: 56px !important
    }
    .my-xxl-15 {
        margin-bottom: 60px !important;
        margin-top: 60px !important
    }
    .my-xxl-16 {
        margin-bottom: 64px !important;
        margin-top: 64px !important
    }
    .my-xxl-17 {
        margin-bottom: 68px !important;
        margin-top: 68px !important
    }
    .my-xxl-18 {
        margin-bottom: 72px !important;
        margin-top: 72px !important
    }
    .my-xxl-19 {
        margin-bottom: 76px !important;
        margin-top: 76px !important
    }
    .my-xxl-20 {
        margin-bottom: 80px !important;
        margin-top: 80px !important
    }
    .my-xxl-21 {
        margin-bottom: 84px !important;
        margin-top: 84px !important
    }
    .my-xxl-22 {
        margin-bottom: 88px !important;
        margin-top: 88px !important
    }
    .my-xxl-23 {
        margin-bottom: 92px !important;
        margin-top: 92px !important
    }
    .my-xxl-24 {
        margin-bottom: 96px !important;
        margin-top: 96px !important
    }
    .my-xxl-25 {
        margin-bottom: 100px !important;
        margin-top: 100px !important
    }
    .my-xxl-26 {
        margin-bottom: 104px !important;
        margin-top: 104px !important
    }
    .my-xxl-27 {
        margin-bottom: 108px !important;
        margin-top: 108px !important
    }
    .my-xxl-28 {
        margin-bottom: 112px !important;
        margin-top: 112px !important
    }
    .my-xxl-29 {
        margin-bottom: 116px !important;
        margin-top: 116px !important
    }
    .my-xxl-30 {
        margin-bottom: 120px !important;
        margin-top: 120px !important
    }
    .my-xxl-31 {
        margin-bottom: 124px !important;
        margin-top: 124px !important
    }
    .my-xxl-32 {
        margin-bottom: 128px !important;
        margin-top: 128px !important
    }
    .my-xxl-33 {
        margin-bottom: 132px !important;
        margin-top: 132px !important
    }
    .my-xxl-34 {
        margin-bottom: 136px !important;
        margin-top: 136px !important
    }
    .my-xxl-35 {
        margin-bottom: 140px !important;
        margin-top: 140px !important
    }
    .my-xxl-36 {
        margin-bottom: 144px !important;
        margin-top: 144px !important
    }
    .my-xxl-37 {
        margin-bottom: 148px !important;
        margin-top: 148px !important
    }
    .my-xxl-38 {
        margin-bottom: 152px !important;
        margin-top: 152px !important
    }
    .my-xxl-39 {
        margin-bottom: 156px !important;
        margin-top: 156px !important
    }
    .my-xxl-40 {
        margin-bottom: 160px !important;
        margin-top: 160px !important
    }
    .my-xxl-0p5 {
        margin-bottom: 2px !important;
        margin-top: 2px !important
    }
    .my-xxl-1p5 {
        margin-bottom: 6px !important;
        margin-top: 6px !important
    }
    .my-xxl-2p5 {
        margin-bottom: 10px !important;
        margin-top: 10px !important
    }
    .my-xxl-3p5 {
        margin-bottom: 14px !important;
        margin-top: 14px !important
    }
    .my-xxl-4p5 {
        margin-bottom: 18px !important;
        margin-top: 18px !important
    }
    .my-xxl-5p5 {
        margin-bottom: 22px !important;
        margin-top: 22px !important
    }
    .my-xxl-6p5 {
        margin-bottom: 26px !important;
        margin-top: 26px !important
    }
    .my-xxl-7p5 {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }
    .my-xxl-12p5 {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }
    .my-xxl-17p5 {
        margin-bottom: 70px !important;
        margin-top: 70px !important
    }
    .my-xxl-20p5 {
        margin-bottom: 82px !important;
        margin-top: 82px !important
    }
    .my-xxl-32p5 {
        margin-bottom: 130px !important;
        margin-top: 130px !important
    }
    .my-xxl-42 {
        margin-bottom: 168px !important;
        margin-top: 168px !important
    }
    .my-xxl-45 {
        margin-bottom: 180px !important;
        margin-top: 180px !important
    }
    .my-xxl-48 {
        margin-bottom: 192px !important;
        margin-top: 192px !important
    }
    .my-xxl-50 {
        margin-bottom: 200px !important;
        margin-top: 200px !important
    }
    .my-xxl-55 {
        margin-bottom: 220px !important;
        margin-top: 220px !important
    }
    .my-xxl-56 {
        margin-bottom: 224px !important;
        margin-top: 224px !important
    }
    .my-xxl-60 {
        margin-bottom: 240px !important;
        margin-top: 240px !important
    }
    .my-xxl-62 {
        margin-bottom: 248px !important;
        margin-top: 248px !important
    }
    .my-xxl-64 {
        margin-bottom: 256px !important;
        margin-top: 256px !important
    }
    .my-xxl-70 {
        margin-bottom: 280px !important;
        margin-top: 280px !important
    }
    .my-xxl-72 {
        margin-bottom: 288px !important;
        margin-top: 288px !important
    }
    .my-xxl-75 {
        margin-bottom: 300px !important;
        margin-top: 300px !important
    }
    .my-xxl-80 {
        margin-bottom: 320px !important;
        margin-top: 320px !important
    }
    .my-xxl-85 {
        margin-bottom: 340px !important;
        margin-top: 340px !important
    }
    .my-xxl-90 {
        margin-bottom: 360px !important;
        margin-top: 360px !important
    }
    .my-xxl-100 {
        margin-bottom: 400px !important;
        margin-top: 400px !important
    }
    .my-xxl-112 {
        margin-bottom: 448px !important;
        margin-top: 448px !important
    }
    .my-xxl-120 {
        margin-bottom: 480px !important;
        margin-top: 480px !important
    }
    .my-xxl-143 {
        margin-bottom: 572px !important;
        margin-top: 572px !important
    }
    .my-xxl-150 {
        margin-bottom: 600px !important;
        margin-top: 600px !important
    }
    .my-xxl-160 {
        margin-bottom: 640px !important;
        margin-top: 640px !important
    }
    .my-xxl-190 {
        margin-bottom: 760px !important;
        margin-top: 760px !important
    }
    .my-xxl-200 {
        margin-bottom: 800px !important;
        margin-top: 800px !important
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: 4px !important
    }
    .mt-xxl-2 {
        margin-top: 8px !important
    }
    .mt-xxl-3 {
        margin-top: 12px !important
    }
    .mt-xxl-4 {
        margin-top: 16px !important
    }
    .mt-xxl-5 {
        margin-top: 20px !important
    }
    .mt-xxl-6 {
        margin-top: 24px !important
    }
    .mt-xxl-7 {
        margin-top: 28px !important
    }
    .mt-xxl-8 {
        margin-top: 32px !important
    }
    .mt-xxl-9 {
        margin-top: 36px !important
    }
    .mt-xxl-10 {
        margin-top: 40px !important
    }
    .mt-xxl-11 {
        margin-top: 44px !important
    }
    .mt-xxl-12 {
        margin-top: 48px !important
    }
    .mt-xxl-13 {
        margin-top: 52px !important
    }
    .mt-xxl-14 {
        margin-top: 56px !important
    }
    .mt-xxl-15 {
        margin-top: 60px !important
    }
    .mt-xxl-16 {
        margin-top: 64px !important
    }
    .mt-xxl-17 {
        margin-top: 68px !important
    }
    .mt-xxl-18 {
        margin-top: 72px !important
    }
    .mt-xxl-19 {
        margin-top: 76px !important
    }
    .mt-xxl-20 {
        margin-top: 80px !important
    }
    .mt-xxl-21 {
        margin-top: 84px !important
    }
    .mt-xxl-22 {
        margin-top: 88px !important
    }
    .mt-xxl-23 {
        margin-top: 92px !important
    }
    .mt-xxl-24 {
        margin-top: 96px !important
    }
    .mt-xxl-25 {
        margin-top: 100px !important
    }
    .mt-xxl-26 {
        margin-top: 104px !important
    }
    .mt-xxl-27 {
        margin-top: 108px !important
    }
    .mt-xxl-28 {
        margin-top: 112px !important
    }
    .mt-xxl-29 {
        margin-top: 116px !important
    }
    .mt-xxl-30 {
        margin-top: 120px !important
    }
    .mt-xxl-31 {
        margin-top: 124px !important
    }
    .mt-xxl-32 {
        margin-top: 128px !important
    }
    .mt-xxl-33 {
        margin-top: 132px !important
    }
    .mt-xxl-34 {
        margin-top: 136px !important
    }
    .mt-xxl-35 {
        margin-top: 140px !important
    }
    .mt-xxl-36 {
        margin-top: 144px !important
    }
    .mt-xxl-37 {
        margin-top: 148px !important
    }
    .mt-xxl-38 {
        margin-top: 152px !important
    }
    .mt-xxl-39 {
        margin-top: 156px !important
    }
    .mt-xxl-40 {
        margin-top: 160px !important
    }
    .mt-xxl-0p5 {
        margin-top: 2px !important
    }
    .mt-xxl-1p5 {
        margin-top: 6px !important
    }
    .mt-xxl-2p5 {
        margin-top: 10px !important
    }
    .mt-xxl-3p5 {
        margin-top: 14px !important
    }
    .mt-xxl-4p5 {
        margin-top: 18px !important
    }
    .mt-xxl-5p5 {
        margin-top: 22px !important
    }
    .mt-xxl-6p5 {
        margin-top: 26px !important
    }
    .mt-xxl-7p5 {
        margin-top: 30px !important
    }
    .mt-xxl-12p5 {
        margin-top: 50px !important
    }
    .mt-xxl-17p5 {
        margin-top: 70px !important
    }
    .mt-xxl-20p5 {
        margin-top: 82px !important
    }
    .mt-xxl-32p5 {
        margin-top: 130px !important
    }
    .mt-xxl-42 {
        margin-top: 168px !important
    }
    .mt-xxl-45 {
        margin-top: 180px !important
    }
    .mt-xxl-48 {
        margin-top: 192px !important
    }
    .mt-xxl-50 {
        margin-top: 200px !important
    }
    .mt-xxl-55 {
        margin-top: 220px !important
    }
    .mt-xxl-56 {
        margin-top: 224px !important
    }
    .mt-xxl-60 {
        margin-top: 240px !important
    }
    .mt-xxl-62 {
        margin-top: 248px !important
    }
    .mt-xxl-64 {
        margin-top: 256px !important
    }
    .mt-xxl-70 {
        margin-top: 280px !important
    }
    .mt-xxl-72 {
        margin-top: 288px !important
    }
    .mt-xxl-75 {
        margin-top: 300px !important
    }
    .mt-xxl-80 {
        margin-top: 320px !important
    }
    .mt-xxl-85 {
        margin-top: 340px !important
    }
    .mt-xxl-90 {
        margin-top: 360px !important
    }
    .mt-xxl-100 {
        margin-top: 400px !important
    }
    .mt-xxl-112 {
        margin-top: 448px !important
    }
    .mt-xxl-120 {
        margin-top: 480px !important
    }
    .mt-xxl-143 {
        margin-top: 572px !important
    }
    .mt-xxl-150 {
        margin-top: 600px !important
    }
    .mt-xxl-160 {
        margin-top: 640px !important
    }
    .mt-xxl-190 {
        margin-top: 760px !important
    }
    .mt-xxl-200 {
        margin-top: 800px !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-0 {
        margin-right: 0 !important
    }
    .mr-xxl-1 {
        margin-right: 4px !important
    }
    .mr-xxl-2 {
        margin-right: 8px !important
    }
    .mr-xxl-3 {
        margin-right: 12px !important
    }
    .mr-xxl-4 {
        margin-right: 16px !important
    }
    .mr-xxl-5 {
        margin-right: 20px !important
    }
    .mr-xxl-6 {
        margin-right: 24px !important
    }
    .mr-xxl-7 {
        margin-right: 28px !important
    }
    .mr-xxl-8 {
        margin-right: 32px !important
    }
    .mr-xxl-9 {
        margin-right: 36px !important
    }
    .mr-xxl-10 {
        margin-right: 40px !important
    }
    .mr-xxl-11 {
        margin-right: 44px !important
    }
    .mr-xxl-12 {
        margin-right: 48px !important
    }
    .mr-xxl-13 {
        margin-right: 52px !important
    }
    .mr-xxl-14 {
        margin-right: 56px !important
    }
    .mr-xxl-15 {
        margin-right: 60px !important
    }
    .mr-xxl-16 {
        margin-right: 64px !important
    }
    .mr-xxl-17 {
        margin-right: 68px !important
    }
    .mr-xxl-18 {
        margin-right: 72px !important
    }
    .mr-xxl-19 {
        margin-right: 76px !important
    }
    .mr-xxl-20 {
        margin-right: 80px !important
    }
    .mr-xxl-21 {
        margin-right: 84px !important
    }
    .mr-xxl-22 {
        margin-right: 88px !important
    }
    .mr-xxl-23 {
        margin-right: 92px !important
    }
    .mr-xxl-24 {
        margin-right: 96px !important
    }
    .mr-xxl-25 {
        margin-right: 100px !important
    }
    .mr-xxl-26 {
        margin-right: 104px !important
    }
    .mr-xxl-27 {
        margin-right: 108px !important
    }
    .mr-xxl-28 {
        margin-right: 112px !important
    }
    .mr-xxl-29 {
        margin-right: 116px !important
    }
    .mr-xxl-30 {
        margin-right: 120px !important
    }
    .mr-xxl-31 {
        margin-right: 124px !important
    }
    .mr-xxl-32 {
        margin-right: 128px !important
    }
    .mr-xxl-33 {
        margin-right: 132px !important
    }
    .mr-xxl-34 {
        margin-right: 136px !important
    }
    .mr-xxl-35 {
        margin-right: 140px !important
    }
    .mr-xxl-36 {
        margin-right: 144px !important
    }
    .mr-xxl-37 {
        margin-right: 148px !important
    }
    .mr-xxl-38 {
        margin-right: 152px !important
    }
    .mr-xxl-39 {
        margin-right: 156px !important
    }
    .mr-xxl-40 {
        margin-right: 160px !important
    }
    .mr-xxl-0p5 {
        margin-right: 2px !important
    }
    .mr-xxl-1p5 {
        margin-right: 6px !important
    }
    .mr-xxl-2p5 {
        margin-right: 10px !important
    }
    .mr-xxl-3p5 {
        margin-right: 14px !important
    }
    .mr-xxl-4p5 {
        margin-right: 18px !important
    }
    .mr-xxl-5p5 {
        margin-right: 22px !important
    }
    .mr-xxl-6p5 {
        margin-right: 26px !important
    }
    .mr-xxl-7p5 {
        margin-right: 30px !important
    }
    .mr-xxl-12p5 {
        margin-right: 50px !important
    }
    .mr-xxl-17p5 {
        margin-right: 70px !important
    }
    .mr-xxl-20p5 {
        margin-right: 82px !important
    }
    .mr-xxl-32p5 {
        margin-right: 130px !important
    }
    .mr-xxl-42 {
        margin-right: 168px !important
    }
    .mr-xxl-45 {
        margin-right: 180px !important
    }
    .mr-xxl-48 {
        margin-right: 192px !important
    }
    .mr-xxl-50 {
        margin-right: 200px !important
    }
    .mr-xxl-55 {
        margin-right: 220px !important
    }
    .mr-xxl-56 {
        margin-right: 224px !important
    }
    .mr-xxl-60 {
        margin-right: 240px !important
    }
    .mr-xxl-62 {
        margin-right: 248px !important
    }
    .mr-xxl-64 {
        margin-right: 256px !important
    }
    .mr-xxl-70 {
        margin-right: 280px !important
    }
    .mr-xxl-72 {
        margin-right: 288px !important
    }
    .mr-xxl-75 {
        margin-right: 300px !important
    }
    .mr-xxl-80 {
        margin-right: 320px !important
    }
    .mr-xxl-85 {
        margin-right: 340px !important
    }
    .mr-xxl-90 {
        margin-right: 360px !important
    }
    .mr-xxl-100 {
        margin-right: 400px !important
    }
    .mr-xxl-112 {
        margin-right: 448px !important
    }
    .mr-xxl-120 {
        margin-right: 480px !important
    }
    .mr-xxl-143 {
        margin-right: 572px !important
    }
    .mr-xxl-150 {
        margin-right: 600px !important
    }
    .mr-xxl-160 {
        margin-right: 640px !important
    }
    .mr-xxl-190 {
        margin-right: 760px !important
    }
    .mr-xxl-200 {
        margin-right: 800px !important
    }
    .mr-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: 4px !important
    }
    .mb-xxl-2 {
        margin-bottom: 8px !important
    }
    .mb-xxl-3 {
        margin-bottom: 12px !important
    }
    .mb-xxl-4 {
        margin-bottom: 16px !important
    }
    .mb-xxl-5 {
        margin-bottom: 20px !important
    }
    .mb-xxl-6 {
        margin-bottom: 24px !important
    }
    .mb-xxl-7 {
        margin-bottom: 28px !important
    }
    .mb-xxl-8 {
        margin-bottom: 32px !important
    }
    .mb-xxl-9 {
        margin-bottom: 36px !important
    }
    .mb-xxl-10 {
        margin-bottom: 40px !important
    }
    .mb-xxl-11 {
        margin-bottom: 44px !important
    }
    .mb-xxl-12 {
        margin-bottom: 48px !important
    }
    .mb-xxl-13 {
        margin-bottom: 52px !important
    }
    .mb-xxl-14 {
        margin-bottom: 56px !important
    }
    .mb-xxl-15 {
        margin-bottom: 60px !important
    }
    .mb-xxl-16 {
        margin-bottom: 64px !important
    }
    .mb-xxl-17 {
        margin-bottom: 68px !important
    }
    .mb-xxl-18 {
        margin-bottom: 72px !important
    }
    .mb-xxl-19 {
        margin-bottom: 76px !important
    }
    .mb-xxl-20 {
        margin-bottom: 80px !important
    }
    .mb-xxl-21 {
        margin-bottom: 84px !important
    }
    .mb-xxl-22 {
        margin-bottom: 88px !important
    }
    .mb-xxl-23 {
        margin-bottom: 92px !important
    }
    .mb-xxl-24 {
        margin-bottom: 96px !important
    }
    .mb-xxl-25 {
        margin-bottom: 100px !important
    }
    .mb-xxl-26 {
        margin-bottom: 104px !important
    }
    .mb-xxl-27 {
        margin-bottom: 108px !important
    }
    .mb-xxl-28 {
        margin-bottom: 112px !important
    }
    .mb-xxl-29 {
        margin-bottom: 116px !important
    }
    .mb-xxl-30 {
        margin-bottom: 120px !important
    }
    .mb-xxl-31 {
        margin-bottom: 124px !important
    }
    .mb-xxl-32 {
        margin-bottom: 128px !important
    }
    .mb-xxl-33 {
        margin-bottom: 132px !important
    }
    .mb-xxl-34 {
        margin-bottom: 136px !important
    }
    .mb-xxl-35 {
        margin-bottom: 140px !important
    }
    .mb-xxl-36 {
        margin-bottom: 144px !important
    }
    .mb-xxl-37 {
        margin-bottom: 148px !important
    }
    .mb-xxl-38 {
        margin-bottom: 152px !important
    }
    .mb-xxl-39 {
        margin-bottom: 156px !important
    }
    .mb-xxl-40 {
        margin-bottom: 160px !important
    }
    .mb-xxl-0p5 {
        margin-bottom: 2px !important
    }
    .mb-xxl-1p5 {
        margin-bottom: 6px !important
    }
    .mb-xxl-2p5 {
        margin-bottom: 10px !important
    }
    .mb-xxl-3p5 {
        margin-bottom: 14px !important
    }
    .mb-xxl-4p5 {
        margin-bottom: 18px !important
    }
    .mb-xxl-5p5 {
        margin-bottom: 22px !important
    }
    .mb-xxl-6p5 {
        margin-bottom: 26px !important
    }
    .mb-xxl-7p5 {
        margin-bottom: 30px !important
    }
    .mb-xxl-12p5 {
        margin-bottom: 50px !important
    }
    .mb-xxl-17p5 {
        margin-bottom: 70px !important
    }
    .mb-xxl-20p5 {
        margin-bottom: 82px !important
    }
    .mb-xxl-32p5 {
        margin-bottom: 130px !important
    }
    .mb-xxl-42 {
        margin-bottom: 168px !important
    }
    .mb-xxl-45 {
        margin-bottom: 180px !important
    }
    .mb-xxl-48 {
        margin-bottom: 192px !important
    }
    .mb-xxl-50 {
        margin-bottom: 200px !important
    }
    .mb-xxl-55 {
        margin-bottom: 220px !important
    }
    .mb-xxl-56 {
        margin-bottom: 224px !important
    }
    .mb-xxl-60 {
        margin-bottom: 240px !important
    }
    .mb-xxl-62 {
        margin-bottom: 248px !important
    }
    .mb-xxl-64 {
        margin-bottom: 256px !important
    }
    .mb-xxl-70 {
        margin-bottom: 280px !important
    }
    .mb-xxl-72 {
        margin-bottom: 288px !important
    }
    .mb-xxl-75 {
        margin-bottom: 300px !important
    }
    .mb-xxl-80 {
        margin-bottom: 320px !important
    }
    .mb-xxl-85 {
        margin-bottom: 340px !important
    }
    .mb-xxl-90 {
        margin-bottom: 360px !important
    }
    .mb-xxl-100 {
        margin-bottom: 400px !important
    }
    .mb-xxl-112 {
        margin-bottom: 448px !important
    }
    .mb-xxl-120 {
        margin-bottom: 480px !important
    }
    .mb-xxl-143 {
        margin-bottom: 572px !important
    }
    .mb-xxl-150 {
        margin-bottom: 600px !important
    }
    .mb-xxl-160 {
        margin-bottom: 640px !important
    }
    .mb-xxl-190 {
        margin-bottom: 760px !important
    }
    .mb-xxl-200 {
        margin-bottom: 800px !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-0 {
        margin-left: 0 !important
    }
    .ml-xxl-1 {
        margin-left: 4px !important
    }
    .ml-xxl-2 {
        margin-left: 8px !important
    }
    .ml-xxl-3 {
        margin-left: 12px !important
    }
    .ml-xxl-4 {
        margin-left: 16px !important
    }
    .ml-xxl-5 {
        margin-left: 20px !important
    }
    .ml-xxl-6 {
        margin-left: 24px !important
    }
    .ml-xxl-7 {
        margin-left: 28px !important
    }
    .ml-xxl-8 {
        margin-left: 32px !important
    }
    .ml-xxl-9 {
        margin-left: 36px !important
    }
    .ml-xxl-10 {
        margin-left: 40px !important
    }
    .ml-xxl-11 {
        margin-left: 44px !important
    }
    .ml-xxl-12 {
        margin-left: 48px !important
    }
    .ml-xxl-13 {
        margin-left: 52px !important
    }
    .ml-xxl-14 {
        margin-left: 56px !important
    }
    .ml-xxl-15 {
        margin-left: 60px !important
    }
    .ml-xxl-16 {
        margin-left: 64px !important
    }
    .ml-xxl-17 {
        margin-left: 68px !important
    }
    .ml-xxl-18 {
        margin-left: 72px !important
    }
    .ml-xxl-19 {
        margin-left: 76px !important
    }
    .ml-xxl-20 {
        margin-left: 80px !important
    }
    .ml-xxl-21 {
        margin-left: 84px !important
    }
    .ml-xxl-22 {
        margin-left: 88px !important
    }
    .ml-xxl-23 {
        margin-left: 92px !important
    }
    .ml-xxl-24 {
        margin-left: 96px !important
    }
    .ml-xxl-25 {
        margin-left: 100px !important
    }
    .ml-xxl-26 {
        margin-left: 104px !important
    }
    .ml-xxl-27 {
        margin-left: 108px !important
    }
    .ml-xxl-28 {
        margin-left: 112px !important
    }
    .ml-xxl-29 {
        margin-left: 116px !important
    }
    .ml-xxl-30 {
        margin-left: 120px !important
    }
    .ml-xxl-31 {
        margin-left: 124px !important
    }
    .ml-xxl-32 {
        margin-left: 128px !important
    }
    .ml-xxl-33 {
        margin-left: 132px !important
    }
    .ml-xxl-34 {
        margin-left: 136px !important
    }
    .ml-xxl-35 {
        margin-left: 140px !important
    }
    .ml-xxl-36 {
        margin-left: 144px !important
    }
    .ml-xxl-37 {
        margin-left: 148px !important
    }
    .ml-xxl-38 {
        margin-left: 152px !important
    }
    .ml-xxl-39 {
        margin-left: 156px !important
    }
    .ml-xxl-40 {
        margin-left: 160px !important
    }
    .ml-xxl-0p5 {
        margin-left: 2px !important
    }
    .ml-xxl-1p5 {
        margin-left: 6px !important
    }
    .ml-xxl-2p5 {
        margin-left: 10px !important
    }
    .ml-xxl-3p5 {
        margin-left: 14px !important
    }
    .ml-xxl-4p5 {
        margin-left: 18px !important
    }
    .ml-xxl-5p5 {
        margin-left: 22px !important
    }
    .ml-xxl-6p5 {
        margin-left: 26px !important
    }
    .ml-xxl-7p5 {
        margin-left: 30px !important
    }
    .ml-xxl-12p5 {
        margin-left: 50px !important
    }
    .ml-xxl-17p5 {
        margin-left: 70px !important
    }
    .ml-xxl-20p5 {
        margin-left: 82px !important
    }
    .ml-xxl-32p5 {
        margin-left: 130px !important
    }
    .ml-xxl-42 {
        margin-left: 168px !important
    }
    .ml-xxl-45 {
        margin-left: 180px !important
    }
    .ml-xxl-48 {
        margin-left: 192px !important
    }
    .ml-xxl-50 {
        margin-left: 200px !important
    }
    .ml-xxl-55 {
        margin-left: 220px !important
    }
    .ml-xxl-56 {
        margin-left: 224px !important
    }
    .ml-xxl-60 {
        margin-left: 240px !important
    }
    .ml-xxl-62 {
        margin-left: 248px !important
    }
    .ml-xxl-64 {
        margin-left: 256px !important
    }
    .ml-xxl-70 {
        margin-left: 280px !important
    }
    .ml-xxl-72 {
        margin-left: 288px !important
    }
    .ml-xxl-75 {
        margin-left: 300px !important
    }
    .ml-xxl-80 {
        margin-left: 320px !important
    }
    .ml-xxl-85 {
        margin-left: 340px !important
    }
    .ml-xxl-90 {
        margin-left: 360px !important
    }
    .ml-xxl-100 {
        margin-left: 400px !important
    }
    .ml-xxl-112 {
        margin-left: 448px !important
    }
    .ml-xxl-120 {
        margin-left: 480px !important
    }
    .ml-xxl-143 {
        margin-left: 572px !important
    }
    .ml-xxl-150 {
        margin-left: 600px !important
    }
    .ml-xxl-160 {
        margin-left: 640px !important
    }
    .ml-xxl-190 {
        margin-left: 760px !important
    }
    .ml-xxl-200 {
        margin-left: 800px !important
    }
    .ml-xxl-auto {
        margin-left: auto !important
    }
    .ms-xxl-0 {
        margin-inline-start: 0 !important
    }
    .ms-xxl-1 {
        margin-inline-start: 4px !important
    }
    .ms-xxl-2 {
        margin-inline-start: 8px !important
    }
    .ms-xxl-3 {
        margin-inline-start: 12px !important
    }
    .ms-xxl-4 {
        margin-inline-start: 16px !important
    }
    .ms-xxl-5 {
        margin-inline-start: 20px !important
    }
    .ms-xxl-6 {
        margin-inline-start: 24px !important
    }
    .ms-xxl-7 {
        margin-inline-start: 28px !important
    }
    .ms-xxl-8 {
        margin-inline-start: 32px !important
    }
    .ms-xxl-9 {
        margin-inline-start: 36px !important
    }
    .ms-xxl-10 {
        margin-inline-start: 40px !important
    }
    .ms-xxl-11 {
        margin-inline-start: 44px !important
    }
    .ms-xxl-12 {
        margin-inline-start: 48px !important
    }
    .ms-xxl-13 {
        margin-inline-start: 52px !important
    }
    .ms-xxl-14 {
        margin-inline-start: 56px !important
    }
    .ms-xxl-15 {
        margin-inline-start: 60px !important
    }
    .ms-xxl-16 {
        margin-inline-start: 64px !important
    }
    .ms-xxl-17 {
        margin-inline-start: 68px !important
    }
    .ms-xxl-18 {
        margin-inline-start: 72px !important
    }
    .ms-xxl-19 {
        margin-inline-start: 76px !important
    }
    .ms-xxl-20 {
        margin-inline-start: 80px !important
    }
    .ms-xxl-21 {
        margin-inline-start: 84px !important
    }
    .ms-xxl-22 {
        margin-inline-start: 88px !important
    }
    .ms-xxl-23 {
        margin-inline-start: 92px !important
    }
    .ms-xxl-24 {
        margin-inline-start: 96px !important
    }
    .ms-xxl-25 {
        margin-inline-start: 100px !important
    }
    .ms-xxl-26 {
        margin-inline-start: 104px !important
    }
    .ms-xxl-27 {
        margin-inline-start: 108px !important
    }
    .ms-xxl-28 {
        margin-inline-start: 112px !important
    }
    .ms-xxl-29 {
        margin-inline-start: 116px !important
    }
    .ms-xxl-30 {
        margin-inline-start: 120px !important
    }
    .ms-xxl-31 {
        margin-inline-start: 124px !important
    }
    .ms-xxl-32 {
        margin-inline-start: 128px !important
    }
    .ms-xxl-33 {
        margin-inline-start: 132px !important
    }
    .ms-xxl-34 {
        margin-inline-start: 136px !important
    }
    .ms-xxl-35 {
        margin-inline-start: 140px !important
    }
    .ms-xxl-36 {
        margin-inline-start: 144px !important
    }
    .ms-xxl-37 {
        margin-inline-start: 148px !important
    }
    .ms-xxl-38 {
        margin-inline-start: 152px !important
    }
    .ms-xxl-39 {
        margin-inline-start: 156px !important
    }
    .ms-xxl-40 {
        margin-inline-start: 160px !important
    }
    .ms-xxl-0p5 {
        margin-inline-start: 2px !important
    }
    .ms-xxl-1p5 {
        margin-inline-start: 6px !important
    }
    .ms-xxl-2p5 {
        margin-inline-start: 10px !important
    }
    .ms-xxl-3p5 {
        margin-inline-start: 14px !important
    }
    .ms-xxl-4p5 {
        margin-inline-start: 18px !important
    }
    .ms-xxl-5p5 {
        margin-inline-start: 22px !important
    }
    .ms-xxl-6p5 {
        margin-inline-start: 26px !important
    }
    .ms-xxl-7p5 {
        margin-inline-start: 30px !important
    }
    .ms-xxl-12p5 {
        margin-inline-start: 50px !important
    }
    .ms-xxl-17p5 {
        margin-inline-start: 70px !important
    }
    .ms-xxl-20p5 {
        margin-inline-start: 82px !important
    }
    .ms-xxl-32p5 {
        margin-inline-start: 130px !important
    }
    .ms-xxl-42 {
        margin-inline-start: 168px !important
    }
    .ms-xxl-45 {
        margin-inline-start: 180px !important
    }
    .ms-xxl-48 {
        margin-inline-start: 192px !important
    }
    .ms-xxl-50 {
        margin-inline-start: 200px !important
    }
    .ms-xxl-55 {
        margin-inline-start: 220px !important
    }
    .ms-xxl-56 {
        margin-inline-start: 224px !important
    }
    .ms-xxl-60 {
        margin-inline-start: 240px !important
    }
    .ms-xxl-62 {
        margin-inline-start: 248px !important
    }
    .ms-xxl-64 {
        margin-inline-start: 256px !important
    }
    .ms-xxl-70 {
        margin-inline-start: 280px !important
    }
    .ms-xxl-72 {
        margin-inline-start: 288px !important
    }
    .ms-xxl-75 {
        margin-inline-start: 300px !important
    }
    .ms-xxl-80 {
        margin-inline-start: 320px !important
    }
    .ms-xxl-85 {
        margin-inline-start: 340px !important
    }
    .ms-xxl-90 {
        margin-inline-start: 360px !important
    }
    .ms-xxl-100 {
        margin-inline-start: 400px !important
    }
    .ms-xxl-112 {
        margin-inline-start: 448px !important
    }
    .ms-xxl-120 {
        margin-inline-start: 480px !important
    }
    .ms-xxl-143 {
        margin-inline-start: 572px !important
    }
    .ms-xxl-150 {
        margin-inline-start: 600px !important
    }
    .ms-xxl-160 {
        margin-inline-start: 640px !important
    }
    .ms-xxl-190 {
        margin-inline-start: 760px !important
    }
    .ms-xxl-200 {
        margin-inline-start: 800px !important
    }
    .ms-xxl-auto {
        margin-inline-start: auto !important
    }
    .me-xxl-0 {
        margin-inline-end: 0 !important
    }
    .me-xxl-1 {
        margin-inline-end: 4px !important
    }
    .me-xxl-2 {
        margin-inline-end: 8px !important
    }
    .me-xxl-3 {
        margin-inline-end: 12px !important
    }
    .me-xxl-4 {
        margin-inline-end: 16px !important
    }
    .me-xxl-5 {
        margin-inline-end: 20px !important
    }
    .me-xxl-6 {
        margin-inline-end: 24px !important
    }
    .me-xxl-7 {
        margin-inline-end: 28px !important
    }
    .me-xxl-8 {
        margin-inline-end: 32px !important
    }
    .me-xxl-9 {
        margin-inline-end: 36px !important
    }
    .me-xxl-10 {
        margin-inline-end: 40px !important
    }
    .me-xxl-11 {
        margin-inline-end: 44px !important
    }
    .me-xxl-12 {
        margin-inline-end: 48px !important
    }
    .me-xxl-13 {
        margin-inline-end: 52px !important
    }
    .me-xxl-14 {
        margin-inline-end: 56px !important
    }
    .me-xxl-15 {
        margin-inline-end: 60px !important
    }
    .me-xxl-16 {
        margin-inline-end: 64px !important
    }
    .me-xxl-17 {
        margin-inline-end: 68px !important
    }
    .me-xxl-18 {
        margin-inline-end: 72px !important
    }
    .me-xxl-19 {
        margin-inline-end: 76px !important
    }
    .me-xxl-20 {
        margin-inline-end: 80px !important
    }
    .me-xxl-21 {
        margin-inline-end: 84px !important
    }
    .me-xxl-22 {
        margin-inline-end: 88px !important
    }
    .me-xxl-23 {
        margin-inline-end: 92px !important
    }
    .me-xxl-24 {
        margin-inline-end: 96px !important
    }
    .me-xxl-25 {
        margin-inline-end: 100px !important
    }
    .me-xxl-26 {
        margin-inline-end: 104px !important
    }
    .me-xxl-27 {
        margin-inline-end: 108px !important
    }
    .me-xxl-28 {
        margin-inline-end: 112px !important
    }
    .me-xxl-29 {
        margin-inline-end: 116px !important
    }
    .me-xxl-30 {
        margin-inline-end: 120px !important
    }
    .me-xxl-31 {
        margin-inline-end: 124px !important
    }
    .me-xxl-32 {
        margin-inline-end: 128px !important
    }
    .me-xxl-33 {
        margin-inline-end: 132px !important
    }
    .me-xxl-34 {
        margin-inline-end: 136px !important
    }
    .me-xxl-35 {
        margin-inline-end: 140px !important
    }
    .me-xxl-36 {
        margin-inline-end: 144px !important
    }
    .me-xxl-37 {
        margin-inline-end: 148px !important
    }
    .me-xxl-38 {
        margin-inline-end: 152px !important
    }
    .me-xxl-39 {
        margin-inline-end: 156px !important
    }
    .me-xxl-40 {
        margin-inline-end: 160px !important
    }
    .me-xxl-0p5 {
        margin-inline-end: 2px !important
    }
    .me-xxl-1p5 {
        margin-inline-end: 6px !important
    }
    .me-xxl-2p5 {
        margin-inline-end: 10px !important
    }
    .me-xxl-3p5 {
        margin-inline-end: 14px !important
    }
    .me-xxl-4p5 {
        margin-inline-end: 18px !important
    }
    .me-xxl-5p5 {
        margin-inline-end: 22px !important
    }
    .me-xxl-6p5 {
        margin-inline-end: 26px !important
    }
    .me-xxl-7p5 {
        margin-inline-end: 30px !important
    }
    .me-xxl-12p5 {
        margin-inline-end: 50px !important
    }
    .me-xxl-17p5 {
        margin-inline-end: 70px !important
    }
    .me-xxl-20p5 {
        margin-inline-end: 82px !important
    }
    .me-xxl-32p5 {
        margin-inline-end: 130px !important
    }
    .me-xxl-42 {
        margin-inline-end: 168px !important
    }
    .me-xxl-45 {
        margin-inline-end: 180px !important
    }
    .me-xxl-48 {
        margin-inline-end: 192px !important
    }
    .me-xxl-50 {
        margin-inline-end: 200px !important
    }
    .me-xxl-55 {
        margin-inline-end: 220px !important
    }
    .me-xxl-56 {
        margin-inline-end: 224px !important
    }
    .me-xxl-60 {
        margin-inline-end: 240px !important
    }
    .me-xxl-62 {
        margin-inline-end: 248px !important
    }
    .me-xxl-64 {
        margin-inline-end: 256px !important
    }
    .me-xxl-70 {
        margin-inline-end: 280px !important
    }
    .me-xxl-72 {
        margin-inline-end: 288px !important
    }
    .me-xxl-75 {
        margin-inline-end: 300px !important
    }
    .me-xxl-80 {
        margin-inline-end: 320px !important
    }
    .me-xxl-85 {
        margin-inline-end: 340px !important
    }
    .me-xxl-90 {
        margin-inline-end: 360px !important
    }
    .me-xxl-100 {
        margin-inline-end: 400px !important
    }
    .me-xxl-112 {
        margin-inline-end: 448px !important
    }
    .me-xxl-120 {
        margin-inline-end: 480px !important
    }
    .me-xxl-143 {
        margin-inline-end: 572px !important
    }
    .me-xxl-150 {
        margin-inline-end: 600px !important
    }
    .me-xxl-160 {
        margin-inline-end: 640px !important
    }
    .me-xxl-190 {
        margin-inline-end: 760px !important
    }
    .me-xxl-200 {
        margin-inline-end: 800px !important
    }
    .me-xxl-auto {
        margin-inline-end: auto !important
    }
    .ma-xxl-n1 {
        margin: -4px !important
    }
    .ma-xxl-n2 {
        margin: -8px !important
    }
    .ma-xxl-n3 {
        margin: -12px !important
    }
    .ma-xxl-n4 {
        margin: -16px !important
    }
    .ma-xxl-n5 {
        margin: -20px !important
    }
    .ma-xxl-n6 {
        margin: -24px !important
    }
    .ma-xxl-n7 {
        margin: -28px !important
    }
    .ma-xxl-n8 {
        margin: -32px !important
    }
    .ma-xxl-n9 {
        margin: -36px !important
    }
    .ma-xxl-n10 {
        margin: -40px !important
    }
    .ma-xxl-n11 {
        margin: -44px !important
    }
    .ma-xxl-n12 {
        margin: -48px !important
    }
    .ma-xxl-n13 {
        margin: -52px !important
    }
    .ma-xxl-n14 {
        margin: -56px !important
    }
    .ma-xxl-n15 {
        margin: -60px !important
    }
    .ma-xxl-n16 {
        margin: -64px !important
    }
    .ma-xxl-n17 {
        margin: -68px !important
    }
    .ma-xxl-n18 {
        margin: -72px !important
    }
    .ma-xxl-n19 {
        margin: -76px !important
    }
    .ma-xxl-n20 {
        margin: -80px !important
    }
    .ma-xxl-n21 {
        margin: -84px !important
    }
    .ma-xxl-n22 {
        margin: -88px !important
    }
    .ma-xxl-n23 {
        margin: -92px !important
    }
    .ma-xxl-n24 {
        margin: -96px !important
    }
    .ma-xxl-n25 {
        margin: -100px !important
    }
    .ma-xxl-n26 {
        margin: -104px !important
    }
    .ma-xxl-n27 {
        margin: -108px !important
    }
    .ma-xxl-n28 {
        margin: -112px !important
    }
    .ma-xxl-n29 {
        margin: -116px !important
    }
    .ma-xxl-n30 {
        margin: -120px !important
    }
    .ma-xxl-n31 {
        margin: -124px !important
    }
    .ma-xxl-n32 {
        margin: -128px !important
    }
    .ma-xxl-n33 {
        margin: -132px !important
    }
    .ma-xxl-n34 {
        margin: -136px !important
    }
    .ma-xxl-n35 {
        margin: -140px !important
    }
    .ma-xxl-n36 {
        margin: -144px !important
    }
    .ma-xxl-n37 {
        margin: -148px !important
    }
    .ma-xxl-n38 {
        margin: -152px !important
    }
    .ma-xxl-n39 {
        margin: -156px !important
    }
    .ma-xxl-n40 {
        margin: -160px !important
    }
    .ma-xxl-n0p5 {
        margin: -2px !important
    }
    .ma-xxl-n1p5 {
        margin: -6px !important
    }
    .ma-xxl-n2p5 {
        margin: -10px !important
    }
    .ma-xxl-n3p5 {
        margin: -14px !important
    }
    .ma-xxl-n4p5 {
        margin: -18px !important
    }
    .ma-xxl-n5p5 {
        margin: -22px !important
    }
    .ma-xxl-n6p5 {
        margin: -26px !important
    }
    .ma-xxl-n7p5 {
        margin: -30px !important
    }
    .ma-xxl-n12p5 {
        margin: -50px !important
    }
    .ma-xxl-n17p5 {
        margin: -70px !important
    }
    .ma-xxl-n20p5 {
        margin: -82px !important
    }
    .ma-xxl-n32p5 {
        margin: -130px !important
    }
    .ma-xxl-n42 {
        margin: -168px !important
    }
    .ma-xxl-n45 {
        margin: -180px !important
    }
    .ma-xxl-n48 {
        margin: -192px !important
    }
    .ma-xxl-n50 {
        margin: -200px !important
    }
    .ma-xxl-n55 {
        margin: -220px !important
    }
    .ma-xxl-n56 {
        margin: -224px !important
    }
    .ma-xxl-n60 {
        margin: -240px !important
    }
    .ma-xxl-n62 {
        margin: -248px !important
    }
    .ma-xxl-n64 {
        margin: -256px !important
    }
    .ma-xxl-n70 {
        margin: -280px !important
    }
    .ma-xxl-n72 {
        margin: -288px !important
    }
    .ma-xxl-n75 {
        margin: -300px !important
    }
    .ma-xxl-n80 {
        margin: -320px !important
    }
    .ma-xxl-n85 {
        margin: -340px !important
    }
    .ma-xxl-n90 {
        margin: -360px !important
    }
    .ma-xxl-n100 {
        margin: -400px !important
    }
    .ma-xxl-n112 {
        margin: -448px !important
    }
    .ma-xxl-n120 {
        margin: -480px !important
    }
    .ma-xxl-n143 {
        margin: -572px !important
    }
    .ma-xxl-n150 {
        margin: -600px !important
    }
    .ma-xxl-n160 {
        margin: -640px !important
    }
    .ma-xxl-n190 {
        margin: -760px !important
    }
    .ma-xxl-n200 {
        margin: -800px !important
    }
    .mx-xxl-n1 {
        margin-left: -4px !important;
        margin-right: -4px !important
    }
    .mx-xxl-n2 {
        margin-left: -8px !important;
        margin-right: -8px !important
    }
    .mx-xxl-n3 {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
    .mx-xxl-n4 {
        margin-left: -16px !important;
        margin-right: -16px !important
    }
    .mx-xxl-n5 {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .mx-xxl-n6 {
        margin-left: -24px !important;
        margin-right: -24px !important
    }
    .mx-xxl-n7 {
        margin-left: -28px !important;
        margin-right: -28px !important
    }
    .mx-xxl-n8 {
        margin-left: -32px !important;
        margin-right: -32px !important
    }
    .mx-xxl-n9 {
        margin-left: -36px !important;
        margin-right: -36px !important
    }
    .mx-xxl-n10 {
        margin-left: -40px !important;
        margin-right: -40px !important
    }
    .mx-xxl-n11 {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
    .mx-xxl-n12 {
        margin-left: -48px !important;
        margin-right: -48px !important
    }
    .mx-xxl-n13 {
        margin-left: -52px !important;
        margin-right: -52px !important
    }
    .mx-xxl-n14 {
        margin-left: -56px !important;
        margin-right: -56px !important
    }
    .mx-xxl-n15 {
        margin-left: -60px !important;
        margin-right: -60px !important
    }
    .mx-xxl-n16 {
        margin-left: -64px !important;
        margin-right: -64px !important
    }
    .mx-xxl-n17 {
        margin-left: -68px !important;
        margin-right: -68px !important
    }
    .mx-xxl-n18 {
        margin-left: -72px !important;
        margin-right: -72px !important
    }
    .mx-xxl-n19 {
        margin-left: -76px !important;
        margin-right: -76px !important
    }
    .mx-xxl-n20 {
        margin-left: -80px !important;
        margin-right: -80px !important
    }
    .mx-xxl-n21 {
        margin-left: -84px !important;
        margin-right: -84px !important
    }
    .mx-xxl-n22 {
        margin-left: -88px !important;
        margin-right: -88px !important
    }
    .mx-xxl-n23 {
        margin-left: -92px !important;
        margin-right: -92px !important
    }
    .mx-xxl-n24 {
        margin-left: -96px !important;
        margin-right: -96px !important
    }
    .mx-xxl-n25 {
        margin-left: -100px !important;
        margin-right: -100px !important
    }
    .mx-xxl-n26 {
        margin-left: -104px !important;
        margin-right: -104px !important
    }
    .mx-xxl-n27 {
        margin-left: -108px !important;
        margin-right: -108px !important
    }
    .mx-xxl-n28 {
        margin-left: -112px !important;
        margin-right: -112px !important
    }
    .mx-xxl-n29 {
        margin-left: -116px !important;
        margin-right: -116px !important
    }
    .mx-xxl-n30 {
        margin-left: -120px !important;
        margin-right: -120px !important
    }
    .mx-xxl-n31 {
        margin-left: -124px !important;
        margin-right: -124px !important
    }
    .mx-xxl-n32 {
        margin-left: -128px !important;
        margin-right: -128px !important
    }
    .mx-xxl-n33 {
        margin-left: -132px !important;
        margin-right: -132px !important
    }
    .mx-xxl-n34 {
        margin-left: -136px !important;
        margin-right: -136px !important
    }
    .mx-xxl-n35 {
        margin-left: -140px !important;
        margin-right: -140px !important
    }
    .mx-xxl-n36 {
        margin-left: -144px !important;
        margin-right: -144px !important
    }
    .mx-xxl-n37 {
        margin-left: -148px !important;
        margin-right: -148px !important
    }
    .mx-xxl-n38 {
        margin-left: -152px !important;
        margin-right: -152px !important
    }
    .mx-xxl-n39 {
        margin-left: -156px !important;
        margin-right: -156px !important
    }
    .mx-xxl-n40 {
        margin-left: -160px !important;
        margin-right: -160px !important
    }
    .mx-xxl-n0p5 {
        margin-left: -2px !important;
        margin-right: -2px !important
    }
    .mx-xxl-n1p5 {
        margin-left: -6px !important;
        margin-right: -6px !important
    }
    .mx-xxl-n2p5 {
        margin-left: -10px !important;
        margin-right: -10px !important
    }
    .mx-xxl-n3p5 {
        margin-left: -14px !important;
        margin-right: -14px !important
    }
    .mx-xxl-n4p5 {
        margin-left: -18px !important;
        margin-right: -18px !important
    }
    .mx-xxl-n5p5 {
        margin-left: -22px !important;
        margin-right: -22px !important
    }
    .mx-xxl-n6p5 {
        margin-left: -26px !important;
        margin-right: -26px !important
    }
    .mx-xxl-n7p5 {
        margin-left: -30px !important;
        margin-right: -30px !important
    }
    .mx-xxl-n12p5 {
        margin-left: -50px !important;
        margin-right: -50px !important
    }
    .mx-xxl-n17p5 {
        margin-left: -70px !important;
        margin-right: -70px !important
    }
    .mx-xxl-n20p5 {
        margin-left: -82px !important;
        margin-right: -82px !important
    }
    .mx-xxl-n32p5 {
        margin-left: -130px !important;
        margin-right: -130px !important
    }
    .mx-xxl-n42 {
        margin-left: -168px !important;
        margin-right: -168px !important
    }
    .mx-xxl-n45 {
        margin-left: -180px !important;
        margin-right: -180px !important
    }
    .mx-xxl-n48 {
        margin-left: -192px !important;
        margin-right: -192px !important
    }
    .mx-xxl-n50 {
        margin-left: -200px !important;
        margin-right: -200px !important
    }
    .mx-xxl-n55 {
        margin-left: -220px !important;
        margin-right: -220px !important
    }
    .mx-xxl-n56 {
        margin-left: -224px !important;
        margin-right: -224px !important
    }
    .mx-xxl-n60 {
        margin-left: -240px !important;
        margin-right: -240px !important
    }
    .mx-xxl-n62 {
        margin-left: -248px !important;
        margin-right: -248px !important
    }
    .mx-xxl-n64 {
        margin-left: -256px !important;
        margin-right: -256px !important
    }
    .mx-xxl-n70 {
        margin-left: -280px !important;
        margin-right: -280px !important
    }
    .mx-xxl-n72 {
        margin-left: -288px !important;
        margin-right: -288px !important
    }
    .mx-xxl-n75 {
        margin-left: -300px !important;
        margin-right: -300px !important
    }
    .mx-xxl-n80 {
        margin-left: -320px !important;
        margin-right: -320px !important
    }
    .mx-xxl-n85 {
        margin-left: -340px !important;
        margin-right: -340px !important
    }
    .mx-xxl-n90 {
        margin-left: -360px !important;
        margin-right: -360px !important
    }
    .mx-xxl-n100 {
        margin-left: -400px !important;
        margin-right: -400px !important
    }
    .mx-xxl-n112 {
        margin-left: -448px !important;
        margin-right: -448px !important
    }
    .mx-xxl-n120 {
        margin-left: -480px !important;
        margin-right: -480px !important
    }
    .mx-xxl-n143 {
        margin-left: -572px !important;
        margin-right: -572px !important
    }
    .mx-xxl-n150 {
        margin-left: -600px !important;
        margin-right: -600px !important
    }
    .mx-xxl-n160 {
        margin-left: -640px !important;
        margin-right: -640px !important
    }
    .mx-xxl-n190 {
        margin-left: -760px !important;
        margin-right: -760px !important
    }
    .mx-xxl-n200 {
        margin-left: -800px !important;
        margin-right: -800px !important
    }
    .my-xxl-n1 {
        margin-bottom: -4px !important;
        margin-top: -4px !important
    }
    .my-xxl-n2 {
        margin-bottom: -8px !important;
        margin-top: -8px !important
    }
    .my-xxl-n3 {
        margin-bottom: -12px !important;
        margin-top: -12px !important
    }
    .my-xxl-n4 {
        margin-bottom: -16px !important;
        margin-top: -16px !important
    }
    .my-xxl-n5 {
        margin-bottom: -20px !important;
        margin-top: -20px !important
    }
    .my-xxl-n6 {
        margin-bottom: -24px !important;
        margin-top: -24px !important
    }
    .my-xxl-n7 {
        margin-bottom: -28px !important;
        margin-top: -28px !important
    }
    .my-xxl-n8 {
        margin-bottom: -32px !important;
        margin-top: -32px !important
    }
    .my-xxl-n9 {
        margin-bottom: -36px !important;
        margin-top: -36px !important
    }
    .my-xxl-n10 {
        margin-bottom: -40px !important;
        margin-top: -40px !important
    }
    .my-xxl-n11 {
        margin-bottom: -44px !important;
        margin-top: -44px !important
    }
    .my-xxl-n12 {
        margin-bottom: -48px !important;
        margin-top: -48px !important
    }
    .my-xxl-n13 {
        margin-bottom: -52px !important;
        margin-top: -52px !important
    }
    .my-xxl-n14 {
        margin-bottom: -56px !important;
        margin-top: -56px !important
    }
    .my-xxl-n15 {
        margin-bottom: -60px !important;
        margin-top: -60px !important
    }
    .my-xxl-n16 {
        margin-bottom: -64px !important;
        margin-top: -64px !important
    }
    .my-xxl-n17 {
        margin-bottom: -68px !important;
        margin-top: -68px !important
    }
    .my-xxl-n18 {
        margin-bottom: -72px !important;
        margin-top: -72px !important
    }
    .my-xxl-n19 {
        margin-bottom: -76px !important;
        margin-top: -76px !important
    }
    .my-xxl-n20 {
        margin-bottom: -80px !important;
        margin-top: -80px !important
    }
    .my-xxl-n21 {
        margin-bottom: -84px !important;
        margin-top: -84px !important
    }
    .my-xxl-n22 {
        margin-bottom: -88px !important;
        margin-top: -88px !important
    }
    .my-xxl-n23 {
        margin-bottom: -92px !important;
        margin-top: -92px !important
    }
    .my-xxl-n24 {
        margin-bottom: -96px !important;
        margin-top: -96px !important
    }
    .my-xxl-n25 {
        margin-bottom: -100px !important;
        margin-top: -100px !important
    }
    .my-xxl-n26 {
        margin-bottom: -104px !important;
        margin-top: -104px !important
    }
    .my-xxl-n27 {
        margin-bottom: -108px !important;
        margin-top: -108px !important
    }
    .my-xxl-n28 {
        margin-bottom: -112px !important;
        margin-top: -112px !important
    }
    .my-xxl-n29 {
        margin-bottom: -116px !important;
        margin-top: -116px !important
    }
    .my-xxl-n30 {
        margin-bottom: -120px !important;
        margin-top: -120px !important
    }
    .my-xxl-n31 {
        margin-bottom: -124px !important;
        margin-top: -124px !important
    }
    .my-xxl-n32 {
        margin-bottom: -128px !important;
        margin-top: -128px !important
    }
    .my-xxl-n33 {
        margin-bottom: -132px !important;
        margin-top: -132px !important
    }
    .my-xxl-n34 {
        margin-bottom: -136px !important;
        margin-top: -136px !important
    }
    .my-xxl-n35 {
        margin-bottom: -140px !important;
        margin-top: -140px !important
    }
    .my-xxl-n36 {
        margin-bottom: -144px !important;
        margin-top: -144px !important
    }
    .my-xxl-n37 {
        margin-bottom: -148px !important;
        margin-top: -148px !important
    }
    .my-xxl-n38 {
        margin-bottom: -152px !important;
        margin-top: -152px !important
    }
    .my-xxl-n39 {
        margin-bottom: -156px !important;
        margin-top: -156px !important
    }
    .my-xxl-n40 {
        margin-bottom: -160px !important;
        margin-top: -160px !important
    }
    .my-xxl-n0p5 {
        margin-bottom: -2px !important;
        margin-top: -2px !important
    }
    .my-xxl-n1p5 {
        margin-bottom: -6px !important;
        margin-top: -6px !important
    }
    .my-xxl-n2p5 {
        margin-bottom: -10px !important;
        margin-top: -10px !important
    }
    .my-xxl-n3p5 {
        margin-bottom: -14px !important;
        margin-top: -14px !important
    }
    .my-xxl-n4p5 {
        margin-bottom: -18px !important;
        margin-top: -18px !important
    }
    .my-xxl-n5p5 {
        margin-bottom: -22px !important;
        margin-top: -22px !important
    }
    .my-xxl-n6p5 {
        margin-bottom: -26px !important;
        margin-top: -26px !important
    }
    .my-xxl-n7p5 {
        margin-bottom: -30px !important;
        margin-top: -30px !important
    }
    .my-xxl-n12p5 {
        margin-bottom: -50px !important;
        margin-top: -50px !important
    }
    .my-xxl-n17p5 {
        margin-bottom: -70px !important;
        margin-top: -70px !important
    }
    .my-xxl-n20p5 {
        margin-bottom: -82px !important;
        margin-top: -82px !important
    }
    .my-xxl-n32p5 {
        margin-bottom: -130px !important;
        margin-top: -130px !important
    }
    .my-xxl-n42 {
        margin-bottom: -168px !important;
        margin-top: -168px !important
    }
    .my-xxl-n45 {
        margin-bottom: -180px !important;
        margin-top: -180px !important
    }
    .my-xxl-n48 {
        margin-bottom: -192px !important;
        margin-top: -192px !important
    }
    .my-xxl-n50 {
        margin-bottom: -200px !important;
        margin-top: -200px !important
    }
    .my-xxl-n55 {
        margin-bottom: -220px !important;
        margin-top: -220px !important
    }
    .my-xxl-n56 {
        margin-bottom: -224px !important;
        margin-top: -224px !important
    }
    .my-xxl-n60 {
        margin-bottom: -240px !important;
        margin-top: -240px !important
    }
    .my-xxl-n62 {
        margin-bottom: -248px !important;
        margin-top: -248px !important
    }
    .my-xxl-n64 {
        margin-bottom: -256px !important;
        margin-top: -256px !important
    }
    .my-xxl-n70 {
        margin-bottom: -280px !important;
        margin-top: -280px !important
    }
    .my-xxl-n72 {
        margin-bottom: -288px !important;
        margin-top: -288px !important
    }
    .my-xxl-n75 {
        margin-bottom: -300px !important;
        margin-top: -300px !important
    }
    .my-xxl-n80 {
        margin-bottom: -320px !important;
        margin-top: -320px !important
    }
    .my-xxl-n85 {
        margin-bottom: -340px !important;
        margin-top: -340px !important
    }
    .my-xxl-n90 {
        margin-bottom: -360px !important;
        margin-top: -360px !important
    }
    .my-xxl-n100 {
        margin-bottom: -400px !important;
        margin-top: -400px !important
    }
    .my-xxl-n112 {
        margin-bottom: -448px !important;
        margin-top: -448px !important
    }
    .my-xxl-n120 {
        margin-bottom: -480px !important;
        margin-top: -480px !important
    }
    .my-xxl-n143 {
        margin-bottom: -572px !important;
        margin-top: -572px !important
    }
    .my-xxl-n150 {
        margin-bottom: -600px !important;
        margin-top: -600px !important
    }
    .my-xxl-n160 {
        margin-bottom: -640px !important;
        margin-top: -640px !important
    }
    .my-xxl-n190 {
        margin-bottom: -760px !important;
        margin-top: -760px !important
    }
    .my-xxl-n200 {
        margin-bottom: -800px !important;
        margin-top: -800px !important
    }
    .mt-xxl-n1 {
        margin-top: -4px !important
    }
    .mt-xxl-n2 {
        margin-top: -8px !important
    }
    .mt-xxl-n3 {
        margin-top: -12px !important
    }
    .mt-xxl-n4 {
        margin-top: -16px !important
    }
    .mt-xxl-n5 {
        margin-top: -20px !important
    }
    .mt-xxl-n6 {
        margin-top: -24px !important
    }
    .mt-xxl-n7 {
        margin-top: -28px !important
    }
    .mt-xxl-n8 {
        margin-top: -32px !important
    }
    .mt-xxl-n9 {
        margin-top: -36px !important
    }
    .mt-xxl-n10 {
        margin-top: -40px !important
    }
    .mt-xxl-n11 {
        margin-top: -44px !important
    }
    .mt-xxl-n12 {
        margin-top: -48px !important
    }
    .mt-xxl-n13 {
        margin-top: -52px !important
    }
    .mt-xxl-n14 {
        margin-top: -56px !important
    }
    .mt-xxl-n15 {
        margin-top: -60px !important
    }
    .mt-xxl-n16 {
        margin-top: -64px !important
    }
    .mt-xxl-n17 {
        margin-top: -68px !important
    }
    .mt-xxl-n18 {
        margin-top: -72px !important
    }
    .mt-xxl-n19 {
        margin-top: -76px !important
    }
    .mt-xxl-n20 {
        margin-top: -80px !important
    }
    .mt-xxl-n21 {
        margin-top: -84px !important
    }
    .mt-xxl-n22 {
        margin-top: -88px !important
    }
    .mt-xxl-n23 {
        margin-top: -92px !important
    }
    .mt-xxl-n24 {
        margin-top: -96px !important
    }
    .mt-xxl-n25 {
        margin-top: -100px !important
    }
    .mt-xxl-n26 {
        margin-top: -104px !important
    }
    .mt-xxl-n27 {
        margin-top: -108px !important
    }
    .mt-xxl-n28 {
        margin-top: -112px !important
    }
    .mt-xxl-n29 {
        margin-top: -116px !important
    }
    .mt-xxl-n30 {
        margin-top: -120px !important
    }
    .mt-xxl-n31 {
        margin-top: -124px !important
    }
    .mt-xxl-n32 {
        margin-top: -128px !important
    }
    .mt-xxl-n33 {
        margin-top: -132px !important
    }
    .mt-xxl-n34 {
        margin-top: -136px !important
    }
    .mt-xxl-n35 {
        margin-top: -140px !important
    }
    .mt-xxl-n36 {
        margin-top: -144px !important
    }
    .mt-xxl-n37 {
        margin-top: -148px !important
    }
    .mt-xxl-n38 {
        margin-top: -152px !important
    }
    .mt-xxl-n39 {
        margin-top: -156px !important
    }
    .mt-xxl-n40 {
        margin-top: -160px !important
    }
    .mt-xxl-n0p5 {
        margin-top: -2px !important
    }
    .mt-xxl-n1p5 {
        margin-top: -6px !important
    }
    .mt-xxl-n2p5 {
        margin-top: -10px !important
    }
    .mt-xxl-n3p5 {
        margin-top: -14px !important
    }
    .mt-xxl-n4p5 {
        margin-top: -18px !important
    }
    .mt-xxl-n5p5 {
        margin-top: -22px !important
    }
    .mt-xxl-n6p5 {
        margin-top: -26px !important
    }
    .mt-xxl-n7p5 {
        margin-top: -30px !important
    }
    .mt-xxl-n12p5 {
        margin-top: -50px !important
    }
    .mt-xxl-n17p5 {
        margin-top: -70px !important
    }
    .mt-xxl-n20p5 {
        margin-top: -82px !important
    }
    .mt-xxl-n32p5 {
        margin-top: -130px !important
    }
    .mt-xxl-n42 {
        margin-top: -168px !important
    }
    .mt-xxl-n45 {
        margin-top: -180px !important
    }
    .mt-xxl-n48 {
        margin-top: -192px !important
    }
    .mt-xxl-n50 {
        margin-top: -200px !important
    }
    .mt-xxl-n55 {
        margin-top: -220px !important
    }
    .mt-xxl-n56 {
        margin-top: -224px !important
    }
    .mt-xxl-n60 {
        margin-top: -240px !important
    }
    .mt-xxl-n62 {
        margin-top: -248px !important
    }
    .mt-xxl-n64 {
        margin-top: -256px !important
    }
    .mt-xxl-n70 {
        margin-top: -280px !important
    }
    .mt-xxl-n72 {
        margin-top: -288px !important
    }
    .mt-xxl-n75 {
        margin-top: -300px !important
    }
    .mt-xxl-n80 {
        margin-top: -320px !important
    }
    .mt-xxl-n85 {
        margin-top: -340px !important
    }
    .mt-xxl-n90 {
        margin-top: -360px !important
    }
    .mt-xxl-n100 {
        margin-top: -400px !important
    }
    .mt-xxl-n112 {
        margin-top: -448px !important
    }
    .mt-xxl-n120 {
        margin-top: -480px !important
    }
    .mt-xxl-n143 {
        margin-top: -572px !important
    }
    .mt-xxl-n150 {
        margin-top: -600px !important
    }
    .mt-xxl-n160 {
        margin-top: -640px !important
    }
    .mt-xxl-n190 {
        margin-top: -760px !important
    }
    .mt-xxl-n200 {
        margin-top: -800px !important
    }
    .mr-xxl-n1 {
        margin-right: -4px !important
    }
    .mr-xxl-n2 {
        margin-right: -8px !important
    }
    .mr-xxl-n3 {
        margin-right: -12px !important
    }
    .mr-xxl-n4 {
        margin-right: -16px !important
    }
    .mr-xxl-n5 {
        margin-right: -20px !important
    }
    .mr-xxl-n6 {
        margin-right: -24px !important
    }
    .mr-xxl-n7 {
        margin-right: -28px !important
    }
    .mr-xxl-n8 {
        margin-right: -32px !important
    }
    .mr-xxl-n9 {
        margin-right: -36px !important
    }
    .mr-xxl-n10 {
        margin-right: -40px !important
    }
    .mr-xxl-n11 {
        margin-right: -44px !important
    }
    .mr-xxl-n12 {
        margin-right: -48px !important
    }
    .mr-xxl-n13 {
        margin-right: -52px !important
    }
    .mr-xxl-n14 {
        margin-right: -56px !important
    }
    .mr-xxl-n15 {
        margin-right: -60px !important
    }
    .mr-xxl-n16 {
        margin-right: -64px !important
    }
    .mr-xxl-n17 {
        margin-right: -68px !important
    }
    .mr-xxl-n18 {
        margin-right: -72px !important
    }
    .mr-xxl-n19 {
        margin-right: -76px !important
    }
    .mr-xxl-n20 {
        margin-right: -80px !important
    }
    .mr-xxl-n21 {
        margin-right: -84px !important
    }
    .mr-xxl-n22 {
        margin-right: -88px !important
    }
    .mr-xxl-n23 {
        margin-right: -92px !important
    }
    .mr-xxl-n24 {
        margin-right: -96px !important
    }
    .mr-xxl-n25 {
        margin-right: -100px !important
    }
    .mr-xxl-n26 {
        margin-right: -104px !important
    }
    .mr-xxl-n27 {
        margin-right: -108px !important
    }
    .mr-xxl-n28 {
        margin-right: -112px !important
    }
    .mr-xxl-n29 {
        margin-right: -116px !important
    }
    .mr-xxl-n30 {
        margin-right: -120px !important
    }
    .mr-xxl-n31 {
        margin-right: -124px !important
    }
    .mr-xxl-n32 {
        margin-right: -128px !important
    }
    .mr-xxl-n33 {
        margin-right: -132px !important
    }
    .mr-xxl-n34 {
        margin-right: -136px !important
    }
    .mr-xxl-n35 {
        margin-right: -140px !important
    }
    .mr-xxl-n36 {
        margin-right: -144px !important
    }
    .mr-xxl-n37 {
        margin-right: -148px !important
    }
    .mr-xxl-n38 {
        margin-right: -152px !important
    }
    .mr-xxl-n39 {
        margin-right: -156px !important
    }
    .mr-xxl-n40 {
        margin-right: -160px !important
    }
    .mr-xxl-n0p5 {
        margin-right: -2px !important
    }
    .mr-xxl-n1p5 {
        margin-right: -6px !important
    }
    .mr-xxl-n2p5 {
        margin-right: -10px !important
    }
    .mr-xxl-n3p5 {
        margin-right: -14px !important
    }
    .mr-xxl-n4p5 {
        margin-right: -18px !important
    }
    .mr-xxl-n5p5 {
        margin-right: -22px !important
    }
    .mr-xxl-n6p5 {
        margin-right: -26px !important
    }
    .mr-xxl-n7p5 {
        margin-right: -30px !important
    }
    .mr-xxl-n12p5 {
        margin-right: -50px !important
    }
    .mr-xxl-n17p5 {
        margin-right: -70px !important
    }
    .mr-xxl-n20p5 {
        margin-right: -82px !important
    }
    .mr-xxl-n32p5 {
        margin-right: -130px !important
    }
    .mr-xxl-n42 {
        margin-right: -168px !important
    }
    .mr-xxl-n45 {
        margin-right: -180px !important
    }
    .mr-xxl-n48 {
        margin-right: -192px !important
    }
    .mr-xxl-n50 {
        margin-right: -200px !important
    }
    .mr-xxl-n55 {
        margin-right: -220px !important
    }
    .mr-xxl-n56 {
        margin-right: -224px !important
    }
    .mr-xxl-n60 {
        margin-right: -240px !important
    }
    .mr-xxl-n62 {
        margin-right: -248px !important
    }
    .mr-xxl-n64 {
        margin-right: -256px !important
    }
    .mr-xxl-n70 {
        margin-right: -280px !important
    }
    .mr-xxl-n72 {
        margin-right: -288px !important
    }
    .mr-xxl-n75 {
        margin-right: -300px !important
    }
    .mr-xxl-n80 {
        margin-right: -320px !important
    }
    .mr-xxl-n85 {
        margin-right: -340px !important
    }
    .mr-xxl-n90 {
        margin-right: -360px !important
    }
    .mr-xxl-n100 {
        margin-right: -400px !important
    }
    .mr-xxl-n112 {
        margin-right: -448px !important
    }
    .mr-xxl-n120 {
        margin-right: -480px !important
    }
    .mr-xxl-n143 {
        margin-right: -572px !important
    }
    .mr-xxl-n150 {
        margin-right: -600px !important
    }
    .mr-xxl-n160 {
        margin-right: -640px !important
    }
    .mr-xxl-n190 {
        margin-right: -760px !important
    }
    .mr-xxl-n200 {
        margin-right: -800px !important
    }
    .mb-xxl-n1 {
        margin-bottom: -4px !important
    }
    .mb-xxl-n2 {
        margin-bottom: -8px !important
    }
    .mb-xxl-n3 {
        margin-bottom: -12px !important
    }
    .mb-xxl-n4 {
        margin-bottom: -16px !important
    }
    .mb-xxl-n5 {
        margin-bottom: -20px !important
    }
    .mb-xxl-n6 {
        margin-bottom: -24px !important
    }
    .mb-xxl-n7 {
        margin-bottom: -28px !important
    }
    .mb-xxl-n8 {
        margin-bottom: -32px !important
    }
    .mb-xxl-n9 {
        margin-bottom: -36px !important
    }
    .mb-xxl-n10 {
        margin-bottom: -40px !important
    }
    .mb-xxl-n11 {
        margin-bottom: -44px !important
    }
    .mb-xxl-n12 {
        margin-bottom: -48px !important
    }
    .mb-xxl-n13 {
        margin-bottom: -52px !important
    }
    .mb-xxl-n14 {
        margin-bottom: -56px !important
    }
    .mb-xxl-n15 {
        margin-bottom: -60px !important
    }
    .mb-xxl-n16 {
        margin-bottom: -64px !important
    }
    .mb-xxl-n17 {
        margin-bottom: -68px !important
    }
    .mb-xxl-n18 {
        margin-bottom: -72px !important
    }
    .mb-xxl-n19 {
        margin-bottom: -76px !important
    }
    .mb-xxl-n20 {
        margin-bottom: -80px !important
    }
    .mb-xxl-n21 {
        margin-bottom: -84px !important
    }
    .mb-xxl-n22 {
        margin-bottom: -88px !important
    }
    .mb-xxl-n23 {
        margin-bottom: -92px !important
    }
    .mb-xxl-n24 {
        margin-bottom: -96px !important
    }
    .mb-xxl-n25 {
        margin-bottom: -100px !important
    }
    .mb-xxl-n26 {
        margin-bottom: -104px !important
    }
    .mb-xxl-n27 {
        margin-bottom: -108px !important
    }
    .mb-xxl-n28 {
        margin-bottom: -112px !important
    }
    .mb-xxl-n29 {
        margin-bottom: -116px !important
    }
    .mb-xxl-n30 {
        margin-bottom: -120px !important
    }
    .mb-xxl-n31 {
        margin-bottom: -124px !important
    }
    .mb-xxl-n32 {
        margin-bottom: -128px !important
    }
    .mb-xxl-n33 {
        margin-bottom: -132px !important
    }
    .mb-xxl-n34 {
        margin-bottom: -136px !important
    }
    .mb-xxl-n35 {
        margin-bottom: -140px !important
    }
    .mb-xxl-n36 {
        margin-bottom: -144px !important
    }
    .mb-xxl-n37 {
        margin-bottom: -148px !important
    }
    .mb-xxl-n38 {
        margin-bottom: -152px !important
    }
    .mb-xxl-n39 {
        margin-bottom: -156px !important
    }
    .mb-xxl-n40 {
        margin-bottom: -160px !important
    }
    .mb-xxl-n0p5 {
        margin-bottom: -2px !important
    }
    .mb-xxl-n1p5 {
        margin-bottom: -6px !important
    }
    .mb-xxl-n2p5 {
        margin-bottom: -10px !important
    }
    .mb-xxl-n3p5 {
        margin-bottom: -14px !important
    }
    .mb-xxl-n4p5 {
        margin-bottom: -18px !important
    }
    .mb-xxl-n5p5 {
        margin-bottom: -22px !important
    }
    .mb-xxl-n6p5 {
        margin-bottom: -26px !important
    }
    .mb-xxl-n7p5 {
        margin-bottom: -30px !important
    }
    .mb-xxl-n12p5 {
        margin-bottom: -50px !important
    }
    .mb-xxl-n17p5 {
        margin-bottom: -70px !important
    }
    .mb-xxl-n20p5 {
        margin-bottom: -82px !important
    }
    .mb-xxl-n32p5 {
        margin-bottom: -130px !important
    }
    .mb-xxl-n42 {
        margin-bottom: -168px !important
    }
    .mb-xxl-n45 {
        margin-bottom: -180px !important
    }
    .mb-xxl-n48 {
        margin-bottom: -192px !important
    }
    .mb-xxl-n50 {
        margin-bottom: -200px !important
    }
    .mb-xxl-n55 {
        margin-bottom: -220px !important
    }
    .mb-xxl-n56 {
        margin-bottom: -224px !important
    }
    .mb-xxl-n60 {
        margin-bottom: -240px !important
    }
    .mb-xxl-n62 {
        margin-bottom: -248px !important
    }
    .mb-xxl-n64 {
        margin-bottom: -256px !important
    }
    .mb-xxl-n70 {
        margin-bottom: -280px !important
    }
    .mb-xxl-n72 {
        margin-bottom: -288px !important
    }
    .mb-xxl-n75 {
        margin-bottom: -300px !important
    }
    .mb-xxl-n80 {
        margin-bottom: -320px !important
    }
    .mb-xxl-n85 {
        margin-bottom: -340px !important
    }
    .mb-xxl-n90 {
        margin-bottom: -360px !important
    }
    .mb-xxl-n100 {
        margin-bottom: -400px !important
    }
    .mb-xxl-n112 {
        margin-bottom: -448px !important
    }
    .mb-xxl-n120 {
        margin-bottom: -480px !important
    }
    .mb-xxl-n143 {
        margin-bottom: -572px !important
    }
    .mb-xxl-n150 {
        margin-bottom: -600px !important
    }
    .mb-xxl-n160 {
        margin-bottom: -640px !important
    }
    .mb-xxl-n190 {
        margin-bottom: -760px !important
    }
    .mb-xxl-n200 {
        margin-bottom: -800px !important
    }
    .ml-xxl-n1 {
        margin-left: -4px !important
    }
    .ml-xxl-n2 {
        margin-left: -8px !important
    }
    .ml-xxl-n3 {
        margin-left: -12px !important
    }
    .ml-xxl-n4 {
        margin-left: -16px !important
    }
    .ml-xxl-n5 {
        margin-left: -20px !important
    }
    .ml-xxl-n6 {
        margin-left: -24px !important
    }
    .ml-xxl-n7 {
        margin-left: -28px !important
    }
    .ml-xxl-n8 {
        margin-left: -32px !important
    }
    .ml-xxl-n9 {
        margin-left: -36px !important
    }
    .ml-xxl-n10 {
        margin-left: -40px !important
    }
    .ml-xxl-n11 {
        margin-left: -44px !important
    }
    .ml-xxl-n12 {
        margin-left: -48px !important
    }
    .ml-xxl-n13 {
        margin-left: -52px !important
    }
    .ml-xxl-n14 {
        margin-left: -56px !important
    }
    .ml-xxl-n15 {
        margin-left: -60px !important
    }
    .ml-xxl-n16 {
        margin-left: -64px !important
    }
    .ml-xxl-n17 {
        margin-left: -68px !important
    }
    .ml-xxl-n18 {
        margin-left: -72px !important
    }
    .ml-xxl-n19 {
        margin-left: -76px !important
    }
    .ml-xxl-n20 {
        margin-left: -80px !important
    }
    .ml-xxl-n21 {
        margin-left: -84px !important
    }
    .ml-xxl-n22 {
        margin-left: -88px !important
    }
    .ml-xxl-n23 {
        margin-left: -92px !important
    }
    .ml-xxl-n24 {
        margin-left: -96px !important
    }
    .ml-xxl-n25 {
        margin-left: -100px !important
    }
    .ml-xxl-n26 {
        margin-left: -104px !important
    }
    .ml-xxl-n27 {
        margin-left: -108px !important
    }
    .ml-xxl-n28 {
        margin-left: -112px !important
    }
    .ml-xxl-n29 {
        margin-left: -116px !important
    }
    .ml-xxl-n30 {
        margin-left: -120px !important
    }
    .ml-xxl-n31 {
        margin-left: -124px !important
    }
    .ml-xxl-n32 {
        margin-left: -128px !important
    }
    .ml-xxl-n33 {
        margin-left: -132px !important
    }
    .ml-xxl-n34 {
        margin-left: -136px !important
    }
    .ml-xxl-n35 {
        margin-left: -140px !important
    }
    .ml-xxl-n36 {
        margin-left: -144px !important
    }
    .ml-xxl-n37 {
        margin-left: -148px !important
    }
    .ml-xxl-n38 {
        margin-left: -152px !important
    }
    .ml-xxl-n39 {
        margin-left: -156px !important
    }
    .ml-xxl-n40 {
        margin-left: -160px !important
    }
    .ml-xxl-n0p5 {
        margin-left: -2px !important
    }
    .ml-xxl-n1p5 {
        margin-left: -6px !important
    }
    .ml-xxl-n2p5 {
        margin-left: -10px !important
    }
    .ml-xxl-n3p5 {
        margin-left: -14px !important
    }
    .ml-xxl-n4p5 {
        margin-left: -18px !important
    }
    .ml-xxl-n5p5 {
        margin-left: -22px !important
    }
    .ml-xxl-n6p5 {
        margin-left: -26px !important
    }
    .ml-xxl-n7p5 {
        margin-left: -30px !important
    }
    .ml-xxl-n12p5 {
        margin-left: -50px !important
    }
    .ml-xxl-n17p5 {
        margin-left: -70px !important
    }
    .ml-xxl-n20p5 {
        margin-left: -82px !important
    }
    .ml-xxl-n32p5 {
        margin-left: -130px !important
    }
    .ml-xxl-n42 {
        margin-left: -168px !important
    }
    .ml-xxl-n45 {
        margin-left: -180px !important
    }
    .ml-xxl-n48 {
        margin-left: -192px !important
    }
    .ml-xxl-n50 {
        margin-left: -200px !important
    }
    .ml-xxl-n55 {
        margin-left: -220px !important
    }
    .ml-xxl-n56 {
        margin-left: -224px !important
    }
    .ml-xxl-n60 {
        margin-left: -240px !important
    }
    .ml-xxl-n62 {
        margin-left: -248px !important
    }
    .ml-xxl-n64 {
        margin-left: -256px !important
    }
    .ml-xxl-n70 {
        margin-left: -280px !important
    }
    .ml-xxl-n72 {
        margin-left: -288px !important
    }
    .ml-xxl-n75 {
        margin-left: -300px !important
    }
    .ml-xxl-n80 {
        margin-left: -320px !important
    }
    .ml-xxl-n85 {
        margin-left: -340px !important
    }
    .ml-xxl-n90 {
        margin-left: -360px !important
    }
    .ml-xxl-n100 {
        margin-left: -400px !important
    }
    .ml-xxl-n112 {
        margin-left: -448px !important
    }
    .ml-xxl-n120 {
        margin-left: -480px !important
    }
    .ml-xxl-n143 {
        margin-left: -572px !important
    }
    .ml-xxl-n150 {
        margin-left: -600px !important
    }
    .ml-xxl-n160 {
        margin-left: -640px !important
    }
    .ml-xxl-n190 {
        margin-left: -760px !important
    }
    .ml-xxl-n200 {
        margin-left: -800px !important
    }
    .ms-xxl-n1 {
        margin-inline-start: -4px !important
    }
    .ms-xxl-n2 {
        margin-inline-start: -8px !important
    }
    .ms-xxl-n3 {
        margin-inline-start: -12px !important
    }
    .ms-xxl-n4 {
        margin-inline-start: -16px !important
    }
    .ms-xxl-n5 {
        margin-inline-start: -20px !important
    }
    .ms-xxl-n6 {
        margin-inline-start: -24px !important
    }
    .ms-xxl-n7 {
        margin-inline-start: -28px !important
    }
    .ms-xxl-n8 {
        margin-inline-start: -32px !important
    }
    .ms-xxl-n9 {
        margin-inline-start: -36px !important
    }
    .ms-xxl-n10 {
        margin-inline-start: -40px !important
    }
    .ms-xxl-n11 {
        margin-inline-start: -44px !important
    }
    .ms-xxl-n12 {
        margin-inline-start: -48px !important
    }
    .ms-xxl-n13 {
        margin-inline-start: -52px !important
    }
    .ms-xxl-n14 {
        margin-inline-start: -56px !important
    }
    .ms-xxl-n15 {
        margin-inline-start: -60px !important
    }
    .ms-xxl-n16 {
        margin-inline-start: -64px !important
    }
    .ms-xxl-n17 {
        margin-inline-start: -68px !important
    }
    .ms-xxl-n18 {
        margin-inline-start: -72px !important
    }
    .ms-xxl-n19 {
        margin-inline-start: -76px !important
    }
    .ms-xxl-n20 {
        margin-inline-start: -80px !important
    }
    .ms-xxl-n21 {
        margin-inline-start: -84px !important
    }
    .ms-xxl-n22 {
        margin-inline-start: -88px !important
    }
    .ms-xxl-n23 {
        margin-inline-start: -92px !important
    }
    .ms-xxl-n24 {
        margin-inline-start: -96px !important
    }
    .ms-xxl-n25 {
        margin-inline-start: -100px !important
    }
    .ms-xxl-n26 {
        margin-inline-start: -104px !important
    }
    .ms-xxl-n27 {
        margin-inline-start: -108px !important
    }
    .ms-xxl-n28 {
        margin-inline-start: -112px !important
    }
    .ms-xxl-n29 {
        margin-inline-start: -116px !important
    }
    .ms-xxl-n30 {
        margin-inline-start: -120px !important
    }
    .ms-xxl-n31 {
        margin-inline-start: -124px !important
    }
    .ms-xxl-n32 {
        margin-inline-start: -128px !important
    }
    .ms-xxl-n33 {
        margin-inline-start: -132px !important
    }
    .ms-xxl-n34 {
        margin-inline-start: -136px !important
    }
    .ms-xxl-n35 {
        margin-inline-start: -140px !important
    }
    .ms-xxl-n36 {
        margin-inline-start: -144px !important
    }
    .ms-xxl-n37 {
        margin-inline-start: -148px !important
    }
    .ms-xxl-n38 {
        margin-inline-start: -152px !important
    }
    .ms-xxl-n39 {
        margin-inline-start: -156px !important
    }
    .ms-xxl-n40 {
        margin-inline-start: -160px !important
    }
    .ms-xxl-n0p5 {
        margin-inline-start: -2px !important
    }
    .ms-xxl-n1p5 {
        margin-inline-start: -6px !important
    }
    .ms-xxl-n2p5 {
        margin-inline-start: -10px !important
    }
    .ms-xxl-n3p5 {
        margin-inline-start: -14px !important
    }
    .ms-xxl-n4p5 {
        margin-inline-start: -18px !important
    }
    .ms-xxl-n5p5 {
        margin-inline-start: -22px !important
    }
    .ms-xxl-n6p5 {
        margin-inline-start: -26px !important
    }
    .ms-xxl-n7p5 {
        margin-inline-start: -30px !important
    }
    .ms-xxl-n12p5 {
        margin-inline-start: -50px !important
    }
    .ms-xxl-n17p5 {
        margin-inline-start: -70px !important
    }
    .ms-xxl-n20p5 {
        margin-inline-start: -82px !important
    }
    .ms-xxl-n32p5 {
        margin-inline-start: -130px !important
    }
    .ms-xxl-n42 {
        margin-inline-start: -168px !important
    }
    .ms-xxl-n45 {
        margin-inline-start: -180px !important
    }
    .ms-xxl-n48 {
        margin-inline-start: -192px !important
    }
    .ms-xxl-n50 {
        margin-inline-start: -200px !important
    }
    .ms-xxl-n55 {
        margin-inline-start: -220px !important
    }
    .ms-xxl-n56 {
        margin-inline-start: -224px !important
    }
    .ms-xxl-n60 {
        margin-inline-start: -240px !important
    }
    .ms-xxl-n62 {
        margin-inline-start: -248px !important
    }
    .ms-xxl-n64 {
        margin-inline-start: -256px !important
    }
    .ms-xxl-n70 {
        margin-inline-start: -280px !important
    }
    .ms-xxl-n72 {
        margin-inline-start: -288px !important
    }
    .ms-xxl-n75 {
        margin-inline-start: -300px !important
    }
    .ms-xxl-n80 {
        margin-inline-start: -320px !important
    }
    .ms-xxl-n85 {
        margin-inline-start: -340px !important
    }
    .ms-xxl-n90 {
        margin-inline-start: -360px !important
    }
    .ms-xxl-n100 {
        margin-inline-start: -400px !important
    }
    .ms-xxl-n112 {
        margin-inline-start: -448px !important
    }
    .ms-xxl-n120 {
        margin-inline-start: -480px !important
    }
    .ms-xxl-n143 {
        margin-inline-start: -572px !important
    }
    .ms-xxl-n150 {
        margin-inline-start: -600px !important
    }
    .ms-xxl-n160 {
        margin-inline-start: -640px !important
    }
    .ms-xxl-n190 {
        margin-inline-start: -760px !important
    }
    .ms-xxl-n200 {
        margin-inline-start: -800px !important
    }
    .me-xxl-n1 {
        margin-inline-end: -4px !important
    }
    .me-xxl-n2 {
        margin-inline-end: -8px !important
    }
    .me-xxl-n3 {
        margin-inline-end: -12px !important
    }
    .me-xxl-n4 {
        margin-inline-end: -16px !important
    }
    .me-xxl-n5 {
        margin-inline-end: -20px !important
    }
    .me-xxl-n6 {
        margin-inline-end: -24px !important
    }
    .me-xxl-n7 {
        margin-inline-end: -28px !important
    }
    .me-xxl-n8 {
        margin-inline-end: -32px !important
    }
    .me-xxl-n9 {
        margin-inline-end: -36px !important
    }
    .me-xxl-n10 {
        margin-inline-end: -40px !important
    }
    .me-xxl-n11 {
        margin-inline-end: -44px !important
    }
    .me-xxl-n12 {
        margin-inline-end: -48px !important
    }
    .me-xxl-n13 {
        margin-inline-end: -52px !important
    }
    .me-xxl-n14 {
        margin-inline-end: -56px !important
    }
    .me-xxl-n15 {
        margin-inline-end: -60px !important
    }
    .me-xxl-n16 {
        margin-inline-end: -64px !important
    }
    .me-xxl-n17 {
        margin-inline-end: -68px !important
    }
    .me-xxl-n18 {
        margin-inline-end: -72px !important
    }
    .me-xxl-n19 {
        margin-inline-end: -76px !important
    }
    .me-xxl-n20 {
        margin-inline-end: -80px !important
    }
    .me-xxl-n21 {
        margin-inline-end: -84px !important
    }
    .me-xxl-n22 {
        margin-inline-end: -88px !important
    }
    .me-xxl-n23 {
        margin-inline-end: -92px !important
    }
    .me-xxl-n24 {
        margin-inline-end: -96px !important
    }
    .me-xxl-n25 {
        margin-inline-end: -100px !important
    }
    .me-xxl-n26 {
        margin-inline-end: -104px !important
    }
    .me-xxl-n27 {
        margin-inline-end: -108px !important
    }
    .me-xxl-n28 {
        margin-inline-end: -112px !important
    }
    .me-xxl-n29 {
        margin-inline-end: -116px !important
    }
    .me-xxl-n30 {
        margin-inline-end: -120px !important
    }
    .me-xxl-n31 {
        margin-inline-end: -124px !important
    }
    .me-xxl-n32 {
        margin-inline-end: -128px !important
    }
    .me-xxl-n33 {
        margin-inline-end: -132px !important
    }
    .me-xxl-n34 {
        margin-inline-end: -136px !important
    }
    .me-xxl-n35 {
        margin-inline-end: -140px !important
    }
    .me-xxl-n36 {
        margin-inline-end: -144px !important
    }
    .me-xxl-n37 {
        margin-inline-end: -148px !important
    }
    .me-xxl-n38 {
        margin-inline-end: -152px !important
    }
    .me-xxl-n39 {
        margin-inline-end: -156px !important
    }
    .me-xxl-n40 {
        margin-inline-end: -160px !important
    }
    .me-xxl-n0p5 {
        margin-inline-end: -2px !important
    }
    .me-xxl-n1p5 {
        margin-inline-end: -6px !important
    }
    .me-xxl-n2p5 {
        margin-inline-end: -10px !important
    }
    .me-xxl-n3p5 {
        margin-inline-end: -14px !important
    }
    .me-xxl-n4p5 {
        margin-inline-end: -18px !important
    }
    .me-xxl-n5p5 {
        margin-inline-end: -22px !important
    }
    .me-xxl-n6p5 {
        margin-inline-end: -26px !important
    }
    .me-xxl-n7p5 {
        margin-inline-end: -30px !important
    }
    .me-xxl-n12p5 {
        margin-inline-end: -50px !important
    }
    .me-xxl-n17p5 {
        margin-inline-end: -70px !important
    }
    .me-xxl-n20p5 {
        margin-inline-end: -82px !important
    }
    .me-xxl-n32p5 {
        margin-inline-end: -130px !important
    }
    .me-xxl-n42 {
        margin-inline-end: -168px !important
    }
    .me-xxl-n45 {
        margin-inline-end: -180px !important
    }
    .me-xxl-n48 {
        margin-inline-end: -192px !important
    }
    .me-xxl-n50 {
        margin-inline-end: -200px !important
    }
    .me-xxl-n55 {
        margin-inline-end: -220px !important
    }
    .me-xxl-n56 {
        margin-inline-end: -224px !important
    }
    .me-xxl-n60 {
        margin-inline-end: -240px !important
    }
    .me-xxl-n62 {
        margin-inline-end: -248px !important
    }
    .me-xxl-n64 {
        margin-inline-end: -256px !important
    }
    .me-xxl-n70 {
        margin-inline-end: -280px !important
    }
    .me-xxl-n72 {
        margin-inline-end: -288px !important
    }
    .me-xxl-n75 {
        margin-inline-end: -300px !important
    }
    .me-xxl-n80 {
        margin-inline-end: -320px !important
    }
    .me-xxl-n85 {
        margin-inline-end: -340px !important
    }
    .me-xxl-n90 {
        margin-inline-end: -360px !important
    }
    .me-xxl-n100 {
        margin-inline-end: -400px !important
    }
    .me-xxl-n112 {
        margin-inline-end: -448px !important
    }
    .me-xxl-n120 {
        margin-inline-end: -480px !important
    }
    .me-xxl-n143 {
        margin-inline-end: -572px !important
    }
    .me-xxl-n150 {
        margin-inline-end: -600px !important
    }
    .me-xxl-n160 {
        margin-inline-end: -640px !important
    }
    .me-xxl-n190 {
        margin-inline-end: -760px !important
    }
    .me-xxl-n200 {
        margin-inline-end: -800px !important
    }
    .pa-xxl-0 {
        padding: 0 !important
    }
    .pa-xxl-1 {
        padding: 4px !important
    }
    .pa-xxl-2 {
        padding: 8px !important
    }
    .pa-xxl-3 {
        padding: 12px !important
    }
    .pa-xxl-4 {
        padding: 16px !important
    }
    .pa-xxl-5 {
        padding: 20px !important
    }
    .pa-xxl-6 {
        padding: 24px !important
    }
    .pa-xxl-7 {
        padding: 28px !important
    }
    .pa-xxl-8 {
        padding: 32px !important
    }
    .pa-xxl-9 {
        padding: 36px !important
    }
    .pa-xxl-10 {
        padding: 40px !important
    }
    .pa-xxl-11 {
        padding: 44px !important
    }
    .pa-xxl-12 {
        padding: 48px !important
    }
    .pa-xxl-13 {
        padding: 52px !important
    }
    .pa-xxl-14 {
        padding: 56px !important
    }
    .pa-xxl-15 {
        padding: 60px !important
    }
    .pa-xxl-16 {
        padding: 64px !important
    }
    .pa-xxl-17 {
        padding: 68px !important
    }
    .pa-xxl-18 {
        padding: 72px !important
    }
    .pa-xxl-19 {
        padding: 76px !important
    }
    .pa-xxl-20 {
        padding: 80px !important
    }
    .pa-xxl-21 {
        padding: 84px !important
    }
    .pa-xxl-22 {
        padding: 88px !important
    }
    .pa-xxl-23 {
        padding: 92px !important
    }
    .pa-xxl-24 {
        padding: 96px !important
    }
    .pa-xxl-25 {
        padding: 100px !important
    }
    .pa-xxl-26 {
        padding: 104px !important
    }
    .pa-xxl-27 {
        padding: 108px !important
    }
    .pa-xxl-28 {
        padding: 112px !important
    }
    .pa-xxl-29 {
        padding: 116px !important
    }
    .pa-xxl-30 {
        padding: 120px !important
    }
    .pa-xxl-31 {
        padding: 124px !important
    }
    .pa-xxl-32 {
        padding: 128px !important
    }
    .pa-xxl-33 {
        padding: 132px !important
    }
    .pa-xxl-34 {
        padding: 136px !important
    }
    .pa-xxl-35 {
        padding: 140px !important
    }
    .pa-xxl-36 {
        padding: 144px !important
    }
    .pa-xxl-37 {
        padding: 148px !important
    }
    .pa-xxl-38 {
        padding: 152px !important
    }
    .pa-xxl-39 {
        padding: 156px !important
    }
    .pa-xxl-40 {
        padding: 160px !important
    }
    .pa-xxl-0p5 {
        padding: 2px !important
    }
    .pa-xxl-1p5 {
        padding: 6px !important
    }
    .pa-xxl-2p5 {
        padding: 10px !important
    }
    .pa-xxl-3p5 {
        padding: 14px !important
    }
    .pa-xxl-4p5 {
        padding: 18px !important
    }
    .pa-xxl-5p5 {
        padding: 22px !important
    }
    .pa-xxl-6p5 {
        padding: 26px !important
    }
    .pa-xxl-7p5 {
        padding: 30px !important
    }
    .pa-xxl-12p5 {
        padding: 50px !important
    }
    .pa-xxl-17p5 {
        padding: 70px !important
    }
    .pa-xxl-20p5 {
        padding: 82px !important
    }
    .pa-xxl-32p5 {
        padding: 130px !important
    }
    .pa-xxl-42 {
        padding: 168px !important
    }
    .pa-xxl-45 {
        padding: 180px !important
    }
    .pa-xxl-48 {
        padding: 192px !important
    }
    .pa-xxl-50 {
        padding: 200px !important
    }
    .pa-xxl-55 {
        padding: 220px !important
    }
    .pa-xxl-56 {
        padding: 224px !important
    }
    .pa-xxl-60 {
        padding: 240px !important
    }
    .pa-xxl-62 {
        padding: 248px !important
    }
    .pa-xxl-64 {
        padding: 256px !important
    }
    .pa-xxl-70 {
        padding: 280px !important
    }
    .pa-xxl-72 {
        padding: 288px !important
    }
    .pa-xxl-75 {
        padding: 300px !important
    }
    .pa-xxl-80 {
        padding: 320px !important
    }
    .pa-xxl-85 {
        padding: 340px !important
    }
    .pa-xxl-90 {
        padding: 360px !important
    }
    .pa-xxl-100 {
        padding: 400px !important
    }
    .pa-xxl-112 {
        padding: 448px !important
    }
    .pa-xxl-120 {
        padding: 480px !important
    }
    .pa-xxl-143 {
        padding: 572px !important
    }
    .pa-xxl-150 {
        padding: 600px !important
    }
    .pa-xxl-160 {
        padding: 640px !important
    }
    .pa-xxl-190 {
        padding: 760px !important
    }
    .pa-xxl-200 {
        padding: 800px !important
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xxl-1 {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
    .px-xxl-2 {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .px-xxl-3 {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .px-xxl-4 {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .px-xxl-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .px-xxl-6 {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .px-xxl-7 {
        padding-left: 28px !important;
        padding-right: 28px !important
    }
    .px-xxl-8 {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
    .px-xxl-9 {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
    .px-xxl-10 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .px-xxl-11 {
        padding-left: 44px !important;
        padding-right: 44px !important
    }
    .px-xxl-12 {
        padding-left: 48px !important;
        padding-right: 48px !important
    }
    .px-xxl-13 {
        padding-left: 52px !important;
        padding-right: 52px !important
    }
    .px-xxl-14 {
        padding-left: 56px !important;
        padding-right: 56px !important
    }
    .px-xxl-15 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    .px-xxl-16 {
        padding-left: 64px !important;
        padding-right: 64px !important
    }
    .px-xxl-17 {
        padding-left: 68px !important;
        padding-right: 68px !important
    }
    .px-xxl-18 {
        padding-left: 72px !important;
        padding-right: 72px !important
    }
    .px-xxl-19 {
        padding-left: 76px !important;
        padding-right: 76px !important
    }
    .px-xxl-20 {
        padding-left: 80px !important;
        padding-right: 80px !important
    }
    .px-xxl-21 {
        padding-left: 84px !important;
        padding-right: 84px !important
    }
    .px-xxl-22 {
        padding-left: 88px !important;
        padding-right: 88px !important
    }
    .px-xxl-23 {
        padding-left: 92px !important;
        padding-right: 92px !important
    }
    .px-xxl-24 {
        padding-left: 96px !important;
        padding-right: 96px !important
    }
    .px-xxl-25 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }
    .px-xxl-26 {
        padding-left: 104px !important;
        padding-right: 104px !important
    }
    .px-xxl-27 {
        padding-left: 108px !important;
        padding-right: 108px !important
    }
    .px-xxl-28 {
        padding-left: 112px !important;
        padding-right: 112px !important
    }
    .px-xxl-29 {
        padding-left: 116px !important;
        padding-right: 116px !important
    }
    .px-xxl-30 {
        padding-left: 120px !important;
        padding-right: 120px !important
    }
    .px-xxl-31 {
        padding-left: 124px !important;
        padding-right: 124px !important
    }
    .px-xxl-32 {
        padding-left: 128px !important;
        padding-right: 128px !important
    }
    .px-xxl-33 {
        padding-left: 132px !important;
        padding-right: 132px !important
    }
    .px-xxl-34 {
        padding-left: 136px !important;
        padding-right: 136px !important
    }
    .px-xxl-35 {
        padding-left: 140px !important;
        padding-right: 140px !important
    }
    .px-xxl-36 {
        padding-left: 144px !important;
        padding-right: 144px !important
    }
    .px-xxl-37 {
        padding-left: 148px !important;
        padding-right: 148px !important
    }
    .px-xxl-38 {
        padding-left: 152px !important;
        padding-right: 152px !important
    }
    .px-xxl-39 {
        padding-left: 156px !important;
        padding-right: 156px !important
    }
    .px-xxl-40 {
        padding-left: 160px !important;
        padding-right: 160px !important
    }
    .px-xxl-0p5 {
        padding-left: 2px !important;
        padding-right: 2px !important
    }
    .px-xxl-1p5 {
        padding-left: 6px !important;
        padding-right: 6px !important
    }
    .px-xxl-2p5 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .px-xxl-3p5 {
        padding-left: 14px !important;
        padding-right: 14px !important
    }
    .px-xxl-4p5 {
        padding-left: 18px !important;
        padding-right: 18px !important
    }
    .px-xxl-5p5 {
        padding-left: 22px !important;
        padding-right: 22px !important
    }
    .px-xxl-6p5 {
        padding-left: 26px !important;
        padding-right: 26px !important
    }
    .px-xxl-7p5 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .px-xxl-12p5 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }
    .px-xxl-17p5 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }
    .px-xxl-20p5 {
        padding-left: 82px !important;
        padding-right: 82px !important
    }
    .px-xxl-32p5 {
        padding-left: 130px !important;
        padding-right: 130px !important
    }
    .px-xxl-42 {
        padding-left: 168px !important;
        padding-right: 168px !important
    }
    .px-xxl-45 {
        padding-left: 180px !important;
        padding-right: 180px !important
    }
    .px-xxl-48 {
        padding-left: 192px !important;
        padding-right: 192px !important
    }
    .px-xxl-50 {
        padding-left: 200px !important;
        padding-right: 200px !important
    }
    .px-xxl-55 {
        padding-left: 220px !important;
        padding-right: 220px !important
    }
    .px-xxl-56 {
        padding-left: 224px !important;
        padding-right: 224px !important
    }
    .px-xxl-60 {
        padding-left: 240px !important;
        padding-right: 240px !important
    }
    .px-xxl-62 {
        padding-left: 248px !important;
        padding-right: 248px !important
    }
    .px-xxl-64 {
        padding-left: 256px !important;
        padding-right: 256px !important
    }
    .px-xxl-70 {
        padding-left: 280px !important;
        padding-right: 280px !important
    }
    .px-xxl-72 {
        padding-left: 288px !important;
        padding-right: 288px !important
    }
    .px-xxl-75 {
        padding-left: 300px !important;
        padding-right: 300px !important
    }
    .px-xxl-80 {
        padding-left: 320px !important;
        padding-right: 320px !important
    }
    .px-xxl-85 {
        padding-left: 340px !important;
        padding-right: 340px !important
    }
    .px-xxl-90 {
        padding-left: 360px !important;
        padding-right: 360px !important
    }
    .px-xxl-100 {
        padding-left: 400px !important;
        padding-right: 400px !important
    }
    .px-xxl-112 {
        padding-left: 448px !important;
        padding-right: 448px !important
    }
    .px-xxl-120 {
        padding-left: 480px !important;
        padding-right: 480px !important
    }
    .px-xxl-143 {
        padding-left: 572px !important;
        padding-right: 572px !important
    }
    .px-xxl-150 {
        padding-left: 600px !important;
        padding-right: 600px !important
    }
    .px-xxl-160 {
        padding-left: 640px !important;
        padding-right: 640px !important
    }
    .px-xxl-190 {
        padding-left: 760px !important;
        padding-right: 760px !important
    }
    .px-xxl-200 {
        padding-left: 800px !important;
        padding-right: 800px !important
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xxl-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .py-xxl-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .py-xxl-3 {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .py-xxl-4 {
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }
    .py-xxl-5 {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .py-xxl-6 {
        padding-bottom: 24px !important;
        padding-top: 24px !important
    }
    .py-xxl-7 {
        padding-bottom: 28px !important;
        padding-top: 28px !important
    }
    .py-xxl-8 {
        padding-bottom: 32px !important;
        padding-top: 32px !important
    }
    .py-xxl-9 {
        padding-bottom: 36px !important;
        padding-top: 36px !important
    }
    .py-xxl-10 {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }
    .py-xxl-11 {
        padding-bottom: 44px !important;
        padding-top: 44px !important
    }
    .py-xxl-12 {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .py-xxl-13 {
        padding-bottom: 52px !important;
        padding-top: 52px !important
    }
    .py-xxl-14 {
        padding-bottom: 56px !important;
        padding-top: 56px !important
    }
    .py-xxl-15 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .py-xxl-16 {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
    .py-xxl-17 {
        padding-bottom: 68px !important;
        padding-top: 68px !important
    }
    .py-xxl-18 {
        padding-bottom: 72px !important;
        padding-top: 72px !important
    }
    .py-xxl-19 {
        padding-bottom: 76px !important;
        padding-top: 76px !important
    }
    .py-xxl-20 {
        padding-bottom: 80px !important;
        padding-top: 80px !important
    }
    .py-xxl-21 {
        padding-bottom: 84px !important;
        padding-top: 84px !important
    }
    .py-xxl-22 {
        padding-bottom: 88px !important;
        padding-top: 88px !important
    }
    .py-xxl-23 {
        padding-bottom: 92px !important;
        padding-top: 92px !important
    }
    .py-xxl-24 {
        padding-bottom: 96px !important;
        padding-top: 96px !important
    }
    .py-xxl-25 {
        padding-bottom: 100px !important;
        padding-top: 100px !important
    }
    .py-xxl-26 {
        padding-bottom: 104px !important;
        padding-top: 104px !important
    }
    .py-xxl-27 {
        padding-bottom: 108px !important;
        padding-top: 108px !important
    }
    .py-xxl-28 {
        padding-bottom: 112px !important;
        padding-top: 112px !important
    }
    .py-xxl-29 {
        padding-bottom: 116px !important;
        padding-top: 116px !important
    }
    .py-xxl-30 {
        padding-bottom: 120px !important;
        padding-top: 120px !important
    }
    .py-xxl-31 {
        padding-bottom: 124px !important;
        padding-top: 124px !important
    }
    .py-xxl-32 {
        padding-bottom: 128px !important;
        padding-top: 128px !important
    }
    .py-xxl-33 {
        padding-bottom: 132px !important;
        padding-top: 132px !important
    }
    .py-xxl-34 {
        padding-bottom: 136px !important;
        padding-top: 136px !important
    }
    .py-xxl-35 {
        padding-bottom: 140px !important;
        padding-top: 140px !important
    }
    .py-xxl-36 {
        padding-bottom: 144px !important;
        padding-top: 144px !important
    }
    .py-xxl-37 {
        padding-bottom: 148px !important;
        padding-top: 148px !important
    }
    .py-xxl-38 {
        padding-bottom: 152px !important;
        padding-top: 152px !important
    }
    .py-xxl-39 {
        padding-bottom: 156px !important;
        padding-top: 156px !important
    }
    .py-xxl-40 {
        padding-bottom: 160px !important;
        padding-top: 160px !important
    }
    .py-xxl-0p5 {
        padding-bottom: 2px !important;
        padding-top: 2px !important
    }
    .py-xxl-1p5 {
        padding-bottom: 6px !important;
        padding-top: 6px !important
    }
    .py-xxl-2p5 {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
    .py-xxl-3p5 {
        padding-bottom: 14px !important;
        padding-top: 14px !important
    }
    .py-xxl-4p5 {
        padding-bottom: 18px !important;
        padding-top: 18px !important
    }
    .py-xxl-5p5 {
        padding-bottom: 22px !important;
        padding-top: 22px !important
    }
    .py-xxl-6p5 {
        padding-bottom: 26px !important;
        padding-top: 26px !important
    }
    .py-xxl-7p5 {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }
    .py-xxl-12p5 {
        padding-bottom: 50px !important;
        padding-top: 50px !important
    }
    .py-xxl-17p5 {
        padding-bottom: 70px !important;
        padding-top: 70px !important
    }
    .py-xxl-20p5 {
        padding-bottom: 82px !important;
        padding-top: 82px !important
    }
    .py-xxl-32p5 {
        padding-bottom: 130px !important;
        padding-top: 130px !important
    }
    .py-xxl-42 {
        padding-bottom: 168px !important;
        padding-top: 168px !important
    }
    .py-xxl-45 {
        padding-bottom: 180px !important;
        padding-top: 180px !important
    }
    .py-xxl-48 {
        padding-bottom: 192px !important;
        padding-top: 192px !important
    }
    .py-xxl-50 {
        padding-bottom: 200px !important;
        padding-top: 200px !important
    }
    .py-xxl-55 {
        padding-bottom: 220px !important;
        padding-top: 220px !important
    }
    .py-xxl-56 {
        padding-bottom: 224px !important;
        padding-top: 224px !important
    }
    .py-xxl-60 {
        padding-bottom: 240px !important;
        padding-top: 240px !important
    }
    .py-xxl-62 {
        padding-bottom: 248px !important;
        padding-top: 248px !important
    }
    .py-xxl-64 {
        padding-bottom: 256px !important;
        padding-top: 256px !important
    }
    .py-xxl-70 {
        padding-bottom: 280px !important;
        padding-top: 280px !important
    }
    .py-xxl-72 {
        padding-bottom: 288px !important;
        padding-top: 288px !important
    }
    .py-xxl-75 {
        padding-bottom: 300px !important;
        padding-top: 300px !important
    }
    .py-xxl-80 {
        padding-bottom: 320px !important;
        padding-top: 320px !important
    }
    .py-xxl-85 {
        padding-bottom: 340px !important;
        padding-top: 340px !important
    }
    .py-xxl-90 {
        padding-bottom: 360px !important;
        padding-top: 360px !important
    }
    .py-xxl-100 {
        padding-bottom: 400px !important;
        padding-top: 400px !important
    }
    .py-xxl-112 {
        padding-bottom: 448px !important;
        padding-top: 448px !important
    }
    .py-xxl-120 {
        padding-bottom: 480px !important;
        padding-top: 480px !important
    }
    .py-xxl-143 {
        padding-bottom: 572px !important;
        padding-top: 572px !important
    }
    .py-xxl-150 {
        padding-bottom: 600px !important;
        padding-top: 600px !important
    }
    .py-xxl-160 {
        padding-bottom: 640px !important;
        padding-top: 640px !important
    }
    .py-xxl-190 {
        padding-bottom: 760px !important;
        padding-top: 760px !important
    }
    .py-xxl-200 {
        padding-bottom: 800px !important;
        padding-top: 800px !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: 4px !important
    }
    .pt-xxl-2 {
        padding-top: 8px !important
    }
    .pt-xxl-3 {
        padding-top: 12px !important
    }
    .pt-xxl-4 {
        padding-top: 16px !important
    }
    .pt-xxl-5 {
        padding-top: 20px !important
    }
    .pt-xxl-6 {
        padding-top: 24px !important
    }
    .pt-xxl-7 {
        padding-top: 28px !important
    }
    .pt-xxl-8 {
        padding-top: 32px !important
    }
    .pt-xxl-9 {
        padding-top: 36px !important
    }
    .pt-xxl-10 {
        padding-top: 40px !important
    }
    .pt-xxl-11 {
        padding-top: 44px !important
    }
    .pt-xxl-12 {
        padding-top: 48px !important
    }
    .pt-xxl-13 {
        padding-top: 52px !important
    }
    .pt-xxl-14 {
        padding-top: 56px !important
    }
    .pt-xxl-15 {
        padding-top: 60px !important
    }
    .pt-xxl-16 {
        padding-top: 64px !important
    }
    .pt-xxl-17 {
        padding-top: 68px !important
    }
    .pt-xxl-18 {
        padding-top: 72px !important
    }
    .pt-xxl-19 {
        padding-top: 76px !important
    }
    .pt-xxl-20 {
        padding-top: 80px !important
    }
    .pt-xxl-21 {
        padding-top: 84px !important
    }
    .pt-xxl-22 {
        padding-top: 88px !important
    }
    .pt-xxl-23 {
        padding-top: 92px !important
    }
    .pt-xxl-24 {
        padding-top: 96px !important
    }
    .pt-xxl-25 {
        padding-top: 100px !important
    }
    .pt-xxl-26 {
        padding-top: 104px !important
    }
    .pt-xxl-27 {
        padding-top: 108px !important
    }
    .pt-xxl-28 {
        padding-top: 112px !important
    }
    .pt-xxl-29 {
        padding-top: 116px !important
    }
    .pt-xxl-30 {
        padding-top: 120px !important
    }
    .pt-xxl-31 {
        padding-top: 124px !important
    }
    .pt-xxl-32 {
        padding-top: 128px !important
    }
    .pt-xxl-33 {
        padding-top: 132px !important
    }
    .pt-xxl-34 {
        padding-top: 136px !important
    }
    .pt-xxl-35 {
        padding-top: 140px !important
    }
    .pt-xxl-36 {
        padding-top: 144px !important
    }
    .pt-xxl-37 {
        padding-top: 148px !important
    }
    .pt-xxl-38 {
        padding-top: 152px !important
    }
    .pt-xxl-39 {
        padding-top: 156px !important
    }
    .pt-xxl-40 {
        padding-top: 160px !important
    }
    .pt-xxl-0p5 {
        padding-top: 2px !important
    }
    .pt-xxl-1p5 {
        padding-top: 6px !important
    }
    .pt-xxl-2p5 {
        padding-top: 10px !important
    }
    .pt-xxl-3p5 {
        padding-top: 14px !important
    }
    .pt-xxl-4p5 {
        padding-top: 18px !important
    }
    .pt-xxl-5p5 {
        padding-top: 22px !important
    }
    .pt-xxl-6p5 {
        padding-top: 26px !important
    }
    .pt-xxl-7p5 {
        padding-top: 30px !important
    }
    .pt-xxl-12p5 {
        padding-top: 50px !important
    }
    .pt-xxl-17p5 {
        padding-top: 70px !important
    }
    .pt-xxl-20p5 {
        padding-top: 82px !important
    }
    .pt-xxl-32p5 {
        padding-top: 130px !important
    }
    .pt-xxl-42 {
        padding-top: 168px !important
    }
    .pt-xxl-45 {
        padding-top: 180px !important
    }
    .pt-xxl-48 {
        padding-top: 192px !important
    }
    .pt-xxl-50 {
        padding-top: 200px !important
    }
    .pt-xxl-55 {
        padding-top: 220px !important
    }
    .pt-xxl-56 {
        padding-top: 224px !important
    }
    .pt-xxl-60 {
        padding-top: 240px !important
    }
    .pt-xxl-62 {
        padding-top: 248px !important
    }
    .pt-xxl-64 {
        padding-top: 256px !important
    }
    .pt-xxl-70 {
        padding-top: 280px !important
    }
    .pt-xxl-72 {
        padding-top: 288px !important
    }
    .pt-xxl-75 {
        padding-top: 300px !important
    }
    .pt-xxl-80 {
        padding-top: 320px !important
    }
    .pt-xxl-85 {
        padding-top: 340px !important
    }
    .pt-xxl-90 {
        padding-top: 360px !important
    }
    .pt-xxl-100 {
        padding-top: 400px !important
    }
    .pt-xxl-112 {
        padding-top: 448px !important
    }
    .pt-xxl-120 {
        padding-top: 480px !important
    }
    .pt-xxl-143 {
        padding-top: 572px !important
    }
    .pt-xxl-150 {
        padding-top: 600px !important
    }
    .pt-xxl-160 {
        padding-top: 640px !important
    }
    .pt-xxl-190 {
        padding-top: 760px !important
    }
    .pt-xxl-200 {
        padding-top: 800px !important
    }
    .pr-xxl-0 {
        padding-right: 0 !important
    }
    .pr-xxl-1 {
        padding-right: 4px !important
    }
    .pr-xxl-2 {
        padding-right: 8px !important
    }
    .pr-xxl-3 {
        padding-right: 12px !important
    }
    .pr-xxl-4 {
        padding-right: 16px !important
    }
    .pr-xxl-5 {
        padding-right: 20px !important
    }
    .pr-xxl-6 {
        padding-right: 24px !important
    }
    .pr-xxl-7 {
        padding-right: 28px !important
    }
    .pr-xxl-8 {
        padding-right: 32px !important
    }
    .pr-xxl-9 {
        padding-right: 36px !important
    }
    .pr-xxl-10 {
        padding-right: 40px !important
    }
    .pr-xxl-11 {
        padding-right: 44px !important
    }
    .pr-xxl-12 {
        padding-right: 48px !important
    }
    .pr-xxl-13 {
        padding-right: 52px !important
    }
    .pr-xxl-14 {
        padding-right: 56px !important
    }
    .pr-xxl-15 {
        padding-right: 60px !important
    }
    .pr-xxl-16 {
        padding-right: 64px !important
    }
    .pr-xxl-17 {
        padding-right: 68px !important
    }
    .pr-xxl-18 {
        padding-right: 72px !important
    }
    .pr-xxl-19 {
        padding-right: 76px !important
    }
    .pr-xxl-20 {
        padding-right: 80px !important
    }
    .pr-xxl-21 {
        padding-right: 84px !important
    }
    .pr-xxl-22 {
        padding-right: 88px !important
    }
    .pr-xxl-23 {
        padding-right: 92px !important
    }
    .pr-xxl-24 {
        padding-right: 96px !important
    }
    .pr-xxl-25 {
        padding-right: 100px !important
    }
    .pr-xxl-26 {
        padding-right: 104px !important
    }
    .pr-xxl-27 {
        padding-right: 108px !important
    }
    .pr-xxl-28 {
        padding-right: 112px !important
    }
    .pr-xxl-29 {
        padding-right: 116px !important
    }
    .pr-xxl-30 {
        padding-right: 120px !important
    }
    .pr-xxl-31 {
        padding-right: 124px !important
    }
    .pr-xxl-32 {
        padding-right: 128px !important
    }
    .pr-xxl-33 {
        padding-right: 132px !important
    }
    .pr-xxl-34 {
        padding-right: 136px !important
    }
    .pr-xxl-35 {
        padding-right: 140px !important
    }
    .pr-xxl-36 {
        padding-right: 144px !important
    }
    .pr-xxl-37 {
        padding-right: 148px !important
    }
    .pr-xxl-38 {
        padding-right: 152px !important
    }
    .pr-xxl-39 {
        padding-right: 156px !important
    }
    .pr-xxl-40 {
        padding-right: 160px !important
    }
    .pr-xxl-0p5 {
        padding-right: 2px !important
    }
    .pr-xxl-1p5 {
        padding-right: 6px !important
    }
    .pr-xxl-2p5 {
        padding-right: 10px !important
    }
    .pr-xxl-3p5 {
        padding-right: 14px !important
    }
    .pr-xxl-4p5 {
        padding-right: 18px !important
    }
    .pr-xxl-5p5 {
        padding-right: 22px !important
    }
    .pr-xxl-6p5 {
        padding-right: 26px !important
    }
    .pr-xxl-7p5 {
        padding-right: 30px !important
    }
    .pr-xxl-12p5 {
        padding-right: 50px !important
    }
    .pr-xxl-17p5 {
        padding-right: 70px !important
    }
    .pr-xxl-20p5 {
        padding-right: 82px !important
    }
    .pr-xxl-32p5 {
        padding-right: 130px !important
    }
    .pr-xxl-42 {
        padding-right: 168px !important
    }
    .pr-xxl-45 {
        padding-right: 180px !important
    }
    .pr-xxl-48 {
        padding-right: 192px !important
    }
    .pr-xxl-50 {
        padding-right: 200px !important
    }
    .pr-xxl-55 {
        padding-right: 220px !important
    }
    .pr-xxl-56 {
        padding-right: 224px !important
    }
    .pr-xxl-60 {
        padding-right: 240px !important
    }
    .pr-xxl-62 {
        padding-right: 248px !important
    }
    .pr-xxl-64 {
        padding-right: 256px !important
    }
    .pr-xxl-70 {
        padding-right: 280px !important
    }
    .pr-xxl-72 {
        padding-right: 288px !important
    }
    .pr-xxl-75 {
        padding-right: 300px !important
    }
    .pr-xxl-80 {
        padding-right: 320px !important
    }
    .pr-xxl-85 {
        padding-right: 340px !important
    }
    .pr-xxl-90 {
        padding-right: 360px !important
    }
    .pr-xxl-100 {
        padding-right: 400px !important
    }
    .pr-xxl-112 {
        padding-right: 448px !important
    }
    .pr-xxl-120 {
        padding-right: 480px !important
    }
    .pr-xxl-143 {
        padding-right: 572px !important
    }
    .pr-xxl-150 {
        padding-right: 600px !important
    }
    .pr-xxl-160 {
        padding-right: 640px !important
    }
    .pr-xxl-190 {
        padding-right: 760px !important
    }
    .pr-xxl-200 {
        padding-right: 800px !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: 4px !important
    }
    .pb-xxl-2 {
        padding-bottom: 8px !important
    }
    .pb-xxl-3 {
        padding-bottom: 12px !important
    }
    .pb-xxl-4 {
        padding-bottom: 16px !important
    }
    .pb-xxl-5 {
        padding-bottom: 20px !important
    }
    .pb-xxl-6 {
        padding-bottom: 24px !important
    }
    .pb-xxl-7 {
        padding-bottom: 28px !important
    }
    .pb-xxl-8 {
        padding-bottom: 32px !important
    }
    .pb-xxl-9 {
        padding-bottom: 36px !important
    }
    .pb-xxl-10 {
        padding-bottom: 40px !important
    }
    .pb-xxl-11 {
        padding-bottom: 44px !important
    }
    .pb-xxl-12 {
        padding-bottom: 48px !important
    }
    .pb-xxl-13 {
        padding-bottom: 52px !important
    }
    .pb-xxl-14 {
        padding-bottom: 56px !important
    }
    .pb-xxl-15 {
        padding-bottom: 60px !important
    }
    .pb-xxl-16 {
        padding-bottom: 64px !important
    }
    .pb-xxl-17 {
        padding-bottom: 68px !important
    }
    .pb-xxl-18 {
        padding-bottom: 72px !important
    }
    .pb-xxl-19 {
        padding-bottom: 76px !important
    }
    .pb-xxl-20 {
        padding-bottom: 80px !important
    }
    .pb-xxl-21 {
        padding-bottom: 84px !important
    }
    .pb-xxl-22 {
        padding-bottom: 88px !important
    }
    .pb-xxl-23 {
        padding-bottom: 92px !important
    }
    .pb-xxl-24 {
        padding-bottom: 96px !important
    }
    .pb-xxl-25 {
        padding-bottom: 100px !important
    }
    .pb-xxl-26 {
        padding-bottom: 104px !important
    }
    .pb-xxl-27 {
        padding-bottom: 108px !important
    }
    .pb-xxl-28 {
        padding-bottom: 112px !important
    }
    .pb-xxl-29 {
        padding-bottom: 116px !important
    }
    .pb-xxl-30 {
        padding-bottom: 120px !important
    }
    .pb-xxl-31 {
        padding-bottom: 124px !important
    }
    .pb-xxl-32 {
        padding-bottom: 128px !important
    }
    .pb-xxl-33 {
        padding-bottom: 132px !important
    }
    .pb-xxl-34 {
        padding-bottom: 136px !important
    }
    .pb-xxl-35 {
        padding-bottom: 140px !important
    }
    .pb-xxl-36 {
        padding-bottom: 144px !important
    }
    .pb-xxl-37 {
        padding-bottom: 148px !important
    }
    .pb-xxl-38 {
        padding-bottom: 152px !important
    }
    .pb-xxl-39 {
        padding-bottom: 156px !important
    }
    .pb-xxl-40 {
        padding-bottom: 160px !important
    }
    .pb-xxl-0p5 {
        padding-bottom: 2px !important
    }
    .pb-xxl-1p5 {
        padding-bottom: 6px !important
    }
    .pb-xxl-2p5 {
        padding-bottom: 10px !important
    }
    .pb-xxl-3p5 {
        padding-bottom: 14px !important
    }
    .pb-xxl-4p5 {
        padding-bottom: 18px !important
    }
    .pb-xxl-5p5 {
        padding-bottom: 22px !important
    }
    .pb-xxl-6p5 {
        padding-bottom: 26px !important
    }
    .pb-xxl-7p5 {
        padding-bottom: 30px !important
    }
    .pb-xxl-12p5 {
        padding-bottom: 50px !important
    }
    .pb-xxl-17p5 {
        padding-bottom: 70px !important
    }
    .pb-xxl-20p5 {
        padding-bottom: 82px !important
    }
    .pb-xxl-32p5 {
        padding-bottom: 130px !important
    }
    .pb-xxl-42 {
        padding-bottom: 168px !important
    }
    .pb-xxl-45 {
        padding-bottom: 180px !important
    }
    .pb-xxl-48 {
        padding-bottom: 192px !important
    }
    .pb-xxl-50 {
        padding-bottom: 200px !important
    }
    .pb-xxl-55 {
        padding-bottom: 220px !important
    }
    .pb-xxl-56 {
        padding-bottom: 224px !important
    }
    .pb-xxl-60 {
        padding-bottom: 240px !important
    }
    .pb-xxl-62 {
        padding-bottom: 248px !important
    }
    .pb-xxl-64 {
        padding-bottom: 256px !important
    }
    .pb-xxl-70 {
        padding-bottom: 280px !important
    }
    .pb-xxl-72 {
        padding-bottom: 288px !important
    }
    .pb-xxl-75 {
        padding-bottom: 300px !important
    }
    .pb-xxl-80 {
        padding-bottom: 320px !important
    }
    .pb-xxl-85 {
        padding-bottom: 340px !important
    }
    .pb-xxl-90 {
        padding-bottom: 360px !important
    }
    .pb-xxl-100 {
        padding-bottom: 400px !important
    }
    .pb-xxl-112 {
        padding-bottom: 448px !important
    }
    .pb-xxl-120 {
        padding-bottom: 480px !important
    }
    .pb-xxl-143 {
        padding-bottom: 572px !important
    }
    .pb-xxl-150 {
        padding-bottom: 600px !important
    }
    .pb-xxl-160 {
        padding-bottom: 640px !important
    }
    .pb-xxl-190 {
        padding-bottom: 760px !important
    }
    .pb-xxl-200 {
        padding-bottom: 800px !important
    }
    .pl-xxl-0 {
        padding-left: 0 !important
    }
    .pl-xxl-1 {
        padding-left: 4px !important
    }
    .pl-xxl-2 {
        padding-left: 8px !important
    }
    .pl-xxl-3 {
        padding-left: 12px !important
    }
    .pl-xxl-4 {
        padding-left: 16px !important
    }
    .pl-xxl-5 {
        padding-left: 20px !important
    }
    .pl-xxl-6 {
        padding-left: 24px !important
    }
    .pl-xxl-7 {
        padding-left: 28px !important
    }
    .pl-xxl-8 {
        padding-left: 32px !important
    }
    .pl-xxl-9 {
        padding-left: 36px !important
    }
    .pl-xxl-10 {
        padding-left: 40px !important
    }
    .pl-xxl-11 {
        padding-left: 44px !important
    }
    .pl-xxl-12 {
        padding-left: 48px !important
    }
    .pl-xxl-13 {
        padding-left: 52px !important
    }
    .pl-xxl-14 {
        padding-left: 56px !important
    }
    .pl-xxl-15 {
        padding-left: 60px !important
    }
    .pl-xxl-16 {
        padding-left: 64px !important
    }
    .pl-xxl-17 {
        padding-left: 68px !important
    }
    .pl-xxl-18 {
        padding-left: 72px !important
    }
    .pl-xxl-19 {
        padding-left: 76px !important
    }
    .pl-xxl-20 {
        padding-left: 80px !important
    }
    .pl-xxl-21 {
        padding-left: 84px !important
    }
    .pl-xxl-22 {
        padding-left: 88px !important
    }
    .pl-xxl-23 {
        padding-left: 92px !important
    }
    .pl-xxl-24 {
        padding-left: 96px !important
    }
    .pl-xxl-25 {
        padding-left: 100px !important
    }
    .pl-xxl-26 {
        padding-left: 104px !important
    }
    .pl-xxl-27 {
        padding-left: 108px !important
    }
    .pl-xxl-28 {
        padding-left: 112px !important
    }
    .pl-xxl-29 {
        padding-left: 116px !important
    }
    .pl-xxl-30 {
        padding-left: 120px !important
    }
    .pl-xxl-31 {
        padding-left: 124px !important
    }
    .pl-xxl-32 {
        padding-left: 128px !important
    }
    .pl-xxl-33 {
        padding-left: 132px !important
    }
    .pl-xxl-34 {
        padding-left: 136px !important
    }
    .pl-xxl-35 {
        padding-left: 140px !important
    }
    .pl-xxl-36 {
        padding-left: 144px !important
    }
    .pl-xxl-37 {
        padding-left: 148px !important
    }
    .pl-xxl-38 {
        padding-left: 152px !important
    }
    .pl-xxl-39 {
        padding-left: 156px !important
    }
    .pl-xxl-40 {
        padding-left: 160px !important
    }
    .pl-xxl-0p5 {
        padding-left: 2px !important
    }
    .pl-xxl-1p5 {
        padding-left: 6px !important
    }
    .pl-xxl-2p5 {
        padding-left: 10px !important
    }
    .pl-xxl-3p5 {
        padding-left: 14px !important
    }
    .pl-xxl-4p5 {
        padding-left: 18px !important
    }
    .pl-xxl-5p5 {
        padding-left: 22px !important
    }
    .pl-xxl-6p5 {
        padding-left: 26px !important
    }
    .pl-xxl-7p5 {
        padding-left: 30px !important
    }
    .pl-xxl-12p5 {
        padding-left: 50px !important
    }
    .pl-xxl-17p5 {
        padding-left: 70px !important
    }
    .pl-xxl-20p5 {
        padding-left: 82px !important
    }
    .pl-xxl-32p5 {
        padding-left: 130px !important
    }
    .pl-xxl-42 {
        padding-left: 168px !important
    }
    .pl-xxl-45 {
        padding-left: 180px !important
    }
    .pl-xxl-48 {
        padding-left: 192px !important
    }
    .pl-xxl-50 {
        padding-left: 200px !important
    }
    .pl-xxl-55 {
        padding-left: 220px !important
    }
    .pl-xxl-56 {
        padding-left: 224px !important
    }
    .pl-xxl-60 {
        padding-left: 240px !important
    }
    .pl-xxl-62 {
        padding-left: 248px !important
    }
    .pl-xxl-64 {
        padding-left: 256px !important
    }
    .pl-xxl-70 {
        padding-left: 280px !important
    }
    .pl-xxl-72 {
        padding-left: 288px !important
    }
    .pl-xxl-75 {
        padding-left: 300px !important
    }
    .pl-xxl-80 {
        padding-left: 320px !important
    }
    .pl-xxl-85 {
        padding-left: 340px !important
    }
    .pl-xxl-90 {
        padding-left: 360px !important
    }
    .pl-xxl-100 {
        padding-left: 400px !important
    }
    .pl-xxl-112 {
        padding-left: 448px !important
    }
    .pl-xxl-120 {
        padding-left: 480px !important
    }
    .pl-xxl-143 {
        padding-left: 572px !important
    }
    .pl-xxl-150 {
        padding-left: 600px !important
    }
    .pl-xxl-160 {
        padding-left: 640px !important
    }
    .pl-xxl-190 {
        padding-left: 760px !important
    }
    .pl-xxl-200 {
        padding-left: 800px !important
    }
    .ps-xxl-0 {
        padding-inline-start: 0 !important
    }
    .ps-xxl-1 {
        padding-inline-start: 4px !important
    }
    .ps-xxl-2 {
        padding-inline-start: 8px !important
    }
    .ps-xxl-3 {
        padding-inline-start: 12px !important
    }
    .ps-xxl-4 {
        padding-inline-start: 16px !important
    }
    .ps-xxl-5 {
        padding-inline-start: 20px !important
    }
    .ps-xxl-6 {
        padding-inline-start: 24px !important
    }
    .ps-xxl-7 {
        padding-inline-start: 28px !important
    }
    .ps-xxl-8 {
        padding-inline-start: 32px !important
    }
    .ps-xxl-9 {
        padding-inline-start: 36px !important
    }
    .ps-xxl-10 {
        padding-inline-start: 40px !important
    }
    .ps-xxl-11 {
        padding-inline-start: 44px !important
    }
    .ps-xxl-12 {
        padding-inline-start: 48px !important
    }
    .ps-xxl-13 {
        padding-inline-start: 52px !important
    }
    .ps-xxl-14 {
        padding-inline-start: 56px !important
    }
    .ps-xxl-15 {
        padding-inline-start: 60px !important
    }
    .ps-xxl-16 {
        padding-inline-start: 64px !important
    }
    .ps-xxl-17 {
        padding-inline-start: 68px !important
    }
    .ps-xxl-18 {
        padding-inline-start: 72px !important
    }
    .ps-xxl-19 {
        padding-inline-start: 76px !important
    }
    .ps-xxl-20 {
        padding-inline-start: 80px !important
    }
    .ps-xxl-21 {
        padding-inline-start: 84px !important
    }
    .ps-xxl-22 {
        padding-inline-start: 88px !important
    }
    .ps-xxl-23 {
        padding-inline-start: 92px !important
    }
    .ps-xxl-24 {
        padding-inline-start: 96px !important
    }
    .ps-xxl-25 {
        padding-inline-start: 100px !important
    }
    .ps-xxl-26 {
        padding-inline-start: 104px !important
    }
    .ps-xxl-27 {
        padding-inline-start: 108px !important
    }
    .ps-xxl-28 {
        padding-inline-start: 112px !important
    }
    .ps-xxl-29 {
        padding-inline-start: 116px !important
    }
    .ps-xxl-30 {
        padding-inline-start: 120px !important
    }
    .ps-xxl-31 {
        padding-inline-start: 124px !important
    }
    .ps-xxl-32 {
        padding-inline-start: 128px !important
    }
    .ps-xxl-33 {
        padding-inline-start: 132px !important
    }
    .ps-xxl-34 {
        padding-inline-start: 136px !important
    }
    .ps-xxl-35 {
        padding-inline-start: 140px !important
    }
    .ps-xxl-36 {
        padding-inline-start: 144px !important
    }
    .ps-xxl-37 {
        padding-inline-start: 148px !important
    }
    .ps-xxl-38 {
        padding-inline-start: 152px !important
    }
    .ps-xxl-39 {
        padding-inline-start: 156px !important
    }
    .ps-xxl-40 {
        padding-inline-start: 160px !important
    }
    .ps-xxl-0p5 {
        padding-inline-start: 2px !important
    }
    .ps-xxl-1p5 {
        padding-inline-start: 6px !important
    }
    .ps-xxl-2p5 {
        padding-inline-start: 10px !important
    }
    .ps-xxl-3p5 {
        padding-inline-start: 14px !important
    }
    .ps-xxl-4p5 {
        padding-inline-start: 18px !important
    }
    .ps-xxl-5p5 {
        padding-inline-start: 22px !important
    }
    .ps-xxl-6p5 {
        padding-inline-start: 26px !important
    }
    .ps-xxl-7p5 {
        padding-inline-start: 30px !important
    }
    .ps-xxl-12p5 {
        padding-inline-start: 50px !important
    }
    .ps-xxl-17p5 {
        padding-inline-start: 70px !important
    }
    .ps-xxl-20p5 {
        padding-inline-start: 82px !important
    }
    .ps-xxl-32p5 {
        padding-inline-start: 130px !important
    }
    .ps-xxl-42 {
        padding-inline-start: 168px !important
    }
    .ps-xxl-45 {
        padding-inline-start: 180px !important
    }
    .ps-xxl-48 {
        padding-inline-start: 192px !important
    }
    .ps-xxl-50 {
        padding-inline-start: 200px !important
    }
    .ps-xxl-55 {
        padding-inline-start: 220px !important
    }
    .ps-xxl-56 {
        padding-inline-start: 224px !important
    }
    .ps-xxl-60 {
        padding-inline-start: 240px !important
    }
    .ps-xxl-62 {
        padding-inline-start: 248px !important
    }
    .ps-xxl-64 {
        padding-inline-start: 256px !important
    }
    .ps-xxl-70 {
        padding-inline-start: 280px !important
    }
    .ps-xxl-72 {
        padding-inline-start: 288px !important
    }
    .ps-xxl-75 {
        padding-inline-start: 300px !important
    }
    .ps-xxl-80 {
        padding-inline-start: 320px !important
    }
    .ps-xxl-85 {
        padding-inline-start: 340px !important
    }
    .ps-xxl-90 {
        padding-inline-start: 360px !important
    }
    .ps-xxl-100 {
        padding-inline-start: 400px !important
    }
    .ps-xxl-112 {
        padding-inline-start: 448px !important
    }
    .ps-xxl-120 {
        padding-inline-start: 480px !important
    }
    .ps-xxl-143 {
        padding-inline-start: 572px !important
    }
    .ps-xxl-150 {
        padding-inline-start: 600px !important
    }
    .ps-xxl-160 {
        padding-inline-start: 640px !important
    }
    .ps-xxl-190 {
        padding-inline-start: 760px !important
    }
    .ps-xxl-200 {
        padding-inline-start: 800px !important
    }
    .pe-xxl-0 {
        padding-inline-end: 0 !important
    }
    .pe-xxl-1 {
        padding-inline-end: 4px !important
    }
    .pe-xxl-2 {
        padding-inline-end: 8px !important
    }
    .pe-xxl-3 {
        padding-inline-end: 12px !important
    }
    .pe-xxl-4 {
        padding-inline-end: 16px !important
    }
    .pe-xxl-5 {
        padding-inline-end: 20px !important
    }
    .pe-xxl-6 {
        padding-inline-end: 24px !important
    }
    .pe-xxl-7 {
        padding-inline-end: 28px !important
    }
    .pe-xxl-8 {
        padding-inline-end: 32px !important
    }
    .pe-xxl-9 {
        padding-inline-end: 36px !important
    }
    .pe-xxl-10 {
        padding-inline-end: 40px !important
    }
    .pe-xxl-11 {
        padding-inline-end: 44px !important
    }
    .pe-xxl-12 {
        padding-inline-end: 48px !important
    }
    .pe-xxl-13 {
        padding-inline-end: 52px !important
    }
    .pe-xxl-14 {
        padding-inline-end: 56px !important
    }
    .pe-xxl-15 {
        padding-inline-end: 60px !important
    }
    .pe-xxl-16 {
        padding-inline-end: 64px !important
    }
    .pe-xxl-17 {
        padding-inline-end: 68px !important
    }
    .pe-xxl-18 {
        padding-inline-end: 72px !important
    }
    .pe-xxl-19 {
        padding-inline-end: 76px !important
    }
    .pe-xxl-20 {
        padding-inline-end: 80px !important
    }
    .pe-xxl-21 {
        padding-inline-end: 84px !important
    }
    .pe-xxl-22 {
        padding-inline-end: 88px !important
    }
    .pe-xxl-23 {
        padding-inline-end: 92px !important
    }
    .pe-xxl-24 {
        padding-inline-end: 96px !important
    }
    .pe-xxl-25 {
        padding-inline-end: 100px !important
    }
    .pe-xxl-26 {
        padding-inline-end: 104px !important
    }
    .pe-xxl-27 {
        padding-inline-end: 108px !important
    }
    .pe-xxl-28 {
        padding-inline-end: 112px !important
    }
    .pe-xxl-29 {
        padding-inline-end: 116px !important
    }
    .pe-xxl-30 {
        padding-inline-end: 120px !important
    }
    .pe-xxl-31 {
        padding-inline-end: 124px !important
    }
    .pe-xxl-32 {
        padding-inline-end: 128px !important
    }
    .pe-xxl-33 {
        padding-inline-end: 132px !important
    }
    .pe-xxl-34 {
        padding-inline-end: 136px !important
    }
    .pe-xxl-35 {
        padding-inline-end: 140px !important
    }
    .pe-xxl-36 {
        padding-inline-end: 144px !important
    }
    .pe-xxl-37 {
        padding-inline-end: 148px !important
    }
    .pe-xxl-38 {
        padding-inline-end: 152px !important
    }
    .pe-xxl-39 {
        padding-inline-end: 156px !important
    }
    .pe-xxl-40 {
        padding-inline-end: 160px !important
    }
    .pe-xxl-0p5 {
        padding-inline-end: 2px !important
    }
    .pe-xxl-1p5 {
        padding-inline-end: 6px !important
    }
    .pe-xxl-2p5 {
        padding-inline-end: 10px !important
    }
    .pe-xxl-3p5 {
        padding-inline-end: 14px !important
    }
    .pe-xxl-4p5 {
        padding-inline-end: 18px !important
    }
    .pe-xxl-5p5 {
        padding-inline-end: 22px !important
    }
    .pe-xxl-6p5 {
        padding-inline-end: 26px !important
    }
    .pe-xxl-7p5 {
        padding-inline-end: 30px !important
    }
    .pe-xxl-12p5 {
        padding-inline-end: 50px !important
    }
    .pe-xxl-17p5 {
        padding-inline-end: 70px !important
    }
    .pe-xxl-20p5 {
        padding-inline-end: 82px !important
    }
    .pe-xxl-32p5 {
        padding-inline-end: 130px !important
    }
    .pe-xxl-42 {
        padding-inline-end: 168px !important
    }
    .pe-xxl-45 {
        padding-inline-end: 180px !important
    }
    .pe-xxl-48 {
        padding-inline-end: 192px !important
    }
    .pe-xxl-50 {
        padding-inline-end: 200px !important
    }
    .pe-xxl-55 {
        padding-inline-end: 220px !important
    }
    .pe-xxl-56 {
        padding-inline-end: 224px !important
    }
    .pe-xxl-60 {
        padding-inline-end: 240px !important
    }
    .pe-xxl-62 {
        padding-inline-end: 248px !important
    }
    .pe-xxl-64 {
        padding-inline-end: 256px !important
    }
    .pe-xxl-70 {
        padding-inline-end: 280px !important
    }
    .pe-xxl-72 {
        padding-inline-end: 288px !important
    }
    .pe-xxl-75 {
        padding-inline-end: 300px !important
    }
    .pe-xxl-80 {
        padding-inline-end: 320px !important
    }
    .pe-xxl-85 {
        padding-inline-end: 340px !important
    }
    .pe-xxl-90 {
        padding-inline-end: 360px !important
    }
    .pe-xxl-100 {
        padding-inline-end: 400px !important
    }
    .pe-xxl-112 {
        padding-inline-end: 448px !important
    }
    .pe-xxl-120 {
        padding-inline-end: 480px !important
    }
    .pe-xxl-143 {
        padding-inline-end: 572px !important
    }
    .pe-xxl-150 {
        padding-inline-end: 600px !important
    }
    .pe-xxl-160 {
        padding-inline-end: 640px !important
    }
    .pe-xxl-190 {
        padding-inline-end: 760px !important
    }
    .pe-xxl-200 {
        padding-inline-end: 800px !important
    }
    .text-xxl-left {
        text-align: left !important
    }
    .text-xxl-right {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
    .text-xxl-justify {
        text-align: justify !important
    }
    .text-xxl-start {
        text-align: start !important
    }
    .text-xxl-end {
        text-align: end !important
    }
    .text-xxl-h1 {
        font-size: 6rem !important;
        letter-spacing: -.015625em !important
    }
    .text-xxl-h1,
    .text-xxl-h2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 300;
        line-height: 1;
        text-transform: none !important
    }
    .text-xxl-h2 {
        font-size: 3.75rem !important;
        letter-spacing: -.0083333333em !important
    }
    .text-xxl-h3 {
        font-size: 3rem !important;
        letter-spacing: normal !important;
        line-height: 1.05
    }
    .text-xxl-h3,
    .text-xxl-h4 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xxl-h4 {
        font-size: 2.125rem !important;
        letter-spacing: .0073529412em !important;
        line-height: 1.175
    }
    .text-xxl-h5 {
        font-size: 1.5rem !important;
        font-weight: 400;
        letter-spacing: normal !important;
        line-height: 1.333
    }
    .text-xxl-h5,
    .text-xxl-h6 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-xxl-h6 {
        font-size: 1.25rem !important;
        font-weight: 500;
        letter-spacing: .0125em !important;
        line-height: 1.6
    }
    .text-xxl-subtitle-1 {
        font-size: 1rem !important;
        font-weight: 400;
        letter-spacing: .009375em !important;
        line-height: 1.75
    }
    .text-xxl-subtitle-1,
    .text-xxl-subtitle-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        text-transform: none !important
    }
    .text-xxl-subtitle-2 {
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0071428571em !important;
        line-height: 1.6
    }
    .text-xxl-body-1 {
        font-size: 1rem !important;
        letter-spacing: .03125em !important;
        line-height: 1.5
    }
    .text-xxl-body-1,
    .text-xxl-body-2 {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-weight: 400;
        text-transform: none !important
    }
    .text-xxl-body-2 {
        font-size: .875rem !important;
        letter-spacing: .0178571429em !important;
        line-height: 1.425
    }
    .text-xxl-button {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .875rem !important;
        font-weight: 500;
        letter-spacing: .0892857143em !important;
        line-height: 2.6;
        text-transform: uppercase !important
    }
    .text-xxl-caption {
        font-weight: 400;
        letter-spacing: .0333333333em !important;
        line-height: 1.667;
        text-transform: none !important
    }
    .text-xxl-caption,
    .text-xxl-overline {
        font-family: Noto Sans TC, Noto Sans, Noto Sans JP, sans-serif;
        font-size: .75rem !important
    }
    .text-xxl-overline {
        font-weight: 500;
        letter-spacing: .1666666667em !important;
        line-height: 2.667;
        text-transform: uppercase !important
    }
    .h-xxl-auto {
        height: auto !important
    }
    .h-xxl-screen {
        height: 100vh !important
    }
    .h-xxl-0 {
        height: 0 !important
    }
    .h-xxl-25 {
        height: 25% !important
    }
    .h-xxl-50 {
        height: 50% !important
    }
    .h-xxl-75 {
        height: 75% !important
    }
    .h-xxl-100 {
        height: 100% !important
    }
    .w-xxl-auto {
        width: auto !important
    }
    .w-xxl-0 {
        width: 0 !important
    }
    .w-xxl-25 {
        width: 25% !important
    }
    .w-xxl-33 {
        width: 33% !important
    }
    .w-xxl-50 {
        width: 50% !important
    }
    .w-xxl-66 {
        width: 66% !important
    }
    .w-xxl-75 {
        width: 75% !important
    }
    .w-xxl-100 {
        width: 100% !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .float-print-none {
        float: none !important
    }
    .float-print-left {
        float: left !important
    }
    .float-print-right {
        float: right !important
    }
    .v-locale--is-rtl .float-print-end {
        float: left !important
    }
    .v-locale--is-ltr .float-print-end,
    .v-locale--is-rtl .float-print-start {
        float: right !important
    }
    .v-locale--is-ltr .float-print-start {
        float: left !important
    }
}

.fs-0 {
    font-size: 0 !important
}

.fs-1 {
    font-size: 4px !important
}

.fs-2 {
    font-size: 8px !important
}

.fs-3 {
    font-size: 12px !important
}

.fs-4 {
    font-size: 16px !important
}

.fs-5 {
    font-size: 20px !important
}

.fs-6 {
    font-size: 24px !important
}

.fs-7 {
    font-size: 28px !important
}

.fs-8 {
    font-size: 32px !important
}

.fs-9 {
    font-size: 36px !important
}

.fs-10 {
    font-size: 40px !important
}

.fs-11 {
    font-size: 44px !important
}

.fs-12 {
    font-size: 48px !important
}

.fs-13 {
    font-size: 52px !important
}

.fs-14 {
    font-size: 56px !important
}

.fs-15 {
    font-size: 60px !important
}

.fs-16 {
    font-size: 64px !important
}

.fs-17 {
    font-size: 68px !important
}

.fs-18 {
    font-size: 72px !important
}

.fs-19 {
    font-size: 76px !important
}

.fs-20 {
    font-size: 80px !important
}

.fs-21 {
    font-size: 84px !important
}

.fs-22 {
    font-size: 88px !important
}

.fs-23 {
    font-size: 92px !important
}

.fs-24 {
    font-size: 96px !important
}

.fs-25 {
    font-size: 100px !important
}

.fs-26 {
    font-size: 104px !important
}

.fs-27 {
    font-size: 108px !important
}

.fs-28 {
    font-size: 112px !important
}

.fs-29 {
    font-size: 116px !important
}

.fs-30 {
    font-size: 120px !important
}

.fs-31 {
    font-size: 124px !important
}

.fs-32 {
    font-size: 128px !important
}

.fs-33 {
    font-size: 132px !important
}

.fs-34 {
    font-size: 136px !important
}

.fs-35 {
    font-size: 140px !important
}

.fs-36 {
    font-size: 144px !important
}

.fs-37 {
    font-size: 148px !important
}

.fs-38 {
    font-size: 152px !important
}

.fs-39 {
    font-size: 156px !important
}

.fs-40 {
    font-size: 160px !important
}

.fs-0p5 {
    font-size: 2px !important
}

.fs-1p5 {
    font-size: 6px !important
}

.fs-2p5 {
    font-size: 10px !important
}

.fs-3p5 {
    font-size: 14px !important
}

.fs-4p5 {
    font-size: 18px !important
}

.fs-5p5 {
    font-size: 22px !important
}

.fs-6p5 {
    font-size: 26px !important
}

.fs-7p5 {
    font-size: 30px !important
}

.fs-12p5 {
    font-size: 50px !important
}

.fs-17p5 {
    font-size: 70px !important
}

.fs-20p5 {
    font-size: 82px !important
}

.fs-32p5 {
    font-size: 130px !important
}

.fs-42 {
    font-size: 168px !important
}

.fs-45 {
    font-size: 180px !important
}

.fs-48 {
    font-size: 192px !important
}

.fs-50 {
    font-size: 200px !important
}

.fs-55 {
    font-size: 220px !important
}

.fs-56 {
    font-size: 224px !important
}

.fs-60 {
    font-size: 240px !important
}

.fs-62 {
    font-size: 248px !important
}

.fs-64 {
    font-size: 256px !important
}

.fs-70 {
    font-size: 280px !important
}

.fs-72 {
    font-size: 288px !important
}

.fs-75 {
    font-size: 300px !important
}

.fs-80 {
    font-size: 320px !important
}

.fs-85 {
    font-size: 340px !important
}

.fs-90 {
    font-size: 360px !important
}

.fs-100 {
    font-size: 400px !important
}

.fs-112 {
    font-size: 448px !important
}

.fs-120 {
    font-size: 480px !important
}

.fs-143 {
    font-size: 572px !important
}

.fs-150 {
    font-size: 600px !important
}

.fs-160 {
    font-size: 640px !important
}

.fs-190 {
    font-size: 760px !important
}

.fs-200 {
    font-size: 800px !important
}

@media(min-width:600px) {
    .fs-sm-0 {
        font-size: 0 !important
    }
    .fs-sm-1 {
        font-size: 4px !important
    }
    .fs-sm-2 {
        font-size: 8px !important
    }
    .fs-sm-3 {
        font-size: 12px !important
    }
    .fs-sm-4 {
        font-size: 16px !important
    }
    .fs-sm-5 {
        font-size: 20px !important
    }
    .fs-sm-6 {
        font-size: 24px !important
    }
    .fs-sm-7 {
        font-size: 28px !important
    }
    .fs-sm-8 {
        font-size: 32px !important
    }
    .fs-sm-9 {
        font-size: 36px !important
    }
    .fs-sm-10 {
        font-size: 40px !important
    }
    .fs-sm-11 {
        font-size: 44px !important
    }
    .fs-sm-12 {
        font-size: 48px !important
    }
    .fs-sm-13 {
        font-size: 52px !important
    }
    .fs-sm-14 {
        font-size: 56px !important
    }
    .fs-sm-15 {
        font-size: 60px !important
    }
    .fs-sm-16 {
        font-size: 64px !important
    }
    .fs-sm-17 {
        font-size: 68px !important
    }
    .fs-sm-18 {
        font-size: 72px !important
    }
    .fs-sm-19 {
        font-size: 76px !important
    }
    .fs-sm-20 {
        font-size: 80px !important
    }
    .fs-sm-21 {
        font-size: 84px !important
    }
    .fs-sm-22 {
        font-size: 88px !important
    }
    .fs-sm-23 {
        font-size: 92px !important
    }
    .fs-sm-24 {
        font-size: 96px !important
    }
    .fs-sm-25 {
        font-size: 100px !important
    }
    .fs-sm-26 {
        font-size: 104px !important
    }
    .fs-sm-27 {
        font-size: 108px !important
    }
    .fs-sm-28 {
        font-size: 112px !important
    }
    .fs-sm-29 {
        font-size: 116px !important
    }
    .fs-sm-30 {
        font-size: 120px !important
    }
    .fs-sm-31 {
        font-size: 124px !important
    }
    .fs-sm-32 {
        font-size: 128px !important
    }
    .fs-sm-33 {
        font-size: 132px !important
    }
    .fs-sm-34 {
        font-size: 136px !important
    }
    .fs-sm-35 {
        font-size: 140px !important
    }
    .fs-sm-36 {
        font-size: 144px !important
    }
    .fs-sm-37 {
        font-size: 148px !important
    }
    .fs-sm-38 {
        font-size: 152px !important
    }
    .fs-sm-39 {
        font-size: 156px !important
    }
    .fs-sm-40 {
        font-size: 160px !important
    }
    .fs-sm-0p5 {
        font-size: 2px !important
    }
    .fs-sm-1p5 {
        font-size: 6px !important
    }
    .fs-sm-2p5 {
        font-size: 10px !important
    }
    .fs-sm-3p5 {
        font-size: 14px !important
    }
    .fs-sm-4p5 {
        font-size: 18px !important
    }
    .fs-sm-5p5 {
        font-size: 22px !important
    }
    .fs-sm-6p5 {
        font-size: 26px !important
    }
    .fs-sm-7p5 {
        font-size: 30px !important
    }
    .fs-sm-12p5 {
        font-size: 50px !important
    }
    .fs-sm-17p5 {
        font-size: 70px !important
    }
    .fs-sm-20p5 {
        font-size: 82px !important
    }
    .fs-sm-32p5 {
        font-size: 130px !important
    }
    .fs-sm-42 {
        font-size: 168px !important
    }
    .fs-sm-45 {
        font-size: 180px !important
    }
    .fs-sm-48 {
        font-size: 192px !important
    }
    .fs-sm-50 {
        font-size: 200px !important
    }
    .fs-sm-55 {
        font-size: 220px !important
    }
    .fs-sm-56 {
        font-size: 224px !important
    }
    .fs-sm-60 {
        font-size: 240px !important
    }
    .fs-sm-62 {
        font-size: 248px !important
    }
    .fs-sm-64 {
        font-size: 256px !important
    }
    .fs-sm-70 {
        font-size: 280px !important
    }
    .fs-sm-72 {
        font-size: 288px !important
    }
    .fs-sm-75 {
        font-size: 300px !important
    }
    .fs-sm-80 {
        font-size: 320px !important
    }
    .fs-sm-85 {
        font-size: 340px !important
    }
    .fs-sm-90 {
        font-size: 360px !important
    }
    .fs-sm-100 {
        font-size: 400px !important
    }
    .fs-sm-112 {
        font-size: 448px !important
    }
    .fs-sm-120 {
        font-size: 480px !important
    }
    .fs-sm-143 {
        font-size: 572px !important
    }
    .fs-sm-150 {
        font-size: 600px !important
    }
    .fs-sm-160 {
        font-size: 640px !important
    }
    .fs-sm-190 {
        font-size: 760px !important
    }
    .fs-sm-200 {
        font-size: 800px !important
    }
}

@media(min-width:960px) {
    .fs-md-0 {
        font-size: 0 !important
    }
    .fs-md-1 {
        font-size: 4px !important
    }
    .fs-md-2 {
        font-size: 8px !important
    }
    .fs-md-3 {
        font-size: 12px !important
    }
    .fs-md-4 {
        font-size: 16px !important
    }
    .fs-md-5 {
        font-size: 20px !important
    }
    .fs-md-6 {
        font-size: 24px !important
    }
    .fs-md-7 {
        font-size: 28px !important
    }
    .fs-md-8 {
        font-size: 32px !important
    }
    .fs-md-9 {
        font-size: 36px !important
    }
    .fs-md-10 {
        font-size: 40px !important
    }
    .fs-md-11 {
        font-size: 44px !important
    }
    .fs-md-12 {
        font-size: 48px !important
    }
    .fs-md-13 {
        font-size: 52px !important
    }
    .fs-md-14 {
        font-size: 56px !important
    }
    .fs-md-15 {
        font-size: 60px !important
    }
    .fs-md-16 {
        font-size: 64px !important
    }
    .fs-md-17 {
        font-size: 68px !important
    }
    .fs-md-18 {
        font-size: 72px !important
    }
    .fs-md-19 {
        font-size: 76px !important
    }
    .fs-md-20 {
        font-size: 80px !important
    }
    .fs-md-21 {
        font-size: 84px !important
    }
    .fs-md-22 {
        font-size: 88px !important
    }
    .fs-md-23 {
        font-size: 92px !important
    }
    .fs-md-24 {
        font-size: 96px !important
    }
    .fs-md-25 {
        font-size: 100px !important
    }
    .fs-md-26 {
        font-size: 104px !important
    }
    .fs-md-27 {
        font-size: 108px !important
    }
    .fs-md-28 {
        font-size: 112px !important
    }
    .fs-md-29 {
        font-size: 116px !important
    }
    .fs-md-30 {
        font-size: 120px !important
    }
    .fs-md-31 {
        font-size: 124px !important
    }
    .fs-md-32 {
        font-size: 128px !important
    }
    .fs-md-33 {
        font-size: 132px !important
    }
    .fs-md-34 {
        font-size: 136px !important
    }
    .fs-md-35 {
        font-size: 140px !important
    }
    .fs-md-36 {
        font-size: 144px !important
    }
    .fs-md-37 {
        font-size: 148px !important
    }
    .fs-md-38 {
        font-size: 152px !important
    }
    .fs-md-39 {
        font-size: 156px !important
    }
    .fs-md-40 {
        font-size: 160px !important
    }
    .fs-md-0p5 {
        font-size: 2px !important
    }
    .fs-md-1p5 {
        font-size: 6px !important
    }
    .fs-md-2p5 {
        font-size: 10px !important
    }
    .fs-md-3p5 {
        font-size: 14px !important
    }
    .fs-md-4p5 {
        font-size: 18px !important
    }
    .fs-md-5p5 {
        font-size: 22px !important
    }
    .fs-md-6p5 {
        font-size: 26px !important
    }
    .fs-md-7p5 {
        font-size: 30px !important
    }
    .fs-md-12p5 {
        font-size: 50px !important
    }
    .fs-md-17p5 {
        font-size: 70px !important
    }
    .fs-md-20p5 {
        font-size: 82px !important
    }
    .fs-md-32p5 {
        font-size: 130px !important
    }
    .fs-md-42 {
        font-size: 168px !important
    }
    .fs-md-45 {
        font-size: 180px !important
    }
    .fs-md-48 {
        font-size: 192px !important
    }
    .fs-md-50 {
        font-size: 200px !important
    }
    .fs-md-55 {
        font-size: 220px !important
    }
    .fs-md-56 {
        font-size: 224px !important
    }
    .fs-md-60 {
        font-size: 240px !important
    }
    .fs-md-62 {
        font-size: 248px !important
    }
    .fs-md-64 {
        font-size: 256px !important
    }
    .fs-md-70 {
        font-size: 280px !important
    }
    .fs-md-72 {
        font-size: 288px !important
    }
    .fs-md-75 {
        font-size: 300px !important
    }
    .fs-md-80 {
        font-size: 320px !important
    }
    .fs-md-85 {
        font-size: 340px !important
    }
    .fs-md-90 {
        font-size: 360px !important
    }
    .fs-md-100 {
        font-size: 400px !important
    }
    .fs-md-112 {
        font-size: 448px !important
    }
    .fs-md-120 {
        font-size: 480px !important
    }
    .fs-md-143 {
        font-size: 572px !important
    }
    .fs-md-150 {
        font-size: 600px !important
    }
    .fs-md-160 {
        font-size: 640px !important
    }
    .fs-md-190 {
        font-size: 760px !important
    }
    .fs-md-200 {
        font-size: 800px !important
    }
}

@media(min-width:1280px) {
    .fs-lg-0 {
        font-size: 0 !important
    }
    .fs-lg-1 {
        font-size: 4px !important
    }
    .fs-lg-2 {
        font-size: 8px !important
    }
    .fs-lg-3 {
        font-size: 12px !important
    }
    .fs-lg-4 {
        font-size: 16px !important
    }
    .fs-lg-5 {
        font-size: 20px !important
    }
    .fs-lg-6 {
        font-size: 24px !important
    }
    .fs-lg-7 {
        font-size: 28px !important
    }
    .fs-lg-8 {
        font-size: 32px !important
    }
    .fs-lg-9 {
        font-size: 36px !important
    }
    .fs-lg-10 {
        font-size: 40px !important
    }
    .fs-lg-11 {
        font-size: 44px !important
    }
    .fs-lg-12 {
        font-size: 48px !important
    }
    .fs-lg-13 {
        font-size: 52px !important
    }
    .fs-lg-14 {
        font-size: 56px !important
    }
    .fs-lg-15 {
        font-size: 60px !important
    }
    .fs-lg-16 {
        font-size: 64px !important
    }
    .fs-lg-17 {
        font-size: 68px !important
    }
    .fs-lg-18 {
        font-size: 72px !important
    }
    .fs-lg-19 {
        font-size: 76px !important
    }
    .fs-lg-20 {
        font-size: 80px !important
    }
    .fs-lg-21 {
        font-size: 84px !important
    }
    .fs-lg-22 {
        font-size: 88px !important
    }
    .fs-lg-23 {
        font-size: 92px !important
    }
    .fs-lg-24 {
        font-size: 96px !important
    }
    .fs-lg-25 {
        font-size: 100px !important
    }
    .fs-lg-26 {
        font-size: 104px !important
    }
    .fs-lg-27 {
        font-size: 108px !important
    }
    .fs-lg-28 {
        font-size: 112px !important
    }
    .fs-lg-29 {
        font-size: 116px !important
    }
    .fs-lg-30 {
        font-size: 120px !important
    }
    .fs-lg-31 {
        font-size: 124px !important
    }
    .fs-lg-32 {
        font-size: 128px !important
    }
    .fs-lg-33 {
        font-size: 132px !important
    }
    .fs-lg-34 {
        font-size: 136px !important
    }
    .fs-lg-35 {
        font-size: 140px !important
    }
    .fs-lg-36 {
        font-size: 144px !important
    }
    .fs-lg-37 {
        font-size: 148px !important
    }
    .fs-lg-38 {
        font-size: 152px !important
    }
    .fs-lg-39 {
        font-size: 156px !important
    }
    .fs-lg-40 {
        font-size: 160px !important
    }
    .fs-lg-0p5 {
        font-size: 2px !important
    }
    .fs-lg-1p5 {
        font-size: 6px !important
    }
    .fs-lg-2p5 {
        font-size: 10px !important
    }
    .fs-lg-3p5 {
        font-size: 14px !important
    }
    .fs-lg-4p5 {
        font-size: 18px !important
    }
    .fs-lg-5p5 {
        font-size: 22px !important
    }
    .fs-lg-6p5 {
        font-size: 26px !important
    }
    .fs-lg-7p5 {
        font-size: 30px !important
    }
    .fs-lg-12p5 {
        font-size: 50px !important
    }
    .fs-lg-17p5 {
        font-size: 70px !important
    }
    .fs-lg-20p5 {
        font-size: 82px !important
    }
    .fs-lg-32p5 {
        font-size: 130px !important
    }
    .fs-lg-42 {
        font-size: 168px !important
    }
    .fs-lg-45 {
        font-size: 180px !important
    }
    .fs-lg-48 {
        font-size: 192px !important
    }
    .fs-lg-50 {
        font-size: 200px !important
    }
    .fs-lg-55 {
        font-size: 220px !important
    }
    .fs-lg-56 {
        font-size: 224px !important
    }
    .fs-lg-60 {
        font-size: 240px !important
    }
    .fs-lg-62 {
        font-size: 248px !important
    }
    .fs-lg-64 {
        font-size: 256px !important
    }
    .fs-lg-70 {
        font-size: 280px !important
    }
    .fs-lg-72 {
        font-size: 288px !important
    }
    .fs-lg-75 {
        font-size: 300px !important
    }
    .fs-lg-80 {
        font-size: 320px !important
    }
    .fs-lg-85 {
        font-size: 340px !important
    }
    .fs-lg-90 {
        font-size: 360px !important
    }
    .fs-lg-100 {
        font-size: 400px !important
    }
    .fs-lg-112 {
        font-size: 448px !important
    }
    .fs-lg-120 {
        font-size: 480px !important
    }
    .fs-lg-143 {
        font-size: 572px !important
    }
    .fs-lg-150 {
        font-size: 600px !important
    }
    .fs-lg-160 {
        font-size: 640px !important
    }
    .fs-lg-190 {
        font-size: 760px !important
    }
    .fs-lg-200 {
        font-size: 800px !important
    }
}

@media(min-width:1920px) {
    .fs-xl-0 {
        font-size: 0 !important
    }
    .fs-xl-1 {
        font-size: 4px !important
    }
    .fs-xl-2 {
        font-size: 8px !important
    }
    .fs-xl-3 {
        font-size: 12px !important
    }
    .fs-xl-4 {
        font-size: 16px !important
    }
    .fs-xl-5 {
        font-size: 20px !important
    }
    .fs-xl-6 {
        font-size: 24px !important
    }
    .fs-xl-7 {
        font-size: 28px !important
    }
    .fs-xl-8 {
        font-size: 32px !important
    }
    .fs-xl-9 {
        font-size: 36px !important
    }
    .fs-xl-10 {
        font-size: 40px !important
    }
    .fs-xl-11 {
        font-size: 44px !important
    }
    .fs-xl-12 {
        font-size: 48px !important
    }
    .fs-xl-13 {
        font-size: 52px !important
    }
    .fs-xl-14 {
        font-size: 56px !important
    }
    .fs-xl-15 {
        font-size: 60px !important
    }
    .fs-xl-16 {
        font-size: 64px !important
    }
    .fs-xl-17 {
        font-size: 68px !important
    }
    .fs-xl-18 {
        font-size: 72px !important
    }
    .fs-xl-19 {
        font-size: 76px !important
    }
    .fs-xl-20 {
        font-size: 80px !important
    }
    .fs-xl-21 {
        font-size: 84px !important
    }
    .fs-xl-22 {
        font-size: 88px !important
    }
    .fs-xl-23 {
        font-size: 92px !important
    }
    .fs-xl-24 {
        font-size: 96px !important
    }
    .fs-xl-25 {
        font-size: 100px !important
    }
    .fs-xl-26 {
        font-size: 104px !important
    }
    .fs-xl-27 {
        font-size: 108px !important
    }
    .fs-xl-28 {
        font-size: 112px !important
    }
    .fs-xl-29 {
        font-size: 116px !important
    }
    .fs-xl-30 {
        font-size: 120px !important
    }
    .fs-xl-31 {
        font-size: 124px !important
    }
    .fs-xl-32 {
        font-size: 128px !important
    }
    .fs-xl-33 {
        font-size: 132px !important
    }
    .fs-xl-34 {
        font-size: 136px !important
    }
    .fs-xl-35 {
        font-size: 140px !important
    }
    .fs-xl-36 {
        font-size: 144px !important
    }
    .fs-xl-37 {
        font-size: 148px !important
    }
    .fs-xl-38 {
        font-size: 152px !important
    }
    .fs-xl-39 {
        font-size: 156px !important
    }
    .fs-xl-40 {
        font-size: 160px !important
    }
    .fs-xl-0p5 {
        font-size: 2px !important
    }
    .fs-xl-1p5 {
        font-size: 6px !important
    }
    .fs-xl-2p5 {
        font-size: 10px !important
    }
    .fs-xl-3p5 {
        font-size: 14px !important
    }
    .fs-xl-4p5 {
        font-size: 18px !important
    }
    .fs-xl-5p5 {
        font-size: 22px !important
    }
    .fs-xl-6p5 {
        font-size: 26px !important
    }
    .fs-xl-7p5 {
        font-size: 30px !important
    }
    .fs-xl-12p5 {
        font-size: 50px !important
    }
    .fs-xl-17p5 {
        font-size: 70px !important
    }
    .fs-xl-20p5 {
        font-size: 82px !important
    }
    .fs-xl-32p5 {
        font-size: 130px !important
    }
    .fs-xl-42 {
        font-size: 168px !important
    }
    .fs-xl-45 {
        font-size: 180px !important
    }
    .fs-xl-48 {
        font-size: 192px !important
    }
    .fs-xl-50 {
        font-size: 200px !important
    }
    .fs-xl-55 {
        font-size: 220px !important
    }
    .fs-xl-56 {
        font-size: 224px !important
    }
    .fs-xl-60 {
        font-size: 240px !important
    }
    .fs-xl-62 {
        font-size: 248px !important
    }
    .fs-xl-64 {
        font-size: 256px !important
    }
    .fs-xl-70 {
        font-size: 280px !important
    }
    .fs-xl-72 {
        font-size: 288px !important
    }
    .fs-xl-75 {
        font-size: 300px !important
    }
    .fs-xl-80 {
        font-size: 320px !important
    }
    .fs-xl-85 {
        font-size: 340px !important
    }
    .fs-xl-90 {
        font-size: 360px !important
    }
    .fs-xl-100 {
        font-size: 400px !important
    }
    .fs-xl-112 {
        font-size: 448px !important
    }
    .fs-xl-120 {
        font-size: 480px !important
    }
    .fs-xl-143 {
        font-size: 572px !important
    }
    .fs-xl-150 {
        font-size: 600px !important
    }
    .fs-xl-160 {
        font-size: 640px !important
    }
    .fs-xl-190 {
        font-size: 760px !important
    }
    .fs-xl-200 {
        font-size: 800px !important
    }
}

@media(min-width:2560px) {
    .fs-xxl-0 {
        font-size: 0 !important
    }
    .fs-xxl-1 {
        font-size: 4px !important
    }
    .fs-xxl-2 {
        font-size: 8px !important
    }
    .fs-xxl-3 {
        font-size: 12px !important
    }
    .fs-xxl-4 {
        font-size: 16px !important
    }
    .fs-xxl-5 {
        font-size: 20px !important
    }
    .fs-xxl-6 {
        font-size: 24px !important
    }
    .fs-xxl-7 {
        font-size: 28px !important
    }
    .fs-xxl-8 {
        font-size: 32px !important
    }
    .fs-xxl-9 {
        font-size: 36px !important
    }
    .fs-xxl-10 {
        font-size: 40px !important
    }
    .fs-xxl-11 {
        font-size: 44px !important
    }
    .fs-xxl-12 {
        font-size: 48px !important
    }
    .fs-xxl-13 {
        font-size: 52px !important
    }
    .fs-xxl-14 {
        font-size: 56px !important
    }
    .fs-xxl-15 {
        font-size: 60px !important
    }
    .fs-xxl-16 {
        font-size: 64px !important
    }
    .fs-xxl-17 {
        font-size: 68px !important
    }
    .fs-xxl-18 {
        font-size: 72px !important
    }
    .fs-xxl-19 {
        font-size: 76px !important
    }
    .fs-xxl-20 {
        font-size: 80px !important
    }
    .fs-xxl-21 {
        font-size: 84px !important
    }
    .fs-xxl-22 {
        font-size: 88px !important
    }
    .fs-xxl-23 {
        font-size: 92px !important
    }
    .fs-xxl-24 {
        font-size: 96px !important
    }
    .fs-xxl-25 {
        font-size: 100px !important
    }
    .fs-xxl-26 {
        font-size: 104px !important
    }
    .fs-xxl-27 {
        font-size: 108px !important
    }
    .fs-xxl-28 {
        font-size: 112px !important
    }
    .fs-xxl-29 {
        font-size: 116px !important
    }
    .fs-xxl-30 {
        font-size: 120px !important
    }
    .fs-xxl-31 {
        font-size: 124px !important
    }
    .fs-xxl-32 {
        font-size: 128px !important
    }
    .fs-xxl-33 {
        font-size: 132px !important
    }
    .fs-xxl-34 {
        font-size: 136px !important
    }
    .fs-xxl-35 {
        font-size: 140px !important
    }
    .fs-xxl-36 {
        font-size: 144px !important
    }
    .fs-xxl-37 {
        font-size: 148px !important
    }
    .fs-xxl-38 {
        font-size: 152px !important
    }
    .fs-xxl-39 {
        font-size: 156px !important
    }
    .fs-xxl-40 {
        font-size: 160px !important
    }
    .fs-xxl-0p5 {
        font-size: 2px !important
    }
    .fs-xxl-1p5 {
        font-size: 6px !important
    }
    .fs-xxl-2p5 {
        font-size: 10px !important
    }
    .fs-xxl-3p5 {
        font-size: 14px !important
    }
    .fs-xxl-4p5 {
        font-size: 18px !important
    }
    .fs-xxl-5p5 {
        font-size: 22px !important
    }
    .fs-xxl-6p5 {
        font-size: 26px !important
    }
    .fs-xxl-7p5 {
        font-size: 30px !important
    }
    .fs-xxl-12p5 {
        font-size: 50px !important
    }
    .fs-xxl-17p5 {
        font-size: 70px !important
    }
    .fs-xxl-20p5 {
        font-size: 82px !important
    }
    .fs-xxl-32p5 {
        font-size: 130px !important
    }
    .fs-xxl-42 {
        font-size: 168px !important
    }
    .fs-xxl-45 {
        font-size: 180px !important
    }
    .fs-xxl-48 {
        font-size: 192px !important
    }
    .fs-xxl-50 {
        font-size: 200px !important
    }
    .fs-xxl-55 {
        font-size: 220px !important
    }
    .fs-xxl-56 {
        font-size: 224px !important
    }
    .fs-xxl-60 {
        font-size: 240px !important
    }
    .fs-xxl-62 {
        font-size: 248px !important
    }
    .fs-xxl-64 {
        font-size: 256px !important
    }
    .fs-xxl-70 {
        font-size: 280px !important
    }
    .fs-xxl-72 {
        font-size: 288px !important
    }
    .fs-xxl-75 {
        font-size: 300px !important
    }
    .fs-xxl-80 {
        font-size: 320px !important
    }
    .fs-xxl-85 {
        font-size: 340px !important
    }
    .fs-xxl-90 {
        font-size: 360px !important
    }
    .fs-xxl-100 {
        font-size: 400px !important
    }
    .fs-xxl-112 {
        font-size: 448px !important
    }
    .fs-xxl-120 {
        font-size: 480px !important
    }
    .fs-xxl-143 {
        font-size: 572px !important
    }
    .fs-xxl-150 {
        font-size: 600px !important
    }
    .fs-xxl-160 {
        font-size: 640px !important
    }
    .fs-xxl-190 {
        font-size: 760px !important
    }
    .fs-xxl-200 {
        font-size: 800px !important
    }
}

.space-x-0>*,
.space-x-0>:last-child {
    margin-right: 0
}

.space-y-0>*,
.space-y-0>:last-child {
    margin-bottom: 0
}

.column-gap-0 {
    -moz-column-gap: 0;
    column-gap: 0
}

.row-gap-0 {
    row-gap: 0
}

.space-x-1>* {
    margin-right: 4px
}

.space-x-1>:last-child {
    margin-right: 0
}

.space-y-1>* {
    margin-bottom: 4px
}

.space-y-1>:last-child {
    margin-bottom: 0
}

.column-gap-1 {
    -moz-column-gap: 4px;
    column-gap: 4px
}

.row-gap-1 {
    row-gap: 4px
}

.space-x-2>* {
    margin-right: 8px
}

.space-x-2>:last-child {
    margin-right: 0
}

.space-y-2>* {
    margin-bottom: 8px
}

.space-y-2>:last-child {
    margin-bottom: 0
}

.column-gap-2 {
    -moz-column-gap: 8px;
    column-gap: 8px
}

.row-gap-2 {
    row-gap: 8px
}

.space-x-3>* {
    margin-right: 12px
}

.space-x-3>:last-child {
    margin-right: 0
}

.space-y-3>* {
    margin-bottom: 12px
}

.space-y-3>:last-child {
    margin-bottom: 0
}

.column-gap-3 {
    -moz-column-gap: 12px;
    column-gap: 12px
}

.row-gap-3 {
    row-gap: 12px
}

.space-x-4>* {
    margin-right: 16px
}

.space-x-4>:last-child {
    margin-right: 0
}

.space-y-4>* {
    margin-bottom: 16px
}

.space-y-4>:last-child {
    margin-bottom: 0
}

.column-gap-4 {
    -moz-column-gap: 16px;
    column-gap: 16px
}

.row-gap-4 {
    row-gap: 16px
}

.space-x-5>* {
    margin-right: 20px
}

.space-x-5>:last-child {
    margin-right: 0
}

.space-y-5>* {
    margin-bottom: 20px
}

.space-y-5>:last-child {
    margin-bottom: 0
}

.column-gap-5 {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.row-gap-5 {
    row-gap: 20px
}

.space-x-6>* {
    margin-right: 24px
}

.space-x-6>:last-child {
    margin-right: 0
}

.space-y-6>* {
    margin-bottom: 24px
}

.space-y-6>:last-child {
    margin-bottom: 0
}

.column-gap-6 {
    -moz-column-gap: 24px;
    column-gap: 24px
}

.row-gap-6 {
    row-gap: 24px
}

.space-x-7>* {
    margin-right: 28px
}

.space-x-7>:last-child {
    margin-right: 0
}

.space-y-7>* {
    margin-bottom: 28px
}

.space-y-7>:last-child {
    margin-bottom: 0
}

.column-gap-7 {
    -moz-column-gap: 28px;
    column-gap: 28px
}

.row-gap-7 {
    row-gap: 28px
}

.space-x-8>* {
    margin-right: 32px
}

.space-x-8>:last-child {
    margin-right: 0
}

.space-y-8>* {
    margin-bottom: 32px
}

.space-y-8>:last-child {
    margin-bottom: 0
}

.column-gap-8 {
    -moz-column-gap: 32px;
    column-gap: 32px
}

.row-gap-8 {
    row-gap: 32px
}

.space-x-9>* {
    margin-right: 36px
}

.space-x-9>:last-child {
    margin-right: 0
}

.space-y-9>* {
    margin-bottom: 36px
}

.space-y-9>:last-child {
    margin-bottom: 0
}

.column-gap-9 {
    -moz-column-gap: 36px;
    column-gap: 36px
}

.row-gap-9 {
    row-gap: 36px
}

.space-x-10>* {
    margin-right: 40px
}

.space-x-10>:last-child {
    margin-right: 0
}

.space-y-10>* {
    margin-bottom: 40px
}

.space-y-10>:last-child {
    margin-bottom: 0
}

.column-gap-10 {
    -moz-column-gap: 40px;
    column-gap: 40px
}

.row-gap-10 {
    row-gap: 40px
}

.space-x-11>* {
    margin-right: 44px
}

.space-x-11>:last-child {
    margin-right: 0
}

.space-y-11>* {
    margin-bottom: 44px
}

.space-y-11>:last-child {
    margin-bottom: 0
}

.column-gap-11 {
    -moz-column-gap: 44px;
    column-gap: 44px
}

.row-gap-11 {
    row-gap: 44px
}

.space-x-12>* {
    margin-right: 48px
}

.space-x-12>:last-child {
    margin-right: 0
}

.space-y-12>* {
    margin-bottom: 48px
}

.space-y-12>:last-child {
    margin-bottom: 0
}

.column-gap-12 {
    -moz-column-gap: 48px;
    column-gap: 48px
}

.row-gap-12 {
    row-gap: 48px
}

.space-x-13>* {
    margin-right: 52px
}

.space-x-13>:last-child {
    margin-right: 0
}

.space-y-13>* {
    margin-bottom: 52px
}

.space-y-13>:last-child {
    margin-bottom: 0
}

.column-gap-13 {
    -moz-column-gap: 52px;
    column-gap: 52px
}

.row-gap-13 {
    row-gap: 52px
}

.space-x-14>* {
    margin-right: 56px
}

.space-x-14>:last-child {
    margin-right: 0
}

.space-y-14>* {
    margin-bottom: 56px
}

.space-y-14>:last-child {
    margin-bottom: 0
}

.column-gap-14 {
    -moz-column-gap: 56px;
    column-gap: 56px
}

.row-gap-14 {
    row-gap: 56px
}

.space-x-15>* {
    margin-right: 60px
}

.space-x-15>:last-child {
    margin-right: 0
}

.space-y-15>* {
    margin-bottom: 60px
}

.space-y-15>:last-child {
    margin-bottom: 0
}

.column-gap-15 {
    -moz-column-gap: 60px;
    column-gap: 60px
}

.row-gap-15 {
    row-gap: 60px
}

.space-x-16>* {
    margin-right: 64px
}

.space-x-16>:last-child {
    margin-right: 0
}

.space-y-16>* {
    margin-bottom: 64px
}

.space-y-16>:last-child {
    margin-bottom: 0
}

.column-gap-16 {
    -moz-column-gap: 64px;
    column-gap: 64px
}

.row-gap-16 {
    row-gap: 64px
}

.space-x-17>* {
    margin-right: 68px
}

.space-x-17>:last-child {
    margin-right: 0
}

.space-y-17>* {
    margin-bottom: 68px
}

.space-y-17>:last-child {
    margin-bottom: 0
}

.column-gap-17 {
    -moz-column-gap: 68px;
    column-gap: 68px
}

.row-gap-17 {
    row-gap: 68px
}

.space-x-18>* {
    margin-right: 72px
}

.space-x-18>:last-child {
    margin-right: 0
}

.space-y-18>* {
    margin-bottom: 72px
}

.space-y-18>:last-child {
    margin-bottom: 0
}

.column-gap-18 {
    -moz-column-gap: 72px;
    column-gap: 72px
}

.row-gap-18 {
    row-gap: 72px
}

.space-x-19>* {
    margin-right: 76px
}

.space-x-19>:last-child {
    margin-right: 0
}

.space-y-19>* {
    margin-bottom: 76px
}

.space-y-19>:last-child {
    margin-bottom: 0
}

.column-gap-19 {
    -moz-column-gap: 76px;
    column-gap: 76px
}

.row-gap-19 {
    row-gap: 76px
}

.space-x-20>* {
    margin-right: 80px
}

.space-x-20>:last-child {
    margin-right: 0
}

.space-y-20>* {
    margin-bottom: 80px
}

.space-y-20>:last-child {
    margin-bottom: 0
}

.column-gap-20 {
    -moz-column-gap: 80px;
    column-gap: 80px
}

.row-gap-20 {
    row-gap: 80px
}

.space-x-21>* {
    margin-right: 84px
}

.space-x-21>:last-child {
    margin-right: 0
}

.space-y-21>* {
    margin-bottom: 84px
}

.space-y-21>:last-child {
    margin-bottom: 0
}

.column-gap-21 {
    -moz-column-gap: 84px;
    column-gap: 84px
}

.row-gap-21 {
    row-gap: 84px
}

.space-x-22>* {
    margin-right: 88px
}

.space-x-22>:last-child {
    margin-right: 0
}

.space-y-22>* {
    margin-bottom: 88px
}

.space-y-22>:last-child {
    margin-bottom: 0
}

.column-gap-22 {
    -moz-column-gap: 88px;
    column-gap: 88px
}

.row-gap-22 {
    row-gap: 88px
}

.space-x-23>* {
    margin-right: 92px
}

.space-x-23>:last-child {
    margin-right: 0
}

.space-y-23>* {
    margin-bottom: 92px
}

.space-y-23>:last-child {
    margin-bottom: 0
}

.column-gap-23 {
    -moz-column-gap: 92px;
    column-gap: 92px
}

.row-gap-23 {
    row-gap: 92px
}

.space-x-24>* {
    margin-right: 96px
}

.space-x-24>:last-child {
    margin-right: 0
}

.space-y-24>* {
    margin-bottom: 96px
}

.space-y-24>:last-child {
    margin-bottom: 0
}

.column-gap-24 {
    -moz-column-gap: 96px;
    column-gap: 96px
}

.row-gap-24 {
    row-gap: 96px
}

.space-x-25>* {
    margin-right: 100px
}

.space-x-25>:last-child {
    margin-right: 0
}

.space-y-25>* {
    margin-bottom: 100px
}

.space-y-25>:last-child {
    margin-bottom: 0
}

.column-gap-25 {
    -moz-column-gap: 100px;
    column-gap: 100px
}

.row-gap-25 {
    row-gap: 100px
}

.space-x-26>* {
    margin-right: 104px
}

.space-x-26>:last-child {
    margin-right: 0
}

.space-y-26>* {
    margin-bottom: 104px
}

.space-y-26>:last-child {
    margin-bottom: 0
}

.column-gap-26 {
    -moz-column-gap: 104px;
    column-gap: 104px
}

.row-gap-26 {
    row-gap: 104px
}

.space-x-27>* {
    margin-right: 108px
}

.space-x-27>:last-child {
    margin-right: 0
}

.space-y-27>* {
    margin-bottom: 108px
}

.space-y-27>:last-child {
    margin-bottom: 0
}

.column-gap-27 {
    -moz-column-gap: 108px;
    column-gap: 108px
}

.row-gap-27 {
    row-gap: 108px
}

.space-x-28>* {
    margin-right: 112px
}

.space-x-28>:last-child {
    margin-right: 0
}

.space-y-28>* {
    margin-bottom: 112px
}

.space-y-28>:last-child {
    margin-bottom: 0
}

.column-gap-28 {
    -moz-column-gap: 112px;
    column-gap: 112px
}

.row-gap-28 {
    row-gap: 112px
}

.space-x-29>* {
    margin-right: 116px
}

.space-x-29>:last-child {
    margin-right: 0
}

.space-y-29>* {
    margin-bottom: 116px
}

.space-y-29>:last-child {
    margin-bottom: 0
}

.column-gap-29 {
    -moz-column-gap: 116px;
    column-gap: 116px
}

.row-gap-29 {
    row-gap: 116px
}

.space-x-30>* {
    margin-right: 120px
}

.space-x-30>:last-child {
    margin-right: 0
}

.space-y-30>* {
    margin-bottom: 120px
}

.space-y-30>:last-child {
    margin-bottom: 0
}

.column-gap-30 {
    -moz-column-gap: 120px;
    column-gap: 120px
}

.row-gap-30 {
    row-gap: 120px
}

.space-x-31>* {
    margin-right: 124px
}

.space-x-31>:last-child {
    margin-right: 0
}

.space-y-31>* {
    margin-bottom: 124px
}

.space-y-31>:last-child {
    margin-bottom: 0
}

.column-gap-31 {
    -moz-column-gap: 124px;
    column-gap: 124px
}

.row-gap-31 {
    row-gap: 124px
}

.space-x-32>* {
    margin-right: 128px
}

.space-x-32>:last-child {
    margin-right: 0
}

.space-y-32>* {
    margin-bottom: 128px
}

.space-y-32>:last-child {
    margin-bottom: 0
}

.column-gap-32 {
    -moz-column-gap: 128px;
    column-gap: 128px
}

.row-gap-32 {
    row-gap: 128px
}

.space-x-33>* {
    margin-right: 132px
}

.space-x-33>:last-child {
    margin-right: 0
}

.space-y-33>* {
    margin-bottom: 132px
}

.space-y-33>:last-child {
    margin-bottom: 0
}

.column-gap-33 {
    -moz-column-gap: 132px;
    column-gap: 132px
}

.row-gap-33 {
    row-gap: 132px
}

.space-x-34>* {
    margin-right: 136px
}

.space-x-34>:last-child {
    margin-right: 0
}

.space-y-34>* {
    margin-bottom: 136px
}

.space-y-34>:last-child {
    margin-bottom: 0
}

.column-gap-34 {
    -moz-column-gap: 136px;
    column-gap: 136px
}

.row-gap-34 {
    row-gap: 136px
}

.space-x-35>* {
    margin-right: 140px
}

.space-x-35>:last-child {
    margin-right: 0
}

.space-y-35>* {
    margin-bottom: 140px
}

.space-y-35>:last-child {
    margin-bottom: 0
}

.column-gap-35 {
    -moz-column-gap: 140px;
    column-gap: 140px
}

.row-gap-35 {
    row-gap: 140px
}

.space-x-36>* {
    margin-right: 144px
}

.space-x-36>:last-child {
    margin-right: 0
}

.space-y-36>* {
    margin-bottom: 144px
}

.space-y-36>:last-child {
    margin-bottom: 0
}

.column-gap-36 {
    -moz-column-gap: 144px;
    column-gap: 144px
}

.row-gap-36 {
    row-gap: 144px
}

.space-x-37>* {
    margin-right: 148px
}

.space-x-37>:last-child {
    margin-right: 0
}

.space-y-37>* {
    margin-bottom: 148px
}

.space-y-37>:last-child {
    margin-bottom: 0
}

.column-gap-37 {
    -moz-column-gap: 148px;
    column-gap: 148px
}

.row-gap-37 {
    row-gap: 148px
}

.space-x-38>* {
    margin-right: 152px
}

.space-x-38>:last-child {
    margin-right: 0
}

.space-y-38>* {
    margin-bottom: 152px
}

.space-y-38>:last-child {
    margin-bottom: 0
}

.column-gap-38 {
    -moz-column-gap: 152px;
    column-gap: 152px
}

.row-gap-38 {
    row-gap: 152px
}

.space-x-39>* {
    margin-right: 156px
}

.space-x-39>:last-child {
    margin-right: 0
}

.space-y-39>* {
    margin-bottom: 156px
}

.space-y-39>:last-child {
    margin-bottom: 0
}

.column-gap-39 {
    -moz-column-gap: 156px;
    column-gap: 156px
}

.row-gap-39 {
    row-gap: 156px
}

.space-x-40>* {
    margin-right: 160px
}

.space-x-40>:last-child {
    margin-right: 0
}

.space-y-40>* {
    margin-bottom: 160px
}

.space-y-40>:last-child {
    margin-bottom: 0
}

.column-gap-40 {
    -moz-column-gap: 160px;
    column-gap: 160px
}

.row-gap-40 {
    row-gap: 160px
}

.space-x-0p5>* {
    margin-right: 2px
}

.space-x-0p5>:last-child {
    margin-right: 0
}

.space-y-0p5>* {
    margin-bottom: 2px
}

.space-y-0p5>:last-child {
    margin-bottom: 0
}

.column-gap-0p5 {
    -moz-column-gap: 2px;
    column-gap: 2px
}

.row-gap-0p5 {
    row-gap: 2px
}

.space-x-1p5>* {
    margin-right: 6px
}

.space-x-1p5>:last-child {
    margin-right: 0
}

.space-y-1p5>* {
    margin-bottom: 6px
}

.space-y-1p5>:last-child {
    margin-bottom: 0
}

.column-gap-1p5 {
    -moz-column-gap: 6px;
    column-gap: 6px
}

.row-gap-1p5 {
    row-gap: 6px
}

.space-x-2p5>* {
    margin-right: 10px
}

.space-x-2p5>:last-child {
    margin-right: 0
}

.space-y-2p5>* {
    margin-bottom: 10px
}

.space-y-2p5>:last-child {
    margin-bottom: 0
}

.column-gap-2p5 {
    -moz-column-gap: 10px;
    column-gap: 10px
}

.row-gap-2p5 {
    row-gap: 10px
}

.space-x-3p5>* {
    margin-right: 14px
}

.space-x-3p5>:last-child {
    margin-right: 0
}

.space-y-3p5>* {
    margin-bottom: 14px
}

.space-y-3p5>:last-child {
    margin-bottom: 0
}

.column-gap-3p5 {
    -moz-column-gap: 14px;
    column-gap: 14px
}

.row-gap-3p5 {
    row-gap: 14px
}

.space-x-4p5>* {
    margin-right: 18px
}

.space-x-4p5>:last-child {
    margin-right: 0
}

.space-y-4p5>* {
    margin-bottom: 18px
}

.space-y-4p5>:last-child {
    margin-bottom: 0
}

.column-gap-4p5 {
    -moz-column-gap: 18px;
    column-gap: 18px
}

.row-gap-4p5 {
    row-gap: 18px
}

.space-x-5p5>* {
    margin-right: 22px
}

.space-x-5p5>:last-child {
    margin-right: 0
}

.space-y-5p5>* {
    margin-bottom: 22px
}

.space-y-5p5>:last-child {
    margin-bottom: 0
}

.column-gap-5p5 {
    -moz-column-gap: 22px;
    column-gap: 22px
}

.row-gap-5p5 {
    row-gap: 22px
}

.space-x-6p5>* {
    margin-right: 26px
}

.space-x-6p5>:last-child {
    margin-right: 0
}

.space-y-6p5>* {
    margin-bottom: 26px
}

.space-y-6p5>:last-child {
    margin-bottom: 0
}

.column-gap-6p5 {
    -moz-column-gap: 26px;
    column-gap: 26px
}

.row-gap-6p5 {
    row-gap: 26px
}

.space-x-7p5>* {
    margin-right: 30px
}

.space-x-7p5>:last-child {
    margin-right: 0
}

.space-y-7p5>* {
    margin-bottom: 30px
}

.space-y-7p5>:last-child {
    margin-bottom: 0
}

.column-gap-7p5 {
    -moz-column-gap: 30px;
    column-gap: 30px
}

.row-gap-7p5 {
    row-gap: 30px
}

.space-x-12p5>* {
    margin-right: 50px
}

.space-x-12p5>:last-child {
    margin-right: 0
}

.space-y-12p5>* {
    margin-bottom: 50px
}

.space-y-12p5>:last-child {
    margin-bottom: 0
}

.column-gap-12p5 {
    -moz-column-gap: 50px;
    column-gap: 50px
}

.row-gap-12p5 {
    row-gap: 50px
}

.space-x-17p5>* {
    margin-right: 70px
}

.space-x-17p5>:last-child {
    margin-right: 0
}

.space-y-17p5>* {
    margin-bottom: 70px
}

.space-y-17p5>:last-child {
    margin-bottom: 0
}

.column-gap-17p5 {
    -moz-column-gap: 70px;
    column-gap: 70px
}

.row-gap-17p5 {
    row-gap: 70px
}

.space-x-20p5>* {
    margin-right: 82px
}

.space-x-20p5>:last-child {
    margin-right: 0
}

.space-y-20p5>* {
    margin-bottom: 82px
}

.space-y-20p5>:last-child {
    margin-bottom: 0
}

.column-gap-20p5 {
    -moz-column-gap: 82px;
    column-gap: 82px
}

.row-gap-20p5 {
    row-gap: 82px
}

.space-x-32p5>* {
    margin-right: 130px
}

.space-x-32p5>:last-child {
    margin-right: 0
}

.space-y-32p5>* {
    margin-bottom: 130px
}

.space-y-32p5>:last-child {
    margin-bottom: 0
}

.column-gap-32p5 {
    -moz-column-gap: 130px;
    column-gap: 130px
}

.row-gap-32p5 {
    row-gap: 130px
}

.space-x-42>* {
    margin-right: 168px
}

.space-x-42>:last-child {
    margin-right: 0
}

.space-y-42>* {
    margin-bottom: 168px
}

.space-y-42>:last-child {
    margin-bottom: 0
}

.column-gap-42 {
    -moz-column-gap: 168px;
    column-gap: 168px
}

.row-gap-42 {
    row-gap: 168px
}

.space-x-45>* {
    margin-right: 180px
}

.space-x-45>:last-child {
    margin-right: 0
}

.space-y-45>* {
    margin-bottom: 180px
}

.space-y-45>:last-child {
    margin-bottom: 0
}

.column-gap-45 {
    -moz-column-gap: 180px;
    column-gap: 180px
}

.row-gap-45 {
    row-gap: 180px
}

.space-x-48>* {
    margin-right: 192px
}

.space-x-48>:last-child {
    margin-right: 0
}

.space-y-48>* {
    margin-bottom: 192px
}

.space-y-48>:last-child {
    margin-bottom: 0
}

.column-gap-48 {
    -moz-column-gap: 192px;
    column-gap: 192px
}

.row-gap-48 {
    row-gap: 192px
}

.space-x-50>* {
    margin-right: 200px
}

.space-x-50>:last-child {
    margin-right: 0
}

.space-y-50>* {
    margin-bottom: 200px
}

.space-y-50>:last-child {
    margin-bottom: 0
}

.column-gap-50 {
    -moz-column-gap: 200px;
    column-gap: 200px
}

.row-gap-50 {
    row-gap: 200px
}

.space-x-55>* {
    margin-right: 220px
}

.space-x-55>:last-child {
    margin-right: 0
}

.space-y-55>* {
    margin-bottom: 220px
}

.space-y-55>:last-child {
    margin-bottom: 0
}

.column-gap-55 {
    -moz-column-gap: 220px;
    column-gap: 220px
}

.row-gap-55 {
    row-gap: 220px
}

.space-x-56>* {
    margin-right: 224px
}

.space-x-56>:last-child {
    margin-right: 0
}

.space-y-56>* {
    margin-bottom: 224px
}

.space-y-56>:last-child {
    margin-bottom: 0
}

.column-gap-56 {
    -moz-column-gap: 224px;
    column-gap: 224px
}

.row-gap-56 {
    row-gap: 224px
}

.space-x-60>* {
    margin-right: 240px
}

.space-x-60>:last-child {
    margin-right: 0
}

.space-y-60>* {
    margin-bottom: 240px
}

.space-y-60>:last-child {
    margin-bottom: 0
}

.column-gap-60 {
    -moz-column-gap: 240px;
    column-gap: 240px
}

.row-gap-60 {
    row-gap: 240px
}

.space-x-62>* {
    margin-right: 248px
}

.space-x-62>:last-child {
    margin-right: 0
}

.space-y-62>* {
    margin-bottom: 248px
}

.space-y-62>:last-child {
    margin-bottom: 0
}

.column-gap-62 {
    -moz-column-gap: 248px;
    column-gap: 248px
}

.row-gap-62 {
    row-gap: 248px
}

.space-x-64>* {
    margin-right: 256px
}

.space-x-64>:last-child {
    margin-right: 0
}

.space-y-64>* {
    margin-bottom: 256px
}

.space-y-64>:last-child {
    margin-bottom: 0
}

.column-gap-64 {
    -moz-column-gap: 256px;
    column-gap: 256px
}

.row-gap-64 {
    row-gap: 256px
}

.space-x-70>* {
    margin-right: 280px
}

.space-x-70>:last-child {
    margin-right: 0
}

.space-y-70>* {
    margin-bottom: 280px
}

.space-y-70>:last-child {
    margin-bottom: 0
}

.column-gap-70 {
    -moz-column-gap: 280px;
    column-gap: 280px
}

.row-gap-70 {
    row-gap: 280px
}

.space-x-72>* {
    margin-right: 288px
}

.space-x-72>:last-child {
    margin-right: 0
}

.space-y-72>* {
    margin-bottom: 288px
}

.space-y-72>:last-child {
    margin-bottom: 0
}

.column-gap-72 {
    -moz-column-gap: 288px;
    column-gap: 288px
}

.row-gap-72 {
    row-gap: 288px
}

.space-x-75>* {
    margin-right: 300px
}

.space-x-75>:last-child {
    margin-right: 0
}

.space-y-75>* {
    margin-bottom: 300px
}

.space-y-75>:last-child {
    margin-bottom: 0
}

.column-gap-75 {
    -moz-column-gap: 300px;
    column-gap: 300px
}

.row-gap-75 {
    row-gap: 300px
}

.space-x-80>* {
    margin-right: 320px
}

.space-x-80>:last-child {
    margin-right: 0
}

.space-y-80>* {
    margin-bottom: 320px
}

.space-y-80>:last-child {
    margin-bottom: 0
}

.column-gap-80 {
    -moz-column-gap: 320px;
    column-gap: 320px
}

.row-gap-80 {
    row-gap: 320px
}

.space-x-85>* {
    margin-right: 340px
}

.space-x-85>:last-child {
    margin-right: 0
}

.space-y-85>* {
    margin-bottom: 340px
}

.space-y-85>:last-child {
    margin-bottom: 0
}

.column-gap-85 {
    -moz-column-gap: 340px;
    column-gap: 340px
}

.row-gap-85 {
    row-gap: 340px
}

.space-x-90>* {
    margin-right: 360px
}

.space-x-90>:last-child {
    margin-right: 0
}

.space-y-90>* {
    margin-bottom: 360px
}

.space-y-90>:last-child {
    margin-bottom: 0
}

.column-gap-90 {
    -moz-column-gap: 360px;
    column-gap: 360px
}

.row-gap-90 {
    row-gap: 360px
}

.space-x-100>* {
    margin-right: 400px
}

.space-x-100>:last-child {
    margin-right: 0
}

.space-y-100>* {
    margin-bottom: 400px
}

.space-y-100>:last-child {
    margin-bottom: 0
}

.column-gap-100 {
    -moz-column-gap: 400px;
    column-gap: 400px
}

.row-gap-100 {
    row-gap: 400px
}

.space-x-112>* {
    margin-right: 448px
}

.space-x-112>:last-child {
    margin-right: 0
}

.space-y-112>* {
    margin-bottom: 448px
}

.space-y-112>:last-child {
    margin-bottom: 0
}

.column-gap-112 {
    -moz-column-gap: 448px;
    column-gap: 448px
}

.row-gap-112 {
    row-gap: 448px
}

.space-x-120>* {
    margin-right: 480px
}

.space-x-120>:last-child {
    margin-right: 0
}

.space-y-120>* {
    margin-bottom: 480px
}

.space-y-120>:last-child {
    margin-bottom: 0
}

.column-gap-120 {
    -moz-column-gap: 480px;
    column-gap: 480px
}

.row-gap-120 {
    row-gap: 480px
}

.space-x-143>* {
    margin-right: 572px
}

.space-x-143>:last-child {
    margin-right: 0
}

.space-y-143>* {
    margin-bottom: 572px
}

.space-y-143>:last-child {
    margin-bottom: 0
}

.column-gap-143 {
    -moz-column-gap: 572px;
    column-gap: 572px
}

.row-gap-143 {
    row-gap: 572px
}

.space-x-150>* {
    margin-right: 600px
}

.space-x-150>:last-child {
    margin-right: 0
}

.space-y-150>* {
    margin-bottom: 600px
}

.space-y-150>:last-child {
    margin-bottom: 0
}

.column-gap-150 {
    -moz-column-gap: 600px;
    column-gap: 600px
}

.row-gap-150 {
    row-gap: 600px
}

.space-x-160>* {
    margin-right: 640px
}

.space-x-160>:last-child {
    margin-right: 0
}

.space-y-160>* {
    margin-bottom: 640px
}

.space-y-160>:last-child {
    margin-bottom: 0
}

.column-gap-160 {
    -moz-column-gap: 640px;
    column-gap: 640px
}

.row-gap-160 {
    row-gap: 640px
}

.space-x-190>* {
    margin-right: 760px
}

.space-x-190>:last-child {
    margin-right: 0
}

.space-y-190>* {
    margin-bottom: 760px
}

.space-y-190>:last-child {
    margin-bottom: 0
}

.column-gap-190 {
    -moz-column-gap: 760px;
    column-gap: 760px
}

.row-gap-190 {
    row-gap: 760px
}

.space-x-200>* {
    margin-right: 800px
}

.space-x-200>:last-child {
    margin-right: 0
}

.space-y-200>* {
    margin-bottom: 800px
}

.space-y-200>:last-child {
    margin-bottom: 0
}

.column-gap-200 {
    -moz-column-gap: 800px;
    column-gap: 800px
}

.row-gap-200 {
    row-gap: 800px
}

@media(min-width:600px) {
    .space-x-sm-0>*,
    .space-x-sm-0>:last-child {
        margin-right: 0
    }
    .space-y-sm-0>*,
    .space-y-sm-0>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }
    .row-gap-sm-0 {
        row-gap: 0
    }
    .space-x-sm-1>* {
        margin-right: 4px
    }
    .space-x-sm-1>:last-child {
        margin-right: 0
    }
    .space-y-sm-1>* {
        margin-bottom: 4px
    }
    .space-y-sm-1>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-1 {
        -moz-column-gap: 4px;
        column-gap: 4px
    }
    .row-gap-sm-1 {
        row-gap: 4px
    }
    .space-x-sm-2>* {
        margin-right: 8px
    }
    .space-x-sm-2>:last-child {
        margin-right: 0
    }
    .space-y-sm-2>* {
        margin-bottom: 8px
    }
    .space-y-sm-2>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-2 {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .row-gap-sm-2 {
        row-gap: 8px
    }
    .space-x-sm-3>* {
        margin-right: 12px
    }
    .space-x-sm-3>:last-child {
        margin-right: 0
    }
    .space-y-sm-3>* {
        margin-bottom: 12px
    }
    .space-y-sm-3>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-3 {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
    .row-gap-sm-3 {
        row-gap: 12px
    }
    .space-x-sm-4>* {
        margin-right: 16px
    }
    .space-x-sm-4>:last-child {
        margin-right: 0
    }
    .space-y-sm-4>* {
        margin-bottom: 16px
    }
    .space-y-sm-4>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-4 {
        -moz-column-gap: 16px;
        column-gap: 16px
    }
    .row-gap-sm-4 {
        row-gap: 16px
    }
    .space-x-sm-5>* {
        margin-right: 20px
    }
    .space-x-sm-5>:last-child {
        margin-right: 0
    }
    .space-y-sm-5>* {
        margin-bottom: 20px
    }
    .space-y-sm-5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-5 {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .row-gap-sm-5 {
        row-gap: 20px
    }
    .space-x-sm-6>* {
        margin-right: 24px
    }
    .space-x-sm-6>:last-child {
        margin-right: 0
    }
    .space-y-sm-6>* {
        margin-bottom: 24px
    }
    .space-y-sm-6>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-6 {
        -moz-column-gap: 24px;
        column-gap: 24px
    }
    .row-gap-sm-6 {
        row-gap: 24px
    }
    .space-x-sm-7>* {
        margin-right: 28px
    }
    .space-x-sm-7>:last-child {
        margin-right: 0
    }
    .space-y-sm-7>* {
        margin-bottom: 28px
    }
    .space-y-sm-7>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-7 {
        -moz-column-gap: 28px;
        column-gap: 28px
    }
    .row-gap-sm-7 {
        row-gap: 28px
    }
    .space-x-sm-8>* {
        margin-right: 32px
    }
    .space-x-sm-8>:last-child {
        margin-right: 0
    }
    .space-y-sm-8>* {
        margin-bottom: 32px
    }
    .space-y-sm-8>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-8 {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
    .row-gap-sm-8 {
        row-gap: 32px
    }
    .space-x-sm-9>* {
        margin-right: 36px
    }
    .space-x-sm-9>:last-child {
        margin-right: 0
    }
    .space-y-sm-9>* {
        margin-bottom: 36px
    }
    .space-y-sm-9>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-9 {
        -moz-column-gap: 36px;
        column-gap: 36px
    }
    .row-gap-sm-9 {
        row-gap: 36px
    }
    .space-x-sm-10>* {
        margin-right: 40px
    }
    .space-x-sm-10>:last-child {
        margin-right: 0
    }
    .space-y-sm-10>* {
        margin-bottom: 40px
    }
    .space-y-sm-10>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-10 {
        -moz-column-gap: 40px;
        column-gap: 40px
    }
    .row-gap-sm-10 {
        row-gap: 40px
    }
    .space-x-sm-11>* {
        margin-right: 44px
    }
    .space-x-sm-11>:last-child {
        margin-right: 0
    }
    .space-y-sm-11>* {
        margin-bottom: 44px
    }
    .space-y-sm-11>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-11 {
        -moz-column-gap: 44px;
        column-gap: 44px
    }
    .row-gap-sm-11 {
        row-gap: 44px
    }
    .space-x-sm-12>* {
        margin-right: 48px
    }
    .space-x-sm-12>:last-child {
        margin-right: 0
    }
    .space-y-sm-12>* {
        margin-bottom: 48px
    }
    .space-y-sm-12>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-12 {
        -moz-column-gap: 48px;
        column-gap: 48px
    }
    .row-gap-sm-12 {
        row-gap: 48px
    }
    .space-x-sm-13>* {
        margin-right: 52px
    }
    .space-x-sm-13>:last-child {
        margin-right: 0
    }
    .space-y-sm-13>* {
        margin-bottom: 52px
    }
    .space-y-sm-13>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-13 {
        -moz-column-gap: 52px;
        column-gap: 52px
    }
    .row-gap-sm-13 {
        row-gap: 52px
    }
    .space-x-sm-14>* {
        margin-right: 56px
    }
    .space-x-sm-14>:last-child {
        margin-right: 0
    }
    .space-y-sm-14>* {
        margin-bottom: 56px
    }
    .space-y-sm-14>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-14 {
        -moz-column-gap: 56px;
        column-gap: 56px
    }
    .row-gap-sm-14 {
        row-gap: 56px
    }
    .space-x-sm-15>* {
        margin-right: 60px
    }
    .space-x-sm-15>:last-child {
        margin-right: 0
    }
    .space-y-sm-15>* {
        margin-bottom: 60px
    }
    .space-y-sm-15>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-15 {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .row-gap-sm-15 {
        row-gap: 60px
    }
    .space-x-sm-16>* {
        margin-right: 64px
    }
    .space-x-sm-16>:last-child {
        margin-right: 0
    }
    .space-y-sm-16>* {
        margin-bottom: 64px
    }
    .space-y-sm-16>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-16 {
        -moz-column-gap: 64px;
        column-gap: 64px
    }
    .row-gap-sm-16 {
        row-gap: 64px
    }
    .space-x-sm-17>* {
        margin-right: 68px
    }
    .space-x-sm-17>:last-child {
        margin-right: 0
    }
    .space-y-sm-17>* {
        margin-bottom: 68px
    }
    .space-y-sm-17>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-17 {
        -moz-column-gap: 68px;
        column-gap: 68px
    }
    .row-gap-sm-17 {
        row-gap: 68px
    }
    .space-x-sm-18>* {
        margin-right: 72px
    }
    .space-x-sm-18>:last-child {
        margin-right: 0
    }
    .space-y-sm-18>* {
        margin-bottom: 72px
    }
    .space-y-sm-18>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-18 {
        -moz-column-gap: 72px;
        column-gap: 72px
    }
    .row-gap-sm-18 {
        row-gap: 72px
    }
    .space-x-sm-19>* {
        margin-right: 76px
    }
    .space-x-sm-19>:last-child {
        margin-right: 0
    }
    .space-y-sm-19>* {
        margin-bottom: 76px
    }
    .space-y-sm-19>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-19 {
        -moz-column-gap: 76px;
        column-gap: 76px
    }
    .row-gap-sm-19 {
        row-gap: 76px
    }
    .space-x-sm-20>* {
        margin-right: 80px
    }
    .space-x-sm-20>:last-child {
        margin-right: 0
    }
    .space-y-sm-20>* {
        margin-bottom: 80px
    }
    .space-y-sm-20>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-20 {
        -moz-column-gap: 80px;
        column-gap: 80px
    }
    .row-gap-sm-20 {
        row-gap: 80px
    }
    .space-x-sm-21>* {
        margin-right: 84px
    }
    .space-x-sm-21>:last-child {
        margin-right: 0
    }
    .space-y-sm-21>* {
        margin-bottom: 84px
    }
    .space-y-sm-21>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-21 {
        -moz-column-gap: 84px;
        column-gap: 84px
    }
    .row-gap-sm-21 {
        row-gap: 84px
    }
    .space-x-sm-22>* {
        margin-right: 88px
    }
    .space-x-sm-22>:last-child {
        margin-right: 0
    }
    .space-y-sm-22>* {
        margin-bottom: 88px
    }
    .space-y-sm-22>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-22 {
        -moz-column-gap: 88px;
        column-gap: 88px
    }
    .row-gap-sm-22 {
        row-gap: 88px
    }
    .space-x-sm-23>* {
        margin-right: 92px
    }
    .space-x-sm-23>:last-child {
        margin-right: 0
    }
    .space-y-sm-23>* {
        margin-bottom: 92px
    }
    .space-y-sm-23>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-23 {
        -moz-column-gap: 92px;
        column-gap: 92px
    }
    .row-gap-sm-23 {
        row-gap: 92px
    }
    .space-x-sm-24>* {
        margin-right: 96px
    }
    .space-x-sm-24>:last-child {
        margin-right: 0
    }
    .space-y-sm-24>* {
        margin-bottom: 96px
    }
    .space-y-sm-24>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-24 {
        -moz-column-gap: 96px;
        column-gap: 96px
    }
    .row-gap-sm-24 {
        row-gap: 96px
    }
    .space-x-sm-25>* {
        margin-right: 100px
    }
    .space-x-sm-25>:last-child {
        margin-right: 0
    }
    .space-y-sm-25>* {
        margin-bottom: 100px
    }
    .space-y-sm-25>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-25 {
        -moz-column-gap: 100px;
        column-gap: 100px
    }
    .row-gap-sm-25 {
        row-gap: 100px
    }
    .space-x-sm-26>* {
        margin-right: 104px
    }
    .space-x-sm-26>:last-child {
        margin-right: 0
    }
    .space-y-sm-26>* {
        margin-bottom: 104px
    }
    .space-y-sm-26>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-26 {
        -moz-column-gap: 104px;
        column-gap: 104px
    }
    .row-gap-sm-26 {
        row-gap: 104px
    }
    .space-x-sm-27>* {
        margin-right: 108px
    }
    .space-x-sm-27>:last-child {
        margin-right: 0
    }
    .space-y-sm-27>* {
        margin-bottom: 108px
    }
    .space-y-sm-27>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-27 {
        -moz-column-gap: 108px;
        column-gap: 108px
    }
    .row-gap-sm-27 {
        row-gap: 108px
    }
    .space-x-sm-28>* {
        margin-right: 112px
    }
    .space-x-sm-28>:last-child {
        margin-right: 0
    }
    .space-y-sm-28>* {
        margin-bottom: 112px
    }
    .space-y-sm-28>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-28 {
        -moz-column-gap: 112px;
        column-gap: 112px
    }
    .row-gap-sm-28 {
        row-gap: 112px
    }
    .space-x-sm-29>* {
        margin-right: 116px
    }
    .space-x-sm-29>:last-child {
        margin-right: 0
    }
    .space-y-sm-29>* {
        margin-bottom: 116px
    }
    .space-y-sm-29>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-29 {
        -moz-column-gap: 116px;
        column-gap: 116px
    }
    .row-gap-sm-29 {
        row-gap: 116px
    }
    .space-x-sm-30>* {
        margin-right: 120px
    }
    .space-x-sm-30>:last-child {
        margin-right: 0
    }
    .space-y-sm-30>* {
        margin-bottom: 120px
    }
    .space-y-sm-30>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-30 {
        -moz-column-gap: 120px;
        column-gap: 120px
    }
    .row-gap-sm-30 {
        row-gap: 120px
    }
    .space-x-sm-31>* {
        margin-right: 124px
    }
    .space-x-sm-31>:last-child {
        margin-right: 0
    }
    .space-y-sm-31>* {
        margin-bottom: 124px
    }
    .space-y-sm-31>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-31 {
        -moz-column-gap: 124px;
        column-gap: 124px
    }
    .row-gap-sm-31 {
        row-gap: 124px
    }
    .space-x-sm-32>* {
        margin-right: 128px
    }
    .space-x-sm-32>:last-child {
        margin-right: 0
    }
    .space-y-sm-32>* {
        margin-bottom: 128px
    }
    .space-y-sm-32>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-32 {
        -moz-column-gap: 128px;
        column-gap: 128px
    }
    .row-gap-sm-32 {
        row-gap: 128px
    }
    .space-x-sm-33>* {
        margin-right: 132px
    }
    .space-x-sm-33>:last-child {
        margin-right: 0
    }
    .space-y-sm-33>* {
        margin-bottom: 132px
    }
    .space-y-sm-33>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-33 {
        -moz-column-gap: 132px;
        column-gap: 132px
    }
    .row-gap-sm-33 {
        row-gap: 132px
    }
    .space-x-sm-34>* {
        margin-right: 136px
    }
    .space-x-sm-34>:last-child {
        margin-right: 0
    }
    .space-y-sm-34>* {
        margin-bottom: 136px
    }
    .space-y-sm-34>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-34 {
        -moz-column-gap: 136px;
        column-gap: 136px
    }
    .row-gap-sm-34 {
        row-gap: 136px
    }
    .space-x-sm-35>* {
        margin-right: 140px
    }
    .space-x-sm-35>:last-child {
        margin-right: 0
    }
    .space-y-sm-35>* {
        margin-bottom: 140px
    }
    .space-y-sm-35>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-35 {
        -moz-column-gap: 140px;
        column-gap: 140px
    }
    .row-gap-sm-35 {
        row-gap: 140px
    }
    .space-x-sm-36>* {
        margin-right: 144px
    }
    .space-x-sm-36>:last-child {
        margin-right: 0
    }
    .space-y-sm-36>* {
        margin-bottom: 144px
    }
    .space-y-sm-36>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-36 {
        -moz-column-gap: 144px;
        column-gap: 144px
    }
    .row-gap-sm-36 {
        row-gap: 144px
    }
    .space-x-sm-37>* {
        margin-right: 148px
    }
    .space-x-sm-37>:last-child {
        margin-right: 0
    }
    .space-y-sm-37>* {
        margin-bottom: 148px
    }
    .space-y-sm-37>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-37 {
        -moz-column-gap: 148px;
        column-gap: 148px
    }
    .row-gap-sm-37 {
        row-gap: 148px
    }
    .space-x-sm-38>* {
        margin-right: 152px
    }
    .space-x-sm-38>:last-child {
        margin-right: 0
    }
    .space-y-sm-38>* {
        margin-bottom: 152px
    }
    .space-y-sm-38>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-38 {
        -moz-column-gap: 152px;
        column-gap: 152px
    }
    .row-gap-sm-38 {
        row-gap: 152px
    }
    .space-x-sm-39>* {
        margin-right: 156px
    }
    .space-x-sm-39>:last-child {
        margin-right: 0
    }
    .space-y-sm-39>* {
        margin-bottom: 156px
    }
    .space-y-sm-39>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-39 {
        -moz-column-gap: 156px;
        column-gap: 156px
    }
    .row-gap-sm-39 {
        row-gap: 156px
    }
    .space-x-sm-40>* {
        margin-right: 160px
    }
    .space-x-sm-40>:last-child {
        margin-right: 0
    }
    .space-y-sm-40>* {
        margin-bottom: 160px
    }
    .space-y-sm-40>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-40 {
        -moz-column-gap: 160px;
        column-gap: 160px
    }
    .row-gap-sm-40 {
        row-gap: 160px
    }
    .space-x-sm-0p5>* {
        margin-right: 2px
    }
    .space-x-sm-0p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-0p5>* {
        margin-bottom: 2px
    }
    .space-y-sm-0p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-0p5 {
        -moz-column-gap: 2px;
        column-gap: 2px
    }
    .row-gap-sm-0p5 {
        row-gap: 2px
    }
    .space-x-sm-1p5>* {
        margin-right: 6px
    }
    .space-x-sm-1p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-1p5>* {
        margin-bottom: 6px
    }
    .space-y-sm-1p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-1p5 {
        -moz-column-gap: 6px;
        column-gap: 6px
    }
    .row-gap-sm-1p5 {
        row-gap: 6px
    }
    .space-x-sm-2p5>* {
        margin-right: 10px
    }
    .space-x-sm-2p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-2p5>* {
        margin-bottom: 10px
    }
    .space-y-sm-2p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-2p5 {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .row-gap-sm-2p5 {
        row-gap: 10px
    }
    .space-x-sm-3p5>* {
        margin-right: 14px
    }
    .space-x-sm-3p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-3p5>* {
        margin-bottom: 14px
    }
    .space-y-sm-3p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-3p5 {
        -moz-column-gap: 14px;
        column-gap: 14px
    }
    .row-gap-sm-3p5 {
        row-gap: 14px
    }
    .space-x-sm-4p5>* {
        margin-right: 18px
    }
    .space-x-sm-4p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-4p5>* {
        margin-bottom: 18px
    }
    .space-y-sm-4p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-4p5 {
        -moz-column-gap: 18px;
        column-gap: 18px
    }
    .row-gap-sm-4p5 {
        row-gap: 18px
    }
    .space-x-sm-5p5>* {
        margin-right: 22px
    }
    .space-x-sm-5p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-5p5>* {
        margin-bottom: 22px
    }
    .space-y-sm-5p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-5p5 {
        -moz-column-gap: 22px;
        column-gap: 22px
    }
    .row-gap-sm-5p5 {
        row-gap: 22px
    }
    .space-x-sm-6p5>* {
        margin-right: 26px
    }
    .space-x-sm-6p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-6p5>* {
        margin-bottom: 26px
    }
    .space-y-sm-6p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-6p5 {
        -moz-column-gap: 26px;
        column-gap: 26px
    }
    .row-gap-sm-6p5 {
        row-gap: 26px
    }
    .space-x-sm-7p5>* {
        margin-right: 30px
    }
    .space-x-sm-7p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-7p5>* {
        margin-bottom: 30px
    }
    .space-y-sm-7p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-7p5 {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .row-gap-sm-7p5 {
        row-gap: 30px
    }
    .space-x-sm-12p5>* {
        margin-right: 50px
    }
    .space-x-sm-12p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-12p5>* {
        margin-bottom: 50px
    }
    .space-y-sm-12p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-12p5 {
        -moz-column-gap: 50px;
        column-gap: 50px
    }
    .row-gap-sm-12p5 {
        row-gap: 50px
    }
    .space-x-sm-17p5>* {
        margin-right: 70px
    }
    .space-x-sm-17p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-17p5>* {
        margin-bottom: 70px
    }
    .space-y-sm-17p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-17p5 {
        -moz-column-gap: 70px;
        column-gap: 70px
    }
    .row-gap-sm-17p5 {
        row-gap: 70px
    }
    .space-x-sm-20p5>* {
        margin-right: 82px
    }
    .space-x-sm-20p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-20p5>* {
        margin-bottom: 82px
    }
    .space-y-sm-20p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-20p5 {
        -moz-column-gap: 82px;
        column-gap: 82px
    }
    .row-gap-sm-20p5 {
        row-gap: 82px
    }
    .space-x-sm-32p5>* {
        margin-right: 130px
    }
    .space-x-sm-32p5>:last-child {
        margin-right: 0
    }
    .space-y-sm-32p5>* {
        margin-bottom: 130px
    }
    .space-y-sm-32p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-32p5 {
        -moz-column-gap: 130px;
        column-gap: 130px
    }
    .row-gap-sm-32p5 {
        row-gap: 130px
    }
    .space-x-sm-42>* {
        margin-right: 168px
    }
    .space-x-sm-42>:last-child {
        margin-right: 0
    }
    .space-y-sm-42>* {
        margin-bottom: 168px
    }
    .space-y-sm-42>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-42 {
        -moz-column-gap: 168px;
        column-gap: 168px
    }
    .row-gap-sm-42 {
        row-gap: 168px
    }
    .space-x-sm-45>* {
        margin-right: 180px
    }
    .space-x-sm-45>:last-child {
        margin-right: 0
    }
    .space-y-sm-45>* {
        margin-bottom: 180px
    }
    .space-y-sm-45>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-45 {
        -moz-column-gap: 180px;
        column-gap: 180px
    }
    .row-gap-sm-45 {
        row-gap: 180px
    }
    .space-x-sm-48>* {
        margin-right: 192px
    }
    .space-x-sm-48>:last-child {
        margin-right: 0
    }
    .space-y-sm-48>* {
        margin-bottom: 192px
    }
    .space-y-sm-48>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-48 {
        -moz-column-gap: 192px;
        column-gap: 192px
    }
    .row-gap-sm-48 {
        row-gap: 192px
    }
    .space-x-sm-50>* {
        margin-right: 200px
    }
    .space-x-sm-50>:last-child {
        margin-right: 0
    }
    .space-y-sm-50>* {
        margin-bottom: 200px
    }
    .space-y-sm-50>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-50 {
        -moz-column-gap: 200px;
        column-gap: 200px
    }
    .row-gap-sm-50 {
        row-gap: 200px
    }
    .space-x-sm-55>* {
        margin-right: 220px
    }
    .space-x-sm-55>:last-child {
        margin-right: 0
    }
    .space-y-sm-55>* {
        margin-bottom: 220px
    }
    .space-y-sm-55>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-55 {
        -moz-column-gap: 220px;
        column-gap: 220px
    }
    .row-gap-sm-55 {
        row-gap: 220px
    }
    .space-x-sm-56>* {
        margin-right: 224px
    }
    .space-x-sm-56>:last-child {
        margin-right: 0
    }
    .space-y-sm-56>* {
        margin-bottom: 224px
    }
    .space-y-sm-56>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-56 {
        -moz-column-gap: 224px;
        column-gap: 224px
    }
    .row-gap-sm-56 {
        row-gap: 224px
    }
    .space-x-sm-60>* {
        margin-right: 240px
    }
    .space-x-sm-60>:last-child {
        margin-right: 0
    }
    .space-y-sm-60>* {
        margin-bottom: 240px
    }
    .space-y-sm-60>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-60 {
        -moz-column-gap: 240px;
        column-gap: 240px
    }
    .row-gap-sm-60 {
        row-gap: 240px
    }
    .space-x-sm-62>* {
        margin-right: 248px
    }
    .space-x-sm-62>:last-child {
        margin-right: 0
    }
    .space-y-sm-62>* {
        margin-bottom: 248px
    }
    .space-y-sm-62>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-62 {
        -moz-column-gap: 248px;
        column-gap: 248px
    }
    .row-gap-sm-62 {
        row-gap: 248px
    }
    .space-x-sm-64>* {
        margin-right: 256px
    }
    .space-x-sm-64>:last-child {
        margin-right: 0
    }
    .space-y-sm-64>* {
        margin-bottom: 256px
    }
    .space-y-sm-64>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-64 {
        -moz-column-gap: 256px;
        column-gap: 256px
    }
    .row-gap-sm-64 {
        row-gap: 256px
    }
    .space-x-sm-70>* {
        margin-right: 280px
    }
    .space-x-sm-70>:last-child {
        margin-right: 0
    }
    .space-y-sm-70>* {
        margin-bottom: 280px
    }
    .space-y-sm-70>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-70 {
        -moz-column-gap: 280px;
        column-gap: 280px
    }
    .row-gap-sm-70 {
        row-gap: 280px
    }
    .space-x-sm-72>* {
        margin-right: 288px
    }
    .space-x-sm-72>:last-child {
        margin-right: 0
    }
    .space-y-sm-72>* {
        margin-bottom: 288px
    }
    .space-y-sm-72>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-72 {
        -moz-column-gap: 288px;
        column-gap: 288px
    }
    .row-gap-sm-72 {
        row-gap: 288px
    }
    .space-x-sm-75>* {
        margin-right: 300px
    }
    .space-x-sm-75>:last-child {
        margin-right: 0
    }
    .space-y-sm-75>* {
        margin-bottom: 300px
    }
    .space-y-sm-75>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-75 {
        -moz-column-gap: 300px;
        column-gap: 300px
    }
    .row-gap-sm-75 {
        row-gap: 300px
    }
    .space-x-sm-80>* {
        margin-right: 320px
    }
    .space-x-sm-80>:last-child {
        margin-right: 0
    }
    .space-y-sm-80>* {
        margin-bottom: 320px
    }
    .space-y-sm-80>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-80 {
        -moz-column-gap: 320px;
        column-gap: 320px
    }
    .row-gap-sm-80 {
        row-gap: 320px
    }
    .space-x-sm-85>* {
        margin-right: 340px
    }
    .space-x-sm-85>:last-child {
        margin-right: 0
    }
    .space-y-sm-85>* {
        margin-bottom: 340px
    }
    .space-y-sm-85>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-85 {
        -moz-column-gap: 340px;
        column-gap: 340px
    }
    .row-gap-sm-85 {
        row-gap: 340px
    }
    .space-x-sm-90>* {
        margin-right: 360px
    }
    .space-x-sm-90>:last-child {
        margin-right: 0
    }
    .space-y-sm-90>* {
        margin-bottom: 360px
    }
    .space-y-sm-90>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-90 {
        -moz-column-gap: 360px;
        column-gap: 360px
    }
    .row-gap-sm-90 {
        row-gap: 360px
    }
    .space-x-sm-100>* {
        margin-right: 400px
    }
    .space-x-sm-100>:last-child {
        margin-right: 0
    }
    .space-y-sm-100>* {
        margin-bottom: 400px
    }
    .space-y-sm-100>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-100 {
        -moz-column-gap: 400px;
        column-gap: 400px
    }
    .row-gap-sm-100 {
        row-gap: 400px
    }
    .space-x-sm-112>* {
        margin-right: 448px
    }
    .space-x-sm-112>:last-child {
        margin-right: 0
    }
    .space-y-sm-112>* {
        margin-bottom: 448px
    }
    .space-y-sm-112>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-112 {
        -moz-column-gap: 448px;
        column-gap: 448px
    }
    .row-gap-sm-112 {
        row-gap: 448px
    }
    .space-x-sm-120>* {
        margin-right: 480px
    }
    .space-x-sm-120>:last-child {
        margin-right: 0
    }
    .space-y-sm-120>* {
        margin-bottom: 480px
    }
    .space-y-sm-120>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-120 {
        -moz-column-gap: 480px;
        column-gap: 480px
    }
    .row-gap-sm-120 {
        row-gap: 480px
    }
    .space-x-sm-143>* {
        margin-right: 572px
    }
    .space-x-sm-143>:last-child {
        margin-right: 0
    }
    .space-y-sm-143>* {
        margin-bottom: 572px
    }
    .space-y-sm-143>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-143 {
        -moz-column-gap: 572px;
        column-gap: 572px
    }
    .row-gap-sm-143 {
        row-gap: 572px
    }
    .space-x-sm-150>* {
        margin-right: 600px
    }
    .space-x-sm-150>:last-child {
        margin-right: 0
    }
    .space-y-sm-150>* {
        margin-bottom: 600px
    }
    .space-y-sm-150>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-150 {
        -moz-column-gap: 600px;
        column-gap: 600px
    }
    .row-gap-sm-150 {
        row-gap: 600px
    }
    .space-x-sm-160>* {
        margin-right: 640px
    }
    .space-x-sm-160>:last-child {
        margin-right: 0
    }
    .space-y-sm-160>* {
        margin-bottom: 640px
    }
    .space-y-sm-160>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-160 {
        -moz-column-gap: 640px;
        column-gap: 640px
    }
    .row-gap-sm-160 {
        row-gap: 640px
    }
    .space-x-sm-190>* {
        margin-right: 760px
    }
    .space-x-sm-190>:last-child {
        margin-right: 0
    }
    .space-y-sm-190>* {
        margin-bottom: 760px
    }
    .space-y-sm-190>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-190 {
        -moz-column-gap: 760px;
        column-gap: 760px
    }
    .row-gap-sm-190 {
        row-gap: 760px
    }
    .space-x-sm-200>* {
        margin-right: 800px
    }
    .space-x-sm-200>:last-child {
        margin-right: 0
    }
    .space-y-sm-200>* {
        margin-bottom: 800px
    }
    .space-y-sm-200>:last-child {
        margin-bottom: 0
    }
    .column-gap-sm-200 {
        -moz-column-gap: 800px;
        column-gap: 800px
    }
    .row-gap-sm-200 {
        row-gap: 800px
    }
}

@media(min-width:960px) {
    .space-x-md-0>*,
    .space-x-md-0>:last-child {
        margin-right: 0
    }
    .space-y-md-0>*,
    .space-y-md-0>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }
    .row-gap-md-0 {
        row-gap: 0
    }
    .space-x-md-1>* {
        margin-right: 4px
    }
    .space-x-md-1>:last-child {
        margin-right: 0
    }
    .space-y-md-1>* {
        margin-bottom: 4px
    }
    .space-y-md-1>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-1 {
        -moz-column-gap: 4px;
        column-gap: 4px
    }
    .row-gap-md-1 {
        row-gap: 4px
    }
    .space-x-md-2>* {
        margin-right: 8px
    }
    .space-x-md-2>:last-child {
        margin-right: 0
    }
    .space-y-md-2>* {
        margin-bottom: 8px
    }
    .space-y-md-2>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-2 {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .row-gap-md-2 {
        row-gap: 8px
    }
    .space-x-md-3>* {
        margin-right: 12px
    }
    .space-x-md-3>:last-child {
        margin-right: 0
    }
    .space-y-md-3>* {
        margin-bottom: 12px
    }
    .space-y-md-3>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-3 {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
    .row-gap-md-3 {
        row-gap: 12px
    }
    .space-x-md-4>* {
        margin-right: 16px
    }
    .space-x-md-4>:last-child {
        margin-right: 0
    }
    .space-y-md-4>* {
        margin-bottom: 16px
    }
    .space-y-md-4>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-4 {
        -moz-column-gap: 16px;
        column-gap: 16px
    }
    .row-gap-md-4 {
        row-gap: 16px
    }
    .space-x-md-5>* {
        margin-right: 20px
    }
    .space-x-md-5>:last-child {
        margin-right: 0
    }
    .space-y-md-5>* {
        margin-bottom: 20px
    }
    .space-y-md-5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-5 {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .row-gap-md-5 {
        row-gap: 20px
    }
    .space-x-md-6>* {
        margin-right: 24px
    }
    .space-x-md-6>:last-child {
        margin-right: 0
    }
    .space-y-md-6>* {
        margin-bottom: 24px
    }
    .space-y-md-6>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-6 {
        -moz-column-gap: 24px;
        column-gap: 24px
    }
    .row-gap-md-6 {
        row-gap: 24px
    }
    .space-x-md-7>* {
        margin-right: 28px
    }
    .space-x-md-7>:last-child {
        margin-right: 0
    }
    .space-y-md-7>* {
        margin-bottom: 28px
    }
    .space-y-md-7>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-7 {
        -moz-column-gap: 28px;
        column-gap: 28px
    }
    .row-gap-md-7 {
        row-gap: 28px
    }
    .space-x-md-8>* {
        margin-right: 32px
    }
    .space-x-md-8>:last-child {
        margin-right: 0
    }
    .space-y-md-8>* {
        margin-bottom: 32px
    }
    .space-y-md-8>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-8 {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
    .row-gap-md-8 {
        row-gap: 32px
    }
    .space-x-md-9>* {
        margin-right: 36px
    }
    .space-x-md-9>:last-child {
        margin-right: 0
    }
    .space-y-md-9>* {
        margin-bottom: 36px
    }
    .space-y-md-9>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-9 {
        -moz-column-gap: 36px;
        column-gap: 36px
    }
    .row-gap-md-9 {
        row-gap: 36px
    }
    .space-x-md-10>* {
        margin-right: 40px
    }
    .space-x-md-10>:last-child {
        margin-right: 0
    }
    .space-y-md-10>* {
        margin-bottom: 40px
    }
    .space-y-md-10>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-10 {
        -moz-column-gap: 40px;
        column-gap: 40px
    }
    .row-gap-md-10 {
        row-gap: 40px
    }
    .space-x-md-11>* {
        margin-right: 44px
    }
    .space-x-md-11>:last-child {
        margin-right: 0
    }
    .space-y-md-11>* {
        margin-bottom: 44px
    }
    .space-y-md-11>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-11 {
        -moz-column-gap: 44px;
        column-gap: 44px
    }
    .row-gap-md-11 {
        row-gap: 44px
    }
    .space-x-md-12>* {
        margin-right: 48px
    }
    .space-x-md-12>:last-child {
        margin-right: 0
    }
    .space-y-md-12>* {
        margin-bottom: 48px
    }
    .space-y-md-12>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-12 {
        -moz-column-gap: 48px;
        column-gap: 48px
    }
    .row-gap-md-12 {
        row-gap: 48px
    }
    .space-x-md-13>* {
        margin-right: 52px
    }
    .space-x-md-13>:last-child {
        margin-right: 0
    }
    .space-y-md-13>* {
        margin-bottom: 52px
    }
    .space-y-md-13>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-13 {
        -moz-column-gap: 52px;
        column-gap: 52px
    }
    .row-gap-md-13 {
        row-gap: 52px
    }
    .space-x-md-14>* {
        margin-right: 56px
    }
    .space-x-md-14>:last-child {
        margin-right: 0
    }
    .space-y-md-14>* {
        margin-bottom: 56px
    }
    .space-y-md-14>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-14 {
        -moz-column-gap: 56px;
        column-gap: 56px
    }
    .row-gap-md-14 {
        row-gap: 56px
    }
    .space-x-md-15>* {
        margin-right: 60px
    }
    .space-x-md-15>:last-child {
        margin-right: 0
    }
    .space-y-md-15>* {
        margin-bottom: 60px
    }
    .space-y-md-15>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-15 {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .row-gap-md-15 {
        row-gap: 60px
    }
    .space-x-md-16>* {
        margin-right: 64px
    }
    .space-x-md-16>:last-child {
        margin-right: 0
    }
    .space-y-md-16>* {
        margin-bottom: 64px
    }
    .space-y-md-16>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-16 {
        -moz-column-gap: 64px;
        column-gap: 64px
    }
    .row-gap-md-16 {
        row-gap: 64px
    }
    .space-x-md-17>* {
        margin-right: 68px
    }
    .space-x-md-17>:last-child {
        margin-right: 0
    }
    .space-y-md-17>* {
        margin-bottom: 68px
    }
    .space-y-md-17>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-17 {
        -moz-column-gap: 68px;
        column-gap: 68px
    }
    .row-gap-md-17 {
        row-gap: 68px
    }
    .space-x-md-18>* {
        margin-right: 72px
    }
    .space-x-md-18>:last-child {
        margin-right: 0
    }
    .space-y-md-18>* {
        margin-bottom: 72px
    }
    .space-y-md-18>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-18 {
        -moz-column-gap: 72px;
        column-gap: 72px
    }
    .row-gap-md-18 {
        row-gap: 72px
    }
    .space-x-md-19>* {
        margin-right: 76px
    }
    .space-x-md-19>:last-child {
        margin-right: 0
    }
    .space-y-md-19>* {
        margin-bottom: 76px
    }
    .space-y-md-19>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-19 {
        -moz-column-gap: 76px;
        column-gap: 76px
    }
    .row-gap-md-19 {
        row-gap: 76px
    }
    .space-x-md-20>* {
        margin-right: 80px
    }
    .space-x-md-20>:last-child {
        margin-right: 0
    }
    .space-y-md-20>* {
        margin-bottom: 80px
    }
    .space-y-md-20>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-20 {
        -moz-column-gap: 80px;
        column-gap: 80px
    }
    .row-gap-md-20 {
        row-gap: 80px
    }
    .space-x-md-21>* {
        margin-right: 84px
    }
    .space-x-md-21>:last-child {
        margin-right: 0
    }
    .space-y-md-21>* {
        margin-bottom: 84px
    }
    .space-y-md-21>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-21 {
        -moz-column-gap: 84px;
        column-gap: 84px
    }
    .row-gap-md-21 {
        row-gap: 84px
    }
    .space-x-md-22>* {
        margin-right: 88px
    }
    .space-x-md-22>:last-child {
        margin-right: 0
    }
    .space-y-md-22>* {
        margin-bottom: 88px
    }
    .space-y-md-22>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-22 {
        -moz-column-gap: 88px;
        column-gap: 88px
    }
    .row-gap-md-22 {
        row-gap: 88px
    }
    .space-x-md-23>* {
        margin-right: 92px
    }
    .space-x-md-23>:last-child {
        margin-right: 0
    }
    .space-y-md-23>* {
        margin-bottom: 92px
    }
    .space-y-md-23>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-23 {
        -moz-column-gap: 92px;
        column-gap: 92px
    }
    .row-gap-md-23 {
        row-gap: 92px
    }
    .space-x-md-24>* {
        margin-right: 96px
    }
    .space-x-md-24>:last-child {
        margin-right: 0
    }
    .space-y-md-24>* {
        margin-bottom: 96px
    }
    .space-y-md-24>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-24 {
        -moz-column-gap: 96px;
        column-gap: 96px
    }
    .row-gap-md-24 {
        row-gap: 96px
    }
    .space-x-md-25>* {
        margin-right: 100px
    }
    .space-x-md-25>:last-child {
        margin-right: 0
    }
    .space-y-md-25>* {
        margin-bottom: 100px
    }
    .space-y-md-25>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-25 {
        -moz-column-gap: 100px;
        column-gap: 100px
    }
    .row-gap-md-25 {
        row-gap: 100px
    }
    .space-x-md-26>* {
        margin-right: 104px
    }
    .space-x-md-26>:last-child {
        margin-right: 0
    }
    .space-y-md-26>* {
        margin-bottom: 104px
    }
    .space-y-md-26>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-26 {
        -moz-column-gap: 104px;
        column-gap: 104px
    }
    .row-gap-md-26 {
        row-gap: 104px
    }
    .space-x-md-27>* {
        margin-right: 108px
    }
    .space-x-md-27>:last-child {
        margin-right: 0
    }
    .space-y-md-27>* {
        margin-bottom: 108px
    }
    .space-y-md-27>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-27 {
        -moz-column-gap: 108px;
        column-gap: 108px
    }
    .row-gap-md-27 {
        row-gap: 108px
    }
    .space-x-md-28>* {
        margin-right: 112px
    }
    .space-x-md-28>:last-child {
        margin-right: 0
    }
    .space-y-md-28>* {
        margin-bottom: 112px
    }
    .space-y-md-28>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-28 {
        -moz-column-gap: 112px;
        column-gap: 112px
    }
    .row-gap-md-28 {
        row-gap: 112px
    }
    .space-x-md-29>* {
        margin-right: 116px
    }
    .space-x-md-29>:last-child {
        margin-right: 0
    }
    .space-y-md-29>* {
        margin-bottom: 116px
    }
    .space-y-md-29>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-29 {
        -moz-column-gap: 116px;
        column-gap: 116px
    }
    .row-gap-md-29 {
        row-gap: 116px
    }
    .space-x-md-30>* {
        margin-right: 120px
    }
    .space-x-md-30>:last-child {
        margin-right: 0
    }
    .space-y-md-30>* {
        margin-bottom: 120px
    }
    .space-y-md-30>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-30 {
        -moz-column-gap: 120px;
        column-gap: 120px
    }
    .row-gap-md-30 {
        row-gap: 120px
    }
    .space-x-md-31>* {
        margin-right: 124px
    }
    .space-x-md-31>:last-child {
        margin-right: 0
    }
    .space-y-md-31>* {
        margin-bottom: 124px
    }
    .space-y-md-31>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-31 {
        -moz-column-gap: 124px;
        column-gap: 124px
    }
    .row-gap-md-31 {
        row-gap: 124px
    }
    .space-x-md-32>* {
        margin-right: 128px
    }
    .space-x-md-32>:last-child {
        margin-right: 0
    }
    .space-y-md-32>* {
        margin-bottom: 128px
    }
    .space-y-md-32>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-32 {
        -moz-column-gap: 128px;
        column-gap: 128px
    }
    .row-gap-md-32 {
        row-gap: 128px
    }
    .space-x-md-33>* {
        margin-right: 132px
    }
    .space-x-md-33>:last-child {
        margin-right: 0
    }
    .space-y-md-33>* {
        margin-bottom: 132px
    }
    .space-y-md-33>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-33 {
        -moz-column-gap: 132px;
        column-gap: 132px
    }
    .row-gap-md-33 {
        row-gap: 132px
    }
    .space-x-md-34>* {
        margin-right: 136px
    }
    .space-x-md-34>:last-child {
        margin-right: 0
    }
    .space-y-md-34>* {
        margin-bottom: 136px
    }
    .space-y-md-34>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-34 {
        -moz-column-gap: 136px;
        column-gap: 136px
    }
    .row-gap-md-34 {
        row-gap: 136px
    }
    .space-x-md-35>* {
        margin-right: 140px
    }
    .space-x-md-35>:last-child {
        margin-right: 0
    }
    .space-y-md-35>* {
        margin-bottom: 140px
    }
    .space-y-md-35>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-35 {
        -moz-column-gap: 140px;
        column-gap: 140px
    }
    .row-gap-md-35 {
        row-gap: 140px
    }
    .space-x-md-36>* {
        margin-right: 144px
    }
    .space-x-md-36>:last-child {
        margin-right: 0
    }
    .space-y-md-36>* {
        margin-bottom: 144px
    }
    .space-y-md-36>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-36 {
        -moz-column-gap: 144px;
        column-gap: 144px
    }
    .row-gap-md-36 {
        row-gap: 144px
    }
    .space-x-md-37>* {
        margin-right: 148px
    }
    .space-x-md-37>:last-child {
        margin-right: 0
    }
    .space-y-md-37>* {
        margin-bottom: 148px
    }
    .space-y-md-37>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-37 {
        -moz-column-gap: 148px;
        column-gap: 148px
    }
    .row-gap-md-37 {
        row-gap: 148px
    }
    .space-x-md-38>* {
        margin-right: 152px
    }
    .space-x-md-38>:last-child {
        margin-right: 0
    }
    .space-y-md-38>* {
        margin-bottom: 152px
    }
    .space-y-md-38>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-38 {
        -moz-column-gap: 152px;
        column-gap: 152px
    }
    .row-gap-md-38 {
        row-gap: 152px
    }
    .space-x-md-39>* {
        margin-right: 156px
    }
    .space-x-md-39>:last-child {
        margin-right: 0
    }
    .space-y-md-39>* {
        margin-bottom: 156px
    }
    .space-y-md-39>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-39 {
        -moz-column-gap: 156px;
        column-gap: 156px
    }
    .row-gap-md-39 {
        row-gap: 156px
    }
    .space-x-md-40>* {
        margin-right: 160px
    }
    .space-x-md-40>:last-child {
        margin-right: 0
    }
    .space-y-md-40>* {
        margin-bottom: 160px
    }
    .space-y-md-40>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-40 {
        -moz-column-gap: 160px;
        column-gap: 160px
    }
    .row-gap-md-40 {
        row-gap: 160px
    }
    .space-x-md-0p5>* {
        margin-right: 2px
    }
    .space-x-md-0p5>:last-child {
        margin-right: 0
    }
    .space-y-md-0p5>* {
        margin-bottom: 2px
    }
    .space-y-md-0p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-0p5 {
        -moz-column-gap: 2px;
        column-gap: 2px
    }
    .row-gap-md-0p5 {
        row-gap: 2px
    }
    .space-x-md-1p5>* {
        margin-right: 6px
    }
    .space-x-md-1p5>:last-child {
        margin-right: 0
    }
    .space-y-md-1p5>* {
        margin-bottom: 6px
    }
    .space-y-md-1p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-1p5 {
        -moz-column-gap: 6px;
        column-gap: 6px
    }
    .row-gap-md-1p5 {
        row-gap: 6px
    }
    .space-x-md-2p5>* {
        margin-right: 10px
    }
    .space-x-md-2p5>:last-child {
        margin-right: 0
    }
    .space-y-md-2p5>* {
        margin-bottom: 10px
    }
    .space-y-md-2p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-2p5 {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .row-gap-md-2p5 {
        row-gap: 10px
    }
    .space-x-md-3p5>* {
        margin-right: 14px
    }
    .space-x-md-3p5>:last-child {
        margin-right: 0
    }
    .space-y-md-3p5>* {
        margin-bottom: 14px
    }
    .space-y-md-3p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-3p5 {
        -moz-column-gap: 14px;
        column-gap: 14px
    }
    .row-gap-md-3p5 {
        row-gap: 14px
    }
    .space-x-md-4p5>* {
        margin-right: 18px
    }
    .space-x-md-4p5>:last-child {
        margin-right: 0
    }
    .space-y-md-4p5>* {
        margin-bottom: 18px
    }
    .space-y-md-4p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-4p5 {
        -moz-column-gap: 18px;
        column-gap: 18px
    }
    .row-gap-md-4p5 {
        row-gap: 18px
    }
    .space-x-md-5p5>* {
        margin-right: 22px
    }
    .space-x-md-5p5>:last-child {
        margin-right: 0
    }
    .space-y-md-5p5>* {
        margin-bottom: 22px
    }
    .space-y-md-5p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-5p5 {
        -moz-column-gap: 22px;
        column-gap: 22px
    }
    .row-gap-md-5p5 {
        row-gap: 22px
    }
    .space-x-md-6p5>* {
        margin-right: 26px
    }
    .space-x-md-6p5>:last-child {
        margin-right: 0
    }
    .space-y-md-6p5>* {
        margin-bottom: 26px
    }
    .space-y-md-6p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-6p5 {
        -moz-column-gap: 26px;
        column-gap: 26px
    }
    .row-gap-md-6p5 {
        row-gap: 26px
    }
    .space-x-md-7p5>* {
        margin-right: 30px
    }
    .space-x-md-7p5>:last-child {
        margin-right: 0
    }
    .space-y-md-7p5>* {
        margin-bottom: 30px
    }
    .space-y-md-7p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-7p5 {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .row-gap-md-7p5 {
        row-gap: 30px
    }
    .space-x-md-12p5>* {
        margin-right: 50px
    }
    .space-x-md-12p5>:last-child {
        margin-right: 0
    }
    .space-y-md-12p5>* {
        margin-bottom: 50px
    }
    .space-y-md-12p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-12p5 {
        -moz-column-gap: 50px;
        column-gap: 50px
    }
    .row-gap-md-12p5 {
        row-gap: 50px
    }
    .space-x-md-17p5>* {
        margin-right: 70px
    }
    .space-x-md-17p5>:last-child {
        margin-right: 0
    }
    .space-y-md-17p5>* {
        margin-bottom: 70px
    }
    .space-y-md-17p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-17p5 {
        -moz-column-gap: 70px;
        column-gap: 70px
    }
    .row-gap-md-17p5 {
        row-gap: 70px
    }
    .space-x-md-20p5>* {
        margin-right: 82px
    }
    .space-x-md-20p5>:last-child {
        margin-right: 0
    }
    .space-y-md-20p5>* {
        margin-bottom: 82px
    }
    .space-y-md-20p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-20p5 {
        -moz-column-gap: 82px;
        column-gap: 82px
    }
    .row-gap-md-20p5 {
        row-gap: 82px
    }
    .space-x-md-32p5>* {
        margin-right: 130px
    }
    .space-x-md-32p5>:last-child {
        margin-right: 0
    }
    .space-y-md-32p5>* {
        margin-bottom: 130px
    }
    .space-y-md-32p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-32p5 {
        -moz-column-gap: 130px;
        column-gap: 130px
    }
    .row-gap-md-32p5 {
        row-gap: 130px
    }
    .space-x-md-42>* {
        margin-right: 168px
    }
    .space-x-md-42>:last-child {
        margin-right: 0
    }
    .space-y-md-42>* {
        margin-bottom: 168px
    }
    .space-y-md-42>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-42 {
        -moz-column-gap: 168px;
        column-gap: 168px
    }
    .row-gap-md-42 {
        row-gap: 168px
    }
    .space-x-md-45>* {
        margin-right: 180px
    }
    .space-x-md-45>:last-child {
        margin-right: 0
    }
    .space-y-md-45>* {
        margin-bottom: 180px
    }
    .space-y-md-45>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-45 {
        -moz-column-gap: 180px;
        column-gap: 180px
    }
    .row-gap-md-45 {
        row-gap: 180px
    }
    .space-x-md-48>* {
        margin-right: 192px
    }
    .space-x-md-48>:last-child {
        margin-right: 0
    }
    .space-y-md-48>* {
        margin-bottom: 192px
    }
    .space-y-md-48>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-48 {
        -moz-column-gap: 192px;
        column-gap: 192px
    }
    .row-gap-md-48 {
        row-gap: 192px
    }
    .space-x-md-50>* {
        margin-right: 200px
    }
    .space-x-md-50>:last-child {
        margin-right: 0
    }
    .space-y-md-50>* {
        margin-bottom: 200px
    }
    .space-y-md-50>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-50 {
        -moz-column-gap: 200px;
        column-gap: 200px
    }
    .row-gap-md-50 {
        row-gap: 200px
    }
    .space-x-md-55>* {
        margin-right: 220px
    }
    .space-x-md-55>:last-child {
        margin-right: 0
    }
    .space-y-md-55>* {
        margin-bottom: 220px
    }
    .space-y-md-55>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-55 {
        -moz-column-gap: 220px;
        column-gap: 220px
    }
    .row-gap-md-55 {
        row-gap: 220px
    }
    .space-x-md-56>* {
        margin-right: 224px
    }
    .space-x-md-56>:last-child {
        margin-right: 0
    }
    .space-y-md-56>* {
        margin-bottom: 224px
    }
    .space-y-md-56>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-56 {
        -moz-column-gap: 224px;
        column-gap: 224px
    }
    .row-gap-md-56 {
        row-gap: 224px
    }
    .space-x-md-60>* {
        margin-right: 240px
    }
    .space-x-md-60>:last-child {
        margin-right: 0
    }
    .space-y-md-60>* {
        margin-bottom: 240px
    }
    .space-y-md-60>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-60 {
        -moz-column-gap: 240px;
        column-gap: 240px
    }
    .row-gap-md-60 {
        row-gap: 240px
    }
    .space-x-md-62>* {
        margin-right: 248px
    }
    .space-x-md-62>:last-child {
        margin-right: 0
    }
    .space-y-md-62>* {
        margin-bottom: 248px
    }
    .space-y-md-62>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-62 {
        -moz-column-gap: 248px;
        column-gap: 248px
    }
    .row-gap-md-62 {
        row-gap: 248px
    }
    .space-x-md-64>* {
        margin-right: 256px
    }
    .space-x-md-64>:last-child {
        margin-right: 0
    }
    .space-y-md-64>* {
        margin-bottom: 256px
    }
    .space-y-md-64>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-64 {
        -moz-column-gap: 256px;
        column-gap: 256px
    }
    .row-gap-md-64 {
        row-gap: 256px
    }
    .space-x-md-70>* {
        margin-right: 280px
    }
    .space-x-md-70>:last-child {
        margin-right: 0
    }
    .space-y-md-70>* {
        margin-bottom: 280px
    }
    .space-y-md-70>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-70 {
        -moz-column-gap: 280px;
        column-gap: 280px
    }
    .row-gap-md-70 {
        row-gap: 280px
    }
    .space-x-md-72>* {
        margin-right: 288px
    }
    .space-x-md-72>:last-child {
        margin-right: 0
    }
    .space-y-md-72>* {
        margin-bottom: 288px
    }
    .space-y-md-72>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-72 {
        -moz-column-gap: 288px;
        column-gap: 288px
    }
    .row-gap-md-72 {
        row-gap: 288px
    }
    .space-x-md-75>* {
        margin-right: 300px
    }
    .space-x-md-75>:last-child {
        margin-right: 0
    }
    .space-y-md-75>* {
        margin-bottom: 300px
    }
    .space-y-md-75>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-75 {
        -moz-column-gap: 300px;
        column-gap: 300px
    }
    .row-gap-md-75 {
        row-gap: 300px
    }
    .space-x-md-80>* {
        margin-right: 320px
    }
    .space-x-md-80>:last-child {
        margin-right: 0
    }
    .space-y-md-80>* {
        margin-bottom: 320px
    }
    .space-y-md-80>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-80 {
        -moz-column-gap: 320px;
        column-gap: 320px
    }
    .row-gap-md-80 {
        row-gap: 320px
    }
    .space-x-md-85>* {
        margin-right: 340px
    }
    .space-x-md-85>:last-child {
        margin-right: 0
    }
    .space-y-md-85>* {
        margin-bottom: 340px
    }
    .space-y-md-85>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-85 {
        -moz-column-gap: 340px;
        column-gap: 340px
    }
    .row-gap-md-85 {
        row-gap: 340px
    }
    .space-x-md-90>* {
        margin-right: 360px
    }
    .space-x-md-90>:last-child {
        margin-right: 0
    }
    .space-y-md-90>* {
        margin-bottom: 360px
    }
    .space-y-md-90>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-90 {
        -moz-column-gap: 360px;
        column-gap: 360px
    }
    .row-gap-md-90 {
        row-gap: 360px
    }
    .space-x-md-100>* {
        margin-right: 400px
    }
    .space-x-md-100>:last-child {
        margin-right: 0
    }
    .space-y-md-100>* {
        margin-bottom: 400px
    }
    .space-y-md-100>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-100 {
        -moz-column-gap: 400px;
        column-gap: 400px
    }
    .row-gap-md-100 {
        row-gap: 400px
    }
    .space-x-md-112>* {
        margin-right: 448px
    }
    .space-x-md-112>:last-child {
        margin-right: 0
    }
    .space-y-md-112>* {
        margin-bottom: 448px
    }
    .space-y-md-112>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-112 {
        -moz-column-gap: 448px;
        column-gap: 448px
    }
    .row-gap-md-112 {
        row-gap: 448px
    }
    .space-x-md-120>* {
        margin-right: 480px
    }
    .space-x-md-120>:last-child {
        margin-right: 0
    }
    .space-y-md-120>* {
        margin-bottom: 480px
    }
    .space-y-md-120>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-120 {
        -moz-column-gap: 480px;
        column-gap: 480px
    }
    .row-gap-md-120 {
        row-gap: 480px
    }
    .space-x-md-143>* {
        margin-right: 572px
    }
    .space-x-md-143>:last-child {
        margin-right: 0
    }
    .space-y-md-143>* {
        margin-bottom: 572px
    }
    .space-y-md-143>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-143 {
        -moz-column-gap: 572px;
        column-gap: 572px
    }
    .row-gap-md-143 {
        row-gap: 572px
    }
    .space-x-md-150>* {
        margin-right: 600px
    }
    .space-x-md-150>:last-child {
        margin-right: 0
    }
    .space-y-md-150>* {
        margin-bottom: 600px
    }
    .space-y-md-150>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-150 {
        -moz-column-gap: 600px;
        column-gap: 600px
    }
    .row-gap-md-150 {
        row-gap: 600px
    }
    .space-x-md-160>* {
        margin-right: 640px
    }
    .space-x-md-160>:last-child {
        margin-right: 0
    }
    .space-y-md-160>* {
        margin-bottom: 640px
    }
    .space-y-md-160>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-160 {
        -moz-column-gap: 640px;
        column-gap: 640px
    }
    .row-gap-md-160 {
        row-gap: 640px
    }
    .space-x-md-190>* {
        margin-right: 760px
    }
    .space-x-md-190>:last-child {
        margin-right: 0
    }
    .space-y-md-190>* {
        margin-bottom: 760px
    }
    .space-y-md-190>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-190 {
        -moz-column-gap: 760px;
        column-gap: 760px
    }
    .row-gap-md-190 {
        row-gap: 760px
    }
    .space-x-md-200>* {
        margin-right: 800px
    }
    .space-x-md-200>:last-child {
        margin-right: 0
    }
    .space-y-md-200>* {
        margin-bottom: 800px
    }
    .space-y-md-200>:last-child {
        margin-bottom: 0
    }
    .column-gap-md-200 {
        -moz-column-gap: 800px;
        column-gap: 800px
    }
    .row-gap-md-200 {
        row-gap: 800px
    }
}

@media(min-width:1280px) {
    .space-x-lg-0>*,
    .space-x-lg-0>:last-child {
        margin-right: 0
    }
    .space-y-lg-0>*,
    .space-y-lg-0>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }
    .row-gap-lg-0 {
        row-gap: 0
    }
    .space-x-lg-1>* {
        margin-right: 4px
    }
    .space-x-lg-1>:last-child {
        margin-right: 0
    }
    .space-y-lg-1>* {
        margin-bottom: 4px
    }
    .space-y-lg-1>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-1 {
        -moz-column-gap: 4px;
        column-gap: 4px
    }
    .row-gap-lg-1 {
        row-gap: 4px
    }
    .space-x-lg-2>* {
        margin-right: 8px
    }
    .space-x-lg-2>:last-child {
        margin-right: 0
    }
    .space-y-lg-2>* {
        margin-bottom: 8px
    }
    .space-y-lg-2>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-2 {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .row-gap-lg-2 {
        row-gap: 8px
    }
    .space-x-lg-3>* {
        margin-right: 12px
    }
    .space-x-lg-3>:last-child {
        margin-right: 0
    }
    .space-y-lg-3>* {
        margin-bottom: 12px
    }
    .space-y-lg-3>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-3 {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
    .row-gap-lg-3 {
        row-gap: 12px
    }
    .space-x-lg-4>* {
        margin-right: 16px
    }
    .space-x-lg-4>:last-child {
        margin-right: 0
    }
    .space-y-lg-4>* {
        margin-bottom: 16px
    }
    .space-y-lg-4>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-4 {
        -moz-column-gap: 16px;
        column-gap: 16px
    }
    .row-gap-lg-4 {
        row-gap: 16px
    }
    .space-x-lg-5>* {
        margin-right: 20px
    }
    .space-x-lg-5>:last-child {
        margin-right: 0
    }
    .space-y-lg-5>* {
        margin-bottom: 20px
    }
    .space-y-lg-5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-5 {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .row-gap-lg-5 {
        row-gap: 20px
    }
    .space-x-lg-6>* {
        margin-right: 24px
    }
    .space-x-lg-6>:last-child {
        margin-right: 0
    }
    .space-y-lg-6>* {
        margin-bottom: 24px
    }
    .space-y-lg-6>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-6 {
        -moz-column-gap: 24px;
        column-gap: 24px
    }
    .row-gap-lg-6 {
        row-gap: 24px
    }
    .space-x-lg-7>* {
        margin-right: 28px
    }
    .space-x-lg-7>:last-child {
        margin-right: 0
    }
    .space-y-lg-7>* {
        margin-bottom: 28px
    }
    .space-y-lg-7>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-7 {
        -moz-column-gap: 28px;
        column-gap: 28px
    }
    .row-gap-lg-7 {
        row-gap: 28px
    }
    .space-x-lg-8>* {
        margin-right: 32px
    }
    .space-x-lg-8>:last-child {
        margin-right: 0
    }
    .space-y-lg-8>* {
        margin-bottom: 32px
    }
    .space-y-lg-8>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-8 {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
    .row-gap-lg-8 {
        row-gap: 32px
    }
    .space-x-lg-9>* {
        margin-right: 36px
    }
    .space-x-lg-9>:last-child {
        margin-right: 0
    }
    .space-y-lg-9>* {
        margin-bottom: 36px
    }
    .space-y-lg-9>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-9 {
        -moz-column-gap: 36px;
        column-gap: 36px
    }
    .row-gap-lg-9 {
        row-gap: 36px
    }
    .space-x-lg-10>* {
        margin-right: 40px
    }
    .space-x-lg-10>:last-child {
        margin-right: 0
    }
    .space-y-lg-10>* {
        margin-bottom: 40px
    }
    .space-y-lg-10>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-10 {
        -moz-column-gap: 40px;
        column-gap: 40px
    }
    .row-gap-lg-10 {
        row-gap: 40px
    }
    .space-x-lg-11>* {
        margin-right: 44px
    }
    .space-x-lg-11>:last-child {
        margin-right: 0
    }
    .space-y-lg-11>* {
        margin-bottom: 44px
    }
    .space-y-lg-11>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-11 {
        -moz-column-gap: 44px;
        column-gap: 44px
    }
    .row-gap-lg-11 {
        row-gap: 44px
    }
    .space-x-lg-12>* {
        margin-right: 48px
    }
    .space-x-lg-12>:last-child {
        margin-right: 0
    }
    .space-y-lg-12>* {
        margin-bottom: 48px
    }
    .space-y-lg-12>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-12 {
        -moz-column-gap: 48px;
        column-gap: 48px
    }
    .row-gap-lg-12 {
        row-gap: 48px
    }
    .space-x-lg-13>* {
        margin-right: 52px
    }
    .space-x-lg-13>:last-child {
        margin-right: 0
    }
    .space-y-lg-13>* {
        margin-bottom: 52px
    }
    .space-y-lg-13>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-13 {
        -moz-column-gap: 52px;
        column-gap: 52px
    }
    .row-gap-lg-13 {
        row-gap: 52px
    }
    .space-x-lg-14>* {
        margin-right: 56px
    }
    .space-x-lg-14>:last-child {
        margin-right: 0
    }
    .space-y-lg-14>* {
        margin-bottom: 56px
    }
    .space-y-lg-14>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-14 {
        -moz-column-gap: 56px;
        column-gap: 56px
    }
    .row-gap-lg-14 {
        row-gap: 56px
    }
    .space-x-lg-15>* {
        margin-right: 60px
    }
    .space-x-lg-15>:last-child {
        margin-right: 0
    }
    .space-y-lg-15>* {
        margin-bottom: 60px
    }
    .space-y-lg-15>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-15 {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .row-gap-lg-15 {
        row-gap: 60px
    }
    .space-x-lg-16>* {
        margin-right: 64px
    }
    .space-x-lg-16>:last-child {
        margin-right: 0
    }
    .space-y-lg-16>* {
        margin-bottom: 64px
    }
    .space-y-lg-16>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-16 {
        -moz-column-gap: 64px;
        column-gap: 64px
    }
    .row-gap-lg-16 {
        row-gap: 64px
    }
    .space-x-lg-17>* {
        margin-right: 68px
    }
    .space-x-lg-17>:last-child {
        margin-right: 0
    }
    .space-y-lg-17>* {
        margin-bottom: 68px
    }
    .space-y-lg-17>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-17 {
        -moz-column-gap: 68px;
        column-gap: 68px
    }
    .row-gap-lg-17 {
        row-gap: 68px
    }
    .space-x-lg-18>* {
        margin-right: 72px
    }
    .space-x-lg-18>:last-child {
        margin-right: 0
    }
    .space-y-lg-18>* {
        margin-bottom: 72px
    }
    .space-y-lg-18>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-18 {
        -moz-column-gap: 72px;
        column-gap: 72px
    }
    .row-gap-lg-18 {
        row-gap: 72px
    }
    .space-x-lg-19>* {
        margin-right: 76px
    }
    .space-x-lg-19>:last-child {
        margin-right: 0
    }
    .space-y-lg-19>* {
        margin-bottom: 76px
    }
    .space-y-lg-19>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-19 {
        -moz-column-gap: 76px;
        column-gap: 76px
    }
    .row-gap-lg-19 {
        row-gap: 76px
    }
    .space-x-lg-20>* {
        margin-right: 80px
    }
    .space-x-lg-20>:last-child {
        margin-right: 0
    }
    .space-y-lg-20>* {
        margin-bottom: 80px
    }
    .space-y-lg-20>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-20 {
        -moz-column-gap: 80px;
        column-gap: 80px
    }
    .row-gap-lg-20 {
        row-gap: 80px
    }
    .space-x-lg-21>* {
        margin-right: 84px
    }
    .space-x-lg-21>:last-child {
        margin-right: 0
    }
    .space-y-lg-21>* {
        margin-bottom: 84px
    }
    .space-y-lg-21>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-21 {
        -moz-column-gap: 84px;
        column-gap: 84px
    }
    .row-gap-lg-21 {
        row-gap: 84px
    }
    .space-x-lg-22>* {
        margin-right: 88px
    }
    .space-x-lg-22>:last-child {
        margin-right: 0
    }
    .space-y-lg-22>* {
        margin-bottom: 88px
    }
    .space-y-lg-22>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-22 {
        -moz-column-gap: 88px;
        column-gap: 88px
    }
    .row-gap-lg-22 {
        row-gap: 88px
    }
    .space-x-lg-23>* {
        margin-right: 92px
    }
    .space-x-lg-23>:last-child {
        margin-right: 0
    }
    .space-y-lg-23>* {
        margin-bottom: 92px
    }
    .space-y-lg-23>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-23 {
        -moz-column-gap: 92px;
        column-gap: 92px
    }
    .row-gap-lg-23 {
        row-gap: 92px
    }
    .space-x-lg-24>* {
        margin-right: 96px
    }
    .space-x-lg-24>:last-child {
        margin-right: 0
    }
    .space-y-lg-24>* {
        margin-bottom: 96px
    }
    .space-y-lg-24>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-24 {
        -moz-column-gap: 96px;
        column-gap: 96px
    }
    .row-gap-lg-24 {
        row-gap: 96px
    }
    .space-x-lg-25>* {
        margin-right: 100px
    }
    .space-x-lg-25>:last-child {
        margin-right: 0
    }
    .space-y-lg-25>* {
        margin-bottom: 100px
    }
    .space-y-lg-25>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-25 {
        -moz-column-gap: 100px;
        column-gap: 100px
    }
    .row-gap-lg-25 {
        row-gap: 100px
    }
    .space-x-lg-26>* {
        margin-right: 104px
    }
    .space-x-lg-26>:last-child {
        margin-right: 0
    }
    .space-y-lg-26>* {
        margin-bottom: 104px
    }
    .space-y-lg-26>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-26 {
        -moz-column-gap: 104px;
        column-gap: 104px
    }
    .row-gap-lg-26 {
        row-gap: 104px
    }
    .space-x-lg-27>* {
        margin-right: 108px
    }
    .space-x-lg-27>:last-child {
        margin-right: 0
    }
    .space-y-lg-27>* {
        margin-bottom: 108px
    }
    .space-y-lg-27>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-27 {
        -moz-column-gap: 108px;
        column-gap: 108px
    }
    .row-gap-lg-27 {
        row-gap: 108px
    }
    .space-x-lg-28>* {
        margin-right: 112px
    }
    .space-x-lg-28>:last-child {
        margin-right: 0
    }
    .space-y-lg-28>* {
        margin-bottom: 112px
    }
    .space-y-lg-28>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-28 {
        -moz-column-gap: 112px;
        column-gap: 112px
    }
    .row-gap-lg-28 {
        row-gap: 112px
    }
    .space-x-lg-29>* {
        margin-right: 116px
    }
    .space-x-lg-29>:last-child {
        margin-right: 0
    }
    .space-y-lg-29>* {
        margin-bottom: 116px
    }
    .space-y-lg-29>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-29 {
        -moz-column-gap: 116px;
        column-gap: 116px
    }
    .row-gap-lg-29 {
        row-gap: 116px
    }
    .space-x-lg-30>* {
        margin-right: 120px
    }
    .space-x-lg-30>:last-child {
        margin-right: 0
    }
    .space-y-lg-30>* {
        margin-bottom: 120px
    }
    .space-y-lg-30>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-30 {
        -moz-column-gap: 120px;
        column-gap: 120px
    }
    .row-gap-lg-30 {
        row-gap: 120px
    }
    .space-x-lg-31>* {
        margin-right: 124px
    }
    .space-x-lg-31>:last-child {
        margin-right: 0
    }
    .space-y-lg-31>* {
        margin-bottom: 124px
    }
    .space-y-lg-31>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-31 {
        -moz-column-gap: 124px;
        column-gap: 124px
    }
    .row-gap-lg-31 {
        row-gap: 124px
    }
    .space-x-lg-32>* {
        margin-right: 128px
    }
    .space-x-lg-32>:last-child {
        margin-right: 0
    }
    .space-y-lg-32>* {
        margin-bottom: 128px
    }
    .space-y-lg-32>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-32 {
        -moz-column-gap: 128px;
        column-gap: 128px
    }
    .row-gap-lg-32 {
        row-gap: 128px
    }
    .space-x-lg-33>* {
        margin-right: 132px
    }
    .space-x-lg-33>:last-child {
        margin-right: 0
    }
    .space-y-lg-33>* {
        margin-bottom: 132px
    }
    .space-y-lg-33>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-33 {
        -moz-column-gap: 132px;
        column-gap: 132px
    }
    .row-gap-lg-33 {
        row-gap: 132px
    }
    .space-x-lg-34>* {
        margin-right: 136px
    }
    .space-x-lg-34>:last-child {
        margin-right: 0
    }
    .space-y-lg-34>* {
        margin-bottom: 136px
    }
    .space-y-lg-34>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-34 {
        -moz-column-gap: 136px;
        column-gap: 136px
    }
    .row-gap-lg-34 {
        row-gap: 136px
    }
    .space-x-lg-35>* {
        margin-right: 140px
    }
    .space-x-lg-35>:last-child {
        margin-right: 0
    }
    .space-y-lg-35>* {
        margin-bottom: 140px
    }
    .space-y-lg-35>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-35 {
        -moz-column-gap: 140px;
        column-gap: 140px
    }
    .row-gap-lg-35 {
        row-gap: 140px
    }
    .space-x-lg-36>* {
        margin-right: 144px
    }
    .space-x-lg-36>:last-child {
        margin-right: 0
    }
    .space-y-lg-36>* {
        margin-bottom: 144px
    }
    .space-y-lg-36>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-36 {
        -moz-column-gap: 144px;
        column-gap: 144px
    }
    .row-gap-lg-36 {
        row-gap: 144px
    }
    .space-x-lg-37>* {
        margin-right: 148px
    }
    .space-x-lg-37>:last-child {
        margin-right: 0
    }
    .space-y-lg-37>* {
        margin-bottom: 148px
    }
    .space-y-lg-37>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-37 {
        -moz-column-gap: 148px;
        column-gap: 148px
    }
    .row-gap-lg-37 {
        row-gap: 148px
    }
    .space-x-lg-38>* {
        margin-right: 152px
    }
    .space-x-lg-38>:last-child {
        margin-right: 0
    }
    .space-y-lg-38>* {
        margin-bottom: 152px
    }
    .space-y-lg-38>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-38 {
        -moz-column-gap: 152px;
        column-gap: 152px
    }
    .row-gap-lg-38 {
        row-gap: 152px
    }
    .space-x-lg-39>* {
        margin-right: 156px
    }
    .space-x-lg-39>:last-child {
        margin-right: 0
    }
    .space-y-lg-39>* {
        margin-bottom: 156px
    }
    .space-y-lg-39>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-39 {
        -moz-column-gap: 156px;
        column-gap: 156px
    }
    .row-gap-lg-39 {
        row-gap: 156px
    }
    .space-x-lg-40>* {
        margin-right: 160px
    }
    .space-x-lg-40>:last-child {
        margin-right: 0
    }
    .space-y-lg-40>* {
        margin-bottom: 160px
    }
    .space-y-lg-40>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-40 {
        -moz-column-gap: 160px;
        column-gap: 160px
    }
    .row-gap-lg-40 {
        row-gap: 160px
    }
    .space-x-lg-0p5>* {
        margin-right: 2px
    }
    .space-x-lg-0p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-0p5>* {
        margin-bottom: 2px
    }
    .space-y-lg-0p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-0p5 {
        -moz-column-gap: 2px;
        column-gap: 2px
    }
    .row-gap-lg-0p5 {
        row-gap: 2px
    }
    .space-x-lg-1p5>* {
        margin-right: 6px
    }
    .space-x-lg-1p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-1p5>* {
        margin-bottom: 6px
    }
    .space-y-lg-1p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-1p5 {
        -moz-column-gap: 6px;
        column-gap: 6px
    }
    .row-gap-lg-1p5 {
        row-gap: 6px
    }
    .space-x-lg-2p5>* {
        margin-right: 10px
    }
    .space-x-lg-2p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-2p5>* {
        margin-bottom: 10px
    }
    .space-y-lg-2p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-2p5 {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .row-gap-lg-2p5 {
        row-gap: 10px
    }
    .space-x-lg-3p5>* {
        margin-right: 14px
    }
    .space-x-lg-3p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-3p5>* {
        margin-bottom: 14px
    }
    .space-y-lg-3p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-3p5 {
        -moz-column-gap: 14px;
        column-gap: 14px
    }
    .row-gap-lg-3p5 {
        row-gap: 14px
    }
    .space-x-lg-4p5>* {
        margin-right: 18px
    }
    .space-x-lg-4p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-4p5>* {
        margin-bottom: 18px
    }
    .space-y-lg-4p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-4p5 {
        -moz-column-gap: 18px;
        column-gap: 18px
    }
    .row-gap-lg-4p5 {
        row-gap: 18px
    }
    .space-x-lg-5p5>* {
        margin-right: 22px
    }
    .space-x-lg-5p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-5p5>* {
        margin-bottom: 22px
    }
    .space-y-lg-5p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-5p5 {
        -moz-column-gap: 22px;
        column-gap: 22px
    }
    .row-gap-lg-5p5 {
        row-gap: 22px
    }
    .space-x-lg-6p5>* {
        margin-right: 26px
    }
    .space-x-lg-6p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-6p5>* {
        margin-bottom: 26px
    }
    .space-y-lg-6p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-6p5 {
        -moz-column-gap: 26px;
        column-gap: 26px
    }
    .row-gap-lg-6p5 {
        row-gap: 26px
    }
    .space-x-lg-7p5>* {
        margin-right: 30px
    }
    .space-x-lg-7p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-7p5>* {
        margin-bottom: 30px
    }
    .space-y-lg-7p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-7p5 {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .row-gap-lg-7p5 {
        row-gap: 30px
    }
    .space-x-lg-12p5>* {
        margin-right: 50px
    }
    .space-x-lg-12p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-12p5>* {
        margin-bottom: 50px
    }
    .space-y-lg-12p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-12p5 {
        -moz-column-gap: 50px;
        column-gap: 50px
    }
    .row-gap-lg-12p5 {
        row-gap: 50px
    }
    .space-x-lg-17p5>* {
        margin-right: 70px
    }
    .space-x-lg-17p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-17p5>* {
        margin-bottom: 70px
    }
    .space-y-lg-17p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-17p5 {
        -moz-column-gap: 70px;
        column-gap: 70px
    }
    .row-gap-lg-17p5 {
        row-gap: 70px
    }
    .space-x-lg-20p5>* {
        margin-right: 82px
    }
    .space-x-lg-20p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-20p5>* {
        margin-bottom: 82px
    }
    .space-y-lg-20p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-20p5 {
        -moz-column-gap: 82px;
        column-gap: 82px
    }
    .row-gap-lg-20p5 {
        row-gap: 82px
    }
    .space-x-lg-32p5>* {
        margin-right: 130px
    }
    .space-x-lg-32p5>:last-child {
        margin-right: 0
    }
    .space-y-lg-32p5>* {
        margin-bottom: 130px
    }
    .space-y-lg-32p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-32p5 {
        -moz-column-gap: 130px;
        column-gap: 130px
    }
    .row-gap-lg-32p5 {
        row-gap: 130px
    }
    .space-x-lg-42>* {
        margin-right: 168px
    }
    .space-x-lg-42>:last-child {
        margin-right: 0
    }
    .space-y-lg-42>* {
        margin-bottom: 168px
    }
    .space-y-lg-42>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-42 {
        -moz-column-gap: 168px;
        column-gap: 168px
    }
    .row-gap-lg-42 {
        row-gap: 168px
    }
    .space-x-lg-45>* {
        margin-right: 180px
    }
    .space-x-lg-45>:last-child {
        margin-right: 0
    }
    .space-y-lg-45>* {
        margin-bottom: 180px
    }
    .space-y-lg-45>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-45 {
        -moz-column-gap: 180px;
        column-gap: 180px
    }
    .row-gap-lg-45 {
        row-gap: 180px
    }
    .space-x-lg-48>* {
        margin-right: 192px
    }
    .space-x-lg-48>:last-child {
        margin-right: 0
    }
    .space-y-lg-48>* {
        margin-bottom: 192px
    }
    .space-y-lg-48>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-48 {
        -moz-column-gap: 192px;
        column-gap: 192px
    }
    .row-gap-lg-48 {
        row-gap: 192px
    }
    .space-x-lg-50>* {
        margin-right: 200px
    }
    .space-x-lg-50>:last-child {
        margin-right: 0
    }
    .space-y-lg-50>* {
        margin-bottom: 200px
    }
    .space-y-lg-50>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-50 {
        -moz-column-gap: 200px;
        column-gap: 200px
    }
    .row-gap-lg-50 {
        row-gap: 200px
    }
    .space-x-lg-55>* {
        margin-right: 220px
    }
    .space-x-lg-55>:last-child {
        margin-right: 0
    }
    .space-y-lg-55>* {
        margin-bottom: 220px
    }
    .space-y-lg-55>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-55 {
        -moz-column-gap: 220px;
        column-gap: 220px
    }
    .row-gap-lg-55 {
        row-gap: 220px
    }
    .space-x-lg-56>* {
        margin-right: 224px
    }
    .space-x-lg-56>:last-child {
        margin-right: 0
    }
    .space-y-lg-56>* {
        margin-bottom: 224px
    }
    .space-y-lg-56>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-56 {
        -moz-column-gap: 224px;
        column-gap: 224px
    }
    .row-gap-lg-56 {
        row-gap: 224px
    }
    .space-x-lg-60>* {
        margin-right: 240px
    }
    .space-x-lg-60>:last-child {
        margin-right: 0
    }
    .space-y-lg-60>* {
        margin-bottom: 240px
    }
    .space-y-lg-60>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-60 {
        -moz-column-gap: 240px;
        column-gap: 240px
    }
    .row-gap-lg-60 {
        row-gap: 240px
    }
    .space-x-lg-62>* {
        margin-right: 248px
    }
    .space-x-lg-62>:last-child {
        margin-right: 0
    }
    .space-y-lg-62>* {
        margin-bottom: 248px
    }
    .space-y-lg-62>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-62 {
        -moz-column-gap: 248px;
        column-gap: 248px
    }
    .row-gap-lg-62 {
        row-gap: 248px
    }
    .space-x-lg-64>* {
        margin-right: 256px
    }
    .space-x-lg-64>:last-child {
        margin-right: 0
    }
    .space-y-lg-64>* {
        margin-bottom: 256px
    }
    .space-y-lg-64>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-64 {
        -moz-column-gap: 256px;
        column-gap: 256px
    }
    .row-gap-lg-64 {
        row-gap: 256px
    }
    .space-x-lg-70>* {
        margin-right: 280px
    }
    .space-x-lg-70>:last-child {
        margin-right: 0
    }
    .space-y-lg-70>* {
        margin-bottom: 280px
    }
    .space-y-lg-70>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-70 {
        -moz-column-gap: 280px;
        column-gap: 280px
    }
    .row-gap-lg-70 {
        row-gap: 280px
    }
    .space-x-lg-72>* {
        margin-right: 288px
    }
    .space-x-lg-72>:last-child {
        margin-right: 0
    }
    .space-y-lg-72>* {
        margin-bottom: 288px
    }
    .space-y-lg-72>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-72 {
        -moz-column-gap: 288px;
        column-gap: 288px
    }
    .row-gap-lg-72 {
        row-gap: 288px
    }
    .space-x-lg-75>* {
        margin-right: 300px
    }
    .space-x-lg-75>:last-child {
        margin-right: 0
    }
    .space-y-lg-75>* {
        margin-bottom: 300px
    }
    .space-y-lg-75>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-75 {
        -moz-column-gap: 300px;
        column-gap: 300px
    }
    .row-gap-lg-75 {
        row-gap: 300px
    }
    .space-x-lg-80>* {
        margin-right: 320px
    }
    .space-x-lg-80>:last-child {
        margin-right: 0
    }
    .space-y-lg-80>* {
        margin-bottom: 320px
    }
    .space-y-lg-80>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-80 {
        -moz-column-gap: 320px;
        column-gap: 320px
    }
    .row-gap-lg-80 {
        row-gap: 320px
    }
    .space-x-lg-85>* {
        margin-right: 340px
    }
    .space-x-lg-85>:last-child {
        margin-right: 0
    }
    .space-y-lg-85>* {
        margin-bottom: 340px
    }
    .space-y-lg-85>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-85 {
        -moz-column-gap: 340px;
        column-gap: 340px
    }
    .row-gap-lg-85 {
        row-gap: 340px
    }
    .space-x-lg-90>* {
        margin-right: 360px
    }
    .space-x-lg-90>:last-child {
        margin-right: 0
    }
    .space-y-lg-90>* {
        margin-bottom: 360px
    }
    .space-y-lg-90>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-90 {
        -moz-column-gap: 360px;
        column-gap: 360px
    }
    .row-gap-lg-90 {
        row-gap: 360px
    }
    .space-x-lg-100>* {
        margin-right: 400px
    }
    .space-x-lg-100>:last-child {
        margin-right: 0
    }
    .space-y-lg-100>* {
        margin-bottom: 400px
    }
    .space-y-lg-100>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-100 {
        -moz-column-gap: 400px;
        column-gap: 400px
    }
    .row-gap-lg-100 {
        row-gap: 400px
    }
    .space-x-lg-112>* {
        margin-right: 448px
    }
    .space-x-lg-112>:last-child {
        margin-right: 0
    }
    .space-y-lg-112>* {
        margin-bottom: 448px
    }
    .space-y-lg-112>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-112 {
        -moz-column-gap: 448px;
        column-gap: 448px
    }
    .row-gap-lg-112 {
        row-gap: 448px
    }
    .space-x-lg-120>* {
        margin-right: 480px
    }
    .space-x-lg-120>:last-child {
        margin-right: 0
    }
    .space-y-lg-120>* {
        margin-bottom: 480px
    }
    .space-y-lg-120>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-120 {
        -moz-column-gap: 480px;
        column-gap: 480px
    }
    .row-gap-lg-120 {
        row-gap: 480px
    }
    .space-x-lg-143>* {
        margin-right: 572px
    }
    .space-x-lg-143>:last-child {
        margin-right: 0
    }
    .space-y-lg-143>* {
        margin-bottom: 572px
    }
    .space-y-lg-143>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-143 {
        -moz-column-gap: 572px;
        column-gap: 572px
    }
    .row-gap-lg-143 {
        row-gap: 572px
    }
    .space-x-lg-150>* {
        margin-right: 600px
    }
    .space-x-lg-150>:last-child {
        margin-right: 0
    }
    .space-y-lg-150>* {
        margin-bottom: 600px
    }
    .space-y-lg-150>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-150 {
        -moz-column-gap: 600px;
        column-gap: 600px
    }
    .row-gap-lg-150 {
        row-gap: 600px
    }
    .space-x-lg-160>* {
        margin-right: 640px
    }
    .space-x-lg-160>:last-child {
        margin-right: 0
    }
    .space-y-lg-160>* {
        margin-bottom: 640px
    }
    .space-y-lg-160>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-160 {
        -moz-column-gap: 640px;
        column-gap: 640px
    }
    .row-gap-lg-160 {
        row-gap: 640px
    }
    .space-x-lg-190>* {
        margin-right: 760px
    }
    .space-x-lg-190>:last-child {
        margin-right: 0
    }
    .space-y-lg-190>* {
        margin-bottom: 760px
    }
    .space-y-lg-190>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-190 {
        -moz-column-gap: 760px;
        column-gap: 760px
    }
    .row-gap-lg-190 {
        row-gap: 760px
    }
    .space-x-lg-200>* {
        margin-right: 800px
    }
    .space-x-lg-200>:last-child {
        margin-right: 0
    }
    .space-y-lg-200>* {
        margin-bottom: 800px
    }
    .space-y-lg-200>:last-child {
        margin-bottom: 0
    }
    .column-gap-lg-200 {
        -moz-column-gap: 800px;
        column-gap: 800px
    }
    .row-gap-lg-200 {
        row-gap: 800px
    }
}

@media(min-width:1920px) {
    .space-x-xl-0>*,
    .space-x-xl-0>:last-child {
        margin-right: 0
    }
    .space-y-xl-0>*,
    .space-y-xl-0>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }
    .row-gap-xl-0 {
        row-gap: 0
    }
    .space-x-xl-1>* {
        margin-right: 4px
    }
    .space-x-xl-1>:last-child {
        margin-right: 0
    }
    .space-y-xl-1>* {
        margin-bottom: 4px
    }
    .space-y-xl-1>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-1 {
        -moz-column-gap: 4px;
        column-gap: 4px
    }
    .row-gap-xl-1 {
        row-gap: 4px
    }
    .space-x-xl-2>* {
        margin-right: 8px
    }
    .space-x-xl-2>:last-child {
        margin-right: 0
    }
    .space-y-xl-2>* {
        margin-bottom: 8px
    }
    .space-y-xl-2>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-2 {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .row-gap-xl-2 {
        row-gap: 8px
    }
    .space-x-xl-3>* {
        margin-right: 12px
    }
    .space-x-xl-3>:last-child {
        margin-right: 0
    }
    .space-y-xl-3>* {
        margin-bottom: 12px
    }
    .space-y-xl-3>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-3 {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
    .row-gap-xl-3 {
        row-gap: 12px
    }
    .space-x-xl-4>* {
        margin-right: 16px
    }
    .space-x-xl-4>:last-child {
        margin-right: 0
    }
    .space-y-xl-4>* {
        margin-bottom: 16px
    }
    .space-y-xl-4>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-4 {
        -moz-column-gap: 16px;
        column-gap: 16px
    }
    .row-gap-xl-4 {
        row-gap: 16px
    }
    .space-x-xl-5>* {
        margin-right: 20px
    }
    .space-x-xl-5>:last-child {
        margin-right: 0
    }
    .space-y-xl-5>* {
        margin-bottom: 20px
    }
    .space-y-xl-5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-5 {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .row-gap-xl-5 {
        row-gap: 20px
    }
    .space-x-xl-6>* {
        margin-right: 24px
    }
    .space-x-xl-6>:last-child {
        margin-right: 0
    }
    .space-y-xl-6>* {
        margin-bottom: 24px
    }
    .space-y-xl-6>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-6 {
        -moz-column-gap: 24px;
        column-gap: 24px
    }
    .row-gap-xl-6 {
        row-gap: 24px
    }
    .space-x-xl-7>* {
        margin-right: 28px
    }
    .space-x-xl-7>:last-child {
        margin-right: 0
    }
    .space-y-xl-7>* {
        margin-bottom: 28px
    }
    .space-y-xl-7>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-7 {
        -moz-column-gap: 28px;
        column-gap: 28px
    }
    .row-gap-xl-7 {
        row-gap: 28px
    }
    .space-x-xl-8>* {
        margin-right: 32px
    }
    .space-x-xl-8>:last-child {
        margin-right: 0
    }
    .space-y-xl-8>* {
        margin-bottom: 32px
    }
    .space-y-xl-8>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-8 {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
    .row-gap-xl-8 {
        row-gap: 32px
    }
    .space-x-xl-9>* {
        margin-right: 36px
    }
    .space-x-xl-9>:last-child {
        margin-right: 0
    }
    .space-y-xl-9>* {
        margin-bottom: 36px
    }
    .space-y-xl-9>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-9 {
        -moz-column-gap: 36px;
        column-gap: 36px
    }
    .row-gap-xl-9 {
        row-gap: 36px
    }
    .space-x-xl-10>* {
        margin-right: 40px
    }
    .space-x-xl-10>:last-child {
        margin-right: 0
    }
    .space-y-xl-10>* {
        margin-bottom: 40px
    }
    .space-y-xl-10>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-10 {
        -moz-column-gap: 40px;
        column-gap: 40px
    }
    .row-gap-xl-10 {
        row-gap: 40px
    }
    .space-x-xl-11>* {
        margin-right: 44px
    }
    .space-x-xl-11>:last-child {
        margin-right: 0
    }
    .space-y-xl-11>* {
        margin-bottom: 44px
    }
    .space-y-xl-11>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-11 {
        -moz-column-gap: 44px;
        column-gap: 44px
    }
    .row-gap-xl-11 {
        row-gap: 44px
    }
    .space-x-xl-12>* {
        margin-right: 48px
    }
    .space-x-xl-12>:last-child {
        margin-right: 0
    }
    .space-y-xl-12>* {
        margin-bottom: 48px
    }
    .space-y-xl-12>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-12 {
        -moz-column-gap: 48px;
        column-gap: 48px
    }
    .row-gap-xl-12 {
        row-gap: 48px
    }
    .space-x-xl-13>* {
        margin-right: 52px
    }
    .space-x-xl-13>:last-child {
        margin-right: 0
    }
    .space-y-xl-13>* {
        margin-bottom: 52px
    }
    .space-y-xl-13>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-13 {
        -moz-column-gap: 52px;
        column-gap: 52px
    }
    .row-gap-xl-13 {
        row-gap: 52px
    }
    .space-x-xl-14>* {
        margin-right: 56px
    }
    .space-x-xl-14>:last-child {
        margin-right: 0
    }
    .space-y-xl-14>* {
        margin-bottom: 56px
    }
    .space-y-xl-14>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-14 {
        -moz-column-gap: 56px;
        column-gap: 56px
    }
    .row-gap-xl-14 {
        row-gap: 56px
    }
    .space-x-xl-15>* {
        margin-right: 60px
    }
    .space-x-xl-15>:last-child {
        margin-right: 0
    }
    .space-y-xl-15>* {
        margin-bottom: 60px
    }
    .space-y-xl-15>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-15 {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .row-gap-xl-15 {
        row-gap: 60px
    }
    .space-x-xl-16>* {
        margin-right: 64px
    }
    .space-x-xl-16>:last-child {
        margin-right: 0
    }
    .space-y-xl-16>* {
        margin-bottom: 64px
    }
    .space-y-xl-16>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-16 {
        -moz-column-gap: 64px;
        column-gap: 64px
    }
    .row-gap-xl-16 {
        row-gap: 64px
    }
    .space-x-xl-17>* {
        margin-right: 68px
    }
    .space-x-xl-17>:last-child {
        margin-right: 0
    }
    .space-y-xl-17>* {
        margin-bottom: 68px
    }
    .space-y-xl-17>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-17 {
        -moz-column-gap: 68px;
        column-gap: 68px
    }
    .row-gap-xl-17 {
        row-gap: 68px
    }
    .space-x-xl-18>* {
        margin-right: 72px
    }
    .space-x-xl-18>:last-child {
        margin-right: 0
    }
    .space-y-xl-18>* {
        margin-bottom: 72px
    }
    .space-y-xl-18>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-18 {
        -moz-column-gap: 72px;
        column-gap: 72px
    }
    .row-gap-xl-18 {
        row-gap: 72px
    }
    .space-x-xl-19>* {
        margin-right: 76px
    }
    .space-x-xl-19>:last-child {
        margin-right: 0
    }
    .space-y-xl-19>* {
        margin-bottom: 76px
    }
    .space-y-xl-19>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-19 {
        -moz-column-gap: 76px;
        column-gap: 76px
    }
    .row-gap-xl-19 {
        row-gap: 76px
    }
    .space-x-xl-20>* {
        margin-right: 80px
    }
    .space-x-xl-20>:last-child {
        margin-right: 0
    }
    .space-y-xl-20>* {
        margin-bottom: 80px
    }
    .space-y-xl-20>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-20 {
        -moz-column-gap: 80px;
        column-gap: 80px
    }
    .row-gap-xl-20 {
        row-gap: 80px
    }
    .space-x-xl-21>* {
        margin-right: 84px
    }
    .space-x-xl-21>:last-child {
        margin-right: 0
    }
    .space-y-xl-21>* {
        margin-bottom: 84px
    }
    .space-y-xl-21>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-21 {
        -moz-column-gap: 84px;
        column-gap: 84px
    }
    .row-gap-xl-21 {
        row-gap: 84px
    }
    .space-x-xl-22>* {
        margin-right: 88px
    }
    .space-x-xl-22>:last-child {
        margin-right: 0
    }
    .space-y-xl-22>* {
        margin-bottom: 88px
    }
    .space-y-xl-22>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-22 {
        -moz-column-gap: 88px;
        column-gap: 88px
    }
    .row-gap-xl-22 {
        row-gap: 88px
    }
    .space-x-xl-23>* {
        margin-right: 92px
    }
    .space-x-xl-23>:last-child {
        margin-right: 0
    }
    .space-y-xl-23>* {
        margin-bottom: 92px
    }
    .space-y-xl-23>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-23 {
        -moz-column-gap: 92px;
        column-gap: 92px
    }
    .row-gap-xl-23 {
        row-gap: 92px
    }
    .space-x-xl-24>* {
        margin-right: 96px
    }
    .space-x-xl-24>:last-child {
        margin-right: 0
    }
    .space-y-xl-24>* {
        margin-bottom: 96px
    }
    .space-y-xl-24>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-24 {
        -moz-column-gap: 96px;
        column-gap: 96px
    }
    .row-gap-xl-24 {
        row-gap: 96px
    }
    .space-x-xl-25>* {
        margin-right: 100px
    }
    .space-x-xl-25>:last-child {
        margin-right: 0
    }
    .space-y-xl-25>* {
        margin-bottom: 100px
    }
    .space-y-xl-25>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-25 {
        -moz-column-gap: 100px;
        column-gap: 100px
    }
    .row-gap-xl-25 {
        row-gap: 100px
    }
    .space-x-xl-26>* {
        margin-right: 104px
    }
    .space-x-xl-26>:last-child {
        margin-right: 0
    }
    .space-y-xl-26>* {
        margin-bottom: 104px
    }
    .space-y-xl-26>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-26 {
        -moz-column-gap: 104px;
        column-gap: 104px
    }
    .row-gap-xl-26 {
        row-gap: 104px
    }
    .space-x-xl-27>* {
        margin-right: 108px
    }
    .space-x-xl-27>:last-child {
        margin-right: 0
    }
    .space-y-xl-27>* {
        margin-bottom: 108px
    }
    .space-y-xl-27>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-27 {
        -moz-column-gap: 108px;
        column-gap: 108px
    }
    .row-gap-xl-27 {
        row-gap: 108px
    }
    .space-x-xl-28>* {
        margin-right: 112px
    }
    .space-x-xl-28>:last-child {
        margin-right: 0
    }
    .space-y-xl-28>* {
        margin-bottom: 112px
    }
    .space-y-xl-28>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-28 {
        -moz-column-gap: 112px;
        column-gap: 112px
    }
    .row-gap-xl-28 {
        row-gap: 112px
    }
    .space-x-xl-29>* {
        margin-right: 116px
    }
    .space-x-xl-29>:last-child {
        margin-right: 0
    }
    .space-y-xl-29>* {
        margin-bottom: 116px
    }
    .space-y-xl-29>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-29 {
        -moz-column-gap: 116px;
        column-gap: 116px
    }
    .row-gap-xl-29 {
        row-gap: 116px
    }
    .space-x-xl-30>* {
        margin-right: 120px
    }
    .space-x-xl-30>:last-child {
        margin-right: 0
    }
    .space-y-xl-30>* {
        margin-bottom: 120px
    }
    .space-y-xl-30>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-30 {
        -moz-column-gap: 120px;
        column-gap: 120px
    }
    .row-gap-xl-30 {
        row-gap: 120px
    }
    .space-x-xl-31>* {
        margin-right: 124px
    }
    .space-x-xl-31>:last-child {
        margin-right: 0
    }
    .space-y-xl-31>* {
        margin-bottom: 124px
    }
    .space-y-xl-31>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-31 {
        -moz-column-gap: 124px;
        column-gap: 124px
    }
    .row-gap-xl-31 {
        row-gap: 124px
    }
    .space-x-xl-32>* {
        margin-right: 128px
    }
    .space-x-xl-32>:last-child {
        margin-right: 0
    }
    .space-y-xl-32>* {
        margin-bottom: 128px
    }
    .space-y-xl-32>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-32 {
        -moz-column-gap: 128px;
        column-gap: 128px
    }
    .row-gap-xl-32 {
        row-gap: 128px
    }
    .space-x-xl-33>* {
        margin-right: 132px
    }
    .space-x-xl-33>:last-child {
        margin-right: 0
    }
    .space-y-xl-33>* {
        margin-bottom: 132px
    }
    .space-y-xl-33>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-33 {
        -moz-column-gap: 132px;
        column-gap: 132px
    }
    .row-gap-xl-33 {
        row-gap: 132px
    }
    .space-x-xl-34>* {
        margin-right: 136px
    }
    .space-x-xl-34>:last-child {
        margin-right: 0
    }
    .space-y-xl-34>* {
        margin-bottom: 136px
    }
    .space-y-xl-34>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-34 {
        -moz-column-gap: 136px;
        column-gap: 136px
    }
    .row-gap-xl-34 {
        row-gap: 136px
    }
    .space-x-xl-35>* {
        margin-right: 140px
    }
    .space-x-xl-35>:last-child {
        margin-right: 0
    }
    .space-y-xl-35>* {
        margin-bottom: 140px
    }
    .space-y-xl-35>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-35 {
        -moz-column-gap: 140px;
        column-gap: 140px
    }
    .row-gap-xl-35 {
        row-gap: 140px
    }
    .space-x-xl-36>* {
        margin-right: 144px
    }
    .space-x-xl-36>:last-child {
        margin-right: 0
    }
    .space-y-xl-36>* {
        margin-bottom: 144px
    }
    .space-y-xl-36>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-36 {
        -moz-column-gap: 144px;
        column-gap: 144px
    }
    .row-gap-xl-36 {
        row-gap: 144px
    }
    .space-x-xl-37>* {
        margin-right: 148px
    }
    .space-x-xl-37>:last-child {
        margin-right: 0
    }
    .space-y-xl-37>* {
        margin-bottom: 148px
    }
    .space-y-xl-37>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-37 {
        -moz-column-gap: 148px;
        column-gap: 148px
    }
    .row-gap-xl-37 {
        row-gap: 148px
    }
    .space-x-xl-38>* {
        margin-right: 152px
    }
    .space-x-xl-38>:last-child {
        margin-right: 0
    }
    .space-y-xl-38>* {
        margin-bottom: 152px
    }
    .space-y-xl-38>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-38 {
        -moz-column-gap: 152px;
        column-gap: 152px
    }
    .row-gap-xl-38 {
        row-gap: 152px
    }
    .space-x-xl-39>* {
        margin-right: 156px
    }
    .space-x-xl-39>:last-child {
        margin-right: 0
    }
    .space-y-xl-39>* {
        margin-bottom: 156px
    }
    .space-y-xl-39>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-39 {
        -moz-column-gap: 156px;
        column-gap: 156px
    }
    .row-gap-xl-39 {
        row-gap: 156px
    }
    .space-x-xl-40>* {
        margin-right: 160px
    }
    .space-x-xl-40>:last-child {
        margin-right: 0
    }
    .space-y-xl-40>* {
        margin-bottom: 160px
    }
    .space-y-xl-40>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-40 {
        -moz-column-gap: 160px;
        column-gap: 160px
    }
    .row-gap-xl-40 {
        row-gap: 160px
    }
    .space-x-xl-0p5>* {
        margin-right: 2px
    }
    .space-x-xl-0p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-0p5>* {
        margin-bottom: 2px
    }
    .space-y-xl-0p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-0p5 {
        -moz-column-gap: 2px;
        column-gap: 2px
    }
    .row-gap-xl-0p5 {
        row-gap: 2px
    }
    .space-x-xl-1p5>* {
        margin-right: 6px
    }
    .space-x-xl-1p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-1p5>* {
        margin-bottom: 6px
    }
    .space-y-xl-1p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-1p5 {
        -moz-column-gap: 6px;
        column-gap: 6px
    }
    .row-gap-xl-1p5 {
        row-gap: 6px
    }
    .space-x-xl-2p5>* {
        margin-right: 10px
    }
    .space-x-xl-2p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-2p5>* {
        margin-bottom: 10px
    }
    .space-y-xl-2p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-2p5 {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .row-gap-xl-2p5 {
        row-gap: 10px
    }
    .space-x-xl-3p5>* {
        margin-right: 14px
    }
    .space-x-xl-3p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-3p5>* {
        margin-bottom: 14px
    }
    .space-y-xl-3p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-3p5 {
        -moz-column-gap: 14px;
        column-gap: 14px
    }
    .row-gap-xl-3p5 {
        row-gap: 14px
    }
    .space-x-xl-4p5>* {
        margin-right: 18px
    }
    .space-x-xl-4p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-4p5>* {
        margin-bottom: 18px
    }
    .space-y-xl-4p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-4p5 {
        -moz-column-gap: 18px;
        column-gap: 18px
    }
    .row-gap-xl-4p5 {
        row-gap: 18px
    }
    .space-x-xl-5p5>* {
        margin-right: 22px
    }
    .space-x-xl-5p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-5p5>* {
        margin-bottom: 22px
    }
    .space-y-xl-5p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-5p5 {
        -moz-column-gap: 22px;
        column-gap: 22px
    }
    .row-gap-xl-5p5 {
        row-gap: 22px
    }
    .space-x-xl-6p5>* {
        margin-right: 26px
    }
    .space-x-xl-6p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-6p5>* {
        margin-bottom: 26px
    }
    .space-y-xl-6p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-6p5 {
        -moz-column-gap: 26px;
        column-gap: 26px
    }
    .row-gap-xl-6p5 {
        row-gap: 26px
    }
    .space-x-xl-7p5>* {
        margin-right: 30px
    }
    .space-x-xl-7p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-7p5>* {
        margin-bottom: 30px
    }
    .space-y-xl-7p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-7p5 {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .row-gap-xl-7p5 {
        row-gap: 30px
    }
    .space-x-xl-12p5>* {
        margin-right: 50px
    }
    .space-x-xl-12p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-12p5>* {
        margin-bottom: 50px
    }
    .space-y-xl-12p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-12p5 {
        -moz-column-gap: 50px;
        column-gap: 50px
    }
    .row-gap-xl-12p5 {
        row-gap: 50px
    }
    .space-x-xl-17p5>* {
        margin-right: 70px
    }
    .space-x-xl-17p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-17p5>* {
        margin-bottom: 70px
    }
    .space-y-xl-17p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-17p5 {
        -moz-column-gap: 70px;
        column-gap: 70px
    }
    .row-gap-xl-17p5 {
        row-gap: 70px
    }
    .space-x-xl-20p5>* {
        margin-right: 82px
    }
    .space-x-xl-20p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-20p5>* {
        margin-bottom: 82px
    }
    .space-y-xl-20p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-20p5 {
        -moz-column-gap: 82px;
        column-gap: 82px
    }
    .row-gap-xl-20p5 {
        row-gap: 82px
    }
    .space-x-xl-32p5>* {
        margin-right: 130px
    }
    .space-x-xl-32p5>:last-child {
        margin-right: 0
    }
    .space-y-xl-32p5>* {
        margin-bottom: 130px
    }
    .space-y-xl-32p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-32p5 {
        -moz-column-gap: 130px;
        column-gap: 130px
    }
    .row-gap-xl-32p5 {
        row-gap: 130px
    }
    .space-x-xl-42>* {
        margin-right: 168px
    }
    .space-x-xl-42>:last-child {
        margin-right: 0
    }
    .space-y-xl-42>* {
        margin-bottom: 168px
    }
    .space-y-xl-42>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-42 {
        -moz-column-gap: 168px;
        column-gap: 168px
    }
    .row-gap-xl-42 {
        row-gap: 168px
    }
    .space-x-xl-45>* {
        margin-right: 180px
    }
    .space-x-xl-45>:last-child {
        margin-right: 0
    }
    .space-y-xl-45>* {
        margin-bottom: 180px
    }
    .space-y-xl-45>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-45 {
        -moz-column-gap: 180px;
        column-gap: 180px
    }
    .row-gap-xl-45 {
        row-gap: 180px
    }
    .space-x-xl-48>* {
        margin-right: 192px
    }
    .space-x-xl-48>:last-child {
        margin-right: 0
    }
    .space-y-xl-48>* {
        margin-bottom: 192px
    }
    .space-y-xl-48>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-48 {
        -moz-column-gap: 192px;
        column-gap: 192px
    }
    .row-gap-xl-48 {
        row-gap: 192px
    }
    .space-x-xl-50>* {
        margin-right: 200px
    }
    .space-x-xl-50>:last-child {
        margin-right: 0
    }
    .space-y-xl-50>* {
        margin-bottom: 200px
    }
    .space-y-xl-50>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-50 {
        -moz-column-gap: 200px;
        column-gap: 200px
    }
    .row-gap-xl-50 {
        row-gap: 200px
    }
    .space-x-xl-55>* {
        margin-right: 220px
    }
    .space-x-xl-55>:last-child {
        margin-right: 0
    }
    .space-y-xl-55>* {
        margin-bottom: 220px
    }
    .space-y-xl-55>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-55 {
        -moz-column-gap: 220px;
        column-gap: 220px
    }
    .row-gap-xl-55 {
        row-gap: 220px
    }
    .space-x-xl-56>* {
        margin-right: 224px
    }
    .space-x-xl-56>:last-child {
        margin-right: 0
    }
    .space-y-xl-56>* {
        margin-bottom: 224px
    }
    .space-y-xl-56>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-56 {
        -moz-column-gap: 224px;
        column-gap: 224px
    }
    .row-gap-xl-56 {
        row-gap: 224px
    }
    .space-x-xl-60>* {
        margin-right: 240px
    }
    .space-x-xl-60>:last-child {
        margin-right: 0
    }
    .space-y-xl-60>* {
        margin-bottom: 240px
    }
    .space-y-xl-60>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-60 {
        -moz-column-gap: 240px;
        column-gap: 240px
    }
    .row-gap-xl-60 {
        row-gap: 240px
    }
    .space-x-xl-62>* {
        margin-right: 248px
    }
    .space-x-xl-62>:last-child {
        margin-right: 0
    }
    .space-y-xl-62>* {
        margin-bottom: 248px
    }
    .space-y-xl-62>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-62 {
        -moz-column-gap: 248px;
        column-gap: 248px
    }
    .row-gap-xl-62 {
        row-gap: 248px
    }
    .space-x-xl-64>* {
        margin-right: 256px
    }
    .space-x-xl-64>:last-child {
        margin-right: 0
    }
    .space-y-xl-64>* {
        margin-bottom: 256px
    }
    .space-y-xl-64>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-64 {
        -moz-column-gap: 256px;
        column-gap: 256px
    }
    .row-gap-xl-64 {
        row-gap: 256px
    }
    .space-x-xl-70>* {
        margin-right: 280px
    }
    .space-x-xl-70>:last-child {
        margin-right: 0
    }
    .space-y-xl-70>* {
        margin-bottom: 280px
    }
    .space-y-xl-70>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-70 {
        -moz-column-gap: 280px;
        column-gap: 280px
    }
    .row-gap-xl-70 {
        row-gap: 280px
    }
    .space-x-xl-72>* {
        margin-right: 288px
    }
    .space-x-xl-72>:last-child {
        margin-right: 0
    }
    .space-y-xl-72>* {
        margin-bottom: 288px
    }
    .space-y-xl-72>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-72 {
        -moz-column-gap: 288px;
        column-gap: 288px
    }
    .row-gap-xl-72 {
        row-gap: 288px
    }
    .space-x-xl-75>* {
        margin-right: 300px
    }
    .space-x-xl-75>:last-child {
        margin-right: 0
    }
    .space-y-xl-75>* {
        margin-bottom: 300px
    }
    .space-y-xl-75>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-75 {
        -moz-column-gap: 300px;
        column-gap: 300px
    }
    .row-gap-xl-75 {
        row-gap: 300px
    }
    .space-x-xl-80>* {
        margin-right: 320px
    }
    .space-x-xl-80>:last-child {
        margin-right: 0
    }
    .space-y-xl-80>* {
        margin-bottom: 320px
    }
    .space-y-xl-80>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-80 {
        -moz-column-gap: 320px;
        column-gap: 320px
    }
    .row-gap-xl-80 {
        row-gap: 320px
    }
    .space-x-xl-85>* {
        margin-right: 340px
    }
    .space-x-xl-85>:last-child {
        margin-right: 0
    }
    .space-y-xl-85>* {
        margin-bottom: 340px
    }
    .space-y-xl-85>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-85 {
        -moz-column-gap: 340px;
        column-gap: 340px
    }
    .row-gap-xl-85 {
        row-gap: 340px
    }
    .space-x-xl-90>* {
        margin-right: 360px
    }
    .space-x-xl-90>:last-child {
        margin-right: 0
    }
    .space-y-xl-90>* {
        margin-bottom: 360px
    }
    .space-y-xl-90>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-90 {
        -moz-column-gap: 360px;
        column-gap: 360px
    }
    .row-gap-xl-90 {
        row-gap: 360px
    }
    .space-x-xl-100>* {
        margin-right: 400px
    }
    .space-x-xl-100>:last-child {
        margin-right: 0
    }
    .space-y-xl-100>* {
        margin-bottom: 400px
    }
    .space-y-xl-100>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-100 {
        -moz-column-gap: 400px;
        column-gap: 400px
    }
    .row-gap-xl-100 {
        row-gap: 400px
    }
    .space-x-xl-112>* {
        margin-right: 448px
    }
    .space-x-xl-112>:last-child {
        margin-right: 0
    }
    .space-y-xl-112>* {
        margin-bottom: 448px
    }
    .space-y-xl-112>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-112 {
        -moz-column-gap: 448px;
        column-gap: 448px
    }
    .row-gap-xl-112 {
        row-gap: 448px
    }
    .space-x-xl-120>* {
        margin-right: 480px
    }
    .space-x-xl-120>:last-child {
        margin-right: 0
    }
    .space-y-xl-120>* {
        margin-bottom: 480px
    }
    .space-y-xl-120>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-120 {
        -moz-column-gap: 480px;
        column-gap: 480px
    }
    .row-gap-xl-120 {
        row-gap: 480px
    }
    .space-x-xl-143>* {
        margin-right: 572px
    }
    .space-x-xl-143>:last-child {
        margin-right: 0
    }
    .space-y-xl-143>* {
        margin-bottom: 572px
    }
    .space-y-xl-143>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-143 {
        -moz-column-gap: 572px;
        column-gap: 572px
    }
    .row-gap-xl-143 {
        row-gap: 572px
    }
    .space-x-xl-150>* {
        margin-right: 600px
    }
    .space-x-xl-150>:last-child {
        margin-right: 0
    }
    .space-y-xl-150>* {
        margin-bottom: 600px
    }
    .space-y-xl-150>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-150 {
        -moz-column-gap: 600px;
        column-gap: 600px
    }
    .row-gap-xl-150 {
        row-gap: 600px
    }
    .space-x-xl-160>* {
        margin-right: 640px
    }
    .space-x-xl-160>:last-child {
        margin-right: 0
    }
    .space-y-xl-160>* {
        margin-bottom: 640px
    }
    .space-y-xl-160>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-160 {
        -moz-column-gap: 640px;
        column-gap: 640px
    }
    .row-gap-xl-160 {
        row-gap: 640px
    }
    .space-x-xl-190>* {
        margin-right: 760px
    }
    .space-x-xl-190>:last-child {
        margin-right: 0
    }
    .space-y-xl-190>* {
        margin-bottom: 760px
    }
    .space-y-xl-190>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-190 {
        -moz-column-gap: 760px;
        column-gap: 760px
    }
    .row-gap-xl-190 {
        row-gap: 760px
    }
    .space-x-xl-200>* {
        margin-right: 800px
    }
    .space-x-xl-200>:last-child {
        margin-right: 0
    }
    .space-y-xl-200>* {
        margin-bottom: 800px
    }
    .space-y-xl-200>:last-child {
        margin-bottom: 0
    }
    .column-gap-xl-200 {
        -moz-column-gap: 800px;
        column-gap: 800px
    }
    .row-gap-xl-200 {
        row-gap: 800px
    }
}

@media(min-width:2560px) {
    .space-x-xxl-0>*,
    .space-x-xxl-0>:last-child {
        margin-right: 0
    }
    .space-y-xxl-0>*,
    .space-y-xxl-0>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }
    .row-gap-xxl-0 {
        row-gap: 0
    }
    .space-x-xxl-1>* {
        margin-right: 4px
    }
    .space-x-xxl-1>:last-child {
        margin-right: 0
    }
    .space-y-xxl-1>* {
        margin-bottom: 4px
    }
    .space-y-xxl-1>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-1 {
        -moz-column-gap: 4px;
        column-gap: 4px
    }
    .row-gap-xxl-1 {
        row-gap: 4px
    }
    .space-x-xxl-2>* {
        margin-right: 8px
    }
    .space-x-xxl-2>:last-child {
        margin-right: 0
    }
    .space-y-xxl-2>* {
        margin-bottom: 8px
    }
    .space-y-xxl-2>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-2 {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .row-gap-xxl-2 {
        row-gap: 8px
    }
    .space-x-xxl-3>* {
        margin-right: 12px
    }
    .space-x-xxl-3>:last-child {
        margin-right: 0
    }
    .space-y-xxl-3>* {
        margin-bottom: 12px
    }
    .space-y-xxl-3>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-3 {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
    .row-gap-xxl-3 {
        row-gap: 12px
    }
    .space-x-xxl-4>* {
        margin-right: 16px
    }
    .space-x-xxl-4>:last-child {
        margin-right: 0
    }
    .space-y-xxl-4>* {
        margin-bottom: 16px
    }
    .space-y-xxl-4>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-4 {
        -moz-column-gap: 16px;
        column-gap: 16px
    }
    .row-gap-xxl-4 {
        row-gap: 16px
    }
    .space-x-xxl-5>* {
        margin-right: 20px
    }
    .space-x-xxl-5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-5>* {
        margin-bottom: 20px
    }
    .space-y-xxl-5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-5 {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .row-gap-xxl-5 {
        row-gap: 20px
    }
    .space-x-xxl-6>* {
        margin-right: 24px
    }
    .space-x-xxl-6>:last-child {
        margin-right: 0
    }
    .space-y-xxl-6>* {
        margin-bottom: 24px
    }
    .space-y-xxl-6>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-6 {
        -moz-column-gap: 24px;
        column-gap: 24px
    }
    .row-gap-xxl-6 {
        row-gap: 24px
    }
    .space-x-xxl-7>* {
        margin-right: 28px
    }
    .space-x-xxl-7>:last-child {
        margin-right: 0
    }
    .space-y-xxl-7>* {
        margin-bottom: 28px
    }
    .space-y-xxl-7>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-7 {
        -moz-column-gap: 28px;
        column-gap: 28px
    }
    .row-gap-xxl-7 {
        row-gap: 28px
    }
    .space-x-xxl-8>* {
        margin-right: 32px
    }
    .space-x-xxl-8>:last-child {
        margin-right: 0
    }
    .space-y-xxl-8>* {
        margin-bottom: 32px
    }
    .space-y-xxl-8>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-8 {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
    .row-gap-xxl-8 {
        row-gap: 32px
    }
    .space-x-xxl-9>* {
        margin-right: 36px
    }
    .space-x-xxl-9>:last-child {
        margin-right: 0
    }
    .space-y-xxl-9>* {
        margin-bottom: 36px
    }
    .space-y-xxl-9>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-9 {
        -moz-column-gap: 36px;
        column-gap: 36px
    }
    .row-gap-xxl-9 {
        row-gap: 36px
    }
    .space-x-xxl-10>* {
        margin-right: 40px
    }
    .space-x-xxl-10>:last-child {
        margin-right: 0
    }
    .space-y-xxl-10>* {
        margin-bottom: 40px
    }
    .space-y-xxl-10>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-10 {
        -moz-column-gap: 40px;
        column-gap: 40px
    }
    .row-gap-xxl-10 {
        row-gap: 40px
    }
    .space-x-xxl-11>* {
        margin-right: 44px
    }
    .space-x-xxl-11>:last-child {
        margin-right: 0
    }
    .space-y-xxl-11>* {
        margin-bottom: 44px
    }
    .space-y-xxl-11>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-11 {
        -moz-column-gap: 44px;
        column-gap: 44px
    }
    .row-gap-xxl-11 {
        row-gap: 44px
    }
    .space-x-xxl-12>* {
        margin-right: 48px
    }
    .space-x-xxl-12>:last-child {
        margin-right: 0
    }
    .space-y-xxl-12>* {
        margin-bottom: 48px
    }
    .space-y-xxl-12>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-12 {
        -moz-column-gap: 48px;
        column-gap: 48px
    }
    .row-gap-xxl-12 {
        row-gap: 48px
    }
    .space-x-xxl-13>* {
        margin-right: 52px
    }
    .space-x-xxl-13>:last-child {
        margin-right: 0
    }
    .space-y-xxl-13>* {
        margin-bottom: 52px
    }
    .space-y-xxl-13>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-13 {
        -moz-column-gap: 52px;
        column-gap: 52px
    }
    .row-gap-xxl-13 {
        row-gap: 52px
    }
    .space-x-xxl-14>* {
        margin-right: 56px
    }
    .space-x-xxl-14>:last-child {
        margin-right: 0
    }
    .space-y-xxl-14>* {
        margin-bottom: 56px
    }
    .space-y-xxl-14>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-14 {
        -moz-column-gap: 56px;
        column-gap: 56px
    }
    .row-gap-xxl-14 {
        row-gap: 56px
    }
    .space-x-xxl-15>* {
        margin-right: 60px
    }
    .space-x-xxl-15>:last-child {
        margin-right: 0
    }
    .space-y-xxl-15>* {
        margin-bottom: 60px
    }
    .space-y-xxl-15>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-15 {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .row-gap-xxl-15 {
        row-gap: 60px
    }
    .space-x-xxl-16>* {
        margin-right: 64px
    }
    .space-x-xxl-16>:last-child {
        margin-right: 0
    }
    .space-y-xxl-16>* {
        margin-bottom: 64px
    }
    .space-y-xxl-16>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-16 {
        -moz-column-gap: 64px;
        column-gap: 64px
    }
    .row-gap-xxl-16 {
        row-gap: 64px
    }
    .space-x-xxl-17>* {
        margin-right: 68px
    }
    .space-x-xxl-17>:last-child {
        margin-right: 0
    }
    .space-y-xxl-17>* {
        margin-bottom: 68px
    }
    .space-y-xxl-17>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-17 {
        -moz-column-gap: 68px;
        column-gap: 68px
    }
    .row-gap-xxl-17 {
        row-gap: 68px
    }
    .space-x-xxl-18>* {
        margin-right: 72px
    }
    .space-x-xxl-18>:last-child {
        margin-right: 0
    }
    .space-y-xxl-18>* {
        margin-bottom: 72px
    }
    .space-y-xxl-18>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-18 {
        -moz-column-gap: 72px;
        column-gap: 72px
    }
    .row-gap-xxl-18 {
        row-gap: 72px
    }
    .space-x-xxl-19>* {
        margin-right: 76px
    }
    .space-x-xxl-19>:last-child {
        margin-right: 0
    }
    .space-y-xxl-19>* {
        margin-bottom: 76px
    }
    .space-y-xxl-19>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-19 {
        -moz-column-gap: 76px;
        column-gap: 76px
    }
    .row-gap-xxl-19 {
        row-gap: 76px
    }
    .space-x-xxl-20>* {
        margin-right: 80px
    }
    .space-x-xxl-20>:last-child {
        margin-right: 0
    }
    .space-y-xxl-20>* {
        margin-bottom: 80px
    }
    .space-y-xxl-20>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-20 {
        -moz-column-gap: 80px;
        column-gap: 80px
    }
    .row-gap-xxl-20 {
        row-gap: 80px
    }
    .space-x-xxl-21>* {
        margin-right: 84px
    }
    .space-x-xxl-21>:last-child {
        margin-right: 0
    }
    .space-y-xxl-21>* {
        margin-bottom: 84px
    }
    .space-y-xxl-21>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-21 {
        -moz-column-gap: 84px;
        column-gap: 84px
    }
    .row-gap-xxl-21 {
        row-gap: 84px
    }
    .space-x-xxl-22>* {
        margin-right: 88px
    }
    .space-x-xxl-22>:last-child {
        margin-right: 0
    }
    .space-y-xxl-22>* {
        margin-bottom: 88px
    }
    .space-y-xxl-22>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-22 {
        -moz-column-gap: 88px;
        column-gap: 88px
    }
    .row-gap-xxl-22 {
        row-gap: 88px
    }
    .space-x-xxl-23>* {
        margin-right: 92px
    }
    .space-x-xxl-23>:last-child {
        margin-right: 0
    }
    .space-y-xxl-23>* {
        margin-bottom: 92px
    }
    .space-y-xxl-23>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-23 {
        -moz-column-gap: 92px;
        column-gap: 92px
    }
    .row-gap-xxl-23 {
        row-gap: 92px
    }
    .space-x-xxl-24>* {
        margin-right: 96px
    }
    .space-x-xxl-24>:last-child {
        margin-right: 0
    }
    .space-y-xxl-24>* {
        margin-bottom: 96px
    }
    .space-y-xxl-24>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-24 {
        -moz-column-gap: 96px;
        column-gap: 96px
    }
    .row-gap-xxl-24 {
        row-gap: 96px
    }
    .space-x-xxl-25>* {
        margin-right: 100px
    }
    .space-x-xxl-25>:last-child {
        margin-right: 0
    }
    .space-y-xxl-25>* {
        margin-bottom: 100px
    }
    .space-y-xxl-25>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-25 {
        -moz-column-gap: 100px;
        column-gap: 100px
    }
    .row-gap-xxl-25 {
        row-gap: 100px
    }
    .space-x-xxl-26>* {
        margin-right: 104px
    }
    .space-x-xxl-26>:last-child {
        margin-right: 0
    }
    .space-y-xxl-26>* {
        margin-bottom: 104px
    }
    .space-y-xxl-26>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-26 {
        -moz-column-gap: 104px;
        column-gap: 104px
    }
    .row-gap-xxl-26 {
        row-gap: 104px
    }
    .space-x-xxl-27>* {
        margin-right: 108px
    }
    .space-x-xxl-27>:last-child {
        margin-right: 0
    }
    .space-y-xxl-27>* {
        margin-bottom: 108px
    }
    .space-y-xxl-27>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-27 {
        -moz-column-gap: 108px;
        column-gap: 108px
    }
    .row-gap-xxl-27 {
        row-gap: 108px
    }
    .space-x-xxl-28>* {
        margin-right: 112px
    }
    .space-x-xxl-28>:last-child {
        margin-right: 0
    }
    .space-y-xxl-28>* {
        margin-bottom: 112px
    }
    .space-y-xxl-28>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-28 {
        -moz-column-gap: 112px;
        column-gap: 112px
    }
    .row-gap-xxl-28 {
        row-gap: 112px
    }
    .space-x-xxl-29>* {
        margin-right: 116px
    }
    .space-x-xxl-29>:last-child {
        margin-right: 0
    }
    .space-y-xxl-29>* {
        margin-bottom: 116px
    }
    .space-y-xxl-29>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-29 {
        -moz-column-gap: 116px;
        column-gap: 116px
    }
    .row-gap-xxl-29 {
        row-gap: 116px
    }
    .space-x-xxl-30>* {
        margin-right: 120px
    }
    .space-x-xxl-30>:last-child {
        margin-right: 0
    }
    .space-y-xxl-30>* {
        margin-bottom: 120px
    }
    .space-y-xxl-30>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-30 {
        -moz-column-gap: 120px;
        column-gap: 120px
    }
    .row-gap-xxl-30 {
        row-gap: 120px
    }
    .space-x-xxl-31>* {
        margin-right: 124px
    }
    .space-x-xxl-31>:last-child {
        margin-right: 0
    }
    .space-y-xxl-31>* {
        margin-bottom: 124px
    }
    .space-y-xxl-31>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-31 {
        -moz-column-gap: 124px;
        column-gap: 124px
    }
    .row-gap-xxl-31 {
        row-gap: 124px
    }
    .space-x-xxl-32>* {
        margin-right: 128px
    }
    .space-x-xxl-32>:last-child {
        margin-right: 0
    }
    .space-y-xxl-32>* {
        margin-bottom: 128px
    }
    .space-y-xxl-32>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-32 {
        -moz-column-gap: 128px;
        column-gap: 128px
    }
    .row-gap-xxl-32 {
        row-gap: 128px
    }
    .space-x-xxl-33>* {
        margin-right: 132px
    }
    .space-x-xxl-33>:last-child {
        margin-right: 0
    }
    .space-y-xxl-33>* {
        margin-bottom: 132px
    }
    .space-y-xxl-33>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-33 {
        -moz-column-gap: 132px;
        column-gap: 132px
    }
    .row-gap-xxl-33 {
        row-gap: 132px
    }
    .space-x-xxl-34>* {
        margin-right: 136px
    }
    .space-x-xxl-34>:last-child {
        margin-right: 0
    }
    .space-y-xxl-34>* {
        margin-bottom: 136px
    }
    .space-y-xxl-34>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-34 {
        -moz-column-gap: 136px;
        column-gap: 136px
    }
    .row-gap-xxl-34 {
        row-gap: 136px
    }
    .space-x-xxl-35>* {
        margin-right: 140px
    }
    .space-x-xxl-35>:last-child {
        margin-right: 0
    }
    .space-y-xxl-35>* {
        margin-bottom: 140px
    }
    .space-y-xxl-35>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-35 {
        -moz-column-gap: 140px;
        column-gap: 140px
    }
    .row-gap-xxl-35 {
        row-gap: 140px
    }
    .space-x-xxl-36>* {
        margin-right: 144px
    }
    .space-x-xxl-36>:last-child {
        margin-right: 0
    }
    .space-y-xxl-36>* {
        margin-bottom: 144px
    }
    .space-y-xxl-36>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-36 {
        -moz-column-gap: 144px;
        column-gap: 144px
    }
    .row-gap-xxl-36 {
        row-gap: 144px
    }
    .space-x-xxl-37>* {
        margin-right: 148px
    }
    .space-x-xxl-37>:last-child {
        margin-right: 0
    }
    .space-y-xxl-37>* {
        margin-bottom: 148px
    }
    .space-y-xxl-37>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-37 {
        -moz-column-gap: 148px;
        column-gap: 148px
    }
    .row-gap-xxl-37 {
        row-gap: 148px
    }
    .space-x-xxl-38>* {
        margin-right: 152px
    }
    .space-x-xxl-38>:last-child {
        margin-right: 0
    }
    .space-y-xxl-38>* {
        margin-bottom: 152px
    }
    .space-y-xxl-38>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-38 {
        -moz-column-gap: 152px;
        column-gap: 152px
    }
    .row-gap-xxl-38 {
        row-gap: 152px
    }
    .space-x-xxl-39>* {
        margin-right: 156px
    }
    .space-x-xxl-39>:last-child {
        margin-right: 0
    }
    .space-y-xxl-39>* {
        margin-bottom: 156px
    }
    .space-y-xxl-39>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-39 {
        -moz-column-gap: 156px;
        column-gap: 156px
    }
    .row-gap-xxl-39 {
        row-gap: 156px
    }
    .space-x-xxl-40>* {
        margin-right: 160px
    }
    .space-x-xxl-40>:last-child {
        margin-right: 0
    }
    .space-y-xxl-40>* {
        margin-bottom: 160px
    }
    .space-y-xxl-40>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-40 {
        -moz-column-gap: 160px;
        column-gap: 160px
    }
    .row-gap-xxl-40 {
        row-gap: 160px
    }
    .space-x-xxl-0p5>* {
        margin-right: 2px
    }
    .space-x-xxl-0p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-0p5>* {
        margin-bottom: 2px
    }
    .space-y-xxl-0p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-0p5 {
        -moz-column-gap: 2px;
        column-gap: 2px
    }
    .row-gap-xxl-0p5 {
        row-gap: 2px
    }
    .space-x-xxl-1p5>* {
        margin-right: 6px
    }
    .space-x-xxl-1p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-1p5>* {
        margin-bottom: 6px
    }
    .space-y-xxl-1p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-1p5 {
        -moz-column-gap: 6px;
        column-gap: 6px
    }
    .row-gap-xxl-1p5 {
        row-gap: 6px
    }
    .space-x-xxl-2p5>* {
        margin-right: 10px
    }
    .space-x-xxl-2p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-2p5>* {
        margin-bottom: 10px
    }
    .space-y-xxl-2p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-2p5 {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .row-gap-xxl-2p5 {
        row-gap: 10px
    }
    .space-x-xxl-3p5>* {
        margin-right: 14px
    }
    .space-x-xxl-3p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-3p5>* {
        margin-bottom: 14px
    }
    .space-y-xxl-3p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-3p5 {
        -moz-column-gap: 14px;
        column-gap: 14px
    }
    .row-gap-xxl-3p5 {
        row-gap: 14px
    }
    .space-x-xxl-4p5>* {
        margin-right: 18px
    }
    .space-x-xxl-4p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-4p5>* {
        margin-bottom: 18px
    }
    .space-y-xxl-4p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-4p5 {
        -moz-column-gap: 18px;
        column-gap: 18px
    }
    .row-gap-xxl-4p5 {
        row-gap: 18px
    }
    .space-x-xxl-5p5>* {
        margin-right: 22px
    }
    .space-x-xxl-5p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-5p5>* {
        margin-bottom: 22px
    }
    .space-y-xxl-5p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-5p5 {
        -moz-column-gap: 22px;
        column-gap: 22px
    }
    .row-gap-xxl-5p5 {
        row-gap: 22px
    }
    .space-x-xxl-6p5>* {
        margin-right: 26px
    }
    .space-x-xxl-6p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-6p5>* {
        margin-bottom: 26px
    }
    .space-y-xxl-6p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-6p5 {
        -moz-column-gap: 26px;
        column-gap: 26px
    }
    .row-gap-xxl-6p5 {
        row-gap: 26px
    }
    .space-x-xxl-7p5>* {
        margin-right: 30px
    }
    .space-x-xxl-7p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-7p5>* {
        margin-bottom: 30px
    }
    .space-y-xxl-7p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-7p5 {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .row-gap-xxl-7p5 {
        row-gap: 30px
    }
    .space-x-xxl-12p5>* {
        margin-right: 50px
    }
    .space-x-xxl-12p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-12p5>* {
        margin-bottom: 50px
    }
    .space-y-xxl-12p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-12p5 {
        -moz-column-gap: 50px;
        column-gap: 50px
    }
    .row-gap-xxl-12p5 {
        row-gap: 50px
    }
    .space-x-xxl-17p5>* {
        margin-right: 70px
    }
    .space-x-xxl-17p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-17p5>* {
        margin-bottom: 70px
    }
    .space-y-xxl-17p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-17p5 {
        -moz-column-gap: 70px;
        column-gap: 70px
    }
    .row-gap-xxl-17p5 {
        row-gap: 70px
    }
    .space-x-xxl-20p5>* {
        margin-right: 82px
    }
    .space-x-xxl-20p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-20p5>* {
        margin-bottom: 82px
    }
    .space-y-xxl-20p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-20p5 {
        -moz-column-gap: 82px;
        column-gap: 82px
    }
    .row-gap-xxl-20p5 {
        row-gap: 82px
    }
    .space-x-xxl-32p5>* {
        margin-right: 130px
    }
    .space-x-xxl-32p5>:last-child {
        margin-right: 0
    }
    .space-y-xxl-32p5>* {
        margin-bottom: 130px
    }
    .space-y-xxl-32p5>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-32p5 {
        -moz-column-gap: 130px;
        column-gap: 130px
    }
    .row-gap-xxl-32p5 {
        row-gap: 130px
    }
    .space-x-xxl-42>* {
        margin-right: 168px
    }
    .space-x-xxl-42>:last-child {
        margin-right: 0
    }
    .space-y-xxl-42>* {
        margin-bottom: 168px
    }
    .space-y-xxl-42>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-42 {
        -moz-column-gap: 168px;
        column-gap: 168px
    }
    .row-gap-xxl-42 {
        row-gap: 168px
    }
    .space-x-xxl-45>* {
        margin-right: 180px
    }
    .space-x-xxl-45>:last-child {
        margin-right: 0
    }
    .space-y-xxl-45>* {
        margin-bottom: 180px
    }
    .space-y-xxl-45>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-45 {
        -moz-column-gap: 180px;
        column-gap: 180px
    }
    .row-gap-xxl-45 {
        row-gap: 180px
    }
    .space-x-xxl-48>* {
        margin-right: 192px
    }
    .space-x-xxl-48>:last-child {
        margin-right: 0
    }
    .space-y-xxl-48>* {
        margin-bottom: 192px
    }
    .space-y-xxl-48>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-48 {
        -moz-column-gap: 192px;
        column-gap: 192px
    }
    .row-gap-xxl-48 {
        row-gap: 192px
    }
    .space-x-xxl-50>* {
        margin-right: 200px
    }
    .space-x-xxl-50>:last-child {
        margin-right: 0
    }
    .space-y-xxl-50>* {
        margin-bottom: 200px
    }
    .space-y-xxl-50>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-50 {
        -moz-column-gap: 200px;
        column-gap: 200px
    }
    .row-gap-xxl-50 {
        row-gap: 200px
    }
    .space-x-xxl-55>* {
        margin-right: 220px
    }
    .space-x-xxl-55>:last-child {
        margin-right: 0
    }
    .space-y-xxl-55>* {
        margin-bottom: 220px
    }
    .space-y-xxl-55>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-55 {
        -moz-column-gap: 220px;
        column-gap: 220px
    }
    .row-gap-xxl-55 {
        row-gap: 220px
    }
    .space-x-xxl-56>* {
        margin-right: 224px
    }
    .space-x-xxl-56>:last-child {
        margin-right: 0
    }
    .space-y-xxl-56>* {
        margin-bottom: 224px
    }
    .space-y-xxl-56>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-56 {
        -moz-column-gap: 224px;
        column-gap: 224px
    }
    .row-gap-xxl-56 {
        row-gap: 224px
    }
    .space-x-xxl-60>* {
        margin-right: 240px
    }
    .space-x-xxl-60>:last-child {
        margin-right: 0
    }
    .space-y-xxl-60>* {
        margin-bottom: 240px
    }
    .space-y-xxl-60>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-60 {
        -moz-column-gap: 240px;
        column-gap: 240px
    }
    .row-gap-xxl-60 {
        row-gap: 240px
    }
    .space-x-xxl-62>* {
        margin-right: 248px
    }
    .space-x-xxl-62>:last-child {
        margin-right: 0
    }
    .space-y-xxl-62>* {
        margin-bottom: 248px
    }
    .space-y-xxl-62>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-62 {
        -moz-column-gap: 248px;
        column-gap: 248px
    }
    .row-gap-xxl-62 {
        row-gap: 248px
    }
    .space-x-xxl-64>* {
        margin-right: 256px
    }
    .space-x-xxl-64>:last-child {
        margin-right: 0
    }
    .space-y-xxl-64>* {
        margin-bottom: 256px
    }
    .space-y-xxl-64>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-64 {
        -moz-column-gap: 256px;
        column-gap: 256px
    }
    .row-gap-xxl-64 {
        row-gap: 256px
    }
    .space-x-xxl-70>* {
        margin-right: 280px
    }
    .space-x-xxl-70>:last-child {
        margin-right: 0
    }
    .space-y-xxl-70>* {
        margin-bottom: 280px
    }
    .space-y-xxl-70>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-70 {
        -moz-column-gap: 280px;
        column-gap: 280px
    }
    .row-gap-xxl-70 {
        row-gap: 280px
    }
    .space-x-xxl-72>* {
        margin-right: 288px
    }
    .space-x-xxl-72>:last-child {
        margin-right: 0
    }
    .space-y-xxl-72>* {
        margin-bottom: 288px
    }
    .space-y-xxl-72>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-72 {
        -moz-column-gap: 288px;
        column-gap: 288px
    }
    .row-gap-xxl-72 {
        row-gap: 288px
    }
    .space-x-xxl-75>* {
        margin-right: 300px
    }
    .space-x-xxl-75>:last-child {
        margin-right: 0
    }
    .space-y-xxl-75>* {
        margin-bottom: 300px
    }
    .space-y-xxl-75>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-75 {
        -moz-column-gap: 300px;
        column-gap: 300px
    }
    .row-gap-xxl-75 {
        row-gap: 300px
    }
    .space-x-xxl-80>* {
        margin-right: 320px
    }
    .space-x-xxl-80>:last-child {
        margin-right: 0
    }
    .space-y-xxl-80>* {
        margin-bottom: 320px
    }
    .space-y-xxl-80>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-80 {
        -moz-column-gap: 320px;
        column-gap: 320px
    }
    .row-gap-xxl-80 {
        row-gap: 320px
    }
    .space-x-xxl-85>* {
        margin-right: 340px
    }
    .space-x-xxl-85>:last-child {
        margin-right: 0
    }
    .space-y-xxl-85>* {
        margin-bottom: 340px
    }
    .space-y-xxl-85>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-85 {
        -moz-column-gap: 340px;
        column-gap: 340px
    }
    .row-gap-xxl-85 {
        row-gap: 340px
    }
    .space-x-xxl-90>* {
        margin-right: 360px
    }
    .space-x-xxl-90>:last-child {
        margin-right: 0
    }
    .space-y-xxl-90>* {
        margin-bottom: 360px
    }
    .space-y-xxl-90>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-90 {
        -moz-column-gap: 360px;
        column-gap: 360px
    }
    .row-gap-xxl-90 {
        row-gap: 360px
    }
    .space-x-xxl-100>* {
        margin-right: 400px
    }
    .space-x-xxl-100>:last-child {
        margin-right: 0
    }
    .space-y-xxl-100>* {
        margin-bottom: 400px
    }
    .space-y-xxl-100>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-100 {
        -moz-column-gap: 400px;
        column-gap: 400px
    }
    .row-gap-xxl-100 {
        row-gap: 400px
    }
    .space-x-xxl-112>* {
        margin-right: 448px
    }
    .space-x-xxl-112>:last-child {
        margin-right: 0
    }
    .space-y-xxl-112>* {
        margin-bottom: 448px
    }
    .space-y-xxl-112>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-112 {
        -moz-column-gap: 448px;
        column-gap: 448px
    }
    .row-gap-xxl-112 {
        row-gap: 448px
    }
    .space-x-xxl-120>* {
        margin-right: 480px
    }
    .space-x-xxl-120>:last-child {
        margin-right: 0
    }
    .space-y-xxl-120>* {
        margin-bottom: 480px
    }
    .space-y-xxl-120>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-120 {
        -moz-column-gap: 480px;
        column-gap: 480px
    }
    .row-gap-xxl-120 {
        row-gap: 480px
    }
    .space-x-xxl-143>* {
        margin-right: 572px
    }
    .space-x-xxl-143>:last-child {
        margin-right: 0
    }
    .space-y-xxl-143>* {
        margin-bottom: 572px
    }
    .space-y-xxl-143>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-143 {
        -moz-column-gap: 572px;
        column-gap: 572px
    }
    .row-gap-xxl-143 {
        row-gap: 572px
    }
    .space-x-xxl-150>* {
        margin-right: 600px
    }
    .space-x-xxl-150>:last-child {
        margin-right: 0
    }
    .space-y-xxl-150>* {
        margin-bottom: 600px
    }
    .space-y-xxl-150>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-150 {
        -moz-column-gap: 600px;
        column-gap: 600px
    }
    .row-gap-xxl-150 {
        row-gap: 600px
    }
    .space-x-xxl-160>* {
        margin-right: 640px
    }
    .space-x-xxl-160>:last-child {
        margin-right: 0
    }
    .space-y-xxl-160>* {
        margin-bottom: 640px
    }
    .space-y-xxl-160>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-160 {
        -moz-column-gap: 640px;
        column-gap: 640px
    }
    .row-gap-xxl-160 {
        row-gap: 640px
    }
    .space-x-xxl-190>* {
        margin-right: 760px
    }
    .space-x-xxl-190>:last-child {
        margin-right: 0
    }
    .space-y-xxl-190>* {
        margin-bottom: 760px
    }
    .space-y-xxl-190>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-190 {
        -moz-column-gap: 760px;
        column-gap: 760px
    }
    .row-gap-xxl-190 {
        row-gap: 760px
    }
    .space-x-xxl-200>* {
        margin-right: 800px
    }
    .space-x-xxl-200>:last-child {
        margin-right: 0
    }
    .space-y-xxl-200>* {
        margin-bottom: 800px
    }
    .space-y-xxl-200>:last-child {
        margin-bottom: 0
    }
    .column-gap-xxl-200 {
        -moz-column-gap: 800px;
        column-gap: 800px
    }
    .row-gap-xxl-200 {
        row-gap: 800px
    }
}

.width-0 {
    width: 0 !important
}

.width-1 {
    width: 4px !important
}

.width-2 {
    width: 8px !important
}

.width-3 {
    width: 12px !important
}

.width-4 {
    width: 16px !important
}

.width-5 {
    width: 20px !important
}

.width-6 {
    width: 24px !important
}

.width-7 {
    width: 28px !important
}

.width-8 {
    width: 32px !important
}

.width-9 {
    width: 36px !important
}

.width-10 {
    width: 40px !important
}

.width-11 {
    width: 44px !important
}

.width-12 {
    width: 48px !important
}

.width-13 {
    width: 52px !important
}

.width-14 {
    width: 56px !important
}

.width-15 {
    width: 60px !important
}

.width-16 {
    width: 64px !important
}

.width-17 {
    width: 68px !important
}

.width-18 {
    width: 72px !important
}

.width-19 {
    width: 76px !important
}

.width-20 {
    width: 80px !important
}

.width-21 {
    width: 84px !important
}

.width-22 {
    width: 88px !important
}

.width-23 {
    width: 92px !important
}

.width-24 {
    width: 96px !important
}

.width-25 {
    width: 100px !important
}

.width-26 {
    width: 104px !important
}

.width-27 {
    width: 108px !important
}

.width-28 {
    width: 112px !important
}

.width-29 {
    width: 116px !important
}

.width-30 {
    width: 120px !important
}

.width-31 {
    width: 124px !important
}

.width-32 {
    width: 128px !important
}

.width-33 {
    width: 132px !important
}

.width-34 {
    width: 136px !important
}

.width-35 {
    width: 140px !important
}

.width-36 {
    width: 144px !important
}

.width-37 {
    width: 148px !important
}

.width-38 {
    width: 152px !important
}

.width-39 {
    width: 156px !important
}

.width-40 {
    width: 160px !important
}

.width-0p5 {
    width: 2px !important
}

.width-1p5 {
    width: 6px !important
}

.width-2p5 {
    width: 10px !important
}

.width-3p5 {
    width: 14px !important
}

.width-4p5 {
    width: 18px !important
}

.width-5p5 {
    width: 22px !important
}

.width-6p5 {
    width: 26px !important
}

.width-7p5 {
    width: 30px !important
}

.width-12p5 {
    width: 50px !important
}

.width-17p5 {
    width: 70px !important
}

.width-20p5 {
    width: 82px !important
}

.width-32p5 {
    width: 130px !important
}

.width-42 {
    width: 168px !important
}

.width-45 {
    width: 180px !important
}

.width-48 {
    width: 192px !important
}

.width-50 {
    width: 200px !important
}

.width-55 {
    width: 220px !important
}

.width-56 {
    width: 224px !important
}

.width-60 {
    width: 240px !important
}

.width-62 {
    width: 248px !important
}

.width-64 {
    width: 256px !important
}

.width-70 {
    width: 280px !important
}

.width-72 {
    width: 288px !important
}

.width-75 {
    width: 300px !important
}

.width-80 {
    width: 320px !important
}

.width-85 {
    width: 340px !important
}

.width-90 {
    width: 360px !important
}

.width-100 {
    width: 400px !important
}

.width-112 {
    width: 448px !important
}

.width-120 {
    width: 480px !important
}

.width-143 {
    width: 572px !important
}

.width-150 {
    width: 600px !important
}

.width-160 {
    width: 640px !important
}

.width-190 {
    width: 760px !important
}

.width-200 {
    width: 800px !important
}

.width-auto {
    width: auto !important
}

.width-0p,
.width-0vh,
.width-0vw {
    width: 0 !important
}

.width-5p {
    width: 5% !important
}

.width-5vw {
    width: 5vw !important
}

.width-5vh {
    width: 5vh !important
}

.width-10p {
    width: 10% !important
}

.width-10vw {
    width: 10vw !important
}

.width-10vh {
    width: 10vh !important
}

.width-15p {
    width: 15% !important
}

.width-15vw {
    width: 15vw !important
}

.width-15vh {
    width: 15vh !important
}

.width-20p {
    width: 20% !important
}

.width-20vw {
    width: 20vw !important
}

.width-20vh {
    width: 20vh !important
}

.width-25p {
    width: 25% !important
}

.width-25vw {
    width: 25vw !important
}

.width-25vh {
    width: 25vh !important
}

.width-30p {
    width: 30% !important
}

.width-30vw {
    width: 30vw !important
}

.width-30vh {
    width: 30vh !important
}

.width-35p {
    width: 35% !important
}

.width-35vw {
    width: 35vw !important
}

.width-35vh {
    width: 35vh !important
}

.width-40p {
    width: 40% !important
}

.width-40vw {
    width: 40vw !important
}

.width-40vh {
    width: 40vh !important
}

.width-45p {
    width: 45% !important
}

.width-45vw {
    width: 45vw !important
}

.width-45vh {
    width: 45vh !important
}

.width-50p {
    width: 50% !important
}

.width-50vw {
    width: 50vw !important
}

.width-50vh {
    width: 50vh !important
}

.width-55p {
    width: 55% !important
}

.width-55vw {
    width: 55vw !important
}

.width-55vh {
    width: 55vh !important
}

.width-60p {
    width: 60% !important
}

.width-60vw {
    width: 60vw !important
}

.width-60vh {
    width: 60vh !important
}

.width-65p {
    width: 65% !important
}

.width-65vw {
    width: 65vw !important
}

.width-65vh {
    width: 65vh !important
}

.width-70p {
    width: 70% !important
}

.width-70vw {
    width: 70vw !important
}

.width-70vh {
    width: 70vh !important
}

.width-75p {
    width: 75% !important
}

.width-75vw {
    width: 75vw !important
}

.width-75vh {
    width: 75vh !important
}

.width-80p {
    width: 80% !important
}

.width-80vw {
    width: 80vw !important
}

.width-80vh {
    width: 80vh !important
}

.width-85p {
    width: 85% !important
}

.width-85vw {
    width: 85vw !important
}

.width-85vh {
    width: 85vh !important
}

.width-90p {
    width: 90% !important
}

.width-90vw {
    width: 90vw !important
}

.width-90vh {
    width: 90vh !important
}

.width-95p {
    width: 95% !important
}

.width-95vw {
    width: 95vw !important
}

.width-95vh {
    width: 95vh !important
}

.width-100p {
    width: 100% !important
}

.width-100vw {
    width: 100vw !important
}

.width-100vh {
    width: 100vh !important
}

.min-width-0 {
    min-width: 0 !important
}

.min-width-1 {
    min-width: 4px !important
}

.min-width-2 {
    min-width: 8px !important
}

.min-width-3 {
    min-width: 12px !important
}

.min-width-4 {
    min-width: 16px !important
}

.min-width-5 {
    min-width: 20px !important
}

.min-width-6 {
    min-width: 24px !important
}

.min-width-7 {
    min-width: 28px !important
}

.min-width-8 {
    min-width: 32px !important
}

.min-width-9 {
    min-width: 36px !important
}

.min-width-10 {
    min-width: 40px !important
}

.min-width-11 {
    min-width: 44px !important
}

.min-width-12 {
    min-width: 48px !important
}

.min-width-13 {
    min-width: 52px !important
}

.min-width-14 {
    min-width: 56px !important
}

.min-width-15 {
    min-width: 60px !important
}

.min-width-16 {
    min-width: 64px !important
}

.min-width-17 {
    min-width: 68px !important
}

.min-width-18 {
    min-width: 72px !important
}

.min-width-19 {
    min-width: 76px !important
}

.min-width-20 {
    min-width: 80px !important
}

.min-width-21 {
    min-width: 84px !important
}

.min-width-22 {
    min-width: 88px !important
}

.min-width-23 {
    min-width: 92px !important
}

.min-width-24 {
    min-width: 96px !important
}

.min-width-25 {
    min-width: 100px !important
}

.min-width-26 {
    min-width: 104px !important
}

.min-width-27 {
    min-width: 108px !important
}

.min-width-28 {
    min-width: 112px !important
}

.min-width-29 {
    min-width: 116px !important
}

.min-width-30 {
    min-width: 120px !important
}

.min-width-31 {
    min-width: 124px !important
}

.min-width-32 {
    min-width: 128px !important
}

.min-width-33 {
    min-width: 132px !important
}

.min-width-34 {
    min-width: 136px !important
}

.min-width-35 {
    min-width: 140px !important
}

.min-width-36 {
    min-width: 144px !important
}

.min-width-37 {
    min-width: 148px !important
}

.min-width-38 {
    min-width: 152px !important
}

.min-width-39 {
    min-width: 156px !important
}

.min-width-40 {
    min-width: 160px !important
}

.min-width-0p5 {
    min-width: 2px !important
}

.min-width-1p5 {
    min-width: 6px !important
}

.min-width-2p5 {
    min-width: 10px !important
}

.min-width-3p5 {
    min-width: 14px !important
}

.min-width-4p5 {
    min-width: 18px !important
}

.min-width-5p5 {
    min-width: 22px !important
}

.min-width-6p5 {
    min-width: 26px !important
}

.min-width-7p5 {
    min-width: 30px !important
}

.min-width-12p5 {
    min-width: 50px !important
}

.min-width-17p5 {
    min-width: 70px !important
}

.min-width-20p5 {
    min-width: 82px !important
}

.min-width-32p5 {
    min-width: 130px !important
}

.min-width-42 {
    min-width: 168px !important
}

.min-width-45 {
    min-width: 180px !important
}

.min-width-48 {
    min-width: 192px !important
}

.min-width-50 {
    min-width: 200px !important
}

.min-width-55 {
    min-width: 220px !important
}

.min-width-56 {
    min-width: 224px !important
}

.min-width-60 {
    min-width: 240px !important
}

.min-width-62 {
    min-width: 248px !important
}

.min-width-64 {
    min-width: 256px !important
}

.min-width-70 {
    min-width: 280px !important
}

.min-width-72 {
    min-width: 288px !important
}

.min-width-75 {
    min-width: 300px !important
}

.min-width-80 {
    min-width: 320px !important
}

.min-width-85 {
    min-width: 340px !important
}

.min-width-90 {
    min-width: 360px !important
}

.min-width-100 {
    min-width: 400px !important
}

.min-width-112 {
    min-width: 448px !important
}

.min-width-120 {
    min-width: 480px !important
}

.min-width-143 {
    min-width: 572px !important
}

.min-width-150 {
    min-width: 600px !important
}

.min-width-160 {
    min-width: 640px !important
}

.min-width-190 {
    min-width: 760px !important
}

.min-width-200 {
    min-width: 800px !important
}

.min-width-auto {
    min-width: auto !important
}

.min-width-0p,
.min-width-0vh,
.min-width-0vw {
    min-width: 0 !important
}

.min-width-5p {
    min-width: 5% !important
}

.min-width-5vw {
    min-width: 5vw !important
}

.min-width-5vh {
    min-width: 5vh !important
}

.min-width-10p {
    min-width: 10% !important
}

.min-width-10vw {
    min-width: 10vw !important
}

.min-width-10vh {
    min-width: 10vh !important
}

.min-width-15p {
    min-width: 15% !important
}

.min-width-15vw {
    min-width: 15vw !important
}

.min-width-15vh {
    min-width: 15vh !important
}

.min-width-20p {
    min-width: 20% !important
}

.min-width-20vw {
    min-width: 20vw !important
}

.min-width-20vh {
    min-width: 20vh !important
}

.min-width-25p {
    min-width: 25% !important
}

.min-width-25vw {
    min-width: 25vw !important
}

.min-width-25vh {
    min-width: 25vh !important
}

.min-width-30p {
    min-width: 30% !important
}

.min-width-30vw {
    min-width: 30vw !important
}

.min-width-30vh {
    min-width: 30vh !important
}

.min-width-35p {
    min-width: 35% !important
}

.min-width-35vw {
    min-width: 35vw !important
}

.min-width-35vh {
    min-width: 35vh !important
}

.min-width-40p {
    min-width: 40% !important
}

.min-width-40vw {
    min-width: 40vw !important
}

.min-width-40vh {
    min-width: 40vh !important
}

.min-width-45p {
    min-width: 45% !important
}

.min-width-45vw {
    min-width: 45vw !important
}

.min-width-45vh {
    min-width: 45vh !important
}

.min-width-50p {
    min-width: 50% !important
}

.min-width-50vw {
    min-width: 50vw !important
}

.min-width-50vh {
    min-width: 50vh !important
}

.min-width-55p {
    min-width: 55% !important
}

.min-width-55vw {
    min-width: 55vw !important
}

.min-width-55vh {
    min-width: 55vh !important
}

.min-width-60p {
    min-width: 60% !important
}

.min-width-60vw {
    min-width: 60vw !important
}

.min-width-60vh {
    min-width: 60vh !important
}

.min-width-65p {
    min-width: 65% !important
}

.min-width-65vw {
    min-width: 65vw !important
}

.min-width-65vh {
    min-width: 65vh !important
}

.min-width-70p {
    min-width: 70% !important
}

.min-width-70vw {
    min-width: 70vw !important
}

.min-width-70vh {
    min-width: 70vh !important
}

.min-width-75p {
    min-width: 75% !important
}

.min-width-75vw {
    min-width: 75vw !important
}

.min-width-75vh {
    min-width: 75vh !important
}

.min-width-80p {
    min-width: 80% !important
}

.min-width-80vw {
    min-width: 80vw !important
}

.min-width-80vh {
    min-width: 80vh !important
}

.min-width-85p {
    min-width: 85% !important
}

.min-width-85vw {
    min-width: 85vw !important
}

.min-width-85vh {
    min-width: 85vh !important
}

.min-width-90p {
    min-width: 90% !important
}

.min-width-90vw {
    min-width: 90vw !important
}

.min-width-90vh {
    min-width: 90vh !important
}

.min-width-95p {
    min-width: 95% !important
}

.min-width-95vw {
    min-width: 95vw !important
}

.min-width-95vh {
    min-width: 95vh !important
}

.min-width-100p {
    min-width: 100% !important
}

.min-width-100vw {
    min-width: 100vw !important
}

.min-width-100vh {
    min-width: 100vh !important
}

.max-width-0 {
    max-width: 0 !important
}

.max-width-1 {
    max-width: 4px !important
}

.max-width-2 {
    max-width: 8px !important
}

.max-width-3 {
    max-width: 12px !important
}

.max-width-4 {
    max-width: 16px !important
}

.max-width-5 {
    max-width: 20px !important
}

.max-width-6 {
    max-width: 24px !important
}

.max-width-7 {
    max-width: 28px !important
}

.max-width-8 {
    max-width: 32px !important
}

.max-width-9 {
    max-width: 36px !important
}

.max-width-10 {
    max-width: 40px !important
}

.max-width-11 {
    max-width: 44px !important
}

.max-width-12 {
    max-width: 48px !important
}

.max-width-13 {
    max-width: 52px !important
}

.max-width-14 {
    max-width: 56px !important
}

.max-width-15 {
    max-width: 60px !important
}

.max-width-16 {
    max-width: 64px !important
}

.max-width-17 {
    max-width: 68px !important
}

.max-width-18 {
    max-width: 72px !important
}

.max-width-19 {
    max-width: 76px !important
}

.max-width-20 {
    max-width: 80px !important
}

.max-width-21 {
    max-width: 84px !important
}

.max-width-22 {
    max-width: 88px !important
}

.max-width-23 {
    max-width: 92px !important
}

.max-width-24 {
    max-width: 96px !important
}

.max-width-25 {
    max-width: 100px !important
}

.max-width-26 {
    max-width: 104px !important
}

.max-width-27 {
    max-width: 108px !important
}

.max-width-28 {
    max-width: 112px !important
}

.max-width-29 {
    max-width: 116px !important
}

.max-width-30 {
    max-width: 120px !important
}

.max-width-31 {
    max-width: 124px !important
}

.max-width-32 {
    max-width: 128px !important
}

.max-width-33 {
    max-width: 132px !important
}

.max-width-34 {
    max-width: 136px !important
}

.max-width-35 {
    max-width: 140px !important
}

.max-width-36 {
    max-width: 144px !important
}

.max-width-37 {
    max-width: 148px !important
}

.max-width-38 {
    max-width: 152px !important
}

.max-width-39 {
    max-width: 156px !important
}

.max-width-40 {
    max-width: 160px !important
}

.max-width-0p5 {
    max-width: 2px !important
}

.max-width-1p5 {
    max-width: 6px !important
}

.max-width-2p5 {
    max-width: 10px !important
}

.max-width-3p5 {
    max-width: 14px !important
}

.max-width-4p5 {
    max-width: 18px !important
}

.max-width-5p5 {
    max-width: 22px !important
}

.max-width-6p5 {
    max-width: 26px !important
}

.max-width-7p5 {
    max-width: 30px !important
}

.max-width-12p5 {
    max-width: 50px !important
}

.max-width-17p5 {
    max-width: 70px !important
}

.max-width-20p5 {
    max-width: 82px !important
}

.max-width-32p5 {
    max-width: 130px !important
}

.max-width-42 {
    max-width: 168px !important
}

.max-width-45 {
    max-width: 180px !important
}

.max-width-48 {
    max-width: 192px !important
}

.max-width-50 {
    max-width: 200px !important
}

.max-width-55 {
    max-width: 220px !important
}

.max-width-56 {
    max-width: 224px !important
}

.max-width-60 {
    max-width: 240px !important
}

.max-width-62 {
    max-width: 248px !important
}

.max-width-64 {
    max-width: 256px !important
}

.max-width-70 {
    max-width: 280px !important
}

.max-width-72 {
    max-width: 288px !important
}

.max-width-75 {
    max-width: 300px !important
}

.max-width-80 {
    max-width: 320px !important
}

.max-width-85 {
    max-width: 340px !important
}

.max-width-90 {
    max-width: 360px !important
}

.max-width-100 {
    max-width: 400px !important
}

.max-width-112 {
    max-width: 448px !important
}

.max-width-120 {
    max-width: 480px !important
}

.max-width-143 {
    max-width: 572px !important
}

.max-width-150 {
    max-width: 600px !important
}

.max-width-160 {
    max-width: 640px !important
}

.max-width-190 {
    max-width: 760px !important
}

.max-width-200 {
    max-width: 800px !important
}

.max-width-auto {
    max-width: auto !important
}

.max-width-0p,
.max-width-0vh,
.max-width-0vw {
    max-width: 0 !important
}

.max-width-5p {
    max-width: 5% !important
}

.max-width-5vw {
    max-width: 5vw !important
}

.max-width-5vh {
    max-width: 5vh !important
}

.max-width-10p {
    max-width: 10% !important
}

.max-width-10vw {
    max-width: 10vw !important
}

.max-width-10vh {
    max-width: 10vh !important
}

.max-width-15p {
    max-width: 15% !important
}

.max-width-15vw {
    max-width: 15vw !important
}

.max-width-15vh {
    max-width: 15vh !important
}

.max-width-20p {
    max-width: 20% !important
}

.max-width-20vw {
    max-width: 20vw !important
}

.max-width-20vh {
    max-width: 20vh !important
}

.max-width-25p {
    max-width: 25% !important
}

.max-width-25vw {
    max-width: 25vw !important
}

.max-width-25vh {
    max-width: 25vh !important
}

.max-width-30p {
    max-width: 30% !important
}

.max-width-30vw {
    max-width: 30vw !important
}

.max-width-30vh {
    max-width: 30vh !important
}

.max-width-35p {
    max-width: 35% !important
}

.max-width-35vw {
    max-width: 35vw !important
}

.max-width-35vh {
    max-width: 35vh !important
}

.max-width-40p {
    max-width: 40% !important
}

.max-width-40vw {
    max-width: 40vw !important
}

.max-width-40vh {
    max-width: 40vh !important
}

.max-width-45p {
    max-width: 45% !important
}

.max-width-45vw {
    max-width: 45vw !important
}

.max-width-45vh {
    max-width: 45vh !important
}

.max-width-50p {
    max-width: 50% !important
}

.max-width-50vw {
    max-width: 50vw !important
}

.max-width-50vh {
    max-width: 50vh !important
}

.max-width-55p {
    max-width: 55% !important
}

.max-width-55vw {
    max-width: 55vw !important
}

.max-width-55vh {
    max-width: 55vh !important
}

.max-width-60p {
    max-width: 60% !important
}

.max-width-60vw {
    max-width: 60vw !important
}

.max-width-60vh {
    max-width: 60vh !important
}

.max-width-65p {
    max-width: 65% !important
}

.max-width-65vw {
    max-width: 65vw !important
}

.max-width-65vh {
    max-width: 65vh !important
}

.max-width-70p {
    max-width: 70% !important
}

.max-width-70vw {
    max-width: 70vw !important
}

.max-width-70vh {
    max-width: 70vh !important
}

.max-width-75p {
    max-width: 75% !important
}

.max-width-75vw {
    max-width: 75vw !important
}

.max-width-75vh {
    max-width: 75vh !important
}

.max-width-80p {
    max-width: 80% !important
}

.max-width-80vw {
    max-width: 80vw !important
}

.max-width-80vh {
    max-width: 80vh !important
}

.max-width-85p {
    max-width: 85% !important
}

.max-width-85vw {
    max-width: 85vw !important
}

.max-width-85vh {
    max-width: 85vh !important
}

.max-width-90p {
    max-width: 90% !important
}

.max-width-90vw {
    max-width: 90vw !important
}

.max-width-90vh {
    max-width: 90vh !important
}

.max-width-95p {
    max-width: 95% !important
}

.max-width-95vw {
    max-width: 95vw !important
}

.max-width-95vh {
    max-width: 95vh !important
}

.max-width-100p {
    max-width: 100% !important
}

.max-width-100vw {
    max-width: 100vw !important
}

.max-width-100vh {
    max-width: 100vh !important
}

.height-0 {
    height: 0 !important
}

.height-1 {
    height: 4px !important
}

.height-2 {
    height: 8px !important
}

.height-3 {
    height: 12px !important
}

.height-4 {
    height: 16px !important
}

.height-5 {
    height: 20px !important
}

.height-6 {
    height: 24px !important
}

.height-7 {
    height: 28px !important
}

.height-8 {
    height: 32px !important
}

.height-9 {
    height: 36px !important
}

.height-10 {
    height: 40px !important
}

.height-11 {
    height: 44px !important
}

.height-12 {
    height: 48px !important
}

.height-13 {
    height: 52px !important
}

.height-14 {
    height: 56px !important
}

.height-15 {
    height: 60px !important
}

.height-16 {
    height: 64px !important
}

.height-17 {
    height: 68px !important
}

.height-18 {
    height: 72px !important
}

.height-19 {
    height: 76px !important
}

.height-20 {
    height: 80px !important
}

.height-21 {
    height: 84px !important
}

.height-22 {
    height: 88px !important
}

.height-23 {
    height: 92px !important
}

.height-24 {
    height: 96px !important
}

.height-25 {
    height: 100px !important
}

.height-26 {
    height: 104px !important
}

.height-27 {
    height: 108px !important
}

.height-28 {
    height: 112px !important
}

.height-29 {
    height: 116px !important
}

.height-30 {
    height: 120px !important
}

.height-31 {
    height: 124px !important
}

.height-32 {
    height: 128px !important
}

.height-33 {
    height: 132px !important
}

.height-34 {
    height: 136px !important
}

.height-35 {
    height: 140px !important
}

.height-36 {
    height: 144px !important
}

.height-37 {
    height: 148px !important
}

.height-38 {
    height: 152px !important
}

.height-39 {
    height: 156px !important
}

.height-40 {
    height: 160px !important
}

.height-0p5 {
    height: 2px !important
}

.height-1p5 {
    height: 6px !important
}

.height-2p5 {
    height: 10px !important
}

.height-3p5 {
    height: 14px !important
}

.height-4p5 {
    height: 18px !important
}

.height-5p5 {
    height: 22px !important
}

.height-6p5 {
    height: 26px !important
}

.height-7p5 {
    height: 30px !important
}

.height-12p5 {
    height: 50px !important
}

.height-17p5 {
    height: 70px !important
}

.height-20p5 {
    height: 82px !important
}

.height-32p5 {
    height: 130px !important
}

.height-42 {
    height: 168px !important
}

.height-45 {
    height: 180px !important
}

.height-48 {
    height: 192px !important
}

.height-50 {
    height: 200px !important
}

.height-55 {
    height: 220px !important
}

.height-56 {
    height: 224px !important
}

.height-60 {
    height: 240px !important
}

.height-62 {
    height: 248px !important
}

.height-64 {
    height: 256px !important
}

.height-70 {
    height: 280px !important
}

.height-72 {
    height: 288px !important
}

.height-75 {
    height: 300px !important
}

.height-80 {
    height: 320px !important
}

.height-85 {
    height: 340px !important
}

.height-90 {
    height: 360px !important
}

.height-100 {
    height: 400px !important
}

.height-112 {
    height: 448px !important
}

.height-120 {
    height: 480px !important
}

.height-143 {
    height: 572px !important
}

.height-150 {
    height: 600px !important
}

.height-160 {
    height: 640px !important
}

.height-190 {
    height: 760px !important
}

.height-200 {
    height: 800px !important
}

.height-auto {
    height: auto !important
}

.height-0p,
.height-0vh,
.height-0vw {
    height: 0 !important
}

.height-5p {
    height: 5% !important
}

.height-5vw {
    height: 5vw !important
}

.height-5vh {
    height: 5vh !important
}

.height-10p {
    height: 10% !important
}

.height-10vw {
    height: 10vw !important
}

.height-10vh {
    height: 10vh !important
}

.height-15p {
    height: 15% !important
}

.height-15vw {
    height: 15vw !important
}

.height-15vh {
    height: 15vh !important
}

.height-20p {
    height: 20% !important
}

.height-20vw {
    height: 20vw !important
}

.height-20vh {
    height: 20vh !important
}

.height-25p {
    height: 25% !important
}

.height-25vw {
    height: 25vw !important
}

.height-25vh {
    height: 25vh !important
}

.height-30p {
    height: 30% !important
}

.height-30vw {
    height: 30vw !important
}

.height-30vh {
    height: 30vh !important
}

.height-35p {
    height: 35% !important
}

.height-35vw {
    height: 35vw !important
}

.height-35vh {
    height: 35vh !important
}

.height-40p {
    height: 40% !important
}

.height-40vw {
    height: 40vw !important
}

.height-40vh {
    height: 40vh !important
}

.height-45p {
    height: 45% !important
}

.height-45vw {
    height: 45vw !important
}

.height-45vh {
    height: 45vh !important
}

.height-50p {
    height: 50% !important
}

.height-50vw {
    height: 50vw !important
}

.height-50vh {
    height: 50vh !important
}

.height-55p {
    height: 55% !important
}

.height-55vw {
    height: 55vw !important
}

.height-55vh {
    height: 55vh !important
}

.height-60p {
    height: 60% !important
}

.height-60vw {
    height: 60vw !important
}

.height-60vh {
    height: 60vh !important
}

.height-65p {
    height: 65% !important
}

.height-65vw {
    height: 65vw !important
}

.height-65vh {
    height: 65vh !important
}

.height-70p {
    height: 70% !important
}

.height-70vw {
    height: 70vw !important
}

.height-70vh {
    height: 70vh !important
}

.height-75p {
    height: 75% !important
}

.height-75vw {
    height: 75vw !important
}

.height-75vh {
    height: 75vh !important
}

.height-80p {
    height: 80% !important
}

.height-80vw {
    height: 80vw !important
}

.height-80vh {
    height: 80vh !important
}

.height-85p {
    height: 85% !important
}

.height-85vw {
    height: 85vw !important
}

.height-85vh {
    height: 85vh !important
}

.height-90p {
    height: 90% !important
}

.height-90vw {
    height: 90vw !important
}

.height-90vh {
    height: 90vh !important
}

.height-95p {
    height: 95% !important
}

.height-95vw {
    height: 95vw !important
}

.height-95vh {
    height: 95vh !important
}

.height-100p {
    height: 100% !important
}

.height-100vw {
    height: 100vw !important
}

.height-100vh {
    height: 100vh !important
}

.min-height-0 {
    min-height: 0 !important
}

.min-height-1 {
    min-height: 4px !important
}

.min-height-2 {
    min-height: 8px !important
}

.min-height-3 {
    min-height: 12px !important
}

.min-height-4 {
    min-height: 16px !important
}

.min-height-5 {
    min-height: 20px !important
}

.min-height-6 {
    min-height: 24px !important
}

.min-height-7 {
    min-height: 28px !important
}

.min-height-8 {
    min-height: 32px !important
}

.min-height-9 {
    min-height: 36px !important
}

.min-height-10 {
    min-height: 40px !important
}

.min-height-11 {
    min-height: 44px !important
}

.min-height-12 {
    min-height: 48px !important
}

.min-height-13 {
    min-height: 52px !important
}

.min-height-14 {
    min-height: 56px !important
}

.min-height-15 {
    min-height: 60px !important
}

.min-height-16 {
    min-height: 64px !important
}

.min-height-17 {
    min-height: 68px !important
}

.min-height-18 {
    min-height: 72px !important
}

.min-height-19 {
    min-height: 76px !important
}

.min-height-20 {
    min-height: 80px !important
}

.min-height-21 {
    min-height: 84px !important
}

.min-height-22 {
    min-height: 88px !important
}

.min-height-23 {
    min-height: 92px !important
}

.min-height-24 {
    min-height: 96px !important
}

.min-height-25 {
    min-height: 100px !important
}

.min-height-26 {
    min-height: 104px !important
}

.min-height-27 {
    min-height: 108px !important
}

.min-height-28 {
    min-height: 112px !important
}

.min-height-29 {
    min-height: 116px !important
}

.min-height-30 {
    min-height: 120px !important
}

.min-height-31 {
    min-height: 124px !important
}

.min-height-32 {
    min-height: 128px !important
}

.min-height-33 {
    min-height: 132px !important
}

.min-height-34 {
    min-height: 136px !important
}

.min-height-35 {
    min-height: 140px !important
}

.min-height-36 {
    min-height: 144px !important
}

.min-height-37 {
    min-height: 148px !important
}

.min-height-38 {
    min-height: 152px !important
}

.min-height-39 {
    min-height: 156px !important
}

.min-height-40 {
    min-height: 160px !important
}

.min-height-0p5 {
    min-height: 2px !important
}

.min-height-1p5 {
    min-height: 6px !important
}

.min-height-2p5 {
    min-height: 10px !important
}

.min-height-3p5 {
    min-height: 14px !important
}

.min-height-4p5 {
    min-height: 18px !important
}

.min-height-5p5 {
    min-height: 22px !important
}

.min-height-6p5 {
    min-height: 26px !important
}

.min-height-7p5 {
    min-height: 30px !important
}

.min-height-12p5 {
    min-height: 50px !important
}

.min-height-17p5 {
    min-height: 70px !important
}

.min-height-20p5 {
    min-height: 82px !important
}

.min-height-32p5 {
    min-height: 130px !important
}

.min-height-42 {
    min-height: 168px !important
}

.min-height-45 {
    min-height: 180px !important
}

.min-height-48 {
    min-height: 192px !important
}

.min-height-50 {
    min-height: 200px !important
}

.min-height-55 {
    min-height: 220px !important
}

.min-height-56 {
    min-height: 224px !important
}

.min-height-60 {
    min-height: 240px !important
}

.min-height-62 {
    min-height: 248px !important
}

.min-height-64 {
    min-height: 256px !important
}

.min-height-70 {
    min-height: 280px !important
}

.min-height-72 {
    min-height: 288px !important
}

.min-height-75 {
    min-height: 300px !important
}

.min-height-80 {
    min-height: 320px !important
}

.min-height-85 {
    min-height: 340px !important
}

.min-height-90 {
    min-height: 360px !important
}

.min-height-100 {
    min-height: 400px !important
}

.min-height-112 {
    min-height: 448px !important
}

.min-height-120 {
    min-height: 480px !important
}

.min-height-143 {
    min-height: 572px !important
}

.min-height-150 {
    min-height: 600px !important
}

.min-height-160 {
    min-height: 640px !important
}

.min-height-190 {
    min-height: 760px !important
}

.min-height-200 {
    min-height: 800px !important
}

.min-height-auto {
    min-height: auto !important
}

.min-height-0p,
.min-height-0vh,
.min-height-0vw {
    min-height: 0 !important
}

.min-height-5p {
    min-height: 5% !important
}

.min-height-5vw {
    min-height: 5vw !important
}

.min-height-5vh {
    min-height: 5vh !important
}

.min-height-10p {
    min-height: 10% !important
}

.min-height-10vw {
    min-height: 10vw !important
}

.min-height-10vh {
    min-height: 10vh !important
}

.min-height-15p {
    min-height: 15% !important
}

.min-height-15vw {
    min-height: 15vw !important
}

.min-height-15vh {
    min-height: 15vh !important
}

.min-height-20p {
    min-height: 20% !important
}

.min-height-20vw {
    min-height: 20vw !important
}

.min-height-20vh {
    min-height: 20vh !important
}

.min-height-25p {
    min-height: 25% !important
}

.min-height-25vw {
    min-height: 25vw !important
}

.min-height-25vh {
    min-height: 25vh !important
}

.min-height-30p {
    min-height: 30% !important
}

.min-height-30vw {
    min-height: 30vw !important
}

.min-height-30vh {
    min-height: 30vh !important
}

.min-height-35p {
    min-height: 35% !important
}

.min-height-35vw {
    min-height: 35vw !important
}

.min-height-35vh {
    min-height: 35vh !important
}

.min-height-40p {
    min-height: 40% !important
}

.min-height-40vw {
    min-height: 40vw !important
}

.min-height-40vh {
    min-height: 40vh !important
}

.min-height-45p {
    min-height: 45% !important
}

.min-height-45vw {
    min-height: 45vw !important
}

.min-height-45vh {
    min-height: 45vh !important
}

.min-height-50p {
    min-height: 50% !important
}

.min-height-50vw {
    min-height: 50vw !important
}

.min-height-50vh {
    min-height: 50vh !important
}

.min-height-55p {
    min-height: 55% !important
}

.min-height-55vw {
    min-height: 55vw !important
}

.min-height-55vh {
    min-height: 55vh !important
}

.min-height-60p {
    min-height: 60% !important
}

.min-height-60vw {
    min-height: 60vw !important
}

.min-height-60vh {
    min-height: 60vh !important
}

.min-height-65p {
    min-height: 65% !important
}

.min-height-65vw {
    min-height: 65vw !important
}

.min-height-65vh {
    min-height: 65vh !important
}

.min-height-70p {
    min-height: 70% !important
}

.min-height-70vw {
    min-height: 70vw !important
}

.min-height-70vh {
    min-height: 70vh !important
}

.min-height-75p {
    min-height: 75% !important
}

.min-height-75vw {
    min-height: 75vw !important
}

.min-height-75vh {
    min-height: 75vh !important
}

.min-height-80p {
    min-height: 80% !important
}

.min-height-80vw {
    min-height: 80vw !important
}

.min-height-80vh {
    min-height: 80vh !important
}

.min-height-85p {
    min-height: 85% !important
}

.min-height-85vw {
    min-height: 85vw !important
}

.min-height-85vh {
    min-height: 85vh !important
}

.min-height-90p {
    min-height: 90% !important
}

.min-height-90vw {
    min-height: 90vw !important
}

.min-height-90vh {
    min-height: 90vh !important
}

.min-height-95p {
    min-height: 95% !important
}

.min-height-95vw {
    min-height: 95vw !important
}

.min-height-95vh {
    min-height: 95vh !important
}

.min-height-100p {
    min-height: 100% !important
}

.min-height-100vw {
    min-height: 100vw !important
}

.min-height-100vh {
    min-height: 100vh !important
}

.max-height-0 {
    max-height: 0 !important
}

.max-height-1 {
    max-height: 4px !important
}

.max-height-2 {
    max-height: 8px !important
}

.max-height-3 {
    max-height: 12px !important
}

.max-height-4 {
    max-height: 16px !important
}

.max-height-5 {
    max-height: 20px !important
}

.max-height-6 {
    max-height: 24px !important
}

.max-height-7 {
    max-height: 28px !important
}

.max-height-8 {
    max-height: 32px !important
}

.max-height-9 {
    max-height: 36px !important
}

.max-height-10 {
    max-height: 40px !important
}

.max-height-11 {
    max-height: 44px !important
}

.max-height-12 {
    max-height: 48px !important
}

.max-height-13 {
    max-height: 52px !important
}

.max-height-14 {
    max-height: 56px !important
}

.max-height-15 {
    max-height: 60px !important
}

.max-height-16 {
    max-height: 64px !important
}

.max-height-17 {
    max-height: 68px !important
}

.max-height-18 {
    max-height: 72px !important
}

.max-height-19 {
    max-height: 76px !important
}

.max-height-20 {
    max-height: 80px !important
}

.max-height-21 {
    max-height: 84px !important
}

.max-height-22 {
    max-height: 88px !important
}

.max-height-23 {
    max-height: 92px !important
}

.max-height-24 {
    max-height: 96px !important
}

.max-height-25 {
    max-height: 100px !important
}

.max-height-26 {
    max-height: 104px !important
}

.max-height-27 {
    max-height: 108px !important
}

.max-height-28 {
    max-height: 112px !important
}

.max-height-29 {
    max-height: 116px !important
}

.max-height-30 {
    max-height: 120px !important
}

.max-height-31 {
    max-height: 124px !important
}

.max-height-32 {
    max-height: 128px !important
}

.max-height-33 {
    max-height: 132px !important
}

.max-height-34 {
    max-height: 136px !important
}

.max-height-35 {
    max-height: 140px !important
}

.max-height-36 {
    max-height: 144px !important
}

.max-height-37 {
    max-height: 148px !important
}

.max-height-38 {
    max-height: 152px !important
}

.max-height-39 {
    max-height: 156px !important
}

.max-height-40 {
    max-height: 160px !important
}

.max-height-0p5 {
    max-height: 2px !important
}

.max-height-1p5 {
    max-height: 6px !important
}

.max-height-2p5 {
    max-height: 10px !important
}

.max-height-3p5 {
    max-height: 14px !important
}

.max-height-4p5 {
    max-height: 18px !important
}

.max-height-5p5 {
    max-height: 22px !important
}

.max-height-6p5 {
    max-height: 26px !important
}

.max-height-7p5 {
    max-height: 30px !important
}

.max-height-12p5 {
    max-height: 50px !important
}

.max-height-17p5 {
    max-height: 70px !important
}

.max-height-20p5 {
    max-height: 82px !important
}

.max-height-32p5 {
    max-height: 130px !important
}

.max-height-42 {
    max-height: 168px !important
}

.max-height-45 {
    max-height: 180px !important
}

.max-height-48 {
    max-height: 192px !important
}

.max-height-50 {
    max-height: 200px !important
}

.max-height-55 {
    max-height: 220px !important
}

.max-height-56 {
    max-height: 224px !important
}

.max-height-60 {
    max-height: 240px !important
}

.max-height-62 {
    max-height: 248px !important
}

.max-height-64 {
    max-height: 256px !important
}

.max-height-70 {
    max-height: 280px !important
}

.max-height-72 {
    max-height: 288px !important
}

.max-height-75 {
    max-height: 300px !important
}

.max-height-80 {
    max-height: 320px !important
}

.max-height-85 {
    max-height: 340px !important
}

.max-height-90 {
    max-height: 360px !important
}

.max-height-100 {
    max-height: 400px !important
}

.max-height-112 {
    max-height: 448px !important
}

.max-height-120 {
    max-height: 480px !important
}

.max-height-143 {
    max-height: 572px !important
}

.max-height-150 {
    max-height: 600px !important
}

.max-height-160 {
    max-height: 640px !important
}

.max-height-190 {
    max-height: 760px !important
}

.max-height-200 {
    max-height: 800px !important
}

.max-height-auto {
    max-height: auto !important
}

.max-height-0p,
.max-height-0vh,
.max-height-0vw {
    max-height: 0 !important
}

.max-height-5p {
    max-height: 5% !important
}

.max-height-5vw {
    max-height: 5vw !important
}

.max-height-5vh {
    max-height: 5vh !important
}

.max-height-10p {
    max-height: 10% !important
}

.max-height-10vw {
    max-height: 10vw !important
}

.max-height-10vh {
    max-height: 10vh !important
}

.max-height-15p {
    max-height: 15% !important
}

.max-height-15vw {
    max-height: 15vw !important
}

.max-height-15vh {
    max-height: 15vh !important
}

.max-height-20p {
    max-height: 20% !important
}

.max-height-20vw {
    max-height: 20vw !important
}

.max-height-20vh {
    max-height: 20vh !important
}

.max-height-25p {
    max-height: 25% !important
}

.max-height-25vw {
    max-height: 25vw !important
}

.max-height-25vh {
    max-height: 25vh !important
}

.max-height-30p {
    max-height: 30% !important
}

.max-height-30vw {
    max-height: 30vw !important
}

.max-height-30vh {
    max-height: 30vh !important
}

.max-height-35p {
    max-height: 35% !important
}

.max-height-35vw {
    max-height: 35vw !important
}

.max-height-35vh {
    max-height: 35vh !important
}

.max-height-40p {
    max-height: 40% !important
}

.max-height-40vw {
    max-height: 40vw !important
}

.max-height-40vh {
    max-height: 40vh !important
}

.max-height-45p {
    max-height: 45% !important
}

.max-height-45vw {
    max-height: 45vw !important
}

.max-height-45vh {
    max-height: 45vh !important
}

.max-height-50p {
    max-height: 50% !important
}

.max-height-50vw {
    max-height: 50vw !important
}

.max-height-50vh {
    max-height: 50vh !important
}

.max-height-55p {
    max-height: 55% !important
}

.max-height-55vw {
    max-height: 55vw !important
}

.max-height-55vh {
    max-height: 55vh !important
}

.max-height-60p {
    max-height: 60% !important
}

.max-height-60vw {
    max-height: 60vw !important
}

.max-height-60vh {
    max-height: 60vh !important
}

.max-height-65p {
    max-height: 65% !important
}

.max-height-65vw {
    max-height: 65vw !important
}

.max-height-65vh {
    max-height: 65vh !important
}

.max-height-70p {
    max-height: 70% !important
}

.max-height-70vw {
    max-height: 70vw !important
}

.max-height-70vh {
    max-height: 70vh !important
}

.max-height-75p {
    max-height: 75% !important
}

.max-height-75vw {
    max-height: 75vw !important
}

.max-height-75vh {
    max-height: 75vh !important
}

.max-height-80p {
    max-height: 80% !important
}

.max-height-80vw {
    max-height: 80vw !important
}

.max-height-80vh {
    max-height: 80vh !important
}

.max-height-85p {
    max-height: 85% !important
}

.max-height-85vw {
    max-height: 85vw !important
}

.max-height-85vh {
    max-height: 85vh !important
}

.max-height-90p {
    max-height: 90% !important
}

.max-height-90vw {
    max-height: 90vw !important
}

.max-height-90vh {
    max-height: 90vh !important
}

.max-height-95p {
    max-height: 95% !important
}

.max-height-95vw {
    max-height: 95vw !important
}

.max-height-95vh {
    max-height: 95vh !important
}

.max-height-100p {
    max-height: 100% !important
}

.max-height-100vw {
    max-height: 100vw !important
}

.max-height-100vh {
    max-height: 100vh !important
}

@media(min-width:600px) {
    .width-sm-0 {
        width: 0 !important
    }
    .width-sm-1 {
        width: 4px !important
    }
    .width-sm-2 {
        width: 8px !important
    }
    .width-sm-3 {
        width: 12px !important
    }
    .width-sm-4 {
        width: 16px !important
    }
    .width-sm-5 {
        width: 20px !important
    }
    .width-sm-6 {
        width: 24px !important
    }
    .width-sm-7 {
        width: 28px !important
    }
    .width-sm-8 {
        width: 32px !important
    }
    .width-sm-9 {
        width: 36px !important
    }
    .width-sm-10 {
        width: 40px !important
    }
    .width-sm-11 {
        width: 44px !important
    }
    .width-sm-12 {
        width: 48px !important
    }
    .width-sm-13 {
        width: 52px !important
    }
    .width-sm-14 {
        width: 56px !important
    }
    .width-sm-15 {
        width: 60px !important
    }
    .width-sm-16 {
        width: 64px !important
    }
    .width-sm-17 {
        width: 68px !important
    }
    .width-sm-18 {
        width: 72px !important
    }
    .width-sm-19 {
        width: 76px !important
    }
    .width-sm-20 {
        width: 80px !important
    }
    .width-sm-21 {
        width: 84px !important
    }
    .width-sm-22 {
        width: 88px !important
    }
    .width-sm-23 {
        width: 92px !important
    }
    .width-sm-24 {
        width: 96px !important
    }
    .width-sm-25 {
        width: 100px !important
    }
    .width-sm-26 {
        width: 104px !important
    }
    .width-sm-27 {
        width: 108px !important
    }
    .width-sm-28 {
        width: 112px !important
    }
    .width-sm-29 {
        width: 116px !important
    }
    .width-sm-30 {
        width: 120px !important
    }
    .width-sm-31 {
        width: 124px !important
    }
    .width-sm-32 {
        width: 128px !important
    }
    .width-sm-33 {
        width: 132px !important
    }
    .width-sm-34 {
        width: 136px !important
    }
    .width-sm-35 {
        width: 140px !important
    }
    .width-sm-36 {
        width: 144px !important
    }
    .width-sm-37 {
        width: 148px !important
    }
    .width-sm-38 {
        width: 152px !important
    }
    .width-sm-39 {
        width: 156px !important
    }
    .width-sm-40 {
        width: 160px !important
    }
    .width-sm-0p5 {
        width: 2px !important
    }
    .width-sm-1p5 {
        width: 6px !important
    }
    .width-sm-2p5 {
        width: 10px !important
    }
    .width-sm-3p5 {
        width: 14px !important
    }
    .width-sm-4p5 {
        width: 18px !important
    }
    .width-sm-5p5 {
        width: 22px !important
    }
    .width-sm-6p5 {
        width: 26px !important
    }
    .width-sm-7p5 {
        width: 30px !important
    }
    .width-sm-12p5 {
        width: 50px !important
    }
    .width-sm-17p5 {
        width: 70px !important
    }
    .width-sm-20p5 {
        width: 82px !important
    }
    .width-sm-32p5 {
        width: 130px !important
    }
    .width-sm-42 {
        width: 168px !important
    }
    .width-sm-45 {
        width: 180px !important
    }
    .width-sm-48 {
        width: 192px !important
    }
    .width-sm-50 {
        width: 200px !important
    }
    .width-sm-55 {
        width: 220px !important
    }
    .width-sm-56 {
        width: 224px !important
    }
    .width-sm-60 {
        width: 240px !important
    }
    .width-sm-62 {
        width: 248px !important
    }
    .width-sm-64 {
        width: 256px !important
    }
    .width-sm-70 {
        width: 280px !important
    }
    .width-sm-72 {
        width: 288px !important
    }
    .width-sm-75 {
        width: 300px !important
    }
    .width-sm-80 {
        width: 320px !important
    }
    .width-sm-85 {
        width: 340px !important
    }
    .width-sm-90 {
        width: 360px !important
    }
    .width-sm-100 {
        width: 400px !important
    }
    .width-sm-112 {
        width: 448px !important
    }
    .width-sm-120 {
        width: 480px !important
    }
    .width-sm-143 {
        width: 572px !important
    }
    .width-sm-150 {
        width: 600px !important
    }
    .width-sm-160 {
        width: 640px !important
    }
    .width-sm-190 {
        width: 760px !important
    }
    .width-sm-200 {
        width: 800px !important
    }
    .width-sm-auto {
        width: auto !important
    }
    .width-sm-0p,
    .width-sm-0vh,
    .width-sm-0vw {
        width: 0 !important
    }
    .width-sm-5p {
        width: 5% !important
    }
    .width-sm-5vw {
        width: 5vw !important
    }
    .width-sm-5vh {
        width: 5vh !important
    }
    .width-sm-10p {
        width: 10% !important
    }
    .width-sm-10vw {
        width: 10vw !important
    }
    .width-sm-10vh {
        width: 10vh !important
    }
    .width-sm-15p {
        width: 15% !important
    }
    .width-sm-15vw {
        width: 15vw !important
    }
    .width-sm-15vh {
        width: 15vh !important
    }
    .width-sm-20p {
        width: 20% !important
    }
    .width-sm-20vw {
        width: 20vw !important
    }
    .width-sm-20vh {
        width: 20vh !important
    }
    .width-sm-25p {
        width: 25% !important
    }
    .width-sm-25vw {
        width: 25vw !important
    }
    .width-sm-25vh {
        width: 25vh !important
    }
    .width-sm-30p {
        width: 30% !important
    }
    .width-sm-30vw {
        width: 30vw !important
    }
    .width-sm-30vh {
        width: 30vh !important
    }
    .width-sm-35p {
        width: 35% !important
    }
    .width-sm-35vw {
        width: 35vw !important
    }
    .width-sm-35vh {
        width: 35vh !important
    }
    .width-sm-40p {
        width: 40% !important
    }
    .width-sm-40vw {
        width: 40vw !important
    }
    .width-sm-40vh {
        width: 40vh !important
    }
    .width-sm-45p {
        width: 45% !important
    }
    .width-sm-45vw {
        width: 45vw !important
    }
    .width-sm-45vh {
        width: 45vh !important
    }
    .width-sm-50p {
        width: 50% !important
    }
    .width-sm-50vw {
        width: 50vw !important
    }
    .width-sm-50vh {
        width: 50vh !important
    }
    .width-sm-55p {
        width: 55% !important
    }
    .width-sm-55vw {
        width: 55vw !important
    }
    .width-sm-55vh {
        width: 55vh !important
    }
    .width-sm-60p {
        width: 60% !important
    }
    .width-sm-60vw {
        width: 60vw !important
    }
    .width-sm-60vh {
        width: 60vh !important
    }
    .width-sm-65p {
        width: 65% !important
    }
    .width-sm-65vw {
        width: 65vw !important
    }
    .width-sm-65vh {
        width: 65vh !important
    }
    .width-sm-70p {
        width: 70% !important
    }
    .width-sm-70vw {
        width: 70vw !important
    }
    .width-sm-70vh {
        width: 70vh !important
    }
    .width-sm-75p {
        width: 75% !important
    }
    .width-sm-75vw {
        width: 75vw !important
    }
    .width-sm-75vh {
        width: 75vh !important
    }
    .width-sm-80p {
        width: 80% !important
    }
    .width-sm-80vw {
        width: 80vw !important
    }
    .width-sm-80vh {
        width: 80vh !important
    }
    .width-sm-85p {
        width: 85% !important
    }
    .width-sm-85vw {
        width: 85vw !important
    }
    .width-sm-85vh {
        width: 85vh !important
    }
    .width-sm-90p {
        width: 90% !important
    }
    .width-sm-90vw {
        width: 90vw !important
    }
    .width-sm-90vh {
        width: 90vh !important
    }
    .width-sm-95p {
        width: 95% !important
    }
    .width-sm-95vw {
        width: 95vw !important
    }
    .width-sm-95vh {
        width: 95vh !important
    }
    .width-sm-100p {
        width: 100% !important
    }
    .width-sm-100vw {
        width: 100vw !important
    }
    .width-sm-100vh {
        width: 100vh !important
    }
    .min-width-sm-0 {
        min-width: 0 !important
    }
    .min-width-sm-1 {
        min-width: 4px !important
    }
    .min-width-sm-2 {
        min-width: 8px !important
    }
    .min-width-sm-3 {
        min-width: 12px !important
    }
    .min-width-sm-4 {
        min-width: 16px !important
    }
    .min-width-sm-5 {
        min-width: 20px !important
    }
    .min-width-sm-6 {
        min-width: 24px !important
    }
    .min-width-sm-7 {
        min-width: 28px !important
    }
    .min-width-sm-8 {
        min-width: 32px !important
    }
    .min-width-sm-9 {
        min-width: 36px !important
    }
    .min-width-sm-10 {
        min-width: 40px !important
    }
    .min-width-sm-11 {
        min-width: 44px !important
    }
    .min-width-sm-12 {
        min-width: 48px !important
    }
    .min-width-sm-13 {
        min-width: 52px !important
    }
    .min-width-sm-14 {
        min-width: 56px !important
    }
    .min-width-sm-15 {
        min-width: 60px !important
    }
    .min-width-sm-16 {
        min-width: 64px !important
    }
    .min-width-sm-17 {
        min-width: 68px !important
    }
    .min-width-sm-18 {
        min-width: 72px !important
    }
    .min-width-sm-19 {
        min-width: 76px !important
    }
    .min-width-sm-20 {
        min-width: 80px !important
    }
    .min-width-sm-21 {
        min-width: 84px !important
    }
    .min-width-sm-22 {
        min-width: 88px !important
    }
    .min-width-sm-23 {
        min-width: 92px !important
    }
    .min-width-sm-24 {
        min-width: 96px !important
    }
    .min-width-sm-25 {
        min-width: 100px !important
    }
    .min-width-sm-26 {
        min-width: 104px !important
    }
    .min-width-sm-27 {
        min-width: 108px !important
    }
    .min-width-sm-28 {
        min-width: 112px !important
    }
    .min-width-sm-29 {
        min-width: 116px !important
    }
    .min-width-sm-30 {
        min-width: 120px !important
    }
    .min-width-sm-31 {
        min-width: 124px !important
    }
    .min-width-sm-32 {
        min-width: 128px !important
    }
    .min-width-sm-33 {
        min-width: 132px !important
    }
    .min-width-sm-34 {
        min-width: 136px !important
    }
    .min-width-sm-35 {
        min-width: 140px !important
    }
    .min-width-sm-36 {
        min-width: 144px !important
    }
    .min-width-sm-37 {
        min-width: 148px !important
    }
    .min-width-sm-38 {
        min-width: 152px !important
    }
    .min-width-sm-39 {
        min-width: 156px !important
    }
    .min-width-sm-40 {
        min-width: 160px !important
    }
    .min-width-sm-0p5 {
        min-width: 2px !important
    }
    .min-width-sm-1p5 {
        min-width: 6px !important
    }
    .min-width-sm-2p5 {
        min-width: 10px !important
    }
    .min-width-sm-3p5 {
        min-width: 14px !important
    }
    .min-width-sm-4p5 {
        min-width: 18px !important
    }
    .min-width-sm-5p5 {
        min-width: 22px !important
    }
    .min-width-sm-6p5 {
        min-width: 26px !important
    }
    .min-width-sm-7p5 {
        min-width: 30px !important
    }
    .min-width-sm-12p5 {
        min-width: 50px !important
    }
    .min-width-sm-17p5 {
        min-width: 70px !important
    }
    .min-width-sm-20p5 {
        min-width: 82px !important
    }
    .min-width-sm-32p5 {
        min-width: 130px !important
    }
    .min-width-sm-42 {
        min-width: 168px !important
    }
    .min-width-sm-45 {
        min-width: 180px !important
    }
    .min-width-sm-48 {
        min-width: 192px !important
    }
    .min-width-sm-50 {
        min-width: 200px !important
    }
    .min-width-sm-55 {
        min-width: 220px !important
    }
    .min-width-sm-56 {
        min-width: 224px !important
    }
    .min-width-sm-60 {
        min-width: 240px !important
    }
    .min-width-sm-62 {
        min-width: 248px !important
    }
    .min-width-sm-64 {
        min-width: 256px !important
    }
    .min-width-sm-70 {
        min-width: 280px !important
    }
    .min-width-sm-72 {
        min-width: 288px !important
    }
    .min-width-sm-75 {
        min-width: 300px !important
    }
    .min-width-sm-80 {
        min-width: 320px !important
    }
    .min-width-sm-85 {
        min-width: 340px !important
    }
    .min-width-sm-90 {
        min-width: 360px !important
    }
    .min-width-sm-100 {
        min-width: 400px !important
    }
    .min-width-sm-112 {
        min-width: 448px !important
    }
    .min-width-sm-120 {
        min-width: 480px !important
    }
    .min-width-sm-143 {
        min-width: 572px !important
    }
    .min-width-sm-150 {
        min-width: 600px !important
    }
    .min-width-sm-160 {
        min-width: 640px !important
    }
    .min-width-sm-190 {
        min-width: 760px !important
    }
    .min-width-sm-200 {
        min-width: 800px !important
    }
    .min-width-sm-auto {
        min-width: auto !important
    }
    .min-width-sm-0p,
    .min-width-sm-0vh,
    .min-width-sm-0vw {
        min-width: 0 !important
    }
    .min-width-sm-5p {
        min-width: 5% !important
    }
    .min-width-sm-5vw {
        min-width: 5vw !important
    }
    .min-width-sm-5vh {
        min-width: 5vh !important
    }
    .min-width-sm-10p {
        min-width: 10% !important
    }
    .min-width-sm-10vw {
        min-width: 10vw !important
    }
    .min-width-sm-10vh {
        min-width: 10vh !important
    }
    .min-width-sm-15p {
        min-width: 15% !important
    }
    .min-width-sm-15vw {
        min-width: 15vw !important
    }
    .min-width-sm-15vh {
        min-width: 15vh !important
    }
    .min-width-sm-20p {
        min-width: 20% !important
    }
    .min-width-sm-20vw {
        min-width: 20vw !important
    }
    .min-width-sm-20vh {
        min-width: 20vh !important
    }
    .min-width-sm-25p {
        min-width: 25% !important
    }
    .min-width-sm-25vw {
        min-width: 25vw !important
    }
    .min-width-sm-25vh {
        min-width: 25vh !important
    }
    .min-width-sm-30p {
        min-width: 30% !important
    }
    .min-width-sm-30vw {
        min-width: 30vw !important
    }
    .min-width-sm-30vh {
        min-width: 30vh !important
    }
    .min-width-sm-35p {
        min-width: 35% !important
    }
    .min-width-sm-35vw {
        min-width: 35vw !important
    }
    .min-width-sm-35vh {
        min-width: 35vh !important
    }
    .min-width-sm-40p {
        min-width: 40% !important
    }
    .min-width-sm-40vw {
        min-width: 40vw !important
    }
    .min-width-sm-40vh {
        min-width: 40vh !important
    }
    .min-width-sm-45p {
        min-width: 45% !important
    }
    .min-width-sm-45vw {
        min-width: 45vw !important
    }
    .min-width-sm-45vh {
        min-width: 45vh !important
    }
    .min-width-sm-50p {
        min-width: 50% !important
    }
    .min-width-sm-50vw {
        min-width: 50vw !important
    }
    .min-width-sm-50vh {
        min-width: 50vh !important
    }
    .min-width-sm-55p {
        min-width: 55% !important
    }
    .min-width-sm-55vw {
        min-width: 55vw !important
    }
    .min-width-sm-55vh {
        min-width: 55vh !important
    }
    .min-width-sm-60p {
        min-width: 60% !important
    }
    .min-width-sm-60vw {
        min-width: 60vw !important
    }
    .min-width-sm-60vh {
        min-width: 60vh !important
    }
    .min-width-sm-65p {
        min-width: 65% !important
    }
    .min-width-sm-65vw {
        min-width: 65vw !important
    }
    .min-width-sm-65vh {
        min-width: 65vh !important
    }
    .min-width-sm-70p {
        min-width: 70% !important
    }
    .min-width-sm-70vw {
        min-width: 70vw !important
    }
    .min-width-sm-70vh {
        min-width: 70vh !important
    }
    .min-width-sm-75p {
        min-width: 75% !important
    }
    .min-width-sm-75vw {
        min-width: 75vw !important
    }
    .min-width-sm-75vh {
        min-width: 75vh !important
    }
    .min-width-sm-80p {
        min-width: 80% !important
    }
    .min-width-sm-80vw {
        min-width: 80vw !important
    }
    .min-width-sm-80vh {
        min-width: 80vh !important
    }
    .min-width-sm-85p {
        min-width: 85% !important
    }
    .min-width-sm-85vw {
        min-width: 85vw !important
    }
    .min-width-sm-85vh {
        min-width: 85vh !important
    }
    .min-width-sm-90p {
        min-width: 90% !important
    }
    .min-width-sm-90vw {
        min-width: 90vw !important
    }
    .min-width-sm-90vh {
        min-width: 90vh !important
    }
    .min-width-sm-95p {
        min-width: 95% !important
    }
    .min-width-sm-95vw {
        min-width: 95vw !important
    }
    .min-width-sm-95vh {
        min-width: 95vh !important
    }
    .min-width-sm-100p {
        min-width: 100% !important
    }
    .min-width-sm-100vw {
        min-width: 100vw !important
    }
    .min-width-sm-100vh {
        min-width: 100vh !important
    }
    .max-width-sm-0 {
        max-width: 0 !important
    }
    .max-width-sm-1 {
        max-width: 4px !important
    }
    .max-width-sm-2 {
        max-width: 8px !important
    }
    .max-width-sm-3 {
        max-width: 12px !important
    }
    .max-width-sm-4 {
        max-width: 16px !important
    }
    .max-width-sm-5 {
        max-width: 20px !important
    }
    .max-width-sm-6 {
        max-width: 24px !important
    }
    .max-width-sm-7 {
        max-width: 28px !important
    }
    .max-width-sm-8 {
        max-width: 32px !important
    }
    .max-width-sm-9 {
        max-width: 36px !important
    }
    .max-width-sm-10 {
        max-width: 40px !important
    }
    .max-width-sm-11 {
        max-width: 44px !important
    }
    .max-width-sm-12 {
        max-width: 48px !important
    }
    .max-width-sm-13 {
        max-width: 52px !important
    }
    .max-width-sm-14 {
        max-width: 56px !important
    }
    .max-width-sm-15 {
        max-width: 60px !important
    }
    .max-width-sm-16 {
        max-width: 64px !important
    }
    .max-width-sm-17 {
        max-width: 68px !important
    }
    .max-width-sm-18 {
        max-width: 72px !important
    }
    .max-width-sm-19 {
        max-width: 76px !important
    }
    .max-width-sm-20 {
        max-width: 80px !important
    }
    .max-width-sm-21 {
        max-width: 84px !important
    }
    .max-width-sm-22 {
        max-width: 88px !important
    }
    .max-width-sm-23 {
        max-width: 92px !important
    }
    .max-width-sm-24 {
        max-width: 96px !important
    }
    .max-width-sm-25 {
        max-width: 100px !important
    }
    .max-width-sm-26 {
        max-width: 104px !important
    }
    .max-width-sm-27 {
        max-width: 108px !important
    }
    .max-width-sm-28 {
        max-width: 112px !important
    }
    .max-width-sm-29 {
        max-width: 116px !important
    }
    .max-width-sm-30 {
        max-width: 120px !important
    }
    .max-width-sm-31 {
        max-width: 124px !important
    }
    .max-width-sm-32 {
        max-width: 128px !important
    }
    .max-width-sm-33 {
        max-width: 132px !important
    }
    .max-width-sm-34 {
        max-width: 136px !important
    }
    .max-width-sm-35 {
        max-width: 140px !important
    }
    .max-width-sm-36 {
        max-width: 144px !important
    }
    .max-width-sm-37 {
        max-width: 148px !important
    }
    .max-width-sm-38 {
        max-width: 152px !important
    }
    .max-width-sm-39 {
        max-width: 156px !important
    }
    .max-width-sm-40 {
        max-width: 160px !important
    }
    .max-width-sm-0p5 {
        max-width: 2px !important
    }
    .max-width-sm-1p5 {
        max-width: 6px !important
    }
    .max-width-sm-2p5 {
        max-width: 10px !important
    }
    .max-width-sm-3p5 {
        max-width: 14px !important
    }
    .max-width-sm-4p5 {
        max-width: 18px !important
    }
    .max-width-sm-5p5 {
        max-width: 22px !important
    }
    .max-width-sm-6p5 {
        max-width: 26px !important
    }
    .max-width-sm-7p5 {
        max-width: 30px !important
    }
    .max-width-sm-12p5 {
        max-width: 50px !important
    }
    .max-width-sm-17p5 {
        max-width: 70px !important
    }
    .max-width-sm-20p5 {
        max-width: 82px !important
    }
    .max-width-sm-32p5 {
        max-width: 130px !important
    }
    .max-width-sm-42 {
        max-width: 168px !important
    }
    .max-width-sm-45 {
        max-width: 180px !important
    }
    .max-width-sm-48 {
        max-width: 192px !important
    }
    .max-width-sm-50 {
        max-width: 200px !important
    }
    .max-width-sm-55 {
        max-width: 220px !important
    }
    .max-width-sm-56 {
        max-width: 224px !important
    }
    .max-width-sm-60 {
        max-width: 240px !important
    }
    .max-width-sm-62 {
        max-width: 248px !important
    }
    .max-width-sm-64 {
        max-width: 256px !important
    }
    .max-width-sm-70 {
        max-width: 280px !important
    }
    .max-width-sm-72 {
        max-width: 288px !important
    }
    .max-width-sm-75 {
        max-width: 300px !important
    }
    .max-width-sm-80 {
        max-width: 320px !important
    }
    .max-width-sm-85 {
        max-width: 340px !important
    }
    .max-width-sm-90 {
        max-width: 360px !important
    }
    .max-width-sm-100 {
        max-width: 400px !important
    }
    .max-width-sm-112 {
        max-width: 448px !important
    }
    .max-width-sm-120 {
        max-width: 480px !important
    }
    .max-width-sm-143 {
        max-width: 572px !important
    }
    .max-width-sm-150 {
        max-width: 600px !important
    }
    .max-width-sm-160 {
        max-width: 640px !important
    }
    .max-width-sm-190 {
        max-width: 760px !important
    }
    .max-width-sm-200 {
        max-width: 800px !important
    }
    .max-width-sm-auto {
        max-width: auto !important
    }
    .max-width-sm-0p,
    .max-width-sm-0vh,
    .max-width-sm-0vw {
        max-width: 0 !important
    }
    .max-width-sm-5p {
        max-width: 5% !important
    }
    .max-width-sm-5vw {
        max-width: 5vw !important
    }
    .max-width-sm-5vh {
        max-width: 5vh !important
    }
    .max-width-sm-10p {
        max-width: 10% !important
    }
    .max-width-sm-10vw {
        max-width: 10vw !important
    }
    .max-width-sm-10vh {
        max-width: 10vh !important
    }
    .max-width-sm-15p {
        max-width: 15% !important
    }
    .max-width-sm-15vw {
        max-width: 15vw !important
    }
    .max-width-sm-15vh {
        max-width: 15vh !important
    }
    .max-width-sm-20p {
        max-width: 20% !important
    }
    .max-width-sm-20vw {
        max-width: 20vw !important
    }
    .max-width-sm-20vh {
        max-width: 20vh !important
    }
    .max-width-sm-25p {
        max-width: 25% !important
    }
    .max-width-sm-25vw {
        max-width: 25vw !important
    }
    .max-width-sm-25vh {
        max-width: 25vh !important
    }
    .max-width-sm-30p {
        max-width: 30% !important
    }
    .max-width-sm-30vw {
        max-width: 30vw !important
    }
    .max-width-sm-30vh {
        max-width: 30vh !important
    }
    .max-width-sm-35p {
        max-width: 35% !important
    }
    .max-width-sm-35vw {
        max-width: 35vw !important
    }
    .max-width-sm-35vh {
        max-width: 35vh !important
    }
    .max-width-sm-40p {
        max-width: 40% !important
    }
    .max-width-sm-40vw {
        max-width: 40vw !important
    }
    .max-width-sm-40vh {
        max-width: 40vh !important
    }
    .max-width-sm-45p {
        max-width: 45% !important
    }
    .max-width-sm-45vw {
        max-width: 45vw !important
    }
    .max-width-sm-45vh {
        max-width: 45vh !important
    }
    .max-width-sm-50p {
        max-width: 50% !important
    }
    .max-width-sm-50vw {
        max-width: 50vw !important
    }
    .max-width-sm-50vh {
        max-width: 50vh !important
    }
    .max-width-sm-55p {
        max-width: 55% !important
    }
    .max-width-sm-55vw {
        max-width: 55vw !important
    }
    .max-width-sm-55vh {
        max-width: 55vh !important
    }
    .max-width-sm-60p {
        max-width: 60% !important
    }
    .max-width-sm-60vw {
        max-width: 60vw !important
    }
    .max-width-sm-60vh {
        max-width: 60vh !important
    }
    .max-width-sm-65p {
        max-width: 65% !important
    }
    .max-width-sm-65vw {
        max-width: 65vw !important
    }
    .max-width-sm-65vh {
        max-width: 65vh !important
    }
    .max-width-sm-70p {
        max-width: 70% !important
    }
    .max-width-sm-70vw {
        max-width: 70vw !important
    }
    .max-width-sm-70vh {
        max-width: 70vh !important
    }
    .max-width-sm-75p {
        max-width: 75% !important
    }
    .max-width-sm-75vw {
        max-width: 75vw !important
    }
    .max-width-sm-75vh {
        max-width: 75vh !important
    }
    .max-width-sm-80p {
        max-width: 80% !important
    }
    .max-width-sm-80vw {
        max-width: 80vw !important
    }
    .max-width-sm-80vh {
        max-width: 80vh !important
    }
    .max-width-sm-85p {
        max-width: 85% !important
    }
    .max-width-sm-85vw {
        max-width: 85vw !important
    }
    .max-width-sm-85vh {
        max-width: 85vh !important
    }
    .max-width-sm-90p {
        max-width: 90% !important
    }
    .max-width-sm-90vw {
        max-width: 90vw !important
    }
    .max-width-sm-90vh {
        max-width: 90vh !important
    }
    .max-width-sm-95p {
        max-width: 95% !important
    }
    .max-width-sm-95vw {
        max-width: 95vw !important
    }
    .max-width-sm-95vh {
        max-width: 95vh !important
    }
    .max-width-sm-100p {
        max-width: 100% !important
    }
    .max-width-sm-100vw {
        max-width: 100vw !important
    }
    .max-width-sm-100vh {
        max-width: 100vh !important
    }
    .height-sm-0 {
        height: 0 !important
    }
    .height-sm-1 {
        height: 4px !important
    }
    .height-sm-2 {
        height: 8px !important
    }
    .height-sm-3 {
        height: 12px !important
    }
    .height-sm-4 {
        height: 16px !important
    }
    .height-sm-5 {
        height: 20px !important
    }
    .height-sm-6 {
        height: 24px !important
    }
    .height-sm-7 {
        height: 28px !important
    }
    .height-sm-8 {
        height: 32px !important
    }
    .height-sm-9 {
        height: 36px !important
    }
    .height-sm-10 {
        height: 40px !important
    }
    .height-sm-11 {
        height: 44px !important
    }
    .height-sm-12 {
        height: 48px !important
    }
    .height-sm-13 {
        height: 52px !important
    }
    .height-sm-14 {
        height: 56px !important
    }
    .height-sm-15 {
        height: 60px !important
    }
    .height-sm-16 {
        height: 64px !important
    }
    .height-sm-17 {
        height: 68px !important
    }
    .height-sm-18 {
        height: 72px !important
    }
    .height-sm-19 {
        height: 76px !important
    }
    .height-sm-20 {
        height: 80px !important
    }
    .height-sm-21 {
        height: 84px !important
    }
    .height-sm-22 {
        height: 88px !important
    }
    .height-sm-23 {
        height: 92px !important
    }
    .height-sm-24 {
        height: 96px !important
    }
    .height-sm-25 {
        height: 100px !important
    }
    .height-sm-26 {
        height: 104px !important
    }
    .height-sm-27 {
        height: 108px !important
    }
    .height-sm-28 {
        height: 112px !important
    }
    .height-sm-29 {
        height: 116px !important
    }
    .height-sm-30 {
        height: 120px !important
    }
    .height-sm-31 {
        height: 124px !important
    }
    .height-sm-32 {
        height: 128px !important
    }
    .height-sm-33 {
        height: 132px !important
    }
    .height-sm-34 {
        height: 136px !important
    }
    .height-sm-35 {
        height: 140px !important
    }
    .height-sm-36 {
        height: 144px !important
    }
    .height-sm-37 {
        height: 148px !important
    }
    .height-sm-38 {
        height: 152px !important
    }
    .height-sm-39 {
        height: 156px !important
    }
    .height-sm-40 {
        height: 160px !important
    }
    .height-sm-0p5 {
        height: 2px !important
    }
    .height-sm-1p5 {
        height: 6px !important
    }
    .height-sm-2p5 {
        height: 10px !important
    }
    .height-sm-3p5 {
        height: 14px !important
    }
    .height-sm-4p5 {
        height: 18px !important
    }
    .height-sm-5p5 {
        height: 22px !important
    }
    .height-sm-6p5 {
        height: 26px !important
    }
    .height-sm-7p5 {
        height: 30px !important
    }
    .height-sm-12p5 {
        height: 50px !important
    }
    .height-sm-17p5 {
        height: 70px !important
    }
    .height-sm-20p5 {
        height: 82px !important
    }
    .height-sm-32p5 {
        height: 130px !important
    }
    .height-sm-42 {
        height: 168px !important
    }
    .height-sm-45 {
        height: 180px !important
    }
    .height-sm-48 {
        height: 192px !important
    }
    .height-sm-50 {
        height: 200px !important
    }
    .height-sm-55 {
        height: 220px !important
    }
    .height-sm-56 {
        height: 224px !important
    }
    .height-sm-60 {
        height: 240px !important
    }
    .height-sm-62 {
        height: 248px !important
    }
    .height-sm-64 {
        height: 256px !important
    }
    .height-sm-70 {
        height: 280px !important
    }
    .height-sm-72 {
        height: 288px !important
    }
    .height-sm-75 {
        height: 300px !important
    }
    .height-sm-80 {
        height: 320px !important
    }
    .height-sm-85 {
        height: 340px !important
    }
    .height-sm-90 {
        height: 360px !important
    }
    .height-sm-100 {
        height: 400px !important
    }
    .height-sm-112 {
        height: 448px !important
    }
    .height-sm-120 {
        height: 480px !important
    }
    .height-sm-143 {
        height: 572px !important
    }
    .height-sm-150 {
        height: 600px !important
    }
    .height-sm-160 {
        height: 640px !important
    }
    .height-sm-190 {
        height: 760px !important
    }
    .height-sm-200 {
        height: 800px !important
    }
    .height-sm-auto {
        height: auto !important
    }
    .height-sm-0p,
    .height-sm-0vh,
    .height-sm-0vw {
        height: 0 !important
    }
    .height-sm-5p {
        height: 5% !important
    }
    .height-sm-5vw {
        height: 5vw !important
    }
    .height-sm-5vh {
        height: 5vh !important
    }
    .height-sm-10p {
        height: 10% !important
    }
    .height-sm-10vw {
        height: 10vw !important
    }
    .height-sm-10vh {
        height: 10vh !important
    }
    .height-sm-15p {
        height: 15% !important
    }
    .height-sm-15vw {
        height: 15vw !important
    }
    .height-sm-15vh {
        height: 15vh !important
    }
    .height-sm-20p {
        height: 20% !important
    }
    .height-sm-20vw {
        height: 20vw !important
    }
    .height-sm-20vh {
        height: 20vh !important
    }
    .height-sm-25p {
        height: 25% !important
    }
    .height-sm-25vw {
        height: 25vw !important
    }
    .height-sm-25vh {
        height: 25vh !important
    }
    .height-sm-30p {
        height: 30% !important
    }
    .height-sm-30vw {
        height: 30vw !important
    }
    .height-sm-30vh {
        height: 30vh !important
    }
    .height-sm-35p {
        height: 35% !important
    }
    .height-sm-35vw {
        height: 35vw !important
    }
    .height-sm-35vh {
        height: 35vh !important
    }
    .height-sm-40p {
        height: 40% !important
    }
    .height-sm-40vw {
        height: 40vw !important
    }
    .height-sm-40vh {
        height: 40vh !important
    }
    .height-sm-45p {
        height: 45% !important
    }
    .height-sm-45vw {
        height: 45vw !important
    }
    .height-sm-45vh {
        height: 45vh !important
    }
    .height-sm-50p {
        height: 50% !important
    }
    .height-sm-50vw {
        height: 50vw !important
    }
    .height-sm-50vh {
        height: 50vh !important
    }
    .height-sm-55p {
        height: 55% !important
    }
    .height-sm-55vw {
        height: 55vw !important
    }
    .height-sm-55vh {
        height: 55vh !important
    }
    .height-sm-60p {
        height: 60% !important
    }
    .height-sm-60vw {
        height: 60vw !important
    }
    .height-sm-60vh {
        height: 60vh !important
    }
    .height-sm-65p {
        height: 65% !important
    }
    .height-sm-65vw {
        height: 65vw !important
    }
    .height-sm-65vh {
        height: 65vh !important
    }
    .height-sm-70p {
        height: 70% !important
    }
    .height-sm-70vw {
        height: 70vw !important
    }
    .height-sm-70vh {
        height: 70vh !important
    }
    .height-sm-75p {
        height: 75% !important
    }
    .height-sm-75vw {
        height: 75vw !important
    }
    .height-sm-75vh {
        height: 75vh !important
    }
    .height-sm-80p {
        height: 80% !important
    }
    .height-sm-80vw {
        height: 80vw !important
    }
    .height-sm-80vh {
        height: 80vh !important
    }
    .height-sm-85p {
        height: 85% !important
    }
    .height-sm-85vw {
        height: 85vw !important
    }
    .height-sm-85vh {
        height: 85vh !important
    }
    .height-sm-90p {
        height: 90% !important
    }
    .height-sm-90vw {
        height: 90vw !important
    }
    .height-sm-90vh {
        height: 90vh !important
    }
    .height-sm-95p {
        height: 95% !important
    }
    .height-sm-95vw {
        height: 95vw !important
    }
    .height-sm-95vh {
        height: 95vh !important
    }
    .height-sm-100p {
        height: 100% !important
    }
    .height-sm-100vw {
        height: 100vw !important
    }
    .height-sm-100vh {
        height: 100vh !important
    }
    .min-height-sm-0 {
        min-height: 0 !important
    }
    .min-height-sm-1 {
        min-height: 4px !important
    }
    .min-height-sm-2 {
        min-height: 8px !important
    }
    .min-height-sm-3 {
        min-height: 12px !important
    }
    .min-height-sm-4 {
        min-height: 16px !important
    }
    .min-height-sm-5 {
        min-height: 20px !important
    }
    .min-height-sm-6 {
        min-height: 24px !important
    }
    .min-height-sm-7 {
        min-height: 28px !important
    }
    .min-height-sm-8 {
        min-height: 32px !important
    }
    .min-height-sm-9 {
        min-height: 36px !important
    }
    .min-height-sm-10 {
        min-height: 40px !important
    }
    .min-height-sm-11 {
        min-height: 44px !important
    }
    .min-height-sm-12 {
        min-height: 48px !important
    }
    .min-height-sm-13 {
        min-height: 52px !important
    }
    .min-height-sm-14 {
        min-height: 56px !important
    }
    .min-height-sm-15 {
        min-height: 60px !important
    }
    .min-height-sm-16 {
        min-height: 64px !important
    }
    .min-height-sm-17 {
        min-height: 68px !important
    }
    .min-height-sm-18 {
        min-height: 72px !important
    }
    .min-height-sm-19 {
        min-height: 76px !important
    }
    .min-height-sm-20 {
        min-height: 80px !important
    }
    .min-height-sm-21 {
        min-height: 84px !important
    }
    .min-height-sm-22 {
        min-height: 88px !important
    }
    .min-height-sm-23 {
        min-height: 92px !important
    }
    .min-height-sm-24 {
        min-height: 96px !important
    }
    .min-height-sm-25 {
        min-height: 100px !important
    }
    .min-height-sm-26 {
        min-height: 104px !important
    }
    .min-height-sm-27 {
        min-height: 108px !important
    }
    .min-height-sm-28 {
        min-height: 112px !important
    }
    .min-height-sm-29 {
        min-height: 116px !important
    }
    .min-height-sm-30 {
        min-height: 120px !important
    }
    .min-height-sm-31 {
        min-height: 124px !important
    }
    .min-height-sm-32 {
        min-height: 128px !important
    }
    .min-height-sm-33 {
        min-height: 132px !important
    }
    .min-height-sm-34 {
        min-height: 136px !important
    }
    .min-height-sm-35 {
        min-height: 140px !important
    }
    .min-height-sm-36 {
        min-height: 144px !important
    }
    .min-height-sm-37 {
        min-height: 148px !important
    }
    .min-height-sm-38 {
        min-height: 152px !important
    }
    .min-height-sm-39 {
        min-height: 156px !important
    }
    .min-height-sm-40 {
        min-height: 160px !important
    }
    .min-height-sm-0p5 {
        min-height: 2px !important
    }
    .min-height-sm-1p5 {
        min-height: 6px !important
    }
    .min-height-sm-2p5 {
        min-height: 10px !important
    }
    .min-height-sm-3p5 {
        min-height: 14px !important
    }
    .min-height-sm-4p5 {
        min-height: 18px !important
    }
    .min-height-sm-5p5 {
        min-height: 22px !important
    }
    .min-height-sm-6p5 {
        min-height: 26px !important
    }
    .min-height-sm-7p5 {
        min-height: 30px !important
    }
    .min-height-sm-12p5 {
        min-height: 50px !important
    }
    .min-height-sm-17p5 {
        min-height: 70px !important
    }
    .min-height-sm-20p5 {
        min-height: 82px !important
    }
    .min-height-sm-32p5 {
        min-height: 130px !important
    }
    .min-height-sm-42 {
        min-height: 168px !important
    }
    .min-height-sm-45 {
        min-height: 180px !important
    }
    .min-height-sm-48 {
        min-height: 192px !important
    }
    .min-height-sm-50 {
        min-height: 200px !important
    }
    .min-height-sm-55 {
        min-height: 220px !important
    }
    .min-height-sm-56 {
        min-height: 224px !important
    }
    .min-height-sm-60 {
        min-height: 240px !important
    }
    .min-height-sm-62 {
        min-height: 248px !important
    }
    .min-height-sm-64 {
        min-height: 256px !important
    }
    .min-height-sm-70 {
        min-height: 280px !important
    }
    .min-height-sm-72 {
        min-height: 288px !important
    }
    .min-height-sm-75 {
        min-height: 300px !important
    }
    .min-height-sm-80 {
        min-height: 320px !important
    }
    .min-height-sm-85 {
        min-height: 340px !important
    }
    .min-height-sm-90 {
        min-height: 360px !important
    }
    .min-height-sm-100 {
        min-height: 400px !important
    }
    .min-height-sm-112 {
        min-height: 448px !important
    }
    .min-height-sm-120 {
        min-height: 480px !important
    }
    .min-height-sm-143 {
        min-height: 572px !important
    }
    .min-height-sm-150 {
        min-height: 600px !important
    }
    .min-height-sm-160 {
        min-height: 640px !important
    }
    .min-height-sm-190 {
        min-height: 760px !important
    }
    .min-height-sm-200 {
        min-height: 800px !important
    }
    .min-height-sm-auto {
        min-height: auto !important
    }
    .min-height-sm-0p,
    .min-height-sm-0vh,
    .min-height-sm-0vw {
        min-height: 0 !important
    }
    .min-height-sm-5p {
        min-height: 5% !important
    }
    .min-height-sm-5vw {
        min-height: 5vw !important
    }
    .min-height-sm-5vh {
        min-height: 5vh !important
    }
    .min-height-sm-10p {
        min-height: 10% !important
    }
    .min-height-sm-10vw {
        min-height: 10vw !important
    }
    .min-height-sm-10vh {
        min-height: 10vh !important
    }
    .min-height-sm-15p {
        min-height: 15% !important
    }
    .min-height-sm-15vw {
        min-height: 15vw !important
    }
    .min-height-sm-15vh {
        min-height: 15vh !important
    }
    .min-height-sm-20p {
        min-height: 20% !important
    }
    .min-height-sm-20vw {
        min-height: 20vw !important
    }
    .min-height-sm-20vh {
        min-height: 20vh !important
    }
    .min-height-sm-25p {
        min-height: 25% !important
    }
    .min-height-sm-25vw {
        min-height: 25vw !important
    }
    .min-height-sm-25vh {
        min-height: 25vh !important
    }
    .min-height-sm-30p {
        min-height: 30% !important
    }
    .min-height-sm-30vw {
        min-height: 30vw !important
    }
    .min-height-sm-30vh {
        min-height: 30vh !important
    }
    .min-height-sm-35p {
        min-height: 35% !important
    }
    .min-height-sm-35vw {
        min-height: 35vw !important
    }
    .min-height-sm-35vh {
        min-height: 35vh !important
    }
    .min-height-sm-40p {
        min-height: 40% !important
    }
    .min-height-sm-40vw {
        min-height: 40vw !important
    }
    .min-height-sm-40vh {
        min-height: 40vh !important
    }
    .min-height-sm-45p {
        min-height: 45% !important
    }
    .min-height-sm-45vw {
        min-height: 45vw !important
    }
    .min-height-sm-45vh {
        min-height: 45vh !important
    }
    .min-height-sm-50p {
        min-height: 50% !important
    }
    .min-height-sm-50vw {
        min-height: 50vw !important
    }
    .min-height-sm-50vh {
        min-height: 50vh !important
    }
    .min-height-sm-55p {
        min-height: 55% !important
    }
    .min-height-sm-55vw {
        min-height: 55vw !important
    }
    .min-height-sm-55vh {
        min-height: 55vh !important
    }
    .min-height-sm-60p {
        min-height: 60% !important
    }
    .min-height-sm-60vw {
        min-height: 60vw !important
    }
    .min-height-sm-60vh {
        min-height: 60vh !important
    }
    .min-height-sm-65p {
        min-height: 65% !important
    }
    .min-height-sm-65vw {
        min-height: 65vw !important
    }
    .min-height-sm-65vh {
        min-height: 65vh !important
    }
    .min-height-sm-70p {
        min-height: 70% !important
    }
    .min-height-sm-70vw {
        min-height: 70vw !important
    }
    .min-height-sm-70vh {
        min-height: 70vh !important
    }
    .min-height-sm-75p {
        min-height: 75% !important
    }
    .min-height-sm-75vw {
        min-height: 75vw !important
    }
    .min-height-sm-75vh {
        min-height: 75vh !important
    }
    .min-height-sm-80p {
        min-height: 80% !important
    }
    .min-height-sm-80vw {
        min-height: 80vw !important
    }
    .min-height-sm-80vh {
        min-height: 80vh !important
    }
    .min-height-sm-85p {
        min-height: 85% !important
    }
    .min-height-sm-85vw {
        min-height: 85vw !important
    }
    .min-height-sm-85vh {
        min-height: 85vh !important
    }
    .min-height-sm-90p {
        min-height: 90% !important
    }
    .min-height-sm-90vw {
        min-height: 90vw !important
    }
    .min-height-sm-90vh {
        min-height: 90vh !important
    }
    .min-height-sm-95p {
        min-height: 95% !important
    }
    .min-height-sm-95vw {
        min-height: 95vw !important
    }
    .min-height-sm-95vh {
        min-height: 95vh !important
    }
    .min-height-sm-100p {
        min-height: 100% !important
    }
    .min-height-sm-100vw {
        min-height: 100vw !important
    }
    .min-height-sm-100vh {
        min-height: 100vh !important
    }
    .max-height-sm-0 {
        max-height: 0 !important
    }
    .max-height-sm-1 {
        max-height: 4px !important
    }
    .max-height-sm-2 {
        max-height: 8px !important
    }
    .max-height-sm-3 {
        max-height: 12px !important
    }
    .max-height-sm-4 {
        max-height: 16px !important
    }
    .max-height-sm-5 {
        max-height: 20px !important
    }
    .max-height-sm-6 {
        max-height: 24px !important
    }
    .max-height-sm-7 {
        max-height: 28px !important
    }
    .max-height-sm-8 {
        max-height: 32px !important
    }
    .max-height-sm-9 {
        max-height: 36px !important
    }
    .max-height-sm-10 {
        max-height: 40px !important
    }
    .max-height-sm-11 {
        max-height: 44px !important
    }
    .max-height-sm-12 {
        max-height: 48px !important
    }
    .max-height-sm-13 {
        max-height: 52px !important
    }
    .max-height-sm-14 {
        max-height: 56px !important
    }
    .max-height-sm-15 {
        max-height: 60px !important
    }
    .max-height-sm-16 {
        max-height: 64px !important
    }
    .max-height-sm-17 {
        max-height: 68px !important
    }
    .max-height-sm-18 {
        max-height: 72px !important
    }
    .max-height-sm-19 {
        max-height: 76px !important
    }
    .max-height-sm-20 {
        max-height: 80px !important
    }
    .max-height-sm-21 {
        max-height: 84px !important
    }
    .max-height-sm-22 {
        max-height: 88px !important
    }
    .max-height-sm-23 {
        max-height: 92px !important
    }
    .max-height-sm-24 {
        max-height: 96px !important
    }
    .max-height-sm-25 {
        max-height: 100px !important
    }
    .max-height-sm-26 {
        max-height: 104px !important
    }
    .max-height-sm-27 {
        max-height: 108px !important
    }
    .max-height-sm-28 {
        max-height: 112px !important
    }
    .max-height-sm-29 {
        max-height: 116px !important
    }
    .max-height-sm-30 {
        max-height: 120px !important
    }
    .max-height-sm-31 {
        max-height: 124px !important
    }
    .max-height-sm-32 {
        max-height: 128px !important
    }
    .max-height-sm-33 {
        max-height: 132px !important
    }
    .max-height-sm-34 {
        max-height: 136px !important
    }
    .max-height-sm-35 {
        max-height: 140px !important
    }
    .max-height-sm-36 {
        max-height: 144px !important
    }
    .max-height-sm-37 {
        max-height: 148px !important
    }
    .max-height-sm-38 {
        max-height: 152px !important
    }
    .max-height-sm-39 {
        max-height: 156px !important
    }
    .max-height-sm-40 {
        max-height: 160px !important
    }
    .max-height-sm-0p5 {
        max-height: 2px !important
    }
    .max-height-sm-1p5 {
        max-height: 6px !important
    }
    .max-height-sm-2p5 {
        max-height: 10px !important
    }
    .max-height-sm-3p5 {
        max-height: 14px !important
    }
    .max-height-sm-4p5 {
        max-height: 18px !important
    }
    .max-height-sm-5p5 {
        max-height: 22px !important
    }
    .max-height-sm-6p5 {
        max-height: 26px !important
    }
    .max-height-sm-7p5 {
        max-height: 30px !important
    }
    .max-height-sm-12p5 {
        max-height: 50px !important
    }
    .max-height-sm-17p5 {
        max-height: 70px !important
    }
    .max-height-sm-20p5 {
        max-height: 82px !important
    }
    .max-height-sm-32p5 {
        max-height: 130px !important
    }
    .max-height-sm-42 {
        max-height: 168px !important
    }
    .max-height-sm-45 {
        max-height: 180px !important
    }
    .max-height-sm-48 {
        max-height: 192px !important
    }
    .max-height-sm-50 {
        max-height: 200px !important
    }
    .max-height-sm-55 {
        max-height: 220px !important
    }
    .max-height-sm-56 {
        max-height: 224px !important
    }
    .max-height-sm-60 {
        max-height: 240px !important
    }
    .max-height-sm-62 {
        max-height: 248px !important
    }
    .max-height-sm-64 {
        max-height: 256px !important
    }
    .max-height-sm-70 {
        max-height: 280px !important
    }
    .max-height-sm-72 {
        max-height: 288px !important
    }
    .max-height-sm-75 {
        max-height: 300px !important
    }
    .max-height-sm-80 {
        max-height: 320px !important
    }
    .max-height-sm-85 {
        max-height: 340px !important
    }
    .max-height-sm-90 {
        max-height: 360px !important
    }
    .max-height-sm-100 {
        max-height: 400px !important
    }
    .max-height-sm-112 {
        max-height: 448px !important
    }
    .max-height-sm-120 {
        max-height: 480px !important
    }
    .max-height-sm-143 {
        max-height: 572px !important
    }
    .max-height-sm-150 {
        max-height: 600px !important
    }
    .max-height-sm-160 {
        max-height: 640px !important
    }
    .max-height-sm-190 {
        max-height: 760px !important
    }
    .max-height-sm-200 {
        max-height: 800px !important
    }
    .max-height-sm-auto {
        max-height: auto !important
    }
    .max-height-sm-0p,
    .max-height-sm-0vh,
    .max-height-sm-0vw {
        max-height: 0 !important
    }
    .max-height-sm-5p {
        max-height: 5% !important
    }
    .max-height-sm-5vw {
        max-height: 5vw !important
    }
    .max-height-sm-5vh {
        max-height: 5vh !important
    }
    .max-height-sm-10p {
        max-height: 10% !important
    }
    .max-height-sm-10vw {
        max-height: 10vw !important
    }
    .max-height-sm-10vh {
        max-height: 10vh !important
    }
    .max-height-sm-15p {
        max-height: 15% !important
    }
    .max-height-sm-15vw {
        max-height: 15vw !important
    }
    .max-height-sm-15vh {
        max-height: 15vh !important
    }
    .max-height-sm-20p {
        max-height: 20% !important
    }
    .max-height-sm-20vw {
        max-height: 20vw !important
    }
    .max-height-sm-20vh {
        max-height: 20vh !important
    }
    .max-height-sm-25p {
        max-height: 25% !important
    }
    .max-height-sm-25vw {
        max-height: 25vw !important
    }
    .max-height-sm-25vh {
        max-height: 25vh !important
    }
    .max-height-sm-30p {
        max-height: 30% !important
    }
    .max-height-sm-30vw {
        max-height: 30vw !important
    }
    .max-height-sm-30vh {
        max-height: 30vh !important
    }
    .max-height-sm-35p {
        max-height: 35% !important
    }
    .max-height-sm-35vw {
        max-height: 35vw !important
    }
    .max-height-sm-35vh {
        max-height: 35vh !important
    }
    .max-height-sm-40p {
        max-height: 40% !important
    }
    .max-height-sm-40vw {
        max-height: 40vw !important
    }
    .max-height-sm-40vh {
        max-height: 40vh !important
    }
    .max-height-sm-45p {
        max-height: 45% !important
    }
    .max-height-sm-45vw {
        max-height: 45vw !important
    }
    .max-height-sm-45vh {
        max-height: 45vh !important
    }
    .max-height-sm-50p {
        max-height: 50% !important
    }
    .max-height-sm-50vw {
        max-height: 50vw !important
    }
    .max-height-sm-50vh {
        max-height: 50vh !important
    }
    .max-height-sm-55p {
        max-height: 55% !important
    }
    .max-height-sm-55vw {
        max-height: 55vw !important
    }
    .max-height-sm-55vh {
        max-height: 55vh !important
    }
    .max-height-sm-60p {
        max-height: 60% !important
    }
    .max-height-sm-60vw {
        max-height: 60vw !important
    }
    .max-height-sm-60vh {
        max-height: 60vh !important
    }
    .max-height-sm-65p {
        max-height: 65% !important
    }
    .max-height-sm-65vw {
        max-height: 65vw !important
    }
    .max-height-sm-65vh {
        max-height: 65vh !important
    }
    .max-height-sm-70p {
        max-height: 70% !important
    }
    .max-height-sm-70vw {
        max-height: 70vw !important
    }
    .max-height-sm-70vh {
        max-height: 70vh !important
    }
    .max-height-sm-75p {
        max-height: 75% !important
    }
    .max-height-sm-75vw {
        max-height: 75vw !important
    }
    .max-height-sm-75vh {
        max-height: 75vh !important
    }
    .max-height-sm-80p {
        max-height: 80% !important
    }
    .max-height-sm-80vw {
        max-height: 80vw !important
    }
    .max-height-sm-80vh {
        max-height: 80vh !important
    }
    .max-height-sm-85p {
        max-height: 85% !important
    }
    .max-height-sm-85vw {
        max-height: 85vw !important
    }
    .max-height-sm-85vh {
        max-height: 85vh !important
    }
    .max-height-sm-90p {
        max-height: 90% !important
    }
    .max-height-sm-90vw {
        max-height: 90vw !important
    }
    .max-height-sm-90vh {
        max-height: 90vh !important
    }
    .max-height-sm-95p {
        max-height: 95% !important
    }
    .max-height-sm-95vw {
        max-height: 95vw !important
    }
    .max-height-sm-95vh {
        max-height: 95vh !important
    }
    .max-height-sm-100p {
        max-height: 100% !important
    }
    .max-height-sm-100vw {
        max-height: 100vw !important
    }
    .max-height-sm-100vh {
        max-height: 100vh !important
    }
}

@media(min-width:960px) {
    .width-md-0 {
        width: 0 !important
    }
    .width-md-1 {
        width: 4px !important
    }
    .width-md-2 {
        width: 8px !important
    }
    .width-md-3 {
        width: 12px !important
    }
    .width-md-4 {
        width: 16px !important
    }
    .width-md-5 {
        width: 20px !important
    }
    .width-md-6 {
        width: 24px !important
    }
    .width-md-7 {
        width: 28px !important
    }
    .width-md-8 {
        width: 32px !important
    }
    .width-md-9 {
        width: 36px !important
    }
    .width-md-10 {
        width: 40px !important
    }
    .width-md-11 {
        width: 44px !important
    }
    .width-md-12 {
        width: 48px !important
    }
    .width-md-13 {
        width: 52px !important
    }
    .width-md-14 {
        width: 56px !important
    }
    .width-md-15 {
        width: 60px !important
    }
    .width-md-16 {
        width: 64px !important
    }
    .width-md-17 {
        width: 68px !important
    }
    .width-md-18 {
        width: 72px !important
    }
    .width-md-19 {
        width: 76px !important
    }
    .width-md-20 {
        width: 80px !important
    }
    .width-md-21 {
        width: 84px !important
    }
    .width-md-22 {
        width: 88px !important
    }
    .width-md-23 {
        width: 92px !important
    }
    .width-md-24 {
        width: 96px !important
    }
    .width-md-25 {
        width: 100px !important
    }
    .width-md-26 {
        width: 104px !important
    }
    .width-md-27 {
        width: 108px !important
    }
    .width-md-28 {
        width: 112px !important
    }
    .width-md-29 {
        width: 116px !important
    }
    .width-md-30 {
        width: 120px !important
    }
    .width-md-31 {
        width: 124px !important
    }
    .width-md-32 {
        width: 128px !important
    }
    .width-md-33 {
        width: 132px !important
    }
    .width-md-34 {
        width: 136px !important
    }
    .width-md-35 {
        width: 140px !important
    }
    .width-md-36 {
        width: 144px !important
    }
    .width-md-37 {
        width: 148px !important
    }
    .width-md-38 {
        width: 152px !important
    }
    .width-md-39 {
        width: 156px !important
    }
    .width-md-40 {
        width: 160px !important
    }
    .width-md-0p5 {
        width: 2px !important
    }
    .width-md-1p5 {
        width: 6px !important
    }
    .width-md-2p5 {
        width: 10px !important
    }
    .width-md-3p5 {
        width: 14px !important
    }
    .width-md-4p5 {
        width: 18px !important
    }
    .width-md-5p5 {
        width: 22px !important
    }
    .width-md-6p5 {
        width: 26px !important
    }
    .width-md-7p5 {
        width: 30px !important
    }
    .width-md-12p5 {
        width: 50px !important
    }
    .width-md-17p5 {
        width: 70px !important
    }
    .width-md-20p5 {
        width: 82px !important
    }
    .width-md-32p5 {
        width: 130px !important
    }
    .width-md-42 {
        width: 168px !important
    }
    .width-md-45 {
        width: 180px !important
    }
    .width-md-48 {
        width: 192px !important
    }
    .width-md-50 {
        width: 200px !important
    }
    .width-md-55 {
        width: 220px !important
    }
    .width-md-56 {
        width: 224px !important
    }
    .width-md-60 {
        width: 240px !important
    }
    .width-md-62 {
        width: 248px !important
    }
    .width-md-64 {
        width: 256px !important
    }
    .width-md-70 {
        width: 280px !important
    }
    .width-md-72 {
        width: 288px !important
    }
    .width-md-75 {
        width: 300px !important
    }
    .width-md-80 {
        width: 320px !important
    }
    .width-md-85 {
        width: 340px !important
    }
    .width-md-90 {
        width: 360px !important
    }
    .width-md-100 {
        width: 400px !important
    }
    .width-md-112 {
        width: 448px !important
    }
    .width-md-120 {
        width: 480px !important
    }
    .width-md-143 {
        width: 572px !important
    }
    .width-md-150 {
        width: 600px !important
    }
    .width-md-160 {
        width: 640px !important
    }
    .width-md-190 {
        width: 760px !important
    }
    .width-md-200 {
        width: 800px !important
    }
    .width-md-auto {
        width: auto !important
    }
    .width-md-0p,
    .width-md-0vh,
    .width-md-0vw {
        width: 0 !important
    }
    .width-md-5p {
        width: 5% !important
    }
    .width-md-5vw {
        width: 5vw !important
    }
    .width-md-5vh {
        width: 5vh !important
    }
    .width-md-10p {
        width: 10% !important
    }
    .width-md-10vw {
        width: 10vw !important
    }
    .width-md-10vh {
        width: 10vh !important
    }
    .width-md-15p {
        width: 15% !important
    }
    .width-md-15vw {
        width: 15vw !important
    }
    .width-md-15vh {
        width: 15vh !important
    }
    .width-md-20p {
        width: 20% !important
    }
    .width-md-20vw {
        width: 20vw !important
    }
    .width-md-20vh {
        width: 20vh !important
    }
    .width-md-25p {
        width: 25% !important
    }
    .width-md-25vw {
        width: 25vw !important
    }
    .width-md-25vh {
        width: 25vh !important
    }
    .width-md-30p {
        width: 30% !important
    }
    .width-md-30vw {
        width: 30vw !important
    }
    .width-md-30vh {
        width: 30vh !important
    }
    .width-md-35p {
        width: 35% !important
    }
    .width-md-35vw {
        width: 35vw !important
    }
    .width-md-35vh {
        width: 35vh !important
    }
    .width-md-40p {
        width: 40% !important
    }
    .width-md-40vw {
        width: 40vw !important
    }
    .width-md-40vh {
        width: 40vh !important
    }
    .width-md-45p {
        width: 45% !important
    }
    .width-md-45vw {
        width: 45vw !important
    }
    .width-md-45vh {
        width: 45vh !important
    }
    .width-md-50p {
        width: 50% !important
    }
    .width-md-50vw {
        width: 50vw !important
    }
    .width-md-50vh {
        width: 50vh !important
    }
    .width-md-55p {
        width: 55% !important
    }
    .width-md-55vw {
        width: 55vw !important
    }
    .width-md-55vh {
        width: 55vh !important
    }
    .width-md-60p {
        width: 60% !important
    }
    .width-md-60vw {
        width: 60vw !important
    }
    .width-md-60vh {
        width: 60vh !important
    }
    .width-md-65p {
        width: 65% !important
    }
    .width-md-65vw {
        width: 65vw !important
    }
    .width-md-65vh {
        width: 65vh !important
    }
    .width-md-70p {
        width: 70% !important
    }
    .width-md-70vw {
        width: 70vw !important
    }
    .width-md-70vh {
        width: 70vh !important
    }
    .width-md-75p {
        width: 75% !important
    }
    .width-md-75vw {
        width: 75vw !important
    }
    .width-md-75vh {
        width: 75vh !important
    }
    .width-md-80p {
        width: 80% !important
    }
    .width-md-80vw {
        width: 80vw !important
    }
    .width-md-80vh {
        width: 80vh !important
    }
    .width-md-85p {
        width: 85% !important
    }
    .width-md-85vw {
        width: 85vw !important
    }
    .width-md-85vh {
        width: 85vh !important
    }
    .width-md-90p {
        width: 90% !important
    }
    .width-md-90vw {
        width: 90vw !important
    }
    .width-md-90vh {
        width: 90vh !important
    }
    .width-md-95p {
        width: 95% !important
    }
    .width-md-95vw {
        width: 95vw !important
    }
    .width-md-95vh {
        width: 95vh !important
    }
    .width-md-100p {
        width: 100% !important
    }
    .width-md-100vw {
        width: 100vw !important
    }
    .width-md-100vh {
        width: 100vh !important
    }
    .min-width-md-0 {
        min-width: 0 !important
    }
    .min-width-md-1 {
        min-width: 4px !important
    }
    .min-width-md-2 {
        min-width: 8px !important
    }
    .min-width-md-3 {
        min-width: 12px !important
    }
    .min-width-md-4 {
        min-width: 16px !important
    }
    .min-width-md-5 {
        min-width: 20px !important
    }
    .min-width-md-6 {
        min-width: 24px !important
    }
    .min-width-md-7 {
        min-width: 28px !important
    }
    .min-width-md-8 {
        min-width: 32px !important
    }
    .min-width-md-9 {
        min-width: 36px !important
    }
    .min-width-md-10 {
        min-width: 40px !important
    }
    .min-width-md-11 {
        min-width: 44px !important
    }
    .min-width-md-12 {
        min-width: 48px !important
    }
    .min-width-md-13 {
        min-width: 52px !important
    }
    .min-width-md-14 {
        min-width: 56px !important
    }
    .min-width-md-15 {
        min-width: 60px !important
    }
    .min-width-md-16 {
        min-width: 64px !important
    }
    .min-width-md-17 {
        min-width: 68px !important
    }
    .min-width-md-18 {
        min-width: 72px !important
    }
    .min-width-md-19 {
        min-width: 76px !important
    }
    .min-width-md-20 {
        min-width: 80px !important
    }
    .min-width-md-21 {
        min-width: 84px !important
    }
    .min-width-md-22 {
        min-width: 88px !important
    }
    .min-width-md-23 {
        min-width: 92px !important
    }
    .min-width-md-24 {
        min-width: 96px !important
    }
    .min-width-md-25 {
        min-width: 100px !important
    }
    .min-width-md-26 {
        min-width: 104px !important
    }
    .min-width-md-27 {
        min-width: 108px !important
    }
    .min-width-md-28 {
        min-width: 112px !important
    }
    .min-width-md-29 {
        min-width: 116px !important
    }
    .min-width-md-30 {
        min-width: 120px !important
    }
    .min-width-md-31 {
        min-width: 124px !important
    }
    .min-width-md-32 {
        min-width: 128px !important
    }
    .min-width-md-33 {
        min-width: 132px !important
    }
    .min-width-md-34 {
        min-width: 136px !important
    }
    .min-width-md-35 {
        min-width: 140px !important
    }
    .min-width-md-36 {
        min-width: 144px !important
    }
    .min-width-md-37 {
        min-width: 148px !important
    }
    .min-width-md-38 {
        min-width: 152px !important
    }
    .min-width-md-39 {
        min-width: 156px !important
    }
    .min-width-md-40 {
        min-width: 160px !important
    }
    .min-width-md-0p5 {
        min-width: 2px !important
    }
    .min-width-md-1p5 {
        min-width: 6px !important
    }
    .min-width-md-2p5 {
        min-width: 10px !important
    }
    .min-width-md-3p5 {
        min-width: 14px !important
    }
    .min-width-md-4p5 {
        min-width: 18px !important
    }
    .min-width-md-5p5 {
        min-width: 22px !important
    }
    .min-width-md-6p5 {
        min-width: 26px !important
    }
    .min-width-md-7p5 {
        min-width: 30px !important
    }
    .min-width-md-12p5 {
        min-width: 50px !important
    }
    .min-width-md-17p5 {
        min-width: 70px !important
    }
    .min-width-md-20p5 {
        min-width: 82px !important
    }
    .min-width-md-32p5 {
        min-width: 130px !important
    }
    .min-width-md-42 {
        min-width: 168px !important
    }
    .min-width-md-45 {
        min-width: 180px !important
    }
    .min-width-md-48 {
        min-width: 192px !important
    }
    .min-width-md-50 {
        min-width: 200px !important
    }
    .min-width-md-55 {
        min-width: 220px !important
    }
    .min-width-md-56 {
        min-width: 224px !important
    }
    .min-width-md-60 {
        min-width: 240px !important
    }
    .min-width-md-62 {
        min-width: 248px !important
    }
    .min-width-md-64 {
        min-width: 256px !important
    }
    .min-width-md-70 {
        min-width: 280px !important
    }
    .min-width-md-72 {
        min-width: 288px !important
    }
    .min-width-md-75 {
        min-width: 300px !important
    }
    .min-width-md-80 {
        min-width: 320px !important
    }
    .min-width-md-85 {
        min-width: 340px !important
    }
    .min-width-md-90 {
        min-width: 360px !important
    }
    .min-width-md-100 {
        min-width: 400px !important
    }
    .min-width-md-112 {
        min-width: 448px !important
    }
    .min-width-md-120 {
        min-width: 480px !important
    }
    .min-width-md-143 {
        min-width: 572px !important
    }
    .min-width-md-150 {
        min-width: 600px !important
    }
    .min-width-md-160 {
        min-width: 640px !important
    }
    .min-width-md-190 {
        min-width: 760px !important
    }
    .min-width-md-200 {
        min-width: 800px !important
    }
    .min-width-md-auto {
        min-width: auto !important
    }
    .min-width-md-0p,
    .min-width-md-0vh,
    .min-width-md-0vw {
        min-width: 0 !important
    }
    .min-width-md-5p {
        min-width: 5% !important
    }
    .min-width-md-5vw {
        min-width: 5vw !important
    }
    .min-width-md-5vh {
        min-width: 5vh !important
    }
    .min-width-md-10p {
        min-width: 10% !important
    }
    .min-width-md-10vw {
        min-width: 10vw !important
    }
    .min-width-md-10vh {
        min-width: 10vh !important
    }
    .min-width-md-15p {
        min-width: 15% !important
    }
    .min-width-md-15vw {
        min-width: 15vw !important
    }
    .min-width-md-15vh {
        min-width: 15vh !important
    }
    .min-width-md-20p {
        min-width: 20% !important
    }
    .min-width-md-20vw {
        min-width: 20vw !important
    }
    .min-width-md-20vh {
        min-width: 20vh !important
    }
    .min-width-md-25p {
        min-width: 25% !important
    }
    .min-width-md-25vw {
        min-width: 25vw !important
    }
    .min-width-md-25vh {
        min-width: 25vh !important
    }
    .min-width-md-30p {
        min-width: 30% !important
    }
    .min-width-md-30vw {
        min-width: 30vw !important
    }
    .min-width-md-30vh {
        min-width: 30vh !important
    }
    .min-width-md-35p {
        min-width: 35% !important
    }
    .min-width-md-35vw {
        min-width: 35vw !important
    }
    .min-width-md-35vh {
        min-width: 35vh !important
    }
    .min-width-md-40p {
        min-width: 40% !important
    }
    .min-width-md-40vw {
        min-width: 40vw !important
    }
    .min-width-md-40vh {
        min-width: 40vh !important
    }
    .min-width-md-45p {
        min-width: 45% !important
    }
    .min-width-md-45vw {
        min-width: 45vw !important
    }
    .min-width-md-45vh {
        min-width: 45vh !important
    }
    .min-width-md-50p {
        min-width: 50% !important
    }
    .min-width-md-50vw {
        min-width: 50vw !important
    }
    .min-width-md-50vh {
        min-width: 50vh !important
    }
    .min-width-md-55p {
        min-width: 55% !important
    }
    .min-width-md-55vw {
        min-width: 55vw !important
    }
    .min-width-md-55vh {
        min-width: 55vh !important
    }
    .min-width-md-60p {
        min-width: 60% !important
    }
    .min-width-md-60vw {
        min-width: 60vw !important
    }
    .min-width-md-60vh {
        min-width: 60vh !important
    }
    .min-width-md-65p {
        min-width: 65% !important
    }
    .min-width-md-65vw {
        min-width: 65vw !important
    }
    .min-width-md-65vh {
        min-width: 65vh !important
    }
    .min-width-md-70p {
        min-width: 70% !important
    }
    .min-width-md-70vw {
        min-width: 70vw !important
    }
    .min-width-md-70vh {
        min-width: 70vh !important
    }
    .min-width-md-75p {
        min-width: 75% !important
    }
    .min-width-md-75vw {
        min-width: 75vw !important
    }
    .min-width-md-75vh {
        min-width: 75vh !important
    }
    .min-width-md-80p {
        min-width: 80% !important
    }
    .min-width-md-80vw {
        min-width: 80vw !important
    }
    .min-width-md-80vh {
        min-width: 80vh !important
    }
    .min-width-md-85p {
        min-width: 85% !important
    }
    .min-width-md-85vw {
        min-width: 85vw !important
    }
    .min-width-md-85vh {
        min-width: 85vh !important
    }
    .min-width-md-90p {
        min-width: 90% !important
    }
    .min-width-md-90vw {
        min-width: 90vw !important
    }
    .min-width-md-90vh {
        min-width: 90vh !important
    }
    .min-width-md-95p {
        min-width: 95% !important
    }
    .min-width-md-95vw {
        min-width: 95vw !important
    }
    .min-width-md-95vh {
        min-width: 95vh !important
    }
    .min-width-md-100p {
        min-width: 100% !important
    }
    .min-width-md-100vw {
        min-width: 100vw !important
    }
    .min-width-md-100vh {
        min-width: 100vh !important
    }
    .max-width-md-0 {
        max-width: 0 !important
    }
    .max-width-md-1 {
        max-width: 4px !important
    }
    .max-width-md-2 {
        max-width: 8px !important
    }
    .max-width-md-3 {
        max-width: 12px !important
    }
    .max-width-md-4 {
        max-width: 16px !important
    }
    .max-width-md-5 {
        max-width: 20px !important
    }
    .max-width-md-6 {
        max-width: 24px !important
    }
    .max-width-md-7 {
        max-width: 28px !important
    }
    .max-width-md-8 {
        max-width: 32px !important
    }
    .max-width-md-9 {
        max-width: 36px !important
    }
    .max-width-md-10 {
        max-width: 40px !important
    }
    .max-width-md-11 {
        max-width: 44px !important
    }
    .max-width-md-12 {
        max-width: 48px !important
    }
    .max-width-md-13 {
        max-width: 52px !important
    }
    .max-width-md-14 {
        max-width: 56px !important
    }
    .max-width-md-15 {
        max-width: 60px !important
    }
    .max-width-md-16 {
        max-width: 64px !important
    }
    .max-width-md-17 {
        max-width: 68px !important
    }
    .max-width-md-18 {
        max-width: 72px !important
    }
    .max-width-md-19 {
        max-width: 76px !important
    }
    .max-width-md-20 {
        max-width: 80px !important
    }
    .max-width-md-21 {
        max-width: 84px !important
    }
    .max-width-md-22 {
        max-width: 88px !important
    }
    .max-width-md-23 {
        max-width: 92px !important
    }
    .max-width-md-24 {
        max-width: 96px !important
    }
    .max-width-md-25 {
        max-width: 100px !important
    }
    .max-width-md-26 {
        max-width: 104px !important
    }
    .max-width-md-27 {
        max-width: 108px !important
    }
    .max-width-md-28 {
        max-width: 112px !important
    }
    .max-width-md-29 {
        max-width: 116px !important
    }
    .max-width-md-30 {
        max-width: 120px !important
    }
    .max-width-md-31 {
        max-width: 124px !important
    }
    .max-width-md-32 {
        max-width: 128px !important
    }
    .max-width-md-33 {
        max-width: 132px !important
    }
    .max-width-md-34 {
        max-width: 136px !important
    }
    .max-width-md-35 {
        max-width: 140px !important
    }
    .max-width-md-36 {
        max-width: 144px !important
    }
    .max-width-md-37 {
        max-width: 148px !important
    }
    .max-width-md-38 {
        max-width: 152px !important
    }
    .max-width-md-39 {
        max-width: 156px !important
    }
    .max-width-md-40 {
        max-width: 160px !important
    }
    .max-width-md-0p5 {
        max-width: 2px !important
    }
    .max-width-md-1p5 {
        max-width: 6px !important
    }
    .max-width-md-2p5 {
        max-width: 10px !important
    }
    .max-width-md-3p5 {
        max-width: 14px !important
    }
    .max-width-md-4p5 {
        max-width: 18px !important
    }
    .max-width-md-5p5 {
        max-width: 22px !important
    }
    .max-width-md-6p5 {
        max-width: 26px !important
    }
    .max-width-md-7p5 {
        max-width: 30px !important
    }
    .max-width-md-12p5 {
        max-width: 50px !important
    }
    .max-width-md-17p5 {
        max-width: 70px !important
    }
    .max-width-md-20p5 {
        max-width: 82px !important
    }
    .max-width-md-32p5 {
        max-width: 130px !important
    }
    .max-width-md-42 {
        max-width: 168px !important
    }
    .max-width-md-45 {
        max-width: 180px !important
    }
    .max-width-md-48 {
        max-width: 192px !important
    }
    .max-width-md-50 {
        max-width: 200px !important
    }
    .max-width-md-55 {
        max-width: 220px !important
    }
    .max-width-md-56 {
        max-width: 224px !important
    }
    .max-width-md-60 {
        max-width: 240px !important
    }
    .max-width-md-62 {
        max-width: 248px !important
    }
    .max-width-md-64 {
        max-width: 256px !important
    }
    .max-width-md-70 {
        max-width: 280px !important
    }
    .max-width-md-72 {
        max-width: 288px !important
    }
    .max-width-md-75 {
        max-width: 300px !important
    }
    .max-width-md-80 {
        max-width: 320px !important
    }
    .max-width-md-85 {
        max-width: 340px !important
    }
    .max-width-md-90 {
        max-width: 360px !important
    }
    .max-width-md-100 {
        max-width: 400px !important
    }
    .max-width-md-112 {
        max-width: 448px !important
    }
    .max-width-md-120 {
        max-width: 480px !important
    }
    .max-width-md-143 {
        max-width: 572px !important
    }
    .max-width-md-150 {
        max-width: 600px !important
    }
    .max-width-md-160 {
        max-width: 640px !important
    }
    .max-width-md-190 {
        max-width: 760px !important
    }
    .max-width-md-200 {
        max-width: 800px !important
    }
    .max-width-md-auto {
        max-width: auto !important
    }
    .max-width-md-0p,
    .max-width-md-0vh,
    .max-width-md-0vw {
        max-width: 0 !important
    }
    .max-width-md-5p {
        max-width: 5% !important
    }
    .max-width-md-5vw {
        max-width: 5vw !important
    }
    .max-width-md-5vh {
        max-width: 5vh !important
    }
    .max-width-md-10p {
        max-width: 10% !important
    }
    .max-width-md-10vw {
        max-width: 10vw !important
    }
    .max-width-md-10vh {
        max-width: 10vh !important
    }
    .max-width-md-15p {
        max-width: 15% !important
    }
    .max-width-md-15vw {
        max-width: 15vw !important
    }
    .max-width-md-15vh {
        max-width: 15vh !important
    }
    .max-width-md-20p {
        max-width: 20% !important
    }
    .max-width-md-20vw {
        max-width: 20vw !important
    }
    .max-width-md-20vh {
        max-width: 20vh !important
    }
    .max-width-md-25p {
        max-width: 25% !important
    }
    .max-width-md-25vw {
        max-width: 25vw !important
    }
    .max-width-md-25vh {
        max-width: 25vh !important
    }
    .max-width-md-30p {
        max-width: 30% !important
    }
    .max-width-md-30vw {
        max-width: 30vw !important
    }
    .max-width-md-30vh {
        max-width: 30vh !important
    }
    .max-width-md-35p {
        max-width: 35% !important
    }
    .max-width-md-35vw {
        max-width: 35vw !important
    }
    .max-width-md-35vh {
        max-width: 35vh !important
    }
    .max-width-md-40p {
        max-width: 40% !important
    }
    .max-width-md-40vw {
        max-width: 40vw !important
    }
    .max-width-md-40vh {
        max-width: 40vh !important
    }
    .max-width-md-45p {
        max-width: 45% !important
    }
    .max-width-md-45vw {
        max-width: 45vw !important
    }
    .max-width-md-45vh {
        max-width: 45vh !important
    }
    .max-width-md-50p {
        max-width: 50% !important
    }
    .max-width-md-50vw {
        max-width: 50vw !important
    }
    .max-width-md-50vh {
        max-width: 50vh !important
    }
    .max-width-md-55p {
        max-width: 55% !important
    }
    .max-width-md-55vw {
        max-width: 55vw !important
    }
    .max-width-md-55vh {
        max-width: 55vh !important
    }
    .max-width-md-60p {
        max-width: 60% !important
    }
    .max-width-md-60vw {
        max-width: 60vw !important
    }
    .max-width-md-60vh {
        max-width: 60vh !important
    }
    .max-width-md-65p {
        max-width: 65% !important
    }
    .max-width-md-65vw {
        max-width: 65vw !important
    }
    .max-width-md-65vh {
        max-width: 65vh !important
    }
    .max-width-md-70p {
        max-width: 70% !important
    }
    .max-width-md-70vw {
        max-width: 70vw !important
    }
    .max-width-md-70vh {
        max-width: 70vh !important
    }
    .max-width-md-75p {
        max-width: 75% !important
    }
    .max-width-md-75vw {
        max-width: 75vw !important
    }
    .max-width-md-75vh {
        max-width: 75vh !important
    }
    .max-width-md-80p {
        max-width: 80% !important
    }
    .max-width-md-80vw {
        max-width: 80vw !important
    }
    .max-width-md-80vh {
        max-width: 80vh !important
    }
    .max-width-md-85p {
        max-width: 85% !important
    }
    .max-width-md-85vw {
        max-width: 85vw !important
    }
    .max-width-md-85vh {
        max-width: 85vh !important
    }
    .max-width-md-90p {
        max-width: 90% !important
    }
    .max-width-md-90vw {
        max-width: 90vw !important
    }
    .max-width-md-90vh {
        max-width: 90vh !important
    }
    .max-width-md-95p {
        max-width: 95% !important
    }
    .max-width-md-95vw {
        max-width: 95vw !important
    }
    .max-width-md-95vh {
        max-width: 95vh !important
    }
    .max-width-md-100p {
        max-width: 100% !important
    }
    .max-width-md-100vw {
        max-width: 100vw !important
    }
    .max-width-md-100vh {
        max-width: 100vh !important
    }
    .height-md-0 {
        height: 0 !important
    }
    .height-md-1 {
        height: 4px !important
    }
    .height-md-2 {
        height: 8px !important
    }
    .height-md-3 {
        height: 12px !important
    }
    .height-md-4 {
        height: 16px !important
    }
    .height-md-5 {
        height: 20px !important
    }
    .height-md-6 {
        height: 24px !important
    }
    .height-md-7 {
        height: 28px !important
    }
    .height-md-8 {
        height: 32px !important
    }
    .height-md-9 {
        height: 36px !important
    }
    .height-md-10 {
        height: 40px !important
    }
    .height-md-11 {
        height: 44px !important
    }
    .height-md-12 {
        height: 48px !important
    }
    .height-md-13 {
        height: 52px !important
    }
    .height-md-14 {
        height: 56px !important
    }
    .height-md-15 {
        height: 60px !important
    }
    .height-md-16 {
        height: 64px !important
    }
    .height-md-17 {
        height: 68px !important
    }
    .height-md-18 {
        height: 72px !important
    }
    .height-md-19 {
        height: 76px !important
    }
    .height-md-20 {
        height: 80px !important
    }
    .height-md-21 {
        height: 84px !important
    }
    .height-md-22 {
        height: 88px !important
    }
    .height-md-23 {
        height: 92px !important
    }
    .height-md-24 {
        height: 96px !important
    }
    .height-md-25 {
        height: 100px !important
    }
    .height-md-26 {
        height: 104px !important
    }
    .height-md-27 {
        height: 108px !important
    }
    .height-md-28 {
        height: 112px !important
    }
    .height-md-29 {
        height: 116px !important
    }
    .height-md-30 {
        height: 120px !important
    }
    .height-md-31 {
        height: 124px !important
    }
    .height-md-32 {
        height: 128px !important
    }
    .height-md-33 {
        height: 132px !important
    }
    .height-md-34 {
        height: 136px !important
    }
    .height-md-35 {
        height: 140px !important
    }
    .height-md-36 {
        height: 144px !important
    }
    .height-md-37 {
        height: 148px !important
    }
    .height-md-38 {
        height: 152px !important
    }
    .height-md-39 {
        height: 156px !important
    }
    .height-md-40 {
        height: 160px !important
    }
    .height-md-0p5 {
        height: 2px !important
    }
    .height-md-1p5 {
        height: 6px !important
    }
    .height-md-2p5 {
        height: 10px !important
    }
    .height-md-3p5 {
        height: 14px !important
    }
    .height-md-4p5 {
        height: 18px !important
    }
    .height-md-5p5 {
        height: 22px !important
    }
    .height-md-6p5 {
        height: 26px !important
    }
    .height-md-7p5 {
        height: 30px !important
    }
    .height-md-12p5 {
        height: 50px !important
    }
    .height-md-17p5 {
        height: 70px !important
    }
    .height-md-20p5 {
        height: 82px !important
    }
    .height-md-32p5 {
        height: 130px !important
    }
    .height-md-42 {
        height: 168px !important
    }
    .height-md-45 {
        height: 180px !important
    }
    .height-md-48 {
        height: 192px !important
    }
    .height-md-50 {
        height: 200px !important
    }
    .height-md-55 {
        height: 220px !important
    }
    .height-md-56 {
        height: 224px !important
    }
    .height-md-60 {
        height: 240px !important
    }
    .height-md-62 {
        height: 248px !important
    }
    .height-md-64 {
        height: 256px !important
    }
    .height-md-70 {
        height: 280px !important
    }
    .height-md-72 {
        height: 288px !important
    }
    .height-md-75 {
        height: 300px !important
    }
    .height-md-80 {
        height: 320px !important
    }
    .height-md-85 {
        height: 340px !important
    }
    .height-md-90 {
        height: 360px !important
    }
    .height-md-100 {
        height: 400px !important
    }
    .height-md-112 {
        height: 448px !important
    }
    .height-md-120 {
        height: 480px !important
    }
    .height-md-143 {
        height: 572px !important
    }
    .height-md-150 {
        height: 600px !important
    }
    .height-md-160 {
        height: 640px !important
    }
    .height-md-190 {
        height: 760px !important
    }
    .height-md-200 {
        height: 800px !important
    }
    .height-md-auto {
        height: auto !important
    }
    .height-md-0p,
    .height-md-0vh,
    .height-md-0vw {
        height: 0 !important
    }
    .height-md-5p {
        height: 5% !important
    }
    .height-md-5vw {
        height: 5vw !important
    }
    .height-md-5vh {
        height: 5vh !important
    }
    .height-md-10p {
        height: 10% !important
    }
    .height-md-10vw {
        height: 10vw !important
    }
    .height-md-10vh {
        height: 10vh !important
    }
    .height-md-15p {
        height: 15% !important
    }
    .height-md-15vw {
        height: 15vw !important
    }
    .height-md-15vh {
        height: 15vh !important
    }
    .height-md-20p {
        height: 20% !important
    }
    .height-md-20vw {
        height: 20vw !important
    }
    .height-md-20vh {
        height: 20vh !important
    }
    .height-md-25p {
        height: 25% !important
    }
    .height-md-25vw {
        height: 25vw !important
    }
    .height-md-25vh {
        height: 25vh !important
    }
    .height-md-30p {
        height: 30% !important
    }
    .height-md-30vw {
        height: 30vw !important
    }
    .height-md-30vh {
        height: 30vh !important
    }
    .height-md-35p {
        height: 35% !important
    }
    .height-md-35vw {
        height: 35vw !important
    }
    .height-md-35vh {
        height: 35vh !important
    }
    .height-md-40p {
        height: 40% !important
    }
    .height-md-40vw {
        height: 40vw !important
    }
    .height-md-40vh {
        height: 40vh !important
    }
    .height-md-45p {
        height: 45% !important
    }
    .height-md-45vw {
        height: 45vw !important
    }
    .height-md-45vh {
        height: 45vh !important
    }
    .height-md-50p {
        height: 50% !important
    }
    .height-md-50vw {
        height: 50vw !important
    }
    .height-md-50vh {
        height: 50vh !important
    }
    .height-md-55p {
        height: 55% !important
    }
    .height-md-55vw {
        height: 55vw !important
    }
    .height-md-55vh {
        height: 55vh !important
    }
    .height-md-60p {
        height: 60% !important
    }
    .height-md-60vw {
        height: 60vw !important
    }
    .height-md-60vh {
        height: 60vh !important
    }
    .height-md-65p {
        height: 65% !important
    }
    .height-md-65vw {
        height: 65vw !important
    }
    .height-md-65vh {
        height: 65vh !important
    }
    .height-md-70p {
        height: 70% !important
    }
    .height-md-70vw {
        height: 70vw !important
    }
    .height-md-70vh {
        height: 70vh !important
    }
    .height-md-75p {
        height: 75% !important
    }
    .height-md-75vw {
        height: 75vw !important
    }
    .height-md-75vh {
        height: 75vh !important
    }
    .height-md-80p {
        height: 80% !important
    }
    .height-md-80vw {
        height: 80vw !important
    }
    .height-md-80vh {
        height: 80vh !important
    }
    .height-md-85p {
        height: 85% !important
    }
    .height-md-85vw {
        height: 85vw !important
    }
    .height-md-85vh {
        height: 85vh !important
    }
    .height-md-90p {
        height: 90% !important
    }
    .height-md-90vw {
        height: 90vw !important
    }
    .height-md-90vh {
        height: 90vh !important
    }
    .height-md-95p {
        height: 95% !important
    }
    .height-md-95vw {
        height: 95vw !important
    }
    .height-md-95vh {
        height: 95vh !important
    }
    .height-md-100p {
        height: 100% !important
    }
    .height-md-100vw {
        height: 100vw !important
    }
    .height-md-100vh {
        height: 100vh !important
    }
    .min-height-md-0 {
        min-height: 0 !important
    }
    .min-height-md-1 {
        min-height: 4px !important
    }
    .min-height-md-2 {
        min-height: 8px !important
    }
    .min-height-md-3 {
        min-height: 12px !important
    }
    .min-height-md-4 {
        min-height: 16px !important
    }
    .min-height-md-5 {
        min-height: 20px !important
    }
    .min-height-md-6 {
        min-height: 24px !important
    }
    .min-height-md-7 {
        min-height: 28px !important
    }
    .min-height-md-8 {
        min-height: 32px !important
    }
    .min-height-md-9 {
        min-height: 36px !important
    }
    .min-height-md-10 {
        min-height: 40px !important
    }
    .min-height-md-11 {
        min-height: 44px !important
    }
    .min-height-md-12 {
        min-height: 48px !important
    }
    .min-height-md-13 {
        min-height: 52px !important
    }
    .min-height-md-14 {
        min-height: 56px !important
    }
    .min-height-md-15 {
        min-height: 60px !important
    }
    .min-height-md-16 {
        min-height: 64px !important
    }
    .min-height-md-17 {
        min-height: 68px !important
    }
    .min-height-md-18 {
        min-height: 72px !important
    }
    .min-height-md-19 {
        min-height: 76px !important
    }
    .min-height-md-20 {
        min-height: 80px !important
    }
    .min-height-md-21 {
        min-height: 84px !important
    }
    .min-height-md-22 {
        min-height: 88px !important
    }
    .min-height-md-23 {
        min-height: 92px !important
    }
    .min-height-md-24 {
        min-height: 96px !important
    }
    .min-height-md-25 {
        min-height: 100px !important
    }
    .min-height-md-26 {
        min-height: 104px !important
    }
    .min-height-md-27 {
        min-height: 108px !important
    }
    .min-height-md-28 {
        min-height: 112px !important
    }
    .min-height-md-29 {
        min-height: 116px !important
    }
    .min-height-md-30 {
        min-height: 120px !important
    }
    .min-height-md-31 {
        min-height: 124px !important
    }
    .min-height-md-32 {
        min-height: 128px !important
    }
    .min-height-md-33 {
        min-height: 132px !important
    }
    .min-height-md-34 {
        min-height: 136px !important
    }
    .min-height-md-35 {
        min-height: 140px !important
    }
    .min-height-md-36 {
        min-height: 144px !important
    }
    .min-height-md-37 {
        min-height: 148px !important
    }
    .min-height-md-38 {
        min-height: 152px !important
    }
    .min-height-md-39 {
        min-height: 156px !important
    }
    .min-height-md-40 {
        min-height: 160px !important
    }
    .min-height-md-0p5 {
        min-height: 2px !important
    }
    .min-height-md-1p5 {
        min-height: 6px !important
    }
    .min-height-md-2p5 {
        min-height: 10px !important
    }
    .min-height-md-3p5 {
        min-height: 14px !important
    }
    .min-height-md-4p5 {
        min-height: 18px !important
    }
    .min-height-md-5p5 {
        min-height: 22px !important
    }
    .min-height-md-6p5 {
        min-height: 26px !important
    }
    .min-height-md-7p5 {
        min-height: 30px !important
    }
    .min-height-md-12p5 {
        min-height: 50px !important
    }
    .min-height-md-17p5 {
        min-height: 70px !important
    }
    .min-height-md-20p5 {
        min-height: 82px !important
    }
    .min-height-md-32p5 {
        min-height: 130px !important
    }
    .min-height-md-42 {
        min-height: 168px !important
    }
    .min-height-md-45 {
        min-height: 180px !important
    }
    .min-height-md-48 {
        min-height: 192px !important
    }
    .min-height-md-50 {
        min-height: 200px !important
    }
    .min-height-md-55 {
        min-height: 220px !important
    }
    .min-height-md-56 {
        min-height: 224px !important
    }
    .min-height-md-60 {
        min-height: 240px !important
    }
    .min-height-md-62 {
        min-height: 248px !important
    }
    .min-height-md-64 {
        min-height: 256px !important
    }
    .min-height-md-70 {
        min-height: 280px !important
    }
    .min-height-md-72 {
        min-height: 288px !important
    }
    .min-height-md-75 {
        min-height: 300px !important
    }
    .min-height-md-80 {
        min-height: 320px !important
    }
    .min-height-md-85 {
        min-height: 340px !important
    }
    .min-height-md-90 {
        min-height: 360px !important
    }
    .min-height-md-100 {
        min-height: 400px !important
    }
    .min-height-md-112 {
        min-height: 448px !important
    }
    .min-height-md-120 {
        min-height: 480px !important
    }
    .min-height-md-143 {
        min-height: 572px !important
    }
    .min-height-md-150 {
        min-height: 600px !important
    }
    .min-height-md-160 {
        min-height: 640px !important
    }
    .min-height-md-190 {
        min-height: 760px !important
    }
    .min-height-md-200 {
        min-height: 800px !important
    }
    .min-height-md-auto {
        min-height: auto !important
    }
    .min-height-md-0p,
    .min-height-md-0vh,
    .min-height-md-0vw {
        min-height: 0 !important
    }
    .min-height-md-5p {
        min-height: 5% !important
    }
    .min-height-md-5vw {
        min-height: 5vw !important
    }
    .min-height-md-5vh {
        min-height: 5vh !important
    }
    .min-height-md-10p {
        min-height: 10% !important
    }
    .min-height-md-10vw {
        min-height: 10vw !important
    }
    .min-height-md-10vh {
        min-height: 10vh !important
    }
    .min-height-md-15p {
        min-height: 15% !important
    }
    .min-height-md-15vw {
        min-height: 15vw !important
    }
    .min-height-md-15vh {
        min-height: 15vh !important
    }
    .min-height-md-20p {
        min-height: 20% !important
    }
    .min-height-md-20vw {
        min-height: 20vw !important
    }
    .min-height-md-20vh {
        min-height: 20vh !important
    }
    .min-height-md-25p {
        min-height: 25% !important
    }
    .min-height-md-25vw {
        min-height: 25vw !important
    }
    .min-height-md-25vh {
        min-height: 25vh !important
    }
    .min-height-md-30p {
        min-height: 30% !important
    }
    .min-height-md-30vw {
        min-height: 30vw !important
    }
    .min-height-md-30vh {
        min-height: 30vh !important
    }
    .min-height-md-35p {
        min-height: 35% !important
    }
    .min-height-md-35vw {
        min-height: 35vw !important
    }
    .min-height-md-35vh {
        min-height: 35vh !important
    }
    .min-height-md-40p {
        min-height: 40% !important
    }
    .min-height-md-40vw {
        min-height: 40vw !important
    }
    .min-height-md-40vh {
        min-height: 40vh !important
    }
    .min-height-md-45p {
        min-height: 45% !important
    }
    .min-height-md-45vw {
        min-height: 45vw !important
    }
    .min-height-md-45vh {
        min-height: 45vh !important
    }
    .min-height-md-50p {
        min-height: 50% !important
    }
    .min-height-md-50vw {
        min-height: 50vw !important
    }
    .min-height-md-50vh {
        min-height: 50vh !important
    }
    .min-height-md-55p {
        min-height: 55% !important
    }
    .min-height-md-55vw {
        min-height: 55vw !important
    }
    .min-height-md-55vh {
        min-height: 55vh !important
    }
    .min-height-md-60p {
        min-height: 60% !important
    }
    .min-height-md-60vw {
        min-height: 60vw !important
    }
    .min-height-md-60vh {
        min-height: 60vh !important
    }
    .min-height-md-65p {
        min-height: 65% !important
    }
    .min-height-md-65vw {
        min-height: 65vw !important
    }
    .min-height-md-65vh {
        min-height: 65vh !important
    }
    .min-height-md-70p {
        min-height: 70% !important
    }
    .min-height-md-70vw {
        min-height: 70vw !important
    }
    .min-height-md-70vh {
        min-height: 70vh !important
    }
    .min-height-md-75p {
        min-height: 75% !important
    }
    .min-height-md-75vw {
        min-height: 75vw !important
    }
    .min-height-md-75vh {
        min-height: 75vh !important
    }
    .min-height-md-80p {
        min-height: 80% !important
    }
    .min-height-md-80vw {
        min-height: 80vw !important
    }
    .min-height-md-80vh {
        min-height: 80vh !important
    }
    .min-height-md-85p {
        min-height: 85% !important
    }
    .min-height-md-85vw {
        min-height: 85vw !important
    }
    .min-height-md-85vh {
        min-height: 85vh !important
    }
    .min-height-md-90p {
        min-height: 90% !important
    }
    .min-height-md-90vw {
        min-height: 90vw !important
    }
    .min-height-md-90vh {
        min-height: 90vh !important
    }
    .min-height-md-95p {
        min-height: 95% !important
    }
    .min-height-md-95vw {
        min-height: 95vw !important
    }
    .min-height-md-95vh {
        min-height: 95vh !important
    }
    .min-height-md-100p {
        min-height: 100% !important
    }
    .min-height-md-100vw {
        min-height: 100vw !important
    }
    .min-height-md-100vh {
        min-height: 100vh !important
    }
    .max-height-md-0 {
        max-height: 0 !important
    }
    .max-height-md-1 {
        max-height: 4px !important
    }
    .max-height-md-2 {
        max-height: 8px !important
    }
    .max-height-md-3 {
        max-height: 12px !important
    }
    .max-height-md-4 {
        max-height: 16px !important
    }
    .max-height-md-5 {
        max-height: 20px !important
    }
    .max-height-md-6 {
        max-height: 24px !important
    }
    .max-height-md-7 {
        max-height: 28px !important
    }
    .max-height-md-8 {
        max-height: 32px !important
    }
    .max-height-md-9 {
        max-height: 36px !important
    }
    .max-height-md-10 {
        max-height: 40px !important
    }
    .max-height-md-11 {
        max-height: 44px !important
    }
    .max-height-md-12 {
        max-height: 48px !important
    }
    .max-height-md-13 {
        max-height: 52px !important
    }
    .max-height-md-14 {
        max-height: 56px !important
    }
    .max-height-md-15 {
        max-height: 60px !important
    }
    .max-height-md-16 {
        max-height: 64px !important
    }
    .max-height-md-17 {
        max-height: 68px !important
    }
    .max-height-md-18 {
        max-height: 72px !important
    }
    .max-height-md-19 {
        max-height: 76px !important
    }
    .max-height-md-20 {
        max-height: 80px !important
    }
    .max-height-md-21 {
        max-height: 84px !important
    }
    .max-height-md-22 {
        max-height: 88px !important
    }
    .max-height-md-23 {
        max-height: 92px !important
    }
    .max-height-md-24 {
        max-height: 96px !important
    }
    .max-height-md-25 {
        max-height: 100px !important
    }
    .max-height-md-26 {
        max-height: 104px !important
    }
    .max-height-md-27 {
        max-height: 108px !important
    }
    .max-height-md-28 {
        max-height: 112px !important
    }
    .max-height-md-29 {
        max-height: 116px !important
    }
    .max-height-md-30 {
        max-height: 120px !important
    }
    .max-height-md-31 {
        max-height: 124px !important
    }
    .max-height-md-32 {
        max-height: 128px !important
    }
    .max-height-md-33 {
        max-height: 132px !important
    }
    .max-height-md-34 {
        max-height: 136px !important
    }
    .max-height-md-35 {
        max-height: 140px !important
    }
    .max-height-md-36 {
        max-height: 144px !important
    }
    .max-height-md-37 {
        max-height: 148px !important
    }
    .max-height-md-38 {
        max-height: 152px !important
    }
    .max-height-md-39 {
        max-height: 156px !important
    }
    .max-height-md-40 {
        max-height: 160px !important
    }
    .max-height-md-0p5 {
        max-height: 2px !important
    }
    .max-height-md-1p5 {
        max-height: 6px !important
    }
    .max-height-md-2p5 {
        max-height: 10px !important
    }
    .max-height-md-3p5 {
        max-height: 14px !important
    }
    .max-height-md-4p5 {
        max-height: 18px !important
    }
    .max-height-md-5p5 {
        max-height: 22px !important
    }
    .max-height-md-6p5 {
        max-height: 26px !important
    }
    .max-height-md-7p5 {
        max-height: 30px !important
    }
    .max-height-md-12p5 {
        max-height: 50px !important
    }
    .max-height-md-17p5 {
        max-height: 70px !important
    }
    .max-height-md-20p5 {
        max-height: 82px !important
    }
    .max-height-md-32p5 {
        max-height: 130px !important
    }
    .max-height-md-42 {
        max-height: 168px !important
    }
    .max-height-md-45 {
        max-height: 180px !important
    }
    .max-height-md-48 {
        max-height: 192px !important
    }
    .max-height-md-50 {
        max-height: 200px !important
    }
    .max-height-md-55 {
        max-height: 220px !important
    }
    .max-height-md-56 {
        max-height: 224px !important
    }
    .max-height-md-60 {
        max-height: 240px !important
    }
    .max-height-md-62 {
        max-height: 248px !important
    }
    .max-height-md-64 {
        max-height: 256px !important
    }
    .max-height-md-70 {
        max-height: 280px !important
    }
    .max-height-md-72 {
        max-height: 288px !important
    }
    .max-height-md-75 {
        max-height: 300px !important
    }
    .max-height-md-80 {
        max-height: 320px !important
    }
    .max-height-md-85 {
        max-height: 340px !important
    }
    .max-height-md-90 {
        max-height: 360px !important
    }
    .max-height-md-100 {
        max-height: 400px !important
    }
    .max-height-md-112 {
        max-height: 448px !important
    }
    .max-height-md-120 {
        max-height: 480px !important
    }
    .max-height-md-143 {
        max-height: 572px !important
    }
    .max-height-md-150 {
        max-height: 600px !important
    }
    .max-height-md-160 {
        max-height: 640px !important
    }
    .max-height-md-190 {
        max-height: 760px !important
    }
    .max-height-md-200 {
        max-height: 800px !important
    }
    .max-height-md-auto {
        max-height: auto !important
    }
    .max-height-md-0p,
    .max-height-md-0vh,
    .max-height-md-0vw {
        max-height: 0 !important
    }
    .max-height-md-5p {
        max-height: 5% !important
    }
    .max-height-md-5vw {
        max-height: 5vw !important
    }
    .max-height-md-5vh {
        max-height: 5vh !important
    }
    .max-height-md-10p {
        max-height: 10% !important
    }
    .max-height-md-10vw {
        max-height: 10vw !important
    }
    .max-height-md-10vh {
        max-height: 10vh !important
    }
    .max-height-md-15p {
        max-height: 15% !important
    }
    .max-height-md-15vw {
        max-height: 15vw !important
    }
    .max-height-md-15vh {
        max-height: 15vh !important
    }
    .max-height-md-20p {
        max-height: 20% !important
    }
    .max-height-md-20vw {
        max-height: 20vw !important
    }
    .max-height-md-20vh {
        max-height: 20vh !important
    }
    .max-height-md-25p {
        max-height: 25% !important
    }
    .max-height-md-25vw {
        max-height: 25vw !important
    }
    .max-height-md-25vh {
        max-height: 25vh !important
    }
    .max-height-md-30p {
        max-height: 30% !important
    }
    .max-height-md-30vw {
        max-height: 30vw !important
    }
    .max-height-md-30vh {
        max-height: 30vh !important
    }
    .max-height-md-35p {
        max-height: 35% !important
    }
    .max-height-md-35vw {
        max-height: 35vw !important
    }
    .max-height-md-35vh {
        max-height: 35vh !important
    }
    .max-height-md-40p {
        max-height: 40% !important
    }
    .max-height-md-40vw {
        max-height: 40vw !important
    }
    .max-height-md-40vh {
        max-height: 40vh !important
    }
    .max-height-md-45p {
        max-height: 45% !important
    }
    .max-height-md-45vw {
        max-height: 45vw !important
    }
    .max-height-md-45vh {
        max-height: 45vh !important
    }
    .max-height-md-50p {
        max-height: 50% !important
    }
    .max-height-md-50vw {
        max-height: 50vw !important
    }
    .max-height-md-50vh {
        max-height: 50vh !important
    }
    .max-height-md-55p {
        max-height: 55% !important
    }
    .max-height-md-55vw {
        max-height: 55vw !important
    }
    .max-height-md-55vh {
        max-height: 55vh !important
    }
    .max-height-md-60p {
        max-height: 60% !important
    }
    .max-height-md-60vw {
        max-height: 60vw !important
    }
    .max-height-md-60vh {
        max-height: 60vh !important
    }
    .max-height-md-65p {
        max-height: 65% !important
    }
    .max-height-md-65vw {
        max-height: 65vw !important
    }
    .max-height-md-65vh {
        max-height: 65vh !important
    }
    .max-height-md-70p {
        max-height: 70% !important
    }
    .max-height-md-70vw {
        max-height: 70vw !important
    }
    .max-height-md-70vh {
        max-height: 70vh !important
    }
    .max-height-md-75p {
        max-height: 75% !important
    }
    .max-height-md-75vw {
        max-height: 75vw !important
    }
    .max-height-md-75vh {
        max-height: 75vh !important
    }
    .max-height-md-80p {
        max-height: 80% !important
    }
    .max-height-md-80vw {
        max-height: 80vw !important
    }
    .max-height-md-80vh {
        max-height: 80vh !important
    }
    .max-height-md-85p {
        max-height: 85% !important
    }
    .max-height-md-85vw {
        max-height: 85vw !important
    }
    .max-height-md-85vh {
        max-height: 85vh !important
    }
    .max-height-md-90p {
        max-height: 90% !important
    }
    .max-height-md-90vw {
        max-height: 90vw !important
    }
    .max-height-md-90vh {
        max-height: 90vh !important
    }
    .max-height-md-95p {
        max-height: 95% !important
    }
    .max-height-md-95vw {
        max-height: 95vw !important
    }
    .max-height-md-95vh {
        max-height: 95vh !important
    }
    .max-height-md-100p {
        max-height: 100% !important
    }
    .max-height-md-100vw {
        max-height: 100vw !important
    }
    .max-height-md-100vh {
        max-height: 100vh !important
    }
}

@media(min-width:1280px) {
    .width-lg-0 {
        width: 0 !important
    }
    .width-lg-1 {
        width: 4px !important
    }
    .width-lg-2 {
        width: 8px !important
    }
    .width-lg-3 {
        width: 12px !important
    }
    .width-lg-4 {
        width: 16px !important
    }
    .width-lg-5 {
        width: 20px !important
    }
    .width-lg-6 {
        width: 24px !important
    }
    .width-lg-7 {
        width: 28px !important
    }
    .width-lg-8 {
        width: 32px !important
    }
    .width-lg-9 {
        width: 36px !important
    }
    .width-lg-10 {
        width: 40px !important
    }
    .width-lg-11 {
        width: 44px !important
    }
    .width-lg-12 {
        width: 48px !important
    }
    .width-lg-13 {
        width: 52px !important
    }
    .width-lg-14 {
        width: 56px !important
    }
    .width-lg-15 {
        width: 60px !important
    }
    .width-lg-16 {
        width: 64px !important
    }
    .width-lg-17 {
        width: 68px !important
    }
    .width-lg-18 {
        width: 72px !important
    }
    .width-lg-19 {
        width: 76px !important
    }
    .width-lg-20 {
        width: 80px !important
    }
    .width-lg-21 {
        width: 84px !important
    }
    .width-lg-22 {
        width: 88px !important
    }
    .width-lg-23 {
        width: 92px !important
    }
    .width-lg-24 {
        width: 96px !important
    }
    .width-lg-25 {
        width: 100px !important
    }
    .width-lg-26 {
        width: 104px !important
    }
    .width-lg-27 {
        width: 108px !important
    }
    .width-lg-28 {
        width: 112px !important
    }
    .width-lg-29 {
        width: 116px !important
    }
    .width-lg-30 {
        width: 120px !important
    }
    .width-lg-31 {
        width: 124px !important
    }
    .width-lg-32 {
        width: 128px !important
    }
    .width-lg-33 {
        width: 132px !important
    }
    .width-lg-34 {
        width: 136px !important
    }
    .width-lg-35 {
        width: 140px !important
    }
    .width-lg-36 {
        width: 144px !important
    }
    .width-lg-37 {
        width: 148px !important
    }
    .width-lg-38 {
        width: 152px !important
    }
    .width-lg-39 {
        width: 156px !important
    }
    .width-lg-40 {
        width: 160px !important
    }
    .width-lg-0p5 {
        width: 2px !important
    }
    .width-lg-1p5 {
        width: 6px !important
    }
    .width-lg-2p5 {
        width: 10px !important
    }
    .width-lg-3p5 {
        width: 14px !important
    }
    .width-lg-4p5 {
        width: 18px !important
    }
    .width-lg-5p5 {
        width: 22px !important
    }
    .width-lg-6p5 {
        width: 26px !important
    }
    .width-lg-7p5 {
        width: 30px !important
    }
    .width-lg-12p5 {
        width: 50px !important
    }
    .width-lg-17p5 {
        width: 70px !important
    }
    .width-lg-20p5 {
        width: 82px !important
    }
    .width-lg-32p5 {
        width: 130px !important
    }
    .width-lg-42 {
        width: 168px !important
    }
    .width-lg-45 {
        width: 180px !important
    }
    .width-lg-48 {
        width: 192px !important
    }
    .width-lg-50 {
        width: 200px !important
    }
    .width-lg-55 {
        width: 220px !important
    }
    .width-lg-56 {
        width: 224px !important
    }
    .width-lg-60 {
        width: 240px !important
    }
    .width-lg-62 {
        width: 248px !important
    }
    .width-lg-64 {
        width: 256px !important
    }
    .width-lg-70 {
        width: 280px !important
    }
    .width-lg-72 {
        width: 288px !important
    }
    .width-lg-75 {
        width: 300px !important
    }
    .width-lg-80 {
        width: 320px !important
    }
    .width-lg-85 {
        width: 340px !important
    }
    .width-lg-90 {
        width: 360px !important
    }
    .width-lg-100 {
        width: 400px !important
    }
    .width-lg-112 {
        width: 448px !important
    }
    .width-lg-120 {
        width: 480px !important
    }
    .width-lg-143 {
        width: 572px !important
    }
    .width-lg-150 {
        width: 600px !important
    }
    .width-lg-160 {
        width: 640px !important
    }
    .width-lg-190 {
        width: 760px !important
    }
    .width-lg-200 {
        width: 800px !important
    }
    .width-lg-auto {
        width: auto !important
    }
    .width-lg-0p,
    .width-lg-0vh,
    .width-lg-0vw {
        width: 0 !important
    }
    .width-lg-5p {
        width: 5% !important
    }
    .width-lg-5vw {
        width: 5vw !important
    }
    .width-lg-5vh {
        width: 5vh !important
    }
    .width-lg-10p {
        width: 10% !important
    }
    .width-lg-10vw {
        width: 10vw !important
    }
    .width-lg-10vh {
        width: 10vh !important
    }
    .width-lg-15p {
        width: 15% !important
    }
    .width-lg-15vw {
        width: 15vw !important
    }
    .width-lg-15vh {
        width: 15vh !important
    }
    .width-lg-20p {
        width: 20% !important
    }
    .width-lg-20vw {
        width: 20vw !important
    }
    .width-lg-20vh {
        width: 20vh !important
    }
    .width-lg-25p {
        width: 25% !important
    }
    .width-lg-25vw {
        width: 25vw !important
    }
    .width-lg-25vh {
        width: 25vh !important
    }
    .width-lg-30p {
        width: 30% !important
    }
    .width-lg-30vw {
        width: 30vw !important
    }
    .width-lg-30vh {
        width: 30vh !important
    }
    .width-lg-35p {
        width: 35% !important
    }
    .width-lg-35vw {
        width: 35vw !important
    }
    .width-lg-35vh {
        width: 35vh !important
    }
    .width-lg-40p {
        width: 40% !important
    }
    .width-lg-40vw {
        width: 40vw !important
    }
    .width-lg-40vh {
        width: 40vh !important
    }
    .width-lg-45p {
        width: 45% !important
    }
    .width-lg-45vw {
        width: 45vw !important
    }
    .width-lg-45vh {
        width: 45vh !important
    }
    .width-lg-50p {
        width: 50% !important
    }
    .width-lg-50vw {
        width: 50vw !important
    }
    .width-lg-50vh {
        width: 50vh !important
    }
    .width-lg-55p {
        width: 55% !important
    }
    .width-lg-55vw {
        width: 55vw !important
    }
    .width-lg-55vh {
        width: 55vh !important
    }
    .width-lg-60p {
        width: 60% !important
    }
    .width-lg-60vw {
        width: 60vw !important
    }
    .width-lg-60vh {
        width: 60vh !important
    }
    .width-lg-65p {
        width: 65% !important
    }
    .width-lg-65vw {
        width: 65vw !important
    }
    .width-lg-65vh {
        width: 65vh !important
    }
    .width-lg-70p {
        width: 70% !important
    }
    .width-lg-70vw {
        width: 70vw !important
    }
    .width-lg-70vh {
        width: 70vh !important
    }
    .width-lg-75p {
        width: 75% !important
    }
    .width-lg-75vw {
        width: 75vw !important
    }
    .width-lg-75vh {
        width: 75vh !important
    }
    .width-lg-80p {
        width: 80% !important
    }
    .width-lg-80vw {
        width: 80vw !important
    }
    .width-lg-80vh {
        width: 80vh !important
    }
    .width-lg-85p {
        width: 85% !important
    }
    .width-lg-85vw {
        width: 85vw !important
    }
    .width-lg-85vh {
        width: 85vh !important
    }
    .width-lg-90p {
        width: 90% !important
    }
    .width-lg-90vw {
        width: 90vw !important
    }
    .width-lg-90vh {
        width: 90vh !important
    }
    .width-lg-95p {
        width: 95% !important
    }
    .width-lg-95vw {
        width: 95vw !important
    }
    .width-lg-95vh {
        width: 95vh !important
    }
    .width-lg-100p {
        width: 100% !important
    }
    .width-lg-100vw {
        width: 100vw !important
    }
    .width-lg-100vh {
        width: 100vh !important
    }
    .min-width-lg-0 {
        min-width: 0 !important
    }
    .min-width-lg-1 {
        min-width: 4px !important
    }
    .min-width-lg-2 {
        min-width: 8px !important
    }
    .min-width-lg-3 {
        min-width: 12px !important
    }
    .min-width-lg-4 {
        min-width: 16px !important
    }
    .min-width-lg-5 {
        min-width: 20px !important
    }
    .min-width-lg-6 {
        min-width: 24px !important
    }
    .min-width-lg-7 {
        min-width: 28px !important
    }
    .min-width-lg-8 {
        min-width: 32px !important
    }
    .min-width-lg-9 {
        min-width: 36px !important
    }
    .min-width-lg-10 {
        min-width: 40px !important
    }
    .min-width-lg-11 {
        min-width: 44px !important
    }
    .min-width-lg-12 {
        min-width: 48px !important
    }
    .min-width-lg-13 {
        min-width: 52px !important
    }
    .min-width-lg-14 {
        min-width: 56px !important
    }
    .min-width-lg-15 {
        min-width: 60px !important
    }
    .min-width-lg-16 {
        min-width: 64px !important
    }
    .min-width-lg-17 {
        min-width: 68px !important
    }
    .min-width-lg-18 {
        min-width: 72px !important
    }
    .min-width-lg-19 {
        min-width: 76px !important
    }
    .min-width-lg-20 {
        min-width: 80px !important
    }
    .min-width-lg-21 {
        min-width: 84px !important
    }
    .min-width-lg-22 {
        min-width: 88px !important
    }
    .min-width-lg-23 {
        min-width: 92px !important
    }
    .min-width-lg-24 {
        min-width: 96px !important
    }
    .min-width-lg-25 {
        min-width: 100px !important
    }
    .min-width-lg-26 {
        min-width: 104px !important
    }
    .min-width-lg-27 {
        min-width: 108px !important
    }
    .min-width-lg-28 {
        min-width: 112px !important
    }
    .min-width-lg-29 {
        min-width: 116px !important
    }
    .min-width-lg-30 {
        min-width: 120px !important
    }
    .min-width-lg-31 {
        min-width: 124px !important
    }
    .min-width-lg-32 {
        min-width: 128px !important
    }
    .min-width-lg-33 {
        min-width: 132px !important
    }
    .min-width-lg-34 {
        min-width: 136px !important
    }
    .min-width-lg-35 {
        min-width: 140px !important
    }
    .min-width-lg-36 {
        min-width: 144px !important
    }
    .min-width-lg-37 {
        min-width: 148px !important
    }
    .min-width-lg-38 {
        min-width: 152px !important
    }
    .min-width-lg-39 {
        min-width: 156px !important
    }
    .min-width-lg-40 {
        min-width: 160px !important
    }
    .min-width-lg-0p5 {
        min-width: 2px !important
    }
    .min-width-lg-1p5 {
        min-width: 6px !important
    }
    .min-width-lg-2p5 {
        min-width: 10px !important
    }
    .min-width-lg-3p5 {
        min-width: 14px !important
    }
    .min-width-lg-4p5 {
        min-width: 18px !important
    }
    .min-width-lg-5p5 {
        min-width: 22px !important
    }
    .min-width-lg-6p5 {
        min-width: 26px !important
    }
    .min-width-lg-7p5 {
        min-width: 30px !important
    }
    .min-width-lg-12p5 {
        min-width: 50px !important
    }
    .min-width-lg-17p5 {
        min-width: 70px !important
    }
    .min-width-lg-20p5 {
        min-width: 82px !important
    }
    .min-width-lg-32p5 {
        min-width: 130px !important
    }
    .min-width-lg-42 {
        min-width: 168px !important
    }
    .min-width-lg-45 {
        min-width: 180px !important
    }
    .min-width-lg-48 {
        min-width: 192px !important
    }
    .min-width-lg-50 {
        min-width: 200px !important
    }
    .min-width-lg-55 {
        min-width: 220px !important
    }
    .min-width-lg-56 {
        min-width: 224px !important
    }
    .min-width-lg-60 {
        min-width: 240px !important
    }
    .min-width-lg-62 {
        min-width: 248px !important
    }
    .min-width-lg-64 {
        min-width: 256px !important
    }
    .min-width-lg-70 {
        min-width: 280px !important
    }
    .min-width-lg-72 {
        min-width: 288px !important
    }
    .min-width-lg-75 {
        min-width: 300px !important
    }
    .min-width-lg-80 {
        min-width: 320px !important
    }
    .min-width-lg-85 {
        min-width: 340px !important
    }
    .min-width-lg-90 {
        min-width: 360px !important
    }
    .min-width-lg-100 {
        min-width: 400px !important
    }
    .min-width-lg-112 {
        min-width: 448px !important
    }
    .min-width-lg-120 {
        min-width: 480px !important
    }
    .min-width-lg-143 {
        min-width: 572px !important
    }
    .min-width-lg-150 {
        min-width: 600px !important
    }
    .min-width-lg-160 {
        min-width: 640px !important
    }
    .min-width-lg-190 {
        min-width: 760px !important
    }
    .min-width-lg-200 {
        min-width: 800px !important
    }
    .min-width-lg-auto {
        min-width: auto !important
    }
    .min-width-lg-0p,
    .min-width-lg-0vh,
    .min-width-lg-0vw {
        min-width: 0 !important
    }
    .min-width-lg-5p {
        min-width: 5% !important
    }
    .min-width-lg-5vw {
        min-width: 5vw !important
    }
    .min-width-lg-5vh {
        min-width: 5vh !important
    }
    .min-width-lg-10p {
        min-width: 10% !important
    }
    .min-width-lg-10vw {
        min-width: 10vw !important
    }
    .min-width-lg-10vh {
        min-width: 10vh !important
    }
    .min-width-lg-15p {
        min-width: 15% !important
    }
    .min-width-lg-15vw {
        min-width: 15vw !important
    }
    .min-width-lg-15vh {
        min-width: 15vh !important
    }
    .min-width-lg-20p {
        min-width: 20% !important
    }
    .min-width-lg-20vw {
        min-width: 20vw !important
    }
    .min-width-lg-20vh {
        min-width: 20vh !important
    }
    .min-width-lg-25p {
        min-width: 25% !important
    }
    .min-width-lg-25vw {
        min-width: 25vw !important
    }
    .min-width-lg-25vh {
        min-width: 25vh !important
    }
    .min-width-lg-30p {
        min-width: 30% !important
    }
    .min-width-lg-30vw {
        min-width: 30vw !important
    }
    .min-width-lg-30vh {
        min-width: 30vh !important
    }
    .min-width-lg-35p {
        min-width: 35% !important
    }
    .min-width-lg-35vw {
        min-width: 35vw !important
    }
    .min-width-lg-35vh {
        min-width: 35vh !important
    }
    .min-width-lg-40p {
        min-width: 40% !important
    }
    .min-width-lg-40vw {
        min-width: 40vw !important
    }
    .min-width-lg-40vh {
        min-width: 40vh !important
    }
    .min-width-lg-45p {
        min-width: 45% !important
    }
    .min-width-lg-45vw {
        min-width: 45vw !important
    }
    .min-width-lg-45vh {
        min-width: 45vh !important
    }
    .min-width-lg-50p {
        min-width: 50% !important
    }
    .min-width-lg-50vw {
        min-width: 50vw !important
    }
    .min-width-lg-50vh {
        min-width: 50vh !important
    }
    .min-width-lg-55p {
        min-width: 55% !important
    }
    .min-width-lg-55vw {
        min-width: 55vw !important
    }
    .min-width-lg-55vh {
        min-width: 55vh !important
    }
    .min-width-lg-60p {
        min-width: 60% !important
    }
    .min-width-lg-60vw {
        min-width: 60vw !important
    }
    .min-width-lg-60vh {
        min-width: 60vh !important
    }
    .min-width-lg-65p {
        min-width: 65% !important
    }
    .min-width-lg-65vw {
        min-width: 65vw !important
    }
    .min-width-lg-65vh {
        min-width: 65vh !important
    }
    .min-width-lg-70p {
        min-width: 70% !important
    }
    .min-width-lg-70vw {
        min-width: 70vw !important
    }
    .min-width-lg-70vh {
        min-width: 70vh !important
    }
    .min-width-lg-75p {
        min-width: 75% !important
    }
    .min-width-lg-75vw {
        min-width: 75vw !important
    }
    .min-width-lg-75vh {
        min-width: 75vh !important
    }
    .min-width-lg-80p {
        min-width: 80% !important
    }
    .min-width-lg-80vw {
        min-width: 80vw !important
    }
    .min-width-lg-80vh {
        min-width: 80vh !important
    }
    .min-width-lg-85p {
        min-width: 85% !important
    }
    .min-width-lg-85vw {
        min-width: 85vw !important
    }
    .min-width-lg-85vh {
        min-width: 85vh !important
    }
    .min-width-lg-90p {
        min-width: 90% !important
    }
    .min-width-lg-90vw {
        min-width: 90vw !important
    }
    .min-width-lg-90vh {
        min-width: 90vh !important
    }
    .min-width-lg-95p {
        min-width: 95% !important
    }
    .min-width-lg-95vw {
        min-width: 95vw !important
    }
    .min-width-lg-95vh {
        min-width: 95vh !important
    }
    .min-width-lg-100p {
        min-width: 100% !important
    }
    .min-width-lg-100vw {
        min-width: 100vw !important
    }
    .min-width-lg-100vh {
        min-width: 100vh !important
    }
    .max-width-lg-0 {
        max-width: 0 !important
    }
    .max-width-lg-1 {
        max-width: 4px !important
    }
    .max-width-lg-2 {
        max-width: 8px !important
    }
    .max-width-lg-3 {
        max-width: 12px !important
    }
    .max-width-lg-4 {
        max-width: 16px !important
    }
    .max-width-lg-5 {
        max-width: 20px !important
    }
    .max-width-lg-6 {
        max-width: 24px !important
    }
    .max-width-lg-7 {
        max-width: 28px !important
    }
    .max-width-lg-8 {
        max-width: 32px !important
    }
    .max-width-lg-9 {
        max-width: 36px !important
    }
    .max-width-lg-10 {
        max-width: 40px !important
    }
    .max-width-lg-11 {
        max-width: 44px !important
    }
    .max-width-lg-12 {
        max-width: 48px !important
    }
    .max-width-lg-13 {
        max-width: 52px !important
    }
    .max-width-lg-14 {
        max-width: 56px !important
    }
    .max-width-lg-15 {
        max-width: 60px !important
    }
    .max-width-lg-16 {
        max-width: 64px !important
    }
    .max-width-lg-17 {
        max-width: 68px !important
    }
    .max-width-lg-18 {
        max-width: 72px !important
    }
    .max-width-lg-19 {
        max-width: 76px !important
    }
    .max-width-lg-20 {
        max-width: 80px !important
    }
    .max-width-lg-21 {
        max-width: 84px !important
    }
    .max-width-lg-22 {
        max-width: 88px !important
    }
    .max-width-lg-23 {
        max-width: 92px !important
    }
    .max-width-lg-24 {
        max-width: 96px !important
    }
    .max-width-lg-25 {
        max-width: 100px !important
    }
    .max-width-lg-26 {
        max-width: 104px !important
    }
    .max-width-lg-27 {
        max-width: 108px !important
    }
    .max-width-lg-28 {
        max-width: 112px !important
    }
    .max-width-lg-29 {
        max-width: 116px !important
    }
    .max-width-lg-30 {
        max-width: 120px !important
    }
    .max-width-lg-31 {
        max-width: 124px !important
    }
    .max-width-lg-32 {
        max-width: 128px !important
    }
    .max-width-lg-33 {
        max-width: 132px !important
    }
    .max-width-lg-34 {
        max-width: 136px !important
    }
    .max-width-lg-35 {
        max-width: 140px !important
    }
    .max-width-lg-36 {
        max-width: 144px !important
    }
    .max-width-lg-37 {
        max-width: 148px !important
    }
    .max-width-lg-38 {
        max-width: 152px !important
    }
    .max-width-lg-39 {
        max-width: 156px !important
    }
    .max-width-lg-40 {
        max-width: 160px !important
    }
    .max-width-lg-0p5 {
        max-width: 2px !important
    }
    .max-width-lg-1p5 {
        max-width: 6px !important
    }
    .max-width-lg-2p5 {
        max-width: 10px !important
    }
    .max-width-lg-3p5 {
        max-width: 14px !important
    }
    .max-width-lg-4p5 {
        max-width: 18px !important
    }
    .max-width-lg-5p5 {
        max-width: 22px !important
    }
    .max-width-lg-6p5 {
        max-width: 26px !important
    }
    .max-width-lg-7p5 {
        max-width: 30px !important
    }
    .max-width-lg-12p5 {
        max-width: 50px !important
    }
    .max-width-lg-17p5 {
        max-width: 70px !important
    }
    .max-width-lg-20p5 {
        max-width: 82px !important
    }
    .max-width-lg-32p5 {
        max-width: 130px !important
    }
    .max-width-lg-42 {
        max-width: 168px !important
    }
    .max-width-lg-45 {
        max-width: 180px !important
    }
    .max-width-lg-48 {
        max-width: 192px !important
    }
    .max-width-lg-50 {
        max-width: 200px !important
    }
    .max-width-lg-55 {
        max-width: 220px !important
    }
    .max-width-lg-56 {
        max-width: 224px !important
    }
    .max-width-lg-60 {
        max-width: 240px !important
    }
    .max-width-lg-62 {
        max-width: 248px !important
    }
    .max-width-lg-64 {
        max-width: 256px !important
    }
    .max-width-lg-70 {
        max-width: 280px !important
    }
    .max-width-lg-72 {
        max-width: 288px !important
    }
    .max-width-lg-75 {
        max-width: 300px !important
    }
    .max-width-lg-80 {
        max-width: 320px !important
    }
    .max-width-lg-85 {
        max-width: 340px !important
    }
    .max-width-lg-90 {
        max-width: 360px !important
    }
    .max-width-lg-100 {
        max-width: 400px !important
    }
    .max-width-lg-112 {
        max-width: 448px !important
    }
    .max-width-lg-120 {
        max-width: 480px !important
    }
    .max-width-lg-143 {
        max-width: 572px !important
    }
    .max-width-lg-150 {
        max-width: 600px !important
    }
    .max-width-lg-160 {
        max-width: 640px !important
    }
    .max-width-lg-190 {
        max-width: 760px !important
    }
    .max-width-lg-200 {
        max-width: 800px !important
    }
    .max-width-lg-auto {
        max-width: auto !important
    }
    .max-width-lg-0p,
    .max-width-lg-0vh,
    .max-width-lg-0vw {
        max-width: 0 !important
    }
    .max-width-lg-5p {
        max-width: 5% !important
    }
    .max-width-lg-5vw {
        max-width: 5vw !important
    }
    .max-width-lg-5vh {
        max-width: 5vh !important
    }
    .max-width-lg-10p {
        max-width: 10% !important
    }
    .max-width-lg-10vw {
        max-width: 10vw !important
    }
    .max-width-lg-10vh {
        max-width: 10vh !important
    }
    .max-width-lg-15p {
        max-width: 15% !important
    }
    .max-width-lg-15vw {
        max-width: 15vw !important
    }
    .max-width-lg-15vh {
        max-width: 15vh !important
    }
    .max-width-lg-20p {
        max-width: 20% !important
    }
    .max-width-lg-20vw {
        max-width: 20vw !important
    }
    .max-width-lg-20vh {
        max-width: 20vh !important
    }
    .max-width-lg-25p {
        max-width: 25% !important
    }
    .max-width-lg-25vw {
        max-width: 25vw !important
    }
    .max-width-lg-25vh {
        max-width: 25vh !important
    }
    .max-width-lg-30p {
        max-width: 30% !important
    }
    .max-width-lg-30vw {
        max-width: 30vw !important
    }
    .max-width-lg-30vh {
        max-width: 30vh !important
    }
    .max-width-lg-35p {
        max-width: 35% !important
    }
    .max-width-lg-35vw {
        max-width: 35vw !important
    }
    .max-width-lg-35vh {
        max-width: 35vh !important
    }
    .max-width-lg-40p {
        max-width: 40% !important
    }
    .max-width-lg-40vw {
        max-width: 40vw !important
    }
    .max-width-lg-40vh {
        max-width: 40vh !important
    }
    .max-width-lg-45p {
        max-width: 45% !important
    }
    .max-width-lg-45vw {
        max-width: 45vw !important
    }
    .max-width-lg-45vh {
        max-width: 45vh !important
    }
    .max-width-lg-50p {
        max-width: 50% !important
    }
    .max-width-lg-50vw {
        max-width: 50vw !important
    }
    .max-width-lg-50vh {
        max-width: 50vh !important
    }
    .max-width-lg-55p {
        max-width: 55% !important
    }
    .max-width-lg-55vw {
        max-width: 55vw !important
    }
    .max-width-lg-55vh {
        max-width: 55vh !important
    }
    .max-width-lg-60p {
        max-width: 60% !important
    }
    .max-width-lg-60vw {
        max-width: 60vw !important
    }
    .max-width-lg-60vh {
        max-width: 60vh !important
    }
    .max-width-lg-65p {
        max-width: 65% !important
    }
    .max-width-lg-65vw {
        max-width: 65vw !important
    }
    .max-width-lg-65vh {
        max-width: 65vh !important
    }
    .max-width-lg-70p {
        max-width: 70% !important
    }
    .max-width-lg-70vw {
        max-width: 70vw !important
    }
    .max-width-lg-70vh {
        max-width: 70vh !important
    }
    .max-width-lg-75p {
        max-width: 75% !important
    }
    .max-width-lg-75vw {
        max-width: 75vw !important
    }
    .max-width-lg-75vh {
        max-width: 75vh !important
    }
    .max-width-lg-80p {
        max-width: 80% !important
    }
    .max-width-lg-80vw {
        max-width: 80vw !important
    }
    .max-width-lg-80vh {
        max-width: 80vh !important
    }
    .max-width-lg-85p {
        max-width: 85% !important
    }
    .max-width-lg-85vw {
        max-width: 85vw !important
    }
    .max-width-lg-85vh {
        max-width: 85vh !important
    }
    .max-width-lg-90p {
        max-width: 90% !important
    }
    .max-width-lg-90vw {
        max-width: 90vw !important
    }
    .max-width-lg-90vh {
        max-width: 90vh !important
    }
    .max-width-lg-95p {
        max-width: 95% !important
    }
    .max-width-lg-95vw {
        max-width: 95vw !important
    }
    .max-width-lg-95vh {
        max-width: 95vh !important
    }
    .max-width-lg-100p {
        max-width: 100% !important
    }
    .max-width-lg-100vw {
        max-width: 100vw !important
    }
    .max-width-lg-100vh {
        max-width: 100vh !important
    }
    .height-lg-0 {
        height: 0 !important
    }
    .height-lg-1 {
        height: 4px !important
    }
    .height-lg-2 {
        height: 8px !important
    }
    .height-lg-3 {
        height: 12px !important
    }
    .height-lg-4 {
        height: 16px !important
    }
    .height-lg-5 {
        height: 20px !important
    }
    .height-lg-6 {
        height: 24px !important
    }
    .height-lg-7 {
        height: 28px !important
    }
    .height-lg-8 {
        height: 32px !important
    }
    .height-lg-9 {
        height: 36px !important
    }
    .height-lg-10 {
        height: 40px !important
    }
    .height-lg-11 {
        height: 44px !important
    }
    .height-lg-12 {
        height: 48px !important
    }
    .height-lg-13 {
        height: 52px !important
    }
    .height-lg-14 {
        height: 56px !important
    }
    .height-lg-15 {
        height: 60px !important
    }
    .height-lg-16 {
        height: 64px !important
    }
    .height-lg-17 {
        height: 68px !important
    }
    .height-lg-18 {
        height: 72px !important
    }
    .height-lg-19 {
        height: 76px !important
    }
    .height-lg-20 {
        height: 80px !important
    }
    .height-lg-21 {
        height: 84px !important
    }
    .height-lg-22 {
        height: 88px !important
    }
    .height-lg-23 {
        height: 92px !important
    }
    .height-lg-24 {
        height: 96px !important
    }
    .height-lg-25 {
        height: 100px !important
    }
    .height-lg-26 {
        height: 104px !important
    }
    .height-lg-27 {
        height: 108px !important
    }
    .height-lg-28 {
        height: 112px !important
    }
    .height-lg-29 {
        height: 116px !important
    }
    .height-lg-30 {
        height: 120px !important
    }
    .height-lg-31 {
        height: 124px !important
    }
    .height-lg-32 {
        height: 128px !important
    }
    .height-lg-33 {
        height: 132px !important
    }
    .height-lg-34 {
        height: 136px !important
    }
    .height-lg-35 {
        height: 140px !important
    }
    .height-lg-36 {
        height: 144px !important
    }
    .height-lg-37 {
        height: 148px !important
    }
    .height-lg-38 {
        height: 152px !important
    }
    .height-lg-39 {
        height: 156px !important
    }
    .height-lg-40 {
        height: 160px !important
    }
    .height-lg-0p5 {
        height: 2px !important
    }
    .height-lg-1p5 {
        height: 6px !important
    }
    .height-lg-2p5 {
        height: 10px !important
    }
    .height-lg-3p5 {
        height: 14px !important
    }
    .height-lg-4p5 {
        height: 18px !important
    }
    .height-lg-5p5 {
        height: 22px !important
    }
    .height-lg-6p5 {
        height: 26px !important
    }
    .height-lg-7p5 {
        height: 30px !important
    }
    .height-lg-12p5 {
        height: 50px !important
    }
    .height-lg-17p5 {
        height: 70px !important
    }
    .height-lg-20p5 {
        height: 82px !important
    }
    .height-lg-32p5 {
        height: 130px !important
    }
    .height-lg-42 {
        height: 168px !important
    }
    .height-lg-45 {
        height: 180px !important
    }
    .height-lg-48 {
        height: 192px !important
    }
    .height-lg-50 {
        height: 200px !important
    }
    .height-lg-55 {
        height: 220px !important
    }
    .height-lg-56 {
        height: 224px !important
    }
    .height-lg-60 {
        height: 240px !important
    }
    .height-lg-62 {
        height: 248px !important
    }
    .height-lg-64 {
        height: 256px !important
    }
    .height-lg-70 {
        height: 280px !important
    }
    .height-lg-72 {
        height: 288px !important
    }
    .height-lg-75 {
        height: 300px !important
    }
    .height-lg-80 {
        height: 320px !important
    }
    .height-lg-85 {
        height: 340px !important
    }
    .height-lg-90 {
        height: 360px !important
    }
    .height-lg-100 {
        height: 400px !important
    }
    .height-lg-112 {
        height: 448px !important
    }
    .height-lg-120 {
        height: 480px !important
    }
    .height-lg-143 {
        height: 572px !important
    }
    .height-lg-150 {
        height: 600px !important
    }
    .height-lg-160 {
        height: 640px !important
    }
    .height-lg-190 {
        height: 760px !important
    }
    .height-lg-200 {
        height: 800px !important
    }
    .height-lg-auto {
        height: auto !important
    }
    .height-lg-0p,
    .height-lg-0vh,
    .height-lg-0vw {
        height: 0 !important
    }
    .height-lg-5p {
        height: 5% !important
    }
    .height-lg-5vw {
        height: 5vw !important
    }
    .height-lg-5vh {
        height: 5vh !important
    }
    .height-lg-10p {
        height: 10% !important
    }
    .height-lg-10vw {
        height: 10vw !important
    }
    .height-lg-10vh {
        height: 10vh !important
    }
    .height-lg-15p {
        height: 15% !important
    }
    .height-lg-15vw {
        height: 15vw !important
    }
    .height-lg-15vh {
        height: 15vh !important
    }
    .height-lg-20p {
        height: 20% !important
    }
    .height-lg-20vw {
        height: 20vw !important
    }
    .height-lg-20vh {
        height: 20vh !important
    }
    .height-lg-25p {
        height: 25% !important
    }
    .height-lg-25vw {
        height: 25vw !important
    }
    .height-lg-25vh {
        height: 25vh !important
    }
    .height-lg-30p {
        height: 30% !important
    }
    .height-lg-30vw {
        height: 30vw !important
    }
    .height-lg-30vh {
        height: 30vh !important
    }
    .height-lg-35p {
        height: 35% !important
    }
    .height-lg-35vw {
        height: 35vw !important
    }
    .height-lg-35vh {
        height: 35vh !important
    }
    .height-lg-40p {
        height: 40% !important
    }
    .height-lg-40vw {
        height: 40vw !important
    }
    .height-lg-40vh {
        height: 40vh !important
    }
    .height-lg-45p {
        height: 45% !important
    }
    .height-lg-45vw {
        height: 45vw !important
    }
    .height-lg-45vh {
        height: 45vh !important
    }
    .height-lg-50p {
        height: 50% !important
    }
    .height-lg-50vw {
        height: 50vw !important
    }
    .height-lg-50vh {
        height: 50vh !important
    }
    .height-lg-55p {
        height: 55% !important
    }
    .height-lg-55vw {
        height: 55vw !important
    }
    .height-lg-55vh {
        height: 55vh !important
    }
    .height-lg-60p {
        height: 60% !important
    }
    .height-lg-60vw {
        height: 60vw !important
    }
    .height-lg-60vh {
        height: 60vh !important
    }
    .height-lg-65p {
        height: 65% !important
    }
    .height-lg-65vw {
        height: 65vw !important
    }
    .height-lg-65vh {
        height: 65vh !important
    }
    .height-lg-70p {
        height: 70% !important
    }
    .height-lg-70vw {
        height: 70vw !important
    }
    .height-lg-70vh {
        height: 70vh !important
    }
    .height-lg-75p {
        height: 75% !important
    }
    .height-lg-75vw {
        height: 75vw !important
    }
    .height-lg-75vh {
        height: 75vh !important
    }
    .height-lg-80p {
        height: 80% !important
    }
    .height-lg-80vw {
        height: 80vw !important
    }
    .height-lg-80vh {
        height: 80vh !important
    }
    .height-lg-85p {
        height: 85% !important
    }
    .height-lg-85vw {
        height: 85vw !important
    }
    .height-lg-85vh {
        height: 85vh !important
    }
    .height-lg-90p {
        height: 90% !important
    }
    .height-lg-90vw {
        height: 90vw !important
    }
    .height-lg-90vh {
        height: 90vh !important
    }
    .height-lg-95p {
        height: 95% !important
    }
    .height-lg-95vw {
        height: 95vw !important
    }
    .height-lg-95vh {
        height: 95vh !important
    }
    .height-lg-100p {
        height: 100% !important
    }
    .height-lg-100vw {
        height: 100vw !important
    }
    .height-lg-100vh {
        height: 100vh !important
    }
    .min-height-lg-0 {
        min-height: 0 !important
    }
    .min-height-lg-1 {
        min-height: 4px !important
    }
    .min-height-lg-2 {
        min-height: 8px !important
    }
    .min-height-lg-3 {
        min-height: 12px !important
    }
    .min-height-lg-4 {
        min-height: 16px !important
    }
    .min-height-lg-5 {
        min-height: 20px !important
    }
    .min-height-lg-6 {
        min-height: 24px !important
    }
    .min-height-lg-7 {
        min-height: 28px !important
    }
    .min-height-lg-8 {
        min-height: 32px !important
    }
    .min-height-lg-9 {
        min-height: 36px !important
    }
    .min-height-lg-10 {
        min-height: 40px !important
    }
    .min-height-lg-11 {
        min-height: 44px !important
    }
    .min-height-lg-12 {
        min-height: 48px !important
    }
    .min-height-lg-13 {
        min-height: 52px !important
    }
    .min-height-lg-14 {
        min-height: 56px !important
    }
    .min-height-lg-15 {
        min-height: 60px !important
    }
    .min-height-lg-16 {
        min-height: 64px !important
    }
    .min-height-lg-17 {
        min-height: 68px !important
    }
    .min-height-lg-18 {
        min-height: 72px !important
    }
    .min-height-lg-19 {
        min-height: 76px !important
    }
    .min-height-lg-20 {
        min-height: 80px !important
    }
    .min-height-lg-21 {
        min-height: 84px !important
    }
    .min-height-lg-22 {
        min-height: 88px !important
    }
    .min-height-lg-23 {
        min-height: 92px !important
    }
    .min-height-lg-24 {
        min-height: 96px !important
    }
    .min-height-lg-25 {
        min-height: 100px !important
    }
    .min-height-lg-26 {
        min-height: 104px !important
    }
    .min-height-lg-27 {
        min-height: 108px !important
    }
    .min-height-lg-28 {
        min-height: 112px !important
    }
    .min-height-lg-29 {
        min-height: 116px !important
    }
    .min-height-lg-30 {
        min-height: 120px !important
    }
    .min-height-lg-31 {
        min-height: 124px !important
    }
    .min-height-lg-32 {
        min-height: 128px !important
    }
    .min-height-lg-33 {
        min-height: 132px !important
    }
    .min-height-lg-34 {
        min-height: 136px !important
    }
    .min-height-lg-35 {
        min-height: 140px !important
    }
    .min-height-lg-36 {
        min-height: 144px !important
    }
    .min-height-lg-37 {
        min-height: 148px !important
    }
    .min-height-lg-38 {
        min-height: 152px !important
    }
    .min-height-lg-39 {
        min-height: 156px !important
    }
    .min-height-lg-40 {
        min-height: 160px !important
    }
    .min-height-lg-0p5 {
        min-height: 2px !important
    }
    .min-height-lg-1p5 {
        min-height: 6px !important
    }
    .min-height-lg-2p5 {
        min-height: 10px !important
    }
    .min-height-lg-3p5 {
        min-height: 14px !important
    }
    .min-height-lg-4p5 {
        min-height: 18px !important
    }
    .min-height-lg-5p5 {
        min-height: 22px !important
    }
    .min-height-lg-6p5 {
        min-height: 26px !important
    }
    .min-height-lg-7p5 {
        min-height: 30px !important
    }
    .min-height-lg-12p5 {
        min-height: 50px !important
    }
    .min-height-lg-17p5 {
        min-height: 70px !important
    }
    .min-height-lg-20p5 {
        min-height: 82px !important
    }
    .min-height-lg-32p5 {
        min-height: 130px !important
    }
    .min-height-lg-42 {
        min-height: 168px !important
    }
    .min-height-lg-45 {
        min-height: 180px !important
    }
    .min-height-lg-48 {
        min-height: 192px !important
    }
    .min-height-lg-50 {
        min-height: 200px !important
    }
    .min-height-lg-55 {
        min-height: 220px !important
    }
    .min-height-lg-56 {
        min-height: 224px !important
    }
    .min-height-lg-60 {
        min-height: 240px !important
    }
    .min-height-lg-62 {
        min-height: 248px !important
    }
    .min-height-lg-64 {
        min-height: 256px !important
    }
    .min-height-lg-70 {
        min-height: 280px !important
    }
    .min-height-lg-72 {
        min-height: 288px !important
    }
    .min-height-lg-75 {
        min-height: 300px !important
    }
    .min-height-lg-80 {
        min-height: 320px !important
    }
    .min-height-lg-85 {
        min-height: 340px !important
    }
    .min-height-lg-90 {
        min-height: 360px !important
    }
    .min-height-lg-100 {
        min-height: 400px !important
    }
    .min-height-lg-112 {
        min-height: 448px !important
    }
    .min-height-lg-120 {
        min-height: 480px !important
    }
    .min-height-lg-143 {
        min-height: 572px !important
    }
    .min-height-lg-150 {
        min-height: 600px !important
    }
    .min-height-lg-160 {
        min-height: 640px !important
    }
    .min-height-lg-190 {
        min-height: 760px !important
    }
    .min-height-lg-200 {
        min-height: 800px !important
    }
    .min-height-lg-auto {
        min-height: auto !important
    }
    .min-height-lg-0p,
    .min-height-lg-0vh,
    .min-height-lg-0vw {
        min-height: 0 !important
    }
    .min-height-lg-5p {
        min-height: 5% !important
    }
    .min-height-lg-5vw {
        min-height: 5vw !important
    }
    .min-height-lg-5vh {
        min-height: 5vh !important
    }
    .min-height-lg-10p {
        min-height: 10% !important
    }
    .min-height-lg-10vw {
        min-height: 10vw !important
    }
    .min-height-lg-10vh {
        min-height: 10vh !important
    }
    .min-height-lg-15p {
        min-height: 15% !important
    }
    .min-height-lg-15vw {
        min-height: 15vw !important
    }
    .min-height-lg-15vh {
        min-height: 15vh !important
    }
    .min-height-lg-20p {
        min-height: 20% !important
    }
    .min-height-lg-20vw {
        min-height: 20vw !important
    }
    .min-height-lg-20vh {
        min-height: 20vh !important
    }
    .min-height-lg-25p {
        min-height: 25% !important
    }
    .min-height-lg-25vw {
        min-height: 25vw !important
    }
    .min-height-lg-25vh {
        min-height: 25vh !important
    }
    .min-height-lg-30p {
        min-height: 30% !important
    }
    .min-height-lg-30vw {
        min-height: 30vw !important
    }
    .min-height-lg-30vh {
        min-height: 30vh !important
    }
    .min-height-lg-35p {
        min-height: 35% !important
    }
    .min-height-lg-35vw {
        min-height: 35vw !important
    }
    .min-height-lg-35vh {
        min-height: 35vh !important
    }
    .min-height-lg-40p {
        min-height: 40% !important
    }
    .min-height-lg-40vw {
        min-height: 40vw !important
    }
    .min-height-lg-40vh {
        min-height: 40vh !important
    }
    .min-height-lg-45p {
        min-height: 45% !important
    }
    .min-height-lg-45vw {
        min-height: 45vw !important
    }
    .min-height-lg-45vh {
        min-height: 45vh !important
    }
    .min-height-lg-50p {
        min-height: 50% !important
    }
    .min-height-lg-50vw {
        min-height: 50vw !important
    }
    .min-height-lg-50vh {
        min-height: 50vh !important
    }
    .min-height-lg-55p {
        min-height: 55% !important
    }
    .min-height-lg-55vw {
        min-height: 55vw !important
    }
    .min-height-lg-55vh {
        min-height: 55vh !important
    }
    .min-height-lg-60p {
        min-height: 60% !important
    }
    .min-height-lg-60vw {
        min-height: 60vw !important
    }
    .min-height-lg-60vh {
        min-height: 60vh !important
    }
    .min-height-lg-65p {
        min-height: 65% !important
    }
    .min-height-lg-65vw {
        min-height: 65vw !important
    }
    .min-height-lg-65vh {
        min-height: 65vh !important
    }
    .min-height-lg-70p {
        min-height: 70% !important
    }
    .min-height-lg-70vw {
        min-height: 70vw !important
    }
    .min-height-lg-70vh {
        min-height: 70vh !important
    }
    .min-height-lg-75p {
        min-height: 75% !important
    }
    .min-height-lg-75vw {
        min-height: 75vw !important
    }
    .min-height-lg-75vh {
        min-height: 75vh !important
    }
    .min-height-lg-80p {
        min-height: 80% !important
    }
    .min-height-lg-80vw {
        min-height: 80vw !important
    }
    .min-height-lg-80vh {
        min-height: 80vh !important
    }
    .min-height-lg-85p {
        min-height: 85% !important
    }
    .min-height-lg-85vw {
        min-height: 85vw !important
    }
    .min-height-lg-85vh {
        min-height: 85vh !important
    }
    .min-height-lg-90p {
        min-height: 90% !important
    }
    .min-height-lg-90vw {
        min-height: 90vw !important
    }
    .min-height-lg-90vh {
        min-height: 90vh !important
    }
    .min-height-lg-95p {
        min-height: 95% !important
    }
    .min-height-lg-95vw {
        min-height: 95vw !important
    }
    .min-height-lg-95vh {
        min-height: 95vh !important
    }
    .min-height-lg-100p {
        min-height: 100% !important
    }
    .min-height-lg-100vw {
        min-height: 100vw !important
    }
    .min-height-lg-100vh {
        min-height: 100vh !important
    }
    .max-height-lg-0 {
        max-height: 0 !important
    }
    .max-height-lg-1 {
        max-height: 4px !important
    }
    .max-height-lg-2 {
        max-height: 8px !important
    }
    .max-height-lg-3 {
        max-height: 12px !important
    }
    .max-height-lg-4 {
        max-height: 16px !important
    }
    .max-height-lg-5 {
        max-height: 20px !important
    }
    .max-height-lg-6 {
        max-height: 24px !important
    }
    .max-height-lg-7 {
        max-height: 28px !important
    }
    .max-height-lg-8 {
        max-height: 32px !important
    }
    .max-height-lg-9 {
        max-height: 36px !important
    }
    .max-height-lg-10 {
        max-height: 40px !important
    }
    .max-height-lg-11 {
        max-height: 44px !important
    }
    .max-height-lg-12 {
        max-height: 48px !important
    }
    .max-height-lg-13 {
        max-height: 52px !important
    }
    .max-height-lg-14 {
        max-height: 56px !important
    }
    .max-height-lg-15 {
        max-height: 60px !important
    }
    .max-height-lg-16 {
        max-height: 64px !important
    }
    .max-height-lg-17 {
        max-height: 68px !important
    }
    .max-height-lg-18 {
        max-height: 72px !important
    }
    .max-height-lg-19 {
        max-height: 76px !important
    }
    .max-height-lg-20 {
        max-height: 80px !important
    }
    .max-height-lg-21 {
        max-height: 84px !important
    }
    .max-height-lg-22 {
        max-height: 88px !important
    }
    .max-height-lg-23 {
        max-height: 92px !important
    }
    .max-height-lg-24 {
        max-height: 96px !important
    }
    .max-height-lg-25 {
        max-height: 100px !important
    }
    .max-height-lg-26 {
        max-height: 104px !important
    }
    .max-height-lg-27 {
        max-height: 108px !important
    }
    .max-height-lg-28 {
        max-height: 112px !important
    }
    .max-height-lg-29 {
        max-height: 116px !important
    }
    .max-height-lg-30 {
        max-height: 120px !important
    }
    .max-height-lg-31 {
        max-height: 124px !important
    }
    .max-height-lg-32 {
        max-height: 128px !important
    }
    .max-height-lg-33 {
        max-height: 132px !important
    }
    .max-height-lg-34 {
        max-height: 136px !important
    }
    .max-height-lg-35 {
        max-height: 140px !important
    }
    .max-height-lg-36 {
        max-height: 144px !important
    }
    .max-height-lg-37 {
        max-height: 148px !important
    }
    .max-height-lg-38 {
        max-height: 152px !important
    }
    .max-height-lg-39 {
        max-height: 156px !important
    }
    .max-height-lg-40 {
        max-height: 160px !important
    }
    .max-height-lg-0p5 {
        max-height: 2px !important
    }
    .max-height-lg-1p5 {
        max-height: 6px !important
    }
    .max-height-lg-2p5 {
        max-height: 10px !important
    }
    .max-height-lg-3p5 {
        max-height: 14px !important
    }
    .max-height-lg-4p5 {
        max-height: 18px !important
    }
    .max-height-lg-5p5 {
        max-height: 22px !important
    }
    .max-height-lg-6p5 {
        max-height: 26px !important
    }
    .max-height-lg-7p5 {
        max-height: 30px !important
    }
    .max-height-lg-12p5 {
        max-height: 50px !important
    }
    .max-height-lg-17p5 {
        max-height: 70px !important
    }
    .max-height-lg-20p5 {
        max-height: 82px !important
    }
    .max-height-lg-32p5 {
        max-height: 130px !important
    }
    .max-height-lg-42 {
        max-height: 168px !important
    }
    .max-height-lg-45 {
        max-height: 180px !important
    }
    .max-height-lg-48 {
        max-height: 192px !important
    }
    .max-height-lg-50 {
        max-height: 200px !important
    }
    .max-height-lg-55 {
        max-height: 220px !important
    }
    .max-height-lg-56 {
        max-height: 224px !important
    }
    .max-height-lg-60 {
        max-height: 240px !important
    }
    .max-height-lg-62 {
        max-height: 248px !important
    }
    .max-height-lg-64 {
        max-height: 256px !important
    }
    .max-height-lg-70 {
        max-height: 280px !important
    }
    .max-height-lg-72 {
        max-height: 288px !important
    }
    .max-height-lg-75 {
        max-height: 300px !important
    }
    .max-height-lg-80 {
        max-height: 320px !important
    }
    .max-height-lg-85 {
        max-height: 340px !important
    }
    .max-height-lg-90 {
        max-height: 360px !important
    }
    .max-height-lg-100 {
        max-height: 400px !important
    }
    .max-height-lg-112 {
        max-height: 448px !important
    }
    .max-height-lg-120 {
        max-height: 480px !important
    }
    .max-height-lg-143 {
        max-height: 572px !important
    }
    .max-height-lg-150 {
        max-height: 600px !important
    }
    .max-height-lg-160 {
        max-height: 640px !important
    }
    .max-height-lg-190 {
        max-height: 760px !important
    }
    .max-height-lg-200 {
        max-height: 800px !important
    }
    .max-height-lg-auto {
        max-height: auto !important
    }
    .max-height-lg-0p,
    .max-height-lg-0vh,
    .max-height-lg-0vw {
        max-height: 0 !important
    }
    .max-height-lg-5p {
        max-height: 5% !important
    }
    .max-height-lg-5vw {
        max-height: 5vw !important
    }
    .max-height-lg-5vh {
        max-height: 5vh !important
    }
    .max-height-lg-10p {
        max-height: 10% !important
    }
    .max-height-lg-10vw {
        max-height: 10vw !important
    }
    .max-height-lg-10vh {
        max-height: 10vh !important
    }
    .max-height-lg-15p {
        max-height: 15% !important
    }
    .max-height-lg-15vw {
        max-height: 15vw !important
    }
    .max-height-lg-15vh {
        max-height: 15vh !important
    }
    .max-height-lg-20p {
        max-height: 20% !important
    }
    .max-height-lg-20vw {
        max-height: 20vw !important
    }
    .max-height-lg-20vh {
        max-height: 20vh !important
    }
    .max-height-lg-25p {
        max-height: 25% !important
    }
    .max-height-lg-25vw {
        max-height: 25vw !important
    }
    .max-height-lg-25vh {
        max-height: 25vh !important
    }
    .max-height-lg-30p {
        max-height: 30% !important
    }
    .max-height-lg-30vw {
        max-height: 30vw !important
    }
    .max-height-lg-30vh {
        max-height: 30vh !important
    }
    .max-height-lg-35p {
        max-height: 35% !important
    }
    .max-height-lg-35vw {
        max-height: 35vw !important
    }
    .max-height-lg-35vh {
        max-height: 35vh !important
    }
    .max-height-lg-40p {
        max-height: 40% !important
    }
    .max-height-lg-40vw {
        max-height: 40vw !important
    }
    .max-height-lg-40vh {
        max-height: 40vh !important
    }
    .max-height-lg-45p {
        max-height: 45% !important
    }
    .max-height-lg-45vw {
        max-height: 45vw !important
    }
    .max-height-lg-45vh {
        max-height: 45vh !important
    }
    .max-height-lg-50p {
        max-height: 50% !important
    }
    .max-height-lg-50vw {
        max-height: 50vw !important
    }
    .max-height-lg-50vh {
        max-height: 50vh !important
    }
    .max-height-lg-55p {
        max-height: 55% !important
    }
    .max-height-lg-55vw {
        max-height: 55vw !important
    }
    .max-height-lg-55vh {
        max-height: 55vh !important
    }
    .max-height-lg-60p {
        max-height: 60% !important
    }
    .max-height-lg-60vw {
        max-height: 60vw !important
    }
    .max-height-lg-60vh {
        max-height: 60vh !important
    }
    .max-height-lg-65p {
        max-height: 65% !important
    }
    .max-height-lg-65vw {
        max-height: 65vw !important
    }
    .max-height-lg-65vh {
        max-height: 65vh !important
    }
    .max-height-lg-70p {
        max-height: 70% !important
    }
    .max-height-lg-70vw {
        max-height: 70vw !important
    }
    .max-height-lg-70vh {
        max-height: 70vh !important
    }
    .max-height-lg-75p {
        max-height: 75% !important
    }
    .max-height-lg-75vw {
        max-height: 75vw !important
    }
    .max-height-lg-75vh {
        max-height: 75vh !important
    }
    .max-height-lg-80p {
        max-height: 80% !important
    }
    .max-height-lg-80vw {
        max-height: 80vw !important
    }
    .max-height-lg-80vh {
        max-height: 80vh !important
    }
    .max-height-lg-85p {
        max-height: 85% !important
    }
    .max-height-lg-85vw {
        max-height: 85vw !important
    }
    .max-height-lg-85vh {
        max-height: 85vh !important
    }
    .max-height-lg-90p {
        max-height: 90% !important
    }
    .max-height-lg-90vw {
        max-height: 90vw !important
    }
    .max-height-lg-90vh {
        max-height: 90vh !important
    }
    .max-height-lg-95p {
        max-height: 95% !important
    }
    .max-height-lg-95vw {
        max-height: 95vw !important
    }
    .max-height-lg-95vh {
        max-height: 95vh !important
    }
    .max-height-lg-100p {
        max-height: 100% !important
    }
    .max-height-lg-100vw {
        max-height: 100vw !important
    }
    .max-height-lg-100vh {
        max-height: 100vh !important
    }
}

@media(min-width:1920px) {
    .width-xl-0 {
        width: 0 !important
    }
    .width-xl-1 {
        width: 4px !important
    }
    .width-xl-2 {
        width: 8px !important
    }
    .width-xl-3 {
        width: 12px !important
    }
    .width-xl-4 {
        width: 16px !important
    }
    .width-xl-5 {
        width: 20px !important
    }
    .width-xl-6 {
        width: 24px !important
    }
    .width-xl-7 {
        width: 28px !important
    }
    .width-xl-8 {
        width: 32px !important
    }
    .width-xl-9 {
        width: 36px !important
    }
    .width-xl-10 {
        width: 40px !important
    }
    .width-xl-11 {
        width: 44px !important
    }
    .width-xl-12 {
        width: 48px !important
    }
    .width-xl-13 {
        width: 52px !important
    }
    .width-xl-14 {
        width: 56px !important
    }
    .width-xl-15 {
        width: 60px !important
    }
    .width-xl-16 {
        width: 64px !important
    }
    .width-xl-17 {
        width: 68px !important
    }
    .width-xl-18 {
        width: 72px !important
    }
    .width-xl-19 {
        width: 76px !important
    }
    .width-xl-20 {
        width: 80px !important
    }
    .width-xl-21 {
        width: 84px !important
    }
    .width-xl-22 {
        width: 88px !important
    }
    .width-xl-23 {
        width: 92px !important
    }
    .width-xl-24 {
        width: 96px !important
    }
    .width-xl-25 {
        width: 100px !important
    }
    .width-xl-26 {
        width: 104px !important
    }
    .width-xl-27 {
        width: 108px !important
    }
    .width-xl-28 {
        width: 112px !important
    }
    .width-xl-29 {
        width: 116px !important
    }
    .width-xl-30 {
        width: 120px !important
    }
    .width-xl-31 {
        width: 124px !important
    }
    .width-xl-32 {
        width: 128px !important
    }
    .width-xl-33 {
        width: 132px !important
    }
    .width-xl-34 {
        width: 136px !important
    }
    .width-xl-35 {
        width: 140px !important
    }
    .width-xl-36 {
        width: 144px !important
    }
    .width-xl-37 {
        width: 148px !important
    }
    .width-xl-38 {
        width: 152px !important
    }
    .width-xl-39 {
        width: 156px !important
    }
    .width-xl-40 {
        width: 160px !important
    }
    .width-xl-0p5 {
        width: 2px !important
    }
    .width-xl-1p5 {
        width: 6px !important
    }
    .width-xl-2p5 {
        width: 10px !important
    }
    .width-xl-3p5 {
        width: 14px !important
    }
    .width-xl-4p5 {
        width: 18px !important
    }
    .width-xl-5p5 {
        width: 22px !important
    }
    .width-xl-6p5 {
        width: 26px !important
    }
    .width-xl-7p5 {
        width: 30px !important
    }
    .width-xl-12p5 {
        width: 50px !important
    }
    .width-xl-17p5 {
        width: 70px !important
    }
    .width-xl-20p5 {
        width: 82px !important
    }
    .width-xl-32p5 {
        width: 130px !important
    }
    .width-xl-42 {
        width: 168px !important
    }
    .width-xl-45 {
        width: 180px !important
    }
    .width-xl-48 {
        width: 192px !important
    }
    .width-xl-50 {
        width: 200px !important
    }
    .width-xl-55 {
        width: 220px !important
    }
    .width-xl-56 {
        width: 224px !important
    }
    .width-xl-60 {
        width: 240px !important
    }
    .width-xl-62 {
        width: 248px !important
    }
    .width-xl-64 {
        width: 256px !important
    }
    .width-xl-70 {
        width: 280px !important
    }
    .width-xl-72 {
        width: 288px !important
    }
    .width-xl-75 {
        width: 300px !important
    }
    .width-xl-80 {
        width: 320px !important
    }
    .width-xl-85 {
        width: 340px !important
    }
    .width-xl-90 {
        width: 360px !important
    }
    .width-xl-100 {
        width: 400px !important
    }
    .width-xl-112 {
        width: 448px !important
    }
    .width-xl-120 {
        width: 480px !important
    }
    .width-xl-143 {
        width: 572px !important
    }
    .width-xl-150 {
        width: 600px !important
    }
    .width-xl-160 {
        width: 640px !important
    }
    .width-xl-190 {
        width: 760px !important
    }
    .width-xl-200 {
        width: 800px !important
    }
    .width-xl-auto {
        width: auto !important
    }
    .width-xl-0p,
    .width-xl-0vh,
    .width-xl-0vw {
        width: 0 !important
    }
    .width-xl-5p {
        width: 5% !important
    }
    .width-xl-5vw {
        width: 5vw !important
    }
    .width-xl-5vh {
        width: 5vh !important
    }
    .width-xl-10p {
        width: 10% !important
    }
    .width-xl-10vw {
        width: 10vw !important
    }
    .width-xl-10vh {
        width: 10vh !important
    }
    .width-xl-15p {
        width: 15% !important
    }
    .width-xl-15vw {
        width: 15vw !important
    }
    .width-xl-15vh {
        width: 15vh !important
    }
    .width-xl-20p {
        width: 20% !important
    }
    .width-xl-20vw {
        width: 20vw !important
    }
    .width-xl-20vh {
        width: 20vh !important
    }
    .width-xl-25p {
        width: 25% !important
    }
    .width-xl-25vw {
        width: 25vw !important
    }
    .width-xl-25vh {
        width: 25vh !important
    }
    .width-xl-30p {
        width: 30% !important
    }
    .width-xl-30vw {
        width: 30vw !important
    }
    .width-xl-30vh {
        width: 30vh !important
    }
    .width-xl-35p {
        width: 35% !important
    }
    .width-xl-35vw {
        width: 35vw !important
    }
    .width-xl-35vh {
        width: 35vh !important
    }
    .width-xl-40p {
        width: 40% !important
    }
    .width-xl-40vw {
        width: 40vw !important
    }
    .width-xl-40vh {
        width: 40vh !important
    }
    .width-xl-45p {
        width: 45% !important
    }
    .width-xl-45vw {
        width: 45vw !important
    }
    .width-xl-45vh {
        width: 45vh !important
    }
    .width-xl-50p {
        width: 50% !important
    }
    .width-xl-50vw {
        width: 50vw !important
    }
    .width-xl-50vh {
        width: 50vh !important
    }
    .width-xl-55p {
        width: 55% !important
    }
    .width-xl-55vw {
        width: 55vw !important
    }
    .width-xl-55vh {
        width: 55vh !important
    }
    .width-xl-60p {
        width: 60% !important
    }
    .width-xl-60vw {
        width: 60vw !important
    }
    .width-xl-60vh {
        width: 60vh !important
    }
    .width-xl-65p {
        width: 65% !important
    }
    .width-xl-65vw {
        width: 65vw !important
    }
    .width-xl-65vh {
        width: 65vh !important
    }
    .width-xl-70p {
        width: 70% !important
    }
    .width-xl-70vw {
        width: 70vw !important
    }
    .width-xl-70vh {
        width: 70vh !important
    }
    .width-xl-75p {
        width: 75% !important
    }
    .width-xl-75vw {
        width: 75vw !important
    }
    .width-xl-75vh {
        width: 75vh !important
    }
    .width-xl-80p {
        width: 80% !important
    }
    .width-xl-80vw {
        width: 80vw !important
    }
    .width-xl-80vh {
        width: 80vh !important
    }
    .width-xl-85p {
        width: 85% !important
    }
    .width-xl-85vw {
        width: 85vw !important
    }
    .width-xl-85vh {
        width: 85vh !important
    }
    .width-xl-90p {
        width: 90% !important
    }
    .width-xl-90vw {
        width: 90vw !important
    }
    .width-xl-90vh {
        width: 90vh !important
    }
    .width-xl-95p {
        width: 95% !important
    }
    .width-xl-95vw {
        width: 95vw !important
    }
    .width-xl-95vh {
        width: 95vh !important
    }
    .width-xl-100p {
        width: 100% !important
    }
    .width-xl-100vw {
        width: 100vw !important
    }
    .width-xl-100vh {
        width: 100vh !important
    }
    .min-width-xl-0 {
        min-width: 0 !important
    }
    .min-width-xl-1 {
        min-width: 4px !important
    }
    .min-width-xl-2 {
        min-width: 8px !important
    }
    .min-width-xl-3 {
        min-width: 12px !important
    }
    .min-width-xl-4 {
        min-width: 16px !important
    }
    .min-width-xl-5 {
        min-width: 20px !important
    }
    .min-width-xl-6 {
        min-width: 24px !important
    }
    .min-width-xl-7 {
        min-width: 28px !important
    }
    .min-width-xl-8 {
        min-width: 32px !important
    }
    .min-width-xl-9 {
        min-width: 36px !important
    }
    .min-width-xl-10 {
        min-width: 40px !important
    }
    .min-width-xl-11 {
        min-width: 44px !important
    }
    .min-width-xl-12 {
        min-width: 48px !important
    }
    .min-width-xl-13 {
        min-width: 52px !important
    }
    .min-width-xl-14 {
        min-width: 56px !important
    }
    .min-width-xl-15 {
        min-width: 60px !important
    }
    .min-width-xl-16 {
        min-width: 64px !important
    }
    .min-width-xl-17 {
        min-width: 68px !important
    }
    .min-width-xl-18 {
        min-width: 72px !important
    }
    .min-width-xl-19 {
        min-width: 76px !important
    }
    .min-width-xl-20 {
        min-width: 80px !important
    }
    .min-width-xl-21 {
        min-width: 84px !important
    }
    .min-width-xl-22 {
        min-width: 88px !important
    }
    .min-width-xl-23 {
        min-width: 92px !important
    }
    .min-width-xl-24 {
        min-width: 96px !important
    }
    .min-width-xl-25 {
        min-width: 100px !important
    }
    .min-width-xl-26 {
        min-width: 104px !important
    }
    .min-width-xl-27 {
        min-width: 108px !important
    }
    .min-width-xl-28 {
        min-width: 112px !important
    }
    .min-width-xl-29 {
        min-width: 116px !important
    }
    .min-width-xl-30 {
        min-width: 120px !important
    }
    .min-width-xl-31 {
        min-width: 124px !important
    }
    .min-width-xl-32 {
        min-width: 128px !important
    }
    .min-width-xl-33 {
        min-width: 132px !important
    }
    .min-width-xl-34 {
        min-width: 136px !important
    }
    .min-width-xl-35 {
        min-width: 140px !important
    }
    .min-width-xl-36 {
        min-width: 144px !important
    }
    .min-width-xl-37 {
        min-width: 148px !important
    }
    .min-width-xl-38 {
        min-width: 152px !important
    }
    .min-width-xl-39 {
        min-width: 156px !important
    }
    .min-width-xl-40 {
        min-width: 160px !important
    }
    .min-width-xl-0p5 {
        min-width: 2px !important
    }
    .min-width-xl-1p5 {
        min-width: 6px !important
    }
    .min-width-xl-2p5 {
        min-width: 10px !important
    }
    .min-width-xl-3p5 {
        min-width: 14px !important
    }
    .min-width-xl-4p5 {
        min-width: 18px !important
    }
    .min-width-xl-5p5 {
        min-width: 22px !important
    }
    .min-width-xl-6p5 {
        min-width: 26px !important
    }
    .min-width-xl-7p5 {
        min-width: 30px !important
    }
    .min-width-xl-12p5 {
        min-width: 50px !important
    }
    .min-width-xl-17p5 {
        min-width: 70px !important
    }
    .min-width-xl-20p5 {
        min-width: 82px !important
    }
    .min-width-xl-32p5 {
        min-width: 130px !important
    }
    .min-width-xl-42 {
        min-width: 168px !important
    }
    .min-width-xl-45 {
        min-width: 180px !important
    }
    .min-width-xl-48 {
        min-width: 192px !important
    }
    .min-width-xl-50 {
        min-width: 200px !important
    }
    .min-width-xl-55 {
        min-width: 220px !important
    }
    .min-width-xl-56 {
        min-width: 224px !important
    }
    .min-width-xl-60 {
        min-width: 240px !important
    }
    .min-width-xl-62 {
        min-width: 248px !important
    }
    .min-width-xl-64 {
        min-width: 256px !important
    }
    .min-width-xl-70 {
        min-width: 280px !important
    }
    .min-width-xl-72 {
        min-width: 288px !important
    }
    .min-width-xl-75 {
        min-width: 300px !important
    }
    .min-width-xl-80 {
        min-width: 320px !important
    }
    .min-width-xl-85 {
        min-width: 340px !important
    }
    .min-width-xl-90 {
        min-width: 360px !important
    }
    .min-width-xl-100 {
        min-width: 400px !important
    }
    .min-width-xl-112 {
        min-width: 448px !important
    }
    .min-width-xl-120 {
        min-width: 480px !important
    }
    .min-width-xl-143 {
        min-width: 572px !important
    }
    .min-width-xl-150 {
        min-width: 600px !important
    }
    .min-width-xl-160 {
        min-width: 640px !important
    }
    .min-width-xl-190 {
        min-width: 760px !important
    }
    .min-width-xl-200 {
        min-width: 800px !important
    }
    .min-width-xl-auto {
        min-width: auto !important
    }
    .min-width-xl-0p,
    .min-width-xl-0vh,
    .min-width-xl-0vw {
        min-width: 0 !important
    }
    .min-width-xl-5p {
        min-width: 5% !important
    }
    .min-width-xl-5vw {
        min-width: 5vw !important
    }
    .min-width-xl-5vh {
        min-width: 5vh !important
    }
    .min-width-xl-10p {
        min-width: 10% !important
    }
    .min-width-xl-10vw {
        min-width: 10vw !important
    }
    .min-width-xl-10vh {
        min-width: 10vh !important
    }
    .min-width-xl-15p {
        min-width: 15% !important
    }
    .min-width-xl-15vw {
        min-width: 15vw !important
    }
    .min-width-xl-15vh {
        min-width: 15vh !important
    }
    .min-width-xl-20p {
        min-width: 20% !important
    }
    .min-width-xl-20vw {
        min-width: 20vw !important
    }
    .min-width-xl-20vh {
        min-width: 20vh !important
    }
    .min-width-xl-25p {
        min-width: 25% !important
    }
    .min-width-xl-25vw {
        min-width: 25vw !important
    }
    .min-width-xl-25vh {
        min-width: 25vh !important
    }
    .min-width-xl-30p {
        min-width: 30% !important
    }
    .min-width-xl-30vw {
        min-width: 30vw !important
    }
    .min-width-xl-30vh {
        min-width: 30vh !important
    }
    .min-width-xl-35p {
        min-width: 35% !important
    }
    .min-width-xl-35vw {
        min-width: 35vw !important
    }
    .min-width-xl-35vh {
        min-width: 35vh !important
    }
    .min-width-xl-40p {
        min-width: 40% !important
    }
    .min-width-xl-40vw {
        min-width: 40vw !important
    }
    .min-width-xl-40vh {
        min-width: 40vh !important
    }
    .min-width-xl-45p {
        min-width: 45% !important
    }
    .min-width-xl-45vw {
        min-width: 45vw !important
    }
    .min-width-xl-45vh {
        min-width: 45vh !important
    }
    .min-width-xl-50p {
        min-width: 50% !important
    }
    .min-width-xl-50vw {
        min-width: 50vw !important
    }
    .min-width-xl-50vh {
        min-width: 50vh !important
    }
    .min-width-xl-55p {
        min-width: 55% !important
    }
    .min-width-xl-55vw {
        min-width: 55vw !important
    }
    .min-width-xl-55vh {
        min-width: 55vh !important
    }
    .min-width-xl-60p {
        min-width: 60% !important
    }
    .min-width-xl-60vw {
        min-width: 60vw !important
    }
    .min-width-xl-60vh {
        min-width: 60vh !important
    }
    .min-width-xl-65p {
        min-width: 65% !important
    }
    .min-width-xl-65vw {
        min-width: 65vw !important
    }
    .min-width-xl-65vh {
        min-width: 65vh !important
    }
    .min-width-xl-70p {
        min-width: 70% !important
    }
    .min-width-xl-70vw {
        min-width: 70vw !important
    }
    .min-width-xl-70vh {
        min-width: 70vh !important
    }
    .min-width-xl-75p {
        min-width: 75% !important
    }
    .min-width-xl-75vw {
        min-width: 75vw !important
    }
    .min-width-xl-75vh {
        min-width: 75vh !important
    }
    .min-width-xl-80p {
        min-width: 80% !important
    }
    .min-width-xl-80vw {
        min-width: 80vw !important
    }
    .min-width-xl-80vh {
        min-width: 80vh !important
    }
    .min-width-xl-85p {
        min-width: 85% !important
    }
    .min-width-xl-85vw {
        min-width: 85vw !important
    }
    .min-width-xl-85vh {
        min-width: 85vh !important
    }
    .min-width-xl-90p {
        min-width: 90% !important
    }
    .min-width-xl-90vw {
        min-width: 90vw !important
    }
    .min-width-xl-90vh {
        min-width: 90vh !important
    }
    .min-width-xl-95p {
        min-width: 95% !important
    }
    .min-width-xl-95vw {
        min-width: 95vw !important
    }
    .min-width-xl-95vh {
        min-width: 95vh !important
    }
    .min-width-xl-100p {
        min-width: 100% !important
    }
    .min-width-xl-100vw {
        min-width: 100vw !important
    }
    .min-width-xl-100vh {
        min-width: 100vh !important
    }
    .max-width-xl-0 {
        max-width: 0 !important
    }
    .max-width-xl-1 {
        max-width: 4px !important
    }
    .max-width-xl-2 {
        max-width: 8px !important
    }
    .max-width-xl-3 {
        max-width: 12px !important
    }
    .max-width-xl-4 {
        max-width: 16px !important
    }
    .max-width-xl-5 {
        max-width: 20px !important
    }
    .max-width-xl-6 {
        max-width: 24px !important
    }
    .max-width-xl-7 {
        max-width: 28px !important
    }
    .max-width-xl-8 {
        max-width: 32px !important
    }
    .max-width-xl-9 {
        max-width: 36px !important
    }
    .max-width-xl-10 {
        max-width: 40px !important
    }
    .max-width-xl-11 {
        max-width: 44px !important
    }
    .max-width-xl-12 {
        max-width: 48px !important
    }
    .max-width-xl-13 {
        max-width: 52px !important
    }
    .max-width-xl-14 {
        max-width: 56px !important
    }
    .max-width-xl-15 {
        max-width: 60px !important
    }
    .max-width-xl-16 {
        max-width: 64px !important
    }
    .max-width-xl-17 {
        max-width: 68px !important
    }
    .max-width-xl-18 {
        max-width: 72px !important
    }
    .max-width-xl-19 {
        max-width: 76px !important
    }
    .max-width-xl-20 {
        max-width: 80px !important
    }
    .max-width-xl-21 {
        max-width: 84px !important
    }
    .max-width-xl-22 {
        max-width: 88px !important
    }
    .max-width-xl-23 {
        max-width: 92px !important
    }
    .max-width-xl-24 {
        max-width: 96px !important
    }
    .max-width-xl-25 {
        max-width: 100px !important
    }
    .max-width-xl-26 {
        max-width: 104px !important
    }
    .max-width-xl-27 {
        max-width: 108px !important
    }
    .max-width-xl-28 {
        max-width: 112px !important
    }
    .max-width-xl-29 {
        max-width: 116px !important
    }
    .max-width-xl-30 {
        max-width: 120px !important
    }
    .max-width-xl-31 {
        max-width: 124px !important
    }
    .max-width-xl-32 {
        max-width: 128px !important
    }
    .max-width-xl-33 {
        max-width: 132px !important
    }
    .max-width-xl-34 {
        max-width: 136px !important
    }
    .max-width-xl-35 {
        max-width: 140px !important
    }
    .max-width-xl-36 {
        max-width: 144px !important
    }
    .max-width-xl-37 {
        max-width: 148px !important
    }
    .max-width-xl-38 {
        max-width: 152px !important
    }
    .max-width-xl-39 {
        max-width: 156px !important
    }
    .max-width-xl-40 {
        max-width: 160px !important
    }
    .max-width-xl-0p5 {
        max-width: 2px !important
    }
    .max-width-xl-1p5 {
        max-width: 6px !important
    }
    .max-width-xl-2p5 {
        max-width: 10px !important
    }
    .max-width-xl-3p5 {
        max-width: 14px !important
    }
    .max-width-xl-4p5 {
        max-width: 18px !important
    }
    .max-width-xl-5p5 {
        max-width: 22px !important
    }
    .max-width-xl-6p5 {
        max-width: 26px !important
    }
    .max-width-xl-7p5 {
        max-width: 30px !important
    }
    .max-width-xl-12p5 {
        max-width: 50px !important
    }
    .max-width-xl-17p5 {
        max-width: 70px !important
    }
    .max-width-xl-20p5 {
        max-width: 82px !important
    }
    .max-width-xl-32p5 {
        max-width: 130px !important
    }
    .max-width-xl-42 {
        max-width: 168px !important
    }
    .max-width-xl-45 {
        max-width: 180px !important
    }
    .max-width-xl-48 {
        max-width: 192px !important
    }
    .max-width-xl-50 {
        max-width: 200px !important
    }
    .max-width-xl-55 {
        max-width: 220px !important
    }
    .max-width-xl-56 {
        max-width: 224px !important
    }
    .max-width-xl-60 {
        max-width: 240px !important
    }
    .max-width-xl-62 {
        max-width: 248px !important
    }
    .max-width-xl-64 {
        max-width: 256px !important
    }
    .max-width-xl-70 {
        max-width: 280px !important
    }
    .max-width-xl-72 {
        max-width: 288px !important
    }
    .max-width-xl-75 {
        max-width: 300px !important
    }
    .max-width-xl-80 {
        max-width: 320px !important
    }
    .max-width-xl-85 {
        max-width: 340px !important
    }
    .max-width-xl-90 {
        max-width: 360px !important
    }
    .max-width-xl-100 {
        max-width: 400px !important
    }
    .max-width-xl-112 {
        max-width: 448px !important
    }
    .max-width-xl-120 {
        max-width: 480px !important
    }
    .max-width-xl-143 {
        max-width: 572px !important
    }
    .max-width-xl-150 {
        max-width: 600px !important
    }
    .max-width-xl-160 {
        max-width: 640px !important
    }
    .max-width-xl-190 {
        max-width: 760px !important
    }
    .max-width-xl-200 {
        max-width: 800px !important
    }
    .max-width-xl-auto {
        max-width: auto !important
    }
    .max-width-xl-0p,
    .max-width-xl-0vh,
    .max-width-xl-0vw {
        max-width: 0 !important
    }
    .max-width-xl-5p {
        max-width: 5% !important
    }
    .max-width-xl-5vw {
        max-width: 5vw !important
    }
    .max-width-xl-5vh {
        max-width: 5vh !important
    }
    .max-width-xl-10p {
        max-width: 10% !important
    }
    .max-width-xl-10vw {
        max-width: 10vw !important
    }
    .max-width-xl-10vh {
        max-width: 10vh !important
    }
    .max-width-xl-15p {
        max-width: 15% !important
    }
    .max-width-xl-15vw {
        max-width: 15vw !important
    }
    .max-width-xl-15vh {
        max-width: 15vh !important
    }
    .max-width-xl-20p {
        max-width: 20% !important
    }
    .max-width-xl-20vw {
        max-width: 20vw !important
    }
    .max-width-xl-20vh {
        max-width: 20vh !important
    }
    .max-width-xl-25p {
        max-width: 25% !important
    }
    .max-width-xl-25vw {
        max-width: 25vw !important
    }
    .max-width-xl-25vh {
        max-width: 25vh !important
    }
    .max-width-xl-30p {
        max-width: 30% !important
    }
    .max-width-xl-30vw {
        max-width: 30vw !important
    }
    .max-width-xl-30vh {
        max-width: 30vh !important
    }
    .max-width-xl-35p {
        max-width: 35% !important
    }
    .max-width-xl-35vw {
        max-width: 35vw !important
    }
    .max-width-xl-35vh {
        max-width: 35vh !important
    }
    .max-width-xl-40p {
        max-width: 40% !important
    }
    .max-width-xl-40vw {
        max-width: 40vw !important
    }
    .max-width-xl-40vh {
        max-width: 40vh !important
    }
    .max-width-xl-45p {
        max-width: 45% !important
    }
    .max-width-xl-45vw {
        max-width: 45vw !important
    }
    .max-width-xl-45vh {
        max-width: 45vh !important
    }
    .max-width-xl-50p {
        max-width: 50% !important
    }
    .max-width-xl-50vw {
        max-width: 50vw !important
    }
    .max-width-xl-50vh {
        max-width: 50vh !important
    }
    .max-width-xl-55p {
        max-width: 55% !important
    }
    .max-width-xl-55vw {
        max-width: 55vw !important
    }
    .max-width-xl-55vh {
        max-width: 55vh !important
    }
    .max-width-xl-60p {
        max-width: 60% !important
    }
    .max-width-xl-60vw {
        max-width: 60vw !important
    }
    .max-width-xl-60vh {
        max-width: 60vh !important
    }
    .max-width-xl-65p {
        max-width: 65% !important
    }
    .max-width-xl-65vw {
        max-width: 65vw !important
    }
    .max-width-xl-65vh {
        max-width: 65vh !important
    }
    .max-width-xl-70p {
        max-width: 70% !important
    }
    .max-width-xl-70vw {
        max-width: 70vw !important
    }
    .max-width-xl-70vh {
        max-width: 70vh !important
    }
    .max-width-xl-75p {
        max-width: 75% !important
    }
    .max-width-xl-75vw {
        max-width: 75vw !important
    }
    .max-width-xl-75vh {
        max-width: 75vh !important
    }
    .max-width-xl-80p {
        max-width: 80% !important
    }
    .max-width-xl-80vw {
        max-width: 80vw !important
    }
    .max-width-xl-80vh {
        max-width: 80vh !important
    }
    .max-width-xl-85p {
        max-width: 85% !important
    }
    .max-width-xl-85vw {
        max-width: 85vw !important
    }
    .max-width-xl-85vh {
        max-width: 85vh !important
    }
    .max-width-xl-90p {
        max-width: 90% !important
    }
    .max-width-xl-90vw {
        max-width: 90vw !important
    }
    .max-width-xl-90vh {
        max-width: 90vh !important
    }
    .max-width-xl-95p {
        max-width: 95% !important
    }
    .max-width-xl-95vw {
        max-width: 95vw !important
    }
    .max-width-xl-95vh {
        max-width: 95vh !important
    }
    .max-width-xl-100p {
        max-width: 100% !important
    }
    .max-width-xl-100vw {
        max-width: 100vw !important
    }
    .max-width-xl-100vh {
        max-width: 100vh !important
    }
    .height-xl-0 {
        height: 0 !important
    }
    .height-xl-1 {
        height: 4px !important
    }
    .height-xl-2 {
        height: 8px !important
    }
    .height-xl-3 {
        height: 12px !important
    }
    .height-xl-4 {
        height: 16px !important
    }
    .height-xl-5 {
        height: 20px !important
    }
    .height-xl-6 {
        height: 24px !important
    }
    .height-xl-7 {
        height: 28px !important
    }
    .height-xl-8 {
        height: 32px !important
    }
    .height-xl-9 {
        height: 36px !important
    }
    .height-xl-10 {
        height: 40px !important
    }
    .height-xl-11 {
        height: 44px !important
    }
    .height-xl-12 {
        height: 48px !important
    }
    .height-xl-13 {
        height: 52px !important
    }
    .height-xl-14 {
        height: 56px !important
    }
    .height-xl-15 {
        height: 60px !important
    }
    .height-xl-16 {
        height: 64px !important
    }
    .height-xl-17 {
        height: 68px !important
    }
    .height-xl-18 {
        height: 72px !important
    }
    .height-xl-19 {
        height: 76px !important
    }
    .height-xl-20 {
        height: 80px !important
    }
    .height-xl-21 {
        height: 84px !important
    }
    .height-xl-22 {
        height: 88px !important
    }
    .height-xl-23 {
        height: 92px !important
    }
    .height-xl-24 {
        height: 96px !important
    }
    .height-xl-25 {
        height: 100px !important
    }
    .height-xl-26 {
        height: 104px !important
    }
    .height-xl-27 {
        height: 108px !important
    }
    .height-xl-28 {
        height: 112px !important
    }
    .height-xl-29 {
        height: 116px !important
    }
    .height-xl-30 {
        height: 120px !important
    }
    .height-xl-31 {
        height: 124px !important
    }
    .height-xl-32 {
        height: 128px !important
    }
    .height-xl-33 {
        height: 132px !important
    }
    .height-xl-34 {
        height: 136px !important
    }
    .height-xl-35 {
        height: 140px !important
    }
    .height-xl-36 {
        height: 144px !important
    }
    .height-xl-37 {
        height: 148px !important
    }
    .height-xl-38 {
        height: 152px !important
    }
    .height-xl-39 {
        height: 156px !important
    }
    .height-xl-40 {
        height: 160px !important
    }
    .height-xl-0p5 {
        height: 2px !important
    }
    .height-xl-1p5 {
        height: 6px !important
    }
    .height-xl-2p5 {
        height: 10px !important
    }
    .height-xl-3p5 {
        height: 14px !important
    }
    .height-xl-4p5 {
        height: 18px !important
    }
    .height-xl-5p5 {
        height: 22px !important
    }
    .height-xl-6p5 {
        height: 26px !important
    }
    .height-xl-7p5 {
        height: 30px !important
    }
    .height-xl-12p5 {
        height: 50px !important
    }
    .height-xl-17p5 {
        height: 70px !important
    }
    .height-xl-20p5 {
        height: 82px !important
    }
    .height-xl-32p5 {
        height: 130px !important
    }
    .height-xl-42 {
        height: 168px !important
    }
    .height-xl-45 {
        height: 180px !important
    }
    .height-xl-48 {
        height: 192px !important
    }
    .height-xl-50 {
        height: 200px !important
    }
    .height-xl-55 {
        height: 220px !important
    }
    .height-xl-56 {
        height: 224px !important
    }
    .height-xl-60 {
        height: 240px !important
    }
    .height-xl-62 {
        height: 248px !important
    }
    .height-xl-64 {
        height: 256px !important
    }
    .height-xl-70 {
        height: 280px !important
    }
    .height-xl-72 {
        height: 288px !important
    }
    .height-xl-75 {
        height: 300px !important
    }
    .height-xl-80 {
        height: 320px !important
    }
    .height-xl-85 {
        height: 340px !important
    }
    .height-xl-90 {
        height: 360px !important
    }
    .height-xl-100 {
        height: 400px !important
    }
    .height-xl-112 {
        height: 448px !important
    }
    .height-xl-120 {
        height: 480px !important
    }
    .height-xl-143 {
        height: 572px !important
    }
    .height-xl-150 {
        height: 600px !important
    }
    .height-xl-160 {
        height: 640px !important
    }
    .height-xl-190 {
        height: 760px !important
    }
    .height-xl-200 {
        height: 800px !important
    }
    .height-xl-auto {
        height: auto !important
    }
    .height-xl-0p,
    .height-xl-0vh,
    .height-xl-0vw {
        height: 0 !important
    }
    .height-xl-5p {
        height: 5% !important
    }
    .height-xl-5vw {
        height: 5vw !important
    }
    .height-xl-5vh {
        height: 5vh !important
    }
    .height-xl-10p {
        height: 10% !important
    }
    .height-xl-10vw {
        height: 10vw !important
    }
    .height-xl-10vh {
        height: 10vh !important
    }
    .height-xl-15p {
        height: 15% !important
    }
    .height-xl-15vw {
        height: 15vw !important
    }
    .height-xl-15vh {
        height: 15vh !important
    }
    .height-xl-20p {
        height: 20% !important
    }
    .height-xl-20vw {
        height: 20vw !important
    }
    .height-xl-20vh {
        height: 20vh !important
    }
    .height-xl-25p {
        height: 25% !important
    }
    .height-xl-25vw {
        height: 25vw !important
    }
    .height-xl-25vh {
        height: 25vh !important
    }
    .height-xl-30p {
        height: 30% !important
    }
    .height-xl-30vw {
        height: 30vw !important
    }
    .height-xl-30vh {
        height: 30vh !important
    }
    .height-xl-35p {
        height: 35% !important
    }
    .height-xl-35vw {
        height: 35vw !important
    }
    .height-xl-35vh {
        height: 35vh !important
    }
    .height-xl-40p {
        height: 40% !important
    }
    .height-xl-40vw {
        height: 40vw !important
    }
    .height-xl-40vh {
        height: 40vh !important
    }
    .height-xl-45p {
        height: 45% !important
    }
    .height-xl-45vw {
        height: 45vw !important
    }
    .height-xl-45vh {
        height: 45vh !important
    }
    .height-xl-50p {
        height: 50% !important
    }
    .height-xl-50vw {
        height: 50vw !important
    }
    .height-xl-50vh {
        height: 50vh !important
    }
    .height-xl-55p {
        height: 55% !important
    }
    .height-xl-55vw {
        height: 55vw !important
    }
    .height-xl-55vh {
        height: 55vh !important
    }
    .height-xl-60p {
        height: 60% !important
    }
    .height-xl-60vw {
        height: 60vw !important
    }
    .height-xl-60vh {
        height: 60vh !important
    }
    .height-xl-65p {
        height: 65% !important
    }
    .height-xl-65vw {
        height: 65vw !important
    }
    .height-xl-65vh {
        height: 65vh !important
    }
    .height-xl-70p {
        height: 70% !important
    }
    .height-xl-70vw {
        height: 70vw !important
    }
    .height-xl-70vh {
        height: 70vh !important
    }
    .height-xl-75p {
        height: 75% !important
    }
    .height-xl-75vw {
        height: 75vw !important
    }
    .height-xl-75vh {
        height: 75vh !important
    }
    .height-xl-80p {
        height: 80% !important
    }
    .height-xl-80vw {
        height: 80vw !important
    }
    .height-xl-80vh {
        height: 80vh !important
    }
    .height-xl-85p {
        height: 85% !important
    }
    .height-xl-85vw {
        height: 85vw !important
    }
    .height-xl-85vh {
        height: 85vh !important
    }
    .height-xl-90p {
        height: 90% !important
    }
    .height-xl-90vw {
        height: 90vw !important
    }
    .height-xl-90vh {
        height: 90vh !important
    }
    .height-xl-95p {
        height: 95% !important
    }
    .height-xl-95vw {
        height: 95vw !important
    }
    .height-xl-95vh {
        height: 95vh !important
    }
    .height-xl-100p {
        height: 100% !important
    }
    .height-xl-100vw {
        height: 100vw !important
    }
    .height-xl-100vh {
        height: 100vh !important
    }
    .min-height-xl-0 {
        min-height: 0 !important
    }
    .min-height-xl-1 {
        min-height: 4px !important
    }
    .min-height-xl-2 {
        min-height: 8px !important
    }
    .min-height-xl-3 {
        min-height: 12px !important
    }
    .min-height-xl-4 {
        min-height: 16px !important
    }
    .min-height-xl-5 {
        min-height: 20px !important
    }
    .min-height-xl-6 {
        min-height: 24px !important
    }
    .min-height-xl-7 {
        min-height: 28px !important
    }
    .min-height-xl-8 {
        min-height: 32px !important
    }
    .min-height-xl-9 {
        min-height: 36px !important
    }
    .min-height-xl-10 {
        min-height: 40px !important
    }
    .min-height-xl-11 {
        min-height: 44px !important
    }
    .min-height-xl-12 {
        min-height: 48px !important
    }
    .min-height-xl-13 {
        min-height: 52px !important
    }
    .min-height-xl-14 {
        min-height: 56px !important
    }
    .min-height-xl-15 {
        min-height: 60px !important
    }
    .min-height-xl-16 {
        min-height: 64px !important
    }
    .min-height-xl-17 {
        min-height: 68px !important
    }
    .min-height-xl-18 {
        min-height: 72px !important
    }
    .min-height-xl-19 {
        min-height: 76px !important
    }
    .min-height-xl-20 {
        min-height: 80px !important
    }
    .min-height-xl-21 {
        min-height: 84px !important
    }
    .min-height-xl-22 {
        min-height: 88px !important
    }
    .min-height-xl-23 {
        min-height: 92px !important
    }
    .min-height-xl-24 {
        min-height: 96px !important
    }
    .min-height-xl-25 {
        min-height: 100px !important
    }
    .min-height-xl-26 {
        min-height: 104px !important
    }
    .min-height-xl-27 {
        min-height: 108px !important
    }
    .min-height-xl-28 {
        min-height: 112px !important
    }
    .min-height-xl-29 {
        min-height: 116px !important
    }
    .min-height-xl-30 {
        min-height: 120px !important
    }
    .min-height-xl-31 {
        min-height: 124px !important
    }
    .min-height-xl-32 {
        min-height: 128px !important
    }
    .min-height-xl-33 {
        min-height: 132px !important
    }
    .min-height-xl-34 {
        min-height: 136px !important
    }
    .min-height-xl-35 {
        min-height: 140px !important
    }
    .min-height-xl-36 {
        min-height: 144px !important
    }
    .min-height-xl-37 {
        min-height: 148px !important
    }
    .min-height-xl-38 {
        min-height: 152px !important
    }
    .min-height-xl-39 {
        min-height: 156px !important
    }
    .min-height-xl-40 {
        min-height: 160px !important
    }
    .min-height-xl-0p5 {
        min-height: 2px !important
    }
    .min-height-xl-1p5 {
        min-height: 6px !important
    }
    .min-height-xl-2p5 {
        min-height: 10px !important
    }
    .min-height-xl-3p5 {
        min-height: 14px !important
    }
    .min-height-xl-4p5 {
        min-height: 18px !important
    }
    .min-height-xl-5p5 {
        min-height: 22px !important
    }
    .min-height-xl-6p5 {
        min-height: 26px !important
    }
    .min-height-xl-7p5 {
        min-height: 30px !important
    }
    .min-height-xl-12p5 {
        min-height: 50px !important
    }
    .min-height-xl-17p5 {
        min-height: 70px !important
    }
    .min-height-xl-20p5 {
        min-height: 82px !important
    }
    .min-height-xl-32p5 {
        min-height: 130px !important
    }
    .min-height-xl-42 {
        min-height: 168px !important
    }
    .min-height-xl-45 {
        min-height: 180px !important
    }
    .min-height-xl-48 {
        min-height: 192px !important
    }
    .min-height-xl-50 {
        min-height: 200px !important
    }
    .min-height-xl-55 {
        min-height: 220px !important
    }
    .min-height-xl-56 {
        min-height: 224px !important
    }
    .min-height-xl-60 {
        min-height: 240px !important
    }
    .min-height-xl-62 {
        min-height: 248px !important
    }
    .min-height-xl-64 {
        min-height: 256px !important
    }
    .min-height-xl-70 {
        min-height: 280px !important
    }
    .min-height-xl-72 {
        min-height: 288px !important
    }
    .min-height-xl-75 {
        min-height: 300px !important
    }
    .min-height-xl-80 {
        min-height: 320px !important
    }
    .min-height-xl-85 {
        min-height: 340px !important
    }
    .min-height-xl-90 {
        min-height: 360px !important
    }
    .min-height-xl-100 {
        min-height: 400px !important
    }
    .min-height-xl-112 {
        min-height: 448px !important
    }
    .min-height-xl-120 {
        min-height: 480px !important
    }
    .min-height-xl-143 {
        min-height: 572px !important
    }
    .min-height-xl-150 {
        min-height: 600px !important
    }
    .min-height-xl-160 {
        min-height: 640px !important
    }
    .min-height-xl-190 {
        min-height: 760px !important
    }
    .min-height-xl-200 {
        min-height: 800px !important
    }
    .min-height-xl-auto {
        min-height: auto !important
    }
    .min-height-xl-0p,
    .min-height-xl-0vh,
    .min-height-xl-0vw {
        min-height: 0 !important
    }
    .min-height-xl-5p {
        min-height: 5% !important
    }
    .min-height-xl-5vw {
        min-height: 5vw !important
    }
    .min-height-xl-5vh {
        min-height: 5vh !important
    }
    .min-height-xl-10p {
        min-height: 10% !important
    }
    .min-height-xl-10vw {
        min-height: 10vw !important
    }
    .min-height-xl-10vh {
        min-height: 10vh !important
    }
    .min-height-xl-15p {
        min-height: 15% !important
    }
    .min-height-xl-15vw {
        min-height: 15vw !important
    }
    .min-height-xl-15vh {
        min-height: 15vh !important
    }
    .min-height-xl-20p {
        min-height: 20% !important
    }
    .min-height-xl-20vw {
        min-height: 20vw !important
    }
    .min-height-xl-20vh {
        min-height: 20vh !important
    }
    .min-height-xl-25p {
        min-height: 25% !important
    }
    .min-height-xl-25vw {
        min-height: 25vw !important
    }
    .min-height-xl-25vh {
        min-height: 25vh !important
    }
    .min-height-xl-30p {
        min-height: 30% !important
    }
    .min-height-xl-30vw {
        min-height: 30vw !important
    }
    .min-height-xl-30vh {
        min-height: 30vh !important
    }
    .min-height-xl-35p {
        min-height: 35% !important
    }
    .min-height-xl-35vw {
        min-height: 35vw !important
    }
    .min-height-xl-35vh {
        min-height: 35vh !important
    }
    .min-height-xl-40p {
        min-height: 40% !important
    }
    .min-height-xl-40vw {
        min-height: 40vw !important
    }
    .min-height-xl-40vh {
        min-height: 40vh !important
    }
    .min-height-xl-45p {
        min-height: 45% !important
    }
    .min-height-xl-45vw {
        min-height: 45vw !important
    }
    .min-height-xl-45vh {
        min-height: 45vh !important
    }
    .min-height-xl-50p {
        min-height: 50% !important
    }
    .min-height-xl-50vw {
        min-height: 50vw !important
    }
    .min-height-xl-50vh {
        min-height: 50vh !important
    }
    .min-height-xl-55p {
        min-height: 55% !important
    }
    .min-height-xl-55vw {
        min-height: 55vw !important
    }
    .min-height-xl-55vh {
        min-height: 55vh !important
    }
    .min-height-xl-60p {
        min-height: 60% !important
    }
    .min-height-xl-60vw {
        min-height: 60vw !important
    }
    .min-height-xl-60vh {
        min-height: 60vh !important
    }
    .min-height-xl-65p {
        min-height: 65% !important
    }
    .min-height-xl-65vw {
        min-height: 65vw !important
    }
    .min-height-xl-65vh {
        min-height: 65vh !important
    }
    .min-height-xl-70p {
        min-height: 70% !important
    }
    .min-height-xl-70vw {
        min-height: 70vw !important
    }
    .min-height-xl-70vh {
        min-height: 70vh !important
    }
    .min-height-xl-75p {
        min-height: 75% !important
    }
    .min-height-xl-75vw {
        min-height: 75vw !important
    }
    .min-height-xl-75vh {
        min-height: 75vh !important
    }
    .min-height-xl-80p {
        min-height: 80% !important
    }
    .min-height-xl-80vw {
        min-height: 80vw !important
    }
    .min-height-xl-80vh {
        min-height: 80vh !important
    }
    .min-height-xl-85p {
        min-height: 85% !important
    }
    .min-height-xl-85vw {
        min-height: 85vw !important
    }
    .min-height-xl-85vh {
        min-height: 85vh !important
    }
    .min-height-xl-90p {
        min-height: 90% !important
    }
    .min-height-xl-90vw {
        min-height: 90vw !important
    }
    .min-height-xl-90vh {
        min-height: 90vh !important
    }
    .min-height-xl-95p {
        min-height: 95% !important
    }
    .min-height-xl-95vw {
        min-height: 95vw !important
    }
    .min-height-xl-95vh {
        min-height: 95vh !important
    }
    .min-height-xl-100p {
        min-height: 100% !important
    }
    .min-height-xl-100vw {
        min-height: 100vw !important
    }
    .min-height-xl-100vh {
        min-height: 100vh !important
    }
    .max-height-xl-0 {
        max-height: 0 !important
    }
    .max-height-xl-1 {
        max-height: 4px !important
    }
    .max-height-xl-2 {
        max-height: 8px !important
    }
    .max-height-xl-3 {
        max-height: 12px !important
    }
    .max-height-xl-4 {
        max-height: 16px !important
    }
    .max-height-xl-5 {
        max-height: 20px !important
    }
    .max-height-xl-6 {
        max-height: 24px !important
    }
    .max-height-xl-7 {
        max-height: 28px !important
    }
    .max-height-xl-8 {
        max-height: 32px !important
    }
    .max-height-xl-9 {
        max-height: 36px !important
    }
    .max-height-xl-10 {
        max-height: 40px !important
    }
    .max-height-xl-11 {
        max-height: 44px !important
    }
    .max-height-xl-12 {
        max-height: 48px !important
    }
    .max-height-xl-13 {
        max-height: 52px !important
    }
    .max-height-xl-14 {
        max-height: 56px !important
    }
    .max-height-xl-15 {
        max-height: 60px !important
    }
    .max-height-xl-16 {
        max-height: 64px !important
    }
    .max-height-xl-17 {
        max-height: 68px !important
    }
    .max-height-xl-18 {
        max-height: 72px !important
    }
    .max-height-xl-19 {
        max-height: 76px !important
    }
    .max-height-xl-20 {
        max-height: 80px !important
    }
    .max-height-xl-21 {
        max-height: 84px !important
    }
    .max-height-xl-22 {
        max-height: 88px !important
    }
    .max-height-xl-23 {
        max-height: 92px !important
    }
    .max-height-xl-24 {
        max-height: 96px !important
    }
    .max-height-xl-25 {
        max-height: 100px !important
    }
    .max-height-xl-26 {
        max-height: 104px !important
    }
    .max-height-xl-27 {
        max-height: 108px !important
    }
    .max-height-xl-28 {
        max-height: 112px !important
    }
    .max-height-xl-29 {
        max-height: 116px !important
    }
    .max-height-xl-30 {
        max-height: 120px !important
    }
    .max-height-xl-31 {
        max-height: 124px !important
    }
    .max-height-xl-32 {
        max-height: 128px !important
    }
    .max-height-xl-33 {
        max-height: 132px !important
    }
    .max-height-xl-34 {
        max-height: 136px !important
    }
    .max-height-xl-35 {
        max-height: 140px !important
    }
    .max-height-xl-36 {
        max-height: 144px !important
    }
    .max-height-xl-37 {
        max-height: 148px !important
    }
    .max-height-xl-38 {
        max-height: 152px !important
    }
    .max-height-xl-39 {
        max-height: 156px !important
    }
    .max-height-xl-40 {
        max-height: 160px !important
    }
    .max-height-xl-0p5 {
        max-height: 2px !important
    }
    .max-height-xl-1p5 {
        max-height: 6px !important
    }
    .max-height-xl-2p5 {
        max-height: 10px !important
    }
    .max-height-xl-3p5 {
        max-height: 14px !important
    }
    .max-height-xl-4p5 {
        max-height: 18px !important
    }
    .max-height-xl-5p5 {
        max-height: 22px !important
    }
    .max-height-xl-6p5 {
        max-height: 26px !important
    }
    .max-height-xl-7p5 {
        max-height: 30px !important
    }
    .max-height-xl-12p5 {
        max-height: 50px !important
    }
    .max-height-xl-17p5 {
        max-height: 70px !important
    }
    .max-height-xl-20p5 {
        max-height: 82px !important
    }
    .max-height-xl-32p5 {
        max-height: 130px !important
    }
    .max-height-xl-42 {
        max-height: 168px !important
    }
    .max-height-xl-45 {
        max-height: 180px !important
    }
    .max-height-xl-48 {
        max-height: 192px !important
    }
    .max-height-xl-50 {
        max-height: 200px !important
    }
    .max-height-xl-55 {
        max-height: 220px !important
    }
    .max-height-xl-56 {
        max-height: 224px !important
    }
    .max-height-xl-60 {
        max-height: 240px !important
    }
    .max-height-xl-62 {
        max-height: 248px !important
    }
    .max-height-xl-64 {
        max-height: 256px !important
    }
    .max-height-xl-70 {
        max-height: 280px !important
    }
    .max-height-xl-72 {
        max-height: 288px !important
    }
    .max-height-xl-75 {
        max-height: 300px !important
    }
    .max-height-xl-80 {
        max-height: 320px !important
    }
    .max-height-xl-85 {
        max-height: 340px !important
    }
    .max-height-xl-90 {
        max-height: 360px !important
    }
    .max-height-xl-100 {
        max-height: 400px !important
    }
    .max-height-xl-112 {
        max-height: 448px !important
    }
    .max-height-xl-120 {
        max-height: 480px !important
    }
    .max-height-xl-143 {
        max-height: 572px !important
    }
    .max-height-xl-150 {
        max-height: 600px !important
    }
    .max-height-xl-160 {
        max-height: 640px !important
    }
    .max-height-xl-190 {
        max-height: 760px !important
    }
    .max-height-xl-200 {
        max-height: 800px !important
    }
    .max-height-xl-auto {
        max-height: auto !important
    }
    .max-height-xl-0p,
    .max-height-xl-0vh,
    .max-height-xl-0vw {
        max-height: 0 !important
    }
    .max-height-xl-5p {
        max-height: 5% !important
    }
    .max-height-xl-5vw {
        max-height: 5vw !important
    }
    .max-height-xl-5vh {
        max-height: 5vh !important
    }
    .max-height-xl-10p {
        max-height: 10% !important
    }
    .max-height-xl-10vw {
        max-height: 10vw !important
    }
    .max-height-xl-10vh {
        max-height: 10vh !important
    }
    .max-height-xl-15p {
        max-height: 15% !important
    }
    .max-height-xl-15vw {
        max-height: 15vw !important
    }
    .max-height-xl-15vh {
        max-height: 15vh !important
    }
    .max-height-xl-20p {
        max-height: 20% !important
    }
    .max-height-xl-20vw {
        max-height: 20vw !important
    }
    .max-height-xl-20vh {
        max-height: 20vh !important
    }
    .max-height-xl-25p {
        max-height: 25% !important
    }
    .max-height-xl-25vw {
        max-height: 25vw !important
    }
    .max-height-xl-25vh {
        max-height: 25vh !important
    }
    .max-height-xl-30p {
        max-height: 30% !important
    }
    .max-height-xl-30vw {
        max-height: 30vw !important
    }
    .max-height-xl-30vh {
        max-height: 30vh !important
    }
    .max-height-xl-35p {
        max-height: 35% !important
    }
    .max-height-xl-35vw {
        max-height: 35vw !important
    }
    .max-height-xl-35vh {
        max-height: 35vh !important
    }
    .max-height-xl-40p {
        max-height: 40% !important
    }
    .max-height-xl-40vw {
        max-height: 40vw !important
    }
    .max-height-xl-40vh {
        max-height: 40vh !important
    }
    .max-height-xl-45p {
        max-height: 45% !important
    }
    .max-height-xl-45vw {
        max-height: 45vw !important
    }
    .max-height-xl-45vh {
        max-height: 45vh !important
    }
    .max-height-xl-50p {
        max-height: 50% !important
    }
    .max-height-xl-50vw {
        max-height: 50vw !important
    }
    .max-height-xl-50vh {
        max-height: 50vh !important
    }
    .max-height-xl-55p {
        max-height: 55% !important
    }
    .max-height-xl-55vw {
        max-height: 55vw !important
    }
    .max-height-xl-55vh {
        max-height: 55vh !important
    }
    .max-height-xl-60p {
        max-height: 60% !important
    }
    .max-height-xl-60vw {
        max-height: 60vw !important
    }
    .max-height-xl-60vh {
        max-height: 60vh !important
    }
    .max-height-xl-65p {
        max-height: 65% !important
    }
    .max-height-xl-65vw {
        max-height: 65vw !important
    }
    .max-height-xl-65vh {
        max-height: 65vh !important
    }
    .max-height-xl-70p {
        max-height: 70% !important
    }
    .max-height-xl-70vw {
        max-height: 70vw !important
    }
    .max-height-xl-70vh {
        max-height: 70vh !important
    }
    .max-height-xl-75p {
        max-height: 75% !important
    }
    .max-height-xl-75vw {
        max-height: 75vw !important
    }
    .max-height-xl-75vh {
        max-height: 75vh !important
    }
    .max-height-xl-80p {
        max-height: 80% !important
    }
    .max-height-xl-80vw {
        max-height: 80vw !important
    }
    .max-height-xl-80vh {
        max-height: 80vh !important
    }
    .max-height-xl-85p {
        max-height: 85% !important
    }
    .max-height-xl-85vw {
        max-height: 85vw !important
    }
    .max-height-xl-85vh {
        max-height: 85vh !important
    }
    .max-height-xl-90p {
        max-height: 90% !important
    }
    .max-height-xl-90vw {
        max-height: 90vw !important
    }
    .max-height-xl-90vh {
        max-height: 90vh !important
    }
    .max-height-xl-95p {
        max-height: 95% !important
    }
    .max-height-xl-95vw {
        max-height: 95vw !important
    }
    .max-height-xl-95vh {
        max-height: 95vh !important
    }
    .max-height-xl-100p {
        max-height: 100% !important
    }
    .max-height-xl-100vw {
        max-height: 100vw !important
    }
    .max-height-xl-100vh {
        max-height: 100vh !important
    }
}

@media(min-width:2560px) {
    .width-xxl-0 {
        width: 0 !important
    }
    .width-xxl-1 {
        width: 4px !important
    }
    .width-xxl-2 {
        width: 8px !important
    }
    .width-xxl-3 {
        width: 12px !important
    }
    .width-xxl-4 {
        width: 16px !important
    }
    .width-xxl-5 {
        width: 20px !important
    }
    .width-xxl-6 {
        width: 24px !important
    }
    .width-xxl-7 {
        width: 28px !important
    }
    .width-xxl-8 {
        width: 32px !important
    }
    .width-xxl-9 {
        width: 36px !important
    }
    .width-xxl-10 {
        width: 40px !important
    }
    .width-xxl-11 {
        width: 44px !important
    }
    .width-xxl-12 {
        width: 48px !important
    }
    .width-xxl-13 {
        width: 52px !important
    }
    .width-xxl-14 {
        width: 56px !important
    }
    .width-xxl-15 {
        width: 60px !important
    }
    .width-xxl-16 {
        width: 64px !important
    }
    .width-xxl-17 {
        width: 68px !important
    }
    .width-xxl-18 {
        width: 72px !important
    }
    .width-xxl-19 {
        width: 76px !important
    }
    .width-xxl-20 {
        width: 80px !important
    }
    .width-xxl-21 {
        width: 84px !important
    }
    .width-xxl-22 {
        width: 88px !important
    }
    .width-xxl-23 {
        width: 92px !important
    }
    .width-xxl-24 {
        width: 96px !important
    }
    .width-xxl-25 {
        width: 100px !important
    }
    .width-xxl-26 {
        width: 104px !important
    }
    .width-xxl-27 {
        width: 108px !important
    }
    .width-xxl-28 {
        width: 112px !important
    }
    .width-xxl-29 {
        width: 116px !important
    }
    .width-xxl-30 {
        width: 120px !important
    }
    .width-xxl-31 {
        width: 124px !important
    }
    .width-xxl-32 {
        width: 128px !important
    }
    .width-xxl-33 {
        width: 132px !important
    }
    .width-xxl-34 {
        width: 136px !important
    }
    .width-xxl-35 {
        width: 140px !important
    }
    .width-xxl-36 {
        width: 144px !important
    }
    .width-xxl-37 {
        width: 148px !important
    }
    .width-xxl-38 {
        width: 152px !important
    }
    .width-xxl-39 {
        width: 156px !important
    }
    .width-xxl-40 {
        width: 160px !important
    }
    .width-xxl-0p5 {
        width: 2px !important
    }
    .width-xxl-1p5 {
        width: 6px !important
    }
    .width-xxl-2p5 {
        width: 10px !important
    }
    .width-xxl-3p5 {
        width: 14px !important
    }
    .width-xxl-4p5 {
        width: 18px !important
    }
    .width-xxl-5p5 {
        width: 22px !important
    }
    .width-xxl-6p5 {
        width: 26px !important
    }
    .width-xxl-7p5 {
        width: 30px !important
    }
    .width-xxl-12p5 {
        width: 50px !important
    }
    .width-xxl-17p5 {
        width: 70px !important
    }
    .width-xxl-20p5 {
        width: 82px !important
    }
    .width-xxl-32p5 {
        width: 130px !important
    }
    .width-xxl-42 {
        width: 168px !important
    }
    .width-xxl-45 {
        width: 180px !important
    }
    .width-xxl-48 {
        width: 192px !important
    }
    .width-xxl-50 {
        width: 200px !important
    }
    .width-xxl-55 {
        width: 220px !important
    }
    .width-xxl-56 {
        width: 224px !important
    }
    .width-xxl-60 {
        width: 240px !important
    }
    .width-xxl-62 {
        width: 248px !important
    }
    .width-xxl-64 {
        width: 256px !important
    }
    .width-xxl-70 {
        width: 280px !important
    }
    .width-xxl-72 {
        width: 288px !important
    }
    .width-xxl-75 {
        width: 300px !important
    }
    .width-xxl-80 {
        width: 320px !important
    }
    .width-xxl-85 {
        width: 340px !important
    }
    .width-xxl-90 {
        width: 360px !important
    }
    .width-xxl-100 {
        width: 400px !important
    }
    .width-xxl-112 {
        width: 448px !important
    }
    .width-xxl-120 {
        width: 480px !important
    }
    .width-xxl-143 {
        width: 572px !important
    }
    .width-xxl-150 {
        width: 600px !important
    }
    .width-xxl-160 {
        width: 640px !important
    }
    .width-xxl-190 {
        width: 760px !important
    }
    .width-xxl-200 {
        width: 800px !important
    }
    .width-xxl-auto {
        width: auto !important
    }
    .width-xxl-0p,
    .width-xxl-0vh,
    .width-xxl-0vw {
        width: 0 !important
    }
    .width-xxl-5p {
        width: 5% !important
    }
    .width-xxl-5vw {
        width: 5vw !important
    }
    .width-xxl-5vh {
        width: 5vh !important
    }
    .width-xxl-10p {
        width: 10% !important
    }
    .width-xxl-10vw {
        width: 10vw !important
    }
    .width-xxl-10vh {
        width: 10vh !important
    }
    .width-xxl-15p {
        width: 15% !important
    }
    .width-xxl-15vw {
        width: 15vw !important
    }
    .width-xxl-15vh {
        width: 15vh !important
    }
    .width-xxl-20p {
        width: 20% !important
    }
    .width-xxl-20vw {
        width: 20vw !important
    }
    .width-xxl-20vh {
        width: 20vh !important
    }
    .width-xxl-25p {
        width: 25% !important
    }
    .width-xxl-25vw {
        width: 25vw !important
    }
    .width-xxl-25vh {
        width: 25vh !important
    }
    .width-xxl-30p {
        width: 30% !important
    }
    .width-xxl-30vw {
        width: 30vw !important
    }
    .width-xxl-30vh {
        width: 30vh !important
    }
    .width-xxl-35p {
        width: 35% !important
    }
    .width-xxl-35vw {
        width: 35vw !important
    }
    .width-xxl-35vh {
        width: 35vh !important
    }
    .width-xxl-40p {
        width: 40% !important
    }
    .width-xxl-40vw {
        width: 40vw !important
    }
    .width-xxl-40vh {
        width: 40vh !important
    }
    .width-xxl-45p {
        width: 45% !important
    }
    .width-xxl-45vw {
        width: 45vw !important
    }
    .width-xxl-45vh {
        width: 45vh !important
    }
    .width-xxl-50p {
        width: 50% !important
    }
    .width-xxl-50vw {
        width: 50vw !important
    }
    .width-xxl-50vh {
        width: 50vh !important
    }
    .width-xxl-55p {
        width: 55% !important
    }
    .width-xxl-55vw {
        width: 55vw !important
    }
    .width-xxl-55vh {
        width: 55vh !important
    }
    .width-xxl-60p {
        width: 60% !important
    }
    .width-xxl-60vw {
        width: 60vw !important
    }
    .width-xxl-60vh {
        width: 60vh !important
    }
    .width-xxl-65p {
        width: 65% !important
    }
    .width-xxl-65vw {
        width: 65vw !important
    }
    .width-xxl-65vh {
        width: 65vh !important
    }
    .width-xxl-70p {
        width: 70% !important
    }
    .width-xxl-70vw {
        width: 70vw !important
    }
    .width-xxl-70vh {
        width: 70vh !important
    }
    .width-xxl-75p {
        width: 75% !important
    }
    .width-xxl-75vw {
        width: 75vw !important
    }
    .width-xxl-75vh {
        width: 75vh !important
    }
    .width-xxl-80p {
        width: 80% !important
    }
    .width-xxl-80vw {
        width: 80vw !important
    }
    .width-xxl-80vh {
        width: 80vh !important
    }
    .width-xxl-85p {
        width: 85% !important
    }
    .width-xxl-85vw {
        width: 85vw !important
    }
    .width-xxl-85vh {
        width: 85vh !important
    }
    .width-xxl-90p {
        width: 90% !important
    }
    .width-xxl-90vw {
        width: 90vw !important
    }
    .width-xxl-90vh {
        width: 90vh !important
    }
    .width-xxl-95p {
        width: 95% !important
    }
    .width-xxl-95vw {
        width: 95vw !important
    }
    .width-xxl-95vh {
        width: 95vh !important
    }
    .width-xxl-100p {
        width: 100% !important
    }
    .width-xxl-100vw {
        width: 100vw !important
    }
    .width-xxl-100vh {
        width: 100vh !important
    }
    .min-width-xxl-0 {
        min-width: 0 !important
    }
    .min-width-xxl-1 {
        min-width: 4px !important
    }
    .min-width-xxl-2 {
        min-width: 8px !important
    }
    .min-width-xxl-3 {
        min-width: 12px !important
    }
    .min-width-xxl-4 {
        min-width: 16px !important
    }
    .min-width-xxl-5 {
        min-width: 20px !important
    }
    .min-width-xxl-6 {
        min-width: 24px !important
    }
    .min-width-xxl-7 {
        min-width: 28px !important
    }
    .min-width-xxl-8 {
        min-width: 32px !important
    }
    .min-width-xxl-9 {
        min-width: 36px !important
    }
    .min-width-xxl-10 {
        min-width: 40px !important
    }
    .min-width-xxl-11 {
        min-width: 44px !important
    }
    .min-width-xxl-12 {
        min-width: 48px !important
    }
    .min-width-xxl-13 {
        min-width: 52px !important
    }
    .min-width-xxl-14 {
        min-width: 56px !important
    }
    .min-width-xxl-15 {
        min-width: 60px !important
    }
    .min-width-xxl-16 {
        min-width: 64px !important
    }
    .min-width-xxl-17 {
        min-width: 68px !important
    }
    .min-width-xxl-18 {
        min-width: 72px !important
    }
    .min-width-xxl-19 {
        min-width: 76px !important
    }
    .min-width-xxl-20 {
        min-width: 80px !important
    }
    .min-width-xxl-21 {
        min-width: 84px !important
    }
    .min-width-xxl-22 {
        min-width: 88px !important
    }
    .min-width-xxl-23 {
        min-width: 92px !important
    }
    .min-width-xxl-24 {
        min-width: 96px !important
    }
    .min-width-xxl-25 {
        min-width: 100px !important
    }
    .min-width-xxl-26 {
        min-width: 104px !important
    }
    .min-width-xxl-27 {
        min-width: 108px !important
    }
    .min-width-xxl-28 {
        min-width: 112px !important
    }
    .min-width-xxl-29 {
        min-width: 116px !important
    }
    .min-width-xxl-30 {
        min-width: 120px !important
    }
    .min-width-xxl-31 {
        min-width: 124px !important
    }
    .min-width-xxl-32 {
        min-width: 128px !important
    }
    .min-width-xxl-33 {
        min-width: 132px !important
    }
    .min-width-xxl-34 {
        min-width: 136px !important
    }
    .min-width-xxl-35 {
        min-width: 140px !important
    }
    .min-width-xxl-36 {
        min-width: 144px !important
    }
    .min-width-xxl-37 {
        min-width: 148px !important
    }
    .min-width-xxl-38 {
        min-width: 152px !important
    }
    .min-width-xxl-39 {
        min-width: 156px !important
    }
    .min-width-xxl-40 {
        min-width: 160px !important
    }
    .min-width-xxl-0p5 {
        min-width: 2px !important
    }
    .min-width-xxl-1p5 {
        min-width: 6px !important
    }
    .min-width-xxl-2p5 {
        min-width: 10px !important
    }
    .min-width-xxl-3p5 {
        min-width: 14px !important
    }
    .min-width-xxl-4p5 {
        min-width: 18px !important
    }
    .min-width-xxl-5p5 {
        min-width: 22px !important
    }
    .min-width-xxl-6p5 {
        min-width: 26px !important
    }
    .min-width-xxl-7p5 {
        min-width: 30px !important
    }
    .min-width-xxl-12p5 {
        min-width: 50px !important
    }
    .min-width-xxl-17p5 {
        min-width: 70px !important
    }
    .min-width-xxl-20p5 {
        min-width: 82px !important
    }
    .min-width-xxl-32p5 {
        min-width: 130px !important
    }
    .min-width-xxl-42 {
        min-width: 168px !important
    }
    .min-width-xxl-45 {
        min-width: 180px !important
    }
    .min-width-xxl-48 {
        min-width: 192px !important
    }
    .min-width-xxl-50 {
        min-width: 200px !important
    }
    .min-width-xxl-55 {
        min-width: 220px !important
    }
    .min-width-xxl-56 {
        min-width: 224px !important
    }
    .min-width-xxl-60 {
        min-width: 240px !important
    }
    .min-width-xxl-62 {
        min-width: 248px !important
    }
    .min-width-xxl-64 {
        min-width: 256px !important
    }
    .min-width-xxl-70 {
        min-width: 280px !important
    }
    .min-width-xxl-72 {
        min-width: 288px !important
    }
    .min-width-xxl-75 {
        min-width: 300px !important
    }
    .min-width-xxl-80 {
        min-width: 320px !important
    }
    .min-width-xxl-85 {
        min-width: 340px !important
    }
    .min-width-xxl-90 {
        min-width: 360px !important
    }
    .min-width-xxl-100 {
        min-width: 400px !important
    }
    .min-width-xxl-112 {
        min-width: 448px !important
    }
    .min-width-xxl-120 {
        min-width: 480px !important
    }
    .min-width-xxl-143 {
        min-width: 572px !important
    }
    .min-width-xxl-150 {
        min-width: 600px !important
    }
    .min-width-xxl-160 {
        min-width: 640px !important
    }
    .min-width-xxl-190 {
        min-width: 760px !important
    }
    .min-width-xxl-200 {
        min-width: 800px !important
    }
    .min-width-xxl-auto {
        min-width: auto !important
    }
    .min-width-xxl-0p,
    .min-width-xxl-0vh,
    .min-width-xxl-0vw {
        min-width: 0 !important
    }
    .min-width-xxl-5p {
        min-width: 5% !important
    }
    .min-width-xxl-5vw {
        min-width: 5vw !important
    }
    .min-width-xxl-5vh {
        min-width: 5vh !important
    }
    .min-width-xxl-10p {
        min-width: 10% !important
    }
    .min-width-xxl-10vw {
        min-width: 10vw !important
    }
    .min-width-xxl-10vh {
        min-width: 10vh !important
    }
    .min-width-xxl-15p {
        min-width: 15% !important
    }
    .min-width-xxl-15vw {
        min-width: 15vw !important
    }
    .min-width-xxl-15vh {
        min-width: 15vh !important
    }
    .min-width-xxl-20p {
        min-width: 20% !important
    }
    .min-width-xxl-20vw {
        min-width: 20vw !important
    }
    .min-width-xxl-20vh {
        min-width: 20vh !important
    }
    .min-width-xxl-25p {
        min-width: 25% !important
    }
    .min-width-xxl-25vw {
        min-width: 25vw !important
    }
    .min-width-xxl-25vh {
        min-width: 25vh !important
    }
    .min-width-xxl-30p {
        min-width: 30% !important
    }
    .min-width-xxl-30vw {
        min-width: 30vw !important
    }
    .min-width-xxl-30vh {
        min-width: 30vh !important
    }
    .min-width-xxl-35p {
        min-width: 35% !important
    }
    .min-width-xxl-35vw {
        min-width: 35vw !important
    }
    .min-width-xxl-35vh {
        min-width: 35vh !important
    }
    .min-width-xxl-40p {
        min-width: 40% !important
    }
    .min-width-xxl-40vw {
        min-width: 40vw !important
    }
    .min-width-xxl-40vh {
        min-width: 40vh !important
    }
    .min-width-xxl-45p {
        min-width: 45% !important
    }
    .min-width-xxl-45vw {
        min-width: 45vw !important
    }
    .min-width-xxl-45vh {
        min-width: 45vh !important
    }
    .min-width-xxl-50p {
        min-width: 50% !important
    }
    .min-width-xxl-50vw {
        min-width: 50vw !important
    }
    .min-width-xxl-50vh {
        min-width: 50vh !important
    }
    .min-width-xxl-55p {
        min-width: 55% !important
    }
    .min-width-xxl-55vw {
        min-width: 55vw !important
    }
    .min-width-xxl-55vh {
        min-width: 55vh !important
    }
    .min-width-xxl-60p {
        min-width: 60% !important
    }
    .min-width-xxl-60vw {
        min-width: 60vw !important
    }
    .min-width-xxl-60vh {
        min-width: 60vh !important
    }
    .min-width-xxl-65p {
        min-width: 65% !important
    }
    .min-width-xxl-65vw {
        min-width: 65vw !important
    }
    .min-width-xxl-65vh {
        min-width: 65vh !important
    }
    .min-width-xxl-70p {
        min-width: 70% !important
    }
    .min-width-xxl-70vw {
        min-width: 70vw !important
    }
    .min-width-xxl-70vh {
        min-width: 70vh !important
    }
    .min-width-xxl-75p {
        min-width: 75% !important
    }
    .min-width-xxl-75vw {
        min-width: 75vw !important
    }
    .min-width-xxl-75vh {
        min-width: 75vh !important
    }
    .min-width-xxl-80p {
        min-width: 80% !important
    }
    .min-width-xxl-80vw {
        min-width: 80vw !important
    }
    .min-width-xxl-80vh {
        min-width: 80vh !important
    }
    .min-width-xxl-85p {
        min-width: 85% !important
    }
    .min-width-xxl-85vw {
        min-width: 85vw !important
    }
    .min-width-xxl-85vh {
        min-width: 85vh !important
    }
    .min-width-xxl-90p {
        min-width: 90% !important
    }
    .min-width-xxl-90vw {
        min-width: 90vw !important
    }
    .min-width-xxl-90vh {
        min-width: 90vh !important
    }
    .min-width-xxl-95p {
        min-width: 95% !important
    }
    .min-width-xxl-95vw {
        min-width: 95vw !important
    }
    .min-width-xxl-95vh {
        min-width: 95vh !important
    }
    .min-width-xxl-100p {
        min-width: 100% !important
    }
    .min-width-xxl-100vw {
        min-width: 100vw !important
    }
    .min-width-xxl-100vh {
        min-width: 100vh !important
    }
    .max-width-xxl-0 {
        max-width: 0 !important
    }
    .max-width-xxl-1 {
        max-width: 4px !important
    }
    .max-width-xxl-2 {
        max-width: 8px !important
    }
    .max-width-xxl-3 {
        max-width: 12px !important
    }
    .max-width-xxl-4 {
        max-width: 16px !important
    }
    .max-width-xxl-5 {
        max-width: 20px !important
    }
    .max-width-xxl-6 {
        max-width: 24px !important
    }
    .max-width-xxl-7 {
        max-width: 28px !important
    }
    .max-width-xxl-8 {
        max-width: 32px !important
    }
    .max-width-xxl-9 {
        max-width: 36px !important
    }
    .max-width-xxl-10 {
        max-width: 40px !important
    }
    .max-width-xxl-11 {
        max-width: 44px !important
    }
    .max-width-xxl-12 {
        max-width: 48px !important
    }
    .max-width-xxl-13 {
        max-width: 52px !important
    }
    .max-width-xxl-14 {
        max-width: 56px !important
    }
    .max-width-xxl-15 {
        max-width: 60px !important
    }
    .max-width-xxl-16 {
        max-width: 64px !important
    }
    .max-width-xxl-17 {
        max-width: 68px !important
    }
    .max-width-xxl-18 {
        max-width: 72px !important
    }
    .max-width-xxl-19 {
        max-width: 76px !important
    }
    .max-width-xxl-20 {
        max-width: 80px !important
    }
    .max-width-xxl-21 {
        max-width: 84px !important
    }
    .max-width-xxl-22 {
        max-width: 88px !important
    }
    .max-width-xxl-23 {
        max-width: 92px !important
    }
    .max-width-xxl-24 {
        max-width: 96px !important
    }
    .max-width-xxl-25 {
        max-width: 100px !important
    }
    .max-width-xxl-26 {
        max-width: 104px !important
    }
    .max-width-xxl-27 {
        max-width: 108px !important
    }
    .max-width-xxl-28 {
        max-width: 112px !important
    }
    .max-width-xxl-29 {
        max-width: 116px !important
    }
    .max-width-xxl-30 {
        max-width: 120px !important
    }
    .max-width-xxl-31 {
        max-width: 124px !important
    }
    .max-width-xxl-32 {
        max-width: 128px !important
    }
    .max-width-xxl-33 {
        max-width: 132px !important
    }
    .max-width-xxl-34 {
        max-width: 136px !important
    }
    .max-width-xxl-35 {
        max-width: 140px !important
    }
    .max-width-xxl-36 {
        max-width: 144px !important
    }
    .max-width-xxl-37 {
        max-width: 148px !important
    }
    .max-width-xxl-38 {
        max-width: 152px !important
    }
    .max-width-xxl-39 {
        max-width: 156px !important
    }
    .max-width-xxl-40 {
        max-width: 160px !important
    }
    .max-width-xxl-0p5 {
        max-width: 2px !important
    }
    .max-width-xxl-1p5 {
        max-width: 6px !important
    }
    .max-width-xxl-2p5 {
        max-width: 10px !important
    }
    .max-width-xxl-3p5 {
        max-width: 14px !important
    }
    .max-width-xxl-4p5 {
        max-width: 18px !important
    }
    .max-width-xxl-5p5 {
        max-width: 22px !important
    }
    .max-width-xxl-6p5 {
        max-width: 26px !important
    }
    .max-width-xxl-7p5 {
        max-width: 30px !important
    }
    .max-width-xxl-12p5 {
        max-width: 50px !important
    }
    .max-width-xxl-17p5 {
        max-width: 70px !important
    }
    .max-width-xxl-20p5 {
        max-width: 82px !important
    }
    .max-width-xxl-32p5 {
        max-width: 130px !important
    }
    .max-width-xxl-42 {
        max-width: 168px !important
    }
    .max-width-xxl-45 {
        max-width: 180px !important
    }
    .max-width-xxl-48 {
        max-width: 192px !important
    }
    .max-width-xxl-50 {
        max-width: 200px !important
    }
    .max-width-xxl-55 {
        max-width: 220px !important
    }
    .max-width-xxl-56 {
        max-width: 224px !important
    }
    .max-width-xxl-60 {
        max-width: 240px !important
    }
    .max-width-xxl-62 {
        max-width: 248px !important
    }
    .max-width-xxl-64 {
        max-width: 256px !important
    }
    .max-width-xxl-70 {
        max-width: 280px !important
    }
    .max-width-xxl-72 {
        max-width: 288px !important
    }
    .max-width-xxl-75 {
        max-width: 300px !important
    }
    .max-width-xxl-80 {
        max-width: 320px !important
    }
    .max-width-xxl-85 {
        max-width: 340px !important
    }
    .max-width-xxl-90 {
        max-width: 360px !important
    }
    .max-width-xxl-100 {
        max-width: 400px !important
    }
    .max-width-xxl-112 {
        max-width: 448px !important
    }
    .max-width-xxl-120 {
        max-width: 480px !important
    }
    .max-width-xxl-143 {
        max-width: 572px !important
    }
    .max-width-xxl-150 {
        max-width: 600px !important
    }
    .max-width-xxl-160 {
        max-width: 640px !important
    }
    .max-width-xxl-190 {
        max-width: 760px !important
    }
    .max-width-xxl-200 {
        max-width: 800px !important
    }
    .max-width-xxl-auto {
        max-width: auto !important
    }
    .max-width-xxl-0p,
    .max-width-xxl-0vh,
    .max-width-xxl-0vw {
        max-width: 0 !important
    }
    .max-width-xxl-5p {
        max-width: 5% !important
    }
    .max-width-xxl-5vw {
        max-width: 5vw !important
    }
    .max-width-xxl-5vh {
        max-width: 5vh !important
    }
    .max-width-xxl-10p {
        max-width: 10% !important
    }
    .max-width-xxl-10vw {
        max-width: 10vw !important
    }
    .max-width-xxl-10vh {
        max-width: 10vh !important
    }
    .max-width-xxl-15p {
        max-width: 15% !important
    }
    .max-width-xxl-15vw {
        max-width: 15vw !important
    }
    .max-width-xxl-15vh {
        max-width: 15vh !important
    }
    .max-width-xxl-20p {
        max-width: 20% !important
    }
    .max-width-xxl-20vw {
        max-width: 20vw !important
    }
    .max-width-xxl-20vh {
        max-width: 20vh !important
    }
    .max-width-xxl-25p {
        max-width: 25% !important
    }
    .max-width-xxl-25vw {
        max-width: 25vw !important
    }
    .max-width-xxl-25vh {
        max-width: 25vh !important
    }
    .max-width-xxl-30p {
        max-width: 30% !important
    }
    .max-width-xxl-30vw {
        max-width: 30vw !important
    }
    .max-width-xxl-30vh {
        max-width: 30vh !important
    }
    .max-width-xxl-35p {
        max-width: 35% !important
    }
    .max-width-xxl-35vw {
        max-width: 35vw !important
    }
    .max-width-xxl-35vh {
        max-width: 35vh !important
    }
    .max-width-xxl-40p {
        max-width: 40% !important
    }
    .max-width-xxl-40vw {
        max-width: 40vw !important
    }
    .max-width-xxl-40vh {
        max-width: 40vh !important
    }
    .max-width-xxl-45p {
        max-width: 45% !important
    }
    .max-width-xxl-45vw {
        max-width: 45vw !important
    }
    .max-width-xxl-45vh {
        max-width: 45vh !important
    }
    .max-width-xxl-50p {
        max-width: 50% !important
    }
    .max-width-xxl-50vw {
        max-width: 50vw !important
    }
    .max-width-xxl-50vh {
        max-width: 50vh !important
    }
    .max-width-xxl-55p {
        max-width: 55% !important
    }
    .max-width-xxl-55vw {
        max-width: 55vw !important
    }
    .max-width-xxl-55vh {
        max-width: 55vh !important
    }
    .max-width-xxl-60p {
        max-width: 60% !important
    }
    .max-width-xxl-60vw {
        max-width: 60vw !important
    }
    .max-width-xxl-60vh {
        max-width: 60vh !important
    }
    .max-width-xxl-65p {
        max-width: 65% !important
    }
    .max-width-xxl-65vw {
        max-width: 65vw !important
    }
    .max-width-xxl-65vh {
        max-width: 65vh !important
    }
    .max-width-xxl-70p {
        max-width: 70% !important
    }
    .max-width-xxl-70vw {
        max-width: 70vw !important
    }
    .max-width-xxl-70vh {
        max-width: 70vh !important
    }
    .max-width-xxl-75p {
        max-width: 75% !important
    }
    .max-width-xxl-75vw {
        max-width: 75vw !important
    }
    .max-width-xxl-75vh {
        max-width: 75vh !important
    }
    .max-width-xxl-80p {
        max-width: 80% !important
    }
    .max-width-xxl-80vw {
        max-width: 80vw !important
    }
    .max-width-xxl-80vh {
        max-width: 80vh !important
    }
    .max-width-xxl-85p {
        max-width: 85% !important
    }
    .max-width-xxl-85vw {
        max-width: 85vw !important
    }
    .max-width-xxl-85vh {
        max-width: 85vh !important
    }
    .max-width-xxl-90p {
        max-width: 90% !important
    }
    .max-width-xxl-90vw {
        max-width: 90vw !important
    }
    .max-width-xxl-90vh {
        max-width: 90vh !important
    }
    .max-width-xxl-95p {
        max-width: 95% !important
    }
    .max-width-xxl-95vw {
        max-width: 95vw !important
    }
    .max-width-xxl-95vh {
        max-width: 95vh !important
    }
    .max-width-xxl-100p {
        max-width: 100% !important
    }
    .max-width-xxl-100vw {
        max-width: 100vw !important
    }
    .max-width-xxl-100vh {
        max-width: 100vh !important
    }
    .height-xxl-0 {
        height: 0 !important
    }
    .height-xxl-1 {
        height: 4px !important
    }
    .height-xxl-2 {
        height: 8px !important
    }
    .height-xxl-3 {
        height: 12px !important
    }
    .height-xxl-4 {
        height: 16px !important
    }
    .height-xxl-5 {
        height: 20px !important
    }
    .height-xxl-6 {
        height: 24px !important
    }
    .height-xxl-7 {
        height: 28px !important
    }
    .height-xxl-8 {
        height: 32px !important
    }
    .height-xxl-9 {
        height: 36px !important
    }
    .height-xxl-10 {
        height: 40px !important
    }
    .height-xxl-11 {
        height: 44px !important
    }
    .height-xxl-12 {
        height: 48px !important
    }
    .height-xxl-13 {
        height: 52px !important
    }
    .height-xxl-14 {
        height: 56px !important
    }
    .height-xxl-15 {
        height: 60px !important
    }
    .height-xxl-16 {
        height: 64px !important
    }
    .height-xxl-17 {
        height: 68px !important
    }
    .height-xxl-18 {
        height: 72px !important
    }
    .height-xxl-19 {
        height: 76px !important
    }
    .height-xxl-20 {
        height: 80px !important
    }
    .height-xxl-21 {
        height: 84px !important
    }
    .height-xxl-22 {
        height: 88px !important
    }
    .height-xxl-23 {
        height: 92px !important
    }
    .height-xxl-24 {
        height: 96px !important
    }
    .height-xxl-25 {
        height: 100px !important
    }
    .height-xxl-26 {
        height: 104px !important
    }
    .height-xxl-27 {
        height: 108px !important
    }
    .height-xxl-28 {
        height: 112px !important
    }
    .height-xxl-29 {
        height: 116px !important
    }
    .height-xxl-30 {
        height: 120px !important
    }
    .height-xxl-31 {
        height: 124px !important
    }
    .height-xxl-32 {
        height: 128px !important
    }
    .height-xxl-33 {
        height: 132px !important
    }
    .height-xxl-34 {
        height: 136px !important
    }
    .height-xxl-35 {
        height: 140px !important
    }
    .height-xxl-36 {
        height: 144px !important
    }
    .height-xxl-37 {
        height: 148px !important
    }
    .height-xxl-38 {
        height: 152px !important
    }
    .height-xxl-39 {
        height: 156px !important
    }
    .height-xxl-40 {
        height: 160px !important
    }
    .height-xxl-0p5 {
        height: 2px !important
    }
    .height-xxl-1p5 {
        height: 6px !important
    }
    .height-xxl-2p5 {
        height: 10px !important
    }
    .height-xxl-3p5 {
        height: 14px !important
    }
    .height-xxl-4p5 {
        height: 18px !important
    }
    .height-xxl-5p5 {
        height: 22px !important
    }
    .height-xxl-6p5 {
        height: 26px !important
    }
    .height-xxl-7p5 {
        height: 30px !important
    }
    .height-xxl-12p5 {
        height: 50px !important
    }
    .height-xxl-17p5 {
        height: 70px !important
    }
    .height-xxl-20p5 {
        height: 82px !important
    }
    .height-xxl-32p5 {
        height: 130px !important
    }
    .height-xxl-42 {
        height: 168px !important
    }
    .height-xxl-45 {
        height: 180px !important
    }
    .height-xxl-48 {
        height: 192px !important
    }
    .height-xxl-50 {
        height: 200px !important
    }
    .height-xxl-55 {
        height: 220px !important
    }
    .height-xxl-56 {
        height: 224px !important
    }
    .height-xxl-60 {
        height: 240px !important
    }
    .height-xxl-62 {
        height: 248px !important
    }
    .height-xxl-64 {
        height: 256px !important
    }
    .height-xxl-70 {
        height: 280px !important
    }
    .height-xxl-72 {
        height: 288px !important
    }
    .height-xxl-75 {
        height: 300px !important
    }
    .height-xxl-80 {
        height: 320px !important
    }
    .height-xxl-85 {
        height: 340px !important
    }
    .height-xxl-90 {
        height: 360px !important
    }
    .height-xxl-100 {
        height: 400px !important
    }
    .height-xxl-112 {
        height: 448px !important
    }
    .height-xxl-120 {
        height: 480px !important
    }
    .height-xxl-143 {
        height: 572px !important
    }
    .height-xxl-150 {
        height: 600px !important
    }
    .height-xxl-160 {
        height: 640px !important
    }
    .height-xxl-190 {
        height: 760px !important
    }
    .height-xxl-200 {
        height: 800px !important
    }
    .height-xxl-auto {
        height: auto !important
    }
    .height-xxl-0p,
    .height-xxl-0vh,
    .height-xxl-0vw {
        height: 0 !important
    }
    .height-xxl-5p {
        height: 5% !important
    }
    .height-xxl-5vw {
        height: 5vw !important
    }
    .height-xxl-5vh {
        height: 5vh !important
    }
    .height-xxl-10p {
        height: 10% !important
    }
    .height-xxl-10vw {
        height: 10vw !important
    }
    .height-xxl-10vh {
        height: 10vh !important
    }
    .height-xxl-15p {
        height: 15% !important
    }
    .height-xxl-15vw {
        height: 15vw !important
    }
    .height-xxl-15vh {
        height: 15vh !important
    }
    .height-xxl-20p {
        height: 20% !important
    }
    .height-xxl-20vw {
        height: 20vw !important
    }
    .height-xxl-20vh {
        height: 20vh !important
    }
    .height-xxl-25p {
        height: 25% !important
    }
    .height-xxl-25vw {
        height: 25vw !important
    }
    .height-xxl-25vh {
        height: 25vh !important
    }
    .height-xxl-30p {
        height: 30% !important
    }
    .height-xxl-30vw {
        height: 30vw !important
    }
    .height-xxl-30vh {
        height: 30vh !important
    }
    .height-xxl-35p {
        height: 35% !important
    }
    .height-xxl-35vw {
        height: 35vw !important
    }
    .height-xxl-35vh {
        height: 35vh !important
    }
    .height-xxl-40p {
        height: 40% !important
    }
    .height-xxl-40vw {
        height: 40vw !important
    }
    .height-xxl-40vh {
        height: 40vh !important
    }
    .height-xxl-45p {
        height: 45% !important
    }
    .height-xxl-45vw {
        height: 45vw !important
    }
    .height-xxl-45vh {
        height: 45vh !important
    }
    .height-xxl-50p {
        height: 50% !important
    }
    .height-xxl-50vw {
        height: 50vw !important
    }
    .height-xxl-50vh {
        height: 50vh !important
    }
    .height-xxl-55p {
        height: 55% !important
    }
    .height-xxl-55vw {
        height: 55vw !important
    }
    .height-xxl-55vh {
        height: 55vh !important
    }
    .height-xxl-60p {
        height: 60% !important
    }
    .height-xxl-60vw {
        height: 60vw !important
    }
    .height-xxl-60vh {
        height: 60vh !important
    }
    .height-xxl-65p {
        height: 65% !important
    }
    .height-xxl-65vw {
        height: 65vw !important
    }
    .height-xxl-65vh {
        height: 65vh !important
    }
    .height-xxl-70p {
        height: 70% !important
    }
    .height-xxl-70vw {
        height: 70vw !important
    }
    .height-xxl-70vh {
        height: 70vh !important
    }
    .height-xxl-75p {
        height: 75% !important
    }
    .height-xxl-75vw {
        height: 75vw !important
    }
    .height-xxl-75vh {
        height: 75vh !important
    }
    .height-xxl-80p {
        height: 80% !important
    }
    .height-xxl-80vw {
        height: 80vw !important
    }
    .height-xxl-80vh {
        height: 80vh !important
    }
    .height-xxl-85p {
        height: 85% !important
    }
    .height-xxl-85vw {
        height: 85vw !important
    }
    .height-xxl-85vh {
        height: 85vh !important
    }
    .height-xxl-90p {
        height: 90% !important
    }
    .height-xxl-90vw {
        height: 90vw !important
    }
    .height-xxl-90vh {
        height: 90vh !important
    }
    .height-xxl-95p {
        height: 95% !important
    }
    .height-xxl-95vw {
        height: 95vw !important
    }
    .height-xxl-95vh {
        height: 95vh !important
    }
    .height-xxl-100p {
        height: 100% !important
    }
    .height-xxl-100vw {
        height: 100vw !important
    }
    .height-xxl-100vh {
        height: 100vh !important
    }
    .min-height-xxl-0 {
        min-height: 0 !important
    }
    .min-height-xxl-1 {
        min-height: 4px !important
    }
    .min-height-xxl-2 {
        min-height: 8px !important
    }
    .min-height-xxl-3 {
        min-height: 12px !important
    }
    .min-height-xxl-4 {
        min-height: 16px !important
    }
    .min-height-xxl-5 {
        min-height: 20px !important
    }
    .min-height-xxl-6 {
        min-height: 24px !important
    }
    .min-height-xxl-7 {
        min-height: 28px !important
    }
    .min-height-xxl-8 {
        min-height: 32px !important
    }
    .min-height-xxl-9 {
        min-height: 36px !important
    }
    .min-height-xxl-10 {
        min-height: 40px !important
    }
    .min-height-xxl-11 {
        min-height: 44px !important
    }
    .min-height-xxl-12 {
        min-height: 48px !important
    }
    .min-height-xxl-13 {
        min-height: 52px !important
    }
    .min-height-xxl-14 {
        min-height: 56px !important
    }
    .min-height-xxl-15 {
        min-height: 60px !important
    }
    .min-height-xxl-16 {
        min-height: 64px !important
    }
    .min-height-xxl-17 {
        min-height: 68px !important
    }
    .min-height-xxl-18 {
        min-height: 72px !important
    }
    .min-height-xxl-19 {
        min-height: 76px !important
    }
    .min-height-xxl-20 {
        min-height: 80px !important
    }
    .min-height-xxl-21 {
        min-height: 84px !important
    }
    .min-height-xxl-22 {
        min-height: 88px !important
    }
    .min-height-xxl-23 {
        min-height: 92px !important
    }
    .min-height-xxl-24 {
        min-height: 96px !important
    }
    .min-height-xxl-25 {
        min-height: 100px !important
    }
    .min-height-xxl-26 {
        min-height: 104px !important
    }
    .min-height-xxl-27 {
        min-height: 108px !important
    }
    .min-height-xxl-28 {
        min-height: 112px !important
    }
    .min-height-xxl-29 {
        min-height: 116px !important
    }
    .min-height-xxl-30 {
        min-height: 120px !important
    }
    .min-height-xxl-31 {
        min-height: 124px !important
    }
    .min-height-xxl-32 {
        min-height: 128px !important
    }
    .min-height-xxl-33 {
        min-height: 132px !important
    }
    .min-height-xxl-34 {
        min-height: 136px !important
    }
    .min-height-xxl-35 {
        min-height: 140px !important
    }
    .min-height-xxl-36 {
        min-height: 144px !important
    }
    .min-height-xxl-37 {
        min-height: 148px !important
    }
    .min-height-xxl-38 {
        min-height: 152px !important
    }
    .min-height-xxl-39 {
        min-height: 156px !important
    }
    .min-height-xxl-40 {
        min-height: 160px !important
    }
    .min-height-xxl-0p5 {
        min-height: 2px !important
    }
    .min-height-xxl-1p5 {
        min-height: 6px !important
    }
    .min-height-xxl-2p5 {
        min-height: 10px !important
    }
    .min-height-xxl-3p5 {
        min-height: 14px !important
    }
    .min-height-xxl-4p5 {
        min-height: 18px !important
    }
    .min-height-xxl-5p5 {
        min-height: 22px !important
    }
    .min-height-xxl-6p5 {
        min-height: 26px !important
    }
    .min-height-xxl-7p5 {
        min-height: 30px !important
    }
    .min-height-xxl-12p5 {
        min-height: 50px !important
    }
    .min-height-xxl-17p5 {
        min-height: 70px !important
    }
    .min-height-xxl-20p5 {
        min-height: 82px !important
    }
    .min-height-xxl-32p5 {
        min-height: 130px !important
    }
    .min-height-xxl-42 {
        min-height: 168px !important
    }
    .min-height-xxl-45 {
        min-height: 180px !important
    }
    .min-height-xxl-48 {
        min-height: 192px !important
    }
    .min-height-xxl-50 {
        min-height: 200px !important
    }
    .min-height-xxl-55 {
        min-height: 220px !important
    }
    .min-height-xxl-56 {
        min-height: 224px !important
    }
    .min-height-xxl-60 {
        min-height: 240px !important
    }
    .min-height-xxl-62 {
        min-height: 248px !important
    }
    .min-height-xxl-64 {
        min-height: 256px !important
    }
    .min-height-xxl-70 {
        min-height: 280px !important
    }
    .min-height-xxl-72 {
        min-height: 288px !important
    }
    .min-height-xxl-75 {
        min-height: 300px !important
    }
    .min-height-xxl-80 {
        min-height: 320px !important
    }
    .min-height-xxl-85 {
        min-height: 340px !important
    }
    .min-height-xxl-90 {
        min-height: 360px !important
    }
    .min-height-xxl-100 {
        min-height: 400px !important
    }
    .min-height-xxl-112 {
        min-height: 448px !important
    }
    .min-height-xxl-120 {
        min-height: 480px !important
    }
    .min-height-xxl-143 {
        min-height: 572px !important
    }
    .min-height-xxl-150 {
        min-height: 600px !important
    }
    .min-height-xxl-160 {
        min-height: 640px !important
    }
    .min-height-xxl-190 {
        min-height: 760px !important
    }
    .min-height-xxl-200 {
        min-height: 800px !important
    }
    .min-height-xxl-auto {
        min-height: auto !important
    }
    .min-height-xxl-0p,
    .min-height-xxl-0vh,
    .min-height-xxl-0vw {
        min-height: 0 !important
    }
    .min-height-xxl-5p {
        min-height: 5% !important
    }
    .min-height-xxl-5vw {
        min-height: 5vw !important
    }
    .min-height-xxl-5vh {
        min-height: 5vh !important
    }
    .min-height-xxl-10p {
        min-height: 10% !important
    }
    .min-height-xxl-10vw {
        min-height: 10vw !important
    }
    .min-height-xxl-10vh {
        min-height: 10vh !important
    }
    .min-height-xxl-15p {
        min-height: 15% !important
    }
    .min-height-xxl-15vw {
        min-height: 15vw !important
    }
    .min-height-xxl-15vh {
        min-height: 15vh !important
    }
    .min-height-xxl-20p {
        min-height: 20% !important
    }
    .min-height-xxl-20vw {
        min-height: 20vw !important
    }
    .min-height-xxl-20vh {
        min-height: 20vh !important
    }
    .min-height-xxl-25p {
        min-height: 25% !important
    }
    .min-height-xxl-25vw {
        min-height: 25vw !important
    }
    .min-height-xxl-25vh {
        min-height: 25vh !important
    }
    .min-height-xxl-30p {
        min-height: 30% !important
    }
    .min-height-xxl-30vw {
        min-height: 30vw !important
    }
    .min-height-xxl-30vh {
        min-height: 30vh !important
    }
    .min-height-xxl-35p {
        min-height: 35% !important
    }
    .min-height-xxl-35vw {
        min-height: 35vw !important
    }
    .min-height-xxl-35vh {
        min-height: 35vh !important
    }
    .min-height-xxl-40p {
        min-height: 40% !important
    }
    .min-height-xxl-40vw {
        min-height: 40vw !important
    }
    .min-height-xxl-40vh {
        min-height: 40vh !important
    }
    .min-height-xxl-45p {
        min-height: 45% !important
    }
    .min-height-xxl-45vw {
        min-height: 45vw !important
    }
    .min-height-xxl-45vh {
        min-height: 45vh !important
    }
    .min-height-xxl-50p {
        min-height: 50% !important
    }
    .min-height-xxl-50vw {
        min-height: 50vw !important
    }
    .min-height-xxl-50vh {
        min-height: 50vh !important
    }
    .min-height-xxl-55p {
        min-height: 55% !important
    }
    .min-height-xxl-55vw {
        min-height: 55vw !important
    }
    .min-height-xxl-55vh {
        min-height: 55vh !important
    }
    .min-height-xxl-60p {
        min-height: 60% !important
    }
    .min-height-xxl-60vw {
        min-height: 60vw !important
    }
    .min-height-xxl-60vh {
        min-height: 60vh !important
    }
    .min-height-xxl-65p {
        min-height: 65% !important
    }
    .min-height-xxl-65vw {
        min-height: 65vw !important
    }
    .min-height-xxl-65vh {
        min-height: 65vh !important
    }
    .min-height-xxl-70p {
        min-height: 70% !important
    }
    .min-height-xxl-70vw {
        min-height: 70vw !important
    }
    .min-height-xxl-70vh {
        min-height: 70vh !important
    }
    .min-height-xxl-75p {
        min-height: 75% !important
    }
    .min-height-xxl-75vw {
        min-height: 75vw !important
    }
    .min-height-xxl-75vh {
        min-height: 75vh !important
    }
    .min-height-xxl-80p {
        min-height: 80% !important
    }
    .min-height-xxl-80vw {
        min-height: 80vw !important
    }
    .min-height-xxl-80vh {
        min-height: 80vh !important
    }
    .min-height-xxl-85p {
        min-height: 85% !important
    }
    .min-height-xxl-85vw {
        min-height: 85vw !important
    }
    .min-height-xxl-85vh {
        min-height: 85vh !important
    }
    .min-height-xxl-90p {
        min-height: 90% !important
    }
    .min-height-xxl-90vw {
        min-height: 90vw !important
    }
    .min-height-xxl-90vh {
        min-height: 90vh !important
    }
    .min-height-xxl-95p {
        min-height: 95% !important
    }
    .min-height-xxl-95vw {
        min-height: 95vw !important
    }
    .min-height-xxl-95vh {
        min-height: 95vh !important
    }
    .min-height-xxl-100p {
        min-height: 100% !important
    }
    .min-height-xxl-100vw {
        min-height: 100vw !important
    }
    .min-height-xxl-100vh {
        min-height: 100vh !important
    }
    .max-height-xxl-0 {
        max-height: 0 !important
    }
    .max-height-xxl-1 {
        max-height: 4px !important
    }
    .max-height-xxl-2 {
        max-height: 8px !important
    }
    .max-height-xxl-3 {
        max-height: 12px !important
    }
    .max-height-xxl-4 {
        max-height: 16px !important
    }
    .max-height-xxl-5 {
        max-height: 20px !important
    }
    .max-height-xxl-6 {
        max-height: 24px !important
    }
    .max-height-xxl-7 {
        max-height: 28px !important
    }
    .max-height-xxl-8 {
        max-height: 32px !important
    }
    .max-height-xxl-9 {
        max-height: 36px !important
    }
    .max-height-xxl-10 {
        max-height: 40px !important
    }
    .max-height-xxl-11 {
        max-height: 44px !important
    }
    .max-height-xxl-12 {
        max-height: 48px !important
    }
    .max-height-xxl-13 {
        max-height: 52px !important
    }
    .max-height-xxl-14 {
        max-height: 56px !important
    }
    .max-height-xxl-15 {
        max-height: 60px !important
    }
    .max-height-xxl-16 {
        max-height: 64px !important
    }
    .max-height-xxl-17 {
        max-height: 68px !important
    }
    .max-height-xxl-18 {
        max-height: 72px !important
    }
    .max-height-xxl-19 {
        max-height: 76px !important
    }
    .max-height-xxl-20 {
        max-height: 80px !important
    }
    .max-height-xxl-21 {
        max-height: 84px !important
    }
    .max-height-xxl-22 {
        max-height: 88px !important
    }
    .max-height-xxl-23 {
        max-height: 92px !important
    }
    .max-height-xxl-24 {
        max-height: 96px !important
    }
    .max-height-xxl-25 {
        max-height: 100px !important
    }
    .max-height-xxl-26 {
        max-height: 104px !important
    }
    .max-height-xxl-27 {
        max-height: 108px !important
    }
    .max-height-xxl-28 {
        max-height: 112px !important
    }
    .max-height-xxl-29 {
        max-height: 116px !important
    }
    .max-height-xxl-30 {
        max-height: 120px !important
    }
    .max-height-xxl-31 {
        max-height: 124px !important
    }
    .max-height-xxl-32 {
        max-height: 128px !important
    }
    .max-height-xxl-33 {
        max-height: 132px !important
    }
    .max-height-xxl-34 {
        max-height: 136px !important
    }
    .max-height-xxl-35 {
        max-height: 140px !important
    }
    .max-height-xxl-36 {
        max-height: 144px !important
    }
    .max-height-xxl-37 {
        max-height: 148px !important
    }
    .max-height-xxl-38 {
        max-height: 152px !important
    }
    .max-height-xxl-39 {
        max-height: 156px !important
    }
    .max-height-xxl-40 {
        max-height: 160px !important
    }
    .max-height-xxl-0p5 {
        max-height: 2px !important
    }
    .max-height-xxl-1p5 {
        max-height: 6px !important
    }
    .max-height-xxl-2p5 {
        max-height: 10px !important
    }
    .max-height-xxl-3p5 {
        max-height: 14px !important
    }
    .max-height-xxl-4p5 {
        max-height: 18px !important
    }
    .max-height-xxl-5p5 {
        max-height: 22px !important
    }
    .max-height-xxl-6p5 {
        max-height: 26px !important
    }
    .max-height-xxl-7p5 {
        max-height: 30px !important
    }
    .max-height-xxl-12p5 {
        max-height: 50px !important
    }
    .max-height-xxl-17p5 {
        max-height: 70px !important
    }
    .max-height-xxl-20p5 {
        max-height: 82px !important
    }
    .max-height-xxl-32p5 {
        max-height: 130px !important
    }
    .max-height-xxl-42 {
        max-height: 168px !important
    }
    .max-height-xxl-45 {
        max-height: 180px !important
    }
    .max-height-xxl-48 {
        max-height: 192px !important
    }
    .max-height-xxl-50 {
        max-height: 200px !important
    }
    .max-height-xxl-55 {
        max-height: 220px !important
    }
    .max-height-xxl-56 {
        max-height: 224px !important
    }
    .max-height-xxl-60 {
        max-height: 240px !important
    }
    .max-height-xxl-62 {
        max-height: 248px !important
    }
    .max-height-xxl-64 {
        max-height: 256px !important
    }
    .max-height-xxl-70 {
        max-height: 280px !important
    }
    .max-height-xxl-72 {
        max-height: 288px !important
    }
    .max-height-xxl-75 {
        max-height: 300px !important
    }
    .max-height-xxl-80 {
        max-height: 320px !important
    }
    .max-height-xxl-85 {
        max-height: 340px !important
    }
    .max-height-xxl-90 {
        max-height: 360px !important
    }
    .max-height-xxl-100 {
        max-height: 400px !important
    }
    .max-height-xxl-112 {
        max-height: 448px !important
    }
    .max-height-xxl-120 {
        max-height: 480px !important
    }
    .max-height-xxl-143 {
        max-height: 572px !important
    }
    .max-height-xxl-150 {
        max-height: 600px !important
    }
    .max-height-xxl-160 {
        max-height: 640px !important
    }
    .max-height-xxl-190 {
        max-height: 760px !important
    }
    .max-height-xxl-200 {
        max-height: 800px !important
    }
    .max-height-xxl-auto {
        max-height: auto !important
    }
    .max-height-xxl-0p,
    .max-height-xxl-0vh,
    .max-height-xxl-0vw {
        max-height: 0 !important
    }
    .max-height-xxl-5p {
        max-height: 5% !important
    }
    .max-height-xxl-5vw {
        max-height: 5vw !important
    }
    .max-height-xxl-5vh {
        max-height: 5vh !important
    }
    .max-height-xxl-10p {
        max-height: 10% !important
    }
    .max-height-xxl-10vw {
        max-height: 10vw !important
    }
    .max-height-xxl-10vh {
        max-height: 10vh !important
    }
    .max-height-xxl-15p {
        max-height: 15% !important
    }
    .max-height-xxl-15vw {
        max-height: 15vw !important
    }
    .max-height-xxl-15vh {
        max-height: 15vh !important
    }
    .max-height-xxl-20p {
        max-height: 20% !important
    }
    .max-height-xxl-20vw {
        max-height: 20vw !important
    }
    .max-height-xxl-20vh {
        max-height: 20vh !important
    }
    .max-height-xxl-25p {
        max-height: 25% !important
    }
    .max-height-xxl-25vw {
        max-height: 25vw !important
    }
    .max-height-xxl-25vh {
        max-height: 25vh !important
    }
    .max-height-xxl-30p {
        max-height: 30% !important
    }
    .max-height-xxl-30vw {
        max-height: 30vw !important
    }
    .max-height-xxl-30vh {
        max-height: 30vh !important
    }
    .max-height-xxl-35p {
        max-height: 35% !important
    }
    .max-height-xxl-35vw {
        max-height: 35vw !important
    }
    .max-height-xxl-35vh {
        max-height: 35vh !important
    }
    .max-height-xxl-40p {
        max-height: 40% !important
    }
    .max-height-xxl-40vw {
        max-height: 40vw !important
    }
    .max-height-xxl-40vh {
        max-height: 40vh !important
    }
    .max-height-xxl-45p {
        max-height: 45% !important
    }
    .max-height-xxl-45vw {
        max-height: 45vw !important
    }
    .max-height-xxl-45vh {
        max-height: 45vh !important
    }
    .max-height-xxl-50p {
        max-height: 50% !important
    }
    .max-height-xxl-50vw {
        max-height: 50vw !important
    }
    .max-height-xxl-50vh {
        max-height: 50vh !important
    }
    .max-height-xxl-55p {
        max-height: 55% !important
    }
    .max-height-xxl-55vw {
        max-height: 55vw !important
    }
    .max-height-xxl-55vh {
        max-height: 55vh !important
    }
    .max-height-xxl-60p {
        max-height: 60% !important
    }
    .max-height-xxl-60vw {
        max-height: 60vw !important
    }
    .max-height-xxl-60vh {
        max-height: 60vh !important
    }
    .max-height-xxl-65p {
        max-height: 65% !important
    }
    .max-height-xxl-65vw {
        max-height: 65vw !important
    }
    .max-height-xxl-65vh {
        max-height: 65vh !important
    }
    .max-height-xxl-70p {
        max-height: 70% !important
    }
    .max-height-xxl-70vw {
        max-height: 70vw !important
    }
    .max-height-xxl-70vh {
        max-height: 70vh !important
    }
    .max-height-xxl-75p {
        max-height: 75% !important
    }
    .max-height-xxl-75vw {
        max-height: 75vw !important
    }
    .max-height-xxl-75vh {
        max-height: 75vh !important
    }
    .max-height-xxl-80p {
        max-height: 80% !important
    }
    .max-height-xxl-80vw {
        max-height: 80vw !important
    }
    .max-height-xxl-80vh {
        max-height: 80vh !important
    }
    .max-height-xxl-85p {
        max-height: 85% !important
    }
    .max-height-xxl-85vw {
        max-height: 85vw !important
    }
    .max-height-xxl-85vh {
        max-height: 85vh !important
    }
    .max-height-xxl-90p {
        max-height: 90% !important
    }
    .max-height-xxl-90vw {
        max-height: 90vw !important
    }
    .max-height-xxl-90vh {
        max-height: 90vh !important
    }
    .max-height-xxl-95p {
        max-height: 95% !important
    }
    .max-height-xxl-95vw {
        max-height: 95vw !important
    }
    .max-height-xxl-95vh {
        max-height: 95vh !important
    }
    .max-height-xxl-100p {
        max-height: 100% !important
    }
    .max-height-xxl-100vw {
        max-height: 100vw !important
    }
    .max-height-xxl-100vh {
        max-height: 100vh !important
    }
}

.text-wrap-nowrap {
    text-wrap: nowrap
}

.text-wrap-wrap {
    text-wrap: wrap
}

.text-wrap-balance {
    text-wrap: balance
}

.text-wrap-pretty {
    text-wrap: pretty
}

.text-wrap-stable {
    text-wrap: stable
}

@media(min-width:600px) {
    .text-wrap-sm-nowrap {
        text-wrap: nowrap
    }
    .text-wrap-sm-wrap {
        text-wrap: wrap
    }
    .text-wrap-sm-balance {
        text-wrap: balance
    }
    .text-wrap-sm-pretty {
        text-wrap: pretty
    }
    .text-wrap-sm-stable {
        text-wrap: stable
    }
}

@media(min-width:960px) {
    .text-wrap-md-nowrap {
        text-wrap: nowrap
    }
    .text-wrap-md-wrap {
        text-wrap: wrap
    }
    .text-wrap-md-balance {
        text-wrap: balance
    }
    .text-wrap-md-pretty {
        text-wrap: pretty
    }
    .text-wrap-md-stable {
        text-wrap: stable
    }
}

@media(min-width:1280px) {
    .text-wrap-lg-nowrap {
        text-wrap: nowrap
    }
    .text-wrap-lg-wrap {
        text-wrap: wrap
    }
    .text-wrap-lg-balance {
        text-wrap: balance
    }
    .text-wrap-lg-pretty {
        text-wrap: pretty
    }
    .text-wrap-lg-stable {
        text-wrap: stable
    }
}

@media(min-width:1920px) {
    .text-wrap-xl-nowrap {
        text-wrap: nowrap
    }
    .text-wrap-xl-wrap {
        text-wrap: wrap
    }
    .text-wrap-xl-balance {
        text-wrap: balance
    }
    .text-wrap-xl-pretty {
        text-wrap: pretty
    }
    .text-wrap-xl-stable {
        text-wrap: stable
    }
}

@media(min-width:2560px) {
    .text-wrap-xxl-nowrap {
        text-wrap: nowrap
    }
    .text-wrap-xxl-wrap {
        text-wrap: wrap
    }
    .text-wrap-xxl-balance {
        text-wrap: balance
    }
    .text-wrap-xxl-pretty {
        text-wrap: pretty
    }
    .text-wrap-xxl-stable {
        text-wrap: stable
    }
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-1 {
    top: 4px
}

.bottom-1 {
    bottom: 4px
}

.left-1 {
    left: 4px
}

.right-1 {
    right: 4px
}

.top-2 {
    top: 8px
}

.bottom-2 {
    bottom: 8px
}

.left-2 {
    left: 8px
}

.right-2 {
    right: 8px
}

.top-3 {
    top: 12px
}

.bottom-3 {
    bottom: 12px
}

.left-3 {
    left: 12px
}

.right-3 {
    right: 12px
}

.top-4 {
    top: 16px
}

.bottom-4 {
    bottom: 16px
}

.left-4 {
    left: 16px
}

.right-4 {
    right: 16px
}

.top-5 {
    top: 20px
}

.bottom-5 {
    bottom: 20px
}

.left-5 {
    left: 20px
}

.right-5 {
    right: 20px
}

.top-6 {
    top: 24px
}

.bottom-6 {
    bottom: 24px
}

.left-6 {
    left: 24px
}

.right-6 {
    right: 24px
}

.top-7 {
    top: 28px
}

.bottom-7 {
    bottom: 28px
}

.left-7 {
    left: 28px
}

.right-7 {
    right: 28px
}

.top-8 {
    top: 32px
}

.bottom-8 {
    bottom: 32px
}

.left-8 {
    left: 32px
}

.right-8 {
    right: 32px
}

.top-9 {
    top: 36px
}

.bottom-9 {
    bottom: 36px
}

.left-9 {
    left: 36px
}

.right-9 {
    right: 36px
}

.top-10 {
    top: 40px
}

.bottom-10 {
    bottom: 40px
}

.left-10 {
    left: 40px
}

.right-10 {
    right: 40px
}

.top-11 {
    top: 44px
}

.bottom-11 {
    bottom: 44px
}

.left-11 {
    left: 44px
}

.right-11 {
    right: 44px
}

.top-12 {
    top: 48px
}

.bottom-12 {
    bottom: 48px
}

.left-12 {
    left: 48px
}

.right-12 {
    right: 48px
}

.top-13 {
    top: 52px
}

.bottom-13 {
    bottom: 52px
}

.left-13 {
    left: 52px
}

.right-13 {
    right: 52px
}

.top-14 {
    top: 56px
}

.bottom-14 {
    bottom: 56px
}

.left-14 {
    left: 56px
}

.right-14 {
    right: 56px
}

.top-15 {
    top: 60px
}

.bottom-15 {
    bottom: 60px
}

.left-15 {
    left: 60px
}

.right-15 {
    right: 60px
}

.top-16 {
    top: 64px
}

.bottom-16 {
    bottom: 64px
}

.left-16 {
    left: 64px
}

.right-16 {
    right: 64px
}

.top-17 {
    top: 68px
}

.bottom-17 {
    bottom: 68px
}

.left-17 {
    left: 68px
}

.right-17 {
    right: 68px
}

.top-18 {
    top: 72px
}

.bottom-18 {
    bottom: 72px
}

.left-18 {
    left: 72px
}

.right-18 {
    right: 72px
}

.top-19 {
    top: 76px
}

.bottom-19 {
    bottom: 76px
}

.left-19 {
    left: 76px
}

.right-19 {
    right: 76px
}

.top-20 {
    top: 80px
}

.bottom-20 {
    bottom: 80px
}

.left-20 {
    left: 80px
}

.right-20 {
    right: 80px
}

.top-21 {
    top: 84px
}

.bottom-21 {
    bottom: 84px
}

.left-21 {
    left: 84px
}

.right-21 {
    right: 84px
}

.top-22 {
    top: 88px
}

.bottom-22 {
    bottom: 88px
}

.left-22 {
    left: 88px
}

.right-22 {
    right: 88px
}

.top-23 {
    top: 92px
}

.bottom-23 {
    bottom: 92px
}

.left-23 {
    left: 92px
}

.right-23 {
    right: 92px
}

.top-24 {
    top: 96px
}

.bottom-24 {
    bottom: 96px
}

.left-24 {
    left: 96px
}

.right-24 {
    right: 96px
}

.top-25 {
    top: 100px
}

.bottom-25 {
    bottom: 100px
}

.left-25 {
    left: 100px
}

.right-25 {
    right: 100px
}

.top-26 {
    top: 104px
}

.bottom-26 {
    bottom: 104px
}

.left-26 {
    left: 104px
}

.right-26 {
    right: 104px
}

.top-27 {
    top: 108px
}

.bottom-27 {
    bottom: 108px
}

.left-27 {
    left: 108px
}

.right-27 {
    right: 108px
}

.top-28 {
    top: 112px
}

.bottom-28 {
    bottom: 112px
}

.left-28 {
    left: 112px
}

.right-28 {
    right: 112px
}

.top-29 {
    top: 116px
}

.bottom-29 {
    bottom: 116px
}

.left-29 {
    left: 116px
}

.right-29 {
    right: 116px
}

.top-30 {
    top: 120px
}

.bottom-30 {
    bottom: 120px
}

.left-30 {
    left: 120px
}

.right-30 {
    right: 120px
}

.top-31 {
    top: 124px
}

.bottom-31 {
    bottom: 124px
}

.left-31 {
    left: 124px
}

.right-31 {
    right: 124px
}

.top-32 {
    top: 128px
}

.bottom-32 {
    bottom: 128px
}

.left-32 {
    left: 128px
}

.right-32 {
    right: 128px
}

.top-33 {
    top: 132px
}

.bottom-33 {
    bottom: 132px
}

.left-33 {
    left: 132px
}

.right-33 {
    right: 132px
}

.top-34 {
    top: 136px
}

.bottom-34 {
    bottom: 136px
}

.left-34 {
    left: 136px
}

.right-34 {
    right: 136px
}

.top-35 {
    top: 140px
}

.bottom-35 {
    bottom: 140px
}

.left-35 {
    left: 140px
}

.right-35 {
    right: 140px
}

.top-36 {
    top: 144px
}

.bottom-36 {
    bottom: 144px
}

.left-36 {
    left: 144px
}

.right-36 {
    right: 144px
}

.top-37 {
    top: 148px
}

.bottom-37 {
    bottom: 148px
}

.left-37 {
    left: 148px
}

.right-37 {
    right: 148px
}

.top-38 {
    top: 152px
}

.bottom-38 {
    bottom: 152px
}

.left-38 {
    left: 152px
}

.right-38 {
    right: 152px
}

.top-39 {
    top: 156px
}

.bottom-39 {
    bottom: 156px
}

.left-39 {
    left: 156px
}

.right-39 {
    right: 156px
}

.top-40 {
    top: 160px
}

.bottom-40 {
    bottom: 160px
}

.left-40 {
    left: 160px
}

.right-40 {
    right: 160px
}

.top-0p5 {
    top: 2px
}

.bottom-0p5 {
    bottom: 2px
}

.left-0p5 {
    left: 2px
}

.right-0p5 {
    right: 2px
}

.top-1p5 {
    top: 6px
}

.bottom-1p5 {
    bottom: 6px
}

.left-1p5 {
    left: 6px
}

.right-1p5 {
    right: 6px
}

.top-2p5 {
    top: 10px
}

.bottom-2p5 {
    bottom: 10px
}

.left-2p5 {
    left: 10px
}

.right-2p5 {
    right: 10px
}

.top-3p5 {
    top: 14px
}

.bottom-3p5 {
    bottom: 14px
}

.left-3p5 {
    left: 14px
}

.right-3p5 {
    right: 14px
}

.top-4p5 {
    top: 18px
}

.bottom-4p5 {
    bottom: 18px
}

.left-4p5 {
    left: 18px
}

.right-4p5 {
    right: 18px
}

.top-5p5 {
    top: 22px
}

.bottom-5p5 {
    bottom: 22px
}

.left-5p5 {
    left: 22px
}

.right-5p5 {
    right: 22px
}

.top-6p5 {
    top: 26px
}

.bottom-6p5 {
    bottom: 26px
}

.left-6p5 {
    left: 26px
}

.right-6p5 {
    right: 26px
}

.top-7p5 {
    top: 30px
}

.bottom-7p5 {
    bottom: 30px
}

.left-7p5 {
    left: 30px
}

.right-7p5 {
    right: 30px
}

.top-12p5 {
    top: 50px
}

.bottom-12p5 {
    bottom: 50px
}

.left-12p5 {
    left: 50px
}

.right-12p5 {
    right: 50px
}

.top-17p5 {
    top: 70px
}

.bottom-17p5 {
    bottom: 70px
}

.left-17p5 {
    left: 70px
}

.right-17p5 {
    right: 70px
}

.top-20p5 {
    top: 82px
}

.bottom-20p5 {
    bottom: 82px
}

.left-20p5 {
    left: 82px
}

.right-20p5 {
    right: 82px
}

.top-32p5 {
    top: 130px
}

.bottom-32p5 {
    bottom: 130px
}

.left-32p5 {
    left: 130px
}

.right-32p5 {
    right: 130px
}

.top-42 {
    top: 168px
}

.bottom-42 {
    bottom: 168px
}

.left-42 {
    left: 168px
}

.right-42 {
    right: 168px
}

.top-45 {
    top: 180px
}

.bottom-45 {
    bottom: 180px
}

.left-45 {
    left: 180px
}

.right-45 {
    right: 180px
}

.top-48 {
    top: 192px
}

.bottom-48 {
    bottom: 192px
}

.left-48 {
    left: 192px
}

.right-48 {
    right: 192px
}

.top-50 {
    top: 200px
}

.bottom-50 {
    bottom: 200px
}

.left-50 {
    left: 200px
}

.right-50 {
    right: 200px
}

.top-55 {
    top: 220px
}

.bottom-55 {
    bottom: 220px
}

.left-55 {
    left: 220px
}

.right-55 {
    right: 220px
}

.top-56 {
    top: 224px
}

.bottom-56 {
    bottom: 224px
}

.left-56 {
    left: 224px
}

.right-56 {
    right: 224px
}

.top-60 {
    top: 240px
}

.bottom-60 {
    bottom: 240px
}

.left-60 {
    left: 240px
}

.right-60 {
    right: 240px
}

.top-62 {
    top: 248px
}

.bottom-62 {
    bottom: 248px
}

.left-62 {
    left: 248px
}

.right-62 {
    right: 248px
}

.top-64 {
    top: 256px
}

.bottom-64 {
    bottom: 256px
}

.left-64 {
    left: 256px
}

.right-64 {
    right: 256px
}

.top-70 {
    top: 280px
}

.bottom-70 {
    bottom: 280px
}

.left-70 {
    left: 280px
}

.right-70 {
    right: 280px
}

.top-72 {
    top: 288px
}

.bottom-72 {
    bottom: 288px
}

.left-72 {
    left: 288px
}

.right-72 {
    right: 288px
}

.top-75 {
    top: 300px
}

.bottom-75 {
    bottom: 300px
}

.left-75 {
    left: 300px
}

.right-75 {
    right: 300px
}

.top-80 {
    top: 320px
}

.bottom-80 {
    bottom: 320px
}

.left-80 {
    left: 320px
}

.right-80 {
    right: 320px
}

.top-85 {
    top: 340px
}

.bottom-85 {
    bottom: 340px
}

.left-85 {
    left: 340px
}

.right-85 {
    right: 340px
}

.top-90 {
    top: 360px
}

.bottom-90 {
    bottom: 360px
}

.left-90 {
    left: 360px
}

.right-90 {
    right: 360px
}

.top-100 {
    top: 400px
}

.bottom-100 {
    bottom: 400px
}

.left-100 {
    left: 400px
}

.right-100 {
    right: 400px
}

.top-112 {
    top: 448px
}

.bottom-112 {
    bottom: 448px
}

.left-112 {
    left: 448px
}

.right-112 {
    right: 448px
}

.top-120 {
    top: 480px
}

.bottom-120 {
    bottom: 480px
}

.left-120 {
    left: 480px
}

.right-120 {
    right: 480px
}

.top-143 {
    top: 572px
}

.bottom-143 {
    bottom: 572px
}

.left-143 {
    left: 572px
}

.right-143 {
    right: 572px
}

.top-150 {
    top: 600px
}

.bottom-150 {
    bottom: 600px
}

.left-150 {
    left: 600px
}

.right-150 {
    right: 600px
}

.top-160 {
    top: 640px
}

.bottom-160 {
    bottom: 640px
}

.left-160 {
    left: 640px
}

.right-160 {
    right: 640px
}

.top-190 {
    top: 760px
}

.bottom-190 {
    bottom: 760px
}

.left-190 {
    left: 760px
}

.right-190 {
    right: 760px
}

.top-200 {
    top: 800px
}

.bottom-200 {
    bottom: 800px
}

.left-200 {
    left: 800px
}

.right-200 {
    right: 800px
}

@media(min-width:600px) {
    .top-sm-0 {
        top: 0
    }
    .bottom-sm-0 {
        bottom: 0
    }
    .left-sm-0 {
        left: 0
    }
    .right-sm-0 {
        right: 0
    }
    .top-sm-1 {
        top: 4px
    }
    .bottom-sm-1 {
        bottom: 4px
    }
    .left-sm-1 {
        left: 4px
    }
    .right-sm-1 {
        right: 4px
    }
    .top-sm-2 {
        top: 8px
    }
    .bottom-sm-2 {
        bottom: 8px
    }
    .left-sm-2 {
        left: 8px
    }
    .right-sm-2 {
        right: 8px
    }
    .top-sm-3 {
        top: 12px
    }
    .bottom-sm-3 {
        bottom: 12px
    }
    .left-sm-3 {
        left: 12px
    }
    .right-sm-3 {
        right: 12px
    }
    .top-sm-4 {
        top: 16px
    }
    .bottom-sm-4 {
        bottom: 16px
    }
    .left-sm-4 {
        left: 16px
    }
    .right-sm-4 {
        right: 16px
    }
    .top-sm-5 {
        top: 20px
    }
    .bottom-sm-5 {
        bottom: 20px
    }
    .left-sm-5 {
        left: 20px
    }
    .right-sm-5 {
        right: 20px
    }
    .top-sm-6 {
        top: 24px
    }
    .bottom-sm-6 {
        bottom: 24px
    }
    .left-sm-6 {
        left: 24px
    }
    .right-sm-6 {
        right: 24px
    }
    .top-sm-7 {
        top: 28px
    }
    .bottom-sm-7 {
        bottom: 28px
    }
    .left-sm-7 {
        left: 28px
    }
    .right-sm-7 {
        right: 28px
    }
    .top-sm-8 {
        top: 32px
    }
    .bottom-sm-8 {
        bottom: 32px
    }
    .left-sm-8 {
        left: 32px
    }
    .right-sm-8 {
        right: 32px
    }
    .top-sm-9 {
        top: 36px
    }
    .bottom-sm-9 {
        bottom: 36px
    }
    .left-sm-9 {
        left: 36px
    }
    .right-sm-9 {
        right: 36px
    }
    .top-sm-10 {
        top: 40px
    }
    .bottom-sm-10 {
        bottom: 40px
    }
    .left-sm-10 {
        left: 40px
    }
    .right-sm-10 {
        right: 40px
    }
    .top-sm-11 {
        top: 44px
    }
    .bottom-sm-11 {
        bottom: 44px
    }
    .left-sm-11 {
        left: 44px
    }
    .right-sm-11 {
        right: 44px
    }
    .top-sm-12 {
        top: 48px
    }
    .bottom-sm-12 {
        bottom: 48px
    }
    .left-sm-12 {
        left: 48px
    }
    .right-sm-12 {
        right: 48px
    }
    .top-sm-13 {
        top: 52px
    }
    .bottom-sm-13 {
        bottom: 52px
    }
    .left-sm-13 {
        left: 52px
    }
    .right-sm-13 {
        right: 52px
    }
    .top-sm-14 {
        top: 56px
    }
    .bottom-sm-14 {
        bottom: 56px
    }
    .left-sm-14 {
        left: 56px
    }
    .right-sm-14 {
        right: 56px
    }
    .top-sm-15 {
        top: 60px
    }
    .bottom-sm-15 {
        bottom: 60px
    }
    .left-sm-15 {
        left: 60px
    }
    .right-sm-15 {
        right: 60px
    }
    .top-sm-16 {
        top: 64px
    }
    .bottom-sm-16 {
        bottom: 64px
    }
    .left-sm-16 {
        left: 64px
    }
    .right-sm-16 {
        right: 64px
    }
    .top-sm-17 {
        top: 68px
    }
    .bottom-sm-17 {
        bottom: 68px
    }
    .left-sm-17 {
        left: 68px
    }
    .right-sm-17 {
        right: 68px
    }
    .top-sm-18 {
        top: 72px
    }
    .bottom-sm-18 {
        bottom: 72px
    }
    .left-sm-18 {
        left: 72px
    }
    .right-sm-18 {
        right: 72px
    }
    .top-sm-19 {
        top: 76px
    }
    .bottom-sm-19 {
        bottom: 76px
    }
    .left-sm-19 {
        left: 76px
    }
    .right-sm-19 {
        right: 76px
    }
    .top-sm-20 {
        top: 80px
    }
    .bottom-sm-20 {
        bottom: 80px
    }
    .left-sm-20 {
        left: 80px
    }
    .right-sm-20 {
        right: 80px
    }
    .top-sm-21 {
        top: 84px
    }
    .bottom-sm-21 {
        bottom: 84px
    }
    .left-sm-21 {
        left: 84px
    }
    .right-sm-21 {
        right: 84px
    }
    .top-sm-22 {
        top: 88px
    }
    .bottom-sm-22 {
        bottom: 88px
    }
    .left-sm-22 {
        left: 88px
    }
    .right-sm-22 {
        right: 88px
    }
    .top-sm-23 {
        top: 92px
    }
    .bottom-sm-23 {
        bottom: 92px
    }
    .left-sm-23 {
        left: 92px
    }
    .right-sm-23 {
        right: 92px
    }
    .top-sm-24 {
        top: 96px
    }
    .bottom-sm-24 {
        bottom: 96px
    }
    .left-sm-24 {
        left: 96px
    }
    .right-sm-24 {
        right: 96px
    }
    .top-sm-25 {
        top: 100px
    }
    .bottom-sm-25 {
        bottom: 100px
    }
    .left-sm-25 {
        left: 100px
    }
    .right-sm-25 {
        right: 100px
    }
    .top-sm-26 {
        top: 104px
    }
    .bottom-sm-26 {
        bottom: 104px
    }
    .left-sm-26 {
        left: 104px
    }
    .right-sm-26 {
        right: 104px
    }
    .top-sm-27 {
        top: 108px
    }
    .bottom-sm-27 {
        bottom: 108px
    }
    .left-sm-27 {
        left: 108px
    }
    .right-sm-27 {
        right: 108px
    }
    .top-sm-28 {
        top: 112px
    }
    .bottom-sm-28 {
        bottom: 112px
    }
    .left-sm-28 {
        left: 112px
    }
    .right-sm-28 {
        right: 112px
    }
    .top-sm-29 {
        top: 116px
    }
    .bottom-sm-29 {
        bottom: 116px
    }
    .left-sm-29 {
        left: 116px
    }
    .right-sm-29 {
        right: 116px
    }
    .top-sm-30 {
        top: 120px
    }
    .bottom-sm-30 {
        bottom: 120px
    }
    .left-sm-30 {
        left: 120px
    }
    .right-sm-30 {
        right: 120px
    }
    .top-sm-31 {
        top: 124px
    }
    .bottom-sm-31 {
        bottom: 124px
    }
    .left-sm-31 {
        left: 124px
    }
    .right-sm-31 {
        right: 124px
    }
    .top-sm-32 {
        top: 128px
    }
    .bottom-sm-32 {
        bottom: 128px
    }
    .left-sm-32 {
        left: 128px
    }
    .right-sm-32 {
        right: 128px
    }
    .top-sm-33 {
        top: 132px
    }
    .bottom-sm-33 {
        bottom: 132px
    }
    .left-sm-33 {
        left: 132px
    }
    .right-sm-33 {
        right: 132px
    }
    .top-sm-34 {
        top: 136px
    }
    .bottom-sm-34 {
        bottom: 136px
    }
    .left-sm-34 {
        left: 136px
    }
    .right-sm-34 {
        right: 136px
    }
    .top-sm-35 {
        top: 140px
    }
    .bottom-sm-35 {
        bottom: 140px
    }
    .left-sm-35 {
        left: 140px
    }
    .right-sm-35 {
        right: 140px
    }
    .top-sm-36 {
        top: 144px
    }
    .bottom-sm-36 {
        bottom: 144px
    }
    .left-sm-36 {
        left: 144px
    }
    .right-sm-36 {
        right: 144px
    }
    .top-sm-37 {
        top: 148px
    }
    .bottom-sm-37 {
        bottom: 148px
    }
    .left-sm-37 {
        left: 148px
    }
    .right-sm-37 {
        right: 148px
    }
    .top-sm-38 {
        top: 152px
    }
    .bottom-sm-38 {
        bottom: 152px
    }
    .left-sm-38 {
        left: 152px
    }
    .right-sm-38 {
        right: 152px
    }
    .top-sm-39 {
        top: 156px
    }
    .bottom-sm-39 {
        bottom: 156px
    }
    .left-sm-39 {
        left: 156px
    }
    .right-sm-39 {
        right: 156px
    }
    .top-sm-40 {
        top: 160px
    }
    .bottom-sm-40 {
        bottom: 160px
    }
    .left-sm-40 {
        left: 160px
    }
    .right-sm-40 {
        right: 160px
    }
    .top-sm-0p5 {
        top: 2px
    }
    .bottom-sm-0p5 {
        bottom: 2px
    }
    .left-sm-0p5 {
        left: 2px
    }
    .right-sm-0p5 {
        right: 2px
    }
    .top-sm-1p5 {
        top: 6px
    }
    .bottom-sm-1p5 {
        bottom: 6px
    }
    .left-sm-1p5 {
        left: 6px
    }
    .right-sm-1p5 {
        right: 6px
    }
    .top-sm-2p5 {
        top: 10px
    }
    .bottom-sm-2p5 {
        bottom: 10px
    }
    .left-sm-2p5 {
        left: 10px
    }
    .right-sm-2p5 {
        right: 10px
    }
    .top-sm-3p5 {
        top: 14px
    }
    .bottom-sm-3p5 {
        bottom: 14px
    }
    .left-sm-3p5 {
        left: 14px
    }
    .right-sm-3p5 {
        right: 14px
    }
    .top-sm-4p5 {
        top: 18px
    }
    .bottom-sm-4p5 {
        bottom: 18px
    }
    .left-sm-4p5 {
        left: 18px
    }
    .right-sm-4p5 {
        right: 18px
    }
    .top-sm-5p5 {
        top: 22px
    }
    .bottom-sm-5p5 {
        bottom: 22px
    }
    .left-sm-5p5 {
        left: 22px
    }
    .right-sm-5p5 {
        right: 22px
    }
    .top-sm-6p5 {
        top: 26px
    }
    .bottom-sm-6p5 {
        bottom: 26px
    }
    .left-sm-6p5 {
        left: 26px
    }
    .right-sm-6p5 {
        right: 26px
    }
    .top-sm-7p5 {
        top: 30px
    }
    .bottom-sm-7p5 {
        bottom: 30px
    }
    .left-sm-7p5 {
        left: 30px
    }
    .right-sm-7p5 {
        right: 30px
    }
    .top-sm-12p5 {
        top: 50px
    }
    .bottom-sm-12p5 {
        bottom: 50px
    }
    .left-sm-12p5 {
        left: 50px
    }
    .right-sm-12p5 {
        right: 50px
    }
    .top-sm-17p5 {
        top: 70px
    }
    .bottom-sm-17p5 {
        bottom: 70px
    }
    .left-sm-17p5 {
        left: 70px
    }
    .right-sm-17p5 {
        right: 70px
    }
    .top-sm-20p5 {
        top: 82px
    }
    .bottom-sm-20p5 {
        bottom: 82px
    }
    .left-sm-20p5 {
        left: 82px
    }
    .right-sm-20p5 {
        right: 82px
    }
    .top-sm-32p5 {
        top: 130px
    }
    .bottom-sm-32p5 {
        bottom: 130px
    }
    .left-sm-32p5 {
        left: 130px
    }
    .right-sm-32p5 {
        right: 130px
    }
    .top-sm-42 {
        top: 168px
    }
    .bottom-sm-42 {
        bottom: 168px
    }
    .left-sm-42 {
        left: 168px
    }
    .right-sm-42 {
        right: 168px
    }
    .top-sm-45 {
        top: 180px
    }
    .bottom-sm-45 {
        bottom: 180px
    }
    .left-sm-45 {
        left: 180px
    }
    .right-sm-45 {
        right: 180px
    }
    .top-sm-48 {
        top: 192px
    }
    .bottom-sm-48 {
        bottom: 192px
    }
    .left-sm-48 {
        left: 192px
    }
    .right-sm-48 {
        right: 192px
    }
    .top-sm-50 {
        top: 200px
    }
    .bottom-sm-50 {
        bottom: 200px
    }
    .left-sm-50 {
        left: 200px
    }
    .right-sm-50 {
        right: 200px
    }
    .top-sm-55 {
        top: 220px
    }
    .bottom-sm-55 {
        bottom: 220px
    }
    .left-sm-55 {
        left: 220px
    }
    .right-sm-55 {
        right: 220px
    }
    .top-sm-56 {
        top: 224px
    }
    .bottom-sm-56 {
        bottom: 224px
    }
    .left-sm-56 {
        left: 224px
    }
    .right-sm-56 {
        right: 224px
    }
    .top-sm-60 {
        top: 240px
    }
    .bottom-sm-60 {
        bottom: 240px
    }
    .left-sm-60 {
        left: 240px
    }
    .right-sm-60 {
        right: 240px
    }
    .top-sm-62 {
        top: 248px
    }
    .bottom-sm-62 {
        bottom: 248px
    }
    .left-sm-62 {
        left: 248px
    }
    .right-sm-62 {
        right: 248px
    }
    .top-sm-64 {
        top: 256px
    }
    .bottom-sm-64 {
        bottom: 256px
    }
    .left-sm-64 {
        left: 256px
    }
    .right-sm-64 {
        right: 256px
    }
    .top-sm-70 {
        top: 280px
    }
    .bottom-sm-70 {
        bottom: 280px
    }
    .left-sm-70 {
        left: 280px
    }
    .right-sm-70 {
        right: 280px
    }
    .top-sm-72 {
        top: 288px
    }
    .bottom-sm-72 {
        bottom: 288px
    }
    .left-sm-72 {
        left: 288px
    }
    .right-sm-72 {
        right: 288px
    }
    .top-sm-75 {
        top: 300px
    }
    .bottom-sm-75 {
        bottom: 300px
    }
    .left-sm-75 {
        left: 300px
    }
    .right-sm-75 {
        right: 300px
    }
    .top-sm-80 {
        top: 320px
    }
    .bottom-sm-80 {
        bottom: 320px
    }
    .left-sm-80 {
        left: 320px
    }
    .right-sm-80 {
        right: 320px
    }
    .top-sm-85 {
        top: 340px
    }
    .bottom-sm-85 {
        bottom: 340px
    }
    .left-sm-85 {
        left: 340px
    }
    .right-sm-85 {
        right: 340px
    }
    .top-sm-90 {
        top: 360px
    }
    .bottom-sm-90 {
        bottom: 360px
    }
    .left-sm-90 {
        left: 360px
    }
    .right-sm-90 {
        right: 360px
    }
    .top-sm-100 {
        top: 400px
    }
    .bottom-sm-100 {
        bottom: 400px
    }
    .left-sm-100 {
        left: 400px
    }
    .right-sm-100 {
        right: 400px
    }
    .top-sm-112 {
        top: 448px
    }
    .bottom-sm-112 {
        bottom: 448px
    }
    .left-sm-112 {
        left: 448px
    }
    .right-sm-112 {
        right: 448px
    }
    .top-sm-120 {
        top: 480px
    }
    .bottom-sm-120 {
        bottom: 480px
    }
    .left-sm-120 {
        left: 480px
    }
    .right-sm-120 {
        right: 480px
    }
    .top-sm-143 {
        top: 572px
    }
    .bottom-sm-143 {
        bottom: 572px
    }
    .left-sm-143 {
        left: 572px
    }
    .right-sm-143 {
        right: 572px
    }
    .top-sm-150 {
        top: 600px
    }
    .bottom-sm-150 {
        bottom: 600px
    }
    .left-sm-150 {
        left: 600px
    }
    .right-sm-150 {
        right: 600px
    }
    .top-sm-160 {
        top: 640px
    }
    .bottom-sm-160 {
        bottom: 640px
    }
    .left-sm-160 {
        left: 640px
    }
    .right-sm-160 {
        right: 640px
    }
    .top-sm-190 {
        top: 760px
    }
    .bottom-sm-190 {
        bottom: 760px
    }
    .left-sm-190 {
        left: 760px
    }
    .right-sm-190 {
        right: 760px
    }
    .top-sm-200 {
        top: 800px
    }
    .bottom-sm-200 {
        bottom: 800px
    }
    .left-sm-200 {
        left: 800px
    }
    .right-sm-200 {
        right: 800px
    }
}

@media(min-width:960px) {
    .top-md-0 {
        top: 0
    }
    .bottom-md-0 {
        bottom: 0
    }
    .left-md-0 {
        left: 0
    }
    .right-md-0 {
        right: 0
    }
    .top-md-1 {
        top: 4px
    }
    .bottom-md-1 {
        bottom: 4px
    }
    .left-md-1 {
        left: 4px
    }
    .right-md-1 {
        right: 4px
    }
    .top-md-2 {
        top: 8px
    }
    .bottom-md-2 {
        bottom: 8px
    }
    .left-md-2 {
        left: 8px
    }
    .right-md-2 {
        right: 8px
    }
    .top-md-3 {
        top: 12px
    }
    .bottom-md-3 {
        bottom: 12px
    }
    .left-md-3 {
        left: 12px
    }
    .right-md-3 {
        right: 12px
    }
    .top-md-4 {
        top: 16px
    }
    .bottom-md-4 {
        bottom: 16px
    }
    .left-md-4 {
        left: 16px
    }
    .right-md-4 {
        right: 16px
    }
    .top-md-5 {
        top: 20px
    }
    .bottom-md-5 {
        bottom: 20px
    }
    .left-md-5 {
        left: 20px
    }
    .right-md-5 {
        right: 20px
    }
    .top-md-6 {
        top: 24px
    }
    .bottom-md-6 {
        bottom: 24px
    }
    .left-md-6 {
        left: 24px
    }
    .right-md-6 {
        right: 24px
    }
    .top-md-7 {
        top: 28px
    }
    .bottom-md-7 {
        bottom: 28px
    }
    .left-md-7 {
        left: 28px
    }
    .right-md-7 {
        right: 28px
    }
    .top-md-8 {
        top: 32px
    }
    .bottom-md-8 {
        bottom: 32px
    }
    .left-md-8 {
        left: 32px
    }
    .right-md-8 {
        right: 32px
    }
    .top-md-9 {
        top: 36px
    }
    .bottom-md-9 {
        bottom: 36px
    }
    .left-md-9 {
        left: 36px
    }
    .right-md-9 {
        right: 36px
    }
    .top-md-10 {
        top: 40px
    }
    .bottom-md-10 {
        bottom: 40px
    }
    .left-md-10 {
        left: 40px
    }
    .right-md-10 {
        right: 40px
    }
    .top-md-11 {
        top: 44px
    }
    .bottom-md-11 {
        bottom: 44px
    }
    .left-md-11 {
        left: 44px
    }
    .right-md-11 {
        right: 44px
    }
    .top-md-12 {
        top: 48px
    }
    .bottom-md-12 {
        bottom: 48px
    }
    .left-md-12 {
        left: 48px
    }
    .right-md-12 {
        right: 48px
    }
    .top-md-13 {
        top: 52px
    }
    .bottom-md-13 {
        bottom: 52px
    }
    .left-md-13 {
        left: 52px
    }
    .right-md-13 {
        right: 52px
    }
    .top-md-14 {
        top: 56px
    }
    .bottom-md-14 {
        bottom: 56px
    }
    .left-md-14 {
        left: 56px
    }
    .right-md-14 {
        right: 56px
    }
    .top-md-15 {
        top: 60px
    }
    .bottom-md-15 {
        bottom: 60px
    }
    .left-md-15 {
        left: 60px
    }
    .right-md-15 {
        right: 60px
    }
    .top-md-16 {
        top: 64px
    }
    .bottom-md-16 {
        bottom: 64px
    }
    .left-md-16 {
        left: 64px
    }
    .right-md-16 {
        right: 64px
    }
    .top-md-17 {
        top: 68px
    }
    .bottom-md-17 {
        bottom: 68px
    }
    .left-md-17 {
        left: 68px
    }
    .right-md-17 {
        right: 68px
    }
    .top-md-18 {
        top: 72px
    }
    .bottom-md-18 {
        bottom: 72px
    }
    .left-md-18 {
        left: 72px
    }
    .right-md-18 {
        right: 72px
    }
    .top-md-19 {
        top: 76px
    }
    .bottom-md-19 {
        bottom: 76px
    }
    .left-md-19 {
        left: 76px
    }
    .right-md-19 {
        right: 76px
    }
    .top-md-20 {
        top: 80px
    }
    .bottom-md-20 {
        bottom: 80px
    }
    .left-md-20 {
        left: 80px
    }
    .right-md-20 {
        right: 80px
    }
    .top-md-21 {
        top: 84px
    }
    .bottom-md-21 {
        bottom: 84px
    }
    .left-md-21 {
        left: 84px
    }
    .right-md-21 {
        right: 84px
    }
    .top-md-22 {
        top: 88px
    }
    .bottom-md-22 {
        bottom: 88px
    }
    .left-md-22 {
        left: 88px
    }
    .right-md-22 {
        right: 88px
    }
    .top-md-23 {
        top: 92px
    }
    .bottom-md-23 {
        bottom: 92px
    }
    .left-md-23 {
        left: 92px
    }
    .right-md-23 {
        right: 92px
    }
    .top-md-24 {
        top: 96px
    }
    .bottom-md-24 {
        bottom: 96px
    }
    .left-md-24 {
        left: 96px
    }
    .right-md-24 {
        right: 96px
    }
    .top-md-25 {
        top: 100px
    }
    .bottom-md-25 {
        bottom: 100px
    }
    .left-md-25 {
        left: 100px
    }
    .right-md-25 {
        right: 100px
    }
    .top-md-26 {
        top: 104px
    }
    .bottom-md-26 {
        bottom: 104px
    }
    .left-md-26 {
        left: 104px
    }
    .right-md-26 {
        right: 104px
    }
    .top-md-27 {
        top: 108px
    }
    .bottom-md-27 {
        bottom: 108px
    }
    .left-md-27 {
        left: 108px
    }
    .right-md-27 {
        right: 108px
    }
    .top-md-28 {
        top: 112px
    }
    .bottom-md-28 {
        bottom: 112px
    }
    .left-md-28 {
        left: 112px
    }
    .right-md-28 {
        right: 112px
    }
    .top-md-29 {
        top: 116px
    }
    .bottom-md-29 {
        bottom: 116px
    }
    .left-md-29 {
        left: 116px
    }
    .right-md-29 {
        right: 116px
    }
    .top-md-30 {
        top: 120px
    }
    .bottom-md-30 {
        bottom: 120px
    }
    .left-md-30 {
        left: 120px
    }
    .right-md-30 {
        right: 120px
    }
    .top-md-31 {
        top: 124px
    }
    .bottom-md-31 {
        bottom: 124px
    }
    .left-md-31 {
        left: 124px
    }
    .right-md-31 {
        right: 124px
    }
    .top-md-32 {
        top: 128px
    }
    .bottom-md-32 {
        bottom: 128px
    }
    .left-md-32 {
        left: 128px
    }
    .right-md-32 {
        right: 128px
    }
    .top-md-33 {
        top: 132px
    }
    .bottom-md-33 {
        bottom: 132px
    }
    .left-md-33 {
        left: 132px
    }
    .right-md-33 {
        right: 132px
    }
    .top-md-34 {
        top: 136px
    }
    .bottom-md-34 {
        bottom: 136px
    }
    .left-md-34 {
        left: 136px
    }
    .right-md-34 {
        right: 136px
    }
    .top-md-35 {
        top: 140px
    }
    .bottom-md-35 {
        bottom: 140px
    }
    .left-md-35 {
        left: 140px
    }
    .right-md-35 {
        right: 140px
    }
    .top-md-36 {
        top: 144px
    }
    .bottom-md-36 {
        bottom: 144px
    }
    .left-md-36 {
        left: 144px
    }
    .right-md-36 {
        right: 144px
    }
    .top-md-37 {
        top: 148px
    }
    .bottom-md-37 {
        bottom: 148px
    }
    .left-md-37 {
        left: 148px
    }
    .right-md-37 {
        right: 148px
    }
    .top-md-38 {
        top: 152px
    }
    .bottom-md-38 {
        bottom: 152px
    }
    .left-md-38 {
        left: 152px
    }
    .right-md-38 {
        right: 152px
    }
    .top-md-39 {
        top: 156px
    }
    .bottom-md-39 {
        bottom: 156px
    }
    .left-md-39 {
        left: 156px
    }
    .right-md-39 {
        right: 156px
    }
    .top-md-40 {
        top: 160px
    }
    .bottom-md-40 {
        bottom: 160px
    }
    .left-md-40 {
        left: 160px
    }
    .right-md-40 {
        right: 160px
    }
    .top-md-0p5 {
        top: 2px
    }
    .bottom-md-0p5 {
        bottom: 2px
    }
    .left-md-0p5 {
        left: 2px
    }
    .right-md-0p5 {
        right: 2px
    }
    .top-md-1p5 {
        top: 6px
    }
    .bottom-md-1p5 {
        bottom: 6px
    }
    .left-md-1p5 {
        left: 6px
    }
    .right-md-1p5 {
        right: 6px
    }
    .top-md-2p5 {
        top: 10px
    }
    .bottom-md-2p5 {
        bottom: 10px
    }
    .left-md-2p5 {
        left: 10px
    }
    .right-md-2p5 {
        right: 10px
    }
    .top-md-3p5 {
        top: 14px
    }
    .bottom-md-3p5 {
        bottom: 14px
    }
    .left-md-3p5 {
        left: 14px
    }
    .right-md-3p5 {
        right: 14px
    }
    .top-md-4p5 {
        top: 18px
    }
    .bottom-md-4p5 {
        bottom: 18px
    }
    .left-md-4p5 {
        left: 18px
    }
    .right-md-4p5 {
        right: 18px
    }
    .top-md-5p5 {
        top: 22px
    }
    .bottom-md-5p5 {
        bottom: 22px
    }
    .left-md-5p5 {
        left: 22px
    }
    .right-md-5p5 {
        right: 22px
    }
    .top-md-6p5 {
        top: 26px
    }
    .bottom-md-6p5 {
        bottom: 26px
    }
    .left-md-6p5 {
        left: 26px
    }
    .right-md-6p5 {
        right: 26px
    }
    .top-md-7p5 {
        top: 30px
    }
    .bottom-md-7p5 {
        bottom: 30px
    }
    .left-md-7p5 {
        left: 30px
    }
    .right-md-7p5 {
        right: 30px
    }
    .top-md-12p5 {
        top: 50px
    }
    .bottom-md-12p5 {
        bottom: 50px
    }
    .left-md-12p5 {
        left: 50px
    }
    .right-md-12p5 {
        right: 50px
    }
    .top-md-17p5 {
        top: 70px
    }
    .bottom-md-17p5 {
        bottom: 70px
    }
    .left-md-17p5 {
        left: 70px
    }
    .right-md-17p5 {
        right: 70px
    }
    .top-md-20p5 {
        top: 82px
    }
    .bottom-md-20p5 {
        bottom: 82px
    }
    .left-md-20p5 {
        left: 82px
    }
    .right-md-20p5 {
        right: 82px
    }
    .top-md-32p5 {
        top: 130px
    }
    .bottom-md-32p5 {
        bottom: 130px
    }
    .left-md-32p5 {
        left: 130px
    }
    .right-md-32p5 {
        right: 130px
    }
    .top-md-42 {
        top: 168px
    }
    .bottom-md-42 {
        bottom: 168px
    }
    .left-md-42 {
        left: 168px
    }
    .right-md-42 {
        right: 168px
    }
    .top-md-45 {
        top: 180px
    }
    .bottom-md-45 {
        bottom: 180px
    }
    .left-md-45 {
        left: 180px
    }
    .right-md-45 {
        right: 180px
    }
    .top-md-48 {
        top: 192px
    }
    .bottom-md-48 {
        bottom: 192px
    }
    .left-md-48 {
        left: 192px
    }
    .right-md-48 {
        right: 192px
    }
    .top-md-50 {
        top: 200px
    }
    .bottom-md-50 {
        bottom: 200px
    }
    .left-md-50 {
        left: 200px
    }
    .right-md-50 {
        right: 200px
    }
    .top-md-55 {
        top: 220px
    }
    .bottom-md-55 {
        bottom: 220px
    }
    .left-md-55 {
        left: 220px
    }
    .right-md-55 {
        right: 220px
    }
    .top-md-56 {
        top: 224px
    }
    .bottom-md-56 {
        bottom: 224px
    }
    .left-md-56 {
        left: 224px
    }
    .right-md-56 {
        right: 224px
    }
    .top-md-60 {
        top: 240px
    }
    .bottom-md-60 {
        bottom: 240px
    }
    .left-md-60 {
        left: 240px
    }
    .right-md-60 {
        right: 240px
    }
    .top-md-62 {
        top: 248px
    }
    .bottom-md-62 {
        bottom: 248px
    }
    .left-md-62 {
        left: 248px
    }
    .right-md-62 {
        right: 248px
    }
    .top-md-64 {
        top: 256px
    }
    .bottom-md-64 {
        bottom: 256px
    }
    .left-md-64 {
        left: 256px
    }
    .right-md-64 {
        right: 256px
    }
    .top-md-70 {
        top: 280px
    }
    .bottom-md-70 {
        bottom: 280px
    }
    .left-md-70 {
        left: 280px
    }
    .right-md-70 {
        right: 280px
    }
    .top-md-72 {
        top: 288px
    }
    .bottom-md-72 {
        bottom: 288px
    }
    .left-md-72 {
        left: 288px
    }
    .right-md-72 {
        right: 288px
    }
    .top-md-75 {
        top: 300px
    }
    .bottom-md-75 {
        bottom: 300px
    }
    .left-md-75 {
        left: 300px
    }
    .right-md-75 {
        right: 300px
    }
    .top-md-80 {
        top: 320px
    }
    .bottom-md-80 {
        bottom: 320px
    }
    .left-md-80 {
        left: 320px
    }
    .right-md-80 {
        right: 320px
    }
    .top-md-85 {
        top: 340px
    }
    .bottom-md-85 {
        bottom: 340px
    }
    .left-md-85 {
        left: 340px
    }
    .right-md-85 {
        right: 340px
    }
    .top-md-90 {
        top: 360px
    }
    .bottom-md-90 {
        bottom: 360px
    }
    .left-md-90 {
        left: 360px
    }
    .right-md-90 {
        right: 360px
    }
    .top-md-100 {
        top: 400px
    }
    .bottom-md-100 {
        bottom: 400px
    }
    .left-md-100 {
        left: 400px
    }
    .right-md-100 {
        right: 400px
    }
    .top-md-112 {
        top: 448px
    }
    .bottom-md-112 {
        bottom: 448px
    }
    .left-md-112 {
        left: 448px
    }
    .right-md-112 {
        right: 448px
    }
    .top-md-120 {
        top: 480px
    }
    .bottom-md-120 {
        bottom: 480px
    }
    .left-md-120 {
        left: 480px
    }
    .right-md-120 {
        right: 480px
    }
    .top-md-143 {
        top: 572px
    }
    .bottom-md-143 {
        bottom: 572px
    }
    .left-md-143 {
        left: 572px
    }
    .right-md-143 {
        right: 572px
    }
    .top-md-150 {
        top: 600px
    }
    .bottom-md-150 {
        bottom: 600px
    }
    .left-md-150 {
        left: 600px
    }
    .right-md-150 {
        right: 600px
    }
    .top-md-160 {
        top: 640px
    }
    .bottom-md-160 {
        bottom: 640px
    }
    .left-md-160 {
        left: 640px
    }
    .right-md-160 {
        right: 640px
    }
    .top-md-190 {
        top: 760px
    }
    .bottom-md-190 {
        bottom: 760px
    }
    .left-md-190 {
        left: 760px
    }
    .right-md-190 {
        right: 760px
    }
    .top-md-200 {
        top: 800px
    }
    .bottom-md-200 {
        bottom: 800px
    }
    .left-md-200 {
        left: 800px
    }
    .right-md-200 {
        right: 800px
    }
}

@media(min-width:1280px) {
    .top-lg-0 {
        top: 0
    }
    .bottom-lg-0 {
        bottom: 0
    }
    .left-lg-0 {
        left: 0
    }
    .right-lg-0 {
        right: 0
    }
    .top-lg-1 {
        top: 4px
    }
    .bottom-lg-1 {
        bottom: 4px
    }
    .left-lg-1 {
        left: 4px
    }
    .right-lg-1 {
        right: 4px
    }
    .top-lg-2 {
        top: 8px
    }
    .bottom-lg-2 {
        bottom: 8px
    }
    .left-lg-2 {
        left: 8px
    }
    .right-lg-2 {
        right: 8px
    }
    .top-lg-3 {
        top: 12px
    }
    .bottom-lg-3 {
        bottom: 12px
    }
    .left-lg-3 {
        left: 12px
    }
    .right-lg-3 {
        right: 12px
    }
    .top-lg-4 {
        top: 16px
    }
    .bottom-lg-4 {
        bottom: 16px
    }
    .left-lg-4 {
        left: 16px
    }
    .right-lg-4 {
        right: 16px
    }
    .top-lg-5 {
        top: 20px
    }
    .bottom-lg-5 {
        bottom: 20px
    }
    .left-lg-5 {
        left: 20px
    }
    .right-lg-5 {
        right: 20px
    }
    .top-lg-6 {
        top: 24px
    }
    .bottom-lg-6 {
        bottom: 24px
    }
    .left-lg-6 {
        left: 24px
    }
    .right-lg-6 {
        right: 24px
    }
    .top-lg-7 {
        top: 28px
    }
    .bottom-lg-7 {
        bottom: 28px
    }
    .left-lg-7 {
        left: 28px
    }
    .right-lg-7 {
        right: 28px
    }
    .top-lg-8 {
        top: 32px
    }
    .bottom-lg-8 {
        bottom: 32px
    }
    .left-lg-8 {
        left: 32px
    }
    .right-lg-8 {
        right: 32px
    }
    .top-lg-9 {
        top: 36px
    }
    .bottom-lg-9 {
        bottom: 36px
    }
    .left-lg-9 {
        left: 36px
    }
    .right-lg-9 {
        right: 36px
    }
    .top-lg-10 {
        top: 40px
    }
    .bottom-lg-10 {
        bottom: 40px
    }
    .left-lg-10 {
        left: 40px
    }
    .right-lg-10 {
        right: 40px
    }
    .top-lg-11 {
        top: 44px
    }
    .bottom-lg-11 {
        bottom: 44px
    }
    .left-lg-11 {
        left: 44px
    }
    .right-lg-11 {
        right: 44px
    }
    .top-lg-12 {
        top: 48px
    }
    .bottom-lg-12 {
        bottom: 48px
    }
    .left-lg-12 {
        left: 48px
    }
    .right-lg-12 {
        right: 48px
    }
    .top-lg-13 {
        top: 52px
    }
    .bottom-lg-13 {
        bottom: 52px
    }
    .left-lg-13 {
        left: 52px
    }
    .right-lg-13 {
        right: 52px
    }
    .top-lg-14 {
        top: 56px
    }
    .bottom-lg-14 {
        bottom: 56px
    }
    .left-lg-14 {
        left: 56px
    }
    .right-lg-14 {
        right: 56px
    }
    .top-lg-15 {
        top: 60px
    }
    .bottom-lg-15 {
        bottom: 60px
    }
    .left-lg-15 {
        left: 60px
    }
    .right-lg-15 {
        right: 60px
    }
    .top-lg-16 {
        top: 64px
    }
    .bottom-lg-16 {
        bottom: 64px
    }
    .left-lg-16 {
        left: 64px
    }
    .right-lg-16 {
        right: 64px
    }
    .top-lg-17 {
        top: 68px
    }
    .bottom-lg-17 {
        bottom: 68px
    }
    .left-lg-17 {
        left: 68px
    }
    .right-lg-17 {
        right: 68px
    }
    .top-lg-18 {
        top: 72px
    }
    .bottom-lg-18 {
        bottom: 72px
    }
    .left-lg-18 {
        left: 72px
    }
    .right-lg-18 {
        right: 72px
    }
    .top-lg-19 {
        top: 76px
    }
    .bottom-lg-19 {
        bottom: 76px
    }
    .left-lg-19 {
        left: 76px
    }
    .right-lg-19 {
        right: 76px
    }
    .top-lg-20 {
        top: 80px
    }
    .bottom-lg-20 {
        bottom: 80px
    }
    .left-lg-20 {
        left: 80px
    }
    .right-lg-20 {
        right: 80px
    }
    .top-lg-21 {
        top: 84px
    }
    .bottom-lg-21 {
        bottom: 84px
    }
    .left-lg-21 {
        left: 84px
    }
    .right-lg-21 {
        right: 84px
    }
    .top-lg-22 {
        top: 88px
    }
    .bottom-lg-22 {
        bottom: 88px
    }
    .left-lg-22 {
        left: 88px
    }
    .right-lg-22 {
        right: 88px
    }
    .top-lg-23 {
        top: 92px
    }
    .bottom-lg-23 {
        bottom: 92px
    }
    .left-lg-23 {
        left: 92px
    }
    .right-lg-23 {
        right: 92px
    }
    .top-lg-24 {
        top: 96px
    }
    .bottom-lg-24 {
        bottom: 96px
    }
    .left-lg-24 {
        left: 96px
    }
    .right-lg-24 {
        right: 96px
    }
    .top-lg-25 {
        top: 100px
    }
    .bottom-lg-25 {
        bottom: 100px
    }
    .left-lg-25 {
        left: 100px
    }
    .right-lg-25 {
        right: 100px
    }
    .top-lg-26 {
        top: 104px
    }
    .bottom-lg-26 {
        bottom: 104px
    }
    .left-lg-26 {
        left: 104px
    }
    .right-lg-26 {
        right: 104px
    }
    .top-lg-27 {
        top: 108px
    }
    .bottom-lg-27 {
        bottom: 108px
    }
    .left-lg-27 {
        left: 108px
    }
    .right-lg-27 {
        right: 108px
    }
    .top-lg-28 {
        top: 112px
    }
    .bottom-lg-28 {
        bottom: 112px
    }
    .left-lg-28 {
        left: 112px
    }
    .right-lg-28 {
        right: 112px
    }
    .top-lg-29 {
        top: 116px
    }
    .bottom-lg-29 {
        bottom: 116px
    }
    .left-lg-29 {
        left: 116px
    }
    .right-lg-29 {
        right: 116px
    }
    .top-lg-30 {
        top: 120px
    }
    .bottom-lg-30 {
        bottom: 120px
    }
    .left-lg-30 {
        left: 120px
    }
    .right-lg-30 {
        right: 120px
    }
    .top-lg-31 {
        top: 124px
    }
    .bottom-lg-31 {
        bottom: 124px
    }
    .left-lg-31 {
        left: 124px
    }
    .right-lg-31 {
        right: 124px
    }
    .top-lg-32 {
        top: 128px
    }
    .bottom-lg-32 {
        bottom: 128px
    }
    .left-lg-32 {
        left: 128px
    }
    .right-lg-32 {
        right: 128px
    }
    .top-lg-33 {
        top: 132px
    }
    .bottom-lg-33 {
        bottom: 132px
    }
    .left-lg-33 {
        left: 132px
    }
    .right-lg-33 {
        right: 132px
    }
    .top-lg-34 {
        top: 136px
    }
    .bottom-lg-34 {
        bottom: 136px
    }
    .left-lg-34 {
        left: 136px
    }
    .right-lg-34 {
        right: 136px
    }
    .top-lg-35 {
        top: 140px
    }
    .bottom-lg-35 {
        bottom: 140px
    }
    .left-lg-35 {
        left: 140px
    }
    .right-lg-35 {
        right: 140px
    }
    .top-lg-36 {
        top: 144px
    }
    .bottom-lg-36 {
        bottom: 144px
    }
    .left-lg-36 {
        left: 144px
    }
    .right-lg-36 {
        right: 144px
    }
    .top-lg-37 {
        top: 148px
    }
    .bottom-lg-37 {
        bottom: 148px
    }
    .left-lg-37 {
        left: 148px
    }
    .right-lg-37 {
        right: 148px
    }
    .top-lg-38 {
        top: 152px
    }
    .bottom-lg-38 {
        bottom: 152px
    }
    .left-lg-38 {
        left: 152px
    }
    .right-lg-38 {
        right: 152px
    }
    .top-lg-39 {
        top: 156px
    }
    .bottom-lg-39 {
        bottom: 156px
    }
    .left-lg-39 {
        left: 156px
    }
    .right-lg-39 {
        right: 156px
    }
    .top-lg-40 {
        top: 160px
    }
    .bottom-lg-40 {
        bottom: 160px
    }
    .left-lg-40 {
        left: 160px
    }
    .right-lg-40 {
        right: 160px
    }
    .top-lg-0p5 {
        top: 2px
    }
    .bottom-lg-0p5 {
        bottom: 2px
    }
    .left-lg-0p5 {
        left: 2px
    }
    .right-lg-0p5 {
        right: 2px
    }
    .top-lg-1p5 {
        top: 6px
    }
    .bottom-lg-1p5 {
        bottom: 6px
    }
    .left-lg-1p5 {
        left: 6px
    }
    .right-lg-1p5 {
        right: 6px
    }
    .top-lg-2p5 {
        top: 10px
    }
    .bottom-lg-2p5 {
        bottom: 10px
    }
    .left-lg-2p5 {
        left: 10px
    }
    .right-lg-2p5 {
        right: 10px
    }
    .top-lg-3p5 {
        top: 14px
    }
    .bottom-lg-3p5 {
        bottom: 14px
    }
    .left-lg-3p5 {
        left: 14px
    }
    .right-lg-3p5 {
        right: 14px
    }
    .top-lg-4p5 {
        top: 18px
    }
    .bottom-lg-4p5 {
        bottom: 18px
    }
    .left-lg-4p5 {
        left: 18px
    }
    .right-lg-4p5 {
        right: 18px
    }
    .top-lg-5p5 {
        top: 22px
    }
    .bottom-lg-5p5 {
        bottom: 22px
    }
    .left-lg-5p5 {
        left: 22px
    }
    .right-lg-5p5 {
        right: 22px
    }
    .top-lg-6p5 {
        top: 26px
    }
    .bottom-lg-6p5 {
        bottom: 26px
    }
    .left-lg-6p5 {
        left: 26px
    }
    .right-lg-6p5 {
        right: 26px
    }
    .top-lg-7p5 {
        top: 30px
    }
    .bottom-lg-7p5 {
        bottom: 30px
    }
    .left-lg-7p5 {
        left: 30px
    }
    .right-lg-7p5 {
        right: 30px
    }
    .top-lg-12p5 {
        top: 50px
    }
    .bottom-lg-12p5 {
        bottom: 50px
    }
    .left-lg-12p5 {
        left: 50px
    }
    .right-lg-12p5 {
        right: 50px
    }
    .top-lg-17p5 {
        top: 70px
    }
    .bottom-lg-17p5 {
        bottom: 70px
    }
    .left-lg-17p5 {
        left: 70px
    }
    .right-lg-17p5 {
        right: 70px
    }
    .top-lg-20p5 {
        top: 82px
    }
    .bottom-lg-20p5 {
        bottom: 82px
    }
    .left-lg-20p5 {
        left: 82px
    }
    .right-lg-20p5 {
        right: 82px
    }
    .top-lg-32p5 {
        top: 130px
    }
    .bottom-lg-32p5 {
        bottom: 130px
    }
    .left-lg-32p5 {
        left: 130px
    }
    .right-lg-32p5 {
        right: 130px
    }
    .top-lg-42 {
        top: 168px
    }
    .bottom-lg-42 {
        bottom: 168px
    }
    .left-lg-42 {
        left: 168px
    }
    .right-lg-42 {
        right: 168px
    }
    .top-lg-45 {
        top: 180px
    }
    .bottom-lg-45 {
        bottom: 180px
    }
    .left-lg-45 {
        left: 180px
    }
    .right-lg-45 {
        right: 180px
    }
    .top-lg-48 {
        top: 192px
    }
    .bottom-lg-48 {
        bottom: 192px
    }
    .left-lg-48 {
        left: 192px
    }
    .right-lg-48 {
        right: 192px
    }
    .top-lg-50 {
        top: 200px
    }
    .bottom-lg-50 {
        bottom: 200px
    }
    .left-lg-50 {
        left: 200px
    }
    .right-lg-50 {
        right: 200px
    }
    .top-lg-55 {
        top: 220px
    }
    .bottom-lg-55 {
        bottom: 220px
    }
    .left-lg-55 {
        left: 220px
    }
    .right-lg-55 {
        right: 220px
    }
    .top-lg-56 {
        top: 224px
    }
    .bottom-lg-56 {
        bottom: 224px
    }
    .left-lg-56 {
        left: 224px
    }
    .right-lg-56 {
        right: 224px
    }
    .top-lg-60 {
        top: 240px
    }
    .bottom-lg-60 {
        bottom: 240px
    }
    .left-lg-60 {
        left: 240px
    }
    .right-lg-60 {
        right: 240px
    }
    .top-lg-62 {
        top: 248px
    }
    .bottom-lg-62 {
        bottom: 248px
    }
    .left-lg-62 {
        left: 248px
    }
    .right-lg-62 {
        right: 248px
    }
    .top-lg-64 {
        top: 256px
    }
    .bottom-lg-64 {
        bottom: 256px
    }
    .left-lg-64 {
        left: 256px
    }
    .right-lg-64 {
        right: 256px
    }
    .top-lg-70 {
        top: 280px
    }
    .bottom-lg-70 {
        bottom: 280px
    }
    .left-lg-70 {
        left: 280px
    }
    .right-lg-70 {
        right: 280px
    }
    .top-lg-72 {
        top: 288px
    }
    .bottom-lg-72 {
        bottom: 288px
    }
    .left-lg-72 {
        left: 288px
    }
    .right-lg-72 {
        right: 288px
    }
    .top-lg-75 {
        top: 300px
    }
    .bottom-lg-75 {
        bottom: 300px
    }
    .left-lg-75 {
        left: 300px
    }
    .right-lg-75 {
        right: 300px
    }
    .top-lg-80 {
        top: 320px
    }
    .bottom-lg-80 {
        bottom: 320px
    }
    .left-lg-80 {
        left: 320px
    }
    .right-lg-80 {
        right: 320px
    }
    .top-lg-85 {
        top: 340px
    }
    .bottom-lg-85 {
        bottom: 340px
    }
    .left-lg-85 {
        left: 340px
    }
    .right-lg-85 {
        right: 340px
    }
    .top-lg-90 {
        top: 360px
    }
    .bottom-lg-90 {
        bottom: 360px
    }
    .left-lg-90 {
        left: 360px
    }
    .right-lg-90 {
        right: 360px
    }
    .top-lg-100 {
        top: 400px
    }
    .bottom-lg-100 {
        bottom: 400px
    }
    .left-lg-100 {
        left: 400px
    }
    .right-lg-100 {
        right: 400px
    }
    .top-lg-112 {
        top: 448px
    }
    .bottom-lg-112 {
        bottom: 448px
    }
    .left-lg-112 {
        left: 448px
    }
    .right-lg-112 {
        right: 448px
    }
    .top-lg-120 {
        top: 480px
    }
    .bottom-lg-120 {
        bottom: 480px
    }
    .left-lg-120 {
        left: 480px
    }
    .right-lg-120 {
        right: 480px
    }
    .top-lg-143 {
        top: 572px
    }
    .bottom-lg-143 {
        bottom: 572px
    }
    .left-lg-143 {
        left: 572px
    }
    .right-lg-143 {
        right: 572px
    }
    .top-lg-150 {
        top: 600px
    }
    .bottom-lg-150 {
        bottom: 600px
    }
    .left-lg-150 {
        left: 600px
    }
    .right-lg-150 {
        right: 600px
    }
    .top-lg-160 {
        top: 640px
    }
    .bottom-lg-160 {
        bottom: 640px
    }
    .left-lg-160 {
        left: 640px
    }
    .right-lg-160 {
        right: 640px
    }
    .top-lg-190 {
        top: 760px
    }
    .bottom-lg-190 {
        bottom: 760px
    }
    .left-lg-190 {
        left: 760px
    }
    .right-lg-190 {
        right: 760px
    }
    .top-lg-200 {
        top: 800px
    }
    .bottom-lg-200 {
        bottom: 800px
    }
    .left-lg-200 {
        left: 800px
    }
    .right-lg-200 {
        right: 800px
    }
}

@media(min-width:1920px) {
    .top-xl-0 {
        top: 0
    }
    .bottom-xl-0 {
        bottom: 0
    }
    .left-xl-0 {
        left: 0
    }
    .right-xl-0 {
        right: 0
    }
    .top-xl-1 {
        top: 4px
    }
    .bottom-xl-1 {
        bottom: 4px
    }
    .left-xl-1 {
        left: 4px
    }
    .right-xl-1 {
        right: 4px
    }
    .top-xl-2 {
        top: 8px
    }
    .bottom-xl-2 {
        bottom: 8px
    }
    .left-xl-2 {
        left: 8px
    }
    .right-xl-2 {
        right: 8px
    }
    .top-xl-3 {
        top: 12px
    }
    .bottom-xl-3 {
        bottom: 12px
    }
    .left-xl-3 {
        left: 12px
    }
    .right-xl-3 {
        right: 12px
    }
    .top-xl-4 {
        top: 16px
    }
    .bottom-xl-4 {
        bottom: 16px
    }
    .left-xl-4 {
        left: 16px
    }
    .right-xl-4 {
        right: 16px
    }
    .top-xl-5 {
        top: 20px
    }
    .bottom-xl-5 {
        bottom: 20px
    }
    .left-xl-5 {
        left: 20px
    }
    .right-xl-5 {
        right: 20px
    }
    .top-xl-6 {
        top: 24px
    }
    .bottom-xl-6 {
        bottom: 24px
    }
    .left-xl-6 {
        left: 24px
    }
    .right-xl-6 {
        right: 24px
    }
    .top-xl-7 {
        top: 28px
    }
    .bottom-xl-7 {
        bottom: 28px
    }
    .left-xl-7 {
        left: 28px
    }
    .right-xl-7 {
        right: 28px
    }
    .top-xl-8 {
        top: 32px
    }
    .bottom-xl-8 {
        bottom: 32px
    }
    .left-xl-8 {
        left: 32px
    }
    .right-xl-8 {
        right: 32px
    }
    .top-xl-9 {
        top: 36px
    }
    .bottom-xl-9 {
        bottom: 36px
    }
    .left-xl-9 {
        left: 36px
    }
    .right-xl-9 {
        right: 36px
    }
    .top-xl-10 {
        top: 40px
    }
    .bottom-xl-10 {
        bottom: 40px
    }
    .left-xl-10 {
        left: 40px
    }
    .right-xl-10 {
        right: 40px
    }
    .top-xl-11 {
        top: 44px
    }
    .bottom-xl-11 {
        bottom: 44px
    }
    .left-xl-11 {
        left: 44px
    }
    .right-xl-11 {
        right: 44px
    }
    .top-xl-12 {
        top: 48px
    }
    .bottom-xl-12 {
        bottom: 48px
    }
    .left-xl-12 {
        left: 48px
    }
    .right-xl-12 {
        right: 48px
    }
    .top-xl-13 {
        top: 52px
    }
    .bottom-xl-13 {
        bottom: 52px
    }
    .left-xl-13 {
        left: 52px
    }
    .right-xl-13 {
        right: 52px
    }
    .top-xl-14 {
        top: 56px
    }
    .bottom-xl-14 {
        bottom: 56px
    }
    .left-xl-14 {
        left: 56px
    }
    .right-xl-14 {
        right: 56px
    }
    .top-xl-15 {
        top: 60px
    }
    .bottom-xl-15 {
        bottom: 60px
    }
    .left-xl-15 {
        left: 60px
    }
    .right-xl-15 {
        right: 60px
    }
    .top-xl-16 {
        top: 64px
    }
    .bottom-xl-16 {
        bottom: 64px
    }
    .left-xl-16 {
        left: 64px
    }
    .right-xl-16 {
        right: 64px
    }
    .top-xl-17 {
        top: 68px
    }
    .bottom-xl-17 {
        bottom: 68px
    }
    .left-xl-17 {
        left: 68px
    }
    .right-xl-17 {
        right: 68px
    }
    .top-xl-18 {
        top: 72px
    }
    .bottom-xl-18 {
        bottom: 72px
    }
    .left-xl-18 {
        left: 72px
    }
    .right-xl-18 {
        right: 72px
    }
    .top-xl-19 {
        top: 76px
    }
    .bottom-xl-19 {
        bottom: 76px
    }
    .left-xl-19 {
        left: 76px
    }
    .right-xl-19 {
        right: 76px
    }
    .top-xl-20 {
        top: 80px
    }
    .bottom-xl-20 {
        bottom: 80px
    }
    .left-xl-20 {
        left: 80px
    }
    .right-xl-20 {
        right: 80px
    }
    .top-xl-21 {
        top: 84px
    }
    .bottom-xl-21 {
        bottom: 84px
    }
    .left-xl-21 {
        left: 84px
    }
    .right-xl-21 {
        right: 84px
    }
    .top-xl-22 {
        top: 88px
    }
    .bottom-xl-22 {
        bottom: 88px
    }
    .left-xl-22 {
        left: 88px
    }
    .right-xl-22 {
        right: 88px
    }
    .top-xl-23 {
        top: 92px
    }
    .bottom-xl-23 {
        bottom: 92px
    }
    .left-xl-23 {
        left: 92px
    }
    .right-xl-23 {
        right: 92px
    }
    .top-xl-24 {
        top: 96px
    }
    .bottom-xl-24 {
        bottom: 96px
    }
    .left-xl-24 {
        left: 96px
    }
    .right-xl-24 {
        right: 96px
    }
    .top-xl-25 {
        top: 100px
    }
    .bottom-xl-25 {
        bottom: 100px
    }
    .left-xl-25 {
        left: 100px
    }
    .right-xl-25 {
        right: 100px
    }
    .top-xl-26 {
        top: 104px
    }
    .bottom-xl-26 {
        bottom: 104px
    }
    .left-xl-26 {
        left: 104px
    }
    .right-xl-26 {
        right: 104px
    }
    .top-xl-27 {
        top: 108px
    }
    .bottom-xl-27 {
        bottom: 108px
    }
    .left-xl-27 {
        left: 108px
    }
    .right-xl-27 {
        right: 108px
    }
    .top-xl-28 {
        top: 112px
    }
    .bottom-xl-28 {
        bottom: 112px
    }
    .left-xl-28 {
        left: 112px
    }
    .right-xl-28 {
        right: 112px
    }
    .top-xl-29 {
        top: 116px
    }
    .bottom-xl-29 {
        bottom: 116px
    }
    .left-xl-29 {
        left: 116px
    }
    .right-xl-29 {
        right: 116px
    }
    .top-xl-30 {
        top: 120px
    }
    .bottom-xl-30 {
        bottom: 120px
    }
    .left-xl-30 {
        left: 120px
    }
    .right-xl-30 {
        right: 120px
    }
    .top-xl-31 {
        top: 124px
    }
    .bottom-xl-31 {
        bottom: 124px
    }
    .left-xl-31 {
        left: 124px
    }
    .right-xl-31 {
        right: 124px
    }
    .top-xl-32 {
        top: 128px
    }
    .bottom-xl-32 {
        bottom: 128px
    }
    .left-xl-32 {
        left: 128px
    }
    .right-xl-32 {
        right: 128px
    }
    .top-xl-33 {
        top: 132px
    }
    .bottom-xl-33 {
        bottom: 132px
    }
    .left-xl-33 {
        left: 132px
    }
    .right-xl-33 {
        right: 132px
    }
    .top-xl-34 {
        top: 136px
    }
    .bottom-xl-34 {
        bottom: 136px
    }
    .left-xl-34 {
        left: 136px
    }
    .right-xl-34 {
        right: 136px
    }
    .top-xl-35 {
        top: 140px
    }
    .bottom-xl-35 {
        bottom: 140px
    }
    .left-xl-35 {
        left: 140px
    }
    .right-xl-35 {
        right: 140px
    }
    .top-xl-36 {
        top: 144px
    }
    .bottom-xl-36 {
        bottom: 144px
    }
    .left-xl-36 {
        left: 144px
    }
    .right-xl-36 {
        right: 144px
    }
    .top-xl-37 {
        top: 148px
    }
    .bottom-xl-37 {
        bottom: 148px
    }
    .left-xl-37 {
        left: 148px
    }
    .right-xl-37 {
        right: 148px
    }
    .top-xl-38 {
        top: 152px
    }
    .bottom-xl-38 {
        bottom: 152px
    }
    .left-xl-38 {
        left: 152px
    }
    .right-xl-38 {
        right: 152px
    }
    .top-xl-39 {
        top: 156px
    }
    .bottom-xl-39 {
        bottom: 156px
    }
    .left-xl-39 {
        left: 156px
    }
    .right-xl-39 {
        right: 156px
    }
    .top-xl-40 {
        top: 160px
    }
    .bottom-xl-40 {
        bottom: 160px
    }
    .left-xl-40 {
        left: 160px
    }
    .right-xl-40 {
        right: 160px
    }
    .top-xl-0p5 {
        top: 2px
    }
    .bottom-xl-0p5 {
        bottom: 2px
    }
    .left-xl-0p5 {
        left: 2px
    }
    .right-xl-0p5 {
        right: 2px
    }
    .top-xl-1p5 {
        top: 6px
    }
    .bottom-xl-1p5 {
        bottom: 6px
    }
    .left-xl-1p5 {
        left: 6px
    }
    .right-xl-1p5 {
        right: 6px
    }
    .top-xl-2p5 {
        top: 10px
    }
    .bottom-xl-2p5 {
        bottom: 10px
    }
    .left-xl-2p5 {
        left: 10px
    }
    .right-xl-2p5 {
        right: 10px
    }
    .top-xl-3p5 {
        top: 14px
    }
    .bottom-xl-3p5 {
        bottom: 14px
    }
    .left-xl-3p5 {
        left: 14px
    }
    .right-xl-3p5 {
        right: 14px
    }
    .top-xl-4p5 {
        top: 18px
    }
    .bottom-xl-4p5 {
        bottom: 18px
    }
    .left-xl-4p5 {
        left: 18px
    }
    .right-xl-4p5 {
        right: 18px
    }
    .top-xl-5p5 {
        top: 22px
    }
    .bottom-xl-5p5 {
        bottom: 22px
    }
    .left-xl-5p5 {
        left: 22px
    }
    .right-xl-5p5 {
        right: 22px
    }
    .top-xl-6p5 {
        top: 26px
    }
    .bottom-xl-6p5 {
        bottom: 26px
    }
    .left-xl-6p5 {
        left: 26px
    }
    .right-xl-6p5 {
        right: 26px
    }
    .top-xl-7p5 {
        top: 30px
    }
    .bottom-xl-7p5 {
        bottom: 30px
    }
    .left-xl-7p5 {
        left: 30px
    }
    .right-xl-7p5 {
        right: 30px
    }
    .top-xl-12p5 {
        top: 50px
    }
    .bottom-xl-12p5 {
        bottom: 50px
    }
    .left-xl-12p5 {
        left: 50px
    }
    .right-xl-12p5 {
        right: 50px
    }
    .top-xl-17p5 {
        top: 70px
    }
    .bottom-xl-17p5 {
        bottom: 70px
    }
    .left-xl-17p5 {
        left: 70px
    }
    .right-xl-17p5 {
        right: 70px
    }
    .top-xl-20p5 {
        top: 82px
    }
    .bottom-xl-20p5 {
        bottom: 82px
    }
    .left-xl-20p5 {
        left: 82px
    }
    .right-xl-20p5 {
        right: 82px
    }
    .top-xl-32p5 {
        top: 130px
    }
    .bottom-xl-32p5 {
        bottom: 130px
    }
    .left-xl-32p5 {
        left: 130px
    }
    .right-xl-32p5 {
        right: 130px
    }
    .top-xl-42 {
        top: 168px
    }
    .bottom-xl-42 {
        bottom: 168px
    }
    .left-xl-42 {
        left: 168px
    }
    .right-xl-42 {
        right: 168px
    }
    .top-xl-45 {
        top: 180px
    }
    .bottom-xl-45 {
        bottom: 180px
    }
    .left-xl-45 {
        left: 180px
    }
    .right-xl-45 {
        right: 180px
    }
    .top-xl-48 {
        top: 192px
    }
    .bottom-xl-48 {
        bottom: 192px
    }
    .left-xl-48 {
        left: 192px
    }
    .right-xl-48 {
        right: 192px
    }
    .top-xl-50 {
        top: 200px
    }
    .bottom-xl-50 {
        bottom: 200px
    }
    .left-xl-50 {
        left: 200px
    }
    .right-xl-50 {
        right: 200px
    }
    .top-xl-55 {
        top: 220px
    }
    .bottom-xl-55 {
        bottom: 220px
    }
    .left-xl-55 {
        left: 220px
    }
    .right-xl-55 {
        right: 220px
    }
    .top-xl-56 {
        top: 224px
    }
    .bottom-xl-56 {
        bottom: 224px
    }
    .left-xl-56 {
        left: 224px
    }
    .right-xl-56 {
        right: 224px
    }
    .top-xl-60 {
        top: 240px
    }
    .bottom-xl-60 {
        bottom: 240px
    }
    .left-xl-60 {
        left: 240px
    }
    .right-xl-60 {
        right: 240px
    }
    .top-xl-62 {
        top: 248px
    }
    .bottom-xl-62 {
        bottom: 248px
    }
    .left-xl-62 {
        left: 248px
    }
    .right-xl-62 {
        right: 248px
    }
    .top-xl-64 {
        top: 256px
    }
    .bottom-xl-64 {
        bottom: 256px
    }
    .left-xl-64 {
        left: 256px
    }
    .right-xl-64 {
        right: 256px
    }
    .top-xl-70 {
        top: 280px
    }
    .bottom-xl-70 {
        bottom: 280px
    }
    .left-xl-70 {
        left: 280px
    }
    .right-xl-70 {
        right: 280px
    }
    .top-xl-72 {
        top: 288px
    }
    .bottom-xl-72 {
        bottom: 288px
    }
    .left-xl-72 {
        left: 288px
    }
    .right-xl-72 {
        right: 288px
    }
    .top-xl-75 {
        top: 300px
    }
    .bottom-xl-75 {
        bottom: 300px
    }
    .left-xl-75 {
        left: 300px
    }
    .right-xl-75 {
        right: 300px
    }
    .top-xl-80 {
        top: 320px
    }
    .bottom-xl-80 {
        bottom: 320px
    }
    .left-xl-80 {
        left: 320px
    }
    .right-xl-80 {
        right: 320px
    }
    .top-xl-85 {
        top: 340px
    }
    .bottom-xl-85 {
        bottom: 340px
    }
    .left-xl-85 {
        left: 340px
    }
    .right-xl-85 {
        right: 340px
    }
    .top-xl-90 {
        top: 360px
    }
    .bottom-xl-90 {
        bottom: 360px
    }
    .left-xl-90 {
        left: 360px
    }
    .right-xl-90 {
        right: 360px
    }
    .top-xl-100 {
        top: 400px
    }
    .bottom-xl-100 {
        bottom: 400px
    }
    .left-xl-100 {
        left: 400px
    }
    .right-xl-100 {
        right: 400px
    }
    .top-xl-112 {
        top: 448px
    }
    .bottom-xl-112 {
        bottom: 448px
    }
    .left-xl-112 {
        left: 448px
    }
    .right-xl-112 {
        right: 448px
    }
    .top-xl-120 {
        top: 480px
    }
    .bottom-xl-120 {
        bottom: 480px
    }
    .left-xl-120 {
        left: 480px
    }
    .right-xl-120 {
        right: 480px
    }
    .top-xl-143 {
        top: 572px
    }
    .bottom-xl-143 {
        bottom: 572px
    }
    .left-xl-143 {
        left: 572px
    }
    .right-xl-143 {
        right: 572px
    }
    .top-xl-150 {
        top: 600px
    }
    .bottom-xl-150 {
        bottom: 600px
    }
    .left-xl-150 {
        left: 600px
    }
    .right-xl-150 {
        right: 600px
    }
    .top-xl-160 {
        top: 640px
    }
    .bottom-xl-160 {
        bottom: 640px
    }
    .left-xl-160 {
        left: 640px
    }
    .right-xl-160 {
        right: 640px
    }
    .top-xl-190 {
        top: 760px
    }
    .bottom-xl-190 {
        bottom: 760px
    }
    .left-xl-190 {
        left: 760px
    }
    .right-xl-190 {
        right: 760px
    }
    .top-xl-200 {
        top: 800px
    }
    .bottom-xl-200 {
        bottom: 800px
    }
    .left-xl-200 {
        left: 800px
    }
    .right-xl-200 {
        right: 800px
    }
}

@media(min-width:2560px) {
    .top-xxl-0 {
        top: 0
    }
    .bottom-xxl-0 {
        bottom: 0
    }
    .left-xxl-0 {
        left: 0
    }
    .right-xxl-0 {
        right: 0
    }
    .top-xxl-1 {
        top: 4px
    }
    .bottom-xxl-1 {
        bottom: 4px
    }
    .left-xxl-1 {
        left: 4px
    }
    .right-xxl-1 {
        right: 4px
    }
    .top-xxl-2 {
        top: 8px
    }
    .bottom-xxl-2 {
        bottom: 8px
    }
    .left-xxl-2 {
        left: 8px
    }
    .right-xxl-2 {
        right: 8px
    }
    .top-xxl-3 {
        top: 12px
    }
    .bottom-xxl-3 {
        bottom: 12px
    }
    .left-xxl-3 {
        left: 12px
    }
    .right-xxl-3 {
        right: 12px
    }
    .top-xxl-4 {
        top: 16px
    }
    .bottom-xxl-4 {
        bottom: 16px
    }
    .left-xxl-4 {
        left: 16px
    }
    .right-xxl-4 {
        right: 16px
    }
    .top-xxl-5 {
        top: 20px
    }
    .bottom-xxl-5 {
        bottom: 20px
    }
    .left-xxl-5 {
        left: 20px
    }
    .right-xxl-5 {
        right: 20px
    }
    .top-xxl-6 {
        top: 24px
    }
    .bottom-xxl-6 {
        bottom: 24px
    }
    .left-xxl-6 {
        left: 24px
    }
    .right-xxl-6 {
        right: 24px
    }
    .top-xxl-7 {
        top: 28px
    }
    .bottom-xxl-7 {
        bottom: 28px
    }
    .left-xxl-7 {
        left: 28px
    }
    .right-xxl-7 {
        right: 28px
    }
    .top-xxl-8 {
        top: 32px
    }
    .bottom-xxl-8 {
        bottom: 32px
    }
    .left-xxl-8 {
        left: 32px
    }
    .right-xxl-8 {
        right: 32px
    }
    .top-xxl-9 {
        top: 36px
    }
    .bottom-xxl-9 {
        bottom: 36px
    }
    .left-xxl-9 {
        left: 36px
    }
    .right-xxl-9 {
        right: 36px
    }
    .top-xxl-10 {
        top: 40px
    }
    .bottom-xxl-10 {
        bottom: 40px
    }
    .left-xxl-10 {
        left: 40px
    }
    .right-xxl-10 {
        right: 40px
    }
    .top-xxl-11 {
        top: 44px
    }
    .bottom-xxl-11 {
        bottom: 44px
    }
    .left-xxl-11 {
        left: 44px
    }
    .right-xxl-11 {
        right: 44px
    }
    .top-xxl-12 {
        top: 48px
    }
    .bottom-xxl-12 {
        bottom: 48px
    }
    .left-xxl-12 {
        left: 48px
    }
    .right-xxl-12 {
        right: 48px
    }
    .top-xxl-13 {
        top: 52px
    }
    .bottom-xxl-13 {
        bottom: 52px
    }
    .left-xxl-13 {
        left: 52px
    }
    .right-xxl-13 {
        right: 52px
    }
    .top-xxl-14 {
        top: 56px
    }
    .bottom-xxl-14 {
        bottom: 56px
    }
    .left-xxl-14 {
        left: 56px
    }
    .right-xxl-14 {
        right: 56px
    }
    .top-xxl-15 {
        top: 60px
    }
    .bottom-xxl-15 {
        bottom: 60px
    }
    .left-xxl-15 {
        left: 60px
    }
    .right-xxl-15 {
        right: 60px
    }
    .top-xxl-16 {
        top: 64px
    }
    .bottom-xxl-16 {
        bottom: 64px
    }
    .left-xxl-16 {
        left: 64px
    }
    .right-xxl-16 {
        right: 64px
    }
    .top-xxl-17 {
        top: 68px
    }
    .bottom-xxl-17 {
        bottom: 68px
    }
    .left-xxl-17 {
        left: 68px
    }
    .right-xxl-17 {
        right: 68px
    }
    .top-xxl-18 {
        top: 72px
    }
    .bottom-xxl-18 {
        bottom: 72px
    }
    .left-xxl-18 {
        left: 72px
    }
    .right-xxl-18 {
        right: 72px
    }
    .top-xxl-19 {
        top: 76px
    }
    .bottom-xxl-19 {
        bottom: 76px
    }
    .left-xxl-19 {
        left: 76px
    }
    .right-xxl-19 {
        right: 76px
    }
    .top-xxl-20 {
        top: 80px
    }
    .bottom-xxl-20 {
        bottom: 80px
    }
    .left-xxl-20 {
        left: 80px
    }
    .right-xxl-20 {
        right: 80px
    }
    .top-xxl-21 {
        top: 84px
    }
    .bottom-xxl-21 {
        bottom: 84px
    }
    .left-xxl-21 {
        left: 84px
    }
    .right-xxl-21 {
        right: 84px
    }
    .top-xxl-22 {
        top: 88px
    }
    .bottom-xxl-22 {
        bottom: 88px
    }
    .left-xxl-22 {
        left: 88px
    }
    .right-xxl-22 {
        right: 88px
    }
    .top-xxl-23 {
        top: 92px
    }
    .bottom-xxl-23 {
        bottom: 92px
    }
    .left-xxl-23 {
        left: 92px
    }
    .right-xxl-23 {
        right: 92px
    }
    .top-xxl-24 {
        top: 96px
    }
    .bottom-xxl-24 {
        bottom: 96px
    }
    .left-xxl-24 {
        left: 96px
    }
    .right-xxl-24 {
        right: 96px
    }
    .top-xxl-25 {
        top: 100px
    }
    .bottom-xxl-25 {
        bottom: 100px
    }
    .left-xxl-25 {
        left: 100px
    }
    .right-xxl-25 {
        right: 100px
    }
    .top-xxl-26 {
        top: 104px
    }
    .bottom-xxl-26 {
        bottom: 104px
    }
    .left-xxl-26 {
        left: 104px
    }
    .right-xxl-26 {
        right: 104px
    }
    .top-xxl-27 {
        top: 108px
    }
    .bottom-xxl-27 {
        bottom: 108px
    }
    .left-xxl-27 {
        left: 108px
    }
    .right-xxl-27 {
        right: 108px
    }
    .top-xxl-28 {
        top: 112px
    }
    .bottom-xxl-28 {
        bottom: 112px
    }
    .left-xxl-28 {
        left: 112px
    }
    .right-xxl-28 {
        right: 112px
    }
    .top-xxl-29 {
        top: 116px
    }
    .bottom-xxl-29 {
        bottom: 116px
    }
    .left-xxl-29 {
        left: 116px
    }
    .right-xxl-29 {
        right: 116px
    }
    .top-xxl-30 {
        top: 120px
    }
    .bottom-xxl-30 {
        bottom: 120px
    }
    .left-xxl-30 {
        left: 120px
    }
    .right-xxl-30 {
        right: 120px
    }
    .top-xxl-31 {
        top: 124px
    }
    .bottom-xxl-31 {
        bottom: 124px
    }
    .left-xxl-31 {
        left: 124px
    }
    .right-xxl-31 {
        right: 124px
    }
    .top-xxl-32 {
        top: 128px
    }
    .bottom-xxl-32 {
        bottom: 128px
    }
    .left-xxl-32 {
        left: 128px
    }
    .right-xxl-32 {
        right: 128px
    }
    .top-xxl-33 {
        top: 132px
    }
    .bottom-xxl-33 {
        bottom: 132px
    }
    .left-xxl-33 {
        left: 132px
    }
    .right-xxl-33 {
        right: 132px
    }
    .top-xxl-34 {
        top: 136px
    }
    .bottom-xxl-34 {
        bottom: 136px
    }
    .left-xxl-34 {
        left: 136px
    }
    .right-xxl-34 {
        right: 136px
    }
    .top-xxl-35 {
        top: 140px
    }
    .bottom-xxl-35 {
        bottom: 140px
    }
    .left-xxl-35 {
        left: 140px
    }
    .right-xxl-35 {
        right: 140px
    }
    .top-xxl-36 {
        top: 144px
    }
    .bottom-xxl-36 {
        bottom: 144px
    }
    .left-xxl-36 {
        left: 144px
    }
    .right-xxl-36 {
        right: 144px
    }
    .top-xxl-37 {
        top: 148px
    }
    .bottom-xxl-37 {
        bottom: 148px
    }
    .left-xxl-37 {
        left: 148px
    }
    .right-xxl-37 {
        right: 148px
    }
    .top-xxl-38 {
        top: 152px
    }
    .bottom-xxl-38 {
        bottom: 152px
    }
    .left-xxl-38 {
        left: 152px
    }
    .right-xxl-38 {
        right: 152px
    }
    .top-xxl-39 {
        top: 156px
    }
    .bottom-xxl-39 {
        bottom: 156px
    }
    .left-xxl-39 {
        left: 156px
    }
    .right-xxl-39 {
        right: 156px
    }
    .top-xxl-40 {
        top: 160px
    }
    .bottom-xxl-40 {
        bottom: 160px
    }
    .left-xxl-40 {
        left: 160px
    }
    .right-xxl-40 {
        right: 160px
    }
    .top-xxl-0p5 {
        top: 2px
    }
    .bottom-xxl-0p5 {
        bottom: 2px
    }
    .left-xxl-0p5 {
        left: 2px
    }
    .right-xxl-0p5 {
        right: 2px
    }
    .top-xxl-1p5 {
        top: 6px
    }
    .bottom-xxl-1p5 {
        bottom: 6px
    }
    .left-xxl-1p5 {
        left: 6px
    }
    .right-xxl-1p5 {
        right: 6px
    }
    .top-xxl-2p5 {
        top: 10px
    }
    .bottom-xxl-2p5 {
        bottom: 10px
    }
    .left-xxl-2p5 {
        left: 10px
    }
    .right-xxl-2p5 {
        right: 10px
    }
    .top-xxl-3p5 {
        top: 14px
    }
    .bottom-xxl-3p5 {
        bottom: 14px
    }
    .left-xxl-3p5 {
        left: 14px
    }
    .right-xxl-3p5 {
        right: 14px
    }
    .top-xxl-4p5 {
        top: 18px
    }
    .bottom-xxl-4p5 {
        bottom: 18px
    }
    .left-xxl-4p5 {
        left: 18px
    }
    .right-xxl-4p5 {
        right: 18px
    }
    .top-xxl-5p5 {
        top: 22px
    }
    .bottom-xxl-5p5 {
        bottom: 22px
    }
    .left-xxl-5p5 {
        left: 22px
    }
    .right-xxl-5p5 {
        right: 22px
    }
    .top-xxl-6p5 {
        top: 26px
    }
    .bottom-xxl-6p5 {
        bottom: 26px
    }
    .left-xxl-6p5 {
        left: 26px
    }
    .right-xxl-6p5 {
        right: 26px
    }
    .top-xxl-7p5 {
        top: 30px
    }
    .bottom-xxl-7p5 {
        bottom: 30px
    }
    .left-xxl-7p5 {
        left: 30px
    }
    .right-xxl-7p5 {
        right: 30px
    }
    .top-xxl-12p5 {
        top: 50px
    }
    .bottom-xxl-12p5 {
        bottom: 50px
    }
    .left-xxl-12p5 {
        left: 50px
    }
    .right-xxl-12p5 {
        right: 50px
    }
    .top-xxl-17p5 {
        top: 70px
    }
    .bottom-xxl-17p5 {
        bottom: 70px
    }
    .left-xxl-17p5 {
        left: 70px
    }
    .right-xxl-17p5 {
        right: 70px
    }
    .top-xxl-20p5 {
        top: 82px
    }
    .bottom-xxl-20p5 {
        bottom: 82px
    }
    .left-xxl-20p5 {
        left: 82px
    }
    .right-xxl-20p5 {
        right: 82px
    }
    .top-xxl-32p5 {
        top: 130px
    }
    .bottom-xxl-32p5 {
        bottom: 130px
    }
    .left-xxl-32p5 {
        left: 130px
    }
    .right-xxl-32p5 {
        right: 130px
    }
    .top-xxl-42 {
        top: 168px
    }
    .bottom-xxl-42 {
        bottom: 168px
    }
    .left-xxl-42 {
        left: 168px
    }
    .right-xxl-42 {
        right: 168px
    }
    .top-xxl-45 {
        top: 180px
    }
    .bottom-xxl-45 {
        bottom: 180px
    }
    .left-xxl-45 {
        left: 180px
    }
    .right-xxl-45 {
        right: 180px
    }
    .top-xxl-48 {
        top: 192px
    }
    .bottom-xxl-48 {
        bottom: 192px
    }
    .left-xxl-48 {
        left: 192px
    }
    .right-xxl-48 {
        right: 192px
    }
    .top-xxl-50 {
        top: 200px
    }
    .bottom-xxl-50 {
        bottom: 200px
    }
    .left-xxl-50 {
        left: 200px
    }
    .right-xxl-50 {
        right: 200px
    }
    .top-xxl-55 {
        top: 220px
    }
    .bottom-xxl-55 {
        bottom: 220px
    }
    .left-xxl-55 {
        left: 220px
    }
    .right-xxl-55 {
        right: 220px
    }
    .top-xxl-56 {
        top: 224px
    }
    .bottom-xxl-56 {
        bottom: 224px
    }
    .left-xxl-56 {
        left: 224px
    }
    .right-xxl-56 {
        right: 224px
    }
    .top-xxl-60 {
        top: 240px
    }
    .bottom-xxl-60 {
        bottom: 240px
    }
    .left-xxl-60 {
        left: 240px
    }
    .right-xxl-60 {
        right: 240px
    }
    .top-xxl-62 {
        top: 248px
    }
    .bottom-xxl-62 {
        bottom: 248px
    }
    .left-xxl-62 {
        left: 248px
    }
    .right-xxl-62 {
        right: 248px
    }
    .top-xxl-64 {
        top: 256px
    }
    .bottom-xxl-64 {
        bottom: 256px
    }
    .left-xxl-64 {
        left: 256px
    }
    .right-xxl-64 {
        right: 256px
    }
    .top-xxl-70 {
        top: 280px
    }
    .bottom-xxl-70 {
        bottom: 280px
    }
    .left-xxl-70 {
        left: 280px
    }
    .right-xxl-70 {
        right: 280px
    }
    .top-xxl-72 {
        top: 288px
    }
    .bottom-xxl-72 {
        bottom: 288px
    }
    .left-xxl-72 {
        left: 288px
    }
    .right-xxl-72 {
        right: 288px
    }
    .top-xxl-75 {
        top: 300px
    }
    .bottom-xxl-75 {
        bottom: 300px
    }
    .left-xxl-75 {
        left: 300px
    }
    .right-xxl-75 {
        right: 300px
    }
    .top-xxl-80 {
        top: 320px
    }
    .bottom-xxl-80 {
        bottom: 320px
    }
    .left-xxl-80 {
        left: 320px
    }
    .right-xxl-80 {
        right: 320px
    }
    .top-xxl-85 {
        top: 340px
    }
    .bottom-xxl-85 {
        bottom: 340px
    }
    .left-xxl-85 {
        left: 340px
    }
    .right-xxl-85 {
        right: 340px
    }
    .top-xxl-90 {
        top: 360px
    }
    .bottom-xxl-90 {
        bottom: 360px
    }
    .left-xxl-90 {
        left: 360px
    }
    .right-xxl-90 {
        right: 360px
    }
    .top-xxl-100 {
        top: 400px
    }
    .bottom-xxl-100 {
        bottom: 400px
    }
    .left-xxl-100 {
        left: 400px
    }
    .right-xxl-100 {
        right: 400px
    }
    .top-xxl-112 {
        top: 448px
    }
    .bottom-xxl-112 {
        bottom: 448px
    }
    .left-xxl-112 {
        left: 448px
    }
    .right-xxl-112 {
        right: 448px
    }
    .top-xxl-120 {
        top: 480px
    }
    .bottom-xxl-120 {
        bottom: 480px
    }
    .left-xxl-120 {
        left: 480px
    }
    .right-xxl-120 {
        right: 480px
    }
    .top-xxl-143 {
        top: 572px
    }
    .bottom-xxl-143 {
        bottom: 572px
    }
    .left-xxl-143 {
        left: 572px
    }
    .right-xxl-143 {
        right: 572px
    }
    .top-xxl-150 {
        top: 600px
    }
    .bottom-xxl-150 {
        bottom: 600px
    }
    .left-xxl-150 {
        left: 600px
    }
    .right-xxl-150 {
        right: 600px
    }
    .top-xxl-160 {
        top: 640px
    }
    .bottom-xxl-160 {
        bottom: 640px
    }
    .left-xxl-160 {
        left: 640px
    }
    .right-xxl-160 {
        right: 640px
    }
    .top-xxl-190 {
        top: 760px
    }
    .bottom-xxl-190 {
        bottom: 760px
    }
    .left-xxl-190 {
        left: 760px
    }
    .right-xxl-190 {
        right: 760px
    }
    .top-xxl-200 {
        top: 800px
    }
    .bottom-xxl-200 {
        bottom: 800px
    }
    .left-xxl-200 {
        left: 800px
    }
    .right-xxl-200 {
        right: 800px
    }
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-t-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-b-0 {
    border-bottom-right-radius: 0 !important
}

.rounded-b-0,
.rounded-s-0 {
    border-bottom-left-radius: 0 !important
}

.rounded-s-0 {
    border-top-left-radius: 0 !important
}

.rounded-e-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-ts-0 {
    border-top-left-radius: 0 !important
}

.rounded-te-0 {
    border-top-right-radius: 0 !important
}

.rounded-bs-0 {
    border-bottom-left-radius: 0 !important
}

.rounded-be-0 {
    border-bottom-right-radius: 0 !important
}

.rounded-1 {
    border-radius: 4px !important
}

.rounded-t-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.rounded-b-1 {
    border-bottom-right-radius: 4px !important
}

.rounded-b-1,
.rounded-s-1 {
    border-bottom-left-radius: 4px !important
}

.rounded-s-1 {
    border-top-left-radius: 4px !important
}

.rounded-e-1 {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.rounded-ts-1 {
    border-top-left-radius: 4px !important
}

.rounded-te-1 {
    border-top-right-radius: 4px !important
}

.rounded-bs-1 {
    border-bottom-left-radius: 4px !important
}

.rounded-be-1 {
    border-bottom-right-radius: 4px !important
}

.rounded-2 {
    border-radius: 8px !important
}

.rounded-t-2 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.rounded-b-2 {
    border-bottom-right-radius: 8px !important
}

.rounded-b-2,
.rounded-s-2 {
    border-bottom-left-radius: 8px !important
}

.rounded-s-2 {
    border-top-left-radius: 8px !important
}

.rounded-e-2 {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.rounded-ts-2 {
    border-top-left-radius: 8px !important
}

.rounded-te-2 {
    border-top-right-radius: 8px !important
}

.rounded-bs-2 {
    border-bottom-left-radius: 8px !important
}

.rounded-be-2 {
    border-bottom-right-radius: 8px !important
}

.rounded-3 {
    border-radius: 12px !important
}

.rounded-t-3 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important
}

.rounded-b-3 {
    border-bottom-right-radius: 12px !important
}

.rounded-b-3,
.rounded-s-3 {
    border-bottom-left-radius: 12px !important
}

.rounded-s-3 {
    border-top-left-radius: 12px !important
}

.rounded-e-3 {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important
}

.rounded-ts-3 {
    border-top-left-radius: 12px !important
}

.rounded-te-3 {
    border-top-right-radius: 12px !important
}

.rounded-bs-3 {
    border-bottom-left-radius: 12px !important
}

.rounded-be-3 {
    border-bottom-right-radius: 12px !important
}

.rounded-4 {
    border-radius: 16px !important
}

.rounded-t-4 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important
}

.rounded-b-4 {
    border-bottom-right-radius: 16px !important
}

.rounded-b-4,
.rounded-s-4 {
    border-bottom-left-radius: 16px !important
}

.rounded-s-4 {
    border-top-left-radius: 16px !important
}

.rounded-e-4 {
    border-bottom-right-radius: 16px !important;
    border-top-right-radius: 16px !important
}

.rounded-ts-4 {
    border-top-left-radius: 16px !important
}

.rounded-te-4 {
    border-top-right-radius: 16px !important
}

.rounded-bs-4 {
    border-bottom-left-radius: 16px !important
}

.rounded-be-4 {
    border-bottom-right-radius: 16px !important
}

.rounded-5 {
    border-radius: 20px !important
}

.rounded-t-5 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important
}

.rounded-b-5 {
    border-bottom-right-radius: 20px !important
}

.rounded-b-5,
.rounded-s-5 {
    border-bottom-left-radius: 20px !important
}

.rounded-s-5 {
    border-top-left-radius: 20px !important
}

.rounded-e-5 {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important
}

.rounded-ts-5 {
    border-top-left-radius: 20px !important
}

.rounded-te-5 {
    border-top-right-radius: 20px !important
}

.rounded-bs-5 {
    border-bottom-left-radius: 20px !important
}

.rounded-be-5 {
    border-bottom-right-radius: 20px !important
}

.rounded-6 {
    border-radius: 24px !important
}

.rounded-t-6 {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important
}

.rounded-b-6 {
    border-bottom-right-radius: 24px !important
}

.rounded-b-6,
.rounded-s-6 {
    border-bottom-left-radius: 24px !important
}

.rounded-s-6 {
    border-top-left-radius: 24px !important
}

.rounded-e-6 {
    border-bottom-right-radius: 24px !important;
    border-top-right-radius: 24px !important
}

.rounded-ts-6 {
    border-top-left-radius: 24px !important
}

.rounded-te-6 {
    border-top-right-radius: 24px !important
}

.rounded-bs-6 {
    border-bottom-left-radius: 24px !important
}

.rounded-be-6 {
    border-bottom-right-radius: 24px !important
}

.rounded-7 {
    border-radius: 28px !important
}

.rounded-t-7 {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important
}

.rounded-b-7 {
    border-bottom-right-radius: 28px !important
}

.rounded-b-7,
.rounded-s-7 {
    border-bottom-left-radius: 28px !important
}

.rounded-s-7 {
    border-top-left-radius: 28px !important
}

.rounded-e-7 {
    border-bottom-right-radius: 28px !important;
    border-top-right-radius: 28px !important
}

.rounded-ts-7 {
    border-top-left-radius: 28px !important
}

.rounded-te-7 {
    border-top-right-radius: 28px !important
}

.rounded-bs-7 {
    border-bottom-left-radius: 28px !important
}

.rounded-be-7 {
    border-bottom-right-radius: 28px !important
}

.rounded-8 {
    border-radius: 32px !important
}

.rounded-t-8 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important
}

.rounded-b-8 {
    border-bottom-right-radius: 32px !important
}

.rounded-b-8,
.rounded-s-8 {
    border-bottom-left-radius: 32px !important
}

.rounded-s-8 {
    border-top-left-radius: 32px !important
}

.rounded-e-8 {
    border-bottom-right-radius: 32px !important;
    border-top-right-radius: 32px !important
}

.rounded-ts-8 {
    border-top-left-radius: 32px !important
}

.rounded-te-8 {
    border-top-right-radius: 32px !important
}

.rounded-bs-8 {
    border-bottom-left-radius: 32px !important
}

.rounded-be-8 {
    border-bottom-right-radius: 32px !important
}

.rounded-9 {
    border-radius: 36px !important
}

.rounded-t-9 {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important
}

.rounded-b-9 {
    border-bottom-right-radius: 36px !important
}

.rounded-b-9,
.rounded-s-9 {
    border-bottom-left-radius: 36px !important
}

.rounded-s-9 {
    border-top-left-radius: 36px !important
}

.rounded-e-9 {
    border-bottom-right-radius: 36px !important;
    border-top-right-radius: 36px !important
}

.rounded-ts-9 {
    border-top-left-radius: 36px !important
}

.rounded-te-9 {
    border-top-right-radius: 36px !important
}

.rounded-bs-9 {
    border-bottom-left-radius: 36px !important
}

.rounded-be-9 {
    border-bottom-right-radius: 36px !important
}

.rounded-10 {
    border-radius: 40px !important
}

.rounded-t-10 {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important
}

.rounded-b-10 {
    border-bottom-right-radius: 40px !important
}

.rounded-b-10,
.rounded-s-10 {
    border-bottom-left-radius: 40px !important
}

.rounded-s-10 {
    border-top-left-radius: 40px !important
}

.rounded-e-10 {
    border-bottom-right-radius: 40px !important;
    border-top-right-radius: 40px !important
}

.rounded-ts-10 {
    border-top-left-radius: 40px !important
}

.rounded-te-10 {
    border-top-right-radius: 40px !important
}

.rounded-bs-10 {
    border-bottom-left-radius: 40px !important
}

.rounded-be-10 {
    border-bottom-right-radius: 40px !important
}

.rounded-11 {
    border-radius: 44px !important
}

.rounded-t-11 {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important
}

.rounded-b-11 {
    border-bottom-right-radius: 44px !important
}

.rounded-b-11,
.rounded-s-11 {
    border-bottom-left-radius: 44px !important
}

.rounded-s-11 {
    border-top-left-radius: 44px !important
}

.rounded-e-11 {
    border-bottom-right-radius: 44px !important;
    border-top-right-radius: 44px !important
}

.rounded-ts-11 {
    border-top-left-radius: 44px !important
}

.rounded-te-11 {
    border-top-right-radius: 44px !important
}

.rounded-bs-11 {
    border-bottom-left-radius: 44px !important
}

.rounded-be-11 {
    border-bottom-right-radius: 44px !important
}

.rounded-12 {
    border-radius: 48px !important
}

.rounded-t-12 {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important
}

.rounded-b-12 {
    border-bottom-right-radius: 48px !important
}

.rounded-b-12,
.rounded-s-12 {
    border-bottom-left-radius: 48px !important
}

.rounded-s-12 {
    border-top-left-radius: 48px !important
}

.rounded-e-12 {
    border-bottom-right-radius: 48px !important;
    border-top-right-radius: 48px !important
}

.rounded-ts-12 {
    border-top-left-radius: 48px !important
}

.rounded-te-12 {
    border-top-right-radius: 48px !important
}

.rounded-bs-12 {
    border-bottom-left-radius: 48px !important
}

.rounded-be-12 {
    border-bottom-right-radius: 48px !important
}

.rounded-13 {
    border-radius: 52px !important
}

.rounded-t-13 {
    border-top-left-radius: 52px !important;
    border-top-right-radius: 52px !important
}

.rounded-b-13 {
    border-bottom-right-radius: 52px !important
}

.rounded-b-13,
.rounded-s-13 {
    border-bottom-left-radius: 52px !important
}

.rounded-s-13 {
    border-top-left-radius: 52px !important
}

.rounded-e-13 {
    border-bottom-right-radius: 52px !important;
    border-top-right-radius: 52px !important
}

.rounded-ts-13 {
    border-top-left-radius: 52px !important
}

.rounded-te-13 {
    border-top-right-radius: 52px !important
}

.rounded-bs-13 {
    border-bottom-left-radius: 52px !important
}

.rounded-be-13 {
    border-bottom-right-radius: 52px !important
}

.rounded-14 {
    border-radius: 56px !important
}

.rounded-t-14 {
    border-top-left-radius: 56px !important;
    border-top-right-radius: 56px !important
}

.rounded-b-14 {
    border-bottom-right-radius: 56px !important
}

.rounded-b-14,
.rounded-s-14 {
    border-bottom-left-radius: 56px !important
}

.rounded-s-14 {
    border-top-left-radius: 56px !important
}

.rounded-e-14 {
    border-bottom-right-radius: 56px !important;
    border-top-right-radius: 56px !important
}

.rounded-ts-14 {
    border-top-left-radius: 56px !important
}

.rounded-te-14 {
    border-top-right-radius: 56px !important
}

.rounded-bs-14 {
    border-bottom-left-radius: 56px !important
}

.rounded-be-14 {
    border-bottom-right-radius: 56px !important
}

.rounded-15 {
    border-radius: 60px !important
}

.rounded-t-15 {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important
}

.rounded-b-15 {
    border-bottom-right-radius: 60px !important
}

.rounded-b-15,
.rounded-s-15 {
    border-bottom-left-radius: 60px !important
}

.rounded-s-15 {
    border-top-left-radius: 60px !important
}

.rounded-e-15 {
    border-bottom-right-radius: 60px !important;
    border-top-right-radius: 60px !important
}

.rounded-ts-15 {
    border-top-left-radius: 60px !important
}

.rounded-te-15 {
    border-top-right-radius: 60px !important
}

.rounded-bs-15 {
    border-bottom-left-radius: 60px !important
}

.rounded-be-15 {
    border-bottom-right-radius: 60px !important
}

.rounded-16 {
    border-radius: 64px !important
}

.rounded-t-16 {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important
}

.rounded-b-16 {
    border-bottom-right-radius: 64px !important
}

.rounded-b-16,
.rounded-s-16 {
    border-bottom-left-radius: 64px !important
}

.rounded-s-16 {
    border-top-left-radius: 64px !important
}

.rounded-e-16 {
    border-bottom-right-radius: 64px !important;
    border-top-right-radius: 64px !important
}

.rounded-ts-16 {
    border-top-left-radius: 64px !important
}

.rounded-te-16 {
    border-top-right-radius: 64px !important
}

.rounded-bs-16 {
    border-bottom-left-radius: 64px !important
}

.rounded-be-16 {
    border-bottom-right-radius: 64px !important
}

.rounded-17 {
    border-radius: 68px !important
}

.rounded-t-17 {
    border-top-left-radius: 68px !important;
    border-top-right-radius: 68px !important
}

.rounded-b-17 {
    border-bottom-right-radius: 68px !important
}

.rounded-b-17,
.rounded-s-17 {
    border-bottom-left-radius: 68px !important
}

.rounded-s-17 {
    border-top-left-radius: 68px !important
}

.rounded-e-17 {
    border-bottom-right-radius: 68px !important;
    border-top-right-radius: 68px !important
}

.rounded-ts-17 {
    border-top-left-radius: 68px !important
}

.rounded-te-17 {
    border-top-right-radius: 68px !important
}

.rounded-bs-17 {
    border-bottom-left-radius: 68px !important
}

.rounded-be-17 {
    border-bottom-right-radius: 68px !important
}

.rounded-18 {
    border-radius: 72px !important
}

.rounded-t-18 {
    border-top-left-radius: 72px !important;
    border-top-right-radius: 72px !important
}

.rounded-b-18 {
    border-bottom-right-radius: 72px !important
}

.rounded-b-18,
.rounded-s-18 {
    border-bottom-left-radius: 72px !important
}

.rounded-s-18 {
    border-top-left-radius: 72px !important
}

.rounded-e-18 {
    border-bottom-right-radius: 72px !important;
    border-top-right-radius: 72px !important
}

.rounded-ts-18 {
    border-top-left-radius: 72px !important
}

.rounded-te-18 {
    border-top-right-radius: 72px !important
}

.rounded-bs-18 {
    border-bottom-left-radius: 72px !important
}

.rounded-be-18 {
    border-bottom-right-radius: 72px !important
}

.rounded-19 {
    border-radius: 76px !important
}

.rounded-t-19 {
    border-top-left-radius: 76px !important;
    border-top-right-radius: 76px !important
}

.rounded-b-19 {
    border-bottom-right-radius: 76px !important
}

.rounded-b-19,
.rounded-s-19 {
    border-bottom-left-radius: 76px !important
}

.rounded-s-19 {
    border-top-left-radius: 76px !important
}

.rounded-e-19 {
    border-bottom-right-radius: 76px !important;
    border-top-right-radius: 76px !important
}

.rounded-ts-19 {
    border-top-left-radius: 76px !important
}

.rounded-te-19 {
    border-top-right-radius: 76px !important
}

.rounded-bs-19 {
    border-bottom-left-radius: 76px !important
}

.rounded-be-19 {
    border-bottom-right-radius: 76px !important
}

.rounded-20 {
    border-radius: 80px !important
}

.rounded-t-20 {
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important
}

.rounded-b-20 {
    border-bottom-right-radius: 80px !important
}

.rounded-b-20,
.rounded-s-20 {
    border-bottom-left-radius: 80px !important
}

.rounded-s-20 {
    border-top-left-radius: 80px !important
}

.rounded-e-20 {
    border-bottom-right-radius: 80px !important;
    border-top-right-radius: 80px !important
}

.rounded-ts-20 {
    border-top-left-radius: 80px !important
}

.rounded-te-20 {
    border-top-right-radius: 80px !important
}

.rounded-bs-20 {
    border-bottom-left-radius: 80px !important
}

.rounded-be-20 {
    border-bottom-right-radius: 80px !important
}

.rounded-21 {
    border-radius: 84px !important
}

.rounded-t-21 {
    border-top-left-radius: 84px !important;
    border-top-right-radius: 84px !important
}

.rounded-b-21 {
    border-bottom-right-radius: 84px !important
}

.rounded-b-21,
.rounded-s-21 {
    border-bottom-left-radius: 84px !important
}

.rounded-s-21 {
    border-top-left-radius: 84px !important
}

.rounded-e-21 {
    border-bottom-right-radius: 84px !important;
    border-top-right-radius: 84px !important
}

.rounded-ts-21 {
    border-top-left-radius: 84px !important
}

.rounded-te-21 {
    border-top-right-radius: 84px !important
}

.rounded-bs-21 {
    border-bottom-left-radius: 84px !important
}

.rounded-be-21 {
    border-bottom-right-radius: 84px !important
}

.rounded-22 {
    border-radius: 88px !important
}

.rounded-t-22 {
    border-top-left-radius: 88px !important;
    border-top-right-radius: 88px !important
}

.rounded-b-22 {
    border-bottom-right-radius: 88px !important
}

.rounded-b-22,
.rounded-s-22 {
    border-bottom-left-radius: 88px !important
}

.rounded-s-22 {
    border-top-left-radius: 88px !important
}

.rounded-e-22 {
    border-bottom-right-radius: 88px !important;
    border-top-right-radius: 88px !important
}

.rounded-ts-22 {
    border-top-left-radius: 88px !important
}

.rounded-te-22 {
    border-top-right-radius: 88px !important
}

.rounded-bs-22 {
    border-bottom-left-radius: 88px !important
}

.rounded-be-22 {
    border-bottom-right-radius: 88px !important
}

.rounded-23 {
    border-radius: 92px !important
}

.rounded-t-23 {
    border-top-left-radius: 92px !important;
    border-top-right-radius: 92px !important
}

.rounded-b-23 {
    border-bottom-right-radius: 92px !important
}

.rounded-b-23,
.rounded-s-23 {
    border-bottom-left-radius: 92px !important
}

.rounded-s-23 {
    border-top-left-radius: 92px !important
}

.rounded-e-23 {
    border-bottom-right-radius: 92px !important;
    border-top-right-radius: 92px !important
}

.rounded-ts-23 {
    border-top-left-radius: 92px !important
}

.rounded-te-23 {
    border-top-right-radius: 92px !important
}

.rounded-bs-23 {
    border-bottom-left-radius: 92px !important
}

.rounded-be-23 {
    border-bottom-right-radius: 92px !important
}

.rounded-24 {
    border-radius: 96px !important
}

.rounded-t-24 {
    border-top-left-radius: 96px !important;
    border-top-right-radius: 96px !important
}

.rounded-b-24 {
    border-bottom-right-radius: 96px !important
}

.rounded-b-24,
.rounded-s-24 {
    border-bottom-left-radius: 96px !important
}

.rounded-s-24 {
    border-top-left-radius: 96px !important
}

.rounded-e-24 {
    border-bottom-right-radius: 96px !important;
    border-top-right-radius: 96px !important
}

.rounded-ts-24 {
    border-top-left-radius: 96px !important
}

.rounded-te-24 {
    border-top-right-radius: 96px !important
}

.rounded-bs-24 {
    border-bottom-left-radius: 96px !important
}

.rounded-be-24 {
    border-bottom-right-radius: 96px !important
}

.rounded-25 {
    border-radius: 100px !important
}

.rounded-t-25 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important
}

.rounded-b-25 {
    border-bottom-right-radius: 100px !important
}

.rounded-b-25,
.rounded-s-25 {
    border-bottom-left-radius: 100px !important
}

.rounded-s-25 {
    border-top-left-radius: 100px !important
}

.rounded-e-25 {
    border-bottom-right-radius: 100px !important;
    border-top-right-radius: 100px !important
}

.rounded-ts-25 {
    border-top-left-radius: 100px !important
}

.rounded-te-25 {
    border-top-right-radius: 100px !important
}

.rounded-bs-25 {
    border-bottom-left-radius: 100px !important
}

.rounded-be-25 {
    border-bottom-right-radius: 100px !important
}

.rounded-26 {
    border-radius: 104px !important
}

.rounded-t-26 {
    border-top-left-radius: 104px !important;
    border-top-right-radius: 104px !important
}

.rounded-b-26 {
    border-bottom-right-radius: 104px !important
}

.rounded-b-26,
.rounded-s-26 {
    border-bottom-left-radius: 104px !important
}

.rounded-s-26 {
    border-top-left-radius: 104px !important
}

.rounded-e-26 {
    border-bottom-right-radius: 104px !important;
    border-top-right-radius: 104px !important
}

.rounded-ts-26 {
    border-top-left-radius: 104px !important
}

.rounded-te-26 {
    border-top-right-radius: 104px !important
}

.rounded-bs-26 {
    border-bottom-left-radius: 104px !important
}

.rounded-be-26 {
    border-bottom-right-radius: 104px !important
}

.rounded-27 {
    border-radius: 108px !important
}

.rounded-t-27 {
    border-top-left-radius: 108px !important;
    border-top-right-radius: 108px !important
}

.rounded-b-27 {
    border-bottom-right-radius: 108px !important
}

.rounded-b-27,
.rounded-s-27 {
    border-bottom-left-radius: 108px !important
}

.rounded-s-27 {
    border-top-left-radius: 108px !important
}

.rounded-e-27 {
    border-bottom-right-radius: 108px !important;
    border-top-right-radius: 108px !important
}

.rounded-ts-27 {
    border-top-left-radius: 108px !important
}

.rounded-te-27 {
    border-top-right-radius: 108px !important
}

.rounded-bs-27 {
    border-bottom-left-radius: 108px !important
}

.rounded-be-27 {
    border-bottom-right-radius: 108px !important
}

.rounded-28 {
    border-radius: 112px !important
}

.rounded-t-28 {
    border-top-left-radius: 112px !important;
    border-top-right-radius: 112px !important
}

.rounded-b-28 {
    border-bottom-right-radius: 112px !important
}

.rounded-b-28,
.rounded-s-28 {
    border-bottom-left-radius: 112px !important
}

.rounded-s-28 {
    border-top-left-radius: 112px !important
}

.rounded-e-28 {
    border-bottom-right-radius: 112px !important;
    border-top-right-radius: 112px !important
}

.rounded-ts-28 {
    border-top-left-radius: 112px !important
}

.rounded-te-28 {
    border-top-right-radius: 112px !important
}

.rounded-bs-28 {
    border-bottom-left-radius: 112px !important
}

.rounded-be-28 {
    border-bottom-right-radius: 112px !important
}

.rounded-29 {
    border-radius: 116px !important
}

.rounded-t-29 {
    border-top-left-radius: 116px !important;
    border-top-right-radius: 116px !important
}

.rounded-b-29 {
    border-bottom-right-radius: 116px !important
}

.rounded-b-29,
.rounded-s-29 {
    border-bottom-left-radius: 116px !important
}

.rounded-s-29 {
    border-top-left-radius: 116px !important
}

.rounded-e-29 {
    border-bottom-right-radius: 116px !important;
    border-top-right-radius: 116px !important
}

.rounded-ts-29 {
    border-top-left-radius: 116px !important
}

.rounded-te-29 {
    border-top-right-radius: 116px !important
}

.rounded-bs-29 {
    border-bottom-left-radius: 116px !important
}

.rounded-be-29 {
    border-bottom-right-radius: 116px !important
}

.rounded-30 {
    border-radius: 120px !important
}

.rounded-t-30 {
    border-top-left-radius: 120px !important;
    border-top-right-radius: 120px !important
}

.rounded-b-30 {
    border-bottom-right-radius: 120px !important
}

.rounded-b-30,
.rounded-s-30 {
    border-bottom-left-radius: 120px !important
}

.rounded-s-30 {
    border-top-left-radius: 120px !important
}

.rounded-e-30 {
    border-bottom-right-radius: 120px !important;
    border-top-right-radius: 120px !important
}

.rounded-ts-30 {
    border-top-left-radius: 120px !important
}

.rounded-te-30 {
    border-top-right-radius: 120px !important
}

.rounded-bs-30 {
    border-bottom-left-radius: 120px !important
}

.rounded-be-30 {
    border-bottom-right-radius: 120px !important
}

.rounded-31 {
    border-radius: 124px !important
}

.rounded-t-31 {
    border-top-left-radius: 124px !important;
    border-top-right-radius: 124px !important
}

.rounded-b-31 {
    border-bottom-right-radius: 124px !important
}

.rounded-b-31,
.rounded-s-31 {
    border-bottom-left-radius: 124px !important
}

.rounded-s-31 {
    border-top-left-radius: 124px !important
}

.rounded-e-31 {
    border-bottom-right-radius: 124px !important;
    border-top-right-radius: 124px !important
}

.rounded-ts-31 {
    border-top-left-radius: 124px !important
}

.rounded-te-31 {
    border-top-right-radius: 124px !important
}

.rounded-bs-31 {
    border-bottom-left-radius: 124px !important
}

.rounded-be-31 {
    border-bottom-right-radius: 124px !important
}

.rounded-32 {
    border-radius: 128px !important
}

.rounded-t-32 {
    border-top-left-radius: 128px !important;
    border-top-right-radius: 128px !important
}

.rounded-b-32 {
    border-bottom-right-radius: 128px !important
}

.rounded-b-32,
.rounded-s-32 {
    border-bottom-left-radius: 128px !important
}

.rounded-s-32 {
    border-top-left-radius: 128px !important
}

.rounded-e-32 {
    border-bottom-right-radius: 128px !important;
    border-top-right-radius: 128px !important
}

.rounded-ts-32 {
    border-top-left-radius: 128px !important
}

.rounded-te-32 {
    border-top-right-radius: 128px !important
}

.rounded-bs-32 {
    border-bottom-left-radius: 128px !important
}

.rounded-be-32 {
    border-bottom-right-radius: 128px !important
}

.rounded-33 {
    border-radius: 132px !important
}

.rounded-t-33 {
    border-top-left-radius: 132px !important;
    border-top-right-radius: 132px !important
}

.rounded-b-33 {
    border-bottom-right-radius: 132px !important
}

.rounded-b-33,
.rounded-s-33 {
    border-bottom-left-radius: 132px !important
}

.rounded-s-33 {
    border-top-left-radius: 132px !important
}

.rounded-e-33 {
    border-bottom-right-radius: 132px !important;
    border-top-right-radius: 132px !important
}

.rounded-ts-33 {
    border-top-left-radius: 132px !important
}

.rounded-te-33 {
    border-top-right-radius: 132px !important
}

.rounded-bs-33 {
    border-bottom-left-radius: 132px !important
}

.rounded-be-33 {
    border-bottom-right-radius: 132px !important
}

.rounded-34 {
    border-radius: 136px !important
}

.rounded-t-34 {
    border-top-left-radius: 136px !important;
    border-top-right-radius: 136px !important
}

.rounded-b-34 {
    border-bottom-right-radius: 136px !important
}

.rounded-b-34,
.rounded-s-34 {
    border-bottom-left-radius: 136px !important
}

.rounded-s-34 {
    border-top-left-radius: 136px !important
}

.rounded-e-34 {
    border-bottom-right-radius: 136px !important;
    border-top-right-radius: 136px !important
}

.rounded-ts-34 {
    border-top-left-radius: 136px !important
}

.rounded-te-34 {
    border-top-right-radius: 136px !important
}

.rounded-bs-34 {
    border-bottom-left-radius: 136px !important
}

.rounded-be-34 {
    border-bottom-right-radius: 136px !important
}

.rounded-35 {
    border-radius: 140px !important
}

.rounded-t-35 {
    border-top-left-radius: 140px !important;
    border-top-right-radius: 140px !important
}

.rounded-b-35 {
    border-bottom-right-radius: 140px !important
}

.rounded-b-35,
.rounded-s-35 {
    border-bottom-left-radius: 140px !important
}

.rounded-s-35 {
    border-top-left-radius: 140px !important
}

.rounded-e-35 {
    border-bottom-right-radius: 140px !important;
    border-top-right-radius: 140px !important
}

.rounded-ts-35 {
    border-top-left-radius: 140px !important
}

.rounded-te-35 {
    border-top-right-radius: 140px !important
}

.rounded-bs-35 {
    border-bottom-left-radius: 140px !important
}

.rounded-be-35 {
    border-bottom-right-radius: 140px !important
}

.rounded-36 {
    border-radius: 144px !important
}

.rounded-t-36 {
    border-top-left-radius: 144px !important;
    border-top-right-radius: 144px !important
}

.rounded-b-36 {
    border-bottom-right-radius: 144px !important
}

.rounded-b-36,
.rounded-s-36 {
    border-bottom-left-radius: 144px !important
}

.rounded-s-36 {
    border-top-left-radius: 144px !important
}

.rounded-e-36 {
    border-bottom-right-radius: 144px !important;
    border-top-right-radius: 144px !important
}

.rounded-ts-36 {
    border-top-left-radius: 144px !important
}

.rounded-te-36 {
    border-top-right-radius: 144px !important
}

.rounded-bs-36 {
    border-bottom-left-radius: 144px !important
}

.rounded-be-36 {
    border-bottom-right-radius: 144px !important
}

.rounded-37 {
    border-radius: 148px !important
}

.rounded-t-37 {
    border-top-left-radius: 148px !important;
    border-top-right-radius: 148px !important
}

.rounded-b-37 {
    border-bottom-right-radius: 148px !important
}

.rounded-b-37,
.rounded-s-37 {
    border-bottom-left-radius: 148px !important
}

.rounded-s-37 {
    border-top-left-radius: 148px !important
}

.rounded-e-37 {
    border-bottom-right-radius: 148px !important;
    border-top-right-radius: 148px !important
}

.rounded-ts-37 {
    border-top-left-radius: 148px !important
}

.rounded-te-37 {
    border-top-right-radius: 148px !important
}

.rounded-bs-37 {
    border-bottom-left-radius: 148px !important
}

.rounded-be-37 {
    border-bottom-right-radius: 148px !important
}

.rounded-38 {
    border-radius: 152px !important
}

.rounded-t-38 {
    border-top-left-radius: 152px !important;
    border-top-right-radius: 152px !important
}

.rounded-b-38 {
    border-bottom-right-radius: 152px !important
}

.rounded-b-38,
.rounded-s-38 {
    border-bottom-left-radius: 152px !important
}

.rounded-s-38 {
    border-top-left-radius: 152px !important
}

.rounded-e-38 {
    border-bottom-right-radius: 152px !important;
    border-top-right-radius: 152px !important
}

.rounded-ts-38 {
    border-top-left-radius: 152px !important
}

.rounded-te-38 {
    border-top-right-radius: 152px !important
}

.rounded-bs-38 {
    border-bottom-left-radius: 152px !important
}

.rounded-be-38 {
    border-bottom-right-radius: 152px !important
}

.rounded-39 {
    border-radius: 156px !important
}

.rounded-t-39 {
    border-top-left-radius: 156px !important;
    border-top-right-radius: 156px !important
}

.rounded-b-39 {
    border-bottom-right-radius: 156px !important
}

.rounded-b-39,
.rounded-s-39 {
    border-bottom-left-radius: 156px !important
}

.rounded-s-39 {
    border-top-left-radius: 156px !important
}

.rounded-e-39 {
    border-bottom-right-radius: 156px !important;
    border-top-right-radius: 156px !important
}

.rounded-ts-39 {
    border-top-left-radius: 156px !important
}

.rounded-te-39 {
    border-top-right-radius: 156px !important
}

.rounded-bs-39 {
    border-bottom-left-radius: 156px !important
}

.rounded-be-39 {
    border-bottom-right-radius: 156px !important
}

.rounded-40 {
    border-radius: 160px !important
}

.rounded-t-40 {
    border-top-left-radius: 160px !important;
    border-top-right-radius: 160px !important
}

.rounded-b-40 {
    border-bottom-right-radius: 160px !important
}

.rounded-b-40,
.rounded-s-40 {
    border-bottom-left-radius: 160px !important
}

.rounded-s-40 {
    border-top-left-radius: 160px !important
}

.rounded-e-40 {
    border-bottom-right-radius: 160px !important;
    border-top-right-radius: 160px !important
}

.rounded-ts-40 {
    border-top-left-radius: 160px !important
}

.rounded-te-40 {
    border-top-right-radius: 160px !important
}

.rounded-bs-40 {
    border-bottom-left-radius: 160px !important
}

.rounded-be-40 {
    border-bottom-right-radius: 160px !important
}

.rounded-0p5 {
    border-radius: 2px !important
}

.rounded-t-0p5 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.rounded-b-0p5 {
    border-bottom-right-radius: 2px !important
}

.rounded-b-0p5,
.rounded-s-0p5 {
    border-bottom-left-radius: 2px !important
}

.rounded-s-0p5 {
    border-top-left-radius: 2px !important
}

.rounded-e-0p5 {
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.rounded-ts-0p5 {
    border-top-left-radius: 2px !important
}

.rounded-te-0p5 {
    border-top-right-radius: 2px !important
}

.rounded-bs-0p5 {
    border-bottom-left-radius: 2px !important
}

.rounded-be-0p5 {
    border-bottom-right-radius: 2px !important
}

.rounded-1p5 {
    border-radius: 6px !important
}

.rounded-t-1p5 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-b-1p5 {
    border-bottom-right-radius: 6px !important
}

.rounded-b-1p5,
.rounded-s-1p5 {
    border-bottom-left-radius: 6px !important
}

.rounded-s-1p5 {
    border-top-left-radius: 6px !important
}

.rounded-e-1p5 {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-ts-1p5 {
    border-top-left-radius: 6px !important
}

.rounded-te-1p5 {
    border-top-right-radius: 6px !important
}

.rounded-bs-1p5 {
    border-bottom-left-radius: 6px !important
}

.rounded-be-1p5 {
    border-bottom-right-radius: 6px !important
}

.rounded-2p5 {
    border-radius: 10px !important
}

.rounded-t-2p5 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.rounded-b-2p5 {
    border-bottom-right-radius: 10px !important
}

.rounded-b-2p5,
.rounded-s-2p5 {
    border-bottom-left-radius: 10px !important
}

.rounded-s-2p5 {
    border-top-left-radius: 10px !important
}

.rounded-e-2p5 {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.rounded-ts-2p5 {
    border-top-left-radius: 10px !important
}

.rounded-te-2p5 {
    border-top-right-radius: 10px !important
}

.rounded-bs-2p5 {
    border-bottom-left-radius: 10px !important
}

.rounded-be-2p5 {
    border-bottom-right-radius: 10px !important
}

.rounded-3p5 {
    border-radius: 14px !important
}

.rounded-t-3p5 {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important
}

.rounded-b-3p5 {
    border-bottom-right-radius: 14px !important
}

.rounded-b-3p5,
.rounded-s-3p5 {
    border-bottom-left-radius: 14px !important
}

.rounded-s-3p5 {
    border-top-left-radius: 14px !important
}

.rounded-e-3p5 {
    border-bottom-right-radius: 14px !important;
    border-top-right-radius: 14px !important
}

.rounded-ts-3p5 {
    border-top-left-radius: 14px !important
}

.rounded-te-3p5 {
    border-top-right-radius: 14px !important
}

.rounded-bs-3p5 {
    border-bottom-left-radius: 14px !important
}

.rounded-be-3p5 {
    border-bottom-right-radius: 14px !important
}

.rounded-4p5 {
    border-radius: 18px !important
}

.rounded-t-4p5 {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important
}

.rounded-b-4p5 {
    border-bottom-right-radius: 18px !important
}

.rounded-b-4p5,
.rounded-s-4p5 {
    border-bottom-left-radius: 18px !important
}

.rounded-s-4p5 {
    border-top-left-radius: 18px !important
}

.rounded-e-4p5 {
    border-bottom-right-radius: 18px !important;
    border-top-right-radius: 18px !important
}

.rounded-ts-4p5 {
    border-top-left-radius: 18px !important
}

.rounded-te-4p5 {
    border-top-right-radius: 18px !important
}

.rounded-bs-4p5 {
    border-bottom-left-radius: 18px !important
}

.rounded-be-4p5 {
    border-bottom-right-radius: 18px !important
}

.rounded-5p5 {
    border-radius: 22px !important
}

.rounded-t-5p5 {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important
}

.rounded-b-5p5 {
    border-bottom-right-radius: 22px !important
}

.rounded-b-5p5,
.rounded-s-5p5 {
    border-bottom-left-radius: 22px !important
}

.rounded-s-5p5 {
    border-top-left-radius: 22px !important
}

.rounded-e-5p5 {
    border-bottom-right-radius: 22px !important;
    border-top-right-radius: 22px !important
}

.rounded-ts-5p5 {
    border-top-left-radius: 22px !important
}

.rounded-te-5p5 {
    border-top-right-radius: 22px !important
}

.rounded-bs-5p5 {
    border-bottom-left-radius: 22px !important
}

.rounded-be-5p5 {
    border-bottom-right-radius: 22px !important
}

.rounded-6p5 {
    border-radius: 26px !important
}

.rounded-t-6p5 {
    border-top-left-radius: 26px !important;
    border-top-right-radius: 26px !important
}

.rounded-b-6p5 {
    border-bottom-right-radius: 26px !important
}

.rounded-b-6p5,
.rounded-s-6p5 {
    border-bottom-left-radius: 26px !important
}

.rounded-s-6p5 {
    border-top-left-radius: 26px !important
}

.rounded-e-6p5 {
    border-bottom-right-radius: 26px !important;
    border-top-right-radius: 26px !important
}

.rounded-ts-6p5 {
    border-top-left-radius: 26px !important
}

.rounded-te-6p5 {
    border-top-right-radius: 26px !important
}

.rounded-bs-6p5 {
    border-bottom-left-radius: 26px !important
}

.rounded-be-6p5 {
    border-bottom-right-radius: 26px !important
}

.rounded-7p5 {
    border-radius: 30px !important
}

.rounded-t-7p5 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important
}

.rounded-b-7p5 {
    border-bottom-right-radius: 30px !important
}

.rounded-b-7p5,
.rounded-s-7p5 {
    border-bottom-left-radius: 30px !important
}

.rounded-s-7p5 {
    border-top-left-radius: 30px !important
}

.rounded-e-7p5 {
    border-bottom-right-radius: 30px !important;
    border-top-right-radius: 30px !important
}

.rounded-ts-7p5 {
    border-top-left-radius: 30px !important
}

.rounded-te-7p5 {
    border-top-right-radius: 30px !important
}

.rounded-bs-7p5 {
    border-bottom-left-radius: 30px !important
}

.rounded-be-7p5 {
    border-bottom-right-radius: 30px !important
}

.rounded-12p5 {
    border-radius: 50px !important
}

.rounded-t-12p5 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important
}

.rounded-b-12p5 {
    border-bottom-right-radius: 50px !important
}

.rounded-b-12p5,
.rounded-s-12p5 {
    border-bottom-left-radius: 50px !important
}

.rounded-s-12p5 {
    border-top-left-radius: 50px !important
}

.rounded-e-12p5 {
    border-bottom-right-radius: 50px !important;
    border-top-right-radius: 50px !important
}

.rounded-ts-12p5 {
    border-top-left-radius: 50px !important
}

.rounded-te-12p5 {
    border-top-right-radius: 50px !important
}

.rounded-bs-12p5 {
    border-bottom-left-radius: 50px !important
}

.rounded-be-12p5 {
    border-bottom-right-radius: 50px !important
}

.rounded-17p5 {
    border-radius: 70px !important
}

.rounded-t-17p5 {
    border-top-left-radius: 70px !important;
    border-top-right-radius: 70px !important
}

.rounded-b-17p5 {
    border-bottom-right-radius: 70px !important
}

.rounded-b-17p5,
.rounded-s-17p5 {
    border-bottom-left-radius: 70px !important
}

.rounded-s-17p5 {
    border-top-left-radius: 70px !important
}

.rounded-e-17p5 {
    border-bottom-right-radius: 70px !important;
    border-top-right-radius: 70px !important
}

.rounded-ts-17p5 {
    border-top-left-radius: 70px !important
}

.rounded-te-17p5 {
    border-top-right-radius: 70px !important
}

.rounded-bs-17p5 {
    border-bottom-left-radius: 70px !important
}

.rounded-be-17p5 {
    border-bottom-right-radius: 70px !important
}

.rounded-20p5 {
    border-radius: 82px !important
}

.rounded-t-20p5 {
    border-top-left-radius: 82px !important;
    border-top-right-radius: 82px !important
}

.rounded-b-20p5 {
    border-bottom-right-radius: 82px !important
}

.rounded-b-20p5,
.rounded-s-20p5 {
    border-bottom-left-radius: 82px !important
}

.rounded-s-20p5 {
    border-top-left-radius: 82px !important
}

.rounded-e-20p5 {
    border-bottom-right-radius: 82px !important;
    border-top-right-radius: 82px !important
}

.rounded-ts-20p5 {
    border-top-left-radius: 82px !important
}

.rounded-te-20p5 {
    border-top-right-radius: 82px !important
}

.rounded-bs-20p5 {
    border-bottom-left-radius: 82px !important
}

.rounded-be-20p5 {
    border-bottom-right-radius: 82px !important
}

.rounded-32p5 {
    border-radius: 130px !important
}

.rounded-t-32p5 {
    border-top-left-radius: 130px !important;
    border-top-right-radius: 130px !important
}

.rounded-b-32p5 {
    border-bottom-right-radius: 130px !important
}

.rounded-b-32p5,
.rounded-s-32p5 {
    border-bottom-left-radius: 130px !important
}

.rounded-s-32p5 {
    border-top-left-radius: 130px !important
}

.rounded-e-32p5 {
    border-bottom-right-radius: 130px !important;
    border-top-right-radius: 130px !important
}

.rounded-ts-32p5 {
    border-top-left-radius: 130px !important
}

.rounded-te-32p5 {
    border-top-right-radius: 130px !important
}

.rounded-bs-32p5 {
    border-bottom-left-radius: 130px !important
}

.rounded-be-32p5 {
    border-bottom-right-radius: 130px !important
}

.rounded-42 {
    border-radius: 168px !important
}

.rounded-t-42 {
    border-top-left-radius: 168px !important;
    border-top-right-radius: 168px !important
}

.rounded-b-42 {
    border-bottom-right-radius: 168px !important
}

.rounded-b-42,
.rounded-s-42 {
    border-bottom-left-radius: 168px !important
}

.rounded-s-42 {
    border-top-left-radius: 168px !important
}

.rounded-e-42 {
    border-bottom-right-radius: 168px !important;
    border-top-right-radius: 168px !important
}

.rounded-ts-42 {
    border-top-left-radius: 168px !important
}

.rounded-te-42 {
    border-top-right-radius: 168px !important
}

.rounded-bs-42 {
    border-bottom-left-radius: 168px !important
}

.rounded-be-42 {
    border-bottom-right-radius: 168px !important
}

.rounded-45 {
    border-radius: 180px !important
}

.rounded-t-45 {
    border-top-left-radius: 180px !important;
    border-top-right-radius: 180px !important
}

.rounded-b-45 {
    border-bottom-right-radius: 180px !important
}

.rounded-b-45,
.rounded-s-45 {
    border-bottom-left-radius: 180px !important
}

.rounded-s-45 {
    border-top-left-radius: 180px !important
}

.rounded-e-45 {
    border-bottom-right-radius: 180px !important;
    border-top-right-radius: 180px !important
}

.rounded-ts-45 {
    border-top-left-radius: 180px !important
}

.rounded-te-45 {
    border-top-right-radius: 180px !important
}

.rounded-bs-45 {
    border-bottom-left-radius: 180px !important
}

.rounded-be-45 {
    border-bottom-right-radius: 180px !important
}

.rounded-48 {
    border-radius: 192px !important
}

.rounded-t-48 {
    border-top-left-radius: 192px !important;
    border-top-right-radius: 192px !important
}

.rounded-b-48 {
    border-bottom-right-radius: 192px !important
}

.rounded-b-48,
.rounded-s-48 {
    border-bottom-left-radius: 192px !important
}

.rounded-s-48 {
    border-top-left-radius: 192px !important
}

.rounded-e-48 {
    border-bottom-right-radius: 192px !important;
    border-top-right-radius: 192px !important
}

.rounded-ts-48 {
    border-top-left-radius: 192px !important
}

.rounded-te-48 {
    border-top-right-radius: 192px !important
}

.rounded-bs-48 {
    border-bottom-left-radius: 192px !important
}

.rounded-be-48 {
    border-bottom-right-radius: 192px !important
}

.rounded-50 {
    border-radius: 200px !important
}

.rounded-t-50 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important
}

.rounded-b-50 {
    border-bottom-right-radius: 200px !important
}

.rounded-b-50,
.rounded-s-50 {
    border-bottom-left-radius: 200px !important
}

.rounded-s-50 {
    border-top-left-radius: 200px !important
}

.rounded-e-50 {
    border-bottom-right-radius: 200px !important;
    border-top-right-radius: 200px !important
}

.rounded-ts-50 {
    border-top-left-radius: 200px !important
}

.rounded-te-50 {
    border-top-right-radius: 200px !important
}

.rounded-bs-50 {
    border-bottom-left-radius: 200px !important
}

.rounded-be-50 {
    border-bottom-right-radius: 200px !important
}

.rounded-55 {
    border-radius: 220px !important
}

.rounded-t-55 {
    border-top-left-radius: 220px !important;
    border-top-right-radius: 220px !important
}

.rounded-b-55 {
    border-bottom-right-radius: 220px !important
}

.rounded-b-55,
.rounded-s-55 {
    border-bottom-left-radius: 220px !important
}

.rounded-s-55 {
    border-top-left-radius: 220px !important
}

.rounded-e-55 {
    border-bottom-right-radius: 220px !important;
    border-top-right-radius: 220px !important
}

.rounded-ts-55 {
    border-top-left-radius: 220px !important
}

.rounded-te-55 {
    border-top-right-radius: 220px !important
}

.rounded-bs-55 {
    border-bottom-left-radius: 220px !important
}

.rounded-be-55 {
    border-bottom-right-radius: 220px !important
}

.rounded-56 {
    border-radius: 224px !important
}

.rounded-t-56 {
    border-top-left-radius: 224px !important;
    border-top-right-radius: 224px !important
}

.rounded-b-56 {
    border-bottom-right-radius: 224px !important
}

.rounded-b-56,
.rounded-s-56 {
    border-bottom-left-radius: 224px !important
}

.rounded-s-56 {
    border-top-left-radius: 224px !important
}

.rounded-e-56 {
    border-bottom-right-radius: 224px !important;
    border-top-right-radius: 224px !important
}

.rounded-ts-56 {
    border-top-left-radius: 224px !important
}

.rounded-te-56 {
    border-top-right-radius: 224px !important
}

.rounded-bs-56 {
    border-bottom-left-radius: 224px !important
}

.rounded-be-56 {
    border-bottom-right-radius: 224px !important
}

.rounded-60 {
    border-radius: 240px !important
}

.rounded-t-60 {
    border-top-left-radius: 240px !important;
    border-top-right-radius: 240px !important
}

.rounded-b-60 {
    border-bottom-right-radius: 240px !important
}

.rounded-b-60,
.rounded-s-60 {
    border-bottom-left-radius: 240px !important
}

.rounded-s-60 {
    border-top-left-radius: 240px !important
}

.rounded-e-60 {
    border-bottom-right-radius: 240px !important;
    border-top-right-radius: 240px !important
}

.rounded-ts-60 {
    border-top-left-radius: 240px !important
}

.rounded-te-60 {
    border-top-right-radius: 240px !important
}

.rounded-bs-60 {
    border-bottom-left-radius: 240px !important
}

.rounded-be-60 {
    border-bottom-right-radius: 240px !important
}

.rounded-62 {
    border-radius: 248px !important
}

.rounded-t-62 {
    border-top-left-radius: 248px !important;
    border-top-right-radius: 248px !important
}

.rounded-b-62 {
    border-bottom-right-radius: 248px !important
}

.rounded-b-62,
.rounded-s-62 {
    border-bottom-left-radius: 248px !important
}

.rounded-s-62 {
    border-top-left-radius: 248px !important
}

.rounded-e-62 {
    border-bottom-right-radius: 248px !important;
    border-top-right-radius: 248px !important
}

.rounded-ts-62 {
    border-top-left-radius: 248px !important
}

.rounded-te-62 {
    border-top-right-radius: 248px !important
}

.rounded-bs-62 {
    border-bottom-left-radius: 248px !important
}

.rounded-be-62 {
    border-bottom-right-radius: 248px !important
}

.rounded-64 {
    border-radius: 256px !important
}

.rounded-t-64 {
    border-top-left-radius: 256px !important;
    border-top-right-radius: 256px !important
}

.rounded-b-64 {
    border-bottom-right-radius: 256px !important
}

.rounded-b-64,
.rounded-s-64 {
    border-bottom-left-radius: 256px !important
}

.rounded-s-64 {
    border-top-left-radius: 256px !important
}

.rounded-e-64 {
    border-bottom-right-radius: 256px !important;
    border-top-right-radius: 256px !important
}

.rounded-ts-64 {
    border-top-left-radius: 256px !important
}

.rounded-te-64 {
    border-top-right-radius: 256px !important
}

.rounded-bs-64 {
    border-bottom-left-radius: 256px !important
}

.rounded-be-64 {
    border-bottom-right-radius: 256px !important
}

.rounded-70 {
    border-radius: 280px !important
}

.rounded-t-70 {
    border-top-left-radius: 280px !important;
    border-top-right-radius: 280px !important
}

.rounded-b-70 {
    border-bottom-right-radius: 280px !important
}

.rounded-b-70,
.rounded-s-70 {
    border-bottom-left-radius: 280px !important
}

.rounded-s-70 {
    border-top-left-radius: 280px !important
}

.rounded-e-70 {
    border-bottom-right-radius: 280px !important;
    border-top-right-radius: 280px !important
}

.rounded-ts-70 {
    border-top-left-radius: 280px !important
}

.rounded-te-70 {
    border-top-right-radius: 280px !important
}

.rounded-bs-70 {
    border-bottom-left-radius: 280px !important
}

.rounded-be-70 {
    border-bottom-right-radius: 280px !important
}

.rounded-72 {
    border-radius: 288px !important
}

.rounded-t-72 {
    border-top-left-radius: 288px !important;
    border-top-right-radius: 288px !important
}

.rounded-b-72 {
    border-bottom-right-radius: 288px !important
}

.rounded-b-72,
.rounded-s-72 {
    border-bottom-left-radius: 288px !important
}

.rounded-s-72 {
    border-top-left-radius: 288px !important
}

.rounded-e-72 {
    border-bottom-right-radius: 288px !important;
    border-top-right-radius: 288px !important
}

.rounded-ts-72 {
    border-top-left-radius: 288px !important
}

.rounded-te-72 {
    border-top-right-radius: 288px !important
}

.rounded-bs-72 {
    border-bottom-left-radius: 288px !important
}

.rounded-be-72 {
    border-bottom-right-radius: 288px !important
}

.rounded-75 {
    border-radius: 300px !important
}

.rounded-t-75 {
    border-top-left-radius: 300px !important;
    border-top-right-radius: 300px !important
}

.rounded-b-75 {
    border-bottom-right-radius: 300px !important
}

.rounded-b-75,
.rounded-s-75 {
    border-bottom-left-radius: 300px !important
}

.rounded-s-75 {
    border-top-left-radius: 300px !important
}

.rounded-e-75 {
    border-bottom-right-radius: 300px !important;
    border-top-right-radius: 300px !important
}

.rounded-ts-75 {
    border-top-left-radius: 300px !important
}

.rounded-te-75 {
    border-top-right-radius: 300px !important
}

.rounded-bs-75 {
    border-bottom-left-radius: 300px !important
}

.rounded-be-75 {
    border-bottom-right-radius: 300px !important
}

.rounded-80 {
    border-radius: 320px !important
}

.rounded-t-80 {
    border-top-left-radius: 320px !important;
    border-top-right-radius: 320px !important
}

.rounded-b-80 {
    border-bottom-right-radius: 320px !important
}

.rounded-b-80,
.rounded-s-80 {
    border-bottom-left-radius: 320px !important
}

.rounded-s-80 {
    border-top-left-radius: 320px !important
}

.rounded-e-80 {
    border-bottom-right-radius: 320px !important;
    border-top-right-radius: 320px !important
}

.rounded-ts-80 {
    border-top-left-radius: 320px !important
}

.rounded-te-80 {
    border-top-right-radius: 320px !important
}

.rounded-bs-80 {
    border-bottom-left-radius: 320px !important
}

.rounded-be-80 {
    border-bottom-right-radius: 320px !important
}

.rounded-85 {
    border-radius: 340px !important
}

.rounded-t-85 {
    border-top-left-radius: 340px !important;
    border-top-right-radius: 340px !important
}

.rounded-b-85 {
    border-bottom-right-radius: 340px !important
}

.rounded-b-85,
.rounded-s-85 {
    border-bottom-left-radius: 340px !important
}

.rounded-s-85 {
    border-top-left-radius: 340px !important
}

.rounded-e-85 {
    border-bottom-right-radius: 340px !important;
    border-top-right-radius: 340px !important
}

.rounded-ts-85 {
    border-top-left-radius: 340px !important
}

.rounded-te-85 {
    border-top-right-radius: 340px !important
}

.rounded-bs-85 {
    border-bottom-left-radius: 340px !important
}

.rounded-be-85 {
    border-bottom-right-radius: 340px !important
}

.rounded-90 {
    border-radius: 360px !important
}

.rounded-t-90 {
    border-top-left-radius: 360px !important;
    border-top-right-radius: 360px !important
}

.rounded-b-90 {
    border-bottom-right-radius: 360px !important
}

.rounded-b-90,
.rounded-s-90 {
    border-bottom-left-radius: 360px !important
}

.rounded-s-90 {
    border-top-left-radius: 360px !important
}

.rounded-e-90 {
    border-bottom-right-radius: 360px !important;
    border-top-right-radius: 360px !important
}

.rounded-ts-90 {
    border-top-left-radius: 360px !important
}

.rounded-te-90 {
    border-top-right-radius: 360px !important
}

.rounded-bs-90 {
    border-bottom-left-radius: 360px !important
}

.rounded-be-90 {
    border-bottom-right-radius: 360px !important
}

.rounded-100 {
    border-radius: 400px !important
}

.rounded-t-100 {
    border-top-left-radius: 400px !important;
    border-top-right-radius: 400px !important
}

.rounded-b-100 {
    border-bottom-right-radius: 400px !important
}

.rounded-b-100,
.rounded-s-100 {
    border-bottom-left-radius: 400px !important
}

.rounded-s-100 {
    border-top-left-radius: 400px !important
}

.rounded-e-100 {
    border-bottom-right-radius: 400px !important;
    border-top-right-radius: 400px !important
}

.rounded-ts-100 {
    border-top-left-radius: 400px !important
}

.rounded-te-100 {
    border-top-right-radius: 400px !important
}

.rounded-bs-100 {
    border-bottom-left-radius: 400px !important
}

.rounded-be-100 {
    border-bottom-right-radius: 400px !important
}

.rounded-112 {
    border-radius: 448px !important
}

.rounded-t-112 {
    border-top-left-radius: 448px !important;
    border-top-right-radius: 448px !important
}

.rounded-b-112 {
    border-bottom-right-radius: 448px !important
}

.rounded-b-112,
.rounded-s-112 {
    border-bottom-left-radius: 448px !important
}

.rounded-s-112 {
    border-top-left-radius: 448px !important
}

.rounded-e-112 {
    border-bottom-right-radius: 448px !important;
    border-top-right-radius: 448px !important
}

.rounded-ts-112 {
    border-top-left-radius: 448px !important
}

.rounded-te-112 {
    border-top-right-radius: 448px !important
}

.rounded-bs-112 {
    border-bottom-left-radius: 448px !important
}

.rounded-be-112 {
    border-bottom-right-radius: 448px !important
}

.rounded-120 {
    border-radius: 480px !important
}

.rounded-t-120 {
    border-top-left-radius: 480px !important;
    border-top-right-radius: 480px !important
}

.rounded-b-120 {
    border-bottom-right-radius: 480px !important
}

.rounded-b-120,
.rounded-s-120 {
    border-bottom-left-radius: 480px !important
}

.rounded-s-120 {
    border-top-left-radius: 480px !important
}

.rounded-e-120 {
    border-bottom-right-radius: 480px !important;
    border-top-right-radius: 480px !important
}

.rounded-ts-120 {
    border-top-left-radius: 480px !important
}

.rounded-te-120 {
    border-top-right-radius: 480px !important
}

.rounded-bs-120 {
    border-bottom-left-radius: 480px !important
}

.rounded-be-120 {
    border-bottom-right-radius: 480px !important
}

.rounded-143 {
    border-radius: 572px !important
}

.rounded-t-143 {
    border-top-left-radius: 572px !important;
    border-top-right-radius: 572px !important
}

.rounded-b-143 {
    border-bottom-right-radius: 572px !important
}

.rounded-b-143,
.rounded-s-143 {
    border-bottom-left-radius: 572px !important
}

.rounded-s-143 {
    border-top-left-radius: 572px !important
}

.rounded-e-143 {
    border-bottom-right-radius: 572px !important;
    border-top-right-radius: 572px !important
}

.rounded-ts-143 {
    border-top-left-radius: 572px !important
}

.rounded-te-143 {
    border-top-right-radius: 572px !important
}

.rounded-bs-143 {
    border-bottom-left-radius: 572px !important
}

.rounded-be-143 {
    border-bottom-right-radius: 572px !important
}

.rounded-150 {
    border-radius: 600px !important
}

.rounded-t-150 {
    border-top-left-radius: 600px !important;
    border-top-right-radius: 600px !important
}

.rounded-b-150 {
    border-bottom-right-radius: 600px !important
}

.rounded-b-150,
.rounded-s-150 {
    border-bottom-left-radius: 600px !important
}

.rounded-s-150 {
    border-top-left-radius: 600px !important
}

.rounded-e-150 {
    border-bottom-right-radius: 600px !important;
    border-top-right-radius: 600px !important
}

.rounded-ts-150 {
    border-top-left-radius: 600px !important
}

.rounded-te-150 {
    border-top-right-radius: 600px !important
}

.rounded-bs-150 {
    border-bottom-left-radius: 600px !important
}

.rounded-be-150 {
    border-bottom-right-radius: 600px !important
}

.rounded-160 {
    border-radius: 640px !important
}

.rounded-t-160 {
    border-top-left-radius: 640px !important;
    border-top-right-radius: 640px !important
}

.rounded-b-160 {
    border-bottom-right-radius: 640px !important
}

.rounded-b-160,
.rounded-s-160 {
    border-bottom-left-radius: 640px !important
}

.rounded-s-160 {
    border-top-left-radius: 640px !important
}

.rounded-e-160 {
    border-bottom-right-radius: 640px !important;
    border-top-right-radius: 640px !important
}

.rounded-ts-160 {
    border-top-left-radius: 640px !important
}

.rounded-te-160 {
    border-top-right-radius: 640px !important
}

.rounded-bs-160 {
    border-bottom-left-radius: 640px !important
}

.rounded-be-160 {
    border-bottom-right-radius: 640px !important
}

.rounded-190 {
    border-radius: 760px !important
}

.rounded-t-190 {
    border-top-left-radius: 760px !important;
    border-top-right-radius: 760px !important
}

.rounded-b-190 {
    border-bottom-right-radius: 760px !important
}

.rounded-b-190,
.rounded-s-190 {
    border-bottom-left-radius: 760px !important
}

.rounded-s-190 {
    border-top-left-radius: 760px !important
}

.rounded-e-190 {
    border-bottom-right-radius: 760px !important;
    border-top-right-radius: 760px !important
}

.rounded-ts-190 {
    border-top-left-radius: 760px !important
}

.rounded-te-190 {
    border-top-right-radius: 760px !important
}

.rounded-bs-190 {
    border-bottom-left-radius: 760px !important
}

.rounded-be-190 {
    border-bottom-right-radius: 760px !important
}

.rounded-200 {
    border-radius: 800px !important
}

.rounded-t-200 {
    border-top-left-radius: 800px !important;
    border-top-right-radius: 800px !important
}

.rounded-b-200 {
    border-bottom-right-radius: 800px !important
}

.rounded-b-200,
.rounded-s-200 {
    border-bottom-left-radius: 800px !important
}

.rounded-s-200 {
    border-top-left-radius: 800px !important
}

.rounded-e-200 {
    border-bottom-right-radius: 800px !important;
    border-top-right-radius: 800px !important
}

.rounded-ts-200 {
    border-top-left-radius: 800px !important
}

.rounded-te-200 {
    border-top-right-radius: 800px !important
}

.rounded-bs-200 {
    border-bottom-left-radius: 800px !important
}

.rounded-be-200 {
    border-bottom-right-radius: 800px !important
}

@media(min-width:600px) {
    .rounded-sm-0 {
        border-radius: 0 !important
    }
    .rounded-sm-t-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-sm-b-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-sm-b-0,
    .rounded-sm-s-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-sm-s-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-sm-e-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-sm-ts-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-sm-te-0 {
        border-top-right-radius: 0 !important
    }
    .rounded-sm-bs-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-sm-be-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-sm-1 {
        border-radius: 4px !important
    }
    .rounded-sm-t-1 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-sm-b-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-sm-b-1,
    .rounded-sm-s-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-sm-s-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-sm-e-1 {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-sm-ts-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-sm-te-1 {
        border-top-right-radius: 4px !important
    }
    .rounded-sm-bs-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-sm-be-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-sm-2 {
        border-radius: 8px !important
    }
    .rounded-sm-t-2 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-sm-b-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-sm-b-2,
    .rounded-sm-s-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-sm-s-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-sm-e-2 {
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-sm-ts-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-sm-te-2 {
        border-top-right-radius: 8px !important
    }
    .rounded-sm-bs-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-sm-be-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-sm-3 {
        border-radius: 12px !important
    }
    .rounded-sm-t-3 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-sm-b-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-sm-b-3,
    .rounded-sm-s-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-sm-s-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-sm-e-3 {
        border-bottom-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-sm-ts-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-sm-te-3 {
        border-top-right-radius: 12px !important
    }
    .rounded-sm-bs-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-sm-be-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-sm-4 {
        border-radius: 16px !important
    }
    .rounded-sm-t-4 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-sm-b-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-sm-b-4,
    .rounded-sm-s-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-sm-s-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-sm-e-4 {
        border-bottom-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-sm-ts-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-sm-te-4 {
        border-top-right-radius: 16px !important
    }
    .rounded-sm-bs-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-sm-be-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-sm-5 {
        border-radius: 20px !important
    }
    .rounded-sm-t-5 {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-sm-b-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-sm-b-5,
    .rounded-sm-s-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-sm-s-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-sm-e-5 {
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-sm-ts-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-sm-te-5 {
        border-top-right-radius: 20px !important
    }
    .rounded-sm-bs-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-sm-be-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-sm-6 {
        border-radius: 24px !important
    }
    .rounded-sm-t-6 {
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-sm-b-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-sm-b-6,
    .rounded-sm-s-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-sm-s-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-sm-e-6 {
        border-bottom-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-sm-ts-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-sm-te-6 {
        border-top-right-radius: 24px !important
    }
    .rounded-sm-bs-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-sm-be-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-sm-7 {
        border-radius: 28px !important
    }
    .rounded-sm-t-7 {
        border-top-left-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-sm-b-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-sm-b-7,
    .rounded-sm-s-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-sm-s-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-sm-e-7 {
        border-bottom-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-sm-ts-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-sm-te-7 {
        border-top-right-radius: 28px !important
    }
    .rounded-sm-bs-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-sm-be-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-sm-8 {
        border-radius: 32px !important
    }
    .rounded-sm-t-8 {
        border-top-left-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-sm-b-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-sm-b-8,
    .rounded-sm-s-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-sm-s-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-sm-e-8 {
        border-bottom-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-sm-ts-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-sm-te-8 {
        border-top-right-radius: 32px !important
    }
    .rounded-sm-bs-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-sm-be-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-sm-9 {
        border-radius: 36px !important
    }
    .rounded-sm-t-9 {
        border-top-left-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-sm-b-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-sm-b-9,
    .rounded-sm-s-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-sm-s-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-sm-e-9 {
        border-bottom-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-sm-ts-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-sm-te-9 {
        border-top-right-radius: 36px !important
    }
    .rounded-sm-bs-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-sm-be-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-sm-10 {
        border-radius: 40px !important
    }
    .rounded-sm-t-10 {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-sm-b-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-sm-b-10,
    .rounded-sm-s-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-sm-s-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-sm-e-10 {
        border-bottom-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-sm-ts-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-sm-te-10 {
        border-top-right-radius: 40px !important
    }
    .rounded-sm-bs-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-sm-be-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-sm-11 {
        border-radius: 44px !important
    }
    .rounded-sm-t-11 {
        border-top-left-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-sm-b-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-sm-b-11,
    .rounded-sm-s-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-sm-s-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-sm-e-11 {
        border-bottom-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-sm-ts-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-sm-te-11 {
        border-top-right-radius: 44px !important
    }
    .rounded-sm-bs-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-sm-be-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-sm-12 {
        border-radius: 48px !important
    }
    .rounded-sm-t-12 {
        border-top-left-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-sm-b-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-sm-b-12,
    .rounded-sm-s-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-sm-s-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-sm-e-12 {
        border-bottom-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-sm-ts-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-sm-te-12 {
        border-top-right-radius: 48px !important
    }
    .rounded-sm-bs-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-sm-be-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-sm-13 {
        border-radius: 52px !important
    }
    .rounded-sm-t-13 {
        border-top-left-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-sm-b-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-sm-b-13,
    .rounded-sm-s-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-sm-s-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-sm-e-13 {
        border-bottom-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-sm-ts-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-sm-te-13 {
        border-top-right-radius: 52px !important
    }
    .rounded-sm-bs-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-sm-be-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-sm-14 {
        border-radius: 56px !important
    }
    .rounded-sm-t-14 {
        border-top-left-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-sm-b-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-sm-b-14,
    .rounded-sm-s-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-sm-s-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-sm-e-14 {
        border-bottom-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-sm-ts-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-sm-te-14 {
        border-top-right-radius: 56px !important
    }
    .rounded-sm-bs-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-sm-be-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-sm-15 {
        border-radius: 60px !important
    }
    .rounded-sm-t-15 {
        border-top-left-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-sm-b-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-sm-b-15,
    .rounded-sm-s-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-sm-s-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-sm-e-15 {
        border-bottom-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-sm-ts-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-sm-te-15 {
        border-top-right-radius: 60px !important
    }
    .rounded-sm-bs-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-sm-be-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-sm-16 {
        border-radius: 64px !important
    }
    .rounded-sm-t-16 {
        border-top-left-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-sm-b-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-sm-b-16,
    .rounded-sm-s-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-sm-s-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-sm-e-16 {
        border-bottom-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-sm-ts-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-sm-te-16 {
        border-top-right-radius: 64px !important
    }
    .rounded-sm-bs-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-sm-be-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-sm-17 {
        border-radius: 68px !important
    }
    .rounded-sm-t-17 {
        border-top-left-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-sm-b-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-sm-b-17,
    .rounded-sm-s-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-sm-s-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-sm-e-17 {
        border-bottom-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-sm-ts-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-sm-te-17 {
        border-top-right-radius: 68px !important
    }
    .rounded-sm-bs-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-sm-be-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-sm-18 {
        border-radius: 72px !important
    }
    .rounded-sm-t-18 {
        border-top-left-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-sm-b-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-sm-b-18,
    .rounded-sm-s-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-sm-s-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-sm-e-18 {
        border-bottom-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-sm-ts-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-sm-te-18 {
        border-top-right-radius: 72px !important
    }
    .rounded-sm-bs-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-sm-be-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-sm-19 {
        border-radius: 76px !important
    }
    .rounded-sm-t-19 {
        border-top-left-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-sm-b-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-sm-b-19,
    .rounded-sm-s-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-sm-s-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-sm-e-19 {
        border-bottom-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-sm-ts-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-sm-te-19 {
        border-top-right-radius: 76px !important
    }
    .rounded-sm-bs-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-sm-be-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-sm-20 {
        border-radius: 80px !important
    }
    .rounded-sm-t-20 {
        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-sm-b-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-sm-b-20,
    .rounded-sm-s-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-sm-s-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-sm-e-20 {
        border-bottom-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-sm-ts-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-sm-te-20 {
        border-top-right-radius: 80px !important
    }
    .rounded-sm-bs-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-sm-be-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-sm-21 {
        border-radius: 84px !important
    }
    .rounded-sm-t-21 {
        border-top-left-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-sm-b-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-sm-b-21,
    .rounded-sm-s-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-sm-s-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-sm-e-21 {
        border-bottom-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-sm-ts-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-sm-te-21 {
        border-top-right-radius: 84px !important
    }
    .rounded-sm-bs-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-sm-be-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-sm-22 {
        border-radius: 88px !important
    }
    .rounded-sm-t-22 {
        border-top-left-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-sm-b-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-sm-b-22,
    .rounded-sm-s-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-sm-s-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-sm-e-22 {
        border-bottom-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-sm-ts-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-sm-te-22 {
        border-top-right-radius: 88px !important
    }
    .rounded-sm-bs-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-sm-be-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-sm-23 {
        border-radius: 92px !important
    }
    .rounded-sm-t-23 {
        border-top-left-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-sm-b-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-sm-b-23,
    .rounded-sm-s-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-sm-s-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-sm-e-23 {
        border-bottom-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-sm-ts-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-sm-te-23 {
        border-top-right-radius: 92px !important
    }
    .rounded-sm-bs-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-sm-be-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-sm-24 {
        border-radius: 96px !important
    }
    .rounded-sm-t-24 {
        border-top-left-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-sm-b-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-sm-b-24,
    .rounded-sm-s-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-sm-s-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-sm-e-24 {
        border-bottom-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-sm-ts-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-sm-te-24 {
        border-top-right-radius: 96px !important
    }
    .rounded-sm-bs-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-sm-be-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-sm-25 {
        border-radius: 100px !important
    }
    .rounded-sm-t-25 {
        border-top-left-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-sm-b-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-sm-b-25,
    .rounded-sm-s-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-sm-s-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-sm-e-25 {
        border-bottom-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-sm-ts-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-sm-te-25 {
        border-top-right-radius: 100px !important
    }
    .rounded-sm-bs-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-sm-be-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-sm-26 {
        border-radius: 104px !important
    }
    .rounded-sm-t-26 {
        border-top-left-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-sm-b-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-sm-b-26,
    .rounded-sm-s-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-sm-s-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-sm-e-26 {
        border-bottom-right-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-sm-ts-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-sm-te-26 {
        border-top-right-radius: 104px !important
    }
    .rounded-sm-bs-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-sm-be-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-sm-27 {
        border-radius: 108px !important
    }
    .rounded-sm-t-27 {
        border-top-left-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-sm-b-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-sm-b-27,
    .rounded-sm-s-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-sm-s-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-sm-e-27 {
        border-bottom-right-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-sm-ts-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-sm-te-27 {
        border-top-right-radius: 108px !important
    }
    .rounded-sm-bs-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-sm-be-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-sm-28 {
        border-radius: 112px !important
    }
    .rounded-sm-t-28 {
        border-top-left-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-sm-b-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-sm-b-28,
    .rounded-sm-s-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-sm-s-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-sm-e-28 {
        border-bottom-right-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-sm-ts-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-sm-te-28 {
        border-top-right-radius: 112px !important
    }
    .rounded-sm-bs-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-sm-be-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-sm-29 {
        border-radius: 116px !important
    }
    .rounded-sm-t-29 {
        border-top-left-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-sm-b-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-sm-b-29,
    .rounded-sm-s-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-sm-s-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-sm-e-29 {
        border-bottom-right-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-sm-ts-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-sm-te-29 {
        border-top-right-radius: 116px !important
    }
    .rounded-sm-bs-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-sm-be-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-sm-30 {
        border-radius: 120px !important
    }
    .rounded-sm-t-30 {
        border-top-left-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-sm-b-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-sm-b-30,
    .rounded-sm-s-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-sm-s-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-sm-e-30 {
        border-bottom-right-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-sm-ts-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-sm-te-30 {
        border-top-right-radius: 120px !important
    }
    .rounded-sm-bs-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-sm-be-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-sm-31 {
        border-radius: 124px !important
    }
    .rounded-sm-t-31 {
        border-top-left-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-sm-b-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-sm-b-31,
    .rounded-sm-s-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-sm-s-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-sm-e-31 {
        border-bottom-right-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-sm-ts-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-sm-te-31 {
        border-top-right-radius: 124px !important
    }
    .rounded-sm-bs-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-sm-be-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-sm-32 {
        border-radius: 128px !important
    }
    .rounded-sm-t-32 {
        border-top-left-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-sm-b-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-sm-b-32,
    .rounded-sm-s-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-sm-s-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-sm-e-32 {
        border-bottom-right-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-sm-ts-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-sm-te-32 {
        border-top-right-radius: 128px !important
    }
    .rounded-sm-bs-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-sm-be-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-sm-33 {
        border-radius: 132px !important
    }
    .rounded-sm-t-33 {
        border-top-left-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-sm-b-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-sm-b-33,
    .rounded-sm-s-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-sm-s-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-sm-e-33 {
        border-bottom-right-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-sm-ts-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-sm-te-33 {
        border-top-right-radius: 132px !important
    }
    .rounded-sm-bs-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-sm-be-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-sm-34 {
        border-radius: 136px !important
    }
    .rounded-sm-t-34 {
        border-top-left-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-sm-b-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-sm-b-34,
    .rounded-sm-s-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-sm-s-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-sm-e-34 {
        border-bottom-right-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-sm-ts-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-sm-te-34 {
        border-top-right-radius: 136px !important
    }
    .rounded-sm-bs-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-sm-be-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-sm-35 {
        border-radius: 140px !important
    }
    .rounded-sm-t-35 {
        border-top-left-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-sm-b-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-sm-b-35,
    .rounded-sm-s-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-sm-s-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-sm-e-35 {
        border-bottom-right-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-sm-ts-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-sm-te-35 {
        border-top-right-radius: 140px !important
    }
    .rounded-sm-bs-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-sm-be-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-sm-36 {
        border-radius: 144px !important
    }
    .rounded-sm-t-36 {
        border-top-left-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-sm-b-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-sm-b-36,
    .rounded-sm-s-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-sm-s-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-sm-e-36 {
        border-bottom-right-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-sm-ts-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-sm-te-36 {
        border-top-right-radius: 144px !important
    }
    .rounded-sm-bs-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-sm-be-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-sm-37 {
        border-radius: 148px !important
    }
    .rounded-sm-t-37 {
        border-top-left-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-sm-b-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-sm-b-37,
    .rounded-sm-s-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-sm-s-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-sm-e-37 {
        border-bottom-right-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-sm-ts-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-sm-te-37 {
        border-top-right-radius: 148px !important
    }
    .rounded-sm-bs-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-sm-be-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-sm-38 {
        border-radius: 152px !important
    }
    .rounded-sm-t-38 {
        border-top-left-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-sm-b-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-sm-b-38,
    .rounded-sm-s-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-sm-s-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-sm-e-38 {
        border-bottom-right-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-sm-ts-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-sm-te-38 {
        border-top-right-radius: 152px !important
    }
    .rounded-sm-bs-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-sm-be-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-sm-39 {
        border-radius: 156px !important
    }
    .rounded-sm-t-39 {
        border-top-left-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-sm-b-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-sm-b-39,
    .rounded-sm-s-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-sm-s-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-sm-e-39 {
        border-bottom-right-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-sm-ts-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-sm-te-39 {
        border-top-right-radius: 156px !important
    }
    .rounded-sm-bs-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-sm-be-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-sm-40 {
        border-radius: 160px !important
    }
    .rounded-sm-t-40 {
        border-top-left-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-sm-b-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-sm-b-40,
    .rounded-sm-s-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-sm-s-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-sm-e-40 {
        border-bottom-right-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-sm-ts-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-sm-te-40 {
        border-top-right-radius: 160px !important
    }
    .rounded-sm-bs-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-sm-be-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-sm-0p5 {
        border-radius: 2px !important
    }
    .rounded-sm-t-0p5 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-sm-b-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-sm-b-0p5,
    .rounded-sm-s-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-sm-s-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-sm-e-0p5 {
        border-bottom-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-sm-ts-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-sm-te-0p5 {
        border-top-right-radius: 2px !important
    }
    .rounded-sm-bs-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-sm-be-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-sm-1p5 {
        border-radius: 6px !important
    }
    .rounded-sm-t-1p5 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-sm-b-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-sm-b-1p5,
    .rounded-sm-s-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-sm-s-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-sm-e-1p5 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-sm-ts-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-sm-te-1p5 {
        border-top-right-radius: 6px !important
    }
    .rounded-sm-bs-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-sm-be-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-sm-2p5 {
        border-radius: 10px !important
    }
    .rounded-sm-t-2p5 {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-sm-b-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-sm-b-2p5,
    .rounded-sm-s-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-sm-s-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-sm-e-2p5 {
        border-bottom-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-sm-ts-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-sm-te-2p5 {
        border-top-right-radius: 10px !important
    }
    .rounded-sm-bs-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-sm-be-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-sm-3p5 {
        border-radius: 14px !important
    }
    .rounded-sm-t-3p5 {
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-sm-b-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-sm-b-3p5,
    .rounded-sm-s-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-sm-s-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-sm-e-3p5 {
        border-bottom-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-sm-ts-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-sm-te-3p5 {
        border-top-right-radius: 14px !important
    }
    .rounded-sm-bs-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-sm-be-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-sm-4p5 {
        border-radius: 18px !important
    }
    .rounded-sm-t-4p5 {
        border-top-left-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-sm-b-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-sm-b-4p5,
    .rounded-sm-s-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-sm-s-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-sm-e-4p5 {
        border-bottom-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-sm-ts-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-sm-te-4p5 {
        border-top-right-radius: 18px !important
    }
    .rounded-sm-bs-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-sm-be-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-sm-5p5 {
        border-radius: 22px !important
    }
    .rounded-sm-t-5p5 {
        border-top-left-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-sm-b-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-sm-b-5p5,
    .rounded-sm-s-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-sm-s-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-sm-e-5p5 {
        border-bottom-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-sm-ts-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-sm-te-5p5 {
        border-top-right-radius: 22px !important
    }
    .rounded-sm-bs-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-sm-be-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-sm-6p5 {
        border-radius: 26px !important
    }
    .rounded-sm-t-6p5 {
        border-top-left-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-sm-b-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-sm-b-6p5,
    .rounded-sm-s-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-sm-s-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-sm-e-6p5 {
        border-bottom-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-sm-ts-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-sm-te-6p5 {
        border-top-right-radius: 26px !important
    }
    .rounded-sm-bs-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-sm-be-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-sm-7p5 {
        border-radius: 30px !important
    }
    .rounded-sm-t-7p5 {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-sm-b-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-sm-b-7p5,
    .rounded-sm-s-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-sm-s-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-sm-e-7p5 {
        border-bottom-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-sm-ts-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-sm-te-7p5 {
        border-top-right-radius: 30px !important
    }
    .rounded-sm-bs-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-sm-be-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-sm-12p5 {
        border-radius: 50px !important
    }
    .rounded-sm-t-12p5 {
        border-top-left-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-sm-b-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-sm-b-12p5,
    .rounded-sm-s-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-sm-s-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-sm-e-12p5 {
        border-bottom-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-sm-ts-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-sm-te-12p5 {
        border-top-right-radius: 50px !important
    }
    .rounded-sm-bs-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-sm-be-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-sm-17p5 {
        border-radius: 70px !important
    }
    .rounded-sm-t-17p5 {
        border-top-left-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-sm-b-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-sm-b-17p5,
    .rounded-sm-s-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-sm-s-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-sm-e-17p5 {
        border-bottom-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-sm-ts-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-sm-te-17p5 {
        border-top-right-radius: 70px !important
    }
    .rounded-sm-bs-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-sm-be-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-sm-20p5 {
        border-radius: 82px !important
    }
    .rounded-sm-t-20p5 {
        border-top-left-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-sm-b-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-sm-b-20p5,
    .rounded-sm-s-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-sm-s-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-sm-e-20p5 {
        border-bottom-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-sm-ts-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-sm-te-20p5 {
        border-top-right-radius: 82px !important
    }
    .rounded-sm-bs-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-sm-be-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-sm-32p5 {
        border-radius: 130px !important
    }
    .rounded-sm-t-32p5 {
        border-top-left-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-sm-b-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-sm-b-32p5,
    .rounded-sm-s-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-sm-s-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-sm-e-32p5 {
        border-bottom-right-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-sm-ts-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-sm-te-32p5 {
        border-top-right-radius: 130px !important
    }
    .rounded-sm-bs-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-sm-be-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-sm-42 {
        border-radius: 168px !important
    }
    .rounded-sm-t-42 {
        border-top-left-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-sm-b-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-sm-b-42,
    .rounded-sm-s-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-sm-s-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-sm-e-42 {
        border-bottom-right-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-sm-ts-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-sm-te-42 {
        border-top-right-radius: 168px !important
    }
    .rounded-sm-bs-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-sm-be-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-sm-45 {
        border-radius: 180px !important
    }
    .rounded-sm-t-45 {
        border-top-left-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-sm-b-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-sm-b-45,
    .rounded-sm-s-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-sm-s-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-sm-e-45 {
        border-bottom-right-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-sm-ts-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-sm-te-45 {
        border-top-right-radius: 180px !important
    }
    .rounded-sm-bs-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-sm-be-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-sm-48 {
        border-radius: 192px !important
    }
    .rounded-sm-t-48 {
        border-top-left-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-sm-b-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-sm-b-48,
    .rounded-sm-s-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-sm-s-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-sm-e-48 {
        border-bottom-right-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-sm-ts-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-sm-te-48 {
        border-top-right-radius: 192px !important
    }
    .rounded-sm-bs-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-sm-be-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-sm-50 {
        border-radius: 200px !important
    }
    .rounded-sm-t-50 {
        border-top-left-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-sm-b-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-sm-b-50,
    .rounded-sm-s-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-sm-s-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-sm-e-50 {
        border-bottom-right-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-sm-ts-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-sm-te-50 {
        border-top-right-radius: 200px !important
    }
    .rounded-sm-bs-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-sm-be-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-sm-55 {
        border-radius: 220px !important
    }
    .rounded-sm-t-55 {
        border-top-left-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-sm-b-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-sm-b-55,
    .rounded-sm-s-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-sm-s-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-sm-e-55 {
        border-bottom-right-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-sm-ts-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-sm-te-55 {
        border-top-right-radius: 220px !important
    }
    .rounded-sm-bs-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-sm-be-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-sm-56 {
        border-radius: 224px !important
    }
    .rounded-sm-t-56 {
        border-top-left-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-sm-b-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-sm-b-56,
    .rounded-sm-s-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-sm-s-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-sm-e-56 {
        border-bottom-right-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-sm-ts-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-sm-te-56 {
        border-top-right-radius: 224px !important
    }
    .rounded-sm-bs-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-sm-be-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-sm-60 {
        border-radius: 240px !important
    }
    .rounded-sm-t-60 {
        border-top-left-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-sm-b-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-sm-b-60,
    .rounded-sm-s-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-sm-s-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-sm-e-60 {
        border-bottom-right-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-sm-ts-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-sm-te-60 {
        border-top-right-radius: 240px !important
    }
    .rounded-sm-bs-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-sm-be-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-sm-62 {
        border-radius: 248px !important
    }
    .rounded-sm-t-62 {
        border-top-left-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-sm-b-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-sm-b-62,
    .rounded-sm-s-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-sm-s-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-sm-e-62 {
        border-bottom-right-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-sm-ts-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-sm-te-62 {
        border-top-right-radius: 248px !important
    }
    .rounded-sm-bs-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-sm-be-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-sm-64 {
        border-radius: 256px !important
    }
    .rounded-sm-t-64 {
        border-top-left-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-sm-b-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-sm-b-64,
    .rounded-sm-s-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-sm-s-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-sm-e-64 {
        border-bottom-right-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-sm-ts-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-sm-te-64 {
        border-top-right-radius: 256px !important
    }
    .rounded-sm-bs-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-sm-be-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-sm-70 {
        border-radius: 280px !important
    }
    .rounded-sm-t-70 {
        border-top-left-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-sm-b-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-sm-b-70,
    .rounded-sm-s-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-sm-s-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-sm-e-70 {
        border-bottom-right-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-sm-ts-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-sm-te-70 {
        border-top-right-radius: 280px !important
    }
    .rounded-sm-bs-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-sm-be-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-sm-72 {
        border-radius: 288px !important
    }
    .rounded-sm-t-72 {
        border-top-left-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-sm-b-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-sm-b-72,
    .rounded-sm-s-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-sm-s-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-sm-e-72 {
        border-bottom-right-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-sm-ts-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-sm-te-72 {
        border-top-right-radius: 288px !important
    }
    .rounded-sm-bs-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-sm-be-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-sm-75 {
        border-radius: 300px !important
    }
    .rounded-sm-t-75 {
        border-top-left-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-sm-b-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-sm-b-75,
    .rounded-sm-s-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-sm-s-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-sm-e-75 {
        border-bottom-right-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-sm-ts-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-sm-te-75 {
        border-top-right-radius: 300px !important
    }
    .rounded-sm-bs-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-sm-be-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-sm-80 {
        border-radius: 320px !important
    }
    .rounded-sm-t-80 {
        border-top-left-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-sm-b-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-sm-b-80,
    .rounded-sm-s-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-sm-s-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-sm-e-80 {
        border-bottom-right-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-sm-ts-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-sm-te-80 {
        border-top-right-radius: 320px !important
    }
    .rounded-sm-bs-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-sm-be-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-sm-85 {
        border-radius: 340px !important
    }
    .rounded-sm-t-85 {
        border-top-left-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-sm-b-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-sm-b-85,
    .rounded-sm-s-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-sm-s-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-sm-e-85 {
        border-bottom-right-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-sm-ts-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-sm-te-85 {
        border-top-right-radius: 340px !important
    }
    .rounded-sm-bs-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-sm-be-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-sm-90 {
        border-radius: 360px !important
    }
    .rounded-sm-t-90 {
        border-top-left-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-sm-b-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-sm-b-90,
    .rounded-sm-s-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-sm-s-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-sm-e-90 {
        border-bottom-right-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-sm-ts-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-sm-te-90 {
        border-top-right-radius: 360px !important
    }
    .rounded-sm-bs-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-sm-be-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-sm-100 {
        border-radius: 400px !important
    }
    .rounded-sm-t-100 {
        border-top-left-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-sm-b-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-sm-b-100,
    .rounded-sm-s-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-sm-s-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-sm-e-100 {
        border-bottom-right-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-sm-ts-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-sm-te-100 {
        border-top-right-radius: 400px !important
    }
    .rounded-sm-bs-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-sm-be-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-sm-112 {
        border-radius: 448px !important
    }
    .rounded-sm-t-112 {
        border-top-left-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-sm-b-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-sm-b-112,
    .rounded-sm-s-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-sm-s-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-sm-e-112 {
        border-bottom-right-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-sm-ts-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-sm-te-112 {
        border-top-right-radius: 448px !important
    }
    .rounded-sm-bs-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-sm-be-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-sm-120 {
        border-radius: 480px !important
    }
    .rounded-sm-t-120 {
        border-top-left-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-sm-b-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-sm-b-120,
    .rounded-sm-s-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-sm-s-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-sm-e-120 {
        border-bottom-right-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-sm-ts-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-sm-te-120 {
        border-top-right-radius: 480px !important
    }
    .rounded-sm-bs-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-sm-be-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-sm-143 {
        border-radius: 572px !important
    }
    .rounded-sm-t-143 {
        border-top-left-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-sm-b-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-sm-b-143,
    .rounded-sm-s-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-sm-s-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-sm-e-143 {
        border-bottom-right-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-sm-ts-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-sm-te-143 {
        border-top-right-radius: 572px !important
    }
    .rounded-sm-bs-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-sm-be-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-sm-150 {
        border-radius: 600px !important
    }
    .rounded-sm-t-150 {
        border-top-left-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-sm-b-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-sm-b-150,
    .rounded-sm-s-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-sm-s-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-sm-e-150 {
        border-bottom-right-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-sm-ts-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-sm-te-150 {
        border-top-right-radius: 600px !important
    }
    .rounded-sm-bs-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-sm-be-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-sm-160 {
        border-radius: 640px !important
    }
    .rounded-sm-t-160 {
        border-top-left-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-sm-b-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-sm-b-160,
    .rounded-sm-s-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-sm-s-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-sm-e-160 {
        border-bottom-right-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-sm-ts-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-sm-te-160 {
        border-top-right-radius: 640px !important
    }
    .rounded-sm-bs-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-sm-be-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-sm-190 {
        border-radius: 760px !important
    }
    .rounded-sm-t-190 {
        border-top-left-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-sm-b-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-sm-b-190,
    .rounded-sm-s-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-sm-s-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-sm-e-190 {
        border-bottom-right-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-sm-ts-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-sm-te-190 {
        border-top-right-radius: 760px !important
    }
    .rounded-sm-bs-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-sm-be-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-sm-200 {
        border-radius: 800px !important
    }
    .rounded-sm-t-200 {
        border-top-left-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-sm-b-200 {
        border-bottom-right-radius: 800px !important
    }
    .rounded-sm-b-200,
    .rounded-sm-s-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-sm-s-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-sm-e-200 {
        border-bottom-right-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-sm-ts-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-sm-te-200 {
        border-top-right-radius: 800px !important
    }
    .rounded-sm-bs-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-sm-be-200 {
        border-bottom-right-radius: 800px !important
    }
}

@media(min-width:960px) {
    .rounded-md-0 {
        border-radius: 0 !important
    }
    .rounded-md-t-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-md-b-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-md-b-0,
    .rounded-md-s-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-md-s-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-md-e-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-md-ts-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-md-te-0 {
        border-top-right-radius: 0 !important
    }
    .rounded-md-bs-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-md-be-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-md-1 {
        border-radius: 4px !important
    }
    .rounded-md-t-1 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-md-b-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-md-b-1,
    .rounded-md-s-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-md-s-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-md-e-1 {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-md-ts-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-md-te-1 {
        border-top-right-radius: 4px !important
    }
    .rounded-md-bs-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-md-be-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-md-2 {
        border-radius: 8px !important
    }
    .rounded-md-t-2 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-md-b-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-md-b-2,
    .rounded-md-s-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-md-s-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-md-e-2 {
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-md-ts-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-md-te-2 {
        border-top-right-radius: 8px !important
    }
    .rounded-md-bs-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-md-be-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-md-3 {
        border-radius: 12px !important
    }
    .rounded-md-t-3 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-md-b-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-md-b-3,
    .rounded-md-s-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-md-s-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-md-e-3 {
        border-bottom-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-md-ts-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-md-te-3 {
        border-top-right-radius: 12px !important
    }
    .rounded-md-bs-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-md-be-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-md-4 {
        border-radius: 16px !important
    }
    .rounded-md-t-4 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-md-b-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-md-b-4,
    .rounded-md-s-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-md-s-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-md-e-4 {
        border-bottom-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-md-ts-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-md-te-4 {
        border-top-right-radius: 16px !important
    }
    .rounded-md-bs-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-md-be-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-md-5 {
        border-radius: 20px !important
    }
    .rounded-md-t-5 {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-md-b-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-md-b-5,
    .rounded-md-s-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-md-s-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-md-e-5 {
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-md-ts-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-md-te-5 {
        border-top-right-radius: 20px !important
    }
    .rounded-md-bs-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-md-be-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-md-6 {
        border-radius: 24px !important
    }
    .rounded-md-t-6 {
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-md-b-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-md-b-6,
    .rounded-md-s-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-md-s-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-md-e-6 {
        border-bottom-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-md-ts-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-md-te-6 {
        border-top-right-radius: 24px !important
    }
    .rounded-md-bs-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-md-be-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-md-7 {
        border-radius: 28px !important
    }
    .rounded-md-t-7 {
        border-top-left-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-md-b-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-md-b-7,
    .rounded-md-s-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-md-s-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-md-e-7 {
        border-bottom-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-md-ts-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-md-te-7 {
        border-top-right-radius: 28px !important
    }
    .rounded-md-bs-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-md-be-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-md-8 {
        border-radius: 32px !important
    }
    .rounded-md-t-8 {
        border-top-left-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-md-b-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-md-b-8,
    .rounded-md-s-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-md-s-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-md-e-8 {
        border-bottom-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-md-ts-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-md-te-8 {
        border-top-right-radius: 32px !important
    }
    .rounded-md-bs-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-md-be-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-md-9 {
        border-radius: 36px !important
    }
    .rounded-md-t-9 {
        border-top-left-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-md-b-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-md-b-9,
    .rounded-md-s-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-md-s-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-md-e-9 {
        border-bottom-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-md-ts-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-md-te-9 {
        border-top-right-radius: 36px !important
    }
    .rounded-md-bs-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-md-be-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-md-10 {
        border-radius: 40px !important
    }
    .rounded-md-t-10 {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-md-b-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-md-b-10,
    .rounded-md-s-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-md-s-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-md-e-10 {
        border-bottom-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-md-ts-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-md-te-10 {
        border-top-right-radius: 40px !important
    }
    .rounded-md-bs-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-md-be-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-md-11 {
        border-radius: 44px !important
    }
    .rounded-md-t-11 {
        border-top-left-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-md-b-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-md-b-11,
    .rounded-md-s-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-md-s-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-md-e-11 {
        border-bottom-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-md-ts-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-md-te-11 {
        border-top-right-radius: 44px !important
    }
    .rounded-md-bs-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-md-be-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-md-12 {
        border-radius: 48px !important
    }
    .rounded-md-t-12 {
        border-top-left-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-md-b-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-md-b-12,
    .rounded-md-s-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-md-s-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-md-e-12 {
        border-bottom-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-md-ts-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-md-te-12 {
        border-top-right-radius: 48px !important
    }
    .rounded-md-bs-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-md-be-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-md-13 {
        border-radius: 52px !important
    }
    .rounded-md-t-13 {
        border-top-left-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-md-b-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-md-b-13,
    .rounded-md-s-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-md-s-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-md-e-13 {
        border-bottom-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-md-ts-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-md-te-13 {
        border-top-right-radius: 52px !important
    }
    .rounded-md-bs-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-md-be-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-md-14 {
        border-radius: 56px !important
    }
    .rounded-md-t-14 {
        border-top-left-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-md-b-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-md-b-14,
    .rounded-md-s-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-md-s-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-md-e-14 {
        border-bottom-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-md-ts-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-md-te-14 {
        border-top-right-radius: 56px !important
    }
    .rounded-md-bs-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-md-be-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-md-15 {
        border-radius: 60px !important
    }
    .rounded-md-t-15 {
        border-top-left-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-md-b-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-md-b-15,
    .rounded-md-s-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-md-s-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-md-e-15 {
        border-bottom-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-md-ts-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-md-te-15 {
        border-top-right-radius: 60px !important
    }
    .rounded-md-bs-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-md-be-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-md-16 {
        border-radius: 64px !important
    }
    .rounded-md-t-16 {
        border-top-left-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-md-b-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-md-b-16,
    .rounded-md-s-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-md-s-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-md-e-16 {
        border-bottom-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-md-ts-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-md-te-16 {
        border-top-right-radius: 64px !important
    }
    .rounded-md-bs-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-md-be-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-md-17 {
        border-radius: 68px !important
    }
    .rounded-md-t-17 {
        border-top-left-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-md-b-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-md-b-17,
    .rounded-md-s-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-md-s-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-md-e-17 {
        border-bottom-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-md-ts-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-md-te-17 {
        border-top-right-radius: 68px !important
    }
    .rounded-md-bs-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-md-be-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-md-18 {
        border-radius: 72px !important
    }
    .rounded-md-t-18 {
        border-top-left-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-md-b-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-md-b-18,
    .rounded-md-s-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-md-s-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-md-e-18 {
        border-bottom-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-md-ts-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-md-te-18 {
        border-top-right-radius: 72px !important
    }
    .rounded-md-bs-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-md-be-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-md-19 {
        border-radius: 76px !important
    }
    .rounded-md-t-19 {
        border-top-left-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-md-b-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-md-b-19,
    .rounded-md-s-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-md-s-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-md-e-19 {
        border-bottom-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-md-ts-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-md-te-19 {
        border-top-right-radius: 76px !important
    }
    .rounded-md-bs-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-md-be-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-md-20 {
        border-radius: 80px !important
    }
    .rounded-md-t-20 {
        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-md-b-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-md-b-20,
    .rounded-md-s-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-md-s-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-md-e-20 {
        border-bottom-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-md-ts-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-md-te-20 {
        border-top-right-radius: 80px !important
    }
    .rounded-md-bs-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-md-be-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-md-21 {
        border-radius: 84px !important
    }
    .rounded-md-t-21 {
        border-top-left-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-md-b-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-md-b-21,
    .rounded-md-s-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-md-s-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-md-e-21 {
        border-bottom-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-md-ts-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-md-te-21 {
        border-top-right-radius: 84px !important
    }
    .rounded-md-bs-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-md-be-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-md-22 {
        border-radius: 88px !important
    }
    .rounded-md-t-22 {
        border-top-left-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-md-b-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-md-b-22,
    .rounded-md-s-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-md-s-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-md-e-22 {
        border-bottom-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-md-ts-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-md-te-22 {
        border-top-right-radius: 88px !important
    }
    .rounded-md-bs-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-md-be-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-md-23 {
        border-radius: 92px !important
    }
    .rounded-md-t-23 {
        border-top-left-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-md-b-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-md-b-23,
    .rounded-md-s-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-md-s-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-md-e-23 {
        border-bottom-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-md-ts-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-md-te-23 {
        border-top-right-radius: 92px !important
    }
    .rounded-md-bs-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-md-be-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-md-24 {
        border-radius: 96px !important
    }
    .rounded-md-t-24 {
        border-top-left-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-md-b-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-md-b-24,
    .rounded-md-s-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-md-s-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-md-e-24 {
        border-bottom-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-md-ts-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-md-te-24 {
        border-top-right-radius: 96px !important
    }
    .rounded-md-bs-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-md-be-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-md-25 {
        border-radius: 100px !important
    }
    .rounded-md-t-25 {
        border-top-left-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-md-b-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-md-b-25,
    .rounded-md-s-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-md-s-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-md-e-25 {
        border-bottom-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-md-ts-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-md-te-25 {
        border-top-right-radius: 100px !important
    }
    .rounded-md-bs-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-md-be-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-md-26 {
        border-radius: 104px !important
    }
    .rounded-md-t-26 {
        border-top-left-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-md-b-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-md-b-26,
    .rounded-md-s-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-md-s-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-md-e-26 {
        border-bottom-right-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-md-ts-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-md-te-26 {
        border-top-right-radius: 104px !important
    }
    .rounded-md-bs-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-md-be-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-md-27 {
        border-radius: 108px !important
    }
    .rounded-md-t-27 {
        border-top-left-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-md-b-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-md-b-27,
    .rounded-md-s-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-md-s-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-md-e-27 {
        border-bottom-right-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-md-ts-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-md-te-27 {
        border-top-right-radius: 108px !important
    }
    .rounded-md-bs-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-md-be-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-md-28 {
        border-radius: 112px !important
    }
    .rounded-md-t-28 {
        border-top-left-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-md-b-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-md-b-28,
    .rounded-md-s-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-md-s-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-md-e-28 {
        border-bottom-right-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-md-ts-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-md-te-28 {
        border-top-right-radius: 112px !important
    }
    .rounded-md-bs-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-md-be-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-md-29 {
        border-radius: 116px !important
    }
    .rounded-md-t-29 {
        border-top-left-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-md-b-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-md-b-29,
    .rounded-md-s-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-md-s-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-md-e-29 {
        border-bottom-right-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-md-ts-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-md-te-29 {
        border-top-right-radius: 116px !important
    }
    .rounded-md-bs-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-md-be-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-md-30 {
        border-radius: 120px !important
    }
    .rounded-md-t-30 {
        border-top-left-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-md-b-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-md-b-30,
    .rounded-md-s-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-md-s-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-md-e-30 {
        border-bottom-right-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-md-ts-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-md-te-30 {
        border-top-right-radius: 120px !important
    }
    .rounded-md-bs-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-md-be-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-md-31 {
        border-radius: 124px !important
    }
    .rounded-md-t-31 {
        border-top-left-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-md-b-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-md-b-31,
    .rounded-md-s-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-md-s-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-md-e-31 {
        border-bottom-right-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-md-ts-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-md-te-31 {
        border-top-right-radius: 124px !important
    }
    .rounded-md-bs-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-md-be-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-md-32 {
        border-radius: 128px !important
    }
    .rounded-md-t-32 {
        border-top-left-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-md-b-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-md-b-32,
    .rounded-md-s-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-md-s-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-md-e-32 {
        border-bottom-right-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-md-ts-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-md-te-32 {
        border-top-right-radius: 128px !important
    }
    .rounded-md-bs-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-md-be-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-md-33 {
        border-radius: 132px !important
    }
    .rounded-md-t-33 {
        border-top-left-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-md-b-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-md-b-33,
    .rounded-md-s-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-md-s-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-md-e-33 {
        border-bottom-right-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-md-ts-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-md-te-33 {
        border-top-right-radius: 132px !important
    }
    .rounded-md-bs-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-md-be-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-md-34 {
        border-radius: 136px !important
    }
    .rounded-md-t-34 {
        border-top-left-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-md-b-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-md-b-34,
    .rounded-md-s-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-md-s-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-md-e-34 {
        border-bottom-right-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-md-ts-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-md-te-34 {
        border-top-right-radius: 136px !important
    }
    .rounded-md-bs-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-md-be-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-md-35 {
        border-radius: 140px !important
    }
    .rounded-md-t-35 {
        border-top-left-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-md-b-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-md-b-35,
    .rounded-md-s-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-md-s-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-md-e-35 {
        border-bottom-right-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-md-ts-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-md-te-35 {
        border-top-right-radius: 140px !important
    }
    .rounded-md-bs-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-md-be-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-md-36 {
        border-radius: 144px !important
    }
    .rounded-md-t-36 {
        border-top-left-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-md-b-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-md-b-36,
    .rounded-md-s-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-md-s-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-md-e-36 {
        border-bottom-right-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-md-ts-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-md-te-36 {
        border-top-right-radius: 144px !important
    }
    .rounded-md-bs-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-md-be-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-md-37 {
        border-radius: 148px !important
    }
    .rounded-md-t-37 {
        border-top-left-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-md-b-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-md-b-37,
    .rounded-md-s-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-md-s-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-md-e-37 {
        border-bottom-right-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-md-ts-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-md-te-37 {
        border-top-right-radius: 148px !important
    }
    .rounded-md-bs-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-md-be-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-md-38 {
        border-radius: 152px !important
    }
    .rounded-md-t-38 {
        border-top-left-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-md-b-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-md-b-38,
    .rounded-md-s-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-md-s-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-md-e-38 {
        border-bottom-right-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-md-ts-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-md-te-38 {
        border-top-right-radius: 152px !important
    }
    .rounded-md-bs-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-md-be-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-md-39 {
        border-radius: 156px !important
    }
    .rounded-md-t-39 {
        border-top-left-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-md-b-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-md-b-39,
    .rounded-md-s-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-md-s-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-md-e-39 {
        border-bottom-right-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-md-ts-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-md-te-39 {
        border-top-right-radius: 156px !important
    }
    .rounded-md-bs-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-md-be-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-md-40 {
        border-radius: 160px !important
    }
    .rounded-md-t-40 {
        border-top-left-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-md-b-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-md-b-40,
    .rounded-md-s-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-md-s-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-md-e-40 {
        border-bottom-right-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-md-ts-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-md-te-40 {
        border-top-right-radius: 160px !important
    }
    .rounded-md-bs-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-md-be-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-md-0p5 {
        border-radius: 2px !important
    }
    .rounded-md-t-0p5 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-md-b-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-md-b-0p5,
    .rounded-md-s-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-md-s-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-md-e-0p5 {
        border-bottom-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-md-ts-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-md-te-0p5 {
        border-top-right-radius: 2px !important
    }
    .rounded-md-bs-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-md-be-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-md-1p5 {
        border-radius: 6px !important
    }
    .rounded-md-t-1p5 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-md-b-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-md-b-1p5,
    .rounded-md-s-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-md-s-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-md-e-1p5 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-md-ts-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-md-te-1p5 {
        border-top-right-radius: 6px !important
    }
    .rounded-md-bs-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-md-be-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-md-2p5 {
        border-radius: 10px !important
    }
    .rounded-md-t-2p5 {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-md-b-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-md-b-2p5,
    .rounded-md-s-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-md-s-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-md-e-2p5 {
        border-bottom-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-md-ts-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-md-te-2p5 {
        border-top-right-radius: 10px !important
    }
    .rounded-md-bs-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-md-be-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-md-3p5 {
        border-radius: 14px !important
    }
    .rounded-md-t-3p5 {
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-md-b-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-md-b-3p5,
    .rounded-md-s-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-md-s-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-md-e-3p5 {
        border-bottom-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-md-ts-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-md-te-3p5 {
        border-top-right-radius: 14px !important
    }
    .rounded-md-bs-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-md-be-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-md-4p5 {
        border-radius: 18px !important
    }
    .rounded-md-t-4p5 {
        border-top-left-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-md-b-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-md-b-4p5,
    .rounded-md-s-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-md-s-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-md-e-4p5 {
        border-bottom-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-md-ts-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-md-te-4p5 {
        border-top-right-radius: 18px !important
    }
    .rounded-md-bs-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-md-be-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-md-5p5 {
        border-radius: 22px !important
    }
    .rounded-md-t-5p5 {
        border-top-left-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-md-b-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-md-b-5p5,
    .rounded-md-s-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-md-s-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-md-e-5p5 {
        border-bottom-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-md-ts-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-md-te-5p5 {
        border-top-right-radius: 22px !important
    }
    .rounded-md-bs-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-md-be-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-md-6p5 {
        border-radius: 26px !important
    }
    .rounded-md-t-6p5 {
        border-top-left-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-md-b-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-md-b-6p5,
    .rounded-md-s-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-md-s-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-md-e-6p5 {
        border-bottom-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-md-ts-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-md-te-6p5 {
        border-top-right-radius: 26px !important
    }
    .rounded-md-bs-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-md-be-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-md-7p5 {
        border-radius: 30px !important
    }
    .rounded-md-t-7p5 {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-md-b-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-md-b-7p5,
    .rounded-md-s-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-md-s-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-md-e-7p5 {
        border-bottom-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-md-ts-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-md-te-7p5 {
        border-top-right-radius: 30px !important
    }
    .rounded-md-bs-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-md-be-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-md-12p5 {
        border-radius: 50px !important
    }
    .rounded-md-t-12p5 {
        border-top-left-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-md-b-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-md-b-12p5,
    .rounded-md-s-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-md-s-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-md-e-12p5 {
        border-bottom-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-md-ts-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-md-te-12p5 {
        border-top-right-radius: 50px !important
    }
    .rounded-md-bs-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-md-be-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-md-17p5 {
        border-radius: 70px !important
    }
    .rounded-md-t-17p5 {
        border-top-left-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-md-b-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-md-b-17p5,
    .rounded-md-s-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-md-s-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-md-e-17p5 {
        border-bottom-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-md-ts-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-md-te-17p5 {
        border-top-right-radius: 70px !important
    }
    .rounded-md-bs-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-md-be-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-md-20p5 {
        border-radius: 82px !important
    }
    .rounded-md-t-20p5 {
        border-top-left-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-md-b-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-md-b-20p5,
    .rounded-md-s-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-md-s-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-md-e-20p5 {
        border-bottom-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-md-ts-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-md-te-20p5 {
        border-top-right-radius: 82px !important
    }
    .rounded-md-bs-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-md-be-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-md-32p5 {
        border-radius: 130px !important
    }
    .rounded-md-t-32p5 {
        border-top-left-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-md-b-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-md-b-32p5,
    .rounded-md-s-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-md-s-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-md-e-32p5 {
        border-bottom-right-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-md-ts-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-md-te-32p5 {
        border-top-right-radius: 130px !important
    }
    .rounded-md-bs-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-md-be-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-md-42 {
        border-radius: 168px !important
    }
    .rounded-md-t-42 {
        border-top-left-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-md-b-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-md-b-42,
    .rounded-md-s-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-md-s-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-md-e-42 {
        border-bottom-right-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-md-ts-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-md-te-42 {
        border-top-right-radius: 168px !important
    }
    .rounded-md-bs-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-md-be-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-md-45 {
        border-radius: 180px !important
    }
    .rounded-md-t-45 {
        border-top-left-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-md-b-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-md-b-45,
    .rounded-md-s-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-md-s-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-md-e-45 {
        border-bottom-right-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-md-ts-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-md-te-45 {
        border-top-right-radius: 180px !important
    }
    .rounded-md-bs-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-md-be-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-md-48 {
        border-radius: 192px !important
    }
    .rounded-md-t-48 {
        border-top-left-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-md-b-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-md-b-48,
    .rounded-md-s-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-md-s-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-md-e-48 {
        border-bottom-right-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-md-ts-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-md-te-48 {
        border-top-right-radius: 192px !important
    }
    .rounded-md-bs-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-md-be-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-md-50 {
        border-radius: 200px !important
    }
    .rounded-md-t-50 {
        border-top-left-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-md-b-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-md-b-50,
    .rounded-md-s-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-md-s-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-md-e-50 {
        border-bottom-right-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-md-ts-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-md-te-50 {
        border-top-right-radius: 200px !important
    }
    .rounded-md-bs-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-md-be-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-md-55 {
        border-radius: 220px !important
    }
    .rounded-md-t-55 {
        border-top-left-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-md-b-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-md-b-55,
    .rounded-md-s-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-md-s-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-md-e-55 {
        border-bottom-right-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-md-ts-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-md-te-55 {
        border-top-right-radius: 220px !important
    }
    .rounded-md-bs-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-md-be-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-md-56 {
        border-radius: 224px !important
    }
    .rounded-md-t-56 {
        border-top-left-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-md-b-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-md-b-56,
    .rounded-md-s-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-md-s-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-md-e-56 {
        border-bottom-right-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-md-ts-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-md-te-56 {
        border-top-right-radius: 224px !important
    }
    .rounded-md-bs-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-md-be-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-md-60 {
        border-radius: 240px !important
    }
    .rounded-md-t-60 {
        border-top-left-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-md-b-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-md-b-60,
    .rounded-md-s-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-md-s-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-md-e-60 {
        border-bottom-right-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-md-ts-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-md-te-60 {
        border-top-right-radius: 240px !important
    }
    .rounded-md-bs-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-md-be-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-md-62 {
        border-radius: 248px !important
    }
    .rounded-md-t-62 {
        border-top-left-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-md-b-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-md-b-62,
    .rounded-md-s-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-md-s-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-md-e-62 {
        border-bottom-right-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-md-ts-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-md-te-62 {
        border-top-right-radius: 248px !important
    }
    .rounded-md-bs-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-md-be-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-md-64 {
        border-radius: 256px !important
    }
    .rounded-md-t-64 {
        border-top-left-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-md-b-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-md-b-64,
    .rounded-md-s-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-md-s-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-md-e-64 {
        border-bottom-right-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-md-ts-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-md-te-64 {
        border-top-right-radius: 256px !important
    }
    .rounded-md-bs-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-md-be-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-md-70 {
        border-radius: 280px !important
    }
    .rounded-md-t-70 {
        border-top-left-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-md-b-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-md-b-70,
    .rounded-md-s-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-md-s-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-md-e-70 {
        border-bottom-right-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-md-ts-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-md-te-70 {
        border-top-right-radius: 280px !important
    }
    .rounded-md-bs-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-md-be-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-md-72 {
        border-radius: 288px !important
    }
    .rounded-md-t-72 {
        border-top-left-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-md-b-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-md-b-72,
    .rounded-md-s-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-md-s-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-md-e-72 {
        border-bottom-right-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-md-ts-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-md-te-72 {
        border-top-right-radius: 288px !important
    }
    .rounded-md-bs-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-md-be-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-md-75 {
        border-radius: 300px !important
    }
    .rounded-md-t-75 {
        border-top-left-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-md-b-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-md-b-75,
    .rounded-md-s-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-md-s-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-md-e-75 {
        border-bottom-right-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-md-ts-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-md-te-75 {
        border-top-right-radius: 300px !important
    }
    .rounded-md-bs-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-md-be-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-md-80 {
        border-radius: 320px !important
    }
    .rounded-md-t-80 {
        border-top-left-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-md-b-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-md-b-80,
    .rounded-md-s-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-md-s-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-md-e-80 {
        border-bottom-right-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-md-ts-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-md-te-80 {
        border-top-right-radius: 320px !important
    }
    .rounded-md-bs-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-md-be-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-md-85 {
        border-radius: 340px !important
    }
    .rounded-md-t-85 {
        border-top-left-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-md-b-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-md-b-85,
    .rounded-md-s-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-md-s-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-md-e-85 {
        border-bottom-right-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-md-ts-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-md-te-85 {
        border-top-right-radius: 340px !important
    }
    .rounded-md-bs-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-md-be-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-md-90 {
        border-radius: 360px !important
    }
    .rounded-md-t-90 {
        border-top-left-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-md-b-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-md-b-90,
    .rounded-md-s-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-md-s-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-md-e-90 {
        border-bottom-right-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-md-ts-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-md-te-90 {
        border-top-right-radius: 360px !important
    }
    .rounded-md-bs-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-md-be-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-md-100 {
        border-radius: 400px !important
    }
    .rounded-md-t-100 {
        border-top-left-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-md-b-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-md-b-100,
    .rounded-md-s-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-md-s-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-md-e-100 {
        border-bottom-right-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-md-ts-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-md-te-100 {
        border-top-right-radius: 400px !important
    }
    .rounded-md-bs-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-md-be-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-md-112 {
        border-radius: 448px !important
    }
    .rounded-md-t-112 {
        border-top-left-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-md-b-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-md-b-112,
    .rounded-md-s-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-md-s-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-md-e-112 {
        border-bottom-right-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-md-ts-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-md-te-112 {
        border-top-right-radius: 448px !important
    }
    .rounded-md-bs-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-md-be-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-md-120 {
        border-radius: 480px !important
    }
    .rounded-md-t-120 {
        border-top-left-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-md-b-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-md-b-120,
    .rounded-md-s-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-md-s-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-md-e-120 {
        border-bottom-right-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-md-ts-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-md-te-120 {
        border-top-right-radius: 480px !important
    }
    .rounded-md-bs-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-md-be-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-md-143 {
        border-radius: 572px !important
    }
    .rounded-md-t-143 {
        border-top-left-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-md-b-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-md-b-143,
    .rounded-md-s-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-md-s-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-md-e-143 {
        border-bottom-right-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-md-ts-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-md-te-143 {
        border-top-right-radius: 572px !important
    }
    .rounded-md-bs-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-md-be-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-md-150 {
        border-radius: 600px !important
    }
    .rounded-md-t-150 {
        border-top-left-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-md-b-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-md-b-150,
    .rounded-md-s-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-md-s-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-md-e-150 {
        border-bottom-right-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-md-ts-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-md-te-150 {
        border-top-right-radius: 600px !important
    }
    .rounded-md-bs-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-md-be-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-md-160 {
        border-radius: 640px !important
    }
    .rounded-md-t-160 {
        border-top-left-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-md-b-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-md-b-160,
    .rounded-md-s-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-md-s-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-md-e-160 {
        border-bottom-right-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-md-ts-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-md-te-160 {
        border-top-right-radius: 640px !important
    }
    .rounded-md-bs-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-md-be-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-md-190 {
        border-radius: 760px !important
    }
    .rounded-md-t-190 {
        border-top-left-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-md-b-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-md-b-190,
    .rounded-md-s-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-md-s-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-md-e-190 {
        border-bottom-right-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-md-ts-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-md-te-190 {
        border-top-right-radius: 760px !important
    }
    .rounded-md-bs-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-md-be-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-md-200 {
        border-radius: 800px !important
    }
    .rounded-md-t-200 {
        border-top-left-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-md-b-200 {
        border-bottom-right-radius: 800px !important
    }
    .rounded-md-b-200,
    .rounded-md-s-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-md-s-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-md-e-200 {
        border-bottom-right-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-md-ts-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-md-te-200 {
        border-top-right-radius: 800px !important
    }
    .rounded-md-bs-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-md-be-200 {
        border-bottom-right-radius: 800px !important
    }
}

@media(min-width:1280px) {
    .rounded-lg-0 {
        border-radius: 0 !important
    }
    .rounded-lg-t-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-lg-b-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-lg-b-0,
    .rounded-lg-s-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-lg-s-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-lg-e-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-lg-ts-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-lg-te-0 {
        border-top-right-radius: 0 !important
    }
    .rounded-lg-bs-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-lg-be-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-lg-1 {
        border-radius: 4px !important
    }
    .rounded-lg-t-1 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-lg-b-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-lg-b-1,
    .rounded-lg-s-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-lg-s-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-lg-e-1 {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-lg-ts-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-lg-te-1 {
        border-top-right-radius: 4px !important
    }
    .rounded-lg-bs-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-lg-be-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-lg-2 {
        border-radius: 8px !important
    }
    .rounded-lg-t-2 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-lg-b-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-lg-b-2,
    .rounded-lg-s-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-lg-s-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-lg-e-2 {
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-lg-ts-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-lg-te-2 {
        border-top-right-radius: 8px !important
    }
    .rounded-lg-bs-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-lg-be-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-lg-3 {
        border-radius: 12px !important
    }
    .rounded-lg-t-3 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-lg-b-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-lg-b-3,
    .rounded-lg-s-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-lg-s-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-lg-e-3 {
        border-bottom-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-lg-ts-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-lg-te-3 {
        border-top-right-radius: 12px !important
    }
    .rounded-lg-bs-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-lg-be-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-lg-4 {
        border-radius: 16px !important
    }
    .rounded-lg-t-4 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-lg-b-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-lg-b-4,
    .rounded-lg-s-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-lg-s-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-lg-e-4 {
        border-bottom-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-lg-ts-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-lg-te-4 {
        border-top-right-radius: 16px !important
    }
    .rounded-lg-bs-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-lg-be-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-lg-5 {
        border-radius: 20px !important
    }
    .rounded-lg-t-5 {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-lg-b-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-lg-b-5,
    .rounded-lg-s-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-lg-s-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-lg-e-5 {
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-lg-ts-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-lg-te-5 {
        border-top-right-radius: 20px !important
    }
    .rounded-lg-bs-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-lg-be-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-lg-6 {
        border-radius: 24px !important
    }
    .rounded-lg-t-6 {
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-lg-b-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-lg-b-6,
    .rounded-lg-s-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-lg-s-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-lg-e-6 {
        border-bottom-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-lg-ts-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-lg-te-6 {
        border-top-right-radius: 24px !important
    }
    .rounded-lg-bs-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-lg-be-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-lg-7 {
        border-radius: 28px !important
    }
    .rounded-lg-t-7 {
        border-top-left-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-lg-b-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-lg-b-7,
    .rounded-lg-s-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-lg-s-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-lg-e-7 {
        border-bottom-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-lg-ts-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-lg-te-7 {
        border-top-right-radius: 28px !important
    }
    .rounded-lg-bs-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-lg-be-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-lg-8 {
        border-radius: 32px !important
    }
    .rounded-lg-t-8 {
        border-top-left-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-lg-b-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-lg-b-8,
    .rounded-lg-s-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-lg-s-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-lg-e-8 {
        border-bottom-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-lg-ts-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-lg-te-8 {
        border-top-right-radius: 32px !important
    }
    .rounded-lg-bs-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-lg-be-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-lg-9 {
        border-radius: 36px !important
    }
    .rounded-lg-t-9 {
        border-top-left-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-lg-b-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-lg-b-9,
    .rounded-lg-s-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-lg-s-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-lg-e-9 {
        border-bottom-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-lg-ts-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-lg-te-9 {
        border-top-right-radius: 36px !important
    }
    .rounded-lg-bs-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-lg-be-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-lg-10 {
        border-radius: 40px !important
    }
    .rounded-lg-t-10 {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-lg-b-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-lg-b-10,
    .rounded-lg-s-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-lg-s-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-lg-e-10 {
        border-bottom-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-lg-ts-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-lg-te-10 {
        border-top-right-radius: 40px !important
    }
    .rounded-lg-bs-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-lg-be-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-lg-11 {
        border-radius: 44px !important
    }
    .rounded-lg-t-11 {
        border-top-left-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-lg-b-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-lg-b-11,
    .rounded-lg-s-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-lg-s-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-lg-e-11 {
        border-bottom-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-lg-ts-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-lg-te-11 {
        border-top-right-radius: 44px !important
    }
    .rounded-lg-bs-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-lg-be-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-lg-12 {
        border-radius: 48px !important
    }
    .rounded-lg-t-12 {
        border-top-left-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-lg-b-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-lg-b-12,
    .rounded-lg-s-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-lg-s-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-lg-e-12 {
        border-bottom-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-lg-ts-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-lg-te-12 {
        border-top-right-radius: 48px !important
    }
    .rounded-lg-bs-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-lg-be-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-lg-13 {
        border-radius: 52px !important
    }
    .rounded-lg-t-13 {
        border-top-left-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-lg-b-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-lg-b-13,
    .rounded-lg-s-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-lg-s-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-lg-e-13 {
        border-bottom-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-lg-ts-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-lg-te-13 {
        border-top-right-radius: 52px !important
    }
    .rounded-lg-bs-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-lg-be-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-lg-14 {
        border-radius: 56px !important
    }
    .rounded-lg-t-14 {
        border-top-left-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-lg-b-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-lg-b-14,
    .rounded-lg-s-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-lg-s-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-lg-e-14 {
        border-bottom-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-lg-ts-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-lg-te-14 {
        border-top-right-radius: 56px !important
    }
    .rounded-lg-bs-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-lg-be-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-lg-15 {
        border-radius: 60px !important
    }
    .rounded-lg-t-15 {
        border-top-left-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-lg-b-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-lg-b-15,
    .rounded-lg-s-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-lg-s-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-lg-e-15 {
        border-bottom-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-lg-ts-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-lg-te-15 {
        border-top-right-radius: 60px !important
    }
    .rounded-lg-bs-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-lg-be-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-lg-16 {
        border-radius: 64px !important
    }
    .rounded-lg-t-16 {
        border-top-left-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-lg-b-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-lg-b-16,
    .rounded-lg-s-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-lg-s-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-lg-e-16 {
        border-bottom-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-lg-ts-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-lg-te-16 {
        border-top-right-radius: 64px !important
    }
    .rounded-lg-bs-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-lg-be-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-lg-17 {
        border-radius: 68px !important
    }
    .rounded-lg-t-17 {
        border-top-left-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-lg-b-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-lg-b-17,
    .rounded-lg-s-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-lg-s-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-lg-e-17 {
        border-bottom-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-lg-ts-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-lg-te-17 {
        border-top-right-radius: 68px !important
    }
    .rounded-lg-bs-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-lg-be-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-lg-18 {
        border-radius: 72px !important
    }
    .rounded-lg-t-18 {
        border-top-left-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-lg-b-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-lg-b-18,
    .rounded-lg-s-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-lg-s-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-lg-e-18 {
        border-bottom-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-lg-ts-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-lg-te-18 {
        border-top-right-radius: 72px !important
    }
    .rounded-lg-bs-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-lg-be-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-lg-19 {
        border-radius: 76px !important
    }
    .rounded-lg-t-19 {
        border-top-left-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-lg-b-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-lg-b-19,
    .rounded-lg-s-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-lg-s-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-lg-e-19 {
        border-bottom-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-lg-ts-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-lg-te-19 {
        border-top-right-radius: 76px !important
    }
    .rounded-lg-bs-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-lg-be-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-lg-20 {
        border-radius: 80px !important
    }
    .rounded-lg-t-20 {
        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-lg-b-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-lg-b-20,
    .rounded-lg-s-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-lg-s-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-lg-e-20 {
        border-bottom-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-lg-ts-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-lg-te-20 {
        border-top-right-radius: 80px !important
    }
    .rounded-lg-bs-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-lg-be-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-lg-21 {
        border-radius: 84px !important
    }
    .rounded-lg-t-21 {
        border-top-left-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-lg-b-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-lg-b-21,
    .rounded-lg-s-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-lg-s-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-lg-e-21 {
        border-bottom-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-lg-ts-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-lg-te-21 {
        border-top-right-radius: 84px !important
    }
    .rounded-lg-bs-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-lg-be-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-lg-22 {
        border-radius: 88px !important
    }
    .rounded-lg-t-22 {
        border-top-left-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-lg-b-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-lg-b-22,
    .rounded-lg-s-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-lg-s-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-lg-e-22 {
        border-bottom-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-lg-ts-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-lg-te-22 {
        border-top-right-radius: 88px !important
    }
    .rounded-lg-bs-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-lg-be-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-lg-23 {
        border-radius: 92px !important
    }
    .rounded-lg-t-23 {
        border-top-left-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-lg-b-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-lg-b-23,
    .rounded-lg-s-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-lg-s-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-lg-e-23 {
        border-bottom-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-lg-ts-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-lg-te-23 {
        border-top-right-radius: 92px !important
    }
    .rounded-lg-bs-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-lg-be-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-lg-24 {
        border-radius: 96px !important
    }
    .rounded-lg-t-24 {
        border-top-left-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-lg-b-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-lg-b-24,
    .rounded-lg-s-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-lg-s-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-lg-e-24 {
        border-bottom-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-lg-ts-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-lg-te-24 {
        border-top-right-radius: 96px !important
    }
    .rounded-lg-bs-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-lg-be-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-lg-25 {
        border-radius: 100px !important
    }
    .rounded-lg-t-25 {
        border-top-left-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-lg-b-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-lg-b-25,
    .rounded-lg-s-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-lg-s-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-lg-e-25 {
        border-bottom-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-lg-ts-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-lg-te-25 {
        border-top-right-radius: 100px !important
    }
    .rounded-lg-bs-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-lg-be-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-lg-26 {
        border-radius: 104px !important
    }
    .rounded-lg-t-26 {
        border-top-left-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-lg-b-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-lg-b-26,
    .rounded-lg-s-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-lg-s-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-lg-e-26 {
        border-bottom-right-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-lg-ts-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-lg-te-26 {
        border-top-right-radius: 104px !important
    }
    .rounded-lg-bs-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-lg-be-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-lg-27 {
        border-radius: 108px !important
    }
    .rounded-lg-t-27 {
        border-top-left-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-lg-b-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-lg-b-27,
    .rounded-lg-s-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-lg-s-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-lg-e-27 {
        border-bottom-right-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-lg-ts-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-lg-te-27 {
        border-top-right-radius: 108px !important
    }
    .rounded-lg-bs-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-lg-be-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-lg-28 {
        border-radius: 112px !important
    }
    .rounded-lg-t-28 {
        border-top-left-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-lg-b-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-lg-b-28,
    .rounded-lg-s-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-lg-s-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-lg-e-28 {
        border-bottom-right-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-lg-ts-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-lg-te-28 {
        border-top-right-radius: 112px !important
    }
    .rounded-lg-bs-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-lg-be-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-lg-29 {
        border-radius: 116px !important
    }
    .rounded-lg-t-29 {
        border-top-left-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-lg-b-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-lg-b-29,
    .rounded-lg-s-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-lg-s-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-lg-e-29 {
        border-bottom-right-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-lg-ts-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-lg-te-29 {
        border-top-right-radius: 116px !important
    }
    .rounded-lg-bs-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-lg-be-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-lg-30 {
        border-radius: 120px !important
    }
    .rounded-lg-t-30 {
        border-top-left-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-lg-b-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-lg-b-30,
    .rounded-lg-s-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-lg-s-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-lg-e-30 {
        border-bottom-right-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-lg-ts-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-lg-te-30 {
        border-top-right-radius: 120px !important
    }
    .rounded-lg-bs-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-lg-be-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-lg-31 {
        border-radius: 124px !important
    }
    .rounded-lg-t-31 {
        border-top-left-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-lg-b-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-lg-b-31,
    .rounded-lg-s-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-lg-s-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-lg-e-31 {
        border-bottom-right-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-lg-ts-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-lg-te-31 {
        border-top-right-radius: 124px !important
    }
    .rounded-lg-bs-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-lg-be-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-lg-32 {
        border-radius: 128px !important
    }
    .rounded-lg-t-32 {
        border-top-left-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-lg-b-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-lg-b-32,
    .rounded-lg-s-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-lg-s-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-lg-e-32 {
        border-bottom-right-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-lg-ts-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-lg-te-32 {
        border-top-right-radius: 128px !important
    }
    .rounded-lg-bs-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-lg-be-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-lg-33 {
        border-radius: 132px !important
    }
    .rounded-lg-t-33 {
        border-top-left-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-lg-b-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-lg-b-33,
    .rounded-lg-s-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-lg-s-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-lg-e-33 {
        border-bottom-right-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-lg-ts-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-lg-te-33 {
        border-top-right-radius: 132px !important
    }
    .rounded-lg-bs-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-lg-be-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-lg-34 {
        border-radius: 136px !important
    }
    .rounded-lg-t-34 {
        border-top-left-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-lg-b-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-lg-b-34,
    .rounded-lg-s-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-lg-s-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-lg-e-34 {
        border-bottom-right-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-lg-ts-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-lg-te-34 {
        border-top-right-radius: 136px !important
    }
    .rounded-lg-bs-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-lg-be-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-lg-35 {
        border-radius: 140px !important
    }
    .rounded-lg-t-35 {
        border-top-left-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-lg-b-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-lg-b-35,
    .rounded-lg-s-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-lg-s-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-lg-e-35 {
        border-bottom-right-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-lg-ts-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-lg-te-35 {
        border-top-right-radius: 140px !important
    }
    .rounded-lg-bs-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-lg-be-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-lg-36 {
        border-radius: 144px !important
    }
    .rounded-lg-t-36 {
        border-top-left-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-lg-b-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-lg-b-36,
    .rounded-lg-s-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-lg-s-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-lg-e-36 {
        border-bottom-right-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-lg-ts-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-lg-te-36 {
        border-top-right-radius: 144px !important
    }
    .rounded-lg-bs-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-lg-be-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-lg-37 {
        border-radius: 148px !important
    }
    .rounded-lg-t-37 {
        border-top-left-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-lg-b-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-lg-b-37,
    .rounded-lg-s-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-lg-s-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-lg-e-37 {
        border-bottom-right-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-lg-ts-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-lg-te-37 {
        border-top-right-radius: 148px !important
    }
    .rounded-lg-bs-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-lg-be-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-lg-38 {
        border-radius: 152px !important
    }
    .rounded-lg-t-38 {
        border-top-left-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-lg-b-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-lg-b-38,
    .rounded-lg-s-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-lg-s-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-lg-e-38 {
        border-bottom-right-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-lg-ts-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-lg-te-38 {
        border-top-right-radius: 152px !important
    }
    .rounded-lg-bs-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-lg-be-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-lg-39 {
        border-radius: 156px !important
    }
    .rounded-lg-t-39 {
        border-top-left-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-lg-b-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-lg-b-39,
    .rounded-lg-s-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-lg-s-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-lg-e-39 {
        border-bottom-right-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-lg-ts-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-lg-te-39 {
        border-top-right-radius: 156px !important
    }
    .rounded-lg-bs-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-lg-be-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-lg-40 {
        border-radius: 160px !important
    }
    .rounded-lg-t-40 {
        border-top-left-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-lg-b-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-lg-b-40,
    .rounded-lg-s-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-lg-s-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-lg-e-40 {
        border-bottom-right-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-lg-ts-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-lg-te-40 {
        border-top-right-radius: 160px !important
    }
    .rounded-lg-bs-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-lg-be-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-lg-0p5 {
        border-radius: 2px !important
    }
    .rounded-lg-t-0p5 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-lg-b-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-lg-b-0p5,
    .rounded-lg-s-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-lg-s-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-lg-e-0p5 {
        border-bottom-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-lg-ts-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-lg-te-0p5 {
        border-top-right-radius: 2px !important
    }
    .rounded-lg-bs-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-lg-be-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-lg-1p5 {
        border-radius: 6px !important
    }
    .rounded-lg-t-1p5 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-lg-b-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-lg-b-1p5,
    .rounded-lg-s-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-lg-s-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-lg-e-1p5 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-lg-ts-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-lg-te-1p5 {
        border-top-right-radius: 6px !important
    }
    .rounded-lg-bs-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-lg-be-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-lg-2p5 {
        border-radius: 10px !important
    }
    .rounded-lg-t-2p5 {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-lg-b-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-lg-b-2p5,
    .rounded-lg-s-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-lg-s-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-lg-e-2p5 {
        border-bottom-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-lg-ts-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-lg-te-2p5 {
        border-top-right-radius: 10px !important
    }
    .rounded-lg-bs-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-lg-be-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-lg-3p5 {
        border-radius: 14px !important
    }
    .rounded-lg-t-3p5 {
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-lg-b-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-lg-b-3p5,
    .rounded-lg-s-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-lg-s-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-lg-e-3p5 {
        border-bottom-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-lg-ts-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-lg-te-3p5 {
        border-top-right-radius: 14px !important
    }
    .rounded-lg-bs-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-lg-be-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-lg-4p5 {
        border-radius: 18px !important
    }
    .rounded-lg-t-4p5 {
        border-top-left-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-lg-b-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-lg-b-4p5,
    .rounded-lg-s-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-lg-s-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-lg-e-4p5 {
        border-bottom-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-lg-ts-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-lg-te-4p5 {
        border-top-right-radius: 18px !important
    }
    .rounded-lg-bs-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-lg-be-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-lg-5p5 {
        border-radius: 22px !important
    }
    .rounded-lg-t-5p5 {
        border-top-left-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-lg-b-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-lg-b-5p5,
    .rounded-lg-s-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-lg-s-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-lg-e-5p5 {
        border-bottom-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-lg-ts-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-lg-te-5p5 {
        border-top-right-radius: 22px !important
    }
    .rounded-lg-bs-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-lg-be-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-lg-6p5 {
        border-radius: 26px !important
    }
    .rounded-lg-t-6p5 {
        border-top-left-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-lg-b-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-lg-b-6p5,
    .rounded-lg-s-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-lg-s-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-lg-e-6p5 {
        border-bottom-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-lg-ts-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-lg-te-6p5 {
        border-top-right-radius: 26px !important
    }
    .rounded-lg-bs-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-lg-be-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-lg-7p5 {
        border-radius: 30px !important
    }
    .rounded-lg-t-7p5 {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-lg-b-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-lg-b-7p5,
    .rounded-lg-s-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-lg-s-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-lg-e-7p5 {
        border-bottom-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-lg-ts-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-lg-te-7p5 {
        border-top-right-radius: 30px !important
    }
    .rounded-lg-bs-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-lg-be-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-lg-12p5 {
        border-radius: 50px !important
    }
    .rounded-lg-t-12p5 {
        border-top-left-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-lg-b-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-lg-b-12p5,
    .rounded-lg-s-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-lg-s-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-lg-e-12p5 {
        border-bottom-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-lg-ts-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-lg-te-12p5 {
        border-top-right-radius: 50px !important
    }
    .rounded-lg-bs-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-lg-be-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-lg-17p5 {
        border-radius: 70px !important
    }
    .rounded-lg-t-17p5 {
        border-top-left-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-lg-b-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-lg-b-17p5,
    .rounded-lg-s-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-lg-s-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-lg-e-17p5 {
        border-bottom-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-lg-ts-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-lg-te-17p5 {
        border-top-right-radius: 70px !important
    }
    .rounded-lg-bs-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-lg-be-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-lg-20p5 {
        border-radius: 82px !important
    }
    .rounded-lg-t-20p5 {
        border-top-left-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-lg-b-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-lg-b-20p5,
    .rounded-lg-s-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-lg-s-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-lg-e-20p5 {
        border-bottom-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-lg-ts-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-lg-te-20p5 {
        border-top-right-radius: 82px !important
    }
    .rounded-lg-bs-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-lg-be-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-lg-32p5 {
        border-radius: 130px !important
    }
    .rounded-lg-t-32p5 {
        border-top-left-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-lg-b-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-lg-b-32p5,
    .rounded-lg-s-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-lg-s-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-lg-e-32p5 {
        border-bottom-right-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-lg-ts-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-lg-te-32p5 {
        border-top-right-radius: 130px !important
    }
    .rounded-lg-bs-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-lg-be-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-lg-42 {
        border-radius: 168px !important
    }
    .rounded-lg-t-42 {
        border-top-left-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-lg-b-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-lg-b-42,
    .rounded-lg-s-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-lg-s-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-lg-e-42 {
        border-bottom-right-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-lg-ts-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-lg-te-42 {
        border-top-right-radius: 168px !important
    }
    .rounded-lg-bs-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-lg-be-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-lg-45 {
        border-radius: 180px !important
    }
    .rounded-lg-t-45 {
        border-top-left-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-lg-b-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-lg-b-45,
    .rounded-lg-s-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-lg-s-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-lg-e-45 {
        border-bottom-right-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-lg-ts-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-lg-te-45 {
        border-top-right-radius: 180px !important
    }
    .rounded-lg-bs-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-lg-be-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-lg-48 {
        border-radius: 192px !important
    }
    .rounded-lg-t-48 {
        border-top-left-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-lg-b-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-lg-b-48,
    .rounded-lg-s-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-lg-s-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-lg-e-48 {
        border-bottom-right-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-lg-ts-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-lg-te-48 {
        border-top-right-radius: 192px !important
    }
    .rounded-lg-bs-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-lg-be-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-lg-50 {
        border-radius: 200px !important
    }
    .rounded-lg-t-50 {
        border-top-left-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-lg-b-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-lg-b-50,
    .rounded-lg-s-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-lg-s-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-lg-e-50 {
        border-bottom-right-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-lg-ts-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-lg-te-50 {
        border-top-right-radius: 200px !important
    }
    .rounded-lg-bs-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-lg-be-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-lg-55 {
        border-radius: 220px !important
    }
    .rounded-lg-t-55 {
        border-top-left-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-lg-b-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-lg-b-55,
    .rounded-lg-s-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-lg-s-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-lg-e-55 {
        border-bottom-right-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-lg-ts-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-lg-te-55 {
        border-top-right-radius: 220px !important
    }
    .rounded-lg-bs-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-lg-be-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-lg-56 {
        border-radius: 224px !important
    }
    .rounded-lg-t-56 {
        border-top-left-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-lg-b-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-lg-b-56,
    .rounded-lg-s-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-lg-s-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-lg-e-56 {
        border-bottom-right-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-lg-ts-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-lg-te-56 {
        border-top-right-radius: 224px !important
    }
    .rounded-lg-bs-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-lg-be-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-lg-60 {
        border-radius: 240px !important
    }
    .rounded-lg-t-60 {
        border-top-left-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-lg-b-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-lg-b-60,
    .rounded-lg-s-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-lg-s-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-lg-e-60 {
        border-bottom-right-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-lg-ts-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-lg-te-60 {
        border-top-right-radius: 240px !important
    }
    .rounded-lg-bs-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-lg-be-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-lg-62 {
        border-radius: 248px !important
    }
    .rounded-lg-t-62 {
        border-top-left-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-lg-b-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-lg-b-62,
    .rounded-lg-s-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-lg-s-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-lg-e-62 {
        border-bottom-right-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-lg-ts-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-lg-te-62 {
        border-top-right-radius: 248px !important
    }
    .rounded-lg-bs-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-lg-be-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-lg-64 {
        border-radius: 256px !important
    }
    .rounded-lg-t-64 {
        border-top-left-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-lg-b-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-lg-b-64,
    .rounded-lg-s-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-lg-s-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-lg-e-64 {
        border-bottom-right-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-lg-ts-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-lg-te-64 {
        border-top-right-radius: 256px !important
    }
    .rounded-lg-bs-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-lg-be-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-lg-70 {
        border-radius: 280px !important
    }
    .rounded-lg-t-70 {
        border-top-left-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-lg-b-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-lg-b-70,
    .rounded-lg-s-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-lg-s-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-lg-e-70 {
        border-bottom-right-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-lg-ts-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-lg-te-70 {
        border-top-right-radius: 280px !important
    }
    .rounded-lg-bs-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-lg-be-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-lg-72 {
        border-radius: 288px !important
    }
    .rounded-lg-t-72 {
        border-top-left-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-lg-b-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-lg-b-72,
    .rounded-lg-s-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-lg-s-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-lg-e-72 {
        border-bottom-right-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-lg-ts-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-lg-te-72 {
        border-top-right-radius: 288px !important
    }
    .rounded-lg-bs-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-lg-be-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-lg-75 {
        border-radius: 300px !important
    }
    .rounded-lg-t-75 {
        border-top-left-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-lg-b-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-lg-b-75,
    .rounded-lg-s-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-lg-s-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-lg-e-75 {
        border-bottom-right-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-lg-ts-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-lg-te-75 {
        border-top-right-radius: 300px !important
    }
    .rounded-lg-bs-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-lg-be-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-lg-80 {
        border-radius: 320px !important
    }
    .rounded-lg-t-80 {
        border-top-left-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-lg-b-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-lg-b-80,
    .rounded-lg-s-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-lg-s-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-lg-e-80 {
        border-bottom-right-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-lg-ts-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-lg-te-80 {
        border-top-right-radius: 320px !important
    }
    .rounded-lg-bs-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-lg-be-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-lg-85 {
        border-radius: 340px !important
    }
    .rounded-lg-t-85 {
        border-top-left-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-lg-b-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-lg-b-85,
    .rounded-lg-s-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-lg-s-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-lg-e-85 {
        border-bottom-right-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-lg-ts-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-lg-te-85 {
        border-top-right-radius: 340px !important
    }
    .rounded-lg-bs-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-lg-be-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-lg-90 {
        border-radius: 360px !important
    }
    .rounded-lg-t-90 {
        border-top-left-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-lg-b-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-lg-b-90,
    .rounded-lg-s-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-lg-s-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-lg-e-90 {
        border-bottom-right-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-lg-ts-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-lg-te-90 {
        border-top-right-radius: 360px !important
    }
    .rounded-lg-bs-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-lg-be-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-lg-100 {
        border-radius: 400px !important
    }
    .rounded-lg-t-100 {
        border-top-left-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-lg-b-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-lg-b-100,
    .rounded-lg-s-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-lg-s-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-lg-e-100 {
        border-bottom-right-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-lg-ts-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-lg-te-100 {
        border-top-right-radius: 400px !important
    }
    .rounded-lg-bs-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-lg-be-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-lg-112 {
        border-radius: 448px !important
    }
    .rounded-lg-t-112 {
        border-top-left-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-lg-b-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-lg-b-112,
    .rounded-lg-s-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-lg-s-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-lg-e-112 {
        border-bottom-right-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-lg-ts-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-lg-te-112 {
        border-top-right-radius: 448px !important
    }
    .rounded-lg-bs-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-lg-be-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-lg-120 {
        border-radius: 480px !important
    }
    .rounded-lg-t-120 {
        border-top-left-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-lg-b-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-lg-b-120,
    .rounded-lg-s-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-lg-s-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-lg-e-120 {
        border-bottom-right-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-lg-ts-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-lg-te-120 {
        border-top-right-radius: 480px !important
    }
    .rounded-lg-bs-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-lg-be-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-lg-143 {
        border-radius: 572px !important
    }
    .rounded-lg-t-143 {
        border-top-left-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-lg-b-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-lg-b-143,
    .rounded-lg-s-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-lg-s-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-lg-e-143 {
        border-bottom-right-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-lg-ts-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-lg-te-143 {
        border-top-right-radius: 572px !important
    }
    .rounded-lg-bs-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-lg-be-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-lg-150 {
        border-radius: 600px !important
    }
    .rounded-lg-t-150 {
        border-top-left-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-lg-b-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-lg-b-150,
    .rounded-lg-s-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-lg-s-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-lg-e-150 {
        border-bottom-right-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-lg-ts-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-lg-te-150 {
        border-top-right-radius: 600px !important
    }
    .rounded-lg-bs-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-lg-be-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-lg-160 {
        border-radius: 640px !important
    }
    .rounded-lg-t-160 {
        border-top-left-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-lg-b-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-lg-b-160,
    .rounded-lg-s-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-lg-s-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-lg-e-160 {
        border-bottom-right-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-lg-ts-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-lg-te-160 {
        border-top-right-radius: 640px !important
    }
    .rounded-lg-bs-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-lg-be-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-lg-190 {
        border-radius: 760px !important
    }
    .rounded-lg-t-190 {
        border-top-left-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-lg-b-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-lg-b-190,
    .rounded-lg-s-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-lg-s-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-lg-e-190 {
        border-bottom-right-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-lg-ts-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-lg-te-190 {
        border-top-right-radius: 760px !important
    }
    .rounded-lg-bs-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-lg-be-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-lg-200 {
        border-radius: 800px !important
    }
    .rounded-lg-t-200 {
        border-top-left-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-lg-b-200 {
        border-bottom-right-radius: 800px !important
    }
    .rounded-lg-b-200,
    .rounded-lg-s-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-lg-s-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-lg-e-200 {
        border-bottom-right-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-lg-ts-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-lg-te-200 {
        border-top-right-radius: 800px !important
    }
    .rounded-lg-bs-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-lg-be-200 {
        border-bottom-right-radius: 800px !important
    }
}

@media(min-width:1920px) {
    .rounded-xl-0 {
        border-radius: 0 !important
    }
    .rounded-xl-t-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-xl-b-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-xl-b-0,
    .rounded-xl-s-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-xl-s-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-xl-e-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-xl-ts-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-xl-te-0 {
        border-top-right-radius: 0 !important
    }
    .rounded-xl-bs-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-xl-be-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-xl-1 {
        border-radius: 4px !important
    }
    .rounded-xl-t-1 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-xl-b-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-xl-b-1,
    .rounded-xl-s-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-xl-s-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-xl-e-1 {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-xl-ts-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-xl-te-1 {
        border-top-right-radius: 4px !important
    }
    .rounded-xl-bs-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-xl-be-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-xl-2 {
        border-radius: 8px !important
    }
    .rounded-xl-t-2 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-xl-b-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-xl-b-2,
    .rounded-xl-s-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-xl-s-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-xl-e-2 {
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-xl-ts-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-xl-te-2 {
        border-top-right-radius: 8px !important
    }
    .rounded-xl-bs-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-xl-be-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-xl-3 {
        border-radius: 12px !important
    }
    .rounded-xl-t-3 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-xl-b-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-xl-b-3,
    .rounded-xl-s-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-xl-s-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-xl-e-3 {
        border-bottom-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-xl-ts-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-xl-te-3 {
        border-top-right-radius: 12px !important
    }
    .rounded-xl-bs-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-xl-be-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-xl-4 {
        border-radius: 16px !important
    }
    .rounded-xl-t-4 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-xl-b-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-xl-b-4,
    .rounded-xl-s-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-xl-s-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-xl-e-4 {
        border-bottom-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-xl-ts-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-xl-te-4 {
        border-top-right-radius: 16px !important
    }
    .rounded-xl-bs-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-xl-be-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-xl-5 {
        border-radius: 20px !important
    }
    .rounded-xl-t-5 {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-xl-b-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-xl-b-5,
    .rounded-xl-s-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-xl-s-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-xl-e-5 {
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-xl-ts-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-xl-te-5 {
        border-top-right-radius: 20px !important
    }
    .rounded-xl-bs-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-xl-be-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-xl-6 {
        border-radius: 24px !important
    }
    .rounded-xl-t-6 {
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-xl-b-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-xl-b-6,
    .rounded-xl-s-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-xl-s-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-xl-e-6 {
        border-bottom-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-xl-ts-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-xl-te-6 {
        border-top-right-radius: 24px !important
    }
    .rounded-xl-bs-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-xl-be-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-xl-7 {
        border-radius: 28px !important
    }
    .rounded-xl-t-7 {
        border-top-left-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-xl-b-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-xl-b-7,
    .rounded-xl-s-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-xl-s-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-xl-e-7 {
        border-bottom-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-xl-ts-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-xl-te-7 {
        border-top-right-radius: 28px !important
    }
    .rounded-xl-bs-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-xl-be-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-xl-8 {
        border-radius: 32px !important
    }
    .rounded-xl-t-8 {
        border-top-left-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-xl-b-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-xl-b-8,
    .rounded-xl-s-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-xl-s-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-xl-e-8 {
        border-bottom-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-xl-ts-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-xl-te-8 {
        border-top-right-radius: 32px !important
    }
    .rounded-xl-bs-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-xl-be-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-xl-9 {
        border-radius: 36px !important
    }
    .rounded-xl-t-9 {
        border-top-left-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-xl-b-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-xl-b-9,
    .rounded-xl-s-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-xl-s-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-xl-e-9 {
        border-bottom-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-xl-ts-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-xl-te-9 {
        border-top-right-radius: 36px !important
    }
    .rounded-xl-bs-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-xl-be-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-xl-10 {
        border-radius: 40px !important
    }
    .rounded-xl-t-10 {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-xl-b-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-xl-b-10,
    .rounded-xl-s-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-xl-s-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-xl-e-10 {
        border-bottom-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-xl-ts-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-xl-te-10 {
        border-top-right-radius: 40px !important
    }
    .rounded-xl-bs-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-xl-be-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-xl-11 {
        border-radius: 44px !important
    }
    .rounded-xl-t-11 {
        border-top-left-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-xl-b-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-xl-b-11,
    .rounded-xl-s-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-xl-s-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-xl-e-11 {
        border-bottom-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-xl-ts-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-xl-te-11 {
        border-top-right-radius: 44px !important
    }
    .rounded-xl-bs-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-xl-be-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-xl-12 {
        border-radius: 48px !important
    }
    .rounded-xl-t-12 {
        border-top-left-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-xl-b-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-xl-b-12,
    .rounded-xl-s-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-xl-s-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-xl-e-12 {
        border-bottom-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-xl-ts-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-xl-te-12 {
        border-top-right-radius: 48px !important
    }
    .rounded-xl-bs-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-xl-be-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-xl-13 {
        border-radius: 52px !important
    }
    .rounded-xl-t-13 {
        border-top-left-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-xl-b-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-xl-b-13,
    .rounded-xl-s-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-xl-s-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-xl-e-13 {
        border-bottom-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-xl-ts-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-xl-te-13 {
        border-top-right-radius: 52px !important
    }
    .rounded-xl-bs-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-xl-be-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-xl-14 {
        border-radius: 56px !important
    }
    .rounded-xl-t-14 {
        border-top-left-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-xl-b-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-xl-b-14,
    .rounded-xl-s-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-xl-s-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-xl-e-14 {
        border-bottom-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-xl-ts-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-xl-te-14 {
        border-top-right-radius: 56px !important
    }
    .rounded-xl-bs-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-xl-be-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-xl-15 {
        border-radius: 60px !important
    }
    .rounded-xl-t-15 {
        border-top-left-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-xl-b-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-xl-b-15,
    .rounded-xl-s-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-xl-s-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-xl-e-15 {
        border-bottom-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-xl-ts-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-xl-te-15 {
        border-top-right-radius: 60px !important
    }
    .rounded-xl-bs-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-xl-be-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-xl-16 {
        border-radius: 64px !important
    }
    .rounded-xl-t-16 {
        border-top-left-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-xl-b-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-xl-b-16,
    .rounded-xl-s-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-xl-s-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-xl-e-16 {
        border-bottom-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-xl-ts-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-xl-te-16 {
        border-top-right-radius: 64px !important
    }
    .rounded-xl-bs-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-xl-be-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-xl-17 {
        border-radius: 68px !important
    }
    .rounded-xl-t-17 {
        border-top-left-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-xl-b-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-xl-b-17,
    .rounded-xl-s-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-xl-s-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-xl-e-17 {
        border-bottom-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-xl-ts-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-xl-te-17 {
        border-top-right-radius: 68px !important
    }
    .rounded-xl-bs-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-xl-be-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-xl-18 {
        border-radius: 72px !important
    }
    .rounded-xl-t-18 {
        border-top-left-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-xl-b-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-xl-b-18,
    .rounded-xl-s-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-xl-s-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-xl-e-18 {
        border-bottom-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-xl-ts-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-xl-te-18 {
        border-top-right-radius: 72px !important
    }
    .rounded-xl-bs-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-xl-be-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-xl-19 {
        border-radius: 76px !important
    }
    .rounded-xl-t-19 {
        border-top-left-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-xl-b-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-xl-b-19,
    .rounded-xl-s-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-xl-s-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-xl-e-19 {
        border-bottom-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-xl-ts-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-xl-te-19 {
        border-top-right-radius: 76px !important
    }
    .rounded-xl-bs-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-xl-be-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-xl-20 {
        border-radius: 80px !important
    }
    .rounded-xl-t-20 {
        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-xl-b-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-xl-b-20,
    .rounded-xl-s-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-xl-s-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-xl-e-20 {
        border-bottom-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-xl-ts-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-xl-te-20 {
        border-top-right-radius: 80px !important
    }
    .rounded-xl-bs-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-xl-be-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-xl-21 {
        border-radius: 84px !important
    }
    .rounded-xl-t-21 {
        border-top-left-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-xl-b-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-xl-b-21,
    .rounded-xl-s-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-xl-s-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-xl-e-21 {
        border-bottom-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-xl-ts-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-xl-te-21 {
        border-top-right-radius: 84px !important
    }
    .rounded-xl-bs-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-xl-be-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-xl-22 {
        border-radius: 88px !important
    }
    .rounded-xl-t-22 {
        border-top-left-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-xl-b-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-xl-b-22,
    .rounded-xl-s-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-xl-s-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-xl-e-22 {
        border-bottom-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-xl-ts-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-xl-te-22 {
        border-top-right-radius: 88px !important
    }
    .rounded-xl-bs-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-xl-be-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-xl-23 {
        border-radius: 92px !important
    }
    .rounded-xl-t-23 {
        border-top-left-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-xl-b-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-xl-b-23,
    .rounded-xl-s-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-xl-s-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-xl-e-23 {
        border-bottom-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-xl-ts-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-xl-te-23 {
        border-top-right-radius: 92px !important
    }
    .rounded-xl-bs-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-xl-be-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-xl-24 {
        border-radius: 96px !important
    }
    .rounded-xl-t-24 {
        border-top-left-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-xl-b-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-xl-b-24,
    .rounded-xl-s-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-xl-s-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-xl-e-24 {
        border-bottom-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-xl-ts-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-xl-te-24 {
        border-top-right-radius: 96px !important
    }
    .rounded-xl-bs-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-xl-be-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-xl-25 {
        border-radius: 100px !important
    }
    .rounded-xl-t-25 {
        border-top-left-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-xl-b-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-xl-b-25,
    .rounded-xl-s-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-xl-s-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-xl-e-25 {
        border-bottom-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-xl-ts-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-xl-te-25 {
        border-top-right-radius: 100px !important
    }
    .rounded-xl-bs-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-xl-be-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-xl-26 {
        border-radius: 104px !important
    }
    .rounded-xl-t-26 {
        border-top-left-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-xl-b-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-xl-b-26,
    .rounded-xl-s-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-xl-s-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-xl-e-26 {
        border-bottom-right-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-xl-ts-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-xl-te-26 {
        border-top-right-radius: 104px !important
    }
    .rounded-xl-bs-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-xl-be-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-xl-27 {
        border-radius: 108px !important
    }
    .rounded-xl-t-27 {
        border-top-left-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-xl-b-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-xl-b-27,
    .rounded-xl-s-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-xl-s-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-xl-e-27 {
        border-bottom-right-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-xl-ts-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-xl-te-27 {
        border-top-right-radius: 108px !important
    }
    .rounded-xl-bs-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-xl-be-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-xl-28 {
        border-radius: 112px !important
    }
    .rounded-xl-t-28 {
        border-top-left-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-xl-b-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-xl-b-28,
    .rounded-xl-s-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-xl-s-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-xl-e-28 {
        border-bottom-right-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-xl-ts-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-xl-te-28 {
        border-top-right-radius: 112px !important
    }
    .rounded-xl-bs-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-xl-be-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-xl-29 {
        border-radius: 116px !important
    }
    .rounded-xl-t-29 {
        border-top-left-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-xl-b-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-xl-b-29,
    .rounded-xl-s-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-xl-s-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-xl-e-29 {
        border-bottom-right-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-xl-ts-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-xl-te-29 {
        border-top-right-radius: 116px !important
    }
    .rounded-xl-bs-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-xl-be-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-xl-30 {
        border-radius: 120px !important
    }
    .rounded-xl-t-30 {
        border-top-left-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-xl-b-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-xl-b-30,
    .rounded-xl-s-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-xl-s-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-xl-e-30 {
        border-bottom-right-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-xl-ts-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-xl-te-30 {
        border-top-right-radius: 120px !important
    }
    .rounded-xl-bs-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-xl-be-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-xl-31 {
        border-radius: 124px !important
    }
    .rounded-xl-t-31 {
        border-top-left-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-xl-b-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-xl-b-31,
    .rounded-xl-s-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-xl-s-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-xl-e-31 {
        border-bottom-right-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-xl-ts-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-xl-te-31 {
        border-top-right-radius: 124px !important
    }
    .rounded-xl-bs-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-xl-be-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-xl-32 {
        border-radius: 128px !important
    }
    .rounded-xl-t-32 {
        border-top-left-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-xl-b-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-xl-b-32,
    .rounded-xl-s-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-xl-s-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-xl-e-32 {
        border-bottom-right-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-xl-ts-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-xl-te-32 {
        border-top-right-radius: 128px !important
    }
    .rounded-xl-bs-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-xl-be-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-xl-33 {
        border-radius: 132px !important
    }
    .rounded-xl-t-33 {
        border-top-left-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-xl-b-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-xl-b-33,
    .rounded-xl-s-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-xl-s-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-xl-e-33 {
        border-bottom-right-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-xl-ts-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-xl-te-33 {
        border-top-right-radius: 132px !important
    }
    .rounded-xl-bs-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-xl-be-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-xl-34 {
        border-radius: 136px !important
    }
    .rounded-xl-t-34 {
        border-top-left-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-xl-b-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-xl-b-34,
    .rounded-xl-s-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-xl-s-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-xl-e-34 {
        border-bottom-right-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-xl-ts-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-xl-te-34 {
        border-top-right-radius: 136px !important
    }
    .rounded-xl-bs-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-xl-be-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-xl-35 {
        border-radius: 140px !important
    }
    .rounded-xl-t-35 {
        border-top-left-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-xl-b-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-xl-b-35,
    .rounded-xl-s-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-xl-s-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-xl-e-35 {
        border-bottom-right-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-xl-ts-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-xl-te-35 {
        border-top-right-radius: 140px !important
    }
    .rounded-xl-bs-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-xl-be-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-xl-36 {
        border-radius: 144px !important
    }
    .rounded-xl-t-36 {
        border-top-left-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-xl-b-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-xl-b-36,
    .rounded-xl-s-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-xl-s-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-xl-e-36 {
        border-bottom-right-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-xl-ts-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-xl-te-36 {
        border-top-right-radius: 144px !important
    }
    .rounded-xl-bs-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-xl-be-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-xl-37 {
        border-radius: 148px !important
    }
    .rounded-xl-t-37 {
        border-top-left-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-xl-b-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-xl-b-37,
    .rounded-xl-s-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-xl-s-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-xl-e-37 {
        border-bottom-right-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-xl-ts-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-xl-te-37 {
        border-top-right-radius: 148px !important
    }
    .rounded-xl-bs-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-xl-be-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-xl-38 {
        border-radius: 152px !important
    }
    .rounded-xl-t-38 {
        border-top-left-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-xl-b-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-xl-b-38,
    .rounded-xl-s-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-xl-s-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-xl-e-38 {
        border-bottom-right-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-xl-ts-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-xl-te-38 {
        border-top-right-radius: 152px !important
    }
    .rounded-xl-bs-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-xl-be-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-xl-39 {
        border-radius: 156px !important
    }
    .rounded-xl-t-39 {
        border-top-left-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-xl-b-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-xl-b-39,
    .rounded-xl-s-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-xl-s-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-xl-e-39 {
        border-bottom-right-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-xl-ts-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-xl-te-39 {
        border-top-right-radius: 156px !important
    }
    .rounded-xl-bs-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-xl-be-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-xl-40 {
        border-radius: 160px !important
    }
    .rounded-xl-t-40 {
        border-top-left-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-xl-b-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-xl-b-40,
    .rounded-xl-s-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-xl-s-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-xl-e-40 {
        border-bottom-right-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-xl-ts-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-xl-te-40 {
        border-top-right-radius: 160px !important
    }
    .rounded-xl-bs-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-xl-be-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-xl-0p5 {
        border-radius: 2px !important
    }
    .rounded-xl-t-0p5 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-xl-b-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-xl-b-0p5,
    .rounded-xl-s-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-xl-s-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-xl-e-0p5 {
        border-bottom-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-xl-ts-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-xl-te-0p5 {
        border-top-right-radius: 2px !important
    }
    .rounded-xl-bs-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-xl-be-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-xl-1p5 {
        border-radius: 6px !important
    }
    .rounded-xl-t-1p5 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-xl-b-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-xl-b-1p5,
    .rounded-xl-s-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-xl-s-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-xl-e-1p5 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-xl-ts-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-xl-te-1p5 {
        border-top-right-radius: 6px !important
    }
    .rounded-xl-bs-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-xl-be-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-xl-2p5 {
        border-radius: 10px !important
    }
    .rounded-xl-t-2p5 {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-xl-b-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-xl-b-2p5,
    .rounded-xl-s-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-xl-s-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-xl-e-2p5 {
        border-bottom-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-xl-ts-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-xl-te-2p5 {
        border-top-right-radius: 10px !important
    }
    .rounded-xl-bs-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-xl-be-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-xl-3p5 {
        border-radius: 14px !important
    }
    .rounded-xl-t-3p5 {
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-xl-b-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-xl-b-3p5,
    .rounded-xl-s-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-xl-s-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-xl-e-3p5 {
        border-bottom-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-xl-ts-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-xl-te-3p5 {
        border-top-right-radius: 14px !important
    }
    .rounded-xl-bs-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-xl-be-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-xl-4p5 {
        border-radius: 18px !important
    }
    .rounded-xl-t-4p5 {
        border-top-left-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-xl-b-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-xl-b-4p5,
    .rounded-xl-s-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-xl-s-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-xl-e-4p5 {
        border-bottom-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-xl-ts-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-xl-te-4p5 {
        border-top-right-radius: 18px !important
    }
    .rounded-xl-bs-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-xl-be-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-xl-5p5 {
        border-radius: 22px !important
    }
    .rounded-xl-t-5p5 {
        border-top-left-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-xl-b-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-xl-b-5p5,
    .rounded-xl-s-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-xl-s-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-xl-e-5p5 {
        border-bottom-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-xl-ts-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-xl-te-5p5 {
        border-top-right-radius: 22px !important
    }
    .rounded-xl-bs-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-xl-be-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-xl-6p5 {
        border-radius: 26px !important
    }
    .rounded-xl-t-6p5 {
        border-top-left-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-xl-b-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-xl-b-6p5,
    .rounded-xl-s-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-xl-s-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-xl-e-6p5 {
        border-bottom-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-xl-ts-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-xl-te-6p5 {
        border-top-right-radius: 26px !important
    }
    .rounded-xl-bs-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-xl-be-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-xl-7p5 {
        border-radius: 30px !important
    }
    .rounded-xl-t-7p5 {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-xl-b-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-xl-b-7p5,
    .rounded-xl-s-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-xl-s-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-xl-e-7p5 {
        border-bottom-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-xl-ts-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-xl-te-7p5 {
        border-top-right-radius: 30px !important
    }
    .rounded-xl-bs-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-xl-be-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-xl-12p5 {
        border-radius: 50px !important
    }
    .rounded-xl-t-12p5 {
        border-top-left-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-xl-b-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-xl-b-12p5,
    .rounded-xl-s-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-xl-s-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-xl-e-12p5 {
        border-bottom-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-xl-ts-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-xl-te-12p5 {
        border-top-right-radius: 50px !important
    }
    .rounded-xl-bs-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-xl-be-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-xl-17p5 {
        border-radius: 70px !important
    }
    .rounded-xl-t-17p5 {
        border-top-left-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-xl-b-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-xl-b-17p5,
    .rounded-xl-s-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-xl-s-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-xl-e-17p5 {
        border-bottom-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-xl-ts-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-xl-te-17p5 {
        border-top-right-radius: 70px !important
    }
    .rounded-xl-bs-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-xl-be-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-xl-20p5 {
        border-radius: 82px !important
    }
    .rounded-xl-t-20p5 {
        border-top-left-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-xl-b-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-xl-b-20p5,
    .rounded-xl-s-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-xl-s-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-xl-e-20p5 {
        border-bottom-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-xl-ts-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-xl-te-20p5 {
        border-top-right-radius: 82px !important
    }
    .rounded-xl-bs-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-xl-be-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-xl-32p5 {
        border-radius: 130px !important
    }
    .rounded-xl-t-32p5 {
        border-top-left-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-xl-b-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-xl-b-32p5,
    .rounded-xl-s-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-xl-s-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-xl-e-32p5 {
        border-bottom-right-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-xl-ts-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-xl-te-32p5 {
        border-top-right-radius: 130px !important
    }
    .rounded-xl-bs-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-xl-be-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-xl-42 {
        border-radius: 168px !important
    }
    .rounded-xl-t-42 {
        border-top-left-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-xl-b-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-xl-b-42,
    .rounded-xl-s-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-xl-s-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-xl-e-42 {
        border-bottom-right-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-xl-ts-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-xl-te-42 {
        border-top-right-radius: 168px !important
    }
    .rounded-xl-bs-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-xl-be-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-xl-45 {
        border-radius: 180px !important
    }
    .rounded-xl-t-45 {
        border-top-left-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-xl-b-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-xl-b-45,
    .rounded-xl-s-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-xl-s-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-xl-e-45 {
        border-bottom-right-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-xl-ts-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-xl-te-45 {
        border-top-right-radius: 180px !important
    }
    .rounded-xl-bs-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-xl-be-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-xl-48 {
        border-radius: 192px !important
    }
    .rounded-xl-t-48 {
        border-top-left-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-xl-b-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-xl-b-48,
    .rounded-xl-s-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-xl-s-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-xl-e-48 {
        border-bottom-right-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-xl-ts-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-xl-te-48 {
        border-top-right-radius: 192px !important
    }
    .rounded-xl-bs-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-xl-be-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-xl-50 {
        border-radius: 200px !important
    }
    .rounded-xl-t-50 {
        border-top-left-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-xl-b-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-xl-b-50,
    .rounded-xl-s-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-xl-s-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-xl-e-50 {
        border-bottom-right-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-xl-ts-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-xl-te-50 {
        border-top-right-radius: 200px !important
    }
    .rounded-xl-bs-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-xl-be-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-xl-55 {
        border-radius: 220px !important
    }
    .rounded-xl-t-55 {
        border-top-left-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-xl-b-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-xl-b-55,
    .rounded-xl-s-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-xl-s-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-xl-e-55 {
        border-bottom-right-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-xl-ts-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-xl-te-55 {
        border-top-right-radius: 220px !important
    }
    .rounded-xl-bs-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-xl-be-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-xl-56 {
        border-radius: 224px !important
    }
    .rounded-xl-t-56 {
        border-top-left-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-xl-b-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-xl-b-56,
    .rounded-xl-s-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-xl-s-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-xl-e-56 {
        border-bottom-right-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-xl-ts-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-xl-te-56 {
        border-top-right-radius: 224px !important
    }
    .rounded-xl-bs-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-xl-be-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-xl-60 {
        border-radius: 240px !important
    }
    .rounded-xl-t-60 {
        border-top-left-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-xl-b-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-xl-b-60,
    .rounded-xl-s-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-xl-s-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-xl-e-60 {
        border-bottom-right-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-xl-ts-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-xl-te-60 {
        border-top-right-radius: 240px !important
    }
    .rounded-xl-bs-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-xl-be-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-xl-62 {
        border-radius: 248px !important
    }
    .rounded-xl-t-62 {
        border-top-left-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-xl-b-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-xl-b-62,
    .rounded-xl-s-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-xl-s-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-xl-e-62 {
        border-bottom-right-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-xl-ts-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-xl-te-62 {
        border-top-right-radius: 248px !important
    }
    .rounded-xl-bs-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-xl-be-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-xl-64 {
        border-radius: 256px !important
    }
    .rounded-xl-t-64 {
        border-top-left-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-xl-b-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-xl-b-64,
    .rounded-xl-s-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-xl-s-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-xl-e-64 {
        border-bottom-right-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-xl-ts-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-xl-te-64 {
        border-top-right-radius: 256px !important
    }
    .rounded-xl-bs-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-xl-be-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-xl-70 {
        border-radius: 280px !important
    }
    .rounded-xl-t-70 {
        border-top-left-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-xl-b-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-xl-b-70,
    .rounded-xl-s-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-xl-s-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-xl-e-70 {
        border-bottom-right-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-xl-ts-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-xl-te-70 {
        border-top-right-radius: 280px !important
    }
    .rounded-xl-bs-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-xl-be-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-xl-72 {
        border-radius: 288px !important
    }
    .rounded-xl-t-72 {
        border-top-left-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-xl-b-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-xl-b-72,
    .rounded-xl-s-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-xl-s-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-xl-e-72 {
        border-bottom-right-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-xl-ts-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-xl-te-72 {
        border-top-right-radius: 288px !important
    }
    .rounded-xl-bs-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-xl-be-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-xl-75 {
        border-radius: 300px !important
    }
    .rounded-xl-t-75 {
        border-top-left-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-xl-b-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-xl-b-75,
    .rounded-xl-s-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-xl-s-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-xl-e-75 {
        border-bottom-right-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-xl-ts-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-xl-te-75 {
        border-top-right-radius: 300px !important
    }
    .rounded-xl-bs-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-xl-be-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-xl-80 {
        border-radius: 320px !important
    }
    .rounded-xl-t-80 {
        border-top-left-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-xl-b-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-xl-b-80,
    .rounded-xl-s-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-xl-s-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-xl-e-80 {
        border-bottom-right-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-xl-ts-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-xl-te-80 {
        border-top-right-radius: 320px !important
    }
    .rounded-xl-bs-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-xl-be-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-xl-85 {
        border-radius: 340px !important
    }
    .rounded-xl-t-85 {
        border-top-left-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-xl-b-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-xl-b-85,
    .rounded-xl-s-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-xl-s-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-xl-e-85 {
        border-bottom-right-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-xl-ts-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-xl-te-85 {
        border-top-right-radius: 340px !important
    }
    .rounded-xl-bs-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-xl-be-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-xl-90 {
        border-radius: 360px !important
    }
    .rounded-xl-t-90 {
        border-top-left-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-xl-b-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-xl-b-90,
    .rounded-xl-s-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-xl-s-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-xl-e-90 {
        border-bottom-right-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-xl-ts-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-xl-te-90 {
        border-top-right-radius: 360px !important
    }
    .rounded-xl-bs-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-xl-be-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-xl-100 {
        border-radius: 400px !important
    }
    .rounded-xl-t-100 {
        border-top-left-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-xl-b-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-xl-b-100,
    .rounded-xl-s-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-xl-s-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-xl-e-100 {
        border-bottom-right-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-xl-ts-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-xl-te-100 {
        border-top-right-radius: 400px !important
    }
    .rounded-xl-bs-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-xl-be-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-xl-112 {
        border-radius: 448px !important
    }
    .rounded-xl-t-112 {
        border-top-left-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-xl-b-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-xl-b-112,
    .rounded-xl-s-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-xl-s-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-xl-e-112 {
        border-bottom-right-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-xl-ts-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-xl-te-112 {
        border-top-right-radius: 448px !important
    }
    .rounded-xl-bs-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-xl-be-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-xl-120 {
        border-radius: 480px !important
    }
    .rounded-xl-t-120 {
        border-top-left-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-xl-b-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-xl-b-120,
    .rounded-xl-s-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-xl-s-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-xl-e-120 {
        border-bottom-right-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-xl-ts-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-xl-te-120 {
        border-top-right-radius: 480px !important
    }
    .rounded-xl-bs-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-xl-be-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-xl-143 {
        border-radius: 572px !important
    }
    .rounded-xl-t-143 {
        border-top-left-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-xl-b-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-xl-b-143,
    .rounded-xl-s-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-xl-s-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-xl-e-143 {
        border-bottom-right-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-xl-ts-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-xl-te-143 {
        border-top-right-radius: 572px !important
    }
    .rounded-xl-bs-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-xl-be-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-xl-150 {
        border-radius: 600px !important
    }
    .rounded-xl-t-150 {
        border-top-left-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-xl-b-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-xl-b-150,
    .rounded-xl-s-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-xl-s-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-xl-e-150 {
        border-bottom-right-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-xl-ts-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-xl-te-150 {
        border-top-right-radius: 600px !important
    }
    .rounded-xl-bs-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-xl-be-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-xl-160 {
        border-radius: 640px !important
    }
    .rounded-xl-t-160 {
        border-top-left-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-xl-b-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-xl-b-160,
    .rounded-xl-s-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-xl-s-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-xl-e-160 {
        border-bottom-right-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-xl-ts-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-xl-te-160 {
        border-top-right-radius: 640px !important
    }
    .rounded-xl-bs-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-xl-be-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-xl-190 {
        border-radius: 760px !important
    }
    .rounded-xl-t-190 {
        border-top-left-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-xl-b-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-xl-b-190,
    .rounded-xl-s-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-xl-s-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-xl-e-190 {
        border-bottom-right-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-xl-ts-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-xl-te-190 {
        border-top-right-radius: 760px !important
    }
    .rounded-xl-bs-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-xl-be-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-xl-200 {
        border-radius: 800px !important
    }
    .rounded-xl-t-200 {
        border-top-left-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-xl-b-200 {
        border-bottom-right-radius: 800px !important
    }
    .rounded-xl-b-200,
    .rounded-xl-s-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-xl-s-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-xl-e-200 {
        border-bottom-right-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-xl-ts-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-xl-te-200 {
        border-top-right-radius: 800px !important
    }
    .rounded-xl-bs-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-xl-be-200 {
        border-bottom-right-radius: 800px !important
    }
}

@media(min-width:2560px) {
    .rounded-xxl-0 {
        border-radius: 0 !important
    }
    .rounded-xxl-t-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-xxl-b-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-xxl-b-0,
    .rounded-xxl-s-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-xxl-s-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-xxl-e-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .rounded-xxl-ts-0 {
        border-top-left-radius: 0 !important
    }
    .rounded-xxl-te-0 {
        border-top-right-radius: 0 !important
    }
    .rounded-xxl-bs-0 {
        border-bottom-left-radius: 0 !important
    }
    .rounded-xxl-be-0 {
        border-bottom-right-radius: 0 !important
    }
    .rounded-xxl-1 {
        border-radius: 4px !important
    }
    .rounded-xxl-t-1 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-xxl-b-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-xxl-b-1,
    .rounded-xxl-s-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-xxl-s-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-xxl-e-1 {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }
    .rounded-xxl-ts-1 {
        border-top-left-radius: 4px !important
    }
    .rounded-xxl-te-1 {
        border-top-right-radius: 4px !important
    }
    .rounded-xxl-bs-1 {
        border-bottom-left-radius: 4px !important
    }
    .rounded-xxl-be-1 {
        border-bottom-right-radius: 4px !important
    }
    .rounded-xxl-2 {
        border-radius: 8px !important
    }
    .rounded-xxl-t-2 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-xxl-b-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-xxl-b-2,
    .rounded-xxl-s-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-xxl-s-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-xxl-e-2 {
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }
    .rounded-xxl-ts-2 {
        border-top-left-radius: 8px !important
    }
    .rounded-xxl-te-2 {
        border-top-right-radius: 8px !important
    }
    .rounded-xxl-bs-2 {
        border-bottom-left-radius: 8px !important
    }
    .rounded-xxl-be-2 {
        border-bottom-right-radius: 8px !important
    }
    .rounded-xxl-3 {
        border-radius: 12px !important
    }
    .rounded-xxl-t-3 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-xxl-b-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-xxl-b-3,
    .rounded-xxl-s-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-xxl-s-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-xxl-e-3 {
        border-bottom-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }
    .rounded-xxl-ts-3 {
        border-top-left-radius: 12px !important
    }
    .rounded-xxl-te-3 {
        border-top-right-radius: 12px !important
    }
    .rounded-xxl-bs-3 {
        border-bottom-left-radius: 12px !important
    }
    .rounded-xxl-be-3 {
        border-bottom-right-radius: 12px !important
    }
    .rounded-xxl-4 {
        border-radius: 16px !important
    }
    .rounded-xxl-t-4 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-xxl-b-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-xxl-b-4,
    .rounded-xxl-s-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-xxl-s-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-xxl-e-4 {
        border-bottom-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }
    .rounded-xxl-ts-4 {
        border-top-left-radius: 16px !important
    }
    .rounded-xxl-te-4 {
        border-top-right-radius: 16px !important
    }
    .rounded-xxl-bs-4 {
        border-bottom-left-radius: 16px !important
    }
    .rounded-xxl-be-4 {
        border-bottom-right-radius: 16px !important
    }
    .rounded-xxl-5 {
        border-radius: 20px !important
    }
    .rounded-xxl-t-5 {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-xxl-b-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-xxl-b-5,
    .rounded-xxl-s-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-xxl-s-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-xxl-e-5 {
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }
    .rounded-xxl-ts-5 {
        border-top-left-radius: 20px !important
    }
    .rounded-xxl-te-5 {
        border-top-right-radius: 20px !important
    }
    .rounded-xxl-bs-5 {
        border-bottom-left-radius: 20px !important
    }
    .rounded-xxl-be-5 {
        border-bottom-right-radius: 20px !important
    }
    .rounded-xxl-6 {
        border-radius: 24px !important
    }
    .rounded-xxl-t-6 {
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-xxl-b-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-xxl-b-6,
    .rounded-xxl-s-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-xxl-s-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-xxl-e-6 {
        border-bottom-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }
    .rounded-xxl-ts-6 {
        border-top-left-radius: 24px !important
    }
    .rounded-xxl-te-6 {
        border-top-right-radius: 24px !important
    }
    .rounded-xxl-bs-6 {
        border-bottom-left-radius: 24px !important
    }
    .rounded-xxl-be-6 {
        border-bottom-right-radius: 24px !important
    }
    .rounded-xxl-7 {
        border-radius: 28px !important
    }
    .rounded-xxl-t-7 {
        border-top-left-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-xxl-b-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-xxl-b-7,
    .rounded-xxl-s-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-xxl-s-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-xxl-e-7 {
        border-bottom-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }
    .rounded-xxl-ts-7 {
        border-top-left-radius: 28px !important
    }
    .rounded-xxl-te-7 {
        border-top-right-radius: 28px !important
    }
    .rounded-xxl-bs-7 {
        border-bottom-left-radius: 28px !important
    }
    .rounded-xxl-be-7 {
        border-bottom-right-radius: 28px !important
    }
    .rounded-xxl-8 {
        border-radius: 32px !important
    }
    .rounded-xxl-t-8 {
        border-top-left-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-xxl-b-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-xxl-b-8,
    .rounded-xxl-s-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-xxl-s-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-xxl-e-8 {
        border-bottom-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }
    .rounded-xxl-ts-8 {
        border-top-left-radius: 32px !important
    }
    .rounded-xxl-te-8 {
        border-top-right-radius: 32px !important
    }
    .rounded-xxl-bs-8 {
        border-bottom-left-radius: 32px !important
    }
    .rounded-xxl-be-8 {
        border-bottom-right-radius: 32px !important
    }
    .rounded-xxl-9 {
        border-radius: 36px !important
    }
    .rounded-xxl-t-9 {
        border-top-left-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-xxl-b-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-xxl-b-9,
    .rounded-xxl-s-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-xxl-s-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-xxl-e-9 {
        border-bottom-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }
    .rounded-xxl-ts-9 {
        border-top-left-radius: 36px !important
    }
    .rounded-xxl-te-9 {
        border-top-right-radius: 36px !important
    }
    .rounded-xxl-bs-9 {
        border-bottom-left-radius: 36px !important
    }
    .rounded-xxl-be-9 {
        border-bottom-right-radius: 36px !important
    }
    .rounded-xxl-10 {
        border-radius: 40px !important
    }
    .rounded-xxl-t-10 {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-xxl-b-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-xxl-b-10,
    .rounded-xxl-s-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-xxl-s-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-xxl-e-10 {
        border-bottom-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }
    .rounded-xxl-ts-10 {
        border-top-left-radius: 40px !important
    }
    .rounded-xxl-te-10 {
        border-top-right-radius: 40px !important
    }
    .rounded-xxl-bs-10 {
        border-bottom-left-radius: 40px !important
    }
    .rounded-xxl-be-10 {
        border-bottom-right-radius: 40px !important
    }
    .rounded-xxl-11 {
        border-radius: 44px !important
    }
    .rounded-xxl-t-11 {
        border-top-left-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-xxl-b-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-xxl-b-11,
    .rounded-xxl-s-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-xxl-s-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-xxl-e-11 {
        border-bottom-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }
    .rounded-xxl-ts-11 {
        border-top-left-radius: 44px !important
    }
    .rounded-xxl-te-11 {
        border-top-right-radius: 44px !important
    }
    .rounded-xxl-bs-11 {
        border-bottom-left-radius: 44px !important
    }
    .rounded-xxl-be-11 {
        border-bottom-right-radius: 44px !important
    }
    .rounded-xxl-12 {
        border-radius: 48px !important
    }
    .rounded-xxl-t-12 {
        border-top-left-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-xxl-b-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-xxl-b-12,
    .rounded-xxl-s-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-xxl-s-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-xxl-e-12 {
        border-bottom-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }
    .rounded-xxl-ts-12 {
        border-top-left-radius: 48px !important
    }
    .rounded-xxl-te-12 {
        border-top-right-radius: 48px !important
    }
    .rounded-xxl-bs-12 {
        border-bottom-left-radius: 48px !important
    }
    .rounded-xxl-be-12 {
        border-bottom-right-radius: 48px !important
    }
    .rounded-xxl-13 {
        border-radius: 52px !important
    }
    .rounded-xxl-t-13 {
        border-top-left-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-xxl-b-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-xxl-b-13,
    .rounded-xxl-s-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-xxl-s-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-xxl-e-13 {
        border-bottom-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }
    .rounded-xxl-ts-13 {
        border-top-left-radius: 52px !important
    }
    .rounded-xxl-te-13 {
        border-top-right-radius: 52px !important
    }
    .rounded-xxl-bs-13 {
        border-bottom-left-radius: 52px !important
    }
    .rounded-xxl-be-13 {
        border-bottom-right-radius: 52px !important
    }
    .rounded-xxl-14 {
        border-radius: 56px !important
    }
    .rounded-xxl-t-14 {
        border-top-left-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-xxl-b-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-xxl-b-14,
    .rounded-xxl-s-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-xxl-s-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-xxl-e-14 {
        border-bottom-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }
    .rounded-xxl-ts-14 {
        border-top-left-radius: 56px !important
    }
    .rounded-xxl-te-14 {
        border-top-right-radius: 56px !important
    }
    .rounded-xxl-bs-14 {
        border-bottom-left-radius: 56px !important
    }
    .rounded-xxl-be-14 {
        border-bottom-right-radius: 56px !important
    }
    .rounded-xxl-15 {
        border-radius: 60px !important
    }
    .rounded-xxl-t-15 {
        border-top-left-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-xxl-b-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-xxl-b-15,
    .rounded-xxl-s-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-xxl-s-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-xxl-e-15 {
        border-bottom-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }
    .rounded-xxl-ts-15 {
        border-top-left-radius: 60px !important
    }
    .rounded-xxl-te-15 {
        border-top-right-radius: 60px !important
    }
    .rounded-xxl-bs-15 {
        border-bottom-left-radius: 60px !important
    }
    .rounded-xxl-be-15 {
        border-bottom-right-radius: 60px !important
    }
    .rounded-xxl-16 {
        border-radius: 64px !important
    }
    .rounded-xxl-t-16 {
        border-top-left-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-xxl-b-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-xxl-b-16,
    .rounded-xxl-s-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-xxl-s-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-xxl-e-16 {
        border-bottom-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }
    .rounded-xxl-ts-16 {
        border-top-left-radius: 64px !important
    }
    .rounded-xxl-te-16 {
        border-top-right-radius: 64px !important
    }
    .rounded-xxl-bs-16 {
        border-bottom-left-radius: 64px !important
    }
    .rounded-xxl-be-16 {
        border-bottom-right-radius: 64px !important
    }
    .rounded-xxl-17 {
        border-radius: 68px !important
    }
    .rounded-xxl-t-17 {
        border-top-left-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-xxl-b-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-xxl-b-17,
    .rounded-xxl-s-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-xxl-s-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-xxl-e-17 {
        border-bottom-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }
    .rounded-xxl-ts-17 {
        border-top-left-radius: 68px !important
    }
    .rounded-xxl-te-17 {
        border-top-right-radius: 68px !important
    }
    .rounded-xxl-bs-17 {
        border-bottom-left-radius: 68px !important
    }
    .rounded-xxl-be-17 {
        border-bottom-right-radius: 68px !important
    }
    .rounded-xxl-18 {
        border-radius: 72px !important
    }
    .rounded-xxl-t-18 {
        border-top-left-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-xxl-b-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-xxl-b-18,
    .rounded-xxl-s-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-xxl-s-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-xxl-e-18 {
        border-bottom-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }
    .rounded-xxl-ts-18 {
        border-top-left-radius: 72px !important
    }
    .rounded-xxl-te-18 {
        border-top-right-radius: 72px !important
    }
    .rounded-xxl-bs-18 {
        border-bottom-left-radius: 72px !important
    }
    .rounded-xxl-be-18 {
        border-bottom-right-radius: 72px !important
    }
    .rounded-xxl-19 {
        border-radius: 76px !important
    }
    .rounded-xxl-t-19 {
        border-top-left-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-xxl-b-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-xxl-b-19,
    .rounded-xxl-s-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-xxl-s-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-xxl-e-19 {
        border-bottom-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }
    .rounded-xxl-ts-19 {
        border-top-left-radius: 76px !important
    }
    .rounded-xxl-te-19 {
        border-top-right-radius: 76px !important
    }
    .rounded-xxl-bs-19 {
        border-bottom-left-radius: 76px !important
    }
    .rounded-xxl-be-19 {
        border-bottom-right-radius: 76px !important
    }
    .rounded-xxl-20 {
        border-radius: 80px !important
    }
    .rounded-xxl-t-20 {
        border-top-left-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-xxl-b-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-xxl-b-20,
    .rounded-xxl-s-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-xxl-s-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-xxl-e-20 {
        border-bottom-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }
    .rounded-xxl-ts-20 {
        border-top-left-radius: 80px !important
    }
    .rounded-xxl-te-20 {
        border-top-right-radius: 80px !important
    }
    .rounded-xxl-bs-20 {
        border-bottom-left-radius: 80px !important
    }
    .rounded-xxl-be-20 {
        border-bottom-right-radius: 80px !important
    }
    .rounded-xxl-21 {
        border-radius: 84px !important
    }
    .rounded-xxl-t-21 {
        border-top-left-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-xxl-b-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-xxl-b-21,
    .rounded-xxl-s-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-xxl-s-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-xxl-e-21 {
        border-bottom-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }
    .rounded-xxl-ts-21 {
        border-top-left-radius: 84px !important
    }
    .rounded-xxl-te-21 {
        border-top-right-radius: 84px !important
    }
    .rounded-xxl-bs-21 {
        border-bottom-left-radius: 84px !important
    }
    .rounded-xxl-be-21 {
        border-bottom-right-radius: 84px !important
    }
    .rounded-xxl-22 {
        border-radius: 88px !important
    }
    .rounded-xxl-t-22 {
        border-top-left-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-xxl-b-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-xxl-b-22,
    .rounded-xxl-s-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-xxl-s-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-xxl-e-22 {
        border-bottom-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }
    .rounded-xxl-ts-22 {
        border-top-left-radius: 88px !important
    }
    .rounded-xxl-te-22 {
        border-top-right-radius: 88px !important
    }
    .rounded-xxl-bs-22 {
        border-bottom-left-radius: 88px !important
    }
    .rounded-xxl-be-22 {
        border-bottom-right-radius: 88px !important
    }
    .rounded-xxl-23 {
        border-radius: 92px !important
    }
    .rounded-xxl-t-23 {
        border-top-left-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-xxl-b-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-xxl-b-23,
    .rounded-xxl-s-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-xxl-s-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-xxl-e-23 {
        border-bottom-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }
    .rounded-xxl-ts-23 {
        border-top-left-radius: 92px !important
    }
    .rounded-xxl-te-23 {
        border-top-right-radius: 92px !important
    }
    .rounded-xxl-bs-23 {
        border-bottom-left-radius: 92px !important
    }
    .rounded-xxl-be-23 {
        border-bottom-right-radius: 92px !important
    }
    .rounded-xxl-24 {
        border-radius: 96px !important
    }
    .rounded-xxl-t-24 {
        border-top-left-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-xxl-b-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-xxl-b-24,
    .rounded-xxl-s-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-xxl-s-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-xxl-e-24 {
        border-bottom-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }
    .rounded-xxl-ts-24 {
        border-top-left-radius: 96px !important
    }
    .rounded-xxl-te-24 {
        border-top-right-radius: 96px !important
    }
    .rounded-xxl-bs-24 {
        border-bottom-left-radius: 96px !important
    }
    .rounded-xxl-be-24 {
        border-bottom-right-radius: 96px !important
    }
    .rounded-xxl-25 {
        border-radius: 100px !important
    }
    .rounded-xxl-t-25 {
        border-top-left-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-xxl-b-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-xxl-b-25,
    .rounded-xxl-s-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-xxl-s-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-xxl-e-25 {
        border-bottom-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }
    .rounded-xxl-ts-25 {
        border-top-left-radius: 100px !important
    }
    .rounded-xxl-te-25 {
        border-top-right-radius: 100px !important
    }
    .rounded-xxl-bs-25 {
        border-bottom-left-radius: 100px !important
    }
    .rounded-xxl-be-25 {
        border-bottom-right-radius: 100px !important
    }
    .rounded-xxl-26 {
        border-radius: 104px !important
    }
    .rounded-xxl-t-26 {
        border-top-left-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-xxl-b-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-xxl-b-26,
    .rounded-xxl-s-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-xxl-s-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-xxl-e-26 {
        border-bottom-right-radius: 104px !important;
        border-top-right-radius: 104px !important
    }
    .rounded-xxl-ts-26 {
        border-top-left-radius: 104px !important
    }
    .rounded-xxl-te-26 {
        border-top-right-radius: 104px !important
    }
    .rounded-xxl-bs-26 {
        border-bottom-left-radius: 104px !important
    }
    .rounded-xxl-be-26 {
        border-bottom-right-radius: 104px !important
    }
    .rounded-xxl-27 {
        border-radius: 108px !important
    }
    .rounded-xxl-t-27 {
        border-top-left-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-xxl-b-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-xxl-b-27,
    .rounded-xxl-s-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-xxl-s-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-xxl-e-27 {
        border-bottom-right-radius: 108px !important;
        border-top-right-radius: 108px !important
    }
    .rounded-xxl-ts-27 {
        border-top-left-radius: 108px !important
    }
    .rounded-xxl-te-27 {
        border-top-right-radius: 108px !important
    }
    .rounded-xxl-bs-27 {
        border-bottom-left-radius: 108px !important
    }
    .rounded-xxl-be-27 {
        border-bottom-right-radius: 108px !important
    }
    .rounded-xxl-28 {
        border-radius: 112px !important
    }
    .rounded-xxl-t-28 {
        border-top-left-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-xxl-b-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-xxl-b-28,
    .rounded-xxl-s-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-xxl-s-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-xxl-e-28 {
        border-bottom-right-radius: 112px !important;
        border-top-right-radius: 112px !important
    }
    .rounded-xxl-ts-28 {
        border-top-left-radius: 112px !important
    }
    .rounded-xxl-te-28 {
        border-top-right-radius: 112px !important
    }
    .rounded-xxl-bs-28 {
        border-bottom-left-radius: 112px !important
    }
    .rounded-xxl-be-28 {
        border-bottom-right-radius: 112px !important
    }
    .rounded-xxl-29 {
        border-radius: 116px !important
    }
    .rounded-xxl-t-29 {
        border-top-left-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-xxl-b-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-xxl-b-29,
    .rounded-xxl-s-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-xxl-s-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-xxl-e-29 {
        border-bottom-right-radius: 116px !important;
        border-top-right-radius: 116px !important
    }
    .rounded-xxl-ts-29 {
        border-top-left-radius: 116px !important
    }
    .rounded-xxl-te-29 {
        border-top-right-radius: 116px !important
    }
    .rounded-xxl-bs-29 {
        border-bottom-left-radius: 116px !important
    }
    .rounded-xxl-be-29 {
        border-bottom-right-radius: 116px !important
    }
    .rounded-xxl-30 {
        border-radius: 120px !important
    }
    .rounded-xxl-t-30 {
        border-top-left-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-xxl-b-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-xxl-b-30,
    .rounded-xxl-s-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-xxl-s-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-xxl-e-30 {
        border-bottom-right-radius: 120px !important;
        border-top-right-radius: 120px !important
    }
    .rounded-xxl-ts-30 {
        border-top-left-radius: 120px !important
    }
    .rounded-xxl-te-30 {
        border-top-right-radius: 120px !important
    }
    .rounded-xxl-bs-30 {
        border-bottom-left-radius: 120px !important
    }
    .rounded-xxl-be-30 {
        border-bottom-right-radius: 120px !important
    }
    .rounded-xxl-31 {
        border-radius: 124px !important
    }
    .rounded-xxl-t-31 {
        border-top-left-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-xxl-b-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-xxl-b-31,
    .rounded-xxl-s-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-xxl-s-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-xxl-e-31 {
        border-bottom-right-radius: 124px !important;
        border-top-right-radius: 124px !important
    }
    .rounded-xxl-ts-31 {
        border-top-left-radius: 124px !important
    }
    .rounded-xxl-te-31 {
        border-top-right-radius: 124px !important
    }
    .rounded-xxl-bs-31 {
        border-bottom-left-radius: 124px !important
    }
    .rounded-xxl-be-31 {
        border-bottom-right-radius: 124px !important
    }
    .rounded-xxl-32 {
        border-radius: 128px !important
    }
    .rounded-xxl-t-32 {
        border-top-left-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-xxl-b-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-xxl-b-32,
    .rounded-xxl-s-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-xxl-s-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-xxl-e-32 {
        border-bottom-right-radius: 128px !important;
        border-top-right-radius: 128px !important
    }
    .rounded-xxl-ts-32 {
        border-top-left-radius: 128px !important
    }
    .rounded-xxl-te-32 {
        border-top-right-radius: 128px !important
    }
    .rounded-xxl-bs-32 {
        border-bottom-left-radius: 128px !important
    }
    .rounded-xxl-be-32 {
        border-bottom-right-radius: 128px !important
    }
    .rounded-xxl-33 {
        border-radius: 132px !important
    }
    .rounded-xxl-t-33 {
        border-top-left-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-xxl-b-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-xxl-b-33,
    .rounded-xxl-s-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-xxl-s-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-xxl-e-33 {
        border-bottom-right-radius: 132px !important;
        border-top-right-radius: 132px !important
    }
    .rounded-xxl-ts-33 {
        border-top-left-radius: 132px !important
    }
    .rounded-xxl-te-33 {
        border-top-right-radius: 132px !important
    }
    .rounded-xxl-bs-33 {
        border-bottom-left-radius: 132px !important
    }
    .rounded-xxl-be-33 {
        border-bottom-right-radius: 132px !important
    }
    .rounded-xxl-34 {
        border-radius: 136px !important
    }
    .rounded-xxl-t-34 {
        border-top-left-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-xxl-b-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-xxl-b-34,
    .rounded-xxl-s-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-xxl-s-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-xxl-e-34 {
        border-bottom-right-radius: 136px !important;
        border-top-right-radius: 136px !important
    }
    .rounded-xxl-ts-34 {
        border-top-left-radius: 136px !important
    }
    .rounded-xxl-te-34 {
        border-top-right-radius: 136px !important
    }
    .rounded-xxl-bs-34 {
        border-bottom-left-radius: 136px !important
    }
    .rounded-xxl-be-34 {
        border-bottom-right-radius: 136px !important
    }
    .rounded-xxl-35 {
        border-radius: 140px !important
    }
    .rounded-xxl-t-35 {
        border-top-left-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-xxl-b-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-xxl-b-35,
    .rounded-xxl-s-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-xxl-s-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-xxl-e-35 {
        border-bottom-right-radius: 140px !important;
        border-top-right-radius: 140px !important
    }
    .rounded-xxl-ts-35 {
        border-top-left-radius: 140px !important
    }
    .rounded-xxl-te-35 {
        border-top-right-radius: 140px !important
    }
    .rounded-xxl-bs-35 {
        border-bottom-left-radius: 140px !important
    }
    .rounded-xxl-be-35 {
        border-bottom-right-radius: 140px !important
    }
    .rounded-xxl-36 {
        border-radius: 144px !important
    }
    .rounded-xxl-t-36 {
        border-top-left-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-xxl-b-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-xxl-b-36,
    .rounded-xxl-s-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-xxl-s-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-xxl-e-36 {
        border-bottom-right-radius: 144px !important;
        border-top-right-radius: 144px !important
    }
    .rounded-xxl-ts-36 {
        border-top-left-radius: 144px !important
    }
    .rounded-xxl-te-36 {
        border-top-right-radius: 144px !important
    }
    .rounded-xxl-bs-36 {
        border-bottom-left-radius: 144px !important
    }
    .rounded-xxl-be-36 {
        border-bottom-right-radius: 144px !important
    }
    .rounded-xxl-37 {
        border-radius: 148px !important
    }
    .rounded-xxl-t-37 {
        border-top-left-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-xxl-b-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-xxl-b-37,
    .rounded-xxl-s-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-xxl-s-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-xxl-e-37 {
        border-bottom-right-radius: 148px !important;
        border-top-right-radius: 148px !important
    }
    .rounded-xxl-ts-37 {
        border-top-left-radius: 148px !important
    }
    .rounded-xxl-te-37 {
        border-top-right-radius: 148px !important
    }
    .rounded-xxl-bs-37 {
        border-bottom-left-radius: 148px !important
    }
    .rounded-xxl-be-37 {
        border-bottom-right-radius: 148px !important
    }
    .rounded-xxl-38 {
        border-radius: 152px !important
    }
    .rounded-xxl-t-38 {
        border-top-left-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-xxl-b-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-xxl-b-38,
    .rounded-xxl-s-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-xxl-s-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-xxl-e-38 {
        border-bottom-right-radius: 152px !important;
        border-top-right-radius: 152px !important
    }
    .rounded-xxl-ts-38 {
        border-top-left-radius: 152px !important
    }
    .rounded-xxl-te-38 {
        border-top-right-radius: 152px !important
    }
    .rounded-xxl-bs-38 {
        border-bottom-left-radius: 152px !important
    }
    .rounded-xxl-be-38 {
        border-bottom-right-radius: 152px !important
    }
    .rounded-xxl-39 {
        border-radius: 156px !important
    }
    .rounded-xxl-t-39 {
        border-top-left-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-xxl-b-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-xxl-b-39,
    .rounded-xxl-s-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-xxl-s-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-xxl-e-39 {
        border-bottom-right-radius: 156px !important;
        border-top-right-radius: 156px !important
    }
    .rounded-xxl-ts-39 {
        border-top-left-radius: 156px !important
    }
    .rounded-xxl-te-39 {
        border-top-right-radius: 156px !important
    }
    .rounded-xxl-bs-39 {
        border-bottom-left-radius: 156px !important
    }
    .rounded-xxl-be-39 {
        border-bottom-right-radius: 156px !important
    }
    .rounded-xxl-40 {
        border-radius: 160px !important
    }
    .rounded-xxl-t-40 {
        border-top-left-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-xxl-b-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-xxl-b-40,
    .rounded-xxl-s-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-xxl-s-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-xxl-e-40 {
        border-bottom-right-radius: 160px !important;
        border-top-right-radius: 160px !important
    }
    .rounded-xxl-ts-40 {
        border-top-left-radius: 160px !important
    }
    .rounded-xxl-te-40 {
        border-top-right-radius: 160px !important
    }
    .rounded-xxl-bs-40 {
        border-bottom-left-radius: 160px !important
    }
    .rounded-xxl-be-40 {
        border-bottom-right-radius: 160px !important
    }
    .rounded-xxl-0p5 {
        border-radius: 2px !important
    }
    .rounded-xxl-t-0p5 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-xxl-b-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-xxl-b-0p5,
    .rounded-xxl-s-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-xxl-s-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-xxl-e-0p5 {
        border-bottom-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }
    .rounded-xxl-ts-0p5 {
        border-top-left-radius: 2px !important
    }
    .rounded-xxl-te-0p5 {
        border-top-right-radius: 2px !important
    }
    .rounded-xxl-bs-0p5 {
        border-bottom-left-radius: 2px !important
    }
    .rounded-xxl-be-0p5 {
        border-bottom-right-radius: 2px !important
    }
    .rounded-xxl-1p5 {
        border-radius: 6px !important
    }
    .rounded-xxl-t-1p5 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-xxl-b-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-xxl-b-1p5,
    .rounded-xxl-s-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-xxl-s-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-xxl-e-1p5 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }
    .rounded-xxl-ts-1p5 {
        border-top-left-radius: 6px !important
    }
    .rounded-xxl-te-1p5 {
        border-top-right-radius: 6px !important
    }
    .rounded-xxl-bs-1p5 {
        border-bottom-left-radius: 6px !important
    }
    .rounded-xxl-be-1p5 {
        border-bottom-right-radius: 6px !important
    }
    .rounded-xxl-2p5 {
        border-radius: 10px !important
    }
    .rounded-xxl-t-2p5 {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-xxl-b-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-xxl-b-2p5,
    .rounded-xxl-s-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-xxl-s-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-xxl-e-2p5 {
        border-bottom-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }
    .rounded-xxl-ts-2p5 {
        border-top-left-radius: 10px !important
    }
    .rounded-xxl-te-2p5 {
        border-top-right-radius: 10px !important
    }
    .rounded-xxl-bs-2p5 {
        border-bottom-left-radius: 10px !important
    }
    .rounded-xxl-be-2p5 {
        border-bottom-right-radius: 10px !important
    }
    .rounded-xxl-3p5 {
        border-radius: 14px !important
    }
    .rounded-xxl-t-3p5 {
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-xxl-b-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-xxl-b-3p5,
    .rounded-xxl-s-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-xxl-s-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-xxl-e-3p5 {
        border-bottom-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }
    .rounded-xxl-ts-3p5 {
        border-top-left-radius: 14px !important
    }
    .rounded-xxl-te-3p5 {
        border-top-right-radius: 14px !important
    }
    .rounded-xxl-bs-3p5 {
        border-bottom-left-radius: 14px !important
    }
    .rounded-xxl-be-3p5 {
        border-bottom-right-radius: 14px !important
    }
    .rounded-xxl-4p5 {
        border-radius: 18px !important
    }
    .rounded-xxl-t-4p5 {
        border-top-left-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-xxl-b-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-xxl-b-4p5,
    .rounded-xxl-s-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-xxl-s-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-xxl-e-4p5 {
        border-bottom-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }
    .rounded-xxl-ts-4p5 {
        border-top-left-radius: 18px !important
    }
    .rounded-xxl-te-4p5 {
        border-top-right-radius: 18px !important
    }
    .rounded-xxl-bs-4p5 {
        border-bottom-left-radius: 18px !important
    }
    .rounded-xxl-be-4p5 {
        border-bottom-right-radius: 18px !important
    }
    .rounded-xxl-5p5 {
        border-radius: 22px !important
    }
    .rounded-xxl-t-5p5 {
        border-top-left-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-xxl-b-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-xxl-b-5p5,
    .rounded-xxl-s-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-xxl-s-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-xxl-e-5p5 {
        border-bottom-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }
    .rounded-xxl-ts-5p5 {
        border-top-left-radius: 22px !important
    }
    .rounded-xxl-te-5p5 {
        border-top-right-radius: 22px !important
    }
    .rounded-xxl-bs-5p5 {
        border-bottom-left-radius: 22px !important
    }
    .rounded-xxl-be-5p5 {
        border-bottom-right-radius: 22px !important
    }
    .rounded-xxl-6p5 {
        border-radius: 26px !important
    }
    .rounded-xxl-t-6p5 {
        border-top-left-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-xxl-b-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-xxl-b-6p5,
    .rounded-xxl-s-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-xxl-s-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-xxl-e-6p5 {
        border-bottom-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }
    .rounded-xxl-ts-6p5 {
        border-top-left-radius: 26px !important
    }
    .rounded-xxl-te-6p5 {
        border-top-right-radius: 26px !important
    }
    .rounded-xxl-bs-6p5 {
        border-bottom-left-radius: 26px !important
    }
    .rounded-xxl-be-6p5 {
        border-bottom-right-radius: 26px !important
    }
    .rounded-xxl-7p5 {
        border-radius: 30px !important
    }
    .rounded-xxl-t-7p5 {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-xxl-b-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-xxl-b-7p5,
    .rounded-xxl-s-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-xxl-s-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-xxl-e-7p5 {
        border-bottom-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }
    .rounded-xxl-ts-7p5 {
        border-top-left-radius: 30px !important
    }
    .rounded-xxl-te-7p5 {
        border-top-right-radius: 30px !important
    }
    .rounded-xxl-bs-7p5 {
        border-bottom-left-radius: 30px !important
    }
    .rounded-xxl-be-7p5 {
        border-bottom-right-radius: 30px !important
    }
    .rounded-xxl-12p5 {
        border-radius: 50px !important
    }
    .rounded-xxl-t-12p5 {
        border-top-left-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-xxl-b-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-xxl-b-12p5,
    .rounded-xxl-s-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-xxl-s-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-xxl-e-12p5 {
        border-bottom-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }
    .rounded-xxl-ts-12p5 {
        border-top-left-radius: 50px !important
    }
    .rounded-xxl-te-12p5 {
        border-top-right-radius: 50px !important
    }
    .rounded-xxl-bs-12p5 {
        border-bottom-left-radius: 50px !important
    }
    .rounded-xxl-be-12p5 {
        border-bottom-right-radius: 50px !important
    }
    .rounded-xxl-17p5 {
        border-radius: 70px !important
    }
    .rounded-xxl-t-17p5 {
        border-top-left-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-xxl-b-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-xxl-b-17p5,
    .rounded-xxl-s-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-xxl-s-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-xxl-e-17p5 {
        border-bottom-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }
    .rounded-xxl-ts-17p5 {
        border-top-left-radius: 70px !important
    }
    .rounded-xxl-te-17p5 {
        border-top-right-radius: 70px !important
    }
    .rounded-xxl-bs-17p5 {
        border-bottom-left-radius: 70px !important
    }
    .rounded-xxl-be-17p5 {
        border-bottom-right-radius: 70px !important
    }
    .rounded-xxl-20p5 {
        border-radius: 82px !important
    }
    .rounded-xxl-t-20p5 {
        border-top-left-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-xxl-b-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-xxl-b-20p5,
    .rounded-xxl-s-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-xxl-s-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-xxl-e-20p5 {
        border-bottom-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }
    .rounded-xxl-ts-20p5 {
        border-top-left-radius: 82px !important
    }
    .rounded-xxl-te-20p5 {
        border-top-right-radius: 82px !important
    }
    .rounded-xxl-bs-20p5 {
        border-bottom-left-radius: 82px !important
    }
    .rounded-xxl-be-20p5 {
        border-bottom-right-radius: 82px !important
    }
    .rounded-xxl-32p5 {
        border-radius: 130px !important
    }
    .rounded-xxl-t-32p5 {
        border-top-left-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-xxl-b-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-xxl-b-32p5,
    .rounded-xxl-s-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-xxl-s-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-xxl-e-32p5 {
        border-bottom-right-radius: 130px !important;
        border-top-right-radius: 130px !important
    }
    .rounded-xxl-ts-32p5 {
        border-top-left-radius: 130px !important
    }
    .rounded-xxl-te-32p5 {
        border-top-right-radius: 130px !important
    }
    .rounded-xxl-bs-32p5 {
        border-bottom-left-radius: 130px !important
    }
    .rounded-xxl-be-32p5 {
        border-bottom-right-radius: 130px !important
    }
    .rounded-xxl-42 {
        border-radius: 168px !important
    }
    .rounded-xxl-t-42 {
        border-top-left-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-xxl-b-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-xxl-b-42,
    .rounded-xxl-s-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-xxl-s-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-xxl-e-42 {
        border-bottom-right-radius: 168px !important;
        border-top-right-radius: 168px !important
    }
    .rounded-xxl-ts-42 {
        border-top-left-radius: 168px !important
    }
    .rounded-xxl-te-42 {
        border-top-right-radius: 168px !important
    }
    .rounded-xxl-bs-42 {
        border-bottom-left-radius: 168px !important
    }
    .rounded-xxl-be-42 {
        border-bottom-right-radius: 168px !important
    }
    .rounded-xxl-45 {
        border-radius: 180px !important
    }
    .rounded-xxl-t-45 {
        border-top-left-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-xxl-b-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-xxl-b-45,
    .rounded-xxl-s-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-xxl-s-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-xxl-e-45 {
        border-bottom-right-radius: 180px !important;
        border-top-right-radius: 180px !important
    }
    .rounded-xxl-ts-45 {
        border-top-left-radius: 180px !important
    }
    .rounded-xxl-te-45 {
        border-top-right-radius: 180px !important
    }
    .rounded-xxl-bs-45 {
        border-bottom-left-radius: 180px !important
    }
    .rounded-xxl-be-45 {
        border-bottom-right-radius: 180px !important
    }
    .rounded-xxl-48 {
        border-radius: 192px !important
    }
    .rounded-xxl-t-48 {
        border-top-left-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-xxl-b-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-xxl-b-48,
    .rounded-xxl-s-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-xxl-s-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-xxl-e-48 {
        border-bottom-right-radius: 192px !important;
        border-top-right-radius: 192px !important
    }
    .rounded-xxl-ts-48 {
        border-top-left-radius: 192px !important
    }
    .rounded-xxl-te-48 {
        border-top-right-radius: 192px !important
    }
    .rounded-xxl-bs-48 {
        border-bottom-left-radius: 192px !important
    }
    .rounded-xxl-be-48 {
        border-bottom-right-radius: 192px !important
    }
    .rounded-xxl-50 {
        border-radius: 200px !important
    }
    .rounded-xxl-t-50 {
        border-top-left-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-xxl-b-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-xxl-b-50,
    .rounded-xxl-s-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-xxl-s-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-xxl-e-50 {
        border-bottom-right-radius: 200px !important;
        border-top-right-radius: 200px !important
    }
    .rounded-xxl-ts-50 {
        border-top-left-radius: 200px !important
    }
    .rounded-xxl-te-50 {
        border-top-right-radius: 200px !important
    }
    .rounded-xxl-bs-50 {
        border-bottom-left-radius: 200px !important
    }
    .rounded-xxl-be-50 {
        border-bottom-right-radius: 200px !important
    }
    .rounded-xxl-55 {
        border-radius: 220px !important
    }
    .rounded-xxl-t-55 {
        border-top-left-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-xxl-b-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-xxl-b-55,
    .rounded-xxl-s-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-xxl-s-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-xxl-e-55 {
        border-bottom-right-radius: 220px !important;
        border-top-right-radius: 220px !important
    }
    .rounded-xxl-ts-55 {
        border-top-left-radius: 220px !important
    }
    .rounded-xxl-te-55 {
        border-top-right-radius: 220px !important
    }
    .rounded-xxl-bs-55 {
        border-bottom-left-radius: 220px !important
    }
    .rounded-xxl-be-55 {
        border-bottom-right-radius: 220px !important
    }
    .rounded-xxl-56 {
        border-radius: 224px !important
    }
    .rounded-xxl-t-56 {
        border-top-left-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-xxl-b-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-xxl-b-56,
    .rounded-xxl-s-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-xxl-s-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-xxl-e-56 {
        border-bottom-right-radius: 224px !important;
        border-top-right-radius: 224px !important
    }
    .rounded-xxl-ts-56 {
        border-top-left-radius: 224px !important
    }
    .rounded-xxl-te-56 {
        border-top-right-radius: 224px !important
    }
    .rounded-xxl-bs-56 {
        border-bottom-left-radius: 224px !important
    }
    .rounded-xxl-be-56 {
        border-bottom-right-radius: 224px !important
    }
    .rounded-xxl-60 {
        border-radius: 240px !important
    }
    .rounded-xxl-t-60 {
        border-top-left-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-xxl-b-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-xxl-b-60,
    .rounded-xxl-s-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-xxl-s-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-xxl-e-60 {
        border-bottom-right-radius: 240px !important;
        border-top-right-radius: 240px !important
    }
    .rounded-xxl-ts-60 {
        border-top-left-radius: 240px !important
    }
    .rounded-xxl-te-60 {
        border-top-right-radius: 240px !important
    }
    .rounded-xxl-bs-60 {
        border-bottom-left-radius: 240px !important
    }
    .rounded-xxl-be-60 {
        border-bottom-right-radius: 240px !important
    }
    .rounded-xxl-62 {
        border-radius: 248px !important
    }
    .rounded-xxl-t-62 {
        border-top-left-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-xxl-b-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-xxl-b-62,
    .rounded-xxl-s-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-xxl-s-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-xxl-e-62 {
        border-bottom-right-radius: 248px !important;
        border-top-right-radius: 248px !important
    }
    .rounded-xxl-ts-62 {
        border-top-left-radius: 248px !important
    }
    .rounded-xxl-te-62 {
        border-top-right-radius: 248px !important
    }
    .rounded-xxl-bs-62 {
        border-bottom-left-radius: 248px !important
    }
    .rounded-xxl-be-62 {
        border-bottom-right-radius: 248px !important
    }
    .rounded-xxl-64 {
        border-radius: 256px !important
    }
    .rounded-xxl-t-64 {
        border-top-left-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-xxl-b-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-xxl-b-64,
    .rounded-xxl-s-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-xxl-s-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-xxl-e-64 {
        border-bottom-right-radius: 256px !important;
        border-top-right-radius: 256px !important
    }
    .rounded-xxl-ts-64 {
        border-top-left-radius: 256px !important
    }
    .rounded-xxl-te-64 {
        border-top-right-radius: 256px !important
    }
    .rounded-xxl-bs-64 {
        border-bottom-left-radius: 256px !important
    }
    .rounded-xxl-be-64 {
        border-bottom-right-radius: 256px !important
    }
    .rounded-xxl-70 {
        border-radius: 280px !important
    }
    .rounded-xxl-t-70 {
        border-top-left-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-xxl-b-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-xxl-b-70,
    .rounded-xxl-s-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-xxl-s-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-xxl-e-70 {
        border-bottom-right-radius: 280px !important;
        border-top-right-radius: 280px !important
    }
    .rounded-xxl-ts-70 {
        border-top-left-radius: 280px !important
    }
    .rounded-xxl-te-70 {
        border-top-right-radius: 280px !important
    }
    .rounded-xxl-bs-70 {
        border-bottom-left-radius: 280px !important
    }
    .rounded-xxl-be-70 {
        border-bottom-right-radius: 280px !important
    }
    .rounded-xxl-72 {
        border-radius: 288px !important
    }
    .rounded-xxl-t-72 {
        border-top-left-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-xxl-b-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-xxl-b-72,
    .rounded-xxl-s-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-xxl-s-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-xxl-e-72 {
        border-bottom-right-radius: 288px !important;
        border-top-right-radius: 288px !important
    }
    .rounded-xxl-ts-72 {
        border-top-left-radius: 288px !important
    }
    .rounded-xxl-te-72 {
        border-top-right-radius: 288px !important
    }
    .rounded-xxl-bs-72 {
        border-bottom-left-radius: 288px !important
    }
    .rounded-xxl-be-72 {
        border-bottom-right-radius: 288px !important
    }
    .rounded-xxl-75 {
        border-radius: 300px !important
    }
    .rounded-xxl-t-75 {
        border-top-left-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-xxl-b-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-xxl-b-75,
    .rounded-xxl-s-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-xxl-s-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-xxl-e-75 {
        border-bottom-right-radius: 300px !important;
        border-top-right-radius: 300px !important
    }
    .rounded-xxl-ts-75 {
        border-top-left-radius: 300px !important
    }
    .rounded-xxl-te-75 {
        border-top-right-radius: 300px !important
    }
    .rounded-xxl-bs-75 {
        border-bottom-left-radius: 300px !important
    }
    .rounded-xxl-be-75 {
        border-bottom-right-radius: 300px !important
    }
    .rounded-xxl-80 {
        border-radius: 320px !important
    }
    .rounded-xxl-t-80 {
        border-top-left-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-xxl-b-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-xxl-b-80,
    .rounded-xxl-s-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-xxl-s-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-xxl-e-80 {
        border-bottom-right-radius: 320px !important;
        border-top-right-radius: 320px !important
    }
    .rounded-xxl-ts-80 {
        border-top-left-radius: 320px !important
    }
    .rounded-xxl-te-80 {
        border-top-right-radius: 320px !important
    }
    .rounded-xxl-bs-80 {
        border-bottom-left-radius: 320px !important
    }
    .rounded-xxl-be-80 {
        border-bottom-right-radius: 320px !important
    }
    .rounded-xxl-85 {
        border-radius: 340px !important
    }
    .rounded-xxl-t-85 {
        border-top-left-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-xxl-b-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-xxl-b-85,
    .rounded-xxl-s-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-xxl-s-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-xxl-e-85 {
        border-bottom-right-radius: 340px !important;
        border-top-right-radius: 340px !important
    }
    .rounded-xxl-ts-85 {
        border-top-left-radius: 340px !important
    }
    .rounded-xxl-te-85 {
        border-top-right-radius: 340px !important
    }
    .rounded-xxl-bs-85 {
        border-bottom-left-radius: 340px !important
    }
    .rounded-xxl-be-85 {
        border-bottom-right-radius: 340px !important
    }
    .rounded-xxl-90 {
        border-radius: 360px !important
    }
    .rounded-xxl-t-90 {
        border-top-left-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-xxl-b-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-xxl-b-90,
    .rounded-xxl-s-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-xxl-s-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-xxl-e-90 {
        border-bottom-right-radius: 360px !important;
        border-top-right-radius: 360px !important
    }
    .rounded-xxl-ts-90 {
        border-top-left-radius: 360px !important
    }
    .rounded-xxl-te-90 {
        border-top-right-radius: 360px !important
    }
    .rounded-xxl-bs-90 {
        border-bottom-left-radius: 360px !important
    }
    .rounded-xxl-be-90 {
        border-bottom-right-radius: 360px !important
    }
    .rounded-xxl-100 {
        border-radius: 400px !important
    }
    .rounded-xxl-t-100 {
        border-top-left-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-xxl-b-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-xxl-b-100,
    .rounded-xxl-s-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-xxl-s-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-xxl-e-100 {
        border-bottom-right-radius: 400px !important;
        border-top-right-radius: 400px !important
    }
    .rounded-xxl-ts-100 {
        border-top-left-radius: 400px !important
    }
    .rounded-xxl-te-100 {
        border-top-right-radius: 400px !important
    }
    .rounded-xxl-bs-100 {
        border-bottom-left-radius: 400px !important
    }
    .rounded-xxl-be-100 {
        border-bottom-right-radius: 400px !important
    }
    .rounded-xxl-112 {
        border-radius: 448px !important
    }
    .rounded-xxl-t-112 {
        border-top-left-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-xxl-b-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-xxl-b-112,
    .rounded-xxl-s-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-xxl-s-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-xxl-e-112 {
        border-bottom-right-radius: 448px !important;
        border-top-right-radius: 448px !important
    }
    .rounded-xxl-ts-112 {
        border-top-left-radius: 448px !important
    }
    .rounded-xxl-te-112 {
        border-top-right-radius: 448px !important
    }
    .rounded-xxl-bs-112 {
        border-bottom-left-radius: 448px !important
    }
    .rounded-xxl-be-112 {
        border-bottom-right-radius: 448px !important
    }
    .rounded-xxl-120 {
        border-radius: 480px !important
    }
    .rounded-xxl-t-120 {
        border-top-left-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-xxl-b-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-xxl-b-120,
    .rounded-xxl-s-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-xxl-s-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-xxl-e-120 {
        border-bottom-right-radius: 480px !important;
        border-top-right-radius: 480px !important
    }
    .rounded-xxl-ts-120 {
        border-top-left-radius: 480px !important
    }
    .rounded-xxl-te-120 {
        border-top-right-radius: 480px !important
    }
    .rounded-xxl-bs-120 {
        border-bottom-left-radius: 480px !important
    }
    .rounded-xxl-be-120 {
        border-bottom-right-radius: 480px !important
    }
    .rounded-xxl-143 {
        border-radius: 572px !important
    }
    .rounded-xxl-t-143 {
        border-top-left-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-xxl-b-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-xxl-b-143,
    .rounded-xxl-s-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-xxl-s-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-xxl-e-143 {
        border-bottom-right-radius: 572px !important;
        border-top-right-radius: 572px !important
    }
    .rounded-xxl-ts-143 {
        border-top-left-radius: 572px !important
    }
    .rounded-xxl-te-143 {
        border-top-right-radius: 572px !important
    }
    .rounded-xxl-bs-143 {
        border-bottom-left-radius: 572px !important
    }
    .rounded-xxl-be-143 {
        border-bottom-right-radius: 572px !important
    }
    .rounded-xxl-150 {
        border-radius: 600px !important
    }
    .rounded-xxl-t-150 {
        border-top-left-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-xxl-b-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-xxl-b-150,
    .rounded-xxl-s-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-xxl-s-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-xxl-e-150 {
        border-bottom-right-radius: 600px !important;
        border-top-right-radius: 600px !important
    }
    .rounded-xxl-ts-150 {
        border-top-left-radius: 600px !important
    }
    .rounded-xxl-te-150 {
        border-top-right-radius: 600px !important
    }
    .rounded-xxl-bs-150 {
        border-bottom-left-radius: 600px !important
    }
    .rounded-xxl-be-150 {
        border-bottom-right-radius: 600px !important
    }
    .rounded-xxl-160 {
        border-radius: 640px !important
    }
    .rounded-xxl-t-160 {
        border-top-left-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-xxl-b-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-xxl-b-160,
    .rounded-xxl-s-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-xxl-s-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-xxl-e-160 {
        border-bottom-right-radius: 640px !important;
        border-top-right-radius: 640px !important
    }
    .rounded-xxl-ts-160 {
        border-top-left-radius: 640px !important
    }
    .rounded-xxl-te-160 {
        border-top-right-radius: 640px !important
    }
    .rounded-xxl-bs-160 {
        border-bottom-left-radius: 640px !important
    }
    .rounded-xxl-be-160 {
        border-bottom-right-radius: 640px !important
    }
    .rounded-xxl-190 {
        border-radius: 760px !important
    }
    .rounded-xxl-t-190 {
        border-top-left-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-xxl-b-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-xxl-b-190,
    .rounded-xxl-s-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-xxl-s-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-xxl-e-190 {
        border-bottom-right-radius: 760px !important;
        border-top-right-radius: 760px !important
    }
    .rounded-xxl-ts-190 {
        border-top-left-radius: 760px !important
    }
    .rounded-xxl-te-190 {
        border-top-right-radius: 760px !important
    }
    .rounded-xxl-bs-190 {
        border-bottom-left-radius: 760px !important
    }
    .rounded-xxl-be-190 {
        border-bottom-right-radius: 760px !important
    }
    .rounded-xxl-200 {
        border-radius: 800px !important
    }
    .rounded-xxl-t-200 {
        border-top-left-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-xxl-b-200 {
        border-bottom-right-radius: 800px !important
    }
    .rounded-xxl-b-200,
    .rounded-xxl-s-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-xxl-s-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-xxl-e-200 {
        border-bottom-right-radius: 800px !important;
        border-top-right-radius: 800px !important
    }
    .rounded-xxl-ts-200 {
        border-top-left-radius: 800px !important
    }
    .rounded-xxl-te-200 {
        border-top-right-radius: 800px !important
    }
    .rounded-xxl-bs-200 {
        border-bottom-left-radius: 800px !important
    }
    .rounded-xxl-be-200 {
        border-bottom-right-radius: 800px !important
    }
}

.line-height-0 {
    line-height: 0
}

.line-height-1 {
    line-height: 4px
}

.line-height-2 {
    line-height: 8px
}

.line-height-3 {
    line-height: 12px
}

.line-height-4 {
    line-height: 16px
}

.line-height-5 {
    line-height: 20px
}

.line-height-6 {
    line-height: 24px
}

.line-height-7 {
    line-height: 28px
}

.line-height-8 {
    line-height: 32px
}

.line-height-9 {
    line-height: 36px
}

.line-height-10 {
    line-height: 40px
}

.line-height-11 {
    line-height: 44px
}

.line-height-12 {
    line-height: 48px
}

.line-height-13 {
    line-height: 52px
}

.line-height-14 {
    line-height: 56px
}

.line-height-15 {
    line-height: 60px
}

.line-height-16 {
    line-height: 64px
}

.line-height-17 {
    line-height: 68px
}

.line-height-18 {
    line-height: 72px
}

.line-height-19 {
    line-height: 76px
}

.line-height-20 {
    line-height: 80px
}

.line-height-21 {
    line-height: 84px
}

.line-height-22 {
    line-height: 88px
}

.line-height-23 {
    line-height: 92px
}

.line-height-24 {
    line-height: 96px
}

.line-height-25 {
    line-height: 100px
}

.line-height-26 {
    line-height: 104px
}

.line-height-27 {
    line-height: 108px
}

.line-height-28 {
    line-height: 112px
}

.line-height-29 {
    line-height: 116px
}

.line-height-30 {
    line-height: 120px
}

.line-height-31 {
    line-height: 124px
}

.line-height-32 {
    line-height: 128px
}

.line-height-33 {
    line-height: 132px
}

.line-height-34 {
    line-height: 136px
}

.line-height-35 {
    line-height: 140px
}

.line-height-36 {
    line-height: 144px
}

.line-height-37 {
    line-height: 148px
}

.line-height-38 {
    line-height: 152px
}

.line-height-39 {
    line-height: 156px
}

.line-height-40 {
    line-height: 160px
}

.line-height-0p5 {
    line-height: 2px
}

.line-height-1p5 {
    line-height: 6px
}

.line-height-2p5 {
    line-height: 10px
}

.line-height-3p5 {
    line-height: 14px
}

.line-height-4p5 {
    line-height: 18px
}

.line-height-5p5 {
    line-height: 22px
}

.line-height-6p5 {
    line-height: 26px
}

.line-height-7p5 {
    line-height: 30px
}

.line-height-12p5 {
    line-height: 50px
}

.line-height-17p5 {
    line-height: 70px
}

.line-height-20p5 {
    line-height: 82px
}

.line-height-32p5 {
    line-height: 130px
}

.line-height-42 {
    line-height: 168px
}

.line-height-45 {
    line-height: 180px
}

.line-height-48 {
    line-height: 192px
}

.line-height-50 {
    line-height: 200px
}

.line-height-55 {
    line-height: 220px
}

.line-height-56 {
    line-height: 224px
}

.line-height-60 {
    line-height: 240px
}

.line-height-62 {
    line-height: 248px
}

.line-height-64 {
    line-height: 256px
}

.line-height-70 {
    line-height: 280px
}

.line-height-72 {
    line-height: 288px
}

.line-height-75 {
    line-height: 300px
}

.line-height-80 {
    line-height: 320px
}

.line-height-85 {
    line-height: 340px
}

.line-height-90 {
    line-height: 360px
}

.line-height-100 {
    line-height: 400px
}

.line-height-112 {
    line-height: 448px
}

.line-height-120 {
    line-height: 480px
}

.line-height-143 {
    line-height: 572px
}

.line-height-150 {
    line-height: 600px
}

.line-height-160 {
    line-height: 640px
}

.line-height-190 {
    line-height: 760px
}

.line-height-200 {
    line-height: 800px
}

@media(min-width:600px) {
    .line-height-sm-0 {
        line-height: 0
    }
    .line-height-sm-1 {
        line-height: 4px
    }
    .line-height-sm-2 {
        line-height: 8px
    }
    .line-height-sm-3 {
        line-height: 12px
    }
    .line-height-sm-4 {
        line-height: 16px
    }
    .line-height-sm-5 {
        line-height: 20px
    }
    .line-height-sm-6 {
        line-height: 24px
    }
    .line-height-sm-7 {
        line-height: 28px
    }
    .line-height-sm-8 {
        line-height: 32px
    }
    .line-height-sm-9 {
        line-height: 36px
    }
    .line-height-sm-10 {
        line-height: 40px
    }
    .line-height-sm-11 {
        line-height: 44px
    }
    .line-height-sm-12 {
        line-height: 48px
    }
    .line-height-sm-13 {
        line-height: 52px
    }
    .line-height-sm-14 {
        line-height: 56px
    }
    .line-height-sm-15 {
        line-height: 60px
    }
    .line-height-sm-16 {
        line-height: 64px
    }
    .line-height-sm-17 {
        line-height: 68px
    }
    .line-height-sm-18 {
        line-height: 72px
    }
    .line-height-sm-19 {
        line-height: 76px
    }
    .line-height-sm-20 {
        line-height: 80px
    }
    .line-height-sm-21 {
        line-height: 84px
    }
    .line-height-sm-22 {
        line-height: 88px
    }
    .line-height-sm-23 {
        line-height: 92px
    }
    .line-height-sm-24 {
        line-height: 96px
    }
    .line-height-sm-25 {
        line-height: 100px
    }
    .line-height-sm-26 {
        line-height: 104px
    }
    .line-height-sm-27 {
        line-height: 108px
    }
    .line-height-sm-28 {
        line-height: 112px
    }
    .line-height-sm-29 {
        line-height: 116px
    }
    .line-height-sm-30 {
        line-height: 120px
    }
    .line-height-sm-31 {
        line-height: 124px
    }
    .line-height-sm-32 {
        line-height: 128px
    }
    .line-height-sm-33 {
        line-height: 132px
    }
    .line-height-sm-34 {
        line-height: 136px
    }
    .line-height-sm-35 {
        line-height: 140px
    }
    .line-height-sm-36 {
        line-height: 144px
    }
    .line-height-sm-37 {
        line-height: 148px
    }
    .line-height-sm-38 {
        line-height: 152px
    }
    .line-height-sm-39 {
        line-height: 156px
    }
    .line-height-sm-40 {
        line-height: 160px
    }
    .line-height-sm-0p5 {
        line-height: 2px
    }
    .line-height-sm-1p5 {
        line-height: 6px
    }
    .line-height-sm-2p5 {
        line-height: 10px
    }
    .line-height-sm-3p5 {
        line-height: 14px
    }
    .line-height-sm-4p5 {
        line-height: 18px
    }
    .line-height-sm-5p5 {
        line-height: 22px
    }
    .line-height-sm-6p5 {
        line-height: 26px
    }
    .line-height-sm-7p5 {
        line-height: 30px
    }
    .line-height-sm-12p5 {
        line-height: 50px
    }
    .line-height-sm-17p5 {
        line-height: 70px
    }
    .line-height-sm-20p5 {
        line-height: 82px
    }
    .line-height-sm-32p5 {
        line-height: 130px
    }
    .line-height-sm-42 {
        line-height: 168px
    }
    .line-height-sm-45 {
        line-height: 180px
    }
    .line-height-sm-48 {
        line-height: 192px
    }
    .line-height-sm-50 {
        line-height: 200px
    }
    .line-height-sm-55 {
        line-height: 220px
    }
    .line-height-sm-56 {
        line-height: 224px
    }
    .line-height-sm-60 {
        line-height: 240px
    }
    .line-height-sm-62 {
        line-height: 248px
    }
    .line-height-sm-64 {
        line-height: 256px
    }
    .line-height-sm-70 {
        line-height: 280px
    }
    .line-height-sm-72 {
        line-height: 288px
    }
    .line-height-sm-75 {
        line-height: 300px
    }
    .line-height-sm-80 {
        line-height: 320px
    }
    .line-height-sm-85 {
        line-height: 340px
    }
    .line-height-sm-90 {
        line-height: 360px
    }
    .line-height-sm-100 {
        line-height: 400px
    }
    .line-height-sm-112 {
        line-height: 448px
    }
    .line-height-sm-120 {
        line-height: 480px
    }
    .line-height-sm-143 {
        line-height: 572px
    }
    .line-height-sm-150 {
        line-height: 600px
    }
    .line-height-sm-160 {
        line-height: 640px
    }
    .line-height-sm-190 {
        line-height: 760px
    }
    .line-height-sm-200 {
        line-height: 800px
    }
}

@media(min-width:960px) {
    .line-height-md-0 {
        line-height: 0
    }
    .line-height-md-1 {
        line-height: 4px
    }
    .line-height-md-2 {
        line-height: 8px
    }
    .line-height-md-3 {
        line-height: 12px
    }
    .line-height-md-4 {
        line-height: 16px
    }
    .line-height-md-5 {
        line-height: 20px
    }
    .line-height-md-6 {
        line-height: 24px
    }
    .line-height-md-7 {
        line-height: 28px
    }
    .line-height-md-8 {
        line-height: 32px
    }
    .line-height-md-9 {
        line-height: 36px
    }
    .line-height-md-10 {
        line-height: 40px
    }
    .line-height-md-11 {
        line-height: 44px
    }
    .line-height-md-12 {
        line-height: 48px
    }
    .line-height-md-13 {
        line-height: 52px
    }
    .line-height-md-14 {
        line-height: 56px
    }
    .line-height-md-15 {
        line-height: 60px
    }
    .line-height-md-16 {
        line-height: 64px
    }
    .line-height-md-17 {
        line-height: 68px
    }
    .line-height-md-18 {
        line-height: 72px
    }
    .line-height-md-19 {
        line-height: 76px
    }
    .line-height-md-20 {
        line-height: 80px
    }
    .line-height-md-21 {
        line-height: 84px
    }
    .line-height-md-22 {
        line-height: 88px
    }
    .line-height-md-23 {
        line-height: 92px
    }
    .line-height-md-24 {
        line-height: 96px
    }
    .line-height-md-25 {
        line-height: 100px
    }
    .line-height-md-26 {
        line-height: 104px
    }
    .line-height-md-27 {
        line-height: 108px
    }
    .line-height-md-28 {
        line-height: 112px
    }
    .line-height-md-29 {
        line-height: 116px
    }
    .line-height-md-30 {
        line-height: 120px
    }
    .line-height-md-31 {
        line-height: 124px
    }
    .line-height-md-32 {
        line-height: 128px
    }
    .line-height-md-33 {
        line-height: 132px
    }
    .line-height-md-34 {
        line-height: 136px
    }
    .line-height-md-35 {
        line-height: 140px
    }
    .line-height-md-36 {
        line-height: 144px
    }
    .line-height-md-37 {
        line-height: 148px
    }
    .line-height-md-38 {
        line-height: 152px
    }
    .line-height-md-39 {
        line-height: 156px
    }
    .line-height-md-40 {
        line-height: 160px
    }
    .line-height-md-0p5 {
        line-height: 2px
    }
    .line-height-md-1p5 {
        line-height: 6px
    }
    .line-height-md-2p5 {
        line-height: 10px
    }
    .line-height-md-3p5 {
        line-height: 14px
    }
    .line-height-md-4p5 {
        line-height: 18px
    }
    .line-height-md-5p5 {
        line-height: 22px
    }
    .line-height-md-6p5 {
        line-height: 26px
    }
    .line-height-md-7p5 {
        line-height: 30px
    }
    .line-height-md-12p5 {
        line-height: 50px
    }
    .line-height-md-17p5 {
        line-height: 70px
    }
    .line-height-md-20p5 {
        line-height: 82px
    }
    .line-height-md-32p5 {
        line-height: 130px
    }
    .line-height-md-42 {
        line-height: 168px
    }
    .line-height-md-45 {
        line-height: 180px
    }
    .line-height-md-48 {
        line-height: 192px
    }
    .line-height-md-50 {
        line-height: 200px
    }
    .line-height-md-55 {
        line-height: 220px
    }
    .line-height-md-56 {
        line-height: 224px
    }
    .line-height-md-60 {
        line-height: 240px
    }
    .line-height-md-62 {
        line-height: 248px
    }
    .line-height-md-64 {
        line-height: 256px
    }
    .line-height-md-70 {
        line-height: 280px
    }
    .line-height-md-72 {
        line-height: 288px
    }
    .line-height-md-75 {
        line-height: 300px
    }
    .line-height-md-80 {
        line-height: 320px
    }
    .line-height-md-85 {
        line-height: 340px
    }
    .line-height-md-90 {
        line-height: 360px
    }
    .line-height-md-100 {
        line-height: 400px
    }
    .line-height-md-112 {
        line-height: 448px
    }
    .line-height-md-120 {
        line-height: 480px
    }
    .line-height-md-143 {
        line-height: 572px
    }
    .line-height-md-150 {
        line-height: 600px
    }
    .line-height-md-160 {
        line-height: 640px
    }
    .line-height-md-190 {
        line-height: 760px
    }
    .line-height-md-200 {
        line-height: 800px
    }
}

@media(min-width:1280px) {
    .line-height-lg-0 {
        line-height: 0
    }
    .line-height-lg-1 {
        line-height: 4px
    }
    .line-height-lg-2 {
        line-height: 8px
    }
    .line-height-lg-3 {
        line-height: 12px
    }
    .line-height-lg-4 {
        line-height: 16px
    }
    .line-height-lg-5 {
        line-height: 20px
    }
    .line-height-lg-6 {
        line-height: 24px
    }
    .line-height-lg-7 {
        line-height: 28px
    }
    .line-height-lg-8 {
        line-height: 32px
    }
    .line-height-lg-9 {
        line-height: 36px
    }
    .line-height-lg-10 {
        line-height: 40px
    }
    .line-height-lg-11 {
        line-height: 44px
    }
    .line-height-lg-12 {
        line-height: 48px
    }
    .line-height-lg-13 {
        line-height: 52px
    }
    .line-height-lg-14 {
        line-height: 56px
    }
    .line-height-lg-15 {
        line-height: 60px
    }
    .line-height-lg-16 {
        line-height: 64px
    }
    .line-height-lg-17 {
        line-height: 68px
    }
    .line-height-lg-18 {
        line-height: 72px
    }
    .line-height-lg-19 {
        line-height: 76px
    }
    .line-height-lg-20 {
        line-height: 80px
    }
    .line-height-lg-21 {
        line-height: 84px
    }
    .line-height-lg-22 {
        line-height: 88px
    }
    .line-height-lg-23 {
        line-height: 92px
    }
    .line-height-lg-24 {
        line-height: 96px
    }
    .line-height-lg-25 {
        line-height: 100px
    }
    .line-height-lg-26 {
        line-height: 104px
    }
    .line-height-lg-27 {
        line-height: 108px
    }
    .line-height-lg-28 {
        line-height: 112px
    }
    .line-height-lg-29 {
        line-height: 116px
    }
    .line-height-lg-30 {
        line-height: 120px
    }
    .line-height-lg-31 {
        line-height: 124px
    }
    .line-height-lg-32 {
        line-height: 128px
    }
    .line-height-lg-33 {
        line-height: 132px
    }
    .line-height-lg-34 {
        line-height: 136px
    }
    .line-height-lg-35 {
        line-height: 140px
    }
    .line-height-lg-36 {
        line-height: 144px
    }
    .line-height-lg-37 {
        line-height: 148px
    }
    .line-height-lg-38 {
        line-height: 152px
    }
    .line-height-lg-39 {
        line-height: 156px
    }
    .line-height-lg-40 {
        line-height: 160px
    }
    .line-height-lg-0p5 {
        line-height: 2px
    }
    .line-height-lg-1p5 {
        line-height: 6px
    }
    .line-height-lg-2p5 {
        line-height: 10px
    }
    .line-height-lg-3p5 {
        line-height: 14px
    }
    .line-height-lg-4p5 {
        line-height: 18px
    }
    .line-height-lg-5p5 {
        line-height: 22px
    }
    .line-height-lg-6p5 {
        line-height: 26px
    }
    .line-height-lg-7p5 {
        line-height: 30px
    }
    .line-height-lg-12p5 {
        line-height: 50px
    }
    .line-height-lg-17p5 {
        line-height: 70px
    }
    .line-height-lg-20p5 {
        line-height: 82px
    }
    .line-height-lg-32p5 {
        line-height: 130px
    }
    .line-height-lg-42 {
        line-height: 168px
    }
    .line-height-lg-45 {
        line-height: 180px
    }
    .line-height-lg-48 {
        line-height: 192px
    }
    .line-height-lg-50 {
        line-height: 200px
    }
    .line-height-lg-55 {
        line-height: 220px
    }
    .line-height-lg-56 {
        line-height: 224px
    }
    .line-height-lg-60 {
        line-height: 240px
    }
    .line-height-lg-62 {
        line-height: 248px
    }
    .line-height-lg-64 {
        line-height: 256px
    }
    .line-height-lg-70 {
        line-height: 280px
    }
    .line-height-lg-72 {
        line-height: 288px
    }
    .line-height-lg-75 {
        line-height: 300px
    }
    .line-height-lg-80 {
        line-height: 320px
    }
    .line-height-lg-85 {
        line-height: 340px
    }
    .line-height-lg-90 {
        line-height: 360px
    }
    .line-height-lg-100 {
        line-height: 400px
    }
    .line-height-lg-112 {
        line-height: 448px
    }
    .line-height-lg-120 {
        line-height: 480px
    }
    .line-height-lg-143 {
        line-height: 572px
    }
    .line-height-lg-150 {
        line-height: 600px
    }
    .line-height-lg-160 {
        line-height: 640px
    }
    .line-height-lg-190 {
        line-height: 760px
    }
    .line-height-lg-200 {
        line-height: 800px
    }
}

@media(min-width:1920px) {
    .line-height-xl-0 {
        line-height: 0
    }
    .line-height-xl-1 {
        line-height: 4px
    }
    .line-height-xl-2 {
        line-height: 8px
    }
    .line-height-xl-3 {
        line-height: 12px
    }
    .line-height-xl-4 {
        line-height: 16px
    }
    .line-height-xl-5 {
        line-height: 20px
    }
    .line-height-xl-6 {
        line-height: 24px
    }
    .line-height-xl-7 {
        line-height: 28px
    }
    .line-height-xl-8 {
        line-height: 32px
    }
    .line-height-xl-9 {
        line-height: 36px
    }
    .line-height-xl-10 {
        line-height: 40px
    }
    .line-height-xl-11 {
        line-height: 44px
    }
    .line-height-xl-12 {
        line-height: 48px
    }
    .line-height-xl-13 {
        line-height: 52px
    }
    .line-height-xl-14 {
        line-height: 56px
    }
    .line-height-xl-15 {
        line-height: 60px
    }
    .line-height-xl-16 {
        line-height: 64px
    }
    .line-height-xl-17 {
        line-height: 68px
    }
    .line-height-xl-18 {
        line-height: 72px
    }
    .line-height-xl-19 {
        line-height: 76px
    }
    .line-height-xl-20 {
        line-height: 80px
    }
    .line-height-xl-21 {
        line-height: 84px
    }
    .line-height-xl-22 {
        line-height: 88px
    }
    .line-height-xl-23 {
        line-height: 92px
    }
    .line-height-xl-24 {
        line-height: 96px
    }
    .line-height-xl-25 {
        line-height: 100px
    }
    .line-height-xl-26 {
        line-height: 104px
    }
    .line-height-xl-27 {
        line-height: 108px
    }
    .line-height-xl-28 {
        line-height: 112px
    }
    .line-height-xl-29 {
        line-height: 116px
    }
    .line-height-xl-30 {
        line-height: 120px
    }
    .line-height-xl-31 {
        line-height: 124px
    }
    .line-height-xl-32 {
        line-height: 128px
    }
    .line-height-xl-33 {
        line-height: 132px
    }
    .line-height-xl-34 {
        line-height: 136px
    }
    .line-height-xl-35 {
        line-height: 140px
    }
    .line-height-xl-36 {
        line-height: 144px
    }
    .line-height-xl-37 {
        line-height: 148px
    }
    .line-height-xl-38 {
        line-height: 152px
    }
    .line-height-xl-39 {
        line-height: 156px
    }
    .line-height-xl-40 {
        line-height: 160px
    }
    .line-height-xl-0p5 {
        line-height: 2px
    }
    .line-height-xl-1p5 {
        line-height: 6px
    }
    .line-height-xl-2p5 {
        line-height: 10px
    }
    .line-height-xl-3p5 {
        line-height: 14px
    }
    .line-height-xl-4p5 {
        line-height: 18px
    }
    .line-height-xl-5p5 {
        line-height: 22px
    }
    .line-height-xl-6p5 {
        line-height: 26px
    }
    .line-height-xl-7p5 {
        line-height: 30px
    }
    .line-height-xl-12p5 {
        line-height: 50px
    }
    .line-height-xl-17p5 {
        line-height: 70px
    }
    .line-height-xl-20p5 {
        line-height: 82px
    }
    .line-height-xl-32p5 {
        line-height: 130px
    }
    .line-height-xl-42 {
        line-height: 168px
    }
    .line-height-xl-45 {
        line-height: 180px
    }
    .line-height-xl-48 {
        line-height: 192px
    }
    .line-height-xl-50 {
        line-height: 200px
    }
    .line-height-xl-55 {
        line-height: 220px
    }
    .line-height-xl-56 {
        line-height: 224px
    }
    .line-height-xl-60 {
        line-height: 240px
    }
    .line-height-xl-62 {
        line-height: 248px
    }
    .line-height-xl-64 {
        line-height: 256px
    }
    .line-height-xl-70 {
        line-height: 280px
    }
    .line-height-xl-72 {
        line-height: 288px
    }
    .line-height-xl-75 {
        line-height: 300px
    }
    .line-height-xl-80 {
        line-height: 320px
    }
    .line-height-xl-85 {
        line-height: 340px
    }
    .line-height-xl-90 {
        line-height: 360px
    }
    .line-height-xl-100 {
        line-height: 400px
    }
    .line-height-xl-112 {
        line-height: 448px
    }
    .line-height-xl-120 {
        line-height: 480px
    }
    .line-height-xl-143 {
        line-height: 572px
    }
    .line-height-xl-150 {
        line-height: 600px
    }
    .line-height-xl-160 {
        line-height: 640px
    }
    .line-height-xl-190 {
        line-height: 760px
    }
    .line-height-xl-200 {
        line-height: 800px
    }
}

@media(min-width:2560px) {
    .line-height-xxl-0 {
        line-height: 0
    }
    .line-height-xxl-1 {
        line-height: 4px
    }
    .line-height-xxl-2 {
        line-height: 8px
    }
    .line-height-xxl-3 {
        line-height: 12px
    }
    .line-height-xxl-4 {
        line-height: 16px
    }
    .line-height-xxl-5 {
        line-height: 20px
    }
    .line-height-xxl-6 {
        line-height: 24px
    }
    .line-height-xxl-7 {
        line-height: 28px
    }
    .line-height-xxl-8 {
        line-height: 32px
    }
    .line-height-xxl-9 {
        line-height: 36px
    }
    .line-height-xxl-10 {
        line-height: 40px
    }
    .line-height-xxl-11 {
        line-height: 44px
    }
    .line-height-xxl-12 {
        line-height: 48px
    }
    .line-height-xxl-13 {
        line-height: 52px
    }
    .line-height-xxl-14 {
        line-height: 56px
    }
    .line-height-xxl-15 {
        line-height: 60px
    }
    .line-height-xxl-16 {
        line-height: 64px
    }
    .line-height-xxl-17 {
        line-height: 68px
    }
    .line-height-xxl-18 {
        line-height: 72px
    }
    .line-height-xxl-19 {
        line-height: 76px
    }
    .line-height-xxl-20 {
        line-height: 80px
    }
    .line-height-xxl-21 {
        line-height: 84px
    }
    .line-height-xxl-22 {
        line-height: 88px
    }
    .line-height-xxl-23 {
        line-height: 92px
    }
    .line-height-xxl-24 {
        line-height: 96px
    }
    .line-height-xxl-25 {
        line-height: 100px
    }
    .line-height-xxl-26 {
        line-height: 104px
    }
    .line-height-xxl-27 {
        line-height: 108px
    }
    .line-height-xxl-28 {
        line-height: 112px
    }
    .line-height-xxl-29 {
        line-height: 116px
    }
    .line-height-xxl-30 {
        line-height: 120px
    }
    .line-height-xxl-31 {
        line-height: 124px
    }
    .line-height-xxl-32 {
        line-height: 128px
    }
    .line-height-xxl-33 {
        line-height: 132px
    }
    .line-height-xxl-34 {
        line-height: 136px
    }
    .line-height-xxl-35 {
        line-height: 140px
    }
    .line-height-xxl-36 {
        line-height: 144px
    }
    .line-height-xxl-37 {
        line-height: 148px
    }
    .line-height-xxl-38 {
        line-height: 152px
    }
    .line-height-xxl-39 {
        line-height: 156px
    }
    .line-height-xxl-40 {
        line-height: 160px
    }
    .line-height-xxl-0p5 {
        line-height: 2px
    }
    .line-height-xxl-1p5 {
        line-height: 6px
    }
    .line-height-xxl-2p5 {
        line-height: 10px
    }
    .line-height-xxl-3p5 {
        line-height: 14px
    }
    .line-height-xxl-4p5 {
        line-height: 18px
    }
    .line-height-xxl-5p5 {
        line-height: 22px
    }
    .line-height-xxl-6p5 {
        line-height: 26px
    }
    .line-height-xxl-7p5 {
        line-height: 30px
    }
    .line-height-xxl-12p5 {
        line-height: 50px
    }
    .line-height-xxl-17p5 {
        line-height: 70px
    }
    .line-height-xxl-20p5 {
        line-height: 82px
    }
    .line-height-xxl-32p5 {
        line-height: 130px
    }
    .line-height-xxl-42 {
        line-height: 168px
    }
    .line-height-xxl-45 {
        line-height: 180px
    }
    .line-height-xxl-48 {
        line-height: 192px
    }
    .line-height-xxl-50 {
        line-height: 200px
    }
    .line-height-xxl-55 {
        line-height: 220px
    }
    .line-height-xxl-56 {
        line-height: 224px
    }
    .line-height-xxl-60 {
        line-height: 240px
    }
    .line-height-xxl-62 {
        line-height: 248px
    }
    .line-height-xxl-64 {
        line-height: 256px
    }
    .line-height-xxl-70 {
        line-height: 280px
    }
    .line-height-xxl-72 {
        line-height: 288px
    }
    .line-height-xxl-75 {
        line-height: 300px
    }
    .line-height-xxl-80 {
        line-height: 320px
    }
    .line-height-xxl-85 {
        line-height: 340px
    }
    .line-height-xxl-90 {
        line-height: 360px
    }
    .line-height-xxl-100 {
        line-height: 400px
    }
    .line-height-xxl-112 {
        line-height: 448px
    }
    .line-height-xxl-120 {
        line-height: 480px
    }
    .line-height-xxl-143 {
        line-height: 572px
    }
    .line-height-xxl-150 {
        line-height: 600px
    }
    .line-height-xxl-160 {
        line-height: 640px
    }
    .line-height-xxl-190 {
        line-height: 760px
    }
    .line-height-xxl-200 {
        line-height: 800px
    }
}

.bgc-red {
    background-color: #f44336
}

.bgc-red-lighten-5 {
    background-color: #ffebee
}

.bgc-red-lighten-4 {
    background-color: #ffcdd2
}

.bgc-red-lighten-3 {
    background-color: #ef9a9a
}

.bgc-red-lighten-2 {
    background-color: #e57373
}

.bgc-red-lighten-1 {
    background-color: #ef5350
}

.bgc-red-darken-1 {
    background-color: #e53935
}

.bgc-red-darken-2 {
    background-color: #d32f2f
}

.bgc-red-darken-3 {
    background-color: #c62828
}

.bgc-red-darken-4 {
    background-color: #b71c1c
}

.bgc-red-accent-1 {
    background-color: #ff8a80
}

.bgc-red-accent-2 {
    background-color: #ff5252
}

.bgc-red-accent-3 {
    background-color: #ff1744
}

.bgc-red-accent-4 {
    background-color: #d50000
}

.bgc-pink {
    background-color: #e91e63
}

.bgc-pink-lighten-5 {
    background-color: #fce4ec
}

.bgc-pink-lighten-4 {
    background-color: #f8bbd0
}

.bgc-pink-lighten-3 {
    background-color: #f48fb1
}

.bgc-pink-lighten-2 {
    background-color: #f06292
}

.bgc-pink-lighten-1 {
    background-color: #ec407a
}

.bgc-pink-darken-1 {
    background-color: #d81b60
}

.bgc-pink-darken-2 {
    background-color: #c2185b
}

.bgc-pink-darken-3 {
    background-color: #ad1457
}

.bgc-pink-darken-4 {
    background-color: #880e4f
}

.bgc-pink-accent-1 {
    background-color: #ff80ab
}

.bgc-pink-accent-2 {
    background-color: #ff4081
}

.bgc-pink-accent-3 {
    background-color: #f50057
}

.bgc-pink-accent-4 {
    background-color: #c51162
}

.bgc-purple {
    background-color: #9c27b0
}

.bgc-purple-lighten-5 {
    background-color: #f3e5f5
}

.bgc-purple-lighten-4 {
    background-color: #e1bee7
}

.bgc-purple-lighten-3 {
    background-color: #ce93d8
}

.bgc-purple-lighten-2 {
    background-color: #ba68c8
}

.bgc-purple-lighten-1 {
    background-color: #ab47bc
}

.bgc-purple-darken-1 {
    background-color: #8e24aa
}

.bgc-purple-darken-2 {
    background-color: #7b1fa2
}

.bgc-purple-darken-3 {
    background-color: #6a1b9a
}

.bgc-purple-darken-4 {
    background-color: #4a148c
}

.bgc-purple-accent-1 {
    background-color: #ea80fc
}

.bgc-purple-accent-2 {
    background-color: #e040fb
}

.bgc-purple-accent-3 {
    background-color: #d500f9
}

.bgc-purple-accent-4 {
    background-color: #a0f
}

.bgc-deep-purple {
    background-color: #673ab7
}

.bgc-deep-purple-lighten-5 {
    background-color: #ede7f6
}

.bgc-deep-purple-lighten-4 {
    background-color: #d1c4e9
}

.bgc-deep-purple-lighten-3 {
    background-color: #b39ddb
}

.bgc-deep-purple-lighten-2 {
    background-color: #9575cd
}

.bgc-deep-purple-lighten-1 {
    background-color: #7e57c2
}

.bgc-deep-purple-darken-1 {
    background-color: #5e35b1
}

.bgc-deep-purple-darken-2 {
    background-color: #512da8
}

.bgc-deep-purple-darken-3 {
    background-color: #4527a0
}

.bgc-deep-purple-darken-4 {
    background-color: #311b92
}

.bgc-deep-purple-accent-1 {
    background-color: #b388ff
}

.bgc-deep-purple-accent-2 {
    background-color: #7c4dff
}

.bgc-deep-purple-accent-3 {
    background-color: #651fff
}

.bgc-deep-purple-accent-4 {
    background-color: #6200ea
}

.bgc-indigo {
    background-color: #3f51b5
}

.bgc-indigo-lighten-5 {
    background-color: #e8eaf6
}

.bgc-indigo-lighten-4 {
    background-color: #c5cae9
}

.bgc-indigo-lighten-3 {
    background-color: #9fa8da
}

.bgc-indigo-lighten-2 {
    background-color: #7986cb
}

.bgc-indigo-lighten-1 {
    background-color: #5c6bc0
}

.bgc-indigo-darken-1 {
    background-color: #3949ab
}

.bgc-indigo-darken-2 {
    background-color: #303f9f
}

.bgc-indigo-darken-3 {
    background-color: #283593
}

.bgc-indigo-darken-4 {
    background-color: #1a237e
}

.bgc-indigo-accent-1 {
    background-color: #8c9eff
}

.bgc-indigo-accent-2 {
    background-color: #536dfe
}

.bgc-indigo-accent-3 {
    background-color: #3d5afe
}

.bgc-indigo-accent-4 {
    background-color: #304ffe
}

.bgc-blue {
    background-color: #2196f3
}

.bgc-blue-lighten-5 {
    background-color: #e3f2fd
}

.bgc-blue-lighten-4 {
    background-color: #bbdefb
}

.bgc-blue-lighten-3 {
    background-color: #90caf9
}

.bgc-blue-lighten-2 {
    background-color: #64b5f6
}

.bgc-blue-lighten-1 {
    background-color: #42a5f5
}

.bgc-blue-darken-1 {
    background-color: #1e88e5
}

.bgc-blue-darken-2 {
    background-color: #1976d2
}

.bgc-blue-darken-3 {
    background-color: #1565c0
}

.bgc-blue-darken-4 {
    background-color: #0d47a1
}

.bgc-blue-accent-1 {
    background-color: #82b1ff
}

.bgc-blue-accent-2 {
    background-color: #448aff
}

.bgc-blue-accent-3 {
    background-color: #2979ff
}

.bgc-blue-accent-4 {
    background-color: #2962ff
}

.bgc-light-blue {
    background-color: #03a9f4
}

.bgc-light-blue-lighten-5 {
    background-color: #e1f5fe
}

.bgc-light-blue-lighten-4 {
    background-color: #b3e5fc
}

.bgc-light-blue-lighten-3 {
    background-color: #81d4fa
}

.bgc-light-blue-lighten-2 {
    background-color: #4fc3f7
}

.bgc-light-blue-lighten-1 {
    background-color: #29b6f6
}

.bgc-light-blue-darken-1 {
    background-color: #039be5
}

.bgc-light-blue-darken-2 {
    background-color: #0288d1
}

.bgc-light-blue-darken-3 {
    background-color: #0277bd
}

.bgc-light-blue-darken-4 {
    background-color: #01579b
}

.bgc-light-blue-accent-1 {
    background-color: #80d8ff
}

.bgc-light-blue-accent-2 {
    background-color: #40c4ff
}

.bgc-light-blue-accent-3 {
    background-color: #00b0ff
}

.bgc-light-blue-accent-4 {
    background-color: #0091ea
}

.bgc-cyan {
    background-color: #00bcd4
}

.bgc-cyan-lighten-5 {
    background-color: #e0f7fa
}

.bgc-cyan-lighten-4 {
    background-color: #b2ebf2
}

.bgc-cyan-lighten-3 {
    background-color: #80deea
}

.bgc-cyan-lighten-2 {
    background-color: #4dd0e1
}

.bgc-cyan-lighten-1 {
    background-color: #26c6da
}

.bgc-cyan-darken-1 {
    background-color: #00acc1
}

.bgc-cyan-darken-2 {
    background-color: #0097a7
}

.bgc-cyan-darken-3 {
    background-color: #00838f
}

.bgc-cyan-darken-4 {
    background-color: #006064
}

.bgc-cyan-accent-1 {
    background-color: #84ffff
}

.bgc-cyan-accent-2 {
    background-color: #18ffff
}

.bgc-cyan-accent-3 {
    background-color: #00e5ff
}

.bgc-cyan-accent-4 {
    background-color: #00b8d4
}

.bgc-teal {
    background-color: #009688
}

.bgc-teal-lighten-5 {
    background-color: #e0f2f1
}

.bgc-teal-lighten-4 {
    background-color: #b2dfdb
}

.bgc-teal-lighten-3 {
    background-color: #80cbc4
}

.bgc-teal-lighten-2 {
    background-color: #4db6ac
}

.bgc-teal-lighten-1 {
    background-color: #26a69a
}

.bgc-teal-darken-1 {
    background-color: #00897b
}

.bgc-teal-darken-2 {
    background-color: #00796b
}

.bgc-teal-darken-3 {
    background-color: #00695c
}

.bgc-teal-darken-4 {
    background-color: #004d40
}

.bgc-teal-accent-1 {
    background-color: #a7ffeb
}

.bgc-teal-accent-2 {
    background-color: #64ffda
}

.bgc-teal-accent-3 {
    background-color: #1de9b6
}

.bgc-teal-accent-4 {
    background-color: #00bfa5
}

.bgc-green {
    background-color: #4caf50
}

.bgc-green-lighten-5 {
    background-color: #e8f5e9
}

.bgc-green-lighten-4 {
    background-color: #c8e6c9
}

.bgc-green-lighten-3 {
    background-color: #a5d6a7
}

.bgc-green-lighten-2 {
    background-color: #81c784
}

.bgc-green-lighten-1 {
    background-color: #66bb6a
}

.bgc-green-darken-1 {
    background-color: #43a047
}

.bgc-green-darken-2 {
    background-color: #388e3c
}

.bgc-green-darken-3 {
    background-color: #2e7d32
}

.bgc-green-darken-4 {
    background-color: #1b5e20
}

.bgc-green-accent-1 {
    background-color: #b9f6ca
}

.bgc-green-accent-2 {
    background-color: #69f0ae
}

.bgc-green-accent-3 {
    background-color: #00e676
}

.bgc-green-accent-4 {
    background-color: #00c853
}

.bgc-light-green {
    background-color: #8bc34a
}

.bgc-light-green-lighten-5 {
    background-color: #f1f8e9
}

.bgc-light-green-lighten-4 {
    background-color: #dcedc8
}

.bgc-light-green-lighten-3 {
    background-color: #c5e1a5
}

.bgc-light-green-lighten-2 {
    background-color: #aed581
}

.bgc-light-green-lighten-1 {
    background-color: #9ccc65
}

.bgc-light-green-darken-1 {
    background-color: #7cb342
}

.bgc-light-green-darken-2 {
    background-color: #689f38
}

.bgc-light-green-darken-3 {
    background-color: #558b2f
}

.bgc-light-green-darken-4 {
    background-color: #33691e
}

.bgc-light-green-accent-1 {
    background-color: #ccff90
}

.bgc-light-green-accent-2 {
    background-color: #b2ff59
}

.bgc-light-green-accent-3 {
    background-color: #76ff03
}

.bgc-light-green-accent-4 {
    background-color: #64dd17
}

.bgc-lime {
    background-color: #cddc39
}

.bgc-lime-lighten-5 {
    background-color: #f9fbe7
}

.bgc-lime-lighten-4 {
    background-color: #f0f4c3
}

.bgc-lime-lighten-3 {
    background-color: #e6ee9c
}

.bgc-lime-lighten-2 {
    background-color: #dce775
}

.bgc-lime-lighten-1 {
    background-color: #d4e157
}

.bgc-lime-darken-1 {
    background-color: #c0ca33
}

.bgc-lime-darken-2 {
    background-color: #afb42b
}

.bgc-lime-darken-3 {
    background-color: #9e9d24
}

.bgc-lime-darken-4 {
    background-color: #827717
}

.bgc-lime-accent-1 {
    background-color: #f4ff81
}

.bgc-lime-accent-2 {
    background-color: #eeff41
}

.bgc-lime-accent-3 {
    background-color: #c6ff00
}

.bgc-lime-accent-4 {
    background-color: #aeea00
}

.bgc-yellow {
    background-color: #ffeb3b
}

.bgc-yellow-lighten-5 {
    background-color: #fffde7
}

.bgc-yellow-lighten-4 {
    background-color: #fff9c4
}

.bgc-yellow-lighten-3 {
    background-color: #fff59d
}

.bgc-yellow-lighten-2 {
    background-color: #fff176
}

.bgc-yellow-lighten-1 {
    background-color: #ffee58
}

.bgc-yellow-darken-1 {
    background-color: #fdd835
}

.bgc-yellow-darken-2 {
    background-color: #fbc02d
}

.bgc-yellow-darken-3 {
    background-color: #f9a825
}

.bgc-yellow-darken-4 {
    background-color: #f57f17
}

.bgc-yellow-accent-1 {
    background-color: #ffff8d
}

.bgc-yellow-accent-2 {
    background-color: #ff0
}

.bgc-yellow-accent-3 {
    background-color: #ffea00
}

.bgc-yellow-accent-4 {
    background-color: #ffd600
}

.bgc-amber {
    background-color: #ffc107
}

.bgc-amber-lighten-5 {
    background-color: #fff8e1
}

.bgc-amber-lighten-4 {
    background-color: #ffecb3
}

.bgc-amber-lighten-3 {
    background-color: #ffe082
}

.bgc-amber-lighten-2 {
    background-color: #ffd54f
}

.bgc-amber-lighten-1 {
    background-color: #ffca28
}

.bgc-amber-darken-1 {
    background-color: #ffb300
}

.bgc-amber-darken-2 {
    background-color: #ffa000
}

.bgc-amber-darken-3 {
    background-color: #ff8f00
}

.bgc-amber-darken-4 {
    background-color: #ff6f00
}

.bgc-amber-accent-1 {
    background-color: #ffe57f
}

.bgc-amber-accent-2 {
    background-color: #ffd740
}

.bgc-amber-accent-3 {
    background-color: #ffc400
}

.bgc-amber-accent-4 {
    background-color: #ffab00
}

.bgc-orange {
    background-color: #ff9800
}

.bgc-orange-lighten-5 {
    background-color: #fff3e0
}

.bgc-orange-lighten-4 {
    background-color: #ffe0b2
}

.bgc-orange-lighten-3 {
    background-color: #ffcc80
}

.bgc-orange-lighten-2 {
    background-color: #ffb74d
}

.bgc-orange-lighten-1 {
    background-color: #ffa726
}

.bgc-orange-darken-1 {
    background-color: #fb8c00
}

.bgc-orange-darken-2 {
    background-color: #f57c00
}

.bgc-orange-darken-3 {
    background-color: #ef6c00
}

.bgc-orange-darken-4 {
    background-color: #e65100
}

.bgc-orange-accent-1 {
    background-color: #ffd180
}

.bgc-orange-accent-2 {
    background-color: #ffab40
}

.bgc-orange-accent-3 {
    background-color: #ff9100
}

.bgc-orange-accent-4 {
    background-color: #ff6d00
}

.bgc-deep-orange {
    background-color: #ff5722
}

.bgc-deep-orange-lighten-5 {
    background-color: #fbe9e7
}

.bgc-deep-orange-lighten-4 {
    background-color: #ffccbc
}

.bgc-deep-orange-lighten-3 {
    background-color: #ffab91
}

.bgc-deep-orange-lighten-2 {
    background-color: #ff8a65
}

.bgc-deep-orange-lighten-1 {
    background-color: #ff7043
}

.bgc-deep-orange-darken-1 {
    background-color: #f4511e
}

.bgc-deep-orange-darken-2 {
    background-color: #e64a19
}

.bgc-deep-orange-darken-3 {
    background-color: #d84315
}

.bgc-deep-orange-darken-4 {
    background-color: #bf360c
}

.bgc-deep-orange-accent-1 {
    background-color: #ff9e80
}

.bgc-deep-orange-accent-2 {
    background-color: #ff6e40
}

.bgc-deep-orange-accent-3 {
    background-color: #ff3d00
}

.bgc-deep-orange-accent-4 {
    background-color: #dd2c00
}

.bgc-brown {
    background-color: #795548
}

.bgc-brown-lighten-5 {
    background-color: #efebe9
}

.bgc-brown-lighten-4 {
    background-color: #d7ccc8
}

.bgc-brown-lighten-3 {
    background-color: #bcaaa4
}

.bgc-brown-lighten-2 {
    background-color: #a1887f
}

.bgc-brown-lighten-1 {
    background-color: #8d6e63
}

.bgc-brown-darken-1 {
    background-color: #6d4c41
}

.bgc-brown-darken-2 {
    background-color: #5d4037
}

.bgc-brown-darken-3 {
    background-color: #4e342e
}

.bgc-brown-darken-4 {
    background-color: #3e2723
}

.bgc-blue-grey {
    background-color: #607d8b
}

.bgc-blue-grey-lighten-5 {
    background-color: #eceff1
}

.bgc-blue-grey-lighten-4 {
    background-color: #cfd8dc
}

.bgc-blue-grey-lighten-3 {
    background-color: #b0bec5
}

.bgc-blue-grey-lighten-2 {
    background-color: #90a4ae
}

.bgc-blue-grey-lighten-1 {
    background-color: #78909c
}

.bgc-blue-grey-darken-1 {
    background-color: #546e7a
}

.bgc-blue-grey-darken-2 {
    background-color: #455a64
}

.bgc-blue-grey-darken-3 {
    background-color: #37474f
}

.bgc-blue-grey-darken-4 {
    background-color: #263238
}

.bgc-grey {
    background-color: #9e9e9e
}

.bgc-grey-lighten-5 {
    background-color: #fafafa
}

.bgc-grey-lighten-4 {
    background-color: #f5f5f5
}

.bgc-grey-lighten-3 {
    background-color: #eee
}

.bgc-grey-lighten-2 {
    background-color: #e0e0e0
}

.bgc-grey-lighten-1 {
    background-color: #bdbdbd
}

.bgc-grey-darken-1 {
    background-color: #757575
}

.bgc-grey-darken-2 {
    background-color: #616161
}

.bgc-grey-darken-3 {
    background-color: #424242
}

.bgc-grey-darken-4 {
    background-color: #212121
}

.bgc-shades-black {
    background-color: #000
}

.bgc-shades-white {
    background-color: #fff
}

.bgc-shades-transparent {
    background-color: transparent
}

@media(min-width:600px) {
    .bgc-sm-red {
        background-color: #f44336
    }
    .bgc-red-lighten-5 {
        background-color: #ffebee
    }
    .bgc-red-lighten-4 {
        background-color: #ffcdd2
    }
    .bgc-red-lighten-3 {
        background-color: #ef9a9a
    }
    .bgc-red-lighten-2 {
        background-color: #e57373
    }
    .bgc-red-lighten-1 {
        background-color: #ef5350
    }
    .bgc-red-darken-1 {
        background-color: #e53935
    }
    .bgc-red-darken-2 {
        background-color: #d32f2f
    }
    .bgc-red-darken-3 {
        background-color: #c62828
    }
    .bgc-red-darken-4 {
        background-color: #b71c1c
    }
    .bgc-red-accent-1 {
        background-color: #ff8a80
    }
    .bgc-red-accent-2 {
        background-color: #ff5252
    }
    .bgc-red-accent-3 {
        background-color: #ff1744
    }
    .bgc-red-accent-4 {
        background-color: #d50000
    }
    .bgc-sm-pink {
        background-color: #e91e63
    }
    .bgc-pink-lighten-5 {
        background-color: #fce4ec
    }
    .bgc-pink-lighten-4 {
        background-color: #f8bbd0
    }
    .bgc-pink-lighten-3 {
        background-color: #f48fb1
    }
    .bgc-pink-lighten-2 {
        background-color: #f06292
    }
    .bgc-pink-lighten-1 {
        background-color: #ec407a
    }
    .bgc-pink-darken-1 {
        background-color: #d81b60
    }
    .bgc-pink-darken-2 {
        background-color: #c2185b
    }
    .bgc-pink-darken-3 {
        background-color: #ad1457
    }
    .bgc-pink-darken-4 {
        background-color: #880e4f
    }
    .bgc-pink-accent-1 {
        background-color: #ff80ab
    }
    .bgc-pink-accent-2 {
        background-color: #ff4081
    }
    .bgc-pink-accent-3 {
        background-color: #f50057
    }
    .bgc-pink-accent-4 {
        background-color: #c51162
    }
    .bgc-sm-purple {
        background-color: #9c27b0
    }
    .bgc-purple-lighten-5 {
        background-color: #f3e5f5
    }
    .bgc-purple-lighten-4 {
        background-color: #e1bee7
    }
    .bgc-purple-lighten-3 {
        background-color: #ce93d8
    }
    .bgc-purple-lighten-2 {
        background-color: #ba68c8
    }
    .bgc-purple-lighten-1 {
        background-color: #ab47bc
    }
    .bgc-purple-darken-1 {
        background-color: #8e24aa
    }
    .bgc-purple-darken-2 {
        background-color: #7b1fa2
    }
    .bgc-purple-darken-3 {
        background-color: #6a1b9a
    }
    .bgc-purple-darken-4 {
        background-color: #4a148c
    }
    .bgc-purple-accent-1 {
        background-color: #ea80fc
    }
    .bgc-purple-accent-2 {
        background-color: #e040fb
    }
    .bgc-purple-accent-3 {
        background-color: #d500f9
    }
    .bgc-purple-accent-4 {
        background-color: #a0f
    }
    .bgc-sm-deep-purple {
        background-color: #673ab7
    }
    .bgc-deep-purple-lighten-5 {
        background-color: #ede7f6
    }
    .bgc-deep-purple-lighten-4 {
        background-color: #d1c4e9
    }
    .bgc-deep-purple-lighten-3 {
        background-color: #b39ddb
    }
    .bgc-deep-purple-lighten-2 {
        background-color: #9575cd
    }
    .bgc-deep-purple-lighten-1 {
        background-color: #7e57c2
    }
    .bgc-deep-purple-darken-1 {
        background-color: #5e35b1
    }
    .bgc-deep-purple-darken-2 {
        background-color: #512da8
    }
    .bgc-deep-purple-darken-3 {
        background-color: #4527a0
    }
    .bgc-deep-purple-darken-4 {
        background-color: #311b92
    }
    .bgc-deep-purple-accent-1 {
        background-color: #b388ff
    }
    .bgc-deep-purple-accent-2 {
        background-color: #7c4dff
    }
    .bgc-deep-purple-accent-3 {
        background-color: #651fff
    }
    .bgc-deep-purple-accent-4 {
        background-color: #6200ea
    }
    .bgc-sm-indigo {
        background-color: #3f51b5
    }
    .bgc-indigo-lighten-5 {
        background-color: #e8eaf6
    }
    .bgc-indigo-lighten-4 {
        background-color: #c5cae9
    }
    .bgc-indigo-lighten-3 {
        background-color: #9fa8da
    }
    .bgc-indigo-lighten-2 {
        background-color: #7986cb
    }
    .bgc-indigo-lighten-1 {
        background-color: #5c6bc0
    }
    .bgc-indigo-darken-1 {
        background-color: #3949ab
    }
    .bgc-indigo-darken-2 {
        background-color: #303f9f
    }
    .bgc-indigo-darken-3 {
        background-color: #283593
    }
    .bgc-indigo-darken-4 {
        background-color: #1a237e
    }
    .bgc-indigo-accent-1 {
        background-color: #8c9eff
    }
    .bgc-indigo-accent-2 {
        background-color: #536dfe
    }
    .bgc-indigo-accent-3 {
        background-color: #3d5afe
    }
    .bgc-indigo-accent-4 {
        background-color: #304ffe
    }
    .bgc-sm-blue {
        background-color: #2196f3
    }
    .bgc-blue-lighten-5 {
        background-color: #e3f2fd
    }
    .bgc-blue-lighten-4 {
        background-color: #bbdefb
    }
    .bgc-blue-lighten-3 {
        background-color: #90caf9
    }
    .bgc-blue-lighten-2 {
        background-color: #64b5f6
    }
    .bgc-blue-lighten-1 {
        background-color: #42a5f5
    }
    .bgc-blue-darken-1 {
        background-color: #1e88e5
    }
    .bgc-blue-darken-2 {
        background-color: #1976d2
    }
    .bgc-blue-darken-3 {
        background-color: #1565c0
    }
    .bgc-blue-darken-4 {
        background-color: #0d47a1
    }
    .bgc-blue-accent-1 {
        background-color: #82b1ff
    }
    .bgc-blue-accent-2 {
        background-color: #448aff
    }
    .bgc-blue-accent-3 {
        background-color: #2979ff
    }
    .bgc-blue-accent-4 {
        background-color: #2962ff
    }
    .bgc-sm-light-blue {
        background-color: #03a9f4
    }
    .bgc-light-blue-lighten-5 {
        background-color: #e1f5fe
    }
    .bgc-light-blue-lighten-4 {
        background-color: #b3e5fc
    }
    .bgc-light-blue-lighten-3 {
        background-color: #81d4fa
    }
    .bgc-light-blue-lighten-2 {
        background-color: #4fc3f7
    }
    .bgc-light-blue-lighten-1 {
        background-color: #29b6f6
    }
    .bgc-light-blue-darken-1 {
        background-color: #039be5
    }
    .bgc-light-blue-darken-2 {
        background-color: #0288d1
    }
    .bgc-light-blue-darken-3 {
        background-color: #0277bd
    }
    .bgc-light-blue-darken-4 {
        background-color: #01579b
    }
    .bgc-light-blue-accent-1 {
        background-color: #80d8ff
    }
    .bgc-light-blue-accent-2 {
        background-color: #40c4ff
    }
    .bgc-light-blue-accent-3 {
        background-color: #00b0ff
    }
    .bgc-light-blue-accent-4 {
        background-color: #0091ea
    }
    .bgc-sm-cyan {
        background-color: #00bcd4
    }
    .bgc-cyan-lighten-5 {
        background-color: #e0f7fa
    }
    .bgc-cyan-lighten-4 {
        background-color: #b2ebf2
    }
    .bgc-cyan-lighten-3 {
        background-color: #80deea
    }
    .bgc-cyan-lighten-2 {
        background-color: #4dd0e1
    }
    .bgc-cyan-lighten-1 {
        background-color: #26c6da
    }
    .bgc-cyan-darken-1 {
        background-color: #00acc1
    }
    .bgc-cyan-darken-2 {
        background-color: #0097a7
    }
    .bgc-cyan-darken-3 {
        background-color: #00838f
    }
    .bgc-cyan-darken-4 {
        background-color: #006064
    }
    .bgc-cyan-accent-1 {
        background-color: #84ffff
    }
    .bgc-cyan-accent-2 {
        background-color: #18ffff
    }
    .bgc-cyan-accent-3 {
        background-color: #00e5ff
    }
    .bgc-cyan-accent-4 {
        background-color: #00b8d4
    }
    .bgc-sm-teal {
        background-color: #009688
    }
    .bgc-teal-lighten-5 {
        background-color: #e0f2f1
    }
    .bgc-teal-lighten-4 {
        background-color: #b2dfdb
    }
    .bgc-teal-lighten-3 {
        background-color: #80cbc4
    }
    .bgc-teal-lighten-2 {
        background-color: #4db6ac
    }
    .bgc-teal-lighten-1 {
        background-color: #26a69a
    }
    .bgc-teal-darken-1 {
        background-color: #00897b
    }
    .bgc-teal-darken-2 {
        background-color: #00796b
    }
    .bgc-teal-darken-3 {
        background-color: #00695c
    }
    .bgc-teal-darken-4 {
        background-color: #004d40
    }
    .bgc-teal-accent-1 {
        background-color: #a7ffeb
    }
    .bgc-teal-accent-2 {
        background-color: #64ffda
    }
    .bgc-teal-accent-3 {
        background-color: #1de9b6
    }
    .bgc-teal-accent-4 {
        background-color: #00bfa5
    }
    .bgc-sm-green {
        background-color: #4caf50
    }
    .bgc-green-lighten-5 {
        background-color: #e8f5e9
    }
    .bgc-green-lighten-4 {
        background-color: #c8e6c9
    }
    .bgc-green-lighten-3 {
        background-color: #a5d6a7
    }
    .bgc-green-lighten-2 {
        background-color: #81c784
    }
    .bgc-green-lighten-1 {
        background-color: #66bb6a
    }
    .bgc-green-darken-1 {
        background-color: #43a047
    }
    .bgc-green-darken-2 {
        background-color: #388e3c
    }
    .bgc-green-darken-3 {
        background-color: #2e7d32
    }
    .bgc-green-darken-4 {
        background-color: #1b5e20
    }
    .bgc-green-accent-1 {
        background-color: #b9f6ca
    }
    .bgc-green-accent-2 {
        background-color: #69f0ae
    }
    .bgc-green-accent-3 {
        background-color: #00e676
    }
    .bgc-green-accent-4 {
        background-color: #00c853
    }
    .bgc-sm-light-green {
        background-color: #8bc34a
    }
    .bgc-light-green-lighten-5 {
        background-color: #f1f8e9
    }
    .bgc-light-green-lighten-4 {
        background-color: #dcedc8
    }
    .bgc-light-green-lighten-3 {
        background-color: #c5e1a5
    }
    .bgc-light-green-lighten-2 {
        background-color: #aed581
    }
    .bgc-light-green-lighten-1 {
        background-color: #9ccc65
    }
    .bgc-light-green-darken-1 {
        background-color: #7cb342
    }
    .bgc-light-green-darken-2 {
        background-color: #689f38
    }
    .bgc-light-green-darken-3 {
        background-color: #558b2f
    }
    .bgc-light-green-darken-4 {
        background-color: #33691e
    }
    .bgc-light-green-accent-1 {
        background-color: #ccff90
    }
    .bgc-light-green-accent-2 {
        background-color: #b2ff59
    }
    .bgc-light-green-accent-3 {
        background-color: #76ff03
    }
    .bgc-light-green-accent-4 {
        background-color: #64dd17
    }
    .bgc-sm-lime {
        background-color: #cddc39
    }
    .bgc-lime-lighten-5 {
        background-color: #f9fbe7
    }
    .bgc-lime-lighten-4 {
        background-color: #f0f4c3
    }
    .bgc-lime-lighten-3 {
        background-color: #e6ee9c
    }
    .bgc-lime-lighten-2 {
        background-color: #dce775
    }
    .bgc-lime-lighten-1 {
        background-color: #d4e157
    }
    .bgc-lime-darken-1 {
        background-color: #c0ca33
    }
    .bgc-lime-darken-2 {
        background-color: #afb42b
    }
    .bgc-lime-darken-3 {
        background-color: #9e9d24
    }
    .bgc-lime-darken-4 {
        background-color: #827717
    }
    .bgc-lime-accent-1 {
        background-color: #f4ff81
    }
    .bgc-lime-accent-2 {
        background-color: #eeff41
    }
    .bgc-lime-accent-3 {
        background-color: #c6ff00
    }
    .bgc-lime-accent-4 {
        background-color: #aeea00
    }
    .bgc-sm-yellow {
        background-color: #ffeb3b
    }
    .bgc-yellow-lighten-5 {
        background-color: #fffde7
    }
    .bgc-yellow-lighten-4 {
        background-color: #fff9c4
    }
    .bgc-yellow-lighten-3 {
        background-color: #fff59d
    }
    .bgc-yellow-lighten-2 {
        background-color: #fff176
    }
    .bgc-yellow-lighten-1 {
        background-color: #ffee58
    }
    .bgc-yellow-darken-1 {
        background-color: #fdd835
    }
    .bgc-yellow-darken-2 {
        background-color: #fbc02d
    }
    .bgc-yellow-darken-3 {
        background-color: #f9a825
    }
    .bgc-yellow-darken-4 {
        background-color: #f57f17
    }
    .bgc-yellow-accent-1 {
        background-color: #ffff8d
    }
    .bgc-yellow-accent-2 {
        background-color: #ff0
    }
    .bgc-yellow-accent-3 {
        background-color: #ffea00
    }
    .bgc-yellow-accent-4 {
        background-color: #ffd600
    }
    .bgc-sm-amber {
        background-color: #ffc107
    }
    .bgc-amber-lighten-5 {
        background-color: #fff8e1
    }
    .bgc-amber-lighten-4 {
        background-color: #ffecb3
    }
    .bgc-amber-lighten-3 {
        background-color: #ffe082
    }
    .bgc-amber-lighten-2 {
        background-color: #ffd54f
    }
    .bgc-amber-lighten-1 {
        background-color: #ffca28
    }
    .bgc-amber-darken-1 {
        background-color: #ffb300
    }
    .bgc-amber-darken-2 {
        background-color: #ffa000
    }
    .bgc-amber-darken-3 {
        background-color: #ff8f00
    }
    .bgc-amber-darken-4 {
        background-color: #ff6f00
    }
    .bgc-amber-accent-1 {
        background-color: #ffe57f
    }
    .bgc-amber-accent-2 {
        background-color: #ffd740
    }
    .bgc-amber-accent-3 {
        background-color: #ffc400
    }
    .bgc-amber-accent-4 {
        background-color: #ffab00
    }
    .bgc-sm-orange {
        background-color: #ff9800
    }
    .bgc-orange-lighten-5 {
        background-color: #fff3e0
    }
    .bgc-orange-lighten-4 {
        background-color: #ffe0b2
    }
    .bgc-orange-lighten-3 {
        background-color: #ffcc80
    }
    .bgc-orange-lighten-2 {
        background-color: #ffb74d
    }
    .bgc-orange-lighten-1 {
        background-color: #ffa726
    }
    .bgc-orange-darken-1 {
        background-color: #fb8c00
    }
    .bgc-orange-darken-2 {
        background-color: #f57c00
    }
    .bgc-orange-darken-3 {
        background-color: #ef6c00
    }
    .bgc-orange-darken-4 {
        background-color: #e65100
    }
    .bgc-orange-accent-1 {
        background-color: #ffd180
    }
    .bgc-orange-accent-2 {
        background-color: #ffab40
    }
    .bgc-orange-accent-3 {
        background-color: #ff9100
    }
    .bgc-orange-accent-4 {
        background-color: #ff6d00
    }
    .bgc-sm-deep-orange {
        background-color: #ff5722
    }
    .bgc-deep-orange-lighten-5 {
        background-color: #fbe9e7
    }
    .bgc-deep-orange-lighten-4 {
        background-color: #ffccbc
    }
    .bgc-deep-orange-lighten-3 {
        background-color: #ffab91
    }
    .bgc-deep-orange-lighten-2 {
        background-color: #ff8a65
    }
    .bgc-deep-orange-lighten-1 {
        background-color: #ff7043
    }
    .bgc-deep-orange-darken-1 {
        background-color: #f4511e
    }
    .bgc-deep-orange-darken-2 {
        background-color: #e64a19
    }
    .bgc-deep-orange-darken-3 {
        background-color: #d84315
    }
    .bgc-deep-orange-darken-4 {
        background-color: #bf360c
    }
    .bgc-deep-orange-accent-1 {
        background-color: #ff9e80
    }
    .bgc-deep-orange-accent-2 {
        background-color: #ff6e40
    }
    .bgc-deep-orange-accent-3 {
        background-color: #ff3d00
    }
    .bgc-deep-orange-accent-4 {
        background-color: #dd2c00
    }
    .bgc-sm-brown {
        background-color: #795548
    }
    .bgc-brown-lighten-5 {
        background-color: #efebe9
    }
    .bgc-brown-lighten-4 {
        background-color: #d7ccc8
    }
    .bgc-brown-lighten-3 {
        background-color: #bcaaa4
    }
    .bgc-brown-lighten-2 {
        background-color: #a1887f
    }
    .bgc-brown-lighten-1 {
        background-color: #8d6e63
    }
    .bgc-brown-darken-1 {
        background-color: #6d4c41
    }
    .bgc-brown-darken-2 {
        background-color: #5d4037
    }
    .bgc-brown-darken-3 {
        background-color: #4e342e
    }
    .bgc-brown-darken-4 {
        background-color: #3e2723
    }
    .bgc-sm-blue-grey {
        background-color: #607d8b
    }
    .bgc-blue-grey-lighten-5 {
        background-color: #eceff1
    }
    .bgc-blue-grey-lighten-4 {
        background-color: #cfd8dc
    }
    .bgc-blue-grey-lighten-3 {
        background-color: #b0bec5
    }
    .bgc-blue-grey-lighten-2 {
        background-color: #90a4ae
    }
    .bgc-blue-grey-lighten-1 {
        background-color: #78909c
    }
    .bgc-blue-grey-darken-1 {
        background-color: #546e7a
    }
    .bgc-blue-grey-darken-2 {
        background-color: #455a64
    }
    .bgc-blue-grey-darken-3 {
        background-color: #37474f
    }
    .bgc-blue-grey-darken-4 {
        background-color: #263238
    }
    .bgc-sm-grey {
        background-color: #9e9e9e
    }
    .bgc-grey-lighten-5 {
        background-color: #fafafa
    }
    .bgc-grey-lighten-4 {
        background-color: #f5f5f5
    }
    .bgc-grey-lighten-3 {
        background-color: #eee
    }
    .bgc-grey-lighten-2 {
        background-color: #e0e0e0
    }
    .bgc-grey-lighten-1 {
        background-color: #bdbdbd
    }
    .bgc-grey-darken-1 {
        background-color: #757575
    }
    .bgc-grey-darken-2 {
        background-color: #616161
    }
    .bgc-grey-darken-3 {
        background-color: #424242
    }
    .bgc-grey-darken-4 {
        background-color: #212121
    }
    .bgc-shades-black {
        background-color: #000
    }
    .bgc-shades-white {
        background-color: #fff
    }
    .bgc-shades-transparent {
        background-color: transparent
    }
}

@media(min-width:960px) {
    .bgc-md-red {
        background-color: #f44336
    }
    .bgc-red-lighten-5 {
        background-color: #ffebee
    }
    .bgc-red-lighten-4 {
        background-color: #ffcdd2
    }
    .bgc-red-lighten-3 {
        background-color: #ef9a9a
    }
    .bgc-red-lighten-2 {
        background-color: #e57373
    }
    .bgc-red-lighten-1 {
        background-color: #ef5350
    }
    .bgc-red-darken-1 {
        background-color: #e53935
    }
    .bgc-red-darken-2 {
        background-color: #d32f2f
    }
    .bgc-red-darken-3 {
        background-color: #c62828
    }
    .bgc-red-darken-4 {
        background-color: #b71c1c
    }
    .bgc-red-accent-1 {
        background-color: #ff8a80
    }
    .bgc-red-accent-2 {
        background-color: #ff5252
    }
    .bgc-red-accent-3 {
        background-color: #ff1744
    }
    .bgc-red-accent-4 {
        background-color: #d50000
    }
    .bgc-md-pink {
        background-color: #e91e63
    }
    .bgc-pink-lighten-5 {
        background-color: #fce4ec
    }
    .bgc-pink-lighten-4 {
        background-color: #f8bbd0
    }
    .bgc-pink-lighten-3 {
        background-color: #f48fb1
    }
    .bgc-pink-lighten-2 {
        background-color: #f06292
    }
    .bgc-pink-lighten-1 {
        background-color: #ec407a
    }
    .bgc-pink-darken-1 {
        background-color: #d81b60
    }
    .bgc-pink-darken-2 {
        background-color: #c2185b
    }
    .bgc-pink-darken-3 {
        background-color: #ad1457
    }
    .bgc-pink-darken-4 {
        background-color: #880e4f
    }
    .bgc-pink-accent-1 {
        background-color: #ff80ab
    }
    .bgc-pink-accent-2 {
        background-color: #ff4081
    }
    .bgc-pink-accent-3 {
        background-color: #f50057
    }
    .bgc-pink-accent-4 {
        background-color: #c51162
    }
    .bgc-md-purple {
        background-color: #9c27b0
    }
    .bgc-purple-lighten-5 {
        background-color: #f3e5f5
    }
    .bgc-purple-lighten-4 {
        background-color: #e1bee7
    }
    .bgc-purple-lighten-3 {
        background-color: #ce93d8
    }
    .bgc-purple-lighten-2 {
        background-color: #ba68c8
    }
    .bgc-purple-lighten-1 {
        background-color: #ab47bc
    }
    .bgc-purple-darken-1 {
        background-color: #8e24aa
    }
    .bgc-purple-darken-2 {
        background-color: #7b1fa2
    }
    .bgc-purple-darken-3 {
        background-color: #6a1b9a
    }
    .bgc-purple-darken-4 {
        background-color: #4a148c
    }
    .bgc-purple-accent-1 {
        background-color: #ea80fc
    }
    .bgc-purple-accent-2 {
        background-color: #e040fb
    }
    .bgc-purple-accent-3 {
        background-color: #d500f9
    }
    .bgc-purple-accent-4 {
        background-color: #a0f
    }
    .bgc-md-deep-purple {
        background-color: #673ab7
    }
    .bgc-deep-purple-lighten-5 {
        background-color: #ede7f6
    }
    .bgc-deep-purple-lighten-4 {
        background-color: #d1c4e9
    }
    .bgc-deep-purple-lighten-3 {
        background-color: #b39ddb
    }
    .bgc-deep-purple-lighten-2 {
        background-color: #9575cd
    }
    .bgc-deep-purple-lighten-1 {
        background-color: #7e57c2
    }
    .bgc-deep-purple-darken-1 {
        background-color: #5e35b1
    }
    .bgc-deep-purple-darken-2 {
        background-color: #512da8
    }
    .bgc-deep-purple-darken-3 {
        background-color: #4527a0
    }
    .bgc-deep-purple-darken-4 {
        background-color: #311b92
    }
    .bgc-deep-purple-accent-1 {
        background-color: #b388ff
    }
    .bgc-deep-purple-accent-2 {
        background-color: #7c4dff
    }
    .bgc-deep-purple-accent-3 {
        background-color: #651fff
    }
    .bgc-deep-purple-accent-4 {
        background-color: #6200ea
    }
    .bgc-md-indigo {
        background-color: #3f51b5
    }
    .bgc-indigo-lighten-5 {
        background-color: #e8eaf6
    }
    .bgc-indigo-lighten-4 {
        background-color: #c5cae9
    }
    .bgc-indigo-lighten-3 {
        background-color: #9fa8da
    }
    .bgc-indigo-lighten-2 {
        background-color: #7986cb
    }
    .bgc-indigo-lighten-1 {
        background-color: #5c6bc0
    }
    .bgc-indigo-darken-1 {
        background-color: #3949ab
    }
    .bgc-indigo-darken-2 {
        background-color: #303f9f
    }
    .bgc-indigo-darken-3 {
        background-color: #283593
    }
    .bgc-indigo-darken-4 {
        background-color: #1a237e
    }
    .bgc-indigo-accent-1 {
        background-color: #8c9eff
    }
    .bgc-indigo-accent-2 {
        background-color: #536dfe
    }
    .bgc-indigo-accent-3 {
        background-color: #3d5afe
    }
    .bgc-indigo-accent-4 {
        background-color: #304ffe
    }
    .bgc-md-blue {
        background-color: #2196f3
    }
    .bgc-blue-lighten-5 {
        background-color: #e3f2fd
    }
    .bgc-blue-lighten-4 {
        background-color: #bbdefb
    }
    .bgc-blue-lighten-3 {
        background-color: #90caf9
    }
    .bgc-blue-lighten-2 {
        background-color: #64b5f6
    }
    .bgc-blue-lighten-1 {
        background-color: #42a5f5
    }
    .bgc-blue-darken-1 {
        background-color: #1e88e5
    }
    .bgc-blue-darken-2 {
        background-color: #1976d2
    }
    .bgc-blue-darken-3 {
        background-color: #1565c0
    }
    .bgc-blue-darken-4 {
        background-color: #0d47a1
    }
    .bgc-blue-accent-1 {
        background-color: #82b1ff
    }
    .bgc-blue-accent-2 {
        background-color: #448aff
    }
    .bgc-blue-accent-3 {
        background-color: #2979ff
    }
    .bgc-blue-accent-4 {
        background-color: #2962ff
    }
    .bgc-md-light-blue {
        background-color: #03a9f4
    }
    .bgc-light-blue-lighten-5 {
        background-color: #e1f5fe
    }
    .bgc-light-blue-lighten-4 {
        background-color: #b3e5fc
    }
    .bgc-light-blue-lighten-3 {
        background-color: #81d4fa
    }
    .bgc-light-blue-lighten-2 {
        background-color: #4fc3f7
    }
    .bgc-light-blue-lighten-1 {
        background-color: #29b6f6
    }
    .bgc-light-blue-darken-1 {
        background-color: #039be5
    }
    .bgc-light-blue-darken-2 {
        background-color: #0288d1
    }
    .bgc-light-blue-darken-3 {
        background-color: #0277bd
    }
    .bgc-light-blue-darken-4 {
        background-color: #01579b
    }
    .bgc-light-blue-accent-1 {
        background-color: #80d8ff
    }
    .bgc-light-blue-accent-2 {
        background-color: #40c4ff
    }
    .bgc-light-blue-accent-3 {
        background-color: #00b0ff
    }
    .bgc-light-blue-accent-4 {
        background-color: #0091ea
    }
    .bgc-md-cyan {
        background-color: #00bcd4
    }
    .bgc-cyan-lighten-5 {
        background-color: #e0f7fa
    }
    .bgc-cyan-lighten-4 {
        background-color: #b2ebf2
    }
    .bgc-cyan-lighten-3 {
        background-color: #80deea
    }
    .bgc-cyan-lighten-2 {
        background-color: #4dd0e1
    }
    .bgc-cyan-lighten-1 {
        background-color: #26c6da
    }
    .bgc-cyan-darken-1 {
        background-color: #00acc1
    }
    .bgc-cyan-darken-2 {
        background-color: #0097a7
    }
    .bgc-cyan-darken-3 {
        background-color: #00838f
    }
    .bgc-cyan-darken-4 {
        background-color: #006064
    }
    .bgc-cyan-accent-1 {
        background-color: #84ffff
    }
    .bgc-cyan-accent-2 {
        background-color: #18ffff
    }
    .bgc-cyan-accent-3 {
        background-color: #00e5ff
    }
    .bgc-cyan-accent-4 {
        background-color: #00b8d4
    }
    .bgc-md-teal {
        background-color: #009688
    }
    .bgc-teal-lighten-5 {
        background-color: #e0f2f1
    }
    .bgc-teal-lighten-4 {
        background-color: #b2dfdb
    }
    .bgc-teal-lighten-3 {
        background-color: #80cbc4
    }
    .bgc-teal-lighten-2 {
        background-color: #4db6ac
    }
    .bgc-teal-lighten-1 {
        background-color: #26a69a
    }
    .bgc-teal-darken-1 {
        background-color: #00897b
    }
    .bgc-teal-darken-2 {
        background-color: #00796b
    }
    .bgc-teal-darken-3 {
        background-color: #00695c
    }
    .bgc-teal-darken-4 {
        background-color: #004d40
    }
    .bgc-teal-accent-1 {
        background-color: #a7ffeb
    }
    .bgc-teal-accent-2 {
        background-color: #64ffda
    }
    .bgc-teal-accent-3 {
        background-color: #1de9b6
    }
    .bgc-teal-accent-4 {
        background-color: #00bfa5
    }
    .bgc-md-green {
        background-color: #4caf50
    }
    .bgc-green-lighten-5 {
        background-color: #e8f5e9
    }
    .bgc-green-lighten-4 {
        background-color: #c8e6c9
    }
    .bgc-green-lighten-3 {
        background-color: #a5d6a7
    }
    .bgc-green-lighten-2 {
        background-color: #81c784
    }
    .bgc-green-lighten-1 {
        background-color: #66bb6a
    }
    .bgc-green-darken-1 {
        background-color: #43a047
    }
    .bgc-green-darken-2 {
        background-color: #388e3c
    }
    .bgc-green-darken-3 {
        background-color: #2e7d32
    }
    .bgc-green-darken-4 {
        background-color: #1b5e20
    }
    .bgc-green-accent-1 {
        background-color: #b9f6ca
    }
    .bgc-green-accent-2 {
        background-color: #69f0ae
    }
    .bgc-green-accent-3 {
        background-color: #00e676
    }
    .bgc-green-accent-4 {
        background-color: #00c853
    }
    .bgc-md-light-green {
        background-color: #8bc34a
    }
    .bgc-light-green-lighten-5 {
        background-color: #f1f8e9
    }
    .bgc-light-green-lighten-4 {
        background-color: #dcedc8
    }
    .bgc-light-green-lighten-3 {
        background-color: #c5e1a5
    }
    .bgc-light-green-lighten-2 {
        background-color: #aed581
    }
    .bgc-light-green-lighten-1 {
        background-color: #9ccc65
    }
    .bgc-light-green-darken-1 {
        background-color: #7cb342
    }
    .bgc-light-green-darken-2 {
        background-color: #689f38
    }
    .bgc-light-green-darken-3 {
        background-color: #558b2f
    }
    .bgc-light-green-darken-4 {
        background-color: #33691e
    }
    .bgc-light-green-accent-1 {
        background-color: #ccff90
    }
    .bgc-light-green-accent-2 {
        background-color: #b2ff59
    }
    .bgc-light-green-accent-3 {
        background-color: #76ff03
    }
    .bgc-light-green-accent-4 {
        background-color: #64dd17
    }
    .bgc-md-lime {
        background-color: #cddc39
    }
    .bgc-lime-lighten-5 {
        background-color: #f9fbe7
    }
    .bgc-lime-lighten-4 {
        background-color: #f0f4c3
    }
    .bgc-lime-lighten-3 {
        background-color: #e6ee9c
    }
    .bgc-lime-lighten-2 {
        background-color: #dce775
    }
    .bgc-lime-lighten-1 {
        background-color: #d4e157
    }
    .bgc-lime-darken-1 {
        background-color: #c0ca33
    }
    .bgc-lime-darken-2 {
        background-color: #afb42b
    }
    .bgc-lime-darken-3 {
        background-color: #9e9d24
    }
    .bgc-lime-darken-4 {
        background-color: #827717
    }
    .bgc-lime-accent-1 {
        background-color: #f4ff81
    }
    .bgc-lime-accent-2 {
        background-color: #eeff41
    }
    .bgc-lime-accent-3 {
        background-color: #c6ff00
    }
    .bgc-lime-accent-4 {
        background-color: #aeea00
    }
    .bgc-md-yellow {
        background-color: #ffeb3b
    }
    .bgc-yellow-lighten-5 {
        background-color: #fffde7
    }
    .bgc-yellow-lighten-4 {
        background-color: #fff9c4
    }
    .bgc-yellow-lighten-3 {
        background-color: #fff59d
    }
    .bgc-yellow-lighten-2 {
        background-color: #fff176
    }
    .bgc-yellow-lighten-1 {
        background-color: #ffee58
    }
    .bgc-yellow-darken-1 {
        background-color: #fdd835
    }
    .bgc-yellow-darken-2 {
        background-color: #fbc02d
    }
    .bgc-yellow-darken-3 {
        background-color: #f9a825
    }
    .bgc-yellow-darken-4 {
        background-color: #f57f17
    }
    .bgc-yellow-accent-1 {
        background-color: #ffff8d
    }
    .bgc-yellow-accent-2 {
        background-color: #ff0
    }
    .bgc-yellow-accent-3 {
        background-color: #ffea00
    }
    .bgc-yellow-accent-4 {
        background-color: #ffd600
    }
    .bgc-md-amber {
        background-color: #ffc107
    }
    .bgc-amber-lighten-5 {
        background-color: #fff8e1
    }
    .bgc-amber-lighten-4 {
        background-color: #ffecb3
    }
    .bgc-amber-lighten-3 {
        background-color: #ffe082
    }
    .bgc-amber-lighten-2 {
        background-color: #ffd54f
    }
    .bgc-amber-lighten-1 {
        background-color: #ffca28
    }
    .bgc-amber-darken-1 {
        background-color: #ffb300
    }
    .bgc-amber-darken-2 {
        background-color: #ffa000
    }
    .bgc-amber-darken-3 {
        background-color: #ff8f00
    }
    .bgc-amber-darken-4 {
        background-color: #ff6f00
    }
    .bgc-amber-accent-1 {
        background-color: #ffe57f
    }
    .bgc-amber-accent-2 {
        background-color: #ffd740
    }
    .bgc-amber-accent-3 {
        background-color: #ffc400
    }
    .bgc-amber-accent-4 {
        background-color: #ffab00
    }
    .bgc-md-orange {
        background-color: #ff9800
    }
    .bgc-orange-lighten-5 {
        background-color: #fff3e0
    }
    .bgc-orange-lighten-4 {
        background-color: #ffe0b2
    }
    .bgc-orange-lighten-3 {
        background-color: #ffcc80
    }
    .bgc-orange-lighten-2 {
        background-color: #ffb74d
    }
    .bgc-orange-lighten-1 {
        background-color: #ffa726
    }
    .bgc-orange-darken-1 {
        background-color: #fb8c00
    }
    .bgc-orange-darken-2 {
        background-color: #f57c00
    }
    .bgc-orange-darken-3 {
        background-color: #ef6c00
    }
    .bgc-orange-darken-4 {
        background-color: #e65100
    }
    .bgc-orange-accent-1 {
        background-color: #ffd180
    }
    .bgc-orange-accent-2 {
        background-color: #ffab40
    }
    .bgc-orange-accent-3 {
        background-color: #ff9100
    }
    .bgc-orange-accent-4 {
        background-color: #ff6d00
    }
    .bgc-md-deep-orange {
        background-color: #ff5722
    }
    .bgc-deep-orange-lighten-5 {
        background-color: #fbe9e7
    }
    .bgc-deep-orange-lighten-4 {
        background-color: #ffccbc
    }
    .bgc-deep-orange-lighten-3 {
        background-color: #ffab91
    }
    .bgc-deep-orange-lighten-2 {
        background-color: #ff8a65
    }
    .bgc-deep-orange-lighten-1 {
        background-color: #ff7043
    }
    .bgc-deep-orange-darken-1 {
        background-color: #f4511e
    }
    .bgc-deep-orange-darken-2 {
        background-color: #e64a19
    }
    .bgc-deep-orange-darken-3 {
        background-color: #d84315
    }
    .bgc-deep-orange-darken-4 {
        background-color: #bf360c
    }
    .bgc-deep-orange-accent-1 {
        background-color: #ff9e80
    }
    .bgc-deep-orange-accent-2 {
        background-color: #ff6e40
    }
    .bgc-deep-orange-accent-3 {
        background-color: #ff3d00
    }
    .bgc-deep-orange-accent-4 {
        background-color: #dd2c00
    }
    .bgc-md-brown {
        background-color: #795548
    }
    .bgc-brown-lighten-5 {
        background-color: #efebe9
    }
    .bgc-brown-lighten-4 {
        background-color: #d7ccc8
    }
    .bgc-brown-lighten-3 {
        background-color: #bcaaa4
    }
    .bgc-brown-lighten-2 {
        background-color: #a1887f
    }
    .bgc-brown-lighten-1 {
        background-color: #8d6e63
    }
    .bgc-brown-darken-1 {
        background-color: #6d4c41
    }
    .bgc-brown-darken-2 {
        background-color: #5d4037
    }
    .bgc-brown-darken-3 {
        background-color: #4e342e
    }
    .bgc-brown-darken-4 {
        background-color: #3e2723
    }
    .bgc-md-blue-grey {
        background-color: #607d8b
    }
    .bgc-blue-grey-lighten-5 {
        background-color: #eceff1
    }
    .bgc-blue-grey-lighten-4 {
        background-color: #cfd8dc
    }
    .bgc-blue-grey-lighten-3 {
        background-color: #b0bec5
    }
    .bgc-blue-grey-lighten-2 {
        background-color: #90a4ae
    }
    .bgc-blue-grey-lighten-1 {
        background-color: #78909c
    }
    .bgc-blue-grey-darken-1 {
        background-color: #546e7a
    }
    .bgc-blue-grey-darken-2 {
        background-color: #455a64
    }
    .bgc-blue-grey-darken-3 {
        background-color: #37474f
    }
    .bgc-blue-grey-darken-4 {
        background-color: #263238
    }
    .bgc-md-grey {
        background-color: #9e9e9e
    }
    .bgc-grey-lighten-5 {
        background-color: #fafafa
    }
    .bgc-grey-lighten-4 {
        background-color: #f5f5f5
    }
    .bgc-grey-lighten-3 {
        background-color: #eee
    }
    .bgc-grey-lighten-2 {
        background-color: #e0e0e0
    }
    .bgc-grey-lighten-1 {
        background-color: #bdbdbd
    }
    .bgc-grey-darken-1 {
        background-color: #757575
    }
    .bgc-grey-darken-2 {
        background-color: #616161
    }
    .bgc-grey-darken-3 {
        background-color: #424242
    }
    .bgc-grey-darken-4 {
        background-color: #212121
    }
    .bgc-shades-black {
        background-color: #000
    }
    .bgc-shades-white {
        background-color: #fff
    }
    .bgc-shades-transparent {
        background-color: transparent
    }
}

@media(min-width:1280px) {
    .bgc-lg-red {
        background-color: #f44336
    }
    .bgc-red-lighten-5 {
        background-color: #ffebee
    }
    .bgc-red-lighten-4 {
        background-color: #ffcdd2
    }
    .bgc-red-lighten-3 {
        background-color: #ef9a9a
    }
    .bgc-red-lighten-2 {
        background-color: #e57373
    }
    .bgc-red-lighten-1 {
        background-color: #ef5350
    }
    .bgc-red-darken-1 {
        background-color: #e53935
    }
    .bgc-red-darken-2 {
        background-color: #d32f2f
    }
    .bgc-red-darken-3 {
        background-color: #c62828
    }
    .bgc-red-darken-4 {
        background-color: #b71c1c
    }
    .bgc-red-accent-1 {
        background-color: #ff8a80
    }
    .bgc-red-accent-2 {
        background-color: #ff5252
    }
    .bgc-red-accent-3 {
        background-color: #ff1744
    }
    .bgc-red-accent-4 {
        background-color: #d50000
    }
    .bgc-lg-pink {
        background-color: #e91e63
    }
    .bgc-pink-lighten-5 {
        background-color: #fce4ec
    }
    .bgc-pink-lighten-4 {
        background-color: #f8bbd0
    }
    .bgc-pink-lighten-3 {
        background-color: #f48fb1
    }
    .bgc-pink-lighten-2 {
        background-color: #f06292
    }
    .bgc-pink-lighten-1 {
        background-color: #ec407a
    }
    .bgc-pink-darken-1 {
        background-color: #d81b60
    }
    .bgc-pink-darken-2 {
        background-color: #c2185b
    }
    .bgc-pink-darken-3 {
        background-color: #ad1457
    }
    .bgc-pink-darken-4 {
        background-color: #880e4f
    }
    .bgc-pink-accent-1 {
        background-color: #ff80ab
    }
    .bgc-pink-accent-2 {
        background-color: #ff4081
    }
    .bgc-pink-accent-3 {
        background-color: #f50057
    }
    .bgc-pink-accent-4 {
        background-color: #c51162
    }
    .bgc-lg-purple {
        background-color: #9c27b0
    }
    .bgc-purple-lighten-5 {
        background-color: #f3e5f5
    }
    .bgc-purple-lighten-4 {
        background-color: #e1bee7
    }
    .bgc-purple-lighten-3 {
        background-color: #ce93d8
    }
    .bgc-purple-lighten-2 {
        background-color: #ba68c8
    }
    .bgc-purple-lighten-1 {
        background-color: #ab47bc
    }
    .bgc-purple-darken-1 {
        background-color: #8e24aa
    }
    .bgc-purple-darken-2 {
        background-color: #7b1fa2
    }
    .bgc-purple-darken-3 {
        background-color: #6a1b9a
    }
    .bgc-purple-darken-4 {
        background-color: #4a148c
    }
    .bgc-purple-accent-1 {
        background-color: #ea80fc
    }
    .bgc-purple-accent-2 {
        background-color: #e040fb
    }
    .bgc-purple-accent-3 {
        background-color: #d500f9
    }
    .bgc-purple-accent-4 {
        background-color: #a0f
    }
    .bgc-lg-deep-purple {
        background-color: #673ab7
    }
    .bgc-deep-purple-lighten-5 {
        background-color: #ede7f6
    }
    .bgc-deep-purple-lighten-4 {
        background-color: #d1c4e9
    }
    .bgc-deep-purple-lighten-3 {
        background-color: #b39ddb
    }
    .bgc-deep-purple-lighten-2 {
        background-color: #9575cd
    }
    .bgc-deep-purple-lighten-1 {
        background-color: #7e57c2
    }
    .bgc-deep-purple-darken-1 {
        background-color: #5e35b1
    }
    .bgc-deep-purple-darken-2 {
        background-color: #512da8
    }
    .bgc-deep-purple-darken-3 {
        background-color: #4527a0
    }
    .bgc-deep-purple-darken-4 {
        background-color: #311b92
    }
    .bgc-deep-purple-accent-1 {
        background-color: #b388ff
    }
    .bgc-deep-purple-accent-2 {
        background-color: #7c4dff
    }
    .bgc-deep-purple-accent-3 {
        background-color: #651fff
    }
    .bgc-deep-purple-accent-4 {
        background-color: #6200ea
    }
    .bgc-lg-indigo {
        background-color: #3f51b5
    }
    .bgc-indigo-lighten-5 {
        background-color: #e8eaf6
    }
    .bgc-indigo-lighten-4 {
        background-color: #c5cae9
    }
    .bgc-indigo-lighten-3 {
        background-color: #9fa8da
    }
    .bgc-indigo-lighten-2 {
        background-color: #7986cb
    }
    .bgc-indigo-lighten-1 {
        background-color: #5c6bc0
    }
    .bgc-indigo-darken-1 {
        background-color: #3949ab
    }
    .bgc-indigo-darken-2 {
        background-color: #303f9f
    }
    .bgc-indigo-darken-3 {
        background-color: #283593
    }
    .bgc-indigo-darken-4 {
        background-color: #1a237e
    }
    .bgc-indigo-accent-1 {
        background-color: #8c9eff
    }
    .bgc-indigo-accent-2 {
        background-color: #536dfe
    }
    .bgc-indigo-accent-3 {
        background-color: #3d5afe
    }
    .bgc-indigo-accent-4 {
        background-color: #304ffe
    }
    .bgc-lg-blue {
        background-color: #2196f3
    }
    .bgc-blue-lighten-5 {
        background-color: #e3f2fd
    }
    .bgc-blue-lighten-4 {
        background-color: #bbdefb
    }
    .bgc-blue-lighten-3 {
        background-color: #90caf9
    }
    .bgc-blue-lighten-2 {
        background-color: #64b5f6
    }
    .bgc-blue-lighten-1 {
        background-color: #42a5f5
    }
    .bgc-blue-darken-1 {
        background-color: #1e88e5
    }
    .bgc-blue-darken-2 {
        background-color: #1976d2
    }
    .bgc-blue-darken-3 {
        background-color: #1565c0
    }
    .bgc-blue-darken-4 {
        background-color: #0d47a1
    }
    .bgc-blue-accent-1 {
        background-color: #82b1ff
    }
    .bgc-blue-accent-2 {
        background-color: #448aff
    }
    .bgc-blue-accent-3 {
        background-color: #2979ff
    }
    .bgc-blue-accent-4 {
        background-color: #2962ff
    }
    .bgc-lg-light-blue {
        background-color: #03a9f4
    }
    .bgc-light-blue-lighten-5 {
        background-color: #e1f5fe
    }
    .bgc-light-blue-lighten-4 {
        background-color: #b3e5fc
    }
    .bgc-light-blue-lighten-3 {
        background-color: #81d4fa
    }
    .bgc-light-blue-lighten-2 {
        background-color: #4fc3f7
    }
    .bgc-light-blue-lighten-1 {
        background-color: #29b6f6
    }
    .bgc-light-blue-darken-1 {
        background-color: #039be5
    }
    .bgc-light-blue-darken-2 {
        background-color: #0288d1
    }
    .bgc-light-blue-darken-3 {
        background-color: #0277bd
    }
    .bgc-light-blue-darken-4 {
        background-color: #01579b
    }
    .bgc-light-blue-accent-1 {
        background-color: #80d8ff
    }
    .bgc-light-blue-accent-2 {
        background-color: #40c4ff
    }
    .bgc-light-blue-accent-3 {
        background-color: #00b0ff
    }
    .bgc-light-blue-accent-4 {
        background-color: #0091ea
    }
    .bgc-lg-cyan {
        background-color: #00bcd4
    }
    .bgc-cyan-lighten-5 {
        background-color: #e0f7fa
    }
    .bgc-cyan-lighten-4 {
        background-color: #b2ebf2
    }
    .bgc-cyan-lighten-3 {
        background-color: #80deea
    }
    .bgc-cyan-lighten-2 {
        background-color: #4dd0e1
    }
    .bgc-cyan-lighten-1 {
        background-color: #26c6da
    }
    .bgc-cyan-darken-1 {
        background-color: #00acc1
    }
    .bgc-cyan-darken-2 {
        background-color: #0097a7
    }
    .bgc-cyan-darken-3 {
        background-color: #00838f
    }
    .bgc-cyan-darken-4 {
        background-color: #006064
    }
    .bgc-cyan-accent-1 {
        background-color: #84ffff
    }
    .bgc-cyan-accent-2 {
        background-color: #18ffff
    }
    .bgc-cyan-accent-3 {
        background-color: #00e5ff
    }
    .bgc-cyan-accent-4 {
        background-color: #00b8d4
    }
    .bgc-lg-teal {
        background-color: #009688
    }
    .bgc-teal-lighten-5 {
        background-color: #e0f2f1
    }
    .bgc-teal-lighten-4 {
        background-color: #b2dfdb
    }
    .bgc-teal-lighten-3 {
        background-color: #80cbc4
    }
    .bgc-teal-lighten-2 {
        background-color: #4db6ac
    }
    .bgc-teal-lighten-1 {
        background-color: #26a69a
    }
    .bgc-teal-darken-1 {
        background-color: #00897b
    }
    .bgc-teal-darken-2 {
        background-color: #00796b
    }
    .bgc-teal-darken-3 {
        background-color: #00695c
    }
    .bgc-teal-darken-4 {
        background-color: #004d40
    }
    .bgc-teal-accent-1 {
        background-color: #a7ffeb
    }
    .bgc-teal-accent-2 {
        background-color: #64ffda
    }
    .bgc-teal-accent-3 {
        background-color: #1de9b6
    }
    .bgc-teal-accent-4 {
        background-color: #00bfa5
    }
    .bgc-lg-green {
        background-color: #4caf50
    }
    .bgc-green-lighten-5 {
        background-color: #e8f5e9
    }
    .bgc-green-lighten-4 {
        background-color: #c8e6c9
    }
    .bgc-green-lighten-3 {
        background-color: #a5d6a7
    }
    .bgc-green-lighten-2 {
        background-color: #81c784
    }
    .bgc-green-lighten-1 {
        background-color: #66bb6a
    }
    .bgc-green-darken-1 {
        background-color: #43a047
    }
    .bgc-green-darken-2 {
        background-color: #388e3c
    }
    .bgc-green-darken-3 {
        background-color: #2e7d32
    }
    .bgc-green-darken-4 {
        background-color: #1b5e20
    }
    .bgc-green-accent-1 {
        background-color: #b9f6ca
    }
    .bgc-green-accent-2 {
        background-color: #69f0ae
    }
    .bgc-green-accent-3 {
        background-color: #00e676
    }
    .bgc-green-accent-4 {
        background-color: #00c853
    }
    .bgc-lg-light-green {
        background-color: #8bc34a
    }
    .bgc-light-green-lighten-5 {
        background-color: #f1f8e9
    }
    .bgc-light-green-lighten-4 {
        background-color: #dcedc8
    }
    .bgc-light-green-lighten-3 {
        background-color: #c5e1a5
    }
    .bgc-light-green-lighten-2 {
        background-color: #aed581
    }
    .bgc-light-green-lighten-1 {
        background-color: #9ccc65
    }
    .bgc-light-green-darken-1 {
        background-color: #7cb342
    }
    .bgc-light-green-darken-2 {
        background-color: #689f38
    }
    .bgc-light-green-darken-3 {
        background-color: #558b2f
    }
    .bgc-light-green-darken-4 {
        background-color: #33691e
    }
    .bgc-light-green-accent-1 {
        background-color: #ccff90
    }
    .bgc-light-green-accent-2 {
        background-color: #b2ff59
    }
    .bgc-light-green-accent-3 {
        background-color: #76ff03
    }
    .bgc-light-green-accent-4 {
        background-color: #64dd17
    }
    .bgc-lg-lime {
        background-color: #cddc39
    }
    .bgc-lime-lighten-5 {
        background-color: #f9fbe7
    }
    .bgc-lime-lighten-4 {
        background-color: #f0f4c3
    }
    .bgc-lime-lighten-3 {
        background-color: #e6ee9c
    }
    .bgc-lime-lighten-2 {
        background-color: #dce775
    }
    .bgc-lime-lighten-1 {
        background-color: #d4e157
    }
    .bgc-lime-darken-1 {
        background-color: #c0ca33
    }
    .bgc-lime-darken-2 {
        background-color: #afb42b
    }
    .bgc-lime-darken-3 {
        background-color: #9e9d24
    }
    .bgc-lime-darken-4 {
        background-color: #827717
    }
    .bgc-lime-accent-1 {
        background-color: #f4ff81
    }
    .bgc-lime-accent-2 {
        background-color: #eeff41
    }
    .bgc-lime-accent-3 {
        background-color: #c6ff00
    }
    .bgc-lime-accent-4 {
        background-color: #aeea00
    }
    .bgc-lg-yellow {
        background-color: #ffeb3b
    }
    .bgc-yellow-lighten-5 {
        background-color: #fffde7
    }
    .bgc-yellow-lighten-4 {
        background-color: #fff9c4
    }
    .bgc-yellow-lighten-3 {
        background-color: #fff59d
    }
    .bgc-yellow-lighten-2 {
        background-color: #fff176
    }
    .bgc-yellow-lighten-1 {
        background-color: #ffee58
    }
    .bgc-yellow-darken-1 {
        background-color: #fdd835
    }
    .bgc-yellow-darken-2 {
        background-color: #fbc02d
    }
    .bgc-yellow-darken-3 {
        background-color: #f9a825
    }
    .bgc-yellow-darken-4 {
        background-color: #f57f17
    }
    .bgc-yellow-accent-1 {
        background-color: #ffff8d
    }
    .bgc-yellow-accent-2 {
        background-color: #ff0
    }
    .bgc-yellow-accent-3 {
        background-color: #ffea00
    }
    .bgc-yellow-accent-4 {
        background-color: #ffd600
    }
    .bgc-lg-amber {
        background-color: #ffc107
    }
    .bgc-amber-lighten-5 {
        background-color: #fff8e1
    }
    .bgc-amber-lighten-4 {
        background-color: #ffecb3
    }
    .bgc-amber-lighten-3 {
        background-color: #ffe082
    }
    .bgc-amber-lighten-2 {
        background-color: #ffd54f
    }
    .bgc-amber-lighten-1 {
        background-color: #ffca28
    }
    .bgc-amber-darken-1 {
        background-color: #ffb300
    }
    .bgc-amber-darken-2 {
        background-color: #ffa000
    }
    .bgc-amber-darken-3 {
        background-color: #ff8f00
    }
    .bgc-amber-darken-4 {
        background-color: #ff6f00
    }
    .bgc-amber-accent-1 {
        background-color: #ffe57f
    }
    .bgc-amber-accent-2 {
        background-color: #ffd740
    }
    .bgc-amber-accent-3 {
        background-color: #ffc400
    }
    .bgc-amber-accent-4 {
        background-color: #ffab00
    }
    .bgc-lg-orange {
        background-color: #ff9800
    }
    .bgc-orange-lighten-5 {
        background-color: #fff3e0
    }
    .bgc-orange-lighten-4 {
        background-color: #ffe0b2
    }
    .bgc-orange-lighten-3 {
        background-color: #ffcc80
    }
    .bgc-orange-lighten-2 {
        background-color: #ffb74d
    }
    .bgc-orange-lighten-1 {
        background-color: #ffa726
    }
    .bgc-orange-darken-1 {
        background-color: #fb8c00
    }
    .bgc-orange-darken-2 {
        background-color: #f57c00
    }
    .bgc-orange-darken-3 {
        background-color: #ef6c00
    }
    .bgc-orange-darken-4 {
        background-color: #e65100
    }
    .bgc-orange-accent-1 {
        background-color: #ffd180
    }
    .bgc-orange-accent-2 {
        background-color: #ffab40
    }
    .bgc-orange-accent-3 {
        background-color: #ff9100
    }
    .bgc-orange-accent-4 {
        background-color: #ff6d00
    }
    .bgc-lg-deep-orange {
        background-color: #ff5722
    }
    .bgc-deep-orange-lighten-5 {
        background-color: #fbe9e7
    }
    .bgc-deep-orange-lighten-4 {
        background-color: #ffccbc
    }
    .bgc-deep-orange-lighten-3 {
        background-color: #ffab91
    }
    .bgc-deep-orange-lighten-2 {
        background-color: #ff8a65
    }
    .bgc-deep-orange-lighten-1 {
        background-color: #ff7043
    }
    .bgc-deep-orange-darken-1 {
        background-color: #f4511e
    }
    .bgc-deep-orange-darken-2 {
        background-color: #e64a19
    }
    .bgc-deep-orange-darken-3 {
        background-color: #d84315
    }
    .bgc-deep-orange-darken-4 {
        background-color: #bf360c
    }
    .bgc-deep-orange-accent-1 {
        background-color: #ff9e80
    }
    .bgc-deep-orange-accent-2 {
        background-color: #ff6e40
    }
    .bgc-deep-orange-accent-3 {
        background-color: #ff3d00
    }
    .bgc-deep-orange-accent-4 {
        background-color: #dd2c00
    }
    .bgc-lg-brown {
        background-color: #795548
    }
    .bgc-brown-lighten-5 {
        background-color: #efebe9
    }
    .bgc-brown-lighten-4 {
        background-color: #d7ccc8
    }
    .bgc-brown-lighten-3 {
        background-color: #bcaaa4
    }
    .bgc-brown-lighten-2 {
        background-color: #a1887f
    }
    .bgc-brown-lighten-1 {
        background-color: #8d6e63
    }
    .bgc-brown-darken-1 {
        background-color: #6d4c41
    }
    .bgc-brown-darken-2 {
        background-color: #5d4037
    }
    .bgc-brown-darken-3 {
        background-color: #4e342e
    }
    .bgc-brown-darken-4 {
        background-color: #3e2723
    }
    .bgc-lg-blue-grey {
        background-color: #607d8b
    }
    .bgc-blue-grey-lighten-5 {
        background-color: #eceff1
    }
    .bgc-blue-grey-lighten-4 {
        background-color: #cfd8dc
    }
    .bgc-blue-grey-lighten-3 {
        background-color: #b0bec5
    }
    .bgc-blue-grey-lighten-2 {
        background-color: #90a4ae
    }
    .bgc-blue-grey-lighten-1 {
        background-color: #78909c
    }
    .bgc-blue-grey-darken-1 {
        background-color: #546e7a
    }
    .bgc-blue-grey-darken-2 {
        background-color: #455a64
    }
    .bgc-blue-grey-darken-3 {
        background-color: #37474f
    }
    .bgc-blue-grey-darken-4 {
        background-color: #263238
    }
    .bgc-lg-grey {
        background-color: #9e9e9e
    }
    .bgc-grey-lighten-5 {
        background-color: #fafafa
    }
    .bgc-grey-lighten-4 {
        background-color: #f5f5f5
    }
    .bgc-grey-lighten-3 {
        background-color: #eee
    }
    .bgc-grey-lighten-2 {
        background-color: #e0e0e0
    }
    .bgc-grey-lighten-1 {
        background-color: #bdbdbd
    }
    .bgc-grey-darken-1 {
        background-color: #757575
    }
    .bgc-grey-darken-2 {
        background-color: #616161
    }
    .bgc-grey-darken-3 {
        background-color: #424242
    }
    .bgc-grey-darken-4 {
        background-color: #212121
    }
    .bgc-shades-black {
        background-color: #000
    }
    .bgc-shades-white {
        background-color: #fff
    }
    .bgc-shades-transparent {
        background-color: transparent
    }
}

@media(min-width:1920px) {
    .bgc-xl-red {
        background-color: #f44336
    }
    .bgc-red-lighten-5 {
        background-color: #ffebee
    }
    .bgc-red-lighten-4 {
        background-color: #ffcdd2
    }
    .bgc-red-lighten-3 {
        background-color: #ef9a9a
    }
    .bgc-red-lighten-2 {
        background-color: #e57373
    }
    .bgc-red-lighten-1 {
        background-color: #ef5350
    }
    .bgc-red-darken-1 {
        background-color: #e53935
    }
    .bgc-red-darken-2 {
        background-color: #d32f2f
    }
    .bgc-red-darken-3 {
        background-color: #c62828
    }
    .bgc-red-darken-4 {
        background-color: #b71c1c
    }
    .bgc-red-accent-1 {
        background-color: #ff8a80
    }
    .bgc-red-accent-2 {
        background-color: #ff5252
    }
    .bgc-red-accent-3 {
        background-color: #ff1744
    }
    .bgc-red-accent-4 {
        background-color: #d50000
    }
    .bgc-xl-pink {
        background-color: #e91e63
    }
    .bgc-pink-lighten-5 {
        background-color: #fce4ec
    }
    .bgc-pink-lighten-4 {
        background-color: #f8bbd0
    }
    .bgc-pink-lighten-3 {
        background-color: #f48fb1
    }
    .bgc-pink-lighten-2 {
        background-color: #f06292
    }
    .bgc-pink-lighten-1 {
        background-color: #ec407a
    }
    .bgc-pink-darken-1 {
        background-color: #d81b60
    }
    .bgc-pink-darken-2 {
        background-color: #c2185b
    }
    .bgc-pink-darken-3 {
        background-color: #ad1457
    }
    .bgc-pink-darken-4 {
        background-color: #880e4f
    }
    .bgc-pink-accent-1 {
        background-color: #ff80ab
    }
    .bgc-pink-accent-2 {
        background-color: #ff4081
    }
    .bgc-pink-accent-3 {
        background-color: #f50057
    }
    .bgc-pink-accent-4 {
        background-color: #c51162
    }
    .bgc-xl-purple {
        background-color: #9c27b0
    }
    .bgc-purple-lighten-5 {
        background-color: #f3e5f5
    }
    .bgc-purple-lighten-4 {
        background-color: #e1bee7
    }
    .bgc-purple-lighten-3 {
        background-color: #ce93d8
    }
    .bgc-purple-lighten-2 {
        background-color: #ba68c8
    }
    .bgc-purple-lighten-1 {
        background-color: #ab47bc
    }
    .bgc-purple-darken-1 {
        background-color: #8e24aa
    }
    .bgc-purple-darken-2 {
        background-color: #7b1fa2
    }
    .bgc-purple-darken-3 {
        background-color: #6a1b9a
    }
    .bgc-purple-darken-4 {
        background-color: #4a148c
    }
    .bgc-purple-accent-1 {
        background-color: #ea80fc
    }
    .bgc-purple-accent-2 {
        background-color: #e040fb
    }
    .bgc-purple-accent-3 {
        background-color: #d500f9
    }
    .bgc-purple-accent-4 {
        background-color: #a0f
    }
    .bgc-xl-deep-purple {
        background-color: #673ab7
    }
    .bgc-deep-purple-lighten-5 {
        background-color: #ede7f6
    }
    .bgc-deep-purple-lighten-4 {
        background-color: #d1c4e9
    }
    .bgc-deep-purple-lighten-3 {
        background-color: #b39ddb
    }
    .bgc-deep-purple-lighten-2 {
        background-color: #9575cd
    }
    .bgc-deep-purple-lighten-1 {
        background-color: #7e57c2
    }
    .bgc-deep-purple-darken-1 {
        background-color: #5e35b1
    }
    .bgc-deep-purple-darken-2 {
        background-color: #512da8
    }
    .bgc-deep-purple-darken-3 {
        background-color: #4527a0
    }
    .bgc-deep-purple-darken-4 {
        background-color: #311b92
    }
    .bgc-deep-purple-accent-1 {
        background-color: #b388ff
    }
    .bgc-deep-purple-accent-2 {
        background-color: #7c4dff
    }
    .bgc-deep-purple-accent-3 {
        background-color: #651fff
    }
    .bgc-deep-purple-accent-4 {
        background-color: #6200ea
    }
    .bgc-xl-indigo {
        background-color: #3f51b5
    }
    .bgc-indigo-lighten-5 {
        background-color: #e8eaf6
    }
    .bgc-indigo-lighten-4 {
        background-color: #c5cae9
    }
    .bgc-indigo-lighten-3 {
        background-color: #9fa8da
    }
    .bgc-indigo-lighten-2 {
        background-color: #7986cb
    }
    .bgc-indigo-lighten-1 {
        background-color: #5c6bc0
    }
    .bgc-indigo-darken-1 {
        background-color: #3949ab
    }
    .bgc-indigo-darken-2 {
        background-color: #303f9f
    }
    .bgc-indigo-darken-3 {
        background-color: #283593
    }
    .bgc-indigo-darken-4 {
        background-color: #1a237e
    }
    .bgc-indigo-accent-1 {
        background-color: #8c9eff
    }
    .bgc-indigo-accent-2 {
        background-color: #536dfe
    }
    .bgc-indigo-accent-3 {
        background-color: #3d5afe
    }
    .bgc-indigo-accent-4 {
        background-color: #304ffe
    }
    .bgc-xl-blue {
        background-color: #2196f3
    }
    .bgc-blue-lighten-5 {
        background-color: #e3f2fd
    }
    .bgc-blue-lighten-4 {
        background-color: #bbdefb
    }
    .bgc-blue-lighten-3 {
        background-color: #90caf9
    }
    .bgc-blue-lighten-2 {
        background-color: #64b5f6
    }
    .bgc-blue-lighten-1 {
        background-color: #42a5f5
    }
    .bgc-blue-darken-1 {
        background-color: #1e88e5
    }
    .bgc-blue-darken-2 {
        background-color: #1976d2
    }
    .bgc-blue-darken-3 {
        background-color: #1565c0
    }
    .bgc-blue-darken-4 {
        background-color: #0d47a1
    }
    .bgc-blue-accent-1 {
        background-color: #82b1ff
    }
    .bgc-blue-accent-2 {
        background-color: #448aff
    }
    .bgc-blue-accent-3 {
        background-color: #2979ff
    }
    .bgc-blue-accent-4 {
        background-color: #2962ff
    }
    .bgc-xl-light-blue {
        background-color: #03a9f4
    }
    .bgc-light-blue-lighten-5 {
        background-color: #e1f5fe
    }
    .bgc-light-blue-lighten-4 {
        background-color: #b3e5fc
    }
    .bgc-light-blue-lighten-3 {
        background-color: #81d4fa
    }
    .bgc-light-blue-lighten-2 {
        background-color: #4fc3f7
    }
    .bgc-light-blue-lighten-1 {
        background-color: #29b6f6
    }
    .bgc-light-blue-darken-1 {
        background-color: #039be5
    }
    .bgc-light-blue-darken-2 {
        background-color: #0288d1
    }
    .bgc-light-blue-darken-3 {
        background-color: #0277bd
    }
    .bgc-light-blue-darken-4 {
        background-color: #01579b
    }
    .bgc-light-blue-accent-1 {
        background-color: #80d8ff
    }
    .bgc-light-blue-accent-2 {
        background-color: #40c4ff
    }
    .bgc-light-blue-accent-3 {
        background-color: #00b0ff
    }
    .bgc-light-blue-accent-4 {
        background-color: #0091ea
    }
    .bgc-xl-cyan {
        background-color: #00bcd4
    }
    .bgc-cyan-lighten-5 {
        background-color: #e0f7fa
    }
    .bgc-cyan-lighten-4 {
        background-color: #b2ebf2
    }
    .bgc-cyan-lighten-3 {
        background-color: #80deea
    }
    .bgc-cyan-lighten-2 {
        background-color: #4dd0e1
    }
    .bgc-cyan-lighten-1 {
        background-color: #26c6da
    }
    .bgc-cyan-darken-1 {
        background-color: #00acc1
    }
    .bgc-cyan-darken-2 {
        background-color: #0097a7
    }
    .bgc-cyan-darken-3 {
        background-color: #00838f
    }
    .bgc-cyan-darken-4 {
        background-color: #006064
    }
    .bgc-cyan-accent-1 {
        background-color: #84ffff
    }
    .bgc-cyan-accent-2 {
        background-color: #18ffff
    }
    .bgc-cyan-accent-3 {
        background-color: #00e5ff
    }
    .bgc-cyan-accent-4 {
        background-color: #00b8d4
    }
    .bgc-xl-teal {
        background-color: #009688
    }
    .bgc-teal-lighten-5 {
        background-color: #e0f2f1
    }
    .bgc-teal-lighten-4 {
        background-color: #b2dfdb
    }
    .bgc-teal-lighten-3 {
        background-color: #80cbc4
    }
    .bgc-teal-lighten-2 {
        background-color: #4db6ac
    }
    .bgc-teal-lighten-1 {
        background-color: #26a69a
    }
    .bgc-teal-darken-1 {
        background-color: #00897b
    }
    .bgc-teal-darken-2 {
        background-color: #00796b
    }
    .bgc-teal-darken-3 {
        background-color: #00695c
    }
    .bgc-teal-darken-4 {
        background-color: #004d40
    }
    .bgc-teal-accent-1 {
        background-color: #a7ffeb
    }
    .bgc-teal-accent-2 {
        background-color: #64ffda
    }
    .bgc-teal-accent-3 {
        background-color: #1de9b6
    }
    .bgc-teal-accent-4 {
        background-color: #00bfa5
    }
    .bgc-xl-green {
        background-color: #4caf50
    }
    .bgc-green-lighten-5 {
        background-color: #e8f5e9
    }
    .bgc-green-lighten-4 {
        background-color: #c8e6c9
    }
    .bgc-green-lighten-3 {
        background-color: #a5d6a7
    }
    .bgc-green-lighten-2 {
        background-color: #81c784
    }
    .bgc-green-lighten-1 {
        background-color: #66bb6a
    }
    .bgc-green-darken-1 {
        background-color: #43a047
    }
    .bgc-green-darken-2 {
        background-color: #388e3c
    }
    .bgc-green-darken-3 {
        background-color: #2e7d32
    }
    .bgc-green-darken-4 {
        background-color: #1b5e20
    }
    .bgc-green-accent-1 {
        background-color: #b9f6ca
    }
    .bgc-green-accent-2 {
        background-color: #69f0ae
    }
    .bgc-green-accent-3 {
        background-color: #00e676
    }
    .bgc-green-accent-4 {
        background-color: #00c853
    }
    .bgc-xl-light-green {
        background-color: #8bc34a
    }
    .bgc-light-green-lighten-5 {
        background-color: #f1f8e9
    }
    .bgc-light-green-lighten-4 {
        background-color: #dcedc8
    }
    .bgc-light-green-lighten-3 {
        background-color: #c5e1a5
    }
    .bgc-light-green-lighten-2 {
        background-color: #aed581
    }
    .bgc-light-green-lighten-1 {
        background-color: #9ccc65
    }
    .bgc-light-green-darken-1 {
        background-color: #7cb342
    }
    .bgc-light-green-darken-2 {
        background-color: #689f38
    }
    .bgc-light-green-darken-3 {
        background-color: #558b2f
    }
    .bgc-light-green-darken-4 {
        background-color: #33691e
    }
    .bgc-light-green-accent-1 {
        background-color: #ccff90
    }
    .bgc-light-green-accent-2 {
        background-color: #b2ff59
    }
    .bgc-light-green-accent-3 {
        background-color: #76ff03
    }
    .bgc-light-green-accent-4 {
        background-color: #64dd17
    }
    .bgc-xl-lime {
        background-color: #cddc39
    }
    .bgc-lime-lighten-5 {
        background-color: #f9fbe7
    }
    .bgc-lime-lighten-4 {
        background-color: #f0f4c3
    }
    .bgc-lime-lighten-3 {
        background-color: #e6ee9c
    }
    .bgc-lime-lighten-2 {
        background-color: #dce775
    }
    .bgc-lime-lighten-1 {
        background-color: #d4e157
    }
    .bgc-lime-darken-1 {
        background-color: #c0ca33
    }
    .bgc-lime-darken-2 {
        background-color: #afb42b
    }
    .bgc-lime-darken-3 {
        background-color: #9e9d24
    }
    .bgc-lime-darken-4 {
        background-color: #827717
    }
    .bgc-lime-accent-1 {
        background-color: #f4ff81
    }
    .bgc-lime-accent-2 {
        background-color: #eeff41
    }
    .bgc-lime-accent-3 {
        background-color: #c6ff00
    }
    .bgc-lime-accent-4 {
        background-color: #aeea00
    }
    .bgc-xl-yellow {
        background-color: #ffeb3b
    }
    .bgc-yellow-lighten-5 {
        background-color: #fffde7
    }
    .bgc-yellow-lighten-4 {
        background-color: #fff9c4
    }
    .bgc-yellow-lighten-3 {
        background-color: #fff59d
    }
    .bgc-yellow-lighten-2 {
        background-color: #fff176
    }
    .bgc-yellow-lighten-1 {
        background-color: #ffee58
    }
    .bgc-yellow-darken-1 {
        background-color: #fdd835
    }
    .bgc-yellow-darken-2 {
        background-color: #fbc02d
    }
    .bgc-yellow-darken-3 {
        background-color: #f9a825
    }
    .bgc-yellow-darken-4 {
        background-color: #f57f17
    }
    .bgc-yellow-accent-1 {
        background-color: #ffff8d
    }
    .bgc-yellow-accent-2 {
        background-color: #ff0
    }
    .bgc-yellow-accent-3 {
        background-color: #ffea00
    }
    .bgc-yellow-accent-4 {
        background-color: #ffd600
    }
    .bgc-xl-amber {
        background-color: #ffc107
    }
    .bgc-amber-lighten-5 {
        background-color: #fff8e1
    }
    .bgc-amber-lighten-4 {
        background-color: #ffecb3
    }
    .bgc-amber-lighten-3 {
        background-color: #ffe082
    }
    .bgc-amber-lighten-2 {
        background-color: #ffd54f
    }
    .bgc-amber-lighten-1 {
        background-color: #ffca28
    }
    .bgc-amber-darken-1 {
        background-color: #ffb300
    }
    .bgc-amber-darken-2 {
        background-color: #ffa000
    }
    .bgc-amber-darken-3 {
        background-color: #ff8f00
    }
    .bgc-amber-darken-4 {
        background-color: #ff6f00
    }
    .bgc-amber-accent-1 {
        background-color: #ffe57f
    }
    .bgc-amber-accent-2 {
        background-color: #ffd740
    }
    .bgc-amber-accent-3 {
        background-color: #ffc400
    }
    .bgc-amber-accent-4 {
        background-color: #ffab00
    }
    .bgc-xl-orange {
        background-color: #ff9800
    }
    .bgc-orange-lighten-5 {
        background-color: #fff3e0
    }
    .bgc-orange-lighten-4 {
        background-color: #ffe0b2
    }
    .bgc-orange-lighten-3 {
        background-color: #ffcc80
    }
    .bgc-orange-lighten-2 {
        background-color: #ffb74d
    }
    .bgc-orange-lighten-1 {
        background-color: #ffa726
    }
    .bgc-orange-darken-1 {
        background-color: #fb8c00
    }
    .bgc-orange-darken-2 {
        background-color: #f57c00
    }
    .bgc-orange-darken-3 {
        background-color: #ef6c00
    }
    .bgc-orange-darken-4 {
        background-color: #e65100
    }
    .bgc-orange-accent-1 {
        background-color: #ffd180
    }
    .bgc-orange-accent-2 {
        background-color: #ffab40
    }
    .bgc-orange-accent-3 {
        background-color: #ff9100
    }
    .bgc-orange-accent-4 {
        background-color: #ff6d00
    }
    .bgc-xl-deep-orange {
        background-color: #ff5722
    }
    .bgc-deep-orange-lighten-5 {
        background-color: #fbe9e7
    }
    .bgc-deep-orange-lighten-4 {
        background-color: #ffccbc
    }
    .bgc-deep-orange-lighten-3 {
        background-color: #ffab91
    }
    .bgc-deep-orange-lighten-2 {
        background-color: #ff8a65
    }
    .bgc-deep-orange-lighten-1 {
        background-color: #ff7043
    }
    .bgc-deep-orange-darken-1 {
        background-color: #f4511e
    }
    .bgc-deep-orange-darken-2 {
        background-color: #e64a19
    }
    .bgc-deep-orange-darken-3 {
        background-color: #d84315
    }
    .bgc-deep-orange-darken-4 {
        background-color: #bf360c
    }
    .bgc-deep-orange-accent-1 {
        background-color: #ff9e80
    }
    .bgc-deep-orange-accent-2 {
        background-color: #ff6e40
    }
    .bgc-deep-orange-accent-3 {
        background-color: #ff3d00
    }
    .bgc-deep-orange-accent-4 {
        background-color: #dd2c00
    }
    .bgc-xl-brown {
        background-color: #795548
    }
    .bgc-brown-lighten-5 {
        background-color: #efebe9
    }
    .bgc-brown-lighten-4 {
        background-color: #d7ccc8
    }
    .bgc-brown-lighten-3 {
        background-color: #bcaaa4
    }
    .bgc-brown-lighten-2 {
        background-color: #a1887f
    }
    .bgc-brown-lighten-1 {
        background-color: #8d6e63
    }
    .bgc-brown-darken-1 {
        background-color: #6d4c41
    }
    .bgc-brown-darken-2 {
        background-color: #5d4037
    }
    .bgc-brown-darken-3 {
        background-color: #4e342e
    }
    .bgc-brown-darken-4 {
        background-color: #3e2723
    }
    .bgc-xl-blue-grey {
        background-color: #607d8b
    }
    .bgc-blue-grey-lighten-5 {
        background-color: #eceff1
    }
    .bgc-blue-grey-lighten-4 {
        background-color: #cfd8dc
    }
    .bgc-blue-grey-lighten-3 {
        background-color: #b0bec5
    }
    .bgc-blue-grey-lighten-2 {
        background-color: #90a4ae
    }
    .bgc-blue-grey-lighten-1 {
        background-color: #78909c
    }
    .bgc-blue-grey-darken-1 {
        background-color: #546e7a
    }
    .bgc-blue-grey-darken-2 {
        background-color: #455a64
    }
    .bgc-blue-grey-darken-3 {
        background-color: #37474f
    }
    .bgc-blue-grey-darken-4 {
        background-color: #263238
    }
    .bgc-xl-grey {
        background-color: #9e9e9e
    }
    .bgc-grey-lighten-5 {
        background-color: #fafafa
    }
    .bgc-grey-lighten-4 {
        background-color: #f5f5f5
    }
    .bgc-grey-lighten-3 {
        background-color: #eee
    }
    .bgc-grey-lighten-2 {
        background-color: #e0e0e0
    }
    .bgc-grey-lighten-1 {
        background-color: #bdbdbd
    }
    .bgc-grey-darken-1 {
        background-color: #757575
    }
    .bgc-grey-darken-2 {
        background-color: #616161
    }
    .bgc-grey-darken-3 {
        background-color: #424242
    }
    .bgc-grey-darken-4 {
        background-color: #212121
    }
    .bgc-shades-black {
        background-color: #000
    }
    .bgc-shades-white {
        background-color: #fff
    }
    .bgc-shades-transparent {
        background-color: transparent
    }
}

@media(min-width:2560px) {
    .bgc-xxl-red {
        background-color: #f44336
    }
    .bgc-red-lighten-5 {
        background-color: #ffebee
    }
    .bgc-red-lighten-4 {
        background-color: #ffcdd2
    }
    .bgc-red-lighten-3 {
        background-color: #ef9a9a
    }
    .bgc-red-lighten-2 {
        background-color: #e57373
    }
    .bgc-red-lighten-1 {
        background-color: #ef5350
    }
    .bgc-red-darken-1 {
        background-color: #e53935
    }
    .bgc-red-darken-2 {
        background-color: #d32f2f
    }
    .bgc-red-darken-3 {
        background-color: #c62828
    }
    .bgc-red-darken-4 {
        background-color: #b71c1c
    }
    .bgc-red-accent-1 {
        background-color: #ff8a80
    }
    .bgc-red-accent-2 {
        background-color: #ff5252
    }
    .bgc-red-accent-3 {
        background-color: #ff1744
    }
    .bgc-red-accent-4 {
        background-color: #d50000
    }
    .bgc-xxl-pink {
        background-color: #e91e63
    }
    .bgc-pink-lighten-5 {
        background-color: #fce4ec
    }
    .bgc-pink-lighten-4 {
        background-color: #f8bbd0
    }
    .bgc-pink-lighten-3 {
        background-color: #f48fb1
    }
    .bgc-pink-lighten-2 {
        background-color: #f06292
    }
    .bgc-pink-lighten-1 {
        background-color: #ec407a
    }
    .bgc-pink-darken-1 {
        background-color: #d81b60
    }
    .bgc-pink-darken-2 {
        background-color: #c2185b
    }
    .bgc-pink-darken-3 {
        background-color: #ad1457
    }
    .bgc-pink-darken-4 {
        background-color: #880e4f
    }
    .bgc-pink-accent-1 {
        background-color: #ff80ab
    }
    .bgc-pink-accent-2 {
        background-color: #ff4081
    }
    .bgc-pink-accent-3 {
        background-color: #f50057
    }
    .bgc-pink-accent-4 {
        background-color: #c51162
    }
    .bgc-xxl-purple {
        background-color: #9c27b0
    }
    .bgc-purple-lighten-5 {
        background-color: #f3e5f5
    }
    .bgc-purple-lighten-4 {
        background-color: #e1bee7
    }
    .bgc-purple-lighten-3 {
        background-color: #ce93d8
    }
    .bgc-purple-lighten-2 {
        background-color: #ba68c8
    }
    .bgc-purple-lighten-1 {
        background-color: #ab47bc
    }
    .bgc-purple-darken-1 {
        background-color: #8e24aa
    }
    .bgc-purple-darken-2 {
        background-color: #7b1fa2
    }
    .bgc-purple-darken-3 {
        background-color: #6a1b9a
    }
    .bgc-purple-darken-4 {
        background-color: #4a148c
    }
    .bgc-purple-accent-1 {
        background-color: #ea80fc
    }
    .bgc-purple-accent-2 {
        background-color: #e040fb
    }
    .bgc-purple-accent-3 {
        background-color: #d500f9
    }
    .bgc-purple-accent-4 {
        background-color: #a0f
    }
    .bgc-xxl-deep-purple {
        background-color: #673ab7
    }
    .bgc-deep-purple-lighten-5 {
        background-color: #ede7f6
    }
    .bgc-deep-purple-lighten-4 {
        background-color: #d1c4e9
    }
    .bgc-deep-purple-lighten-3 {
        background-color: #b39ddb
    }
    .bgc-deep-purple-lighten-2 {
        background-color: #9575cd
    }
    .bgc-deep-purple-lighten-1 {
        background-color: #7e57c2
    }
    .bgc-deep-purple-darken-1 {
        background-color: #5e35b1
    }
    .bgc-deep-purple-darken-2 {
        background-color: #512da8
    }
    .bgc-deep-purple-darken-3 {
        background-color: #4527a0
    }
    .bgc-deep-purple-darken-4 {
        background-color: #311b92
    }
    .bgc-deep-purple-accent-1 {
        background-color: #b388ff
    }
    .bgc-deep-purple-accent-2 {
        background-color: #7c4dff
    }
    .bgc-deep-purple-accent-3 {
        background-color: #651fff
    }
    .bgc-deep-purple-accent-4 {
        background-color: #6200ea
    }
    .bgc-xxl-indigo {
        background-color: #3f51b5
    }
    .bgc-indigo-lighten-5 {
        background-color: #e8eaf6
    }
    .bgc-indigo-lighten-4 {
        background-color: #c5cae9
    }
    .bgc-indigo-lighten-3 {
        background-color: #9fa8da
    }
    .bgc-indigo-lighten-2 {
        background-color: #7986cb
    }
    .bgc-indigo-lighten-1 {
        background-color: #5c6bc0
    }
    .bgc-indigo-darken-1 {
        background-color: #3949ab
    }
    .bgc-indigo-darken-2 {
        background-color: #303f9f
    }
    .bgc-indigo-darken-3 {
        background-color: #283593
    }
    .bgc-indigo-darken-4 {
        background-color: #1a237e
    }
    .bgc-indigo-accent-1 {
        background-color: #8c9eff
    }
    .bgc-indigo-accent-2 {
        background-color: #536dfe
    }
    .bgc-indigo-accent-3 {
        background-color: #3d5afe
    }
    .bgc-indigo-accent-4 {
        background-color: #304ffe
    }
    .bgc-xxl-blue {
        background-color: #2196f3
    }
    .bgc-blue-lighten-5 {
        background-color: #e3f2fd
    }
    .bgc-blue-lighten-4 {
        background-color: #bbdefb
    }
    .bgc-blue-lighten-3 {
        background-color: #90caf9
    }
    .bgc-blue-lighten-2 {
        background-color: #64b5f6
    }
    .bgc-blue-lighten-1 {
        background-color: #42a5f5
    }
    .bgc-blue-darken-1 {
        background-color: #1e88e5
    }
    .bgc-blue-darken-2 {
        background-color: #1976d2
    }
    .bgc-blue-darken-3 {
        background-color: #1565c0
    }
    .bgc-blue-darken-4 {
        background-color: #0d47a1
    }
    .bgc-blue-accent-1 {
        background-color: #82b1ff
    }
    .bgc-blue-accent-2 {
        background-color: #448aff
    }
    .bgc-blue-accent-3 {
        background-color: #2979ff
    }
    .bgc-blue-accent-4 {
        background-color: #2962ff
    }
    .bgc-xxl-light-blue {
        background-color: #03a9f4
    }
    .bgc-light-blue-lighten-5 {
        background-color: #e1f5fe
    }
    .bgc-light-blue-lighten-4 {
        background-color: #b3e5fc
    }
    .bgc-light-blue-lighten-3 {
        background-color: #81d4fa
    }
    .bgc-light-blue-lighten-2 {
        background-color: #4fc3f7
    }
    .bgc-light-blue-lighten-1 {
        background-color: #29b6f6
    }
    .bgc-light-blue-darken-1 {
        background-color: #039be5
    }
    .bgc-light-blue-darken-2 {
        background-color: #0288d1
    }
    .bgc-light-blue-darken-3 {
        background-color: #0277bd
    }
    .bgc-light-blue-darken-4 {
        background-color: #01579b
    }
    .bgc-light-blue-accent-1 {
        background-color: #80d8ff
    }
    .bgc-light-blue-accent-2 {
        background-color: #40c4ff
    }
    .bgc-light-blue-accent-3 {
        background-color: #00b0ff
    }
    .bgc-light-blue-accent-4 {
        background-color: #0091ea
    }
    .bgc-xxl-cyan {
        background-color: #00bcd4
    }
    .bgc-cyan-lighten-5 {
        background-color: #e0f7fa
    }
    .bgc-cyan-lighten-4 {
        background-color: #b2ebf2
    }
    .bgc-cyan-lighten-3 {
        background-color: #80deea
    }
    .bgc-cyan-lighten-2 {
        background-color: #4dd0e1
    }
    .bgc-cyan-lighten-1 {
        background-color: #26c6da
    }
    .bgc-cyan-darken-1 {
        background-color: #00acc1
    }
    .bgc-cyan-darken-2 {
        background-color: #0097a7
    }
    .bgc-cyan-darken-3 {
        background-color: #00838f
    }
    .bgc-cyan-darken-4 {
        background-color: #006064
    }
    .bgc-cyan-accent-1 {
        background-color: #84ffff
    }
    .bgc-cyan-accent-2 {
        background-color: #18ffff
    }
    .bgc-cyan-accent-3 {
        background-color: #00e5ff
    }
    .bgc-cyan-accent-4 {
        background-color: #00b8d4
    }
    .bgc-xxl-teal {
        background-color: #009688
    }
    .bgc-teal-lighten-5 {
        background-color: #e0f2f1
    }
    .bgc-teal-lighten-4 {
        background-color: #b2dfdb
    }
    .bgc-teal-lighten-3 {
        background-color: #80cbc4
    }
    .bgc-teal-lighten-2 {
        background-color: #4db6ac
    }
    .bgc-teal-lighten-1 {
        background-color: #26a69a
    }
    .bgc-teal-darken-1 {
        background-color: #00897b
    }
    .bgc-teal-darken-2 {
        background-color: #00796b
    }
    .bgc-teal-darken-3 {
        background-color: #00695c
    }
    .bgc-teal-darken-4 {
        background-color: #004d40
    }
    .bgc-teal-accent-1 {
        background-color: #a7ffeb
    }
    .bgc-teal-accent-2 {
        background-color: #64ffda
    }
    .bgc-teal-accent-3 {
        background-color: #1de9b6
    }
    .bgc-teal-accent-4 {
        background-color: #00bfa5
    }
    .bgc-xxl-green {
        background-color: #4caf50
    }
    .bgc-green-lighten-5 {
        background-color: #e8f5e9
    }
    .bgc-green-lighten-4 {
        background-color: #c8e6c9
    }
    .bgc-green-lighten-3 {
        background-color: #a5d6a7
    }
    .bgc-green-lighten-2 {
        background-color: #81c784
    }
    .bgc-green-lighten-1 {
        background-color: #66bb6a
    }
    .bgc-green-darken-1 {
        background-color: #43a047
    }
    .bgc-green-darken-2 {
        background-color: #388e3c
    }
    .bgc-green-darken-3 {
        background-color: #2e7d32
    }
    .bgc-green-darken-4 {
        background-color: #1b5e20
    }
    .bgc-green-accent-1 {
        background-color: #b9f6ca
    }
    .bgc-green-accent-2 {
        background-color: #69f0ae
    }
    .bgc-green-accent-3 {
        background-color: #00e676
    }
    .bgc-green-accent-4 {
        background-color: #00c853
    }
    .bgc-xxl-light-green {
        background-color: #8bc34a
    }
    .bgc-light-green-lighten-5 {
        background-color: #f1f8e9
    }
    .bgc-light-green-lighten-4 {
        background-color: #dcedc8
    }
    .bgc-light-green-lighten-3 {
        background-color: #c5e1a5
    }
    .bgc-light-green-lighten-2 {
        background-color: #aed581
    }
    .bgc-light-green-lighten-1 {
        background-color: #9ccc65
    }
    .bgc-light-green-darken-1 {
        background-color: #7cb342
    }
    .bgc-light-green-darken-2 {
        background-color: #689f38
    }
    .bgc-light-green-darken-3 {
        background-color: #558b2f
    }
    .bgc-light-green-darken-4 {
        background-color: #33691e
    }
    .bgc-light-green-accent-1 {
        background-color: #ccff90
    }
    .bgc-light-green-accent-2 {
        background-color: #b2ff59
    }
    .bgc-light-green-accent-3 {
        background-color: #76ff03
    }
    .bgc-light-green-accent-4 {
        background-color: #64dd17
    }
    .bgc-xxl-lime {
        background-color: #cddc39
    }
    .bgc-lime-lighten-5 {
        background-color: #f9fbe7
    }
    .bgc-lime-lighten-4 {
        background-color: #f0f4c3
    }
    .bgc-lime-lighten-3 {
        background-color: #e6ee9c
    }
    .bgc-lime-lighten-2 {
        background-color: #dce775
    }
    .bgc-lime-lighten-1 {
        background-color: #d4e157
    }
    .bgc-lime-darken-1 {
        background-color: #c0ca33
    }
    .bgc-lime-darken-2 {
        background-color: #afb42b
    }
    .bgc-lime-darken-3 {
        background-color: #9e9d24
    }
    .bgc-lime-darken-4 {
        background-color: #827717
    }
    .bgc-lime-accent-1 {
        background-color: #f4ff81
    }
    .bgc-lime-accent-2 {
        background-color: #eeff41
    }
    .bgc-lime-accent-3 {
        background-color: #c6ff00
    }
    .bgc-lime-accent-4 {
        background-color: #aeea00
    }
    .bgc-xxl-yellow {
        background-color: #ffeb3b
    }
    .bgc-yellow-lighten-5 {
        background-color: #fffde7
    }
    .bgc-yellow-lighten-4 {
        background-color: #fff9c4
    }
    .bgc-yellow-lighten-3 {
        background-color: #fff59d
    }
    .bgc-yellow-lighten-2 {
        background-color: #fff176
    }
    .bgc-yellow-lighten-1 {
        background-color: #ffee58
    }
    .bgc-yellow-darken-1 {
        background-color: #fdd835
    }
    .bgc-yellow-darken-2 {
        background-color: #fbc02d
    }
    .bgc-yellow-darken-3 {
        background-color: #f9a825
    }
    .bgc-yellow-darken-4 {
        background-color: #f57f17
    }
    .bgc-yellow-accent-1 {
        background-color: #ffff8d
    }
    .bgc-yellow-accent-2 {
        background-color: #ff0
    }
    .bgc-yellow-accent-3 {
        background-color: #ffea00
    }
    .bgc-yellow-accent-4 {
        background-color: #ffd600
    }
    .bgc-xxl-amber {
        background-color: #ffc107
    }
    .bgc-amber-lighten-5 {
        background-color: #fff8e1
    }
    .bgc-amber-lighten-4 {
        background-color: #ffecb3
    }
    .bgc-amber-lighten-3 {
        background-color: #ffe082
    }
    .bgc-amber-lighten-2 {
        background-color: #ffd54f
    }
    .bgc-amber-lighten-1 {
        background-color: #ffca28
    }
    .bgc-amber-darken-1 {
        background-color: #ffb300
    }
    .bgc-amber-darken-2 {
        background-color: #ffa000
    }
    .bgc-amber-darken-3 {
        background-color: #ff8f00
    }
    .bgc-amber-darken-4 {
        background-color: #ff6f00
    }
    .bgc-amber-accent-1 {
        background-color: #ffe57f
    }
    .bgc-amber-accent-2 {
        background-color: #ffd740
    }
    .bgc-amber-accent-3 {
        background-color: #ffc400
    }
    .bgc-amber-accent-4 {
        background-color: #ffab00
    }
    .bgc-xxl-orange {
        background-color: #ff9800
    }
    .bgc-orange-lighten-5 {
        background-color: #fff3e0
    }
    .bgc-orange-lighten-4 {
        background-color: #ffe0b2
    }
    .bgc-orange-lighten-3 {
        background-color: #ffcc80
    }
    .bgc-orange-lighten-2 {
        background-color: #ffb74d
    }
    .bgc-orange-lighten-1 {
        background-color: #ffa726
    }
    .bgc-orange-darken-1 {
        background-color: #fb8c00
    }
    .bgc-orange-darken-2 {
        background-color: #f57c00
    }
    .bgc-orange-darken-3 {
        background-color: #ef6c00
    }
    .bgc-orange-darken-4 {
        background-color: #e65100
    }
    .bgc-orange-accent-1 {
        background-color: #ffd180
    }
    .bgc-orange-accent-2 {
        background-color: #ffab40
    }
    .bgc-orange-accent-3 {
        background-color: #ff9100
    }
    .bgc-orange-accent-4 {
        background-color: #ff6d00
    }
    .bgc-xxl-deep-orange {
        background-color: #ff5722
    }
    .bgc-deep-orange-lighten-5 {
        background-color: #fbe9e7
    }
    .bgc-deep-orange-lighten-4 {
        background-color: #ffccbc
    }
    .bgc-deep-orange-lighten-3 {
        background-color: #ffab91
    }
    .bgc-deep-orange-lighten-2 {
        background-color: #ff8a65
    }
    .bgc-deep-orange-lighten-1 {
        background-color: #ff7043
    }
    .bgc-deep-orange-darken-1 {
        background-color: #f4511e
    }
    .bgc-deep-orange-darken-2 {
        background-color: #e64a19
    }
    .bgc-deep-orange-darken-3 {
        background-color: #d84315
    }
    .bgc-deep-orange-darken-4 {
        background-color: #bf360c
    }
    .bgc-deep-orange-accent-1 {
        background-color: #ff9e80
    }
    .bgc-deep-orange-accent-2 {
        background-color: #ff6e40
    }
    .bgc-deep-orange-accent-3 {
        background-color: #ff3d00
    }
    .bgc-deep-orange-accent-4 {
        background-color: #dd2c00
    }
    .bgc-xxl-brown {
        background-color: #795548
    }
    .bgc-brown-lighten-5 {
        background-color: #efebe9
    }
    .bgc-brown-lighten-4 {
        background-color: #d7ccc8
    }
    .bgc-brown-lighten-3 {
        background-color: #bcaaa4
    }
    .bgc-brown-lighten-2 {
        background-color: #a1887f
    }
    .bgc-brown-lighten-1 {
        background-color: #8d6e63
    }
    .bgc-brown-darken-1 {
        background-color: #6d4c41
    }
    .bgc-brown-darken-2 {
        background-color: #5d4037
    }
    .bgc-brown-darken-3 {
        background-color: #4e342e
    }
    .bgc-brown-darken-4 {
        background-color: #3e2723
    }
    .bgc-xxl-blue-grey {
        background-color: #607d8b
    }
    .bgc-blue-grey-lighten-5 {
        background-color: #eceff1
    }
    .bgc-blue-grey-lighten-4 {
        background-color: #cfd8dc
    }
    .bgc-blue-grey-lighten-3 {
        background-color: #b0bec5
    }
    .bgc-blue-grey-lighten-2 {
        background-color: #90a4ae
    }
    .bgc-blue-grey-lighten-1 {
        background-color: #78909c
    }
    .bgc-blue-grey-darken-1 {
        background-color: #546e7a
    }
    .bgc-blue-grey-darken-2 {
        background-color: #455a64
    }
    .bgc-blue-grey-darken-3 {
        background-color: #37474f
    }
    .bgc-blue-grey-darken-4 {
        background-color: #263238
    }
    .bgc-xxl-grey {
        background-color: #9e9e9e
    }
    .bgc-grey-lighten-5 {
        background-color: #fafafa
    }
    .bgc-grey-lighten-4 {
        background-color: #f5f5f5
    }
    .bgc-grey-lighten-3 {
        background-color: #eee
    }
    .bgc-grey-lighten-2 {
        background-color: #e0e0e0
    }
    .bgc-grey-lighten-1 {
        background-color: #bdbdbd
    }
    .bgc-grey-darken-1 {
        background-color: #757575
    }
    .bgc-grey-darken-2 {
        background-color: #616161
    }
    .bgc-grey-darken-3 {
        background-color: #424242
    }
    .bgc-grey-darken-4 {
        background-color: #212121
    }
    .bgc-shades-black {
        background-color: #000
    }
    .bgc-shades-white {
        background-color: #fff
    }
    .bgc-shades-transparent {
        background-color: transparent
    }
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-5 {
    opacity: .05 !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-15 {
    opacity: .15 !important
}

.opacity-20 {
    opacity: .2 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-30 {
    opacity: .3 !important
}

.opacity-35 {
    opacity: .35 !important
}

.opacity-40 {
    opacity: .4 !important
}

.opacity-45 {
    opacity: .45 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-55 {
    opacity: .55 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-65 {
    opacity: .65 !important
}

.opacity-70 {
    opacity: .7 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-85 {
    opacity: .85 !important
}

.opacity-90 {
    opacity: .9 !important
}

.opacity-95 {
    opacity: .95 !important
}

.opacity-100 {
    opacity: 1 !important
}

@media(min-width:600px) {
    .opacity-sm-0 {
        opacity: 0 !important
    }
    .opacity-sm-5 {
        opacity: .05 !important
    }
    .opacity-sm-10 {
        opacity: .1 !important
    }
    .opacity-sm-15 {
        opacity: .15 !important
    }
    .opacity-sm-20 {
        opacity: .2 !important
    }
    .opacity-sm-25 {
        opacity: .25 !important
    }
    .opacity-sm-30 {
        opacity: .3 !important
    }
    .opacity-sm-35 {
        opacity: .35 !important
    }
    .opacity-sm-40 {
        opacity: .4 !important
    }
    .opacity-sm-45 {
        opacity: .45 !important
    }
    .opacity-sm-50 {
        opacity: .5 !important
    }
    .opacity-sm-55 {
        opacity: .55 !important
    }
    .opacity-sm-60 {
        opacity: .6 !important
    }
    .opacity-sm-65 {
        opacity: .65 !important
    }
    .opacity-sm-70 {
        opacity: .7 !important
    }
    .opacity-sm-75 {
        opacity: .75 !important
    }
    .opacity-sm-80 {
        opacity: .8 !important
    }
    .opacity-sm-85 {
        opacity: .85 !important
    }
    .opacity-sm-90 {
        opacity: .9 !important
    }
    .opacity-sm-95 {
        opacity: .95 !important
    }
    .opacity-sm-100 {
        opacity: 1 !important
    }
}

@media(min-width:960px) {
    .opacity-md-0 {
        opacity: 0 !important
    }
    .opacity-md-5 {
        opacity: .05 !important
    }
    .opacity-md-10 {
        opacity: .1 !important
    }
    .opacity-md-15 {
        opacity: .15 !important
    }
    .opacity-md-20 {
        opacity: .2 !important
    }
    .opacity-md-25 {
        opacity: .25 !important
    }
    .opacity-md-30 {
        opacity: .3 !important
    }
    .opacity-md-35 {
        opacity: .35 !important
    }
    .opacity-md-40 {
        opacity: .4 !important
    }
    .opacity-md-45 {
        opacity: .45 !important
    }
    .opacity-md-50 {
        opacity: .5 !important
    }
    .opacity-md-55 {
        opacity: .55 !important
    }
    .opacity-md-60 {
        opacity: .6 !important
    }
    .opacity-md-65 {
        opacity: .65 !important
    }
    .opacity-md-70 {
        opacity: .7 !important
    }
    .opacity-md-75 {
        opacity: .75 !important
    }
    .opacity-md-80 {
        opacity: .8 !important
    }
    .opacity-md-85 {
        opacity: .85 !important
    }
    .opacity-md-90 {
        opacity: .9 !important
    }
    .opacity-md-95 {
        opacity: .95 !important
    }
    .opacity-md-100 {
        opacity: 1 !important
    }
}

@media(min-width:1280px) {
    .opacity-lg-0 {
        opacity: 0 !important
    }
    .opacity-lg-5 {
        opacity: .05 !important
    }
    .opacity-lg-10 {
        opacity: .1 !important
    }
    .opacity-lg-15 {
        opacity: .15 !important
    }
    .opacity-lg-20 {
        opacity: .2 !important
    }
    .opacity-lg-25 {
        opacity: .25 !important
    }
    .opacity-lg-30 {
        opacity: .3 !important
    }
    .opacity-lg-35 {
        opacity: .35 !important
    }
    .opacity-lg-40 {
        opacity: .4 !important
    }
    .opacity-lg-45 {
        opacity: .45 !important
    }
    .opacity-lg-50 {
        opacity: .5 !important
    }
    .opacity-lg-55 {
        opacity: .55 !important
    }
    .opacity-lg-60 {
        opacity: .6 !important
    }
    .opacity-lg-65 {
        opacity: .65 !important
    }
    .opacity-lg-70 {
        opacity: .7 !important
    }
    .opacity-lg-75 {
        opacity: .75 !important
    }
    .opacity-lg-80 {
        opacity: .8 !important
    }
    .opacity-lg-85 {
        opacity: .85 !important
    }
    .opacity-lg-90 {
        opacity: .9 !important
    }
    .opacity-lg-95 {
        opacity: .95 !important
    }
    .opacity-lg-100 {
        opacity: 1 !important
    }
}

@media(min-width:1920px) {
    .opacity-xl-0 {
        opacity: 0 !important
    }
    .opacity-xl-5 {
        opacity: .05 !important
    }
    .opacity-xl-10 {
        opacity: .1 !important
    }
    .opacity-xl-15 {
        opacity: .15 !important
    }
    .opacity-xl-20 {
        opacity: .2 !important
    }
    .opacity-xl-25 {
        opacity: .25 !important
    }
    .opacity-xl-30 {
        opacity: .3 !important
    }
    .opacity-xl-35 {
        opacity: .35 !important
    }
    .opacity-xl-40 {
        opacity: .4 !important
    }
    .opacity-xl-45 {
        opacity: .45 !important
    }
    .opacity-xl-50 {
        opacity: .5 !important
    }
    .opacity-xl-55 {
        opacity: .55 !important
    }
    .opacity-xl-60 {
        opacity: .6 !important
    }
    .opacity-xl-65 {
        opacity: .65 !important
    }
    .opacity-xl-70 {
        opacity: .7 !important
    }
    .opacity-xl-75 {
        opacity: .75 !important
    }
    .opacity-xl-80 {
        opacity: .8 !important
    }
    .opacity-xl-85 {
        opacity: .85 !important
    }
    .opacity-xl-90 {
        opacity: .9 !important
    }
    .opacity-xl-95 {
        opacity: .95 !important
    }
    .opacity-xl-100 {
        opacity: 1 !important
    }
}

@media(min-width:2560px) {
    .opacity-xxl-0 {
        opacity: 0 !important
    }
    .opacity-xxl-5 {
        opacity: .05 !important
    }
    .opacity-xxl-10 {
        opacity: .1 !important
    }
    .opacity-xxl-15 {
        opacity: .15 !important
    }
    .opacity-xxl-20 {
        opacity: .2 !important
    }
    .opacity-xxl-25 {
        opacity: .25 !important
    }
    .opacity-xxl-30 {
        opacity: .3 !important
    }
    .opacity-xxl-35 {
        opacity: .35 !important
    }
    .opacity-xxl-40 {
        opacity: .4 !important
    }
    .opacity-xxl-45 {
        opacity: .45 !important
    }
    .opacity-xxl-50 {
        opacity: .5 !important
    }
    .opacity-xxl-55 {
        opacity: .55 !important
    }
    .opacity-xxl-60 {
        opacity: .6 !important
    }
    .opacity-xxl-65 {
        opacity: .65 !important
    }
    .opacity-xxl-70 {
        opacity: .7 !important
    }
    .opacity-xxl-75 {
        opacity: .75 !important
    }
    .opacity-xxl-80 {
        opacity: .8 !important
    }
    .opacity-xxl-85 {
        opacity: .85 !important
    }
    .opacity-xxl-90 {
        opacity: .9 !important
    }
    .opacity-xxl-95 {
        opacity: .95 !important
    }
    .opacity-xxl-100 {
        opacity: 1 !important
    }
}

.position-absolute {
    position: absolute !important
}

.position-relative {
    position: relative !important
}

.position-fixed {
    position: fixed !important
}

@media(min-width:600px) {
    .position-sm-absolute {
        position: absolute !important
    }
    .position-sm-relative {
        position: relative !important
    }
    .position-sm-fixed {
        position: fixed !important
    }
}

@media(min-width:960px) {
    .position-md-absolute {
        position: absolute !important
    }
    .position-md-relative {
        position: relative !important
    }
    .position-md-fixed {
        position: fixed !important
    }
}

@media(min-width:1280px) {
    .position-lg-absolute {
        position: absolute !important
    }
    .position-lg-relative {
        position: relative !important
    }
    .position-lg-fixed {
        position: fixed !important
    }
}

@media(min-width:1920px) {
    .position-xl-absolute {
        position: absolute !important
    }
    .position-xl-relative {
        position: relative !important
    }
    .position-xl-fixed {
        position: fixed !important
    }
}

@media(min-width:2560px) {
    .position-xxl-absolute {
        position: absolute !important
    }
    .position-xxl-relative {
        position: relative !important
    }
    .position-xxl-fixed {
        position: fixed !important
    }
}

.panel-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.panel-layout__body,
.panel-layout__footer,
.panel-layout__header {
    width: 100%
}

.panel-layout__footer,
.panel-layout__header {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.panel-layout__body {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    height: 1px;
    max-height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.panel-layout__header.position-absolute {
    left: 0;
    top: 0;
    z-index: 1
}

.panel-layout__footer.position-absolute {
    bottom: 0;
    left: 0;
    z-index: 1
}

.item-list-selector.d-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - .5rem));
    grid-gap: 1rem;
    justify-content: space-between
}

@media(min-width:600px) {
    .item-list-selector.d-grid {
        grid-template-columns: repeat(auto-fill, 120px)
    }
}

.item-list-selector.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.item-list-selector .item {
    border: 4px solid transparent !important;
    transition: border .2s, box-shadow .2s
}

.item-list-selector .item:hover {
    border-color: #ccc !important
}

.item-list-selector .item.selected {
    border-color: rgb(var(--v-theme-selected)) !important;
    box-shadow: 0 4px 12px #0003
}

.mdi.link-append-icon {
    position: relative
}

.mdi.link-append-icon:before {
    bottom: 0;
    color: var(--theme-link-text-color);
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    height: 1em;
    line-height: 1;
    margin: auto 0;
    position: absolute;
    right: .5em;
    top: 0
}

.interactive-effect[data-interactive-effect-id="1"]:hover {
    animation: interactive-effect-animation-1 .4s cubic-bezier(.25, .46, .45, .94) .2s both
}

.interactive-effect[data-interactive-effect-id="1"][preview] {
    box-shadow: 0 0 20px #00000059
}

@keyframes interactive-effect-animation-1 {
    0% {
        box-shadow: 0 0 0 0 transparent
    }
    to {
        box-shadow: 0 0 20px #00000059
    }
}

.interactive-effect[data-interactive-effect-id="2"]:hover {
    animation: interactive-effect-animation-2 .4s cubic-bezier(.25, .46, .45, .94) .2s both
}

.interactive-effect[data-interactive-effect-id="2"][preview] {
    box-shadow: 12px 12px 20px -12px #00000059
}

@keyframes interactive-effect-animation-2 {
    0% {
        box-shadow: 0 0 0 0 transparent
    }
    to {
        box-shadow: 12px 12px 20px -12px #00000059
    }
}

.interactive-effect[data-interactive-effect-id="3"]:hover {
    animation: interactive-effect-animation-3 .2s cubic-bezier(.25, .46, .45, .94) both
}

.interactive-effect[data-interactive-effect-id="3"][preview] {
    box-shadow: -12px 0 20px -12px #00000059, 12px 0 20px -12px #00000059;
    transform: translateZ(50px)
}

@keyframes interactive-effect-animation-3 {
    0% {
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
        transform: translateZ(0)
    }
    to {
        box-shadow: -12px 0 20px -12px #00000059, 12px 0 20px -12px #00000059;
        transform: translateZ(50px)
    }
}

.interactive-effect[data-interactive-effect-id="4"]:hover {
    animation: interactive-effect-animation-4 .3s cubic-bezier(.47, 0, .745, .715) .2s both
}

.interactive-effect[data-interactive-effect-id="4"][preview] {
    box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e;
    transform: translate(-4px) translateY(-4px)
}

@keyframes interactive-effect-animation-4 {
    0% {
        box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
        transform: translate(0) translateY(0)
    }
    to {
        box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e;
        transform: translate(-4px) translateY(-4px)
    }
}

.custom-scrollbar {
    scrollbar-color: #3d91de #d0d2d8;
    scrollbar-width: thin
}

.custom-scrollbar::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #d0d2d8;
    border-radius: 20px
}

.custom-scrollbar::-webkit-scrollbar-track:active,
.custom-scrollbar::-webkit-scrollbar-track:hover {
    background-color: #d0d2d8
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #3d91de;
    border-radius: 20px
}

.custom-scrollbar::-webkit-scrollbar-thumb:active,
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #3d91de
}

.ls-1p12 {
    letter-spacing: 1.12px
}

.ls-1p28 {
    letter-spacing: 1.28px
}

.ls-1p6 {
    letter-spacing: 1.6px
}

.ls-1p92 {
    letter-spacing: 1.92px
}

.ls-2p24 {
    letter-spacing: 2.24px
}

.ls-2p56 {
    letter-spacing: 2.56px
}

@media(min-width:600px) {
    .ls-sm-1p12 {
        letter-spacing: 1.12px
    }
    .ls-sm-1p28 {
        letter-spacing: 1.28px
    }
    .ls-sm-1p6 {
        letter-spacing: 1.6px
    }
    .ls-sm-1p92 {
        letter-spacing: 1.92px
    }
    .ls-sm-2p24 {
        letter-spacing: 2.24px
    }
    .ls-sm-2p56 {
        letter-spacing: 2.56px
    }
}

@media(min-width:960px) {
    .ls-md-1p12 {
        letter-spacing: 1.12px
    }
    .ls-md-1p28 {
        letter-spacing: 1.28px
    }
    .ls-md-1p6 {
        letter-spacing: 1.6px
    }
    .ls-md-1p92 {
        letter-spacing: 1.92px
    }
    .ls-md-2p24 {
        letter-spacing: 2.24px
    }
    .ls-md-2p56 {
        letter-spacing: 2.56px
    }
}

@media(min-width:1280px) {
    .ls-lg-1p12 {
        letter-spacing: 1.12px
    }
    .ls-lg-1p28 {
        letter-spacing: 1.28px
    }
    .ls-lg-1p6 {
        letter-spacing: 1.6px
    }
    .ls-lg-1p92 {
        letter-spacing: 1.92px
    }
    .ls-lg-2p24 {
        letter-spacing: 2.24px
    }
    .ls-lg-2p56 {
        letter-spacing: 2.56px
    }
}

@media(min-width:1920px) {
    .ls-xl-1p12 {
        letter-spacing: 1.12px
    }
    .ls-xl-1p28 {
        letter-spacing: 1.28px
    }
    .ls-xl-1p6 {
        letter-spacing: 1.6px
    }
    .ls-xl-1p92 {
        letter-spacing: 1.92px
    }
    .ls-xl-2p24 {
        letter-spacing: 2.24px
    }
    .ls-xl-2p56 {
        letter-spacing: 2.56px
    }
}

@media(min-width:2560px) {
    .ls-xxl-1p12 {
        letter-spacing: 1.12px
    }
    .ls-xxl-1p28 {
        letter-spacing: 1.28px
    }
    .ls-xxl-1p6 {
        letter-spacing: 1.6px
    }
    .ls-xxl-1p92 {
        letter-spacing: 1.92px
    }
    .ls-xxl-2p24 {
        letter-spacing: 2.24px
    }
    .ls-xxl-2p56 {
        letter-spacing: 2.56px
    }
}

.cms-main-content {
    max-width: 840px;
    position: relative;
    width: 100%
}

.btn,
.cursor {
    cursor: pointer
}

.line-height-1 {
    line-height: 1
}

.backdrop-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    will-change: backdrop-filter
}

.absolute-center {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.text-decoration-none {
    text-decoration: none
}

.text-decoration-underline {
    text-decoration: underline
}

.text-transform-none,
.text-transform-none.v-btn {
    text-transform: none
}

.v-btn.underline .v-btn__content {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.v-switch--inset .v-switch__track {
    opacity: .3
}

.v-switch--inset .v-selection-control--dirty .v-switch__track {
    opacity: 1
}

.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
    background-color: #fff;
    color: #fff
}

.v-img.v-responsive .v-img__img {
    position: absolute
}

.text-pre-wrap {
    white-space: pre-wrap !important
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

.v-overlay .v-overlay__scrim {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #53586c80;
    opacity: 1
}

@font-face {
    font-display: block;
    font-family: LINKGOODS-font-icon;
    font-style: normal;
    font-weight: 400;
    src: url(./LINKGOODS-font-icon.CpnTZSgP.eot?u08lhm);
    src: url(./LINKGOODS-font-icon.CpnTZSgP.eot?u08lhm#iefix) format("embedded-opentype"), url(./LINKGOODS-font-icon.BFFIiECP.ttf?u08lhm) format("truetype"), url(./LINKGOODS-font-icon.DomRI75c.woff?u08lhm) format("woff"), url(./LINKGOODS-font-icon.CR3Avscv.svg?u08lhm#LINKGOODS-font-icon) format("svg")
}

[class*=" linkgoods-icon-"]:before,
[class^=linkgoods-icon-]:before {
    font-family: LINKGOODS-font-icon !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.linkgoods-icon-btn_list_copylink1:before {
    content: ""
}

.linkgoods-icon-calendar:before {
    content: ""
}

.linkgoods-icon-lock:before {
    content: ""
}

.linkgoods-icon-price:before {
    content: ""
}

.linkgoods-icon-open:before {
    content: ""
}

.linkgoods-icon-btn_list_copy:before {
    content: ""
}

.linkgoods-icon-btn_list_copylink:before {
    content: ""
}

.linkgoods-icon-btn_list_down:before {
    content: ""
}

.linkgoods-icon-btn_list_trash:before {
    content: ""
}

.linkgoods-icon-nav_link:before {
    content: ""
}

.linkgoods-icon-nav_me:before {
    content: ""
}

.linkgoods-icon-nav_style:before {
    content: ""
}

.linkgoods-icon-btn_list:before {
    content: ""
}

.linkgoods-icon-pencil:before {
    content: ""
}

.linkgoods-icon-edit:before {
    content: ""
}

.linkgoods-icon-text:before {
    content: ""
}

.linkgoods-icon-video:before {
    content: ""
}

.linkgoods-icon-import:before {
    content: ""
}

.linkgoods-icon-align_center:before {
    content: ""
}

.linkgoods-icon-align_left:before {
    content: ""
}

.linkgoods-icon-align_right:before {
    content: ""
}

.linkgoods-icon-collapse:before {
    content: ""
}

.linkgoods-icon-expend:before {
    content: ""
}

.linkgoods-icon-danger:before {
    content: ""
}

.linkgoods-icon-podcast:before {
    content: ""
}

.linkgoods-icon-text_area:before {
    content: ""
}

.linkgoods-icon-divider:before {
    content: ""
}

.linkgoods-icon-picture:before {
    content: ""
}

@font-face {
    font-display: swap;
    font-family: Geostar Fill;
    font-style: normal;
    font-weight: 400;
    src: url(./Geostar_Fill-400-1.BNbL9Wrp.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(./Inter-400-2.B2xhLi22.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(./Inter-400-3.CMZtQduZ.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(./Inter-400-4.CGAr0uHJ.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(./Inter-400-5.CaVNZxsx.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(./Inter-400-6.CBcvBZtf.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(./Inter-400-7.CFHvXkgd.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(./Inter-400-8.C2S99t-D.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(./Inter-400-2.B2xhLi22.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(./Inter-400-3.CMZtQduZ.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(./Inter-400-4.CGAr0uHJ.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(./Inter-400-5.CaVNZxsx.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(./Inter-400-6.CBcvBZtf.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(./Inter-400-7.CFHvXkgd.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(./Inter-400-8.C2S99t-D.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 400;
    src: url(./Josefin_Sans-400-16.9Wu1IGiG.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 400;
    src: url(./Josefin_Sans-400-17.DqaWhtpr.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 400;
    src: url(./Josefin_Sans-400-18.Tq5oZInk.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Michroma;
    font-style: normal;
    font-weight: 400;
    src: url(./Michroma-400-19.Cdwk51e7.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Michroma;
    font-style: normal;
    font-weight: 400;
    src: url(./Michroma-400-20.AGOrUJKJ.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-21.D4iD1X2E.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-22.CaM8FerK.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-23.CbfJmLGj.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0, u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-24.DKcYOSMP.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-25.BZuoB2Tl.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-26.BcO5zKg_.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-27.D97WOMs8.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans-300-28.GUnxZaaT.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-21.D4iD1X2E.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-22.CaM8FerK.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-23.CbfJmLGj.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0, u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-24.DKcYOSMP.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-25.BZuoB2Tl.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-26.BcO5zKg_.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-27.D97WOMs8.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans-300-28.GUnxZaaT.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-21.D4iD1X2E.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-22.CaM8FerK.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-23.CbfJmLGj.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0, u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-24.DKcYOSMP.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-25.BZuoB2Tl.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-26.BcO5zKg_.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-27.D97WOMs8.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans-300-28.GUnxZaaT.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-21.D4iD1X2E.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-22.CaM8FerK.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-23.CbfJmLGj.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0, u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-24.DKcYOSMP.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-25.BZuoB2Tl.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-26.BcO5zKg_.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-27.D97WOMs8.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans-300-28.GUnxZaaT.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-21.D4iD1X2E.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-22.CaM8FerK.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-23.CbfJmLGj.woff2) format("woff2");
    unicode-range: u+0900-097f, u+1cd0-1cf9, u+200c-200d, u+20a8, u+20b9, u+20f0, u+25cc, u+a830-a839, u+a8e0-a8ff, u+11b00-11b09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-24.DKcYOSMP.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-25.BZuoB2Tl.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-26.BcO5zKg_.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-27.D97WOMs8.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans-300-28.GUnxZaaT.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-61.DHFiCEWf.woff2) format("woff2");
    unicode-range: u+25ee8, u+25f23, u+25f5c, u+25fd4, u+25fe0, u+25ffb, u+2600c, u+26017, u+26060, u+260ed, u+26222, u+2626a, u+26270, u+26286, u+2634c, u+26402, u+2667e, u+266b0, u+2671d, u+268dd, u+268ea, u+26951, u+2696f, u+26999, u+269dd, u+26a1e, u+26a58, u+26a8c, u+26ab7, u+26aff, u+26c29, u+26c73, u+26c9e, u+26cdd, u+26e40, u+26e65, u+26f94, u+26ff6-26ff8, u+270f4, u+2710d, u+27139, u+273da-273db, u+273fe, u+27410, u+27449, u+27614-27615, u+27631, u+27684, u+27693, u+2770e, u+27723, u+27752, u+278b2, u+27985, u+279b4, u+27a84, u+27bb3, u+27bbe, u+27bc7, u+27c3c, u+27cb8, u+27d73, u+27da0, u+27e10, u+27eaf, u+27fb7, u+2808a, u+280bb, u+28277, u+28282, u+282f3, u+283cd, u+2840c, u+28455, u+284dc, u+2856b, u+285c8-285c9, u+286d7, u+286fa, u+28946, u+28949, u+2896b, u+28987-28988, u+289ba-289bb, u+28a1e, u+28a29, u+28a43, u+28a71, u+28a99, u+28acd, u+28add, u+28ae4, u+28bc1, u+28bef, u+28cdd, u+28d10, u+28d71, u+28dfb, u+28e0f, u+28e17, u+28e1f, u+28e36, u+28e89, u+28eeb, u+28ef6, u+28f32, u+28ff8, u+292a0, u+292b1, u+29490, u+295cf, u+2967f, u+296f0, u+29719, u+29750, u+29810, u+298c6, u+29a72, u+29d4b, u+29ddb, u+29e15, u+29e3d, u+29e49, u+29e8a, u+29ec4, u+29edb, u+29ee9, u+29fce, u+29fd7, u+2a01a, u+2a02f, u+2a082, u+2a0f9, u+2a190, u+2a2b2, u+2a38c, u+2a437, u+2a5f1, u+2a602, u+2a61a, u+2a6b2, u+2a9e6, u+2b746, u+2b751, u+2b753, u+2b75a, u+2b75c, u+2b765, u+2b776-2b777, u+2b77c, u+2b782, u+2b789, u+2b78b, u+2b78e, u+2b794, u+2b7ac, u+2b7af, u+2b7bd, u+2b7c9, u+2b7cf, u+2b7d2, u+2b7d8, u+2b7f0, u+2b80d, u+2b817, u+2b81a, u+2d544, u+2e278, u+2e569, u+2e6ea, u+2f804, u+2f80f, u+2f815, u+2f818, u+2f81a, u+2f822, u+2f828, u+2f82c, u+2f833, u+2f83f, u+2f846, u+2f852, u+2f862, u+2f86d, u+2f873, u+2f877, u+2f884, u+2f899-2f89a, u+2f8a6, u+2f8ac, u+2f8b2, u+2f8b6, u+2f8d3, u+2f8db-2f8dc, u+2f8e1, u+2f8e5, u+2f8ea, u+2f8ed, u+2f8fc, u+2f903, u+2f90b, u+2f90f, u+2f91a, u+2f920-2f921, u+2f945, u+2f947, u+2f96c, u+2f995, u+2f9d0, u+2f9de-2f9df, u+2f9f4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-62.CGdw4P09.woff2) format("woff2");
    unicode-range: u+1f235-1f23b, u+1f240-1f248, u+1f250-1f251, u+2000b, u+20089-2008a, u+200a2, u+200a4, u+200b0, u+200f5, u+20158, u+201a2, u+20213, u+2032b, u+20371, u+20381, u+203f9, u+2044a, u+20509, u+2053f, u+205b1, u+205d6, u+20611, u+20628, u+206ec, u+2074f, u+207c8, u+20807, u+2083a, u+208b9, u+2090e, u+2097c, u+20984, u+2099d, u+20a64, u+20ad3, u+20b1d, u+20b9f, u+20bb7, u+20d45, u+20d58, u+20de1, u+20e64, u+20e6d, u+20e95, u+20f5f, u+21201, u+2123d, u+21255, u+21274, u+2127b, u+212d7, u+212e4, u+212fd, u+2131b, u+21336, u+21344, u+213c4, u+2146d-2146e, u+215d7, u+21647, u+216b4, u+21706, u+21742, u+218bd, u+219c3, u+21a1a, u+21c56, u+21d2d, u+21d45, u+21d62, u+21d78, u+21d92, u+21d9c, u+21da1, u+21db7, u+21de0, u+21e33-21e34, u+21f1e, u+21f76, u+21ffa, u+2217b, u+22218, u+2231e, u+223ad, u+22609, u+226f3, u+2285b, u+228ab, u+2298f, u+22ab8, u+22b46, u+22b4f-22b50, u+22ba6, u+22c1d, u+22c24, u+22de1, u+22e42, u+22feb, u+231b6, u+231c3-231c4, u+231f5, u+23372, u+233cc, u+233d0, u+233d2-233d3, u+233d5, u+233da, u+233df, u+233e4, u+233fe, u+2344a-2344b, u+23451, u+23465, u+234e4, u+2355a, u+23594, u+235c4, u+23638-2363a, u+23647, u+2370c, u+2371c, u+2373f, u+23763-23764, u+237e7, u+237f1, u+237ff, u+23824, u+2383d, u+23a98, u+23c7f, u+23cbe, u+23cfe, u+23d00, u+23d0e, u+23d40, u+23dd3, u+23df9-23dfa, u+23f7e, u+2404b, u+24096, u+24103, u+241c6, u+241fe, u+242ee, u+243bc, u+243d0, u+24629, u+246a5, u+247f1, u+24896, u+248e9, u+24a4d, u+24b56, u+24b6f, u+24c16, u+24d14, u+24e04, u+24e0e, u+24e37, u+24e6a, u+24e8b, u+24ff2, u+2504a, u+25055, u+25122, u+251a9, u+251cd, u+251e5, u+2521e, u+2524c, u+2542e, u+2548e, u+254d9, u+2550e, u+255a7, u+2567f, u+25771, u+257a9, u+257b4, u+25874, u+259c4, u+259cc, u+259d4, u+25ad7, u+25ae3-25ae4, u+25af1, u+25bb2, u+25c4b, u+25c64, u+25da1, u+25e2e, u+25e56, u+25e62, u+25e65, u+25ec2, u+25ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-63.BtUHuvNx.woff2) format("woff2");
    unicode-range: u+ffd7, u+ffda-ffdc, u+ffe0-ffe2, u+ffe4, u+ffe6, u+ffe8-ffee, u+1f100-1f10c, u+1f110-1f16c, u+1f170-1f1ac, u+1f200-1f202, u+1f210-1f234
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-64.DNvXpGdu.woff2) format("woff2");
    unicode-range: u+fa10, u+fa12-fa6d, u+fb00-fb04, u+fe10-fe19, u+fe30-fe42, u+fe44-fe52, u+fe54-fe66, u+fe68-fe6b, u+ff02, u+ff04, u+ff07, u+ff51, u+ff5b, u+ff5d, u+ff5f-ff60, u+ff66, u+ff69, u+ff87, u+ffa1-ffbe, u+ffc2-ffc7, u+ffca-ffcf, u+ffd2-ffd6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-65.CdIxbJip.woff2) format("woff2");
    unicode-range: u+f92d-f959, u+f95b-f9f2, u+f9f4-fa0b, u+fa0e-fa0f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-66.DM4N9eKV.woff2) format("woff2");
    unicode-range: u+9e8b-9e8c, u+9e8e-9e8f, u+9e91-9e92, u+9e95-9e96, u+9e98, u+9e9b, u+9e9d-9e9e, u+9ea4-9ea5, u+9ea8-9eaa, u+9eac-9eb0, u+9eb3-9eb5, u+9eb8, u+9ebc-9ebf, u+9ec3, u+9ec6, u+9ec8, u+9ecb-9ecd, u+9ecf-9ed1, u+9ed4-9ed5, u+9ed8, u+9edb-9ee0, u+9ee4-9ee5, u+9ee7-9ee8, u+9eec-9ef2, u+9ef4-9ef9, u+9efb-9eff, u+9f02-9f03, u+9f07-9f09, u+9f0e-9f12, u+9f14-9f17, u+9f19-9f1b, u+9f1f-9f22, u+9f26, u+9f2a-9f2c, u+9f2f, u+9f31-9f32, u+9f34, u+9f37, u+9f39-9f3a, u+9f3c-9f3f, u+9f41, u+9f43-9f47, u+9f4a, u+9f4e-9f50, u+9f52-9f58, u+9f5a, u+9f5d-9f61, u+9f63, u+9f66-9f6a, u+9f6c-9f73, u+9f75-9f77, u+9f7a, u+9f7d, u+9f7f, u+9f8f-9f92, u+9f94-9f97, u+9f99, u+9f9c-9fa3, u+9fa5, u+9fb4, u+9fbc-9fc2, u+9fc4, u+9fc6, u+9fcc, u+f900-f92c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-67.CKuSGXzo.woff2) format("woff2");
    unicode-range: u+9c3e, u+9c41, u+9c43-9c4a, u+9c4e-9c50, u+9c52-9c54, u+9c56, u+9c58, u+9c5a-9c61, u+9c63, u+9c65, u+9c67-9c6b, u+9c6d-9c6e, u+9c70, u+9c72, u+9c75-9c78, u+9c7a-9c7c, u+9ce6-9ce7, u+9ceb-9cec, u+9cf0, u+9cf2, u+9cf6-9cf7, u+9cf9, u+9d02-9d03, u+9d06-9d09, u+9d0b, u+9d0e, u+9d11-9d12, u+9d15, u+9d17-9d18, u+9d1b-9d1f, u+9d23, u+9d26, u+9d2a-9d2c, u+9d2f-9d30, u+9d32-9d34, u+9d3a, u+9d3c-9d3f, u+9d41-9d48, u+9d4a, u+9d50-9d54, u+9d59, u+9d5d-9d65, u+9d69-9d6c, u+9d6f-9d70, u+9d72-9d73, u+9d76-9d77, u+9d7a-9d7c, u+9d7e, u+9d83-9d84, u+9d86-9d87, u+9d89-9d8a, u+9d8d-9d8e, u+9d92-9d93, u+9d95-9d9a, u+9da1, u+9da4, u+9da9-9dac, u+9dae, u+9db1-9db2, u+9db5, u+9db8-9dbd, u+9dbf-9dc4, u+9dc6-9dc7, u+9dc9-9dca, u+9dcf, u+9dd3-9dd7, u+9dd9-9dda, u+9dde-9de0, u+9de3, u+9de5-9de7, u+9de9, u+9deb, u+9ded-9df0, u+9df3-9df4, u+9df8, u+9dfd-9dfe, u+9e02, u+9e07, u+9e0a, u+9e0d-9e0e, u+9e10-9e12, u+9e15-9e16, u+9e19-9e1f, u+9e75, u+9e79-9e7d, u+9e80-9e85, u+9e87-9e88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-68.BKoThomf.woff2) format("woff2");
    unicode-range: u+9ae5-9ae7, u+9ae9, u+9aeb-9aec, u+9aee-9aef, u+9af1-9af5, u+9af7, u+9af9-9afb, u+9afd, u+9aff-9b06, u+9b08-9b09, u+9b0b-9b0e, u+9b10, u+9b12, u+9b16, u+9b18-9b1d, u+9b1f-9b20, u+9b22-9b23, u+9b25-9b2f, u+9b32-9b35, u+9b37, u+9b39-9b3b, u+9b3d, u+9b43-9b44, u+9b48, u+9b4b-9b4f, u+9b51, u+9b55-9b58, u+9b5b, u+9b5e, u+9b61, u+9b63, u+9b65-9b66, u+9b68, u+9b6a-9b6f, u+9b72-9b79, u+9b7f-9b80, u+9b83-9b87, u+9b89-9b8b, u+9b8d, u+9b8f-9b94, u+9b96-9b97, u+9b9a, u+9b9d-9ba0, u+9ba6-9ba7, u+9ba9-9baa, u+9bac, u+9bb0-9bb2, u+9bb4, u+9bb7-9bb9, u+9bbb-9bbc, u+9bbe-9bc1, u+9bc6-9bc8, u+9bca, u+9bce-9bd2, u+9bd4, u+9bd7-9bd8, u+9bdd, u+9bdf, u+9be1-9be5, u+9be7, u+9bea-9beb, u+9bee-9bf3, u+9bf5, u+9bf7-9bfa, u+9bfd, u+9bff-9c00, u+9c02, u+9c04, u+9c06, u+9c08-9c0d, u+9c0f-9c16, u+9c18-9c1e, u+9c21-9c2a, u+9c2d-9c32, u+9c35-9c37, u+9c39-9c3a, u+9c3d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-69.C4_xzIXh.woff2) format("woff2");
    unicode-range: u+98eb, u+98ed-98ee, u+98f0-98f1, u+98f3, u+98f6, u+9902, u+9907-9909, u+9911-9912, u+9914-9918, u+991a-9922, u+9924, u+9926-9927, u+992b-992c, u+992e, u+9931-9935, u+9939-993e, u+9940-9942, u+9945-9949, u+994b-994e, u+9950-9952, u+9954-9955, u+9958-9959, u+995b-995c, u+995e-9960, u+9963, u+9997-9998, u+999b, u+999d-999f, u+99a3, u+99a5-99a6, u+99a8, u+99ad-99ae, u+99b0-99b2, u+99b5, u+99b9-99ba, u+99bc-99bd, u+99bf, u+99c1, u+99c3, u+99c8-99c9, u+99d1, u+99d3-99d5, u+99d8-99df, u+99e1-99e2, u+99e7, u+99ea-99ee, u+99f0-99f2, u+99f4-99f5, u+99f8-99f9, u+99fb-99fe, u+9a01-9a05, u+9a08, u+9a0a-9a0c, u+9a0f-9a11, u+9a16, u+9a1a, u+9a1e, u+9a20, u+9a22-9a24, u+9a27, u+9a2b, u+9a2d-9a2e, u+9a31, u+9a33, u+9a35-9a38, u+9a3e, u+9a40-9a45, u+9a47, u+9a4a-9a4e, u+9a51-9a52, u+9a54-9a58, u+9a5b, u+9a5d, u+9a5f, u+9a62, u+9a64-9a65, u+9a69-9a6c, u+9aaa, u+9aac-9ab0, u+9ab2, u+9ab4-9ab7, u+9ab9, u+9abb-9ac1, u+9ac3, u+9ac6, u+9ac8, u+9ace-9ad3, u+9ad5-9ad7, u+9adb-9adc, u+9ade-9ae0, u+9ae2-9ae4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-70.CXYG70mO.woff2) format("woff2");
    unicode-range: u+971d, u+9721-9724, u+9728, u+972a, u+9730-9731, u+9733, u+9736, u+9738-9739, u+973b, u+973d-973e, u+9741-9744, u+9746-974a, u+974d-974f, u+9751, u+9755, u+9757-9758, u+975a-975c, u+9760-9761, u+9763-9764, u+9766-9768, u+976a-976b, u+976e, u+9771, u+9773, u+9776-977d, u+977f-9781, u+9785-9786, u+9789, u+978b, u+978f-9790, u+9795-9797, u+9799-979a, u+979c, u+979e-97a0, u+97a2-97a3, u+97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b1-97b6, u+97b8-97ba, u+97bc, u+97be-97bf, u+97c1, u+97c3-97ce, u+97d0-97d1, u+97d4, u+97d7-97d9, u+97db-97de, u+97e0-97e1, u+97e4, u+97e6, u+97ed-97ef, u+97f1-97f2, u+97f4-97f8, u+97fa, u+9804, u+9807, u+980a, u+980c-980f, u+9814, u+9816-9817, u+9819-981a, u+981c, u+981e, u+9820-9821, u+9823-9826, u+982b, u+982e-9830, u+9832-9835, u+9837, u+9839, u+983d-983e, u+9844, u+9846-9847, u+984a-984b, u+984f, u+9851-9853, u+9856-9857, u+9859-985b, u+9862-9863, u+9865-9866, u+986a-986c, u+986f-9871, u+9873-9875, u+98aa-98ab, u+98ad-98ae, u+98b0-98b1, u+98b4, u+98b6-98b8, u+98ba-98bc, u+98bf, u+98c2-98c8, u+98cb-98cc, u+98ce, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5-98e7, u+98e9-98ea
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-71.Ch-jzCYG.woff2) format("woff2");
    unicode-range: u+944a, u+944c, u+9452-9453, u+9455, u+9459-945c, u+945e-9463, u+9468, u+946a-946b, u+946d-9472, u+9475, u+9477, u+947c-947f, u+9481, u+9483-9485, u+9578-9579, u+957e-957f, u+9582, u+9584, u+9586-9588, u+958a, u+958c-958f, u+9592, u+9594, u+9596, u+9598-9599, u+959d-95a1, u+95a4, u+95a6-95a9, u+95ab-95ad, u+95b1, u+95b4, u+95b6, u+95b9-95bf, u+95c3, u+95c6, u+95c8-95cd, u+95d0-95d6, u+95d9-95da, u+95dc-95e2, u+95e4-95e6, u+95e8, u+961d-961e, u+9621-9622, u+9624-9626, u+9628, u+962c, u+962e-962f, u+9631, u+9633-9634, u+9637-963a, u+963c-963d, u+9641-9642, u+964b-964c, u+964f, u+9652, u+9654, u+9656-9658, u+965c-965f, u+9661, u+9666, u+966a, u+966c, u+966e, u+9672, u+9674, u+9677, u+967b-967c, u+967e-967f, u+9681-9684, u+9689, u+968b, u+968d, u+9691, u+9695-9698, u+969a, u+969d, u+969f, u+96a4-96aa, u+96ae-96b4, u+96b6, u+96b8-96bb, u+96bd, u+96c1, u+96c9-96cb, u+96cd-96ce, u+96d2, u+96d5-96d6, u+96d8-96da, u+96dc-96df, u+96e9, u+96ef, u+96f1, u+96f9-96fa, u+9702-9706, u+9708-9709, u+970d-970f, u+9711, u+9713-9714, u+9716, u+9719-971b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-72.CSxf971U.woff2) format("woff2");
    unicode-range: u+92bc-92bd, u+92bf-92c3, u+92c5-92c8, u+92cb-92d0, u+92d2-92d3, u+92d5, u+92d7-92d9, u+92dc-92dd, u+92df-92e1, u+92e3-92e5, u+92e7-92ea, u+92ec, u+92ee, u+92f0, u+92f2, u+92f7-92fb, u+92ff-9300, u+9302, u+9304, u+9308, u+930d, u+930f-9311, u+9314-9315, u+9318-931a, u+931c-931f, u+9321-9325, u+9327-932b, u+932e, u+9333-9337, u+933a-933b, u+9344, u+9347-934a, u+934d, u+9350-9352, u+9354-9358, u+935a, u+935c, u+935e, u+9360, u+9364-9365, u+9367, u+9369-936d, u+936f-9371, u+9373-9374, u+9376, u+937a, u+937d-9382, u+9388, u+938a-938b, u+938d, u+938f, u+9392, u+9394-9395, u+9397-9398, u+939a-939b, u+939e, u+93a1, u+93a3-93a4, u+93a6, u+93a8-93a9, u+93ab-93ad, u+93b0, u+93b4-93b6, u+93b9-93bb, u+93c1, u+93c3-93cd, u+93d0-93d1, u+93d3, u+93d6-93d9, u+93dc-93df, u+93e2, u+93e4-93e8, u+93f1, u+93f5, u+93f7-93fb, u+93fd, u+9401-9404, u+9407-9409, u+940d-9410, u+9413-9417, u+9419-941a, u+941f, u+9421, u+942b, u+942e-942f, u+9431-9434, u+9436, u+9438, u+943a-943b, u+943d, u+943f, u+9441, u+9443-9445, u+9448
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-73.CMqIiZPI.woff2) format("woff2");
    unicode-range: u+9143, u+9146-914c, u+914f, u+9153, u+9156-915b, u+9161, u+9163-9165, u+9167, u+9169, u+916d, u+9172-9174, u+9179-917b, u+9181-9183, u+9185-9187, u+9189-918b, u+918e, u+9191, u+9193-9195, u+9197-9198, u+919e, u+91a1-91a2, u+91a6, u+91a8, u+91aa-91b6, u+91ba-91bd, u+91bf-91c6, u+91c9, u+91cb, u+91d0, u+91d3-91d4, u+91d6-91d7, u+91d9-91db, u+91de-91df, u+91e1, u+91e4-91e6, u+91e9-91ea, u+91ec-91f1, u+91f5-91f7, u+91f9, u+91fb-91fd, u+91ff-9201, u+9204-9207, u+9209-920a, u+920c, u+920e, u+9210-9218, u+921c-921e, u+9223-9226, u+9228-9229, u+922c, u+922e-9230, u+9233, u+9235-923a, u+923c, u+923e-9240, u+9242-9243, u+9245-924b, u+924d-9251, u+9256-925a, u+925c-925e, u+9260-9261, u+9264-9269, u+926e-9270, u+9275-9279, u+927b-927f, u+9288-928a, u+928d-928e, u+9291-9293, u+9295-9297, u+9299, u+929b-929c, u+929f-92a0, u+92a4-92a5, u+92a7-92a8, u+92ab, u+92af, u+92b2-92b3, u+92b6-92bb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-74.BrLnOYdT.woff2) format("woff2");
    unicode-range: u+8f52-8f55, u+8f57-8f58, u+8f5c-8f5e, u+8f61-8f66, u+8f9c-8f9d, u+8f9f-8fa2, u+8fa4-8fa8, u+8fad-8faf, u+8fb4-8fb8, u+8fbe, u+8fc0-8fc2, u+8fc6, u+8fc8, u+8fca-8fcb, u+8fcd, u+8fd0, u+8fd2-8fd3, u+8fd5, u+8fda, u+8fe0, u+8fe2-8fe5, u+8fe8-8fea, u+8fed-8fef, u+8ff1, u+8ff4-8ff6, u+8ff8-8ffb, u+8ffe, u+9002, u+9004-9005, u+9008, u+900b-900e, u+9011, u+9013, u+9015-9016, u+9018, u+901b, u+901e, u+9021, u+9027-902a, u+902c-902d, u+902f, u+9033-9037, u+9039, u+903c, u+903e-903f, u+9041, u+9043-9044, u+9049, u+904c, u+904f-9052, u+9056, u+9058, u+905b-905e, u+9062, u+9066-9068, u+906c, u+906f-9070, u+9072, u+9074, u+9076, u+9079, u+9080-9083, u+9085, u+9087-9088, u+908b-908c, u+908e-9090, u+9095, u+9097-9099, u+909b, u+90a0-90a2, u+90a5, u+90a8, u+90af-90b6, u+90bd-90be, u+90c3-90c5, u+90c7-90c9, u+90cc, u+90d2, u+90d5, u+90d7-90d9, u+90db-90df, u+90e2, u+90e4-90e5, u+90eb, u+90ef-90f0, u+90f2, u+90f4, u+90f6, u+90fe-9100, u+9102, u+9104-9106, u+9108, u+910d, u+9110, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9125, u+9127, u+9129, u+912d-9132, u+9134, u+9136-9137, u+9139-913a, u+913c-913d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-75.0AtZSyp6.woff2) format("woff2");
    unicode-range: u+8dc0, u+8dc2, u+8dc5-8dc8, u+8dca-8dcc, u+8dce-8dcf, u+8dd1, u+8dd4-8dd7, u+8dd9-8ddb, u+8ddf, u+8de3-8de5, u+8de7, u+8dea-8dec, u+8df0-8df2, u+8df4, u+8dfc-8dfd, u+8dff, u+8e01, u+8e04-8e06, u+8e08-8e09, u+8e0b-8e0c, u+8e10-8e11, u+8e14, u+8e16, u+8e1d-8e23, u+8e26-8e27, u+8e30-8e31, u+8e33-8e39, u+8e3d, u+8e40-8e42, u+8e44, u+8e47-8e50, u+8e54-8e55, u+8e59, u+8e5b-8e64, u+8e69, u+8e6c-8e6d, u+8e6f-8e72, u+8e75-8e77, u+8e79-8e7c, u+8e81-8e85, u+8e89, u+8e8b, u+8e90-8e95, u+8e98-8e9b, u+8e9d-8e9e, u+8ea1-8ea2, u+8ea7, u+8ea9-8eaa, u+8eac-8eb1, u+8eb3, u+8eb5-8eb6, u+8eba-8ebb, u+8ebe, u+8ec0-8ec1, u+8ec3-8ec8, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8edb-8edc, u+8ee3, u+8ee8, u+8eeb, u+8eed-8eee, u+8ef0-8ef1, u+8ef7, u+8ef9-8efc, u+8efe, u+8f00, u+8f02, u+8f05, u+8f07-8f08, u+8f0a, u+8f0f-8f10, u+8f12-8f13, u+8f15-8f19, u+8f1b-8f1c, u+8f1e-8f21, u+8f23, u+8f25-8f28, u+8f2b-8f2f, u+8f33-8f37, u+8f39-8f3b, u+8f3e, u+8f40-8f43, u+8f45-8f47, u+8f49-8f4a, u+8f4c-8f4f, u+8f51
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-76.ExBcCLFr.woff2) format("woff2");
    unicode-range: u+8b2d, u+8b30, u+8b37, u+8b3c, u+8b3e, u+8b41-8b46, u+8b48-8b49, u+8b4c-8b4f, u+8b51-8b54, u+8b56, u+8b59, u+8b5b, u+8b5e-8b5f, u+8b63, u+8b69, u+8b6b-8b6d, u+8b6f, u+8b71, u+8b74, u+8b76, u+8b78-8b79, u+8b7c-8b81, u+8b84-8b85, u+8b8a-8b8f, u+8b92-8b96, u+8b99-8b9a, u+8b9c-8ba0, u+8c38-8c3a, u+8c3d-8c3f, u+8c41, u+8c45, u+8c47-8c49, u+8c4b-8c4c, u+8c4e-8c51, u+8c53-8c55, u+8c57-8c59, u+8c5b, u+8c5d, u+8c62-8c64, u+8c66, u+8c68-8c69, u+8c6b-8c6d, u+8c73, u+8c75-8c76, u+8c78, u+8c7a-8c7c, u+8c7e, u+8c82, u+8c85-8c87, u+8c89-8c8b, u+8c8d-8c8e, u+8c90, u+8c92-8c94, u+8c98-8c99, u+8c9b-8c9c, u+8c9f, u+8ca4, u+8cad-8cae, u+8cb2-8cb3, u+8cb6, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc6, u+8cc8-8cc9, u+8ccb, u+8ccd-8ccf, u+8cd2, u+8cd5-8cd6, u+8cd9-8cda, u+8cdd, u+8ce1, u+8ce3-8ce4, u+8ce6, u+8ce8, u+8cec, u+8cef-8cf2, u+8cf4-8cf5, u+8cf7-8cf8, u+8cfa-8cfb, u+8cfd-8cff, u+8d01, u+8d03-8d04, u+8d07, u+8d09-8d0b, u+8d0d-8d10, u+8d12-8d14, u+8d16-8d17, u+8d1b-8d1d, u+8d65, u+8d67, u+8d69, u+8d6b-8d6e, u+8d71, u+8d73, u+8d76, u+8d7f, u+8d81-8d82, u+8d84, u+8d88, u+8d8d, u+8d90-8d91, u+8d95, u+8d99, u+8d9e-8da0, u+8da6, u+8da8, u+8dab-8dac, u+8daf, u+8db2, u+8db5, u+8db7, u+8db9-8dbc, u+8dbe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-77.ByHUprk6.woff2) format("woff2");
    unicode-range: u+8973-8975, u+8977, u+897a-897e, u+8980, u+8983, u+8988-898a, u+898d, u+8990, u+8993-8995, u+8998, u+899b-899c, u+899f-89a1, u+89a5-89a6, u+89a9, u+89ac, u+89af-89b0, u+89b2, u+89b4-89b7, u+89ba, u+89bc-89bd, u+89bf-89c1, u+89d4-89d8, u+89da, u+89dc-89dd, u+89e5, u+89e7, u+89e9, u+89eb, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89f8-89f9, u+89fd, u+89ff, u+8a01, u+8a04-8a05, u+8a07, u+8a0c, u+8a0f-8a12, u+8a14-8a16, u+8a1b, u+8a1d-8a1e, u+8a20-8a22, u+8a24-8a26, u+8a2b-8a2c, u+8a2f, u+8a35-8a37, u+8a3b, u+8a3d-8a3e, u+8a40-8a41, u+8a43, u+8a45-8a49, u+8a4d-8a4e, u+8a51-8a54, u+8a56-8a58, u+8a5b-8a5d, u+8a61-8a62, u+8a65, u+8a67, u+8a6c-8a6d, u+8a75-8a77, u+8a79-8a7c, u+8a7e-8a80, u+8a82-8a86, u+8a8b, u+8a8f-8a92, u+8a96-8a97, u+8a99-8a9a, u+8a9f, u+8aa1, u+8aa3, u+8aa5-8aaa, u+8aae-8aaf, u+8ab3, u+8ab6-8ab7, u+8abb-8abc, u+8abe, u+8ac2-8ac4, u+8ac6, u+8ac8-8aca, u+8acc-8acd, u+8ad0-8ad1, u+8ad3-8ad5, u+8ad7, u+8ada-8ae2, u+8ae4, u+8ae7, u+8aeb-8aec, u+8aee, u+8af0-8af1, u+8af3-8af7, u+8afa, u+8afc, u+8aff, u+8b01-8b02, u+8b04-8b07, u+8b0a-8b0d, u+8b0f-8b11, u+8b14, u+8b16, u+8b1a, u+8b1c, u+8b1e-8b20, u+8b26, u+8b28, u+8b2b-8b2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-78.BnVZleiC.woff2) format("woff2");
    unicode-range: u+87e2-87e6, u+87ea-87ed, u+87ef, u+87f1, u+87f3, u+87f5-87f8, u+87fa-87fb, u+87fe-87ff, u+8801, u+8803, u+8805-8807, u+8809-880b, u+880d-8816, u+8818-881c, u+881e-881f, u+8821-8822, u+8827-8828, u+882d-882e, u+8830-8832, u+8835-8836, u+8839-883c, u+8841-8845, u+8848-884b, u+884d-884e, u+8851-8852, u+8855-8856, u+8858-885a, u+885c, u+885e-8860, u+8862, u+8864, u+8869, u+886b, u+886e-886f, u+8871-8872, u+8875, u+8877, u+8879, u+887b, u+887d-887e, u+8880-8882, u+8888, u+888d, u+8892, u+8897-889c, u+889e-88a0, u+88a2, u+88a4, u+88a8, u+88aa, u+88ae, u+88b0-88b1, u+88b5, u+88b7, u+88ba, u+88bc-88c0, u+88c3-88c4, u+88c6, u+88ca-88ce, u+88d1-88d4, u+88d8-88d9, u+88db, u+88dd-88e1, u+88e7-88e8, u+88ef-88f2, u+88f4-88f5, u+88f7, u+88f9, u+88fc, u+8901-8902, u+8904, u+8906, u+890a, u+890c-890f, u+8913, u+8915-8916, u+8918-891a, u+891c-891e, u+8920, u+8925-8928, u+892a-892b, u+8930-8932, u+8935-893b, u+893e, u+8940-8946, u+8949, u+894c-894d, u+894f, u+8952, u+8956-8957, u+895a-895c, u+895e, u+8960-8964, u+8966, u+896a-896b, u+896d-8970
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-79.CDpMH8Uy.woff2) format("woff2");
    unicode-range: u+8655-8659, u+865b, u+865d-8664, u+8667, u+8669, u+866c, u+866f, u+8671, u+8675-8677, u+867a-867b, u+867d, u+8687-8689, u+868b-868d, u+8691, u+8693, u+8695-8696, u+8698, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a6-86ab, u+86ad, u+86af-86b1, u+86b3-86b9, u+86bf-86c1, u+86c3-86c6, u+86c9, u+86cb, u+86ce, u+86d1-86d2, u+86d4-86d5, u+86d7, u+86da, u+86dc, u+86de-86e0, u+86e3-86e7, u+86e9, u+86ec-86ed, u+86ef, u+86f8-86fe, u+8700, u+8703-870b, u+870d-8714, u+8719-871a, u+871e-871f, u+8721-8723, u+8725, u+8728-8729, u+872e-872f, u+8731-8732, u+8734, u+8737, u+8739-8740, u+8743, u+8745, u+8749, u+874b-874e, u+8751, u+8753, u+8755, u+8757-8759, u+875d, u+875f-8761, u+8763-8766, u+8768, u+876a, u+876e-876f, u+8771-8772, u+8774, u+8778, u+877b-877c, u+877f, u+8782-8789, u+878b-878c, u+878e, u+8790, u+8793, u+8795, u+8797-8799, u+879e-87a0, u+87a2-87a3, u+87a7, u+87ab-87af, u+87b1, u+87b3, u+87b5, u+87bb, u+87bd-87c1, u+87c4, u+87c6-87cb, u+87ce, u+87d0, u+87d2, u+87d5-87d6, u+87d9-87da, u+87dc, u+87df-87e0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-80.B2librmO.woff2) format("woff2");
    unicode-range: u+84b4, u+84b9-84bb, u+84bd-84c2, u+84c6-84ca, u+84cc-84d1, u+84d3, u+84d6, u+84d9-84da, u+84dc, u+84e7, u+84ea, u+84ec, u+84ef-84f2, u+84f4, u+84f7, u+84fa-84fd, u+84ff-8500, u+8502-8503, u+8506-8507, u+850c, u+850e, u+8510, u+8514-8515, u+8517-8518, u+851a-851c, u+851e-851f, u+8521-8525, u+8527, u+852a-852c, u+852f, u+8532-8534, u+8536, u+853e-8541, u+8543, u+8546, u+8548, u+854a-854b, u+854f-8553, u+8555-855a, u+855c-8564, u+8569-856b, u+856d, u+856f, u+8577, u+8579-857b, u+857d-8581, u+8585-8586, u+8588-858c, u+858f-8591, u+8593, u+8597-8598, u+859b-859d, u+859f-85a0, u+85a2, u+85a4-85a5, u+85a7-85a8, u+85ad-85b0, u+85b4, u+85b6-85ba, u+85bc-85bf, u+85c1-85c2, u+85c7, u+85c9-85cb, u+85ce-85d0, u+85d5, u+85d8-85da, u+85dc, u+85df-85e1, u+85e5-85e6, u+85e8, u+85ed, u+85f3-85f4, u+85f6-85f7, u+85f9-85fa, u+85fc, u+85fe-8600, u+8602, u+8604-8606, u+860a-860b, u+860d-860e, u+8610-8613, u+8616-861b, u+861e, u+8621-8622, u+8624, u+8627, u+8629, u+862f-8630, u+8636, u+8638-863a, u+863c-863d, u+863f-8642, u+8646, u+864d, u+8652-8654
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-81.DyD78Qc8.woff2) format("woff2");
    unicode-range: u+82e8, u+82ea, u+82ed, u+82ef, u+82f3-82f4, u+82f6-82f7, u+82f9, u+82fb, u+82fd-82fe, u+8300-8301, u+8303, u+8306-8308, u+830a-830c, u+8316-8318, u+831b, u+831d-831f, u+8321-8323, u+832b-8335, u+8337, u+833a, u+833c-833d, u+8340, u+8342-8347, u+834a, u+834d-8351, u+8353-8357, u+835a, u+8362-8363, u+8370, u+8373, u+8375, u+8378, u+837c-837d, u+837f-8380, u+8382, u+8384-8387, u+838a, u+838d-838e, u+8392-8396, u+8398-83a0, u+83a2, u+83a6-83ad, u+83b1, u+83b5, u+83bd-83c1, u+83c7, u+83c9, u+83ce-83d1, u+83d4, u+83d6, u+83d8, u+83dd, u+83df-83e1, u+83e5, u+83e8, u+83ea-83eb, u+83f0, u+83f2, u+83f4, u+83f6-83f9, u+83fb-83fd, u+8401, u+8403-8404, u+8406-8407, u+840a-840b, u+840d, u+840f, u+8411, u+8413, u+8415, u+8417, u+8419, u+8420, u+8422, u+842a, u+842f, u+8431, u+8435, u+8438-8439, u+843c, u+8445-8448, u+844a, u+844d-844f, u+8451-8452, u+8456, u+8458-845a, u+845c, u+845f-8462, u+8464-8467, u+8469-846b, u+846d-8470, u+8473-8474, u+8476-847a, u+847c-847d, u+8481-8482, u+8484-8485, u+848b, u+8490, u+8492-8493, u+8495, u+8497, u+849c, u+849e-849f, u+84a1, u+84a6, u+84a8-84aa, u+84ad, u+84af, u+84b1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-82.DJPfqOjz.woff2) format("woff2");
    unicode-range: u+814a, u+814c, u+8151-8153, u+8157, u+815f-8161, u+8165-8169, u+816d-816f, u+8171, u+8173-8174, u+8177, u+8180-8186, u+8188, u+818a-818b, u+818e, u+8190, u+8193, u+8195-8196, u+8198, u+819b, u+819e, u+81a0, u+81a2, u+81a4, u+81a9, u+81ae, u+81b0, u+81b2, u+81b4-81b5, u+81b8, u+81ba-81bb, u+81bd-81be, u+81c0-81c3, u+81c5-81c6, u+81c8-81cb, u+81cd-81cf, u+81d1, u+81d5-81db, u+81dd-81e1, u+81e4-81e5, u+81e7, u+81eb-81ec, u+81ef-81f2, u+81f5-81f6, u+81f8-81fb, u+81fd-8205, u+8209-820b, u+820d, u+820f, u+8212-8214, u+8216, u+8219-821d, u+8221-8222, u+8228-8229, u+822b, u+822e, u+8232-8235, u+8237-8238, u+823a, u+823c, u+8240, u+8243-8246, u+8249, u+824b, u+824e-824f, u+8251, u+8256-825a, u+825c-825d, u+825f-8260, u+8262-8264, u+8267-8268, u+826a-826b, u+826d-826e, u+8271, u+8274, u+8277, u+8279, u+827b, u+827d-8281, u+8283-8284, u+8287, u+8289-828a, u+828d-828e, u+8291-8294, u+8296, u+8298-829b, u+829f-82a1, u+82a3-82a4, u+82a7-82ac, u+82ae, u+82b0, u+82b2, u+82b4, u+82b7, u+82ba-82bc, u+82be-82bf, u+82c5-82c6, u+82d0, u+82d2-82d3, u+82d5, u+82d9-82da, u+82dc, u+82de-82e4, u+82e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-83.DfTor7-W.woff2) format("woff2");
    unicode-range: u+7f77-7f79, u+7f7d-7f80, u+7f82-7f83, u+7f86-7f88, u+7f8b-7f8d, u+7f8f-7f91, u+7f94, u+7f96-7f97, u+7f9a, u+7f9c-7f9d, u+7fa1-7fa3, u+7fa6, u+7faa, u+7fad-7faf, u+7fb2, u+7fb4, u+7fb6, u+7fb8-7fb9, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fc5-7fc6, u+7fc8, u+7fca, u+7fce-7fcf, u+7fd5, u+7fdb, u+7fdf, u+7fe1, u+7fe3, u+7fe5-7fe6, u+7fe8-7fe9, u+7feb-7fec, u+7fee-7ff0, u+7ff2-7ff3, u+7ff9-7ffa, u+7ffd-7fff, u+8002, u+8004, u+8006-8008, u+800a-800f, u+8011-8014, u+8016, u+8018-8019, u+801c-8021, u+8024, u+8026, u+8028, u+802c, u+802e, u+8030, u+8034-8035, u+8037, u+8039-8040, u+8043-8044, u+8046, u+804a, u+8052, u+8058, u+805a, u+805f-8060, u+8062, u+8064, u+8066, u+8068, u+806d, u+806f-8073, u+8075-8076, u+8079, u+807b, u+807d-8081, u+8084-8088, u+808b, u+808e, u+8093, u+8099-809a, u+809c, u+809e, u+80a4, u+80a6-80a7, u+80ab-80ad, u+80b1, u+80b8-80b9, u+80c4-80c5, u+80c8, u+80ca, u+80cd, u+80cf, u+80d2, u+80d4-80db, u+80dd, u+80e0, u+80e4-80e6, u+80ed-80f3, u+80f5-80f7, u+80f9-80fc, u+80fe, u+8101, u+8103, u+8109, u+810b, u+810d, u+8116-8118, u+811b-811c, u+811e, u+8120, u+8123-8124, u+8127, u+8129, u+812b-812c, u+812f-8130, u+8135, u+8139-813a, u+813c-813e, u+8141, u+8145-8147
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-84.cf1UE2HF.woff2) format("woff2");
    unicode-range: u+7d57, u+7d59-7d5d, u+7d63, u+7d65, u+7d67, u+7d6a, u+7d6e, u+7d70, u+7d72-7d73, u+7d78, u+7d7a-7d7b, u+7d7d, u+7d7f, u+7d81-7d83, u+7d85-7d86, u+7d88-7d89, u+7d8b-7d8d, u+7d8f, u+7d91, u+7d93, u+7d96-7d97, u+7d9b-7da0, u+7da2-7da3, u+7da6-7da7, u+7daa-7dac, u+7dae-7db0, u+7db3, u+7db5-7db9, u+7dbd, u+7dc0, u+7dc2-7dc7, u+7dcc-7dce, u+7dd0, u+7dd5-7dd9, u+7ddc-7dde, u+7de1-7de6, u+7dea-7ded, u+7df1-7df2, u+7df5-7df6, u+7df9-7dfa, u+7e00, u+7e05, u+7e08-7e0b, u+7e10-7e12, u+7e15, u+7e17, u+7e1c-7e1d, u+7e1f-7e23, u+7e27-7e28, u+7e2c-7e2d, u+7e2f, u+7e31-7e33, u+7e35-7e37, u+7e39-7e3b, u+7e3d, u+7e3f, u+7e43-7e48, u+7e4e, u+7e50, u+7e52, u+7e56, u+7e58-7e5a, u+7e5d-7e5f, u+7e61-7e62, u+7e65-7e67, u+7e69-7e6b, u+7e6d-7e6f, u+7e73, u+7e75, u+7e78-7e79, u+7e7b-7e7f, u+7e81-7e83, u+7e86-7e8a, u+7e8c-7e8e, u+7e90-7e96, u+7e98, u+7e9a-7e9f, u+7f38, u+7f3a-7f3f, u+7f43-7f45, u+7f47, u+7f4c-7f50, u+7f52-7f55, u+7f58, u+7f5b-7f5d, u+7f5f, u+7f61, u+7f63-7f69, u+7f6b, u+7f6d, u+7f71
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-85.yZHa4UTh.woff2) format("woff2");
    unicode-range: u+7bc8, u+7bca-7bcc, u+7bcf, u+7bd4, u+7bd6-7bd7, u+7bd9-7bdb, u+7bdd, u+7be5-7be6, u+7be8-7bea, u+7bf0, u+7bf2-7bfa, u+7bfc, u+7bfe, u+7c00-7c04, u+7c06-7c07, u+7c09, u+7c0b-7c0f, u+7c11-7c14, u+7c17, u+7c19, u+7c1b, u+7c1e-7c20, u+7c23, u+7c25-7c28, u+7c2a-7c2c, u+7c2f, u+7c31, u+7c33-7c34, u+7c36-7c3a, u+7c3d-7c3e, u+7c40, u+7c42-7c43, u+7c45-7c46, u+7c4a, u+7c4c, u+7c4f-7c5f, u+7c61, u+7c63-7c65, u+7c67, u+7c69, u+7c6c-7c70, u+7c72, u+7c75, u+7c79, u+7c7b-7c7e, u+7c81-7c83, u+7c86-7c87, u+7c8d, u+7c8f-7c90, u+7c94, u+7c9e, u+7ca0-7ca2, u+7ca4-7ca6, u+7ca8, u+7cab, u+7cad-7cae, u+7cb0-7cb3, u+7cb6-7cb7, u+7cb9-7cbd, u+7cbf-7cc0, u+7cc2, u+7cc4-7cc5, u+7cc7-7cca, u+7ccd-7ccf, u+7cd2-7cd5, u+7cd7-7cda, u+7cdc-7cdd, u+7cdf-7ce0, u+7ce2, u+7ce6, u+7ce9, u+7ceb, u+7cef, u+7cf2, u+7cf4-7cf6, u+7cf9-7cfa, u+7cfe, u+7d02-7d03, u+7d06-7d0a, u+7d0f, u+7d11-7d13, u+7d15-7d16, u+7d1c-7d1e, u+7d23, u+7d26, u+7d2a, u+7d2c-7d2e, u+7d31-7d32, u+7d35, u+7d3c-7d41, u+7d43, u+7d45, u+7d47-7d48, u+7d4b, u+7d4d-7d4f, u+7d51, u+7d53, u+7d55-7d56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-86.DLuEM54N.woff2) format("woff2");
    unicode-range: u+7a17-7a19, u+7a1b, u+7a1e-7a21, u+7a27, u+7a2b, u+7a2d, u+7a2f-7a31, u+7a34-7a35, u+7a37-7a3b, u+7a3e, u+7a43-7a49, u+7a4c, u+7a4e, u+7a50, u+7a55-7a57, u+7a59, u+7a5c-7a5d, u+7a5f-7a63, u+7a65, u+7a67, u+7a69-7a6a, u+7a6d, u+7a70, u+7a75, u+7a78-7a79, u+7a7d-7a7e, u+7a80, u+7a82, u+7a84-7a86, u+7a88, u+7a8a-7a8b, u+7a90-7a91, u+7a94-7a98, u+7a9e, u+7aa0, u+7aa3, u+7aa9, u+7aac, u+7ab0, u+7ab3, u+7ab5-7ab6, u+7ab9-7abf, u+7ac3, u+7ac5-7aca, u+7acc-7acf, u+7ad1-7ad3, u+7ad5, u+7ada-7adb, u+7add, u+7adf, u+7ae1-7ae2, u+7ae6-7aed, u+7af0-7af1, u+7af4, u+7af8, u+7afa-7afb, u+7afd-7afe, u+7b02, u+7b04, u+7b06-7b08, u+7b0a-7b0b, u+7b0f, u+7b12, u+7b14, u+7b18-7b19, u+7b1e-7b1f, u+7b23, u+7b25, u+7b27-7b2b, u+7b2d-7b31, u+7b33-7b36, u+7b3b, u+7b3d, u+7b3f-7b41, u+7b45, u+7b47, u+7b4c-7b50, u+7b53, u+7b55, u+7b5d, u+7b60, u+7b64-7b66, u+7b69-7b6a, u+7b6c-7b75, u+7b77, u+7b79-7b7a, u+7b7f, u+7b84, u+7b86, u+7b89, u+7b8d-7b92, u+7b96, u+7b98-7ba0, u+7ba5, u+7bac-7bad, u+7baf-7bb0, u+7bb2, u+7bb4-7bb6, u+7bba-7bbd, u+7bc1-7bc2, u+7bc5-7bc6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-87.CnoZEOIe.woff2) format("woff2");
    unicode-range: u+7851-7852, u+785c, u+785e, u+7860-7861, u+7863-7864, u+7868, u+786a, u+786e-786f, u+7872, u+7874, u+787a, u+787c, u+787e, u+7886-7887, u+788a, u+788c-788f, u+7893-7895, u+7898, u+789a, u+789d-789f, u+78a1, u+78a3-78a4, u+78a8-78aa, u+78ac-78ad, u+78af-78b3, u+78b5, u+78bb-78bf, u+78c5-78cc, u+78ce, u+78d1-78d6, u+78da-78db, u+78df-78e1, u+78e4, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78f6-78f7, u+78f9-78fb, u+78fd-7901, u+7906-7907, u+790c, u+7910-7912, u+7919-791c, u+791e-7920, u+7925-792e, u+7930-7931, u+7934-7935, u+793b, u+793d, u+793f, u+7941-7942, u+7944-7946, u+794a-794b, u+794f, u+7951, u+7954-7955, u+7957-7958, u+795a-795c, u+795f-7960, u+7962, u+7967, u+7969, u+796b, u+7972, u+7977, u+7979-797c, u+797e-7980, u+798a-798e, u+7991, u+7993-7996, u+7998, u+799b-799d, u+79a1, u+79a6-79ab, u+79ae-79b1, u+79b3-79b4, u+79b8-79bb, u+79bd-79be, u+79c2, u+79c4, u+79c7-79ca, u+79cc-79cd, u+79cf, u+79d4-79d6, u+79da, u+79dd-79e3, u+79e5, u+79e7, u+79ea-79ed, u+79f1, u+79f8, u+79fc, u+7a02-7a03, u+7a05, u+7a07-7a0a, u+7a0c-7a0d, u+7a11, u+7a15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-88.Cm_LDn2I.woff2) format("woff2");
    unicode-range: u+768c-768e, u+7690, u+7693, u+7695-7696, u+7699-76a8, u+76aa, u+76ad, u+76af-76b0, u+76b4, u+76b6-76ba, u+76bd, u+76c1-76c3, u+76c5, u+76c8-76c9, u+76cb-76ce, u+76d2, u+76d4, u+76d6, u+76d9, u+76dc, u+76de, u+76e0-76e1, u+76e5-76e8, u+76ea-76ec, u+76f0-76f1, u+76f6, u+76f9, u+76fb-76fc, u+7700, u+7704, u+7706-7708, u+770a, u+770e, u+7712, u+7714-7715, u+7717, u+7719-771c, u+7722, u+7724-7726, u+7728, u+772d-772f, u+7734-7739, u+773d-773e, u+7742, u+7745-7747, u+774a, u+774d-774f, u+7752, u+7756-7758, u+775a-775c, u+775e-7760, u+7762, u+7764-7765, u+7767, u+776a-776c, u+7770, u+7772-7774, u+7779-777a, u+777c-7780, u+7784, u+778b-778e, u+7794-7796, u+779a, u+779e-77a0, u+77a2, u+77a4-77a5, u+77a7, u+77a9-77aa, u+77ae-77b1, u+77b5-77b7, u+77b9, u+77bb-77bf, u+77c3, u+77c7, u+77c9, u+77cd, u+77d1-77d2, u+77d5, u+77d7, u+77d9-77da, u+77dc, u+77de-77e0, u+77e3-77e4, u+77e6-77e7, u+77e9-77ea, u+77ec, u+77ee, u+77f0-77f1, u+77f4, u+77f8, u+77fb-77fc, u+7805-7806, u+7809, u+780c-780e, u+7811-7812, u+7819, u+781d, u+7820-7823, u+7826-7827, u+782c-782e, u+7830, u+7835, u+7837, u+783a, u+783f, u+7843-7845, u+7847-7848, u+784c, u+784e-784f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-89.DFM9eBlp.woff2) format("woff2");
    unicode-range: u+7511-7513, u+7515-7517, u+751c, u+751e, u+7520-7522, u+7524, u+7526-7527, u+7529-752c, u+752f, u+7536, u+7538-7539, u+753c-7540, u+7543-7544, u+7546-754b, u+754d-7550, u+7552, u+7557, u+755a-755b, u+755d-755f, u+7561-7562, u+7564, u+7566-7567, u+7569, u+756b-756d, u+756f, u+7571-7572, u+7574-757e, u+7581-7582, u+7585-7587, u+7589-758c, u+758f-7590, u+7592-7595, u+7599-759a, u+759c-759d, u+75a2-75a5, u+75b0-75b1, u+75b3-75b5, u+75b7-75b8, u+75ba, u+75bd, u+75bf-75c4, u+75c6, u+75ca, u+75cc-75cf, u+75d3-75d4, u+75d7-75d8, u+75dc-75e1, u+75e3-75e4, u+75e7, u+75ec, u+75ee-75f3, u+75f9, u+75fc, u+75fe-7604, u+7607-760c, u+760f, u+7612-7613, u+7615-7616, u+7618-7619, u+761b-7629, u+762d, u+7630, u+7632-7635, u+7638-763c, u+7640-7641, u+7643-764b, u+764e, u+7655, u+7658-7659, u+765c, u+765f, u+7661-7662, u+7664-7665, u+7667-766a, u+766c-7672, u+7674, u+7676, u+7678, u+7680-7683, u+7685, u+7688, u+768b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-90.BKWdwjTI.woff2) format("woff2");
    unicode-range: u+736c, u+736e-7371, u+7375, u+7377-737c, u+7380-7381, u+7383, u+7385-7386, u+738a, u+738e, u+7390, u+7393-7398, u+739c, u+739e-73a0, u+73a2, u+73a5-73a6, u+73a8, u+73aa-73ab, u+73ad, u+73b3, u+73b5, u+73b7, u+73b9-73bd, u+73bf, u+73c5-73c6, u+73c9-73cc, u+73ce-73cf, u+73d2-73d3, u+73d6, u+73d9, u+73dd-73de, u+73e1, u+73e3-73e7, u+73e9-73ea, u+73ee, u+73f1, u+73f4-73f5, u+73f7-73fb, u+73fd, u+73ff-7401, u+7404-7405, u+7407, u+740a, u+7411, u+7413, u+741a-741b, u+7421, u+7424, u+7426, u+7428-7431, u+7433, u+7439-743a, u+743f-7441, u+7443-7444, u+7446-7447, u+744b, u+744d, u+7451-7453, u+7455, u+7457, u+7459-745a, u+745c-745d, u+745f, u+7462-7464, u+7466-746b, u+746d-7473, u+7476, u+747e, u+7480-7481, u+7485-7489, u+748b, u+748f-7492, u+7497-749a, u+749c, u+749e-74a3, u+74a5-74a6, u+74a8-74ab, u+74ae-74af, u+74b1-74b2, u+74b5, u+74b9-74bb, u+74bd, u+74bf, u+74c8-74ca, u+74cc, u+74cf-74d0, u+74d3-74d4, u+74d6, u+74d8, u+74da-74db, u+74de-74e0, u+74e3-74e4, u+74e7-74eb, u+74ee-74f2, u+74f4, u+74f7-74f8, u+74fa-74fc, u+74ff, u+7501, u+7503-7506, u+750c-750e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-91.CGx0gSHx.woff2) format("woff2");
    unicode-range: u+7166, u+7168, u+716c, u+7179, u+7180, u+7184-7185, u+7187-7188, u+718c, u+718f, u+7192, u+7194-7196, u+7199-719b, u+71a0, u+71a2, u+71a8, u+71ac, u+71ae-71b0, u+71b2-71b3, u+71b9-71ba, u+71be-71c1, u+71c4, u+71c9, u+71cb-71cc, u+71ce, u+71d0, u+71d2-71d4, u+71d6-71d7, u+71d9-71da, u+71dc, u+71df-71e0, u+71e6-71e7, u+71ec-71ee, u+71f4-71f5, u+71f8-71f9, u+71fc, u+71fe-7200, u+7207-7209, u+720d, u+7210, u+7213, u+7215, u+7217, u+721a, u+721d, u+721f, u+7224, u+7228, u+722b, u+722d, u+722f-7230, u+7232, u+7234, u+7238-7239, u+723b-723c, u+723e-7243, u+7245-7246, u+724b, u+724e-7250, u+7252-7253, u+7255-7258, u+725a, u+725c, u+725e, u+7260, u+7263, u+7268, u+726b, u+726e-726f, u+7271, u+7274, u+7277-7278, u+727b-727c, u+727e-7282, u+7284, u+7287, u+7289, u+728d-728e, u+7292-7293, u+7296, u+729b, u+72a2, u+72a7-72a8, u+72ad-72ae, u+72b0-72b2, u+72b4, u+72b9, u+72be, u+72c0-72c1, u+72c3-72c4, u+72c6-72c7, u+72c9, u+72cc, u+72ce, u+72d2, u+72d5-72d6, u+72d8, u+72df-72e2, u+72e5, u+72f3-72f4, u+72f7, u+72f9-72fb, u+72fd-72fe, u+7302, u+7304-7305, u+7307, u+730a-730b, u+730d, u+7312-7313, u+7316-7319, u+731c-731e, u+7322, u+7324, u+7327-7329, u+732c, u+732f, u+7331-7337, u+7339-733b, u+733d-733e, u+7343, u+734d-7350, u+7352, u+7356-7358, u+735d-7360, u+7366-736b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-92.B-26crnv.woff2) format("woff2");
    unicode-range: u+6f58-6f5b, u+6f5d-6f5e, u+6f60-6f62, u+6f66, u+6f68, u+6f6c-6f6d, u+6f6f, u+6f74, u+6f78, u+6f7a, u+6f7c-6f7e, u+6f80, u+6f82-6f83, u+6f86-6f88, u+6f8b-6f8e, u+6f90-6f94, u+6f96-6f98, u+6f9a, u+6f9d, u+6f9f-6fa1, u+6fa3, u+6fa5-6fa8, u+6fae-6fb1, u+6fb3, u+6fb5-6fb7, u+6fb9, u+6fbc, u+6fbe, u+6fc2, u+6fc5-6fca, u+6fd4-6fd5, u+6fd8, u+6fda-6fdb, u+6fde-6fe0, u+6fe4, u+6fe8-6fe9, u+6feb-6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ff9-6ffa, u+6ffc-6ffe, u+7000-7001, u+7005-7007, u+7009-700b, u+700d, u+700f, u+7011, u+7015, u+7017-7018, u+701a-701b, u+701d-7020, u+7023, u+7026, u+7028, u+702f-7030, u+7032, u+7034, u+7037, u+7039-703a, u+703c, u+703e, u+7043-7044, u+7047-704c, u+704e, u+7051, u+7054-7055, u+705d-705e, u+7064-7065, u+7069, u+706c, u+706e, u+7075-7076, u+707e, u+7081, u+7085-7086, u+7094-7098, u+709b, u+709f, u+70a4, u+70ab-70ac, u+70ae-70b1, u+70b3-70b4, u+70b7, u+70bb, u+70ca-70cb, u+70d1, u+70d3-70d6, u+70d8-70d9, u+70dc-70dd, u+70df, u+70e4, u+70ec, u+70f1, u+70fa, u+70fd, u+7103-7108, u+710b-710c, u+710f, u+7114, u+7119, u+711c, u+711e, u+7120, u+712b, u+712d-7131, u+7138, u+7141, u+7145-7147, u+7149-714b, u+7150-7153, u+7155-7157, u+715a, u+715c, u+715e, u+7160, u+7162, u+7164-7165
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-93.HBlF4KZ8.woff2) format("woff2");
    unicode-range: u+6d7c, u+6d80-6d82, u+6d85, u+6d87, u+6d89-6d8a, u+6d8c-6d8e, u+6d91-6d98, u+6d9c, u+6daa-6dac, u+6dae, u+6db4-6db5, u+6db7-6db9, u+6dbd, u+6dbf, u+6dc2, u+6dc4-6dc8, u+6dca, u+6dcc, u+6dce-6dd0, u+6dd2, u+6dd5-6dd6, u+6dd8-6ddb, u+6ddd-6de0, u+6de2, u+6de4-6de6, u+6de8-6dea, u+6dec, u+6dee-6df0, u+6df2, u+6df4, u+6df6, u+6df8-6dfa, u+6dfc, u+6e00, u+6e04, u+6e0a, u+6e17, u+6e19, u+6e1d-6e20, u+6e22-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e32, u+6e34, u+6e36, u+6e38-6e3c, u+6e42-6e45, u+6e48-6e49, u+6e4b-6e4f, u+6e51-6e54, u+6e57, u+6e5b-6e5f, u+6e62-6e63, u+6e68, u+6e6b, u+6e6e, u+6e72-6e73, u+6e76, u+6e7b, u+6e7d, u+6e82, u+6e89, u+6e8c-6e8d, u+6e8f, u+6e93, u+6e98-6e99, u+6e9f-6ea0, u+6ea5, u+6ea7, u+6eaa-6eab, u+6ead-6eaf, u+6eb1-6eb4, u+6eb7, u+6ebb-6ebd, u+6ebf-6ec4, u+6ec7-6eca, u+6ecc-6ecf, u+6ed3-6ed5, u+6ed9-6edb, u+6ee6, u+6eeb-6eef, u+6ef7-6ef9, u+6efb, u+6efd-6eff, u+6f04, u+6f08-6f0a, u+6f0c-6f0d, u+6f10-6f11, u+6f13, u+6f15-6f16, u+6f18, u+6f1a-6f1b, u+6f25-6f26, u+6f29-6f2a, u+6f2d, u+6f2f-6f33, u+6f35-6f36, u+6f38, u+6f3b-6f3c, u+6f3e-6f3f, u+6f41, u+6f45, u+6f4f, u+6f51-6f53, u+6f57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-94.BkPkbHVm.woff2) format("woff2");
    unicode-range: u+6b85, u+6b89, u+6b8d, u+6b95, u+6b97-6b98, u+6b9b, u+6b9e-6ba0, u+6ba2-6ba4, u+6ba8-6bb3, u+6bb7-6bb9, u+6bbc-6bbe, u+6bc0, u+6bc3-6bc4, u+6bc6-6bc9, u+6bcb-6bcc, u+6bcf, u+6bd3, u+6bd6-6bd8, u+6bda, u+6bdf, u+6be1, u+6be3, u+6be6-6be7, u+6beb-6bec, u+6bee, u+6bf1, u+6bf3, u+6bf7, u+6bf9, u+6bff, u+6c02, u+6c04-6c05, u+6c08-6c0a, u+6c0d-6c0e, u+6c10, u+6c12-6c14, u+6c19, u+6c1b, u+6c1f, u+6c24, u+6c26-6c28, u+6c2c, u+6c2e, u+6c33, u+6c35-6c36, u+6c3a-6c3b, u+6c3e-6c40, u+6c4a-6c4b, u+6c4d, u+6c4f, u+6c52, u+6c54-6c55, u+6c59, u+6c5b-6c5e, u+6c62, u+6c67-6c68, u+6c6a-6c6b, u+6c6d, u+6c6f, u+6c73-6c74, u+6c76, u+6c78-6c79, u+6c7b, u+6c7e, u+6c81-6c87, u+6c89, u+6c8c-6c8d, u+6c90, u+6c92-6c95, u+6c97-6c98, u+6c9a-6c9c, u+6c9f, u+6caa-6cae, u+6cb0-6cb2, u+6cb4, u+6cba, u+6cbd-6cbe, u+6cc2, u+6cc5-6cc6, u+6ccd, u+6ccf-6cd4, u+6cd6-6cd7, u+6cd9-6cdd, u+6ce0, u+6ce7, u+6ce9-6cef, u+6cf1-6cf2, u+6cf4, u+6cfb, u+6d00-6d01, u+6d04, u+6d07, u+6d0a, u+6d0c, u+6d0e-6d0f, u+6d11, u+6d13, u+6d19-6d1a, u+6d1f, u+6d24, u+6d26-6d28, u+6d2b, u+6d2e-6d2f, u+6d31, u+6d33-6d36, u+6d38-6d39, u+6d3c-6d3d, u+6d3f, u+6d57-6d5b, u+6d5e-6d61, u+6d64-6d65, u+6d67, u+6d6c, u+6d6f-6d70, u+6d79
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-95.CQShppA0.woff2) format("woff2");
    unicode-range: u+69dd-69de, u+69e2-69e3, u+69e5, u+69e7-69eb, u+69ed-69ef, u+69f1-69f6, u+69f9, u+69fe-6a01, u+6a03, u+6a05, u+6a0a, u+6a0c, u+6a0f, u+6a11-6a15, u+6a17, u+6a1a-6a1b, u+6a1d-6a20, u+6a22-6a24, u+6a28, u+6a2e, u+6a30, u+6a32-6a38, u+6a3b, u+6a3e-6a3f, u+6a44-6a4a, u+6a4e, u+6a50-6a52, u+6a54-6a56, u+6a5b, u+6a61-6a62, u+6a64, u+6a66-6a67, u+6a6a-6a6b, u+6a71-6a73, u+6a78, u+6a7a, u+6a7e-6a7f, u+6a81, u+6a83-6a84, u+6a86-6a87, u+6a89, u+6a8b, u+6a8d, u+6a90-6a91, u+6a94, u+6a97, u+6a9b, u+6a9d-6aa3, u+6aa5, u+6aaa-6aac, u+6aae-6ab1, u+6ab3-6ab4, u+6ab8, u+6abb, u+6abd-6abf, u+6ac1-6ac3, u+6ac6, u+6ac8-6ac9, u+6acc, u+6ad0-6ad1, u+6ad3-6ad6, u+6ada-6adf, u+6ae2, u+6ae4, u+6ae7-6ae8, u+6aea, u+6aec, u+6af0-6af3, u+6af8, u+6afa, u+6afc-6afd, u+6b02-6b03, u+6b06-6b07, u+6b09-6b0b, u+6b0f-6b12, u+6b16-6b17, u+6b1b, u+6b1d-6b1f, u+6b23-6b24, u+6b28, u+6b2b-6b2c, u+6b2f, u+6b35-6b39, u+6b3b, u+6b3d, u+6b3f, u+6b43, u+6b46-6b47, u+6b49-6b4a, u+6b4d-6b4e, u+6b50, u+6b52, u+6b54, u+6b56, u+6b58-6b59, u+6b5b, u+6b5d, u+6b5f-6b61, u+6b65, u+6b67, u+6b6b-6b6c, u+6b6e, u+6b70, u+6b72, u+6b75, u+6b77-6b7a, u+6b7d-6b84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-96.qqSeGQHr.woff2) format("woff2");
    unicode-range: u+6855, u+6857-6859, u+685b, u+685d, u+685f, u+6863, u+6867, u+686b, u+686e-6872, u+6874-6875, u+6877, u+6879-687c, u+687e-687f, u+6882-6884, u+6886, u+6888, u+688d-6890, u+6894, u+6896, u+6898-689c, u+689f-68a3, u+68a5-68a7, u+68a9-68ab, u+68ad-68af, u+68b2-68b5, u+68b9-68bc, u+68c3, u+68c5-68c6, u+68c8-68ca, u+68cc-68cd, u+68cf-68d1, u+68d3-68d9, u+68dc-68dd, u+68e0-68e1, u+68e3-68e5, u+68e7-68e8, u+68ea-68ed, u+68ef-68f1, u+68f5-68f7, u+68f9, u+68fb-68fd, u+6900-6901, u+6903-6904, u+6906-690c, u+690f-6911, u+6913, u+6916-6917, u+6919-691b, u+6921-6923, u+6925-6926, u+6928, u+692a, u+6930-6931, u+6933-6936, u+6938-6939, u+693b, u+693d, u+6942, u+6945-6946, u+6949, u+694e, u+6954, u+6957, u+6959, u+695b-695e, u+6961-6966, u+6968-696c, u+696e-6974, u+6977-697b, u+697e-6981, u+6986, u+698d, u+6991-6992, u+6994-6996, u+6998, u+699c, u+69a0-69a1, u+69a5-69a8, u+69ab, u+69ad, u+69af-69b2, u+69b4, u+69b7-69b8, u+69ba-69bc, u+69be-69c1, u+69c3, u+69c5, u+69c7-69c8, u+69ca, u+69ce-69d1, u+69d3, u+69d6-69d7, u+69d9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-97.BSGZDOp8.woff2) format("woff2");
    unicode-range: u+667e-6680, u+6683-6684, u+6688, u+668b-668e, u+6690, u+6692, u+6698-669d, u+669f-66a0, u+66a2, u+66a4, u+66ad, u+66b1-66b3, u+66b5, u+66b8-66b9, u+66bb-66bc, u+66be-66c4, u+66c6, u+66c8-66c9, u+66cc, u+66ce-66cf, u+66d4, u+66da-66db, u+66dd, u+66df-66e0, u+66e6, u+66e8-66e9, u+66eb-66ec, u+66ee, u+66f5, u+66f7, u+66fa-66fc, u+6701, u+6705, u+6707, u+670c, u+670e-6710, u+6712-6716, u+6719, u+671c, u+671e, u+6720, u+6722, u+6725-6726, u+672e, u+6733, u+6735-6738, u+673e-673f, u+6741, u+6743, u+6745-6748, u+674c-674d, u+6753-6755, u+6759, u+675d-675e, u+6760, u+6762-6764, u+6766, u+676a, u+676c, u+676e, u+6770, u+6772-6774, u+6776-6777, u+677b-677c, u+6780-6781, u+6784-6785, u+6787, u+6789, u+678b-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679b, u+67a1, u+67a4, u+67a6, u+67a9, u+67b0-67b5, u+67b7-67b9, u+67bb-67be, u+67c0-67c3, u+67c5-67c6, u+67c8-67c9, u+67ce, u+67d2, u+67d7-67d9, u+67db-67de, u+67e1-67e2, u+67e4, u+67e6-67e7, u+67e9, u+67ec, u+67ee-67f0, u+67f2, u+67f6-67f7, u+67f9-67fa, u+67fc, u+67fe, u+6801-6802, u+6805, u+6810, u+6814, u+6818-6819, u+681d, u+681f, u+6822, u+6827-6829, u+682b-682d, u+682f-6834, u+683b, u+683e-6840, u+6844-6846, u+6849-684a, u+684c-684e, u+6852-6854
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-98.Dzbtn9jy.woff2) format("woff2");
    unicode-range: u+64d2, u+64d4-64d5, u+64d7-64d8, u+64da, u+64e0-64e1, u+64e3-64e5, u+64e7, u+64e9-64ea, u+64ed, u+64ef-64f2, u+64f4-64f7, u+64fa-64fb, u+64fd-6501, u+6504-6505, u+6508-650a, u+650f, u+6513-6514, u+6516, u+6518-6519, u+651b-651f, u+6522, u+6524, u+6526, u+6529-652c, u+652e, u+6531-6532, u+6534-6538, u+653a, u+653c-653d, u+6543-6544, u+6547-6549, u+654d-654e, u+6550, u+6552, u+6554-6556, u+6558, u+655d-6560, u+6567, u+656b, u+6572, u+6578, u+657a, u+657d, u+6581-6585, u+6588, u+658a, u+658c, u+6592, u+6595, u+6598, u+659b, u+659d, u+659f-65a1, u+65a3-65a6, u+65ab, u+65ae, u+65b2-65b5, u+65b7-65b8, u+65be-65bf, u+65c1-65c4, u+65c6, u+65c8-65c9, u+65cc, u+65ce, u+65d0, u+65d2, u+65d4, u+65d6, u+65d8-65d9, u+65db, u+65df-65e1, u+65e3, u+65f0-65f2, u+65f4-65f5, u+65f9, u+65fb-65fc, u+65fe-6600, u+6603-6604, u+6608-660a, u+660d, u+6611-6612, u+6615-6616, u+661c-661e, u+6621-6624, u+6626, u+6629-662c, u+662e, u+6630-6631, u+6633-6637, u+6639-663b, u+663f-6641, u+6644-6646, u+6648-664a, u+664c, u+664e-664f, u+6651, u+6657-6665, u+6667-6668, u+666a-666d, u+6670, u+6673, u+6675, u+6677-6679, u+667b-667c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-99.DMBiw5nQ.woff2) format("woff2");
    unicode-range: u+62cf, u+62d1, u+62d4-62d6, u+62da, u+62dc, u+62ea, u+62ee-62ef, u+62f1-62f2, u+62f4-62f5, u+62fc-62fd, u+62ff, u+6302-6304, u+6308-630d, u+6310, u+6313, u+6316, u+6318, u+631b, u+6327, u+6329-632a, u+632d, u+6332, u+6335-6336, u+6339-633c, u+633e, u+6341-6344, u+6346, u+634a-634e, u+6350, u+6352-6354, u+6358-6359, u+635b, u+6365-6366, u+6369, u+636b-636d, u+6371-6372, u+6374-6378, u+637a, u+637c-637d, u+637f-6380, u+6382, u+6384, u+6387, u+6389-638a, u+638e-6390, u+6394-6396, u+6399-639a, u+639e, u+63a0, u+63a3-63a4, u+63a6, u+63a9, u+63ab-63af, u+63b5, u+63bd-63be, u+63c0-63c1, u+63c4-63c6, u+63c8, u+63ce, u+63d1-63d6, u+63dc, u+63e0, u+63e3, u+63e5, u+63e9-63ed, u+63f2-63f3, u+63f5-63f9, u+6406, u+6409-640a, u+640f-6410, u+6412-6414, u+6416-6418, u+641e, u+6420, u+6422, u+6424-6426, u+6428-642a, u+642f-6430, u+6434-6436, u+643d, u+643f, u+644b, u+644e-644f, u+6451-6454, u+645a-645d, u+645f-6461, u+6463, u+6467, u+646d, u+6473-6474, u+6476, u+6478-6479, u+647b, u+647d, u+6485, u+6487-6488, u+648f-6491, u+6493, u+6495, u+6498-649b, u+649d-649f, u+64a1, u+64a3, u+64a6, u+64a8-64a9, u+64ac, u+64b3, u+64bb-64bf, u+64c2, u+64c4-64c5, u+64c7, u+64c9-64cc, u+64ce, u+64d0-64d1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-100.BN4anT7M.woff2) format("woff2");
    unicode-range: u+6117, u+6119, u+611c, u+611e, u+6120-6122, u+6127-6128, u+612a-612c, u+6130-6131, u+6134-6137, u+6139-613a, u+613c-613f, u+6141-6142, u+6144-6147, u+6149-614a, u+614d, u+6153, u+6158-615a, u+615d-6160, u+6164-6165, u+616b-616c, u+616f, u+6171-6175, u+6177-6178, u+617b-6181, u+6183-6184, u+6187, u+618a-618b, u+618d, u+6192-6194, u+6196-619a, u+619c-619d, u+619f-61a0, u+61a5, u+61a8, u+61aa-61ae, u+61b8-61ba, u+61bc, u+61be, u+61c0-61c3, u+61c6, u+61c8, u+61ca-61cf, u+61d5, u+61dc-61df, u+61e1-61e3, u+61e5-61e9, u+61ec-61ed, u+61ef, u+61f4-61f7, u+61fa, u+61fc-6201, u+6203-6204, u+6207-620a, u+620d-620e, u+6213-6215, u+621b-621e, u+6220-6223, u+6227, u+6229-622b, u+622e, u+6230-6233, u+6236, u+6239, u+623d-623e, u+6241-6244, u+6246, u+6248, u+624c, u+624e, u+6250-6252, u+6254, u+6256, u+6258, u+625a-625c, u+625e, u+6260-6261, u+6263-6264, u+6268, u+626d, u+626f, u+6273, u+627a-627e, u+6282-6283, u+6285, u+6289, u+628d-6290, u+6292-6294, u+6296, u+6299, u+629b, u+62a6, u+62a8, u+62ac, u+62b3, u+62b6-62b7, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4, u+62c6-62c8, u+62ca, u+62ce
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-101.BzOTof2B.woff2) format("woff2");
    unicode-range: u+5f6c-5f6d, u+5f6f, u+5f72-5f75, u+5f78, u+5f7a, u+5f7d-5f7f, u+5f82-5f83, u+5f87-5f89, u+5f8d, u+5f8f, u+5f91, u+5f96, u+5f99, u+5f9c-5f9d, u+5fa0, u+5fa2, u+5fa4, u+5fa7-5fa8, u+5fab-5fad, u+5faf-5fb1, u+5fb5, u+5fb7-5fb8, u+5fbc-5fbd, u+5fc4, u+5fc7-5fc9, u+5fcb, u+5fd0-5fd4, u+5fdd-5fde, u+5fe1-5fe2, u+5fe4, u+5fe8-5fea, u+5fec-5ff3, u+5ff6, u+5ff8, u+5ffa-5ffd, u+5fff, u+6007, u+600a, u+600d-6010, u+6013-6015, u+6017-601b, u+601f, u+6021-6022, u+6024, u+6026, u+6029, u+602b, u+602d, u+6031, u+6033, u+6035, u+603a, u+6040-6043, u+6046-604a, u+604c-604d, u+6051, u+6054-6057, u+6059-605a, u+605d, u+605f-6064, u+6067, u+606a-606c, u+6070-6071, u+6077, u+607e-607f, u+6081-6086, u+6088-608e, u+6091-6093, u+6095-6098, u+609a-609b, u+609d-609e, u+60a2, u+60a4-60a5, u+60a7-60a8, u+60b0-60b1, u+60b3-60b5, u+60b7-60b8, u+60bb, u+60bd-60be, u+60c2, u+60c4, u+60c6-60cb, u+60ce-60cf, u+60d3-60d5, u+60d8-60d9, u+60db, u+60dd-60df, u+60e1-60e2, u+60e5, u+60ee, u+60f0-60f2, u+60f4-60f8, u+60fa-60fd, u+6100, u+6102-6103, u+6106-6108, u+610a, u+610c-610e, u+6110-6114, u+6116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-102.CxlT_GnG.woff2) format("woff2");
    unicode-range: u+5d9b, u+5d9d, u+5d9f-5da0, u+5da2, u+5da4, u+5da7, u+5dab-5dac, u+5dae, u+5db0, u+5db2, u+5db4, u+5db7-5db9, u+5dbc-5dbd, u+5dc3, u+5dc7, u+5dc9, u+5dcb-5dce, u+5dd0-5dd3, u+5dd6-5dd9, u+5ddb, u+5de0, u+5de2, u+5de4, u+5de9, u+5df2, u+5df5, u+5df8-5df9, u+5dfd, u+5dff-5e00, u+5e07, u+5e0b, u+5e0d, u+5e11-5e12, u+5e14-5e15, u+5e18-5e1b, u+5e1f-5e20, u+5e25, u+5e28, u+5e2e, u+5e32, u+5e35-5e37, u+5e3e, u+5e40, u+5e43-5e44, u+5e47, u+5e49, u+5e4b, u+5e4e, u+5e50-5e51, u+5e54, u+5e56-5e58, u+5e5b-5e5c, u+5e5e-5e5f, u+5e62, u+5e64, u+5e68, u+5e6a-5e6e, u+5e70, u+5e75-5e77, u+5e7a, u+5e7f-5e80, u+5e87, u+5e8b, u+5e8e, u+5e96, u+5e99-5e9a, u+5ea0, u+5ea2, u+5ea4-5ea5, u+5ea8, u+5eaa, u+5eac, u+5eb1, u+5eb3, u+5eb8-5eb9, u+5ebd-5ebf, u+5ec1-5ec2, u+5ec6, u+5ec8, u+5ecb-5ecc, u+5ece-5ed6, u+5ed9-5ee2, u+5ee5, u+5ee8-5ee9, u+5eeb-5eec, u+5ef0-5ef1, u+5ef3-5ef4, u+5ef8-5ef9, u+5efc-5f00, u+5f02-5f03, u+5f06-5f09, u+5f0b-5f0e, u+5f11, u+5f16-5f17, u+5f19, u+5f1b-5f1e, u+5f21-5f24, u+5f27-5f29, u+5f2b-5f30, u+5f34, u+5f36, u+5f38, u+5f3a-5f3d, u+5f3f-5f41, u+5f44-5f45, u+5f47-5f48, u+5f4a, u+5f4c-5f4e, u+5f50-5f51, u+5f54, u+5f56-5f58, u+5f5b-5f5d, u+5f60, u+5f63-5f65, u+5f67, u+5f6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-103.BY0BLug0.woff2) format("woff2");
    unicode-range: u+5bbc, u+5bc0-5bc1, u+5bc3, u+5bc7, u+5bc9, u+5bcd-5bd0, u+5bd3-5bd4, u+5bd6-5bda, u+5bde, u+5be0-5be2, u+5be4-5be6, u+5be8, u+5beb-5bec, u+5bef-5bf1, u+5bf3-5bf6, u+5bfd, u+5c03, u+5c05, u+5c07-5c09, u+5c0c-5c0d, u+5c12-5c14, u+5c17, u+5c19, u+5c1e-5c20, u+5c22-5c24, u+5c26, u+5c28-5c2e, u+5c30, u+5c32, u+5c35-5c36, u+5c38-5c39, u+5c46, u+5c4d-5c50, u+5c53, u+5c59-5c5c, u+5c5f-5c63, u+5c67-5c69, u+5c6c-5c70, u+5c74-5c76, u+5c79-5c7d, u+5c87-5c88, u+5c8a, u+5c8c, u+5c8f, u+5c91-5c92, u+5c94, u+5c9d, u+5c9f-5ca0, u+5ca2-5ca3, u+5ca6-5ca8, u+5caa-5cab, u+5cad, u+5cb1-5cb2, u+5cb4-5cb7, u+5cba-5cbc, u+5cbe, u+5cc5, u+5cc7, u+5cc9, u+5ccb, u+5cd0, u+5cd2, u+5cd7, u+5cd9, u+5cdd, u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1-5cf2, u+5cf4-5cf5, u+5cfa-5cfb, u+5cfd, u+5d01, u+5d06, u+5d0b, u+5d0d, u+5d10-5d12, u+5d14-5d15, u+5d17-5d1b, u+5d1d, u+5d1f-5d20, u+5d22-5d24, u+5d26-5d27, u+5d2b, u+5d31, u+5d34, u+5d39, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d48, u+5d4a-5d4b, u+5d4e, u+5d51-5d53, u+5d55, u+5d59, u+5d5c, u+5d5f-5d62, u+5d64, u+5d69-5d6a, u+5d6c-5d6d, u+5d6f-5d70, u+5d73, u+5d76, u+5d79-5d7a, u+5d7e-5d7f, u+5d81-5d84, u+5d87-5d88, u+5d8a, u+5d8c, u+5d90, u+5d92-5d95, u+5d97, u+5d99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-104.C4Owws-S.woff2) format("woff2");
    unicode-range: u+598b-598e, u+5992, u+5995, u+5997, u+599b, u+599d, u+599f, u+59a3-59a4, u+59a7, u+59ad-59b0, u+59b2-59b3, u+59b7, u+59ba, u+59bc, u+59be, u+59c1, u+59c3-59c4, u+59c6, u+59c8, u+59ca, u+59cd, u+59d2, u+59d9-59da, u+59dd-59df, u+59e3-59e5, u+59e7-59e8, u+59ec, u+59ee-59ef, u+59f1-59f2, u+59f4, u+59f6-59f8, u+5a00, u+5a03-5a04, u+5a09, u+5a0c-5a0e, u+5a11-5a13, u+5a17, u+5a1a-5a1c, u+5a1e-5a1f, u+5a23-5a25, u+5a27-5a28, u+5a2a, u+5a2d, u+5a30, u+5a35-5a36, u+5a40-5a41, u+5a44-5a45, u+5a47-5a49, u+5a4c, u+5a50, u+5a55, u+5a5e, u+5a62-5a63, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a77, u+5a7a-5a7b, u+5a7e, u+5a84, u+5a8b, u+5a90, u+5a93, u+5a96, u+5a99, u+5a9c, u+5a9e-5aa0, u+5aa2, u+5aa7, u+5aac, u+5ab1-5ab3, u+5ab5, u+5ab8, u+5aba-5abf, u+5ac2, u+5ac4, u+5ac6, u+5ac8, u+5acb, u+5acf-5ad0, u+5ad6-5ad7, u+5ada, u+5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae9-5aea, u+5aee, u+5af0, u+5af5-5af6, u+5afa-5afb, u+5afd, u+5b00-5b01, u+5b08, u+5b0b, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21, u+5b25, u+5b2a, u+5b2c-5b2d, u+5b30, u+5b32, u+5b34, u+5b36, u+5b38, u+5b3e, u+5b40-5b41, u+5b43, u+5b45, u+5b4b-5b4c, u+5b51-5b52, u+5b56, u+5b5a-5b5c, u+5b5e-5b5f, u+5b65, u+5b68-5b69, u+5b6e-5b71, u+5b73, u+5b75-5b76, u+5b7a, u+5b7c-5b84, u+5b86, u+5b8a-5b8b, u+5b8d-5b8e, u+5b90-5b91, u+5b93-5b94, u+5b96, u+5ba5-5ba6, u+5ba8-5ba9, u+5bac-5bad, u+5baf, u+5bb1-5bb2, u+5bb7-5bb8, u+5bba
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-105.BXisnELy.woff2) format("woff2");
    unicode-range: u+57b3, u+57b8, u+57bd, u+57c0, u+57c3, u+57c6-57c8, u+57cc, u+57cf, u+57d2-57d7, u+57dc-57de, u+57e0-57e1, u+57e3-57e4, u+57e6-57e7, u+57e9, u+57ed, u+57f0, u+57f4-57f6, u+57f8, u+57fb, u+57fd-57ff, u+5803-5804, u+5808-580d, u+5819, u+581b, u+581d-5821, u+5826-5827, u+582d, u+582f-5830, u+5832, u+5835, u+5839, u+583d, u+583f-5840, u+5849, u+584b-584d, u+584f-5852, u+5855, u+5858-5859, u+585f, u+5861-5862, u+5864, u+5867-5868, u+586d, u+5870, u+5872, u+5878-5879, u+587c, u+587f-5881, u+5885, u+5887-588d, u+588f-5890, u+5894, u+5896, u+5898, u+589d-589e, u+58a0-58a2, u+58a6, u+58a9-58ab, u+58ae, u+58b1-58b3, u+58b8-58bc, u+58be, u+58c2-58c5, u+58c8, u+58cd-58ce, u+58d0-58da, u+58dc-58e2, u+58e4-58e5, u+58e9, u+58ec, u+58ef, u+58f3-58f4, u+58f7, u+58f9, u+58fb-58fd, u+5902, u+5905-5906, u+590a-590d, u+5910, u+5912-5914, u+5918-5919, u+591b, u+591d, u+591f, u+5921, u+5923-5925, u+5928, u+592c-592d, u+592f-5930, u+5932-5933, u+5935-5936, u+5938-5939, u+593d-593f, u+5943, u+5946, u+594e, u+5950, u+5952-5953, u+5955, u+5957-595b, u+595d-5961, u+5963, u+5967, u+5969, u+596b-596d, u+596f, u+5972, u+5975-5976, u+5978-5979, u+597b-597c, u+5981
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-106.DrIBcxgX.woff2) format("woff2");
    unicode-range: u+5616-5617, u+5619, u+561b, u+5620, u+5628, u+562c, u+562f-5639, u+563b-563d, u+563f-5641, u+5643-5644, u+5646-5647, u+5649, u+564b, u+564d-5650, u+5653-5654, u+565e, u+5660-5664, u+5666, u+5669-566d, u+566f, u+5671-5672, u+5675-5676, u+5678, u+567a, u+5680, u+5684-5688, u+568a-568c, u+568f, u+5694-5695, u+5699-569a, u+569d-56a0, u+56a5-56a9, u+56ab-56ae, u+56b1-56b4, u+56b6-56b7, u+56bc, u+56be, u+56c0, u+56c2-56c3, u+56c5, u+56c8-56d1, u+56d3, u+56d7-56d9, u+56dc-56dd, u+56df, u+56e1, u+56e4-56e8, u+56eb, u+56ed-56ee, u+56f1, u+56f6-56f7, u+56f9, u+56ff-5704, u+5707-570a, u+570c-570d, u+5711, u+5713, u+5715-5716, u+5718, u+571a-571d, u+5720-5726, u+5729-572a, u+572c, u+572e-572f, u+5733-5734, u+5737-5738, u+573b, u+573d-573f, u+5745-5746, u+574c-574f, u+5751-5752, u+5759, u+575f, u+5761-5762, u+5764-5765, u+5767-5769, u+576b, u+576d-5771, u+5773-5775, u+5777, u+5779-577c, u+577e-577f, u+5781, u+5783, u+5788-5789, u+578c, u+5793-5795, u+5797, u+5799-579a, u+579c-57a1, u+57a4, u+57a7-57aa, u+57ac, u+57ae, u+57b0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-107.BM9VQkiu.woff2) format("woff2");
    unicode-range: u+543f-5440, u+5443-5444, u+5447, u+544c-544f, u+5455, u+545e, u+5462, u+5464, u+5466-5467, u+5469, u+546b-546e, u+5470-5471, u+5474-5477, u+547b, u+547f-5481, u+5483-5486, u+5488-548b, u+548d-5492, u+5495-5496, u+549c, u+549f-54a2, u+54a4, u+54a6-54af, u+54b1, u+54b7-54bc, u+54be-54bf, u+54c2-54c4, u+54c6-54c8, u+54ca, u+54cd-54ce, u+54d8, u+54e0, u+54e2, u+54e5-54e6, u+54e8-54ea, u+54ec-54ef, u+54f1, u+54f3, u+54f6, u+54fc-5501, u+5505, u+5508-5509, u+550c-550f, u+5514-5516, u+5527, u+552a-552b, u+552e, u+5532-5533, u+5535-5536, u+5538-5539, u+553b-553d, u+5540-5541, u+5544-5545, u+5547, u+5549-554a, u+554c-554d, u+5550-5551, u+5556-5558, u+555a-555e, u+5560-5561, u+5563-5564, u+5566, u+557b-5583, u+5586-5588, u+558a, u+558e-558f, u+5591-5594, u+5597, u+5599, u+559e-559f, u+55a3-55a4, u+55a8-55a9, u+55ac-55ae, u+55b2, u+55bf, u+55c1, u+55c3-55c4, u+55c6-55c7, u+55c9, u+55cb-55cc, u+55ce, u+55d1-55d4, u+55d7-55d8, u+55da-55db, u+55dd-55df, u+55e2, u+55e4, u+55e9, u+55ec, u+55ee, u+55f1, u+55f6-55f9, u+55fd-55ff, u+5605, u+5607-5608, u+560a, u+560d-5612
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-108.RXr8MRtr.woff2) format("woff2");
    unicode-range: u+528d, u+5291-5298, u+529a, u+529c, u+52a4-52a7, u+52ab-52ad, u+52af-52b0, u+52b5-52b8, u+52ba-52be, u+52c0-52c1, u+52c4-52c6, u+52c8, u+52ca, u+52cc-52cd, u+52cf-52d2, u+52d4, u+52d6-52d7, u+52db-52dc, u+52de, u+52e0-52e1, u+52e3, u+52e5-52e6, u+52e8-52ea, u+52ec, u+52f0-52f1, u+52f3-52fb, u+5300-5301, u+5303, u+5306-5308, u+530a-530d, u+530f-5311, u+5313, u+5315, u+5318-531f, u+5321, u+5323-5325, u+5327-532d, u+532f-5333, u+5335, u+5338, u+533c-533e, u+5340, u+5342, u+5345-5346, u+5349, u+534b-534c, u+5359, u+535b, u+535e, u+5361, u+5363-5367, u+5369, u+536c-536e, u+5372, u+5377, u+5379-537b, u+537d-537f, u+5382-5383, u+5387-5389, u+538e, u+5393-5394, u+5396, u+5398-5399, u+539d, u+53a0-53a1, u+53a4-53a6, u+53a9-53ab, u+53ad-53b0, u+53b2, u+53b4-53b8, u+53ba, u+53bd, u+53c0-53c1, u+53c3-53c5, u+53cf, u+53d2-53d3, u+53d5, u+53da-53db, u+53dd-53e0, u+53e2, u+53e6-53e8, u+53ed-53ee, u+53f4-53f5, u+53fa, u+5401-5403, u+540b, u+540f, u+5412-5413, u+541a, u+541d-541e, u+5421, u+5424, u+5427-542a, u+542c-542f, u+5431, u+5433-5436, u+543c-543d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-109.BaXmrUlc.woff2) format("woff2");
    unicode-range: u+50dd-50df, u+50e1-50e6, u+50e8-50e9, u+50ed-50f6, u+50f9-50fb, u+50fe, u+5101-5103, u+5106-5109, u+510b-510e, u+5110, u+5112, u+5114-511e, u+5121, u+5123, u+5127-5128, u+512c-512d, u+512f, u+5131, u+5133-5135, u+5137-513c, u+513f-5142, u+5147, u+514a, u+514c, u+514f, u+5152-5155, u+5157-5158, u+515f-5160, u+5162, u+5164, u+5166-5167, u+5169-516a, u+516e, u+5173-5174, u+5179, u+517b, u+517e, u+5180, u+5182-5184, u+5189, u+518b-518c, u+518e-5191, u+5193, u+5195-5196, u+5198, u+519d, u+51a1-51a4, u+51a6, u+51a9-51ab, u+51ad, u+51b0-51b3, u+51b5, u+51b8, u+51ba, u+51bc-51bf, u+51c2-51c3, u+51c5, u+51c8-51cb, u+51cf, u+51d1-51d6, u+51d8, u+51de-51e0, u+51e2, u+51e5, u+51e7, u+51e9, u+51ec-51ee, u+51f2-51f5, u+51f7, u+51fe, u+5201-5202, u+5204-5205, u+520b, u+520e, u+5212-5216, u+5218, u+5222, u+5226-5228, u+522a-522b, u+522e, u+5231-5233, u+5235, u+523c, u+5244-5245, u+5249, u+524b-524c, u+524f, u+5254-5255, u+5257-5258, u+525a, u+525c-5261, u+5266, u+5269, u+526c, u+526e, u+5271, u+5273-5274, u+5277-5279, u+527d, u+527f-5280, u+5282-5285, u+5288-528a, u+528c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-110.BPJnD3RC.woff2) format("woff2");
    unicode-range: u+4f57-4f58, u+4f5a-4f5b, u+4f5d-4f5f, u+4f63-4f64, u+4f69-4f6a, u+4f6c, u+4f6e-4f71, u+4f76-4f7e, u+4f81-4f85, u+4f88-4f8a, u+4f8c, u+4f8e-4f90, u+4f92-4f94, u+4f96-4f9a, u+4f9e-4fa0, u+4fab, u+4fad, u+4faf, u+4fb2, u+4fb7, u+4fb9, u+4fbb-4fbe, u+4fc0-4fc1, u+4fc4-4fc6, u+4fc8-4fc9, u+4fcb-4fd4, u+4fd8, u+4fda-4fdc, u+4fdf-4fe0, u+4fe2, u+4fe4-4fe6, u+4fef-4ff2, u+4ff6, u+4ffc-5002, u+5004-5007, u+500a, u+500c, u+500e-5011, u+5013-5014, u+5016-5018, u+501a-501e, u+5021-5023, u+5025-502a, u+502c-502e, u+5030, u+5032-5033, u+5035, u+5039, u+503b, u+5040-5043, u+5045-5048, u+504a, u+504c, u+504e, u+5050-5053, u+5055-5057, u+5059-505a, u+505f-5060, u+5062-5063, u+5066-5067, u+506a, u+506c-506d, u+5070-5072, u+5077-5078, u+5080-5081, u+5083-5086, u+5088, u+508a, u+508e-5090, u+5092-5096, u+509a-509c, u+509e-50a3, u+50aa, u+50ad, u+50af-50b4, u+50b9-50bb, u+50bd, u+50c0, u+50c2-50c4, u+50c7, u+50c9-50ca, u+50cc, u+50ce, u+50d0-50d1, u+50d3-50d4, u+50d6, u+50d8-50d9, u+50dc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-111.Dzd6xLkU.woff2) format("woff2");
    unicode-range: u+4093, u+4103, u+4105, u+4148, u+414f, u+4163, u+41b4, u+41bf, u+41e6, u+41ee, u+41f3, u+4207, u+420e, u+4264, u+4293, u+42c6, u+42d6, u+42dd, u+4302, u+432b, u+4343, u+43ee, u+43f0, u+4408, u+440c, u+4417, u+441c, u+4422, u+4453, u+445b, u+4476, u+447a, u+4491, u+44b3, u+44be, u+44d4, u+4508, u+450d, u+4525, u+4543, u+457a, u+459d, u+45b8, u+45be, u+45e5, u+45ea, u+460f-4610, u+4641, u+4665, u+46a1, u+46ae-46af, u+470c, u+471f, u+4764, u+47e6, u+47fd, u+4816, u+481e, u+4844, u+484e, u+48b5, u+49b0, u+49e7, u+49fa, u+4a04, u+4a29, u+4abc, u+4b38, u+4b3b, u+4b7e, u+4bc2, u+4bca, u+4bd2, u+4be8, u+4c17, u+4c20, u+4c38, u+4cc4, u+4cd1, u+4ce1, u+4d07, u+4d77, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e12, u+4e15, u+4e17, u+4e19, u+4e1e-4e1f, u+4e23-4e24, u+4e28-4e2c, u+4e2e-4e31, u+4e35-4e37, u+4e3f-4e42, u+4e44, u+4e47-4e48, u+4e4d-4e4e, u+4e51, u+4e55-4e56, u+4e58, u+4e5a-4e5c, u+4e62-4e63, u+4e68-4e69, u+4e74-4e75, u+4e79, u+4e7f, u+4e82, u+4e85, u+4e8a, u+4e8d-4e8e, u+4e96-4e99, u+4e9d-4ea0, u+4ea2, u+4ea5-4ea6, u+4ea8, u+4eaf-4eb0, u+4eb3, u+4eb6, u+4eb9, u+4ebb-4ebc, u+4ec2-4ec4, u+4ec6-4ec8, u+4ecd, u+4ed0, u+4ed7, u+4eda-4edb, u+4edd-4ee2, u+4ee8, u+4eeb, u+4eed, u+4eef, u+4ef1, u+4ef3, u+4ef5, u+4ef7, u+4efc-4f00, u+4f02-4f03, u+4f08-4f09, u+4f0b-4f0d, u+4f12, u+4f15-4f17, u+4f19, u+4f1c, u+4f2b, u+4f2e, u+4f30-4f31, u+4f33, u+4f35-4f37, u+4f39, u+4f3b, u+4f3e, u+4f40, u+4f42-4f43, u+4f48-4f49, u+4f4b-4f4c, u+4f52, u+4f54, u+4f56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-112.C_1oPC9r.woff2) format("woff2");
    unicode-range: u+3395-339b, u+339e-33a0, u+33a2-33ff, u+3402, u+3405-3406, u+3427, u+342c, u+342e, u+3468, u+346a, u+3488, u+3492, u+34b5, u+34bc, u+34c1, u+34c7, u+34db, u+351f, u+353e, u+355d-355e, u+3563, u+356e, u+35a6, u+35a8, u+35c5, u+35da, u+35de, u+35f4, u+3605, u+3614, u+364a, u+3691, u+3696, u+3699, u+36cf, u+3761-3762, u+376b-376c, u+3775, u+378d, u+37c1, u+37e2, u+37e8, u+37f4, u+37fd, u+3800, u+382f, u+3836, u+3840, u+385c, u+3861, u+38a1, u+38ad, u+38fa, u+3917, u+391a, u+396f, u+39a4, u+39b8, u+3a5c, u+3a6e, u+3a73, u+3a85, u+3ac4, u+3acb, u+3ad6-3ad7, u+3aea, u+3af3, u+3b0e, u+3b1a, u+3b1c, u+3b22, u+3b35, u+3b6d, u+3b77, u+3b87-3b88, u+3b8d, u+3ba4, u+3bb6, u+3bc3, u+3bcd, u+3bf0, u+3bf3, u+3c0f, u+3c26, u+3cc3, u+3cd2, u+3d11, u+3d1e, u+3d31, u+3d4e, u+3d64, u+3d9a, u+3dc0, u+3dcc, u+3dd4, u+3e05, u+3e3f-3e40, u+3e60, u+3e66, u+3e68, u+3e83, u+3e8a, u+3e94, u+3eda, u+3f57, u+3f72, u+3f75, u+3f77, u+3fae, u+3fb1, u+3fc9, u+3fd7, u+3fdc, u+4039, u+4058
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-113.rd4ZnXA5.woff2) format("woff2");
    unicode-range: u+32b5-332b, u+332d-3394
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-114.D5TMP_Zs.woff2) format("woff2");
    unicode-range: u+31c8-31e3, u+31f0-321e, u+3220-3230, u+3232-32b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-115.Cd_BknGv.woff2) format("woff2");
    unicode-range: u+3028-303f, u+3094-3096, u+309f-30a0, u+30ee, u+30f7-30fa, u+30ff, u+3105-312f, u+3131-3163, u+3165-318e, u+3190-31bb, u+31c0-31c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-116.DcCCj7gg.woff2) format("woff2");
    unicode-range: u+2f14-2fd5, u+2ff0-2ffb, u+3004, u+3013, u+3016-301b, u+301e, u+3020-3027
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-117.Dx7EbvHu.woff2) format("woff2");
    unicode-range: u+25e4-25e6, u+2601-2603, u+2609, u+260e-260f, u+2616-2617, u+261c-261f, u+262f, u+2641, u+2660, u+2662-2664, u+2666-2668, u+266d-266e, u+2672-267d, u+26bd-26be, u+2702, u+271a, u+273d, u+2740, u+2756, u+2776-2793, u+27a1, u+2934-2935, u+29bf, u+29fa-29fb, u+2b05-2b07, u+2b1a, u+2b95, u+2e3a-2e3b, u+2e80-2e99, u+2e9b-2ef3, u+2f00-2f13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-118.DBTHiUx3.woff2) format("woff2");
    unicode-range: u+24d1-24ff, u+2503-2513, u+2515-2516, u+2518-251b, u+251d-2522, u+2524-259f, u+25a2-25ab, u+25b1, u+25b7, u+25c0-25c1, u+25c9-25ca, u+25cc, u+25d0-25d3, u+25e2-25e3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-119.CKUho2rx.woff2) format("woff2");
    unicode-range: u+2105, u+2109-210a, u+210f, u+2116, u+2121, u+2126-2127, u+212b, u+212e, u+2135, u+213b, u+2194-2199, u+21b8-21b9, u+21c4-21c6, u+21cb-21cc, u+21d0, u+21e6-21e9, u+21f5, u+2202-2203, u+2205-2206, u+2208-220b, u+220f, u+2211, u+2213, u+2215, u+221a, u+221d, u+2220, u+2223, u+2225-2226, u+2228, u+222a-222e, u+2234-2237, u+223d, u+2243, u+2245, u+2248, u+224c, u+2260, u+2262, u+2264-2265, u+226e-226f, u+2272-2273, u+2276-2277, u+2283-2287, u+228a-228b, u+2295-2299, u+22a0, u+22a5, u+22bf, u+22da-22db, u+22ef, u+2305-2307, u+2318, u+2329-232a, u+23b0-23b1, u+23be-23cc, u+23ce, u+23da-23db, u+2423, u+2469-24d0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-120.DRbMpgEo.woff2) format("woff2");
    unicode-range: u+a1-a4, u+a6-a7, u+aa, u+ac-ad, u+b5-b6, u+b8-ba, u+bc-c8, u+ca-cc, u+ce-d5, u+d9-db, u+dd-df, u+e6, u+ee, u+f0, u+f5, u+f7, u+f9, u+fb, u+fe-102, u+110-113, u+11a-11b, u+128-12b, u+143-144, u+147-148, u+14c, u+14e-14f, u+152-153, u+168-16d, u+192, u+1a0-1a1, u+1af, u+1cd-1dc, u+1f8-1f9, u+251, u+261, u+2bb, u+2c7, u+2c9, u+2ea-2eb, u+304, u+307, u+30c, u+1e3e-1e3f, u+1ea0-1ebe, u+1ec0-1ec6, u+1ec8-1ef9, u+2011-2012, u+2016, u+2018-201a, u+201e, u+2021, u+2030, u+2033, u+2035, u+2042, u+2047, u+2051, u+2074, u+20a9, u+20ab-20ac, u+20dd-20de, u+2100
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-121.DZifvJ22.woff2) format("woff2");
    unicode-range: u+2227, u+26a0, u+2713, u+301f, u+4ff8, u+5239, u+526a, u+54fa, u+5740, u+5937, u+5993, u+59fb, u+5a3c, u+5c41, u+6028, u+626e, u+646f, u+647a, u+64b0, u+64e2, u+65a7, u+66fe, u+6727, u+6955, u+6bef, u+6f23, u+724c, u+767c, u+7a83, u+7ac4, u+7b67, u+8000, u+8471, u+8513, u+8599, u+86db, u+8718, u+87f2, u+88f3, u+8ad2, u+8e2a, u+8fa3, u+95a5, u+9798, u+9910, u+9957, u+9bab, u+9c3b, u+9daf, u+ff95
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-122.CkugcgmZ.woff2) format("woff2");
    unicode-range: u+a8, u+2032, u+2261, u+2282, u+3090, u+30f1, u+339c, u+535c, u+53d9, u+56a2, u+56c1, u+5806, u+589f, u+59d0, u+5a7f, u+60e0, u+639f, u+65af, u+68fa, u+69ae, u+6d1b, u+6ef2, u+71fb, u+725d, u+7262, u+75bc, u+7768, u+7940, u+79bf, u+7bed, u+7d68, u+7dfb, u+814b, u+8207, u+83e9, u+8494, u+8526, u+8568, u+85ea, u+86d9, u+87ba, u+8861, u+887f, u+8fe6, u+9059, u+9061, u+916a, u+976d, u+97ad, u+9ece
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-123.CpkwQ974.woff2) format("woff2");
    unicode-range: u+2d9, u+21d4, u+301d, u+515c, u+52fe, u+5420, u+5750, u+5766, u+5954, u+5b95, u+5f8a, u+5f98, u+620c, u+621f, u+641c, u+66d9, u+676d, u+6775, u+67f5, u+694a, u+6a02, u+6a3a, u+6a80, u+6c23, u+6c72, u+6dcb, u+6faa, u+707c, u+71c8, u+7422, u+74e2, u+7791, u+7825, u+7a14, u+7a1c, u+7c95, u+7fc1, u+82a5, u+82db, u+8304, u+853d, u+8cd3, u+8de8, u+8f0c, u+8f3f, u+9091, u+91c7, u+929a, u+98af, u+9913
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-124.zdZ7RB3Q.woff2) format("woff2");
    unicode-range: u+2ca-2cb, u+2229, u+2468, u+2669, u+266f, u+273f, u+4ec0, u+4f60, u+4fb6, u+5347, u+540e, u+543b, u+5b0c, u+5d4c, u+5f14, u+5f9e, u+6155, u+62d0, u+6602, u+6666, u+66f3, u+67a2, u+67ca, u+69cc, u+6d29, u+6d9b, u+6e3e, u+6f81, u+7109, u+73c0, u+73c2, u+7425, u+7435-7436, u+7525, u+7554, u+785d, u+786b, u+7ae3, u+7b94, u+7d18, u+81bf, u+8511, u+8549, u+9075, u+9640, u+98e2, u+9e9f, u+ff96
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-125.BoOgBuoW.woff2) format("woff2");
    unicode-range: u+2467, u+4ece, u+4ed4, u+4f91, u+4fae, u+534d, u+53c9, u+54b3, u+586b, u+5944, u+5b78, u+5df7, u+5f77, u+6101, u+6167-6168, u+61a4, u+62d9, u+698a, u+699b, u+6a59, u+6cc4, u+6e07, u+7099, u+75d2, u+77ad, u+7953, u+7984, u+7a92, u+7baa, u+7dbb, u+817f, u+82ad, u+85e9, u+868a, u+8caa, u+8f44, u+9017, u+907c, u+908a, u+92f3, u+936e, u+9435, u+978d, u+9838, u+9a28, u+9b41, u+9ba8, u+9c57, u+9eb9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-126.DEpNEhuk.woff2) format("woff2");
    unicode-range: u+b1, u+309b, u+4e5e, u+51f1, u+5506, u+55c5, u+58cc, u+59d1, u+5c51, u+5ef7, u+6284, u+62d7, u+6689, u+673d, u+6a2b, u+6a8e, u+6a9c, u+6d63, u+6dd1, u+70b8, u+7235, u+72db, u+72f8, u+7560, u+7c9b, u+7ce7, u+7e1e, u+80af, u+82eb, u+8463, u+8499, u+85dd, u+86ee, u+8a60, u+8a6e, u+8c79, u+8e87, u+8e8a, u+8f5f, u+9010, u+918d, u+9190, u+965b, u+97fb, u+9ab8, u+9bad, u+9d3b, u+9d5c, u+9dfa, u+9e93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-127.CQJy8-GR.woff2) format("woff2");
    unicode-range: u+2020, u+3003, u+3231, u+4e9b, u+4f3d, u+4f47, u+51b6, u+51dc, u+53e1, u+5bc5, u+602f, u+60bc, u+61c9, u+633d, u+637b, u+6492, u+65fa, u+660f, u+66f0, u+6703, u+681e, u+6876, u+6893, u+6912, u+698e, u+6c7d, u+714c, u+7169, u+71d5, u+725f, u+72d7, u+745b, u+74dc, u+75e2, u+7891, u+7897, u+7dcb, u+810a, u+8218, u+8339, u+840e, u+852d, u+8823, u+8a0a, u+9089, u+919c, u+971c, u+9ad9, u+ff4a, u+ff5a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-128.sqVpIuBW.woff2) format("woff2");
    unicode-range: u+2466, u+2600, u+4eab, u+4fe3, u+4ff5, u+51a5, u+51f0, u+536f, u+53d4, u+53f1, u+54a5, u+559d, u+55e3, u+58fa, u+5962, u+59ea, u+5c16, u+5cef, u+5d16, u+5f10, u+5fd6, u+6190, u+6216, u+634f, u+63bb, u+66d6, u+6756, u+6bc5, u+6e26, u+727d, u+731f, u+76f2, u+7729, u+7a7f, u+7aff, u+7c9f, u+818f, u+8236, u+82b9, u+8338, u+85aa, u+88b4, u+8b33, u+904d, u+93a7, u+96cc, u+96eb, u+9aed, u+9b8e, u+fa11
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-129.CThpYV77.woff2) format("woff2");
    unicode-range: u+251c, u+2523, u+4e14, u+545f, u+54bd, u+553e, u+55dc, u+56da, u+589c, u+5b55, u+5bb5, u+5ce1, u+5df4, u+5eb6, u+5ec9, u+6191, u+62f7, u+6357, u+64a5, u+6591, u+65bc, u+6897, u+6e1a, u+7063, u+711a, u+721b, u+722c, u+75b9, u+75d5, u+75fa, u+7766, u+7aae, u+7b48, u+7b8b, u+7d21, u+7e55, u+7f75, u+842c, u+8910, u+8a63, u+8b39, u+8b5a, u+8cdc, u+8d74, u+907d, u+91e7, u+9306, u+96bc, u+98f4, u+9ac4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-130.BflShq5c.woff2) format("woff2");
    unicode-range: u+2003, u+2312, u+266c, u+4f86, u+51ea, u+5243, u+5256, u+541f, u+5841, u+59dc, u+5df3, u+601c, u+60e7, u+632b, u+638c, u+64ad, u+6881, u+697c, u+69cd, u+6c50, u+6d2a, u+6fc1, u+7027, u+7058, u+70f9, u+714e, u+7345, u+751a, u+760d, u+764c, u+77db, u+7d79, u+7e8f, u+80ce, u+814e, u+81fc, u+8247, u+8278, u+85a9, u+8a03, u+90ed, u+9784, u+9801, u+984e, u+99b3, u+9bc9, u+9bdb, u+9be8, u+9e78, u+ff6b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-131.BgW55TFR.woff2) format("woff2");
    unicode-range: u+266b, u+3006, u+5176, u+5197, u+51a8, u+51c6, u+52f2, u+5614, u+5875, u+5a2f, u+5b54, u+5ce0, u+5dba, u+5deb, u+5e63, u+5f59, u+5fcc, u+6068, u+6367, u+68b6, u+6a0b, u+6b64, u+6e15, u+6eba, u+7272, u+72a0, u+7947, u+7985, u+79e6, u+79e9, u+7a3d, u+7a9f, u+7aaf, u+7b95, u+7f60, u+7f9e, u+7fe0, u+8098, u+80ba, u+8106, u+82d4, u+831c, u+87f9, u+8a1f, u+8acf, u+90c1, u+920d, u+9756, u+fe43, u+ff94
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-132.C4Q0zqLU.woff2) format("woff2");
    unicode-range: u+af, u+2465, u+2517, u+33a1, u+4f10, u+50c5, u+51b4, u+5384, u+5606, u+5bb0, u+5cac, u+5ee3, u+618e, u+61f2, u+62c9, u+66ab, u+66f9, u+6816, u+6960, u+6b3e, u+6f20, u+7078, u+72d0, u+73ed, u+7ad9, u+7b1b, u+7be4, u+7d62, u+7f51, u+80b4, u+80f4, u+8154, u+85fb, u+865c, u+8702, u+895f, u+8aed, u+8b90, u+8ced, u+8fbf, u+91d8, u+9418, u+9583, u+9591, u+9813, u+982c, u+9bd6, u+ff46, u+ff7f, u+ff88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-133.MVQj5oBf.woff2) format("woff2");
    unicode-range: u+4e91, u+508d, u+50e7, u+514e, u+51f6, u+5446, u+5504, u+584a, u+59a8, u+59d3, u+5a46, u+5ac9, u+6020, u+60a6, u+6148, u+621a, u+6234, u+64c1, u+6523, u+675c, u+67d1, u+6953, u+6ccc, u+6df5, u+6e13, u+6f06, u+723a, u+7325, u+74e6, u+758e, u+75ab, u+75d9, u+7a40, u+8096, u+82fa, u+8587, u+8594, u+8a6b, u+8ab9, u+8b17, u+8b83, u+937c, u+963b, u+9673, u+96db, u+9ce9, u+9f4b, u+ff67, u+ff82, u+ff93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-134.Bomc8bJ8.woff2) format("woff2");
    unicode-range: u+221e, u+2514, u+51f9, u+5270, u+5449, u+5824, u+59a5, u+5a29, u+5d07, u+5e16, u+60e3, u+614c, u+6276, u+643e, u+64ab, u+6562, u+6681, u+670b, u+6734, u+67af, u+6a3d, u+6b05, u+6dc0, u+6e4a, u+7259, u+732a, u+7409, u+78a7, u+7a6b, u+8015, u+809b, u+817a, u+830e, u+837b, u+85ab, u+8a23, u+8a93, u+8b00, u+8b19, u+8b21, u+8cbf, u+8fb0, u+901d, u+91b8, u+9320, u+932c, u+9688, u+96f6, u+9df2, u+ff6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-135.DNhbF_c1.woff2) format("woff2");
    unicode-range: u+2002, u+2025, u+4f8d, u+51e1, u+51f8, u+5507, u+5598, u+58f1, u+5983, u+59ac, u+5c3c, u+5de7, u+5e7d, u+5eca, u+5f61, u+606d, u+60f9, u+636e, u+64ec, u+67da, u+67ff, u+6813, u+68f2, u+693f, u+6b6a, u+6bbb, u+6ef4, u+7092, u+717d, u+7261, u+73c8, u+7432, u+7483, u+76fe, u+7709, u+78d0, u+81a3, u+81b3, u+82af, u+8305, u+8309, u+8870, u+88fe, u+8cd1, u+8d66, u+906e, u+971e, u+9812, u+ff79, u+ff90
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-136.CfF8MIxs.woff2) format("woff2");
    unicode-range: u+2464, u+2501, u+2640, u+2642, u+339d, u+4f0e, u+5091, u+50b5, u+5132, u+51cc, u+558b, u+55aa, u+585e, u+5bee, u+5dfe, u+60b6, u+62b9, u+6349, u+6566, u+6590, u+6842, u+689d, u+6a58, u+6c70, u+6ff1, u+7815, u+7881, u+7aaa, u+7bc7, u+7def, u+7fa8, u+8017, u+8036, u+8061, u+821f, u+8429, u+8ce0, u+8e74, u+9019, u+90ca, u+9162, u+932f, u+93ae, u+9644, u+990c, u+9cf3, u+ff56, u+ff6e, u+ff7e, u+ff85
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-137.D4sDztpJ.woff2) format("woff2");
    unicode-range: u+2266-2267, u+4f2f, u+5208, u+5451, u+546a, u+5589, u+576a, u+5815, u+5a9a, u+5b9b, u+5c3a, u+5efb, u+5faa, u+6109, u+6643, u+6652, u+695a, u+69fd, u+6b86, u+6bb4, u+6daf, u+7089, u+70cf, u+7a00, u+7a4f, u+7b39, u+7d33, u+80e1, u+828b, u+82a6, u+86cd, u+8c8c, u+8cca, u+8df3, u+9077, u+9175, u+91dc, u+925b, u+9262, u+9271, u+92ed, u+9855, u+9905, u+9d28, u+ff3f, u+ff58, u+ff68, u+ff6d, u+ff9c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-138.Bxn__j8Y.woff2) format("woff2");
    unicode-range: u+2207, u+25ef, u+309c, u+4e4f, u+5146, u+51dd, u+5351, u+540a, u+5629, u+5eb5, u+5f04, u+5f13, u+60dc, u+6212, u+63b4, u+642c, u+6627, u+66a6, u+66c7, u+66fd, u+674e, u+6b96, u+6c4e, u+6df3, u+6e67, u+6f84, u+72fc, u+733f, u+7c97, u+7db1, u+7e4d, u+816b, u+82d1, u+84cb, u+854e, u+8607, u+86c7, u+871c, u+8776, u+8a89, u+8fc4, u+91a4, u+9285, u+9685, u+9903, u+9b31, u+9f13, u+ff42, u+ff74, u+ff91
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-139.DzAe0tYv.woff2) format("woff2");
    unicode-range: u+4e32, u+51db, u+53a8, u+53ea, u+5609, u+5674, u+5a92, u+5e7e, u+6115, u+611a, u+62cc, u+62ed, u+63c9, u+64b9, u+64e6, u+65cb, u+6606, u+6731, u+683d, u+6afb, u+7460, u+771e, u+78ef, u+7b26, u+7b51, u+7cde, u+7d10, u+7d2f, u+7d46, u+80de, u+819c, u+84b2, u+85cd, u+865a, u+8ecc, u+9022, u+90b8, u+9192, u+9675, u+96b7, u+99ff, u+ff44, u+ff55, u+ff6c, u+ff73, u+ff75, u+ff86, u+ff8d, u+ff92, u+ffe3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-140.DzyJf-AR.woff2) format("woff2");
    unicode-range: u+25b3, u+30f5, u+4eae, u+4f46, u+4f51, u+5203, u+52ff, u+55a7, u+564c, u+565b, u+57f9, u+5805, u+5b64, u+5e06, u+5f70, u+5f90, u+60e8, u+6182, u+62f3, u+62fe, u+63aa, u+64a4, u+65d7, u+673a, u+6851, u+68cb, u+68df, u+6d1e, u+6e58, u+6e9d, u+77b3, u+7832, u+7c3f, u+7db4, u+7f70, u+80aa, u+80c6, u+8105, u+819d, u+8276, u+8679, u+8986, u+8c9d, u+8fc5, u+916c, u+9665, u+9699, u+96c0, u+9a19, u+ff8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-141.D78qAnzb.woff2) format("woff2");
    unicode-range: u+2463, u+25a1, u+4ef0, u+5076, u+5098, u+51fd, u+5302, u+5448, u+54c9, u+570b, u+583a, u+5893, u+58a8, u+58ee, u+5949, u+5bdb, u+5f26, u+5f81, u+6052, u+6170, u+61c7, u+631f, u+635c, u+664b, u+69fb, u+6f01, u+7070, u+722a, u+745e, u+755c, u+76c6, u+78c1, u+79e4, u+7bb8, u+7d0b, u+81a8, u+82d7, u+8b5c, u+8f14, u+8fb1, u+8fbb, u+9283, u+9298, u+9a30, u+ff03, u+ff50, u+ff59, u+ff7b, u+ff8e-ff8f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-142.CIBWzqJd.woff2) format("woff2");
    unicode-range: u+2010, u+2502, u+25b6, u+4f3a, u+514b, u+5265, u+52c3, u+5339, u+53ec, u+54c0, u+55b0, u+5854, u+5b8f, u+5cb3, u+5e84, u+60da, u+6247, u+6249, u+628a, u+62cd, u+65ac, u+6838, u+690e, u+6cf0, u+6f02, u+6f2c, u+6f70, u+708a, u+7434, u+75be, u+77ef, u+7c60, u+7c98, u+7d1b, u+7e2b, u+80a5, u+81e3, u+820c, u+8210, u+8475, u+862d, u+8650, u+8997, u+906d, u+91c8, u+9700, u+9727, u+9df9, u+ff3a, u+ff9a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-143.ChGFb888.woff2) format("woff2");
    unicode-range: u+2103, u+5049, u+52b1, u+5320, u+5553, u+572d, u+58c7, u+5b5d, u+5bc2, u+5de3, u+5e61, u+5f80, u+61a9, u+67d0, u+67f4, u+6c88, u+6ca1, u+6ce5, u+6d78, u+6e9c, u+6f54, u+731b, u+73b2, u+74a7, u+74f6, u+75e9, u+7b20, u+7c8b, u+7f72, u+809d, u+8108, u+82b3, u+82bd, u+84b8, u+84c4, u+88c2, u+8ae6, u+8ef8, u+902e, u+9065, u+9326, u+935b, u+938c, u+9676, u+9694, u+96f7, u+9ed9, u+ff48, u+ff4c, u+ff81
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-144.BnNvuc4a.woff2) format("woff2");
    unicode-range: u+2500, u+3008-3009, u+4ead, u+4f0f, u+4fca, u+53eb, u+543e, u+57a2, u+5cf0, u+5e8f, u+5fe0, u+61b2, u+62d8, u+6442, u+64b2, u+6589, u+659c, u+67f1, u+68c4, u+6cb8, u+6d12, u+6de1, u+6fe1, u+70c8, u+723d, u+73e0, u+7656, u+773a, u+7948, u+7b87, u+7c92, u+7d3a, u+7e1b, u+7e4a, u+819a, u+8358, u+83c5, u+84bc, u+864e, u+8912, u+8c9e, u+8d05, u+92fc, u+9396, u+98fd, u+99d2, u+ff64, u+ff7a, u+ff83
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-145.D7EiavbV.woff2) format("woff2");
    unicode-range: u+3014-3015, u+4e3c, u+5036, u+5075, u+533f, u+53e9, u+5531, u+5642, u+5984, u+59e6, u+5a01, u+5b6b, u+5c0b, u+5f25, u+6069, u+60a0, u+614e, u+62b5, u+62d2-62d3, u+6597, u+660c, u+674f, u+67cf, u+6841, u+6905, u+6cf3, u+6d32, u+6d69, u+6f64, u+716e, u+7761, u+7b52, u+7be0, u+7dbf, u+7de9, u+7f36, u+81d3, u+8302, u+8389, u+846c, u+84ee, u+8a69, u+9038, u+9d8f, u+ff47, u+ff4b, u+ff76, u+ff9b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-146.2s6stNqU.woff2) format("woff2");
    unicode-range: u+25c7, u+3007, u+504f, u+507d, u+51a0, u+52a3, u+5410, u+5510, u+559a, u+5782, u+582a, u+5c0a, u+5c3f, u+5c48, u+5f6b, u+6176, u+622f, u+6279, u+62bd, u+62dd, u+65ed, u+67b6, u+6817, u+6850, u+6d6a, u+6deb, u+6ea2, u+6edd, u+6f5c, u+72e9, u+73a9, u+7573, u+76bf, u+7950, u+7956, u+7f8a, u+7ffc, u+80a2, u+80c3, u+83ca, u+8a02, u+8a13, u+8df5, u+9375, u+983b, u+99b4, u+ff4e, u+ff71, u+ff89, u+ff97
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-147.CSY0MMHW.woff2) format("woff2");
    unicode-range: u+24, u+2022, u+2212, u+221f, u+2665, u+4ecf, u+5100, u+51cd, u+52d8, u+5378, u+53f6, u+574a, u+5982, u+5996, u+5c1a, u+5e1d, u+5f84, u+609f, u+61a7, u+61f8, u+6398, u+63ee, u+6676, u+6691, u+6eb6, u+7126, u+71e5, u+7687, u+7965, u+7d17, u+80a1, u+8107, u+8266, u+85a6, u+8987, u+8ca2, u+8cab, u+8e0a, u+9042, u+95c7, u+9810, u+9867, u+98fc, u+ff52-ff54, u+ff61, u+ff77, u+ff98-ff99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-148.BfF87Xh1.woff2) format("woff2");
    unicode-range: u+b0, u+226a, u+2462, u+4e39, u+4fc3, u+4fd7, u+50be, u+50da, u+5200, u+5211, u+54f2, u+5618, u+596a, u+5b22, u+5bb4, u+5d50, u+60a3, u+63fa, u+658e, u+65e8, u+6669, u+6795, u+679d, u+67a0, u+6b3a, u+6e09, u+757f, u+7cd6, u+7dbe, u+7ffb, u+83cc, u+83f1, u+840c, u+845b, u+8846, u+8972, u+8a34, u+8a50, u+8a87, u+8edf, u+8ff0, u+90a6, u+9154, u+95a3, u+9663, u+9686, u+96c7, u+ff3c, u+ff7c, u+ff8a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-149.DUD9eEsh.woff2) format("woff2");
    unicode-range: u+25bd, u+4e59, u+4ec1, u+4ff3, u+515a, u+518a, u+525b, u+5375, u+552f, u+57a3, u+5b9c, u+5c3d, u+5e3d, u+5e7b, u+5f0a, u+6094, u+6458, u+654f, u+67f3, u+6b8a, u+6bd2, u+6c37, u+6ce1, u+6e56, u+6e7f, u+6ed1, u+6ede, u+6f0f, u+70ad, u+7267, u+7363, u+786c, u+7a42, u+7db2, u+7f85, u+8178, u+829d, u+8896, u+8c5a, u+8cb0, u+8ce2, u+8ed2, u+9047, u+9177, u+970a, u+9ea6, u+ff1b, u+ff31, u+ff39, u+ff80
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-150.DlDFq7pd.woff2) format("woff2");
    unicode-range: u+a5, u+4e80, u+4f34, u+4f73, u+4f75, u+511f, u+5192, u+52aa, u+53c8, u+570f, u+57cb, u+596e, u+5d8b, u+5f66, u+5fd9, u+62db, u+62f6, u+6328, u+633f, u+63a7, u+6469, u+6bbf, u+6c41, u+6c57, u+6d44, u+6dbc, u+706f, u+72c2, u+72ed, u+7551, u+75f4, u+7949, u+7e26, u+7fd4, u+8150, u+8af8, u+8b0e, u+8b72, u+8ca7, u+934b, u+9a0e, u+9a12, u+9b42, u+ff41, u+ff43, u+ff45, u+ff49, u+ff4f, u+ff62-ff63
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-151.CILbGoys.woff2) format("woff2");
    unicode-range: u+4e18, u+4fb5, u+5104, u+52c7, u+5353, u+5374, u+53e5, u+587e, u+594f, u+5a20, u+5de1, u+5f18, u+5fcd, u+6291, u+62ab, u+6355, u+6392, u+63da, u+63e1, u+656c, u+6687, u+68b0-68b1, u+68d2, u+68da, u+6b27, u+6cbc, u+7159, u+7344, u+73cd, u+76df, u+790e, u+7cf8, u+8102, u+88c1, u+8aa0, u+8e0f, u+9178, u+92ad, u+9670, u+96c5, u+9cf4, u+9db4, u+ff3e, u+ff6f, u+ff72, u+ff78, u+ff7d, u+ff84, u+ff8c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-152.CtOEBfJi.woff2) format("woff2");
    unicode-range: u+60, u+2200, u+226b, u+2461, u+517c, u+526f, u+5800, u+5b97, u+5bf8, u+5c01, u+5d29, u+5e4c, u+5e81, u+6065, u+61d0, u+667a, u+6696, u+6843, u+6c99, u+6d99, u+6ec5, u+6f22, u+6f6e, u+6fa4, u+6fef, u+71c3, u+72d9, u+7384, u+78e8, u+7a1a, u+7a32, u+7a3c, u+7adc, u+7ca7, u+7d2b, u+7dad, u+7e4b, u+80a9, u+8170, u+81ed, u+820e, u+8a17, u+8afe, u+90aa, u+914e, u+963f, u+99c4, u+9eba, u+9f3b, u+ff38
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-153.C8BgsQgi.woff2) format("woff2");
    unicode-range: u+2460, u+4e5f, u+4e7e, u+4ed9, u+501f, u+502b, u+5968, u+5974, u+5ac1, u+5b99, u+5ba3, u+5be7, u+5be9, u+5c64, u+5cb8, u+5ec3, u+5f1f, u+616e, u+6297, u+62e0, u+62ec, u+6368, u+642d, u+65e6, u+6717, u+676f, u+6b04, u+732e, u+7652, u+76ca, u+76d7, u+7802, u+7e70, u+7f6a, u+8133, u+81e8, u+866b, u+878d, u+88f8, u+8a5e, u+8cdb, u+8d08, u+907a, u+90e1, u+96f2, u+9f8d, u+ff35, u+ff37, u+ff40, u+ff9d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-154.B3Mrw3lJ.woff2) format("woff2");
    unicode-range: u+21d2, u+25ce, u+300a-300b, u+4e89, u+4e9c, u+4ea1, u+5263, u+53cc, u+5426, u+5869, u+5947, u+598a, u+5999, u+5e55, u+5e72, u+5e79, u+5fae, u+5fb9, u+602a, u+6163, u+624d, u+6749, u+6c5a, u+6cbf, u+6d45, u+6dfb, u+6e7e, u+708e, u+725b, u+7763, u+79c0, u+7bc4, u+7c89, u+7e01, u+7e2e, u+8010, u+8033, u+8c6a, u+8cc3, u+8f1d, u+8f9b, u+8fb2, u+907f, u+90f7, u+9707, u+9818, u+9b3c, u+ff0a, u+ff4d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-155.vNnrleUz.woff2) format("woff2");
    unicode-range: u+2015, u+2190, u+4e43, u+5019, u+5247, u+52e7, u+5438, u+54b2, u+55ab, u+57f7, u+5bd2, u+5e8a, u+5ef6, u+6016, u+60b2, u+6162, u+6319, u+6551, u+6607, u+66b4, u+675f, u+67d4, u+6b20, u+6b53, u+6ce3, u+719f, u+75b2, u+770b, u+7720, u+77ac, u+79d2, u+7af9, u+7d05, u+7dca, u+8056, u+80f8, u+81f3, u+8352, u+885d, u+8a70, u+8aa4, u+8cbc, u+900f, u+9084, u+91e3, u+9451, u+96c4, u+99c6, u+9ad4, u+ff70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-156.CGT9kf05.woff2) format("woff2");
    unicode-range: u+2193, u+25b2, u+4e4b, u+516d, u+51c4, u+529f, u+52c9, u+5360, u+5442, u+5857, u+5915, u+59eb, u+5a9b, u+5c3b, u+6012, u+61b6, u+62b1, u+6311, u+6577, u+65e2, u+65ec, u+6613, u+6790, u+6cb9, u+7372, u+76ae, u+7d5e, u+7fcc, u+88ab, u+88d5, u+8caf, u+8ddd, u+8ecd, u+8f38, u+8f9e, u+8feb, u+9063, u+90f5, u+93e1, u+968a, u+968f, u+98fe, u+9ec4, u+ff1d, u+ff27, u+ff2a, u+ff36, u+ff3b, u+ff3d, u+ffe5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-157.DqFdAp6U.woff2) format("woff2");
    unicode-range: u+4e03, u+4f38, u+50b7, u+5264, u+5348, u+5371, u+585a, u+58ca, u+5951, u+59b9, u+59d4, u+5b98, u+5f8b, u+6388, u+64cd, u+65e7, u+6803, u+6b6f, u+6d66, u+6e0b, u+6ecb, u+6fc3, u+72ac, u+773c, u+77e2, u+7968, u+7a74, u+7dba, u+7dd1, u+7e3e, u+808c, u+811a, u+8179, u+8239, u+8584, u+8a0e, u+8a72, u+8b66, u+8c46, u+8f29, u+90a3, u+9234, u+96f0, u+9769, u+9774, u+9aa8, u+ff26, u+ff28, u+ff9e-ff9f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-158.CzudQlqD.woff2) format("woff2");
    unicode-range: u+7e, u+b4, u+25c6, u+2661, u+4e92, u+4eee, u+4ffa, u+5144, u+5237, u+5287, u+52b4, u+58c1, u+5bff, u+5c04, u+5c06, u+5e95, u+5f31, u+5f93, u+63c3, u+640d, u+6557, u+6614, u+662f, u+67d3, u+690d, u+6bba, u+6e6f, u+72af, u+732b, u+7518, u+7ae0, u+7ae5, u+7af6, u+822a, u+89e6, u+8a3a, u+8a98, u+8cb8, u+8de1, u+8e8d, u+95d8, u+961c, u+96a3, u+96ea, u+9bae, u+ff20, u+ff22, u+ff29, u+ff2b-ff2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-159.CynvhcDi.woff2) format("woff2");
    unicode-range: u+25cb, u+4e71, u+4f59, u+50d5, u+520a, u+5217, u+5230, u+523a-523b, u+541b, u+5439, u+5747, u+59c9, u+5bdf, u+5c31, u+5de8, u+5e7c, u+5f69, u+6050, u+60d1, u+63cf, u+663c, u+67c4, u+6885, u+6c38, u+6d6e, u+6db2, u+6df7, u+6e2c, u+6f5f, u+7532, u+76e3-76e4, u+7701, u+793c, u+79f0, u+7a93, u+7d00, u+7de0, u+7e54, u+8328, u+8840, u+969c, u+96e8, u+9811, u+9aea, u+9b5a, u+ff24, u+ff2e, u+ff57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-160.DTeUj67x.woff2) format("woff2");
    unicode-range: u+2191, u+505c, u+52e4, u+5305, u+535a, u+56e0, u+59bb, u+5acc, u+5b09, u+5b87, u+5c90, u+5df1, u+5e2d, u+5e33, u+5f3e, u+6298, u+6383, u+653b, u+6697, u+6804, u+6a39, u+6cca, u+6e90, u+6f2b, u+702c, u+7206, u+7236, u+7559, u+7565, u+7591, u+75c7, u+75db, u+7b4b, u+7bb1, u+7d99, u+7fbd, u+8131, u+885b, u+8b1d, u+8ff7, u+9003, u+9045, u+96a0, u+9732, u+990a, u+99d0, u+9e97, u+9f62, u+ff25, u+ff2d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-161.KuQrLq3V.woff2) format("woff2");
    unicode-range: u+4e08, u+4f9d, u+5012, u+514d, u+51b7, u+5275, u+53ca, u+53f8, u+5584, u+57fc, u+5b9d, u+5bfa, u+5c3e, u+5f01, u+5fb4, u+5fd7, u+606f, u+62e1, u+6563, u+6674, u+6cb3, u+6d3e, u+6d74, u+6e1b, u+6e2f, u+718a, u+7247, u+79d8, u+7d14, u+7d66, u+7d71, u+7df4, u+7e41, u+80cc, u+8155, u+83d3, u+8a95, u+8ab2, u+8ad6, u+8ca1, u+9000, u+9006, u+9678, u+97d3, u+9808, u+98ef, u+9a5a, u+9b45, u+ff23, u+ff30
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-162.CYu92gOL.woff2) format("woff2");
    unicode-range: u+25bc, u+3012, u+4ef2, u+4f0a, u+516b, u+5373, u+539a, u+53b3, u+559c, u+56f0, u+5727, u+5742, u+5965, u+59ff, u+5bc6, u+5dfb, u+5e45, u+5ead, u+5fb3, u+6211, u+6253, u+639b, u+63a8, u+6545, u+6575, u+6628, u+672d, u+68a8, u+6bdb, u+6d25, u+707d, u+767e, u+7834, u+7b46, u+7bc9, u+8074, u+82e6, u+8349, u+8a2a, u+8d70, u+8da3, u+8fce, u+91cc, u+967d, u+97ff, u+9996, u+ff1c, u+ff2f, u+ff32, u+ff34
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-163._89LYXso.woff2) format("woff2");
    unicode-range: u+3d, u+5e, u+25cf, u+4e0e, u+4e5d, u+4e73, u+4e94, u+4f3c, u+5009, u+5145, u+51ac, u+5238, u+524a, u+53f3, u+547c, u+5802, u+5922, u+5a66, u+5c0e, u+5de6, u+5fd8, u+5feb, u+6797, u+685c, u+6b7b, u+6c5f-6c60, u+6cc9, u+6ce2, u+6d17, u+6e21, u+7167, u+7642, u+76db, u+8001, u+821e, u+8857, u+89d2, u+8b1b, u+8b70, u+8cb4, u+8cde, u+8f03, u+8f2a, u+968e, u+9b54, u+9e7f, u+9ebb, u+ff05, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-164.B-j9SoCr.woff2) format("woff2");
    unicode-range: u+500d, u+5074, u+50cd, u+5175, u+52e2, u+5352, u+5354, u+53f2, u+5409, u+56fa, u+5a18, u+5b88, u+5bdd, u+5ca9, u+5f92, u+5fa9, u+60a9, u+623f, u+6483, u+653f, u+666f, u+66ae, u+66f2, u+6a21, u+6b66, u+6bcd, u+6d5c, u+796d, u+7a4d, u+7aef, u+7b56, u+7b97, u+7c4d, u+7e04, u+7fa9, u+8377, u+83dc, u+83ef, u+8535, u+8863, u+88cf, u+88dc, u+8907, u+8acb, u+90ce, u+91dd, u+ff0b, u+ff0d, u+ff19, u+ff65
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-165.CE7ZGQqD.woff2) format("woff2");
    unicode-range: u+4e01, u+4e21, u+4e38, u+52a9, u+547d, u+592e, u+5931, u+5b63, u+5c40, u+5dde, u+5e78, u+5efa, u+5fa1, u+604b, u+6075, u+62c5, u+632f, u+6a19, u+6c0f, u+6c11, u+6c96, u+6e05, u+70ba, u+71b1, u+7387, u+7403, u+75c5, u+77ed, u+795d, u+7b54, u+7cbe, u+7d19, u+7fa4, u+8089, u+81f4, u+8208, u+8336, u+8457, u+8a33, u+8c4a, u+8ca0, u+8ca8, u+8cc0, u+9014, u+964d, u+9803, u+983c, u+98db, u+ff17, u+ff21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-166.CAnpE_0y.woff2) format("woff2");
    unicode-range: u+25, u+25a0, u+4e26, u+4f4e, u+5341, u+56f2, u+5bbf, u+5c45, u+5c55, u+5c5e, u+5dee, u+5e9c, u+5f7c, u+6255, u+627f, u+62bc, u+65cf, u+661f, u+666e, u+66dc, u+67fb, u+6975, u+6a4b, u+6b32, u+6df1, u+6e29, u+6fc0, u+738b, u+7686, u+7a76, u+7a81, u+7c73, u+7d75, u+7dd2, u+82e5, u+82f1, u+85ac, u+888b, u+899a, u+8a31, u+8a8c, u+8ab0, u+8b58, u+904a, u+9060, u+9280, u+95b2, u+984d, u+9ce5, u+ff18
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-167.MmHguGcf.woff2) format("woff2");
    unicode-range: u+30f6, u+50ac, u+5178, u+51e6, u+5224, u+52dd, u+5883, u+5897, u+590f, u+5a5a, u+5bb3, u+5c65, u+5e03, u+5e2b, u+5e30, u+5eb7, u+6271, u+63f4, u+64ae, u+6574, u+672b, u+679a, u+6a29-6a2a, u+6ca2, u+6cc1, u+6d0b, u+713c, u+74b0, u+7981, u+7a0b, u+7bc0, u+7d1a, u+7d61, u+7fd2, u+822c, u+8996, u+89aa, u+8cac, u+8cbb, u+8d77, u+8def, u+9020, u+9152, u+9244, u+9662, u+967a, u+96e3, u+9759, u+ff16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-168.BGkTUYzA.woff2) format("woff2");
    unicode-range: u+23, u+3c, u+2192, u+4e45, u+4efb, u+4f50, u+4f8b, u+4fc2, u+5024, u+5150, u+5272, u+5370, u+53bb, u+542b, u+56db, u+56e3, u+57ce, u+5bc4, u+5bcc, u+5f71, u+60aa, u+6238, u+6280, u+629c, u+6539, u+66ff, u+670d, u+677e-677f, u+6839, u+69cb, u+6b4c, u+6bb5, u+6e96, u+6f14, u+72ec, u+7389, u+7814, u+79cb, u+79d1, u+79fb, u+7a0e, u+7d0d, u+85e4, u+8d64, u+9632, u+96e2, u+9805, u+99ac, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-169.B8qTMiyD.woff2) format("woff2");
    unicode-range: u+2605-2606, u+301c, u+4e57, u+4fee, u+5065, u+52df, u+533b, u+5357, u+57df, u+58eb, u+58f0, u+591c, u+592a-592b, u+5948, u+5b85, u+5d0e, u+5ea7, u+5ff5, u+6025, u+63a1, u+63a5, u+63db, u+643a, u+65bd, u+671d, u+68ee, u+6982, u+6b73, u+6bd4, u+6d88, u+7570, u+7b11, u+7d76, u+8077, u+8217, u+8c37, u+8c61, u+8cc7, u+8d85, u+901f, u+962a, u+9802, u+9806, u+9854, u+98f2, u+9928, u+99c5, u+9ed2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-170.DE1FLlqe.woff2) format("woff2");
    unicode-range: u+266a, u+4f11, u+533a, u+5343, u+534a, u+53cd, u+5404, u+56f3, u+5b57-5b58, u+5bae, u+5c4a, u+5e0c, u+5e2f, u+5eab, u+5f35, u+5f79, u+614b, u+6226, u+629e, u+65c5, u+6625, u+6751, u+6821, u+6b69, u+6b8b, u+6bce, u+6c42, u+706b, u+7c21, u+7cfb, u+805e, u+80b2, u+82b8, u+843d, u+8853, u+88c5, u+8a3c, u+8a66, u+8d8a, u+8fba, u+9069, u+91cf, u+9752, u+975e, u+9999, u+ff0f-ff10, u+ff14-ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-171.f3rrHnYi.woff2) format("woff2");
    unicode-range: u+40, u+4e86, u+4e95, u+4f01, u+4f1d, u+4fbf, u+5099, u+5171, u+5177, u+53cb, u+53ce, u+53f0, u+5668, u+5712, u+5ba4, u+5ca1, u+5f85, u+60f3, u+653e, u+65ad, u+65e9, u+6620, u+6750, u+6761, u+6b62, u+6b74, u+6e08, u+6e80, u+7248, u+7531, u+7533, u+753a, u+77f3, u+798f, u+7f6e, u+8449, u+88fd, u+89b3, u+8a55, u+8ac7, u+8b77, u+8db3, u+8efd, u+8fd4, u+9031-9032, u+9580, u+9589, u+96d1, u+985e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-172.D2LndhUS.woff2) format("woff2");
    unicode-range: u+2b, u+d7, u+300e-300f, u+4e07, u+4e8c, u+512a, u+5149, u+518d, u+5236, u+52b9, u+52d9, u+5468, u+578b, u+57fa, u+5b8c, u+5ba2, u+5c02, u+5de5, u+5f37, u+5f62, u+623b, u+63d0, u+652f, u+672a, u+6848, u+6d41, u+7136, u+7537, u+754c, u+76f4, u+79c1, u+7ba1, u+7d44, u+7d4c, u+7dcf, u+7dda, u+7de8, u+82b1, u+897f, u+8ca9, u+8cfc, u+904e, u+9664, u+982d, u+9858, u+98a8, u+9a13, u+ff13, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-173.D_3liOqC.woff2) format("woff2");
    unicode-range: u+4e16, u+4e3b, u+4ea4, u+4ee4, u+4f4d, u+4f4f, u+4f55, u+4f9b, u+5317, u+5358, u+53c2, u+53e4, u+548c, u+571f, u+59cb, u+5cf6, u+5e38, u+63a2, u+63b2, u+6559, u+662d, u+679c, u+6c7a, u+72b6, u+7523, u+767d, u+770c, u+7a2e, u+7a3f, u+7a7a, u+7b2c, u+7b49, u+7d20, u+7d42, u+8003, u+8272, u+8a08, u+8aac, u+8cb7, u+8eab, u+8ee2, u+9054-9055, u+90fd, u+914d, u+91cd, u+969b, u+97f3, u+984c, u+ff06
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-174.DiHtVC8u.woff2) format("woff2");
    unicode-range: u+26, u+5f, u+2026, u+203b, u+4e09, u+4eac, u+4ed5, u+4fa1, u+5143, u+5199, u+5207, u+539f, u+53e3, u+53f7, u+5411, u+5473, u+5546, u+55b6, u+5929, u+597d, u+5bb9, u+5c11, u+5c4b, u+5ddd, u+5f97, u+5fc5, u+6295, u+6301, u+6307, u+671b, u+76f8, u+78ba, u+795e, u+7d30, u+7d39, u+7d9a, u+89e3, u+8a00, u+8a73, u+8a8d, u+8a9e, u+8aad, u+8abf, u+8cea, u+8eca, u+8ffd, u+904b, u+9650, u+ff11-ff12
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-175.BxQe1GUU.woff2) format("woff2");
    unicode-range: u+3e, u+3005, u+4e0d, u+4e88, u+4ecb, u+4ee3, u+4ef6, u+4fdd, u+4fe1, u+500b, u+50cf, u+5186, u+5316, u+53d7, u+540c, u+544a, u+54e1, u+5728, u+58f2, u+5973, u+5b89, u+5c71, u+5e02, u+5e97, u+5f15, u+5fc3, u+5fdc, u+601d, u+611b, u+611f, u+671f, u+6728, u+6765, u+683c, u+6b21, u+6ce8, u+6d3b, u+6d77, u+7530, u+7740, u+7acb, u+7d50, u+826f, u+8f09, u+8fbc, u+9001, u+9053, u+91ce, u+9762, u+98df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-176.BVfgnrnH.woff2) format("woff2");
    unicode-range: u+7c, u+3080, u+4ee5, u+5148, u+516c, u+521d, u+5225, u+529b, u+52a0, u+53ef, u+56de, u+56fd, u+5909, u+591a, u+5b66, u+5b9f, u+5bb6, u+5bfe, u+5e73, u+5e83, u+5ea6, u+5f53, u+6027, u+610f, u+6210, u+6240, u+660e, u+66f4, u+66f8, u+6709, u+6771, u+697d, u+69d8, u+6a5f, u+6c34, u+6cbb, u+73fe, u+756a, u+7684, u+771f, u+793a, u+7f8e, u+898f, u+8a2d, u+8a71, u+8fd1, u+9078, u+9577, u+96fb, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-177.yPyzjJqA.woff2) format("woff2");
    unicode-range: u+a9, u+3010-3011, u+30e2, u+4e0b, u+4eca, u+4ed6, u+4ed8, u+4f53, u+4f5c, u+4f7f, u+53d6, u+540d, u+54c1, u+5730, u+5916, u+5b50, u+5c0f, u+5f8c, u+624b, u+6570, u+6587, u+6599, u+691c, u+696d, u+6cd5, u+7269, u+7279, u+7406, u+767a-767b, u+77e5, u+7d04, u+7d22, u+8005, u+80fd, u+81ea, u+8868, u+8981, u+89a7, u+901a, u+9023, u+90e8, u+91d1, u+9332, u+958b, u+96c6, u+9ad8, u+ff1a, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-178.CuhrzsOu.woff2) format("woff2");
    unicode-range: u+4e, u+a0, u+3000, u+300c-300d, u+4e00, u+4e0a, u+4e2d, u+4e8b, u+4eba, u+4f1a, u+5165, u+5168, u+5185, u+51fa, u+5206, u+5229, u+524d, u+52d5, u+5408, u+554f, u+5831, u+5834, u+5927, u+5b9a, u+5e74, u+5f0f, u+60c5, u+65b0, u+65b9, u+6642, u+6700, u+672c, u+682a, u+6b63, u+6c17, u+7121, u+751f, u+7528, u+753b, u+76ee, u+793e, u+884c, u+898b, u+8a18, u+9593, u+95a2, u+ff01, u+ff08-ff09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-179.CWRUxe43.woff2) format("woff2");
    unicode-range: u+21-22, u+27-2a, u+2c-3b, u+3f, u+41-4d, u+4f-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+b7, u+bb, u+c9, u+cd, u+d6, u+d8, u+dc, u+e0-e5, u+e7-ed, u+ef, u+f1-f4, u+f6, u+f8, u+fa, u+fc-fd, u+103, u+14d, u+1b0, u+300-301, u+1ebf, u+1ec7, u+2013-2014, u+201c-201d, u+2039-203a, u+203c, u+2048-2049, u+2113, u+2122, u+65e5, u+6708, u+70b9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-180.CtZ3i-EF.woff2) format("woff2");
    unicode-range: u+20, u+2027, u+3001-3002, u+3041-307f, u+3081-308f, u+3091-3093, u+3099-309a, u+309d-309e, u+30a1-30e1, u+30e3-30ed, u+30ef-30f0, u+30f2-30f4, u+30fb-30fe, u+ff0c, u+ff0e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-181.BRl66X3J.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-182.DtCMfjuO.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-183.CGMUG_lm.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_JP-300-184.CwRgQChf.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-61.DHFiCEWf.woff2) format("woff2");
    unicode-range: u+25ee8, u+25f23, u+25f5c, u+25fd4, u+25fe0, u+25ffb, u+2600c, u+26017, u+26060, u+260ed, u+26222, u+2626a, u+26270, u+26286, u+2634c, u+26402, u+2667e, u+266b0, u+2671d, u+268dd, u+268ea, u+26951, u+2696f, u+26999, u+269dd, u+26a1e, u+26a58, u+26a8c, u+26ab7, u+26aff, u+26c29, u+26c73, u+26c9e, u+26cdd, u+26e40, u+26e65, u+26f94, u+26ff6-26ff8, u+270f4, u+2710d, u+27139, u+273da-273db, u+273fe, u+27410, u+27449, u+27614-27615, u+27631, u+27684, u+27693, u+2770e, u+27723, u+27752, u+278b2, u+27985, u+279b4, u+27a84, u+27bb3, u+27bbe, u+27bc7, u+27c3c, u+27cb8, u+27d73, u+27da0, u+27e10, u+27eaf, u+27fb7, u+2808a, u+280bb, u+28277, u+28282, u+282f3, u+283cd, u+2840c, u+28455, u+284dc, u+2856b, u+285c8-285c9, u+286d7, u+286fa, u+28946, u+28949, u+2896b, u+28987-28988, u+289ba-289bb, u+28a1e, u+28a29, u+28a43, u+28a71, u+28a99, u+28acd, u+28add, u+28ae4, u+28bc1, u+28bef, u+28cdd, u+28d10, u+28d71, u+28dfb, u+28e0f, u+28e17, u+28e1f, u+28e36, u+28e89, u+28eeb, u+28ef6, u+28f32, u+28ff8, u+292a0, u+292b1, u+29490, u+295cf, u+2967f, u+296f0, u+29719, u+29750, u+29810, u+298c6, u+29a72, u+29d4b, u+29ddb, u+29e15, u+29e3d, u+29e49, u+29e8a, u+29ec4, u+29edb, u+29ee9, u+29fce, u+29fd7, u+2a01a, u+2a02f, u+2a082, u+2a0f9, u+2a190, u+2a2b2, u+2a38c, u+2a437, u+2a5f1, u+2a602, u+2a61a, u+2a6b2, u+2a9e6, u+2b746, u+2b751, u+2b753, u+2b75a, u+2b75c, u+2b765, u+2b776-2b777, u+2b77c, u+2b782, u+2b789, u+2b78b, u+2b78e, u+2b794, u+2b7ac, u+2b7af, u+2b7bd, u+2b7c9, u+2b7cf, u+2b7d2, u+2b7d8, u+2b7f0, u+2b80d, u+2b817, u+2b81a, u+2d544, u+2e278, u+2e569, u+2e6ea, u+2f804, u+2f80f, u+2f815, u+2f818, u+2f81a, u+2f822, u+2f828, u+2f82c, u+2f833, u+2f83f, u+2f846, u+2f852, u+2f862, u+2f86d, u+2f873, u+2f877, u+2f884, u+2f899-2f89a, u+2f8a6, u+2f8ac, u+2f8b2, u+2f8b6, u+2f8d3, u+2f8db-2f8dc, u+2f8e1, u+2f8e5, u+2f8ea, u+2f8ed, u+2f8fc, u+2f903, u+2f90b, u+2f90f, u+2f91a, u+2f920-2f921, u+2f945, u+2f947, u+2f96c, u+2f995, u+2f9d0, u+2f9de-2f9df, u+2f9f4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-62.CGdw4P09.woff2) format("woff2");
    unicode-range: u+1f235-1f23b, u+1f240-1f248, u+1f250-1f251, u+2000b, u+20089-2008a, u+200a2, u+200a4, u+200b0, u+200f5, u+20158, u+201a2, u+20213, u+2032b, u+20371, u+20381, u+203f9, u+2044a, u+20509, u+2053f, u+205b1, u+205d6, u+20611, u+20628, u+206ec, u+2074f, u+207c8, u+20807, u+2083a, u+208b9, u+2090e, u+2097c, u+20984, u+2099d, u+20a64, u+20ad3, u+20b1d, u+20b9f, u+20bb7, u+20d45, u+20d58, u+20de1, u+20e64, u+20e6d, u+20e95, u+20f5f, u+21201, u+2123d, u+21255, u+21274, u+2127b, u+212d7, u+212e4, u+212fd, u+2131b, u+21336, u+21344, u+213c4, u+2146d-2146e, u+215d7, u+21647, u+216b4, u+21706, u+21742, u+218bd, u+219c3, u+21a1a, u+21c56, u+21d2d, u+21d45, u+21d62, u+21d78, u+21d92, u+21d9c, u+21da1, u+21db7, u+21de0, u+21e33-21e34, u+21f1e, u+21f76, u+21ffa, u+2217b, u+22218, u+2231e, u+223ad, u+22609, u+226f3, u+2285b, u+228ab, u+2298f, u+22ab8, u+22b46, u+22b4f-22b50, u+22ba6, u+22c1d, u+22c24, u+22de1, u+22e42, u+22feb, u+231b6, u+231c3-231c4, u+231f5, u+23372, u+233cc, u+233d0, u+233d2-233d3, u+233d5, u+233da, u+233df, u+233e4, u+233fe, u+2344a-2344b, u+23451, u+23465, u+234e4, u+2355a, u+23594, u+235c4, u+23638-2363a, u+23647, u+2370c, u+2371c, u+2373f, u+23763-23764, u+237e7, u+237f1, u+237ff, u+23824, u+2383d, u+23a98, u+23c7f, u+23cbe, u+23cfe, u+23d00, u+23d0e, u+23d40, u+23dd3, u+23df9-23dfa, u+23f7e, u+2404b, u+24096, u+24103, u+241c6, u+241fe, u+242ee, u+243bc, u+243d0, u+24629, u+246a5, u+247f1, u+24896, u+248e9, u+24a4d, u+24b56, u+24b6f, u+24c16, u+24d14, u+24e04, u+24e0e, u+24e37, u+24e6a, u+24e8b, u+24ff2, u+2504a, u+25055, u+25122, u+251a9, u+251cd, u+251e5, u+2521e, u+2524c, u+2542e, u+2548e, u+254d9, u+2550e, u+255a7, u+2567f, u+25771, u+257a9, u+257b4, u+25874, u+259c4, u+259cc, u+259d4, u+25ad7, u+25ae3-25ae4, u+25af1, u+25bb2, u+25c4b, u+25c64, u+25da1, u+25e2e, u+25e56, u+25e62, u+25e65, u+25ec2, u+25ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-63.BtUHuvNx.woff2) format("woff2");
    unicode-range: u+ffd7, u+ffda-ffdc, u+ffe0-ffe2, u+ffe4, u+ffe6, u+ffe8-ffee, u+1f100-1f10c, u+1f110-1f16c, u+1f170-1f1ac, u+1f200-1f202, u+1f210-1f234
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-64.DNvXpGdu.woff2) format("woff2");
    unicode-range: u+fa10, u+fa12-fa6d, u+fb00-fb04, u+fe10-fe19, u+fe30-fe42, u+fe44-fe52, u+fe54-fe66, u+fe68-fe6b, u+ff02, u+ff04, u+ff07, u+ff51, u+ff5b, u+ff5d, u+ff5f-ff60, u+ff66, u+ff69, u+ff87, u+ffa1-ffbe, u+ffc2-ffc7, u+ffca-ffcf, u+ffd2-ffd6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-65.CdIxbJip.woff2) format("woff2");
    unicode-range: u+f92d-f959, u+f95b-f9f2, u+f9f4-fa0b, u+fa0e-fa0f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-66.DM4N9eKV.woff2) format("woff2");
    unicode-range: u+9e8b-9e8c, u+9e8e-9e8f, u+9e91-9e92, u+9e95-9e96, u+9e98, u+9e9b, u+9e9d-9e9e, u+9ea4-9ea5, u+9ea8-9eaa, u+9eac-9eb0, u+9eb3-9eb5, u+9eb8, u+9ebc-9ebf, u+9ec3, u+9ec6, u+9ec8, u+9ecb-9ecd, u+9ecf-9ed1, u+9ed4-9ed5, u+9ed8, u+9edb-9ee0, u+9ee4-9ee5, u+9ee7-9ee8, u+9eec-9ef2, u+9ef4-9ef9, u+9efb-9eff, u+9f02-9f03, u+9f07-9f09, u+9f0e-9f12, u+9f14-9f17, u+9f19-9f1b, u+9f1f-9f22, u+9f26, u+9f2a-9f2c, u+9f2f, u+9f31-9f32, u+9f34, u+9f37, u+9f39-9f3a, u+9f3c-9f3f, u+9f41, u+9f43-9f47, u+9f4a, u+9f4e-9f50, u+9f52-9f58, u+9f5a, u+9f5d-9f61, u+9f63, u+9f66-9f6a, u+9f6c-9f73, u+9f75-9f77, u+9f7a, u+9f7d, u+9f7f, u+9f8f-9f92, u+9f94-9f97, u+9f99, u+9f9c-9fa3, u+9fa5, u+9fb4, u+9fbc-9fc2, u+9fc4, u+9fc6, u+9fcc, u+f900-f92c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-67.CKuSGXzo.woff2) format("woff2");
    unicode-range: u+9c3e, u+9c41, u+9c43-9c4a, u+9c4e-9c50, u+9c52-9c54, u+9c56, u+9c58, u+9c5a-9c61, u+9c63, u+9c65, u+9c67-9c6b, u+9c6d-9c6e, u+9c70, u+9c72, u+9c75-9c78, u+9c7a-9c7c, u+9ce6-9ce7, u+9ceb-9cec, u+9cf0, u+9cf2, u+9cf6-9cf7, u+9cf9, u+9d02-9d03, u+9d06-9d09, u+9d0b, u+9d0e, u+9d11-9d12, u+9d15, u+9d17-9d18, u+9d1b-9d1f, u+9d23, u+9d26, u+9d2a-9d2c, u+9d2f-9d30, u+9d32-9d34, u+9d3a, u+9d3c-9d3f, u+9d41-9d48, u+9d4a, u+9d50-9d54, u+9d59, u+9d5d-9d65, u+9d69-9d6c, u+9d6f-9d70, u+9d72-9d73, u+9d76-9d77, u+9d7a-9d7c, u+9d7e, u+9d83-9d84, u+9d86-9d87, u+9d89-9d8a, u+9d8d-9d8e, u+9d92-9d93, u+9d95-9d9a, u+9da1, u+9da4, u+9da9-9dac, u+9dae, u+9db1-9db2, u+9db5, u+9db8-9dbd, u+9dbf-9dc4, u+9dc6-9dc7, u+9dc9-9dca, u+9dcf, u+9dd3-9dd7, u+9dd9-9dda, u+9dde-9de0, u+9de3, u+9de5-9de7, u+9de9, u+9deb, u+9ded-9df0, u+9df3-9df4, u+9df8, u+9dfd-9dfe, u+9e02, u+9e07, u+9e0a, u+9e0d-9e0e, u+9e10-9e12, u+9e15-9e16, u+9e19-9e1f, u+9e75, u+9e79-9e7d, u+9e80-9e85, u+9e87-9e88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-68.BKoThomf.woff2) format("woff2");
    unicode-range: u+9ae5-9ae7, u+9ae9, u+9aeb-9aec, u+9aee-9aef, u+9af1-9af5, u+9af7, u+9af9-9afb, u+9afd, u+9aff-9b06, u+9b08-9b09, u+9b0b-9b0e, u+9b10, u+9b12, u+9b16, u+9b18-9b1d, u+9b1f-9b20, u+9b22-9b23, u+9b25-9b2f, u+9b32-9b35, u+9b37, u+9b39-9b3b, u+9b3d, u+9b43-9b44, u+9b48, u+9b4b-9b4f, u+9b51, u+9b55-9b58, u+9b5b, u+9b5e, u+9b61, u+9b63, u+9b65-9b66, u+9b68, u+9b6a-9b6f, u+9b72-9b79, u+9b7f-9b80, u+9b83-9b87, u+9b89-9b8b, u+9b8d, u+9b8f-9b94, u+9b96-9b97, u+9b9a, u+9b9d-9ba0, u+9ba6-9ba7, u+9ba9-9baa, u+9bac, u+9bb0-9bb2, u+9bb4, u+9bb7-9bb9, u+9bbb-9bbc, u+9bbe-9bc1, u+9bc6-9bc8, u+9bca, u+9bce-9bd2, u+9bd4, u+9bd7-9bd8, u+9bdd, u+9bdf, u+9be1-9be5, u+9be7, u+9bea-9beb, u+9bee-9bf3, u+9bf5, u+9bf7-9bfa, u+9bfd, u+9bff-9c00, u+9c02, u+9c04, u+9c06, u+9c08-9c0d, u+9c0f-9c16, u+9c18-9c1e, u+9c21-9c2a, u+9c2d-9c32, u+9c35-9c37, u+9c39-9c3a, u+9c3d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-69.C4_xzIXh.woff2) format("woff2");
    unicode-range: u+98eb, u+98ed-98ee, u+98f0-98f1, u+98f3, u+98f6, u+9902, u+9907-9909, u+9911-9912, u+9914-9918, u+991a-9922, u+9924, u+9926-9927, u+992b-992c, u+992e, u+9931-9935, u+9939-993e, u+9940-9942, u+9945-9949, u+994b-994e, u+9950-9952, u+9954-9955, u+9958-9959, u+995b-995c, u+995e-9960, u+9963, u+9997-9998, u+999b, u+999d-999f, u+99a3, u+99a5-99a6, u+99a8, u+99ad-99ae, u+99b0-99b2, u+99b5, u+99b9-99ba, u+99bc-99bd, u+99bf, u+99c1, u+99c3, u+99c8-99c9, u+99d1, u+99d3-99d5, u+99d8-99df, u+99e1-99e2, u+99e7, u+99ea-99ee, u+99f0-99f2, u+99f4-99f5, u+99f8-99f9, u+99fb-99fe, u+9a01-9a05, u+9a08, u+9a0a-9a0c, u+9a0f-9a11, u+9a16, u+9a1a, u+9a1e, u+9a20, u+9a22-9a24, u+9a27, u+9a2b, u+9a2d-9a2e, u+9a31, u+9a33, u+9a35-9a38, u+9a3e, u+9a40-9a45, u+9a47, u+9a4a-9a4e, u+9a51-9a52, u+9a54-9a58, u+9a5b, u+9a5d, u+9a5f, u+9a62, u+9a64-9a65, u+9a69-9a6c, u+9aaa, u+9aac-9ab0, u+9ab2, u+9ab4-9ab7, u+9ab9, u+9abb-9ac1, u+9ac3, u+9ac6, u+9ac8, u+9ace-9ad3, u+9ad5-9ad7, u+9adb-9adc, u+9ade-9ae0, u+9ae2-9ae4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-70.CXYG70mO.woff2) format("woff2");
    unicode-range: u+971d, u+9721-9724, u+9728, u+972a, u+9730-9731, u+9733, u+9736, u+9738-9739, u+973b, u+973d-973e, u+9741-9744, u+9746-974a, u+974d-974f, u+9751, u+9755, u+9757-9758, u+975a-975c, u+9760-9761, u+9763-9764, u+9766-9768, u+976a-976b, u+976e, u+9771, u+9773, u+9776-977d, u+977f-9781, u+9785-9786, u+9789, u+978b, u+978f-9790, u+9795-9797, u+9799-979a, u+979c, u+979e-97a0, u+97a2-97a3, u+97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b1-97b6, u+97b8-97ba, u+97bc, u+97be-97bf, u+97c1, u+97c3-97ce, u+97d0-97d1, u+97d4, u+97d7-97d9, u+97db-97de, u+97e0-97e1, u+97e4, u+97e6, u+97ed-97ef, u+97f1-97f2, u+97f4-97f8, u+97fa, u+9804, u+9807, u+980a, u+980c-980f, u+9814, u+9816-9817, u+9819-981a, u+981c, u+981e, u+9820-9821, u+9823-9826, u+982b, u+982e-9830, u+9832-9835, u+9837, u+9839, u+983d-983e, u+9844, u+9846-9847, u+984a-984b, u+984f, u+9851-9853, u+9856-9857, u+9859-985b, u+9862-9863, u+9865-9866, u+986a-986c, u+986f-9871, u+9873-9875, u+98aa-98ab, u+98ad-98ae, u+98b0-98b1, u+98b4, u+98b6-98b8, u+98ba-98bc, u+98bf, u+98c2-98c8, u+98cb-98cc, u+98ce, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5-98e7, u+98e9-98ea
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-71.Ch-jzCYG.woff2) format("woff2");
    unicode-range: u+944a, u+944c, u+9452-9453, u+9455, u+9459-945c, u+945e-9463, u+9468, u+946a-946b, u+946d-9472, u+9475, u+9477, u+947c-947f, u+9481, u+9483-9485, u+9578-9579, u+957e-957f, u+9582, u+9584, u+9586-9588, u+958a, u+958c-958f, u+9592, u+9594, u+9596, u+9598-9599, u+959d-95a1, u+95a4, u+95a6-95a9, u+95ab-95ad, u+95b1, u+95b4, u+95b6, u+95b9-95bf, u+95c3, u+95c6, u+95c8-95cd, u+95d0-95d6, u+95d9-95da, u+95dc-95e2, u+95e4-95e6, u+95e8, u+961d-961e, u+9621-9622, u+9624-9626, u+9628, u+962c, u+962e-962f, u+9631, u+9633-9634, u+9637-963a, u+963c-963d, u+9641-9642, u+964b-964c, u+964f, u+9652, u+9654, u+9656-9658, u+965c-965f, u+9661, u+9666, u+966a, u+966c, u+966e, u+9672, u+9674, u+9677, u+967b-967c, u+967e-967f, u+9681-9684, u+9689, u+968b, u+968d, u+9691, u+9695-9698, u+969a, u+969d, u+969f, u+96a4-96aa, u+96ae-96b4, u+96b6, u+96b8-96bb, u+96bd, u+96c1, u+96c9-96cb, u+96cd-96ce, u+96d2, u+96d5-96d6, u+96d8-96da, u+96dc-96df, u+96e9, u+96ef, u+96f1, u+96f9-96fa, u+9702-9706, u+9708-9709, u+970d-970f, u+9711, u+9713-9714, u+9716, u+9719-971b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-72.CSxf971U.woff2) format("woff2");
    unicode-range: u+92bc-92bd, u+92bf-92c3, u+92c5-92c8, u+92cb-92d0, u+92d2-92d3, u+92d5, u+92d7-92d9, u+92dc-92dd, u+92df-92e1, u+92e3-92e5, u+92e7-92ea, u+92ec, u+92ee, u+92f0, u+92f2, u+92f7-92fb, u+92ff-9300, u+9302, u+9304, u+9308, u+930d, u+930f-9311, u+9314-9315, u+9318-931a, u+931c-931f, u+9321-9325, u+9327-932b, u+932e, u+9333-9337, u+933a-933b, u+9344, u+9347-934a, u+934d, u+9350-9352, u+9354-9358, u+935a, u+935c, u+935e, u+9360, u+9364-9365, u+9367, u+9369-936d, u+936f-9371, u+9373-9374, u+9376, u+937a, u+937d-9382, u+9388, u+938a-938b, u+938d, u+938f, u+9392, u+9394-9395, u+9397-9398, u+939a-939b, u+939e, u+93a1, u+93a3-93a4, u+93a6, u+93a8-93a9, u+93ab-93ad, u+93b0, u+93b4-93b6, u+93b9-93bb, u+93c1, u+93c3-93cd, u+93d0-93d1, u+93d3, u+93d6-93d9, u+93dc-93df, u+93e2, u+93e4-93e8, u+93f1, u+93f5, u+93f7-93fb, u+93fd, u+9401-9404, u+9407-9409, u+940d-9410, u+9413-9417, u+9419-941a, u+941f, u+9421, u+942b, u+942e-942f, u+9431-9434, u+9436, u+9438, u+943a-943b, u+943d, u+943f, u+9441, u+9443-9445, u+9448
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-73.CMqIiZPI.woff2) format("woff2");
    unicode-range: u+9143, u+9146-914c, u+914f, u+9153, u+9156-915b, u+9161, u+9163-9165, u+9167, u+9169, u+916d, u+9172-9174, u+9179-917b, u+9181-9183, u+9185-9187, u+9189-918b, u+918e, u+9191, u+9193-9195, u+9197-9198, u+919e, u+91a1-91a2, u+91a6, u+91a8, u+91aa-91b6, u+91ba-91bd, u+91bf-91c6, u+91c9, u+91cb, u+91d0, u+91d3-91d4, u+91d6-91d7, u+91d9-91db, u+91de-91df, u+91e1, u+91e4-91e6, u+91e9-91ea, u+91ec-91f1, u+91f5-91f7, u+91f9, u+91fb-91fd, u+91ff-9201, u+9204-9207, u+9209-920a, u+920c, u+920e, u+9210-9218, u+921c-921e, u+9223-9226, u+9228-9229, u+922c, u+922e-9230, u+9233, u+9235-923a, u+923c, u+923e-9240, u+9242-9243, u+9245-924b, u+924d-9251, u+9256-925a, u+925c-925e, u+9260-9261, u+9264-9269, u+926e-9270, u+9275-9279, u+927b-927f, u+9288-928a, u+928d-928e, u+9291-9293, u+9295-9297, u+9299, u+929b-929c, u+929f-92a0, u+92a4-92a5, u+92a7-92a8, u+92ab, u+92af, u+92b2-92b3, u+92b6-92bb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-74.BrLnOYdT.woff2) format("woff2");
    unicode-range: u+8f52-8f55, u+8f57-8f58, u+8f5c-8f5e, u+8f61-8f66, u+8f9c-8f9d, u+8f9f-8fa2, u+8fa4-8fa8, u+8fad-8faf, u+8fb4-8fb8, u+8fbe, u+8fc0-8fc2, u+8fc6, u+8fc8, u+8fca-8fcb, u+8fcd, u+8fd0, u+8fd2-8fd3, u+8fd5, u+8fda, u+8fe0, u+8fe2-8fe5, u+8fe8-8fea, u+8fed-8fef, u+8ff1, u+8ff4-8ff6, u+8ff8-8ffb, u+8ffe, u+9002, u+9004-9005, u+9008, u+900b-900e, u+9011, u+9013, u+9015-9016, u+9018, u+901b, u+901e, u+9021, u+9027-902a, u+902c-902d, u+902f, u+9033-9037, u+9039, u+903c, u+903e-903f, u+9041, u+9043-9044, u+9049, u+904c, u+904f-9052, u+9056, u+9058, u+905b-905e, u+9062, u+9066-9068, u+906c, u+906f-9070, u+9072, u+9074, u+9076, u+9079, u+9080-9083, u+9085, u+9087-9088, u+908b-908c, u+908e-9090, u+9095, u+9097-9099, u+909b, u+90a0-90a2, u+90a5, u+90a8, u+90af-90b6, u+90bd-90be, u+90c3-90c5, u+90c7-90c9, u+90cc, u+90d2, u+90d5, u+90d7-90d9, u+90db-90df, u+90e2, u+90e4-90e5, u+90eb, u+90ef-90f0, u+90f2, u+90f4, u+90f6, u+90fe-9100, u+9102, u+9104-9106, u+9108, u+910d, u+9110, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9125, u+9127, u+9129, u+912d-9132, u+9134, u+9136-9137, u+9139-913a, u+913c-913d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-75.0AtZSyp6.woff2) format("woff2");
    unicode-range: u+8dc0, u+8dc2, u+8dc5-8dc8, u+8dca-8dcc, u+8dce-8dcf, u+8dd1, u+8dd4-8dd7, u+8dd9-8ddb, u+8ddf, u+8de3-8de5, u+8de7, u+8dea-8dec, u+8df0-8df2, u+8df4, u+8dfc-8dfd, u+8dff, u+8e01, u+8e04-8e06, u+8e08-8e09, u+8e0b-8e0c, u+8e10-8e11, u+8e14, u+8e16, u+8e1d-8e23, u+8e26-8e27, u+8e30-8e31, u+8e33-8e39, u+8e3d, u+8e40-8e42, u+8e44, u+8e47-8e50, u+8e54-8e55, u+8e59, u+8e5b-8e64, u+8e69, u+8e6c-8e6d, u+8e6f-8e72, u+8e75-8e77, u+8e79-8e7c, u+8e81-8e85, u+8e89, u+8e8b, u+8e90-8e95, u+8e98-8e9b, u+8e9d-8e9e, u+8ea1-8ea2, u+8ea7, u+8ea9-8eaa, u+8eac-8eb1, u+8eb3, u+8eb5-8eb6, u+8eba-8ebb, u+8ebe, u+8ec0-8ec1, u+8ec3-8ec8, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8edb-8edc, u+8ee3, u+8ee8, u+8eeb, u+8eed-8eee, u+8ef0-8ef1, u+8ef7, u+8ef9-8efc, u+8efe, u+8f00, u+8f02, u+8f05, u+8f07-8f08, u+8f0a, u+8f0f-8f10, u+8f12-8f13, u+8f15-8f19, u+8f1b-8f1c, u+8f1e-8f21, u+8f23, u+8f25-8f28, u+8f2b-8f2f, u+8f33-8f37, u+8f39-8f3b, u+8f3e, u+8f40-8f43, u+8f45-8f47, u+8f49-8f4a, u+8f4c-8f4f, u+8f51
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-76.ExBcCLFr.woff2) format("woff2");
    unicode-range: u+8b2d, u+8b30, u+8b37, u+8b3c, u+8b3e, u+8b41-8b46, u+8b48-8b49, u+8b4c-8b4f, u+8b51-8b54, u+8b56, u+8b59, u+8b5b, u+8b5e-8b5f, u+8b63, u+8b69, u+8b6b-8b6d, u+8b6f, u+8b71, u+8b74, u+8b76, u+8b78-8b79, u+8b7c-8b81, u+8b84-8b85, u+8b8a-8b8f, u+8b92-8b96, u+8b99-8b9a, u+8b9c-8ba0, u+8c38-8c3a, u+8c3d-8c3f, u+8c41, u+8c45, u+8c47-8c49, u+8c4b-8c4c, u+8c4e-8c51, u+8c53-8c55, u+8c57-8c59, u+8c5b, u+8c5d, u+8c62-8c64, u+8c66, u+8c68-8c69, u+8c6b-8c6d, u+8c73, u+8c75-8c76, u+8c78, u+8c7a-8c7c, u+8c7e, u+8c82, u+8c85-8c87, u+8c89-8c8b, u+8c8d-8c8e, u+8c90, u+8c92-8c94, u+8c98-8c99, u+8c9b-8c9c, u+8c9f, u+8ca4, u+8cad-8cae, u+8cb2-8cb3, u+8cb6, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc6, u+8cc8-8cc9, u+8ccb, u+8ccd-8ccf, u+8cd2, u+8cd5-8cd6, u+8cd9-8cda, u+8cdd, u+8ce1, u+8ce3-8ce4, u+8ce6, u+8ce8, u+8cec, u+8cef-8cf2, u+8cf4-8cf5, u+8cf7-8cf8, u+8cfa-8cfb, u+8cfd-8cff, u+8d01, u+8d03-8d04, u+8d07, u+8d09-8d0b, u+8d0d-8d10, u+8d12-8d14, u+8d16-8d17, u+8d1b-8d1d, u+8d65, u+8d67, u+8d69, u+8d6b-8d6e, u+8d71, u+8d73, u+8d76, u+8d7f, u+8d81-8d82, u+8d84, u+8d88, u+8d8d, u+8d90-8d91, u+8d95, u+8d99, u+8d9e-8da0, u+8da6, u+8da8, u+8dab-8dac, u+8daf, u+8db2, u+8db5, u+8db7, u+8db9-8dbc, u+8dbe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-77.ByHUprk6.woff2) format("woff2");
    unicode-range: u+8973-8975, u+8977, u+897a-897e, u+8980, u+8983, u+8988-898a, u+898d, u+8990, u+8993-8995, u+8998, u+899b-899c, u+899f-89a1, u+89a5-89a6, u+89a9, u+89ac, u+89af-89b0, u+89b2, u+89b4-89b7, u+89ba, u+89bc-89bd, u+89bf-89c1, u+89d4-89d8, u+89da, u+89dc-89dd, u+89e5, u+89e7, u+89e9, u+89eb, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89f8-89f9, u+89fd, u+89ff, u+8a01, u+8a04-8a05, u+8a07, u+8a0c, u+8a0f-8a12, u+8a14-8a16, u+8a1b, u+8a1d-8a1e, u+8a20-8a22, u+8a24-8a26, u+8a2b-8a2c, u+8a2f, u+8a35-8a37, u+8a3b, u+8a3d-8a3e, u+8a40-8a41, u+8a43, u+8a45-8a49, u+8a4d-8a4e, u+8a51-8a54, u+8a56-8a58, u+8a5b-8a5d, u+8a61-8a62, u+8a65, u+8a67, u+8a6c-8a6d, u+8a75-8a77, u+8a79-8a7c, u+8a7e-8a80, u+8a82-8a86, u+8a8b, u+8a8f-8a92, u+8a96-8a97, u+8a99-8a9a, u+8a9f, u+8aa1, u+8aa3, u+8aa5-8aaa, u+8aae-8aaf, u+8ab3, u+8ab6-8ab7, u+8abb-8abc, u+8abe, u+8ac2-8ac4, u+8ac6, u+8ac8-8aca, u+8acc-8acd, u+8ad0-8ad1, u+8ad3-8ad5, u+8ad7, u+8ada-8ae2, u+8ae4, u+8ae7, u+8aeb-8aec, u+8aee, u+8af0-8af1, u+8af3-8af7, u+8afa, u+8afc, u+8aff, u+8b01-8b02, u+8b04-8b07, u+8b0a-8b0d, u+8b0f-8b11, u+8b14, u+8b16, u+8b1a, u+8b1c, u+8b1e-8b20, u+8b26, u+8b28, u+8b2b-8b2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-78.BnVZleiC.woff2) format("woff2");
    unicode-range: u+87e2-87e6, u+87ea-87ed, u+87ef, u+87f1, u+87f3, u+87f5-87f8, u+87fa-87fb, u+87fe-87ff, u+8801, u+8803, u+8805-8807, u+8809-880b, u+880d-8816, u+8818-881c, u+881e-881f, u+8821-8822, u+8827-8828, u+882d-882e, u+8830-8832, u+8835-8836, u+8839-883c, u+8841-8845, u+8848-884b, u+884d-884e, u+8851-8852, u+8855-8856, u+8858-885a, u+885c, u+885e-8860, u+8862, u+8864, u+8869, u+886b, u+886e-886f, u+8871-8872, u+8875, u+8877, u+8879, u+887b, u+887d-887e, u+8880-8882, u+8888, u+888d, u+8892, u+8897-889c, u+889e-88a0, u+88a2, u+88a4, u+88a8, u+88aa, u+88ae, u+88b0-88b1, u+88b5, u+88b7, u+88ba, u+88bc-88c0, u+88c3-88c4, u+88c6, u+88ca-88ce, u+88d1-88d4, u+88d8-88d9, u+88db, u+88dd-88e1, u+88e7-88e8, u+88ef-88f2, u+88f4-88f5, u+88f7, u+88f9, u+88fc, u+8901-8902, u+8904, u+8906, u+890a, u+890c-890f, u+8913, u+8915-8916, u+8918-891a, u+891c-891e, u+8920, u+8925-8928, u+892a-892b, u+8930-8932, u+8935-893b, u+893e, u+8940-8946, u+8949, u+894c-894d, u+894f, u+8952, u+8956-8957, u+895a-895c, u+895e, u+8960-8964, u+8966, u+896a-896b, u+896d-8970
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-79.CDpMH8Uy.woff2) format("woff2");
    unicode-range: u+8655-8659, u+865b, u+865d-8664, u+8667, u+8669, u+866c, u+866f, u+8671, u+8675-8677, u+867a-867b, u+867d, u+8687-8689, u+868b-868d, u+8691, u+8693, u+8695-8696, u+8698, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a6-86ab, u+86ad, u+86af-86b1, u+86b3-86b9, u+86bf-86c1, u+86c3-86c6, u+86c9, u+86cb, u+86ce, u+86d1-86d2, u+86d4-86d5, u+86d7, u+86da, u+86dc, u+86de-86e0, u+86e3-86e7, u+86e9, u+86ec-86ed, u+86ef, u+86f8-86fe, u+8700, u+8703-870b, u+870d-8714, u+8719-871a, u+871e-871f, u+8721-8723, u+8725, u+8728-8729, u+872e-872f, u+8731-8732, u+8734, u+8737, u+8739-8740, u+8743, u+8745, u+8749, u+874b-874e, u+8751, u+8753, u+8755, u+8757-8759, u+875d, u+875f-8761, u+8763-8766, u+8768, u+876a, u+876e-876f, u+8771-8772, u+8774, u+8778, u+877b-877c, u+877f, u+8782-8789, u+878b-878c, u+878e, u+8790, u+8793, u+8795, u+8797-8799, u+879e-87a0, u+87a2-87a3, u+87a7, u+87ab-87af, u+87b1, u+87b3, u+87b5, u+87bb, u+87bd-87c1, u+87c4, u+87c6-87cb, u+87ce, u+87d0, u+87d2, u+87d5-87d6, u+87d9-87da, u+87dc, u+87df-87e0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-80.B2librmO.woff2) format("woff2");
    unicode-range: u+84b4, u+84b9-84bb, u+84bd-84c2, u+84c6-84ca, u+84cc-84d1, u+84d3, u+84d6, u+84d9-84da, u+84dc, u+84e7, u+84ea, u+84ec, u+84ef-84f2, u+84f4, u+84f7, u+84fa-84fd, u+84ff-8500, u+8502-8503, u+8506-8507, u+850c, u+850e, u+8510, u+8514-8515, u+8517-8518, u+851a-851c, u+851e-851f, u+8521-8525, u+8527, u+852a-852c, u+852f, u+8532-8534, u+8536, u+853e-8541, u+8543, u+8546, u+8548, u+854a-854b, u+854f-8553, u+8555-855a, u+855c-8564, u+8569-856b, u+856d, u+856f, u+8577, u+8579-857b, u+857d-8581, u+8585-8586, u+8588-858c, u+858f-8591, u+8593, u+8597-8598, u+859b-859d, u+859f-85a0, u+85a2, u+85a4-85a5, u+85a7-85a8, u+85ad-85b0, u+85b4, u+85b6-85ba, u+85bc-85bf, u+85c1-85c2, u+85c7, u+85c9-85cb, u+85ce-85d0, u+85d5, u+85d8-85da, u+85dc, u+85df-85e1, u+85e5-85e6, u+85e8, u+85ed, u+85f3-85f4, u+85f6-85f7, u+85f9-85fa, u+85fc, u+85fe-8600, u+8602, u+8604-8606, u+860a-860b, u+860d-860e, u+8610-8613, u+8616-861b, u+861e, u+8621-8622, u+8624, u+8627, u+8629, u+862f-8630, u+8636, u+8638-863a, u+863c-863d, u+863f-8642, u+8646, u+864d, u+8652-8654
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-81.DyD78Qc8.woff2) format("woff2");
    unicode-range: u+82e8, u+82ea, u+82ed, u+82ef, u+82f3-82f4, u+82f6-82f7, u+82f9, u+82fb, u+82fd-82fe, u+8300-8301, u+8303, u+8306-8308, u+830a-830c, u+8316-8318, u+831b, u+831d-831f, u+8321-8323, u+832b-8335, u+8337, u+833a, u+833c-833d, u+8340, u+8342-8347, u+834a, u+834d-8351, u+8353-8357, u+835a, u+8362-8363, u+8370, u+8373, u+8375, u+8378, u+837c-837d, u+837f-8380, u+8382, u+8384-8387, u+838a, u+838d-838e, u+8392-8396, u+8398-83a0, u+83a2, u+83a6-83ad, u+83b1, u+83b5, u+83bd-83c1, u+83c7, u+83c9, u+83ce-83d1, u+83d4, u+83d6, u+83d8, u+83dd, u+83df-83e1, u+83e5, u+83e8, u+83ea-83eb, u+83f0, u+83f2, u+83f4, u+83f6-83f9, u+83fb-83fd, u+8401, u+8403-8404, u+8406-8407, u+840a-840b, u+840d, u+840f, u+8411, u+8413, u+8415, u+8417, u+8419, u+8420, u+8422, u+842a, u+842f, u+8431, u+8435, u+8438-8439, u+843c, u+8445-8448, u+844a, u+844d-844f, u+8451-8452, u+8456, u+8458-845a, u+845c, u+845f-8462, u+8464-8467, u+8469-846b, u+846d-8470, u+8473-8474, u+8476-847a, u+847c-847d, u+8481-8482, u+8484-8485, u+848b, u+8490, u+8492-8493, u+8495, u+8497, u+849c, u+849e-849f, u+84a1, u+84a6, u+84a8-84aa, u+84ad, u+84af, u+84b1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-82.DJPfqOjz.woff2) format("woff2");
    unicode-range: u+814a, u+814c, u+8151-8153, u+8157, u+815f-8161, u+8165-8169, u+816d-816f, u+8171, u+8173-8174, u+8177, u+8180-8186, u+8188, u+818a-818b, u+818e, u+8190, u+8193, u+8195-8196, u+8198, u+819b, u+819e, u+81a0, u+81a2, u+81a4, u+81a9, u+81ae, u+81b0, u+81b2, u+81b4-81b5, u+81b8, u+81ba-81bb, u+81bd-81be, u+81c0-81c3, u+81c5-81c6, u+81c8-81cb, u+81cd-81cf, u+81d1, u+81d5-81db, u+81dd-81e1, u+81e4-81e5, u+81e7, u+81eb-81ec, u+81ef-81f2, u+81f5-81f6, u+81f8-81fb, u+81fd-8205, u+8209-820b, u+820d, u+820f, u+8212-8214, u+8216, u+8219-821d, u+8221-8222, u+8228-8229, u+822b, u+822e, u+8232-8235, u+8237-8238, u+823a, u+823c, u+8240, u+8243-8246, u+8249, u+824b, u+824e-824f, u+8251, u+8256-825a, u+825c-825d, u+825f-8260, u+8262-8264, u+8267-8268, u+826a-826b, u+826d-826e, u+8271, u+8274, u+8277, u+8279, u+827b, u+827d-8281, u+8283-8284, u+8287, u+8289-828a, u+828d-828e, u+8291-8294, u+8296, u+8298-829b, u+829f-82a1, u+82a3-82a4, u+82a7-82ac, u+82ae, u+82b0, u+82b2, u+82b4, u+82b7, u+82ba-82bc, u+82be-82bf, u+82c5-82c6, u+82d0, u+82d2-82d3, u+82d5, u+82d9-82da, u+82dc, u+82de-82e4, u+82e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-83.DfTor7-W.woff2) format("woff2");
    unicode-range: u+7f77-7f79, u+7f7d-7f80, u+7f82-7f83, u+7f86-7f88, u+7f8b-7f8d, u+7f8f-7f91, u+7f94, u+7f96-7f97, u+7f9a, u+7f9c-7f9d, u+7fa1-7fa3, u+7fa6, u+7faa, u+7fad-7faf, u+7fb2, u+7fb4, u+7fb6, u+7fb8-7fb9, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fc5-7fc6, u+7fc8, u+7fca, u+7fce-7fcf, u+7fd5, u+7fdb, u+7fdf, u+7fe1, u+7fe3, u+7fe5-7fe6, u+7fe8-7fe9, u+7feb-7fec, u+7fee-7ff0, u+7ff2-7ff3, u+7ff9-7ffa, u+7ffd-7fff, u+8002, u+8004, u+8006-8008, u+800a-800f, u+8011-8014, u+8016, u+8018-8019, u+801c-8021, u+8024, u+8026, u+8028, u+802c, u+802e, u+8030, u+8034-8035, u+8037, u+8039-8040, u+8043-8044, u+8046, u+804a, u+8052, u+8058, u+805a, u+805f-8060, u+8062, u+8064, u+8066, u+8068, u+806d, u+806f-8073, u+8075-8076, u+8079, u+807b, u+807d-8081, u+8084-8088, u+808b, u+808e, u+8093, u+8099-809a, u+809c, u+809e, u+80a4, u+80a6-80a7, u+80ab-80ad, u+80b1, u+80b8-80b9, u+80c4-80c5, u+80c8, u+80ca, u+80cd, u+80cf, u+80d2, u+80d4-80db, u+80dd, u+80e0, u+80e4-80e6, u+80ed-80f3, u+80f5-80f7, u+80f9-80fc, u+80fe, u+8101, u+8103, u+8109, u+810b, u+810d, u+8116-8118, u+811b-811c, u+811e, u+8120, u+8123-8124, u+8127, u+8129, u+812b-812c, u+812f-8130, u+8135, u+8139-813a, u+813c-813e, u+8141, u+8145-8147
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-84.cf1UE2HF.woff2) format("woff2");
    unicode-range: u+7d57, u+7d59-7d5d, u+7d63, u+7d65, u+7d67, u+7d6a, u+7d6e, u+7d70, u+7d72-7d73, u+7d78, u+7d7a-7d7b, u+7d7d, u+7d7f, u+7d81-7d83, u+7d85-7d86, u+7d88-7d89, u+7d8b-7d8d, u+7d8f, u+7d91, u+7d93, u+7d96-7d97, u+7d9b-7da0, u+7da2-7da3, u+7da6-7da7, u+7daa-7dac, u+7dae-7db0, u+7db3, u+7db5-7db9, u+7dbd, u+7dc0, u+7dc2-7dc7, u+7dcc-7dce, u+7dd0, u+7dd5-7dd9, u+7ddc-7dde, u+7de1-7de6, u+7dea-7ded, u+7df1-7df2, u+7df5-7df6, u+7df9-7dfa, u+7e00, u+7e05, u+7e08-7e0b, u+7e10-7e12, u+7e15, u+7e17, u+7e1c-7e1d, u+7e1f-7e23, u+7e27-7e28, u+7e2c-7e2d, u+7e2f, u+7e31-7e33, u+7e35-7e37, u+7e39-7e3b, u+7e3d, u+7e3f, u+7e43-7e48, u+7e4e, u+7e50, u+7e52, u+7e56, u+7e58-7e5a, u+7e5d-7e5f, u+7e61-7e62, u+7e65-7e67, u+7e69-7e6b, u+7e6d-7e6f, u+7e73, u+7e75, u+7e78-7e79, u+7e7b-7e7f, u+7e81-7e83, u+7e86-7e8a, u+7e8c-7e8e, u+7e90-7e96, u+7e98, u+7e9a-7e9f, u+7f38, u+7f3a-7f3f, u+7f43-7f45, u+7f47, u+7f4c-7f50, u+7f52-7f55, u+7f58, u+7f5b-7f5d, u+7f5f, u+7f61, u+7f63-7f69, u+7f6b, u+7f6d, u+7f71
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-85.yZHa4UTh.woff2) format("woff2");
    unicode-range: u+7bc8, u+7bca-7bcc, u+7bcf, u+7bd4, u+7bd6-7bd7, u+7bd9-7bdb, u+7bdd, u+7be5-7be6, u+7be8-7bea, u+7bf0, u+7bf2-7bfa, u+7bfc, u+7bfe, u+7c00-7c04, u+7c06-7c07, u+7c09, u+7c0b-7c0f, u+7c11-7c14, u+7c17, u+7c19, u+7c1b, u+7c1e-7c20, u+7c23, u+7c25-7c28, u+7c2a-7c2c, u+7c2f, u+7c31, u+7c33-7c34, u+7c36-7c3a, u+7c3d-7c3e, u+7c40, u+7c42-7c43, u+7c45-7c46, u+7c4a, u+7c4c, u+7c4f-7c5f, u+7c61, u+7c63-7c65, u+7c67, u+7c69, u+7c6c-7c70, u+7c72, u+7c75, u+7c79, u+7c7b-7c7e, u+7c81-7c83, u+7c86-7c87, u+7c8d, u+7c8f-7c90, u+7c94, u+7c9e, u+7ca0-7ca2, u+7ca4-7ca6, u+7ca8, u+7cab, u+7cad-7cae, u+7cb0-7cb3, u+7cb6-7cb7, u+7cb9-7cbd, u+7cbf-7cc0, u+7cc2, u+7cc4-7cc5, u+7cc7-7cca, u+7ccd-7ccf, u+7cd2-7cd5, u+7cd7-7cda, u+7cdc-7cdd, u+7cdf-7ce0, u+7ce2, u+7ce6, u+7ce9, u+7ceb, u+7cef, u+7cf2, u+7cf4-7cf6, u+7cf9-7cfa, u+7cfe, u+7d02-7d03, u+7d06-7d0a, u+7d0f, u+7d11-7d13, u+7d15-7d16, u+7d1c-7d1e, u+7d23, u+7d26, u+7d2a, u+7d2c-7d2e, u+7d31-7d32, u+7d35, u+7d3c-7d41, u+7d43, u+7d45, u+7d47-7d48, u+7d4b, u+7d4d-7d4f, u+7d51, u+7d53, u+7d55-7d56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-86.DLuEM54N.woff2) format("woff2");
    unicode-range: u+7a17-7a19, u+7a1b, u+7a1e-7a21, u+7a27, u+7a2b, u+7a2d, u+7a2f-7a31, u+7a34-7a35, u+7a37-7a3b, u+7a3e, u+7a43-7a49, u+7a4c, u+7a4e, u+7a50, u+7a55-7a57, u+7a59, u+7a5c-7a5d, u+7a5f-7a63, u+7a65, u+7a67, u+7a69-7a6a, u+7a6d, u+7a70, u+7a75, u+7a78-7a79, u+7a7d-7a7e, u+7a80, u+7a82, u+7a84-7a86, u+7a88, u+7a8a-7a8b, u+7a90-7a91, u+7a94-7a98, u+7a9e, u+7aa0, u+7aa3, u+7aa9, u+7aac, u+7ab0, u+7ab3, u+7ab5-7ab6, u+7ab9-7abf, u+7ac3, u+7ac5-7aca, u+7acc-7acf, u+7ad1-7ad3, u+7ad5, u+7ada-7adb, u+7add, u+7adf, u+7ae1-7ae2, u+7ae6-7aed, u+7af0-7af1, u+7af4, u+7af8, u+7afa-7afb, u+7afd-7afe, u+7b02, u+7b04, u+7b06-7b08, u+7b0a-7b0b, u+7b0f, u+7b12, u+7b14, u+7b18-7b19, u+7b1e-7b1f, u+7b23, u+7b25, u+7b27-7b2b, u+7b2d-7b31, u+7b33-7b36, u+7b3b, u+7b3d, u+7b3f-7b41, u+7b45, u+7b47, u+7b4c-7b50, u+7b53, u+7b55, u+7b5d, u+7b60, u+7b64-7b66, u+7b69-7b6a, u+7b6c-7b75, u+7b77, u+7b79-7b7a, u+7b7f, u+7b84, u+7b86, u+7b89, u+7b8d-7b92, u+7b96, u+7b98-7ba0, u+7ba5, u+7bac-7bad, u+7baf-7bb0, u+7bb2, u+7bb4-7bb6, u+7bba-7bbd, u+7bc1-7bc2, u+7bc5-7bc6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-87.CnoZEOIe.woff2) format("woff2");
    unicode-range: u+7851-7852, u+785c, u+785e, u+7860-7861, u+7863-7864, u+7868, u+786a, u+786e-786f, u+7872, u+7874, u+787a, u+787c, u+787e, u+7886-7887, u+788a, u+788c-788f, u+7893-7895, u+7898, u+789a, u+789d-789f, u+78a1, u+78a3-78a4, u+78a8-78aa, u+78ac-78ad, u+78af-78b3, u+78b5, u+78bb-78bf, u+78c5-78cc, u+78ce, u+78d1-78d6, u+78da-78db, u+78df-78e1, u+78e4, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78f6-78f7, u+78f9-78fb, u+78fd-7901, u+7906-7907, u+790c, u+7910-7912, u+7919-791c, u+791e-7920, u+7925-792e, u+7930-7931, u+7934-7935, u+793b, u+793d, u+793f, u+7941-7942, u+7944-7946, u+794a-794b, u+794f, u+7951, u+7954-7955, u+7957-7958, u+795a-795c, u+795f-7960, u+7962, u+7967, u+7969, u+796b, u+7972, u+7977, u+7979-797c, u+797e-7980, u+798a-798e, u+7991, u+7993-7996, u+7998, u+799b-799d, u+79a1, u+79a6-79ab, u+79ae-79b1, u+79b3-79b4, u+79b8-79bb, u+79bd-79be, u+79c2, u+79c4, u+79c7-79ca, u+79cc-79cd, u+79cf, u+79d4-79d6, u+79da, u+79dd-79e3, u+79e5, u+79e7, u+79ea-79ed, u+79f1, u+79f8, u+79fc, u+7a02-7a03, u+7a05, u+7a07-7a0a, u+7a0c-7a0d, u+7a11, u+7a15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-88.Cm_LDn2I.woff2) format("woff2");
    unicode-range: u+768c-768e, u+7690, u+7693, u+7695-7696, u+7699-76a8, u+76aa, u+76ad, u+76af-76b0, u+76b4, u+76b6-76ba, u+76bd, u+76c1-76c3, u+76c5, u+76c8-76c9, u+76cb-76ce, u+76d2, u+76d4, u+76d6, u+76d9, u+76dc, u+76de, u+76e0-76e1, u+76e5-76e8, u+76ea-76ec, u+76f0-76f1, u+76f6, u+76f9, u+76fb-76fc, u+7700, u+7704, u+7706-7708, u+770a, u+770e, u+7712, u+7714-7715, u+7717, u+7719-771c, u+7722, u+7724-7726, u+7728, u+772d-772f, u+7734-7739, u+773d-773e, u+7742, u+7745-7747, u+774a, u+774d-774f, u+7752, u+7756-7758, u+775a-775c, u+775e-7760, u+7762, u+7764-7765, u+7767, u+776a-776c, u+7770, u+7772-7774, u+7779-777a, u+777c-7780, u+7784, u+778b-778e, u+7794-7796, u+779a, u+779e-77a0, u+77a2, u+77a4-77a5, u+77a7, u+77a9-77aa, u+77ae-77b1, u+77b5-77b7, u+77b9, u+77bb-77bf, u+77c3, u+77c7, u+77c9, u+77cd, u+77d1-77d2, u+77d5, u+77d7, u+77d9-77da, u+77dc, u+77de-77e0, u+77e3-77e4, u+77e6-77e7, u+77e9-77ea, u+77ec, u+77ee, u+77f0-77f1, u+77f4, u+77f8, u+77fb-77fc, u+7805-7806, u+7809, u+780c-780e, u+7811-7812, u+7819, u+781d, u+7820-7823, u+7826-7827, u+782c-782e, u+7830, u+7835, u+7837, u+783a, u+783f, u+7843-7845, u+7847-7848, u+784c, u+784e-784f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-89.DFM9eBlp.woff2) format("woff2");
    unicode-range: u+7511-7513, u+7515-7517, u+751c, u+751e, u+7520-7522, u+7524, u+7526-7527, u+7529-752c, u+752f, u+7536, u+7538-7539, u+753c-7540, u+7543-7544, u+7546-754b, u+754d-7550, u+7552, u+7557, u+755a-755b, u+755d-755f, u+7561-7562, u+7564, u+7566-7567, u+7569, u+756b-756d, u+756f, u+7571-7572, u+7574-757e, u+7581-7582, u+7585-7587, u+7589-758c, u+758f-7590, u+7592-7595, u+7599-759a, u+759c-759d, u+75a2-75a5, u+75b0-75b1, u+75b3-75b5, u+75b7-75b8, u+75ba, u+75bd, u+75bf-75c4, u+75c6, u+75ca, u+75cc-75cf, u+75d3-75d4, u+75d7-75d8, u+75dc-75e1, u+75e3-75e4, u+75e7, u+75ec, u+75ee-75f3, u+75f9, u+75fc, u+75fe-7604, u+7607-760c, u+760f, u+7612-7613, u+7615-7616, u+7618-7619, u+761b-7629, u+762d, u+7630, u+7632-7635, u+7638-763c, u+7640-7641, u+7643-764b, u+764e, u+7655, u+7658-7659, u+765c, u+765f, u+7661-7662, u+7664-7665, u+7667-766a, u+766c-7672, u+7674, u+7676, u+7678, u+7680-7683, u+7685, u+7688, u+768b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-90.BKWdwjTI.woff2) format("woff2");
    unicode-range: u+736c, u+736e-7371, u+7375, u+7377-737c, u+7380-7381, u+7383, u+7385-7386, u+738a, u+738e, u+7390, u+7393-7398, u+739c, u+739e-73a0, u+73a2, u+73a5-73a6, u+73a8, u+73aa-73ab, u+73ad, u+73b3, u+73b5, u+73b7, u+73b9-73bd, u+73bf, u+73c5-73c6, u+73c9-73cc, u+73ce-73cf, u+73d2-73d3, u+73d6, u+73d9, u+73dd-73de, u+73e1, u+73e3-73e7, u+73e9-73ea, u+73ee, u+73f1, u+73f4-73f5, u+73f7-73fb, u+73fd, u+73ff-7401, u+7404-7405, u+7407, u+740a, u+7411, u+7413, u+741a-741b, u+7421, u+7424, u+7426, u+7428-7431, u+7433, u+7439-743a, u+743f-7441, u+7443-7444, u+7446-7447, u+744b, u+744d, u+7451-7453, u+7455, u+7457, u+7459-745a, u+745c-745d, u+745f, u+7462-7464, u+7466-746b, u+746d-7473, u+7476, u+747e, u+7480-7481, u+7485-7489, u+748b, u+748f-7492, u+7497-749a, u+749c, u+749e-74a3, u+74a5-74a6, u+74a8-74ab, u+74ae-74af, u+74b1-74b2, u+74b5, u+74b9-74bb, u+74bd, u+74bf, u+74c8-74ca, u+74cc, u+74cf-74d0, u+74d3-74d4, u+74d6, u+74d8, u+74da-74db, u+74de-74e0, u+74e3-74e4, u+74e7-74eb, u+74ee-74f2, u+74f4, u+74f7-74f8, u+74fa-74fc, u+74ff, u+7501, u+7503-7506, u+750c-750e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-91.CGx0gSHx.woff2) format("woff2");
    unicode-range: u+7166, u+7168, u+716c, u+7179, u+7180, u+7184-7185, u+7187-7188, u+718c, u+718f, u+7192, u+7194-7196, u+7199-719b, u+71a0, u+71a2, u+71a8, u+71ac, u+71ae-71b0, u+71b2-71b3, u+71b9-71ba, u+71be-71c1, u+71c4, u+71c9, u+71cb-71cc, u+71ce, u+71d0, u+71d2-71d4, u+71d6-71d7, u+71d9-71da, u+71dc, u+71df-71e0, u+71e6-71e7, u+71ec-71ee, u+71f4-71f5, u+71f8-71f9, u+71fc, u+71fe-7200, u+7207-7209, u+720d, u+7210, u+7213, u+7215, u+7217, u+721a, u+721d, u+721f, u+7224, u+7228, u+722b, u+722d, u+722f-7230, u+7232, u+7234, u+7238-7239, u+723b-723c, u+723e-7243, u+7245-7246, u+724b, u+724e-7250, u+7252-7253, u+7255-7258, u+725a, u+725c, u+725e, u+7260, u+7263, u+7268, u+726b, u+726e-726f, u+7271, u+7274, u+7277-7278, u+727b-727c, u+727e-7282, u+7284, u+7287, u+7289, u+728d-728e, u+7292-7293, u+7296, u+729b, u+72a2, u+72a7-72a8, u+72ad-72ae, u+72b0-72b2, u+72b4, u+72b9, u+72be, u+72c0-72c1, u+72c3-72c4, u+72c6-72c7, u+72c9, u+72cc, u+72ce, u+72d2, u+72d5-72d6, u+72d8, u+72df-72e2, u+72e5, u+72f3-72f4, u+72f7, u+72f9-72fb, u+72fd-72fe, u+7302, u+7304-7305, u+7307, u+730a-730b, u+730d, u+7312-7313, u+7316-7319, u+731c-731e, u+7322, u+7324, u+7327-7329, u+732c, u+732f, u+7331-7337, u+7339-733b, u+733d-733e, u+7343, u+734d-7350, u+7352, u+7356-7358, u+735d-7360, u+7366-736b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-92.B-26crnv.woff2) format("woff2");
    unicode-range: u+6f58-6f5b, u+6f5d-6f5e, u+6f60-6f62, u+6f66, u+6f68, u+6f6c-6f6d, u+6f6f, u+6f74, u+6f78, u+6f7a, u+6f7c-6f7e, u+6f80, u+6f82-6f83, u+6f86-6f88, u+6f8b-6f8e, u+6f90-6f94, u+6f96-6f98, u+6f9a, u+6f9d, u+6f9f-6fa1, u+6fa3, u+6fa5-6fa8, u+6fae-6fb1, u+6fb3, u+6fb5-6fb7, u+6fb9, u+6fbc, u+6fbe, u+6fc2, u+6fc5-6fca, u+6fd4-6fd5, u+6fd8, u+6fda-6fdb, u+6fde-6fe0, u+6fe4, u+6fe8-6fe9, u+6feb-6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ff9-6ffa, u+6ffc-6ffe, u+7000-7001, u+7005-7007, u+7009-700b, u+700d, u+700f, u+7011, u+7015, u+7017-7018, u+701a-701b, u+701d-7020, u+7023, u+7026, u+7028, u+702f-7030, u+7032, u+7034, u+7037, u+7039-703a, u+703c, u+703e, u+7043-7044, u+7047-704c, u+704e, u+7051, u+7054-7055, u+705d-705e, u+7064-7065, u+7069, u+706c, u+706e, u+7075-7076, u+707e, u+7081, u+7085-7086, u+7094-7098, u+709b, u+709f, u+70a4, u+70ab-70ac, u+70ae-70b1, u+70b3-70b4, u+70b7, u+70bb, u+70ca-70cb, u+70d1, u+70d3-70d6, u+70d8-70d9, u+70dc-70dd, u+70df, u+70e4, u+70ec, u+70f1, u+70fa, u+70fd, u+7103-7108, u+710b-710c, u+710f, u+7114, u+7119, u+711c, u+711e, u+7120, u+712b, u+712d-7131, u+7138, u+7141, u+7145-7147, u+7149-714b, u+7150-7153, u+7155-7157, u+715a, u+715c, u+715e, u+7160, u+7162, u+7164-7165
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-93.HBlF4KZ8.woff2) format("woff2");
    unicode-range: u+6d7c, u+6d80-6d82, u+6d85, u+6d87, u+6d89-6d8a, u+6d8c-6d8e, u+6d91-6d98, u+6d9c, u+6daa-6dac, u+6dae, u+6db4-6db5, u+6db7-6db9, u+6dbd, u+6dbf, u+6dc2, u+6dc4-6dc8, u+6dca, u+6dcc, u+6dce-6dd0, u+6dd2, u+6dd5-6dd6, u+6dd8-6ddb, u+6ddd-6de0, u+6de2, u+6de4-6de6, u+6de8-6dea, u+6dec, u+6dee-6df0, u+6df2, u+6df4, u+6df6, u+6df8-6dfa, u+6dfc, u+6e00, u+6e04, u+6e0a, u+6e17, u+6e19, u+6e1d-6e20, u+6e22-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e32, u+6e34, u+6e36, u+6e38-6e3c, u+6e42-6e45, u+6e48-6e49, u+6e4b-6e4f, u+6e51-6e54, u+6e57, u+6e5b-6e5f, u+6e62-6e63, u+6e68, u+6e6b, u+6e6e, u+6e72-6e73, u+6e76, u+6e7b, u+6e7d, u+6e82, u+6e89, u+6e8c-6e8d, u+6e8f, u+6e93, u+6e98-6e99, u+6e9f-6ea0, u+6ea5, u+6ea7, u+6eaa-6eab, u+6ead-6eaf, u+6eb1-6eb4, u+6eb7, u+6ebb-6ebd, u+6ebf-6ec4, u+6ec7-6eca, u+6ecc-6ecf, u+6ed3-6ed5, u+6ed9-6edb, u+6ee6, u+6eeb-6eef, u+6ef7-6ef9, u+6efb, u+6efd-6eff, u+6f04, u+6f08-6f0a, u+6f0c-6f0d, u+6f10-6f11, u+6f13, u+6f15-6f16, u+6f18, u+6f1a-6f1b, u+6f25-6f26, u+6f29-6f2a, u+6f2d, u+6f2f-6f33, u+6f35-6f36, u+6f38, u+6f3b-6f3c, u+6f3e-6f3f, u+6f41, u+6f45, u+6f4f, u+6f51-6f53, u+6f57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-94.BkPkbHVm.woff2) format("woff2");
    unicode-range: u+6b85, u+6b89, u+6b8d, u+6b95, u+6b97-6b98, u+6b9b, u+6b9e-6ba0, u+6ba2-6ba4, u+6ba8-6bb3, u+6bb7-6bb9, u+6bbc-6bbe, u+6bc0, u+6bc3-6bc4, u+6bc6-6bc9, u+6bcb-6bcc, u+6bcf, u+6bd3, u+6bd6-6bd8, u+6bda, u+6bdf, u+6be1, u+6be3, u+6be6-6be7, u+6beb-6bec, u+6bee, u+6bf1, u+6bf3, u+6bf7, u+6bf9, u+6bff, u+6c02, u+6c04-6c05, u+6c08-6c0a, u+6c0d-6c0e, u+6c10, u+6c12-6c14, u+6c19, u+6c1b, u+6c1f, u+6c24, u+6c26-6c28, u+6c2c, u+6c2e, u+6c33, u+6c35-6c36, u+6c3a-6c3b, u+6c3e-6c40, u+6c4a-6c4b, u+6c4d, u+6c4f, u+6c52, u+6c54-6c55, u+6c59, u+6c5b-6c5e, u+6c62, u+6c67-6c68, u+6c6a-6c6b, u+6c6d, u+6c6f, u+6c73-6c74, u+6c76, u+6c78-6c79, u+6c7b, u+6c7e, u+6c81-6c87, u+6c89, u+6c8c-6c8d, u+6c90, u+6c92-6c95, u+6c97-6c98, u+6c9a-6c9c, u+6c9f, u+6caa-6cae, u+6cb0-6cb2, u+6cb4, u+6cba, u+6cbd-6cbe, u+6cc2, u+6cc5-6cc6, u+6ccd, u+6ccf-6cd4, u+6cd6-6cd7, u+6cd9-6cdd, u+6ce0, u+6ce7, u+6ce9-6cef, u+6cf1-6cf2, u+6cf4, u+6cfb, u+6d00-6d01, u+6d04, u+6d07, u+6d0a, u+6d0c, u+6d0e-6d0f, u+6d11, u+6d13, u+6d19-6d1a, u+6d1f, u+6d24, u+6d26-6d28, u+6d2b, u+6d2e-6d2f, u+6d31, u+6d33-6d36, u+6d38-6d39, u+6d3c-6d3d, u+6d3f, u+6d57-6d5b, u+6d5e-6d61, u+6d64-6d65, u+6d67, u+6d6c, u+6d6f-6d70, u+6d79
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-95.CQShppA0.woff2) format("woff2");
    unicode-range: u+69dd-69de, u+69e2-69e3, u+69e5, u+69e7-69eb, u+69ed-69ef, u+69f1-69f6, u+69f9, u+69fe-6a01, u+6a03, u+6a05, u+6a0a, u+6a0c, u+6a0f, u+6a11-6a15, u+6a17, u+6a1a-6a1b, u+6a1d-6a20, u+6a22-6a24, u+6a28, u+6a2e, u+6a30, u+6a32-6a38, u+6a3b, u+6a3e-6a3f, u+6a44-6a4a, u+6a4e, u+6a50-6a52, u+6a54-6a56, u+6a5b, u+6a61-6a62, u+6a64, u+6a66-6a67, u+6a6a-6a6b, u+6a71-6a73, u+6a78, u+6a7a, u+6a7e-6a7f, u+6a81, u+6a83-6a84, u+6a86-6a87, u+6a89, u+6a8b, u+6a8d, u+6a90-6a91, u+6a94, u+6a97, u+6a9b, u+6a9d-6aa3, u+6aa5, u+6aaa-6aac, u+6aae-6ab1, u+6ab3-6ab4, u+6ab8, u+6abb, u+6abd-6abf, u+6ac1-6ac3, u+6ac6, u+6ac8-6ac9, u+6acc, u+6ad0-6ad1, u+6ad3-6ad6, u+6ada-6adf, u+6ae2, u+6ae4, u+6ae7-6ae8, u+6aea, u+6aec, u+6af0-6af3, u+6af8, u+6afa, u+6afc-6afd, u+6b02-6b03, u+6b06-6b07, u+6b09-6b0b, u+6b0f-6b12, u+6b16-6b17, u+6b1b, u+6b1d-6b1f, u+6b23-6b24, u+6b28, u+6b2b-6b2c, u+6b2f, u+6b35-6b39, u+6b3b, u+6b3d, u+6b3f, u+6b43, u+6b46-6b47, u+6b49-6b4a, u+6b4d-6b4e, u+6b50, u+6b52, u+6b54, u+6b56, u+6b58-6b59, u+6b5b, u+6b5d, u+6b5f-6b61, u+6b65, u+6b67, u+6b6b-6b6c, u+6b6e, u+6b70, u+6b72, u+6b75, u+6b77-6b7a, u+6b7d-6b84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-96.qqSeGQHr.woff2) format("woff2");
    unicode-range: u+6855, u+6857-6859, u+685b, u+685d, u+685f, u+6863, u+6867, u+686b, u+686e-6872, u+6874-6875, u+6877, u+6879-687c, u+687e-687f, u+6882-6884, u+6886, u+6888, u+688d-6890, u+6894, u+6896, u+6898-689c, u+689f-68a3, u+68a5-68a7, u+68a9-68ab, u+68ad-68af, u+68b2-68b5, u+68b9-68bc, u+68c3, u+68c5-68c6, u+68c8-68ca, u+68cc-68cd, u+68cf-68d1, u+68d3-68d9, u+68dc-68dd, u+68e0-68e1, u+68e3-68e5, u+68e7-68e8, u+68ea-68ed, u+68ef-68f1, u+68f5-68f7, u+68f9, u+68fb-68fd, u+6900-6901, u+6903-6904, u+6906-690c, u+690f-6911, u+6913, u+6916-6917, u+6919-691b, u+6921-6923, u+6925-6926, u+6928, u+692a, u+6930-6931, u+6933-6936, u+6938-6939, u+693b, u+693d, u+6942, u+6945-6946, u+6949, u+694e, u+6954, u+6957, u+6959, u+695b-695e, u+6961-6966, u+6968-696c, u+696e-6974, u+6977-697b, u+697e-6981, u+6986, u+698d, u+6991-6992, u+6994-6996, u+6998, u+699c, u+69a0-69a1, u+69a5-69a8, u+69ab, u+69ad, u+69af-69b2, u+69b4, u+69b7-69b8, u+69ba-69bc, u+69be-69c1, u+69c3, u+69c5, u+69c7-69c8, u+69ca, u+69ce-69d1, u+69d3, u+69d6-69d7, u+69d9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-97.BSGZDOp8.woff2) format("woff2");
    unicode-range: u+667e-6680, u+6683-6684, u+6688, u+668b-668e, u+6690, u+6692, u+6698-669d, u+669f-66a0, u+66a2, u+66a4, u+66ad, u+66b1-66b3, u+66b5, u+66b8-66b9, u+66bb-66bc, u+66be-66c4, u+66c6, u+66c8-66c9, u+66cc, u+66ce-66cf, u+66d4, u+66da-66db, u+66dd, u+66df-66e0, u+66e6, u+66e8-66e9, u+66eb-66ec, u+66ee, u+66f5, u+66f7, u+66fa-66fc, u+6701, u+6705, u+6707, u+670c, u+670e-6710, u+6712-6716, u+6719, u+671c, u+671e, u+6720, u+6722, u+6725-6726, u+672e, u+6733, u+6735-6738, u+673e-673f, u+6741, u+6743, u+6745-6748, u+674c-674d, u+6753-6755, u+6759, u+675d-675e, u+6760, u+6762-6764, u+6766, u+676a, u+676c, u+676e, u+6770, u+6772-6774, u+6776-6777, u+677b-677c, u+6780-6781, u+6784-6785, u+6787, u+6789, u+678b-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679b, u+67a1, u+67a4, u+67a6, u+67a9, u+67b0-67b5, u+67b7-67b9, u+67bb-67be, u+67c0-67c3, u+67c5-67c6, u+67c8-67c9, u+67ce, u+67d2, u+67d7-67d9, u+67db-67de, u+67e1-67e2, u+67e4, u+67e6-67e7, u+67e9, u+67ec, u+67ee-67f0, u+67f2, u+67f6-67f7, u+67f9-67fa, u+67fc, u+67fe, u+6801-6802, u+6805, u+6810, u+6814, u+6818-6819, u+681d, u+681f, u+6822, u+6827-6829, u+682b-682d, u+682f-6834, u+683b, u+683e-6840, u+6844-6846, u+6849-684a, u+684c-684e, u+6852-6854
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-98.Dzbtn9jy.woff2) format("woff2");
    unicode-range: u+64d2, u+64d4-64d5, u+64d7-64d8, u+64da, u+64e0-64e1, u+64e3-64e5, u+64e7, u+64e9-64ea, u+64ed, u+64ef-64f2, u+64f4-64f7, u+64fa-64fb, u+64fd-6501, u+6504-6505, u+6508-650a, u+650f, u+6513-6514, u+6516, u+6518-6519, u+651b-651f, u+6522, u+6524, u+6526, u+6529-652c, u+652e, u+6531-6532, u+6534-6538, u+653a, u+653c-653d, u+6543-6544, u+6547-6549, u+654d-654e, u+6550, u+6552, u+6554-6556, u+6558, u+655d-6560, u+6567, u+656b, u+6572, u+6578, u+657a, u+657d, u+6581-6585, u+6588, u+658a, u+658c, u+6592, u+6595, u+6598, u+659b, u+659d, u+659f-65a1, u+65a3-65a6, u+65ab, u+65ae, u+65b2-65b5, u+65b7-65b8, u+65be-65bf, u+65c1-65c4, u+65c6, u+65c8-65c9, u+65cc, u+65ce, u+65d0, u+65d2, u+65d4, u+65d6, u+65d8-65d9, u+65db, u+65df-65e1, u+65e3, u+65f0-65f2, u+65f4-65f5, u+65f9, u+65fb-65fc, u+65fe-6600, u+6603-6604, u+6608-660a, u+660d, u+6611-6612, u+6615-6616, u+661c-661e, u+6621-6624, u+6626, u+6629-662c, u+662e, u+6630-6631, u+6633-6637, u+6639-663b, u+663f-6641, u+6644-6646, u+6648-664a, u+664c, u+664e-664f, u+6651, u+6657-6665, u+6667-6668, u+666a-666d, u+6670, u+6673, u+6675, u+6677-6679, u+667b-667c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-99.DMBiw5nQ.woff2) format("woff2");
    unicode-range: u+62cf, u+62d1, u+62d4-62d6, u+62da, u+62dc, u+62ea, u+62ee-62ef, u+62f1-62f2, u+62f4-62f5, u+62fc-62fd, u+62ff, u+6302-6304, u+6308-630d, u+6310, u+6313, u+6316, u+6318, u+631b, u+6327, u+6329-632a, u+632d, u+6332, u+6335-6336, u+6339-633c, u+633e, u+6341-6344, u+6346, u+634a-634e, u+6350, u+6352-6354, u+6358-6359, u+635b, u+6365-6366, u+6369, u+636b-636d, u+6371-6372, u+6374-6378, u+637a, u+637c-637d, u+637f-6380, u+6382, u+6384, u+6387, u+6389-638a, u+638e-6390, u+6394-6396, u+6399-639a, u+639e, u+63a0, u+63a3-63a4, u+63a6, u+63a9, u+63ab-63af, u+63b5, u+63bd-63be, u+63c0-63c1, u+63c4-63c6, u+63c8, u+63ce, u+63d1-63d6, u+63dc, u+63e0, u+63e3, u+63e5, u+63e9-63ed, u+63f2-63f3, u+63f5-63f9, u+6406, u+6409-640a, u+640f-6410, u+6412-6414, u+6416-6418, u+641e, u+6420, u+6422, u+6424-6426, u+6428-642a, u+642f-6430, u+6434-6436, u+643d, u+643f, u+644b, u+644e-644f, u+6451-6454, u+645a-645d, u+645f-6461, u+6463, u+6467, u+646d, u+6473-6474, u+6476, u+6478-6479, u+647b, u+647d, u+6485, u+6487-6488, u+648f-6491, u+6493, u+6495, u+6498-649b, u+649d-649f, u+64a1, u+64a3, u+64a6, u+64a8-64a9, u+64ac, u+64b3, u+64bb-64bf, u+64c2, u+64c4-64c5, u+64c7, u+64c9-64cc, u+64ce, u+64d0-64d1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-100.BN4anT7M.woff2) format("woff2");
    unicode-range: u+6117, u+6119, u+611c, u+611e, u+6120-6122, u+6127-6128, u+612a-612c, u+6130-6131, u+6134-6137, u+6139-613a, u+613c-613f, u+6141-6142, u+6144-6147, u+6149-614a, u+614d, u+6153, u+6158-615a, u+615d-6160, u+6164-6165, u+616b-616c, u+616f, u+6171-6175, u+6177-6178, u+617b-6181, u+6183-6184, u+6187, u+618a-618b, u+618d, u+6192-6194, u+6196-619a, u+619c-619d, u+619f-61a0, u+61a5, u+61a8, u+61aa-61ae, u+61b8-61ba, u+61bc, u+61be, u+61c0-61c3, u+61c6, u+61c8, u+61ca-61cf, u+61d5, u+61dc-61df, u+61e1-61e3, u+61e5-61e9, u+61ec-61ed, u+61ef, u+61f4-61f7, u+61fa, u+61fc-6201, u+6203-6204, u+6207-620a, u+620d-620e, u+6213-6215, u+621b-621e, u+6220-6223, u+6227, u+6229-622b, u+622e, u+6230-6233, u+6236, u+6239, u+623d-623e, u+6241-6244, u+6246, u+6248, u+624c, u+624e, u+6250-6252, u+6254, u+6256, u+6258, u+625a-625c, u+625e, u+6260-6261, u+6263-6264, u+6268, u+626d, u+626f, u+6273, u+627a-627e, u+6282-6283, u+6285, u+6289, u+628d-6290, u+6292-6294, u+6296, u+6299, u+629b, u+62a6, u+62a8, u+62ac, u+62b3, u+62b6-62b7, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4, u+62c6-62c8, u+62ca, u+62ce
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-101.BzOTof2B.woff2) format("woff2");
    unicode-range: u+5f6c-5f6d, u+5f6f, u+5f72-5f75, u+5f78, u+5f7a, u+5f7d-5f7f, u+5f82-5f83, u+5f87-5f89, u+5f8d, u+5f8f, u+5f91, u+5f96, u+5f99, u+5f9c-5f9d, u+5fa0, u+5fa2, u+5fa4, u+5fa7-5fa8, u+5fab-5fad, u+5faf-5fb1, u+5fb5, u+5fb7-5fb8, u+5fbc-5fbd, u+5fc4, u+5fc7-5fc9, u+5fcb, u+5fd0-5fd4, u+5fdd-5fde, u+5fe1-5fe2, u+5fe4, u+5fe8-5fea, u+5fec-5ff3, u+5ff6, u+5ff8, u+5ffa-5ffd, u+5fff, u+6007, u+600a, u+600d-6010, u+6013-6015, u+6017-601b, u+601f, u+6021-6022, u+6024, u+6026, u+6029, u+602b, u+602d, u+6031, u+6033, u+6035, u+603a, u+6040-6043, u+6046-604a, u+604c-604d, u+6051, u+6054-6057, u+6059-605a, u+605d, u+605f-6064, u+6067, u+606a-606c, u+6070-6071, u+6077, u+607e-607f, u+6081-6086, u+6088-608e, u+6091-6093, u+6095-6098, u+609a-609b, u+609d-609e, u+60a2, u+60a4-60a5, u+60a7-60a8, u+60b0-60b1, u+60b3-60b5, u+60b7-60b8, u+60bb, u+60bd-60be, u+60c2, u+60c4, u+60c6-60cb, u+60ce-60cf, u+60d3-60d5, u+60d8-60d9, u+60db, u+60dd-60df, u+60e1-60e2, u+60e5, u+60ee, u+60f0-60f2, u+60f4-60f8, u+60fa-60fd, u+6100, u+6102-6103, u+6106-6108, u+610a, u+610c-610e, u+6110-6114, u+6116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-102.CxlT_GnG.woff2) format("woff2");
    unicode-range: u+5d9b, u+5d9d, u+5d9f-5da0, u+5da2, u+5da4, u+5da7, u+5dab-5dac, u+5dae, u+5db0, u+5db2, u+5db4, u+5db7-5db9, u+5dbc-5dbd, u+5dc3, u+5dc7, u+5dc9, u+5dcb-5dce, u+5dd0-5dd3, u+5dd6-5dd9, u+5ddb, u+5de0, u+5de2, u+5de4, u+5de9, u+5df2, u+5df5, u+5df8-5df9, u+5dfd, u+5dff-5e00, u+5e07, u+5e0b, u+5e0d, u+5e11-5e12, u+5e14-5e15, u+5e18-5e1b, u+5e1f-5e20, u+5e25, u+5e28, u+5e2e, u+5e32, u+5e35-5e37, u+5e3e, u+5e40, u+5e43-5e44, u+5e47, u+5e49, u+5e4b, u+5e4e, u+5e50-5e51, u+5e54, u+5e56-5e58, u+5e5b-5e5c, u+5e5e-5e5f, u+5e62, u+5e64, u+5e68, u+5e6a-5e6e, u+5e70, u+5e75-5e77, u+5e7a, u+5e7f-5e80, u+5e87, u+5e8b, u+5e8e, u+5e96, u+5e99-5e9a, u+5ea0, u+5ea2, u+5ea4-5ea5, u+5ea8, u+5eaa, u+5eac, u+5eb1, u+5eb3, u+5eb8-5eb9, u+5ebd-5ebf, u+5ec1-5ec2, u+5ec6, u+5ec8, u+5ecb-5ecc, u+5ece-5ed6, u+5ed9-5ee2, u+5ee5, u+5ee8-5ee9, u+5eeb-5eec, u+5ef0-5ef1, u+5ef3-5ef4, u+5ef8-5ef9, u+5efc-5f00, u+5f02-5f03, u+5f06-5f09, u+5f0b-5f0e, u+5f11, u+5f16-5f17, u+5f19, u+5f1b-5f1e, u+5f21-5f24, u+5f27-5f29, u+5f2b-5f30, u+5f34, u+5f36, u+5f38, u+5f3a-5f3d, u+5f3f-5f41, u+5f44-5f45, u+5f47-5f48, u+5f4a, u+5f4c-5f4e, u+5f50-5f51, u+5f54, u+5f56-5f58, u+5f5b-5f5d, u+5f60, u+5f63-5f65, u+5f67, u+5f6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-103.BY0BLug0.woff2) format("woff2");
    unicode-range: u+5bbc, u+5bc0-5bc1, u+5bc3, u+5bc7, u+5bc9, u+5bcd-5bd0, u+5bd3-5bd4, u+5bd6-5bda, u+5bde, u+5be0-5be2, u+5be4-5be6, u+5be8, u+5beb-5bec, u+5bef-5bf1, u+5bf3-5bf6, u+5bfd, u+5c03, u+5c05, u+5c07-5c09, u+5c0c-5c0d, u+5c12-5c14, u+5c17, u+5c19, u+5c1e-5c20, u+5c22-5c24, u+5c26, u+5c28-5c2e, u+5c30, u+5c32, u+5c35-5c36, u+5c38-5c39, u+5c46, u+5c4d-5c50, u+5c53, u+5c59-5c5c, u+5c5f-5c63, u+5c67-5c69, u+5c6c-5c70, u+5c74-5c76, u+5c79-5c7d, u+5c87-5c88, u+5c8a, u+5c8c, u+5c8f, u+5c91-5c92, u+5c94, u+5c9d, u+5c9f-5ca0, u+5ca2-5ca3, u+5ca6-5ca8, u+5caa-5cab, u+5cad, u+5cb1-5cb2, u+5cb4-5cb7, u+5cba-5cbc, u+5cbe, u+5cc5, u+5cc7, u+5cc9, u+5ccb, u+5cd0, u+5cd2, u+5cd7, u+5cd9, u+5cdd, u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1-5cf2, u+5cf4-5cf5, u+5cfa-5cfb, u+5cfd, u+5d01, u+5d06, u+5d0b, u+5d0d, u+5d10-5d12, u+5d14-5d15, u+5d17-5d1b, u+5d1d, u+5d1f-5d20, u+5d22-5d24, u+5d26-5d27, u+5d2b, u+5d31, u+5d34, u+5d39, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d48, u+5d4a-5d4b, u+5d4e, u+5d51-5d53, u+5d55, u+5d59, u+5d5c, u+5d5f-5d62, u+5d64, u+5d69-5d6a, u+5d6c-5d6d, u+5d6f-5d70, u+5d73, u+5d76, u+5d79-5d7a, u+5d7e-5d7f, u+5d81-5d84, u+5d87-5d88, u+5d8a, u+5d8c, u+5d90, u+5d92-5d95, u+5d97, u+5d99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-104.C4Owws-S.woff2) format("woff2");
    unicode-range: u+598b-598e, u+5992, u+5995, u+5997, u+599b, u+599d, u+599f, u+59a3-59a4, u+59a7, u+59ad-59b0, u+59b2-59b3, u+59b7, u+59ba, u+59bc, u+59be, u+59c1, u+59c3-59c4, u+59c6, u+59c8, u+59ca, u+59cd, u+59d2, u+59d9-59da, u+59dd-59df, u+59e3-59e5, u+59e7-59e8, u+59ec, u+59ee-59ef, u+59f1-59f2, u+59f4, u+59f6-59f8, u+5a00, u+5a03-5a04, u+5a09, u+5a0c-5a0e, u+5a11-5a13, u+5a17, u+5a1a-5a1c, u+5a1e-5a1f, u+5a23-5a25, u+5a27-5a28, u+5a2a, u+5a2d, u+5a30, u+5a35-5a36, u+5a40-5a41, u+5a44-5a45, u+5a47-5a49, u+5a4c, u+5a50, u+5a55, u+5a5e, u+5a62-5a63, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a77, u+5a7a-5a7b, u+5a7e, u+5a84, u+5a8b, u+5a90, u+5a93, u+5a96, u+5a99, u+5a9c, u+5a9e-5aa0, u+5aa2, u+5aa7, u+5aac, u+5ab1-5ab3, u+5ab5, u+5ab8, u+5aba-5abf, u+5ac2, u+5ac4, u+5ac6, u+5ac8, u+5acb, u+5acf-5ad0, u+5ad6-5ad7, u+5ada, u+5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae9-5aea, u+5aee, u+5af0, u+5af5-5af6, u+5afa-5afb, u+5afd, u+5b00-5b01, u+5b08, u+5b0b, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21, u+5b25, u+5b2a, u+5b2c-5b2d, u+5b30, u+5b32, u+5b34, u+5b36, u+5b38, u+5b3e, u+5b40-5b41, u+5b43, u+5b45, u+5b4b-5b4c, u+5b51-5b52, u+5b56, u+5b5a-5b5c, u+5b5e-5b5f, u+5b65, u+5b68-5b69, u+5b6e-5b71, u+5b73, u+5b75-5b76, u+5b7a, u+5b7c-5b84, u+5b86, u+5b8a-5b8b, u+5b8d-5b8e, u+5b90-5b91, u+5b93-5b94, u+5b96, u+5ba5-5ba6, u+5ba8-5ba9, u+5bac-5bad, u+5baf, u+5bb1-5bb2, u+5bb7-5bb8, u+5bba
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-105.BXisnELy.woff2) format("woff2");
    unicode-range: u+57b3, u+57b8, u+57bd, u+57c0, u+57c3, u+57c6-57c8, u+57cc, u+57cf, u+57d2-57d7, u+57dc-57de, u+57e0-57e1, u+57e3-57e4, u+57e6-57e7, u+57e9, u+57ed, u+57f0, u+57f4-57f6, u+57f8, u+57fb, u+57fd-57ff, u+5803-5804, u+5808-580d, u+5819, u+581b, u+581d-5821, u+5826-5827, u+582d, u+582f-5830, u+5832, u+5835, u+5839, u+583d, u+583f-5840, u+5849, u+584b-584d, u+584f-5852, u+5855, u+5858-5859, u+585f, u+5861-5862, u+5864, u+5867-5868, u+586d, u+5870, u+5872, u+5878-5879, u+587c, u+587f-5881, u+5885, u+5887-588d, u+588f-5890, u+5894, u+5896, u+5898, u+589d-589e, u+58a0-58a2, u+58a6, u+58a9-58ab, u+58ae, u+58b1-58b3, u+58b8-58bc, u+58be, u+58c2-58c5, u+58c8, u+58cd-58ce, u+58d0-58da, u+58dc-58e2, u+58e4-58e5, u+58e9, u+58ec, u+58ef, u+58f3-58f4, u+58f7, u+58f9, u+58fb-58fd, u+5902, u+5905-5906, u+590a-590d, u+5910, u+5912-5914, u+5918-5919, u+591b, u+591d, u+591f, u+5921, u+5923-5925, u+5928, u+592c-592d, u+592f-5930, u+5932-5933, u+5935-5936, u+5938-5939, u+593d-593f, u+5943, u+5946, u+594e, u+5950, u+5952-5953, u+5955, u+5957-595b, u+595d-5961, u+5963, u+5967, u+5969, u+596b-596d, u+596f, u+5972, u+5975-5976, u+5978-5979, u+597b-597c, u+5981
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-106.DrIBcxgX.woff2) format("woff2");
    unicode-range: u+5616-5617, u+5619, u+561b, u+5620, u+5628, u+562c, u+562f-5639, u+563b-563d, u+563f-5641, u+5643-5644, u+5646-5647, u+5649, u+564b, u+564d-5650, u+5653-5654, u+565e, u+5660-5664, u+5666, u+5669-566d, u+566f, u+5671-5672, u+5675-5676, u+5678, u+567a, u+5680, u+5684-5688, u+568a-568c, u+568f, u+5694-5695, u+5699-569a, u+569d-56a0, u+56a5-56a9, u+56ab-56ae, u+56b1-56b4, u+56b6-56b7, u+56bc, u+56be, u+56c0, u+56c2-56c3, u+56c5, u+56c8-56d1, u+56d3, u+56d7-56d9, u+56dc-56dd, u+56df, u+56e1, u+56e4-56e8, u+56eb, u+56ed-56ee, u+56f1, u+56f6-56f7, u+56f9, u+56ff-5704, u+5707-570a, u+570c-570d, u+5711, u+5713, u+5715-5716, u+5718, u+571a-571d, u+5720-5726, u+5729-572a, u+572c, u+572e-572f, u+5733-5734, u+5737-5738, u+573b, u+573d-573f, u+5745-5746, u+574c-574f, u+5751-5752, u+5759, u+575f, u+5761-5762, u+5764-5765, u+5767-5769, u+576b, u+576d-5771, u+5773-5775, u+5777, u+5779-577c, u+577e-577f, u+5781, u+5783, u+5788-5789, u+578c, u+5793-5795, u+5797, u+5799-579a, u+579c-57a1, u+57a4, u+57a7-57aa, u+57ac, u+57ae, u+57b0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-107.BM9VQkiu.woff2) format("woff2");
    unicode-range: u+543f-5440, u+5443-5444, u+5447, u+544c-544f, u+5455, u+545e, u+5462, u+5464, u+5466-5467, u+5469, u+546b-546e, u+5470-5471, u+5474-5477, u+547b, u+547f-5481, u+5483-5486, u+5488-548b, u+548d-5492, u+5495-5496, u+549c, u+549f-54a2, u+54a4, u+54a6-54af, u+54b1, u+54b7-54bc, u+54be-54bf, u+54c2-54c4, u+54c6-54c8, u+54ca, u+54cd-54ce, u+54d8, u+54e0, u+54e2, u+54e5-54e6, u+54e8-54ea, u+54ec-54ef, u+54f1, u+54f3, u+54f6, u+54fc-5501, u+5505, u+5508-5509, u+550c-550f, u+5514-5516, u+5527, u+552a-552b, u+552e, u+5532-5533, u+5535-5536, u+5538-5539, u+553b-553d, u+5540-5541, u+5544-5545, u+5547, u+5549-554a, u+554c-554d, u+5550-5551, u+5556-5558, u+555a-555e, u+5560-5561, u+5563-5564, u+5566, u+557b-5583, u+5586-5588, u+558a, u+558e-558f, u+5591-5594, u+5597, u+5599, u+559e-559f, u+55a3-55a4, u+55a8-55a9, u+55ac-55ae, u+55b2, u+55bf, u+55c1, u+55c3-55c4, u+55c6-55c7, u+55c9, u+55cb-55cc, u+55ce, u+55d1-55d4, u+55d7-55d8, u+55da-55db, u+55dd-55df, u+55e2, u+55e4, u+55e9, u+55ec, u+55ee, u+55f1, u+55f6-55f9, u+55fd-55ff, u+5605, u+5607-5608, u+560a, u+560d-5612
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-108.RXr8MRtr.woff2) format("woff2");
    unicode-range: u+528d, u+5291-5298, u+529a, u+529c, u+52a4-52a7, u+52ab-52ad, u+52af-52b0, u+52b5-52b8, u+52ba-52be, u+52c0-52c1, u+52c4-52c6, u+52c8, u+52ca, u+52cc-52cd, u+52cf-52d2, u+52d4, u+52d6-52d7, u+52db-52dc, u+52de, u+52e0-52e1, u+52e3, u+52e5-52e6, u+52e8-52ea, u+52ec, u+52f0-52f1, u+52f3-52fb, u+5300-5301, u+5303, u+5306-5308, u+530a-530d, u+530f-5311, u+5313, u+5315, u+5318-531f, u+5321, u+5323-5325, u+5327-532d, u+532f-5333, u+5335, u+5338, u+533c-533e, u+5340, u+5342, u+5345-5346, u+5349, u+534b-534c, u+5359, u+535b, u+535e, u+5361, u+5363-5367, u+5369, u+536c-536e, u+5372, u+5377, u+5379-537b, u+537d-537f, u+5382-5383, u+5387-5389, u+538e, u+5393-5394, u+5396, u+5398-5399, u+539d, u+53a0-53a1, u+53a4-53a6, u+53a9-53ab, u+53ad-53b0, u+53b2, u+53b4-53b8, u+53ba, u+53bd, u+53c0-53c1, u+53c3-53c5, u+53cf, u+53d2-53d3, u+53d5, u+53da-53db, u+53dd-53e0, u+53e2, u+53e6-53e8, u+53ed-53ee, u+53f4-53f5, u+53fa, u+5401-5403, u+540b, u+540f, u+5412-5413, u+541a, u+541d-541e, u+5421, u+5424, u+5427-542a, u+542c-542f, u+5431, u+5433-5436, u+543c-543d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-109.BaXmrUlc.woff2) format("woff2");
    unicode-range: u+50dd-50df, u+50e1-50e6, u+50e8-50e9, u+50ed-50f6, u+50f9-50fb, u+50fe, u+5101-5103, u+5106-5109, u+510b-510e, u+5110, u+5112, u+5114-511e, u+5121, u+5123, u+5127-5128, u+512c-512d, u+512f, u+5131, u+5133-5135, u+5137-513c, u+513f-5142, u+5147, u+514a, u+514c, u+514f, u+5152-5155, u+5157-5158, u+515f-5160, u+5162, u+5164, u+5166-5167, u+5169-516a, u+516e, u+5173-5174, u+5179, u+517b, u+517e, u+5180, u+5182-5184, u+5189, u+518b-518c, u+518e-5191, u+5193, u+5195-5196, u+5198, u+519d, u+51a1-51a4, u+51a6, u+51a9-51ab, u+51ad, u+51b0-51b3, u+51b5, u+51b8, u+51ba, u+51bc-51bf, u+51c2-51c3, u+51c5, u+51c8-51cb, u+51cf, u+51d1-51d6, u+51d8, u+51de-51e0, u+51e2, u+51e5, u+51e7, u+51e9, u+51ec-51ee, u+51f2-51f5, u+51f7, u+51fe, u+5201-5202, u+5204-5205, u+520b, u+520e, u+5212-5216, u+5218, u+5222, u+5226-5228, u+522a-522b, u+522e, u+5231-5233, u+5235, u+523c, u+5244-5245, u+5249, u+524b-524c, u+524f, u+5254-5255, u+5257-5258, u+525a, u+525c-5261, u+5266, u+5269, u+526c, u+526e, u+5271, u+5273-5274, u+5277-5279, u+527d, u+527f-5280, u+5282-5285, u+5288-528a, u+528c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-110.BPJnD3RC.woff2) format("woff2");
    unicode-range: u+4f57-4f58, u+4f5a-4f5b, u+4f5d-4f5f, u+4f63-4f64, u+4f69-4f6a, u+4f6c, u+4f6e-4f71, u+4f76-4f7e, u+4f81-4f85, u+4f88-4f8a, u+4f8c, u+4f8e-4f90, u+4f92-4f94, u+4f96-4f9a, u+4f9e-4fa0, u+4fab, u+4fad, u+4faf, u+4fb2, u+4fb7, u+4fb9, u+4fbb-4fbe, u+4fc0-4fc1, u+4fc4-4fc6, u+4fc8-4fc9, u+4fcb-4fd4, u+4fd8, u+4fda-4fdc, u+4fdf-4fe0, u+4fe2, u+4fe4-4fe6, u+4fef-4ff2, u+4ff6, u+4ffc-5002, u+5004-5007, u+500a, u+500c, u+500e-5011, u+5013-5014, u+5016-5018, u+501a-501e, u+5021-5023, u+5025-502a, u+502c-502e, u+5030, u+5032-5033, u+5035, u+5039, u+503b, u+5040-5043, u+5045-5048, u+504a, u+504c, u+504e, u+5050-5053, u+5055-5057, u+5059-505a, u+505f-5060, u+5062-5063, u+5066-5067, u+506a, u+506c-506d, u+5070-5072, u+5077-5078, u+5080-5081, u+5083-5086, u+5088, u+508a, u+508e-5090, u+5092-5096, u+509a-509c, u+509e-50a3, u+50aa, u+50ad, u+50af-50b4, u+50b9-50bb, u+50bd, u+50c0, u+50c2-50c4, u+50c7, u+50c9-50ca, u+50cc, u+50ce, u+50d0-50d1, u+50d3-50d4, u+50d6, u+50d8-50d9, u+50dc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-111.Dzd6xLkU.woff2) format("woff2");
    unicode-range: u+4093, u+4103, u+4105, u+4148, u+414f, u+4163, u+41b4, u+41bf, u+41e6, u+41ee, u+41f3, u+4207, u+420e, u+4264, u+4293, u+42c6, u+42d6, u+42dd, u+4302, u+432b, u+4343, u+43ee, u+43f0, u+4408, u+440c, u+4417, u+441c, u+4422, u+4453, u+445b, u+4476, u+447a, u+4491, u+44b3, u+44be, u+44d4, u+4508, u+450d, u+4525, u+4543, u+457a, u+459d, u+45b8, u+45be, u+45e5, u+45ea, u+460f-4610, u+4641, u+4665, u+46a1, u+46ae-46af, u+470c, u+471f, u+4764, u+47e6, u+47fd, u+4816, u+481e, u+4844, u+484e, u+48b5, u+49b0, u+49e7, u+49fa, u+4a04, u+4a29, u+4abc, u+4b38, u+4b3b, u+4b7e, u+4bc2, u+4bca, u+4bd2, u+4be8, u+4c17, u+4c20, u+4c38, u+4cc4, u+4cd1, u+4ce1, u+4d07, u+4d77, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e12, u+4e15, u+4e17, u+4e19, u+4e1e-4e1f, u+4e23-4e24, u+4e28-4e2c, u+4e2e-4e31, u+4e35-4e37, u+4e3f-4e42, u+4e44, u+4e47-4e48, u+4e4d-4e4e, u+4e51, u+4e55-4e56, u+4e58, u+4e5a-4e5c, u+4e62-4e63, u+4e68-4e69, u+4e74-4e75, u+4e79, u+4e7f, u+4e82, u+4e85, u+4e8a, u+4e8d-4e8e, u+4e96-4e99, u+4e9d-4ea0, u+4ea2, u+4ea5-4ea6, u+4ea8, u+4eaf-4eb0, u+4eb3, u+4eb6, u+4eb9, u+4ebb-4ebc, u+4ec2-4ec4, u+4ec6-4ec8, u+4ecd, u+4ed0, u+4ed7, u+4eda-4edb, u+4edd-4ee2, u+4ee8, u+4eeb, u+4eed, u+4eef, u+4ef1, u+4ef3, u+4ef5, u+4ef7, u+4efc-4f00, u+4f02-4f03, u+4f08-4f09, u+4f0b-4f0d, u+4f12, u+4f15-4f17, u+4f19, u+4f1c, u+4f2b, u+4f2e, u+4f30-4f31, u+4f33, u+4f35-4f37, u+4f39, u+4f3b, u+4f3e, u+4f40, u+4f42-4f43, u+4f48-4f49, u+4f4b-4f4c, u+4f52, u+4f54, u+4f56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-112.C_1oPC9r.woff2) format("woff2");
    unicode-range: u+3395-339b, u+339e-33a0, u+33a2-33ff, u+3402, u+3405-3406, u+3427, u+342c, u+342e, u+3468, u+346a, u+3488, u+3492, u+34b5, u+34bc, u+34c1, u+34c7, u+34db, u+351f, u+353e, u+355d-355e, u+3563, u+356e, u+35a6, u+35a8, u+35c5, u+35da, u+35de, u+35f4, u+3605, u+3614, u+364a, u+3691, u+3696, u+3699, u+36cf, u+3761-3762, u+376b-376c, u+3775, u+378d, u+37c1, u+37e2, u+37e8, u+37f4, u+37fd, u+3800, u+382f, u+3836, u+3840, u+385c, u+3861, u+38a1, u+38ad, u+38fa, u+3917, u+391a, u+396f, u+39a4, u+39b8, u+3a5c, u+3a6e, u+3a73, u+3a85, u+3ac4, u+3acb, u+3ad6-3ad7, u+3aea, u+3af3, u+3b0e, u+3b1a, u+3b1c, u+3b22, u+3b35, u+3b6d, u+3b77, u+3b87-3b88, u+3b8d, u+3ba4, u+3bb6, u+3bc3, u+3bcd, u+3bf0, u+3bf3, u+3c0f, u+3c26, u+3cc3, u+3cd2, u+3d11, u+3d1e, u+3d31, u+3d4e, u+3d64, u+3d9a, u+3dc0, u+3dcc, u+3dd4, u+3e05, u+3e3f-3e40, u+3e60, u+3e66, u+3e68, u+3e83, u+3e8a, u+3e94, u+3eda, u+3f57, u+3f72, u+3f75, u+3f77, u+3fae, u+3fb1, u+3fc9, u+3fd7, u+3fdc, u+4039, u+4058
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-113.rd4ZnXA5.woff2) format("woff2");
    unicode-range: u+32b5-332b, u+332d-3394
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-114.D5TMP_Zs.woff2) format("woff2");
    unicode-range: u+31c8-31e3, u+31f0-321e, u+3220-3230, u+3232-32b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-115.Cd_BknGv.woff2) format("woff2");
    unicode-range: u+3028-303f, u+3094-3096, u+309f-30a0, u+30ee, u+30f7-30fa, u+30ff, u+3105-312f, u+3131-3163, u+3165-318e, u+3190-31bb, u+31c0-31c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-116.DcCCj7gg.woff2) format("woff2");
    unicode-range: u+2f14-2fd5, u+2ff0-2ffb, u+3004, u+3013, u+3016-301b, u+301e, u+3020-3027
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-117.Dx7EbvHu.woff2) format("woff2");
    unicode-range: u+25e4-25e6, u+2601-2603, u+2609, u+260e-260f, u+2616-2617, u+261c-261f, u+262f, u+2641, u+2660, u+2662-2664, u+2666-2668, u+266d-266e, u+2672-267d, u+26bd-26be, u+2702, u+271a, u+273d, u+2740, u+2756, u+2776-2793, u+27a1, u+2934-2935, u+29bf, u+29fa-29fb, u+2b05-2b07, u+2b1a, u+2b95, u+2e3a-2e3b, u+2e80-2e99, u+2e9b-2ef3, u+2f00-2f13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-118.DBTHiUx3.woff2) format("woff2");
    unicode-range: u+24d1-24ff, u+2503-2513, u+2515-2516, u+2518-251b, u+251d-2522, u+2524-259f, u+25a2-25ab, u+25b1, u+25b7, u+25c0-25c1, u+25c9-25ca, u+25cc, u+25d0-25d3, u+25e2-25e3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-119.CKUho2rx.woff2) format("woff2");
    unicode-range: u+2105, u+2109-210a, u+210f, u+2116, u+2121, u+2126-2127, u+212b, u+212e, u+2135, u+213b, u+2194-2199, u+21b8-21b9, u+21c4-21c6, u+21cb-21cc, u+21d0, u+21e6-21e9, u+21f5, u+2202-2203, u+2205-2206, u+2208-220b, u+220f, u+2211, u+2213, u+2215, u+221a, u+221d, u+2220, u+2223, u+2225-2226, u+2228, u+222a-222e, u+2234-2237, u+223d, u+2243, u+2245, u+2248, u+224c, u+2260, u+2262, u+2264-2265, u+226e-226f, u+2272-2273, u+2276-2277, u+2283-2287, u+228a-228b, u+2295-2299, u+22a0, u+22a5, u+22bf, u+22da-22db, u+22ef, u+2305-2307, u+2318, u+2329-232a, u+23b0-23b1, u+23be-23cc, u+23ce, u+23da-23db, u+2423, u+2469-24d0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-120.DRbMpgEo.woff2) format("woff2");
    unicode-range: u+a1-a4, u+a6-a7, u+aa, u+ac-ad, u+b5-b6, u+b8-ba, u+bc-c8, u+ca-cc, u+ce-d5, u+d9-db, u+dd-df, u+e6, u+ee, u+f0, u+f5, u+f7, u+f9, u+fb, u+fe-102, u+110-113, u+11a-11b, u+128-12b, u+143-144, u+147-148, u+14c, u+14e-14f, u+152-153, u+168-16d, u+192, u+1a0-1a1, u+1af, u+1cd-1dc, u+1f8-1f9, u+251, u+261, u+2bb, u+2c7, u+2c9, u+2ea-2eb, u+304, u+307, u+30c, u+1e3e-1e3f, u+1ea0-1ebe, u+1ec0-1ec6, u+1ec8-1ef9, u+2011-2012, u+2016, u+2018-201a, u+201e, u+2021, u+2030, u+2033, u+2035, u+2042, u+2047, u+2051, u+2074, u+20a9, u+20ab-20ac, u+20dd-20de, u+2100
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-121.DZifvJ22.woff2) format("woff2");
    unicode-range: u+2227, u+26a0, u+2713, u+301f, u+4ff8, u+5239, u+526a, u+54fa, u+5740, u+5937, u+5993, u+59fb, u+5a3c, u+5c41, u+6028, u+626e, u+646f, u+647a, u+64b0, u+64e2, u+65a7, u+66fe, u+6727, u+6955, u+6bef, u+6f23, u+724c, u+767c, u+7a83, u+7ac4, u+7b67, u+8000, u+8471, u+8513, u+8599, u+86db, u+8718, u+87f2, u+88f3, u+8ad2, u+8e2a, u+8fa3, u+95a5, u+9798, u+9910, u+9957, u+9bab, u+9c3b, u+9daf, u+ff95
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-122.CkugcgmZ.woff2) format("woff2");
    unicode-range: u+a8, u+2032, u+2261, u+2282, u+3090, u+30f1, u+339c, u+535c, u+53d9, u+56a2, u+56c1, u+5806, u+589f, u+59d0, u+5a7f, u+60e0, u+639f, u+65af, u+68fa, u+69ae, u+6d1b, u+6ef2, u+71fb, u+725d, u+7262, u+75bc, u+7768, u+7940, u+79bf, u+7bed, u+7d68, u+7dfb, u+814b, u+8207, u+83e9, u+8494, u+8526, u+8568, u+85ea, u+86d9, u+87ba, u+8861, u+887f, u+8fe6, u+9059, u+9061, u+916a, u+976d, u+97ad, u+9ece
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-123.CpkwQ974.woff2) format("woff2");
    unicode-range: u+2d9, u+21d4, u+301d, u+515c, u+52fe, u+5420, u+5750, u+5766, u+5954, u+5b95, u+5f8a, u+5f98, u+620c, u+621f, u+641c, u+66d9, u+676d, u+6775, u+67f5, u+694a, u+6a02, u+6a3a, u+6a80, u+6c23, u+6c72, u+6dcb, u+6faa, u+707c, u+71c8, u+7422, u+74e2, u+7791, u+7825, u+7a14, u+7a1c, u+7c95, u+7fc1, u+82a5, u+82db, u+8304, u+853d, u+8cd3, u+8de8, u+8f0c, u+8f3f, u+9091, u+91c7, u+929a, u+98af, u+9913
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-124.zdZ7RB3Q.woff2) format("woff2");
    unicode-range: u+2ca-2cb, u+2229, u+2468, u+2669, u+266f, u+273f, u+4ec0, u+4f60, u+4fb6, u+5347, u+540e, u+543b, u+5b0c, u+5d4c, u+5f14, u+5f9e, u+6155, u+62d0, u+6602, u+6666, u+66f3, u+67a2, u+67ca, u+69cc, u+6d29, u+6d9b, u+6e3e, u+6f81, u+7109, u+73c0, u+73c2, u+7425, u+7435-7436, u+7525, u+7554, u+785d, u+786b, u+7ae3, u+7b94, u+7d18, u+81bf, u+8511, u+8549, u+9075, u+9640, u+98e2, u+9e9f, u+ff96
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-125.BoOgBuoW.woff2) format("woff2");
    unicode-range: u+2467, u+4ece, u+4ed4, u+4f91, u+4fae, u+534d, u+53c9, u+54b3, u+586b, u+5944, u+5b78, u+5df7, u+5f77, u+6101, u+6167-6168, u+61a4, u+62d9, u+698a, u+699b, u+6a59, u+6cc4, u+6e07, u+7099, u+75d2, u+77ad, u+7953, u+7984, u+7a92, u+7baa, u+7dbb, u+817f, u+82ad, u+85e9, u+868a, u+8caa, u+8f44, u+9017, u+907c, u+908a, u+92f3, u+936e, u+9435, u+978d, u+9838, u+9a28, u+9b41, u+9ba8, u+9c57, u+9eb9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-126.DEpNEhuk.woff2) format("woff2");
    unicode-range: u+b1, u+309b, u+4e5e, u+51f1, u+5506, u+55c5, u+58cc, u+59d1, u+5c51, u+5ef7, u+6284, u+62d7, u+6689, u+673d, u+6a2b, u+6a8e, u+6a9c, u+6d63, u+6dd1, u+70b8, u+7235, u+72db, u+72f8, u+7560, u+7c9b, u+7ce7, u+7e1e, u+80af, u+82eb, u+8463, u+8499, u+85dd, u+86ee, u+8a60, u+8a6e, u+8c79, u+8e87, u+8e8a, u+8f5f, u+9010, u+918d, u+9190, u+965b, u+97fb, u+9ab8, u+9bad, u+9d3b, u+9d5c, u+9dfa, u+9e93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-127.CQJy8-GR.woff2) format("woff2");
    unicode-range: u+2020, u+3003, u+3231, u+4e9b, u+4f3d, u+4f47, u+51b6, u+51dc, u+53e1, u+5bc5, u+602f, u+60bc, u+61c9, u+633d, u+637b, u+6492, u+65fa, u+660f, u+66f0, u+6703, u+681e, u+6876, u+6893, u+6912, u+698e, u+6c7d, u+714c, u+7169, u+71d5, u+725f, u+72d7, u+745b, u+74dc, u+75e2, u+7891, u+7897, u+7dcb, u+810a, u+8218, u+8339, u+840e, u+852d, u+8823, u+8a0a, u+9089, u+919c, u+971c, u+9ad9, u+ff4a, u+ff5a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-128.sqVpIuBW.woff2) format("woff2");
    unicode-range: u+2466, u+2600, u+4eab, u+4fe3, u+4ff5, u+51a5, u+51f0, u+536f, u+53d4, u+53f1, u+54a5, u+559d, u+55e3, u+58fa, u+5962, u+59ea, u+5c16, u+5cef, u+5d16, u+5f10, u+5fd6, u+6190, u+6216, u+634f, u+63bb, u+66d6, u+6756, u+6bc5, u+6e26, u+727d, u+731f, u+76f2, u+7729, u+7a7f, u+7aff, u+7c9f, u+818f, u+8236, u+82b9, u+8338, u+85aa, u+88b4, u+8b33, u+904d, u+93a7, u+96cc, u+96eb, u+9aed, u+9b8e, u+fa11
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-129.CThpYV77.woff2) format("woff2");
    unicode-range: u+251c, u+2523, u+4e14, u+545f, u+54bd, u+553e, u+55dc, u+56da, u+589c, u+5b55, u+5bb5, u+5ce1, u+5df4, u+5eb6, u+5ec9, u+6191, u+62f7, u+6357, u+64a5, u+6591, u+65bc, u+6897, u+6e1a, u+7063, u+711a, u+721b, u+722c, u+75b9, u+75d5, u+75fa, u+7766, u+7aae, u+7b48, u+7b8b, u+7d21, u+7e55, u+7f75, u+842c, u+8910, u+8a63, u+8b39, u+8b5a, u+8cdc, u+8d74, u+907d, u+91e7, u+9306, u+96bc, u+98f4, u+9ac4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-130.BflShq5c.woff2) format("woff2");
    unicode-range: u+2003, u+2312, u+266c, u+4f86, u+51ea, u+5243, u+5256, u+541f, u+5841, u+59dc, u+5df3, u+601c, u+60e7, u+632b, u+638c, u+64ad, u+6881, u+697c, u+69cd, u+6c50, u+6d2a, u+6fc1, u+7027, u+7058, u+70f9, u+714e, u+7345, u+751a, u+760d, u+764c, u+77db, u+7d79, u+7e8f, u+80ce, u+814e, u+81fc, u+8247, u+8278, u+85a9, u+8a03, u+90ed, u+9784, u+9801, u+984e, u+99b3, u+9bc9, u+9bdb, u+9be8, u+9e78, u+ff6b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-131.BgW55TFR.woff2) format("woff2");
    unicode-range: u+266b, u+3006, u+5176, u+5197, u+51a8, u+51c6, u+52f2, u+5614, u+5875, u+5a2f, u+5b54, u+5ce0, u+5dba, u+5deb, u+5e63, u+5f59, u+5fcc, u+6068, u+6367, u+68b6, u+6a0b, u+6b64, u+6e15, u+6eba, u+7272, u+72a0, u+7947, u+7985, u+79e6, u+79e9, u+7a3d, u+7a9f, u+7aaf, u+7b95, u+7f60, u+7f9e, u+7fe0, u+8098, u+80ba, u+8106, u+82d4, u+831c, u+87f9, u+8a1f, u+8acf, u+90c1, u+920d, u+9756, u+fe43, u+ff94
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-132.C4Q0zqLU.woff2) format("woff2");
    unicode-range: u+af, u+2465, u+2517, u+33a1, u+4f10, u+50c5, u+51b4, u+5384, u+5606, u+5bb0, u+5cac, u+5ee3, u+618e, u+61f2, u+62c9, u+66ab, u+66f9, u+6816, u+6960, u+6b3e, u+6f20, u+7078, u+72d0, u+73ed, u+7ad9, u+7b1b, u+7be4, u+7d62, u+7f51, u+80b4, u+80f4, u+8154, u+85fb, u+865c, u+8702, u+895f, u+8aed, u+8b90, u+8ced, u+8fbf, u+91d8, u+9418, u+9583, u+9591, u+9813, u+982c, u+9bd6, u+ff46, u+ff7f, u+ff88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-133.MVQj5oBf.woff2) format("woff2");
    unicode-range: u+4e91, u+508d, u+50e7, u+514e, u+51f6, u+5446, u+5504, u+584a, u+59a8, u+59d3, u+5a46, u+5ac9, u+6020, u+60a6, u+6148, u+621a, u+6234, u+64c1, u+6523, u+675c, u+67d1, u+6953, u+6ccc, u+6df5, u+6e13, u+6f06, u+723a, u+7325, u+74e6, u+758e, u+75ab, u+75d9, u+7a40, u+8096, u+82fa, u+8587, u+8594, u+8a6b, u+8ab9, u+8b17, u+8b83, u+937c, u+963b, u+9673, u+96db, u+9ce9, u+9f4b, u+ff67, u+ff82, u+ff93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-134.Bomc8bJ8.woff2) format("woff2");
    unicode-range: u+221e, u+2514, u+51f9, u+5270, u+5449, u+5824, u+59a5, u+5a29, u+5d07, u+5e16, u+60e3, u+614c, u+6276, u+643e, u+64ab, u+6562, u+6681, u+670b, u+6734, u+67af, u+6a3d, u+6b05, u+6dc0, u+6e4a, u+7259, u+732a, u+7409, u+78a7, u+7a6b, u+8015, u+809b, u+817a, u+830e, u+837b, u+85ab, u+8a23, u+8a93, u+8b00, u+8b19, u+8b21, u+8cbf, u+8fb0, u+901d, u+91b8, u+9320, u+932c, u+9688, u+96f6, u+9df2, u+ff6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-135.DNhbF_c1.woff2) format("woff2");
    unicode-range: u+2002, u+2025, u+4f8d, u+51e1, u+51f8, u+5507, u+5598, u+58f1, u+5983, u+59ac, u+5c3c, u+5de7, u+5e7d, u+5eca, u+5f61, u+606d, u+60f9, u+636e, u+64ec, u+67da, u+67ff, u+6813, u+68f2, u+693f, u+6b6a, u+6bbb, u+6ef4, u+7092, u+717d, u+7261, u+73c8, u+7432, u+7483, u+76fe, u+7709, u+78d0, u+81a3, u+81b3, u+82af, u+8305, u+8309, u+8870, u+88fe, u+8cd1, u+8d66, u+906e, u+971e, u+9812, u+ff79, u+ff90
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-136.CfF8MIxs.woff2) format("woff2");
    unicode-range: u+2464, u+2501, u+2640, u+2642, u+339d, u+4f0e, u+5091, u+50b5, u+5132, u+51cc, u+558b, u+55aa, u+585e, u+5bee, u+5dfe, u+60b6, u+62b9, u+6349, u+6566, u+6590, u+6842, u+689d, u+6a58, u+6c70, u+6ff1, u+7815, u+7881, u+7aaa, u+7bc7, u+7def, u+7fa8, u+8017, u+8036, u+8061, u+821f, u+8429, u+8ce0, u+8e74, u+9019, u+90ca, u+9162, u+932f, u+93ae, u+9644, u+990c, u+9cf3, u+ff56, u+ff6e, u+ff7e, u+ff85
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-137.D4sDztpJ.woff2) format("woff2");
    unicode-range: u+2266-2267, u+4f2f, u+5208, u+5451, u+546a, u+5589, u+576a, u+5815, u+5a9a, u+5b9b, u+5c3a, u+5efb, u+5faa, u+6109, u+6643, u+6652, u+695a, u+69fd, u+6b86, u+6bb4, u+6daf, u+7089, u+70cf, u+7a00, u+7a4f, u+7b39, u+7d33, u+80e1, u+828b, u+82a6, u+86cd, u+8c8c, u+8cca, u+8df3, u+9077, u+9175, u+91dc, u+925b, u+9262, u+9271, u+92ed, u+9855, u+9905, u+9d28, u+ff3f, u+ff58, u+ff68, u+ff6d, u+ff9c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-138.Bxn__j8Y.woff2) format("woff2");
    unicode-range: u+2207, u+25ef, u+309c, u+4e4f, u+5146, u+51dd, u+5351, u+540a, u+5629, u+5eb5, u+5f04, u+5f13, u+60dc, u+6212, u+63b4, u+642c, u+6627, u+66a6, u+66c7, u+66fd, u+674e, u+6b96, u+6c4e, u+6df3, u+6e67, u+6f84, u+72fc, u+733f, u+7c97, u+7db1, u+7e4d, u+816b, u+82d1, u+84cb, u+854e, u+8607, u+86c7, u+871c, u+8776, u+8a89, u+8fc4, u+91a4, u+9285, u+9685, u+9903, u+9b31, u+9f13, u+ff42, u+ff74, u+ff91
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-139.DzAe0tYv.woff2) format("woff2");
    unicode-range: u+4e32, u+51db, u+53a8, u+53ea, u+5609, u+5674, u+5a92, u+5e7e, u+6115, u+611a, u+62cc, u+62ed, u+63c9, u+64b9, u+64e6, u+65cb, u+6606, u+6731, u+683d, u+6afb, u+7460, u+771e, u+78ef, u+7b26, u+7b51, u+7cde, u+7d10, u+7d2f, u+7d46, u+80de, u+819c, u+84b2, u+85cd, u+865a, u+8ecc, u+9022, u+90b8, u+9192, u+9675, u+96b7, u+99ff, u+ff44, u+ff55, u+ff6c, u+ff73, u+ff75, u+ff86, u+ff8d, u+ff92, u+ffe3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-140.DzyJf-AR.woff2) format("woff2");
    unicode-range: u+25b3, u+30f5, u+4eae, u+4f46, u+4f51, u+5203, u+52ff, u+55a7, u+564c, u+565b, u+57f9, u+5805, u+5b64, u+5e06, u+5f70, u+5f90, u+60e8, u+6182, u+62f3, u+62fe, u+63aa, u+64a4, u+65d7, u+673a, u+6851, u+68cb, u+68df, u+6d1e, u+6e58, u+6e9d, u+77b3, u+7832, u+7c3f, u+7db4, u+7f70, u+80aa, u+80c6, u+8105, u+819d, u+8276, u+8679, u+8986, u+8c9d, u+8fc5, u+916c, u+9665, u+9699, u+96c0, u+9a19, u+ff8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-141.D78qAnzb.woff2) format("woff2");
    unicode-range: u+2463, u+25a1, u+4ef0, u+5076, u+5098, u+51fd, u+5302, u+5448, u+54c9, u+570b, u+583a, u+5893, u+58a8, u+58ee, u+5949, u+5bdb, u+5f26, u+5f81, u+6052, u+6170, u+61c7, u+631f, u+635c, u+664b, u+69fb, u+6f01, u+7070, u+722a, u+745e, u+755c, u+76c6, u+78c1, u+79e4, u+7bb8, u+7d0b, u+81a8, u+82d7, u+8b5c, u+8f14, u+8fb1, u+8fbb, u+9283, u+9298, u+9a30, u+ff03, u+ff50, u+ff59, u+ff7b, u+ff8e-ff8f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-142.CIBWzqJd.woff2) format("woff2");
    unicode-range: u+2010, u+2502, u+25b6, u+4f3a, u+514b, u+5265, u+52c3, u+5339, u+53ec, u+54c0, u+55b0, u+5854, u+5b8f, u+5cb3, u+5e84, u+60da, u+6247, u+6249, u+628a, u+62cd, u+65ac, u+6838, u+690e, u+6cf0, u+6f02, u+6f2c, u+6f70, u+708a, u+7434, u+75be, u+77ef, u+7c60, u+7c98, u+7d1b, u+7e2b, u+80a5, u+81e3, u+820c, u+8210, u+8475, u+862d, u+8650, u+8997, u+906d, u+91c8, u+9700, u+9727, u+9df9, u+ff3a, u+ff9a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-143.ChGFb888.woff2) format("woff2");
    unicode-range: u+2103, u+5049, u+52b1, u+5320, u+5553, u+572d, u+58c7, u+5b5d, u+5bc2, u+5de3, u+5e61, u+5f80, u+61a9, u+67d0, u+67f4, u+6c88, u+6ca1, u+6ce5, u+6d78, u+6e9c, u+6f54, u+731b, u+73b2, u+74a7, u+74f6, u+75e9, u+7b20, u+7c8b, u+7f72, u+809d, u+8108, u+82b3, u+82bd, u+84b8, u+84c4, u+88c2, u+8ae6, u+8ef8, u+902e, u+9065, u+9326, u+935b, u+938c, u+9676, u+9694, u+96f7, u+9ed9, u+ff48, u+ff4c, u+ff81
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-144.BnNvuc4a.woff2) format("woff2");
    unicode-range: u+2500, u+3008-3009, u+4ead, u+4f0f, u+4fca, u+53eb, u+543e, u+57a2, u+5cf0, u+5e8f, u+5fe0, u+61b2, u+62d8, u+6442, u+64b2, u+6589, u+659c, u+67f1, u+68c4, u+6cb8, u+6d12, u+6de1, u+6fe1, u+70c8, u+723d, u+73e0, u+7656, u+773a, u+7948, u+7b87, u+7c92, u+7d3a, u+7e1b, u+7e4a, u+819a, u+8358, u+83c5, u+84bc, u+864e, u+8912, u+8c9e, u+8d05, u+92fc, u+9396, u+98fd, u+99d2, u+ff64, u+ff7a, u+ff83
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-145.D7EiavbV.woff2) format("woff2");
    unicode-range: u+3014-3015, u+4e3c, u+5036, u+5075, u+533f, u+53e9, u+5531, u+5642, u+5984, u+59e6, u+5a01, u+5b6b, u+5c0b, u+5f25, u+6069, u+60a0, u+614e, u+62b5, u+62d2-62d3, u+6597, u+660c, u+674f, u+67cf, u+6841, u+6905, u+6cf3, u+6d32, u+6d69, u+6f64, u+716e, u+7761, u+7b52, u+7be0, u+7dbf, u+7de9, u+7f36, u+81d3, u+8302, u+8389, u+846c, u+84ee, u+8a69, u+9038, u+9d8f, u+ff47, u+ff4b, u+ff76, u+ff9b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-146.2s6stNqU.woff2) format("woff2");
    unicode-range: u+25c7, u+3007, u+504f, u+507d, u+51a0, u+52a3, u+5410, u+5510, u+559a, u+5782, u+582a, u+5c0a, u+5c3f, u+5c48, u+5f6b, u+6176, u+622f, u+6279, u+62bd, u+62dd, u+65ed, u+67b6, u+6817, u+6850, u+6d6a, u+6deb, u+6ea2, u+6edd, u+6f5c, u+72e9, u+73a9, u+7573, u+76bf, u+7950, u+7956, u+7f8a, u+7ffc, u+80a2, u+80c3, u+83ca, u+8a02, u+8a13, u+8df5, u+9375, u+983b, u+99b4, u+ff4e, u+ff71, u+ff89, u+ff97
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-147.CSY0MMHW.woff2) format("woff2");
    unicode-range: u+24, u+2022, u+2212, u+221f, u+2665, u+4ecf, u+5100, u+51cd, u+52d8, u+5378, u+53f6, u+574a, u+5982, u+5996, u+5c1a, u+5e1d, u+5f84, u+609f, u+61a7, u+61f8, u+6398, u+63ee, u+6676, u+6691, u+6eb6, u+7126, u+71e5, u+7687, u+7965, u+7d17, u+80a1, u+8107, u+8266, u+85a6, u+8987, u+8ca2, u+8cab, u+8e0a, u+9042, u+95c7, u+9810, u+9867, u+98fc, u+ff52-ff54, u+ff61, u+ff77, u+ff98-ff99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-148.BfF87Xh1.woff2) format("woff2");
    unicode-range: u+b0, u+226a, u+2462, u+4e39, u+4fc3, u+4fd7, u+50be, u+50da, u+5200, u+5211, u+54f2, u+5618, u+596a, u+5b22, u+5bb4, u+5d50, u+60a3, u+63fa, u+658e, u+65e8, u+6669, u+6795, u+679d, u+67a0, u+6b3a, u+6e09, u+757f, u+7cd6, u+7dbe, u+7ffb, u+83cc, u+83f1, u+840c, u+845b, u+8846, u+8972, u+8a34, u+8a50, u+8a87, u+8edf, u+8ff0, u+90a6, u+9154, u+95a3, u+9663, u+9686, u+96c7, u+ff3c, u+ff7c, u+ff8a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-149.DUD9eEsh.woff2) format("woff2");
    unicode-range: u+25bd, u+4e59, u+4ec1, u+4ff3, u+515a, u+518a, u+525b, u+5375, u+552f, u+57a3, u+5b9c, u+5c3d, u+5e3d, u+5e7b, u+5f0a, u+6094, u+6458, u+654f, u+67f3, u+6b8a, u+6bd2, u+6c37, u+6ce1, u+6e56, u+6e7f, u+6ed1, u+6ede, u+6f0f, u+70ad, u+7267, u+7363, u+786c, u+7a42, u+7db2, u+7f85, u+8178, u+829d, u+8896, u+8c5a, u+8cb0, u+8ce2, u+8ed2, u+9047, u+9177, u+970a, u+9ea6, u+ff1b, u+ff31, u+ff39, u+ff80
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-150.DlDFq7pd.woff2) format("woff2");
    unicode-range: u+a5, u+4e80, u+4f34, u+4f73, u+4f75, u+511f, u+5192, u+52aa, u+53c8, u+570f, u+57cb, u+596e, u+5d8b, u+5f66, u+5fd9, u+62db, u+62f6, u+6328, u+633f, u+63a7, u+6469, u+6bbf, u+6c41, u+6c57, u+6d44, u+6dbc, u+706f, u+72c2, u+72ed, u+7551, u+75f4, u+7949, u+7e26, u+7fd4, u+8150, u+8af8, u+8b0e, u+8b72, u+8ca7, u+934b, u+9a0e, u+9a12, u+9b42, u+ff41, u+ff43, u+ff45, u+ff49, u+ff4f, u+ff62-ff63
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-151.CILbGoys.woff2) format("woff2");
    unicode-range: u+4e18, u+4fb5, u+5104, u+52c7, u+5353, u+5374, u+53e5, u+587e, u+594f, u+5a20, u+5de1, u+5f18, u+5fcd, u+6291, u+62ab, u+6355, u+6392, u+63da, u+63e1, u+656c, u+6687, u+68b0-68b1, u+68d2, u+68da, u+6b27, u+6cbc, u+7159, u+7344, u+73cd, u+76df, u+790e, u+7cf8, u+8102, u+88c1, u+8aa0, u+8e0f, u+9178, u+92ad, u+9670, u+96c5, u+9cf4, u+9db4, u+ff3e, u+ff6f, u+ff72, u+ff78, u+ff7d, u+ff84, u+ff8c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-152.CtOEBfJi.woff2) format("woff2");
    unicode-range: u+60, u+2200, u+226b, u+2461, u+517c, u+526f, u+5800, u+5b97, u+5bf8, u+5c01, u+5d29, u+5e4c, u+5e81, u+6065, u+61d0, u+667a, u+6696, u+6843, u+6c99, u+6d99, u+6ec5, u+6f22, u+6f6e, u+6fa4, u+6fef, u+71c3, u+72d9, u+7384, u+78e8, u+7a1a, u+7a32, u+7a3c, u+7adc, u+7ca7, u+7d2b, u+7dad, u+7e4b, u+80a9, u+8170, u+81ed, u+820e, u+8a17, u+8afe, u+90aa, u+914e, u+963f, u+99c4, u+9eba, u+9f3b, u+ff38
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-153.C8BgsQgi.woff2) format("woff2");
    unicode-range: u+2460, u+4e5f, u+4e7e, u+4ed9, u+501f, u+502b, u+5968, u+5974, u+5ac1, u+5b99, u+5ba3, u+5be7, u+5be9, u+5c64, u+5cb8, u+5ec3, u+5f1f, u+616e, u+6297, u+62e0, u+62ec, u+6368, u+642d, u+65e6, u+6717, u+676f, u+6b04, u+732e, u+7652, u+76ca, u+76d7, u+7802, u+7e70, u+7f6a, u+8133, u+81e8, u+866b, u+878d, u+88f8, u+8a5e, u+8cdb, u+8d08, u+907a, u+90e1, u+96f2, u+9f8d, u+ff35, u+ff37, u+ff40, u+ff9d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-154.B3Mrw3lJ.woff2) format("woff2");
    unicode-range: u+21d2, u+25ce, u+300a-300b, u+4e89, u+4e9c, u+4ea1, u+5263, u+53cc, u+5426, u+5869, u+5947, u+598a, u+5999, u+5e55, u+5e72, u+5e79, u+5fae, u+5fb9, u+602a, u+6163, u+624d, u+6749, u+6c5a, u+6cbf, u+6d45, u+6dfb, u+6e7e, u+708e, u+725b, u+7763, u+79c0, u+7bc4, u+7c89, u+7e01, u+7e2e, u+8010, u+8033, u+8c6a, u+8cc3, u+8f1d, u+8f9b, u+8fb2, u+907f, u+90f7, u+9707, u+9818, u+9b3c, u+ff0a, u+ff4d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-155.vNnrleUz.woff2) format("woff2");
    unicode-range: u+2015, u+2190, u+4e43, u+5019, u+5247, u+52e7, u+5438, u+54b2, u+55ab, u+57f7, u+5bd2, u+5e8a, u+5ef6, u+6016, u+60b2, u+6162, u+6319, u+6551, u+6607, u+66b4, u+675f, u+67d4, u+6b20, u+6b53, u+6ce3, u+719f, u+75b2, u+770b, u+7720, u+77ac, u+79d2, u+7af9, u+7d05, u+7dca, u+8056, u+80f8, u+81f3, u+8352, u+885d, u+8a70, u+8aa4, u+8cbc, u+900f, u+9084, u+91e3, u+9451, u+96c4, u+99c6, u+9ad4, u+ff70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-156.CGT9kf05.woff2) format("woff2");
    unicode-range: u+2193, u+25b2, u+4e4b, u+516d, u+51c4, u+529f, u+52c9, u+5360, u+5442, u+5857, u+5915, u+59eb, u+5a9b, u+5c3b, u+6012, u+61b6, u+62b1, u+6311, u+6577, u+65e2, u+65ec, u+6613, u+6790, u+6cb9, u+7372, u+76ae, u+7d5e, u+7fcc, u+88ab, u+88d5, u+8caf, u+8ddd, u+8ecd, u+8f38, u+8f9e, u+8feb, u+9063, u+90f5, u+93e1, u+968a, u+968f, u+98fe, u+9ec4, u+ff1d, u+ff27, u+ff2a, u+ff36, u+ff3b, u+ff3d, u+ffe5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-157.DqFdAp6U.woff2) format("woff2");
    unicode-range: u+4e03, u+4f38, u+50b7, u+5264, u+5348, u+5371, u+585a, u+58ca, u+5951, u+59b9, u+59d4, u+5b98, u+5f8b, u+6388, u+64cd, u+65e7, u+6803, u+6b6f, u+6d66, u+6e0b, u+6ecb, u+6fc3, u+72ac, u+773c, u+77e2, u+7968, u+7a74, u+7dba, u+7dd1, u+7e3e, u+808c, u+811a, u+8179, u+8239, u+8584, u+8a0e, u+8a72, u+8b66, u+8c46, u+8f29, u+90a3, u+9234, u+96f0, u+9769, u+9774, u+9aa8, u+ff26, u+ff28, u+ff9e-ff9f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-158.CzudQlqD.woff2) format("woff2");
    unicode-range: u+7e, u+b4, u+25c6, u+2661, u+4e92, u+4eee, u+4ffa, u+5144, u+5237, u+5287, u+52b4, u+58c1, u+5bff, u+5c04, u+5c06, u+5e95, u+5f31, u+5f93, u+63c3, u+640d, u+6557, u+6614, u+662f, u+67d3, u+690d, u+6bba, u+6e6f, u+72af, u+732b, u+7518, u+7ae0, u+7ae5, u+7af6, u+822a, u+89e6, u+8a3a, u+8a98, u+8cb8, u+8de1, u+8e8d, u+95d8, u+961c, u+96a3, u+96ea, u+9bae, u+ff20, u+ff22, u+ff29, u+ff2b-ff2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-159.CynvhcDi.woff2) format("woff2");
    unicode-range: u+25cb, u+4e71, u+4f59, u+50d5, u+520a, u+5217, u+5230, u+523a-523b, u+541b, u+5439, u+5747, u+59c9, u+5bdf, u+5c31, u+5de8, u+5e7c, u+5f69, u+6050, u+60d1, u+63cf, u+663c, u+67c4, u+6885, u+6c38, u+6d6e, u+6db2, u+6df7, u+6e2c, u+6f5f, u+7532, u+76e3-76e4, u+7701, u+793c, u+79f0, u+7a93, u+7d00, u+7de0, u+7e54, u+8328, u+8840, u+969c, u+96e8, u+9811, u+9aea, u+9b5a, u+ff24, u+ff2e, u+ff57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-160.DTeUj67x.woff2) format("woff2");
    unicode-range: u+2191, u+505c, u+52e4, u+5305, u+535a, u+56e0, u+59bb, u+5acc, u+5b09, u+5b87, u+5c90, u+5df1, u+5e2d, u+5e33, u+5f3e, u+6298, u+6383, u+653b, u+6697, u+6804, u+6a39, u+6cca, u+6e90, u+6f2b, u+702c, u+7206, u+7236, u+7559, u+7565, u+7591, u+75c7, u+75db, u+7b4b, u+7bb1, u+7d99, u+7fbd, u+8131, u+885b, u+8b1d, u+8ff7, u+9003, u+9045, u+96a0, u+9732, u+990a, u+99d0, u+9e97, u+9f62, u+ff25, u+ff2d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-161.KuQrLq3V.woff2) format("woff2");
    unicode-range: u+4e08, u+4f9d, u+5012, u+514d, u+51b7, u+5275, u+53ca, u+53f8, u+5584, u+57fc, u+5b9d, u+5bfa, u+5c3e, u+5f01, u+5fb4, u+5fd7, u+606f, u+62e1, u+6563, u+6674, u+6cb3, u+6d3e, u+6d74, u+6e1b, u+6e2f, u+718a, u+7247, u+79d8, u+7d14, u+7d66, u+7d71, u+7df4, u+7e41, u+80cc, u+8155, u+83d3, u+8a95, u+8ab2, u+8ad6, u+8ca1, u+9000, u+9006, u+9678, u+97d3, u+9808, u+98ef, u+9a5a, u+9b45, u+ff23, u+ff30
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-162.CYu92gOL.woff2) format("woff2");
    unicode-range: u+25bc, u+3012, u+4ef2, u+4f0a, u+516b, u+5373, u+539a, u+53b3, u+559c, u+56f0, u+5727, u+5742, u+5965, u+59ff, u+5bc6, u+5dfb, u+5e45, u+5ead, u+5fb3, u+6211, u+6253, u+639b, u+63a8, u+6545, u+6575, u+6628, u+672d, u+68a8, u+6bdb, u+6d25, u+707d, u+767e, u+7834, u+7b46, u+7bc9, u+8074, u+82e6, u+8349, u+8a2a, u+8d70, u+8da3, u+8fce, u+91cc, u+967d, u+97ff, u+9996, u+ff1c, u+ff2f, u+ff32, u+ff34
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-163._89LYXso.woff2) format("woff2");
    unicode-range: u+3d, u+5e, u+25cf, u+4e0e, u+4e5d, u+4e73, u+4e94, u+4f3c, u+5009, u+5145, u+51ac, u+5238, u+524a, u+53f3, u+547c, u+5802, u+5922, u+5a66, u+5c0e, u+5de6, u+5fd8, u+5feb, u+6797, u+685c, u+6b7b, u+6c5f-6c60, u+6cc9, u+6ce2, u+6d17, u+6e21, u+7167, u+7642, u+76db, u+8001, u+821e, u+8857, u+89d2, u+8b1b, u+8b70, u+8cb4, u+8cde, u+8f03, u+8f2a, u+968e, u+9b54, u+9e7f, u+9ebb, u+ff05, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-164.B-j9SoCr.woff2) format("woff2");
    unicode-range: u+500d, u+5074, u+50cd, u+5175, u+52e2, u+5352, u+5354, u+53f2, u+5409, u+56fa, u+5a18, u+5b88, u+5bdd, u+5ca9, u+5f92, u+5fa9, u+60a9, u+623f, u+6483, u+653f, u+666f, u+66ae, u+66f2, u+6a21, u+6b66, u+6bcd, u+6d5c, u+796d, u+7a4d, u+7aef, u+7b56, u+7b97, u+7c4d, u+7e04, u+7fa9, u+8377, u+83dc, u+83ef, u+8535, u+8863, u+88cf, u+88dc, u+8907, u+8acb, u+90ce, u+91dd, u+ff0b, u+ff0d, u+ff19, u+ff65
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-165.CE7ZGQqD.woff2) format("woff2");
    unicode-range: u+4e01, u+4e21, u+4e38, u+52a9, u+547d, u+592e, u+5931, u+5b63, u+5c40, u+5dde, u+5e78, u+5efa, u+5fa1, u+604b, u+6075, u+62c5, u+632f, u+6a19, u+6c0f, u+6c11, u+6c96, u+6e05, u+70ba, u+71b1, u+7387, u+7403, u+75c5, u+77ed, u+795d, u+7b54, u+7cbe, u+7d19, u+7fa4, u+8089, u+81f4, u+8208, u+8336, u+8457, u+8a33, u+8c4a, u+8ca0, u+8ca8, u+8cc0, u+9014, u+964d, u+9803, u+983c, u+98db, u+ff17, u+ff21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-166.CAnpE_0y.woff2) format("woff2");
    unicode-range: u+25, u+25a0, u+4e26, u+4f4e, u+5341, u+56f2, u+5bbf, u+5c45, u+5c55, u+5c5e, u+5dee, u+5e9c, u+5f7c, u+6255, u+627f, u+62bc, u+65cf, u+661f, u+666e, u+66dc, u+67fb, u+6975, u+6a4b, u+6b32, u+6df1, u+6e29, u+6fc0, u+738b, u+7686, u+7a76, u+7a81, u+7c73, u+7d75, u+7dd2, u+82e5, u+82f1, u+85ac, u+888b, u+899a, u+8a31, u+8a8c, u+8ab0, u+8b58, u+904a, u+9060, u+9280, u+95b2, u+984d, u+9ce5, u+ff18
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-167.MmHguGcf.woff2) format("woff2");
    unicode-range: u+30f6, u+50ac, u+5178, u+51e6, u+5224, u+52dd, u+5883, u+5897, u+590f, u+5a5a, u+5bb3, u+5c65, u+5e03, u+5e2b, u+5e30, u+5eb7, u+6271, u+63f4, u+64ae, u+6574, u+672b, u+679a, u+6a29-6a2a, u+6ca2, u+6cc1, u+6d0b, u+713c, u+74b0, u+7981, u+7a0b, u+7bc0, u+7d1a, u+7d61, u+7fd2, u+822c, u+8996, u+89aa, u+8cac, u+8cbb, u+8d77, u+8def, u+9020, u+9152, u+9244, u+9662, u+967a, u+96e3, u+9759, u+ff16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-168.BGkTUYzA.woff2) format("woff2");
    unicode-range: u+23, u+3c, u+2192, u+4e45, u+4efb, u+4f50, u+4f8b, u+4fc2, u+5024, u+5150, u+5272, u+5370, u+53bb, u+542b, u+56db, u+56e3, u+57ce, u+5bc4, u+5bcc, u+5f71, u+60aa, u+6238, u+6280, u+629c, u+6539, u+66ff, u+670d, u+677e-677f, u+6839, u+69cb, u+6b4c, u+6bb5, u+6e96, u+6f14, u+72ec, u+7389, u+7814, u+79cb, u+79d1, u+79fb, u+7a0e, u+7d0d, u+85e4, u+8d64, u+9632, u+96e2, u+9805, u+99ac, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-169.B8qTMiyD.woff2) format("woff2");
    unicode-range: u+2605-2606, u+301c, u+4e57, u+4fee, u+5065, u+52df, u+533b, u+5357, u+57df, u+58eb, u+58f0, u+591c, u+592a-592b, u+5948, u+5b85, u+5d0e, u+5ea7, u+5ff5, u+6025, u+63a1, u+63a5, u+63db, u+643a, u+65bd, u+671d, u+68ee, u+6982, u+6b73, u+6bd4, u+6d88, u+7570, u+7b11, u+7d76, u+8077, u+8217, u+8c37, u+8c61, u+8cc7, u+8d85, u+901f, u+962a, u+9802, u+9806, u+9854, u+98f2, u+9928, u+99c5, u+9ed2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-170.DE1FLlqe.woff2) format("woff2");
    unicode-range: u+266a, u+4f11, u+533a, u+5343, u+534a, u+53cd, u+5404, u+56f3, u+5b57-5b58, u+5bae, u+5c4a, u+5e0c, u+5e2f, u+5eab, u+5f35, u+5f79, u+614b, u+6226, u+629e, u+65c5, u+6625, u+6751, u+6821, u+6b69, u+6b8b, u+6bce, u+6c42, u+706b, u+7c21, u+7cfb, u+805e, u+80b2, u+82b8, u+843d, u+8853, u+88c5, u+8a3c, u+8a66, u+8d8a, u+8fba, u+9069, u+91cf, u+9752, u+975e, u+9999, u+ff0f-ff10, u+ff14-ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-171.f3rrHnYi.woff2) format("woff2");
    unicode-range: u+40, u+4e86, u+4e95, u+4f01, u+4f1d, u+4fbf, u+5099, u+5171, u+5177, u+53cb, u+53ce, u+53f0, u+5668, u+5712, u+5ba4, u+5ca1, u+5f85, u+60f3, u+653e, u+65ad, u+65e9, u+6620, u+6750, u+6761, u+6b62, u+6b74, u+6e08, u+6e80, u+7248, u+7531, u+7533, u+753a, u+77f3, u+798f, u+7f6e, u+8449, u+88fd, u+89b3, u+8a55, u+8ac7, u+8b77, u+8db3, u+8efd, u+8fd4, u+9031-9032, u+9580, u+9589, u+96d1, u+985e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-172.D2LndhUS.woff2) format("woff2");
    unicode-range: u+2b, u+d7, u+300e-300f, u+4e07, u+4e8c, u+512a, u+5149, u+518d, u+5236, u+52b9, u+52d9, u+5468, u+578b, u+57fa, u+5b8c, u+5ba2, u+5c02, u+5de5, u+5f37, u+5f62, u+623b, u+63d0, u+652f, u+672a, u+6848, u+6d41, u+7136, u+7537, u+754c, u+76f4, u+79c1, u+7ba1, u+7d44, u+7d4c, u+7dcf, u+7dda, u+7de8, u+82b1, u+897f, u+8ca9, u+8cfc, u+904e, u+9664, u+982d, u+9858, u+98a8, u+9a13, u+ff13, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-173.D_3liOqC.woff2) format("woff2");
    unicode-range: u+4e16, u+4e3b, u+4ea4, u+4ee4, u+4f4d, u+4f4f, u+4f55, u+4f9b, u+5317, u+5358, u+53c2, u+53e4, u+548c, u+571f, u+59cb, u+5cf6, u+5e38, u+63a2, u+63b2, u+6559, u+662d, u+679c, u+6c7a, u+72b6, u+7523, u+767d, u+770c, u+7a2e, u+7a3f, u+7a7a, u+7b2c, u+7b49, u+7d20, u+7d42, u+8003, u+8272, u+8a08, u+8aac, u+8cb7, u+8eab, u+8ee2, u+9054-9055, u+90fd, u+914d, u+91cd, u+969b, u+97f3, u+984c, u+ff06
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-174.DiHtVC8u.woff2) format("woff2");
    unicode-range: u+26, u+5f, u+2026, u+203b, u+4e09, u+4eac, u+4ed5, u+4fa1, u+5143, u+5199, u+5207, u+539f, u+53e3, u+53f7, u+5411, u+5473, u+5546, u+55b6, u+5929, u+597d, u+5bb9, u+5c11, u+5c4b, u+5ddd, u+5f97, u+5fc5, u+6295, u+6301, u+6307, u+671b, u+76f8, u+78ba, u+795e, u+7d30, u+7d39, u+7d9a, u+89e3, u+8a00, u+8a73, u+8a8d, u+8a9e, u+8aad, u+8abf, u+8cea, u+8eca, u+8ffd, u+904b, u+9650, u+ff11-ff12
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-175.BxQe1GUU.woff2) format("woff2");
    unicode-range: u+3e, u+3005, u+4e0d, u+4e88, u+4ecb, u+4ee3, u+4ef6, u+4fdd, u+4fe1, u+500b, u+50cf, u+5186, u+5316, u+53d7, u+540c, u+544a, u+54e1, u+5728, u+58f2, u+5973, u+5b89, u+5c71, u+5e02, u+5e97, u+5f15, u+5fc3, u+5fdc, u+601d, u+611b, u+611f, u+671f, u+6728, u+6765, u+683c, u+6b21, u+6ce8, u+6d3b, u+6d77, u+7530, u+7740, u+7acb, u+7d50, u+826f, u+8f09, u+8fbc, u+9001, u+9053, u+91ce, u+9762, u+98df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-176.BVfgnrnH.woff2) format("woff2");
    unicode-range: u+7c, u+3080, u+4ee5, u+5148, u+516c, u+521d, u+5225, u+529b, u+52a0, u+53ef, u+56de, u+56fd, u+5909, u+591a, u+5b66, u+5b9f, u+5bb6, u+5bfe, u+5e73, u+5e83, u+5ea6, u+5f53, u+6027, u+610f, u+6210, u+6240, u+660e, u+66f4, u+66f8, u+6709, u+6771, u+697d, u+69d8, u+6a5f, u+6c34, u+6cbb, u+73fe, u+756a, u+7684, u+771f, u+793a, u+7f8e, u+898f, u+8a2d, u+8a71, u+8fd1, u+9078, u+9577, u+96fb, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-177.yPyzjJqA.woff2) format("woff2");
    unicode-range: u+a9, u+3010-3011, u+30e2, u+4e0b, u+4eca, u+4ed6, u+4ed8, u+4f53, u+4f5c, u+4f7f, u+53d6, u+540d, u+54c1, u+5730, u+5916, u+5b50, u+5c0f, u+5f8c, u+624b, u+6570, u+6587, u+6599, u+691c, u+696d, u+6cd5, u+7269, u+7279, u+7406, u+767a-767b, u+77e5, u+7d04, u+7d22, u+8005, u+80fd, u+81ea, u+8868, u+8981, u+89a7, u+901a, u+9023, u+90e8, u+91d1, u+9332, u+958b, u+96c6, u+9ad8, u+ff1a, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-178.CuhrzsOu.woff2) format("woff2");
    unicode-range: u+4e, u+a0, u+3000, u+300c-300d, u+4e00, u+4e0a, u+4e2d, u+4e8b, u+4eba, u+4f1a, u+5165, u+5168, u+5185, u+51fa, u+5206, u+5229, u+524d, u+52d5, u+5408, u+554f, u+5831, u+5834, u+5927, u+5b9a, u+5e74, u+5f0f, u+60c5, u+65b0, u+65b9, u+6642, u+6700, u+672c, u+682a, u+6b63, u+6c17, u+7121, u+751f, u+7528, u+753b, u+76ee, u+793e, u+884c, u+898b, u+8a18, u+9593, u+95a2, u+ff01, u+ff08-ff09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-179.CWRUxe43.woff2) format("woff2");
    unicode-range: u+21-22, u+27-2a, u+2c-3b, u+3f, u+41-4d, u+4f-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+b7, u+bb, u+c9, u+cd, u+d6, u+d8, u+dc, u+e0-e5, u+e7-ed, u+ef, u+f1-f4, u+f6, u+f8, u+fa, u+fc-fd, u+103, u+14d, u+1b0, u+300-301, u+1ebf, u+1ec7, u+2013-2014, u+201c-201d, u+2039-203a, u+203c, u+2048-2049, u+2113, u+2122, u+65e5, u+6708, u+70b9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-180.CtZ3i-EF.woff2) format("woff2");
    unicode-range: u+20, u+2027, u+3001-3002, u+3041-307f, u+3081-308f, u+3091-3093, u+3099-309a, u+309d-309e, u+30a1-30e1, u+30e3-30ed, u+30ef-30f0, u+30f2-30f4, u+30fb-30fe, u+ff0c, u+ff0e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-181.BRl66X3J.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-182.DtCMfjuO.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-183.CGMUG_lm.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_JP-300-184.CwRgQChf.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-61.DHFiCEWf.woff2) format("woff2");
    unicode-range: u+25ee8, u+25f23, u+25f5c, u+25fd4, u+25fe0, u+25ffb, u+2600c, u+26017, u+26060, u+260ed, u+26222, u+2626a, u+26270, u+26286, u+2634c, u+26402, u+2667e, u+266b0, u+2671d, u+268dd, u+268ea, u+26951, u+2696f, u+26999, u+269dd, u+26a1e, u+26a58, u+26a8c, u+26ab7, u+26aff, u+26c29, u+26c73, u+26c9e, u+26cdd, u+26e40, u+26e65, u+26f94, u+26ff6-26ff8, u+270f4, u+2710d, u+27139, u+273da-273db, u+273fe, u+27410, u+27449, u+27614-27615, u+27631, u+27684, u+27693, u+2770e, u+27723, u+27752, u+278b2, u+27985, u+279b4, u+27a84, u+27bb3, u+27bbe, u+27bc7, u+27c3c, u+27cb8, u+27d73, u+27da0, u+27e10, u+27eaf, u+27fb7, u+2808a, u+280bb, u+28277, u+28282, u+282f3, u+283cd, u+2840c, u+28455, u+284dc, u+2856b, u+285c8-285c9, u+286d7, u+286fa, u+28946, u+28949, u+2896b, u+28987-28988, u+289ba-289bb, u+28a1e, u+28a29, u+28a43, u+28a71, u+28a99, u+28acd, u+28add, u+28ae4, u+28bc1, u+28bef, u+28cdd, u+28d10, u+28d71, u+28dfb, u+28e0f, u+28e17, u+28e1f, u+28e36, u+28e89, u+28eeb, u+28ef6, u+28f32, u+28ff8, u+292a0, u+292b1, u+29490, u+295cf, u+2967f, u+296f0, u+29719, u+29750, u+29810, u+298c6, u+29a72, u+29d4b, u+29ddb, u+29e15, u+29e3d, u+29e49, u+29e8a, u+29ec4, u+29edb, u+29ee9, u+29fce, u+29fd7, u+2a01a, u+2a02f, u+2a082, u+2a0f9, u+2a190, u+2a2b2, u+2a38c, u+2a437, u+2a5f1, u+2a602, u+2a61a, u+2a6b2, u+2a9e6, u+2b746, u+2b751, u+2b753, u+2b75a, u+2b75c, u+2b765, u+2b776-2b777, u+2b77c, u+2b782, u+2b789, u+2b78b, u+2b78e, u+2b794, u+2b7ac, u+2b7af, u+2b7bd, u+2b7c9, u+2b7cf, u+2b7d2, u+2b7d8, u+2b7f0, u+2b80d, u+2b817, u+2b81a, u+2d544, u+2e278, u+2e569, u+2e6ea, u+2f804, u+2f80f, u+2f815, u+2f818, u+2f81a, u+2f822, u+2f828, u+2f82c, u+2f833, u+2f83f, u+2f846, u+2f852, u+2f862, u+2f86d, u+2f873, u+2f877, u+2f884, u+2f899-2f89a, u+2f8a6, u+2f8ac, u+2f8b2, u+2f8b6, u+2f8d3, u+2f8db-2f8dc, u+2f8e1, u+2f8e5, u+2f8ea, u+2f8ed, u+2f8fc, u+2f903, u+2f90b, u+2f90f, u+2f91a, u+2f920-2f921, u+2f945, u+2f947, u+2f96c, u+2f995, u+2f9d0, u+2f9de-2f9df, u+2f9f4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-62.CGdw4P09.woff2) format("woff2");
    unicode-range: u+1f235-1f23b, u+1f240-1f248, u+1f250-1f251, u+2000b, u+20089-2008a, u+200a2, u+200a4, u+200b0, u+200f5, u+20158, u+201a2, u+20213, u+2032b, u+20371, u+20381, u+203f9, u+2044a, u+20509, u+2053f, u+205b1, u+205d6, u+20611, u+20628, u+206ec, u+2074f, u+207c8, u+20807, u+2083a, u+208b9, u+2090e, u+2097c, u+20984, u+2099d, u+20a64, u+20ad3, u+20b1d, u+20b9f, u+20bb7, u+20d45, u+20d58, u+20de1, u+20e64, u+20e6d, u+20e95, u+20f5f, u+21201, u+2123d, u+21255, u+21274, u+2127b, u+212d7, u+212e4, u+212fd, u+2131b, u+21336, u+21344, u+213c4, u+2146d-2146e, u+215d7, u+21647, u+216b4, u+21706, u+21742, u+218bd, u+219c3, u+21a1a, u+21c56, u+21d2d, u+21d45, u+21d62, u+21d78, u+21d92, u+21d9c, u+21da1, u+21db7, u+21de0, u+21e33-21e34, u+21f1e, u+21f76, u+21ffa, u+2217b, u+22218, u+2231e, u+223ad, u+22609, u+226f3, u+2285b, u+228ab, u+2298f, u+22ab8, u+22b46, u+22b4f-22b50, u+22ba6, u+22c1d, u+22c24, u+22de1, u+22e42, u+22feb, u+231b6, u+231c3-231c4, u+231f5, u+23372, u+233cc, u+233d0, u+233d2-233d3, u+233d5, u+233da, u+233df, u+233e4, u+233fe, u+2344a-2344b, u+23451, u+23465, u+234e4, u+2355a, u+23594, u+235c4, u+23638-2363a, u+23647, u+2370c, u+2371c, u+2373f, u+23763-23764, u+237e7, u+237f1, u+237ff, u+23824, u+2383d, u+23a98, u+23c7f, u+23cbe, u+23cfe, u+23d00, u+23d0e, u+23d40, u+23dd3, u+23df9-23dfa, u+23f7e, u+2404b, u+24096, u+24103, u+241c6, u+241fe, u+242ee, u+243bc, u+243d0, u+24629, u+246a5, u+247f1, u+24896, u+248e9, u+24a4d, u+24b56, u+24b6f, u+24c16, u+24d14, u+24e04, u+24e0e, u+24e37, u+24e6a, u+24e8b, u+24ff2, u+2504a, u+25055, u+25122, u+251a9, u+251cd, u+251e5, u+2521e, u+2524c, u+2542e, u+2548e, u+254d9, u+2550e, u+255a7, u+2567f, u+25771, u+257a9, u+257b4, u+25874, u+259c4, u+259cc, u+259d4, u+25ad7, u+25ae3-25ae4, u+25af1, u+25bb2, u+25c4b, u+25c64, u+25da1, u+25e2e, u+25e56, u+25e62, u+25e65, u+25ec2, u+25ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-63.BtUHuvNx.woff2) format("woff2");
    unicode-range: u+ffd7, u+ffda-ffdc, u+ffe0-ffe2, u+ffe4, u+ffe6, u+ffe8-ffee, u+1f100-1f10c, u+1f110-1f16c, u+1f170-1f1ac, u+1f200-1f202, u+1f210-1f234
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-64.DNvXpGdu.woff2) format("woff2");
    unicode-range: u+fa10, u+fa12-fa6d, u+fb00-fb04, u+fe10-fe19, u+fe30-fe42, u+fe44-fe52, u+fe54-fe66, u+fe68-fe6b, u+ff02, u+ff04, u+ff07, u+ff51, u+ff5b, u+ff5d, u+ff5f-ff60, u+ff66, u+ff69, u+ff87, u+ffa1-ffbe, u+ffc2-ffc7, u+ffca-ffcf, u+ffd2-ffd6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-65.CdIxbJip.woff2) format("woff2");
    unicode-range: u+f92d-f959, u+f95b-f9f2, u+f9f4-fa0b, u+fa0e-fa0f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-66.DM4N9eKV.woff2) format("woff2");
    unicode-range: u+9e8b-9e8c, u+9e8e-9e8f, u+9e91-9e92, u+9e95-9e96, u+9e98, u+9e9b, u+9e9d-9e9e, u+9ea4-9ea5, u+9ea8-9eaa, u+9eac-9eb0, u+9eb3-9eb5, u+9eb8, u+9ebc-9ebf, u+9ec3, u+9ec6, u+9ec8, u+9ecb-9ecd, u+9ecf-9ed1, u+9ed4-9ed5, u+9ed8, u+9edb-9ee0, u+9ee4-9ee5, u+9ee7-9ee8, u+9eec-9ef2, u+9ef4-9ef9, u+9efb-9eff, u+9f02-9f03, u+9f07-9f09, u+9f0e-9f12, u+9f14-9f17, u+9f19-9f1b, u+9f1f-9f22, u+9f26, u+9f2a-9f2c, u+9f2f, u+9f31-9f32, u+9f34, u+9f37, u+9f39-9f3a, u+9f3c-9f3f, u+9f41, u+9f43-9f47, u+9f4a, u+9f4e-9f50, u+9f52-9f58, u+9f5a, u+9f5d-9f61, u+9f63, u+9f66-9f6a, u+9f6c-9f73, u+9f75-9f77, u+9f7a, u+9f7d, u+9f7f, u+9f8f-9f92, u+9f94-9f97, u+9f99, u+9f9c-9fa3, u+9fa5, u+9fb4, u+9fbc-9fc2, u+9fc4, u+9fc6, u+9fcc, u+f900-f92c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-67.CKuSGXzo.woff2) format("woff2");
    unicode-range: u+9c3e, u+9c41, u+9c43-9c4a, u+9c4e-9c50, u+9c52-9c54, u+9c56, u+9c58, u+9c5a-9c61, u+9c63, u+9c65, u+9c67-9c6b, u+9c6d-9c6e, u+9c70, u+9c72, u+9c75-9c78, u+9c7a-9c7c, u+9ce6-9ce7, u+9ceb-9cec, u+9cf0, u+9cf2, u+9cf6-9cf7, u+9cf9, u+9d02-9d03, u+9d06-9d09, u+9d0b, u+9d0e, u+9d11-9d12, u+9d15, u+9d17-9d18, u+9d1b-9d1f, u+9d23, u+9d26, u+9d2a-9d2c, u+9d2f-9d30, u+9d32-9d34, u+9d3a, u+9d3c-9d3f, u+9d41-9d48, u+9d4a, u+9d50-9d54, u+9d59, u+9d5d-9d65, u+9d69-9d6c, u+9d6f-9d70, u+9d72-9d73, u+9d76-9d77, u+9d7a-9d7c, u+9d7e, u+9d83-9d84, u+9d86-9d87, u+9d89-9d8a, u+9d8d-9d8e, u+9d92-9d93, u+9d95-9d9a, u+9da1, u+9da4, u+9da9-9dac, u+9dae, u+9db1-9db2, u+9db5, u+9db8-9dbd, u+9dbf-9dc4, u+9dc6-9dc7, u+9dc9-9dca, u+9dcf, u+9dd3-9dd7, u+9dd9-9dda, u+9dde-9de0, u+9de3, u+9de5-9de7, u+9de9, u+9deb, u+9ded-9df0, u+9df3-9df4, u+9df8, u+9dfd-9dfe, u+9e02, u+9e07, u+9e0a, u+9e0d-9e0e, u+9e10-9e12, u+9e15-9e16, u+9e19-9e1f, u+9e75, u+9e79-9e7d, u+9e80-9e85, u+9e87-9e88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-68.BKoThomf.woff2) format("woff2");
    unicode-range: u+9ae5-9ae7, u+9ae9, u+9aeb-9aec, u+9aee-9aef, u+9af1-9af5, u+9af7, u+9af9-9afb, u+9afd, u+9aff-9b06, u+9b08-9b09, u+9b0b-9b0e, u+9b10, u+9b12, u+9b16, u+9b18-9b1d, u+9b1f-9b20, u+9b22-9b23, u+9b25-9b2f, u+9b32-9b35, u+9b37, u+9b39-9b3b, u+9b3d, u+9b43-9b44, u+9b48, u+9b4b-9b4f, u+9b51, u+9b55-9b58, u+9b5b, u+9b5e, u+9b61, u+9b63, u+9b65-9b66, u+9b68, u+9b6a-9b6f, u+9b72-9b79, u+9b7f-9b80, u+9b83-9b87, u+9b89-9b8b, u+9b8d, u+9b8f-9b94, u+9b96-9b97, u+9b9a, u+9b9d-9ba0, u+9ba6-9ba7, u+9ba9-9baa, u+9bac, u+9bb0-9bb2, u+9bb4, u+9bb7-9bb9, u+9bbb-9bbc, u+9bbe-9bc1, u+9bc6-9bc8, u+9bca, u+9bce-9bd2, u+9bd4, u+9bd7-9bd8, u+9bdd, u+9bdf, u+9be1-9be5, u+9be7, u+9bea-9beb, u+9bee-9bf3, u+9bf5, u+9bf7-9bfa, u+9bfd, u+9bff-9c00, u+9c02, u+9c04, u+9c06, u+9c08-9c0d, u+9c0f-9c16, u+9c18-9c1e, u+9c21-9c2a, u+9c2d-9c32, u+9c35-9c37, u+9c39-9c3a, u+9c3d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-69.C4_xzIXh.woff2) format("woff2");
    unicode-range: u+98eb, u+98ed-98ee, u+98f0-98f1, u+98f3, u+98f6, u+9902, u+9907-9909, u+9911-9912, u+9914-9918, u+991a-9922, u+9924, u+9926-9927, u+992b-992c, u+992e, u+9931-9935, u+9939-993e, u+9940-9942, u+9945-9949, u+994b-994e, u+9950-9952, u+9954-9955, u+9958-9959, u+995b-995c, u+995e-9960, u+9963, u+9997-9998, u+999b, u+999d-999f, u+99a3, u+99a5-99a6, u+99a8, u+99ad-99ae, u+99b0-99b2, u+99b5, u+99b9-99ba, u+99bc-99bd, u+99bf, u+99c1, u+99c3, u+99c8-99c9, u+99d1, u+99d3-99d5, u+99d8-99df, u+99e1-99e2, u+99e7, u+99ea-99ee, u+99f0-99f2, u+99f4-99f5, u+99f8-99f9, u+99fb-99fe, u+9a01-9a05, u+9a08, u+9a0a-9a0c, u+9a0f-9a11, u+9a16, u+9a1a, u+9a1e, u+9a20, u+9a22-9a24, u+9a27, u+9a2b, u+9a2d-9a2e, u+9a31, u+9a33, u+9a35-9a38, u+9a3e, u+9a40-9a45, u+9a47, u+9a4a-9a4e, u+9a51-9a52, u+9a54-9a58, u+9a5b, u+9a5d, u+9a5f, u+9a62, u+9a64-9a65, u+9a69-9a6c, u+9aaa, u+9aac-9ab0, u+9ab2, u+9ab4-9ab7, u+9ab9, u+9abb-9ac1, u+9ac3, u+9ac6, u+9ac8, u+9ace-9ad3, u+9ad5-9ad7, u+9adb-9adc, u+9ade-9ae0, u+9ae2-9ae4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-70.CXYG70mO.woff2) format("woff2");
    unicode-range: u+971d, u+9721-9724, u+9728, u+972a, u+9730-9731, u+9733, u+9736, u+9738-9739, u+973b, u+973d-973e, u+9741-9744, u+9746-974a, u+974d-974f, u+9751, u+9755, u+9757-9758, u+975a-975c, u+9760-9761, u+9763-9764, u+9766-9768, u+976a-976b, u+976e, u+9771, u+9773, u+9776-977d, u+977f-9781, u+9785-9786, u+9789, u+978b, u+978f-9790, u+9795-9797, u+9799-979a, u+979c, u+979e-97a0, u+97a2-97a3, u+97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b1-97b6, u+97b8-97ba, u+97bc, u+97be-97bf, u+97c1, u+97c3-97ce, u+97d0-97d1, u+97d4, u+97d7-97d9, u+97db-97de, u+97e0-97e1, u+97e4, u+97e6, u+97ed-97ef, u+97f1-97f2, u+97f4-97f8, u+97fa, u+9804, u+9807, u+980a, u+980c-980f, u+9814, u+9816-9817, u+9819-981a, u+981c, u+981e, u+9820-9821, u+9823-9826, u+982b, u+982e-9830, u+9832-9835, u+9837, u+9839, u+983d-983e, u+9844, u+9846-9847, u+984a-984b, u+984f, u+9851-9853, u+9856-9857, u+9859-985b, u+9862-9863, u+9865-9866, u+986a-986c, u+986f-9871, u+9873-9875, u+98aa-98ab, u+98ad-98ae, u+98b0-98b1, u+98b4, u+98b6-98b8, u+98ba-98bc, u+98bf, u+98c2-98c8, u+98cb-98cc, u+98ce, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5-98e7, u+98e9-98ea
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-71.Ch-jzCYG.woff2) format("woff2");
    unicode-range: u+944a, u+944c, u+9452-9453, u+9455, u+9459-945c, u+945e-9463, u+9468, u+946a-946b, u+946d-9472, u+9475, u+9477, u+947c-947f, u+9481, u+9483-9485, u+9578-9579, u+957e-957f, u+9582, u+9584, u+9586-9588, u+958a, u+958c-958f, u+9592, u+9594, u+9596, u+9598-9599, u+959d-95a1, u+95a4, u+95a6-95a9, u+95ab-95ad, u+95b1, u+95b4, u+95b6, u+95b9-95bf, u+95c3, u+95c6, u+95c8-95cd, u+95d0-95d6, u+95d9-95da, u+95dc-95e2, u+95e4-95e6, u+95e8, u+961d-961e, u+9621-9622, u+9624-9626, u+9628, u+962c, u+962e-962f, u+9631, u+9633-9634, u+9637-963a, u+963c-963d, u+9641-9642, u+964b-964c, u+964f, u+9652, u+9654, u+9656-9658, u+965c-965f, u+9661, u+9666, u+966a, u+966c, u+966e, u+9672, u+9674, u+9677, u+967b-967c, u+967e-967f, u+9681-9684, u+9689, u+968b, u+968d, u+9691, u+9695-9698, u+969a, u+969d, u+969f, u+96a4-96aa, u+96ae-96b4, u+96b6, u+96b8-96bb, u+96bd, u+96c1, u+96c9-96cb, u+96cd-96ce, u+96d2, u+96d5-96d6, u+96d8-96da, u+96dc-96df, u+96e9, u+96ef, u+96f1, u+96f9-96fa, u+9702-9706, u+9708-9709, u+970d-970f, u+9711, u+9713-9714, u+9716, u+9719-971b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-72.CSxf971U.woff2) format("woff2");
    unicode-range: u+92bc-92bd, u+92bf-92c3, u+92c5-92c8, u+92cb-92d0, u+92d2-92d3, u+92d5, u+92d7-92d9, u+92dc-92dd, u+92df-92e1, u+92e3-92e5, u+92e7-92ea, u+92ec, u+92ee, u+92f0, u+92f2, u+92f7-92fb, u+92ff-9300, u+9302, u+9304, u+9308, u+930d, u+930f-9311, u+9314-9315, u+9318-931a, u+931c-931f, u+9321-9325, u+9327-932b, u+932e, u+9333-9337, u+933a-933b, u+9344, u+9347-934a, u+934d, u+9350-9352, u+9354-9358, u+935a, u+935c, u+935e, u+9360, u+9364-9365, u+9367, u+9369-936d, u+936f-9371, u+9373-9374, u+9376, u+937a, u+937d-9382, u+9388, u+938a-938b, u+938d, u+938f, u+9392, u+9394-9395, u+9397-9398, u+939a-939b, u+939e, u+93a1, u+93a3-93a4, u+93a6, u+93a8-93a9, u+93ab-93ad, u+93b0, u+93b4-93b6, u+93b9-93bb, u+93c1, u+93c3-93cd, u+93d0-93d1, u+93d3, u+93d6-93d9, u+93dc-93df, u+93e2, u+93e4-93e8, u+93f1, u+93f5, u+93f7-93fb, u+93fd, u+9401-9404, u+9407-9409, u+940d-9410, u+9413-9417, u+9419-941a, u+941f, u+9421, u+942b, u+942e-942f, u+9431-9434, u+9436, u+9438, u+943a-943b, u+943d, u+943f, u+9441, u+9443-9445, u+9448
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-73.CMqIiZPI.woff2) format("woff2");
    unicode-range: u+9143, u+9146-914c, u+914f, u+9153, u+9156-915b, u+9161, u+9163-9165, u+9167, u+9169, u+916d, u+9172-9174, u+9179-917b, u+9181-9183, u+9185-9187, u+9189-918b, u+918e, u+9191, u+9193-9195, u+9197-9198, u+919e, u+91a1-91a2, u+91a6, u+91a8, u+91aa-91b6, u+91ba-91bd, u+91bf-91c6, u+91c9, u+91cb, u+91d0, u+91d3-91d4, u+91d6-91d7, u+91d9-91db, u+91de-91df, u+91e1, u+91e4-91e6, u+91e9-91ea, u+91ec-91f1, u+91f5-91f7, u+91f9, u+91fb-91fd, u+91ff-9201, u+9204-9207, u+9209-920a, u+920c, u+920e, u+9210-9218, u+921c-921e, u+9223-9226, u+9228-9229, u+922c, u+922e-9230, u+9233, u+9235-923a, u+923c, u+923e-9240, u+9242-9243, u+9245-924b, u+924d-9251, u+9256-925a, u+925c-925e, u+9260-9261, u+9264-9269, u+926e-9270, u+9275-9279, u+927b-927f, u+9288-928a, u+928d-928e, u+9291-9293, u+9295-9297, u+9299, u+929b-929c, u+929f-92a0, u+92a4-92a5, u+92a7-92a8, u+92ab, u+92af, u+92b2-92b3, u+92b6-92bb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-74.BrLnOYdT.woff2) format("woff2");
    unicode-range: u+8f52-8f55, u+8f57-8f58, u+8f5c-8f5e, u+8f61-8f66, u+8f9c-8f9d, u+8f9f-8fa2, u+8fa4-8fa8, u+8fad-8faf, u+8fb4-8fb8, u+8fbe, u+8fc0-8fc2, u+8fc6, u+8fc8, u+8fca-8fcb, u+8fcd, u+8fd0, u+8fd2-8fd3, u+8fd5, u+8fda, u+8fe0, u+8fe2-8fe5, u+8fe8-8fea, u+8fed-8fef, u+8ff1, u+8ff4-8ff6, u+8ff8-8ffb, u+8ffe, u+9002, u+9004-9005, u+9008, u+900b-900e, u+9011, u+9013, u+9015-9016, u+9018, u+901b, u+901e, u+9021, u+9027-902a, u+902c-902d, u+902f, u+9033-9037, u+9039, u+903c, u+903e-903f, u+9041, u+9043-9044, u+9049, u+904c, u+904f-9052, u+9056, u+9058, u+905b-905e, u+9062, u+9066-9068, u+906c, u+906f-9070, u+9072, u+9074, u+9076, u+9079, u+9080-9083, u+9085, u+9087-9088, u+908b-908c, u+908e-9090, u+9095, u+9097-9099, u+909b, u+90a0-90a2, u+90a5, u+90a8, u+90af-90b6, u+90bd-90be, u+90c3-90c5, u+90c7-90c9, u+90cc, u+90d2, u+90d5, u+90d7-90d9, u+90db-90df, u+90e2, u+90e4-90e5, u+90eb, u+90ef-90f0, u+90f2, u+90f4, u+90f6, u+90fe-9100, u+9102, u+9104-9106, u+9108, u+910d, u+9110, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9125, u+9127, u+9129, u+912d-9132, u+9134, u+9136-9137, u+9139-913a, u+913c-913d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-75.0AtZSyp6.woff2) format("woff2");
    unicode-range: u+8dc0, u+8dc2, u+8dc5-8dc8, u+8dca-8dcc, u+8dce-8dcf, u+8dd1, u+8dd4-8dd7, u+8dd9-8ddb, u+8ddf, u+8de3-8de5, u+8de7, u+8dea-8dec, u+8df0-8df2, u+8df4, u+8dfc-8dfd, u+8dff, u+8e01, u+8e04-8e06, u+8e08-8e09, u+8e0b-8e0c, u+8e10-8e11, u+8e14, u+8e16, u+8e1d-8e23, u+8e26-8e27, u+8e30-8e31, u+8e33-8e39, u+8e3d, u+8e40-8e42, u+8e44, u+8e47-8e50, u+8e54-8e55, u+8e59, u+8e5b-8e64, u+8e69, u+8e6c-8e6d, u+8e6f-8e72, u+8e75-8e77, u+8e79-8e7c, u+8e81-8e85, u+8e89, u+8e8b, u+8e90-8e95, u+8e98-8e9b, u+8e9d-8e9e, u+8ea1-8ea2, u+8ea7, u+8ea9-8eaa, u+8eac-8eb1, u+8eb3, u+8eb5-8eb6, u+8eba-8ebb, u+8ebe, u+8ec0-8ec1, u+8ec3-8ec8, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8edb-8edc, u+8ee3, u+8ee8, u+8eeb, u+8eed-8eee, u+8ef0-8ef1, u+8ef7, u+8ef9-8efc, u+8efe, u+8f00, u+8f02, u+8f05, u+8f07-8f08, u+8f0a, u+8f0f-8f10, u+8f12-8f13, u+8f15-8f19, u+8f1b-8f1c, u+8f1e-8f21, u+8f23, u+8f25-8f28, u+8f2b-8f2f, u+8f33-8f37, u+8f39-8f3b, u+8f3e, u+8f40-8f43, u+8f45-8f47, u+8f49-8f4a, u+8f4c-8f4f, u+8f51
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-76.ExBcCLFr.woff2) format("woff2");
    unicode-range: u+8b2d, u+8b30, u+8b37, u+8b3c, u+8b3e, u+8b41-8b46, u+8b48-8b49, u+8b4c-8b4f, u+8b51-8b54, u+8b56, u+8b59, u+8b5b, u+8b5e-8b5f, u+8b63, u+8b69, u+8b6b-8b6d, u+8b6f, u+8b71, u+8b74, u+8b76, u+8b78-8b79, u+8b7c-8b81, u+8b84-8b85, u+8b8a-8b8f, u+8b92-8b96, u+8b99-8b9a, u+8b9c-8ba0, u+8c38-8c3a, u+8c3d-8c3f, u+8c41, u+8c45, u+8c47-8c49, u+8c4b-8c4c, u+8c4e-8c51, u+8c53-8c55, u+8c57-8c59, u+8c5b, u+8c5d, u+8c62-8c64, u+8c66, u+8c68-8c69, u+8c6b-8c6d, u+8c73, u+8c75-8c76, u+8c78, u+8c7a-8c7c, u+8c7e, u+8c82, u+8c85-8c87, u+8c89-8c8b, u+8c8d-8c8e, u+8c90, u+8c92-8c94, u+8c98-8c99, u+8c9b-8c9c, u+8c9f, u+8ca4, u+8cad-8cae, u+8cb2-8cb3, u+8cb6, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc6, u+8cc8-8cc9, u+8ccb, u+8ccd-8ccf, u+8cd2, u+8cd5-8cd6, u+8cd9-8cda, u+8cdd, u+8ce1, u+8ce3-8ce4, u+8ce6, u+8ce8, u+8cec, u+8cef-8cf2, u+8cf4-8cf5, u+8cf7-8cf8, u+8cfa-8cfb, u+8cfd-8cff, u+8d01, u+8d03-8d04, u+8d07, u+8d09-8d0b, u+8d0d-8d10, u+8d12-8d14, u+8d16-8d17, u+8d1b-8d1d, u+8d65, u+8d67, u+8d69, u+8d6b-8d6e, u+8d71, u+8d73, u+8d76, u+8d7f, u+8d81-8d82, u+8d84, u+8d88, u+8d8d, u+8d90-8d91, u+8d95, u+8d99, u+8d9e-8da0, u+8da6, u+8da8, u+8dab-8dac, u+8daf, u+8db2, u+8db5, u+8db7, u+8db9-8dbc, u+8dbe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-77.ByHUprk6.woff2) format("woff2");
    unicode-range: u+8973-8975, u+8977, u+897a-897e, u+8980, u+8983, u+8988-898a, u+898d, u+8990, u+8993-8995, u+8998, u+899b-899c, u+899f-89a1, u+89a5-89a6, u+89a9, u+89ac, u+89af-89b0, u+89b2, u+89b4-89b7, u+89ba, u+89bc-89bd, u+89bf-89c1, u+89d4-89d8, u+89da, u+89dc-89dd, u+89e5, u+89e7, u+89e9, u+89eb, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89f8-89f9, u+89fd, u+89ff, u+8a01, u+8a04-8a05, u+8a07, u+8a0c, u+8a0f-8a12, u+8a14-8a16, u+8a1b, u+8a1d-8a1e, u+8a20-8a22, u+8a24-8a26, u+8a2b-8a2c, u+8a2f, u+8a35-8a37, u+8a3b, u+8a3d-8a3e, u+8a40-8a41, u+8a43, u+8a45-8a49, u+8a4d-8a4e, u+8a51-8a54, u+8a56-8a58, u+8a5b-8a5d, u+8a61-8a62, u+8a65, u+8a67, u+8a6c-8a6d, u+8a75-8a77, u+8a79-8a7c, u+8a7e-8a80, u+8a82-8a86, u+8a8b, u+8a8f-8a92, u+8a96-8a97, u+8a99-8a9a, u+8a9f, u+8aa1, u+8aa3, u+8aa5-8aaa, u+8aae-8aaf, u+8ab3, u+8ab6-8ab7, u+8abb-8abc, u+8abe, u+8ac2-8ac4, u+8ac6, u+8ac8-8aca, u+8acc-8acd, u+8ad0-8ad1, u+8ad3-8ad5, u+8ad7, u+8ada-8ae2, u+8ae4, u+8ae7, u+8aeb-8aec, u+8aee, u+8af0-8af1, u+8af3-8af7, u+8afa, u+8afc, u+8aff, u+8b01-8b02, u+8b04-8b07, u+8b0a-8b0d, u+8b0f-8b11, u+8b14, u+8b16, u+8b1a, u+8b1c, u+8b1e-8b20, u+8b26, u+8b28, u+8b2b-8b2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-78.BnVZleiC.woff2) format("woff2");
    unicode-range: u+87e2-87e6, u+87ea-87ed, u+87ef, u+87f1, u+87f3, u+87f5-87f8, u+87fa-87fb, u+87fe-87ff, u+8801, u+8803, u+8805-8807, u+8809-880b, u+880d-8816, u+8818-881c, u+881e-881f, u+8821-8822, u+8827-8828, u+882d-882e, u+8830-8832, u+8835-8836, u+8839-883c, u+8841-8845, u+8848-884b, u+884d-884e, u+8851-8852, u+8855-8856, u+8858-885a, u+885c, u+885e-8860, u+8862, u+8864, u+8869, u+886b, u+886e-886f, u+8871-8872, u+8875, u+8877, u+8879, u+887b, u+887d-887e, u+8880-8882, u+8888, u+888d, u+8892, u+8897-889c, u+889e-88a0, u+88a2, u+88a4, u+88a8, u+88aa, u+88ae, u+88b0-88b1, u+88b5, u+88b7, u+88ba, u+88bc-88c0, u+88c3-88c4, u+88c6, u+88ca-88ce, u+88d1-88d4, u+88d8-88d9, u+88db, u+88dd-88e1, u+88e7-88e8, u+88ef-88f2, u+88f4-88f5, u+88f7, u+88f9, u+88fc, u+8901-8902, u+8904, u+8906, u+890a, u+890c-890f, u+8913, u+8915-8916, u+8918-891a, u+891c-891e, u+8920, u+8925-8928, u+892a-892b, u+8930-8932, u+8935-893b, u+893e, u+8940-8946, u+8949, u+894c-894d, u+894f, u+8952, u+8956-8957, u+895a-895c, u+895e, u+8960-8964, u+8966, u+896a-896b, u+896d-8970
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-79.CDpMH8Uy.woff2) format("woff2");
    unicode-range: u+8655-8659, u+865b, u+865d-8664, u+8667, u+8669, u+866c, u+866f, u+8671, u+8675-8677, u+867a-867b, u+867d, u+8687-8689, u+868b-868d, u+8691, u+8693, u+8695-8696, u+8698, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a6-86ab, u+86ad, u+86af-86b1, u+86b3-86b9, u+86bf-86c1, u+86c3-86c6, u+86c9, u+86cb, u+86ce, u+86d1-86d2, u+86d4-86d5, u+86d7, u+86da, u+86dc, u+86de-86e0, u+86e3-86e7, u+86e9, u+86ec-86ed, u+86ef, u+86f8-86fe, u+8700, u+8703-870b, u+870d-8714, u+8719-871a, u+871e-871f, u+8721-8723, u+8725, u+8728-8729, u+872e-872f, u+8731-8732, u+8734, u+8737, u+8739-8740, u+8743, u+8745, u+8749, u+874b-874e, u+8751, u+8753, u+8755, u+8757-8759, u+875d, u+875f-8761, u+8763-8766, u+8768, u+876a, u+876e-876f, u+8771-8772, u+8774, u+8778, u+877b-877c, u+877f, u+8782-8789, u+878b-878c, u+878e, u+8790, u+8793, u+8795, u+8797-8799, u+879e-87a0, u+87a2-87a3, u+87a7, u+87ab-87af, u+87b1, u+87b3, u+87b5, u+87bb, u+87bd-87c1, u+87c4, u+87c6-87cb, u+87ce, u+87d0, u+87d2, u+87d5-87d6, u+87d9-87da, u+87dc, u+87df-87e0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-80.B2librmO.woff2) format("woff2");
    unicode-range: u+84b4, u+84b9-84bb, u+84bd-84c2, u+84c6-84ca, u+84cc-84d1, u+84d3, u+84d6, u+84d9-84da, u+84dc, u+84e7, u+84ea, u+84ec, u+84ef-84f2, u+84f4, u+84f7, u+84fa-84fd, u+84ff-8500, u+8502-8503, u+8506-8507, u+850c, u+850e, u+8510, u+8514-8515, u+8517-8518, u+851a-851c, u+851e-851f, u+8521-8525, u+8527, u+852a-852c, u+852f, u+8532-8534, u+8536, u+853e-8541, u+8543, u+8546, u+8548, u+854a-854b, u+854f-8553, u+8555-855a, u+855c-8564, u+8569-856b, u+856d, u+856f, u+8577, u+8579-857b, u+857d-8581, u+8585-8586, u+8588-858c, u+858f-8591, u+8593, u+8597-8598, u+859b-859d, u+859f-85a0, u+85a2, u+85a4-85a5, u+85a7-85a8, u+85ad-85b0, u+85b4, u+85b6-85ba, u+85bc-85bf, u+85c1-85c2, u+85c7, u+85c9-85cb, u+85ce-85d0, u+85d5, u+85d8-85da, u+85dc, u+85df-85e1, u+85e5-85e6, u+85e8, u+85ed, u+85f3-85f4, u+85f6-85f7, u+85f9-85fa, u+85fc, u+85fe-8600, u+8602, u+8604-8606, u+860a-860b, u+860d-860e, u+8610-8613, u+8616-861b, u+861e, u+8621-8622, u+8624, u+8627, u+8629, u+862f-8630, u+8636, u+8638-863a, u+863c-863d, u+863f-8642, u+8646, u+864d, u+8652-8654
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-81.DyD78Qc8.woff2) format("woff2");
    unicode-range: u+82e8, u+82ea, u+82ed, u+82ef, u+82f3-82f4, u+82f6-82f7, u+82f9, u+82fb, u+82fd-82fe, u+8300-8301, u+8303, u+8306-8308, u+830a-830c, u+8316-8318, u+831b, u+831d-831f, u+8321-8323, u+832b-8335, u+8337, u+833a, u+833c-833d, u+8340, u+8342-8347, u+834a, u+834d-8351, u+8353-8357, u+835a, u+8362-8363, u+8370, u+8373, u+8375, u+8378, u+837c-837d, u+837f-8380, u+8382, u+8384-8387, u+838a, u+838d-838e, u+8392-8396, u+8398-83a0, u+83a2, u+83a6-83ad, u+83b1, u+83b5, u+83bd-83c1, u+83c7, u+83c9, u+83ce-83d1, u+83d4, u+83d6, u+83d8, u+83dd, u+83df-83e1, u+83e5, u+83e8, u+83ea-83eb, u+83f0, u+83f2, u+83f4, u+83f6-83f9, u+83fb-83fd, u+8401, u+8403-8404, u+8406-8407, u+840a-840b, u+840d, u+840f, u+8411, u+8413, u+8415, u+8417, u+8419, u+8420, u+8422, u+842a, u+842f, u+8431, u+8435, u+8438-8439, u+843c, u+8445-8448, u+844a, u+844d-844f, u+8451-8452, u+8456, u+8458-845a, u+845c, u+845f-8462, u+8464-8467, u+8469-846b, u+846d-8470, u+8473-8474, u+8476-847a, u+847c-847d, u+8481-8482, u+8484-8485, u+848b, u+8490, u+8492-8493, u+8495, u+8497, u+849c, u+849e-849f, u+84a1, u+84a6, u+84a8-84aa, u+84ad, u+84af, u+84b1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-82.DJPfqOjz.woff2) format("woff2");
    unicode-range: u+814a, u+814c, u+8151-8153, u+8157, u+815f-8161, u+8165-8169, u+816d-816f, u+8171, u+8173-8174, u+8177, u+8180-8186, u+8188, u+818a-818b, u+818e, u+8190, u+8193, u+8195-8196, u+8198, u+819b, u+819e, u+81a0, u+81a2, u+81a4, u+81a9, u+81ae, u+81b0, u+81b2, u+81b4-81b5, u+81b8, u+81ba-81bb, u+81bd-81be, u+81c0-81c3, u+81c5-81c6, u+81c8-81cb, u+81cd-81cf, u+81d1, u+81d5-81db, u+81dd-81e1, u+81e4-81e5, u+81e7, u+81eb-81ec, u+81ef-81f2, u+81f5-81f6, u+81f8-81fb, u+81fd-8205, u+8209-820b, u+820d, u+820f, u+8212-8214, u+8216, u+8219-821d, u+8221-8222, u+8228-8229, u+822b, u+822e, u+8232-8235, u+8237-8238, u+823a, u+823c, u+8240, u+8243-8246, u+8249, u+824b, u+824e-824f, u+8251, u+8256-825a, u+825c-825d, u+825f-8260, u+8262-8264, u+8267-8268, u+826a-826b, u+826d-826e, u+8271, u+8274, u+8277, u+8279, u+827b, u+827d-8281, u+8283-8284, u+8287, u+8289-828a, u+828d-828e, u+8291-8294, u+8296, u+8298-829b, u+829f-82a1, u+82a3-82a4, u+82a7-82ac, u+82ae, u+82b0, u+82b2, u+82b4, u+82b7, u+82ba-82bc, u+82be-82bf, u+82c5-82c6, u+82d0, u+82d2-82d3, u+82d5, u+82d9-82da, u+82dc, u+82de-82e4, u+82e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-83.DfTor7-W.woff2) format("woff2");
    unicode-range: u+7f77-7f79, u+7f7d-7f80, u+7f82-7f83, u+7f86-7f88, u+7f8b-7f8d, u+7f8f-7f91, u+7f94, u+7f96-7f97, u+7f9a, u+7f9c-7f9d, u+7fa1-7fa3, u+7fa6, u+7faa, u+7fad-7faf, u+7fb2, u+7fb4, u+7fb6, u+7fb8-7fb9, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fc5-7fc6, u+7fc8, u+7fca, u+7fce-7fcf, u+7fd5, u+7fdb, u+7fdf, u+7fe1, u+7fe3, u+7fe5-7fe6, u+7fe8-7fe9, u+7feb-7fec, u+7fee-7ff0, u+7ff2-7ff3, u+7ff9-7ffa, u+7ffd-7fff, u+8002, u+8004, u+8006-8008, u+800a-800f, u+8011-8014, u+8016, u+8018-8019, u+801c-8021, u+8024, u+8026, u+8028, u+802c, u+802e, u+8030, u+8034-8035, u+8037, u+8039-8040, u+8043-8044, u+8046, u+804a, u+8052, u+8058, u+805a, u+805f-8060, u+8062, u+8064, u+8066, u+8068, u+806d, u+806f-8073, u+8075-8076, u+8079, u+807b, u+807d-8081, u+8084-8088, u+808b, u+808e, u+8093, u+8099-809a, u+809c, u+809e, u+80a4, u+80a6-80a7, u+80ab-80ad, u+80b1, u+80b8-80b9, u+80c4-80c5, u+80c8, u+80ca, u+80cd, u+80cf, u+80d2, u+80d4-80db, u+80dd, u+80e0, u+80e4-80e6, u+80ed-80f3, u+80f5-80f7, u+80f9-80fc, u+80fe, u+8101, u+8103, u+8109, u+810b, u+810d, u+8116-8118, u+811b-811c, u+811e, u+8120, u+8123-8124, u+8127, u+8129, u+812b-812c, u+812f-8130, u+8135, u+8139-813a, u+813c-813e, u+8141, u+8145-8147
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-84.cf1UE2HF.woff2) format("woff2");
    unicode-range: u+7d57, u+7d59-7d5d, u+7d63, u+7d65, u+7d67, u+7d6a, u+7d6e, u+7d70, u+7d72-7d73, u+7d78, u+7d7a-7d7b, u+7d7d, u+7d7f, u+7d81-7d83, u+7d85-7d86, u+7d88-7d89, u+7d8b-7d8d, u+7d8f, u+7d91, u+7d93, u+7d96-7d97, u+7d9b-7da0, u+7da2-7da3, u+7da6-7da7, u+7daa-7dac, u+7dae-7db0, u+7db3, u+7db5-7db9, u+7dbd, u+7dc0, u+7dc2-7dc7, u+7dcc-7dce, u+7dd0, u+7dd5-7dd9, u+7ddc-7dde, u+7de1-7de6, u+7dea-7ded, u+7df1-7df2, u+7df5-7df6, u+7df9-7dfa, u+7e00, u+7e05, u+7e08-7e0b, u+7e10-7e12, u+7e15, u+7e17, u+7e1c-7e1d, u+7e1f-7e23, u+7e27-7e28, u+7e2c-7e2d, u+7e2f, u+7e31-7e33, u+7e35-7e37, u+7e39-7e3b, u+7e3d, u+7e3f, u+7e43-7e48, u+7e4e, u+7e50, u+7e52, u+7e56, u+7e58-7e5a, u+7e5d-7e5f, u+7e61-7e62, u+7e65-7e67, u+7e69-7e6b, u+7e6d-7e6f, u+7e73, u+7e75, u+7e78-7e79, u+7e7b-7e7f, u+7e81-7e83, u+7e86-7e8a, u+7e8c-7e8e, u+7e90-7e96, u+7e98, u+7e9a-7e9f, u+7f38, u+7f3a-7f3f, u+7f43-7f45, u+7f47, u+7f4c-7f50, u+7f52-7f55, u+7f58, u+7f5b-7f5d, u+7f5f, u+7f61, u+7f63-7f69, u+7f6b, u+7f6d, u+7f71
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-85.yZHa4UTh.woff2) format("woff2");
    unicode-range: u+7bc8, u+7bca-7bcc, u+7bcf, u+7bd4, u+7bd6-7bd7, u+7bd9-7bdb, u+7bdd, u+7be5-7be6, u+7be8-7bea, u+7bf0, u+7bf2-7bfa, u+7bfc, u+7bfe, u+7c00-7c04, u+7c06-7c07, u+7c09, u+7c0b-7c0f, u+7c11-7c14, u+7c17, u+7c19, u+7c1b, u+7c1e-7c20, u+7c23, u+7c25-7c28, u+7c2a-7c2c, u+7c2f, u+7c31, u+7c33-7c34, u+7c36-7c3a, u+7c3d-7c3e, u+7c40, u+7c42-7c43, u+7c45-7c46, u+7c4a, u+7c4c, u+7c4f-7c5f, u+7c61, u+7c63-7c65, u+7c67, u+7c69, u+7c6c-7c70, u+7c72, u+7c75, u+7c79, u+7c7b-7c7e, u+7c81-7c83, u+7c86-7c87, u+7c8d, u+7c8f-7c90, u+7c94, u+7c9e, u+7ca0-7ca2, u+7ca4-7ca6, u+7ca8, u+7cab, u+7cad-7cae, u+7cb0-7cb3, u+7cb6-7cb7, u+7cb9-7cbd, u+7cbf-7cc0, u+7cc2, u+7cc4-7cc5, u+7cc7-7cca, u+7ccd-7ccf, u+7cd2-7cd5, u+7cd7-7cda, u+7cdc-7cdd, u+7cdf-7ce0, u+7ce2, u+7ce6, u+7ce9, u+7ceb, u+7cef, u+7cf2, u+7cf4-7cf6, u+7cf9-7cfa, u+7cfe, u+7d02-7d03, u+7d06-7d0a, u+7d0f, u+7d11-7d13, u+7d15-7d16, u+7d1c-7d1e, u+7d23, u+7d26, u+7d2a, u+7d2c-7d2e, u+7d31-7d32, u+7d35, u+7d3c-7d41, u+7d43, u+7d45, u+7d47-7d48, u+7d4b, u+7d4d-7d4f, u+7d51, u+7d53, u+7d55-7d56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-86.DLuEM54N.woff2) format("woff2");
    unicode-range: u+7a17-7a19, u+7a1b, u+7a1e-7a21, u+7a27, u+7a2b, u+7a2d, u+7a2f-7a31, u+7a34-7a35, u+7a37-7a3b, u+7a3e, u+7a43-7a49, u+7a4c, u+7a4e, u+7a50, u+7a55-7a57, u+7a59, u+7a5c-7a5d, u+7a5f-7a63, u+7a65, u+7a67, u+7a69-7a6a, u+7a6d, u+7a70, u+7a75, u+7a78-7a79, u+7a7d-7a7e, u+7a80, u+7a82, u+7a84-7a86, u+7a88, u+7a8a-7a8b, u+7a90-7a91, u+7a94-7a98, u+7a9e, u+7aa0, u+7aa3, u+7aa9, u+7aac, u+7ab0, u+7ab3, u+7ab5-7ab6, u+7ab9-7abf, u+7ac3, u+7ac5-7aca, u+7acc-7acf, u+7ad1-7ad3, u+7ad5, u+7ada-7adb, u+7add, u+7adf, u+7ae1-7ae2, u+7ae6-7aed, u+7af0-7af1, u+7af4, u+7af8, u+7afa-7afb, u+7afd-7afe, u+7b02, u+7b04, u+7b06-7b08, u+7b0a-7b0b, u+7b0f, u+7b12, u+7b14, u+7b18-7b19, u+7b1e-7b1f, u+7b23, u+7b25, u+7b27-7b2b, u+7b2d-7b31, u+7b33-7b36, u+7b3b, u+7b3d, u+7b3f-7b41, u+7b45, u+7b47, u+7b4c-7b50, u+7b53, u+7b55, u+7b5d, u+7b60, u+7b64-7b66, u+7b69-7b6a, u+7b6c-7b75, u+7b77, u+7b79-7b7a, u+7b7f, u+7b84, u+7b86, u+7b89, u+7b8d-7b92, u+7b96, u+7b98-7ba0, u+7ba5, u+7bac-7bad, u+7baf-7bb0, u+7bb2, u+7bb4-7bb6, u+7bba-7bbd, u+7bc1-7bc2, u+7bc5-7bc6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-87.CnoZEOIe.woff2) format("woff2");
    unicode-range: u+7851-7852, u+785c, u+785e, u+7860-7861, u+7863-7864, u+7868, u+786a, u+786e-786f, u+7872, u+7874, u+787a, u+787c, u+787e, u+7886-7887, u+788a, u+788c-788f, u+7893-7895, u+7898, u+789a, u+789d-789f, u+78a1, u+78a3-78a4, u+78a8-78aa, u+78ac-78ad, u+78af-78b3, u+78b5, u+78bb-78bf, u+78c5-78cc, u+78ce, u+78d1-78d6, u+78da-78db, u+78df-78e1, u+78e4, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78f6-78f7, u+78f9-78fb, u+78fd-7901, u+7906-7907, u+790c, u+7910-7912, u+7919-791c, u+791e-7920, u+7925-792e, u+7930-7931, u+7934-7935, u+793b, u+793d, u+793f, u+7941-7942, u+7944-7946, u+794a-794b, u+794f, u+7951, u+7954-7955, u+7957-7958, u+795a-795c, u+795f-7960, u+7962, u+7967, u+7969, u+796b, u+7972, u+7977, u+7979-797c, u+797e-7980, u+798a-798e, u+7991, u+7993-7996, u+7998, u+799b-799d, u+79a1, u+79a6-79ab, u+79ae-79b1, u+79b3-79b4, u+79b8-79bb, u+79bd-79be, u+79c2, u+79c4, u+79c7-79ca, u+79cc-79cd, u+79cf, u+79d4-79d6, u+79da, u+79dd-79e3, u+79e5, u+79e7, u+79ea-79ed, u+79f1, u+79f8, u+79fc, u+7a02-7a03, u+7a05, u+7a07-7a0a, u+7a0c-7a0d, u+7a11, u+7a15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-88.Cm_LDn2I.woff2) format("woff2");
    unicode-range: u+768c-768e, u+7690, u+7693, u+7695-7696, u+7699-76a8, u+76aa, u+76ad, u+76af-76b0, u+76b4, u+76b6-76ba, u+76bd, u+76c1-76c3, u+76c5, u+76c8-76c9, u+76cb-76ce, u+76d2, u+76d4, u+76d6, u+76d9, u+76dc, u+76de, u+76e0-76e1, u+76e5-76e8, u+76ea-76ec, u+76f0-76f1, u+76f6, u+76f9, u+76fb-76fc, u+7700, u+7704, u+7706-7708, u+770a, u+770e, u+7712, u+7714-7715, u+7717, u+7719-771c, u+7722, u+7724-7726, u+7728, u+772d-772f, u+7734-7739, u+773d-773e, u+7742, u+7745-7747, u+774a, u+774d-774f, u+7752, u+7756-7758, u+775a-775c, u+775e-7760, u+7762, u+7764-7765, u+7767, u+776a-776c, u+7770, u+7772-7774, u+7779-777a, u+777c-7780, u+7784, u+778b-778e, u+7794-7796, u+779a, u+779e-77a0, u+77a2, u+77a4-77a5, u+77a7, u+77a9-77aa, u+77ae-77b1, u+77b5-77b7, u+77b9, u+77bb-77bf, u+77c3, u+77c7, u+77c9, u+77cd, u+77d1-77d2, u+77d5, u+77d7, u+77d9-77da, u+77dc, u+77de-77e0, u+77e3-77e4, u+77e6-77e7, u+77e9-77ea, u+77ec, u+77ee, u+77f0-77f1, u+77f4, u+77f8, u+77fb-77fc, u+7805-7806, u+7809, u+780c-780e, u+7811-7812, u+7819, u+781d, u+7820-7823, u+7826-7827, u+782c-782e, u+7830, u+7835, u+7837, u+783a, u+783f, u+7843-7845, u+7847-7848, u+784c, u+784e-784f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-89.DFM9eBlp.woff2) format("woff2");
    unicode-range: u+7511-7513, u+7515-7517, u+751c, u+751e, u+7520-7522, u+7524, u+7526-7527, u+7529-752c, u+752f, u+7536, u+7538-7539, u+753c-7540, u+7543-7544, u+7546-754b, u+754d-7550, u+7552, u+7557, u+755a-755b, u+755d-755f, u+7561-7562, u+7564, u+7566-7567, u+7569, u+756b-756d, u+756f, u+7571-7572, u+7574-757e, u+7581-7582, u+7585-7587, u+7589-758c, u+758f-7590, u+7592-7595, u+7599-759a, u+759c-759d, u+75a2-75a5, u+75b0-75b1, u+75b3-75b5, u+75b7-75b8, u+75ba, u+75bd, u+75bf-75c4, u+75c6, u+75ca, u+75cc-75cf, u+75d3-75d4, u+75d7-75d8, u+75dc-75e1, u+75e3-75e4, u+75e7, u+75ec, u+75ee-75f3, u+75f9, u+75fc, u+75fe-7604, u+7607-760c, u+760f, u+7612-7613, u+7615-7616, u+7618-7619, u+761b-7629, u+762d, u+7630, u+7632-7635, u+7638-763c, u+7640-7641, u+7643-764b, u+764e, u+7655, u+7658-7659, u+765c, u+765f, u+7661-7662, u+7664-7665, u+7667-766a, u+766c-7672, u+7674, u+7676, u+7678, u+7680-7683, u+7685, u+7688, u+768b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-90.BKWdwjTI.woff2) format("woff2");
    unicode-range: u+736c, u+736e-7371, u+7375, u+7377-737c, u+7380-7381, u+7383, u+7385-7386, u+738a, u+738e, u+7390, u+7393-7398, u+739c, u+739e-73a0, u+73a2, u+73a5-73a6, u+73a8, u+73aa-73ab, u+73ad, u+73b3, u+73b5, u+73b7, u+73b9-73bd, u+73bf, u+73c5-73c6, u+73c9-73cc, u+73ce-73cf, u+73d2-73d3, u+73d6, u+73d9, u+73dd-73de, u+73e1, u+73e3-73e7, u+73e9-73ea, u+73ee, u+73f1, u+73f4-73f5, u+73f7-73fb, u+73fd, u+73ff-7401, u+7404-7405, u+7407, u+740a, u+7411, u+7413, u+741a-741b, u+7421, u+7424, u+7426, u+7428-7431, u+7433, u+7439-743a, u+743f-7441, u+7443-7444, u+7446-7447, u+744b, u+744d, u+7451-7453, u+7455, u+7457, u+7459-745a, u+745c-745d, u+745f, u+7462-7464, u+7466-746b, u+746d-7473, u+7476, u+747e, u+7480-7481, u+7485-7489, u+748b, u+748f-7492, u+7497-749a, u+749c, u+749e-74a3, u+74a5-74a6, u+74a8-74ab, u+74ae-74af, u+74b1-74b2, u+74b5, u+74b9-74bb, u+74bd, u+74bf, u+74c8-74ca, u+74cc, u+74cf-74d0, u+74d3-74d4, u+74d6, u+74d8, u+74da-74db, u+74de-74e0, u+74e3-74e4, u+74e7-74eb, u+74ee-74f2, u+74f4, u+74f7-74f8, u+74fa-74fc, u+74ff, u+7501, u+7503-7506, u+750c-750e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-91.CGx0gSHx.woff2) format("woff2");
    unicode-range: u+7166, u+7168, u+716c, u+7179, u+7180, u+7184-7185, u+7187-7188, u+718c, u+718f, u+7192, u+7194-7196, u+7199-719b, u+71a0, u+71a2, u+71a8, u+71ac, u+71ae-71b0, u+71b2-71b3, u+71b9-71ba, u+71be-71c1, u+71c4, u+71c9, u+71cb-71cc, u+71ce, u+71d0, u+71d2-71d4, u+71d6-71d7, u+71d9-71da, u+71dc, u+71df-71e0, u+71e6-71e7, u+71ec-71ee, u+71f4-71f5, u+71f8-71f9, u+71fc, u+71fe-7200, u+7207-7209, u+720d, u+7210, u+7213, u+7215, u+7217, u+721a, u+721d, u+721f, u+7224, u+7228, u+722b, u+722d, u+722f-7230, u+7232, u+7234, u+7238-7239, u+723b-723c, u+723e-7243, u+7245-7246, u+724b, u+724e-7250, u+7252-7253, u+7255-7258, u+725a, u+725c, u+725e, u+7260, u+7263, u+7268, u+726b, u+726e-726f, u+7271, u+7274, u+7277-7278, u+727b-727c, u+727e-7282, u+7284, u+7287, u+7289, u+728d-728e, u+7292-7293, u+7296, u+729b, u+72a2, u+72a7-72a8, u+72ad-72ae, u+72b0-72b2, u+72b4, u+72b9, u+72be, u+72c0-72c1, u+72c3-72c4, u+72c6-72c7, u+72c9, u+72cc, u+72ce, u+72d2, u+72d5-72d6, u+72d8, u+72df-72e2, u+72e5, u+72f3-72f4, u+72f7, u+72f9-72fb, u+72fd-72fe, u+7302, u+7304-7305, u+7307, u+730a-730b, u+730d, u+7312-7313, u+7316-7319, u+731c-731e, u+7322, u+7324, u+7327-7329, u+732c, u+732f, u+7331-7337, u+7339-733b, u+733d-733e, u+7343, u+734d-7350, u+7352, u+7356-7358, u+735d-7360, u+7366-736b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-92.B-26crnv.woff2) format("woff2");
    unicode-range: u+6f58-6f5b, u+6f5d-6f5e, u+6f60-6f62, u+6f66, u+6f68, u+6f6c-6f6d, u+6f6f, u+6f74, u+6f78, u+6f7a, u+6f7c-6f7e, u+6f80, u+6f82-6f83, u+6f86-6f88, u+6f8b-6f8e, u+6f90-6f94, u+6f96-6f98, u+6f9a, u+6f9d, u+6f9f-6fa1, u+6fa3, u+6fa5-6fa8, u+6fae-6fb1, u+6fb3, u+6fb5-6fb7, u+6fb9, u+6fbc, u+6fbe, u+6fc2, u+6fc5-6fca, u+6fd4-6fd5, u+6fd8, u+6fda-6fdb, u+6fde-6fe0, u+6fe4, u+6fe8-6fe9, u+6feb-6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ff9-6ffa, u+6ffc-6ffe, u+7000-7001, u+7005-7007, u+7009-700b, u+700d, u+700f, u+7011, u+7015, u+7017-7018, u+701a-701b, u+701d-7020, u+7023, u+7026, u+7028, u+702f-7030, u+7032, u+7034, u+7037, u+7039-703a, u+703c, u+703e, u+7043-7044, u+7047-704c, u+704e, u+7051, u+7054-7055, u+705d-705e, u+7064-7065, u+7069, u+706c, u+706e, u+7075-7076, u+707e, u+7081, u+7085-7086, u+7094-7098, u+709b, u+709f, u+70a4, u+70ab-70ac, u+70ae-70b1, u+70b3-70b4, u+70b7, u+70bb, u+70ca-70cb, u+70d1, u+70d3-70d6, u+70d8-70d9, u+70dc-70dd, u+70df, u+70e4, u+70ec, u+70f1, u+70fa, u+70fd, u+7103-7108, u+710b-710c, u+710f, u+7114, u+7119, u+711c, u+711e, u+7120, u+712b, u+712d-7131, u+7138, u+7141, u+7145-7147, u+7149-714b, u+7150-7153, u+7155-7157, u+715a, u+715c, u+715e, u+7160, u+7162, u+7164-7165
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-93.HBlF4KZ8.woff2) format("woff2");
    unicode-range: u+6d7c, u+6d80-6d82, u+6d85, u+6d87, u+6d89-6d8a, u+6d8c-6d8e, u+6d91-6d98, u+6d9c, u+6daa-6dac, u+6dae, u+6db4-6db5, u+6db7-6db9, u+6dbd, u+6dbf, u+6dc2, u+6dc4-6dc8, u+6dca, u+6dcc, u+6dce-6dd0, u+6dd2, u+6dd5-6dd6, u+6dd8-6ddb, u+6ddd-6de0, u+6de2, u+6de4-6de6, u+6de8-6dea, u+6dec, u+6dee-6df0, u+6df2, u+6df4, u+6df6, u+6df8-6dfa, u+6dfc, u+6e00, u+6e04, u+6e0a, u+6e17, u+6e19, u+6e1d-6e20, u+6e22-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e32, u+6e34, u+6e36, u+6e38-6e3c, u+6e42-6e45, u+6e48-6e49, u+6e4b-6e4f, u+6e51-6e54, u+6e57, u+6e5b-6e5f, u+6e62-6e63, u+6e68, u+6e6b, u+6e6e, u+6e72-6e73, u+6e76, u+6e7b, u+6e7d, u+6e82, u+6e89, u+6e8c-6e8d, u+6e8f, u+6e93, u+6e98-6e99, u+6e9f-6ea0, u+6ea5, u+6ea7, u+6eaa-6eab, u+6ead-6eaf, u+6eb1-6eb4, u+6eb7, u+6ebb-6ebd, u+6ebf-6ec4, u+6ec7-6eca, u+6ecc-6ecf, u+6ed3-6ed5, u+6ed9-6edb, u+6ee6, u+6eeb-6eef, u+6ef7-6ef9, u+6efb, u+6efd-6eff, u+6f04, u+6f08-6f0a, u+6f0c-6f0d, u+6f10-6f11, u+6f13, u+6f15-6f16, u+6f18, u+6f1a-6f1b, u+6f25-6f26, u+6f29-6f2a, u+6f2d, u+6f2f-6f33, u+6f35-6f36, u+6f38, u+6f3b-6f3c, u+6f3e-6f3f, u+6f41, u+6f45, u+6f4f, u+6f51-6f53, u+6f57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-94.BkPkbHVm.woff2) format("woff2");
    unicode-range: u+6b85, u+6b89, u+6b8d, u+6b95, u+6b97-6b98, u+6b9b, u+6b9e-6ba0, u+6ba2-6ba4, u+6ba8-6bb3, u+6bb7-6bb9, u+6bbc-6bbe, u+6bc0, u+6bc3-6bc4, u+6bc6-6bc9, u+6bcb-6bcc, u+6bcf, u+6bd3, u+6bd6-6bd8, u+6bda, u+6bdf, u+6be1, u+6be3, u+6be6-6be7, u+6beb-6bec, u+6bee, u+6bf1, u+6bf3, u+6bf7, u+6bf9, u+6bff, u+6c02, u+6c04-6c05, u+6c08-6c0a, u+6c0d-6c0e, u+6c10, u+6c12-6c14, u+6c19, u+6c1b, u+6c1f, u+6c24, u+6c26-6c28, u+6c2c, u+6c2e, u+6c33, u+6c35-6c36, u+6c3a-6c3b, u+6c3e-6c40, u+6c4a-6c4b, u+6c4d, u+6c4f, u+6c52, u+6c54-6c55, u+6c59, u+6c5b-6c5e, u+6c62, u+6c67-6c68, u+6c6a-6c6b, u+6c6d, u+6c6f, u+6c73-6c74, u+6c76, u+6c78-6c79, u+6c7b, u+6c7e, u+6c81-6c87, u+6c89, u+6c8c-6c8d, u+6c90, u+6c92-6c95, u+6c97-6c98, u+6c9a-6c9c, u+6c9f, u+6caa-6cae, u+6cb0-6cb2, u+6cb4, u+6cba, u+6cbd-6cbe, u+6cc2, u+6cc5-6cc6, u+6ccd, u+6ccf-6cd4, u+6cd6-6cd7, u+6cd9-6cdd, u+6ce0, u+6ce7, u+6ce9-6cef, u+6cf1-6cf2, u+6cf4, u+6cfb, u+6d00-6d01, u+6d04, u+6d07, u+6d0a, u+6d0c, u+6d0e-6d0f, u+6d11, u+6d13, u+6d19-6d1a, u+6d1f, u+6d24, u+6d26-6d28, u+6d2b, u+6d2e-6d2f, u+6d31, u+6d33-6d36, u+6d38-6d39, u+6d3c-6d3d, u+6d3f, u+6d57-6d5b, u+6d5e-6d61, u+6d64-6d65, u+6d67, u+6d6c, u+6d6f-6d70, u+6d79
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-95.CQShppA0.woff2) format("woff2");
    unicode-range: u+69dd-69de, u+69e2-69e3, u+69e5, u+69e7-69eb, u+69ed-69ef, u+69f1-69f6, u+69f9, u+69fe-6a01, u+6a03, u+6a05, u+6a0a, u+6a0c, u+6a0f, u+6a11-6a15, u+6a17, u+6a1a-6a1b, u+6a1d-6a20, u+6a22-6a24, u+6a28, u+6a2e, u+6a30, u+6a32-6a38, u+6a3b, u+6a3e-6a3f, u+6a44-6a4a, u+6a4e, u+6a50-6a52, u+6a54-6a56, u+6a5b, u+6a61-6a62, u+6a64, u+6a66-6a67, u+6a6a-6a6b, u+6a71-6a73, u+6a78, u+6a7a, u+6a7e-6a7f, u+6a81, u+6a83-6a84, u+6a86-6a87, u+6a89, u+6a8b, u+6a8d, u+6a90-6a91, u+6a94, u+6a97, u+6a9b, u+6a9d-6aa3, u+6aa5, u+6aaa-6aac, u+6aae-6ab1, u+6ab3-6ab4, u+6ab8, u+6abb, u+6abd-6abf, u+6ac1-6ac3, u+6ac6, u+6ac8-6ac9, u+6acc, u+6ad0-6ad1, u+6ad3-6ad6, u+6ada-6adf, u+6ae2, u+6ae4, u+6ae7-6ae8, u+6aea, u+6aec, u+6af0-6af3, u+6af8, u+6afa, u+6afc-6afd, u+6b02-6b03, u+6b06-6b07, u+6b09-6b0b, u+6b0f-6b12, u+6b16-6b17, u+6b1b, u+6b1d-6b1f, u+6b23-6b24, u+6b28, u+6b2b-6b2c, u+6b2f, u+6b35-6b39, u+6b3b, u+6b3d, u+6b3f, u+6b43, u+6b46-6b47, u+6b49-6b4a, u+6b4d-6b4e, u+6b50, u+6b52, u+6b54, u+6b56, u+6b58-6b59, u+6b5b, u+6b5d, u+6b5f-6b61, u+6b65, u+6b67, u+6b6b-6b6c, u+6b6e, u+6b70, u+6b72, u+6b75, u+6b77-6b7a, u+6b7d-6b84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-96.qqSeGQHr.woff2) format("woff2");
    unicode-range: u+6855, u+6857-6859, u+685b, u+685d, u+685f, u+6863, u+6867, u+686b, u+686e-6872, u+6874-6875, u+6877, u+6879-687c, u+687e-687f, u+6882-6884, u+6886, u+6888, u+688d-6890, u+6894, u+6896, u+6898-689c, u+689f-68a3, u+68a5-68a7, u+68a9-68ab, u+68ad-68af, u+68b2-68b5, u+68b9-68bc, u+68c3, u+68c5-68c6, u+68c8-68ca, u+68cc-68cd, u+68cf-68d1, u+68d3-68d9, u+68dc-68dd, u+68e0-68e1, u+68e3-68e5, u+68e7-68e8, u+68ea-68ed, u+68ef-68f1, u+68f5-68f7, u+68f9, u+68fb-68fd, u+6900-6901, u+6903-6904, u+6906-690c, u+690f-6911, u+6913, u+6916-6917, u+6919-691b, u+6921-6923, u+6925-6926, u+6928, u+692a, u+6930-6931, u+6933-6936, u+6938-6939, u+693b, u+693d, u+6942, u+6945-6946, u+6949, u+694e, u+6954, u+6957, u+6959, u+695b-695e, u+6961-6966, u+6968-696c, u+696e-6974, u+6977-697b, u+697e-6981, u+6986, u+698d, u+6991-6992, u+6994-6996, u+6998, u+699c, u+69a0-69a1, u+69a5-69a8, u+69ab, u+69ad, u+69af-69b2, u+69b4, u+69b7-69b8, u+69ba-69bc, u+69be-69c1, u+69c3, u+69c5, u+69c7-69c8, u+69ca, u+69ce-69d1, u+69d3, u+69d6-69d7, u+69d9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-97.BSGZDOp8.woff2) format("woff2");
    unicode-range: u+667e-6680, u+6683-6684, u+6688, u+668b-668e, u+6690, u+6692, u+6698-669d, u+669f-66a0, u+66a2, u+66a4, u+66ad, u+66b1-66b3, u+66b5, u+66b8-66b9, u+66bb-66bc, u+66be-66c4, u+66c6, u+66c8-66c9, u+66cc, u+66ce-66cf, u+66d4, u+66da-66db, u+66dd, u+66df-66e0, u+66e6, u+66e8-66e9, u+66eb-66ec, u+66ee, u+66f5, u+66f7, u+66fa-66fc, u+6701, u+6705, u+6707, u+670c, u+670e-6710, u+6712-6716, u+6719, u+671c, u+671e, u+6720, u+6722, u+6725-6726, u+672e, u+6733, u+6735-6738, u+673e-673f, u+6741, u+6743, u+6745-6748, u+674c-674d, u+6753-6755, u+6759, u+675d-675e, u+6760, u+6762-6764, u+6766, u+676a, u+676c, u+676e, u+6770, u+6772-6774, u+6776-6777, u+677b-677c, u+6780-6781, u+6784-6785, u+6787, u+6789, u+678b-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679b, u+67a1, u+67a4, u+67a6, u+67a9, u+67b0-67b5, u+67b7-67b9, u+67bb-67be, u+67c0-67c3, u+67c5-67c6, u+67c8-67c9, u+67ce, u+67d2, u+67d7-67d9, u+67db-67de, u+67e1-67e2, u+67e4, u+67e6-67e7, u+67e9, u+67ec, u+67ee-67f0, u+67f2, u+67f6-67f7, u+67f9-67fa, u+67fc, u+67fe, u+6801-6802, u+6805, u+6810, u+6814, u+6818-6819, u+681d, u+681f, u+6822, u+6827-6829, u+682b-682d, u+682f-6834, u+683b, u+683e-6840, u+6844-6846, u+6849-684a, u+684c-684e, u+6852-6854
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-98.Dzbtn9jy.woff2) format("woff2");
    unicode-range: u+64d2, u+64d4-64d5, u+64d7-64d8, u+64da, u+64e0-64e1, u+64e3-64e5, u+64e7, u+64e9-64ea, u+64ed, u+64ef-64f2, u+64f4-64f7, u+64fa-64fb, u+64fd-6501, u+6504-6505, u+6508-650a, u+650f, u+6513-6514, u+6516, u+6518-6519, u+651b-651f, u+6522, u+6524, u+6526, u+6529-652c, u+652e, u+6531-6532, u+6534-6538, u+653a, u+653c-653d, u+6543-6544, u+6547-6549, u+654d-654e, u+6550, u+6552, u+6554-6556, u+6558, u+655d-6560, u+6567, u+656b, u+6572, u+6578, u+657a, u+657d, u+6581-6585, u+6588, u+658a, u+658c, u+6592, u+6595, u+6598, u+659b, u+659d, u+659f-65a1, u+65a3-65a6, u+65ab, u+65ae, u+65b2-65b5, u+65b7-65b8, u+65be-65bf, u+65c1-65c4, u+65c6, u+65c8-65c9, u+65cc, u+65ce, u+65d0, u+65d2, u+65d4, u+65d6, u+65d8-65d9, u+65db, u+65df-65e1, u+65e3, u+65f0-65f2, u+65f4-65f5, u+65f9, u+65fb-65fc, u+65fe-6600, u+6603-6604, u+6608-660a, u+660d, u+6611-6612, u+6615-6616, u+661c-661e, u+6621-6624, u+6626, u+6629-662c, u+662e, u+6630-6631, u+6633-6637, u+6639-663b, u+663f-6641, u+6644-6646, u+6648-664a, u+664c, u+664e-664f, u+6651, u+6657-6665, u+6667-6668, u+666a-666d, u+6670, u+6673, u+6675, u+6677-6679, u+667b-667c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-99.DMBiw5nQ.woff2) format("woff2");
    unicode-range: u+62cf, u+62d1, u+62d4-62d6, u+62da, u+62dc, u+62ea, u+62ee-62ef, u+62f1-62f2, u+62f4-62f5, u+62fc-62fd, u+62ff, u+6302-6304, u+6308-630d, u+6310, u+6313, u+6316, u+6318, u+631b, u+6327, u+6329-632a, u+632d, u+6332, u+6335-6336, u+6339-633c, u+633e, u+6341-6344, u+6346, u+634a-634e, u+6350, u+6352-6354, u+6358-6359, u+635b, u+6365-6366, u+6369, u+636b-636d, u+6371-6372, u+6374-6378, u+637a, u+637c-637d, u+637f-6380, u+6382, u+6384, u+6387, u+6389-638a, u+638e-6390, u+6394-6396, u+6399-639a, u+639e, u+63a0, u+63a3-63a4, u+63a6, u+63a9, u+63ab-63af, u+63b5, u+63bd-63be, u+63c0-63c1, u+63c4-63c6, u+63c8, u+63ce, u+63d1-63d6, u+63dc, u+63e0, u+63e3, u+63e5, u+63e9-63ed, u+63f2-63f3, u+63f5-63f9, u+6406, u+6409-640a, u+640f-6410, u+6412-6414, u+6416-6418, u+641e, u+6420, u+6422, u+6424-6426, u+6428-642a, u+642f-6430, u+6434-6436, u+643d, u+643f, u+644b, u+644e-644f, u+6451-6454, u+645a-645d, u+645f-6461, u+6463, u+6467, u+646d, u+6473-6474, u+6476, u+6478-6479, u+647b, u+647d, u+6485, u+6487-6488, u+648f-6491, u+6493, u+6495, u+6498-649b, u+649d-649f, u+64a1, u+64a3, u+64a6, u+64a8-64a9, u+64ac, u+64b3, u+64bb-64bf, u+64c2, u+64c4-64c5, u+64c7, u+64c9-64cc, u+64ce, u+64d0-64d1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-100.BN4anT7M.woff2) format("woff2");
    unicode-range: u+6117, u+6119, u+611c, u+611e, u+6120-6122, u+6127-6128, u+612a-612c, u+6130-6131, u+6134-6137, u+6139-613a, u+613c-613f, u+6141-6142, u+6144-6147, u+6149-614a, u+614d, u+6153, u+6158-615a, u+615d-6160, u+6164-6165, u+616b-616c, u+616f, u+6171-6175, u+6177-6178, u+617b-6181, u+6183-6184, u+6187, u+618a-618b, u+618d, u+6192-6194, u+6196-619a, u+619c-619d, u+619f-61a0, u+61a5, u+61a8, u+61aa-61ae, u+61b8-61ba, u+61bc, u+61be, u+61c0-61c3, u+61c6, u+61c8, u+61ca-61cf, u+61d5, u+61dc-61df, u+61e1-61e3, u+61e5-61e9, u+61ec-61ed, u+61ef, u+61f4-61f7, u+61fa, u+61fc-6201, u+6203-6204, u+6207-620a, u+620d-620e, u+6213-6215, u+621b-621e, u+6220-6223, u+6227, u+6229-622b, u+622e, u+6230-6233, u+6236, u+6239, u+623d-623e, u+6241-6244, u+6246, u+6248, u+624c, u+624e, u+6250-6252, u+6254, u+6256, u+6258, u+625a-625c, u+625e, u+6260-6261, u+6263-6264, u+6268, u+626d, u+626f, u+6273, u+627a-627e, u+6282-6283, u+6285, u+6289, u+628d-6290, u+6292-6294, u+6296, u+6299, u+629b, u+62a6, u+62a8, u+62ac, u+62b3, u+62b6-62b7, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4, u+62c6-62c8, u+62ca, u+62ce
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-101.BzOTof2B.woff2) format("woff2");
    unicode-range: u+5f6c-5f6d, u+5f6f, u+5f72-5f75, u+5f78, u+5f7a, u+5f7d-5f7f, u+5f82-5f83, u+5f87-5f89, u+5f8d, u+5f8f, u+5f91, u+5f96, u+5f99, u+5f9c-5f9d, u+5fa0, u+5fa2, u+5fa4, u+5fa7-5fa8, u+5fab-5fad, u+5faf-5fb1, u+5fb5, u+5fb7-5fb8, u+5fbc-5fbd, u+5fc4, u+5fc7-5fc9, u+5fcb, u+5fd0-5fd4, u+5fdd-5fde, u+5fe1-5fe2, u+5fe4, u+5fe8-5fea, u+5fec-5ff3, u+5ff6, u+5ff8, u+5ffa-5ffd, u+5fff, u+6007, u+600a, u+600d-6010, u+6013-6015, u+6017-601b, u+601f, u+6021-6022, u+6024, u+6026, u+6029, u+602b, u+602d, u+6031, u+6033, u+6035, u+603a, u+6040-6043, u+6046-604a, u+604c-604d, u+6051, u+6054-6057, u+6059-605a, u+605d, u+605f-6064, u+6067, u+606a-606c, u+6070-6071, u+6077, u+607e-607f, u+6081-6086, u+6088-608e, u+6091-6093, u+6095-6098, u+609a-609b, u+609d-609e, u+60a2, u+60a4-60a5, u+60a7-60a8, u+60b0-60b1, u+60b3-60b5, u+60b7-60b8, u+60bb, u+60bd-60be, u+60c2, u+60c4, u+60c6-60cb, u+60ce-60cf, u+60d3-60d5, u+60d8-60d9, u+60db, u+60dd-60df, u+60e1-60e2, u+60e5, u+60ee, u+60f0-60f2, u+60f4-60f8, u+60fa-60fd, u+6100, u+6102-6103, u+6106-6108, u+610a, u+610c-610e, u+6110-6114, u+6116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-102.CxlT_GnG.woff2) format("woff2");
    unicode-range: u+5d9b, u+5d9d, u+5d9f-5da0, u+5da2, u+5da4, u+5da7, u+5dab-5dac, u+5dae, u+5db0, u+5db2, u+5db4, u+5db7-5db9, u+5dbc-5dbd, u+5dc3, u+5dc7, u+5dc9, u+5dcb-5dce, u+5dd0-5dd3, u+5dd6-5dd9, u+5ddb, u+5de0, u+5de2, u+5de4, u+5de9, u+5df2, u+5df5, u+5df8-5df9, u+5dfd, u+5dff-5e00, u+5e07, u+5e0b, u+5e0d, u+5e11-5e12, u+5e14-5e15, u+5e18-5e1b, u+5e1f-5e20, u+5e25, u+5e28, u+5e2e, u+5e32, u+5e35-5e37, u+5e3e, u+5e40, u+5e43-5e44, u+5e47, u+5e49, u+5e4b, u+5e4e, u+5e50-5e51, u+5e54, u+5e56-5e58, u+5e5b-5e5c, u+5e5e-5e5f, u+5e62, u+5e64, u+5e68, u+5e6a-5e6e, u+5e70, u+5e75-5e77, u+5e7a, u+5e7f-5e80, u+5e87, u+5e8b, u+5e8e, u+5e96, u+5e99-5e9a, u+5ea0, u+5ea2, u+5ea4-5ea5, u+5ea8, u+5eaa, u+5eac, u+5eb1, u+5eb3, u+5eb8-5eb9, u+5ebd-5ebf, u+5ec1-5ec2, u+5ec6, u+5ec8, u+5ecb-5ecc, u+5ece-5ed6, u+5ed9-5ee2, u+5ee5, u+5ee8-5ee9, u+5eeb-5eec, u+5ef0-5ef1, u+5ef3-5ef4, u+5ef8-5ef9, u+5efc-5f00, u+5f02-5f03, u+5f06-5f09, u+5f0b-5f0e, u+5f11, u+5f16-5f17, u+5f19, u+5f1b-5f1e, u+5f21-5f24, u+5f27-5f29, u+5f2b-5f30, u+5f34, u+5f36, u+5f38, u+5f3a-5f3d, u+5f3f-5f41, u+5f44-5f45, u+5f47-5f48, u+5f4a, u+5f4c-5f4e, u+5f50-5f51, u+5f54, u+5f56-5f58, u+5f5b-5f5d, u+5f60, u+5f63-5f65, u+5f67, u+5f6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-103.BY0BLug0.woff2) format("woff2");
    unicode-range: u+5bbc, u+5bc0-5bc1, u+5bc3, u+5bc7, u+5bc9, u+5bcd-5bd0, u+5bd3-5bd4, u+5bd6-5bda, u+5bde, u+5be0-5be2, u+5be4-5be6, u+5be8, u+5beb-5bec, u+5bef-5bf1, u+5bf3-5bf6, u+5bfd, u+5c03, u+5c05, u+5c07-5c09, u+5c0c-5c0d, u+5c12-5c14, u+5c17, u+5c19, u+5c1e-5c20, u+5c22-5c24, u+5c26, u+5c28-5c2e, u+5c30, u+5c32, u+5c35-5c36, u+5c38-5c39, u+5c46, u+5c4d-5c50, u+5c53, u+5c59-5c5c, u+5c5f-5c63, u+5c67-5c69, u+5c6c-5c70, u+5c74-5c76, u+5c79-5c7d, u+5c87-5c88, u+5c8a, u+5c8c, u+5c8f, u+5c91-5c92, u+5c94, u+5c9d, u+5c9f-5ca0, u+5ca2-5ca3, u+5ca6-5ca8, u+5caa-5cab, u+5cad, u+5cb1-5cb2, u+5cb4-5cb7, u+5cba-5cbc, u+5cbe, u+5cc5, u+5cc7, u+5cc9, u+5ccb, u+5cd0, u+5cd2, u+5cd7, u+5cd9, u+5cdd, u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1-5cf2, u+5cf4-5cf5, u+5cfa-5cfb, u+5cfd, u+5d01, u+5d06, u+5d0b, u+5d0d, u+5d10-5d12, u+5d14-5d15, u+5d17-5d1b, u+5d1d, u+5d1f-5d20, u+5d22-5d24, u+5d26-5d27, u+5d2b, u+5d31, u+5d34, u+5d39, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d48, u+5d4a-5d4b, u+5d4e, u+5d51-5d53, u+5d55, u+5d59, u+5d5c, u+5d5f-5d62, u+5d64, u+5d69-5d6a, u+5d6c-5d6d, u+5d6f-5d70, u+5d73, u+5d76, u+5d79-5d7a, u+5d7e-5d7f, u+5d81-5d84, u+5d87-5d88, u+5d8a, u+5d8c, u+5d90, u+5d92-5d95, u+5d97, u+5d99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-104.C4Owws-S.woff2) format("woff2");
    unicode-range: u+598b-598e, u+5992, u+5995, u+5997, u+599b, u+599d, u+599f, u+59a3-59a4, u+59a7, u+59ad-59b0, u+59b2-59b3, u+59b7, u+59ba, u+59bc, u+59be, u+59c1, u+59c3-59c4, u+59c6, u+59c8, u+59ca, u+59cd, u+59d2, u+59d9-59da, u+59dd-59df, u+59e3-59e5, u+59e7-59e8, u+59ec, u+59ee-59ef, u+59f1-59f2, u+59f4, u+59f6-59f8, u+5a00, u+5a03-5a04, u+5a09, u+5a0c-5a0e, u+5a11-5a13, u+5a17, u+5a1a-5a1c, u+5a1e-5a1f, u+5a23-5a25, u+5a27-5a28, u+5a2a, u+5a2d, u+5a30, u+5a35-5a36, u+5a40-5a41, u+5a44-5a45, u+5a47-5a49, u+5a4c, u+5a50, u+5a55, u+5a5e, u+5a62-5a63, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a77, u+5a7a-5a7b, u+5a7e, u+5a84, u+5a8b, u+5a90, u+5a93, u+5a96, u+5a99, u+5a9c, u+5a9e-5aa0, u+5aa2, u+5aa7, u+5aac, u+5ab1-5ab3, u+5ab5, u+5ab8, u+5aba-5abf, u+5ac2, u+5ac4, u+5ac6, u+5ac8, u+5acb, u+5acf-5ad0, u+5ad6-5ad7, u+5ada, u+5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae9-5aea, u+5aee, u+5af0, u+5af5-5af6, u+5afa-5afb, u+5afd, u+5b00-5b01, u+5b08, u+5b0b, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21, u+5b25, u+5b2a, u+5b2c-5b2d, u+5b30, u+5b32, u+5b34, u+5b36, u+5b38, u+5b3e, u+5b40-5b41, u+5b43, u+5b45, u+5b4b-5b4c, u+5b51-5b52, u+5b56, u+5b5a-5b5c, u+5b5e-5b5f, u+5b65, u+5b68-5b69, u+5b6e-5b71, u+5b73, u+5b75-5b76, u+5b7a, u+5b7c-5b84, u+5b86, u+5b8a-5b8b, u+5b8d-5b8e, u+5b90-5b91, u+5b93-5b94, u+5b96, u+5ba5-5ba6, u+5ba8-5ba9, u+5bac-5bad, u+5baf, u+5bb1-5bb2, u+5bb7-5bb8, u+5bba
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-105.BXisnELy.woff2) format("woff2");
    unicode-range: u+57b3, u+57b8, u+57bd, u+57c0, u+57c3, u+57c6-57c8, u+57cc, u+57cf, u+57d2-57d7, u+57dc-57de, u+57e0-57e1, u+57e3-57e4, u+57e6-57e7, u+57e9, u+57ed, u+57f0, u+57f4-57f6, u+57f8, u+57fb, u+57fd-57ff, u+5803-5804, u+5808-580d, u+5819, u+581b, u+581d-5821, u+5826-5827, u+582d, u+582f-5830, u+5832, u+5835, u+5839, u+583d, u+583f-5840, u+5849, u+584b-584d, u+584f-5852, u+5855, u+5858-5859, u+585f, u+5861-5862, u+5864, u+5867-5868, u+586d, u+5870, u+5872, u+5878-5879, u+587c, u+587f-5881, u+5885, u+5887-588d, u+588f-5890, u+5894, u+5896, u+5898, u+589d-589e, u+58a0-58a2, u+58a6, u+58a9-58ab, u+58ae, u+58b1-58b3, u+58b8-58bc, u+58be, u+58c2-58c5, u+58c8, u+58cd-58ce, u+58d0-58da, u+58dc-58e2, u+58e4-58e5, u+58e9, u+58ec, u+58ef, u+58f3-58f4, u+58f7, u+58f9, u+58fb-58fd, u+5902, u+5905-5906, u+590a-590d, u+5910, u+5912-5914, u+5918-5919, u+591b, u+591d, u+591f, u+5921, u+5923-5925, u+5928, u+592c-592d, u+592f-5930, u+5932-5933, u+5935-5936, u+5938-5939, u+593d-593f, u+5943, u+5946, u+594e, u+5950, u+5952-5953, u+5955, u+5957-595b, u+595d-5961, u+5963, u+5967, u+5969, u+596b-596d, u+596f, u+5972, u+5975-5976, u+5978-5979, u+597b-597c, u+5981
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-106.DrIBcxgX.woff2) format("woff2");
    unicode-range: u+5616-5617, u+5619, u+561b, u+5620, u+5628, u+562c, u+562f-5639, u+563b-563d, u+563f-5641, u+5643-5644, u+5646-5647, u+5649, u+564b, u+564d-5650, u+5653-5654, u+565e, u+5660-5664, u+5666, u+5669-566d, u+566f, u+5671-5672, u+5675-5676, u+5678, u+567a, u+5680, u+5684-5688, u+568a-568c, u+568f, u+5694-5695, u+5699-569a, u+569d-56a0, u+56a5-56a9, u+56ab-56ae, u+56b1-56b4, u+56b6-56b7, u+56bc, u+56be, u+56c0, u+56c2-56c3, u+56c5, u+56c8-56d1, u+56d3, u+56d7-56d9, u+56dc-56dd, u+56df, u+56e1, u+56e4-56e8, u+56eb, u+56ed-56ee, u+56f1, u+56f6-56f7, u+56f9, u+56ff-5704, u+5707-570a, u+570c-570d, u+5711, u+5713, u+5715-5716, u+5718, u+571a-571d, u+5720-5726, u+5729-572a, u+572c, u+572e-572f, u+5733-5734, u+5737-5738, u+573b, u+573d-573f, u+5745-5746, u+574c-574f, u+5751-5752, u+5759, u+575f, u+5761-5762, u+5764-5765, u+5767-5769, u+576b, u+576d-5771, u+5773-5775, u+5777, u+5779-577c, u+577e-577f, u+5781, u+5783, u+5788-5789, u+578c, u+5793-5795, u+5797, u+5799-579a, u+579c-57a1, u+57a4, u+57a7-57aa, u+57ac, u+57ae, u+57b0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-107.BM9VQkiu.woff2) format("woff2");
    unicode-range: u+543f-5440, u+5443-5444, u+5447, u+544c-544f, u+5455, u+545e, u+5462, u+5464, u+5466-5467, u+5469, u+546b-546e, u+5470-5471, u+5474-5477, u+547b, u+547f-5481, u+5483-5486, u+5488-548b, u+548d-5492, u+5495-5496, u+549c, u+549f-54a2, u+54a4, u+54a6-54af, u+54b1, u+54b7-54bc, u+54be-54bf, u+54c2-54c4, u+54c6-54c8, u+54ca, u+54cd-54ce, u+54d8, u+54e0, u+54e2, u+54e5-54e6, u+54e8-54ea, u+54ec-54ef, u+54f1, u+54f3, u+54f6, u+54fc-5501, u+5505, u+5508-5509, u+550c-550f, u+5514-5516, u+5527, u+552a-552b, u+552e, u+5532-5533, u+5535-5536, u+5538-5539, u+553b-553d, u+5540-5541, u+5544-5545, u+5547, u+5549-554a, u+554c-554d, u+5550-5551, u+5556-5558, u+555a-555e, u+5560-5561, u+5563-5564, u+5566, u+557b-5583, u+5586-5588, u+558a, u+558e-558f, u+5591-5594, u+5597, u+5599, u+559e-559f, u+55a3-55a4, u+55a8-55a9, u+55ac-55ae, u+55b2, u+55bf, u+55c1, u+55c3-55c4, u+55c6-55c7, u+55c9, u+55cb-55cc, u+55ce, u+55d1-55d4, u+55d7-55d8, u+55da-55db, u+55dd-55df, u+55e2, u+55e4, u+55e9, u+55ec, u+55ee, u+55f1, u+55f6-55f9, u+55fd-55ff, u+5605, u+5607-5608, u+560a, u+560d-5612
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-108.RXr8MRtr.woff2) format("woff2");
    unicode-range: u+528d, u+5291-5298, u+529a, u+529c, u+52a4-52a7, u+52ab-52ad, u+52af-52b0, u+52b5-52b8, u+52ba-52be, u+52c0-52c1, u+52c4-52c6, u+52c8, u+52ca, u+52cc-52cd, u+52cf-52d2, u+52d4, u+52d6-52d7, u+52db-52dc, u+52de, u+52e0-52e1, u+52e3, u+52e5-52e6, u+52e8-52ea, u+52ec, u+52f0-52f1, u+52f3-52fb, u+5300-5301, u+5303, u+5306-5308, u+530a-530d, u+530f-5311, u+5313, u+5315, u+5318-531f, u+5321, u+5323-5325, u+5327-532d, u+532f-5333, u+5335, u+5338, u+533c-533e, u+5340, u+5342, u+5345-5346, u+5349, u+534b-534c, u+5359, u+535b, u+535e, u+5361, u+5363-5367, u+5369, u+536c-536e, u+5372, u+5377, u+5379-537b, u+537d-537f, u+5382-5383, u+5387-5389, u+538e, u+5393-5394, u+5396, u+5398-5399, u+539d, u+53a0-53a1, u+53a4-53a6, u+53a9-53ab, u+53ad-53b0, u+53b2, u+53b4-53b8, u+53ba, u+53bd, u+53c0-53c1, u+53c3-53c5, u+53cf, u+53d2-53d3, u+53d5, u+53da-53db, u+53dd-53e0, u+53e2, u+53e6-53e8, u+53ed-53ee, u+53f4-53f5, u+53fa, u+5401-5403, u+540b, u+540f, u+5412-5413, u+541a, u+541d-541e, u+5421, u+5424, u+5427-542a, u+542c-542f, u+5431, u+5433-5436, u+543c-543d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-109.BaXmrUlc.woff2) format("woff2");
    unicode-range: u+50dd-50df, u+50e1-50e6, u+50e8-50e9, u+50ed-50f6, u+50f9-50fb, u+50fe, u+5101-5103, u+5106-5109, u+510b-510e, u+5110, u+5112, u+5114-511e, u+5121, u+5123, u+5127-5128, u+512c-512d, u+512f, u+5131, u+5133-5135, u+5137-513c, u+513f-5142, u+5147, u+514a, u+514c, u+514f, u+5152-5155, u+5157-5158, u+515f-5160, u+5162, u+5164, u+5166-5167, u+5169-516a, u+516e, u+5173-5174, u+5179, u+517b, u+517e, u+5180, u+5182-5184, u+5189, u+518b-518c, u+518e-5191, u+5193, u+5195-5196, u+5198, u+519d, u+51a1-51a4, u+51a6, u+51a9-51ab, u+51ad, u+51b0-51b3, u+51b5, u+51b8, u+51ba, u+51bc-51bf, u+51c2-51c3, u+51c5, u+51c8-51cb, u+51cf, u+51d1-51d6, u+51d8, u+51de-51e0, u+51e2, u+51e5, u+51e7, u+51e9, u+51ec-51ee, u+51f2-51f5, u+51f7, u+51fe, u+5201-5202, u+5204-5205, u+520b, u+520e, u+5212-5216, u+5218, u+5222, u+5226-5228, u+522a-522b, u+522e, u+5231-5233, u+5235, u+523c, u+5244-5245, u+5249, u+524b-524c, u+524f, u+5254-5255, u+5257-5258, u+525a, u+525c-5261, u+5266, u+5269, u+526c, u+526e, u+5271, u+5273-5274, u+5277-5279, u+527d, u+527f-5280, u+5282-5285, u+5288-528a, u+528c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-110.BPJnD3RC.woff2) format("woff2");
    unicode-range: u+4f57-4f58, u+4f5a-4f5b, u+4f5d-4f5f, u+4f63-4f64, u+4f69-4f6a, u+4f6c, u+4f6e-4f71, u+4f76-4f7e, u+4f81-4f85, u+4f88-4f8a, u+4f8c, u+4f8e-4f90, u+4f92-4f94, u+4f96-4f9a, u+4f9e-4fa0, u+4fab, u+4fad, u+4faf, u+4fb2, u+4fb7, u+4fb9, u+4fbb-4fbe, u+4fc0-4fc1, u+4fc4-4fc6, u+4fc8-4fc9, u+4fcb-4fd4, u+4fd8, u+4fda-4fdc, u+4fdf-4fe0, u+4fe2, u+4fe4-4fe6, u+4fef-4ff2, u+4ff6, u+4ffc-5002, u+5004-5007, u+500a, u+500c, u+500e-5011, u+5013-5014, u+5016-5018, u+501a-501e, u+5021-5023, u+5025-502a, u+502c-502e, u+5030, u+5032-5033, u+5035, u+5039, u+503b, u+5040-5043, u+5045-5048, u+504a, u+504c, u+504e, u+5050-5053, u+5055-5057, u+5059-505a, u+505f-5060, u+5062-5063, u+5066-5067, u+506a, u+506c-506d, u+5070-5072, u+5077-5078, u+5080-5081, u+5083-5086, u+5088, u+508a, u+508e-5090, u+5092-5096, u+509a-509c, u+509e-50a3, u+50aa, u+50ad, u+50af-50b4, u+50b9-50bb, u+50bd, u+50c0, u+50c2-50c4, u+50c7, u+50c9-50ca, u+50cc, u+50ce, u+50d0-50d1, u+50d3-50d4, u+50d6, u+50d8-50d9, u+50dc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-111.Dzd6xLkU.woff2) format("woff2");
    unicode-range: u+4093, u+4103, u+4105, u+4148, u+414f, u+4163, u+41b4, u+41bf, u+41e6, u+41ee, u+41f3, u+4207, u+420e, u+4264, u+4293, u+42c6, u+42d6, u+42dd, u+4302, u+432b, u+4343, u+43ee, u+43f0, u+4408, u+440c, u+4417, u+441c, u+4422, u+4453, u+445b, u+4476, u+447a, u+4491, u+44b3, u+44be, u+44d4, u+4508, u+450d, u+4525, u+4543, u+457a, u+459d, u+45b8, u+45be, u+45e5, u+45ea, u+460f-4610, u+4641, u+4665, u+46a1, u+46ae-46af, u+470c, u+471f, u+4764, u+47e6, u+47fd, u+4816, u+481e, u+4844, u+484e, u+48b5, u+49b0, u+49e7, u+49fa, u+4a04, u+4a29, u+4abc, u+4b38, u+4b3b, u+4b7e, u+4bc2, u+4bca, u+4bd2, u+4be8, u+4c17, u+4c20, u+4c38, u+4cc4, u+4cd1, u+4ce1, u+4d07, u+4d77, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e12, u+4e15, u+4e17, u+4e19, u+4e1e-4e1f, u+4e23-4e24, u+4e28-4e2c, u+4e2e-4e31, u+4e35-4e37, u+4e3f-4e42, u+4e44, u+4e47-4e48, u+4e4d-4e4e, u+4e51, u+4e55-4e56, u+4e58, u+4e5a-4e5c, u+4e62-4e63, u+4e68-4e69, u+4e74-4e75, u+4e79, u+4e7f, u+4e82, u+4e85, u+4e8a, u+4e8d-4e8e, u+4e96-4e99, u+4e9d-4ea0, u+4ea2, u+4ea5-4ea6, u+4ea8, u+4eaf-4eb0, u+4eb3, u+4eb6, u+4eb9, u+4ebb-4ebc, u+4ec2-4ec4, u+4ec6-4ec8, u+4ecd, u+4ed0, u+4ed7, u+4eda-4edb, u+4edd-4ee2, u+4ee8, u+4eeb, u+4eed, u+4eef, u+4ef1, u+4ef3, u+4ef5, u+4ef7, u+4efc-4f00, u+4f02-4f03, u+4f08-4f09, u+4f0b-4f0d, u+4f12, u+4f15-4f17, u+4f19, u+4f1c, u+4f2b, u+4f2e, u+4f30-4f31, u+4f33, u+4f35-4f37, u+4f39, u+4f3b, u+4f3e, u+4f40, u+4f42-4f43, u+4f48-4f49, u+4f4b-4f4c, u+4f52, u+4f54, u+4f56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-112.C_1oPC9r.woff2) format("woff2");
    unicode-range: u+3395-339b, u+339e-33a0, u+33a2-33ff, u+3402, u+3405-3406, u+3427, u+342c, u+342e, u+3468, u+346a, u+3488, u+3492, u+34b5, u+34bc, u+34c1, u+34c7, u+34db, u+351f, u+353e, u+355d-355e, u+3563, u+356e, u+35a6, u+35a8, u+35c5, u+35da, u+35de, u+35f4, u+3605, u+3614, u+364a, u+3691, u+3696, u+3699, u+36cf, u+3761-3762, u+376b-376c, u+3775, u+378d, u+37c1, u+37e2, u+37e8, u+37f4, u+37fd, u+3800, u+382f, u+3836, u+3840, u+385c, u+3861, u+38a1, u+38ad, u+38fa, u+3917, u+391a, u+396f, u+39a4, u+39b8, u+3a5c, u+3a6e, u+3a73, u+3a85, u+3ac4, u+3acb, u+3ad6-3ad7, u+3aea, u+3af3, u+3b0e, u+3b1a, u+3b1c, u+3b22, u+3b35, u+3b6d, u+3b77, u+3b87-3b88, u+3b8d, u+3ba4, u+3bb6, u+3bc3, u+3bcd, u+3bf0, u+3bf3, u+3c0f, u+3c26, u+3cc3, u+3cd2, u+3d11, u+3d1e, u+3d31, u+3d4e, u+3d64, u+3d9a, u+3dc0, u+3dcc, u+3dd4, u+3e05, u+3e3f-3e40, u+3e60, u+3e66, u+3e68, u+3e83, u+3e8a, u+3e94, u+3eda, u+3f57, u+3f72, u+3f75, u+3f77, u+3fae, u+3fb1, u+3fc9, u+3fd7, u+3fdc, u+4039, u+4058
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-113.rd4ZnXA5.woff2) format("woff2");
    unicode-range: u+32b5-332b, u+332d-3394
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-114.D5TMP_Zs.woff2) format("woff2");
    unicode-range: u+31c8-31e3, u+31f0-321e, u+3220-3230, u+3232-32b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-115.Cd_BknGv.woff2) format("woff2");
    unicode-range: u+3028-303f, u+3094-3096, u+309f-30a0, u+30ee, u+30f7-30fa, u+30ff, u+3105-312f, u+3131-3163, u+3165-318e, u+3190-31bb, u+31c0-31c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-116.DcCCj7gg.woff2) format("woff2");
    unicode-range: u+2f14-2fd5, u+2ff0-2ffb, u+3004, u+3013, u+3016-301b, u+301e, u+3020-3027
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-117.Dx7EbvHu.woff2) format("woff2");
    unicode-range: u+25e4-25e6, u+2601-2603, u+2609, u+260e-260f, u+2616-2617, u+261c-261f, u+262f, u+2641, u+2660, u+2662-2664, u+2666-2668, u+266d-266e, u+2672-267d, u+26bd-26be, u+2702, u+271a, u+273d, u+2740, u+2756, u+2776-2793, u+27a1, u+2934-2935, u+29bf, u+29fa-29fb, u+2b05-2b07, u+2b1a, u+2b95, u+2e3a-2e3b, u+2e80-2e99, u+2e9b-2ef3, u+2f00-2f13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-118.DBTHiUx3.woff2) format("woff2");
    unicode-range: u+24d1-24ff, u+2503-2513, u+2515-2516, u+2518-251b, u+251d-2522, u+2524-259f, u+25a2-25ab, u+25b1, u+25b7, u+25c0-25c1, u+25c9-25ca, u+25cc, u+25d0-25d3, u+25e2-25e3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-119.CKUho2rx.woff2) format("woff2");
    unicode-range: u+2105, u+2109-210a, u+210f, u+2116, u+2121, u+2126-2127, u+212b, u+212e, u+2135, u+213b, u+2194-2199, u+21b8-21b9, u+21c4-21c6, u+21cb-21cc, u+21d0, u+21e6-21e9, u+21f5, u+2202-2203, u+2205-2206, u+2208-220b, u+220f, u+2211, u+2213, u+2215, u+221a, u+221d, u+2220, u+2223, u+2225-2226, u+2228, u+222a-222e, u+2234-2237, u+223d, u+2243, u+2245, u+2248, u+224c, u+2260, u+2262, u+2264-2265, u+226e-226f, u+2272-2273, u+2276-2277, u+2283-2287, u+228a-228b, u+2295-2299, u+22a0, u+22a5, u+22bf, u+22da-22db, u+22ef, u+2305-2307, u+2318, u+2329-232a, u+23b0-23b1, u+23be-23cc, u+23ce, u+23da-23db, u+2423, u+2469-24d0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-120.DRbMpgEo.woff2) format("woff2");
    unicode-range: u+a1-a4, u+a6-a7, u+aa, u+ac-ad, u+b5-b6, u+b8-ba, u+bc-c8, u+ca-cc, u+ce-d5, u+d9-db, u+dd-df, u+e6, u+ee, u+f0, u+f5, u+f7, u+f9, u+fb, u+fe-102, u+110-113, u+11a-11b, u+128-12b, u+143-144, u+147-148, u+14c, u+14e-14f, u+152-153, u+168-16d, u+192, u+1a0-1a1, u+1af, u+1cd-1dc, u+1f8-1f9, u+251, u+261, u+2bb, u+2c7, u+2c9, u+2ea-2eb, u+304, u+307, u+30c, u+1e3e-1e3f, u+1ea0-1ebe, u+1ec0-1ec6, u+1ec8-1ef9, u+2011-2012, u+2016, u+2018-201a, u+201e, u+2021, u+2030, u+2033, u+2035, u+2042, u+2047, u+2051, u+2074, u+20a9, u+20ab-20ac, u+20dd-20de, u+2100
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-121.DZifvJ22.woff2) format("woff2");
    unicode-range: u+2227, u+26a0, u+2713, u+301f, u+4ff8, u+5239, u+526a, u+54fa, u+5740, u+5937, u+5993, u+59fb, u+5a3c, u+5c41, u+6028, u+626e, u+646f, u+647a, u+64b0, u+64e2, u+65a7, u+66fe, u+6727, u+6955, u+6bef, u+6f23, u+724c, u+767c, u+7a83, u+7ac4, u+7b67, u+8000, u+8471, u+8513, u+8599, u+86db, u+8718, u+87f2, u+88f3, u+8ad2, u+8e2a, u+8fa3, u+95a5, u+9798, u+9910, u+9957, u+9bab, u+9c3b, u+9daf, u+ff95
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-122.CkugcgmZ.woff2) format("woff2");
    unicode-range: u+a8, u+2032, u+2261, u+2282, u+3090, u+30f1, u+339c, u+535c, u+53d9, u+56a2, u+56c1, u+5806, u+589f, u+59d0, u+5a7f, u+60e0, u+639f, u+65af, u+68fa, u+69ae, u+6d1b, u+6ef2, u+71fb, u+725d, u+7262, u+75bc, u+7768, u+7940, u+79bf, u+7bed, u+7d68, u+7dfb, u+814b, u+8207, u+83e9, u+8494, u+8526, u+8568, u+85ea, u+86d9, u+87ba, u+8861, u+887f, u+8fe6, u+9059, u+9061, u+916a, u+976d, u+97ad, u+9ece
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-123.CpkwQ974.woff2) format("woff2");
    unicode-range: u+2d9, u+21d4, u+301d, u+515c, u+52fe, u+5420, u+5750, u+5766, u+5954, u+5b95, u+5f8a, u+5f98, u+620c, u+621f, u+641c, u+66d9, u+676d, u+6775, u+67f5, u+694a, u+6a02, u+6a3a, u+6a80, u+6c23, u+6c72, u+6dcb, u+6faa, u+707c, u+71c8, u+7422, u+74e2, u+7791, u+7825, u+7a14, u+7a1c, u+7c95, u+7fc1, u+82a5, u+82db, u+8304, u+853d, u+8cd3, u+8de8, u+8f0c, u+8f3f, u+9091, u+91c7, u+929a, u+98af, u+9913
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-124.zdZ7RB3Q.woff2) format("woff2");
    unicode-range: u+2ca-2cb, u+2229, u+2468, u+2669, u+266f, u+273f, u+4ec0, u+4f60, u+4fb6, u+5347, u+540e, u+543b, u+5b0c, u+5d4c, u+5f14, u+5f9e, u+6155, u+62d0, u+6602, u+6666, u+66f3, u+67a2, u+67ca, u+69cc, u+6d29, u+6d9b, u+6e3e, u+6f81, u+7109, u+73c0, u+73c2, u+7425, u+7435-7436, u+7525, u+7554, u+785d, u+786b, u+7ae3, u+7b94, u+7d18, u+81bf, u+8511, u+8549, u+9075, u+9640, u+98e2, u+9e9f, u+ff96
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-125.BoOgBuoW.woff2) format("woff2");
    unicode-range: u+2467, u+4ece, u+4ed4, u+4f91, u+4fae, u+534d, u+53c9, u+54b3, u+586b, u+5944, u+5b78, u+5df7, u+5f77, u+6101, u+6167-6168, u+61a4, u+62d9, u+698a, u+699b, u+6a59, u+6cc4, u+6e07, u+7099, u+75d2, u+77ad, u+7953, u+7984, u+7a92, u+7baa, u+7dbb, u+817f, u+82ad, u+85e9, u+868a, u+8caa, u+8f44, u+9017, u+907c, u+908a, u+92f3, u+936e, u+9435, u+978d, u+9838, u+9a28, u+9b41, u+9ba8, u+9c57, u+9eb9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-126.DEpNEhuk.woff2) format("woff2");
    unicode-range: u+b1, u+309b, u+4e5e, u+51f1, u+5506, u+55c5, u+58cc, u+59d1, u+5c51, u+5ef7, u+6284, u+62d7, u+6689, u+673d, u+6a2b, u+6a8e, u+6a9c, u+6d63, u+6dd1, u+70b8, u+7235, u+72db, u+72f8, u+7560, u+7c9b, u+7ce7, u+7e1e, u+80af, u+82eb, u+8463, u+8499, u+85dd, u+86ee, u+8a60, u+8a6e, u+8c79, u+8e87, u+8e8a, u+8f5f, u+9010, u+918d, u+9190, u+965b, u+97fb, u+9ab8, u+9bad, u+9d3b, u+9d5c, u+9dfa, u+9e93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-127.CQJy8-GR.woff2) format("woff2");
    unicode-range: u+2020, u+3003, u+3231, u+4e9b, u+4f3d, u+4f47, u+51b6, u+51dc, u+53e1, u+5bc5, u+602f, u+60bc, u+61c9, u+633d, u+637b, u+6492, u+65fa, u+660f, u+66f0, u+6703, u+681e, u+6876, u+6893, u+6912, u+698e, u+6c7d, u+714c, u+7169, u+71d5, u+725f, u+72d7, u+745b, u+74dc, u+75e2, u+7891, u+7897, u+7dcb, u+810a, u+8218, u+8339, u+840e, u+852d, u+8823, u+8a0a, u+9089, u+919c, u+971c, u+9ad9, u+ff4a, u+ff5a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-128.sqVpIuBW.woff2) format("woff2");
    unicode-range: u+2466, u+2600, u+4eab, u+4fe3, u+4ff5, u+51a5, u+51f0, u+536f, u+53d4, u+53f1, u+54a5, u+559d, u+55e3, u+58fa, u+5962, u+59ea, u+5c16, u+5cef, u+5d16, u+5f10, u+5fd6, u+6190, u+6216, u+634f, u+63bb, u+66d6, u+6756, u+6bc5, u+6e26, u+727d, u+731f, u+76f2, u+7729, u+7a7f, u+7aff, u+7c9f, u+818f, u+8236, u+82b9, u+8338, u+85aa, u+88b4, u+8b33, u+904d, u+93a7, u+96cc, u+96eb, u+9aed, u+9b8e, u+fa11
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-129.CThpYV77.woff2) format("woff2");
    unicode-range: u+251c, u+2523, u+4e14, u+545f, u+54bd, u+553e, u+55dc, u+56da, u+589c, u+5b55, u+5bb5, u+5ce1, u+5df4, u+5eb6, u+5ec9, u+6191, u+62f7, u+6357, u+64a5, u+6591, u+65bc, u+6897, u+6e1a, u+7063, u+711a, u+721b, u+722c, u+75b9, u+75d5, u+75fa, u+7766, u+7aae, u+7b48, u+7b8b, u+7d21, u+7e55, u+7f75, u+842c, u+8910, u+8a63, u+8b39, u+8b5a, u+8cdc, u+8d74, u+907d, u+91e7, u+9306, u+96bc, u+98f4, u+9ac4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-130.BflShq5c.woff2) format("woff2");
    unicode-range: u+2003, u+2312, u+266c, u+4f86, u+51ea, u+5243, u+5256, u+541f, u+5841, u+59dc, u+5df3, u+601c, u+60e7, u+632b, u+638c, u+64ad, u+6881, u+697c, u+69cd, u+6c50, u+6d2a, u+6fc1, u+7027, u+7058, u+70f9, u+714e, u+7345, u+751a, u+760d, u+764c, u+77db, u+7d79, u+7e8f, u+80ce, u+814e, u+81fc, u+8247, u+8278, u+85a9, u+8a03, u+90ed, u+9784, u+9801, u+984e, u+99b3, u+9bc9, u+9bdb, u+9be8, u+9e78, u+ff6b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-131.BgW55TFR.woff2) format("woff2");
    unicode-range: u+266b, u+3006, u+5176, u+5197, u+51a8, u+51c6, u+52f2, u+5614, u+5875, u+5a2f, u+5b54, u+5ce0, u+5dba, u+5deb, u+5e63, u+5f59, u+5fcc, u+6068, u+6367, u+68b6, u+6a0b, u+6b64, u+6e15, u+6eba, u+7272, u+72a0, u+7947, u+7985, u+79e6, u+79e9, u+7a3d, u+7a9f, u+7aaf, u+7b95, u+7f60, u+7f9e, u+7fe0, u+8098, u+80ba, u+8106, u+82d4, u+831c, u+87f9, u+8a1f, u+8acf, u+90c1, u+920d, u+9756, u+fe43, u+ff94
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-132.C4Q0zqLU.woff2) format("woff2");
    unicode-range: u+af, u+2465, u+2517, u+33a1, u+4f10, u+50c5, u+51b4, u+5384, u+5606, u+5bb0, u+5cac, u+5ee3, u+618e, u+61f2, u+62c9, u+66ab, u+66f9, u+6816, u+6960, u+6b3e, u+6f20, u+7078, u+72d0, u+73ed, u+7ad9, u+7b1b, u+7be4, u+7d62, u+7f51, u+80b4, u+80f4, u+8154, u+85fb, u+865c, u+8702, u+895f, u+8aed, u+8b90, u+8ced, u+8fbf, u+91d8, u+9418, u+9583, u+9591, u+9813, u+982c, u+9bd6, u+ff46, u+ff7f, u+ff88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-133.MVQj5oBf.woff2) format("woff2");
    unicode-range: u+4e91, u+508d, u+50e7, u+514e, u+51f6, u+5446, u+5504, u+584a, u+59a8, u+59d3, u+5a46, u+5ac9, u+6020, u+60a6, u+6148, u+621a, u+6234, u+64c1, u+6523, u+675c, u+67d1, u+6953, u+6ccc, u+6df5, u+6e13, u+6f06, u+723a, u+7325, u+74e6, u+758e, u+75ab, u+75d9, u+7a40, u+8096, u+82fa, u+8587, u+8594, u+8a6b, u+8ab9, u+8b17, u+8b83, u+937c, u+963b, u+9673, u+96db, u+9ce9, u+9f4b, u+ff67, u+ff82, u+ff93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-134.Bomc8bJ8.woff2) format("woff2");
    unicode-range: u+221e, u+2514, u+51f9, u+5270, u+5449, u+5824, u+59a5, u+5a29, u+5d07, u+5e16, u+60e3, u+614c, u+6276, u+643e, u+64ab, u+6562, u+6681, u+670b, u+6734, u+67af, u+6a3d, u+6b05, u+6dc0, u+6e4a, u+7259, u+732a, u+7409, u+78a7, u+7a6b, u+8015, u+809b, u+817a, u+830e, u+837b, u+85ab, u+8a23, u+8a93, u+8b00, u+8b19, u+8b21, u+8cbf, u+8fb0, u+901d, u+91b8, u+9320, u+932c, u+9688, u+96f6, u+9df2, u+ff6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-135.DNhbF_c1.woff2) format("woff2");
    unicode-range: u+2002, u+2025, u+4f8d, u+51e1, u+51f8, u+5507, u+5598, u+58f1, u+5983, u+59ac, u+5c3c, u+5de7, u+5e7d, u+5eca, u+5f61, u+606d, u+60f9, u+636e, u+64ec, u+67da, u+67ff, u+6813, u+68f2, u+693f, u+6b6a, u+6bbb, u+6ef4, u+7092, u+717d, u+7261, u+73c8, u+7432, u+7483, u+76fe, u+7709, u+78d0, u+81a3, u+81b3, u+82af, u+8305, u+8309, u+8870, u+88fe, u+8cd1, u+8d66, u+906e, u+971e, u+9812, u+ff79, u+ff90
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-136.CfF8MIxs.woff2) format("woff2");
    unicode-range: u+2464, u+2501, u+2640, u+2642, u+339d, u+4f0e, u+5091, u+50b5, u+5132, u+51cc, u+558b, u+55aa, u+585e, u+5bee, u+5dfe, u+60b6, u+62b9, u+6349, u+6566, u+6590, u+6842, u+689d, u+6a58, u+6c70, u+6ff1, u+7815, u+7881, u+7aaa, u+7bc7, u+7def, u+7fa8, u+8017, u+8036, u+8061, u+821f, u+8429, u+8ce0, u+8e74, u+9019, u+90ca, u+9162, u+932f, u+93ae, u+9644, u+990c, u+9cf3, u+ff56, u+ff6e, u+ff7e, u+ff85
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-137.D4sDztpJ.woff2) format("woff2");
    unicode-range: u+2266-2267, u+4f2f, u+5208, u+5451, u+546a, u+5589, u+576a, u+5815, u+5a9a, u+5b9b, u+5c3a, u+5efb, u+5faa, u+6109, u+6643, u+6652, u+695a, u+69fd, u+6b86, u+6bb4, u+6daf, u+7089, u+70cf, u+7a00, u+7a4f, u+7b39, u+7d33, u+80e1, u+828b, u+82a6, u+86cd, u+8c8c, u+8cca, u+8df3, u+9077, u+9175, u+91dc, u+925b, u+9262, u+9271, u+92ed, u+9855, u+9905, u+9d28, u+ff3f, u+ff58, u+ff68, u+ff6d, u+ff9c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-138.Bxn__j8Y.woff2) format("woff2");
    unicode-range: u+2207, u+25ef, u+309c, u+4e4f, u+5146, u+51dd, u+5351, u+540a, u+5629, u+5eb5, u+5f04, u+5f13, u+60dc, u+6212, u+63b4, u+642c, u+6627, u+66a6, u+66c7, u+66fd, u+674e, u+6b96, u+6c4e, u+6df3, u+6e67, u+6f84, u+72fc, u+733f, u+7c97, u+7db1, u+7e4d, u+816b, u+82d1, u+84cb, u+854e, u+8607, u+86c7, u+871c, u+8776, u+8a89, u+8fc4, u+91a4, u+9285, u+9685, u+9903, u+9b31, u+9f13, u+ff42, u+ff74, u+ff91
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-139.DzAe0tYv.woff2) format("woff2");
    unicode-range: u+4e32, u+51db, u+53a8, u+53ea, u+5609, u+5674, u+5a92, u+5e7e, u+6115, u+611a, u+62cc, u+62ed, u+63c9, u+64b9, u+64e6, u+65cb, u+6606, u+6731, u+683d, u+6afb, u+7460, u+771e, u+78ef, u+7b26, u+7b51, u+7cde, u+7d10, u+7d2f, u+7d46, u+80de, u+819c, u+84b2, u+85cd, u+865a, u+8ecc, u+9022, u+90b8, u+9192, u+9675, u+96b7, u+99ff, u+ff44, u+ff55, u+ff6c, u+ff73, u+ff75, u+ff86, u+ff8d, u+ff92, u+ffe3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-140.DzyJf-AR.woff2) format("woff2");
    unicode-range: u+25b3, u+30f5, u+4eae, u+4f46, u+4f51, u+5203, u+52ff, u+55a7, u+564c, u+565b, u+57f9, u+5805, u+5b64, u+5e06, u+5f70, u+5f90, u+60e8, u+6182, u+62f3, u+62fe, u+63aa, u+64a4, u+65d7, u+673a, u+6851, u+68cb, u+68df, u+6d1e, u+6e58, u+6e9d, u+77b3, u+7832, u+7c3f, u+7db4, u+7f70, u+80aa, u+80c6, u+8105, u+819d, u+8276, u+8679, u+8986, u+8c9d, u+8fc5, u+916c, u+9665, u+9699, u+96c0, u+9a19, u+ff8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-141.D78qAnzb.woff2) format("woff2");
    unicode-range: u+2463, u+25a1, u+4ef0, u+5076, u+5098, u+51fd, u+5302, u+5448, u+54c9, u+570b, u+583a, u+5893, u+58a8, u+58ee, u+5949, u+5bdb, u+5f26, u+5f81, u+6052, u+6170, u+61c7, u+631f, u+635c, u+664b, u+69fb, u+6f01, u+7070, u+722a, u+745e, u+755c, u+76c6, u+78c1, u+79e4, u+7bb8, u+7d0b, u+81a8, u+82d7, u+8b5c, u+8f14, u+8fb1, u+8fbb, u+9283, u+9298, u+9a30, u+ff03, u+ff50, u+ff59, u+ff7b, u+ff8e-ff8f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-142.CIBWzqJd.woff2) format("woff2");
    unicode-range: u+2010, u+2502, u+25b6, u+4f3a, u+514b, u+5265, u+52c3, u+5339, u+53ec, u+54c0, u+55b0, u+5854, u+5b8f, u+5cb3, u+5e84, u+60da, u+6247, u+6249, u+628a, u+62cd, u+65ac, u+6838, u+690e, u+6cf0, u+6f02, u+6f2c, u+6f70, u+708a, u+7434, u+75be, u+77ef, u+7c60, u+7c98, u+7d1b, u+7e2b, u+80a5, u+81e3, u+820c, u+8210, u+8475, u+862d, u+8650, u+8997, u+906d, u+91c8, u+9700, u+9727, u+9df9, u+ff3a, u+ff9a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-143.ChGFb888.woff2) format("woff2");
    unicode-range: u+2103, u+5049, u+52b1, u+5320, u+5553, u+572d, u+58c7, u+5b5d, u+5bc2, u+5de3, u+5e61, u+5f80, u+61a9, u+67d0, u+67f4, u+6c88, u+6ca1, u+6ce5, u+6d78, u+6e9c, u+6f54, u+731b, u+73b2, u+74a7, u+74f6, u+75e9, u+7b20, u+7c8b, u+7f72, u+809d, u+8108, u+82b3, u+82bd, u+84b8, u+84c4, u+88c2, u+8ae6, u+8ef8, u+902e, u+9065, u+9326, u+935b, u+938c, u+9676, u+9694, u+96f7, u+9ed9, u+ff48, u+ff4c, u+ff81
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-144.BnNvuc4a.woff2) format("woff2");
    unicode-range: u+2500, u+3008-3009, u+4ead, u+4f0f, u+4fca, u+53eb, u+543e, u+57a2, u+5cf0, u+5e8f, u+5fe0, u+61b2, u+62d8, u+6442, u+64b2, u+6589, u+659c, u+67f1, u+68c4, u+6cb8, u+6d12, u+6de1, u+6fe1, u+70c8, u+723d, u+73e0, u+7656, u+773a, u+7948, u+7b87, u+7c92, u+7d3a, u+7e1b, u+7e4a, u+819a, u+8358, u+83c5, u+84bc, u+864e, u+8912, u+8c9e, u+8d05, u+92fc, u+9396, u+98fd, u+99d2, u+ff64, u+ff7a, u+ff83
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-145.D7EiavbV.woff2) format("woff2");
    unicode-range: u+3014-3015, u+4e3c, u+5036, u+5075, u+533f, u+53e9, u+5531, u+5642, u+5984, u+59e6, u+5a01, u+5b6b, u+5c0b, u+5f25, u+6069, u+60a0, u+614e, u+62b5, u+62d2-62d3, u+6597, u+660c, u+674f, u+67cf, u+6841, u+6905, u+6cf3, u+6d32, u+6d69, u+6f64, u+716e, u+7761, u+7b52, u+7be0, u+7dbf, u+7de9, u+7f36, u+81d3, u+8302, u+8389, u+846c, u+84ee, u+8a69, u+9038, u+9d8f, u+ff47, u+ff4b, u+ff76, u+ff9b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-146.2s6stNqU.woff2) format("woff2");
    unicode-range: u+25c7, u+3007, u+504f, u+507d, u+51a0, u+52a3, u+5410, u+5510, u+559a, u+5782, u+582a, u+5c0a, u+5c3f, u+5c48, u+5f6b, u+6176, u+622f, u+6279, u+62bd, u+62dd, u+65ed, u+67b6, u+6817, u+6850, u+6d6a, u+6deb, u+6ea2, u+6edd, u+6f5c, u+72e9, u+73a9, u+7573, u+76bf, u+7950, u+7956, u+7f8a, u+7ffc, u+80a2, u+80c3, u+83ca, u+8a02, u+8a13, u+8df5, u+9375, u+983b, u+99b4, u+ff4e, u+ff71, u+ff89, u+ff97
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-147.CSY0MMHW.woff2) format("woff2");
    unicode-range: u+24, u+2022, u+2212, u+221f, u+2665, u+4ecf, u+5100, u+51cd, u+52d8, u+5378, u+53f6, u+574a, u+5982, u+5996, u+5c1a, u+5e1d, u+5f84, u+609f, u+61a7, u+61f8, u+6398, u+63ee, u+6676, u+6691, u+6eb6, u+7126, u+71e5, u+7687, u+7965, u+7d17, u+80a1, u+8107, u+8266, u+85a6, u+8987, u+8ca2, u+8cab, u+8e0a, u+9042, u+95c7, u+9810, u+9867, u+98fc, u+ff52-ff54, u+ff61, u+ff77, u+ff98-ff99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-148.BfF87Xh1.woff2) format("woff2");
    unicode-range: u+b0, u+226a, u+2462, u+4e39, u+4fc3, u+4fd7, u+50be, u+50da, u+5200, u+5211, u+54f2, u+5618, u+596a, u+5b22, u+5bb4, u+5d50, u+60a3, u+63fa, u+658e, u+65e8, u+6669, u+6795, u+679d, u+67a0, u+6b3a, u+6e09, u+757f, u+7cd6, u+7dbe, u+7ffb, u+83cc, u+83f1, u+840c, u+845b, u+8846, u+8972, u+8a34, u+8a50, u+8a87, u+8edf, u+8ff0, u+90a6, u+9154, u+95a3, u+9663, u+9686, u+96c7, u+ff3c, u+ff7c, u+ff8a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-149.DUD9eEsh.woff2) format("woff2");
    unicode-range: u+25bd, u+4e59, u+4ec1, u+4ff3, u+515a, u+518a, u+525b, u+5375, u+552f, u+57a3, u+5b9c, u+5c3d, u+5e3d, u+5e7b, u+5f0a, u+6094, u+6458, u+654f, u+67f3, u+6b8a, u+6bd2, u+6c37, u+6ce1, u+6e56, u+6e7f, u+6ed1, u+6ede, u+6f0f, u+70ad, u+7267, u+7363, u+786c, u+7a42, u+7db2, u+7f85, u+8178, u+829d, u+8896, u+8c5a, u+8cb0, u+8ce2, u+8ed2, u+9047, u+9177, u+970a, u+9ea6, u+ff1b, u+ff31, u+ff39, u+ff80
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-150.DlDFq7pd.woff2) format("woff2");
    unicode-range: u+a5, u+4e80, u+4f34, u+4f73, u+4f75, u+511f, u+5192, u+52aa, u+53c8, u+570f, u+57cb, u+596e, u+5d8b, u+5f66, u+5fd9, u+62db, u+62f6, u+6328, u+633f, u+63a7, u+6469, u+6bbf, u+6c41, u+6c57, u+6d44, u+6dbc, u+706f, u+72c2, u+72ed, u+7551, u+75f4, u+7949, u+7e26, u+7fd4, u+8150, u+8af8, u+8b0e, u+8b72, u+8ca7, u+934b, u+9a0e, u+9a12, u+9b42, u+ff41, u+ff43, u+ff45, u+ff49, u+ff4f, u+ff62-ff63
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-151.CILbGoys.woff2) format("woff2");
    unicode-range: u+4e18, u+4fb5, u+5104, u+52c7, u+5353, u+5374, u+53e5, u+587e, u+594f, u+5a20, u+5de1, u+5f18, u+5fcd, u+6291, u+62ab, u+6355, u+6392, u+63da, u+63e1, u+656c, u+6687, u+68b0-68b1, u+68d2, u+68da, u+6b27, u+6cbc, u+7159, u+7344, u+73cd, u+76df, u+790e, u+7cf8, u+8102, u+88c1, u+8aa0, u+8e0f, u+9178, u+92ad, u+9670, u+96c5, u+9cf4, u+9db4, u+ff3e, u+ff6f, u+ff72, u+ff78, u+ff7d, u+ff84, u+ff8c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-152.CtOEBfJi.woff2) format("woff2");
    unicode-range: u+60, u+2200, u+226b, u+2461, u+517c, u+526f, u+5800, u+5b97, u+5bf8, u+5c01, u+5d29, u+5e4c, u+5e81, u+6065, u+61d0, u+667a, u+6696, u+6843, u+6c99, u+6d99, u+6ec5, u+6f22, u+6f6e, u+6fa4, u+6fef, u+71c3, u+72d9, u+7384, u+78e8, u+7a1a, u+7a32, u+7a3c, u+7adc, u+7ca7, u+7d2b, u+7dad, u+7e4b, u+80a9, u+8170, u+81ed, u+820e, u+8a17, u+8afe, u+90aa, u+914e, u+963f, u+99c4, u+9eba, u+9f3b, u+ff38
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-153.C8BgsQgi.woff2) format("woff2");
    unicode-range: u+2460, u+4e5f, u+4e7e, u+4ed9, u+501f, u+502b, u+5968, u+5974, u+5ac1, u+5b99, u+5ba3, u+5be7, u+5be9, u+5c64, u+5cb8, u+5ec3, u+5f1f, u+616e, u+6297, u+62e0, u+62ec, u+6368, u+642d, u+65e6, u+6717, u+676f, u+6b04, u+732e, u+7652, u+76ca, u+76d7, u+7802, u+7e70, u+7f6a, u+8133, u+81e8, u+866b, u+878d, u+88f8, u+8a5e, u+8cdb, u+8d08, u+907a, u+90e1, u+96f2, u+9f8d, u+ff35, u+ff37, u+ff40, u+ff9d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-154.B3Mrw3lJ.woff2) format("woff2");
    unicode-range: u+21d2, u+25ce, u+300a-300b, u+4e89, u+4e9c, u+4ea1, u+5263, u+53cc, u+5426, u+5869, u+5947, u+598a, u+5999, u+5e55, u+5e72, u+5e79, u+5fae, u+5fb9, u+602a, u+6163, u+624d, u+6749, u+6c5a, u+6cbf, u+6d45, u+6dfb, u+6e7e, u+708e, u+725b, u+7763, u+79c0, u+7bc4, u+7c89, u+7e01, u+7e2e, u+8010, u+8033, u+8c6a, u+8cc3, u+8f1d, u+8f9b, u+8fb2, u+907f, u+90f7, u+9707, u+9818, u+9b3c, u+ff0a, u+ff4d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-155.vNnrleUz.woff2) format("woff2");
    unicode-range: u+2015, u+2190, u+4e43, u+5019, u+5247, u+52e7, u+5438, u+54b2, u+55ab, u+57f7, u+5bd2, u+5e8a, u+5ef6, u+6016, u+60b2, u+6162, u+6319, u+6551, u+6607, u+66b4, u+675f, u+67d4, u+6b20, u+6b53, u+6ce3, u+719f, u+75b2, u+770b, u+7720, u+77ac, u+79d2, u+7af9, u+7d05, u+7dca, u+8056, u+80f8, u+81f3, u+8352, u+885d, u+8a70, u+8aa4, u+8cbc, u+900f, u+9084, u+91e3, u+9451, u+96c4, u+99c6, u+9ad4, u+ff70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-156.CGT9kf05.woff2) format("woff2");
    unicode-range: u+2193, u+25b2, u+4e4b, u+516d, u+51c4, u+529f, u+52c9, u+5360, u+5442, u+5857, u+5915, u+59eb, u+5a9b, u+5c3b, u+6012, u+61b6, u+62b1, u+6311, u+6577, u+65e2, u+65ec, u+6613, u+6790, u+6cb9, u+7372, u+76ae, u+7d5e, u+7fcc, u+88ab, u+88d5, u+8caf, u+8ddd, u+8ecd, u+8f38, u+8f9e, u+8feb, u+9063, u+90f5, u+93e1, u+968a, u+968f, u+98fe, u+9ec4, u+ff1d, u+ff27, u+ff2a, u+ff36, u+ff3b, u+ff3d, u+ffe5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-157.DqFdAp6U.woff2) format("woff2");
    unicode-range: u+4e03, u+4f38, u+50b7, u+5264, u+5348, u+5371, u+585a, u+58ca, u+5951, u+59b9, u+59d4, u+5b98, u+5f8b, u+6388, u+64cd, u+65e7, u+6803, u+6b6f, u+6d66, u+6e0b, u+6ecb, u+6fc3, u+72ac, u+773c, u+77e2, u+7968, u+7a74, u+7dba, u+7dd1, u+7e3e, u+808c, u+811a, u+8179, u+8239, u+8584, u+8a0e, u+8a72, u+8b66, u+8c46, u+8f29, u+90a3, u+9234, u+96f0, u+9769, u+9774, u+9aa8, u+ff26, u+ff28, u+ff9e-ff9f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-158.CzudQlqD.woff2) format("woff2");
    unicode-range: u+7e, u+b4, u+25c6, u+2661, u+4e92, u+4eee, u+4ffa, u+5144, u+5237, u+5287, u+52b4, u+58c1, u+5bff, u+5c04, u+5c06, u+5e95, u+5f31, u+5f93, u+63c3, u+640d, u+6557, u+6614, u+662f, u+67d3, u+690d, u+6bba, u+6e6f, u+72af, u+732b, u+7518, u+7ae0, u+7ae5, u+7af6, u+822a, u+89e6, u+8a3a, u+8a98, u+8cb8, u+8de1, u+8e8d, u+95d8, u+961c, u+96a3, u+96ea, u+9bae, u+ff20, u+ff22, u+ff29, u+ff2b-ff2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-159.CynvhcDi.woff2) format("woff2");
    unicode-range: u+25cb, u+4e71, u+4f59, u+50d5, u+520a, u+5217, u+5230, u+523a-523b, u+541b, u+5439, u+5747, u+59c9, u+5bdf, u+5c31, u+5de8, u+5e7c, u+5f69, u+6050, u+60d1, u+63cf, u+663c, u+67c4, u+6885, u+6c38, u+6d6e, u+6db2, u+6df7, u+6e2c, u+6f5f, u+7532, u+76e3-76e4, u+7701, u+793c, u+79f0, u+7a93, u+7d00, u+7de0, u+7e54, u+8328, u+8840, u+969c, u+96e8, u+9811, u+9aea, u+9b5a, u+ff24, u+ff2e, u+ff57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-160.DTeUj67x.woff2) format("woff2");
    unicode-range: u+2191, u+505c, u+52e4, u+5305, u+535a, u+56e0, u+59bb, u+5acc, u+5b09, u+5b87, u+5c90, u+5df1, u+5e2d, u+5e33, u+5f3e, u+6298, u+6383, u+653b, u+6697, u+6804, u+6a39, u+6cca, u+6e90, u+6f2b, u+702c, u+7206, u+7236, u+7559, u+7565, u+7591, u+75c7, u+75db, u+7b4b, u+7bb1, u+7d99, u+7fbd, u+8131, u+885b, u+8b1d, u+8ff7, u+9003, u+9045, u+96a0, u+9732, u+990a, u+99d0, u+9e97, u+9f62, u+ff25, u+ff2d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-161.KuQrLq3V.woff2) format("woff2");
    unicode-range: u+4e08, u+4f9d, u+5012, u+514d, u+51b7, u+5275, u+53ca, u+53f8, u+5584, u+57fc, u+5b9d, u+5bfa, u+5c3e, u+5f01, u+5fb4, u+5fd7, u+606f, u+62e1, u+6563, u+6674, u+6cb3, u+6d3e, u+6d74, u+6e1b, u+6e2f, u+718a, u+7247, u+79d8, u+7d14, u+7d66, u+7d71, u+7df4, u+7e41, u+80cc, u+8155, u+83d3, u+8a95, u+8ab2, u+8ad6, u+8ca1, u+9000, u+9006, u+9678, u+97d3, u+9808, u+98ef, u+9a5a, u+9b45, u+ff23, u+ff30
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-162.CYu92gOL.woff2) format("woff2");
    unicode-range: u+25bc, u+3012, u+4ef2, u+4f0a, u+516b, u+5373, u+539a, u+53b3, u+559c, u+56f0, u+5727, u+5742, u+5965, u+59ff, u+5bc6, u+5dfb, u+5e45, u+5ead, u+5fb3, u+6211, u+6253, u+639b, u+63a8, u+6545, u+6575, u+6628, u+672d, u+68a8, u+6bdb, u+6d25, u+707d, u+767e, u+7834, u+7b46, u+7bc9, u+8074, u+82e6, u+8349, u+8a2a, u+8d70, u+8da3, u+8fce, u+91cc, u+967d, u+97ff, u+9996, u+ff1c, u+ff2f, u+ff32, u+ff34
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-163._89LYXso.woff2) format("woff2");
    unicode-range: u+3d, u+5e, u+25cf, u+4e0e, u+4e5d, u+4e73, u+4e94, u+4f3c, u+5009, u+5145, u+51ac, u+5238, u+524a, u+53f3, u+547c, u+5802, u+5922, u+5a66, u+5c0e, u+5de6, u+5fd8, u+5feb, u+6797, u+685c, u+6b7b, u+6c5f-6c60, u+6cc9, u+6ce2, u+6d17, u+6e21, u+7167, u+7642, u+76db, u+8001, u+821e, u+8857, u+89d2, u+8b1b, u+8b70, u+8cb4, u+8cde, u+8f03, u+8f2a, u+968e, u+9b54, u+9e7f, u+9ebb, u+ff05, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-164.B-j9SoCr.woff2) format("woff2");
    unicode-range: u+500d, u+5074, u+50cd, u+5175, u+52e2, u+5352, u+5354, u+53f2, u+5409, u+56fa, u+5a18, u+5b88, u+5bdd, u+5ca9, u+5f92, u+5fa9, u+60a9, u+623f, u+6483, u+653f, u+666f, u+66ae, u+66f2, u+6a21, u+6b66, u+6bcd, u+6d5c, u+796d, u+7a4d, u+7aef, u+7b56, u+7b97, u+7c4d, u+7e04, u+7fa9, u+8377, u+83dc, u+83ef, u+8535, u+8863, u+88cf, u+88dc, u+8907, u+8acb, u+90ce, u+91dd, u+ff0b, u+ff0d, u+ff19, u+ff65
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-165.CE7ZGQqD.woff2) format("woff2");
    unicode-range: u+4e01, u+4e21, u+4e38, u+52a9, u+547d, u+592e, u+5931, u+5b63, u+5c40, u+5dde, u+5e78, u+5efa, u+5fa1, u+604b, u+6075, u+62c5, u+632f, u+6a19, u+6c0f, u+6c11, u+6c96, u+6e05, u+70ba, u+71b1, u+7387, u+7403, u+75c5, u+77ed, u+795d, u+7b54, u+7cbe, u+7d19, u+7fa4, u+8089, u+81f4, u+8208, u+8336, u+8457, u+8a33, u+8c4a, u+8ca0, u+8ca8, u+8cc0, u+9014, u+964d, u+9803, u+983c, u+98db, u+ff17, u+ff21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-166.CAnpE_0y.woff2) format("woff2");
    unicode-range: u+25, u+25a0, u+4e26, u+4f4e, u+5341, u+56f2, u+5bbf, u+5c45, u+5c55, u+5c5e, u+5dee, u+5e9c, u+5f7c, u+6255, u+627f, u+62bc, u+65cf, u+661f, u+666e, u+66dc, u+67fb, u+6975, u+6a4b, u+6b32, u+6df1, u+6e29, u+6fc0, u+738b, u+7686, u+7a76, u+7a81, u+7c73, u+7d75, u+7dd2, u+82e5, u+82f1, u+85ac, u+888b, u+899a, u+8a31, u+8a8c, u+8ab0, u+8b58, u+904a, u+9060, u+9280, u+95b2, u+984d, u+9ce5, u+ff18
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-167.MmHguGcf.woff2) format("woff2");
    unicode-range: u+30f6, u+50ac, u+5178, u+51e6, u+5224, u+52dd, u+5883, u+5897, u+590f, u+5a5a, u+5bb3, u+5c65, u+5e03, u+5e2b, u+5e30, u+5eb7, u+6271, u+63f4, u+64ae, u+6574, u+672b, u+679a, u+6a29-6a2a, u+6ca2, u+6cc1, u+6d0b, u+713c, u+74b0, u+7981, u+7a0b, u+7bc0, u+7d1a, u+7d61, u+7fd2, u+822c, u+8996, u+89aa, u+8cac, u+8cbb, u+8d77, u+8def, u+9020, u+9152, u+9244, u+9662, u+967a, u+96e3, u+9759, u+ff16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-168.BGkTUYzA.woff2) format("woff2");
    unicode-range: u+23, u+3c, u+2192, u+4e45, u+4efb, u+4f50, u+4f8b, u+4fc2, u+5024, u+5150, u+5272, u+5370, u+53bb, u+542b, u+56db, u+56e3, u+57ce, u+5bc4, u+5bcc, u+5f71, u+60aa, u+6238, u+6280, u+629c, u+6539, u+66ff, u+670d, u+677e-677f, u+6839, u+69cb, u+6b4c, u+6bb5, u+6e96, u+6f14, u+72ec, u+7389, u+7814, u+79cb, u+79d1, u+79fb, u+7a0e, u+7d0d, u+85e4, u+8d64, u+9632, u+96e2, u+9805, u+99ac, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-169.B8qTMiyD.woff2) format("woff2");
    unicode-range: u+2605-2606, u+301c, u+4e57, u+4fee, u+5065, u+52df, u+533b, u+5357, u+57df, u+58eb, u+58f0, u+591c, u+592a-592b, u+5948, u+5b85, u+5d0e, u+5ea7, u+5ff5, u+6025, u+63a1, u+63a5, u+63db, u+643a, u+65bd, u+671d, u+68ee, u+6982, u+6b73, u+6bd4, u+6d88, u+7570, u+7b11, u+7d76, u+8077, u+8217, u+8c37, u+8c61, u+8cc7, u+8d85, u+901f, u+962a, u+9802, u+9806, u+9854, u+98f2, u+9928, u+99c5, u+9ed2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-170.DE1FLlqe.woff2) format("woff2");
    unicode-range: u+266a, u+4f11, u+533a, u+5343, u+534a, u+53cd, u+5404, u+56f3, u+5b57-5b58, u+5bae, u+5c4a, u+5e0c, u+5e2f, u+5eab, u+5f35, u+5f79, u+614b, u+6226, u+629e, u+65c5, u+6625, u+6751, u+6821, u+6b69, u+6b8b, u+6bce, u+6c42, u+706b, u+7c21, u+7cfb, u+805e, u+80b2, u+82b8, u+843d, u+8853, u+88c5, u+8a3c, u+8a66, u+8d8a, u+8fba, u+9069, u+91cf, u+9752, u+975e, u+9999, u+ff0f-ff10, u+ff14-ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-171.f3rrHnYi.woff2) format("woff2");
    unicode-range: u+40, u+4e86, u+4e95, u+4f01, u+4f1d, u+4fbf, u+5099, u+5171, u+5177, u+53cb, u+53ce, u+53f0, u+5668, u+5712, u+5ba4, u+5ca1, u+5f85, u+60f3, u+653e, u+65ad, u+65e9, u+6620, u+6750, u+6761, u+6b62, u+6b74, u+6e08, u+6e80, u+7248, u+7531, u+7533, u+753a, u+77f3, u+798f, u+7f6e, u+8449, u+88fd, u+89b3, u+8a55, u+8ac7, u+8b77, u+8db3, u+8efd, u+8fd4, u+9031-9032, u+9580, u+9589, u+96d1, u+985e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-172.D2LndhUS.woff2) format("woff2");
    unicode-range: u+2b, u+d7, u+300e-300f, u+4e07, u+4e8c, u+512a, u+5149, u+518d, u+5236, u+52b9, u+52d9, u+5468, u+578b, u+57fa, u+5b8c, u+5ba2, u+5c02, u+5de5, u+5f37, u+5f62, u+623b, u+63d0, u+652f, u+672a, u+6848, u+6d41, u+7136, u+7537, u+754c, u+76f4, u+79c1, u+7ba1, u+7d44, u+7d4c, u+7dcf, u+7dda, u+7de8, u+82b1, u+897f, u+8ca9, u+8cfc, u+904e, u+9664, u+982d, u+9858, u+98a8, u+9a13, u+ff13, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-173.D_3liOqC.woff2) format("woff2");
    unicode-range: u+4e16, u+4e3b, u+4ea4, u+4ee4, u+4f4d, u+4f4f, u+4f55, u+4f9b, u+5317, u+5358, u+53c2, u+53e4, u+548c, u+571f, u+59cb, u+5cf6, u+5e38, u+63a2, u+63b2, u+6559, u+662d, u+679c, u+6c7a, u+72b6, u+7523, u+767d, u+770c, u+7a2e, u+7a3f, u+7a7a, u+7b2c, u+7b49, u+7d20, u+7d42, u+8003, u+8272, u+8a08, u+8aac, u+8cb7, u+8eab, u+8ee2, u+9054-9055, u+90fd, u+914d, u+91cd, u+969b, u+97f3, u+984c, u+ff06
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-174.DiHtVC8u.woff2) format("woff2");
    unicode-range: u+26, u+5f, u+2026, u+203b, u+4e09, u+4eac, u+4ed5, u+4fa1, u+5143, u+5199, u+5207, u+539f, u+53e3, u+53f7, u+5411, u+5473, u+5546, u+55b6, u+5929, u+597d, u+5bb9, u+5c11, u+5c4b, u+5ddd, u+5f97, u+5fc5, u+6295, u+6301, u+6307, u+671b, u+76f8, u+78ba, u+795e, u+7d30, u+7d39, u+7d9a, u+89e3, u+8a00, u+8a73, u+8a8d, u+8a9e, u+8aad, u+8abf, u+8cea, u+8eca, u+8ffd, u+904b, u+9650, u+ff11-ff12
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-175.BxQe1GUU.woff2) format("woff2");
    unicode-range: u+3e, u+3005, u+4e0d, u+4e88, u+4ecb, u+4ee3, u+4ef6, u+4fdd, u+4fe1, u+500b, u+50cf, u+5186, u+5316, u+53d7, u+540c, u+544a, u+54e1, u+5728, u+58f2, u+5973, u+5b89, u+5c71, u+5e02, u+5e97, u+5f15, u+5fc3, u+5fdc, u+601d, u+611b, u+611f, u+671f, u+6728, u+6765, u+683c, u+6b21, u+6ce8, u+6d3b, u+6d77, u+7530, u+7740, u+7acb, u+7d50, u+826f, u+8f09, u+8fbc, u+9001, u+9053, u+91ce, u+9762, u+98df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-176.BVfgnrnH.woff2) format("woff2");
    unicode-range: u+7c, u+3080, u+4ee5, u+5148, u+516c, u+521d, u+5225, u+529b, u+52a0, u+53ef, u+56de, u+56fd, u+5909, u+591a, u+5b66, u+5b9f, u+5bb6, u+5bfe, u+5e73, u+5e83, u+5ea6, u+5f53, u+6027, u+610f, u+6210, u+6240, u+660e, u+66f4, u+66f8, u+6709, u+6771, u+697d, u+69d8, u+6a5f, u+6c34, u+6cbb, u+73fe, u+756a, u+7684, u+771f, u+793a, u+7f8e, u+898f, u+8a2d, u+8a71, u+8fd1, u+9078, u+9577, u+96fb, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-177.yPyzjJqA.woff2) format("woff2");
    unicode-range: u+a9, u+3010-3011, u+30e2, u+4e0b, u+4eca, u+4ed6, u+4ed8, u+4f53, u+4f5c, u+4f7f, u+53d6, u+540d, u+54c1, u+5730, u+5916, u+5b50, u+5c0f, u+5f8c, u+624b, u+6570, u+6587, u+6599, u+691c, u+696d, u+6cd5, u+7269, u+7279, u+7406, u+767a-767b, u+77e5, u+7d04, u+7d22, u+8005, u+80fd, u+81ea, u+8868, u+8981, u+89a7, u+901a, u+9023, u+90e8, u+91d1, u+9332, u+958b, u+96c6, u+9ad8, u+ff1a, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-178.CuhrzsOu.woff2) format("woff2");
    unicode-range: u+4e, u+a0, u+3000, u+300c-300d, u+4e00, u+4e0a, u+4e2d, u+4e8b, u+4eba, u+4f1a, u+5165, u+5168, u+5185, u+51fa, u+5206, u+5229, u+524d, u+52d5, u+5408, u+554f, u+5831, u+5834, u+5927, u+5b9a, u+5e74, u+5f0f, u+60c5, u+65b0, u+65b9, u+6642, u+6700, u+672c, u+682a, u+6b63, u+6c17, u+7121, u+751f, u+7528, u+753b, u+76ee, u+793e, u+884c, u+898b, u+8a18, u+9593, u+95a2, u+ff01, u+ff08-ff09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-179.CWRUxe43.woff2) format("woff2");
    unicode-range: u+21-22, u+27-2a, u+2c-3b, u+3f, u+41-4d, u+4f-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+b7, u+bb, u+c9, u+cd, u+d6, u+d8, u+dc, u+e0-e5, u+e7-ed, u+ef, u+f1-f4, u+f6, u+f8, u+fa, u+fc-fd, u+103, u+14d, u+1b0, u+300-301, u+1ebf, u+1ec7, u+2013-2014, u+201c-201d, u+2039-203a, u+203c, u+2048-2049, u+2113, u+2122, u+65e5, u+6708, u+70b9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-180.CtZ3i-EF.woff2) format("woff2");
    unicode-range: u+20, u+2027, u+3001-3002, u+3041-307f, u+3081-308f, u+3091-3093, u+3099-309a, u+309d-309e, u+30a1-30e1, u+30e3-30ed, u+30ef-30f0, u+30f2-30f4, u+30fb-30fe, u+ff0c, u+ff0e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-181.BRl66X3J.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-182.DtCMfjuO.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-183.CGMUG_lm.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_JP-300-184.CwRgQChf.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-61.DHFiCEWf.woff2) format("woff2");
    unicode-range: u+25ee8, u+25f23, u+25f5c, u+25fd4, u+25fe0, u+25ffb, u+2600c, u+26017, u+26060, u+260ed, u+26222, u+2626a, u+26270, u+26286, u+2634c, u+26402, u+2667e, u+266b0, u+2671d, u+268dd, u+268ea, u+26951, u+2696f, u+26999, u+269dd, u+26a1e, u+26a58, u+26a8c, u+26ab7, u+26aff, u+26c29, u+26c73, u+26c9e, u+26cdd, u+26e40, u+26e65, u+26f94, u+26ff6-26ff8, u+270f4, u+2710d, u+27139, u+273da-273db, u+273fe, u+27410, u+27449, u+27614-27615, u+27631, u+27684, u+27693, u+2770e, u+27723, u+27752, u+278b2, u+27985, u+279b4, u+27a84, u+27bb3, u+27bbe, u+27bc7, u+27c3c, u+27cb8, u+27d73, u+27da0, u+27e10, u+27eaf, u+27fb7, u+2808a, u+280bb, u+28277, u+28282, u+282f3, u+283cd, u+2840c, u+28455, u+284dc, u+2856b, u+285c8-285c9, u+286d7, u+286fa, u+28946, u+28949, u+2896b, u+28987-28988, u+289ba-289bb, u+28a1e, u+28a29, u+28a43, u+28a71, u+28a99, u+28acd, u+28add, u+28ae4, u+28bc1, u+28bef, u+28cdd, u+28d10, u+28d71, u+28dfb, u+28e0f, u+28e17, u+28e1f, u+28e36, u+28e89, u+28eeb, u+28ef6, u+28f32, u+28ff8, u+292a0, u+292b1, u+29490, u+295cf, u+2967f, u+296f0, u+29719, u+29750, u+29810, u+298c6, u+29a72, u+29d4b, u+29ddb, u+29e15, u+29e3d, u+29e49, u+29e8a, u+29ec4, u+29edb, u+29ee9, u+29fce, u+29fd7, u+2a01a, u+2a02f, u+2a082, u+2a0f9, u+2a190, u+2a2b2, u+2a38c, u+2a437, u+2a5f1, u+2a602, u+2a61a, u+2a6b2, u+2a9e6, u+2b746, u+2b751, u+2b753, u+2b75a, u+2b75c, u+2b765, u+2b776-2b777, u+2b77c, u+2b782, u+2b789, u+2b78b, u+2b78e, u+2b794, u+2b7ac, u+2b7af, u+2b7bd, u+2b7c9, u+2b7cf, u+2b7d2, u+2b7d8, u+2b7f0, u+2b80d, u+2b817, u+2b81a, u+2d544, u+2e278, u+2e569, u+2e6ea, u+2f804, u+2f80f, u+2f815, u+2f818, u+2f81a, u+2f822, u+2f828, u+2f82c, u+2f833, u+2f83f, u+2f846, u+2f852, u+2f862, u+2f86d, u+2f873, u+2f877, u+2f884, u+2f899-2f89a, u+2f8a6, u+2f8ac, u+2f8b2, u+2f8b6, u+2f8d3, u+2f8db-2f8dc, u+2f8e1, u+2f8e5, u+2f8ea, u+2f8ed, u+2f8fc, u+2f903, u+2f90b, u+2f90f, u+2f91a, u+2f920-2f921, u+2f945, u+2f947, u+2f96c, u+2f995, u+2f9d0, u+2f9de-2f9df, u+2f9f4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-62.CGdw4P09.woff2) format("woff2");
    unicode-range: u+1f235-1f23b, u+1f240-1f248, u+1f250-1f251, u+2000b, u+20089-2008a, u+200a2, u+200a4, u+200b0, u+200f5, u+20158, u+201a2, u+20213, u+2032b, u+20371, u+20381, u+203f9, u+2044a, u+20509, u+2053f, u+205b1, u+205d6, u+20611, u+20628, u+206ec, u+2074f, u+207c8, u+20807, u+2083a, u+208b9, u+2090e, u+2097c, u+20984, u+2099d, u+20a64, u+20ad3, u+20b1d, u+20b9f, u+20bb7, u+20d45, u+20d58, u+20de1, u+20e64, u+20e6d, u+20e95, u+20f5f, u+21201, u+2123d, u+21255, u+21274, u+2127b, u+212d7, u+212e4, u+212fd, u+2131b, u+21336, u+21344, u+213c4, u+2146d-2146e, u+215d7, u+21647, u+216b4, u+21706, u+21742, u+218bd, u+219c3, u+21a1a, u+21c56, u+21d2d, u+21d45, u+21d62, u+21d78, u+21d92, u+21d9c, u+21da1, u+21db7, u+21de0, u+21e33-21e34, u+21f1e, u+21f76, u+21ffa, u+2217b, u+22218, u+2231e, u+223ad, u+22609, u+226f3, u+2285b, u+228ab, u+2298f, u+22ab8, u+22b46, u+22b4f-22b50, u+22ba6, u+22c1d, u+22c24, u+22de1, u+22e42, u+22feb, u+231b6, u+231c3-231c4, u+231f5, u+23372, u+233cc, u+233d0, u+233d2-233d3, u+233d5, u+233da, u+233df, u+233e4, u+233fe, u+2344a-2344b, u+23451, u+23465, u+234e4, u+2355a, u+23594, u+235c4, u+23638-2363a, u+23647, u+2370c, u+2371c, u+2373f, u+23763-23764, u+237e7, u+237f1, u+237ff, u+23824, u+2383d, u+23a98, u+23c7f, u+23cbe, u+23cfe, u+23d00, u+23d0e, u+23d40, u+23dd3, u+23df9-23dfa, u+23f7e, u+2404b, u+24096, u+24103, u+241c6, u+241fe, u+242ee, u+243bc, u+243d0, u+24629, u+246a5, u+247f1, u+24896, u+248e9, u+24a4d, u+24b56, u+24b6f, u+24c16, u+24d14, u+24e04, u+24e0e, u+24e37, u+24e6a, u+24e8b, u+24ff2, u+2504a, u+25055, u+25122, u+251a9, u+251cd, u+251e5, u+2521e, u+2524c, u+2542e, u+2548e, u+254d9, u+2550e, u+255a7, u+2567f, u+25771, u+257a9, u+257b4, u+25874, u+259c4, u+259cc, u+259d4, u+25ad7, u+25ae3-25ae4, u+25af1, u+25bb2, u+25c4b, u+25c64, u+25da1, u+25e2e, u+25e56, u+25e62, u+25e65, u+25ec2, u+25ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-63.BtUHuvNx.woff2) format("woff2");
    unicode-range: u+ffd7, u+ffda-ffdc, u+ffe0-ffe2, u+ffe4, u+ffe6, u+ffe8-ffee, u+1f100-1f10c, u+1f110-1f16c, u+1f170-1f1ac, u+1f200-1f202, u+1f210-1f234
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-64.DNvXpGdu.woff2) format("woff2");
    unicode-range: u+fa10, u+fa12-fa6d, u+fb00-fb04, u+fe10-fe19, u+fe30-fe42, u+fe44-fe52, u+fe54-fe66, u+fe68-fe6b, u+ff02, u+ff04, u+ff07, u+ff51, u+ff5b, u+ff5d, u+ff5f-ff60, u+ff66, u+ff69, u+ff87, u+ffa1-ffbe, u+ffc2-ffc7, u+ffca-ffcf, u+ffd2-ffd6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-65.CdIxbJip.woff2) format("woff2");
    unicode-range: u+f92d-f959, u+f95b-f9f2, u+f9f4-fa0b, u+fa0e-fa0f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-66.DM4N9eKV.woff2) format("woff2");
    unicode-range: u+9e8b-9e8c, u+9e8e-9e8f, u+9e91-9e92, u+9e95-9e96, u+9e98, u+9e9b, u+9e9d-9e9e, u+9ea4-9ea5, u+9ea8-9eaa, u+9eac-9eb0, u+9eb3-9eb5, u+9eb8, u+9ebc-9ebf, u+9ec3, u+9ec6, u+9ec8, u+9ecb-9ecd, u+9ecf-9ed1, u+9ed4-9ed5, u+9ed8, u+9edb-9ee0, u+9ee4-9ee5, u+9ee7-9ee8, u+9eec-9ef2, u+9ef4-9ef9, u+9efb-9eff, u+9f02-9f03, u+9f07-9f09, u+9f0e-9f12, u+9f14-9f17, u+9f19-9f1b, u+9f1f-9f22, u+9f26, u+9f2a-9f2c, u+9f2f, u+9f31-9f32, u+9f34, u+9f37, u+9f39-9f3a, u+9f3c-9f3f, u+9f41, u+9f43-9f47, u+9f4a, u+9f4e-9f50, u+9f52-9f58, u+9f5a, u+9f5d-9f61, u+9f63, u+9f66-9f6a, u+9f6c-9f73, u+9f75-9f77, u+9f7a, u+9f7d, u+9f7f, u+9f8f-9f92, u+9f94-9f97, u+9f99, u+9f9c-9fa3, u+9fa5, u+9fb4, u+9fbc-9fc2, u+9fc4, u+9fc6, u+9fcc, u+f900-f92c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-67.CKuSGXzo.woff2) format("woff2");
    unicode-range: u+9c3e, u+9c41, u+9c43-9c4a, u+9c4e-9c50, u+9c52-9c54, u+9c56, u+9c58, u+9c5a-9c61, u+9c63, u+9c65, u+9c67-9c6b, u+9c6d-9c6e, u+9c70, u+9c72, u+9c75-9c78, u+9c7a-9c7c, u+9ce6-9ce7, u+9ceb-9cec, u+9cf0, u+9cf2, u+9cf6-9cf7, u+9cf9, u+9d02-9d03, u+9d06-9d09, u+9d0b, u+9d0e, u+9d11-9d12, u+9d15, u+9d17-9d18, u+9d1b-9d1f, u+9d23, u+9d26, u+9d2a-9d2c, u+9d2f-9d30, u+9d32-9d34, u+9d3a, u+9d3c-9d3f, u+9d41-9d48, u+9d4a, u+9d50-9d54, u+9d59, u+9d5d-9d65, u+9d69-9d6c, u+9d6f-9d70, u+9d72-9d73, u+9d76-9d77, u+9d7a-9d7c, u+9d7e, u+9d83-9d84, u+9d86-9d87, u+9d89-9d8a, u+9d8d-9d8e, u+9d92-9d93, u+9d95-9d9a, u+9da1, u+9da4, u+9da9-9dac, u+9dae, u+9db1-9db2, u+9db5, u+9db8-9dbd, u+9dbf-9dc4, u+9dc6-9dc7, u+9dc9-9dca, u+9dcf, u+9dd3-9dd7, u+9dd9-9dda, u+9dde-9de0, u+9de3, u+9de5-9de7, u+9de9, u+9deb, u+9ded-9df0, u+9df3-9df4, u+9df8, u+9dfd-9dfe, u+9e02, u+9e07, u+9e0a, u+9e0d-9e0e, u+9e10-9e12, u+9e15-9e16, u+9e19-9e1f, u+9e75, u+9e79-9e7d, u+9e80-9e85, u+9e87-9e88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-68.BKoThomf.woff2) format("woff2");
    unicode-range: u+9ae5-9ae7, u+9ae9, u+9aeb-9aec, u+9aee-9aef, u+9af1-9af5, u+9af7, u+9af9-9afb, u+9afd, u+9aff-9b06, u+9b08-9b09, u+9b0b-9b0e, u+9b10, u+9b12, u+9b16, u+9b18-9b1d, u+9b1f-9b20, u+9b22-9b23, u+9b25-9b2f, u+9b32-9b35, u+9b37, u+9b39-9b3b, u+9b3d, u+9b43-9b44, u+9b48, u+9b4b-9b4f, u+9b51, u+9b55-9b58, u+9b5b, u+9b5e, u+9b61, u+9b63, u+9b65-9b66, u+9b68, u+9b6a-9b6f, u+9b72-9b79, u+9b7f-9b80, u+9b83-9b87, u+9b89-9b8b, u+9b8d, u+9b8f-9b94, u+9b96-9b97, u+9b9a, u+9b9d-9ba0, u+9ba6-9ba7, u+9ba9-9baa, u+9bac, u+9bb0-9bb2, u+9bb4, u+9bb7-9bb9, u+9bbb-9bbc, u+9bbe-9bc1, u+9bc6-9bc8, u+9bca, u+9bce-9bd2, u+9bd4, u+9bd7-9bd8, u+9bdd, u+9bdf, u+9be1-9be5, u+9be7, u+9bea-9beb, u+9bee-9bf3, u+9bf5, u+9bf7-9bfa, u+9bfd, u+9bff-9c00, u+9c02, u+9c04, u+9c06, u+9c08-9c0d, u+9c0f-9c16, u+9c18-9c1e, u+9c21-9c2a, u+9c2d-9c32, u+9c35-9c37, u+9c39-9c3a, u+9c3d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-69.C4_xzIXh.woff2) format("woff2");
    unicode-range: u+98eb, u+98ed-98ee, u+98f0-98f1, u+98f3, u+98f6, u+9902, u+9907-9909, u+9911-9912, u+9914-9918, u+991a-9922, u+9924, u+9926-9927, u+992b-992c, u+992e, u+9931-9935, u+9939-993e, u+9940-9942, u+9945-9949, u+994b-994e, u+9950-9952, u+9954-9955, u+9958-9959, u+995b-995c, u+995e-9960, u+9963, u+9997-9998, u+999b, u+999d-999f, u+99a3, u+99a5-99a6, u+99a8, u+99ad-99ae, u+99b0-99b2, u+99b5, u+99b9-99ba, u+99bc-99bd, u+99bf, u+99c1, u+99c3, u+99c8-99c9, u+99d1, u+99d3-99d5, u+99d8-99df, u+99e1-99e2, u+99e7, u+99ea-99ee, u+99f0-99f2, u+99f4-99f5, u+99f8-99f9, u+99fb-99fe, u+9a01-9a05, u+9a08, u+9a0a-9a0c, u+9a0f-9a11, u+9a16, u+9a1a, u+9a1e, u+9a20, u+9a22-9a24, u+9a27, u+9a2b, u+9a2d-9a2e, u+9a31, u+9a33, u+9a35-9a38, u+9a3e, u+9a40-9a45, u+9a47, u+9a4a-9a4e, u+9a51-9a52, u+9a54-9a58, u+9a5b, u+9a5d, u+9a5f, u+9a62, u+9a64-9a65, u+9a69-9a6c, u+9aaa, u+9aac-9ab0, u+9ab2, u+9ab4-9ab7, u+9ab9, u+9abb-9ac1, u+9ac3, u+9ac6, u+9ac8, u+9ace-9ad3, u+9ad5-9ad7, u+9adb-9adc, u+9ade-9ae0, u+9ae2-9ae4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-70.CXYG70mO.woff2) format("woff2");
    unicode-range: u+971d, u+9721-9724, u+9728, u+972a, u+9730-9731, u+9733, u+9736, u+9738-9739, u+973b, u+973d-973e, u+9741-9744, u+9746-974a, u+974d-974f, u+9751, u+9755, u+9757-9758, u+975a-975c, u+9760-9761, u+9763-9764, u+9766-9768, u+976a-976b, u+976e, u+9771, u+9773, u+9776-977d, u+977f-9781, u+9785-9786, u+9789, u+978b, u+978f-9790, u+9795-9797, u+9799-979a, u+979c, u+979e-97a0, u+97a2-97a3, u+97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b1-97b6, u+97b8-97ba, u+97bc, u+97be-97bf, u+97c1, u+97c3-97ce, u+97d0-97d1, u+97d4, u+97d7-97d9, u+97db-97de, u+97e0-97e1, u+97e4, u+97e6, u+97ed-97ef, u+97f1-97f2, u+97f4-97f8, u+97fa, u+9804, u+9807, u+980a, u+980c-980f, u+9814, u+9816-9817, u+9819-981a, u+981c, u+981e, u+9820-9821, u+9823-9826, u+982b, u+982e-9830, u+9832-9835, u+9837, u+9839, u+983d-983e, u+9844, u+9846-9847, u+984a-984b, u+984f, u+9851-9853, u+9856-9857, u+9859-985b, u+9862-9863, u+9865-9866, u+986a-986c, u+986f-9871, u+9873-9875, u+98aa-98ab, u+98ad-98ae, u+98b0-98b1, u+98b4, u+98b6-98b8, u+98ba-98bc, u+98bf, u+98c2-98c8, u+98cb-98cc, u+98ce, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5-98e7, u+98e9-98ea
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-71.Ch-jzCYG.woff2) format("woff2");
    unicode-range: u+944a, u+944c, u+9452-9453, u+9455, u+9459-945c, u+945e-9463, u+9468, u+946a-946b, u+946d-9472, u+9475, u+9477, u+947c-947f, u+9481, u+9483-9485, u+9578-9579, u+957e-957f, u+9582, u+9584, u+9586-9588, u+958a, u+958c-958f, u+9592, u+9594, u+9596, u+9598-9599, u+959d-95a1, u+95a4, u+95a6-95a9, u+95ab-95ad, u+95b1, u+95b4, u+95b6, u+95b9-95bf, u+95c3, u+95c6, u+95c8-95cd, u+95d0-95d6, u+95d9-95da, u+95dc-95e2, u+95e4-95e6, u+95e8, u+961d-961e, u+9621-9622, u+9624-9626, u+9628, u+962c, u+962e-962f, u+9631, u+9633-9634, u+9637-963a, u+963c-963d, u+9641-9642, u+964b-964c, u+964f, u+9652, u+9654, u+9656-9658, u+965c-965f, u+9661, u+9666, u+966a, u+966c, u+966e, u+9672, u+9674, u+9677, u+967b-967c, u+967e-967f, u+9681-9684, u+9689, u+968b, u+968d, u+9691, u+9695-9698, u+969a, u+969d, u+969f, u+96a4-96aa, u+96ae-96b4, u+96b6, u+96b8-96bb, u+96bd, u+96c1, u+96c9-96cb, u+96cd-96ce, u+96d2, u+96d5-96d6, u+96d8-96da, u+96dc-96df, u+96e9, u+96ef, u+96f1, u+96f9-96fa, u+9702-9706, u+9708-9709, u+970d-970f, u+9711, u+9713-9714, u+9716, u+9719-971b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-72.CSxf971U.woff2) format("woff2");
    unicode-range: u+92bc-92bd, u+92bf-92c3, u+92c5-92c8, u+92cb-92d0, u+92d2-92d3, u+92d5, u+92d7-92d9, u+92dc-92dd, u+92df-92e1, u+92e3-92e5, u+92e7-92ea, u+92ec, u+92ee, u+92f0, u+92f2, u+92f7-92fb, u+92ff-9300, u+9302, u+9304, u+9308, u+930d, u+930f-9311, u+9314-9315, u+9318-931a, u+931c-931f, u+9321-9325, u+9327-932b, u+932e, u+9333-9337, u+933a-933b, u+9344, u+9347-934a, u+934d, u+9350-9352, u+9354-9358, u+935a, u+935c, u+935e, u+9360, u+9364-9365, u+9367, u+9369-936d, u+936f-9371, u+9373-9374, u+9376, u+937a, u+937d-9382, u+9388, u+938a-938b, u+938d, u+938f, u+9392, u+9394-9395, u+9397-9398, u+939a-939b, u+939e, u+93a1, u+93a3-93a4, u+93a6, u+93a8-93a9, u+93ab-93ad, u+93b0, u+93b4-93b6, u+93b9-93bb, u+93c1, u+93c3-93cd, u+93d0-93d1, u+93d3, u+93d6-93d9, u+93dc-93df, u+93e2, u+93e4-93e8, u+93f1, u+93f5, u+93f7-93fb, u+93fd, u+9401-9404, u+9407-9409, u+940d-9410, u+9413-9417, u+9419-941a, u+941f, u+9421, u+942b, u+942e-942f, u+9431-9434, u+9436, u+9438, u+943a-943b, u+943d, u+943f, u+9441, u+9443-9445, u+9448
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-73.CMqIiZPI.woff2) format("woff2");
    unicode-range: u+9143, u+9146-914c, u+914f, u+9153, u+9156-915b, u+9161, u+9163-9165, u+9167, u+9169, u+916d, u+9172-9174, u+9179-917b, u+9181-9183, u+9185-9187, u+9189-918b, u+918e, u+9191, u+9193-9195, u+9197-9198, u+919e, u+91a1-91a2, u+91a6, u+91a8, u+91aa-91b6, u+91ba-91bd, u+91bf-91c6, u+91c9, u+91cb, u+91d0, u+91d3-91d4, u+91d6-91d7, u+91d9-91db, u+91de-91df, u+91e1, u+91e4-91e6, u+91e9-91ea, u+91ec-91f1, u+91f5-91f7, u+91f9, u+91fb-91fd, u+91ff-9201, u+9204-9207, u+9209-920a, u+920c, u+920e, u+9210-9218, u+921c-921e, u+9223-9226, u+9228-9229, u+922c, u+922e-9230, u+9233, u+9235-923a, u+923c, u+923e-9240, u+9242-9243, u+9245-924b, u+924d-9251, u+9256-925a, u+925c-925e, u+9260-9261, u+9264-9269, u+926e-9270, u+9275-9279, u+927b-927f, u+9288-928a, u+928d-928e, u+9291-9293, u+9295-9297, u+9299, u+929b-929c, u+929f-92a0, u+92a4-92a5, u+92a7-92a8, u+92ab, u+92af, u+92b2-92b3, u+92b6-92bb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-74.BrLnOYdT.woff2) format("woff2");
    unicode-range: u+8f52-8f55, u+8f57-8f58, u+8f5c-8f5e, u+8f61-8f66, u+8f9c-8f9d, u+8f9f-8fa2, u+8fa4-8fa8, u+8fad-8faf, u+8fb4-8fb8, u+8fbe, u+8fc0-8fc2, u+8fc6, u+8fc8, u+8fca-8fcb, u+8fcd, u+8fd0, u+8fd2-8fd3, u+8fd5, u+8fda, u+8fe0, u+8fe2-8fe5, u+8fe8-8fea, u+8fed-8fef, u+8ff1, u+8ff4-8ff6, u+8ff8-8ffb, u+8ffe, u+9002, u+9004-9005, u+9008, u+900b-900e, u+9011, u+9013, u+9015-9016, u+9018, u+901b, u+901e, u+9021, u+9027-902a, u+902c-902d, u+902f, u+9033-9037, u+9039, u+903c, u+903e-903f, u+9041, u+9043-9044, u+9049, u+904c, u+904f-9052, u+9056, u+9058, u+905b-905e, u+9062, u+9066-9068, u+906c, u+906f-9070, u+9072, u+9074, u+9076, u+9079, u+9080-9083, u+9085, u+9087-9088, u+908b-908c, u+908e-9090, u+9095, u+9097-9099, u+909b, u+90a0-90a2, u+90a5, u+90a8, u+90af-90b6, u+90bd-90be, u+90c3-90c5, u+90c7-90c9, u+90cc, u+90d2, u+90d5, u+90d7-90d9, u+90db-90df, u+90e2, u+90e4-90e5, u+90eb, u+90ef-90f0, u+90f2, u+90f4, u+90f6, u+90fe-9100, u+9102, u+9104-9106, u+9108, u+910d, u+9110, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9125, u+9127, u+9129, u+912d-9132, u+9134, u+9136-9137, u+9139-913a, u+913c-913d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-75.0AtZSyp6.woff2) format("woff2");
    unicode-range: u+8dc0, u+8dc2, u+8dc5-8dc8, u+8dca-8dcc, u+8dce-8dcf, u+8dd1, u+8dd4-8dd7, u+8dd9-8ddb, u+8ddf, u+8de3-8de5, u+8de7, u+8dea-8dec, u+8df0-8df2, u+8df4, u+8dfc-8dfd, u+8dff, u+8e01, u+8e04-8e06, u+8e08-8e09, u+8e0b-8e0c, u+8e10-8e11, u+8e14, u+8e16, u+8e1d-8e23, u+8e26-8e27, u+8e30-8e31, u+8e33-8e39, u+8e3d, u+8e40-8e42, u+8e44, u+8e47-8e50, u+8e54-8e55, u+8e59, u+8e5b-8e64, u+8e69, u+8e6c-8e6d, u+8e6f-8e72, u+8e75-8e77, u+8e79-8e7c, u+8e81-8e85, u+8e89, u+8e8b, u+8e90-8e95, u+8e98-8e9b, u+8e9d-8e9e, u+8ea1-8ea2, u+8ea7, u+8ea9-8eaa, u+8eac-8eb1, u+8eb3, u+8eb5-8eb6, u+8eba-8ebb, u+8ebe, u+8ec0-8ec1, u+8ec3-8ec8, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8edb-8edc, u+8ee3, u+8ee8, u+8eeb, u+8eed-8eee, u+8ef0-8ef1, u+8ef7, u+8ef9-8efc, u+8efe, u+8f00, u+8f02, u+8f05, u+8f07-8f08, u+8f0a, u+8f0f-8f10, u+8f12-8f13, u+8f15-8f19, u+8f1b-8f1c, u+8f1e-8f21, u+8f23, u+8f25-8f28, u+8f2b-8f2f, u+8f33-8f37, u+8f39-8f3b, u+8f3e, u+8f40-8f43, u+8f45-8f47, u+8f49-8f4a, u+8f4c-8f4f, u+8f51
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-76.ExBcCLFr.woff2) format("woff2");
    unicode-range: u+8b2d, u+8b30, u+8b37, u+8b3c, u+8b3e, u+8b41-8b46, u+8b48-8b49, u+8b4c-8b4f, u+8b51-8b54, u+8b56, u+8b59, u+8b5b, u+8b5e-8b5f, u+8b63, u+8b69, u+8b6b-8b6d, u+8b6f, u+8b71, u+8b74, u+8b76, u+8b78-8b79, u+8b7c-8b81, u+8b84-8b85, u+8b8a-8b8f, u+8b92-8b96, u+8b99-8b9a, u+8b9c-8ba0, u+8c38-8c3a, u+8c3d-8c3f, u+8c41, u+8c45, u+8c47-8c49, u+8c4b-8c4c, u+8c4e-8c51, u+8c53-8c55, u+8c57-8c59, u+8c5b, u+8c5d, u+8c62-8c64, u+8c66, u+8c68-8c69, u+8c6b-8c6d, u+8c73, u+8c75-8c76, u+8c78, u+8c7a-8c7c, u+8c7e, u+8c82, u+8c85-8c87, u+8c89-8c8b, u+8c8d-8c8e, u+8c90, u+8c92-8c94, u+8c98-8c99, u+8c9b-8c9c, u+8c9f, u+8ca4, u+8cad-8cae, u+8cb2-8cb3, u+8cb6, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc6, u+8cc8-8cc9, u+8ccb, u+8ccd-8ccf, u+8cd2, u+8cd5-8cd6, u+8cd9-8cda, u+8cdd, u+8ce1, u+8ce3-8ce4, u+8ce6, u+8ce8, u+8cec, u+8cef-8cf2, u+8cf4-8cf5, u+8cf7-8cf8, u+8cfa-8cfb, u+8cfd-8cff, u+8d01, u+8d03-8d04, u+8d07, u+8d09-8d0b, u+8d0d-8d10, u+8d12-8d14, u+8d16-8d17, u+8d1b-8d1d, u+8d65, u+8d67, u+8d69, u+8d6b-8d6e, u+8d71, u+8d73, u+8d76, u+8d7f, u+8d81-8d82, u+8d84, u+8d88, u+8d8d, u+8d90-8d91, u+8d95, u+8d99, u+8d9e-8da0, u+8da6, u+8da8, u+8dab-8dac, u+8daf, u+8db2, u+8db5, u+8db7, u+8db9-8dbc, u+8dbe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-77.ByHUprk6.woff2) format("woff2");
    unicode-range: u+8973-8975, u+8977, u+897a-897e, u+8980, u+8983, u+8988-898a, u+898d, u+8990, u+8993-8995, u+8998, u+899b-899c, u+899f-89a1, u+89a5-89a6, u+89a9, u+89ac, u+89af-89b0, u+89b2, u+89b4-89b7, u+89ba, u+89bc-89bd, u+89bf-89c1, u+89d4-89d8, u+89da, u+89dc-89dd, u+89e5, u+89e7, u+89e9, u+89eb, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89f8-89f9, u+89fd, u+89ff, u+8a01, u+8a04-8a05, u+8a07, u+8a0c, u+8a0f-8a12, u+8a14-8a16, u+8a1b, u+8a1d-8a1e, u+8a20-8a22, u+8a24-8a26, u+8a2b-8a2c, u+8a2f, u+8a35-8a37, u+8a3b, u+8a3d-8a3e, u+8a40-8a41, u+8a43, u+8a45-8a49, u+8a4d-8a4e, u+8a51-8a54, u+8a56-8a58, u+8a5b-8a5d, u+8a61-8a62, u+8a65, u+8a67, u+8a6c-8a6d, u+8a75-8a77, u+8a79-8a7c, u+8a7e-8a80, u+8a82-8a86, u+8a8b, u+8a8f-8a92, u+8a96-8a97, u+8a99-8a9a, u+8a9f, u+8aa1, u+8aa3, u+8aa5-8aaa, u+8aae-8aaf, u+8ab3, u+8ab6-8ab7, u+8abb-8abc, u+8abe, u+8ac2-8ac4, u+8ac6, u+8ac8-8aca, u+8acc-8acd, u+8ad0-8ad1, u+8ad3-8ad5, u+8ad7, u+8ada-8ae2, u+8ae4, u+8ae7, u+8aeb-8aec, u+8aee, u+8af0-8af1, u+8af3-8af7, u+8afa, u+8afc, u+8aff, u+8b01-8b02, u+8b04-8b07, u+8b0a-8b0d, u+8b0f-8b11, u+8b14, u+8b16, u+8b1a, u+8b1c, u+8b1e-8b20, u+8b26, u+8b28, u+8b2b-8b2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-78.BnVZleiC.woff2) format("woff2");
    unicode-range: u+87e2-87e6, u+87ea-87ed, u+87ef, u+87f1, u+87f3, u+87f5-87f8, u+87fa-87fb, u+87fe-87ff, u+8801, u+8803, u+8805-8807, u+8809-880b, u+880d-8816, u+8818-881c, u+881e-881f, u+8821-8822, u+8827-8828, u+882d-882e, u+8830-8832, u+8835-8836, u+8839-883c, u+8841-8845, u+8848-884b, u+884d-884e, u+8851-8852, u+8855-8856, u+8858-885a, u+885c, u+885e-8860, u+8862, u+8864, u+8869, u+886b, u+886e-886f, u+8871-8872, u+8875, u+8877, u+8879, u+887b, u+887d-887e, u+8880-8882, u+8888, u+888d, u+8892, u+8897-889c, u+889e-88a0, u+88a2, u+88a4, u+88a8, u+88aa, u+88ae, u+88b0-88b1, u+88b5, u+88b7, u+88ba, u+88bc-88c0, u+88c3-88c4, u+88c6, u+88ca-88ce, u+88d1-88d4, u+88d8-88d9, u+88db, u+88dd-88e1, u+88e7-88e8, u+88ef-88f2, u+88f4-88f5, u+88f7, u+88f9, u+88fc, u+8901-8902, u+8904, u+8906, u+890a, u+890c-890f, u+8913, u+8915-8916, u+8918-891a, u+891c-891e, u+8920, u+8925-8928, u+892a-892b, u+8930-8932, u+8935-893b, u+893e, u+8940-8946, u+8949, u+894c-894d, u+894f, u+8952, u+8956-8957, u+895a-895c, u+895e, u+8960-8964, u+8966, u+896a-896b, u+896d-8970
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-79.CDpMH8Uy.woff2) format("woff2");
    unicode-range: u+8655-8659, u+865b, u+865d-8664, u+8667, u+8669, u+866c, u+866f, u+8671, u+8675-8677, u+867a-867b, u+867d, u+8687-8689, u+868b-868d, u+8691, u+8693, u+8695-8696, u+8698, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a6-86ab, u+86ad, u+86af-86b1, u+86b3-86b9, u+86bf-86c1, u+86c3-86c6, u+86c9, u+86cb, u+86ce, u+86d1-86d2, u+86d4-86d5, u+86d7, u+86da, u+86dc, u+86de-86e0, u+86e3-86e7, u+86e9, u+86ec-86ed, u+86ef, u+86f8-86fe, u+8700, u+8703-870b, u+870d-8714, u+8719-871a, u+871e-871f, u+8721-8723, u+8725, u+8728-8729, u+872e-872f, u+8731-8732, u+8734, u+8737, u+8739-8740, u+8743, u+8745, u+8749, u+874b-874e, u+8751, u+8753, u+8755, u+8757-8759, u+875d, u+875f-8761, u+8763-8766, u+8768, u+876a, u+876e-876f, u+8771-8772, u+8774, u+8778, u+877b-877c, u+877f, u+8782-8789, u+878b-878c, u+878e, u+8790, u+8793, u+8795, u+8797-8799, u+879e-87a0, u+87a2-87a3, u+87a7, u+87ab-87af, u+87b1, u+87b3, u+87b5, u+87bb, u+87bd-87c1, u+87c4, u+87c6-87cb, u+87ce, u+87d0, u+87d2, u+87d5-87d6, u+87d9-87da, u+87dc, u+87df-87e0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-80.B2librmO.woff2) format("woff2");
    unicode-range: u+84b4, u+84b9-84bb, u+84bd-84c2, u+84c6-84ca, u+84cc-84d1, u+84d3, u+84d6, u+84d9-84da, u+84dc, u+84e7, u+84ea, u+84ec, u+84ef-84f2, u+84f4, u+84f7, u+84fa-84fd, u+84ff-8500, u+8502-8503, u+8506-8507, u+850c, u+850e, u+8510, u+8514-8515, u+8517-8518, u+851a-851c, u+851e-851f, u+8521-8525, u+8527, u+852a-852c, u+852f, u+8532-8534, u+8536, u+853e-8541, u+8543, u+8546, u+8548, u+854a-854b, u+854f-8553, u+8555-855a, u+855c-8564, u+8569-856b, u+856d, u+856f, u+8577, u+8579-857b, u+857d-8581, u+8585-8586, u+8588-858c, u+858f-8591, u+8593, u+8597-8598, u+859b-859d, u+859f-85a0, u+85a2, u+85a4-85a5, u+85a7-85a8, u+85ad-85b0, u+85b4, u+85b6-85ba, u+85bc-85bf, u+85c1-85c2, u+85c7, u+85c9-85cb, u+85ce-85d0, u+85d5, u+85d8-85da, u+85dc, u+85df-85e1, u+85e5-85e6, u+85e8, u+85ed, u+85f3-85f4, u+85f6-85f7, u+85f9-85fa, u+85fc, u+85fe-8600, u+8602, u+8604-8606, u+860a-860b, u+860d-860e, u+8610-8613, u+8616-861b, u+861e, u+8621-8622, u+8624, u+8627, u+8629, u+862f-8630, u+8636, u+8638-863a, u+863c-863d, u+863f-8642, u+8646, u+864d, u+8652-8654
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-81.DyD78Qc8.woff2) format("woff2");
    unicode-range: u+82e8, u+82ea, u+82ed, u+82ef, u+82f3-82f4, u+82f6-82f7, u+82f9, u+82fb, u+82fd-82fe, u+8300-8301, u+8303, u+8306-8308, u+830a-830c, u+8316-8318, u+831b, u+831d-831f, u+8321-8323, u+832b-8335, u+8337, u+833a, u+833c-833d, u+8340, u+8342-8347, u+834a, u+834d-8351, u+8353-8357, u+835a, u+8362-8363, u+8370, u+8373, u+8375, u+8378, u+837c-837d, u+837f-8380, u+8382, u+8384-8387, u+838a, u+838d-838e, u+8392-8396, u+8398-83a0, u+83a2, u+83a6-83ad, u+83b1, u+83b5, u+83bd-83c1, u+83c7, u+83c9, u+83ce-83d1, u+83d4, u+83d6, u+83d8, u+83dd, u+83df-83e1, u+83e5, u+83e8, u+83ea-83eb, u+83f0, u+83f2, u+83f4, u+83f6-83f9, u+83fb-83fd, u+8401, u+8403-8404, u+8406-8407, u+840a-840b, u+840d, u+840f, u+8411, u+8413, u+8415, u+8417, u+8419, u+8420, u+8422, u+842a, u+842f, u+8431, u+8435, u+8438-8439, u+843c, u+8445-8448, u+844a, u+844d-844f, u+8451-8452, u+8456, u+8458-845a, u+845c, u+845f-8462, u+8464-8467, u+8469-846b, u+846d-8470, u+8473-8474, u+8476-847a, u+847c-847d, u+8481-8482, u+8484-8485, u+848b, u+8490, u+8492-8493, u+8495, u+8497, u+849c, u+849e-849f, u+84a1, u+84a6, u+84a8-84aa, u+84ad, u+84af, u+84b1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-82.DJPfqOjz.woff2) format("woff2");
    unicode-range: u+814a, u+814c, u+8151-8153, u+8157, u+815f-8161, u+8165-8169, u+816d-816f, u+8171, u+8173-8174, u+8177, u+8180-8186, u+8188, u+818a-818b, u+818e, u+8190, u+8193, u+8195-8196, u+8198, u+819b, u+819e, u+81a0, u+81a2, u+81a4, u+81a9, u+81ae, u+81b0, u+81b2, u+81b4-81b5, u+81b8, u+81ba-81bb, u+81bd-81be, u+81c0-81c3, u+81c5-81c6, u+81c8-81cb, u+81cd-81cf, u+81d1, u+81d5-81db, u+81dd-81e1, u+81e4-81e5, u+81e7, u+81eb-81ec, u+81ef-81f2, u+81f5-81f6, u+81f8-81fb, u+81fd-8205, u+8209-820b, u+820d, u+820f, u+8212-8214, u+8216, u+8219-821d, u+8221-8222, u+8228-8229, u+822b, u+822e, u+8232-8235, u+8237-8238, u+823a, u+823c, u+8240, u+8243-8246, u+8249, u+824b, u+824e-824f, u+8251, u+8256-825a, u+825c-825d, u+825f-8260, u+8262-8264, u+8267-8268, u+826a-826b, u+826d-826e, u+8271, u+8274, u+8277, u+8279, u+827b, u+827d-8281, u+8283-8284, u+8287, u+8289-828a, u+828d-828e, u+8291-8294, u+8296, u+8298-829b, u+829f-82a1, u+82a3-82a4, u+82a7-82ac, u+82ae, u+82b0, u+82b2, u+82b4, u+82b7, u+82ba-82bc, u+82be-82bf, u+82c5-82c6, u+82d0, u+82d2-82d3, u+82d5, u+82d9-82da, u+82dc, u+82de-82e4, u+82e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-83.DfTor7-W.woff2) format("woff2");
    unicode-range: u+7f77-7f79, u+7f7d-7f80, u+7f82-7f83, u+7f86-7f88, u+7f8b-7f8d, u+7f8f-7f91, u+7f94, u+7f96-7f97, u+7f9a, u+7f9c-7f9d, u+7fa1-7fa3, u+7fa6, u+7faa, u+7fad-7faf, u+7fb2, u+7fb4, u+7fb6, u+7fb8-7fb9, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fc5-7fc6, u+7fc8, u+7fca, u+7fce-7fcf, u+7fd5, u+7fdb, u+7fdf, u+7fe1, u+7fe3, u+7fe5-7fe6, u+7fe8-7fe9, u+7feb-7fec, u+7fee-7ff0, u+7ff2-7ff3, u+7ff9-7ffa, u+7ffd-7fff, u+8002, u+8004, u+8006-8008, u+800a-800f, u+8011-8014, u+8016, u+8018-8019, u+801c-8021, u+8024, u+8026, u+8028, u+802c, u+802e, u+8030, u+8034-8035, u+8037, u+8039-8040, u+8043-8044, u+8046, u+804a, u+8052, u+8058, u+805a, u+805f-8060, u+8062, u+8064, u+8066, u+8068, u+806d, u+806f-8073, u+8075-8076, u+8079, u+807b, u+807d-8081, u+8084-8088, u+808b, u+808e, u+8093, u+8099-809a, u+809c, u+809e, u+80a4, u+80a6-80a7, u+80ab-80ad, u+80b1, u+80b8-80b9, u+80c4-80c5, u+80c8, u+80ca, u+80cd, u+80cf, u+80d2, u+80d4-80db, u+80dd, u+80e0, u+80e4-80e6, u+80ed-80f3, u+80f5-80f7, u+80f9-80fc, u+80fe, u+8101, u+8103, u+8109, u+810b, u+810d, u+8116-8118, u+811b-811c, u+811e, u+8120, u+8123-8124, u+8127, u+8129, u+812b-812c, u+812f-8130, u+8135, u+8139-813a, u+813c-813e, u+8141, u+8145-8147
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-84.cf1UE2HF.woff2) format("woff2");
    unicode-range: u+7d57, u+7d59-7d5d, u+7d63, u+7d65, u+7d67, u+7d6a, u+7d6e, u+7d70, u+7d72-7d73, u+7d78, u+7d7a-7d7b, u+7d7d, u+7d7f, u+7d81-7d83, u+7d85-7d86, u+7d88-7d89, u+7d8b-7d8d, u+7d8f, u+7d91, u+7d93, u+7d96-7d97, u+7d9b-7da0, u+7da2-7da3, u+7da6-7da7, u+7daa-7dac, u+7dae-7db0, u+7db3, u+7db5-7db9, u+7dbd, u+7dc0, u+7dc2-7dc7, u+7dcc-7dce, u+7dd0, u+7dd5-7dd9, u+7ddc-7dde, u+7de1-7de6, u+7dea-7ded, u+7df1-7df2, u+7df5-7df6, u+7df9-7dfa, u+7e00, u+7e05, u+7e08-7e0b, u+7e10-7e12, u+7e15, u+7e17, u+7e1c-7e1d, u+7e1f-7e23, u+7e27-7e28, u+7e2c-7e2d, u+7e2f, u+7e31-7e33, u+7e35-7e37, u+7e39-7e3b, u+7e3d, u+7e3f, u+7e43-7e48, u+7e4e, u+7e50, u+7e52, u+7e56, u+7e58-7e5a, u+7e5d-7e5f, u+7e61-7e62, u+7e65-7e67, u+7e69-7e6b, u+7e6d-7e6f, u+7e73, u+7e75, u+7e78-7e79, u+7e7b-7e7f, u+7e81-7e83, u+7e86-7e8a, u+7e8c-7e8e, u+7e90-7e96, u+7e98, u+7e9a-7e9f, u+7f38, u+7f3a-7f3f, u+7f43-7f45, u+7f47, u+7f4c-7f50, u+7f52-7f55, u+7f58, u+7f5b-7f5d, u+7f5f, u+7f61, u+7f63-7f69, u+7f6b, u+7f6d, u+7f71
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-85.yZHa4UTh.woff2) format("woff2");
    unicode-range: u+7bc8, u+7bca-7bcc, u+7bcf, u+7bd4, u+7bd6-7bd7, u+7bd9-7bdb, u+7bdd, u+7be5-7be6, u+7be8-7bea, u+7bf0, u+7bf2-7bfa, u+7bfc, u+7bfe, u+7c00-7c04, u+7c06-7c07, u+7c09, u+7c0b-7c0f, u+7c11-7c14, u+7c17, u+7c19, u+7c1b, u+7c1e-7c20, u+7c23, u+7c25-7c28, u+7c2a-7c2c, u+7c2f, u+7c31, u+7c33-7c34, u+7c36-7c3a, u+7c3d-7c3e, u+7c40, u+7c42-7c43, u+7c45-7c46, u+7c4a, u+7c4c, u+7c4f-7c5f, u+7c61, u+7c63-7c65, u+7c67, u+7c69, u+7c6c-7c70, u+7c72, u+7c75, u+7c79, u+7c7b-7c7e, u+7c81-7c83, u+7c86-7c87, u+7c8d, u+7c8f-7c90, u+7c94, u+7c9e, u+7ca0-7ca2, u+7ca4-7ca6, u+7ca8, u+7cab, u+7cad-7cae, u+7cb0-7cb3, u+7cb6-7cb7, u+7cb9-7cbd, u+7cbf-7cc0, u+7cc2, u+7cc4-7cc5, u+7cc7-7cca, u+7ccd-7ccf, u+7cd2-7cd5, u+7cd7-7cda, u+7cdc-7cdd, u+7cdf-7ce0, u+7ce2, u+7ce6, u+7ce9, u+7ceb, u+7cef, u+7cf2, u+7cf4-7cf6, u+7cf9-7cfa, u+7cfe, u+7d02-7d03, u+7d06-7d0a, u+7d0f, u+7d11-7d13, u+7d15-7d16, u+7d1c-7d1e, u+7d23, u+7d26, u+7d2a, u+7d2c-7d2e, u+7d31-7d32, u+7d35, u+7d3c-7d41, u+7d43, u+7d45, u+7d47-7d48, u+7d4b, u+7d4d-7d4f, u+7d51, u+7d53, u+7d55-7d56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-86.DLuEM54N.woff2) format("woff2");
    unicode-range: u+7a17-7a19, u+7a1b, u+7a1e-7a21, u+7a27, u+7a2b, u+7a2d, u+7a2f-7a31, u+7a34-7a35, u+7a37-7a3b, u+7a3e, u+7a43-7a49, u+7a4c, u+7a4e, u+7a50, u+7a55-7a57, u+7a59, u+7a5c-7a5d, u+7a5f-7a63, u+7a65, u+7a67, u+7a69-7a6a, u+7a6d, u+7a70, u+7a75, u+7a78-7a79, u+7a7d-7a7e, u+7a80, u+7a82, u+7a84-7a86, u+7a88, u+7a8a-7a8b, u+7a90-7a91, u+7a94-7a98, u+7a9e, u+7aa0, u+7aa3, u+7aa9, u+7aac, u+7ab0, u+7ab3, u+7ab5-7ab6, u+7ab9-7abf, u+7ac3, u+7ac5-7aca, u+7acc-7acf, u+7ad1-7ad3, u+7ad5, u+7ada-7adb, u+7add, u+7adf, u+7ae1-7ae2, u+7ae6-7aed, u+7af0-7af1, u+7af4, u+7af8, u+7afa-7afb, u+7afd-7afe, u+7b02, u+7b04, u+7b06-7b08, u+7b0a-7b0b, u+7b0f, u+7b12, u+7b14, u+7b18-7b19, u+7b1e-7b1f, u+7b23, u+7b25, u+7b27-7b2b, u+7b2d-7b31, u+7b33-7b36, u+7b3b, u+7b3d, u+7b3f-7b41, u+7b45, u+7b47, u+7b4c-7b50, u+7b53, u+7b55, u+7b5d, u+7b60, u+7b64-7b66, u+7b69-7b6a, u+7b6c-7b75, u+7b77, u+7b79-7b7a, u+7b7f, u+7b84, u+7b86, u+7b89, u+7b8d-7b92, u+7b96, u+7b98-7ba0, u+7ba5, u+7bac-7bad, u+7baf-7bb0, u+7bb2, u+7bb4-7bb6, u+7bba-7bbd, u+7bc1-7bc2, u+7bc5-7bc6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-87.CnoZEOIe.woff2) format("woff2");
    unicode-range: u+7851-7852, u+785c, u+785e, u+7860-7861, u+7863-7864, u+7868, u+786a, u+786e-786f, u+7872, u+7874, u+787a, u+787c, u+787e, u+7886-7887, u+788a, u+788c-788f, u+7893-7895, u+7898, u+789a, u+789d-789f, u+78a1, u+78a3-78a4, u+78a8-78aa, u+78ac-78ad, u+78af-78b3, u+78b5, u+78bb-78bf, u+78c5-78cc, u+78ce, u+78d1-78d6, u+78da-78db, u+78df-78e1, u+78e4, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78f6-78f7, u+78f9-78fb, u+78fd-7901, u+7906-7907, u+790c, u+7910-7912, u+7919-791c, u+791e-7920, u+7925-792e, u+7930-7931, u+7934-7935, u+793b, u+793d, u+793f, u+7941-7942, u+7944-7946, u+794a-794b, u+794f, u+7951, u+7954-7955, u+7957-7958, u+795a-795c, u+795f-7960, u+7962, u+7967, u+7969, u+796b, u+7972, u+7977, u+7979-797c, u+797e-7980, u+798a-798e, u+7991, u+7993-7996, u+7998, u+799b-799d, u+79a1, u+79a6-79ab, u+79ae-79b1, u+79b3-79b4, u+79b8-79bb, u+79bd-79be, u+79c2, u+79c4, u+79c7-79ca, u+79cc-79cd, u+79cf, u+79d4-79d6, u+79da, u+79dd-79e3, u+79e5, u+79e7, u+79ea-79ed, u+79f1, u+79f8, u+79fc, u+7a02-7a03, u+7a05, u+7a07-7a0a, u+7a0c-7a0d, u+7a11, u+7a15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-88.Cm_LDn2I.woff2) format("woff2");
    unicode-range: u+768c-768e, u+7690, u+7693, u+7695-7696, u+7699-76a8, u+76aa, u+76ad, u+76af-76b0, u+76b4, u+76b6-76ba, u+76bd, u+76c1-76c3, u+76c5, u+76c8-76c9, u+76cb-76ce, u+76d2, u+76d4, u+76d6, u+76d9, u+76dc, u+76de, u+76e0-76e1, u+76e5-76e8, u+76ea-76ec, u+76f0-76f1, u+76f6, u+76f9, u+76fb-76fc, u+7700, u+7704, u+7706-7708, u+770a, u+770e, u+7712, u+7714-7715, u+7717, u+7719-771c, u+7722, u+7724-7726, u+7728, u+772d-772f, u+7734-7739, u+773d-773e, u+7742, u+7745-7747, u+774a, u+774d-774f, u+7752, u+7756-7758, u+775a-775c, u+775e-7760, u+7762, u+7764-7765, u+7767, u+776a-776c, u+7770, u+7772-7774, u+7779-777a, u+777c-7780, u+7784, u+778b-778e, u+7794-7796, u+779a, u+779e-77a0, u+77a2, u+77a4-77a5, u+77a7, u+77a9-77aa, u+77ae-77b1, u+77b5-77b7, u+77b9, u+77bb-77bf, u+77c3, u+77c7, u+77c9, u+77cd, u+77d1-77d2, u+77d5, u+77d7, u+77d9-77da, u+77dc, u+77de-77e0, u+77e3-77e4, u+77e6-77e7, u+77e9-77ea, u+77ec, u+77ee, u+77f0-77f1, u+77f4, u+77f8, u+77fb-77fc, u+7805-7806, u+7809, u+780c-780e, u+7811-7812, u+7819, u+781d, u+7820-7823, u+7826-7827, u+782c-782e, u+7830, u+7835, u+7837, u+783a, u+783f, u+7843-7845, u+7847-7848, u+784c, u+784e-784f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-89.DFM9eBlp.woff2) format("woff2");
    unicode-range: u+7511-7513, u+7515-7517, u+751c, u+751e, u+7520-7522, u+7524, u+7526-7527, u+7529-752c, u+752f, u+7536, u+7538-7539, u+753c-7540, u+7543-7544, u+7546-754b, u+754d-7550, u+7552, u+7557, u+755a-755b, u+755d-755f, u+7561-7562, u+7564, u+7566-7567, u+7569, u+756b-756d, u+756f, u+7571-7572, u+7574-757e, u+7581-7582, u+7585-7587, u+7589-758c, u+758f-7590, u+7592-7595, u+7599-759a, u+759c-759d, u+75a2-75a5, u+75b0-75b1, u+75b3-75b5, u+75b7-75b8, u+75ba, u+75bd, u+75bf-75c4, u+75c6, u+75ca, u+75cc-75cf, u+75d3-75d4, u+75d7-75d8, u+75dc-75e1, u+75e3-75e4, u+75e7, u+75ec, u+75ee-75f3, u+75f9, u+75fc, u+75fe-7604, u+7607-760c, u+760f, u+7612-7613, u+7615-7616, u+7618-7619, u+761b-7629, u+762d, u+7630, u+7632-7635, u+7638-763c, u+7640-7641, u+7643-764b, u+764e, u+7655, u+7658-7659, u+765c, u+765f, u+7661-7662, u+7664-7665, u+7667-766a, u+766c-7672, u+7674, u+7676, u+7678, u+7680-7683, u+7685, u+7688, u+768b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-90.BKWdwjTI.woff2) format("woff2");
    unicode-range: u+736c, u+736e-7371, u+7375, u+7377-737c, u+7380-7381, u+7383, u+7385-7386, u+738a, u+738e, u+7390, u+7393-7398, u+739c, u+739e-73a0, u+73a2, u+73a5-73a6, u+73a8, u+73aa-73ab, u+73ad, u+73b3, u+73b5, u+73b7, u+73b9-73bd, u+73bf, u+73c5-73c6, u+73c9-73cc, u+73ce-73cf, u+73d2-73d3, u+73d6, u+73d9, u+73dd-73de, u+73e1, u+73e3-73e7, u+73e9-73ea, u+73ee, u+73f1, u+73f4-73f5, u+73f7-73fb, u+73fd, u+73ff-7401, u+7404-7405, u+7407, u+740a, u+7411, u+7413, u+741a-741b, u+7421, u+7424, u+7426, u+7428-7431, u+7433, u+7439-743a, u+743f-7441, u+7443-7444, u+7446-7447, u+744b, u+744d, u+7451-7453, u+7455, u+7457, u+7459-745a, u+745c-745d, u+745f, u+7462-7464, u+7466-746b, u+746d-7473, u+7476, u+747e, u+7480-7481, u+7485-7489, u+748b, u+748f-7492, u+7497-749a, u+749c, u+749e-74a3, u+74a5-74a6, u+74a8-74ab, u+74ae-74af, u+74b1-74b2, u+74b5, u+74b9-74bb, u+74bd, u+74bf, u+74c8-74ca, u+74cc, u+74cf-74d0, u+74d3-74d4, u+74d6, u+74d8, u+74da-74db, u+74de-74e0, u+74e3-74e4, u+74e7-74eb, u+74ee-74f2, u+74f4, u+74f7-74f8, u+74fa-74fc, u+74ff, u+7501, u+7503-7506, u+750c-750e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-91.CGx0gSHx.woff2) format("woff2");
    unicode-range: u+7166, u+7168, u+716c, u+7179, u+7180, u+7184-7185, u+7187-7188, u+718c, u+718f, u+7192, u+7194-7196, u+7199-719b, u+71a0, u+71a2, u+71a8, u+71ac, u+71ae-71b0, u+71b2-71b3, u+71b9-71ba, u+71be-71c1, u+71c4, u+71c9, u+71cb-71cc, u+71ce, u+71d0, u+71d2-71d4, u+71d6-71d7, u+71d9-71da, u+71dc, u+71df-71e0, u+71e6-71e7, u+71ec-71ee, u+71f4-71f5, u+71f8-71f9, u+71fc, u+71fe-7200, u+7207-7209, u+720d, u+7210, u+7213, u+7215, u+7217, u+721a, u+721d, u+721f, u+7224, u+7228, u+722b, u+722d, u+722f-7230, u+7232, u+7234, u+7238-7239, u+723b-723c, u+723e-7243, u+7245-7246, u+724b, u+724e-7250, u+7252-7253, u+7255-7258, u+725a, u+725c, u+725e, u+7260, u+7263, u+7268, u+726b, u+726e-726f, u+7271, u+7274, u+7277-7278, u+727b-727c, u+727e-7282, u+7284, u+7287, u+7289, u+728d-728e, u+7292-7293, u+7296, u+729b, u+72a2, u+72a7-72a8, u+72ad-72ae, u+72b0-72b2, u+72b4, u+72b9, u+72be, u+72c0-72c1, u+72c3-72c4, u+72c6-72c7, u+72c9, u+72cc, u+72ce, u+72d2, u+72d5-72d6, u+72d8, u+72df-72e2, u+72e5, u+72f3-72f4, u+72f7, u+72f9-72fb, u+72fd-72fe, u+7302, u+7304-7305, u+7307, u+730a-730b, u+730d, u+7312-7313, u+7316-7319, u+731c-731e, u+7322, u+7324, u+7327-7329, u+732c, u+732f, u+7331-7337, u+7339-733b, u+733d-733e, u+7343, u+734d-7350, u+7352, u+7356-7358, u+735d-7360, u+7366-736b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-92.B-26crnv.woff2) format("woff2");
    unicode-range: u+6f58-6f5b, u+6f5d-6f5e, u+6f60-6f62, u+6f66, u+6f68, u+6f6c-6f6d, u+6f6f, u+6f74, u+6f78, u+6f7a, u+6f7c-6f7e, u+6f80, u+6f82-6f83, u+6f86-6f88, u+6f8b-6f8e, u+6f90-6f94, u+6f96-6f98, u+6f9a, u+6f9d, u+6f9f-6fa1, u+6fa3, u+6fa5-6fa8, u+6fae-6fb1, u+6fb3, u+6fb5-6fb7, u+6fb9, u+6fbc, u+6fbe, u+6fc2, u+6fc5-6fca, u+6fd4-6fd5, u+6fd8, u+6fda-6fdb, u+6fde-6fe0, u+6fe4, u+6fe8-6fe9, u+6feb-6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ff9-6ffa, u+6ffc-6ffe, u+7000-7001, u+7005-7007, u+7009-700b, u+700d, u+700f, u+7011, u+7015, u+7017-7018, u+701a-701b, u+701d-7020, u+7023, u+7026, u+7028, u+702f-7030, u+7032, u+7034, u+7037, u+7039-703a, u+703c, u+703e, u+7043-7044, u+7047-704c, u+704e, u+7051, u+7054-7055, u+705d-705e, u+7064-7065, u+7069, u+706c, u+706e, u+7075-7076, u+707e, u+7081, u+7085-7086, u+7094-7098, u+709b, u+709f, u+70a4, u+70ab-70ac, u+70ae-70b1, u+70b3-70b4, u+70b7, u+70bb, u+70ca-70cb, u+70d1, u+70d3-70d6, u+70d8-70d9, u+70dc-70dd, u+70df, u+70e4, u+70ec, u+70f1, u+70fa, u+70fd, u+7103-7108, u+710b-710c, u+710f, u+7114, u+7119, u+711c, u+711e, u+7120, u+712b, u+712d-7131, u+7138, u+7141, u+7145-7147, u+7149-714b, u+7150-7153, u+7155-7157, u+715a, u+715c, u+715e, u+7160, u+7162, u+7164-7165
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-93.HBlF4KZ8.woff2) format("woff2");
    unicode-range: u+6d7c, u+6d80-6d82, u+6d85, u+6d87, u+6d89-6d8a, u+6d8c-6d8e, u+6d91-6d98, u+6d9c, u+6daa-6dac, u+6dae, u+6db4-6db5, u+6db7-6db9, u+6dbd, u+6dbf, u+6dc2, u+6dc4-6dc8, u+6dca, u+6dcc, u+6dce-6dd0, u+6dd2, u+6dd5-6dd6, u+6dd8-6ddb, u+6ddd-6de0, u+6de2, u+6de4-6de6, u+6de8-6dea, u+6dec, u+6dee-6df0, u+6df2, u+6df4, u+6df6, u+6df8-6dfa, u+6dfc, u+6e00, u+6e04, u+6e0a, u+6e17, u+6e19, u+6e1d-6e20, u+6e22-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e32, u+6e34, u+6e36, u+6e38-6e3c, u+6e42-6e45, u+6e48-6e49, u+6e4b-6e4f, u+6e51-6e54, u+6e57, u+6e5b-6e5f, u+6e62-6e63, u+6e68, u+6e6b, u+6e6e, u+6e72-6e73, u+6e76, u+6e7b, u+6e7d, u+6e82, u+6e89, u+6e8c-6e8d, u+6e8f, u+6e93, u+6e98-6e99, u+6e9f-6ea0, u+6ea5, u+6ea7, u+6eaa-6eab, u+6ead-6eaf, u+6eb1-6eb4, u+6eb7, u+6ebb-6ebd, u+6ebf-6ec4, u+6ec7-6eca, u+6ecc-6ecf, u+6ed3-6ed5, u+6ed9-6edb, u+6ee6, u+6eeb-6eef, u+6ef7-6ef9, u+6efb, u+6efd-6eff, u+6f04, u+6f08-6f0a, u+6f0c-6f0d, u+6f10-6f11, u+6f13, u+6f15-6f16, u+6f18, u+6f1a-6f1b, u+6f25-6f26, u+6f29-6f2a, u+6f2d, u+6f2f-6f33, u+6f35-6f36, u+6f38, u+6f3b-6f3c, u+6f3e-6f3f, u+6f41, u+6f45, u+6f4f, u+6f51-6f53, u+6f57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-94.BkPkbHVm.woff2) format("woff2");
    unicode-range: u+6b85, u+6b89, u+6b8d, u+6b95, u+6b97-6b98, u+6b9b, u+6b9e-6ba0, u+6ba2-6ba4, u+6ba8-6bb3, u+6bb7-6bb9, u+6bbc-6bbe, u+6bc0, u+6bc3-6bc4, u+6bc6-6bc9, u+6bcb-6bcc, u+6bcf, u+6bd3, u+6bd6-6bd8, u+6bda, u+6bdf, u+6be1, u+6be3, u+6be6-6be7, u+6beb-6bec, u+6bee, u+6bf1, u+6bf3, u+6bf7, u+6bf9, u+6bff, u+6c02, u+6c04-6c05, u+6c08-6c0a, u+6c0d-6c0e, u+6c10, u+6c12-6c14, u+6c19, u+6c1b, u+6c1f, u+6c24, u+6c26-6c28, u+6c2c, u+6c2e, u+6c33, u+6c35-6c36, u+6c3a-6c3b, u+6c3e-6c40, u+6c4a-6c4b, u+6c4d, u+6c4f, u+6c52, u+6c54-6c55, u+6c59, u+6c5b-6c5e, u+6c62, u+6c67-6c68, u+6c6a-6c6b, u+6c6d, u+6c6f, u+6c73-6c74, u+6c76, u+6c78-6c79, u+6c7b, u+6c7e, u+6c81-6c87, u+6c89, u+6c8c-6c8d, u+6c90, u+6c92-6c95, u+6c97-6c98, u+6c9a-6c9c, u+6c9f, u+6caa-6cae, u+6cb0-6cb2, u+6cb4, u+6cba, u+6cbd-6cbe, u+6cc2, u+6cc5-6cc6, u+6ccd, u+6ccf-6cd4, u+6cd6-6cd7, u+6cd9-6cdd, u+6ce0, u+6ce7, u+6ce9-6cef, u+6cf1-6cf2, u+6cf4, u+6cfb, u+6d00-6d01, u+6d04, u+6d07, u+6d0a, u+6d0c, u+6d0e-6d0f, u+6d11, u+6d13, u+6d19-6d1a, u+6d1f, u+6d24, u+6d26-6d28, u+6d2b, u+6d2e-6d2f, u+6d31, u+6d33-6d36, u+6d38-6d39, u+6d3c-6d3d, u+6d3f, u+6d57-6d5b, u+6d5e-6d61, u+6d64-6d65, u+6d67, u+6d6c, u+6d6f-6d70, u+6d79
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-95.CQShppA0.woff2) format("woff2");
    unicode-range: u+69dd-69de, u+69e2-69e3, u+69e5, u+69e7-69eb, u+69ed-69ef, u+69f1-69f6, u+69f9, u+69fe-6a01, u+6a03, u+6a05, u+6a0a, u+6a0c, u+6a0f, u+6a11-6a15, u+6a17, u+6a1a-6a1b, u+6a1d-6a20, u+6a22-6a24, u+6a28, u+6a2e, u+6a30, u+6a32-6a38, u+6a3b, u+6a3e-6a3f, u+6a44-6a4a, u+6a4e, u+6a50-6a52, u+6a54-6a56, u+6a5b, u+6a61-6a62, u+6a64, u+6a66-6a67, u+6a6a-6a6b, u+6a71-6a73, u+6a78, u+6a7a, u+6a7e-6a7f, u+6a81, u+6a83-6a84, u+6a86-6a87, u+6a89, u+6a8b, u+6a8d, u+6a90-6a91, u+6a94, u+6a97, u+6a9b, u+6a9d-6aa3, u+6aa5, u+6aaa-6aac, u+6aae-6ab1, u+6ab3-6ab4, u+6ab8, u+6abb, u+6abd-6abf, u+6ac1-6ac3, u+6ac6, u+6ac8-6ac9, u+6acc, u+6ad0-6ad1, u+6ad3-6ad6, u+6ada-6adf, u+6ae2, u+6ae4, u+6ae7-6ae8, u+6aea, u+6aec, u+6af0-6af3, u+6af8, u+6afa, u+6afc-6afd, u+6b02-6b03, u+6b06-6b07, u+6b09-6b0b, u+6b0f-6b12, u+6b16-6b17, u+6b1b, u+6b1d-6b1f, u+6b23-6b24, u+6b28, u+6b2b-6b2c, u+6b2f, u+6b35-6b39, u+6b3b, u+6b3d, u+6b3f, u+6b43, u+6b46-6b47, u+6b49-6b4a, u+6b4d-6b4e, u+6b50, u+6b52, u+6b54, u+6b56, u+6b58-6b59, u+6b5b, u+6b5d, u+6b5f-6b61, u+6b65, u+6b67, u+6b6b-6b6c, u+6b6e, u+6b70, u+6b72, u+6b75, u+6b77-6b7a, u+6b7d-6b84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-96.qqSeGQHr.woff2) format("woff2");
    unicode-range: u+6855, u+6857-6859, u+685b, u+685d, u+685f, u+6863, u+6867, u+686b, u+686e-6872, u+6874-6875, u+6877, u+6879-687c, u+687e-687f, u+6882-6884, u+6886, u+6888, u+688d-6890, u+6894, u+6896, u+6898-689c, u+689f-68a3, u+68a5-68a7, u+68a9-68ab, u+68ad-68af, u+68b2-68b5, u+68b9-68bc, u+68c3, u+68c5-68c6, u+68c8-68ca, u+68cc-68cd, u+68cf-68d1, u+68d3-68d9, u+68dc-68dd, u+68e0-68e1, u+68e3-68e5, u+68e7-68e8, u+68ea-68ed, u+68ef-68f1, u+68f5-68f7, u+68f9, u+68fb-68fd, u+6900-6901, u+6903-6904, u+6906-690c, u+690f-6911, u+6913, u+6916-6917, u+6919-691b, u+6921-6923, u+6925-6926, u+6928, u+692a, u+6930-6931, u+6933-6936, u+6938-6939, u+693b, u+693d, u+6942, u+6945-6946, u+6949, u+694e, u+6954, u+6957, u+6959, u+695b-695e, u+6961-6966, u+6968-696c, u+696e-6974, u+6977-697b, u+697e-6981, u+6986, u+698d, u+6991-6992, u+6994-6996, u+6998, u+699c, u+69a0-69a1, u+69a5-69a8, u+69ab, u+69ad, u+69af-69b2, u+69b4, u+69b7-69b8, u+69ba-69bc, u+69be-69c1, u+69c3, u+69c5, u+69c7-69c8, u+69ca, u+69ce-69d1, u+69d3, u+69d6-69d7, u+69d9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-97.BSGZDOp8.woff2) format("woff2");
    unicode-range: u+667e-6680, u+6683-6684, u+6688, u+668b-668e, u+6690, u+6692, u+6698-669d, u+669f-66a0, u+66a2, u+66a4, u+66ad, u+66b1-66b3, u+66b5, u+66b8-66b9, u+66bb-66bc, u+66be-66c4, u+66c6, u+66c8-66c9, u+66cc, u+66ce-66cf, u+66d4, u+66da-66db, u+66dd, u+66df-66e0, u+66e6, u+66e8-66e9, u+66eb-66ec, u+66ee, u+66f5, u+66f7, u+66fa-66fc, u+6701, u+6705, u+6707, u+670c, u+670e-6710, u+6712-6716, u+6719, u+671c, u+671e, u+6720, u+6722, u+6725-6726, u+672e, u+6733, u+6735-6738, u+673e-673f, u+6741, u+6743, u+6745-6748, u+674c-674d, u+6753-6755, u+6759, u+675d-675e, u+6760, u+6762-6764, u+6766, u+676a, u+676c, u+676e, u+6770, u+6772-6774, u+6776-6777, u+677b-677c, u+6780-6781, u+6784-6785, u+6787, u+6789, u+678b-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679b, u+67a1, u+67a4, u+67a6, u+67a9, u+67b0-67b5, u+67b7-67b9, u+67bb-67be, u+67c0-67c3, u+67c5-67c6, u+67c8-67c9, u+67ce, u+67d2, u+67d7-67d9, u+67db-67de, u+67e1-67e2, u+67e4, u+67e6-67e7, u+67e9, u+67ec, u+67ee-67f0, u+67f2, u+67f6-67f7, u+67f9-67fa, u+67fc, u+67fe, u+6801-6802, u+6805, u+6810, u+6814, u+6818-6819, u+681d, u+681f, u+6822, u+6827-6829, u+682b-682d, u+682f-6834, u+683b, u+683e-6840, u+6844-6846, u+6849-684a, u+684c-684e, u+6852-6854
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-98.Dzbtn9jy.woff2) format("woff2");
    unicode-range: u+64d2, u+64d4-64d5, u+64d7-64d8, u+64da, u+64e0-64e1, u+64e3-64e5, u+64e7, u+64e9-64ea, u+64ed, u+64ef-64f2, u+64f4-64f7, u+64fa-64fb, u+64fd-6501, u+6504-6505, u+6508-650a, u+650f, u+6513-6514, u+6516, u+6518-6519, u+651b-651f, u+6522, u+6524, u+6526, u+6529-652c, u+652e, u+6531-6532, u+6534-6538, u+653a, u+653c-653d, u+6543-6544, u+6547-6549, u+654d-654e, u+6550, u+6552, u+6554-6556, u+6558, u+655d-6560, u+6567, u+656b, u+6572, u+6578, u+657a, u+657d, u+6581-6585, u+6588, u+658a, u+658c, u+6592, u+6595, u+6598, u+659b, u+659d, u+659f-65a1, u+65a3-65a6, u+65ab, u+65ae, u+65b2-65b5, u+65b7-65b8, u+65be-65bf, u+65c1-65c4, u+65c6, u+65c8-65c9, u+65cc, u+65ce, u+65d0, u+65d2, u+65d4, u+65d6, u+65d8-65d9, u+65db, u+65df-65e1, u+65e3, u+65f0-65f2, u+65f4-65f5, u+65f9, u+65fb-65fc, u+65fe-6600, u+6603-6604, u+6608-660a, u+660d, u+6611-6612, u+6615-6616, u+661c-661e, u+6621-6624, u+6626, u+6629-662c, u+662e, u+6630-6631, u+6633-6637, u+6639-663b, u+663f-6641, u+6644-6646, u+6648-664a, u+664c, u+664e-664f, u+6651, u+6657-6665, u+6667-6668, u+666a-666d, u+6670, u+6673, u+6675, u+6677-6679, u+667b-667c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-99.DMBiw5nQ.woff2) format("woff2");
    unicode-range: u+62cf, u+62d1, u+62d4-62d6, u+62da, u+62dc, u+62ea, u+62ee-62ef, u+62f1-62f2, u+62f4-62f5, u+62fc-62fd, u+62ff, u+6302-6304, u+6308-630d, u+6310, u+6313, u+6316, u+6318, u+631b, u+6327, u+6329-632a, u+632d, u+6332, u+6335-6336, u+6339-633c, u+633e, u+6341-6344, u+6346, u+634a-634e, u+6350, u+6352-6354, u+6358-6359, u+635b, u+6365-6366, u+6369, u+636b-636d, u+6371-6372, u+6374-6378, u+637a, u+637c-637d, u+637f-6380, u+6382, u+6384, u+6387, u+6389-638a, u+638e-6390, u+6394-6396, u+6399-639a, u+639e, u+63a0, u+63a3-63a4, u+63a6, u+63a9, u+63ab-63af, u+63b5, u+63bd-63be, u+63c0-63c1, u+63c4-63c6, u+63c8, u+63ce, u+63d1-63d6, u+63dc, u+63e0, u+63e3, u+63e5, u+63e9-63ed, u+63f2-63f3, u+63f5-63f9, u+6406, u+6409-640a, u+640f-6410, u+6412-6414, u+6416-6418, u+641e, u+6420, u+6422, u+6424-6426, u+6428-642a, u+642f-6430, u+6434-6436, u+643d, u+643f, u+644b, u+644e-644f, u+6451-6454, u+645a-645d, u+645f-6461, u+6463, u+6467, u+646d, u+6473-6474, u+6476, u+6478-6479, u+647b, u+647d, u+6485, u+6487-6488, u+648f-6491, u+6493, u+6495, u+6498-649b, u+649d-649f, u+64a1, u+64a3, u+64a6, u+64a8-64a9, u+64ac, u+64b3, u+64bb-64bf, u+64c2, u+64c4-64c5, u+64c7, u+64c9-64cc, u+64ce, u+64d0-64d1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-100.BN4anT7M.woff2) format("woff2");
    unicode-range: u+6117, u+6119, u+611c, u+611e, u+6120-6122, u+6127-6128, u+612a-612c, u+6130-6131, u+6134-6137, u+6139-613a, u+613c-613f, u+6141-6142, u+6144-6147, u+6149-614a, u+614d, u+6153, u+6158-615a, u+615d-6160, u+6164-6165, u+616b-616c, u+616f, u+6171-6175, u+6177-6178, u+617b-6181, u+6183-6184, u+6187, u+618a-618b, u+618d, u+6192-6194, u+6196-619a, u+619c-619d, u+619f-61a0, u+61a5, u+61a8, u+61aa-61ae, u+61b8-61ba, u+61bc, u+61be, u+61c0-61c3, u+61c6, u+61c8, u+61ca-61cf, u+61d5, u+61dc-61df, u+61e1-61e3, u+61e5-61e9, u+61ec-61ed, u+61ef, u+61f4-61f7, u+61fa, u+61fc-6201, u+6203-6204, u+6207-620a, u+620d-620e, u+6213-6215, u+621b-621e, u+6220-6223, u+6227, u+6229-622b, u+622e, u+6230-6233, u+6236, u+6239, u+623d-623e, u+6241-6244, u+6246, u+6248, u+624c, u+624e, u+6250-6252, u+6254, u+6256, u+6258, u+625a-625c, u+625e, u+6260-6261, u+6263-6264, u+6268, u+626d, u+626f, u+6273, u+627a-627e, u+6282-6283, u+6285, u+6289, u+628d-6290, u+6292-6294, u+6296, u+6299, u+629b, u+62a6, u+62a8, u+62ac, u+62b3, u+62b6-62b7, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4, u+62c6-62c8, u+62ca, u+62ce
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-101.BzOTof2B.woff2) format("woff2");
    unicode-range: u+5f6c-5f6d, u+5f6f, u+5f72-5f75, u+5f78, u+5f7a, u+5f7d-5f7f, u+5f82-5f83, u+5f87-5f89, u+5f8d, u+5f8f, u+5f91, u+5f96, u+5f99, u+5f9c-5f9d, u+5fa0, u+5fa2, u+5fa4, u+5fa7-5fa8, u+5fab-5fad, u+5faf-5fb1, u+5fb5, u+5fb7-5fb8, u+5fbc-5fbd, u+5fc4, u+5fc7-5fc9, u+5fcb, u+5fd0-5fd4, u+5fdd-5fde, u+5fe1-5fe2, u+5fe4, u+5fe8-5fea, u+5fec-5ff3, u+5ff6, u+5ff8, u+5ffa-5ffd, u+5fff, u+6007, u+600a, u+600d-6010, u+6013-6015, u+6017-601b, u+601f, u+6021-6022, u+6024, u+6026, u+6029, u+602b, u+602d, u+6031, u+6033, u+6035, u+603a, u+6040-6043, u+6046-604a, u+604c-604d, u+6051, u+6054-6057, u+6059-605a, u+605d, u+605f-6064, u+6067, u+606a-606c, u+6070-6071, u+6077, u+607e-607f, u+6081-6086, u+6088-608e, u+6091-6093, u+6095-6098, u+609a-609b, u+609d-609e, u+60a2, u+60a4-60a5, u+60a7-60a8, u+60b0-60b1, u+60b3-60b5, u+60b7-60b8, u+60bb, u+60bd-60be, u+60c2, u+60c4, u+60c6-60cb, u+60ce-60cf, u+60d3-60d5, u+60d8-60d9, u+60db, u+60dd-60df, u+60e1-60e2, u+60e5, u+60ee, u+60f0-60f2, u+60f4-60f8, u+60fa-60fd, u+6100, u+6102-6103, u+6106-6108, u+610a, u+610c-610e, u+6110-6114, u+6116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-102.CxlT_GnG.woff2) format("woff2");
    unicode-range: u+5d9b, u+5d9d, u+5d9f-5da0, u+5da2, u+5da4, u+5da7, u+5dab-5dac, u+5dae, u+5db0, u+5db2, u+5db4, u+5db7-5db9, u+5dbc-5dbd, u+5dc3, u+5dc7, u+5dc9, u+5dcb-5dce, u+5dd0-5dd3, u+5dd6-5dd9, u+5ddb, u+5de0, u+5de2, u+5de4, u+5de9, u+5df2, u+5df5, u+5df8-5df9, u+5dfd, u+5dff-5e00, u+5e07, u+5e0b, u+5e0d, u+5e11-5e12, u+5e14-5e15, u+5e18-5e1b, u+5e1f-5e20, u+5e25, u+5e28, u+5e2e, u+5e32, u+5e35-5e37, u+5e3e, u+5e40, u+5e43-5e44, u+5e47, u+5e49, u+5e4b, u+5e4e, u+5e50-5e51, u+5e54, u+5e56-5e58, u+5e5b-5e5c, u+5e5e-5e5f, u+5e62, u+5e64, u+5e68, u+5e6a-5e6e, u+5e70, u+5e75-5e77, u+5e7a, u+5e7f-5e80, u+5e87, u+5e8b, u+5e8e, u+5e96, u+5e99-5e9a, u+5ea0, u+5ea2, u+5ea4-5ea5, u+5ea8, u+5eaa, u+5eac, u+5eb1, u+5eb3, u+5eb8-5eb9, u+5ebd-5ebf, u+5ec1-5ec2, u+5ec6, u+5ec8, u+5ecb-5ecc, u+5ece-5ed6, u+5ed9-5ee2, u+5ee5, u+5ee8-5ee9, u+5eeb-5eec, u+5ef0-5ef1, u+5ef3-5ef4, u+5ef8-5ef9, u+5efc-5f00, u+5f02-5f03, u+5f06-5f09, u+5f0b-5f0e, u+5f11, u+5f16-5f17, u+5f19, u+5f1b-5f1e, u+5f21-5f24, u+5f27-5f29, u+5f2b-5f30, u+5f34, u+5f36, u+5f38, u+5f3a-5f3d, u+5f3f-5f41, u+5f44-5f45, u+5f47-5f48, u+5f4a, u+5f4c-5f4e, u+5f50-5f51, u+5f54, u+5f56-5f58, u+5f5b-5f5d, u+5f60, u+5f63-5f65, u+5f67, u+5f6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-103.BY0BLug0.woff2) format("woff2");
    unicode-range: u+5bbc, u+5bc0-5bc1, u+5bc3, u+5bc7, u+5bc9, u+5bcd-5bd0, u+5bd3-5bd4, u+5bd6-5bda, u+5bde, u+5be0-5be2, u+5be4-5be6, u+5be8, u+5beb-5bec, u+5bef-5bf1, u+5bf3-5bf6, u+5bfd, u+5c03, u+5c05, u+5c07-5c09, u+5c0c-5c0d, u+5c12-5c14, u+5c17, u+5c19, u+5c1e-5c20, u+5c22-5c24, u+5c26, u+5c28-5c2e, u+5c30, u+5c32, u+5c35-5c36, u+5c38-5c39, u+5c46, u+5c4d-5c50, u+5c53, u+5c59-5c5c, u+5c5f-5c63, u+5c67-5c69, u+5c6c-5c70, u+5c74-5c76, u+5c79-5c7d, u+5c87-5c88, u+5c8a, u+5c8c, u+5c8f, u+5c91-5c92, u+5c94, u+5c9d, u+5c9f-5ca0, u+5ca2-5ca3, u+5ca6-5ca8, u+5caa-5cab, u+5cad, u+5cb1-5cb2, u+5cb4-5cb7, u+5cba-5cbc, u+5cbe, u+5cc5, u+5cc7, u+5cc9, u+5ccb, u+5cd0, u+5cd2, u+5cd7, u+5cd9, u+5cdd, u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1-5cf2, u+5cf4-5cf5, u+5cfa-5cfb, u+5cfd, u+5d01, u+5d06, u+5d0b, u+5d0d, u+5d10-5d12, u+5d14-5d15, u+5d17-5d1b, u+5d1d, u+5d1f-5d20, u+5d22-5d24, u+5d26-5d27, u+5d2b, u+5d31, u+5d34, u+5d39, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d48, u+5d4a-5d4b, u+5d4e, u+5d51-5d53, u+5d55, u+5d59, u+5d5c, u+5d5f-5d62, u+5d64, u+5d69-5d6a, u+5d6c-5d6d, u+5d6f-5d70, u+5d73, u+5d76, u+5d79-5d7a, u+5d7e-5d7f, u+5d81-5d84, u+5d87-5d88, u+5d8a, u+5d8c, u+5d90, u+5d92-5d95, u+5d97, u+5d99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-104.C4Owws-S.woff2) format("woff2");
    unicode-range: u+598b-598e, u+5992, u+5995, u+5997, u+599b, u+599d, u+599f, u+59a3-59a4, u+59a7, u+59ad-59b0, u+59b2-59b3, u+59b7, u+59ba, u+59bc, u+59be, u+59c1, u+59c3-59c4, u+59c6, u+59c8, u+59ca, u+59cd, u+59d2, u+59d9-59da, u+59dd-59df, u+59e3-59e5, u+59e7-59e8, u+59ec, u+59ee-59ef, u+59f1-59f2, u+59f4, u+59f6-59f8, u+5a00, u+5a03-5a04, u+5a09, u+5a0c-5a0e, u+5a11-5a13, u+5a17, u+5a1a-5a1c, u+5a1e-5a1f, u+5a23-5a25, u+5a27-5a28, u+5a2a, u+5a2d, u+5a30, u+5a35-5a36, u+5a40-5a41, u+5a44-5a45, u+5a47-5a49, u+5a4c, u+5a50, u+5a55, u+5a5e, u+5a62-5a63, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a77, u+5a7a-5a7b, u+5a7e, u+5a84, u+5a8b, u+5a90, u+5a93, u+5a96, u+5a99, u+5a9c, u+5a9e-5aa0, u+5aa2, u+5aa7, u+5aac, u+5ab1-5ab3, u+5ab5, u+5ab8, u+5aba-5abf, u+5ac2, u+5ac4, u+5ac6, u+5ac8, u+5acb, u+5acf-5ad0, u+5ad6-5ad7, u+5ada, u+5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae9-5aea, u+5aee, u+5af0, u+5af5-5af6, u+5afa-5afb, u+5afd, u+5b00-5b01, u+5b08, u+5b0b, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21, u+5b25, u+5b2a, u+5b2c-5b2d, u+5b30, u+5b32, u+5b34, u+5b36, u+5b38, u+5b3e, u+5b40-5b41, u+5b43, u+5b45, u+5b4b-5b4c, u+5b51-5b52, u+5b56, u+5b5a-5b5c, u+5b5e-5b5f, u+5b65, u+5b68-5b69, u+5b6e-5b71, u+5b73, u+5b75-5b76, u+5b7a, u+5b7c-5b84, u+5b86, u+5b8a-5b8b, u+5b8d-5b8e, u+5b90-5b91, u+5b93-5b94, u+5b96, u+5ba5-5ba6, u+5ba8-5ba9, u+5bac-5bad, u+5baf, u+5bb1-5bb2, u+5bb7-5bb8, u+5bba
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-105.BXisnELy.woff2) format("woff2");
    unicode-range: u+57b3, u+57b8, u+57bd, u+57c0, u+57c3, u+57c6-57c8, u+57cc, u+57cf, u+57d2-57d7, u+57dc-57de, u+57e0-57e1, u+57e3-57e4, u+57e6-57e7, u+57e9, u+57ed, u+57f0, u+57f4-57f6, u+57f8, u+57fb, u+57fd-57ff, u+5803-5804, u+5808-580d, u+5819, u+581b, u+581d-5821, u+5826-5827, u+582d, u+582f-5830, u+5832, u+5835, u+5839, u+583d, u+583f-5840, u+5849, u+584b-584d, u+584f-5852, u+5855, u+5858-5859, u+585f, u+5861-5862, u+5864, u+5867-5868, u+586d, u+5870, u+5872, u+5878-5879, u+587c, u+587f-5881, u+5885, u+5887-588d, u+588f-5890, u+5894, u+5896, u+5898, u+589d-589e, u+58a0-58a2, u+58a6, u+58a9-58ab, u+58ae, u+58b1-58b3, u+58b8-58bc, u+58be, u+58c2-58c5, u+58c8, u+58cd-58ce, u+58d0-58da, u+58dc-58e2, u+58e4-58e5, u+58e9, u+58ec, u+58ef, u+58f3-58f4, u+58f7, u+58f9, u+58fb-58fd, u+5902, u+5905-5906, u+590a-590d, u+5910, u+5912-5914, u+5918-5919, u+591b, u+591d, u+591f, u+5921, u+5923-5925, u+5928, u+592c-592d, u+592f-5930, u+5932-5933, u+5935-5936, u+5938-5939, u+593d-593f, u+5943, u+5946, u+594e, u+5950, u+5952-5953, u+5955, u+5957-595b, u+595d-5961, u+5963, u+5967, u+5969, u+596b-596d, u+596f, u+5972, u+5975-5976, u+5978-5979, u+597b-597c, u+5981
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-106.DrIBcxgX.woff2) format("woff2");
    unicode-range: u+5616-5617, u+5619, u+561b, u+5620, u+5628, u+562c, u+562f-5639, u+563b-563d, u+563f-5641, u+5643-5644, u+5646-5647, u+5649, u+564b, u+564d-5650, u+5653-5654, u+565e, u+5660-5664, u+5666, u+5669-566d, u+566f, u+5671-5672, u+5675-5676, u+5678, u+567a, u+5680, u+5684-5688, u+568a-568c, u+568f, u+5694-5695, u+5699-569a, u+569d-56a0, u+56a5-56a9, u+56ab-56ae, u+56b1-56b4, u+56b6-56b7, u+56bc, u+56be, u+56c0, u+56c2-56c3, u+56c5, u+56c8-56d1, u+56d3, u+56d7-56d9, u+56dc-56dd, u+56df, u+56e1, u+56e4-56e8, u+56eb, u+56ed-56ee, u+56f1, u+56f6-56f7, u+56f9, u+56ff-5704, u+5707-570a, u+570c-570d, u+5711, u+5713, u+5715-5716, u+5718, u+571a-571d, u+5720-5726, u+5729-572a, u+572c, u+572e-572f, u+5733-5734, u+5737-5738, u+573b, u+573d-573f, u+5745-5746, u+574c-574f, u+5751-5752, u+5759, u+575f, u+5761-5762, u+5764-5765, u+5767-5769, u+576b, u+576d-5771, u+5773-5775, u+5777, u+5779-577c, u+577e-577f, u+5781, u+5783, u+5788-5789, u+578c, u+5793-5795, u+5797, u+5799-579a, u+579c-57a1, u+57a4, u+57a7-57aa, u+57ac, u+57ae, u+57b0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-107.BM9VQkiu.woff2) format("woff2");
    unicode-range: u+543f-5440, u+5443-5444, u+5447, u+544c-544f, u+5455, u+545e, u+5462, u+5464, u+5466-5467, u+5469, u+546b-546e, u+5470-5471, u+5474-5477, u+547b, u+547f-5481, u+5483-5486, u+5488-548b, u+548d-5492, u+5495-5496, u+549c, u+549f-54a2, u+54a4, u+54a6-54af, u+54b1, u+54b7-54bc, u+54be-54bf, u+54c2-54c4, u+54c6-54c8, u+54ca, u+54cd-54ce, u+54d8, u+54e0, u+54e2, u+54e5-54e6, u+54e8-54ea, u+54ec-54ef, u+54f1, u+54f3, u+54f6, u+54fc-5501, u+5505, u+5508-5509, u+550c-550f, u+5514-5516, u+5527, u+552a-552b, u+552e, u+5532-5533, u+5535-5536, u+5538-5539, u+553b-553d, u+5540-5541, u+5544-5545, u+5547, u+5549-554a, u+554c-554d, u+5550-5551, u+5556-5558, u+555a-555e, u+5560-5561, u+5563-5564, u+5566, u+557b-5583, u+5586-5588, u+558a, u+558e-558f, u+5591-5594, u+5597, u+5599, u+559e-559f, u+55a3-55a4, u+55a8-55a9, u+55ac-55ae, u+55b2, u+55bf, u+55c1, u+55c3-55c4, u+55c6-55c7, u+55c9, u+55cb-55cc, u+55ce, u+55d1-55d4, u+55d7-55d8, u+55da-55db, u+55dd-55df, u+55e2, u+55e4, u+55e9, u+55ec, u+55ee, u+55f1, u+55f6-55f9, u+55fd-55ff, u+5605, u+5607-5608, u+560a, u+560d-5612
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-108.RXr8MRtr.woff2) format("woff2");
    unicode-range: u+528d, u+5291-5298, u+529a, u+529c, u+52a4-52a7, u+52ab-52ad, u+52af-52b0, u+52b5-52b8, u+52ba-52be, u+52c0-52c1, u+52c4-52c6, u+52c8, u+52ca, u+52cc-52cd, u+52cf-52d2, u+52d4, u+52d6-52d7, u+52db-52dc, u+52de, u+52e0-52e1, u+52e3, u+52e5-52e6, u+52e8-52ea, u+52ec, u+52f0-52f1, u+52f3-52fb, u+5300-5301, u+5303, u+5306-5308, u+530a-530d, u+530f-5311, u+5313, u+5315, u+5318-531f, u+5321, u+5323-5325, u+5327-532d, u+532f-5333, u+5335, u+5338, u+533c-533e, u+5340, u+5342, u+5345-5346, u+5349, u+534b-534c, u+5359, u+535b, u+535e, u+5361, u+5363-5367, u+5369, u+536c-536e, u+5372, u+5377, u+5379-537b, u+537d-537f, u+5382-5383, u+5387-5389, u+538e, u+5393-5394, u+5396, u+5398-5399, u+539d, u+53a0-53a1, u+53a4-53a6, u+53a9-53ab, u+53ad-53b0, u+53b2, u+53b4-53b8, u+53ba, u+53bd, u+53c0-53c1, u+53c3-53c5, u+53cf, u+53d2-53d3, u+53d5, u+53da-53db, u+53dd-53e0, u+53e2, u+53e6-53e8, u+53ed-53ee, u+53f4-53f5, u+53fa, u+5401-5403, u+540b, u+540f, u+5412-5413, u+541a, u+541d-541e, u+5421, u+5424, u+5427-542a, u+542c-542f, u+5431, u+5433-5436, u+543c-543d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-109.BaXmrUlc.woff2) format("woff2");
    unicode-range: u+50dd-50df, u+50e1-50e6, u+50e8-50e9, u+50ed-50f6, u+50f9-50fb, u+50fe, u+5101-5103, u+5106-5109, u+510b-510e, u+5110, u+5112, u+5114-511e, u+5121, u+5123, u+5127-5128, u+512c-512d, u+512f, u+5131, u+5133-5135, u+5137-513c, u+513f-5142, u+5147, u+514a, u+514c, u+514f, u+5152-5155, u+5157-5158, u+515f-5160, u+5162, u+5164, u+5166-5167, u+5169-516a, u+516e, u+5173-5174, u+5179, u+517b, u+517e, u+5180, u+5182-5184, u+5189, u+518b-518c, u+518e-5191, u+5193, u+5195-5196, u+5198, u+519d, u+51a1-51a4, u+51a6, u+51a9-51ab, u+51ad, u+51b0-51b3, u+51b5, u+51b8, u+51ba, u+51bc-51bf, u+51c2-51c3, u+51c5, u+51c8-51cb, u+51cf, u+51d1-51d6, u+51d8, u+51de-51e0, u+51e2, u+51e5, u+51e7, u+51e9, u+51ec-51ee, u+51f2-51f5, u+51f7, u+51fe, u+5201-5202, u+5204-5205, u+520b, u+520e, u+5212-5216, u+5218, u+5222, u+5226-5228, u+522a-522b, u+522e, u+5231-5233, u+5235, u+523c, u+5244-5245, u+5249, u+524b-524c, u+524f, u+5254-5255, u+5257-5258, u+525a, u+525c-5261, u+5266, u+5269, u+526c, u+526e, u+5271, u+5273-5274, u+5277-5279, u+527d, u+527f-5280, u+5282-5285, u+5288-528a, u+528c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-110.BPJnD3RC.woff2) format("woff2");
    unicode-range: u+4f57-4f58, u+4f5a-4f5b, u+4f5d-4f5f, u+4f63-4f64, u+4f69-4f6a, u+4f6c, u+4f6e-4f71, u+4f76-4f7e, u+4f81-4f85, u+4f88-4f8a, u+4f8c, u+4f8e-4f90, u+4f92-4f94, u+4f96-4f9a, u+4f9e-4fa0, u+4fab, u+4fad, u+4faf, u+4fb2, u+4fb7, u+4fb9, u+4fbb-4fbe, u+4fc0-4fc1, u+4fc4-4fc6, u+4fc8-4fc9, u+4fcb-4fd4, u+4fd8, u+4fda-4fdc, u+4fdf-4fe0, u+4fe2, u+4fe4-4fe6, u+4fef-4ff2, u+4ff6, u+4ffc-5002, u+5004-5007, u+500a, u+500c, u+500e-5011, u+5013-5014, u+5016-5018, u+501a-501e, u+5021-5023, u+5025-502a, u+502c-502e, u+5030, u+5032-5033, u+5035, u+5039, u+503b, u+5040-5043, u+5045-5048, u+504a, u+504c, u+504e, u+5050-5053, u+5055-5057, u+5059-505a, u+505f-5060, u+5062-5063, u+5066-5067, u+506a, u+506c-506d, u+5070-5072, u+5077-5078, u+5080-5081, u+5083-5086, u+5088, u+508a, u+508e-5090, u+5092-5096, u+509a-509c, u+509e-50a3, u+50aa, u+50ad, u+50af-50b4, u+50b9-50bb, u+50bd, u+50c0, u+50c2-50c4, u+50c7, u+50c9-50ca, u+50cc, u+50ce, u+50d0-50d1, u+50d3-50d4, u+50d6, u+50d8-50d9, u+50dc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-111.Dzd6xLkU.woff2) format("woff2");
    unicode-range: u+4093, u+4103, u+4105, u+4148, u+414f, u+4163, u+41b4, u+41bf, u+41e6, u+41ee, u+41f3, u+4207, u+420e, u+4264, u+4293, u+42c6, u+42d6, u+42dd, u+4302, u+432b, u+4343, u+43ee, u+43f0, u+4408, u+440c, u+4417, u+441c, u+4422, u+4453, u+445b, u+4476, u+447a, u+4491, u+44b3, u+44be, u+44d4, u+4508, u+450d, u+4525, u+4543, u+457a, u+459d, u+45b8, u+45be, u+45e5, u+45ea, u+460f-4610, u+4641, u+4665, u+46a1, u+46ae-46af, u+470c, u+471f, u+4764, u+47e6, u+47fd, u+4816, u+481e, u+4844, u+484e, u+48b5, u+49b0, u+49e7, u+49fa, u+4a04, u+4a29, u+4abc, u+4b38, u+4b3b, u+4b7e, u+4bc2, u+4bca, u+4bd2, u+4be8, u+4c17, u+4c20, u+4c38, u+4cc4, u+4cd1, u+4ce1, u+4d07, u+4d77, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e12, u+4e15, u+4e17, u+4e19, u+4e1e-4e1f, u+4e23-4e24, u+4e28-4e2c, u+4e2e-4e31, u+4e35-4e37, u+4e3f-4e42, u+4e44, u+4e47-4e48, u+4e4d-4e4e, u+4e51, u+4e55-4e56, u+4e58, u+4e5a-4e5c, u+4e62-4e63, u+4e68-4e69, u+4e74-4e75, u+4e79, u+4e7f, u+4e82, u+4e85, u+4e8a, u+4e8d-4e8e, u+4e96-4e99, u+4e9d-4ea0, u+4ea2, u+4ea5-4ea6, u+4ea8, u+4eaf-4eb0, u+4eb3, u+4eb6, u+4eb9, u+4ebb-4ebc, u+4ec2-4ec4, u+4ec6-4ec8, u+4ecd, u+4ed0, u+4ed7, u+4eda-4edb, u+4edd-4ee2, u+4ee8, u+4eeb, u+4eed, u+4eef, u+4ef1, u+4ef3, u+4ef5, u+4ef7, u+4efc-4f00, u+4f02-4f03, u+4f08-4f09, u+4f0b-4f0d, u+4f12, u+4f15-4f17, u+4f19, u+4f1c, u+4f2b, u+4f2e, u+4f30-4f31, u+4f33, u+4f35-4f37, u+4f39, u+4f3b, u+4f3e, u+4f40, u+4f42-4f43, u+4f48-4f49, u+4f4b-4f4c, u+4f52, u+4f54, u+4f56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-112.C_1oPC9r.woff2) format("woff2");
    unicode-range: u+3395-339b, u+339e-33a0, u+33a2-33ff, u+3402, u+3405-3406, u+3427, u+342c, u+342e, u+3468, u+346a, u+3488, u+3492, u+34b5, u+34bc, u+34c1, u+34c7, u+34db, u+351f, u+353e, u+355d-355e, u+3563, u+356e, u+35a6, u+35a8, u+35c5, u+35da, u+35de, u+35f4, u+3605, u+3614, u+364a, u+3691, u+3696, u+3699, u+36cf, u+3761-3762, u+376b-376c, u+3775, u+378d, u+37c1, u+37e2, u+37e8, u+37f4, u+37fd, u+3800, u+382f, u+3836, u+3840, u+385c, u+3861, u+38a1, u+38ad, u+38fa, u+3917, u+391a, u+396f, u+39a4, u+39b8, u+3a5c, u+3a6e, u+3a73, u+3a85, u+3ac4, u+3acb, u+3ad6-3ad7, u+3aea, u+3af3, u+3b0e, u+3b1a, u+3b1c, u+3b22, u+3b35, u+3b6d, u+3b77, u+3b87-3b88, u+3b8d, u+3ba4, u+3bb6, u+3bc3, u+3bcd, u+3bf0, u+3bf3, u+3c0f, u+3c26, u+3cc3, u+3cd2, u+3d11, u+3d1e, u+3d31, u+3d4e, u+3d64, u+3d9a, u+3dc0, u+3dcc, u+3dd4, u+3e05, u+3e3f-3e40, u+3e60, u+3e66, u+3e68, u+3e83, u+3e8a, u+3e94, u+3eda, u+3f57, u+3f72, u+3f75, u+3f77, u+3fae, u+3fb1, u+3fc9, u+3fd7, u+3fdc, u+4039, u+4058
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-113.rd4ZnXA5.woff2) format("woff2");
    unicode-range: u+32b5-332b, u+332d-3394
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-114.D5TMP_Zs.woff2) format("woff2");
    unicode-range: u+31c8-31e3, u+31f0-321e, u+3220-3230, u+3232-32b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-115.Cd_BknGv.woff2) format("woff2");
    unicode-range: u+3028-303f, u+3094-3096, u+309f-30a0, u+30ee, u+30f7-30fa, u+30ff, u+3105-312f, u+3131-3163, u+3165-318e, u+3190-31bb, u+31c0-31c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-116.DcCCj7gg.woff2) format("woff2");
    unicode-range: u+2f14-2fd5, u+2ff0-2ffb, u+3004, u+3013, u+3016-301b, u+301e, u+3020-3027
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-117.Dx7EbvHu.woff2) format("woff2");
    unicode-range: u+25e4-25e6, u+2601-2603, u+2609, u+260e-260f, u+2616-2617, u+261c-261f, u+262f, u+2641, u+2660, u+2662-2664, u+2666-2668, u+266d-266e, u+2672-267d, u+26bd-26be, u+2702, u+271a, u+273d, u+2740, u+2756, u+2776-2793, u+27a1, u+2934-2935, u+29bf, u+29fa-29fb, u+2b05-2b07, u+2b1a, u+2b95, u+2e3a-2e3b, u+2e80-2e99, u+2e9b-2ef3, u+2f00-2f13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-118.DBTHiUx3.woff2) format("woff2");
    unicode-range: u+24d1-24ff, u+2503-2513, u+2515-2516, u+2518-251b, u+251d-2522, u+2524-259f, u+25a2-25ab, u+25b1, u+25b7, u+25c0-25c1, u+25c9-25ca, u+25cc, u+25d0-25d3, u+25e2-25e3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-119.CKUho2rx.woff2) format("woff2");
    unicode-range: u+2105, u+2109-210a, u+210f, u+2116, u+2121, u+2126-2127, u+212b, u+212e, u+2135, u+213b, u+2194-2199, u+21b8-21b9, u+21c4-21c6, u+21cb-21cc, u+21d0, u+21e6-21e9, u+21f5, u+2202-2203, u+2205-2206, u+2208-220b, u+220f, u+2211, u+2213, u+2215, u+221a, u+221d, u+2220, u+2223, u+2225-2226, u+2228, u+222a-222e, u+2234-2237, u+223d, u+2243, u+2245, u+2248, u+224c, u+2260, u+2262, u+2264-2265, u+226e-226f, u+2272-2273, u+2276-2277, u+2283-2287, u+228a-228b, u+2295-2299, u+22a0, u+22a5, u+22bf, u+22da-22db, u+22ef, u+2305-2307, u+2318, u+2329-232a, u+23b0-23b1, u+23be-23cc, u+23ce, u+23da-23db, u+2423, u+2469-24d0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-120.DRbMpgEo.woff2) format("woff2");
    unicode-range: u+a1-a4, u+a6-a7, u+aa, u+ac-ad, u+b5-b6, u+b8-ba, u+bc-c8, u+ca-cc, u+ce-d5, u+d9-db, u+dd-df, u+e6, u+ee, u+f0, u+f5, u+f7, u+f9, u+fb, u+fe-102, u+110-113, u+11a-11b, u+128-12b, u+143-144, u+147-148, u+14c, u+14e-14f, u+152-153, u+168-16d, u+192, u+1a0-1a1, u+1af, u+1cd-1dc, u+1f8-1f9, u+251, u+261, u+2bb, u+2c7, u+2c9, u+2ea-2eb, u+304, u+307, u+30c, u+1e3e-1e3f, u+1ea0-1ebe, u+1ec0-1ec6, u+1ec8-1ef9, u+2011-2012, u+2016, u+2018-201a, u+201e, u+2021, u+2030, u+2033, u+2035, u+2042, u+2047, u+2051, u+2074, u+20a9, u+20ab-20ac, u+20dd-20de, u+2100
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-121.DZifvJ22.woff2) format("woff2");
    unicode-range: u+2227, u+26a0, u+2713, u+301f, u+4ff8, u+5239, u+526a, u+54fa, u+5740, u+5937, u+5993, u+59fb, u+5a3c, u+5c41, u+6028, u+626e, u+646f, u+647a, u+64b0, u+64e2, u+65a7, u+66fe, u+6727, u+6955, u+6bef, u+6f23, u+724c, u+767c, u+7a83, u+7ac4, u+7b67, u+8000, u+8471, u+8513, u+8599, u+86db, u+8718, u+87f2, u+88f3, u+8ad2, u+8e2a, u+8fa3, u+95a5, u+9798, u+9910, u+9957, u+9bab, u+9c3b, u+9daf, u+ff95
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-122.CkugcgmZ.woff2) format("woff2");
    unicode-range: u+a8, u+2032, u+2261, u+2282, u+3090, u+30f1, u+339c, u+535c, u+53d9, u+56a2, u+56c1, u+5806, u+589f, u+59d0, u+5a7f, u+60e0, u+639f, u+65af, u+68fa, u+69ae, u+6d1b, u+6ef2, u+71fb, u+725d, u+7262, u+75bc, u+7768, u+7940, u+79bf, u+7bed, u+7d68, u+7dfb, u+814b, u+8207, u+83e9, u+8494, u+8526, u+8568, u+85ea, u+86d9, u+87ba, u+8861, u+887f, u+8fe6, u+9059, u+9061, u+916a, u+976d, u+97ad, u+9ece
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-123.CpkwQ974.woff2) format("woff2");
    unicode-range: u+2d9, u+21d4, u+301d, u+515c, u+52fe, u+5420, u+5750, u+5766, u+5954, u+5b95, u+5f8a, u+5f98, u+620c, u+621f, u+641c, u+66d9, u+676d, u+6775, u+67f5, u+694a, u+6a02, u+6a3a, u+6a80, u+6c23, u+6c72, u+6dcb, u+6faa, u+707c, u+71c8, u+7422, u+74e2, u+7791, u+7825, u+7a14, u+7a1c, u+7c95, u+7fc1, u+82a5, u+82db, u+8304, u+853d, u+8cd3, u+8de8, u+8f0c, u+8f3f, u+9091, u+91c7, u+929a, u+98af, u+9913
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-124.zdZ7RB3Q.woff2) format("woff2");
    unicode-range: u+2ca-2cb, u+2229, u+2468, u+2669, u+266f, u+273f, u+4ec0, u+4f60, u+4fb6, u+5347, u+540e, u+543b, u+5b0c, u+5d4c, u+5f14, u+5f9e, u+6155, u+62d0, u+6602, u+6666, u+66f3, u+67a2, u+67ca, u+69cc, u+6d29, u+6d9b, u+6e3e, u+6f81, u+7109, u+73c0, u+73c2, u+7425, u+7435-7436, u+7525, u+7554, u+785d, u+786b, u+7ae3, u+7b94, u+7d18, u+81bf, u+8511, u+8549, u+9075, u+9640, u+98e2, u+9e9f, u+ff96
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-125.BoOgBuoW.woff2) format("woff2");
    unicode-range: u+2467, u+4ece, u+4ed4, u+4f91, u+4fae, u+534d, u+53c9, u+54b3, u+586b, u+5944, u+5b78, u+5df7, u+5f77, u+6101, u+6167-6168, u+61a4, u+62d9, u+698a, u+699b, u+6a59, u+6cc4, u+6e07, u+7099, u+75d2, u+77ad, u+7953, u+7984, u+7a92, u+7baa, u+7dbb, u+817f, u+82ad, u+85e9, u+868a, u+8caa, u+8f44, u+9017, u+907c, u+908a, u+92f3, u+936e, u+9435, u+978d, u+9838, u+9a28, u+9b41, u+9ba8, u+9c57, u+9eb9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-126.DEpNEhuk.woff2) format("woff2");
    unicode-range: u+b1, u+309b, u+4e5e, u+51f1, u+5506, u+55c5, u+58cc, u+59d1, u+5c51, u+5ef7, u+6284, u+62d7, u+6689, u+673d, u+6a2b, u+6a8e, u+6a9c, u+6d63, u+6dd1, u+70b8, u+7235, u+72db, u+72f8, u+7560, u+7c9b, u+7ce7, u+7e1e, u+80af, u+82eb, u+8463, u+8499, u+85dd, u+86ee, u+8a60, u+8a6e, u+8c79, u+8e87, u+8e8a, u+8f5f, u+9010, u+918d, u+9190, u+965b, u+97fb, u+9ab8, u+9bad, u+9d3b, u+9d5c, u+9dfa, u+9e93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-127.CQJy8-GR.woff2) format("woff2");
    unicode-range: u+2020, u+3003, u+3231, u+4e9b, u+4f3d, u+4f47, u+51b6, u+51dc, u+53e1, u+5bc5, u+602f, u+60bc, u+61c9, u+633d, u+637b, u+6492, u+65fa, u+660f, u+66f0, u+6703, u+681e, u+6876, u+6893, u+6912, u+698e, u+6c7d, u+714c, u+7169, u+71d5, u+725f, u+72d7, u+745b, u+74dc, u+75e2, u+7891, u+7897, u+7dcb, u+810a, u+8218, u+8339, u+840e, u+852d, u+8823, u+8a0a, u+9089, u+919c, u+971c, u+9ad9, u+ff4a, u+ff5a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-128.sqVpIuBW.woff2) format("woff2");
    unicode-range: u+2466, u+2600, u+4eab, u+4fe3, u+4ff5, u+51a5, u+51f0, u+536f, u+53d4, u+53f1, u+54a5, u+559d, u+55e3, u+58fa, u+5962, u+59ea, u+5c16, u+5cef, u+5d16, u+5f10, u+5fd6, u+6190, u+6216, u+634f, u+63bb, u+66d6, u+6756, u+6bc5, u+6e26, u+727d, u+731f, u+76f2, u+7729, u+7a7f, u+7aff, u+7c9f, u+818f, u+8236, u+82b9, u+8338, u+85aa, u+88b4, u+8b33, u+904d, u+93a7, u+96cc, u+96eb, u+9aed, u+9b8e, u+fa11
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-129.CThpYV77.woff2) format("woff2");
    unicode-range: u+251c, u+2523, u+4e14, u+545f, u+54bd, u+553e, u+55dc, u+56da, u+589c, u+5b55, u+5bb5, u+5ce1, u+5df4, u+5eb6, u+5ec9, u+6191, u+62f7, u+6357, u+64a5, u+6591, u+65bc, u+6897, u+6e1a, u+7063, u+711a, u+721b, u+722c, u+75b9, u+75d5, u+75fa, u+7766, u+7aae, u+7b48, u+7b8b, u+7d21, u+7e55, u+7f75, u+842c, u+8910, u+8a63, u+8b39, u+8b5a, u+8cdc, u+8d74, u+907d, u+91e7, u+9306, u+96bc, u+98f4, u+9ac4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-130.BflShq5c.woff2) format("woff2");
    unicode-range: u+2003, u+2312, u+266c, u+4f86, u+51ea, u+5243, u+5256, u+541f, u+5841, u+59dc, u+5df3, u+601c, u+60e7, u+632b, u+638c, u+64ad, u+6881, u+697c, u+69cd, u+6c50, u+6d2a, u+6fc1, u+7027, u+7058, u+70f9, u+714e, u+7345, u+751a, u+760d, u+764c, u+77db, u+7d79, u+7e8f, u+80ce, u+814e, u+81fc, u+8247, u+8278, u+85a9, u+8a03, u+90ed, u+9784, u+9801, u+984e, u+99b3, u+9bc9, u+9bdb, u+9be8, u+9e78, u+ff6b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-131.BgW55TFR.woff2) format("woff2");
    unicode-range: u+266b, u+3006, u+5176, u+5197, u+51a8, u+51c6, u+52f2, u+5614, u+5875, u+5a2f, u+5b54, u+5ce0, u+5dba, u+5deb, u+5e63, u+5f59, u+5fcc, u+6068, u+6367, u+68b6, u+6a0b, u+6b64, u+6e15, u+6eba, u+7272, u+72a0, u+7947, u+7985, u+79e6, u+79e9, u+7a3d, u+7a9f, u+7aaf, u+7b95, u+7f60, u+7f9e, u+7fe0, u+8098, u+80ba, u+8106, u+82d4, u+831c, u+87f9, u+8a1f, u+8acf, u+90c1, u+920d, u+9756, u+fe43, u+ff94
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-132.C4Q0zqLU.woff2) format("woff2");
    unicode-range: u+af, u+2465, u+2517, u+33a1, u+4f10, u+50c5, u+51b4, u+5384, u+5606, u+5bb0, u+5cac, u+5ee3, u+618e, u+61f2, u+62c9, u+66ab, u+66f9, u+6816, u+6960, u+6b3e, u+6f20, u+7078, u+72d0, u+73ed, u+7ad9, u+7b1b, u+7be4, u+7d62, u+7f51, u+80b4, u+80f4, u+8154, u+85fb, u+865c, u+8702, u+895f, u+8aed, u+8b90, u+8ced, u+8fbf, u+91d8, u+9418, u+9583, u+9591, u+9813, u+982c, u+9bd6, u+ff46, u+ff7f, u+ff88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-133.MVQj5oBf.woff2) format("woff2");
    unicode-range: u+4e91, u+508d, u+50e7, u+514e, u+51f6, u+5446, u+5504, u+584a, u+59a8, u+59d3, u+5a46, u+5ac9, u+6020, u+60a6, u+6148, u+621a, u+6234, u+64c1, u+6523, u+675c, u+67d1, u+6953, u+6ccc, u+6df5, u+6e13, u+6f06, u+723a, u+7325, u+74e6, u+758e, u+75ab, u+75d9, u+7a40, u+8096, u+82fa, u+8587, u+8594, u+8a6b, u+8ab9, u+8b17, u+8b83, u+937c, u+963b, u+9673, u+96db, u+9ce9, u+9f4b, u+ff67, u+ff82, u+ff93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-134.Bomc8bJ8.woff2) format("woff2");
    unicode-range: u+221e, u+2514, u+51f9, u+5270, u+5449, u+5824, u+59a5, u+5a29, u+5d07, u+5e16, u+60e3, u+614c, u+6276, u+643e, u+64ab, u+6562, u+6681, u+670b, u+6734, u+67af, u+6a3d, u+6b05, u+6dc0, u+6e4a, u+7259, u+732a, u+7409, u+78a7, u+7a6b, u+8015, u+809b, u+817a, u+830e, u+837b, u+85ab, u+8a23, u+8a93, u+8b00, u+8b19, u+8b21, u+8cbf, u+8fb0, u+901d, u+91b8, u+9320, u+932c, u+9688, u+96f6, u+9df2, u+ff6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-135.DNhbF_c1.woff2) format("woff2");
    unicode-range: u+2002, u+2025, u+4f8d, u+51e1, u+51f8, u+5507, u+5598, u+58f1, u+5983, u+59ac, u+5c3c, u+5de7, u+5e7d, u+5eca, u+5f61, u+606d, u+60f9, u+636e, u+64ec, u+67da, u+67ff, u+6813, u+68f2, u+693f, u+6b6a, u+6bbb, u+6ef4, u+7092, u+717d, u+7261, u+73c8, u+7432, u+7483, u+76fe, u+7709, u+78d0, u+81a3, u+81b3, u+82af, u+8305, u+8309, u+8870, u+88fe, u+8cd1, u+8d66, u+906e, u+971e, u+9812, u+ff79, u+ff90
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-136.CfF8MIxs.woff2) format("woff2");
    unicode-range: u+2464, u+2501, u+2640, u+2642, u+339d, u+4f0e, u+5091, u+50b5, u+5132, u+51cc, u+558b, u+55aa, u+585e, u+5bee, u+5dfe, u+60b6, u+62b9, u+6349, u+6566, u+6590, u+6842, u+689d, u+6a58, u+6c70, u+6ff1, u+7815, u+7881, u+7aaa, u+7bc7, u+7def, u+7fa8, u+8017, u+8036, u+8061, u+821f, u+8429, u+8ce0, u+8e74, u+9019, u+90ca, u+9162, u+932f, u+93ae, u+9644, u+990c, u+9cf3, u+ff56, u+ff6e, u+ff7e, u+ff85
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-137.D4sDztpJ.woff2) format("woff2");
    unicode-range: u+2266-2267, u+4f2f, u+5208, u+5451, u+546a, u+5589, u+576a, u+5815, u+5a9a, u+5b9b, u+5c3a, u+5efb, u+5faa, u+6109, u+6643, u+6652, u+695a, u+69fd, u+6b86, u+6bb4, u+6daf, u+7089, u+70cf, u+7a00, u+7a4f, u+7b39, u+7d33, u+80e1, u+828b, u+82a6, u+86cd, u+8c8c, u+8cca, u+8df3, u+9077, u+9175, u+91dc, u+925b, u+9262, u+9271, u+92ed, u+9855, u+9905, u+9d28, u+ff3f, u+ff58, u+ff68, u+ff6d, u+ff9c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-138.Bxn__j8Y.woff2) format("woff2");
    unicode-range: u+2207, u+25ef, u+309c, u+4e4f, u+5146, u+51dd, u+5351, u+540a, u+5629, u+5eb5, u+5f04, u+5f13, u+60dc, u+6212, u+63b4, u+642c, u+6627, u+66a6, u+66c7, u+66fd, u+674e, u+6b96, u+6c4e, u+6df3, u+6e67, u+6f84, u+72fc, u+733f, u+7c97, u+7db1, u+7e4d, u+816b, u+82d1, u+84cb, u+854e, u+8607, u+86c7, u+871c, u+8776, u+8a89, u+8fc4, u+91a4, u+9285, u+9685, u+9903, u+9b31, u+9f13, u+ff42, u+ff74, u+ff91
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-139.DzAe0tYv.woff2) format("woff2");
    unicode-range: u+4e32, u+51db, u+53a8, u+53ea, u+5609, u+5674, u+5a92, u+5e7e, u+6115, u+611a, u+62cc, u+62ed, u+63c9, u+64b9, u+64e6, u+65cb, u+6606, u+6731, u+683d, u+6afb, u+7460, u+771e, u+78ef, u+7b26, u+7b51, u+7cde, u+7d10, u+7d2f, u+7d46, u+80de, u+819c, u+84b2, u+85cd, u+865a, u+8ecc, u+9022, u+90b8, u+9192, u+9675, u+96b7, u+99ff, u+ff44, u+ff55, u+ff6c, u+ff73, u+ff75, u+ff86, u+ff8d, u+ff92, u+ffe3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-140.DzyJf-AR.woff2) format("woff2");
    unicode-range: u+25b3, u+30f5, u+4eae, u+4f46, u+4f51, u+5203, u+52ff, u+55a7, u+564c, u+565b, u+57f9, u+5805, u+5b64, u+5e06, u+5f70, u+5f90, u+60e8, u+6182, u+62f3, u+62fe, u+63aa, u+64a4, u+65d7, u+673a, u+6851, u+68cb, u+68df, u+6d1e, u+6e58, u+6e9d, u+77b3, u+7832, u+7c3f, u+7db4, u+7f70, u+80aa, u+80c6, u+8105, u+819d, u+8276, u+8679, u+8986, u+8c9d, u+8fc5, u+916c, u+9665, u+9699, u+96c0, u+9a19, u+ff8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-141.D78qAnzb.woff2) format("woff2");
    unicode-range: u+2463, u+25a1, u+4ef0, u+5076, u+5098, u+51fd, u+5302, u+5448, u+54c9, u+570b, u+583a, u+5893, u+58a8, u+58ee, u+5949, u+5bdb, u+5f26, u+5f81, u+6052, u+6170, u+61c7, u+631f, u+635c, u+664b, u+69fb, u+6f01, u+7070, u+722a, u+745e, u+755c, u+76c6, u+78c1, u+79e4, u+7bb8, u+7d0b, u+81a8, u+82d7, u+8b5c, u+8f14, u+8fb1, u+8fbb, u+9283, u+9298, u+9a30, u+ff03, u+ff50, u+ff59, u+ff7b, u+ff8e-ff8f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-142.CIBWzqJd.woff2) format("woff2");
    unicode-range: u+2010, u+2502, u+25b6, u+4f3a, u+514b, u+5265, u+52c3, u+5339, u+53ec, u+54c0, u+55b0, u+5854, u+5b8f, u+5cb3, u+5e84, u+60da, u+6247, u+6249, u+628a, u+62cd, u+65ac, u+6838, u+690e, u+6cf0, u+6f02, u+6f2c, u+6f70, u+708a, u+7434, u+75be, u+77ef, u+7c60, u+7c98, u+7d1b, u+7e2b, u+80a5, u+81e3, u+820c, u+8210, u+8475, u+862d, u+8650, u+8997, u+906d, u+91c8, u+9700, u+9727, u+9df9, u+ff3a, u+ff9a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-143.ChGFb888.woff2) format("woff2");
    unicode-range: u+2103, u+5049, u+52b1, u+5320, u+5553, u+572d, u+58c7, u+5b5d, u+5bc2, u+5de3, u+5e61, u+5f80, u+61a9, u+67d0, u+67f4, u+6c88, u+6ca1, u+6ce5, u+6d78, u+6e9c, u+6f54, u+731b, u+73b2, u+74a7, u+74f6, u+75e9, u+7b20, u+7c8b, u+7f72, u+809d, u+8108, u+82b3, u+82bd, u+84b8, u+84c4, u+88c2, u+8ae6, u+8ef8, u+902e, u+9065, u+9326, u+935b, u+938c, u+9676, u+9694, u+96f7, u+9ed9, u+ff48, u+ff4c, u+ff81
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-144.BnNvuc4a.woff2) format("woff2");
    unicode-range: u+2500, u+3008-3009, u+4ead, u+4f0f, u+4fca, u+53eb, u+543e, u+57a2, u+5cf0, u+5e8f, u+5fe0, u+61b2, u+62d8, u+6442, u+64b2, u+6589, u+659c, u+67f1, u+68c4, u+6cb8, u+6d12, u+6de1, u+6fe1, u+70c8, u+723d, u+73e0, u+7656, u+773a, u+7948, u+7b87, u+7c92, u+7d3a, u+7e1b, u+7e4a, u+819a, u+8358, u+83c5, u+84bc, u+864e, u+8912, u+8c9e, u+8d05, u+92fc, u+9396, u+98fd, u+99d2, u+ff64, u+ff7a, u+ff83
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-145.D7EiavbV.woff2) format("woff2");
    unicode-range: u+3014-3015, u+4e3c, u+5036, u+5075, u+533f, u+53e9, u+5531, u+5642, u+5984, u+59e6, u+5a01, u+5b6b, u+5c0b, u+5f25, u+6069, u+60a0, u+614e, u+62b5, u+62d2-62d3, u+6597, u+660c, u+674f, u+67cf, u+6841, u+6905, u+6cf3, u+6d32, u+6d69, u+6f64, u+716e, u+7761, u+7b52, u+7be0, u+7dbf, u+7de9, u+7f36, u+81d3, u+8302, u+8389, u+846c, u+84ee, u+8a69, u+9038, u+9d8f, u+ff47, u+ff4b, u+ff76, u+ff9b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-146.2s6stNqU.woff2) format("woff2");
    unicode-range: u+25c7, u+3007, u+504f, u+507d, u+51a0, u+52a3, u+5410, u+5510, u+559a, u+5782, u+582a, u+5c0a, u+5c3f, u+5c48, u+5f6b, u+6176, u+622f, u+6279, u+62bd, u+62dd, u+65ed, u+67b6, u+6817, u+6850, u+6d6a, u+6deb, u+6ea2, u+6edd, u+6f5c, u+72e9, u+73a9, u+7573, u+76bf, u+7950, u+7956, u+7f8a, u+7ffc, u+80a2, u+80c3, u+83ca, u+8a02, u+8a13, u+8df5, u+9375, u+983b, u+99b4, u+ff4e, u+ff71, u+ff89, u+ff97
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-147.CSY0MMHW.woff2) format("woff2");
    unicode-range: u+24, u+2022, u+2212, u+221f, u+2665, u+4ecf, u+5100, u+51cd, u+52d8, u+5378, u+53f6, u+574a, u+5982, u+5996, u+5c1a, u+5e1d, u+5f84, u+609f, u+61a7, u+61f8, u+6398, u+63ee, u+6676, u+6691, u+6eb6, u+7126, u+71e5, u+7687, u+7965, u+7d17, u+80a1, u+8107, u+8266, u+85a6, u+8987, u+8ca2, u+8cab, u+8e0a, u+9042, u+95c7, u+9810, u+9867, u+98fc, u+ff52-ff54, u+ff61, u+ff77, u+ff98-ff99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-148.BfF87Xh1.woff2) format("woff2");
    unicode-range: u+b0, u+226a, u+2462, u+4e39, u+4fc3, u+4fd7, u+50be, u+50da, u+5200, u+5211, u+54f2, u+5618, u+596a, u+5b22, u+5bb4, u+5d50, u+60a3, u+63fa, u+658e, u+65e8, u+6669, u+6795, u+679d, u+67a0, u+6b3a, u+6e09, u+757f, u+7cd6, u+7dbe, u+7ffb, u+83cc, u+83f1, u+840c, u+845b, u+8846, u+8972, u+8a34, u+8a50, u+8a87, u+8edf, u+8ff0, u+90a6, u+9154, u+95a3, u+9663, u+9686, u+96c7, u+ff3c, u+ff7c, u+ff8a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-149.DUD9eEsh.woff2) format("woff2");
    unicode-range: u+25bd, u+4e59, u+4ec1, u+4ff3, u+515a, u+518a, u+525b, u+5375, u+552f, u+57a3, u+5b9c, u+5c3d, u+5e3d, u+5e7b, u+5f0a, u+6094, u+6458, u+654f, u+67f3, u+6b8a, u+6bd2, u+6c37, u+6ce1, u+6e56, u+6e7f, u+6ed1, u+6ede, u+6f0f, u+70ad, u+7267, u+7363, u+786c, u+7a42, u+7db2, u+7f85, u+8178, u+829d, u+8896, u+8c5a, u+8cb0, u+8ce2, u+8ed2, u+9047, u+9177, u+970a, u+9ea6, u+ff1b, u+ff31, u+ff39, u+ff80
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-150.DlDFq7pd.woff2) format("woff2");
    unicode-range: u+a5, u+4e80, u+4f34, u+4f73, u+4f75, u+511f, u+5192, u+52aa, u+53c8, u+570f, u+57cb, u+596e, u+5d8b, u+5f66, u+5fd9, u+62db, u+62f6, u+6328, u+633f, u+63a7, u+6469, u+6bbf, u+6c41, u+6c57, u+6d44, u+6dbc, u+706f, u+72c2, u+72ed, u+7551, u+75f4, u+7949, u+7e26, u+7fd4, u+8150, u+8af8, u+8b0e, u+8b72, u+8ca7, u+934b, u+9a0e, u+9a12, u+9b42, u+ff41, u+ff43, u+ff45, u+ff49, u+ff4f, u+ff62-ff63
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-151.CILbGoys.woff2) format("woff2");
    unicode-range: u+4e18, u+4fb5, u+5104, u+52c7, u+5353, u+5374, u+53e5, u+587e, u+594f, u+5a20, u+5de1, u+5f18, u+5fcd, u+6291, u+62ab, u+6355, u+6392, u+63da, u+63e1, u+656c, u+6687, u+68b0-68b1, u+68d2, u+68da, u+6b27, u+6cbc, u+7159, u+7344, u+73cd, u+76df, u+790e, u+7cf8, u+8102, u+88c1, u+8aa0, u+8e0f, u+9178, u+92ad, u+9670, u+96c5, u+9cf4, u+9db4, u+ff3e, u+ff6f, u+ff72, u+ff78, u+ff7d, u+ff84, u+ff8c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-152.CtOEBfJi.woff2) format("woff2");
    unicode-range: u+60, u+2200, u+226b, u+2461, u+517c, u+526f, u+5800, u+5b97, u+5bf8, u+5c01, u+5d29, u+5e4c, u+5e81, u+6065, u+61d0, u+667a, u+6696, u+6843, u+6c99, u+6d99, u+6ec5, u+6f22, u+6f6e, u+6fa4, u+6fef, u+71c3, u+72d9, u+7384, u+78e8, u+7a1a, u+7a32, u+7a3c, u+7adc, u+7ca7, u+7d2b, u+7dad, u+7e4b, u+80a9, u+8170, u+81ed, u+820e, u+8a17, u+8afe, u+90aa, u+914e, u+963f, u+99c4, u+9eba, u+9f3b, u+ff38
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-153.C8BgsQgi.woff2) format("woff2");
    unicode-range: u+2460, u+4e5f, u+4e7e, u+4ed9, u+501f, u+502b, u+5968, u+5974, u+5ac1, u+5b99, u+5ba3, u+5be7, u+5be9, u+5c64, u+5cb8, u+5ec3, u+5f1f, u+616e, u+6297, u+62e0, u+62ec, u+6368, u+642d, u+65e6, u+6717, u+676f, u+6b04, u+732e, u+7652, u+76ca, u+76d7, u+7802, u+7e70, u+7f6a, u+8133, u+81e8, u+866b, u+878d, u+88f8, u+8a5e, u+8cdb, u+8d08, u+907a, u+90e1, u+96f2, u+9f8d, u+ff35, u+ff37, u+ff40, u+ff9d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-154.B3Mrw3lJ.woff2) format("woff2");
    unicode-range: u+21d2, u+25ce, u+300a-300b, u+4e89, u+4e9c, u+4ea1, u+5263, u+53cc, u+5426, u+5869, u+5947, u+598a, u+5999, u+5e55, u+5e72, u+5e79, u+5fae, u+5fb9, u+602a, u+6163, u+624d, u+6749, u+6c5a, u+6cbf, u+6d45, u+6dfb, u+6e7e, u+708e, u+725b, u+7763, u+79c0, u+7bc4, u+7c89, u+7e01, u+7e2e, u+8010, u+8033, u+8c6a, u+8cc3, u+8f1d, u+8f9b, u+8fb2, u+907f, u+90f7, u+9707, u+9818, u+9b3c, u+ff0a, u+ff4d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-155.vNnrleUz.woff2) format("woff2");
    unicode-range: u+2015, u+2190, u+4e43, u+5019, u+5247, u+52e7, u+5438, u+54b2, u+55ab, u+57f7, u+5bd2, u+5e8a, u+5ef6, u+6016, u+60b2, u+6162, u+6319, u+6551, u+6607, u+66b4, u+675f, u+67d4, u+6b20, u+6b53, u+6ce3, u+719f, u+75b2, u+770b, u+7720, u+77ac, u+79d2, u+7af9, u+7d05, u+7dca, u+8056, u+80f8, u+81f3, u+8352, u+885d, u+8a70, u+8aa4, u+8cbc, u+900f, u+9084, u+91e3, u+9451, u+96c4, u+99c6, u+9ad4, u+ff70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-156.CGT9kf05.woff2) format("woff2");
    unicode-range: u+2193, u+25b2, u+4e4b, u+516d, u+51c4, u+529f, u+52c9, u+5360, u+5442, u+5857, u+5915, u+59eb, u+5a9b, u+5c3b, u+6012, u+61b6, u+62b1, u+6311, u+6577, u+65e2, u+65ec, u+6613, u+6790, u+6cb9, u+7372, u+76ae, u+7d5e, u+7fcc, u+88ab, u+88d5, u+8caf, u+8ddd, u+8ecd, u+8f38, u+8f9e, u+8feb, u+9063, u+90f5, u+93e1, u+968a, u+968f, u+98fe, u+9ec4, u+ff1d, u+ff27, u+ff2a, u+ff36, u+ff3b, u+ff3d, u+ffe5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-157.DqFdAp6U.woff2) format("woff2");
    unicode-range: u+4e03, u+4f38, u+50b7, u+5264, u+5348, u+5371, u+585a, u+58ca, u+5951, u+59b9, u+59d4, u+5b98, u+5f8b, u+6388, u+64cd, u+65e7, u+6803, u+6b6f, u+6d66, u+6e0b, u+6ecb, u+6fc3, u+72ac, u+773c, u+77e2, u+7968, u+7a74, u+7dba, u+7dd1, u+7e3e, u+808c, u+811a, u+8179, u+8239, u+8584, u+8a0e, u+8a72, u+8b66, u+8c46, u+8f29, u+90a3, u+9234, u+96f0, u+9769, u+9774, u+9aa8, u+ff26, u+ff28, u+ff9e-ff9f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-158.CzudQlqD.woff2) format("woff2");
    unicode-range: u+7e, u+b4, u+25c6, u+2661, u+4e92, u+4eee, u+4ffa, u+5144, u+5237, u+5287, u+52b4, u+58c1, u+5bff, u+5c04, u+5c06, u+5e95, u+5f31, u+5f93, u+63c3, u+640d, u+6557, u+6614, u+662f, u+67d3, u+690d, u+6bba, u+6e6f, u+72af, u+732b, u+7518, u+7ae0, u+7ae5, u+7af6, u+822a, u+89e6, u+8a3a, u+8a98, u+8cb8, u+8de1, u+8e8d, u+95d8, u+961c, u+96a3, u+96ea, u+9bae, u+ff20, u+ff22, u+ff29, u+ff2b-ff2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-159.CynvhcDi.woff2) format("woff2");
    unicode-range: u+25cb, u+4e71, u+4f59, u+50d5, u+520a, u+5217, u+5230, u+523a-523b, u+541b, u+5439, u+5747, u+59c9, u+5bdf, u+5c31, u+5de8, u+5e7c, u+5f69, u+6050, u+60d1, u+63cf, u+663c, u+67c4, u+6885, u+6c38, u+6d6e, u+6db2, u+6df7, u+6e2c, u+6f5f, u+7532, u+76e3-76e4, u+7701, u+793c, u+79f0, u+7a93, u+7d00, u+7de0, u+7e54, u+8328, u+8840, u+969c, u+96e8, u+9811, u+9aea, u+9b5a, u+ff24, u+ff2e, u+ff57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-160.DTeUj67x.woff2) format("woff2");
    unicode-range: u+2191, u+505c, u+52e4, u+5305, u+535a, u+56e0, u+59bb, u+5acc, u+5b09, u+5b87, u+5c90, u+5df1, u+5e2d, u+5e33, u+5f3e, u+6298, u+6383, u+653b, u+6697, u+6804, u+6a39, u+6cca, u+6e90, u+6f2b, u+702c, u+7206, u+7236, u+7559, u+7565, u+7591, u+75c7, u+75db, u+7b4b, u+7bb1, u+7d99, u+7fbd, u+8131, u+885b, u+8b1d, u+8ff7, u+9003, u+9045, u+96a0, u+9732, u+990a, u+99d0, u+9e97, u+9f62, u+ff25, u+ff2d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-161.KuQrLq3V.woff2) format("woff2");
    unicode-range: u+4e08, u+4f9d, u+5012, u+514d, u+51b7, u+5275, u+53ca, u+53f8, u+5584, u+57fc, u+5b9d, u+5bfa, u+5c3e, u+5f01, u+5fb4, u+5fd7, u+606f, u+62e1, u+6563, u+6674, u+6cb3, u+6d3e, u+6d74, u+6e1b, u+6e2f, u+718a, u+7247, u+79d8, u+7d14, u+7d66, u+7d71, u+7df4, u+7e41, u+80cc, u+8155, u+83d3, u+8a95, u+8ab2, u+8ad6, u+8ca1, u+9000, u+9006, u+9678, u+97d3, u+9808, u+98ef, u+9a5a, u+9b45, u+ff23, u+ff30
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-162.CYu92gOL.woff2) format("woff2");
    unicode-range: u+25bc, u+3012, u+4ef2, u+4f0a, u+516b, u+5373, u+539a, u+53b3, u+559c, u+56f0, u+5727, u+5742, u+5965, u+59ff, u+5bc6, u+5dfb, u+5e45, u+5ead, u+5fb3, u+6211, u+6253, u+639b, u+63a8, u+6545, u+6575, u+6628, u+672d, u+68a8, u+6bdb, u+6d25, u+707d, u+767e, u+7834, u+7b46, u+7bc9, u+8074, u+82e6, u+8349, u+8a2a, u+8d70, u+8da3, u+8fce, u+91cc, u+967d, u+97ff, u+9996, u+ff1c, u+ff2f, u+ff32, u+ff34
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-163._89LYXso.woff2) format("woff2");
    unicode-range: u+3d, u+5e, u+25cf, u+4e0e, u+4e5d, u+4e73, u+4e94, u+4f3c, u+5009, u+5145, u+51ac, u+5238, u+524a, u+53f3, u+547c, u+5802, u+5922, u+5a66, u+5c0e, u+5de6, u+5fd8, u+5feb, u+6797, u+685c, u+6b7b, u+6c5f-6c60, u+6cc9, u+6ce2, u+6d17, u+6e21, u+7167, u+7642, u+76db, u+8001, u+821e, u+8857, u+89d2, u+8b1b, u+8b70, u+8cb4, u+8cde, u+8f03, u+8f2a, u+968e, u+9b54, u+9e7f, u+9ebb, u+ff05, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-164.B-j9SoCr.woff2) format("woff2");
    unicode-range: u+500d, u+5074, u+50cd, u+5175, u+52e2, u+5352, u+5354, u+53f2, u+5409, u+56fa, u+5a18, u+5b88, u+5bdd, u+5ca9, u+5f92, u+5fa9, u+60a9, u+623f, u+6483, u+653f, u+666f, u+66ae, u+66f2, u+6a21, u+6b66, u+6bcd, u+6d5c, u+796d, u+7a4d, u+7aef, u+7b56, u+7b97, u+7c4d, u+7e04, u+7fa9, u+8377, u+83dc, u+83ef, u+8535, u+8863, u+88cf, u+88dc, u+8907, u+8acb, u+90ce, u+91dd, u+ff0b, u+ff0d, u+ff19, u+ff65
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-165.CE7ZGQqD.woff2) format("woff2");
    unicode-range: u+4e01, u+4e21, u+4e38, u+52a9, u+547d, u+592e, u+5931, u+5b63, u+5c40, u+5dde, u+5e78, u+5efa, u+5fa1, u+604b, u+6075, u+62c5, u+632f, u+6a19, u+6c0f, u+6c11, u+6c96, u+6e05, u+70ba, u+71b1, u+7387, u+7403, u+75c5, u+77ed, u+795d, u+7b54, u+7cbe, u+7d19, u+7fa4, u+8089, u+81f4, u+8208, u+8336, u+8457, u+8a33, u+8c4a, u+8ca0, u+8ca8, u+8cc0, u+9014, u+964d, u+9803, u+983c, u+98db, u+ff17, u+ff21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-166.CAnpE_0y.woff2) format("woff2");
    unicode-range: u+25, u+25a0, u+4e26, u+4f4e, u+5341, u+56f2, u+5bbf, u+5c45, u+5c55, u+5c5e, u+5dee, u+5e9c, u+5f7c, u+6255, u+627f, u+62bc, u+65cf, u+661f, u+666e, u+66dc, u+67fb, u+6975, u+6a4b, u+6b32, u+6df1, u+6e29, u+6fc0, u+738b, u+7686, u+7a76, u+7a81, u+7c73, u+7d75, u+7dd2, u+82e5, u+82f1, u+85ac, u+888b, u+899a, u+8a31, u+8a8c, u+8ab0, u+8b58, u+904a, u+9060, u+9280, u+95b2, u+984d, u+9ce5, u+ff18
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-167.MmHguGcf.woff2) format("woff2");
    unicode-range: u+30f6, u+50ac, u+5178, u+51e6, u+5224, u+52dd, u+5883, u+5897, u+590f, u+5a5a, u+5bb3, u+5c65, u+5e03, u+5e2b, u+5e30, u+5eb7, u+6271, u+63f4, u+64ae, u+6574, u+672b, u+679a, u+6a29-6a2a, u+6ca2, u+6cc1, u+6d0b, u+713c, u+74b0, u+7981, u+7a0b, u+7bc0, u+7d1a, u+7d61, u+7fd2, u+822c, u+8996, u+89aa, u+8cac, u+8cbb, u+8d77, u+8def, u+9020, u+9152, u+9244, u+9662, u+967a, u+96e3, u+9759, u+ff16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-168.BGkTUYzA.woff2) format("woff2");
    unicode-range: u+23, u+3c, u+2192, u+4e45, u+4efb, u+4f50, u+4f8b, u+4fc2, u+5024, u+5150, u+5272, u+5370, u+53bb, u+542b, u+56db, u+56e3, u+57ce, u+5bc4, u+5bcc, u+5f71, u+60aa, u+6238, u+6280, u+629c, u+6539, u+66ff, u+670d, u+677e-677f, u+6839, u+69cb, u+6b4c, u+6bb5, u+6e96, u+6f14, u+72ec, u+7389, u+7814, u+79cb, u+79d1, u+79fb, u+7a0e, u+7d0d, u+85e4, u+8d64, u+9632, u+96e2, u+9805, u+99ac, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-169.B8qTMiyD.woff2) format("woff2");
    unicode-range: u+2605-2606, u+301c, u+4e57, u+4fee, u+5065, u+52df, u+533b, u+5357, u+57df, u+58eb, u+58f0, u+591c, u+592a-592b, u+5948, u+5b85, u+5d0e, u+5ea7, u+5ff5, u+6025, u+63a1, u+63a5, u+63db, u+643a, u+65bd, u+671d, u+68ee, u+6982, u+6b73, u+6bd4, u+6d88, u+7570, u+7b11, u+7d76, u+8077, u+8217, u+8c37, u+8c61, u+8cc7, u+8d85, u+901f, u+962a, u+9802, u+9806, u+9854, u+98f2, u+9928, u+99c5, u+9ed2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-170.DE1FLlqe.woff2) format("woff2");
    unicode-range: u+266a, u+4f11, u+533a, u+5343, u+534a, u+53cd, u+5404, u+56f3, u+5b57-5b58, u+5bae, u+5c4a, u+5e0c, u+5e2f, u+5eab, u+5f35, u+5f79, u+614b, u+6226, u+629e, u+65c5, u+6625, u+6751, u+6821, u+6b69, u+6b8b, u+6bce, u+6c42, u+706b, u+7c21, u+7cfb, u+805e, u+80b2, u+82b8, u+843d, u+8853, u+88c5, u+8a3c, u+8a66, u+8d8a, u+8fba, u+9069, u+91cf, u+9752, u+975e, u+9999, u+ff0f-ff10, u+ff14-ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-171.f3rrHnYi.woff2) format("woff2");
    unicode-range: u+40, u+4e86, u+4e95, u+4f01, u+4f1d, u+4fbf, u+5099, u+5171, u+5177, u+53cb, u+53ce, u+53f0, u+5668, u+5712, u+5ba4, u+5ca1, u+5f85, u+60f3, u+653e, u+65ad, u+65e9, u+6620, u+6750, u+6761, u+6b62, u+6b74, u+6e08, u+6e80, u+7248, u+7531, u+7533, u+753a, u+77f3, u+798f, u+7f6e, u+8449, u+88fd, u+89b3, u+8a55, u+8ac7, u+8b77, u+8db3, u+8efd, u+8fd4, u+9031-9032, u+9580, u+9589, u+96d1, u+985e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-172.D2LndhUS.woff2) format("woff2");
    unicode-range: u+2b, u+d7, u+300e-300f, u+4e07, u+4e8c, u+512a, u+5149, u+518d, u+5236, u+52b9, u+52d9, u+5468, u+578b, u+57fa, u+5b8c, u+5ba2, u+5c02, u+5de5, u+5f37, u+5f62, u+623b, u+63d0, u+652f, u+672a, u+6848, u+6d41, u+7136, u+7537, u+754c, u+76f4, u+79c1, u+7ba1, u+7d44, u+7d4c, u+7dcf, u+7dda, u+7de8, u+82b1, u+897f, u+8ca9, u+8cfc, u+904e, u+9664, u+982d, u+9858, u+98a8, u+9a13, u+ff13, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-173.D_3liOqC.woff2) format("woff2");
    unicode-range: u+4e16, u+4e3b, u+4ea4, u+4ee4, u+4f4d, u+4f4f, u+4f55, u+4f9b, u+5317, u+5358, u+53c2, u+53e4, u+548c, u+571f, u+59cb, u+5cf6, u+5e38, u+63a2, u+63b2, u+6559, u+662d, u+679c, u+6c7a, u+72b6, u+7523, u+767d, u+770c, u+7a2e, u+7a3f, u+7a7a, u+7b2c, u+7b49, u+7d20, u+7d42, u+8003, u+8272, u+8a08, u+8aac, u+8cb7, u+8eab, u+8ee2, u+9054-9055, u+90fd, u+914d, u+91cd, u+969b, u+97f3, u+984c, u+ff06
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-174.DiHtVC8u.woff2) format("woff2");
    unicode-range: u+26, u+5f, u+2026, u+203b, u+4e09, u+4eac, u+4ed5, u+4fa1, u+5143, u+5199, u+5207, u+539f, u+53e3, u+53f7, u+5411, u+5473, u+5546, u+55b6, u+5929, u+597d, u+5bb9, u+5c11, u+5c4b, u+5ddd, u+5f97, u+5fc5, u+6295, u+6301, u+6307, u+671b, u+76f8, u+78ba, u+795e, u+7d30, u+7d39, u+7d9a, u+89e3, u+8a00, u+8a73, u+8a8d, u+8a9e, u+8aad, u+8abf, u+8cea, u+8eca, u+8ffd, u+904b, u+9650, u+ff11-ff12
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-175.BxQe1GUU.woff2) format("woff2");
    unicode-range: u+3e, u+3005, u+4e0d, u+4e88, u+4ecb, u+4ee3, u+4ef6, u+4fdd, u+4fe1, u+500b, u+50cf, u+5186, u+5316, u+53d7, u+540c, u+544a, u+54e1, u+5728, u+58f2, u+5973, u+5b89, u+5c71, u+5e02, u+5e97, u+5f15, u+5fc3, u+5fdc, u+601d, u+611b, u+611f, u+671f, u+6728, u+6765, u+683c, u+6b21, u+6ce8, u+6d3b, u+6d77, u+7530, u+7740, u+7acb, u+7d50, u+826f, u+8f09, u+8fbc, u+9001, u+9053, u+91ce, u+9762, u+98df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-176.BVfgnrnH.woff2) format("woff2");
    unicode-range: u+7c, u+3080, u+4ee5, u+5148, u+516c, u+521d, u+5225, u+529b, u+52a0, u+53ef, u+56de, u+56fd, u+5909, u+591a, u+5b66, u+5b9f, u+5bb6, u+5bfe, u+5e73, u+5e83, u+5ea6, u+5f53, u+6027, u+610f, u+6210, u+6240, u+660e, u+66f4, u+66f8, u+6709, u+6771, u+697d, u+69d8, u+6a5f, u+6c34, u+6cbb, u+73fe, u+756a, u+7684, u+771f, u+793a, u+7f8e, u+898f, u+8a2d, u+8a71, u+8fd1, u+9078, u+9577, u+96fb, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-177.yPyzjJqA.woff2) format("woff2");
    unicode-range: u+a9, u+3010-3011, u+30e2, u+4e0b, u+4eca, u+4ed6, u+4ed8, u+4f53, u+4f5c, u+4f7f, u+53d6, u+540d, u+54c1, u+5730, u+5916, u+5b50, u+5c0f, u+5f8c, u+624b, u+6570, u+6587, u+6599, u+691c, u+696d, u+6cd5, u+7269, u+7279, u+7406, u+767a-767b, u+77e5, u+7d04, u+7d22, u+8005, u+80fd, u+81ea, u+8868, u+8981, u+89a7, u+901a, u+9023, u+90e8, u+91d1, u+9332, u+958b, u+96c6, u+9ad8, u+ff1a, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-178.CuhrzsOu.woff2) format("woff2");
    unicode-range: u+4e, u+a0, u+3000, u+300c-300d, u+4e00, u+4e0a, u+4e2d, u+4e8b, u+4eba, u+4f1a, u+5165, u+5168, u+5185, u+51fa, u+5206, u+5229, u+524d, u+52d5, u+5408, u+554f, u+5831, u+5834, u+5927, u+5b9a, u+5e74, u+5f0f, u+60c5, u+65b0, u+65b9, u+6642, u+6700, u+672c, u+682a, u+6b63, u+6c17, u+7121, u+751f, u+7528, u+753b, u+76ee, u+793e, u+884c, u+898b, u+8a18, u+9593, u+95a2, u+ff01, u+ff08-ff09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-179.CWRUxe43.woff2) format("woff2");
    unicode-range: u+21-22, u+27-2a, u+2c-3b, u+3f, u+41-4d, u+4f-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+b7, u+bb, u+c9, u+cd, u+d6, u+d8, u+dc, u+e0-e5, u+e7-ed, u+ef, u+f1-f4, u+f6, u+f8, u+fa, u+fc-fd, u+103, u+14d, u+1b0, u+300-301, u+1ebf, u+1ec7, u+2013-2014, u+201c-201d, u+2039-203a, u+203c, u+2048-2049, u+2113, u+2122, u+65e5, u+6708, u+70b9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-180.CtZ3i-EF.woff2) format("woff2");
    unicode-range: u+20, u+2027, u+3001-3002, u+3041-307f, u+3081-308f, u+3091-3093, u+3099-309a, u+309d-309e, u+30a1-30e1, u+30e3-30ed, u+30ef-30f0, u+30f2-30f4, u+30fb-30fe, u+ff0c, u+ff0e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-181.BRl66X3J.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-182.DtCMfjuO.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-183.CGMUG_lm.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_JP-300-184.CwRgQChf.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-61.DHFiCEWf.woff2) format("woff2");
    unicode-range: u+25ee8, u+25f23, u+25f5c, u+25fd4, u+25fe0, u+25ffb, u+2600c, u+26017, u+26060, u+260ed, u+26222, u+2626a, u+26270, u+26286, u+2634c, u+26402, u+2667e, u+266b0, u+2671d, u+268dd, u+268ea, u+26951, u+2696f, u+26999, u+269dd, u+26a1e, u+26a58, u+26a8c, u+26ab7, u+26aff, u+26c29, u+26c73, u+26c9e, u+26cdd, u+26e40, u+26e65, u+26f94, u+26ff6-26ff8, u+270f4, u+2710d, u+27139, u+273da-273db, u+273fe, u+27410, u+27449, u+27614-27615, u+27631, u+27684, u+27693, u+2770e, u+27723, u+27752, u+278b2, u+27985, u+279b4, u+27a84, u+27bb3, u+27bbe, u+27bc7, u+27c3c, u+27cb8, u+27d73, u+27da0, u+27e10, u+27eaf, u+27fb7, u+2808a, u+280bb, u+28277, u+28282, u+282f3, u+283cd, u+2840c, u+28455, u+284dc, u+2856b, u+285c8-285c9, u+286d7, u+286fa, u+28946, u+28949, u+2896b, u+28987-28988, u+289ba-289bb, u+28a1e, u+28a29, u+28a43, u+28a71, u+28a99, u+28acd, u+28add, u+28ae4, u+28bc1, u+28bef, u+28cdd, u+28d10, u+28d71, u+28dfb, u+28e0f, u+28e17, u+28e1f, u+28e36, u+28e89, u+28eeb, u+28ef6, u+28f32, u+28ff8, u+292a0, u+292b1, u+29490, u+295cf, u+2967f, u+296f0, u+29719, u+29750, u+29810, u+298c6, u+29a72, u+29d4b, u+29ddb, u+29e15, u+29e3d, u+29e49, u+29e8a, u+29ec4, u+29edb, u+29ee9, u+29fce, u+29fd7, u+2a01a, u+2a02f, u+2a082, u+2a0f9, u+2a190, u+2a2b2, u+2a38c, u+2a437, u+2a5f1, u+2a602, u+2a61a, u+2a6b2, u+2a9e6, u+2b746, u+2b751, u+2b753, u+2b75a, u+2b75c, u+2b765, u+2b776-2b777, u+2b77c, u+2b782, u+2b789, u+2b78b, u+2b78e, u+2b794, u+2b7ac, u+2b7af, u+2b7bd, u+2b7c9, u+2b7cf, u+2b7d2, u+2b7d8, u+2b7f0, u+2b80d, u+2b817, u+2b81a, u+2d544, u+2e278, u+2e569, u+2e6ea, u+2f804, u+2f80f, u+2f815, u+2f818, u+2f81a, u+2f822, u+2f828, u+2f82c, u+2f833, u+2f83f, u+2f846, u+2f852, u+2f862, u+2f86d, u+2f873, u+2f877, u+2f884, u+2f899-2f89a, u+2f8a6, u+2f8ac, u+2f8b2, u+2f8b6, u+2f8d3, u+2f8db-2f8dc, u+2f8e1, u+2f8e5, u+2f8ea, u+2f8ed, u+2f8fc, u+2f903, u+2f90b, u+2f90f, u+2f91a, u+2f920-2f921, u+2f945, u+2f947, u+2f96c, u+2f995, u+2f9d0, u+2f9de-2f9df, u+2f9f4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-62.CGdw4P09.woff2) format("woff2");
    unicode-range: u+1f235-1f23b, u+1f240-1f248, u+1f250-1f251, u+2000b, u+20089-2008a, u+200a2, u+200a4, u+200b0, u+200f5, u+20158, u+201a2, u+20213, u+2032b, u+20371, u+20381, u+203f9, u+2044a, u+20509, u+2053f, u+205b1, u+205d6, u+20611, u+20628, u+206ec, u+2074f, u+207c8, u+20807, u+2083a, u+208b9, u+2090e, u+2097c, u+20984, u+2099d, u+20a64, u+20ad3, u+20b1d, u+20b9f, u+20bb7, u+20d45, u+20d58, u+20de1, u+20e64, u+20e6d, u+20e95, u+20f5f, u+21201, u+2123d, u+21255, u+21274, u+2127b, u+212d7, u+212e4, u+212fd, u+2131b, u+21336, u+21344, u+213c4, u+2146d-2146e, u+215d7, u+21647, u+216b4, u+21706, u+21742, u+218bd, u+219c3, u+21a1a, u+21c56, u+21d2d, u+21d45, u+21d62, u+21d78, u+21d92, u+21d9c, u+21da1, u+21db7, u+21de0, u+21e33-21e34, u+21f1e, u+21f76, u+21ffa, u+2217b, u+22218, u+2231e, u+223ad, u+22609, u+226f3, u+2285b, u+228ab, u+2298f, u+22ab8, u+22b46, u+22b4f-22b50, u+22ba6, u+22c1d, u+22c24, u+22de1, u+22e42, u+22feb, u+231b6, u+231c3-231c4, u+231f5, u+23372, u+233cc, u+233d0, u+233d2-233d3, u+233d5, u+233da, u+233df, u+233e4, u+233fe, u+2344a-2344b, u+23451, u+23465, u+234e4, u+2355a, u+23594, u+235c4, u+23638-2363a, u+23647, u+2370c, u+2371c, u+2373f, u+23763-23764, u+237e7, u+237f1, u+237ff, u+23824, u+2383d, u+23a98, u+23c7f, u+23cbe, u+23cfe, u+23d00, u+23d0e, u+23d40, u+23dd3, u+23df9-23dfa, u+23f7e, u+2404b, u+24096, u+24103, u+241c6, u+241fe, u+242ee, u+243bc, u+243d0, u+24629, u+246a5, u+247f1, u+24896, u+248e9, u+24a4d, u+24b56, u+24b6f, u+24c16, u+24d14, u+24e04, u+24e0e, u+24e37, u+24e6a, u+24e8b, u+24ff2, u+2504a, u+25055, u+25122, u+251a9, u+251cd, u+251e5, u+2521e, u+2524c, u+2542e, u+2548e, u+254d9, u+2550e, u+255a7, u+2567f, u+25771, u+257a9, u+257b4, u+25874, u+259c4, u+259cc, u+259d4, u+25ad7, u+25ae3-25ae4, u+25af1, u+25bb2, u+25c4b, u+25c64, u+25da1, u+25e2e, u+25e56, u+25e62, u+25e65, u+25ec2, u+25ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-63.BtUHuvNx.woff2) format("woff2");
    unicode-range: u+ffd7, u+ffda-ffdc, u+ffe0-ffe2, u+ffe4, u+ffe6, u+ffe8-ffee, u+1f100-1f10c, u+1f110-1f16c, u+1f170-1f1ac, u+1f200-1f202, u+1f210-1f234
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-64.DNvXpGdu.woff2) format("woff2");
    unicode-range: u+fa10, u+fa12-fa6d, u+fb00-fb04, u+fe10-fe19, u+fe30-fe42, u+fe44-fe52, u+fe54-fe66, u+fe68-fe6b, u+ff02, u+ff04, u+ff07, u+ff51, u+ff5b, u+ff5d, u+ff5f-ff60, u+ff66, u+ff69, u+ff87, u+ffa1-ffbe, u+ffc2-ffc7, u+ffca-ffcf, u+ffd2-ffd6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-65.CdIxbJip.woff2) format("woff2");
    unicode-range: u+f92d-f959, u+f95b-f9f2, u+f9f4-fa0b, u+fa0e-fa0f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-66.DM4N9eKV.woff2) format("woff2");
    unicode-range: u+9e8b-9e8c, u+9e8e-9e8f, u+9e91-9e92, u+9e95-9e96, u+9e98, u+9e9b, u+9e9d-9e9e, u+9ea4-9ea5, u+9ea8-9eaa, u+9eac-9eb0, u+9eb3-9eb5, u+9eb8, u+9ebc-9ebf, u+9ec3, u+9ec6, u+9ec8, u+9ecb-9ecd, u+9ecf-9ed1, u+9ed4-9ed5, u+9ed8, u+9edb-9ee0, u+9ee4-9ee5, u+9ee7-9ee8, u+9eec-9ef2, u+9ef4-9ef9, u+9efb-9eff, u+9f02-9f03, u+9f07-9f09, u+9f0e-9f12, u+9f14-9f17, u+9f19-9f1b, u+9f1f-9f22, u+9f26, u+9f2a-9f2c, u+9f2f, u+9f31-9f32, u+9f34, u+9f37, u+9f39-9f3a, u+9f3c-9f3f, u+9f41, u+9f43-9f47, u+9f4a, u+9f4e-9f50, u+9f52-9f58, u+9f5a, u+9f5d-9f61, u+9f63, u+9f66-9f6a, u+9f6c-9f73, u+9f75-9f77, u+9f7a, u+9f7d, u+9f7f, u+9f8f-9f92, u+9f94-9f97, u+9f99, u+9f9c-9fa3, u+9fa5, u+9fb4, u+9fbc-9fc2, u+9fc4, u+9fc6, u+9fcc, u+f900-f92c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-67.CKuSGXzo.woff2) format("woff2");
    unicode-range: u+9c3e, u+9c41, u+9c43-9c4a, u+9c4e-9c50, u+9c52-9c54, u+9c56, u+9c58, u+9c5a-9c61, u+9c63, u+9c65, u+9c67-9c6b, u+9c6d-9c6e, u+9c70, u+9c72, u+9c75-9c78, u+9c7a-9c7c, u+9ce6-9ce7, u+9ceb-9cec, u+9cf0, u+9cf2, u+9cf6-9cf7, u+9cf9, u+9d02-9d03, u+9d06-9d09, u+9d0b, u+9d0e, u+9d11-9d12, u+9d15, u+9d17-9d18, u+9d1b-9d1f, u+9d23, u+9d26, u+9d2a-9d2c, u+9d2f-9d30, u+9d32-9d34, u+9d3a, u+9d3c-9d3f, u+9d41-9d48, u+9d4a, u+9d50-9d54, u+9d59, u+9d5d-9d65, u+9d69-9d6c, u+9d6f-9d70, u+9d72-9d73, u+9d76-9d77, u+9d7a-9d7c, u+9d7e, u+9d83-9d84, u+9d86-9d87, u+9d89-9d8a, u+9d8d-9d8e, u+9d92-9d93, u+9d95-9d9a, u+9da1, u+9da4, u+9da9-9dac, u+9dae, u+9db1-9db2, u+9db5, u+9db8-9dbd, u+9dbf-9dc4, u+9dc6-9dc7, u+9dc9-9dca, u+9dcf, u+9dd3-9dd7, u+9dd9-9dda, u+9dde-9de0, u+9de3, u+9de5-9de7, u+9de9, u+9deb, u+9ded-9df0, u+9df3-9df4, u+9df8, u+9dfd-9dfe, u+9e02, u+9e07, u+9e0a, u+9e0d-9e0e, u+9e10-9e12, u+9e15-9e16, u+9e19-9e1f, u+9e75, u+9e79-9e7d, u+9e80-9e85, u+9e87-9e88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-68.BKoThomf.woff2) format("woff2");
    unicode-range: u+9ae5-9ae7, u+9ae9, u+9aeb-9aec, u+9aee-9aef, u+9af1-9af5, u+9af7, u+9af9-9afb, u+9afd, u+9aff-9b06, u+9b08-9b09, u+9b0b-9b0e, u+9b10, u+9b12, u+9b16, u+9b18-9b1d, u+9b1f-9b20, u+9b22-9b23, u+9b25-9b2f, u+9b32-9b35, u+9b37, u+9b39-9b3b, u+9b3d, u+9b43-9b44, u+9b48, u+9b4b-9b4f, u+9b51, u+9b55-9b58, u+9b5b, u+9b5e, u+9b61, u+9b63, u+9b65-9b66, u+9b68, u+9b6a-9b6f, u+9b72-9b79, u+9b7f-9b80, u+9b83-9b87, u+9b89-9b8b, u+9b8d, u+9b8f-9b94, u+9b96-9b97, u+9b9a, u+9b9d-9ba0, u+9ba6-9ba7, u+9ba9-9baa, u+9bac, u+9bb0-9bb2, u+9bb4, u+9bb7-9bb9, u+9bbb-9bbc, u+9bbe-9bc1, u+9bc6-9bc8, u+9bca, u+9bce-9bd2, u+9bd4, u+9bd7-9bd8, u+9bdd, u+9bdf, u+9be1-9be5, u+9be7, u+9bea-9beb, u+9bee-9bf3, u+9bf5, u+9bf7-9bfa, u+9bfd, u+9bff-9c00, u+9c02, u+9c04, u+9c06, u+9c08-9c0d, u+9c0f-9c16, u+9c18-9c1e, u+9c21-9c2a, u+9c2d-9c32, u+9c35-9c37, u+9c39-9c3a, u+9c3d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-69.C4_xzIXh.woff2) format("woff2");
    unicode-range: u+98eb, u+98ed-98ee, u+98f0-98f1, u+98f3, u+98f6, u+9902, u+9907-9909, u+9911-9912, u+9914-9918, u+991a-9922, u+9924, u+9926-9927, u+992b-992c, u+992e, u+9931-9935, u+9939-993e, u+9940-9942, u+9945-9949, u+994b-994e, u+9950-9952, u+9954-9955, u+9958-9959, u+995b-995c, u+995e-9960, u+9963, u+9997-9998, u+999b, u+999d-999f, u+99a3, u+99a5-99a6, u+99a8, u+99ad-99ae, u+99b0-99b2, u+99b5, u+99b9-99ba, u+99bc-99bd, u+99bf, u+99c1, u+99c3, u+99c8-99c9, u+99d1, u+99d3-99d5, u+99d8-99df, u+99e1-99e2, u+99e7, u+99ea-99ee, u+99f0-99f2, u+99f4-99f5, u+99f8-99f9, u+99fb-99fe, u+9a01-9a05, u+9a08, u+9a0a-9a0c, u+9a0f-9a11, u+9a16, u+9a1a, u+9a1e, u+9a20, u+9a22-9a24, u+9a27, u+9a2b, u+9a2d-9a2e, u+9a31, u+9a33, u+9a35-9a38, u+9a3e, u+9a40-9a45, u+9a47, u+9a4a-9a4e, u+9a51-9a52, u+9a54-9a58, u+9a5b, u+9a5d, u+9a5f, u+9a62, u+9a64-9a65, u+9a69-9a6c, u+9aaa, u+9aac-9ab0, u+9ab2, u+9ab4-9ab7, u+9ab9, u+9abb-9ac1, u+9ac3, u+9ac6, u+9ac8, u+9ace-9ad3, u+9ad5-9ad7, u+9adb-9adc, u+9ade-9ae0, u+9ae2-9ae4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-70.CXYG70mO.woff2) format("woff2");
    unicode-range: u+971d, u+9721-9724, u+9728, u+972a, u+9730-9731, u+9733, u+9736, u+9738-9739, u+973b, u+973d-973e, u+9741-9744, u+9746-974a, u+974d-974f, u+9751, u+9755, u+9757-9758, u+975a-975c, u+9760-9761, u+9763-9764, u+9766-9768, u+976a-976b, u+976e, u+9771, u+9773, u+9776-977d, u+977f-9781, u+9785-9786, u+9789, u+978b, u+978f-9790, u+9795-9797, u+9799-979a, u+979c, u+979e-97a0, u+97a2-97a3, u+97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b1-97b6, u+97b8-97ba, u+97bc, u+97be-97bf, u+97c1, u+97c3-97ce, u+97d0-97d1, u+97d4, u+97d7-97d9, u+97db-97de, u+97e0-97e1, u+97e4, u+97e6, u+97ed-97ef, u+97f1-97f2, u+97f4-97f8, u+97fa, u+9804, u+9807, u+980a, u+980c-980f, u+9814, u+9816-9817, u+9819-981a, u+981c, u+981e, u+9820-9821, u+9823-9826, u+982b, u+982e-9830, u+9832-9835, u+9837, u+9839, u+983d-983e, u+9844, u+9846-9847, u+984a-984b, u+984f, u+9851-9853, u+9856-9857, u+9859-985b, u+9862-9863, u+9865-9866, u+986a-986c, u+986f-9871, u+9873-9875, u+98aa-98ab, u+98ad-98ae, u+98b0-98b1, u+98b4, u+98b6-98b8, u+98ba-98bc, u+98bf, u+98c2-98c8, u+98cb-98cc, u+98ce, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5-98e7, u+98e9-98ea
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-71.Ch-jzCYG.woff2) format("woff2");
    unicode-range: u+944a, u+944c, u+9452-9453, u+9455, u+9459-945c, u+945e-9463, u+9468, u+946a-946b, u+946d-9472, u+9475, u+9477, u+947c-947f, u+9481, u+9483-9485, u+9578-9579, u+957e-957f, u+9582, u+9584, u+9586-9588, u+958a, u+958c-958f, u+9592, u+9594, u+9596, u+9598-9599, u+959d-95a1, u+95a4, u+95a6-95a9, u+95ab-95ad, u+95b1, u+95b4, u+95b6, u+95b9-95bf, u+95c3, u+95c6, u+95c8-95cd, u+95d0-95d6, u+95d9-95da, u+95dc-95e2, u+95e4-95e6, u+95e8, u+961d-961e, u+9621-9622, u+9624-9626, u+9628, u+962c, u+962e-962f, u+9631, u+9633-9634, u+9637-963a, u+963c-963d, u+9641-9642, u+964b-964c, u+964f, u+9652, u+9654, u+9656-9658, u+965c-965f, u+9661, u+9666, u+966a, u+966c, u+966e, u+9672, u+9674, u+9677, u+967b-967c, u+967e-967f, u+9681-9684, u+9689, u+968b, u+968d, u+9691, u+9695-9698, u+969a, u+969d, u+969f, u+96a4-96aa, u+96ae-96b4, u+96b6, u+96b8-96bb, u+96bd, u+96c1, u+96c9-96cb, u+96cd-96ce, u+96d2, u+96d5-96d6, u+96d8-96da, u+96dc-96df, u+96e9, u+96ef, u+96f1, u+96f9-96fa, u+9702-9706, u+9708-9709, u+970d-970f, u+9711, u+9713-9714, u+9716, u+9719-971b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-72.CSxf971U.woff2) format("woff2");
    unicode-range: u+92bc-92bd, u+92bf-92c3, u+92c5-92c8, u+92cb-92d0, u+92d2-92d3, u+92d5, u+92d7-92d9, u+92dc-92dd, u+92df-92e1, u+92e3-92e5, u+92e7-92ea, u+92ec, u+92ee, u+92f0, u+92f2, u+92f7-92fb, u+92ff-9300, u+9302, u+9304, u+9308, u+930d, u+930f-9311, u+9314-9315, u+9318-931a, u+931c-931f, u+9321-9325, u+9327-932b, u+932e, u+9333-9337, u+933a-933b, u+9344, u+9347-934a, u+934d, u+9350-9352, u+9354-9358, u+935a, u+935c, u+935e, u+9360, u+9364-9365, u+9367, u+9369-936d, u+936f-9371, u+9373-9374, u+9376, u+937a, u+937d-9382, u+9388, u+938a-938b, u+938d, u+938f, u+9392, u+9394-9395, u+9397-9398, u+939a-939b, u+939e, u+93a1, u+93a3-93a4, u+93a6, u+93a8-93a9, u+93ab-93ad, u+93b0, u+93b4-93b6, u+93b9-93bb, u+93c1, u+93c3-93cd, u+93d0-93d1, u+93d3, u+93d6-93d9, u+93dc-93df, u+93e2, u+93e4-93e8, u+93f1, u+93f5, u+93f7-93fb, u+93fd, u+9401-9404, u+9407-9409, u+940d-9410, u+9413-9417, u+9419-941a, u+941f, u+9421, u+942b, u+942e-942f, u+9431-9434, u+9436, u+9438, u+943a-943b, u+943d, u+943f, u+9441, u+9443-9445, u+9448
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-73.CMqIiZPI.woff2) format("woff2");
    unicode-range: u+9143, u+9146-914c, u+914f, u+9153, u+9156-915b, u+9161, u+9163-9165, u+9167, u+9169, u+916d, u+9172-9174, u+9179-917b, u+9181-9183, u+9185-9187, u+9189-918b, u+918e, u+9191, u+9193-9195, u+9197-9198, u+919e, u+91a1-91a2, u+91a6, u+91a8, u+91aa-91b6, u+91ba-91bd, u+91bf-91c6, u+91c9, u+91cb, u+91d0, u+91d3-91d4, u+91d6-91d7, u+91d9-91db, u+91de-91df, u+91e1, u+91e4-91e6, u+91e9-91ea, u+91ec-91f1, u+91f5-91f7, u+91f9, u+91fb-91fd, u+91ff-9201, u+9204-9207, u+9209-920a, u+920c, u+920e, u+9210-9218, u+921c-921e, u+9223-9226, u+9228-9229, u+922c, u+922e-9230, u+9233, u+9235-923a, u+923c, u+923e-9240, u+9242-9243, u+9245-924b, u+924d-9251, u+9256-925a, u+925c-925e, u+9260-9261, u+9264-9269, u+926e-9270, u+9275-9279, u+927b-927f, u+9288-928a, u+928d-928e, u+9291-9293, u+9295-9297, u+9299, u+929b-929c, u+929f-92a0, u+92a4-92a5, u+92a7-92a8, u+92ab, u+92af, u+92b2-92b3, u+92b6-92bb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-74.BrLnOYdT.woff2) format("woff2");
    unicode-range: u+8f52-8f55, u+8f57-8f58, u+8f5c-8f5e, u+8f61-8f66, u+8f9c-8f9d, u+8f9f-8fa2, u+8fa4-8fa8, u+8fad-8faf, u+8fb4-8fb8, u+8fbe, u+8fc0-8fc2, u+8fc6, u+8fc8, u+8fca-8fcb, u+8fcd, u+8fd0, u+8fd2-8fd3, u+8fd5, u+8fda, u+8fe0, u+8fe2-8fe5, u+8fe8-8fea, u+8fed-8fef, u+8ff1, u+8ff4-8ff6, u+8ff8-8ffb, u+8ffe, u+9002, u+9004-9005, u+9008, u+900b-900e, u+9011, u+9013, u+9015-9016, u+9018, u+901b, u+901e, u+9021, u+9027-902a, u+902c-902d, u+902f, u+9033-9037, u+9039, u+903c, u+903e-903f, u+9041, u+9043-9044, u+9049, u+904c, u+904f-9052, u+9056, u+9058, u+905b-905e, u+9062, u+9066-9068, u+906c, u+906f-9070, u+9072, u+9074, u+9076, u+9079, u+9080-9083, u+9085, u+9087-9088, u+908b-908c, u+908e-9090, u+9095, u+9097-9099, u+909b, u+90a0-90a2, u+90a5, u+90a8, u+90af-90b6, u+90bd-90be, u+90c3-90c5, u+90c7-90c9, u+90cc, u+90d2, u+90d5, u+90d7-90d9, u+90db-90df, u+90e2, u+90e4-90e5, u+90eb, u+90ef-90f0, u+90f2, u+90f4, u+90f6, u+90fe-9100, u+9102, u+9104-9106, u+9108, u+910d, u+9110, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9125, u+9127, u+9129, u+912d-9132, u+9134, u+9136-9137, u+9139-913a, u+913c-913d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-75.0AtZSyp6.woff2) format("woff2");
    unicode-range: u+8dc0, u+8dc2, u+8dc5-8dc8, u+8dca-8dcc, u+8dce-8dcf, u+8dd1, u+8dd4-8dd7, u+8dd9-8ddb, u+8ddf, u+8de3-8de5, u+8de7, u+8dea-8dec, u+8df0-8df2, u+8df4, u+8dfc-8dfd, u+8dff, u+8e01, u+8e04-8e06, u+8e08-8e09, u+8e0b-8e0c, u+8e10-8e11, u+8e14, u+8e16, u+8e1d-8e23, u+8e26-8e27, u+8e30-8e31, u+8e33-8e39, u+8e3d, u+8e40-8e42, u+8e44, u+8e47-8e50, u+8e54-8e55, u+8e59, u+8e5b-8e64, u+8e69, u+8e6c-8e6d, u+8e6f-8e72, u+8e75-8e77, u+8e79-8e7c, u+8e81-8e85, u+8e89, u+8e8b, u+8e90-8e95, u+8e98-8e9b, u+8e9d-8e9e, u+8ea1-8ea2, u+8ea7, u+8ea9-8eaa, u+8eac-8eb1, u+8eb3, u+8eb5-8eb6, u+8eba-8ebb, u+8ebe, u+8ec0-8ec1, u+8ec3-8ec8, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8edb-8edc, u+8ee3, u+8ee8, u+8eeb, u+8eed-8eee, u+8ef0-8ef1, u+8ef7, u+8ef9-8efc, u+8efe, u+8f00, u+8f02, u+8f05, u+8f07-8f08, u+8f0a, u+8f0f-8f10, u+8f12-8f13, u+8f15-8f19, u+8f1b-8f1c, u+8f1e-8f21, u+8f23, u+8f25-8f28, u+8f2b-8f2f, u+8f33-8f37, u+8f39-8f3b, u+8f3e, u+8f40-8f43, u+8f45-8f47, u+8f49-8f4a, u+8f4c-8f4f, u+8f51
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-76.ExBcCLFr.woff2) format("woff2");
    unicode-range: u+8b2d, u+8b30, u+8b37, u+8b3c, u+8b3e, u+8b41-8b46, u+8b48-8b49, u+8b4c-8b4f, u+8b51-8b54, u+8b56, u+8b59, u+8b5b, u+8b5e-8b5f, u+8b63, u+8b69, u+8b6b-8b6d, u+8b6f, u+8b71, u+8b74, u+8b76, u+8b78-8b79, u+8b7c-8b81, u+8b84-8b85, u+8b8a-8b8f, u+8b92-8b96, u+8b99-8b9a, u+8b9c-8ba0, u+8c38-8c3a, u+8c3d-8c3f, u+8c41, u+8c45, u+8c47-8c49, u+8c4b-8c4c, u+8c4e-8c51, u+8c53-8c55, u+8c57-8c59, u+8c5b, u+8c5d, u+8c62-8c64, u+8c66, u+8c68-8c69, u+8c6b-8c6d, u+8c73, u+8c75-8c76, u+8c78, u+8c7a-8c7c, u+8c7e, u+8c82, u+8c85-8c87, u+8c89-8c8b, u+8c8d-8c8e, u+8c90, u+8c92-8c94, u+8c98-8c99, u+8c9b-8c9c, u+8c9f, u+8ca4, u+8cad-8cae, u+8cb2-8cb3, u+8cb6, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc6, u+8cc8-8cc9, u+8ccb, u+8ccd-8ccf, u+8cd2, u+8cd5-8cd6, u+8cd9-8cda, u+8cdd, u+8ce1, u+8ce3-8ce4, u+8ce6, u+8ce8, u+8cec, u+8cef-8cf2, u+8cf4-8cf5, u+8cf7-8cf8, u+8cfa-8cfb, u+8cfd-8cff, u+8d01, u+8d03-8d04, u+8d07, u+8d09-8d0b, u+8d0d-8d10, u+8d12-8d14, u+8d16-8d17, u+8d1b-8d1d, u+8d65, u+8d67, u+8d69, u+8d6b-8d6e, u+8d71, u+8d73, u+8d76, u+8d7f, u+8d81-8d82, u+8d84, u+8d88, u+8d8d, u+8d90-8d91, u+8d95, u+8d99, u+8d9e-8da0, u+8da6, u+8da8, u+8dab-8dac, u+8daf, u+8db2, u+8db5, u+8db7, u+8db9-8dbc, u+8dbe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-77.ByHUprk6.woff2) format("woff2");
    unicode-range: u+8973-8975, u+8977, u+897a-897e, u+8980, u+8983, u+8988-898a, u+898d, u+8990, u+8993-8995, u+8998, u+899b-899c, u+899f-89a1, u+89a5-89a6, u+89a9, u+89ac, u+89af-89b0, u+89b2, u+89b4-89b7, u+89ba, u+89bc-89bd, u+89bf-89c1, u+89d4-89d8, u+89da, u+89dc-89dd, u+89e5, u+89e7, u+89e9, u+89eb, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89f8-89f9, u+89fd, u+89ff, u+8a01, u+8a04-8a05, u+8a07, u+8a0c, u+8a0f-8a12, u+8a14-8a16, u+8a1b, u+8a1d-8a1e, u+8a20-8a22, u+8a24-8a26, u+8a2b-8a2c, u+8a2f, u+8a35-8a37, u+8a3b, u+8a3d-8a3e, u+8a40-8a41, u+8a43, u+8a45-8a49, u+8a4d-8a4e, u+8a51-8a54, u+8a56-8a58, u+8a5b-8a5d, u+8a61-8a62, u+8a65, u+8a67, u+8a6c-8a6d, u+8a75-8a77, u+8a79-8a7c, u+8a7e-8a80, u+8a82-8a86, u+8a8b, u+8a8f-8a92, u+8a96-8a97, u+8a99-8a9a, u+8a9f, u+8aa1, u+8aa3, u+8aa5-8aaa, u+8aae-8aaf, u+8ab3, u+8ab6-8ab7, u+8abb-8abc, u+8abe, u+8ac2-8ac4, u+8ac6, u+8ac8-8aca, u+8acc-8acd, u+8ad0-8ad1, u+8ad3-8ad5, u+8ad7, u+8ada-8ae2, u+8ae4, u+8ae7, u+8aeb-8aec, u+8aee, u+8af0-8af1, u+8af3-8af7, u+8afa, u+8afc, u+8aff, u+8b01-8b02, u+8b04-8b07, u+8b0a-8b0d, u+8b0f-8b11, u+8b14, u+8b16, u+8b1a, u+8b1c, u+8b1e-8b20, u+8b26, u+8b28, u+8b2b-8b2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-78.BnVZleiC.woff2) format("woff2");
    unicode-range: u+87e2-87e6, u+87ea-87ed, u+87ef, u+87f1, u+87f3, u+87f5-87f8, u+87fa-87fb, u+87fe-87ff, u+8801, u+8803, u+8805-8807, u+8809-880b, u+880d-8816, u+8818-881c, u+881e-881f, u+8821-8822, u+8827-8828, u+882d-882e, u+8830-8832, u+8835-8836, u+8839-883c, u+8841-8845, u+8848-884b, u+884d-884e, u+8851-8852, u+8855-8856, u+8858-885a, u+885c, u+885e-8860, u+8862, u+8864, u+8869, u+886b, u+886e-886f, u+8871-8872, u+8875, u+8877, u+8879, u+887b, u+887d-887e, u+8880-8882, u+8888, u+888d, u+8892, u+8897-889c, u+889e-88a0, u+88a2, u+88a4, u+88a8, u+88aa, u+88ae, u+88b0-88b1, u+88b5, u+88b7, u+88ba, u+88bc-88c0, u+88c3-88c4, u+88c6, u+88ca-88ce, u+88d1-88d4, u+88d8-88d9, u+88db, u+88dd-88e1, u+88e7-88e8, u+88ef-88f2, u+88f4-88f5, u+88f7, u+88f9, u+88fc, u+8901-8902, u+8904, u+8906, u+890a, u+890c-890f, u+8913, u+8915-8916, u+8918-891a, u+891c-891e, u+8920, u+8925-8928, u+892a-892b, u+8930-8932, u+8935-893b, u+893e, u+8940-8946, u+8949, u+894c-894d, u+894f, u+8952, u+8956-8957, u+895a-895c, u+895e, u+8960-8964, u+8966, u+896a-896b, u+896d-8970
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-79.CDpMH8Uy.woff2) format("woff2");
    unicode-range: u+8655-8659, u+865b, u+865d-8664, u+8667, u+8669, u+866c, u+866f, u+8671, u+8675-8677, u+867a-867b, u+867d, u+8687-8689, u+868b-868d, u+8691, u+8693, u+8695-8696, u+8698, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a6-86ab, u+86ad, u+86af-86b1, u+86b3-86b9, u+86bf-86c1, u+86c3-86c6, u+86c9, u+86cb, u+86ce, u+86d1-86d2, u+86d4-86d5, u+86d7, u+86da, u+86dc, u+86de-86e0, u+86e3-86e7, u+86e9, u+86ec-86ed, u+86ef, u+86f8-86fe, u+8700, u+8703-870b, u+870d-8714, u+8719-871a, u+871e-871f, u+8721-8723, u+8725, u+8728-8729, u+872e-872f, u+8731-8732, u+8734, u+8737, u+8739-8740, u+8743, u+8745, u+8749, u+874b-874e, u+8751, u+8753, u+8755, u+8757-8759, u+875d, u+875f-8761, u+8763-8766, u+8768, u+876a, u+876e-876f, u+8771-8772, u+8774, u+8778, u+877b-877c, u+877f, u+8782-8789, u+878b-878c, u+878e, u+8790, u+8793, u+8795, u+8797-8799, u+879e-87a0, u+87a2-87a3, u+87a7, u+87ab-87af, u+87b1, u+87b3, u+87b5, u+87bb, u+87bd-87c1, u+87c4, u+87c6-87cb, u+87ce, u+87d0, u+87d2, u+87d5-87d6, u+87d9-87da, u+87dc, u+87df-87e0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-80.B2librmO.woff2) format("woff2");
    unicode-range: u+84b4, u+84b9-84bb, u+84bd-84c2, u+84c6-84ca, u+84cc-84d1, u+84d3, u+84d6, u+84d9-84da, u+84dc, u+84e7, u+84ea, u+84ec, u+84ef-84f2, u+84f4, u+84f7, u+84fa-84fd, u+84ff-8500, u+8502-8503, u+8506-8507, u+850c, u+850e, u+8510, u+8514-8515, u+8517-8518, u+851a-851c, u+851e-851f, u+8521-8525, u+8527, u+852a-852c, u+852f, u+8532-8534, u+8536, u+853e-8541, u+8543, u+8546, u+8548, u+854a-854b, u+854f-8553, u+8555-855a, u+855c-8564, u+8569-856b, u+856d, u+856f, u+8577, u+8579-857b, u+857d-8581, u+8585-8586, u+8588-858c, u+858f-8591, u+8593, u+8597-8598, u+859b-859d, u+859f-85a0, u+85a2, u+85a4-85a5, u+85a7-85a8, u+85ad-85b0, u+85b4, u+85b6-85ba, u+85bc-85bf, u+85c1-85c2, u+85c7, u+85c9-85cb, u+85ce-85d0, u+85d5, u+85d8-85da, u+85dc, u+85df-85e1, u+85e5-85e6, u+85e8, u+85ed, u+85f3-85f4, u+85f6-85f7, u+85f9-85fa, u+85fc, u+85fe-8600, u+8602, u+8604-8606, u+860a-860b, u+860d-860e, u+8610-8613, u+8616-861b, u+861e, u+8621-8622, u+8624, u+8627, u+8629, u+862f-8630, u+8636, u+8638-863a, u+863c-863d, u+863f-8642, u+8646, u+864d, u+8652-8654
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-81.DyD78Qc8.woff2) format("woff2");
    unicode-range: u+82e8, u+82ea, u+82ed, u+82ef, u+82f3-82f4, u+82f6-82f7, u+82f9, u+82fb, u+82fd-82fe, u+8300-8301, u+8303, u+8306-8308, u+830a-830c, u+8316-8318, u+831b, u+831d-831f, u+8321-8323, u+832b-8335, u+8337, u+833a, u+833c-833d, u+8340, u+8342-8347, u+834a, u+834d-8351, u+8353-8357, u+835a, u+8362-8363, u+8370, u+8373, u+8375, u+8378, u+837c-837d, u+837f-8380, u+8382, u+8384-8387, u+838a, u+838d-838e, u+8392-8396, u+8398-83a0, u+83a2, u+83a6-83ad, u+83b1, u+83b5, u+83bd-83c1, u+83c7, u+83c9, u+83ce-83d1, u+83d4, u+83d6, u+83d8, u+83dd, u+83df-83e1, u+83e5, u+83e8, u+83ea-83eb, u+83f0, u+83f2, u+83f4, u+83f6-83f9, u+83fb-83fd, u+8401, u+8403-8404, u+8406-8407, u+840a-840b, u+840d, u+840f, u+8411, u+8413, u+8415, u+8417, u+8419, u+8420, u+8422, u+842a, u+842f, u+8431, u+8435, u+8438-8439, u+843c, u+8445-8448, u+844a, u+844d-844f, u+8451-8452, u+8456, u+8458-845a, u+845c, u+845f-8462, u+8464-8467, u+8469-846b, u+846d-8470, u+8473-8474, u+8476-847a, u+847c-847d, u+8481-8482, u+8484-8485, u+848b, u+8490, u+8492-8493, u+8495, u+8497, u+849c, u+849e-849f, u+84a1, u+84a6, u+84a8-84aa, u+84ad, u+84af, u+84b1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-82.DJPfqOjz.woff2) format("woff2");
    unicode-range: u+814a, u+814c, u+8151-8153, u+8157, u+815f-8161, u+8165-8169, u+816d-816f, u+8171, u+8173-8174, u+8177, u+8180-8186, u+8188, u+818a-818b, u+818e, u+8190, u+8193, u+8195-8196, u+8198, u+819b, u+819e, u+81a0, u+81a2, u+81a4, u+81a9, u+81ae, u+81b0, u+81b2, u+81b4-81b5, u+81b8, u+81ba-81bb, u+81bd-81be, u+81c0-81c3, u+81c5-81c6, u+81c8-81cb, u+81cd-81cf, u+81d1, u+81d5-81db, u+81dd-81e1, u+81e4-81e5, u+81e7, u+81eb-81ec, u+81ef-81f2, u+81f5-81f6, u+81f8-81fb, u+81fd-8205, u+8209-820b, u+820d, u+820f, u+8212-8214, u+8216, u+8219-821d, u+8221-8222, u+8228-8229, u+822b, u+822e, u+8232-8235, u+8237-8238, u+823a, u+823c, u+8240, u+8243-8246, u+8249, u+824b, u+824e-824f, u+8251, u+8256-825a, u+825c-825d, u+825f-8260, u+8262-8264, u+8267-8268, u+826a-826b, u+826d-826e, u+8271, u+8274, u+8277, u+8279, u+827b, u+827d-8281, u+8283-8284, u+8287, u+8289-828a, u+828d-828e, u+8291-8294, u+8296, u+8298-829b, u+829f-82a1, u+82a3-82a4, u+82a7-82ac, u+82ae, u+82b0, u+82b2, u+82b4, u+82b7, u+82ba-82bc, u+82be-82bf, u+82c5-82c6, u+82d0, u+82d2-82d3, u+82d5, u+82d9-82da, u+82dc, u+82de-82e4, u+82e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-83.DfTor7-W.woff2) format("woff2");
    unicode-range: u+7f77-7f79, u+7f7d-7f80, u+7f82-7f83, u+7f86-7f88, u+7f8b-7f8d, u+7f8f-7f91, u+7f94, u+7f96-7f97, u+7f9a, u+7f9c-7f9d, u+7fa1-7fa3, u+7fa6, u+7faa, u+7fad-7faf, u+7fb2, u+7fb4, u+7fb6, u+7fb8-7fb9, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fc5-7fc6, u+7fc8, u+7fca, u+7fce-7fcf, u+7fd5, u+7fdb, u+7fdf, u+7fe1, u+7fe3, u+7fe5-7fe6, u+7fe8-7fe9, u+7feb-7fec, u+7fee-7ff0, u+7ff2-7ff3, u+7ff9-7ffa, u+7ffd-7fff, u+8002, u+8004, u+8006-8008, u+800a-800f, u+8011-8014, u+8016, u+8018-8019, u+801c-8021, u+8024, u+8026, u+8028, u+802c, u+802e, u+8030, u+8034-8035, u+8037, u+8039-8040, u+8043-8044, u+8046, u+804a, u+8052, u+8058, u+805a, u+805f-8060, u+8062, u+8064, u+8066, u+8068, u+806d, u+806f-8073, u+8075-8076, u+8079, u+807b, u+807d-8081, u+8084-8088, u+808b, u+808e, u+8093, u+8099-809a, u+809c, u+809e, u+80a4, u+80a6-80a7, u+80ab-80ad, u+80b1, u+80b8-80b9, u+80c4-80c5, u+80c8, u+80ca, u+80cd, u+80cf, u+80d2, u+80d4-80db, u+80dd, u+80e0, u+80e4-80e6, u+80ed-80f3, u+80f5-80f7, u+80f9-80fc, u+80fe, u+8101, u+8103, u+8109, u+810b, u+810d, u+8116-8118, u+811b-811c, u+811e, u+8120, u+8123-8124, u+8127, u+8129, u+812b-812c, u+812f-8130, u+8135, u+8139-813a, u+813c-813e, u+8141, u+8145-8147
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-84.cf1UE2HF.woff2) format("woff2");
    unicode-range: u+7d57, u+7d59-7d5d, u+7d63, u+7d65, u+7d67, u+7d6a, u+7d6e, u+7d70, u+7d72-7d73, u+7d78, u+7d7a-7d7b, u+7d7d, u+7d7f, u+7d81-7d83, u+7d85-7d86, u+7d88-7d89, u+7d8b-7d8d, u+7d8f, u+7d91, u+7d93, u+7d96-7d97, u+7d9b-7da0, u+7da2-7da3, u+7da6-7da7, u+7daa-7dac, u+7dae-7db0, u+7db3, u+7db5-7db9, u+7dbd, u+7dc0, u+7dc2-7dc7, u+7dcc-7dce, u+7dd0, u+7dd5-7dd9, u+7ddc-7dde, u+7de1-7de6, u+7dea-7ded, u+7df1-7df2, u+7df5-7df6, u+7df9-7dfa, u+7e00, u+7e05, u+7e08-7e0b, u+7e10-7e12, u+7e15, u+7e17, u+7e1c-7e1d, u+7e1f-7e23, u+7e27-7e28, u+7e2c-7e2d, u+7e2f, u+7e31-7e33, u+7e35-7e37, u+7e39-7e3b, u+7e3d, u+7e3f, u+7e43-7e48, u+7e4e, u+7e50, u+7e52, u+7e56, u+7e58-7e5a, u+7e5d-7e5f, u+7e61-7e62, u+7e65-7e67, u+7e69-7e6b, u+7e6d-7e6f, u+7e73, u+7e75, u+7e78-7e79, u+7e7b-7e7f, u+7e81-7e83, u+7e86-7e8a, u+7e8c-7e8e, u+7e90-7e96, u+7e98, u+7e9a-7e9f, u+7f38, u+7f3a-7f3f, u+7f43-7f45, u+7f47, u+7f4c-7f50, u+7f52-7f55, u+7f58, u+7f5b-7f5d, u+7f5f, u+7f61, u+7f63-7f69, u+7f6b, u+7f6d, u+7f71
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-85.yZHa4UTh.woff2) format("woff2");
    unicode-range: u+7bc8, u+7bca-7bcc, u+7bcf, u+7bd4, u+7bd6-7bd7, u+7bd9-7bdb, u+7bdd, u+7be5-7be6, u+7be8-7bea, u+7bf0, u+7bf2-7bfa, u+7bfc, u+7bfe, u+7c00-7c04, u+7c06-7c07, u+7c09, u+7c0b-7c0f, u+7c11-7c14, u+7c17, u+7c19, u+7c1b, u+7c1e-7c20, u+7c23, u+7c25-7c28, u+7c2a-7c2c, u+7c2f, u+7c31, u+7c33-7c34, u+7c36-7c3a, u+7c3d-7c3e, u+7c40, u+7c42-7c43, u+7c45-7c46, u+7c4a, u+7c4c, u+7c4f-7c5f, u+7c61, u+7c63-7c65, u+7c67, u+7c69, u+7c6c-7c70, u+7c72, u+7c75, u+7c79, u+7c7b-7c7e, u+7c81-7c83, u+7c86-7c87, u+7c8d, u+7c8f-7c90, u+7c94, u+7c9e, u+7ca0-7ca2, u+7ca4-7ca6, u+7ca8, u+7cab, u+7cad-7cae, u+7cb0-7cb3, u+7cb6-7cb7, u+7cb9-7cbd, u+7cbf-7cc0, u+7cc2, u+7cc4-7cc5, u+7cc7-7cca, u+7ccd-7ccf, u+7cd2-7cd5, u+7cd7-7cda, u+7cdc-7cdd, u+7cdf-7ce0, u+7ce2, u+7ce6, u+7ce9, u+7ceb, u+7cef, u+7cf2, u+7cf4-7cf6, u+7cf9-7cfa, u+7cfe, u+7d02-7d03, u+7d06-7d0a, u+7d0f, u+7d11-7d13, u+7d15-7d16, u+7d1c-7d1e, u+7d23, u+7d26, u+7d2a, u+7d2c-7d2e, u+7d31-7d32, u+7d35, u+7d3c-7d41, u+7d43, u+7d45, u+7d47-7d48, u+7d4b, u+7d4d-7d4f, u+7d51, u+7d53, u+7d55-7d56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-86.DLuEM54N.woff2) format("woff2");
    unicode-range: u+7a17-7a19, u+7a1b, u+7a1e-7a21, u+7a27, u+7a2b, u+7a2d, u+7a2f-7a31, u+7a34-7a35, u+7a37-7a3b, u+7a3e, u+7a43-7a49, u+7a4c, u+7a4e, u+7a50, u+7a55-7a57, u+7a59, u+7a5c-7a5d, u+7a5f-7a63, u+7a65, u+7a67, u+7a69-7a6a, u+7a6d, u+7a70, u+7a75, u+7a78-7a79, u+7a7d-7a7e, u+7a80, u+7a82, u+7a84-7a86, u+7a88, u+7a8a-7a8b, u+7a90-7a91, u+7a94-7a98, u+7a9e, u+7aa0, u+7aa3, u+7aa9, u+7aac, u+7ab0, u+7ab3, u+7ab5-7ab6, u+7ab9-7abf, u+7ac3, u+7ac5-7aca, u+7acc-7acf, u+7ad1-7ad3, u+7ad5, u+7ada-7adb, u+7add, u+7adf, u+7ae1-7ae2, u+7ae6-7aed, u+7af0-7af1, u+7af4, u+7af8, u+7afa-7afb, u+7afd-7afe, u+7b02, u+7b04, u+7b06-7b08, u+7b0a-7b0b, u+7b0f, u+7b12, u+7b14, u+7b18-7b19, u+7b1e-7b1f, u+7b23, u+7b25, u+7b27-7b2b, u+7b2d-7b31, u+7b33-7b36, u+7b3b, u+7b3d, u+7b3f-7b41, u+7b45, u+7b47, u+7b4c-7b50, u+7b53, u+7b55, u+7b5d, u+7b60, u+7b64-7b66, u+7b69-7b6a, u+7b6c-7b75, u+7b77, u+7b79-7b7a, u+7b7f, u+7b84, u+7b86, u+7b89, u+7b8d-7b92, u+7b96, u+7b98-7ba0, u+7ba5, u+7bac-7bad, u+7baf-7bb0, u+7bb2, u+7bb4-7bb6, u+7bba-7bbd, u+7bc1-7bc2, u+7bc5-7bc6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-87.CnoZEOIe.woff2) format("woff2");
    unicode-range: u+7851-7852, u+785c, u+785e, u+7860-7861, u+7863-7864, u+7868, u+786a, u+786e-786f, u+7872, u+7874, u+787a, u+787c, u+787e, u+7886-7887, u+788a, u+788c-788f, u+7893-7895, u+7898, u+789a, u+789d-789f, u+78a1, u+78a3-78a4, u+78a8-78aa, u+78ac-78ad, u+78af-78b3, u+78b5, u+78bb-78bf, u+78c5-78cc, u+78ce, u+78d1-78d6, u+78da-78db, u+78df-78e1, u+78e4, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78f6-78f7, u+78f9-78fb, u+78fd-7901, u+7906-7907, u+790c, u+7910-7912, u+7919-791c, u+791e-7920, u+7925-792e, u+7930-7931, u+7934-7935, u+793b, u+793d, u+793f, u+7941-7942, u+7944-7946, u+794a-794b, u+794f, u+7951, u+7954-7955, u+7957-7958, u+795a-795c, u+795f-7960, u+7962, u+7967, u+7969, u+796b, u+7972, u+7977, u+7979-797c, u+797e-7980, u+798a-798e, u+7991, u+7993-7996, u+7998, u+799b-799d, u+79a1, u+79a6-79ab, u+79ae-79b1, u+79b3-79b4, u+79b8-79bb, u+79bd-79be, u+79c2, u+79c4, u+79c7-79ca, u+79cc-79cd, u+79cf, u+79d4-79d6, u+79da, u+79dd-79e3, u+79e5, u+79e7, u+79ea-79ed, u+79f1, u+79f8, u+79fc, u+7a02-7a03, u+7a05, u+7a07-7a0a, u+7a0c-7a0d, u+7a11, u+7a15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-88.Cm_LDn2I.woff2) format("woff2");
    unicode-range: u+768c-768e, u+7690, u+7693, u+7695-7696, u+7699-76a8, u+76aa, u+76ad, u+76af-76b0, u+76b4, u+76b6-76ba, u+76bd, u+76c1-76c3, u+76c5, u+76c8-76c9, u+76cb-76ce, u+76d2, u+76d4, u+76d6, u+76d9, u+76dc, u+76de, u+76e0-76e1, u+76e5-76e8, u+76ea-76ec, u+76f0-76f1, u+76f6, u+76f9, u+76fb-76fc, u+7700, u+7704, u+7706-7708, u+770a, u+770e, u+7712, u+7714-7715, u+7717, u+7719-771c, u+7722, u+7724-7726, u+7728, u+772d-772f, u+7734-7739, u+773d-773e, u+7742, u+7745-7747, u+774a, u+774d-774f, u+7752, u+7756-7758, u+775a-775c, u+775e-7760, u+7762, u+7764-7765, u+7767, u+776a-776c, u+7770, u+7772-7774, u+7779-777a, u+777c-7780, u+7784, u+778b-778e, u+7794-7796, u+779a, u+779e-77a0, u+77a2, u+77a4-77a5, u+77a7, u+77a9-77aa, u+77ae-77b1, u+77b5-77b7, u+77b9, u+77bb-77bf, u+77c3, u+77c7, u+77c9, u+77cd, u+77d1-77d2, u+77d5, u+77d7, u+77d9-77da, u+77dc, u+77de-77e0, u+77e3-77e4, u+77e6-77e7, u+77e9-77ea, u+77ec, u+77ee, u+77f0-77f1, u+77f4, u+77f8, u+77fb-77fc, u+7805-7806, u+7809, u+780c-780e, u+7811-7812, u+7819, u+781d, u+7820-7823, u+7826-7827, u+782c-782e, u+7830, u+7835, u+7837, u+783a, u+783f, u+7843-7845, u+7847-7848, u+784c, u+784e-784f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-89.DFM9eBlp.woff2) format("woff2");
    unicode-range: u+7511-7513, u+7515-7517, u+751c, u+751e, u+7520-7522, u+7524, u+7526-7527, u+7529-752c, u+752f, u+7536, u+7538-7539, u+753c-7540, u+7543-7544, u+7546-754b, u+754d-7550, u+7552, u+7557, u+755a-755b, u+755d-755f, u+7561-7562, u+7564, u+7566-7567, u+7569, u+756b-756d, u+756f, u+7571-7572, u+7574-757e, u+7581-7582, u+7585-7587, u+7589-758c, u+758f-7590, u+7592-7595, u+7599-759a, u+759c-759d, u+75a2-75a5, u+75b0-75b1, u+75b3-75b5, u+75b7-75b8, u+75ba, u+75bd, u+75bf-75c4, u+75c6, u+75ca, u+75cc-75cf, u+75d3-75d4, u+75d7-75d8, u+75dc-75e1, u+75e3-75e4, u+75e7, u+75ec, u+75ee-75f3, u+75f9, u+75fc, u+75fe-7604, u+7607-760c, u+760f, u+7612-7613, u+7615-7616, u+7618-7619, u+761b-7629, u+762d, u+7630, u+7632-7635, u+7638-763c, u+7640-7641, u+7643-764b, u+764e, u+7655, u+7658-7659, u+765c, u+765f, u+7661-7662, u+7664-7665, u+7667-766a, u+766c-7672, u+7674, u+7676, u+7678, u+7680-7683, u+7685, u+7688, u+768b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-90.BKWdwjTI.woff2) format("woff2");
    unicode-range: u+736c, u+736e-7371, u+7375, u+7377-737c, u+7380-7381, u+7383, u+7385-7386, u+738a, u+738e, u+7390, u+7393-7398, u+739c, u+739e-73a0, u+73a2, u+73a5-73a6, u+73a8, u+73aa-73ab, u+73ad, u+73b3, u+73b5, u+73b7, u+73b9-73bd, u+73bf, u+73c5-73c6, u+73c9-73cc, u+73ce-73cf, u+73d2-73d3, u+73d6, u+73d9, u+73dd-73de, u+73e1, u+73e3-73e7, u+73e9-73ea, u+73ee, u+73f1, u+73f4-73f5, u+73f7-73fb, u+73fd, u+73ff-7401, u+7404-7405, u+7407, u+740a, u+7411, u+7413, u+741a-741b, u+7421, u+7424, u+7426, u+7428-7431, u+7433, u+7439-743a, u+743f-7441, u+7443-7444, u+7446-7447, u+744b, u+744d, u+7451-7453, u+7455, u+7457, u+7459-745a, u+745c-745d, u+745f, u+7462-7464, u+7466-746b, u+746d-7473, u+7476, u+747e, u+7480-7481, u+7485-7489, u+748b, u+748f-7492, u+7497-749a, u+749c, u+749e-74a3, u+74a5-74a6, u+74a8-74ab, u+74ae-74af, u+74b1-74b2, u+74b5, u+74b9-74bb, u+74bd, u+74bf, u+74c8-74ca, u+74cc, u+74cf-74d0, u+74d3-74d4, u+74d6, u+74d8, u+74da-74db, u+74de-74e0, u+74e3-74e4, u+74e7-74eb, u+74ee-74f2, u+74f4, u+74f7-74f8, u+74fa-74fc, u+74ff, u+7501, u+7503-7506, u+750c-750e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-91.CGx0gSHx.woff2) format("woff2");
    unicode-range: u+7166, u+7168, u+716c, u+7179, u+7180, u+7184-7185, u+7187-7188, u+718c, u+718f, u+7192, u+7194-7196, u+7199-719b, u+71a0, u+71a2, u+71a8, u+71ac, u+71ae-71b0, u+71b2-71b3, u+71b9-71ba, u+71be-71c1, u+71c4, u+71c9, u+71cb-71cc, u+71ce, u+71d0, u+71d2-71d4, u+71d6-71d7, u+71d9-71da, u+71dc, u+71df-71e0, u+71e6-71e7, u+71ec-71ee, u+71f4-71f5, u+71f8-71f9, u+71fc, u+71fe-7200, u+7207-7209, u+720d, u+7210, u+7213, u+7215, u+7217, u+721a, u+721d, u+721f, u+7224, u+7228, u+722b, u+722d, u+722f-7230, u+7232, u+7234, u+7238-7239, u+723b-723c, u+723e-7243, u+7245-7246, u+724b, u+724e-7250, u+7252-7253, u+7255-7258, u+725a, u+725c, u+725e, u+7260, u+7263, u+7268, u+726b, u+726e-726f, u+7271, u+7274, u+7277-7278, u+727b-727c, u+727e-7282, u+7284, u+7287, u+7289, u+728d-728e, u+7292-7293, u+7296, u+729b, u+72a2, u+72a7-72a8, u+72ad-72ae, u+72b0-72b2, u+72b4, u+72b9, u+72be, u+72c0-72c1, u+72c3-72c4, u+72c6-72c7, u+72c9, u+72cc, u+72ce, u+72d2, u+72d5-72d6, u+72d8, u+72df-72e2, u+72e5, u+72f3-72f4, u+72f7, u+72f9-72fb, u+72fd-72fe, u+7302, u+7304-7305, u+7307, u+730a-730b, u+730d, u+7312-7313, u+7316-7319, u+731c-731e, u+7322, u+7324, u+7327-7329, u+732c, u+732f, u+7331-7337, u+7339-733b, u+733d-733e, u+7343, u+734d-7350, u+7352, u+7356-7358, u+735d-7360, u+7366-736b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-92.B-26crnv.woff2) format("woff2");
    unicode-range: u+6f58-6f5b, u+6f5d-6f5e, u+6f60-6f62, u+6f66, u+6f68, u+6f6c-6f6d, u+6f6f, u+6f74, u+6f78, u+6f7a, u+6f7c-6f7e, u+6f80, u+6f82-6f83, u+6f86-6f88, u+6f8b-6f8e, u+6f90-6f94, u+6f96-6f98, u+6f9a, u+6f9d, u+6f9f-6fa1, u+6fa3, u+6fa5-6fa8, u+6fae-6fb1, u+6fb3, u+6fb5-6fb7, u+6fb9, u+6fbc, u+6fbe, u+6fc2, u+6fc5-6fca, u+6fd4-6fd5, u+6fd8, u+6fda-6fdb, u+6fde-6fe0, u+6fe4, u+6fe8-6fe9, u+6feb-6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ff9-6ffa, u+6ffc-6ffe, u+7000-7001, u+7005-7007, u+7009-700b, u+700d, u+700f, u+7011, u+7015, u+7017-7018, u+701a-701b, u+701d-7020, u+7023, u+7026, u+7028, u+702f-7030, u+7032, u+7034, u+7037, u+7039-703a, u+703c, u+703e, u+7043-7044, u+7047-704c, u+704e, u+7051, u+7054-7055, u+705d-705e, u+7064-7065, u+7069, u+706c, u+706e, u+7075-7076, u+707e, u+7081, u+7085-7086, u+7094-7098, u+709b, u+709f, u+70a4, u+70ab-70ac, u+70ae-70b1, u+70b3-70b4, u+70b7, u+70bb, u+70ca-70cb, u+70d1, u+70d3-70d6, u+70d8-70d9, u+70dc-70dd, u+70df, u+70e4, u+70ec, u+70f1, u+70fa, u+70fd, u+7103-7108, u+710b-710c, u+710f, u+7114, u+7119, u+711c, u+711e, u+7120, u+712b, u+712d-7131, u+7138, u+7141, u+7145-7147, u+7149-714b, u+7150-7153, u+7155-7157, u+715a, u+715c, u+715e, u+7160, u+7162, u+7164-7165
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-93.HBlF4KZ8.woff2) format("woff2");
    unicode-range: u+6d7c, u+6d80-6d82, u+6d85, u+6d87, u+6d89-6d8a, u+6d8c-6d8e, u+6d91-6d98, u+6d9c, u+6daa-6dac, u+6dae, u+6db4-6db5, u+6db7-6db9, u+6dbd, u+6dbf, u+6dc2, u+6dc4-6dc8, u+6dca, u+6dcc, u+6dce-6dd0, u+6dd2, u+6dd5-6dd6, u+6dd8-6ddb, u+6ddd-6de0, u+6de2, u+6de4-6de6, u+6de8-6dea, u+6dec, u+6dee-6df0, u+6df2, u+6df4, u+6df6, u+6df8-6dfa, u+6dfc, u+6e00, u+6e04, u+6e0a, u+6e17, u+6e19, u+6e1d-6e20, u+6e22-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e32, u+6e34, u+6e36, u+6e38-6e3c, u+6e42-6e45, u+6e48-6e49, u+6e4b-6e4f, u+6e51-6e54, u+6e57, u+6e5b-6e5f, u+6e62-6e63, u+6e68, u+6e6b, u+6e6e, u+6e72-6e73, u+6e76, u+6e7b, u+6e7d, u+6e82, u+6e89, u+6e8c-6e8d, u+6e8f, u+6e93, u+6e98-6e99, u+6e9f-6ea0, u+6ea5, u+6ea7, u+6eaa-6eab, u+6ead-6eaf, u+6eb1-6eb4, u+6eb7, u+6ebb-6ebd, u+6ebf-6ec4, u+6ec7-6eca, u+6ecc-6ecf, u+6ed3-6ed5, u+6ed9-6edb, u+6ee6, u+6eeb-6eef, u+6ef7-6ef9, u+6efb, u+6efd-6eff, u+6f04, u+6f08-6f0a, u+6f0c-6f0d, u+6f10-6f11, u+6f13, u+6f15-6f16, u+6f18, u+6f1a-6f1b, u+6f25-6f26, u+6f29-6f2a, u+6f2d, u+6f2f-6f33, u+6f35-6f36, u+6f38, u+6f3b-6f3c, u+6f3e-6f3f, u+6f41, u+6f45, u+6f4f, u+6f51-6f53, u+6f57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-94.BkPkbHVm.woff2) format("woff2");
    unicode-range: u+6b85, u+6b89, u+6b8d, u+6b95, u+6b97-6b98, u+6b9b, u+6b9e-6ba0, u+6ba2-6ba4, u+6ba8-6bb3, u+6bb7-6bb9, u+6bbc-6bbe, u+6bc0, u+6bc3-6bc4, u+6bc6-6bc9, u+6bcb-6bcc, u+6bcf, u+6bd3, u+6bd6-6bd8, u+6bda, u+6bdf, u+6be1, u+6be3, u+6be6-6be7, u+6beb-6bec, u+6bee, u+6bf1, u+6bf3, u+6bf7, u+6bf9, u+6bff, u+6c02, u+6c04-6c05, u+6c08-6c0a, u+6c0d-6c0e, u+6c10, u+6c12-6c14, u+6c19, u+6c1b, u+6c1f, u+6c24, u+6c26-6c28, u+6c2c, u+6c2e, u+6c33, u+6c35-6c36, u+6c3a-6c3b, u+6c3e-6c40, u+6c4a-6c4b, u+6c4d, u+6c4f, u+6c52, u+6c54-6c55, u+6c59, u+6c5b-6c5e, u+6c62, u+6c67-6c68, u+6c6a-6c6b, u+6c6d, u+6c6f, u+6c73-6c74, u+6c76, u+6c78-6c79, u+6c7b, u+6c7e, u+6c81-6c87, u+6c89, u+6c8c-6c8d, u+6c90, u+6c92-6c95, u+6c97-6c98, u+6c9a-6c9c, u+6c9f, u+6caa-6cae, u+6cb0-6cb2, u+6cb4, u+6cba, u+6cbd-6cbe, u+6cc2, u+6cc5-6cc6, u+6ccd, u+6ccf-6cd4, u+6cd6-6cd7, u+6cd9-6cdd, u+6ce0, u+6ce7, u+6ce9-6cef, u+6cf1-6cf2, u+6cf4, u+6cfb, u+6d00-6d01, u+6d04, u+6d07, u+6d0a, u+6d0c, u+6d0e-6d0f, u+6d11, u+6d13, u+6d19-6d1a, u+6d1f, u+6d24, u+6d26-6d28, u+6d2b, u+6d2e-6d2f, u+6d31, u+6d33-6d36, u+6d38-6d39, u+6d3c-6d3d, u+6d3f, u+6d57-6d5b, u+6d5e-6d61, u+6d64-6d65, u+6d67, u+6d6c, u+6d6f-6d70, u+6d79
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-95.CQShppA0.woff2) format("woff2");
    unicode-range: u+69dd-69de, u+69e2-69e3, u+69e5, u+69e7-69eb, u+69ed-69ef, u+69f1-69f6, u+69f9, u+69fe-6a01, u+6a03, u+6a05, u+6a0a, u+6a0c, u+6a0f, u+6a11-6a15, u+6a17, u+6a1a-6a1b, u+6a1d-6a20, u+6a22-6a24, u+6a28, u+6a2e, u+6a30, u+6a32-6a38, u+6a3b, u+6a3e-6a3f, u+6a44-6a4a, u+6a4e, u+6a50-6a52, u+6a54-6a56, u+6a5b, u+6a61-6a62, u+6a64, u+6a66-6a67, u+6a6a-6a6b, u+6a71-6a73, u+6a78, u+6a7a, u+6a7e-6a7f, u+6a81, u+6a83-6a84, u+6a86-6a87, u+6a89, u+6a8b, u+6a8d, u+6a90-6a91, u+6a94, u+6a97, u+6a9b, u+6a9d-6aa3, u+6aa5, u+6aaa-6aac, u+6aae-6ab1, u+6ab3-6ab4, u+6ab8, u+6abb, u+6abd-6abf, u+6ac1-6ac3, u+6ac6, u+6ac8-6ac9, u+6acc, u+6ad0-6ad1, u+6ad3-6ad6, u+6ada-6adf, u+6ae2, u+6ae4, u+6ae7-6ae8, u+6aea, u+6aec, u+6af0-6af3, u+6af8, u+6afa, u+6afc-6afd, u+6b02-6b03, u+6b06-6b07, u+6b09-6b0b, u+6b0f-6b12, u+6b16-6b17, u+6b1b, u+6b1d-6b1f, u+6b23-6b24, u+6b28, u+6b2b-6b2c, u+6b2f, u+6b35-6b39, u+6b3b, u+6b3d, u+6b3f, u+6b43, u+6b46-6b47, u+6b49-6b4a, u+6b4d-6b4e, u+6b50, u+6b52, u+6b54, u+6b56, u+6b58-6b59, u+6b5b, u+6b5d, u+6b5f-6b61, u+6b65, u+6b67, u+6b6b-6b6c, u+6b6e, u+6b70, u+6b72, u+6b75, u+6b77-6b7a, u+6b7d-6b84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-96.qqSeGQHr.woff2) format("woff2");
    unicode-range: u+6855, u+6857-6859, u+685b, u+685d, u+685f, u+6863, u+6867, u+686b, u+686e-6872, u+6874-6875, u+6877, u+6879-687c, u+687e-687f, u+6882-6884, u+6886, u+6888, u+688d-6890, u+6894, u+6896, u+6898-689c, u+689f-68a3, u+68a5-68a7, u+68a9-68ab, u+68ad-68af, u+68b2-68b5, u+68b9-68bc, u+68c3, u+68c5-68c6, u+68c8-68ca, u+68cc-68cd, u+68cf-68d1, u+68d3-68d9, u+68dc-68dd, u+68e0-68e1, u+68e3-68e5, u+68e7-68e8, u+68ea-68ed, u+68ef-68f1, u+68f5-68f7, u+68f9, u+68fb-68fd, u+6900-6901, u+6903-6904, u+6906-690c, u+690f-6911, u+6913, u+6916-6917, u+6919-691b, u+6921-6923, u+6925-6926, u+6928, u+692a, u+6930-6931, u+6933-6936, u+6938-6939, u+693b, u+693d, u+6942, u+6945-6946, u+6949, u+694e, u+6954, u+6957, u+6959, u+695b-695e, u+6961-6966, u+6968-696c, u+696e-6974, u+6977-697b, u+697e-6981, u+6986, u+698d, u+6991-6992, u+6994-6996, u+6998, u+699c, u+69a0-69a1, u+69a5-69a8, u+69ab, u+69ad, u+69af-69b2, u+69b4, u+69b7-69b8, u+69ba-69bc, u+69be-69c1, u+69c3, u+69c5, u+69c7-69c8, u+69ca, u+69ce-69d1, u+69d3, u+69d6-69d7, u+69d9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-97.BSGZDOp8.woff2) format("woff2");
    unicode-range: u+667e-6680, u+6683-6684, u+6688, u+668b-668e, u+6690, u+6692, u+6698-669d, u+669f-66a0, u+66a2, u+66a4, u+66ad, u+66b1-66b3, u+66b5, u+66b8-66b9, u+66bb-66bc, u+66be-66c4, u+66c6, u+66c8-66c9, u+66cc, u+66ce-66cf, u+66d4, u+66da-66db, u+66dd, u+66df-66e0, u+66e6, u+66e8-66e9, u+66eb-66ec, u+66ee, u+66f5, u+66f7, u+66fa-66fc, u+6701, u+6705, u+6707, u+670c, u+670e-6710, u+6712-6716, u+6719, u+671c, u+671e, u+6720, u+6722, u+6725-6726, u+672e, u+6733, u+6735-6738, u+673e-673f, u+6741, u+6743, u+6745-6748, u+674c-674d, u+6753-6755, u+6759, u+675d-675e, u+6760, u+6762-6764, u+6766, u+676a, u+676c, u+676e, u+6770, u+6772-6774, u+6776-6777, u+677b-677c, u+6780-6781, u+6784-6785, u+6787, u+6789, u+678b-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679b, u+67a1, u+67a4, u+67a6, u+67a9, u+67b0-67b5, u+67b7-67b9, u+67bb-67be, u+67c0-67c3, u+67c5-67c6, u+67c8-67c9, u+67ce, u+67d2, u+67d7-67d9, u+67db-67de, u+67e1-67e2, u+67e4, u+67e6-67e7, u+67e9, u+67ec, u+67ee-67f0, u+67f2, u+67f6-67f7, u+67f9-67fa, u+67fc, u+67fe, u+6801-6802, u+6805, u+6810, u+6814, u+6818-6819, u+681d, u+681f, u+6822, u+6827-6829, u+682b-682d, u+682f-6834, u+683b, u+683e-6840, u+6844-6846, u+6849-684a, u+684c-684e, u+6852-6854
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-98.Dzbtn9jy.woff2) format("woff2");
    unicode-range: u+64d2, u+64d4-64d5, u+64d7-64d8, u+64da, u+64e0-64e1, u+64e3-64e5, u+64e7, u+64e9-64ea, u+64ed, u+64ef-64f2, u+64f4-64f7, u+64fa-64fb, u+64fd-6501, u+6504-6505, u+6508-650a, u+650f, u+6513-6514, u+6516, u+6518-6519, u+651b-651f, u+6522, u+6524, u+6526, u+6529-652c, u+652e, u+6531-6532, u+6534-6538, u+653a, u+653c-653d, u+6543-6544, u+6547-6549, u+654d-654e, u+6550, u+6552, u+6554-6556, u+6558, u+655d-6560, u+6567, u+656b, u+6572, u+6578, u+657a, u+657d, u+6581-6585, u+6588, u+658a, u+658c, u+6592, u+6595, u+6598, u+659b, u+659d, u+659f-65a1, u+65a3-65a6, u+65ab, u+65ae, u+65b2-65b5, u+65b7-65b8, u+65be-65bf, u+65c1-65c4, u+65c6, u+65c8-65c9, u+65cc, u+65ce, u+65d0, u+65d2, u+65d4, u+65d6, u+65d8-65d9, u+65db, u+65df-65e1, u+65e3, u+65f0-65f2, u+65f4-65f5, u+65f9, u+65fb-65fc, u+65fe-6600, u+6603-6604, u+6608-660a, u+660d, u+6611-6612, u+6615-6616, u+661c-661e, u+6621-6624, u+6626, u+6629-662c, u+662e, u+6630-6631, u+6633-6637, u+6639-663b, u+663f-6641, u+6644-6646, u+6648-664a, u+664c, u+664e-664f, u+6651, u+6657-6665, u+6667-6668, u+666a-666d, u+6670, u+6673, u+6675, u+6677-6679, u+667b-667c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-99.DMBiw5nQ.woff2) format("woff2");
    unicode-range: u+62cf, u+62d1, u+62d4-62d6, u+62da, u+62dc, u+62ea, u+62ee-62ef, u+62f1-62f2, u+62f4-62f5, u+62fc-62fd, u+62ff, u+6302-6304, u+6308-630d, u+6310, u+6313, u+6316, u+6318, u+631b, u+6327, u+6329-632a, u+632d, u+6332, u+6335-6336, u+6339-633c, u+633e, u+6341-6344, u+6346, u+634a-634e, u+6350, u+6352-6354, u+6358-6359, u+635b, u+6365-6366, u+6369, u+636b-636d, u+6371-6372, u+6374-6378, u+637a, u+637c-637d, u+637f-6380, u+6382, u+6384, u+6387, u+6389-638a, u+638e-6390, u+6394-6396, u+6399-639a, u+639e, u+63a0, u+63a3-63a4, u+63a6, u+63a9, u+63ab-63af, u+63b5, u+63bd-63be, u+63c0-63c1, u+63c4-63c6, u+63c8, u+63ce, u+63d1-63d6, u+63dc, u+63e0, u+63e3, u+63e5, u+63e9-63ed, u+63f2-63f3, u+63f5-63f9, u+6406, u+6409-640a, u+640f-6410, u+6412-6414, u+6416-6418, u+641e, u+6420, u+6422, u+6424-6426, u+6428-642a, u+642f-6430, u+6434-6436, u+643d, u+643f, u+644b, u+644e-644f, u+6451-6454, u+645a-645d, u+645f-6461, u+6463, u+6467, u+646d, u+6473-6474, u+6476, u+6478-6479, u+647b, u+647d, u+6485, u+6487-6488, u+648f-6491, u+6493, u+6495, u+6498-649b, u+649d-649f, u+64a1, u+64a3, u+64a6, u+64a8-64a9, u+64ac, u+64b3, u+64bb-64bf, u+64c2, u+64c4-64c5, u+64c7, u+64c9-64cc, u+64ce, u+64d0-64d1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-100.BN4anT7M.woff2) format("woff2");
    unicode-range: u+6117, u+6119, u+611c, u+611e, u+6120-6122, u+6127-6128, u+612a-612c, u+6130-6131, u+6134-6137, u+6139-613a, u+613c-613f, u+6141-6142, u+6144-6147, u+6149-614a, u+614d, u+6153, u+6158-615a, u+615d-6160, u+6164-6165, u+616b-616c, u+616f, u+6171-6175, u+6177-6178, u+617b-6181, u+6183-6184, u+6187, u+618a-618b, u+618d, u+6192-6194, u+6196-619a, u+619c-619d, u+619f-61a0, u+61a5, u+61a8, u+61aa-61ae, u+61b8-61ba, u+61bc, u+61be, u+61c0-61c3, u+61c6, u+61c8, u+61ca-61cf, u+61d5, u+61dc-61df, u+61e1-61e3, u+61e5-61e9, u+61ec-61ed, u+61ef, u+61f4-61f7, u+61fa, u+61fc-6201, u+6203-6204, u+6207-620a, u+620d-620e, u+6213-6215, u+621b-621e, u+6220-6223, u+6227, u+6229-622b, u+622e, u+6230-6233, u+6236, u+6239, u+623d-623e, u+6241-6244, u+6246, u+6248, u+624c, u+624e, u+6250-6252, u+6254, u+6256, u+6258, u+625a-625c, u+625e, u+6260-6261, u+6263-6264, u+6268, u+626d, u+626f, u+6273, u+627a-627e, u+6282-6283, u+6285, u+6289, u+628d-6290, u+6292-6294, u+6296, u+6299, u+629b, u+62a6, u+62a8, u+62ac, u+62b3, u+62b6-62b7, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4, u+62c6-62c8, u+62ca, u+62ce
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-101.BzOTof2B.woff2) format("woff2");
    unicode-range: u+5f6c-5f6d, u+5f6f, u+5f72-5f75, u+5f78, u+5f7a, u+5f7d-5f7f, u+5f82-5f83, u+5f87-5f89, u+5f8d, u+5f8f, u+5f91, u+5f96, u+5f99, u+5f9c-5f9d, u+5fa0, u+5fa2, u+5fa4, u+5fa7-5fa8, u+5fab-5fad, u+5faf-5fb1, u+5fb5, u+5fb7-5fb8, u+5fbc-5fbd, u+5fc4, u+5fc7-5fc9, u+5fcb, u+5fd0-5fd4, u+5fdd-5fde, u+5fe1-5fe2, u+5fe4, u+5fe8-5fea, u+5fec-5ff3, u+5ff6, u+5ff8, u+5ffa-5ffd, u+5fff, u+6007, u+600a, u+600d-6010, u+6013-6015, u+6017-601b, u+601f, u+6021-6022, u+6024, u+6026, u+6029, u+602b, u+602d, u+6031, u+6033, u+6035, u+603a, u+6040-6043, u+6046-604a, u+604c-604d, u+6051, u+6054-6057, u+6059-605a, u+605d, u+605f-6064, u+6067, u+606a-606c, u+6070-6071, u+6077, u+607e-607f, u+6081-6086, u+6088-608e, u+6091-6093, u+6095-6098, u+609a-609b, u+609d-609e, u+60a2, u+60a4-60a5, u+60a7-60a8, u+60b0-60b1, u+60b3-60b5, u+60b7-60b8, u+60bb, u+60bd-60be, u+60c2, u+60c4, u+60c6-60cb, u+60ce-60cf, u+60d3-60d5, u+60d8-60d9, u+60db, u+60dd-60df, u+60e1-60e2, u+60e5, u+60ee, u+60f0-60f2, u+60f4-60f8, u+60fa-60fd, u+6100, u+6102-6103, u+6106-6108, u+610a, u+610c-610e, u+6110-6114, u+6116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-102.CxlT_GnG.woff2) format("woff2");
    unicode-range: u+5d9b, u+5d9d, u+5d9f-5da0, u+5da2, u+5da4, u+5da7, u+5dab-5dac, u+5dae, u+5db0, u+5db2, u+5db4, u+5db7-5db9, u+5dbc-5dbd, u+5dc3, u+5dc7, u+5dc9, u+5dcb-5dce, u+5dd0-5dd3, u+5dd6-5dd9, u+5ddb, u+5de0, u+5de2, u+5de4, u+5de9, u+5df2, u+5df5, u+5df8-5df9, u+5dfd, u+5dff-5e00, u+5e07, u+5e0b, u+5e0d, u+5e11-5e12, u+5e14-5e15, u+5e18-5e1b, u+5e1f-5e20, u+5e25, u+5e28, u+5e2e, u+5e32, u+5e35-5e37, u+5e3e, u+5e40, u+5e43-5e44, u+5e47, u+5e49, u+5e4b, u+5e4e, u+5e50-5e51, u+5e54, u+5e56-5e58, u+5e5b-5e5c, u+5e5e-5e5f, u+5e62, u+5e64, u+5e68, u+5e6a-5e6e, u+5e70, u+5e75-5e77, u+5e7a, u+5e7f-5e80, u+5e87, u+5e8b, u+5e8e, u+5e96, u+5e99-5e9a, u+5ea0, u+5ea2, u+5ea4-5ea5, u+5ea8, u+5eaa, u+5eac, u+5eb1, u+5eb3, u+5eb8-5eb9, u+5ebd-5ebf, u+5ec1-5ec2, u+5ec6, u+5ec8, u+5ecb-5ecc, u+5ece-5ed6, u+5ed9-5ee2, u+5ee5, u+5ee8-5ee9, u+5eeb-5eec, u+5ef0-5ef1, u+5ef3-5ef4, u+5ef8-5ef9, u+5efc-5f00, u+5f02-5f03, u+5f06-5f09, u+5f0b-5f0e, u+5f11, u+5f16-5f17, u+5f19, u+5f1b-5f1e, u+5f21-5f24, u+5f27-5f29, u+5f2b-5f30, u+5f34, u+5f36, u+5f38, u+5f3a-5f3d, u+5f3f-5f41, u+5f44-5f45, u+5f47-5f48, u+5f4a, u+5f4c-5f4e, u+5f50-5f51, u+5f54, u+5f56-5f58, u+5f5b-5f5d, u+5f60, u+5f63-5f65, u+5f67, u+5f6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-103.BY0BLug0.woff2) format("woff2");
    unicode-range: u+5bbc, u+5bc0-5bc1, u+5bc3, u+5bc7, u+5bc9, u+5bcd-5bd0, u+5bd3-5bd4, u+5bd6-5bda, u+5bde, u+5be0-5be2, u+5be4-5be6, u+5be8, u+5beb-5bec, u+5bef-5bf1, u+5bf3-5bf6, u+5bfd, u+5c03, u+5c05, u+5c07-5c09, u+5c0c-5c0d, u+5c12-5c14, u+5c17, u+5c19, u+5c1e-5c20, u+5c22-5c24, u+5c26, u+5c28-5c2e, u+5c30, u+5c32, u+5c35-5c36, u+5c38-5c39, u+5c46, u+5c4d-5c50, u+5c53, u+5c59-5c5c, u+5c5f-5c63, u+5c67-5c69, u+5c6c-5c70, u+5c74-5c76, u+5c79-5c7d, u+5c87-5c88, u+5c8a, u+5c8c, u+5c8f, u+5c91-5c92, u+5c94, u+5c9d, u+5c9f-5ca0, u+5ca2-5ca3, u+5ca6-5ca8, u+5caa-5cab, u+5cad, u+5cb1-5cb2, u+5cb4-5cb7, u+5cba-5cbc, u+5cbe, u+5cc5, u+5cc7, u+5cc9, u+5ccb, u+5cd0, u+5cd2, u+5cd7, u+5cd9, u+5cdd, u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1-5cf2, u+5cf4-5cf5, u+5cfa-5cfb, u+5cfd, u+5d01, u+5d06, u+5d0b, u+5d0d, u+5d10-5d12, u+5d14-5d15, u+5d17-5d1b, u+5d1d, u+5d1f-5d20, u+5d22-5d24, u+5d26-5d27, u+5d2b, u+5d31, u+5d34, u+5d39, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d48, u+5d4a-5d4b, u+5d4e, u+5d51-5d53, u+5d55, u+5d59, u+5d5c, u+5d5f-5d62, u+5d64, u+5d69-5d6a, u+5d6c-5d6d, u+5d6f-5d70, u+5d73, u+5d76, u+5d79-5d7a, u+5d7e-5d7f, u+5d81-5d84, u+5d87-5d88, u+5d8a, u+5d8c, u+5d90, u+5d92-5d95, u+5d97, u+5d99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-104.C4Owws-S.woff2) format("woff2");
    unicode-range: u+598b-598e, u+5992, u+5995, u+5997, u+599b, u+599d, u+599f, u+59a3-59a4, u+59a7, u+59ad-59b0, u+59b2-59b3, u+59b7, u+59ba, u+59bc, u+59be, u+59c1, u+59c3-59c4, u+59c6, u+59c8, u+59ca, u+59cd, u+59d2, u+59d9-59da, u+59dd-59df, u+59e3-59e5, u+59e7-59e8, u+59ec, u+59ee-59ef, u+59f1-59f2, u+59f4, u+59f6-59f8, u+5a00, u+5a03-5a04, u+5a09, u+5a0c-5a0e, u+5a11-5a13, u+5a17, u+5a1a-5a1c, u+5a1e-5a1f, u+5a23-5a25, u+5a27-5a28, u+5a2a, u+5a2d, u+5a30, u+5a35-5a36, u+5a40-5a41, u+5a44-5a45, u+5a47-5a49, u+5a4c, u+5a50, u+5a55, u+5a5e, u+5a62-5a63, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a77, u+5a7a-5a7b, u+5a7e, u+5a84, u+5a8b, u+5a90, u+5a93, u+5a96, u+5a99, u+5a9c, u+5a9e-5aa0, u+5aa2, u+5aa7, u+5aac, u+5ab1-5ab3, u+5ab5, u+5ab8, u+5aba-5abf, u+5ac2, u+5ac4, u+5ac6, u+5ac8, u+5acb, u+5acf-5ad0, u+5ad6-5ad7, u+5ada, u+5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae9-5aea, u+5aee, u+5af0, u+5af5-5af6, u+5afa-5afb, u+5afd, u+5b00-5b01, u+5b08, u+5b0b, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21, u+5b25, u+5b2a, u+5b2c-5b2d, u+5b30, u+5b32, u+5b34, u+5b36, u+5b38, u+5b3e, u+5b40-5b41, u+5b43, u+5b45, u+5b4b-5b4c, u+5b51-5b52, u+5b56, u+5b5a-5b5c, u+5b5e-5b5f, u+5b65, u+5b68-5b69, u+5b6e-5b71, u+5b73, u+5b75-5b76, u+5b7a, u+5b7c-5b84, u+5b86, u+5b8a-5b8b, u+5b8d-5b8e, u+5b90-5b91, u+5b93-5b94, u+5b96, u+5ba5-5ba6, u+5ba8-5ba9, u+5bac-5bad, u+5baf, u+5bb1-5bb2, u+5bb7-5bb8, u+5bba
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-105.BXisnELy.woff2) format("woff2");
    unicode-range: u+57b3, u+57b8, u+57bd, u+57c0, u+57c3, u+57c6-57c8, u+57cc, u+57cf, u+57d2-57d7, u+57dc-57de, u+57e0-57e1, u+57e3-57e4, u+57e6-57e7, u+57e9, u+57ed, u+57f0, u+57f4-57f6, u+57f8, u+57fb, u+57fd-57ff, u+5803-5804, u+5808-580d, u+5819, u+581b, u+581d-5821, u+5826-5827, u+582d, u+582f-5830, u+5832, u+5835, u+5839, u+583d, u+583f-5840, u+5849, u+584b-584d, u+584f-5852, u+5855, u+5858-5859, u+585f, u+5861-5862, u+5864, u+5867-5868, u+586d, u+5870, u+5872, u+5878-5879, u+587c, u+587f-5881, u+5885, u+5887-588d, u+588f-5890, u+5894, u+5896, u+5898, u+589d-589e, u+58a0-58a2, u+58a6, u+58a9-58ab, u+58ae, u+58b1-58b3, u+58b8-58bc, u+58be, u+58c2-58c5, u+58c8, u+58cd-58ce, u+58d0-58da, u+58dc-58e2, u+58e4-58e5, u+58e9, u+58ec, u+58ef, u+58f3-58f4, u+58f7, u+58f9, u+58fb-58fd, u+5902, u+5905-5906, u+590a-590d, u+5910, u+5912-5914, u+5918-5919, u+591b, u+591d, u+591f, u+5921, u+5923-5925, u+5928, u+592c-592d, u+592f-5930, u+5932-5933, u+5935-5936, u+5938-5939, u+593d-593f, u+5943, u+5946, u+594e, u+5950, u+5952-5953, u+5955, u+5957-595b, u+595d-5961, u+5963, u+5967, u+5969, u+596b-596d, u+596f, u+5972, u+5975-5976, u+5978-5979, u+597b-597c, u+5981
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-106.DrIBcxgX.woff2) format("woff2");
    unicode-range: u+5616-5617, u+5619, u+561b, u+5620, u+5628, u+562c, u+562f-5639, u+563b-563d, u+563f-5641, u+5643-5644, u+5646-5647, u+5649, u+564b, u+564d-5650, u+5653-5654, u+565e, u+5660-5664, u+5666, u+5669-566d, u+566f, u+5671-5672, u+5675-5676, u+5678, u+567a, u+5680, u+5684-5688, u+568a-568c, u+568f, u+5694-5695, u+5699-569a, u+569d-56a0, u+56a5-56a9, u+56ab-56ae, u+56b1-56b4, u+56b6-56b7, u+56bc, u+56be, u+56c0, u+56c2-56c3, u+56c5, u+56c8-56d1, u+56d3, u+56d7-56d9, u+56dc-56dd, u+56df, u+56e1, u+56e4-56e8, u+56eb, u+56ed-56ee, u+56f1, u+56f6-56f7, u+56f9, u+56ff-5704, u+5707-570a, u+570c-570d, u+5711, u+5713, u+5715-5716, u+5718, u+571a-571d, u+5720-5726, u+5729-572a, u+572c, u+572e-572f, u+5733-5734, u+5737-5738, u+573b, u+573d-573f, u+5745-5746, u+574c-574f, u+5751-5752, u+5759, u+575f, u+5761-5762, u+5764-5765, u+5767-5769, u+576b, u+576d-5771, u+5773-5775, u+5777, u+5779-577c, u+577e-577f, u+5781, u+5783, u+5788-5789, u+578c, u+5793-5795, u+5797, u+5799-579a, u+579c-57a1, u+57a4, u+57a7-57aa, u+57ac, u+57ae, u+57b0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-107.BM9VQkiu.woff2) format("woff2");
    unicode-range: u+543f-5440, u+5443-5444, u+5447, u+544c-544f, u+5455, u+545e, u+5462, u+5464, u+5466-5467, u+5469, u+546b-546e, u+5470-5471, u+5474-5477, u+547b, u+547f-5481, u+5483-5486, u+5488-548b, u+548d-5492, u+5495-5496, u+549c, u+549f-54a2, u+54a4, u+54a6-54af, u+54b1, u+54b7-54bc, u+54be-54bf, u+54c2-54c4, u+54c6-54c8, u+54ca, u+54cd-54ce, u+54d8, u+54e0, u+54e2, u+54e5-54e6, u+54e8-54ea, u+54ec-54ef, u+54f1, u+54f3, u+54f6, u+54fc-5501, u+5505, u+5508-5509, u+550c-550f, u+5514-5516, u+5527, u+552a-552b, u+552e, u+5532-5533, u+5535-5536, u+5538-5539, u+553b-553d, u+5540-5541, u+5544-5545, u+5547, u+5549-554a, u+554c-554d, u+5550-5551, u+5556-5558, u+555a-555e, u+5560-5561, u+5563-5564, u+5566, u+557b-5583, u+5586-5588, u+558a, u+558e-558f, u+5591-5594, u+5597, u+5599, u+559e-559f, u+55a3-55a4, u+55a8-55a9, u+55ac-55ae, u+55b2, u+55bf, u+55c1, u+55c3-55c4, u+55c6-55c7, u+55c9, u+55cb-55cc, u+55ce, u+55d1-55d4, u+55d7-55d8, u+55da-55db, u+55dd-55df, u+55e2, u+55e4, u+55e9, u+55ec, u+55ee, u+55f1, u+55f6-55f9, u+55fd-55ff, u+5605, u+5607-5608, u+560a, u+560d-5612
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-108.RXr8MRtr.woff2) format("woff2");
    unicode-range: u+528d, u+5291-5298, u+529a, u+529c, u+52a4-52a7, u+52ab-52ad, u+52af-52b0, u+52b5-52b8, u+52ba-52be, u+52c0-52c1, u+52c4-52c6, u+52c8, u+52ca, u+52cc-52cd, u+52cf-52d2, u+52d4, u+52d6-52d7, u+52db-52dc, u+52de, u+52e0-52e1, u+52e3, u+52e5-52e6, u+52e8-52ea, u+52ec, u+52f0-52f1, u+52f3-52fb, u+5300-5301, u+5303, u+5306-5308, u+530a-530d, u+530f-5311, u+5313, u+5315, u+5318-531f, u+5321, u+5323-5325, u+5327-532d, u+532f-5333, u+5335, u+5338, u+533c-533e, u+5340, u+5342, u+5345-5346, u+5349, u+534b-534c, u+5359, u+535b, u+535e, u+5361, u+5363-5367, u+5369, u+536c-536e, u+5372, u+5377, u+5379-537b, u+537d-537f, u+5382-5383, u+5387-5389, u+538e, u+5393-5394, u+5396, u+5398-5399, u+539d, u+53a0-53a1, u+53a4-53a6, u+53a9-53ab, u+53ad-53b0, u+53b2, u+53b4-53b8, u+53ba, u+53bd, u+53c0-53c1, u+53c3-53c5, u+53cf, u+53d2-53d3, u+53d5, u+53da-53db, u+53dd-53e0, u+53e2, u+53e6-53e8, u+53ed-53ee, u+53f4-53f5, u+53fa, u+5401-5403, u+540b, u+540f, u+5412-5413, u+541a, u+541d-541e, u+5421, u+5424, u+5427-542a, u+542c-542f, u+5431, u+5433-5436, u+543c-543d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-109.BaXmrUlc.woff2) format("woff2");
    unicode-range: u+50dd-50df, u+50e1-50e6, u+50e8-50e9, u+50ed-50f6, u+50f9-50fb, u+50fe, u+5101-5103, u+5106-5109, u+510b-510e, u+5110, u+5112, u+5114-511e, u+5121, u+5123, u+5127-5128, u+512c-512d, u+512f, u+5131, u+5133-5135, u+5137-513c, u+513f-5142, u+5147, u+514a, u+514c, u+514f, u+5152-5155, u+5157-5158, u+515f-5160, u+5162, u+5164, u+5166-5167, u+5169-516a, u+516e, u+5173-5174, u+5179, u+517b, u+517e, u+5180, u+5182-5184, u+5189, u+518b-518c, u+518e-5191, u+5193, u+5195-5196, u+5198, u+519d, u+51a1-51a4, u+51a6, u+51a9-51ab, u+51ad, u+51b0-51b3, u+51b5, u+51b8, u+51ba, u+51bc-51bf, u+51c2-51c3, u+51c5, u+51c8-51cb, u+51cf, u+51d1-51d6, u+51d8, u+51de-51e0, u+51e2, u+51e5, u+51e7, u+51e9, u+51ec-51ee, u+51f2-51f5, u+51f7, u+51fe, u+5201-5202, u+5204-5205, u+520b, u+520e, u+5212-5216, u+5218, u+5222, u+5226-5228, u+522a-522b, u+522e, u+5231-5233, u+5235, u+523c, u+5244-5245, u+5249, u+524b-524c, u+524f, u+5254-5255, u+5257-5258, u+525a, u+525c-5261, u+5266, u+5269, u+526c, u+526e, u+5271, u+5273-5274, u+5277-5279, u+527d, u+527f-5280, u+5282-5285, u+5288-528a, u+528c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-110.BPJnD3RC.woff2) format("woff2");
    unicode-range: u+4f57-4f58, u+4f5a-4f5b, u+4f5d-4f5f, u+4f63-4f64, u+4f69-4f6a, u+4f6c, u+4f6e-4f71, u+4f76-4f7e, u+4f81-4f85, u+4f88-4f8a, u+4f8c, u+4f8e-4f90, u+4f92-4f94, u+4f96-4f9a, u+4f9e-4fa0, u+4fab, u+4fad, u+4faf, u+4fb2, u+4fb7, u+4fb9, u+4fbb-4fbe, u+4fc0-4fc1, u+4fc4-4fc6, u+4fc8-4fc9, u+4fcb-4fd4, u+4fd8, u+4fda-4fdc, u+4fdf-4fe0, u+4fe2, u+4fe4-4fe6, u+4fef-4ff2, u+4ff6, u+4ffc-5002, u+5004-5007, u+500a, u+500c, u+500e-5011, u+5013-5014, u+5016-5018, u+501a-501e, u+5021-5023, u+5025-502a, u+502c-502e, u+5030, u+5032-5033, u+5035, u+5039, u+503b, u+5040-5043, u+5045-5048, u+504a, u+504c, u+504e, u+5050-5053, u+5055-5057, u+5059-505a, u+505f-5060, u+5062-5063, u+5066-5067, u+506a, u+506c-506d, u+5070-5072, u+5077-5078, u+5080-5081, u+5083-5086, u+5088, u+508a, u+508e-5090, u+5092-5096, u+509a-509c, u+509e-50a3, u+50aa, u+50ad, u+50af-50b4, u+50b9-50bb, u+50bd, u+50c0, u+50c2-50c4, u+50c7, u+50c9-50ca, u+50cc, u+50ce, u+50d0-50d1, u+50d3-50d4, u+50d6, u+50d8-50d9, u+50dc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-111.Dzd6xLkU.woff2) format("woff2");
    unicode-range: u+4093, u+4103, u+4105, u+4148, u+414f, u+4163, u+41b4, u+41bf, u+41e6, u+41ee, u+41f3, u+4207, u+420e, u+4264, u+4293, u+42c6, u+42d6, u+42dd, u+4302, u+432b, u+4343, u+43ee, u+43f0, u+4408, u+440c, u+4417, u+441c, u+4422, u+4453, u+445b, u+4476, u+447a, u+4491, u+44b3, u+44be, u+44d4, u+4508, u+450d, u+4525, u+4543, u+457a, u+459d, u+45b8, u+45be, u+45e5, u+45ea, u+460f-4610, u+4641, u+4665, u+46a1, u+46ae-46af, u+470c, u+471f, u+4764, u+47e6, u+47fd, u+4816, u+481e, u+4844, u+484e, u+48b5, u+49b0, u+49e7, u+49fa, u+4a04, u+4a29, u+4abc, u+4b38, u+4b3b, u+4b7e, u+4bc2, u+4bca, u+4bd2, u+4be8, u+4c17, u+4c20, u+4c38, u+4cc4, u+4cd1, u+4ce1, u+4d07, u+4d77, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e12, u+4e15, u+4e17, u+4e19, u+4e1e-4e1f, u+4e23-4e24, u+4e28-4e2c, u+4e2e-4e31, u+4e35-4e37, u+4e3f-4e42, u+4e44, u+4e47-4e48, u+4e4d-4e4e, u+4e51, u+4e55-4e56, u+4e58, u+4e5a-4e5c, u+4e62-4e63, u+4e68-4e69, u+4e74-4e75, u+4e79, u+4e7f, u+4e82, u+4e85, u+4e8a, u+4e8d-4e8e, u+4e96-4e99, u+4e9d-4ea0, u+4ea2, u+4ea5-4ea6, u+4ea8, u+4eaf-4eb0, u+4eb3, u+4eb6, u+4eb9, u+4ebb-4ebc, u+4ec2-4ec4, u+4ec6-4ec8, u+4ecd, u+4ed0, u+4ed7, u+4eda-4edb, u+4edd-4ee2, u+4ee8, u+4eeb, u+4eed, u+4eef, u+4ef1, u+4ef3, u+4ef5, u+4ef7, u+4efc-4f00, u+4f02-4f03, u+4f08-4f09, u+4f0b-4f0d, u+4f12, u+4f15-4f17, u+4f19, u+4f1c, u+4f2b, u+4f2e, u+4f30-4f31, u+4f33, u+4f35-4f37, u+4f39, u+4f3b, u+4f3e, u+4f40, u+4f42-4f43, u+4f48-4f49, u+4f4b-4f4c, u+4f52, u+4f54, u+4f56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-112.C_1oPC9r.woff2) format("woff2");
    unicode-range: u+3395-339b, u+339e-33a0, u+33a2-33ff, u+3402, u+3405-3406, u+3427, u+342c, u+342e, u+3468, u+346a, u+3488, u+3492, u+34b5, u+34bc, u+34c1, u+34c7, u+34db, u+351f, u+353e, u+355d-355e, u+3563, u+356e, u+35a6, u+35a8, u+35c5, u+35da, u+35de, u+35f4, u+3605, u+3614, u+364a, u+3691, u+3696, u+3699, u+36cf, u+3761-3762, u+376b-376c, u+3775, u+378d, u+37c1, u+37e2, u+37e8, u+37f4, u+37fd, u+3800, u+382f, u+3836, u+3840, u+385c, u+3861, u+38a1, u+38ad, u+38fa, u+3917, u+391a, u+396f, u+39a4, u+39b8, u+3a5c, u+3a6e, u+3a73, u+3a85, u+3ac4, u+3acb, u+3ad6-3ad7, u+3aea, u+3af3, u+3b0e, u+3b1a, u+3b1c, u+3b22, u+3b35, u+3b6d, u+3b77, u+3b87-3b88, u+3b8d, u+3ba4, u+3bb6, u+3bc3, u+3bcd, u+3bf0, u+3bf3, u+3c0f, u+3c26, u+3cc3, u+3cd2, u+3d11, u+3d1e, u+3d31, u+3d4e, u+3d64, u+3d9a, u+3dc0, u+3dcc, u+3dd4, u+3e05, u+3e3f-3e40, u+3e60, u+3e66, u+3e68, u+3e83, u+3e8a, u+3e94, u+3eda, u+3f57, u+3f72, u+3f75, u+3f77, u+3fae, u+3fb1, u+3fc9, u+3fd7, u+3fdc, u+4039, u+4058
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-113.rd4ZnXA5.woff2) format("woff2");
    unicode-range: u+32b5-332b, u+332d-3394
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-114.D5TMP_Zs.woff2) format("woff2");
    unicode-range: u+31c8-31e3, u+31f0-321e, u+3220-3230, u+3232-32b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-115.Cd_BknGv.woff2) format("woff2");
    unicode-range: u+3028-303f, u+3094-3096, u+309f-30a0, u+30ee, u+30f7-30fa, u+30ff, u+3105-312f, u+3131-3163, u+3165-318e, u+3190-31bb, u+31c0-31c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-116.DcCCj7gg.woff2) format("woff2");
    unicode-range: u+2f14-2fd5, u+2ff0-2ffb, u+3004, u+3013, u+3016-301b, u+301e, u+3020-3027
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-117.Dx7EbvHu.woff2) format("woff2");
    unicode-range: u+25e4-25e6, u+2601-2603, u+2609, u+260e-260f, u+2616-2617, u+261c-261f, u+262f, u+2641, u+2660, u+2662-2664, u+2666-2668, u+266d-266e, u+2672-267d, u+26bd-26be, u+2702, u+271a, u+273d, u+2740, u+2756, u+2776-2793, u+27a1, u+2934-2935, u+29bf, u+29fa-29fb, u+2b05-2b07, u+2b1a, u+2b95, u+2e3a-2e3b, u+2e80-2e99, u+2e9b-2ef3, u+2f00-2f13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-118.DBTHiUx3.woff2) format("woff2");
    unicode-range: u+24d1-24ff, u+2503-2513, u+2515-2516, u+2518-251b, u+251d-2522, u+2524-259f, u+25a2-25ab, u+25b1, u+25b7, u+25c0-25c1, u+25c9-25ca, u+25cc, u+25d0-25d3, u+25e2-25e3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-119.CKUho2rx.woff2) format("woff2");
    unicode-range: u+2105, u+2109-210a, u+210f, u+2116, u+2121, u+2126-2127, u+212b, u+212e, u+2135, u+213b, u+2194-2199, u+21b8-21b9, u+21c4-21c6, u+21cb-21cc, u+21d0, u+21e6-21e9, u+21f5, u+2202-2203, u+2205-2206, u+2208-220b, u+220f, u+2211, u+2213, u+2215, u+221a, u+221d, u+2220, u+2223, u+2225-2226, u+2228, u+222a-222e, u+2234-2237, u+223d, u+2243, u+2245, u+2248, u+224c, u+2260, u+2262, u+2264-2265, u+226e-226f, u+2272-2273, u+2276-2277, u+2283-2287, u+228a-228b, u+2295-2299, u+22a0, u+22a5, u+22bf, u+22da-22db, u+22ef, u+2305-2307, u+2318, u+2329-232a, u+23b0-23b1, u+23be-23cc, u+23ce, u+23da-23db, u+2423, u+2469-24d0
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-120.DRbMpgEo.woff2) format("woff2");
    unicode-range: u+a1-a4, u+a6-a7, u+aa, u+ac-ad, u+b5-b6, u+b8-ba, u+bc-c8, u+ca-cc, u+ce-d5, u+d9-db, u+dd-df, u+e6, u+ee, u+f0, u+f5, u+f7, u+f9, u+fb, u+fe-102, u+110-113, u+11a-11b, u+128-12b, u+143-144, u+147-148, u+14c, u+14e-14f, u+152-153, u+168-16d, u+192, u+1a0-1a1, u+1af, u+1cd-1dc, u+1f8-1f9, u+251, u+261, u+2bb, u+2c7, u+2c9, u+2ea-2eb, u+304, u+307, u+30c, u+1e3e-1e3f, u+1ea0-1ebe, u+1ec0-1ec6, u+1ec8-1ef9, u+2011-2012, u+2016, u+2018-201a, u+201e, u+2021, u+2030, u+2033, u+2035, u+2042, u+2047, u+2051, u+2074, u+20a9, u+20ab-20ac, u+20dd-20de, u+2100
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-121.DZifvJ22.woff2) format("woff2");
    unicode-range: u+2227, u+26a0, u+2713, u+301f, u+4ff8, u+5239, u+526a, u+54fa, u+5740, u+5937, u+5993, u+59fb, u+5a3c, u+5c41, u+6028, u+626e, u+646f, u+647a, u+64b0, u+64e2, u+65a7, u+66fe, u+6727, u+6955, u+6bef, u+6f23, u+724c, u+767c, u+7a83, u+7ac4, u+7b67, u+8000, u+8471, u+8513, u+8599, u+86db, u+8718, u+87f2, u+88f3, u+8ad2, u+8e2a, u+8fa3, u+95a5, u+9798, u+9910, u+9957, u+9bab, u+9c3b, u+9daf, u+ff95
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-122.CkugcgmZ.woff2) format("woff2");
    unicode-range: u+a8, u+2032, u+2261, u+2282, u+3090, u+30f1, u+339c, u+535c, u+53d9, u+56a2, u+56c1, u+5806, u+589f, u+59d0, u+5a7f, u+60e0, u+639f, u+65af, u+68fa, u+69ae, u+6d1b, u+6ef2, u+71fb, u+725d, u+7262, u+75bc, u+7768, u+7940, u+79bf, u+7bed, u+7d68, u+7dfb, u+814b, u+8207, u+83e9, u+8494, u+8526, u+8568, u+85ea, u+86d9, u+87ba, u+8861, u+887f, u+8fe6, u+9059, u+9061, u+916a, u+976d, u+97ad, u+9ece
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-123.CpkwQ974.woff2) format("woff2");
    unicode-range: u+2d9, u+21d4, u+301d, u+515c, u+52fe, u+5420, u+5750, u+5766, u+5954, u+5b95, u+5f8a, u+5f98, u+620c, u+621f, u+641c, u+66d9, u+676d, u+6775, u+67f5, u+694a, u+6a02, u+6a3a, u+6a80, u+6c23, u+6c72, u+6dcb, u+6faa, u+707c, u+71c8, u+7422, u+74e2, u+7791, u+7825, u+7a14, u+7a1c, u+7c95, u+7fc1, u+82a5, u+82db, u+8304, u+853d, u+8cd3, u+8de8, u+8f0c, u+8f3f, u+9091, u+91c7, u+929a, u+98af, u+9913
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-124.zdZ7RB3Q.woff2) format("woff2");
    unicode-range: u+2ca-2cb, u+2229, u+2468, u+2669, u+266f, u+273f, u+4ec0, u+4f60, u+4fb6, u+5347, u+540e, u+543b, u+5b0c, u+5d4c, u+5f14, u+5f9e, u+6155, u+62d0, u+6602, u+6666, u+66f3, u+67a2, u+67ca, u+69cc, u+6d29, u+6d9b, u+6e3e, u+6f81, u+7109, u+73c0, u+73c2, u+7425, u+7435-7436, u+7525, u+7554, u+785d, u+786b, u+7ae3, u+7b94, u+7d18, u+81bf, u+8511, u+8549, u+9075, u+9640, u+98e2, u+9e9f, u+ff96
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-125.BoOgBuoW.woff2) format("woff2");
    unicode-range: u+2467, u+4ece, u+4ed4, u+4f91, u+4fae, u+534d, u+53c9, u+54b3, u+586b, u+5944, u+5b78, u+5df7, u+5f77, u+6101, u+6167-6168, u+61a4, u+62d9, u+698a, u+699b, u+6a59, u+6cc4, u+6e07, u+7099, u+75d2, u+77ad, u+7953, u+7984, u+7a92, u+7baa, u+7dbb, u+817f, u+82ad, u+85e9, u+868a, u+8caa, u+8f44, u+9017, u+907c, u+908a, u+92f3, u+936e, u+9435, u+978d, u+9838, u+9a28, u+9b41, u+9ba8, u+9c57, u+9eb9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-126.DEpNEhuk.woff2) format("woff2");
    unicode-range: u+b1, u+309b, u+4e5e, u+51f1, u+5506, u+55c5, u+58cc, u+59d1, u+5c51, u+5ef7, u+6284, u+62d7, u+6689, u+673d, u+6a2b, u+6a8e, u+6a9c, u+6d63, u+6dd1, u+70b8, u+7235, u+72db, u+72f8, u+7560, u+7c9b, u+7ce7, u+7e1e, u+80af, u+82eb, u+8463, u+8499, u+85dd, u+86ee, u+8a60, u+8a6e, u+8c79, u+8e87, u+8e8a, u+8f5f, u+9010, u+918d, u+9190, u+965b, u+97fb, u+9ab8, u+9bad, u+9d3b, u+9d5c, u+9dfa, u+9e93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-127.CQJy8-GR.woff2) format("woff2");
    unicode-range: u+2020, u+3003, u+3231, u+4e9b, u+4f3d, u+4f47, u+51b6, u+51dc, u+53e1, u+5bc5, u+602f, u+60bc, u+61c9, u+633d, u+637b, u+6492, u+65fa, u+660f, u+66f0, u+6703, u+681e, u+6876, u+6893, u+6912, u+698e, u+6c7d, u+714c, u+7169, u+71d5, u+725f, u+72d7, u+745b, u+74dc, u+75e2, u+7891, u+7897, u+7dcb, u+810a, u+8218, u+8339, u+840e, u+852d, u+8823, u+8a0a, u+9089, u+919c, u+971c, u+9ad9, u+ff4a, u+ff5a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-128.sqVpIuBW.woff2) format("woff2");
    unicode-range: u+2466, u+2600, u+4eab, u+4fe3, u+4ff5, u+51a5, u+51f0, u+536f, u+53d4, u+53f1, u+54a5, u+559d, u+55e3, u+58fa, u+5962, u+59ea, u+5c16, u+5cef, u+5d16, u+5f10, u+5fd6, u+6190, u+6216, u+634f, u+63bb, u+66d6, u+6756, u+6bc5, u+6e26, u+727d, u+731f, u+76f2, u+7729, u+7a7f, u+7aff, u+7c9f, u+818f, u+8236, u+82b9, u+8338, u+85aa, u+88b4, u+8b33, u+904d, u+93a7, u+96cc, u+96eb, u+9aed, u+9b8e, u+fa11
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-129.CThpYV77.woff2) format("woff2");
    unicode-range: u+251c, u+2523, u+4e14, u+545f, u+54bd, u+553e, u+55dc, u+56da, u+589c, u+5b55, u+5bb5, u+5ce1, u+5df4, u+5eb6, u+5ec9, u+6191, u+62f7, u+6357, u+64a5, u+6591, u+65bc, u+6897, u+6e1a, u+7063, u+711a, u+721b, u+722c, u+75b9, u+75d5, u+75fa, u+7766, u+7aae, u+7b48, u+7b8b, u+7d21, u+7e55, u+7f75, u+842c, u+8910, u+8a63, u+8b39, u+8b5a, u+8cdc, u+8d74, u+907d, u+91e7, u+9306, u+96bc, u+98f4, u+9ac4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-130.BflShq5c.woff2) format("woff2");
    unicode-range: u+2003, u+2312, u+266c, u+4f86, u+51ea, u+5243, u+5256, u+541f, u+5841, u+59dc, u+5df3, u+601c, u+60e7, u+632b, u+638c, u+64ad, u+6881, u+697c, u+69cd, u+6c50, u+6d2a, u+6fc1, u+7027, u+7058, u+70f9, u+714e, u+7345, u+751a, u+760d, u+764c, u+77db, u+7d79, u+7e8f, u+80ce, u+814e, u+81fc, u+8247, u+8278, u+85a9, u+8a03, u+90ed, u+9784, u+9801, u+984e, u+99b3, u+9bc9, u+9bdb, u+9be8, u+9e78, u+ff6b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-131.BgW55TFR.woff2) format("woff2");
    unicode-range: u+266b, u+3006, u+5176, u+5197, u+51a8, u+51c6, u+52f2, u+5614, u+5875, u+5a2f, u+5b54, u+5ce0, u+5dba, u+5deb, u+5e63, u+5f59, u+5fcc, u+6068, u+6367, u+68b6, u+6a0b, u+6b64, u+6e15, u+6eba, u+7272, u+72a0, u+7947, u+7985, u+79e6, u+79e9, u+7a3d, u+7a9f, u+7aaf, u+7b95, u+7f60, u+7f9e, u+7fe0, u+8098, u+80ba, u+8106, u+82d4, u+831c, u+87f9, u+8a1f, u+8acf, u+90c1, u+920d, u+9756, u+fe43, u+ff94
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-132.C4Q0zqLU.woff2) format("woff2");
    unicode-range: u+af, u+2465, u+2517, u+33a1, u+4f10, u+50c5, u+51b4, u+5384, u+5606, u+5bb0, u+5cac, u+5ee3, u+618e, u+61f2, u+62c9, u+66ab, u+66f9, u+6816, u+6960, u+6b3e, u+6f20, u+7078, u+72d0, u+73ed, u+7ad9, u+7b1b, u+7be4, u+7d62, u+7f51, u+80b4, u+80f4, u+8154, u+85fb, u+865c, u+8702, u+895f, u+8aed, u+8b90, u+8ced, u+8fbf, u+91d8, u+9418, u+9583, u+9591, u+9813, u+982c, u+9bd6, u+ff46, u+ff7f, u+ff88
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-133.MVQj5oBf.woff2) format("woff2");
    unicode-range: u+4e91, u+508d, u+50e7, u+514e, u+51f6, u+5446, u+5504, u+584a, u+59a8, u+59d3, u+5a46, u+5ac9, u+6020, u+60a6, u+6148, u+621a, u+6234, u+64c1, u+6523, u+675c, u+67d1, u+6953, u+6ccc, u+6df5, u+6e13, u+6f06, u+723a, u+7325, u+74e6, u+758e, u+75ab, u+75d9, u+7a40, u+8096, u+82fa, u+8587, u+8594, u+8a6b, u+8ab9, u+8b17, u+8b83, u+937c, u+963b, u+9673, u+96db, u+9ce9, u+9f4b, u+ff67, u+ff82, u+ff93
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-134.Bomc8bJ8.woff2) format("woff2");
    unicode-range: u+221e, u+2514, u+51f9, u+5270, u+5449, u+5824, u+59a5, u+5a29, u+5d07, u+5e16, u+60e3, u+614c, u+6276, u+643e, u+64ab, u+6562, u+6681, u+670b, u+6734, u+67af, u+6a3d, u+6b05, u+6dc0, u+6e4a, u+7259, u+732a, u+7409, u+78a7, u+7a6b, u+8015, u+809b, u+817a, u+830e, u+837b, u+85ab, u+8a23, u+8a93, u+8b00, u+8b19, u+8b21, u+8cbf, u+8fb0, u+901d, u+91b8, u+9320, u+932c, u+9688, u+96f6, u+9df2, u+ff6a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-135.DNhbF_c1.woff2) format("woff2");
    unicode-range: u+2002, u+2025, u+4f8d, u+51e1, u+51f8, u+5507, u+5598, u+58f1, u+5983, u+59ac, u+5c3c, u+5de7, u+5e7d, u+5eca, u+5f61, u+606d, u+60f9, u+636e, u+64ec, u+67da, u+67ff, u+6813, u+68f2, u+693f, u+6b6a, u+6bbb, u+6ef4, u+7092, u+717d, u+7261, u+73c8, u+7432, u+7483, u+76fe, u+7709, u+78d0, u+81a3, u+81b3, u+82af, u+8305, u+8309, u+8870, u+88fe, u+8cd1, u+8d66, u+906e, u+971e, u+9812, u+ff79, u+ff90
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-136.CfF8MIxs.woff2) format("woff2");
    unicode-range: u+2464, u+2501, u+2640, u+2642, u+339d, u+4f0e, u+5091, u+50b5, u+5132, u+51cc, u+558b, u+55aa, u+585e, u+5bee, u+5dfe, u+60b6, u+62b9, u+6349, u+6566, u+6590, u+6842, u+689d, u+6a58, u+6c70, u+6ff1, u+7815, u+7881, u+7aaa, u+7bc7, u+7def, u+7fa8, u+8017, u+8036, u+8061, u+821f, u+8429, u+8ce0, u+8e74, u+9019, u+90ca, u+9162, u+932f, u+93ae, u+9644, u+990c, u+9cf3, u+ff56, u+ff6e, u+ff7e, u+ff85
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-137.D4sDztpJ.woff2) format("woff2");
    unicode-range: u+2266-2267, u+4f2f, u+5208, u+5451, u+546a, u+5589, u+576a, u+5815, u+5a9a, u+5b9b, u+5c3a, u+5efb, u+5faa, u+6109, u+6643, u+6652, u+695a, u+69fd, u+6b86, u+6bb4, u+6daf, u+7089, u+70cf, u+7a00, u+7a4f, u+7b39, u+7d33, u+80e1, u+828b, u+82a6, u+86cd, u+8c8c, u+8cca, u+8df3, u+9077, u+9175, u+91dc, u+925b, u+9262, u+9271, u+92ed, u+9855, u+9905, u+9d28, u+ff3f, u+ff58, u+ff68, u+ff6d, u+ff9c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-138.Bxn__j8Y.woff2) format("woff2");
    unicode-range: u+2207, u+25ef, u+309c, u+4e4f, u+5146, u+51dd, u+5351, u+540a, u+5629, u+5eb5, u+5f04, u+5f13, u+60dc, u+6212, u+63b4, u+642c, u+6627, u+66a6, u+66c7, u+66fd, u+674e, u+6b96, u+6c4e, u+6df3, u+6e67, u+6f84, u+72fc, u+733f, u+7c97, u+7db1, u+7e4d, u+816b, u+82d1, u+84cb, u+854e, u+8607, u+86c7, u+871c, u+8776, u+8a89, u+8fc4, u+91a4, u+9285, u+9685, u+9903, u+9b31, u+9f13, u+ff42, u+ff74, u+ff91
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-139.DzAe0tYv.woff2) format("woff2");
    unicode-range: u+4e32, u+51db, u+53a8, u+53ea, u+5609, u+5674, u+5a92, u+5e7e, u+6115, u+611a, u+62cc, u+62ed, u+63c9, u+64b9, u+64e6, u+65cb, u+6606, u+6731, u+683d, u+6afb, u+7460, u+771e, u+78ef, u+7b26, u+7b51, u+7cde, u+7d10, u+7d2f, u+7d46, u+80de, u+819c, u+84b2, u+85cd, u+865a, u+8ecc, u+9022, u+90b8, u+9192, u+9675, u+96b7, u+99ff, u+ff44, u+ff55, u+ff6c, u+ff73, u+ff75, u+ff86, u+ff8d, u+ff92, u+ffe3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-140.DzyJf-AR.woff2) format("woff2");
    unicode-range: u+25b3, u+30f5, u+4eae, u+4f46, u+4f51, u+5203, u+52ff, u+55a7, u+564c, u+565b, u+57f9, u+5805, u+5b64, u+5e06, u+5f70, u+5f90, u+60e8, u+6182, u+62f3, u+62fe, u+63aa, u+64a4, u+65d7, u+673a, u+6851, u+68cb, u+68df, u+6d1e, u+6e58, u+6e9d, u+77b3, u+7832, u+7c3f, u+7db4, u+7f70, u+80aa, u+80c6, u+8105, u+819d, u+8276, u+8679, u+8986, u+8c9d, u+8fc5, u+916c, u+9665, u+9699, u+96c0, u+9a19, u+ff8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-141.D78qAnzb.woff2) format("woff2");
    unicode-range: u+2463, u+25a1, u+4ef0, u+5076, u+5098, u+51fd, u+5302, u+5448, u+54c9, u+570b, u+583a, u+5893, u+58a8, u+58ee, u+5949, u+5bdb, u+5f26, u+5f81, u+6052, u+6170, u+61c7, u+631f, u+635c, u+664b, u+69fb, u+6f01, u+7070, u+722a, u+745e, u+755c, u+76c6, u+78c1, u+79e4, u+7bb8, u+7d0b, u+81a8, u+82d7, u+8b5c, u+8f14, u+8fb1, u+8fbb, u+9283, u+9298, u+9a30, u+ff03, u+ff50, u+ff59, u+ff7b, u+ff8e-ff8f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-142.CIBWzqJd.woff2) format("woff2");
    unicode-range: u+2010, u+2502, u+25b6, u+4f3a, u+514b, u+5265, u+52c3, u+5339, u+53ec, u+54c0, u+55b0, u+5854, u+5b8f, u+5cb3, u+5e84, u+60da, u+6247, u+6249, u+628a, u+62cd, u+65ac, u+6838, u+690e, u+6cf0, u+6f02, u+6f2c, u+6f70, u+708a, u+7434, u+75be, u+77ef, u+7c60, u+7c98, u+7d1b, u+7e2b, u+80a5, u+81e3, u+820c, u+8210, u+8475, u+862d, u+8650, u+8997, u+906d, u+91c8, u+9700, u+9727, u+9df9, u+ff3a, u+ff9a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-143.ChGFb888.woff2) format("woff2");
    unicode-range: u+2103, u+5049, u+52b1, u+5320, u+5553, u+572d, u+58c7, u+5b5d, u+5bc2, u+5de3, u+5e61, u+5f80, u+61a9, u+67d0, u+67f4, u+6c88, u+6ca1, u+6ce5, u+6d78, u+6e9c, u+6f54, u+731b, u+73b2, u+74a7, u+74f6, u+75e9, u+7b20, u+7c8b, u+7f72, u+809d, u+8108, u+82b3, u+82bd, u+84b8, u+84c4, u+88c2, u+8ae6, u+8ef8, u+902e, u+9065, u+9326, u+935b, u+938c, u+9676, u+9694, u+96f7, u+9ed9, u+ff48, u+ff4c, u+ff81
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-144.BnNvuc4a.woff2) format("woff2");
    unicode-range: u+2500, u+3008-3009, u+4ead, u+4f0f, u+4fca, u+53eb, u+543e, u+57a2, u+5cf0, u+5e8f, u+5fe0, u+61b2, u+62d8, u+6442, u+64b2, u+6589, u+659c, u+67f1, u+68c4, u+6cb8, u+6d12, u+6de1, u+6fe1, u+70c8, u+723d, u+73e0, u+7656, u+773a, u+7948, u+7b87, u+7c92, u+7d3a, u+7e1b, u+7e4a, u+819a, u+8358, u+83c5, u+84bc, u+864e, u+8912, u+8c9e, u+8d05, u+92fc, u+9396, u+98fd, u+99d2, u+ff64, u+ff7a, u+ff83
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-145.D7EiavbV.woff2) format("woff2");
    unicode-range: u+3014-3015, u+4e3c, u+5036, u+5075, u+533f, u+53e9, u+5531, u+5642, u+5984, u+59e6, u+5a01, u+5b6b, u+5c0b, u+5f25, u+6069, u+60a0, u+614e, u+62b5, u+62d2-62d3, u+6597, u+660c, u+674f, u+67cf, u+6841, u+6905, u+6cf3, u+6d32, u+6d69, u+6f64, u+716e, u+7761, u+7b52, u+7be0, u+7dbf, u+7de9, u+7f36, u+81d3, u+8302, u+8389, u+846c, u+84ee, u+8a69, u+9038, u+9d8f, u+ff47, u+ff4b, u+ff76, u+ff9b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-146.2s6stNqU.woff2) format("woff2");
    unicode-range: u+25c7, u+3007, u+504f, u+507d, u+51a0, u+52a3, u+5410, u+5510, u+559a, u+5782, u+582a, u+5c0a, u+5c3f, u+5c48, u+5f6b, u+6176, u+622f, u+6279, u+62bd, u+62dd, u+65ed, u+67b6, u+6817, u+6850, u+6d6a, u+6deb, u+6ea2, u+6edd, u+6f5c, u+72e9, u+73a9, u+7573, u+76bf, u+7950, u+7956, u+7f8a, u+7ffc, u+80a2, u+80c3, u+83ca, u+8a02, u+8a13, u+8df5, u+9375, u+983b, u+99b4, u+ff4e, u+ff71, u+ff89, u+ff97
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-147.CSY0MMHW.woff2) format("woff2");
    unicode-range: u+24, u+2022, u+2212, u+221f, u+2665, u+4ecf, u+5100, u+51cd, u+52d8, u+5378, u+53f6, u+574a, u+5982, u+5996, u+5c1a, u+5e1d, u+5f84, u+609f, u+61a7, u+61f8, u+6398, u+63ee, u+6676, u+6691, u+6eb6, u+7126, u+71e5, u+7687, u+7965, u+7d17, u+80a1, u+8107, u+8266, u+85a6, u+8987, u+8ca2, u+8cab, u+8e0a, u+9042, u+95c7, u+9810, u+9867, u+98fc, u+ff52-ff54, u+ff61, u+ff77, u+ff98-ff99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-148.BfF87Xh1.woff2) format("woff2");
    unicode-range: u+b0, u+226a, u+2462, u+4e39, u+4fc3, u+4fd7, u+50be, u+50da, u+5200, u+5211, u+54f2, u+5618, u+596a, u+5b22, u+5bb4, u+5d50, u+60a3, u+63fa, u+658e, u+65e8, u+6669, u+6795, u+679d, u+67a0, u+6b3a, u+6e09, u+757f, u+7cd6, u+7dbe, u+7ffb, u+83cc, u+83f1, u+840c, u+845b, u+8846, u+8972, u+8a34, u+8a50, u+8a87, u+8edf, u+8ff0, u+90a6, u+9154, u+95a3, u+9663, u+9686, u+96c7, u+ff3c, u+ff7c, u+ff8a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-149.DUD9eEsh.woff2) format("woff2");
    unicode-range: u+25bd, u+4e59, u+4ec1, u+4ff3, u+515a, u+518a, u+525b, u+5375, u+552f, u+57a3, u+5b9c, u+5c3d, u+5e3d, u+5e7b, u+5f0a, u+6094, u+6458, u+654f, u+67f3, u+6b8a, u+6bd2, u+6c37, u+6ce1, u+6e56, u+6e7f, u+6ed1, u+6ede, u+6f0f, u+70ad, u+7267, u+7363, u+786c, u+7a42, u+7db2, u+7f85, u+8178, u+829d, u+8896, u+8c5a, u+8cb0, u+8ce2, u+8ed2, u+9047, u+9177, u+970a, u+9ea6, u+ff1b, u+ff31, u+ff39, u+ff80
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-150.DlDFq7pd.woff2) format("woff2");
    unicode-range: u+a5, u+4e80, u+4f34, u+4f73, u+4f75, u+511f, u+5192, u+52aa, u+53c8, u+570f, u+57cb, u+596e, u+5d8b, u+5f66, u+5fd9, u+62db, u+62f6, u+6328, u+633f, u+63a7, u+6469, u+6bbf, u+6c41, u+6c57, u+6d44, u+6dbc, u+706f, u+72c2, u+72ed, u+7551, u+75f4, u+7949, u+7e26, u+7fd4, u+8150, u+8af8, u+8b0e, u+8b72, u+8ca7, u+934b, u+9a0e, u+9a12, u+9b42, u+ff41, u+ff43, u+ff45, u+ff49, u+ff4f, u+ff62-ff63
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-151.CILbGoys.woff2) format("woff2");
    unicode-range: u+4e18, u+4fb5, u+5104, u+52c7, u+5353, u+5374, u+53e5, u+587e, u+594f, u+5a20, u+5de1, u+5f18, u+5fcd, u+6291, u+62ab, u+6355, u+6392, u+63da, u+63e1, u+656c, u+6687, u+68b0-68b1, u+68d2, u+68da, u+6b27, u+6cbc, u+7159, u+7344, u+73cd, u+76df, u+790e, u+7cf8, u+8102, u+88c1, u+8aa0, u+8e0f, u+9178, u+92ad, u+9670, u+96c5, u+9cf4, u+9db4, u+ff3e, u+ff6f, u+ff72, u+ff78, u+ff7d, u+ff84, u+ff8c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-152.CtOEBfJi.woff2) format("woff2");
    unicode-range: u+60, u+2200, u+226b, u+2461, u+517c, u+526f, u+5800, u+5b97, u+5bf8, u+5c01, u+5d29, u+5e4c, u+5e81, u+6065, u+61d0, u+667a, u+6696, u+6843, u+6c99, u+6d99, u+6ec5, u+6f22, u+6f6e, u+6fa4, u+6fef, u+71c3, u+72d9, u+7384, u+78e8, u+7a1a, u+7a32, u+7a3c, u+7adc, u+7ca7, u+7d2b, u+7dad, u+7e4b, u+80a9, u+8170, u+81ed, u+820e, u+8a17, u+8afe, u+90aa, u+914e, u+963f, u+99c4, u+9eba, u+9f3b, u+ff38
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-153.C8BgsQgi.woff2) format("woff2");
    unicode-range: u+2460, u+4e5f, u+4e7e, u+4ed9, u+501f, u+502b, u+5968, u+5974, u+5ac1, u+5b99, u+5ba3, u+5be7, u+5be9, u+5c64, u+5cb8, u+5ec3, u+5f1f, u+616e, u+6297, u+62e0, u+62ec, u+6368, u+642d, u+65e6, u+6717, u+676f, u+6b04, u+732e, u+7652, u+76ca, u+76d7, u+7802, u+7e70, u+7f6a, u+8133, u+81e8, u+866b, u+878d, u+88f8, u+8a5e, u+8cdb, u+8d08, u+907a, u+90e1, u+96f2, u+9f8d, u+ff35, u+ff37, u+ff40, u+ff9d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-154.B3Mrw3lJ.woff2) format("woff2");
    unicode-range: u+21d2, u+25ce, u+300a-300b, u+4e89, u+4e9c, u+4ea1, u+5263, u+53cc, u+5426, u+5869, u+5947, u+598a, u+5999, u+5e55, u+5e72, u+5e79, u+5fae, u+5fb9, u+602a, u+6163, u+624d, u+6749, u+6c5a, u+6cbf, u+6d45, u+6dfb, u+6e7e, u+708e, u+725b, u+7763, u+79c0, u+7bc4, u+7c89, u+7e01, u+7e2e, u+8010, u+8033, u+8c6a, u+8cc3, u+8f1d, u+8f9b, u+8fb2, u+907f, u+90f7, u+9707, u+9818, u+9b3c, u+ff0a, u+ff4d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-155.vNnrleUz.woff2) format("woff2");
    unicode-range: u+2015, u+2190, u+4e43, u+5019, u+5247, u+52e7, u+5438, u+54b2, u+55ab, u+57f7, u+5bd2, u+5e8a, u+5ef6, u+6016, u+60b2, u+6162, u+6319, u+6551, u+6607, u+66b4, u+675f, u+67d4, u+6b20, u+6b53, u+6ce3, u+719f, u+75b2, u+770b, u+7720, u+77ac, u+79d2, u+7af9, u+7d05, u+7dca, u+8056, u+80f8, u+81f3, u+8352, u+885d, u+8a70, u+8aa4, u+8cbc, u+900f, u+9084, u+91e3, u+9451, u+96c4, u+99c6, u+9ad4, u+ff70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-156.CGT9kf05.woff2) format("woff2");
    unicode-range: u+2193, u+25b2, u+4e4b, u+516d, u+51c4, u+529f, u+52c9, u+5360, u+5442, u+5857, u+5915, u+59eb, u+5a9b, u+5c3b, u+6012, u+61b6, u+62b1, u+6311, u+6577, u+65e2, u+65ec, u+6613, u+6790, u+6cb9, u+7372, u+76ae, u+7d5e, u+7fcc, u+88ab, u+88d5, u+8caf, u+8ddd, u+8ecd, u+8f38, u+8f9e, u+8feb, u+9063, u+90f5, u+93e1, u+968a, u+968f, u+98fe, u+9ec4, u+ff1d, u+ff27, u+ff2a, u+ff36, u+ff3b, u+ff3d, u+ffe5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-157.DqFdAp6U.woff2) format("woff2");
    unicode-range: u+4e03, u+4f38, u+50b7, u+5264, u+5348, u+5371, u+585a, u+58ca, u+5951, u+59b9, u+59d4, u+5b98, u+5f8b, u+6388, u+64cd, u+65e7, u+6803, u+6b6f, u+6d66, u+6e0b, u+6ecb, u+6fc3, u+72ac, u+773c, u+77e2, u+7968, u+7a74, u+7dba, u+7dd1, u+7e3e, u+808c, u+811a, u+8179, u+8239, u+8584, u+8a0e, u+8a72, u+8b66, u+8c46, u+8f29, u+90a3, u+9234, u+96f0, u+9769, u+9774, u+9aa8, u+ff26, u+ff28, u+ff9e-ff9f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-158.CzudQlqD.woff2) format("woff2");
    unicode-range: u+7e, u+b4, u+25c6, u+2661, u+4e92, u+4eee, u+4ffa, u+5144, u+5237, u+5287, u+52b4, u+58c1, u+5bff, u+5c04, u+5c06, u+5e95, u+5f31, u+5f93, u+63c3, u+640d, u+6557, u+6614, u+662f, u+67d3, u+690d, u+6bba, u+6e6f, u+72af, u+732b, u+7518, u+7ae0, u+7ae5, u+7af6, u+822a, u+89e6, u+8a3a, u+8a98, u+8cb8, u+8de1, u+8e8d, u+95d8, u+961c, u+96a3, u+96ea, u+9bae, u+ff20, u+ff22, u+ff29, u+ff2b-ff2c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-159.CynvhcDi.woff2) format("woff2");
    unicode-range: u+25cb, u+4e71, u+4f59, u+50d5, u+520a, u+5217, u+5230, u+523a-523b, u+541b, u+5439, u+5747, u+59c9, u+5bdf, u+5c31, u+5de8, u+5e7c, u+5f69, u+6050, u+60d1, u+63cf, u+663c, u+67c4, u+6885, u+6c38, u+6d6e, u+6db2, u+6df7, u+6e2c, u+6f5f, u+7532, u+76e3-76e4, u+7701, u+793c, u+79f0, u+7a93, u+7d00, u+7de0, u+7e54, u+8328, u+8840, u+969c, u+96e8, u+9811, u+9aea, u+9b5a, u+ff24, u+ff2e, u+ff57
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-160.DTeUj67x.woff2) format("woff2");
    unicode-range: u+2191, u+505c, u+52e4, u+5305, u+535a, u+56e0, u+59bb, u+5acc, u+5b09, u+5b87, u+5c90, u+5df1, u+5e2d, u+5e33, u+5f3e, u+6298, u+6383, u+653b, u+6697, u+6804, u+6a39, u+6cca, u+6e90, u+6f2b, u+702c, u+7206, u+7236, u+7559, u+7565, u+7591, u+75c7, u+75db, u+7b4b, u+7bb1, u+7d99, u+7fbd, u+8131, u+885b, u+8b1d, u+8ff7, u+9003, u+9045, u+96a0, u+9732, u+990a, u+99d0, u+9e97, u+9f62, u+ff25, u+ff2d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-161.KuQrLq3V.woff2) format("woff2");
    unicode-range: u+4e08, u+4f9d, u+5012, u+514d, u+51b7, u+5275, u+53ca, u+53f8, u+5584, u+57fc, u+5b9d, u+5bfa, u+5c3e, u+5f01, u+5fb4, u+5fd7, u+606f, u+62e1, u+6563, u+6674, u+6cb3, u+6d3e, u+6d74, u+6e1b, u+6e2f, u+718a, u+7247, u+79d8, u+7d14, u+7d66, u+7d71, u+7df4, u+7e41, u+80cc, u+8155, u+83d3, u+8a95, u+8ab2, u+8ad6, u+8ca1, u+9000, u+9006, u+9678, u+97d3, u+9808, u+98ef, u+9a5a, u+9b45, u+ff23, u+ff30
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-162.CYu92gOL.woff2) format("woff2");
    unicode-range: u+25bc, u+3012, u+4ef2, u+4f0a, u+516b, u+5373, u+539a, u+53b3, u+559c, u+56f0, u+5727, u+5742, u+5965, u+59ff, u+5bc6, u+5dfb, u+5e45, u+5ead, u+5fb3, u+6211, u+6253, u+639b, u+63a8, u+6545, u+6575, u+6628, u+672d, u+68a8, u+6bdb, u+6d25, u+707d, u+767e, u+7834, u+7b46, u+7bc9, u+8074, u+82e6, u+8349, u+8a2a, u+8d70, u+8da3, u+8fce, u+91cc, u+967d, u+97ff, u+9996, u+ff1c, u+ff2f, u+ff32, u+ff34
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-163._89LYXso.woff2) format("woff2");
    unicode-range: u+3d, u+5e, u+25cf, u+4e0e, u+4e5d, u+4e73, u+4e94, u+4f3c, u+5009, u+5145, u+51ac, u+5238, u+524a, u+53f3, u+547c, u+5802, u+5922, u+5a66, u+5c0e, u+5de6, u+5fd8, u+5feb, u+6797, u+685c, u+6b7b, u+6c5f-6c60, u+6cc9, u+6ce2, u+6d17, u+6e21, u+7167, u+7642, u+76db, u+8001, u+821e, u+8857, u+89d2, u+8b1b, u+8b70, u+8cb4, u+8cde, u+8f03, u+8f2a, u+968e, u+9b54, u+9e7f, u+9ebb, u+ff05, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-164.B-j9SoCr.woff2) format("woff2");
    unicode-range: u+500d, u+5074, u+50cd, u+5175, u+52e2, u+5352, u+5354, u+53f2, u+5409, u+56fa, u+5a18, u+5b88, u+5bdd, u+5ca9, u+5f92, u+5fa9, u+60a9, u+623f, u+6483, u+653f, u+666f, u+66ae, u+66f2, u+6a21, u+6b66, u+6bcd, u+6d5c, u+796d, u+7a4d, u+7aef, u+7b56, u+7b97, u+7c4d, u+7e04, u+7fa9, u+8377, u+83dc, u+83ef, u+8535, u+8863, u+88cf, u+88dc, u+8907, u+8acb, u+90ce, u+91dd, u+ff0b, u+ff0d, u+ff19, u+ff65
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-165.CE7ZGQqD.woff2) format("woff2");
    unicode-range: u+4e01, u+4e21, u+4e38, u+52a9, u+547d, u+592e, u+5931, u+5b63, u+5c40, u+5dde, u+5e78, u+5efa, u+5fa1, u+604b, u+6075, u+62c5, u+632f, u+6a19, u+6c0f, u+6c11, u+6c96, u+6e05, u+70ba, u+71b1, u+7387, u+7403, u+75c5, u+77ed, u+795d, u+7b54, u+7cbe, u+7d19, u+7fa4, u+8089, u+81f4, u+8208, u+8336, u+8457, u+8a33, u+8c4a, u+8ca0, u+8ca8, u+8cc0, u+9014, u+964d, u+9803, u+983c, u+98db, u+ff17, u+ff21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-166.CAnpE_0y.woff2) format("woff2");
    unicode-range: u+25, u+25a0, u+4e26, u+4f4e, u+5341, u+56f2, u+5bbf, u+5c45, u+5c55, u+5c5e, u+5dee, u+5e9c, u+5f7c, u+6255, u+627f, u+62bc, u+65cf, u+661f, u+666e, u+66dc, u+67fb, u+6975, u+6a4b, u+6b32, u+6df1, u+6e29, u+6fc0, u+738b, u+7686, u+7a76, u+7a81, u+7c73, u+7d75, u+7dd2, u+82e5, u+82f1, u+85ac, u+888b, u+899a, u+8a31, u+8a8c, u+8ab0, u+8b58, u+904a, u+9060, u+9280, u+95b2, u+984d, u+9ce5, u+ff18
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-167.MmHguGcf.woff2) format("woff2");
    unicode-range: u+30f6, u+50ac, u+5178, u+51e6, u+5224, u+52dd, u+5883, u+5897, u+590f, u+5a5a, u+5bb3, u+5c65, u+5e03, u+5e2b, u+5e30, u+5eb7, u+6271, u+63f4, u+64ae, u+6574, u+672b, u+679a, u+6a29-6a2a, u+6ca2, u+6cc1, u+6d0b, u+713c, u+74b0, u+7981, u+7a0b, u+7bc0, u+7d1a, u+7d61, u+7fd2, u+822c, u+8996, u+89aa, u+8cac, u+8cbb, u+8d77, u+8def, u+9020, u+9152, u+9244, u+9662, u+967a, u+96e3, u+9759, u+ff16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-168.BGkTUYzA.woff2) format("woff2");
    unicode-range: u+23, u+3c, u+2192, u+4e45, u+4efb, u+4f50, u+4f8b, u+4fc2, u+5024, u+5150, u+5272, u+5370, u+53bb, u+542b, u+56db, u+56e3, u+57ce, u+5bc4, u+5bcc, u+5f71, u+60aa, u+6238, u+6280, u+629c, u+6539, u+66ff, u+670d, u+677e-677f, u+6839, u+69cb, u+6b4c, u+6bb5, u+6e96, u+6f14, u+72ec, u+7389, u+7814, u+79cb, u+79d1, u+79fb, u+7a0e, u+7d0d, u+85e4, u+8d64, u+9632, u+96e2, u+9805, u+99ac, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-169.B8qTMiyD.woff2) format("woff2");
    unicode-range: u+2605-2606, u+301c, u+4e57, u+4fee, u+5065, u+52df, u+533b, u+5357, u+57df, u+58eb, u+58f0, u+591c, u+592a-592b, u+5948, u+5b85, u+5d0e, u+5ea7, u+5ff5, u+6025, u+63a1, u+63a5, u+63db, u+643a, u+65bd, u+671d, u+68ee, u+6982, u+6b73, u+6bd4, u+6d88, u+7570, u+7b11, u+7d76, u+8077, u+8217, u+8c37, u+8c61, u+8cc7, u+8d85, u+901f, u+962a, u+9802, u+9806, u+9854, u+98f2, u+9928, u+99c5, u+9ed2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-170.DE1FLlqe.woff2) format("woff2");
    unicode-range: u+266a, u+4f11, u+533a, u+5343, u+534a, u+53cd, u+5404, u+56f3, u+5b57-5b58, u+5bae, u+5c4a, u+5e0c, u+5e2f, u+5eab, u+5f35, u+5f79, u+614b, u+6226, u+629e, u+65c5, u+6625, u+6751, u+6821, u+6b69, u+6b8b, u+6bce, u+6c42, u+706b, u+7c21, u+7cfb, u+805e, u+80b2, u+82b8, u+843d, u+8853, u+88c5, u+8a3c, u+8a66, u+8d8a, u+8fba, u+9069, u+91cf, u+9752, u+975e, u+9999, u+ff0f-ff10, u+ff14-ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-171.f3rrHnYi.woff2) format("woff2");
    unicode-range: u+40, u+4e86, u+4e95, u+4f01, u+4f1d, u+4fbf, u+5099, u+5171, u+5177, u+53cb, u+53ce, u+53f0, u+5668, u+5712, u+5ba4, u+5ca1, u+5f85, u+60f3, u+653e, u+65ad, u+65e9, u+6620, u+6750, u+6761, u+6b62, u+6b74, u+6e08, u+6e80, u+7248, u+7531, u+7533, u+753a, u+77f3, u+798f, u+7f6e, u+8449, u+88fd, u+89b3, u+8a55, u+8ac7, u+8b77, u+8db3, u+8efd, u+8fd4, u+9031-9032, u+9580, u+9589, u+96d1, u+985e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-172.D2LndhUS.woff2) format("woff2");
    unicode-range: u+2b, u+d7, u+300e-300f, u+4e07, u+4e8c, u+512a, u+5149, u+518d, u+5236, u+52b9, u+52d9, u+5468, u+578b, u+57fa, u+5b8c, u+5ba2, u+5c02, u+5de5, u+5f37, u+5f62, u+623b, u+63d0, u+652f, u+672a, u+6848, u+6d41, u+7136, u+7537, u+754c, u+76f4, u+79c1, u+7ba1, u+7d44, u+7d4c, u+7dcf, u+7dda, u+7de8, u+82b1, u+897f, u+8ca9, u+8cfc, u+904e, u+9664, u+982d, u+9858, u+98a8, u+9a13, u+ff13, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-173.D_3liOqC.woff2) format("woff2");
    unicode-range: u+4e16, u+4e3b, u+4ea4, u+4ee4, u+4f4d, u+4f4f, u+4f55, u+4f9b, u+5317, u+5358, u+53c2, u+53e4, u+548c, u+571f, u+59cb, u+5cf6, u+5e38, u+63a2, u+63b2, u+6559, u+662d, u+679c, u+6c7a, u+72b6, u+7523, u+767d, u+770c, u+7a2e, u+7a3f, u+7a7a, u+7b2c, u+7b49, u+7d20, u+7d42, u+8003, u+8272, u+8a08, u+8aac, u+8cb7, u+8eab, u+8ee2, u+9054-9055, u+90fd, u+914d, u+91cd, u+969b, u+97f3, u+984c, u+ff06
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-174.DiHtVC8u.woff2) format("woff2");
    unicode-range: u+26, u+5f, u+2026, u+203b, u+4e09, u+4eac, u+4ed5, u+4fa1, u+5143, u+5199, u+5207, u+539f, u+53e3, u+53f7, u+5411, u+5473, u+5546, u+55b6, u+5929, u+597d, u+5bb9, u+5c11, u+5c4b, u+5ddd, u+5f97, u+5fc5, u+6295, u+6301, u+6307, u+671b, u+76f8, u+78ba, u+795e, u+7d30, u+7d39, u+7d9a, u+89e3, u+8a00, u+8a73, u+8a8d, u+8a9e, u+8aad, u+8abf, u+8cea, u+8eca, u+8ffd, u+904b, u+9650, u+ff11-ff12
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-175.BxQe1GUU.woff2) format("woff2");
    unicode-range: u+3e, u+3005, u+4e0d, u+4e88, u+4ecb, u+4ee3, u+4ef6, u+4fdd, u+4fe1, u+500b, u+50cf, u+5186, u+5316, u+53d7, u+540c, u+544a, u+54e1, u+5728, u+58f2, u+5973, u+5b89, u+5c71, u+5e02, u+5e97, u+5f15, u+5fc3, u+5fdc, u+601d, u+611b, u+611f, u+671f, u+6728, u+6765, u+683c, u+6b21, u+6ce8, u+6d3b, u+6d77, u+7530, u+7740, u+7acb, u+7d50, u+826f, u+8f09, u+8fbc, u+9001, u+9053, u+91ce, u+9762, u+98df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-176.BVfgnrnH.woff2) format("woff2");
    unicode-range: u+7c, u+3080, u+4ee5, u+5148, u+516c, u+521d, u+5225, u+529b, u+52a0, u+53ef, u+56de, u+56fd, u+5909, u+591a, u+5b66, u+5b9f, u+5bb6, u+5bfe, u+5e73, u+5e83, u+5ea6, u+5f53, u+6027, u+610f, u+6210, u+6240, u+660e, u+66f4, u+66f8, u+6709, u+6771, u+697d, u+69d8, u+6a5f, u+6c34, u+6cbb, u+73fe, u+756a, u+7684, u+771f, u+793a, u+7f8e, u+898f, u+8a2d, u+8a71, u+8fd1, u+9078, u+9577, u+96fb, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-177.yPyzjJqA.woff2) format("woff2");
    unicode-range: u+a9, u+3010-3011, u+30e2, u+4e0b, u+4eca, u+4ed6, u+4ed8, u+4f53, u+4f5c, u+4f7f, u+53d6, u+540d, u+54c1, u+5730, u+5916, u+5b50, u+5c0f, u+5f8c, u+624b, u+6570, u+6587, u+6599, u+691c, u+696d, u+6cd5, u+7269, u+7279, u+7406, u+767a-767b, u+77e5, u+7d04, u+7d22, u+8005, u+80fd, u+81ea, u+8868, u+8981, u+89a7, u+901a, u+9023, u+90e8, u+91d1, u+9332, u+958b, u+96c6, u+9ad8, u+ff1a, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-178.CuhrzsOu.woff2) format("woff2");
    unicode-range: u+4e, u+a0, u+3000, u+300c-300d, u+4e00, u+4e0a, u+4e2d, u+4e8b, u+4eba, u+4f1a, u+5165, u+5168, u+5185, u+51fa, u+5206, u+5229, u+524d, u+52d5, u+5408, u+554f, u+5831, u+5834, u+5927, u+5b9a, u+5e74, u+5f0f, u+60c5, u+65b0, u+65b9, u+6642, u+6700, u+672c, u+682a, u+6b63, u+6c17, u+7121, u+751f, u+7528, u+753b, u+76ee, u+793e, u+884c, u+898b, u+8a18, u+9593, u+95a2, u+ff01, u+ff08-ff09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-179.CWRUxe43.woff2) format("woff2");
    unicode-range: u+21-22, u+27-2a, u+2c-3b, u+3f, u+41-4d, u+4f-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+b7, u+bb, u+c9, u+cd, u+d6, u+d8, u+dc, u+e0-e5, u+e7-ed, u+ef, u+f1-f4, u+f6, u+f8, u+fa, u+fc-fd, u+103, u+14d, u+1b0, u+300-301, u+1ebf, u+1ec7, u+2013-2014, u+201c-201d, u+2039-203a, u+203c, u+2048-2049, u+2113, u+2122, u+65e5, u+6708, u+70b9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-180.CtZ3i-EF.woff2) format("woff2");
    unicode-range: u+20, u+2027, u+3001-3002, u+3041-307f, u+3081-308f, u+3091-3093, u+3099-309a, u+309d-309e, u+30a1-30e1, u+30e3-30ed, u+30ef-30f0, u+30f2-30f4, u+30fb-30fe, u+ff0c, u+ff0e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-181.BRl66X3J.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-182.DtCMfjuO.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-183.CGMUG_lm.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_JP-300-184.CwRgQChf.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-681.xZ7LEb1t.woff2) format("woff2");
    unicode-range: u+1f921-1f930, u+1f932-1f935, u+1f937-1f939, u+1f940-1f944, u+1f947-1f94a, u+1f95?, u+1f962-1f967, u+1f969-1f96a, u+1f980-1f981, u+1f984-1f98d, u+1f990-1f992, u+1f994-1f996, u+1f9c0, u+1f9d0, u+1f9d2, u+1f9d4, u+1f9d6, u+1f9d8, u+1f9da, u+1f9dc-1f9dd, u+1f9df-1f9e2, u+1f9e5-1f9e6, u+20024, u+20487, u+20779, u+20c41, u+20c78, u+20d71, u+20e98, u+20ef9, u+2107b, u+210c1, u+22c51, u+233b4, u+24a12, u+2512b, u+2546e, u+25683, u+267cc, u+269f2, u+27657, u+282e2, u+2898d, u+29d5a, u+f0001-f0005, u+f0019, u+f009b, u+f0101-f0104, u+f012b, u+f01ba, u+f01d6, u+f0209, u+f0217, u+f0223-f0224, u+fc355, u+fe327, u+fe517, u+feb97, u+fffb4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-682.C_9G3Xa6.woff2) format("woff2");
    unicode-range: u+ff78-ff7e, u+ff80-ff86, u+ff89-ff94, u+ff97-ff9e, u+ffb9, u+ffe0-ffe3, u+ffe9, u+ffeb, u+ffed, u+fffc, u+1d7c7, u+1f004, u+1f0cf, u+1f141-1f142, u+1f150, u+1f154, u+1f158, u+1f15b, u+1f15d-1f15e, u+1f162-1f163, u+1f170-1f171, u+1f174, u+1f177-1f178, u+1f17d-1f17f, u+1f192-1f195, u+1f197-1f19a, u+1f1e6-1f1f5, u+1f1f7-1f1ff, u+1f21a, u+1f22f, u+1f232-1f237, u+1f239-1f23a, u+1f250-1f251, u+1f300, u+1f302-1f319
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-683.vvQZLxVE.woff2) format("woff2");
    unicode-range: u+fa0a, u+fa0c, u+fa11, u+fa17, u+fa19, u+fa1b, u+fa1d, u+fa26, u+fa2c, u+fb01, u+fdfc, u+fe0e, u+fe33-fe36, u+fe38-fe44, u+fe49-fe51, u+fe54, u+fe56-fe57, u+fe59-fe5c, u+fe5f-fe6a, u+fe8e, u+fe92-fe93, u+feae, u+fecb-fecc, u+fee0, u+feec, u+fef3, u+ff04, u+ff07, u+ff26-ff2c, u+ff31-ff32, u+ff35-ff37, u+ff39-ff3a, u+ff3c, u+ff3e-ff5b, u+ff5d, u+ff61-ff65, u+ff67-ff68, u+ff6a, u+ff6c-ff77
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-684.DhRbuB5j.woff2) format("woff2");
    unicode-range: u+f78a-f78c, u+f78e, u+f792-f796, u+f798, u+f79c, u+f7f5, u+f812, u+f815, u+f876, u+f8f5, u+f8f8, u+f8ff, u+f901-f902, u+f904, u+f906, u+f909-f90a, u+f90f, u+f914, u+f918-f919, u+f91b, u+f91d, u+f91f, u+f923, u+f925, u+f92d-f92f, u+f934, u+f937-f938, u+f93d, u+f93f, u+f941, u+f949, u+f94c, u+f94e-f94f, u+f95a, u+f95d-f95e, u+f961-f963, u+f965-f970, u+f974, u+f976-f97a, u+f97c, u+f97e-f97f, u+f981, u+f983, u+f988, u+f98a, u+f98c, u+f98e, u+f996-f997, u+f999-f99a, u+f99c, u+f99f-f9a0, u+f9a3, u+f9a8, u+f9ad, u+f9b2-f9b6, u+f9b9-f9ba, u+f9bd-f9be, u+f9c1, u+f9c4, u+f9c7, u+f9ca, u+f9cd, u+f9d0-f9d1, u+f9d3-f9d4, u+f9d7-f9d8, u+f9dc-f9dd, u+f9df-f9e1, u+f9e4, u+f9e8-f9ea, u+f9f4, u+f9f6-f9f7, u+f9f9-f9fa, u+f9fc-fa01, u+fa03-fa04, u+fa06, u+fa08-fa09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-685.lROMJsEH.woff2) format("woff2");
    unicode-range: u+9ee5, u+9ee7, u+9eee, u+9ef3-9ef4, u+9ef6-9ef7, u+9ef9, u+9efb-9efd, u+9eff, u+9f07-9f09, u+9f10, u+9f14-9f15, u+9f19, u+9f22, u+9f29, u+9f2c, u+9f2f, u+9f31, u+9f34, u+9f37, u+9f39, u+9f3d-9f3e, u+9f41, u+9f4c-9f50, u+9f54, u+9f57, u+9f59, u+9f5c, u+9f5f-9f60, u+9f62-9f63, u+9f66-9f67, u+9f6a, u+9f6c, u+9f72, u+9f76-9f77, u+9f7f, u+9f84-9f85, u+9f88, u+9f8e, u+9f91, u+9f94-9f96, u+9f98, u+9f9a-9f9b, u+9f9f-9fa0, u+9fa2, u+9fa4, u+9ff?, u+a1f4, u+a4b0-a4b1, u+a4b3, u+a9c1-a9c2, u+aa31, u+ab34, u+ac00-ac01, u+ac04, u+ac08, u+ac10-ac11, u+ac13-ac16, u+ac19, u+ac1c-ac1d, u+ac24, u+ac70-ac71, u+ac74, u+ac77-ac78, u+ac80-ac81, u+ac83, u+ac8c, u+ac90, u+aca0, u+aca8-aca9, u+acac, u+acb0, u+acb8-acb9, u+acbc-acbd, u+acc1, u+acc4, u+ace0-ace1, u+ace4, u+ace8, u+acf0-acf1, u+acf3, u+acf5, u+acfc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-686.BKS8XwDE.woff2) format("woff2");
    unicode-range: u+9d77, u+9d7a, u+9d7e, u+9d87, u+9d89, u+9d8f, u+9d91-9d93, u+9d96, u+9d98, u+9d9a, u+9da1-9da2, u+9da5, u+9da9, u+9dab-9dac, u+9db1-9db2, u+9db5, u+9db9-9dbc, u+9dbf-9dc2, u+9dc4, u+9dc7-9dc9, u+9dd3, u+9dd6, u+9dd9-9dda, u+9dde-9ddf, u+9de2, u+9de5-9de6, u+9de8, u+9def-9df0, u+9df2-9df4, u+9df8, u+9dfa, u+9dfd, u+9dff, u+9e02, u+9e07, u+9e0a, u+9e11, u+9e15, u+9e18, u+9e1a-9e1b, u+9e1d-9e1e, u+9e20-9e23, u+9e25-9e26, u+9e2d, u+9e2f, u+9e33, u+9e35, u+9e3d-9e3f, u+9e42-9e43, u+9e45, u+9e48-9e4a, u+9e4c, u+9e4f, u+9e51, u+9e55, u+9e64, u+9e66, u+9e6b, u+9e6d-9e6e, u+9e70, u+9e73, u+9e75, u+9e78, u+9e80-9e83, u+9e87-9e88, u+9e8b-9e8c, u+9e90-9e91, u+9e93, u+9e96, u+9e9d, u+9ea1, u+9ea4, u+9ea6, u+9ea9-9eab, u+9ead, u+9eaf, u+9eb4, u+9eb7-9eba, u+9ebe-9ebf, u+9ecc-9ecd, u+9ed0, u+9ed2, u+9ed4, u+9ed9-9eda, u+9edc-9edd, u+9edf-9ee0, u+9ee2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-687.CAiwKval.woff2) format("woff2");
    unicode-range: u+9bf0-9bf1, u+9bf5, u+9bf7, u+9bf9, u+9bfd, u+9bff, u+9c02, u+9c06, u+9c08-9c0a, u+9c0d, u+9c10, u+9c12-9c13, u+9c15, u+9c1c, u+9c1f, u+9c21, u+9c23-9c25, u+9c28-9c29, u+9c2d-9c2e, u+9c31-9c33, u+9c35-9c37, u+9c39-9c3b, u+9c3d-9c3e, u+9c40, u+9c42, u+9c45-9c49, u+9c52, u+9c54, u+9c56, u+9c58-9c5a, u+9c5d, u+9c5f-9c60, u+9c63, u+9c67-9c68, u+9c72, u+9c75, u+9c78, u+9c7a-9c7c, u+9c7f-9c81, u+9c87-9c88, u+9c8d, u+9c91, u+9c94, u+9c97, u+9c9b, u+9ca4, u+9ca8, u+9cab, u+9cad, u+9cb1-9cb3, u+9cb6-9cb8, u+9cc4-9cc5, u+9ccc-9ccd, u+9cd5-9cd7, u+9cdd-9cdf, u+9ce7, u+9ce9, u+9cee-9cf0, u+9cf2, u+9cfc-9cfe, u+9d03, u+9d06-9d08, u+9d0e, u+9d10, u+9d12, u+9d15, u+9d17, u+9d1d-9d1f, u+9d23, u+9d2b, u+9d2f-9d30, u+9d34, u+9d37, u+9d3d, u+9d42, u+9d50, u+9d52-9d53, u+9d59, u+9d5c, u+9d5e-9d61, u+9d6a, u+9d6f-9d70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-688.BzyXZhIG.woff2) format("woff2");
    unicode-range: u+9a87, u+9a8a-9a8b, u+9a8f-9a91, u+9a97, u+9a9a, u+9a9e, u+9aa0-9aa1, u+9aa4-9aa5, u+9aaf-9ab1, u+9ab6-9ab7, u+9ab9-9aba, u+9abe, u+9ac0-9ac5, u+9ac8, u+9acb-9acc, u+9ace-9acf, u+9ad1, u+9ad5-9ad7, u+9ad9, u+9adf, u+9ae1, u+9ae3, u+9aea-9aeb, u+9aed, u+9aef, u+9af2, u+9af4, u+9af9, u+9afb, u+9afd, u+9b03-9b04, u+9b08, u+9b13, u+9b18, u+9b1f, u+9b22-9b23, u+9b28-9b2a, u+9b2c-9b30, u+9b32, u+9b3b, u+9b43, u+9b46-9b49, u+9b4b-9b4e, u+9b51, u+9b55, u+9b58, u+9b5b, u+9b5e-9b60, u+9b63, u+9b68-9b69, u+9b74, u+9b7d, u+9b80-9b81, u+9b83-9b84, u+9b87-9b88, u+9b8a-9b8b, u+9b8d-9b8e, u+9b90, u+9b92-9b95, u+9b97, u+9b9f-9ba0, u+9ba2-9ba3, u+9ba8, u+9bab, u+9bb0, u+9bb8, u+9bc0-9bc1, u+9bc3, u+9bc6-9bc8, u+9bd3-9bd7, u+9bd9, u+9bdb, u+9bdd, u+9be1-9be2, u+9be4-9be5, u+9be7, u+9bea, u+9bed-9bee
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-689.MEYJRrxm.woff2) format("woff2");
    unicode-range: u+993c-9940, u+9943-9944, u+9948-994a, u+994c-994e, u+9951, u+9954, u+995c, u+995e-995f, u+9961-9962, u+9965, u+9968, u+996a, u+996d-9972, u+9975-9976, u+997a, u+997c, u+997f-9980, u+9984-9985, u+9988, u+998b, u+998d, u+998f, u+9992, u+9994-9995, u+9997-9998, u+999c, u+999e, u+99a0-99a1, u+99ab, u+99af, u+99b1, u+99b4, u+99b9, u+99c4-99c6, u+99cf, u+99d1-99d2, u+99d4, u+99d6, u+99d8-99d9, u+99df, u+99e1-99e2, u+99e9, u+99ee, u+99f0, u+99f8, u+99fb, u+9a01-9a05, u+9a0c, u+9a0f-9a13, u+9a16, u+9a1b-9a1c, u+9a20, u+9a24, u+9a28, u+9a2b, u+9a2d-9a2e, u+9a34-9a36, u+9a38, u+9a3e, u+9a40-9a44, u+9a4a, u+9a4c-9a4e, u+9a52, u+9a56, u+9a62-9a65, u+9a69-9a6b, u+9a6d, u+9a6f-9a71, u+9a73-9a74, u+9a76, u+9a78-9a79, u+9a7b-9a7c, u+9a7e-9a7f, u+9a81-9a82, u+9a84-9a86
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-690.CvTNEB1I.woff2) format("woff2");
    unicode-range: u+97f5, u+97f9-97fa, u+97fe, u+9804, u+9807, u+980a, u+980e-980f, u+9814, u+9816, u+981a, u+981c, u+981e, u+9820-9821, u+9823, u+9826, u+9828, u+982a-982c, u+9832, u+9834-9835, u+9837, u+9839, u+983c-983d, u+9845, u+9848-9849, u+984e, u+9852-9857, u+9859-985a, u+9862-9863, u+9865, u+9870-9871, u+9873-9874, u+9877, u+987a-987f, u+9881-9882, u+9885, u+9887-988a, u+988c-988d, u+9890, u+9893, u+9896-9897, u+989a, u+989c-989e, u+98a0, u+98a4, u+98a6-98a7, u+98a9, u+98ae-98af, u+98b2-98b3, u+98b6-98b8, u+98ba-98bd, u+98bf, u+98c7-98c8, u+98ca, u+98d2-98d3, u+98d8-98da, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5, u+98e7-98e9, u+98eb-98ee, u+98f1, u+98f4, u+9901, u+9908-9909, u+990c, u+9911-9912, u+9914, u+9916-9917, u+991b-991c, u+991e, u+9920, u+9927, u+992b-992c, u+992e, u+9931-9933, u+9938, u+993a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-691.FOKifyV7.woff2) format("woff2");
    unicode-range: u+9672, u+9674, u+967a, u+9682-9685, u+9688-9689, u+968b, u+968d, u+9695, u+9697-9698, u+969e, u+96a0-96a4, u+96a9, u+96ac, u+96ae, u+96b0, u+96b2-96b4, u+96b6-96b7, u+96b9, u+96bc-96be, u+96c3, u+96c9-96cb, u+96ce-96cf, u+96d1-96d2, u+96d8, u+96dd, u+96e9, u+96eb, u+96f0-96f1, u+96f3-96f4, u+96f9, u+96fe-96ff, u+9701-9702, u+9705, u+9708, u+970a, u+970e-9711, u+9719, u+971d, u+971f-9720, u+9728, u+972a, u+972d, u+9730, u+9733, u+973a, u+973d, u+9744, u+9746-9747, u+9749, u+9750-9751, u+9753, u+9758-9759, u+975b, u+975d, u+9763, u+9765-9766, u+9768, u+976c-976d, u+9771, u+9773, u+9776, u+977a, u+977c, u+9780, u+9784-9786, u+9788, u+978e-978f, u+9798, u+979d-979e, u+97a3, u+97a5-97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b6-97b7, u+97b9, u+97bf, u+97c1, u+97c3, u+97c6, u+97c9, u+97cd, u+97d6, u+97d8-97d9, u+97dc-97de, u+97e1, u+97e6-97e7, u+97ec-97ee, u+97f0-97f1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-692.BINvHwki.woff2) format("woff2");
    unicode-range: u+9530, u+9535, u+953a-953b, u+9540-9542, u+9547, u+9549-954a, u+954d, u+9550-9551, u+9554-9556, u+955c, u+956c-956d, u+956f-9570, u+9573, u+9576, u+9578, u+9582, u+9586, u+9588, u+958e-958f, u+9599, u+959c, u+959e-959f, u+95a1-95a2, u+95a4, u+95a6-95a7, u+95aa-95ae, u+95b0, u+95b2, u+95b6, u+95b9-95bf, u+95c2-95c4, u+95c7-95c9, u+95cb-95cd, u+95d0, u+95d3-95d5, u+95d7-95d8, u+95da, u+95de, u+95e0-95e1, u+95e4-95e5, u+95ea-95eb, u+95ef-95f0, u+95f2-95f3, u+95f5, u+95f7-95fa, u+95fd, u+9600-9602, u+9607-9609, u+960e, u+9610-9611, u+9614, u+9616, u+9619-961a, u+961c-961d, u+961f, u+9621, u+9624, u+9628, u+962f, u+9633-9636, u+963c, u+9641-9643, u+9645, u+9647-9648, u+964e-964f, u+9651, u+9653-9655, u+9658, u+965b-965f, u+9661, u+9665, u+9668-9669, u+966c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-693.B5it3OQw.woff2) format("woff2");
    unicode-range: u+941a, u+941c, u+941e, u+9420-9425, u+9427-942b, u+942e, u+9432-9433, u+9436, u+9438, u+943a, u+943d, u+943f-9440, u+9445, u+944a, u+944c, u+9454-9455, u+945a-945b, u+945e, u+9460, u+9462-9463, u+9468, u+946a, u+946d, u+946f, u+9471, u+9474-9477, u+9479, u+947e-9481, u+9488-948a, u+948e, u+9492-9493, u+9497, u+9499, u+949b-94a3, u+94a5-94a9, u+94ac, u+94ae-94b1, u+94b3-94b5, u+94bb-94bc, u+94be-94c3, u+94c5-94c6, u+94c9, u+94ce-94d0, u+94db-94dd, u+94e0, u+94e2-94e3, u+94e8, u+94ec-94ee, u+94f0, u+94f2, u+94f5-94f6, u+94f8, u+94fa, u+94ff-9502, u+9504-9506, u+9508, u+950b-950c, u+950f-9510, u+9519-951b, u+951d, u+951f, u+9521-9526, u+952d-952f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-694.4Iq9jwZh.woff2) format("woff2");
    unicode-range: u+930b, u+930f, u+9312, u+9315, u+9319-931b, u+931d-931f, u+9321, u+9323-9325, u+9327-932a, u+932c-932e, u+9331-9333, u+9335, u+9338, u+933c, u+9340-9341, u+9345-9349, u+934f-9352, u+9354, u+9356-935a, u+935c-9360, u+9363-9367, u+9369-936a, u+936c, u+936e, u+9370-9371, u+9373, u+9376, u+9379-937a, u+937c, u+9385, u+9387, u+938c, u+938f, u+9394, u+9397-9398, u+939a-939b, u+939d-939e, u+93a1-93a3, u+93a6-93a7, u+93a9-93aa, u+93ac-93ad, u+93af-93b0, u+93b3-93bb, u+93bd-93be, u+93c0-93c4, u+93c7, u+93ca-93cd, u+93d0-93d1, u+93d6-93d8, u+93dc-93de, u+93e0, u+93e4, u+93e8, u+93ee, u+93f0, u+93f5, u+93f7-93f9, u+93fb, u+9403, u+9407, u+940f-9410, u+9413-9414, u+9417, u+9419
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-695.D0YcOBTg.woff2) format("woff2");
    unicode-range: u+9208-920a, u+920d-920e, u+9210-9211, u+9217, u+9219, u+921c, u+9221, u+9224-9225, u+9227, u+922a, u+922d-922e, u+9230-9231, u+9233, u+9235-9239, u+923b, u+923d-9241, u+9244, u+9246, u+9248-9249, u+924b-9251, u+9253, u+925a, u+925d-925e, u+9262, u+9265-9267, u+926b-926d, u+926f, u+9271-9272, u+9274, u+9276, u+9278, u+927a-927c, u+927e-927f, u+9282-9283, u+9286, u+9288, u+928a, u+928d-928e, u+9291, u+9295-9296, u+9299-929b, u+929d, u+92a0-92ae, u+92b2, u+92b5-92b6, u+92bb-92bc, u+92c2-92c3, u+92c6-92cd, u+92cf-92d1, u+92d5, u+92d7, u+92d9, u+92dd, u+92df, u+92e4-92e6, u+92e8-92e9, u+92ed-92ef, u+92f1-92f3, u+92f6, u+92f9, u+92fb, u+9300-9302, u+9306
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-696.9XcLAO8J.woff2) format("woff2");
    unicode-range: u+90e2-90e4, u+90ea-90eb, u+90ef, u+90f4, u+90f7-90f8, u+90fc, u+90fe-9100, u+9102, u+9104, u+9106, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9129, u+912b, u+912f, u+9131-9132, u+9134, u+9136, u+9139-913a, u+9143, u+9146, u+9148-914a, u+914e-9150, u+9154, u+9156-9157, u+9159-915a, u+915d-915e, u+9161-9164, u+916b, u+916e, u+9170-9172, u+9174, u+9176, u+9179-917a, u+917f, u+9181-9182, u+9184-9186, u+918c-918e, u+9190-9191, u+9196, u+919a-919b, u+919e, u+91a1-91a4, u+91a7, u+91aa, u+91ae-91b2, u+91b4-91b5, u+91b8, u+91bd-91be, u+91c1, u+91c3, u+91c5-91c6, u+91c8-91ca, u+91d2-91d5, u+91d7, u+91d9, u+91e1, u+91e4, u+91e6-91e9, u+91ec-91ed, u+91f0-91f1, u+91f5-91fa, u+91fd, u+91ff-9201, u+9203-9207
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-697.-seGNNbL.woff2) format("woff2");
    unicode-range: u+8f85-8f86, u+8f88-8f8a, u+8f8d, u+8f90, u+8f93, u+8f95-8f97, u+8f99, u+8f9e-8f9f, u+8fa2, u+8fa7, u+8fa9, u+8fab, u+8fae, u+8fb3, u+8fb5-8fb6, u+8fba-8fbd, u+8fbf, u+8fc1-8fc2, u+8fc6, u+8fc8, u+8fcc-8fcd, u+8fd2-8fd3, u+8fd5, u+8fdc-8fdd, u+8fdf, u+8fe2-8fe5, u+8fe8-8fe9, u+8fed-8fee, u+8ff3, u+8ff5, u+8ff8, u+8ffa-8ffc, u+8ffe, u+9002, u+9004, u+9008, u+900a-900b, u+9011-9013, u+9016, u+901e, u+9021, u+9024, u+902d, u+902f-9030, u+9034-9036, u+9039-903b, u+9041, u+9044-9045, u+904f-9052, u+9057-9058, u+905b, u+905d, u+9061-9062, u+9065, u+9068, u+906f, u+9074, u+9079, u+907d, u+9083, u+9085, u+9087-9089, u+908b, u+9090, u+9093, u+9095, u+9097, u+9099, u+909b, u+909d-909e, u+90a0-90a2, u+90ac, u+90af-90b0, u+90b2-90b4, u+90b6, u+90b9, u+90bb, u+90bd-90be, u+90c3-90c5, u+90c7, u+90d1, u+90d4-90d5, u+90d7, u+90db-90df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-698.DfFbVspF.woff2) format("woff2");
    unicode-range: u+8e30-8e31, u+8e35, u+8e39, u+8e3c-8e3d, u+8e40-8e42, u+8e47, u+8e49-8e4e, u+8e50, u+8e53-8e55, u+8e59-8e5b, u+8e60, u+8e62-8e63, u+8e67, u+8e69, u+8e6c-8e6d, u+8e6f, u+8e74, u+8e76, u+8e7a-8e7c, u+8e82, u+8e84-8e85, u+8e87, u+8e89-8e8b, u+8e8f-8e95, u+8e99-8e9a, u+8e9d-8e9e, u+8ea1, u+8ea3, u+8ea5-8ea6, u+8eaa, u+8eac-8ead, u+8eaf-8eb1, u+8eb9, u+8ebc, u+8ebe, u+8ec6, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8ed7, u+8eda-8edb, u+8ee2, u+8ee8, u+8eeb, u+8ef2, u+8ef9-8efe, u+8f05, u+8f07-8f08, u+8f0a-8f0c, u+8f12-8f13, u+8f17, u+8f19-8f1a, u+8f1c, u+8f1e-8f1f, u+8f25-8f26, u+8f2d, u+8f30, u+8f33, u+8f36, u+8f3e, u+8f40-8f42, u+8f45-8f47, u+8f4d, u+8f54-8f55, u+8f5d, u+8f61-8f62, u+8f64, u+8f67-8f69, u+8f6d-8f72, u+8f74, u+8f76, u+8f7b-8f7c, u+8f7f, u+8f83-8f84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-699.BDOBTfsu.woff2) format("woff2");
    unicode-range: u+8ce1, u+8ce8, u+8ceb, u+8cf0, u+8cf8, u+8cfb, u+8cfe, u+8d04, u+8d07, u+8d0b, u+8d0d, u+8d10, u+8d12-8d14, u+8d17, u+8d1b-8d1f, u+8d21-8d26, u+8d29-8d2c, u+8d2e-8d32, u+8d34-8d35, u+8d37-8d38, u+8d3a-8d3c, u+8d3e-8d3f, u+8d41-8d43, u+8d48, u+8d4b-8d4c, u+8d4e-8d50, u+8d54, u+8d56, u+8d58, u+8d5a-8d5b, u+8d5f-8d60, u+8d62-8d63, u+8d66-8d69, u+8d6c-8d6e, u+8d73, u+8d75-8d76, u+8d7b, u+8d7d, u+8d84, u+8d8b, u+8d90-8d91, u+8d94, u+8d96, u+8d9c, u+8dab, u+8daf, u+8db2, u+8db5, u+8db7, u+8dba, u+8dbc, u+8dbf, u+8dc2-8dc3, u+8dc6, u+8dcb, u+8dce-8dd0, u+8dd6-8dd7, u+8dda-8ddb, u+8de3-8de4, u+8de9, u+8deb-8dec, u+8df1, u+8df5-8df7, u+8dfa-8dfd, u+8e05, u+8e08-8e0a, u+8e0e, u+8e14, u+8e16, u+8e18, u+8e1d-8e21, u+8e23, u+8e26-8e28, u+8e2a-8e2b, u+8e2d-8e2e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-700.CgFyYmr0.woff2) format("woff2");
    unicode-range: u+8b9c, u+8b9e-8b9f, u+8ba3, u+8ba5, u+8ba7, u+8baa, u+8bad, u+8bb2-8bb4, u+8bb6-8bb9, u+8bbc-8bbd, u+8bbf-8bc0, u+8bc3, u+8bc5, u+8bc8-8bcb, u+8bcf, u+8bd1, u+8bd7-8bdc, u+8bde-8be1, u+8be3, u+8be5, u+8be7, u+8be9, u+8beb-8bec, u+8bef, u+8bf1-8bf2, u+8bf5-8bf6, u+8bf8, u+8bfa, u+8bfd-8bfe, u+8c01-8c02, u+8c05, u+8c08, u+8c0a-8c11, u+8c13-8c15, u+8c18-8c1c, u+8c1f, u+8c23-8c29, u+8c2c-8c2d, u+8c31, u+8c34, u+8c36, u+8c39, u+8c3f, u+8c47, u+8c49-8c4c, u+8c4f, u+8c51, u+8c55, u+8c62, u+8c68, u+8c73, u+8c78, u+8c7a-8c7c, u+8c82, u+8c85, u+8c89-8c8a, u+8c8d-8c8e, u+8c90, u+8c94, u+8c98-8c99, u+8ca3-8ca4, u+8cad-8cb0, u+8cb2, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc5, u+8ccf-8cd2, u+8cd4-8cd5, u+8cd9-8cdb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-701.BPhVPRu9.woff2) format("woff2");
    unicode-range: u+8a1b, u+8a22, u+8a25, u+8a27, u+8a2b, u+8a33, u+8a36, u+8a38, u+8a3d-8a3e, u+8a41, u+8a45-8a46, u+8a48, u+8a4e, u+8a51-8a52, u+8a54, u+8a56-8a58, u+8a5b, u+8a5d, u+8a61, u+8a63, u+8a67, u+8a6a-8a6c, u+8a70, u+8a74-8a76, u+8a7a-8a7c, u+8a82, u+8a84-8a86, u+8a89, u+8a8f-8a92, u+8a94, u+8a9a, u+8aa1, u+8aa3, u+8aa5, u+8aa7-8aa8, u+8aad, u+8ab1, u+8ab6, u+8abe, u+8ac2, u+8ac4, u+8ac6, u+8ac9, u+8acc-8acf, u+8ad1, u+8adb, u+8add-8ae2, u+8ae4, u+8ae6, u+8aea-8aeb, u+8aed, u+8af1-8af6, u+8afa, u+8afc, u+8b01, u+8b04-8b05, u+8b07, u+8b0b-8b0d, u+8b0f-8b10, u+8b13-8b14, u+8b16, u+8b1a, u+8b1c, u+8b21-8b22, u+8b26, u+8b28, u+8b2b, u+8b2e, u+8b33, u+8b41, u+8b46, u+8b4c-8b4f, u+8b53-8b54, u+8b56, u+8b59, u+8b5e-8b60, u+8b64, u+8b6a-8b6d, u+8b72, u+8b7e, u+8b83, u+8b89, u+8b8c, u+8b8e, u+8b90, u+8b92, u+8b95-8b96, u+8b99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-702.Dn-p4UoP.woff2) format("woff2");
    unicode-range: u+88b7-88b8, u+88bc-88be, u+88c0, u+88c4, u+88c6-88c7, u+88c9-88cc, u+88ce, u+88d2, u+88d6, u+88d8, u+88db, u+88df, u+88e4, u+88e8-88e9, u+88ec, u+88ef-88f1, u+88f3-88f5, u+88fc, u+88fe, u+8900, u+8902, u+8906, u+890a-890c, u+8912-8915, u+8918-891a, u+891f, u+8921, u+8923, u+8925, u+892a-892b, u+892d, u+8930, u+8933, u+8935-8936, u+8938, u+893d, u+8941-8943, u+8946-8947, u+8949, u+894c-894d, u+8956-8957, u+8959, u+895c, u+895e-8960, u+8964, u+8966, u+896c, u+8971, u+8974, u+897b, u+897e, u+8980, u+8982-8983, u+8987-8988, u+898a, u+898c, u+8991, u+8994-8995, u+8997-8998, u+899a, u+899c, u+89a1, u+89a4-89a7, u+89a9, u+89ac, u+89af, u+89b2-89b3, u+89b7, u+89bb, u+89bf, u+89c5, u+89c9-89ca, u+89d1, u+89d4-89d5, u+89da, u+89dc-89de, u+89e5-89e7, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89ff, u+8a01, u+8a03, u+8a07, u+8a09, u+8a0c, u+8a0f-8a12, u+8a16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-703.CdHTsWMl.woff2) format("woff2");
    unicode-range: u+8763-8765, u+8768, u+876a, u+876c-8770, u+8772, u+8777, u+877a-877b, u+877d, u+8781, u+8784-8785, u+8788, u+878b, u+8793, u+8797-8798, u+879f, u+87a3, u+87a8, u+87ab-87ad, u+87af, u+87b3, u+87b5, u+87b9, u+87bb, u+87bd-87c0, u+87c4-87c8, u+87ca-87cc, u+87ce, u+87d2, u+87db-87dc, u+87e0-87e1, u+87e3, u+87e5, u+87e7, u+87ea-87eb, u+87ee-87ef, u+87f3-87f4, u+87f6-87f7, u+87fe, u+8802-8806, u+880a-880b, u+880e, u+8810-8811, u+8813, u+8815-8816, u+881b, u+8821, u+8823, u+8827, u+8831-8832, u+8835, u+8839-883a, u+883c, u+8844-8846, u+884a, u+884e, u+8852, u+8854-8856, u+8859-885a, u+885e, u+8862, u+8864-8865, u+8869-886a, u+886c-886e, u+8871-8872, u+8875, u+8879, u+887d-887f, u+8882, u+8884-8885, u+8888, u+8890, u+8892-8893, u+8897-8898, u+889a-889c, u+889e, u+88a2, u+88a4, u+88a8, u+88aa, u+88ad-88ae, u+88b1, u+88b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-704.y7ieV0TH.woff2) format("woff2");
    unicode-range: u+8621-8622, u+8627, u+8629-862a, u+8634-8636, u+8638, u+863a, u+863c, u+8640, u+8642, u+8646, u+864c-864d, u+864f, u+8651-8654, u+8657, u+8659-865a, u+865c, u+8662, u+866b-866c, u+866f-8671, u+8673, u+8677, u+867a-867b, u+867d-867e, u+8680-8682, u+868b-868d, u+8693-8696, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a7-86aa, u+86af-86b1, u+86b3-86b4, u+86b6, u+86b9-86ba, u+86c0-86c2, u+86c4, u+86c6, u+86c9-86ca, u+86cc-86ce, u+86d0, u+86d3-86d4, u+86de-86df, u+86e9, u+86ed-86f0, u+86f3, u+86f8-86fc, u+86fe, u+8703, u+8706-870a, u+870d-870e, u+8711-8712, u+8715, u+8717, u+8719-871a, u+871e, u+8721-8723, u+8725, u+8728-8729, u+872e, u+8731, u+8734, u+8737, u+873a, u+873e-8740, u+8742, u+8747, u+8749, u+874b-874c, u+874e-874f, u+8753, u+8757-8758, u+875d, u+875f, u+8761-8762
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-705.BKUT1tDB.woff2) format("woff2");
    unicode-range: u+84c0, u+84c2, u+84c6-84c7, u+84ca, u+84cd-84d2, u+84d6, u+84dd, u+84df, u+84e2, u+84e6-84e8, u+84ea, u+84ef-84f0, u+84f3-84f4, u+84f7, u+84fa, u+84fc-84fd, u+84ff-8500, u+8506, u+850c, u+8511, u+8515, u+8517, u+851d-851f, u+8524, u+852b, u+852f, u+8532, u+8534-8535, u+8537-8538, u+853a, u+853c, u+853e, u+8541-8542, u+8545, u+8548, u+854b, u+854d-854e, u+8552-8553, u+8555-8558, u+855a, u+855e, u+8561-8565, u+8568, u+856a-856c, u+856f, u+8574, u+8577-857b, u+8580-8581, u+8585-8586, u+858a, u+858c, u+858f-8590, u+8594, u+8597-8599, u+859c, u+859f, u+85a1-85a2, u+85a4, u+85a8, u+85ab-85ac, u+85ae, u+85b3-85b4, u+85b7, u+85b9-85ba, u+85bd-85be, u+85c1-85c2, u+85cb, u+85ce, u+85d0, u+85d3, u+85d5, u+85dc, u+85e0, u+85e6, u+85e8, u+85ea, u+85ed, u+85f4, u+85f6-85f7, u+85f9-85fa, u+85ff, u+8602, u+8604-8605, u+8610, u+8616-8618, u+861a, u+861e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-706.BuRtNj3s.woff2) format("woff2");
    unicode-range: u+8380, u+8383, u+8385-8386, u+8392, u+8394-8395, u+8398-8399, u+839b-839c, u+83a0, u+83a2, u+83a4, u+83a7-83aa, u+83af-83b5, u+83b7, u+83b9-83ba, u+83bc-83c0, u+83c2, u+83c4-83c5, u+83c8-83c9, u+83cb, u+83ce-83cf, u+83d1, u+83d4-83d6, u+83d8, u+83dd, u+83df, u+83e1-83e2, u+83e5, u+83ea-83eb, u+83f0, u+83f3-83f4, u+83f9, u+83fb-83fe, u+8406-8407, u+840b, u+840f, u+8411, u+8413, u+8418, u+841b-841d, u+8420-8421, u+8423-8424, u+8426-8429, u+842b, u+842d-842e, u+8432-8433, u+8435, u+8437-8439, u+843b-843c, u+843e, u+8445-8447, u+844e, u+8451-8452, u+8456, u+8459-845a, u+845c, u+845f, u+8462, u+8466-8467, u+846d, u+846f-8471, u+8473-8474, u+8476-8478, u+847a, u+8484, u+848b, u+848d-848e, u+8493-8494, u+8497, u+849d, u+849f, u+84a1, u+84a8, u+84af, u+84b1, u+84b4, u+84b9-84bb, u+84bd-84bf
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-707.DB5PlooA.woff2) format("woff2");
    unicode-range: u+827d, u+827f, u+8283-8284, u+8288-828a, u+828d-8291, u+8293-8294, u+8298, u+829a-829c, u+829e-82a4, u+82a6-82ab, u+82ae, u+82b0, u+82b4, u+82b6, u+82ba-82bc, u+82be, u+82c1, u+82c4-82c5, u+82c7, u+82cb, u+82cd, u+82cf-82d0, u+82d2, u+82d5-82d6, u+82d9, u+82db-82dc, u+82de-82e1, u+82e3-82e4, u+82e7, u+82ea-82eb, u+82ef-82f0, u+82f3-82f4, u+82f6-82f7, u+82f9-82fc, u+82fe-8301, u+8306-8308, u+830b-830e, u+8316, u+8318, u+831a-831b, u+831d-831e, u+8327, u+832a, u+832c-832d, u+832f, u+8331, u+8333-8334, u+8337, u+833a-833c, u+833f-8340, u+8342, u+8344-8347, u+834b-834c, u+834f, u+8351, u+8356-8358, u+835a, u+835e-8361, u+8363-8364, u+8367-8368, u+836b, u+836f, u+8373, u+8375, u+8378, u+837a-837f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-708.B9txB5o2.woff2) format("woff2");
    unicode-range: u+811b, u+811e, u+8121-8127, u+8129, u+812c, u+812f-8134, u+8137-8138, u+813a, u+813d, u+8144, u+8146, u+8148, u+814a, u+814c-814d, u+8151, u+8153, u+8156, u+8158, u+815a, u+8160, u+8167, u+8169, u+816d, u+816f, u+8171, u+8174, u+817b-817c, u+817e, u+8182, u+8188, u+818a, u+8194-8195, u+8198, u+819b, u+819e, u+81a3, u+81a6-81a7, u+81ab, u+81af-81b0, u+81b5-81b6, u+81b8, u+81ba-81bb, u+81be-81bf, u+81c3, u+81c6, u+81ca, u+81cc, u+81cf, u+81d1-81d3, u+81d6-81d7, u+81d9-81da, u+81dd-81de, u+81e0-81e2, u+81e7, u+81ec, u+81ef, u+81fc, u+81fe, u+8200-8202, u+8204-8206, u+820b, u+820e, u+8210, u+8215, u+8217-8218, u+821b, u+821d, u+8221-8222, u+8224, u+8228-8229, u+822b, u+822f-8234, u+8236-8238, u+823a, u+823e, u+8240, u+8244-8245, u+8249, u+824b, u+824e-824f, u+8257, u+825a, u+825f, u+8264, u+8268, u+826b, u+826e, u+8270, u+8273, u+8276, u+8278-8279
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-709.BzbU2YNq.woff2) format("woff2");
    unicode-range: u+7fb8, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fcb-7fcc, u+7fce-7fcf, u+7fd1, u+7fd5, u+7fd8, u+7fdb, u+7fde-7fdf, u+7fe5-7fe6, u+7fe9, u+7feb-7fec, u+7fee, u+7ff2-7ff3, u+7ffa, u+7ffd-7ffe, u+8002, u+8004, u+8006, u+800b, u+800e, u+8011-8012, u+8014, u+8016, u+8018-8019, u+801c, u+8024, u+8026, u+8028, u+802c, u+8030, u+8035, u+8037-8039, u+803b, u+8042-8043, u+804b-804c, u+8052, u+8061, u+8068, u+806a, u+806e, u+8071, u+8073-8076, u+8079, u+807c, u+807e-807f, u+8083-8084, u+808f, u+8093, u+8095, u+8098, u+809c, u+809f-80a0, u+80a4, u+80a7, u+80ab, u+80ad-80ae, u+80b0-80b1, u+80b4-80b6, u+80b8, u+80bc-80c2, u+80c4, u+80c6-80c7, u+80cb, u+80cd, u+80cf, u+80d4, u+80d7, u+80d9, u+80db-80dd, u+80e0, u+80e3-80e5, u+80e7, u+80eb-80ed, u+80ef-80f1, u+80f3-80f4, u+80f6-80f7, u+80fc, u+80fe-80ff, u+8101, u+8107, u+8109, u+810f-8113, u+8115, u+8117-8118, u+811a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-710.BxCUuOgF.woff2) format("woff2");
    unicode-range: u+7eb3, u+7eb5-7eba, u+7ebd-7ebe, u+7ec0-7ec1, u+7ec3, u+7ec5, u+7ec7-7eca, u+7ecd-7ece, u+7ed1-7ed2, u+7ed4-7ed5, u+7ed7-7ed8, u+7eda-7edb, u+7edd-7ede, u+7ee2-7ee3, u+7ee5, u+7ee7, u+7ee9-7eeb, u+7eee-7ef0, u+7ef3, u+7ef5, u+7ef7-7ef8, u+7efd-7f01, u+7f03, u+7f05-7f09, u+7f0e, u+7f10, u+7f13-7f15, u+7f18-7f1a, u+7f1c-7f1d, u+7f20, u+7f24-7f25, u+7f28-7f2a, u+7f2d-7f2e, u+7f30, u+7f34, u+7f36-7f37, u+7f3d, u+7f42-7f45, u+7f47-7f4e, u+7f52, u+7f54, u+7f58, u+7f5a, u+7f5d, u+7f5f-7f63, u+7f65, u+7f68, u+7f6b, u+7f78, u+7f7d-7f7e, u+7f81-7f83, u+7f86-7f87, u+7f8b-7f8d, u+7f91, u+7f93-7f95, u+7f97, u+7f99-7f9a, u+7f9d, u+7f9f, u+7fa1-7fa3, u+7fa5, u+7fa7, u+7fad-7fb2, u+7fb4, u+7fb6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-711.QnXeXKeq.woff2) format("woff2");
    unicode-range: u+7d8c-7d8f, u+7d91, u+7d95-7d96, u+7d98-7d9a, u+7d9d-7d9e, u+7da2-7da3, u+7da6, u+7daa, u+7dac, u+7dae-7db0, u+7db3, u+7db5, u+7db7, u+7db9, u+7dbd, u+7dc1, u+7dc3-7dc7, u+7dcc-7dcf, u+7dd1, u+7dd6-7dd9, u+7ddb-7ddc, u+7de1-7de2, u+7de6, u+7df0-7df3, u+7df6, u+7dfe, u+7e01-7e02, u+7e04, u+7e08-7e0b, u+7e10-7e11, u+7e13, u+7e15, u+7e1d-7e20, u+7e22, u+7e25-7e27, u+7e29, u+7e2d, u+7e2f-7e30, u+7e32-7e37, u+7e39, u+7e3b, u+7e44-7e45, u+7e47-7e48, u+7e4a-7e4b, u+7e4d, u+7e50-7e52, u+7e56, u+7e58-7e5b, u+7e62, u+7e68, u+7e6d-7e70, u+7e76, u+7e78, u+7e7b, u+7e7e, u+7e81-7e82, u+7e86-7e88, u+7e8a, u+7e8d-7e8e, u+7e92-7e94, u+7e98-7e9b, u+7e9e, u+7ea0, u+7ea3-7ea4, u+7ea8, u+7eaa-7eaf, u+7eb1-7eb2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-712.Bt_BjVaT.woff2) format("woff2");
    unicode-range: u+7c23, u+7c25-7c26, u+7c2a-7c2b, u+7c37-7c39, u+7c40-7c41, u+7c48-7c49, u+7c50, u+7c53-7c54, u+7c56-7c57, u+7c59-7c5c, u+7c5f, u+7c63, u+7c65, u+7c69, u+7c6c-7c6e, u+7c74-7c75, u+7c79, u+7c7c, u+7c7e, u+7c84, u+7c8b, u+7c8d, u+7c91, u+7c94-7c95, u+7c9b, u+7c9f, u+7ca2, u+7ca4, u+7ca6, u+7ca8-7caa, u+7cae, u+7cb1-7cb3, u+7cba, u+7cbc, u+7cbf-7cc0, u+7cc5, u+7cc8-7cc9, u+7ccc-7cce, u+7cd7, u+7cdc-7cdd, u+7ce0, u+7ce2, u+7ce8, u+7cea, u+7ced, u+7cf2, u+7cf4, u+7cf6, u+7cf8-7cfa, u+7cfc, u+7d02, u+7d06-7d0a, u+7d0f, u+7d11-7d12, u+7d15, u+7d18, u+7d1c-7d1e, u+7d25, u+7d27, u+7d29, u+7d2c, u+7d31-7d32, u+7d35, u+7d38, u+7d3a, u+7d3c, u+7d3e-7d41, u+7d43, u+7d45, u+7d4c, u+7d4e-7d4f, u+7d53-7d54, u+7d56, u+7d5b-7d5d, u+7d5f, u+7d63, u+7d67, u+7d6a, u+7d6d, u+7d70, u+7d73, u+7d75, u+7d79-7d7b, u+7d7d, u+7d80, u+7d83-7d84, u+7d86-7d89, u+7d8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-713.BZ3UA0dk.woff2) format("woff2");
    unicode-range: u+7afd-7afe, u+7b01-7b06, u+7b09-7b0b, u+7b0e-7b10, u+7b14, u+7b18, u+7b1a, u+7b1e-7b1f, u+7b22-7b25, u+7b29-7b2b, u+7b2d-7b2e, u+7b31-7b35, u+7b38-7b3c, u+7b45, u+7b47-7b48, u+7b4a, u+7b4c, u+7b4e-7b50, u+7b58, u+7b5b, u+7b5d, u+7b60, u+7b62, u+7b65-7b67, u+7b69, u+7b6d-7b6f, u+7b72-7b76, u+7b79, u+7b7e, u+7b82, u+7b84-7b85, u+7b87, u+7b8b, u+7b8d-7b93, u+7b95-7b96, u+7b98, u+7b9c-7b9d, u+7ba0, u+7ba7, u+7ba9-7bac, u+7bb0, u+7bb4, u+7bb6, u+7bb8-7bb9, u+7bc1, u+7bc3, u+7bc6, u+7bcb-7bcc, u+7bcf, u+7bd4, u+7bd9-7bdb, u+7bdd, u+7be0-7be1, u+7be5-7be6, u+7bea, u+7bed-7bee, u+7bf1-7bf3, u+7bf8-7bf9, u+7bfc-7c01, u+7c03, u+7c07, u+7c0a-7c0d, u+7c0f, u+7c11-7c12, u+7c15, u+7c1e-7c20
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-714.DsALZIBY.woff2) format("woff2");
    unicode-range: u+798a-798b, u+7991, u+7993-7996, u+7998, u+799a-799b, u+799f-79a2, u+79a4, u+79a8-79a9, u+79af-79b0, u+79b3, u+79b5, u+79b8, u+79ba, u+79c3, u+79c6, u+79c8, u+79cf, u+79d5-79d6, u+79dc-79de, u+79e3, u+79e7, u+79ea-79ed, u+79ef-79f0, u+79f4, u+79f6-79f8, u+79fd, u+7a02-7a03, u+7a08-7a0a, u+7a0c, u+7a0e, u+7a10-7a11, u+7a14, u+7a17-7a19, u+7a1c, u+7a1e-7a1f, u+7a23, u+7a26, u+7a2d, u+7a32-7a33, u+7a37, u+7a39, u+7a3c, u+7a42, u+7a45, u+7a49, u+7a4f, u+7a56, u+7a5a, u+7a5c, u+7a60-7a61, u+7a63, u+7a68, u+7a6d-7a6e, u+7a70-7a71, u+7a77-7a79, u+7a80, u+7a83, u+7a85-7a86, u+7a88, u+7a8d, u+7a90-7a91, u+7a93-7a96, u+7a98, u+7a9c-7a9d, u+7aa0, u+7aa3, u+7aa5-7aa6, u+7aa8, u+7aaa, u+7aac, u+7ab0, u+7ab3, u+7ab6, u+7ab8, u+7abb, u+7abe-7abf, u+7ac2, u+7ac8-7ac9, u+7ad1-7ad2, u+7ad6, u+7ada, u+7adc-7ade, u+7ae4, u+7ae6, u+7ae9-7aeb, u+7af4, u+7af8, u+7afa-7afb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-715.Bf_M1uCa.woff2) format("woff2");
    unicode-range: u+7842-7843, u+7845, u+7847, u+784a, u+784c-7850, u+7852-7853, u+7855, u+7858, u+785a, u+785c-785d, u+7864, u+7866, u+7868, u+786a, u+786f, u+7874, u+7876, u+787c, u+787f, u+7886-7887, u+7889, u+788d, u+788f, u+7893, u+7895-7896, u+7898, u+789a, u+789e, u+78a1, u+78a3, u+78a5, u+78aa, u+78ad, u+78b1-78b2, u+78b4, u+78b6, u+78b8, u+78be, u+78c8-78c9, u+78cb, u+78ce, u+78d0-78d1, u+78d4-78d5, u+78d7-78d8, u+78de, u+78e3, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78fa-78fb, u+78fd-7900, u+7904-7906, u+790a, u+790c, u+7910-7912, u+791c, u+791e, u+7920-7921, u+792a-792c, u+792e, u+7931, u+7934, u+7938, u+793b, u+793d, u+793f, u+7941-7942, u+7945-7947, u+7949, u+794c, u+794e, u+7953-7954, u+7957-795c, u+795f, u+7961-7962, u+7964, u+7967, u+7969, u+796b-796c, u+796f, u+7972-7973, u+7977-7979, u+797b-797c, u+797e, u+7980, u+7982, u+7984-7988
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-716.CZnAdlND.woff2) format("woff2");
    unicode-range: u+7707-7708, u+770a, u+770c, u+770f, u+7715, u+7719-771b, u+771d-771e, u+7722, u+7725-7726, u+7728, u+772d, u+772f, u+7733-7736, u+7738, u+773b, u+773d, u+7741, u+7744, u+7746, u+774c, u+774e-7752, u+7755, u+7759-775a, u+775f-7760, u+7762, u+7765-7766, u+7768-776a, u+776c-776e, u+7771, u+7778, u+777a, u+777d-777e, u+7780, u+7785, u+7787, u+7789, u+778b-778d, u+7791-7793, u+779c, u+779f-77a0, u+77a2, u+77a5, u+77a9, u+77b0-77b1, u+77b4, u+77b6-77b7, u+77b9, u+77bc-77bf, u+77c5, u+77c7, u+77cc-77cd, u+77d3, u+77d6-77d7, u+77dc, u+77de, u+77e3, u+77e7, u+77eb-77ec, u+77f0, u+77f2, u+77f6, u+77f8, u+77fa-77fc, u+77fe-7800, u+7803, u+7805-7806, u+7809, u+7810-7812, u+7815-7816, u+781a, u+781c-781d, u+781f-7823, u+7825-7827, u+7829, u+782c-7830, u+7833, u+7835, u+7837, u+7839-783a, u+783c, u+783e, u+7840
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-717.BmgCfs7W.woff2) format("woff2");
    unicode-range: u+75cd, u+75d2, u+75d4, u+75d9, u+75df, u+75e2-75e4, u+75e6-75e7, u+75e9-75ec, u+75f0-75f3, u+75f7, u+75f9-75fa, u+75fc, u+75fe-7602, u+7608-760a, u+760c-760d, u+7610, u+7615-7616, u+7618-7620, u+7622-7623, u+7625, u+7627, u+7629, u+762b, u+762e, u+7630, u+7632-7635, u+7638, u+763a-763c, u+763e, u+7640, u+7643, u+7646, u+7648-7649, u+764d-764e, u+7654, u+7658, u+765c, u+765f, u+7663-7667, u+7669, u+766b-766d, u+766f-7670, u+7676, u+7678-767a, u+767f-7681, u+7683, u+7688, u+768a-768b, u+768e, u+7690, u+7695-7696, u+769a-769e, u+76a3-76a4, u+76aa, u+76b0-76b1, u+76b4, u+76b7-76b8, u+76c2, u+76c5, u+76c9, u+76cc-76cd, u+76cf-76d1, u+76d6-76d8, u+76e5-76e6, u+76e9, u+76ec, u+76f1, u+76f7, u+76f9-76fb, u+76ff-7700, u+7704-7705
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-718.ZZ6ydFdp.woff2) format("woff2");
    unicode-range: u+749c-74a1, u+74a3, u+74a5-74a7, u+74a9-74ab, u+74ae, u+74b1-74b2, u+74b5, u+74b8, u+74ba, u+74bf, u+74c5, u+74c8, u+74cc-74cd, u+74d2, u+74d4, u+74d6, u+74d8, u+74da, u+74de-74e0, u+74e2, u+74e4, u+74e8-74e9, u+74ee-74ef, u+74f4, u+74f9, u+74fb, u+74ff-7501, u+7503, u+7507, u+750c-750d, u+7511, u+7513, u+7515-7517, u+7519, u+751e, u+7521, u+7525, u+752a, u+752c-752f, u+7534, u+753e, u+7542, u+7545, u+7547-7548, u+754a-754b, u+754e, u+7551, u+755a-755b, u+755d, u+7560, u+7563-7564, u+7566-7568, u+756c-756f, u+7572-7575, u+7577-757a, u+757c, u+757e-757f, u+7583-7584, u+7587, u+7589, u+758b-758e, u+7590, u+7592, u+7594-7595, u+7597, u+7599-759a, u+759d, u+759f, u+75a1-75a3, u+75a5, u+75a7, u+75aa, u+75ac, u+75ae-75b1, u+75b3-75b4, u+75b8, u+75bd, u+75c0, u+75c2-75c4, u+75c9-75ca, u+75cc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-719.H1-mZ5eu.woff2) format("woff2");
    unicode-range: u+73b4-73ba, u+73bc, u+73bf, u+73c2, u+73c4-73c6, u+73c9, u+73cb-73cc, u+73ce-73d2, u+73d6-73d7, u+73d9, u+73db-73de, u+73e3, u+73e5-73eb, u+73ef, u+73f5-73f7, u+73f9-73fa, u+73fc-73fd, u+7400-7401, u+7404-7405, u+7407-7408, u+740a-740d, u+740f-7410, u+7416, u+741a-741b, u+741d-741e, u+7420-7425, u+7428-7429, u+742c-7432, u+7435-7436, u+7438-743a, u+743c-7442, u+7445-7446, u+7448-744a, u+7451-7452, u+7454, u+7457, u+7459, u+745d, u+7460-7462, u+7465, u+7467-7468, u+746c-746e, u+7471-7477, u+7479-747a, u+747c-747f, u+7481-7482, u+7484-7486, u+7488-748a, u+748e-7490, u+7492, u+7498, u+749a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-720.BNqEayBR.woff2) format("woff2");
    unicode-range: u+7281-7282, u+7284, u+7287, u+728a, u+728d, u+7292, u+7296, u+7298, u+729b, u+729f-72a2, u+72ad-72ae, u+72b0-72b5, u+72b8-72b9, u+72bc-72bd, u+72c1, u+72c3, u+72c5-72c6, u+72c8, u+72cc-72ce, u+72d2, u+72d4, u+72db, u+72dd, u+72df, u+72e1, u+72e8, u+72ec-72ee, u+72f1, u+72f3-72f4, u+72f7, u+72fa-72fb, u+72fd, u+7300-7301, u+7304, u+7307, u+730a-730b, u+730e, u+7313, u+7315-7317, u+7319, u+731e-731f, u+7322, u+7328-732e, u+7330-7331, u+7337, u+733a-733c, u+733e, u+7340-7341, u+7343, u+734c-734d, u+734f-7350, u+7352, u+7355, u+7357, u+7359-735a, u+7360-7363, u+7365, u+7369-7370, u+7373-7374, u+7377, u+737a, u+737c, u+737e, u+7380, u+7385-7386, u+738a, u+738e-738f, u+7391-7395, u+7397-7398, u+739b, u+73a0-73a2, u+73a5-73a8, u+73ad-73ae, u+73b3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-721.DHm9B3wz.woff2) format("woff2");
    unicode-range: u+7115-7116, u+7118, u+711c, u+711e, u+7120, u+7122, u+712e-712f, u+7131, u+7134, u+713c, u+713f, u+7143, u+7145-7147, u+714a-714b, u+7150-7153, u+7155-7156, u+715a, u+7160, u+7162, u+7166, u+7168, u+716c, u+7171, u+7173, u+7178, u+717a-717b, u+717d, u+7180-7181, u+7185, u+7187-7188, u+718b, u+718f-7190, u+7192, u+7196-7198, u+719a-719c, u+71a0, u+71a4, u+71a8, u+71af, u+71b2-71b3, u+71b5, u+71b7-71ba, u+71be, u+71c1, u+71c4, u+71ca-71cb, u+71ce-71d0, u+71d4, u+71d7-71d8, u+71da, u+71dc, u+71e0-71e1, u+71e7, u+71ec, u+71ee, u+71f4-71f6, u+71f9, u+71fc, u+71fe-7201, u+7203, u+7207, u+7209, u+720c, u+7213-7215, u+7217, u+721a, u+721d, u+7222-7223, u+7228, u+722b, u+7230, u+7237, u+723b, u+723f-7242, u+724b, u+724d, u+7252-7253, u+7256, u+7258, u+725d, u+7263-7266, u+726a-726b, u+726e-7270, u+7273-7275, u+7277, u+727a-727b, u+727e-727f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-722.bv20bhyo.woff2) format("woff2");
    unicode-range: u+6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ffa, u+6ffc, u+6fff-7001, u+7003, u+7005-7007, u+700b, u+700d, u+7015, u+7018, u+701b, u+701e, u+7020-7021, u+7023, u+7026-7027, u+702c, u+702f-7032, u+7034-7035, u+7037-703c, u+7040, u+7042-7044, u+7046, u+7049, u+704b, u+704f, u+7052, u+7054-7055, u+705c-7061, u+7064-7069, u+706c-706d, u+706f, u+7073-7075, u+7078, u+707a, u+707e-7081, u+7085-7086, u+7089, u+7090-7091, u+7094-7096, u+7098, u+709c, u+709f, u+70a1, u+70a4, u+70a9, u+70ac, u+70af-70b2, u+70b4-70b5, u+70b7, u+70bb-70be, u+70c0-70c3, u+70ca-70cb, u+70d2, u+70d4-70d5, u+70d9-70dd, u+70df, u+70e6-70e9, u+70eb-70ec, u+70ef, u+70f1, u+70f4, u+70f7, u+70fa, u+70fd, u+70ff, u+7104, u+7106, u+7109, u+710c, u+7110, u+7113-7114
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-723.BlghN2By.woff2) format("woff2");
    unicode-range: u+6eda-6edb, u+6edd-6ede, u+6ee2, u+6ee4-6ee5, u+6ee8-6ee9, u+6eeb, u+6eee, u+6ef3, u+6ef8-6efb, u+6f00, u+6f08-6f0a, u+6f0d-6f0e, u+6f11-6f13, u+6f15, u+6f19-6f1a, u+6f23, u+6f25-6f2a, u+6f2d-6f31, u+6f33-6f36, u+6f3a-6f3c, u+6f40-6f41, u+6f43-6f44, u+6f47, u+6f4d-6f4f, u+6f53, u+6f57, u+6f59-6f5a, u+6f5c, u+6f5e-6f61, u+6f63, u+6f66-6f67, u+6f69-6f6c, u+6f6f, u+6f72-6f78, u+6f7a-6f7f, u+6f81-6f82, u+6f87, u+6f89, u+6f8b-6f8d, u+6f90, u+6f92, u+6f94-6f97, u+6f9c, u+6f9f-6fa0, u+6fa2-6fa3, u+6fa5-6fa8, u+6faa-6fab, u+6fae-6faf, u+6fb4, u+6fb6, u+6fb9-6fba, u+6fbc, u+6fc2, u+6fc6-6fcb, u+6fce, u+6fd1-6fd2, u+6fd4, u+6fd8, u+6fda, u+6fde, u+6fe0-6fe2, u+6fe8-6fe9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-724.DfZ1ZUfS.woff2) format("woff2");
    unicode-range: u+6dd6, u+6dd9, u+6ddb-6de0, u+6de2-6de6, u+6de9, u+6dec, u+6def-6df0, u+6df2, u+6df4, u+6df6, u+6df8, u+6dfc-6dfd, u+6e00, u+6e02-6e03, u+6e07-6e0b, u+6e0d-6e0e, u+6e10, u+6e13-6e15, u+6e17, u+6e19-6e1a, u+6e1d, u+6e1f, u+6e22, u+6e24-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e30-6e31, u+6e36, u+6e39-6e3a, u+6e3c-6e3d, u+6e40-6e41, u+6e44-6e45, u+6e47, u+6e49, u+6e4b, u+6e4d-6e4f, u+6e51, u+6e53-6e54, u+6e59, u+6e5c, u+6e5e-6e61, u+6e63-6e66, u+6e69-6e6b, u+6e6e, u+6e70-6e76, u+6e78, u+6e7c, u+6e7f-6e80, u+6e83, u+6e85-6e86, u+6e88-6e89, u+6e8b, u+6e8d-6e8f, u+6e93, u+6e98-6e9a, u+6e9f, u+6ea1, u+6ea4-6ea7, u+6eae, u+6eb1-6eb2, u+6eb4-6eb5, u+6eb7, u+6ebd, u+6ec1-6ec3, u+6ec7-6ec9, u+6ecd-6ed0, u+6ed3-6ed6, u+6ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-725.DUMUJd2A.woff2) format("woff2");
    unicode-range: u+6cdd-6cde, u+6ce0, u+6ce7, u+6ce9-6cec, u+6cee-6cef, u+6cf1, u+6cf7-6cf8, u+6cfb-6cfe, u+6d00-6d02, u+6d04, u+6d06-6d07, u+6d09-6d0a, u+6d0c, u+6d0e-6d12, u+6d18-6d1a, u+6d1f, u+6d22-6d24, u+6d27-6d28, u+6d2b, u+6d2d-6d31, u+6d33-6d3a, u+6d3c, u+6d3f, u+6d43-6d47, u+6d4a-6d4b, u+6d4e-6d4f, u+6d51-6d53, u+6d57-6d58, u+6d5a, u+6d5c, u+6d5e-6d65, u+6d67, u+6d6c-6d6d, u+6d6f-6d70, u+6d72, u+6d75, u+6d79, u+6d7c, u+6d7f, u+6d82, u+6d85, u+6d87, u+6d8e-6d8f, u+6d91-6d95, u+6d97-6d99, u+6d9b, u+6d9d, u+6d9f, u+6da1, u+6da4, u+6da6-6dac, u+6db3-6db4, u+6db7-6db8, u+6dbe-6dc0, u+6dc2, u+6dc4-6dc5, u+6dc8-6dca, u+6dcc-6dcd, u+6dcf-6dd0, u+6dd2-6dd3, u+6dd5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-726.CP3Bd4ny.woff2) format("woff2");
    unicode-range: u+6bc1-6bc2, u+6bcc, u+6bce, u+6bd0-6bd1, u+6bd5-6bd9, u+6bde, u+6be1, u+6bec, u+6bf3, u+6bf9, u+6bfd, u+6bff-6c00, u+6c02, u+6c05-6c06, u+6c0a, u+6c0c-6c0d, u+6c10, u+6c13, u+6c16, u+6c18-6c1a, u+6c1f, u+6c21-6c22, u+6c24, u+6c26, u+6c28-6c2a, u+6c2c, u+6c2e-6c33, u+6c35-6c37, u+6c39-6c3a, u+6c3d-6c3f, u+6c43, u+6c46, u+6c49-6c4f, u+6c54-6c55, u+6c58, u+6c5a-6c5c, u+6c5e, u+6c64-6c69, u+6c6b-6c6f, u+6c71-6c75, u+6c78-6c79, u+6c7c, u+6c7e, u+6c82, u+6c84-6c87, u+6c8c-6c8d, u+6c8f, u+6c93-6c94, u+6c98, u+6c9a, u+6c9d, u+6c9f, u+6ca2, u+6ca5-6ca8, u+6caa, u+6cac-6cb2, u+6cb4-6cb5, u+6cba, u+6cbc, u+6cc2-6cc3, u+6cc5-6cc7, u+6cd0-6cd2, u+6cd4, u+6cd6-6cd7, u+6cd9-6cda, u+6cdc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-727.jeZ7zZCc.woff2) format("woff2");
    unicode-range: u+6a35, u+6a3b, u+6a3e-6a40, u+6a47-6a48, u+6a50, u+6a52, u+6a55-6a57, u+6a5a-6a5b, u+6a5e, u+6a62, u+6a66, u+6a6a, u+6a71, u+6a79, u+6a7c, u+6a7e-6a81, u+6a84, u+6a87, u+6a89, u+6a8d-6a8e, u+6a90-6a92, u+6a97, u+6a9c, u+6a9e-6aa1, u+6aa3-6aa5, u+6aa8, u+6aab, u+6aae, u+6ab5, u+6aba, u+6abe, u+6ac2, u+6ac5-6ac6, u+6ac8-6ac9, u+6acc, u+6ad3, u+6ada-6adb, u+6add-6adf, u+6ae3, u+6ae7-6ae8, u+6aea-6aec, u+6af1, u+6af3, u+6af8, u+6afa, u+6afc, u+6b05, u+6b09, u+6b0e-6b13, u+6b17, u+6b1d-6b1e, u+6b25, u+6b2c, u+6b31, u+6b35-6b37, u+6b39, u+6b3b, u+6b40, u+6b43, u+6b46, u+6b48, u+6b53-6b55, u+6b59, u+6b5b, u+6b5f-6b60, u+6b68-6b69, u+6b6f, u+6b74, u+6b7a, u+6b7c, u+6b7f-6b84, u+6b86-6b87, u+6b89, u+6b8b, u+6b8d, u+6b91-6b93, u+6b9b, u+6b9e, u+6ba1-6ba2, u+6ba4, u+6baa-6bab, u+6bad-6bae, u+6bb2-6bb4, u+6bbb, u+6bbd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-728.B3DfY9ua.woff2) format("woff2");
    unicode-range: u+6904, u+6906-6907, u+6909, u+690b, u+690f-6910, u+6917, u+691a-691c, u+6925, u+692a, u+692c-692d, u+6932, u+6934, u+6939, u+693c-6940, u+6942, u+6949, u+6952, u+6954-6957, u+6959, u+695b-695f, u+6961-696c, u+696e-6970, u+6973-6974, u+6976, u+6978-697a, u+697c, u+6980, u+6984-6986, u+6988-698a, u+698d-698e, u+6990-6991, u+6994, u+6996-699b, u+699e, u+69a3-69a7, u+69ab, u+69ad, u+69af, u+69b1, u+69b3, u+69b6-69b7, u+69bb-69bc, u+69bf, u+69c1, u+69c3-69c5, u+69c7, u+69ca, u+69cc, u+69ce, u+69d0-69d1, u+69d4, u+69d8-69d9, u+69db, u+69df, u+69e4, u+69e8-69ea, u+69ed-69ee, u+69f1-69f4, u+69f6, u+69f8, u+69fa-69fb, u+69ff-6a00, u+6a05, u+6a0a-6a0b, u+6a17-6a18, u+6a1b, u+6a28-6a2b, u+6a31-6a32
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-729.O3do0cMa.woff2) format("woff2");
    unicode-range: u+67dc-67e0, u+67e2, u+67e4, u+67e9-67ea, u+67f0, u+67f2, u+67f6-67f8, u+67fa-67fb, u+67fe, u+6800-6805, u+6808-6809, u+680b, u+680e-680f, u+6811-6812, u+6814, u+6816, u+6818, u+681c-681e, u+6820, u+6822, u+6825, u+6827-6829, u+682b, u+682e-682f, u+6831-6834, u+683a-683b, u+683e, u+6840-6841, u+6844-6845, u+6849, u+684e, u+6853, u+6855-6856, u+685c-685d, u+685f, u+6861-6863, u+6865-6869, u+686b, u+686d, u+686f, u+6871-6872, u+6874-6875, u+6877, u+6879, u+687b-687c, u+687e, u+6880, u+6882-6883, u+6886, u+688f, u+6891-6892, u+6894, u+6896, u+6898, u+689b-689c, u+689f-68a0, u+68a2-68a3, u+68a6, u+68a9, u+68b1-68b2, u+68b4, u+68b6, u+68c0, u+68c3, u+68c6, u+68c8, u+68ca, u+68d0-68d1, u+68d3, u+68d6, u+68e1, u+68e3, u+68e6, u+68e8-68ec, u+68ef-68f1, u+68f3, u+68f6-68f7, u+68f9, u+68fb-68fd, u+6900, u+6902
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-730.D7sQAFVH.woff2) format("woff2");
    unicode-range: u+66b3, u+66b5, u+66b8-66bc, u+66be, u+66c1, u+66c4, u+66c7-66c8, u+66cc, u+66cf, u+66d5, u+66d8-66db, u+66df, u+66e1-66e2, u+66e8-66e9, u+66ef, u+66f1, u+66f5, u+66f7, u+66fa, u+66fd, u+6705, u+670a, u+670f-6710, u+6713-6715, u+6718-6719, u+6720, u+6722-6727, u+6729, u+672e, u+6733, u+6736, u+6738-6739, u+673f-6740, u+6742, u+6745, u+6747-6748, u+674b-674d, u+6753, u+6755, u+6759, u+675d-675e, u+6760, u+6762-6763, u+6767-676a, u+676c, u+676e, u+6772-6777, u+677a-677c, u+6782, u+6786-6787, u+678a-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679f-67a3, u+67a5, u+67aa-67ae, u+67b0-67b5, u+67b7-67bc, u+67c0-67c3, u+67c5-67c6, u+67c8-67ca, u+67ce, u+67d2, u+67d8-67d9, u+67db
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-731.CNfhNVmn.woff2) format("woff2");
    unicode-range: u+6565, u+6567, u+656b, u+656d-656e, u+6573, u+6576, u+6579-657b, u+6581, u+6586, u+6588-6589, u+658b, u+658e, u+6593, u+6595, u+659b, u+659d, u+659f-65a1, u+65a9, u+65ab, u+65ad, u+65b2-65b3, u+65b5, u+65bb, u+65be-65bf, u+65c2-65c4, u+65c6, u+65cc, u+65ce, u+65d2, u+65d6, u+65db, u+65e1, u+65e3, u+65e7, u+65ee-65f0, u+65f2-65f4, u+65f7-65f8, u+65fc-65fd, u+6600, u+6603-6605, u+6609, u+660d, u+6610-6611, u+6619, u+661c-661e, u+6621-6622, u+6624, u+6626, u+6629, u+662b, u+6630, u+6633-6636, u+6639-663d, u+6640-6641, u+6644-6645, u+664a-664c, u+6653-6657, u+6659, u+665b, u+665d-665e, u+6661-6667, u+6669, u+666c, u+6672-6673, u+6677-6679, u+667b-667e, u+6681-6684, u+668b-6690, u+6692, u+6698, u+669d, u+669f-66a0, u+66a6-66a7, u+66aa, u+66b2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-732.RPa1H-Lw.woff2) format("woff2");
    unicode-range: u+642b, u+642f-6430, u+6432, u+6434, u+6437, u+643a, u+643d-6444, u+6446-6447, u+644a-644b, u+644e, u+6450-6453, u+6456, u+6459, u+645b-645c, u+645e, u+6460-6461, u+6463-6465, u+6468, u+646c-646e, u+6470, u+6472-6477, u+6479, u+647b, u+647d, u+6480, u+6482, u+6485, u+648b-648c, u+6491, u+6493, u+6496-649a, u+649d, u+649f-64a0, u+64a2-64a3, u+64ac, u+64b1, u+64b3-64b4, u+64b7-64b9, u+64bb, u+64be, u+64c0, u+64c3-64c4, u+64d0, u+64d2, u+64d5, u+64d7-64d8, u+64e1-64e4, u+64e7, u+64e9, u+64ed, u+64ef-64f0, u+64f3, u+64f8, u+64fb-64fc, u+64ff, u+6504-6506, u+6509, u+6511-6512, u+6516, u+6518-6519, u+651b, u+6520-6523, u+6525-6526, u+6529, u+652b, u+652e, u+6530, u+6532, u+6534-6535, u+6537-6538, u+653a, u+653d, u+6542-6543, u+6549, u+654c-654e, u+6554-6555, u+655b, u+655d, u+6561, u+6564
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-733.9Gz9fGA0.woff2) format("woff2");
    unicode-range: u+6312-6313, u+6319-631b, u+631d-6321, u+6323-6325, u+632d-632e, u+6332, u+6334-6339, u+633b-633c, u+633e-6340, u+6342-6346, u+634b-634c, u+634e, u+6352, u+6357, u+635a, u+635c, u+635e-635f, u+6361, u+6363, u+6365, u+6369, u+636b-636d, u+636f-6370, u+6373, u+6375-6376, u+637a-637b, u+637d, u+6381, u+6384, u+6387, u+638a, u+638d-638e, u+6390, u+6394-6397, u+639e-639f, u+63a3-63a4, u+63a6, u+63ac-63af, u+63b1-63b4, u+63b7, u+63b9-63bb, u+63bd-63be, u+63c3-63c4, u+63c8, u+63cd-63ce, u+63d1, u+63d6, u+63dc, u+63de, u+63e0, u+63e3-63e4, u+63e6, u+63e9, u+63f0, u+63f2-63f3, u+63f5-63f8, u+63fa, u+63fc-63fe, u+6400-6402, u+6405-6406, u+6409-640c, u+6410, u+6414-6415, u+6418, u+641b, u+641f-6423, u+6425-6428, u+642a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-734.CoLqAiCz.woff2) format("woff2");
    unicode-range: u+61cc-61cd, u+61d0, u+61d2, u+61de-61e0, u+61e3, u+61e6, u+61e8, u+61ed-61ee, u+61f5, u+61f9-61fa, u+61fd-61fe, u+6207, u+6209, u+620d-620e, u+6213-6215, u+6219, u+621b, u+621d-6223, u+6225-6227, u+6229, u+622b-622c, u+622e-622f, u+6231, u+6238, u+623b, u+623d-623e, u+6242-6243, u+6246, u+6248-6249, u+624c, u+6251, u+6255, u+6259-625a, u+625e, u+6260-6262, u+6265-6267, u+6269, u+626b-626c, u+6270-6273, u+6275, u+627a-627d, u+6283, u+6285-6286, u+6289, u+628c, u+628e, u+6294, u+629a-629e, u+62a0, u+62a2, u+62a6, u+62a8, u+62af, u+62b3, u+62b6, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4-62c5, u+62c8, u+62ca, u+62cf, u+62d1, u+62d5, u+62d7, u+62d9, u+62dd, u+62df-62e3, u+62e5-62e8, u+62ee, u+62f4-62fb, u+62fd, u+6300, u+6302, u+6308, u+630c-630e, u+6310
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-735.CmH6H8Sg.woff2) format("woff2");
    unicode-range: u+60b0-60b1, u+60b3-60b5, u+60b8, u+60bb, u+60bd-60be, u+60c0, u+60c6-60c7, u+60ca-60cb, u+60d3-60d5, u+60d7-60db, u+60dd, u+60e2-60e3, u+60e6-60f0, u+60f2, u+60f4, u+60f6, u+60fa-60fb, u+60ff-6100, u+6103, u+6106, u+610a-610b, u+610d-610e, u+6110, u+6112-6116, u+6120, u+6123-6124, u+6128-6130, u+6134, u+6136, u+613c-613f, u+6144, u+6146-6147, u+6149-614a, u+614d, u+6151-6153, u+6159-615a, u+615c-615f, u+6164-6165, u+6169-616d, u+616f, u+6171-6175, u+6177, u+617a, u+617c, u+617f-6180, u+6187, u+618a-618e, u+6192-6194, u+6199-619b, u+619f, u+61a1, u+61a7-61a8, u+61aa-61af, u+61b8, u+61ba, u+61bf, u+61c3, u+61c6, u+61ca-61cb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-736.D3BbgVv1.woff2) format("woff2");
    unicode-range: u+5f82-5f84, u+5f87, u+5f89-5f8a, u+5f8d, u+5f93, u+5f95, u+5f98-5f99, u+5f9b-5f9c, u+5fa0, u+5fa4, u+5fa6-5fa8, u+5fab-5fad, u+5fb3-5fb4, u+5fbc, u+5fc4, u+5fc6, u+5fc9, u+5fcb, u+5fce-5fd6, u+5fdc-5fdf, u+5fe1, u+5fe4, u+5fe7, u+5fea, u+5fec-5fee, u+5ff1, u+5ff3, u+5ff8, u+5ffa-5ffc, u+5fff-6000, u+6002, u+6005, u+600a, u+600d, u+600f-6010, u+6014, u+6017, u+6019-601c, u+601e, u+6020, u+6022, u+6026, u+6029, u+602b-602c, u+602e-602f, u+6031, u+6033-6035, u+6039, u+603c, u+6040-6043, u+6045, u+6047, u+604a-604c, u+604f, u+6053, u+6059-605b, u+605d, u+6060, u+6063, u+6067, u+606a-606b, u+606e, u+6072-6076, u+6078, u+607a, u+607c, u+607f-6081, u+6083, u+6086, u+608a, u+608c, u+608e, u+6092-6093, u+6095-6097, u+609b, u+609d, u+60a2, u+60a6-60a7, u+60a9-60aa, u+60ac-60ad, u+60af
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-737.DpZMZIxq.woff2) format("woff2");
    unicode-range: u+5e3c, u+5e40, u+5e42-5e44, u+5e47, u+5e54, u+5e57-5e5b, u+5e5e-5e5f, u+5e61-5e62, u+5e64, u+5e6a, u+5e6c, u+5e6e, u+5e75, u+5e77, u+5e7a, u+5e80-5e81, u+5e83, u+5e86, u+5e88, u+5e8b, u+5e90, u+5e92, u+5e96, u+5e99, u+5e9b, u+5e9d-5ea2, u+5ea4-5ea5, u+5eb3-5eb6, u+5eb9, u+5ebe, u+5ec3-5ec4, u+5ec6, u+5ecb-5ecd, u+5ed0-5ed2, u+5ed4-5ed5, u+5ed8-5ed9, u+5edb, u+5edd, u+5ee1, u+5ee8-5ee9, u+5eec, u+5eef-5ef0, u+5ef4-5ef5, u+5ef8, u+5efb-5efc, u+5efe, u+5f01-5f03, u+5f05, u+5f07-5f09, u+5f0b-5f0e, u+5f10-5f12, u+5f14, u+5f16, u+5f1b, u+5f1d, u+5f22, u+5f25, u+5f28-5f29, u+5f2d, u+5f2f-5f30, u+5f36, u+5f38-5f39, u+5f3c, u+5f3e, u+5f40-5f42, u+5f45-5f46, u+5f4a, u+5f50-5f52, u+5f54, u+5f56-5f58, u+5f5a-5f5e, u+5f61, u+5f63, u+5f66-5f67, u+5f6b, u+5f72-5f74, u+5f76, u+5f78, u+5f7b, u+5f7d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-738.QA1UJovs.woff2) format("woff2");
    unicode-range: u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1, u+5cf4-5cf5, u+5cf8, u+5cfe-5d00, u+5d06, u+5d08, u+5d0a-5d0d, u+5d15, u+5d18, u+5d1a, u+5d1d, u+5d1f-5d22, u+5d24, u+5d26-5d28, u+5d2c-5d2e, u+5d33-5d35, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d47, u+5d49-5d4b, u+5d4e, u+5d52-5d53, u+5d57-5d59, u+5d5b-5d5c, u+5d65, u+5d68-5d69, u+5d6b-5d6c, u+5d6f, u+5d74-5d75, u+5d7e-5d7f, u+5d81-5d82, u+5d85-5d88, u+5d8b-5d8c, u+5d92, u+5d94, u+5d97, u+5d99, u+5d9d, u+5da0-5da2, u+5da7, u+5da9-5daa, u+5dae, u+5db2, u+5db4, u+5db7-5db8, u+5dbd, u+5dc2-5dc5, u+5dc9, u+5dcb-5dcd, u+5dd2, u+5dd6, u+5dd8, u+5ddb-5ddc, u+5de0, u+5de3, u+5de9, u+5df0, u+5df3, u+5df5, u+5df9, u+5dfb-5dfd, u+5e00-5e01, u+5e04-5e05, u+5e0a, u+5e11, u+5e14, u+5e18-5e1c, u+5e1f-5e22, u+5e27-5e28, u+5e2f-5e30, u+5e34, u+5e37, u+5e3a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-739.DEmvy8eY.woff2) format("woff2");
    unicode-range: u+5b84, u+5b8d, u+5b92-5b93, u+5b95-5b96, u+5b9f-5ba1, u+5ba6-5ba8, u+5baa-5bad, u+5bbd-5bbe, u+5bc0-5bc1, u+5bc3, u+5bd0-5bd1, u+5bd4-5bd8, u+5bdb-5bdd, u+5be4-5be5, u+5bef, u+5bf3, u+5bfb, u+5bfe-5bff, u+5c02-5c03, u+5c05, u+5c09, u+5c0c, u+5c10, u+5c12-5c13, u+5c15, u+5c18-5c19, u+5c1b, u+5c1d-5c1f, u+5c22, u+5c25, u+5c27-5c28, u+5c2a-5c2b, u+5c34, u+5c38, u+5c3d, u+5c42, u+5c44, u+5c47, u+5c49-5c4a, u+5c50, u+5c53, u+5c58-5c59, u+5c5b, u+5c5d, u+5c61, u+5c63, u+5c68, u+5c6d-5c6e, u+5c74, u+5c79-5c84, u+5c86, u+5c88, u+5c8a-5c8d, u+5c92-5c9c, u+5ca0, u+5ca2-5ca3, u+5ca5-5ca7, u+5cab-5cad, u+5cb5, u+5cb7, u+5cba-5cbb, u+5cc1, u+5cc8, u+5cca-5ccb, u+5cce, u+5cd2, u+5cd6, u+5cd8-5cda, u+5cdf-5ce1, u+5ce5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-740.ZnnntnWB.woff2) format("woff2");
    unicode-range: u+5a57, u+5a5d-5a5e, u+5a60-5a62, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a73-5a76, u+5a7a-5a7c, u+5a81-5a84, u+5a8c, u+5a90, u+5a93, u+5a96-5a97, u+5a9c, u+5a9e-5aa0, u+5aa4, u+5aa7, u+5aab-5aac, u+5aae-5aaf, u+5ab1, u+5ab4-5ab5, u+5ab8, u+5aba-5abc, u+5abe-5abf, u+5ac3-5ac4, u+5ac6-5acb, u+5acf-5ad2, u+5ad4-5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae8, u+5aea-5aeb, u+5aee, u+5af0, u+5af2, u+5af5, u+5afa, u+5aff, u+5b01, u+5b05, u+5b08, u+5b0b, u+5b11, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21-5b23, u+5b28, u+5b2a-5b2d, u+5b32, u+5b34, u+5b36-5b38, u+5b3e-5b40, u+5b43-5b46, u+5b4b-5b4c, u+5b51, u+5b53, u+5b59, u+5b5b-5b5c, u+5b62, u+5b65, u+5b6c-5b6e, u+5b70-5b73, u+5b75, u+5b7a-5b7b, u+5b7d, u+5b7f-5b82
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-741.XqtwFLva.woff2) format("woff2");
    unicode-range: u+5910-5911, u+5914, u+5919, u+591b, u+591f, u+5923-5924, u+592c, u+5932, u+5938-593a, u+5940, u+5942, u+5944, u+594b-594c, u+594e, u+5950, u+5953, u+5956, u+5958, u+595a, u+5961, u+5966, u+5968-5969, u+596c-596d, u+5975, u+5977, u+597b-597c, u+597e, u+5980-5981, u+5986-5988, u+598a, u+598f, u+5997-5998, u+599f-59a3, u+59a6-59a7, u+59a9, u+59ab-59ac, u+59af, u+59b1-59b2, u+59b6, u+59b8, u+59ba, u+59be, u+59c1, u+59c3, u+59c7-59c9, u+59cd-59ce, u+59d2, u+59d6-59d9, u+59dd-59de, u+59e0, u+59e3-59e5, u+59e9-59eb, u+59ee, u+59f1-59f3, u+59f5-59f9, u+59fc-59fd, u+5a00, u+5a04-5a07, u+5a09, u+5a0c, u+5a11, u+5a13, u+5a16-5a17, u+5a1a, u+5a1e, u+5a20, u+5a23-5a24, u+5a29-5a2b, u+5a2d-5a2f, u+5a32-5a34, u+5a38, u+5a3c, u+5a3f-5a44, u+5a47-5a48, u+5a4a, u+5a4c-5a4d, u+5a50-5a51, u+5a53, u+5a56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-742.Ct3CRQnE.woff2) format("woff2");
    unicode-range: u+57a9, u+57ab, u+57b5, u+57b8-57bb, u+57c2, u+57c5-57c8, u+57cc, u+57cf, u+57d2, u+57dc-57de, u+57e1-57e2, u+57e5, u+57e7, u+57ed-57ee, u+57f0, u+57f3-57f6, u+57f8, u+57fb-57fd, u+5800-5801, u+5803-5804, u+5807, u+5809-580b, u+580d-580e, u+5810-5811, u+5814-5815, u+5819, u+581d-581e, u+5820, u+5823, u+5826, u+582c-582d, u+5830, u+583a, u+583f-5841, u+5848, u+584b, u+584d, u+584f, u+5852, u+5859-585a, u+585c, u+5861, u+5864, u+5868-5869, u+586c-586d, u+5871-5872, u+5879, u+587c-5881, u+5887-5889, u+588e, u+5890-5892, u+5896-5899, u+589d, u+58a1, u+58a3, u+58a6, u+58a9, u+58ac, u+58b0-58b1, u+58bb-58bc, u+58c2, u+58c5-58c6, u+58ca, u+58cc, u+58ce, u+58d0-58d1, u+58d5, u+58d9-58da, u+58df-58e0, u+58e9, u+58ec, u+58ee, u+58f1-58f3, u+58f6-58f7, u+58fb-58fc, u+5900, u+5902, u+5906, u+5909-590c, u+590e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-743.C6uvpAT-.woff2) format("woff2");
    unicode-range: u+567b-567c, u+5680, u+5684-5686, u+568c, u+568e-568f, u+5692-5693, u+5697-5699, u+569c, u+569e, u+56a1-56a7, u+56a9, u+56ab-56ad, u+56af, u+56b3, u+56b5-56b6, u+56b8, u+56bf-56c1, u+56c3, u+56c5, u+56c7-56c8, u+56cb-56cc, u+56d1-56d4, u+56d6-56d9, u+56dd, u+56df, u+56e1-56e5, u+56ea-56ec, u+56ee-56ef, u+56f1-56f4, u+56f7, u+56f9, u+56ff-5700, u+5703-5704, u+5706-5707, u+5709-570a, u+570c, u+570f, u+5711, u+5717, u+571c, u+5723-5724, u+5727, u+5729-572a, u+572c, u+572e-572f, u+5734-5735, u+573b, u+5741, u+574b-574d, u+574f, u+5752, u+5754, u+575a-5760, u+5763, u+5768-5769, u+576b, u+576d, u+576f-5770, u+5772-5775, u+5777, u+577b-577d, u+5780, u+5784, u+5788, u+578c, u+578e, u+5792-5793, u+5795, u+579a-579b, u+579f-57a1, u+57a4, u+57a6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-744.DUWGtuPW.woff2) format("woff2");
    unicode-range: u+555c, u+5562-5563, u+5567, u+5569, u+556b-556c, u+5570, u+5575-5579, u+557b-557c, u+557f, u+5581, u+5583, u+5586, u+5588, u+558b, u+558f, u+5591, u+5599, u+559f, u+55a1, u+55a3, u+55a5-55a6, u+55a8-55a9, u+55ab, u+55ad, u+55b0-55b1, u+55b3, u+55b6-55b7, u+55b9, u+55bc-55bd, u+55c4-55c5, u+55c7, u+55c9, u+55cc-55cd, u+55d0, u+55d2, u+55d4-55d9, u+55db, u+55dd-55df, u+55e1-55e6, u+55e9-55ea, u+55ec, u+55ee, u+55f1-55f3, u+55f5-55f7, u+55f9-55fa, u+55fe, u+5600-5602, u+5608, u+560c, u+560f, u+5612-5613, u+5615-5616, u+5618, u+561a, u+561c, u+561e, u+5620, u+5623-5625, u+5627, u+562a, u+562c-562e, u+5630-5631, u+5635-5636, u+5638-563a, u+5640, u+5642-5643, u+5649, u+564c-5650, u+5654, u+5658-565d, u+5664-5666, u+5669, u+566b, u+566d, u+566f, u+5671-5672, u+5676, u+567a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-745.BbmMNA8E.woff2) format("woff2");
    unicode-range: u+5447, u+5449, u+544b-544d, u+5450-5455, u+5457, u+545b-545c, u+545f-5460, u+5463-5464, u+546a-5472, u+5474, u+5476, u+5478, u+547b, u+547e-547f, u+5482-5488, u+548a, u+548d-5491, u+5494, u+5498-549d, u+54a1-54a5, u+54ab, u+54ad-54af, u+54b5, u+54b7, u+54bb-54bc, u+54be-54bf, u+54ca, u+54cc, u+54cf-54d2, u+54d4, u+54d6-54d7, u+54da, u+54de-54df, u+54e2, u+54e4, u+54e7, u+54eb, u+54f3, u+54fd, u+54ff, u+5501-5502, u+5504-5506, u+550a, u+550c, u+550e-550f, u+5511-5513, u+5516-5517, u+551a-551b, u+551e, u+5520, u+5524, u+5526-5527, u+552a, u+552c-552d, u+5530, u+5532-5533, u+5535-5536, u+553b-553c, u+553e-553f, u+5541-5542, u+5544-5545, u+5547, u+5549, u+554b, u+554d-554e, u+5550-5551, u+5553, u+5555-5557
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-746.DoPBkz45.woff2) format("woff2");
    unicode-range: u+52eb, u+52ed-52ee, u+52f0-52f2, u+52f7, u+52f9-52fa, u+5300-5302, u+530a-530b, u+530d, u+530f-5310, u+5315, u+531a, u+531c-531d, u+532d-532e, u+5331, u+5338, u+533b-533e, u+5344-5345, u+534b-534d, u+534f-5350, u+5358, u+535e-535f, u+5362-5364, u+5367, u+5369, u+536b-536c, u+536e-536f, u+5372, u+5374, u+5379-537a, u+537c-537d, u+5382, u+5385, u+5389, u+538b-538c, u+538e, u+5392-5396, u+5399, u+53a0-53a2, u+53a4-53a6, u+53a8-53a9, u+53ae, u+53b0, u+53b3-53b4, u+53b6-53b7, u+53b9, u+53bf, u+53c1, u+53c4, u+53ce-53cf, u+53d2, u+53d5, u+53d9-53da, u+53df-53e1, u+53e7-53e9, u+53f1, u+53f5-53f6, u+53f9, u+53fb-53fd, u+5400-5402, u+5405-5407, u+540f, u+5412, u+5414-5417, u+541a, u+5420-5421, u+5424-5425, u+5428-5429, u+542c-542f, u+5431-5432, u+5434, u+5437, u+543d, u+543f, u+5441, u+5444-5445
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-747.DoiYZfiX.woff2) format("woff2");
    unicode-range: u+5197, u+519a-519c, u+519e, u+51a2, u+51a6-51a9, u+51ab, u+51ad-51af, u+51b1-51b6, u+51ba-51c0, u+51c3-51c5, u+51c7, u+51c9-51cb, u+51ce-51d1, u+51d4, u+51d6, u+51d9, u+51db-51dc, u+51df, u+51e4, u+51e6, u+51e9-51ea, u+51ed, u+51ef, u+51f4-51f5, u+51fc, u+51ff, u+5201-5202, u+5204-5205, u+5208, u+520b, u+520d-520e, u+5213, u+5215-5216, u+5218, u+521a, u+5220, u+5223, u+5226-5228, u+5232-5234, u+5239, u+523c, u+5241-5242, u+5244, u+5249, u+524c, u+5251-5252, u+5255, u+5257, u+525c, u+525e, u+5261, u+5263-5265, u+526e, u+5270, u+5273-5274, u+5277, u+527d, u+527f, u+5281-5282, u+5284, u+528a, u+528c, u+528f, u+5292-5294, u+529d, u+52a6, u+52ac-52ad, u+52b1-52b5, u+52b9, u+52bb-52bc, u+52be-52c0, u+52c5, u+52cb, u+52cd, u+52d0-52d1, u+52d6-52d7, u+52db, u+52e0, u+52e3, u+52e6-52e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-748.Bwl3AEQj.woff2) format("woff2");
    unicode-range: u+5040-5041, u+5043, u+5045-5046, u+5048, u+504a-504e, u+5051-5053, u+505d-5060, u+5063, u+506a, u+506f-5072, u+5078, u+507a-507b, u+507f-5080, u+5088-5089, u+508b-508c, u+508e, u+5092, u+5095-5096, u+509a-509d, u+50a3, u+50a5, u+50a8, u+50af, u+50b1, u+50b4, u+50ba, u+50c2, u+50c6-50ca, u+50cd-50ce, u+50d6, u+50d9, u+50dd-50df, u+50e1, u+50e3, u+50e5-50e6, u+50e8-50ea, u+50ec-50f0, u+50f3, u+50fb, u+50fe, u+5101-5102, u+5105-5109, u+510b-510e, u+5110, u+5113-5115, u+5117, u+511a-511c, u+511e, u+5120-5121, u+5125, u+512b, u+5131, u+5134-5135, u+5138-513c, u+5140, u+514e, u+5150-5151, u+5155-5157, u+515a, u+515f, u+5162, u+516a, u+516e, u+5172, u+5174, u+5179, u+517b, u+517d, u+5182, u+5186, u+5188-5189, u+518b, u+518f, u+5191, u+5193, u+5195-5196
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-749.DDzp7Ax7.woff2) format("woff2");
    unicode-range: u+4f2d, u+4f31-4f32, u+4f35, u+4f37, u+4f39, u+4f3b, u+4f3e, u+4f41-4f43, u+4f47, u+4f49, u+4f4c, u+4f52, u+4f57-4f58, u+4f5a, u+4f5d-4f5f, u+4f61, u+4f63-4f64, u+4f67, u+4f6a, u+4f6e-4f6f, u+4f72, u+4f74, u+4f76-4f7b, u+4f7d-4f7e, u+4f80-4f82, u+4f84, u+4f89-4f8a, u+4f8e-4f94, u+4f96-4f98, u+4f9a, u+4f9e, u+4fa0-4fa3, u+4fa5-4fa8, u+4faa-4fac, u+4fb2-4fb3, u+4fb7-4fba, u+4fc0-4fc1, u+4fc5-4fc7, u+4fcb, u+4fcd-4fce, u+4fd1, u+4fd3-4fd4, u+4fd8-4fdc, u+4fdf, u+4fe2-4fe5, u+4fe8-4fea, u+4fec-4fed, u+4ff3-4ff6, u+4ff8-4ffa, u+4ffd, u+5000, u+5002, u+5005, u+5008, u+500c, u+500f, u+5013-5015, u+501b-501c, u+501e, u+5022-5025, u+5027-5028, u+502c-502e, u+5030-5032, u+5036, u+503a-503b, u+503e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-750.XAm7u-b9.woff2) format("woff2");
    unicode-range: u+3f97, u+4102, u+411b, u+4181, u+43c8, u+4552, u+4576, u+46e5, u+4837, u+493d, u+4a3b, u+4d09, u+4db6-4dbf, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e10, u+4e15, u+4e17, u+4e1b, u+4e21-4e22, u+4e25, u+4e27, u+4e31, u+4e34, u+4e36-4e37, u+4e3d, u+4e3f-4e42, u+4e44, u+4e47, u+4e49, u+4e4c, u+4e52-4e54, u+4e57, u+4e5a-4e5b, u+4e60-4e61, u+4e69, u+4e6d, u+4e78, u+4e80-4e81, u+4e85, u+4e87, u+4e89-4e8a, u+4e8d, u+4e8f, u+4e93, u+4e96, u+4e98-4e99, u+4e9c, u+4e9f-4ea0, u+4ea2, u+4ea5, u+4ea9, u+4eb0, u+4eb2-4eb3, u+4eb5-4eb7, u+4eb9, u+4ebb-4ebc, u+4ebf, u+4ec2-4ec6, u+4ec8-4ec9, u+4ecf, u+4ed1, u+4ed3, u+4edc-4ee1, u+4ee7-4eeb, u+4eee-4eef, u+4ef1, u+4ef3-4ef5, u+4efa, u+4efc, u+4f00, u+4f02-4f03, u+4f05, u+4f07-4f09, u+4f0b, u+4f0e, u+4f15, u+4f17, u+4f1d-4f1f, u+4f22, u+4f24, u+4f29-4f2b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-751.DZPzR-dT.woff2) format("woff2");
    unicode-range: u+3052, u+305c, u+3062, u+306d, u+307a, u+307c, u+3080, u+308e, u+3090-3091, u+3099-309e, u+30a5, u+30c2, u+30c5, u+30ee, u+30f0-30f2, u+30f4-30f6, u+30fd-30fe, u+3105-3106, u+3108, u+310a-310b, u+310d-3112, u+3115-3117, u+3119, u+3131, u+3134, u+3137, u+3139, u+3141-3142, u+3145, u+3147-3148, u+314b, u+314d-314f, u+3153, u+315c, u+3160-3161, u+3163-3164, u+3181, u+318d, u+3192-3193, u+3196-3198, u+319d-319f, u+3220-3226, u+3231, u+3268, u+3281, u+328b, u+3291-3292, u+3295-3297, u+3299, u+329d, u+329f, u+32a3-32a4, u+32d6, u+32e1, u+3314, u+3322, u+337f, u+338e-338f, u+339c-339e, u+33a1, u+33c4, u+33d1-33d2, u+3440, u+3449, u+3479, u+3551, u+3569, u+35ad, u+35ce, u+36ac, u+373a, u+3863, u+38ec, u+39b8, u+3a02, u+3a17, u+3a52, u+3b22, u+3bd7, u+3bff, u+3ca5, u+3d68, u+3ddb, u+3de7, u+3deb, u+3e03, u+3e74, u+3f08, u+3f0e, u+3f21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-752.Dg6VVa-7.woff2) format("woff2");
    unicode-range: u+2748-274f, u+2752-275b, u+275d-275e, u+2761, u+2763, u+2765-2769, u+276e-276f, u+2771, u+2776-277e, u+2780-2782, u+278a-278c, u+2794-2796, u+2798-2799, u+279c-27a6, u+27a8-27ab, u+27ad, u+27af-27b0, u+27b2-27b3, u+27b7-27b9, u+27bc-27bd, u+27bf, u+27e9-27eb, u+27f5-27f6, u+2800, u+28ec, u+2922, u+2934-2935, u+29bf, u+2a2f, u+2b05-2b07, u+2b1b, u+2b50, u+2b55, u+2cf5, u+2e1c-2e1d, u+2f00, u+2f08, u+2f12, u+2f24, u+2f29, u+2f2f, u+2f3c, u+2f3f, u+2f42, u+2f45, u+2f63-2f64, u+2f83, u+2f8f, u+3003-3007, u+3012-3013, u+3016-3019, u+3020-3025, u+3030, u+303d, u+3041, u+3043, u+3045, u+3047, u+3049
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-753.B4MIc5V0.woff2) format("woff2");
    unicode-range: u+2649-2656, u+2658-265c, u+265e-2660, u+2662-2664, u+2666-2669, u+266b-266f, u+267b, u+2692-2696, u+2698, u+269b-269c, u+26a0-26a1, u+26a3-26a5, u+26aa-26ac, u+26bd-26be, u+26c4-26c5, u+26c8, u+26d1, u+26d3-26d4, u+26e4, u+26e9-26ea, u+26f0-26f5, u+26f9-26fa, u+26fd, u+2701-2702, u+2704-2706, u+2708, u+270a-2712, u+2714, u+2716-2727, u+2729-273e, u+2740-2747
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-754.DbwrVlx3.woff2) format("woff2");
    unicode-range: u+2566-2570, u+2572, u+2574, u+2579, u+2580-258a, u+258c-2595, u+2597, u+25a1, u+25a3-25a4, u+25a6-25ac, u+25b0, u+25b4, u+25b7-25b9, u+25bb, u+25bd, u+25bf-25c2, u+25c7-25ca, u+25cc-25cd, u+25d0-25d9, u+25dc-25e6, u+25ea-25eb, u+25ef, u+25fb-25fe, u+2600-2604, u+2607, u+2609-260b, u+260d-2615, u+2618, u+261a-2623, u+262a, u+262d-2630, u+2638-263e, u+2641-2642, u+2648
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-755._t8Qc_8Q.woff2) format("woff2");
    unicode-range: u+2475-2481, u+2488-2491, u+24b6-24c5, u+24c7-24ca, u+24cc, u+24ce, u+24d?, u+24e1-24ea, u+24f5, u+24ff, u+2501, u+2503-250d, u+250f-2511, u+2513-2515, u+2517-2518, u+251b-251d, u+2520, u+2523-2524, u+2528, u+252b-252c, u+252f, u+2533-2534, u+2537, u+253b-253c, u+2541, u+2543-2545, u+254b, u+2550-2565
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-756.Cjsx-qNT.woff2) format("woff2");
    unicode-range: u+2139, u+2153, u+2194-2197, u+2199, u+219d-219e, u+21a0, u+21a9-21aa, u+21ac, u+21af-21b1, u+21b3-21b5, u+21ba-21bb, u+21c4, u+21ca, u+21cc, u+21d0, u+21d2-21d4, u+21d8, u+21dd, u+21e2-21e9, u+2200, u+2202, u+2205-2208, u+220e-220f, u+2211-2212, u+2215, u+2217-221a, u+221d-2220, u+2225, u+2227-222b, u+222e, u+2234-2237, u+223c-223d, u+2248, u+2256, u+2260-2261, u+2264-2265, u+226a-226b, u+226e-226f, u+2282-2283, u+2295-2296, u+2299, u+22a5, u+22b0-22b1, u+22b9, u+22bf, u+22c5-22c6, u+22c8, u+22d0-22d1, u+22ee, u+2312-2313, u+2318, u+231a-231b, u+2323, u+2328, u+239d, u+23a0, u+23af, u+23e4, u+23e9-23ea, u+23ec, u+23f0-23f3, u+23fa, u+2445, u+2460-2471, u+2474
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-757.XfynmTzx.woff2) format("woff2");
    unicode-range: u+1ec0-1ec3, u+1ec5-1ec6, u+1ec9, u+1ecb-1ecd, u+1ecf-1ed1, u+1ed3-1ed5, u+1ed7-1edd, u+1edf, u+1ee1, u+1ee3-1ee7, u+1ee9, u+1eeb, u+1eed, u+1eef-1ef1, u+1ef3, u+1ef7, u+1ef9, u+1f62, u+1fa2, u+2001-2006, u+2009-200a, u+200c-200d, u+200f-2012, u+2015-2016, u+201a, u+201e, u+2020-2021, u+2023-2025, u+2028, u+202a-202d, u+202f-2030, u+2032-2033, u+2035, u+2038, u+203e-203f, u+2042-2044, u+2049, u+204d-204e, u+2060-2061, u+2063, u+2070, u+2074-207b, u+207d-2083, u+208a, u+208d-208e, u+20a1, u+20a4, u+20a6, u+20a8-20ab, u+20ad-20ae, u+20b1-20b3, u+20b5, u+20b8-20ba, u+20bd, u+20dd, u+20e3, u+2105, u+2109, u+2112-2113, u+2115-2117, u+2120-2121, u+2126, u+212b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(data:font/woff2;base64,d09GMgABAAAAAA44ABcAAAAAJkgAAA3GAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjYbg2QcgVI/SFZBUoEeBmA/U1RBVIEeJyoAgRQvbBEICpw0llILNgAwlXgBNgIkA2gEIAWGMAcgDAcXJBg2G6AhIxHCxgEEhH4AKP4qgR5z1UZBkgQhBpQ0QGFR0mlhotJQxCSO28yfQ5KG4Am5tt9u1wNIRkgyC8/T/v5/7b3nzNXc6yem96VEV6nSSUiMDJ1KcLLj+/XPD/w2/88FLC5KikheLMoExUQvuQ27HrSF9iKZS/eyF12+n6/WL4qlrtLa4Pnvb3TuDzRrJuJmiiyoqcCi0BZkhVdkeXFfAjII5KJi4ME6Q65fItgANXE7TK2ldrcbuEQBK76Zk5kK9R+29QRCf/Zxf6e5D/GV74sBgCsgKOQrAClGYcqKQaPQnUhZYWSELJQb86e2ioBTmQKjp5mGZBbb7ShiVufYyKGI0Ot4PPdXNYKwAgX4Dd8DCT/JVFABGevsnnaI23ocbRC3WzwtkHFaPBbIuCx9HogTCIDh6BFlHqFAABRHPZpWFIRtiHaOG5ERPDwtWh0qTpRPJxZaUZB4ENFG5mSVncDijQTE7JbbnNYq7ftfC5vo6ezwAALUo31APQW+8TC6jYMbByPmrECA5jLkF87zO2OvXbU0J2TZZoNCZEVVyIxyLZWQtGCiHyFJKDpFU1RFWRvgVzp6PBA3pUTicq3ufadRzjIAgScQiO+e2i7/8b9wFwDiJSfEtokvXNQ+4kN7TD9etq0pVe20EWyTndSmSBHIQcEFWeuRSLCRV9RTfW8pSUpDGQV4QT3V91pmrdPOJxxDi5AHNSCzZUZpQBZMr8CA7HHlaf/Nf/VfePaDNQXJqk5bO2DT8v5bSm/BU6+OyiecRWsUEc69JdDdG5xH0mTIkiOQp0CREjoGJpZwbBE4IiHAtGPFvhmyKYAMO4IwZ+RNqB/0PTKObQjpyNq9sxdgFwB6uNUAMJNsVpaAMkYAzSmx5U5gnLfxi64YcNh4itjlXwHcwWDLGEgQgHbonwB0CkRMwcphCGg9R1td7j4EASqE5NRMyjRpNQABoMwOEh6S4559kP7QyioqR4Bez0grSC+4FnWetJTpWjbMpWJLsEzTbRgQDqmEPLoGrJsDnB8G0Z9kUr5mpYAKSKkhqkoisRNlaIgEuq0Zx5GvE24V7hbuFe4XHhQeFh4VHhee8vuBzpwmNwi3g5Ny8VNZfHafzWf1haf6LV+zr8nX6Gvw1fvqACHivmcJATHYmDaXATueqDX2RDKSTWIzjSAjAX8yksc2blIKIL0gRXCflAK8Dso21gkqWrv+1CVGigA0A2A4YD5wmwB8HwAAB0ACKIphuNHSEtQZ6X3wvuCCg5KQdu25Xp7AIgbScIAB/znsDmcMoBRBa6gJgZ9+Ae1cc0Ow8z7/7CC6P1xhDkfQLKrTGeiqrkNQaiqGXCQP5QC7uQpBqUDfXmIb2kKuu0pV5MtQUVOPhFKTX0WO0MTd3PV0u5pXTCd9BP6R8IO2cqvRSk4VuVJeLasconNIXL2aLpIHqdw6rqHwCkSeQz4BRau4GLkMlwE2za1m5eZbUaWoxFBdqWpVsJ2nCOwjLTBLiHlC9dB+LC+KnDgla4/gdhSl8GJFdcuypbNXqZa+wxqQjkLFbIefX0P3Pq5EQxSLYsX4+6o4H03NQ/WFKJRIyQ+oZz8vVoXLVfIqeM3rCrTrq9tda6sitoKRPts/rzo+1dUCpbO8IJZMFyS+VkMgsCj/8DrIKCJtcIZ6ifwXnI18/ZGKthoXxruGRlTGiflxSnbaMGg3qEwUK5onUFhAnqBv0h0Ha4Vziew6cwT7+R5f8/m8xrOzqJSdr5/nqo1BaX5gztv+NMWa9j/sAXV/z15Gpe1ns5aBdQj8ao7XB3z1A+kOekwJem0fUMIVMfGK9NN9bK1kgKknXSbpwOad8Pk+M4IZsNWXaGlMeiqNaqAzjTOejSPEleOrODz5HgGsTuHzzx+clS6E/LSlFqu30FOXmdRO0bvatsCvywyCb5U1G+v2MrmMkv70jFrFR3z0PXOEItek5teqK4UkI7HrrRRaUm189sludFl8Jp6gMaYQrTf77KLyBLrZU0nqouKu+RsF/AtaKNWtG0o7w7LUQR3s3TZ/Vmg4dIRvGwhncQe7CvfqhFLOaq2YBgFn+fIxFtfdzd2ji5Jy3i2rvrvCHDH7X5HMUele7rqYqMBfJgEObFYNRPe8YJ544byn8ztIEFO4W9XRt4j1e9eIp2dSN+cd0tx3Aj+aQTUy6QYqbV/9cFpNSf71jWa4Ll2Xnq7W1Q0nvPk1wyZyej4V9H+ruylDr8LMukvFD9wymftB3iWl2KxTzXApa2cfqi7GuSz9h7x+vbzYijxD/2phcv/7jwAWYvzIsx+12Xfqs5vpl4u2ZGYcyb0seX4j4tO9J/SHsfVrW8YhXTLuD9dJQdF1aPE5VdoYBz69JDZeU5Oe3F4UTOcuNirb63NzE4yRV95cmCEKUFraalvMSaXKtKZDWTwgNfjTnv/f0obG50VyuXsE8H4Knz98kOtAUBa2R4FxRKf4F0Wh7mjRHnnyTp58Qfi6BTxXl4ktYulYSFm7mLE+9HSaVeVsOwLW90/1IFBLxgWA5+I0M3CfGO8GgCCIBT20widwAiZEjDQhHyN/E5IITYT1hItEHtFOPEyikppIn5IuBnACMgKqcFiEQDAEAMAiCPEOpqBSnsCYeonDEuoCt0Y4hZtQ07DgYBpgjpdcMiwQDJf4/X30DTpYEhZEbNDL/Hsw2PFh4ni9yNwmI2yAlTCIhCBEGIEjiBf3dxCPhYcf0wYtAlzbQ+P+Iw8u4LCM33KFGhElkSRm6hZwubm5stBR3EJlJvd+maDKuwhhMr2cs4dP7d9/8vBZ2HpKv/X770f8nDR14fh/nlr4Qk7/MCEM9T+D8/oVWVVcEotH8Srznx1qdlqsgB6CGg2Z8TIhlTwo9JGQPL7vtChk0q7ShrndZhGBWi1AgoO5uDq4g72i6s2z+w+Q+fPCDz/6JunRjNuzyOVJTM2Sv3/rxshYRszTCxcoZd0cb4Hg+UhVvlgkWliqx2HZIjB5I/yxhAlEMgnzxik4P38fk5Ss+G6R0x96uc+evfC73eU5v/39lC4vctOyNJosGpEowCsT9TTL9eEbBCeS2gC7glc9B05/T334mqKszNl3rK0DI/oQGuvLjBQpzq82wDvwUUhdSejWF3D0niJSk+PEbBYbz5PHR0WwGsK3B2+mVqG8dHomhXS5BXpYDKvCxBMXOLc+MLF7Siov0uUo5fF1tfn5mqQEafCz4M1767PYQkVqVoaaEBwtl4pZIWhAULAmUxb55n8Ck5qabmxMLlfE46lKy7Z3MZ2ebG5Hsz5RvofwlT75F8NJfv7rnCZxlUd5/zB3GKFwBE+eHO1w0eDJtUD840qLNa0JqAD+wg0EmfUDn6nbv6iVqmUyNdnnIy9nUEDtW0GGhfpfq7MyZLxIfmW5UTWNENLY5QsNDQqLSVYVsBlVckxYUKikeGE5DL4VXr/vicKJE6+zMlVSEZtMImkNOXINKdwCP/l5vAhhUjZeZuGFX4ZnJwkjeNPcOHwEjYMgq8US/pRlN2q0dIfkN/IU9PXoKGX05XiwTJOlkVcKJAYtebea5vqiGXnqzLlz2huqzXkaP4Nx854iUBJJo1GIWEDIzk6VHL096Oqx16KAoelN+mSef2kGHp5RCWq8UsDVCVE7QSKRyeWZrMy0epiOtmxOWwOukIgezJ9Y27hBn6UQMYmTk+ojblQXBYUBx9sar69rI6pOD1WcBaDTPUUYNp7+BULnJOBG9hvP653bVZQax+WZMsK7Llwg8JS1Xeyxq7iNsZWV21GC0Zvkj64YwYuWKvDkUShTN+yQXKffprowxJ+e/nJ4RNfZxzr0DHJaU2Hi5d1/4IzeuMfJ1CzlhDAwelWN90jNUsVh3IhIt6ssTSqgkpvDxUHO+0ajdAaDE6PKyb47OskScjkceuCrB49wbWI4GL0aGSKDEfhiFE4YV5BlNhnLdo0cM3KzBaEMQVCdP3JkJCtrYGDatEUVPil6+WezkRpKqUjFm8DgXcRmMlevVqtlc/Zsfz/c/JS/V4RtnhZnXvOGNhmyJKh4fhVI4lTDpodNHaopmFQCcKlBxQ9xeS+aqTn/gs1+AsDbPbHjAHz48PDLKfHk7dyGIAaARwEQcAf//wC5yxnm9fh4ACEeW3M3AnZ/AEgVSwagoeWCvqU0oiOWCqlugx4qH1ypjExU4mFXt/dpbjtVj0CIe6p5yRCXAU7m2wQrdGceqxRkDWuMS6LUZbIJKwyznnab2ALD9fiWBbMihwiBJaCYkWaBzVFjZgNZxvF5USqxBQLD2SIlMWyJYFrZMgxkTE8OJmhnYdPGaJY+PSx0OrWzk7zlHDq0JGEhtJv7dSjQXC5ufSzlN6RVcyTsK7iRZ3/6dMmSJEkvmx4tuhQm+0S9pD1cjE49XJIUMylQpFOfTuUsPHpV0Evg7VnFoaf80Dt5YJQSJUuWKsF0StncLNSWRQYcpZDEkJAiw7J2sGjjyCVOS5nFwUbSjKjXudWSqfgfh2xaBjrFsiVq80mxFzUq4+DSbzzfU8xjSDG0xnpK2cjkJCVLUYUpUboZo2U3apXbP6m1dOaYlsiSSRMtIB0Js0w8zLO26OOGCaO9NtIBd5MwJrNgX88iFh1t0kuU69SftWHLIpGISGxTHKS0s8vx73u5dyAlkN7/4UTgXhWvZ/UPkIh2BbYO3tXvyzpZG8VMTuQTIuy6xFgLIJh0/IutOhUwjTNlBA==) format("woff2");
    unicode-range: u+11af, u+11b7, u+11bc, u+121b, u+122d, u+129b, u+12a0, u+13a6, u+13a9, u+13ac, u+13af, u+13b3, u+13c2, u+13e3, u+141b, u+1555, u+1557, u+15dc, u+15e8, u+1780-1782, u+1784-1785, u+1787, u+178a, u+178e-1791, u+1793-179c, u+179f, u+17a2, u+17b6-17b9, u+17bb-17bc, u+17bf-17c7, u+17c9, u+17cb, u+17d0, u+17d2, u+17db, u+1871, u+18fa, u+1bff, u+1d00, u+1d04-1d05, u+1d07, u+1d0a-1d0b, u+1d0d, u+1d0f, u+1d17-1d18, u+1d1b-1d1c, u+1d20-1d22, u+1d25, u+1d2c, u+1d2e, u+1d30-1d31, u+1d33-1d3a, u+1d3c, u+1d3e-1d42, u+1d52, u+1d55, u+1d5b, u+1d5e, u+1d9c, u+1da0, u+1dc4-1dc5, u+1e3b, u+1e43, u+1e45, u+1e47, u+1e63, u+1e6d, u+1e73, u+1ea0, u+1ea2, u+1ea4-1ea9, u+1eab-1eaf, u+1eb1, u+1eb3, u+1eb5, u+1eb7, u+1eb9, u+1ebb, u+1ebd-1ebe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAbAABcAAAAADxwAAAZPAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGhYbgXIcgzw/SFZBUl4GYD9TVEFUgR4nKgBkL2wRCAqDMIIvCxYAMIJoATYCJAMoBCAFhjAHIAwHFyQYFhv1DEiOw7jhK/FCcTagBCsenv/Ovl/7nEolnYobF+qBnDH5JeGJf+ToE+wXn8+u+jU9ewBrSbQw1fd6FnAQHxyCGRzEzs4h7P+3X6t/9u0CUTTqRTzEiTTRTGmiVr8kPNHnEJKESPqhYC4liIW0JA2J07nUrR/M4h/R1id8GDn+VQvhONvwiV8qlFtsVdGAlMPPdSwEHX2abCLomEOZjpTjD2U8Uk44tJchyAaQFZblZ9QJG0BSmLKLYZtwDi6/5BictTCsg7irC+LnPm2fXUsjRtfIeQMbEJeQR+9gRimOPVwRiNj7Vwsn4tgeBoIpBC0JwX/mIYKhHN6VA6EuybJA0znOD58EaqIyyjLFMbe+0X+EGuYLPvOJj56gPP5IhyFI+Q2BQCgkhIZkWQVgfTFcMto8JElWs+LGck5M2uGvcRM9oYs0T4qpaGkHkP22aaC2MPqPrNA1F3efdMyJQdY2O+KWWUgqUxE3TSKMmYi4YRzUDZqX+txYHlJNz9ETThYtXFVSf8c19HA+Fk/rjfODEM1J5toAPhtCSedQs1NJeTesCCYAMG4LQpLf+CvSMCawLIKWpsjHmPMidBCFu2T6Iv/OEXxI16V9wPbqmHGQuNgSUpXQkNmJbLpFXjVy0NzKp4wWKa6J6UMGUYe0KP0F09OgxrVO2Iz5XGcfrfWSwMAJYZIUqdPF0I+APgkEROWnwHttxYogI0lxC+ltBEQnPm/QTfuA2ItDP0+D4yBf8YcRGu97H/Rs2WjCvvNnO/TlNP/frSr2s6EcICFjAicwwW0X0LMLh8WdTj9Ln+Yi13NrNALT1nf7/+4/P5M+M3cmzeD778U97EqPS52wWWOpFEhAXGO+AmIsmjgCosJPiRaxIkSbuIXoEJ9DdEn7QPTOI0Yf8jTEACb/uWM0Qhc0wQTogwPAVYAC1HiqsKhIRaauZassiwT5CMs96/3yuKN3HHnkxnO6Rx214ei920hlnz2Wn4xLn6quf8Iljx+8F6nsUSnK8du1Dt6aYa8qNQ+KtuOv/8GJ+z5Muu79w3d8MNDcZ78t+2b0e/jAe/rRzfM3uv2CA++f5NWX+8H+F+zi9fQ4Esx57+S/bLXUVvPv/Lx71cTUVd3eVVMTVzlsXnnX5ituXrvr1Lqav9LmcBXWeuP8hed7cUJzYbP35aKvF5m9e7HmYsLvWea3/OiUZX/S7byo/MX0m2u9v9bCvxxHuKWKVKaQqwYCIbC8LWBFQN1S8pVr1sNr0r1Dk6GhhkuMXXq5ZfzVQRp8/+XQbPeiYzIXfk+dF250wEWL6cDwpc1dfnh8wQ93Gf0PzT8gD7MbvXzA5qGjGfnW8/1a71Scf1AhzrvW5TEW2UeXDCMuHY48+c3JyTc3VVN20jCFsHr+1dlc/N//DmUpTYocKaW8YPbmP+c2+FE543MpSdEo/rBM7FVadzofVKk9OTVZxdefPn74PVP9/R9ff7h73W7t6y/vumC919R2f9GOL6bLa0VxUa325sANC5yn44KDB7roOldEFaWPG1Z4a3bxUo/mNCNpeC8uJ5Ci/HrnQ4sO7m74RSPnj+DPzy/1Dfztttd+/8f3u/9uPa0+AKUEguKa/7+F6vUIq5lvukDQw2nmjxzhJTGOj7N05I9i7bSPe4xGwO+wo+99EDTTM/YGBJhpwjdZFGO4O+7FCIvHBUg6cRKyYawsFnGoOc4jlBa6iI41OR59mxzXLELLQcCPiU1AZUIZWpqGaOvESehoWRNdPQHo2WQ++vbYkoj2xmYsPJGp0KBeDl4em0Xatq4n89BtrJJJSh+PCmil0vSqIbDXNZOxTQON2MS9TkkTLZqXyKHbMnrBJor3rCxRbA5VtGpFKlSx9bLV4zFeDfJFVtWayJzspdsYKk6UGDESRCoRJ51WI0uMyejfUWz9KLFipYBPD55JbttLIRsk18pIFDZJEjvGiK/+GNLlKpCnWvoAU6LXUi1PoToyVR8Lz8nNo7ssurOkWghR6GCqYsROKRFlxO0UKpdEbARyeyELmzXA6qLwcVlRC5Dh8SuhItBdY10vDR1WlncRlX4yaeWziI3pda3C83x8Klg9Wx+HSBYsCgeMZqwO1Fxej9GVzxc3ih7y+b8W1eujhpnB6jQQ6GIif0Q+xboz3bK8a5b9xgIA) format("woff2");
    unicode-range: u+2c8-2c9, u+2cc-2cd, u+2d0, u+2d8, u+2da, u+2dc, u+2e1-2e3, u+2e7, u+2eb, u+2ee, u+2f1-2ff, u+302-304, u+306-309, u+30c-30d, u+311, u+31b, u+321, u+323-325, u+328-329, u+32b-32c, u+32e-32f, u+331-33a, u+33c-33f, u+348, u+353, u+358-359, u+35c, u+35e-35f, u+361, u+363, u+367-368, u+36c, u+36f, u+530-535, u+537-540, u+55e, u+561-565, u+568-56d, u+56f-576, u+578-582, u+584, u+5a1, u+5a3-5a4, u+5aa, u+5ae, u+5b0-5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAwgABcAAAAAGPgAAAuuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjsbhCgcg0I/SFZBUn4GYD9TVEFUgR4nKgCBFC9sEQgKi3yJKAsmADCKCAE2AiQDSAQgBYYwByAMBxckGCYb7xVRlJPWpJD9PLCNaQ8WTXNJgIVY6GpmK5sMm3DCdzjllud4nv+1f93n3nnzaB4GsWUFCApQEbqA+jKrKqu6RiC61lUy6ejMD7TNfwcHymEl1llNqGAf6TZtQIyiUoxCt8/N5Y8Kf/Yy0+2Q0q33CLQhBOMXMhImHEIJjEFj1/79APv/b66083eO1eYwp+4Kv0RCATpAXeMCbza0rA4pFzNvU2B2gI6YFRsB7Cora3S1qKzfr6b8tUnbyBAxNoo91qnZ4WR/VYt4jh/+tw2qvWmvUYGojfU7IK33G+2QdmldVhDdWpcWREM76II0TFA1zpZkQjwmKBpbBbHxE0fR69ss6C7m4go8+AXSJDXaL0zQ6KRfhF6v1LizAWq/XAG7ebaZdOmMg/9m4Tj9vU4XINhKQqc0CH/t+oJwHQJEtcbOToj5BUhgmxetq5vON+VDM3HU152jOtpMZ9GKeD6gW9ZTYqA6bjquHZeOczBonz/7XZC2cgHByyrJL3SkpHMTyP0pAB9j/K/S70sedSkZIFi7plbf9UnFRY3u9bU61cLCBDYAWUEhcZlrDS0Lo0phICAw0kqXYdAIEioItE+RjJ/zKt1Ap+gCaopXXF8E5OFDhcPoKVVjYadSapn1Dh1WM9v73tmGxdTWvk9swRjb3PeRTcjQeujWCsrBhzSwFDN69Q74YeX7ibO9Dr4ehP2D/JaAyNAUOzFROBIFCc1On0cxUSwFQxTVQsBVwGYAYwhRtb7PUrIfjMee6szMLfwLuawo7ayfEMcfOx7EfWoI1MovrSNUCXA0qONvMRdu6jcMGJRXSwtw5+a0eRw/clCmBfdcvZTrN0k9EPDaWN1zEWhOBO8JiQ+UfbTjwP6+F46kP8Aiu1/QkW4ZRBCsxctSRKFJF5thCFgxAJWTqa+ELudDHb8oOQnKJ5dL5zmFrEV5cMalPmtFxzPX9HmcGH1BArykJezqMAh7okT9+JJfLt5HIAAFFZvR+1KI2qA/wyB0nYM+z6/ZlT3ZlyM5lselsbS1tGzsKezX/J7733rtc7VCBQTy5ApuST+mSjEEK3CWaBJXcxTTZDAUPgF65sg4k0MlhiaqSMc4JjNyMmZRqCILxtEsI6rEKQpASVmz8fNMT1mANcBh4EyQL0F5GYAGDKBI9iYogxYau0hT+aht17bLKNR3FeR7NMJR5+cX7ofSSCgemBjAZIZnz0/tE8y0mQOMRp/RQJOJada0IWxoUb34A0L+yH7pe/B+192MsEHFvrmSkax/l/6KkB9GlH7wCXhXbbK8eIB5hM6meffvtyw4eBDZ6/v46GwGG+1qzlazNZkqrT6MkJclnb6fDRibdUY6eSaMvQgDnALdIGrVVwmiK7MdjWLN2LJ9XVfiPRM1dUa2moJgE17dTNOcrVY71jPYavbKZtYDDaOTzYs20EYTdoAvZiezad4PdnXvRUa//TYqfkGwZf0praSvyHSjaUFJ9v9VhhHkSgBz9OWro959bbbucaylDWsdWeV3v/iL3f6UZv63CngV770X/8lfPaJ+5BJ+6bXY8vcnOlcv6/iZa9snSNrr/KQd8CynH1ekKq48YEvggrCIBYFBCyLCFoAuhvmRNEfK+KjP5yacK8WThlnLH8oPtsT6uyaS3pgXmo5k++3JUUVLKzNcqg2pK/Qid3tuQVFHbrFbvyJlg+rCmeWV6miwBqYEJg6Rn4nHX0HHZ+N5P4MUv0obUenRtFaOp3eQr0ohFClmiYbwWIlTopYygWPGTIGzpVyk+HK+c+YMvuP0SGla8jOx5xXG+Cvi7Z3D866xVmtWptRrSlRSXkMR68WUwAR6K222WpQ+1/sZz2KpUM/NEWkDkVZDsFGDGjSJSUzvQIAsIGiuByHl18BoYKCaYvcFh7902JvOZrBMdbmKxh3/M9bAeIaStkgtFDbW6kzKlDpNiVrGaxCEvrV1+L1v/nn9Owjzk2grCj2tamLCJiW4MxJraUn4kaDfMNTtdvWswaJX82ig4XHzVPk/yKZq8Exhi1jgks3IcjSWQQwIW+PbYicaOdkqtVb9AtIiEEq05YWjmsoUg1ihSuFyq/AyGoFLO+xuY4J/XPFtVgjsMlvXXMAHuPiSwlWF8cdtwNy6vw9bUmgfLsqrHw/LLc0Xesa+wQLcYaES0L3+eCBMtpGsyILHSCjOq5tA40rzhItf/BrzJ0NCpQAAAMhHcmkJhHy4vgoAH0gFKQzDi7AUTiFxSDMyivyO3ECe0nxpGTQFzUSAFwFfYACAF1jk5AHwj0wLmX5AwLzAOZby+GkW48s75lxLB3hIrGFdXNy6BorKlHZIYF6+JXqHNJOa5OeNhSd3SiLjXXL4GhbDJMJC6HDJSyAISVDOuiQ8fIl4w4gQLIEODutOjwqPZXcUxzNbCi/mIyzgDKb5XD17AWSgmWZeWvS9g6T7Sei7ZNBApl8JDaBN0/3Dw4VFcf6MB9coKihTVhcaKmhwDos8Z4NgX1MnywxqHcQ/nP/Jk07nkTNBKanFll6oIb1YVhYkhBIWCxGaYAMtdVmc4Onr3Ox0MCeRW65oRpTMoe//u5n9dA6ve/YVdvN2HWRwOPkdehCQGRTFCIqMTc0WZ8pIio0MYlCulzTcyGf7lolt2vcskqtxBQeiLP7+pTMgbk5dkPj01CnrO5i+e/vBo5PnwzIyK5yDUEsGUBQnLisrv2YY4bbK7TaR7Hv3HlFBwN3lIu+d+zGcsLMHe3SOxUcYJ1/kzBQli6KZba7ZtgX3JJ9Bfpvd47HPkN+/z+JkVWC1LA7rvmK1gqXL/IlqWy+/Z+KSGj0JEwVfW3790MwESo/EOXmyqbVNpWkzOZicuLLHMXlqpxM2JEmhjvSysrKEQl62aDbEn2RNn/rrBDsuQ1QaAfOh7ckN1rpM6sndW2j33sN7N65dunJfe08Gk0mv7TXXVSQ/u3bl5sPsyKt7915hxZRYJEDmZ6I7q0BI5lGUb2hkQno2OshJTc3KmtPv8mJM6ojow4dPKfcrKvnp7UvF8Mex6Gyle/LB4biskAdXQjA06/auvQeP3ajbfJALF6/cqSzIjrxSXV6x6QVuRg2VJBobmzgmBS8syrnITu7d6RBIpwUxcUm1e3PT0483IztWDF7wYiZNnUMf8Y2TE+CNFQT9bAzlH1D7B22SgaJzGIwlF6GoLEKGP+cjJzcYmiQSHp5WJusYE3w7jJJiSpmfYTn586b79C07169+69//ViP81avnyNBEbwCeOHEuMtF9tCl4EeYhbIQJlwWgzWhMkTAV0OwIwTCjsN4kk5LnJ6aVyzo9rLzx5EuoGnmG8cXUqlvT6zavXPLy778v4egnbCx8LXkvaiYhKGk/+3pRWndg2X1fev0X8OMbqY8Bv7z276HpxF+Y9q8hAFoFhObE6VNg+oEmqcergODHXy+XGBwD2QTaDOuo1Rzuz8tlltIS67mxZazVcWoo0aBFLSi4iLBXNmrQRuv6mWYxwRfb7IEqzRiv51OFcTATWMzzElbXJW/GRo8Dz1mHrb2mcO4i/Y1XfD03VKLzODoezzgBTm02CzsT1+HMPC/hXOciXFhKwSX42o0rCIEp48fjBg5aenZyowb105Lo5WAohlcycrIeQi0Y7CFONdjEzGLQd8LTUg2jElQs1HUlg9xK5Ms3QK+flRsyhDwDhmNj9+pn1rVfT6FGnd7L9VLSchmgIpUbzGlm1O91/b1ccHx5uLgK5JqBr5TF19KnxjBRXn4enjREidtJy85oMbSJ0ShjCKMQRtFq0yJcgqAfQykxGYl6pS1jVkY9jS7XxMhsKN6hfp8QThZOibiTQS+zFYVcvL4oO4NPNk7MkAg6xlllRNQakaV5tHorr+eG87KdKQdObqtBFnh7rIHoWcMPaSFOESMYdOpoOYPz6ZR6DVkk07vS5aFj7CfxdexcH4Sa/wb6CmQJyKnT3fM7u1c9G50VkBEcC+orXjU0r5ohk+ZNUVlUMQhfM38fBgA=) format("woff2");
    unicode-range: u+1af, u+1b1, u+1b4-1be, u+1d0, u+1d2, u+1d4, u+1da, u+1dc-1dd, u+1e1, u+1e3-1e4, u+1e7, u+1e9, u+1eb-1ec, u+1f0-1f1, u+1f3-1f5, u+1f7, u+1f9-1ff, u+219, u+221, u+225-226, u+228-22b, u+22e-22f, u+231-235, u+239, u+23b, u+23e, u+250-252, u+254-255, u+259-25e, u+261-263, u+268-26b, u+26d, u+26f-277, u+279-27a, u+27d-281, u+283, u+28a-28c, u+28f, u+292, u+294-296, u+298-29a, u+29c, u+29f, u+2a1-2a2, u+2a4-2a7, u+2a9-2aa, u+2ae-2b3, u+2b5-2b7, u+2b9-2bf, u+2c2-2c4, u+2c6-2c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-761.Cy2jodEe.woff2) format("woff2");
    unicode-range: u+a1-a2, u+a4, u+a6-a8, u+aa, u+ac, u+af, u+b1, u+b5-b6, u+b8-ba, u+bc-be, u+c0-c8, u+ca-cc, u+ce-d5, u+d8-df, u+f0, u+f5, u+f8, u+fb, u+fe-100, u+102, u+105, u+107, u+109-10b, u+10f, u+112, u+115, u+117, u+119, u+11b, u+11f, u+121, u+123-124, u+127, u+129, u+12c-12d, u+13?, u+141-142, u+144, u+148, u+14b-14c, u+14f-153, u+159-15b, u+15e-160, u+163-166, u+169-16a, u+16d-171, u+173-17e, u+192, u+1a0, u+1a4, u+1aa, u+1ac-1ad
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-762.DJju1fgf.woff2) format("woff2");
    unicode-range: u+a3, u+2ca, u+2223, u+2640, u+273f, u+301c-301d, u+3107, u+310c, u+4e30, u+4e3e, u+4e5e, u+4e71, u+4f26, u+4f7c, u+4f83, u+50da, u+5243, u+5267, u+529e, u+5321, u+5352, u+5477, u+548b, u+54a6, u+54b2, u+54c2, u+54c4, u+54c6, u+54cd, u+54ee, u+5543, u+55d1, u+55d3, u+55f0, u+55fd, u+560d, u+5629, u+5660, u+57ae, u+57e0, u+57e4, u+5904, u+592d, u+5965, u+5a31, u+5a7f, u+5b5a, u+5bb8, u+5c14, u+5c3b, u+5c5c, u+5c5e, u+5d10, u+5e10, u+5e4c, u+603b, u+604d, u+611c, u+6137, u+61c8, u+6292, u+62c7, u+6371, u+6382, u+645f, u+64ae, u+64c2, u+651e, u+65f1, u+660a, u+663e, u+673d, u+6784, u+6789, u+67ff, u+6813, u+6854, u+68d8, u+68fa, u+697d, u+6a01, u+6a1e, u+6baf, u+6c08, u+6c17, u+6c2b, u+6c81, u+6cbd, u+6dc6, u+6df9, u+6ed9, u+6ee1, u+6f86, u+6fc1, u+6fdb, u+701f, u+7076, u+715c, u+7194, u+71fb, u+720d, u+72b6, u+7396, u+73af, u+745b, u+746f, u+748b, u+7647, u+7699, u+76bf, u+76ce, u+76de, u+77aa, u+786b, u+7881, u+78ca, u+793c, u+797a, u+79b9, u+79bb, u+79bf, u+7a92, u+7ac7, u+7ae3, u+7b19, u+7b20, u+7b51, u+7b94, u+7cbd, u+7cde, u+7cef, u+7d46, u+7dde, u+7f88, u+80da, u+814b, u+81cd, u+8235, u+8258, u+8282, u+82b9, u+846b, u+84c1, u+84d3, u+8518, u+8611, u+8783, u+8814, u+8a15, u+8aa6, u+8b2c, u+8ba8-8ba9, u+8bc6, u+8be2, u+8be6, u+8c22, u+8d05, u+8d27, u+8dbe, u+8e34, u+8e66, u+8ec0, u+9005, u+9082, u+9091, u+914b, u+916f, u+92c5, u+92f0, u+9318, u+9382, u+938a, u+93e2, u+964b, u+96c1, u+96cc-96cd, u+96db, u+973e, u+97a0, u+9803, u+9876, u+9879, u+9955, u+9986, u+99f1, u+9a5b, u+9abc, u+9c57, u+9c9c, u+9d1b, u+9d26, u+9d51, u+9eef, u+9f99, u+c2a4, u+e253, u+e313-e314, u+e5c7, u+e5c9, u+e8db-e8dc, u+ff25, u+ff2d-ff2e, u+ff34, u+ffe5, u+1f60a, u+1f618, u+1f62d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-763.BPlfZyhz.woff2) format("woff2");
    unicode-range: u+b4, u+10d, u+2d9, u+641, u+6cc, u+e20, u+e29, u+200e, u+20ac, u+2266, u+25be, u+301e, u+3058, u+4e07, u+4e1d, u+4e66, u+4ece, u+4fde, u+5016, u+5180, u+5199, u+51aa, u+5306, u+5386, u+53d8, u+5413, u+541d, u+5436, u+54ce, u+54e8, u+54fc, u+5571, u+557e, u+558e, u+55a7, u+56a8, u+57a2-57a3, u+58b3, u+5960, u+5992-5993, u+59a4, u+5a55, u+5ab2, u+5afb, u+5b56, u+5bc5, u+5bc7, u+5bf0, u+5cb1, u+5cc7, u+5dff, u+5e93, u+5ed3, u+5f6a, u+60bc, u+61ff, u+6218, u+6254, u+634d, u+6467, u+64f1-64f2, u+6582, u+65fb, u+6615, u+6687, u+66e6, u+66f0, u+6781, u+67f5, u+68a7, u+6a1f, u+6b27, u+6b4e, u+6b73, u+6b79, u+6bcb, u+6c5d, u+6cf5, u+6dee, u+6ec4, u+6ecc, u+6f88, u+6fef, u+701d, u+703e, u+707c, u+7099, u+710a, u+725f, u+72d9, u+72e9, u+731d, u+7325, u+739f, u+7463, u+7480, u+74a8, u+7523, u+7526, u+75e0, u+7613, u+7656, u+76d4, u+773a, u+775c, u+775e, u+780c, u+78e1, u+78f7, u+7960, u+7a20, u+7aaf, u+7b08, u+7b71, u+7be4, u+7cec, u+7cf0, u+7d5e, u+7d62, u+7dbe, u+7e1b, u+7ea2, u+7ec4, u+7ec6, u+7edc, u+7eed, u+7efc, u+7f16, u+7f57, u+7fb9, u+7fca, u+803d, u+816e, u+82a5, u+82b7, u+8317, u+8338, u+834a, u+83d3, u+8401, u+8469, u+849e, u+854a, u+8559, u+865e, u+86e4, u+8700, u+8759, u+8760, u+8778, u+8782, u+879e, u+87d1, u+880d, u+8836, u+8944, u+89c8, u+8aac, u+8b74, u+8ba2, u+8ba4, u+8bae, u+8bfb, u+8c4e, u+8cb3, u+8cb6, u+8d16, u+8d28, u+8e44, u+8f3b, u+8f3f, u+8f91, u+8fb9, u+8fc4, u+8fde, u+8ff9, u+9076, u+90ae, u+90b8, u+9257, u+9310, u+93df, u+94fe, u+95a5, u+95a9, u+962e, u+968f-9690, u+9704, u+9713, u+97f6, u+9824, u+986b, u+9884, u+9886, u+98e2, u+991a, u+99a5, u+99dd, u+9ab8, u+9b41, u+9b77, u+9bad, u+c774, u+e5d4, u+fe52, u+ff02, u+1f389, u+1f449, u+1f495
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-764.B79rancX.woff2) format("woff2");
    unicode-range: u+2cb, u+5d1, u+5d9, u+5e2, u+5e8, u+5ea, u+633, u+e32, u+2252, u+2267, u+2573, u+25b3, u+25c4, u+2713, u+2715, u+30e2, u+4e28, u+4e3c, u+4e4d, u+4e70, u+4f88, u+4fef, u+5018, u+501a, u+5026, u+5137, u+513f, u+51f3, u+524b, u+5254, u+52d8, u+5308, u+5384, u+53cc, u+5443, u+5466, u+54a7-54a8, u+54bd, u+54c9, u+54cb, u+555e, u+556a, u+5580, u+560e, u+5614, u+561f, u+562f, u+566c, u+5679, u+56bc, u+56cd, u+56e7, u+56ed, u+572d, u+57d7, u+582f, u+589f, u+5b09, u+5ba5, u+5c51, u+5c90, u+5cef, u+5d16, u+5d84, u+5dd4, u+5e08, u+5e26, u+5f0a, u+5f20, u+606c, u+61c7, u+620f, u+625b, u+62a4, u+62d0, u+62f1, u+63a0, u+63c6, u+63f9, u+6413, u+6417, u+6483, u+64f7, u+650f, u+65a7, u+665f, u+66ae, u+66d6, u+66e0, u+6746, u+6756, u+67d1, u+6837, u+68d7, u+68e0, u+68f5, u+6977, u+6995, u+69a8, u+69b4, u+69d3, u+6a3d, u+6abb, u+6bb7, u+6bd3, u+6c47, u+6cc4, u+6cd3, u+6dae, u+6e26, u+6e29, u+6e5b, u+6eaf, u+6eba, u+7028, u+70b3, u+711a, u+733f, u+73c0, u+73ee, u+7444, u+745a, u+7487, u+7540, u+75a4, u+7729, u+779e, u+798e, u+79cd, u+79e9, u+7a3d, u+7a4c, u+7a9f, u+7ac4, u+7aff, u+7b77, u+7c27, u+7ca7, u+7cd9, u+7d76, u+7e43, u+7ea6, u+7ed9, u+7ff1, u+808b, u+809b, u+80fa, u+827a, u+8309, u+8328, u+832b, u+8396, u+83e0, u+840e, u+8425, u+852d, u+853b, u+8588, u+85e9, u+86b5, u+8718, u+87ec, u+8910, u+893b, u+89c1-89c2, u+8b3e, u+8baf, u+8bc1, u+8bcd, u+8bdd, u+8c41, u+8c48, u+8d2d, u+8d5e, u+8fbe, u+9015, u+90a8, u+90b5, u+90e1, u+9169, u+9183, u+91d0, u+91dc, u+9293, u+92f8, u+9472, u+9598, u+95ed, u+95fb, u+9605, u+96c7, u+9739, u+9742, u+9761, u+99ad, u+9ae6, u+9b1a, u+9b44, u+9bc9, u+9d3f, u+9dd7, u+9e7c, u+9e92, u+fe5d-fe5e, u+ff22-ff24, u+ff2f-ff30, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-765.CI-2-X2Q.woff2) format("woff2");
    unicode-range: u+60, u+f7, u+161, u+2198, u+2571, u+258b, u+25b6, u+2661, u+3051, u+3109, u+4e11, u+4e1c, u+4e24, u+4e2b, u+4ef7, u+4f18, u+4f36, u+4fd0, u+5029-502a, u+5055, u+508d, u+50ad, u+50d5, u+50e7, u+50f1, u+50f5, u+51a5, u+51c8, u+51fb, u+5203, u+524e, u+5288, u+5323, u+53c2, u+5458, u+54b1, u+54b3, u+54b8, u+5582, u+55b2, u+55ba, u+55da, u+55dc, u+5662, u+5678, u+56c2, u+5742, u+57d5, u+5862, u+58e4, u+58f0, u+5907, u+590d, u+5934, u+5978, u+5984, u+5a25, u+5c06, u+5c62, u+5c91, u+5cfb, u+5d01, u+5d11, u+5d1b, u+5e87, u+5eff, u+5f27, u+5f3a, u+5f53, u+5f64, u+6001, u+6168, u+61a9, u+6233, u+62a5, u+62ce, u+62ed, u+638f, u+6399, u+63c0, u+646f, u+6590, u+6631, u+664f, u+6689, u+66dc, u+672f, u+67af, u+67ec, u+6807, u+6a44, u+6c14, u+6c40, u+6c70, u+6c76, u+6cb8, u+6ce3, u+6df3, u+6e20, u+6e43, u+6ebc, u+6eec, u+6f2c, u+6fb1, u+7009, u+7011, u+701a, u+7117, u+7184, u+72f9, u+7426, u+74bd, u+74cf, u+752b, u+7554, u+75b9, u+7621, u+7671-7672, u+7693, u+76ef, u+7737, u+77a7, u+77b3, u+77bb, u+77da, u+77e2, u+77e9, u+77ef, u+7801, u+7940, u+797f, u+79a7, u+79b1, u+79bd, u+7a6b, u+7ac5, u+7b1b, u+7dab, u+7db4, u+7db8, u+7dcb, u+7ddd, u+7de0, u+7e55, u+7e9c, u+7ed3, u+7ef4, u+803f, u+8046, u+8087, u+8116, u+81a8, u+8214, u+821c, u+82d4, u+8305, u+831c, u+8335, u+8339, u+8350, u+8354, u+8526, u+860a, u+86db, u+8713, u+873b, u+8822, u+8993, u+8a1f, u+8ab9, u+8ad7, u+8e72, u+8f4e, u+8f9c, u+8fd0, u+8fd8, u+8fe6, u+9042, u+907c, u+91ba, u+9452, u+9591, u+95e2, u+9631, u+9699, u+96b8, u+9709, u+978d, u+9811, u+9830, u+98ce, u+9945, u+99ed, u+9a8c, u+9ad3, u+9baa, u+9be8, u+9c77, u+9cf6, u+9d72, u+9e1f, u+9ec4, u+fe31, u+fe55, u+ff03, u+ff20, u+ff3b, u+ff3d, u+1f3fb, u+1f44d, u+1f60d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-766.D5lYGjqk.woff2) format("woff2");
    unicode-range: u+10c, u+e44, u+2728, u+3081, u+4e13, u+4e19, u+4e1e, u+4e5c, u+4ea7, u+4ed7, u+4f20, u+4f8d, u+4ffe, u+5021, u+515c, u+51a4, u+51e0, u+521b, u+522b, u+532a, u+534e, u+5355, u+537f, u+5398, u+539d, u+541f, u+543c, u+544e, u+5509, u+5598, u+5622, u+5632, u+563f, u+5641, u+566a, u+5695, u+569f, u+56ae, u+56da, u+573a, u+574e, u+5835, u+584c, u+5885, u+58ae, u+5a1f, u+5ac2, u+5b24, u+5bb0, u+5bde, u+5be1, u+5bfc, u+5c39, u+5c4c, u+5c60, u+5e76, u+5e7f, u+5e9a, u+5eb8, u+5f13, u+5f6c, u+6127, u+61f2, u+6208, u+620a, u+620c, u+6252, u+62ef, u+6328, u+633d, u+6362, u+63b0, u+63c9, u+640f, u+64a9, u+6514, u+652c, u+655e, u+6583, u+658c, u+6627, u+66f3, u+6734, u+6743, u+676d, u+67c4, u+67da, u+68cd, u+68f2, u+690e, u+6ab3, u+6b16, u+6b38, u+6b3d, u+6bc6, u+6ca1, u+6cab, u+6d8c, u+6dea, u+6e32, u+6e3e, u+6e58, u+6eef, u+6ef2, u+6fe4, u+708a, u+7130, u+7165, u+7172, u+71c9, u+71ed, u+7232, u+7239, u+7261, u+7280, u+72a7, u+72f8, u+73c8, u+7464, u+753b, u+754f, u+755c, u+75d8, u+76ea, u+776b, u+7779, u+777f, u+7784, u+778e, u+77db, u+77ee, u+79e4, u+7a46, u+7a57, u+7aba, u+7aed, u+7b4d, u+7c7b, u+7c7d, u+7d13, u+7d33, u+7dbb, u+7df9, u+7e46, u+7ea7, u+8085, u+8165, u+81fb, u+82b8, u+82d3, u+8343, u+839e, u+83e9, u+840d, u+851a, u+853d, u+8543, u+859b, u+85fb, u+87fb, u+888d, u+88c5, u+8adc, u+8b0a, u+8bb0, u+8bbe, u+8bc4, u+8bf4, u+8c5a, u+8cc3, u+8ce4, u+8d44, u+8e81, u+8f44, u+8f66, u+8fdb, u+900d, u+9063, u+914c, u+9223, u+9226, u+923a, u+925b, u+9264, u+929c, u+92b9, u+9320, u+934d, u+935b, u+9444, u+957f, u+96a7, u+97ad, u+97cc, u+9898, u+98ea, u+9921, u+9952, u+9a55, u+9b0d, u+9b91, u+9bca, u+9ebd, u+9f4b, u+e60f-e610, u+ff1c-ff1d, u+ff21, u+ff38, u+ff9f, u+fffd, u+1f602
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-767.Ca1BqLSs.woff2) format("woff2");
    unicode-range: u+e17, u+e22, u+2103, u+25a0, u+266a, u+3014-3015, u+4e1a, u+4e50, u+4f10, u+4f6c, u+4f70, u+4fcf, u+5006, u+50d1, u+5170, u+518c, u+51f0, u+51f6, u+51f9, u+5219, u+5256, u+525d, u+52c9, u+5349, u+5351, u+5356, u+5375, u+53db, u+53ee, u+53f7, u+5492, u+54fa, u+5538, u+55bb, u+55e8, u+5757, u+58be, u+5937, u+59dc, u+59e8, u+5a49, u+5a9a-5a9b, u+5ab3, u+5b9b, u+5b9e, u+5be8, u+5c37, u+5c4e, u+5d14, u+5d19, u+5d4c, u+5d50, u+5deb, u+5e84, u+5e94, u+5ec2, u+5f17, u+5f26, u+5f55, u+5f77, u+5f7f, u+5fbd, u+6052, u+6064-6065, u+608d, u+609a, u+6101, u+611a, u+614c, u+621a, u+6237, u+6284, u+6296, u+62e9, u+632a-632b, u+634f, u+6488, u+6500, u+652a, u+6556, u+65e0, u+65ec, u+6643, u+679a, u+6850, u+6893, u+6897, u+68b3, u+68d5, u+6930, u+6960, u+6a11, u+6a38, u+6a3a, u+6b22, u+6b67, u+6b6a, u+6c59, u+6c83, u+6ccc, u+6df5, u+6ef7, u+6f3e, u+6f80, u+70ed, u+7164, u+722a, u+7260, u+7272, u+73b0, u+74ca, u+74e3, u+7538, u+7586, u+75b5, u+7624, u+7661-7662, u+7838, u+786e, u+788c, u+7950, u+79a6, u+79aa, u+7a40, u+7a62, u+7bf7, u+7c3e, u+7c98, u+7ca5, u+7d21, u+7d2e, u+7dba, u+7dec, u+7e79, u+7ecf, u+7edf, u+7f79, u+8086, u+810a, u+8139, u+813e, u+817a, u+81b3, u+821f, u+8247, u+8259, u+8271, u+8431, u+846c, u+849c, u+84b2, u+84c4, u+8513-8514, u+8549, u+8755, u+8877, u+8881, u+88f9, u+8a1d, u+8a3c, u+8a6d-8a6e, u+8a93, u+8ae7, u+8af7, u+8b17, u+8b5a, u+8ba1, u+8bba, u+8cdc, u+8dea, u+8f6c, u+8f7d, u+8fc7, u+8fd9, u+902e, u+90ca, u+916a, u+916c, u+921e, u+9245, u+947c, u+9594, u+95a8, u+95ee, u+95f4, u+9706, u+971e, u+9756, u+980c, u+9891, u+98b1, u+98fc, u+9903, u+9957, u+99ae, u+99ff, u+9db4, u+e602-e605, u+e611, u+ff16-ff19
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-768.DihmRmSI.woff2) format("woff2");
    unicode-range: u+a5, u+2190-2191, u+2193, u+22c1, u+2302, u+25cb, u+2699, u+2709, u+4e0e, u+4e18, u+4e3a, u+4e48, u+4e91, u+4eec, u+4f3d, u+5112, u+524a, u+52a3, u+52ab, u+52c3, u+52f3, u+52fb, u+5320, u+5339, u+533f, u+53e2, u+543e, u+5480, u+5495, u+5497, u+5564, u+5572, u+55c6, u+55ef, u+563b, u+5653, u+5657, u+56b7, u+5764, u+5824, u+58d8, u+5955, u+5983, u+598d, u+59a8, u+59da, u+59e6, u+5a36, u+5bb5, u+5bc2, u+5bee, u+5bf9, u+5cb3, u+5d17, u+5dbc, u+5e2e, u+6070, u+60df, u+6190, u+61a4, u+61be, u+61fc, u+62ac, u+62bc, u+636e, u+6398, u+63a9, u+6435, u+6487, u+6495, u+64ab, u+64bf, u+6577, u+65ac, u+6602, u+6652, u+66f9, u+672d, u+6761, u+683d, u+68ad, u+68b5, u+68da, u+68e7, u+6a59, u+6a61, u+6ae5, u+6b47, u+6bef, u+6c50, u+6c9b, u+6e23, u+6e34, u+6e4a, u+6e67, u+6ea2, u+6eb6, u+6f20, u+6feb, u+7149, u+714c, u+715e, u+7199, u+71ac, u+7231, u+7262, u+7409, u+745f, u+7469, u+7504, u+7535, u+753a, u+75f4, u+7682, u+76ba, u+76f2, u+77fd, u+780d, u+7832, u+78c5, u+78ef, u+7901, u+79be, u+79c9, u+79e6, u+7a1a, u+7a84, u+7aca, u+7cb5, u+7cb9, u+7cdf, u+7ce7, u+7d6e, u+7db1, u+7def, u+7e61, u+7e7d, u+7e8f, u+7f38, u+7f77, u+7fa8, u+7fc5, u+7fe1, u+7ff9, u+800d, u+8015, u+8054, u+80a2, u+80aa, u+80ba, u+814e, u+8180, u+819d, u+81c0, u+828b, u+82ad, u+82af, u+83f1, u+83f8, u+8403, u+8475, u+84bc, u+84c9, u+84ec, u+8523, u+8569, u+8591, u+85b0, u+86d9, u+8774, u+881f, u+884d, u+88d4, u+89c4, u+89c6, u+8a60, u+8a79, u+8b19, u+8bd5, u+8bf7, u+8c03, u+8c79, u+8cc8, u+8d9f, u+8e10, u+8e48, u+8faf, u+9009, u+9017, u+9175, u+9187, u+918b, u+91d8, u+9214, u+946b, u+9470, u+9640, u+9675, u+96ef, u+9716, u+97cb, u+97e9, u+985b, u+99b3, u+9b4f, u+9d09, u+9e9f, u+9edb, u+9f90, u+ff05, u+ff14, u+1f464
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-769.Ytgv4DeA.woff2) format("woff2");
    unicode-range: u+25ce, u+4e08, u+4e2a, u+4e56, u+4e9a, u+4ea8, u+4ead, u+4ec7, u+4f3a, u+4f51, u+4f62, u+4faf, u+507d, u+5098, u+50ac, u+5147, u+5173, u+5187, u+51f8, u+52a1, u+52a8, u+52f8, u+535c, u+53ed, u+541e, u+5435, u+5475, u+54a9, u+54c0, u+54c7, u+5589, u+5605, u+5690, u+5733, u+5782, u+57c3, u+5858, u+5893, u+589c, u+58e2, u+5974, u+599e, u+59a5, u+59ec, u+5b66, u+5b99, u+5b9d, u+5c2c, u+5c48, u+5c65, u+5cfd, u+5d0e, u+5dba, u+5de2, u+5e06, u+5e15, u+5ec1, u+5ed6, u+5f00, u+5f4c, u+5f65, u+6055, u+609f, u+60b6, u+6241, u+624e, u+626f, u+6291, u+62cc, u+62d3, u+62d8, u+62da, u+62fe, u+6349, u+6367, u+63ea, u+6454, u+64a4, u+64b2, u+64bc, u+64c5, u+64ce, u+6558, u+6572, u+65a5, u+65e8, u+65ed, u+6606, u+6614, u+6670, u+6688, u+673a, u+674f, u+6770, u+6795, u+68cb, u+6912, u+6953, u+6aac, u+6aaf, u+6ab8, u+6b20, u+6b96, u+6bbf, u+6bc5, u+6c6a, u+6cbe, u+6d59, u+6d78, u+6dc7, u+6deb, u+6e7e, u+6e9c, u+6f3f, u+6f51, u+6f70, u+6f84, u+704c, u+7051, u+70ab, u+70ad, u+70f9, u+7119, u+714e, u+71d9, u+71e5-71e6, u+72c4, u+72d0, u+72e0, u+7334, u+744b, u+7455, u+74f7, u+7529, u+75ab, u+75b2, u+766e, u+76c3, u+76fc, u+76fe, u+7891, u+7948, u+7a74, u+7b28, u+7c60, u+7c72, u+7cca, u+7ebf, u+7f55, u+7ff0, u+8154, u+81c2, u+81d8, u+81e3, u+81e5, u+8292, u+8299, u+8302, u+8304, u+8332, u+83c1, u+83c7, u+83ca, u+845b, u+8490, u+85af, u+8650, u+8667, u+8abc, u+8b0e, u+8b39, u+8bed, u+8c54, u+8c6b, u+8c9e, u+8ca7, u+8caa-8cab, u+8ce6, u+8cec-8ced, u+8eb2, u+8eba, u+8fb0, u+901d, u+908f, u+9127, u+91c0, u+9215, u+92b3, u+932b, u+93fd, u+95ca, u+964c, u+96c0, u+970d, u+9774, u+97fb, u+9812, u+9817, u+9913, u+9935, u+99c1, u+9b31, u+9d5d, u+9d6c, u+9e79, u+fe0f, u+fe30, u+ff0b, u+ff10, u+ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-770.BkbELMID.woff2) format("woff2");
    unicode-range: u+b0, u+926, u+928, u+939, u+93f-940, u+94d, u+200b, u+22ef, u+25ba, u+25c6, u+2665, u+4e4f, u+4e59, u+4f0d, u+4f0f, u+4f19, u+4f59, u+4fae, u+5075, u+50b2, u+50b5, u+511f, u+5141, u+5146, u+514c, u+5185, u+51dd, u+51fd, u+522e, u+5319, u+533a, u+5378, u+53ad, u+53c9, u+53d1, u+53d4, u+543b, u+5442, u+5446, u+5481, u+54e9, u+5507, u+5565, u+559a, u+55aa, u+5606, u+56ca, u+56fe, u+582a, u+58fa, u+5915, u+5949, u+5962, u+5996, u+59fb, u+5a77, u+5b0c, u+5b5f, u+5bd3, u+5be2, u+5bfa, u+5c41, u+5ca9, u+5d07, u+5ec8, u+5eca, u+5f18, u+5f4e, u+5f59, u+5f6d, u+5f79, u+5fb9, u+6028, u+6062, u+6068, u+606d, u+6094, u+60f1, u+6108-6109, u+614e, u+6170, u+617e, u+61b2, u+61f8, u+6247, u+626d, u+6276, u+62ab, u+62cb, u+62f3, u+6368, u+6380, u+6492, u+64b0, u+64e0, u+6570, u+660f, u+6649, u+6691, u+66a8, u+6749, u+67f1, u+67f3-67f4, u+6842, u+6851, u+687f, u+68df, u+69fd, u+6a58, u+6c27, u+6c88, u+6cca, u+6cdb, u+6d29, u+6d66, u+6daf, u+6f01, u+6f06, u+6f58, u+6f62, u+6f6d, u+6fa1, u+6ff1, u+6ffe, u+7058, u+70ae, u+7235, u+7267, u+73ca, u+742a, u+758f, u+75bc, u+76c6, u+7740, u+7955, u+7a00, u+7a3b, u+7b4b, u+7bad, u+7be9, u+7c4c, u+7cfe, u+7dbf, u+7e2b, u+7e31, u+7f9e, u+7fc1, u+7ffc, u+8096, u+809d, u+80de, u+8108, u+8155, u+816b, u+81df, u+8277, u+82bd, u+8352, u+8393, u+8404, u+8525, u+856d, u+8587, u+8606, u+868a, u+8776, u+87ba, u+87f9, u+886b, u+8870, u+88d5, u+896a, u+896f, u+8a23, u+8a87, u+8ad2, u+8b00, u+8b20, u+8cb8, u+8cca, u+8ce0, u+8d39, u+8d6b, u+8d81, u+8db4, u+8e29, u+8ef8, u+8f1b, u+8f5f, u+8fa8, u+906e, u+9077, u+90aa, u+90b1, u+90c1, u+9165, u+919c, u+92c1, u+95d6, u+95e8, u+975a, u+98c6, u+9ecf, u+9f0e, u+9f52, u+feff, u+ff06, u+ff0a, u+ff12-ff13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-771.B8Pp2Lnt.woff2) format("woff2");
    unicode-range: u+627-629, u+631, u+639, u+644, u+64a, u+25cf, u+2606, u+2764, u+3008-3009, u+4e1f, u+4e38, u+4e43, u+4ed5, u+4ef0, u+4eff, u+4fb6, u+4fe0, u+5085, u+50a2, u+50be, u+5118, u+5211-5212, u+5272, u+52fe, u+5366, u+53b2, u+53ec, u+54ac, u+5587, u+55b5, u+561b, u+5751, u+576a, u+57cb, u+58ef, u+592f, u+594f, u+5951, u+5954, u+596e, u+59d1, u+5ac1, u+5acc, u+5b8b, u+5c4d, u+5c6f, u+5ca1, u+5d29, u+5de1, u+5dfe, u+5e7d, u+5edf, u+5ef7, u+5f7c, u+5f81, u+5fa1, u+5faa, u+5fcc, u+5ffd, u+6021, u+6046, u+6155, u+6212, u+62b9, u+6316, u+6350, u+6478, u+647a, u+6490, u+64e6, u+6524, u+6591, u+659c, u+65a4, u+65e6, u+65f6, u+6607, u+6674, u+6765, u+679d, u+68a8, u+6b3a, u+6c57, u+6c61, u+6c90, u+6cbf, u+6d69, u+6db5, u+6dcb, u+6dd1, u+6e21, u+70d8, u+71c3, u+71d5, u+722c, u+727d, u+72ac, u+72fc, u+731c, u+7336, u+7344, u+7384, u+73ab, u+7433-7434, u+745c, u+7470, u+758a, u+75d5, u+7652, u+76c8, u+76e7, u+7709, u+7720, u+7747, u+7763, u+77ac-77ad, u+7802, u+78a7, u+78a9, u+78b3, u+78c1, u+78da, u+7926, u+796d, u+798d, u+7aae, u+7b52, u+7c92, u+7d68, u+7d81, u+7e5e, u+7e69, u+7e73, u+7f50, u+7f70, u+7f75, u+8058, u+8070, u+80c3, u+8105-8106, u+8179, u+818f, u+81a9, u+81ed, u+820c-820d, u+82d1, u+838e, u+83cc, u+8461, u+84b8, u+852c, u+857e, u+85e4, u+863f, u+8679, u+86c7, u+8702, u+8896, u+88c2, u+88f8, u+8af8, u+8b7d, u+8ca2, u+8cc0, u+8d64, u+8d74, u+8d99, u+8e5f, u+8e8d, u+8ecc, u+8ed2, u+8fb1, u+8fc5, u+9022, u+9038, u+903e, u+905c, u+9072, u+9081, u+9189, u+9234, u+92d2, u+934a, u+95a3, u+962a, u+9646, u+9676, u+96d5, u+971c, u+9838, u+9875, u+98c4, u+99db, u+9a45, u+9a5f, u+9a6c, u+9ad2, u+9cf4, u+9d28, u+9daf, u+9df9, u+9e7d, u+9f9c, u+ff11, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-772.BEig4wan.woff2) format("woff2");
    unicode-range: u+2500, u+25bc, u+4e95, u+4f50, u+4f54, u+4f69, u+4fc4, u+4fca, u+5009, u+50bb, u+5154, u+51cc, u+528d, u+5291, u+52d2, u+52e4, u+5353, u+5360, u+540a-540b, u+5410, u+54f2, u+5510, u+5514, u+5537, u+558a, u+55ac, u+5617, u+56fd, u+573e, u+5766, u+5783, u+57d4, u+5806, u+5821, u+5857, u+5875, u+58f9, u+596a, u+59ae, u+59c6, u+59ca, u+59ff, u+5a03, u+5ae9, u+5b64, u+5bb4, u+5c3f, u+5e16, u+5e45, u+5e72, u+5ec9, u+5f90-5f92, u+6012, u+6016, u+6084-6085, u+6089, u+60a0, u+60a3, u+60b2, u+60d1, u+60f9, u+6148, u+6158, u+6191, u+626e, u+62d4, u+632f, u+633a, u+6355, u+63aa, u+642c, u+64a5, u+64cb, u+6566, u+6575, u+6597, u+660c, u+66b1, u+66ec, u+6731, u+6735, u+675c, u+67ef, u+6846, u+6876, u+6881, u+68af-68b0, u+68c9, u+6905, u+6b98, u+6bc0, u+6beb, u+6c0f, u+6c1b, u+6c41, u+6ce5, u+6cf3, u+6d25, u+6d2a, u+6d3d, u+6d6e, u+6dd8, u+6dda, u+6dfa, u+6e9d, u+6eaa, u+6ec5, u+6ecb, u+6ef4, u+6f0f, u+6f32, u+707d, u+708e, u+7092, u+716e, u+723a, u+731b, u+7345, u+7375, u+7378, u+73b2, u+74e6, u+75be, u+75de, u+764c, u+76dc, u+788e, u+7897, u+789f, u+78b0, u+790e, u+7965, u+7a4e, u+7aa9, u+7c43, u+7d17, u+7dd2, u+7e96, u+7f51, u+7f69, u+7f72, u+7fd4, u+7fe0, u+8017, u+80a9, u+80d6, u+8102, u+8150, u+8178, u+81bd, u+829d, u+82ac, u+8303, u+840c, u+8482, u+8499, u+85a9-85aa, u+883b, u+8861, u+88c1, u+88cf, u+88d9, u+8a3a, u+8a98, u+8aee, u+8c8c, u+8ce2, u+8d0f, u+8da8, u+8dcc, u+8e0f, u+8e22, u+8f1d, u+8f29, u+8fad, u+9003, u+9006, u+903c, u+904d, u+9059, u+9075, u+90ce, u+90ed, u+9130, u+91ac, u+91e3, u+9285, u+9298, u+92ea, u+9326, u+937e, u+93c8, u+95c6, u+9677, u+9727, u+994b, u+99a8, u+99d0, u+9a30, u+9a37, u+9b42, u+9b45, u+9d3b, u+9e7f, u+9ee8, u+9f3b, u+c5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-773.otop7jc3.woff2) format("woff2");
    unicode-range: u+5e, u+2502, u+2605, u+4e32, u+4e58, u+4ea1, u+4ef2, u+4f2f-4f30, u+4f75, u+4fd7, u+4ff1, u+501f, u+5049, u+5074, u+5091, u+5144, u+517c, u+51c6, u+51cd, u+5269-526a, u+52aa, u+52c1, u+52c7, u+52df, u+5377, u+541b, u+5439, u+5440, u+5448, u+54aa, u+54e6, u+54ed, u+5674, u+5687, u+585e, u+588a, u+58a8, u+58c1, u+5925, u+5948, u+5999, u+59b3, u+5a1c, u+5a46, u+5b54, u+5b5d, u+5b6b, u+5b8f, u+5bd2, u+5be9, u+5c0a, u+5c16, u+5c46, u+5cf0, u+5e25, u+5e3d, u+5e79, u+5ee2, u+5f04, u+5f31, u+5fcd, u+5fe0, u+60dc, u+6163, u+616e, u+6182, u+61f6, u+622a, u+6258, u+6293, u+62c6, u+62d2, u+6372, u+63da, u+63ed-63ee, u+6416, u+6458, u+649e, u+64ec, u+64f4, u+651c, u+65cb, u+65e2, u+65fa, u+6628, u+6668, u+66a2, u+66c9, u+66fc, u+6717, u+67cf, u+67d4, u+6817, u+6885, u+69cd, u+6a6b, u+6afb, u+6b32, u+6b49, u+6bbc, u+6c89, u+6c96, u+6cc9, u+6d1b, u+6d1e, u+6dfb, u+6efe, u+6f38, u+6f5b, u+6f64, u+6f8e, u+6fa4, u+7070, u+70b8, u+70cf, u+70e4, u+7159, u+7169, u+7210, u+721b, u+7238, u+737b, u+73bb, u+746a, u+7483, u+74dc, u+74f6, u+7518, u+756a, u+75c7, u+775b, u+78e8, u+7919, u+7956, u+795d, u+7a0d, u+7bc9, u+7c97, u+7cd5, u+7d10, u+7d1b, u+7de9, u+7dfb, u+7e3e, u+7e6a, u+7f6a, u+7f8a, u+7fbd, u+8000, u+8036, u+809a, u+80ce, u+80e1, u+80f8, u+8170, u+819c, u+8216, u+8239, u+8266, u+827e, u+82b3, u+8377, u+83ab, u+85c9, u+865b, u+8766, u+87a2, u+87f2, u+8972, u+8a17, u+8a50, u+8a95, u+8b02, u+8b6f, u+8c6c, u+8ca9, u+8cfa, u+8d95, u+8de1, u+8f14, u+8f9b, u+8fa3, u+8feb, u+8ff4, u+9010, u+901b, u+905e, u+9080, u+912d, u+9177, u+91c7, u+9336, u+9451, u+947d, u+963b, u+966a, u+9670, u+9769, u+9813, u+98fd, u+99d5, u+9a19, u+9b27, u+9b6f, u+9ece, u+9ed8, u+9f13, u+9f20, u+ad6d, u+d55c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-774.CbILJXAM.woff2) format("woff2");
    unicode-range: u+201c-201d, u+203b, u+2192, u+25b2, u+300f, u+4e01, u+4e39, u+4e73, u+4e88, u+4e8e, u+4ed9, u+4f0a, u+4f38, u+4f5b, u+4fc3, u+500d, u+504f, u+5076-5077, u+5100, u+5104, u+5132, u+5175, u+5192, u+51a0, u+51ac, u+51e1, u+51f1, u+5200, u+5224, u+5237-5238, u+523a, u+526f, u+5289, u+52de, u+52f5, u+5371, u+539a, u+53e5, u+540e, u+547c, u+552f, u+5531, u+5634, u+56c9, u+56f0, u+574a, u+5761, u+57f7, u+57f9, u+5805, u+5851, u+5854, u+586b, u+58fd, u+592e, u+5967, u+59bb, u+59d3, u+5a18, u+5b30, u+5b55, u+5b87, u+5b97, u+5be7, u+5bec, u+5bf8, u+5c24, u+5cb8, u+5df7, u+5e1d, u+5e2d, u+5e7b, u+5f1f, u+5f70, u+5fd9, u+61b6, u+6234, u+62b5, u+62d6, u+62dc, u+62fc, u+6383, u+63cf, u+63d2, u+63e1, u+640d, u+64cd, u+64fa, u+64fe, u+654f, u+6562, u+656c, u+65c1, u+65d7, u+6620, u+6676, u+6697, u+66ab, u+66c6, u+66dd, u+66ff, u+671d, u+672b, u+677e, u+67d0, u+67d3, u+68c4, u+690d, u+694a, u+695a, u+6ac3, u+6b04, u+6b23, u+6b78, u+6b8a, u+6c60, u+6d74, u+6d89, u+6db2, u+6dbc, u+6de1, u+6df7, u+6e38, u+6e6f, u+6f02, u+6fc3, u+6fd5, u+70c8, u+7126, u+718a, u+723d, u+7246, u+72af, u+73cd, u+760b, u+7626, u+7687, u+79df, u+7a05, u+7a3f, u+7a69, u+7af6, u+7c3d, u+7c3f, u+7c4d, u+7cd6, u+7d0b, u+7d2b, u+7de3, u+7e2e, u+8010, u+808c, u+80a5, u+80af, u+812b, u+817f, u+819a, u+82d7, u+8389-838a, u+83f2, u+840a, u+8463, u+8521, u+8584, u+860b, u+864e, u+871c, u+878d, u+885d, u+8932, u+89f8, u+8a69, u+8afe, u+8b5c, u+8c37, u+8c46, u+8cbf, u+8cd3, u+8cf4, u+8d08, u+8d0a, u+8ddd, u+8fea, u+9014, u+9055, u+907a, u+9178, u+92fc, u+934b, u+9396, u+93ae, u+9583, u+9663, u+96bb, u+9707, u+9738, u+9846, u+9905, u+9a0e, u+9aa8, u+9b25, u+9b3c, u+9ce5, u+9cf3, u+9ea5, u+9eb5, u+9f4a, u+9f61, u+ff0d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-775.DIsydtZJ.woff2) format("woff2");
    unicode-range: u+3c, u+d7, u+300e, u+4e4e, u+4e82, u+4e92, u+4ec1, u+4ecd, u+4f48, u+4f53, u+4fb5, u+5012, u+502b, u+522a, u+52dd, u+52ff, u+532f, u+53eb, u+53f3, u+5409, u+5433, u+5496, u+54c8, u+554a, u+5561, u+5594, u+559d, u+56b4, u+56fa, u+5713, u+5750, u+57df, u+584a, u+58c7, u+58de, u+593e, u+5976, u+59d0, u+59d4, u+5a66, u+5b85, u+5b88, u+5ba3, u+5bae, u+5bbf, u+5bdf, u+5c01, u+5c04, u+5c3a, u+5c3e, u+5c4f, u+5ddd-5dde, u+5de8, u+5e63, u+5e7c, u+5e8a, u+5eda, u+5ef3, u+5ef6, u+5f48, u+6015, u+6025, u+602a, u+6050, u+6069, u+60e1, u+6162, u+6176, u+61c2, u+6200, u+6263, u+6279, u+6297, u+62b1, u+62bd, u+62ec, u+6311, u+6377, u+6388-6389, u+638c, u+63a2, u+63f4, u+641e, u+6436, u+64c1, u+6551, u+6557, u+6563, u+6696, u+66b4, u+66f2, u+6751, u+675f, u+676f, u+6790, u+6838, u+684c, u+68d2, u+6982, u+699c, u+69ae, u+69cb, u+6a39, u+6a4b, u+6b66, u+6bd2, u+6cb3, u+6ce1, u+6d3e, u+6de8, u+6ed1, u+6f22, u+6f54, u+6fc0, u+6fdf, u+719f, u+71c8, u+7236, u+7259, u+72d7, u+7389, u+73e0, u+745e, u+751a, u+7532-7533, u+7562, u+7591, u+75c5, u+75db, u+7686, u+76d2, u+76db, u+76df, u+76e3, u+7701, u+7761, u+786c, u+7981, u+79cb, u+79d2, u+79fb, u+7a81, u+7a97, u+7aef, u+7b26, u+7b80, u+7c64, u+7d0d, u+7d14, u+7d2f, u+7dca, u+7df4, u+7e54, u+7e6b, u+7f3a, u+8033, u+804a, u+805a, u+81a0, u+81e8, u+8212, u+821e, u+82e6, u+8336, u+8449, u+84cb, u+84ee, u+85e5, u+8607, u+888b, u+8a13, u+8a5e, u+8aa0, u+8aa4, u+8ab0, u+8ab2, u+8ac7, u+8b66, u+8c6a, u+8c93, u+8c9d, u+8de8, u+8f2a, u+8fb2, u+906d, u+907f, u+90a6, u+9109, u+9192, u+91cb, u+91dd, u+964d, u+9686, u+968e, u+9694, u+969c, u+96de, u+96e8, u+96ea, u+96f7, u+975c, u+9760, u+978b, u+9858, u+9918, u+9aee, u+9ebb, u+ff0e-ff0f, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-776.BZS1uPQ9.woff2) format("woff2");
    unicode-range: u+b7, u+2022, u+2027, u+3042, u+3044, u+3046, u+3048, u+304a-3050, u+3053-3057, u+3059-305b, u+305d-3061, u+3063-306c, u+306e-3079, u+307b, u+307d-307f, u+3082-308d, u+308f, u+3092-3093, u+30a1-30a4, u+30a6-30c1, u+30c3-30c4, u+30c6-30e1, u+30e3-30ed, u+30ef, u+30f3, u+30fb-30fc, u+4e7e, u+4ea6, u+4eac, u+4f34, u+50b7, u+51b0, u+523b, u+5283, u+5348, u+5354, u+54e5, u+5708, u+590f, u+592b, u+599d, u+59b9, u+5a01, u+5a5a, u+5de7, u+5e78, u+5e9c, u+5fb5, u+6167, u+61f7, u+627f, u+63a1, u+64d4, u+65bd, u+68ee, u+6b4c, u+6bba, u+6c5f, u+6d0b, u+6d6a, u+6e1b, u+6e56, u+6f6e, u+71d2, u+722d, u+72c2, u+751c, u+7530, u+7642, u+76e1, u+79c0, u+7adf, u+7af9, u+7d9c, u+7da0, u+7e23, u+7e41, u+8056, u+8173, u+822a, u+8349, u+83dc, u+8840, u+885b, u+8907, u+8a34, u+8cb4, u+8dd1, u+8fd4, u+8ff0, u+93e1, u+984f, u+98ef, u+9b54
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-777.QnSu_buG.woff2) format("woff2");
    unicode-range: u+23-25, u+3d, u+2026, u+4e03, u+4e45, u+4e5d, u+4eae, u+4ed4, u+4ed8, u+4f01, u+4f11, u+4f3c, u+4f8b, u+4fc2, u+5019, u+505c, u+50c5, u+5145, u+51b7, u+5207, u+521d, u+525b, u+5287, u+52e2, u+535a, u+537b, u+5426, u+542b, u+5438, u+5462, u+54ea, u+555f, u+5566, u+5584, u+5609, u+570d, u+571f, u+5747, u+5802, u+58d3, u+591c, u+5920, u+5922, u+5957, u+5979, u+5a92, u+5abd, u+5b63, u+5b69, u+5b83, u+5b9c, u+5bb3, u+5bc4, u+5bf5, u+5c3c, u+5c40, u+5c4b, u+5c64, u+5cf6, u+5de6, u+5e0c, u+5e55, u+5eab, u+5ead, u+5ee0, u+5f85, u+5f8b, u+5fa9, u+5fd7-5fd8, u+5ff5, u+600e, u+6298, u+62db, u+62ff, u+639b, u+63a7, u+642d, u+6469, u+64ad, u+651d, u+653b, u+65b7, u+65cf, u+665a, u+666e, u+66fe, u+6728, u+674e, u+67b6, u+6821, u+6839, u+6843, u+6a94, u+6b50, u+6b62, u+6b72, u+6b7b, u+6bcd, u+6bdb, u+6c38, u+6c7a, u+6c7d, u+6c99, u+6cb9, u+6ce2, u+6cf0, u+6d17, u+6d32, u+6e2c, u+6fb3, u+7206, u+723e, u+725b, u+734e, u+7387, u+73ed, u+7565, u+7570, u+76ca, u+76e4, u+773e, u+77ed, u+77f3, u+7814, u+7834, u+7968, u+79d8, u+7a76, u+7a7f, u+7b11, u+7b46, u+7b54, u+7bc4, u+7d19, u+7d20, u+7d22, u+7d42, u+7d55, u+7e7c, u+7f85, u+7ffb, u+8077, u+8089, u+80cc, u+81c9, u+81f4, u+81fa, u+820a, u+822c, u+826f, u+85cd, u+86cb, u+88dc, u+8986, u+8a0e, u+8a2a, u+8a73, u+8a8c, u+8b1b, u+8b9a, u+8c50, u+8c61, u+8ca0, u+8cde, u+8cfd, u+8d8a, u+8df3, u+8e64, u+8ecd, u+8edf, u+8f38, u+8ff7, u+9000, u+9047, u+9060, u+90f5, u+9152, u+91ce, u+9280, u+9418, u+9435, u+9589, u+9592, u+9678, u+967d, u+968a, u+96aa, u+96c5, u+96d6, u+96dc, u+96f6, u+9732, u+9748, u+9802, u+9806, u+9808, u+9818, u+983b, u+984d, u+9867, u+98db, u+98f2, u+98fe, u+9a5a, u+9b06, u+9b5a, u+9bae, u+9e97, u+ff1b, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-778.BsUsxHl_.woff2) format("woff2");
    unicode-range: u+26, u+40, u+5f, u+4e14, u+4e9e, u+4ec0, u+4f4e-4f4f, u+4f73, u+4fee, u+503c, u+5047, u+514b, u+516b, u+516d, u+5178, u+520a, u+5236, u+5343, u+5347, u+534a, u+5370, u+53cd, u+53e4, u+53e6, u+53f2, u+5403, u+5411, u+5427, u+5468, u+5473, u+547d, u+552e, u+55ce, u+5740, u+57ce, u+5883, u+589e, u+5931, u+5947, u+59cb, u+5a1b, u+5b58, u+5b98, u+5ba4, u+5bc6, u+5bcc, u+5beb, u+5bf6, u+5c45, u+5c6c, u+5dee, u+5df4, u+5e03, u+5e33, u+5e6b, u+5e7e, u+5e8f, u+5e95, u+5ea7, u+5f15, u+5f62, u+5f69, u+5f80, u+5fae, u+5fb7, u+601d, u+60e0, u+614b, u+6230, u+6236, u+623f, u+628a, u+6295, u+62c9, u+6309, u+63db, u+64c7, u+64ca, u+64da, u+652f, u+6545, u+6548, u+65af, u+65e9, u+6625, u+666f, u+667a, u+670b, u+671b, u+6750, u+677f, u+6848, u+6975, u+6a13, u+6a21, u+6aa2, u+6b65, u+6b77, u+6bb5, u+6cc1, u+6ce8, u+6df1, u+6e90, u+6e96, u+6eab, u+6f14, u+6f2b, u+700f, u+706b, u+724c, u+72c0, u+7368, u+7372, u+74b0, u+756b, u+76ae, u+773c, u+78ba, u+78bc, u+798f, u+79ae, u+7a4d, u+7ae5, u+7b56, u+7b97, u+7bb1, u+7bc7, u+7c73, u+7c89, u+7d00, u+7d30, u+7d39, u+7d72, u+7dad, u+7e8c, u+7f6e, u+7fa4, u+7fa9, u+7fd2, u+8003, u+807d, u+80a1, u+80b2, u+8166, u+8208-8209, u+82e5, u+843d, u+85cf, u+85dd, u+862d, u+8857, u+8863, u+88e1, u+89ba, u+89d2, u+8a31, u+8a62, u+8a66, u+8a72, u+8abf, u+8b1d, u+8b58, u+8b70, u+8b80, u+8ca1, u+8ca8, u+8cac, u+8cbc, u+8d70, u+8da3, u+8db3, u+8ddf, u+8f03, u+8f15, u+8f2f, u+8fa6, u+8fce, u+8ffd, u+900f, u+9031, u+9069, u+908a, u+91ab, u+91cc, u+92b7, u+9322, u+932f, u+9375, u+9632, u+963f, u+9644, u+9662, u+9673, u+96a8, u+96c4, u+96d9, u+96e2-96e3, u+96f2, u+9752, u+97d3, u+97ff, u+9805, u+9810, u+986f, u+990a, u+9910, u+9928, u+9ec3, u+9ed1, u+9f8d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-779.COOANNcK.woff2) format("woff2");
    unicode-range: u+3e, u+7e, u+3000, u+300a-300b, u+3010-3011, u+4e16, u+4e26, u+4e94, u+4e9b, u+4ea4, u+4eca-4ecb, u+4efb, u+4efd, u+4f46, u+4f55, u+4f9b, u+4f9d, u+4fbf, u+505a, u+5065, u+5099, u+50cf, u+50f9, u+512a, u+5143, u+5148, u+514d, u+5152, u+5169, u+5171, u+5177, u+518a, u+5217, u+5225, u+5247, u+5275, u+529f, u+52a9, u+5305, u+5341, u+5357, u+5361, u+5373, u+53bb, u+53c3, u+53c8, u+53d6-53d7, u+53e3, u+53ea, u+53f8, u+5404, u+559c, u+5668, u+56db, u+56e0, u+5712, u+5718, u+578b, u+57fa, u+58eb, u+592a, u+5c0b, u+5c0e, u+5c11, u+5c1a, u+5c55, u+5c71, u+5df1, u+5e2b, u+5e36, u+5e97, u+5eb7, u+5ee3, u+5efa, u+5f35, u+5f37, u+5f88, u+5f9e, u+5fc5, u+606f, u+60a8, u+6232, u+624d, u+6253, u+627e, u+6280, u+62cd, u+6301, u+6307, u+6392, u+63a5, u+6539, u+653e-653f, u+6559, u+6574, u+65c5, u+6613, u+66f8, u+672a, u+6797, u+67e5, u+6a19, u+6a23, u+6b61, u+6bcf, u+6bd4, u+6c11, u+6c42, u+6d41, u+6d77, u+6d88, u+6e05, u+6e2f, u+6eff, u+7136, u+7167, u+71df, u+738b, u+73a9, u+7403, u+7531, u+7537, u+754c, u+7559, u+767d-767e, u+76f4, u+793a, u+795e, u+79c1, u+79d1, u+7a2e, u+7a31, u+7a7a, u+7ae0, u+7ba1, u+7bc0, u+7c21, u+7cfb, u+7d04-7d05, u+7d1a, u+7d44, u+7d66, u+7d71, u+7de8, u+7e3d, u+8001, u+800c, u+805e, u+8072, u+81f3, u+82b1, u+82f1, u+83ef, u+842c, u+8457, u+85a6, u+8655, u+8853, u+88ab, u+88dd, u+88fd, u+897f, u+898f, u+89aa, u+89bd, u+89c0, u+89e3, u+8a02, u+8a3b, u+8a55, u+8a8d, u+8a9e, u+8ad6, u+8b49, u+8b77, u+8b8a, u+8b93, u+8cb7, u+8ce3, u+8cea, u+8cfc, u+8f09, u+8fd1, u+9001, u+901f-9020, u+9054, u+90a3, u+914d, u+91cf, u+9304, u+95b1, u+9650, u+9664, u+969b, u+96b1, u+96c6, u+9700, u+975e, u+97f3, u+98a8, u+98df, u+9999, u+99ac, u+9a57, u+9ebc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-780.DiPYP1Ce.woff2) format("woff2");
    unicode-range: u+d, u+2b, u+7c, u+a0, u+a9, u+300c-300d, u+4e09, u+4e3b, u+4e4b, u+4e5f, u+4e86, u+4e8b-4e8c, u+4eab, u+4ed6, u+4ee3-4ee4, u+4ef6, u+4f1a, u+4f4d, u+4f60, u+4f7f, u+4f86, u+4fdd, u+4fe1, u+5011, u+50b3, u+5149, u+5167, u+5176, u+518d, u+5229, u+524d, u+529b, u+52a0, u+52d9, u+5316-5317, u+5340, u+539f, u+53ca-53cb, u+5408, u+540c-540d, u+544a, u+548c, u+54c1, u+54e1, u+5546, u+554f, u+55ae, u+56de, u+5716, u+5831, u+5834, u+5916, u+5929, u+5973, u+597d, u+5982, u+5b57, u+5b78, u+5b89, u+5b8c, u+5b9a, u+5ba2, u+5bb9, u+5be6, u+5c07-5c08, u+5c0d, u+5c31, u+5de5, u+5df2, u+5e02, u+5e38, u+5e73-5e74, u+5ea6, u+5f0f, u+5f71, u+5f8c, u+5f97, u+5feb, u+6027, u+60c5, u+60f3, u+610f, u+611b, u+611f, u+61c9, u+6210, u+6216, u+6240, u+624b, u+63a8, u+63d0, u+641c, u+6536, u+6578, u+6599, u+65b9, u+660e, u+661f, u+662d, u+66f4, u+670d, u+671f, u+6771, u+679c, u+682a, u+683c, u+689d, u+696d, u+6a02, u+6a5f, u+6b0a, u+6b21, u+6b3e, u+6b64, u+6c23, u+6c34, u+6c92, u+6cbb, u+6cd5, u+6d3b, u+7063, u+7121, u+71b1, u+7247-7248, u+7269, u+7279, u+73fe, u+7406, u+7522, u+7576, u+767b, u+76ee, u+76f8, u+770b, u+771f, u+77e5, u+793e, u+7a0b, u+7acb, u+7ad9, u+7b2c, u+7b49, u+7cbe, u+7d50, u+7d61, u+7d93, u+7dda, u+7f8e, u+8005, u+806f, u+80fd, u+81ea, u+8207, u+8272, u+865f, u+8868, u+8981, u+898b, u+8996, u+8a00, u+8a08, u+8a0a, u+8a18, u+8a2d, u+8a71, u+8aaa, u+8acb, u+8cbb, u+8cc7, u+8d77, u+8d85, u+8def, u+8eab, u+8eca, u+8f49, u+9019-901a, u+9023, u+9032, u+904a-904b, u+904e, u+9053, u+9078, u+9084, u+90e8, u+90fd, u+91cd, u+91d1, u+9577, u+9580, u+9593, u+9762, u+982d, u+984c, u+985e, u+9996, u+9ad4, u+9ad8, u+9ede, u+ff01, u+ff08-ff09, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-781.BLkVYTj3.woff2) format("woff2");
    unicode-range: u+20-22, u+27-2a, u+2c-3b, u+3f, u+41-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+bb, u+bf, u+c9, u+cd, u+d6, u+e?, u+f1-f4, u+f6, u+f9-fa, u+fc-fd, u+101, u+103, u+110-111, u+113, u+12b, u+14d, u+16b, u+1a1, u+1b0, u+1ce, u+300-301, u+1ea1, u+1ea3, u+1ebf, u+1ec7, u+2013-2014, u+2039-203a, u+203c, u+2122, u+3001-3002, u+3113-3114, u+3118, u+311a-3129, u+4e00, u+4e0a-4e0b, u+4e0d, u+4e2d, u+4eba, u+4ee5, u+4f5c, u+500b, u+5165, u+5168, u+516c, u+51fa, u+5206, u+5230, u+52d5, u+53ef-53f0, u+570b, u+5728, u+5730, u+591a, u+5927, u+5b50, u+5bb6, u+5c0f, u+5fc3, u+6211, u+6587, u+65b0, u+65bc, u+65e5, u+662f, u+6642, u+6700, u+6703, u+6708-6709, u+672c, u+6b63, u+70b9-70ba, u+751f, u+7528, u+767c, u+7684, u+7db2, u+884c, u+958b, u+95dc, u+96fb, u+9801, u+ff0c, u+ff1a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-782.wsXFATKl.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-783.BPeqkeGg.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-784.BHB4_Irs.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 300;
    src: url(./Noto_Sans_TC-300-785.BoyJ2z6D.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-681.xZ7LEb1t.woff2) format("woff2");
    unicode-range: u+1f921-1f930, u+1f932-1f935, u+1f937-1f939, u+1f940-1f944, u+1f947-1f94a, u+1f95?, u+1f962-1f967, u+1f969-1f96a, u+1f980-1f981, u+1f984-1f98d, u+1f990-1f992, u+1f994-1f996, u+1f9c0, u+1f9d0, u+1f9d2, u+1f9d4, u+1f9d6, u+1f9d8, u+1f9da, u+1f9dc-1f9dd, u+1f9df-1f9e2, u+1f9e5-1f9e6, u+20024, u+20487, u+20779, u+20c41, u+20c78, u+20d71, u+20e98, u+20ef9, u+2107b, u+210c1, u+22c51, u+233b4, u+24a12, u+2512b, u+2546e, u+25683, u+267cc, u+269f2, u+27657, u+282e2, u+2898d, u+29d5a, u+f0001-f0005, u+f0019, u+f009b, u+f0101-f0104, u+f012b, u+f01ba, u+f01d6, u+f0209, u+f0217, u+f0223-f0224, u+fc355, u+fe327, u+fe517, u+feb97, u+fffb4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-682.C_9G3Xa6.woff2) format("woff2");
    unicode-range: u+ff78-ff7e, u+ff80-ff86, u+ff89-ff94, u+ff97-ff9e, u+ffb9, u+ffe0-ffe3, u+ffe9, u+ffeb, u+ffed, u+fffc, u+1d7c7, u+1f004, u+1f0cf, u+1f141-1f142, u+1f150, u+1f154, u+1f158, u+1f15b, u+1f15d-1f15e, u+1f162-1f163, u+1f170-1f171, u+1f174, u+1f177-1f178, u+1f17d-1f17f, u+1f192-1f195, u+1f197-1f19a, u+1f1e6-1f1f5, u+1f1f7-1f1ff, u+1f21a, u+1f22f, u+1f232-1f237, u+1f239-1f23a, u+1f250-1f251, u+1f300, u+1f302-1f319
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-683.vvQZLxVE.woff2) format("woff2");
    unicode-range: u+fa0a, u+fa0c, u+fa11, u+fa17, u+fa19, u+fa1b, u+fa1d, u+fa26, u+fa2c, u+fb01, u+fdfc, u+fe0e, u+fe33-fe36, u+fe38-fe44, u+fe49-fe51, u+fe54, u+fe56-fe57, u+fe59-fe5c, u+fe5f-fe6a, u+fe8e, u+fe92-fe93, u+feae, u+fecb-fecc, u+fee0, u+feec, u+fef3, u+ff04, u+ff07, u+ff26-ff2c, u+ff31-ff32, u+ff35-ff37, u+ff39-ff3a, u+ff3c, u+ff3e-ff5b, u+ff5d, u+ff61-ff65, u+ff67-ff68, u+ff6a, u+ff6c-ff77
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-684.DhRbuB5j.woff2) format("woff2");
    unicode-range: u+f78a-f78c, u+f78e, u+f792-f796, u+f798, u+f79c, u+f7f5, u+f812, u+f815, u+f876, u+f8f5, u+f8f8, u+f8ff, u+f901-f902, u+f904, u+f906, u+f909-f90a, u+f90f, u+f914, u+f918-f919, u+f91b, u+f91d, u+f91f, u+f923, u+f925, u+f92d-f92f, u+f934, u+f937-f938, u+f93d, u+f93f, u+f941, u+f949, u+f94c, u+f94e-f94f, u+f95a, u+f95d-f95e, u+f961-f963, u+f965-f970, u+f974, u+f976-f97a, u+f97c, u+f97e-f97f, u+f981, u+f983, u+f988, u+f98a, u+f98c, u+f98e, u+f996-f997, u+f999-f99a, u+f99c, u+f99f-f9a0, u+f9a3, u+f9a8, u+f9ad, u+f9b2-f9b6, u+f9b9-f9ba, u+f9bd-f9be, u+f9c1, u+f9c4, u+f9c7, u+f9ca, u+f9cd, u+f9d0-f9d1, u+f9d3-f9d4, u+f9d7-f9d8, u+f9dc-f9dd, u+f9df-f9e1, u+f9e4, u+f9e8-f9ea, u+f9f4, u+f9f6-f9f7, u+f9f9-f9fa, u+f9fc-fa01, u+fa03-fa04, u+fa06, u+fa08-fa09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-685.lROMJsEH.woff2) format("woff2");
    unicode-range: u+9ee5, u+9ee7, u+9eee, u+9ef3-9ef4, u+9ef6-9ef7, u+9ef9, u+9efb-9efd, u+9eff, u+9f07-9f09, u+9f10, u+9f14-9f15, u+9f19, u+9f22, u+9f29, u+9f2c, u+9f2f, u+9f31, u+9f34, u+9f37, u+9f39, u+9f3d-9f3e, u+9f41, u+9f4c-9f50, u+9f54, u+9f57, u+9f59, u+9f5c, u+9f5f-9f60, u+9f62-9f63, u+9f66-9f67, u+9f6a, u+9f6c, u+9f72, u+9f76-9f77, u+9f7f, u+9f84-9f85, u+9f88, u+9f8e, u+9f91, u+9f94-9f96, u+9f98, u+9f9a-9f9b, u+9f9f-9fa0, u+9fa2, u+9fa4, u+9ff?, u+a1f4, u+a4b0-a4b1, u+a4b3, u+a9c1-a9c2, u+aa31, u+ab34, u+ac00-ac01, u+ac04, u+ac08, u+ac10-ac11, u+ac13-ac16, u+ac19, u+ac1c-ac1d, u+ac24, u+ac70-ac71, u+ac74, u+ac77-ac78, u+ac80-ac81, u+ac83, u+ac8c, u+ac90, u+aca0, u+aca8-aca9, u+acac, u+acb0, u+acb8-acb9, u+acbc-acbd, u+acc1, u+acc4, u+ace0-ace1, u+ace4, u+ace8, u+acf0-acf1, u+acf3, u+acf5, u+acfc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-686.BKS8XwDE.woff2) format("woff2");
    unicode-range: u+9d77, u+9d7a, u+9d7e, u+9d87, u+9d89, u+9d8f, u+9d91-9d93, u+9d96, u+9d98, u+9d9a, u+9da1-9da2, u+9da5, u+9da9, u+9dab-9dac, u+9db1-9db2, u+9db5, u+9db9-9dbc, u+9dbf-9dc2, u+9dc4, u+9dc7-9dc9, u+9dd3, u+9dd6, u+9dd9-9dda, u+9dde-9ddf, u+9de2, u+9de5-9de6, u+9de8, u+9def-9df0, u+9df2-9df4, u+9df8, u+9dfa, u+9dfd, u+9dff, u+9e02, u+9e07, u+9e0a, u+9e11, u+9e15, u+9e18, u+9e1a-9e1b, u+9e1d-9e1e, u+9e20-9e23, u+9e25-9e26, u+9e2d, u+9e2f, u+9e33, u+9e35, u+9e3d-9e3f, u+9e42-9e43, u+9e45, u+9e48-9e4a, u+9e4c, u+9e4f, u+9e51, u+9e55, u+9e64, u+9e66, u+9e6b, u+9e6d-9e6e, u+9e70, u+9e73, u+9e75, u+9e78, u+9e80-9e83, u+9e87-9e88, u+9e8b-9e8c, u+9e90-9e91, u+9e93, u+9e96, u+9e9d, u+9ea1, u+9ea4, u+9ea6, u+9ea9-9eab, u+9ead, u+9eaf, u+9eb4, u+9eb7-9eba, u+9ebe-9ebf, u+9ecc-9ecd, u+9ed0, u+9ed2, u+9ed4, u+9ed9-9eda, u+9edc-9edd, u+9edf-9ee0, u+9ee2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-687.CAiwKval.woff2) format("woff2");
    unicode-range: u+9bf0-9bf1, u+9bf5, u+9bf7, u+9bf9, u+9bfd, u+9bff, u+9c02, u+9c06, u+9c08-9c0a, u+9c0d, u+9c10, u+9c12-9c13, u+9c15, u+9c1c, u+9c1f, u+9c21, u+9c23-9c25, u+9c28-9c29, u+9c2d-9c2e, u+9c31-9c33, u+9c35-9c37, u+9c39-9c3b, u+9c3d-9c3e, u+9c40, u+9c42, u+9c45-9c49, u+9c52, u+9c54, u+9c56, u+9c58-9c5a, u+9c5d, u+9c5f-9c60, u+9c63, u+9c67-9c68, u+9c72, u+9c75, u+9c78, u+9c7a-9c7c, u+9c7f-9c81, u+9c87-9c88, u+9c8d, u+9c91, u+9c94, u+9c97, u+9c9b, u+9ca4, u+9ca8, u+9cab, u+9cad, u+9cb1-9cb3, u+9cb6-9cb8, u+9cc4-9cc5, u+9ccc-9ccd, u+9cd5-9cd7, u+9cdd-9cdf, u+9ce7, u+9ce9, u+9cee-9cf0, u+9cf2, u+9cfc-9cfe, u+9d03, u+9d06-9d08, u+9d0e, u+9d10, u+9d12, u+9d15, u+9d17, u+9d1d-9d1f, u+9d23, u+9d2b, u+9d2f-9d30, u+9d34, u+9d37, u+9d3d, u+9d42, u+9d50, u+9d52-9d53, u+9d59, u+9d5c, u+9d5e-9d61, u+9d6a, u+9d6f-9d70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-688.BzyXZhIG.woff2) format("woff2");
    unicode-range: u+9a87, u+9a8a-9a8b, u+9a8f-9a91, u+9a97, u+9a9a, u+9a9e, u+9aa0-9aa1, u+9aa4-9aa5, u+9aaf-9ab1, u+9ab6-9ab7, u+9ab9-9aba, u+9abe, u+9ac0-9ac5, u+9ac8, u+9acb-9acc, u+9ace-9acf, u+9ad1, u+9ad5-9ad7, u+9ad9, u+9adf, u+9ae1, u+9ae3, u+9aea-9aeb, u+9aed, u+9aef, u+9af2, u+9af4, u+9af9, u+9afb, u+9afd, u+9b03-9b04, u+9b08, u+9b13, u+9b18, u+9b1f, u+9b22-9b23, u+9b28-9b2a, u+9b2c-9b30, u+9b32, u+9b3b, u+9b43, u+9b46-9b49, u+9b4b-9b4e, u+9b51, u+9b55, u+9b58, u+9b5b, u+9b5e-9b60, u+9b63, u+9b68-9b69, u+9b74, u+9b7d, u+9b80-9b81, u+9b83-9b84, u+9b87-9b88, u+9b8a-9b8b, u+9b8d-9b8e, u+9b90, u+9b92-9b95, u+9b97, u+9b9f-9ba0, u+9ba2-9ba3, u+9ba8, u+9bab, u+9bb0, u+9bb8, u+9bc0-9bc1, u+9bc3, u+9bc6-9bc8, u+9bd3-9bd7, u+9bd9, u+9bdb, u+9bdd, u+9be1-9be2, u+9be4-9be5, u+9be7, u+9bea, u+9bed-9bee
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-689.MEYJRrxm.woff2) format("woff2");
    unicode-range: u+993c-9940, u+9943-9944, u+9948-994a, u+994c-994e, u+9951, u+9954, u+995c, u+995e-995f, u+9961-9962, u+9965, u+9968, u+996a, u+996d-9972, u+9975-9976, u+997a, u+997c, u+997f-9980, u+9984-9985, u+9988, u+998b, u+998d, u+998f, u+9992, u+9994-9995, u+9997-9998, u+999c, u+999e, u+99a0-99a1, u+99ab, u+99af, u+99b1, u+99b4, u+99b9, u+99c4-99c6, u+99cf, u+99d1-99d2, u+99d4, u+99d6, u+99d8-99d9, u+99df, u+99e1-99e2, u+99e9, u+99ee, u+99f0, u+99f8, u+99fb, u+9a01-9a05, u+9a0c, u+9a0f-9a13, u+9a16, u+9a1b-9a1c, u+9a20, u+9a24, u+9a28, u+9a2b, u+9a2d-9a2e, u+9a34-9a36, u+9a38, u+9a3e, u+9a40-9a44, u+9a4a, u+9a4c-9a4e, u+9a52, u+9a56, u+9a62-9a65, u+9a69-9a6b, u+9a6d, u+9a6f-9a71, u+9a73-9a74, u+9a76, u+9a78-9a79, u+9a7b-9a7c, u+9a7e-9a7f, u+9a81-9a82, u+9a84-9a86
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-690.CvTNEB1I.woff2) format("woff2");
    unicode-range: u+97f5, u+97f9-97fa, u+97fe, u+9804, u+9807, u+980a, u+980e-980f, u+9814, u+9816, u+981a, u+981c, u+981e, u+9820-9821, u+9823, u+9826, u+9828, u+982a-982c, u+9832, u+9834-9835, u+9837, u+9839, u+983c-983d, u+9845, u+9848-9849, u+984e, u+9852-9857, u+9859-985a, u+9862-9863, u+9865, u+9870-9871, u+9873-9874, u+9877, u+987a-987f, u+9881-9882, u+9885, u+9887-988a, u+988c-988d, u+9890, u+9893, u+9896-9897, u+989a, u+989c-989e, u+98a0, u+98a4, u+98a6-98a7, u+98a9, u+98ae-98af, u+98b2-98b3, u+98b6-98b8, u+98ba-98bd, u+98bf, u+98c7-98c8, u+98ca, u+98d2-98d3, u+98d8-98da, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5, u+98e7-98e9, u+98eb-98ee, u+98f1, u+98f4, u+9901, u+9908-9909, u+990c, u+9911-9912, u+9914, u+9916-9917, u+991b-991c, u+991e, u+9920, u+9927, u+992b-992c, u+992e, u+9931-9933, u+9938, u+993a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-691.FOKifyV7.woff2) format("woff2");
    unicode-range: u+9672, u+9674, u+967a, u+9682-9685, u+9688-9689, u+968b, u+968d, u+9695, u+9697-9698, u+969e, u+96a0-96a4, u+96a9, u+96ac, u+96ae, u+96b0, u+96b2-96b4, u+96b6-96b7, u+96b9, u+96bc-96be, u+96c3, u+96c9-96cb, u+96ce-96cf, u+96d1-96d2, u+96d8, u+96dd, u+96e9, u+96eb, u+96f0-96f1, u+96f3-96f4, u+96f9, u+96fe-96ff, u+9701-9702, u+9705, u+9708, u+970a, u+970e-9711, u+9719, u+971d, u+971f-9720, u+9728, u+972a, u+972d, u+9730, u+9733, u+973a, u+973d, u+9744, u+9746-9747, u+9749, u+9750-9751, u+9753, u+9758-9759, u+975b, u+975d, u+9763, u+9765-9766, u+9768, u+976c-976d, u+9771, u+9773, u+9776, u+977a, u+977c, u+9780, u+9784-9786, u+9788, u+978e-978f, u+9798, u+979d-979e, u+97a3, u+97a5-97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b6-97b7, u+97b9, u+97bf, u+97c1, u+97c3, u+97c6, u+97c9, u+97cd, u+97d6, u+97d8-97d9, u+97dc-97de, u+97e1, u+97e6-97e7, u+97ec-97ee, u+97f0-97f1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-692.BINvHwki.woff2) format("woff2");
    unicode-range: u+9530, u+9535, u+953a-953b, u+9540-9542, u+9547, u+9549-954a, u+954d, u+9550-9551, u+9554-9556, u+955c, u+956c-956d, u+956f-9570, u+9573, u+9576, u+9578, u+9582, u+9586, u+9588, u+958e-958f, u+9599, u+959c, u+959e-959f, u+95a1-95a2, u+95a4, u+95a6-95a7, u+95aa-95ae, u+95b0, u+95b2, u+95b6, u+95b9-95bf, u+95c2-95c4, u+95c7-95c9, u+95cb-95cd, u+95d0, u+95d3-95d5, u+95d7-95d8, u+95da, u+95de, u+95e0-95e1, u+95e4-95e5, u+95ea-95eb, u+95ef-95f0, u+95f2-95f3, u+95f5, u+95f7-95fa, u+95fd, u+9600-9602, u+9607-9609, u+960e, u+9610-9611, u+9614, u+9616, u+9619-961a, u+961c-961d, u+961f, u+9621, u+9624, u+9628, u+962f, u+9633-9636, u+963c, u+9641-9643, u+9645, u+9647-9648, u+964e-964f, u+9651, u+9653-9655, u+9658, u+965b-965f, u+9661, u+9665, u+9668-9669, u+966c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-693.B5it3OQw.woff2) format("woff2");
    unicode-range: u+941a, u+941c, u+941e, u+9420-9425, u+9427-942b, u+942e, u+9432-9433, u+9436, u+9438, u+943a, u+943d, u+943f-9440, u+9445, u+944a, u+944c, u+9454-9455, u+945a-945b, u+945e, u+9460, u+9462-9463, u+9468, u+946a, u+946d, u+946f, u+9471, u+9474-9477, u+9479, u+947e-9481, u+9488-948a, u+948e, u+9492-9493, u+9497, u+9499, u+949b-94a3, u+94a5-94a9, u+94ac, u+94ae-94b1, u+94b3-94b5, u+94bb-94bc, u+94be-94c3, u+94c5-94c6, u+94c9, u+94ce-94d0, u+94db-94dd, u+94e0, u+94e2-94e3, u+94e8, u+94ec-94ee, u+94f0, u+94f2, u+94f5-94f6, u+94f8, u+94fa, u+94ff-9502, u+9504-9506, u+9508, u+950b-950c, u+950f-9510, u+9519-951b, u+951d, u+951f, u+9521-9526, u+952d-952f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-694.4Iq9jwZh.woff2) format("woff2");
    unicode-range: u+930b, u+930f, u+9312, u+9315, u+9319-931b, u+931d-931f, u+9321, u+9323-9325, u+9327-932a, u+932c-932e, u+9331-9333, u+9335, u+9338, u+933c, u+9340-9341, u+9345-9349, u+934f-9352, u+9354, u+9356-935a, u+935c-9360, u+9363-9367, u+9369-936a, u+936c, u+936e, u+9370-9371, u+9373, u+9376, u+9379-937a, u+937c, u+9385, u+9387, u+938c, u+938f, u+9394, u+9397-9398, u+939a-939b, u+939d-939e, u+93a1-93a3, u+93a6-93a7, u+93a9-93aa, u+93ac-93ad, u+93af-93b0, u+93b3-93bb, u+93bd-93be, u+93c0-93c4, u+93c7, u+93ca-93cd, u+93d0-93d1, u+93d6-93d8, u+93dc-93de, u+93e0, u+93e4, u+93e8, u+93ee, u+93f0, u+93f5, u+93f7-93f9, u+93fb, u+9403, u+9407, u+940f-9410, u+9413-9414, u+9417, u+9419
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-695.D0YcOBTg.woff2) format("woff2");
    unicode-range: u+9208-920a, u+920d-920e, u+9210-9211, u+9217, u+9219, u+921c, u+9221, u+9224-9225, u+9227, u+922a, u+922d-922e, u+9230-9231, u+9233, u+9235-9239, u+923b, u+923d-9241, u+9244, u+9246, u+9248-9249, u+924b-9251, u+9253, u+925a, u+925d-925e, u+9262, u+9265-9267, u+926b-926d, u+926f, u+9271-9272, u+9274, u+9276, u+9278, u+927a-927c, u+927e-927f, u+9282-9283, u+9286, u+9288, u+928a, u+928d-928e, u+9291, u+9295-9296, u+9299-929b, u+929d, u+92a0-92ae, u+92b2, u+92b5-92b6, u+92bb-92bc, u+92c2-92c3, u+92c6-92cd, u+92cf-92d1, u+92d5, u+92d7, u+92d9, u+92dd, u+92df, u+92e4-92e6, u+92e8-92e9, u+92ed-92ef, u+92f1-92f3, u+92f6, u+92f9, u+92fb, u+9300-9302, u+9306
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-696.9XcLAO8J.woff2) format("woff2");
    unicode-range: u+90e2-90e4, u+90ea-90eb, u+90ef, u+90f4, u+90f7-90f8, u+90fc, u+90fe-9100, u+9102, u+9104, u+9106, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9129, u+912b, u+912f, u+9131-9132, u+9134, u+9136, u+9139-913a, u+9143, u+9146, u+9148-914a, u+914e-9150, u+9154, u+9156-9157, u+9159-915a, u+915d-915e, u+9161-9164, u+916b, u+916e, u+9170-9172, u+9174, u+9176, u+9179-917a, u+917f, u+9181-9182, u+9184-9186, u+918c-918e, u+9190-9191, u+9196, u+919a-919b, u+919e, u+91a1-91a4, u+91a7, u+91aa, u+91ae-91b2, u+91b4-91b5, u+91b8, u+91bd-91be, u+91c1, u+91c3, u+91c5-91c6, u+91c8-91ca, u+91d2-91d5, u+91d7, u+91d9, u+91e1, u+91e4, u+91e6-91e9, u+91ec-91ed, u+91f0-91f1, u+91f5-91fa, u+91fd, u+91ff-9201, u+9203-9207
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-697.-seGNNbL.woff2) format("woff2");
    unicode-range: u+8f85-8f86, u+8f88-8f8a, u+8f8d, u+8f90, u+8f93, u+8f95-8f97, u+8f99, u+8f9e-8f9f, u+8fa2, u+8fa7, u+8fa9, u+8fab, u+8fae, u+8fb3, u+8fb5-8fb6, u+8fba-8fbd, u+8fbf, u+8fc1-8fc2, u+8fc6, u+8fc8, u+8fcc-8fcd, u+8fd2-8fd3, u+8fd5, u+8fdc-8fdd, u+8fdf, u+8fe2-8fe5, u+8fe8-8fe9, u+8fed-8fee, u+8ff3, u+8ff5, u+8ff8, u+8ffa-8ffc, u+8ffe, u+9002, u+9004, u+9008, u+900a-900b, u+9011-9013, u+9016, u+901e, u+9021, u+9024, u+902d, u+902f-9030, u+9034-9036, u+9039-903b, u+9041, u+9044-9045, u+904f-9052, u+9057-9058, u+905b, u+905d, u+9061-9062, u+9065, u+9068, u+906f, u+9074, u+9079, u+907d, u+9083, u+9085, u+9087-9089, u+908b, u+9090, u+9093, u+9095, u+9097, u+9099, u+909b, u+909d-909e, u+90a0-90a2, u+90ac, u+90af-90b0, u+90b2-90b4, u+90b6, u+90b9, u+90bb, u+90bd-90be, u+90c3-90c5, u+90c7, u+90d1, u+90d4-90d5, u+90d7, u+90db-90df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-698.DfFbVspF.woff2) format("woff2");
    unicode-range: u+8e30-8e31, u+8e35, u+8e39, u+8e3c-8e3d, u+8e40-8e42, u+8e47, u+8e49-8e4e, u+8e50, u+8e53-8e55, u+8e59-8e5b, u+8e60, u+8e62-8e63, u+8e67, u+8e69, u+8e6c-8e6d, u+8e6f, u+8e74, u+8e76, u+8e7a-8e7c, u+8e82, u+8e84-8e85, u+8e87, u+8e89-8e8b, u+8e8f-8e95, u+8e99-8e9a, u+8e9d-8e9e, u+8ea1, u+8ea3, u+8ea5-8ea6, u+8eaa, u+8eac-8ead, u+8eaf-8eb1, u+8eb9, u+8ebc, u+8ebe, u+8ec6, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8ed7, u+8eda-8edb, u+8ee2, u+8ee8, u+8eeb, u+8ef2, u+8ef9-8efe, u+8f05, u+8f07-8f08, u+8f0a-8f0c, u+8f12-8f13, u+8f17, u+8f19-8f1a, u+8f1c, u+8f1e-8f1f, u+8f25-8f26, u+8f2d, u+8f30, u+8f33, u+8f36, u+8f3e, u+8f40-8f42, u+8f45-8f47, u+8f4d, u+8f54-8f55, u+8f5d, u+8f61-8f62, u+8f64, u+8f67-8f69, u+8f6d-8f72, u+8f74, u+8f76, u+8f7b-8f7c, u+8f7f, u+8f83-8f84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-699.BDOBTfsu.woff2) format("woff2");
    unicode-range: u+8ce1, u+8ce8, u+8ceb, u+8cf0, u+8cf8, u+8cfb, u+8cfe, u+8d04, u+8d07, u+8d0b, u+8d0d, u+8d10, u+8d12-8d14, u+8d17, u+8d1b-8d1f, u+8d21-8d26, u+8d29-8d2c, u+8d2e-8d32, u+8d34-8d35, u+8d37-8d38, u+8d3a-8d3c, u+8d3e-8d3f, u+8d41-8d43, u+8d48, u+8d4b-8d4c, u+8d4e-8d50, u+8d54, u+8d56, u+8d58, u+8d5a-8d5b, u+8d5f-8d60, u+8d62-8d63, u+8d66-8d69, u+8d6c-8d6e, u+8d73, u+8d75-8d76, u+8d7b, u+8d7d, u+8d84, u+8d8b, u+8d90-8d91, u+8d94, u+8d96, u+8d9c, u+8dab, u+8daf, u+8db2, u+8db5, u+8db7, u+8dba, u+8dbc, u+8dbf, u+8dc2-8dc3, u+8dc6, u+8dcb, u+8dce-8dd0, u+8dd6-8dd7, u+8dda-8ddb, u+8de3-8de4, u+8de9, u+8deb-8dec, u+8df1, u+8df5-8df7, u+8dfa-8dfd, u+8e05, u+8e08-8e0a, u+8e0e, u+8e14, u+8e16, u+8e18, u+8e1d-8e21, u+8e23, u+8e26-8e28, u+8e2a-8e2b, u+8e2d-8e2e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-700.CgFyYmr0.woff2) format("woff2");
    unicode-range: u+8b9c, u+8b9e-8b9f, u+8ba3, u+8ba5, u+8ba7, u+8baa, u+8bad, u+8bb2-8bb4, u+8bb6-8bb9, u+8bbc-8bbd, u+8bbf-8bc0, u+8bc3, u+8bc5, u+8bc8-8bcb, u+8bcf, u+8bd1, u+8bd7-8bdc, u+8bde-8be1, u+8be3, u+8be5, u+8be7, u+8be9, u+8beb-8bec, u+8bef, u+8bf1-8bf2, u+8bf5-8bf6, u+8bf8, u+8bfa, u+8bfd-8bfe, u+8c01-8c02, u+8c05, u+8c08, u+8c0a-8c11, u+8c13-8c15, u+8c18-8c1c, u+8c1f, u+8c23-8c29, u+8c2c-8c2d, u+8c31, u+8c34, u+8c36, u+8c39, u+8c3f, u+8c47, u+8c49-8c4c, u+8c4f, u+8c51, u+8c55, u+8c62, u+8c68, u+8c73, u+8c78, u+8c7a-8c7c, u+8c82, u+8c85, u+8c89-8c8a, u+8c8d-8c8e, u+8c90, u+8c94, u+8c98-8c99, u+8ca3-8ca4, u+8cad-8cb0, u+8cb2, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc5, u+8ccf-8cd2, u+8cd4-8cd5, u+8cd9-8cdb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-701.BPhVPRu9.woff2) format("woff2");
    unicode-range: u+8a1b, u+8a22, u+8a25, u+8a27, u+8a2b, u+8a33, u+8a36, u+8a38, u+8a3d-8a3e, u+8a41, u+8a45-8a46, u+8a48, u+8a4e, u+8a51-8a52, u+8a54, u+8a56-8a58, u+8a5b, u+8a5d, u+8a61, u+8a63, u+8a67, u+8a6a-8a6c, u+8a70, u+8a74-8a76, u+8a7a-8a7c, u+8a82, u+8a84-8a86, u+8a89, u+8a8f-8a92, u+8a94, u+8a9a, u+8aa1, u+8aa3, u+8aa5, u+8aa7-8aa8, u+8aad, u+8ab1, u+8ab6, u+8abe, u+8ac2, u+8ac4, u+8ac6, u+8ac9, u+8acc-8acf, u+8ad1, u+8adb, u+8add-8ae2, u+8ae4, u+8ae6, u+8aea-8aeb, u+8aed, u+8af1-8af6, u+8afa, u+8afc, u+8b01, u+8b04-8b05, u+8b07, u+8b0b-8b0d, u+8b0f-8b10, u+8b13-8b14, u+8b16, u+8b1a, u+8b1c, u+8b21-8b22, u+8b26, u+8b28, u+8b2b, u+8b2e, u+8b33, u+8b41, u+8b46, u+8b4c-8b4f, u+8b53-8b54, u+8b56, u+8b59, u+8b5e-8b60, u+8b64, u+8b6a-8b6d, u+8b72, u+8b7e, u+8b83, u+8b89, u+8b8c, u+8b8e, u+8b90, u+8b92, u+8b95-8b96, u+8b99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-702.Dn-p4UoP.woff2) format("woff2");
    unicode-range: u+88b7-88b8, u+88bc-88be, u+88c0, u+88c4, u+88c6-88c7, u+88c9-88cc, u+88ce, u+88d2, u+88d6, u+88d8, u+88db, u+88df, u+88e4, u+88e8-88e9, u+88ec, u+88ef-88f1, u+88f3-88f5, u+88fc, u+88fe, u+8900, u+8902, u+8906, u+890a-890c, u+8912-8915, u+8918-891a, u+891f, u+8921, u+8923, u+8925, u+892a-892b, u+892d, u+8930, u+8933, u+8935-8936, u+8938, u+893d, u+8941-8943, u+8946-8947, u+8949, u+894c-894d, u+8956-8957, u+8959, u+895c, u+895e-8960, u+8964, u+8966, u+896c, u+8971, u+8974, u+897b, u+897e, u+8980, u+8982-8983, u+8987-8988, u+898a, u+898c, u+8991, u+8994-8995, u+8997-8998, u+899a, u+899c, u+89a1, u+89a4-89a7, u+89a9, u+89ac, u+89af, u+89b2-89b3, u+89b7, u+89bb, u+89bf, u+89c5, u+89c9-89ca, u+89d1, u+89d4-89d5, u+89da, u+89dc-89de, u+89e5-89e7, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89ff, u+8a01, u+8a03, u+8a07, u+8a09, u+8a0c, u+8a0f-8a12, u+8a16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-703.CdHTsWMl.woff2) format("woff2");
    unicode-range: u+8763-8765, u+8768, u+876a, u+876c-8770, u+8772, u+8777, u+877a-877b, u+877d, u+8781, u+8784-8785, u+8788, u+878b, u+8793, u+8797-8798, u+879f, u+87a3, u+87a8, u+87ab-87ad, u+87af, u+87b3, u+87b5, u+87b9, u+87bb, u+87bd-87c0, u+87c4-87c8, u+87ca-87cc, u+87ce, u+87d2, u+87db-87dc, u+87e0-87e1, u+87e3, u+87e5, u+87e7, u+87ea-87eb, u+87ee-87ef, u+87f3-87f4, u+87f6-87f7, u+87fe, u+8802-8806, u+880a-880b, u+880e, u+8810-8811, u+8813, u+8815-8816, u+881b, u+8821, u+8823, u+8827, u+8831-8832, u+8835, u+8839-883a, u+883c, u+8844-8846, u+884a, u+884e, u+8852, u+8854-8856, u+8859-885a, u+885e, u+8862, u+8864-8865, u+8869-886a, u+886c-886e, u+8871-8872, u+8875, u+8879, u+887d-887f, u+8882, u+8884-8885, u+8888, u+8890, u+8892-8893, u+8897-8898, u+889a-889c, u+889e, u+88a2, u+88a4, u+88a8, u+88aa, u+88ad-88ae, u+88b1, u+88b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-704.y7ieV0TH.woff2) format("woff2");
    unicode-range: u+8621-8622, u+8627, u+8629-862a, u+8634-8636, u+8638, u+863a, u+863c, u+8640, u+8642, u+8646, u+864c-864d, u+864f, u+8651-8654, u+8657, u+8659-865a, u+865c, u+8662, u+866b-866c, u+866f-8671, u+8673, u+8677, u+867a-867b, u+867d-867e, u+8680-8682, u+868b-868d, u+8693-8696, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a7-86aa, u+86af-86b1, u+86b3-86b4, u+86b6, u+86b9-86ba, u+86c0-86c2, u+86c4, u+86c6, u+86c9-86ca, u+86cc-86ce, u+86d0, u+86d3-86d4, u+86de-86df, u+86e9, u+86ed-86f0, u+86f3, u+86f8-86fc, u+86fe, u+8703, u+8706-870a, u+870d-870e, u+8711-8712, u+8715, u+8717, u+8719-871a, u+871e, u+8721-8723, u+8725, u+8728-8729, u+872e, u+8731, u+8734, u+8737, u+873a, u+873e-8740, u+8742, u+8747, u+8749, u+874b-874c, u+874e-874f, u+8753, u+8757-8758, u+875d, u+875f, u+8761-8762
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-705.BKUT1tDB.woff2) format("woff2");
    unicode-range: u+84c0, u+84c2, u+84c6-84c7, u+84ca, u+84cd-84d2, u+84d6, u+84dd, u+84df, u+84e2, u+84e6-84e8, u+84ea, u+84ef-84f0, u+84f3-84f4, u+84f7, u+84fa, u+84fc-84fd, u+84ff-8500, u+8506, u+850c, u+8511, u+8515, u+8517, u+851d-851f, u+8524, u+852b, u+852f, u+8532, u+8534-8535, u+8537-8538, u+853a, u+853c, u+853e, u+8541-8542, u+8545, u+8548, u+854b, u+854d-854e, u+8552-8553, u+8555-8558, u+855a, u+855e, u+8561-8565, u+8568, u+856a-856c, u+856f, u+8574, u+8577-857b, u+8580-8581, u+8585-8586, u+858a, u+858c, u+858f-8590, u+8594, u+8597-8599, u+859c, u+859f, u+85a1-85a2, u+85a4, u+85a8, u+85ab-85ac, u+85ae, u+85b3-85b4, u+85b7, u+85b9-85ba, u+85bd-85be, u+85c1-85c2, u+85cb, u+85ce, u+85d0, u+85d3, u+85d5, u+85dc, u+85e0, u+85e6, u+85e8, u+85ea, u+85ed, u+85f4, u+85f6-85f7, u+85f9-85fa, u+85ff, u+8602, u+8604-8605, u+8610, u+8616-8618, u+861a, u+861e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-706.BuRtNj3s.woff2) format("woff2");
    unicode-range: u+8380, u+8383, u+8385-8386, u+8392, u+8394-8395, u+8398-8399, u+839b-839c, u+83a0, u+83a2, u+83a4, u+83a7-83aa, u+83af-83b5, u+83b7, u+83b9-83ba, u+83bc-83c0, u+83c2, u+83c4-83c5, u+83c8-83c9, u+83cb, u+83ce-83cf, u+83d1, u+83d4-83d6, u+83d8, u+83dd, u+83df, u+83e1-83e2, u+83e5, u+83ea-83eb, u+83f0, u+83f3-83f4, u+83f9, u+83fb-83fe, u+8406-8407, u+840b, u+840f, u+8411, u+8413, u+8418, u+841b-841d, u+8420-8421, u+8423-8424, u+8426-8429, u+842b, u+842d-842e, u+8432-8433, u+8435, u+8437-8439, u+843b-843c, u+843e, u+8445-8447, u+844e, u+8451-8452, u+8456, u+8459-845a, u+845c, u+845f, u+8462, u+8466-8467, u+846d, u+846f-8471, u+8473-8474, u+8476-8478, u+847a, u+8484, u+848b, u+848d-848e, u+8493-8494, u+8497, u+849d, u+849f, u+84a1, u+84a8, u+84af, u+84b1, u+84b4, u+84b9-84bb, u+84bd-84bf
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-707.DB5PlooA.woff2) format("woff2");
    unicode-range: u+827d, u+827f, u+8283-8284, u+8288-828a, u+828d-8291, u+8293-8294, u+8298, u+829a-829c, u+829e-82a4, u+82a6-82ab, u+82ae, u+82b0, u+82b4, u+82b6, u+82ba-82bc, u+82be, u+82c1, u+82c4-82c5, u+82c7, u+82cb, u+82cd, u+82cf-82d0, u+82d2, u+82d5-82d6, u+82d9, u+82db-82dc, u+82de-82e1, u+82e3-82e4, u+82e7, u+82ea-82eb, u+82ef-82f0, u+82f3-82f4, u+82f6-82f7, u+82f9-82fc, u+82fe-8301, u+8306-8308, u+830b-830e, u+8316, u+8318, u+831a-831b, u+831d-831e, u+8327, u+832a, u+832c-832d, u+832f, u+8331, u+8333-8334, u+8337, u+833a-833c, u+833f-8340, u+8342, u+8344-8347, u+834b-834c, u+834f, u+8351, u+8356-8358, u+835a, u+835e-8361, u+8363-8364, u+8367-8368, u+836b, u+836f, u+8373, u+8375, u+8378, u+837a-837f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-708.B9txB5o2.woff2) format("woff2");
    unicode-range: u+811b, u+811e, u+8121-8127, u+8129, u+812c, u+812f-8134, u+8137-8138, u+813a, u+813d, u+8144, u+8146, u+8148, u+814a, u+814c-814d, u+8151, u+8153, u+8156, u+8158, u+815a, u+8160, u+8167, u+8169, u+816d, u+816f, u+8171, u+8174, u+817b-817c, u+817e, u+8182, u+8188, u+818a, u+8194-8195, u+8198, u+819b, u+819e, u+81a3, u+81a6-81a7, u+81ab, u+81af-81b0, u+81b5-81b6, u+81b8, u+81ba-81bb, u+81be-81bf, u+81c3, u+81c6, u+81ca, u+81cc, u+81cf, u+81d1-81d3, u+81d6-81d7, u+81d9-81da, u+81dd-81de, u+81e0-81e2, u+81e7, u+81ec, u+81ef, u+81fc, u+81fe, u+8200-8202, u+8204-8206, u+820b, u+820e, u+8210, u+8215, u+8217-8218, u+821b, u+821d, u+8221-8222, u+8224, u+8228-8229, u+822b, u+822f-8234, u+8236-8238, u+823a, u+823e, u+8240, u+8244-8245, u+8249, u+824b, u+824e-824f, u+8257, u+825a, u+825f, u+8264, u+8268, u+826b, u+826e, u+8270, u+8273, u+8276, u+8278-8279
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-709.BzbU2YNq.woff2) format("woff2");
    unicode-range: u+7fb8, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fcb-7fcc, u+7fce-7fcf, u+7fd1, u+7fd5, u+7fd8, u+7fdb, u+7fde-7fdf, u+7fe5-7fe6, u+7fe9, u+7feb-7fec, u+7fee, u+7ff2-7ff3, u+7ffa, u+7ffd-7ffe, u+8002, u+8004, u+8006, u+800b, u+800e, u+8011-8012, u+8014, u+8016, u+8018-8019, u+801c, u+8024, u+8026, u+8028, u+802c, u+8030, u+8035, u+8037-8039, u+803b, u+8042-8043, u+804b-804c, u+8052, u+8061, u+8068, u+806a, u+806e, u+8071, u+8073-8076, u+8079, u+807c, u+807e-807f, u+8083-8084, u+808f, u+8093, u+8095, u+8098, u+809c, u+809f-80a0, u+80a4, u+80a7, u+80ab, u+80ad-80ae, u+80b0-80b1, u+80b4-80b6, u+80b8, u+80bc-80c2, u+80c4, u+80c6-80c7, u+80cb, u+80cd, u+80cf, u+80d4, u+80d7, u+80d9, u+80db-80dd, u+80e0, u+80e3-80e5, u+80e7, u+80eb-80ed, u+80ef-80f1, u+80f3-80f4, u+80f6-80f7, u+80fc, u+80fe-80ff, u+8101, u+8107, u+8109, u+810f-8113, u+8115, u+8117-8118, u+811a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-710.BxCUuOgF.woff2) format("woff2");
    unicode-range: u+7eb3, u+7eb5-7eba, u+7ebd-7ebe, u+7ec0-7ec1, u+7ec3, u+7ec5, u+7ec7-7eca, u+7ecd-7ece, u+7ed1-7ed2, u+7ed4-7ed5, u+7ed7-7ed8, u+7eda-7edb, u+7edd-7ede, u+7ee2-7ee3, u+7ee5, u+7ee7, u+7ee9-7eeb, u+7eee-7ef0, u+7ef3, u+7ef5, u+7ef7-7ef8, u+7efd-7f01, u+7f03, u+7f05-7f09, u+7f0e, u+7f10, u+7f13-7f15, u+7f18-7f1a, u+7f1c-7f1d, u+7f20, u+7f24-7f25, u+7f28-7f2a, u+7f2d-7f2e, u+7f30, u+7f34, u+7f36-7f37, u+7f3d, u+7f42-7f45, u+7f47-7f4e, u+7f52, u+7f54, u+7f58, u+7f5a, u+7f5d, u+7f5f-7f63, u+7f65, u+7f68, u+7f6b, u+7f78, u+7f7d-7f7e, u+7f81-7f83, u+7f86-7f87, u+7f8b-7f8d, u+7f91, u+7f93-7f95, u+7f97, u+7f99-7f9a, u+7f9d, u+7f9f, u+7fa1-7fa3, u+7fa5, u+7fa7, u+7fad-7fb2, u+7fb4, u+7fb6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-711.QnXeXKeq.woff2) format("woff2");
    unicode-range: u+7d8c-7d8f, u+7d91, u+7d95-7d96, u+7d98-7d9a, u+7d9d-7d9e, u+7da2-7da3, u+7da6, u+7daa, u+7dac, u+7dae-7db0, u+7db3, u+7db5, u+7db7, u+7db9, u+7dbd, u+7dc1, u+7dc3-7dc7, u+7dcc-7dcf, u+7dd1, u+7dd6-7dd9, u+7ddb-7ddc, u+7de1-7de2, u+7de6, u+7df0-7df3, u+7df6, u+7dfe, u+7e01-7e02, u+7e04, u+7e08-7e0b, u+7e10-7e11, u+7e13, u+7e15, u+7e1d-7e20, u+7e22, u+7e25-7e27, u+7e29, u+7e2d, u+7e2f-7e30, u+7e32-7e37, u+7e39, u+7e3b, u+7e44-7e45, u+7e47-7e48, u+7e4a-7e4b, u+7e4d, u+7e50-7e52, u+7e56, u+7e58-7e5b, u+7e62, u+7e68, u+7e6d-7e70, u+7e76, u+7e78, u+7e7b, u+7e7e, u+7e81-7e82, u+7e86-7e88, u+7e8a, u+7e8d-7e8e, u+7e92-7e94, u+7e98-7e9b, u+7e9e, u+7ea0, u+7ea3-7ea4, u+7ea8, u+7eaa-7eaf, u+7eb1-7eb2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-712.Bt_BjVaT.woff2) format("woff2");
    unicode-range: u+7c23, u+7c25-7c26, u+7c2a-7c2b, u+7c37-7c39, u+7c40-7c41, u+7c48-7c49, u+7c50, u+7c53-7c54, u+7c56-7c57, u+7c59-7c5c, u+7c5f, u+7c63, u+7c65, u+7c69, u+7c6c-7c6e, u+7c74-7c75, u+7c79, u+7c7c, u+7c7e, u+7c84, u+7c8b, u+7c8d, u+7c91, u+7c94-7c95, u+7c9b, u+7c9f, u+7ca2, u+7ca4, u+7ca6, u+7ca8-7caa, u+7cae, u+7cb1-7cb3, u+7cba, u+7cbc, u+7cbf-7cc0, u+7cc5, u+7cc8-7cc9, u+7ccc-7cce, u+7cd7, u+7cdc-7cdd, u+7ce0, u+7ce2, u+7ce8, u+7cea, u+7ced, u+7cf2, u+7cf4, u+7cf6, u+7cf8-7cfa, u+7cfc, u+7d02, u+7d06-7d0a, u+7d0f, u+7d11-7d12, u+7d15, u+7d18, u+7d1c-7d1e, u+7d25, u+7d27, u+7d29, u+7d2c, u+7d31-7d32, u+7d35, u+7d38, u+7d3a, u+7d3c, u+7d3e-7d41, u+7d43, u+7d45, u+7d4c, u+7d4e-7d4f, u+7d53-7d54, u+7d56, u+7d5b-7d5d, u+7d5f, u+7d63, u+7d67, u+7d6a, u+7d6d, u+7d70, u+7d73, u+7d75, u+7d79-7d7b, u+7d7d, u+7d80, u+7d83-7d84, u+7d86-7d89, u+7d8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-713.BZ3UA0dk.woff2) format("woff2");
    unicode-range: u+7afd-7afe, u+7b01-7b06, u+7b09-7b0b, u+7b0e-7b10, u+7b14, u+7b18, u+7b1a, u+7b1e-7b1f, u+7b22-7b25, u+7b29-7b2b, u+7b2d-7b2e, u+7b31-7b35, u+7b38-7b3c, u+7b45, u+7b47-7b48, u+7b4a, u+7b4c, u+7b4e-7b50, u+7b58, u+7b5b, u+7b5d, u+7b60, u+7b62, u+7b65-7b67, u+7b69, u+7b6d-7b6f, u+7b72-7b76, u+7b79, u+7b7e, u+7b82, u+7b84-7b85, u+7b87, u+7b8b, u+7b8d-7b93, u+7b95-7b96, u+7b98, u+7b9c-7b9d, u+7ba0, u+7ba7, u+7ba9-7bac, u+7bb0, u+7bb4, u+7bb6, u+7bb8-7bb9, u+7bc1, u+7bc3, u+7bc6, u+7bcb-7bcc, u+7bcf, u+7bd4, u+7bd9-7bdb, u+7bdd, u+7be0-7be1, u+7be5-7be6, u+7bea, u+7bed-7bee, u+7bf1-7bf3, u+7bf8-7bf9, u+7bfc-7c01, u+7c03, u+7c07, u+7c0a-7c0d, u+7c0f, u+7c11-7c12, u+7c15, u+7c1e-7c20
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-714.DsALZIBY.woff2) format("woff2");
    unicode-range: u+798a-798b, u+7991, u+7993-7996, u+7998, u+799a-799b, u+799f-79a2, u+79a4, u+79a8-79a9, u+79af-79b0, u+79b3, u+79b5, u+79b8, u+79ba, u+79c3, u+79c6, u+79c8, u+79cf, u+79d5-79d6, u+79dc-79de, u+79e3, u+79e7, u+79ea-79ed, u+79ef-79f0, u+79f4, u+79f6-79f8, u+79fd, u+7a02-7a03, u+7a08-7a0a, u+7a0c, u+7a0e, u+7a10-7a11, u+7a14, u+7a17-7a19, u+7a1c, u+7a1e-7a1f, u+7a23, u+7a26, u+7a2d, u+7a32-7a33, u+7a37, u+7a39, u+7a3c, u+7a42, u+7a45, u+7a49, u+7a4f, u+7a56, u+7a5a, u+7a5c, u+7a60-7a61, u+7a63, u+7a68, u+7a6d-7a6e, u+7a70-7a71, u+7a77-7a79, u+7a80, u+7a83, u+7a85-7a86, u+7a88, u+7a8d, u+7a90-7a91, u+7a93-7a96, u+7a98, u+7a9c-7a9d, u+7aa0, u+7aa3, u+7aa5-7aa6, u+7aa8, u+7aaa, u+7aac, u+7ab0, u+7ab3, u+7ab6, u+7ab8, u+7abb, u+7abe-7abf, u+7ac2, u+7ac8-7ac9, u+7ad1-7ad2, u+7ad6, u+7ada, u+7adc-7ade, u+7ae4, u+7ae6, u+7ae9-7aeb, u+7af4, u+7af8, u+7afa-7afb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-715.Bf_M1uCa.woff2) format("woff2");
    unicode-range: u+7842-7843, u+7845, u+7847, u+784a, u+784c-7850, u+7852-7853, u+7855, u+7858, u+785a, u+785c-785d, u+7864, u+7866, u+7868, u+786a, u+786f, u+7874, u+7876, u+787c, u+787f, u+7886-7887, u+7889, u+788d, u+788f, u+7893, u+7895-7896, u+7898, u+789a, u+789e, u+78a1, u+78a3, u+78a5, u+78aa, u+78ad, u+78b1-78b2, u+78b4, u+78b6, u+78b8, u+78be, u+78c8-78c9, u+78cb, u+78ce, u+78d0-78d1, u+78d4-78d5, u+78d7-78d8, u+78de, u+78e3, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78fa-78fb, u+78fd-7900, u+7904-7906, u+790a, u+790c, u+7910-7912, u+791c, u+791e, u+7920-7921, u+792a-792c, u+792e, u+7931, u+7934, u+7938, u+793b, u+793d, u+793f, u+7941-7942, u+7945-7947, u+7949, u+794c, u+794e, u+7953-7954, u+7957-795c, u+795f, u+7961-7962, u+7964, u+7967, u+7969, u+796b-796c, u+796f, u+7972-7973, u+7977-7979, u+797b-797c, u+797e, u+7980, u+7982, u+7984-7988
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-716.CZnAdlND.woff2) format("woff2");
    unicode-range: u+7707-7708, u+770a, u+770c, u+770f, u+7715, u+7719-771b, u+771d-771e, u+7722, u+7725-7726, u+7728, u+772d, u+772f, u+7733-7736, u+7738, u+773b, u+773d, u+7741, u+7744, u+7746, u+774c, u+774e-7752, u+7755, u+7759-775a, u+775f-7760, u+7762, u+7765-7766, u+7768-776a, u+776c-776e, u+7771, u+7778, u+777a, u+777d-777e, u+7780, u+7785, u+7787, u+7789, u+778b-778d, u+7791-7793, u+779c, u+779f-77a0, u+77a2, u+77a5, u+77a9, u+77b0-77b1, u+77b4, u+77b6-77b7, u+77b9, u+77bc-77bf, u+77c5, u+77c7, u+77cc-77cd, u+77d3, u+77d6-77d7, u+77dc, u+77de, u+77e3, u+77e7, u+77eb-77ec, u+77f0, u+77f2, u+77f6, u+77f8, u+77fa-77fc, u+77fe-7800, u+7803, u+7805-7806, u+7809, u+7810-7812, u+7815-7816, u+781a, u+781c-781d, u+781f-7823, u+7825-7827, u+7829, u+782c-7830, u+7833, u+7835, u+7837, u+7839-783a, u+783c, u+783e, u+7840
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-717.BmgCfs7W.woff2) format("woff2");
    unicode-range: u+75cd, u+75d2, u+75d4, u+75d9, u+75df, u+75e2-75e4, u+75e6-75e7, u+75e9-75ec, u+75f0-75f3, u+75f7, u+75f9-75fa, u+75fc, u+75fe-7602, u+7608-760a, u+760c-760d, u+7610, u+7615-7616, u+7618-7620, u+7622-7623, u+7625, u+7627, u+7629, u+762b, u+762e, u+7630, u+7632-7635, u+7638, u+763a-763c, u+763e, u+7640, u+7643, u+7646, u+7648-7649, u+764d-764e, u+7654, u+7658, u+765c, u+765f, u+7663-7667, u+7669, u+766b-766d, u+766f-7670, u+7676, u+7678-767a, u+767f-7681, u+7683, u+7688, u+768a-768b, u+768e, u+7690, u+7695-7696, u+769a-769e, u+76a3-76a4, u+76aa, u+76b0-76b1, u+76b4, u+76b7-76b8, u+76c2, u+76c5, u+76c9, u+76cc-76cd, u+76cf-76d1, u+76d6-76d8, u+76e5-76e6, u+76e9, u+76ec, u+76f1, u+76f7, u+76f9-76fb, u+76ff-7700, u+7704-7705
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-718.ZZ6ydFdp.woff2) format("woff2");
    unicode-range: u+749c-74a1, u+74a3, u+74a5-74a7, u+74a9-74ab, u+74ae, u+74b1-74b2, u+74b5, u+74b8, u+74ba, u+74bf, u+74c5, u+74c8, u+74cc-74cd, u+74d2, u+74d4, u+74d6, u+74d8, u+74da, u+74de-74e0, u+74e2, u+74e4, u+74e8-74e9, u+74ee-74ef, u+74f4, u+74f9, u+74fb, u+74ff-7501, u+7503, u+7507, u+750c-750d, u+7511, u+7513, u+7515-7517, u+7519, u+751e, u+7521, u+7525, u+752a, u+752c-752f, u+7534, u+753e, u+7542, u+7545, u+7547-7548, u+754a-754b, u+754e, u+7551, u+755a-755b, u+755d, u+7560, u+7563-7564, u+7566-7568, u+756c-756f, u+7572-7575, u+7577-757a, u+757c, u+757e-757f, u+7583-7584, u+7587, u+7589, u+758b-758e, u+7590, u+7592, u+7594-7595, u+7597, u+7599-759a, u+759d, u+759f, u+75a1-75a3, u+75a5, u+75a7, u+75aa, u+75ac, u+75ae-75b1, u+75b3-75b4, u+75b8, u+75bd, u+75c0, u+75c2-75c4, u+75c9-75ca, u+75cc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-719.H1-mZ5eu.woff2) format("woff2");
    unicode-range: u+73b4-73ba, u+73bc, u+73bf, u+73c2, u+73c4-73c6, u+73c9, u+73cb-73cc, u+73ce-73d2, u+73d6-73d7, u+73d9, u+73db-73de, u+73e3, u+73e5-73eb, u+73ef, u+73f5-73f7, u+73f9-73fa, u+73fc-73fd, u+7400-7401, u+7404-7405, u+7407-7408, u+740a-740d, u+740f-7410, u+7416, u+741a-741b, u+741d-741e, u+7420-7425, u+7428-7429, u+742c-7432, u+7435-7436, u+7438-743a, u+743c-7442, u+7445-7446, u+7448-744a, u+7451-7452, u+7454, u+7457, u+7459, u+745d, u+7460-7462, u+7465, u+7467-7468, u+746c-746e, u+7471-7477, u+7479-747a, u+747c-747f, u+7481-7482, u+7484-7486, u+7488-748a, u+748e-7490, u+7492, u+7498, u+749a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-720.BNqEayBR.woff2) format("woff2");
    unicode-range: u+7281-7282, u+7284, u+7287, u+728a, u+728d, u+7292, u+7296, u+7298, u+729b, u+729f-72a2, u+72ad-72ae, u+72b0-72b5, u+72b8-72b9, u+72bc-72bd, u+72c1, u+72c3, u+72c5-72c6, u+72c8, u+72cc-72ce, u+72d2, u+72d4, u+72db, u+72dd, u+72df, u+72e1, u+72e8, u+72ec-72ee, u+72f1, u+72f3-72f4, u+72f7, u+72fa-72fb, u+72fd, u+7300-7301, u+7304, u+7307, u+730a-730b, u+730e, u+7313, u+7315-7317, u+7319, u+731e-731f, u+7322, u+7328-732e, u+7330-7331, u+7337, u+733a-733c, u+733e, u+7340-7341, u+7343, u+734c-734d, u+734f-7350, u+7352, u+7355, u+7357, u+7359-735a, u+7360-7363, u+7365, u+7369-7370, u+7373-7374, u+7377, u+737a, u+737c, u+737e, u+7380, u+7385-7386, u+738a, u+738e-738f, u+7391-7395, u+7397-7398, u+739b, u+73a0-73a2, u+73a5-73a8, u+73ad-73ae, u+73b3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-721.DHm9B3wz.woff2) format("woff2");
    unicode-range: u+7115-7116, u+7118, u+711c, u+711e, u+7120, u+7122, u+712e-712f, u+7131, u+7134, u+713c, u+713f, u+7143, u+7145-7147, u+714a-714b, u+7150-7153, u+7155-7156, u+715a, u+7160, u+7162, u+7166, u+7168, u+716c, u+7171, u+7173, u+7178, u+717a-717b, u+717d, u+7180-7181, u+7185, u+7187-7188, u+718b, u+718f-7190, u+7192, u+7196-7198, u+719a-719c, u+71a0, u+71a4, u+71a8, u+71af, u+71b2-71b3, u+71b5, u+71b7-71ba, u+71be, u+71c1, u+71c4, u+71ca-71cb, u+71ce-71d0, u+71d4, u+71d7-71d8, u+71da, u+71dc, u+71e0-71e1, u+71e7, u+71ec, u+71ee, u+71f4-71f6, u+71f9, u+71fc, u+71fe-7201, u+7203, u+7207, u+7209, u+720c, u+7213-7215, u+7217, u+721a, u+721d, u+7222-7223, u+7228, u+722b, u+7230, u+7237, u+723b, u+723f-7242, u+724b, u+724d, u+7252-7253, u+7256, u+7258, u+725d, u+7263-7266, u+726a-726b, u+726e-7270, u+7273-7275, u+7277, u+727a-727b, u+727e-727f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-722.bv20bhyo.woff2) format("woff2");
    unicode-range: u+6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ffa, u+6ffc, u+6fff-7001, u+7003, u+7005-7007, u+700b, u+700d, u+7015, u+7018, u+701b, u+701e, u+7020-7021, u+7023, u+7026-7027, u+702c, u+702f-7032, u+7034-7035, u+7037-703c, u+7040, u+7042-7044, u+7046, u+7049, u+704b, u+704f, u+7052, u+7054-7055, u+705c-7061, u+7064-7069, u+706c-706d, u+706f, u+7073-7075, u+7078, u+707a, u+707e-7081, u+7085-7086, u+7089, u+7090-7091, u+7094-7096, u+7098, u+709c, u+709f, u+70a1, u+70a4, u+70a9, u+70ac, u+70af-70b2, u+70b4-70b5, u+70b7, u+70bb-70be, u+70c0-70c3, u+70ca-70cb, u+70d2, u+70d4-70d5, u+70d9-70dd, u+70df, u+70e6-70e9, u+70eb-70ec, u+70ef, u+70f1, u+70f4, u+70f7, u+70fa, u+70fd, u+70ff, u+7104, u+7106, u+7109, u+710c, u+7110, u+7113-7114
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-723.BlghN2By.woff2) format("woff2");
    unicode-range: u+6eda-6edb, u+6edd-6ede, u+6ee2, u+6ee4-6ee5, u+6ee8-6ee9, u+6eeb, u+6eee, u+6ef3, u+6ef8-6efb, u+6f00, u+6f08-6f0a, u+6f0d-6f0e, u+6f11-6f13, u+6f15, u+6f19-6f1a, u+6f23, u+6f25-6f2a, u+6f2d-6f31, u+6f33-6f36, u+6f3a-6f3c, u+6f40-6f41, u+6f43-6f44, u+6f47, u+6f4d-6f4f, u+6f53, u+6f57, u+6f59-6f5a, u+6f5c, u+6f5e-6f61, u+6f63, u+6f66-6f67, u+6f69-6f6c, u+6f6f, u+6f72-6f78, u+6f7a-6f7f, u+6f81-6f82, u+6f87, u+6f89, u+6f8b-6f8d, u+6f90, u+6f92, u+6f94-6f97, u+6f9c, u+6f9f-6fa0, u+6fa2-6fa3, u+6fa5-6fa8, u+6faa-6fab, u+6fae-6faf, u+6fb4, u+6fb6, u+6fb9-6fba, u+6fbc, u+6fc2, u+6fc6-6fcb, u+6fce, u+6fd1-6fd2, u+6fd4, u+6fd8, u+6fda, u+6fde, u+6fe0-6fe2, u+6fe8-6fe9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-724.DfZ1ZUfS.woff2) format("woff2");
    unicode-range: u+6dd6, u+6dd9, u+6ddb-6de0, u+6de2-6de6, u+6de9, u+6dec, u+6def-6df0, u+6df2, u+6df4, u+6df6, u+6df8, u+6dfc-6dfd, u+6e00, u+6e02-6e03, u+6e07-6e0b, u+6e0d-6e0e, u+6e10, u+6e13-6e15, u+6e17, u+6e19-6e1a, u+6e1d, u+6e1f, u+6e22, u+6e24-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e30-6e31, u+6e36, u+6e39-6e3a, u+6e3c-6e3d, u+6e40-6e41, u+6e44-6e45, u+6e47, u+6e49, u+6e4b, u+6e4d-6e4f, u+6e51, u+6e53-6e54, u+6e59, u+6e5c, u+6e5e-6e61, u+6e63-6e66, u+6e69-6e6b, u+6e6e, u+6e70-6e76, u+6e78, u+6e7c, u+6e7f-6e80, u+6e83, u+6e85-6e86, u+6e88-6e89, u+6e8b, u+6e8d-6e8f, u+6e93, u+6e98-6e9a, u+6e9f, u+6ea1, u+6ea4-6ea7, u+6eae, u+6eb1-6eb2, u+6eb4-6eb5, u+6eb7, u+6ebd, u+6ec1-6ec3, u+6ec7-6ec9, u+6ecd-6ed0, u+6ed3-6ed6, u+6ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-725.DUMUJd2A.woff2) format("woff2");
    unicode-range: u+6cdd-6cde, u+6ce0, u+6ce7, u+6ce9-6cec, u+6cee-6cef, u+6cf1, u+6cf7-6cf8, u+6cfb-6cfe, u+6d00-6d02, u+6d04, u+6d06-6d07, u+6d09-6d0a, u+6d0c, u+6d0e-6d12, u+6d18-6d1a, u+6d1f, u+6d22-6d24, u+6d27-6d28, u+6d2b, u+6d2d-6d31, u+6d33-6d3a, u+6d3c, u+6d3f, u+6d43-6d47, u+6d4a-6d4b, u+6d4e-6d4f, u+6d51-6d53, u+6d57-6d58, u+6d5a, u+6d5c, u+6d5e-6d65, u+6d67, u+6d6c-6d6d, u+6d6f-6d70, u+6d72, u+6d75, u+6d79, u+6d7c, u+6d7f, u+6d82, u+6d85, u+6d87, u+6d8e-6d8f, u+6d91-6d95, u+6d97-6d99, u+6d9b, u+6d9d, u+6d9f, u+6da1, u+6da4, u+6da6-6dac, u+6db3-6db4, u+6db7-6db8, u+6dbe-6dc0, u+6dc2, u+6dc4-6dc5, u+6dc8-6dca, u+6dcc-6dcd, u+6dcf-6dd0, u+6dd2-6dd3, u+6dd5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-726.CP3Bd4ny.woff2) format("woff2");
    unicode-range: u+6bc1-6bc2, u+6bcc, u+6bce, u+6bd0-6bd1, u+6bd5-6bd9, u+6bde, u+6be1, u+6bec, u+6bf3, u+6bf9, u+6bfd, u+6bff-6c00, u+6c02, u+6c05-6c06, u+6c0a, u+6c0c-6c0d, u+6c10, u+6c13, u+6c16, u+6c18-6c1a, u+6c1f, u+6c21-6c22, u+6c24, u+6c26, u+6c28-6c2a, u+6c2c, u+6c2e-6c33, u+6c35-6c37, u+6c39-6c3a, u+6c3d-6c3f, u+6c43, u+6c46, u+6c49-6c4f, u+6c54-6c55, u+6c58, u+6c5a-6c5c, u+6c5e, u+6c64-6c69, u+6c6b-6c6f, u+6c71-6c75, u+6c78-6c79, u+6c7c, u+6c7e, u+6c82, u+6c84-6c87, u+6c8c-6c8d, u+6c8f, u+6c93-6c94, u+6c98, u+6c9a, u+6c9d, u+6c9f, u+6ca2, u+6ca5-6ca8, u+6caa, u+6cac-6cb2, u+6cb4-6cb5, u+6cba, u+6cbc, u+6cc2-6cc3, u+6cc5-6cc7, u+6cd0-6cd2, u+6cd4, u+6cd6-6cd7, u+6cd9-6cda, u+6cdc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-727.jeZ7zZCc.woff2) format("woff2");
    unicode-range: u+6a35, u+6a3b, u+6a3e-6a40, u+6a47-6a48, u+6a50, u+6a52, u+6a55-6a57, u+6a5a-6a5b, u+6a5e, u+6a62, u+6a66, u+6a6a, u+6a71, u+6a79, u+6a7c, u+6a7e-6a81, u+6a84, u+6a87, u+6a89, u+6a8d-6a8e, u+6a90-6a92, u+6a97, u+6a9c, u+6a9e-6aa1, u+6aa3-6aa5, u+6aa8, u+6aab, u+6aae, u+6ab5, u+6aba, u+6abe, u+6ac2, u+6ac5-6ac6, u+6ac8-6ac9, u+6acc, u+6ad3, u+6ada-6adb, u+6add-6adf, u+6ae3, u+6ae7-6ae8, u+6aea-6aec, u+6af1, u+6af3, u+6af8, u+6afa, u+6afc, u+6b05, u+6b09, u+6b0e-6b13, u+6b17, u+6b1d-6b1e, u+6b25, u+6b2c, u+6b31, u+6b35-6b37, u+6b39, u+6b3b, u+6b40, u+6b43, u+6b46, u+6b48, u+6b53-6b55, u+6b59, u+6b5b, u+6b5f-6b60, u+6b68-6b69, u+6b6f, u+6b74, u+6b7a, u+6b7c, u+6b7f-6b84, u+6b86-6b87, u+6b89, u+6b8b, u+6b8d, u+6b91-6b93, u+6b9b, u+6b9e, u+6ba1-6ba2, u+6ba4, u+6baa-6bab, u+6bad-6bae, u+6bb2-6bb4, u+6bbb, u+6bbd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-728.B3DfY9ua.woff2) format("woff2");
    unicode-range: u+6904, u+6906-6907, u+6909, u+690b, u+690f-6910, u+6917, u+691a-691c, u+6925, u+692a, u+692c-692d, u+6932, u+6934, u+6939, u+693c-6940, u+6942, u+6949, u+6952, u+6954-6957, u+6959, u+695b-695f, u+6961-696c, u+696e-6970, u+6973-6974, u+6976, u+6978-697a, u+697c, u+6980, u+6984-6986, u+6988-698a, u+698d-698e, u+6990-6991, u+6994, u+6996-699b, u+699e, u+69a3-69a7, u+69ab, u+69ad, u+69af, u+69b1, u+69b3, u+69b6-69b7, u+69bb-69bc, u+69bf, u+69c1, u+69c3-69c5, u+69c7, u+69ca, u+69cc, u+69ce, u+69d0-69d1, u+69d4, u+69d8-69d9, u+69db, u+69df, u+69e4, u+69e8-69ea, u+69ed-69ee, u+69f1-69f4, u+69f6, u+69f8, u+69fa-69fb, u+69ff-6a00, u+6a05, u+6a0a-6a0b, u+6a17-6a18, u+6a1b, u+6a28-6a2b, u+6a31-6a32
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-729.O3do0cMa.woff2) format("woff2");
    unicode-range: u+67dc-67e0, u+67e2, u+67e4, u+67e9-67ea, u+67f0, u+67f2, u+67f6-67f8, u+67fa-67fb, u+67fe, u+6800-6805, u+6808-6809, u+680b, u+680e-680f, u+6811-6812, u+6814, u+6816, u+6818, u+681c-681e, u+6820, u+6822, u+6825, u+6827-6829, u+682b, u+682e-682f, u+6831-6834, u+683a-683b, u+683e, u+6840-6841, u+6844-6845, u+6849, u+684e, u+6853, u+6855-6856, u+685c-685d, u+685f, u+6861-6863, u+6865-6869, u+686b, u+686d, u+686f, u+6871-6872, u+6874-6875, u+6877, u+6879, u+687b-687c, u+687e, u+6880, u+6882-6883, u+6886, u+688f, u+6891-6892, u+6894, u+6896, u+6898, u+689b-689c, u+689f-68a0, u+68a2-68a3, u+68a6, u+68a9, u+68b1-68b2, u+68b4, u+68b6, u+68c0, u+68c3, u+68c6, u+68c8, u+68ca, u+68d0-68d1, u+68d3, u+68d6, u+68e1, u+68e3, u+68e6, u+68e8-68ec, u+68ef-68f1, u+68f3, u+68f6-68f7, u+68f9, u+68fb-68fd, u+6900, u+6902
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-730.D7sQAFVH.woff2) format("woff2");
    unicode-range: u+66b3, u+66b5, u+66b8-66bc, u+66be, u+66c1, u+66c4, u+66c7-66c8, u+66cc, u+66cf, u+66d5, u+66d8-66db, u+66df, u+66e1-66e2, u+66e8-66e9, u+66ef, u+66f1, u+66f5, u+66f7, u+66fa, u+66fd, u+6705, u+670a, u+670f-6710, u+6713-6715, u+6718-6719, u+6720, u+6722-6727, u+6729, u+672e, u+6733, u+6736, u+6738-6739, u+673f-6740, u+6742, u+6745, u+6747-6748, u+674b-674d, u+6753, u+6755, u+6759, u+675d-675e, u+6760, u+6762-6763, u+6767-676a, u+676c, u+676e, u+6772-6777, u+677a-677c, u+6782, u+6786-6787, u+678a-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679f-67a3, u+67a5, u+67aa-67ae, u+67b0-67b5, u+67b7-67bc, u+67c0-67c3, u+67c5-67c6, u+67c8-67ca, u+67ce, u+67d2, u+67d8-67d9, u+67db
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-731.CNfhNVmn.woff2) format("woff2");
    unicode-range: u+6565, u+6567, u+656b, u+656d-656e, u+6573, u+6576, u+6579-657b, u+6581, u+6586, u+6588-6589, u+658b, u+658e, u+6593, u+6595, u+659b, u+659d, u+659f-65a1, u+65a9, u+65ab, u+65ad, u+65b2-65b3, u+65b5, u+65bb, u+65be-65bf, u+65c2-65c4, u+65c6, u+65cc, u+65ce, u+65d2, u+65d6, u+65db, u+65e1, u+65e3, u+65e7, u+65ee-65f0, u+65f2-65f4, u+65f7-65f8, u+65fc-65fd, u+6600, u+6603-6605, u+6609, u+660d, u+6610-6611, u+6619, u+661c-661e, u+6621-6622, u+6624, u+6626, u+6629, u+662b, u+6630, u+6633-6636, u+6639-663d, u+6640-6641, u+6644-6645, u+664a-664c, u+6653-6657, u+6659, u+665b, u+665d-665e, u+6661-6667, u+6669, u+666c, u+6672-6673, u+6677-6679, u+667b-667e, u+6681-6684, u+668b-6690, u+6692, u+6698, u+669d, u+669f-66a0, u+66a6-66a7, u+66aa, u+66b2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-732.RPa1H-Lw.woff2) format("woff2");
    unicode-range: u+642b, u+642f-6430, u+6432, u+6434, u+6437, u+643a, u+643d-6444, u+6446-6447, u+644a-644b, u+644e, u+6450-6453, u+6456, u+6459, u+645b-645c, u+645e, u+6460-6461, u+6463-6465, u+6468, u+646c-646e, u+6470, u+6472-6477, u+6479, u+647b, u+647d, u+6480, u+6482, u+6485, u+648b-648c, u+6491, u+6493, u+6496-649a, u+649d, u+649f-64a0, u+64a2-64a3, u+64ac, u+64b1, u+64b3-64b4, u+64b7-64b9, u+64bb, u+64be, u+64c0, u+64c3-64c4, u+64d0, u+64d2, u+64d5, u+64d7-64d8, u+64e1-64e4, u+64e7, u+64e9, u+64ed, u+64ef-64f0, u+64f3, u+64f8, u+64fb-64fc, u+64ff, u+6504-6506, u+6509, u+6511-6512, u+6516, u+6518-6519, u+651b, u+6520-6523, u+6525-6526, u+6529, u+652b, u+652e, u+6530, u+6532, u+6534-6535, u+6537-6538, u+653a, u+653d, u+6542-6543, u+6549, u+654c-654e, u+6554-6555, u+655b, u+655d, u+6561, u+6564
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-733.9Gz9fGA0.woff2) format("woff2");
    unicode-range: u+6312-6313, u+6319-631b, u+631d-6321, u+6323-6325, u+632d-632e, u+6332, u+6334-6339, u+633b-633c, u+633e-6340, u+6342-6346, u+634b-634c, u+634e, u+6352, u+6357, u+635a, u+635c, u+635e-635f, u+6361, u+6363, u+6365, u+6369, u+636b-636d, u+636f-6370, u+6373, u+6375-6376, u+637a-637b, u+637d, u+6381, u+6384, u+6387, u+638a, u+638d-638e, u+6390, u+6394-6397, u+639e-639f, u+63a3-63a4, u+63a6, u+63ac-63af, u+63b1-63b4, u+63b7, u+63b9-63bb, u+63bd-63be, u+63c3-63c4, u+63c8, u+63cd-63ce, u+63d1, u+63d6, u+63dc, u+63de, u+63e0, u+63e3-63e4, u+63e6, u+63e9, u+63f0, u+63f2-63f3, u+63f5-63f8, u+63fa, u+63fc-63fe, u+6400-6402, u+6405-6406, u+6409-640c, u+6410, u+6414-6415, u+6418, u+641b, u+641f-6423, u+6425-6428, u+642a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-734.CoLqAiCz.woff2) format("woff2");
    unicode-range: u+61cc-61cd, u+61d0, u+61d2, u+61de-61e0, u+61e3, u+61e6, u+61e8, u+61ed-61ee, u+61f5, u+61f9-61fa, u+61fd-61fe, u+6207, u+6209, u+620d-620e, u+6213-6215, u+6219, u+621b, u+621d-6223, u+6225-6227, u+6229, u+622b-622c, u+622e-622f, u+6231, u+6238, u+623b, u+623d-623e, u+6242-6243, u+6246, u+6248-6249, u+624c, u+6251, u+6255, u+6259-625a, u+625e, u+6260-6262, u+6265-6267, u+6269, u+626b-626c, u+6270-6273, u+6275, u+627a-627d, u+6283, u+6285-6286, u+6289, u+628c, u+628e, u+6294, u+629a-629e, u+62a0, u+62a2, u+62a6, u+62a8, u+62af, u+62b3, u+62b6, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4-62c5, u+62c8, u+62ca, u+62cf, u+62d1, u+62d5, u+62d7, u+62d9, u+62dd, u+62df-62e3, u+62e5-62e8, u+62ee, u+62f4-62fb, u+62fd, u+6300, u+6302, u+6308, u+630c-630e, u+6310
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-735.CmH6H8Sg.woff2) format("woff2");
    unicode-range: u+60b0-60b1, u+60b3-60b5, u+60b8, u+60bb, u+60bd-60be, u+60c0, u+60c6-60c7, u+60ca-60cb, u+60d3-60d5, u+60d7-60db, u+60dd, u+60e2-60e3, u+60e6-60f0, u+60f2, u+60f4, u+60f6, u+60fa-60fb, u+60ff-6100, u+6103, u+6106, u+610a-610b, u+610d-610e, u+6110, u+6112-6116, u+6120, u+6123-6124, u+6128-6130, u+6134, u+6136, u+613c-613f, u+6144, u+6146-6147, u+6149-614a, u+614d, u+6151-6153, u+6159-615a, u+615c-615f, u+6164-6165, u+6169-616d, u+616f, u+6171-6175, u+6177, u+617a, u+617c, u+617f-6180, u+6187, u+618a-618e, u+6192-6194, u+6199-619b, u+619f, u+61a1, u+61a7-61a8, u+61aa-61af, u+61b8, u+61ba, u+61bf, u+61c3, u+61c6, u+61ca-61cb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-736.D3BbgVv1.woff2) format("woff2");
    unicode-range: u+5f82-5f84, u+5f87, u+5f89-5f8a, u+5f8d, u+5f93, u+5f95, u+5f98-5f99, u+5f9b-5f9c, u+5fa0, u+5fa4, u+5fa6-5fa8, u+5fab-5fad, u+5fb3-5fb4, u+5fbc, u+5fc4, u+5fc6, u+5fc9, u+5fcb, u+5fce-5fd6, u+5fdc-5fdf, u+5fe1, u+5fe4, u+5fe7, u+5fea, u+5fec-5fee, u+5ff1, u+5ff3, u+5ff8, u+5ffa-5ffc, u+5fff-6000, u+6002, u+6005, u+600a, u+600d, u+600f-6010, u+6014, u+6017, u+6019-601c, u+601e, u+6020, u+6022, u+6026, u+6029, u+602b-602c, u+602e-602f, u+6031, u+6033-6035, u+6039, u+603c, u+6040-6043, u+6045, u+6047, u+604a-604c, u+604f, u+6053, u+6059-605b, u+605d, u+6060, u+6063, u+6067, u+606a-606b, u+606e, u+6072-6076, u+6078, u+607a, u+607c, u+607f-6081, u+6083, u+6086, u+608a, u+608c, u+608e, u+6092-6093, u+6095-6097, u+609b, u+609d, u+60a2, u+60a6-60a7, u+60a9-60aa, u+60ac-60ad, u+60af
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-737.DpZMZIxq.woff2) format("woff2");
    unicode-range: u+5e3c, u+5e40, u+5e42-5e44, u+5e47, u+5e54, u+5e57-5e5b, u+5e5e-5e5f, u+5e61-5e62, u+5e64, u+5e6a, u+5e6c, u+5e6e, u+5e75, u+5e77, u+5e7a, u+5e80-5e81, u+5e83, u+5e86, u+5e88, u+5e8b, u+5e90, u+5e92, u+5e96, u+5e99, u+5e9b, u+5e9d-5ea2, u+5ea4-5ea5, u+5eb3-5eb6, u+5eb9, u+5ebe, u+5ec3-5ec4, u+5ec6, u+5ecb-5ecd, u+5ed0-5ed2, u+5ed4-5ed5, u+5ed8-5ed9, u+5edb, u+5edd, u+5ee1, u+5ee8-5ee9, u+5eec, u+5eef-5ef0, u+5ef4-5ef5, u+5ef8, u+5efb-5efc, u+5efe, u+5f01-5f03, u+5f05, u+5f07-5f09, u+5f0b-5f0e, u+5f10-5f12, u+5f14, u+5f16, u+5f1b, u+5f1d, u+5f22, u+5f25, u+5f28-5f29, u+5f2d, u+5f2f-5f30, u+5f36, u+5f38-5f39, u+5f3c, u+5f3e, u+5f40-5f42, u+5f45-5f46, u+5f4a, u+5f50-5f52, u+5f54, u+5f56-5f58, u+5f5a-5f5e, u+5f61, u+5f63, u+5f66-5f67, u+5f6b, u+5f72-5f74, u+5f76, u+5f78, u+5f7b, u+5f7d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-738.QA1UJovs.woff2) format("woff2");
    unicode-range: u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1, u+5cf4-5cf5, u+5cf8, u+5cfe-5d00, u+5d06, u+5d08, u+5d0a-5d0d, u+5d15, u+5d18, u+5d1a, u+5d1d, u+5d1f-5d22, u+5d24, u+5d26-5d28, u+5d2c-5d2e, u+5d33-5d35, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d47, u+5d49-5d4b, u+5d4e, u+5d52-5d53, u+5d57-5d59, u+5d5b-5d5c, u+5d65, u+5d68-5d69, u+5d6b-5d6c, u+5d6f, u+5d74-5d75, u+5d7e-5d7f, u+5d81-5d82, u+5d85-5d88, u+5d8b-5d8c, u+5d92, u+5d94, u+5d97, u+5d99, u+5d9d, u+5da0-5da2, u+5da7, u+5da9-5daa, u+5dae, u+5db2, u+5db4, u+5db7-5db8, u+5dbd, u+5dc2-5dc5, u+5dc9, u+5dcb-5dcd, u+5dd2, u+5dd6, u+5dd8, u+5ddb-5ddc, u+5de0, u+5de3, u+5de9, u+5df0, u+5df3, u+5df5, u+5df9, u+5dfb-5dfd, u+5e00-5e01, u+5e04-5e05, u+5e0a, u+5e11, u+5e14, u+5e18-5e1c, u+5e1f-5e22, u+5e27-5e28, u+5e2f-5e30, u+5e34, u+5e37, u+5e3a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-739.DEmvy8eY.woff2) format("woff2");
    unicode-range: u+5b84, u+5b8d, u+5b92-5b93, u+5b95-5b96, u+5b9f-5ba1, u+5ba6-5ba8, u+5baa-5bad, u+5bbd-5bbe, u+5bc0-5bc1, u+5bc3, u+5bd0-5bd1, u+5bd4-5bd8, u+5bdb-5bdd, u+5be4-5be5, u+5bef, u+5bf3, u+5bfb, u+5bfe-5bff, u+5c02-5c03, u+5c05, u+5c09, u+5c0c, u+5c10, u+5c12-5c13, u+5c15, u+5c18-5c19, u+5c1b, u+5c1d-5c1f, u+5c22, u+5c25, u+5c27-5c28, u+5c2a-5c2b, u+5c34, u+5c38, u+5c3d, u+5c42, u+5c44, u+5c47, u+5c49-5c4a, u+5c50, u+5c53, u+5c58-5c59, u+5c5b, u+5c5d, u+5c61, u+5c63, u+5c68, u+5c6d-5c6e, u+5c74, u+5c79-5c84, u+5c86, u+5c88, u+5c8a-5c8d, u+5c92-5c9c, u+5ca0, u+5ca2-5ca3, u+5ca5-5ca7, u+5cab-5cad, u+5cb5, u+5cb7, u+5cba-5cbb, u+5cc1, u+5cc8, u+5cca-5ccb, u+5cce, u+5cd2, u+5cd6, u+5cd8-5cda, u+5cdf-5ce1, u+5ce5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-740.ZnnntnWB.woff2) format("woff2");
    unicode-range: u+5a57, u+5a5d-5a5e, u+5a60-5a62, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a73-5a76, u+5a7a-5a7c, u+5a81-5a84, u+5a8c, u+5a90, u+5a93, u+5a96-5a97, u+5a9c, u+5a9e-5aa0, u+5aa4, u+5aa7, u+5aab-5aac, u+5aae-5aaf, u+5ab1, u+5ab4-5ab5, u+5ab8, u+5aba-5abc, u+5abe-5abf, u+5ac3-5ac4, u+5ac6-5acb, u+5acf-5ad2, u+5ad4-5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae8, u+5aea-5aeb, u+5aee, u+5af0, u+5af2, u+5af5, u+5afa, u+5aff, u+5b01, u+5b05, u+5b08, u+5b0b, u+5b11, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21-5b23, u+5b28, u+5b2a-5b2d, u+5b32, u+5b34, u+5b36-5b38, u+5b3e-5b40, u+5b43-5b46, u+5b4b-5b4c, u+5b51, u+5b53, u+5b59, u+5b5b-5b5c, u+5b62, u+5b65, u+5b6c-5b6e, u+5b70-5b73, u+5b75, u+5b7a-5b7b, u+5b7d, u+5b7f-5b82
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-741.XqtwFLva.woff2) format("woff2");
    unicode-range: u+5910-5911, u+5914, u+5919, u+591b, u+591f, u+5923-5924, u+592c, u+5932, u+5938-593a, u+5940, u+5942, u+5944, u+594b-594c, u+594e, u+5950, u+5953, u+5956, u+5958, u+595a, u+5961, u+5966, u+5968-5969, u+596c-596d, u+5975, u+5977, u+597b-597c, u+597e, u+5980-5981, u+5986-5988, u+598a, u+598f, u+5997-5998, u+599f-59a3, u+59a6-59a7, u+59a9, u+59ab-59ac, u+59af, u+59b1-59b2, u+59b6, u+59b8, u+59ba, u+59be, u+59c1, u+59c3, u+59c7-59c9, u+59cd-59ce, u+59d2, u+59d6-59d9, u+59dd-59de, u+59e0, u+59e3-59e5, u+59e9-59eb, u+59ee, u+59f1-59f3, u+59f5-59f9, u+59fc-59fd, u+5a00, u+5a04-5a07, u+5a09, u+5a0c, u+5a11, u+5a13, u+5a16-5a17, u+5a1a, u+5a1e, u+5a20, u+5a23-5a24, u+5a29-5a2b, u+5a2d-5a2f, u+5a32-5a34, u+5a38, u+5a3c, u+5a3f-5a44, u+5a47-5a48, u+5a4a, u+5a4c-5a4d, u+5a50-5a51, u+5a53, u+5a56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-742.Ct3CRQnE.woff2) format("woff2");
    unicode-range: u+57a9, u+57ab, u+57b5, u+57b8-57bb, u+57c2, u+57c5-57c8, u+57cc, u+57cf, u+57d2, u+57dc-57de, u+57e1-57e2, u+57e5, u+57e7, u+57ed-57ee, u+57f0, u+57f3-57f6, u+57f8, u+57fb-57fd, u+5800-5801, u+5803-5804, u+5807, u+5809-580b, u+580d-580e, u+5810-5811, u+5814-5815, u+5819, u+581d-581e, u+5820, u+5823, u+5826, u+582c-582d, u+5830, u+583a, u+583f-5841, u+5848, u+584b, u+584d, u+584f, u+5852, u+5859-585a, u+585c, u+5861, u+5864, u+5868-5869, u+586c-586d, u+5871-5872, u+5879, u+587c-5881, u+5887-5889, u+588e, u+5890-5892, u+5896-5899, u+589d, u+58a1, u+58a3, u+58a6, u+58a9, u+58ac, u+58b0-58b1, u+58bb-58bc, u+58c2, u+58c5-58c6, u+58ca, u+58cc, u+58ce, u+58d0-58d1, u+58d5, u+58d9-58da, u+58df-58e0, u+58e9, u+58ec, u+58ee, u+58f1-58f3, u+58f6-58f7, u+58fb-58fc, u+5900, u+5902, u+5906, u+5909-590c, u+590e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-743.C6uvpAT-.woff2) format("woff2");
    unicode-range: u+567b-567c, u+5680, u+5684-5686, u+568c, u+568e-568f, u+5692-5693, u+5697-5699, u+569c, u+569e, u+56a1-56a7, u+56a9, u+56ab-56ad, u+56af, u+56b3, u+56b5-56b6, u+56b8, u+56bf-56c1, u+56c3, u+56c5, u+56c7-56c8, u+56cb-56cc, u+56d1-56d4, u+56d6-56d9, u+56dd, u+56df, u+56e1-56e5, u+56ea-56ec, u+56ee-56ef, u+56f1-56f4, u+56f7, u+56f9, u+56ff-5700, u+5703-5704, u+5706-5707, u+5709-570a, u+570c, u+570f, u+5711, u+5717, u+571c, u+5723-5724, u+5727, u+5729-572a, u+572c, u+572e-572f, u+5734-5735, u+573b, u+5741, u+574b-574d, u+574f, u+5752, u+5754, u+575a-5760, u+5763, u+5768-5769, u+576b, u+576d, u+576f-5770, u+5772-5775, u+5777, u+577b-577d, u+5780, u+5784, u+5788, u+578c, u+578e, u+5792-5793, u+5795, u+579a-579b, u+579f-57a1, u+57a4, u+57a6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-744.DUWGtuPW.woff2) format("woff2");
    unicode-range: u+555c, u+5562-5563, u+5567, u+5569, u+556b-556c, u+5570, u+5575-5579, u+557b-557c, u+557f, u+5581, u+5583, u+5586, u+5588, u+558b, u+558f, u+5591, u+5599, u+559f, u+55a1, u+55a3, u+55a5-55a6, u+55a8-55a9, u+55ab, u+55ad, u+55b0-55b1, u+55b3, u+55b6-55b7, u+55b9, u+55bc-55bd, u+55c4-55c5, u+55c7, u+55c9, u+55cc-55cd, u+55d0, u+55d2, u+55d4-55d9, u+55db, u+55dd-55df, u+55e1-55e6, u+55e9-55ea, u+55ec, u+55ee, u+55f1-55f3, u+55f5-55f7, u+55f9-55fa, u+55fe, u+5600-5602, u+5608, u+560c, u+560f, u+5612-5613, u+5615-5616, u+5618, u+561a, u+561c, u+561e, u+5620, u+5623-5625, u+5627, u+562a, u+562c-562e, u+5630-5631, u+5635-5636, u+5638-563a, u+5640, u+5642-5643, u+5649, u+564c-5650, u+5654, u+5658-565d, u+5664-5666, u+5669, u+566b, u+566d, u+566f, u+5671-5672, u+5676, u+567a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-745.BbmMNA8E.woff2) format("woff2");
    unicode-range: u+5447, u+5449, u+544b-544d, u+5450-5455, u+5457, u+545b-545c, u+545f-5460, u+5463-5464, u+546a-5472, u+5474, u+5476, u+5478, u+547b, u+547e-547f, u+5482-5488, u+548a, u+548d-5491, u+5494, u+5498-549d, u+54a1-54a5, u+54ab, u+54ad-54af, u+54b5, u+54b7, u+54bb-54bc, u+54be-54bf, u+54ca, u+54cc, u+54cf-54d2, u+54d4, u+54d6-54d7, u+54da, u+54de-54df, u+54e2, u+54e4, u+54e7, u+54eb, u+54f3, u+54fd, u+54ff, u+5501-5502, u+5504-5506, u+550a, u+550c, u+550e-550f, u+5511-5513, u+5516-5517, u+551a-551b, u+551e, u+5520, u+5524, u+5526-5527, u+552a, u+552c-552d, u+5530, u+5532-5533, u+5535-5536, u+553b-553c, u+553e-553f, u+5541-5542, u+5544-5545, u+5547, u+5549, u+554b, u+554d-554e, u+5550-5551, u+5553, u+5555-5557
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-746.DoPBkz45.woff2) format("woff2");
    unicode-range: u+52eb, u+52ed-52ee, u+52f0-52f2, u+52f7, u+52f9-52fa, u+5300-5302, u+530a-530b, u+530d, u+530f-5310, u+5315, u+531a, u+531c-531d, u+532d-532e, u+5331, u+5338, u+533b-533e, u+5344-5345, u+534b-534d, u+534f-5350, u+5358, u+535e-535f, u+5362-5364, u+5367, u+5369, u+536b-536c, u+536e-536f, u+5372, u+5374, u+5379-537a, u+537c-537d, u+5382, u+5385, u+5389, u+538b-538c, u+538e, u+5392-5396, u+5399, u+53a0-53a2, u+53a4-53a6, u+53a8-53a9, u+53ae, u+53b0, u+53b3-53b4, u+53b6-53b7, u+53b9, u+53bf, u+53c1, u+53c4, u+53ce-53cf, u+53d2, u+53d5, u+53d9-53da, u+53df-53e1, u+53e7-53e9, u+53f1, u+53f5-53f6, u+53f9, u+53fb-53fd, u+5400-5402, u+5405-5407, u+540f, u+5412, u+5414-5417, u+541a, u+5420-5421, u+5424-5425, u+5428-5429, u+542c-542f, u+5431-5432, u+5434, u+5437, u+543d, u+543f, u+5441, u+5444-5445
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-747.DoiYZfiX.woff2) format("woff2");
    unicode-range: u+5197, u+519a-519c, u+519e, u+51a2, u+51a6-51a9, u+51ab, u+51ad-51af, u+51b1-51b6, u+51ba-51c0, u+51c3-51c5, u+51c7, u+51c9-51cb, u+51ce-51d1, u+51d4, u+51d6, u+51d9, u+51db-51dc, u+51df, u+51e4, u+51e6, u+51e9-51ea, u+51ed, u+51ef, u+51f4-51f5, u+51fc, u+51ff, u+5201-5202, u+5204-5205, u+5208, u+520b, u+520d-520e, u+5213, u+5215-5216, u+5218, u+521a, u+5220, u+5223, u+5226-5228, u+5232-5234, u+5239, u+523c, u+5241-5242, u+5244, u+5249, u+524c, u+5251-5252, u+5255, u+5257, u+525c, u+525e, u+5261, u+5263-5265, u+526e, u+5270, u+5273-5274, u+5277, u+527d, u+527f, u+5281-5282, u+5284, u+528a, u+528c, u+528f, u+5292-5294, u+529d, u+52a6, u+52ac-52ad, u+52b1-52b5, u+52b9, u+52bb-52bc, u+52be-52c0, u+52c5, u+52cb, u+52cd, u+52d0-52d1, u+52d6-52d7, u+52db, u+52e0, u+52e3, u+52e6-52e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-748.Bwl3AEQj.woff2) format("woff2");
    unicode-range: u+5040-5041, u+5043, u+5045-5046, u+5048, u+504a-504e, u+5051-5053, u+505d-5060, u+5063, u+506a, u+506f-5072, u+5078, u+507a-507b, u+507f-5080, u+5088-5089, u+508b-508c, u+508e, u+5092, u+5095-5096, u+509a-509d, u+50a3, u+50a5, u+50a8, u+50af, u+50b1, u+50b4, u+50ba, u+50c2, u+50c6-50ca, u+50cd-50ce, u+50d6, u+50d9, u+50dd-50df, u+50e1, u+50e3, u+50e5-50e6, u+50e8-50ea, u+50ec-50f0, u+50f3, u+50fb, u+50fe, u+5101-5102, u+5105-5109, u+510b-510e, u+5110, u+5113-5115, u+5117, u+511a-511c, u+511e, u+5120-5121, u+5125, u+512b, u+5131, u+5134-5135, u+5138-513c, u+5140, u+514e, u+5150-5151, u+5155-5157, u+515a, u+515f, u+5162, u+516a, u+516e, u+5172, u+5174, u+5179, u+517b, u+517d, u+5182, u+5186, u+5188-5189, u+518b, u+518f, u+5191, u+5193, u+5195-5196
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-749.DDzp7Ax7.woff2) format("woff2");
    unicode-range: u+4f2d, u+4f31-4f32, u+4f35, u+4f37, u+4f39, u+4f3b, u+4f3e, u+4f41-4f43, u+4f47, u+4f49, u+4f4c, u+4f52, u+4f57-4f58, u+4f5a, u+4f5d-4f5f, u+4f61, u+4f63-4f64, u+4f67, u+4f6a, u+4f6e-4f6f, u+4f72, u+4f74, u+4f76-4f7b, u+4f7d-4f7e, u+4f80-4f82, u+4f84, u+4f89-4f8a, u+4f8e-4f94, u+4f96-4f98, u+4f9a, u+4f9e, u+4fa0-4fa3, u+4fa5-4fa8, u+4faa-4fac, u+4fb2-4fb3, u+4fb7-4fba, u+4fc0-4fc1, u+4fc5-4fc7, u+4fcb, u+4fcd-4fce, u+4fd1, u+4fd3-4fd4, u+4fd8-4fdc, u+4fdf, u+4fe2-4fe5, u+4fe8-4fea, u+4fec-4fed, u+4ff3-4ff6, u+4ff8-4ffa, u+4ffd, u+5000, u+5002, u+5005, u+5008, u+500c, u+500f, u+5013-5015, u+501b-501c, u+501e, u+5022-5025, u+5027-5028, u+502c-502e, u+5030-5032, u+5036, u+503a-503b, u+503e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-750.XAm7u-b9.woff2) format("woff2");
    unicode-range: u+3f97, u+4102, u+411b, u+4181, u+43c8, u+4552, u+4576, u+46e5, u+4837, u+493d, u+4a3b, u+4d09, u+4db6-4dbf, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e10, u+4e15, u+4e17, u+4e1b, u+4e21-4e22, u+4e25, u+4e27, u+4e31, u+4e34, u+4e36-4e37, u+4e3d, u+4e3f-4e42, u+4e44, u+4e47, u+4e49, u+4e4c, u+4e52-4e54, u+4e57, u+4e5a-4e5b, u+4e60-4e61, u+4e69, u+4e6d, u+4e78, u+4e80-4e81, u+4e85, u+4e87, u+4e89-4e8a, u+4e8d, u+4e8f, u+4e93, u+4e96, u+4e98-4e99, u+4e9c, u+4e9f-4ea0, u+4ea2, u+4ea5, u+4ea9, u+4eb0, u+4eb2-4eb3, u+4eb5-4eb7, u+4eb9, u+4ebb-4ebc, u+4ebf, u+4ec2-4ec6, u+4ec8-4ec9, u+4ecf, u+4ed1, u+4ed3, u+4edc-4ee1, u+4ee7-4eeb, u+4eee-4eef, u+4ef1, u+4ef3-4ef5, u+4efa, u+4efc, u+4f00, u+4f02-4f03, u+4f05, u+4f07-4f09, u+4f0b, u+4f0e, u+4f15, u+4f17, u+4f1d-4f1f, u+4f22, u+4f24, u+4f29-4f2b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-751.DZPzR-dT.woff2) format("woff2");
    unicode-range: u+3052, u+305c, u+3062, u+306d, u+307a, u+307c, u+3080, u+308e, u+3090-3091, u+3099-309e, u+30a5, u+30c2, u+30c5, u+30ee, u+30f0-30f2, u+30f4-30f6, u+30fd-30fe, u+3105-3106, u+3108, u+310a-310b, u+310d-3112, u+3115-3117, u+3119, u+3131, u+3134, u+3137, u+3139, u+3141-3142, u+3145, u+3147-3148, u+314b, u+314d-314f, u+3153, u+315c, u+3160-3161, u+3163-3164, u+3181, u+318d, u+3192-3193, u+3196-3198, u+319d-319f, u+3220-3226, u+3231, u+3268, u+3281, u+328b, u+3291-3292, u+3295-3297, u+3299, u+329d, u+329f, u+32a3-32a4, u+32d6, u+32e1, u+3314, u+3322, u+337f, u+338e-338f, u+339c-339e, u+33a1, u+33c4, u+33d1-33d2, u+3440, u+3449, u+3479, u+3551, u+3569, u+35ad, u+35ce, u+36ac, u+373a, u+3863, u+38ec, u+39b8, u+3a02, u+3a17, u+3a52, u+3b22, u+3bd7, u+3bff, u+3ca5, u+3d68, u+3ddb, u+3de7, u+3deb, u+3e03, u+3e74, u+3f08, u+3f0e, u+3f21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-752.Dg6VVa-7.woff2) format("woff2");
    unicode-range: u+2748-274f, u+2752-275b, u+275d-275e, u+2761, u+2763, u+2765-2769, u+276e-276f, u+2771, u+2776-277e, u+2780-2782, u+278a-278c, u+2794-2796, u+2798-2799, u+279c-27a6, u+27a8-27ab, u+27ad, u+27af-27b0, u+27b2-27b3, u+27b7-27b9, u+27bc-27bd, u+27bf, u+27e9-27eb, u+27f5-27f6, u+2800, u+28ec, u+2922, u+2934-2935, u+29bf, u+2a2f, u+2b05-2b07, u+2b1b, u+2b50, u+2b55, u+2cf5, u+2e1c-2e1d, u+2f00, u+2f08, u+2f12, u+2f24, u+2f29, u+2f2f, u+2f3c, u+2f3f, u+2f42, u+2f45, u+2f63-2f64, u+2f83, u+2f8f, u+3003-3007, u+3012-3013, u+3016-3019, u+3020-3025, u+3030, u+303d, u+3041, u+3043, u+3045, u+3047, u+3049
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-753.B4MIc5V0.woff2) format("woff2");
    unicode-range: u+2649-2656, u+2658-265c, u+265e-2660, u+2662-2664, u+2666-2669, u+266b-266f, u+267b, u+2692-2696, u+2698, u+269b-269c, u+26a0-26a1, u+26a3-26a5, u+26aa-26ac, u+26bd-26be, u+26c4-26c5, u+26c8, u+26d1, u+26d3-26d4, u+26e4, u+26e9-26ea, u+26f0-26f5, u+26f9-26fa, u+26fd, u+2701-2702, u+2704-2706, u+2708, u+270a-2712, u+2714, u+2716-2727, u+2729-273e, u+2740-2747
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-754.DbwrVlx3.woff2) format("woff2");
    unicode-range: u+2566-2570, u+2572, u+2574, u+2579, u+2580-258a, u+258c-2595, u+2597, u+25a1, u+25a3-25a4, u+25a6-25ac, u+25b0, u+25b4, u+25b7-25b9, u+25bb, u+25bd, u+25bf-25c2, u+25c7-25ca, u+25cc-25cd, u+25d0-25d9, u+25dc-25e6, u+25ea-25eb, u+25ef, u+25fb-25fe, u+2600-2604, u+2607, u+2609-260b, u+260d-2615, u+2618, u+261a-2623, u+262a, u+262d-2630, u+2638-263e, u+2641-2642, u+2648
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-755._t8Qc_8Q.woff2) format("woff2");
    unicode-range: u+2475-2481, u+2488-2491, u+24b6-24c5, u+24c7-24ca, u+24cc, u+24ce, u+24d?, u+24e1-24ea, u+24f5, u+24ff, u+2501, u+2503-250d, u+250f-2511, u+2513-2515, u+2517-2518, u+251b-251d, u+2520, u+2523-2524, u+2528, u+252b-252c, u+252f, u+2533-2534, u+2537, u+253b-253c, u+2541, u+2543-2545, u+254b, u+2550-2565
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-756.Cjsx-qNT.woff2) format("woff2");
    unicode-range: u+2139, u+2153, u+2194-2197, u+2199, u+219d-219e, u+21a0, u+21a9-21aa, u+21ac, u+21af-21b1, u+21b3-21b5, u+21ba-21bb, u+21c4, u+21ca, u+21cc, u+21d0, u+21d2-21d4, u+21d8, u+21dd, u+21e2-21e9, u+2200, u+2202, u+2205-2208, u+220e-220f, u+2211-2212, u+2215, u+2217-221a, u+221d-2220, u+2225, u+2227-222b, u+222e, u+2234-2237, u+223c-223d, u+2248, u+2256, u+2260-2261, u+2264-2265, u+226a-226b, u+226e-226f, u+2282-2283, u+2295-2296, u+2299, u+22a5, u+22b0-22b1, u+22b9, u+22bf, u+22c5-22c6, u+22c8, u+22d0-22d1, u+22ee, u+2312-2313, u+2318, u+231a-231b, u+2323, u+2328, u+239d, u+23a0, u+23af, u+23e4, u+23e9-23ea, u+23ec, u+23f0-23f3, u+23fa, u+2445, u+2460-2471, u+2474
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-757.XfynmTzx.woff2) format("woff2");
    unicode-range: u+1ec0-1ec3, u+1ec5-1ec6, u+1ec9, u+1ecb-1ecd, u+1ecf-1ed1, u+1ed3-1ed5, u+1ed7-1edd, u+1edf, u+1ee1, u+1ee3-1ee7, u+1ee9, u+1eeb, u+1eed, u+1eef-1ef1, u+1ef3, u+1ef7, u+1ef9, u+1f62, u+1fa2, u+2001-2006, u+2009-200a, u+200c-200d, u+200f-2012, u+2015-2016, u+201a, u+201e, u+2020-2021, u+2023-2025, u+2028, u+202a-202d, u+202f-2030, u+2032-2033, u+2035, u+2038, u+203e-203f, u+2042-2044, u+2049, u+204d-204e, u+2060-2061, u+2063, u+2070, u+2074-207b, u+207d-2083, u+208a, u+208d-208e, u+20a1, u+20a4, u+20a6, u+20a8-20ab, u+20ad-20ae, u+20b1-20b3, u+20b5, u+20b8-20ba, u+20bd, u+20dd, u+20e3, u+2105, u+2109, u+2112-2113, u+2115-2117, u+2120-2121, u+2126, u+212b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(data:font/woff2;base64,d09GMgABAAAAAA44ABcAAAAAJkgAAA3GAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjYbg2QcgVI/SFZBUoEeBmA/U1RBVIEeJyoAgRQvbBEICpw0llILNgAwlXgBNgIkA2gEIAWGMAcgDAcXJBg2G6AhIxHCxgEEhH4AKP4qgR5z1UZBkgQhBpQ0QGFR0mlhotJQxCSO28yfQ5KG4Am5tt9u1wNIRkgyC8/T/v5/7b3nzNXc6yem96VEV6nSSUiMDJ1KcLLj+/XPD/w2/88FLC5KikheLMoExUQvuQ27HrSF9iKZS/eyF12+n6/WL4qlrtLa4Pnvb3TuDzRrJuJmiiyoqcCi0BZkhVdkeXFfAjII5KJi4ME6Q65fItgANXE7TK2ldrcbuEQBK76Zk5kK9R+29QRCf/Zxf6e5D/GV74sBgCsgKOQrAClGYcqKQaPQnUhZYWSELJQb86e2ioBTmQKjp5mGZBbb7ShiVufYyKGI0Ot4PPdXNYKwAgX4Dd8DCT/JVFABGevsnnaI23ocbRC3WzwtkHFaPBbIuCx9HogTCIDh6BFlHqFAABRHPZpWFIRtiHaOG5ERPDwtWh0qTpRPJxZaUZB4ENFG5mSVncDijQTE7JbbnNYq7ftfC5vo6ezwAALUo31APQW+8TC6jYMbByPmrECA5jLkF87zO2OvXbU0J2TZZoNCZEVVyIxyLZWQtGCiHyFJKDpFU1RFWRvgVzp6PBA3pUTicq3ufadRzjIAgScQiO+e2i7/8b9wFwDiJSfEtokvXNQ+4kN7TD9etq0pVe20EWyTndSmSBHIQcEFWeuRSLCRV9RTfW8pSUpDGQV4QT3V91pmrdPOJxxDi5AHNSCzZUZpQBZMr8CA7HHlaf/Nf/VfePaDNQXJqk5bO2DT8v5bSm/BU6+OyiecRWsUEc69JdDdG5xH0mTIkiOQp0CREjoGJpZwbBE4IiHAtGPFvhmyKYAMO4IwZ+RNqB/0PTKObQjpyNq9sxdgFwB6uNUAMJNsVpaAMkYAzSmx5U5gnLfxi64YcNh4itjlXwHcwWDLGEgQgHbonwB0CkRMwcphCGg9R1td7j4EASqE5NRMyjRpNQABoMwOEh6S4559kP7QyioqR4Bez0grSC+4FnWetJTpWjbMpWJLsEzTbRgQDqmEPLoGrJsDnB8G0Z9kUr5mpYAKSKkhqkoisRNlaIgEuq0Zx5GvE24V7hbuFe4XHhQeFh4VHhee8vuBzpwmNwi3g5Ny8VNZfHafzWf1haf6LV+zr8nX6Gvw1fvqACHivmcJATHYmDaXATueqDX2RDKSTWIzjSAjAX8yksc2blIKIL0gRXCflAK8Dso21gkqWrv+1CVGigA0A2A4YD5wmwB8HwAAB0ACKIphuNHSEtQZ6X3wvuCCg5KQdu25Xp7AIgbScIAB/znsDmcMoBRBa6gJgZ9+Ae1cc0Ow8z7/7CC6P1xhDkfQLKrTGeiqrkNQaiqGXCQP5QC7uQpBqUDfXmIb2kKuu0pV5MtQUVOPhFKTX0WO0MTd3PV0u5pXTCd9BP6R8IO2cqvRSk4VuVJeLasconNIXL2aLpIHqdw6rqHwCkSeQz4BRau4GLkMlwE2za1m5eZbUaWoxFBdqWpVsJ2nCOwjLTBLiHlC9dB+LC+KnDgla4/gdhSl8GJFdcuypbNXqZa+wxqQjkLFbIefX0P3Pq5EQxSLYsX4+6o4H03NQ/WFKJRIyQ+oZz8vVoXLVfIqeM3rCrTrq9tda6sitoKRPts/rzo+1dUCpbO8IJZMFyS+VkMgsCj/8DrIKCJtcIZ6ifwXnI18/ZGKthoXxruGRlTGiflxSnbaMGg3qEwUK5onUFhAnqBv0h0Ha4Vziew6cwT7+R5f8/m8xrOzqJSdr5/nqo1BaX5gztv+NMWa9j/sAXV/z15Gpe1ns5aBdQj8ao7XB3z1A+kOekwJem0fUMIVMfGK9NN9bK1kgKknXSbpwOad8Pk+M4IZsNWXaGlMeiqNaqAzjTOejSPEleOrODz5HgGsTuHzzx+clS6E/LSlFqu30FOXmdRO0bvatsCvywyCb5U1G+v2MrmMkv70jFrFR3z0PXOEItek5teqK4UkI7HrrRRaUm189sludFl8Jp6gMaYQrTf77KLyBLrZU0nqouKu+RsF/AtaKNWtG0o7w7LUQR3s3TZ/Vmg4dIRvGwhncQe7CvfqhFLOaq2YBgFn+fIxFtfdzd2ji5Jy3i2rvrvCHDH7X5HMUele7rqYqMBfJgEObFYNRPe8YJ544byn8ztIEFO4W9XRt4j1e9eIp2dSN+cd0tx3Aj+aQTUy6QYqbV/9cFpNSf71jWa4Ll2Xnq7W1Q0nvPk1wyZyej4V9H+ruylDr8LMukvFD9wymftB3iWl2KxTzXApa2cfqi7GuSz9h7x+vbzYijxD/2phcv/7jwAWYvzIsx+12Xfqs5vpl4u2ZGYcyb0seX4j4tO9J/SHsfVrW8YhXTLuD9dJQdF1aPE5VdoYBz69JDZeU5Oe3F4UTOcuNirb63NzE4yRV95cmCEKUFraalvMSaXKtKZDWTwgNfjTnv/f0obG50VyuXsE8H4Knz98kOtAUBa2R4FxRKf4F0Wh7mjRHnnyTp58Qfi6BTxXl4ktYulYSFm7mLE+9HSaVeVsOwLW90/1IFBLxgWA5+I0M3CfGO8GgCCIBT20widwAiZEjDQhHyN/E5IITYT1hItEHtFOPEyikppIn5IuBnACMgKqcFiEQDAEAMAiCPEOpqBSnsCYeonDEuoCt0Y4hZtQ07DgYBpgjpdcMiwQDJf4/X30DTpYEhZEbNDL/Hsw2PFh4ni9yNwmI2yAlTCIhCBEGIEjiBf3dxCPhYcf0wYtAlzbQ+P+Iw8u4LCM33KFGhElkSRm6hZwubm5stBR3EJlJvd+maDKuwhhMr2cs4dP7d9/8vBZ2HpKv/X770f8nDR14fh/nlr4Qk7/MCEM9T+D8/oVWVVcEotH8Srznx1qdlqsgB6CGg2Z8TIhlTwo9JGQPL7vtChk0q7ShrndZhGBWi1AgoO5uDq4g72i6s2z+w+Q+fPCDz/6JunRjNuzyOVJTM2Sv3/rxshYRszTCxcoZd0cb4Hg+UhVvlgkWliqx2HZIjB5I/yxhAlEMgnzxik4P38fk5Ss+G6R0x96uc+evfC73eU5v/39lC4vctOyNJosGpEowCsT9TTL9eEbBCeS2gC7glc9B05/T334mqKszNl3rK0DI/oQGuvLjBQpzq82wDvwUUhdSejWF3D0niJSk+PEbBYbz5PHR0WwGsK3B2+mVqG8dHomhXS5BXpYDKvCxBMXOLc+MLF7Siov0uUo5fF1tfn5mqQEafCz4M1767PYQkVqVoaaEBwtl4pZIWhAULAmUxb55n8Ck5qabmxMLlfE46lKy7Z3MZ2ebG5Hsz5RvofwlT75F8NJfv7rnCZxlUd5/zB3GKFwBE+eHO1w0eDJtUD840qLNa0JqAD+wg0EmfUDn6nbv6iVqmUyNdnnIy9nUEDtW0GGhfpfq7MyZLxIfmW5UTWNENLY5QsNDQqLSVYVsBlVckxYUKikeGE5DL4VXr/vicKJE6+zMlVSEZtMImkNOXINKdwCP/l5vAhhUjZeZuGFX4ZnJwkjeNPcOHwEjYMgq8US/pRlN2q0dIfkN/IU9PXoKGX05XiwTJOlkVcKJAYtebea5vqiGXnqzLlz2huqzXkaP4Nx854iUBJJo1GIWEDIzk6VHL096Oqx16KAoelN+mSef2kGHp5RCWq8UsDVCVE7QSKRyeWZrMy0epiOtmxOWwOukIgezJ9Y27hBn6UQMYmTk+ojblQXBYUBx9sar69rI6pOD1WcBaDTPUUYNp7+BULnJOBG9hvP653bVZQax+WZMsK7Llwg8JS1Xeyxq7iNsZWV21GC0Zvkj64YwYuWKvDkUShTN+yQXKffprowxJ+e/nJ4RNfZxzr0DHJaU2Hi5d1/4IzeuMfJ1CzlhDAwelWN90jNUsVh3IhIt6ssTSqgkpvDxUHO+0ajdAaDE6PKyb47OskScjkceuCrB49wbWI4GL0aGSKDEfhiFE4YV5BlNhnLdo0cM3KzBaEMQVCdP3JkJCtrYGDatEUVPil6+WezkRpKqUjFm8DgXcRmMlevVqtlc/Zsfz/c/JS/V4RtnhZnXvOGNhmyJKh4fhVI4lTDpodNHaopmFQCcKlBxQ9xeS+aqTn/gs1+AsDbPbHjAHz48PDLKfHk7dyGIAaARwEQcAf//wC5yxnm9fh4ACEeW3M3AnZ/AEgVSwagoeWCvqU0oiOWCqlugx4qH1ypjExU4mFXt/dpbjtVj0CIe6p5yRCXAU7m2wQrdGceqxRkDWuMS6LUZbIJKwyznnab2ALD9fiWBbMihwiBJaCYkWaBzVFjZgNZxvF5USqxBQLD2SIlMWyJYFrZMgxkTE8OJmhnYdPGaJY+PSx0OrWzk7zlHDq0JGEhtJv7dSjQXC5ufSzlN6RVcyTsK7iRZ3/6dMmSJEkvmx4tuhQm+0S9pD1cjE49XJIUMylQpFOfTuUsPHpV0Evg7VnFoaf80Dt5YJQSJUuWKsF0StncLNSWRQYcpZDEkJAiw7J2sGjjyCVOS5nFwUbSjKjXudWSqfgfh2xaBjrFsiVq80mxFzUq4+DSbzzfU8xjSDG0xnpK2cjkJCVLUYUpUboZo2U3apXbP6m1dOaYlsiSSRMtIB0Js0w8zLO26OOGCaO9NtIBd5MwJrNgX88iFh1t0kuU69SftWHLIpGISGxTHKS0s8vx73u5dyAlkN7/4UTgXhWvZ/UPkIh2BbYO3tXvyzpZG8VMTuQTIuy6xFgLIJh0/IutOhUwjTNlBA==) format("woff2");
    unicode-range: u+11af, u+11b7, u+11bc, u+121b, u+122d, u+129b, u+12a0, u+13a6, u+13a9, u+13ac, u+13af, u+13b3, u+13c2, u+13e3, u+141b, u+1555, u+1557, u+15dc, u+15e8, u+1780-1782, u+1784-1785, u+1787, u+178a, u+178e-1791, u+1793-179c, u+179f, u+17a2, u+17b6-17b9, u+17bb-17bc, u+17bf-17c7, u+17c9, u+17cb, u+17d0, u+17d2, u+17db, u+1871, u+18fa, u+1bff, u+1d00, u+1d04-1d05, u+1d07, u+1d0a-1d0b, u+1d0d, u+1d0f, u+1d17-1d18, u+1d1b-1d1c, u+1d20-1d22, u+1d25, u+1d2c, u+1d2e, u+1d30-1d31, u+1d33-1d3a, u+1d3c, u+1d3e-1d42, u+1d52, u+1d55, u+1d5b, u+1d5e, u+1d9c, u+1da0, u+1dc4-1dc5, u+1e3b, u+1e43, u+1e45, u+1e47, u+1e63, u+1e6d, u+1e73, u+1ea0, u+1ea2, u+1ea4-1ea9, u+1eab-1eaf, u+1eb1, u+1eb3, u+1eb5, u+1eb7, u+1eb9, u+1ebb, u+1ebd-1ebe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAbAABcAAAAADxwAAAZPAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGhYbgXIcgzw/SFZBUl4GYD9TVEFUgR4nKgBkL2wRCAqDMIIvCxYAMIJoATYCJAMoBCAFhjAHIAwHFyQYFhv1DEiOw7jhK/FCcTagBCsenv/Ovl/7nEolnYobF+qBnDH5JeGJf+ToE+wXn8+u+jU9ewBrSbQw1fd6FnAQHxyCGRzEzs4h7P+3X6t/9u0CUTTqRTzEiTTRTGmiVr8kPNHnEJKESPqhYC4liIW0JA2J07nUrR/M4h/R1id8GDn+VQvhONvwiV8qlFtsVdGAlMPPdSwEHX2abCLomEOZjpTjD2U8Uk44tJchyAaQFZblZ9QJG0BSmLKLYZtwDi6/5BictTCsg7irC+LnPm2fXUsjRtfIeQMbEJeQR+9gRimOPVwRiNj7Vwsn4tgeBoIpBC0JwX/mIYKhHN6VA6EuybJA0znOD58EaqIyyjLFMbe+0X+EGuYLPvOJj56gPP5IhyFI+Q2BQCgkhIZkWQVgfTFcMto8JElWs+LGck5M2uGvcRM9oYs0T4qpaGkHkP22aaC2MPqPrNA1F3efdMyJQdY2O+KWWUgqUxE3TSKMmYi4YRzUDZqX+txYHlJNz9ETThYtXFVSf8c19HA+Fk/rjfODEM1J5toAPhtCSedQs1NJeTesCCYAMG4LQpLf+CvSMCawLIKWpsjHmPMidBCFu2T6Iv/OEXxI16V9wPbqmHGQuNgSUpXQkNmJbLpFXjVy0NzKp4wWKa6J6UMGUYe0KP0F09OgxrVO2Iz5XGcfrfWSwMAJYZIUqdPF0I+APgkEROWnwHttxYogI0lxC+ltBEQnPm/QTfuA2ItDP0+D4yBf8YcRGu97H/Rs2WjCvvNnO/TlNP/frSr2s6EcICFjAicwwW0X0LMLh8WdTj9Ln+Yi13NrNALT1nf7/+4/P5M+M3cmzeD778U97EqPS52wWWOpFEhAXGO+AmIsmjgCosJPiRaxIkSbuIXoEJ9DdEn7QPTOI0Yf8jTEACb/uWM0Qhc0wQTogwPAVYAC1HiqsKhIRaauZassiwT5CMs96/3yuKN3HHnkxnO6Rx214ei920hlnz2Wn4xLn6quf8Iljx+8F6nsUSnK8du1Dt6aYa8qNQ+KtuOv/8GJ+z5Muu79w3d8MNDcZ78t+2b0e/jAe/rRzfM3uv2CA++f5NWX+8H+F+zi9fQ4Esx57+S/bLXUVvPv/Lx71cTUVd3eVVMTVzlsXnnX5ituXrvr1Lqav9LmcBXWeuP8hed7cUJzYbP35aKvF5m9e7HmYsLvWea3/OiUZX/S7byo/MX0m2u9v9bCvxxHuKWKVKaQqwYCIbC8LWBFQN1S8pVr1sNr0r1Dk6GhhkuMXXq5ZfzVQRp8/+XQbPeiYzIXfk+dF250wEWL6cDwpc1dfnh8wQ93Gf0PzT8gD7MbvXzA5qGjGfnW8/1a71Scf1AhzrvW5TEW2UeXDCMuHY48+c3JyTc3VVN20jCFsHr+1dlc/N//DmUpTYocKaW8YPbmP+c2+FE543MpSdEo/rBM7FVadzofVKk9OTVZxdefPn74PVP9/R9ff7h73W7t6y/vumC919R2f9GOL6bLa0VxUa325sANC5yn44KDB7roOldEFaWPG1Z4a3bxUo/mNCNpeC8uJ5Ci/HrnQ4sO7m74RSPnj+DPzy/1Dfztttd+/8f3u/9uPa0+AKUEguKa/7+F6vUIq5lvukDQw2nmjxzhJTGOj7N05I9i7bSPe4xGwO+wo+99EDTTM/YGBJhpwjdZFGO4O+7FCIvHBUg6cRKyYawsFnGoOc4jlBa6iI41OR59mxzXLELLQcCPiU1AZUIZWpqGaOvESehoWRNdPQHo2WQ++vbYkoj2xmYsPJGp0KBeDl4em0Xatq4n89BtrJJJSh+PCmil0vSqIbDXNZOxTQON2MS9TkkTLZqXyKHbMnrBJor3rCxRbA5VtGpFKlSx9bLV4zFeDfJFVtWayJzspdsYKk6UGDESRCoRJ51WI0uMyejfUWz9KLFipYBPD55JbttLIRsk18pIFDZJEjvGiK/+GNLlKpCnWvoAU6LXUi1PoToyVR8Lz8nNo7ssurOkWghR6GCqYsROKRFlxO0UKpdEbARyeyELmzXA6qLwcVlRC5Dh8SuhItBdY10vDR1WlncRlX4yaeWziI3pda3C83x8Klg9Wx+HSBYsCgeMZqwO1Fxej9GVzxc3ih7y+b8W1eujhpnB6jQQ6GIif0Q+xboz3bK8a5b9xgIA) format("woff2");
    unicode-range: u+2c8-2c9, u+2cc-2cd, u+2d0, u+2d8, u+2da, u+2dc, u+2e1-2e3, u+2e7, u+2eb, u+2ee, u+2f1-2ff, u+302-304, u+306-309, u+30c-30d, u+311, u+31b, u+321, u+323-325, u+328-329, u+32b-32c, u+32e-32f, u+331-33a, u+33c-33f, u+348, u+353, u+358-359, u+35c, u+35e-35f, u+361, u+363, u+367-368, u+36c, u+36f, u+530-535, u+537-540, u+55e, u+561-565, u+568-56d, u+56f-576, u+578-582, u+584, u+5a1, u+5a3-5a4, u+5aa, u+5ae, u+5b0-5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAwgABcAAAAAGPgAAAuuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjsbhCgcg0I/SFZBUn4GYD9TVEFUgR4nKgCBFC9sEQgKi3yJKAsmADCKCAE2AiQDSAQgBYYwByAMBxckGCYb7xVRlJPWpJD9PLCNaQ8WTXNJgIVY6GpmK5sMm3DCdzjllud4nv+1f93n3nnzaB4GsWUFCApQEbqA+jKrKqu6RiC61lUy6ejMD7TNfwcHymEl1llNqGAf6TZtQIyiUoxCt8/N5Y8Kf/Yy0+2Q0q33CLQhBOMXMhImHEIJjEFj1/79APv/b66083eO1eYwp+4Kv0RCATpAXeMCbza0rA4pFzNvU2B2gI6YFRsB7Cora3S1qKzfr6b8tUnbyBAxNoo91qnZ4WR/VYt4jh/+tw2qvWmvUYGojfU7IK33G+2QdmldVhDdWpcWREM76II0TFA1zpZkQjwmKBpbBbHxE0fR69ss6C7m4go8+AXSJDXaL0zQ6KRfhF6v1LizAWq/XAG7ebaZdOmMg/9m4Tj9vU4XINhKQqc0CH/t+oJwHQJEtcbOToj5BUhgmxetq5vON+VDM3HU152jOtpMZ9GKeD6gW9ZTYqA6bjquHZeOczBonz/7XZC2cgHByyrJL3SkpHMTyP0pAB9j/K/S70sedSkZIFi7plbf9UnFRY3u9bU61cLCBDYAWUEhcZlrDS0Lo0phICAw0kqXYdAIEioItE+RjJ/zKt1Ap+gCaopXXF8E5OFDhcPoKVVjYadSapn1Dh1WM9v73tmGxdTWvk9swRjb3PeRTcjQeujWCsrBhzSwFDN69Q74YeX7ibO9Dr4ehP2D/JaAyNAUOzFROBIFCc1On0cxUSwFQxTVQsBVwGYAYwhRtb7PUrIfjMee6szMLfwLuawo7ayfEMcfOx7EfWoI1MovrSNUCXA0qONvMRdu6jcMGJRXSwtw5+a0eRw/clCmBfdcvZTrN0k9EPDaWN1zEWhOBO8JiQ+UfbTjwP6+F46kP8Aiu1/QkW4ZRBCsxctSRKFJF5thCFgxAJWTqa+ELudDHb8oOQnKJ5dL5zmFrEV5cMalPmtFxzPX9HmcGH1BArykJezqMAh7okT9+JJfLt5HIAAFFZvR+1KI2qA/wyB0nYM+z6/ZlT3ZlyM5lselsbS1tGzsKezX/J7733rtc7VCBQTy5ApuST+mSjEEK3CWaBJXcxTTZDAUPgF65sg4k0MlhiaqSMc4JjNyMmZRqCILxtEsI6rEKQpASVmz8fNMT1mANcBh4EyQL0F5GYAGDKBI9iYogxYau0hT+aht17bLKNR3FeR7NMJR5+cX7ofSSCgemBjAZIZnz0/tE8y0mQOMRp/RQJOJada0IWxoUb34A0L+yH7pe/B+192MsEHFvrmSkax/l/6KkB9GlH7wCXhXbbK8eIB5hM6meffvtyw4eBDZ6/v46GwGG+1qzlazNZkqrT6MkJclnb6fDRibdUY6eSaMvQgDnALdIGrVVwmiK7MdjWLN2LJ9XVfiPRM1dUa2moJgE17dTNOcrVY71jPYavbKZtYDDaOTzYs20EYTdoAvZiezad4PdnXvRUa//TYqfkGwZf0praSvyHSjaUFJ9v9VhhHkSgBz9OWro959bbbucaylDWsdWeV3v/iL3f6UZv63CngV770X/8lfPaJ+5BJ+6bXY8vcnOlcv6/iZa9snSNrr/KQd8CynH1ekKq48YEvggrCIBYFBCyLCFoAuhvmRNEfK+KjP5yacK8WThlnLH8oPtsT6uyaS3pgXmo5k++3JUUVLKzNcqg2pK/Qid3tuQVFHbrFbvyJlg+rCmeWV6miwBqYEJg6Rn4nHX0HHZ+N5P4MUv0obUenRtFaOp3eQr0ohFClmiYbwWIlTopYygWPGTIGzpVyk+HK+c+YMvuP0SGla8jOx5xXG+Cvi7Z3D866xVmtWptRrSlRSXkMR68WUwAR6K222WpQ+1/sZz2KpUM/NEWkDkVZDsFGDGjSJSUzvQIAsIGiuByHl18BoYKCaYvcFh7902JvOZrBMdbmKxh3/M9bAeIaStkgtFDbW6kzKlDpNiVrGaxCEvrV1+L1v/nn9Owjzk2grCj2tamLCJiW4MxJraUn4kaDfMNTtdvWswaJX82ig4XHzVPk/yKZq8Exhi1jgks3IcjSWQQwIW+PbYicaOdkqtVb9AtIiEEq05YWjmsoUg1ihSuFyq/AyGoFLO+xuY4J/XPFtVgjsMlvXXMAHuPiSwlWF8cdtwNy6vw9bUmgfLsqrHw/LLc0Xesa+wQLcYaES0L3+eCBMtpGsyILHSCjOq5tA40rzhItf/BrzJ0NCpQAAAMhHcmkJhHy4vgoAH0gFKQzDi7AUTiFxSDMyivyO3ECe0nxpGTQFzUSAFwFfYACAF1jk5AHwj0wLmX5AwLzAOZby+GkW48s75lxLB3hIrGFdXNy6BorKlHZIYF6+JXqHNJOa5OeNhSd3SiLjXXL4GhbDJMJC6HDJSyAISVDOuiQ8fIl4w4gQLIEODutOjwqPZXcUxzNbCi/mIyzgDKb5XD17AWSgmWZeWvS9g6T7Sei7ZNBApl8JDaBN0/3Dw4VFcf6MB9coKihTVhcaKmhwDos8Z4NgX1MnywxqHcQ/nP/Jk07nkTNBKanFll6oIb1YVhYkhBIWCxGaYAMtdVmc4Onr3Ox0MCeRW65oRpTMoe//u5n9dA6ve/YVdvN2HWRwOPkdehCQGRTFCIqMTc0WZ8pIio0MYlCulzTcyGf7lolt2vcskqtxBQeiLP7+pTMgbk5dkPj01CnrO5i+e/vBo5PnwzIyK5yDUEsGUBQnLisrv2YY4bbK7TaR7Hv3HlFBwN3lIu+d+zGcsLMHe3SOxUcYJ1/kzBQli6KZba7ZtgX3JJ9Bfpvd47HPkN+/z+JkVWC1LA7rvmK1gqXL/IlqWy+/Z+KSGj0JEwVfW3790MwESo/EOXmyqbVNpWkzOZicuLLHMXlqpxM2JEmhjvSysrKEQl62aDbEn2RNn/rrBDsuQ1QaAfOh7ckN1rpM6sndW2j33sN7N65dunJfe08Gk0mv7TXXVSQ/u3bl5sPsyKt7915hxZRYJEDmZ6I7q0BI5lGUb2hkQno2OshJTc3KmtPv8mJM6ojow4dPKfcrKvnp7UvF8Mex6Gyle/LB4biskAdXQjA06/auvQeP3ajbfJALF6/cqSzIjrxSXV6x6QVuRg2VJBobmzgmBS8syrnITu7d6RBIpwUxcUm1e3PT0483IztWDF7wYiZNnUMf8Y2TE+CNFQT9bAzlH1D7B22SgaJzGIwlF6GoLEKGP+cjJzcYmiQSHp5WJusYE3w7jJJiSpmfYTn586b79C07169+69//ViP81avnyNBEbwCeOHEuMtF9tCl4EeYhbIQJlwWgzWhMkTAV0OwIwTCjsN4kk5LnJ6aVyzo9rLzx5EuoGnmG8cXUqlvT6zavXPLy778v4egnbCx8LXkvaiYhKGk/+3pRWndg2X1fev0X8OMbqY8Bv7z276HpxF+Y9q8hAFoFhObE6VNg+oEmqcergODHXy+XGBwD2QTaDOuo1Rzuz8tlltIS67mxZazVcWoo0aBFLSi4iLBXNmrQRuv6mWYxwRfb7IEqzRiv51OFcTATWMzzElbXJW/GRo8Dz1mHrb2mcO4i/Y1XfD03VKLzODoezzgBTm02CzsT1+HMPC/hXOciXFhKwSX42o0rCIEp48fjBg5aenZyowb105Lo5WAohlcycrIeQi0Y7CFONdjEzGLQd8LTUg2jElQs1HUlg9xK5Ms3QK+flRsyhDwDhmNj9+pn1rVfT6FGnd7L9VLSchmgIpUbzGlm1O91/b1ccHx5uLgK5JqBr5TF19KnxjBRXn4enjREidtJy85oMbSJ0ShjCKMQRtFq0yJcgqAfQykxGYl6pS1jVkY9jS7XxMhsKN6hfp8QThZOibiTQS+zFYVcvL4oO4NPNk7MkAg6xlllRNQakaV5tHorr+eG87KdKQdObqtBFnh7rIHoWcMPaSFOESMYdOpoOYPz6ZR6DVkk07vS5aFj7CfxdexcH4Sa/wb6CmQJyKnT3fM7u1c9G50VkBEcC+orXjU0r5ohk+ZNUVlUMQhfM38fBgA=) format("woff2");
    unicode-range: u+1af, u+1b1, u+1b4-1be, u+1d0, u+1d2, u+1d4, u+1da, u+1dc-1dd, u+1e1, u+1e3-1e4, u+1e7, u+1e9, u+1eb-1ec, u+1f0-1f1, u+1f3-1f5, u+1f7, u+1f9-1ff, u+219, u+221, u+225-226, u+228-22b, u+22e-22f, u+231-235, u+239, u+23b, u+23e, u+250-252, u+254-255, u+259-25e, u+261-263, u+268-26b, u+26d, u+26f-277, u+279-27a, u+27d-281, u+283, u+28a-28c, u+28f, u+292, u+294-296, u+298-29a, u+29c, u+29f, u+2a1-2a2, u+2a4-2a7, u+2a9-2aa, u+2ae-2b3, u+2b5-2b7, u+2b9-2bf, u+2c2-2c4, u+2c6-2c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-761.Cy2jodEe.woff2) format("woff2");
    unicode-range: u+a1-a2, u+a4, u+a6-a8, u+aa, u+ac, u+af, u+b1, u+b5-b6, u+b8-ba, u+bc-be, u+c0-c8, u+ca-cc, u+ce-d5, u+d8-df, u+f0, u+f5, u+f8, u+fb, u+fe-100, u+102, u+105, u+107, u+109-10b, u+10f, u+112, u+115, u+117, u+119, u+11b, u+11f, u+121, u+123-124, u+127, u+129, u+12c-12d, u+13?, u+141-142, u+144, u+148, u+14b-14c, u+14f-153, u+159-15b, u+15e-160, u+163-166, u+169-16a, u+16d-171, u+173-17e, u+192, u+1a0, u+1a4, u+1aa, u+1ac-1ad
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-762.DJju1fgf.woff2) format("woff2");
    unicode-range: u+a3, u+2ca, u+2223, u+2640, u+273f, u+301c-301d, u+3107, u+310c, u+4e30, u+4e3e, u+4e5e, u+4e71, u+4f26, u+4f7c, u+4f83, u+50da, u+5243, u+5267, u+529e, u+5321, u+5352, u+5477, u+548b, u+54a6, u+54b2, u+54c2, u+54c4, u+54c6, u+54cd, u+54ee, u+5543, u+55d1, u+55d3, u+55f0, u+55fd, u+560d, u+5629, u+5660, u+57ae, u+57e0, u+57e4, u+5904, u+592d, u+5965, u+5a31, u+5a7f, u+5b5a, u+5bb8, u+5c14, u+5c3b, u+5c5c, u+5c5e, u+5d10, u+5e10, u+5e4c, u+603b, u+604d, u+611c, u+6137, u+61c8, u+6292, u+62c7, u+6371, u+6382, u+645f, u+64ae, u+64c2, u+651e, u+65f1, u+660a, u+663e, u+673d, u+6784, u+6789, u+67ff, u+6813, u+6854, u+68d8, u+68fa, u+697d, u+6a01, u+6a1e, u+6baf, u+6c08, u+6c17, u+6c2b, u+6c81, u+6cbd, u+6dc6, u+6df9, u+6ed9, u+6ee1, u+6f86, u+6fc1, u+6fdb, u+701f, u+7076, u+715c, u+7194, u+71fb, u+720d, u+72b6, u+7396, u+73af, u+745b, u+746f, u+748b, u+7647, u+7699, u+76bf, u+76ce, u+76de, u+77aa, u+786b, u+7881, u+78ca, u+793c, u+797a, u+79b9, u+79bb, u+79bf, u+7a92, u+7ac7, u+7ae3, u+7b19, u+7b20, u+7b51, u+7b94, u+7cbd, u+7cde, u+7cef, u+7d46, u+7dde, u+7f88, u+80da, u+814b, u+81cd, u+8235, u+8258, u+8282, u+82b9, u+846b, u+84c1, u+84d3, u+8518, u+8611, u+8783, u+8814, u+8a15, u+8aa6, u+8b2c, u+8ba8-8ba9, u+8bc6, u+8be2, u+8be6, u+8c22, u+8d05, u+8d27, u+8dbe, u+8e34, u+8e66, u+8ec0, u+9005, u+9082, u+9091, u+914b, u+916f, u+92c5, u+92f0, u+9318, u+9382, u+938a, u+93e2, u+964b, u+96c1, u+96cc-96cd, u+96db, u+973e, u+97a0, u+9803, u+9876, u+9879, u+9955, u+9986, u+99f1, u+9a5b, u+9abc, u+9c57, u+9c9c, u+9d1b, u+9d26, u+9d51, u+9eef, u+9f99, u+c2a4, u+e253, u+e313-e314, u+e5c7, u+e5c9, u+e8db-e8dc, u+ff25, u+ff2d-ff2e, u+ff34, u+ffe5, u+1f60a, u+1f618, u+1f62d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-763.BPlfZyhz.woff2) format("woff2");
    unicode-range: u+b4, u+10d, u+2d9, u+641, u+6cc, u+e20, u+e29, u+200e, u+20ac, u+2266, u+25be, u+301e, u+3058, u+4e07, u+4e1d, u+4e66, u+4ece, u+4fde, u+5016, u+5180, u+5199, u+51aa, u+5306, u+5386, u+53d8, u+5413, u+541d, u+5436, u+54ce, u+54e8, u+54fc, u+5571, u+557e, u+558e, u+55a7, u+56a8, u+57a2-57a3, u+58b3, u+5960, u+5992-5993, u+59a4, u+5a55, u+5ab2, u+5afb, u+5b56, u+5bc5, u+5bc7, u+5bf0, u+5cb1, u+5cc7, u+5dff, u+5e93, u+5ed3, u+5f6a, u+60bc, u+61ff, u+6218, u+6254, u+634d, u+6467, u+64f1-64f2, u+6582, u+65fb, u+6615, u+6687, u+66e6, u+66f0, u+6781, u+67f5, u+68a7, u+6a1f, u+6b27, u+6b4e, u+6b73, u+6b79, u+6bcb, u+6c5d, u+6cf5, u+6dee, u+6ec4, u+6ecc, u+6f88, u+6fef, u+701d, u+703e, u+707c, u+7099, u+710a, u+725f, u+72d9, u+72e9, u+731d, u+7325, u+739f, u+7463, u+7480, u+74a8, u+7523, u+7526, u+75e0, u+7613, u+7656, u+76d4, u+773a, u+775c, u+775e, u+780c, u+78e1, u+78f7, u+7960, u+7a20, u+7aaf, u+7b08, u+7b71, u+7be4, u+7cec, u+7cf0, u+7d5e, u+7d62, u+7dbe, u+7e1b, u+7ea2, u+7ec4, u+7ec6, u+7edc, u+7eed, u+7efc, u+7f16, u+7f57, u+7fb9, u+7fca, u+803d, u+816e, u+82a5, u+82b7, u+8317, u+8338, u+834a, u+83d3, u+8401, u+8469, u+849e, u+854a, u+8559, u+865e, u+86e4, u+8700, u+8759, u+8760, u+8778, u+8782, u+879e, u+87d1, u+880d, u+8836, u+8944, u+89c8, u+8aac, u+8b74, u+8ba2, u+8ba4, u+8bae, u+8bfb, u+8c4e, u+8cb3, u+8cb6, u+8d16, u+8d28, u+8e44, u+8f3b, u+8f3f, u+8f91, u+8fb9, u+8fc4, u+8fde, u+8ff9, u+9076, u+90ae, u+90b8, u+9257, u+9310, u+93df, u+94fe, u+95a5, u+95a9, u+962e, u+968f-9690, u+9704, u+9713, u+97f6, u+9824, u+986b, u+9884, u+9886, u+98e2, u+991a, u+99a5, u+99dd, u+9ab8, u+9b41, u+9b77, u+9bad, u+c774, u+e5d4, u+fe52, u+ff02, u+1f389, u+1f449, u+1f495
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-764.B79rancX.woff2) format("woff2");
    unicode-range: u+2cb, u+5d1, u+5d9, u+5e2, u+5e8, u+5ea, u+633, u+e32, u+2252, u+2267, u+2573, u+25b3, u+25c4, u+2713, u+2715, u+30e2, u+4e28, u+4e3c, u+4e4d, u+4e70, u+4f88, u+4fef, u+5018, u+501a, u+5026, u+5137, u+513f, u+51f3, u+524b, u+5254, u+52d8, u+5308, u+5384, u+53cc, u+5443, u+5466, u+54a7-54a8, u+54bd, u+54c9, u+54cb, u+555e, u+556a, u+5580, u+560e, u+5614, u+561f, u+562f, u+566c, u+5679, u+56bc, u+56cd, u+56e7, u+56ed, u+572d, u+57d7, u+582f, u+589f, u+5b09, u+5ba5, u+5c51, u+5c90, u+5cef, u+5d16, u+5d84, u+5dd4, u+5e08, u+5e26, u+5f0a, u+5f20, u+606c, u+61c7, u+620f, u+625b, u+62a4, u+62d0, u+62f1, u+63a0, u+63c6, u+63f9, u+6413, u+6417, u+6483, u+64f7, u+650f, u+65a7, u+665f, u+66ae, u+66d6, u+66e0, u+6746, u+6756, u+67d1, u+6837, u+68d7, u+68e0, u+68f5, u+6977, u+6995, u+69a8, u+69b4, u+69d3, u+6a3d, u+6abb, u+6bb7, u+6bd3, u+6c47, u+6cc4, u+6cd3, u+6dae, u+6e26, u+6e29, u+6e5b, u+6eaf, u+6eba, u+7028, u+70b3, u+711a, u+733f, u+73c0, u+73ee, u+7444, u+745a, u+7487, u+7540, u+75a4, u+7729, u+779e, u+798e, u+79cd, u+79e9, u+7a3d, u+7a4c, u+7a9f, u+7ac4, u+7aff, u+7b77, u+7c27, u+7ca7, u+7cd9, u+7d76, u+7e43, u+7ea6, u+7ed9, u+7ff1, u+808b, u+809b, u+80fa, u+827a, u+8309, u+8328, u+832b, u+8396, u+83e0, u+840e, u+8425, u+852d, u+853b, u+8588, u+85e9, u+86b5, u+8718, u+87ec, u+8910, u+893b, u+89c1-89c2, u+8b3e, u+8baf, u+8bc1, u+8bcd, u+8bdd, u+8c41, u+8c48, u+8d2d, u+8d5e, u+8fbe, u+9015, u+90a8, u+90b5, u+90e1, u+9169, u+9183, u+91d0, u+91dc, u+9293, u+92f8, u+9472, u+9598, u+95ed, u+95fb, u+9605, u+96c7, u+9739, u+9742, u+9761, u+99ad, u+9ae6, u+9b1a, u+9b44, u+9bc9, u+9d3f, u+9dd7, u+9e7c, u+9e92, u+fe5d-fe5e, u+ff22-ff24, u+ff2f-ff30, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-765.CI-2-X2Q.woff2) format("woff2");
    unicode-range: u+60, u+f7, u+161, u+2198, u+2571, u+258b, u+25b6, u+2661, u+3051, u+3109, u+4e11, u+4e1c, u+4e24, u+4e2b, u+4ef7, u+4f18, u+4f36, u+4fd0, u+5029-502a, u+5055, u+508d, u+50ad, u+50d5, u+50e7, u+50f1, u+50f5, u+51a5, u+51c8, u+51fb, u+5203, u+524e, u+5288, u+5323, u+53c2, u+5458, u+54b1, u+54b3, u+54b8, u+5582, u+55b2, u+55ba, u+55da, u+55dc, u+5662, u+5678, u+56c2, u+5742, u+57d5, u+5862, u+58e4, u+58f0, u+5907, u+590d, u+5934, u+5978, u+5984, u+5a25, u+5c06, u+5c62, u+5c91, u+5cfb, u+5d01, u+5d11, u+5d1b, u+5e87, u+5eff, u+5f27, u+5f3a, u+5f53, u+5f64, u+6001, u+6168, u+61a9, u+6233, u+62a5, u+62ce, u+62ed, u+638f, u+6399, u+63c0, u+646f, u+6590, u+6631, u+664f, u+6689, u+66dc, u+672f, u+67af, u+67ec, u+6807, u+6a44, u+6c14, u+6c40, u+6c70, u+6c76, u+6cb8, u+6ce3, u+6df3, u+6e20, u+6e43, u+6ebc, u+6eec, u+6f2c, u+6fb1, u+7009, u+7011, u+701a, u+7117, u+7184, u+72f9, u+7426, u+74bd, u+74cf, u+752b, u+7554, u+75b9, u+7621, u+7671-7672, u+7693, u+76ef, u+7737, u+77a7, u+77b3, u+77bb, u+77da, u+77e2, u+77e9, u+77ef, u+7801, u+7940, u+797f, u+79a7, u+79b1, u+79bd, u+7a6b, u+7ac5, u+7b1b, u+7dab, u+7db4, u+7db8, u+7dcb, u+7ddd, u+7de0, u+7e55, u+7e9c, u+7ed3, u+7ef4, u+803f, u+8046, u+8087, u+8116, u+81a8, u+8214, u+821c, u+82d4, u+8305, u+831c, u+8335, u+8339, u+8350, u+8354, u+8526, u+860a, u+86db, u+8713, u+873b, u+8822, u+8993, u+8a1f, u+8ab9, u+8ad7, u+8e72, u+8f4e, u+8f9c, u+8fd0, u+8fd8, u+8fe6, u+9042, u+907c, u+91ba, u+9452, u+9591, u+95e2, u+9631, u+9699, u+96b8, u+9709, u+978d, u+9811, u+9830, u+98ce, u+9945, u+99ed, u+9a8c, u+9ad3, u+9baa, u+9be8, u+9c77, u+9cf6, u+9d72, u+9e1f, u+9ec4, u+fe31, u+fe55, u+ff03, u+ff20, u+ff3b, u+ff3d, u+1f3fb, u+1f44d, u+1f60d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-766.D5lYGjqk.woff2) format("woff2");
    unicode-range: u+10c, u+e44, u+2728, u+3081, u+4e13, u+4e19, u+4e1e, u+4e5c, u+4ea7, u+4ed7, u+4f20, u+4f8d, u+4ffe, u+5021, u+515c, u+51a4, u+51e0, u+521b, u+522b, u+532a, u+534e, u+5355, u+537f, u+5398, u+539d, u+541f, u+543c, u+544e, u+5509, u+5598, u+5622, u+5632, u+563f, u+5641, u+566a, u+5695, u+569f, u+56ae, u+56da, u+573a, u+574e, u+5835, u+584c, u+5885, u+58ae, u+5a1f, u+5ac2, u+5b24, u+5bb0, u+5bde, u+5be1, u+5bfc, u+5c39, u+5c4c, u+5c60, u+5e76, u+5e7f, u+5e9a, u+5eb8, u+5f13, u+5f6c, u+6127, u+61f2, u+6208, u+620a, u+620c, u+6252, u+62ef, u+6328, u+633d, u+6362, u+63b0, u+63c9, u+640f, u+64a9, u+6514, u+652c, u+655e, u+6583, u+658c, u+6627, u+66f3, u+6734, u+6743, u+676d, u+67c4, u+67da, u+68cd, u+68f2, u+690e, u+6ab3, u+6b16, u+6b38, u+6b3d, u+6bc6, u+6ca1, u+6cab, u+6d8c, u+6dea, u+6e32, u+6e3e, u+6e58, u+6eef, u+6ef2, u+6fe4, u+708a, u+7130, u+7165, u+7172, u+71c9, u+71ed, u+7232, u+7239, u+7261, u+7280, u+72a7, u+72f8, u+73c8, u+7464, u+753b, u+754f, u+755c, u+75d8, u+76ea, u+776b, u+7779, u+777f, u+7784, u+778e, u+77db, u+77ee, u+79e4, u+7a46, u+7a57, u+7aba, u+7aed, u+7b4d, u+7c7b, u+7c7d, u+7d13, u+7d33, u+7dbb, u+7df9, u+7e46, u+7ea7, u+8085, u+8165, u+81fb, u+82b8, u+82d3, u+8343, u+839e, u+83e9, u+840d, u+851a, u+853d, u+8543, u+859b, u+85fb, u+87fb, u+888d, u+88c5, u+8adc, u+8b0a, u+8bb0, u+8bbe, u+8bc4, u+8bf4, u+8c5a, u+8cc3, u+8ce4, u+8d44, u+8e81, u+8f44, u+8f66, u+8fdb, u+900d, u+9063, u+914c, u+9223, u+9226, u+923a, u+925b, u+9264, u+929c, u+92b9, u+9320, u+934d, u+935b, u+9444, u+957f, u+96a7, u+97ad, u+97cc, u+9898, u+98ea, u+9921, u+9952, u+9a55, u+9b0d, u+9b91, u+9bca, u+9ebd, u+9f4b, u+e60f-e610, u+ff1c-ff1d, u+ff21, u+ff38, u+ff9f, u+fffd, u+1f602
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-767.Ca1BqLSs.woff2) format("woff2");
    unicode-range: u+e17, u+e22, u+2103, u+25a0, u+266a, u+3014-3015, u+4e1a, u+4e50, u+4f10, u+4f6c, u+4f70, u+4fcf, u+5006, u+50d1, u+5170, u+518c, u+51f0, u+51f6, u+51f9, u+5219, u+5256, u+525d, u+52c9, u+5349, u+5351, u+5356, u+5375, u+53db, u+53ee, u+53f7, u+5492, u+54fa, u+5538, u+55bb, u+55e8, u+5757, u+58be, u+5937, u+59dc, u+59e8, u+5a49, u+5a9a-5a9b, u+5ab3, u+5b9b, u+5b9e, u+5be8, u+5c37, u+5c4e, u+5d14, u+5d19, u+5d4c, u+5d50, u+5deb, u+5e84, u+5e94, u+5ec2, u+5f17, u+5f26, u+5f55, u+5f77, u+5f7f, u+5fbd, u+6052, u+6064-6065, u+608d, u+609a, u+6101, u+611a, u+614c, u+621a, u+6237, u+6284, u+6296, u+62e9, u+632a-632b, u+634f, u+6488, u+6500, u+652a, u+6556, u+65e0, u+65ec, u+6643, u+679a, u+6850, u+6893, u+6897, u+68b3, u+68d5, u+6930, u+6960, u+6a11, u+6a38, u+6a3a, u+6b22, u+6b67, u+6b6a, u+6c59, u+6c83, u+6ccc, u+6df5, u+6ef7, u+6f3e, u+6f80, u+70ed, u+7164, u+722a, u+7260, u+7272, u+73b0, u+74ca, u+74e3, u+7538, u+7586, u+75b5, u+7624, u+7661-7662, u+7838, u+786e, u+788c, u+7950, u+79a6, u+79aa, u+7a40, u+7a62, u+7bf7, u+7c3e, u+7c98, u+7ca5, u+7d21, u+7d2e, u+7dba, u+7dec, u+7e79, u+7ecf, u+7edf, u+7f79, u+8086, u+810a, u+8139, u+813e, u+817a, u+81b3, u+821f, u+8247, u+8259, u+8271, u+8431, u+846c, u+849c, u+84b2, u+84c4, u+8513-8514, u+8549, u+8755, u+8877, u+8881, u+88f9, u+8a1d, u+8a3c, u+8a6d-8a6e, u+8a93, u+8ae7, u+8af7, u+8b17, u+8b5a, u+8ba1, u+8bba, u+8cdc, u+8dea, u+8f6c, u+8f7d, u+8fc7, u+8fd9, u+902e, u+90ca, u+916a, u+916c, u+921e, u+9245, u+947c, u+9594, u+95a8, u+95ee, u+95f4, u+9706, u+971e, u+9756, u+980c, u+9891, u+98b1, u+98fc, u+9903, u+9957, u+99ae, u+99ff, u+9db4, u+e602-e605, u+e611, u+ff16-ff19
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-768.DihmRmSI.woff2) format("woff2");
    unicode-range: u+a5, u+2190-2191, u+2193, u+22c1, u+2302, u+25cb, u+2699, u+2709, u+4e0e, u+4e18, u+4e3a, u+4e48, u+4e91, u+4eec, u+4f3d, u+5112, u+524a, u+52a3, u+52ab, u+52c3, u+52f3, u+52fb, u+5320, u+5339, u+533f, u+53e2, u+543e, u+5480, u+5495, u+5497, u+5564, u+5572, u+55c6, u+55ef, u+563b, u+5653, u+5657, u+56b7, u+5764, u+5824, u+58d8, u+5955, u+5983, u+598d, u+59a8, u+59da, u+59e6, u+5a36, u+5bb5, u+5bc2, u+5bee, u+5bf9, u+5cb3, u+5d17, u+5dbc, u+5e2e, u+6070, u+60df, u+6190, u+61a4, u+61be, u+61fc, u+62ac, u+62bc, u+636e, u+6398, u+63a9, u+6435, u+6487, u+6495, u+64ab, u+64bf, u+6577, u+65ac, u+6602, u+6652, u+66f9, u+672d, u+6761, u+683d, u+68ad, u+68b5, u+68da, u+68e7, u+6a59, u+6a61, u+6ae5, u+6b47, u+6bef, u+6c50, u+6c9b, u+6e23, u+6e34, u+6e4a, u+6e67, u+6ea2, u+6eb6, u+6f20, u+6feb, u+7149, u+714c, u+715e, u+7199, u+71ac, u+7231, u+7262, u+7409, u+745f, u+7469, u+7504, u+7535, u+753a, u+75f4, u+7682, u+76ba, u+76f2, u+77fd, u+780d, u+7832, u+78c5, u+78ef, u+7901, u+79be, u+79c9, u+79e6, u+7a1a, u+7a84, u+7aca, u+7cb5, u+7cb9, u+7cdf, u+7ce7, u+7d6e, u+7db1, u+7def, u+7e61, u+7e7d, u+7e8f, u+7f38, u+7f77, u+7fa8, u+7fc5, u+7fe1, u+7ff9, u+800d, u+8015, u+8054, u+80a2, u+80aa, u+80ba, u+814e, u+8180, u+819d, u+81c0, u+828b, u+82ad, u+82af, u+83f1, u+83f8, u+8403, u+8475, u+84bc, u+84c9, u+84ec, u+8523, u+8569, u+8591, u+85b0, u+86d9, u+8774, u+881f, u+884d, u+88d4, u+89c4, u+89c6, u+8a60, u+8a79, u+8b19, u+8bd5, u+8bf7, u+8c03, u+8c79, u+8cc8, u+8d9f, u+8e10, u+8e48, u+8faf, u+9009, u+9017, u+9175, u+9187, u+918b, u+91d8, u+9214, u+946b, u+9470, u+9640, u+9675, u+96ef, u+9716, u+97cb, u+97e9, u+985b, u+99b3, u+9b4f, u+9d09, u+9e9f, u+9edb, u+9f90, u+ff05, u+ff14, u+1f464
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-769.Ytgv4DeA.woff2) format("woff2");
    unicode-range: u+25ce, u+4e08, u+4e2a, u+4e56, u+4e9a, u+4ea8, u+4ead, u+4ec7, u+4f3a, u+4f51, u+4f62, u+4faf, u+507d, u+5098, u+50ac, u+5147, u+5173, u+5187, u+51f8, u+52a1, u+52a8, u+52f8, u+535c, u+53ed, u+541e, u+5435, u+5475, u+54a9, u+54c0, u+54c7, u+5589, u+5605, u+5690, u+5733, u+5782, u+57c3, u+5858, u+5893, u+589c, u+58e2, u+5974, u+599e, u+59a5, u+59ec, u+5b66, u+5b99, u+5b9d, u+5c2c, u+5c48, u+5c65, u+5cfd, u+5d0e, u+5dba, u+5de2, u+5e06, u+5e15, u+5ec1, u+5ed6, u+5f00, u+5f4c, u+5f65, u+6055, u+609f, u+60b6, u+6241, u+624e, u+626f, u+6291, u+62cc, u+62d3, u+62d8, u+62da, u+62fe, u+6349, u+6367, u+63ea, u+6454, u+64a4, u+64b2, u+64bc, u+64c5, u+64ce, u+6558, u+6572, u+65a5, u+65e8, u+65ed, u+6606, u+6614, u+6670, u+6688, u+673a, u+674f, u+6770, u+6795, u+68cb, u+6912, u+6953, u+6aac, u+6aaf, u+6ab8, u+6b20, u+6b96, u+6bbf, u+6bc5, u+6c6a, u+6cbe, u+6d59, u+6d78, u+6dc7, u+6deb, u+6e7e, u+6e9c, u+6f3f, u+6f51, u+6f70, u+6f84, u+704c, u+7051, u+70ab, u+70ad, u+70f9, u+7119, u+714e, u+71d9, u+71e5-71e6, u+72c4, u+72d0, u+72e0, u+7334, u+744b, u+7455, u+74f7, u+7529, u+75ab, u+75b2, u+766e, u+76c3, u+76fc, u+76fe, u+7891, u+7948, u+7a74, u+7b28, u+7c60, u+7c72, u+7cca, u+7ebf, u+7f55, u+7ff0, u+8154, u+81c2, u+81d8, u+81e3, u+81e5, u+8292, u+8299, u+8302, u+8304, u+8332, u+83c1, u+83c7, u+83ca, u+845b, u+8490, u+85af, u+8650, u+8667, u+8abc, u+8b0e, u+8b39, u+8bed, u+8c54, u+8c6b, u+8c9e, u+8ca7, u+8caa-8cab, u+8ce6, u+8cec-8ced, u+8eb2, u+8eba, u+8fb0, u+901d, u+908f, u+9127, u+91c0, u+9215, u+92b3, u+932b, u+93fd, u+95ca, u+964c, u+96c0, u+970d, u+9774, u+97fb, u+9812, u+9817, u+9913, u+9935, u+99c1, u+9b31, u+9d5d, u+9d6c, u+9e79, u+fe0f, u+fe30, u+ff0b, u+ff10, u+ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-770.BkbELMID.woff2) format("woff2");
    unicode-range: u+b0, u+926, u+928, u+939, u+93f-940, u+94d, u+200b, u+22ef, u+25ba, u+25c6, u+2665, u+4e4f, u+4e59, u+4f0d, u+4f0f, u+4f19, u+4f59, u+4fae, u+5075, u+50b2, u+50b5, u+511f, u+5141, u+5146, u+514c, u+5185, u+51dd, u+51fd, u+522e, u+5319, u+533a, u+5378, u+53ad, u+53c9, u+53d1, u+53d4, u+543b, u+5442, u+5446, u+5481, u+54e9, u+5507, u+5565, u+559a, u+55aa, u+5606, u+56ca, u+56fe, u+582a, u+58fa, u+5915, u+5949, u+5962, u+5996, u+59fb, u+5a77, u+5b0c, u+5b5f, u+5bd3, u+5be2, u+5bfa, u+5c41, u+5ca9, u+5d07, u+5ec8, u+5eca, u+5f18, u+5f4e, u+5f59, u+5f6d, u+5f79, u+5fb9, u+6028, u+6062, u+6068, u+606d, u+6094, u+60f1, u+6108-6109, u+614e, u+6170, u+617e, u+61b2, u+61f8, u+6247, u+626d, u+6276, u+62ab, u+62cb, u+62f3, u+6368, u+6380, u+6492, u+64b0, u+64e0, u+6570, u+660f, u+6649, u+6691, u+66a8, u+6749, u+67f1, u+67f3-67f4, u+6842, u+6851, u+687f, u+68df, u+69fd, u+6a58, u+6c27, u+6c88, u+6cca, u+6cdb, u+6d29, u+6d66, u+6daf, u+6f01, u+6f06, u+6f58, u+6f62, u+6f6d, u+6fa1, u+6ff1, u+6ffe, u+7058, u+70ae, u+7235, u+7267, u+73ca, u+742a, u+758f, u+75bc, u+76c6, u+7740, u+7955, u+7a00, u+7a3b, u+7b4b, u+7bad, u+7be9, u+7c4c, u+7cfe, u+7dbf, u+7e2b, u+7e31, u+7f9e, u+7fc1, u+7ffc, u+8096, u+809d, u+80de, u+8108, u+8155, u+816b, u+81df, u+8277, u+82bd, u+8352, u+8393, u+8404, u+8525, u+856d, u+8587, u+8606, u+868a, u+8776, u+87ba, u+87f9, u+886b, u+8870, u+88d5, u+896a, u+896f, u+8a23, u+8a87, u+8ad2, u+8b00, u+8b20, u+8cb8, u+8cca, u+8ce0, u+8d39, u+8d6b, u+8d81, u+8db4, u+8e29, u+8ef8, u+8f1b, u+8f5f, u+8fa8, u+906e, u+9077, u+90aa, u+90b1, u+90c1, u+9165, u+919c, u+92c1, u+95d6, u+95e8, u+975a, u+98c6, u+9ecf, u+9f0e, u+9f52, u+feff, u+ff06, u+ff0a, u+ff12-ff13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-771.B8Pp2Lnt.woff2) format("woff2");
    unicode-range: u+627-629, u+631, u+639, u+644, u+64a, u+25cf, u+2606, u+2764, u+3008-3009, u+4e1f, u+4e38, u+4e43, u+4ed5, u+4ef0, u+4eff, u+4fb6, u+4fe0, u+5085, u+50a2, u+50be, u+5118, u+5211-5212, u+5272, u+52fe, u+5366, u+53b2, u+53ec, u+54ac, u+5587, u+55b5, u+561b, u+5751, u+576a, u+57cb, u+58ef, u+592f, u+594f, u+5951, u+5954, u+596e, u+59d1, u+5ac1, u+5acc, u+5b8b, u+5c4d, u+5c6f, u+5ca1, u+5d29, u+5de1, u+5dfe, u+5e7d, u+5edf, u+5ef7, u+5f7c, u+5f81, u+5fa1, u+5faa, u+5fcc, u+5ffd, u+6021, u+6046, u+6155, u+6212, u+62b9, u+6316, u+6350, u+6478, u+647a, u+6490, u+64e6, u+6524, u+6591, u+659c, u+65a4, u+65e6, u+65f6, u+6607, u+6674, u+6765, u+679d, u+68a8, u+6b3a, u+6c57, u+6c61, u+6c90, u+6cbf, u+6d69, u+6db5, u+6dcb, u+6dd1, u+6e21, u+70d8, u+71c3, u+71d5, u+722c, u+727d, u+72ac, u+72fc, u+731c, u+7336, u+7344, u+7384, u+73ab, u+7433-7434, u+745c, u+7470, u+758a, u+75d5, u+7652, u+76c8, u+76e7, u+7709, u+7720, u+7747, u+7763, u+77ac-77ad, u+7802, u+78a7, u+78a9, u+78b3, u+78c1, u+78da, u+7926, u+796d, u+798d, u+7aae, u+7b52, u+7c92, u+7d68, u+7d81, u+7e5e, u+7e69, u+7e73, u+7f50, u+7f70, u+7f75, u+8058, u+8070, u+80c3, u+8105-8106, u+8179, u+818f, u+81a9, u+81ed, u+820c-820d, u+82d1, u+838e, u+83cc, u+8461, u+84b8, u+852c, u+857e, u+85e4, u+863f, u+8679, u+86c7, u+8702, u+8896, u+88c2, u+88f8, u+8af8, u+8b7d, u+8ca2, u+8cc0, u+8d64, u+8d74, u+8d99, u+8e5f, u+8e8d, u+8ecc, u+8ed2, u+8fb1, u+8fc5, u+9022, u+9038, u+903e, u+905c, u+9072, u+9081, u+9189, u+9234, u+92d2, u+934a, u+95a3, u+962a, u+9646, u+9676, u+96d5, u+971c, u+9838, u+9875, u+98c4, u+99db, u+9a45, u+9a5f, u+9a6c, u+9ad2, u+9cf4, u+9d28, u+9daf, u+9df9, u+9e7d, u+9f9c, u+ff11, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-772.BEig4wan.woff2) format("woff2");
    unicode-range: u+2500, u+25bc, u+4e95, u+4f50, u+4f54, u+4f69, u+4fc4, u+4fca, u+5009, u+50bb, u+5154, u+51cc, u+528d, u+5291, u+52d2, u+52e4, u+5353, u+5360, u+540a-540b, u+5410, u+54f2, u+5510, u+5514, u+5537, u+558a, u+55ac, u+5617, u+56fd, u+573e, u+5766, u+5783, u+57d4, u+5806, u+5821, u+5857, u+5875, u+58f9, u+596a, u+59ae, u+59c6, u+59ca, u+59ff, u+5a03, u+5ae9, u+5b64, u+5bb4, u+5c3f, u+5e16, u+5e45, u+5e72, u+5ec9, u+5f90-5f92, u+6012, u+6016, u+6084-6085, u+6089, u+60a0, u+60a3, u+60b2, u+60d1, u+60f9, u+6148, u+6158, u+6191, u+626e, u+62d4, u+632f, u+633a, u+6355, u+63aa, u+642c, u+64a5, u+64cb, u+6566, u+6575, u+6597, u+660c, u+66b1, u+66ec, u+6731, u+6735, u+675c, u+67ef, u+6846, u+6876, u+6881, u+68af-68b0, u+68c9, u+6905, u+6b98, u+6bc0, u+6beb, u+6c0f, u+6c1b, u+6c41, u+6ce5, u+6cf3, u+6d25, u+6d2a, u+6d3d, u+6d6e, u+6dd8, u+6dda, u+6dfa, u+6e9d, u+6eaa, u+6ec5, u+6ecb, u+6ef4, u+6f0f, u+6f32, u+707d, u+708e, u+7092, u+716e, u+723a, u+731b, u+7345, u+7375, u+7378, u+73b2, u+74e6, u+75be, u+75de, u+764c, u+76dc, u+788e, u+7897, u+789f, u+78b0, u+790e, u+7965, u+7a4e, u+7aa9, u+7c43, u+7d17, u+7dd2, u+7e96, u+7f51, u+7f69, u+7f72, u+7fd4, u+7fe0, u+8017, u+80a9, u+80d6, u+8102, u+8150, u+8178, u+81bd, u+829d, u+82ac, u+8303, u+840c, u+8482, u+8499, u+85a9-85aa, u+883b, u+8861, u+88c1, u+88cf, u+88d9, u+8a3a, u+8a98, u+8aee, u+8c8c, u+8ce2, u+8d0f, u+8da8, u+8dcc, u+8e0f, u+8e22, u+8f1d, u+8f29, u+8fad, u+9003, u+9006, u+903c, u+904d, u+9059, u+9075, u+90ce, u+90ed, u+9130, u+91ac, u+91e3, u+9285, u+9298, u+92ea, u+9326, u+937e, u+93c8, u+95c6, u+9677, u+9727, u+994b, u+99a8, u+99d0, u+9a30, u+9a37, u+9b42, u+9b45, u+9d3b, u+9e7f, u+9ee8, u+9f3b, u+c5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-773.otop7jc3.woff2) format("woff2");
    unicode-range: u+5e, u+2502, u+2605, u+4e32, u+4e58, u+4ea1, u+4ef2, u+4f2f-4f30, u+4f75, u+4fd7, u+4ff1, u+501f, u+5049, u+5074, u+5091, u+5144, u+517c, u+51c6, u+51cd, u+5269-526a, u+52aa, u+52c1, u+52c7, u+52df, u+5377, u+541b, u+5439, u+5440, u+5448, u+54aa, u+54e6, u+54ed, u+5674, u+5687, u+585e, u+588a, u+58a8, u+58c1, u+5925, u+5948, u+5999, u+59b3, u+5a1c, u+5a46, u+5b54, u+5b5d, u+5b6b, u+5b8f, u+5bd2, u+5be9, u+5c0a, u+5c16, u+5c46, u+5cf0, u+5e25, u+5e3d, u+5e79, u+5ee2, u+5f04, u+5f31, u+5fcd, u+5fe0, u+60dc, u+6163, u+616e, u+6182, u+61f6, u+622a, u+6258, u+6293, u+62c6, u+62d2, u+6372, u+63da, u+63ed-63ee, u+6416, u+6458, u+649e, u+64ec, u+64f4, u+651c, u+65cb, u+65e2, u+65fa, u+6628, u+6668, u+66a2, u+66c9, u+66fc, u+6717, u+67cf, u+67d4, u+6817, u+6885, u+69cd, u+6a6b, u+6afb, u+6b32, u+6b49, u+6bbc, u+6c89, u+6c96, u+6cc9, u+6d1b, u+6d1e, u+6dfb, u+6efe, u+6f38, u+6f5b, u+6f64, u+6f8e, u+6fa4, u+7070, u+70b8, u+70cf, u+70e4, u+7159, u+7169, u+7210, u+721b, u+7238, u+737b, u+73bb, u+746a, u+7483, u+74dc, u+74f6, u+7518, u+756a, u+75c7, u+775b, u+78e8, u+7919, u+7956, u+795d, u+7a0d, u+7bc9, u+7c97, u+7cd5, u+7d10, u+7d1b, u+7de9, u+7dfb, u+7e3e, u+7e6a, u+7f6a, u+7f8a, u+7fbd, u+8000, u+8036, u+809a, u+80ce, u+80e1, u+80f8, u+8170, u+819c, u+8216, u+8239, u+8266, u+827e, u+82b3, u+8377, u+83ab, u+85c9, u+865b, u+8766, u+87a2, u+87f2, u+8972, u+8a17, u+8a50, u+8a95, u+8b02, u+8b6f, u+8c6c, u+8ca9, u+8cfa, u+8d95, u+8de1, u+8f14, u+8f9b, u+8fa3, u+8feb, u+8ff4, u+9010, u+901b, u+905e, u+9080, u+912d, u+9177, u+91c7, u+9336, u+9451, u+947d, u+963b, u+966a, u+9670, u+9769, u+9813, u+98fd, u+99d5, u+9a19, u+9b27, u+9b6f, u+9ece, u+9ed8, u+9f13, u+9f20, u+ad6d, u+d55c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-774.CbILJXAM.woff2) format("woff2");
    unicode-range: u+201c-201d, u+203b, u+2192, u+25b2, u+300f, u+4e01, u+4e39, u+4e73, u+4e88, u+4e8e, u+4ed9, u+4f0a, u+4f38, u+4f5b, u+4fc3, u+500d, u+504f, u+5076-5077, u+5100, u+5104, u+5132, u+5175, u+5192, u+51a0, u+51ac, u+51e1, u+51f1, u+5200, u+5224, u+5237-5238, u+523a, u+526f, u+5289, u+52de, u+52f5, u+5371, u+539a, u+53e5, u+540e, u+547c, u+552f, u+5531, u+5634, u+56c9, u+56f0, u+574a, u+5761, u+57f7, u+57f9, u+5805, u+5851, u+5854, u+586b, u+58fd, u+592e, u+5967, u+59bb, u+59d3, u+5a18, u+5b30, u+5b55, u+5b87, u+5b97, u+5be7, u+5bec, u+5bf8, u+5c24, u+5cb8, u+5df7, u+5e1d, u+5e2d, u+5e7b, u+5f1f, u+5f70, u+5fd9, u+61b6, u+6234, u+62b5, u+62d6, u+62dc, u+62fc, u+6383, u+63cf, u+63d2, u+63e1, u+640d, u+64cd, u+64fa, u+64fe, u+654f, u+6562, u+656c, u+65c1, u+65d7, u+6620, u+6676, u+6697, u+66ab, u+66c6, u+66dd, u+66ff, u+671d, u+672b, u+677e, u+67d0, u+67d3, u+68c4, u+690d, u+694a, u+695a, u+6ac3, u+6b04, u+6b23, u+6b78, u+6b8a, u+6c60, u+6d74, u+6d89, u+6db2, u+6dbc, u+6de1, u+6df7, u+6e38, u+6e6f, u+6f02, u+6fc3, u+6fd5, u+70c8, u+7126, u+718a, u+723d, u+7246, u+72af, u+73cd, u+760b, u+7626, u+7687, u+79df, u+7a05, u+7a3f, u+7a69, u+7af6, u+7c3d, u+7c3f, u+7c4d, u+7cd6, u+7d0b, u+7d2b, u+7de3, u+7e2e, u+8010, u+808c, u+80a5, u+80af, u+812b, u+817f, u+819a, u+82d7, u+8389-838a, u+83f2, u+840a, u+8463, u+8521, u+8584, u+860b, u+864e, u+871c, u+878d, u+885d, u+8932, u+89f8, u+8a69, u+8afe, u+8b5c, u+8c37, u+8c46, u+8cbf, u+8cd3, u+8cf4, u+8d08, u+8d0a, u+8ddd, u+8fea, u+9014, u+9055, u+907a, u+9178, u+92fc, u+934b, u+9396, u+93ae, u+9583, u+9663, u+96bb, u+9707, u+9738, u+9846, u+9905, u+9a0e, u+9aa8, u+9b25, u+9b3c, u+9ce5, u+9cf3, u+9ea5, u+9eb5, u+9f4a, u+9f61, u+ff0d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-775.DIsydtZJ.woff2) format("woff2");
    unicode-range: u+3c, u+d7, u+300e, u+4e4e, u+4e82, u+4e92, u+4ec1, u+4ecd, u+4f48, u+4f53, u+4fb5, u+5012, u+502b, u+522a, u+52dd, u+52ff, u+532f, u+53eb, u+53f3, u+5409, u+5433, u+5496, u+54c8, u+554a, u+5561, u+5594, u+559d, u+56b4, u+56fa, u+5713, u+5750, u+57df, u+584a, u+58c7, u+58de, u+593e, u+5976, u+59d0, u+59d4, u+5a66, u+5b85, u+5b88, u+5ba3, u+5bae, u+5bbf, u+5bdf, u+5c01, u+5c04, u+5c3a, u+5c3e, u+5c4f, u+5ddd-5dde, u+5de8, u+5e63, u+5e7c, u+5e8a, u+5eda, u+5ef3, u+5ef6, u+5f48, u+6015, u+6025, u+602a, u+6050, u+6069, u+60e1, u+6162, u+6176, u+61c2, u+6200, u+6263, u+6279, u+6297, u+62b1, u+62bd, u+62ec, u+6311, u+6377, u+6388-6389, u+638c, u+63a2, u+63f4, u+641e, u+6436, u+64c1, u+6551, u+6557, u+6563, u+6696, u+66b4, u+66f2, u+6751, u+675f, u+676f, u+6790, u+6838, u+684c, u+68d2, u+6982, u+699c, u+69ae, u+69cb, u+6a39, u+6a4b, u+6b66, u+6bd2, u+6cb3, u+6ce1, u+6d3e, u+6de8, u+6ed1, u+6f22, u+6f54, u+6fc0, u+6fdf, u+719f, u+71c8, u+7236, u+7259, u+72d7, u+7389, u+73e0, u+745e, u+751a, u+7532-7533, u+7562, u+7591, u+75c5, u+75db, u+7686, u+76d2, u+76db, u+76df, u+76e3, u+7701, u+7761, u+786c, u+7981, u+79cb, u+79d2, u+79fb, u+7a81, u+7a97, u+7aef, u+7b26, u+7b80, u+7c64, u+7d0d, u+7d14, u+7d2f, u+7dca, u+7df4, u+7e54, u+7e6b, u+7f3a, u+8033, u+804a, u+805a, u+81a0, u+81e8, u+8212, u+821e, u+82e6, u+8336, u+8449, u+84cb, u+84ee, u+85e5, u+8607, u+888b, u+8a13, u+8a5e, u+8aa0, u+8aa4, u+8ab0, u+8ab2, u+8ac7, u+8b66, u+8c6a, u+8c93, u+8c9d, u+8de8, u+8f2a, u+8fb2, u+906d, u+907f, u+90a6, u+9109, u+9192, u+91cb, u+91dd, u+964d, u+9686, u+968e, u+9694, u+969c, u+96de, u+96e8, u+96ea, u+96f7, u+975c, u+9760, u+978b, u+9858, u+9918, u+9aee, u+9ebb, u+ff0e-ff0f, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-776.BZS1uPQ9.woff2) format("woff2");
    unicode-range: u+b7, u+2022, u+2027, u+3042, u+3044, u+3046, u+3048, u+304a-3050, u+3053-3057, u+3059-305b, u+305d-3061, u+3063-306c, u+306e-3079, u+307b, u+307d-307f, u+3082-308d, u+308f, u+3092-3093, u+30a1-30a4, u+30a6-30c1, u+30c3-30c4, u+30c6-30e1, u+30e3-30ed, u+30ef, u+30f3, u+30fb-30fc, u+4e7e, u+4ea6, u+4eac, u+4f34, u+50b7, u+51b0, u+523b, u+5283, u+5348, u+5354, u+54e5, u+5708, u+590f, u+592b, u+599d, u+59b9, u+5a01, u+5a5a, u+5de7, u+5e78, u+5e9c, u+5fb5, u+6167, u+61f7, u+627f, u+63a1, u+64d4, u+65bd, u+68ee, u+6b4c, u+6bba, u+6c5f, u+6d0b, u+6d6a, u+6e1b, u+6e56, u+6f6e, u+71d2, u+722d, u+72c2, u+751c, u+7530, u+7642, u+76e1, u+79c0, u+7adf, u+7af9, u+7d9c, u+7da0, u+7e23, u+7e41, u+8056, u+8173, u+822a, u+8349, u+83dc, u+8840, u+885b, u+8907, u+8a34, u+8cb4, u+8dd1, u+8fd4, u+8ff0, u+93e1, u+984f, u+98ef, u+9b54
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-777.QnSu_buG.woff2) format("woff2");
    unicode-range: u+23-25, u+3d, u+2026, u+4e03, u+4e45, u+4e5d, u+4eae, u+4ed4, u+4ed8, u+4f01, u+4f11, u+4f3c, u+4f8b, u+4fc2, u+5019, u+505c, u+50c5, u+5145, u+51b7, u+5207, u+521d, u+525b, u+5287, u+52e2, u+535a, u+537b, u+5426, u+542b, u+5438, u+5462, u+54ea, u+555f, u+5566, u+5584, u+5609, u+570d, u+571f, u+5747, u+5802, u+58d3, u+591c, u+5920, u+5922, u+5957, u+5979, u+5a92, u+5abd, u+5b63, u+5b69, u+5b83, u+5b9c, u+5bb3, u+5bc4, u+5bf5, u+5c3c, u+5c40, u+5c4b, u+5c64, u+5cf6, u+5de6, u+5e0c, u+5e55, u+5eab, u+5ead, u+5ee0, u+5f85, u+5f8b, u+5fa9, u+5fd7-5fd8, u+5ff5, u+600e, u+6298, u+62db, u+62ff, u+639b, u+63a7, u+642d, u+6469, u+64ad, u+651d, u+653b, u+65b7, u+65cf, u+665a, u+666e, u+66fe, u+6728, u+674e, u+67b6, u+6821, u+6839, u+6843, u+6a94, u+6b50, u+6b62, u+6b72, u+6b7b, u+6bcd, u+6bdb, u+6c38, u+6c7a, u+6c7d, u+6c99, u+6cb9, u+6ce2, u+6cf0, u+6d17, u+6d32, u+6e2c, u+6fb3, u+7206, u+723e, u+725b, u+734e, u+7387, u+73ed, u+7565, u+7570, u+76ca, u+76e4, u+773e, u+77ed, u+77f3, u+7814, u+7834, u+7968, u+79d8, u+7a76, u+7a7f, u+7b11, u+7b46, u+7b54, u+7bc4, u+7d19, u+7d20, u+7d22, u+7d42, u+7d55, u+7e7c, u+7f85, u+7ffb, u+8077, u+8089, u+80cc, u+81c9, u+81f4, u+81fa, u+820a, u+822c, u+826f, u+85cd, u+86cb, u+88dc, u+8986, u+8a0e, u+8a2a, u+8a73, u+8a8c, u+8b1b, u+8b9a, u+8c50, u+8c61, u+8ca0, u+8cde, u+8cfd, u+8d8a, u+8df3, u+8e64, u+8ecd, u+8edf, u+8f38, u+8ff7, u+9000, u+9047, u+9060, u+90f5, u+9152, u+91ce, u+9280, u+9418, u+9435, u+9589, u+9592, u+9678, u+967d, u+968a, u+96aa, u+96c5, u+96d6, u+96dc, u+96f6, u+9732, u+9748, u+9802, u+9806, u+9808, u+9818, u+983b, u+984d, u+9867, u+98db, u+98f2, u+98fe, u+9a5a, u+9b06, u+9b5a, u+9bae, u+9e97, u+ff1b, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-778.BsUsxHl_.woff2) format("woff2");
    unicode-range: u+26, u+40, u+5f, u+4e14, u+4e9e, u+4ec0, u+4f4e-4f4f, u+4f73, u+4fee, u+503c, u+5047, u+514b, u+516b, u+516d, u+5178, u+520a, u+5236, u+5343, u+5347, u+534a, u+5370, u+53cd, u+53e4, u+53e6, u+53f2, u+5403, u+5411, u+5427, u+5468, u+5473, u+547d, u+552e, u+55ce, u+5740, u+57ce, u+5883, u+589e, u+5931, u+5947, u+59cb, u+5a1b, u+5b58, u+5b98, u+5ba4, u+5bc6, u+5bcc, u+5beb, u+5bf6, u+5c45, u+5c6c, u+5dee, u+5df4, u+5e03, u+5e33, u+5e6b, u+5e7e, u+5e8f, u+5e95, u+5ea7, u+5f15, u+5f62, u+5f69, u+5f80, u+5fae, u+5fb7, u+601d, u+60e0, u+614b, u+6230, u+6236, u+623f, u+628a, u+6295, u+62c9, u+6309, u+63db, u+64c7, u+64ca, u+64da, u+652f, u+6545, u+6548, u+65af, u+65e9, u+6625, u+666f, u+667a, u+670b, u+671b, u+6750, u+677f, u+6848, u+6975, u+6a13, u+6a21, u+6aa2, u+6b65, u+6b77, u+6bb5, u+6cc1, u+6ce8, u+6df1, u+6e90, u+6e96, u+6eab, u+6f14, u+6f2b, u+700f, u+706b, u+724c, u+72c0, u+7368, u+7372, u+74b0, u+756b, u+76ae, u+773c, u+78ba, u+78bc, u+798f, u+79ae, u+7a4d, u+7ae5, u+7b56, u+7b97, u+7bb1, u+7bc7, u+7c73, u+7c89, u+7d00, u+7d30, u+7d39, u+7d72, u+7dad, u+7e8c, u+7f6e, u+7fa4, u+7fa9, u+7fd2, u+8003, u+807d, u+80a1, u+80b2, u+8166, u+8208-8209, u+82e5, u+843d, u+85cf, u+85dd, u+862d, u+8857, u+8863, u+88e1, u+89ba, u+89d2, u+8a31, u+8a62, u+8a66, u+8a72, u+8abf, u+8b1d, u+8b58, u+8b70, u+8b80, u+8ca1, u+8ca8, u+8cac, u+8cbc, u+8d70, u+8da3, u+8db3, u+8ddf, u+8f03, u+8f15, u+8f2f, u+8fa6, u+8fce, u+8ffd, u+900f, u+9031, u+9069, u+908a, u+91ab, u+91cc, u+92b7, u+9322, u+932f, u+9375, u+9632, u+963f, u+9644, u+9662, u+9673, u+96a8, u+96c4, u+96d9, u+96e2-96e3, u+96f2, u+9752, u+97d3, u+97ff, u+9805, u+9810, u+986f, u+990a, u+9910, u+9928, u+9ec3, u+9ed1, u+9f8d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-779.COOANNcK.woff2) format("woff2");
    unicode-range: u+3e, u+7e, u+3000, u+300a-300b, u+3010-3011, u+4e16, u+4e26, u+4e94, u+4e9b, u+4ea4, u+4eca-4ecb, u+4efb, u+4efd, u+4f46, u+4f55, u+4f9b, u+4f9d, u+4fbf, u+505a, u+5065, u+5099, u+50cf, u+50f9, u+512a, u+5143, u+5148, u+514d, u+5152, u+5169, u+5171, u+5177, u+518a, u+5217, u+5225, u+5247, u+5275, u+529f, u+52a9, u+5305, u+5341, u+5357, u+5361, u+5373, u+53bb, u+53c3, u+53c8, u+53d6-53d7, u+53e3, u+53ea, u+53f8, u+5404, u+559c, u+5668, u+56db, u+56e0, u+5712, u+5718, u+578b, u+57fa, u+58eb, u+592a, u+5c0b, u+5c0e, u+5c11, u+5c1a, u+5c55, u+5c71, u+5df1, u+5e2b, u+5e36, u+5e97, u+5eb7, u+5ee3, u+5efa, u+5f35, u+5f37, u+5f88, u+5f9e, u+5fc5, u+606f, u+60a8, u+6232, u+624d, u+6253, u+627e, u+6280, u+62cd, u+6301, u+6307, u+6392, u+63a5, u+6539, u+653e-653f, u+6559, u+6574, u+65c5, u+6613, u+66f8, u+672a, u+6797, u+67e5, u+6a19, u+6a23, u+6b61, u+6bcf, u+6bd4, u+6c11, u+6c42, u+6d41, u+6d77, u+6d88, u+6e05, u+6e2f, u+6eff, u+7136, u+7167, u+71df, u+738b, u+73a9, u+7403, u+7531, u+7537, u+754c, u+7559, u+767d-767e, u+76f4, u+793a, u+795e, u+79c1, u+79d1, u+7a2e, u+7a31, u+7a7a, u+7ae0, u+7ba1, u+7bc0, u+7c21, u+7cfb, u+7d04-7d05, u+7d1a, u+7d44, u+7d66, u+7d71, u+7de8, u+7e3d, u+8001, u+800c, u+805e, u+8072, u+81f3, u+82b1, u+82f1, u+83ef, u+842c, u+8457, u+85a6, u+8655, u+8853, u+88ab, u+88dd, u+88fd, u+897f, u+898f, u+89aa, u+89bd, u+89c0, u+89e3, u+8a02, u+8a3b, u+8a55, u+8a8d, u+8a9e, u+8ad6, u+8b49, u+8b77, u+8b8a, u+8b93, u+8cb7, u+8ce3, u+8cea, u+8cfc, u+8f09, u+8fd1, u+9001, u+901f-9020, u+9054, u+90a3, u+914d, u+91cf, u+9304, u+95b1, u+9650, u+9664, u+969b, u+96b1, u+96c6, u+9700, u+975e, u+97f3, u+98a8, u+98df, u+9999, u+99ac, u+9a57, u+9ebc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-780.DiPYP1Ce.woff2) format("woff2");
    unicode-range: u+d, u+2b, u+7c, u+a0, u+a9, u+300c-300d, u+4e09, u+4e3b, u+4e4b, u+4e5f, u+4e86, u+4e8b-4e8c, u+4eab, u+4ed6, u+4ee3-4ee4, u+4ef6, u+4f1a, u+4f4d, u+4f60, u+4f7f, u+4f86, u+4fdd, u+4fe1, u+5011, u+50b3, u+5149, u+5167, u+5176, u+518d, u+5229, u+524d, u+529b, u+52a0, u+52d9, u+5316-5317, u+5340, u+539f, u+53ca-53cb, u+5408, u+540c-540d, u+544a, u+548c, u+54c1, u+54e1, u+5546, u+554f, u+55ae, u+56de, u+5716, u+5831, u+5834, u+5916, u+5929, u+5973, u+597d, u+5982, u+5b57, u+5b78, u+5b89, u+5b8c, u+5b9a, u+5ba2, u+5bb9, u+5be6, u+5c07-5c08, u+5c0d, u+5c31, u+5de5, u+5df2, u+5e02, u+5e38, u+5e73-5e74, u+5ea6, u+5f0f, u+5f71, u+5f8c, u+5f97, u+5feb, u+6027, u+60c5, u+60f3, u+610f, u+611b, u+611f, u+61c9, u+6210, u+6216, u+6240, u+624b, u+63a8, u+63d0, u+641c, u+6536, u+6578, u+6599, u+65b9, u+660e, u+661f, u+662d, u+66f4, u+670d, u+671f, u+6771, u+679c, u+682a, u+683c, u+689d, u+696d, u+6a02, u+6a5f, u+6b0a, u+6b21, u+6b3e, u+6b64, u+6c23, u+6c34, u+6c92, u+6cbb, u+6cd5, u+6d3b, u+7063, u+7121, u+71b1, u+7247-7248, u+7269, u+7279, u+73fe, u+7406, u+7522, u+7576, u+767b, u+76ee, u+76f8, u+770b, u+771f, u+77e5, u+793e, u+7a0b, u+7acb, u+7ad9, u+7b2c, u+7b49, u+7cbe, u+7d50, u+7d61, u+7d93, u+7dda, u+7f8e, u+8005, u+806f, u+80fd, u+81ea, u+8207, u+8272, u+865f, u+8868, u+8981, u+898b, u+8996, u+8a00, u+8a08, u+8a0a, u+8a18, u+8a2d, u+8a71, u+8aaa, u+8acb, u+8cbb, u+8cc7, u+8d77, u+8d85, u+8def, u+8eab, u+8eca, u+8f49, u+9019-901a, u+9023, u+9032, u+904a-904b, u+904e, u+9053, u+9078, u+9084, u+90e8, u+90fd, u+91cd, u+91d1, u+9577, u+9580, u+9593, u+9762, u+982d, u+984c, u+985e, u+9996, u+9ad4, u+9ad8, u+9ede, u+ff01, u+ff08-ff09, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-781.BLkVYTj3.woff2) format("woff2");
    unicode-range: u+20-22, u+27-2a, u+2c-3b, u+3f, u+41-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+bb, u+bf, u+c9, u+cd, u+d6, u+e?, u+f1-f4, u+f6, u+f9-fa, u+fc-fd, u+101, u+103, u+110-111, u+113, u+12b, u+14d, u+16b, u+1a1, u+1b0, u+1ce, u+300-301, u+1ea1, u+1ea3, u+1ebf, u+1ec7, u+2013-2014, u+2039-203a, u+203c, u+2122, u+3001-3002, u+3113-3114, u+3118, u+311a-3129, u+4e00, u+4e0a-4e0b, u+4e0d, u+4e2d, u+4eba, u+4ee5, u+4f5c, u+500b, u+5165, u+5168, u+516c, u+51fa, u+5206, u+5230, u+52d5, u+53ef-53f0, u+570b, u+5728, u+5730, u+591a, u+5927, u+5b50, u+5bb6, u+5c0f, u+5fc3, u+6211, u+6587, u+65b0, u+65bc, u+65e5, u+662f, u+6642, u+6700, u+6703, u+6708-6709, u+672c, u+6b63, u+70b9-70ba, u+751f, u+7528, u+767c, u+7684, u+7db2, u+884c, u+958b, u+95dc, u+96fb, u+9801, u+ff0c, u+ff1a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-782.wsXFATKl.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-783.BPeqkeGg.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-784.BHB4_Irs.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 400;
    src: url(./Noto_Sans_TC-300-785.BoyJ2z6D.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-681.xZ7LEb1t.woff2) format("woff2");
    unicode-range: u+1f921-1f930, u+1f932-1f935, u+1f937-1f939, u+1f940-1f944, u+1f947-1f94a, u+1f95?, u+1f962-1f967, u+1f969-1f96a, u+1f980-1f981, u+1f984-1f98d, u+1f990-1f992, u+1f994-1f996, u+1f9c0, u+1f9d0, u+1f9d2, u+1f9d4, u+1f9d6, u+1f9d8, u+1f9da, u+1f9dc-1f9dd, u+1f9df-1f9e2, u+1f9e5-1f9e6, u+20024, u+20487, u+20779, u+20c41, u+20c78, u+20d71, u+20e98, u+20ef9, u+2107b, u+210c1, u+22c51, u+233b4, u+24a12, u+2512b, u+2546e, u+25683, u+267cc, u+269f2, u+27657, u+282e2, u+2898d, u+29d5a, u+f0001-f0005, u+f0019, u+f009b, u+f0101-f0104, u+f012b, u+f01ba, u+f01d6, u+f0209, u+f0217, u+f0223-f0224, u+fc355, u+fe327, u+fe517, u+feb97, u+fffb4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-682.C_9G3Xa6.woff2) format("woff2");
    unicode-range: u+ff78-ff7e, u+ff80-ff86, u+ff89-ff94, u+ff97-ff9e, u+ffb9, u+ffe0-ffe3, u+ffe9, u+ffeb, u+ffed, u+fffc, u+1d7c7, u+1f004, u+1f0cf, u+1f141-1f142, u+1f150, u+1f154, u+1f158, u+1f15b, u+1f15d-1f15e, u+1f162-1f163, u+1f170-1f171, u+1f174, u+1f177-1f178, u+1f17d-1f17f, u+1f192-1f195, u+1f197-1f19a, u+1f1e6-1f1f5, u+1f1f7-1f1ff, u+1f21a, u+1f22f, u+1f232-1f237, u+1f239-1f23a, u+1f250-1f251, u+1f300, u+1f302-1f319
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-683.vvQZLxVE.woff2) format("woff2");
    unicode-range: u+fa0a, u+fa0c, u+fa11, u+fa17, u+fa19, u+fa1b, u+fa1d, u+fa26, u+fa2c, u+fb01, u+fdfc, u+fe0e, u+fe33-fe36, u+fe38-fe44, u+fe49-fe51, u+fe54, u+fe56-fe57, u+fe59-fe5c, u+fe5f-fe6a, u+fe8e, u+fe92-fe93, u+feae, u+fecb-fecc, u+fee0, u+feec, u+fef3, u+ff04, u+ff07, u+ff26-ff2c, u+ff31-ff32, u+ff35-ff37, u+ff39-ff3a, u+ff3c, u+ff3e-ff5b, u+ff5d, u+ff61-ff65, u+ff67-ff68, u+ff6a, u+ff6c-ff77
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-684.DhRbuB5j.woff2) format("woff2");
    unicode-range: u+f78a-f78c, u+f78e, u+f792-f796, u+f798, u+f79c, u+f7f5, u+f812, u+f815, u+f876, u+f8f5, u+f8f8, u+f8ff, u+f901-f902, u+f904, u+f906, u+f909-f90a, u+f90f, u+f914, u+f918-f919, u+f91b, u+f91d, u+f91f, u+f923, u+f925, u+f92d-f92f, u+f934, u+f937-f938, u+f93d, u+f93f, u+f941, u+f949, u+f94c, u+f94e-f94f, u+f95a, u+f95d-f95e, u+f961-f963, u+f965-f970, u+f974, u+f976-f97a, u+f97c, u+f97e-f97f, u+f981, u+f983, u+f988, u+f98a, u+f98c, u+f98e, u+f996-f997, u+f999-f99a, u+f99c, u+f99f-f9a0, u+f9a3, u+f9a8, u+f9ad, u+f9b2-f9b6, u+f9b9-f9ba, u+f9bd-f9be, u+f9c1, u+f9c4, u+f9c7, u+f9ca, u+f9cd, u+f9d0-f9d1, u+f9d3-f9d4, u+f9d7-f9d8, u+f9dc-f9dd, u+f9df-f9e1, u+f9e4, u+f9e8-f9ea, u+f9f4, u+f9f6-f9f7, u+f9f9-f9fa, u+f9fc-fa01, u+fa03-fa04, u+fa06, u+fa08-fa09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-685.lROMJsEH.woff2) format("woff2");
    unicode-range: u+9ee5, u+9ee7, u+9eee, u+9ef3-9ef4, u+9ef6-9ef7, u+9ef9, u+9efb-9efd, u+9eff, u+9f07-9f09, u+9f10, u+9f14-9f15, u+9f19, u+9f22, u+9f29, u+9f2c, u+9f2f, u+9f31, u+9f34, u+9f37, u+9f39, u+9f3d-9f3e, u+9f41, u+9f4c-9f50, u+9f54, u+9f57, u+9f59, u+9f5c, u+9f5f-9f60, u+9f62-9f63, u+9f66-9f67, u+9f6a, u+9f6c, u+9f72, u+9f76-9f77, u+9f7f, u+9f84-9f85, u+9f88, u+9f8e, u+9f91, u+9f94-9f96, u+9f98, u+9f9a-9f9b, u+9f9f-9fa0, u+9fa2, u+9fa4, u+9ff?, u+a1f4, u+a4b0-a4b1, u+a4b3, u+a9c1-a9c2, u+aa31, u+ab34, u+ac00-ac01, u+ac04, u+ac08, u+ac10-ac11, u+ac13-ac16, u+ac19, u+ac1c-ac1d, u+ac24, u+ac70-ac71, u+ac74, u+ac77-ac78, u+ac80-ac81, u+ac83, u+ac8c, u+ac90, u+aca0, u+aca8-aca9, u+acac, u+acb0, u+acb8-acb9, u+acbc-acbd, u+acc1, u+acc4, u+ace0-ace1, u+ace4, u+ace8, u+acf0-acf1, u+acf3, u+acf5, u+acfc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-686.BKS8XwDE.woff2) format("woff2");
    unicode-range: u+9d77, u+9d7a, u+9d7e, u+9d87, u+9d89, u+9d8f, u+9d91-9d93, u+9d96, u+9d98, u+9d9a, u+9da1-9da2, u+9da5, u+9da9, u+9dab-9dac, u+9db1-9db2, u+9db5, u+9db9-9dbc, u+9dbf-9dc2, u+9dc4, u+9dc7-9dc9, u+9dd3, u+9dd6, u+9dd9-9dda, u+9dde-9ddf, u+9de2, u+9de5-9de6, u+9de8, u+9def-9df0, u+9df2-9df4, u+9df8, u+9dfa, u+9dfd, u+9dff, u+9e02, u+9e07, u+9e0a, u+9e11, u+9e15, u+9e18, u+9e1a-9e1b, u+9e1d-9e1e, u+9e20-9e23, u+9e25-9e26, u+9e2d, u+9e2f, u+9e33, u+9e35, u+9e3d-9e3f, u+9e42-9e43, u+9e45, u+9e48-9e4a, u+9e4c, u+9e4f, u+9e51, u+9e55, u+9e64, u+9e66, u+9e6b, u+9e6d-9e6e, u+9e70, u+9e73, u+9e75, u+9e78, u+9e80-9e83, u+9e87-9e88, u+9e8b-9e8c, u+9e90-9e91, u+9e93, u+9e96, u+9e9d, u+9ea1, u+9ea4, u+9ea6, u+9ea9-9eab, u+9ead, u+9eaf, u+9eb4, u+9eb7-9eba, u+9ebe-9ebf, u+9ecc-9ecd, u+9ed0, u+9ed2, u+9ed4, u+9ed9-9eda, u+9edc-9edd, u+9edf-9ee0, u+9ee2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-687.CAiwKval.woff2) format("woff2");
    unicode-range: u+9bf0-9bf1, u+9bf5, u+9bf7, u+9bf9, u+9bfd, u+9bff, u+9c02, u+9c06, u+9c08-9c0a, u+9c0d, u+9c10, u+9c12-9c13, u+9c15, u+9c1c, u+9c1f, u+9c21, u+9c23-9c25, u+9c28-9c29, u+9c2d-9c2e, u+9c31-9c33, u+9c35-9c37, u+9c39-9c3b, u+9c3d-9c3e, u+9c40, u+9c42, u+9c45-9c49, u+9c52, u+9c54, u+9c56, u+9c58-9c5a, u+9c5d, u+9c5f-9c60, u+9c63, u+9c67-9c68, u+9c72, u+9c75, u+9c78, u+9c7a-9c7c, u+9c7f-9c81, u+9c87-9c88, u+9c8d, u+9c91, u+9c94, u+9c97, u+9c9b, u+9ca4, u+9ca8, u+9cab, u+9cad, u+9cb1-9cb3, u+9cb6-9cb8, u+9cc4-9cc5, u+9ccc-9ccd, u+9cd5-9cd7, u+9cdd-9cdf, u+9ce7, u+9ce9, u+9cee-9cf0, u+9cf2, u+9cfc-9cfe, u+9d03, u+9d06-9d08, u+9d0e, u+9d10, u+9d12, u+9d15, u+9d17, u+9d1d-9d1f, u+9d23, u+9d2b, u+9d2f-9d30, u+9d34, u+9d37, u+9d3d, u+9d42, u+9d50, u+9d52-9d53, u+9d59, u+9d5c, u+9d5e-9d61, u+9d6a, u+9d6f-9d70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-688.BzyXZhIG.woff2) format("woff2");
    unicode-range: u+9a87, u+9a8a-9a8b, u+9a8f-9a91, u+9a97, u+9a9a, u+9a9e, u+9aa0-9aa1, u+9aa4-9aa5, u+9aaf-9ab1, u+9ab6-9ab7, u+9ab9-9aba, u+9abe, u+9ac0-9ac5, u+9ac8, u+9acb-9acc, u+9ace-9acf, u+9ad1, u+9ad5-9ad7, u+9ad9, u+9adf, u+9ae1, u+9ae3, u+9aea-9aeb, u+9aed, u+9aef, u+9af2, u+9af4, u+9af9, u+9afb, u+9afd, u+9b03-9b04, u+9b08, u+9b13, u+9b18, u+9b1f, u+9b22-9b23, u+9b28-9b2a, u+9b2c-9b30, u+9b32, u+9b3b, u+9b43, u+9b46-9b49, u+9b4b-9b4e, u+9b51, u+9b55, u+9b58, u+9b5b, u+9b5e-9b60, u+9b63, u+9b68-9b69, u+9b74, u+9b7d, u+9b80-9b81, u+9b83-9b84, u+9b87-9b88, u+9b8a-9b8b, u+9b8d-9b8e, u+9b90, u+9b92-9b95, u+9b97, u+9b9f-9ba0, u+9ba2-9ba3, u+9ba8, u+9bab, u+9bb0, u+9bb8, u+9bc0-9bc1, u+9bc3, u+9bc6-9bc8, u+9bd3-9bd7, u+9bd9, u+9bdb, u+9bdd, u+9be1-9be2, u+9be4-9be5, u+9be7, u+9bea, u+9bed-9bee
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-689.MEYJRrxm.woff2) format("woff2");
    unicode-range: u+993c-9940, u+9943-9944, u+9948-994a, u+994c-994e, u+9951, u+9954, u+995c, u+995e-995f, u+9961-9962, u+9965, u+9968, u+996a, u+996d-9972, u+9975-9976, u+997a, u+997c, u+997f-9980, u+9984-9985, u+9988, u+998b, u+998d, u+998f, u+9992, u+9994-9995, u+9997-9998, u+999c, u+999e, u+99a0-99a1, u+99ab, u+99af, u+99b1, u+99b4, u+99b9, u+99c4-99c6, u+99cf, u+99d1-99d2, u+99d4, u+99d6, u+99d8-99d9, u+99df, u+99e1-99e2, u+99e9, u+99ee, u+99f0, u+99f8, u+99fb, u+9a01-9a05, u+9a0c, u+9a0f-9a13, u+9a16, u+9a1b-9a1c, u+9a20, u+9a24, u+9a28, u+9a2b, u+9a2d-9a2e, u+9a34-9a36, u+9a38, u+9a3e, u+9a40-9a44, u+9a4a, u+9a4c-9a4e, u+9a52, u+9a56, u+9a62-9a65, u+9a69-9a6b, u+9a6d, u+9a6f-9a71, u+9a73-9a74, u+9a76, u+9a78-9a79, u+9a7b-9a7c, u+9a7e-9a7f, u+9a81-9a82, u+9a84-9a86
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-690.CvTNEB1I.woff2) format("woff2");
    unicode-range: u+97f5, u+97f9-97fa, u+97fe, u+9804, u+9807, u+980a, u+980e-980f, u+9814, u+9816, u+981a, u+981c, u+981e, u+9820-9821, u+9823, u+9826, u+9828, u+982a-982c, u+9832, u+9834-9835, u+9837, u+9839, u+983c-983d, u+9845, u+9848-9849, u+984e, u+9852-9857, u+9859-985a, u+9862-9863, u+9865, u+9870-9871, u+9873-9874, u+9877, u+987a-987f, u+9881-9882, u+9885, u+9887-988a, u+988c-988d, u+9890, u+9893, u+9896-9897, u+989a, u+989c-989e, u+98a0, u+98a4, u+98a6-98a7, u+98a9, u+98ae-98af, u+98b2-98b3, u+98b6-98b8, u+98ba-98bd, u+98bf, u+98c7-98c8, u+98ca, u+98d2-98d3, u+98d8-98da, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5, u+98e7-98e9, u+98eb-98ee, u+98f1, u+98f4, u+9901, u+9908-9909, u+990c, u+9911-9912, u+9914, u+9916-9917, u+991b-991c, u+991e, u+9920, u+9927, u+992b-992c, u+992e, u+9931-9933, u+9938, u+993a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-691.FOKifyV7.woff2) format("woff2");
    unicode-range: u+9672, u+9674, u+967a, u+9682-9685, u+9688-9689, u+968b, u+968d, u+9695, u+9697-9698, u+969e, u+96a0-96a4, u+96a9, u+96ac, u+96ae, u+96b0, u+96b2-96b4, u+96b6-96b7, u+96b9, u+96bc-96be, u+96c3, u+96c9-96cb, u+96ce-96cf, u+96d1-96d2, u+96d8, u+96dd, u+96e9, u+96eb, u+96f0-96f1, u+96f3-96f4, u+96f9, u+96fe-96ff, u+9701-9702, u+9705, u+9708, u+970a, u+970e-9711, u+9719, u+971d, u+971f-9720, u+9728, u+972a, u+972d, u+9730, u+9733, u+973a, u+973d, u+9744, u+9746-9747, u+9749, u+9750-9751, u+9753, u+9758-9759, u+975b, u+975d, u+9763, u+9765-9766, u+9768, u+976c-976d, u+9771, u+9773, u+9776, u+977a, u+977c, u+9780, u+9784-9786, u+9788, u+978e-978f, u+9798, u+979d-979e, u+97a3, u+97a5-97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b6-97b7, u+97b9, u+97bf, u+97c1, u+97c3, u+97c6, u+97c9, u+97cd, u+97d6, u+97d8-97d9, u+97dc-97de, u+97e1, u+97e6-97e7, u+97ec-97ee, u+97f0-97f1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-692.BINvHwki.woff2) format("woff2");
    unicode-range: u+9530, u+9535, u+953a-953b, u+9540-9542, u+9547, u+9549-954a, u+954d, u+9550-9551, u+9554-9556, u+955c, u+956c-956d, u+956f-9570, u+9573, u+9576, u+9578, u+9582, u+9586, u+9588, u+958e-958f, u+9599, u+959c, u+959e-959f, u+95a1-95a2, u+95a4, u+95a6-95a7, u+95aa-95ae, u+95b0, u+95b2, u+95b6, u+95b9-95bf, u+95c2-95c4, u+95c7-95c9, u+95cb-95cd, u+95d0, u+95d3-95d5, u+95d7-95d8, u+95da, u+95de, u+95e0-95e1, u+95e4-95e5, u+95ea-95eb, u+95ef-95f0, u+95f2-95f3, u+95f5, u+95f7-95fa, u+95fd, u+9600-9602, u+9607-9609, u+960e, u+9610-9611, u+9614, u+9616, u+9619-961a, u+961c-961d, u+961f, u+9621, u+9624, u+9628, u+962f, u+9633-9636, u+963c, u+9641-9643, u+9645, u+9647-9648, u+964e-964f, u+9651, u+9653-9655, u+9658, u+965b-965f, u+9661, u+9665, u+9668-9669, u+966c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-693.B5it3OQw.woff2) format("woff2");
    unicode-range: u+941a, u+941c, u+941e, u+9420-9425, u+9427-942b, u+942e, u+9432-9433, u+9436, u+9438, u+943a, u+943d, u+943f-9440, u+9445, u+944a, u+944c, u+9454-9455, u+945a-945b, u+945e, u+9460, u+9462-9463, u+9468, u+946a, u+946d, u+946f, u+9471, u+9474-9477, u+9479, u+947e-9481, u+9488-948a, u+948e, u+9492-9493, u+9497, u+9499, u+949b-94a3, u+94a5-94a9, u+94ac, u+94ae-94b1, u+94b3-94b5, u+94bb-94bc, u+94be-94c3, u+94c5-94c6, u+94c9, u+94ce-94d0, u+94db-94dd, u+94e0, u+94e2-94e3, u+94e8, u+94ec-94ee, u+94f0, u+94f2, u+94f5-94f6, u+94f8, u+94fa, u+94ff-9502, u+9504-9506, u+9508, u+950b-950c, u+950f-9510, u+9519-951b, u+951d, u+951f, u+9521-9526, u+952d-952f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-694.4Iq9jwZh.woff2) format("woff2");
    unicode-range: u+930b, u+930f, u+9312, u+9315, u+9319-931b, u+931d-931f, u+9321, u+9323-9325, u+9327-932a, u+932c-932e, u+9331-9333, u+9335, u+9338, u+933c, u+9340-9341, u+9345-9349, u+934f-9352, u+9354, u+9356-935a, u+935c-9360, u+9363-9367, u+9369-936a, u+936c, u+936e, u+9370-9371, u+9373, u+9376, u+9379-937a, u+937c, u+9385, u+9387, u+938c, u+938f, u+9394, u+9397-9398, u+939a-939b, u+939d-939e, u+93a1-93a3, u+93a6-93a7, u+93a9-93aa, u+93ac-93ad, u+93af-93b0, u+93b3-93bb, u+93bd-93be, u+93c0-93c4, u+93c7, u+93ca-93cd, u+93d0-93d1, u+93d6-93d8, u+93dc-93de, u+93e0, u+93e4, u+93e8, u+93ee, u+93f0, u+93f5, u+93f7-93f9, u+93fb, u+9403, u+9407, u+940f-9410, u+9413-9414, u+9417, u+9419
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-695.D0YcOBTg.woff2) format("woff2");
    unicode-range: u+9208-920a, u+920d-920e, u+9210-9211, u+9217, u+9219, u+921c, u+9221, u+9224-9225, u+9227, u+922a, u+922d-922e, u+9230-9231, u+9233, u+9235-9239, u+923b, u+923d-9241, u+9244, u+9246, u+9248-9249, u+924b-9251, u+9253, u+925a, u+925d-925e, u+9262, u+9265-9267, u+926b-926d, u+926f, u+9271-9272, u+9274, u+9276, u+9278, u+927a-927c, u+927e-927f, u+9282-9283, u+9286, u+9288, u+928a, u+928d-928e, u+9291, u+9295-9296, u+9299-929b, u+929d, u+92a0-92ae, u+92b2, u+92b5-92b6, u+92bb-92bc, u+92c2-92c3, u+92c6-92cd, u+92cf-92d1, u+92d5, u+92d7, u+92d9, u+92dd, u+92df, u+92e4-92e6, u+92e8-92e9, u+92ed-92ef, u+92f1-92f3, u+92f6, u+92f9, u+92fb, u+9300-9302, u+9306
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-696.9XcLAO8J.woff2) format("woff2");
    unicode-range: u+90e2-90e4, u+90ea-90eb, u+90ef, u+90f4, u+90f7-90f8, u+90fc, u+90fe-9100, u+9102, u+9104, u+9106, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9129, u+912b, u+912f, u+9131-9132, u+9134, u+9136, u+9139-913a, u+9143, u+9146, u+9148-914a, u+914e-9150, u+9154, u+9156-9157, u+9159-915a, u+915d-915e, u+9161-9164, u+916b, u+916e, u+9170-9172, u+9174, u+9176, u+9179-917a, u+917f, u+9181-9182, u+9184-9186, u+918c-918e, u+9190-9191, u+9196, u+919a-919b, u+919e, u+91a1-91a4, u+91a7, u+91aa, u+91ae-91b2, u+91b4-91b5, u+91b8, u+91bd-91be, u+91c1, u+91c3, u+91c5-91c6, u+91c8-91ca, u+91d2-91d5, u+91d7, u+91d9, u+91e1, u+91e4, u+91e6-91e9, u+91ec-91ed, u+91f0-91f1, u+91f5-91fa, u+91fd, u+91ff-9201, u+9203-9207
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-697.-seGNNbL.woff2) format("woff2");
    unicode-range: u+8f85-8f86, u+8f88-8f8a, u+8f8d, u+8f90, u+8f93, u+8f95-8f97, u+8f99, u+8f9e-8f9f, u+8fa2, u+8fa7, u+8fa9, u+8fab, u+8fae, u+8fb3, u+8fb5-8fb6, u+8fba-8fbd, u+8fbf, u+8fc1-8fc2, u+8fc6, u+8fc8, u+8fcc-8fcd, u+8fd2-8fd3, u+8fd5, u+8fdc-8fdd, u+8fdf, u+8fe2-8fe5, u+8fe8-8fe9, u+8fed-8fee, u+8ff3, u+8ff5, u+8ff8, u+8ffa-8ffc, u+8ffe, u+9002, u+9004, u+9008, u+900a-900b, u+9011-9013, u+9016, u+901e, u+9021, u+9024, u+902d, u+902f-9030, u+9034-9036, u+9039-903b, u+9041, u+9044-9045, u+904f-9052, u+9057-9058, u+905b, u+905d, u+9061-9062, u+9065, u+9068, u+906f, u+9074, u+9079, u+907d, u+9083, u+9085, u+9087-9089, u+908b, u+9090, u+9093, u+9095, u+9097, u+9099, u+909b, u+909d-909e, u+90a0-90a2, u+90ac, u+90af-90b0, u+90b2-90b4, u+90b6, u+90b9, u+90bb, u+90bd-90be, u+90c3-90c5, u+90c7, u+90d1, u+90d4-90d5, u+90d7, u+90db-90df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-698.DfFbVspF.woff2) format("woff2");
    unicode-range: u+8e30-8e31, u+8e35, u+8e39, u+8e3c-8e3d, u+8e40-8e42, u+8e47, u+8e49-8e4e, u+8e50, u+8e53-8e55, u+8e59-8e5b, u+8e60, u+8e62-8e63, u+8e67, u+8e69, u+8e6c-8e6d, u+8e6f, u+8e74, u+8e76, u+8e7a-8e7c, u+8e82, u+8e84-8e85, u+8e87, u+8e89-8e8b, u+8e8f-8e95, u+8e99-8e9a, u+8e9d-8e9e, u+8ea1, u+8ea3, u+8ea5-8ea6, u+8eaa, u+8eac-8ead, u+8eaf-8eb1, u+8eb9, u+8ebc, u+8ebe, u+8ec6, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8ed7, u+8eda-8edb, u+8ee2, u+8ee8, u+8eeb, u+8ef2, u+8ef9-8efe, u+8f05, u+8f07-8f08, u+8f0a-8f0c, u+8f12-8f13, u+8f17, u+8f19-8f1a, u+8f1c, u+8f1e-8f1f, u+8f25-8f26, u+8f2d, u+8f30, u+8f33, u+8f36, u+8f3e, u+8f40-8f42, u+8f45-8f47, u+8f4d, u+8f54-8f55, u+8f5d, u+8f61-8f62, u+8f64, u+8f67-8f69, u+8f6d-8f72, u+8f74, u+8f76, u+8f7b-8f7c, u+8f7f, u+8f83-8f84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-699.BDOBTfsu.woff2) format("woff2");
    unicode-range: u+8ce1, u+8ce8, u+8ceb, u+8cf0, u+8cf8, u+8cfb, u+8cfe, u+8d04, u+8d07, u+8d0b, u+8d0d, u+8d10, u+8d12-8d14, u+8d17, u+8d1b-8d1f, u+8d21-8d26, u+8d29-8d2c, u+8d2e-8d32, u+8d34-8d35, u+8d37-8d38, u+8d3a-8d3c, u+8d3e-8d3f, u+8d41-8d43, u+8d48, u+8d4b-8d4c, u+8d4e-8d50, u+8d54, u+8d56, u+8d58, u+8d5a-8d5b, u+8d5f-8d60, u+8d62-8d63, u+8d66-8d69, u+8d6c-8d6e, u+8d73, u+8d75-8d76, u+8d7b, u+8d7d, u+8d84, u+8d8b, u+8d90-8d91, u+8d94, u+8d96, u+8d9c, u+8dab, u+8daf, u+8db2, u+8db5, u+8db7, u+8dba, u+8dbc, u+8dbf, u+8dc2-8dc3, u+8dc6, u+8dcb, u+8dce-8dd0, u+8dd6-8dd7, u+8dda-8ddb, u+8de3-8de4, u+8de9, u+8deb-8dec, u+8df1, u+8df5-8df7, u+8dfa-8dfd, u+8e05, u+8e08-8e0a, u+8e0e, u+8e14, u+8e16, u+8e18, u+8e1d-8e21, u+8e23, u+8e26-8e28, u+8e2a-8e2b, u+8e2d-8e2e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-700.CgFyYmr0.woff2) format("woff2");
    unicode-range: u+8b9c, u+8b9e-8b9f, u+8ba3, u+8ba5, u+8ba7, u+8baa, u+8bad, u+8bb2-8bb4, u+8bb6-8bb9, u+8bbc-8bbd, u+8bbf-8bc0, u+8bc3, u+8bc5, u+8bc8-8bcb, u+8bcf, u+8bd1, u+8bd7-8bdc, u+8bde-8be1, u+8be3, u+8be5, u+8be7, u+8be9, u+8beb-8bec, u+8bef, u+8bf1-8bf2, u+8bf5-8bf6, u+8bf8, u+8bfa, u+8bfd-8bfe, u+8c01-8c02, u+8c05, u+8c08, u+8c0a-8c11, u+8c13-8c15, u+8c18-8c1c, u+8c1f, u+8c23-8c29, u+8c2c-8c2d, u+8c31, u+8c34, u+8c36, u+8c39, u+8c3f, u+8c47, u+8c49-8c4c, u+8c4f, u+8c51, u+8c55, u+8c62, u+8c68, u+8c73, u+8c78, u+8c7a-8c7c, u+8c82, u+8c85, u+8c89-8c8a, u+8c8d-8c8e, u+8c90, u+8c94, u+8c98-8c99, u+8ca3-8ca4, u+8cad-8cb0, u+8cb2, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc5, u+8ccf-8cd2, u+8cd4-8cd5, u+8cd9-8cdb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-701.BPhVPRu9.woff2) format("woff2");
    unicode-range: u+8a1b, u+8a22, u+8a25, u+8a27, u+8a2b, u+8a33, u+8a36, u+8a38, u+8a3d-8a3e, u+8a41, u+8a45-8a46, u+8a48, u+8a4e, u+8a51-8a52, u+8a54, u+8a56-8a58, u+8a5b, u+8a5d, u+8a61, u+8a63, u+8a67, u+8a6a-8a6c, u+8a70, u+8a74-8a76, u+8a7a-8a7c, u+8a82, u+8a84-8a86, u+8a89, u+8a8f-8a92, u+8a94, u+8a9a, u+8aa1, u+8aa3, u+8aa5, u+8aa7-8aa8, u+8aad, u+8ab1, u+8ab6, u+8abe, u+8ac2, u+8ac4, u+8ac6, u+8ac9, u+8acc-8acf, u+8ad1, u+8adb, u+8add-8ae2, u+8ae4, u+8ae6, u+8aea-8aeb, u+8aed, u+8af1-8af6, u+8afa, u+8afc, u+8b01, u+8b04-8b05, u+8b07, u+8b0b-8b0d, u+8b0f-8b10, u+8b13-8b14, u+8b16, u+8b1a, u+8b1c, u+8b21-8b22, u+8b26, u+8b28, u+8b2b, u+8b2e, u+8b33, u+8b41, u+8b46, u+8b4c-8b4f, u+8b53-8b54, u+8b56, u+8b59, u+8b5e-8b60, u+8b64, u+8b6a-8b6d, u+8b72, u+8b7e, u+8b83, u+8b89, u+8b8c, u+8b8e, u+8b90, u+8b92, u+8b95-8b96, u+8b99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-702.Dn-p4UoP.woff2) format("woff2");
    unicode-range: u+88b7-88b8, u+88bc-88be, u+88c0, u+88c4, u+88c6-88c7, u+88c9-88cc, u+88ce, u+88d2, u+88d6, u+88d8, u+88db, u+88df, u+88e4, u+88e8-88e9, u+88ec, u+88ef-88f1, u+88f3-88f5, u+88fc, u+88fe, u+8900, u+8902, u+8906, u+890a-890c, u+8912-8915, u+8918-891a, u+891f, u+8921, u+8923, u+8925, u+892a-892b, u+892d, u+8930, u+8933, u+8935-8936, u+8938, u+893d, u+8941-8943, u+8946-8947, u+8949, u+894c-894d, u+8956-8957, u+8959, u+895c, u+895e-8960, u+8964, u+8966, u+896c, u+8971, u+8974, u+897b, u+897e, u+8980, u+8982-8983, u+8987-8988, u+898a, u+898c, u+8991, u+8994-8995, u+8997-8998, u+899a, u+899c, u+89a1, u+89a4-89a7, u+89a9, u+89ac, u+89af, u+89b2-89b3, u+89b7, u+89bb, u+89bf, u+89c5, u+89c9-89ca, u+89d1, u+89d4-89d5, u+89da, u+89dc-89de, u+89e5-89e7, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89ff, u+8a01, u+8a03, u+8a07, u+8a09, u+8a0c, u+8a0f-8a12, u+8a16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-703.CdHTsWMl.woff2) format("woff2");
    unicode-range: u+8763-8765, u+8768, u+876a, u+876c-8770, u+8772, u+8777, u+877a-877b, u+877d, u+8781, u+8784-8785, u+8788, u+878b, u+8793, u+8797-8798, u+879f, u+87a3, u+87a8, u+87ab-87ad, u+87af, u+87b3, u+87b5, u+87b9, u+87bb, u+87bd-87c0, u+87c4-87c8, u+87ca-87cc, u+87ce, u+87d2, u+87db-87dc, u+87e0-87e1, u+87e3, u+87e5, u+87e7, u+87ea-87eb, u+87ee-87ef, u+87f3-87f4, u+87f6-87f7, u+87fe, u+8802-8806, u+880a-880b, u+880e, u+8810-8811, u+8813, u+8815-8816, u+881b, u+8821, u+8823, u+8827, u+8831-8832, u+8835, u+8839-883a, u+883c, u+8844-8846, u+884a, u+884e, u+8852, u+8854-8856, u+8859-885a, u+885e, u+8862, u+8864-8865, u+8869-886a, u+886c-886e, u+8871-8872, u+8875, u+8879, u+887d-887f, u+8882, u+8884-8885, u+8888, u+8890, u+8892-8893, u+8897-8898, u+889a-889c, u+889e, u+88a2, u+88a4, u+88a8, u+88aa, u+88ad-88ae, u+88b1, u+88b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-704.y7ieV0TH.woff2) format("woff2");
    unicode-range: u+8621-8622, u+8627, u+8629-862a, u+8634-8636, u+8638, u+863a, u+863c, u+8640, u+8642, u+8646, u+864c-864d, u+864f, u+8651-8654, u+8657, u+8659-865a, u+865c, u+8662, u+866b-866c, u+866f-8671, u+8673, u+8677, u+867a-867b, u+867d-867e, u+8680-8682, u+868b-868d, u+8693-8696, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a7-86aa, u+86af-86b1, u+86b3-86b4, u+86b6, u+86b9-86ba, u+86c0-86c2, u+86c4, u+86c6, u+86c9-86ca, u+86cc-86ce, u+86d0, u+86d3-86d4, u+86de-86df, u+86e9, u+86ed-86f0, u+86f3, u+86f8-86fc, u+86fe, u+8703, u+8706-870a, u+870d-870e, u+8711-8712, u+8715, u+8717, u+8719-871a, u+871e, u+8721-8723, u+8725, u+8728-8729, u+872e, u+8731, u+8734, u+8737, u+873a, u+873e-8740, u+8742, u+8747, u+8749, u+874b-874c, u+874e-874f, u+8753, u+8757-8758, u+875d, u+875f, u+8761-8762
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-705.BKUT1tDB.woff2) format("woff2");
    unicode-range: u+84c0, u+84c2, u+84c6-84c7, u+84ca, u+84cd-84d2, u+84d6, u+84dd, u+84df, u+84e2, u+84e6-84e8, u+84ea, u+84ef-84f0, u+84f3-84f4, u+84f7, u+84fa, u+84fc-84fd, u+84ff-8500, u+8506, u+850c, u+8511, u+8515, u+8517, u+851d-851f, u+8524, u+852b, u+852f, u+8532, u+8534-8535, u+8537-8538, u+853a, u+853c, u+853e, u+8541-8542, u+8545, u+8548, u+854b, u+854d-854e, u+8552-8553, u+8555-8558, u+855a, u+855e, u+8561-8565, u+8568, u+856a-856c, u+856f, u+8574, u+8577-857b, u+8580-8581, u+8585-8586, u+858a, u+858c, u+858f-8590, u+8594, u+8597-8599, u+859c, u+859f, u+85a1-85a2, u+85a4, u+85a8, u+85ab-85ac, u+85ae, u+85b3-85b4, u+85b7, u+85b9-85ba, u+85bd-85be, u+85c1-85c2, u+85cb, u+85ce, u+85d0, u+85d3, u+85d5, u+85dc, u+85e0, u+85e6, u+85e8, u+85ea, u+85ed, u+85f4, u+85f6-85f7, u+85f9-85fa, u+85ff, u+8602, u+8604-8605, u+8610, u+8616-8618, u+861a, u+861e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-706.BuRtNj3s.woff2) format("woff2");
    unicode-range: u+8380, u+8383, u+8385-8386, u+8392, u+8394-8395, u+8398-8399, u+839b-839c, u+83a0, u+83a2, u+83a4, u+83a7-83aa, u+83af-83b5, u+83b7, u+83b9-83ba, u+83bc-83c0, u+83c2, u+83c4-83c5, u+83c8-83c9, u+83cb, u+83ce-83cf, u+83d1, u+83d4-83d6, u+83d8, u+83dd, u+83df, u+83e1-83e2, u+83e5, u+83ea-83eb, u+83f0, u+83f3-83f4, u+83f9, u+83fb-83fe, u+8406-8407, u+840b, u+840f, u+8411, u+8413, u+8418, u+841b-841d, u+8420-8421, u+8423-8424, u+8426-8429, u+842b, u+842d-842e, u+8432-8433, u+8435, u+8437-8439, u+843b-843c, u+843e, u+8445-8447, u+844e, u+8451-8452, u+8456, u+8459-845a, u+845c, u+845f, u+8462, u+8466-8467, u+846d, u+846f-8471, u+8473-8474, u+8476-8478, u+847a, u+8484, u+848b, u+848d-848e, u+8493-8494, u+8497, u+849d, u+849f, u+84a1, u+84a8, u+84af, u+84b1, u+84b4, u+84b9-84bb, u+84bd-84bf
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-707.DB5PlooA.woff2) format("woff2");
    unicode-range: u+827d, u+827f, u+8283-8284, u+8288-828a, u+828d-8291, u+8293-8294, u+8298, u+829a-829c, u+829e-82a4, u+82a6-82ab, u+82ae, u+82b0, u+82b4, u+82b6, u+82ba-82bc, u+82be, u+82c1, u+82c4-82c5, u+82c7, u+82cb, u+82cd, u+82cf-82d0, u+82d2, u+82d5-82d6, u+82d9, u+82db-82dc, u+82de-82e1, u+82e3-82e4, u+82e7, u+82ea-82eb, u+82ef-82f0, u+82f3-82f4, u+82f6-82f7, u+82f9-82fc, u+82fe-8301, u+8306-8308, u+830b-830e, u+8316, u+8318, u+831a-831b, u+831d-831e, u+8327, u+832a, u+832c-832d, u+832f, u+8331, u+8333-8334, u+8337, u+833a-833c, u+833f-8340, u+8342, u+8344-8347, u+834b-834c, u+834f, u+8351, u+8356-8358, u+835a, u+835e-8361, u+8363-8364, u+8367-8368, u+836b, u+836f, u+8373, u+8375, u+8378, u+837a-837f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-708.B9txB5o2.woff2) format("woff2");
    unicode-range: u+811b, u+811e, u+8121-8127, u+8129, u+812c, u+812f-8134, u+8137-8138, u+813a, u+813d, u+8144, u+8146, u+8148, u+814a, u+814c-814d, u+8151, u+8153, u+8156, u+8158, u+815a, u+8160, u+8167, u+8169, u+816d, u+816f, u+8171, u+8174, u+817b-817c, u+817e, u+8182, u+8188, u+818a, u+8194-8195, u+8198, u+819b, u+819e, u+81a3, u+81a6-81a7, u+81ab, u+81af-81b0, u+81b5-81b6, u+81b8, u+81ba-81bb, u+81be-81bf, u+81c3, u+81c6, u+81ca, u+81cc, u+81cf, u+81d1-81d3, u+81d6-81d7, u+81d9-81da, u+81dd-81de, u+81e0-81e2, u+81e7, u+81ec, u+81ef, u+81fc, u+81fe, u+8200-8202, u+8204-8206, u+820b, u+820e, u+8210, u+8215, u+8217-8218, u+821b, u+821d, u+8221-8222, u+8224, u+8228-8229, u+822b, u+822f-8234, u+8236-8238, u+823a, u+823e, u+8240, u+8244-8245, u+8249, u+824b, u+824e-824f, u+8257, u+825a, u+825f, u+8264, u+8268, u+826b, u+826e, u+8270, u+8273, u+8276, u+8278-8279
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-709.BzbU2YNq.woff2) format("woff2");
    unicode-range: u+7fb8, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fcb-7fcc, u+7fce-7fcf, u+7fd1, u+7fd5, u+7fd8, u+7fdb, u+7fde-7fdf, u+7fe5-7fe6, u+7fe9, u+7feb-7fec, u+7fee, u+7ff2-7ff3, u+7ffa, u+7ffd-7ffe, u+8002, u+8004, u+8006, u+800b, u+800e, u+8011-8012, u+8014, u+8016, u+8018-8019, u+801c, u+8024, u+8026, u+8028, u+802c, u+8030, u+8035, u+8037-8039, u+803b, u+8042-8043, u+804b-804c, u+8052, u+8061, u+8068, u+806a, u+806e, u+8071, u+8073-8076, u+8079, u+807c, u+807e-807f, u+8083-8084, u+808f, u+8093, u+8095, u+8098, u+809c, u+809f-80a0, u+80a4, u+80a7, u+80ab, u+80ad-80ae, u+80b0-80b1, u+80b4-80b6, u+80b8, u+80bc-80c2, u+80c4, u+80c6-80c7, u+80cb, u+80cd, u+80cf, u+80d4, u+80d7, u+80d9, u+80db-80dd, u+80e0, u+80e3-80e5, u+80e7, u+80eb-80ed, u+80ef-80f1, u+80f3-80f4, u+80f6-80f7, u+80fc, u+80fe-80ff, u+8101, u+8107, u+8109, u+810f-8113, u+8115, u+8117-8118, u+811a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-710.BxCUuOgF.woff2) format("woff2");
    unicode-range: u+7eb3, u+7eb5-7eba, u+7ebd-7ebe, u+7ec0-7ec1, u+7ec3, u+7ec5, u+7ec7-7eca, u+7ecd-7ece, u+7ed1-7ed2, u+7ed4-7ed5, u+7ed7-7ed8, u+7eda-7edb, u+7edd-7ede, u+7ee2-7ee3, u+7ee5, u+7ee7, u+7ee9-7eeb, u+7eee-7ef0, u+7ef3, u+7ef5, u+7ef7-7ef8, u+7efd-7f01, u+7f03, u+7f05-7f09, u+7f0e, u+7f10, u+7f13-7f15, u+7f18-7f1a, u+7f1c-7f1d, u+7f20, u+7f24-7f25, u+7f28-7f2a, u+7f2d-7f2e, u+7f30, u+7f34, u+7f36-7f37, u+7f3d, u+7f42-7f45, u+7f47-7f4e, u+7f52, u+7f54, u+7f58, u+7f5a, u+7f5d, u+7f5f-7f63, u+7f65, u+7f68, u+7f6b, u+7f78, u+7f7d-7f7e, u+7f81-7f83, u+7f86-7f87, u+7f8b-7f8d, u+7f91, u+7f93-7f95, u+7f97, u+7f99-7f9a, u+7f9d, u+7f9f, u+7fa1-7fa3, u+7fa5, u+7fa7, u+7fad-7fb2, u+7fb4, u+7fb6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-711.QnXeXKeq.woff2) format("woff2");
    unicode-range: u+7d8c-7d8f, u+7d91, u+7d95-7d96, u+7d98-7d9a, u+7d9d-7d9e, u+7da2-7da3, u+7da6, u+7daa, u+7dac, u+7dae-7db0, u+7db3, u+7db5, u+7db7, u+7db9, u+7dbd, u+7dc1, u+7dc3-7dc7, u+7dcc-7dcf, u+7dd1, u+7dd6-7dd9, u+7ddb-7ddc, u+7de1-7de2, u+7de6, u+7df0-7df3, u+7df6, u+7dfe, u+7e01-7e02, u+7e04, u+7e08-7e0b, u+7e10-7e11, u+7e13, u+7e15, u+7e1d-7e20, u+7e22, u+7e25-7e27, u+7e29, u+7e2d, u+7e2f-7e30, u+7e32-7e37, u+7e39, u+7e3b, u+7e44-7e45, u+7e47-7e48, u+7e4a-7e4b, u+7e4d, u+7e50-7e52, u+7e56, u+7e58-7e5b, u+7e62, u+7e68, u+7e6d-7e70, u+7e76, u+7e78, u+7e7b, u+7e7e, u+7e81-7e82, u+7e86-7e88, u+7e8a, u+7e8d-7e8e, u+7e92-7e94, u+7e98-7e9b, u+7e9e, u+7ea0, u+7ea3-7ea4, u+7ea8, u+7eaa-7eaf, u+7eb1-7eb2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-712.Bt_BjVaT.woff2) format("woff2");
    unicode-range: u+7c23, u+7c25-7c26, u+7c2a-7c2b, u+7c37-7c39, u+7c40-7c41, u+7c48-7c49, u+7c50, u+7c53-7c54, u+7c56-7c57, u+7c59-7c5c, u+7c5f, u+7c63, u+7c65, u+7c69, u+7c6c-7c6e, u+7c74-7c75, u+7c79, u+7c7c, u+7c7e, u+7c84, u+7c8b, u+7c8d, u+7c91, u+7c94-7c95, u+7c9b, u+7c9f, u+7ca2, u+7ca4, u+7ca6, u+7ca8-7caa, u+7cae, u+7cb1-7cb3, u+7cba, u+7cbc, u+7cbf-7cc0, u+7cc5, u+7cc8-7cc9, u+7ccc-7cce, u+7cd7, u+7cdc-7cdd, u+7ce0, u+7ce2, u+7ce8, u+7cea, u+7ced, u+7cf2, u+7cf4, u+7cf6, u+7cf8-7cfa, u+7cfc, u+7d02, u+7d06-7d0a, u+7d0f, u+7d11-7d12, u+7d15, u+7d18, u+7d1c-7d1e, u+7d25, u+7d27, u+7d29, u+7d2c, u+7d31-7d32, u+7d35, u+7d38, u+7d3a, u+7d3c, u+7d3e-7d41, u+7d43, u+7d45, u+7d4c, u+7d4e-7d4f, u+7d53-7d54, u+7d56, u+7d5b-7d5d, u+7d5f, u+7d63, u+7d67, u+7d6a, u+7d6d, u+7d70, u+7d73, u+7d75, u+7d79-7d7b, u+7d7d, u+7d80, u+7d83-7d84, u+7d86-7d89, u+7d8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-713.BZ3UA0dk.woff2) format("woff2");
    unicode-range: u+7afd-7afe, u+7b01-7b06, u+7b09-7b0b, u+7b0e-7b10, u+7b14, u+7b18, u+7b1a, u+7b1e-7b1f, u+7b22-7b25, u+7b29-7b2b, u+7b2d-7b2e, u+7b31-7b35, u+7b38-7b3c, u+7b45, u+7b47-7b48, u+7b4a, u+7b4c, u+7b4e-7b50, u+7b58, u+7b5b, u+7b5d, u+7b60, u+7b62, u+7b65-7b67, u+7b69, u+7b6d-7b6f, u+7b72-7b76, u+7b79, u+7b7e, u+7b82, u+7b84-7b85, u+7b87, u+7b8b, u+7b8d-7b93, u+7b95-7b96, u+7b98, u+7b9c-7b9d, u+7ba0, u+7ba7, u+7ba9-7bac, u+7bb0, u+7bb4, u+7bb6, u+7bb8-7bb9, u+7bc1, u+7bc3, u+7bc6, u+7bcb-7bcc, u+7bcf, u+7bd4, u+7bd9-7bdb, u+7bdd, u+7be0-7be1, u+7be5-7be6, u+7bea, u+7bed-7bee, u+7bf1-7bf3, u+7bf8-7bf9, u+7bfc-7c01, u+7c03, u+7c07, u+7c0a-7c0d, u+7c0f, u+7c11-7c12, u+7c15, u+7c1e-7c20
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-714.DsALZIBY.woff2) format("woff2");
    unicode-range: u+798a-798b, u+7991, u+7993-7996, u+7998, u+799a-799b, u+799f-79a2, u+79a4, u+79a8-79a9, u+79af-79b0, u+79b3, u+79b5, u+79b8, u+79ba, u+79c3, u+79c6, u+79c8, u+79cf, u+79d5-79d6, u+79dc-79de, u+79e3, u+79e7, u+79ea-79ed, u+79ef-79f0, u+79f4, u+79f6-79f8, u+79fd, u+7a02-7a03, u+7a08-7a0a, u+7a0c, u+7a0e, u+7a10-7a11, u+7a14, u+7a17-7a19, u+7a1c, u+7a1e-7a1f, u+7a23, u+7a26, u+7a2d, u+7a32-7a33, u+7a37, u+7a39, u+7a3c, u+7a42, u+7a45, u+7a49, u+7a4f, u+7a56, u+7a5a, u+7a5c, u+7a60-7a61, u+7a63, u+7a68, u+7a6d-7a6e, u+7a70-7a71, u+7a77-7a79, u+7a80, u+7a83, u+7a85-7a86, u+7a88, u+7a8d, u+7a90-7a91, u+7a93-7a96, u+7a98, u+7a9c-7a9d, u+7aa0, u+7aa3, u+7aa5-7aa6, u+7aa8, u+7aaa, u+7aac, u+7ab0, u+7ab3, u+7ab6, u+7ab8, u+7abb, u+7abe-7abf, u+7ac2, u+7ac8-7ac9, u+7ad1-7ad2, u+7ad6, u+7ada, u+7adc-7ade, u+7ae4, u+7ae6, u+7ae9-7aeb, u+7af4, u+7af8, u+7afa-7afb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-715.Bf_M1uCa.woff2) format("woff2");
    unicode-range: u+7842-7843, u+7845, u+7847, u+784a, u+784c-7850, u+7852-7853, u+7855, u+7858, u+785a, u+785c-785d, u+7864, u+7866, u+7868, u+786a, u+786f, u+7874, u+7876, u+787c, u+787f, u+7886-7887, u+7889, u+788d, u+788f, u+7893, u+7895-7896, u+7898, u+789a, u+789e, u+78a1, u+78a3, u+78a5, u+78aa, u+78ad, u+78b1-78b2, u+78b4, u+78b6, u+78b8, u+78be, u+78c8-78c9, u+78cb, u+78ce, u+78d0-78d1, u+78d4-78d5, u+78d7-78d8, u+78de, u+78e3, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78fa-78fb, u+78fd-7900, u+7904-7906, u+790a, u+790c, u+7910-7912, u+791c, u+791e, u+7920-7921, u+792a-792c, u+792e, u+7931, u+7934, u+7938, u+793b, u+793d, u+793f, u+7941-7942, u+7945-7947, u+7949, u+794c, u+794e, u+7953-7954, u+7957-795c, u+795f, u+7961-7962, u+7964, u+7967, u+7969, u+796b-796c, u+796f, u+7972-7973, u+7977-7979, u+797b-797c, u+797e, u+7980, u+7982, u+7984-7988
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-716.CZnAdlND.woff2) format("woff2");
    unicode-range: u+7707-7708, u+770a, u+770c, u+770f, u+7715, u+7719-771b, u+771d-771e, u+7722, u+7725-7726, u+7728, u+772d, u+772f, u+7733-7736, u+7738, u+773b, u+773d, u+7741, u+7744, u+7746, u+774c, u+774e-7752, u+7755, u+7759-775a, u+775f-7760, u+7762, u+7765-7766, u+7768-776a, u+776c-776e, u+7771, u+7778, u+777a, u+777d-777e, u+7780, u+7785, u+7787, u+7789, u+778b-778d, u+7791-7793, u+779c, u+779f-77a0, u+77a2, u+77a5, u+77a9, u+77b0-77b1, u+77b4, u+77b6-77b7, u+77b9, u+77bc-77bf, u+77c5, u+77c7, u+77cc-77cd, u+77d3, u+77d6-77d7, u+77dc, u+77de, u+77e3, u+77e7, u+77eb-77ec, u+77f0, u+77f2, u+77f6, u+77f8, u+77fa-77fc, u+77fe-7800, u+7803, u+7805-7806, u+7809, u+7810-7812, u+7815-7816, u+781a, u+781c-781d, u+781f-7823, u+7825-7827, u+7829, u+782c-7830, u+7833, u+7835, u+7837, u+7839-783a, u+783c, u+783e, u+7840
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-717.BmgCfs7W.woff2) format("woff2");
    unicode-range: u+75cd, u+75d2, u+75d4, u+75d9, u+75df, u+75e2-75e4, u+75e6-75e7, u+75e9-75ec, u+75f0-75f3, u+75f7, u+75f9-75fa, u+75fc, u+75fe-7602, u+7608-760a, u+760c-760d, u+7610, u+7615-7616, u+7618-7620, u+7622-7623, u+7625, u+7627, u+7629, u+762b, u+762e, u+7630, u+7632-7635, u+7638, u+763a-763c, u+763e, u+7640, u+7643, u+7646, u+7648-7649, u+764d-764e, u+7654, u+7658, u+765c, u+765f, u+7663-7667, u+7669, u+766b-766d, u+766f-7670, u+7676, u+7678-767a, u+767f-7681, u+7683, u+7688, u+768a-768b, u+768e, u+7690, u+7695-7696, u+769a-769e, u+76a3-76a4, u+76aa, u+76b0-76b1, u+76b4, u+76b7-76b8, u+76c2, u+76c5, u+76c9, u+76cc-76cd, u+76cf-76d1, u+76d6-76d8, u+76e5-76e6, u+76e9, u+76ec, u+76f1, u+76f7, u+76f9-76fb, u+76ff-7700, u+7704-7705
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-718.ZZ6ydFdp.woff2) format("woff2");
    unicode-range: u+749c-74a1, u+74a3, u+74a5-74a7, u+74a9-74ab, u+74ae, u+74b1-74b2, u+74b5, u+74b8, u+74ba, u+74bf, u+74c5, u+74c8, u+74cc-74cd, u+74d2, u+74d4, u+74d6, u+74d8, u+74da, u+74de-74e0, u+74e2, u+74e4, u+74e8-74e9, u+74ee-74ef, u+74f4, u+74f9, u+74fb, u+74ff-7501, u+7503, u+7507, u+750c-750d, u+7511, u+7513, u+7515-7517, u+7519, u+751e, u+7521, u+7525, u+752a, u+752c-752f, u+7534, u+753e, u+7542, u+7545, u+7547-7548, u+754a-754b, u+754e, u+7551, u+755a-755b, u+755d, u+7560, u+7563-7564, u+7566-7568, u+756c-756f, u+7572-7575, u+7577-757a, u+757c, u+757e-757f, u+7583-7584, u+7587, u+7589, u+758b-758e, u+7590, u+7592, u+7594-7595, u+7597, u+7599-759a, u+759d, u+759f, u+75a1-75a3, u+75a5, u+75a7, u+75aa, u+75ac, u+75ae-75b1, u+75b3-75b4, u+75b8, u+75bd, u+75c0, u+75c2-75c4, u+75c9-75ca, u+75cc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-719.H1-mZ5eu.woff2) format("woff2");
    unicode-range: u+73b4-73ba, u+73bc, u+73bf, u+73c2, u+73c4-73c6, u+73c9, u+73cb-73cc, u+73ce-73d2, u+73d6-73d7, u+73d9, u+73db-73de, u+73e3, u+73e5-73eb, u+73ef, u+73f5-73f7, u+73f9-73fa, u+73fc-73fd, u+7400-7401, u+7404-7405, u+7407-7408, u+740a-740d, u+740f-7410, u+7416, u+741a-741b, u+741d-741e, u+7420-7425, u+7428-7429, u+742c-7432, u+7435-7436, u+7438-743a, u+743c-7442, u+7445-7446, u+7448-744a, u+7451-7452, u+7454, u+7457, u+7459, u+745d, u+7460-7462, u+7465, u+7467-7468, u+746c-746e, u+7471-7477, u+7479-747a, u+747c-747f, u+7481-7482, u+7484-7486, u+7488-748a, u+748e-7490, u+7492, u+7498, u+749a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-720.BNqEayBR.woff2) format("woff2");
    unicode-range: u+7281-7282, u+7284, u+7287, u+728a, u+728d, u+7292, u+7296, u+7298, u+729b, u+729f-72a2, u+72ad-72ae, u+72b0-72b5, u+72b8-72b9, u+72bc-72bd, u+72c1, u+72c3, u+72c5-72c6, u+72c8, u+72cc-72ce, u+72d2, u+72d4, u+72db, u+72dd, u+72df, u+72e1, u+72e8, u+72ec-72ee, u+72f1, u+72f3-72f4, u+72f7, u+72fa-72fb, u+72fd, u+7300-7301, u+7304, u+7307, u+730a-730b, u+730e, u+7313, u+7315-7317, u+7319, u+731e-731f, u+7322, u+7328-732e, u+7330-7331, u+7337, u+733a-733c, u+733e, u+7340-7341, u+7343, u+734c-734d, u+734f-7350, u+7352, u+7355, u+7357, u+7359-735a, u+7360-7363, u+7365, u+7369-7370, u+7373-7374, u+7377, u+737a, u+737c, u+737e, u+7380, u+7385-7386, u+738a, u+738e-738f, u+7391-7395, u+7397-7398, u+739b, u+73a0-73a2, u+73a5-73a8, u+73ad-73ae, u+73b3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-721.DHm9B3wz.woff2) format("woff2");
    unicode-range: u+7115-7116, u+7118, u+711c, u+711e, u+7120, u+7122, u+712e-712f, u+7131, u+7134, u+713c, u+713f, u+7143, u+7145-7147, u+714a-714b, u+7150-7153, u+7155-7156, u+715a, u+7160, u+7162, u+7166, u+7168, u+716c, u+7171, u+7173, u+7178, u+717a-717b, u+717d, u+7180-7181, u+7185, u+7187-7188, u+718b, u+718f-7190, u+7192, u+7196-7198, u+719a-719c, u+71a0, u+71a4, u+71a8, u+71af, u+71b2-71b3, u+71b5, u+71b7-71ba, u+71be, u+71c1, u+71c4, u+71ca-71cb, u+71ce-71d0, u+71d4, u+71d7-71d8, u+71da, u+71dc, u+71e0-71e1, u+71e7, u+71ec, u+71ee, u+71f4-71f6, u+71f9, u+71fc, u+71fe-7201, u+7203, u+7207, u+7209, u+720c, u+7213-7215, u+7217, u+721a, u+721d, u+7222-7223, u+7228, u+722b, u+7230, u+7237, u+723b, u+723f-7242, u+724b, u+724d, u+7252-7253, u+7256, u+7258, u+725d, u+7263-7266, u+726a-726b, u+726e-7270, u+7273-7275, u+7277, u+727a-727b, u+727e-727f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-722.bv20bhyo.woff2) format("woff2");
    unicode-range: u+6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ffa, u+6ffc, u+6fff-7001, u+7003, u+7005-7007, u+700b, u+700d, u+7015, u+7018, u+701b, u+701e, u+7020-7021, u+7023, u+7026-7027, u+702c, u+702f-7032, u+7034-7035, u+7037-703c, u+7040, u+7042-7044, u+7046, u+7049, u+704b, u+704f, u+7052, u+7054-7055, u+705c-7061, u+7064-7069, u+706c-706d, u+706f, u+7073-7075, u+7078, u+707a, u+707e-7081, u+7085-7086, u+7089, u+7090-7091, u+7094-7096, u+7098, u+709c, u+709f, u+70a1, u+70a4, u+70a9, u+70ac, u+70af-70b2, u+70b4-70b5, u+70b7, u+70bb-70be, u+70c0-70c3, u+70ca-70cb, u+70d2, u+70d4-70d5, u+70d9-70dd, u+70df, u+70e6-70e9, u+70eb-70ec, u+70ef, u+70f1, u+70f4, u+70f7, u+70fa, u+70fd, u+70ff, u+7104, u+7106, u+7109, u+710c, u+7110, u+7113-7114
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-723.BlghN2By.woff2) format("woff2");
    unicode-range: u+6eda-6edb, u+6edd-6ede, u+6ee2, u+6ee4-6ee5, u+6ee8-6ee9, u+6eeb, u+6eee, u+6ef3, u+6ef8-6efb, u+6f00, u+6f08-6f0a, u+6f0d-6f0e, u+6f11-6f13, u+6f15, u+6f19-6f1a, u+6f23, u+6f25-6f2a, u+6f2d-6f31, u+6f33-6f36, u+6f3a-6f3c, u+6f40-6f41, u+6f43-6f44, u+6f47, u+6f4d-6f4f, u+6f53, u+6f57, u+6f59-6f5a, u+6f5c, u+6f5e-6f61, u+6f63, u+6f66-6f67, u+6f69-6f6c, u+6f6f, u+6f72-6f78, u+6f7a-6f7f, u+6f81-6f82, u+6f87, u+6f89, u+6f8b-6f8d, u+6f90, u+6f92, u+6f94-6f97, u+6f9c, u+6f9f-6fa0, u+6fa2-6fa3, u+6fa5-6fa8, u+6faa-6fab, u+6fae-6faf, u+6fb4, u+6fb6, u+6fb9-6fba, u+6fbc, u+6fc2, u+6fc6-6fcb, u+6fce, u+6fd1-6fd2, u+6fd4, u+6fd8, u+6fda, u+6fde, u+6fe0-6fe2, u+6fe8-6fe9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-724.DfZ1ZUfS.woff2) format("woff2");
    unicode-range: u+6dd6, u+6dd9, u+6ddb-6de0, u+6de2-6de6, u+6de9, u+6dec, u+6def-6df0, u+6df2, u+6df4, u+6df6, u+6df8, u+6dfc-6dfd, u+6e00, u+6e02-6e03, u+6e07-6e0b, u+6e0d-6e0e, u+6e10, u+6e13-6e15, u+6e17, u+6e19-6e1a, u+6e1d, u+6e1f, u+6e22, u+6e24-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e30-6e31, u+6e36, u+6e39-6e3a, u+6e3c-6e3d, u+6e40-6e41, u+6e44-6e45, u+6e47, u+6e49, u+6e4b, u+6e4d-6e4f, u+6e51, u+6e53-6e54, u+6e59, u+6e5c, u+6e5e-6e61, u+6e63-6e66, u+6e69-6e6b, u+6e6e, u+6e70-6e76, u+6e78, u+6e7c, u+6e7f-6e80, u+6e83, u+6e85-6e86, u+6e88-6e89, u+6e8b, u+6e8d-6e8f, u+6e93, u+6e98-6e9a, u+6e9f, u+6ea1, u+6ea4-6ea7, u+6eae, u+6eb1-6eb2, u+6eb4-6eb5, u+6eb7, u+6ebd, u+6ec1-6ec3, u+6ec7-6ec9, u+6ecd-6ed0, u+6ed3-6ed6, u+6ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-725.DUMUJd2A.woff2) format("woff2");
    unicode-range: u+6cdd-6cde, u+6ce0, u+6ce7, u+6ce9-6cec, u+6cee-6cef, u+6cf1, u+6cf7-6cf8, u+6cfb-6cfe, u+6d00-6d02, u+6d04, u+6d06-6d07, u+6d09-6d0a, u+6d0c, u+6d0e-6d12, u+6d18-6d1a, u+6d1f, u+6d22-6d24, u+6d27-6d28, u+6d2b, u+6d2d-6d31, u+6d33-6d3a, u+6d3c, u+6d3f, u+6d43-6d47, u+6d4a-6d4b, u+6d4e-6d4f, u+6d51-6d53, u+6d57-6d58, u+6d5a, u+6d5c, u+6d5e-6d65, u+6d67, u+6d6c-6d6d, u+6d6f-6d70, u+6d72, u+6d75, u+6d79, u+6d7c, u+6d7f, u+6d82, u+6d85, u+6d87, u+6d8e-6d8f, u+6d91-6d95, u+6d97-6d99, u+6d9b, u+6d9d, u+6d9f, u+6da1, u+6da4, u+6da6-6dac, u+6db3-6db4, u+6db7-6db8, u+6dbe-6dc0, u+6dc2, u+6dc4-6dc5, u+6dc8-6dca, u+6dcc-6dcd, u+6dcf-6dd0, u+6dd2-6dd3, u+6dd5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-726.CP3Bd4ny.woff2) format("woff2");
    unicode-range: u+6bc1-6bc2, u+6bcc, u+6bce, u+6bd0-6bd1, u+6bd5-6bd9, u+6bde, u+6be1, u+6bec, u+6bf3, u+6bf9, u+6bfd, u+6bff-6c00, u+6c02, u+6c05-6c06, u+6c0a, u+6c0c-6c0d, u+6c10, u+6c13, u+6c16, u+6c18-6c1a, u+6c1f, u+6c21-6c22, u+6c24, u+6c26, u+6c28-6c2a, u+6c2c, u+6c2e-6c33, u+6c35-6c37, u+6c39-6c3a, u+6c3d-6c3f, u+6c43, u+6c46, u+6c49-6c4f, u+6c54-6c55, u+6c58, u+6c5a-6c5c, u+6c5e, u+6c64-6c69, u+6c6b-6c6f, u+6c71-6c75, u+6c78-6c79, u+6c7c, u+6c7e, u+6c82, u+6c84-6c87, u+6c8c-6c8d, u+6c8f, u+6c93-6c94, u+6c98, u+6c9a, u+6c9d, u+6c9f, u+6ca2, u+6ca5-6ca8, u+6caa, u+6cac-6cb2, u+6cb4-6cb5, u+6cba, u+6cbc, u+6cc2-6cc3, u+6cc5-6cc7, u+6cd0-6cd2, u+6cd4, u+6cd6-6cd7, u+6cd9-6cda, u+6cdc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-727.jeZ7zZCc.woff2) format("woff2");
    unicode-range: u+6a35, u+6a3b, u+6a3e-6a40, u+6a47-6a48, u+6a50, u+6a52, u+6a55-6a57, u+6a5a-6a5b, u+6a5e, u+6a62, u+6a66, u+6a6a, u+6a71, u+6a79, u+6a7c, u+6a7e-6a81, u+6a84, u+6a87, u+6a89, u+6a8d-6a8e, u+6a90-6a92, u+6a97, u+6a9c, u+6a9e-6aa1, u+6aa3-6aa5, u+6aa8, u+6aab, u+6aae, u+6ab5, u+6aba, u+6abe, u+6ac2, u+6ac5-6ac6, u+6ac8-6ac9, u+6acc, u+6ad3, u+6ada-6adb, u+6add-6adf, u+6ae3, u+6ae7-6ae8, u+6aea-6aec, u+6af1, u+6af3, u+6af8, u+6afa, u+6afc, u+6b05, u+6b09, u+6b0e-6b13, u+6b17, u+6b1d-6b1e, u+6b25, u+6b2c, u+6b31, u+6b35-6b37, u+6b39, u+6b3b, u+6b40, u+6b43, u+6b46, u+6b48, u+6b53-6b55, u+6b59, u+6b5b, u+6b5f-6b60, u+6b68-6b69, u+6b6f, u+6b74, u+6b7a, u+6b7c, u+6b7f-6b84, u+6b86-6b87, u+6b89, u+6b8b, u+6b8d, u+6b91-6b93, u+6b9b, u+6b9e, u+6ba1-6ba2, u+6ba4, u+6baa-6bab, u+6bad-6bae, u+6bb2-6bb4, u+6bbb, u+6bbd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-728.B3DfY9ua.woff2) format("woff2");
    unicode-range: u+6904, u+6906-6907, u+6909, u+690b, u+690f-6910, u+6917, u+691a-691c, u+6925, u+692a, u+692c-692d, u+6932, u+6934, u+6939, u+693c-6940, u+6942, u+6949, u+6952, u+6954-6957, u+6959, u+695b-695f, u+6961-696c, u+696e-6970, u+6973-6974, u+6976, u+6978-697a, u+697c, u+6980, u+6984-6986, u+6988-698a, u+698d-698e, u+6990-6991, u+6994, u+6996-699b, u+699e, u+69a3-69a7, u+69ab, u+69ad, u+69af, u+69b1, u+69b3, u+69b6-69b7, u+69bb-69bc, u+69bf, u+69c1, u+69c3-69c5, u+69c7, u+69ca, u+69cc, u+69ce, u+69d0-69d1, u+69d4, u+69d8-69d9, u+69db, u+69df, u+69e4, u+69e8-69ea, u+69ed-69ee, u+69f1-69f4, u+69f6, u+69f8, u+69fa-69fb, u+69ff-6a00, u+6a05, u+6a0a-6a0b, u+6a17-6a18, u+6a1b, u+6a28-6a2b, u+6a31-6a32
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-729.O3do0cMa.woff2) format("woff2");
    unicode-range: u+67dc-67e0, u+67e2, u+67e4, u+67e9-67ea, u+67f0, u+67f2, u+67f6-67f8, u+67fa-67fb, u+67fe, u+6800-6805, u+6808-6809, u+680b, u+680e-680f, u+6811-6812, u+6814, u+6816, u+6818, u+681c-681e, u+6820, u+6822, u+6825, u+6827-6829, u+682b, u+682e-682f, u+6831-6834, u+683a-683b, u+683e, u+6840-6841, u+6844-6845, u+6849, u+684e, u+6853, u+6855-6856, u+685c-685d, u+685f, u+6861-6863, u+6865-6869, u+686b, u+686d, u+686f, u+6871-6872, u+6874-6875, u+6877, u+6879, u+687b-687c, u+687e, u+6880, u+6882-6883, u+6886, u+688f, u+6891-6892, u+6894, u+6896, u+6898, u+689b-689c, u+689f-68a0, u+68a2-68a3, u+68a6, u+68a9, u+68b1-68b2, u+68b4, u+68b6, u+68c0, u+68c3, u+68c6, u+68c8, u+68ca, u+68d0-68d1, u+68d3, u+68d6, u+68e1, u+68e3, u+68e6, u+68e8-68ec, u+68ef-68f1, u+68f3, u+68f6-68f7, u+68f9, u+68fb-68fd, u+6900, u+6902
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-730.D7sQAFVH.woff2) format("woff2");
    unicode-range: u+66b3, u+66b5, u+66b8-66bc, u+66be, u+66c1, u+66c4, u+66c7-66c8, u+66cc, u+66cf, u+66d5, u+66d8-66db, u+66df, u+66e1-66e2, u+66e8-66e9, u+66ef, u+66f1, u+66f5, u+66f7, u+66fa, u+66fd, u+6705, u+670a, u+670f-6710, u+6713-6715, u+6718-6719, u+6720, u+6722-6727, u+6729, u+672e, u+6733, u+6736, u+6738-6739, u+673f-6740, u+6742, u+6745, u+6747-6748, u+674b-674d, u+6753, u+6755, u+6759, u+675d-675e, u+6760, u+6762-6763, u+6767-676a, u+676c, u+676e, u+6772-6777, u+677a-677c, u+6782, u+6786-6787, u+678a-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679f-67a3, u+67a5, u+67aa-67ae, u+67b0-67b5, u+67b7-67bc, u+67c0-67c3, u+67c5-67c6, u+67c8-67ca, u+67ce, u+67d2, u+67d8-67d9, u+67db
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-731.CNfhNVmn.woff2) format("woff2");
    unicode-range: u+6565, u+6567, u+656b, u+656d-656e, u+6573, u+6576, u+6579-657b, u+6581, u+6586, u+6588-6589, u+658b, u+658e, u+6593, u+6595, u+659b, u+659d, u+659f-65a1, u+65a9, u+65ab, u+65ad, u+65b2-65b3, u+65b5, u+65bb, u+65be-65bf, u+65c2-65c4, u+65c6, u+65cc, u+65ce, u+65d2, u+65d6, u+65db, u+65e1, u+65e3, u+65e7, u+65ee-65f0, u+65f2-65f4, u+65f7-65f8, u+65fc-65fd, u+6600, u+6603-6605, u+6609, u+660d, u+6610-6611, u+6619, u+661c-661e, u+6621-6622, u+6624, u+6626, u+6629, u+662b, u+6630, u+6633-6636, u+6639-663d, u+6640-6641, u+6644-6645, u+664a-664c, u+6653-6657, u+6659, u+665b, u+665d-665e, u+6661-6667, u+6669, u+666c, u+6672-6673, u+6677-6679, u+667b-667e, u+6681-6684, u+668b-6690, u+6692, u+6698, u+669d, u+669f-66a0, u+66a6-66a7, u+66aa, u+66b2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-732.RPa1H-Lw.woff2) format("woff2");
    unicode-range: u+642b, u+642f-6430, u+6432, u+6434, u+6437, u+643a, u+643d-6444, u+6446-6447, u+644a-644b, u+644e, u+6450-6453, u+6456, u+6459, u+645b-645c, u+645e, u+6460-6461, u+6463-6465, u+6468, u+646c-646e, u+6470, u+6472-6477, u+6479, u+647b, u+647d, u+6480, u+6482, u+6485, u+648b-648c, u+6491, u+6493, u+6496-649a, u+649d, u+649f-64a0, u+64a2-64a3, u+64ac, u+64b1, u+64b3-64b4, u+64b7-64b9, u+64bb, u+64be, u+64c0, u+64c3-64c4, u+64d0, u+64d2, u+64d5, u+64d7-64d8, u+64e1-64e4, u+64e7, u+64e9, u+64ed, u+64ef-64f0, u+64f3, u+64f8, u+64fb-64fc, u+64ff, u+6504-6506, u+6509, u+6511-6512, u+6516, u+6518-6519, u+651b, u+6520-6523, u+6525-6526, u+6529, u+652b, u+652e, u+6530, u+6532, u+6534-6535, u+6537-6538, u+653a, u+653d, u+6542-6543, u+6549, u+654c-654e, u+6554-6555, u+655b, u+655d, u+6561, u+6564
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-733.9Gz9fGA0.woff2) format("woff2");
    unicode-range: u+6312-6313, u+6319-631b, u+631d-6321, u+6323-6325, u+632d-632e, u+6332, u+6334-6339, u+633b-633c, u+633e-6340, u+6342-6346, u+634b-634c, u+634e, u+6352, u+6357, u+635a, u+635c, u+635e-635f, u+6361, u+6363, u+6365, u+6369, u+636b-636d, u+636f-6370, u+6373, u+6375-6376, u+637a-637b, u+637d, u+6381, u+6384, u+6387, u+638a, u+638d-638e, u+6390, u+6394-6397, u+639e-639f, u+63a3-63a4, u+63a6, u+63ac-63af, u+63b1-63b4, u+63b7, u+63b9-63bb, u+63bd-63be, u+63c3-63c4, u+63c8, u+63cd-63ce, u+63d1, u+63d6, u+63dc, u+63de, u+63e0, u+63e3-63e4, u+63e6, u+63e9, u+63f0, u+63f2-63f3, u+63f5-63f8, u+63fa, u+63fc-63fe, u+6400-6402, u+6405-6406, u+6409-640c, u+6410, u+6414-6415, u+6418, u+641b, u+641f-6423, u+6425-6428, u+642a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-734.CoLqAiCz.woff2) format("woff2");
    unicode-range: u+61cc-61cd, u+61d0, u+61d2, u+61de-61e0, u+61e3, u+61e6, u+61e8, u+61ed-61ee, u+61f5, u+61f9-61fa, u+61fd-61fe, u+6207, u+6209, u+620d-620e, u+6213-6215, u+6219, u+621b, u+621d-6223, u+6225-6227, u+6229, u+622b-622c, u+622e-622f, u+6231, u+6238, u+623b, u+623d-623e, u+6242-6243, u+6246, u+6248-6249, u+624c, u+6251, u+6255, u+6259-625a, u+625e, u+6260-6262, u+6265-6267, u+6269, u+626b-626c, u+6270-6273, u+6275, u+627a-627d, u+6283, u+6285-6286, u+6289, u+628c, u+628e, u+6294, u+629a-629e, u+62a0, u+62a2, u+62a6, u+62a8, u+62af, u+62b3, u+62b6, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4-62c5, u+62c8, u+62ca, u+62cf, u+62d1, u+62d5, u+62d7, u+62d9, u+62dd, u+62df-62e3, u+62e5-62e8, u+62ee, u+62f4-62fb, u+62fd, u+6300, u+6302, u+6308, u+630c-630e, u+6310
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-735.CmH6H8Sg.woff2) format("woff2");
    unicode-range: u+60b0-60b1, u+60b3-60b5, u+60b8, u+60bb, u+60bd-60be, u+60c0, u+60c6-60c7, u+60ca-60cb, u+60d3-60d5, u+60d7-60db, u+60dd, u+60e2-60e3, u+60e6-60f0, u+60f2, u+60f4, u+60f6, u+60fa-60fb, u+60ff-6100, u+6103, u+6106, u+610a-610b, u+610d-610e, u+6110, u+6112-6116, u+6120, u+6123-6124, u+6128-6130, u+6134, u+6136, u+613c-613f, u+6144, u+6146-6147, u+6149-614a, u+614d, u+6151-6153, u+6159-615a, u+615c-615f, u+6164-6165, u+6169-616d, u+616f, u+6171-6175, u+6177, u+617a, u+617c, u+617f-6180, u+6187, u+618a-618e, u+6192-6194, u+6199-619b, u+619f, u+61a1, u+61a7-61a8, u+61aa-61af, u+61b8, u+61ba, u+61bf, u+61c3, u+61c6, u+61ca-61cb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-736.D3BbgVv1.woff2) format("woff2");
    unicode-range: u+5f82-5f84, u+5f87, u+5f89-5f8a, u+5f8d, u+5f93, u+5f95, u+5f98-5f99, u+5f9b-5f9c, u+5fa0, u+5fa4, u+5fa6-5fa8, u+5fab-5fad, u+5fb3-5fb4, u+5fbc, u+5fc4, u+5fc6, u+5fc9, u+5fcb, u+5fce-5fd6, u+5fdc-5fdf, u+5fe1, u+5fe4, u+5fe7, u+5fea, u+5fec-5fee, u+5ff1, u+5ff3, u+5ff8, u+5ffa-5ffc, u+5fff-6000, u+6002, u+6005, u+600a, u+600d, u+600f-6010, u+6014, u+6017, u+6019-601c, u+601e, u+6020, u+6022, u+6026, u+6029, u+602b-602c, u+602e-602f, u+6031, u+6033-6035, u+6039, u+603c, u+6040-6043, u+6045, u+6047, u+604a-604c, u+604f, u+6053, u+6059-605b, u+605d, u+6060, u+6063, u+6067, u+606a-606b, u+606e, u+6072-6076, u+6078, u+607a, u+607c, u+607f-6081, u+6083, u+6086, u+608a, u+608c, u+608e, u+6092-6093, u+6095-6097, u+609b, u+609d, u+60a2, u+60a6-60a7, u+60a9-60aa, u+60ac-60ad, u+60af
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-737.DpZMZIxq.woff2) format("woff2");
    unicode-range: u+5e3c, u+5e40, u+5e42-5e44, u+5e47, u+5e54, u+5e57-5e5b, u+5e5e-5e5f, u+5e61-5e62, u+5e64, u+5e6a, u+5e6c, u+5e6e, u+5e75, u+5e77, u+5e7a, u+5e80-5e81, u+5e83, u+5e86, u+5e88, u+5e8b, u+5e90, u+5e92, u+5e96, u+5e99, u+5e9b, u+5e9d-5ea2, u+5ea4-5ea5, u+5eb3-5eb6, u+5eb9, u+5ebe, u+5ec3-5ec4, u+5ec6, u+5ecb-5ecd, u+5ed0-5ed2, u+5ed4-5ed5, u+5ed8-5ed9, u+5edb, u+5edd, u+5ee1, u+5ee8-5ee9, u+5eec, u+5eef-5ef0, u+5ef4-5ef5, u+5ef8, u+5efb-5efc, u+5efe, u+5f01-5f03, u+5f05, u+5f07-5f09, u+5f0b-5f0e, u+5f10-5f12, u+5f14, u+5f16, u+5f1b, u+5f1d, u+5f22, u+5f25, u+5f28-5f29, u+5f2d, u+5f2f-5f30, u+5f36, u+5f38-5f39, u+5f3c, u+5f3e, u+5f40-5f42, u+5f45-5f46, u+5f4a, u+5f50-5f52, u+5f54, u+5f56-5f58, u+5f5a-5f5e, u+5f61, u+5f63, u+5f66-5f67, u+5f6b, u+5f72-5f74, u+5f76, u+5f78, u+5f7b, u+5f7d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-738.QA1UJovs.woff2) format("woff2");
    unicode-range: u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1, u+5cf4-5cf5, u+5cf8, u+5cfe-5d00, u+5d06, u+5d08, u+5d0a-5d0d, u+5d15, u+5d18, u+5d1a, u+5d1d, u+5d1f-5d22, u+5d24, u+5d26-5d28, u+5d2c-5d2e, u+5d33-5d35, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d47, u+5d49-5d4b, u+5d4e, u+5d52-5d53, u+5d57-5d59, u+5d5b-5d5c, u+5d65, u+5d68-5d69, u+5d6b-5d6c, u+5d6f, u+5d74-5d75, u+5d7e-5d7f, u+5d81-5d82, u+5d85-5d88, u+5d8b-5d8c, u+5d92, u+5d94, u+5d97, u+5d99, u+5d9d, u+5da0-5da2, u+5da7, u+5da9-5daa, u+5dae, u+5db2, u+5db4, u+5db7-5db8, u+5dbd, u+5dc2-5dc5, u+5dc9, u+5dcb-5dcd, u+5dd2, u+5dd6, u+5dd8, u+5ddb-5ddc, u+5de0, u+5de3, u+5de9, u+5df0, u+5df3, u+5df5, u+5df9, u+5dfb-5dfd, u+5e00-5e01, u+5e04-5e05, u+5e0a, u+5e11, u+5e14, u+5e18-5e1c, u+5e1f-5e22, u+5e27-5e28, u+5e2f-5e30, u+5e34, u+5e37, u+5e3a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-739.DEmvy8eY.woff2) format("woff2");
    unicode-range: u+5b84, u+5b8d, u+5b92-5b93, u+5b95-5b96, u+5b9f-5ba1, u+5ba6-5ba8, u+5baa-5bad, u+5bbd-5bbe, u+5bc0-5bc1, u+5bc3, u+5bd0-5bd1, u+5bd4-5bd8, u+5bdb-5bdd, u+5be4-5be5, u+5bef, u+5bf3, u+5bfb, u+5bfe-5bff, u+5c02-5c03, u+5c05, u+5c09, u+5c0c, u+5c10, u+5c12-5c13, u+5c15, u+5c18-5c19, u+5c1b, u+5c1d-5c1f, u+5c22, u+5c25, u+5c27-5c28, u+5c2a-5c2b, u+5c34, u+5c38, u+5c3d, u+5c42, u+5c44, u+5c47, u+5c49-5c4a, u+5c50, u+5c53, u+5c58-5c59, u+5c5b, u+5c5d, u+5c61, u+5c63, u+5c68, u+5c6d-5c6e, u+5c74, u+5c79-5c84, u+5c86, u+5c88, u+5c8a-5c8d, u+5c92-5c9c, u+5ca0, u+5ca2-5ca3, u+5ca5-5ca7, u+5cab-5cad, u+5cb5, u+5cb7, u+5cba-5cbb, u+5cc1, u+5cc8, u+5cca-5ccb, u+5cce, u+5cd2, u+5cd6, u+5cd8-5cda, u+5cdf-5ce1, u+5ce5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-740.ZnnntnWB.woff2) format("woff2");
    unicode-range: u+5a57, u+5a5d-5a5e, u+5a60-5a62, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a73-5a76, u+5a7a-5a7c, u+5a81-5a84, u+5a8c, u+5a90, u+5a93, u+5a96-5a97, u+5a9c, u+5a9e-5aa0, u+5aa4, u+5aa7, u+5aab-5aac, u+5aae-5aaf, u+5ab1, u+5ab4-5ab5, u+5ab8, u+5aba-5abc, u+5abe-5abf, u+5ac3-5ac4, u+5ac6-5acb, u+5acf-5ad2, u+5ad4-5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae8, u+5aea-5aeb, u+5aee, u+5af0, u+5af2, u+5af5, u+5afa, u+5aff, u+5b01, u+5b05, u+5b08, u+5b0b, u+5b11, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21-5b23, u+5b28, u+5b2a-5b2d, u+5b32, u+5b34, u+5b36-5b38, u+5b3e-5b40, u+5b43-5b46, u+5b4b-5b4c, u+5b51, u+5b53, u+5b59, u+5b5b-5b5c, u+5b62, u+5b65, u+5b6c-5b6e, u+5b70-5b73, u+5b75, u+5b7a-5b7b, u+5b7d, u+5b7f-5b82
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-741.XqtwFLva.woff2) format("woff2");
    unicode-range: u+5910-5911, u+5914, u+5919, u+591b, u+591f, u+5923-5924, u+592c, u+5932, u+5938-593a, u+5940, u+5942, u+5944, u+594b-594c, u+594e, u+5950, u+5953, u+5956, u+5958, u+595a, u+5961, u+5966, u+5968-5969, u+596c-596d, u+5975, u+5977, u+597b-597c, u+597e, u+5980-5981, u+5986-5988, u+598a, u+598f, u+5997-5998, u+599f-59a3, u+59a6-59a7, u+59a9, u+59ab-59ac, u+59af, u+59b1-59b2, u+59b6, u+59b8, u+59ba, u+59be, u+59c1, u+59c3, u+59c7-59c9, u+59cd-59ce, u+59d2, u+59d6-59d9, u+59dd-59de, u+59e0, u+59e3-59e5, u+59e9-59eb, u+59ee, u+59f1-59f3, u+59f5-59f9, u+59fc-59fd, u+5a00, u+5a04-5a07, u+5a09, u+5a0c, u+5a11, u+5a13, u+5a16-5a17, u+5a1a, u+5a1e, u+5a20, u+5a23-5a24, u+5a29-5a2b, u+5a2d-5a2f, u+5a32-5a34, u+5a38, u+5a3c, u+5a3f-5a44, u+5a47-5a48, u+5a4a, u+5a4c-5a4d, u+5a50-5a51, u+5a53, u+5a56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-742.Ct3CRQnE.woff2) format("woff2");
    unicode-range: u+57a9, u+57ab, u+57b5, u+57b8-57bb, u+57c2, u+57c5-57c8, u+57cc, u+57cf, u+57d2, u+57dc-57de, u+57e1-57e2, u+57e5, u+57e7, u+57ed-57ee, u+57f0, u+57f3-57f6, u+57f8, u+57fb-57fd, u+5800-5801, u+5803-5804, u+5807, u+5809-580b, u+580d-580e, u+5810-5811, u+5814-5815, u+5819, u+581d-581e, u+5820, u+5823, u+5826, u+582c-582d, u+5830, u+583a, u+583f-5841, u+5848, u+584b, u+584d, u+584f, u+5852, u+5859-585a, u+585c, u+5861, u+5864, u+5868-5869, u+586c-586d, u+5871-5872, u+5879, u+587c-5881, u+5887-5889, u+588e, u+5890-5892, u+5896-5899, u+589d, u+58a1, u+58a3, u+58a6, u+58a9, u+58ac, u+58b0-58b1, u+58bb-58bc, u+58c2, u+58c5-58c6, u+58ca, u+58cc, u+58ce, u+58d0-58d1, u+58d5, u+58d9-58da, u+58df-58e0, u+58e9, u+58ec, u+58ee, u+58f1-58f3, u+58f6-58f7, u+58fb-58fc, u+5900, u+5902, u+5906, u+5909-590c, u+590e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-743.C6uvpAT-.woff2) format("woff2");
    unicode-range: u+567b-567c, u+5680, u+5684-5686, u+568c, u+568e-568f, u+5692-5693, u+5697-5699, u+569c, u+569e, u+56a1-56a7, u+56a9, u+56ab-56ad, u+56af, u+56b3, u+56b5-56b6, u+56b8, u+56bf-56c1, u+56c3, u+56c5, u+56c7-56c8, u+56cb-56cc, u+56d1-56d4, u+56d6-56d9, u+56dd, u+56df, u+56e1-56e5, u+56ea-56ec, u+56ee-56ef, u+56f1-56f4, u+56f7, u+56f9, u+56ff-5700, u+5703-5704, u+5706-5707, u+5709-570a, u+570c, u+570f, u+5711, u+5717, u+571c, u+5723-5724, u+5727, u+5729-572a, u+572c, u+572e-572f, u+5734-5735, u+573b, u+5741, u+574b-574d, u+574f, u+5752, u+5754, u+575a-5760, u+5763, u+5768-5769, u+576b, u+576d, u+576f-5770, u+5772-5775, u+5777, u+577b-577d, u+5780, u+5784, u+5788, u+578c, u+578e, u+5792-5793, u+5795, u+579a-579b, u+579f-57a1, u+57a4, u+57a6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-744.DUWGtuPW.woff2) format("woff2");
    unicode-range: u+555c, u+5562-5563, u+5567, u+5569, u+556b-556c, u+5570, u+5575-5579, u+557b-557c, u+557f, u+5581, u+5583, u+5586, u+5588, u+558b, u+558f, u+5591, u+5599, u+559f, u+55a1, u+55a3, u+55a5-55a6, u+55a8-55a9, u+55ab, u+55ad, u+55b0-55b1, u+55b3, u+55b6-55b7, u+55b9, u+55bc-55bd, u+55c4-55c5, u+55c7, u+55c9, u+55cc-55cd, u+55d0, u+55d2, u+55d4-55d9, u+55db, u+55dd-55df, u+55e1-55e6, u+55e9-55ea, u+55ec, u+55ee, u+55f1-55f3, u+55f5-55f7, u+55f9-55fa, u+55fe, u+5600-5602, u+5608, u+560c, u+560f, u+5612-5613, u+5615-5616, u+5618, u+561a, u+561c, u+561e, u+5620, u+5623-5625, u+5627, u+562a, u+562c-562e, u+5630-5631, u+5635-5636, u+5638-563a, u+5640, u+5642-5643, u+5649, u+564c-5650, u+5654, u+5658-565d, u+5664-5666, u+5669, u+566b, u+566d, u+566f, u+5671-5672, u+5676, u+567a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-745.BbmMNA8E.woff2) format("woff2");
    unicode-range: u+5447, u+5449, u+544b-544d, u+5450-5455, u+5457, u+545b-545c, u+545f-5460, u+5463-5464, u+546a-5472, u+5474, u+5476, u+5478, u+547b, u+547e-547f, u+5482-5488, u+548a, u+548d-5491, u+5494, u+5498-549d, u+54a1-54a5, u+54ab, u+54ad-54af, u+54b5, u+54b7, u+54bb-54bc, u+54be-54bf, u+54ca, u+54cc, u+54cf-54d2, u+54d4, u+54d6-54d7, u+54da, u+54de-54df, u+54e2, u+54e4, u+54e7, u+54eb, u+54f3, u+54fd, u+54ff, u+5501-5502, u+5504-5506, u+550a, u+550c, u+550e-550f, u+5511-5513, u+5516-5517, u+551a-551b, u+551e, u+5520, u+5524, u+5526-5527, u+552a, u+552c-552d, u+5530, u+5532-5533, u+5535-5536, u+553b-553c, u+553e-553f, u+5541-5542, u+5544-5545, u+5547, u+5549, u+554b, u+554d-554e, u+5550-5551, u+5553, u+5555-5557
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-746.DoPBkz45.woff2) format("woff2");
    unicode-range: u+52eb, u+52ed-52ee, u+52f0-52f2, u+52f7, u+52f9-52fa, u+5300-5302, u+530a-530b, u+530d, u+530f-5310, u+5315, u+531a, u+531c-531d, u+532d-532e, u+5331, u+5338, u+533b-533e, u+5344-5345, u+534b-534d, u+534f-5350, u+5358, u+535e-535f, u+5362-5364, u+5367, u+5369, u+536b-536c, u+536e-536f, u+5372, u+5374, u+5379-537a, u+537c-537d, u+5382, u+5385, u+5389, u+538b-538c, u+538e, u+5392-5396, u+5399, u+53a0-53a2, u+53a4-53a6, u+53a8-53a9, u+53ae, u+53b0, u+53b3-53b4, u+53b6-53b7, u+53b9, u+53bf, u+53c1, u+53c4, u+53ce-53cf, u+53d2, u+53d5, u+53d9-53da, u+53df-53e1, u+53e7-53e9, u+53f1, u+53f5-53f6, u+53f9, u+53fb-53fd, u+5400-5402, u+5405-5407, u+540f, u+5412, u+5414-5417, u+541a, u+5420-5421, u+5424-5425, u+5428-5429, u+542c-542f, u+5431-5432, u+5434, u+5437, u+543d, u+543f, u+5441, u+5444-5445
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-747.DoiYZfiX.woff2) format("woff2");
    unicode-range: u+5197, u+519a-519c, u+519e, u+51a2, u+51a6-51a9, u+51ab, u+51ad-51af, u+51b1-51b6, u+51ba-51c0, u+51c3-51c5, u+51c7, u+51c9-51cb, u+51ce-51d1, u+51d4, u+51d6, u+51d9, u+51db-51dc, u+51df, u+51e4, u+51e6, u+51e9-51ea, u+51ed, u+51ef, u+51f4-51f5, u+51fc, u+51ff, u+5201-5202, u+5204-5205, u+5208, u+520b, u+520d-520e, u+5213, u+5215-5216, u+5218, u+521a, u+5220, u+5223, u+5226-5228, u+5232-5234, u+5239, u+523c, u+5241-5242, u+5244, u+5249, u+524c, u+5251-5252, u+5255, u+5257, u+525c, u+525e, u+5261, u+5263-5265, u+526e, u+5270, u+5273-5274, u+5277, u+527d, u+527f, u+5281-5282, u+5284, u+528a, u+528c, u+528f, u+5292-5294, u+529d, u+52a6, u+52ac-52ad, u+52b1-52b5, u+52b9, u+52bb-52bc, u+52be-52c0, u+52c5, u+52cb, u+52cd, u+52d0-52d1, u+52d6-52d7, u+52db, u+52e0, u+52e3, u+52e6-52e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-748.Bwl3AEQj.woff2) format("woff2");
    unicode-range: u+5040-5041, u+5043, u+5045-5046, u+5048, u+504a-504e, u+5051-5053, u+505d-5060, u+5063, u+506a, u+506f-5072, u+5078, u+507a-507b, u+507f-5080, u+5088-5089, u+508b-508c, u+508e, u+5092, u+5095-5096, u+509a-509d, u+50a3, u+50a5, u+50a8, u+50af, u+50b1, u+50b4, u+50ba, u+50c2, u+50c6-50ca, u+50cd-50ce, u+50d6, u+50d9, u+50dd-50df, u+50e1, u+50e3, u+50e5-50e6, u+50e8-50ea, u+50ec-50f0, u+50f3, u+50fb, u+50fe, u+5101-5102, u+5105-5109, u+510b-510e, u+5110, u+5113-5115, u+5117, u+511a-511c, u+511e, u+5120-5121, u+5125, u+512b, u+5131, u+5134-5135, u+5138-513c, u+5140, u+514e, u+5150-5151, u+5155-5157, u+515a, u+515f, u+5162, u+516a, u+516e, u+5172, u+5174, u+5179, u+517b, u+517d, u+5182, u+5186, u+5188-5189, u+518b, u+518f, u+5191, u+5193, u+5195-5196
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-749.DDzp7Ax7.woff2) format("woff2");
    unicode-range: u+4f2d, u+4f31-4f32, u+4f35, u+4f37, u+4f39, u+4f3b, u+4f3e, u+4f41-4f43, u+4f47, u+4f49, u+4f4c, u+4f52, u+4f57-4f58, u+4f5a, u+4f5d-4f5f, u+4f61, u+4f63-4f64, u+4f67, u+4f6a, u+4f6e-4f6f, u+4f72, u+4f74, u+4f76-4f7b, u+4f7d-4f7e, u+4f80-4f82, u+4f84, u+4f89-4f8a, u+4f8e-4f94, u+4f96-4f98, u+4f9a, u+4f9e, u+4fa0-4fa3, u+4fa5-4fa8, u+4faa-4fac, u+4fb2-4fb3, u+4fb7-4fba, u+4fc0-4fc1, u+4fc5-4fc7, u+4fcb, u+4fcd-4fce, u+4fd1, u+4fd3-4fd4, u+4fd8-4fdc, u+4fdf, u+4fe2-4fe5, u+4fe8-4fea, u+4fec-4fed, u+4ff3-4ff6, u+4ff8-4ffa, u+4ffd, u+5000, u+5002, u+5005, u+5008, u+500c, u+500f, u+5013-5015, u+501b-501c, u+501e, u+5022-5025, u+5027-5028, u+502c-502e, u+5030-5032, u+5036, u+503a-503b, u+503e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-750.XAm7u-b9.woff2) format("woff2");
    unicode-range: u+3f97, u+4102, u+411b, u+4181, u+43c8, u+4552, u+4576, u+46e5, u+4837, u+493d, u+4a3b, u+4d09, u+4db6-4dbf, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e10, u+4e15, u+4e17, u+4e1b, u+4e21-4e22, u+4e25, u+4e27, u+4e31, u+4e34, u+4e36-4e37, u+4e3d, u+4e3f-4e42, u+4e44, u+4e47, u+4e49, u+4e4c, u+4e52-4e54, u+4e57, u+4e5a-4e5b, u+4e60-4e61, u+4e69, u+4e6d, u+4e78, u+4e80-4e81, u+4e85, u+4e87, u+4e89-4e8a, u+4e8d, u+4e8f, u+4e93, u+4e96, u+4e98-4e99, u+4e9c, u+4e9f-4ea0, u+4ea2, u+4ea5, u+4ea9, u+4eb0, u+4eb2-4eb3, u+4eb5-4eb7, u+4eb9, u+4ebb-4ebc, u+4ebf, u+4ec2-4ec6, u+4ec8-4ec9, u+4ecf, u+4ed1, u+4ed3, u+4edc-4ee1, u+4ee7-4eeb, u+4eee-4eef, u+4ef1, u+4ef3-4ef5, u+4efa, u+4efc, u+4f00, u+4f02-4f03, u+4f05, u+4f07-4f09, u+4f0b, u+4f0e, u+4f15, u+4f17, u+4f1d-4f1f, u+4f22, u+4f24, u+4f29-4f2b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-751.DZPzR-dT.woff2) format("woff2");
    unicode-range: u+3052, u+305c, u+3062, u+306d, u+307a, u+307c, u+3080, u+308e, u+3090-3091, u+3099-309e, u+30a5, u+30c2, u+30c5, u+30ee, u+30f0-30f2, u+30f4-30f6, u+30fd-30fe, u+3105-3106, u+3108, u+310a-310b, u+310d-3112, u+3115-3117, u+3119, u+3131, u+3134, u+3137, u+3139, u+3141-3142, u+3145, u+3147-3148, u+314b, u+314d-314f, u+3153, u+315c, u+3160-3161, u+3163-3164, u+3181, u+318d, u+3192-3193, u+3196-3198, u+319d-319f, u+3220-3226, u+3231, u+3268, u+3281, u+328b, u+3291-3292, u+3295-3297, u+3299, u+329d, u+329f, u+32a3-32a4, u+32d6, u+32e1, u+3314, u+3322, u+337f, u+338e-338f, u+339c-339e, u+33a1, u+33c4, u+33d1-33d2, u+3440, u+3449, u+3479, u+3551, u+3569, u+35ad, u+35ce, u+36ac, u+373a, u+3863, u+38ec, u+39b8, u+3a02, u+3a17, u+3a52, u+3b22, u+3bd7, u+3bff, u+3ca5, u+3d68, u+3ddb, u+3de7, u+3deb, u+3e03, u+3e74, u+3f08, u+3f0e, u+3f21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-752.Dg6VVa-7.woff2) format("woff2");
    unicode-range: u+2748-274f, u+2752-275b, u+275d-275e, u+2761, u+2763, u+2765-2769, u+276e-276f, u+2771, u+2776-277e, u+2780-2782, u+278a-278c, u+2794-2796, u+2798-2799, u+279c-27a6, u+27a8-27ab, u+27ad, u+27af-27b0, u+27b2-27b3, u+27b7-27b9, u+27bc-27bd, u+27bf, u+27e9-27eb, u+27f5-27f6, u+2800, u+28ec, u+2922, u+2934-2935, u+29bf, u+2a2f, u+2b05-2b07, u+2b1b, u+2b50, u+2b55, u+2cf5, u+2e1c-2e1d, u+2f00, u+2f08, u+2f12, u+2f24, u+2f29, u+2f2f, u+2f3c, u+2f3f, u+2f42, u+2f45, u+2f63-2f64, u+2f83, u+2f8f, u+3003-3007, u+3012-3013, u+3016-3019, u+3020-3025, u+3030, u+303d, u+3041, u+3043, u+3045, u+3047, u+3049
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-753.B4MIc5V0.woff2) format("woff2");
    unicode-range: u+2649-2656, u+2658-265c, u+265e-2660, u+2662-2664, u+2666-2669, u+266b-266f, u+267b, u+2692-2696, u+2698, u+269b-269c, u+26a0-26a1, u+26a3-26a5, u+26aa-26ac, u+26bd-26be, u+26c4-26c5, u+26c8, u+26d1, u+26d3-26d4, u+26e4, u+26e9-26ea, u+26f0-26f5, u+26f9-26fa, u+26fd, u+2701-2702, u+2704-2706, u+2708, u+270a-2712, u+2714, u+2716-2727, u+2729-273e, u+2740-2747
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-754.DbwrVlx3.woff2) format("woff2");
    unicode-range: u+2566-2570, u+2572, u+2574, u+2579, u+2580-258a, u+258c-2595, u+2597, u+25a1, u+25a3-25a4, u+25a6-25ac, u+25b0, u+25b4, u+25b7-25b9, u+25bb, u+25bd, u+25bf-25c2, u+25c7-25ca, u+25cc-25cd, u+25d0-25d9, u+25dc-25e6, u+25ea-25eb, u+25ef, u+25fb-25fe, u+2600-2604, u+2607, u+2609-260b, u+260d-2615, u+2618, u+261a-2623, u+262a, u+262d-2630, u+2638-263e, u+2641-2642, u+2648
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-755._t8Qc_8Q.woff2) format("woff2");
    unicode-range: u+2475-2481, u+2488-2491, u+24b6-24c5, u+24c7-24ca, u+24cc, u+24ce, u+24d?, u+24e1-24ea, u+24f5, u+24ff, u+2501, u+2503-250d, u+250f-2511, u+2513-2515, u+2517-2518, u+251b-251d, u+2520, u+2523-2524, u+2528, u+252b-252c, u+252f, u+2533-2534, u+2537, u+253b-253c, u+2541, u+2543-2545, u+254b, u+2550-2565
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-756.Cjsx-qNT.woff2) format("woff2");
    unicode-range: u+2139, u+2153, u+2194-2197, u+2199, u+219d-219e, u+21a0, u+21a9-21aa, u+21ac, u+21af-21b1, u+21b3-21b5, u+21ba-21bb, u+21c4, u+21ca, u+21cc, u+21d0, u+21d2-21d4, u+21d8, u+21dd, u+21e2-21e9, u+2200, u+2202, u+2205-2208, u+220e-220f, u+2211-2212, u+2215, u+2217-221a, u+221d-2220, u+2225, u+2227-222b, u+222e, u+2234-2237, u+223c-223d, u+2248, u+2256, u+2260-2261, u+2264-2265, u+226a-226b, u+226e-226f, u+2282-2283, u+2295-2296, u+2299, u+22a5, u+22b0-22b1, u+22b9, u+22bf, u+22c5-22c6, u+22c8, u+22d0-22d1, u+22ee, u+2312-2313, u+2318, u+231a-231b, u+2323, u+2328, u+239d, u+23a0, u+23af, u+23e4, u+23e9-23ea, u+23ec, u+23f0-23f3, u+23fa, u+2445, u+2460-2471, u+2474
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-757.XfynmTzx.woff2) format("woff2");
    unicode-range: u+1ec0-1ec3, u+1ec5-1ec6, u+1ec9, u+1ecb-1ecd, u+1ecf-1ed1, u+1ed3-1ed5, u+1ed7-1edd, u+1edf, u+1ee1, u+1ee3-1ee7, u+1ee9, u+1eeb, u+1eed, u+1eef-1ef1, u+1ef3, u+1ef7, u+1ef9, u+1f62, u+1fa2, u+2001-2006, u+2009-200a, u+200c-200d, u+200f-2012, u+2015-2016, u+201a, u+201e, u+2020-2021, u+2023-2025, u+2028, u+202a-202d, u+202f-2030, u+2032-2033, u+2035, u+2038, u+203e-203f, u+2042-2044, u+2049, u+204d-204e, u+2060-2061, u+2063, u+2070, u+2074-207b, u+207d-2083, u+208a, u+208d-208e, u+20a1, u+20a4, u+20a6, u+20a8-20ab, u+20ad-20ae, u+20b1-20b3, u+20b5, u+20b8-20ba, u+20bd, u+20dd, u+20e3, u+2105, u+2109, u+2112-2113, u+2115-2117, u+2120-2121, u+2126, u+212b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(data:font/woff2;base64,d09GMgABAAAAAA44ABcAAAAAJkgAAA3GAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjYbg2QcgVI/SFZBUoEeBmA/U1RBVIEeJyoAgRQvbBEICpw0llILNgAwlXgBNgIkA2gEIAWGMAcgDAcXJBg2G6AhIxHCxgEEhH4AKP4qgR5z1UZBkgQhBpQ0QGFR0mlhotJQxCSO28yfQ5KG4Am5tt9u1wNIRkgyC8/T/v5/7b3nzNXc6yem96VEV6nSSUiMDJ1KcLLj+/XPD/w2/88FLC5KikheLMoExUQvuQ27HrSF9iKZS/eyF12+n6/WL4qlrtLa4Pnvb3TuDzRrJuJmiiyoqcCi0BZkhVdkeXFfAjII5KJi4ME6Q65fItgANXE7TK2ldrcbuEQBK76Zk5kK9R+29QRCf/Zxf6e5D/GV74sBgCsgKOQrAClGYcqKQaPQnUhZYWSELJQb86e2ioBTmQKjp5mGZBbb7ShiVufYyKGI0Ot4PPdXNYKwAgX4Dd8DCT/JVFABGevsnnaI23ocbRC3WzwtkHFaPBbIuCx9HogTCIDh6BFlHqFAABRHPZpWFIRtiHaOG5ERPDwtWh0qTpRPJxZaUZB4ENFG5mSVncDijQTE7JbbnNYq7ftfC5vo6ezwAALUo31APQW+8TC6jYMbByPmrECA5jLkF87zO2OvXbU0J2TZZoNCZEVVyIxyLZWQtGCiHyFJKDpFU1RFWRvgVzp6PBA3pUTicq3ufadRzjIAgScQiO+e2i7/8b9wFwDiJSfEtokvXNQ+4kN7TD9etq0pVe20EWyTndSmSBHIQcEFWeuRSLCRV9RTfW8pSUpDGQV4QT3V91pmrdPOJxxDi5AHNSCzZUZpQBZMr8CA7HHlaf/Nf/VfePaDNQXJqk5bO2DT8v5bSm/BU6+OyiecRWsUEc69JdDdG5xH0mTIkiOQp0CREjoGJpZwbBE4IiHAtGPFvhmyKYAMO4IwZ+RNqB/0PTKObQjpyNq9sxdgFwB6uNUAMJNsVpaAMkYAzSmx5U5gnLfxi64YcNh4itjlXwHcwWDLGEgQgHbonwB0CkRMwcphCGg9R1td7j4EASqE5NRMyjRpNQABoMwOEh6S4559kP7QyioqR4Bez0grSC+4FnWetJTpWjbMpWJLsEzTbRgQDqmEPLoGrJsDnB8G0Z9kUr5mpYAKSKkhqkoisRNlaIgEuq0Zx5GvE24V7hbuFe4XHhQeFh4VHhee8vuBzpwmNwi3g5Ny8VNZfHafzWf1haf6LV+zr8nX6Gvw1fvqACHivmcJATHYmDaXATueqDX2RDKSTWIzjSAjAX8yksc2blIKIL0gRXCflAK8Dso21gkqWrv+1CVGigA0A2A4YD5wmwB8HwAAB0ACKIphuNHSEtQZ6X3wvuCCg5KQdu25Xp7AIgbScIAB/znsDmcMoBRBa6gJgZ9+Ae1cc0Ow8z7/7CC6P1xhDkfQLKrTGeiqrkNQaiqGXCQP5QC7uQpBqUDfXmIb2kKuu0pV5MtQUVOPhFKTX0WO0MTd3PV0u5pXTCd9BP6R8IO2cqvRSk4VuVJeLasconNIXL2aLpIHqdw6rqHwCkSeQz4BRau4GLkMlwE2za1m5eZbUaWoxFBdqWpVsJ2nCOwjLTBLiHlC9dB+LC+KnDgla4/gdhSl8GJFdcuypbNXqZa+wxqQjkLFbIefX0P3Pq5EQxSLYsX4+6o4H03NQ/WFKJRIyQ+oZz8vVoXLVfIqeM3rCrTrq9tda6sitoKRPts/rzo+1dUCpbO8IJZMFyS+VkMgsCj/8DrIKCJtcIZ6ifwXnI18/ZGKthoXxruGRlTGiflxSnbaMGg3qEwUK5onUFhAnqBv0h0Ha4Vziew6cwT7+R5f8/m8xrOzqJSdr5/nqo1BaX5gztv+NMWa9j/sAXV/z15Gpe1ns5aBdQj8ao7XB3z1A+kOekwJem0fUMIVMfGK9NN9bK1kgKknXSbpwOad8Pk+M4IZsNWXaGlMeiqNaqAzjTOejSPEleOrODz5HgGsTuHzzx+clS6E/LSlFqu30FOXmdRO0bvatsCvywyCb5U1G+v2MrmMkv70jFrFR3z0PXOEItek5teqK4UkI7HrrRRaUm189sludFl8Jp6gMaYQrTf77KLyBLrZU0nqouKu+RsF/AtaKNWtG0o7w7LUQR3s3TZ/Vmg4dIRvGwhncQe7CvfqhFLOaq2YBgFn+fIxFtfdzd2ji5Jy3i2rvrvCHDH7X5HMUele7rqYqMBfJgEObFYNRPe8YJ544byn8ztIEFO4W9XRt4j1e9eIp2dSN+cd0tx3Aj+aQTUy6QYqbV/9cFpNSf71jWa4Ll2Xnq7W1Q0nvPk1wyZyej4V9H+ruylDr8LMukvFD9wymftB3iWl2KxTzXApa2cfqi7GuSz9h7x+vbzYijxD/2phcv/7jwAWYvzIsx+12Xfqs5vpl4u2ZGYcyb0seX4j4tO9J/SHsfVrW8YhXTLuD9dJQdF1aPE5VdoYBz69JDZeU5Oe3F4UTOcuNirb63NzE4yRV95cmCEKUFraalvMSaXKtKZDWTwgNfjTnv/f0obG50VyuXsE8H4Knz98kOtAUBa2R4FxRKf4F0Wh7mjRHnnyTp58Qfi6BTxXl4ktYulYSFm7mLE+9HSaVeVsOwLW90/1IFBLxgWA5+I0M3CfGO8GgCCIBT20widwAiZEjDQhHyN/E5IITYT1hItEHtFOPEyikppIn5IuBnACMgKqcFiEQDAEAMAiCPEOpqBSnsCYeonDEuoCt0Y4hZtQ07DgYBpgjpdcMiwQDJf4/X30DTpYEhZEbNDL/Hsw2PFh4ni9yNwmI2yAlTCIhCBEGIEjiBf3dxCPhYcf0wYtAlzbQ+P+Iw8u4LCM33KFGhElkSRm6hZwubm5stBR3EJlJvd+maDKuwhhMr2cs4dP7d9/8vBZ2HpKv/X770f8nDR14fh/nlr4Qk7/MCEM9T+D8/oVWVVcEotH8Srznx1qdlqsgB6CGg2Z8TIhlTwo9JGQPL7vtChk0q7ShrndZhGBWi1AgoO5uDq4g72i6s2z+w+Q+fPCDz/6JunRjNuzyOVJTM2Sv3/rxshYRszTCxcoZd0cb4Hg+UhVvlgkWliqx2HZIjB5I/yxhAlEMgnzxik4P38fk5Ss+G6R0x96uc+evfC73eU5v/39lC4vctOyNJosGpEowCsT9TTL9eEbBCeS2gC7glc9B05/T334mqKszNl3rK0DI/oQGuvLjBQpzq82wDvwUUhdSejWF3D0niJSk+PEbBYbz5PHR0WwGsK3B2+mVqG8dHomhXS5BXpYDKvCxBMXOLc+MLF7Siov0uUo5fF1tfn5mqQEafCz4M1767PYQkVqVoaaEBwtl4pZIWhAULAmUxb55n8Ck5qabmxMLlfE46lKy7Z3MZ2ebG5Hsz5RvofwlT75F8NJfv7rnCZxlUd5/zB3GKFwBE+eHO1w0eDJtUD840qLNa0JqAD+wg0EmfUDn6nbv6iVqmUyNdnnIy9nUEDtW0GGhfpfq7MyZLxIfmW5UTWNENLY5QsNDQqLSVYVsBlVckxYUKikeGE5DL4VXr/vicKJE6+zMlVSEZtMImkNOXINKdwCP/l5vAhhUjZeZuGFX4ZnJwkjeNPcOHwEjYMgq8US/pRlN2q0dIfkN/IU9PXoKGX05XiwTJOlkVcKJAYtebea5vqiGXnqzLlz2huqzXkaP4Nx854iUBJJo1GIWEDIzk6VHL096Oqx16KAoelN+mSef2kGHp5RCWq8UsDVCVE7QSKRyeWZrMy0epiOtmxOWwOukIgezJ9Y27hBn6UQMYmTk+ojblQXBYUBx9sar69rI6pOD1WcBaDTPUUYNp7+BULnJOBG9hvP653bVZQax+WZMsK7Llwg8JS1Xeyxq7iNsZWV21GC0Zvkj64YwYuWKvDkUShTN+yQXKffprowxJ+e/nJ4RNfZxzr0DHJaU2Hi5d1/4IzeuMfJ1CzlhDAwelWN90jNUsVh3IhIt6ssTSqgkpvDxUHO+0ajdAaDE6PKyb47OskScjkceuCrB49wbWI4GL0aGSKDEfhiFE4YV5BlNhnLdo0cM3KzBaEMQVCdP3JkJCtrYGDatEUVPil6+WezkRpKqUjFm8DgXcRmMlevVqtlc/Zsfz/c/JS/V4RtnhZnXvOGNhmyJKh4fhVI4lTDpodNHaopmFQCcKlBxQ9xeS+aqTn/gs1+AsDbPbHjAHz48PDLKfHk7dyGIAaARwEQcAf//wC5yxnm9fh4ACEeW3M3AnZ/AEgVSwagoeWCvqU0oiOWCqlugx4qH1ypjExU4mFXt/dpbjtVj0CIe6p5yRCXAU7m2wQrdGceqxRkDWuMS6LUZbIJKwyznnab2ALD9fiWBbMihwiBJaCYkWaBzVFjZgNZxvF5USqxBQLD2SIlMWyJYFrZMgxkTE8OJmhnYdPGaJY+PSx0OrWzk7zlHDq0JGEhtJv7dSjQXC5ufSzlN6RVcyTsK7iRZ3/6dMmSJEkvmx4tuhQm+0S9pD1cjE49XJIUMylQpFOfTuUsPHpV0Evg7VnFoaf80Dt5YJQSJUuWKsF0StncLNSWRQYcpZDEkJAiw7J2sGjjyCVOS5nFwUbSjKjXudWSqfgfh2xaBjrFsiVq80mxFzUq4+DSbzzfU8xjSDG0xnpK2cjkJCVLUYUpUboZo2U3apXbP6m1dOaYlsiSSRMtIB0Js0w8zLO26OOGCaO9NtIBd5MwJrNgX88iFh1t0kuU69SftWHLIpGISGxTHKS0s8vx73u5dyAlkN7/4UTgXhWvZ/UPkIh2BbYO3tXvyzpZG8VMTuQTIuy6xFgLIJh0/IutOhUwjTNlBA==) format("woff2");
    unicode-range: u+11af, u+11b7, u+11bc, u+121b, u+122d, u+129b, u+12a0, u+13a6, u+13a9, u+13ac, u+13af, u+13b3, u+13c2, u+13e3, u+141b, u+1555, u+1557, u+15dc, u+15e8, u+1780-1782, u+1784-1785, u+1787, u+178a, u+178e-1791, u+1793-179c, u+179f, u+17a2, u+17b6-17b9, u+17bb-17bc, u+17bf-17c7, u+17c9, u+17cb, u+17d0, u+17d2, u+17db, u+1871, u+18fa, u+1bff, u+1d00, u+1d04-1d05, u+1d07, u+1d0a-1d0b, u+1d0d, u+1d0f, u+1d17-1d18, u+1d1b-1d1c, u+1d20-1d22, u+1d25, u+1d2c, u+1d2e, u+1d30-1d31, u+1d33-1d3a, u+1d3c, u+1d3e-1d42, u+1d52, u+1d55, u+1d5b, u+1d5e, u+1d9c, u+1da0, u+1dc4-1dc5, u+1e3b, u+1e43, u+1e45, u+1e47, u+1e63, u+1e6d, u+1e73, u+1ea0, u+1ea2, u+1ea4-1ea9, u+1eab-1eaf, u+1eb1, u+1eb3, u+1eb5, u+1eb7, u+1eb9, u+1ebb, u+1ebd-1ebe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAbAABcAAAAADxwAAAZPAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGhYbgXIcgzw/SFZBUl4GYD9TVEFUgR4nKgBkL2wRCAqDMIIvCxYAMIJoATYCJAMoBCAFhjAHIAwHFyQYFhv1DEiOw7jhK/FCcTagBCsenv/Ovl/7nEolnYobF+qBnDH5JeGJf+ToE+wXn8+u+jU9ewBrSbQw1fd6FnAQHxyCGRzEzs4h7P+3X6t/9u0CUTTqRTzEiTTRTGmiVr8kPNHnEJKESPqhYC4liIW0JA2J07nUrR/M4h/R1id8GDn+VQvhONvwiV8qlFtsVdGAlMPPdSwEHX2abCLomEOZjpTjD2U8Uk44tJchyAaQFZblZ9QJG0BSmLKLYZtwDi6/5BictTCsg7irC+LnPm2fXUsjRtfIeQMbEJeQR+9gRimOPVwRiNj7Vwsn4tgeBoIpBC0JwX/mIYKhHN6VA6EuybJA0znOD58EaqIyyjLFMbe+0X+EGuYLPvOJj56gPP5IhyFI+Q2BQCgkhIZkWQVgfTFcMto8JElWs+LGck5M2uGvcRM9oYs0T4qpaGkHkP22aaC2MPqPrNA1F3efdMyJQdY2O+KWWUgqUxE3TSKMmYi4YRzUDZqX+txYHlJNz9ETThYtXFVSf8c19HA+Fk/rjfODEM1J5toAPhtCSedQs1NJeTesCCYAMG4LQpLf+CvSMCawLIKWpsjHmPMidBCFu2T6Iv/OEXxI16V9wPbqmHGQuNgSUpXQkNmJbLpFXjVy0NzKp4wWKa6J6UMGUYe0KP0F09OgxrVO2Iz5XGcfrfWSwMAJYZIUqdPF0I+APgkEROWnwHttxYogI0lxC+ltBEQnPm/QTfuA2ItDP0+D4yBf8YcRGu97H/Rs2WjCvvNnO/TlNP/frSr2s6EcICFjAicwwW0X0LMLh8WdTj9Ln+Yi13NrNALT1nf7/+4/P5M+M3cmzeD778U97EqPS52wWWOpFEhAXGO+AmIsmjgCosJPiRaxIkSbuIXoEJ9DdEn7QPTOI0Yf8jTEACb/uWM0Qhc0wQTogwPAVYAC1HiqsKhIRaauZassiwT5CMs96/3yuKN3HHnkxnO6Rx214ei920hlnz2Wn4xLn6quf8Iljx+8F6nsUSnK8du1Dt6aYa8qNQ+KtuOv/8GJ+z5Muu79w3d8MNDcZ78t+2b0e/jAe/rRzfM3uv2CA++f5NWX+8H+F+zi9fQ4Esx57+S/bLXUVvPv/Lx71cTUVd3eVVMTVzlsXnnX5ituXrvr1Lqav9LmcBXWeuP8hed7cUJzYbP35aKvF5m9e7HmYsLvWea3/OiUZX/S7byo/MX0m2u9v9bCvxxHuKWKVKaQqwYCIbC8LWBFQN1S8pVr1sNr0r1Dk6GhhkuMXXq5ZfzVQRp8/+XQbPeiYzIXfk+dF250wEWL6cDwpc1dfnh8wQ93Gf0PzT8gD7MbvXzA5qGjGfnW8/1a71Scf1AhzrvW5TEW2UeXDCMuHY48+c3JyTc3VVN20jCFsHr+1dlc/N//DmUpTYocKaW8YPbmP+c2+FE543MpSdEo/rBM7FVadzofVKk9OTVZxdefPn74PVP9/R9ff7h73W7t6y/vumC919R2f9GOL6bLa0VxUa325sANC5yn44KDB7roOldEFaWPG1Z4a3bxUo/mNCNpeC8uJ5Ci/HrnQ4sO7m74RSPnj+DPzy/1Dfztttd+/8f3u/9uPa0+AKUEguKa/7+F6vUIq5lvukDQw2nmjxzhJTGOj7N05I9i7bSPe4xGwO+wo+99EDTTM/YGBJhpwjdZFGO4O+7FCIvHBUg6cRKyYawsFnGoOc4jlBa6iI41OR59mxzXLELLQcCPiU1AZUIZWpqGaOvESehoWRNdPQHo2WQ++vbYkoj2xmYsPJGp0KBeDl4em0Xatq4n89BtrJJJSh+PCmil0vSqIbDXNZOxTQON2MS9TkkTLZqXyKHbMnrBJor3rCxRbA5VtGpFKlSx9bLV4zFeDfJFVtWayJzspdsYKk6UGDESRCoRJ51WI0uMyejfUWz9KLFipYBPD55JbttLIRsk18pIFDZJEjvGiK/+GNLlKpCnWvoAU6LXUi1PoToyVR8Lz8nNo7ssurOkWghR6GCqYsROKRFlxO0UKpdEbARyeyELmzXA6qLwcVlRC5Dh8SuhItBdY10vDR1WlncRlX4yaeWziI3pda3C83x8Klg9Wx+HSBYsCgeMZqwO1Fxej9GVzxc3ih7y+b8W1eujhpnB6jQQ6GIif0Q+xboz3bK8a5b9xgIA) format("woff2");
    unicode-range: u+2c8-2c9, u+2cc-2cd, u+2d0, u+2d8, u+2da, u+2dc, u+2e1-2e3, u+2e7, u+2eb, u+2ee, u+2f1-2ff, u+302-304, u+306-309, u+30c-30d, u+311, u+31b, u+321, u+323-325, u+328-329, u+32b-32c, u+32e-32f, u+331-33a, u+33c-33f, u+348, u+353, u+358-359, u+35c, u+35e-35f, u+361, u+363, u+367-368, u+36c, u+36f, u+530-535, u+537-540, u+55e, u+561-565, u+568-56d, u+56f-576, u+578-582, u+584, u+5a1, u+5a3-5a4, u+5aa, u+5ae, u+5b0-5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAwgABcAAAAAGPgAAAuuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjsbhCgcg0I/SFZBUn4GYD9TVEFUgR4nKgCBFC9sEQgKi3yJKAsmADCKCAE2AiQDSAQgBYYwByAMBxckGCYb7xVRlJPWpJD9PLCNaQ8WTXNJgIVY6GpmK5sMm3DCdzjllud4nv+1f93n3nnzaB4GsWUFCApQEbqA+jKrKqu6RiC61lUy6ejMD7TNfwcHymEl1llNqGAf6TZtQIyiUoxCt8/N5Y8Kf/Yy0+2Q0q33CLQhBOMXMhImHEIJjEFj1/79APv/b66083eO1eYwp+4Kv0RCATpAXeMCbza0rA4pFzNvU2B2gI6YFRsB7Cora3S1qKzfr6b8tUnbyBAxNoo91qnZ4WR/VYt4jh/+tw2qvWmvUYGojfU7IK33G+2QdmldVhDdWpcWREM76II0TFA1zpZkQjwmKBpbBbHxE0fR69ss6C7m4go8+AXSJDXaL0zQ6KRfhF6v1LizAWq/XAG7ebaZdOmMg/9m4Tj9vU4XINhKQqc0CH/t+oJwHQJEtcbOToj5BUhgmxetq5vON+VDM3HU152jOtpMZ9GKeD6gW9ZTYqA6bjquHZeOczBonz/7XZC2cgHByyrJL3SkpHMTyP0pAB9j/K/S70sedSkZIFi7plbf9UnFRY3u9bU61cLCBDYAWUEhcZlrDS0Lo0phICAw0kqXYdAIEioItE+RjJ/zKt1Ap+gCaopXXF8E5OFDhcPoKVVjYadSapn1Dh1WM9v73tmGxdTWvk9swRjb3PeRTcjQeujWCsrBhzSwFDN69Q74YeX7ibO9Dr4ehP2D/JaAyNAUOzFROBIFCc1On0cxUSwFQxTVQsBVwGYAYwhRtb7PUrIfjMee6szMLfwLuawo7ayfEMcfOx7EfWoI1MovrSNUCXA0qONvMRdu6jcMGJRXSwtw5+a0eRw/clCmBfdcvZTrN0k9EPDaWN1zEWhOBO8JiQ+UfbTjwP6+F46kP8Aiu1/QkW4ZRBCsxctSRKFJF5thCFgxAJWTqa+ELudDHb8oOQnKJ5dL5zmFrEV5cMalPmtFxzPX9HmcGH1BArykJezqMAh7okT9+JJfLt5HIAAFFZvR+1KI2qA/wyB0nYM+z6/ZlT3ZlyM5lselsbS1tGzsKezX/J7733rtc7VCBQTy5ApuST+mSjEEK3CWaBJXcxTTZDAUPgF65sg4k0MlhiaqSMc4JjNyMmZRqCILxtEsI6rEKQpASVmz8fNMT1mANcBh4EyQL0F5GYAGDKBI9iYogxYau0hT+aht17bLKNR3FeR7NMJR5+cX7ofSSCgemBjAZIZnz0/tE8y0mQOMRp/RQJOJada0IWxoUb34A0L+yH7pe/B+192MsEHFvrmSkax/l/6KkB9GlH7wCXhXbbK8eIB5hM6meffvtyw4eBDZ6/v46GwGG+1qzlazNZkqrT6MkJclnb6fDRibdUY6eSaMvQgDnALdIGrVVwmiK7MdjWLN2LJ9XVfiPRM1dUa2moJgE17dTNOcrVY71jPYavbKZtYDDaOTzYs20EYTdoAvZiezad4PdnXvRUa//TYqfkGwZf0praSvyHSjaUFJ9v9VhhHkSgBz9OWro959bbbucaylDWsdWeV3v/iL3f6UZv63CngV770X/8lfPaJ+5BJ+6bXY8vcnOlcv6/iZa9snSNrr/KQd8CynH1ekKq48YEvggrCIBYFBCyLCFoAuhvmRNEfK+KjP5yacK8WThlnLH8oPtsT6uyaS3pgXmo5k++3JUUVLKzNcqg2pK/Qid3tuQVFHbrFbvyJlg+rCmeWV6miwBqYEJg6Rn4nHX0HHZ+N5P4MUv0obUenRtFaOp3eQr0ohFClmiYbwWIlTopYygWPGTIGzpVyk+HK+c+YMvuP0SGla8jOx5xXG+Cvi7Z3D866xVmtWptRrSlRSXkMR68WUwAR6K222WpQ+1/sZz2KpUM/NEWkDkVZDsFGDGjSJSUzvQIAsIGiuByHl18BoYKCaYvcFh7902JvOZrBMdbmKxh3/M9bAeIaStkgtFDbW6kzKlDpNiVrGaxCEvrV1+L1v/nn9Owjzk2grCj2tamLCJiW4MxJraUn4kaDfMNTtdvWswaJX82ig4XHzVPk/yKZq8Exhi1jgks3IcjSWQQwIW+PbYicaOdkqtVb9AtIiEEq05YWjmsoUg1ihSuFyq/AyGoFLO+xuY4J/XPFtVgjsMlvXXMAHuPiSwlWF8cdtwNy6vw9bUmgfLsqrHw/LLc0Xesa+wQLcYaES0L3+eCBMtpGsyILHSCjOq5tA40rzhItf/BrzJ0NCpQAAAMhHcmkJhHy4vgoAH0gFKQzDi7AUTiFxSDMyivyO3ECe0nxpGTQFzUSAFwFfYACAF1jk5AHwj0wLmX5AwLzAOZby+GkW48s75lxLB3hIrGFdXNy6BorKlHZIYF6+JXqHNJOa5OeNhSd3SiLjXXL4GhbDJMJC6HDJSyAISVDOuiQ8fIl4w4gQLIEODutOjwqPZXcUxzNbCi/mIyzgDKb5XD17AWSgmWZeWvS9g6T7Sei7ZNBApl8JDaBN0/3Dw4VFcf6MB9coKihTVhcaKmhwDos8Z4NgX1MnywxqHcQ/nP/Jk07nkTNBKanFll6oIb1YVhYkhBIWCxGaYAMtdVmc4Onr3Ox0MCeRW65oRpTMoe//u5n9dA6ve/YVdvN2HWRwOPkdehCQGRTFCIqMTc0WZ8pIio0MYlCulzTcyGf7lolt2vcskqtxBQeiLP7+pTMgbk5dkPj01CnrO5i+e/vBo5PnwzIyK5yDUEsGUBQnLisrv2YY4bbK7TaR7Hv3HlFBwN3lIu+d+zGcsLMHe3SOxUcYJ1/kzBQli6KZba7ZtgX3JJ9Bfpvd47HPkN+/z+JkVWC1LA7rvmK1gqXL/IlqWy+/Z+KSGj0JEwVfW3790MwESo/EOXmyqbVNpWkzOZicuLLHMXlqpxM2JEmhjvSysrKEQl62aDbEn2RNn/rrBDsuQ1QaAfOh7ckN1rpM6sndW2j33sN7N65dunJfe08Gk0mv7TXXVSQ/u3bl5sPsyKt7915hxZRYJEDmZ6I7q0BI5lGUb2hkQno2OshJTc3KmtPv8mJM6ojow4dPKfcrKvnp7UvF8Mex6Gyle/LB4biskAdXQjA06/auvQeP3ajbfJALF6/cqSzIjrxSXV6x6QVuRg2VJBobmzgmBS8syrnITu7d6RBIpwUxcUm1e3PT0483IztWDF7wYiZNnUMf8Y2TE+CNFQT9bAzlH1D7B22SgaJzGIwlF6GoLEKGP+cjJzcYmiQSHp5WJusYE3w7jJJiSpmfYTn586b79C07169+69//ViP81avnyNBEbwCeOHEuMtF9tCl4EeYhbIQJlwWgzWhMkTAV0OwIwTCjsN4kk5LnJ6aVyzo9rLzx5EuoGnmG8cXUqlvT6zavXPLy778v4egnbCx8LXkvaiYhKGk/+3pRWndg2X1fev0X8OMbqY8Bv7z276HpxF+Y9q8hAFoFhObE6VNg+oEmqcergODHXy+XGBwD2QTaDOuo1Rzuz8tlltIS67mxZazVcWoo0aBFLSi4iLBXNmrQRuv6mWYxwRfb7IEqzRiv51OFcTATWMzzElbXJW/GRo8Dz1mHrb2mcO4i/Y1XfD03VKLzODoezzgBTm02CzsT1+HMPC/hXOciXFhKwSX42o0rCIEp48fjBg5aenZyowb105Lo5WAohlcycrIeQi0Y7CFONdjEzGLQd8LTUg2jElQs1HUlg9xK5Ms3QK+flRsyhDwDhmNj9+pn1rVfT6FGnd7L9VLSchmgIpUbzGlm1O91/b1ccHx5uLgK5JqBr5TF19KnxjBRXn4enjREidtJy85oMbSJ0ShjCKMQRtFq0yJcgqAfQykxGYl6pS1jVkY9jS7XxMhsKN6hfp8QThZOibiTQS+zFYVcvL4oO4NPNk7MkAg6xlllRNQakaV5tHorr+eG87KdKQdObqtBFnh7rIHoWcMPaSFOESMYdOpoOYPz6ZR6DVkk07vS5aFj7CfxdexcH4Sa/wb6CmQJyKnT3fM7u1c9G50VkBEcC+orXjU0r5ohk+ZNUVlUMQhfM38fBgA=) format("woff2");
    unicode-range: u+1af, u+1b1, u+1b4-1be, u+1d0, u+1d2, u+1d4, u+1da, u+1dc-1dd, u+1e1, u+1e3-1e4, u+1e7, u+1e9, u+1eb-1ec, u+1f0-1f1, u+1f3-1f5, u+1f7, u+1f9-1ff, u+219, u+221, u+225-226, u+228-22b, u+22e-22f, u+231-235, u+239, u+23b, u+23e, u+250-252, u+254-255, u+259-25e, u+261-263, u+268-26b, u+26d, u+26f-277, u+279-27a, u+27d-281, u+283, u+28a-28c, u+28f, u+292, u+294-296, u+298-29a, u+29c, u+29f, u+2a1-2a2, u+2a4-2a7, u+2a9-2aa, u+2ae-2b3, u+2b5-2b7, u+2b9-2bf, u+2c2-2c4, u+2c6-2c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-761.Cy2jodEe.woff2) format("woff2");
    unicode-range: u+a1-a2, u+a4, u+a6-a8, u+aa, u+ac, u+af, u+b1, u+b5-b6, u+b8-ba, u+bc-be, u+c0-c8, u+ca-cc, u+ce-d5, u+d8-df, u+f0, u+f5, u+f8, u+fb, u+fe-100, u+102, u+105, u+107, u+109-10b, u+10f, u+112, u+115, u+117, u+119, u+11b, u+11f, u+121, u+123-124, u+127, u+129, u+12c-12d, u+13?, u+141-142, u+144, u+148, u+14b-14c, u+14f-153, u+159-15b, u+15e-160, u+163-166, u+169-16a, u+16d-171, u+173-17e, u+192, u+1a0, u+1a4, u+1aa, u+1ac-1ad
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-762.DJju1fgf.woff2) format("woff2");
    unicode-range: u+a3, u+2ca, u+2223, u+2640, u+273f, u+301c-301d, u+3107, u+310c, u+4e30, u+4e3e, u+4e5e, u+4e71, u+4f26, u+4f7c, u+4f83, u+50da, u+5243, u+5267, u+529e, u+5321, u+5352, u+5477, u+548b, u+54a6, u+54b2, u+54c2, u+54c4, u+54c6, u+54cd, u+54ee, u+5543, u+55d1, u+55d3, u+55f0, u+55fd, u+560d, u+5629, u+5660, u+57ae, u+57e0, u+57e4, u+5904, u+592d, u+5965, u+5a31, u+5a7f, u+5b5a, u+5bb8, u+5c14, u+5c3b, u+5c5c, u+5c5e, u+5d10, u+5e10, u+5e4c, u+603b, u+604d, u+611c, u+6137, u+61c8, u+6292, u+62c7, u+6371, u+6382, u+645f, u+64ae, u+64c2, u+651e, u+65f1, u+660a, u+663e, u+673d, u+6784, u+6789, u+67ff, u+6813, u+6854, u+68d8, u+68fa, u+697d, u+6a01, u+6a1e, u+6baf, u+6c08, u+6c17, u+6c2b, u+6c81, u+6cbd, u+6dc6, u+6df9, u+6ed9, u+6ee1, u+6f86, u+6fc1, u+6fdb, u+701f, u+7076, u+715c, u+7194, u+71fb, u+720d, u+72b6, u+7396, u+73af, u+745b, u+746f, u+748b, u+7647, u+7699, u+76bf, u+76ce, u+76de, u+77aa, u+786b, u+7881, u+78ca, u+793c, u+797a, u+79b9, u+79bb, u+79bf, u+7a92, u+7ac7, u+7ae3, u+7b19, u+7b20, u+7b51, u+7b94, u+7cbd, u+7cde, u+7cef, u+7d46, u+7dde, u+7f88, u+80da, u+814b, u+81cd, u+8235, u+8258, u+8282, u+82b9, u+846b, u+84c1, u+84d3, u+8518, u+8611, u+8783, u+8814, u+8a15, u+8aa6, u+8b2c, u+8ba8-8ba9, u+8bc6, u+8be2, u+8be6, u+8c22, u+8d05, u+8d27, u+8dbe, u+8e34, u+8e66, u+8ec0, u+9005, u+9082, u+9091, u+914b, u+916f, u+92c5, u+92f0, u+9318, u+9382, u+938a, u+93e2, u+964b, u+96c1, u+96cc-96cd, u+96db, u+973e, u+97a0, u+9803, u+9876, u+9879, u+9955, u+9986, u+99f1, u+9a5b, u+9abc, u+9c57, u+9c9c, u+9d1b, u+9d26, u+9d51, u+9eef, u+9f99, u+c2a4, u+e253, u+e313-e314, u+e5c7, u+e5c9, u+e8db-e8dc, u+ff25, u+ff2d-ff2e, u+ff34, u+ffe5, u+1f60a, u+1f618, u+1f62d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-763.BPlfZyhz.woff2) format("woff2");
    unicode-range: u+b4, u+10d, u+2d9, u+641, u+6cc, u+e20, u+e29, u+200e, u+20ac, u+2266, u+25be, u+301e, u+3058, u+4e07, u+4e1d, u+4e66, u+4ece, u+4fde, u+5016, u+5180, u+5199, u+51aa, u+5306, u+5386, u+53d8, u+5413, u+541d, u+5436, u+54ce, u+54e8, u+54fc, u+5571, u+557e, u+558e, u+55a7, u+56a8, u+57a2-57a3, u+58b3, u+5960, u+5992-5993, u+59a4, u+5a55, u+5ab2, u+5afb, u+5b56, u+5bc5, u+5bc7, u+5bf0, u+5cb1, u+5cc7, u+5dff, u+5e93, u+5ed3, u+5f6a, u+60bc, u+61ff, u+6218, u+6254, u+634d, u+6467, u+64f1-64f2, u+6582, u+65fb, u+6615, u+6687, u+66e6, u+66f0, u+6781, u+67f5, u+68a7, u+6a1f, u+6b27, u+6b4e, u+6b73, u+6b79, u+6bcb, u+6c5d, u+6cf5, u+6dee, u+6ec4, u+6ecc, u+6f88, u+6fef, u+701d, u+703e, u+707c, u+7099, u+710a, u+725f, u+72d9, u+72e9, u+731d, u+7325, u+739f, u+7463, u+7480, u+74a8, u+7523, u+7526, u+75e0, u+7613, u+7656, u+76d4, u+773a, u+775c, u+775e, u+780c, u+78e1, u+78f7, u+7960, u+7a20, u+7aaf, u+7b08, u+7b71, u+7be4, u+7cec, u+7cf0, u+7d5e, u+7d62, u+7dbe, u+7e1b, u+7ea2, u+7ec4, u+7ec6, u+7edc, u+7eed, u+7efc, u+7f16, u+7f57, u+7fb9, u+7fca, u+803d, u+816e, u+82a5, u+82b7, u+8317, u+8338, u+834a, u+83d3, u+8401, u+8469, u+849e, u+854a, u+8559, u+865e, u+86e4, u+8700, u+8759, u+8760, u+8778, u+8782, u+879e, u+87d1, u+880d, u+8836, u+8944, u+89c8, u+8aac, u+8b74, u+8ba2, u+8ba4, u+8bae, u+8bfb, u+8c4e, u+8cb3, u+8cb6, u+8d16, u+8d28, u+8e44, u+8f3b, u+8f3f, u+8f91, u+8fb9, u+8fc4, u+8fde, u+8ff9, u+9076, u+90ae, u+90b8, u+9257, u+9310, u+93df, u+94fe, u+95a5, u+95a9, u+962e, u+968f-9690, u+9704, u+9713, u+97f6, u+9824, u+986b, u+9884, u+9886, u+98e2, u+991a, u+99a5, u+99dd, u+9ab8, u+9b41, u+9b77, u+9bad, u+c774, u+e5d4, u+fe52, u+ff02, u+1f389, u+1f449, u+1f495
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-764.B79rancX.woff2) format("woff2");
    unicode-range: u+2cb, u+5d1, u+5d9, u+5e2, u+5e8, u+5ea, u+633, u+e32, u+2252, u+2267, u+2573, u+25b3, u+25c4, u+2713, u+2715, u+30e2, u+4e28, u+4e3c, u+4e4d, u+4e70, u+4f88, u+4fef, u+5018, u+501a, u+5026, u+5137, u+513f, u+51f3, u+524b, u+5254, u+52d8, u+5308, u+5384, u+53cc, u+5443, u+5466, u+54a7-54a8, u+54bd, u+54c9, u+54cb, u+555e, u+556a, u+5580, u+560e, u+5614, u+561f, u+562f, u+566c, u+5679, u+56bc, u+56cd, u+56e7, u+56ed, u+572d, u+57d7, u+582f, u+589f, u+5b09, u+5ba5, u+5c51, u+5c90, u+5cef, u+5d16, u+5d84, u+5dd4, u+5e08, u+5e26, u+5f0a, u+5f20, u+606c, u+61c7, u+620f, u+625b, u+62a4, u+62d0, u+62f1, u+63a0, u+63c6, u+63f9, u+6413, u+6417, u+6483, u+64f7, u+650f, u+65a7, u+665f, u+66ae, u+66d6, u+66e0, u+6746, u+6756, u+67d1, u+6837, u+68d7, u+68e0, u+68f5, u+6977, u+6995, u+69a8, u+69b4, u+69d3, u+6a3d, u+6abb, u+6bb7, u+6bd3, u+6c47, u+6cc4, u+6cd3, u+6dae, u+6e26, u+6e29, u+6e5b, u+6eaf, u+6eba, u+7028, u+70b3, u+711a, u+733f, u+73c0, u+73ee, u+7444, u+745a, u+7487, u+7540, u+75a4, u+7729, u+779e, u+798e, u+79cd, u+79e9, u+7a3d, u+7a4c, u+7a9f, u+7ac4, u+7aff, u+7b77, u+7c27, u+7ca7, u+7cd9, u+7d76, u+7e43, u+7ea6, u+7ed9, u+7ff1, u+808b, u+809b, u+80fa, u+827a, u+8309, u+8328, u+832b, u+8396, u+83e0, u+840e, u+8425, u+852d, u+853b, u+8588, u+85e9, u+86b5, u+8718, u+87ec, u+8910, u+893b, u+89c1-89c2, u+8b3e, u+8baf, u+8bc1, u+8bcd, u+8bdd, u+8c41, u+8c48, u+8d2d, u+8d5e, u+8fbe, u+9015, u+90a8, u+90b5, u+90e1, u+9169, u+9183, u+91d0, u+91dc, u+9293, u+92f8, u+9472, u+9598, u+95ed, u+95fb, u+9605, u+96c7, u+9739, u+9742, u+9761, u+99ad, u+9ae6, u+9b1a, u+9b44, u+9bc9, u+9d3f, u+9dd7, u+9e7c, u+9e92, u+fe5d-fe5e, u+ff22-ff24, u+ff2f-ff30, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-765.CI-2-X2Q.woff2) format("woff2");
    unicode-range: u+60, u+f7, u+161, u+2198, u+2571, u+258b, u+25b6, u+2661, u+3051, u+3109, u+4e11, u+4e1c, u+4e24, u+4e2b, u+4ef7, u+4f18, u+4f36, u+4fd0, u+5029-502a, u+5055, u+508d, u+50ad, u+50d5, u+50e7, u+50f1, u+50f5, u+51a5, u+51c8, u+51fb, u+5203, u+524e, u+5288, u+5323, u+53c2, u+5458, u+54b1, u+54b3, u+54b8, u+5582, u+55b2, u+55ba, u+55da, u+55dc, u+5662, u+5678, u+56c2, u+5742, u+57d5, u+5862, u+58e4, u+58f0, u+5907, u+590d, u+5934, u+5978, u+5984, u+5a25, u+5c06, u+5c62, u+5c91, u+5cfb, u+5d01, u+5d11, u+5d1b, u+5e87, u+5eff, u+5f27, u+5f3a, u+5f53, u+5f64, u+6001, u+6168, u+61a9, u+6233, u+62a5, u+62ce, u+62ed, u+638f, u+6399, u+63c0, u+646f, u+6590, u+6631, u+664f, u+6689, u+66dc, u+672f, u+67af, u+67ec, u+6807, u+6a44, u+6c14, u+6c40, u+6c70, u+6c76, u+6cb8, u+6ce3, u+6df3, u+6e20, u+6e43, u+6ebc, u+6eec, u+6f2c, u+6fb1, u+7009, u+7011, u+701a, u+7117, u+7184, u+72f9, u+7426, u+74bd, u+74cf, u+752b, u+7554, u+75b9, u+7621, u+7671-7672, u+7693, u+76ef, u+7737, u+77a7, u+77b3, u+77bb, u+77da, u+77e2, u+77e9, u+77ef, u+7801, u+7940, u+797f, u+79a7, u+79b1, u+79bd, u+7a6b, u+7ac5, u+7b1b, u+7dab, u+7db4, u+7db8, u+7dcb, u+7ddd, u+7de0, u+7e55, u+7e9c, u+7ed3, u+7ef4, u+803f, u+8046, u+8087, u+8116, u+81a8, u+8214, u+821c, u+82d4, u+8305, u+831c, u+8335, u+8339, u+8350, u+8354, u+8526, u+860a, u+86db, u+8713, u+873b, u+8822, u+8993, u+8a1f, u+8ab9, u+8ad7, u+8e72, u+8f4e, u+8f9c, u+8fd0, u+8fd8, u+8fe6, u+9042, u+907c, u+91ba, u+9452, u+9591, u+95e2, u+9631, u+9699, u+96b8, u+9709, u+978d, u+9811, u+9830, u+98ce, u+9945, u+99ed, u+9a8c, u+9ad3, u+9baa, u+9be8, u+9c77, u+9cf6, u+9d72, u+9e1f, u+9ec4, u+fe31, u+fe55, u+ff03, u+ff20, u+ff3b, u+ff3d, u+1f3fb, u+1f44d, u+1f60d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-766.D5lYGjqk.woff2) format("woff2");
    unicode-range: u+10c, u+e44, u+2728, u+3081, u+4e13, u+4e19, u+4e1e, u+4e5c, u+4ea7, u+4ed7, u+4f20, u+4f8d, u+4ffe, u+5021, u+515c, u+51a4, u+51e0, u+521b, u+522b, u+532a, u+534e, u+5355, u+537f, u+5398, u+539d, u+541f, u+543c, u+544e, u+5509, u+5598, u+5622, u+5632, u+563f, u+5641, u+566a, u+5695, u+569f, u+56ae, u+56da, u+573a, u+574e, u+5835, u+584c, u+5885, u+58ae, u+5a1f, u+5ac2, u+5b24, u+5bb0, u+5bde, u+5be1, u+5bfc, u+5c39, u+5c4c, u+5c60, u+5e76, u+5e7f, u+5e9a, u+5eb8, u+5f13, u+5f6c, u+6127, u+61f2, u+6208, u+620a, u+620c, u+6252, u+62ef, u+6328, u+633d, u+6362, u+63b0, u+63c9, u+640f, u+64a9, u+6514, u+652c, u+655e, u+6583, u+658c, u+6627, u+66f3, u+6734, u+6743, u+676d, u+67c4, u+67da, u+68cd, u+68f2, u+690e, u+6ab3, u+6b16, u+6b38, u+6b3d, u+6bc6, u+6ca1, u+6cab, u+6d8c, u+6dea, u+6e32, u+6e3e, u+6e58, u+6eef, u+6ef2, u+6fe4, u+708a, u+7130, u+7165, u+7172, u+71c9, u+71ed, u+7232, u+7239, u+7261, u+7280, u+72a7, u+72f8, u+73c8, u+7464, u+753b, u+754f, u+755c, u+75d8, u+76ea, u+776b, u+7779, u+777f, u+7784, u+778e, u+77db, u+77ee, u+79e4, u+7a46, u+7a57, u+7aba, u+7aed, u+7b4d, u+7c7b, u+7c7d, u+7d13, u+7d33, u+7dbb, u+7df9, u+7e46, u+7ea7, u+8085, u+8165, u+81fb, u+82b8, u+82d3, u+8343, u+839e, u+83e9, u+840d, u+851a, u+853d, u+8543, u+859b, u+85fb, u+87fb, u+888d, u+88c5, u+8adc, u+8b0a, u+8bb0, u+8bbe, u+8bc4, u+8bf4, u+8c5a, u+8cc3, u+8ce4, u+8d44, u+8e81, u+8f44, u+8f66, u+8fdb, u+900d, u+9063, u+914c, u+9223, u+9226, u+923a, u+925b, u+9264, u+929c, u+92b9, u+9320, u+934d, u+935b, u+9444, u+957f, u+96a7, u+97ad, u+97cc, u+9898, u+98ea, u+9921, u+9952, u+9a55, u+9b0d, u+9b91, u+9bca, u+9ebd, u+9f4b, u+e60f-e610, u+ff1c-ff1d, u+ff21, u+ff38, u+ff9f, u+fffd, u+1f602
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-767.Ca1BqLSs.woff2) format("woff2");
    unicode-range: u+e17, u+e22, u+2103, u+25a0, u+266a, u+3014-3015, u+4e1a, u+4e50, u+4f10, u+4f6c, u+4f70, u+4fcf, u+5006, u+50d1, u+5170, u+518c, u+51f0, u+51f6, u+51f9, u+5219, u+5256, u+525d, u+52c9, u+5349, u+5351, u+5356, u+5375, u+53db, u+53ee, u+53f7, u+5492, u+54fa, u+5538, u+55bb, u+55e8, u+5757, u+58be, u+5937, u+59dc, u+59e8, u+5a49, u+5a9a-5a9b, u+5ab3, u+5b9b, u+5b9e, u+5be8, u+5c37, u+5c4e, u+5d14, u+5d19, u+5d4c, u+5d50, u+5deb, u+5e84, u+5e94, u+5ec2, u+5f17, u+5f26, u+5f55, u+5f77, u+5f7f, u+5fbd, u+6052, u+6064-6065, u+608d, u+609a, u+6101, u+611a, u+614c, u+621a, u+6237, u+6284, u+6296, u+62e9, u+632a-632b, u+634f, u+6488, u+6500, u+652a, u+6556, u+65e0, u+65ec, u+6643, u+679a, u+6850, u+6893, u+6897, u+68b3, u+68d5, u+6930, u+6960, u+6a11, u+6a38, u+6a3a, u+6b22, u+6b67, u+6b6a, u+6c59, u+6c83, u+6ccc, u+6df5, u+6ef7, u+6f3e, u+6f80, u+70ed, u+7164, u+722a, u+7260, u+7272, u+73b0, u+74ca, u+74e3, u+7538, u+7586, u+75b5, u+7624, u+7661-7662, u+7838, u+786e, u+788c, u+7950, u+79a6, u+79aa, u+7a40, u+7a62, u+7bf7, u+7c3e, u+7c98, u+7ca5, u+7d21, u+7d2e, u+7dba, u+7dec, u+7e79, u+7ecf, u+7edf, u+7f79, u+8086, u+810a, u+8139, u+813e, u+817a, u+81b3, u+821f, u+8247, u+8259, u+8271, u+8431, u+846c, u+849c, u+84b2, u+84c4, u+8513-8514, u+8549, u+8755, u+8877, u+8881, u+88f9, u+8a1d, u+8a3c, u+8a6d-8a6e, u+8a93, u+8ae7, u+8af7, u+8b17, u+8b5a, u+8ba1, u+8bba, u+8cdc, u+8dea, u+8f6c, u+8f7d, u+8fc7, u+8fd9, u+902e, u+90ca, u+916a, u+916c, u+921e, u+9245, u+947c, u+9594, u+95a8, u+95ee, u+95f4, u+9706, u+971e, u+9756, u+980c, u+9891, u+98b1, u+98fc, u+9903, u+9957, u+99ae, u+99ff, u+9db4, u+e602-e605, u+e611, u+ff16-ff19
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-768.DihmRmSI.woff2) format("woff2");
    unicode-range: u+a5, u+2190-2191, u+2193, u+22c1, u+2302, u+25cb, u+2699, u+2709, u+4e0e, u+4e18, u+4e3a, u+4e48, u+4e91, u+4eec, u+4f3d, u+5112, u+524a, u+52a3, u+52ab, u+52c3, u+52f3, u+52fb, u+5320, u+5339, u+533f, u+53e2, u+543e, u+5480, u+5495, u+5497, u+5564, u+5572, u+55c6, u+55ef, u+563b, u+5653, u+5657, u+56b7, u+5764, u+5824, u+58d8, u+5955, u+5983, u+598d, u+59a8, u+59da, u+59e6, u+5a36, u+5bb5, u+5bc2, u+5bee, u+5bf9, u+5cb3, u+5d17, u+5dbc, u+5e2e, u+6070, u+60df, u+6190, u+61a4, u+61be, u+61fc, u+62ac, u+62bc, u+636e, u+6398, u+63a9, u+6435, u+6487, u+6495, u+64ab, u+64bf, u+6577, u+65ac, u+6602, u+6652, u+66f9, u+672d, u+6761, u+683d, u+68ad, u+68b5, u+68da, u+68e7, u+6a59, u+6a61, u+6ae5, u+6b47, u+6bef, u+6c50, u+6c9b, u+6e23, u+6e34, u+6e4a, u+6e67, u+6ea2, u+6eb6, u+6f20, u+6feb, u+7149, u+714c, u+715e, u+7199, u+71ac, u+7231, u+7262, u+7409, u+745f, u+7469, u+7504, u+7535, u+753a, u+75f4, u+7682, u+76ba, u+76f2, u+77fd, u+780d, u+7832, u+78c5, u+78ef, u+7901, u+79be, u+79c9, u+79e6, u+7a1a, u+7a84, u+7aca, u+7cb5, u+7cb9, u+7cdf, u+7ce7, u+7d6e, u+7db1, u+7def, u+7e61, u+7e7d, u+7e8f, u+7f38, u+7f77, u+7fa8, u+7fc5, u+7fe1, u+7ff9, u+800d, u+8015, u+8054, u+80a2, u+80aa, u+80ba, u+814e, u+8180, u+819d, u+81c0, u+828b, u+82ad, u+82af, u+83f1, u+83f8, u+8403, u+8475, u+84bc, u+84c9, u+84ec, u+8523, u+8569, u+8591, u+85b0, u+86d9, u+8774, u+881f, u+884d, u+88d4, u+89c4, u+89c6, u+8a60, u+8a79, u+8b19, u+8bd5, u+8bf7, u+8c03, u+8c79, u+8cc8, u+8d9f, u+8e10, u+8e48, u+8faf, u+9009, u+9017, u+9175, u+9187, u+918b, u+91d8, u+9214, u+946b, u+9470, u+9640, u+9675, u+96ef, u+9716, u+97cb, u+97e9, u+985b, u+99b3, u+9b4f, u+9d09, u+9e9f, u+9edb, u+9f90, u+ff05, u+ff14, u+1f464
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-769.Ytgv4DeA.woff2) format("woff2");
    unicode-range: u+25ce, u+4e08, u+4e2a, u+4e56, u+4e9a, u+4ea8, u+4ead, u+4ec7, u+4f3a, u+4f51, u+4f62, u+4faf, u+507d, u+5098, u+50ac, u+5147, u+5173, u+5187, u+51f8, u+52a1, u+52a8, u+52f8, u+535c, u+53ed, u+541e, u+5435, u+5475, u+54a9, u+54c0, u+54c7, u+5589, u+5605, u+5690, u+5733, u+5782, u+57c3, u+5858, u+5893, u+589c, u+58e2, u+5974, u+599e, u+59a5, u+59ec, u+5b66, u+5b99, u+5b9d, u+5c2c, u+5c48, u+5c65, u+5cfd, u+5d0e, u+5dba, u+5de2, u+5e06, u+5e15, u+5ec1, u+5ed6, u+5f00, u+5f4c, u+5f65, u+6055, u+609f, u+60b6, u+6241, u+624e, u+626f, u+6291, u+62cc, u+62d3, u+62d8, u+62da, u+62fe, u+6349, u+6367, u+63ea, u+6454, u+64a4, u+64b2, u+64bc, u+64c5, u+64ce, u+6558, u+6572, u+65a5, u+65e8, u+65ed, u+6606, u+6614, u+6670, u+6688, u+673a, u+674f, u+6770, u+6795, u+68cb, u+6912, u+6953, u+6aac, u+6aaf, u+6ab8, u+6b20, u+6b96, u+6bbf, u+6bc5, u+6c6a, u+6cbe, u+6d59, u+6d78, u+6dc7, u+6deb, u+6e7e, u+6e9c, u+6f3f, u+6f51, u+6f70, u+6f84, u+704c, u+7051, u+70ab, u+70ad, u+70f9, u+7119, u+714e, u+71d9, u+71e5-71e6, u+72c4, u+72d0, u+72e0, u+7334, u+744b, u+7455, u+74f7, u+7529, u+75ab, u+75b2, u+766e, u+76c3, u+76fc, u+76fe, u+7891, u+7948, u+7a74, u+7b28, u+7c60, u+7c72, u+7cca, u+7ebf, u+7f55, u+7ff0, u+8154, u+81c2, u+81d8, u+81e3, u+81e5, u+8292, u+8299, u+8302, u+8304, u+8332, u+83c1, u+83c7, u+83ca, u+845b, u+8490, u+85af, u+8650, u+8667, u+8abc, u+8b0e, u+8b39, u+8bed, u+8c54, u+8c6b, u+8c9e, u+8ca7, u+8caa-8cab, u+8ce6, u+8cec-8ced, u+8eb2, u+8eba, u+8fb0, u+901d, u+908f, u+9127, u+91c0, u+9215, u+92b3, u+932b, u+93fd, u+95ca, u+964c, u+96c0, u+970d, u+9774, u+97fb, u+9812, u+9817, u+9913, u+9935, u+99c1, u+9b31, u+9d5d, u+9d6c, u+9e79, u+fe0f, u+fe30, u+ff0b, u+ff10, u+ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-770.BkbELMID.woff2) format("woff2");
    unicode-range: u+b0, u+926, u+928, u+939, u+93f-940, u+94d, u+200b, u+22ef, u+25ba, u+25c6, u+2665, u+4e4f, u+4e59, u+4f0d, u+4f0f, u+4f19, u+4f59, u+4fae, u+5075, u+50b2, u+50b5, u+511f, u+5141, u+5146, u+514c, u+5185, u+51dd, u+51fd, u+522e, u+5319, u+533a, u+5378, u+53ad, u+53c9, u+53d1, u+53d4, u+543b, u+5442, u+5446, u+5481, u+54e9, u+5507, u+5565, u+559a, u+55aa, u+5606, u+56ca, u+56fe, u+582a, u+58fa, u+5915, u+5949, u+5962, u+5996, u+59fb, u+5a77, u+5b0c, u+5b5f, u+5bd3, u+5be2, u+5bfa, u+5c41, u+5ca9, u+5d07, u+5ec8, u+5eca, u+5f18, u+5f4e, u+5f59, u+5f6d, u+5f79, u+5fb9, u+6028, u+6062, u+6068, u+606d, u+6094, u+60f1, u+6108-6109, u+614e, u+6170, u+617e, u+61b2, u+61f8, u+6247, u+626d, u+6276, u+62ab, u+62cb, u+62f3, u+6368, u+6380, u+6492, u+64b0, u+64e0, u+6570, u+660f, u+6649, u+6691, u+66a8, u+6749, u+67f1, u+67f3-67f4, u+6842, u+6851, u+687f, u+68df, u+69fd, u+6a58, u+6c27, u+6c88, u+6cca, u+6cdb, u+6d29, u+6d66, u+6daf, u+6f01, u+6f06, u+6f58, u+6f62, u+6f6d, u+6fa1, u+6ff1, u+6ffe, u+7058, u+70ae, u+7235, u+7267, u+73ca, u+742a, u+758f, u+75bc, u+76c6, u+7740, u+7955, u+7a00, u+7a3b, u+7b4b, u+7bad, u+7be9, u+7c4c, u+7cfe, u+7dbf, u+7e2b, u+7e31, u+7f9e, u+7fc1, u+7ffc, u+8096, u+809d, u+80de, u+8108, u+8155, u+816b, u+81df, u+8277, u+82bd, u+8352, u+8393, u+8404, u+8525, u+856d, u+8587, u+8606, u+868a, u+8776, u+87ba, u+87f9, u+886b, u+8870, u+88d5, u+896a, u+896f, u+8a23, u+8a87, u+8ad2, u+8b00, u+8b20, u+8cb8, u+8cca, u+8ce0, u+8d39, u+8d6b, u+8d81, u+8db4, u+8e29, u+8ef8, u+8f1b, u+8f5f, u+8fa8, u+906e, u+9077, u+90aa, u+90b1, u+90c1, u+9165, u+919c, u+92c1, u+95d6, u+95e8, u+975a, u+98c6, u+9ecf, u+9f0e, u+9f52, u+feff, u+ff06, u+ff0a, u+ff12-ff13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-771.B8Pp2Lnt.woff2) format("woff2");
    unicode-range: u+627-629, u+631, u+639, u+644, u+64a, u+25cf, u+2606, u+2764, u+3008-3009, u+4e1f, u+4e38, u+4e43, u+4ed5, u+4ef0, u+4eff, u+4fb6, u+4fe0, u+5085, u+50a2, u+50be, u+5118, u+5211-5212, u+5272, u+52fe, u+5366, u+53b2, u+53ec, u+54ac, u+5587, u+55b5, u+561b, u+5751, u+576a, u+57cb, u+58ef, u+592f, u+594f, u+5951, u+5954, u+596e, u+59d1, u+5ac1, u+5acc, u+5b8b, u+5c4d, u+5c6f, u+5ca1, u+5d29, u+5de1, u+5dfe, u+5e7d, u+5edf, u+5ef7, u+5f7c, u+5f81, u+5fa1, u+5faa, u+5fcc, u+5ffd, u+6021, u+6046, u+6155, u+6212, u+62b9, u+6316, u+6350, u+6478, u+647a, u+6490, u+64e6, u+6524, u+6591, u+659c, u+65a4, u+65e6, u+65f6, u+6607, u+6674, u+6765, u+679d, u+68a8, u+6b3a, u+6c57, u+6c61, u+6c90, u+6cbf, u+6d69, u+6db5, u+6dcb, u+6dd1, u+6e21, u+70d8, u+71c3, u+71d5, u+722c, u+727d, u+72ac, u+72fc, u+731c, u+7336, u+7344, u+7384, u+73ab, u+7433-7434, u+745c, u+7470, u+758a, u+75d5, u+7652, u+76c8, u+76e7, u+7709, u+7720, u+7747, u+7763, u+77ac-77ad, u+7802, u+78a7, u+78a9, u+78b3, u+78c1, u+78da, u+7926, u+796d, u+798d, u+7aae, u+7b52, u+7c92, u+7d68, u+7d81, u+7e5e, u+7e69, u+7e73, u+7f50, u+7f70, u+7f75, u+8058, u+8070, u+80c3, u+8105-8106, u+8179, u+818f, u+81a9, u+81ed, u+820c-820d, u+82d1, u+838e, u+83cc, u+8461, u+84b8, u+852c, u+857e, u+85e4, u+863f, u+8679, u+86c7, u+8702, u+8896, u+88c2, u+88f8, u+8af8, u+8b7d, u+8ca2, u+8cc0, u+8d64, u+8d74, u+8d99, u+8e5f, u+8e8d, u+8ecc, u+8ed2, u+8fb1, u+8fc5, u+9022, u+9038, u+903e, u+905c, u+9072, u+9081, u+9189, u+9234, u+92d2, u+934a, u+95a3, u+962a, u+9646, u+9676, u+96d5, u+971c, u+9838, u+9875, u+98c4, u+99db, u+9a45, u+9a5f, u+9a6c, u+9ad2, u+9cf4, u+9d28, u+9daf, u+9df9, u+9e7d, u+9f9c, u+ff11, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-772.BEig4wan.woff2) format("woff2");
    unicode-range: u+2500, u+25bc, u+4e95, u+4f50, u+4f54, u+4f69, u+4fc4, u+4fca, u+5009, u+50bb, u+5154, u+51cc, u+528d, u+5291, u+52d2, u+52e4, u+5353, u+5360, u+540a-540b, u+5410, u+54f2, u+5510, u+5514, u+5537, u+558a, u+55ac, u+5617, u+56fd, u+573e, u+5766, u+5783, u+57d4, u+5806, u+5821, u+5857, u+5875, u+58f9, u+596a, u+59ae, u+59c6, u+59ca, u+59ff, u+5a03, u+5ae9, u+5b64, u+5bb4, u+5c3f, u+5e16, u+5e45, u+5e72, u+5ec9, u+5f90-5f92, u+6012, u+6016, u+6084-6085, u+6089, u+60a0, u+60a3, u+60b2, u+60d1, u+60f9, u+6148, u+6158, u+6191, u+626e, u+62d4, u+632f, u+633a, u+6355, u+63aa, u+642c, u+64a5, u+64cb, u+6566, u+6575, u+6597, u+660c, u+66b1, u+66ec, u+6731, u+6735, u+675c, u+67ef, u+6846, u+6876, u+6881, u+68af-68b0, u+68c9, u+6905, u+6b98, u+6bc0, u+6beb, u+6c0f, u+6c1b, u+6c41, u+6ce5, u+6cf3, u+6d25, u+6d2a, u+6d3d, u+6d6e, u+6dd8, u+6dda, u+6dfa, u+6e9d, u+6eaa, u+6ec5, u+6ecb, u+6ef4, u+6f0f, u+6f32, u+707d, u+708e, u+7092, u+716e, u+723a, u+731b, u+7345, u+7375, u+7378, u+73b2, u+74e6, u+75be, u+75de, u+764c, u+76dc, u+788e, u+7897, u+789f, u+78b0, u+790e, u+7965, u+7a4e, u+7aa9, u+7c43, u+7d17, u+7dd2, u+7e96, u+7f51, u+7f69, u+7f72, u+7fd4, u+7fe0, u+8017, u+80a9, u+80d6, u+8102, u+8150, u+8178, u+81bd, u+829d, u+82ac, u+8303, u+840c, u+8482, u+8499, u+85a9-85aa, u+883b, u+8861, u+88c1, u+88cf, u+88d9, u+8a3a, u+8a98, u+8aee, u+8c8c, u+8ce2, u+8d0f, u+8da8, u+8dcc, u+8e0f, u+8e22, u+8f1d, u+8f29, u+8fad, u+9003, u+9006, u+903c, u+904d, u+9059, u+9075, u+90ce, u+90ed, u+9130, u+91ac, u+91e3, u+9285, u+9298, u+92ea, u+9326, u+937e, u+93c8, u+95c6, u+9677, u+9727, u+994b, u+99a8, u+99d0, u+9a30, u+9a37, u+9b42, u+9b45, u+9d3b, u+9e7f, u+9ee8, u+9f3b, u+c5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-773.otop7jc3.woff2) format("woff2");
    unicode-range: u+5e, u+2502, u+2605, u+4e32, u+4e58, u+4ea1, u+4ef2, u+4f2f-4f30, u+4f75, u+4fd7, u+4ff1, u+501f, u+5049, u+5074, u+5091, u+5144, u+517c, u+51c6, u+51cd, u+5269-526a, u+52aa, u+52c1, u+52c7, u+52df, u+5377, u+541b, u+5439, u+5440, u+5448, u+54aa, u+54e6, u+54ed, u+5674, u+5687, u+585e, u+588a, u+58a8, u+58c1, u+5925, u+5948, u+5999, u+59b3, u+5a1c, u+5a46, u+5b54, u+5b5d, u+5b6b, u+5b8f, u+5bd2, u+5be9, u+5c0a, u+5c16, u+5c46, u+5cf0, u+5e25, u+5e3d, u+5e79, u+5ee2, u+5f04, u+5f31, u+5fcd, u+5fe0, u+60dc, u+6163, u+616e, u+6182, u+61f6, u+622a, u+6258, u+6293, u+62c6, u+62d2, u+6372, u+63da, u+63ed-63ee, u+6416, u+6458, u+649e, u+64ec, u+64f4, u+651c, u+65cb, u+65e2, u+65fa, u+6628, u+6668, u+66a2, u+66c9, u+66fc, u+6717, u+67cf, u+67d4, u+6817, u+6885, u+69cd, u+6a6b, u+6afb, u+6b32, u+6b49, u+6bbc, u+6c89, u+6c96, u+6cc9, u+6d1b, u+6d1e, u+6dfb, u+6efe, u+6f38, u+6f5b, u+6f64, u+6f8e, u+6fa4, u+7070, u+70b8, u+70cf, u+70e4, u+7159, u+7169, u+7210, u+721b, u+7238, u+737b, u+73bb, u+746a, u+7483, u+74dc, u+74f6, u+7518, u+756a, u+75c7, u+775b, u+78e8, u+7919, u+7956, u+795d, u+7a0d, u+7bc9, u+7c97, u+7cd5, u+7d10, u+7d1b, u+7de9, u+7dfb, u+7e3e, u+7e6a, u+7f6a, u+7f8a, u+7fbd, u+8000, u+8036, u+809a, u+80ce, u+80e1, u+80f8, u+8170, u+819c, u+8216, u+8239, u+8266, u+827e, u+82b3, u+8377, u+83ab, u+85c9, u+865b, u+8766, u+87a2, u+87f2, u+8972, u+8a17, u+8a50, u+8a95, u+8b02, u+8b6f, u+8c6c, u+8ca9, u+8cfa, u+8d95, u+8de1, u+8f14, u+8f9b, u+8fa3, u+8feb, u+8ff4, u+9010, u+901b, u+905e, u+9080, u+912d, u+9177, u+91c7, u+9336, u+9451, u+947d, u+963b, u+966a, u+9670, u+9769, u+9813, u+98fd, u+99d5, u+9a19, u+9b27, u+9b6f, u+9ece, u+9ed8, u+9f13, u+9f20, u+ad6d, u+d55c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-774.CbILJXAM.woff2) format("woff2");
    unicode-range: u+201c-201d, u+203b, u+2192, u+25b2, u+300f, u+4e01, u+4e39, u+4e73, u+4e88, u+4e8e, u+4ed9, u+4f0a, u+4f38, u+4f5b, u+4fc3, u+500d, u+504f, u+5076-5077, u+5100, u+5104, u+5132, u+5175, u+5192, u+51a0, u+51ac, u+51e1, u+51f1, u+5200, u+5224, u+5237-5238, u+523a, u+526f, u+5289, u+52de, u+52f5, u+5371, u+539a, u+53e5, u+540e, u+547c, u+552f, u+5531, u+5634, u+56c9, u+56f0, u+574a, u+5761, u+57f7, u+57f9, u+5805, u+5851, u+5854, u+586b, u+58fd, u+592e, u+5967, u+59bb, u+59d3, u+5a18, u+5b30, u+5b55, u+5b87, u+5b97, u+5be7, u+5bec, u+5bf8, u+5c24, u+5cb8, u+5df7, u+5e1d, u+5e2d, u+5e7b, u+5f1f, u+5f70, u+5fd9, u+61b6, u+6234, u+62b5, u+62d6, u+62dc, u+62fc, u+6383, u+63cf, u+63d2, u+63e1, u+640d, u+64cd, u+64fa, u+64fe, u+654f, u+6562, u+656c, u+65c1, u+65d7, u+6620, u+6676, u+6697, u+66ab, u+66c6, u+66dd, u+66ff, u+671d, u+672b, u+677e, u+67d0, u+67d3, u+68c4, u+690d, u+694a, u+695a, u+6ac3, u+6b04, u+6b23, u+6b78, u+6b8a, u+6c60, u+6d74, u+6d89, u+6db2, u+6dbc, u+6de1, u+6df7, u+6e38, u+6e6f, u+6f02, u+6fc3, u+6fd5, u+70c8, u+7126, u+718a, u+723d, u+7246, u+72af, u+73cd, u+760b, u+7626, u+7687, u+79df, u+7a05, u+7a3f, u+7a69, u+7af6, u+7c3d, u+7c3f, u+7c4d, u+7cd6, u+7d0b, u+7d2b, u+7de3, u+7e2e, u+8010, u+808c, u+80a5, u+80af, u+812b, u+817f, u+819a, u+82d7, u+8389-838a, u+83f2, u+840a, u+8463, u+8521, u+8584, u+860b, u+864e, u+871c, u+878d, u+885d, u+8932, u+89f8, u+8a69, u+8afe, u+8b5c, u+8c37, u+8c46, u+8cbf, u+8cd3, u+8cf4, u+8d08, u+8d0a, u+8ddd, u+8fea, u+9014, u+9055, u+907a, u+9178, u+92fc, u+934b, u+9396, u+93ae, u+9583, u+9663, u+96bb, u+9707, u+9738, u+9846, u+9905, u+9a0e, u+9aa8, u+9b25, u+9b3c, u+9ce5, u+9cf3, u+9ea5, u+9eb5, u+9f4a, u+9f61, u+ff0d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-775.DIsydtZJ.woff2) format("woff2");
    unicode-range: u+3c, u+d7, u+300e, u+4e4e, u+4e82, u+4e92, u+4ec1, u+4ecd, u+4f48, u+4f53, u+4fb5, u+5012, u+502b, u+522a, u+52dd, u+52ff, u+532f, u+53eb, u+53f3, u+5409, u+5433, u+5496, u+54c8, u+554a, u+5561, u+5594, u+559d, u+56b4, u+56fa, u+5713, u+5750, u+57df, u+584a, u+58c7, u+58de, u+593e, u+5976, u+59d0, u+59d4, u+5a66, u+5b85, u+5b88, u+5ba3, u+5bae, u+5bbf, u+5bdf, u+5c01, u+5c04, u+5c3a, u+5c3e, u+5c4f, u+5ddd-5dde, u+5de8, u+5e63, u+5e7c, u+5e8a, u+5eda, u+5ef3, u+5ef6, u+5f48, u+6015, u+6025, u+602a, u+6050, u+6069, u+60e1, u+6162, u+6176, u+61c2, u+6200, u+6263, u+6279, u+6297, u+62b1, u+62bd, u+62ec, u+6311, u+6377, u+6388-6389, u+638c, u+63a2, u+63f4, u+641e, u+6436, u+64c1, u+6551, u+6557, u+6563, u+6696, u+66b4, u+66f2, u+6751, u+675f, u+676f, u+6790, u+6838, u+684c, u+68d2, u+6982, u+699c, u+69ae, u+69cb, u+6a39, u+6a4b, u+6b66, u+6bd2, u+6cb3, u+6ce1, u+6d3e, u+6de8, u+6ed1, u+6f22, u+6f54, u+6fc0, u+6fdf, u+719f, u+71c8, u+7236, u+7259, u+72d7, u+7389, u+73e0, u+745e, u+751a, u+7532-7533, u+7562, u+7591, u+75c5, u+75db, u+7686, u+76d2, u+76db, u+76df, u+76e3, u+7701, u+7761, u+786c, u+7981, u+79cb, u+79d2, u+79fb, u+7a81, u+7a97, u+7aef, u+7b26, u+7b80, u+7c64, u+7d0d, u+7d14, u+7d2f, u+7dca, u+7df4, u+7e54, u+7e6b, u+7f3a, u+8033, u+804a, u+805a, u+81a0, u+81e8, u+8212, u+821e, u+82e6, u+8336, u+8449, u+84cb, u+84ee, u+85e5, u+8607, u+888b, u+8a13, u+8a5e, u+8aa0, u+8aa4, u+8ab0, u+8ab2, u+8ac7, u+8b66, u+8c6a, u+8c93, u+8c9d, u+8de8, u+8f2a, u+8fb2, u+906d, u+907f, u+90a6, u+9109, u+9192, u+91cb, u+91dd, u+964d, u+9686, u+968e, u+9694, u+969c, u+96de, u+96e8, u+96ea, u+96f7, u+975c, u+9760, u+978b, u+9858, u+9918, u+9aee, u+9ebb, u+ff0e-ff0f, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-776.BZS1uPQ9.woff2) format("woff2");
    unicode-range: u+b7, u+2022, u+2027, u+3042, u+3044, u+3046, u+3048, u+304a-3050, u+3053-3057, u+3059-305b, u+305d-3061, u+3063-306c, u+306e-3079, u+307b, u+307d-307f, u+3082-308d, u+308f, u+3092-3093, u+30a1-30a4, u+30a6-30c1, u+30c3-30c4, u+30c6-30e1, u+30e3-30ed, u+30ef, u+30f3, u+30fb-30fc, u+4e7e, u+4ea6, u+4eac, u+4f34, u+50b7, u+51b0, u+523b, u+5283, u+5348, u+5354, u+54e5, u+5708, u+590f, u+592b, u+599d, u+59b9, u+5a01, u+5a5a, u+5de7, u+5e78, u+5e9c, u+5fb5, u+6167, u+61f7, u+627f, u+63a1, u+64d4, u+65bd, u+68ee, u+6b4c, u+6bba, u+6c5f, u+6d0b, u+6d6a, u+6e1b, u+6e56, u+6f6e, u+71d2, u+722d, u+72c2, u+751c, u+7530, u+7642, u+76e1, u+79c0, u+7adf, u+7af9, u+7d9c, u+7da0, u+7e23, u+7e41, u+8056, u+8173, u+822a, u+8349, u+83dc, u+8840, u+885b, u+8907, u+8a34, u+8cb4, u+8dd1, u+8fd4, u+8ff0, u+93e1, u+984f, u+98ef, u+9b54
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-777.QnSu_buG.woff2) format("woff2");
    unicode-range: u+23-25, u+3d, u+2026, u+4e03, u+4e45, u+4e5d, u+4eae, u+4ed4, u+4ed8, u+4f01, u+4f11, u+4f3c, u+4f8b, u+4fc2, u+5019, u+505c, u+50c5, u+5145, u+51b7, u+5207, u+521d, u+525b, u+5287, u+52e2, u+535a, u+537b, u+5426, u+542b, u+5438, u+5462, u+54ea, u+555f, u+5566, u+5584, u+5609, u+570d, u+571f, u+5747, u+5802, u+58d3, u+591c, u+5920, u+5922, u+5957, u+5979, u+5a92, u+5abd, u+5b63, u+5b69, u+5b83, u+5b9c, u+5bb3, u+5bc4, u+5bf5, u+5c3c, u+5c40, u+5c4b, u+5c64, u+5cf6, u+5de6, u+5e0c, u+5e55, u+5eab, u+5ead, u+5ee0, u+5f85, u+5f8b, u+5fa9, u+5fd7-5fd8, u+5ff5, u+600e, u+6298, u+62db, u+62ff, u+639b, u+63a7, u+642d, u+6469, u+64ad, u+651d, u+653b, u+65b7, u+65cf, u+665a, u+666e, u+66fe, u+6728, u+674e, u+67b6, u+6821, u+6839, u+6843, u+6a94, u+6b50, u+6b62, u+6b72, u+6b7b, u+6bcd, u+6bdb, u+6c38, u+6c7a, u+6c7d, u+6c99, u+6cb9, u+6ce2, u+6cf0, u+6d17, u+6d32, u+6e2c, u+6fb3, u+7206, u+723e, u+725b, u+734e, u+7387, u+73ed, u+7565, u+7570, u+76ca, u+76e4, u+773e, u+77ed, u+77f3, u+7814, u+7834, u+7968, u+79d8, u+7a76, u+7a7f, u+7b11, u+7b46, u+7b54, u+7bc4, u+7d19, u+7d20, u+7d22, u+7d42, u+7d55, u+7e7c, u+7f85, u+7ffb, u+8077, u+8089, u+80cc, u+81c9, u+81f4, u+81fa, u+820a, u+822c, u+826f, u+85cd, u+86cb, u+88dc, u+8986, u+8a0e, u+8a2a, u+8a73, u+8a8c, u+8b1b, u+8b9a, u+8c50, u+8c61, u+8ca0, u+8cde, u+8cfd, u+8d8a, u+8df3, u+8e64, u+8ecd, u+8edf, u+8f38, u+8ff7, u+9000, u+9047, u+9060, u+90f5, u+9152, u+91ce, u+9280, u+9418, u+9435, u+9589, u+9592, u+9678, u+967d, u+968a, u+96aa, u+96c5, u+96d6, u+96dc, u+96f6, u+9732, u+9748, u+9802, u+9806, u+9808, u+9818, u+983b, u+984d, u+9867, u+98db, u+98f2, u+98fe, u+9a5a, u+9b06, u+9b5a, u+9bae, u+9e97, u+ff1b, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-778.BsUsxHl_.woff2) format("woff2");
    unicode-range: u+26, u+40, u+5f, u+4e14, u+4e9e, u+4ec0, u+4f4e-4f4f, u+4f73, u+4fee, u+503c, u+5047, u+514b, u+516b, u+516d, u+5178, u+520a, u+5236, u+5343, u+5347, u+534a, u+5370, u+53cd, u+53e4, u+53e6, u+53f2, u+5403, u+5411, u+5427, u+5468, u+5473, u+547d, u+552e, u+55ce, u+5740, u+57ce, u+5883, u+589e, u+5931, u+5947, u+59cb, u+5a1b, u+5b58, u+5b98, u+5ba4, u+5bc6, u+5bcc, u+5beb, u+5bf6, u+5c45, u+5c6c, u+5dee, u+5df4, u+5e03, u+5e33, u+5e6b, u+5e7e, u+5e8f, u+5e95, u+5ea7, u+5f15, u+5f62, u+5f69, u+5f80, u+5fae, u+5fb7, u+601d, u+60e0, u+614b, u+6230, u+6236, u+623f, u+628a, u+6295, u+62c9, u+6309, u+63db, u+64c7, u+64ca, u+64da, u+652f, u+6545, u+6548, u+65af, u+65e9, u+6625, u+666f, u+667a, u+670b, u+671b, u+6750, u+677f, u+6848, u+6975, u+6a13, u+6a21, u+6aa2, u+6b65, u+6b77, u+6bb5, u+6cc1, u+6ce8, u+6df1, u+6e90, u+6e96, u+6eab, u+6f14, u+6f2b, u+700f, u+706b, u+724c, u+72c0, u+7368, u+7372, u+74b0, u+756b, u+76ae, u+773c, u+78ba, u+78bc, u+798f, u+79ae, u+7a4d, u+7ae5, u+7b56, u+7b97, u+7bb1, u+7bc7, u+7c73, u+7c89, u+7d00, u+7d30, u+7d39, u+7d72, u+7dad, u+7e8c, u+7f6e, u+7fa4, u+7fa9, u+7fd2, u+8003, u+807d, u+80a1, u+80b2, u+8166, u+8208-8209, u+82e5, u+843d, u+85cf, u+85dd, u+862d, u+8857, u+8863, u+88e1, u+89ba, u+89d2, u+8a31, u+8a62, u+8a66, u+8a72, u+8abf, u+8b1d, u+8b58, u+8b70, u+8b80, u+8ca1, u+8ca8, u+8cac, u+8cbc, u+8d70, u+8da3, u+8db3, u+8ddf, u+8f03, u+8f15, u+8f2f, u+8fa6, u+8fce, u+8ffd, u+900f, u+9031, u+9069, u+908a, u+91ab, u+91cc, u+92b7, u+9322, u+932f, u+9375, u+9632, u+963f, u+9644, u+9662, u+9673, u+96a8, u+96c4, u+96d9, u+96e2-96e3, u+96f2, u+9752, u+97d3, u+97ff, u+9805, u+9810, u+986f, u+990a, u+9910, u+9928, u+9ec3, u+9ed1, u+9f8d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-779.COOANNcK.woff2) format("woff2");
    unicode-range: u+3e, u+7e, u+3000, u+300a-300b, u+3010-3011, u+4e16, u+4e26, u+4e94, u+4e9b, u+4ea4, u+4eca-4ecb, u+4efb, u+4efd, u+4f46, u+4f55, u+4f9b, u+4f9d, u+4fbf, u+505a, u+5065, u+5099, u+50cf, u+50f9, u+512a, u+5143, u+5148, u+514d, u+5152, u+5169, u+5171, u+5177, u+518a, u+5217, u+5225, u+5247, u+5275, u+529f, u+52a9, u+5305, u+5341, u+5357, u+5361, u+5373, u+53bb, u+53c3, u+53c8, u+53d6-53d7, u+53e3, u+53ea, u+53f8, u+5404, u+559c, u+5668, u+56db, u+56e0, u+5712, u+5718, u+578b, u+57fa, u+58eb, u+592a, u+5c0b, u+5c0e, u+5c11, u+5c1a, u+5c55, u+5c71, u+5df1, u+5e2b, u+5e36, u+5e97, u+5eb7, u+5ee3, u+5efa, u+5f35, u+5f37, u+5f88, u+5f9e, u+5fc5, u+606f, u+60a8, u+6232, u+624d, u+6253, u+627e, u+6280, u+62cd, u+6301, u+6307, u+6392, u+63a5, u+6539, u+653e-653f, u+6559, u+6574, u+65c5, u+6613, u+66f8, u+672a, u+6797, u+67e5, u+6a19, u+6a23, u+6b61, u+6bcf, u+6bd4, u+6c11, u+6c42, u+6d41, u+6d77, u+6d88, u+6e05, u+6e2f, u+6eff, u+7136, u+7167, u+71df, u+738b, u+73a9, u+7403, u+7531, u+7537, u+754c, u+7559, u+767d-767e, u+76f4, u+793a, u+795e, u+79c1, u+79d1, u+7a2e, u+7a31, u+7a7a, u+7ae0, u+7ba1, u+7bc0, u+7c21, u+7cfb, u+7d04-7d05, u+7d1a, u+7d44, u+7d66, u+7d71, u+7de8, u+7e3d, u+8001, u+800c, u+805e, u+8072, u+81f3, u+82b1, u+82f1, u+83ef, u+842c, u+8457, u+85a6, u+8655, u+8853, u+88ab, u+88dd, u+88fd, u+897f, u+898f, u+89aa, u+89bd, u+89c0, u+89e3, u+8a02, u+8a3b, u+8a55, u+8a8d, u+8a9e, u+8ad6, u+8b49, u+8b77, u+8b8a, u+8b93, u+8cb7, u+8ce3, u+8cea, u+8cfc, u+8f09, u+8fd1, u+9001, u+901f-9020, u+9054, u+90a3, u+914d, u+91cf, u+9304, u+95b1, u+9650, u+9664, u+969b, u+96b1, u+96c6, u+9700, u+975e, u+97f3, u+98a8, u+98df, u+9999, u+99ac, u+9a57, u+9ebc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-780.DiPYP1Ce.woff2) format("woff2");
    unicode-range: u+d, u+2b, u+7c, u+a0, u+a9, u+300c-300d, u+4e09, u+4e3b, u+4e4b, u+4e5f, u+4e86, u+4e8b-4e8c, u+4eab, u+4ed6, u+4ee3-4ee4, u+4ef6, u+4f1a, u+4f4d, u+4f60, u+4f7f, u+4f86, u+4fdd, u+4fe1, u+5011, u+50b3, u+5149, u+5167, u+5176, u+518d, u+5229, u+524d, u+529b, u+52a0, u+52d9, u+5316-5317, u+5340, u+539f, u+53ca-53cb, u+5408, u+540c-540d, u+544a, u+548c, u+54c1, u+54e1, u+5546, u+554f, u+55ae, u+56de, u+5716, u+5831, u+5834, u+5916, u+5929, u+5973, u+597d, u+5982, u+5b57, u+5b78, u+5b89, u+5b8c, u+5b9a, u+5ba2, u+5bb9, u+5be6, u+5c07-5c08, u+5c0d, u+5c31, u+5de5, u+5df2, u+5e02, u+5e38, u+5e73-5e74, u+5ea6, u+5f0f, u+5f71, u+5f8c, u+5f97, u+5feb, u+6027, u+60c5, u+60f3, u+610f, u+611b, u+611f, u+61c9, u+6210, u+6216, u+6240, u+624b, u+63a8, u+63d0, u+641c, u+6536, u+6578, u+6599, u+65b9, u+660e, u+661f, u+662d, u+66f4, u+670d, u+671f, u+6771, u+679c, u+682a, u+683c, u+689d, u+696d, u+6a02, u+6a5f, u+6b0a, u+6b21, u+6b3e, u+6b64, u+6c23, u+6c34, u+6c92, u+6cbb, u+6cd5, u+6d3b, u+7063, u+7121, u+71b1, u+7247-7248, u+7269, u+7279, u+73fe, u+7406, u+7522, u+7576, u+767b, u+76ee, u+76f8, u+770b, u+771f, u+77e5, u+793e, u+7a0b, u+7acb, u+7ad9, u+7b2c, u+7b49, u+7cbe, u+7d50, u+7d61, u+7d93, u+7dda, u+7f8e, u+8005, u+806f, u+80fd, u+81ea, u+8207, u+8272, u+865f, u+8868, u+8981, u+898b, u+8996, u+8a00, u+8a08, u+8a0a, u+8a18, u+8a2d, u+8a71, u+8aaa, u+8acb, u+8cbb, u+8cc7, u+8d77, u+8d85, u+8def, u+8eab, u+8eca, u+8f49, u+9019-901a, u+9023, u+9032, u+904a-904b, u+904e, u+9053, u+9078, u+9084, u+90e8, u+90fd, u+91cd, u+91d1, u+9577, u+9580, u+9593, u+9762, u+982d, u+984c, u+985e, u+9996, u+9ad4, u+9ad8, u+9ede, u+ff01, u+ff08-ff09, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-781.BLkVYTj3.woff2) format("woff2");
    unicode-range: u+20-22, u+27-2a, u+2c-3b, u+3f, u+41-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+bb, u+bf, u+c9, u+cd, u+d6, u+e?, u+f1-f4, u+f6, u+f9-fa, u+fc-fd, u+101, u+103, u+110-111, u+113, u+12b, u+14d, u+16b, u+1a1, u+1b0, u+1ce, u+300-301, u+1ea1, u+1ea3, u+1ebf, u+1ec7, u+2013-2014, u+2039-203a, u+203c, u+2122, u+3001-3002, u+3113-3114, u+3118, u+311a-3129, u+4e00, u+4e0a-4e0b, u+4e0d, u+4e2d, u+4eba, u+4ee5, u+4f5c, u+500b, u+5165, u+5168, u+516c, u+51fa, u+5206, u+5230, u+52d5, u+53ef-53f0, u+570b, u+5728, u+5730, u+591a, u+5927, u+5b50, u+5bb6, u+5c0f, u+5fc3, u+6211, u+6587, u+65b0, u+65bc, u+65e5, u+662f, u+6642, u+6700, u+6703, u+6708-6709, u+672c, u+6b63, u+70b9-70ba, u+751f, u+7528, u+767c, u+7684, u+7db2, u+884c, u+958b, u+95dc, u+96fb, u+9801, u+ff0c, u+ff1a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-782.wsXFATKl.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-783.BPeqkeGg.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-784.BHB4_Irs.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    src: url(./Noto_Sans_TC-300-785.BoyJ2z6D.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-681.xZ7LEb1t.woff2) format("woff2");
    unicode-range: u+1f921-1f930, u+1f932-1f935, u+1f937-1f939, u+1f940-1f944, u+1f947-1f94a, u+1f95?, u+1f962-1f967, u+1f969-1f96a, u+1f980-1f981, u+1f984-1f98d, u+1f990-1f992, u+1f994-1f996, u+1f9c0, u+1f9d0, u+1f9d2, u+1f9d4, u+1f9d6, u+1f9d8, u+1f9da, u+1f9dc-1f9dd, u+1f9df-1f9e2, u+1f9e5-1f9e6, u+20024, u+20487, u+20779, u+20c41, u+20c78, u+20d71, u+20e98, u+20ef9, u+2107b, u+210c1, u+22c51, u+233b4, u+24a12, u+2512b, u+2546e, u+25683, u+267cc, u+269f2, u+27657, u+282e2, u+2898d, u+29d5a, u+f0001-f0005, u+f0019, u+f009b, u+f0101-f0104, u+f012b, u+f01ba, u+f01d6, u+f0209, u+f0217, u+f0223-f0224, u+fc355, u+fe327, u+fe517, u+feb97, u+fffb4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-682.C_9G3Xa6.woff2) format("woff2");
    unicode-range: u+ff78-ff7e, u+ff80-ff86, u+ff89-ff94, u+ff97-ff9e, u+ffb9, u+ffe0-ffe3, u+ffe9, u+ffeb, u+ffed, u+fffc, u+1d7c7, u+1f004, u+1f0cf, u+1f141-1f142, u+1f150, u+1f154, u+1f158, u+1f15b, u+1f15d-1f15e, u+1f162-1f163, u+1f170-1f171, u+1f174, u+1f177-1f178, u+1f17d-1f17f, u+1f192-1f195, u+1f197-1f19a, u+1f1e6-1f1f5, u+1f1f7-1f1ff, u+1f21a, u+1f22f, u+1f232-1f237, u+1f239-1f23a, u+1f250-1f251, u+1f300, u+1f302-1f319
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-683.vvQZLxVE.woff2) format("woff2");
    unicode-range: u+fa0a, u+fa0c, u+fa11, u+fa17, u+fa19, u+fa1b, u+fa1d, u+fa26, u+fa2c, u+fb01, u+fdfc, u+fe0e, u+fe33-fe36, u+fe38-fe44, u+fe49-fe51, u+fe54, u+fe56-fe57, u+fe59-fe5c, u+fe5f-fe6a, u+fe8e, u+fe92-fe93, u+feae, u+fecb-fecc, u+fee0, u+feec, u+fef3, u+ff04, u+ff07, u+ff26-ff2c, u+ff31-ff32, u+ff35-ff37, u+ff39-ff3a, u+ff3c, u+ff3e-ff5b, u+ff5d, u+ff61-ff65, u+ff67-ff68, u+ff6a, u+ff6c-ff77
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-684.DhRbuB5j.woff2) format("woff2");
    unicode-range: u+f78a-f78c, u+f78e, u+f792-f796, u+f798, u+f79c, u+f7f5, u+f812, u+f815, u+f876, u+f8f5, u+f8f8, u+f8ff, u+f901-f902, u+f904, u+f906, u+f909-f90a, u+f90f, u+f914, u+f918-f919, u+f91b, u+f91d, u+f91f, u+f923, u+f925, u+f92d-f92f, u+f934, u+f937-f938, u+f93d, u+f93f, u+f941, u+f949, u+f94c, u+f94e-f94f, u+f95a, u+f95d-f95e, u+f961-f963, u+f965-f970, u+f974, u+f976-f97a, u+f97c, u+f97e-f97f, u+f981, u+f983, u+f988, u+f98a, u+f98c, u+f98e, u+f996-f997, u+f999-f99a, u+f99c, u+f99f-f9a0, u+f9a3, u+f9a8, u+f9ad, u+f9b2-f9b6, u+f9b9-f9ba, u+f9bd-f9be, u+f9c1, u+f9c4, u+f9c7, u+f9ca, u+f9cd, u+f9d0-f9d1, u+f9d3-f9d4, u+f9d7-f9d8, u+f9dc-f9dd, u+f9df-f9e1, u+f9e4, u+f9e8-f9ea, u+f9f4, u+f9f6-f9f7, u+f9f9-f9fa, u+f9fc-fa01, u+fa03-fa04, u+fa06, u+fa08-fa09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-685.lROMJsEH.woff2) format("woff2");
    unicode-range: u+9ee5, u+9ee7, u+9eee, u+9ef3-9ef4, u+9ef6-9ef7, u+9ef9, u+9efb-9efd, u+9eff, u+9f07-9f09, u+9f10, u+9f14-9f15, u+9f19, u+9f22, u+9f29, u+9f2c, u+9f2f, u+9f31, u+9f34, u+9f37, u+9f39, u+9f3d-9f3e, u+9f41, u+9f4c-9f50, u+9f54, u+9f57, u+9f59, u+9f5c, u+9f5f-9f60, u+9f62-9f63, u+9f66-9f67, u+9f6a, u+9f6c, u+9f72, u+9f76-9f77, u+9f7f, u+9f84-9f85, u+9f88, u+9f8e, u+9f91, u+9f94-9f96, u+9f98, u+9f9a-9f9b, u+9f9f-9fa0, u+9fa2, u+9fa4, u+9ff?, u+a1f4, u+a4b0-a4b1, u+a4b3, u+a9c1-a9c2, u+aa31, u+ab34, u+ac00-ac01, u+ac04, u+ac08, u+ac10-ac11, u+ac13-ac16, u+ac19, u+ac1c-ac1d, u+ac24, u+ac70-ac71, u+ac74, u+ac77-ac78, u+ac80-ac81, u+ac83, u+ac8c, u+ac90, u+aca0, u+aca8-aca9, u+acac, u+acb0, u+acb8-acb9, u+acbc-acbd, u+acc1, u+acc4, u+ace0-ace1, u+ace4, u+ace8, u+acf0-acf1, u+acf3, u+acf5, u+acfc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-686.BKS8XwDE.woff2) format("woff2");
    unicode-range: u+9d77, u+9d7a, u+9d7e, u+9d87, u+9d89, u+9d8f, u+9d91-9d93, u+9d96, u+9d98, u+9d9a, u+9da1-9da2, u+9da5, u+9da9, u+9dab-9dac, u+9db1-9db2, u+9db5, u+9db9-9dbc, u+9dbf-9dc2, u+9dc4, u+9dc7-9dc9, u+9dd3, u+9dd6, u+9dd9-9dda, u+9dde-9ddf, u+9de2, u+9de5-9de6, u+9de8, u+9def-9df0, u+9df2-9df4, u+9df8, u+9dfa, u+9dfd, u+9dff, u+9e02, u+9e07, u+9e0a, u+9e11, u+9e15, u+9e18, u+9e1a-9e1b, u+9e1d-9e1e, u+9e20-9e23, u+9e25-9e26, u+9e2d, u+9e2f, u+9e33, u+9e35, u+9e3d-9e3f, u+9e42-9e43, u+9e45, u+9e48-9e4a, u+9e4c, u+9e4f, u+9e51, u+9e55, u+9e64, u+9e66, u+9e6b, u+9e6d-9e6e, u+9e70, u+9e73, u+9e75, u+9e78, u+9e80-9e83, u+9e87-9e88, u+9e8b-9e8c, u+9e90-9e91, u+9e93, u+9e96, u+9e9d, u+9ea1, u+9ea4, u+9ea6, u+9ea9-9eab, u+9ead, u+9eaf, u+9eb4, u+9eb7-9eba, u+9ebe-9ebf, u+9ecc-9ecd, u+9ed0, u+9ed2, u+9ed4, u+9ed9-9eda, u+9edc-9edd, u+9edf-9ee0, u+9ee2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-687.CAiwKval.woff2) format("woff2");
    unicode-range: u+9bf0-9bf1, u+9bf5, u+9bf7, u+9bf9, u+9bfd, u+9bff, u+9c02, u+9c06, u+9c08-9c0a, u+9c0d, u+9c10, u+9c12-9c13, u+9c15, u+9c1c, u+9c1f, u+9c21, u+9c23-9c25, u+9c28-9c29, u+9c2d-9c2e, u+9c31-9c33, u+9c35-9c37, u+9c39-9c3b, u+9c3d-9c3e, u+9c40, u+9c42, u+9c45-9c49, u+9c52, u+9c54, u+9c56, u+9c58-9c5a, u+9c5d, u+9c5f-9c60, u+9c63, u+9c67-9c68, u+9c72, u+9c75, u+9c78, u+9c7a-9c7c, u+9c7f-9c81, u+9c87-9c88, u+9c8d, u+9c91, u+9c94, u+9c97, u+9c9b, u+9ca4, u+9ca8, u+9cab, u+9cad, u+9cb1-9cb3, u+9cb6-9cb8, u+9cc4-9cc5, u+9ccc-9ccd, u+9cd5-9cd7, u+9cdd-9cdf, u+9ce7, u+9ce9, u+9cee-9cf0, u+9cf2, u+9cfc-9cfe, u+9d03, u+9d06-9d08, u+9d0e, u+9d10, u+9d12, u+9d15, u+9d17, u+9d1d-9d1f, u+9d23, u+9d2b, u+9d2f-9d30, u+9d34, u+9d37, u+9d3d, u+9d42, u+9d50, u+9d52-9d53, u+9d59, u+9d5c, u+9d5e-9d61, u+9d6a, u+9d6f-9d70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-688.BzyXZhIG.woff2) format("woff2");
    unicode-range: u+9a87, u+9a8a-9a8b, u+9a8f-9a91, u+9a97, u+9a9a, u+9a9e, u+9aa0-9aa1, u+9aa4-9aa5, u+9aaf-9ab1, u+9ab6-9ab7, u+9ab9-9aba, u+9abe, u+9ac0-9ac5, u+9ac8, u+9acb-9acc, u+9ace-9acf, u+9ad1, u+9ad5-9ad7, u+9ad9, u+9adf, u+9ae1, u+9ae3, u+9aea-9aeb, u+9aed, u+9aef, u+9af2, u+9af4, u+9af9, u+9afb, u+9afd, u+9b03-9b04, u+9b08, u+9b13, u+9b18, u+9b1f, u+9b22-9b23, u+9b28-9b2a, u+9b2c-9b30, u+9b32, u+9b3b, u+9b43, u+9b46-9b49, u+9b4b-9b4e, u+9b51, u+9b55, u+9b58, u+9b5b, u+9b5e-9b60, u+9b63, u+9b68-9b69, u+9b74, u+9b7d, u+9b80-9b81, u+9b83-9b84, u+9b87-9b88, u+9b8a-9b8b, u+9b8d-9b8e, u+9b90, u+9b92-9b95, u+9b97, u+9b9f-9ba0, u+9ba2-9ba3, u+9ba8, u+9bab, u+9bb0, u+9bb8, u+9bc0-9bc1, u+9bc3, u+9bc6-9bc8, u+9bd3-9bd7, u+9bd9, u+9bdb, u+9bdd, u+9be1-9be2, u+9be4-9be5, u+9be7, u+9bea, u+9bed-9bee
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-689.MEYJRrxm.woff2) format("woff2");
    unicode-range: u+993c-9940, u+9943-9944, u+9948-994a, u+994c-994e, u+9951, u+9954, u+995c, u+995e-995f, u+9961-9962, u+9965, u+9968, u+996a, u+996d-9972, u+9975-9976, u+997a, u+997c, u+997f-9980, u+9984-9985, u+9988, u+998b, u+998d, u+998f, u+9992, u+9994-9995, u+9997-9998, u+999c, u+999e, u+99a0-99a1, u+99ab, u+99af, u+99b1, u+99b4, u+99b9, u+99c4-99c6, u+99cf, u+99d1-99d2, u+99d4, u+99d6, u+99d8-99d9, u+99df, u+99e1-99e2, u+99e9, u+99ee, u+99f0, u+99f8, u+99fb, u+9a01-9a05, u+9a0c, u+9a0f-9a13, u+9a16, u+9a1b-9a1c, u+9a20, u+9a24, u+9a28, u+9a2b, u+9a2d-9a2e, u+9a34-9a36, u+9a38, u+9a3e, u+9a40-9a44, u+9a4a, u+9a4c-9a4e, u+9a52, u+9a56, u+9a62-9a65, u+9a69-9a6b, u+9a6d, u+9a6f-9a71, u+9a73-9a74, u+9a76, u+9a78-9a79, u+9a7b-9a7c, u+9a7e-9a7f, u+9a81-9a82, u+9a84-9a86
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-690.CvTNEB1I.woff2) format("woff2");
    unicode-range: u+97f5, u+97f9-97fa, u+97fe, u+9804, u+9807, u+980a, u+980e-980f, u+9814, u+9816, u+981a, u+981c, u+981e, u+9820-9821, u+9823, u+9826, u+9828, u+982a-982c, u+9832, u+9834-9835, u+9837, u+9839, u+983c-983d, u+9845, u+9848-9849, u+984e, u+9852-9857, u+9859-985a, u+9862-9863, u+9865, u+9870-9871, u+9873-9874, u+9877, u+987a-987f, u+9881-9882, u+9885, u+9887-988a, u+988c-988d, u+9890, u+9893, u+9896-9897, u+989a, u+989c-989e, u+98a0, u+98a4, u+98a6-98a7, u+98a9, u+98ae-98af, u+98b2-98b3, u+98b6-98b8, u+98ba-98bd, u+98bf, u+98c7-98c8, u+98ca, u+98d2-98d3, u+98d8-98da, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5, u+98e7-98e9, u+98eb-98ee, u+98f1, u+98f4, u+9901, u+9908-9909, u+990c, u+9911-9912, u+9914, u+9916-9917, u+991b-991c, u+991e, u+9920, u+9927, u+992b-992c, u+992e, u+9931-9933, u+9938, u+993a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-691.FOKifyV7.woff2) format("woff2");
    unicode-range: u+9672, u+9674, u+967a, u+9682-9685, u+9688-9689, u+968b, u+968d, u+9695, u+9697-9698, u+969e, u+96a0-96a4, u+96a9, u+96ac, u+96ae, u+96b0, u+96b2-96b4, u+96b6-96b7, u+96b9, u+96bc-96be, u+96c3, u+96c9-96cb, u+96ce-96cf, u+96d1-96d2, u+96d8, u+96dd, u+96e9, u+96eb, u+96f0-96f1, u+96f3-96f4, u+96f9, u+96fe-96ff, u+9701-9702, u+9705, u+9708, u+970a, u+970e-9711, u+9719, u+971d, u+971f-9720, u+9728, u+972a, u+972d, u+9730, u+9733, u+973a, u+973d, u+9744, u+9746-9747, u+9749, u+9750-9751, u+9753, u+9758-9759, u+975b, u+975d, u+9763, u+9765-9766, u+9768, u+976c-976d, u+9771, u+9773, u+9776, u+977a, u+977c, u+9780, u+9784-9786, u+9788, u+978e-978f, u+9798, u+979d-979e, u+97a3, u+97a5-97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b6-97b7, u+97b9, u+97bf, u+97c1, u+97c3, u+97c6, u+97c9, u+97cd, u+97d6, u+97d8-97d9, u+97dc-97de, u+97e1, u+97e6-97e7, u+97ec-97ee, u+97f0-97f1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-692.BINvHwki.woff2) format("woff2");
    unicode-range: u+9530, u+9535, u+953a-953b, u+9540-9542, u+9547, u+9549-954a, u+954d, u+9550-9551, u+9554-9556, u+955c, u+956c-956d, u+956f-9570, u+9573, u+9576, u+9578, u+9582, u+9586, u+9588, u+958e-958f, u+9599, u+959c, u+959e-959f, u+95a1-95a2, u+95a4, u+95a6-95a7, u+95aa-95ae, u+95b0, u+95b2, u+95b6, u+95b9-95bf, u+95c2-95c4, u+95c7-95c9, u+95cb-95cd, u+95d0, u+95d3-95d5, u+95d7-95d8, u+95da, u+95de, u+95e0-95e1, u+95e4-95e5, u+95ea-95eb, u+95ef-95f0, u+95f2-95f3, u+95f5, u+95f7-95fa, u+95fd, u+9600-9602, u+9607-9609, u+960e, u+9610-9611, u+9614, u+9616, u+9619-961a, u+961c-961d, u+961f, u+9621, u+9624, u+9628, u+962f, u+9633-9636, u+963c, u+9641-9643, u+9645, u+9647-9648, u+964e-964f, u+9651, u+9653-9655, u+9658, u+965b-965f, u+9661, u+9665, u+9668-9669, u+966c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-693.B5it3OQw.woff2) format("woff2");
    unicode-range: u+941a, u+941c, u+941e, u+9420-9425, u+9427-942b, u+942e, u+9432-9433, u+9436, u+9438, u+943a, u+943d, u+943f-9440, u+9445, u+944a, u+944c, u+9454-9455, u+945a-945b, u+945e, u+9460, u+9462-9463, u+9468, u+946a, u+946d, u+946f, u+9471, u+9474-9477, u+9479, u+947e-9481, u+9488-948a, u+948e, u+9492-9493, u+9497, u+9499, u+949b-94a3, u+94a5-94a9, u+94ac, u+94ae-94b1, u+94b3-94b5, u+94bb-94bc, u+94be-94c3, u+94c5-94c6, u+94c9, u+94ce-94d0, u+94db-94dd, u+94e0, u+94e2-94e3, u+94e8, u+94ec-94ee, u+94f0, u+94f2, u+94f5-94f6, u+94f8, u+94fa, u+94ff-9502, u+9504-9506, u+9508, u+950b-950c, u+950f-9510, u+9519-951b, u+951d, u+951f, u+9521-9526, u+952d-952f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-694.4Iq9jwZh.woff2) format("woff2");
    unicode-range: u+930b, u+930f, u+9312, u+9315, u+9319-931b, u+931d-931f, u+9321, u+9323-9325, u+9327-932a, u+932c-932e, u+9331-9333, u+9335, u+9338, u+933c, u+9340-9341, u+9345-9349, u+934f-9352, u+9354, u+9356-935a, u+935c-9360, u+9363-9367, u+9369-936a, u+936c, u+936e, u+9370-9371, u+9373, u+9376, u+9379-937a, u+937c, u+9385, u+9387, u+938c, u+938f, u+9394, u+9397-9398, u+939a-939b, u+939d-939e, u+93a1-93a3, u+93a6-93a7, u+93a9-93aa, u+93ac-93ad, u+93af-93b0, u+93b3-93bb, u+93bd-93be, u+93c0-93c4, u+93c7, u+93ca-93cd, u+93d0-93d1, u+93d6-93d8, u+93dc-93de, u+93e0, u+93e4, u+93e8, u+93ee, u+93f0, u+93f5, u+93f7-93f9, u+93fb, u+9403, u+9407, u+940f-9410, u+9413-9414, u+9417, u+9419
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-695.D0YcOBTg.woff2) format("woff2");
    unicode-range: u+9208-920a, u+920d-920e, u+9210-9211, u+9217, u+9219, u+921c, u+9221, u+9224-9225, u+9227, u+922a, u+922d-922e, u+9230-9231, u+9233, u+9235-9239, u+923b, u+923d-9241, u+9244, u+9246, u+9248-9249, u+924b-9251, u+9253, u+925a, u+925d-925e, u+9262, u+9265-9267, u+926b-926d, u+926f, u+9271-9272, u+9274, u+9276, u+9278, u+927a-927c, u+927e-927f, u+9282-9283, u+9286, u+9288, u+928a, u+928d-928e, u+9291, u+9295-9296, u+9299-929b, u+929d, u+92a0-92ae, u+92b2, u+92b5-92b6, u+92bb-92bc, u+92c2-92c3, u+92c6-92cd, u+92cf-92d1, u+92d5, u+92d7, u+92d9, u+92dd, u+92df, u+92e4-92e6, u+92e8-92e9, u+92ed-92ef, u+92f1-92f3, u+92f6, u+92f9, u+92fb, u+9300-9302, u+9306
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-696.9XcLAO8J.woff2) format("woff2");
    unicode-range: u+90e2-90e4, u+90ea-90eb, u+90ef, u+90f4, u+90f7-90f8, u+90fc, u+90fe-9100, u+9102, u+9104, u+9106, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9129, u+912b, u+912f, u+9131-9132, u+9134, u+9136, u+9139-913a, u+9143, u+9146, u+9148-914a, u+914e-9150, u+9154, u+9156-9157, u+9159-915a, u+915d-915e, u+9161-9164, u+916b, u+916e, u+9170-9172, u+9174, u+9176, u+9179-917a, u+917f, u+9181-9182, u+9184-9186, u+918c-918e, u+9190-9191, u+9196, u+919a-919b, u+919e, u+91a1-91a4, u+91a7, u+91aa, u+91ae-91b2, u+91b4-91b5, u+91b8, u+91bd-91be, u+91c1, u+91c3, u+91c5-91c6, u+91c8-91ca, u+91d2-91d5, u+91d7, u+91d9, u+91e1, u+91e4, u+91e6-91e9, u+91ec-91ed, u+91f0-91f1, u+91f5-91fa, u+91fd, u+91ff-9201, u+9203-9207
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-697.-seGNNbL.woff2) format("woff2");
    unicode-range: u+8f85-8f86, u+8f88-8f8a, u+8f8d, u+8f90, u+8f93, u+8f95-8f97, u+8f99, u+8f9e-8f9f, u+8fa2, u+8fa7, u+8fa9, u+8fab, u+8fae, u+8fb3, u+8fb5-8fb6, u+8fba-8fbd, u+8fbf, u+8fc1-8fc2, u+8fc6, u+8fc8, u+8fcc-8fcd, u+8fd2-8fd3, u+8fd5, u+8fdc-8fdd, u+8fdf, u+8fe2-8fe5, u+8fe8-8fe9, u+8fed-8fee, u+8ff3, u+8ff5, u+8ff8, u+8ffa-8ffc, u+8ffe, u+9002, u+9004, u+9008, u+900a-900b, u+9011-9013, u+9016, u+901e, u+9021, u+9024, u+902d, u+902f-9030, u+9034-9036, u+9039-903b, u+9041, u+9044-9045, u+904f-9052, u+9057-9058, u+905b, u+905d, u+9061-9062, u+9065, u+9068, u+906f, u+9074, u+9079, u+907d, u+9083, u+9085, u+9087-9089, u+908b, u+9090, u+9093, u+9095, u+9097, u+9099, u+909b, u+909d-909e, u+90a0-90a2, u+90ac, u+90af-90b0, u+90b2-90b4, u+90b6, u+90b9, u+90bb, u+90bd-90be, u+90c3-90c5, u+90c7, u+90d1, u+90d4-90d5, u+90d7, u+90db-90df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-698.DfFbVspF.woff2) format("woff2");
    unicode-range: u+8e30-8e31, u+8e35, u+8e39, u+8e3c-8e3d, u+8e40-8e42, u+8e47, u+8e49-8e4e, u+8e50, u+8e53-8e55, u+8e59-8e5b, u+8e60, u+8e62-8e63, u+8e67, u+8e69, u+8e6c-8e6d, u+8e6f, u+8e74, u+8e76, u+8e7a-8e7c, u+8e82, u+8e84-8e85, u+8e87, u+8e89-8e8b, u+8e8f-8e95, u+8e99-8e9a, u+8e9d-8e9e, u+8ea1, u+8ea3, u+8ea5-8ea6, u+8eaa, u+8eac-8ead, u+8eaf-8eb1, u+8eb9, u+8ebc, u+8ebe, u+8ec6, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8ed7, u+8eda-8edb, u+8ee2, u+8ee8, u+8eeb, u+8ef2, u+8ef9-8efe, u+8f05, u+8f07-8f08, u+8f0a-8f0c, u+8f12-8f13, u+8f17, u+8f19-8f1a, u+8f1c, u+8f1e-8f1f, u+8f25-8f26, u+8f2d, u+8f30, u+8f33, u+8f36, u+8f3e, u+8f40-8f42, u+8f45-8f47, u+8f4d, u+8f54-8f55, u+8f5d, u+8f61-8f62, u+8f64, u+8f67-8f69, u+8f6d-8f72, u+8f74, u+8f76, u+8f7b-8f7c, u+8f7f, u+8f83-8f84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-699.BDOBTfsu.woff2) format("woff2");
    unicode-range: u+8ce1, u+8ce8, u+8ceb, u+8cf0, u+8cf8, u+8cfb, u+8cfe, u+8d04, u+8d07, u+8d0b, u+8d0d, u+8d10, u+8d12-8d14, u+8d17, u+8d1b-8d1f, u+8d21-8d26, u+8d29-8d2c, u+8d2e-8d32, u+8d34-8d35, u+8d37-8d38, u+8d3a-8d3c, u+8d3e-8d3f, u+8d41-8d43, u+8d48, u+8d4b-8d4c, u+8d4e-8d50, u+8d54, u+8d56, u+8d58, u+8d5a-8d5b, u+8d5f-8d60, u+8d62-8d63, u+8d66-8d69, u+8d6c-8d6e, u+8d73, u+8d75-8d76, u+8d7b, u+8d7d, u+8d84, u+8d8b, u+8d90-8d91, u+8d94, u+8d96, u+8d9c, u+8dab, u+8daf, u+8db2, u+8db5, u+8db7, u+8dba, u+8dbc, u+8dbf, u+8dc2-8dc3, u+8dc6, u+8dcb, u+8dce-8dd0, u+8dd6-8dd7, u+8dda-8ddb, u+8de3-8de4, u+8de9, u+8deb-8dec, u+8df1, u+8df5-8df7, u+8dfa-8dfd, u+8e05, u+8e08-8e0a, u+8e0e, u+8e14, u+8e16, u+8e18, u+8e1d-8e21, u+8e23, u+8e26-8e28, u+8e2a-8e2b, u+8e2d-8e2e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-700.CgFyYmr0.woff2) format("woff2");
    unicode-range: u+8b9c, u+8b9e-8b9f, u+8ba3, u+8ba5, u+8ba7, u+8baa, u+8bad, u+8bb2-8bb4, u+8bb6-8bb9, u+8bbc-8bbd, u+8bbf-8bc0, u+8bc3, u+8bc5, u+8bc8-8bcb, u+8bcf, u+8bd1, u+8bd7-8bdc, u+8bde-8be1, u+8be3, u+8be5, u+8be7, u+8be9, u+8beb-8bec, u+8bef, u+8bf1-8bf2, u+8bf5-8bf6, u+8bf8, u+8bfa, u+8bfd-8bfe, u+8c01-8c02, u+8c05, u+8c08, u+8c0a-8c11, u+8c13-8c15, u+8c18-8c1c, u+8c1f, u+8c23-8c29, u+8c2c-8c2d, u+8c31, u+8c34, u+8c36, u+8c39, u+8c3f, u+8c47, u+8c49-8c4c, u+8c4f, u+8c51, u+8c55, u+8c62, u+8c68, u+8c73, u+8c78, u+8c7a-8c7c, u+8c82, u+8c85, u+8c89-8c8a, u+8c8d-8c8e, u+8c90, u+8c94, u+8c98-8c99, u+8ca3-8ca4, u+8cad-8cb0, u+8cb2, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc5, u+8ccf-8cd2, u+8cd4-8cd5, u+8cd9-8cdb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-701.BPhVPRu9.woff2) format("woff2");
    unicode-range: u+8a1b, u+8a22, u+8a25, u+8a27, u+8a2b, u+8a33, u+8a36, u+8a38, u+8a3d-8a3e, u+8a41, u+8a45-8a46, u+8a48, u+8a4e, u+8a51-8a52, u+8a54, u+8a56-8a58, u+8a5b, u+8a5d, u+8a61, u+8a63, u+8a67, u+8a6a-8a6c, u+8a70, u+8a74-8a76, u+8a7a-8a7c, u+8a82, u+8a84-8a86, u+8a89, u+8a8f-8a92, u+8a94, u+8a9a, u+8aa1, u+8aa3, u+8aa5, u+8aa7-8aa8, u+8aad, u+8ab1, u+8ab6, u+8abe, u+8ac2, u+8ac4, u+8ac6, u+8ac9, u+8acc-8acf, u+8ad1, u+8adb, u+8add-8ae2, u+8ae4, u+8ae6, u+8aea-8aeb, u+8aed, u+8af1-8af6, u+8afa, u+8afc, u+8b01, u+8b04-8b05, u+8b07, u+8b0b-8b0d, u+8b0f-8b10, u+8b13-8b14, u+8b16, u+8b1a, u+8b1c, u+8b21-8b22, u+8b26, u+8b28, u+8b2b, u+8b2e, u+8b33, u+8b41, u+8b46, u+8b4c-8b4f, u+8b53-8b54, u+8b56, u+8b59, u+8b5e-8b60, u+8b64, u+8b6a-8b6d, u+8b72, u+8b7e, u+8b83, u+8b89, u+8b8c, u+8b8e, u+8b90, u+8b92, u+8b95-8b96, u+8b99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-702.Dn-p4UoP.woff2) format("woff2");
    unicode-range: u+88b7-88b8, u+88bc-88be, u+88c0, u+88c4, u+88c6-88c7, u+88c9-88cc, u+88ce, u+88d2, u+88d6, u+88d8, u+88db, u+88df, u+88e4, u+88e8-88e9, u+88ec, u+88ef-88f1, u+88f3-88f5, u+88fc, u+88fe, u+8900, u+8902, u+8906, u+890a-890c, u+8912-8915, u+8918-891a, u+891f, u+8921, u+8923, u+8925, u+892a-892b, u+892d, u+8930, u+8933, u+8935-8936, u+8938, u+893d, u+8941-8943, u+8946-8947, u+8949, u+894c-894d, u+8956-8957, u+8959, u+895c, u+895e-8960, u+8964, u+8966, u+896c, u+8971, u+8974, u+897b, u+897e, u+8980, u+8982-8983, u+8987-8988, u+898a, u+898c, u+8991, u+8994-8995, u+8997-8998, u+899a, u+899c, u+89a1, u+89a4-89a7, u+89a9, u+89ac, u+89af, u+89b2-89b3, u+89b7, u+89bb, u+89bf, u+89c5, u+89c9-89ca, u+89d1, u+89d4-89d5, u+89da, u+89dc-89de, u+89e5-89e7, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89ff, u+8a01, u+8a03, u+8a07, u+8a09, u+8a0c, u+8a0f-8a12, u+8a16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-703.CdHTsWMl.woff2) format("woff2");
    unicode-range: u+8763-8765, u+8768, u+876a, u+876c-8770, u+8772, u+8777, u+877a-877b, u+877d, u+8781, u+8784-8785, u+8788, u+878b, u+8793, u+8797-8798, u+879f, u+87a3, u+87a8, u+87ab-87ad, u+87af, u+87b3, u+87b5, u+87b9, u+87bb, u+87bd-87c0, u+87c4-87c8, u+87ca-87cc, u+87ce, u+87d2, u+87db-87dc, u+87e0-87e1, u+87e3, u+87e5, u+87e7, u+87ea-87eb, u+87ee-87ef, u+87f3-87f4, u+87f6-87f7, u+87fe, u+8802-8806, u+880a-880b, u+880e, u+8810-8811, u+8813, u+8815-8816, u+881b, u+8821, u+8823, u+8827, u+8831-8832, u+8835, u+8839-883a, u+883c, u+8844-8846, u+884a, u+884e, u+8852, u+8854-8856, u+8859-885a, u+885e, u+8862, u+8864-8865, u+8869-886a, u+886c-886e, u+8871-8872, u+8875, u+8879, u+887d-887f, u+8882, u+8884-8885, u+8888, u+8890, u+8892-8893, u+8897-8898, u+889a-889c, u+889e, u+88a2, u+88a4, u+88a8, u+88aa, u+88ad-88ae, u+88b1, u+88b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-704.y7ieV0TH.woff2) format("woff2");
    unicode-range: u+8621-8622, u+8627, u+8629-862a, u+8634-8636, u+8638, u+863a, u+863c, u+8640, u+8642, u+8646, u+864c-864d, u+864f, u+8651-8654, u+8657, u+8659-865a, u+865c, u+8662, u+866b-866c, u+866f-8671, u+8673, u+8677, u+867a-867b, u+867d-867e, u+8680-8682, u+868b-868d, u+8693-8696, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a7-86aa, u+86af-86b1, u+86b3-86b4, u+86b6, u+86b9-86ba, u+86c0-86c2, u+86c4, u+86c6, u+86c9-86ca, u+86cc-86ce, u+86d0, u+86d3-86d4, u+86de-86df, u+86e9, u+86ed-86f0, u+86f3, u+86f8-86fc, u+86fe, u+8703, u+8706-870a, u+870d-870e, u+8711-8712, u+8715, u+8717, u+8719-871a, u+871e, u+8721-8723, u+8725, u+8728-8729, u+872e, u+8731, u+8734, u+8737, u+873a, u+873e-8740, u+8742, u+8747, u+8749, u+874b-874c, u+874e-874f, u+8753, u+8757-8758, u+875d, u+875f, u+8761-8762
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-705.BKUT1tDB.woff2) format("woff2");
    unicode-range: u+84c0, u+84c2, u+84c6-84c7, u+84ca, u+84cd-84d2, u+84d6, u+84dd, u+84df, u+84e2, u+84e6-84e8, u+84ea, u+84ef-84f0, u+84f3-84f4, u+84f7, u+84fa, u+84fc-84fd, u+84ff-8500, u+8506, u+850c, u+8511, u+8515, u+8517, u+851d-851f, u+8524, u+852b, u+852f, u+8532, u+8534-8535, u+8537-8538, u+853a, u+853c, u+853e, u+8541-8542, u+8545, u+8548, u+854b, u+854d-854e, u+8552-8553, u+8555-8558, u+855a, u+855e, u+8561-8565, u+8568, u+856a-856c, u+856f, u+8574, u+8577-857b, u+8580-8581, u+8585-8586, u+858a, u+858c, u+858f-8590, u+8594, u+8597-8599, u+859c, u+859f, u+85a1-85a2, u+85a4, u+85a8, u+85ab-85ac, u+85ae, u+85b3-85b4, u+85b7, u+85b9-85ba, u+85bd-85be, u+85c1-85c2, u+85cb, u+85ce, u+85d0, u+85d3, u+85d5, u+85dc, u+85e0, u+85e6, u+85e8, u+85ea, u+85ed, u+85f4, u+85f6-85f7, u+85f9-85fa, u+85ff, u+8602, u+8604-8605, u+8610, u+8616-8618, u+861a, u+861e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-706.BuRtNj3s.woff2) format("woff2");
    unicode-range: u+8380, u+8383, u+8385-8386, u+8392, u+8394-8395, u+8398-8399, u+839b-839c, u+83a0, u+83a2, u+83a4, u+83a7-83aa, u+83af-83b5, u+83b7, u+83b9-83ba, u+83bc-83c0, u+83c2, u+83c4-83c5, u+83c8-83c9, u+83cb, u+83ce-83cf, u+83d1, u+83d4-83d6, u+83d8, u+83dd, u+83df, u+83e1-83e2, u+83e5, u+83ea-83eb, u+83f0, u+83f3-83f4, u+83f9, u+83fb-83fe, u+8406-8407, u+840b, u+840f, u+8411, u+8413, u+8418, u+841b-841d, u+8420-8421, u+8423-8424, u+8426-8429, u+842b, u+842d-842e, u+8432-8433, u+8435, u+8437-8439, u+843b-843c, u+843e, u+8445-8447, u+844e, u+8451-8452, u+8456, u+8459-845a, u+845c, u+845f, u+8462, u+8466-8467, u+846d, u+846f-8471, u+8473-8474, u+8476-8478, u+847a, u+8484, u+848b, u+848d-848e, u+8493-8494, u+8497, u+849d, u+849f, u+84a1, u+84a8, u+84af, u+84b1, u+84b4, u+84b9-84bb, u+84bd-84bf
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-707.DB5PlooA.woff2) format("woff2");
    unicode-range: u+827d, u+827f, u+8283-8284, u+8288-828a, u+828d-8291, u+8293-8294, u+8298, u+829a-829c, u+829e-82a4, u+82a6-82ab, u+82ae, u+82b0, u+82b4, u+82b6, u+82ba-82bc, u+82be, u+82c1, u+82c4-82c5, u+82c7, u+82cb, u+82cd, u+82cf-82d0, u+82d2, u+82d5-82d6, u+82d9, u+82db-82dc, u+82de-82e1, u+82e3-82e4, u+82e7, u+82ea-82eb, u+82ef-82f0, u+82f3-82f4, u+82f6-82f7, u+82f9-82fc, u+82fe-8301, u+8306-8308, u+830b-830e, u+8316, u+8318, u+831a-831b, u+831d-831e, u+8327, u+832a, u+832c-832d, u+832f, u+8331, u+8333-8334, u+8337, u+833a-833c, u+833f-8340, u+8342, u+8344-8347, u+834b-834c, u+834f, u+8351, u+8356-8358, u+835a, u+835e-8361, u+8363-8364, u+8367-8368, u+836b, u+836f, u+8373, u+8375, u+8378, u+837a-837f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-708.B9txB5o2.woff2) format("woff2");
    unicode-range: u+811b, u+811e, u+8121-8127, u+8129, u+812c, u+812f-8134, u+8137-8138, u+813a, u+813d, u+8144, u+8146, u+8148, u+814a, u+814c-814d, u+8151, u+8153, u+8156, u+8158, u+815a, u+8160, u+8167, u+8169, u+816d, u+816f, u+8171, u+8174, u+817b-817c, u+817e, u+8182, u+8188, u+818a, u+8194-8195, u+8198, u+819b, u+819e, u+81a3, u+81a6-81a7, u+81ab, u+81af-81b0, u+81b5-81b6, u+81b8, u+81ba-81bb, u+81be-81bf, u+81c3, u+81c6, u+81ca, u+81cc, u+81cf, u+81d1-81d3, u+81d6-81d7, u+81d9-81da, u+81dd-81de, u+81e0-81e2, u+81e7, u+81ec, u+81ef, u+81fc, u+81fe, u+8200-8202, u+8204-8206, u+820b, u+820e, u+8210, u+8215, u+8217-8218, u+821b, u+821d, u+8221-8222, u+8224, u+8228-8229, u+822b, u+822f-8234, u+8236-8238, u+823a, u+823e, u+8240, u+8244-8245, u+8249, u+824b, u+824e-824f, u+8257, u+825a, u+825f, u+8264, u+8268, u+826b, u+826e, u+8270, u+8273, u+8276, u+8278-8279
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-709.BzbU2YNq.woff2) format("woff2");
    unicode-range: u+7fb8, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fcb-7fcc, u+7fce-7fcf, u+7fd1, u+7fd5, u+7fd8, u+7fdb, u+7fde-7fdf, u+7fe5-7fe6, u+7fe9, u+7feb-7fec, u+7fee, u+7ff2-7ff3, u+7ffa, u+7ffd-7ffe, u+8002, u+8004, u+8006, u+800b, u+800e, u+8011-8012, u+8014, u+8016, u+8018-8019, u+801c, u+8024, u+8026, u+8028, u+802c, u+8030, u+8035, u+8037-8039, u+803b, u+8042-8043, u+804b-804c, u+8052, u+8061, u+8068, u+806a, u+806e, u+8071, u+8073-8076, u+8079, u+807c, u+807e-807f, u+8083-8084, u+808f, u+8093, u+8095, u+8098, u+809c, u+809f-80a0, u+80a4, u+80a7, u+80ab, u+80ad-80ae, u+80b0-80b1, u+80b4-80b6, u+80b8, u+80bc-80c2, u+80c4, u+80c6-80c7, u+80cb, u+80cd, u+80cf, u+80d4, u+80d7, u+80d9, u+80db-80dd, u+80e0, u+80e3-80e5, u+80e7, u+80eb-80ed, u+80ef-80f1, u+80f3-80f4, u+80f6-80f7, u+80fc, u+80fe-80ff, u+8101, u+8107, u+8109, u+810f-8113, u+8115, u+8117-8118, u+811a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-710.BxCUuOgF.woff2) format("woff2");
    unicode-range: u+7eb3, u+7eb5-7eba, u+7ebd-7ebe, u+7ec0-7ec1, u+7ec3, u+7ec5, u+7ec7-7eca, u+7ecd-7ece, u+7ed1-7ed2, u+7ed4-7ed5, u+7ed7-7ed8, u+7eda-7edb, u+7edd-7ede, u+7ee2-7ee3, u+7ee5, u+7ee7, u+7ee9-7eeb, u+7eee-7ef0, u+7ef3, u+7ef5, u+7ef7-7ef8, u+7efd-7f01, u+7f03, u+7f05-7f09, u+7f0e, u+7f10, u+7f13-7f15, u+7f18-7f1a, u+7f1c-7f1d, u+7f20, u+7f24-7f25, u+7f28-7f2a, u+7f2d-7f2e, u+7f30, u+7f34, u+7f36-7f37, u+7f3d, u+7f42-7f45, u+7f47-7f4e, u+7f52, u+7f54, u+7f58, u+7f5a, u+7f5d, u+7f5f-7f63, u+7f65, u+7f68, u+7f6b, u+7f78, u+7f7d-7f7e, u+7f81-7f83, u+7f86-7f87, u+7f8b-7f8d, u+7f91, u+7f93-7f95, u+7f97, u+7f99-7f9a, u+7f9d, u+7f9f, u+7fa1-7fa3, u+7fa5, u+7fa7, u+7fad-7fb2, u+7fb4, u+7fb6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-711.QnXeXKeq.woff2) format("woff2");
    unicode-range: u+7d8c-7d8f, u+7d91, u+7d95-7d96, u+7d98-7d9a, u+7d9d-7d9e, u+7da2-7da3, u+7da6, u+7daa, u+7dac, u+7dae-7db0, u+7db3, u+7db5, u+7db7, u+7db9, u+7dbd, u+7dc1, u+7dc3-7dc7, u+7dcc-7dcf, u+7dd1, u+7dd6-7dd9, u+7ddb-7ddc, u+7de1-7de2, u+7de6, u+7df0-7df3, u+7df6, u+7dfe, u+7e01-7e02, u+7e04, u+7e08-7e0b, u+7e10-7e11, u+7e13, u+7e15, u+7e1d-7e20, u+7e22, u+7e25-7e27, u+7e29, u+7e2d, u+7e2f-7e30, u+7e32-7e37, u+7e39, u+7e3b, u+7e44-7e45, u+7e47-7e48, u+7e4a-7e4b, u+7e4d, u+7e50-7e52, u+7e56, u+7e58-7e5b, u+7e62, u+7e68, u+7e6d-7e70, u+7e76, u+7e78, u+7e7b, u+7e7e, u+7e81-7e82, u+7e86-7e88, u+7e8a, u+7e8d-7e8e, u+7e92-7e94, u+7e98-7e9b, u+7e9e, u+7ea0, u+7ea3-7ea4, u+7ea8, u+7eaa-7eaf, u+7eb1-7eb2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-712.Bt_BjVaT.woff2) format("woff2");
    unicode-range: u+7c23, u+7c25-7c26, u+7c2a-7c2b, u+7c37-7c39, u+7c40-7c41, u+7c48-7c49, u+7c50, u+7c53-7c54, u+7c56-7c57, u+7c59-7c5c, u+7c5f, u+7c63, u+7c65, u+7c69, u+7c6c-7c6e, u+7c74-7c75, u+7c79, u+7c7c, u+7c7e, u+7c84, u+7c8b, u+7c8d, u+7c91, u+7c94-7c95, u+7c9b, u+7c9f, u+7ca2, u+7ca4, u+7ca6, u+7ca8-7caa, u+7cae, u+7cb1-7cb3, u+7cba, u+7cbc, u+7cbf-7cc0, u+7cc5, u+7cc8-7cc9, u+7ccc-7cce, u+7cd7, u+7cdc-7cdd, u+7ce0, u+7ce2, u+7ce8, u+7cea, u+7ced, u+7cf2, u+7cf4, u+7cf6, u+7cf8-7cfa, u+7cfc, u+7d02, u+7d06-7d0a, u+7d0f, u+7d11-7d12, u+7d15, u+7d18, u+7d1c-7d1e, u+7d25, u+7d27, u+7d29, u+7d2c, u+7d31-7d32, u+7d35, u+7d38, u+7d3a, u+7d3c, u+7d3e-7d41, u+7d43, u+7d45, u+7d4c, u+7d4e-7d4f, u+7d53-7d54, u+7d56, u+7d5b-7d5d, u+7d5f, u+7d63, u+7d67, u+7d6a, u+7d6d, u+7d70, u+7d73, u+7d75, u+7d79-7d7b, u+7d7d, u+7d80, u+7d83-7d84, u+7d86-7d89, u+7d8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-713.BZ3UA0dk.woff2) format("woff2");
    unicode-range: u+7afd-7afe, u+7b01-7b06, u+7b09-7b0b, u+7b0e-7b10, u+7b14, u+7b18, u+7b1a, u+7b1e-7b1f, u+7b22-7b25, u+7b29-7b2b, u+7b2d-7b2e, u+7b31-7b35, u+7b38-7b3c, u+7b45, u+7b47-7b48, u+7b4a, u+7b4c, u+7b4e-7b50, u+7b58, u+7b5b, u+7b5d, u+7b60, u+7b62, u+7b65-7b67, u+7b69, u+7b6d-7b6f, u+7b72-7b76, u+7b79, u+7b7e, u+7b82, u+7b84-7b85, u+7b87, u+7b8b, u+7b8d-7b93, u+7b95-7b96, u+7b98, u+7b9c-7b9d, u+7ba0, u+7ba7, u+7ba9-7bac, u+7bb0, u+7bb4, u+7bb6, u+7bb8-7bb9, u+7bc1, u+7bc3, u+7bc6, u+7bcb-7bcc, u+7bcf, u+7bd4, u+7bd9-7bdb, u+7bdd, u+7be0-7be1, u+7be5-7be6, u+7bea, u+7bed-7bee, u+7bf1-7bf3, u+7bf8-7bf9, u+7bfc-7c01, u+7c03, u+7c07, u+7c0a-7c0d, u+7c0f, u+7c11-7c12, u+7c15, u+7c1e-7c20
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-714.DsALZIBY.woff2) format("woff2");
    unicode-range: u+798a-798b, u+7991, u+7993-7996, u+7998, u+799a-799b, u+799f-79a2, u+79a4, u+79a8-79a9, u+79af-79b0, u+79b3, u+79b5, u+79b8, u+79ba, u+79c3, u+79c6, u+79c8, u+79cf, u+79d5-79d6, u+79dc-79de, u+79e3, u+79e7, u+79ea-79ed, u+79ef-79f0, u+79f4, u+79f6-79f8, u+79fd, u+7a02-7a03, u+7a08-7a0a, u+7a0c, u+7a0e, u+7a10-7a11, u+7a14, u+7a17-7a19, u+7a1c, u+7a1e-7a1f, u+7a23, u+7a26, u+7a2d, u+7a32-7a33, u+7a37, u+7a39, u+7a3c, u+7a42, u+7a45, u+7a49, u+7a4f, u+7a56, u+7a5a, u+7a5c, u+7a60-7a61, u+7a63, u+7a68, u+7a6d-7a6e, u+7a70-7a71, u+7a77-7a79, u+7a80, u+7a83, u+7a85-7a86, u+7a88, u+7a8d, u+7a90-7a91, u+7a93-7a96, u+7a98, u+7a9c-7a9d, u+7aa0, u+7aa3, u+7aa5-7aa6, u+7aa8, u+7aaa, u+7aac, u+7ab0, u+7ab3, u+7ab6, u+7ab8, u+7abb, u+7abe-7abf, u+7ac2, u+7ac8-7ac9, u+7ad1-7ad2, u+7ad6, u+7ada, u+7adc-7ade, u+7ae4, u+7ae6, u+7ae9-7aeb, u+7af4, u+7af8, u+7afa-7afb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-715.Bf_M1uCa.woff2) format("woff2");
    unicode-range: u+7842-7843, u+7845, u+7847, u+784a, u+784c-7850, u+7852-7853, u+7855, u+7858, u+785a, u+785c-785d, u+7864, u+7866, u+7868, u+786a, u+786f, u+7874, u+7876, u+787c, u+787f, u+7886-7887, u+7889, u+788d, u+788f, u+7893, u+7895-7896, u+7898, u+789a, u+789e, u+78a1, u+78a3, u+78a5, u+78aa, u+78ad, u+78b1-78b2, u+78b4, u+78b6, u+78b8, u+78be, u+78c8-78c9, u+78cb, u+78ce, u+78d0-78d1, u+78d4-78d5, u+78d7-78d8, u+78de, u+78e3, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78fa-78fb, u+78fd-7900, u+7904-7906, u+790a, u+790c, u+7910-7912, u+791c, u+791e, u+7920-7921, u+792a-792c, u+792e, u+7931, u+7934, u+7938, u+793b, u+793d, u+793f, u+7941-7942, u+7945-7947, u+7949, u+794c, u+794e, u+7953-7954, u+7957-795c, u+795f, u+7961-7962, u+7964, u+7967, u+7969, u+796b-796c, u+796f, u+7972-7973, u+7977-7979, u+797b-797c, u+797e, u+7980, u+7982, u+7984-7988
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-716.CZnAdlND.woff2) format("woff2");
    unicode-range: u+7707-7708, u+770a, u+770c, u+770f, u+7715, u+7719-771b, u+771d-771e, u+7722, u+7725-7726, u+7728, u+772d, u+772f, u+7733-7736, u+7738, u+773b, u+773d, u+7741, u+7744, u+7746, u+774c, u+774e-7752, u+7755, u+7759-775a, u+775f-7760, u+7762, u+7765-7766, u+7768-776a, u+776c-776e, u+7771, u+7778, u+777a, u+777d-777e, u+7780, u+7785, u+7787, u+7789, u+778b-778d, u+7791-7793, u+779c, u+779f-77a0, u+77a2, u+77a5, u+77a9, u+77b0-77b1, u+77b4, u+77b6-77b7, u+77b9, u+77bc-77bf, u+77c5, u+77c7, u+77cc-77cd, u+77d3, u+77d6-77d7, u+77dc, u+77de, u+77e3, u+77e7, u+77eb-77ec, u+77f0, u+77f2, u+77f6, u+77f8, u+77fa-77fc, u+77fe-7800, u+7803, u+7805-7806, u+7809, u+7810-7812, u+7815-7816, u+781a, u+781c-781d, u+781f-7823, u+7825-7827, u+7829, u+782c-7830, u+7833, u+7835, u+7837, u+7839-783a, u+783c, u+783e, u+7840
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-717.BmgCfs7W.woff2) format("woff2");
    unicode-range: u+75cd, u+75d2, u+75d4, u+75d9, u+75df, u+75e2-75e4, u+75e6-75e7, u+75e9-75ec, u+75f0-75f3, u+75f7, u+75f9-75fa, u+75fc, u+75fe-7602, u+7608-760a, u+760c-760d, u+7610, u+7615-7616, u+7618-7620, u+7622-7623, u+7625, u+7627, u+7629, u+762b, u+762e, u+7630, u+7632-7635, u+7638, u+763a-763c, u+763e, u+7640, u+7643, u+7646, u+7648-7649, u+764d-764e, u+7654, u+7658, u+765c, u+765f, u+7663-7667, u+7669, u+766b-766d, u+766f-7670, u+7676, u+7678-767a, u+767f-7681, u+7683, u+7688, u+768a-768b, u+768e, u+7690, u+7695-7696, u+769a-769e, u+76a3-76a4, u+76aa, u+76b0-76b1, u+76b4, u+76b7-76b8, u+76c2, u+76c5, u+76c9, u+76cc-76cd, u+76cf-76d1, u+76d6-76d8, u+76e5-76e6, u+76e9, u+76ec, u+76f1, u+76f7, u+76f9-76fb, u+76ff-7700, u+7704-7705
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-718.ZZ6ydFdp.woff2) format("woff2");
    unicode-range: u+749c-74a1, u+74a3, u+74a5-74a7, u+74a9-74ab, u+74ae, u+74b1-74b2, u+74b5, u+74b8, u+74ba, u+74bf, u+74c5, u+74c8, u+74cc-74cd, u+74d2, u+74d4, u+74d6, u+74d8, u+74da, u+74de-74e0, u+74e2, u+74e4, u+74e8-74e9, u+74ee-74ef, u+74f4, u+74f9, u+74fb, u+74ff-7501, u+7503, u+7507, u+750c-750d, u+7511, u+7513, u+7515-7517, u+7519, u+751e, u+7521, u+7525, u+752a, u+752c-752f, u+7534, u+753e, u+7542, u+7545, u+7547-7548, u+754a-754b, u+754e, u+7551, u+755a-755b, u+755d, u+7560, u+7563-7564, u+7566-7568, u+756c-756f, u+7572-7575, u+7577-757a, u+757c, u+757e-757f, u+7583-7584, u+7587, u+7589, u+758b-758e, u+7590, u+7592, u+7594-7595, u+7597, u+7599-759a, u+759d, u+759f, u+75a1-75a3, u+75a5, u+75a7, u+75aa, u+75ac, u+75ae-75b1, u+75b3-75b4, u+75b8, u+75bd, u+75c0, u+75c2-75c4, u+75c9-75ca, u+75cc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-719.H1-mZ5eu.woff2) format("woff2");
    unicode-range: u+73b4-73ba, u+73bc, u+73bf, u+73c2, u+73c4-73c6, u+73c9, u+73cb-73cc, u+73ce-73d2, u+73d6-73d7, u+73d9, u+73db-73de, u+73e3, u+73e5-73eb, u+73ef, u+73f5-73f7, u+73f9-73fa, u+73fc-73fd, u+7400-7401, u+7404-7405, u+7407-7408, u+740a-740d, u+740f-7410, u+7416, u+741a-741b, u+741d-741e, u+7420-7425, u+7428-7429, u+742c-7432, u+7435-7436, u+7438-743a, u+743c-7442, u+7445-7446, u+7448-744a, u+7451-7452, u+7454, u+7457, u+7459, u+745d, u+7460-7462, u+7465, u+7467-7468, u+746c-746e, u+7471-7477, u+7479-747a, u+747c-747f, u+7481-7482, u+7484-7486, u+7488-748a, u+748e-7490, u+7492, u+7498, u+749a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-720.BNqEayBR.woff2) format("woff2");
    unicode-range: u+7281-7282, u+7284, u+7287, u+728a, u+728d, u+7292, u+7296, u+7298, u+729b, u+729f-72a2, u+72ad-72ae, u+72b0-72b5, u+72b8-72b9, u+72bc-72bd, u+72c1, u+72c3, u+72c5-72c6, u+72c8, u+72cc-72ce, u+72d2, u+72d4, u+72db, u+72dd, u+72df, u+72e1, u+72e8, u+72ec-72ee, u+72f1, u+72f3-72f4, u+72f7, u+72fa-72fb, u+72fd, u+7300-7301, u+7304, u+7307, u+730a-730b, u+730e, u+7313, u+7315-7317, u+7319, u+731e-731f, u+7322, u+7328-732e, u+7330-7331, u+7337, u+733a-733c, u+733e, u+7340-7341, u+7343, u+734c-734d, u+734f-7350, u+7352, u+7355, u+7357, u+7359-735a, u+7360-7363, u+7365, u+7369-7370, u+7373-7374, u+7377, u+737a, u+737c, u+737e, u+7380, u+7385-7386, u+738a, u+738e-738f, u+7391-7395, u+7397-7398, u+739b, u+73a0-73a2, u+73a5-73a8, u+73ad-73ae, u+73b3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-721.DHm9B3wz.woff2) format("woff2");
    unicode-range: u+7115-7116, u+7118, u+711c, u+711e, u+7120, u+7122, u+712e-712f, u+7131, u+7134, u+713c, u+713f, u+7143, u+7145-7147, u+714a-714b, u+7150-7153, u+7155-7156, u+715a, u+7160, u+7162, u+7166, u+7168, u+716c, u+7171, u+7173, u+7178, u+717a-717b, u+717d, u+7180-7181, u+7185, u+7187-7188, u+718b, u+718f-7190, u+7192, u+7196-7198, u+719a-719c, u+71a0, u+71a4, u+71a8, u+71af, u+71b2-71b3, u+71b5, u+71b7-71ba, u+71be, u+71c1, u+71c4, u+71ca-71cb, u+71ce-71d0, u+71d4, u+71d7-71d8, u+71da, u+71dc, u+71e0-71e1, u+71e7, u+71ec, u+71ee, u+71f4-71f6, u+71f9, u+71fc, u+71fe-7201, u+7203, u+7207, u+7209, u+720c, u+7213-7215, u+7217, u+721a, u+721d, u+7222-7223, u+7228, u+722b, u+7230, u+7237, u+723b, u+723f-7242, u+724b, u+724d, u+7252-7253, u+7256, u+7258, u+725d, u+7263-7266, u+726a-726b, u+726e-7270, u+7273-7275, u+7277, u+727a-727b, u+727e-727f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-722.bv20bhyo.woff2) format("woff2");
    unicode-range: u+6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ffa, u+6ffc, u+6fff-7001, u+7003, u+7005-7007, u+700b, u+700d, u+7015, u+7018, u+701b, u+701e, u+7020-7021, u+7023, u+7026-7027, u+702c, u+702f-7032, u+7034-7035, u+7037-703c, u+7040, u+7042-7044, u+7046, u+7049, u+704b, u+704f, u+7052, u+7054-7055, u+705c-7061, u+7064-7069, u+706c-706d, u+706f, u+7073-7075, u+7078, u+707a, u+707e-7081, u+7085-7086, u+7089, u+7090-7091, u+7094-7096, u+7098, u+709c, u+709f, u+70a1, u+70a4, u+70a9, u+70ac, u+70af-70b2, u+70b4-70b5, u+70b7, u+70bb-70be, u+70c0-70c3, u+70ca-70cb, u+70d2, u+70d4-70d5, u+70d9-70dd, u+70df, u+70e6-70e9, u+70eb-70ec, u+70ef, u+70f1, u+70f4, u+70f7, u+70fa, u+70fd, u+70ff, u+7104, u+7106, u+7109, u+710c, u+7110, u+7113-7114
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-723.BlghN2By.woff2) format("woff2");
    unicode-range: u+6eda-6edb, u+6edd-6ede, u+6ee2, u+6ee4-6ee5, u+6ee8-6ee9, u+6eeb, u+6eee, u+6ef3, u+6ef8-6efb, u+6f00, u+6f08-6f0a, u+6f0d-6f0e, u+6f11-6f13, u+6f15, u+6f19-6f1a, u+6f23, u+6f25-6f2a, u+6f2d-6f31, u+6f33-6f36, u+6f3a-6f3c, u+6f40-6f41, u+6f43-6f44, u+6f47, u+6f4d-6f4f, u+6f53, u+6f57, u+6f59-6f5a, u+6f5c, u+6f5e-6f61, u+6f63, u+6f66-6f67, u+6f69-6f6c, u+6f6f, u+6f72-6f78, u+6f7a-6f7f, u+6f81-6f82, u+6f87, u+6f89, u+6f8b-6f8d, u+6f90, u+6f92, u+6f94-6f97, u+6f9c, u+6f9f-6fa0, u+6fa2-6fa3, u+6fa5-6fa8, u+6faa-6fab, u+6fae-6faf, u+6fb4, u+6fb6, u+6fb9-6fba, u+6fbc, u+6fc2, u+6fc6-6fcb, u+6fce, u+6fd1-6fd2, u+6fd4, u+6fd8, u+6fda, u+6fde, u+6fe0-6fe2, u+6fe8-6fe9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-724.DfZ1ZUfS.woff2) format("woff2");
    unicode-range: u+6dd6, u+6dd9, u+6ddb-6de0, u+6de2-6de6, u+6de9, u+6dec, u+6def-6df0, u+6df2, u+6df4, u+6df6, u+6df8, u+6dfc-6dfd, u+6e00, u+6e02-6e03, u+6e07-6e0b, u+6e0d-6e0e, u+6e10, u+6e13-6e15, u+6e17, u+6e19-6e1a, u+6e1d, u+6e1f, u+6e22, u+6e24-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e30-6e31, u+6e36, u+6e39-6e3a, u+6e3c-6e3d, u+6e40-6e41, u+6e44-6e45, u+6e47, u+6e49, u+6e4b, u+6e4d-6e4f, u+6e51, u+6e53-6e54, u+6e59, u+6e5c, u+6e5e-6e61, u+6e63-6e66, u+6e69-6e6b, u+6e6e, u+6e70-6e76, u+6e78, u+6e7c, u+6e7f-6e80, u+6e83, u+6e85-6e86, u+6e88-6e89, u+6e8b, u+6e8d-6e8f, u+6e93, u+6e98-6e9a, u+6e9f, u+6ea1, u+6ea4-6ea7, u+6eae, u+6eb1-6eb2, u+6eb4-6eb5, u+6eb7, u+6ebd, u+6ec1-6ec3, u+6ec7-6ec9, u+6ecd-6ed0, u+6ed3-6ed6, u+6ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-725.DUMUJd2A.woff2) format("woff2");
    unicode-range: u+6cdd-6cde, u+6ce0, u+6ce7, u+6ce9-6cec, u+6cee-6cef, u+6cf1, u+6cf7-6cf8, u+6cfb-6cfe, u+6d00-6d02, u+6d04, u+6d06-6d07, u+6d09-6d0a, u+6d0c, u+6d0e-6d12, u+6d18-6d1a, u+6d1f, u+6d22-6d24, u+6d27-6d28, u+6d2b, u+6d2d-6d31, u+6d33-6d3a, u+6d3c, u+6d3f, u+6d43-6d47, u+6d4a-6d4b, u+6d4e-6d4f, u+6d51-6d53, u+6d57-6d58, u+6d5a, u+6d5c, u+6d5e-6d65, u+6d67, u+6d6c-6d6d, u+6d6f-6d70, u+6d72, u+6d75, u+6d79, u+6d7c, u+6d7f, u+6d82, u+6d85, u+6d87, u+6d8e-6d8f, u+6d91-6d95, u+6d97-6d99, u+6d9b, u+6d9d, u+6d9f, u+6da1, u+6da4, u+6da6-6dac, u+6db3-6db4, u+6db7-6db8, u+6dbe-6dc0, u+6dc2, u+6dc4-6dc5, u+6dc8-6dca, u+6dcc-6dcd, u+6dcf-6dd0, u+6dd2-6dd3, u+6dd5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-726.CP3Bd4ny.woff2) format("woff2");
    unicode-range: u+6bc1-6bc2, u+6bcc, u+6bce, u+6bd0-6bd1, u+6bd5-6bd9, u+6bde, u+6be1, u+6bec, u+6bf3, u+6bf9, u+6bfd, u+6bff-6c00, u+6c02, u+6c05-6c06, u+6c0a, u+6c0c-6c0d, u+6c10, u+6c13, u+6c16, u+6c18-6c1a, u+6c1f, u+6c21-6c22, u+6c24, u+6c26, u+6c28-6c2a, u+6c2c, u+6c2e-6c33, u+6c35-6c37, u+6c39-6c3a, u+6c3d-6c3f, u+6c43, u+6c46, u+6c49-6c4f, u+6c54-6c55, u+6c58, u+6c5a-6c5c, u+6c5e, u+6c64-6c69, u+6c6b-6c6f, u+6c71-6c75, u+6c78-6c79, u+6c7c, u+6c7e, u+6c82, u+6c84-6c87, u+6c8c-6c8d, u+6c8f, u+6c93-6c94, u+6c98, u+6c9a, u+6c9d, u+6c9f, u+6ca2, u+6ca5-6ca8, u+6caa, u+6cac-6cb2, u+6cb4-6cb5, u+6cba, u+6cbc, u+6cc2-6cc3, u+6cc5-6cc7, u+6cd0-6cd2, u+6cd4, u+6cd6-6cd7, u+6cd9-6cda, u+6cdc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-727.jeZ7zZCc.woff2) format("woff2");
    unicode-range: u+6a35, u+6a3b, u+6a3e-6a40, u+6a47-6a48, u+6a50, u+6a52, u+6a55-6a57, u+6a5a-6a5b, u+6a5e, u+6a62, u+6a66, u+6a6a, u+6a71, u+6a79, u+6a7c, u+6a7e-6a81, u+6a84, u+6a87, u+6a89, u+6a8d-6a8e, u+6a90-6a92, u+6a97, u+6a9c, u+6a9e-6aa1, u+6aa3-6aa5, u+6aa8, u+6aab, u+6aae, u+6ab5, u+6aba, u+6abe, u+6ac2, u+6ac5-6ac6, u+6ac8-6ac9, u+6acc, u+6ad3, u+6ada-6adb, u+6add-6adf, u+6ae3, u+6ae7-6ae8, u+6aea-6aec, u+6af1, u+6af3, u+6af8, u+6afa, u+6afc, u+6b05, u+6b09, u+6b0e-6b13, u+6b17, u+6b1d-6b1e, u+6b25, u+6b2c, u+6b31, u+6b35-6b37, u+6b39, u+6b3b, u+6b40, u+6b43, u+6b46, u+6b48, u+6b53-6b55, u+6b59, u+6b5b, u+6b5f-6b60, u+6b68-6b69, u+6b6f, u+6b74, u+6b7a, u+6b7c, u+6b7f-6b84, u+6b86-6b87, u+6b89, u+6b8b, u+6b8d, u+6b91-6b93, u+6b9b, u+6b9e, u+6ba1-6ba2, u+6ba4, u+6baa-6bab, u+6bad-6bae, u+6bb2-6bb4, u+6bbb, u+6bbd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-728.B3DfY9ua.woff2) format("woff2");
    unicode-range: u+6904, u+6906-6907, u+6909, u+690b, u+690f-6910, u+6917, u+691a-691c, u+6925, u+692a, u+692c-692d, u+6932, u+6934, u+6939, u+693c-6940, u+6942, u+6949, u+6952, u+6954-6957, u+6959, u+695b-695f, u+6961-696c, u+696e-6970, u+6973-6974, u+6976, u+6978-697a, u+697c, u+6980, u+6984-6986, u+6988-698a, u+698d-698e, u+6990-6991, u+6994, u+6996-699b, u+699e, u+69a3-69a7, u+69ab, u+69ad, u+69af, u+69b1, u+69b3, u+69b6-69b7, u+69bb-69bc, u+69bf, u+69c1, u+69c3-69c5, u+69c7, u+69ca, u+69cc, u+69ce, u+69d0-69d1, u+69d4, u+69d8-69d9, u+69db, u+69df, u+69e4, u+69e8-69ea, u+69ed-69ee, u+69f1-69f4, u+69f6, u+69f8, u+69fa-69fb, u+69ff-6a00, u+6a05, u+6a0a-6a0b, u+6a17-6a18, u+6a1b, u+6a28-6a2b, u+6a31-6a32
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-729.O3do0cMa.woff2) format("woff2");
    unicode-range: u+67dc-67e0, u+67e2, u+67e4, u+67e9-67ea, u+67f0, u+67f2, u+67f6-67f8, u+67fa-67fb, u+67fe, u+6800-6805, u+6808-6809, u+680b, u+680e-680f, u+6811-6812, u+6814, u+6816, u+6818, u+681c-681e, u+6820, u+6822, u+6825, u+6827-6829, u+682b, u+682e-682f, u+6831-6834, u+683a-683b, u+683e, u+6840-6841, u+6844-6845, u+6849, u+684e, u+6853, u+6855-6856, u+685c-685d, u+685f, u+6861-6863, u+6865-6869, u+686b, u+686d, u+686f, u+6871-6872, u+6874-6875, u+6877, u+6879, u+687b-687c, u+687e, u+6880, u+6882-6883, u+6886, u+688f, u+6891-6892, u+6894, u+6896, u+6898, u+689b-689c, u+689f-68a0, u+68a2-68a3, u+68a6, u+68a9, u+68b1-68b2, u+68b4, u+68b6, u+68c0, u+68c3, u+68c6, u+68c8, u+68ca, u+68d0-68d1, u+68d3, u+68d6, u+68e1, u+68e3, u+68e6, u+68e8-68ec, u+68ef-68f1, u+68f3, u+68f6-68f7, u+68f9, u+68fb-68fd, u+6900, u+6902
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-730.D7sQAFVH.woff2) format("woff2");
    unicode-range: u+66b3, u+66b5, u+66b8-66bc, u+66be, u+66c1, u+66c4, u+66c7-66c8, u+66cc, u+66cf, u+66d5, u+66d8-66db, u+66df, u+66e1-66e2, u+66e8-66e9, u+66ef, u+66f1, u+66f5, u+66f7, u+66fa, u+66fd, u+6705, u+670a, u+670f-6710, u+6713-6715, u+6718-6719, u+6720, u+6722-6727, u+6729, u+672e, u+6733, u+6736, u+6738-6739, u+673f-6740, u+6742, u+6745, u+6747-6748, u+674b-674d, u+6753, u+6755, u+6759, u+675d-675e, u+6760, u+6762-6763, u+6767-676a, u+676c, u+676e, u+6772-6777, u+677a-677c, u+6782, u+6786-6787, u+678a-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679f-67a3, u+67a5, u+67aa-67ae, u+67b0-67b5, u+67b7-67bc, u+67c0-67c3, u+67c5-67c6, u+67c8-67ca, u+67ce, u+67d2, u+67d8-67d9, u+67db
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-731.CNfhNVmn.woff2) format("woff2");
    unicode-range: u+6565, u+6567, u+656b, u+656d-656e, u+6573, u+6576, u+6579-657b, u+6581, u+6586, u+6588-6589, u+658b, u+658e, u+6593, u+6595, u+659b, u+659d, u+659f-65a1, u+65a9, u+65ab, u+65ad, u+65b2-65b3, u+65b5, u+65bb, u+65be-65bf, u+65c2-65c4, u+65c6, u+65cc, u+65ce, u+65d2, u+65d6, u+65db, u+65e1, u+65e3, u+65e7, u+65ee-65f0, u+65f2-65f4, u+65f7-65f8, u+65fc-65fd, u+6600, u+6603-6605, u+6609, u+660d, u+6610-6611, u+6619, u+661c-661e, u+6621-6622, u+6624, u+6626, u+6629, u+662b, u+6630, u+6633-6636, u+6639-663d, u+6640-6641, u+6644-6645, u+664a-664c, u+6653-6657, u+6659, u+665b, u+665d-665e, u+6661-6667, u+6669, u+666c, u+6672-6673, u+6677-6679, u+667b-667e, u+6681-6684, u+668b-6690, u+6692, u+6698, u+669d, u+669f-66a0, u+66a6-66a7, u+66aa, u+66b2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-732.RPa1H-Lw.woff2) format("woff2");
    unicode-range: u+642b, u+642f-6430, u+6432, u+6434, u+6437, u+643a, u+643d-6444, u+6446-6447, u+644a-644b, u+644e, u+6450-6453, u+6456, u+6459, u+645b-645c, u+645e, u+6460-6461, u+6463-6465, u+6468, u+646c-646e, u+6470, u+6472-6477, u+6479, u+647b, u+647d, u+6480, u+6482, u+6485, u+648b-648c, u+6491, u+6493, u+6496-649a, u+649d, u+649f-64a0, u+64a2-64a3, u+64ac, u+64b1, u+64b3-64b4, u+64b7-64b9, u+64bb, u+64be, u+64c0, u+64c3-64c4, u+64d0, u+64d2, u+64d5, u+64d7-64d8, u+64e1-64e4, u+64e7, u+64e9, u+64ed, u+64ef-64f0, u+64f3, u+64f8, u+64fb-64fc, u+64ff, u+6504-6506, u+6509, u+6511-6512, u+6516, u+6518-6519, u+651b, u+6520-6523, u+6525-6526, u+6529, u+652b, u+652e, u+6530, u+6532, u+6534-6535, u+6537-6538, u+653a, u+653d, u+6542-6543, u+6549, u+654c-654e, u+6554-6555, u+655b, u+655d, u+6561, u+6564
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-733.9Gz9fGA0.woff2) format("woff2");
    unicode-range: u+6312-6313, u+6319-631b, u+631d-6321, u+6323-6325, u+632d-632e, u+6332, u+6334-6339, u+633b-633c, u+633e-6340, u+6342-6346, u+634b-634c, u+634e, u+6352, u+6357, u+635a, u+635c, u+635e-635f, u+6361, u+6363, u+6365, u+6369, u+636b-636d, u+636f-6370, u+6373, u+6375-6376, u+637a-637b, u+637d, u+6381, u+6384, u+6387, u+638a, u+638d-638e, u+6390, u+6394-6397, u+639e-639f, u+63a3-63a4, u+63a6, u+63ac-63af, u+63b1-63b4, u+63b7, u+63b9-63bb, u+63bd-63be, u+63c3-63c4, u+63c8, u+63cd-63ce, u+63d1, u+63d6, u+63dc, u+63de, u+63e0, u+63e3-63e4, u+63e6, u+63e9, u+63f0, u+63f2-63f3, u+63f5-63f8, u+63fa, u+63fc-63fe, u+6400-6402, u+6405-6406, u+6409-640c, u+6410, u+6414-6415, u+6418, u+641b, u+641f-6423, u+6425-6428, u+642a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-734.CoLqAiCz.woff2) format("woff2");
    unicode-range: u+61cc-61cd, u+61d0, u+61d2, u+61de-61e0, u+61e3, u+61e6, u+61e8, u+61ed-61ee, u+61f5, u+61f9-61fa, u+61fd-61fe, u+6207, u+6209, u+620d-620e, u+6213-6215, u+6219, u+621b, u+621d-6223, u+6225-6227, u+6229, u+622b-622c, u+622e-622f, u+6231, u+6238, u+623b, u+623d-623e, u+6242-6243, u+6246, u+6248-6249, u+624c, u+6251, u+6255, u+6259-625a, u+625e, u+6260-6262, u+6265-6267, u+6269, u+626b-626c, u+6270-6273, u+6275, u+627a-627d, u+6283, u+6285-6286, u+6289, u+628c, u+628e, u+6294, u+629a-629e, u+62a0, u+62a2, u+62a6, u+62a8, u+62af, u+62b3, u+62b6, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4-62c5, u+62c8, u+62ca, u+62cf, u+62d1, u+62d5, u+62d7, u+62d9, u+62dd, u+62df-62e3, u+62e5-62e8, u+62ee, u+62f4-62fb, u+62fd, u+6300, u+6302, u+6308, u+630c-630e, u+6310
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-735.CmH6H8Sg.woff2) format("woff2");
    unicode-range: u+60b0-60b1, u+60b3-60b5, u+60b8, u+60bb, u+60bd-60be, u+60c0, u+60c6-60c7, u+60ca-60cb, u+60d3-60d5, u+60d7-60db, u+60dd, u+60e2-60e3, u+60e6-60f0, u+60f2, u+60f4, u+60f6, u+60fa-60fb, u+60ff-6100, u+6103, u+6106, u+610a-610b, u+610d-610e, u+6110, u+6112-6116, u+6120, u+6123-6124, u+6128-6130, u+6134, u+6136, u+613c-613f, u+6144, u+6146-6147, u+6149-614a, u+614d, u+6151-6153, u+6159-615a, u+615c-615f, u+6164-6165, u+6169-616d, u+616f, u+6171-6175, u+6177, u+617a, u+617c, u+617f-6180, u+6187, u+618a-618e, u+6192-6194, u+6199-619b, u+619f, u+61a1, u+61a7-61a8, u+61aa-61af, u+61b8, u+61ba, u+61bf, u+61c3, u+61c6, u+61ca-61cb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-736.D3BbgVv1.woff2) format("woff2");
    unicode-range: u+5f82-5f84, u+5f87, u+5f89-5f8a, u+5f8d, u+5f93, u+5f95, u+5f98-5f99, u+5f9b-5f9c, u+5fa0, u+5fa4, u+5fa6-5fa8, u+5fab-5fad, u+5fb3-5fb4, u+5fbc, u+5fc4, u+5fc6, u+5fc9, u+5fcb, u+5fce-5fd6, u+5fdc-5fdf, u+5fe1, u+5fe4, u+5fe7, u+5fea, u+5fec-5fee, u+5ff1, u+5ff3, u+5ff8, u+5ffa-5ffc, u+5fff-6000, u+6002, u+6005, u+600a, u+600d, u+600f-6010, u+6014, u+6017, u+6019-601c, u+601e, u+6020, u+6022, u+6026, u+6029, u+602b-602c, u+602e-602f, u+6031, u+6033-6035, u+6039, u+603c, u+6040-6043, u+6045, u+6047, u+604a-604c, u+604f, u+6053, u+6059-605b, u+605d, u+6060, u+6063, u+6067, u+606a-606b, u+606e, u+6072-6076, u+6078, u+607a, u+607c, u+607f-6081, u+6083, u+6086, u+608a, u+608c, u+608e, u+6092-6093, u+6095-6097, u+609b, u+609d, u+60a2, u+60a6-60a7, u+60a9-60aa, u+60ac-60ad, u+60af
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-737.DpZMZIxq.woff2) format("woff2");
    unicode-range: u+5e3c, u+5e40, u+5e42-5e44, u+5e47, u+5e54, u+5e57-5e5b, u+5e5e-5e5f, u+5e61-5e62, u+5e64, u+5e6a, u+5e6c, u+5e6e, u+5e75, u+5e77, u+5e7a, u+5e80-5e81, u+5e83, u+5e86, u+5e88, u+5e8b, u+5e90, u+5e92, u+5e96, u+5e99, u+5e9b, u+5e9d-5ea2, u+5ea4-5ea5, u+5eb3-5eb6, u+5eb9, u+5ebe, u+5ec3-5ec4, u+5ec6, u+5ecb-5ecd, u+5ed0-5ed2, u+5ed4-5ed5, u+5ed8-5ed9, u+5edb, u+5edd, u+5ee1, u+5ee8-5ee9, u+5eec, u+5eef-5ef0, u+5ef4-5ef5, u+5ef8, u+5efb-5efc, u+5efe, u+5f01-5f03, u+5f05, u+5f07-5f09, u+5f0b-5f0e, u+5f10-5f12, u+5f14, u+5f16, u+5f1b, u+5f1d, u+5f22, u+5f25, u+5f28-5f29, u+5f2d, u+5f2f-5f30, u+5f36, u+5f38-5f39, u+5f3c, u+5f3e, u+5f40-5f42, u+5f45-5f46, u+5f4a, u+5f50-5f52, u+5f54, u+5f56-5f58, u+5f5a-5f5e, u+5f61, u+5f63, u+5f66-5f67, u+5f6b, u+5f72-5f74, u+5f76, u+5f78, u+5f7b, u+5f7d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-738.QA1UJovs.woff2) format("woff2");
    unicode-range: u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1, u+5cf4-5cf5, u+5cf8, u+5cfe-5d00, u+5d06, u+5d08, u+5d0a-5d0d, u+5d15, u+5d18, u+5d1a, u+5d1d, u+5d1f-5d22, u+5d24, u+5d26-5d28, u+5d2c-5d2e, u+5d33-5d35, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d47, u+5d49-5d4b, u+5d4e, u+5d52-5d53, u+5d57-5d59, u+5d5b-5d5c, u+5d65, u+5d68-5d69, u+5d6b-5d6c, u+5d6f, u+5d74-5d75, u+5d7e-5d7f, u+5d81-5d82, u+5d85-5d88, u+5d8b-5d8c, u+5d92, u+5d94, u+5d97, u+5d99, u+5d9d, u+5da0-5da2, u+5da7, u+5da9-5daa, u+5dae, u+5db2, u+5db4, u+5db7-5db8, u+5dbd, u+5dc2-5dc5, u+5dc9, u+5dcb-5dcd, u+5dd2, u+5dd6, u+5dd8, u+5ddb-5ddc, u+5de0, u+5de3, u+5de9, u+5df0, u+5df3, u+5df5, u+5df9, u+5dfb-5dfd, u+5e00-5e01, u+5e04-5e05, u+5e0a, u+5e11, u+5e14, u+5e18-5e1c, u+5e1f-5e22, u+5e27-5e28, u+5e2f-5e30, u+5e34, u+5e37, u+5e3a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-739.DEmvy8eY.woff2) format("woff2");
    unicode-range: u+5b84, u+5b8d, u+5b92-5b93, u+5b95-5b96, u+5b9f-5ba1, u+5ba6-5ba8, u+5baa-5bad, u+5bbd-5bbe, u+5bc0-5bc1, u+5bc3, u+5bd0-5bd1, u+5bd4-5bd8, u+5bdb-5bdd, u+5be4-5be5, u+5bef, u+5bf3, u+5bfb, u+5bfe-5bff, u+5c02-5c03, u+5c05, u+5c09, u+5c0c, u+5c10, u+5c12-5c13, u+5c15, u+5c18-5c19, u+5c1b, u+5c1d-5c1f, u+5c22, u+5c25, u+5c27-5c28, u+5c2a-5c2b, u+5c34, u+5c38, u+5c3d, u+5c42, u+5c44, u+5c47, u+5c49-5c4a, u+5c50, u+5c53, u+5c58-5c59, u+5c5b, u+5c5d, u+5c61, u+5c63, u+5c68, u+5c6d-5c6e, u+5c74, u+5c79-5c84, u+5c86, u+5c88, u+5c8a-5c8d, u+5c92-5c9c, u+5ca0, u+5ca2-5ca3, u+5ca5-5ca7, u+5cab-5cad, u+5cb5, u+5cb7, u+5cba-5cbb, u+5cc1, u+5cc8, u+5cca-5ccb, u+5cce, u+5cd2, u+5cd6, u+5cd8-5cda, u+5cdf-5ce1, u+5ce5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-740.ZnnntnWB.woff2) format("woff2");
    unicode-range: u+5a57, u+5a5d-5a5e, u+5a60-5a62, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a73-5a76, u+5a7a-5a7c, u+5a81-5a84, u+5a8c, u+5a90, u+5a93, u+5a96-5a97, u+5a9c, u+5a9e-5aa0, u+5aa4, u+5aa7, u+5aab-5aac, u+5aae-5aaf, u+5ab1, u+5ab4-5ab5, u+5ab8, u+5aba-5abc, u+5abe-5abf, u+5ac3-5ac4, u+5ac6-5acb, u+5acf-5ad2, u+5ad4-5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae8, u+5aea-5aeb, u+5aee, u+5af0, u+5af2, u+5af5, u+5afa, u+5aff, u+5b01, u+5b05, u+5b08, u+5b0b, u+5b11, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21-5b23, u+5b28, u+5b2a-5b2d, u+5b32, u+5b34, u+5b36-5b38, u+5b3e-5b40, u+5b43-5b46, u+5b4b-5b4c, u+5b51, u+5b53, u+5b59, u+5b5b-5b5c, u+5b62, u+5b65, u+5b6c-5b6e, u+5b70-5b73, u+5b75, u+5b7a-5b7b, u+5b7d, u+5b7f-5b82
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-741.XqtwFLva.woff2) format("woff2");
    unicode-range: u+5910-5911, u+5914, u+5919, u+591b, u+591f, u+5923-5924, u+592c, u+5932, u+5938-593a, u+5940, u+5942, u+5944, u+594b-594c, u+594e, u+5950, u+5953, u+5956, u+5958, u+595a, u+5961, u+5966, u+5968-5969, u+596c-596d, u+5975, u+5977, u+597b-597c, u+597e, u+5980-5981, u+5986-5988, u+598a, u+598f, u+5997-5998, u+599f-59a3, u+59a6-59a7, u+59a9, u+59ab-59ac, u+59af, u+59b1-59b2, u+59b6, u+59b8, u+59ba, u+59be, u+59c1, u+59c3, u+59c7-59c9, u+59cd-59ce, u+59d2, u+59d6-59d9, u+59dd-59de, u+59e0, u+59e3-59e5, u+59e9-59eb, u+59ee, u+59f1-59f3, u+59f5-59f9, u+59fc-59fd, u+5a00, u+5a04-5a07, u+5a09, u+5a0c, u+5a11, u+5a13, u+5a16-5a17, u+5a1a, u+5a1e, u+5a20, u+5a23-5a24, u+5a29-5a2b, u+5a2d-5a2f, u+5a32-5a34, u+5a38, u+5a3c, u+5a3f-5a44, u+5a47-5a48, u+5a4a, u+5a4c-5a4d, u+5a50-5a51, u+5a53, u+5a56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-742.Ct3CRQnE.woff2) format("woff2");
    unicode-range: u+57a9, u+57ab, u+57b5, u+57b8-57bb, u+57c2, u+57c5-57c8, u+57cc, u+57cf, u+57d2, u+57dc-57de, u+57e1-57e2, u+57e5, u+57e7, u+57ed-57ee, u+57f0, u+57f3-57f6, u+57f8, u+57fb-57fd, u+5800-5801, u+5803-5804, u+5807, u+5809-580b, u+580d-580e, u+5810-5811, u+5814-5815, u+5819, u+581d-581e, u+5820, u+5823, u+5826, u+582c-582d, u+5830, u+583a, u+583f-5841, u+5848, u+584b, u+584d, u+584f, u+5852, u+5859-585a, u+585c, u+5861, u+5864, u+5868-5869, u+586c-586d, u+5871-5872, u+5879, u+587c-5881, u+5887-5889, u+588e, u+5890-5892, u+5896-5899, u+589d, u+58a1, u+58a3, u+58a6, u+58a9, u+58ac, u+58b0-58b1, u+58bb-58bc, u+58c2, u+58c5-58c6, u+58ca, u+58cc, u+58ce, u+58d0-58d1, u+58d5, u+58d9-58da, u+58df-58e0, u+58e9, u+58ec, u+58ee, u+58f1-58f3, u+58f6-58f7, u+58fb-58fc, u+5900, u+5902, u+5906, u+5909-590c, u+590e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-743.C6uvpAT-.woff2) format("woff2");
    unicode-range: u+567b-567c, u+5680, u+5684-5686, u+568c, u+568e-568f, u+5692-5693, u+5697-5699, u+569c, u+569e, u+56a1-56a7, u+56a9, u+56ab-56ad, u+56af, u+56b3, u+56b5-56b6, u+56b8, u+56bf-56c1, u+56c3, u+56c5, u+56c7-56c8, u+56cb-56cc, u+56d1-56d4, u+56d6-56d9, u+56dd, u+56df, u+56e1-56e5, u+56ea-56ec, u+56ee-56ef, u+56f1-56f4, u+56f7, u+56f9, u+56ff-5700, u+5703-5704, u+5706-5707, u+5709-570a, u+570c, u+570f, u+5711, u+5717, u+571c, u+5723-5724, u+5727, u+5729-572a, u+572c, u+572e-572f, u+5734-5735, u+573b, u+5741, u+574b-574d, u+574f, u+5752, u+5754, u+575a-5760, u+5763, u+5768-5769, u+576b, u+576d, u+576f-5770, u+5772-5775, u+5777, u+577b-577d, u+5780, u+5784, u+5788, u+578c, u+578e, u+5792-5793, u+5795, u+579a-579b, u+579f-57a1, u+57a4, u+57a6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-744.DUWGtuPW.woff2) format("woff2");
    unicode-range: u+555c, u+5562-5563, u+5567, u+5569, u+556b-556c, u+5570, u+5575-5579, u+557b-557c, u+557f, u+5581, u+5583, u+5586, u+5588, u+558b, u+558f, u+5591, u+5599, u+559f, u+55a1, u+55a3, u+55a5-55a6, u+55a8-55a9, u+55ab, u+55ad, u+55b0-55b1, u+55b3, u+55b6-55b7, u+55b9, u+55bc-55bd, u+55c4-55c5, u+55c7, u+55c9, u+55cc-55cd, u+55d0, u+55d2, u+55d4-55d9, u+55db, u+55dd-55df, u+55e1-55e6, u+55e9-55ea, u+55ec, u+55ee, u+55f1-55f3, u+55f5-55f7, u+55f9-55fa, u+55fe, u+5600-5602, u+5608, u+560c, u+560f, u+5612-5613, u+5615-5616, u+5618, u+561a, u+561c, u+561e, u+5620, u+5623-5625, u+5627, u+562a, u+562c-562e, u+5630-5631, u+5635-5636, u+5638-563a, u+5640, u+5642-5643, u+5649, u+564c-5650, u+5654, u+5658-565d, u+5664-5666, u+5669, u+566b, u+566d, u+566f, u+5671-5672, u+5676, u+567a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-745.BbmMNA8E.woff2) format("woff2");
    unicode-range: u+5447, u+5449, u+544b-544d, u+5450-5455, u+5457, u+545b-545c, u+545f-5460, u+5463-5464, u+546a-5472, u+5474, u+5476, u+5478, u+547b, u+547e-547f, u+5482-5488, u+548a, u+548d-5491, u+5494, u+5498-549d, u+54a1-54a5, u+54ab, u+54ad-54af, u+54b5, u+54b7, u+54bb-54bc, u+54be-54bf, u+54ca, u+54cc, u+54cf-54d2, u+54d4, u+54d6-54d7, u+54da, u+54de-54df, u+54e2, u+54e4, u+54e7, u+54eb, u+54f3, u+54fd, u+54ff, u+5501-5502, u+5504-5506, u+550a, u+550c, u+550e-550f, u+5511-5513, u+5516-5517, u+551a-551b, u+551e, u+5520, u+5524, u+5526-5527, u+552a, u+552c-552d, u+5530, u+5532-5533, u+5535-5536, u+553b-553c, u+553e-553f, u+5541-5542, u+5544-5545, u+5547, u+5549, u+554b, u+554d-554e, u+5550-5551, u+5553, u+5555-5557
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-746.DoPBkz45.woff2) format("woff2");
    unicode-range: u+52eb, u+52ed-52ee, u+52f0-52f2, u+52f7, u+52f9-52fa, u+5300-5302, u+530a-530b, u+530d, u+530f-5310, u+5315, u+531a, u+531c-531d, u+532d-532e, u+5331, u+5338, u+533b-533e, u+5344-5345, u+534b-534d, u+534f-5350, u+5358, u+535e-535f, u+5362-5364, u+5367, u+5369, u+536b-536c, u+536e-536f, u+5372, u+5374, u+5379-537a, u+537c-537d, u+5382, u+5385, u+5389, u+538b-538c, u+538e, u+5392-5396, u+5399, u+53a0-53a2, u+53a4-53a6, u+53a8-53a9, u+53ae, u+53b0, u+53b3-53b4, u+53b6-53b7, u+53b9, u+53bf, u+53c1, u+53c4, u+53ce-53cf, u+53d2, u+53d5, u+53d9-53da, u+53df-53e1, u+53e7-53e9, u+53f1, u+53f5-53f6, u+53f9, u+53fb-53fd, u+5400-5402, u+5405-5407, u+540f, u+5412, u+5414-5417, u+541a, u+5420-5421, u+5424-5425, u+5428-5429, u+542c-542f, u+5431-5432, u+5434, u+5437, u+543d, u+543f, u+5441, u+5444-5445
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-747.DoiYZfiX.woff2) format("woff2");
    unicode-range: u+5197, u+519a-519c, u+519e, u+51a2, u+51a6-51a9, u+51ab, u+51ad-51af, u+51b1-51b6, u+51ba-51c0, u+51c3-51c5, u+51c7, u+51c9-51cb, u+51ce-51d1, u+51d4, u+51d6, u+51d9, u+51db-51dc, u+51df, u+51e4, u+51e6, u+51e9-51ea, u+51ed, u+51ef, u+51f4-51f5, u+51fc, u+51ff, u+5201-5202, u+5204-5205, u+5208, u+520b, u+520d-520e, u+5213, u+5215-5216, u+5218, u+521a, u+5220, u+5223, u+5226-5228, u+5232-5234, u+5239, u+523c, u+5241-5242, u+5244, u+5249, u+524c, u+5251-5252, u+5255, u+5257, u+525c, u+525e, u+5261, u+5263-5265, u+526e, u+5270, u+5273-5274, u+5277, u+527d, u+527f, u+5281-5282, u+5284, u+528a, u+528c, u+528f, u+5292-5294, u+529d, u+52a6, u+52ac-52ad, u+52b1-52b5, u+52b9, u+52bb-52bc, u+52be-52c0, u+52c5, u+52cb, u+52cd, u+52d0-52d1, u+52d6-52d7, u+52db, u+52e0, u+52e3, u+52e6-52e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-748.Bwl3AEQj.woff2) format("woff2");
    unicode-range: u+5040-5041, u+5043, u+5045-5046, u+5048, u+504a-504e, u+5051-5053, u+505d-5060, u+5063, u+506a, u+506f-5072, u+5078, u+507a-507b, u+507f-5080, u+5088-5089, u+508b-508c, u+508e, u+5092, u+5095-5096, u+509a-509d, u+50a3, u+50a5, u+50a8, u+50af, u+50b1, u+50b4, u+50ba, u+50c2, u+50c6-50ca, u+50cd-50ce, u+50d6, u+50d9, u+50dd-50df, u+50e1, u+50e3, u+50e5-50e6, u+50e8-50ea, u+50ec-50f0, u+50f3, u+50fb, u+50fe, u+5101-5102, u+5105-5109, u+510b-510e, u+5110, u+5113-5115, u+5117, u+511a-511c, u+511e, u+5120-5121, u+5125, u+512b, u+5131, u+5134-5135, u+5138-513c, u+5140, u+514e, u+5150-5151, u+5155-5157, u+515a, u+515f, u+5162, u+516a, u+516e, u+5172, u+5174, u+5179, u+517b, u+517d, u+5182, u+5186, u+5188-5189, u+518b, u+518f, u+5191, u+5193, u+5195-5196
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-749.DDzp7Ax7.woff2) format("woff2");
    unicode-range: u+4f2d, u+4f31-4f32, u+4f35, u+4f37, u+4f39, u+4f3b, u+4f3e, u+4f41-4f43, u+4f47, u+4f49, u+4f4c, u+4f52, u+4f57-4f58, u+4f5a, u+4f5d-4f5f, u+4f61, u+4f63-4f64, u+4f67, u+4f6a, u+4f6e-4f6f, u+4f72, u+4f74, u+4f76-4f7b, u+4f7d-4f7e, u+4f80-4f82, u+4f84, u+4f89-4f8a, u+4f8e-4f94, u+4f96-4f98, u+4f9a, u+4f9e, u+4fa0-4fa3, u+4fa5-4fa8, u+4faa-4fac, u+4fb2-4fb3, u+4fb7-4fba, u+4fc0-4fc1, u+4fc5-4fc7, u+4fcb, u+4fcd-4fce, u+4fd1, u+4fd3-4fd4, u+4fd8-4fdc, u+4fdf, u+4fe2-4fe5, u+4fe8-4fea, u+4fec-4fed, u+4ff3-4ff6, u+4ff8-4ffa, u+4ffd, u+5000, u+5002, u+5005, u+5008, u+500c, u+500f, u+5013-5015, u+501b-501c, u+501e, u+5022-5025, u+5027-5028, u+502c-502e, u+5030-5032, u+5036, u+503a-503b, u+503e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-750.XAm7u-b9.woff2) format("woff2");
    unicode-range: u+3f97, u+4102, u+411b, u+4181, u+43c8, u+4552, u+4576, u+46e5, u+4837, u+493d, u+4a3b, u+4d09, u+4db6-4dbf, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e10, u+4e15, u+4e17, u+4e1b, u+4e21-4e22, u+4e25, u+4e27, u+4e31, u+4e34, u+4e36-4e37, u+4e3d, u+4e3f-4e42, u+4e44, u+4e47, u+4e49, u+4e4c, u+4e52-4e54, u+4e57, u+4e5a-4e5b, u+4e60-4e61, u+4e69, u+4e6d, u+4e78, u+4e80-4e81, u+4e85, u+4e87, u+4e89-4e8a, u+4e8d, u+4e8f, u+4e93, u+4e96, u+4e98-4e99, u+4e9c, u+4e9f-4ea0, u+4ea2, u+4ea5, u+4ea9, u+4eb0, u+4eb2-4eb3, u+4eb5-4eb7, u+4eb9, u+4ebb-4ebc, u+4ebf, u+4ec2-4ec6, u+4ec8-4ec9, u+4ecf, u+4ed1, u+4ed3, u+4edc-4ee1, u+4ee7-4eeb, u+4eee-4eef, u+4ef1, u+4ef3-4ef5, u+4efa, u+4efc, u+4f00, u+4f02-4f03, u+4f05, u+4f07-4f09, u+4f0b, u+4f0e, u+4f15, u+4f17, u+4f1d-4f1f, u+4f22, u+4f24, u+4f29-4f2b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-751.DZPzR-dT.woff2) format("woff2");
    unicode-range: u+3052, u+305c, u+3062, u+306d, u+307a, u+307c, u+3080, u+308e, u+3090-3091, u+3099-309e, u+30a5, u+30c2, u+30c5, u+30ee, u+30f0-30f2, u+30f4-30f6, u+30fd-30fe, u+3105-3106, u+3108, u+310a-310b, u+310d-3112, u+3115-3117, u+3119, u+3131, u+3134, u+3137, u+3139, u+3141-3142, u+3145, u+3147-3148, u+314b, u+314d-314f, u+3153, u+315c, u+3160-3161, u+3163-3164, u+3181, u+318d, u+3192-3193, u+3196-3198, u+319d-319f, u+3220-3226, u+3231, u+3268, u+3281, u+328b, u+3291-3292, u+3295-3297, u+3299, u+329d, u+329f, u+32a3-32a4, u+32d6, u+32e1, u+3314, u+3322, u+337f, u+338e-338f, u+339c-339e, u+33a1, u+33c4, u+33d1-33d2, u+3440, u+3449, u+3479, u+3551, u+3569, u+35ad, u+35ce, u+36ac, u+373a, u+3863, u+38ec, u+39b8, u+3a02, u+3a17, u+3a52, u+3b22, u+3bd7, u+3bff, u+3ca5, u+3d68, u+3ddb, u+3de7, u+3deb, u+3e03, u+3e74, u+3f08, u+3f0e, u+3f21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-752.Dg6VVa-7.woff2) format("woff2");
    unicode-range: u+2748-274f, u+2752-275b, u+275d-275e, u+2761, u+2763, u+2765-2769, u+276e-276f, u+2771, u+2776-277e, u+2780-2782, u+278a-278c, u+2794-2796, u+2798-2799, u+279c-27a6, u+27a8-27ab, u+27ad, u+27af-27b0, u+27b2-27b3, u+27b7-27b9, u+27bc-27bd, u+27bf, u+27e9-27eb, u+27f5-27f6, u+2800, u+28ec, u+2922, u+2934-2935, u+29bf, u+2a2f, u+2b05-2b07, u+2b1b, u+2b50, u+2b55, u+2cf5, u+2e1c-2e1d, u+2f00, u+2f08, u+2f12, u+2f24, u+2f29, u+2f2f, u+2f3c, u+2f3f, u+2f42, u+2f45, u+2f63-2f64, u+2f83, u+2f8f, u+3003-3007, u+3012-3013, u+3016-3019, u+3020-3025, u+3030, u+303d, u+3041, u+3043, u+3045, u+3047, u+3049
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-753.B4MIc5V0.woff2) format("woff2");
    unicode-range: u+2649-2656, u+2658-265c, u+265e-2660, u+2662-2664, u+2666-2669, u+266b-266f, u+267b, u+2692-2696, u+2698, u+269b-269c, u+26a0-26a1, u+26a3-26a5, u+26aa-26ac, u+26bd-26be, u+26c4-26c5, u+26c8, u+26d1, u+26d3-26d4, u+26e4, u+26e9-26ea, u+26f0-26f5, u+26f9-26fa, u+26fd, u+2701-2702, u+2704-2706, u+2708, u+270a-2712, u+2714, u+2716-2727, u+2729-273e, u+2740-2747
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-754.DbwrVlx3.woff2) format("woff2");
    unicode-range: u+2566-2570, u+2572, u+2574, u+2579, u+2580-258a, u+258c-2595, u+2597, u+25a1, u+25a3-25a4, u+25a6-25ac, u+25b0, u+25b4, u+25b7-25b9, u+25bb, u+25bd, u+25bf-25c2, u+25c7-25ca, u+25cc-25cd, u+25d0-25d9, u+25dc-25e6, u+25ea-25eb, u+25ef, u+25fb-25fe, u+2600-2604, u+2607, u+2609-260b, u+260d-2615, u+2618, u+261a-2623, u+262a, u+262d-2630, u+2638-263e, u+2641-2642, u+2648
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-755._t8Qc_8Q.woff2) format("woff2");
    unicode-range: u+2475-2481, u+2488-2491, u+24b6-24c5, u+24c7-24ca, u+24cc, u+24ce, u+24d?, u+24e1-24ea, u+24f5, u+24ff, u+2501, u+2503-250d, u+250f-2511, u+2513-2515, u+2517-2518, u+251b-251d, u+2520, u+2523-2524, u+2528, u+252b-252c, u+252f, u+2533-2534, u+2537, u+253b-253c, u+2541, u+2543-2545, u+254b, u+2550-2565
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-756.Cjsx-qNT.woff2) format("woff2");
    unicode-range: u+2139, u+2153, u+2194-2197, u+2199, u+219d-219e, u+21a0, u+21a9-21aa, u+21ac, u+21af-21b1, u+21b3-21b5, u+21ba-21bb, u+21c4, u+21ca, u+21cc, u+21d0, u+21d2-21d4, u+21d8, u+21dd, u+21e2-21e9, u+2200, u+2202, u+2205-2208, u+220e-220f, u+2211-2212, u+2215, u+2217-221a, u+221d-2220, u+2225, u+2227-222b, u+222e, u+2234-2237, u+223c-223d, u+2248, u+2256, u+2260-2261, u+2264-2265, u+226a-226b, u+226e-226f, u+2282-2283, u+2295-2296, u+2299, u+22a5, u+22b0-22b1, u+22b9, u+22bf, u+22c5-22c6, u+22c8, u+22d0-22d1, u+22ee, u+2312-2313, u+2318, u+231a-231b, u+2323, u+2328, u+239d, u+23a0, u+23af, u+23e4, u+23e9-23ea, u+23ec, u+23f0-23f3, u+23fa, u+2445, u+2460-2471, u+2474
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-757.XfynmTzx.woff2) format("woff2");
    unicode-range: u+1ec0-1ec3, u+1ec5-1ec6, u+1ec9, u+1ecb-1ecd, u+1ecf-1ed1, u+1ed3-1ed5, u+1ed7-1edd, u+1edf, u+1ee1, u+1ee3-1ee7, u+1ee9, u+1eeb, u+1eed, u+1eef-1ef1, u+1ef3, u+1ef7, u+1ef9, u+1f62, u+1fa2, u+2001-2006, u+2009-200a, u+200c-200d, u+200f-2012, u+2015-2016, u+201a, u+201e, u+2020-2021, u+2023-2025, u+2028, u+202a-202d, u+202f-2030, u+2032-2033, u+2035, u+2038, u+203e-203f, u+2042-2044, u+2049, u+204d-204e, u+2060-2061, u+2063, u+2070, u+2074-207b, u+207d-2083, u+208a, u+208d-208e, u+20a1, u+20a4, u+20a6, u+20a8-20ab, u+20ad-20ae, u+20b1-20b3, u+20b5, u+20b8-20ba, u+20bd, u+20dd, u+20e3, u+2105, u+2109, u+2112-2113, u+2115-2117, u+2120-2121, u+2126, u+212b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(data:font/woff2;base64,d09GMgABAAAAAA44ABcAAAAAJkgAAA3GAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjYbg2QcgVI/SFZBUoEeBmA/U1RBVIEeJyoAgRQvbBEICpw0llILNgAwlXgBNgIkA2gEIAWGMAcgDAcXJBg2G6AhIxHCxgEEhH4AKP4qgR5z1UZBkgQhBpQ0QGFR0mlhotJQxCSO28yfQ5KG4Am5tt9u1wNIRkgyC8/T/v5/7b3nzNXc6yem96VEV6nSSUiMDJ1KcLLj+/XPD/w2/88FLC5KikheLMoExUQvuQ27HrSF9iKZS/eyF12+n6/WL4qlrtLa4Pnvb3TuDzRrJuJmiiyoqcCi0BZkhVdkeXFfAjII5KJi4ME6Q65fItgANXE7TK2ldrcbuEQBK76Zk5kK9R+29QRCf/Zxf6e5D/GV74sBgCsgKOQrAClGYcqKQaPQnUhZYWSELJQb86e2ioBTmQKjp5mGZBbb7ShiVufYyKGI0Ot4PPdXNYKwAgX4Dd8DCT/JVFABGevsnnaI23ocbRC3WzwtkHFaPBbIuCx9HogTCIDh6BFlHqFAABRHPZpWFIRtiHaOG5ERPDwtWh0qTpRPJxZaUZB4ENFG5mSVncDijQTE7JbbnNYq7ftfC5vo6ezwAALUo31APQW+8TC6jYMbByPmrECA5jLkF87zO2OvXbU0J2TZZoNCZEVVyIxyLZWQtGCiHyFJKDpFU1RFWRvgVzp6PBA3pUTicq3ufadRzjIAgScQiO+e2i7/8b9wFwDiJSfEtokvXNQ+4kN7TD9etq0pVe20EWyTndSmSBHIQcEFWeuRSLCRV9RTfW8pSUpDGQV4QT3V91pmrdPOJxxDi5AHNSCzZUZpQBZMr8CA7HHlaf/Nf/VfePaDNQXJqk5bO2DT8v5bSm/BU6+OyiecRWsUEc69JdDdG5xH0mTIkiOQp0CREjoGJpZwbBE4IiHAtGPFvhmyKYAMO4IwZ+RNqB/0PTKObQjpyNq9sxdgFwB6uNUAMJNsVpaAMkYAzSmx5U5gnLfxi64YcNh4itjlXwHcwWDLGEgQgHbonwB0CkRMwcphCGg9R1td7j4EASqE5NRMyjRpNQABoMwOEh6S4559kP7QyioqR4Bez0grSC+4FnWetJTpWjbMpWJLsEzTbRgQDqmEPLoGrJsDnB8G0Z9kUr5mpYAKSKkhqkoisRNlaIgEuq0Zx5GvE24V7hbuFe4XHhQeFh4VHhee8vuBzpwmNwi3g5Ny8VNZfHafzWf1haf6LV+zr8nX6Gvw1fvqACHivmcJATHYmDaXATueqDX2RDKSTWIzjSAjAX8yksc2blIKIL0gRXCflAK8Dso21gkqWrv+1CVGigA0A2A4YD5wmwB8HwAAB0ACKIphuNHSEtQZ6X3wvuCCg5KQdu25Xp7AIgbScIAB/znsDmcMoBRBa6gJgZ9+Ae1cc0Ow8z7/7CC6P1xhDkfQLKrTGeiqrkNQaiqGXCQP5QC7uQpBqUDfXmIb2kKuu0pV5MtQUVOPhFKTX0WO0MTd3PV0u5pXTCd9BP6R8IO2cqvRSk4VuVJeLasconNIXL2aLpIHqdw6rqHwCkSeQz4BRau4GLkMlwE2za1m5eZbUaWoxFBdqWpVsJ2nCOwjLTBLiHlC9dB+LC+KnDgla4/gdhSl8GJFdcuypbNXqZa+wxqQjkLFbIefX0P3Pq5EQxSLYsX4+6o4H03NQ/WFKJRIyQ+oZz8vVoXLVfIqeM3rCrTrq9tda6sitoKRPts/rzo+1dUCpbO8IJZMFyS+VkMgsCj/8DrIKCJtcIZ6ifwXnI18/ZGKthoXxruGRlTGiflxSnbaMGg3qEwUK5onUFhAnqBv0h0Ha4Vziew6cwT7+R5f8/m8xrOzqJSdr5/nqo1BaX5gztv+NMWa9j/sAXV/z15Gpe1ns5aBdQj8ao7XB3z1A+kOekwJem0fUMIVMfGK9NN9bK1kgKknXSbpwOad8Pk+M4IZsNWXaGlMeiqNaqAzjTOejSPEleOrODz5HgGsTuHzzx+clS6E/LSlFqu30FOXmdRO0bvatsCvywyCb5U1G+v2MrmMkv70jFrFR3z0PXOEItek5teqK4UkI7HrrRRaUm189sludFl8Jp6gMaYQrTf77KLyBLrZU0nqouKu+RsF/AtaKNWtG0o7w7LUQR3s3TZ/Vmg4dIRvGwhncQe7CvfqhFLOaq2YBgFn+fIxFtfdzd2ji5Jy3i2rvrvCHDH7X5HMUele7rqYqMBfJgEObFYNRPe8YJ544byn8ztIEFO4W9XRt4j1e9eIp2dSN+cd0tx3Aj+aQTUy6QYqbV/9cFpNSf71jWa4Ll2Xnq7W1Q0nvPk1wyZyej4V9H+ruylDr8LMukvFD9wymftB3iWl2KxTzXApa2cfqi7GuSz9h7x+vbzYijxD/2phcv/7jwAWYvzIsx+12Xfqs5vpl4u2ZGYcyb0seX4j4tO9J/SHsfVrW8YhXTLuD9dJQdF1aPE5VdoYBz69JDZeU5Oe3F4UTOcuNirb63NzE4yRV95cmCEKUFraalvMSaXKtKZDWTwgNfjTnv/f0obG50VyuXsE8H4Knz98kOtAUBa2R4FxRKf4F0Wh7mjRHnnyTp58Qfi6BTxXl4ktYulYSFm7mLE+9HSaVeVsOwLW90/1IFBLxgWA5+I0M3CfGO8GgCCIBT20widwAiZEjDQhHyN/E5IITYT1hItEHtFOPEyikppIn5IuBnACMgKqcFiEQDAEAMAiCPEOpqBSnsCYeonDEuoCt0Y4hZtQ07DgYBpgjpdcMiwQDJf4/X30DTpYEhZEbNDL/Hsw2PFh4ni9yNwmI2yAlTCIhCBEGIEjiBf3dxCPhYcf0wYtAlzbQ+P+Iw8u4LCM33KFGhElkSRm6hZwubm5stBR3EJlJvd+maDKuwhhMr2cs4dP7d9/8vBZ2HpKv/X770f8nDR14fh/nlr4Qk7/MCEM9T+D8/oVWVVcEotH8Srznx1qdlqsgB6CGg2Z8TIhlTwo9JGQPL7vtChk0q7ShrndZhGBWi1AgoO5uDq4g72i6s2z+w+Q+fPCDz/6JunRjNuzyOVJTM2Sv3/rxshYRszTCxcoZd0cb4Hg+UhVvlgkWliqx2HZIjB5I/yxhAlEMgnzxik4P38fk5Ss+G6R0x96uc+evfC73eU5v/39lC4vctOyNJosGpEowCsT9TTL9eEbBCeS2gC7glc9B05/T334mqKszNl3rK0DI/oQGuvLjBQpzq82wDvwUUhdSejWF3D0niJSk+PEbBYbz5PHR0WwGsK3B2+mVqG8dHomhXS5BXpYDKvCxBMXOLc+MLF7Siov0uUo5fF1tfn5mqQEafCz4M1767PYQkVqVoaaEBwtl4pZIWhAULAmUxb55n8Ck5qabmxMLlfE46lKy7Z3MZ2ebG5Hsz5RvofwlT75F8NJfv7rnCZxlUd5/zB3GKFwBE+eHO1w0eDJtUD840qLNa0JqAD+wg0EmfUDn6nbv6iVqmUyNdnnIy9nUEDtW0GGhfpfq7MyZLxIfmW5UTWNENLY5QsNDQqLSVYVsBlVckxYUKikeGE5DL4VXr/vicKJE6+zMlVSEZtMImkNOXINKdwCP/l5vAhhUjZeZuGFX4ZnJwkjeNPcOHwEjYMgq8US/pRlN2q0dIfkN/IU9PXoKGX05XiwTJOlkVcKJAYtebea5vqiGXnqzLlz2huqzXkaP4Nx854iUBJJo1GIWEDIzk6VHL096Oqx16KAoelN+mSef2kGHp5RCWq8UsDVCVE7QSKRyeWZrMy0epiOtmxOWwOukIgezJ9Y27hBn6UQMYmTk+ojblQXBYUBx9sar69rI6pOD1WcBaDTPUUYNp7+BULnJOBG9hvP653bVZQax+WZMsK7Llwg8JS1Xeyxq7iNsZWV21GC0Zvkj64YwYuWKvDkUShTN+yQXKffprowxJ+e/nJ4RNfZxzr0DHJaU2Hi5d1/4IzeuMfJ1CzlhDAwelWN90jNUsVh3IhIt6ssTSqgkpvDxUHO+0ajdAaDE6PKyb47OskScjkceuCrB49wbWI4GL0aGSKDEfhiFE4YV5BlNhnLdo0cM3KzBaEMQVCdP3JkJCtrYGDatEUVPil6+WezkRpKqUjFm8DgXcRmMlevVqtlc/Zsfz/c/JS/V4RtnhZnXvOGNhmyJKh4fhVI4lTDpodNHaopmFQCcKlBxQ9xeS+aqTn/gs1+AsDbPbHjAHz48PDLKfHk7dyGIAaARwEQcAf//wC5yxnm9fh4ACEeW3M3AnZ/AEgVSwagoeWCvqU0oiOWCqlugx4qH1ypjExU4mFXt/dpbjtVj0CIe6p5yRCXAU7m2wQrdGceqxRkDWuMS6LUZbIJKwyznnab2ALD9fiWBbMihwiBJaCYkWaBzVFjZgNZxvF5USqxBQLD2SIlMWyJYFrZMgxkTE8OJmhnYdPGaJY+PSx0OrWzk7zlHDq0JGEhtJv7dSjQXC5ufSzlN6RVcyTsK7iRZ3/6dMmSJEkvmx4tuhQm+0S9pD1cjE49XJIUMylQpFOfTuUsPHpV0Evg7VnFoaf80Dt5YJQSJUuWKsF0StncLNSWRQYcpZDEkJAiw7J2sGjjyCVOS5nFwUbSjKjXudWSqfgfh2xaBjrFsiVq80mxFzUq4+DSbzzfU8xjSDG0xnpK2cjkJCVLUYUpUboZo2U3apXbP6m1dOaYlsiSSRMtIB0Js0w8zLO26OOGCaO9NtIBd5MwJrNgX88iFh1t0kuU69SftWHLIpGISGxTHKS0s8vx73u5dyAlkN7/4UTgXhWvZ/UPkIh2BbYO3tXvyzpZG8VMTuQTIuy6xFgLIJh0/IutOhUwjTNlBA==) format("woff2");
    unicode-range: u+11af, u+11b7, u+11bc, u+121b, u+122d, u+129b, u+12a0, u+13a6, u+13a9, u+13ac, u+13af, u+13b3, u+13c2, u+13e3, u+141b, u+1555, u+1557, u+15dc, u+15e8, u+1780-1782, u+1784-1785, u+1787, u+178a, u+178e-1791, u+1793-179c, u+179f, u+17a2, u+17b6-17b9, u+17bb-17bc, u+17bf-17c7, u+17c9, u+17cb, u+17d0, u+17d2, u+17db, u+1871, u+18fa, u+1bff, u+1d00, u+1d04-1d05, u+1d07, u+1d0a-1d0b, u+1d0d, u+1d0f, u+1d17-1d18, u+1d1b-1d1c, u+1d20-1d22, u+1d25, u+1d2c, u+1d2e, u+1d30-1d31, u+1d33-1d3a, u+1d3c, u+1d3e-1d42, u+1d52, u+1d55, u+1d5b, u+1d5e, u+1d9c, u+1da0, u+1dc4-1dc5, u+1e3b, u+1e43, u+1e45, u+1e47, u+1e63, u+1e6d, u+1e73, u+1ea0, u+1ea2, u+1ea4-1ea9, u+1eab-1eaf, u+1eb1, u+1eb3, u+1eb5, u+1eb7, u+1eb9, u+1ebb, u+1ebd-1ebe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAbAABcAAAAADxwAAAZPAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGhYbgXIcgzw/SFZBUl4GYD9TVEFUgR4nKgBkL2wRCAqDMIIvCxYAMIJoATYCJAMoBCAFhjAHIAwHFyQYFhv1DEiOw7jhK/FCcTagBCsenv/Ovl/7nEolnYobF+qBnDH5JeGJf+ToE+wXn8+u+jU9ewBrSbQw1fd6FnAQHxyCGRzEzs4h7P+3X6t/9u0CUTTqRTzEiTTRTGmiVr8kPNHnEJKESPqhYC4liIW0JA2J07nUrR/M4h/R1id8GDn+VQvhONvwiV8qlFtsVdGAlMPPdSwEHX2abCLomEOZjpTjD2U8Uk44tJchyAaQFZblZ9QJG0BSmLKLYZtwDi6/5BictTCsg7irC+LnPm2fXUsjRtfIeQMbEJeQR+9gRimOPVwRiNj7Vwsn4tgeBoIpBC0JwX/mIYKhHN6VA6EuybJA0znOD58EaqIyyjLFMbe+0X+EGuYLPvOJj56gPP5IhyFI+Q2BQCgkhIZkWQVgfTFcMto8JElWs+LGck5M2uGvcRM9oYs0T4qpaGkHkP22aaC2MPqPrNA1F3efdMyJQdY2O+KWWUgqUxE3TSKMmYi4YRzUDZqX+txYHlJNz9ETThYtXFVSf8c19HA+Fk/rjfODEM1J5toAPhtCSedQs1NJeTesCCYAMG4LQpLf+CvSMCawLIKWpsjHmPMidBCFu2T6Iv/OEXxI16V9wPbqmHGQuNgSUpXQkNmJbLpFXjVy0NzKp4wWKa6J6UMGUYe0KP0F09OgxrVO2Iz5XGcfrfWSwMAJYZIUqdPF0I+APgkEROWnwHttxYogI0lxC+ltBEQnPm/QTfuA2ItDP0+D4yBf8YcRGu97H/Rs2WjCvvNnO/TlNP/frSr2s6EcICFjAicwwW0X0LMLh8WdTj9Ln+Yi13NrNALT1nf7/+4/P5M+M3cmzeD778U97EqPS52wWWOpFEhAXGO+AmIsmjgCosJPiRaxIkSbuIXoEJ9DdEn7QPTOI0Yf8jTEACb/uWM0Qhc0wQTogwPAVYAC1HiqsKhIRaauZassiwT5CMs96/3yuKN3HHnkxnO6Rx214ei920hlnz2Wn4xLn6quf8Iljx+8F6nsUSnK8du1Dt6aYa8qNQ+KtuOv/8GJ+z5Muu79w3d8MNDcZ78t+2b0e/jAe/rRzfM3uv2CA++f5NWX+8H+F+zi9fQ4Esx57+S/bLXUVvPv/Lx71cTUVd3eVVMTVzlsXnnX5ituXrvr1Lqav9LmcBXWeuP8hed7cUJzYbP35aKvF5m9e7HmYsLvWea3/OiUZX/S7byo/MX0m2u9v9bCvxxHuKWKVKaQqwYCIbC8LWBFQN1S8pVr1sNr0r1Dk6GhhkuMXXq5ZfzVQRp8/+XQbPeiYzIXfk+dF250wEWL6cDwpc1dfnh8wQ93Gf0PzT8gD7MbvXzA5qGjGfnW8/1a71Scf1AhzrvW5TEW2UeXDCMuHY48+c3JyTc3VVN20jCFsHr+1dlc/N//DmUpTYocKaW8YPbmP+c2+FE543MpSdEo/rBM7FVadzofVKk9OTVZxdefPn74PVP9/R9ff7h73W7t6y/vumC919R2f9GOL6bLa0VxUa325sANC5yn44KDB7roOldEFaWPG1Z4a3bxUo/mNCNpeC8uJ5Ci/HrnQ4sO7m74RSPnj+DPzy/1Dfztttd+/8f3u/9uPa0+AKUEguKa/7+F6vUIq5lvukDQw2nmjxzhJTGOj7N05I9i7bSPe4xGwO+wo+99EDTTM/YGBJhpwjdZFGO4O+7FCIvHBUg6cRKyYawsFnGoOc4jlBa6iI41OR59mxzXLELLQcCPiU1AZUIZWpqGaOvESehoWRNdPQHo2WQ++vbYkoj2xmYsPJGp0KBeDl4em0Xatq4n89BtrJJJSh+PCmil0vSqIbDXNZOxTQON2MS9TkkTLZqXyKHbMnrBJor3rCxRbA5VtGpFKlSx9bLV4zFeDfJFVtWayJzspdsYKk6UGDESRCoRJ51WI0uMyejfUWz9KLFipYBPD55JbttLIRsk18pIFDZJEjvGiK/+GNLlKpCnWvoAU6LXUi1PoToyVR8Lz8nNo7ssurOkWghR6GCqYsROKRFlxO0UKpdEbARyeyELmzXA6qLwcVlRC5Dh8SuhItBdY10vDR1WlncRlX4yaeWziI3pda3C83x8Klg9Wx+HSBYsCgeMZqwO1Fxej9GVzxc3ih7y+b8W1eujhpnB6jQQ6GIif0Q+xboz3bK8a5b9xgIA) format("woff2");
    unicode-range: u+2c8-2c9, u+2cc-2cd, u+2d0, u+2d8, u+2da, u+2dc, u+2e1-2e3, u+2e7, u+2eb, u+2ee, u+2f1-2ff, u+302-304, u+306-309, u+30c-30d, u+311, u+31b, u+321, u+323-325, u+328-329, u+32b-32c, u+32e-32f, u+331-33a, u+33c-33f, u+348, u+353, u+358-359, u+35c, u+35e-35f, u+361, u+363, u+367-368, u+36c, u+36f, u+530-535, u+537-540, u+55e, u+561-565, u+568-56d, u+56f-576, u+578-582, u+584, u+5a1, u+5a3-5a4, u+5aa, u+5ae, u+5b0-5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAwgABcAAAAAGPgAAAuuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjsbhCgcg0I/SFZBUn4GYD9TVEFUgR4nKgCBFC9sEQgKi3yJKAsmADCKCAE2AiQDSAQgBYYwByAMBxckGCYb7xVRlJPWpJD9PLCNaQ8WTXNJgIVY6GpmK5sMm3DCdzjllud4nv+1f93n3nnzaB4GsWUFCApQEbqA+jKrKqu6RiC61lUy6ejMD7TNfwcHymEl1llNqGAf6TZtQIyiUoxCt8/N5Y8Kf/Yy0+2Q0q33CLQhBOMXMhImHEIJjEFj1/79APv/b66083eO1eYwp+4Kv0RCATpAXeMCbza0rA4pFzNvU2B2gI6YFRsB7Cora3S1qKzfr6b8tUnbyBAxNoo91qnZ4WR/VYt4jh/+tw2qvWmvUYGojfU7IK33G+2QdmldVhDdWpcWREM76II0TFA1zpZkQjwmKBpbBbHxE0fR69ss6C7m4go8+AXSJDXaL0zQ6KRfhF6v1LizAWq/XAG7ebaZdOmMg/9m4Tj9vU4XINhKQqc0CH/t+oJwHQJEtcbOToj5BUhgmxetq5vON+VDM3HU152jOtpMZ9GKeD6gW9ZTYqA6bjquHZeOczBonz/7XZC2cgHByyrJL3SkpHMTyP0pAB9j/K/S70sedSkZIFi7plbf9UnFRY3u9bU61cLCBDYAWUEhcZlrDS0Lo0phICAw0kqXYdAIEioItE+RjJ/zKt1Ap+gCaopXXF8E5OFDhcPoKVVjYadSapn1Dh1WM9v73tmGxdTWvk9swRjb3PeRTcjQeujWCsrBhzSwFDN69Q74YeX7ibO9Dr4ehP2D/JaAyNAUOzFROBIFCc1On0cxUSwFQxTVQsBVwGYAYwhRtb7PUrIfjMee6szMLfwLuawo7ayfEMcfOx7EfWoI1MovrSNUCXA0qONvMRdu6jcMGJRXSwtw5+a0eRw/clCmBfdcvZTrN0k9EPDaWN1zEWhOBO8JiQ+UfbTjwP6+F46kP8Aiu1/QkW4ZRBCsxctSRKFJF5thCFgxAJWTqa+ELudDHb8oOQnKJ5dL5zmFrEV5cMalPmtFxzPX9HmcGH1BArykJezqMAh7okT9+JJfLt5HIAAFFZvR+1KI2qA/wyB0nYM+z6/ZlT3ZlyM5lselsbS1tGzsKezX/J7733rtc7VCBQTy5ApuST+mSjEEK3CWaBJXcxTTZDAUPgF65sg4k0MlhiaqSMc4JjNyMmZRqCILxtEsI6rEKQpASVmz8fNMT1mANcBh4EyQL0F5GYAGDKBI9iYogxYau0hT+aht17bLKNR3FeR7NMJR5+cX7ofSSCgemBjAZIZnz0/tE8y0mQOMRp/RQJOJada0IWxoUb34A0L+yH7pe/B+192MsEHFvrmSkax/l/6KkB9GlH7wCXhXbbK8eIB5hM6meffvtyw4eBDZ6/v46GwGG+1qzlazNZkqrT6MkJclnb6fDRibdUY6eSaMvQgDnALdIGrVVwmiK7MdjWLN2LJ9XVfiPRM1dUa2moJgE17dTNOcrVY71jPYavbKZtYDDaOTzYs20EYTdoAvZiezad4PdnXvRUa//TYqfkGwZf0praSvyHSjaUFJ9v9VhhHkSgBz9OWro959bbbucaylDWsdWeV3v/iL3f6UZv63CngV770X/8lfPaJ+5BJ+6bXY8vcnOlcv6/iZa9snSNrr/KQd8CynH1ekKq48YEvggrCIBYFBCyLCFoAuhvmRNEfK+KjP5yacK8WThlnLH8oPtsT6uyaS3pgXmo5k++3JUUVLKzNcqg2pK/Qid3tuQVFHbrFbvyJlg+rCmeWV6miwBqYEJg6Rn4nHX0HHZ+N5P4MUv0obUenRtFaOp3eQr0ohFClmiYbwWIlTopYygWPGTIGzpVyk+HK+c+YMvuP0SGla8jOx5xXG+Cvi7Z3D866xVmtWptRrSlRSXkMR68WUwAR6K222WpQ+1/sZz2KpUM/NEWkDkVZDsFGDGjSJSUzvQIAsIGiuByHl18BoYKCaYvcFh7902JvOZrBMdbmKxh3/M9bAeIaStkgtFDbW6kzKlDpNiVrGaxCEvrV1+L1v/nn9Owjzk2grCj2tamLCJiW4MxJraUn4kaDfMNTtdvWswaJX82ig4XHzVPk/yKZq8Exhi1jgks3IcjSWQQwIW+PbYicaOdkqtVb9AtIiEEq05YWjmsoUg1ihSuFyq/AyGoFLO+xuY4J/XPFtVgjsMlvXXMAHuPiSwlWF8cdtwNy6vw9bUmgfLsqrHw/LLc0Xesa+wQLcYaES0L3+eCBMtpGsyILHSCjOq5tA40rzhItf/BrzJ0NCpQAAAMhHcmkJhHy4vgoAH0gFKQzDi7AUTiFxSDMyivyO3ECe0nxpGTQFzUSAFwFfYACAF1jk5AHwj0wLmX5AwLzAOZby+GkW48s75lxLB3hIrGFdXNy6BorKlHZIYF6+JXqHNJOa5OeNhSd3SiLjXXL4GhbDJMJC6HDJSyAISVDOuiQ8fIl4w4gQLIEODutOjwqPZXcUxzNbCi/mIyzgDKb5XD17AWSgmWZeWvS9g6T7Sei7ZNBApl8JDaBN0/3Dw4VFcf6MB9coKihTVhcaKmhwDos8Z4NgX1MnywxqHcQ/nP/Jk07nkTNBKanFll6oIb1YVhYkhBIWCxGaYAMtdVmc4Onr3Ox0MCeRW65oRpTMoe//u5n9dA6ve/YVdvN2HWRwOPkdehCQGRTFCIqMTc0WZ8pIio0MYlCulzTcyGf7lolt2vcskqtxBQeiLP7+pTMgbk5dkPj01CnrO5i+e/vBo5PnwzIyK5yDUEsGUBQnLisrv2YY4bbK7TaR7Hv3HlFBwN3lIu+d+zGcsLMHe3SOxUcYJ1/kzBQli6KZba7ZtgX3JJ9Bfpvd47HPkN+/z+JkVWC1LA7rvmK1gqXL/IlqWy+/Z+KSGj0JEwVfW3790MwESo/EOXmyqbVNpWkzOZicuLLHMXlqpxM2JEmhjvSysrKEQl62aDbEn2RNn/rrBDsuQ1QaAfOh7ckN1rpM6sndW2j33sN7N65dunJfe08Gk0mv7TXXVSQ/u3bl5sPsyKt7915hxZRYJEDmZ6I7q0BI5lGUb2hkQno2OshJTc3KmtPv8mJM6ojow4dPKfcrKvnp7UvF8Mex6Gyle/LB4biskAdXQjA06/auvQeP3ajbfJALF6/cqSzIjrxSXV6x6QVuRg2VJBobmzgmBS8syrnITu7d6RBIpwUxcUm1e3PT0483IztWDF7wYiZNnUMf8Y2TE+CNFQT9bAzlH1D7B22SgaJzGIwlF6GoLEKGP+cjJzcYmiQSHp5WJusYE3w7jJJiSpmfYTn586b79C07169+69//ViP81avnyNBEbwCeOHEuMtF9tCl4EeYhbIQJlwWgzWhMkTAV0OwIwTCjsN4kk5LnJ6aVyzo9rLzx5EuoGnmG8cXUqlvT6zavXPLy778v4egnbCx8LXkvaiYhKGk/+3pRWndg2X1fev0X8OMbqY8Bv7z276HpxF+Y9q8hAFoFhObE6VNg+oEmqcergODHXy+XGBwD2QTaDOuo1Rzuz8tlltIS67mxZazVcWoo0aBFLSi4iLBXNmrQRuv6mWYxwRfb7IEqzRiv51OFcTATWMzzElbXJW/GRo8Dz1mHrb2mcO4i/Y1XfD03VKLzODoezzgBTm02CzsT1+HMPC/hXOciXFhKwSX42o0rCIEp48fjBg5aenZyowb105Lo5WAohlcycrIeQi0Y7CFONdjEzGLQd8LTUg2jElQs1HUlg9xK5Ms3QK+flRsyhDwDhmNj9+pn1rVfT6FGnd7L9VLSchmgIpUbzGlm1O91/b1ccHx5uLgK5JqBr5TF19KnxjBRXn4enjREidtJy85oMbSJ0ShjCKMQRtFq0yJcgqAfQykxGYl6pS1jVkY9jS7XxMhsKN6hfp8QThZOibiTQS+zFYVcvL4oO4NPNk7MkAg6xlllRNQakaV5tHorr+eG87KdKQdObqtBFnh7rIHoWcMPaSFOESMYdOpoOYPz6ZR6DVkk07vS5aFj7CfxdexcH4Sa/wb6CmQJyKnT3fM7u1c9G50VkBEcC+orXjU0r5ohk+ZNUVlUMQhfM38fBgA=) format("woff2");
    unicode-range: u+1af, u+1b1, u+1b4-1be, u+1d0, u+1d2, u+1d4, u+1da, u+1dc-1dd, u+1e1, u+1e3-1e4, u+1e7, u+1e9, u+1eb-1ec, u+1f0-1f1, u+1f3-1f5, u+1f7, u+1f9-1ff, u+219, u+221, u+225-226, u+228-22b, u+22e-22f, u+231-235, u+239, u+23b, u+23e, u+250-252, u+254-255, u+259-25e, u+261-263, u+268-26b, u+26d, u+26f-277, u+279-27a, u+27d-281, u+283, u+28a-28c, u+28f, u+292, u+294-296, u+298-29a, u+29c, u+29f, u+2a1-2a2, u+2a4-2a7, u+2a9-2aa, u+2ae-2b3, u+2b5-2b7, u+2b9-2bf, u+2c2-2c4, u+2c6-2c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-761.Cy2jodEe.woff2) format("woff2");
    unicode-range: u+a1-a2, u+a4, u+a6-a8, u+aa, u+ac, u+af, u+b1, u+b5-b6, u+b8-ba, u+bc-be, u+c0-c8, u+ca-cc, u+ce-d5, u+d8-df, u+f0, u+f5, u+f8, u+fb, u+fe-100, u+102, u+105, u+107, u+109-10b, u+10f, u+112, u+115, u+117, u+119, u+11b, u+11f, u+121, u+123-124, u+127, u+129, u+12c-12d, u+13?, u+141-142, u+144, u+148, u+14b-14c, u+14f-153, u+159-15b, u+15e-160, u+163-166, u+169-16a, u+16d-171, u+173-17e, u+192, u+1a0, u+1a4, u+1aa, u+1ac-1ad
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-762.DJju1fgf.woff2) format("woff2");
    unicode-range: u+a3, u+2ca, u+2223, u+2640, u+273f, u+301c-301d, u+3107, u+310c, u+4e30, u+4e3e, u+4e5e, u+4e71, u+4f26, u+4f7c, u+4f83, u+50da, u+5243, u+5267, u+529e, u+5321, u+5352, u+5477, u+548b, u+54a6, u+54b2, u+54c2, u+54c4, u+54c6, u+54cd, u+54ee, u+5543, u+55d1, u+55d3, u+55f0, u+55fd, u+560d, u+5629, u+5660, u+57ae, u+57e0, u+57e4, u+5904, u+592d, u+5965, u+5a31, u+5a7f, u+5b5a, u+5bb8, u+5c14, u+5c3b, u+5c5c, u+5c5e, u+5d10, u+5e10, u+5e4c, u+603b, u+604d, u+611c, u+6137, u+61c8, u+6292, u+62c7, u+6371, u+6382, u+645f, u+64ae, u+64c2, u+651e, u+65f1, u+660a, u+663e, u+673d, u+6784, u+6789, u+67ff, u+6813, u+6854, u+68d8, u+68fa, u+697d, u+6a01, u+6a1e, u+6baf, u+6c08, u+6c17, u+6c2b, u+6c81, u+6cbd, u+6dc6, u+6df9, u+6ed9, u+6ee1, u+6f86, u+6fc1, u+6fdb, u+701f, u+7076, u+715c, u+7194, u+71fb, u+720d, u+72b6, u+7396, u+73af, u+745b, u+746f, u+748b, u+7647, u+7699, u+76bf, u+76ce, u+76de, u+77aa, u+786b, u+7881, u+78ca, u+793c, u+797a, u+79b9, u+79bb, u+79bf, u+7a92, u+7ac7, u+7ae3, u+7b19, u+7b20, u+7b51, u+7b94, u+7cbd, u+7cde, u+7cef, u+7d46, u+7dde, u+7f88, u+80da, u+814b, u+81cd, u+8235, u+8258, u+8282, u+82b9, u+846b, u+84c1, u+84d3, u+8518, u+8611, u+8783, u+8814, u+8a15, u+8aa6, u+8b2c, u+8ba8-8ba9, u+8bc6, u+8be2, u+8be6, u+8c22, u+8d05, u+8d27, u+8dbe, u+8e34, u+8e66, u+8ec0, u+9005, u+9082, u+9091, u+914b, u+916f, u+92c5, u+92f0, u+9318, u+9382, u+938a, u+93e2, u+964b, u+96c1, u+96cc-96cd, u+96db, u+973e, u+97a0, u+9803, u+9876, u+9879, u+9955, u+9986, u+99f1, u+9a5b, u+9abc, u+9c57, u+9c9c, u+9d1b, u+9d26, u+9d51, u+9eef, u+9f99, u+c2a4, u+e253, u+e313-e314, u+e5c7, u+e5c9, u+e8db-e8dc, u+ff25, u+ff2d-ff2e, u+ff34, u+ffe5, u+1f60a, u+1f618, u+1f62d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-763.BPlfZyhz.woff2) format("woff2");
    unicode-range: u+b4, u+10d, u+2d9, u+641, u+6cc, u+e20, u+e29, u+200e, u+20ac, u+2266, u+25be, u+301e, u+3058, u+4e07, u+4e1d, u+4e66, u+4ece, u+4fde, u+5016, u+5180, u+5199, u+51aa, u+5306, u+5386, u+53d8, u+5413, u+541d, u+5436, u+54ce, u+54e8, u+54fc, u+5571, u+557e, u+558e, u+55a7, u+56a8, u+57a2-57a3, u+58b3, u+5960, u+5992-5993, u+59a4, u+5a55, u+5ab2, u+5afb, u+5b56, u+5bc5, u+5bc7, u+5bf0, u+5cb1, u+5cc7, u+5dff, u+5e93, u+5ed3, u+5f6a, u+60bc, u+61ff, u+6218, u+6254, u+634d, u+6467, u+64f1-64f2, u+6582, u+65fb, u+6615, u+6687, u+66e6, u+66f0, u+6781, u+67f5, u+68a7, u+6a1f, u+6b27, u+6b4e, u+6b73, u+6b79, u+6bcb, u+6c5d, u+6cf5, u+6dee, u+6ec4, u+6ecc, u+6f88, u+6fef, u+701d, u+703e, u+707c, u+7099, u+710a, u+725f, u+72d9, u+72e9, u+731d, u+7325, u+739f, u+7463, u+7480, u+74a8, u+7523, u+7526, u+75e0, u+7613, u+7656, u+76d4, u+773a, u+775c, u+775e, u+780c, u+78e1, u+78f7, u+7960, u+7a20, u+7aaf, u+7b08, u+7b71, u+7be4, u+7cec, u+7cf0, u+7d5e, u+7d62, u+7dbe, u+7e1b, u+7ea2, u+7ec4, u+7ec6, u+7edc, u+7eed, u+7efc, u+7f16, u+7f57, u+7fb9, u+7fca, u+803d, u+816e, u+82a5, u+82b7, u+8317, u+8338, u+834a, u+83d3, u+8401, u+8469, u+849e, u+854a, u+8559, u+865e, u+86e4, u+8700, u+8759, u+8760, u+8778, u+8782, u+879e, u+87d1, u+880d, u+8836, u+8944, u+89c8, u+8aac, u+8b74, u+8ba2, u+8ba4, u+8bae, u+8bfb, u+8c4e, u+8cb3, u+8cb6, u+8d16, u+8d28, u+8e44, u+8f3b, u+8f3f, u+8f91, u+8fb9, u+8fc4, u+8fde, u+8ff9, u+9076, u+90ae, u+90b8, u+9257, u+9310, u+93df, u+94fe, u+95a5, u+95a9, u+962e, u+968f-9690, u+9704, u+9713, u+97f6, u+9824, u+986b, u+9884, u+9886, u+98e2, u+991a, u+99a5, u+99dd, u+9ab8, u+9b41, u+9b77, u+9bad, u+c774, u+e5d4, u+fe52, u+ff02, u+1f389, u+1f449, u+1f495
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-764.B79rancX.woff2) format("woff2");
    unicode-range: u+2cb, u+5d1, u+5d9, u+5e2, u+5e8, u+5ea, u+633, u+e32, u+2252, u+2267, u+2573, u+25b3, u+25c4, u+2713, u+2715, u+30e2, u+4e28, u+4e3c, u+4e4d, u+4e70, u+4f88, u+4fef, u+5018, u+501a, u+5026, u+5137, u+513f, u+51f3, u+524b, u+5254, u+52d8, u+5308, u+5384, u+53cc, u+5443, u+5466, u+54a7-54a8, u+54bd, u+54c9, u+54cb, u+555e, u+556a, u+5580, u+560e, u+5614, u+561f, u+562f, u+566c, u+5679, u+56bc, u+56cd, u+56e7, u+56ed, u+572d, u+57d7, u+582f, u+589f, u+5b09, u+5ba5, u+5c51, u+5c90, u+5cef, u+5d16, u+5d84, u+5dd4, u+5e08, u+5e26, u+5f0a, u+5f20, u+606c, u+61c7, u+620f, u+625b, u+62a4, u+62d0, u+62f1, u+63a0, u+63c6, u+63f9, u+6413, u+6417, u+6483, u+64f7, u+650f, u+65a7, u+665f, u+66ae, u+66d6, u+66e0, u+6746, u+6756, u+67d1, u+6837, u+68d7, u+68e0, u+68f5, u+6977, u+6995, u+69a8, u+69b4, u+69d3, u+6a3d, u+6abb, u+6bb7, u+6bd3, u+6c47, u+6cc4, u+6cd3, u+6dae, u+6e26, u+6e29, u+6e5b, u+6eaf, u+6eba, u+7028, u+70b3, u+711a, u+733f, u+73c0, u+73ee, u+7444, u+745a, u+7487, u+7540, u+75a4, u+7729, u+779e, u+798e, u+79cd, u+79e9, u+7a3d, u+7a4c, u+7a9f, u+7ac4, u+7aff, u+7b77, u+7c27, u+7ca7, u+7cd9, u+7d76, u+7e43, u+7ea6, u+7ed9, u+7ff1, u+808b, u+809b, u+80fa, u+827a, u+8309, u+8328, u+832b, u+8396, u+83e0, u+840e, u+8425, u+852d, u+853b, u+8588, u+85e9, u+86b5, u+8718, u+87ec, u+8910, u+893b, u+89c1-89c2, u+8b3e, u+8baf, u+8bc1, u+8bcd, u+8bdd, u+8c41, u+8c48, u+8d2d, u+8d5e, u+8fbe, u+9015, u+90a8, u+90b5, u+90e1, u+9169, u+9183, u+91d0, u+91dc, u+9293, u+92f8, u+9472, u+9598, u+95ed, u+95fb, u+9605, u+96c7, u+9739, u+9742, u+9761, u+99ad, u+9ae6, u+9b1a, u+9b44, u+9bc9, u+9d3f, u+9dd7, u+9e7c, u+9e92, u+fe5d-fe5e, u+ff22-ff24, u+ff2f-ff30, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-765.CI-2-X2Q.woff2) format("woff2");
    unicode-range: u+60, u+f7, u+161, u+2198, u+2571, u+258b, u+25b6, u+2661, u+3051, u+3109, u+4e11, u+4e1c, u+4e24, u+4e2b, u+4ef7, u+4f18, u+4f36, u+4fd0, u+5029-502a, u+5055, u+508d, u+50ad, u+50d5, u+50e7, u+50f1, u+50f5, u+51a5, u+51c8, u+51fb, u+5203, u+524e, u+5288, u+5323, u+53c2, u+5458, u+54b1, u+54b3, u+54b8, u+5582, u+55b2, u+55ba, u+55da, u+55dc, u+5662, u+5678, u+56c2, u+5742, u+57d5, u+5862, u+58e4, u+58f0, u+5907, u+590d, u+5934, u+5978, u+5984, u+5a25, u+5c06, u+5c62, u+5c91, u+5cfb, u+5d01, u+5d11, u+5d1b, u+5e87, u+5eff, u+5f27, u+5f3a, u+5f53, u+5f64, u+6001, u+6168, u+61a9, u+6233, u+62a5, u+62ce, u+62ed, u+638f, u+6399, u+63c0, u+646f, u+6590, u+6631, u+664f, u+6689, u+66dc, u+672f, u+67af, u+67ec, u+6807, u+6a44, u+6c14, u+6c40, u+6c70, u+6c76, u+6cb8, u+6ce3, u+6df3, u+6e20, u+6e43, u+6ebc, u+6eec, u+6f2c, u+6fb1, u+7009, u+7011, u+701a, u+7117, u+7184, u+72f9, u+7426, u+74bd, u+74cf, u+752b, u+7554, u+75b9, u+7621, u+7671-7672, u+7693, u+76ef, u+7737, u+77a7, u+77b3, u+77bb, u+77da, u+77e2, u+77e9, u+77ef, u+7801, u+7940, u+797f, u+79a7, u+79b1, u+79bd, u+7a6b, u+7ac5, u+7b1b, u+7dab, u+7db4, u+7db8, u+7dcb, u+7ddd, u+7de0, u+7e55, u+7e9c, u+7ed3, u+7ef4, u+803f, u+8046, u+8087, u+8116, u+81a8, u+8214, u+821c, u+82d4, u+8305, u+831c, u+8335, u+8339, u+8350, u+8354, u+8526, u+860a, u+86db, u+8713, u+873b, u+8822, u+8993, u+8a1f, u+8ab9, u+8ad7, u+8e72, u+8f4e, u+8f9c, u+8fd0, u+8fd8, u+8fe6, u+9042, u+907c, u+91ba, u+9452, u+9591, u+95e2, u+9631, u+9699, u+96b8, u+9709, u+978d, u+9811, u+9830, u+98ce, u+9945, u+99ed, u+9a8c, u+9ad3, u+9baa, u+9be8, u+9c77, u+9cf6, u+9d72, u+9e1f, u+9ec4, u+fe31, u+fe55, u+ff03, u+ff20, u+ff3b, u+ff3d, u+1f3fb, u+1f44d, u+1f60d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-766.D5lYGjqk.woff2) format("woff2");
    unicode-range: u+10c, u+e44, u+2728, u+3081, u+4e13, u+4e19, u+4e1e, u+4e5c, u+4ea7, u+4ed7, u+4f20, u+4f8d, u+4ffe, u+5021, u+515c, u+51a4, u+51e0, u+521b, u+522b, u+532a, u+534e, u+5355, u+537f, u+5398, u+539d, u+541f, u+543c, u+544e, u+5509, u+5598, u+5622, u+5632, u+563f, u+5641, u+566a, u+5695, u+569f, u+56ae, u+56da, u+573a, u+574e, u+5835, u+584c, u+5885, u+58ae, u+5a1f, u+5ac2, u+5b24, u+5bb0, u+5bde, u+5be1, u+5bfc, u+5c39, u+5c4c, u+5c60, u+5e76, u+5e7f, u+5e9a, u+5eb8, u+5f13, u+5f6c, u+6127, u+61f2, u+6208, u+620a, u+620c, u+6252, u+62ef, u+6328, u+633d, u+6362, u+63b0, u+63c9, u+640f, u+64a9, u+6514, u+652c, u+655e, u+6583, u+658c, u+6627, u+66f3, u+6734, u+6743, u+676d, u+67c4, u+67da, u+68cd, u+68f2, u+690e, u+6ab3, u+6b16, u+6b38, u+6b3d, u+6bc6, u+6ca1, u+6cab, u+6d8c, u+6dea, u+6e32, u+6e3e, u+6e58, u+6eef, u+6ef2, u+6fe4, u+708a, u+7130, u+7165, u+7172, u+71c9, u+71ed, u+7232, u+7239, u+7261, u+7280, u+72a7, u+72f8, u+73c8, u+7464, u+753b, u+754f, u+755c, u+75d8, u+76ea, u+776b, u+7779, u+777f, u+7784, u+778e, u+77db, u+77ee, u+79e4, u+7a46, u+7a57, u+7aba, u+7aed, u+7b4d, u+7c7b, u+7c7d, u+7d13, u+7d33, u+7dbb, u+7df9, u+7e46, u+7ea7, u+8085, u+8165, u+81fb, u+82b8, u+82d3, u+8343, u+839e, u+83e9, u+840d, u+851a, u+853d, u+8543, u+859b, u+85fb, u+87fb, u+888d, u+88c5, u+8adc, u+8b0a, u+8bb0, u+8bbe, u+8bc4, u+8bf4, u+8c5a, u+8cc3, u+8ce4, u+8d44, u+8e81, u+8f44, u+8f66, u+8fdb, u+900d, u+9063, u+914c, u+9223, u+9226, u+923a, u+925b, u+9264, u+929c, u+92b9, u+9320, u+934d, u+935b, u+9444, u+957f, u+96a7, u+97ad, u+97cc, u+9898, u+98ea, u+9921, u+9952, u+9a55, u+9b0d, u+9b91, u+9bca, u+9ebd, u+9f4b, u+e60f-e610, u+ff1c-ff1d, u+ff21, u+ff38, u+ff9f, u+fffd, u+1f602
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-767.Ca1BqLSs.woff2) format("woff2");
    unicode-range: u+e17, u+e22, u+2103, u+25a0, u+266a, u+3014-3015, u+4e1a, u+4e50, u+4f10, u+4f6c, u+4f70, u+4fcf, u+5006, u+50d1, u+5170, u+518c, u+51f0, u+51f6, u+51f9, u+5219, u+5256, u+525d, u+52c9, u+5349, u+5351, u+5356, u+5375, u+53db, u+53ee, u+53f7, u+5492, u+54fa, u+5538, u+55bb, u+55e8, u+5757, u+58be, u+5937, u+59dc, u+59e8, u+5a49, u+5a9a-5a9b, u+5ab3, u+5b9b, u+5b9e, u+5be8, u+5c37, u+5c4e, u+5d14, u+5d19, u+5d4c, u+5d50, u+5deb, u+5e84, u+5e94, u+5ec2, u+5f17, u+5f26, u+5f55, u+5f77, u+5f7f, u+5fbd, u+6052, u+6064-6065, u+608d, u+609a, u+6101, u+611a, u+614c, u+621a, u+6237, u+6284, u+6296, u+62e9, u+632a-632b, u+634f, u+6488, u+6500, u+652a, u+6556, u+65e0, u+65ec, u+6643, u+679a, u+6850, u+6893, u+6897, u+68b3, u+68d5, u+6930, u+6960, u+6a11, u+6a38, u+6a3a, u+6b22, u+6b67, u+6b6a, u+6c59, u+6c83, u+6ccc, u+6df5, u+6ef7, u+6f3e, u+6f80, u+70ed, u+7164, u+722a, u+7260, u+7272, u+73b0, u+74ca, u+74e3, u+7538, u+7586, u+75b5, u+7624, u+7661-7662, u+7838, u+786e, u+788c, u+7950, u+79a6, u+79aa, u+7a40, u+7a62, u+7bf7, u+7c3e, u+7c98, u+7ca5, u+7d21, u+7d2e, u+7dba, u+7dec, u+7e79, u+7ecf, u+7edf, u+7f79, u+8086, u+810a, u+8139, u+813e, u+817a, u+81b3, u+821f, u+8247, u+8259, u+8271, u+8431, u+846c, u+849c, u+84b2, u+84c4, u+8513-8514, u+8549, u+8755, u+8877, u+8881, u+88f9, u+8a1d, u+8a3c, u+8a6d-8a6e, u+8a93, u+8ae7, u+8af7, u+8b17, u+8b5a, u+8ba1, u+8bba, u+8cdc, u+8dea, u+8f6c, u+8f7d, u+8fc7, u+8fd9, u+902e, u+90ca, u+916a, u+916c, u+921e, u+9245, u+947c, u+9594, u+95a8, u+95ee, u+95f4, u+9706, u+971e, u+9756, u+980c, u+9891, u+98b1, u+98fc, u+9903, u+9957, u+99ae, u+99ff, u+9db4, u+e602-e605, u+e611, u+ff16-ff19
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-768.DihmRmSI.woff2) format("woff2");
    unicode-range: u+a5, u+2190-2191, u+2193, u+22c1, u+2302, u+25cb, u+2699, u+2709, u+4e0e, u+4e18, u+4e3a, u+4e48, u+4e91, u+4eec, u+4f3d, u+5112, u+524a, u+52a3, u+52ab, u+52c3, u+52f3, u+52fb, u+5320, u+5339, u+533f, u+53e2, u+543e, u+5480, u+5495, u+5497, u+5564, u+5572, u+55c6, u+55ef, u+563b, u+5653, u+5657, u+56b7, u+5764, u+5824, u+58d8, u+5955, u+5983, u+598d, u+59a8, u+59da, u+59e6, u+5a36, u+5bb5, u+5bc2, u+5bee, u+5bf9, u+5cb3, u+5d17, u+5dbc, u+5e2e, u+6070, u+60df, u+6190, u+61a4, u+61be, u+61fc, u+62ac, u+62bc, u+636e, u+6398, u+63a9, u+6435, u+6487, u+6495, u+64ab, u+64bf, u+6577, u+65ac, u+6602, u+6652, u+66f9, u+672d, u+6761, u+683d, u+68ad, u+68b5, u+68da, u+68e7, u+6a59, u+6a61, u+6ae5, u+6b47, u+6bef, u+6c50, u+6c9b, u+6e23, u+6e34, u+6e4a, u+6e67, u+6ea2, u+6eb6, u+6f20, u+6feb, u+7149, u+714c, u+715e, u+7199, u+71ac, u+7231, u+7262, u+7409, u+745f, u+7469, u+7504, u+7535, u+753a, u+75f4, u+7682, u+76ba, u+76f2, u+77fd, u+780d, u+7832, u+78c5, u+78ef, u+7901, u+79be, u+79c9, u+79e6, u+7a1a, u+7a84, u+7aca, u+7cb5, u+7cb9, u+7cdf, u+7ce7, u+7d6e, u+7db1, u+7def, u+7e61, u+7e7d, u+7e8f, u+7f38, u+7f77, u+7fa8, u+7fc5, u+7fe1, u+7ff9, u+800d, u+8015, u+8054, u+80a2, u+80aa, u+80ba, u+814e, u+8180, u+819d, u+81c0, u+828b, u+82ad, u+82af, u+83f1, u+83f8, u+8403, u+8475, u+84bc, u+84c9, u+84ec, u+8523, u+8569, u+8591, u+85b0, u+86d9, u+8774, u+881f, u+884d, u+88d4, u+89c4, u+89c6, u+8a60, u+8a79, u+8b19, u+8bd5, u+8bf7, u+8c03, u+8c79, u+8cc8, u+8d9f, u+8e10, u+8e48, u+8faf, u+9009, u+9017, u+9175, u+9187, u+918b, u+91d8, u+9214, u+946b, u+9470, u+9640, u+9675, u+96ef, u+9716, u+97cb, u+97e9, u+985b, u+99b3, u+9b4f, u+9d09, u+9e9f, u+9edb, u+9f90, u+ff05, u+ff14, u+1f464
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-769.Ytgv4DeA.woff2) format("woff2");
    unicode-range: u+25ce, u+4e08, u+4e2a, u+4e56, u+4e9a, u+4ea8, u+4ead, u+4ec7, u+4f3a, u+4f51, u+4f62, u+4faf, u+507d, u+5098, u+50ac, u+5147, u+5173, u+5187, u+51f8, u+52a1, u+52a8, u+52f8, u+535c, u+53ed, u+541e, u+5435, u+5475, u+54a9, u+54c0, u+54c7, u+5589, u+5605, u+5690, u+5733, u+5782, u+57c3, u+5858, u+5893, u+589c, u+58e2, u+5974, u+599e, u+59a5, u+59ec, u+5b66, u+5b99, u+5b9d, u+5c2c, u+5c48, u+5c65, u+5cfd, u+5d0e, u+5dba, u+5de2, u+5e06, u+5e15, u+5ec1, u+5ed6, u+5f00, u+5f4c, u+5f65, u+6055, u+609f, u+60b6, u+6241, u+624e, u+626f, u+6291, u+62cc, u+62d3, u+62d8, u+62da, u+62fe, u+6349, u+6367, u+63ea, u+6454, u+64a4, u+64b2, u+64bc, u+64c5, u+64ce, u+6558, u+6572, u+65a5, u+65e8, u+65ed, u+6606, u+6614, u+6670, u+6688, u+673a, u+674f, u+6770, u+6795, u+68cb, u+6912, u+6953, u+6aac, u+6aaf, u+6ab8, u+6b20, u+6b96, u+6bbf, u+6bc5, u+6c6a, u+6cbe, u+6d59, u+6d78, u+6dc7, u+6deb, u+6e7e, u+6e9c, u+6f3f, u+6f51, u+6f70, u+6f84, u+704c, u+7051, u+70ab, u+70ad, u+70f9, u+7119, u+714e, u+71d9, u+71e5-71e6, u+72c4, u+72d0, u+72e0, u+7334, u+744b, u+7455, u+74f7, u+7529, u+75ab, u+75b2, u+766e, u+76c3, u+76fc, u+76fe, u+7891, u+7948, u+7a74, u+7b28, u+7c60, u+7c72, u+7cca, u+7ebf, u+7f55, u+7ff0, u+8154, u+81c2, u+81d8, u+81e3, u+81e5, u+8292, u+8299, u+8302, u+8304, u+8332, u+83c1, u+83c7, u+83ca, u+845b, u+8490, u+85af, u+8650, u+8667, u+8abc, u+8b0e, u+8b39, u+8bed, u+8c54, u+8c6b, u+8c9e, u+8ca7, u+8caa-8cab, u+8ce6, u+8cec-8ced, u+8eb2, u+8eba, u+8fb0, u+901d, u+908f, u+9127, u+91c0, u+9215, u+92b3, u+932b, u+93fd, u+95ca, u+964c, u+96c0, u+970d, u+9774, u+97fb, u+9812, u+9817, u+9913, u+9935, u+99c1, u+9b31, u+9d5d, u+9d6c, u+9e79, u+fe0f, u+fe30, u+ff0b, u+ff10, u+ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-770.BkbELMID.woff2) format("woff2");
    unicode-range: u+b0, u+926, u+928, u+939, u+93f-940, u+94d, u+200b, u+22ef, u+25ba, u+25c6, u+2665, u+4e4f, u+4e59, u+4f0d, u+4f0f, u+4f19, u+4f59, u+4fae, u+5075, u+50b2, u+50b5, u+511f, u+5141, u+5146, u+514c, u+5185, u+51dd, u+51fd, u+522e, u+5319, u+533a, u+5378, u+53ad, u+53c9, u+53d1, u+53d4, u+543b, u+5442, u+5446, u+5481, u+54e9, u+5507, u+5565, u+559a, u+55aa, u+5606, u+56ca, u+56fe, u+582a, u+58fa, u+5915, u+5949, u+5962, u+5996, u+59fb, u+5a77, u+5b0c, u+5b5f, u+5bd3, u+5be2, u+5bfa, u+5c41, u+5ca9, u+5d07, u+5ec8, u+5eca, u+5f18, u+5f4e, u+5f59, u+5f6d, u+5f79, u+5fb9, u+6028, u+6062, u+6068, u+606d, u+6094, u+60f1, u+6108-6109, u+614e, u+6170, u+617e, u+61b2, u+61f8, u+6247, u+626d, u+6276, u+62ab, u+62cb, u+62f3, u+6368, u+6380, u+6492, u+64b0, u+64e0, u+6570, u+660f, u+6649, u+6691, u+66a8, u+6749, u+67f1, u+67f3-67f4, u+6842, u+6851, u+687f, u+68df, u+69fd, u+6a58, u+6c27, u+6c88, u+6cca, u+6cdb, u+6d29, u+6d66, u+6daf, u+6f01, u+6f06, u+6f58, u+6f62, u+6f6d, u+6fa1, u+6ff1, u+6ffe, u+7058, u+70ae, u+7235, u+7267, u+73ca, u+742a, u+758f, u+75bc, u+76c6, u+7740, u+7955, u+7a00, u+7a3b, u+7b4b, u+7bad, u+7be9, u+7c4c, u+7cfe, u+7dbf, u+7e2b, u+7e31, u+7f9e, u+7fc1, u+7ffc, u+8096, u+809d, u+80de, u+8108, u+8155, u+816b, u+81df, u+8277, u+82bd, u+8352, u+8393, u+8404, u+8525, u+856d, u+8587, u+8606, u+868a, u+8776, u+87ba, u+87f9, u+886b, u+8870, u+88d5, u+896a, u+896f, u+8a23, u+8a87, u+8ad2, u+8b00, u+8b20, u+8cb8, u+8cca, u+8ce0, u+8d39, u+8d6b, u+8d81, u+8db4, u+8e29, u+8ef8, u+8f1b, u+8f5f, u+8fa8, u+906e, u+9077, u+90aa, u+90b1, u+90c1, u+9165, u+919c, u+92c1, u+95d6, u+95e8, u+975a, u+98c6, u+9ecf, u+9f0e, u+9f52, u+feff, u+ff06, u+ff0a, u+ff12-ff13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-771.B8Pp2Lnt.woff2) format("woff2");
    unicode-range: u+627-629, u+631, u+639, u+644, u+64a, u+25cf, u+2606, u+2764, u+3008-3009, u+4e1f, u+4e38, u+4e43, u+4ed5, u+4ef0, u+4eff, u+4fb6, u+4fe0, u+5085, u+50a2, u+50be, u+5118, u+5211-5212, u+5272, u+52fe, u+5366, u+53b2, u+53ec, u+54ac, u+5587, u+55b5, u+561b, u+5751, u+576a, u+57cb, u+58ef, u+592f, u+594f, u+5951, u+5954, u+596e, u+59d1, u+5ac1, u+5acc, u+5b8b, u+5c4d, u+5c6f, u+5ca1, u+5d29, u+5de1, u+5dfe, u+5e7d, u+5edf, u+5ef7, u+5f7c, u+5f81, u+5fa1, u+5faa, u+5fcc, u+5ffd, u+6021, u+6046, u+6155, u+6212, u+62b9, u+6316, u+6350, u+6478, u+647a, u+6490, u+64e6, u+6524, u+6591, u+659c, u+65a4, u+65e6, u+65f6, u+6607, u+6674, u+6765, u+679d, u+68a8, u+6b3a, u+6c57, u+6c61, u+6c90, u+6cbf, u+6d69, u+6db5, u+6dcb, u+6dd1, u+6e21, u+70d8, u+71c3, u+71d5, u+722c, u+727d, u+72ac, u+72fc, u+731c, u+7336, u+7344, u+7384, u+73ab, u+7433-7434, u+745c, u+7470, u+758a, u+75d5, u+7652, u+76c8, u+76e7, u+7709, u+7720, u+7747, u+7763, u+77ac-77ad, u+7802, u+78a7, u+78a9, u+78b3, u+78c1, u+78da, u+7926, u+796d, u+798d, u+7aae, u+7b52, u+7c92, u+7d68, u+7d81, u+7e5e, u+7e69, u+7e73, u+7f50, u+7f70, u+7f75, u+8058, u+8070, u+80c3, u+8105-8106, u+8179, u+818f, u+81a9, u+81ed, u+820c-820d, u+82d1, u+838e, u+83cc, u+8461, u+84b8, u+852c, u+857e, u+85e4, u+863f, u+8679, u+86c7, u+8702, u+8896, u+88c2, u+88f8, u+8af8, u+8b7d, u+8ca2, u+8cc0, u+8d64, u+8d74, u+8d99, u+8e5f, u+8e8d, u+8ecc, u+8ed2, u+8fb1, u+8fc5, u+9022, u+9038, u+903e, u+905c, u+9072, u+9081, u+9189, u+9234, u+92d2, u+934a, u+95a3, u+962a, u+9646, u+9676, u+96d5, u+971c, u+9838, u+9875, u+98c4, u+99db, u+9a45, u+9a5f, u+9a6c, u+9ad2, u+9cf4, u+9d28, u+9daf, u+9df9, u+9e7d, u+9f9c, u+ff11, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-772.BEig4wan.woff2) format("woff2");
    unicode-range: u+2500, u+25bc, u+4e95, u+4f50, u+4f54, u+4f69, u+4fc4, u+4fca, u+5009, u+50bb, u+5154, u+51cc, u+528d, u+5291, u+52d2, u+52e4, u+5353, u+5360, u+540a-540b, u+5410, u+54f2, u+5510, u+5514, u+5537, u+558a, u+55ac, u+5617, u+56fd, u+573e, u+5766, u+5783, u+57d4, u+5806, u+5821, u+5857, u+5875, u+58f9, u+596a, u+59ae, u+59c6, u+59ca, u+59ff, u+5a03, u+5ae9, u+5b64, u+5bb4, u+5c3f, u+5e16, u+5e45, u+5e72, u+5ec9, u+5f90-5f92, u+6012, u+6016, u+6084-6085, u+6089, u+60a0, u+60a3, u+60b2, u+60d1, u+60f9, u+6148, u+6158, u+6191, u+626e, u+62d4, u+632f, u+633a, u+6355, u+63aa, u+642c, u+64a5, u+64cb, u+6566, u+6575, u+6597, u+660c, u+66b1, u+66ec, u+6731, u+6735, u+675c, u+67ef, u+6846, u+6876, u+6881, u+68af-68b0, u+68c9, u+6905, u+6b98, u+6bc0, u+6beb, u+6c0f, u+6c1b, u+6c41, u+6ce5, u+6cf3, u+6d25, u+6d2a, u+6d3d, u+6d6e, u+6dd8, u+6dda, u+6dfa, u+6e9d, u+6eaa, u+6ec5, u+6ecb, u+6ef4, u+6f0f, u+6f32, u+707d, u+708e, u+7092, u+716e, u+723a, u+731b, u+7345, u+7375, u+7378, u+73b2, u+74e6, u+75be, u+75de, u+764c, u+76dc, u+788e, u+7897, u+789f, u+78b0, u+790e, u+7965, u+7a4e, u+7aa9, u+7c43, u+7d17, u+7dd2, u+7e96, u+7f51, u+7f69, u+7f72, u+7fd4, u+7fe0, u+8017, u+80a9, u+80d6, u+8102, u+8150, u+8178, u+81bd, u+829d, u+82ac, u+8303, u+840c, u+8482, u+8499, u+85a9-85aa, u+883b, u+8861, u+88c1, u+88cf, u+88d9, u+8a3a, u+8a98, u+8aee, u+8c8c, u+8ce2, u+8d0f, u+8da8, u+8dcc, u+8e0f, u+8e22, u+8f1d, u+8f29, u+8fad, u+9003, u+9006, u+903c, u+904d, u+9059, u+9075, u+90ce, u+90ed, u+9130, u+91ac, u+91e3, u+9285, u+9298, u+92ea, u+9326, u+937e, u+93c8, u+95c6, u+9677, u+9727, u+994b, u+99a8, u+99d0, u+9a30, u+9a37, u+9b42, u+9b45, u+9d3b, u+9e7f, u+9ee8, u+9f3b, u+c5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-773.otop7jc3.woff2) format("woff2");
    unicode-range: u+5e, u+2502, u+2605, u+4e32, u+4e58, u+4ea1, u+4ef2, u+4f2f-4f30, u+4f75, u+4fd7, u+4ff1, u+501f, u+5049, u+5074, u+5091, u+5144, u+517c, u+51c6, u+51cd, u+5269-526a, u+52aa, u+52c1, u+52c7, u+52df, u+5377, u+541b, u+5439, u+5440, u+5448, u+54aa, u+54e6, u+54ed, u+5674, u+5687, u+585e, u+588a, u+58a8, u+58c1, u+5925, u+5948, u+5999, u+59b3, u+5a1c, u+5a46, u+5b54, u+5b5d, u+5b6b, u+5b8f, u+5bd2, u+5be9, u+5c0a, u+5c16, u+5c46, u+5cf0, u+5e25, u+5e3d, u+5e79, u+5ee2, u+5f04, u+5f31, u+5fcd, u+5fe0, u+60dc, u+6163, u+616e, u+6182, u+61f6, u+622a, u+6258, u+6293, u+62c6, u+62d2, u+6372, u+63da, u+63ed-63ee, u+6416, u+6458, u+649e, u+64ec, u+64f4, u+651c, u+65cb, u+65e2, u+65fa, u+6628, u+6668, u+66a2, u+66c9, u+66fc, u+6717, u+67cf, u+67d4, u+6817, u+6885, u+69cd, u+6a6b, u+6afb, u+6b32, u+6b49, u+6bbc, u+6c89, u+6c96, u+6cc9, u+6d1b, u+6d1e, u+6dfb, u+6efe, u+6f38, u+6f5b, u+6f64, u+6f8e, u+6fa4, u+7070, u+70b8, u+70cf, u+70e4, u+7159, u+7169, u+7210, u+721b, u+7238, u+737b, u+73bb, u+746a, u+7483, u+74dc, u+74f6, u+7518, u+756a, u+75c7, u+775b, u+78e8, u+7919, u+7956, u+795d, u+7a0d, u+7bc9, u+7c97, u+7cd5, u+7d10, u+7d1b, u+7de9, u+7dfb, u+7e3e, u+7e6a, u+7f6a, u+7f8a, u+7fbd, u+8000, u+8036, u+809a, u+80ce, u+80e1, u+80f8, u+8170, u+819c, u+8216, u+8239, u+8266, u+827e, u+82b3, u+8377, u+83ab, u+85c9, u+865b, u+8766, u+87a2, u+87f2, u+8972, u+8a17, u+8a50, u+8a95, u+8b02, u+8b6f, u+8c6c, u+8ca9, u+8cfa, u+8d95, u+8de1, u+8f14, u+8f9b, u+8fa3, u+8feb, u+8ff4, u+9010, u+901b, u+905e, u+9080, u+912d, u+9177, u+91c7, u+9336, u+9451, u+947d, u+963b, u+966a, u+9670, u+9769, u+9813, u+98fd, u+99d5, u+9a19, u+9b27, u+9b6f, u+9ece, u+9ed8, u+9f13, u+9f20, u+ad6d, u+d55c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-774.CbILJXAM.woff2) format("woff2");
    unicode-range: u+201c-201d, u+203b, u+2192, u+25b2, u+300f, u+4e01, u+4e39, u+4e73, u+4e88, u+4e8e, u+4ed9, u+4f0a, u+4f38, u+4f5b, u+4fc3, u+500d, u+504f, u+5076-5077, u+5100, u+5104, u+5132, u+5175, u+5192, u+51a0, u+51ac, u+51e1, u+51f1, u+5200, u+5224, u+5237-5238, u+523a, u+526f, u+5289, u+52de, u+52f5, u+5371, u+539a, u+53e5, u+540e, u+547c, u+552f, u+5531, u+5634, u+56c9, u+56f0, u+574a, u+5761, u+57f7, u+57f9, u+5805, u+5851, u+5854, u+586b, u+58fd, u+592e, u+5967, u+59bb, u+59d3, u+5a18, u+5b30, u+5b55, u+5b87, u+5b97, u+5be7, u+5bec, u+5bf8, u+5c24, u+5cb8, u+5df7, u+5e1d, u+5e2d, u+5e7b, u+5f1f, u+5f70, u+5fd9, u+61b6, u+6234, u+62b5, u+62d6, u+62dc, u+62fc, u+6383, u+63cf, u+63d2, u+63e1, u+640d, u+64cd, u+64fa, u+64fe, u+654f, u+6562, u+656c, u+65c1, u+65d7, u+6620, u+6676, u+6697, u+66ab, u+66c6, u+66dd, u+66ff, u+671d, u+672b, u+677e, u+67d0, u+67d3, u+68c4, u+690d, u+694a, u+695a, u+6ac3, u+6b04, u+6b23, u+6b78, u+6b8a, u+6c60, u+6d74, u+6d89, u+6db2, u+6dbc, u+6de1, u+6df7, u+6e38, u+6e6f, u+6f02, u+6fc3, u+6fd5, u+70c8, u+7126, u+718a, u+723d, u+7246, u+72af, u+73cd, u+760b, u+7626, u+7687, u+79df, u+7a05, u+7a3f, u+7a69, u+7af6, u+7c3d, u+7c3f, u+7c4d, u+7cd6, u+7d0b, u+7d2b, u+7de3, u+7e2e, u+8010, u+808c, u+80a5, u+80af, u+812b, u+817f, u+819a, u+82d7, u+8389-838a, u+83f2, u+840a, u+8463, u+8521, u+8584, u+860b, u+864e, u+871c, u+878d, u+885d, u+8932, u+89f8, u+8a69, u+8afe, u+8b5c, u+8c37, u+8c46, u+8cbf, u+8cd3, u+8cf4, u+8d08, u+8d0a, u+8ddd, u+8fea, u+9014, u+9055, u+907a, u+9178, u+92fc, u+934b, u+9396, u+93ae, u+9583, u+9663, u+96bb, u+9707, u+9738, u+9846, u+9905, u+9a0e, u+9aa8, u+9b25, u+9b3c, u+9ce5, u+9cf3, u+9ea5, u+9eb5, u+9f4a, u+9f61, u+ff0d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-775.DIsydtZJ.woff2) format("woff2");
    unicode-range: u+3c, u+d7, u+300e, u+4e4e, u+4e82, u+4e92, u+4ec1, u+4ecd, u+4f48, u+4f53, u+4fb5, u+5012, u+502b, u+522a, u+52dd, u+52ff, u+532f, u+53eb, u+53f3, u+5409, u+5433, u+5496, u+54c8, u+554a, u+5561, u+5594, u+559d, u+56b4, u+56fa, u+5713, u+5750, u+57df, u+584a, u+58c7, u+58de, u+593e, u+5976, u+59d0, u+59d4, u+5a66, u+5b85, u+5b88, u+5ba3, u+5bae, u+5bbf, u+5bdf, u+5c01, u+5c04, u+5c3a, u+5c3e, u+5c4f, u+5ddd-5dde, u+5de8, u+5e63, u+5e7c, u+5e8a, u+5eda, u+5ef3, u+5ef6, u+5f48, u+6015, u+6025, u+602a, u+6050, u+6069, u+60e1, u+6162, u+6176, u+61c2, u+6200, u+6263, u+6279, u+6297, u+62b1, u+62bd, u+62ec, u+6311, u+6377, u+6388-6389, u+638c, u+63a2, u+63f4, u+641e, u+6436, u+64c1, u+6551, u+6557, u+6563, u+6696, u+66b4, u+66f2, u+6751, u+675f, u+676f, u+6790, u+6838, u+684c, u+68d2, u+6982, u+699c, u+69ae, u+69cb, u+6a39, u+6a4b, u+6b66, u+6bd2, u+6cb3, u+6ce1, u+6d3e, u+6de8, u+6ed1, u+6f22, u+6f54, u+6fc0, u+6fdf, u+719f, u+71c8, u+7236, u+7259, u+72d7, u+7389, u+73e0, u+745e, u+751a, u+7532-7533, u+7562, u+7591, u+75c5, u+75db, u+7686, u+76d2, u+76db, u+76df, u+76e3, u+7701, u+7761, u+786c, u+7981, u+79cb, u+79d2, u+79fb, u+7a81, u+7a97, u+7aef, u+7b26, u+7b80, u+7c64, u+7d0d, u+7d14, u+7d2f, u+7dca, u+7df4, u+7e54, u+7e6b, u+7f3a, u+8033, u+804a, u+805a, u+81a0, u+81e8, u+8212, u+821e, u+82e6, u+8336, u+8449, u+84cb, u+84ee, u+85e5, u+8607, u+888b, u+8a13, u+8a5e, u+8aa0, u+8aa4, u+8ab0, u+8ab2, u+8ac7, u+8b66, u+8c6a, u+8c93, u+8c9d, u+8de8, u+8f2a, u+8fb2, u+906d, u+907f, u+90a6, u+9109, u+9192, u+91cb, u+91dd, u+964d, u+9686, u+968e, u+9694, u+969c, u+96de, u+96e8, u+96ea, u+96f7, u+975c, u+9760, u+978b, u+9858, u+9918, u+9aee, u+9ebb, u+ff0e-ff0f, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-776.BZS1uPQ9.woff2) format("woff2");
    unicode-range: u+b7, u+2022, u+2027, u+3042, u+3044, u+3046, u+3048, u+304a-3050, u+3053-3057, u+3059-305b, u+305d-3061, u+3063-306c, u+306e-3079, u+307b, u+307d-307f, u+3082-308d, u+308f, u+3092-3093, u+30a1-30a4, u+30a6-30c1, u+30c3-30c4, u+30c6-30e1, u+30e3-30ed, u+30ef, u+30f3, u+30fb-30fc, u+4e7e, u+4ea6, u+4eac, u+4f34, u+50b7, u+51b0, u+523b, u+5283, u+5348, u+5354, u+54e5, u+5708, u+590f, u+592b, u+599d, u+59b9, u+5a01, u+5a5a, u+5de7, u+5e78, u+5e9c, u+5fb5, u+6167, u+61f7, u+627f, u+63a1, u+64d4, u+65bd, u+68ee, u+6b4c, u+6bba, u+6c5f, u+6d0b, u+6d6a, u+6e1b, u+6e56, u+6f6e, u+71d2, u+722d, u+72c2, u+751c, u+7530, u+7642, u+76e1, u+79c0, u+7adf, u+7af9, u+7d9c, u+7da0, u+7e23, u+7e41, u+8056, u+8173, u+822a, u+8349, u+83dc, u+8840, u+885b, u+8907, u+8a34, u+8cb4, u+8dd1, u+8fd4, u+8ff0, u+93e1, u+984f, u+98ef, u+9b54
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-777.QnSu_buG.woff2) format("woff2");
    unicode-range: u+23-25, u+3d, u+2026, u+4e03, u+4e45, u+4e5d, u+4eae, u+4ed4, u+4ed8, u+4f01, u+4f11, u+4f3c, u+4f8b, u+4fc2, u+5019, u+505c, u+50c5, u+5145, u+51b7, u+5207, u+521d, u+525b, u+5287, u+52e2, u+535a, u+537b, u+5426, u+542b, u+5438, u+5462, u+54ea, u+555f, u+5566, u+5584, u+5609, u+570d, u+571f, u+5747, u+5802, u+58d3, u+591c, u+5920, u+5922, u+5957, u+5979, u+5a92, u+5abd, u+5b63, u+5b69, u+5b83, u+5b9c, u+5bb3, u+5bc4, u+5bf5, u+5c3c, u+5c40, u+5c4b, u+5c64, u+5cf6, u+5de6, u+5e0c, u+5e55, u+5eab, u+5ead, u+5ee0, u+5f85, u+5f8b, u+5fa9, u+5fd7-5fd8, u+5ff5, u+600e, u+6298, u+62db, u+62ff, u+639b, u+63a7, u+642d, u+6469, u+64ad, u+651d, u+653b, u+65b7, u+65cf, u+665a, u+666e, u+66fe, u+6728, u+674e, u+67b6, u+6821, u+6839, u+6843, u+6a94, u+6b50, u+6b62, u+6b72, u+6b7b, u+6bcd, u+6bdb, u+6c38, u+6c7a, u+6c7d, u+6c99, u+6cb9, u+6ce2, u+6cf0, u+6d17, u+6d32, u+6e2c, u+6fb3, u+7206, u+723e, u+725b, u+734e, u+7387, u+73ed, u+7565, u+7570, u+76ca, u+76e4, u+773e, u+77ed, u+77f3, u+7814, u+7834, u+7968, u+79d8, u+7a76, u+7a7f, u+7b11, u+7b46, u+7b54, u+7bc4, u+7d19, u+7d20, u+7d22, u+7d42, u+7d55, u+7e7c, u+7f85, u+7ffb, u+8077, u+8089, u+80cc, u+81c9, u+81f4, u+81fa, u+820a, u+822c, u+826f, u+85cd, u+86cb, u+88dc, u+8986, u+8a0e, u+8a2a, u+8a73, u+8a8c, u+8b1b, u+8b9a, u+8c50, u+8c61, u+8ca0, u+8cde, u+8cfd, u+8d8a, u+8df3, u+8e64, u+8ecd, u+8edf, u+8f38, u+8ff7, u+9000, u+9047, u+9060, u+90f5, u+9152, u+91ce, u+9280, u+9418, u+9435, u+9589, u+9592, u+9678, u+967d, u+968a, u+96aa, u+96c5, u+96d6, u+96dc, u+96f6, u+9732, u+9748, u+9802, u+9806, u+9808, u+9818, u+983b, u+984d, u+9867, u+98db, u+98f2, u+98fe, u+9a5a, u+9b06, u+9b5a, u+9bae, u+9e97, u+ff1b, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-778.BsUsxHl_.woff2) format("woff2");
    unicode-range: u+26, u+40, u+5f, u+4e14, u+4e9e, u+4ec0, u+4f4e-4f4f, u+4f73, u+4fee, u+503c, u+5047, u+514b, u+516b, u+516d, u+5178, u+520a, u+5236, u+5343, u+5347, u+534a, u+5370, u+53cd, u+53e4, u+53e6, u+53f2, u+5403, u+5411, u+5427, u+5468, u+5473, u+547d, u+552e, u+55ce, u+5740, u+57ce, u+5883, u+589e, u+5931, u+5947, u+59cb, u+5a1b, u+5b58, u+5b98, u+5ba4, u+5bc6, u+5bcc, u+5beb, u+5bf6, u+5c45, u+5c6c, u+5dee, u+5df4, u+5e03, u+5e33, u+5e6b, u+5e7e, u+5e8f, u+5e95, u+5ea7, u+5f15, u+5f62, u+5f69, u+5f80, u+5fae, u+5fb7, u+601d, u+60e0, u+614b, u+6230, u+6236, u+623f, u+628a, u+6295, u+62c9, u+6309, u+63db, u+64c7, u+64ca, u+64da, u+652f, u+6545, u+6548, u+65af, u+65e9, u+6625, u+666f, u+667a, u+670b, u+671b, u+6750, u+677f, u+6848, u+6975, u+6a13, u+6a21, u+6aa2, u+6b65, u+6b77, u+6bb5, u+6cc1, u+6ce8, u+6df1, u+6e90, u+6e96, u+6eab, u+6f14, u+6f2b, u+700f, u+706b, u+724c, u+72c0, u+7368, u+7372, u+74b0, u+756b, u+76ae, u+773c, u+78ba, u+78bc, u+798f, u+79ae, u+7a4d, u+7ae5, u+7b56, u+7b97, u+7bb1, u+7bc7, u+7c73, u+7c89, u+7d00, u+7d30, u+7d39, u+7d72, u+7dad, u+7e8c, u+7f6e, u+7fa4, u+7fa9, u+7fd2, u+8003, u+807d, u+80a1, u+80b2, u+8166, u+8208-8209, u+82e5, u+843d, u+85cf, u+85dd, u+862d, u+8857, u+8863, u+88e1, u+89ba, u+89d2, u+8a31, u+8a62, u+8a66, u+8a72, u+8abf, u+8b1d, u+8b58, u+8b70, u+8b80, u+8ca1, u+8ca8, u+8cac, u+8cbc, u+8d70, u+8da3, u+8db3, u+8ddf, u+8f03, u+8f15, u+8f2f, u+8fa6, u+8fce, u+8ffd, u+900f, u+9031, u+9069, u+908a, u+91ab, u+91cc, u+92b7, u+9322, u+932f, u+9375, u+9632, u+963f, u+9644, u+9662, u+9673, u+96a8, u+96c4, u+96d9, u+96e2-96e3, u+96f2, u+9752, u+97d3, u+97ff, u+9805, u+9810, u+986f, u+990a, u+9910, u+9928, u+9ec3, u+9ed1, u+9f8d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-779.COOANNcK.woff2) format("woff2");
    unicode-range: u+3e, u+7e, u+3000, u+300a-300b, u+3010-3011, u+4e16, u+4e26, u+4e94, u+4e9b, u+4ea4, u+4eca-4ecb, u+4efb, u+4efd, u+4f46, u+4f55, u+4f9b, u+4f9d, u+4fbf, u+505a, u+5065, u+5099, u+50cf, u+50f9, u+512a, u+5143, u+5148, u+514d, u+5152, u+5169, u+5171, u+5177, u+518a, u+5217, u+5225, u+5247, u+5275, u+529f, u+52a9, u+5305, u+5341, u+5357, u+5361, u+5373, u+53bb, u+53c3, u+53c8, u+53d6-53d7, u+53e3, u+53ea, u+53f8, u+5404, u+559c, u+5668, u+56db, u+56e0, u+5712, u+5718, u+578b, u+57fa, u+58eb, u+592a, u+5c0b, u+5c0e, u+5c11, u+5c1a, u+5c55, u+5c71, u+5df1, u+5e2b, u+5e36, u+5e97, u+5eb7, u+5ee3, u+5efa, u+5f35, u+5f37, u+5f88, u+5f9e, u+5fc5, u+606f, u+60a8, u+6232, u+624d, u+6253, u+627e, u+6280, u+62cd, u+6301, u+6307, u+6392, u+63a5, u+6539, u+653e-653f, u+6559, u+6574, u+65c5, u+6613, u+66f8, u+672a, u+6797, u+67e5, u+6a19, u+6a23, u+6b61, u+6bcf, u+6bd4, u+6c11, u+6c42, u+6d41, u+6d77, u+6d88, u+6e05, u+6e2f, u+6eff, u+7136, u+7167, u+71df, u+738b, u+73a9, u+7403, u+7531, u+7537, u+754c, u+7559, u+767d-767e, u+76f4, u+793a, u+795e, u+79c1, u+79d1, u+7a2e, u+7a31, u+7a7a, u+7ae0, u+7ba1, u+7bc0, u+7c21, u+7cfb, u+7d04-7d05, u+7d1a, u+7d44, u+7d66, u+7d71, u+7de8, u+7e3d, u+8001, u+800c, u+805e, u+8072, u+81f3, u+82b1, u+82f1, u+83ef, u+842c, u+8457, u+85a6, u+8655, u+8853, u+88ab, u+88dd, u+88fd, u+897f, u+898f, u+89aa, u+89bd, u+89c0, u+89e3, u+8a02, u+8a3b, u+8a55, u+8a8d, u+8a9e, u+8ad6, u+8b49, u+8b77, u+8b8a, u+8b93, u+8cb7, u+8ce3, u+8cea, u+8cfc, u+8f09, u+8fd1, u+9001, u+901f-9020, u+9054, u+90a3, u+914d, u+91cf, u+9304, u+95b1, u+9650, u+9664, u+969b, u+96b1, u+96c6, u+9700, u+975e, u+97f3, u+98a8, u+98df, u+9999, u+99ac, u+9a57, u+9ebc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-780.DiPYP1Ce.woff2) format("woff2");
    unicode-range: u+d, u+2b, u+7c, u+a0, u+a9, u+300c-300d, u+4e09, u+4e3b, u+4e4b, u+4e5f, u+4e86, u+4e8b-4e8c, u+4eab, u+4ed6, u+4ee3-4ee4, u+4ef6, u+4f1a, u+4f4d, u+4f60, u+4f7f, u+4f86, u+4fdd, u+4fe1, u+5011, u+50b3, u+5149, u+5167, u+5176, u+518d, u+5229, u+524d, u+529b, u+52a0, u+52d9, u+5316-5317, u+5340, u+539f, u+53ca-53cb, u+5408, u+540c-540d, u+544a, u+548c, u+54c1, u+54e1, u+5546, u+554f, u+55ae, u+56de, u+5716, u+5831, u+5834, u+5916, u+5929, u+5973, u+597d, u+5982, u+5b57, u+5b78, u+5b89, u+5b8c, u+5b9a, u+5ba2, u+5bb9, u+5be6, u+5c07-5c08, u+5c0d, u+5c31, u+5de5, u+5df2, u+5e02, u+5e38, u+5e73-5e74, u+5ea6, u+5f0f, u+5f71, u+5f8c, u+5f97, u+5feb, u+6027, u+60c5, u+60f3, u+610f, u+611b, u+611f, u+61c9, u+6210, u+6216, u+6240, u+624b, u+63a8, u+63d0, u+641c, u+6536, u+6578, u+6599, u+65b9, u+660e, u+661f, u+662d, u+66f4, u+670d, u+671f, u+6771, u+679c, u+682a, u+683c, u+689d, u+696d, u+6a02, u+6a5f, u+6b0a, u+6b21, u+6b3e, u+6b64, u+6c23, u+6c34, u+6c92, u+6cbb, u+6cd5, u+6d3b, u+7063, u+7121, u+71b1, u+7247-7248, u+7269, u+7279, u+73fe, u+7406, u+7522, u+7576, u+767b, u+76ee, u+76f8, u+770b, u+771f, u+77e5, u+793e, u+7a0b, u+7acb, u+7ad9, u+7b2c, u+7b49, u+7cbe, u+7d50, u+7d61, u+7d93, u+7dda, u+7f8e, u+8005, u+806f, u+80fd, u+81ea, u+8207, u+8272, u+865f, u+8868, u+8981, u+898b, u+8996, u+8a00, u+8a08, u+8a0a, u+8a18, u+8a2d, u+8a71, u+8aaa, u+8acb, u+8cbb, u+8cc7, u+8d77, u+8d85, u+8def, u+8eab, u+8eca, u+8f49, u+9019-901a, u+9023, u+9032, u+904a-904b, u+904e, u+9053, u+9078, u+9084, u+90e8, u+90fd, u+91cd, u+91d1, u+9577, u+9580, u+9593, u+9762, u+982d, u+984c, u+985e, u+9996, u+9ad4, u+9ad8, u+9ede, u+ff01, u+ff08-ff09, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-781.BLkVYTj3.woff2) format("woff2");
    unicode-range: u+20-22, u+27-2a, u+2c-3b, u+3f, u+41-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+bb, u+bf, u+c9, u+cd, u+d6, u+e?, u+f1-f4, u+f6, u+f9-fa, u+fc-fd, u+101, u+103, u+110-111, u+113, u+12b, u+14d, u+16b, u+1a1, u+1b0, u+1ce, u+300-301, u+1ea1, u+1ea3, u+1ebf, u+1ec7, u+2013-2014, u+2039-203a, u+203c, u+2122, u+3001-3002, u+3113-3114, u+3118, u+311a-3129, u+4e00, u+4e0a-4e0b, u+4e0d, u+4e2d, u+4eba, u+4ee5, u+4f5c, u+500b, u+5165, u+5168, u+516c, u+51fa, u+5206, u+5230, u+52d5, u+53ef-53f0, u+570b, u+5728, u+5730, u+591a, u+5927, u+5b50, u+5bb6, u+5c0f, u+5fc3, u+6211, u+6587, u+65b0, u+65bc, u+65e5, u+662f, u+6642, u+6700, u+6703, u+6708-6709, u+672c, u+6b63, u+70b9-70ba, u+751f, u+7528, u+767c, u+7684, u+7db2, u+884c, u+958b, u+95dc, u+96fb, u+9801, u+ff0c, u+ff1a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-782.wsXFATKl.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-783.BPeqkeGg.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-784.BHB4_Irs.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 700;
    src: url(./Noto_Sans_TC-300-785.BoyJ2z6D.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-681.xZ7LEb1t.woff2) format("woff2");
    unicode-range: u+1f921-1f930, u+1f932-1f935, u+1f937-1f939, u+1f940-1f944, u+1f947-1f94a, u+1f95?, u+1f962-1f967, u+1f969-1f96a, u+1f980-1f981, u+1f984-1f98d, u+1f990-1f992, u+1f994-1f996, u+1f9c0, u+1f9d0, u+1f9d2, u+1f9d4, u+1f9d6, u+1f9d8, u+1f9da, u+1f9dc-1f9dd, u+1f9df-1f9e2, u+1f9e5-1f9e6, u+20024, u+20487, u+20779, u+20c41, u+20c78, u+20d71, u+20e98, u+20ef9, u+2107b, u+210c1, u+22c51, u+233b4, u+24a12, u+2512b, u+2546e, u+25683, u+267cc, u+269f2, u+27657, u+282e2, u+2898d, u+29d5a, u+f0001-f0005, u+f0019, u+f009b, u+f0101-f0104, u+f012b, u+f01ba, u+f01d6, u+f0209, u+f0217, u+f0223-f0224, u+fc355, u+fe327, u+fe517, u+feb97, u+fffb4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-682.C_9G3Xa6.woff2) format("woff2");
    unicode-range: u+ff78-ff7e, u+ff80-ff86, u+ff89-ff94, u+ff97-ff9e, u+ffb9, u+ffe0-ffe3, u+ffe9, u+ffeb, u+ffed, u+fffc, u+1d7c7, u+1f004, u+1f0cf, u+1f141-1f142, u+1f150, u+1f154, u+1f158, u+1f15b, u+1f15d-1f15e, u+1f162-1f163, u+1f170-1f171, u+1f174, u+1f177-1f178, u+1f17d-1f17f, u+1f192-1f195, u+1f197-1f19a, u+1f1e6-1f1f5, u+1f1f7-1f1ff, u+1f21a, u+1f22f, u+1f232-1f237, u+1f239-1f23a, u+1f250-1f251, u+1f300, u+1f302-1f319
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-683.vvQZLxVE.woff2) format("woff2");
    unicode-range: u+fa0a, u+fa0c, u+fa11, u+fa17, u+fa19, u+fa1b, u+fa1d, u+fa26, u+fa2c, u+fb01, u+fdfc, u+fe0e, u+fe33-fe36, u+fe38-fe44, u+fe49-fe51, u+fe54, u+fe56-fe57, u+fe59-fe5c, u+fe5f-fe6a, u+fe8e, u+fe92-fe93, u+feae, u+fecb-fecc, u+fee0, u+feec, u+fef3, u+ff04, u+ff07, u+ff26-ff2c, u+ff31-ff32, u+ff35-ff37, u+ff39-ff3a, u+ff3c, u+ff3e-ff5b, u+ff5d, u+ff61-ff65, u+ff67-ff68, u+ff6a, u+ff6c-ff77
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-684.DhRbuB5j.woff2) format("woff2");
    unicode-range: u+f78a-f78c, u+f78e, u+f792-f796, u+f798, u+f79c, u+f7f5, u+f812, u+f815, u+f876, u+f8f5, u+f8f8, u+f8ff, u+f901-f902, u+f904, u+f906, u+f909-f90a, u+f90f, u+f914, u+f918-f919, u+f91b, u+f91d, u+f91f, u+f923, u+f925, u+f92d-f92f, u+f934, u+f937-f938, u+f93d, u+f93f, u+f941, u+f949, u+f94c, u+f94e-f94f, u+f95a, u+f95d-f95e, u+f961-f963, u+f965-f970, u+f974, u+f976-f97a, u+f97c, u+f97e-f97f, u+f981, u+f983, u+f988, u+f98a, u+f98c, u+f98e, u+f996-f997, u+f999-f99a, u+f99c, u+f99f-f9a0, u+f9a3, u+f9a8, u+f9ad, u+f9b2-f9b6, u+f9b9-f9ba, u+f9bd-f9be, u+f9c1, u+f9c4, u+f9c7, u+f9ca, u+f9cd, u+f9d0-f9d1, u+f9d3-f9d4, u+f9d7-f9d8, u+f9dc-f9dd, u+f9df-f9e1, u+f9e4, u+f9e8-f9ea, u+f9f4, u+f9f6-f9f7, u+f9f9-f9fa, u+f9fc-fa01, u+fa03-fa04, u+fa06, u+fa08-fa09
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-685.lROMJsEH.woff2) format("woff2");
    unicode-range: u+9ee5, u+9ee7, u+9eee, u+9ef3-9ef4, u+9ef6-9ef7, u+9ef9, u+9efb-9efd, u+9eff, u+9f07-9f09, u+9f10, u+9f14-9f15, u+9f19, u+9f22, u+9f29, u+9f2c, u+9f2f, u+9f31, u+9f34, u+9f37, u+9f39, u+9f3d-9f3e, u+9f41, u+9f4c-9f50, u+9f54, u+9f57, u+9f59, u+9f5c, u+9f5f-9f60, u+9f62-9f63, u+9f66-9f67, u+9f6a, u+9f6c, u+9f72, u+9f76-9f77, u+9f7f, u+9f84-9f85, u+9f88, u+9f8e, u+9f91, u+9f94-9f96, u+9f98, u+9f9a-9f9b, u+9f9f-9fa0, u+9fa2, u+9fa4, u+9ff?, u+a1f4, u+a4b0-a4b1, u+a4b3, u+a9c1-a9c2, u+aa31, u+ab34, u+ac00-ac01, u+ac04, u+ac08, u+ac10-ac11, u+ac13-ac16, u+ac19, u+ac1c-ac1d, u+ac24, u+ac70-ac71, u+ac74, u+ac77-ac78, u+ac80-ac81, u+ac83, u+ac8c, u+ac90, u+aca0, u+aca8-aca9, u+acac, u+acb0, u+acb8-acb9, u+acbc-acbd, u+acc1, u+acc4, u+ace0-ace1, u+ace4, u+ace8, u+acf0-acf1, u+acf3, u+acf5, u+acfc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-686.BKS8XwDE.woff2) format("woff2");
    unicode-range: u+9d77, u+9d7a, u+9d7e, u+9d87, u+9d89, u+9d8f, u+9d91-9d93, u+9d96, u+9d98, u+9d9a, u+9da1-9da2, u+9da5, u+9da9, u+9dab-9dac, u+9db1-9db2, u+9db5, u+9db9-9dbc, u+9dbf-9dc2, u+9dc4, u+9dc7-9dc9, u+9dd3, u+9dd6, u+9dd9-9dda, u+9dde-9ddf, u+9de2, u+9de5-9de6, u+9de8, u+9def-9df0, u+9df2-9df4, u+9df8, u+9dfa, u+9dfd, u+9dff, u+9e02, u+9e07, u+9e0a, u+9e11, u+9e15, u+9e18, u+9e1a-9e1b, u+9e1d-9e1e, u+9e20-9e23, u+9e25-9e26, u+9e2d, u+9e2f, u+9e33, u+9e35, u+9e3d-9e3f, u+9e42-9e43, u+9e45, u+9e48-9e4a, u+9e4c, u+9e4f, u+9e51, u+9e55, u+9e64, u+9e66, u+9e6b, u+9e6d-9e6e, u+9e70, u+9e73, u+9e75, u+9e78, u+9e80-9e83, u+9e87-9e88, u+9e8b-9e8c, u+9e90-9e91, u+9e93, u+9e96, u+9e9d, u+9ea1, u+9ea4, u+9ea6, u+9ea9-9eab, u+9ead, u+9eaf, u+9eb4, u+9eb7-9eba, u+9ebe-9ebf, u+9ecc-9ecd, u+9ed0, u+9ed2, u+9ed4, u+9ed9-9eda, u+9edc-9edd, u+9edf-9ee0, u+9ee2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-687.CAiwKval.woff2) format("woff2");
    unicode-range: u+9bf0-9bf1, u+9bf5, u+9bf7, u+9bf9, u+9bfd, u+9bff, u+9c02, u+9c06, u+9c08-9c0a, u+9c0d, u+9c10, u+9c12-9c13, u+9c15, u+9c1c, u+9c1f, u+9c21, u+9c23-9c25, u+9c28-9c29, u+9c2d-9c2e, u+9c31-9c33, u+9c35-9c37, u+9c39-9c3b, u+9c3d-9c3e, u+9c40, u+9c42, u+9c45-9c49, u+9c52, u+9c54, u+9c56, u+9c58-9c5a, u+9c5d, u+9c5f-9c60, u+9c63, u+9c67-9c68, u+9c72, u+9c75, u+9c78, u+9c7a-9c7c, u+9c7f-9c81, u+9c87-9c88, u+9c8d, u+9c91, u+9c94, u+9c97, u+9c9b, u+9ca4, u+9ca8, u+9cab, u+9cad, u+9cb1-9cb3, u+9cb6-9cb8, u+9cc4-9cc5, u+9ccc-9ccd, u+9cd5-9cd7, u+9cdd-9cdf, u+9ce7, u+9ce9, u+9cee-9cf0, u+9cf2, u+9cfc-9cfe, u+9d03, u+9d06-9d08, u+9d0e, u+9d10, u+9d12, u+9d15, u+9d17, u+9d1d-9d1f, u+9d23, u+9d2b, u+9d2f-9d30, u+9d34, u+9d37, u+9d3d, u+9d42, u+9d50, u+9d52-9d53, u+9d59, u+9d5c, u+9d5e-9d61, u+9d6a, u+9d6f-9d70
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-688.BzyXZhIG.woff2) format("woff2");
    unicode-range: u+9a87, u+9a8a-9a8b, u+9a8f-9a91, u+9a97, u+9a9a, u+9a9e, u+9aa0-9aa1, u+9aa4-9aa5, u+9aaf-9ab1, u+9ab6-9ab7, u+9ab9-9aba, u+9abe, u+9ac0-9ac5, u+9ac8, u+9acb-9acc, u+9ace-9acf, u+9ad1, u+9ad5-9ad7, u+9ad9, u+9adf, u+9ae1, u+9ae3, u+9aea-9aeb, u+9aed, u+9aef, u+9af2, u+9af4, u+9af9, u+9afb, u+9afd, u+9b03-9b04, u+9b08, u+9b13, u+9b18, u+9b1f, u+9b22-9b23, u+9b28-9b2a, u+9b2c-9b30, u+9b32, u+9b3b, u+9b43, u+9b46-9b49, u+9b4b-9b4e, u+9b51, u+9b55, u+9b58, u+9b5b, u+9b5e-9b60, u+9b63, u+9b68-9b69, u+9b74, u+9b7d, u+9b80-9b81, u+9b83-9b84, u+9b87-9b88, u+9b8a-9b8b, u+9b8d-9b8e, u+9b90, u+9b92-9b95, u+9b97, u+9b9f-9ba0, u+9ba2-9ba3, u+9ba8, u+9bab, u+9bb0, u+9bb8, u+9bc0-9bc1, u+9bc3, u+9bc6-9bc8, u+9bd3-9bd7, u+9bd9, u+9bdb, u+9bdd, u+9be1-9be2, u+9be4-9be5, u+9be7, u+9bea, u+9bed-9bee
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-689.MEYJRrxm.woff2) format("woff2");
    unicode-range: u+993c-9940, u+9943-9944, u+9948-994a, u+994c-994e, u+9951, u+9954, u+995c, u+995e-995f, u+9961-9962, u+9965, u+9968, u+996a, u+996d-9972, u+9975-9976, u+997a, u+997c, u+997f-9980, u+9984-9985, u+9988, u+998b, u+998d, u+998f, u+9992, u+9994-9995, u+9997-9998, u+999c, u+999e, u+99a0-99a1, u+99ab, u+99af, u+99b1, u+99b4, u+99b9, u+99c4-99c6, u+99cf, u+99d1-99d2, u+99d4, u+99d6, u+99d8-99d9, u+99df, u+99e1-99e2, u+99e9, u+99ee, u+99f0, u+99f8, u+99fb, u+9a01-9a05, u+9a0c, u+9a0f-9a13, u+9a16, u+9a1b-9a1c, u+9a20, u+9a24, u+9a28, u+9a2b, u+9a2d-9a2e, u+9a34-9a36, u+9a38, u+9a3e, u+9a40-9a44, u+9a4a, u+9a4c-9a4e, u+9a52, u+9a56, u+9a62-9a65, u+9a69-9a6b, u+9a6d, u+9a6f-9a71, u+9a73-9a74, u+9a76, u+9a78-9a79, u+9a7b-9a7c, u+9a7e-9a7f, u+9a81-9a82, u+9a84-9a86
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-690.CvTNEB1I.woff2) format("woff2");
    unicode-range: u+97f5, u+97f9-97fa, u+97fe, u+9804, u+9807, u+980a, u+980e-980f, u+9814, u+9816, u+981a, u+981c, u+981e, u+9820-9821, u+9823, u+9826, u+9828, u+982a-982c, u+9832, u+9834-9835, u+9837, u+9839, u+983c-983d, u+9845, u+9848-9849, u+984e, u+9852-9857, u+9859-985a, u+9862-9863, u+9865, u+9870-9871, u+9873-9874, u+9877, u+987a-987f, u+9881-9882, u+9885, u+9887-988a, u+988c-988d, u+9890, u+9893, u+9896-9897, u+989a, u+989c-989e, u+98a0, u+98a4, u+98a6-98a7, u+98a9, u+98ae-98af, u+98b2-98b3, u+98b6-98b8, u+98ba-98bd, u+98bf, u+98c7-98c8, u+98ca, u+98d2-98d3, u+98d8-98da, u+98dc, u+98de, u+98e0-98e1, u+98e3, u+98e5, u+98e7-98e9, u+98eb-98ee, u+98f1, u+98f4, u+9901, u+9908-9909, u+990c, u+9911-9912, u+9914, u+9916-9917, u+991b-991c, u+991e, u+9920, u+9927, u+992b-992c, u+992e, u+9931-9933, u+9938, u+993a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-691.FOKifyV7.woff2) format("woff2");
    unicode-range: u+9672, u+9674, u+967a, u+9682-9685, u+9688-9689, u+968b, u+968d, u+9695, u+9697-9698, u+969e, u+96a0-96a4, u+96a9, u+96ac, u+96ae, u+96b0, u+96b2-96b4, u+96b6-96b7, u+96b9, u+96bc-96be, u+96c3, u+96c9-96cb, u+96ce-96cf, u+96d1-96d2, u+96d8, u+96dd, u+96e9, u+96eb, u+96f0-96f1, u+96f3-96f4, u+96f9, u+96fe-96ff, u+9701-9702, u+9705, u+9708, u+970a, u+970e-9711, u+9719, u+971d, u+971f-9720, u+9728, u+972a, u+972d, u+9730, u+9733, u+973a, u+973d, u+9744, u+9746-9747, u+9749, u+9750-9751, u+9753, u+9758-9759, u+975b, u+975d, u+9763, u+9765-9766, u+9768, u+976c-976d, u+9771, u+9773, u+9776, u+977a, u+977c, u+9780, u+9784-9786, u+9788, u+978e-978f, u+9798, u+979d-979e, u+97a3, u+97a5-97a6, u+97a8, u+97ab-97ac, u+97ae, u+97b6-97b7, u+97b9, u+97bf, u+97c1, u+97c3, u+97c6, u+97c9, u+97cd, u+97d6, u+97d8-97d9, u+97dc-97de, u+97e1, u+97e6-97e7, u+97ec-97ee, u+97f0-97f1
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-692.BINvHwki.woff2) format("woff2");
    unicode-range: u+9530, u+9535, u+953a-953b, u+9540-9542, u+9547, u+9549-954a, u+954d, u+9550-9551, u+9554-9556, u+955c, u+956c-956d, u+956f-9570, u+9573, u+9576, u+9578, u+9582, u+9586, u+9588, u+958e-958f, u+9599, u+959c, u+959e-959f, u+95a1-95a2, u+95a4, u+95a6-95a7, u+95aa-95ae, u+95b0, u+95b2, u+95b6, u+95b9-95bf, u+95c2-95c4, u+95c7-95c9, u+95cb-95cd, u+95d0, u+95d3-95d5, u+95d7-95d8, u+95da, u+95de, u+95e0-95e1, u+95e4-95e5, u+95ea-95eb, u+95ef-95f0, u+95f2-95f3, u+95f5, u+95f7-95fa, u+95fd, u+9600-9602, u+9607-9609, u+960e, u+9610-9611, u+9614, u+9616, u+9619-961a, u+961c-961d, u+961f, u+9621, u+9624, u+9628, u+962f, u+9633-9636, u+963c, u+9641-9643, u+9645, u+9647-9648, u+964e-964f, u+9651, u+9653-9655, u+9658, u+965b-965f, u+9661, u+9665, u+9668-9669, u+966c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-693.B5it3OQw.woff2) format("woff2");
    unicode-range: u+941a, u+941c, u+941e, u+9420-9425, u+9427-942b, u+942e, u+9432-9433, u+9436, u+9438, u+943a, u+943d, u+943f-9440, u+9445, u+944a, u+944c, u+9454-9455, u+945a-945b, u+945e, u+9460, u+9462-9463, u+9468, u+946a, u+946d, u+946f, u+9471, u+9474-9477, u+9479, u+947e-9481, u+9488-948a, u+948e, u+9492-9493, u+9497, u+9499, u+949b-94a3, u+94a5-94a9, u+94ac, u+94ae-94b1, u+94b3-94b5, u+94bb-94bc, u+94be-94c3, u+94c5-94c6, u+94c9, u+94ce-94d0, u+94db-94dd, u+94e0, u+94e2-94e3, u+94e8, u+94ec-94ee, u+94f0, u+94f2, u+94f5-94f6, u+94f8, u+94fa, u+94ff-9502, u+9504-9506, u+9508, u+950b-950c, u+950f-9510, u+9519-951b, u+951d, u+951f, u+9521-9526, u+952d-952f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-694.4Iq9jwZh.woff2) format("woff2");
    unicode-range: u+930b, u+930f, u+9312, u+9315, u+9319-931b, u+931d-931f, u+9321, u+9323-9325, u+9327-932a, u+932c-932e, u+9331-9333, u+9335, u+9338, u+933c, u+9340-9341, u+9345-9349, u+934f-9352, u+9354, u+9356-935a, u+935c-9360, u+9363-9367, u+9369-936a, u+936c, u+936e, u+9370-9371, u+9373, u+9376, u+9379-937a, u+937c, u+9385, u+9387, u+938c, u+938f, u+9394, u+9397-9398, u+939a-939b, u+939d-939e, u+93a1-93a3, u+93a6-93a7, u+93a9-93aa, u+93ac-93ad, u+93af-93b0, u+93b3-93bb, u+93bd-93be, u+93c0-93c4, u+93c7, u+93ca-93cd, u+93d0-93d1, u+93d6-93d8, u+93dc-93de, u+93e0, u+93e4, u+93e8, u+93ee, u+93f0, u+93f5, u+93f7-93f9, u+93fb, u+9403, u+9407, u+940f-9410, u+9413-9414, u+9417, u+9419
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-695.D0YcOBTg.woff2) format("woff2");
    unicode-range: u+9208-920a, u+920d-920e, u+9210-9211, u+9217, u+9219, u+921c, u+9221, u+9224-9225, u+9227, u+922a, u+922d-922e, u+9230-9231, u+9233, u+9235-9239, u+923b, u+923d-9241, u+9244, u+9246, u+9248-9249, u+924b-9251, u+9253, u+925a, u+925d-925e, u+9262, u+9265-9267, u+926b-926d, u+926f, u+9271-9272, u+9274, u+9276, u+9278, u+927a-927c, u+927e-927f, u+9282-9283, u+9286, u+9288, u+928a, u+928d-928e, u+9291, u+9295-9296, u+9299-929b, u+929d, u+92a0-92ae, u+92b2, u+92b5-92b6, u+92bb-92bc, u+92c2-92c3, u+92c6-92cd, u+92cf-92d1, u+92d5, u+92d7, u+92d9, u+92dd, u+92df, u+92e4-92e6, u+92e8-92e9, u+92ed-92ef, u+92f1-92f3, u+92f6, u+92f9, u+92fb, u+9300-9302, u+9306
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-696.9XcLAO8J.woff2) format("woff2");
    unicode-range: u+90e2-90e4, u+90ea-90eb, u+90ef, u+90f4, u+90f7-90f8, u+90fc, u+90fe-9100, u+9102, u+9104, u+9106, u+9112, u+9114-911a, u+911c, u+911e, u+9120, u+9122-9123, u+9129, u+912b, u+912f, u+9131-9132, u+9134, u+9136, u+9139-913a, u+9143, u+9146, u+9148-914a, u+914e-9150, u+9154, u+9156-9157, u+9159-915a, u+915d-915e, u+9161-9164, u+916b, u+916e, u+9170-9172, u+9174, u+9176, u+9179-917a, u+917f, u+9181-9182, u+9184-9186, u+918c-918e, u+9190-9191, u+9196, u+919a-919b, u+919e, u+91a1-91a4, u+91a7, u+91aa, u+91ae-91b2, u+91b4-91b5, u+91b8, u+91bd-91be, u+91c1, u+91c3, u+91c5-91c6, u+91c8-91ca, u+91d2-91d5, u+91d7, u+91d9, u+91e1, u+91e4, u+91e6-91e9, u+91ec-91ed, u+91f0-91f1, u+91f5-91fa, u+91fd, u+91ff-9201, u+9203-9207
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-697.-seGNNbL.woff2) format("woff2");
    unicode-range: u+8f85-8f86, u+8f88-8f8a, u+8f8d, u+8f90, u+8f93, u+8f95-8f97, u+8f99, u+8f9e-8f9f, u+8fa2, u+8fa7, u+8fa9, u+8fab, u+8fae, u+8fb3, u+8fb5-8fb6, u+8fba-8fbd, u+8fbf, u+8fc1-8fc2, u+8fc6, u+8fc8, u+8fcc-8fcd, u+8fd2-8fd3, u+8fd5, u+8fdc-8fdd, u+8fdf, u+8fe2-8fe5, u+8fe8-8fe9, u+8fed-8fee, u+8ff3, u+8ff5, u+8ff8, u+8ffa-8ffc, u+8ffe, u+9002, u+9004, u+9008, u+900a-900b, u+9011-9013, u+9016, u+901e, u+9021, u+9024, u+902d, u+902f-9030, u+9034-9036, u+9039-903b, u+9041, u+9044-9045, u+904f-9052, u+9057-9058, u+905b, u+905d, u+9061-9062, u+9065, u+9068, u+906f, u+9074, u+9079, u+907d, u+9083, u+9085, u+9087-9089, u+908b, u+9090, u+9093, u+9095, u+9097, u+9099, u+909b, u+909d-909e, u+90a0-90a2, u+90ac, u+90af-90b0, u+90b2-90b4, u+90b6, u+90b9, u+90bb, u+90bd-90be, u+90c3-90c5, u+90c7, u+90d1, u+90d4-90d5, u+90d7, u+90db-90df
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-698.DfFbVspF.woff2) format("woff2");
    unicode-range: u+8e30-8e31, u+8e35, u+8e39, u+8e3c-8e3d, u+8e40-8e42, u+8e47, u+8e49-8e4e, u+8e50, u+8e53-8e55, u+8e59-8e5b, u+8e60, u+8e62-8e63, u+8e67, u+8e69, u+8e6c-8e6d, u+8e6f, u+8e74, u+8e76, u+8e7a-8e7c, u+8e82, u+8e84-8e85, u+8e87, u+8e89-8e8b, u+8e8f-8e95, u+8e99-8e9a, u+8e9d-8e9e, u+8ea1, u+8ea3, u+8ea5-8ea6, u+8eaa, u+8eac-8ead, u+8eaf-8eb1, u+8eb9, u+8ebc, u+8ebe, u+8ec6, u+8ecb, u+8ecf, u+8ed1, u+8ed4, u+8ed7, u+8eda-8edb, u+8ee2, u+8ee8, u+8eeb, u+8ef2, u+8ef9-8efe, u+8f05, u+8f07-8f08, u+8f0a-8f0c, u+8f12-8f13, u+8f17, u+8f19-8f1a, u+8f1c, u+8f1e-8f1f, u+8f25-8f26, u+8f2d, u+8f30, u+8f33, u+8f36, u+8f3e, u+8f40-8f42, u+8f45-8f47, u+8f4d, u+8f54-8f55, u+8f5d, u+8f61-8f62, u+8f64, u+8f67-8f69, u+8f6d-8f72, u+8f74, u+8f76, u+8f7b-8f7c, u+8f7f, u+8f83-8f84
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-699.BDOBTfsu.woff2) format("woff2");
    unicode-range: u+8ce1, u+8ce8, u+8ceb, u+8cf0, u+8cf8, u+8cfb, u+8cfe, u+8d04, u+8d07, u+8d0b, u+8d0d, u+8d10, u+8d12-8d14, u+8d17, u+8d1b-8d1f, u+8d21-8d26, u+8d29-8d2c, u+8d2e-8d32, u+8d34-8d35, u+8d37-8d38, u+8d3a-8d3c, u+8d3e-8d3f, u+8d41-8d43, u+8d48, u+8d4b-8d4c, u+8d4e-8d50, u+8d54, u+8d56, u+8d58, u+8d5a-8d5b, u+8d5f-8d60, u+8d62-8d63, u+8d66-8d69, u+8d6c-8d6e, u+8d73, u+8d75-8d76, u+8d7b, u+8d7d, u+8d84, u+8d8b, u+8d90-8d91, u+8d94, u+8d96, u+8d9c, u+8dab, u+8daf, u+8db2, u+8db5, u+8db7, u+8dba, u+8dbc, u+8dbf, u+8dc2-8dc3, u+8dc6, u+8dcb, u+8dce-8dd0, u+8dd6-8dd7, u+8dda-8ddb, u+8de3-8de4, u+8de9, u+8deb-8dec, u+8df1, u+8df5-8df7, u+8dfa-8dfd, u+8e05, u+8e08-8e0a, u+8e0e, u+8e14, u+8e16, u+8e18, u+8e1d-8e21, u+8e23, u+8e26-8e28, u+8e2a-8e2b, u+8e2d-8e2e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-700.CgFyYmr0.woff2) format("woff2");
    unicode-range: u+8b9c, u+8b9e-8b9f, u+8ba3, u+8ba5, u+8ba7, u+8baa, u+8bad, u+8bb2-8bb4, u+8bb6-8bb9, u+8bbc-8bbd, u+8bbf-8bc0, u+8bc3, u+8bc5, u+8bc8-8bcb, u+8bcf, u+8bd1, u+8bd7-8bdc, u+8bde-8be1, u+8be3, u+8be5, u+8be7, u+8be9, u+8beb-8bec, u+8bef, u+8bf1-8bf2, u+8bf5-8bf6, u+8bf8, u+8bfa, u+8bfd-8bfe, u+8c01-8c02, u+8c05, u+8c08, u+8c0a-8c11, u+8c13-8c15, u+8c18-8c1c, u+8c1f, u+8c23-8c29, u+8c2c-8c2d, u+8c31, u+8c34, u+8c36, u+8c39, u+8c3f, u+8c47, u+8c49-8c4c, u+8c4f, u+8c51, u+8c55, u+8c62, u+8c68, u+8c73, u+8c78, u+8c7a-8c7c, u+8c82, u+8c85, u+8c89-8c8a, u+8c8d-8c8e, u+8c90, u+8c94, u+8c98-8c99, u+8ca3-8ca4, u+8cad-8cb0, u+8cb2, u+8cb9-8cba, u+8cbd, u+8cc1-8cc2, u+8cc4-8cc5, u+8ccf-8cd2, u+8cd4-8cd5, u+8cd9-8cdb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-701.BPhVPRu9.woff2) format("woff2");
    unicode-range: u+8a1b, u+8a22, u+8a25, u+8a27, u+8a2b, u+8a33, u+8a36, u+8a38, u+8a3d-8a3e, u+8a41, u+8a45-8a46, u+8a48, u+8a4e, u+8a51-8a52, u+8a54, u+8a56-8a58, u+8a5b, u+8a5d, u+8a61, u+8a63, u+8a67, u+8a6a-8a6c, u+8a70, u+8a74-8a76, u+8a7a-8a7c, u+8a82, u+8a84-8a86, u+8a89, u+8a8f-8a92, u+8a94, u+8a9a, u+8aa1, u+8aa3, u+8aa5, u+8aa7-8aa8, u+8aad, u+8ab1, u+8ab6, u+8abe, u+8ac2, u+8ac4, u+8ac6, u+8ac9, u+8acc-8acf, u+8ad1, u+8adb, u+8add-8ae2, u+8ae4, u+8ae6, u+8aea-8aeb, u+8aed, u+8af1-8af6, u+8afa, u+8afc, u+8b01, u+8b04-8b05, u+8b07, u+8b0b-8b0d, u+8b0f-8b10, u+8b13-8b14, u+8b16, u+8b1a, u+8b1c, u+8b21-8b22, u+8b26, u+8b28, u+8b2b, u+8b2e, u+8b33, u+8b41, u+8b46, u+8b4c-8b4f, u+8b53-8b54, u+8b56, u+8b59, u+8b5e-8b60, u+8b64, u+8b6a-8b6d, u+8b72, u+8b7e, u+8b83, u+8b89, u+8b8c, u+8b8e, u+8b90, u+8b92, u+8b95-8b96, u+8b99
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-702.Dn-p4UoP.woff2) format("woff2");
    unicode-range: u+88b7-88b8, u+88bc-88be, u+88c0, u+88c4, u+88c6-88c7, u+88c9-88cc, u+88ce, u+88d2, u+88d6, u+88d8, u+88db, u+88df, u+88e4, u+88e8-88e9, u+88ec, u+88ef-88f1, u+88f3-88f5, u+88fc, u+88fe, u+8900, u+8902, u+8906, u+890a-890c, u+8912-8915, u+8918-891a, u+891f, u+8921, u+8923, u+8925, u+892a-892b, u+892d, u+8930, u+8933, u+8935-8936, u+8938, u+893d, u+8941-8943, u+8946-8947, u+8949, u+894c-894d, u+8956-8957, u+8959, u+895c, u+895e-8960, u+8964, u+8966, u+896c, u+8971, u+8974, u+897b, u+897e, u+8980, u+8982-8983, u+8987-8988, u+898a, u+898c, u+8991, u+8994-8995, u+8997-8998, u+899a, u+899c, u+89a1, u+89a4-89a7, u+89a9, u+89ac, u+89af, u+89b2-89b3, u+89b7, u+89bb, u+89bf, u+89c5, u+89c9-89ca, u+89d1, u+89d4-89d5, u+89da, u+89dc-89de, u+89e5-89e7, u+89ed, u+89f1, u+89f3-89f4, u+89f6, u+89ff, u+8a01, u+8a03, u+8a07, u+8a09, u+8a0c, u+8a0f-8a12, u+8a16
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-703.CdHTsWMl.woff2) format("woff2");
    unicode-range: u+8763-8765, u+8768, u+876a, u+876c-8770, u+8772, u+8777, u+877a-877b, u+877d, u+8781, u+8784-8785, u+8788, u+878b, u+8793, u+8797-8798, u+879f, u+87a3, u+87a8, u+87ab-87ad, u+87af, u+87b3, u+87b5, u+87b9, u+87bb, u+87bd-87c0, u+87c4-87c8, u+87ca-87cc, u+87ce, u+87d2, u+87db-87dc, u+87e0-87e1, u+87e3, u+87e5, u+87e7, u+87ea-87eb, u+87ee-87ef, u+87f3-87f4, u+87f6-87f7, u+87fe, u+8802-8806, u+880a-880b, u+880e, u+8810-8811, u+8813, u+8815-8816, u+881b, u+8821, u+8823, u+8827, u+8831-8832, u+8835, u+8839-883a, u+883c, u+8844-8846, u+884a, u+884e, u+8852, u+8854-8856, u+8859-885a, u+885e, u+8862, u+8864-8865, u+8869-886a, u+886c-886e, u+8871-8872, u+8875, u+8879, u+887d-887f, u+8882, u+8884-8885, u+8888, u+8890, u+8892-8893, u+8897-8898, u+889a-889c, u+889e, u+88a2, u+88a4, u+88a8, u+88aa, u+88ad-88ae, u+88b1, u+88b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-704.y7ieV0TH.woff2) format("woff2");
    unicode-range: u+8621-8622, u+8627, u+8629-862a, u+8634-8636, u+8638, u+863a, u+863c, u+8640, u+8642, u+8646, u+864c-864d, u+864f, u+8651-8654, u+8657, u+8659-865a, u+865c, u+8662, u+866b-866c, u+866f-8671, u+8673, u+8677, u+867a-867b, u+867d-867e, u+8680-8682, u+868b-868d, u+8693-8696, u+869a, u+869c-869d, u+86a1, u+86a3-86a4, u+86a7-86aa, u+86af-86b1, u+86b3-86b4, u+86b6, u+86b9-86ba, u+86c0-86c2, u+86c4, u+86c6, u+86c9-86ca, u+86cc-86ce, u+86d0, u+86d3-86d4, u+86de-86df, u+86e9, u+86ed-86f0, u+86f3, u+86f8-86fc, u+86fe, u+8703, u+8706-870a, u+870d-870e, u+8711-8712, u+8715, u+8717, u+8719-871a, u+871e, u+8721-8723, u+8725, u+8728-8729, u+872e, u+8731, u+8734, u+8737, u+873a, u+873e-8740, u+8742, u+8747, u+8749, u+874b-874c, u+874e-874f, u+8753, u+8757-8758, u+875d, u+875f, u+8761-8762
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-705.BKUT1tDB.woff2) format("woff2");
    unicode-range: u+84c0, u+84c2, u+84c6-84c7, u+84ca, u+84cd-84d2, u+84d6, u+84dd, u+84df, u+84e2, u+84e6-84e8, u+84ea, u+84ef-84f0, u+84f3-84f4, u+84f7, u+84fa, u+84fc-84fd, u+84ff-8500, u+8506, u+850c, u+8511, u+8515, u+8517, u+851d-851f, u+8524, u+852b, u+852f, u+8532, u+8534-8535, u+8537-8538, u+853a, u+853c, u+853e, u+8541-8542, u+8545, u+8548, u+854b, u+854d-854e, u+8552-8553, u+8555-8558, u+855a, u+855e, u+8561-8565, u+8568, u+856a-856c, u+856f, u+8574, u+8577-857b, u+8580-8581, u+8585-8586, u+858a, u+858c, u+858f-8590, u+8594, u+8597-8599, u+859c, u+859f, u+85a1-85a2, u+85a4, u+85a8, u+85ab-85ac, u+85ae, u+85b3-85b4, u+85b7, u+85b9-85ba, u+85bd-85be, u+85c1-85c2, u+85cb, u+85ce, u+85d0, u+85d3, u+85d5, u+85dc, u+85e0, u+85e6, u+85e8, u+85ea, u+85ed, u+85f4, u+85f6-85f7, u+85f9-85fa, u+85ff, u+8602, u+8604-8605, u+8610, u+8616-8618, u+861a, u+861e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-706.BuRtNj3s.woff2) format("woff2");
    unicode-range: u+8380, u+8383, u+8385-8386, u+8392, u+8394-8395, u+8398-8399, u+839b-839c, u+83a0, u+83a2, u+83a4, u+83a7-83aa, u+83af-83b5, u+83b7, u+83b9-83ba, u+83bc-83c0, u+83c2, u+83c4-83c5, u+83c8-83c9, u+83cb, u+83ce-83cf, u+83d1, u+83d4-83d6, u+83d8, u+83dd, u+83df, u+83e1-83e2, u+83e5, u+83ea-83eb, u+83f0, u+83f3-83f4, u+83f9, u+83fb-83fe, u+8406-8407, u+840b, u+840f, u+8411, u+8413, u+8418, u+841b-841d, u+8420-8421, u+8423-8424, u+8426-8429, u+842b, u+842d-842e, u+8432-8433, u+8435, u+8437-8439, u+843b-843c, u+843e, u+8445-8447, u+844e, u+8451-8452, u+8456, u+8459-845a, u+845c, u+845f, u+8462, u+8466-8467, u+846d, u+846f-8471, u+8473-8474, u+8476-8478, u+847a, u+8484, u+848b, u+848d-848e, u+8493-8494, u+8497, u+849d, u+849f, u+84a1, u+84a8, u+84af, u+84b1, u+84b4, u+84b9-84bb, u+84bd-84bf
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-707.DB5PlooA.woff2) format("woff2");
    unicode-range: u+827d, u+827f, u+8283-8284, u+8288-828a, u+828d-8291, u+8293-8294, u+8298, u+829a-829c, u+829e-82a4, u+82a6-82ab, u+82ae, u+82b0, u+82b4, u+82b6, u+82ba-82bc, u+82be, u+82c1, u+82c4-82c5, u+82c7, u+82cb, u+82cd, u+82cf-82d0, u+82d2, u+82d5-82d6, u+82d9, u+82db-82dc, u+82de-82e1, u+82e3-82e4, u+82e7, u+82ea-82eb, u+82ef-82f0, u+82f3-82f4, u+82f6-82f7, u+82f9-82fc, u+82fe-8301, u+8306-8308, u+830b-830e, u+8316, u+8318, u+831a-831b, u+831d-831e, u+8327, u+832a, u+832c-832d, u+832f, u+8331, u+8333-8334, u+8337, u+833a-833c, u+833f-8340, u+8342, u+8344-8347, u+834b-834c, u+834f, u+8351, u+8356-8358, u+835a, u+835e-8361, u+8363-8364, u+8367-8368, u+836b, u+836f, u+8373, u+8375, u+8378, u+837a-837f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-708.B9txB5o2.woff2) format("woff2");
    unicode-range: u+811b, u+811e, u+8121-8127, u+8129, u+812c, u+812f-8134, u+8137-8138, u+813a, u+813d, u+8144, u+8146, u+8148, u+814a, u+814c-814d, u+8151, u+8153, u+8156, u+8158, u+815a, u+8160, u+8167, u+8169, u+816d, u+816f, u+8171, u+8174, u+817b-817c, u+817e, u+8182, u+8188, u+818a, u+8194-8195, u+8198, u+819b, u+819e, u+81a3, u+81a6-81a7, u+81ab, u+81af-81b0, u+81b5-81b6, u+81b8, u+81ba-81bb, u+81be-81bf, u+81c3, u+81c6, u+81ca, u+81cc, u+81cf, u+81d1-81d3, u+81d6-81d7, u+81d9-81da, u+81dd-81de, u+81e0-81e2, u+81e7, u+81ec, u+81ef, u+81fc, u+81fe, u+8200-8202, u+8204-8206, u+820b, u+820e, u+8210, u+8215, u+8217-8218, u+821b, u+821d, u+8221-8222, u+8224, u+8228-8229, u+822b, u+822f-8234, u+8236-8238, u+823a, u+823e, u+8240, u+8244-8245, u+8249, u+824b, u+824e-824f, u+8257, u+825a, u+825f, u+8264, u+8268, u+826b, u+826e, u+8270, u+8273, u+8276, u+8278-8279
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-709.BzbU2YNq.woff2) format("woff2");
    unicode-range: u+7fb8, u+7fbc, u+7fbf-7fc0, u+7fc3, u+7fcb-7fcc, u+7fce-7fcf, u+7fd1, u+7fd5, u+7fd8, u+7fdb, u+7fde-7fdf, u+7fe5-7fe6, u+7fe9, u+7feb-7fec, u+7fee, u+7ff2-7ff3, u+7ffa, u+7ffd-7ffe, u+8002, u+8004, u+8006, u+800b, u+800e, u+8011-8012, u+8014, u+8016, u+8018-8019, u+801c, u+8024, u+8026, u+8028, u+802c, u+8030, u+8035, u+8037-8039, u+803b, u+8042-8043, u+804b-804c, u+8052, u+8061, u+8068, u+806a, u+806e, u+8071, u+8073-8076, u+8079, u+807c, u+807e-807f, u+8083-8084, u+808f, u+8093, u+8095, u+8098, u+809c, u+809f-80a0, u+80a4, u+80a7, u+80ab, u+80ad-80ae, u+80b0-80b1, u+80b4-80b6, u+80b8, u+80bc-80c2, u+80c4, u+80c6-80c7, u+80cb, u+80cd, u+80cf, u+80d4, u+80d7, u+80d9, u+80db-80dd, u+80e0, u+80e3-80e5, u+80e7, u+80eb-80ed, u+80ef-80f1, u+80f3-80f4, u+80f6-80f7, u+80fc, u+80fe-80ff, u+8101, u+8107, u+8109, u+810f-8113, u+8115, u+8117-8118, u+811a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-710.BxCUuOgF.woff2) format("woff2");
    unicode-range: u+7eb3, u+7eb5-7eba, u+7ebd-7ebe, u+7ec0-7ec1, u+7ec3, u+7ec5, u+7ec7-7eca, u+7ecd-7ece, u+7ed1-7ed2, u+7ed4-7ed5, u+7ed7-7ed8, u+7eda-7edb, u+7edd-7ede, u+7ee2-7ee3, u+7ee5, u+7ee7, u+7ee9-7eeb, u+7eee-7ef0, u+7ef3, u+7ef5, u+7ef7-7ef8, u+7efd-7f01, u+7f03, u+7f05-7f09, u+7f0e, u+7f10, u+7f13-7f15, u+7f18-7f1a, u+7f1c-7f1d, u+7f20, u+7f24-7f25, u+7f28-7f2a, u+7f2d-7f2e, u+7f30, u+7f34, u+7f36-7f37, u+7f3d, u+7f42-7f45, u+7f47-7f4e, u+7f52, u+7f54, u+7f58, u+7f5a, u+7f5d, u+7f5f-7f63, u+7f65, u+7f68, u+7f6b, u+7f78, u+7f7d-7f7e, u+7f81-7f83, u+7f86-7f87, u+7f8b-7f8d, u+7f91, u+7f93-7f95, u+7f97, u+7f99-7f9a, u+7f9d, u+7f9f, u+7fa1-7fa3, u+7fa5, u+7fa7, u+7fad-7fb2, u+7fb4, u+7fb6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-711.QnXeXKeq.woff2) format("woff2");
    unicode-range: u+7d8c-7d8f, u+7d91, u+7d95-7d96, u+7d98-7d9a, u+7d9d-7d9e, u+7da2-7da3, u+7da6, u+7daa, u+7dac, u+7dae-7db0, u+7db3, u+7db5, u+7db7, u+7db9, u+7dbd, u+7dc1, u+7dc3-7dc7, u+7dcc-7dcf, u+7dd1, u+7dd6-7dd9, u+7ddb-7ddc, u+7de1-7de2, u+7de6, u+7df0-7df3, u+7df6, u+7dfe, u+7e01-7e02, u+7e04, u+7e08-7e0b, u+7e10-7e11, u+7e13, u+7e15, u+7e1d-7e20, u+7e22, u+7e25-7e27, u+7e29, u+7e2d, u+7e2f-7e30, u+7e32-7e37, u+7e39, u+7e3b, u+7e44-7e45, u+7e47-7e48, u+7e4a-7e4b, u+7e4d, u+7e50-7e52, u+7e56, u+7e58-7e5b, u+7e62, u+7e68, u+7e6d-7e70, u+7e76, u+7e78, u+7e7b, u+7e7e, u+7e81-7e82, u+7e86-7e88, u+7e8a, u+7e8d-7e8e, u+7e92-7e94, u+7e98-7e9b, u+7e9e, u+7ea0, u+7ea3-7ea4, u+7ea8, u+7eaa-7eaf, u+7eb1-7eb2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-712.Bt_BjVaT.woff2) format("woff2");
    unicode-range: u+7c23, u+7c25-7c26, u+7c2a-7c2b, u+7c37-7c39, u+7c40-7c41, u+7c48-7c49, u+7c50, u+7c53-7c54, u+7c56-7c57, u+7c59-7c5c, u+7c5f, u+7c63, u+7c65, u+7c69, u+7c6c-7c6e, u+7c74-7c75, u+7c79, u+7c7c, u+7c7e, u+7c84, u+7c8b, u+7c8d, u+7c91, u+7c94-7c95, u+7c9b, u+7c9f, u+7ca2, u+7ca4, u+7ca6, u+7ca8-7caa, u+7cae, u+7cb1-7cb3, u+7cba, u+7cbc, u+7cbf-7cc0, u+7cc5, u+7cc8-7cc9, u+7ccc-7cce, u+7cd7, u+7cdc-7cdd, u+7ce0, u+7ce2, u+7ce8, u+7cea, u+7ced, u+7cf2, u+7cf4, u+7cf6, u+7cf8-7cfa, u+7cfc, u+7d02, u+7d06-7d0a, u+7d0f, u+7d11-7d12, u+7d15, u+7d18, u+7d1c-7d1e, u+7d25, u+7d27, u+7d29, u+7d2c, u+7d31-7d32, u+7d35, u+7d38, u+7d3a, u+7d3c, u+7d3e-7d41, u+7d43, u+7d45, u+7d4c, u+7d4e-7d4f, u+7d53-7d54, u+7d56, u+7d5b-7d5d, u+7d5f, u+7d63, u+7d67, u+7d6a, u+7d6d, u+7d70, u+7d73, u+7d75, u+7d79-7d7b, u+7d7d, u+7d80, u+7d83-7d84, u+7d86-7d89, u+7d8b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-713.BZ3UA0dk.woff2) format("woff2");
    unicode-range: u+7afd-7afe, u+7b01-7b06, u+7b09-7b0b, u+7b0e-7b10, u+7b14, u+7b18, u+7b1a, u+7b1e-7b1f, u+7b22-7b25, u+7b29-7b2b, u+7b2d-7b2e, u+7b31-7b35, u+7b38-7b3c, u+7b45, u+7b47-7b48, u+7b4a, u+7b4c, u+7b4e-7b50, u+7b58, u+7b5b, u+7b5d, u+7b60, u+7b62, u+7b65-7b67, u+7b69, u+7b6d-7b6f, u+7b72-7b76, u+7b79, u+7b7e, u+7b82, u+7b84-7b85, u+7b87, u+7b8b, u+7b8d-7b93, u+7b95-7b96, u+7b98, u+7b9c-7b9d, u+7ba0, u+7ba7, u+7ba9-7bac, u+7bb0, u+7bb4, u+7bb6, u+7bb8-7bb9, u+7bc1, u+7bc3, u+7bc6, u+7bcb-7bcc, u+7bcf, u+7bd4, u+7bd9-7bdb, u+7bdd, u+7be0-7be1, u+7be5-7be6, u+7bea, u+7bed-7bee, u+7bf1-7bf3, u+7bf8-7bf9, u+7bfc-7c01, u+7c03, u+7c07, u+7c0a-7c0d, u+7c0f, u+7c11-7c12, u+7c15, u+7c1e-7c20
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-714.DsALZIBY.woff2) format("woff2");
    unicode-range: u+798a-798b, u+7991, u+7993-7996, u+7998, u+799a-799b, u+799f-79a2, u+79a4, u+79a8-79a9, u+79af-79b0, u+79b3, u+79b5, u+79b8, u+79ba, u+79c3, u+79c6, u+79c8, u+79cf, u+79d5-79d6, u+79dc-79de, u+79e3, u+79e7, u+79ea-79ed, u+79ef-79f0, u+79f4, u+79f6-79f8, u+79fd, u+7a02-7a03, u+7a08-7a0a, u+7a0c, u+7a0e, u+7a10-7a11, u+7a14, u+7a17-7a19, u+7a1c, u+7a1e-7a1f, u+7a23, u+7a26, u+7a2d, u+7a32-7a33, u+7a37, u+7a39, u+7a3c, u+7a42, u+7a45, u+7a49, u+7a4f, u+7a56, u+7a5a, u+7a5c, u+7a60-7a61, u+7a63, u+7a68, u+7a6d-7a6e, u+7a70-7a71, u+7a77-7a79, u+7a80, u+7a83, u+7a85-7a86, u+7a88, u+7a8d, u+7a90-7a91, u+7a93-7a96, u+7a98, u+7a9c-7a9d, u+7aa0, u+7aa3, u+7aa5-7aa6, u+7aa8, u+7aaa, u+7aac, u+7ab0, u+7ab3, u+7ab6, u+7ab8, u+7abb, u+7abe-7abf, u+7ac2, u+7ac8-7ac9, u+7ad1-7ad2, u+7ad6, u+7ada, u+7adc-7ade, u+7ae4, u+7ae6, u+7ae9-7aeb, u+7af4, u+7af8, u+7afa-7afb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-715.Bf_M1uCa.woff2) format("woff2");
    unicode-range: u+7842-7843, u+7845, u+7847, u+784a, u+784c-7850, u+7852-7853, u+7855, u+7858, u+785a, u+785c-785d, u+7864, u+7866, u+7868, u+786a, u+786f, u+7874, u+7876, u+787c, u+787f, u+7886-7887, u+7889, u+788d, u+788f, u+7893, u+7895-7896, u+7898, u+789a, u+789e, u+78a1, u+78a3, u+78a5, u+78aa, u+78ad, u+78b1-78b2, u+78b4, u+78b6, u+78b8, u+78be, u+78c8-78c9, u+78cb, u+78ce, u+78d0-78d1, u+78d4-78d5, u+78d7-78d8, u+78de, u+78e3, u+78e6-78e7, u+78ea, u+78ec, u+78f2-78f4, u+78fa-78fb, u+78fd-7900, u+7904-7906, u+790a, u+790c, u+7910-7912, u+791c, u+791e, u+7920-7921, u+792a-792c, u+792e, u+7931, u+7934, u+7938, u+793b, u+793d, u+793f, u+7941-7942, u+7945-7947, u+7949, u+794c, u+794e, u+7953-7954, u+7957-795c, u+795f, u+7961-7962, u+7964, u+7967, u+7969, u+796b-796c, u+796f, u+7972-7973, u+7977-7979, u+797b-797c, u+797e, u+7980, u+7982, u+7984-7988
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-716.CZnAdlND.woff2) format("woff2");
    unicode-range: u+7707-7708, u+770a, u+770c, u+770f, u+7715, u+7719-771b, u+771d-771e, u+7722, u+7725-7726, u+7728, u+772d, u+772f, u+7733-7736, u+7738, u+773b, u+773d, u+7741, u+7744, u+7746, u+774c, u+774e-7752, u+7755, u+7759-775a, u+775f-7760, u+7762, u+7765-7766, u+7768-776a, u+776c-776e, u+7771, u+7778, u+777a, u+777d-777e, u+7780, u+7785, u+7787, u+7789, u+778b-778d, u+7791-7793, u+779c, u+779f-77a0, u+77a2, u+77a5, u+77a9, u+77b0-77b1, u+77b4, u+77b6-77b7, u+77b9, u+77bc-77bf, u+77c5, u+77c7, u+77cc-77cd, u+77d3, u+77d6-77d7, u+77dc, u+77de, u+77e3, u+77e7, u+77eb-77ec, u+77f0, u+77f2, u+77f6, u+77f8, u+77fa-77fc, u+77fe-7800, u+7803, u+7805-7806, u+7809, u+7810-7812, u+7815-7816, u+781a, u+781c-781d, u+781f-7823, u+7825-7827, u+7829, u+782c-7830, u+7833, u+7835, u+7837, u+7839-783a, u+783c, u+783e, u+7840
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-717.BmgCfs7W.woff2) format("woff2");
    unicode-range: u+75cd, u+75d2, u+75d4, u+75d9, u+75df, u+75e2-75e4, u+75e6-75e7, u+75e9-75ec, u+75f0-75f3, u+75f7, u+75f9-75fa, u+75fc, u+75fe-7602, u+7608-760a, u+760c-760d, u+7610, u+7615-7616, u+7618-7620, u+7622-7623, u+7625, u+7627, u+7629, u+762b, u+762e, u+7630, u+7632-7635, u+7638, u+763a-763c, u+763e, u+7640, u+7643, u+7646, u+7648-7649, u+764d-764e, u+7654, u+7658, u+765c, u+765f, u+7663-7667, u+7669, u+766b-766d, u+766f-7670, u+7676, u+7678-767a, u+767f-7681, u+7683, u+7688, u+768a-768b, u+768e, u+7690, u+7695-7696, u+769a-769e, u+76a3-76a4, u+76aa, u+76b0-76b1, u+76b4, u+76b7-76b8, u+76c2, u+76c5, u+76c9, u+76cc-76cd, u+76cf-76d1, u+76d6-76d8, u+76e5-76e6, u+76e9, u+76ec, u+76f1, u+76f7, u+76f9-76fb, u+76ff-7700, u+7704-7705
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-718.ZZ6ydFdp.woff2) format("woff2");
    unicode-range: u+749c-74a1, u+74a3, u+74a5-74a7, u+74a9-74ab, u+74ae, u+74b1-74b2, u+74b5, u+74b8, u+74ba, u+74bf, u+74c5, u+74c8, u+74cc-74cd, u+74d2, u+74d4, u+74d6, u+74d8, u+74da, u+74de-74e0, u+74e2, u+74e4, u+74e8-74e9, u+74ee-74ef, u+74f4, u+74f9, u+74fb, u+74ff-7501, u+7503, u+7507, u+750c-750d, u+7511, u+7513, u+7515-7517, u+7519, u+751e, u+7521, u+7525, u+752a, u+752c-752f, u+7534, u+753e, u+7542, u+7545, u+7547-7548, u+754a-754b, u+754e, u+7551, u+755a-755b, u+755d, u+7560, u+7563-7564, u+7566-7568, u+756c-756f, u+7572-7575, u+7577-757a, u+757c, u+757e-757f, u+7583-7584, u+7587, u+7589, u+758b-758e, u+7590, u+7592, u+7594-7595, u+7597, u+7599-759a, u+759d, u+759f, u+75a1-75a3, u+75a5, u+75a7, u+75aa, u+75ac, u+75ae-75b1, u+75b3-75b4, u+75b8, u+75bd, u+75c0, u+75c2-75c4, u+75c9-75ca, u+75cc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-719.H1-mZ5eu.woff2) format("woff2");
    unicode-range: u+73b4-73ba, u+73bc, u+73bf, u+73c2, u+73c4-73c6, u+73c9, u+73cb-73cc, u+73ce-73d2, u+73d6-73d7, u+73d9, u+73db-73de, u+73e3, u+73e5-73eb, u+73ef, u+73f5-73f7, u+73f9-73fa, u+73fc-73fd, u+7400-7401, u+7404-7405, u+7407-7408, u+740a-740d, u+740f-7410, u+7416, u+741a-741b, u+741d-741e, u+7420-7425, u+7428-7429, u+742c-7432, u+7435-7436, u+7438-743a, u+743c-7442, u+7445-7446, u+7448-744a, u+7451-7452, u+7454, u+7457, u+7459, u+745d, u+7460-7462, u+7465, u+7467-7468, u+746c-746e, u+7471-7477, u+7479-747a, u+747c-747f, u+7481-7482, u+7484-7486, u+7488-748a, u+748e-7490, u+7492, u+7498, u+749a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-720.BNqEayBR.woff2) format("woff2");
    unicode-range: u+7281-7282, u+7284, u+7287, u+728a, u+728d, u+7292, u+7296, u+7298, u+729b, u+729f-72a2, u+72ad-72ae, u+72b0-72b5, u+72b8-72b9, u+72bc-72bd, u+72c1, u+72c3, u+72c5-72c6, u+72c8, u+72cc-72ce, u+72d2, u+72d4, u+72db, u+72dd, u+72df, u+72e1, u+72e8, u+72ec-72ee, u+72f1, u+72f3-72f4, u+72f7, u+72fa-72fb, u+72fd, u+7300-7301, u+7304, u+7307, u+730a-730b, u+730e, u+7313, u+7315-7317, u+7319, u+731e-731f, u+7322, u+7328-732e, u+7330-7331, u+7337, u+733a-733c, u+733e, u+7340-7341, u+7343, u+734c-734d, u+734f-7350, u+7352, u+7355, u+7357, u+7359-735a, u+7360-7363, u+7365, u+7369-7370, u+7373-7374, u+7377, u+737a, u+737c, u+737e, u+7380, u+7385-7386, u+738a, u+738e-738f, u+7391-7395, u+7397-7398, u+739b, u+73a0-73a2, u+73a5-73a8, u+73ad-73ae, u+73b3
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-721.DHm9B3wz.woff2) format("woff2");
    unicode-range: u+7115-7116, u+7118, u+711c, u+711e, u+7120, u+7122, u+712e-712f, u+7131, u+7134, u+713c, u+713f, u+7143, u+7145-7147, u+714a-714b, u+7150-7153, u+7155-7156, u+715a, u+7160, u+7162, u+7166, u+7168, u+716c, u+7171, u+7173, u+7178, u+717a-717b, u+717d, u+7180-7181, u+7185, u+7187-7188, u+718b, u+718f-7190, u+7192, u+7196-7198, u+719a-719c, u+71a0, u+71a4, u+71a8, u+71af, u+71b2-71b3, u+71b5, u+71b7-71ba, u+71be, u+71c1, u+71c4, u+71ca-71cb, u+71ce-71d0, u+71d4, u+71d7-71d8, u+71da, u+71dc, u+71e0-71e1, u+71e7, u+71ec, u+71ee, u+71f4-71f6, u+71f9, u+71fc, u+71fe-7201, u+7203, u+7207, u+7209, u+720c, u+7213-7215, u+7217, u+721a, u+721d, u+7222-7223, u+7228, u+722b, u+7230, u+7237, u+723b, u+723f-7242, u+724b, u+724d, u+7252-7253, u+7256, u+7258, u+725d, u+7263-7266, u+726a-726b, u+726e-7270, u+7273-7275, u+7277, u+727a-727b, u+727e-727f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-722.bv20bhyo.woff2) format("woff2");
    unicode-range: u+6fec, u+6fee, u+6ff0, u+6ff3, u+6ff5-6ff6, u+6ffa, u+6ffc, u+6fff-7001, u+7003, u+7005-7007, u+700b, u+700d, u+7015, u+7018, u+701b, u+701e, u+7020-7021, u+7023, u+7026-7027, u+702c, u+702f-7032, u+7034-7035, u+7037-703c, u+7040, u+7042-7044, u+7046, u+7049, u+704b, u+704f, u+7052, u+7054-7055, u+705c-7061, u+7064-7069, u+706c-706d, u+706f, u+7073-7075, u+7078, u+707a, u+707e-7081, u+7085-7086, u+7089, u+7090-7091, u+7094-7096, u+7098, u+709c, u+709f, u+70a1, u+70a4, u+70a9, u+70ac, u+70af-70b2, u+70b4-70b5, u+70b7, u+70bb-70be, u+70c0-70c3, u+70ca-70cb, u+70d2, u+70d4-70d5, u+70d9-70dd, u+70df, u+70e6-70e9, u+70eb-70ec, u+70ef, u+70f1, u+70f4, u+70f7, u+70fa, u+70fd, u+70ff, u+7104, u+7106, u+7109, u+710c, u+7110, u+7113-7114
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-723.BlghN2By.woff2) format("woff2");
    unicode-range: u+6eda-6edb, u+6edd-6ede, u+6ee2, u+6ee4-6ee5, u+6ee8-6ee9, u+6eeb, u+6eee, u+6ef3, u+6ef8-6efb, u+6f00, u+6f08-6f0a, u+6f0d-6f0e, u+6f11-6f13, u+6f15, u+6f19-6f1a, u+6f23, u+6f25-6f2a, u+6f2d-6f31, u+6f33-6f36, u+6f3a-6f3c, u+6f40-6f41, u+6f43-6f44, u+6f47, u+6f4d-6f4f, u+6f53, u+6f57, u+6f59-6f5a, u+6f5c, u+6f5e-6f61, u+6f63, u+6f66-6f67, u+6f69-6f6c, u+6f6f, u+6f72-6f78, u+6f7a-6f7f, u+6f81-6f82, u+6f87, u+6f89, u+6f8b-6f8d, u+6f90, u+6f92, u+6f94-6f97, u+6f9c, u+6f9f-6fa0, u+6fa2-6fa3, u+6fa5-6fa8, u+6faa-6fab, u+6fae-6faf, u+6fb4, u+6fb6, u+6fb9-6fba, u+6fbc, u+6fc2, u+6fc6-6fcb, u+6fce, u+6fd1-6fd2, u+6fd4, u+6fd8, u+6fda, u+6fde, u+6fe0-6fe2, u+6fe8-6fe9
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-724.DfZ1ZUfS.woff2) format("woff2");
    unicode-range: u+6dd6, u+6dd9, u+6ddb-6de0, u+6de2-6de6, u+6de9, u+6dec, u+6def-6df0, u+6df2, u+6df4, u+6df6, u+6df8, u+6dfc-6dfd, u+6e00, u+6e02-6e03, u+6e07-6e0b, u+6e0d-6e0e, u+6e10, u+6e13-6e15, u+6e17, u+6e19-6e1a, u+6e1d, u+6e1f, u+6e22, u+6e24-6e25, u+6e27, u+6e2b, u+6e2d-6e2e, u+6e30-6e31, u+6e36, u+6e39-6e3a, u+6e3c-6e3d, u+6e40-6e41, u+6e44-6e45, u+6e47, u+6e49, u+6e4b, u+6e4d-6e4f, u+6e51, u+6e53-6e54, u+6e59, u+6e5c, u+6e5e-6e61, u+6e63-6e66, u+6e69-6e6b, u+6e6e, u+6e70-6e76, u+6e78, u+6e7c, u+6e7f-6e80, u+6e83, u+6e85-6e86, u+6e88-6e89, u+6e8b, u+6e8d-6e8f, u+6e93, u+6e98-6e9a, u+6e9f, u+6ea1, u+6ea4-6ea7, u+6eae, u+6eb1-6eb2, u+6eb4-6eb5, u+6eb7, u+6ebd, u+6ec1-6ec3, u+6ec7-6ec9, u+6ecd-6ed0, u+6ed3-6ed6, u+6ed8
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-725.DUMUJd2A.woff2) format("woff2");
    unicode-range: u+6cdd-6cde, u+6ce0, u+6ce7, u+6ce9-6cec, u+6cee-6cef, u+6cf1, u+6cf7-6cf8, u+6cfb-6cfe, u+6d00-6d02, u+6d04, u+6d06-6d07, u+6d09-6d0a, u+6d0c, u+6d0e-6d12, u+6d18-6d1a, u+6d1f, u+6d22-6d24, u+6d27-6d28, u+6d2b, u+6d2d-6d31, u+6d33-6d3a, u+6d3c, u+6d3f, u+6d43-6d47, u+6d4a-6d4b, u+6d4e-6d4f, u+6d51-6d53, u+6d57-6d58, u+6d5a, u+6d5c, u+6d5e-6d65, u+6d67, u+6d6c-6d6d, u+6d6f-6d70, u+6d72, u+6d75, u+6d79, u+6d7c, u+6d7f, u+6d82, u+6d85, u+6d87, u+6d8e-6d8f, u+6d91-6d95, u+6d97-6d99, u+6d9b, u+6d9d, u+6d9f, u+6da1, u+6da4, u+6da6-6dac, u+6db3-6db4, u+6db7-6db8, u+6dbe-6dc0, u+6dc2, u+6dc4-6dc5, u+6dc8-6dca, u+6dcc-6dcd, u+6dcf-6dd0, u+6dd2-6dd3, u+6dd5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-726.CP3Bd4ny.woff2) format("woff2");
    unicode-range: u+6bc1-6bc2, u+6bcc, u+6bce, u+6bd0-6bd1, u+6bd5-6bd9, u+6bde, u+6be1, u+6bec, u+6bf3, u+6bf9, u+6bfd, u+6bff-6c00, u+6c02, u+6c05-6c06, u+6c0a, u+6c0c-6c0d, u+6c10, u+6c13, u+6c16, u+6c18-6c1a, u+6c1f, u+6c21-6c22, u+6c24, u+6c26, u+6c28-6c2a, u+6c2c, u+6c2e-6c33, u+6c35-6c37, u+6c39-6c3a, u+6c3d-6c3f, u+6c43, u+6c46, u+6c49-6c4f, u+6c54-6c55, u+6c58, u+6c5a-6c5c, u+6c5e, u+6c64-6c69, u+6c6b-6c6f, u+6c71-6c75, u+6c78-6c79, u+6c7c, u+6c7e, u+6c82, u+6c84-6c87, u+6c8c-6c8d, u+6c8f, u+6c93-6c94, u+6c98, u+6c9a, u+6c9d, u+6c9f, u+6ca2, u+6ca5-6ca8, u+6caa, u+6cac-6cb2, u+6cb4-6cb5, u+6cba, u+6cbc, u+6cc2-6cc3, u+6cc5-6cc7, u+6cd0-6cd2, u+6cd4, u+6cd6-6cd7, u+6cd9-6cda, u+6cdc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-727.jeZ7zZCc.woff2) format("woff2");
    unicode-range: u+6a35, u+6a3b, u+6a3e-6a40, u+6a47-6a48, u+6a50, u+6a52, u+6a55-6a57, u+6a5a-6a5b, u+6a5e, u+6a62, u+6a66, u+6a6a, u+6a71, u+6a79, u+6a7c, u+6a7e-6a81, u+6a84, u+6a87, u+6a89, u+6a8d-6a8e, u+6a90-6a92, u+6a97, u+6a9c, u+6a9e-6aa1, u+6aa3-6aa5, u+6aa8, u+6aab, u+6aae, u+6ab5, u+6aba, u+6abe, u+6ac2, u+6ac5-6ac6, u+6ac8-6ac9, u+6acc, u+6ad3, u+6ada-6adb, u+6add-6adf, u+6ae3, u+6ae7-6ae8, u+6aea-6aec, u+6af1, u+6af3, u+6af8, u+6afa, u+6afc, u+6b05, u+6b09, u+6b0e-6b13, u+6b17, u+6b1d-6b1e, u+6b25, u+6b2c, u+6b31, u+6b35-6b37, u+6b39, u+6b3b, u+6b40, u+6b43, u+6b46, u+6b48, u+6b53-6b55, u+6b59, u+6b5b, u+6b5f-6b60, u+6b68-6b69, u+6b6f, u+6b74, u+6b7a, u+6b7c, u+6b7f-6b84, u+6b86-6b87, u+6b89, u+6b8b, u+6b8d, u+6b91-6b93, u+6b9b, u+6b9e, u+6ba1-6ba2, u+6ba4, u+6baa-6bab, u+6bad-6bae, u+6bb2-6bb4, u+6bbb, u+6bbd
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-728.B3DfY9ua.woff2) format("woff2");
    unicode-range: u+6904, u+6906-6907, u+6909, u+690b, u+690f-6910, u+6917, u+691a-691c, u+6925, u+692a, u+692c-692d, u+6932, u+6934, u+6939, u+693c-6940, u+6942, u+6949, u+6952, u+6954-6957, u+6959, u+695b-695f, u+6961-696c, u+696e-6970, u+6973-6974, u+6976, u+6978-697a, u+697c, u+6980, u+6984-6986, u+6988-698a, u+698d-698e, u+6990-6991, u+6994, u+6996-699b, u+699e, u+69a3-69a7, u+69ab, u+69ad, u+69af, u+69b1, u+69b3, u+69b6-69b7, u+69bb-69bc, u+69bf, u+69c1, u+69c3-69c5, u+69c7, u+69ca, u+69cc, u+69ce, u+69d0-69d1, u+69d4, u+69d8-69d9, u+69db, u+69df, u+69e4, u+69e8-69ea, u+69ed-69ee, u+69f1-69f4, u+69f6, u+69f8, u+69fa-69fb, u+69ff-6a00, u+6a05, u+6a0a-6a0b, u+6a17-6a18, u+6a1b, u+6a28-6a2b, u+6a31-6a32
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-729.O3do0cMa.woff2) format("woff2");
    unicode-range: u+67dc-67e0, u+67e2, u+67e4, u+67e9-67ea, u+67f0, u+67f2, u+67f6-67f8, u+67fa-67fb, u+67fe, u+6800-6805, u+6808-6809, u+680b, u+680e-680f, u+6811-6812, u+6814, u+6816, u+6818, u+681c-681e, u+6820, u+6822, u+6825, u+6827-6829, u+682b, u+682e-682f, u+6831-6834, u+683a-683b, u+683e, u+6840-6841, u+6844-6845, u+6849, u+684e, u+6853, u+6855-6856, u+685c-685d, u+685f, u+6861-6863, u+6865-6869, u+686b, u+686d, u+686f, u+6871-6872, u+6874-6875, u+6877, u+6879, u+687b-687c, u+687e, u+6880, u+6882-6883, u+6886, u+688f, u+6891-6892, u+6894, u+6896, u+6898, u+689b-689c, u+689f-68a0, u+68a2-68a3, u+68a6, u+68a9, u+68b1-68b2, u+68b4, u+68b6, u+68c0, u+68c3, u+68c6, u+68c8, u+68ca, u+68d0-68d1, u+68d3, u+68d6, u+68e1, u+68e3, u+68e6, u+68e8-68ec, u+68ef-68f1, u+68f3, u+68f6-68f7, u+68f9, u+68fb-68fd, u+6900, u+6902
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-730.D7sQAFVH.woff2) format("woff2");
    unicode-range: u+66b3, u+66b5, u+66b8-66bc, u+66be, u+66c1, u+66c4, u+66c7-66c8, u+66cc, u+66cf, u+66d5, u+66d8-66db, u+66df, u+66e1-66e2, u+66e8-66e9, u+66ef, u+66f1, u+66f5, u+66f7, u+66fa, u+66fd, u+6705, u+670a, u+670f-6710, u+6713-6715, u+6718-6719, u+6720, u+6722-6727, u+6729, u+672e, u+6733, u+6736, u+6738-6739, u+673f-6740, u+6742, u+6745, u+6747-6748, u+674b-674d, u+6753, u+6755, u+6759, u+675d-675e, u+6760, u+6762-6763, u+6767-676a, u+676c, u+676e, u+6772-6777, u+677a-677c, u+6782, u+6786-6787, u+678a-678c, u+678e-678f, u+6791-6793, u+6796, u+6798-6799, u+679f-67a3, u+67a5, u+67aa-67ae, u+67b0-67b5, u+67b7-67bc, u+67c0-67c3, u+67c5-67c6, u+67c8-67ca, u+67ce, u+67d2, u+67d8-67d9, u+67db
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-731.CNfhNVmn.woff2) format("woff2");
    unicode-range: u+6565, u+6567, u+656b, u+656d-656e, u+6573, u+6576, u+6579-657b, u+6581, u+6586, u+6588-6589, u+658b, u+658e, u+6593, u+6595, u+659b, u+659d, u+659f-65a1, u+65a9, u+65ab, u+65ad, u+65b2-65b3, u+65b5, u+65bb, u+65be-65bf, u+65c2-65c4, u+65c6, u+65cc, u+65ce, u+65d2, u+65d6, u+65db, u+65e1, u+65e3, u+65e7, u+65ee-65f0, u+65f2-65f4, u+65f7-65f8, u+65fc-65fd, u+6600, u+6603-6605, u+6609, u+660d, u+6610-6611, u+6619, u+661c-661e, u+6621-6622, u+6624, u+6626, u+6629, u+662b, u+6630, u+6633-6636, u+6639-663d, u+6640-6641, u+6644-6645, u+664a-664c, u+6653-6657, u+6659, u+665b, u+665d-665e, u+6661-6667, u+6669, u+666c, u+6672-6673, u+6677-6679, u+667b-667e, u+6681-6684, u+668b-6690, u+6692, u+6698, u+669d, u+669f-66a0, u+66a6-66a7, u+66aa, u+66b2
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-732.RPa1H-Lw.woff2) format("woff2");
    unicode-range: u+642b, u+642f-6430, u+6432, u+6434, u+6437, u+643a, u+643d-6444, u+6446-6447, u+644a-644b, u+644e, u+6450-6453, u+6456, u+6459, u+645b-645c, u+645e, u+6460-6461, u+6463-6465, u+6468, u+646c-646e, u+6470, u+6472-6477, u+6479, u+647b, u+647d, u+6480, u+6482, u+6485, u+648b-648c, u+6491, u+6493, u+6496-649a, u+649d, u+649f-64a0, u+64a2-64a3, u+64ac, u+64b1, u+64b3-64b4, u+64b7-64b9, u+64bb, u+64be, u+64c0, u+64c3-64c4, u+64d0, u+64d2, u+64d5, u+64d7-64d8, u+64e1-64e4, u+64e7, u+64e9, u+64ed, u+64ef-64f0, u+64f3, u+64f8, u+64fb-64fc, u+64ff, u+6504-6506, u+6509, u+6511-6512, u+6516, u+6518-6519, u+651b, u+6520-6523, u+6525-6526, u+6529, u+652b, u+652e, u+6530, u+6532, u+6534-6535, u+6537-6538, u+653a, u+653d, u+6542-6543, u+6549, u+654c-654e, u+6554-6555, u+655b, u+655d, u+6561, u+6564
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-733.9Gz9fGA0.woff2) format("woff2");
    unicode-range: u+6312-6313, u+6319-631b, u+631d-6321, u+6323-6325, u+632d-632e, u+6332, u+6334-6339, u+633b-633c, u+633e-6340, u+6342-6346, u+634b-634c, u+634e, u+6352, u+6357, u+635a, u+635c, u+635e-635f, u+6361, u+6363, u+6365, u+6369, u+636b-636d, u+636f-6370, u+6373, u+6375-6376, u+637a-637b, u+637d, u+6381, u+6384, u+6387, u+638a, u+638d-638e, u+6390, u+6394-6397, u+639e-639f, u+63a3-63a4, u+63a6, u+63ac-63af, u+63b1-63b4, u+63b7, u+63b9-63bb, u+63bd-63be, u+63c3-63c4, u+63c8, u+63cd-63ce, u+63d1, u+63d6, u+63dc, u+63de, u+63e0, u+63e3-63e4, u+63e6, u+63e9, u+63f0, u+63f2-63f3, u+63f5-63f8, u+63fa, u+63fc-63fe, u+6400-6402, u+6405-6406, u+6409-640c, u+6410, u+6414-6415, u+6418, u+641b, u+641f-6423, u+6425-6428, u+642a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-734.CoLqAiCz.woff2) format("woff2");
    unicode-range: u+61cc-61cd, u+61d0, u+61d2, u+61de-61e0, u+61e3, u+61e6, u+61e8, u+61ed-61ee, u+61f5, u+61f9-61fa, u+61fd-61fe, u+6207, u+6209, u+620d-620e, u+6213-6215, u+6219, u+621b, u+621d-6223, u+6225-6227, u+6229, u+622b-622c, u+622e-622f, u+6231, u+6238, u+623b, u+623d-623e, u+6242-6243, u+6246, u+6248-6249, u+624c, u+6251, u+6255, u+6259-625a, u+625e, u+6260-6262, u+6265-6267, u+6269, u+626b-626c, u+6270-6273, u+6275, u+627a-627d, u+6283, u+6285-6286, u+6289, u+628c, u+628e, u+6294, u+629a-629e, u+62a0, u+62a2, u+62a6, u+62a8, u+62af, u+62b3, u+62b6, u+62ba-62bb, u+62be-62bf, u+62c2, u+62c4-62c5, u+62c8, u+62ca, u+62cf, u+62d1, u+62d5, u+62d7, u+62d9, u+62dd, u+62df-62e3, u+62e5-62e8, u+62ee, u+62f4-62fb, u+62fd, u+6300, u+6302, u+6308, u+630c-630e, u+6310
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-735.CmH6H8Sg.woff2) format("woff2");
    unicode-range: u+60b0-60b1, u+60b3-60b5, u+60b8, u+60bb, u+60bd-60be, u+60c0, u+60c6-60c7, u+60ca-60cb, u+60d3-60d5, u+60d7-60db, u+60dd, u+60e2-60e3, u+60e6-60f0, u+60f2, u+60f4, u+60f6, u+60fa-60fb, u+60ff-6100, u+6103, u+6106, u+610a-610b, u+610d-610e, u+6110, u+6112-6116, u+6120, u+6123-6124, u+6128-6130, u+6134, u+6136, u+613c-613f, u+6144, u+6146-6147, u+6149-614a, u+614d, u+6151-6153, u+6159-615a, u+615c-615f, u+6164-6165, u+6169-616d, u+616f, u+6171-6175, u+6177, u+617a, u+617c, u+617f-6180, u+6187, u+618a-618e, u+6192-6194, u+6199-619b, u+619f, u+61a1, u+61a7-61a8, u+61aa-61af, u+61b8, u+61ba, u+61bf, u+61c3, u+61c6, u+61ca-61cb
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-736.D3BbgVv1.woff2) format("woff2");
    unicode-range: u+5f82-5f84, u+5f87, u+5f89-5f8a, u+5f8d, u+5f93, u+5f95, u+5f98-5f99, u+5f9b-5f9c, u+5fa0, u+5fa4, u+5fa6-5fa8, u+5fab-5fad, u+5fb3-5fb4, u+5fbc, u+5fc4, u+5fc6, u+5fc9, u+5fcb, u+5fce-5fd6, u+5fdc-5fdf, u+5fe1, u+5fe4, u+5fe7, u+5fea, u+5fec-5fee, u+5ff1, u+5ff3, u+5ff8, u+5ffa-5ffc, u+5fff-6000, u+6002, u+6005, u+600a, u+600d, u+600f-6010, u+6014, u+6017, u+6019-601c, u+601e, u+6020, u+6022, u+6026, u+6029, u+602b-602c, u+602e-602f, u+6031, u+6033-6035, u+6039, u+603c, u+6040-6043, u+6045, u+6047, u+604a-604c, u+604f, u+6053, u+6059-605b, u+605d, u+6060, u+6063, u+6067, u+606a-606b, u+606e, u+6072-6076, u+6078, u+607a, u+607c, u+607f-6081, u+6083, u+6086, u+608a, u+608c, u+608e, u+6092-6093, u+6095-6097, u+609b, u+609d, u+60a2, u+60a6-60a7, u+60a9-60aa, u+60ac-60ad, u+60af
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-737.DpZMZIxq.woff2) format("woff2");
    unicode-range: u+5e3c, u+5e40, u+5e42-5e44, u+5e47, u+5e54, u+5e57-5e5b, u+5e5e-5e5f, u+5e61-5e62, u+5e64, u+5e6a, u+5e6c, u+5e6e, u+5e75, u+5e77, u+5e7a, u+5e80-5e81, u+5e83, u+5e86, u+5e88, u+5e8b, u+5e90, u+5e92, u+5e96, u+5e99, u+5e9b, u+5e9d-5ea2, u+5ea4-5ea5, u+5eb3-5eb6, u+5eb9, u+5ebe, u+5ec3-5ec4, u+5ec6, u+5ecb-5ecd, u+5ed0-5ed2, u+5ed4-5ed5, u+5ed8-5ed9, u+5edb, u+5edd, u+5ee1, u+5ee8-5ee9, u+5eec, u+5eef-5ef0, u+5ef4-5ef5, u+5ef8, u+5efb-5efc, u+5efe, u+5f01-5f03, u+5f05, u+5f07-5f09, u+5f0b-5f0e, u+5f10-5f12, u+5f14, u+5f16, u+5f1b, u+5f1d, u+5f22, u+5f25, u+5f28-5f29, u+5f2d, u+5f2f-5f30, u+5f36, u+5f38-5f39, u+5f3c, u+5f3e, u+5f40-5f42, u+5f45-5f46, u+5f4a, u+5f50-5f52, u+5f54, u+5f56-5f58, u+5f5a-5f5e, u+5f61, u+5f63, u+5f66-5f67, u+5f6b, u+5f72-5f74, u+5f76, u+5f78, u+5f7b, u+5f7d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-738.QA1UJovs.woff2) format("woff2");
    unicode-range: u+5ce6, u+5ce8-5cea, u+5ced-5cee, u+5cf1, u+5cf4-5cf5, u+5cf8, u+5cfe-5d00, u+5d06, u+5d08, u+5d0a-5d0d, u+5d15, u+5d18, u+5d1a, u+5d1d, u+5d1f-5d22, u+5d24, u+5d26-5d28, u+5d2c-5d2e, u+5d33-5d35, u+5d3d, u+5d3f, u+5d42-5d43, u+5d46-5d47, u+5d49-5d4b, u+5d4e, u+5d52-5d53, u+5d57-5d59, u+5d5b-5d5c, u+5d65, u+5d68-5d69, u+5d6b-5d6c, u+5d6f, u+5d74-5d75, u+5d7e-5d7f, u+5d81-5d82, u+5d85-5d88, u+5d8b-5d8c, u+5d92, u+5d94, u+5d97, u+5d99, u+5d9d, u+5da0-5da2, u+5da7, u+5da9-5daa, u+5dae, u+5db2, u+5db4, u+5db7-5db8, u+5dbd, u+5dc2-5dc5, u+5dc9, u+5dcb-5dcd, u+5dd2, u+5dd6, u+5dd8, u+5ddb-5ddc, u+5de0, u+5de3, u+5de9, u+5df0, u+5df3, u+5df5, u+5df9, u+5dfb-5dfd, u+5e00-5e01, u+5e04-5e05, u+5e0a, u+5e11, u+5e14, u+5e18-5e1c, u+5e1f-5e22, u+5e27-5e28, u+5e2f-5e30, u+5e34, u+5e37, u+5e3a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-739.DEmvy8eY.woff2) format("woff2");
    unicode-range: u+5b84, u+5b8d, u+5b92-5b93, u+5b95-5b96, u+5b9f-5ba1, u+5ba6-5ba8, u+5baa-5bad, u+5bbd-5bbe, u+5bc0-5bc1, u+5bc3, u+5bd0-5bd1, u+5bd4-5bd8, u+5bdb-5bdd, u+5be4-5be5, u+5bef, u+5bf3, u+5bfb, u+5bfe-5bff, u+5c02-5c03, u+5c05, u+5c09, u+5c0c, u+5c10, u+5c12-5c13, u+5c15, u+5c18-5c19, u+5c1b, u+5c1d-5c1f, u+5c22, u+5c25, u+5c27-5c28, u+5c2a-5c2b, u+5c34, u+5c38, u+5c3d, u+5c42, u+5c44, u+5c47, u+5c49-5c4a, u+5c50, u+5c53, u+5c58-5c59, u+5c5b, u+5c5d, u+5c61, u+5c63, u+5c68, u+5c6d-5c6e, u+5c74, u+5c79-5c84, u+5c86, u+5c88, u+5c8a-5c8d, u+5c92-5c9c, u+5ca0, u+5ca2-5ca3, u+5ca5-5ca7, u+5cab-5cad, u+5cb5, u+5cb7, u+5cba-5cbb, u+5cc1, u+5cc8, u+5cca-5ccb, u+5cce, u+5cd2, u+5cd6, u+5cd8-5cda, u+5cdf-5ce1, u+5ce5
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-740.ZnnntnWB.woff2) format("woff2");
    unicode-range: u+5a57, u+5a5d-5a5e, u+5a60-5a62, u+5a65, u+5a67, u+5a6a, u+5a6c-5a6d, u+5a73-5a76, u+5a7a-5a7c, u+5a81-5a84, u+5a8c, u+5a90, u+5a93, u+5a96-5a97, u+5a9c, u+5a9e-5aa0, u+5aa4, u+5aa7, u+5aab-5aac, u+5aae-5aaf, u+5ab1, u+5ab4-5ab5, u+5ab8, u+5aba-5abc, u+5abe-5abf, u+5ac3-5ac4, u+5ac6-5acb, u+5acf-5ad2, u+5ad4-5adc, u+5ae0-5ae1, u+5ae3, u+5ae5-5ae6, u+5ae8, u+5aea-5aeb, u+5aee, u+5af0, u+5af2, u+5af5, u+5afa, u+5aff, u+5b01, u+5b05, u+5b08, u+5b0b, u+5b11, u+5b16-5b17, u+5b19, u+5b1b, u+5b1d, u+5b21-5b23, u+5b28, u+5b2a-5b2d, u+5b32, u+5b34, u+5b36-5b38, u+5b3e-5b40, u+5b43-5b46, u+5b4b-5b4c, u+5b51, u+5b53, u+5b59, u+5b5b-5b5c, u+5b62, u+5b65, u+5b6c-5b6e, u+5b70-5b73, u+5b75, u+5b7a-5b7b, u+5b7d, u+5b7f-5b82
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-741.XqtwFLva.woff2) format("woff2");
    unicode-range: u+5910-5911, u+5914, u+5919, u+591b, u+591f, u+5923-5924, u+592c, u+5932, u+5938-593a, u+5940, u+5942, u+5944, u+594b-594c, u+594e, u+5950, u+5953, u+5956, u+5958, u+595a, u+5961, u+5966, u+5968-5969, u+596c-596d, u+5975, u+5977, u+597b-597c, u+597e, u+5980-5981, u+5986-5988, u+598a, u+598f, u+5997-5998, u+599f-59a3, u+59a6-59a7, u+59a9, u+59ab-59ac, u+59af, u+59b1-59b2, u+59b6, u+59b8, u+59ba, u+59be, u+59c1, u+59c3, u+59c7-59c9, u+59cd-59ce, u+59d2, u+59d6-59d9, u+59dd-59de, u+59e0, u+59e3-59e5, u+59e9-59eb, u+59ee, u+59f1-59f3, u+59f5-59f9, u+59fc-59fd, u+5a00, u+5a04-5a07, u+5a09, u+5a0c, u+5a11, u+5a13, u+5a16-5a17, u+5a1a, u+5a1e, u+5a20, u+5a23-5a24, u+5a29-5a2b, u+5a2d-5a2f, u+5a32-5a34, u+5a38, u+5a3c, u+5a3f-5a44, u+5a47-5a48, u+5a4a, u+5a4c-5a4d, u+5a50-5a51, u+5a53, u+5a56
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-742.Ct3CRQnE.woff2) format("woff2");
    unicode-range: u+57a9, u+57ab, u+57b5, u+57b8-57bb, u+57c2, u+57c5-57c8, u+57cc, u+57cf, u+57d2, u+57dc-57de, u+57e1-57e2, u+57e5, u+57e7, u+57ed-57ee, u+57f0, u+57f3-57f6, u+57f8, u+57fb-57fd, u+5800-5801, u+5803-5804, u+5807, u+5809-580b, u+580d-580e, u+5810-5811, u+5814-5815, u+5819, u+581d-581e, u+5820, u+5823, u+5826, u+582c-582d, u+5830, u+583a, u+583f-5841, u+5848, u+584b, u+584d, u+584f, u+5852, u+5859-585a, u+585c, u+5861, u+5864, u+5868-5869, u+586c-586d, u+5871-5872, u+5879, u+587c-5881, u+5887-5889, u+588e, u+5890-5892, u+5896-5899, u+589d, u+58a1, u+58a3, u+58a6, u+58a9, u+58ac, u+58b0-58b1, u+58bb-58bc, u+58c2, u+58c5-58c6, u+58ca, u+58cc, u+58ce, u+58d0-58d1, u+58d5, u+58d9-58da, u+58df-58e0, u+58e9, u+58ec, u+58ee, u+58f1-58f3, u+58f6-58f7, u+58fb-58fc, u+5900, u+5902, u+5906, u+5909-590c, u+590e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-743.C6uvpAT-.woff2) format("woff2");
    unicode-range: u+567b-567c, u+5680, u+5684-5686, u+568c, u+568e-568f, u+5692-5693, u+5697-5699, u+569c, u+569e, u+56a1-56a7, u+56a9, u+56ab-56ad, u+56af, u+56b3, u+56b5-56b6, u+56b8, u+56bf-56c1, u+56c3, u+56c5, u+56c7-56c8, u+56cb-56cc, u+56d1-56d4, u+56d6-56d9, u+56dd, u+56df, u+56e1-56e5, u+56ea-56ec, u+56ee-56ef, u+56f1-56f4, u+56f7, u+56f9, u+56ff-5700, u+5703-5704, u+5706-5707, u+5709-570a, u+570c, u+570f, u+5711, u+5717, u+571c, u+5723-5724, u+5727, u+5729-572a, u+572c, u+572e-572f, u+5734-5735, u+573b, u+5741, u+574b-574d, u+574f, u+5752, u+5754, u+575a-5760, u+5763, u+5768-5769, u+576b, u+576d, u+576f-5770, u+5772-5775, u+5777, u+577b-577d, u+5780, u+5784, u+5788, u+578c, u+578e, u+5792-5793, u+5795, u+579a-579b, u+579f-57a1, u+57a4, u+57a6
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-744.DUWGtuPW.woff2) format("woff2");
    unicode-range: u+555c, u+5562-5563, u+5567, u+5569, u+556b-556c, u+5570, u+5575-5579, u+557b-557c, u+557f, u+5581, u+5583, u+5586, u+5588, u+558b, u+558f, u+5591, u+5599, u+559f, u+55a1, u+55a3, u+55a5-55a6, u+55a8-55a9, u+55ab, u+55ad, u+55b0-55b1, u+55b3, u+55b6-55b7, u+55b9, u+55bc-55bd, u+55c4-55c5, u+55c7, u+55c9, u+55cc-55cd, u+55d0, u+55d2, u+55d4-55d9, u+55db, u+55dd-55df, u+55e1-55e6, u+55e9-55ea, u+55ec, u+55ee, u+55f1-55f3, u+55f5-55f7, u+55f9-55fa, u+55fe, u+5600-5602, u+5608, u+560c, u+560f, u+5612-5613, u+5615-5616, u+5618, u+561a, u+561c, u+561e, u+5620, u+5623-5625, u+5627, u+562a, u+562c-562e, u+5630-5631, u+5635-5636, u+5638-563a, u+5640, u+5642-5643, u+5649, u+564c-5650, u+5654, u+5658-565d, u+5664-5666, u+5669, u+566b, u+566d, u+566f, u+5671-5672, u+5676, u+567a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-745.BbmMNA8E.woff2) format("woff2");
    unicode-range: u+5447, u+5449, u+544b-544d, u+5450-5455, u+5457, u+545b-545c, u+545f-5460, u+5463-5464, u+546a-5472, u+5474, u+5476, u+5478, u+547b, u+547e-547f, u+5482-5488, u+548a, u+548d-5491, u+5494, u+5498-549d, u+54a1-54a5, u+54ab, u+54ad-54af, u+54b5, u+54b7, u+54bb-54bc, u+54be-54bf, u+54ca, u+54cc, u+54cf-54d2, u+54d4, u+54d6-54d7, u+54da, u+54de-54df, u+54e2, u+54e4, u+54e7, u+54eb, u+54f3, u+54fd, u+54ff, u+5501-5502, u+5504-5506, u+550a, u+550c, u+550e-550f, u+5511-5513, u+5516-5517, u+551a-551b, u+551e, u+5520, u+5524, u+5526-5527, u+552a, u+552c-552d, u+5530, u+5532-5533, u+5535-5536, u+553b-553c, u+553e-553f, u+5541-5542, u+5544-5545, u+5547, u+5549, u+554b, u+554d-554e, u+5550-5551, u+5553, u+5555-5557
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-746.DoPBkz45.woff2) format("woff2");
    unicode-range: u+52eb, u+52ed-52ee, u+52f0-52f2, u+52f7, u+52f9-52fa, u+5300-5302, u+530a-530b, u+530d, u+530f-5310, u+5315, u+531a, u+531c-531d, u+532d-532e, u+5331, u+5338, u+533b-533e, u+5344-5345, u+534b-534d, u+534f-5350, u+5358, u+535e-535f, u+5362-5364, u+5367, u+5369, u+536b-536c, u+536e-536f, u+5372, u+5374, u+5379-537a, u+537c-537d, u+5382, u+5385, u+5389, u+538b-538c, u+538e, u+5392-5396, u+5399, u+53a0-53a2, u+53a4-53a6, u+53a8-53a9, u+53ae, u+53b0, u+53b3-53b4, u+53b6-53b7, u+53b9, u+53bf, u+53c1, u+53c4, u+53ce-53cf, u+53d2, u+53d5, u+53d9-53da, u+53df-53e1, u+53e7-53e9, u+53f1, u+53f5-53f6, u+53f9, u+53fb-53fd, u+5400-5402, u+5405-5407, u+540f, u+5412, u+5414-5417, u+541a, u+5420-5421, u+5424-5425, u+5428-5429, u+542c-542f, u+5431-5432, u+5434, u+5437, u+543d, u+543f, u+5441, u+5444-5445
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-747.DoiYZfiX.woff2) format("woff2");
    unicode-range: u+5197, u+519a-519c, u+519e, u+51a2, u+51a6-51a9, u+51ab, u+51ad-51af, u+51b1-51b6, u+51ba-51c0, u+51c3-51c5, u+51c7, u+51c9-51cb, u+51ce-51d1, u+51d4, u+51d6, u+51d9, u+51db-51dc, u+51df, u+51e4, u+51e6, u+51e9-51ea, u+51ed, u+51ef, u+51f4-51f5, u+51fc, u+51ff, u+5201-5202, u+5204-5205, u+5208, u+520b, u+520d-520e, u+5213, u+5215-5216, u+5218, u+521a, u+5220, u+5223, u+5226-5228, u+5232-5234, u+5239, u+523c, u+5241-5242, u+5244, u+5249, u+524c, u+5251-5252, u+5255, u+5257, u+525c, u+525e, u+5261, u+5263-5265, u+526e, u+5270, u+5273-5274, u+5277, u+527d, u+527f, u+5281-5282, u+5284, u+528a, u+528c, u+528f, u+5292-5294, u+529d, u+52a6, u+52ac-52ad, u+52b1-52b5, u+52b9, u+52bb-52bc, u+52be-52c0, u+52c5, u+52cb, u+52cd, u+52d0-52d1, u+52d6-52d7, u+52db, u+52e0, u+52e3, u+52e6-52e7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-748.Bwl3AEQj.woff2) format("woff2");
    unicode-range: u+5040-5041, u+5043, u+5045-5046, u+5048, u+504a-504e, u+5051-5053, u+505d-5060, u+5063, u+506a, u+506f-5072, u+5078, u+507a-507b, u+507f-5080, u+5088-5089, u+508b-508c, u+508e, u+5092, u+5095-5096, u+509a-509d, u+50a3, u+50a5, u+50a8, u+50af, u+50b1, u+50b4, u+50ba, u+50c2, u+50c6-50ca, u+50cd-50ce, u+50d6, u+50d9, u+50dd-50df, u+50e1, u+50e3, u+50e5-50e6, u+50e8-50ea, u+50ec-50f0, u+50f3, u+50fb, u+50fe, u+5101-5102, u+5105-5109, u+510b-510e, u+5110, u+5113-5115, u+5117, u+511a-511c, u+511e, u+5120-5121, u+5125, u+512b, u+5131, u+5134-5135, u+5138-513c, u+5140, u+514e, u+5150-5151, u+5155-5157, u+515a, u+515f, u+5162, u+516a, u+516e, u+5172, u+5174, u+5179, u+517b, u+517d, u+5182, u+5186, u+5188-5189, u+518b, u+518f, u+5191, u+5193, u+5195-5196
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-749.DDzp7Ax7.woff2) format("woff2");
    unicode-range: u+4f2d, u+4f31-4f32, u+4f35, u+4f37, u+4f39, u+4f3b, u+4f3e, u+4f41-4f43, u+4f47, u+4f49, u+4f4c, u+4f52, u+4f57-4f58, u+4f5a, u+4f5d-4f5f, u+4f61, u+4f63-4f64, u+4f67, u+4f6a, u+4f6e-4f6f, u+4f72, u+4f74, u+4f76-4f7b, u+4f7d-4f7e, u+4f80-4f82, u+4f84, u+4f89-4f8a, u+4f8e-4f94, u+4f96-4f98, u+4f9a, u+4f9e, u+4fa0-4fa3, u+4fa5-4fa8, u+4faa-4fac, u+4fb2-4fb3, u+4fb7-4fba, u+4fc0-4fc1, u+4fc5-4fc7, u+4fcb, u+4fcd-4fce, u+4fd1, u+4fd3-4fd4, u+4fd8-4fdc, u+4fdf, u+4fe2-4fe5, u+4fe8-4fea, u+4fec-4fed, u+4ff3-4ff6, u+4ff8-4ffa, u+4ffd, u+5000, u+5002, u+5005, u+5008, u+500c, u+500f, u+5013-5015, u+501b-501c, u+501e, u+5022-5025, u+5027-5028, u+502c-502e, u+5030-5032, u+5036, u+503a-503b, u+503e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-750.XAm7u-b9.woff2) format("woff2");
    unicode-range: u+3f97, u+4102, u+411b, u+4181, u+43c8, u+4552, u+4576, u+46e5, u+4837, u+493d, u+4a3b, u+4d09, u+4db6-4dbf, u+4e02, u+4e04-4e05, u+4e0c, u+4e0f-4e10, u+4e15, u+4e17, u+4e1b, u+4e21-4e22, u+4e25, u+4e27, u+4e31, u+4e34, u+4e36-4e37, u+4e3d, u+4e3f-4e42, u+4e44, u+4e47, u+4e49, u+4e4c, u+4e52-4e54, u+4e57, u+4e5a-4e5b, u+4e60-4e61, u+4e69, u+4e6d, u+4e78, u+4e80-4e81, u+4e85, u+4e87, u+4e89-4e8a, u+4e8d, u+4e8f, u+4e93, u+4e96, u+4e98-4e99, u+4e9c, u+4e9f-4ea0, u+4ea2, u+4ea5, u+4ea9, u+4eb0, u+4eb2-4eb3, u+4eb5-4eb7, u+4eb9, u+4ebb-4ebc, u+4ebf, u+4ec2-4ec6, u+4ec8-4ec9, u+4ecf, u+4ed1, u+4ed3, u+4edc-4ee1, u+4ee7-4eeb, u+4eee-4eef, u+4ef1, u+4ef3-4ef5, u+4efa, u+4efc, u+4f00, u+4f02-4f03, u+4f05, u+4f07-4f09, u+4f0b, u+4f0e, u+4f15, u+4f17, u+4f1d-4f1f, u+4f22, u+4f24, u+4f29-4f2b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-751.DZPzR-dT.woff2) format("woff2");
    unicode-range: u+3052, u+305c, u+3062, u+306d, u+307a, u+307c, u+3080, u+308e, u+3090-3091, u+3099-309e, u+30a5, u+30c2, u+30c5, u+30ee, u+30f0-30f2, u+30f4-30f6, u+30fd-30fe, u+3105-3106, u+3108, u+310a-310b, u+310d-3112, u+3115-3117, u+3119, u+3131, u+3134, u+3137, u+3139, u+3141-3142, u+3145, u+3147-3148, u+314b, u+314d-314f, u+3153, u+315c, u+3160-3161, u+3163-3164, u+3181, u+318d, u+3192-3193, u+3196-3198, u+319d-319f, u+3220-3226, u+3231, u+3268, u+3281, u+328b, u+3291-3292, u+3295-3297, u+3299, u+329d, u+329f, u+32a3-32a4, u+32d6, u+32e1, u+3314, u+3322, u+337f, u+338e-338f, u+339c-339e, u+33a1, u+33c4, u+33d1-33d2, u+3440, u+3449, u+3479, u+3551, u+3569, u+35ad, u+35ce, u+36ac, u+373a, u+3863, u+38ec, u+39b8, u+3a02, u+3a17, u+3a52, u+3b22, u+3bd7, u+3bff, u+3ca5, u+3d68, u+3ddb, u+3de7, u+3deb, u+3e03, u+3e74, u+3f08, u+3f0e, u+3f21
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-752.Dg6VVa-7.woff2) format("woff2");
    unicode-range: u+2748-274f, u+2752-275b, u+275d-275e, u+2761, u+2763, u+2765-2769, u+276e-276f, u+2771, u+2776-277e, u+2780-2782, u+278a-278c, u+2794-2796, u+2798-2799, u+279c-27a6, u+27a8-27ab, u+27ad, u+27af-27b0, u+27b2-27b3, u+27b7-27b9, u+27bc-27bd, u+27bf, u+27e9-27eb, u+27f5-27f6, u+2800, u+28ec, u+2922, u+2934-2935, u+29bf, u+2a2f, u+2b05-2b07, u+2b1b, u+2b50, u+2b55, u+2cf5, u+2e1c-2e1d, u+2f00, u+2f08, u+2f12, u+2f24, u+2f29, u+2f2f, u+2f3c, u+2f3f, u+2f42, u+2f45, u+2f63-2f64, u+2f83, u+2f8f, u+3003-3007, u+3012-3013, u+3016-3019, u+3020-3025, u+3030, u+303d, u+3041, u+3043, u+3045, u+3047, u+3049
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-753.B4MIc5V0.woff2) format("woff2");
    unicode-range: u+2649-2656, u+2658-265c, u+265e-2660, u+2662-2664, u+2666-2669, u+266b-266f, u+267b, u+2692-2696, u+2698, u+269b-269c, u+26a0-26a1, u+26a3-26a5, u+26aa-26ac, u+26bd-26be, u+26c4-26c5, u+26c8, u+26d1, u+26d3-26d4, u+26e4, u+26e9-26ea, u+26f0-26f5, u+26f9-26fa, u+26fd, u+2701-2702, u+2704-2706, u+2708, u+270a-2712, u+2714, u+2716-2727, u+2729-273e, u+2740-2747
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-754.DbwrVlx3.woff2) format("woff2");
    unicode-range: u+2566-2570, u+2572, u+2574, u+2579, u+2580-258a, u+258c-2595, u+2597, u+25a1, u+25a3-25a4, u+25a6-25ac, u+25b0, u+25b4, u+25b7-25b9, u+25bb, u+25bd, u+25bf-25c2, u+25c7-25ca, u+25cc-25cd, u+25d0-25d9, u+25dc-25e6, u+25ea-25eb, u+25ef, u+25fb-25fe, u+2600-2604, u+2607, u+2609-260b, u+260d-2615, u+2618, u+261a-2623, u+262a, u+262d-2630, u+2638-263e, u+2641-2642, u+2648
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-755._t8Qc_8Q.woff2) format("woff2");
    unicode-range: u+2475-2481, u+2488-2491, u+24b6-24c5, u+24c7-24ca, u+24cc, u+24ce, u+24d?, u+24e1-24ea, u+24f5, u+24ff, u+2501, u+2503-250d, u+250f-2511, u+2513-2515, u+2517-2518, u+251b-251d, u+2520, u+2523-2524, u+2528, u+252b-252c, u+252f, u+2533-2534, u+2537, u+253b-253c, u+2541, u+2543-2545, u+254b, u+2550-2565
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-756.Cjsx-qNT.woff2) format("woff2");
    unicode-range: u+2139, u+2153, u+2194-2197, u+2199, u+219d-219e, u+21a0, u+21a9-21aa, u+21ac, u+21af-21b1, u+21b3-21b5, u+21ba-21bb, u+21c4, u+21ca, u+21cc, u+21d0, u+21d2-21d4, u+21d8, u+21dd, u+21e2-21e9, u+2200, u+2202, u+2205-2208, u+220e-220f, u+2211-2212, u+2215, u+2217-221a, u+221d-2220, u+2225, u+2227-222b, u+222e, u+2234-2237, u+223c-223d, u+2248, u+2256, u+2260-2261, u+2264-2265, u+226a-226b, u+226e-226f, u+2282-2283, u+2295-2296, u+2299, u+22a5, u+22b0-22b1, u+22b9, u+22bf, u+22c5-22c6, u+22c8, u+22d0-22d1, u+22ee, u+2312-2313, u+2318, u+231a-231b, u+2323, u+2328, u+239d, u+23a0, u+23af, u+23e4, u+23e9-23ea, u+23ec, u+23f0-23f3, u+23fa, u+2445, u+2460-2471, u+2474
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-757.XfynmTzx.woff2) format("woff2");
    unicode-range: u+1ec0-1ec3, u+1ec5-1ec6, u+1ec9, u+1ecb-1ecd, u+1ecf-1ed1, u+1ed3-1ed5, u+1ed7-1edd, u+1edf, u+1ee1, u+1ee3-1ee7, u+1ee9, u+1eeb, u+1eed, u+1eef-1ef1, u+1ef3, u+1ef7, u+1ef9, u+1f62, u+1fa2, u+2001-2006, u+2009-200a, u+200c-200d, u+200f-2012, u+2015-2016, u+201a, u+201e, u+2020-2021, u+2023-2025, u+2028, u+202a-202d, u+202f-2030, u+2032-2033, u+2035, u+2038, u+203e-203f, u+2042-2044, u+2049, u+204d-204e, u+2060-2061, u+2063, u+2070, u+2074-207b, u+207d-2083, u+208a, u+208d-208e, u+20a1, u+20a4, u+20a6, u+20a8-20ab, u+20ad-20ae, u+20b1-20b3, u+20b5, u+20b8-20ba, u+20bd, u+20dd, u+20e3, u+2105, u+2109, u+2112-2113, u+2115-2117, u+2120-2121, u+2126, u+212b
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(data:font/woff2;base64,d09GMgABAAAAAA44ABcAAAAAJkgAAA3GAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjYbg2QcgVI/SFZBUoEeBmA/U1RBVIEeJyoAgRQvbBEICpw0llILNgAwlXgBNgIkA2gEIAWGMAcgDAcXJBg2G6AhIxHCxgEEhH4AKP4qgR5z1UZBkgQhBpQ0QGFR0mlhotJQxCSO28yfQ5KG4Am5tt9u1wNIRkgyC8/T/v5/7b3nzNXc6yem96VEV6nSSUiMDJ1KcLLj+/XPD/w2/88FLC5KikheLMoExUQvuQ27HrSF9iKZS/eyF12+n6/WL4qlrtLa4Pnvb3TuDzRrJuJmiiyoqcCi0BZkhVdkeXFfAjII5KJi4ME6Q65fItgANXE7TK2ldrcbuEQBK76Zk5kK9R+29QRCf/Zxf6e5D/GV74sBgCsgKOQrAClGYcqKQaPQnUhZYWSELJQb86e2ioBTmQKjp5mGZBbb7ShiVufYyKGI0Ot4PPdXNYKwAgX4Dd8DCT/JVFABGevsnnaI23ocbRC3WzwtkHFaPBbIuCx9HogTCIDh6BFlHqFAABRHPZpWFIRtiHaOG5ERPDwtWh0qTpRPJxZaUZB4ENFG5mSVncDijQTE7JbbnNYq7ftfC5vo6ezwAALUo31APQW+8TC6jYMbByPmrECA5jLkF87zO2OvXbU0J2TZZoNCZEVVyIxyLZWQtGCiHyFJKDpFU1RFWRvgVzp6PBA3pUTicq3ufadRzjIAgScQiO+e2i7/8b9wFwDiJSfEtokvXNQ+4kN7TD9etq0pVe20EWyTndSmSBHIQcEFWeuRSLCRV9RTfW8pSUpDGQV4QT3V91pmrdPOJxxDi5AHNSCzZUZpQBZMr8CA7HHlaf/Nf/VfePaDNQXJqk5bO2DT8v5bSm/BU6+OyiecRWsUEc69JdDdG5xH0mTIkiOQp0CREjoGJpZwbBE4IiHAtGPFvhmyKYAMO4IwZ+RNqB/0PTKObQjpyNq9sxdgFwB6uNUAMJNsVpaAMkYAzSmx5U5gnLfxi64YcNh4itjlXwHcwWDLGEgQgHbonwB0CkRMwcphCGg9R1td7j4EASqE5NRMyjRpNQABoMwOEh6S4559kP7QyioqR4Bez0grSC+4FnWetJTpWjbMpWJLsEzTbRgQDqmEPLoGrJsDnB8G0Z9kUr5mpYAKSKkhqkoisRNlaIgEuq0Zx5GvE24V7hbuFe4XHhQeFh4VHhee8vuBzpwmNwi3g5Ny8VNZfHafzWf1haf6LV+zr8nX6Gvw1fvqACHivmcJATHYmDaXATueqDX2RDKSTWIzjSAjAX8yksc2blIKIL0gRXCflAK8Dso21gkqWrv+1CVGigA0A2A4YD5wmwB8HwAAB0ACKIphuNHSEtQZ6X3wvuCCg5KQdu25Xp7AIgbScIAB/znsDmcMoBRBa6gJgZ9+Ae1cc0Ow8z7/7CC6P1xhDkfQLKrTGeiqrkNQaiqGXCQP5QC7uQpBqUDfXmIb2kKuu0pV5MtQUVOPhFKTX0WO0MTd3PV0u5pXTCd9BP6R8IO2cqvRSk4VuVJeLasconNIXL2aLpIHqdw6rqHwCkSeQz4BRau4GLkMlwE2za1m5eZbUaWoxFBdqWpVsJ2nCOwjLTBLiHlC9dB+LC+KnDgla4/gdhSl8GJFdcuypbNXqZa+wxqQjkLFbIefX0P3Pq5EQxSLYsX4+6o4H03NQ/WFKJRIyQ+oZz8vVoXLVfIqeM3rCrTrq9tda6sitoKRPts/rzo+1dUCpbO8IJZMFyS+VkMgsCj/8DrIKCJtcIZ6ifwXnI18/ZGKthoXxruGRlTGiflxSnbaMGg3qEwUK5onUFhAnqBv0h0Ha4Vziew6cwT7+R5f8/m8xrOzqJSdr5/nqo1BaX5gztv+NMWa9j/sAXV/z15Gpe1ns5aBdQj8ao7XB3z1A+kOekwJem0fUMIVMfGK9NN9bK1kgKknXSbpwOad8Pk+M4IZsNWXaGlMeiqNaqAzjTOejSPEleOrODz5HgGsTuHzzx+clS6E/LSlFqu30FOXmdRO0bvatsCvywyCb5U1G+v2MrmMkv70jFrFR3z0PXOEItek5teqK4UkI7HrrRRaUm189sludFl8Jp6gMaYQrTf77KLyBLrZU0nqouKu+RsF/AtaKNWtG0o7w7LUQR3s3TZ/Vmg4dIRvGwhncQe7CvfqhFLOaq2YBgFn+fIxFtfdzd2ji5Jy3i2rvrvCHDH7X5HMUele7rqYqMBfJgEObFYNRPe8YJ544byn8ztIEFO4W9XRt4j1e9eIp2dSN+cd0tx3Aj+aQTUy6QYqbV/9cFpNSf71jWa4Ll2Xnq7W1Q0nvPk1wyZyej4V9H+ruylDr8LMukvFD9wymftB3iWl2KxTzXApa2cfqi7GuSz9h7x+vbzYijxD/2phcv/7jwAWYvzIsx+12Xfqs5vpl4u2ZGYcyb0seX4j4tO9J/SHsfVrW8YhXTLuD9dJQdF1aPE5VdoYBz69JDZeU5Oe3F4UTOcuNirb63NzE4yRV95cmCEKUFraalvMSaXKtKZDWTwgNfjTnv/f0obG50VyuXsE8H4Knz98kOtAUBa2R4FxRKf4F0Wh7mjRHnnyTp58Qfi6BTxXl4ktYulYSFm7mLE+9HSaVeVsOwLW90/1IFBLxgWA5+I0M3CfGO8GgCCIBT20widwAiZEjDQhHyN/E5IITYT1hItEHtFOPEyikppIn5IuBnACMgKqcFiEQDAEAMAiCPEOpqBSnsCYeonDEuoCt0Y4hZtQ07DgYBpgjpdcMiwQDJf4/X30DTpYEhZEbNDL/Hsw2PFh4ni9yNwmI2yAlTCIhCBEGIEjiBf3dxCPhYcf0wYtAlzbQ+P+Iw8u4LCM33KFGhElkSRm6hZwubm5stBR3EJlJvd+maDKuwhhMr2cs4dP7d9/8vBZ2HpKv/X770f8nDR14fh/nlr4Qk7/MCEM9T+D8/oVWVVcEotH8Srznx1qdlqsgB6CGg2Z8TIhlTwo9JGQPL7vtChk0q7ShrndZhGBWi1AgoO5uDq4g72i6s2z+w+Q+fPCDz/6JunRjNuzyOVJTM2Sv3/rxshYRszTCxcoZd0cb4Hg+UhVvlgkWliqx2HZIjB5I/yxhAlEMgnzxik4P38fk5Ss+G6R0x96uc+evfC73eU5v/39lC4vctOyNJosGpEowCsT9TTL9eEbBCeS2gC7glc9B05/T334mqKszNl3rK0DI/oQGuvLjBQpzq82wDvwUUhdSejWF3D0niJSk+PEbBYbz5PHR0WwGsK3B2+mVqG8dHomhXS5BXpYDKvCxBMXOLc+MLF7Siov0uUo5fF1tfn5mqQEafCz4M1767PYQkVqVoaaEBwtl4pZIWhAULAmUxb55n8Ck5qabmxMLlfE46lKy7Z3MZ2ebG5Hsz5RvofwlT75F8NJfv7rnCZxlUd5/zB3GKFwBE+eHO1w0eDJtUD840qLNa0JqAD+wg0EmfUDn6nbv6iVqmUyNdnnIy9nUEDtW0GGhfpfq7MyZLxIfmW5UTWNENLY5QsNDQqLSVYVsBlVckxYUKikeGE5DL4VXr/vicKJE6+zMlVSEZtMImkNOXINKdwCP/l5vAhhUjZeZuGFX4ZnJwkjeNPcOHwEjYMgq8US/pRlN2q0dIfkN/IU9PXoKGX05XiwTJOlkVcKJAYtebea5vqiGXnqzLlz2huqzXkaP4Nx854iUBJJo1GIWEDIzk6VHL096Oqx16KAoelN+mSef2kGHp5RCWq8UsDVCVE7QSKRyeWZrMy0epiOtmxOWwOukIgezJ9Y27hBn6UQMYmTk+ojblQXBYUBx9sar69rI6pOD1WcBaDTPUUYNp7+BULnJOBG9hvP653bVZQax+WZMsK7Llwg8JS1Xeyxq7iNsZWV21GC0Zvkj64YwYuWKvDkUShTN+yQXKffprowxJ+e/nJ4RNfZxzr0DHJaU2Hi5d1/4IzeuMfJ1CzlhDAwelWN90jNUsVh3IhIt6ssTSqgkpvDxUHO+0ajdAaDE6PKyb47OskScjkceuCrB49wbWI4GL0aGSKDEfhiFE4YV5BlNhnLdo0cM3KzBaEMQVCdP3JkJCtrYGDatEUVPil6+WezkRpKqUjFm8DgXcRmMlevVqtlc/Zsfz/c/JS/V4RtnhZnXvOGNhmyJKh4fhVI4lTDpodNHaopmFQCcKlBxQ9xeS+aqTn/gs1+AsDbPbHjAHz48PDLKfHk7dyGIAaARwEQcAf//wC5yxnm9fh4ACEeW3M3AnZ/AEgVSwagoeWCvqU0oiOWCqlugx4qH1ypjExU4mFXt/dpbjtVj0CIe6p5yRCXAU7m2wQrdGceqxRkDWuMS6LUZbIJKwyznnab2ALD9fiWBbMihwiBJaCYkWaBzVFjZgNZxvF5USqxBQLD2SIlMWyJYFrZMgxkTE8OJmhnYdPGaJY+PSx0OrWzk7zlHDq0JGEhtJv7dSjQXC5ufSzlN6RVcyTsK7iRZ3/6dMmSJEkvmx4tuhQm+0S9pD1cjE49XJIUMylQpFOfTuUsPHpV0Evg7VnFoaf80Dt5YJQSJUuWKsF0StncLNSWRQYcpZDEkJAiw7J2sGjjyCVOS5nFwUbSjKjXudWSqfgfh2xaBjrFsiVq80mxFzUq4+DSbzzfU8xjSDG0xnpK2cjkJCVLUYUpUboZo2U3apXbP6m1dOaYlsiSSRMtIB0Js0w8zLO26OOGCaO9NtIBd5MwJrNgX88iFh1t0kuU69SftWHLIpGISGxTHKS0s8vx73u5dyAlkN7/4UTgXhWvZ/UPkIh2BbYO3tXvyzpZG8VMTuQTIuy6xFgLIJh0/IutOhUwjTNlBA==) format("woff2");
    unicode-range: u+11af, u+11b7, u+11bc, u+121b, u+122d, u+129b, u+12a0, u+13a6, u+13a9, u+13ac, u+13af, u+13b3, u+13c2, u+13e3, u+141b, u+1555, u+1557, u+15dc, u+15e8, u+1780-1782, u+1784-1785, u+1787, u+178a, u+178e-1791, u+1793-179c, u+179f, u+17a2, u+17b6-17b9, u+17bb-17bc, u+17bf-17c7, u+17c9, u+17cb, u+17d0, u+17d2, u+17db, u+1871, u+18fa, u+1bff, u+1d00, u+1d04-1d05, u+1d07, u+1d0a-1d0b, u+1d0d, u+1d0f, u+1d17-1d18, u+1d1b-1d1c, u+1d20-1d22, u+1d25, u+1d2c, u+1d2e, u+1d30-1d31, u+1d33-1d3a, u+1d3c, u+1d3e-1d42, u+1d52, u+1d55, u+1d5b, u+1d5e, u+1d9c, u+1da0, u+1dc4-1dc5, u+1e3b, u+1e43, u+1e45, u+1e47, u+1e63, u+1e6d, u+1e73, u+1ea0, u+1ea2, u+1ea4-1ea9, u+1eab-1eaf, u+1eb1, u+1eb3, u+1eb5, u+1eb7, u+1eb9, u+1ebb, u+1ebd-1ebe
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAbAABcAAAAADxwAAAZPAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGhYbgXIcgzw/SFZBUl4GYD9TVEFUgR4nKgBkL2wRCAqDMIIvCxYAMIJoATYCJAMoBCAFhjAHIAwHFyQYFhv1DEiOw7jhK/FCcTagBCsenv/Ovl/7nEolnYobF+qBnDH5JeGJf+ToE+wXn8+u+jU9ewBrSbQw1fd6FnAQHxyCGRzEzs4h7P+3X6t/9u0CUTTqRTzEiTTRTGmiVr8kPNHnEJKESPqhYC4liIW0JA2J07nUrR/M4h/R1id8GDn+VQvhONvwiV8qlFtsVdGAlMPPdSwEHX2abCLomEOZjpTjD2U8Uk44tJchyAaQFZblZ9QJG0BSmLKLYZtwDi6/5BictTCsg7irC+LnPm2fXUsjRtfIeQMbEJeQR+9gRimOPVwRiNj7Vwsn4tgeBoIpBC0JwX/mIYKhHN6VA6EuybJA0znOD58EaqIyyjLFMbe+0X+EGuYLPvOJj56gPP5IhyFI+Q2BQCgkhIZkWQVgfTFcMto8JElWs+LGck5M2uGvcRM9oYs0T4qpaGkHkP22aaC2MPqPrNA1F3efdMyJQdY2O+KWWUgqUxE3TSKMmYi4YRzUDZqX+txYHlJNz9ETThYtXFVSf8c19HA+Fk/rjfODEM1J5toAPhtCSedQs1NJeTesCCYAMG4LQpLf+CvSMCawLIKWpsjHmPMidBCFu2T6Iv/OEXxI16V9wPbqmHGQuNgSUpXQkNmJbLpFXjVy0NzKp4wWKa6J6UMGUYe0KP0F09OgxrVO2Iz5XGcfrfWSwMAJYZIUqdPF0I+APgkEROWnwHttxYogI0lxC+ltBEQnPm/QTfuA2ItDP0+D4yBf8YcRGu97H/Rs2WjCvvNnO/TlNP/frSr2s6EcICFjAicwwW0X0LMLh8WdTj9Ln+Yi13NrNALT1nf7/+4/P5M+M3cmzeD778U97EqPS52wWWOpFEhAXGO+AmIsmjgCosJPiRaxIkSbuIXoEJ9DdEn7QPTOI0Yf8jTEACb/uWM0Qhc0wQTogwPAVYAC1HiqsKhIRaauZassiwT5CMs96/3yuKN3HHnkxnO6Rx214ei920hlnz2Wn4xLn6quf8Iljx+8F6nsUSnK8du1Dt6aYa8qNQ+KtuOv/8GJ+z5Muu79w3d8MNDcZ78t+2b0e/jAe/rRzfM3uv2CA++f5NWX+8H+F+zi9fQ4Esx57+S/bLXUVvPv/Lx71cTUVd3eVVMTVzlsXnnX5ituXrvr1Lqav9LmcBXWeuP8hed7cUJzYbP35aKvF5m9e7HmYsLvWea3/OiUZX/S7byo/MX0m2u9v9bCvxxHuKWKVKaQqwYCIbC8LWBFQN1S8pVr1sNr0r1Dk6GhhkuMXXq5ZfzVQRp8/+XQbPeiYzIXfk+dF250wEWL6cDwpc1dfnh8wQ93Gf0PzT8gD7MbvXzA5qGjGfnW8/1a71Scf1AhzrvW5TEW2UeXDCMuHY48+c3JyTc3VVN20jCFsHr+1dlc/N//DmUpTYocKaW8YPbmP+c2+FE543MpSdEo/rBM7FVadzofVKk9OTVZxdefPn74PVP9/R9ff7h73W7t6y/vumC919R2f9GOL6bLa0VxUa325sANC5yn44KDB7roOldEFaWPG1Z4a3bxUo/mNCNpeC8uJ5Ci/HrnQ4sO7m74RSPnj+DPzy/1Dfztttd+/8f3u/9uPa0+AKUEguKa/7+F6vUIq5lvukDQw2nmjxzhJTGOj7N05I9i7bSPe4xGwO+wo+99EDTTM/YGBJhpwjdZFGO4O+7FCIvHBUg6cRKyYawsFnGoOc4jlBa6iI41OR59mxzXLELLQcCPiU1AZUIZWpqGaOvESehoWRNdPQHo2WQ++vbYkoj2xmYsPJGp0KBeDl4em0Xatq4n89BtrJJJSh+PCmil0vSqIbDXNZOxTQON2MS9TkkTLZqXyKHbMnrBJor3rCxRbA5VtGpFKlSx9bLV4zFeDfJFVtWayJzspdsYKk6UGDESRCoRJ51WI0uMyejfUWz9KLFipYBPD55JbttLIRsk18pIFDZJEjvGiK/+GNLlKpCnWvoAU6LXUi1PoToyVR8Lz8nNo7ssurOkWghR6GCqYsROKRFlxO0UKpdEbARyeyELmzXA6qLwcVlRC5Dh8SuhItBdY10vDR1WlncRlX4yaeWziI3pda3C83x8Klg9Wx+HSBYsCgeMZqwO1Fxej9GVzxc3ih7y+b8W1eujhpnB6jQQ6GIif0Q+xboz3bK8a5b9xgIA) format("woff2");
    unicode-range: u+2c8-2c9, u+2cc-2cd, u+2d0, u+2d8, u+2da, u+2dc, u+2e1-2e3, u+2e7, u+2eb, u+2ee, u+2f1-2ff, u+302-304, u+306-309, u+30c-30d, u+311, u+31b, u+321, u+323-325, u+328-329, u+32b-32c, u+32e-32f, u+331-33a, u+33c-33f, u+348, u+353, u+358-359, u+35c, u+35e-35f, u+361, u+363, u+367-368, u+36c, u+36f, u+530-535, u+537-540, u+55e, u+561-565, u+568-56d, u+56f-576, u+578-582, u+584, u+5a1, u+5a3-5a4, u+5aa, u+5ae, u+5b0-5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAwgABcAAAAAGPgAAAuuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjsbhCgcg0I/SFZBUn4GYD9TVEFUgR4nKgCBFC9sEQgKi3yJKAsmADCKCAE2AiQDSAQgBYYwByAMBxckGCYb7xVRlJPWpJD9PLCNaQ8WTXNJgIVY6GpmK5sMm3DCdzjllud4nv+1f93n3nnzaB4GsWUFCApQEbqA+jKrKqu6RiC61lUy6ejMD7TNfwcHymEl1llNqGAf6TZtQIyiUoxCt8/N5Y8Kf/Yy0+2Q0q33CLQhBOMXMhImHEIJjEFj1/79APv/b66083eO1eYwp+4Kv0RCATpAXeMCbza0rA4pFzNvU2B2gI6YFRsB7Cora3S1qKzfr6b8tUnbyBAxNoo91qnZ4WR/VYt4jh/+tw2qvWmvUYGojfU7IK33G+2QdmldVhDdWpcWREM76II0TFA1zpZkQjwmKBpbBbHxE0fR69ss6C7m4go8+AXSJDXaL0zQ6KRfhF6v1LizAWq/XAG7ebaZdOmMg/9m4Tj9vU4XINhKQqc0CH/t+oJwHQJEtcbOToj5BUhgmxetq5vON+VDM3HU152jOtpMZ9GKeD6gW9ZTYqA6bjquHZeOczBonz/7XZC2cgHByyrJL3SkpHMTyP0pAB9j/K/S70sedSkZIFi7plbf9UnFRY3u9bU61cLCBDYAWUEhcZlrDS0Lo0phICAw0kqXYdAIEioItE+RjJ/zKt1Ap+gCaopXXF8E5OFDhcPoKVVjYadSapn1Dh1WM9v73tmGxdTWvk9swRjb3PeRTcjQeujWCsrBhzSwFDN69Q74YeX7ibO9Dr4ehP2D/JaAyNAUOzFROBIFCc1On0cxUSwFQxTVQsBVwGYAYwhRtb7PUrIfjMee6szMLfwLuawo7ayfEMcfOx7EfWoI1MovrSNUCXA0qONvMRdu6jcMGJRXSwtw5+a0eRw/clCmBfdcvZTrN0k9EPDaWN1zEWhOBO8JiQ+UfbTjwP6+F46kP8Aiu1/QkW4ZRBCsxctSRKFJF5thCFgxAJWTqa+ELudDHb8oOQnKJ5dL5zmFrEV5cMalPmtFxzPX9HmcGH1BArykJezqMAh7okT9+JJfLt5HIAAFFZvR+1KI2qA/wyB0nYM+z6/ZlT3ZlyM5lselsbS1tGzsKezX/J7733rtc7VCBQTy5ApuST+mSjEEK3CWaBJXcxTTZDAUPgF65sg4k0MlhiaqSMc4JjNyMmZRqCILxtEsI6rEKQpASVmz8fNMT1mANcBh4EyQL0F5GYAGDKBI9iYogxYau0hT+aht17bLKNR3FeR7NMJR5+cX7ofSSCgemBjAZIZnz0/tE8y0mQOMRp/RQJOJada0IWxoUb34A0L+yH7pe/B+192MsEHFvrmSkax/l/6KkB9GlH7wCXhXbbK8eIB5hM6meffvtyw4eBDZ6/v46GwGG+1qzlazNZkqrT6MkJclnb6fDRibdUY6eSaMvQgDnALdIGrVVwmiK7MdjWLN2LJ9XVfiPRM1dUa2moJgE17dTNOcrVY71jPYavbKZtYDDaOTzYs20EYTdoAvZiezad4PdnXvRUa//TYqfkGwZf0praSvyHSjaUFJ9v9VhhHkSgBz9OWro959bbbucaylDWsdWeV3v/iL3f6UZv63CngV770X/8lfPaJ+5BJ+6bXY8vcnOlcv6/iZa9snSNrr/KQd8CynH1ekKq48YEvggrCIBYFBCyLCFoAuhvmRNEfK+KjP5yacK8WThlnLH8oPtsT6uyaS3pgXmo5k++3JUUVLKzNcqg2pK/Qid3tuQVFHbrFbvyJlg+rCmeWV6miwBqYEJg6Rn4nHX0HHZ+N5P4MUv0obUenRtFaOp3eQr0ohFClmiYbwWIlTopYygWPGTIGzpVyk+HK+c+YMvuP0SGla8jOx5xXG+Cvi7Z3D866xVmtWptRrSlRSXkMR68WUwAR6K222WpQ+1/sZz2KpUM/NEWkDkVZDsFGDGjSJSUzvQIAsIGiuByHl18BoYKCaYvcFh7902JvOZrBMdbmKxh3/M9bAeIaStkgtFDbW6kzKlDpNiVrGaxCEvrV1+L1v/nn9Owjzk2grCj2tamLCJiW4MxJraUn4kaDfMNTtdvWswaJX82ig4XHzVPk/yKZq8Exhi1jgks3IcjSWQQwIW+PbYicaOdkqtVb9AtIiEEq05YWjmsoUg1ihSuFyq/AyGoFLO+xuY4J/XPFtVgjsMlvXXMAHuPiSwlWF8cdtwNy6vw9bUmgfLsqrHw/LLc0Xesa+wQLcYaES0L3+eCBMtpGsyILHSCjOq5tA40rzhItf/BrzJ0NCpQAAAMhHcmkJhHy4vgoAH0gFKQzDi7AUTiFxSDMyivyO3ECe0nxpGTQFzUSAFwFfYACAF1jk5AHwj0wLmX5AwLzAOZby+GkW48s75lxLB3hIrGFdXNy6BorKlHZIYF6+JXqHNJOa5OeNhSd3SiLjXXL4GhbDJMJC6HDJSyAISVDOuiQ8fIl4w4gQLIEODutOjwqPZXcUxzNbCi/mIyzgDKb5XD17AWSgmWZeWvS9g6T7Sei7ZNBApl8JDaBN0/3Dw4VFcf6MB9coKihTVhcaKmhwDos8Z4NgX1MnywxqHcQ/nP/Jk07nkTNBKanFll6oIb1YVhYkhBIWCxGaYAMtdVmc4Onr3Ox0MCeRW65oRpTMoe//u5n9dA6ve/YVdvN2HWRwOPkdehCQGRTFCIqMTc0WZ8pIio0MYlCulzTcyGf7lolt2vcskqtxBQeiLP7+pTMgbk5dkPj01CnrO5i+e/vBo5PnwzIyK5yDUEsGUBQnLisrv2YY4bbK7TaR7Hv3HlFBwN3lIu+d+zGcsLMHe3SOxUcYJ1/kzBQli6KZba7ZtgX3JJ9Bfpvd47HPkN+/z+JkVWC1LA7rvmK1gqXL/IlqWy+/Z+KSGj0JEwVfW3790MwESo/EOXmyqbVNpWkzOZicuLLHMXlqpxM2JEmhjvSysrKEQl62aDbEn2RNn/rrBDsuQ1QaAfOh7ckN1rpM6sndW2j33sN7N65dunJfe08Gk0mv7TXXVSQ/u3bl5sPsyKt7915hxZRYJEDmZ6I7q0BI5lGUb2hkQno2OshJTc3KmtPv8mJM6ojow4dPKfcrKvnp7UvF8Mex6Gyle/LB4biskAdXQjA06/auvQeP3ajbfJALF6/cqSzIjrxSXV6x6QVuRg2VJBobmzgmBS8syrnITu7d6RBIpwUxcUm1e3PT0483IztWDF7wYiZNnUMf8Y2TE+CNFQT9bAzlH1D7B22SgaJzGIwlF6GoLEKGP+cjJzcYmiQSHp5WJusYE3w7jJJiSpmfYTn586b79C07169+69//ViP81avnyNBEbwCeOHEuMtF9tCl4EeYhbIQJlwWgzWhMkTAV0OwIwTCjsN4kk5LnJ6aVyzo9rLzx5EuoGnmG8cXUqlvT6zavXPLy778v4egnbCx8LXkvaiYhKGk/+3pRWndg2X1fev0X8OMbqY8Bv7z276HpxF+Y9q8hAFoFhObE6VNg+oEmqcergODHXy+XGBwD2QTaDOuo1Rzuz8tlltIS67mxZazVcWoo0aBFLSi4iLBXNmrQRuv6mWYxwRfb7IEqzRiv51OFcTATWMzzElbXJW/GRo8Dz1mHrb2mcO4i/Y1XfD03VKLzODoezzgBTm02CzsT1+HMPC/hXOciXFhKwSX42o0rCIEp48fjBg5aenZyowb105Lo5WAohlcycrIeQi0Y7CFONdjEzGLQd8LTUg2jElQs1HUlg9xK5Ms3QK+flRsyhDwDhmNj9+pn1rVfT6FGnd7L9VLSchmgIpUbzGlm1O91/b1ccHx5uLgK5JqBr5TF19KnxjBRXn4enjREidtJy85oMbSJ0ShjCKMQRtFq0yJcgqAfQykxGYl6pS1jVkY9jS7XxMhsKN6hfp8QThZOibiTQS+zFYVcvL4oO4NPNk7MkAg6xlllRNQakaV5tHorr+eG87KdKQdObqtBFnh7rIHoWcMPaSFOESMYdOpoOYPz6ZR6DVkk07vS5aFj7CfxdexcH4Sa/wb6CmQJyKnT3fM7u1c9G50VkBEcC+orXjU0r5ohk+ZNUVlUMQhfM38fBgA=) format("woff2");
    unicode-range: u+1af, u+1b1, u+1b4-1be, u+1d0, u+1d2, u+1d4, u+1da, u+1dc-1dd, u+1e1, u+1e3-1e4, u+1e7, u+1e9, u+1eb-1ec, u+1f0-1f1, u+1f3-1f5, u+1f7, u+1f9-1ff, u+219, u+221, u+225-226, u+228-22b, u+22e-22f, u+231-235, u+239, u+23b, u+23e, u+250-252, u+254-255, u+259-25e, u+261-263, u+268-26b, u+26d, u+26f-277, u+279-27a, u+27d-281, u+283, u+28a-28c, u+28f, u+292, u+294-296, u+298-29a, u+29c, u+29f, u+2a1-2a2, u+2a4-2a7, u+2a9-2aa, u+2ae-2b3, u+2b5-2b7, u+2b9-2bf, u+2c2-2c4, u+2c6-2c7
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-761.Cy2jodEe.woff2) format("woff2");
    unicode-range: u+a1-a2, u+a4, u+a6-a8, u+aa, u+ac, u+af, u+b1, u+b5-b6, u+b8-ba, u+bc-be, u+c0-c8, u+ca-cc, u+ce-d5, u+d8-df, u+f0, u+f5, u+f8, u+fb, u+fe-100, u+102, u+105, u+107, u+109-10b, u+10f, u+112, u+115, u+117, u+119, u+11b, u+11f, u+121, u+123-124, u+127, u+129, u+12c-12d, u+13?, u+141-142, u+144, u+148, u+14b-14c, u+14f-153, u+159-15b, u+15e-160, u+163-166, u+169-16a, u+16d-171, u+173-17e, u+192, u+1a0, u+1a4, u+1aa, u+1ac-1ad
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-762.DJju1fgf.woff2) format("woff2");
    unicode-range: u+a3, u+2ca, u+2223, u+2640, u+273f, u+301c-301d, u+3107, u+310c, u+4e30, u+4e3e, u+4e5e, u+4e71, u+4f26, u+4f7c, u+4f83, u+50da, u+5243, u+5267, u+529e, u+5321, u+5352, u+5477, u+548b, u+54a6, u+54b2, u+54c2, u+54c4, u+54c6, u+54cd, u+54ee, u+5543, u+55d1, u+55d3, u+55f0, u+55fd, u+560d, u+5629, u+5660, u+57ae, u+57e0, u+57e4, u+5904, u+592d, u+5965, u+5a31, u+5a7f, u+5b5a, u+5bb8, u+5c14, u+5c3b, u+5c5c, u+5c5e, u+5d10, u+5e10, u+5e4c, u+603b, u+604d, u+611c, u+6137, u+61c8, u+6292, u+62c7, u+6371, u+6382, u+645f, u+64ae, u+64c2, u+651e, u+65f1, u+660a, u+663e, u+673d, u+6784, u+6789, u+67ff, u+6813, u+6854, u+68d8, u+68fa, u+697d, u+6a01, u+6a1e, u+6baf, u+6c08, u+6c17, u+6c2b, u+6c81, u+6cbd, u+6dc6, u+6df9, u+6ed9, u+6ee1, u+6f86, u+6fc1, u+6fdb, u+701f, u+7076, u+715c, u+7194, u+71fb, u+720d, u+72b6, u+7396, u+73af, u+745b, u+746f, u+748b, u+7647, u+7699, u+76bf, u+76ce, u+76de, u+77aa, u+786b, u+7881, u+78ca, u+793c, u+797a, u+79b9, u+79bb, u+79bf, u+7a92, u+7ac7, u+7ae3, u+7b19, u+7b20, u+7b51, u+7b94, u+7cbd, u+7cde, u+7cef, u+7d46, u+7dde, u+7f88, u+80da, u+814b, u+81cd, u+8235, u+8258, u+8282, u+82b9, u+846b, u+84c1, u+84d3, u+8518, u+8611, u+8783, u+8814, u+8a15, u+8aa6, u+8b2c, u+8ba8-8ba9, u+8bc6, u+8be2, u+8be6, u+8c22, u+8d05, u+8d27, u+8dbe, u+8e34, u+8e66, u+8ec0, u+9005, u+9082, u+9091, u+914b, u+916f, u+92c5, u+92f0, u+9318, u+9382, u+938a, u+93e2, u+964b, u+96c1, u+96cc-96cd, u+96db, u+973e, u+97a0, u+9803, u+9876, u+9879, u+9955, u+9986, u+99f1, u+9a5b, u+9abc, u+9c57, u+9c9c, u+9d1b, u+9d26, u+9d51, u+9eef, u+9f99, u+c2a4, u+e253, u+e313-e314, u+e5c7, u+e5c9, u+e8db-e8dc, u+ff25, u+ff2d-ff2e, u+ff34, u+ffe5, u+1f60a, u+1f618, u+1f62d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-763.BPlfZyhz.woff2) format("woff2");
    unicode-range: u+b4, u+10d, u+2d9, u+641, u+6cc, u+e20, u+e29, u+200e, u+20ac, u+2266, u+25be, u+301e, u+3058, u+4e07, u+4e1d, u+4e66, u+4ece, u+4fde, u+5016, u+5180, u+5199, u+51aa, u+5306, u+5386, u+53d8, u+5413, u+541d, u+5436, u+54ce, u+54e8, u+54fc, u+5571, u+557e, u+558e, u+55a7, u+56a8, u+57a2-57a3, u+58b3, u+5960, u+5992-5993, u+59a4, u+5a55, u+5ab2, u+5afb, u+5b56, u+5bc5, u+5bc7, u+5bf0, u+5cb1, u+5cc7, u+5dff, u+5e93, u+5ed3, u+5f6a, u+60bc, u+61ff, u+6218, u+6254, u+634d, u+6467, u+64f1-64f2, u+6582, u+65fb, u+6615, u+6687, u+66e6, u+66f0, u+6781, u+67f5, u+68a7, u+6a1f, u+6b27, u+6b4e, u+6b73, u+6b79, u+6bcb, u+6c5d, u+6cf5, u+6dee, u+6ec4, u+6ecc, u+6f88, u+6fef, u+701d, u+703e, u+707c, u+7099, u+710a, u+725f, u+72d9, u+72e9, u+731d, u+7325, u+739f, u+7463, u+7480, u+74a8, u+7523, u+7526, u+75e0, u+7613, u+7656, u+76d4, u+773a, u+775c, u+775e, u+780c, u+78e1, u+78f7, u+7960, u+7a20, u+7aaf, u+7b08, u+7b71, u+7be4, u+7cec, u+7cf0, u+7d5e, u+7d62, u+7dbe, u+7e1b, u+7ea2, u+7ec4, u+7ec6, u+7edc, u+7eed, u+7efc, u+7f16, u+7f57, u+7fb9, u+7fca, u+803d, u+816e, u+82a5, u+82b7, u+8317, u+8338, u+834a, u+83d3, u+8401, u+8469, u+849e, u+854a, u+8559, u+865e, u+86e4, u+8700, u+8759, u+8760, u+8778, u+8782, u+879e, u+87d1, u+880d, u+8836, u+8944, u+89c8, u+8aac, u+8b74, u+8ba2, u+8ba4, u+8bae, u+8bfb, u+8c4e, u+8cb3, u+8cb6, u+8d16, u+8d28, u+8e44, u+8f3b, u+8f3f, u+8f91, u+8fb9, u+8fc4, u+8fde, u+8ff9, u+9076, u+90ae, u+90b8, u+9257, u+9310, u+93df, u+94fe, u+95a5, u+95a9, u+962e, u+968f-9690, u+9704, u+9713, u+97f6, u+9824, u+986b, u+9884, u+9886, u+98e2, u+991a, u+99a5, u+99dd, u+9ab8, u+9b41, u+9b77, u+9bad, u+c774, u+e5d4, u+fe52, u+ff02, u+1f389, u+1f449, u+1f495
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-764.B79rancX.woff2) format("woff2");
    unicode-range: u+2cb, u+5d1, u+5d9, u+5e2, u+5e8, u+5ea, u+633, u+e32, u+2252, u+2267, u+2573, u+25b3, u+25c4, u+2713, u+2715, u+30e2, u+4e28, u+4e3c, u+4e4d, u+4e70, u+4f88, u+4fef, u+5018, u+501a, u+5026, u+5137, u+513f, u+51f3, u+524b, u+5254, u+52d8, u+5308, u+5384, u+53cc, u+5443, u+5466, u+54a7-54a8, u+54bd, u+54c9, u+54cb, u+555e, u+556a, u+5580, u+560e, u+5614, u+561f, u+562f, u+566c, u+5679, u+56bc, u+56cd, u+56e7, u+56ed, u+572d, u+57d7, u+582f, u+589f, u+5b09, u+5ba5, u+5c51, u+5c90, u+5cef, u+5d16, u+5d84, u+5dd4, u+5e08, u+5e26, u+5f0a, u+5f20, u+606c, u+61c7, u+620f, u+625b, u+62a4, u+62d0, u+62f1, u+63a0, u+63c6, u+63f9, u+6413, u+6417, u+6483, u+64f7, u+650f, u+65a7, u+665f, u+66ae, u+66d6, u+66e0, u+6746, u+6756, u+67d1, u+6837, u+68d7, u+68e0, u+68f5, u+6977, u+6995, u+69a8, u+69b4, u+69d3, u+6a3d, u+6abb, u+6bb7, u+6bd3, u+6c47, u+6cc4, u+6cd3, u+6dae, u+6e26, u+6e29, u+6e5b, u+6eaf, u+6eba, u+7028, u+70b3, u+711a, u+733f, u+73c0, u+73ee, u+7444, u+745a, u+7487, u+7540, u+75a4, u+7729, u+779e, u+798e, u+79cd, u+79e9, u+7a3d, u+7a4c, u+7a9f, u+7ac4, u+7aff, u+7b77, u+7c27, u+7ca7, u+7cd9, u+7d76, u+7e43, u+7ea6, u+7ed9, u+7ff1, u+808b, u+809b, u+80fa, u+827a, u+8309, u+8328, u+832b, u+8396, u+83e0, u+840e, u+8425, u+852d, u+853b, u+8588, u+85e9, u+86b5, u+8718, u+87ec, u+8910, u+893b, u+89c1-89c2, u+8b3e, u+8baf, u+8bc1, u+8bcd, u+8bdd, u+8c41, u+8c48, u+8d2d, u+8d5e, u+8fbe, u+9015, u+90a8, u+90b5, u+90e1, u+9169, u+9183, u+91d0, u+91dc, u+9293, u+92f8, u+9472, u+9598, u+95ed, u+95fb, u+9605, u+96c7, u+9739, u+9742, u+9761, u+99ad, u+9ae6, u+9b1a, u+9b44, u+9bc9, u+9d3f, u+9dd7, u+9e7c, u+9e92, u+fe5d-fe5e, u+ff22-ff24, u+ff2f-ff30, u+ff33
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-765.CI-2-X2Q.woff2) format("woff2");
    unicode-range: u+60, u+f7, u+161, u+2198, u+2571, u+258b, u+25b6, u+2661, u+3051, u+3109, u+4e11, u+4e1c, u+4e24, u+4e2b, u+4ef7, u+4f18, u+4f36, u+4fd0, u+5029-502a, u+5055, u+508d, u+50ad, u+50d5, u+50e7, u+50f1, u+50f5, u+51a5, u+51c8, u+51fb, u+5203, u+524e, u+5288, u+5323, u+53c2, u+5458, u+54b1, u+54b3, u+54b8, u+5582, u+55b2, u+55ba, u+55da, u+55dc, u+5662, u+5678, u+56c2, u+5742, u+57d5, u+5862, u+58e4, u+58f0, u+5907, u+590d, u+5934, u+5978, u+5984, u+5a25, u+5c06, u+5c62, u+5c91, u+5cfb, u+5d01, u+5d11, u+5d1b, u+5e87, u+5eff, u+5f27, u+5f3a, u+5f53, u+5f64, u+6001, u+6168, u+61a9, u+6233, u+62a5, u+62ce, u+62ed, u+638f, u+6399, u+63c0, u+646f, u+6590, u+6631, u+664f, u+6689, u+66dc, u+672f, u+67af, u+67ec, u+6807, u+6a44, u+6c14, u+6c40, u+6c70, u+6c76, u+6cb8, u+6ce3, u+6df3, u+6e20, u+6e43, u+6ebc, u+6eec, u+6f2c, u+6fb1, u+7009, u+7011, u+701a, u+7117, u+7184, u+72f9, u+7426, u+74bd, u+74cf, u+752b, u+7554, u+75b9, u+7621, u+7671-7672, u+7693, u+76ef, u+7737, u+77a7, u+77b3, u+77bb, u+77da, u+77e2, u+77e9, u+77ef, u+7801, u+7940, u+797f, u+79a7, u+79b1, u+79bd, u+7a6b, u+7ac5, u+7b1b, u+7dab, u+7db4, u+7db8, u+7dcb, u+7ddd, u+7de0, u+7e55, u+7e9c, u+7ed3, u+7ef4, u+803f, u+8046, u+8087, u+8116, u+81a8, u+8214, u+821c, u+82d4, u+8305, u+831c, u+8335, u+8339, u+8350, u+8354, u+8526, u+860a, u+86db, u+8713, u+873b, u+8822, u+8993, u+8a1f, u+8ab9, u+8ad7, u+8e72, u+8f4e, u+8f9c, u+8fd0, u+8fd8, u+8fe6, u+9042, u+907c, u+91ba, u+9452, u+9591, u+95e2, u+9631, u+9699, u+96b8, u+9709, u+978d, u+9811, u+9830, u+98ce, u+9945, u+99ed, u+9a8c, u+9ad3, u+9baa, u+9be8, u+9c77, u+9cf6, u+9d72, u+9e1f, u+9ec4, u+fe31, u+fe55, u+ff03, u+ff20, u+ff3b, u+ff3d, u+1f3fb, u+1f44d, u+1f60d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-766.D5lYGjqk.woff2) format("woff2");
    unicode-range: u+10c, u+e44, u+2728, u+3081, u+4e13, u+4e19, u+4e1e, u+4e5c, u+4ea7, u+4ed7, u+4f20, u+4f8d, u+4ffe, u+5021, u+515c, u+51a4, u+51e0, u+521b, u+522b, u+532a, u+534e, u+5355, u+537f, u+5398, u+539d, u+541f, u+543c, u+544e, u+5509, u+5598, u+5622, u+5632, u+563f, u+5641, u+566a, u+5695, u+569f, u+56ae, u+56da, u+573a, u+574e, u+5835, u+584c, u+5885, u+58ae, u+5a1f, u+5ac2, u+5b24, u+5bb0, u+5bde, u+5be1, u+5bfc, u+5c39, u+5c4c, u+5c60, u+5e76, u+5e7f, u+5e9a, u+5eb8, u+5f13, u+5f6c, u+6127, u+61f2, u+6208, u+620a, u+620c, u+6252, u+62ef, u+6328, u+633d, u+6362, u+63b0, u+63c9, u+640f, u+64a9, u+6514, u+652c, u+655e, u+6583, u+658c, u+6627, u+66f3, u+6734, u+6743, u+676d, u+67c4, u+67da, u+68cd, u+68f2, u+690e, u+6ab3, u+6b16, u+6b38, u+6b3d, u+6bc6, u+6ca1, u+6cab, u+6d8c, u+6dea, u+6e32, u+6e3e, u+6e58, u+6eef, u+6ef2, u+6fe4, u+708a, u+7130, u+7165, u+7172, u+71c9, u+71ed, u+7232, u+7239, u+7261, u+7280, u+72a7, u+72f8, u+73c8, u+7464, u+753b, u+754f, u+755c, u+75d8, u+76ea, u+776b, u+7779, u+777f, u+7784, u+778e, u+77db, u+77ee, u+79e4, u+7a46, u+7a57, u+7aba, u+7aed, u+7b4d, u+7c7b, u+7c7d, u+7d13, u+7d33, u+7dbb, u+7df9, u+7e46, u+7ea7, u+8085, u+8165, u+81fb, u+82b8, u+82d3, u+8343, u+839e, u+83e9, u+840d, u+851a, u+853d, u+8543, u+859b, u+85fb, u+87fb, u+888d, u+88c5, u+8adc, u+8b0a, u+8bb0, u+8bbe, u+8bc4, u+8bf4, u+8c5a, u+8cc3, u+8ce4, u+8d44, u+8e81, u+8f44, u+8f66, u+8fdb, u+900d, u+9063, u+914c, u+9223, u+9226, u+923a, u+925b, u+9264, u+929c, u+92b9, u+9320, u+934d, u+935b, u+9444, u+957f, u+96a7, u+97ad, u+97cc, u+9898, u+98ea, u+9921, u+9952, u+9a55, u+9b0d, u+9b91, u+9bca, u+9ebd, u+9f4b, u+e60f-e610, u+ff1c-ff1d, u+ff21, u+ff38, u+ff9f, u+fffd, u+1f602
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-767.Ca1BqLSs.woff2) format("woff2");
    unicode-range: u+e17, u+e22, u+2103, u+25a0, u+266a, u+3014-3015, u+4e1a, u+4e50, u+4f10, u+4f6c, u+4f70, u+4fcf, u+5006, u+50d1, u+5170, u+518c, u+51f0, u+51f6, u+51f9, u+5219, u+5256, u+525d, u+52c9, u+5349, u+5351, u+5356, u+5375, u+53db, u+53ee, u+53f7, u+5492, u+54fa, u+5538, u+55bb, u+55e8, u+5757, u+58be, u+5937, u+59dc, u+59e8, u+5a49, u+5a9a-5a9b, u+5ab3, u+5b9b, u+5b9e, u+5be8, u+5c37, u+5c4e, u+5d14, u+5d19, u+5d4c, u+5d50, u+5deb, u+5e84, u+5e94, u+5ec2, u+5f17, u+5f26, u+5f55, u+5f77, u+5f7f, u+5fbd, u+6052, u+6064-6065, u+608d, u+609a, u+6101, u+611a, u+614c, u+621a, u+6237, u+6284, u+6296, u+62e9, u+632a-632b, u+634f, u+6488, u+6500, u+652a, u+6556, u+65e0, u+65ec, u+6643, u+679a, u+6850, u+6893, u+6897, u+68b3, u+68d5, u+6930, u+6960, u+6a11, u+6a38, u+6a3a, u+6b22, u+6b67, u+6b6a, u+6c59, u+6c83, u+6ccc, u+6df5, u+6ef7, u+6f3e, u+6f80, u+70ed, u+7164, u+722a, u+7260, u+7272, u+73b0, u+74ca, u+74e3, u+7538, u+7586, u+75b5, u+7624, u+7661-7662, u+7838, u+786e, u+788c, u+7950, u+79a6, u+79aa, u+7a40, u+7a62, u+7bf7, u+7c3e, u+7c98, u+7ca5, u+7d21, u+7d2e, u+7dba, u+7dec, u+7e79, u+7ecf, u+7edf, u+7f79, u+8086, u+810a, u+8139, u+813e, u+817a, u+81b3, u+821f, u+8247, u+8259, u+8271, u+8431, u+846c, u+849c, u+84b2, u+84c4, u+8513-8514, u+8549, u+8755, u+8877, u+8881, u+88f9, u+8a1d, u+8a3c, u+8a6d-8a6e, u+8a93, u+8ae7, u+8af7, u+8b17, u+8b5a, u+8ba1, u+8bba, u+8cdc, u+8dea, u+8f6c, u+8f7d, u+8fc7, u+8fd9, u+902e, u+90ca, u+916a, u+916c, u+921e, u+9245, u+947c, u+9594, u+95a8, u+95ee, u+95f4, u+9706, u+971e, u+9756, u+980c, u+9891, u+98b1, u+98fc, u+9903, u+9957, u+99ae, u+99ff, u+9db4, u+e602-e605, u+e611, u+ff16-ff19
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-768.DihmRmSI.woff2) format("woff2");
    unicode-range: u+a5, u+2190-2191, u+2193, u+22c1, u+2302, u+25cb, u+2699, u+2709, u+4e0e, u+4e18, u+4e3a, u+4e48, u+4e91, u+4eec, u+4f3d, u+5112, u+524a, u+52a3, u+52ab, u+52c3, u+52f3, u+52fb, u+5320, u+5339, u+533f, u+53e2, u+543e, u+5480, u+5495, u+5497, u+5564, u+5572, u+55c6, u+55ef, u+563b, u+5653, u+5657, u+56b7, u+5764, u+5824, u+58d8, u+5955, u+5983, u+598d, u+59a8, u+59da, u+59e6, u+5a36, u+5bb5, u+5bc2, u+5bee, u+5bf9, u+5cb3, u+5d17, u+5dbc, u+5e2e, u+6070, u+60df, u+6190, u+61a4, u+61be, u+61fc, u+62ac, u+62bc, u+636e, u+6398, u+63a9, u+6435, u+6487, u+6495, u+64ab, u+64bf, u+6577, u+65ac, u+6602, u+6652, u+66f9, u+672d, u+6761, u+683d, u+68ad, u+68b5, u+68da, u+68e7, u+6a59, u+6a61, u+6ae5, u+6b47, u+6bef, u+6c50, u+6c9b, u+6e23, u+6e34, u+6e4a, u+6e67, u+6ea2, u+6eb6, u+6f20, u+6feb, u+7149, u+714c, u+715e, u+7199, u+71ac, u+7231, u+7262, u+7409, u+745f, u+7469, u+7504, u+7535, u+753a, u+75f4, u+7682, u+76ba, u+76f2, u+77fd, u+780d, u+7832, u+78c5, u+78ef, u+7901, u+79be, u+79c9, u+79e6, u+7a1a, u+7a84, u+7aca, u+7cb5, u+7cb9, u+7cdf, u+7ce7, u+7d6e, u+7db1, u+7def, u+7e61, u+7e7d, u+7e8f, u+7f38, u+7f77, u+7fa8, u+7fc5, u+7fe1, u+7ff9, u+800d, u+8015, u+8054, u+80a2, u+80aa, u+80ba, u+814e, u+8180, u+819d, u+81c0, u+828b, u+82ad, u+82af, u+83f1, u+83f8, u+8403, u+8475, u+84bc, u+84c9, u+84ec, u+8523, u+8569, u+8591, u+85b0, u+86d9, u+8774, u+881f, u+884d, u+88d4, u+89c4, u+89c6, u+8a60, u+8a79, u+8b19, u+8bd5, u+8bf7, u+8c03, u+8c79, u+8cc8, u+8d9f, u+8e10, u+8e48, u+8faf, u+9009, u+9017, u+9175, u+9187, u+918b, u+91d8, u+9214, u+946b, u+9470, u+9640, u+9675, u+96ef, u+9716, u+97cb, u+97e9, u+985b, u+99b3, u+9b4f, u+9d09, u+9e9f, u+9edb, u+9f90, u+ff05, u+ff14, u+1f464
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-769.Ytgv4DeA.woff2) format("woff2");
    unicode-range: u+25ce, u+4e08, u+4e2a, u+4e56, u+4e9a, u+4ea8, u+4ead, u+4ec7, u+4f3a, u+4f51, u+4f62, u+4faf, u+507d, u+5098, u+50ac, u+5147, u+5173, u+5187, u+51f8, u+52a1, u+52a8, u+52f8, u+535c, u+53ed, u+541e, u+5435, u+5475, u+54a9, u+54c0, u+54c7, u+5589, u+5605, u+5690, u+5733, u+5782, u+57c3, u+5858, u+5893, u+589c, u+58e2, u+5974, u+599e, u+59a5, u+59ec, u+5b66, u+5b99, u+5b9d, u+5c2c, u+5c48, u+5c65, u+5cfd, u+5d0e, u+5dba, u+5de2, u+5e06, u+5e15, u+5ec1, u+5ed6, u+5f00, u+5f4c, u+5f65, u+6055, u+609f, u+60b6, u+6241, u+624e, u+626f, u+6291, u+62cc, u+62d3, u+62d8, u+62da, u+62fe, u+6349, u+6367, u+63ea, u+6454, u+64a4, u+64b2, u+64bc, u+64c5, u+64ce, u+6558, u+6572, u+65a5, u+65e8, u+65ed, u+6606, u+6614, u+6670, u+6688, u+673a, u+674f, u+6770, u+6795, u+68cb, u+6912, u+6953, u+6aac, u+6aaf, u+6ab8, u+6b20, u+6b96, u+6bbf, u+6bc5, u+6c6a, u+6cbe, u+6d59, u+6d78, u+6dc7, u+6deb, u+6e7e, u+6e9c, u+6f3f, u+6f51, u+6f70, u+6f84, u+704c, u+7051, u+70ab, u+70ad, u+70f9, u+7119, u+714e, u+71d9, u+71e5-71e6, u+72c4, u+72d0, u+72e0, u+7334, u+744b, u+7455, u+74f7, u+7529, u+75ab, u+75b2, u+766e, u+76c3, u+76fc, u+76fe, u+7891, u+7948, u+7a74, u+7b28, u+7c60, u+7c72, u+7cca, u+7ebf, u+7f55, u+7ff0, u+8154, u+81c2, u+81d8, u+81e3, u+81e5, u+8292, u+8299, u+8302, u+8304, u+8332, u+83c1, u+83c7, u+83ca, u+845b, u+8490, u+85af, u+8650, u+8667, u+8abc, u+8b0e, u+8b39, u+8bed, u+8c54, u+8c6b, u+8c9e, u+8ca7, u+8caa-8cab, u+8ce6, u+8cec-8ced, u+8eb2, u+8eba, u+8fb0, u+901d, u+908f, u+9127, u+91c0, u+9215, u+92b3, u+932b, u+93fd, u+95ca, u+964c, u+96c0, u+970d, u+9774, u+97fb, u+9812, u+9817, u+9913, u+9935, u+99c1, u+9b31, u+9d5d, u+9d6c, u+9e79, u+fe0f, u+fe30, u+ff0b, u+ff10, u+ff15
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-770.BkbELMID.woff2) format("woff2");
    unicode-range: u+b0, u+926, u+928, u+939, u+93f-940, u+94d, u+200b, u+22ef, u+25ba, u+25c6, u+2665, u+4e4f, u+4e59, u+4f0d, u+4f0f, u+4f19, u+4f59, u+4fae, u+5075, u+50b2, u+50b5, u+511f, u+5141, u+5146, u+514c, u+5185, u+51dd, u+51fd, u+522e, u+5319, u+533a, u+5378, u+53ad, u+53c9, u+53d1, u+53d4, u+543b, u+5442, u+5446, u+5481, u+54e9, u+5507, u+5565, u+559a, u+55aa, u+5606, u+56ca, u+56fe, u+582a, u+58fa, u+5915, u+5949, u+5962, u+5996, u+59fb, u+5a77, u+5b0c, u+5b5f, u+5bd3, u+5be2, u+5bfa, u+5c41, u+5ca9, u+5d07, u+5ec8, u+5eca, u+5f18, u+5f4e, u+5f59, u+5f6d, u+5f79, u+5fb9, u+6028, u+6062, u+6068, u+606d, u+6094, u+60f1, u+6108-6109, u+614e, u+6170, u+617e, u+61b2, u+61f8, u+6247, u+626d, u+6276, u+62ab, u+62cb, u+62f3, u+6368, u+6380, u+6492, u+64b0, u+64e0, u+6570, u+660f, u+6649, u+6691, u+66a8, u+6749, u+67f1, u+67f3-67f4, u+6842, u+6851, u+687f, u+68df, u+69fd, u+6a58, u+6c27, u+6c88, u+6cca, u+6cdb, u+6d29, u+6d66, u+6daf, u+6f01, u+6f06, u+6f58, u+6f62, u+6f6d, u+6fa1, u+6ff1, u+6ffe, u+7058, u+70ae, u+7235, u+7267, u+73ca, u+742a, u+758f, u+75bc, u+76c6, u+7740, u+7955, u+7a00, u+7a3b, u+7b4b, u+7bad, u+7be9, u+7c4c, u+7cfe, u+7dbf, u+7e2b, u+7e31, u+7f9e, u+7fc1, u+7ffc, u+8096, u+809d, u+80de, u+8108, u+8155, u+816b, u+81df, u+8277, u+82bd, u+8352, u+8393, u+8404, u+8525, u+856d, u+8587, u+8606, u+868a, u+8776, u+87ba, u+87f9, u+886b, u+8870, u+88d5, u+896a, u+896f, u+8a23, u+8a87, u+8ad2, u+8b00, u+8b20, u+8cb8, u+8cca, u+8ce0, u+8d39, u+8d6b, u+8d81, u+8db4, u+8e29, u+8ef8, u+8f1b, u+8f5f, u+8fa8, u+906e, u+9077, u+90aa, u+90b1, u+90c1, u+9165, u+919c, u+92c1, u+95d6, u+95e8, u+975a, u+98c6, u+9ecf, u+9f0e, u+9f52, u+feff, u+ff06, u+ff0a, u+ff12-ff13
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-771.B8Pp2Lnt.woff2) format("woff2");
    unicode-range: u+627-629, u+631, u+639, u+644, u+64a, u+25cf, u+2606, u+2764, u+3008-3009, u+4e1f, u+4e38, u+4e43, u+4ed5, u+4ef0, u+4eff, u+4fb6, u+4fe0, u+5085, u+50a2, u+50be, u+5118, u+5211-5212, u+5272, u+52fe, u+5366, u+53b2, u+53ec, u+54ac, u+5587, u+55b5, u+561b, u+5751, u+576a, u+57cb, u+58ef, u+592f, u+594f, u+5951, u+5954, u+596e, u+59d1, u+5ac1, u+5acc, u+5b8b, u+5c4d, u+5c6f, u+5ca1, u+5d29, u+5de1, u+5dfe, u+5e7d, u+5edf, u+5ef7, u+5f7c, u+5f81, u+5fa1, u+5faa, u+5fcc, u+5ffd, u+6021, u+6046, u+6155, u+6212, u+62b9, u+6316, u+6350, u+6478, u+647a, u+6490, u+64e6, u+6524, u+6591, u+659c, u+65a4, u+65e6, u+65f6, u+6607, u+6674, u+6765, u+679d, u+68a8, u+6b3a, u+6c57, u+6c61, u+6c90, u+6cbf, u+6d69, u+6db5, u+6dcb, u+6dd1, u+6e21, u+70d8, u+71c3, u+71d5, u+722c, u+727d, u+72ac, u+72fc, u+731c, u+7336, u+7344, u+7384, u+73ab, u+7433-7434, u+745c, u+7470, u+758a, u+75d5, u+7652, u+76c8, u+76e7, u+7709, u+7720, u+7747, u+7763, u+77ac-77ad, u+7802, u+78a7, u+78a9, u+78b3, u+78c1, u+78da, u+7926, u+796d, u+798d, u+7aae, u+7b52, u+7c92, u+7d68, u+7d81, u+7e5e, u+7e69, u+7e73, u+7f50, u+7f70, u+7f75, u+8058, u+8070, u+80c3, u+8105-8106, u+8179, u+818f, u+81a9, u+81ed, u+820c-820d, u+82d1, u+838e, u+83cc, u+8461, u+84b8, u+852c, u+857e, u+85e4, u+863f, u+8679, u+86c7, u+8702, u+8896, u+88c2, u+88f8, u+8af8, u+8b7d, u+8ca2, u+8cc0, u+8d64, u+8d74, u+8d99, u+8e5f, u+8e8d, u+8ecc, u+8ed2, u+8fb1, u+8fc5, u+9022, u+9038, u+903e, u+905c, u+9072, u+9081, u+9189, u+9234, u+92d2, u+934a, u+95a3, u+962a, u+9646, u+9676, u+96d5, u+971c, u+9838, u+9875, u+98c4, u+99db, u+9a45, u+9a5f, u+9a6c, u+9ad2, u+9cf4, u+9d28, u+9daf, u+9df9, u+9e7d, u+9f9c, u+ff11, u+ff1e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-772.BEig4wan.woff2) format("woff2");
    unicode-range: u+2500, u+25bc, u+4e95, u+4f50, u+4f54, u+4f69, u+4fc4, u+4fca, u+5009, u+50bb, u+5154, u+51cc, u+528d, u+5291, u+52d2, u+52e4, u+5353, u+5360, u+540a-540b, u+5410, u+54f2, u+5510, u+5514, u+5537, u+558a, u+55ac, u+5617, u+56fd, u+573e, u+5766, u+5783, u+57d4, u+5806, u+5821, u+5857, u+5875, u+58f9, u+596a, u+59ae, u+59c6, u+59ca, u+59ff, u+5a03, u+5ae9, u+5b64, u+5bb4, u+5c3f, u+5e16, u+5e45, u+5e72, u+5ec9, u+5f90-5f92, u+6012, u+6016, u+6084-6085, u+6089, u+60a0, u+60a3, u+60b2, u+60d1, u+60f9, u+6148, u+6158, u+6191, u+626e, u+62d4, u+632f, u+633a, u+6355, u+63aa, u+642c, u+64a5, u+64cb, u+6566, u+6575, u+6597, u+660c, u+66b1, u+66ec, u+6731, u+6735, u+675c, u+67ef, u+6846, u+6876, u+6881, u+68af-68b0, u+68c9, u+6905, u+6b98, u+6bc0, u+6beb, u+6c0f, u+6c1b, u+6c41, u+6ce5, u+6cf3, u+6d25, u+6d2a, u+6d3d, u+6d6e, u+6dd8, u+6dda, u+6dfa, u+6e9d, u+6eaa, u+6ec5, u+6ecb, u+6ef4, u+6f0f, u+6f32, u+707d, u+708e, u+7092, u+716e, u+723a, u+731b, u+7345, u+7375, u+7378, u+73b2, u+74e6, u+75be, u+75de, u+764c, u+76dc, u+788e, u+7897, u+789f, u+78b0, u+790e, u+7965, u+7a4e, u+7aa9, u+7c43, u+7d17, u+7dd2, u+7e96, u+7f51, u+7f69, u+7f72, u+7fd4, u+7fe0, u+8017, u+80a9, u+80d6, u+8102, u+8150, u+8178, u+81bd, u+829d, u+82ac, u+8303, u+840c, u+8482, u+8499, u+85a9-85aa, u+883b, u+8861, u+88c1, u+88cf, u+88d9, u+8a3a, u+8a98, u+8aee, u+8c8c, u+8ce2, u+8d0f, u+8da8, u+8dcc, u+8e0f, u+8e22, u+8f1d, u+8f29, u+8fad, u+9003, u+9006, u+903c, u+904d, u+9059, u+9075, u+90ce, u+90ed, u+9130, u+91ac, u+91e3, u+9285, u+9298, u+92ea, u+9326, u+937e, u+93c8, u+95c6, u+9677, u+9727, u+994b, u+99a8, u+99d0, u+9a30, u+9a37, u+9b42, u+9b45, u+9d3b, u+9e7f, u+9ee8, u+9f3b, u+c5b4
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-773.otop7jc3.woff2) format("woff2");
    unicode-range: u+5e, u+2502, u+2605, u+4e32, u+4e58, u+4ea1, u+4ef2, u+4f2f-4f30, u+4f75, u+4fd7, u+4ff1, u+501f, u+5049, u+5074, u+5091, u+5144, u+517c, u+51c6, u+51cd, u+5269-526a, u+52aa, u+52c1, u+52c7, u+52df, u+5377, u+541b, u+5439, u+5440, u+5448, u+54aa, u+54e6, u+54ed, u+5674, u+5687, u+585e, u+588a, u+58a8, u+58c1, u+5925, u+5948, u+5999, u+59b3, u+5a1c, u+5a46, u+5b54, u+5b5d, u+5b6b, u+5b8f, u+5bd2, u+5be9, u+5c0a, u+5c16, u+5c46, u+5cf0, u+5e25, u+5e3d, u+5e79, u+5ee2, u+5f04, u+5f31, u+5fcd, u+5fe0, u+60dc, u+6163, u+616e, u+6182, u+61f6, u+622a, u+6258, u+6293, u+62c6, u+62d2, u+6372, u+63da, u+63ed-63ee, u+6416, u+6458, u+649e, u+64ec, u+64f4, u+651c, u+65cb, u+65e2, u+65fa, u+6628, u+6668, u+66a2, u+66c9, u+66fc, u+6717, u+67cf, u+67d4, u+6817, u+6885, u+69cd, u+6a6b, u+6afb, u+6b32, u+6b49, u+6bbc, u+6c89, u+6c96, u+6cc9, u+6d1b, u+6d1e, u+6dfb, u+6efe, u+6f38, u+6f5b, u+6f64, u+6f8e, u+6fa4, u+7070, u+70b8, u+70cf, u+70e4, u+7159, u+7169, u+7210, u+721b, u+7238, u+737b, u+73bb, u+746a, u+7483, u+74dc, u+74f6, u+7518, u+756a, u+75c7, u+775b, u+78e8, u+7919, u+7956, u+795d, u+7a0d, u+7bc9, u+7c97, u+7cd5, u+7d10, u+7d1b, u+7de9, u+7dfb, u+7e3e, u+7e6a, u+7f6a, u+7f8a, u+7fbd, u+8000, u+8036, u+809a, u+80ce, u+80e1, u+80f8, u+8170, u+819c, u+8216, u+8239, u+8266, u+827e, u+82b3, u+8377, u+83ab, u+85c9, u+865b, u+8766, u+87a2, u+87f2, u+8972, u+8a17, u+8a50, u+8a95, u+8b02, u+8b6f, u+8c6c, u+8ca9, u+8cfa, u+8d95, u+8de1, u+8f14, u+8f9b, u+8fa3, u+8feb, u+8ff4, u+9010, u+901b, u+905e, u+9080, u+912d, u+9177, u+91c7, u+9336, u+9451, u+947d, u+963b, u+966a, u+9670, u+9769, u+9813, u+98fd, u+99d5, u+9a19, u+9b27, u+9b6f, u+9ece, u+9ed8, u+9f13, u+9f20, u+ad6d, u+d55c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-774.CbILJXAM.woff2) format("woff2");
    unicode-range: u+201c-201d, u+203b, u+2192, u+25b2, u+300f, u+4e01, u+4e39, u+4e73, u+4e88, u+4e8e, u+4ed9, u+4f0a, u+4f38, u+4f5b, u+4fc3, u+500d, u+504f, u+5076-5077, u+5100, u+5104, u+5132, u+5175, u+5192, u+51a0, u+51ac, u+51e1, u+51f1, u+5200, u+5224, u+5237-5238, u+523a, u+526f, u+5289, u+52de, u+52f5, u+5371, u+539a, u+53e5, u+540e, u+547c, u+552f, u+5531, u+5634, u+56c9, u+56f0, u+574a, u+5761, u+57f7, u+57f9, u+5805, u+5851, u+5854, u+586b, u+58fd, u+592e, u+5967, u+59bb, u+59d3, u+5a18, u+5b30, u+5b55, u+5b87, u+5b97, u+5be7, u+5bec, u+5bf8, u+5c24, u+5cb8, u+5df7, u+5e1d, u+5e2d, u+5e7b, u+5f1f, u+5f70, u+5fd9, u+61b6, u+6234, u+62b5, u+62d6, u+62dc, u+62fc, u+6383, u+63cf, u+63d2, u+63e1, u+640d, u+64cd, u+64fa, u+64fe, u+654f, u+6562, u+656c, u+65c1, u+65d7, u+6620, u+6676, u+6697, u+66ab, u+66c6, u+66dd, u+66ff, u+671d, u+672b, u+677e, u+67d0, u+67d3, u+68c4, u+690d, u+694a, u+695a, u+6ac3, u+6b04, u+6b23, u+6b78, u+6b8a, u+6c60, u+6d74, u+6d89, u+6db2, u+6dbc, u+6de1, u+6df7, u+6e38, u+6e6f, u+6f02, u+6fc3, u+6fd5, u+70c8, u+7126, u+718a, u+723d, u+7246, u+72af, u+73cd, u+760b, u+7626, u+7687, u+79df, u+7a05, u+7a3f, u+7a69, u+7af6, u+7c3d, u+7c3f, u+7c4d, u+7cd6, u+7d0b, u+7d2b, u+7de3, u+7e2e, u+8010, u+808c, u+80a5, u+80af, u+812b, u+817f, u+819a, u+82d7, u+8389-838a, u+83f2, u+840a, u+8463, u+8521, u+8584, u+860b, u+864e, u+871c, u+878d, u+885d, u+8932, u+89f8, u+8a69, u+8afe, u+8b5c, u+8c37, u+8c46, u+8cbf, u+8cd3, u+8cf4, u+8d08, u+8d0a, u+8ddd, u+8fea, u+9014, u+9055, u+907a, u+9178, u+92fc, u+934b, u+9396, u+93ae, u+9583, u+9663, u+96bb, u+9707, u+9738, u+9846, u+9905, u+9a0e, u+9aa8, u+9b25, u+9b3c, u+9ce5, u+9cf3, u+9ea5, u+9eb5, u+9f4a, u+9f61, u+ff0d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-775.DIsydtZJ.woff2) format("woff2");
    unicode-range: u+3c, u+d7, u+300e, u+4e4e, u+4e82, u+4e92, u+4ec1, u+4ecd, u+4f48, u+4f53, u+4fb5, u+5012, u+502b, u+522a, u+52dd, u+52ff, u+532f, u+53eb, u+53f3, u+5409, u+5433, u+5496, u+54c8, u+554a, u+5561, u+5594, u+559d, u+56b4, u+56fa, u+5713, u+5750, u+57df, u+584a, u+58c7, u+58de, u+593e, u+5976, u+59d0, u+59d4, u+5a66, u+5b85, u+5b88, u+5ba3, u+5bae, u+5bbf, u+5bdf, u+5c01, u+5c04, u+5c3a, u+5c3e, u+5c4f, u+5ddd-5dde, u+5de8, u+5e63, u+5e7c, u+5e8a, u+5eda, u+5ef3, u+5ef6, u+5f48, u+6015, u+6025, u+602a, u+6050, u+6069, u+60e1, u+6162, u+6176, u+61c2, u+6200, u+6263, u+6279, u+6297, u+62b1, u+62bd, u+62ec, u+6311, u+6377, u+6388-6389, u+638c, u+63a2, u+63f4, u+641e, u+6436, u+64c1, u+6551, u+6557, u+6563, u+6696, u+66b4, u+66f2, u+6751, u+675f, u+676f, u+6790, u+6838, u+684c, u+68d2, u+6982, u+699c, u+69ae, u+69cb, u+6a39, u+6a4b, u+6b66, u+6bd2, u+6cb3, u+6ce1, u+6d3e, u+6de8, u+6ed1, u+6f22, u+6f54, u+6fc0, u+6fdf, u+719f, u+71c8, u+7236, u+7259, u+72d7, u+7389, u+73e0, u+745e, u+751a, u+7532-7533, u+7562, u+7591, u+75c5, u+75db, u+7686, u+76d2, u+76db, u+76df, u+76e3, u+7701, u+7761, u+786c, u+7981, u+79cb, u+79d2, u+79fb, u+7a81, u+7a97, u+7aef, u+7b26, u+7b80, u+7c64, u+7d0d, u+7d14, u+7d2f, u+7dca, u+7df4, u+7e54, u+7e6b, u+7f3a, u+8033, u+804a, u+805a, u+81a0, u+81e8, u+8212, u+821e, u+82e6, u+8336, u+8449, u+84cb, u+84ee, u+85e5, u+8607, u+888b, u+8a13, u+8a5e, u+8aa0, u+8aa4, u+8ab0, u+8ab2, u+8ac7, u+8b66, u+8c6a, u+8c93, u+8c9d, u+8de8, u+8f2a, u+8fb2, u+906d, u+907f, u+90a6, u+9109, u+9192, u+91cb, u+91dd, u+964d, u+9686, u+968e, u+9694, u+969c, u+96de, u+96e8, u+96ea, u+96f7, u+975c, u+9760, u+978b, u+9858, u+9918, u+9aee, u+9ebb, u+ff0e-ff0f, u+ff5c
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-776.BZS1uPQ9.woff2) format("woff2");
    unicode-range: u+b7, u+2022, u+2027, u+3042, u+3044, u+3046, u+3048, u+304a-3050, u+3053-3057, u+3059-305b, u+305d-3061, u+3063-306c, u+306e-3079, u+307b, u+307d-307f, u+3082-308d, u+308f, u+3092-3093, u+30a1-30a4, u+30a6-30c1, u+30c3-30c4, u+30c6-30e1, u+30e3-30ed, u+30ef, u+30f3, u+30fb-30fc, u+4e7e, u+4ea6, u+4eac, u+4f34, u+50b7, u+51b0, u+523b, u+5283, u+5348, u+5354, u+54e5, u+5708, u+590f, u+592b, u+599d, u+59b9, u+5a01, u+5a5a, u+5de7, u+5e78, u+5e9c, u+5fb5, u+6167, u+61f7, u+627f, u+63a1, u+64d4, u+65bd, u+68ee, u+6b4c, u+6bba, u+6c5f, u+6d0b, u+6d6a, u+6e1b, u+6e56, u+6f6e, u+71d2, u+722d, u+72c2, u+751c, u+7530, u+7642, u+76e1, u+79c0, u+7adf, u+7af9, u+7d9c, u+7da0, u+7e23, u+7e41, u+8056, u+8173, u+822a, u+8349, u+83dc, u+8840, u+885b, u+8907, u+8a34, u+8cb4, u+8dd1, u+8fd4, u+8ff0, u+93e1, u+984f, u+98ef, u+9b54
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-777.QnSu_buG.woff2) format("woff2");
    unicode-range: u+23-25, u+3d, u+2026, u+4e03, u+4e45, u+4e5d, u+4eae, u+4ed4, u+4ed8, u+4f01, u+4f11, u+4f3c, u+4f8b, u+4fc2, u+5019, u+505c, u+50c5, u+5145, u+51b7, u+5207, u+521d, u+525b, u+5287, u+52e2, u+535a, u+537b, u+5426, u+542b, u+5438, u+5462, u+54ea, u+555f, u+5566, u+5584, u+5609, u+570d, u+571f, u+5747, u+5802, u+58d3, u+591c, u+5920, u+5922, u+5957, u+5979, u+5a92, u+5abd, u+5b63, u+5b69, u+5b83, u+5b9c, u+5bb3, u+5bc4, u+5bf5, u+5c3c, u+5c40, u+5c4b, u+5c64, u+5cf6, u+5de6, u+5e0c, u+5e55, u+5eab, u+5ead, u+5ee0, u+5f85, u+5f8b, u+5fa9, u+5fd7-5fd8, u+5ff5, u+600e, u+6298, u+62db, u+62ff, u+639b, u+63a7, u+642d, u+6469, u+64ad, u+651d, u+653b, u+65b7, u+65cf, u+665a, u+666e, u+66fe, u+6728, u+674e, u+67b6, u+6821, u+6839, u+6843, u+6a94, u+6b50, u+6b62, u+6b72, u+6b7b, u+6bcd, u+6bdb, u+6c38, u+6c7a, u+6c7d, u+6c99, u+6cb9, u+6ce2, u+6cf0, u+6d17, u+6d32, u+6e2c, u+6fb3, u+7206, u+723e, u+725b, u+734e, u+7387, u+73ed, u+7565, u+7570, u+76ca, u+76e4, u+773e, u+77ed, u+77f3, u+7814, u+7834, u+7968, u+79d8, u+7a76, u+7a7f, u+7b11, u+7b46, u+7b54, u+7bc4, u+7d19, u+7d20, u+7d22, u+7d42, u+7d55, u+7e7c, u+7f85, u+7ffb, u+8077, u+8089, u+80cc, u+81c9, u+81f4, u+81fa, u+820a, u+822c, u+826f, u+85cd, u+86cb, u+88dc, u+8986, u+8a0e, u+8a2a, u+8a73, u+8a8c, u+8b1b, u+8b9a, u+8c50, u+8c61, u+8ca0, u+8cde, u+8cfd, u+8d8a, u+8df3, u+8e64, u+8ecd, u+8edf, u+8f38, u+8ff7, u+9000, u+9047, u+9060, u+90f5, u+9152, u+91ce, u+9280, u+9418, u+9435, u+9589, u+9592, u+9678, u+967d, u+968a, u+96aa, u+96c5, u+96d6, u+96dc, u+96f6, u+9732, u+9748, u+9802, u+9806, u+9808, u+9818, u+983b, u+984d, u+9867, u+98db, u+98f2, u+98fe, u+9a5a, u+9b06, u+9b5a, u+9bae, u+9e97, u+ff1b, u+ff5e
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-778.BsUsxHl_.woff2) format("woff2");
    unicode-range: u+26, u+40, u+5f, u+4e14, u+4e9e, u+4ec0, u+4f4e-4f4f, u+4f73, u+4fee, u+503c, u+5047, u+514b, u+516b, u+516d, u+5178, u+520a, u+5236, u+5343, u+5347, u+534a, u+5370, u+53cd, u+53e4, u+53e6, u+53f2, u+5403, u+5411, u+5427, u+5468, u+5473, u+547d, u+552e, u+55ce, u+5740, u+57ce, u+5883, u+589e, u+5931, u+5947, u+59cb, u+5a1b, u+5b58, u+5b98, u+5ba4, u+5bc6, u+5bcc, u+5beb, u+5bf6, u+5c45, u+5c6c, u+5dee, u+5df4, u+5e03, u+5e33, u+5e6b, u+5e7e, u+5e8f, u+5e95, u+5ea7, u+5f15, u+5f62, u+5f69, u+5f80, u+5fae, u+5fb7, u+601d, u+60e0, u+614b, u+6230, u+6236, u+623f, u+628a, u+6295, u+62c9, u+6309, u+63db, u+64c7, u+64ca, u+64da, u+652f, u+6545, u+6548, u+65af, u+65e9, u+6625, u+666f, u+667a, u+670b, u+671b, u+6750, u+677f, u+6848, u+6975, u+6a13, u+6a21, u+6aa2, u+6b65, u+6b77, u+6bb5, u+6cc1, u+6ce8, u+6df1, u+6e90, u+6e96, u+6eab, u+6f14, u+6f2b, u+700f, u+706b, u+724c, u+72c0, u+7368, u+7372, u+74b0, u+756b, u+76ae, u+773c, u+78ba, u+78bc, u+798f, u+79ae, u+7a4d, u+7ae5, u+7b56, u+7b97, u+7bb1, u+7bc7, u+7c73, u+7c89, u+7d00, u+7d30, u+7d39, u+7d72, u+7dad, u+7e8c, u+7f6e, u+7fa4, u+7fa9, u+7fd2, u+8003, u+807d, u+80a1, u+80b2, u+8166, u+8208-8209, u+82e5, u+843d, u+85cf, u+85dd, u+862d, u+8857, u+8863, u+88e1, u+89ba, u+89d2, u+8a31, u+8a62, u+8a66, u+8a72, u+8abf, u+8b1d, u+8b58, u+8b70, u+8b80, u+8ca1, u+8ca8, u+8cac, u+8cbc, u+8d70, u+8da3, u+8db3, u+8ddf, u+8f03, u+8f15, u+8f2f, u+8fa6, u+8fce, u+8ffd, u+900f, u+9031, u+9069, u+908a, u+91ab, u+91cc, u+92b7, u+9322, u+932f, u+9375, u+9632, u+963f, u+9644, u+9662, u+9673, u+96a8, u+96c4, u+96d9, u+96e2-96e3, u+96f2, u+9752, u+97d3, u+97ff, u+9805, u+9810, u+986f, u+990a, u+9910, u+9928, u+9ec3, u+9ed1, u+9f8d
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-779.COOANNcK.woff2) format("woff2");
    unicode-range: u+3e, u+7e, u+3000, u+300a-300b, u+3010-3011, u+4e16, u+4e26, u+4e94, u+4e9b, u+4ea4, u+4eca-4ecb, u+4efb, u+4efd, u+4f46, u+4f55, u+4f9b, u+4f9d, u+4fbf, u+505a, u+5065, u+5099, u+50cf, u+50f9, u+512a, u+5143, u+5148, u+514d, u+5152, u+5169, u+5171, u+5177, u+518a, u+5217, u+5225, u+5247, u+5275, u+529f, u+52a9, u+5305, u+5341, u+5357, u+5361, u+5373, u+53bb, u+53c3, u+53c8, u+53d6-53d7, u+53e3, u+53ea, u+53f8, u+5404, u+559c, u+5668, u+56db, u+56e0, u+5712, u+5718, u+578b, u+57fa, u+58eb, u+592a, u+5c0b, u+5c0e, u+5c11, u+5c1a, u+5c55, u+5c71, u+5df1, u+5e2b, u+5e36, u+5e97, u+5eb7, u+5ee3, u+5efa, u+5f35, u+5f37, u+5f88, u+5f9e, u+5fc5, u+606f, u+60a8, u+6232, u+624d, u+6253, u+627e, u+6280, u+62cd, u+6301, u+6307, u+6392, u+63a5, u+6539, u+653e-653f, u+6559, u+6574, u+65c5, u+6613, u+66f8, u+672a, u+6797, u+67e5, u+6a19, u+6a23, u+6b61, u+6bcf, u+6bd4, u+6c11, u+6c42, u+6d41, u+6d77, u+6d88, u+6e05, u+6e2f, u+6eff, u+7136, u+7167, u+71df, u+738b, u+73a9, u+7403, u+7531, u+7537, u+754c, u+7559, u+767d-767e, u+76f4, u+793a, u+795e, u+79c1, u+79d1, u+7a2e, u+7a31, u+7a7a, u+7ae0, u+7ba1, u+7bc0, u+7c21, u+7cfb, u+7d04-7d05, u+7d1a, u+7d44, u+7d66, u+7d71, u+7de8, u+7e3d, u+8001, u+800c, u+805e, u+8072, u+81f3, u+82b1, u+82f1, u+83ef, u+842c, u+8457, u+85a6, u+8655, u+8853, u+88ab, u+88dd, u+88fd, u+897f, u+898f, u+89aa, u+89bd, u+89c0, u+89e3, u+8a02, u+8a3b, u+8a55, u+8a8d, u+8a9e, u+8ad6, u+8b49, u+8b77, u+8b8a, u+8b93, u+8cb7, u+8ce3, u+8cea, u+8cfc, u+8f09, u+8fd1, u+9001, u+901f-9020, u+9054, u+90a3, u+914d, u+91cf, u+9304, u+95b1, u+9650, u+9664, u+969b, u+96b1, u+96c6, u+9700, u+975e, u+97f3, u+98a8, u+98df, u+9999, u+99ac, u+9a57, u+9ebc
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-780.DiPYP1Ce.woff2) format("woff2");
    unicode-range: u+d, u+2b, u+7c, u+a0, u+a9, u+300c-300d, u+4e09, u+4e3b, u+4e4b, u+4e5f, u+4e86, u+4e8b-4e8c, u+4eab, u+4ed6, u+4ee3-4ee4, u+4ef6, u+4f1a, u+4f4d, u+4f60, u+4f7f, u+4f86, u+4fdd, u+4fe1, u+5011, u+50b3, u+5149, u+5167, u+5176, u+518d, u+5229, u+524d, u+529b, u+52a0, u+52d9, u+5316-5317, u+5340, u+539f, u+53ca-53cb, u+5408, u+540c-540d, u+544a, u+548c, u+54c1, u+54e1, u+5546, u+554f, u+55ae, u+56de, u+5716, u+5831, u+5834, u+5916, u+5929, u+5973, u+597d, u+5982, u+5b57, u+5b78, u+5b89, u+5b8c, u+5b9a, u+5ba2, u+5bb9, u+5be6, u+5c07-5c08, u+5c0d, u+5c31, u+5de5, u+5df2, u+5e02, u+5e38, u+5e73-5e74, u+5ea6, u+5f0f, u+5f71, u+5f8c, u+5f97, u+5feb, u+6027, u+60c5, u+60f3, u+610f, u+611b, u+611f, u+61c9, u+6210, u+6216, u+6240, u+624b, u+63a8, u+63d0, u+641c, u+6536, u+6578, u+6599, u+65b9, u+660e, u+661f, u+662d, u+66f4, u+670d, u+671f, u+6771, u+679c, u+682a, u+683c, u+689d, u+696d, u+6a02, u+6a5f, u+6b0a, u+6b21, u+6b3e, u+6b64, u+6c23, u+6c34, u+6c92, u+6cbb, u+6cd5, u+6d3b, u+7063, u+7121, u+71b1, u+7247-7248, u+7269, u+7279, u+73fe, u+7406, u+7522, u+7576, u+767b, u+76ee, u+76f8, u+770b, u+771f, u+77e5, u+793e, u+7a0b, u+7acb, u+7ad9, u+7b2c, u+7b49, u+7cbe, u+7d50, u+7d61, u+7d93, u+7dda, u+7f8e, u+8005, u+806f, u+80fd, u+81ea, u+8207, u+8272, u+865f, u+8868, u+8981, u+898b, u+8996, u+8a00, u+8a08, u+8a0a, u+8a18, u+8a2d, u+8a71, u+8aaa, u+8acb, u+8cbb, u+8cc7, u+8d77, u+8d85, u+8def, u+8eab, u+8eca, u+8f49, u+9019-901a, u+9023, u+9032, u+904a-904b, u+904e, u+9053, u+9078, u+9084, u+90e8, u+90fd, u+91cd, u+91d1, u+9577, u+9580, u+9593, u+9762, u+982d, u+984c, u+985e, u+9996, u+9ad4, u+9ad8, u+9ede, u+ff01, u+ff08-ff09, u+ff1f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-781.BLkVYTj3.woff2) format("woff2");
    unicode-range: u+20-22, u+27-2a, u+2c-3b, u+3f, u+41-5d, u+61-7b, u+7d, u+ab, u+ae, u+b2-b3, u+bb, u+bf, u+c9, u+cd, u+d6, u+e?, u+f1-f4, u+f6, u+f9-fa, u+fc-fd, u+101, u+103, u+110-111, u+113, u+12b, u+14d, u+16b, u+1a1, u+1b0, u+1ce, u+300-301, u+1ea1, u+1ea3, u+1ebf, u+1ec7, u+2013-2014, u+2039-203a, u+203c, u+2122, u+3001-3002, u+3113-3114, u+3118, u+311a-3129, u+4e00, u+4e0a-4e0b, u+4e0d, u+4e2d, u+4eba, u+4ee5, u+4f5c, u+500b, u+5165, u+5168, u+516c, u+51fa, u+5206, u+5230, u+52d5, u+53ef-53f0, u+570b, u+5728, u+5730, u+591a, u+5927, u+5b50, u+5bb6, u+5c0f, u+5fc3, u+6211, u+6587, u+65b0, u+65bc, u+65e5, u+662f, u+6642, u+6700, u+6703, u+6708-6709, u+672c, u+6b63, u+70b9-70ba, u+751f, u+7528, u+767c, u+7684, u+7db2, u+884c, u+958b, u+95dc, u+96fb, u+9801, u+ff0c, u+ff1a
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-782.wsXFATKl.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-783.BPeqkeGg.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-784.BHB4_Irs.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 900;
    src: url(./Noto_Sans_TC-300-785.BoyJ2z6D.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Quintessential;
    font-style: normal;
    font-weight: 400;
    src: url(./Quintessential-400-1206.CG35YWPQ.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Quintessential;
    font-style: normal;
    font-weight: 400;
    src: url(./Quintessential-400-1207.D6jiAVgw.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(./Roboto-900-1208.CnBi4ICo.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(./Roboto-900-1209.C1QEld4G.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(data:font/woff2;base64,d09GMgABAAAAAAXAABIAAAAACeQAAAVkAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhQbHhw0BmAAXghaCYM8EQwKg1CDOgsUABIUATYCJAMkBCAFgnwHIAyCOBuFCFGUzNE5gvxMiMc4LZE5i1+4Rhnde3LwQN+mvVnBrFRJyxJRpC4QVUhFE686vXNa/zzXCaf6aeohAOpyOP/tC6/W1O7thRWoWGShwKrb4P2HSkTjU2HjamTdTzWCrSZf41ohZYaxC9L8BATgAAAEFgQCAdjIIw8Rr6xvx4IGkAPQ757OdDStKRv37xhmUt+OniHrGF6/a8tZgFmXq9r96gXooF+mzwARtEfUl+lVgJQDS70qwMdS1dRUxVIINpgYpdd8mYKBuBpAm69LDAxUQAHo9qMibBq1f82FBQUToODE4JpgQw60gDgnt89yfR89ck+KI9tiudCQwkYj60QtD/Aq33BYuHiKj7gG8I+uw69cjic3zzkKnxrCrs3Hr53Eo0v8pgmMFTfhNT2JR1mJz6yhA0jCddLanBwR4lTqQZFLxiePWNW1ayJShA0jMRCXYl1EKmEpykMRqYaNSqkWVbYmC1JGxsjUbMoYlUb/+k1SK8LU9aKeTCpmSNqSA4akPRmSS1MBv7UnlZofkdpCXOvIpGCvMbgEHyQS8H9E6uE6bbW4OdmSlOl4QC6N442hkJGQTzY3wZMy5AVpmE5JpZHDAxPOC+YOUzmpWtaQbWzn0oAklcnUJwpCMs3mA5mClM3yZMsHBTRjqcg6ihK2O93cJ9NIDTQJK3hHKpBoxiPSGq5rSybigRDeGJG2sKxIYLCz8O0c4ZEScYmRaUs+tBSNjQ9auKS9djMV6lfbUgFZ0JaUxiUPemjNXeeEMyyX6oMG3cmRMPFAH4RlnD0ZgYIFJQc3AFYAfOWnLQIGABfgAB5Bh5CsoECOpt7G6zRZva6D7n0H+wctQ6vcg2Kofvv0Wx+d+OSdTnHs3U/txz9+u2PdsTdsJ5Lt6dfrbfDNroMr7SRtvXbSHe1vvNFZ+iy6fFbtWYVu9p6X2POjfe+n16pi9SVitdrc9svDr19ZlS93BW+7ZpH6fOsbV1QWjjzyUOjua+K8vEl/+8xHF1tcxxl84+TnJy48/TGvVo//7Kotc18d+/niVdG2W9Ycqot0rK0paL2U1gKK0SvBjOn/QBpGfbnv9Av1N5EkklKJBUaU4OIUYZhwn8xqCl7fvKxe0Jm5ZUXa3ss6mnTOixSPdL03dVrWMSXIwNHjf2l55jA4mMY0GqI14rdLW0Uy9FbgNwRa2qRbTZ2GtMek/pLUY5KXJkpiE7jVI81gliLvFLFBPxME4LCaNVAUk6qYQQBKgW/7+BOJte6Fv1smWgB49idvFOB10frcPwv/f92atewErCgACDAPjzrAenu/abSsBYIQZVVPsIkeMSqP6ReRUL001T7nuVEfArBymnE0oSMAcIGComFCABZ6URGaFVjDg8ArmMA1XgUX55rVnmYNevXV4mHFBPXtiqu8CP27onPb/Bjfuxhdv43/po39PdGtO/piwwMbe7bs7NkZq69ZkWhsS0SmR6e2bt2wddfWyPLh9RuHOnt27BzYusWYHp02Y86COkwltr21p2/3vNM7Vks3lBUti9v277Bq33WU1iC+0ajaupUTfGmPUbNlY9RYNjxstM6r7KzT9eRP96/29GyKqgDkBjeFd6Klo0JSQVa4lAoeEOGiPL8LS8UDyvJZ5Ya/3FBbQ7Sze1fNLwjR96yrmz05xFSQN9HvDDEvnlo6aUyIZVpZ/gS3tMLi7GXbytr5U+c07Ct2OBZAy0RviHNGUXCia9pVNT+y8wmybpe5QvKj3piVY8TObHNm35VNw7aU3dklAbEzuxaPQsy+K9uEW/E03o05CBLOQVyLRzvdwYmdW4NlPKr+iCAokLoW4ml8EXOwRMDBWEjMGQqJnQA=) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(./Roboto-900-1211.CljSynrW.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(./Roboto-900-1212.BNEEdkVE.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(./Roboto-900-1213.Dkiu6Y_E.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(./Roboto-900-1214.BnsusLPY.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: The Nautigal;
    font-style: normal;
    font-weight: 400;
    src: url(./The_Nautigal-400-1215.xGVrxl8x.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: The Nautigal;
    font-style: normal;
    font-weight: 400;
    src: url(./The_Nautigal-400-1216.D8GhE4Rx.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: The Nautigal;
    font-style: normal;
    font-weight: 400;
    src: url(./The_Nautigal-400-1217.CCge2eNK.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: The Nautigal;
    font-style: normal;
    font-weight: 700;
    src: url(./The_Nautigal-700-1218.BGddLKDg.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: The Nautigal;
    font-style: normal;
    font-weight: 700;
    src: url(./The_Nautigal-700-1219.jtPGrZnJ.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: The Nautigal;
    font-style: normal;
    font-weight: 700;
    src: url(./The_Nautigal-700-1220.DrFAfNSl.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Material Design Icons;
    font-style: normal;
    font-weight: 400;
    src: url(./materialdesignicons-webfont.CSr8KVlo.eot?v=7.4.47);
    src: url(./materialdesignicons-webfont.CSr8KVlo.eot?#iefix&v=7.4.47) format("embedded-opentype"), url(./materialdesignicons-webfont.Dp5v-WZN.woff2?v=7.4.47) format("woff2"), url(./materialdesignicons-webfont.PXm3-2wK.woff?v=7.4.47) format("woff"), url(./materialdesignicons-webfont.B7mPwVP_.ttf?v=7.4.47) format("truetype")
}

.mdi-set,
.mdi:before {
    display: inline-block;
    font: 24px/1 Material Design Icons;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mdi-ab-testing:before {
    content: "󰇉"
}

.mdi-abacus:before {
    content: "󱛠"
}

.mdi-abjad-arabic:before {
    content: "󱌨"
}

.mdi-abjad-hebrew:before {
    content: "󱌩"
}

.mdi-abugida-devanagari:before {
    content: "󱌪"
}

.mdi-abugida-thai:before {
    content: "󱌫"
}

.mdi-access-point:before {
    content: "󰀃"
}

.mdi-access-point-check:before {
    content: "󱔸"
}

.mdi-access-point-minus:before {
    content: "󱔹"
}

.mdi-access-point-network:before {
    content: "󰀂"
}

.mdi-access-point-network-off:before {
    content: "󰯡"
}

.mdi-access-point-off:before {
    content: "󱔑"
}

.mdi-access-point-plus:before {
    content: "󱔺"
}

.mdi-access-point-remove:before {
    content: "󱔻"
}

.mdi-account:before {
    content: "󰀄"
}

.mdi-account-alert:before {
    content: "󰀅"
}

.mdi-account-alert-outline:before {
    content: "󰭐"
}

.mdi-account-arrow-down:before {
    content: "󱡨"
}

.mdi-account-arrow-down-outline:before {
    content: "󱡩"
}

.mdi-account-arrow-left:before {
    content: "󰭑"
}

.mdi-account-arrow-left-outline:before {
    content: "󰭒"
}

.mdi-account-arrow-right:before {
    content: "󰭓"
}

.mdi-account-arrow-right-outline:before {
    content: "󰭔"
}

.mdi-account-arrow-up:before {
    content: "󱡧"
}

.mdi-account-arrow-up-outline:before {
    content: "󱡪"
}

.mdi-account-badge:before {
    content: "󱬊"
}

.mdi-account-badge-outline:before {
    content: "󱬋"
}

.mdi-account-box:before {
    content: "󰀆"
}

.mdi-account-box-edit-outline:before {
    content: "󱳈"
}

.mdi-account-box-minus-outline:before {
    content: "󱳉"
}

.mdi-account-box-multiple:before {
    content: "󰤴"
}

.mdi-account-box-multiple-outline:before {
    content: "󱀊"
}

.mdi-account-box-outline:before {
    content: "󰀇"
}

.mdi-account-box-plus-outline:before {
    content: "󱳊"
}

.mdi-account-cancel:before {
    content: "󱋟"
}

.mdi-account-cancel-outline:before {
    content: "󱋠"
}

.mdi-account-card:before {
    content: "󱮤"
}

.mdi-account-card-outline:before {
    content: "󱮥"
}

.mdi-account-cash:before {
    content: "󱂗"
}

.mdi-account-cash-outline:before {
    content: "󱂘"
}

.mdi-account-check:before {
    content: "󰀈"
}

.mdi-account-check-outline:before {
    content: "󰯢"
}

.mdi-account-child:before {
    content: "󰪉"
}

.mdi-account-child-circle:before {
    content: "󰪊"
}

.mdi-account-child-outline:before {
    content: "󱃈"
}

.mdi-account-circle:before {
    content: "󰀉"
}

.mdi-account-circle-outline:before {
    content: "󰭕"
}

.mdi-account-clock:before {
    content: "󰭖"
}

.mdi-account-clock-outline:before {
    content: "󰭗"
}

.mdi-account-cog:before {
    content: "󱍰"
}

.mdi-account-cog-outline:before {
    content: "󱍱"
}

.mdi-account-convert:before {
    content: "󰀊"
}

.mdi-account-convert-outline:before {
    content: "󱌁"
}

.mdi-account-cowboy-hat:before {
    content: "󰺛"
}

.mdi-account-cowboy-hat-outline:before {
    content: "󱟳"
}

.mdi-account-credit-card:before {
    content: "󱮦"
}

.mdi-account-credit-card-outline:before {
    content: "󱮧"
}

.mdi-account-details:before {
    content: "󰘱"
}

.mdi-account-details-outline:before {
    content: "󱍲"
}

.mdi-account-edit:before {
    content: "󰚼"
}

.mdi-account-edit-outline:before {
    content: "󰿻"
}

.mdi-account-eye:before {
    content: "󰐠"
}

.mdi-account-eye-outline:before {
    content: "󱉻"
}

.mdi-account-file:before {
    content: "󱲧"
}

.mdi-account-file-outline:before {
    content: "󱲨"
}

.mdi-account-file-text:before {
    content: "󱲩"
}

.mdi-account-file-text-outline:before {
    content: "󱲪"
}

.mdi-account-filter:before {
    content: "󰤶"
}

.mdi-account-filter-outline:before {
    content: "󰾝"
}

.mdi-account-group:before {
    content: "󰡉"
}

.mdi-account-group-outline:before {
    content: "󰭘"
}

.mdi-account-hard-hat:before {
    content: "󰖵"
}

.mdi-account-hard-hat-outline:before {
    content: "󱨟"
}

.mdi-account-heart:before {
    content: "󰢙"
}

.mdi-account-heart-outline:before {
    content: "󰯣"
}

.mdi-account-injury:before {
    content: "󱠕"
}

.mdi-account-injury-outline:before {
    content: "󱠖"
}

.mdi-account-key:before {
    content: "󰀋"
}

.mdi-account-key-outline:before {
    content: "󰯤"
}

.mdi-account-lock:before {
    content: "󱅞"
}

.mdi-account-lock-open:before {
    content: "󱥠"
}

.mdi-account-lock-open-outline:before {
    content: "󱥡"
}

.mdi-account-lock-outline:before {
    content: "󱅟"
}

.mdi-account-minus:before {
    content: "󰀍"
}

.mdi-account-minus-outline:before {
    content: "󰫬"
}

.mdi-account-multiple:before {
    content: "󰀎"
}

.mdi-account-multiple-check:before {
    content: "󰣅"
}

.mdi-account-multiple-check-outline:before {
    content: "󱇾"
}

.mdi-account-multiple-minus:before {
    content: "󰗓"
}

.mdi-account-multiple-minus-outline:before {
    content: "󰯥"
}

.mdi-account-multiple-outline:before {
    content: "󰀏"
}

.mdi-account-multiple-plus:before {
    content: "󰀐"
}

.mdi-account-multiple-plus-outline:before {
    content: "󰠀"
}

.mdi-account-multiple-remove:before {
    content: "󱈊"
}

.mdi-account-multiple-remove-outline:before {
    content: "󱈋"
}

.mdi-account-music:before {
    content: "󰠃"
}

.mdi-account-music-outline:before {
    content: "󰳩"
}

.mdi-account-network:before {
    content: "󰀑"
}

.mdi-account-network-off:before {
    content: "󱫱"
}

.mdi-account-network-off-outline:before {
    content: "󱫲"
}

.mdi-account-network-outline:before {
    content: "󰯦"
}

.mdi-account-off:before {
    content: "󰀒"
}

.mdi-account-off-outline:before {
    content: "󰯧"
}

.mdi-account-outline:before {
    content: "󰀓"
}

.mdi-account-plus:before {
    content: "󰀔"
}

.mdi-account-plus-outline:before {
    content: "󰠁"
}

.mdi-account-question:before {
    content: "󰭙"
}

.mdi-account-question-outline:before {
    content: "󰭚"
}

.mdi-account-reactivate:before {
    content: "󱔫"
}

.mdi-account-reactivate-outline:before {
    content: "󱔬"
}

.mdi-account-remove:before {
    content: "󰀕"
}

.mdi-account-remove-outline:before {
    content: "󰫭"
}

.mdi-account-school:before {
    content: "󱨠"
}

.mdi-account-school-outline:before {
    content: "󱨡"
}

.mdi-account-search:before {
    content: "󰀖"
}

.mdi-account-search-outline:before {
    content: "󰤵"
}

.mdi-account-settings:before {
    content: "󰘰"
}

.mdi-account-settings-outline:before {
    content: "󱃉"
}

.mdi-account-star:before {
    content: "󰀗"
}

.mdi-account-star-outline:before {
    content: "󰯨"
}

.mdi-account-supervisor:before {
    content: "󰪋"
}

.mdi-account-supervisor-circle:before {
    content: "󰪌"
}

.mdi-account-supervisor-circle-outline:before {
    content: "󱓬"
}

.mdi-account-supervisor-outline:before {
    content: "󱄭"
}

.mdi-account-switch:before {
    content: "󰀙"
}

.mdi-account-switch-outline:before {
    content: "󰓋"
}

.mdi-account-sync:before {
    content: "󱤛"
}

.mdi-account-sync-outline:before {
    content: "󱤜"
}

.mdi-account-tag:before {
    content: "󱰛"
}

.mdi-account-tag-outline:before {
    content: "󱰜"
}

.mdi-account-tie:before {
    content: "󰳣"
}

.mdi-account-tie-hat:before {
    content: "󱢘"
}

.mdi-account-tie-hat-outline:before {
    content: "󱢙"
}

.mdi-account-tie-outline:before {
    content: "󱃊"
}

.mdi-account-tie-voice:before {
    content: "󱌈"
}

.mdi-account-tie-voice-off:before {
    content: "󱌊"
}

.mdi-account-tie-voice-off-outline:before {
    content: "󱌋"
}

.mdi-account-tie-voice-outline:before {
    content: "󱌉"
}

.mdi-account-tie-woman:before {
    content: "󱪌"
}

.mdi-account-voice:before {
    content: "󰗋"
}

.mdi-account-voice-off:before {
    content: "󰻔"
}

.mdi-account-wrench:before {
    content: "󱢚"
}

.mdi-account-wrench-outline:before {
    content: "󱢛"
}

.mdi-adjust:before {
    content: "󰀚"
}

.mdi-advertisements:before {
    content: "󱤪"
}

.mdi-advertisements-off:before {
    content: "󱤫"
}

.mdi-air-conditioner:before {
    content: "󰀛"
}

.mdi-air-filter:before {
    content: "󰵃"
}

.mdi-air-horn:before {
    content: "󰶬"
}

.mdi-air-humidifier:before {
    content: "󱂙"
}

.mdi-air-humidifier-off:before {
    content: "󱑦"
}

.mdi-air-purifier:before {
    content: "󰵄"
}

.mdi-air-purifier-off:before {
    content: "󱭗"
}

.mdi-airbag:before {
    content: "󰯩"
}

.mdi-airballoon:before {
    content: "󰀜"
}

.mdi-airballoon-outline:before {
    content: "󱀋"
}

.mdi-airplane:before {
    content: "󰀝"
}

.mdi-airplane-alert:before {
    content: "󱡺"
}

.mdi-airplane-check:before {
    content: "󱡻"
}

.mdi-airplane-clock:before {
    content: "󱡼"
}

.mdi-airplane-cog:before {
    content: "󱡽"
}

.mdi-airplane-edit:before {
    content: "󱡾"
}

.mdi-airplane-landing:before {
    content: "󰗔"
}

.mdi-airplane-marker:before {
    content: "󱡿"
}

.mdi-airplane-minus:before {
    content: "󱢀"
}

.mdi-airplane-off:before {
    content: "󰀞"
}

.mdi-airplane-plus:before {
    content: "󱢁"
}

.mdi-airplane-remove:before {
    content: "󱢂"
}

.mdi-airplane-search:before {
    content: "󱢃"
}

.mdi-airplane-settings:before {
    content: "󱢄"
}

.mdi-airplane-takeoff:before {
    content: "󰗕"
}

.mdi-airport:before {
    content: "󰡋"
}

.mdi-alarm:before {
    content: "󰀠"
}

.mdi-alarm-bell:before {
    content: "󰞎"
}

.mdi-alarm-check:before {
    content: "󰀡"
}

.mdi-alarm-light:before {
    content: "󰞏"
}

.mdi-alarm-light-off:before {
    content: "󱜞"
}

.mdi-alarm-light-off-outline:before {
    content: "󱜟"
}

.mdi-alarm-light-outline:before {
    content: "󰯪"
}

.mdi-alarm-multiple:before {
    content: "󰀢"
}

.mdi-alarm-note:before {
    content: "󰹱"
}

.mdi-alarm-note-off:before {
    content: "󰹲"
}

.mdi-alarm-off:before {
    content: "󰀣"
}

.mdi-alarm-panel:before {
    content: "󱗄"
}

.mdi-alarm-panel-outline:before {
    content: "󱗅"
}

.mdi-alarm-plus:before {
    content: "󰀤"
}

.mdi-alarm-snooze:before {
    content: "󰚎"
}

.mdi-album:before {
    content: "󰀥"
}

.mdi-alert:before {
    content: "󰀦"
}

.mdi-alert-box:before {
    content: "󰀧"
}

.mdi-alert-box-outline:before {
    content: "󰳤"
}

.mdi-alert-circle:before {
    content: "󰀨"
}

.mdi-alert-circle-check:before {
    content: "󱇭"
}

.mdi-alert-circle-check-outline:before {
    content: "󱇮"
}

.mdi-alert-circle-outline:before {
    content: "󰗖"
}

.mdi-alert-decagram:before {
    content: "󰚽"
}

.mdi-alert-decagram-outline:before {
    content: "󰳥"
}

.mdi-alert-minus:before {
    content: "󱒻"
}

.mdi-alert-minus-outline:before {
    content: "󱒾"
}

.mdi-alert-octagon:before {
    content: "󰀩"
}

.mdi-alert-octagon-outline:before {
    content: "󰳦"
}

.mdi-alert-octagram:before {
    content: "󰝧"
}

.mdi-alert-octagram-outline:before {
    content: "󰳧"
}

.mdi-alert-outline:before {
    content: "󰀪"
}

.mdi-alert-plus:before {
    content: "󱒺"
}

.mdi-alert-plus-outline:before {
    content: "󱒽"
}

.mdi-alert-remove:before {
    content: "󱒼"
}

.mdi-alert-remove-outline:before {
    content: "󱒿"
}

.mdi-alert-rhombus:before {
    content: "󱇎"
}

.mdi-alert-rhombus-outline:before {
    content: "󱇏"
}

.mdi-alien:before {
    content: "󰢚"
}

.mdi-alien-outline:before {
    content: "󱃋"
}

.mdi-align-horizontal-center:before {
    content: "󱇃"
}

.mdi-align-horizontal-distribute:before {
    content: "󱥢"
}

.mdi-align-horizontal-left:before {
    content: "󱇂"
}

.mdi-align-horizontal-right:before {
    content: "󱇄"
}

.mdi-align-vertical-bottom:before {
    content: "󱇅"
}

.mdi-align-vertical-center:before {
    content: "󱇆"
}

.mdi-align-vertical-distribute:before {
    content: "󱥣"
}

.mdi-align-vertical-top:before {
    content: "󱇇"
}

.mdi-all-inclusive:before {
    content: "󰚾"
}

.mdi-all-inclusive-box:before {
    content: "󱢍"
}

.mdi-all-inclusive-box-outline:before {
    content: "󱢎"
}

.mdi-allergy:before {
    content: "󱉘"
}

.mdi-alpha:before {
    content: "󰀫"
}

.mdi-alpha-a:before {
    content: "󰫮"
}

.mdi-alpha-a-box:before {
    content: "󰬈"
}

.mdi-alpha-a-box-outline:before {
    content: "󰯫"
}

.mdi-alpha-a-circle:before {
    content: "󰯬"
}

.mdi-alpha-a-circle-outline:before {
    content: "󰯭"
}

.mdi-alpha-b:before {
    content: "󰫯"
}

.mdi-alpha-b-box:before {
    content: "󰬉"
}

.mdi-alpha-b-box-outline:before {
    content: "󰯮"
}

.mdi-alpha-b-circle:before {
    content: "󰯯"
}

.mdi-alpha-b-circle-outline:before {
    content: "󰯰"
}

.mdi-alpha-c:before {
    content: "󰫰"
}

.mdi-alpha-c-box:before {
    content: "󰬊"
}

.mdi-alpha-c-box-outline:before {
    content: "󰯱"
}

.mdi-alpha-c-circle:before {
    content: "󰯲"
}

.mdi-alpha-c-circle-outline:before {
    content: "󰯳"
}

.mdi-alpha-d:before {
    content: "󰫱"
}

.mdi-alpha-d-box:before {
    content: "󰬋"
}

.mdi-alpha-d-box-outline:before {
    content: "󰯴"
}

.mdi-alpha-d-circle:before {
    content: "󰯵"
}

.mdi-alpha-d-circle-outline:before {
    content: "󰯶"
}

.mdi-alpha-e:before {
    content: "󰫲"
}

.mdi-alpha-e-box:before {
    content: "󰬌"
}

.mdi-alpha-e-box-outline:before {
    content: "󰯷"
}

.mdi-alpha-e-circle:before {
    content: "󰯸"
}

.mdi-alpha-e-circle-outline:before {
    content: "󰯹"
}

.mdi-alpha-f:before {
    content: "󰫳"
}

.mdi-alpha-f-box:before {
    content: "󰬍"
}

.mdi-alpha-f-box-outline:before {
    content: "󰯺"
}

.mdi-alpha-f-circle:before {
    content: "󰯻"
}

.mdi-alpha-f-circle-outline:before {
    content: "󰯼"
}

.mdi-alpha-g:before {
    content: "󰫴"
}

.mdi-alpha-g-box:before {
    content: "󰬎"
}

.mdi-alpha-g-box-outline:before {
    content: "󰯽"
}

.mdi-alpha-g-circle:before {
    content: "󰯾"
}

.mdi-alpha-g-circle-outline:before {
    content: "󰯿"
}

.mdi-alpha-h:before {
    content: "󰫵"
}

.mdi-alpha-h-box:before {
    content: "󰬏"
}

.mdi-alpha-h-box-outline:before {
    content: "󰰀"
}

.mdi-alpha-h-circle:before {
    content: "󰰁"
}

.mdi-alpha-h-circle-outline:before {
    content: "󰰂"
}

.mdi-alpha-i:before {
    content: "󰫶"
}

.mdi-alpha-i-box:before {
    content: "󰬐"
}

.mdi-alpha-i-box-outline:before {
    content: "󰰃"
}

.mdi-alpha-i-circle:before {
    content: "󰰄"
}

.mdi-alpha-i-circle-outline:before {
    content: "󰰅"
}

.mdi-alpha-j:before {
    content: "󰫷"
}

.mdi-alpha-j-box:before {
    content: "󰬑"
}

.mdi-alpha-j-box-outline:before {
    content: "󰰆"
}

.mdi-alpha-j-circle:before {
    content: "󰰇"
}

.mdi-alpha-j-circle-outline:before {
    content: "󰰈"
}

.mdi-alpha-k:before {
    content: "󰫸"
}

.mdi-alpha-k-box:before {
    content: "󰬒"
}

.mdi-alpha-k-box-outline:before {
    content: "󰰉"
}

.mdi-alpha-k-circle:before {
    content: "󰰊"
}

.mdi-alpha-k-circle-outline:before {
    content: "󰰋"
}

.mdi-alpha-l:before {
    content: "󰫹"
}

.mdi-alpha-l-box:before {
    content: "󰬓"
}

.mdi-alpha-l-box-outline:before {
    content: "󰰌"
}

.mdi-alpha-l-circle:before {
    content: "󰰍"
}

.mdi-alpha-l-circle-outline:before {
    content: "󰰎"
}

.mdi-alpha-m:before {
    content: "󰫺"
}

.mdi-alpha-m-box:before {
    content: "󰬔"
}

.mdi-alpha-m-box-outline:before {
    content: "󰰏"
}

.mdi-alpha-m-circle:before {
    content: "󰰐"
}

.mdi-alpha-m-circle-outline:before {
    content: "󰰑"
}

.mdi-alpha-n:before {
    content: "󰫻"
}

.mdi-alpha-n-box:before {
    content: "󰬕"
}

.mdi-alpha-n-box-outline:before {
    content: "󰰒"
}

.mdi-alpha-n-circle:before {
    content: "󰰓"
}

.mdi-alpha-n-circle-outline:before {
    content: "󰰔"
}

.mdi-alpha-o:before {
    content: "󰫼"
}

.mdi-alpha-o-box:before {
    content: "󰬖"
}

.mdi-alpha-o-box-outline:before {
    content: "󰰕"
}

.mdi-alpha-o-circle:before {
    content: "󰰖"
}

.mdi-alpha-o-circle-outline:before {
    content: "󰰗"
}

.mdi-alpha-p:before {
    content: "󰫽"
}

.mdi-alpha-p-box:before {
    content: "󰬗"
}

.mdi-alpha-p-box-outline:before {
    content: "󰰘"
}

.mdi-alpha-p-circle:before {
    content: "󰰙"
}

.mdi-alpha-p-circle-outline:before {
    content: "󰰚"
}

.mdi-alpha-q:before {
    content: "󰫾"
}

.mdi-alpha-q-box:before {
    content: "󰬘"
}

.mdi-alpha-q-box-outline:before {
    content: "󰰛"
}

.mdi-alpha-q-circle:before {
    content: "󰰜"
}

.mdi-alpha-q-circle-outline:before {
    content: "󰰝"
}

.mdi-alpha-r:before {
    content: "󰫿"
}

.mdi-alpha-r-box:before {
    content: "󰬙"
}

.mdi-alpha-r-box-outline:before {
    content: "󰰞"
}

.mdi-alpha-r-circle:before {
    content: "󰰟"
}

.mdi-alpha-r-circle-outline:before {
    content: "󰰠"
}

.mdi-alpha-s:before {
    content: "󰬀"
}

.mdi-alpha-s-box:before {
    content: "󰬚"
}

.mdi-alpha-s-box-outline:before {
    content: "󰰡"
}

.mdi-alpha-s-circle:before {
    content: "󰰢"
}

.mdi-alpha-s-circle-outline:before {
    content: "󰰣"
}

.mdi-alpha-t:before {
    content: "󰬁"
}

.mdi-alpha-t-box:before {
    content: "󰬛"
}

.mdi-alpha-t-box-outline:before {
    content: "󰰤"
}

.mdi-alpha-t-circle:before {
    content: "󰰥"
}

.mdi-alpha-t-circle-outline:before {
    content: "󰰦"
}

.mdi-alpha-u:before {
    content: "󰬂"
}

.mdi-alpha-u-box:before {
    content: "󰬜"
}

.mdi-alpha-u-box-outline:before {
    content: "󰰧"
}

.mdi-alpha-u-circle:before {
    content: "󰰨"
}

.mdi-alpha-u-circle-outline:before {
    content: "󰰩"
}

.mdi-alpha-v:before {
    content: "󰬃"
}

.mdi-alpha-v-box:before {
    content: "󰬝"
}

.mdi-alpha-v-box-outline:before {
    content: "󰰪"
}

.mdi-alpha-v-circle:before {
    content: "󰰫"
}

.mdi-alpha-v-circle-outline:before {
    content: "󰰬"
}

.mdi-alpha-w:before {
    content: "󰬄"
}

.mdi-alpha-w-box:before {
    content: "󰬞"
}

.mdi-alpha-w-box-outline:before {
    content: "󰰭"
}

.mdi-alpha-w-circle:before {
    content: "󰰮"
}

.mdi-alpha-w-circle-outline:before {
    content: "󰰯"
}

.mdi-alpha-x:before {
    content: "󰬅"
}

.mdi-alpha-x-box:before {
    content: "󰬟"
}

.mdi-alpha-x-box-outline:before {
    content: "󰰰"
}

.mdi-alpha-x-circle:before {
    content: "󰰱"
}

.mdi-alpha-x-circle-outline:before {
    content: "󰰲"
}

.mdi-alpha-y:before {
    content: "󰬆"
}

.mdi-alpha-y-box:before {
    content: "󰬠"
}

.mdi-alpha-y-box-outline:before {
    content: "󰰳"
}

.mdi-alpha-y-circle:before {
    content: "󰰴"
}

.mdi-alpha-y-circle-outline:before {
    content: "󰰵"
}

.mdi-alpha-z:before {
    content: "󰬇"
}

.mdi-alpha-z-box:before {
    content: "󰬡"
}

.mdi-alpha-z-box-outline:before {
    content: "󰰶"
}

.mdi-alpha-z-circle:before {
    content: "󰰷"
}

.mdi-alpha-z-circle-outline:before {
    content: "󰰸"
}

.mdi-alphabet-aurebesh:before {
    content: "󱌬"
}

.mdi-alphabet-cyrillic:before {
    content: "󱌭"
}

.mdi-alphabet-greek:before {
    content: "󱌮"
}

.mdi-alphabet-latin:before {
    content: "󱌯"
}

.mdi-alphabet-piqad:before {
    content: "󱌰"
}

.mdi-alphabet-tengwar:before {
    content: "󱌷"
}

.mdi-alphabetical:before {
    content: "󰀬"
}

.mdi-alphabetical-off:before {
    content: "󱀌"
}

.mdi-alphabetical-variant:before {
    content: "󱀍"
}

.mdi-alphabetical-variant-off:before {
    content: "󱀎"
}

.mdi-altimeter:before {
    content: "󰗗"
}

.mdi-ambulance:before {
    content: "󰀯"
}

.mdi-ammunition:before {
    content: "󰳨"
}

.mdi-ampersand:before {
    content: "󰪍"
}

.mdi-amplifier:before {
    content: "󰀰"
}

.mdi-amplifier-off:before {
    content: "󱆵"
}

.mdi-anchor:before {
    content: "󰀱"
}

.mdi-android:before {
    content: "󰀲"
}

.mdi-android-studio:before {
    content: "󰀴"
}

.mdi-angle-acute:before {
    content: "󰤷"
}

.mdi-angle-obtuse:before {
    content: "󰤸"
}

.mdi-angle-right:before {
    content: "󰤹"
}

.mdi-angular:before {
    content: "󰚲"
}

.mdi-angularjs:before {
    content: "󰚿"
}

.mdi-animation:before {
    content: "󰗘"
}

.mdi-animation-outline:before {
    content: "󰪏"
}

.mdi-animation-play:before {
    content: "󰤺"
}

.mdi-animation-play-outline:before {
    content: "󰪐"
}

.mdi-ansible:before {
    content: "󱂚"
}

.mdi-antenna:before {
    content: "󱄙"
}

.mdi-anvil:before {
    content: "󰢛"
}

.mdi-apache-kafka:before {
    content: "󱀏"
}

.mdi-api:before {
    content: "󱂛"
}

.mdi-api-off:before {
    content: "󱉗"
}

.mdi-apple:before {
    content: "󰀵"
}

.mdi-apple-finder:before {
    content: "󰀶"
}

.mdi-apple-icloud:before {
    content: "󰀸"
}

.mdi-apple-ios:before {
    content: "󰀷"
}

.mdi-apple-keyboard-caps:before {
    content: "󰘲"
}

.mdi-apple-keyboard-command:before {
    content: "󰘳"
}

.mdi-apple-keyboard-control:before {
    content: "󰘴"
}

.mdi-apple-keyboard-option:before {
    content: "󰘵"
}

.mdi-apple-keyboard-shift:before {
    content: "󰘶"
}

.mdi-apple-safari:before {
    content: "󰀹"
}

.mdi-application:before {
    content: "󰣆"
}

.mdi-application-array:before {
    content: "󱃵"
}

.mdi-application-array-outline:before {
    content: "󱃶"
}

.mdi-application-braces:before {
    content: "󱃷"
}

.mdi-application-braces-outline:before {
    content: "󱃸"
}

.mdi-application-brackets:before {
    content: "󰲋"
}

.mdi-application-brackets-outline:before {
    content: "󰲌"
}

.mdi-application-cog:before {
    content: "󰙵"
}

.mdi-application-cog-outline:before {
    content: "󱕷"
}

.mdi-application-edit:before {
    content: "󰂮"
}

.mdi-application-edit-outline:before {
    content: "󰘙"
}

.mdi-application-export:before {
    content: "󰶭"
}

.mdi-application-import:before {
    content: "󰶮"
}

.mdi-application-outline:before {
    content: "󰘔"
}

.mdi-application-parentheses:before {
    content: "󱃹"
}

.mdi-application-parentheses-outline:before {
    content: "󱃺"
}

.mdi-application-settings:before {
    content: "󰭠"
}

.mdi-application-settings-outline:before {
    content: "󱕕"
}

.mdi-application-variable:before {
    content: "󱃻"
}

.mdi-application-variable-outline:before {
    content: "󱃼"
}

.mdi-approximately-equal:before {
    content: "󰾞"
}

.mdi-approximately-equal-box:before {
    content: "󰾟"
}

.mdi-apps:before {
    content: "󰀻"
}

.mdi-apps-box:before {
    content: "󰵆"
}

.mdi-arch:before {
    content: "󰣇"
}

.mdi-archive:before {
    content: "󰀼"
}

.mdi-archive-alert:before {
    content: "󱓽"
}

.mdi-archive-alert-outline:before {
    content: "󱓾"
}

.mdi-archive-arrow-down:before {
    content: "󱉙"
}

.mdi-archive-arrow-down-outline:before {
    content: "󱉚"
}

.mdi-archive-arrow-up:before {
    content: "󱉛"
}

.mdi-archive-arrow-up-outline:before {
    content: "󱉜"
}

.mdi-archive-cancel:before {
    content: "󱝋"
}

.mdi-archive-cancel-outline:before {
    content: "󱝌"
}

.mdi-archive-check:before {
    content: "󱝍"
}

.mdi-archive-check-outline:before {
    content: "󱝎"
}

.mdi-archive-clock:before {
    content: "󱝏"
}

.mdi-archive-clock-outline:before {
    content: "󱝐"
}

.mdi-archive-cog:before {
    content: "󱝑"
}

.mdi-archive-cog-outline:before {
    content: "󱝒"
}

.mdi-archive-edit:before {
    content: "󱝓"
}

.mdi-archive-edit-outline:before {
    content: "󱝔"
}

.mdi-archive-eye:before {
    content: "󱝕"
}

.mdi-archive-eye-outline:before {
    content: "󱝖"
}

.mdi-archive-lock:before {
    content: "󱝗"
}

.mdi-archive-lock-open:before {
    content: "󱝘"
}

.mdi-archive-lock-open-outline:before {
    content: "󱝙"
}

.mdi-archive-lock-outline:before {
    content: "󱝚"
}

.mdi-archive-marker:before {
    content: "󱝛"
}

.mdi-archive-marker-outline:before {
    content: "󱝜"
}

.mdi-archive-minus:before {
    content: "󱝝"
}

.mdi-archive-minus-outline:before {
    content: "󱝞"
}

.mdi-archive-music:before {
    content: "󱝟"
}

.mdi-archive-music-outline:before {
    content: "󱝠"
}

.mdi-archive-off:before {
    content: "󱝡"
}

.mdi-archive-off-outline:before {
    content: "󱝢"
}

.mdi-archive-outline:before {
    content: "󱈎"
}

.mdi-archive-plus:before {
    content: "󱝣"
}

.mdi-archive-plus-outline:before {
    content: "󱝤"
}

.mdi-archive-refresh:before {
    content: "󱝥"
}

.mdi-archive-refresh-outline:before {
    content: "󱝦"
}

.mdi-archive-remove:before {
    content: "󱝧"
}

.mdi-archive-remove-outline:before {
    content: "󱝨"
}

.mdi-archive-search:before {
    content: "󱝩"
}

.mdi-archive-search-outline:before {
    content: "󱝪"
}

.mdi-archive-settings:before {
    content: "󱝫"
}

.mdi-archive-settings-outline:before {
    content: "󱝬"
}

.mdi-archive-star:before {
    content: "󱝭"
}

.mdi-archive-star-outline:before {
    content: "󱝮"
}

.mdi-archive-sync:before {
    content: "󱝯"
}

.mdi-archive-sync-outline:before {
    content: "󱝰"
}

.mdi-arm-flex:before {
    content: "󰿗"
}

.mdi-arm-flex-outline:before {
    content: "󰿖"
}

.mdi-arrange-bring-forward:before {
    content: "󰀽"
}

.mdi-arrange-bring-to-front:before {
    content: "󰀾"
}

.mdi-arrange-send-backward:before {
    content: "󰀿"
}

.mdi-arrange-send-to-back:before {
    content: "󰁀"
}

.mdi-arrow-all:before {
    content: "󰁁"
}

.mdi-arrow-bottom-left:before {
    content: "󰁂"
}

.mdi-arrow-bottom-left-bold-box:before {
    content: "󱥤"
}

.mdi-arrow-bottom-left-bold-box-outline:before {
    content: "󱥥"
}

.mdi-arrow-bottom-left-bold-outline:before {
    content: "󰦷"
}

.mdi-arrow-bottom-left-thick:before {
    content: "󰦸"
}

.mdi-arrow-bottom-left-thin:before {
    content: "󱦶"
}

.mdi-arrow-bottom-left-thin-circle-outline:before {
    content: "󱖖"
}

.mdi-arrow-bottom-right:before {
    content: "󰁃"
}

.mdi-arrow-bottom-right-bold-box:before {
    content: "󱥦"
}

.mdi-arrow-bottom-right-bold-box-outline:before {
    content: "󱥧"
}

.mdi-arrow-bottom-right-bold-outline:before {
    content: "󰦹"
}

.mdi-arrow-bottom-right-thick:before {
    content: "󰦺"
}

.mdi-arrow-bottom-right-thin:before {
    content: "󱦷"
}

.mdi-arrow-bottom-right-thin-circle-outline:before {
    content: "󱖕"
}

.mdi-arrow-collapse:before {
    content: "󰘕"
}

.mdi-arrow-collapse-all:before {
    content: "󰁄"
}

.mdi-arrow-collapse-down:before {
    content: "󰞒"
}

.mdi-arrow-collapse-horizontal:before {
    content: "󰡌"
}

.mdi-arrow-collapse-left:before {
    content: "󰞓"
}

.mdi-arrow-collapse-right:before {
    content: "󰞔"
}

.mdi-arrow-collapse-up:before {
    content: "󰞕"
}

.mdi-arrow-collapse-vertical:before {
    content: "󰡍"
}

.mdi-arrow-decision:before {
    content: "󰦻"
}

.mdi-arrow-decision-auto:before {
    content: "󰦼"
}

.mdi-arrow-decision-auto-outline:before {
    content: "󰦽"
}

.mdi-arrow-decision-outline:before {
    content: "󰦾"
}

.mdi-arrow-down:before {
    content: "󰁅"
}

.mdi-arrow-down-bold:before {
    content: "󰜮"
}

.mdi-arrow-down-bold-box:before {
    content: "󰜯"
}

.mdi-arrow-down-bold-box-outline:before {
    content: "󰜰"
}

.mdi-arrow-down-bold-circle:before {
    content: "󰁇"
}

.mdi-arrow-down-bold-circle-outline:before {
    content: "󰁈"
}

.mdi-arrow-down-bold-hexagon-outline:before {
    content: "󰁉"
}

.mdi-arrow-down-bold-outline:before {
    content: "󰦿"
}

.mdi-arrow-down-box:before {
    content: "󰛀"
}

.mdi-arrow-down-circle:before {
    content: "󰳛"
}

.mdi-arrow-down-circle-outline:before {
    content: "󰳜"
}

.mdi-arrow-down-drop-circle:before {
    content: "󰁊"
}

.mdi-arrow-down-drop-circle-outline:before {
    content: "󰁋"
}

.mdi-arrow-down-left:before {
    content: "󱞡"
}

.mdi-arrow-down-left-bold:before {
    content: "󱞢"
}

.mdi-arrow-down-right:before {
    content: "󱞣"
}

.mdi-arrow-down-right-bold:before {
    content: "󱞤"
}

.mdi-arrow-down-thick:before {
    content: "󰁆"
}

.mdi-arrow-down-thin:before {
    content: "󱦳"
}

.mdi-arrow-down-thin-circle-outline:before {
    content: "󱖙"
}

.mdi-arrow-expand:before {
    content: "󰘖"
}

.mdi-arrow-expand-all:before {
    content: "󰁌"
}

.mdi-arrow-expand-down:before {
    content: "󰞖"
}

.mdi-arrow-expand-horizontal:before {
    content: "󰡎"
}

.mdi-arrow-expand-left:before {
    content: "󰞗"
}

.mdi-arrow-expand-right:before {
    content: "󰞘"
}

.mdi-arrow-expand-up:before {
    content: "󰞙"
}

.mdi-arrow-expand-vertical:before {
    content: "󰡏"
}

.mdi-arrow-horizontal-lock:before {
    content: "󱅛"
}

.mdi-arrow-left:before {
    content: "󰁍"
}

.mdi-arrow-left-bold:before {
    content: "󰜱"
}

.mdi-arrow-left-bold-box:before {
    content: "󰜲"
}

.mdi-arrow-left-bold-box-outline:before {
    content: "󰜳"
}

.mdi-arrow-left-bold-circle:before {
    content: "󰁏"
}

.mdi-arrow-left-bold-circle-outline:before {
    content: "󰁐"
}

.mdi-arrow-left-bold-hexagon-outline:before {
    content: "󰁑"
}

.mdi-arrow-left-bold-outline:before {
    content: "󰧀"
}

.mdi-arrow-left-bottom:before {
    content: "󱞥"
}

.mdi-arrow-left-bottom-bold:before {
    content: "󱞦"
}

.mdi-arrow-left-box:before {
    content: "󰛁"
}

.mdi-arrow-left-circle:before {
    content: "󰳝"
}

.mdi-arrow-left-circle-outline:before {
    content: "󰳞"
}

.mdi-arrow-left-drop-circle:before {
    content: "󰁒"
}

.mdi-arrow-left-drop-circle-outline:before {
    content: "󰁓"
}

.mdi-arrow-left-right:before {
    content: "󰹳"
}

.mdi-arrow-left-right-bold:before {
    content: "󰹴"
}

.mdi-arrow-left-right-bold-outline:before {
    content: "󰧁"
}

.mdi-arrow-left-thick:before {
    content: "󰁎"
}

.mdi-arrow-left-thin:before {
    content: "󱦱"
}

.mdi-arrow-left-thin-circle-outline:before {
    content: "󱖚"
}

.mdi-arrow-left-top:before {
    content: "󱞧"
}

.mdi-arrow-left-top-bold:before {
    content: "󱞨"
}

.mdi-arrow-oscillating:before {
    content: "󱲑"
}

.mdi-arrow-oscillating-off:before {
    content: "󱲒"
}

.mdi-arrow-projectile:before {
    content: "󱡀"
}

.mdi-arrow-projectile-multiple:before {
    content: "󱠿"
}

.mdi-arrow-right:before {
    content: "󰁔"
}

.mdi-arrow-right-bold:before {
    content: "󰜴"
}

.mdi-arrow-right-bold-box:before {
    content: "󰜵"
}

.mdi-arrow-right-bold-box-outline:before {
    content: "󰜶"
}

.mdi-arrow-right-bold-circle:before {
    content: "󰁖"
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "󰁗"
}

.mdi-arrow-right-bold-hexagon-outline:before {
    content: "󰁘"
}

.mdi-arrow-right-bold-outline:before {
    content: "󰧂"
}

.mdi-arrow-right-bottom:before {
    content: "󱞩"
}

.mdi-arrow-right-bottom-bold:before {
    content: "󱞪"
}

.mdi-arrow-right-box:before {
    content: "󰛂"
}

.mdi-arrow-right-circle:before {
    content: "󰳟"
}

.mdi-arrow-right-circle-outline:before {
    content: "󰳠"
}

.mdi-arrow-right-drop-circle:before {
    content: "󰁙"
}

.mdi-arrow-right-drop-circle-outline:before {
    content: "󰁚"
}

.mdi-arrow-right-thick:before {
    content: "󰁕"
}

.mdi-arrow-right-thin:before {
    content: "󱦰"
}

.mdi-arrow-right-thin-circle-outline:before {
    content: "󱖘"
}

.mdi-arrow-right-top:before {
    content: "󱞫"
}

.mdi-arrow-right-top-bold:before {
    content: "󱞬"
}

.mdi-arrow-split-horizontal:before {
    content: "󰤻"
}

.mdi-arrow-split-vertical:before {
    content: "󰤼"
}

.mdi-arrow-top-left:before {
    content: "󰁛"
}

.mdi-arrow-top-left-bold-box:before {
    content: "󱥨"
}

.mdi-arrow-top-left-bold-box-outline:before {
    content: "󱥩"
}

.mdi-arrow-top-left-bold-outline:before {
    content: "󰧃"
}

.mdi-arrow-top-left-bottom-right:before {
    content: "󰹵"
}

.mdi-arrow-top-left-bottom-right-bold:before {
    content: "󰹶"
}

.mdi-arrow-top-left-thick:before {
    content: "󰧄"
}

.mdi-arrow-top-left-thin:before {
    content: "󱦵"
}

.mdi-arrow-top-left-thin-circle-outline:before {
    content: "󱖓"
}

.mdi-arrow-top-right:before {
    content: "󰁜"
}

.mdi-arrow-top-right-bold-box:before {
    content: "󱥪"
}

.mdi-arrow-top-right-bold-box-outline:before {
    content: "󱥫"
}

.mdi-arrow-top-right-bold-outline:before {
    content: "󰧅"
}

.mdi-arrow-top-right-bottom-left:before {
    content: "󰹷"
}

.mdi-arrow-top-right-bottom-left-bold:before {
    content: "󰹸"
}

.mdi-arrow-top-right-thick:before {
    content: "󰧆"
}

.mdi-arrow-top-right-thin:before {
    content: "󱦴"
}

.mdi-arrow-top-right-thin-circle-outline:before {
    content: "󱖔"
}

.mdi-arrow-u-down-left:before {
    content: "󱞭"
}

.mdi-arrow-u-down-left-bold:before {
    content: "󱞮"
}

.mdi-arrow-u-down-right:before {
    content: "󱞯"
}

.mdi-arrow-u-down-right-bold:before {
    content: "󱞰"
}

.mdi-arrow-u-left-bottom:before {
    content: "󱞱"
}

.mdi-arrow-u-left-bottom-bold:before {
    content: "󱞲"
}

.mdi-arrow-u-left-top:before {
    content: "󱞳"
}

.mdi-arrow-u-left-top-bold:before {
    content: "󱞴"
}

.mdi-arrow-u-right-bottom:before {
    content: "󱞵"
}

.mdi-arrow-u-right-bottom-bold:before {
    content: "󱞶"
}

.mdi-arrow-u-right-top:before {
    content: "󱞷"
}

.mdi-arrow-u-right-top-bold:before {
    content: "󱞸"
}

.mdi-arrow-u-up-left:before {
    content: "󱞹"
}

.mdi-arrow-u-up-left-bold:before {
    content: "󱞺"
}

.mdi-arrow-u-up-right:before {
    content: "󱞻"
}

.mdi-arrow-u-up-right-bold:before {
    content: "󱞼"
}

.mdi-arrow-up:before {
    content: "󰁝"
}

.mdi-arrow-up-bold:before {
    content: "󰜷"
}

.mdi-arrow-up-bold-box:before {
    content: "󰜸"
}

.mdi-arrow-up-bold-box-outline:before {
    content: "󰜹"
}

.mdi-arrow-up-bold-circle:before {
    content: "󰁟"
}

.mdi-arrow-up-bold-circle-outline:before {
    content: "󰁠"
}

.mdi-arrow-up-bold-hexagon-outline:before {
    content: "󰁡"
}

.mdi-arrow-up-bold-outline:before {
    content: "󰧇"
}

.mdi-arrow-up-box:before {
    content: "󰛃"
}

.mdi-arrow-up-circle:before {
    content: "󰳡"
}

.mdi-arrow-up-circle-outline:before {
    content: "󰳢"
}

.mdi-arrow-up-down:before {
    content: "󰹹"
}

.mdi-arrow-up-down-bold:before {
    content: "󰹺"
}

.mdi-arrow-up-down-bold-outline:before {
    content: "󰧈"
}

.mdi-arrow-up-drop-circle:before {
    content: "󰁢"
}

.mdi-arrow-up-drop-circle-outline:before {
    content: "󰁣"
}

.mdi-arrow-up-left:before {
    content: "󱞽"
}

.mdi-arrow-up-left-bold:before {
    content: "󱞾"
}

.mdi-arrow-up-right:before {
    content: "󱞿"
}

.mdi-arrow-up-right-bold:before {
    content: "󱟀"
}

.mdi-arrow-up-thick:before {
    content: "󰁞"
}

.mdi-arrow-up-thin:before {
    content: "󱦲"
}

.mdi-arrow-up-thin-circle-outline:before {
    content: "󱖗"
}

.mdi-arrow-vertical-lock:before {
    content: "󱅜"
}

.mdi-artboard:before {
    content: "󱮚"
}

.mdi-artstation:before {
    content: "󰭛"
}

.mdi-aspect-ratio:before {
    content: "󰨤"
}

.mdi-assistant:before {
    content: "󰁤"
}

.mdi-asterisk:before {
    content: "󰛄"
}

.mdi-asterisk-circle-outline:before {
    content: "󱨧"
}

.mdi-at:before {
    content: "󰁥"
}

.mdi-atlassian:before {
    content: "󰠄"
}

.mdi-atm:before {
    content: "󰵇"
}

.mdi-atom:before {
    content: "󰝨"
}

.mdi-atom-variant:before {
    content: "󰹻"
}

.mdi-attachment:before {
    content: "󰁦"
}

.mdi-attachment-check:before {
    content: "󱫁"
}

.mdi-attachment-lock:before {
    content: "󱧄"
}

.mdi-attachment-minus:before {
    content: "󱫂"
}

.mdi-attachment-off:before {
    content: "󱫃"
}

.mdi-attachment-plus:before {
    content: "󱫄"
}

.mdi-attachment-remove:before {
    content: "󱫅"
}

.mdi-atv:before {
    content: "󱭰"
}

.mdi-audio-input-rca:before {
    content: "󱡫"
}

.mdi-audio-input-stereo-minijack:before {
    content: "󱡬"
}

.mdi-audio-input-xlr:before {
    content: "󱡭"
}

.mdi-audio-video:before {
    content: "󰤽"
}

.mdi-audio-video-off:before {
    content: "󱆶"
}

.mdi-augmented-reality:before {
    content: "󰡐"
}

.mdi-aurora:before {
    content: "󱮹"
}

.mdi-auto-download:before {
    content: "󱍾"
}

.mdi-auto-fix:before {
    content: "󰁨"
}

.mdi-auto-mode:before {
    content: "󱰠"
}

.mdi-auto-upload:before {
    content: "󰁩"
}

.mdi-autorenew:before {
    content: "󰁪"
}

.mdi-autorenew-off:before {
    content: "󱧧"
}

.mdi-av-timer:before {
    content: "󰁫"
}

.mdi-awning:before {
    content: "󱮇"
}

.mdi-awning-outline:before {
    content: "󱮈"
}

.mdi-aws:before {
    content: "󰸏"
}

.mdi-axe:before {
    content: "󰣈"
}

.mdi-axe-battle:before {
    content: "󱡂"
}

.mdi-axis:before {
    content: "󰵈"
}

.mdi-axis-arrow:before {
    content: "󰵉"
}

.mdi-axis-arrow-info:before {
    content: "󱐎"
}

.mdi-axis-arrow-lock:before {
    content: "󰵊"
}

.mdi-axis-lock:before {
    content: "󰵋"
}

.mdi-axis-x-arrow:before {
    content: "󰵌"
}

.mdi-axis-x-arrow-lock:before {
    content: "󰵍"
}

.mdi-axis-x-rotate-clockwise:before {
    content: "󰵎"
}

.mdi-axis-x-rotate-counterclockwise:before {
    content: "󰵏"
}

.mdi-axis-x-y-arrow-lock:before {
    content: "󰵐"
}

.mdi-axis-y-arrow:before {
    content: "󰵑"
}

.mdi-axis-y-arrow-lock:before {
    content: "󰵒"
}

.mdi-axis-y-rotate-clockwise:before {
    content: "󰵓"
}

.mdi-axis-y-rotate-counterclockwise:before {
    content: "󰵔"
}

.mdi-axis-z-arrow:before {
    content: "󰵕"
}

.mdi-axis-z-arrow-lock:before {
    content: "󰵖"
}

.mdi-axis-z-rotate-clockwise:before {
    content: "󰵗"
}

.mdi-axis-z-rotate-counterclockwise:before {
    content: "󰵘"
}

.mdi-babel:before {
    content: "󰨥"
}

.mdi-baby:before {
    content: "󰁬"
}

.mdi-baby-bottle:before {
    content: "󰼹"
}

.mdi-baby-bottle-outline:before {
    content: "󰼺"
}

.mdi-baby-buggy:before {
    content: "󱏠"
}

.mdi-baby-buggy-off:before {
    content: "󱫳"
}

.mdi-baby-carriage:before {
    content: "󰚏"
}

.mdi-baby-carriage-off:before {
    content: "󰾠"
}

.mdi-baby-face:before {
    content: "󰹼"
}

.mdi-baby-face-outline:before {
    content: "󰹽"
}

.mdi-backburger:before {
    content: "󰁭"
}

.mdi-backspace:before {
    content: "󰁮"
}

.mdi-backspace-outline:before {
    content: "󰭜"
}

.mdi-backspace-reverse:before {
    content: "󰹾"
}

.mdi-backspace-reverse-outline:before {
    content: "󰹿"
}

.mdi-backup-restore:before {
    content: "󰁯"
}

.mdi-bacteria:before {
    content: "󰻕"
}

.mdi-bacteria-outline:before {
    content: "󰻖"
}

.mdi-badge-account:before {
    content: "󰶧"
}

.mdi-badge-account-alert:before {
    content: "󰶨"
}

.mdi-badge-account-alert-outline:before {
    content: "󰶩"
}

.mdi-badge-account-horizontal:before {
    content: "󰸍"
}

.mdi-badge-account-horizontal-outline:before {
    content: "󰸎"
}

.mdi-badge-account-outline:before {
    content: "󰶪"
}

.mdi-badminton:before {
    content: "󰡑"
}

.mdi-bag-carry-on:before {
    content: "󰼻"
}

.mdi-bag-carry-on-check:before {
    content: "󰵥"
}

.mdi-bag-carry-on-off:before {
    content: "󰼼"
}

.mdi-bag-checked:before {
    content: "󰼽"
}

.mdi-bag-personal:before {
    content: "󰸐"
}

.mdi-bag-personal-off:before {
    content: "󰸑"
}

.mdi-bag-personal-off-outline:before {
    content: "󰸒"
}

.mdi-bag-personal-outline:before {
    content: "󰸓"
}

.mdi-bag-personal-plus:before {
    content: "󱲤"
}

.mdi-bag-personal-plus-outline:before {
    content: "󱲥"
}

.mdi-bag-personal-tag:before {
    content: "󱬌"
}

.mdi-bag-personal-tag-outline:before {
    content: "󱬍"
}

.mdi-bag-suitcase:before {
    content: "󱖋"
}

.mdi-bag-suitcase-off:before {
    content: "󱖍"
}

.mdi-bag-suitcase-off-outline:before {
    content: "󱖎"
}

.mdi-bag-suitcase-outline:before {
    content: "󱖌"
}

.mdi-baguette:before {
    content: "󰼾"
}

.mdi-balcony:before {
    content: "󱠗"
}

.mdi-balloon:before {
    content: "󰨦"
}

.mdi-ballot:before {
    content: "󰧉"
}

.mdi-ballot-outline:before {
    content: "󰧊"
}

.mdi-ballot-recount:before {
    content: "󰰹"
}

.mdi-ballot-recount-outline:before {
    content: "󰰺"
}

.mdi-bandage:before {
    content: "󰶯"
}

.mdi-bank:before {
    content: "󰁰"
}

.mdi-bank-check:before {
    content: "󱙕"
}

.mdi-bank-circle:before {
    content: "󱰃"
}

.mdi-bank-circle-outline:before {
    content: "󱰄"
}

.mdi-bank-minus:before {
    content: "󰶰"
}

.mdi-bank-off:before {
    content: "󱙖"
}

.mdi-bank-off-outline:before {
    content: "󱙗"
}

.mdi-bank-outline:before {
    content: "󰺀"
}

.mdi-bank-plus:before {
    content: "󰶱"
}

.mdi-bank-remove:before {
    content: "󰶲"
}

.mdi-bank-transfer:before {
    content: "󰨧"
}

.mdi-bank-transfer-in:before {
    content: "󰨨"
}

.mdi-bank-transfer-out:before {
    content: "󰨩"
}

.mdi-barcode:before {
    content: "󰁱"
}

.mdi-barcode-off:before {
    content: "󱈶"
}

.mdi-barcode-scan:before {
    content: "󰁲"
}

.mdi-barley:before {
    content: "󰁳"
}

.mdi-barley-off:before {
    content: "󰭝"
}

.mdi-barn:before {
    content: "󰭞"
}

.mdi-barrel:before {
    content: "󰁴"
}

.mdi-barrel-outline:before {
    content: "󱨨"
}

.mdi-baseball:before {
    content: "󰡒"
}

.mdi-baseball-bat:before {
    content: "󰡓"
}

.mdi-baseball-diamond:before {
    content: "󱗬"
}

.mdi-baseball-diamond-outline:before {
    content: "󱗭"
}

.mdi-baseball-outline:before {
    content: "󱱚"
}

.mdi-bash:before {
    content: "󱆃"
}

.mdi-basket:before {
    content: "󰁶"
}

.mdi-basket-check:before {
    content: "󱣥"
}

.mdi-basket-check-outline:before {
    content: "󱣦"
}

.mdi-basket-fill:before {
    content: "󰁷"
}

.mdi-basket-minus:before {
    content: "󱔣"
}

.mdi-basket-minus-outline:before {
    content: "󱔤"
}

.mdi-basket-off:before {
    content: "󱔥"
}

.mdi-basket-off-outline:before {
    content: "󱔦"
}

.mdi-basket-outline:before {
    content: "󱆁"
}

.mdi-basket-plus:before {
    content: "󱔧"
}

.mdi-basket-plus-outline:before {
    content: "󱔨"
}

.mdi-basket-remove:before {
    content: "󱔩"
}

.mdi-basket-remove-outline:before {
    content: "󱔪"
}

.mdi-basket-unfill:before {
    content: "󰁸"
}

.mdi-basketball:before {
    content: "󰠆"
}

.mdi-basketball-hoop:before {
    content: "󰰻"
}

.mdi-basketball-hoop-outline:before {
    content: "󰰼"
}

.mdi-bat:before {
    content: "󰭟"
}

.mdi-bathtub:before {
    content: "󱠘"
}

.mdi-bathtub-outline:before {
    content: "󱠙"
}

.mdi-battery:before {
    content: "󰁹"
}

.mdi-battery-10:before {
    content: "󰁺"
}

.mdi-battery-10-bluetooth:before {
    content: "󰤾"
}

.mdi-battery-20:before {
    content: "󰁻"
}

.mdi-battery-20-bluetooth:before {
    content: "󰤿"
}

.mdi-battery-30:before {
    content: "󰁼"
}

.mdi-battery-30-bluetooth:before {
    content: "󰥀"
}

.mdi-battery-40:before {
    content: "󰁽"
}

.mdi-battery-40-bluetooth:before {
    content: "󰥁"
}

.mdi-battery-50:before {
    content: "󰁾"
}

.mdi-battery-50-bluetooth:before {
    content: "󰥂"
}

.mdi-battery-60:before {
    content: "󰁿"
}

.mdi-battery-60-bluetooth:before {
    content: "󰥃"
}

.mdi-battery-70:before {
    content: "󰂀"
}

.mdi-battery-70-bluetooth:before {
    content: "󰥄"
}

.mdi-battery-80:before {
    content: "󰂁"
}

.mdi-battery-80-bluetooth:before {
    content: "󰥅"
}

.mdi-battery-90:before {
    content: "󰂂"
}

.mdi-battery-90-bluetooth:before {
    content: "󰥆"
}

.mdi-battery-alert:before {
    content: "󰂃"
}

.mdi-battery-alert-bluetooth:before {
    content: "󰥇"
}

.mdi-battery-alert-variant:before {
    content: "󱃌"
}

.mdi-battery-alert-variant-outline:before {
    content: "󱃍"
}

.mdi-battery-arrow-down:before {
    content: "󱟞"
}

.mdi-battery-arrow-down-outline:before {
    content: "󱟟"
}

.mdi-battery-arrow-up:before {
    content: "󱟠"
}

.mdi-battery-arrow-up-outline:before {
    content: "󱟡"
}

.mdi-battery-bluetooth:before {
    content: "󰥈"
}

.mdi-battery-bluetooth-variant:before {
    content: "󰥉"
}

.mdi-battery-charging:before {
    content: "󰂄"
}

.mdi-battery-charging-10:before {
    content: "󰢜"
}

.mdi-battery-charging-100:before {
    content: "󰂅"
}

.mdi-battery-charging-20:before {
    content: "󰂆"
}

.mdi-battery-charging-30:before {
    content: "󰂇"
}

.mdi-battery-charging-40:before {
    content: "󰂈"
}

.mdi-battery-charging-50:before {
    content: "󰢝"
}

.mdi-battery-charging-60:before {
    content: "󰂉"
}

.mdi-battery-charging-70:before {
    content: "󰢞"
}

.mdi-battery-charging-80:before {
    content: "󰂊"
}

.mdi-battery-charging-90:before {
    content: "󰂋"
}

.mdi-battery-charging-high:before {
    content: "󱊦"
}

.mdi-battery-charging-low:before {
    content: "󱊤"
}

.mdi-battery-charging-medium:before {
    content: "󱊥"
}

.mdi-battery-charging-outline:before {
    content: "󰢟"
}

.mdi-battery-charging-wireless:before {
    content: "󰠇"
}

.mdi-battery-charging-wireless-10:before {
    content: "󰠈"
}

.mdi-battery-charging-wireless-20:before {
    content: "󰠉"
}

.mdi-battery-charging-wireless-30:before {
    content: "󰠊"
}

.mdi-battery-charging-wireless-40:before {
    content: "󰠋"
}

.mdi-battery-charging-wireless-50:before {
    content: "󰠌"
}

.mdi-battery-charging-wireless-60:before {
    content: "󰠍"
}

.mdi-battery-charging-wireless-70:before {
    content: "󰠎"
}

.mdi-battery-charging-wireless-80:before {
    content: "󰠏"
}

.mdi-battery-charging-wireless-90:before {
    content: "󰠐"
}

.mdi-battery-charging-wireless-alert:before {
    content: "󰠑"
}

.mdi-battery-charging-wireless-outline:before {
    content: "󰠒"
}

.mdi-battery-check:before {
    content: "󱟢"
}

.mdi-battery-check-outline:before {
    content: "󱟣"
}

.mdi-battery-clock:before {
    content: "󱧥"
}

.mdi-battery-clock-outline:before {
    content: "󱧦"
}

.mdi-battery-heart:before {
    content: "󱈏"
}

.mdi-battery-heart-outline:before {
    content: "󱈐"
}

.mdi-battery-heart-variant:before {
    content: "󱈑"
}

.mdi-battery-high:before {
    content: "󱊣"
}

.mdi-battery-lock:before {
    content: "󱞜"
}

.mdi-battery-lock-open:before {
    content: "󱞝"
}

.mdi-battery-low:before {
    content: "󱊡"
}

.mdi-battery-medium:before {
    content: "󱊢"
}

.mdi-battery-minus:before {
    content: "󱟤"
}

.mdi-battery-minus-outline:before {
    content: "󱟥"
}

.mdi-battery-minus-variant:before {
    content: "󰂌"
}

.mdi-battery-negative:before {
    content: "󰂍"
}

.mdi-battery-off:before {
    content: "󱉝"
}

.mdi-battery-off-outline:before {
    content: "󱉞"
}

.mdi-battery-outline:before {
    content: "󰂎"
}

.mdi-battery-plus:before {
    content: "󱟦"
}

.mdi-battery-plus-outline:before {
    content: "󱟧"
}

.mdi-battery-plus-variant:before {
    content: "󰂏"
}

.mdi-battery-positive:before {
    content: "󰂐"
}

.mdi-battery-remove:before {
    content: "󱟨"
}

.mdi-battery-remove-outline:before {
    content: "󱟩"
}

.mdi-battery-sync:before {
    content: "󱠴"
}

.mdi-battery-sync-outline:before {
    content: "󱠵"
}

.mdi-battery-unknown:before {
    content: "󰂑"
}

.mdi-battery-unknown-bluetooth:before {
    content: "󰥊"
}

.mdi-beach:before {
    content: "󰂒"
}

.mdi-beaker:before {
    content: "󰳪"
}

.mdi-beaker-alert:before {
    content: "󱈩"
}

.mdi-beaker-alert-outline:before {
    content: "󱈪"
}

.mdi-beaker-check:before {
    content: "󱈫"
}

.mdi-beaker-check-outline:before {
    content: "󱈬"
}

.mdi-beaker-minus:before {
    content: "󱈭"
}

.mdi-beaker-minus-outline:before {
    content: "󱈮"
}

.mdi-beaker-outline:before {
    content: "󰚐"
}

.mdi-beaker-plus:before {
    content: "󱈯"
}

.mdi-beaker-plus-outline:before {
    content: "󱈰"
}

.mdi-beaker-question:before {
    content: "󱈱"
}

.mdi-beaker-question-outline:before {
    content: "󱈲"
}

.mdi-beaker-remove:before {
    content: "󱈳"
}

.mdi-beaker-remove-outline:before {
    content: "󱈴"
}

.mdi-bed:before {
    content: "󰋣"
}

.mdi-bed-clock:before {
    content: "󱮔"
}

.mdi-bed-double:before {
    content: "󰿔"
}

.mdi-bed-double-outline:before {
    content: "󰿓"
}

.mdi-bed-empty:before {
    content: "󰢠"
}

.mdi-bed-king:before {
    content: "󰿒"
}

.mdi-bed-king-outline:before {
    content: "󰿑"
}

.mdi-bed-outline:before {
    content: "󰂙"
}

.mdi-bed-queen:before {
    content: "󰿐"
}

.mdi-bed-queen-outline:before {
    content: "󰿛"
}

.mdi-bed-single:before {
    content: "󱁭"
}

.mdi-bed-single-outline:before {
    content: "󱁮"
}

.mdi-bee:before {
    content: "󰾡"
}

.mdi-bee-flower:before {
    content: "󰾢"
}

.mdi-beehive-off-outline:before {
    content: "󱏭"
}

.mdi-beehive-outline:before {
    content: "󱃎"
}

.mdi-beekeeper:before {
    content: "󱓢"
}

.mdi-beer:before {
    content: "󰂘"
}

.mdi-beer-outline:before {
    content: "󱌌"
}

.mdi-bell:before {
    content: "󰂚"
}

.mdi-bell-alert:before {
    content: "󰵙"
}

.mdi-bell-alert-outline:before {
    content: "󰺁"
}

.mdi-bell-badge:before {
    content: "󱅫"
}

.mdi-bell-badge-outline:before {
    content: "󰅸"
}

.mdi-bell-cancel:before {
    content: "󱏧"
}

.mdi-bell-cancel-outline:before {
    content: "󱏨"
}

.mdi-bell-check:before {
    content: "󱇥"
}

.mdi-bell-check-outline:before {
    content: "󱇦"
}

.mdi-bell-circle:before {
    content: "󰵚"
}

.mdi-bell-circle-outline:before {
    content: "󰵛"
}

.mdi-bell-cog:before {
    content: "󱨩"
}

.mdi-bell-cog-outline:before {
    content: "󱨪"
}

.mdi-bell-minus:before {
    content: "󱏩"
}

.mdi-bell-minus-outline:before {
    content: "󱏪"
}

.mdi-bell-off:before {
    content: "󰂛"
}

.mdi-bell-off-outline:before {
    content: "󰪑"
}

.mdi-bell-outline:before {
    content: "󰂜"
}

.mdi-bell-plus:before {
    content: "󰂝"
}

.mdi-bell-plus-outline:before {
    content: "󰪒"
}

.mdi-bell-remove:before {
    content: "󱏫"
}

.mdi-bell-remove-outline:before {
    content: "󱏬"
}

.mdi-bell-ring:before {
    content: "󰂞"
}

.mdi-bell-ring-outline:before {
    content: "󰂟"
}

.mdi-bell-sleep:before {
    content: "󰂠"
}

.mdi-bell-sleep-outline:before {
    content: "󰪓"
}

.mdi-bench:before {
    content: "󱰡"
}

.mdi-bench-back:before {
    content: "󱰢"
}

.mdi-beta:before {
    content: "󰂡"
}

.mdi-betamax:before {
    content: "󰧋"
}

.mdi-biathlon:before {
    content: "󰸔"
}

.mdi-bicycle:before {
    content: "󱂜"
}

.mdi-bicycle-basket:before {
    content: "󱈵"
}

.mdi-bicycle-cargo:before {
    content: "󱢜"
}

.mdi-bicycle-electric:before {
    content: "󱖴"
}

.mdi-bicycle-penny-farthing:before {
    content: "󱗩"
}

.mdi-bike:before {
    content: "󰂣"
}

.mdi-bike-fast:before {
    content: "󱄟"
}

.mdi-bike-pedal:before {
    content: "󱰣"
}

.mdi-bike-pedal-clipless:before {
    content: "󱰤"
}

.mdi-bike-pedal-mountain:before {
    content: "󱰥"
}

.mdi-billboard:before {
    content: "󱀐"
}

.mdi-billiards:before {
    content: "󰭡"
}

.mdi-billiards-rack:before {
    content: "󰭢"
}

.mdi-binoculars:before {
    content: "󰂥"
}

.mdi-bio:before {
    content: "󰂦"
}

.mdi-biohazard:before {
    content: "󰂧"
}

.mdi-bird:before {
    content: "󱗆"
}

.mdi-bitbucket:before {
    content: "󰂨"
}

.mdi-bitcoin:before {
    content: "󰠓"
}

.mdi-black-mesa:before {
    content: "󰂩"
}

.mdi-blender:before {
    content: "󰳫"
}

.mdi-blender-outline:before {
    content: "󱠚"
}

.mdi-blender-software:before {
    content: "󰂫"
}

.mdi-blinds:before {
    content: "󰂬"
}

.mdi-blinds-horizontal:before {
    content: "󱨫"
}

.mdi-blinds-horizontal-closed:before {
    content: "󱨬"
}

.mdi-blinds-open:before {
    content: "󱀑"
}

.mdi-blinds-vertical:before {
    content: "󱨭"
}

.mdi-blinds-vertical-closed:before {
    content: "󱨮"
}

.mdi-block-helper:before {
    content: "󰂭"
}

.mdi-blood-bag:before {
    content: "󰳬"
}

.mdi-bluetooth:before {
    content: "󰂯"
}

.mdi-bluetooth-audio:before {
    content: "󰂰"
}

.mdi-bluetooth-connect:before {
    content: "󰂱"
}

.mdi-bluetooth-off:before {
    content: "󰂲"
}

.mdi-bluetooth-settings:before {
    content: "󰂳"
}

.mdi-bluetooth-transfer:before {
    content: "󰂴"
}

.mdi-blur:before {
    content: "󰂵"
}

.mdi-blur-linear:before {
    content: "󰂶"
}

.mdi-blur-off:before {
    content: "󰂷"
}

.mdi-blur-radial:before {
    content: "󰂸"
}

.mdi-bolt:before {
    content: "󰶳"
}

.mdi-bomb:before {
    content: "󰚑"
}

.mdi-bomb-off:before {
    content: "󰛅"
}

.mdi-bone:before {
    content: "󰂹"
}

.mdi-bone-off:before {
    content: "󱧠"
}

.mdi-book:before {
    content: "󰂺"
}

.mdi-book-account:before {
    content: "󱎭"
}

.mdi-book-account-outline:before {
    content: "󱎮"
}

.mdi-book-alert:before {
    content: "󱙼"
}

.mdi-book-alert-outline:before {
    content: "󱙽"
}

.mdi-book-alphabet:before {
    content: "󰘝"
}

.mdi-book-arrow-down:before {
    content: "󱙾"
}

.mdi-book-arrow-down-outline:before {
    content: "󱙿"
}

.mdi-book-arrow-left:before {
    content: "󱚀"
}

.mdi-book-arrow-left-outline:before {
    content: "󱚁"
}

.mdi-book-arrow-right:before {
    content: "󱚂"
}

.mdi-book-arrow-right-outline:before {
    content: "󱚃"
}

.mdi-book-arrow-up:before {
    content: "󱚄"
}

.mdi-book-arrow-up-outline:before {
    content: "󱚅"
}

.mdi-book-cancel:before {
    content: "󱚆"
}

.mdi-book-cancel-outline:before {
    content: "󱚇"
}

.mdi-book-check:before {
    content: "󱓳"
}

.mdi-book-check-outline:before {
    content: "󱓴"
}

.mdi-book-clock:before {
    content: "󱚈"
}

.mdi-book-clock-outline:before {
    content: "󱚉"
}

.mdi-book-cog:before {
    content: "󱚊"
}

.mdi-book-cog-outline:before {
    content: "󱚋"
}

.mdi-book-cross:before {
    content: "󰂢"
}

.mdi-book-edit:before {
    content: "󱚌"
}

.mdi-book-edit-outline:before {
    content: "󱚍"
}

.mdi-book-education:before {
    content: "󱛉"
}

.mdi-book-education-outline:before {
    content: "󱛊"
}

.mdi-book-heart:before {
    content: "󱨝"
}

.mdi-book-heart-outline:before {
    content: "󱨞"
}

.mdi-book-information-variant:before {
    content: "󱁯"
}

.mdi-book-lock:before {
    content: "󰞚"
}

.mdi-book-lock-open:before {
    content: "󰞛"
}

.mdi-book-lock-open-outline:before {
    content: "󱚎"
}

.mdi-book-lock-outline:before {
    content: "󱚏"
}

.mdi-book-marker:before {
    content: "󱚐"
}

.mdi-book-marker-outline:before {
    content: "󱚑"
}

.mdi-book-minus:before {
    content: "󰗙"
}

.mdi-book-minus-multiple:before {
    content: "󰪔"
}

.mdi-book-minus-multiple-outline:before {
    content: "󰤋"
}

.mdi-book-minus-outline:before {
    content: "󱚒"
}

.mdi-book-multiple:before {
    content: "󰂻"
}

.mdi-book-multiple-outline:before {
    content: "󰐶"
}

.mdi-book-music:before {
    content: "󰁧"
}

.mdi-book-music-outline:before {
    content: "󱚓"
}

.mdi-book-off:before {
    content: "󱚔"
}

.mdi-book-off-outline:before {
    content: "󱚕"
}

.mdi-book-open:before {
    content: "󰂽"
}

.mdi-book-open-blank-variant:before {
    content: "󰂾"
}

.mdi-book-open-blank-variant-outline:before {
    content: "󱳋"
}

.mdi-book-open-outline:before {
    content: "󰭣"
}

.mdi-book-open-page-variant:before {
    content: "󰗚"
}

.mdi-book-open-page-variant-outline:before {
    content: "󱗖"
}

.mdi-book-open-variant:before {
    content: "󱓷"
}

.mdi-book-open-variant-outline:before {
    content: "󱳌"
}

.mdi-book-outline:before {
    content: "󰭤"
}

.mdi-book-play:before {
    content: "󰺂"
}

.mdi-book-play-outline:before {
    content: "󰺃"
}

.mdi-book-plus:before {
    content: "󰗛"
}

.mdi-book-plus-multiple:before {
    content: "󰪕"
}

.mdi-book-plus-multiple-outline:before {
    content: "󰫞"
}

.mdi-book-plus-outline:before {
    content: "󱚖"
}

.mdi-book-refresh:before {
    content: "󱚗"
}

.mdi-book-refresh-outline:before {
    content: "󱚘"
}

.mdi-book-remove:before {
    content: "󰪗"
}

.mdi-book-remove-multiple:before {
    content: "󰪖"
}

.mdi-book-remove-multiple-outline:before {
    content: "󰓊"
}

.mdi-book-remove-outline:before {
    content: "󱚙"
}

.mdi-book-search:before {
    content: "󰺄"
}

.mdi-book-search-outline:before {
    content: "󰺅"
}

.mdi-book-settings:before {
    content: "󱚚"
}

.mdi-book-settings-outline:before {
    content: "󱚛"
}

.mdi-book-sync:before {
    content: "󱚜"
}

.mdi-book-sync-outline:before {
    content: "󱛈"
}

.mdi-book-variant:before {
    content: "󰂿"
}

.mdi-bookmark:before {
    content: "󰃀"
}

.mdi-bookmark-box:before {
    content: "󱭵"
}

.mdi-bookmark-box-multiple:before {
    content: "󱥬"
}

.mdi-bookmark-box-multiple-outline:before {
    content: "󱥭"
}

.mdi-bookmark-box-outline:before {
    content: "󱭶"
}

.mdi-bookmark-check:before {
    content: "󰃁"
}

.mdi-bookmark-check-outline:before {
    content: "󱍻"
}

.mdi-bookmark-minus:before {
    content: "󰧌"
}

.mdi-bookmark-minus-outline:before {
    content: "󰧍"
}

.mdi-bookmark-multiple:before {
    content: "󰸕"
}

.mdi-bookmark-multiple-outline:before {
    content: "󰸖"
}

.mdi-bookmark-music:before {
    content: "󰃂"
}

.mdi-bookmark-music-outline:before {
    content: "󱍹"
}

.mdi-bookmark-off:before {
    content: "󰧎"
}

.mdi-bookmark-off-outline:before {
    content: "󰧏"
}

.mdi-bookmark-outline:before {
    content: "󰃃"
}

.mdi-bookmark-plus:before {
    content: "󰃅"
}

.mdi-bookmark-plus-outline:before {
    content: "󰃄"
}

.mdi-bookmark-remove:before {
    content: "󰃆"
}

.mdi-bookmark-remove-outline:before {
    content: "󱍺"
}

.mdi-bookshelf:before {
    content: "󱉟"
}

.mdi-boom-gate:before {
    content: "󰺆"
}

.mdi-boom-gate-alert:before {
    content: "󰺇"
}

.mdi-boom-gate-alert-outline:before {
    content: "󰺈"
}

.mdi-boom-gate-arrow-down:before {
    content: "󰺉"
}

.mdi-boom-gate-arrow-down-outline:before {
    content: "󰺊"
}

.mdi-boom-gate-arrow-up:before {
    content: "󰺌"
}

.mdi-boom-gate-arrow-up-outline:before {
    content: "󰺍"
}

.mdi-boom-gate-outline:before {
    content: "󰺋"
}

.mdi-boom-gate-up:before {
    content: "󱟹"
}

.mdi-boom-gate-up-outline:before {
    content: "󱟺"
}

.mdi-boombox:before {
    content: "󰗜"
}

.mdi-boomerang:before {
    content: "󱃏"
}

.mdi-bootstrap:before {
    content: "󰛆"
}

.mdi-border-all:before {
    content: "󰃇"
}

.mdi-border-all-variant:before {
    content: "󰢡"
}

.mdi-border-bottom:before {
    content: "󰃈"
}

.mdi-border-bottom-variant:before {
    content: "󰢢"
}

.mdi-border-color:before {
    content: "󰃉"
}

.mdi-border-horizontal:before {
    content: "󰃊"
}

.mdi-border-inside:before {
    content: "󰃋"
}

.mdi-border-left:before {
    content: "󰃌"
}

.mdi-border-left-variant:before {
    content: "󰢣"
}

.mdi-border-none:before {
    content: "󰃍"
}

.mdi-border-none-variant:before {
    content: "󰢤"
}

.mdi-border-outside:before {
    content: "󰃎"
}

.mdi-border-radius:before {
    content: "󱫴"
}

.mdi-border-right:before {
    content: "󰃏"
}

.mdi-border-right-variant:before {
    content: "󰢥"
}

.mdi-border-style:before {
    content: "󰃐"
}

.mdi-border-top:before {
    content: "󰃑"
}

.mdi-border-top-variant:before {
    content: "󰢦"
}

.mdi-border-vertical:before {
    content: "󰃒"
}

.mdi-bottle-soda:before {
    content: "󱁰"
}

.mdi-bottle-soda-classic:before {
    content: "󱁱"
}

.mdi-bottle-soda-classic-outline:before {
    content: "󱍣"
}

.mdi-bottle-soda-outline:before {
    content: "󱁲"
}

.mdi-bottle-tonic:before {
    content: "󱄮"
}

.mdi-bottle-tonic-outline:before {
    content: "󱄯"
}

.mdi-bottle-tonic-plus:before {
    content: "󱄰"
}

.mdi-bottle-tonic-plus-outline:before {
    content: "󱄱"
}

.mdi-bottle-tonic-skull:before {
    content: "󱄲"
}

.mdi-bottle-tonic-skull-outline:before {
    content: "󱄳"
}

.mdi-bottle-wine:before {
    content: "󰡔"
}

.mdi-bottle-wine-outline:before {
    content: "󱌐"
}

.mdi-bow-arrow:before {
    content: "󱡁"
}

.mdi-bow-tie:before {
    content: "󰙸"
}

.mdi-bowl:before {
    content: "󰊎"
}

.mdi-bowl-mix:before {
    content: "󰘗"
}

.mdi-bowl-mix-outline:before {
    content: "󰋤"
}

.mdi-bowl-outline:before {
    content: "󰊩"
}

.mdi-bowling:before {
    content: "󰃓"
}

.mdi-box:before {
    content: "󰃔"
}

.mdi-box-cutter:before {
    content: "󰃕"
}

.mdi-box-cutter-off:before {
    content: "󰭊"
}

.mdi-box-shadow:before {
    content: "󰘷"
}

.mdi-boxing-glove:before {
    content: "󰭥"
}

.mdi-braille:before {
    content: "󰧐"
}

.mdi-brain:before {
    content: "󰧑"
}

.mdi-bread-slice:before {
    content: "󰳮"
}

.mdi-bread-slice-outline:before {
    content: "󰳯"
}

.mdi-bridge:before {
    content: "󰘘"
}

.mdi-briefcase:before {
    content: "󰃖"
}

.mdi-briefcase-account:before {
    content: "󰳰"
}

.mdi-briefcase-account-outline:before {
    content: "󰳱"
}

.mdi-briefcase-arrow-left-right:before {
    content: "󱪍"
}

.mdi-briefcase-arrow-left-right-outline:before {
    content: "󱪎"
}

.mdi-briefcase-arrow-up-down:before {
    content: "󱪏"
}

.mdi-briefcase-arrow-up-down-outline:before {
    content: "󱪐"
}

.mdi-briefcase-check:before {
    content: "󰃗"
}

.mdi-briefcase-check-outline:before {
    content: "󱌞"
}

.mdi-briefcase-clock:before {
    content: "󱃐"
}

.mdi-briefcase-clock-outline:before {
    content: "󱃑"
}

.mdi-briefcase-download:before {
    content: "󰃘"
}

.mdi-briefcase-download-outline:before {
    content: "󰰽"
}

.mdi-briefcase-edit:before {
    content: "󰪘"
}

.mdi-briefcase-edit-outline:before {
    content: "󰰾"
}

.mdi-briefcase-eye:before {
    content: "󱟙"
}

.mdi-briefcase-eye-outline:before {
    content: "󱟚"
}

.mdi-briefcase-minus:before {
    content: "󰨪"
}

.mdi-briefcase-minus-outline:before {
    content: "󰰿"
}

.mdi-briefcase-off:before {
    content: "󱙘"
}

.mdi-briefcase-off-outline:before {
    content: "󱙙"
}

.mdi-briefcase-outline:before {
    content: "󰠔"
}

.mdi-briefcase-plus:before {
    content: "󰨫"
}

.mdi-briefcase-plus-outline:before {
    content: "󰱀"
}

.mdi-briefcase-remove:before {
    content: "󰨬"
}

.mdi-briefcase-remove-outline:before {
    content: "󰱁"
}

.mdi-briefcase-search:before {
    content: "󰨭"
}

.mdi-briefcase-search-outline:before {
    content: "󰱂"
}

.mdi-briefcase-upload:before {
    content: "󰃙"
}

.mdi-briefcase-upload-outline:before {
    content: "󰱃"
}

.mdi-briefcase-variant:before {
    content: "󱒔"
}

.mdi-briefcase-variant-off:before {
    content: "󱙚"
}

.mdi-briefcase-variant-off-outline:before {
    content: "󱙛"
}

.mdi-briefcase-variant-outline:before {
    content: "󱒕"
}

.mdi-brightness-1:before {
    content: "󰃚"
}

.mdi-brightness-2:before {
    content: "󰃛"
}

.mdi-brightness-3:before {
    content: "󰃜"
}

.mdi-brightness-4:before {
    content: "󰃝"
}

.mdi-brightness-5:before {
    content: "󰃞"
}

.mdi-brightness-6:before {
    content: "󰃟"
}

.mdi-brightness-7:before {
    content: "󰃠"
}

.mdi-brightness-auto:before {
    content: "󰃡"
}

.mdi-brightness-percent:before {
    content: "󰳲"
}

.mdi-broadcast:before {
    content: "󱜠"
}

.mdi-broadcast-off:before {
    content: "󱜡"
}

.mdi-broom:before {
    content: "󰃢"
}

.mdi-brush:before {
    content: "󰃣"
}

.mdi-brush-off:before {
    content: "󱝱"
}

.mdi-brush-outline:before {
    content: "󱨍"
}

.mdi-brush-variant:before {
    content: "󱠓"
}

.mdi-bucket:before {
    content: "󱐕"
}

.mdi-bucket-outline:before {
    content: "󱐖"
}

.mdi-buffet:before {
    content: "󰕸"
}

.mdi-bug:before {
    content: "󰃤"
}

.mdi-bug-check:before {
    content: "󰨮"
}

.mdi-bug-check-outline:before {
    content: "󰨯"
}

.mdi-bug-outline:before {
    content: "󰨰"
}

.mdi-bug-pause:before {
    content: "󱫵"
}

.mdi-bug-pause-outline:before {
    content: "󱫶"
}

.mdi-bug-play:before {
    content: "󱫷"
}

.mdi-bug-play-outline:before {
    content: "󱫸"
}

.mdi-bug-stop:before {
    content: "󱫹"
}

.mdi-bug-stop-outline:before {
    content: "󱫺"
}

.mdi-bugle:before {
    content: "󰶴"
}

.mdi-bulkhead-light:before {
    content: "󱨯"
}

.mdi-bulldozer:before {
    content: "󰬢"
}

.mdi-bullet:before {
    content: "󰳳"
}

.mdi-bulletin-board:before {
    content: "󰃥"
}

.mdi-bullhorn:before {
    content: "󰃦"
}

.mdi-bullhorn-outline:before {
    content: "󰬣"
}

.mdi-bullhorn-variant:before {
    content: "󱥮"
}

.mdi-bullhorn-variant-outline:before {
    content: "󱥯"
}

.mdi-bullseye:before {
    content: "󰗝"
}

.mdi-bullseye-arrow:before {
    content: "󰣉"
}

.mdi-bulma:before {
    content: "󱋧"
}

.mdi-bunk-bed:before {
    content: "󱌂"
}

.mdi-bunk-bed-outline:before {
    content: "󰂗"
}

.mdi-bus:before {
    content: "󰃧"
}

.mdi-bus-alert:before {
    content: "󰪙"
}

.mdi-bus-articulated-end:before {
    content: "󰞜"
}

.mdi-bus-articulated-front:before {
    content: "󰞝"
}

.mdi-bus-clock:before {
    content: "󰣊"
}

.mdi-bus-double-decker:before {
    content: "󰞞"
}

.mdi-bus-electric:before {
    content: "󱤝"
}

.mdi-bus-marker:before {
    content: "󱈒"
}

.mdi-bus-multiple:before {
    content: "󰼿"
}

.mdi-bus-school:before {
    content: "󰞟"
}

.mdi-bus-side:before {
    content: "󰞠"
}

.mdi-bus-sign:before {
    content: "󱳁"
}

.mdi-bus-stop:before {
    content: "󱀒"
}

.mdi-bus-stop-covered:before {
    content: "󱀓"
}

.mdi-bus-stop-uncovered:before {
    content: "󱀔"
}

.mdi-bus-wrench:before {
    content: "󱳂"
}

.mdi-butterfly:before {
    content: "󱖉"
}

.mdi-butterfly-outline:before {
    content: "󱖊"
}

.mdi-button-cursor:before {
    content: "󱭏"
}

.mdi-button-pointer:before {
    content: "󱭐"
}

.mdi-cabin-a-frame:before {
    content: "󱢌"
}

.mdi-cable-data:before {
    content: "󱎔"
}

.mdi-cached:before {
    content: "󰃨"
}

.mdi-cactus:before {
    content: "󰶵"
}

.mdi-cake:before {
    content: "󰃩"
}

.mdi-cake-layered:before {
    content: "󰃪"
}

.mdi-cake-variant:before {
    content: "󰃫"
}

.mdi-cake-variant-outline:before {
    content: "󱟰"
}

.mdi-calculator:before {
    content: "󰃬"
}

.mdi-calculator-variant:before {
    content: "󰪚"
}

.mdi-calculator-variant-outline:before {
    content: "󱖦"
}

.mdi-calendar:before {
    content: "󰃭"
}

.mdi-calendar-account:before {
    content: "󰻗"
}

.mdi-calendar-account-outline:before {
    content: "󰻘"
}

.mdi-calendar-alert:before {
    content: "󰨱"
}

.mdi-calendar-alert-outline:before {
    content: "󱭢"
}

.mdi-calendar-arrow-left:before {
    content: "󱄴"
}

.mdi-calendar-arrow-right:before {
    content: "󱄵"
}

.mdi-calendar-badge:before {
    content: "󱮝"
}

.mdi-calendar-badge-outline:before {
    content: "󱮞"
}

.mdi-calendar-blank:before {
    content: "󰃮"
}

.mdi-calendar-blank-multiple:before {
    content: "󱁳"
}

.mdi-calendar-blank-outline:before {
    content: "󰭦"
}

.mdi-calendar-check:before {
    content: "󰃯"
}

.mdi-calendar-check-outline:before {
    content: "󰱄"
}

.mdi-calendar-clock:before {
    content: "󰃰"
}

.mdi-calendar-clock-outline:before {
    content: "󱛡"
}

.mdi-calendar-collapse-horizontal:before {
    content: "󱢝"
}

.mdi-calendar-collapse-horizontal-outline:before {
    content: "󱭣"
}

.mdi-calendar-cursor:before {
    content: "󱕻"
}

.mdi-calendar-cursor-outline:before {
    content: "󱭤"
}

.mdi-calendar-edit:before {
    content: "󰢧"
}

.mdi-calendar-edit-outline:before {
    content: "󱭥"
}

.mdi-calendar-end:before {
    content: "󱙬"
}

.mdi-calendar-end-outline:before {
    content: "󱭦"
}

.mdi-calendar-expand-horizontal:before {
    content: "󱢞"
}

.mdi-calendar-expand-horizontal-outline:before {
    content: "󱭧"
}

.mdi-calendar-export:before {
    content: "󰬤"
}

.mdi-calendar-export-outline:before {
    content: "󱭨"
}

.mdi-calendar-filter:before {
    content: "󱨲"
}

.mdi-calendar-filter-outline:before {
    content: "󱨳"
}

.mdi-calendar-heart:before {
    content: "󰧒"
}

.mdi-calendar-heart-outline:before {
    content: "󱭩"
}

.mdi-calendar-import:before {
    content: "󰬥"
}

.mdi-calendar-import-outline:before {
    content: "󱭪"
}

.mdi-calendar-lock:before {
    content: "󱙁"
}

.mdi-calendar-lock-open:before {
    content: "󱭛"
}

.mdi-calendar-lock-open-outline:before {
    content: "󱭜"
}

.mdi-calendar-lock-outline:before {
    content: "󱙂"
}

.mdi-calendar-minus:before {
    content: "󰵜"
}

.mdi-calendar-minus-outline:before {
    content: "󱭫"
}

.mdi-calendar-month:before {
    content: "󰸗"
}

.mdi-calendar-month-outline:before {
    content: "󰸘"
}

.mdi-calendar-multiple:before {
    content: "󰃱"
}

.mdi-calendar-multiple-check:before {
    content: "󰃲"
}

.mdi-calendar-multiselect:before {
    content: "󰨲"
}

.mdi-calendar-multiselect-outline:before {
    content: "󱭕"
}

.mdi-calendar-outline:before {
    content: "󰭧"
}

.mdi-calendar-plus:before {
    content: "󰃳"
}

.mdi-calendar-plus-outline:before {
    content: "󱭬"
}

.mdi-calendar-question:before {
    content: "󰚒"
}

.mdi-calendar-question-outline:before {
    content: "󱭭"
}

.mdi-calendar-range:before {
    content: "󰙹"
}

.mdi-calendar-range-outline:before {
    content: "󰭨"
}

.mdi-calendar-refresh:before {
    content: "󰇡"
}

.mdi-calendar-refresh-outline:before {
    content: "󰈃"
}

.mdi-calendar-remove:before {
    content: "󰃴"
}

.mdi-calendar-remove-outline:before {
    content: "󰱅"
}

.mdi-calendar-search:before {
    content: "󰥌"
}

.mdi-calendar-search-outline:before {
    content: "󱭮"
}

.mdi-calendar-star:before {
    content: "󰧓"
}

.mdi-calendar-star-four-points:before {
    content: "󱰟"
}

.mdi-calendar-star-outline:before {
    content: "󱭓"
}

.mdi-calendar-start:before {
    content: "󱙭"
}

.mdi-calendar-start-outline:before {
    content: "󱭯"
}

.mdi-calendar-sync:before {
    content: "󰺎"
}

.mdi-calendar-sync-outline:before {
    content: "󰺏"
}

.mdi-calendar-text:before {
    content: "󰃵"
}

.mdi-calendar-text-outline:before {
    content: "󰱆"
}

.mdi-calendar-today:before {
    content: "󰃶"
}

.mdi-calendar-today-outline:before {
    content: "󱨰"
}

.mdi-calendar-week:before {
    content: "󰨳"
}

.mdi-calendar-week-begin:before {
    content: "󰨴"
}

.mdi-calendar-week-begin-outline:before {
    content: "󱨱"
}

.mdi-calendar-week-outline:before {
    content: "󱨴"
}

.mdi-calendar-weekend:before {
    content: "󰻙"
}

.mdi-calendar-weekend-outline:before {
    content: "󰻚"
}

.mdi-call-made:before {
    content: "󰃷"
}

.mdi-call-merge:before {
    content: "󰃸"
}

.mdi-call-missed:before {
    content: "󰃹"
}

.mdi-call-received:before {
    content: "󰃺"
}

.mdi-call-split:before {
    content: "󰃻"
}

.mdi-camcorder:before {
    content: "󰃼"
}

.mdi-camcorder-off:before {
    content: "󰃿"
}

.mdi-camera:before {
    content: "󰄀"
}

.mdi-camera-account:before {
    content: "󰣋"
}

.mdi-camera-burst:before {
    content: "󰚓"
}

.mdi-camera-control:before {
    content: "󰭩"
}

.mdi-camera-document:before {
    content: "󱡱"
}

.mdi-camera-document-off:before {
    content: "󱡲"
}

.mdi-camera-enhance:before {
    content: "󰄁"
}

.mdi-camera-enhance-outline:before {
    content: "󰭪"
}

.mdi-camera-flip:before {
    content: "󱗙"
}

.mdi-camera-flip-outline:before {
    content: "󱗚"
}

.mdi-camera-front:before {
    content: "󰄂"
}

.mdi-camera-front-variant:before {
    content: "󰄃"
}

.mdi-camera-gopro:before {
    content: "󰞡"
}

.mdi-camera-image:before {
    content: "󰣌"
}

.mdi-camera-iris:before {
    content: "󰄄"
}

.mdi-camera-lock:before {
    content: "󱨔"
}

.mdi-camera-lock-open:before {
    content: "󱰍"
}

.mdi-camera-lock-open-outline:before {
    content: "󱰎"
}

.mdi-camera-lock-outline:before {
    content: "󱨕"
}

.mdi-camera-marker:before {
    content: "󱦧"
}

.mdi-camera-marker-outline:before {
    content: "󱦨"
}

.mdi-camera-metering-center:before {
    content: "󰞢"
}

.mdi-camera-metering-matrix:before {
    content: "󰞣"
}

.mdi-camera-metering-partial:before {
    content: "󰞤"
}

.mdi-camera-metering-spot:before {
    content: "󰞥"
}

.mdi-camera-off:before {
    content: "󰗟"
}

.mdi-camera-off-outline:before {
    content: "󱦿"
}

.mdi-camera-outline:before {
    content: "󰵝"
}

.mdi-camera-party-mode:before {
    content: "󰄅"
}

.mdi-camera-plus:before {
    content: "󰻛"
}

.mdi-camera-plus-outline:before {
    content: "󰻜"
}

.mdi-camera-rear:before {
    content: "󰄆"
}

.mdi-camera-rear-variant:before {
    content: "󰄇"
}

.mdi-camera-retake:before {
    content: "󰸙"
}

.mdi-camera-retake-outline:before {
    content: "󰸚"
}

.mdi-camera-switch:before {
    content: "󰄈"
}

.mdi-camera-switch-outline:before {
    content: "󰡊"
}

.mdi-camera-timer:before {
    content: "󰄉"
}

.mdi-camera-wireless:before {
    content: "󰶶"
}

.mdi-camera-wireless-outline:before {
    content: "󰶷"
}

.mdi-campfire:before {
    content: "󰻝"
}

.mdi-cancel:before {
    content: "󰜺"
}

.mdi-candelabra:before {
    content: "󱟒"
}

.mdi-candelabra-fire:before {
    content: "󱟓"
}

.mdi-candle:before {
    content: "󰗢"
}

.mdi-candy:before {
    content: "󱥰"
}

.mdi-candy-off:before {
    content: "󱥱"
}

.mdi-candy-off-outline:before {
    content: "󱥲"
}

.mdi-candy-outline:before {
    content: "󱥳"
}

.mdi-candycane:before {
    content: "󰄊"
}

.mdi-cannabis:before {
    content: "󰞦"
}

.mdi-cannabis-off:before {
    content: "󱙮"
}

.mdi-caps-lock:before {
    content: "󰪛"
}

.mdi-car:before {
    content: "󰄋"
}

.mdi-car-2-plus:before {
    content: "󱀕"
}

.mdi-car-3-plus:before {
    content: "󱀖"
}

.mdi-car-arrow-left:before {
    content: "󱎲"
}

.mdi-car-arrow-right:before {
    content: "󱎳"
}

.mdi-car-back:before {
    content: "󰸛"
}

.mdi-car-battery:before {
    content: "󰄌"
}

.mdi-car-brake-abs:before {
    content: "󰱇"
}

.mdi-car-brake-alert:before {
    content: "󰱈"
}

.mdi-car-brake-fluid-level:before {
    content: "󱤉"
}

.mdi-car-brake-hold:before {
    content: "󰵞"
}

.mdi-car-brake-low-pressure:before {
    content: "󱤊"
}

.mdi-car-brake-parking:before {
    content: "󰵟"
}

.mdi-car-brake-retarder:before {
    content: "󱀗"
}

.mdi-car-brake-temperature:before {
    content: "󱤋"
}

.mdi-car-brake-worn-linings:before {
    content: "󱤌"
}

.mdi-car-child-seat:before {
    content: "󰾣"
}

.mdi-car-clock:before {
    content: "󱥴"
}

.mdi-car-clutch:before {
    content: "󱀘"
}

.mdi-car-cog:before {
    content: "󱏌"
}

.mdi-car-connected:before {
    content: "󰄍"
}

.mdi-car-convertible:before {
    content: "󰞧"
}

.mdi-car-coolant-level:before {
    content: "󱀙"
}

.mdi-car-cruise-control:before {
    content: "󰵠"
}

.mdi-car-defrost-front:before {
    content: "󰵡"
}

.mdi-car-defrost-rear:before {
    content: "󰵢"
}

.mdi-car-door:before {
    content: "󰭫"
}

.mdi-car-door-lock:before {
    content: "󱂝"
}

.mdi-car-door-lock-open:before {
    content: "󱲁"
}

.mdi-car-electric:before {
    content: "󰭬"
}

.mdi-car-electric-outline:before {
    content: "󱖵"
}

.mdi-car-emergency:before {
    content: "󱘏"
}

.mdi-car-esp:before {
    content: "󰱉"
}

.mdi-car-estate:before {
    content: "󰞨"
}

.mdi-car-hatchback:before {
    content: "󰞩"
}

.mdi-car-info:before {
    content: "󱆾"
}

.mdi-car-key:before {
    content: "󰭭"
}

.mdi-car-lifted-pickup:before {
    content: "󱔭"
}

.mdi-car-light-alert:before {
    content: "󱤍"
}

.mdi-car-light-dimmed:before {
    content: "󰱊"
}

.mdi-car-light-fog:before {
    content: "󰱋"
}

.mdi-car-light-high:before {
    content: "󰱌"
}

.mdi-car-limousine:before {
    content: "󰣍"
}

.mdi-car-multiple:before {
    content: "󰭮"
}

.mdi-car-off:before {
    content: "󰸜"
}

.mdi-car-outline:before {
    content: "󱓭"
}

.mdi-car-parking-lights:before {
    content: "󰵣"
}

.mdi-car-pickup:before {
    content: "󰞪"
}

.mdi-car-search:before {
    content: "󱮍"
}

.mdi-car-search-outline:before {
    content: "󱮎"
}

.mdi-car-seat:before {
    content: "󰾤"
}

.mdi-car-seat-cooler:before {
    content: "󰾥"
}

.mdi-car-seat-heater:before {
    content: "󰾦"
}

.mdi-car-select:before {
    content: "󱡹"
}

.mdi-car-settings:before {
    content: "󱏍"
}

.mdi-car-shift-pattern:before {
    content: "󰽀"
}

.mdi-car-side:before {
    content: "󰞫"
}

.mdi-car-speed-limiter:before {
    content: "󱤎"
}

.mdi-car-sports:before {
    content: "󰞬"
}

.mdi-car-tire-alert:before {
    content: "󰱍"
}

.mdi-car-traction-control:before {
    content: "󰵤"
}

.mdi-car-turbocharger:before {
    content: "󱀚"
}

.mdi-car-wash:before {
    content: "󰄎"
}

.mdi-car-windshield:before {
    content: "󱀛"
}

.mdi-car-windshield-outline:before {
    content: "󱀜"
}

.mdi-car-wireless:before {
    content: "󱡸"
}

.mdi-car-wrench:before {
    content: "󱠔"
}

.mdi-carabiner:before {
    content: "󱓀"
}

.mdi-caravan:before {
    content: "󰞭"
}

.mdi-card:before {
    content: "󰭯"
}

.mdi-card-account-details:before {
    content: "󰗒"
}

.mdi-card-account-details-outline:before {
    content: "󰶫"
}

.mdi-card-account-details-star:before {
    content: "󰊣"
}

.mdi-card-account-details-star-outline:before {
    content: "󰛛"
}

.mdi-card-account-mail:before {
    content: "󰆎"
}

.mdi-card-account-mail-outline:before {
    content: "󰺘"
}

.mdi-card-account-phone:before {
    content: "󰺙"
}

.mdi-card-account-phone-outline:before {
    content: "󰺚"
}

.mdi-card-bulleted:before {
    content: "󰭰"
}

.mdi-card-bulleted-off:before {
    content: "󰭱"
}

.mdi-card-bulleted-off-outline:before {
    content: "󰭲"
}

.mdi-card-bulleted-outline:before {
    content: "󰭳"
}

.mdi-card-bulleted-settings:before {
    content: "󰭴"
}

.mdi-card-bulleted-settings-outline:before {
    content: "󰭵"
}

.mdi-card-minus:before {
    content: "󱘀"
}

.mdi-card-minus-outline:before {
    content: "󱘁"
}

.mdi-card-multiple:before {
    content: "󱟱"
}

.mdi-card-multiple-outline:before {
    content: "󱟲"
}

.mdi-card-off:before {
    content: "󱘂"
}

.mdi-card-off-outline:before {
    content: "󱘃"
}

.mdi-card-outline:before {
    content: "󰭶"
}

.mdi-card-plus:before {
    content: "󱇿"
}

.mdi-card-plus-outline:before {
    content: "󱈀"
}

.mdi-card-remove:before {
    content: "󱘄"
}

.mdi-card-remove-outline:before {
    content: "󱘅"
}

.mdi-card-search:before {
    content: "󱁴"
}

.mdi-card-search-outline:before {
    content: "󱁵"
}

.mdi-card-text:before {
    content: "󰭷"
}

.mdi-card-text-outline:before {
    content: "󰭸"
}

.mdi-cards:before {
    content: "󰘸"
}

.mdi-cards-club:before {
    content: "󰣎"
}

.mdi-cards-club-outline:before {
    content: "󱢟"
}

.mdi-cards-diamond:before {
    content: "󰣏"
}

.mdi-cards-diamond-outline:before {
    content: "󱀝"
}

.mdi-cards-heart:before {
    content: "󰣐"
}

.mdi-cards-heart-outline:before {
    content: "󱢠"
}

.mdi-cards-outline:before {
    content: "󰘹"
}

.mdi-cards-playing:before {
    content: "󱢡"
}

.mdi-cards-playing-club:before {
    content: "󱢢"
}

.mdi-cards-playing-club-multiple:before {
    content: "󱢣"
}

.mdi-cards-playing-club-multiple-outline:before {
    content: "󱢤"
}

.mdi-cards-playing-club-outline:before {
    content: "󱢥"
}

.mdi-cards-playing-diamond:before {
    content: "󱢦"
}

.mdi-cards-playing-diamond-multiple:before {
    content: "󱢧"
}

.mdi-cards-playing-diamond-multiple-outline:before {
    content: "󱢨"
}

.mdi-cards-playing-diamond-outline:before {
    content: "󱢩"
}

.mdi-cards-playing-heart:before {
    content: "󱢪"
}

.mdi-cards-playing-heart-multiple:before {
    content: "󱢫"
}

.mdi-cards-playing-heart-multiple-outline:before {
    content: "󱢬"
}

.mdi-cards-playing-heart-outline:before {
    content: "󱢭"
}

.mdi-cards-playing-outline:before {
    content: "󰘺"
}

.mdi-cards-playing-spade:before {
    content: "󱢮"
}

.mdi-cards-playing-spade-multiple:before {
    content: "󱢯"
}

.mdi-cards-playing-spade-multiple-outline:before {
    content: "󱢰"
}

.mdi-cards-playing-spade-outline:before {
    content: "󱢱"
}

.mdi-cards-spade:before {
    content: "󰣑"
}

.mdi-cards-spade-outline:before {
    content: "󱢲"
}

.mdi-cards-variant:before {
    content: "󰛇"
}

.mdi-carrot:before {
    content: "󰄏"
}

.mdi-cart:before {
    content: "󰄐"
}

.mdi-cart-arrow-down:before {
    content: "󰵦"
}

.mdi-cart-arrow-right:before {
    content: "󰱎"
}

.mdi-cart-arrow-up:before {
    content: "󰵧"
}

.mdi-cart-check:before {
    content: "󱗪"
}

.mdi-cart-heart:before {
    content: "󱣠"
}

.mdi-cart-minus:before {
    content: "󰵨"
}

.mdi-cart-off:before {
    content: "󰙫"
}

.mdi-cart-outline:before {
    content: "󰄑"
}

.mdi-cart-percent:before {
    content: "󱮮"
}

.mdi-cart-plus:before {
    content: "󰄒"
}

.mdi-cart-remove:before {
    content: "󰵩"
}

.mdi-cart-variant:before {
    content: "󱗫"
}

.mdi-case-sensitive-alt:before {
    content: "󰄓"
}

.mdi-cash:before {
    content: "󰄔"
}

.mdi-cash-100:before {
    content: "󰄕"
}

.mdi-cash-check:before {
    content: "󱓮"
}

.mdi-cash-clock:before {
    content: "󱪑"
}

.mdi-cash-edit:before {
    content: "󱲫"
}

.mdi-cash-fast:before {
    content: "󱡜"
}

.mdi-cash-lock:before {
    content: "󱓪"
}

.mdi-cash-lock-open:before {
    content: "󱓫"
}

.mdi-cash-marker:before {
    content: "󰶸"
}

.mdi-cash-minus:before {
    content: "󱉠"
}

.mdi-cash-multiple:before {
    content: "󰄖"
}

.mdi-cash-off:before {
    content: "󱱹"
}

.mdi-cash-plus:before {
    content: "󱉡"
}

.mdi-cash-refund:before {
    content: "󰪜"
}

.mdi-cash-register:before {
    content: "󰳴"
}

.mdi-cash-remove:before {
    content: "󱉢"
}

.mdi-cash-sync:before {
    content: "󱪒"
}

.mdi-cassette:before {
    content: "󰧔"
}

.mdi-cast:before {
    content: "󰄘"
}

.mdi-cast-audio:before {
    content: "󱀞"
}

.mdi-cast-audio-variant:before {
    content: "󱝉"
}

.mdi-cast-connected:before {
    content: "󰄙"
}

.mdi-cast-education:before {
    content: "󰸝"
}

.mdi-cast-off:before {
    content: "󰞊"
}

.mdi-cast-variant:before {
    content: "󰀟"
}

.mdi-castle:before {
    content: "󰄚"
}

.mdi-cat:before {
    content: "󰄛"
}

.mdi-cctv:before {
    content: "󰞮"
}

.mdi-cctv-off:before {
    content: "󱡟"
}

.mdi-ceiling-fan:before {
    content: "󱞗"
}

.mdi-ceiling-fan-light:before {
    content: "󱞘"
}

.mdi-ceiling-light:before {
    content: "󰝩"
}

.mdi-ceiling-light-multiple:before {
    content: "󱣝"
}

.mdi-ceiling-light-multiple-outline:before {
    content: "󱣞"
}

.mdi-ceiling-light-outline:before {
    content: "󱟇"
}

.mdi-cellphone:before {
    content: "󰄜"
}

.mdi-cellphone-arrow-down:before {
    content: "󰧕"
}

.mdi-cellphone-arrow-down-variant:before {
    content: "󱧅"
}

.mdi-cellphone-basic:before {
    content: "󰄞"
}

.mdi-cellphone-charging:before {
    content: "󱎗"
}

.mdi-cellphone-check:before {
    content: "󱟽"
}

.mdi-cellphone-cog:before {
    content: "󰥑"
}

.mdi-cellphone-dock:before {
    content: "󰄟"
}

.mdi-cellphone-information:before {
    content: "󰽁"
}

.mdi-cellphone-key:before {
    content: "󰥎"
}

.mdi-cellphone-link:before {
    content: "󰄡"
}

.mdi-cellphone-link-off:before {
    content: "󰄢"
}

.mdi-cellphone-lock:before {
    content: "󰥏"
}

.mdi-cellphone-marker:before {
    content: "󱠺"
}

.mdi-cellphone-message:before {
    content: "󰣓"
}

.mdi-cellphone-message-off:before {
    content: "󱃒"
}

.mdi-cellphone-nfc:before {
    content: "󰺐"
}

.mdi-cellphone-nfc-off:before {
    content: "󱋘"
}

.mdi-cellphone-off:before {
    content: "󰥐"
}

.mdi-cellphone-play:before {
    content: "󱀟"
}

.mdi-cellphone-remove:before {
    content: "󰥍"
}

.mdi-cellphone-screenshot:before {
    content: "󰨵"
}

.mdi-cellphone-settings:before {
    content: "󰄣"
}

.mdi-cellphone-sound:before {
    content: "󰥒"
}

.mdi-cellphone-text:before {
    content: "󰣒"
}

.mdi-cellphone-wireless:before {
    content: "󰠕"
}

.mdi-centos:before {
    content: "󱄚"
}

.mdi-certificate:before {
    content: "󰄤"
}

.mdi-certificate-outline:before {
    content: "󱆈"
}

.mdi-chair-rolling:before {
    content: "󰽈"
}

.mdi-chair-school:before {
    content: "󰄥"
}

.mdi-chandelier:before {
    content: "󱞓"
}

.mdi-charity:before {
    content: "󰱏"
}

.mdi-charity-search:before {
    content: "󱲂"
}

.mdi-chart-arc:before {
    content: "󰄦"
}

.mdi-chart-areaspline:before {
    content: "󰄧"
}

.mdi-chart-areaspline-variant:before {
    content: "󰺑"
}

.mdi-chart-bar:before {
    content: "󰄨"
}

.mdi-chart-bar-stacked:before {
    content: "󰝪"
}

.mdi-chart-bell-curve:before {
    content: "󰱐"
}

.mdi-chart-bell-curve-cumulative:before {
    content: "󰾧"
}

.mdi-chart-box:before {
    content: "󱕍"
}

.mdi-chart-box-multiple:before {
    content: "󱳍"
}

.mdi-chart-box-multiple-outline:before {
    content: "󱳎"
}

.mdi-chart-box-outline:before {
    content: "󱕎"
}

.mdi-chart-box-plus-outline:before {
    content: "󱕏"
}

.mdi-chart-bubble:before {
    content: "󰗣"
}

.mdi-chart-donut:before {
    content: "󰞯"
}

.mdi-chart-donut-variant:before {
    content: "󰞰"
}

.mdi-chart-gantt:before {
    content: "󰙬"
}

.mdi-chart-histogram:before {
    content: "󰄩"
}

.mdi-chart-line:before {
    content: "󰄪"
}

.mdi-chart-line-stacked:before {
    content: "󰝫"
}

.mdi-chart-line-variant:before {
    content: "󰞱"
}

.mdi-chart-multiline:before {
    content: "󰣔"
}

.mdi-chart-multiple:before {
    content: "󱈓"
}

.mdi-chart-pie:before {
    content: "󰄫"
}

.mdi-chart-pie-outline:before {
    content: "󱯟"
}

.mdi-chart-ppf:before {
    content: "󱎀"
}

.mdi-chart-sankey:before {
    content: "󱇟"
}

.mdi-chart-sankey-variant:before {
    content: "󱇠"
}

.mdi-chart-scatter-plot:before {
    content: "󰺒"
}

.mdi-chart-scatter-plot-hexbin:before {
    content: "󰙭"
}

.mdi-chart-timeline:before {
    content: "󰙮"
}

.mdi-chart-timeline-variant:before {
    content: "󰺓"
}

.mdi-chart-timeline-variant-shimmer:before {
    content: "󱖶"
}

.mdi-chart-tree:before {
    content: "󰺔"
}

.mdi-chart-waterfall:before {
    content: "󱤘"
}

.mdi-chat:before {
    content: "󰭹"
}

.mdi-chat-alert:before {
    content: "󰭺"
}

.mdi-chat-alert-outline:before {
    content: "󱋉"
}

.mdi-chat-minus:before {
    content: "󱐐"
}

.mdi-chat-minus-outline:before {
    content: "󱐓"
}

.mdi-chat-outline:before {
    content: "󰻞"
}

.mdi-chat-plus:before {
    content: "󱐏"
}

.mdi-chat-plus-outline:before {
    content: "󱐒"
}

.mdi-chat-processing:before {
    content: "󰭻"
}

.mdi-chat-processing-outline:before {
    content: "󱋊"
}

.mdi-chat-question:before {
    content: "󱜸"
}

.mdi-chat-question-outline:before {
    content: "󱜹"
}

.mdi-chat-remove:before {
    content: "󱐑"
}

.mdi-chat-remove-outline:before {
    content: "󱐔"
}

.mdi-chat-sleep:before {
    content: "󱋑"
}

.mdi-chat-sleep-outline:before {
    content: "󱋒"
}

.mdi-check:before {
    content: "󰄬"
}

.mdi-check-all:before {
    content: "󰄭"
}

.mdi-check-bold:before {
    content: "󰸞"
}

.mdi-check-circle:before {
    content: "󰗠"
}

.mdi-check-circle-outline:before {
    content: "󰗡"
}

.mdi-check-decagram:before {
    content: "󰞑"
}

.mdi-check-decagram-outline:before {
    content: "󱝀"
}

.mdi-check-network:before {
    content: "󰱓"
}

.mdi-check-network-outline:before {
    content: "󰱔"
}

.mdi-check-outline:before {
    content: "󰡕"
}

.mdi-check-underline:before {
    content: "󰸟"
}

.mdi-check-underline-circle:before {
    content: "󰸠"
}

.mdi-check-underline-circle-outline:before {
    content: "󰸡"
}

.mdi-checkbook:before {
    content: "󰪝"
}

.mdi-checkbook-arrow-left:before {
    content: "󱰝"
}

.mdi-checkbook-arrow-right:before {
    content: "󱰞"
}

.mdi-checkbox-blank:before {
    content: "󰄮"
}

.mdi-checkbox-blank-badge:before {
    content: "󱅶"
}

.mdi-checkbox-blank-badge-outline:before {
    content: "󰄗"
}

.mdi-checkbox-blank-circle:before {
    content: "󰄯"
}

.mdi-checkbox-blank-circle-outline:before {
    content: "󰄰"
}

.mdi-checkbox-blank-off:before {
    content: "󱋬"
}

.mdi-checkbox-blank-off-outline:before {
    content: "󱋭"
}

.mdi-checkbox-blank-outline:before {
    content: "󰄱"
}

.mdi-checkbox-intermediate:before {
    content: "󰡖"
}

.mdi-checkbox-intermediate-variant:before {
    content: "󱭔"
}

.mdi-checkbox-marked:before {
    content: "󰄲"
}

.mdi-checkbox-marked-circle:before {
    content: "󰄳"
}

.mdi-checkbox-marked-circle-auto-outline:before {
    content: "󱰦"
}

.mdi-checkbox-marked-circle-minus-outline:before {
    content: "󱰧"
}

.mdi-checkbox-marked-circle-outline:before {
    content: "󰄴"
}

.mdi-checkbox-marked-circle-plus-outline:before {
    content: "󱤧"
}

.mdi-checkbox-marked-outline:before {
    content: "󰄵"
}

.mdi-checkbox-multiple-blank:before {
    content: "󰄶"
}

.mdi-checkbox-multiple-blank-circle:before {
    content: "󰘻"
}

.mdi-checkbox-multiple-blank-circle-outline:before {
    content: "󰘼"
}

.mdi-checkbox-multiple-blank-outline:before {
    content: "󰄷"
}

.mdi-checkbox-multiple-marked:before {
    content: "󰄸"
}

.mdi-checkbox-multiple-marked-circle:before {
    content: "󰘽"
}

.mdi-checkbox-multiple-marked-circle-outline:before {
    content: "󰘾"
}

.mdi-checkbox-multiple-marked-outline:before {
    content: "󰄹"
}

.mdi-checkbox-multiple-outline:before {
    content: "󰱑"
}

.mdi-checkbox-outline:before {
    content: "󰱒"
}

.mdi-checkerboard:before {
    content: "󰄺"
}

.mdi-checkerboard-minus:before {
    content: "󱈂"
}

.mdi-checkerboard-plus:before {
    content: "󱈁"
}

.mdi-checkerboard-remove:before {
    content: "󱈃"
}

.mdi-cheese:before {
    content: "󱊹"
}

.mdi-cheese-off:before {
    content: "󱏮"
}

.mdi-chef-hat:before {
    content: "󰭼"
}

.mdi-chemical-weapon:before {
    content: "󰄻"
}

.mdi-chess-bishop:before {
    content: "󰡜"
}

.mdi-chess-king:before {
    content: "󰡗"
}

.mdi-chess-knight:before {
    content: "󰡘"
}

.mdi-chess-pawn:before {
    content: "󰡙"
}

.mdi-chess-queen:before {
    content: "󰡚"
}

.mdi-chess-rook:before {
    content: "󰡛"
}

.mdi-chevron-double-down:before {
    content: "󰄼"
}

.mdi-chevron-double-left:before {
    content: "󰄽"
}

.mdi-chevron-double-right:before {
    content: "󰄾"
}

.mdi-chevron-double-up:before {
    content: "󰄿"
}

.mdi-chevron-down:before {
    content: "󰅀"
}

.mdi-chevron-down-box:before {
    content: "󰧖"
}

.mdi-chevron-down-box-outline:before {
    content: "󰧗"
}

.mdi-chevron-down-circle:before {
    content: "󰬦"
}

.mdi-chevron-down-circle-outline:before {
    content: "󰬧"
}

.mdi-chevron-left:before {
    content: "󰅁"
}

.mdi-chevron-left-box:before {
    content: "󰧘"
}

.mdi-chevron-left-box-outline:before {
    content: "󰧙"
}

.mdi-chevron-left-circle:before {
    content: "󰬨"
}

.mdi-chevron-left-circle-outline:before {
    content: "󰬩"
}

.mdi-chevron-right:before {
    content: "󰅂"
}

.mdi-chevron-right-box:before {
    content: "󰧚"
}

.mdi-chevron-right-box-outline:before {
    content: "󰧛"
}

.mdi-chevron-right-circle:before {
    content: "󰬪"
}

.mdi-chevron-right-circle-outline:before {
    content: "󰬫"
}

.mdi-chevron-triple-down:before {
    content: "󰶹"
}

.mdi-chevron-triple-left:before {
    content: "󰶺"
}

.mdi-chevron-triple-right:before {
    content: "󰶻"
}

.mdi-chevron-triple-up:before {
    content: "󰶼"
}

.mdi-chevron-up:before {
    content: "󰅃"
}

.mdi-chevron-up-box:before {
    content: "󰧜"
}

.mdi-chevron-up-box-outline:before {
    content: "󰧝"
}

.mdi-chevron-up-circle:before {
    content: "󰬬"
}

.mdi-chevron-up-circle-outline:before {
    content: "󰬭"
}

.mdi-chili-alert:before {
    content: "󱟪"
}

.mdi-chili-alert-outline:before {
    content: "󱟫"
}

.mdi-chili-hot:before {
    content: "󰞲"
}

.mdi-chili-hot-outline:before {
    content: "󱟬"
}

.mdi-chili-medium:before {
    content: "󰞳"
}

.mdi-chili-medium-outline:before {
    content: "󱟭"
}

.mdi-chili-mild:before {
    content: "󰞴"
}

.mdi-chili-mild-outline:before {
    content: "󱟮"
}

.mdi-chili-off:before {
    content: "󱑧"
}

.mdi-chili-off-outline:before {
    content: "󱟯"
}

.mdi-chip:before {
    content: "󰘚"
}

.mdi-church:before {
    content: "󰅄"
}

.mdi-church-outline:before {
    content: "󱬂"
}

.mdi-cigar:before {
    content: "󱆉"
}

.mdi-cigar-off:before {
    content: "󱐛"
}

.mdi-circle:before {
    content: "󰝥"
}

.mdi-circle-box:before {
    content: "󱗜"
}

.mdi-circle-box-outline:before {
    content: "󱗝"
}

.mdi-circle-double:before {
    content: "󰺕"
}

.mdi-circle-edit-outline:before {
    content: "󰣕"
}

.mdi-circle-expand:before {
    content: "󰺖"
}

.mdi-circle-half:before {
    content: "󱎕"
}

.mdi-circle-half-full:before {
    content: "󱎖"
}

.mdi-circle-medium:before {
    content: "󰧞"
}

.mdi-circle-multiple:before {
    content: "󰬸"
}

.mdi-circle-multiple-outline:before {
    content: "󰚕"
}

.mdi-circle-off-outline:before {
    content: "󱃓"
}

.mdi-circle-opacity:before {
    content: "󱡓"
}

.mdi-circle-outline:before {
    content: "󰝦"
}

.mdi-circle-slice-1:before {
    content: "󰪞"
}

.mdi-circle-slice-2:before {
    content: "󰪟"
}

.mdi-circle-slice-3:before {
    content: "󰪠"
}

.mdi-circle-slice-4:before {
    content: "󰪡"
}

.mdi-circle-slice-5:before {
    content: "󰪢"
}

.mdi-circle-slice-6:before {
    content: "󰪣"
}

.mdi-circle-slice-7:before {
    content: "󰪤"
}

.mdi-circle-slice-8:before {
    content: "󰪥"
}

.mdi-circle-small:before {
    content: "󰧟"
}

.mdi-circular-saw:before {
    content: "󰸢"
}

.mdi-city:before {
    content: "󰅆"
}

.mdi-city-switch:before {
    content: "󱰨"
}

.mdi-city-variant:before {
    content: "󰨶"
}

.mdi-city-variant-outline:before {
    content: "󰨷"
}

.mdi-clipboard:before {
    content: "󰅇"
}

.mdi-clipboard-account:before {
    content: "󰅈"
}

.mdi-clipboard-account-outline:before {
    content: "󰱕"
}

.mdi-clipboard-alert:before {
    content: "󰅉"
}

.mdi-clipboard-alert-outline:before {
    content: "󰳷"
}

.mdi-clipboard-arrow-down:before {
    content: "󰅊"
}

.mdi-clipboard-arrow-down-outline:before {
    content: "󰱖"
}

.mdi-clipboard-arrow-left:before {
    content: "󰅋"
}

.mdi-clipboard-arrow-left-outline:before {
    content: "󰳸"
}

.mdi-clipboard-arrow-right:before {
    content: "󰳹"
}

.mdi-clipboard-arrow-right-outline:before {
    content: "󰳺"
}

.mdi-clipboard-arrow-up:before {
    content: "󰱗"
}

.mdi-clipboard-arrow-up-outline:before {
    content: "󰱘"
}

.mdi-clipboard-check:before {
    content: "󰅎"
}

.mdi-clipboard-check-multiple:before {
    content: "󱉣"
}

.mdi-clipboard-check-multiple-outline:before {
    content: "󱉤"
}

.mdi-clipboard-check-outline:before {
    content: "󰢨"
}

.mdi-clipboard-clock:before {
    content: "󱛢"
}

.mdi-clipboard-clock-outline:before {
    content: "󱛣"
}

.mdi-clipboard-edit:before {
    content: "󱓥"
}

.mdi-clipboard-edit-outline:before {
    content: "󱓦"
}

.mdi-clipboard-file:before {
    content: "󱉥"
}

.mdi-clipboard-file-outline:before {
    content: "󱉦"
}

.mdi-clipboard-flow:before {
    content: "󰛈"
}

.mdi-clipboard-flow-outline:before {
    content: "󱄗"
}

.mdi-clipboard-list:before {
    content: "󱃔"
}

.mdi-clipboard-list-outline:before {
    content: "󱃕"
}

.mdi-clipboard-minus:before {
    content: "󱘘"
}

.mdi-clipboard-minus-outline:before {
    content: "󱘙"
}

.mdi-clipboard-multiple:before {
    content: "󱉧"
}

.mdi-clipboard-multiple-outline:before {
    content: "󱉨"
}

.mdi-clipboard-off:before {
    content: "󱘚"
}

.mdi-clipboard-off-outline:before {
    content: "󱘛"
}

.mdi-clipboard-outline:before {
    content: "󰅌"
}

.mdi-clipboard-play:before {
    content: "󰱙"
}

.mdi-clipboard-play-multiple:before {
    content: "󱉩"
}

.mdi-clipboard-play-multiple-outline:before {
    content: "󱉪"
}

.mdi-clipboard-play-outline:before {
    content: "󰱚"
}

.mdi-clipboard-plus:before {
    content: "󰝑"
}

.mdi-clipboard-plus-outline:before {
    content: "󱌟"
}

.mdi-clipboard-pulse:before {
    content: "󰡝"
}

.mdi-clipboard-pulse-outline:before {
    content: "󰡞"
}

.mdi-clipboard-remove:before {
    content: "󱘜"
}

.mdi-clipboard-remove-outline:before {
    content: "󱘝"
}

.mdi-clipboard-search:before {
    content: "󱘞"
}

.mdi-clipboard-search-outline:before {
    content: "󱘟"
}

.mdi-clipboard-text:before {
    content: "󰅍"
}

.mdi-clipboard-text-clock:before {
    content: "󱣹"
}

.mdi-clipboard-text-clock-outline:before {
    content: "󱣺"
}

.mdi-clipboard-text-multiple:before {
    content: "󱉫"
}

.mdi-clipboard-text-multiple-outline:before {
    content: "󱉬"
}

.mdi-clipboard-text-off:before {
    content: "󱘠"
}

.mdi-clipboard-text-off-outline:before {
    content: "󱘡"
}

.mdi-clipboard-text-outline:before {
    content: "󰨸"
}

.mdi-clipboard-text-play:before {
    content: "󰱛"
}

.mdi-clipboard-text-play-outline:before {
    content: "󰱜"
}

.mdi-clipboard-text-search:before {
    content: "󱘢"
}

.mdi-clipboard-text-search-outline:before {
    content: "󱘣"
}

.mdi-clippy:before {
    content: "󰅏"
}

.mdi-clock:before {
    content: "󰥔"
}

.mdi-clock-alert:before {
    content: "󰥕"
}

.mdi-clock-alert-outline:before {
    content: "󰗎"
}

.mdi-clock-check:before {
    content: "󰾨"
}

.mdi-clock-check-outline:before {
    content: "󰾩"
}

.mdi-clock-digital:before {
    content: "󰺗"
}

.mdi-clock-edit:before {
    content: "󱦺"
}

.mdi-clock-edit-outline:before {
    content: "󱦻"
}

.mdi-clock-end:before {
    content: "󰅑"
}

.mdi-clock-fast:before {
    content: "󰅒"
}

.mdi-clock-in:before {
    content: "󰅓"
}

.mdi-clock-minus:before {
    content: "󱡣"
}

.mdi-clock-minus-outline:before {
    content: "󱡤"
}

.mdi-clock-out:before {
    content: "󰅔"
}

.mdi-clock-outline:before {
    content: "󰅐"
}

.mdi-clock-plus:before {
    content: "󱡡"
}

.mdi-clock-plus-outline:before {
    content: "󱡢"
}

.mdi-clock-remove:before {
    content: "󱡥"
}

.mdi-clock-remove-outline:before {
    content: "󱡦"
}

.mdi-clock-star-four-points:before {
    content: "󱰩"
}

.mdi-clock-star-four-points-outline:before {
    content: "󱰪"
}

.mdi-clock-start:before {
    content: "󰅕"
}

.mdi-clock-time-eight:before {
    content: "󱑆"
}

.mdi-clock-time-eight-outline:before {
    content: "󱑒"
}

.mdi-clock-time-eleven:before {
    content: "󱑉"
}

.mdi-clock-time-eleven-outline:before {
    content: "󱑕"
}

.mdi-clock-time-five:before {
    content: "󱑃"
}

.mdi-clock-time-five-outline:before {
    content: "󱑏"
}

.mdi-clock-time-four:before {
    content: "󱑂"
}

.mdi-clock-time-four-outline:before {
    content: "󱑎"
}

.mdi-clock-time-nine:before {
    content: "󱑇"
}

.mdi-clock-time-nine-outline:before {
    content: "󱑓"
}

.mdi-clock-time-one:before {
    content: "󱐿"
}

.mdi-clock-time-one-outline:before {
    content: "󱑋"
}

.mdi-clock-time-seven:before {
    content: "󱑅"
}

.mdi-clock-time-seven-outline:before {
    content: "󱑑"
}

.mdi-clock-time-six:before {
    content: "󱑄"
}

.mdi-clock-time-six-outline:before {
    content: "󱑐"
}

.mdi-clock-time-ten:before {
    content: "󱑈"
}

.mdi-clock-time-ten-outline:before {
    content: "󱑔"
}

.mdi-clock-time-three:before {
    content: "󱑁"
}

.mdi-clock-time-three-outline:before {
    content: "󱑍"
}

.mdi-clock-time-twelve:before {
    content: "󱑊"
}

.mdi-clock-time-twelve-outline:before {
    content: "󱑖"
}

.mdi-clock-time-two:before {
    content: "󱑀"
}

.mdi-clock-time-two-outline:before {
    content: "󱑌"
}

.mdi-close:before {
    content: "󰅖"
}

.mdi-close-box:before {
    content: "󰅗"
}

.mdi-close-box-multiple:before {
    content: "󰱝"
}

.mdi-close-box-multiple-outline:before {
    content: "󰱞"
}

.mdi-close-box-outline:before {
    content: "󰅘"
}

.mdi-close-circle:before {
    content: "󰅙"
}

.mdi-close-circle-multiple:before {
    content: "󰘪"
}

.mdi-close-circle-multiple-outline:before {
    content: "󰢃"
}

.mdi-close-circle-outline:before {
    content: "󰅚"
}

.mdi-close-network:before {
    content: "󰅛"
}

.mdi-close-network-outline:before {
    content: "󰱟"
}

.mdi-close-octagon:before {
    content: "󰅜"
}

.mdi-close-octagon-outline:before {
    content: "󰅝"
}

.mdi-close-outline:before {
    content: "󰛉"
}

.mdi-close-thick:before {
    content: "󱎘"
}

.mdi-closed-caption:before {
    content: "󰅞"
}

.mdi-closed-caption-outline:before {
    content: "󰶽"
}

.mdi-cloud:before {
    content: "󰅟"
}

.mdi-cloud-alert:before {
    content: "󰧠"
}

.mdi-cloud-alert-outline:before {
    content: "󱯠"
}

.mdi-cloud-arrow-down:before {
    content: "󱯡"
}

.mdi-cloud-arrow-down-outline:before {
    content: "󱯢"
}

.mdi-cloud-arrow-left:before {
    content: "󱯣"
}

.mdi-cloud-arrow-left-outline:before {
    content: "󱯤"
}

.mdi-cloud-arrow-right:before {
    content: "󱯥"
}

.mdi-cloud-arrow-right-outline:before {
    content: "󱯦"
}

.mdi-cloud-arrow-up:before {
    content: "󱯧"
}

.mdi-cloud-arrow-up-outline:before {
    content: "󱯨"
}

.mdi-cloud-braces:before {
    content: "󰞵"
}

.mdi-cloud-cancel:before {
    content: "󱯩"
}

.mdi-cloud-cancel-outline:before {
    content: "󱯪"
}

.mdi-cloud-check:before {
    content: "󱯫"
}

.mdi-cloud-check-outline:before {
    content: "󱯬"
}

.mdi-cloud-check-variant:before {
    content: "󰅠"
}

.mdi-cloud-check-variant-outline:before {
    content: "󱋌"
}

.mdi-cloud-circle:before {
    content: "󰅡"
}

.mdi-cloud-circle-outline:before {
    content: "󱯭"
}

.mdi-cloud-clock:before {
    content: "󱯮"
}

.mdi-cloud-clock-outline:before {
    content: "󱯯"
}

.mdi-cloud-cog:before {
    content: "󱯰"
}

.mdi-cloud-cog-outline:before {
    content: "󱯱"
}

.mdi-cloud-download:before {
    content: "󰅢"
}

.mdi-cloud-download-outline:before {
    content: "󰭽"
}

.mdi-cloud-key:before {
    content: "󱲡"
}

.mdi-cloud-key-outline:before {
    content: "󱲢"
}

.mdi-cloud-lock:before {
    content: "󱇱"
}

.mdi-cloud-lock-open:before {
    content: "󱯲"
}

.mdi-cloud-lock-open-outline:before {
    content: "󱯳"
}

.mdi-cloud-lock-outline:before {
    content: "󱇲"
}

.mdi-cloud-minus:before {
    content: "󱯴"
}

.mdi-cloud-minus-outline:before {
    content: "󱯵"
}

.mdi-cloud-off:before {
    content: "󱯶"
}

.mdi-cloud-off-outline:before {
    content: "󰅤"
}

.mdi-cloud-outline:before {
    content: "󰅣"
}

.mdi-cloud-percent:before {
    content: "󱨵"
}

.mdi-cloud-percent-outline:before {
    content: "󱨶"
}

.mdi-cloud-plus:before {
    content: "󱯷"
}

.mdi-cloud-plus-outline:before {
    content: "󱯸"
}

.mdi-cloud-print:before {
    content: "󰅥"
}

.mdi-cloud-print-outline:before {
    content: "󰅦"
}

.mdi-cloud-question:before {
    content: "󰨹"
}

.mdi-cloud-question-outline:before {
    content: "󱯹"
}

.mdi-cloud-refresh:before {
    content: "󱯺"
}

.mdi-cloud-refresh-outline:before {
    content: "󱯻"
}

.mdi-cloud-refresh-variant:before {
    content: "󰔪"
}

.mdi-cloud-refresh-variant-outline:before {
    content: "󱯼"
}

.mdi-cloud-remove:before {
    content: "󱯽"
}

.mdi-cloud-remove-outline:before {
    content: "󱯾"
}

.mdi-cloud-search:before {
    content: "󰥖"
}

.mdi-cloud-search-outline:before {
    content: "󰥗"
}

.mdi-cloud-sync:before {
    content: "󰘿"
}

.mdi-cloud-sync-outline:before {
    content: "󱋖"
}

.mdi-cloud-tags:before {
    content: "󰞶"
}

.mdi-cloud-upload:before {
    content: "󰅧"
}

.mdi-cloud-upload-outline:before {
    content: "󰭾"
}

.mdi-clouds:before {
    content: "󱮕"
}

.mdi-clover:before {
    content: "󰠖"
}

.mdi-clover-outline:before {
    content: "󱱢"
}

.mdi-coach-lamp:before {
    content: "󱀠"
}

.mdi-coach-lamp-variant:before {
    content: "󱨷"
}

.mdi-coat-rack:before {
    content: "󱂞"
}

.mdi-code-array:before {
    content: "󰅨"
}

.mdi-code-block-braces:before {
    content: "󱲃"
}

.mdi-code-block-brackets:before {
    content: "󱲄"
}

.mdi-code-block-parentheses:before {
    content: "󱲅"
}

.mdi-code-block-tags:before {
    content: "󱲆"
}

.mdi-code-braces:before {
    content: "󰅩"
}

.mdi-code-braces-box:before {
    content: "󱃖"
}

.mdi-code-brackets:before {
    content: "󰅪"
}

.mdi-code-equal:before {
    content: "󰅫"
}

.mdi-code-greater-than:before {
    content: "󰅬"
}

.mdi-code-greater-than-or-equal:before {
    content: "󰅭"
}

.mdi-code-json:before {
    content: "󰘦"
}

.mdi-code-less-than:before {
    content: "󰅮"
}

.mdi-code-less-than-or-equal:before {
    content: "󰅯"
}

.mdi-code-not-equal:before {
    content: "󰅰"
}

.mdi-code-not-equal-variant:before {
    content: "󰅱"
}

.mdi-code-parentheses:before {
    content: "󰅲"
}

.mdi-code-parentheses-box:before {
    content: "󱃗"
}

.mdi-code-string:before {
    content: "󰅳"
}

.mdi-code-tags:before {
    content: "󰅴"
}

.mdi-code-tags-check:before {
    content: "󰚔"
}

.mdi-codepen:before {
    content: "󰅵"
}

.mdi-coffee:before {
    content: "󰅶"
}

.mdi-coffee-maker:before {
    content: "󱂟"
}

.mdi-coffee-maker-check:before {
    content: "󱤱"
}

.mdi-coffee-maker-check-outline:before {
    content: "󱤲"
}

.mdi-coffee-maker-outline:before {
    content: "󱠛"
}

.mdi-coffee-off:before {
    content: "󰾪"
}

.mdi-coffee-off-outline:before {
    content: "󰾫"
}

.mdi-coffee-outline:before {
    content: "󰛊"
}

.mdi-coffee-to-go:before {
    content: "󰅷"
}

.mdi-coffee-to-go-outline:before {
    content: "󱌎"
}

.mdi-coffin:before {
    content: "󰭿"
}

.mdi-cog:before {
    content: "󰒓"
}

.mdi-cog-box:before {
    content: "󰒔"
}

.mdi-cog-clockwise:before {
    content: "󱇝"
}

.mdi-cog-counterclockwise:before {
    content: "󱇞"
}

.mdi-cog-off:before {
    content: "󱏎"
}

.mdi-cog-off-outline:before {
    content: "󱏏"
}

.mdi-cog-outline:before {
    content: "󰢻"
}

.mdi-cog-pause:before {
    content: "󱤳"
}

.mdi-cog-pause-outline:before {
    content: "󱤴"
}

.mdi-cog-play:before {
    content: "󱤵"
}

.mdi-cog-play-outline:before {
    content: "󱤶"
}

.mdi-cog-refresh:before {
    content: "󱑞"
}

.mdi-cog-refresh-outline:before {
    content: "󱑟"
}

.mdi-cog-stop:before {
    content: "󱤷"
}

.mdi-cog-stop-outline:before {
    content: "󱤸"
}

.mdi-cog-sync:before {
    content: "󱑠"
}

.mdi-cog-sync-outline:before {
    content: "󱑡"
}

.mdi-cog-transfer:before {
    content: "󱁛"
}

.mdi-cog-transfer-outline:before {
    content: "󱁜"
}

.mdi-cogs:before {
    content: "󰣖"
}

.mdi-collage:before {
    content: "󰙀"
}

.mdi-collapse-all:before {
    content: "󰪦"
}

.mdi-collapse-all-outline:before {
    content: "󰪧"
}

.mdi-color-helper:before {
    content: "󰅹"
}

.mdi-comma:before {
    content: "󰸣"
}

.mdi-comma-box:before {
    content: "󰸫"
}

.mdi-comma-box-outline:before {
    content: "󰸤"
}

.mdi-comma-circle:before {
    content: "󰸥"
}

.mdi-comma-circle-outline:before {
    content: "󰸦"
}

.mdi-comment:before {
    content: "󰅺"
}

.mdi-comment-account:before {
    content: "󰅻"
}

.mdi-comment-account-outline:before {
    content: "󰅼"
}

.mdi-comment-alert:before {
    content: "󰅽"
}

.mdi-comment-alert-outline:before {
    content: "󰅾"
}

.mdi-comment-arrow-left:before {
    content: "󰧡"
}

.mdi-comment-arrow-left-outline:before {
    content: "󰧢"
}

.mdi-comment-arrow-right:before {
    content: "󰧣"
}

.mdi-comment-arrow-right-outline:before {
    content: "󰧤"
}

.mdi-comment-bookmark:before {
    content: "󱖮"
}

.mdi-comment-bookmark-outline:before {
    content: "󱖯"
}

.mdi-comment-check:before {
    content: "󰅿"
}

.mdi-comment-check-outline:before {
    content: "󰆀"
}

.mdi-comment-edit:before {
    content: "󱆿"
}

.mdi-comment-edit-outline:before {
    content: "󱋄"
}

.mdi-comment-eye:before {
    content: "󰨺"
}

.mdi-comment-eye-outline:before {
    content: "󰨻"
}

.mdi-comment-flash:before {
    content: "󱖰"
}

.mdi-comment-flash-outline:before {
    content: "󱖱"
}

.mdi-comment-minus:before {
    content: "󱗟"
}

.mdi-comment-minus-outline:before {
    content: "󱗠"
}

.mdi-comment-multiple:before {
    content: "󰡟"
}

.mdi-comment-multiple-outline:before {
    content: "󰆁"
}

.mdi-comment-off:before {
    content: "󱗡"
}

.mdi-comment-off-outline:before {
    content: "󱗢"
}

.mdi-comment-outline:before {
    content: "󰆂"
}

.mdi-comment-plus:before {
    content: "󰧥"
}

.mdi-comment-plus-outline:before {
    content: "󰆃"
}

.mdi-comment-processing:before {
    content: "󰆄"
}

.mdi-comment-processing-outline:before {
    content: "󰆅"
}

.mdi-comment-question:before {
    content: "󰠗"
}

.mdi-comment-question-outline:before {
    content: "󰆆"
}

.mdi-comment-quote:before {
    content: "󱀡"
}

.mdi-comment-quote-outline:before {
    content: "󱀢"
}

.mdi-comment-remove:before {
    content: "󰗞"
}

.mdi-comment-remove-outline:before {
    content: "󰆇"
}

.mdi-comment-search:before {
    content: "󰨼"
}

.mdi-comment-search-outline:before {
    content: "󰨽"
}

.mdi-comment-text:before {
    content: "󰆈"
}

.mdi-comment-text-multiple:before {
    content: "󰡠"
}

.mdi-comment-text-multiple-outline:before {
    content: "󰡡"
}

.mdi-comment-text-outline:before {
    content: "󰆉"
}

.mdi-compare:before {
    content: "󰆊"
}

.mdi-compare-horizontal:before {
    content: "󱒒"
}

.mdi-compare-remove:before {
    content: "󱢳"
}

.mdi-compare-vertical:before {
    content: "󱒓"
}

.mdi-compass:before {
    content: "󰆋"
}

.mdi-compass-off:before {
    content: "󰮀"
}

.mdi-compass-off-outline:before {
    content: "󰮁"
}

.mdi-compass-outline:before {
    content: "󰆌"
}

.mdi-compass-rose:before {
    content: "󱎂"
}

.mdi-compost:before {
    content: "󱨸"
}

.mdi-cone:before {
    content: "󱥌"
}

.mdi-cone-off:before {
    content: "󱥍"
}

.mdi-connection:before {
    content: "󱘖"
}

.mdi-console:before {
    content: "󰆍"
}

.mdi-console-line:before {
    content: "󰞷"
}

.mdi-console-network:before {
    content: "󰢩"
}

.mdi-console-network-outline:before {
    content: "󰱠"
}

.mdi-consolidate:before {
    content: "󱃘"
}

.mdi-contactless-payment:before {
    content: "󰵪"
}

.mdi-contactless-payment-circle:before {
    content: "󰌡"
}

.mdi-contactless-payment-circle-outline:before {
    content: "󰐈"
}

.mdi-contacts:before {
    content: "󰛋"
}

.mdi-contacts-outline:before {
    content: "󰖸"
}

.mdi-contain:before {
    content: "󰨾"
}

.mdi-contain-end:before {
    content: "󰨿"
}

.mdi-contain-start:before {
    content: "󰩀"
}

.mdi-content-copy:before {
    content: "󰆏"
}

.mdi-content-cut:before {
    content: "󰆐"
}

.mdi-content-duplicate:before {
    content: "󰆑"
}

.mdi-content-paste:before {
    content: "󰆒"
}

.mdi-content-save:before {
    content: "󰆓"
}

.mdi-content-save-alert:before {
    content: "󰽂"
}

.mdi-content-save-alert-outline:before {
    content: "󰽃"
}

.mdi-content-save-all:before {
    content: "󰆔"
}

.mdi-content-save-all-outline:before {
    content: "󰽄"
}

.mdi-content-save-check:before {
    content: "󱣪"
}

.mdi-content-save-check-outline:before {
    content: "󱣫"
}

.mdi-content-save-cog:before {
    content: "󱑛"
}

.mdi-content-save-cog-outline:before {
    content: "󱑜"
}

.mdi-content-save-edit:before {
    content: "󰳻"
}

.mdi-content-save-edit-outline:before {
    content: "󰳼"
}

.mdi-content-save-minus:before {
    content: "󱭃"
}

.mdi-content-save-minus-outline:before {
    content: "󱭄"
}

.mdi-content-save-move:before {
    content: "󰸧"
}

.mdi-content-save-move-outline:before {
    content: "󰸨"
}

.mdi-content-save-off:before {
    content: "󱙃"
}

.mdi-content-save-off-outline:before {
    content: "󱙄"
}

.mdi-content-save-outline:before {
    content: "󰠘"
}

.mdi-content-save-plus:before {
    content: "󱭁"
}

.mdi-content-save-plus-outline:before {
    content: "󱭂"
}

.mdi-content-save-settings:before {
    content: "󰘛"
}

.mdi-content-save-settings-outline:before {
    content: "󰬮"
}

.mdi-contrast:before {
    content: "󰆕"
}

.mdi-contrast-box:before {
    content: "󰆖"
}

.mdi-contrast-circle:before {
    content: "󰆗"
}

.mdi-controller:before {
    content: "󰊴"
}

.mdi-controller-classic:before {
    content: "󰮂"
}

.mdi-controller-classic-outline:before {
    content: "󰮃"
}

.mdi-controller-off:before {
    content: "󰊵"
}

.mdi-cookie:before {
    content: "󰆘"
}

.mdi-cookie-alert:before {
    content: "󱛐"
}

.mdi-cookie-alert-outline:before {
    content: "󱛑"
}

.mdi-cookie-check:before {
    content: "󱛒"
}

.mdi-cookie-check-outline:before {
    content: "󱛓"
}

.mdi-cookie-clock:before {
    content: "󱛤"
}

.mdi-cookie-clock-outline:before {
    content: "󱛥"
}

.mdi-cookie-cog:before {
    content: "󱛔"
}

.mdi-cookie-cog-outline:before {
    content: "󱛕"
}

.mdi-cookie-edit:before {
    content: "󱛦"
}

.mdi-cookie-edit-outline:before {
    content: "󱛧"
}

.mdi-cookie-lock:before {
    content: "󱛨"
}

.mdi-cookie-lock-outline:before {
    content: "󱛩"
}

.mdi-cookie-minus:before {
    content: "󱛚"
}

.mdi-cookie-minus-outline:before {
    content: "󱛛"
}

.mdi-cookie-off:before {
    content: "󱛪"
}

.mdi-cookie-off-outline:before {
    content: "󱛫"
}

.mdi-cookie-outline:before {
    content: "󱛞"
}

.mdi-cookie-plus:before {
    content: "󱛖"
}

.mdi-cookie-plus-outline:before {
    content: "󱛗"
}

.mdi-cookie-refresh:before {
    content: "󱛬"
}

.mdi-cookie-refresh-outline:before {
    content: "󱛭"
}

.mdi-cookie-remove:before {
    content: "󱛘"
}

.mdi-cookie-remove-outline:before {
    content: "󱛙"
}

.mdi-cookie-settings:before {
    content: "󱛜"
}

.mdi-cookie-settings-outline:before {
    content: "󱛝"
}

.mdi-coolant-temperature:before {
    content: "󰏈"
}

.mdi-copyleft:before {
    content: "󱤹"
}

.mdi-copyright:before {
    content: "󰗦"
}

.mdi-cordova:before {
    content: "󰥘"
}

.mdi-corn:before {
    content: "󰞸"
}

.mdi-corn-off:before {
    content: "󱏯"
}

.mdi-cosine-wave:before {
    content: "󱑹"
}

.mdi-counter:before {
    content: "󰆙"
}

.mdi-countertop:before {
    content: "󱠜"
}

.mdi-countertop-outline:before {
    content: "󱠝"
}

.mdi-cow:before {
    content: "󰆚"
}

.mdi-cow-off:before {
    content: "󱣼"
}

.mdi-cpu-32-bit:before {
    content: "󰻟"
}

.mdi-cpu-64-bit:before {
    content: "󰻠"
}

.mdi-cradle:before {
    content: "󱦋"
}

.mdi-cradle-outline:before {
    content: "󱦑"
}

.mdi-crane:before {
    content: "󰡢"
}

.mdi-creation:before {
    content: "󰙴"
}

.mdi-creation-outline:before {
    content: "󱰫"
}

.mdi-creative-commons:before {
    content: "󰵫"
}

.mdi-credit-card:before {
    content: "󰿯"
}

.mdi-credit-card-check:before {
    content: "󱏐"
}

.mdi-credit-card-check-outline:before {
    content: "󱏑"
}

.mdi-credit-card-chip:before {
    content: "󱤏"
}

.mdi-credit-card-chip-outline:before {
    content: "󱤐"
}

.mdi-credit-card-clock:before {
    content: "󰻡"
}

.mdi-credit-card-clock-outline:before {
    content: "󰻢"
}

.mdi-credit-card-edit:before {
    content: "󱟗"
}

.mdi-credit-card-edit-outline:before {
    content: "󱟘"
}

.mdi-credit-card-fast:before {
    content: "󱤑"
}

.mdi-credit-card-fast-outline:before {
    content: "󱤒"
}

.mdi-credit-card-lock:before {
    content: "󱣧"
}

.mdi-credit-card-lock-outline:before {
    content: "󱣨"
}

.mdi-credit-card-marker:before {
    content: "󰚨"
}

.mdi-credit-card-marker-outline:before {
    content: "󰶾"
}

.mdi-credit-card-minus:before {
    content: "󰾬"
}

.mdi-credit-card-minus-outline:before {
    content: "󰾭"
}

.mdi-credit-card-multiple:before {
    content: "󰿰"
}

.mdi-credit-card-multiple-outline:before {
    content: "󰆜"
}

.mdi-credit-card-off:before {
    content: "󰿱"
}

.mdi-credit-card-off-outline:before {
    content: "󰗤"
}

.mdi-credit-card-outline:before {
    content: "󰆛"
}

.mdi-credit-card-plus:before {
    content: "󰿲"
}

.mdi-credit-card-plus-outline:before {
    content: "󰙶"
}

.mdi-credit-card-refresh:before {
    content: "󱙅"
}

.mdi-credit-card-refresh-outline:before {
    content: "󱙆"
}

.mdi-credit-card-refund:before {
    content: "󰿳"
}

.mdi-credit-card-refund-outline:before {
    content: "󰪨"
}

.mdi-credit-card-remove:before {
    content: "󰾮"
}

.mdi-credit-card-remove-outline:before {
    content: "󰾯"
}

.mdi-credit-card-scan:before {
    content: "󰿴"
}

.mdi-credit-card-scan-outline:before {
    content: "󰆝"
}

.mdi-credit-card-search:before {
    content: "󱙇"
}

.mdi-credit-card-search-outline:before {
    content: "󱙈"
}

.mdi-credit-card-settings:before {
    content: "󰿵"
}

.mdi-credit-card-settings-outline:before {
    content: "󰣗"
}

.mdi-credit-card-sync:before {
    content: "󱙉"
}

.mdi-credit-card-sync-outline:before {
    content: "󱙊"
}

.mdi-credit-card-wireless:before {
    content: "󰠂"
}

.mdi-credit-card-wireless-off:before {
    content: "󰕺"
}

.mdi-credit-card-wireless-off-outline:before {
    content: "󰕻"
}

.mdi-credit-card-wireless-outline:before {
    content: "󰵬"
}

.mdi-cricket:before {
    content: "󰵭"
}

.mdi-crop:before {
    content: "󰆞"
}

.mdi-crop-free:before {
    content: "󰆟"
}

.mdi-crop-landscape:before {
    content: "󰆠"
}

.mdi-crop-portrait:before {
    content: "󰆡"
}

.mdi-crop-rotate:before {
    content: "󰚖"
}

.mdi-crop-square:before {
    content: "󰆢"
}

.mdi-cross:before {
    content: "󰥓"
}

.mdi-cross-bolnisi:before {
    content: "󰳭"
}

.mdi-cross-celtic:before {
    content: "󰳵"
}

.mdi-cross-outline:before {
    content: "󰳶"
}

.mdi-crosshairs:before {
    content: "󰆣"
}

.mdi-crosshairs-gps:before {
    content: "󰆤"
}

.mdi-crosshairs-off:before {
    content: "󰽅"
}

.mdi-crosshairs-question:before {
    content: "󱄶"
}

.mdi-crowd:before {
    content: "󱥵"
}

.mdi-crown:before {
    content: "󰆥"
}

.mdi-crown-circle:before {
    content: "󱟜"
}

.mdi-crown-circle-outline:before {
    content: "󱟝"
}

.mdi-crown-outline:before {
    content: "󱇐"
}

.mdi-cryengine:before {
    content: "󰥙"
}

.mdi-crystal-ball:before {
    content: "󰬯"
}

.mdi-cube:before {
    content: "󰆦"
}

.mdi-cube-off:before {
    content: "󱐜"
}

.mdi-cube-off-outline:before {
    content: "󱐝"
}

.mdi-cube-outline:before {
    content: "󰆧"
}

.mdi-cube-scan:before {
    content: "󰮄"
}

.mdi-cube-send:before {
    content: "󰆨"
}

.mdi-cube-unfolded:before {
    content: "󰆩"
}

.mdi-cup:before {
    content: "󰆪"
}

.mdi-cup-off:before {
    content: "󰗥"
}

.mdi-cup-off-outline:before {
    content: "󱍽"
}

.mdi-cup-outline:before {
    content: "󱌏"
}

.mdi-cup-water:before {
    content: "󰆫"
}

.mdi-cupboard:before {
    content: "󰽆"
}

.mdi-cupboard-outline:before {
    content: "󰽇"
}

.mdi-cupcake:before {
    content: "󰥚"
}

.mdi-curling:before {
    content: "󰡣"
}

.mdi-currency-bdt:before {
    content: "󰡤"
}

.mdi-currency-brl:before {
    content: "󰮅"
}

.mdi-currency-btc:before {
    content: "󰆬"
}

.mdi-currency-cny:before {
    content: "󰞺"
}

.mdi-currency-eth:before {
    content: "󰞻"
}

.mdi-currency-eur:before {
    content: "󰆭"
}

.mdi-currency-eur-off:before {
    content: "󱌕"
}

.mdi-currency-fra:before {
    content: "󱨹"
}

.mdi-currency-gbp:before {
    content: "󰆮"
}

.mdi-currency-ils:before {
    content: "󰱡"
}

.mdi-currency-inr:before {
    content: "󰆯"
}

.mdi-currency-jpy:before {
    content: "󰞼"
}

.mdi-currency-krw:before {
    content: "󰞽"
}

.mdi-currency-kzt:before {
    content: "󰡥"
}

.mdi-currency-mnt:before {
    content: "󱔒"
}

.mdi-currency-ngn:before {
    content: "󰆰"
}

.mdi-currency-php:before {
    content: "󰧦"
}

.mdi-currency-rial:before {
    content: "󰺜"
}

.mdi-currency-rub:before {
    content: "󰆱"
}

.mdi-currency-rupee:before {
    content: "󱥶"
}

.mdi-currency-sign:before {
    content: "󰞾"
}

.mdi-currency-thb:before {
    content: "󱰅"
}

.mdi-currency-try:before {
    content: "󰆲"
}

.mdi-currency-twd:before {
    content: "󰞿"
}

.mdi-currency-uah:before {
    content: "󱮛"
}

.mdi-currency-usd:before {
    content: "󰇁"
}

.mdi-currency-usd-off:before {
    content: "󰙺"
}

.mdi-current-ac:before {
    content: "󱒀"
}

.mdi-current-dc:before {
    content: "󰥜"
}

.mdi-cursor-default:before {
    content: "󰇀"
}

.mdi-cursor-default-click:before {
    content: "󰳽"
}

.mdi-cursor-default-click-outline:before {
    content: "󰳾"
}

.mdi-cursor-default-gesture:before {
    content: "󱄧"
}

.mdi-cursor-default-gesture-outline:before {
    content: "󱄨"
}

.mdi-cursor-default-outline:before {
    content: "󰆿"
}

.mdi-cursor-move:before {
    content: "󰆾"
}

.mdi-cursor-pointer:before {
    content: "󰆽"
}

.mdi-cursor-text:before {
    content: "󰗧"
}

.mdi-curtains:before {
    content: "󱡆"
}

.mdi-curtains-closed:before {
    content: "󱡇"
}

.mdi-cylinder:before {
    content: "󱥎"
}

.mdi-cylinder-off:before {
    content: "󱥏"
}

.mdi-dance-ballroom:before {
    content: "󱗻"
}

.mdi-dance-pole:before {
    content: "󱕸"
}

.mdi-data-matrix:before {
    content: "󱔼"
}

.mdi-data-matrix-edit:before {
    content: "󱔽"
}

.mdi-data-matrix-minus:before {
    content: "󱔾"
}

.mdi-data-matrix-plus:before {
    content: "󱔿"
}

.mdi-data-matrix-remove:before {
    content: "󱕀"
}

.mdi-data-matrix-scan:before {
    content: "󱕁"
}

.mdi-database:before {
    content: "󰆼"
}

.mdi-database-alert:before {
    content: "󱘺"
}

.mdi-database-alert-outline:before {
    content: "󱘤"
}

.mdi-database-arrow-down:before {
    content: "󱘻"
}

.mdi-database-arrow-down-outline:before {
    content: "󱘥"
}

.mdi-database-arrow-left:before {
    content: "󱘼"
}

.mdi-database-arrow-left-outline:before {
    content: "󱘦"
}

.mdi-database-arrow-right:before {
    content: "󱘽"
}

.mdi-database-arrow-right-outline:before {
    content: "󱘧"
}

.mdi-database-arrow-up:before {
    content: "󱘾"
}

.mdi-database-arrow-up-outline:before {
    content: "󱘨"
}

.mdi-database-check:before {
    content: "󰪩"
}

.mdi-database-check-outline:before {
    content: "󱘩"
}

.mdi-database-clock:before {
    content: "󱘿"
}

.mdi-database-clock-outline:before {
    content: "󱘪"
}

.mdi-database-cog:before {
    content: "󱙋"
}

.mdi-database-cog-outline:before {
    content: "󱙌"
}

.mdi-database-edit:before {
    content: "󰮆"
}

.mdi-database-edit-outline:before {
    content: "󱘫"
}

.mdi-database-export:before {
    content: "󰥞"
}

.mdi-database-export-outline:before {
    content: "󱘬"
}

.mdi-database-eye:before {
    content: "󱤟"
}

.mdi-database-eye-off:before {
    content: "󱤠"
}

.mdi-database-eye-off-outline:before {
    content: "󱤡"
}

.mdi-database-eye-outline:before {
    content: "󱤢"
}

.mdi-database-import:before {
    content: "󰥝"
}

.mdi-database-import-outline:before {
    content: "󱘭"
}

.mdi-database-lock:before {
    content: "󰪪"
}

.mdi-database-lock-outline:before {
    content: "󱘮"
}

.mdi-database-marker:before {
    content: "󱋶"
}

.mdi-database-marker-outline:before {
    content: "󱘯"
}

.mdi-database-minus:before {
    content: "󰆻"
}

.mdi-database-minus-outline:before {
    content: "󱘰"
}

.mdi-database-off:before {
    content: "󱙀"
}

.mdi-database-off-outline:before {
    content: "󱘱"
}

.mdi-database-outline:before {
    content: "󱘲"
}

.mdi-database-plus:before {
    content: "󰆺"
}

.mdi-database-plus-outline:before {
    content: "󱘳"
}

.mdi-database-refresh:before {
    content: "󰗂"
}

.mdi-database-refresh-outline:before {
    content: "󱘴"
}

.mdi-database-remove:before {
    content: "󰴀"
}

.mdi-database-remove-outline:before {
    content: "󱘵"
}

.mdi-database-search:before {
    content: "󰡦"
}

.mdi-database-search-outline:before {
    content: "󱘶"
}

.mdi-database-settings:before {
    content: "󰴁"
}

.mdi-database-settings-outline:before {
    content: "󱘷"
}

.mdi-database-sync:before {
    content: "󰳿"
}

.mdi-database-sync-outline:before {
    content: "󱘸"
}

.mdi-death-star:before {
    content: "󰣘"
}

.mdi-death-star-variant:before {
    content: "󰣙"
}

.mdi-deathly-hallows:before {
    content: "󰮇"
}

.mdi-debian:before {
    content: "󰣚"
}

.mdi-debug-step-into:before {
    content: "󰆹"
}

.mdi-debug-step-out:before {
    content: "󰆸"
}

.mdi-debug-step-over:before {
    content: "󰆷"
}

.mdi-decagram:before {
    content: "󰝬"
}

.mdi-decagram-outline:before {
    content: "󰝭"
}

.mdi-decimal:before {
    content: "󱂡"
}

.mdi-decimal-comma:before {
    content: "󱂢"
}

.mdi-decimal-comma-decrease:before {
    content: "󱂣"
}

.mdi-decimal-comma-increase:before {
    content: "󱂤"
}

.mdi-decimal-decrease:before {
    content: "󰆶"
}

.mdi-decimal-increase:before {
    content: "󰆵"
}

.mdi-delete:before {
    content: "󰆴"
}

.mdi-delete-alert:before {
    content: "󱂥"
}

.mdi-delete-alert-outline:before {
    content: "󱂦"
}

.mdi-delete-circle:before {
    content: "󰚃"
}

.mdi-delete-circle-outline:before {
    content: "󰮈"
}

.mdi-delete-clock:before {
    content: "󱕖"
}

.mdi-delete-clock-outline:before {
    content: "󱕗"
}

.mdi-delete-empty:before {
    content: "󰛌"
}

.mdi-delete-empty-outline:before {
    content: "󰺝"
}

.mdi-delete-forever:before {
    content: "󰗨"
}

.mdi-delete-forever-outline:before {
    content: "󰮉"
}

.mdi-delete-off:before {
    content: "󱂧"
}

.mdi-delete-off-outline:before {
    content: "󱂨"
}

.mdi-delete-outline:before {
    content: "󰧧"
}

.mdi-delete-restore:before {
    content: "󰠙"
}

.mdi-delete-sweep:before {
    content: "󰗩"
}

.mdi-delete-sweep-outline:before {
    content: "󰱢"
}

.mdi-delete-variant:before {
    content: "󰆳"
}

.mdi-delta:before {
    content: "󰇂"
}

.mdi-desk:before {
    content: "󱈹"
}

.mdi-desk-lamp:before {
    content: "󰥟"
}

.mdi-desk-lamp-off:before {
    content: "󱬟"
}

.mdi-desk-lamp-on:before {
    content: "󱬠"
}

.mdi-deskphone:before {
    content: "󰇃"
}

.mdi-desktop-classic:before {
    content: "󰟀"
}

.mdi-desktop-tower:before {
    content: "󰇅"
}

.mdi-desktop-tower-monitor:before {
    content: "󰪫"
}

.mdi-details:before {
    content: "󰇆"
}

.mdi-dev-to:before {
    content: "󰵮"
}

.mdi-developer-board:before {
    content: "󰚗"
}

.mdi-deviantart:before {
    content: "󰇇"
}

.mdi-devices:before {
    content: "󰾰"
}

.mdi-dharmachakra:before {
    content: "󰥋"
}

.mdi-diabetes:before {
    content: "󱄦"
}

.mdi-dialpad:before {
    content: "󰘜"
}

.mdi-diameter:before {
    content: "󰱣"
}

.mdi-diameter-outline:before {
    content: "󰱤"
}

.mdi-diameter-variant:before {
    content: "󰱥"
}

.mdi-diamond:before {
    content: "󰮊"
}

.mdi-diamond-outline:before {
    content: "󰮋"
}

.mdi-diamond-stone:before {
    content: "󰇈"
}

.mdi-diaper-outline:before {
    content: "󱳏"
}

.mdi-dice-1:before {
    content: "󰇊"
}

.mdi-dice-1-outline:before {
    content: "󱅊"
}

.mdi-dice-2:before {
    content: "󰇋"
}

.mdi-dice-2-outline:before {
    content: "󱅋"
}

.mdi-dice-3:before {
    content: "󰇌"
}

.mdi-dice-3-outline:before {
    content: "󱅌"
}

.mdi-dice-4:before {
    content: "󰇍"
}

.mdi-dice-4-outline:before {
    content: "󱅍"
}

.mdi-dice-5:before {
    content: "󰇎"
}

.mdi-dice-5-outline:before {
    content: "󱅎"
}

.mdi-dice-6:before {
    content: "󰇏"
}

.mdi-dice-6-outline:before {
    content: "󱅏"
}

.mdi-dice-d10:before {
    content: "󱅓"
}

.mdi-dice-d10-outline:before {
    content: "󰝯"
}

.mdi-dice-d12:before {
    content: "󱅔"
}

.mdi-dice-d12-outline:before {
    content: "󰡧"
}

.mdi-dice-d20:before {
    content: "󱅕"
}

.mdi-dice-d20-outline:before {
    content: "󰗪"
}

.mdi-dice-d4:before {
    content: "󱅐"
}

.mdi-dice-d4-outline:before {
    content: "󰗫"
}

.mdi-dice-d6:before {
    content: "󱅑"
}

.mdi-dice-d6-outline:before {
    content: "󰗭"
}

.mdi-dice-d8:before {
    content: "󱅒"
}

.mdi-dice-d8-outline:before {
    content: "󰗬"
}

.mdi-dice-multiple:before {
    content: "󰝮"
}

.mdi-dice-multiple-outline:before {
    content: "󱅖"
}

.mdi-digital-ocean:before {
    content: "󱈷"
}

.mdi-dip-switch:before {
    content: "󰟁"
}

.mdi-directions:before {
    content: "󰇐"
}

.mdi-directions-fork:before {
    content: "󰙁"
}

.mdi-disc:before {
    content: "󰗮"
}

.mdi-disc-alert:before {
    content: "󰇑"
}

.mdi-disc-player:before {
    content: "󰥠"
}

.mdi-dishwasher:before {
    content: "󰪬"
}

.mdi-dishwasher-alert:before {
    content: "󱆸"
}

.mdi-dishwasher-off:before {
    content: "󱆹"
}

.mdi-disqus:before {
    content: "󰇒"
}

.mdi-distribute-horizontal-center:before {
    content: "󱇉"
}

.mdi-distribute-horizontal-left:before {
    content: "󱇈"
}

.mdi-distribute-horizontal-right:before {
    content: "󱇊"
}

.mdi-distribute-vertical-bottom:before {
    content: "󱇋"
}

.mdi-distribute-vertical-center:before {
    content: "󱇌"
}

.mdi-distribute-vertical-top:before {
    content: "󱇍"
}

.mdi-diversify:before {
    content: "󱡷"
}

.mdi-diving:before {
    content: "󱥷"
}

.mdi-diving-flippers:before {
    content: "󰶿"
}

.mdi-diving-helmet:before {
    content: "󰷀"
}

.mdi-diving-scuba:before {
    content: "󱭷"
}

.mdi-diving-scuba-flag:before {
    content: "󰷂"
}

.mdi-diving-scuba-mask:before {
    content: "󰷁"
}

.mdi-diving-scuba-tank:before {
    content: "󰷃"
}

.mdi-diving-scuba-tank-multiple:before {
    content: "󰷄"
}

.mdi-diving-snorkel:before {
    content: "󰷅"
}

.mdi-division:before {
    content: "󰇔"
}

.mdi-division-box:before {
    content: "󰇕"
}

.mdi-dlna:before {
    content: "󰩁"
}

.mdi-dna:before {
    content: "󰚄"
}

.mdi-dns:before {
    content: "󰇖"
}

.mdi-dns-outline:before {
    content: "󰮌"
}

.mdi-dock-bottom:before {
    content: "󱂩"
}

.mdi-dock-left:before {
    content: "󱂪"
}

.mdi-dock-right:before {
    content: "󱂫"
}

.mdi-dock-top:before {
    content: "󱔓"
}

.mdi-dock-window:before {
    content: "󱂬"
}

.mdi-docker:before {
    content: "󰡨"
}

.mdi-doctor:before {
    content: "󰩂"
}

.mdi-dog:before {
    content: "󰩃"
}

.mdi-dog-service:before {
    content: "󰪭"
}

.mdi-dog-side:before {
    content: "󰩄"
}

.mdi-dog-side-off:before {
    content: "󱛮"
}

.mdi-dolby:before {
    content: "󰚳"
}

.mdi-dolly:before {
    content: "󰺞"
}

.mdi-dolphin:before {
    content: "󱢴"
}

.mdi-domain:before {
    content: "󰇗"
}

.mdi-domain-off:before {
    content: "󰵯"
}

.mdi-domain-plus:before {
    content: "󱂭"
}

.mdi-domain-remove:before {
    content: "󱂮"
}

.mdi-domain-switch:before {
    content: "󱰬"
}

.mdi-dome-light:before {
    content: "󱐞"
}

.mdi-domino-mask:before {
    content: "󱀣"
}

.mdi-donkey:before {
    content: "󰟂"
}

.mdi-door:before {
    content: "󰠚"
}

.mdi-door-closed:before {
    content: "󰠛"
}

.mdi-door-closed-cancel:before {
    content: "󱲓"
}

.mdi-door-closed-lock:before {
    content: "󱂯"
}

.mdi-door-open:before {
    content: "󰠜"
}

.mdi-door-sliding:before {
    content: "󱠞"
}

.mdi-door-sliding-lock:before {
    content: "󱠟"
}

.mdi-door-sliding-open:before {
    content: "󱠠"
}

.mdi-doorbell:before {
    content: "󱋦"
}

.mdi-doorbell-video:before {
    content: "󰡩"
}

.mdi-dot-net:before {
    content: "󰪮"
}

.mdi-dots-circle:before {
    content: "󱥸"
}

.mdi-dots-grid:before {
    content: "󱗼"
}

.mdi-dots-hexagon:before {
    content: "󱗿"
}

.mdi-dots-horizontal:before {
    content: "󰇘"
}

.mdi-dots-horizontal-circle:before {
    content: "󰟃"
}

.mdi-dots-horizontal-circle-outline:before {
    content: "󰮍"
}

.mdi-dots-square:before {
    content: "󱗽"
}

.mdi-dots-triangle:before {
    content: "󱗾"
}

.mdi-dots-vertical:before {
    content: "󰇙"
}

.mdi-dots-vertical-circle:before {
    content: "󰟄"
}

.mdi-dots-vertical-circle-outline:before {
    content: "󰮎"
}

.mdi-download:before {
    content: "󰇚"
}

.mdi-download-box:before {
    content: "󱑢"
}

.mdi-download-box-outline:before {
    content: "󱑣"
}

.mdi-download-circle:before {
    content: "󱑤"
}

.mdi-download-circle-outline:before {
    content: "󱑥"
}

.mdi-download-lock:before {
    content: "󱌠"
}

.mdi-download-lock-outline:before {
    content: "󱌡"
}

.mdi-download-multiple:before {
    content: "󰧩"
}

.mdi-download-multiple-outline:before {
    content: "󱳐"
}

.mdi-download-network:before {
    content: "󰛴"
}

.mdi-download-network-outline:before {
    content: "󰱦"
}

.mdi-download-off:before {
    content: "󱂰"
}

.mdi-download-off-outline:before {
    content: "󱂱"
}

.mdi-download-outline:before {
    content: "󰮏"
}

.mdi-drag:before {
    content: "󰇛"
}

.mdi-drag-horizontal:before {
    content: "󰇜"
}

.mdi-drag-horizontal-variant:before {
    content: "󱋰"
}

.mdi-drag-variant:before {
    content: "󰮐"
}

.mdi-drag-vertical:before {
    content: "󰇝"
}

.mdi-drag-vertical-variant:before {
    content: "󱋱"
}

.mdi-drama-masks:before {
    content: "󰴂"
}

.mdi-draw:before {
    content: "󰽉"
}

.mdi-draw-pen:before {
    content: "󱦹"
}

.mdi-drawing:before {
    content: "󰇞"
}

.mdi-drawing-box:before {
    content: "󰇟"
}

.mdi-dresser:before {
    content: "󰽊"
}

.mdi-dresser-outline:before {
    content: "󰽋"
}

.mdi-drone:before {
    content: "󰇢"
}

.mdi-dropbox:before {
    content: "󰇣"
}

.mdi-drupal:before {
    content: "󰇤"
}

.mdi-duck:before {
    content: "󰇥"
}

.mdi-dumbbell:before {
    content: "󰇦"
}

.mdi-dump-truck:before {
    content: "󰱧"
}

.mdi-ear-hearing:before {
    content: "󰟅"
}

.mdi-ear-hearing-loop:before {
    content: "󱫮"
}

.mdi-ear-hearing-off:before {
    content: "󰩅"
}

.mdi-earbuds:before {
    content: "󱡏"
}

.mdi-earbuds-off:before {
    content: "󱡐"
}

.mdi-earbuds-off-outline:before {
    content: "󱡑"
}

.mdi-earbuds-outline:before {
    content: "󱡒"
}

.mdi-earth:before {
    content: "󰇧"
}

.mdi-earth-arrow-down:before {
    content: "󱲇"
}

.mdi-earth-arrow-left:before {
    content: "󱲈"
}

.mdi-earth-arrow-right:before {
    content: "󱌑"
}

.mdi-earth-arrow-up:before {
    content: "󱲉"
}

.mdi-earth-box:before {
    content: "󰛍"
}

.mdi-earth-box-minus:before {
    content: "󱐇"
}

.mdi-earth-box-off:before {
    content: "󰛎"
}

.mdi-earth-box-plus:before {
    content: "󱐆"
}

.mdi-earth-box-remove:before {
    content: "󱐈"
}

.mdi-earth-minus:before {
    content: "󱐄"
}

.mdi-earth-off:before {
    content: "󰇨"
}

.mdi-earth-plus:before {
    content: "󱐃"
}

.mdi-earth-remove:before {
    content: "󱐅"
}

.mdi-egg:before {
    content: "󰪯"
}

.mdi-egg-easter:before {
    content: "󰪰"
}

.mdi-egg-fried:before {
    content: "󱡊"
}

.mdi-egg-off:before {
    content: "󱏰"
}

.mdi-egg-off-outline:before {
    content: "󱏱"
}

.mdi-egg-outline:before {
    content: "󱏲"
}

.mdi-eiffel-tower:before {
    content: "󱕫"
}

.mdi-eight-track:before {
    content: "󰧪"
}

.mdi-eject:before {
    content: "󰇪"
}

.mdi-eject-circle:before {
    content: "󱬣"
}

.mdi-eject-circle-outline:before {
    content: "󱬤"
}

.mdi-eject-outline:before {
    content: "󰮑"
}

.mdi-electric-switch:before {
    content: "󰺟"
}

.mdi-electric-switch-closed:before {
    content: "󱃙"
}

.mdi-electron-framework:before {
    content: "󱀤"
}

.mdi-elephant:before {
    content: "󰟆"
}

.mdi-elevation-decline:before {
    content: "󰇫"
}

.mdi-elevation-rise:before {
    content: "󰇬"
}

.mdi-elevator:before {
    content: "󰇭"
}

.mdi-elevator-down:before {
    content: "󱋂"
}

.mdi-elevator-passenger:before {
    content: "󱎁"
}

.mdi-elevator-passenger-off:before {
    content: "󱥹"
}

.mdi-elevator-passenger-off-outline:before {
    content: "󱥺"
}

.mdi-elevator-passenger-outline:before {
    content: "󱥻"
}

.mdi-elevator-up:before {
    content: "󱋁"
}

.mdi-ellipse:before {
    content: "󰺠"
}

.mdi-ellipse-outline:before {
    content: "󰺡"
}

.mdi-email:before {
    content: "󰇮"
}

.mdi-email-alert:before {
    content: "󰛏"
}

.mdi-email-alert-outline:before {
    content: "󰵂"
}

.mdi-email-arrow-left:before {
    content: "󱃚"
}

.mdi-email-arrow-left-outline:before {
    content: "󱃛"
}

.mdi-email-arrow-right:before {
    content: "󱃜"
}

.mdi-email-arrow-right-outline:before {
    content: "󱃝"
}

.mdi-email-box:before {
    content: "󰴃"
}

.mdi-email-check:before {
    content: "󰪱"
}

.mdi-email-check-outline:before {
    content: "󰪲"
}

.mdi-email-edit:before {
    content: "󰻣"
}

.mdi-email-edit-outline:before {
    content: "󰻤"
}

.mdi-email-fast:before {
    content: "󱡯"
}

.mdi-email-fast-outline:before {
    content: "󱡰"
}

.mdi-email-heart-outline:before {
    content: "󱱛"
}

.mdi-email-lock:before {
    content: "󰇱"
}

.mdi-email-lock-outline:before {
    content: "󱭡"
}

.mdi-email-mark-as-unread:before {
    content: "󰮒"
}

.mdi-email-minus:before {
    content: "󰻥"
}

.mdi-email-minus-outline:before {
    content: "󰻦"
}

.mdi-email-multiple:before {
    content: "󰻧"
}

.mdi-email-multiple-outline:before {
    content: "󰻨"
}

.mdi-email-newsletter:before {
    content: "󰾱"
}

.mdi-email-off:before {
    content: "󱏣"
}

.mdi-email-off-outline:before {
    content: "󱏤"
}

.mdi-email-open:before {
    content: "󰇯"
}

.mdi-email-open-heart-outline:before {
    content: "󱱜"
}

.mdi-email-open-multiple:before {
    content: "󰻩"
}

.mdi-email-open-multiple-outline:before {
    content: "󰻪"
}

.mdi-email-open-outline:before {
    content: "󰗯"
}

.mdi-email-outline:before {
    content: "󰇰"
}

.mdi-email-plus:before {
    content: "󰧫"
}

.mdi-email-plus-outline:before {
    content: "󰧬"
}

.mdi-email-remove:before {
    content: "󱙡"
}

.mdi-email-remove-outline:before {
    content: "󱙢"
}

.mdi-email-seal:before {
    content: "󱥛"
}

.mdi-email-seal-outline:before {
    content: "󱥜"
}

.mdi-email-search:before {
    content: "󰥡"
}

.mdi-email-search-outline:before {
    content: "󰥢"
}

.mdi-email-sync:before {
    content: "󱋇"
}

.mdi-email-sync-outline:before {
    content: "󱋈"
}

.mdi-email-variant:before {
    content: "󰗰"
}

.mdi-ember:before {
    content: "󰬰"
}

.mdi-emby:before {
    content: "󰚴"
}

.mdi-emoticon:before {
    content: "󰱨"
}

.mdi-emoticon-angry:before {
    content: "󰱩"
}

.mdi-emoticon-angry-outline:before {
    content: "󰱪"
}

.mdi-emoticon-confused:before {
    content: "󱃞"
}

.mdi-emoticon-confused-outline:before {
    content: "󱃟"
}

.mdi-emoticon-cool:before {
    content: "󰱫"
}

.mdi-emoticon-cool-outline:before {
    content: "󰇳"
}

.mdi-emoticon-cry:before {
    content: "󰱬"
}

.mdi-emoticon-cry-outline:before {
    content: "󰱭"
}

.mdi-emoticon-dead:before {
    content: "󰱮"
}

.mdi-emoticon-dead-outline:before {
    content: "󰚛"
}

.mdi-emoticon-devil:before {
    content: "󰱯"
}

.mdi-emoticon-devil-outline:before {
    content: "󰇴"
}

.mdi-emoticon-excited:before {
    content: "󰱰"
}

.mdi-emoticon-excited-outline:before {
    content: "󰚜"
}

.mdi-emoticon-frown:before {
    content: "󰽌"
}

.mdi-emoticon-frown-outline:before {
    content: "󰽍"
}

.mdi-emoticon-happy:before {
    content: "󰱱"
}

.mdi-emoticon-happy-outline:before {
    content: "󰇵"
}

.mdi-emoticon-kiss:before {
    content: "󰱲"
}

.mdi-emoticon-kiss-outline:before {
    content: "󰱳"
}

.mdi-emoticon-lol:before {
    content: "󱈔"
}

.mdi-emoticon-lol-outline:before {
    content: "󱈕"
}

.mdi-emoticon-minus:before {
    content: "󱲲"
}

.mdi-emoticon-minus-outline:before {
    content: "󱲳"
}

.mdi-emoticon-neutral:before {
    content: "󰱴"
}

.mdi-emoticon-neutral-outline:before {
    content: "󰇶"
}

.mdi-emoticon-outline:before {
    content: "󰇲"
}

.mdi-emoticon-plus:before {
    content: "󱲴"
}

.mdi-emoticon-plus-outline:before {
    content: "󱲵"
}

.mdi-emoticon-poop:before {
    content: "󰇷"
}

.mdi-emoticon-poop-outline:before {
    content: "󰱵"
}

.mdi-emoticon-remove:before {
    content: "󱲶"
}

.mdi-emoticon-remove-outline:before {
    content: "󱲷"
}

.mdi-emoticon-sad:before {
    content: "󰱶"
}

.mdi-emoticon-sad-outline:before {
    content: "󰇸"
}

.mdi-emoticon-sick:before {
    content: "󱕼"
}

.mdi-emoticon-sick-outline:before {
    content: "󱕽"
}

.mdi-emoticon-tongue:before {
    content: "󰇹"
}

.mdi-emoticon-tongue-outline:before {
    content: "󰱷"
}

.mdi-emoticon-wink:before {
    content: "󰱸"
}

.mdi-emoticon-wink-outline:before {
    content: "󰱹"
}

.mdi-engine:before {
    content: "󰇺"
}

.mdi-engine-off:before {
    content: "󰩆"
}

.mdi-engine-off-outline:before {
    content: "󰩇"
}

.mdi-engine-outline:before {
    content: "󰇻"
}

.mdi-epsilon:before {
    content: "󱃠"
}

.mdi-equal:before {
    content: "󰇼"
}

.mdi-equal-box:before {
    content: "󰇽"
}

.mdi-equalizer:before {
    content: "󰺢"
}

.mdi-equalizer-outline:before {
    content: "󰺣"
}

.mdi-eraser:before {
    content: "󰇾"
}

.mdi-eraser-variant:before {
    content: "󰙂"
}

.mdi-escalator:before {
    content: "󰇿"
}

.mdi-escalator-box:before {
    content: "󱎙"
}

.mdi-escalator-down:before {
    content: "󱋀"
}

.mdi-escalator-up:before {
    content: "󱊿"
}

.mdi-eslint:before {
    content: "󰱺"
}

.mdi-et:before {
    content: "󰪳"
}

.mdi-ethereum:before {
    content: "󰡪"
}

.mdi-ethernet:before {
    content: "󰈀"
}

.mdi-ethernet-cable:before {
    content: "󰈁"
}

.mdi-ethernet-cable-off:before {
    content: "󰈂"
}

.mdi-ethernet-off:before {
    content: "󱳑"
}

.mdi-ev-plug-ccs1:before {
    content: "󱔙"
}

.mdi-ev-plug-ccs2:before {
    content: "󱔚"
}

.mdi-ev-plug-chademo:before {
    content: "󱔛"
}

.mdi-ev-plug-tesla:before {
    content: "󱔜"
}

.mdi-ev-plug-type1:before {
    content: "󱔝"
}

.mdi-ev-plug-type2:before {
    content: "󱔞"
}

.mdi-ev-station:before {
    content: "󰗱"
}

.mdi-evernote:before {
    content: "󰈄"
}

.mdi-excavator:before {
    content: "󱀥"
}

.mdi-exclamation:before {
    content: "󰈅"
}

.mdi-exclamation-thick:before {
    content: "󱈸"
}

.mdi-exit-run:before {
    content: "󰩈"
}

.mdi-exit-to-app:before {
    content: "󰈆"
}

.mdi-expand-all:before {
    content: "󰪴"
}

.mdi-expand-all-outline:before {
    content: "󰪵"
}

.mdi-expansion-card:before {
    content: "󰢮"
}

.mdi-expansion-card-variant:before {
    content: "󰾲"
}

.mdi-exponent:before {
    content: "󰥣"
}

.mdi-exponent-box:before {
    content: "󰥤"
}

.mdi-export:before {
    content: "󰈇"
}

.mdi-export-variant:before {
    content: "󰮓"
}

.mdi-eye:before {
    content: "󰈈"
}

.mdi-eye-arrow-left:before {
    content: "󱣽"
}

.mdi-eye-arrow-left-outline:before {
    content: "󱣾"
}

.mdi-eye-arrow-right:before {
    content: "󱣿"
}

.mdi-eye-arrow-right-outline:before {
    content: "󱤀"
}

.mdi-eye-check:before {
    content: "󰴄"
}

.mdi-eye-check-outline:before {
    content: "󰴅"
}

.mdi-eye-circle:before {
    content: "󰮔"
}

.mdi-eye-circle-outline:before {
    content: "󰮕"
}

.mdi-eye-closed:before {
    content: "󱲣"
}

.mdi-eye-lock:before {
    content: "󱰆"
}

.mdi-eye-lock-open:before {
    content: "󱰇"
}

.mdi-eye-lock-open-outline:before {
    content: "󱰈"
}

.mdi-eye-lock-outline:before {
    content: "󱰉"
}

.mdi-eye-minus:before {
    content: "󱀦"
}

.mdi-eye-minus-outline:before {
    content: "󱀧"
}

.mdi-eye-off:before {
    content: "󰈉"
}

.mdi-eye-off-outline:before {
    content: "󰛑"
}

.mdi-eye-outline:before {
    content: "󰛐"
}

.mdi-eye-plus:before {
    content: "󰡫"
}

.mdi-eye-plus-outline:before {
    content: "󰡬"
}

.mdi-eye-refresh:before {
    content: "󱥼"
}

.mdi-eye-refresh-outline:before {
    content: "󱥽"
}

.mdi-eye-remove:before {
    content: "󱗣"
}

.mdi-eye-remove-outline:before {
    content: "󱗤"
}

.mdi-eye-settings:before {
    content: "󰡭"
}

.mdi-eye-settings-outline:before {
    content: "󰡮"
}

.mdi-eyedropper:before {
    content: "󰈊"
}

.mdi-eyedropper-minus:before {
    content: "󱏝"
}

.mdi-eyedropper-off:before {
    content: "󱏟"
}

.mdi-eyedropper-plus:before {
    content: "󱏜"
}

.mdi-eyedropper-remove:before {
    content: "󱏞"
}

.mdi-eyedropper-variant:before {
    content: "󰈋"
}

.mdi-face-agent:before {
    content: "󰵰"
}

.mdi-face-man:before {
    content: "󰙃"
}

.mdi-face-man-outline:before {
    content: "󰮖"
}

.mdi-face-man-profile:before {
    content: "󰙄"
}

.mdi-face-man-shimmer:before {
    content: "󱗌"
}

.mdi-face-man-shimmer-outline:before {
    content: "󱗍"
}

.mdi-face-mask:before {
    content: "󱖆"
}

.mdi-face-mask-outline:before {
    content: "󱖇"
}

.mdi-face-recognition:before {
    content: "󰱻"
}

.mdi-face-woman:before {
    content: "󱁷"
}

.mdi-face-woman-outline:before {
    content: "󱁸"
}

.mdi-face-woman-profile:before {
    content: "󱁶"
}

.mdi-face-woman-shimmer:before {
    content: "󱗎"
}

.mdi-face-woman-shimmer-outline:before {
    content: "󱗏"
}

.mdi-facebook:before {
    content: "󰈌"
}

.mdi-facebook-gaming:before {
    content: "󰟝"
}

.mdi-facebook-messenger:before {
    content: "󰈎"
}

.mdi-facebook-workplace:before {
    content: "󰬱"
}

.mdi-factory:before {
    content: "󰈏"
}

.mdi-family-tree:before {
    content: "󱘎"
}

.mdi-fan:before {
    content: "󰈐"
}

.mdi-fan-alert:before {
    content: "󱑬"
}

.mdi-fan-auto:before {
    content: "󱜝"
}

.mdi-fan-chevron-down:before {
    content: "󱑭"
}

.mdi-fan-chevron-up:before {
    content: "󱑮"
}

.mdi-fan-clock:before {
    content: "󱨺"
}

.mdi-fan-minus:before {
    content: "󱑰"
}

.mdi-fan-off:before {
    content: "󰠝"
}

.mdi-fan-plus:before {
    content: "󱑯"
}

.mdi-fan-remove:before {
    content: "󱑱"
}

.mdi-fan-speed-1:before {
    content: "󱑲"
}

.mdi-fan-speed-2:before {
    content: "󱑳"
}

.mdi-fan-speed-3:before {
    content: "󱑴"
}

.mdi-fast-forward:before {
    content: "󰈑"
}

.mdi-fast-forward-10:before {
    content: "󰵱"
}

.mdi-fast-forward-15:before {
    content: "󱤺"
}

.mdi-fast-forward-30:before {
    content: "󰴆"
}

.mdi-fast-forward-45:before {
    content: "󱬒"
}

.mdi-fast-forward-5:before {
    content: "󱇸"
}

.mdi-fast-forward-60:before {
    content: "󱘋"
}

.mdi-fast-forward-outline:before {
    content: "󰛒"
}

.mdi-faucet:before {
    content: "󱬩"
}

.mdi-faucet-variant:before {
    content: "󱬪"
}

.mdi-fax:before {
    content: "󰈒"
}

.mdi-feather:before {
    content: "󰛓"
}

.mdi-feature-search:before {
    content: "󰩉"
}

.mdi-feature-search-outline:before {
    content: "󰩊"
}

.mdi-fedora:before {
    content: "󰣛"
}

.mdi-fence:before {
    content: "󱞚"
}

.mdi-fence-electric:before {
    content: "󱟶"
}

.mdi-fencing:before {
    content: "󱓁"
}

.mdi-ferris-wheel:before {
    content: "󰺤"
}

.mdi-ferry:before {
    content: "󰈓"
}

.mdi-file:before {
    content: "󰈔"
}

.mdi-file-account:before {
    content: "󰜻"
}

.mdi-file-account-outline:before {
    content: "󱀨"
}

.mdi-file-alert:before {
    content: "󰩋"
}

.mdi-file-alert-outline:before {
    content: "󰩌"
}

.mdi-file-arrow-left-right:before {
    content: "󱪓"
}

.mdi-file-arrow-left-right-outline:before {
    content: "󱪔"
}

.mdi-file-arrow-up-down:before {
    content: "󱪕"
}

.mdi-file-arrow-up-down-outline:before {
    content: "󱪖"
}

.mdi-file-cabinet:before {
    content: "󰪶"
}

.mdi-file-cad:before {
    content: "󰻫"
}

.mdi-file-cad-box:before {
    content: "󰻬"
}

.mdi-file-cancel:before {
    content: "󰷆"
}

.mdi-file-cancel-outline:before {
    content: "󰷇"
}

.mdi-file-certificate:before {
    content: "󱆆"
}

.mdi-file-certificate-outline:before {
    content: "󱆇"
}

.mdi-file-chart:before {
    content: "󰈕"
}

.mdi-file-chart-check:before {
    content: "󱧆"
}

.mdi-file-chart-check-outline:before {
    content: "󱧇"
}

.mdi-file-chart-outline:before {
    content: "󱀩"
}

.mdi-file-check:before {
    content: "󰈖"
}

.mdi-file-check-outline:before {
    content: "󰸩"
}

.mdi-file-clock:before {
    content: "󱋡"
}

.mdi-file-clock-outline:before {
    content: "󱋢"
}

.mdi-file-cloud:before {
    content: "󰈗"
}

.mdi-file-cloud-outline:before {
    content: "󱀪"
}

.mdi-file-code:before {
    content: "󰈮"
}

.mdi-file-code-outline:before {
    content: "󱀫"
}

.mdi-file-cog:before {
    content: "󱁻"
}

.mdi-file-cog-outline:before {
    content: "󱁼"
}

.mdi-file-compare:before {
    content: "󰢪"
}

.mdi-file-delimited:before {
    content: "󰈘"
}

.mdi-file-delimited-outline:before {
    content: "󰺥"
}

.mdi-file-document:before {
    content: "󰈙"
}

.mdi-file-document-alert:before {
    content: "󱪗"
}

.mdi-file-document-alert-outline:before {
    content: "󱪘"
}

.mdi-file-document-arrow-right:before {
    content: "󱰏"
}

.mdi-file-document-arrow-right-outline:before {
    content: "󱰐"
}

.mdi-file-document-check:before {
    content: "󱪙"
}

.mdi-file-document-check-outline:before {
    content: "󱪚"
}

.mdi-file-document-edit:before {
    content: "󰷈"
}

.mdi-file-document-edit-outline:before {
    content: "󰷉"
}

.mdi-file-document-minus:before {
    content: "󱪛"
}

.mdi-file-document-minus-outline:before {
    content: "󱪜"
}

.mdi-file-document-multiple:before {
    content: "󱔗"
}

.mdi-file-document-multiple-outline:before {
    content: "󱔘"
}

.mdi-file-document-outline:before {
    content: "󰧮"
}

.mdi-file-document-plus:before {
    content: "󱪝"
}

.mdi-file-document-plus-outline:before {
    content: "󱪞"
}

.mdi-file-document-refresh:before {
    content: "󱱺"
}

.mdi-file-document-refresh-outline:before {
    content: "󱱻"
}

.mdi-file-document-remove:before {
    content: "󱪟"
}

.mdi-file-document-remove-outline:before {
    content: "󱪠"
}

.mdi-file-download:before {
    content: "󰥥"
}

.mdi-file-download-outline:before {
    content: "󰥦"
}

.mdi-file-edit:before {
    content: "󱇧"
}

.mdi-file-edit-outline:before {
    content: "󱇨"
}

.mdi-file-excel:before {
    content: "󰈛"
}

.mdi-file-excel-box:before {
    content: "󰈜"
}

.mdi-file-excel-box-outline:before {
    content: "󱀬"
}

.mdi-file-excel-outline:before {
    content: "󱀭"
}

.mdi-file-export:before {
    content: "󰈝"
}

.mdi-file-export-outline:before {
    content: "󱀮"
}

.mdi-file-eye:before {
    content: "󰷊"
}

.mdi-file-eye-outline:before {
    content: "󰷋"
}

.mdi-file-find:before {
    content: "󰈞"
}

.mdi-file-find-outline:before {
    content: "󰮗"
}

.mdi-file-gif-box:before {
    content: "󰵸"
}

.mdi-file-hidden:before {
    content: "󰘓"
}

.mdi-file-image:before {
    content: "󰈟"
}

.mdi-file-image-marker:before {
    content: "󱝲"
}

.mdi-file-image-marker-outline:before {
    content: "󱝳"
}

.mdi-file-image-minus:before {
    content: "󱤻"
}

.mdi-file-image-minus-outline:before {
    content: "󱤼"
}

.mdi-file-image-outline:before {
    content: "󰺰"
}

.mdi-file-image-plus:before {
    content: "󱤽"
}

.mdi-file-image-plus-outline:before {
    content: "󱤾"
}

.mdi-file-image-remove:before {
    content: "󱤿"
}

.mdi-file-image-remove-outline:before {
    content: "󱥀"
}

.mdi-file-import:before {
    content: "󰈠"
}

.mdi-file-import-outline:before {
    content: "󱀯"
}

.mdi-file-jpg-box:before {
    content: "󰈥"
}

.mdi-file-key:before {
    content: "󱆄"
}

.mdi-file-key-outline:before {
    content: "󱆅"
}

.mdi-file-link:before {
    content: "󱅷"
}

.mdi-file-link-outline:before {
    content: "󱅸"
}

.mdi-file-lock:before {
    content: "󰈡"
}

.mdi-file-lock-open:before {
    content: "󱧈"
}

.mdi-file-lock-open-outline:before {
    content: "󱧉"
}

.mdi-file-lock-outline:before {
    content: "󱀰"
}

.mdi-file-marker:before {
    content: "󱝴"
}

.mdi-file-marker-outline:before {
    content: "󱝵"
}

.mdi-file-minus:before {
    content: "󱪡"
}

.mdi-file-minus-outline:before {
    content: "󱪢"
}

.mdi-file-move:before {
    content: "󰪹"
}

.mdi-file-move-outline:before {
    content: "󱀱"
}

.mdi-file-multiple:before {
    content: "󰈢"
}

.mdi-file-multiple-outline:before {
    content: "󱀲"
}

.mdi-file-music:before {
    content: "󰈣"
}

.mdi-file-music-outline:before {
    content: "󰸪"
}

.mdi-file-outline:before {
    content: "󰈤"
}

.mdi-file-pdf-box:before {
    content: "󰈦"
}

.mdi-file-percent:before {
    content: "󰠞"
}

.mdi-file-percent-outline:before {
    content: "󱀳"
}

.mdi-file-phone:before {
    content: "󱅹"
}

.mdi-file-phone-outline:before {
    content: "󱅺"
}

.mdi-file-plus:before {
    content: "󰝒"
}

.mdi-file-plus-outline:before {
    content: "󰻭"
}

.mdi-file-png-box:before {
    content: "󰸭"
}

.mdi-file-powerpoint:before {
    content: "󰈧"
}

.mdi-file-powerpoint-box:before {
    content: "󰈨"
}

.mdi-file-powerpoint-box-outline:before {
    content: "󱀴"
}

.mdi-file-powerpoint-outline:before {
    content: "󱀵"
}

.mdi-file-presentation-box:before {
    content: "󰈩"
}

.mdi-file-question:before {
    content: "󰡯"
}

.mdi-file-question-outline:before {
    content: "󱀶"
}

.mdi-file-refresh:before {
    content: "󰤘"
}

.mdi-file-refresh-outline:before {
    content: "󰕁"
}

.mdi-file-remove:before {
    content: "󰮘"
}

.mdi-file-remove-outline:before {
    content: "󱀷"
}

.mdi-file-replace:before {
    content: "󰬲"
}

.mdi-file-replace-outline:before {
    content: "󰬳"
}

.mdi-file-restore:before {
    content: "󰙰"
}

.mdi-file-restore-outline:before {
    content: "󱀸"
}

.mdi-file-rotate-left:before {
    content: "󱨻"
}

.mdi-file-rotate-left-outline:before {
    content: "󱨼"
}

.mdi-file-rotate-right:before {
    content: "󱨽"
}

.mdi-file-rotate-right-outline:before {
    content: "󱨾"
}

.mdi-file-search:before {
    content: "󰱼"
}

.mdi-file-search-outline:before {
    content: "󰱽"
}

.mdi-file-send:before {
    content: "󰈪"
}

.mdi-file-send-outline:before {
    content: "󱀹"
}

.mdi-file-settings:before {
    content: "󱁹"
}

.mdi-file-settings-outline:before {
    content: "󱁺"
}

.mdi-file-sign:before {
    content: "󱧃"
}

.mdi-file-star:before {
    content: "󱀺"
}

.mdi-file-star-four-points:before {
    content: "󱰭"
}

.mdi-file-star-four-points-outline:before {
    content: "󱰮"
}

.mdi-file-star-outline:before {
    content: "󱀻"
}

.mdi-file-swap:before {
    content: "󰾴"
}

.mdi-file-swap-outline:before {
    content: "󰾵"
}

.mdi-file-sync:before {
    content: "󱈖"
}

.mdi-file-sync-outline:before {
    content: "󱈗"
}

.mdi-file-table:before {
    content: "󰱾"
}

.mdi-file-table-box:before {
    content: "󱃡"
}

.mdi-file-table-box-multiple:before {
    content: "󱃢"
}

.mdi-file-table-box-multiple-outline:before {
    content: "󱃣"
}

.mdi-file-table-box-outline:before {
    content: "󱃤"
}

.mdi-file-table-outline:before {
    content: "󰱿"
}

.mdi-file-tree:before {
    content: "󰙅"
}

.mdi-file-tree-outline:before {
    content: "󱏒"
}

.mdi-file-undo:before {
    content: "󰣜"
}

.mdi-file-undo-outline:before {
    content: "󱀼"
}

.mdi-file-upload:before {
    content: "󰩍"
}

.mdi-file-upload-outline:before {
    content: "󰩎"
}

.mdi-file-video:before {
    content: "󰈫"
}

.mdi-file-video-outline:before {
    content: "󰸬"
}

.mdi-file-word:before {
    content: "󰈬"
}

.mdi-file-word-box:before {
    content: "󰈭"
}

.mdi-file-word-box-outline:before {
    content: "󱀽"
}

.mdi-file-word-outline:before {
    content: "󱀾"
}

.mdi-file-xml-box:before {
    content: "󱭋"
}

.mdi-film:before {
    content: "󰈯"
}

.mdi-filmstrip:before {
    content: "󰈰"
}

.mdi-filmstrip-box:before {
    content: "󰌲"
}

.mdi-filmstrip-box-multiple:before {
    content: "󰴘"
}

.mdi-filmstrip-off:before {
    content: "󰈱"
}

.mdi-filter:before {
    content: "󰈲"
}

.mdi-filter-check:before {
    content: "󱣬"
}

.mdi-filter-check-outline:before {
    content: "󱣭"
}

.mdi-filter-cog:before {
    content: "󱪣"
}

.mdi-filter-cog-outline:before {
    content: "󱪤"
}

.mdi-filter-menu:before {
    content: "󱃥"
}

.mdi-filter-menu-outline:before {
    content: "󱃦"
}

.mdi-filter-minus:before {
    content: "󰻮"
}

.mdi-filter-minus-outline:before {
    content: "󰻯"
}

.mdi-filter-multiple:before {
    content: "󱨿"
}

.mdi-filter-multiple-outline:before {
    content: "󱩀"
}

.mdi-filter-off:before {
    content: "󱓯"
}

.mdi-filter-off-outline:before {
    content: "󱓰"
}

.mdi-filter-outline:before {
    content: "󰈳"
}

.mdi-filter-plus:before {
    content: "󰻰"
}

.mdi-filter-plus-outline:before {
    content: "󰻱"
}

.mdi-filter-remove:before {
    content: "󰈴"
}

.mdi-filter-remove-outline:before {
    content: "󰈵"
}

.mdi-filter-settings:before {
    content: "󱪥"
}

.mdi-filter-settings-outline:before {
    content: "󱪦"
}

.mdi-filter-variant:before {
    content: "󰈶"
}

.mdi-filter-variant-minus:before {
    content: "󱄒"
}

.mdi-filter-variant-plus:before {
    content: "󱄓"
}

.mdi-filter-variant-remove:before {
    content: "󱀿"
}

.mdi-finance:before {
    content: "󰠟"
}

.mdi-find-replace:before {
    content: "󰛔"
}

.mdi-fingerprint:before {
    content: "󰈷"
}

.mdi-fingerprint-off:before {
    content: "󰺱"
}

.mdi-fire:before {
    content: "󰈸"
}

.mdi-fire-alert:before {
    content: "󱗗"
}

.mdi-fire-circle:before {
    content: "󱠇"
}

.mdi-fire-extinguisher:before {
    content: "󰻲"
}

.mdi-fire-hydrant:before {
    content: "󱄷"
}

.mdi-fire-hydrant-alert:before {
    content: "󱄸"
}

.mdi-fire-hydrant-off:before {
    content: "󱄹"
}

.mdi-fire-off:before {
    content: "󱜢"
}

.mdi-fire-station:before {
    content: "󱳃"
}

.mdi-fire-truck:before {
    content: "󰢫"
}

.mdi-firebase:before {
    content: "󰥧"
}

.mdi-firefox:before {
    content: "󰈹"
}

.mdi-fireplace:before {
    content: "󰸮"
}

.mdi-fireplace-off:before {
    content: "󰸯"
}

.mdi-firewire:before {
    content: "󰖾"
}

.mdi-firework:before {
    content: "󰸰"
}

.mdi-firework-off:before {
    content: "󱜣"
}

.mdi-fish:before {
    content: "󰈺"
}

.mdi-fish-off:before {
    content: "󱏳"
}

.mdi-fishbowl:before {
    content: "󰻳"
}

.mdi-fishbowl-outline:before {
    content: "󰻴"
}

.mdi-fit-to-page:before {
    content: "󰻵"
}

.mdi-fit-to-page-outline:before {
    content: "󰻶"
}

.mdi-fit-to-screen:before {
    content: "󱣴"
}

.mdi-fit-to-screen-outline:before {
    content: "󱣵"
}

.mdi-flag:before {
    content: "󰈻"
}

.mdi-flag-checkered:before {
    content: "󰈼"
}

.mdi-flag-minus:before {
    content: "󰮙"
}

.mdi-flag-minus-outline:before {
    content: "󱂲"
}

.mdi-flag-off:before {
    content: "󱣮"
}

.mdi-flag-off-outline:before {
    content: "󱣯"
}

.mdi-flag-outline:before {
    content: "󰈽"
}

.mdi-flag-plus:before {
    content: "󰮚"
}

.mdi-flag-plus-outline:before {
    content: "󱂳"
}

.mdi-flag-remove:before {
    content: "󰮛"
}

.mdi-flag-remove-outline:before {
    content: "󱂴"
}

.mdi-flag-triangle:before {
    content: "󰈿"
}

.mdi-flag-variant:before {
    content: "󰉀"
}

.mdi-flag-variant-minus:before {
    content: "󱮴"
}

.mdi-flag-variant-minus-outline:before {
    content: "󱮵"
}

.mdi-flag-variant-off:before {
    content: "󱮰"
}

.mdi-flag-variant-off-outline:before {
    content: "󱮱"
}

.mdi-flag-variant-outline:before {
    content: "󰈾"
}

.mdi-flag-variant-plus:before {
    content: "󱮲"
}

.mdi-flag-variant-plus-outline:before {
    content: "󱮳"
}

.mdi-flag-variant-remove:before {
    content: "󱮶"
}

.mdi-flag-variant-remove-outline:before {
    content: "󱮷"
}

.mdi-flare:before {
    content: "󰵲"
}

.mdi-flash:before {
    content: "󰉁"
}

.mdi-flash-alert:before {
    content: "󰻷"
}

.mdi-flash-alert-outline:before {
    content: "󰻸"
}

.mdi-flash-auto:before {
    content: "󰉂"
}

.mdi-flash-off:before {
    content: "󰉃"
}

.mdi-flash-off-outline:before {
    content: "󱭅"
}

.mdi-flash-outline:before {
    content: "󰛕"
}

.mdi-flash-red-eye:before {
    content: "󰙻"
}

.mdi-flash-triangle:before {
    content: "󱬝"
}

.mdi-flash-triangle-outline:before {
    content: "󱬞"
}

.mdi-flashlight:before {
    content: "󰉄"
}

.mdi-flashlight-off:before {
    content: "󰉅"
}

.mdi-flask:before {
    content: "󰂓"
}

.mdi-flask-empty:before {
    content: "󰂔"
}

.mdi-flask-empty-minus:before {
    content: "󱈺"
}

.mdi-flask-empty-minus-outline:before {
    content: "󱈻"
}

.mdi-flask-empty-off:before {
    content: "󱏴"
}

.mdi-flask-empty-off-outline:before {
    content: "󱏵"
}

.mdi-flask-empty-outline:before {
    content: "󰂕"
}

.mdi-flask-empty-plus:before {
    content: "󱈼"
}

.mdi-flask-empty-plus-outline:before {
    content: "󱈽"
}

.mdi-flask-empty-remove:before {
    content: "󱈾"
}

.mdi-flask-empty-remove-outline:before {
    content: "󱈿"
}

.mdi-flask-minus:before {
    content: "󱉀"
}

.mdi-flask-minus-outline:before {
    content: "󱉁"
}

.mdi-flask-off:before {
    content: "󱏶"
}

.mdi-flask-off-outline:before {
    content: "󱏷"
}

.mdi-flask-outline:before {
    content: "󰂖"
}

.mdi-flask-plus:before {
    content: "󱉂"
}

.mdi-flask-plus-outline:before {
    content: "󱉃"
}

.mdi-flask-remove:before {
    content: "󱉄"
}

.mdi-flask-remove-outline:before {
    content: "󱉅"
}

.mdi-flask-round-bottom:before {
    content: "󱉋"
}

.mdi-flask-round-bottom-empty:before {
    content: "󱉌"
}

.mdi-flask-round-bottom-empty-outline:before {
    content: "󱉍"
}

.mdi-flask-round-bottom-outline:before {
    content: "󱉎"
}

.mdi-fleur-de-lis:before {
    content: "󱌃"
}

.mdi-flip-horizontal:before {
    content: "󱃧"
}

.mdi-flip-to-back:before {
    content: "󰉇"
}

.mdi-flip-to-front:before {
    content: "󰉈"
}

.mdi-flip-vertical:before {
    content: "󱃨"
}

.mdi-floor-lamp:before {
    content: "󰣝"
}

.mdi-floor-lamp-dual:before {
    content: "󱁀"
}

.mdi-floor-lamp-dual-outline:before {
    content: "󱟎"
}

.mdi-floor-lamp-outline:before {
    content: "󱟈"
}

.mdi-floor-lamp-torchiere:before {
    content: "󱝇"
}

.mdi-floor-lamp-torchiere-outline:before {
    content: "󱟖"
}

.mdi-floor-lamp-torchiere-variant:before {
    content: "󱁁"
}

.mdi-floor-lamp-torchiere-variant-outline:before {
    content: "󱟏"
}

.mdi-floor-plan:before {
    content: "󰠡"
}

.mdi-floppy:before {
    content: "󰉉"
}

.mdi-floppy-variant:before {
    content: "󰧯"
}

.mdi-flower:before {
    content: "󰉊"
}

.mdi-flower-outline:before {
    content: "󰧰"
}

.mdi-flower-pollen:before {
    content: "󱢅"
}

.mdi-flower-pollen-outline:before {
    content: "󱢆"
}

.mdi-flower-poppy:before {
    content: "󰴈"
}

.mdi-flower-tulip:before {
    content: "󰧱"
}

.mdi-flower-tulip-outline:before {
    content: "󰧲"
}

.mdi-focus-auto:before {
    content: "󰽎"
}

.mdi-focus-field:before {
    content: "󰽏"
}

.mdi-focus-field-horizontal:before {
    content: "󰽐"
}

.mdi-focus-field-vertical:before {
    content: "󰽑"
}

.mdi-folder:before {
    content: "󰉋"
}

.mdi-folder-account:before {
    content: "󰉌"
}

.mdi-folder-account-outline:before {
    content: "󰮜"
}

.mdi-folder-alert:before {
    content: "󰷌"
}

.mdi-folder-alert-outline:before {
    content: "󰷍"
}

.mdi-folder-arrow-down:before {
    content: "󱧨"
}

.mdi-folder-arrow-down-outline:before {
    content: "󱧩"
}

.mdi-folder-arrow-left:before {
    content: "󱧪"
}

.mdi-folder-arrow-left-outline:before {
    content: "󱧫"
}

.mdi-folder-arrow-left-right:before {
    content: "󱧬"
}

.mdi-folder-arrow-left-right-outline:before {
    content: "󱧭"
}

.mdi-folder-arrow-right:before {
    content: "󱧮"
}

.mdi-folder-arrow-right-outline:before {
    content: "󱧯"
}

.mdi-folder-arrow-up:before {
    content: "󱧰"
}

.mdi-folder-arrow-up-down:before {
    content: "󱧱"
}

.mdi-folder-arrow-up-down-outline:before {
    content: "󱧲"
}

.mdi-folder-arrow-up-outline:before {
    content: "󱧳"
}

.mdi-folder-cancel:before {
    content: "󱧴"
}

.mdi-folder-cancel-outline:before {
    content: "󱧵"
}

.mdi-folder-check:before {
    content: "󱥾"
}

.mdi-folder-check-outline:before {
    content: "󱥿"
}

.mdi-folder-clock:before {
    content: "󰪺"
}

.mdi-folder-clock-outline:before {
    content: "󰪻"
}

.mdi-folder-cog:before {
    content: "󱁿"
}

.mdi-folder-cog-outline:before {
    content: "󱂀"
}

.mdi-folder-download:before {
    content: "󰉍"
}

.mdi-folder-download-outline:before {
    content: "󱃩"
}

.mdi-folder-edit:before {
    content: "󰣞"
}

.mdi-folder-edit-outline:before {
    content: "󰷎"
}

.mdi-folder-eye:before {
    content: "󱞊"
}

.mdi-folder-eye-outline:before {
    content: "󱞋"
}

.mdi-folder-file:before {
    content: "󱧶"
}

.mdi-folder-file-outline:before {
    content: "󱧷"
}

.mdi-folder-google-drive:before {
    content: "󰉎"
}

.mdi-folder-heart:before {
    content: "󱃪"
}

.mdi-folder-heart-outline:before {
    content: "󱃫"
}

.mdi-folder-hidden:before {
    content: "󱞞"
}

.mdi-folder-home:before {
    content: "󱂵"
}

.mdi-folder-home-outline:before {
    content: "󱂶"
}

.mdi-folder-image:before {
    content: "󰉏"
}

.mdi-folder-information:before {
    content: "󱂷"
}

.mdi-folder-information-outline:before {
    content: "󱂸"
}

.mdi-folder-key:before {
    content: "󰢬"
}

.mdi-folder-key-network:before {
    content: "󰢭"
}

.mdi-folder-key-network-outline:before {
    content: "󰲀"
}

.mdi-folder-key-outline:before {
    content: "󱃬"
}

.mdi-folder-lock:before {
    content: "󰉐"
}

.mdi-folder-lock-open:before {
    content: "󰉑"
}

.mdi-folder-lock-open-outline:before {
    content: "󱪧"
}

.mdi-folder-lock-outline:before {
    content: "󱪨"
}

.mdi-folder-marker:before {
    content: "󱉭"
}

.mdi-folder-marker-outline:before {
    content: "󱉮"
}

.mdi-folder-minus:before {
    content: "󱭉"
}

.mdi-folder-minus-outline:before {
    content: "󱭊"
}

.mdi-folder-move:before {
    content: "󰉒"
}

.mdi-folder-move-outline:before {
    content: "󱉆"
}

.mdi-folder-multiple:before {
    content: "󰉓"
}

.mdi-folder-multiple-image:before {
    content: "󰉔"
}

.mdi-folder-multiple-outline:before {
    content: "󰉕"
}

.mdi-folder-multiple-plus:before {
    content: "󱑾"
}

.mdi-folder-multiple-plus-outline:before {
    content: "󱑿"
}

.mdi-folder-music:before {
    content: "󱍙"
}

.mdi-folder-music-outline:before {
    content: "󱍚"
}

.mdi-folder-network:before {
    content: "󰡰"
}

.mdi-folder-network-outline:before {
    content: "󰲁"
}

.mdi-folder-off:before {
    content: "󱧸"
}

.mdi-folder-off-outline:before {
    content: "󱧹"
}

.mdi-folder-open:before {
    content: "󰝰"
}

.mdi-folder-open-outline:before {
    content: "󰷏"
}

.mdi-folder-outline:before {
    content: "󰉖"
}

.mdi-folder-play:before {
    content: "󱧺"
}

.mdi-folder-play-outline:before {
    content: "󱧻"
}

.mdi-folder-plus:before {
    content: "󰉗"
}

.mdi-folder-plus-outline:before {
    content: "󰮝"
}

.mdi-folder-pound:before {
    content: "󰴉"
}

.mdi-folder-pound-outline:before {
    content: "󰴊"
}

.mdi-folder-question:before {
    content: "󱧊"
}

.mdi-folder-question-outline:before {
    content: "󱧋"
}

.mdi-folder-refresh:before {
    content: "󰝉"
}

.mdi-folder-refresh-outline:before {
    content: "󰕂"
}

.mdi-folder-remove:before {
    content: "󰉘"
}

.mdi-folder-remove-outline:before {
    content: "󰮞"
}

.mdi-folder-search:before {
    content: "󰥨"
}

.mdi-folder-search-outline:before {
    content: "󰥩"
}

.mdi-folder-settings:before {
    content: "󱁽"
}

.mdi-folder-settings-outline:before {
    content: "󱁾"
}

.mdi-folder-star:before {
    content: "󰚝"
}

.mdi-folder-star-multiple:before {
    content: "󱏓"
}

.mdi-folder-star-multiple-outline:before {
    content: "󱏔"
}

.mdi-folder-star-outline:before {
    content: "󰮟"
}

.mdi-folder-swap:before {
    content: "󰾶"
}

.mdi-folder-swap-outline:before {
    content: "󰾷"
}

.mdi-folder-sync:before {
    content: "󰴋"
}

.mdi-folder-sync-outline:before {
    content: "󰴌"
}

.mdi-folder-table:before {
    content: "󱋣"
}

.mdi-folder-table-outline:before {
    content: "󱋤"
}

.mdi-folder-text:before {
    content: "󰲂"
}

.mdi-folder-text-outline:before {
    content: "󰲃"
}

.mdi-folder-upload:before {
    content: "󰉙"
}

.mdi-folder-upload-outline:before {
    content: "󱃭"
}

.mdi-folder-wrench:before {
    content: "󱧼"
}

.mdi-folder-wrench-outline:before {
    content: "󱧽"
}

.mdi-folder-zip:before {
    content: "󰛫"
}

.mdi-folder-zip-outline:before {
    content: "󰞹"
}

.mdi-font-awesome:before {
    content: "󰀺"
}

.mdi-food:before {
    content: "󰉚"
}

.mdi-food-apple:before {
    content: "󰉛"
}

.mdi-food-apple-outline:before {
    content: "󰲄"
}

.mdi-food-croissant:before {
    content: "󰟈"
}

.mdi-food-drumstick:before {
    content: "󱐟"
}

.mdi-food-drumstick-off:before {
    content: "󱑨"
}

.mdi-food-drumstick-off-outline:before {
    content: "󱑩"
}

.mdi-food-drumstick-outline:before {
    content: "󱐠"
}

.mdi-food-fork-drink:before {
    content: "󰗲"
}

.mdi-food-halal:before {
    content: "󱕲"
}

.mdi-food-hot-dog:before {
    content: "󱡋"
}

.mdi-food-kosher:before {
    content: "󱕳"
}

.mdi-food-off:before {
    content: "󰗳"
}

.mdi-food-off-outline:before {
    content: "󱤕"
}

.mdi-food-outline:before {
    content: "󱤖"
}

.mdi-food-steak:before {
    content: "󱑪"
}

.mdi-food-steak-off:before {
    content: "󱑫"
}

.mdi-food-takeout-box:before {
    content: "󱠶"
}

.mdi-food-takeout-box-outline:before {
    content: "󱠷"
}

.mdi-food-turkey:before {
    content: "󱜜"
}

.mdi-food-variant:before {
    content: "󰉜"
}

.mdi-food-variant-off:before {
    content: "󱏥"
}

.mdi-foot-print:before {
    content: "󰽒"
}

.mdi-football:before {
    content: "󰉝"
}

.mdi-football-australian:before {
    content: "󰉞"
}

.mdi-football-helmet:before {
    content: "󰉟"
}

.mdi-forest:before {
    content: "󱢗"
}

.mdi-forest-outline:before {
    content: "󱱣"
}

.mdi-forklift:before {
    content: "󰟉"
}

.mdi-form-dropdown:before {
    content: "󱐀"
}

.mdi-form-select:before {
    content: "󱐁"
}

.mdi-form-textarea:before {
    content: "󱂕"
}

.mdi-form-textbox:before {
    content: "󰘎"
}

.mdi-form-textbox-lock:before {
    content: "󱍝"
}

.mdi-form-textbox-password:before {
    content: "󰟵"
}

.mdi-format-align-bottom:before {
    content: "󰝓"
}

.mdi-format-align-center:before {
    content: "󰉠"
}

.mdi-format-align-justify:before {
    content: "󰉡"
}

.mdi-format-align-left:before {
    content: "󰉢"
}

.mdi-format-align-middle:before {
    content: "󰝔"
}

.mdi-format-align-right:before {
    content: "󰉣"
}

.mdi-format-align-top:before {
    content: "󰝕"
}

.mdi-format-annotation-minus:before {
    content: "󰪼"
}

.mdi-format-annotation-plus:before {
    content: "󰙆"
}

.mdi-format-bold:before {
    content: "󰉤"
}

.mdi-format-clear:before {
    content: "󰉥"
}

.mdi-format-color-fill:before {
    content: "󰉦"
}

.mdi-format-color-highlight:before {
    content: "󰸱"
}

.mdi-format-color-marker-cancel:before {
    content: "󱌓"
}

.mdi-format-color-text:before {
    content: "󰚞"
}

.mdi-format-columns:before {
    content: "󰣟"
}

.mdi-format-float-center:before {
    content: "󰉧"
}

.mdi-format-float-left:before {
    content: "󰉨"
}

.mdi-format-float-none:before {
    content: "󰉩"
}

.mdi-format-float-right:before {
    content: "󰉪"
}

.mdi-format-font:before {
    content: "󰛖"
}

.mdi-format-font-size-decrease:before {
    content: "󰧳"
}

.mdi-format-font-size-increase:before {
    content: "󰧴"
}

.mdi-format-header-1:before {
    content: "󰉫"
}

.mdi-format-header-2:before {
    content: "󰉬"
}

.mdi-format-header-3:before {
    content: "󰉭"
}

.mdi-format-header-4:before {
    content: "󰉮"
}

.mdi-format-header-5:before {
    content: "󰉯"
}

.mdi-format-header-6:before {
    content: "󰉰"
}

.mdi-format-header-decrease:before {
    content: "󰉱"
}

.mdi-format-header-equal:before {
    content: "󰉲"
}

.mdi-format-header-increase:before {
    content: "󰉳"
}

.mdi-format-header-pound:before {
    content: "󰉴"
}

.mdi-format-horizontal-align-center:before {
    content: "󰘞"
}

.mdi-format-horizontal-align-left:before {
    content: "󰘟"
}

.mdi-format-horizontal-align-right:before {
    content: "󰘠"
}

.mdi-format-indent-decrease:before {
    content: "󰉵"
}

.mdi-format-indent-increase:before {
    content: "󰉶"
}

.mdi-format-italic:before {
    content: "󰉷"
}

.mdi-format-letter-case:before {
    content: "󰬴"
}

.mdi-format-letter-case-lower:before {
    content: "󰬵"
}

.mdi-format-letter-case-upper:before {
    content: "󰬶"
}

.mdi-format-letter-ends-with:before {
    content: "󰾸"
}

.mdi-format-letter-matches:before {
    content: "󰾹"
}

.mdi-format-letter-spacing:before {
    content: "󱥖"
}

.mdi-format-letter-spacing-variant:before {
    content: "󱫻"
}

.mdi-format-letter-starts-with:before {
    content: "󰾺"
}

.mdi-format-line-height:before {
    content: "󱫼"
}

.mdi-format-line-spacing:before {
    content: "󰉸"
}

.mdi-format-line-style:before {
    content: "󰗈"
}

.mdi-format-line-weight:before {
    content: "󰗉"
}

.mdi-format-list-bulleted:before {
    content: "󰉹"
}

.mdi-format-list-bulleted-square:before {
    content: "󰷐"
}

.mdi-format-list-bulleted-triangle:before {
    content: "󰺲"
}

.mdi-format-list-bulleted-type:before {
    content: "󰉺"
}

.mdi-format-list-checkbox:before {
    content: "󰥪"
}

.mdi-format-list-checks:before {
    content: "󰝖"
}

.mdi-format-list-group:before {
    content: "󱡠"
}

.mdi-format-list-group-plus:before {
    content: "󱭖"
}

.mdi-format-list-numbered:before {
    content: "󰉻"
}

.mdi-format-list-numbered-rtl:before {
    content: "󰴍"
}

.mdi-format-list-text:before {
    content: "󱉯"
}

.mdi-format-overline:before {
    content: "󰺳"
}

.mdi-format-page-break:before {
    content: "󰛗"
}

.mdi-format-page-split:before {
    content: "󱤗"
}

.mdi-format-paint:before {
    content: "󰉼"
}

.mdi-format-paragraph:before {
    content: "󰉽"
}

.mdi-format-paragraph-spacing:before {
    content: "󱫽"
}

.mdi-format-pilcrow:before {
    content: "󰛘"
}

.mdi-format-pilcrow-arrow-left:before {
    content: "󰊆"
}

.mdi-format-pilcrow-arrow-right:before {
    content: "󰊅"
}

.mdi-format-quote-close:before {
    content: "󰉾"
}

.mdi-format-quote-close-outline:before {
    content: "󱆨"
}

.mdi-format-quote-open:before {
    content: "󰝗"
}

.mdi-format-quote-open-outline:before {
    content: "󱆧"
}

.mdi-format-rotate-90:before {
    content: "󰚪"
}

.mdi-format-section:before {
    content: "󰚟"
}

.mdi-format-size:before {
    content: "󰉿"
}

.mdi-format-strikethrough:before {
    content: "󰊀"
}

.mdi-format-strikethrough-variant:before {
    content: "󰊁"
}

.mdi-format-subscript:before {
    content: "󰊂"
}

.mdi-format-superscript:before {
    content: "󰊃"
}

.mdi-format-text:before {
    content: "󰊄"
}

.mdi-format-text-rotation-angle-down:before {
    content: "󰾻"
}

.mdi-format-text-rotation-angle-up:before {
    content: "󰾼"
}

.mdi-format-text-rotation-down:before {
    content: "󰵳"
}

.mdi-format-text-rotation-down-vertical:before {
    content: "󰾽"
}

.mdi-format-text-rotation-none:before {
    content: "󰵴"
}

.mdi-format-text-rotation-up:before {
    content: "󰾾"
}

.mdi-format-text-rotation-vertical:before {
    content: "󰾿"
}

.mdi-format-text-variant:before {
    content: "󰸲"
}

.mdi-format-text-variant-outline:before {
    content: "󱔏"
}

.mdi-format-text-wrapping-clip:before {
    content: "󰴎"
}

.mdi-format-text-wrapping-overflow:before {
    content: "󰴏"
}

.mdi-format-text-wrapping-wrap:before {
    content: "󰴐"
}

.mdi-format-textbox:before {
    content: "󰴑"
}

.mdi-format-title:before {
    content: "󰗴"
}

.mdi-format-underline:before {
    content: "󰊇"
}

.mdi-format-underline-wavy:before {
    content: "󱣩"
}

.mdi-format-vertical-align-bottom:before {
    content: "󰘡"
}

.mdi-format-vertical-align-center:before {
    content: "󰘢"
}

.mdi-format-vertical-align-top:before {
    content: "󰘣"
}

.mdi-format-wrap-inline:before {
    content: "󰊈"
}

.mdi-format-wrap-square:before {
    content: "󰊉"
}

.mdi-format-wrap-tight:before {
    content: "󰊊"
}

.mdi-format-wrap-top-bottom:before {
    content: "󰊋"
}

.mdi-forum:before {
    content: "󰊌"
}

.mdi-forum-minus:before {
    content: "󱪩"
}

.mdi-forum-minus-outline:before {
    content: "󱪪"
}

.mdi-forum-outline:before {
    content: "󰠢"
}

.mdi-forum-plus:before {
    content: "󱪫"
}

.mdi-forum-plus-outline:before {
    content: "󱪬"
}

.mdi-forum-remove:before {
    content: "󱪭"
}

.mdi-forum-remove-outline:before {
    content: "󱪮"
}

.mdi-forward:before {
    content: "󰊍"
}

.mdi-forwardburger:before {
    content: "󰵵"
}

.mdi-fountain:before {
    content: "󰥫"
}

.mdi-fountain-pen:before {
    content: "󰴒"
}

.mdi-fountain-pen-tip:before {
    content: "󰴓"
}

.mdi-fraction-one-half:before {
    content: "󱦒"
}

.mdi-freebsd:before {
    content: "󰣠"
}

.mdi-french-fries:before {
    content: "󱥗"
}

.mdi-frequently-asked-questions:before {
    content: "󰺴"
}

.mdi-fridge:before {
    content: "󰊐"
}

.mdi-fridge-alert:before {
    content: "󱆱"
}

.mdi-fridge-alert-outline:before {
    content: "󱆲"
}

.mdi-fridge-bottom:before {
    content: "󰊒"
}

.mdi-fridge-industrial:before {
    content: "󱗮"
}

.mdi-fridge-industrial-alert:before {
    content: "󱗯"
}

.mdi-fridge-industrial-alert-outline:before {
    content: "󱗰"
}

.mdi-fridge-industrial-off:before {
    content: "󱗱"
}

.mdi-fridge-industrial-off-outline:before {
    content: "󱗲"
}

.mdi-fridge-industrial-outline:before {
    content: "󱗳"
}

.mdi-fridge-off:before {
    content: "󱆯"
}

.mdi-fridge-off-outline:before {
    content: "󱆰"
}

.mdi-fridge-outline:before {
    content: "󰊏"
}

.mdi-fridge-top:before {
    content: "󰊑"
}

.mdi-fridge-variant:before {
    content: "󱗴"
}

.mdi-fridge-variant-alert:before {
    content: "󱗵"
}

.mdi-fridge-variant-alert-outline:before {
    content: "󱗶"
}

.mdi-fridge-variant-off:before {
    content: "󱗷"
}

.mdi-fridge-variant-off-outline:before {
    content: "󱗸"
}

.mdi-fridge-variant-outline:before {
    content: "󱗹"
}

.mdi-fruit-cherries:before {
    content: "󱁂"
}

.mdi-fruit-cherries-off:before {
    content: "󱏸"
}

.mdi-fruit-citrus:before {
    content: "󱁃"
}

.mdi-fruit-citrus-off:before {
    content: "󱏹"
}

.mdi-fruit-grapes:before {
    content: "󱁄"
}

.mdi-fruit-grapes-outline:before {
    content: "󱁅"
}

.mdi-fruit-pear:before {
    content: "󱨎"
}

.mdi-fruit-pineapple:before {
    content: "󱁆"
}

.mdi-fruit-watermelon:before {
    content: "󱁇"
}

.mdi-fuel:before {
    content: "󰟊"
}

.mdi-fuel-cell:before {
    content: "󱢵"
}

.mdi-fullscreen:before {
    content: "󰊓"
}

.mdi-fullscreen-exit:before {
    content: "󰊔"
}

.mdi-function:before {
    content: "󰊕"
}

.mdi-function-variant:before {
    content: "󰡱"
}

.mdi-furigana-horizontal:before {
    content: "󱂁"
}

.mdi-furigana-vertical:before {
    content: "󱂂"
}

.mdi-fuse:before {
    content: "󰲅"
}

.mdi-fuse-alert:before {
    content: "󱐭"
}

.mdi-fuse-blade:before {
    content: "󰲆"
}

.mdi-fuse-off:before {
    content: "󱐬"
}

.mdi-gamepad:before {
    content: "󰊖"
}

.mdi-gamepad-circle:before {
    content: "󰸳"
}

.mdi-gamepad-circle-down:before {
    content: "󰸴"
}

.mdi-gamepad-circle-left:before {
    content: "󰸵"
}

.mdi-gamepad-circle-outline:before {
    content: "󰸶"
}

.mdi-gamepad-circle-right:before {
    content: "󰸷"
}

.mdi-gamepad-circle-up:before {
    content: "󰸸"
}

.mdi-gamepad-down:before {
    content: "󰸹"
}

.mdi-gamepad-left:before {
    content: "󰸺"
}

.mdi-gamepad-outline:before {
    content: "󱤙"
}

.mdi-gamepad-right:before {
    content: "󰸻"
}

.mdi-gamepad-round:before {
    content: "󰸼"
}

.mdi-gamepad-round-down:before {
    content: "󰸽"
}

.mdi-gamepad-round-left:before {
    content: "󰸾"
}

.mdi-gamepad-round-outline:before {
    content: "󰸿"
}

.mdi-gamepad-round-right:before {
    content: "󰹀"
}

.mdi-gamepad-round-up:before {
    content: "󰹁"
}

.mdi-gamepad-square:before {
    content: "󰺵"
}

.mdi-gamepad-square-outline:before {
    content: "󰺶"
}

.mdi-gamepad-up:before {
    content: "󰹂"
}

.mdi-gamepad-variant:before {
    content: "󰊗"
}

.mdi-gamepad-variant-outline:before {
    content: "󰺷"
}

.mdi-gamma:before {
    content: "󱃮"
}

.mdi-gantry-crane:before {
    content: "󰷑"
}

.mdi-garage:before {
    content: "󰛙"
}

.mdi-garage-alert:before {
    content: "󰡲"
}

.mdi-garage-alert-variant:before {
    content: "󱋕"
}

.mdi-garage-lock:before {
    content: "󱟻"
}

.mdi-garage-open:before {
    content: "󰛚"
}

.mdi-garage-open-variant:before {
    content: "󱋔"
}

.mdi-garage-variant:before {
    content: "󱋓"
}

.mdi-garage-variant-lock:before {
    content: "󱟼"
}

.mdi-gas-burner:before {
    content: "󱨛"
}

.mdi-gas-cylinder:before {
    content: "󰙇"
}

.mdi-gas-station:before {
    content: "󰊘"
}

.mdi-gas-station-in-use:before {
    content: "󱳄"
}

.mdi-gas-station-in-use-outline:before {
    content: "󱳅"
}

.mdi-gas-station-off:before {
    content: "󱐉"
}

.mdi-gas-station-off-outline:before {
    content: "󱐊"
}

.mdi-gas-station-outline:before {
    content: "󰺸"
}

.mdi-gate:before {
    content: "󰊙"
}

.mdi-gate-alert:before {
    content: "󱟸"
}

.mdi-gate-and:before {
    content: "󰣡"
}

.mdi-gate-arrow-left:before {
    content: "󱟷"
}

.mdi-gate-arrow-right:before {
    content: "󱅩"
}

.mdi-gate-buffer:before {
    content: "󱫾"
}

.mdi-gate-nand:before {
    content: "󰣢"
}

.mdi-gate-nor:before {
    content: "󰣣"
}

.mdi-gate-not:before {
    content: "󰣤"
}

.mdi-gate-open:before {
    content: "󱅪"
}

.mdi-gate-or:before {
    content: "󰣥"
}

.mdi-gate-xnor:before {
    content: "󰣦"
}

.mdi-gate-xor:before {
    content: "󰣧"
}

.mdi-gatsby:before {
    content: "󰹃"
}

.mdi-gauge:before {
    content: "󰊚"
}

.mdi-gauge-empty:before {
    content: "󰡳"
}

.mdi-gauge-full:before {
    content: "󰡴"
}

.mdi-gauge-low:before {
    content: "󰡵"
}

.mdi-gavel:before {
    content: "󰊛"
}

.mdi-gender-female:before {
    content: "󰊜"
}

.mdi-gender-male:before {
    content: "󰊝"
}

.mdi-gender-male-female:before {
    content: "󰊞"
}

.mdi-gender-male-female-variant:before {
    content: "󱄿"
}

.mdi-gender-non-binary:before {
    content: "󱅀"
}

.mdi-gender-transgender:before {
    content: "󰊟"
}

.mdi-generator-mobile:before {
    content: "󱲊"
}

.mdi-generator-portable:before {
    content: "󱲋"
}

.mdi-generator-stationary:before {
    content: "󱲌"
}

.mdi-gentoo:before {
    content: "󰣨"
}

.mdi-gesture:before {
    content: "󰟋"
}

.mdi-gesture-double-tap:before {
    content: "󰜼"
}

.mdi-gesture-pinch:before {
    content: "󰪽"
}

.mdi-gesture-spread:before {
    content: "󰪾"
}

.mdi-gesture-swipe:before {
    content: "󰵶"
}

.mdi-gesture-swipe-down:before {
    content: "󰜽"
}

.mdi-gesture-swipe-horizontal:before {
    content: "󰪿"
}

.mdi-gesture-swipe-left:before {
    content: "󰜾"
}

.mdi-gesture-swipe-right:before {
    content: "󰜿"
}

.mdi-gesture-swipe-up:before {
    content: "󰝀"
}

.mdi-gesture-swipe-vertical:before {
    content: "󰫀"
}

.mdi-gesture-tap:before {
    content: "󰝁"
}

.mdi-gesture-tap-box:before {
    content: "󱊩"
}

.mdi-gesture-tap-button:before {
    content: "󱊨"
}

.mdi-gesture-tap-hold:before {
    content: "󰵷"
}

.mdi-gesture-two-double-tap:before {
    content: "󰝂"
}

.mdi-gesture-two-tap:before {
    content: "󰝃"
}

.mdi-ghost:before {
    content: "󰊠"
}

.mdi-ghost-off:before {
    content: "󰧵"
}

.mdi-ghost-off-outline:before {
    content: "󱙜"
}

.mdi-ghost-outline:before {
    content: "󱙝"
}

.mdi-gift:before {
    content: "󰹄"
}

.mdi-gift-off:before {
    content: "󱛯"
}

.mdi-gift-off-outline:before {
    content: "󱛰"
}

.mdi-gift-open:before {
    content: "󱛱"
}

.mdi-gift-open-outline:before {
    content: "󱛲"
}

.mdi-gift-outline:before {
    content: "󰊡"
}

.mdi-git:before {
    content: "󰊢"
}

.mdi-github:before {
    content: "󰊤"
}

.mdi-gitlab:before {
    content: "󰮠"
}

.mdi-glass-cocktail:before {
    content: "󰍖"
}

.mdi-glass-cocktail-off:before {
    content: "󱗦"
}

.mdi-glass-flute:before {
    content: "󰊥"
}

.mdi-glass-fragile:before {
    content: "󱡳"
}

.mdi-glass-mug:before {
    content: "󰊦"
}

.mdi-glass-mug-off:before {
    content: "󱗧"
}

.mdi-glass-mug-variant:before {
    content: "󱄖"
}

.mdi-glass-mug-variant-off:before {
    content: "󱗨"
}

.mdi-glass-pint-outline:before {
    content: "󱌍"
}

.mdi-glass-stange:before {
    content: "󰊧"
}

.mdi-glass-tulip:before {
    content: "󰊨"
}

.mdi-glass-wine:before {
    content: "󰡶"
}

.mdi-glasses:before {
    content: "󰊪"
}

.mdi-globe-light:before {
    content: "󰙯"
}

.mdi-globe-light-outline:before {
    content: "󱋗"
}

.mdi-globe-model:before {
    content: "󰣩"
}

.mdi-gmail:before {
    content: "󰊫"
}

.mdi-gnome:before {
    content: "󰊬"
}

.mdi-go-kart:before {
    content: "󰵹"
}

.mdi-go-kart-track:before {
    content: "󰵺"
}

.mdi-gog:before {
    content: "󰮡"
}

.mdi-gold:before {
    content: "󱉏"
}

.mdi-golf:before {
    content: "󰠣"
}

.mdi-golf-cart:before {
    content: "󱆤"
}

.mdi-golf-tee:before {
    content: "󱂃"
}

.mdi-gondola:before {
    content: "󰚆"
}

.mdi-goodreads:before {
    content: "󰵻"
}

.mdi-google:before {
    content: "󰊭"
}

.mdi-google-ads:before {
    content: "󰲇"
}

.mdi-google-analytics:before {
    content: "󰟌"
}

.mdi-google-assistant:before {
    content: "󰟍"
}

.mdi-google-cardboard:before {
    content: "󰊮"
}

.mdi-google-chrome:before {
    content: "󰊯"
}

.mdi-google-circles:before {
    content: "󰊰"
}

.mdi-google-circles-communities:before {
    content: "󰊱"
}

.mdi-google-circles-extended:before {
    content: "󰊲"
}

.mdi-google-circles-group:before {
    content: "󰊳"
}

.mdi-google-classroom:before {
    content: "󰋀"
}

.mdi-google-cloud:before {
    content: "󱇶"
}

.mdi-google-downasaur:before {
    content: "󱍢"
}

.mdi-google-drive:before {
    content: "󰊶"
}

.mdi-google-earth:before {
    content: "󰊷"
}

.mdi-google-fit:before {
    content: "󰥬"
}

.mdi-google-glass:before {
    content: "󰊸"
}

.mdi-google-hangouts:before {
    content: "󰋉"
}

.mdi-google-keep:before {
    content: "󰛜"
}

.mdi-google-lens:before {
    content: "󰧶"
}

.mdi-google-maps:before {
    content: "󰗵"
}

.mdi-google-my-business:before {
    content: "󱁈"
}

.mdi-google-nearby:before {
    content: "󰊹"
}

.mdi-google-play:before {
    content: "󰊼"
}

.mdi-google-plus:before {
    content: "󰊽"
}

.mdi-google-podcast:before {
    content: "󰺹"
}

.mdi-google-spreadsheet:before {
    content: "󰧷"
}

.mdi-google-street-view:before {
    content: "󰲈"
}

.mdi-google-translate:before {
    content: "󰊿"
}

.mdi-gradient-horizontal:before {
    content: "󱝊"
}

.mdi-gradient-vertical:before {
    content: "󰚠"
}

.mdi-grain:before {
    content: "󰵼"
}

.mdi-graph:before {
    content: "󱁉"
}

.mdi-graph-outline:before {
    content: "󱁊"
}

.mdi-graphql:before {
    content: "󰡷"
}

.mdi-grass:before {
    content: "󱔐"
}

.mdi-grave-stone:before {
    content: "󰮢"
}

.mdi-grease-pencil:before {
    content: "󰙈"
}

.mdi-greater-than:before {
    content: "󰥭"
}

.mdi-greater-than-or-equal:before {
    content: "󰥮"
}

.mdi-greenhouse:before {
    content: "󰀭"
}

.mdi-grid:before {
    content: "󰋁"
}

.mdi-grid-large:before {
    content: "󰝘"
}

.mdi-grid-off:before {
    content: "󰋂"
}

.mdi-grill:before {
    content: "󰹅"
}

.mdi-grill-outline:before {
    content: "󱆊"
}

.mdi-group:before {
    content: "󰋃"
}

.mdi-guitar-acoustic:before {
    content: "󰝱"
}

.mdi-guitar-electric:before {
    content: "󰋄"
}

.mdi-guitar-pick:before {
    content: "󰋅"
}

.mdi-guitar-pick-outline:before {
    content: "󰋆"
}

.mdi-guy-fawkes-mask:before {
    content: "󰠥"
}

.mdi-gymnastics:before {
    content: "󱩁"
}

.mdi-hail:before {
    content: "󰫁"
}

.mdi-hair-dryer:before {
    content: "󱃯"
}

.mdi-hair-dryer-outline:before {
    content: "󱃰"
}

.mdi-halloween:before {
    content: "󰮣"
}

.mdi-hamburger:before {
    content: "󰚅"
}

.mdi-hamburger-check:before {
    content: "󱝶"
}

.mdi-hamburger-minus:before {
    content: "󱝷"
}

.mdi-hamburger-off:before {
    content: "󱝸"
}

.mdi-hamburger-plus:before {
    content: "󱝹"
}

.mdi-hamburger-remove:before {
    content: "󱝺"
}

.mdi-hammer:before {
    content: "󰣪"
}

.mdi-hammer-screwdriver:before {
    content: "󱌢"
}

.mdi-hammer-sickle:before {
    content: "󱢇"
}

.mdi-hammer-wrench:before {
    content: "󱌣"
}

.mdi-hand-back-left:before {
    content: "󰹆"
}

.mdi-hand-back-left-off:before {
    content: "󱠰"
}

.mdi-hand-back-left-off-outline:before {
    content: "󱠲"
}

.mdi-hand-back-left-outline:before {
    content: "󱠬"
}

.mdi-hand-back-right:before {
    content: "󰹇"
}

.mdi-hand-back-right-off:before {
    content: "󱠱"
}

.mdi-hand-back-right-off-outline:before {
    content: "󱠳"
}

.mdi-hand-back-right-outline:before {
    content: "󱠭"
}

.mdi-hand-clap:before {
    content: "󱥋"
}

.mdi-hand-clap-off:before {
    content: "󱩂"
}

.mdi-hand-coin:before {
    content: "󱢏"
}

.mdi-hand-coin-outline:before {
    content: "󱢐"
}

.mdi-hand-cycle:before {
    content: "󱮜"
}

.mdi-hand-extended:before {
    content: "󱢶"
}

.mdi-hand-extended-outline:before {
    content: "󱢷"
}

.mdi-hand-front-left:before {
    content: "󱠫"
}

.mdi-hand-front-left-outline:before {
    content: "󱠮"
}

.mdi-hand-front-right:before {
    content: "󰩏"
}

.mdi-hand-front-right-outline:before {
    content: "󱠯"
}

.mdi-hand-heart:before {
    content: "󱃱"
}

.mdi-hand-heart-outline:before {
    content: "󱕾"
}

.mdi-hand-okay:before {
    content: "󰩐"
}

.mdi-hand-peace:before {
    content: "󰩑"
}

.mdi-hand-peace-variant:before {
    content: "󰩒"
}

.mdi-hand-pointing-down:before {
    content: "󰩓"
}

.mdi-hand-pointing-left:before {
    content: "󰩔"
}

.mdi-hand-pointing-right:before {
    content: "󰋇"
}

.mdi-hand-pointing-up:before {
    content: "󰩕"
}

.mdi-hand-saw:before {
    content: "󰹈"
}

.mdi-hand-wash:before {
    content: "󱕿"
}

.mdi-hand-wash-outline:before {
    content: "󱖀"
}

.mdi-hand-water:before {
    content: "󱎟"
}

.mdi-hand-wave:before {
    content: "󱠡"
}

.mdi-hand-wave-outline:before {
    content: "󱠢"
}

.mdi-handball:before {
    content: "󰽓"
}

.mdi-handcuffs:before {
    content: "󱄾"
}

.mdi-hands-pray:before {
    content: "󰕹"
}

.mdi-handshake:before {
    content: "󱈘"
}

.mdi-handshake-outline:before {
    content: "󱖡"
}

.mdi-hanger:before {
    content: "󰋈"
}

.mdi-hard-hat:before {
    content: "󰥯"
}

.mdi-harddisk:before {
    content: "󰋊"
}

.mdi-harddisk-plus:before {
    content: "󱁋"
}

.mdi-harddisk-remove:before {
    content: "󱁌"
}

.mdi-hat-fedora:before {
    content: "󰮤"
}

.mdi-hazard-lights:before {
    content: "󰲉"
}

.mdi-hdmi-port:before {
    content: "󱮸"
}

.mdi-hdr:before {
    content: "󰵽"
}

.mdi-hdr-off:before {
    content: "󰵾"
}

.mdi-head:before {
    content: "󱍞"
}

.mdi-head-alert:before {
    content: "󱌸"
}

.mdi-head-alert-outline:before {
    content: "󱌹"
}

.mdi-head-check:before {
    content: "󱌺"
}

.mdi-head-check-outline:before {
    content: "󱌻"
}

.mdi-head-cog:before {
    content: "󱌼"
}

.mdi-head-cog-outline:before {
    content: "󱌽"
}

.mdi-head-dots-horizontal:before {
    content: "󱌾"
}

.mdi-head-dots-horizontal-outline:before {
    content: "󱌿"
}

.mdi-head-flash:before {
    content: "󱍀"
}

.mdi-head-flash-outline:before {
    content: "󱍁"
}

.mdi-head-heart:before {
    content: "󱍂"
}

.mdi-head-heart-outline:before {
    content: "󱍃"
}

.mdi-head-lightbulb:before {
    content: "󱍄"
}

.mdi-head-lightbulb-outline:before {
    content: "󱍅"
}

.mdi-head-minus:before {
    content: "󱍆"
}

.mdi-head-minus-outline:before {
    content: "󱍇"
}

.mdi-head-outline:before {
    content: "󱍟"
}

.mdi-head-plus:before {
    content: "󱍈"
}

.mdi-head-plus-outline:before {
    content: "󱍉"
}

.mdi-head-question:before {
    content: "󱍊"
}

.mdi-head-question-outline:before {
    content: "󱍋"
}

.mdi-head-remove:before {
    content: "󱍌"
}

.mdi-head-remove-outline:before {
    content: "󱍍"
}

.mdi-head-snowflake:before {
    content: "󱍎"
}

.mdi-head-snowflake-outline:before {
    content: "󱍏"
}

.mdi-head-sync:before {
    content: "󱍐"
}

.mdi-head-sync-outline:before {
    content: "󱍑"
}

.mdi-headphones:before {
    content: "󰋋"
}

.mdi-headphones-bluetooth:before {
    content: "󰥰"
}

.mdi-headphones-box:before {
    content: "󰋌"
}

.mdi-headphones-off:before {
    content: "󰟎"
}

.mdi-headphones-settings:before {
    content: "󰋍"
}

.mdi-headset:before {
    content: "󰋎"
}

.mdi-headset-dock:before {
    content: "󰋏"
}

.mdi-headset-off:before {
    content: "󰋐"
}

.mdi-heart:before {
    content: "󰋑"
}

.mdi-heart-box:before {
    content: "󰋒"
}

.mdi-heart-box-outline:before {
    content: "󰋓"
}

.mdi-heart-broken:before {
    content: "󰋔"
}

.mdi-heart-broken-outline:before {
    content: "󰴔"
}

.mdi-heart-circle:before {
    content: "󰥱"
}

.mdi-heart-circle-outline:before {
    content: "󰥲"
}

.mdi-heart-cog:before {
    content: "󱙣"
}

.mdi-heart-cog-outline:before {
    content: "󱙤"
}

.mdi-heart-flash:before {
    content: "󰻹"
}

.mdi-heart-half:before {
    content: "󰛟"
}

.mdi-heart-half-full:before {
    content: "󰛞"
}

.mdi-heart-half-outline:before {
    content: "󰛠"
}

.mdi-heart-minus:before {
    content: "󱐯"
}

.mdi-heart-minus-outline:before {
    content: "󱐲"
}

.mdi-heart-multiple:before {
    content: "󰩖"
}

.mdi-heart-multiple-outline:before {
    content: "󰩗"
}

.mdi-heart-off:before {
    content: "󰝙"
}

.mdi-heart-off-outline:before {
    content: "󱐴"
}

.mdi-heart-outline:before {
    content: "󰋕"
}

.mdi-heart-plus:before {
    content: "󱐮"
}

.mdi-heart-plus-outline:before {
    content: "󱐱"
}

.mdi-heart-pulse:before {
    content: "󰗶"
}

.mdi-heart-remove:before {
    content: "󱐰"
}

.mdi-heart-remove-outline:before {
    content: "󱐳"
}

.mdi-heart-search:before {
    content: "󱲍"
}

.mdi-heart-settings:before {
    content: "󱙥"
}

.mdi-heart-settings-outline:before {
    content: "󱙦"
}

.mdi-heat-pump:before {
    content: "󱩃"
}

.mdi-heat-pump-outline:before {
    content: "󱩄"
}

.mdi-heat-wave:before {
    content: "󱩅"
}

.mdi-heating-coil:before {
    content: "󱪯"
}

.mdi-helicopter:before {
    content: "󰫂"
}

.mdi-help:before {
    content: "󰋖"
}

.mdi-help-box:before {
    content: "󰞋"
}

.mdi-help-box-multiple:before {
    content: "󱰊"
}

.mdi-help-box-multiple-outline:before {
    content: "󱰋"
}

.mdi-help-box-outline:before {
    content: "󱰌"
}

.mdi-help-circle:before {
    content: "󰋗"
}

.mdi-help-circle-outline:before {
    content: "󰘥"
}

.mdi-help-network:before {
    content: "󰛵"
}

.mdi-help-network-outline:before {
    content: "󰲊"
}

.mdi-help-rhombus:before {
    content: "󰮥"
}

.mdi-help-rhombus-outline:before {
    content: "󰮦"
}

.mdi-hexadecimal:before {
    content: "󱊧"
}

.mdi-hexagon:before {
    content: "󰋘"
}

.mdi-hexagon-multiple:before {
    content: "󰛡"
}

.mdi-hexagon-multiple-outline:before {
    content: "󱃲"
}

.mdi-hexagon-outline:before {
    content: "󰋙"
}

.mdi-hexagon-slice-1:before {
    content: "󰫃"
}

.mdi-hexagon-slice-2:before {
    content: "󰫄"
}

.mdi-hexagon-slice-3:before {
    content: "󰫅"
}

.mdi-hexagon-slice-4:before {
    content: "󰫆"
}

.mdi-hexagon-slice-5:before {
    content: "󰫇"
}

.mdi-hexagon-slice-6:before {
    content: "󰫈"
}

.mdi-hexagram:before {
    content: "󰫉"
}

.mdi-hexagram-outline:before {
    content: "󰫊"
}

.mdi-high-definition:before {
    content: "󰟏"
}

.mdi-high-definition-box:before {
    content: "󰡸"
}

.mdi-highway:before {
    content: "󰗷"
}

.mdi-hiking:before {
    content: "󰵿"
}

.mdi-history:before {
    content: "󰋚"
}

.mdi-hockey-puck:before {
    content: "󰡹"
}

.mdi-hockey-sticks:before {
    content: "󰡺"
}

.mdi-hololens:before {
    content: "󰋛"
}

.mdi-home:before {
    content: "󰋜"
}

.mdi-home-account:before {
    content: "󰠦"
}

.mdi-home-alert:before {
    content: "󰡻"
}

.mdi-home-alert-outline:before {
    content: "󱗐"
}

.mdi-home-analytics:before {
    content: "󰺺"
}

.mdi-home-assistant:before {
    content: "󰟐"
}

.mdi-home-automation:before {
    content: "󰟑"
}

.mdi-home-battery:before {
    content: "󱤁"
}

.mdi-home-battery-outline:before {
    content: "󱤂"
}

.mdi-home-circle:before {
    content: "󰟒"
}

.mdi-home-circle-outline:before {
    content: "󱁍"
}

.mdi-home-city:before {
    content: "󰴕"
}

.mdi-home-city-outline:before {
    content: "󰴖"
}

.mdi-home-clock:before {
    content: "󱨒"
}

.mdi-home-clock-outline:before {
    content: "󱨓"
}

.mdi-home-edit:before {
    content: "󱅙"
}

.mdi-home-edit-outline:before {
    content: "󱅚"
}

.mdi-home-export-outline:before {
    content: "󰾛"
}

.mdi-home-flood:before {
    content: "󰻺"
}

.mdi-home-floor-0:before {
    content: "󰷒"
}

.mdi-home-floor-1:before {
    content: "󰶀"
}

.mdi-home-floor-2:before {
    content: "󰶁"
}

.mdi-home-floor-3:before {
    content: "󰶂"
}

.mdi-home-floor-a:before {
    content: "󰶃"
}

.mdi-home-floor-b:before {
    content: "󰶄"
}

.mdi-home-floor-g:before {
    content: "󰶅"
}

.mdi-home-floor-l:before {
    content: "󰶆"
}

.mdi-home-floor-negative-1:before {
    content: "󰷓"
}

.mdi-home-group:before {
    content: "󰷔"
}

.mdi-home-group-minus:before {
    content: "󱧁"
}

.mdi-home-group-plus:before {
    content: "󱧀"
}

.mdi-home-group-remove:before {
    content: "󱧂"
}

.mdi-home-heart:before {
    content: "󰠧"
}

.mdi-home-import-outline:before {
    content: "󰾜"
}

.mdi-home-lightbulb:before {
    content: "󱉑"
}

.mdi-home-lightbulb-outline:before {
    content: "󱉒"
}

.mdi-home-lightning-bolt:before {
    content: "󱤃"
}

.mdi-home-lightning-bolt-outline:before {
    content: "󱤄"
}

.mdi-home-lock:before {
    content: "󰣫"
}

.mdi-home-lock-open:before {
    content: "󰣬"
}

.mdi-home-map-marker:before {
    content: "󰗸"
}

.mdi-home-minus:before {
    content: "󰥴"
}

.mdi-home-minus-outline:before {
    content: "󱏕"
}

.mdi-home-modern:before {
    content: "󰋝"
}

.mdi-home-off:before {
    content: "󱩆"
}

.mdi-home-off-outline:before {
    content: "󱩇"
}

.mdi-home-outline:before {
    content: "󰚡"
}

.mdi-home-percent:before {
    content: "󱱼"
}

.mdi-home-percent-outline:before {
    content: "󱱽"
}

.mdi-home-plus:before {
    content: "󰥵"
}

.mdi-home-plus-outline:before {
    content: "󱏖"
}

.mdi-home-remove:before {
    content: "󱉇"
}

.mdi-home-remove-outline:before {
    content: "󱏗"
}

.mdi-home-roof:before {
    content: "󱄫"
}

.mdi-home-search:before {
    content: "󱎰"
}

.mdi-home-search-outline:before {
    content: "󱎱"
}

.mdi-home-silo:before {
    content: "󱮠"
}

.mdi-home-silo-outline:before {
    content: "󱮡"
}

.mdi-home-sound-in:before {
    content: "󱰯"
}

.mdi-home-sound-in-outline:before {
    content: "󱰰"
}

.mdi-home-sound-out:before {
    content: "󱰱"
}

.mdi-home-sound-out-outline:before {
    content: "󱰲"
}

.mdi-home-switch:before {
    content: "󱞔"
}

.mdi-home-switch-outline:before {
    content: "󱞕"
}

.mdi-home-thermometer:before {
    content: "󰽔"
}

.mdi-home-thermometer-outline:before {
    content: "󰽕"
}

.mdi-home-variant:before {
    content: "󰋞"
}

.mdi-home-variant-outline:before {
    content: "󰮧"
}

.mdi-hook:before {
    content: "󰛢"
}

.mdi-hook-off:before {
    content: "󰛣"
}

.mdi-hoop-house:before {
    content: "󰹖"
}

.mdi-hops:before {
    content: "󰋟"
}

.mdi-horizontal-rotate-clockwise:before {
    content: "󱃳"
}

.mdi-horizontal-rotate-counterclockwise:before {
    content: "󱃴"
}

.mdi-horse:before {
    content: "󱖿"
}

.mdi-horse-human:before {
    content: "󱗀"
}

.mdi-horse-variant:before {
    content: "󱗁"
}

.mdi-horse-variant-fast:before {
    content: "󱡮"
}

.mdi-horseshoe:before {
    content: "󰩘"
}

.mdi-hospital:before {
    content: "󰿶"
}

.mdi-hospital-box:before {
    content: "󰋠"
}

.mdi-hospital-box-outline:before {
    content: "󰿷"
}

.mdi-hospital-building:before {
    content: "󰋡"
}

.mdi-hospital-marker:before {
    content: "󰋢"
}

.mdi-hot-tub:before {
    content: "󰠨"
}

.mdi-hours-12:before {
    content: "󱲔"
}

.mdi-hours-24:before {
    content: "󱑸"
}

.mdi-hub:before {
    content: "󱲕"
}

.mdi-hub-outline:before {
    content: "󱲖"
}

.mdi-hubspot:before {
    content: "󰴗"
}

.mdi-hulu:before {
    content: "󰠩"
}

.mdi-human:before {
    content: "󰋦"
}

.mdi-human-baby-changing-table:before {
    content: "󱎋"
}

.mdi-human-cane:before {
    content: "󱖁"
}

.mdi-human-capacity-decrease:before {
    content: "󱖛"
}

.mdi-human-capacity-increase:before {
    content: "󱖜"
}

.mdi-human-child:before {
    content: "󰋧"
}

.mdi-human-dolly:before {
    content: "󱦀"
}

.mdi-human-edit:before {
    content: "󱓨"
}

.mdi-human-female:before {
    content: "󰙉"
}

.mdi-human-female-boy:before {
    content: "󰩙"
}

.mdi-human-female-dance:before {
    content: "󱗉"
}

.mdi-human-female-female:before {
    content: "󰩚"
}

.mdi-human-female-female-child:before {
    content: "󱲎"
}

.mdi-human-female-girl:before {
    content: "󰩛"
}

.mdi-human-greeting:before {
    content: "󱟄"
}

.mdi-human-greeting-proximity:before {
    content: "󱖝"
}

.mdi-human-greeting-variant:before {
    content: "󰙊"
}

.mdi-human-handsdown:before {
    content: "󰙋"
}

.mdi-human-handsup:before {
    content: "󰙌"
}

.mdi-human-male:before {
    content: "󰙍"
}

.mdi-human-male-board:before {
    content: "󰢐"
}

.mdi-human-male-board-poll:before {
    content: "󰡆"
}

.mdi-human-male-boy:before {
    content: "󰩜"
}

.mdi-human-male-child:before {
    content: "󱎌"
}

.mdi-human-male-female:before {
    content: "󰋨"
}

.mdi-human-male-female-child:before {
    content: "󱠣"
}

.mdi-human-male-girl:before {
    content: "󰩝"
}

.mdi-human-male-height:before {
    content: "󰻻"
}

.mdi-human-male-height-variant:before {
    content: "󰻼"
}

.mdi-human-male-male:before {
    content: "󰩞"
}

.mdi-human-male-male-child:before {
    content: "󱲏"
}

.mdi-human-non-binary:before {
    content: "󱡈"
}

.mdi-human-pregnant:before {
    content: "󰗏"
}

.mdi-human-queue:before {
    content: "󱕱"
}

.mdi-human-scooter:before {
    content: "󱇩"
}

.mdi-human-walker:before {
    content: "󱭱"
}

.mdi-human-wheelchair:before {
    content: "󱎍"
}

.mdi-human-white-cane:before {
    content: "󱦁"
}

.mdi-humble-bundle:before {
    content: "󰝄"
}

.mdi-hvac:before {
    content: "󱍒"
}

.mdi-hvac-off:before {
    content: "󱖞"
}

.mdi-hydraulic-oil-level:before {
    content: "󱌤"
}

.mdi-hydraulic-oil-temperature:before {
    content: "󱌥"
}

.mdi-hydro-power:before {
    content: "󱋥"
}

.mdi-hydrogen-station:before {
    content: "󱢔"
}

.mdi-ice-cream:before {
    content: "󰠪"
}

.mdi-ice-cream-off:before {
    content: "󰹒"
}

.mdi-ice-pop:before {
    content: "󰻽"
}

.mdi-id-card:before {
    content: "󰿀"
}

.mdi-identifier:before {
    content: "󰻾"
}

.mdi-ideogram-cjk:before {
    content: "󱌱"
}

.mdi-ideogram-cjk-variant:before {
    content: "󱌲"
}

.mdi-image:before {
    content: "󰋩"
}

.mdi-image-album:before {
    content: "󰋪"
}

.mdi-image-area:before {
    content: "󰋫"
}

.mdi-image-area-close:before {
    content: "󰋬"
}

.mdi-image-auto-adjust:before {
    content: "󰿁"
}

.mdi-image-broken:before {
    content: "󰋭"
}

.mdi-image-broken-variant:before {
    content: "󰋮"
}

.mdi-image-check:before {
    content: "󱬥"
}

.mdi-image-check-outline:before {
    content: "󱬦"
}

.mdi-image-edit:before {
    content: "󱇣"
}

.mdi-image-edit-outline:before {
    content: "󱇤"
}

.mdi-image-filter-black-white:before {
    content: "󰋰"
}

.mdi-image-filter-center-focus:before {
    content: "󰋱"
}

.mdi-image-filter-center-focus-strong:before {
    content: "󰻿"
}

.mdi-image-filter-center-focus-strong-outline:before {
    content: "󰼀"
}

.mdi-image-filter-center-focus-weak:before {
    content: "󰋲"
}

.mdi-image-filter-drama:before {
    content: "󰋳"
}

.mdi-image-filter-drama-outline:before {
    content: "󱯿"
}

.mdi-image-filter-frames:before {
    content: "󰋴"
}

.mdi-image-filter-hdr:before {
    content: "󰋵"
}

.mdi-image-filter-hdr-outline:before {
    content: "󱱤"
}

.mdi-image-filter-none:before {
    content: "󰋶"
}

.mdi-image-filter-tilt-shift:before {
    content: "󰋷"
}

.mdi-image-filter-vintage:before {
    content: "󰋸"
}

.mdi-image-frame:before {
    content: "󰹉"
}

.mdi-image-lock:before {
    content: "󱪰"
}

.mdi-image-lock-outline:before {
    content: "󱪱"
}

.mdi-image-marker:before {
    content: "󱝻"
}

.mdi-image-marker-outline:before {
    content: "󱝼"
}

.mdi-image-minus:before {
    content: "󱐙"
}

.mdi-image-minus-outline:before {
    content: "󱭇"
}

.mdi-image-move:before {
    content: "󰧸"
}

.mdi-image-multiple:before {
    content: "󰋹"
}

.mdi-image-multiple-outline:before {
    content: "󰋯"
}

.mdi-image-off:before {
    content: "󰠫"
}

.mdi-image-off-outline:before {
    content: "󱇑"
}

.mdi-image-outline:before {
    content: "󰥶"
}

.mdi-image-plus:before {
    content: "󰡼"
}

.mdi-image-plus-outline:before {
    content: "󱭆"
}

.mdi-image-refresh:before {
    content: "󱧾"
}

.mdi-image-refresh-outline:before {
    content: "󱧿"
}

.mdi-image-remove:before {
    content: "󱐘"
}

.mdi-image-remove-outline:before {
    content: "󱭈"
}

.mdi-image-search:before {
    content: "󰥷"
}

.mdi-image-search-outline:before {
    content: "󰥸"
}

.mdi-image-size-select-actual:before {
    content: "󰲍"
}

.mdi-image-size-select-large:before {
    content: "󰲎"
}

.mdi-image-size-select-small:before {
    content: "󰲏"
}

.mdi-image-sync:before {
    content: "󱨀"
}

.mdi-image-sync-outline:before {
    content: "󱨁"
}

.mdi-image-text:before {
    content: "󱘍"
}

.mdi-import:before {
    content: "󰋺"
}

.mdi-inbox:before {
    content: "󰚇"
}

.mdi-inbox-arrow-down:before {
    content: "󰋻"
}

.mdi-inbox-arrow-down-outline:before {
    content: "󱉰"
}

.mdi-inbox-arrow-up:before {
    content: "󰏑"
}

.mdi-inbox-arrow-up-outline:before {
    content: "󱉱"
}

.mdi-inbox-full:before {
    content: "󱉲"
}

.mdi-inbox-full-outline:before {
    content: "󱉳"
}

.mdi-inbox-multiple:before {
    content: "󰢰"
}

.mdi-inbox-multiple-outline:before {
    content: "󰮨"
}

.mdi-inbox-outline:before {
    content: "󱉴"
}

.mdi-inbox-remove:before {
    content: "󱖟"
}

.mdi-inbox-remove-outline:before {
    content: "󱖠"
}

.mdi-incognito:before {
    content: "󰗹"
}

.mdi-incognito-circle:before {
    content: "󱐡"
}

.mdi-incognito-circle-off:before {
    content: "󱐢"
}

.mdi-incognito-off:before {
    content: "󰁵"
}

.mdi-induction:before {
    content: "󱡌"
}

.mdi-infinity:before {
    content: "󰛤"
}

.mdi-information:before {
    content: "󰋼"
}

.mdi-information-box:before {
    content: "󱱥"
}

.mdi-information-box-outline:before {
    content: "󱱦"
}

.mdi-information-off:before {
    content: "󱞌"
}

.mdi-information-off-outline:before {
    content: "󱞍"
}

.mdi-information-outline:before {
    content: "󰋽"
}

.mdi-information-slab-box:before {
    content: "󱱧"
}

.mdi-information-slab-box-outline:before {
    content: "󱱨"
}

.mdi-information-slab-circle:before {
    content: "󱱩"
}

.mdi-information-slab-circle-outline:before {
    content: "󱱪"
}

.mdi-information-slab-symbol:before {
    content: "󱱫"
}

.mdi-information-symbol:before {
    content: "󱱬"
}

.mdi-information-variant:before {
    content: "󰙎"
}

.mdi-information-variant-box:before {
    content: "󱱭"
}

.mdi-information-variant-box-outline:before {
    content: "󱱮"
}

.mdi-information-variant-circle:before {
    content: "󱱯"
}

.mdi-information-variant-circle-outline:before {
    content: "󱱰"
}

.mdi-instagram:before {
    content: "󰋾"
}

.mdi-instrument-triangle:before {
    content: "󱁎"
}

.mdi-integrated-circuit-chip:before {
    content: "󱤓"
}

.mdi-invert-colors:before {
    content: "󰌁"
}

.mdi-invert-colors-off:before {
    content: "󰹊"
}

.mdi-invoice:before {
    content: "󱳒"
}

.mdi-invoice-arrow-left:before {
    content: "󱳓"
}

.mdi-invoice-arrow-left-outline:before {
    content: "󱳔"
}

.mdi-invoice-arrow-right:before {
    content: "󱳕"
}

.mdi-invoice-arrow-right-outline:before {
    content: "󱳖"
}

.mdi-invoice-check:before {
    content: "󱳗"
}

.mdi-invoice-check-outline:before {
    content: "󱳘"
}

.mdi-invoice-clock:before {
    content: "󱳙"
}

.mdi-invoice-clock-outline:before {
    content: "󱳚"
}

.mdi-invoice-edit:before {
    content: "󱳛"
}

.mdi-invoice-edit-outline:before {
    content: "󱳜"
}

.mdi-invoice-export-outline:before {
    content: "󱳝"
}

.mdi-invoice-fast:before {
    content: "󱳞"
}

.mdi-invoice-fast-outline:before {
    content: "󱳟"
}

.mdi-invoice-import:before {
    content: "󱳠"
}

.mdi-invoice-import-outline:before {
    content: "󱳡"
}

.mdi-invoice-list:before {
    content: "󱳢"
}

.mdi-invoice-list-outline:before {
    content: "󱳣"
}

.mdi-invoice-minus:before {
    content: "󱳤"
}

.mdi-invoice-minus-outline:before {
    content: "󱳥"
}

.mdi-invoice-multiple:before {
    content: "󱳦"
}

.mdi-invoice-multiple-outline:before {
    content: "󱳧"
}

.mdi-invoice-outline:before {
    content: "󱳨"
}

.mdi-invoice-plus:before {
    content: "󱳩"
}

.mdi-invoice-plus-outline:before {
    content: "󱳪"
}

.mdi-invoice-remove:before {
    content: "󱳫"
}

.mdi-invoice-remove-outline:before {
    content: "󱳬"
}

.mdi-invoice-send:before {
    content: "󱳭"
}

.mdi-invoice-send-outline:before {
    content: "󱳮"
}

.mdi-invoice-text:before {
    content: "󱳯"
}

.mdi-invoice-text-arrow-left:before {
    content: "󱳰"
}

.mdi-invoice-text-arrow-left-outline:before {
    content: "󱳱"
}

.mdi-invoice-text-arrow-right:before {
    content: "󱳲"
}

.mdi-invoice-text-arrow-right-outline:before {
    content: "󱳳"
}

.mdi-invoice-text-check:before {
    content: "󱳴"
}

.mdi-invoice-text-check-outline:before {
    content: "󱳵"
}

.mdi-invoice-text-clock:before {
    content: "󱳶"
}

.mdi-invoice-text-clock-outline:before {
    content: "󱳷"
}

.mdi-invoice-text-edit:before {
    content: "󱳸"
}

.mdi-invoice-text-edit-outline:before {
    content: "󱳹"
}

.mdi-invoice-text-fast:before {
    content: "󱳺"
}

.mdi-invoice-text-fast-outline:before {
    content: "󱳻"
}

.mdi-invoice-text-minus:before {
    content: "󱳼"
}

.mdi-invoice-text-minus-outline:before {
    content: "󱳽"
}

.mdi-invoice-text-multiple:before {
    content: "󱳾"
}

.mdi-invoice-text-multiple-outline:before {
    content: "󱳿"
}

.mdi-invoice-text-outline:before {
    content: "󱴀"
}

.mdi-invoice-text-plus:before {
    content: "󱴁"
}

.mdi-invoice-text-plus-outline:before {
    content: "󱴂"
}

.mdi-invoice-text-remove:before {
    content: "󱴃"
}

.mdi-invoice-text-remove-outline:before {
    content: "󱴄"
}

.mdi-invoice-text-send:before {
    content: "󱴅"
}

.mdi-invoice-text-send-outline:before {
    content: "󱴆"
}

.mdi-iobroker:before {
    content: "󱋨"
}

.mdi-ip:before {
    content: "󰩟"
}

.mdi-ip-network:before {
    content: "󰩠"
}

.mdi-ip-network-outline:before {
    content: "󰲐"
}

.mdi-ip-outline:before {
    content: "󱦂"
}

.mdi-ipod:before {
    content: "󰲑"
}

.mdi-iron:before {
    content: "󱠤"
}

.mdi-iron-board:before {
    content: "󱠸"
}

.mdi-iron-outline:before {
    content: "󱠥"
}

.mdi-island:before {
    content: "󱁏"
}

.mdi-island-variant:before {
    content: "󱳆"
}

.mdi-iv-bag:before {
    content: "󱂹"
}

.mdi-jabber:before {
    content: "󰷕"
}

.mdi-jeepney:before {
    content: "󰌂"
}

.mdi-jellyfish:before {
    content: "󰼁"
}

.mdi-jellyfish-outline:before {
    content: "󰼂"
}

.mdi-jira:before {
    content: "󰌃"
}

.mdi-jquery:before {
    content: "󰡽"
}

.mdi-jsfiddle:before {
    content: "󰌄"
}

.mdi-jump-rope:before {
    content: "󱋿"
}

.mdi-kabaddi:before {
    content: "󰶇"
}

.mdi-kangaroo:before {
    content: "󱕘"
}

.mdi-karate:before {
    content: "󰠬"
}

.mdi-kayaking:before {
    content: "󰢯"
}

.mdi-keg:before {
    content: "󰌅"
}

.mdi-kettle:before {
    content: "󰗺"
}

.mdi-kettle-alert:before {
    content: "󱌗"
}

.mdi-kettle-alert-outline:before {
    content: "󱌘"
}

.mdi-kettle-off:before {
    content: "󱌛"
}

.mdi-kettle-off-outline:before {
    content: "󱌜"
}

.mdi-kettle-outline:before {
    content: "󰽖"
}

.mdi-kettle-pour-over:before {
    content: "󱜼"
}

.mdi-kettle-steam:before {
    content: "󱌙"
}

.mdi-kettle-steam-outline:before {
    content: "󱌚"
}

.mdi-kettlebell:before {
    content: "󱌀"
}

.mdi-key:before {
    content: "󰌆"
}

.mdi-key-alert:before {
    content: "󱦃"
}

.mdi-key-alert-outline:before {
    content: "󱦄"
}

.mdi-key-arrow-right:before {
    content: "󱌒"
}

.mdi-key-chain:before {
    content: "󱕴"
}

.mdi-key-chain-variant:before {
    content: "󱕵"
}

.mdi-key-change:before {
    content: "󰌇"
}

.mdi-key-link:before {
    content: "󱆟"
}

.mdi-key-minus:before {
    content: "󰌈"
}

.mdi-key-outline:before {
    content: "󰷖"
}

.mdi-key-plus:before {
    content: "󰌉"
}

.mdi-key-remove:before {
    content: "󰌊"
}

.mdi-key-star:before {
    content: "󱆞"
}

.mdi-key-variant:before {
    content: "󰌋"
}

.mdi-key-wireless:before {
    content: "󰿂"
}

.mdi-keyboard:before {
    content: "󰌌"
}

.mdi-keyboard-backspace:before {
    content: "󰌍"
}

.mdi-keyboard-caps:before {
    content: "󰌎"
}

.mdi-keyboard-close:before {
    content: "󰌏"
}

.mdi-keyboard-close-outline:before {
    content: "󱰀"
}

.mdi-keyboard-esc:before {
    content: "󱊷"
}

.mdi-keyboard-f1:before {
    content: "󱊫"
}

.mdi-keyboard-f10:before {
    content: "󱊴"
}

.mdi-keyboard-f11:before {
    content: "󱊵"
}

.mdi-keyboard-f12:before {
    content: "󱊶"
}

.mdi-keyboard-f2:before {
    content: "󱊬"
}

.mdi-keyboard-f3:before {
    content: "󱊭"
}

.mdi-keyboard-f4:before {
    content: "󱊮"
}

.mdi-keyboard-f5:before {
    content: "󱊯"
}

.mdi-keyboard-f6:before {
    content: "󱊰"
}

.mdi-keyboard-f7:before {
    content: "󱊱"
}

.mdi-keyboard-f8:before {
    content: "󱊲"
}

.mdi-keyboard-f9:before {
    content: "󱊳"
}

.mdi-keyboard-off:before {
    content: "󰌐"
}

.mdi-keyboard-off-outline:before {
    content: "󰹋"
}

.mdi-keyboard-outline:before {
    content: "󰥻"
}

.mdi-keyboard-return:before {
    content: "󰌑"
}

.mdi-keyboard-settings:before {
    content: "󰧹"
}

.mdi-keyboard-settings-outline:before {
    content: "󰧺"
}

.mdi-keyboard-space:before {
    content: "󱁐"
}

.mdi-keyboard-tab:before {
    content: "󰌒"
}

.mdi-keyboard-tab-reverse:before {
    content: "󰌥"
}

.mdi-keyboard-variant:before {
    content: "󰌓"
}

.mdi-khanda:before {
    content: "󱃽"
}

.mdi-kickstarter:before {
    content: "󰝅"
}

.mdi-kite:before {
    content: "󱦅"
}

.mdi-kite-outline:before {
    content: "󱦆"
}

.mdi-kitesurfing:before {
    content: "󱝄"
}

.mdi-klingon:before {
    content: "󱍛"
}

.mdi-knife:before {
    content: "󰧻"
}

.mdi-knife-military:before {
    content: "󰧼"
}

.mdi-knob:before {
    content: "󱮖"
}

.mdi-koala:before {
    content: "󱜿"
}

.mdi-kodi:before {
    content: "󰌔"
}

.mdi-kubernetes:before {
    content: "󱃾"
}

.mdi-label:before {
    content: "󰌕"
}

.mdi-label-multiple:before {
    content: "󱍵"
}

.mdi-label-multiple-outline:before {
    content: "󱍶"
}

.mdi-label-off:before {
    content: "󰫋"
}

.mdi-label-off-outline:before {
    content: "󰫌"
}

.mdi-label-outline:before {
    content: "󰌖"
}

.mdi-label-percent:before {
    content: "󱋪"
}

.mdi-label-percent-outline:before {
    content: "󱋫"
}

.mdi-label-variant:before {
    content: "󰫍"
}

.mdi-label-variant-outline:before {
    content: "󰫎"
}

.mdi-ladder:before {
    content: "󱖢"
}

.mdi-ladybug:before {
    content: "󰠭"
}

.mdi-lambda:before {
    content: "󰘧"
}

.mdi-lamp:before {
    content: "󰚵"
}

.mdi-lamp-outline:before {
    content: "󱟐"
}

.mdi-lamps:before {
    content: "󱕶"
}

.mdi-lamps-outline:before {
    content: "󱟑"
}

.mdi-lan:before {
    content: "󰌗"
}

.mdi-lan-check:before {
    content: "󱊪"
}

.mdi-lan-connect:before {
    content: "󰌘"
}

.mdi-lan-disconnect:before {
    content: "󰌙"
}

.mdi-lan-pending:before {
    content: "󰌚"
}

.mdi-land-fields:before {
    content: "󱪲"
}

.mdi-land-plots:before {
    content: "󱪳"
}

.mdi-land-plots-circle:before {
    content: "󱪴"
}

.mdi-land-plots-circle-variant:before {
    content: "󱪵"
}

.mdi-land-plots-marker:before {
    content: "󱱝"
}

.mdi-land-rows-horizontal:before {
    content: "󱪶"
}

.mdi-land-rows-vertical:before {
    content: "󱪷"
}

.mdi-landslide:before {
    content: "󱩈"
}

.mdi-landslide-outline:before {
    content: "󱩉"
}

.mdi-language-c:before {
    content: "󰙱"
}

.mdi-language-cpp:before {
    content: "󰙲"
}

.mdi-language-csharp:before {
    content: "󰌛"
}

.mdi-language-css3:before {
    content: "󰌜"
}

.mdi-language-fortran:before {
    content: "󱈚"
}

.mdi-language-go:before {
    content: "󰟓"
}

.mdi-language-haskell:before {
    content: "󰲒"
}

.mdi-language-html5:before {
    content: "󰌝"
}

.mdi-language-java:before {
    content: "󰬷"
}

.mdi-language-javascript:before {
    content: "󰌞"
}

.mdi-language-kotlin:before {
    content: "󱈙"
}

.mdi-language-lua:before {
    content: "󰢱"
}

.mdi-language-markdown:before {
    content: "󰍔"
}

.mdi-language-markdown-outline:before {
    content: "󰽛"
}

.mdi-language-php:before {
    content: "󰌟"
}

.mdi-language-python:before {
    content: "󰌠"
}

.mdi-language-r:before {
    content: "󰟔"
}

.mdi-language-ruby:before {
    content: "󰴭"
}

.mdi-language-ruby-on-rails:before {
    content: "󰫏"
}

.mdi-language-rust:before {
    content: "󱘗"
}

.mdi-language-swift:before {
    content: "󰛥"
}

.mdi-language-typescript:before {
    content: "󰛦"
}

.mdi-language-xaml:before {
    content: "󰙳"
}

.mdi-laptop:before {
    content: "󰌢"
}

.mdi-laptop-account:before {
    content: "󱩊"
}

.mdi-laptop-off:before {
    content: "󰛧"
}

.mdi-laravel:before {
    content: "󰫐"
}

.mdi-laser-pointer:before {
    content: "󱒄"
}

.mdi-lasso:before {
    content: "󰼃"
}

.mdi-lastpass:before {
    content: "󰑆"
}

.mdi-latitude:before {
    content: "󰽗"
}

.mdi-launch:before {
    content: "󰌧"
}

.mdi-lava-lamp:before {
    content: "󰟕"
}

.mdi-layers:before {
    content: "󰌨"
}

.mdi-layers-edit:before {
    content: "󱢒"
}

.mdi-layers-minus:before {
    content: "󰹌"
}

.mdi-layers-off:before {
    content: "󰌩"
}

.mdi-layers-off-outline:before {
    content: "󰧽"
}

.mdi-layers-outline:before {
    content: "󰧾"
}

.mdi-layers-plus:before {
    content: "󰹍"
}

.mdi-layers-remove:before {
    content: "󰹎"
}

.mdi-layers-search:before {
    content: "󱈆"
}

.mdi-layers-search-outline:before {
    content: "󱈇"
}

.mdi-layers-triple:before {
    content: "󰽘"
}

.mdi-layers-triple-outline:before {
    content: "󰽙"
}

.mdi-lead-pencil:before {
    content: "󰙏"
}

.mdi-leaf:before {
    content: "󰌪"
}

.mdi-leaf-circle:before {
    content: "󱤅"
}

.mdi-leaf-circle-outline:before {
    content: "󱤆"
}

.mdi-leaf-maple:before {
    content: "󰲓"
}

.mdi-leaf-maple-off:before {
    content: "󱋚"
}

.mdi-leaf-off:before {
    content: "󱋙"
}

.mdi-leak:before {
    content: "󰷗"
}

.mdi-leak-off:before {
    content: "󰷘"
}

.mdi-lectern:before {
    content: "󱫰"
}

.mdi-led-off:before {
    content: "󰌫"
}

.mdi-led-on:before {
    content: "󰌬"
}

.mdi-led-outline:before {
    content: "󰌭"
}

.mdi-led-strip:before {
    content: "󰟖"
}

.mdi-led-strip-variant:before {
    content: "󱁑"
}

.mdi-led-strip-variant-off:before {
    content: "󱩋"
}

.mdi-led-variant-off:before {
    content: "󰌮"
}

.mdi-led-variant-on:before {
    content: "󰌯"
}

.mdi-led-variant-outline:before {
    content: "󰌰"
}

.mdi-leek:before {
    content: "󱅽"
}

.mdi-less-than:before {
    content: "󰥼"
}

.mdi-less-than-or-equal:before {
    content: "󰥽"
}

.mdi-library:before {
    content: "󰌱"
}

.mdi-library-outline:before {
    content: "󱨢"
}

.mdi-library-shelves:before {
    content: "󰮩"
}

.mdi-license:before {
    content: "󰿃"
}

.mdi-lifebuoy:before {
    content: "󰡾"
}

.mdi-light-flood-down:before {
    content: "󱦇"
}

.mdi-light-flood-up:before {
    content: "󱦈"
}

.mdi-light-recessed:before {
    content: "󱞛"
}

.mdi-light-switch:before {
    content: "󰥾"
}

.mdi-light-switch-off:before {
    content: "󱨤"
}

.mdi-lightbulb:before {
    content: "󰌵"
}

.mdi-lightbulb-alert:before {
    content: "󱧡"
}

.mdi-lightbulb-alert-outline:before {
    content: "󱧢"
}

.mdi-lightbulb-auto:before {
    content: "󱠀"
}

.mdi-lightbulb-auto-outline:before {
    content: "󱠁"
}

.mdi-lightbulb-cfl:before {
    content: "󱈈"
}

.mdi-lightbulb-cfl-off:before {
    content: "󱈉"
}

.mdi-lightbulb-cfl-spiral:before {
    content: "󱉵"
}

.mdi-lightbulb-cfl-spiral-off:before {
    content: "󱋃"
}

.mdi-lightbulb-fluorescent-tube:before {
    content: "󱠄"
}

.mdi-lightbulb-fluorescent-tube-outline:before {
    content: "󱠅"
}

.mdi-lightbulb-group:before {
    content: "󱉓"
}

.mdi-lightbulb-group-off:before {
    content: "󱋍"
}

.mdi-lightbulb-group-off-outline:before {
    content: "󱋎"
}

.mdi-lightbulb-group-outline:before {
    content: "󱉔"
}

.mdi-lightbulb-multiple:before {
    content: "󱉕"
}

.mdi-lightbulb-multiple-off:before {
    content: "󱋏"
}

.mdi-lightbulb-multiple-off-outline:before {
    content: "󱋐"
}

.mdi-lightbulb-multiple-outline:before {
    content: "󱉖"
}

.mdi-lightbulb-night:before {
    content: "󱩌"
}

.mdi-lightbulb-night-outline:before {
    content: "󱩍"
}

.mdi-lightbulb-off:before {
    content: "󰹏"
}

.mdi-lightbulb-off-outline:before {
    content: "󰹐"
}

.mdi-lightbulb-on:before {
    content: "󰛨"
}

.mdi-lightbulb-on-10:before {
    content: "󱩎"
}

.mdi-lightbulb-on-20:before {
    content: "󱩏"
}

.mdi-lightbulb-on-30:before {
    content: "󱩐"
}

.mdi-lightbulb-on-40:before {
    content: "󱩑"
}

.mdi-lightbulb-on-50:before {
    content: "󱩒"
}

.mdi-lightbulb-on-60:before {
    content: "󱩓"
}

.mdi-lightbulb-on-70:before {
    content: "󱩔"
}

.mdi-lightbulb-on-80:before {
    content: "󱩕"
}

.mdi-lightbulb-on-90:before {
    content: "󱩖"
}

.mdi-lightbulb-on-outline:before {
    content: "󰛩"
}

.mdi-lightbulb-outline:before {
    content: "󰌶"
}

.mdi-lightbulb-question:before {
    content: "󱧣"
}

.mdi-lightbulb-question-outline:before {
    content: "󱧤"
}

.mdi-lightbulb-spot:before {
    content: "󱟴"
}

.mdi-lightbulb-spot-off:before {
    content: "󱟵"
}

.mdi-lightbulb-variant:before {
    content: "󱠂"
}

.mdi-lightbulb-variant-outline:before {
    content: "󱠃"
}

.mdi-lighthouse:before {
    content: "󰧿"
}

.mdi-lighthouse-on:before {
    content: "󰨀"
}

.mdi-lightning-bolt:before {
    content: "󱐋"
}

.mdi-lightning-bolt-circle:before {
    content: "󰠠"
}

.mdi-lightning-bolt-outline:before {
    content: "󱐌"
}

.mdi-line-scan:before {
    content: "󰘤"
}

.mdi-lingerie:before {
    content: "󱑶"
}

.mdi-link:before {
    content: "󰌷"
}

.mdi-link-box:before {
    content: "󰴚"
}

.mdi-link-box-outline:before {
    content: "󰴛"
}

.mdi-link-box-variant:before {
    content: "󰴜"
}

.mdi-link-box-variant-outline:before {
    content: "󰴝"
}

.mdi-link-circle:before {
    content: "󱲬"
}

.mdi-link-circle-outline:before {
    content: "󱲭"
}

.mdi-link-edit:before {
    content: "󱲮"
}

.mdi-link-lock:before {
    content: "󱂺"
}

.mdi-link-off:before {
    content: "󰌸"
}

.mdi-link-plus:before {
    content: "󰲔"
}

.mdi-link-variant:before {
    content: "󰌹"
}

.mdi-link-variant-minus:before {
    content: "󱃿"
}

.mdi-link-variant-off:before {
    content: "󰌺"
}

.mdi-link-variant-plus:before {
    content: "󱄀"
}

.mdi-link-variant-remove:before {
    content: "󱄁"
}

.mdi-linkedin:before {
    content: "󰌻"
}

.mdi-linux:before {
    content: "󰌽"
}

.mdi-linux-mint:before {
    content: "󰣭"
}

.mdi-lipstick:before {
    content: "󱎵"
}

.mdi-liquid-spot:before {
    content: "󱠦"
}

.mdi-liquor:before {
    content: "󱤞"
}

.mdi-list-box:before {
    content: "󱭻"
}

.mdi-list-box-outline:before {
    content: "󱭼"
}

.mdi-list-status:before {
    content: "󱖫"
}

.mdi-litecoin:before {
    content: "󰩡"
}

.mdi-loading:before {
    content: "󰝲"
}

.mdi-location-enter:before {
    content: "󰿄"
}

.mdi-location-exit:before {
    content: "󰿅"
}

.mdi-lock:before {
    content: "󰌾"
}

.mdi-lock-alert:before {
    content: "󰣮"
}

.mdi-lock-alert-outline:before {
    content: "󱗑"
}

.mdi-lock-check:before {
    content: "󱎚"
}

.mdi-lock-check-outline:before {
    content: "󱚨"
}

.mdi-lock-clock:before {
    content: "󰥿"
}

.mdi-lock-minus:before {
    content: "󱚩"
}

.mdi-lock-minus-outline:before {
    content: "󱚪"
}

.mdi-lock-off:before {
    content: "󱙱"
}

.mdi-lock-off-outline:before {
    content: "󱙲"
}

.mdi-lock-open:before {
    content: "󰌿"
}

.mdi-lock-open-alert:before {
    content: "󱎛"
}

.mdi-lock-open-alert-outline:before {
    content: "󱗒"
}

.mdi-lock-open-check:before {
    content: "󱎜"
}

.mdi-lock-open-check-outline:before {
    content: "󱚫"
}

.mdi-lock-open-minus:before {
    content: "󱚬"
}

.mdi-lock-open-minus-outline:before {
    content: "󱚭"
}

.mdi-lock-open-outline:before {
    content: "󰍀"
}

.mdi-lock-open-plus:before {
    content: "󱚮"
}

.mdi-lock-open-plus-outline:before {
    content: "󱚯"
}

.mdi-lock-open-remove:before {
    content: "󱚰"
}

.mdi-lock-open-remove-outline:before {
    content: "󱚱"
}

.mdi-lock-open-variant:before {
    content: "󰿆"
}

.mdi-lock-open-variant-outline:before {
    content: "󰿇"
}

.mdi-lock-outline:before {
    content: "󰍁"
}

.mdi-lock-pattern:before {
    content: "󰛪"
}

.mdi-lock-percent:before {
    content: "󱰒"
}

.mdi-lock-percent-open:before {
    content: "󱰓"
}

.mdi-lock-percent-open-outline:before {
    content: "󱰔"
}

.mdi-lock-percent-open-variant:before {
    content: "󱰕"
}

.mdi-lock-percent-open-variant-outline:before {
    content: "󱰖"
}

.mdi-lock-percent-outline:before {
    content: "󱰗"
}

.mdi-lock-plus:before {
    content: "󰗻"
}

.mdi-lock-plus-outline:before {
    content: "󱚲"
}

.mdi-lock-question:before {
    content: "󰣯"
}

.mdi-lock-remove:before {
    content: "󱚳"
}

.mdi-lock-remove-outline:before {
    content: "󱚴"
}

.mdi-lock-reset:before {
    content: "󰝳"
}

.mdi-lock-smart:before {
    content: "󰢲"
}

.mdi-locker:before {
    content: "󰟗"
}

.mdi-locker-multiple:before {
    content: "󰟘"
}

.mdi-login:before {
    content: "󰍂"
}

.mdi-login-variant:before {
    content: "󰗼"
}

.mdi-logout:before {
    content: "󰍃"
}

.mdi-logout-variant:before {
    content: "󰗽"
}

.mdi-longitude:before {
    content: "󰽚"
}

.mdi-looks:before {
    content: "󰍄"
}

.mdi-lotion:before {
    content: "󱖂"
}

.mdi-lotion-outline:before {
    content: "󱖃"
}

.mdi-lotion-plus:before {
    content: "󱖄"
}

.mdi-lotion-plus-outline:before {
    content: "󱖅"
}

.mdi-loupe:before {
    content: "󰍅"
}

.mdi-lumx:before {
    content: "󰍆"
}

.mdi-lungs:before {
    content: "󱂄"
}

.mdi-mace:before {
    content: "󱡃"
}

.mdi-magazine-pistol:before {
    content: "󰌤"
}

.mdi-magazine-rifle:before {
    content: "󰌣"
}

.mdi-magic-staff:before {
    content: "󱡄"
}

.mdi-magnet:before {
    content: "󰍇"
}

.mdi-magnet-on:before {
    content: "󰍈"
}

.mdi-magnify:before {
    content: "󰍉"
}

.mdi-magnify-close:before {
    content: "󰦀"
}

.mdi-magnify-expand:before {
    content: "󱡴"
}

.mdi-magnify-minus:before {
    content: "󰍊"
}

.mdi-magnify-minus-cursor:before {
    content: "󰩢"
}

.mdi-magnify-minus-outline:before {
    content: "󰛬"
}

.mdi-magnify-plus:before {
    content: "󰍋"
}

.mdi-magnify-plus-cursor:before {
    content: "󰩣"
}

.mdi-magnify-plus-outline:before {
    content: "󰛭"
}

.mdi-magnify-remove-cursor:before {
    content: "󱈌"
}

.mdi-magnify-remove-outline:before {
    content: "󱈍"
}

.mdi-magnify-scan:before {
    content: "󱉶"
}

.mdi-mail:before {
    content: "󰺻"
}

.mdi-mailbox:before {
    content: "󰛮"
}

.mdi-mailbox-open:before {
    content: "󰶈"
}

.mdi-mailbox-open-outline:before {
    content: "󰶉"
}

.mdi-mailbox-open-up:before {
    content: "󰶊"
}

.mdi-mailbox-open-up-outline:before {
    content: "󰶋"
}

.mdi-mailbox-outline:before {
    content: "󰶌"
}

.mdi-mailbox-up:before {
    content: "󰶍"
}

.mdi-mailbox-up-outline:before {
    content: "󰶎"
}

.mdi-manjaro:before {
    content: "󱘊"
}

.mdi-map:before {
    content: "󰍍"
}

.mdi-map-check:before {
    content: "󰺼"
}

.mdi-map-check-outline:before {
    content: "󰺽"
}

.mdi-map-clock:before {
    content: "󰴞"
}

.mdi-map-clock-outline:before {
    content: "󰴟"
}

.mdi-map-legend:before {
    content: "󰨁"
}

.mdi-map-marker:before {
    content: "󰍎"
}

.mdi-map-marker-account:before {
    content: "󱣣"
}

.mdi-map-marker-account-outline:before {
    content: "󱣤"
}

.mdi-map-marker-alert:before {
    content: "󰼅"
}

.mdi-map-marker-alert-outline:before {
    content: "󰼆"
}

.mdi-map-marker-check:before {
    content: "󰲕"
}

.mdi-map-marker-check-outline:before {
    content: "󱋻"
}

.mdi-map-marker-circle:before {
    content: "󰍏"
}

.mdi-map-marker-distance:before {
    content: "󰣰"
}

.mdi-map-marker-down:before {
    content: "󱄂"
}

.mdi-map-marker-left:before {
    content: "󱋛"
}

.mdi-map-marker-left-outline:before {
    content: "󱋝"
}

.mdi-map-marker-minus:before {
    content: "󰙐"
}

.mdi-map-marker-minus-outline:before {
    content: "󱋹"
}

.mdi-map-marker-multiple:before {
    content: "󰍐"
}

.mdi-map-marker-multiple-outline:before {
    content: "󱉷"
}

.mdi-map-marker-off:before {
    content: "󰍑"
}

.mdi-map-marker-off-outline:before {
    content: "󱋽"
}

.mdi-map-marker-outline:before {
    content: "󰟙"
}

.mdi-map-marker-path:before {
    content: "󰴠"
}

.mdi-map-marker-plus:before {
    content: "󰙑"
}

.mdi-map-marker-plus-outline:before {
    content: "󱋸"
}

.mdi-map-marker-question:before {
    content: "󰼇"
}

.mdi-map-marker-question-outline:before {
    content: "󰼈"
}

.mdi-map-marker-radius:before {
    content: "󰍒"
}

.mdi-map-marker-radius-outline:before {
    content: "󱋼"
}

.mdi-map-marker-remove:before {
    content: "󰼉"
}

.mdi-map-marker-remove-outline:before {
    content: "󱋺"
}

.mdi-map-marker-remove-variant:before {
    content: "󰼊"
}

.mdi-map-marker-right:before {
    content: "󱋜"
}

.mdi-map-marker-right-outline:before {
    content: "󱋞"
}

.mdi-map-marker-star:before {
    content: "󱘈"
}

.mdi-map-marker-star-outline:before {
    content: "󱘉"
}

.mdi-map-marker-up:before {
    content: "󱄃"
}

.mdi-map-minus:before {
    content: "󰦁"
}

.mdi-map-outline:before {
    content: "󰦂"
}

.mdi-map-plus:before {
    content: "󰦃"
}

.mdi-map-search:before {
    content: "󰦄"
}

.mdi-map-search-outline:before {
    content: "󰦅"
}

.mdi-mapbox:before {
    content: "󰮪"
}

.mdi-margin:before {
    content: "󰍓"
}

.mdi-marker:before {
    content: "󰙒"
}

.mdi-marker-cancel:before {
    content: "󰷙"
}

.mdi-marker-check:before {
    content: "󰍕"
}

.mdi-mastodon:before {
    content: "󰫑"
}

.mdi-material-design:before {
    content: "󰦆"
}

.mdi-material-ui:before {
    content: "󰍗"
}

.mdi-math-compass:before {
    content: "󰍘"
}

.mdi-math-cos:before {
    content: "󰲖"
}

.mdi-math-integral:before {
    content: "󰿈"
}

.mdi-math-integral-box:before {
    content: "󰿉"
}

.mdi-math-log:before {
    content: "󱂅"
}

.mdi-math-norm:before {
    content: "󰿊"
}

.mdi-math-norm-box:before {
    content: "󰿋"
}

.mdi-math-sin:before {
    content: "󰲗"
}

.mdi-math-tan:before {
    content: "󰲘"
}

.mdi-matrix:before {
    content: "󰘨"
}

.mdi-medal:before {
    content: "󰦇"
}

.mdi-medal-outline:before {
    content: "󱌦"
}

.mdi-medical-bag:before {
    content: "󰛯"
}

.mdi-medical-cotton-swab:before {
    content: "󱪸"
}

.mdi-medication:before {
    content: "󱬔"
}

.mdi-medication-outline:before {
    content: "󱬕"
}

.mdi-meditation:before {
    content: "󱅻"
}

.mdi-memory:before {
    content: "󰍛"
}

.mdi-memory-arrow-down:before {
    content: "󱲦"
}

.mdi-menorah:before {
    content: "󱟔"
}

.mdi-menorah-fire:before {
    content: "󱟕"
}

.mdi-menu:before {
    content: "󰍜"
}

.mdi-menu-close:before {
    content: "󱲐"
}

.mdi-menu-down:before {
    content: "󰍝"
}

.mdi-menu-down-outline:before {
    content: "󰚶"
}

.mdi-menu-left:before {
    content: "󰍞"
}

.mdi-menu-left-outline:before {
    content: "󰨂"
}

.mdi-menu-open:before {
    content: "󰮫"
}

.mdi-menu-right:before {
    content: "󰍟"
}

.mdi-menu-right-outline:before {
    content: "󰨃"
}

.mdi-menu-swap:before {
    content: "󰩤"
}

.mdi-menu-swap-outline:before {
    content: "󰩥"
}

.mdi-menu-up:before {
    content: "󰍠"
}

.mdi-menu-up-outline:before {
    content: "󰚷"
}

.mdi-merge:before {
    content: "󰽜"
}

.mdi-message:before {
    content: "󰍡"
}

.mdi-message-alert:before {
    content: "󰍢"
}

.mdi-message-alert-outline:before {
    content: "󰨄"
}

.mdi-message-arrow-left:before {
    content: "󱋲"
}

.mdi-message-arrow-left-outline:before {
    content: "󱋳"
}

.mdi-message-arrow-right:before {
    content: "󱋴"
}

.mdi-message-arrow-right-outline:before {
    content: "󱋵"
}

.mdi-message-badge:before {
    content: "󱥁"
}

.mdi-message-badge-outline:before {
    content: "󱥂"
}

.mdi-message-bookmark:before {
    content: "󱖬"
}

.mdi-message-bookmark-outline:before {
    content: "󱖭"
}

.mdi-message-bulleted:before {
    content: "󰚢"
}

.mdi-message-bulleted-off:before {
    content: "󰚣"
}

.mdi-message-check:before {
    content: "󱮊"
}

.mdi-message-check-outline:before {
    content: "󱮋"
}

.mdi-message-cog:before {
    content: "󰛱"
}

.mdi-message-cog-outline:before {
    content: "󱅲"
}

.mdi-message-draw:before {
    content: "󰍣"
}

.mdi-message-fast:before {
    content: "󱧌"
}

.mdi-message-fast-outline:before {
    content: "󱧍"
}

.mdi-message-flash:before {
    content: "󱖩"
}

.mdi-message-flash-outline:before {
    content: "󱖪"
}

.mdi-message-image:before {
    content: "󰍤"
}

.mdi-message-image-outline:before {
    content: "󱅬"
}

.mdi-message-lock:before {
    content: "󰿌"
}

.mdi-message-lock-outline:before {
    content: "󱅭"
}

.mdi-message-minus:before {
    content: "󱅮"
}

.mdi-message-minus-outline:before {
    content: "󱅯"
}

.mdi-message-off:before {
    content: "󱙍"
}

.mdi-message-off-outline:before {
    content: "󱙎"
}

.mdi-message-outline:before {
    content: "󰍥"
}

.mdi-message-plus:before {
    content: "󰙓"
}

.mdi-message-plus-outline:before {
    content: "󱂻"
}

.mdi-message-processing:before {
    content: "󰍦"
}

.mdi-message-processing-outline:before {
    content: "󱅰"
}

.mdi-message-question:before {
    content: "󱜺"
}

.mdi-message-question-outline:before {
    content: "󱜻"
}

.mdi-message-reply:before {
    content: "󰍧"
}

.mdi-message-reply-outline:before {
    content: "󱜽"
}

.mdi-message-reply-text:before {
    content: "󰍨"
}

.mdi-message-reply-text-outline:before {
    content: "󱜾"
}

.mdi-message-settings:before {
    content: "󰛰"
}

.mdi-message-settings-outline:before {
    content: "󱅱"
}

.mdi-message-star:before {
    content: "󰚚"
}

.mdi-message-star-outline:before {
    content: "󱉐"
}

.mdi-message-text:before {
    content: "󰍩"
}

.mdi-message-text-clock:before {
    content: "󱅳"
}

.mdi-message-text-clock-outline:before {
    content: "󱅴"
}

.mdi-message-text-fast:before {
    content: "󱧎"
}

.mdi-message-text-fast-outline:before {
    content: "󱧏"
}

.mdi-message-text-lock:before {
    content: "󰿍"
}

.mdi-message-text-lock-outline:before {
    content: "󱅵"
}

.mdi-message-text-outline:before {
    content: "󰍪"
}

.mdi-message-video:before {
    content: "󰍫"
}

.mdi-meteor:before {
    content: "󰘩"
}

.mdi-meter-electric:before {
    content: "󱩗"
}

.mdi-meter-electric-outline:before {
    content: "󱩘"
}

.mdi-meter-gas:before {
    content: "󱩙"
}

.mdi-meter-gas-outline:before {
    content: "󱩚"
}

.mdi-metronome:before {
    content: "󰟚"
}

.mdi-metronome-tick:before {
    content: "󰟛"
}

.mdi-micro-sd:before {
    content: "󰟜"
}

.mdi-microphone:before {
    content: "󰍬"
}

.mdi-microphone-message:before {
    content: "󰔊"
}

.mdi-microphone-message-off:before {
    content: "󰔋"
}

.mdi-microphone-minus:before {
    content: "󰢳"
}

.mdi-microphone-off:before {
    content: "󰍭"
}

.mdi-microphone-outline:before {
    content: "󰍮"
}

.mdi-microphone-plus:before {
    content: "󰢴"
}

.mdi-microphone-question:before {
    content: "󱦉"
}

.mdi-microphone-question-outline:before {
    content: "󱦊"
}

.mdi-microphone-settings:before {
    content: "󰍯"
}

.mdi-microphone-variant:before {
    content: "󰍰"
}

.mdi-microphone-variant-off:before {
    content: "󰍱"
}

.mdi-microscope:before {
    content: "󰙔"
}

.mdi-microsoft:before {
    content: "󰍲"
}

.mdi-microsoft-access:before {
    content: "󱎎"
}

.mdi-microsoft-azure:before {
    content: "󰠅"
}

.mdi-microsoft-azure-devops:before {
    content: "󰿕"
}

.mdi-microsoft-bing:before {
    content: "󰂤"
}

.mdi-microsoft-dynamics-365:before {
    content: "󰦈"
}

.mdi-microsoft-edge:before {
    content: "󰇩"
}

.mdi-microsoft-excel:before {
    content: "󱎏"
}

.mdi-microsoft-internet-explorer:before {
    content: "󰌀"
}

.mdi-microsoft-office:before {
    content: "󰏆"
}

.mdi-microsoft-onedrive:before {
    content: "󰏊"
}

.mdi-microsoft-onenote:before {
    content: "󰝇"
}

.mdi-microsoft-outlook:before {
    content: "󰴢"
}

.mdi-microsoft-powerpoint:before {
    content: "󱎐"
}

.mdi-microsoft-sharepoint:before {
    content: "󱎑"
}

.mdi-microsoft-teams:before {
    content: "󰊻"
}

.mdi-microsoft-visual-studio:before {
    content: "󰘐"
}

.mdi-microsoft-visual-studio-code:before {
    content: "󰨞"
}

.mdi-microsoft-windows:before {
    content: "󰖳"
}

.mdi-microsoft-windows-classic:before {
    content: "󰨡"
}

.mdi-microsoft-word:before {
    content: "󱎒"
}

.mdi-microsoft-xbox:before {
    content: "󰖹"
}

.mdi-microsoft-xbox-controller:before {
    content: "󰖺"
}

.mdi-microsoft-xbox-controller-battery-alert:before {
    content: "󰝋"
}

.mdi-microsoft-xbox-controller-battery-charging:before {
    content: "󰨢"
}

.mdi-microsoft-xbox-controller-battery-empty:before {
    content: "󰝌"
}

.mdi-microsoft-xbox-controller-battery-full:before {
    content: "󰝍"
}

.mdi-microsoft-xbox-controller-battery-low:before {
    content: "󰝎"
}

.mdi-microsoft-xbox-controller-battery-medium:before {
    content: "󰝏"
}

.mdi-microsoft-xbox-controller-battery-unknown:before {
    content: "󰝐"
}

.mdi-microsoft-xbox-controller-menu:before {
    content: "󰹯"
}

.mdi-microsoft-xbox-controller-off:before {
    content: "󰖻"
}

.mdi-microsoft-xbox-controller-view:before {
    content: "󰹰"
}

.mdi-microwave:before {
    content: "󰲙"
}

.mdi-microwave-off:before {
    content: "󱐣"
}

.mdi-middleware:before {
    content: "󰽝"
}

.mdi-middleware-outline:before {
    content: "󰽞"
}

.mdi-midi:before {
    content: "󰣱"
}

.mdi-midi-port:before {
    content: "󰣲"
}

.mdi-mine:before {
    content: "󰷚"
}

.mdi-minecraft:before {
    content: "󰍳"
}

.mdi-mini-sd:before {
    content: "󰨅"
}

.mdi-minidisc:before {
    content: "󰨆"
}

.mdi-minus:before {
    content: "󰍴"
}

.mdi-minus-box:before {
    content: "󰍵"
}

.mdi-minus-box-multiple:before {
    content: "󱅁"
}

.mdi-minus-box-multiple-outline:before {
    content: "󱅂"
}

.mdi-minus-box-outline:before {
    content: "󰛲"
}

.mdi-minus-circle:before {
    content: "󰍶"
}

.mdi-minus-circle-multiple:before {
    content: "󰍚"
}

.mdi-minus-circle-multiple-outline:before {
    content: "󰫓"
}

.mdi-minus-circle-off:before {
    content: "󱑙"
}

.mdi-minus-circle-off-outline:before {
    content: "󱑚"
}

.mdi-minus-circle-outline:before {
    content: "󰍷"
}

.mdi-minus-network:before {
    content: "󰍸"
}

.mdi-minus-network-outline:before {
    content: "󰲚"
}

.mdi-minus-thick:before {
    content: "󱘹"
}

.mdi-mirror:before {
    content: "󱇽"
}

.mdi-mirror-rectangle:before {
    content: "󱞟"
}

.mdi-mirror-variant:before {
    content: "󱞠"
}

.mdi-mixed-martial-arts:before {
    content: "󰶏"
}

.mdi-mixed-reality:before {
    content: "󰡿"
}

.mdi-molecule:before {
    content: "󰮬"
}

.mdi-molecule-co:before {
    content: "󱋾"
}

.mdi-molecule-co2:before {
    content: "󰟤"
}

.mdi-monitor:before {
    content: "󰍹"
}

.mdi-monitor-account:before {
    content: "󱩛"
}

.mdi-monitor-arrow-down:before {
    content: "󱧐"
}

.mdi-monitor-arrow-down-variant:before {
    content: "󱧑"
}

.mdi-monitor-cellphone:before {
    content: "󰦉"
}

.mdi-monitor-cellphone-star:before {
    content: "󰦊"
}

.mdi-monitor-dashboard:before {
    content: "󰨇"
}

.mdi-monitor-edit:before {
    content: "󱋆"
}

.mdi-monitor-eye:before {
    content: "󱎴"
}

.mdi-monitor-lock:before {
    content: "󰷛"
}

.mdi-monitor-multiple:before {
    content: "󰍺"
}

.mdi-monitor-off:before {
    content: "󰶐"
}

.mdi-monitor-screenshot:before {
    content: "󰹑"
}

.mdi-monitor-share:before {
    content: "󱒃"
}

.mdi-monitor-shimmer:before {
    content: "󱄄"
}

.mdi-monitor-small:before {
    content: "󱡶"
}

.mdi-monitor-speaker:before {
    content: "󰽟"
}

.mdi-monitor-speaker-off:before {
    content: "󰽠"
}

.mdi-monitor-star:before {
    content: "󰷜"
}

.mdi-monitor-vertical:before {
    content: "󱰳"
}

.mdi-moon-first-quarter:before {
    content: "󰽡"
}

.mdi-moon-full:before {
    content: "󰽢"
}

.mdi-moon-last-quarter:before {
    content: "󰽣"
}

.mdi-moon-new:before {
    content: "󰽤"
}

.mdi-moon-waning-crescent:before {
    content: "󰽥"
}

.mdi-moon-waning-gibbous:before {
    content: "󰽦"
}

.mdi-moon-waxing-crescent:before {
    content: "󰽧"
}

.mdi-moon-waxing-gibbous:before {
    content: "󰽨"
}

.mdi-moped:before {
    content: "󱂆"
}

.mdi-moped-electric:before {
    content: "󱖷"
}

.mdi-moped-electric-outline:before {
    content: "󱖸"
}

.mdi-moped-outline:before {
    content: "󱖹"
}

.mdi-more:before {
    content: "󰍻"
}

.mdi-mortar-pestle:before {
    content: "󱝈"
}

.mdi-mortar-pestle-plus:before {
    content: "󰏱"
}

.mdi-mosque:before {
    content: "󰵅"
}

.mdi-mosque-outline:before {
    content: "󱠧"
}

.mdi-mother-heart:before {
    content: "󱌔"
}

.mdi-mother-nurse:before {
    content: "󰴡"
}

.mdi-motion:before {
    content: "󱖲"
}

.mdi-motion-outline:before {
    content: "󱖳"
}

.mdi-motion-pause:before {
    content: "󱖐"
}

.mdi-motion-pause-outline:before {
    content: "󱖒"
}

.mdi-motion-play:before {
    content: "󱖏"
}

.mdi-motion-play-outline:before {
    content: "󱖑"
}

.mdi-motion-sensor:before {
    content: "󰶑"
}

.mdi-motion-sensor-off:before {
    content: "󱐵"
}

.mdi-motorbike:before {
    content: "󰍼"
}

.mdi-motorbike-electric:before {
    content: "󱖺"
}

.mdi-motorbike-off:before {
    content: "󱬖"
}

.mdi-mouse:before {
    content: "󰍽"
}

.mdi-mouse-bluetooth:before {
    content: "󰦋"
}

.mdi-mouse-left-click:before {
    content: "󱴇"
}

.mdi-mouse-left-click-outline:before {
    content: "󱴈"
}

.mdi-mouse-move-down:before {
    content: "󱕐"
}

.mdi-mouse-move-up:before {
    content: "󱕑"
}

.mdi-mouse-move-vertical:before {
    content: "󱕒"
}

.mdi-mouse-off:before {
    content: "󰍾"
}

.mdi-mouse-outline:before {
    content: "󱴉"
}

.mdi-mouse-right-click:before {
    content: "󱴊"
}

.mdi-mouse-right-click-outline:before {
    content: "󱴋"
}

.mdi-mouse-scroll-wheel:before {
    content: "󱴌"
}

.mdi-mouse-variant:before {
    content: "󰍿"
}

.mdi-mouse-variant-off:before {
    content: "󰎀"
}

.mdi-move-resize:before {
    content: "󰙕"
}

.mdi-move-resize-variant:before {
    content: "󰙖"
}

.mdi-movie:before {
    content: "󰎁"
}

.mdi-movie-check:before {
    content: "󱛳"
}

.mdi-movie-check-outline:before {
    content: "󱛴"
}

.mdi-movie-cog:before {
    content: "󱛵"
}

.mdi-movie-cog-outline:before {
    content: "󱛶"
}

.mdi-movie-edit:before {
    content: "󱄢"
}

.mdi-movie-edit-outline:before {
    content: "󱄣"
}

.mdi-movie-filter:before {
    content: "󱄤"
}

.mdi-movie-filter-outline:before {
    content: "󱄥"
}

.mdi-movie-minus:before {
    content: "󱛷"
}

.mdi-movie-minus-outline:before {
    content: "󱛸"
}

.mdi-movie-off:before {
    content: "󱛹"
}

.mdi-movie-off-outline:before {
    content: "󱛺"
}

.mdi-movie-open:before {
    content: "󰿎"
}

.mdi-movie-open-check:before {
    content: "󱛻"
}

.mdi-movie-open-check-outline:before {
    content: "󱛼"
}

.mdi-movie-open-cog:before {
    content: "󱛽"
}

.mdi-movie-open-cog-outline:before {
    content: "󱛾"
}

.mdi-movie-open-edit:before {
    content: "󱛿"
}

.mdi-movie-open-edit-outline:before {
    content: "󱜀"
}

.mdi-movie-open-minus:before {
    content: "󱜁"
}

.mdi-movie-open-minus-outline:before {
    content: "󱜂"
}

.mdi-movie-open-off:before {
    content: "󱜃"
}

.mdi-movie-open-off-outline:before {
    content: "󱜄"
}

.mdi-movie-open-outline:before {
    content: "󰿏"
}

.mdi-movie-open-play:before {
    content: "󱜅"
}

.mdi-movie-open-play-outline:before {
    content: "󱜆"
}

.mdi-movie-open-plus:before {
    content: "󱜇"
}

.mdi-movie-open-plus-outline:before {
    content: "󱜈"
}

.mdi-movie-open-remove:before {
    content: "󱜉"
}

.mdi-movie-open-remove-outline:before {
    content: "󱜊"
}

.mdi-movie-open-settings:before {
    content: "󱜋"
}

.mdi-movie-open-settings-outline:before {
    content: "󱜌"
}

.mdi-movie-open-star:before {
    content: "󱜍"
}

.mdi-movie-open-star-outline:before {
    content: "󱜎"
}

.mdi-movie-outline:before {
    content: "󰷝"
}

.mdi-movie-play:before {
    content: "󱜏"
}

.mdi-movie-play-outline:before {
    content: "󱜐"
}

.mdi-movie-plus:before {
    content: "󱜑"
}

.mdi-movie-plus-outline:before {
    content: "󱜒"
}

.mdi-movie-remove:before {
    content: "󱜓"
}

.mdi-movie-remove-outline:before {
    content: "󱜔"
}

.mdi-movie-roll:before {
    content: "󰟞"
}

.mdi-movie-search:before {
    content: "󱇒"
}

.mdi-movie-search-outline:before {
    content: "󱇓"
}

.mdi-movie-settings:before {
    content: "󱜕"
}

.mdi-movie-settings-outline:before {
    content: "󱜖"
}

.mdi-movie-star:before {
    content: "󱜗"
}

.mdi-movie-star-outline:before {
    content: "󱜘"
}

.mdi-mower:before {
    content: "󱙯"
}

.mdi-mower-bag:before {
    content: "󱙰"
}

.mdi-mower-bag-on:before {
    content: "󱭠"
}

.mdi-mower-on:before {
    content: "󱭟"
}

.mdi-muffin:before {
    content: "󰦌"
}

.mdi-multicast:before {
    content: "󱢓"
}

.mdi-multimedia:before {
    content: "󱮗"
}

.mdi-multiplication:before {
    content: "󰎂"
}

.mdi-multiplication-box:before {
    content: "󰎃"
}

.mdi-mushroom:before {
    content: "󰟟"
}

.mdi-mushroom-off:before {
    content: "󱏺"
}

.mdi-mushroom-off-outline:before {
    content: "󱏻"
}

.mdi-mushroom-outline:before {
    content: "󰟠"
}

.mdi-music:before {
    content: "󰝚"
}

.mdi-music-accidental-double-flat:before {
    content: "󰽩"
}

.mdi-music-accidental-double-sharp:before {
    content: "󰽪"
}

.mdi-music-accidental-flat:before {
    content: "󰽫"
}

.mdi-music-accidental-natural:before {
    content: "󰽬"
}

.mdi-music-accidental-sharp:before {
    content: "󰽭"
}

.mdi-music-box:before {
    content: "󰎄"
}

.mdi-music-box-multiple:before {
    content: "󰌳"
}

.mdi-music-box-multiple-outline:before {
    content: "󰼄"
}

.mdi-music-box-outline:before {
    content: "󰎅"
}

.mdi-music-circle:before {
    content: "󰎆"
}

.mdi-music-circle-outline:before {
    content: "󰫔"
}

.mdi-music-clef-alto:before {
    content: "󰽮"
}

.mdi-music-clef-bass:before {
    content: "󰽯"
}

.mdi-music-clef-treble:before {
    content: "󰽰"
}

.mdi-music-note:before {
    content: "󰎇"
}

.mdi-music-note-bluetooth:before {
    content: "󰗾"
}

.mdi-music-note-bluetooth-off:before {
    content: "󰗿"
}

.mdi-music-note-eighth:before {
    content: "󰎈"
}

.mdi-music-note-eighth-dotted:before {
    content: "󰽱"
}

.mdi-music-note-half:before {
    content: "󰎉"
}

.mdi-music-note-half-dotted:before {
    content: "󰽲"
}

.mdi-music-note-minus:before {
    content: "󱮉"
}

.mdi-music-note-off:before {
    content: "󰎊"
}

.mdi-music-note-off-outline:before {
    content: "󰽳"
}

.mdi-music-note-outline:before {
    content: "󰽴"
}

.mdi-music-note-plus:before {
    content: "󰷞"
}

.mdi-music-note-quarter:before {
    content: "󰎋"
}

.mdi-music-note-quarter-dotted:before {
    content: "󰽵"
}

.mdi-music-note-sixteenth:before {
    content: "󰎌"
}

.mdi-music-note-sixteenth-dotted:before {
    content: "󰽶"
}

.mdi-music-note-whole:before {
    content: "󰎍"
}

.mdi-music-note-whole-dotted:before {
    content: "󰽷"
}

.mdi-music-off:before {
    content: "󰝛"
}

.mdi-music-rest-eighth:before {
    content: "󰽸"
}

.mdi-music-rest-half:before {
    content: "󰽹"
}

.mdi-music-rest-quarter:before {
    content: "󰽺"
}

.mdi-music-rest-sixteenth:before {
    content: "󰽻"
}

.mdi-music-rest-whole:before {
    content: "󰽼"
}

.mdi-mustache:before {
    content: "󱗞"
}

.mdi-nail:before {
    content: "󰷟"
}

.mdi-nas:before {
    content: "󰣳"
}

.mdi-nativescript:before {
    content: "󰢀"
}

.mdi-nature:before {
    content: "󰎎"
}

.mdi-nature-outline:before {
    content: "󱱱"
}

.mdi-nature-people:before {
    content: "󰎏"
}

.mdi-nature-people-outline:before {
    content: "󱱲"
}

.mdi-navigation:before {
    content: "󰎐"
}

.mdi-navigation-outline:before {
    content: "󱘇"
}

.mdi-navigation-variant:before {
    content: "󱣰"
}

.mdi-navigation-variant-outline:before {
    content: "󱣱"
}

.mdi-near-me:before {
    content: "󰗍"
}

.mdi-necklace:before {
    content: "󰼋"
}

.mdi-needle:before {
    content: "󰎑"
}

.mdi-needle-off:before {
    content: "󱧒"
}

.mdi-netflix:before {
    content: "󰝆"
}

.mdi-network:before {
    content: "󰛳"
}

.mdi-network-off:before {
    content: "󰲛"
}

.mdi-network-off-outline:before {
    content: "󰲜"
}

.mdi-network-outline:before {
    content: "󰲝"
}

.mdi-network-pos:before {
    content: "󱫋"
}

.mdi-network-strength-1:before {
    content: "󰣴"
}

.mdi-network-strength-1-alert:before {
    content: "󰣵"
}

.mdi-network-strength-2:before {
    content: "󰣶"
}

.mdi-network-strength-2-alert:before {
    content: "󰣷"
}

.mdi-network-strength-3:before {
    content: "󰣸"
}

.mdi-network-strength-3-alert:before {
    content: "󰣹"
}

.mdi-network-strength-4:before {
    content: "󰣺"
}

.mdi-network-strength-4-alert:before {
    content: "󰣻"
}

.mdi-network-strength-4-cog:before {
    content: "󱤚"
}

.mdi-network-strength-off:before {
    content: "󰣼"
}

.mdi-network-strength-off-outline:before {
    content: "󰣽"
}

.mdi-network-strength-outline:before {
    content: "󰣾"
}

.mdi-new-box:before {
    content: "󰎔"
}

.mdi-newspaper:before {
    content: "󰎕"
}

.mdi-newspaper-check:before {
    content: "󱥃"
}

.mdi-newspaper-minus:before {
    content: "󰼌"
}

.mdi-newspaper-plus:before {
    content: "󰼍"
}

.mdi-newspaper-remove:before {
    content: "󱥄"
}

.mdi-newspaper-variant:before {
    content: "󱀁"
}

.mdi-newspaper-variant-multiple:before {
    content: "󱀂"
}

.mdi-newspaper-variant-multiple-outline:before {
    content: "󱀃"
}

.mdi-newspaper-variant-outline:before {
    content: "󱀄"
}

.mdi-nfc:before {
    content: "󰎖"
}

.mdi-nfc-search-variant:before {
    content: "󰹓"
}

.mdi-nfc-tap:before {
    content: "󰎗"
}

.mdi-nfc-variant:before {
    content: "󰎘"
}

.mdi-nfc-variant-off:before {
    content: "󰹔"
}

.mdi-ninja:before {
    content: "󰝴"
}

.mdi-nintendo-game-boy:before {
    content: "󱎓"
}

.mdi-nintendo-switch:before {
    content: "󰟡"
}

.mdi-nintendo-wii:before {
    content: "󰖫"
}

.mdi-nintendo-wiiu:before {
    content: "󰜭"
}

.mdi-nix:before {
    content: "󱄅"
}

.mdi-nodejs:before {
    content: "󰎙"
}

.mdi-noodles:before {
    content: "󱅾"
}

.mdi-not-equal:before {
    content: "󰦍"
}

.mdi-not-equal-variant:before {
    content: "󰦎"
}

.mdi-note:before {
    content: "󰎚"
}

.mdi-note-alert:before {
    content: "󱝽"
}

.mdi-note-alert-outline:before {
    content: "󱝾"
}

.mdi-note-check:before {
    content: "󱝿"
}

.mdi-note-check-outline:before {
    content: "󱞀"
}

.mdi-note-edit:before {
    content: "󱞁"
}

.mdi-note-edit-outline:before {
    content: "󱞂"
}

.mdi-note-minus:before {
    content: "󱙏"
}

.mdi-note-minus-outline:before {
    content: "󱙐"
}

.mdi-note-multiple:before {
    content: "󰚸"
}

.mdi-note-multiple-outline:before {
    content: "󰚹"
}

.mdi-note-off:before {
    content: "󱞃"
}

.mdi-note-off-outline:before {
    content: "󱞄"
}

.mdi-note-outline:before {
    content: "󰎛"
}

.mdi-note-plus:before {
    content: "󰎜"
}

.mdi-note-plus-outline:before {
    content: "󰎝"
}

.mdi-note-remove:before {
    content: "󱙑"
}

.mdi-note-remove-outline:before {
    content: "󱙒"
}

.mdi-note-search:before {
    content: "󱙓"
}

.mdi-note-search-outline:before {
    content: "󱙔"
}

.mdi-note-text:before {
    content: "󰎞"
}

.mdi-note-text-outline:before {
    content: "󱇗"
}

.mdi-notebook:before {
    content: "󰠮"
}

.mdi-notebook-check:before {
    content: "󱓵"
}

.mdi-notebook-check-outline:before {
    content: "󱓶"
}

.mdi-notebook-edit:before {
    content: "󱓧"
}

.mdi-notebook-edit-outline:before {
    content: "󱓩"
}

.mdi-notebook-heart:before {
    content: "󱨋"
}

.mdi-notebook-heart-outline:before {
    content: "󱨌"
}

.mdi-notebook-minus:before {
    content: "󱘐"
}

.mdi-notebook-minus-outline:before {
    content: "󱘑"
}

.mdi-notebook-multiple:before {
    content: "󰹕"
}

.mdi-notebook-outline:before {
    content: "󰺿"
}

.mdi-notebook-plus:before {
    content: "󱘒"
}

.mdi-notebook-plus-outline:before {
    content: "󱘓"
}

.mdi-notebook-remove:before {
    content: "󱘔"
}

.mdi-notebook-remove-outline:before {
    content: "󱘕"
}

.mdi-notification-clear-all:before {
    content: "󰎟"
}

.mdi-npm:before {
    content: "󰛷"
}

.mdi-nuke:before {
    content: "󰚤"
}

.mdi-null:before {
    content: "󰟢"
}

.mdi-numeric:before {
    content: "󰎠"
}

.mdi-numeric-0:before {
    content: "󰬹"
}

.mdi-numeric-0-box:before {
    content: "󰎡"
}

.mdi-numeric-0-box-multiple:before {
    content: "󰼎"
}

.mdi-numeric-0-box-multiple-outline:before {
    content: "󰎢"
}

.mdi-numeric-0-box-outline:before {
    content: "󰎣"
}

.mdi-numeric-0-circle:before {
    content: "󰲞"
}

.mdi-numeric-0-circle-outline:before {
    content: "󰲟"
}

.mdi-numeric-1:before {
    content: "󰬺"
}

.mdi-numeric-1-box:before {
    content: "󰎤"
}

.mdi-numeric-1-box-multiple:before {
    content: "󰼏"
}

.mdi-numeric-1-box-multiple-outline:before {
    content: "󰎥"
}

.mdi-numeric-1-box-outline:before {
    content: "󰎦"
}

.mdi-numeric-1-circle:before {
    content: "󰲠"
}

.mdi-numeric-1-circle-outline:before {
    content: "󰲡"
}

.mdi-numeric-10:before {
    content: "󰿩"
}

.mdi-numeric-10-box:before {
    content: "󰽽"
}

.mdi-numeric-10-box-multiple:before {
    content: "󰿪"
}

.mdi-numeric-10-box-multiple-outline:before {
    content: "󰿫"
}

.mdi-numeric-10-box-outline:before {
    content: "󰽾"
}

.mdi-numeric-10-circle:before {
    content: "󰿬"
}

.mdi-numeric-10-circle-outline:before {
    content: "󰿭"
}

.mdi-numeric-2:before {
    content: "󰬻"
}

.mdi-numeric-2-box:before {
    content: "󰎧"
}

.mdi-numeric-2-box-multiple:before {
    content: "󰼐"
}

.mdi-numeric-2-box-multiple-outline:before {
    content: "󰎨"
}

.mdi-numeric-2-box-outline:before {
    content: "󰎩"
}

.mdi-numeric-2-circle:before {
    content: "󰲢"
}

.mdi-numeric-2-circle-outline:before {
    content: "󰲣"
}

.mdi-numeric-3:before {
    content: "󰬼"
}

.mdi-numeric-3-box:before {
    content: "󰎪"
}

.mdi-numeric-3-box-multiple:before {
    content: "󰼑"
}

.mdi-numeric-3-box-multiple-outline:before {
    content: "󰎫"
}

.mdi-numeric-3-box-outline:before {
    content: "󰎬"
}

.mdi-numeric-3-circle:before {
    content: "󰲤"
}

.mdi-numeric-3-circle-outline:before {
    content: "󰲥"
}

.mdi-numeric-4:before {
    content: "󰬽"
}

.mdi-numeric-4-box:before {
    content: "󰎭"
}

.mdi-numeric-4-box-multiple:before {
    content: "󰼒"
}

.mdi-numeric-4-box-multiple-outline:before {
    content: "󰎲"
}

.mdi-numeric-4-box-outline:before {
    content: "󰎮"
}

.mdi-numeric-4-circle:before {
    content: "󰲦"
}

.mdi-numeric-4-circle-outline:before {
    content: "󰲧"
}

.mdi-numeric-5:before {
    content: "󰬾"
}

.mdi-numeric-5-box:before {
    content: "󰎱"
}

.mdi-numeric-5-box-multiple:before {
    content: "󰼓"
}

.mdi-numeric-5-box-multiple-outline:before {
    content: "󰎯"
}

.mdi-numeric-5-box-outline:before {
    content: "󰎰"
}

.mdi-numeric-5-circle:before {
    content: "󰲨"
}

.mdi-numeric-5-circle-outline:before {
    content: "󰲩"
}

.mdi-numeric-6:before {
    content: "󰬿"
}

.mdi-numeric-6-box:before {
    content: "󰎳"
}

.mdi-numeric-6-box-multiple:before {
    content: "󰼔"
}

.mdi-numeric-6-box-multiple-outline:before {
    content: "󰎴"
}

.mdi-numeric-6-box-outline:before {
    content: "󰎵"
}

.mdi-numeric-6-circle:before {
    content: "󰲪"
}

.mdi-numeric-6-circle-outline:before {
    content: "󰲫"
}

.mdi-numeric-7:before {
    content: "󰭀"
}

.mdi-numeric-7-box:before {
    content: "󰎶"
}

.mdi-numeric-7-box-multiple:before {
    content: "󰼕"
}

.mdi-numeric-7-box-multiple-outline:before {
    content: "󰎷"
}

.mdi-numeric-7-box-outline:before {
    content: "󰎸"
}

.mdi-numeric-7-circle:before {
    content: "󰲬"
}

.mdi-numeric-7-circle-outline:before {
    content: "󰲭"
}

.mdi-numeric-8:before {
    content: "󰭁"
}

.mdi-numeric-8-box:before {
    content: "󰎹"
}

.mdi-numeric-8-box-multiple:before {
    content: "󰼖"
}

.mdi-numeric-8-box-multiple-outline:before {
    content: "󰎺"
}

.mdi-numeric-8-box-outline:before {
    content: "󰎻"
}

.mdi-numeric-8-circle:before {
    content: "󰲮"
}

.mdi-numeric-8-circle-outline:before {
    content: "󰲯"
}

.mdi-numeric-9:before {
    content: "󰭂"
}

.mdi-numeric-9-box:before {
    content: "󰎼"
}

.mdi-numeric-9-box-multiple:before {
    content: "󰼗"
}

.mdi-numeric-9-box-multiple-outline:before {
    content: "󰎽"
}

.mdi-numeric-9-box-outline:before {
    content: "󰎾"
}

.mdi-numeric-9-circle:before {
    content: "󰲰"
}

.mdi-numeric-9-circle-outline:before {
    content: "󰲱"
}

.mdi-numeric-9-plus:before {
    content: "󰿮"
}

.mdi-numeric-9-plus-box:before {
    content: "󰎿"
}

.mdi-numeric-9-plus-box-multiple:before {
    content: "󰼘"
}

.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "󰏀"
}

.mdi-numeric-9-plus-box-outline:before {
    content: "󰏁"
}

.mdi-numeric-9-plus-circle:before {
    content: "󰲲"
}

.mdi-numeric-9-plus-circle-outline:before {
    content: "󰲳"
}

.mdi-numeric-negative-1:before {
    content: "󱁒"
}

.mdi-numeric-off:before {
    content: "󱧓"
}

.mdi-numeric-positive-1:before {
    content: "󱗋"
}

.mdi-nut:before {
    content: "󰛸"
}

.mdi-nutrition:before {
    content: "󰏂"
}

.mdi-nuxt:before {
    content: "󱄆"
}

.mdi-oar:before {
    content: "󰙼"
}

.mdi-ocarina:before {
    content: "󰷠"
}

.mdi-oci:before {
    content: "󱋩"
}

.mdi-ocr:before {
    content: "󱄺"
}

.mdi-octagon:before {
    content: "󰏃"
}

.mdi-octagon-outline:before {
    content: "󰏄"
}

.mdi-octagram:before {
    content: "󰛹"
}

.mdi-octagram-edit:before {
    content: "󱰴"
}

.mdi-octagram-edit-outline:before {
    content: "󱰵"
}

.mdi-octagram-minus:before {
    content: "󱰶"
}

.mdi-octagram-minus-outline:before {
    content: "󱰷"
}

.mdi-octagram-outline:before {
    content: "󰝵"
}

.mdi-octagram-plus:before {
    content: "󱰸"
}

.mdi-octagram-plus-outline:before {
    content: "󱰹"
}

.mdi-octahedron:before {
    content: "󱥐"
}

.mdi-octahedron-off:before {
    content: "󱥑"
}

.mdi-odnoklassniki:before {
    content: "󰏅"
}

.mdi-offer:before {
    content: "󱈛"
}

.mdi-office-building:before {
    content: "󰦑"
}

.mdi-office-building-cog:before {
    content: "󱥉"
}

.mdi-office-building-cog-outline:before {
    content: "󱥊"
}

.mdi-office-building-marker:before {
    content: "󱔠"
}

.mdi-office-building-marker-outline:before {
    content: "󱔡"
}

.mdi-office-building-minus:before {
    content: "󱮪"
}

.mdi-office-building-minus-outline:before {
    content: "󱮫"
}

.mdi-office-building-outline:before {
    content: "󱔟"
}

.mdi-office-building-plus:before {
    content: "󱮨"
}

.mdi-office-building-plus-outline:before {
    content: "󱮩"
}

.mdi-office-building-remove:before {
    content: "󱮬"
}

.mdi-office-building-remove-outline:before {
    content: "󱮭"
}

.mdi-oil:before {
    content: "󰏇"
}

.mdi-oil-lamp:before {
    content: "󰼙"
}

.mdi-oil-level:before {
    content: "󱁓"
}

.mdi-oil-temperature:before {
    content: "󰿸"
}

.mdi-om:before {
    content: "󰥳"
}

.mdi-omega:before {
    content: "󰏉"
}

.mdi-one-up:before {
    content: "󰮭"
}

.mdi-onepassword:before {
    content: "󰢁"
}

.mdi-opacity:before {
    content: "󰗌"
}

.mdi-open-in-app:before {
    content: "󰏋"
}

.mdi-open-in-new:before {
    content: "󰏌"
}

.mdi-open-source-initiative:before {
    content: "󰮮"
}

.mdi-openid:before {
    content: "󰏍"
}

.mdi-opera:before {
    content: "󰏎"
}

.mdi-orbit:before {
    content: "󰀘"
}

.mdi-orbit-variant:before {
    content: "󱗛"
}

.mdi-order-alphabetical-ascending:before {
    content: "󰈍"
}

.mdi-order-alphabetical-descending:before {
    content: "󰴇"
}

.mdi-order-bool-ascending:before {
    content: "󰊾"
}

.mdi-order-bool-ascending-variant:before {
    content: "󰦏"
}

.mdi-order-bool-descending:before {
    content: "󱎄"
}

.mdi-order-bool-descending-variant:before {
    content: "󰦐"
}

.mdi-order-numeric-ascending:before {
    content: "󰕅"
}

.mdi-order-numeric-descending:before {
    content: "󰕆"
}

.mdi-origin:before {
    content: "󰭃"
}

.mdi-ornament:before {
    content: "󰏏"
}

.mdi-ornament-variant:before {
    content: "󰏐"
}

.mdi-outdoor-lamp:before {
    content: "󱁔"
}

.mdi-overscan:before {
    content: "󱀅"
}

.mdi-owl:before {
    content: "󰏒"
}

.mdi-pac-man:before {
    content: "󰮯"
}

.mdi-package:before {
    content: "󰏓"
}

.mdi-package-check:before {
    content: "󱭑"
}

.mdi-package-down:before {
    content: "󰏔"
}

.mdi-package-up:before {
    content: "󰏕"
}

.mdi-package-variant:before {
    content: "󰏖"
}

.mdi-package-variant-closed:before {
    content: "󰏗"
}

.mdi-package-variant-closed-check:before {
    content: "󱭒"
}

.mdi-package-variant-closed-minus:before {
    content: "󱧔"
}

.mdi-package-variant-closed-plus:before {
    content: "󱧕"
}

.mdi-package-variant-closed-remove:before {
    content: "󱧖"
}

.mdi-package-variant-minus:before {
    content: "󱧗"
}

.mdi-package-variant-plus:before {
    content: "󱧘"
}

.mdi-package-variant-remove:before {
    content: "󱧙"
}

.mdi-page-first:before {
    content: "󰘀"
}

.mdi-page-last:before {
    content: "󰘁"
}

.mdi-page-layout-body:before {
    content: "󰛺"
}

.mdi-page-layout-footer:before {
    content: "󰛻"
}

.mdi-page-layout-header:before {
    content: "󰛼"
}

.mdi-page-layout-header-footer:before {
    content: "󰽿"
}

.mdi-page-layout-sidebar-left:before {
    content: "󰛽"
}

.mdi-page-layout-sidebar-right:before {
    content: "󰛾"
}

.mdi-page-next:before {
    content: "󰮰"
}

.mdi-page-next-outline:before {
    content: "󰮱"
}

.mdi-page-previous:before {
    content: "󰮲"
}

.mdi-page-previous-outline:before {
    content: "󰮳"
}

.mdi-pail:before {
    content: "󱐗"
}

.mdi-pail-minus:before {
    content: "󱐷"
}

.mdi-pail-minus-outline:before {
    content: "󱐼"
}

.mdi-pail-off:before {
    content: "󱐹"
}

.mdi-pail-off-outline:before {
    content: "󱐾"
}

.mdi-pail-outline:before {
    content: "󱐺"
}

.mdi-pail-plus:before {
    content: "󱐶"
}

.mdi-pail-plus-outline:before {
    content: "󱐻"
}

.mdi-pail-remove:before {
    content: "󱐸"
}

.mdi-pail-remove-outline:before {
    content: "󱐽"
}

.mdi-palette:before {
    content: "󰏘"
}

.mdi-palette-advanced:before {
    content: "󰏙"
}

.mdi-palette-outline:before {
    content: "󰸌"
}

.mdi-palette-swatch:before {
    content: "󰢵"
}

.mdi-palette-swatch-outline:before {
    content: "󱍜"
}

.mdi-palette-swatch-variant:before {
    content: "󱥚"
}

.mdi-palm-tree:before {
    content: "󱁕"
}

.mdi-pan:before {
    content: "󰮴"
}

.mdi-pan-bottom-left:before {
    content: "󰮵"
}

.mdi-pan-bottom-right:before {
    content: "󰮶"
}

.mdi-pan-down:before {
    content: "󰮷"
}

.mdi-pan-horizontal:before {
    content: "󰮸"
}

.mdi-pan-left:before {
    content: "󰮹"
}

.mdi-pan-right:before {
    content: "󰮺"
}

.mdi-pan-top-left:before {
    content: "󰮻"
}

.mdi-pan-top-right:before {
    content: "󰮼"
}

.mdi-pan-up:before {
    content: "󰮽"
}

.mdi-pan-vertical:before {
    content: "󰮾"
}

.mdi-panda:before {
    content: "󰏚"
}

.mdi-pandora:before {
    content: "󰏛"
}

.mdi-panorama:before {
    content: "󰏜"
}

.mdi-panorama-fisheye:before {
    content: "󰏝"
}

.mdi-panorama-horizontal:before {
    content: "󱤨"
}

.mdi-panorama-horizontal-outline:before {
    content: "󰏞"
}

.mdi-panorama-outline:before {
    content: "󱦌"
}

.mdi-panorama-sphere:before {
    content: "󱦍"
}

.mdi-panorama-sphere-outline:before {
    content: "󱦎"
}

.mdi-panorama-variant:before {
    content: "󱦏"
}

.mdi-panorama-variant-outline:before {
    content: "󱦐"
}

.mdi-panorama-vertical:before {
    content: "󱤩"
}

.mdi-panorama-vertical-outline:before {
    content: "󰏟"
}

.mdi-panorama-wide-angle:before {
    content: "󱥟"
}

.mdi-panorama-wide-angle-outline:before {
    content: "󰏠"
}

.mdi-paper-cut-vertical:before {
    content: "󰏡"
}

.mdi-paper-roll:before {
    content: "󱅗"
}

.mdi-paper-roll-outline:before {
    content: "󱅘"
}

.mdi-paperclip:before {
    content: "󰏢"
}

.mdi-paperclip-check:before {
    content: "󱫆"
}

.mdi-paperclip-lock:before {
    content: "󱧚"
}

.mdi-paperclip-minus:before {
    content: "󱫇"
}

.mdi-paperclip-off:before {
    content: "󱫈"
}

.mdi-paperclip-plus:before {
    content: "󱫉"
}

.mdi-paperclip-remove:before {
    content: "󱫊"
}

.mdi-parachute:before {
    content: "󰲴"
}

.mdi-parachute-outline:before {
    content: "󰲵"
}

.mdi-paragliding:before {
    content: "󱝅"
}

.mdi-parking:before {
    content: "󰏣"
}

.mdi-party-popper:before {
    content: "󱁖"
}

.mdi-passport:before {
    content: "󰟣"
}

.mdi-passport-alert:before {
    content: "󱲸"
}

.mdi-passport-biometric:before {
    content: "󰷡"
}

.mdi-passport-cancel:before {
    content: "󱲹"
}

.mdi-passport-check:before {
    content: "󱲺"
}

.mdi-passport-minus:before {
    content: "󱲻"
}

.mdi-passport-plus:before {
    content: "󱲼"
}

.mdi-passport-remove:before {
    content: "󱲽"
}

.mdi-pasta:before {
    content: "󱅠"
}

.mdi-patio-heater:before {
    content: "󰾀"
}

.mdi-patreon:before {
    content: "󰢂"
}

.mdi-pause:before {
    content: "󰏤"
}

.mdi-pause-box:before {
    content: "󰂼"
}

.mdi-pause-box-outline:before {
    content: "󱭺"
}

.mdi-pause-circle:before {
    content: "󰏥"
}

.mdi-pause-circle-outline:before {
    content: "󰏦"
}

.mdi-pause-octagon:before {
    content: "󰏧"
}

.mdi-pause-octagon-outline:before {
    content: "󰏨"
}

.mdi-paw:before {
    content: "󰏩"
}

.mdi-paw-off:before {
    content: "󰙗"
}

.mdi-paw-off-outline:before {
    content: "󱙶"
}

.mdi-paw-outline:before {
    content: "󱙵"
}

.mdi-peace:before {
    content: "󰢄"
}

.mdi-peanut:before {
    content: "󰿼"
}

.mdi-peanut-off:before {
    content: "󰿽"
}

.mdi-peanut-off-outline:before {
    content: "󰿿"
}

.mdi-peanut-outline:before {
    content: "󰿾"
}

.mdi-pen:before {
    content: "󰏪"
}

.mdi-pen-lock:before {
    content: "󰷢"
}

.mdi-pen-minus:before {
    content: "󰷣"
}

.mdi-pen-off:before {
    content: "󰷤"
}

.mdi-pen-plus:before {
    content: "󰷥"
}

.mdi-pen-remove:before {
    content: "󰷦"
}

.mdi-pencil:before {
    content: "󰏫"
}

.mdi-pencil-box:before {
    content: "󰏬"
}

.mdi-pencil-box-multiple:before {
    content: "󱅄"
}

.mdi-pencil-box-multiple-outline:before {
    content: "󱅅"
}

.mdi-pencil-box-outline:before {
    content: "󰏭"
}

.mdi-pencil-circle:before {
    content: "󰛿"
}

.mdi-pencil-circle-outline:before {
    content: "󰝶"
}

.mdi-pencil-lock:before {
    content: "󰏮"
}

.mdi-pencil-lock-outline:before {
    content: "󰷧"
}

.mdi-pencil-minus:before {
    content: "󰷨"
}

.mdi-pencil-minus-outline:before {
    content: "󰷩"
}

.mdi-pencil-off:before {
    content: "󰏯"
}

.mdi-pencil-off-outline:before {
    content: "󰷪"
}

.mdi-pencil-outline:before {
    content: "󰲶"
}

.mdi-pencil-plus:before {
    content: "󰷫"
}

.mdi-pencil-plus-outline:before {
    content: "󰷬"
}

.mdi-pencil-remove:before {
    content: "󰷭"
}

.mdi-pencil-remove-outline:before {
    content: "󰷮"
}

.mdi-pencil-ruler:before {
    content: "󱍓"
}

.mdi-pencil-ruler-outline:before {
    content: "󱰑"
}

.mdi-penguin:before {
    content: "󰻀"
}

.mdi-pentagon:before {
    content: "󰜁"
}

.mdi-pentagon-outline:before {
    content: "󰜀"
}

.mdi-pentagram:before {
    content: "󱙧"
}

.mdi-percent:before {
    content: "󰏰"
}

.mdi-percent-box:before {
    content: "󱨂"
}

.mdi-percent-box-outline:before {
    content: "󱨃"
}

.mdi-percent-circle:before {
    content: "󱨄"
}

.mdi-percent-circle-outline:before {
    content: "󱨅"
}

.mdi-percent-outline:before {
    content: "󱉸"
}

.mdi-periodic-table:before {
    content: "󰢶"
}

.mdi-perspective-less:before {
    content: "󰴣"
}

.mdi-perspective-more:before {
    content: "󰴤"
}

.mdi-ph:before {
    content: "󱟅"
}

.mdi-phone:before {
    content: "󰏲"
}

.mdi-phone-alert:before {
    content: "󰼚"
}

.mdi-phone-alert-outline:before {
    content: "󱆎"
}

.mdi-phone-bluetooth:before {
    content: "󰏳"
}

.mdi-phone-bluetooth-outline:before {
    content: "󱆏"
}

.mdi-phone-cancel:before {
    content: "󱂼"
}

.mdi-phone-cancel-outline:before {
    content: "󱆐"
}

.mdi-phone-check:before {
    content: "󱆩"
}

.mdi-phone-check-outline:before {
    content: "󱆪"
}

.mdi-phone-classic:before {
    content: "󰘂"
}

.mdi-phone-classic-off:before {
    content: "󱉹"
}

.mdi-phone-clock:before {
    content: "󱧛"
}

.mdi-phone-dial:before {
    content: "󱕙"
}

.mdi-phone-dial-outline:before {
    content: "󱕚"
}

.mdi-phone-forward:before {
    content: "󰏴"
}

.mdi-phone-forward-outline:before {
    content: "󱆑"
}

.mdi-phone-hangup:before {
    content: "󰏵"
}

.mdi-phone-hangup-outline:before {
    content: "󱆒"
}

.mdi-phone-in-talk:before {
    content: "󰏶"
}

.mdi-phone-in-talk-outline:before {
    content: "󱆂"
}

.mdi-phone-incoming:before {
    content: "󰏷"
}

.mdi-phone-incoming-outgoing:before {
    content: "󱬿"
}

.mdi-phone-incoming-outgoing-outline:before {
    content: "󱭀"
}

.mdi-phone-incoming-outline:before {
    content: "󱆓"
}

.mdi-phone-lock:before {
    content: "󰏸"
}

.mdi-phone-lock-outline:before {
    content: "󱆔"
}

.mdi-phone-log:before {
    content: "󰏹"
}

.mdi-phone-log-outline:before {
    content: "󱆕"
}

.mdi-phone-message:before {
    content: "󱆖"
}

.mdi-phone-message-outline:before {
    content: "󱆗"
}

.mdi-phone-minus:before {
    content: "󰙘"
}

.mdi-phone-minus-outline:before {
    content: "󱆘"
}

.mdi-phone-missed:before {
    content: "󰏺"
}

.mdi-phone-missed-outline:before {
    content: "󱆥"
}

.mdi-phone-off:before {
    content: "󰷯"
}

.mdi-phone-off-outline:before {
    content: "󱆦"
}

.mdi-phone-outgoing:before {
    content: "󰏻"
}

.mdi-phone-outgoing-outline:before {
    content: "󱆙"
}

.mdi-phone-outline:before {
    content: "󰷰"
}

.mdi-phone-paused:before {
    content: "󰏼"
}

.mdi-phone-paused-outline:before {
    content: "󱆚"
}

.mdi-phone-plus:before {
    content: "󰙙"
}

.mdi-phone-plus-outline:before {
    content: "󱆛"
}

.mdi-phone-refresh:before {
    content: "󱦓"
}

.mdi-phone-refresh-outline:before {
    content: "󱦔"
}

.mdi-phone-remove:before {
    content: "󱔯"
}

.mdi-phone-remove-outline:before {
    content: "󱔰"
}

.mdi-phone-return:before {
    content: "󰠯"
}

.mdi-phone-return-outline:before {
    content: "󱆜"
}

.mdi-phone-ring:before {
    content: "󱆫"
}

.mdi-phone-ring-outline:before {
    content: "󱆬"
}

.mdi-phone-rotate-landscape:before {
    content: "󰢅"
}

.mdi-phone-rotate-portrait:before {
    content: "󰢆"
}

.mdi-phone-settings:before {
    content: "󰏽"
}

.mdi-phone-settings-outline:before {
    content: "󱆝"
}

.mdi-phone-sync:before {
    content: "󱦕"
}

.mdi-phone-sync-outline:before {
    content: "󱦖"
}

.mdi-phone-voip:before {
    content: "󰏾"
}

.mdi-pi:before {
    content: "󰏿"
}

.mdi-pi-box:before {
    content: "󰐀"
}

.mdi-pi-hole:before {
    content: "󰷱"
}

.mdi-piano:before {
    content: "󰙽"
}

.mdi-piano-off:before {
    content: "󰚘"
}

.mdi-pickaxe:before {
    content: "󰢷"
}

.mdi-picture-in-picture-bottom-right:before {
    content: "󰹗"
}

.mdi-picture-in-picture-bottom-right-outline:before {
    content: "󰹘"
}

.mdi-picture-in-picture-top-right:before {
    content: "󰹙"
}

.mdi-picture-in-picture-top-right-outline:before {
    content: "󰹚"
}

.mdi-pier:before {
    content: "󰢇"
}

.mdi-pier-crane:before {
    content: "󰢈"
}

.mdi-pig:before {
    content: "󰐁"
}

.mdi-pig-variant:before {
    content: "󱀆"
}

.mdi-pig-variant-outline:before {
    content: "󱙸"
}

.mdi-piggy-bank:before {
    content: "󱀇"
}

.mdi-piggy-bank-outline:before {
    content: "󱙹"
}

.mdi-pill:before {
    content: "󰐂"
}

.mdi-pill-multiple:before {
    content: "󱭌"
}

.mdi-pill-off:before {
    content: "󱩜"
}

.mdi-pillar:before {
    content: "󰜂"
}

.mdi-pin:before {
    content: "󰐃"
}

.mdi-pin-off:before {
    content: "󰐄"
}

.mdi-pin-off-outline:before {
    content: "󰤰"
}

.mdi-pin-outline:before {
    content: "󰤱"
}

.mdi-pine-tree:before {
    content: "󰐅"
}

.mdi-pine-tree-box:before {
    content: "󰐆"
}

.mdi-pine-tree-fire:before {
    content: "󱐚"
}

.mdi-pine-tree-variant:before {
    content: "󱱳"
}

.mdi-pine-tree-variant-outline:before {
    content: "󱱴"
}

.mdi-pinterest:before {
    content: "󰐇"
}

.mdi-pinwheel:before {
    content: "󰫕"
}

.mdi-pinwheel-outline:before {
    content: "󰫖"
}

.mdi-pipe:before {
    content: "󰟥"
}

.mdi-pipe-disconnected:before {
    content: "󰟦"
}

.mdi-pipe-leak:before {
    content: "󰢉"
}

.mdi-pipe-valve:before {
    content: "󱡍"
}

.mdi-pipe-wrench:before {
    content: "󱍔"
}

.mdi-pirate:before {
    content: "󰨈"
}

.mdi-pistol:before {
    content: "󰜃"
}

.mdi-piston:before {
    content: "󰢊"
}

.mdi-pitchfork:before {
    content: "󱕓"
}

.mdi-pizza:before {
    content: "󰐉"
}

.mdi-plane-car:before {
    content: "󱫿"
}

.mdi-plane-train:before {
    content: "󱬀"
}

.mdi-play:before {
    content: "󰐊"
}

.mdi-play-box:before {
    content: "󱉺"
}

.mdi-play-box-edit-outline:before {
    content: "󱰺"
}

.mdi-play-box-lock:before {
    content: "󱨖"
}

.mdi-play-box-lock-open:before {
    content: "󱨗"
}

.mdi-play-box-lock-open-outline:before {
    content: "󱨘"
}

.mdi-play-box-lock-outline:before {
    content: "󱨙"
}

.mdi-play-box-multiple:before {
    content: "󰴙"
}

.mdi-play-box-multiple-outline:before {
    content: "󱏦"
}

.mdi-play-box-outline:before {
    content: "󰐋"
}

.mdi-play-circle:before {
    content: "󰐌"
}

.mdi-play-circle-outline:before {
    content: "󰐍"
}

.mdi-play-network:before {
    content: "󰢋"
}

.mdi-play-network-outline:before {
    content: "󰲷"
}

.mdi-play-outline:before {
    content: "󰼛"
}

.mdi-play-pause:before {
    content: "󰐎"
}

.mdi-play-protected-content:before {
    content: "󰐏"
}

.mdi-play-speed:before {
    content: "󰣿"
}

.mdi-playlist-check:before {
    content: "󰗇"
}

.mdi-playlist-edit:before {
    content: "󰤀"
}

.mdi-playlist-minus:before {
    content: "󰐐"
}

.mdi-playlist-music:before {
    content: "󰲸"
}

.mdi-playlist-music-outline:before {
    content: "󰲹"
}

.mdi-playlist-play:before {
    content: "󰐑"
}

.mdi-playlist-plus:before {
    content: "󰐒"
}

.mdi-playlist-remove:before {
    content: "󰐓"
}

.mdi-playlist-star:before {
    content: "󰷲"
}

.mdi-plex:before {
    content: "󰚺"
}

.mdi-pliers:before {
    content: "󱦤"
}

.mdi-plus:before {
    content: "󰐕"
}

.mdi-plus-box:before {
    content: "󰐖"
}

.mdi-plus-box-multiple:before {
    content: "󰌴"
}

.mdi-plus-box-multiple-outline:before {
    content: "󱅃"
}

.mdi-plus-box-outline:before {
    content: "󰜄"
}

.mdi-plus-circle:before {
    content: "󰐗"
}

.mdi-plus-circle-multiple:before {
    content: "󰍌"
}

.mdi-plus-circle-multiple-outline:before {
    content: "󰐘"
}

.mdi-plus-circle-outline:before {
    content: "󰐙"
}

.mdi-plus-lock:before {
    content: "󱩝"
}

.mdi-plus-lock-open:before {
    content: "󱩞"
}

.mdi-plus-minus:before {
    content: "󰦒"
}

.mdi-plus-minus-box:before {
    content: "󰦓"
}

.mdi-plus-minus-variant:before {
    content: "󱓉"
}

.mdi-plus-network:before {
    content: "󰐚"
}

.mdi-plus-network-outline:before {
    content: "󰲺"
}

.mdi-plus-outline:before {
    content: "󰜅"
}

.mdi-plus-thick:before {
    content: "󱇬"
}

.mdi-pocket:before {
    content: "󱲾"
}

.mdi-podcast:before {
    content: "󰦔"
}

.mdi-podium:before {
    content: "󰴥"
}

.mdi-podium-bronze:before {
    content: "󰴦"
}

.mdi-podium-gold:before {
    content: "󰴧"
}

.mdi-podium-silver:before {
    content: "󰴨"
}

.mdi-point-of-sale:before {
    content: "󰶒"
}

.mdi-pokeball:before {
    content: "󰐝"
}

.mdi-pokemon-go:before {
    content: "󰨉"
}

.mdi-poker-chip:before {
    content: "󰠰"
}

.mdi-polaroid:before {
    content: "󰐞"
}

.mdi-police-badge:before {
    content: "󱅧"
}

.mdi-police-badge-outline:before {
    content: "󱅨"
}

.mdi-police-station:before {
    content: "󱠹"
}

.mdi-poll:before {
    content: "󰐟"
}

.mdi-polo:before {
    content: "󱓃"
}

.mdi-polymer:before {
    content: "󰐡"
}

.mdi-pool:before {
    content: "󰘆"
}

.mdi-pool-thermometer:before {
    content: "󱩟"
}

.mdi-popcorn:before {
    content: "󰐢"
}

.mdi-post:before {
    content: "󱀈"
}

.mdi-post-lamp:before {
    content: "󱩠"
}

.mdi-post-outline:before {
    content: "󱀉"
}

.mdi-postage-stamp:before {
    content: "󰲻"
}

.mdi-pot:before {
    content: "󰋥"
}

.mdi-pot-mix:before {
    content: "󰙛"
}

.mdi-pot-mix-outline:before {
    content: "󰙷"
}

.mdi-pot-outline:before {
    content: "󰋿"
}

.mdi-pot-steam:before {
    content: "󰙚"
}

.mdi-pot-steam-outline:before {
    content: "󰌦"
}

.mdi-pound:before {
    content: "󰐣"
}

.mdi-pound-box:before {
    content: "󰐤"
}

.mdi-pound-box-outline:before {
    content: "󱅿"
}

.mdi-power:before {
    content: "󰐥"
}

.mdi-power-cycle:before {
    content: "󰤁"
}

.mdi-power-off:before {
    content: "󰤂"
}

.mdi-power-on:before {
    content: "󰤃"
}

.mdi-power-plug:before {
    content: "󰚥"
}

.mdi-power-plug-battery:before {
    content: "󱰻"
}

.mdi-power-plug-battery-outline:before {
    content: "󱰼"
}

.mdi-power-plug-off:before {
    content: "󰚦"
}

.mdi-power-plug-off-outline:before {
    content: "󱐤"
}

.mdi-power-plug-outline:before {
    content: "󱐥"
}

.mdi-power-settings:before {
    content: "󰐦"
}

.mdi-power-sleep:before {
    content: "󰤄"
}

.mdi-power-socket:before {
    content: "󰐧"
}

.mdi-power-socket-au:before {
    content: "󰤅"
}

.mdi-power-socket-ch:before {
    content: "󰾳"
}

.mdi-power-socket-de:before {
    content: "󱄇"
}

.mdi-power-socket-eu:before {
    content: "󰟧"
}

.mdi-power-socket-fr:before {
    content: "󱄈"
}

.mdi-power-socket-it:before {
    content: "󱓿"
}

.mdi-power-socket-jp:before {
    content: "󱄉"
}

.mdi-power-socket-uk:before {
    content: "󰟨"
}

.mdi-power-socket-us:before {
    content: "󰟩"
}

.mdi-power-standby:before {
    content: "󰤆"
}

.mdi-powershell:before {
    content: "󰨊"
}

.mdi-prescription:before {
    content: "󰜆"
}

.mdi-presentation:before {
    content: "󰐨"
}

.mdi-presentation-play:before {
    content: "󰐩"
}

.mdi-pretzel:before {
    content: "󱕢"
}

.mdi-printer:before {
    content: "󰐪"
}

.mdi-printer-3d:before {
    content: "󰐫"
}

.mdi-printer-3d-nozzle:before {
    content: "󰹛"
}

.mdi-printer-3d-nozzle-alert:before {
    content: "󱇀"
}

.mdi-printer-3d-nozzle-alert-outline:before {
    content: "󱇁"
}

.mdi-printer-3d-nozzle-heat:before {
    content: "󱢸"
}

.mdi-printer-3d-nozzle-heat-outline:before {
    content: "󱢹"
}

.mdi-printer-3d-nozzle-off:before {
    content: "󱬙"
}

.mdi-printer-3d-nozzle-off-outline:before {
    content: "󱬚"
}

.mdi-printer-3d-nozzle-outline:before {
    content: "󰹜"
}

.mdi-printer-3d-off:before {
    content: "󱬎"
}

.mdi-printer-alert:before {
    content: "󰐬"
}

.mdi-printer-check:before {
    content: "󱅆"
}

.mdi-printer-eye:before {
    content: "󱑘"
}

.mdi-printer-off:before {
    content: "󰹝"
}

.mdi-printer-off-outline:before {
    content: "󱞅"
}

.mdi-printer-outline:before {
    content: "󱞆"
}

.mdi-printer-pos:before {
    content: "󱁗"
}

.mdi-printer-pos-alert:before {
    content: "󱮼"
}

.mdi-printer-pos-alert-outline:before {
    content: "󱮽"
}

.mdi-printer-pos-cancel:before {
    content: "󱮾"
}

.mdi-printer-pos-cancel-outline:before {
    content: "󱮿"
}

.mdi-printer-pos-check:before {
    content: "󱯀"
}

.mdi-printer-pos-check-outline:before {
    content: "󱯁"
}

.mdi-printer-pos-cog:before {
    content: "󱯂"
}

.mdi-printer-pos-cog-outline:before {
    content: "󱯃"
}

.mdi-printer-pos-edit:before {
    content: "󱯄"
}

.mdi-printer-pos-edit-outline:before {
    content: "󱯅"
}

.mdi-printer-pos-minus:before {
    content: "󱯆"
}

.mdi-printer-pos-minus-outline:before {
    content: "󱯇"
}

.mdi-printer-pos-network:before {
    content: "󱯈"
}

.mdi-printer-pos-network-outline:before {
    content: "󱯉"
}

.mdi-printer-pos-off:before {
    content: "󱯊"
}

.mdi-printer-pos-off-outline:before {
    content: "󱯋"
}

.mdi-printer-pos-outline:before {
    content: "󱯌"
}

.mdi-printer-pos-pause:before {
    content: "󱯍"
}

.mdi-printer-pos-pause-outline:before {
    content: "󱯎"
}

.mdi-printer-pos-play:before {
    content: "󱯏"
}

.mdi-printer-pos-play-outline:before {
    content: "󱯐"
}

.mdi-printer-pos-plus:before {
    content: "󱯑"
}

.mdi-printer-pos-plus-outline:before {
    content: "󱯒"
}

.mdi-printer-pos-refresh:before {
    content: "󱯓"
}

.mdi-printer-pos-refresh-outline:before {
    content: "󱯔"
}

.mdi-printer-pos-remove:before {
    content: "󱯕"
}

.mdi-printer-pos-remove-outline:before {
    content: "󱯖"
}

.mdi-printer-pos-star:before {
    content: "󱯗"
}

.mdi-printer-pos-star-outline:before {
    content: "󱯘"
}

.mdi-printer-pos-stop:before {
    content: "󱯙"
}

.mdi-printer-pos-stop-outline:before {
    content: "󱯚"
}

.mdi-printer-pos-sync:before {
    content: "󱯛"
}

.mdi-printer-pos-sync-outline:before {
    content: "󱯜"
}

.mdi-printer-pos-wrench:before {
    content: "󱯝"
}

.mdi-printer-pos-wrench-outline:before {
    content: "󱯞"
}

.mdi-printer-search:before {
    content: "󱑗"
}

.mdi-printer-settings:before {
    content: "󰜇"
}

.mdi-printer-wireless:before {
    content: "󰨋"
}

.mdi-priority-high:before {
    content: "󰘃"
}

.mdi-priority-low:before {
    content: "󰘄"
}

.mdi-professional-hexagon:before {
    content: "󰐭"
}

.mdi-progress-alert:before {
    content: "󰲼"
}

.mdi-progress-check:before {
    content: "󰦕"
}

.mdi-progress-clock:before {
    content: "󰦖"
}

.mdi-progress-close:before {
    content: "󱄊"
}

.mdi-progress-download:before {
    content: "󰦗"
}

.mdi-progress-helper:before {
    content: "󱮢"
}

.mdi-progress-pencil:before {
    content: "󱞇"
}

.mdi-progress-question:before {
    content: "󱔢"
}

.mdi-progress-star:before {
    content: "󱞈"
}

.mdi-progress-star-four-points:before {
    content: "󱰽"
}

.mdi-progress-tag:before {
    content: "󱴍"
}

.mdi-progress-upload:before {
    content: "󰦘"
}

.mdi-progress-wrench:before {
    content: "󰲽"
}

.mdi-projector:before {
    content: "󰐮"
}

.mdi-projector-off:before {
    content: "󱨣"
}

.mdi-projector-screen:before {
    content: "󰐯"
}

.mdi-projector-screen-off:before {
    content: "󱠍"
}

.mdi-projector-screen-off-outline:before {
    content: "󱠎"
}

.mdi-projector-screen-outline:before {
    content: "󱜤"
}

.mdi-projector-screen-variant:before {
    content: "󱠏"
}

.mdi-projector-screen-variant-off:before {
    content: "󱠐"
}

.mdi-projector-screen-variant-off-outline:before {
    content: "󱠑"
}

.mdi-projector-screen-variant-outline:before {
    content: "󱠒"
}

.mdi-propane-tank:before {
    content: "󱍗"
}

.mdi-propane-tank-outline:before {
    content: "󱍘"
}

.mdi-protocol:before {
    content: "󰿘"
}

.mdi-publish:before {
    content: "󰚧"
}

.mdi-publish-off:before {
    content: "󱥅"
}

.mdi-pulse:before {
    content: "󰐰"
}

.mdi-pump:before {
    content: "󱐂"
}

.mdi-pump-off:before {
    content: "󱬢"
}

.mdi-pumpkin:before {
    content: "󰮿"
}

.mdi-purse:before {
    content: "󰼜"
}

.mdi-purse-outline:before {
    content: "󰼝"
}

.mdi-puzzle:before {
    content: "󰐱"
}

.mdi-puzzle-check:before {
    content: "󱐦"
}

.mdi-puzzle-check-outline:before {
    content: "󱐧"
}

.mdi-puzzle-edit:before {
    content: "󱓓"
}

.mdi-puzzle-edit-outline:before {
    content: "󱓙"
}

.mdi-puzzle-heart:before {
    content: "󱓔"
}

.mdi-puzzle-heart-outline:before {
    content: "󱓚"
}

.mdi-puzzle-minus:before {
    content: "󱓑"
}

.mdi-puzzle-minus-outline:before {
    content: "󱓗"
}

.mdi-puzzle-outline:before {
    content: "󰩦"
}

.mdi-puzzle-plus:before {
    content: "󱓐"
}

.mdi-puzzle-plus-outline:before {
    content: "󱓖"
}

.mdi-puzzle-remove:before {
    content: "󱓒"
}

.mdi-puzzle-remove-outline:before {
    content: "󱓘"
}

.mdi-puzzle-star:before {
    content: "󱓕"
}

.mdi-puzzle-star-outline:before {
    content: "󱓛"
}

.mdi-pyramid:before {
    content: "󱥒"
}

.mdi-pyramid-off:before {
    content: "󱥓"
}

.mdi-qi:before {
    content: "󰦙"
}

.mdi-qqchat:before {
    content: "󰘅"
}

.mdi-qrcode:before {
    content: "󰐲"
}

.mdi-qrcode-edit:before {
    content: "󰢸"
}

.mdi-qrcode-minus:before {
    content: "󱆌"
}

.mdi-qrcode-plus:before {
    content: "󱆋"
}

.mdi-qrcode-remove:before {
    content: "󱆍"
}

.mdi-qrcode-scan:before {
    content: "󰐳"
}

.mdi-quadcopter:before {
    content: "󰐴"
}

.mdi-quality-high:before {
    content: "󰐵"
}

.mdi-quality-low:before {
    content: "󰨌"
}

.mdi-quality-medium:before {
    content: "󰨍"
}

.mdi-queue-first-in-last-out:before {
    content: "󱲯"
}

.mdi-quora:before {
    content: "󰴩"
}

.mdi-rabbit:before {
    content: "󰤇"
}

.mdi-rabbit-variant:before {
    content: "󱩡"
}

.mdi-rabbit-variant-outline:before {
    content: "󱩢"
}

.mdi-racing-helmet:before {
    content: "󰶓"
}

.mdi-racquetball:before {
    content: "󰶔"
}

.mdi-radar:before {
    content: "󰐷"
}

.mdi-radiator:before {
    content: "󰐸"
}

.mdi-radiator-disabled:before {
    content: "󰫗"
}

.mdi-radiator-off:before {
    content: "󰫘"
}

.mdi-radio:before {
    content: "󰐹"
}

.mdi-radio-am:before {
    content: "󰲾"
}

.mdi-radio-fm:before {
    content: "󰲿"
}

.mdi-radio-handheld:before {
    content: "󰐺"
}

.mdi-radio-off:before {
    content: "󱈜"
}

.mdi-radio-tower:before {
    content: "󰐻"
}

.mdi-radioactive:before {
    content: "󰐼"
}

.mdi-radioactive-circle:before {
    content: "󱡝"
}

.mdi-radioactive-circle-outline:before {
    content: "󱡞"
}

.mdi-radioactive-off:before {
    content: "󰻁"
}

.mdi-radiobox-blank:before {
    content: "󰐽"
}

.mdi-radiobox-indeterminate-variant:before {
    content: "󱱞"
}

.mdi-radiobox-marked:before {
    content: "󰐾"
}

.mdi-radiology-box:before {
    content: "󱓅"
}

.mdi-radiology-box-outline:before {
    content: "󱓆"
}

.mdi-radius:before {
    content: "󰳀"
}

.mdi-radius-outline:before {
    content: "󰳁"
}

.mdi-railroad-light:before {
    content: "󰼞"
}

.mdi-rake:before {
    content: "󱕄"
}

.mdi-raspberry-pi:before {
    content: "󰐿"
}

.mdi-raw:before {
    content: "󱨏"
}

.mdi-raw-off:before {
    content: "󱨐"
}

.mdi-ray-end:before {
    content: "󰑀"
}

.mdi-ray-end-arrow:before {
    content: "󰑁"
}

.mdi-ray-start:before {
    content: "󰑂"
}

.mdi-ray-start-arrow:before {
    content: "󰑃"
}

.mdi-ray-start-end:before {
    content: "󰑄"
}

.mdi-ray-start-vertex-end:before {
    content: "󱗘"
}

.mdi-ray-vertex:before {
    content: "󰑅"
}

.mdi-razor-double-edge:before {
    content: "󱦗"
}

.mdi-razor-single-edge:before {
    content: "󱦘"
}

.mdi-react:before {
    content: "󰜈"
}

.mdi-read:before {
    content: "󰑇"
}

.mdi-receipt:before {
    content: "󰠤"
}

.mdi-receipt-clock:before {
    content: "󱰾"
}

.mdi-receipt-clock-outline:before {
    content: "󱰿"
}

.mdi-receipt-outline:before {
    content: "󰓷"
}

.mdi-receipt-send:before {
    content: "󱱀"
}

.mdi-receipt-send-outline:before {
    content: "󱱁"
}

.mdi-receipt-text:before {
    content: "󰑉"
}

.mdi-receipt-text-arrow-left:before {
    content: "󱱂"
}

.mdi-receipt-text-arrow-left-outline:before {
    content: "󱱃"
}

.mdi-receipt-text-arrow-right:before {
    content: "󱱄"
}

.mdi-receipt-text-arrow-right-outline:before {
    content: "󱱅"
}

.mdi-receipt-text-check:before {
    content: "󱩣"
}

.mdi-receipt-text-check-outline:before {
    content: "󱩤"
}

.mdi-receipt-text-clock:before {
    content: "󱱆"
}

.mdi-receipt-text-clock-outline:before {
    content: "󱱇"
}

.mdi-receipt-text-edit:before {
    content: "󱱈"
}

.mdi-receipt-text-edit-outline:before {
    content: "󱱉"
}

.mdi-receipt-text-minus:before {
    content: "󱩥"
}

.mdi-receipt-text-minus-outline:before {
    content: "󱩦"
}

.mdi-receipt-text-outline:before {
    content: "󱧜"
}

.mdi-receipt-text-plus:before {
    content: "󱩧"
}

.mdi-receipt-text-plus-outline:before {
    content: "󱩨"
}

.mdi-receipt-text-remove:before {
    content: "󱩩"
}

.mdi-receipt-text-remove-outline:before {
    content: "󱩪"
}

.mdi-receipt-text-send:before {
    content: "󱱊"
}

.mdi-receipt-text-send-outline:before {
    content: "󱱋"
}

.mdi-record:before {
    content: "󰑊"
}

.mdi-record-circle:before {
    content: "󰻂"
}

.mdi-record-circle-outline:before {
    content: "󰻃"
}

.mdi-record-player:before {
    content: "󰦚"
}

.mdi-record-rec:before {
    content: "󰑋"
}

.mdi-rectangle:before {
    content: "󰹞"
}

.mdi-rectangle-outline:before {
    content: "󰹟"
}

.mdi-recycle:before {
    content: "󰑌"
}

.mdi-recycle-variant:before {
    content: "󱎝"
}

.mdi-reddit:before {
    content: "󰑍"
}

.mdi-redhat:before {
    content: "󱄛"
}

.mdi-redo:before {
    content: "󰑎"
}

.mdi-redo-variant:before {
    content: "󰑏"
}

.mdi-reflect-horizontal:before {
    content: "󰨎"
}

.mdi-reflect-vertical:before {
    content: "󰨏"
}

.mdi-refresh:before {
    content: "󰑐"
}

.mdi-refresh-auto:before {
    content: "󱣲"
}

.mdi-refresh-circle:before {
    content: "󱍷"
}

.mdi-regex:before {
    content: "󰑑"
}

.mdi-registered-trademark:before {
    content: "󰩧"
}

.mdi-reiterate:before {
    content: "󱖈"
}

.mdi-relation-many-to-many:before {
    content: "󱒖"
}

.mdi-relation-many-to-one:before {
    content: "󱒗"
}

.mdi-relation-many-to-one-or-many:before {
    content: "󱒘"
}

.mdi-relation-many-to-only-one:before {
    content: "󱒙"
}

.mdi-relation-many-to-zero-or-many:before {
    content: "󱒚"
}

.mdi-relation-many-to-zero-or-one:before {
    content: "󱒛"
}

.mdi-relation-one-or-many-to-many:before {
    content: "󱒜"
}

.mdi-relation-one-or-many-to-one:before {
    content: "󱒝"
}

.mdi-relation-one-or-many-to-one-or-many:before {
    content: "󱒞"
}

.mdi-relation-one-or-many-to-only-one:before {
    content: "󱒟"
}

.mdi-relation-one-or-many-to-zero-or-many:before {
    content: "󱒠"
}

.mdi-relation-one-or-many-to-zero-or-one:before {
    content: "󱒡"
}

.mdi-relation-one-to-many:before {
    content: "󱒢"
}

.mdi-relation-one-to-one:before {
    content: "󱒣"
}

.mdi-relation-one-to-one-or-many:before {
    content: "󱒤"
}

.mdi-relation-one-to-only-one:before {
    content: "󱒥"
}

.mdi-relation-one-to-zero-or-many:before {
    content: "󱒦"
}

.mdi-relation-one-to-zero-or-one:before {
    content: "󱒧"
}

.mdi-relation-only-one-to-many:before {
    content: "󱒨"
}

.mdi-relation-only-one-to-one:before {
    content: "󱒩"
}

.mdi-relation-only-one-to-one-or-many:before {
    content: "󱒪"
}

.mdi-relation-only-one-to-only-one:before {
    content: "󱒫"
}

.mdi-relation-only-one-to-zero-or-many:before {
    content: "󱒬"
}

.mdi-relation-only-one-to-zero-or-one:before {
    content: "󱒭"
}

.mdi-relation-zero-or-many-to-many:before {
    content: "󱒮"
}

.mdi-relation-zero-or-many-to-one:before {
    content: "󱒯"
}

.mdi-relation-zero-or-many-to-one-or-many:before {
    content: "󱒰"
}

.mdi-relation-zero-or-many-to-only-one:before {
    content: "󱒱"
}

.mdi-relation-zero-or-many-to-zero-or-many:before {
    content: "󱒲"
}

.mdi-relation-zero-or-many-to-zero-or-one:before {
    content: "󱒳"
}

.mdi-relation-zero-or-one-to-many:before {
    content: "󱒴"
}

.mdi-relation-zero-or-one-to-one:before {
    content: "󱒵"
}

.mdi-relation-zero-or-one-to-one-or-many:before {
    content: "󱒶"
}

.mdi-relation-zero-or-one-to-only-one:before {
    content: "󱒷"
}

.mdi-relation-zero-or-one-to-zero-or-many:before {
    content: "󱒸"
}

.mdi-relation-zero-or-one-to-zero-or-one:before {
    content: "󱒹"
}

.mdi-relative-scale:before {
    content: "󰑒"
}

.mdi-reload:before {
    content: "󰑓"
}

.mdi-reload-alert:before {
    content: "󱄋"
}

.mdi-reminder:before {
    content: "󰢌"
}

.mdi-remote:before {
    content: "󰑔"
}

.mdi-remote-desktop:before {
    content: "󰢹"
}

.mdi-remote-off:before {
    content: "󰻄"
}

.mdi-remote-tv:before {
    content: "󰻅"
}

.mdi-remote-tv-off:before {
    content: "󰻆"
}

.mdi-rename:before {
    content: "󱰘"
}

.mdi-rename-box:before {
    content: "󰑕"
}

.mdi-rename-box-outline:before {
    content: "󱰙"
}

.mdi-rename-outline:before {
    content: "󱰚"
}

.mdi-reorder-horizontal:before {
    content: "󰚈"
}

.mdi-reorder-vertical:before {
    content: "󰚉"
}

.mdi-repeat:before {
    content: "󰑖"
}

.mdi-repeat-off:before {
    content: "󰑗"
}

.mdi-repeat-once:before {
    content: "󰑘"
}

.mdi-repeat-variant:before {
    content: "󰕇"
}

.mdi-replay:before {
    content: "󰑙"
}

.mdi-reply:before {
    content: "󰑚"
}

.mdi-reply-all:before {
    content: "󰑛"
}

.mdi-reply-all-outline:before {
    content: "󰼟"
}

.mdi-reply-circle:before {
    content: "󱆮"
}

.mdi-reply-outline:before {
    content: "󰼠"
}

.mdi-reproduction:before {
    content: "󰑜"
}

.mdi-resistor:before {
    content: "󰭄"
}

.mdi-resistor-nodes:before {
    content: "󰭅"
}

.mdi-resize:before {
    content: "󰩨"
}

.mdi-resize-bottom-right:before {
    content: "󰑝"
}

.mdi-responsive:before {
    content: "󰑞"
}

.mdi-restart:before {
    content: "󰜉"
}

.mdi-restart-alert:before {
    content: "󱄌"
}

.mdi-restart-off:before {
    content: "󰶕"
}

.mdi-restore:before {
    content: "󰦛"
}

.mdi-restore-alert:before {
    content: "󱄍"
}

.mdi-rewind:before {
    content: "󰑟"
}

.mdi-rewind-10:before {
    content: "󰴪"
}

.mdi-rewind-15:before {
    content: "󱥆"
}

.mdi-rewind-30:before {
    content: "󰶖"
}

.mdi-rewind-45:before {
    content: "󱬓"
}

.mdi-rewind-5:before {
    content: "󱇹"
}

.mdi-rewind-60:before {
    content: "󱘌"
}

.mdi-rewind-outline:before {
    content: "󰜊"
}

.mdi-rhombus:before {
    content: "󰜋"
}

.mdi-rhombus-medium:before {
    content: "󰨐"
}

.mdi-rhombus-medium-outline:before {
    content: "󱓜"
}

.mdi-rhombus-outline:before {
    content: "󰜌"
}

.mdi-rhombus-split:before {
    content: "󰨑"
}

.mdi-rhombus-split-outline:before {
    content: "󱓝"
}

.mdi-ribbon:before {
    content: "󰑠"
}

.mdi-rice:before {
    content: "󰟪"
}

.mdi-rickshaw:before {
    content: "󱖻"
}

.mdi-rickshaw-electric:before {
    content: "󱖼"
}

.mdi-ring:before {
    content: "󰟫"
}

.mdi-rivet:before {
    content: "󰹠"
}

.mdi-road:before {
    content: "󰑡"
}

.mdi-road-variant:before {
    content: "󰑢"
}

.mdi-robber:before {
    content: "󱁘"
}

.mdi-robot:before {
    content: "󰚩"
}

.mdi-robot-angry:before {
    content: "󱚝"
}

.mdi-robot-angry-outline:before {
    content: "󱚞"
}

.mdi-robot-confused:before {
    content: "󱚟"
}

.mdi-robot-confused-outline:before {
    content: "󱚠"
}

.mdi-robot-dead:before {
    content: "󱚡"
}

.mdi-robot-dead-outline:before {
    content: "󱚢"
}

.mdi-robot-excited:before {
    content: "󱚣"
}

.mdi-robot-excited-outline:before {
    content: "󱚤"
}

.mdi-robot-happy:before {
    content: "󱜙"
}

.mdi-robot-happy-outline:before {
    content: "󱜚"
}

.mdi-robot-industrial:before {
    content: "󰭆"
}

.mdi-robot-industrial-outline:before {
    content: "󱨚"
}

.mdi-robot-love:before {
    content: "󱚥"
}

.mdi-robot-love-outline:before {
    content: "󱚦"
}

.mdi-robot-mower:before {
    content: "󱇷"
}

.mdi-robot-mower-outline:before {
    content: "󱇳"
}

.mdi-robot-off:before {
    content: "󱚧"
}

.mdi-robot-off-outline:before {
    content: "󱙻"
}

.mdi-robot-outline:before {
    content: "󱙺"
}

.mdi-robot-vacuum:before {
    content: "󰜍"
}

.mdi-robot-vacuum-alert:before {
    content: "󱭝"
}

.mdi-robot-vacuum-off:before {
    content: "󱰁"
}

.mdi-robot-vacuum-variant:before {
    content: "󰤈"
}

.mdi-robot-vacuum-variant-alert:before {
    content: "󱭞"
}

.mdi-robot-vacuum-variant-off:before {
    content: "󱰂"
}

.mdi-rocket:before {
    content: "󰑣"
}

.mdi-rocket-launch:before {
    content: "󱓞"
}

.mdi-rocket-launch-outline:before {
    content: "󱓟"
}

.mdi-rocket-outline:before {
    content: "󱎯"
}

.mdi-rodent:before {
    content: "󱌧"
}

.mdi-roller-shade:before {
    content: "󱩫"
}

.mdi-roller-shade-closed:before {
    content: "󱩬"
}

.mdi-roller-skate:before {
    content: "󰴫"
}

.mdi-roller-skate-off:before {
    content: "󰅅"
}

.mdi-rollerblade:before {
    content: "󰴬"
}

.mdi-rollerblade-off:before {
    content: "󰀮"
}

.mdi-rollupjs:before {
    content: "󰯀"
}

.mdi-rolodex:before {
    content: "󱪹"
}

.mdi-rolodex-outline:before {
    content: "󱪺"
}

.mdi-roman-numeral-1:before {
    content: "󱂈"
}

.mdi-roman-numeral-10:before {
    content: "󱂑"
}

.mdi-roman-numeral-2:before {
    content: "󱂉"
}

.mdi-roman-numeral-3:before {
    content: "󱂊"
}

.mdi-roman-numeral-4:before {
    content: "󱂋"
}

.mdi-roman-numeral-5:before {
    content: "󱂌"
}

.mdi-roman-numeral-6:before {
    content: "󱂍"
}

.mdi-roman-numeral-7:before {
    content: "󱂎"
}

.mdi-roman-numeral-8:before {
    content: "󱂏"
}

.mdi-roman-numeral-9:before {
    content: "󱂐"
}

.mdi-room-service:before {
    content: "󰢍"
}

.mdi-room-service-outline:before {
    content: "󰶗"
}

.mdi-rotate-360:before {
    content: "󱦙"
}

.mdi-rotate-3d:before {
    content: "󰻇"
}

.mdi-rotate-3d-variant:before {
    content: "󰑤"
}

.mdi-rotate-left:before {
    content: "󰑥"
}

.mdi-rotate-left-variant:before {
    content: "󰑦"
}

.mdi-rotate-orbit:before {
    content: "󰶘"
}

.mdi-rotate-right:before {
    content: "󰑧"
}

.mdi-rotate-right-variant:before {
    content: "󰑨"
}

.mdi-rounded-corner:before {
    content: "󰘇"
}

.mdi-router:before {
    content: "󱇢"
}

.mdi-router-network:before {
    content: "󱂇"
}

.mdi-router-network-wireless:before {
    content: "󱲗"
}

.mdi-router-wireless:before {
    content: "󰑩"
}

.mdi-router-wireless-off:before {
    content: "󱖣"
}

.mdi-router-wireless-settings:before {
    content: "󰩩"
}

.mdi-routes:before {
    content: "󰑪"
}

.mdi-routes-clock:before {
    content: "󱁙"
}

.mdi-rowing:before {
    content: "󰘈"
}

.mdi-rss:before {
    content: "󰑫"
}

.mdi-rss-box:before {
    content: "󰑬"
}

.mdi-rss-off:before {
    content: "󰼡"
}

.mdi-rug:before {
    content: "󱑵"
}

.mdi-rugby:before {
    content: "󰶙"
}

.mdi-ruler:before {
    content: "󰑭"
}

.mdi-ruler-square:before {
    content: "󰳂"
}

.mdi-ruler-square-compass:before {
    content: "󰺾"
}

.mdi-run:before {
    content: "󰜎"
}

.mdi-run-fast:before {
    content: "󰑮"
}

.mdi-rv-truck:before {
    content: "󱇔"
}

.mdi-sack:before {
    content: "󰴮"
}

.mdi-sack-outline:before {
    content: "󱱌"
}

.mdi-sack-percent:before {
    content: "󰴯"
}

.mdi-safe:before {
    content: "󰩪"
}

.mdi-safe-square:before {
    content: "󱉼"
}

.mdi-safe-square-outline:before {
    content: "󱉽"
}

.mdi-safety-goggles:before {
    content: "󰴰"
}

.mdi-sail-boat:before {
    content: "󰻈"
}

.mdi-sail-boat-sink:before {
    content: "󱫯"
}

.mdi-sale:before {
    content: "󰑯"
}

.mdi-sale-outline:before {
    content: "󱨆"
}

.mdi-salesforce:before {
    content: "󰢎"
}

.mdi-sass:before {
    content: "󰟬"
}

.mdi-satellite:before {
    content: "󰑰"
}

.mdi-satellite-uplink:before {
    content: "󰤉"
}

.mdi-satellite-variant:before {
    content: "󰑱"
}

.mdi-sausage:before {
    content: "󰢺"
}

.mdi-sausage-off:before {
    content: "󱞉"
}

.mdi-saw-blade:before {
    content: "󰹡"
}

.mdi-sawtooth-wave:before {
    content: "󱑺"
}

.mdi-saxophone:before {
    content: "󰘉"
}

.mdi-scale:before {
    content: "󰑲"
}

.mdi-scale-balance:before {
    content: "󰗑"
}

.mdi-scale-bathroom:before {
    content: "󰑳"
}

.mdi-scale-off:before {
    content: "󱁚"
}

.mdi-scale-unbalanced:before {
    content: "󱦸"
}

.mdi-scan-helper:before {
    content: "󱏘"
}

.mdi-scanner:before {
    content: "󰚫"
}

.mdi-scanner-off:before {
    content: "󰤊"
}

.mdi-scatter-plot:before {
    content: "󰻉"
}

.mdi-scatter-plot-outline:before {
    content: "󰻊"
}

.mdi-scent:before {
    content: "󱥘"
}

.mdi-scent-off:before {
    content: "󱥙"
}

.mdi-school:before {
    content: "󰑴"
}

.mdi-school-outline:before {
    content: "󱆀"
}

.mdi-scissors-cutting:before {
    content: "󰩫"
}

.mdi-scooter:before {
    content: "󱖽"
}

.mdi-scooter-electric:before {
    content: "󱖾"
}

.mdi-scoreboard:before {
    content: "󱉾"
}

.mdi-scoreboard-outline:before {
    content: "󱉿"
}

.mdi-screen-rotation:before {
    content: "󰑵"
}

.mdi-screen-rotation-lock:before {
    content: "󰑸"
}

.mdi-screw-flat-top:before {
    content: "󰷳"
}

.mdi-screw-lag:before {
    content: "󰷴"
}

.mdi-screw-machine-flat-top:before {
    content: "󰷵"
}

.mdi-screw-machine-round-top:before {
    content: "󰷶"
}

.mdi-screw-round-top:before {
    content: "󰷷"
}

.mdi-screwdriver:before {
    content: "󰑶"
}

.mdi-script:before {
    content: "󰯁"
}

.mdi-script-outline:before {
    content: "󰑷"
}

.mdi-script-text:before {
    content: "󰯂"
}

.mdi-script-text-key:before {
    content: "󱜥"
}

.mdi-script-text-key-outline:before {
    content: "󱜦"
}

.mdi-script-text-outline:before {
    content: "󰯃"
}

.mdi-script-text-play:before {
    content: "󱜧"
}

.mdi-script-text-play-outline:before {
    content: "󱜨"
}

.mdi-sd:before {
    content: "󰑹"
}

.mdi-seal:before {
    content: "󰑺"
}

.mdi-seal-variant:before {
    content: "󰿙"
}

.mdi-search-web:before {
    content: "󰜏"
}

.mdi-seat:before {
    content: "󰳃"
}

.mdi-seat-flat:before {
    content: "󰑻"
}

.mdi-seat-flat-angled:before {
    content: "󰑼"
}

.mdi-seat-individual-suite:before {
    content: "󰑽"
}

.mdi-seat-legroom-extra:before {
    content: "󰑾"
}

.mdi-seat-legroom-normal:before {
    content: "󰑿"
}

.mdi-seat-legroom-reduced:before {
    content: "󰒀"
}

.mdi-seat-outline:before {
    content: "󰳄"
}

.mdi-seat-passenger:before {
    content: "󱉉"
}

.mdi-seat-recline-extra:before {
    content: "󰒁"
}

.mdi-seat-recline-normal:before {
    content: "󰒂"
}

.mdi-seatbelt:before {
    content: "󰳅"
}

.mdi-security:before {
    content: "󰒃"
}

.mdi-security-network:before {
    content: "󰒄"
}

.mdi-seed:before {
    content: "󰹢"
}

.mdi-seed-off:before {
    content: "󱏽"
}

.mdi-seed-off-outline:before {
    content: "󱏾"
}

.mdi-seed-outline:before {
    content: "󰹣"
}

.mdi-seed-plus:before {
    content: "󱩭"
}

.mdi-seed-plus-outline:before {
    content: "󱩮"
}

.mdi-seesaw:before {
    content: "󱖤"
}

.mdi-segment:before {
    content: "󰻋"
}

.mdi-select:before {
    content: "󰒅"
}

.mdi-select-all:before {
    content: "󰒆"
}

.mdi-select-arrow-down:before {
    content: "󱭙"
}

.mdi-select-arrow-up:before {
    content: "󱭘"
}

.mdi-select-color:before {
    content: "󰴱"
}

.mdi-select-compare:before {
    content: "󰫙"
}

.mdi-select-drag:before {
    content: "󰩬"
}

.mdi-select-group:before {
    content: "󰾂"
}

.mdi-select-inverse:before {
    content: "󰒇"
}

.mdi-select-marker:before {
    content: "󱊀"
}

.mdi-select-multiple:before {
    content: "󱊁"
}

.mdi-select-multiple-marker:before {
    content: "󱊂"
}

.mdi-select-off:before {
    content: "󰒈"
}

.mdi-select-place:before {
    content: "󰿚"
}

.mdi-select-remove:before {
    content: "󱟁"
}

.mdi-select-search:before {
    content: "󱈄"
}

.mdi-selection:before {
    content: "󰒉"
}

.mdi-selection-drag:before {
    content: "󰩭"
}

.mdi-selection-ellipse:before {
    content: "󰴲"
}

.mdi-selection-ellipse-arrow-inside:before {
    content: "󰼢"
}

.mdi-selection-ellipse-remove:before {
    content: "󱟂"
}

.mdi-selection-marker:before {
    content: "󱊃"
}

.mdi-selection-multiple:before {
    content: "󱊅"
}

.mdi-selection-multiple-marker:before {
    content: "󱊄"
}

.mdi-selection-off:before {
    content: "󰝷"
}

.mdi-selection-remove:before {
    content: "󱟃"
}

.mdi-selection-search:before {
    content: "󱈅"
}

.mdi-semantic-web:before {
    content: "󱌖"
}

.mdi-send:before {
    content: "󰒊"
}

.mdi-send-check:before {
    content: "󱅡"
}

.mdi-send-check-outline:before {
    content: "󱅢"
}

.mdi-send-circle:before {
    content: "󰷸"
}

.mdi-send-circle-outline:before {
    content: "󰷹"
}

.mdi-send-clock:before {
    content: "󱅣"
}

.mdi-send-clock-outline:before {
    content: "󱅤"
}

.mdi-send-lock:before {
    content: "󰟭"
}

.mdi-send-lock-outline:before {
    content: "󱅦"
}

.mdi-send-outline:before {
    content: "󱅥"
}

.mdi-send-variant:before {
    content: "󱱍"
}

.mdi-send-variant-clock:before {
    content: "󱱾"
}

.mdi-send-variant-clock-outline:before {
    content: "󱱿"
}

.mdi-send-variant-outline:before {
    content: "󱱎"
}

.mdi-serial-port:before {
    content: "󰙜"
}

.mdi-server:before {
    content: "󰒋"
}

.mdi-server-minus:before {
    content: "󰒌"
}

.mdi-server-minus-outline:before {
    content: "󱲘"
}

.mdi-server-network:before {
    content: "󰒍"
}

.mdi-server-network-off:before {
    content: "󰒎"
}

.mdi-server-network-outline:before {
    content: "󱲙"
}

.mdi-server-off:before {
    content: "󰒏"
}

.mdi-server-outline:before {
    content: "󱲚"
}

.mdi-server-plus:before {
    content: "󰒐"
}

.mdi-server-plus-outline:before {
    content: "󱲛"
}

.mdi-server-remove:before {
    content: "󰒑"
}

.mdi-server-security:before {
    content: "󰒒"
}

.mdi-set-all:before {
    content: "󰝸"
}

.mdi-set-center:before {
    content: "󰝹"
}

.mdi-set-center-right:before {
    content: "󰝺"
}

.mdi-set-left:before {
    content: "󰝻"
}

.mdi-set-left-center:before {
    content: "󰝼"
}

.mdi-set-left-right:before {
    content: "󰝽"
}

.mdi-set-merge:before {
    content: "󱓠"
}

.mdi-set-none:before {
    content: "󰝾"
}

.mdi-set-right:before {
    content: "󰝿"
}

.mdi-set-split:before {
    content: "󱓡"
}

.mdi-set-square:before {
    content: "󱑝"
}

.mdi-set-top-box:before {
    content: "󰦟"
}

.mdi-settings-helper:before {
    content: "󰩮"
}

.mdi-shaker:before {
    content: "󱄎"
}

.mdi-shaker-outline:before {
    content: "󱄏"
}

.mdi-shape:before {
    content: "󰠱"
}

.mdi-shape-circle-plus:before {
    content: "󰙝"
}

.mdi-shape-outline:before {
    content: "󰠲"
}

.mdi-shape-oval-plus:before {
    content: "󱇺"
}

.mdi-shape-plus:before {
    content: "󰒕"
}

.mdi-shape-plus-outline:before {
    content: "󱱏"
}

.mdi-shape-polygon-plus:before {
    content: "󰙞"
}

.mdi-shape-rectangle-plus:before {
    content: "󰙟"
}

.mdi-shape-square-plus:before {
    content: "󰙠"
}

.mdi-shape-square-rounded-plus:before {
    content: "󱓺"
}

.mdi-share:before {
    content: "󰒖"
}

.mdi-share-all:before {
    content: "󱇴"
}

.mdi-share-all-outline:before {
    content: "󱇵"
}

.mdi-share-circle:before {
    content: "󱆭"
}

.mdi-share-off:before {
    content: "󰼣"
}

.mdi-share-off-outline:before {
    content: "󰼤"
}

.mdi-share-outline:before {
    content: "󰤲"
}

.mdi-share-variant:before {
    content: "󰒗"
}

.mdi-share-variant-outline:before {
    content: "󱔔"
}

.mdi-shark:before {
    content: "󱢺"
}

.mdi-shark-fin:before {
    content: "󱙳"
}

.mdi-shark-fin-outline:before {
    content: "󱙴"
}

.mdi-shark-off:before {
    content: "󱢻"
}

.mdi-sheep:before {
    content: "󰳆"
}

.mdi-shield:before {
    content: "󰒘"
}

.mdi-shield-account:before {
    content: "󰢏"
}

.mdi-shield-account-outline:before {
    content: "󰨒"
}

.mdi-shield-account-variant:before {
    content: "󱖧"
}

.mdi-shield-account-variant-outline:before {
    content: "󱖨"
}

.mdi-shield-airplane:before {
    content: "󰚻"
}

.mdi-shield-airplane-outline:before {
    content: "󰳇"
}

.mdi-shield-alert:before {
    content: "󰻌"
}

.mdi-shield-alert-outline:before {
    content: "󰻍"
}

.mdi-shield-bug:before {
    content: "󱏚"
}

.mdi-shield-bug-outline:before {
    content: "󱏛"
}

.mdi-shield-car:before {
    content: "󰾃"
}

.mdi-shield-check:before {
    content: "󰕥"
}

.mdi-shield-check-outline:before {
    content: "󰳈"
}

.mdi-shield-cross:before {
    content: "󰳉"
}

.mdi-shield-cross-outline:before {
    content: "󰳊"
}

.mdi-shield-crown:before {
    content: "󱢼"
}

.mdi-shield-crown-outline:before {
    content: "󱢽"
}

.mdi-shield-edit:before {
    content: "󱆠"
}

.mdi-shield-edit-outline:before {
    content: "󱆡"
}

.mdi-shield-half:before {
    content: "󱍠"
}

.mdi-shield-half-full:before {
    content: "󰞀"
}

.mdi-shield-home:before {
    content: "󰚊"
}

.mdi-shield-home-outline:before {
    content: "󰳋"
}

.mdi-shield-key:before {
    content: "󰯄"
}

.mdi-shield-key-outline:before {
    content: "󰯅"
}

.mdi-shield-link-variant:before {
    content: "󰴳"
}

.mdi-shield-link-variant-outline:before {
    content: "󰴴"
}

.mdi-shield-lock:before {
    content: "󰦝"
}

.mdi-shield-lock-open:before {
    content: "󱦚"
}

.mdi-shield-lock-open-outline:before {
    content: "󱦛"
}

.mdi-shield-lock-outline:before {
    content: "󰳌"
}

.mdi-shield-moon:before {
    content: "󱠨"
}

.mdi-shield-moon-outline:before {
    content: "󱠩"
}

.mdi-shield-off:before {
    content: "󰦞"
}

.mdi-shield-off-outline:before {
    content: "󰦜"
}

.mdi-shield-outline:before {
    content: "󰒙"
}

.mdi-shield-plus:before {
    content: "󰫚"
}

.mdi-shield-plus-outline:before {
    content: "󰫛"
}

.mdi-shield-refresh:before {
    content: "󰂪"
}

.mdi-shield-refresh-outline:before {
    content: "󰇠"
}

.mdi-shield-remove:before {
    content: "󰫜"
}

.mdi-shield-remove-outline:before {
    content: "󰫝"
}

.mdi-shield-search:before {
    content: "󰶚"
}

.mdi-shield-star:before {
    content: "󱄻"
}

.mdi-shield-star-outline:before {
    content: "󱄼"
}

.mdi-shield-sun:before {
    content: "󱁝"
}

.mdi-shield-sun-outline:before {
    content: "󱁞"
}

.mdi-shield-sword:before {
    content: "󱢾"
}

.mdi-shield-sword-outline:before {
    content: "󱢿"
}

.mdi-shield-sync:before {
    content: "󱆢"
}

.mdi-shield-sync-outline:before {
    content: "󱆣"
}

.mdi-shimmer:before {
    content: "󱕅"
}

.mdi-ship-wheel:before {
    content: "󰠳"
}

.mdi-shipping-pallet:before {
    content: "󱡎"
}

.mdi-shoe-ballet:before {
    content: "󱗊"
}

.mdi-shoe-cleat:before {
    content: "󱗇"
}

.mdi-shoe-formal:before {
    content: "󰭇"
}

.mdi-shoe-heel:before {
    content: "󰭈"
}

.mdi-shoe-print:before {
    content: "󰷺"
}

.mdi-shoe-sneaker:before {
    content: "󱗈"
}

.mdi-shopping:before {
    content: "󰒚"
}

.mdi-shopping-music:before {
    content: "󰒛"
}

.mdi-shopping-outline:before {
    content: "󱇕"
}

.mdi-shopping-search:before {
    content: "󰾄"
}

.mdi-shopping-search-outline:before {
    content: "󱩯"
}

.mdi-shore:before {
    content: "󱓹"
}

.mdi-shovel:before {
    content: "󰜐"
}

.mdi-shovel-off:before {
    content: "󰜑"
}

.mdi-shower:before {
    content: "󰦠"
}

.mdi-shower-head:before {
    content: "󰦡"
}

.mdi-shredder:before {
    content: "󰒜"
}

.mdi-shuffle:before {
    content: "󰒝"
}

.mdi-shuffle-disabled:before {
    content: "󰒞"
}

.mdi-shuffle-variant:before {
    content: "󰒟"
}

.mdi-shuriken:before {
    content: "󱍿"
}

.mdi-sickle:before {
    content: "󱣀"
}

.mdi-sigma:before {
    content: "󰒠"
}

.mdi-sigma-lower:before {
    content: "󰘫"
}

.mdi-sign-caution:before {
    content: "󰒡"
}

.mdi-sign-direction:before {
    content: "󰞁"
}

.mdi-sign-direction-minus:before {
    content: "󱀀"
}

.mdi-sign-direction-plus:before {
    content: "󰿜"
}

.mdi-sign-direction-remove:before {
    content: "󰿝"
}

.mdi-sign-language:before {
    content: "󱭍"
}

.mdi-sign-language-outline:before {
    content: "󱭎"
}

.mdi-sign-pole:before {
    content: "󱓸"
}

.mdi-sign-real-estate:before {
    content: "󱄘"
}

.mdi-sign-text:before {
    content: "󰞂"
}

.mdi-sign-yield:before {
    content: "󱮯"
}

.mdi-signal:before {
    content: "󰒢"
}

.mdi-signal-2g:before {
    content: "󰜒"
}

.mdi-signal-3g:before {
    content: "󰜓"
}

.mdi-signal-4g:before {
    content: "󰜔"
}

.mdi-signal-5g:before {
    content: "󰩯"
}

.mdi-signal-cellular-1:before {
    content: "󰢼"
}

.mdi-signal-cellular-2:before {
    content: "󰢽"
}

.mdi-signal-cellular-3:before {
    content: "󰢾"
}

.mdi-signal-cellular-outline:before {
    content: "󰢿"
}

.mdi-signal-distance-variant:before {
    content: "󰹤"
}

.mdi-signal-hspa:before {
    content: "󰜕"
}

.mdi-signal-hspa-plus:before {
    content: "󰜖"
}

.mdi-signal-off:before {
    content: "󰞃"
}

.mdi-signal-variant:before {
    content: "󰘊"
}

.mdi-signature:before {
    content: "󰷻"
}

.mdi-signature-freehand:before {
    content: "󰷼"
}

.mdi-signature-image:before {
    content: "󰷽"
}

.mdi-signature-text:before {
    content: "󰷾"
}

.mdi-silo:before {
    content: "󱮟"
}

.mdi-silo-outline:before {
    content: "󰭉"
}

.mdi-silverware:before {
    content: "󰒣"
}

.mdi-silverware-clean:before {
    content: "󰿞"
}

.mdi-silverware-fork:before {
    content: "󰒤"
}

.mdi-silverware-fork-knife:before {
    content: "󰩰"
}

.mdi-silverware-spoon:before {
    content: "󰒥"
}

.mdi-silverware-variant:before {
    content: "󰒦"
}

.mdi-sim:before {
    content: "󰒧"
}

.mdi-sim-alert:before {
    content: "󰒨"
}

.mdi-sim-alert-outline:before {
    content: "󱗓"
}

.mdi-sim-off:before {
    content: "󰒩"
}

.mdi-sim-off-outline:before {
    content: "󱗔"
}

.mdi-sim-outline:before {
    content: "󱗕"
}

.mdi-simple-icons:before {
    content: "󱌝"
}

.mdi-sina-weibo:before {
    content: "󰫟"
}

.mdi-sine-wave:before {
    content: "󰥛"
}

.mdi-sitemap:before {
    content: "󰒪"
}

.mdi-sitemap-outline:before {
    content: "󱦜"
}

.mdi-size-l:before {
    content: "󱎦"
}

.mdi-size-m:before {
    content: "󱎥"
}

.mdi-size-s:before {
    content: "󱎤"
}

.mdi-size-xl:before {
    content: "󱎧"
}

.mdi-size-xs:before {
    content: "󱎣"
}

.mdi-size-xxl:before {
    content: "󱎨"
}

.mdi-size-xxs:before {
    content: "󱎢"
}

.mdi-size-xxxl:before {
    content: "󱎩"
}

.mdi-skate:before {
    content: "󰴵"
}

.mdi-skate-off:before {
    content: "󰚙"
}

.mdi-skateboard:before {
    content: "󱓂"
}

.mdi-skateboarding:before {
    content: "󰔁"
}

.mdi-skew-less:before {
    content: "󰴶"
}

.mdi-skew-more:before {
    content: "󰴷"
}

.mdi-ski:before {
    content: "󱌄"
}

.mdi-ski-cross-country:before {
    content: "󱌅"
}

.mdi-ski-water:before {
    content: "󱌆"
}

.mdi-skip-backward:before {
    content: "󰒫"
}

.mdi-skip-backward-outline:before {
    content: "󰼥"
}

.mdi-skip-forward:before {
    content: "󰒬"
}

.mdi-skip-forward-outline:before {
    content: "󰼦"
}

.mdi-skip-next:before {
    content: "󰒭"
}

.mdi-skip-next-circle:before {
    content: "󰙡"
}

.mdi-skip-next-circle-outline:before {
    content: "󰙢"
}

.mdi-skip-next-outline:before {
    content: "󰼧"
}

.mdi-skip-previous:before {
    content: "󰒮"
}

.mdi-skip-previous-circle:before {
    content: "󰙣"
}

.mdi-skip-previous-circle-outline:before {
    content: "󰙤"
}

.mdi-skip-previous-outline:before {
    content: "󰼨"
}

.mdi-skull:before {
    content: "󰚌"
}

.mdi-skull-crossbones:before {
    content: "󰯆"
}

.mdi-skull-crossbones-outline:before {
    content: "󰯇"
}

.mdi-skull-outline:before {
    content: "󰯈"
}

.mdi-skull-scan:before {
    content: "󱓇"
}

.mdi-skull-scan-outline:before {
    content: "󱓈"
}

.mdi-skype:before {
    content: "󰒯"
}

.mdi-skype-business:before {
    content: "󰒰"
}

.mdi-slack:before {
    content: "󰒱"
}

.mdi-slash-forward:before {
    content: "󰿟"
}

.mdi-slash-forward-box:before {
    content: "󰿠"
}

.mdi-sledding:before {
    content: "󰐛"
}

.mdi-sleep:before {
    content: "󰒲"
}

.mdi-sleep-off:before {
    content: "󰒳"
}

.mdi-slide:before {
    content: "󱖥"
}

.mdi-slope-downhill:before {
    content: "󰷿"
}

.mdi-slope-uphill:before {
    content: "󰸀"
}

.mdi-slot-machine:before {
    content: "󱄔"
}

.mdi-slot-machine-outline:before {
    content: "󱄕"
}

.mdi-smart-card:before {
    content: "󱂽"
}

.mdi-smart-card-off:before {
    content: "󱣷"
}

.mdi-smart-card-off-outline:before {
    content: "󱣸"
}

.mdi-smart-card-outline:before {
    content: "󱂾"
}

.mdi-smart-card-reader:before {
    content: "󱂿"
}

.mdi-smart-card-reader-outline:before {
    content: "󱃀"
}

.mdi-smog:before {
    content: "󰩱"
}

.mdi-smoke:before {
    content: "󱞙"
}

.mdi-smoke-detector:before {
    content: "󰎒"
}

.mdi-smoke-detector-alert:before {
    content: "󱤮"
}

.mdi-smoke-detector-alert-outline:before {
    content: "󱤯"
}

.mdi-smoke-detector-off:before {
    content: "󱠉"
}

.mdi-smoke-detector-off-outline:before {
    content: "󱠊"
}

.mdi-smoke-detector-outline:before {
    content: "󱠈"
}

.mdi-smoke-detector-variant:before {
    content: "󱠋"
}

.mdi-smoke-detector-variant-alert:before {
    content: "󱤰"
}

.mdi-smoke-detector-variant-off:before {
    content: "󱠌"
}

.mdi-smoking:before {
    content: "󰒴"
}

.mdi-smoking-off:before {
    content: "󰒵"
}

.mdi-smoking-pipe:before {
    content: "󱐍"
}

.mdi-smoking-pipe-off:before {
    content: "󱐨"
}

.mdi-snail:before {
    content: "󱙷"
}

.mdi-snake:before {
    content: "󱔎"
}

.mdi-snapchat:before {
    content: "󰒶"
}

.mdi-snowboard:before {
    content: "󱌇"
}

.mdi-snowflake:before {
    content: "󰜗"
}

.mdi-snowflake-alert:before {
    content: "󰼩"
}

.mdi-snowflake-check:before {
    content: "󱩰"
}

.mdi-snowflake-melt:before {
    content: "󱋋"
}

.mdi-snowflake-off:before {
    content: "󱓣"
}

.mdi-snowflake-thermometer:before {
    content: "󱩱"
}

.mdi-snowflake-variant:before {
    content: "󰼪"
}

.mdi-snowman:before {
    content: "󰒷"
}

.mdi-snowmobile:before {
    content: "󰛝"
}

.mdi-snowshoeing:before {
    content: "󱩲"
}

.mdi-soccer:before {
    content: "󰒸"
}

.mdi-soccer-field:before {
    content: "󰠴"
}

.mdi-social-distance-2-meters:before {
    content: "󱕹"
}

.mdi-social-distance-6-feet:before {
    content: "󱕺"
}

.mdi-sofa:before {
    content: "󰒹"
}

.mdi-sofa-outline:before {
    content: "󱕭"
}

.mdi-sofa-single:before {
    content: "󱕮"
}

.mdi-sofa-single-outline:before {
    content: "󱕯"
}

.mdi-solar-panel:before {
    content: "󰶛"
}

.mdi-solar-panel-large:before {
    content: "󰶜"
}

.mdi-solar-power:before {
    content: "󰩲"
}

.mdi-solar-power-variant:before {
    content: "󱩳"
}

.mdi-solar-power-variant-outline:before {
    content: "󱩴"
}

.mdi-soldering-iron:before {
    content: "󱂒"
}

.mdi-solid:before {
    content: "󰚍"
}

.mdi-sony-playstation:before {
    content: "󰐔"
}

.mdi-sort:before {
    content: "󰒺"
}

.mdi-sort-alphabetical-ascending:before {
    content: "󰖽"
}

.mdi-sort-alphabetical-ascending-variant:before {
    content: "󱅈"
}

.mdi-sort-alphabetical-descending:before {
    content: "󰖿"
}

.mdi-sort-alphabetical-descending-variant:before {
    content: "󱅉"
}

.mdi-sort-alphabetical-variant:before {
    content: "󰒻"
}

.mdi-sort-ascending:before {
    content: "󰒼"
}

.mdi-sort-bool-ascending:before {
    content: "󱎅"
}

.mdi-sort-bool-ascending-variant:before {
    content: "󱎆"
}

.mdi-sort-bool-descending:before {
    content: "󱎇"
}

.mdi-sort-bool-descending-variant:before {
    content: "󱎈"
}

.mdi-sort-calendar-ascending:before {
    content: "󱕇"
}

.mdi-sort-calendar-descending:before {
    content: "󱕈"
}

.mdi-sort-clock-ascending:before {
    content: "󱕉"
}

.mdi-sort-clock-ascending-outline:before {
    content: "󱕊"
}

.mdi-sort-clock-descending:before {
    content: "󱕋"
}

.mdi-sort-clock-descending-outline:before {
    content: "󱕌"
}

.mdi-sort-descending:before {
    content: "󰒽"
}

.mdi-sort-numeric-ascending:before {
    content: "󱎉"
}

.mdi-sort-numeric-ascending-variant:before {
    content: "󰤍"
}

.mdi-sort-numeric-descending:before {
    content: "󱎊"
}

.mdi-sort-numeric-descending-variant:before {
    content: "󰫒"
}

.mdi-sort-numeric-variant:before {
    content: "󰒾"
}

.mdi-sort-reverse-variant:before {
    content: "󰌼"
}

.mdi-sort-variant:before {
    content: "󰒿"
}

.mdi-sort-variant-lock:before {
    content: "󰳍"
}

.mdi-sort-variant-lock-open:before {
    content: "󰳎"
}

.mdi-sort-variant-off:before {
    content: "󱪻"
}

.mdi-sort-variant-remove:before {
    content: "󱅇"
}

.mdi-soundbar:before {
    content: "󱟛"
}

.mdi-soundcloud:before {
    content: "󰓀"
}

.mdi-source-branch:before {
    content: "󰘬"
}

.mdi-source-branch-check:before {
    content: "󱓏"
}

.mdi-source-branch-minus:before {
    content: "󱓋"
}

.mdi-source-branch-plus:before {
    content: "󱓊"
}

.mdi-source-branch-refresh:before {
    content: "󱓍"
}

.mdi-source-branch-remove:before {
    content: "󱓌"
}

.mdi-source-branch-sync:before {
    content: "󱓎"
}

.mdi-source-commit:before {
    content: "󰜘"
}

.mdi-source-commit-end:before {
    content: "󰜙"
}

.mdi-source-commit-end-local:before {
    content: "󰜚"
}

.mdi-source-commit-local:before {
    content: "󰜛"
}

.mdi-source-commit-next-local:before {
    content: "󰜜"
}

.mdi-source-commit-start:before {
    content: "󰜝"
}

.mdi-source-commit-start-next-local:before {
    content: "󰜞"
}

.mdi-source-fork:before {
    content: "󰓁"
}

.mdi-source-merge:before {
    content: "󰘭"
}

.mdi-source-pull:before {
    content: "󰓂"
}

.mdi-source-repository:before {
    content: "󰳏"
}

.mdi-source-repository-multiple:before {
    content: "󰳐"
}

.mdi-soy-sauce:before {
    content: "󰟮"
}

.mdi-soy-sauce-off:before {
    content: "󱏼"
}

.mdi-spa:before {
    content: "󰳑"
}

.mdi-spa-outline:before {
    content: "󰳒"
}

.mdi-space-invaders:before {
    content: "󰯉"
}

.mdi-space-station:before {
    content: "󱎃"
}

.mdi-spade:before {
    content: "󰹥"
}

.mdi-speaker:before {
    content: "󰓃"
}

.mdi-speaker-bluetooth:before {
    content: "󰦢"
}

.mdi-speaker-message:before {
    content: "󱬑"
}

.mdi-speaker-multiple:before {
    content: "󰴸"
}

.mdi-speaker-off:before {
    content: "󰓄"
}

.mdi-speaker-pause:before {
    content: "󱭳"
}

.mdi-speaker-play:before {
    content: "󱭲"
}

.mdi-speaker-stop:before {
    content: "󱭴"
}

.mdi-speaker-wireless:before {
    content: "󰜟"
}

.mdi-spear:before {
    content: "󱡅"
}

.mdi-speedometer:before {
    content: "󰓅"
}

.mdi-speedometer-medium:before {
    content: "󰾅"
}

.mdi-speedometer-slow:before {
    content: "󰾆"
}

.mdi-spellcheck:before {
    content: "󰓆"
}

.mdi-sphere:before {
    content: "󱥔"
}

.mdi-sphere-off:before {
    content: "󱥕"
}

.mdi-spider:before {
    content: "󱇪"
}

.mdi-spider-outline:before {
    content: "󱱵"
}

.mdi-spider-thread:before {
    content: "󱇫"
}

.mdi-spider-web:before {
    content: "󰯊"
}

.mdi-spirit-level:before {
    content: "󱓱"
}

.mdi-spoon-sugar:before {
    content: "󱐩"
}

.mdi-spotify:before {
    content: "󰓇"
}

.mdi-spotlight:before {
    content: "󰓈"
}

.mdi-spotlight-beam:before {
    content: "󰓉"
}

.mdi-spray:before {
    content: "󰙥"
}

.mdi-spray-bottle:before {
    content: "󰫠"
}

.mdi-sprinkler:before {
    content: "󱁟"
}

.mdi-sprinkler-fire:before {
    content: "󱦝"
}

.mdi-sprinkler-variant:before {
    content: "󱁠"
}

.mdi-sprout:before {
    content: "󰹦"
}

.mdi-sprout-outline:before {
    content: "󰹧"
}

.mdi-square:before {
    content: "󰝤"
}

.mdi-square-circle:before {
    content: "󱔀"
}

.mdi-square-circle-outline:before {
    content: "󱱐"
}

.mdi-square-edit-outline:before {
    content: "󰤌"
}

.mdi-square-medium:before {
    content: "󰨓"
}

.mdi-square-medium-outline:before {
    content: "󰨔"
}

.mdi-square-off:before {
    content: "󱋮"
}

.mdi-square-off-outline:before {
    content: "󱋯"
}

.mdi-square-opacity:before {
    content: "󱡔"
}

.mdi-square-outline:before {
    content: "󰝣"
}

.mdi-square-root:before {
    content: "󰞄"
}

.mdi-square-root-box:before {
    content: "󰦣"
}

.mdi-square-rounded:before {
    content: "󱓻"
}

.mdi-square-rounded-badge:before {
    content: "󱨇"
}

.mdi-square-rounded-badge-outline:before {
    content: "󱨈"
}

.mdi-square-rounded-outline:before {
    content: "󱓼"
}

.mdi-square-small:before {
    content: "󰨕"
}

.mdi-square-wave:before {
    content: "󱑻"
}

.mdi-squeegee:before {
    content: "󰫡"
}

.mdi-ssh:before {
    content: "󰣀"
}

.mdi-stack-exchange:before {
    content: "󰘋"
}

.mdi-stack-overflow:before {
    content: "󰓌"
}

.mdi-stackpath:before {
    content: "󰍙"
}

.mdi-stadium:before {
    content: "󰿹"
}

.mdi-stadium-outline:before {
    content: "󱬃"
}

.mdi-stadium-variant:before {
    content: "󰜠"
}

.mdi-stairs:before {
    content: "󰓍"
}

.mdi-stairs-box:before {
    content: "󱎞"
}

.mdi-stairs-down:before {
    content: "󱊾"
}

.mdi-stairs-up:before {
    content: "󱊽"
}

.mdi-stamper:before {
    content: "󰴹"
}

.mdi-standard-definition:before {
    content: "󰟯"
}

.mdi-star:before {
    content: "󰓎"
}

.mdi-star-box:before {
    content: "󰩳"
}

.mdi-star-box-multiple:before {
    content: "󱊆"
}

.mdi-star-box-multiple-outline:before {
    content: "󱊇"
}

.mdi-star-box-outline:before {
    content: "󰩴"
}

.mdi-star-check:before {
    content: "󱕦"
}

.mdi-star-check-outline:before {
    content: "󱕪"
}

.mdi-star-circle:before {
    content: "󰓏"
}

.mdi-star-circle-outline:before {
    content: "󰦤"
}

.mdi-star-cog:before {
    content: "󱙨"
}

.mdi-star-cog-outline:before {
    content: "󱙩"
}

.mdi-star-crescent:before {
    content: "󰥹"
}

.mdi-star-david:before {
    content: "󰥺"
}

.mdi-star-face:before {
    content: "󰦥"
}

.mdi-star-four-points:before {
    content: "󰫢"
}

.mdi-star-four-points-box:before {
    content: "󱱑"
}

.mdi-star-four-points-box-outline:before {
    content: "󱱒"
}

.mdi-star-four-points-circle:before {
    content: "󱱓"
}

.mdi-star-four-points-circle-outline:before {
    content: "󱱔"
}

.mdi-star-four-points-outline:before {
    content: "󰫣"
}

.mdi-star-four-points-small:before {
    content: "󱱕"
}

.mdi-star-half:before {
    content: "󰉆"
}

.mdi-star-half-full:before {
    content: "󰓐"
}

.mdi-star-minus:before {
    content: "󱕤"
}

.mdi-star-minus-outline:before {
    content: "󱕨"
}

.mdi-star-off:before {
    content: "󰓑"
}

.mdi-star-off-outline:before {
    content: "󱕛"
}

.mdi-star-outline:before {
    content: "󰓒"
}

.mdi-star-plus:before {
    content: "󱕣"
}

.mdi-star-plus-outline:before {
    content: "󱕧"
}

.mdi-star-remove:before {
    content: "󱕥"
}

.mdi-star-remove-outline:before {
    content: "󱕩"
}

.mdi-star-settings:before {
    content: "󱙪"
}

.mdi-star-settings-outline:before {
    content: "󱙫"
}

.mdi-star-shooting:before {
    content: "󱝁"
}

.mdi-star-shooting-outline:before {
    content: "󱝂"
}

.mdi-star-three-points:before {
    content: "󰫤"
}

.mdi-star-three-points-outline:before {
    content: "󰫥"
}

.mdi-state-machine:before {
    content: "󱇯"
}

.mdi-steam:before {
    content: "󰓓"
}

.mdi-steering:before {
    content: "󰓔"
}

.mdi-steering-off:before {
    content: "󰤎"
}

.mdi-step-backward:before {
    content: "󰓕"
}

.mdi-step-backward-2:before {
    content: "󰓖"
}

.mdi-step-forward:before {
    content: "󰓗"
}

.mdi-step-forward-2:before {
    content: "󰓘"
}

.mdi-stethoscope:before {
    content: "󰓙"
}

.mdi-sticker:before {
    content: "󱍤"
}

.mdi-sticker-alert:before {
    content: "󱍥"
}

.mdi-sticker-alert-outline:before {
    content: "󱍦"
}

.mdi-sticker-check:before {
    content: "󱍧"
}

.mdi-sticker-check-outline:before {
    content: "󱍨"
}

.mdi-sticker-circle-outline:before {
    content: "󰗐"
}

.mdi-sticker-emoji:before {
    content: "󰞅"
}

.mdi-sticker-minus:before {
    content: "󱍩"
}

.mdi-sticker-minus-outline:before {
    content: "󱍪"
}

.mdi-sticker-outline:before {
    content: "󱍫"
}

.mdi-sticker-plus:before {
    content: "󱍬"
}

.mdi-sticker-plus-outline:before {
    content: "󱍭"
}

.mdi-sticker-remove:before {
    content: "󱍮"
}

.mdi-sticker-remove-outline:before {
    content: "󱍯"
}

.mdi-sticker-text:before {
    content: "󱞎"
}

.mdi-sticker-text-outline:before {
    content: "󱞏"
}

.mdi-stocking:before {
    content: "󰓚"
}

.mdi-stomach:before {
    content: "󱂓"
}

.mdi-stool:before {
    content: "󱥝"
}

.mdi-stool-outline:before {
    content: "󱥞"
}

.mdi-stop:before {
    content: "󰓛"
}

.mdi-stop-circle:before {
    content: "󰙦"
}

.mdi-stop-circle-outline:before {
    content: "󰙧"
}

.mdi-storage-tank:before {
    content: "󱩵"
}

.mdi-storage-tank-outline:before {
    content: "󱩶"
}

.mdi-store:before {
    content: "󰓜"
}

.mdi-store-24-hour:before {
    content: "󰓝"
}

.mdi-store-alert:before {
    content: "󱣁"
}

.mdi-store-alert-outline:before {
    content: "󱣂"
}

.mdi-store-check:before {
    content: "󱣃"
}

.mdi-store-check-outline:before {
    content: "󱣄"
}

.mdi-store-clock:before {
    content: "󱣅"
}

.mdi-store-clock-outline:before {
    content: "󱣆"
}

.mdi-store-cog:before {
    content: "󱣇"
}

.mdi-store-cog-outline:before {
    content: "󱣈"
}

.mdi-store-edit:before {
    content: "󱣉"
}

.mdi-store-edit-outline:before {
    content: "󱣊"
}

.mdi-store-marker:before {
    content: "󱣋"
}

.mdi-store-marker-outline:before {
    content: "󱣌"
}

.mdi-store-minus:before {
    content: "󱙞"
}

.mdi-store-minus-outline:before {
    content: "󱣍"
}

.mdi-store-off:before {
    content: "󱣎"
}

.mdi-store-off-outline:before {
    content: "󱣏"
}

.mdi-store-outline:before {
    content: "󱍡"
}

.mdi-store-plus:before {
    content: "󱙟"
}

.mdi-store-plus-outline:before {
    content: "󱣐"
}

.mdi-store-remove:before {
    content: "󱙠"
}

.mdi-store-remove-outline:before {
    content: "󱣑"
}

.mdi-store-search:before {
    content: "󱣒"
}

.mdi-store-search-outline:before {
    content: "󱣓"
}

.mdi-store-settings:before {
    content: "󱣔"
}

.mdi-store-settings-outline:before {
    content: "󱣕"
}

.mdi-storefront:before {
    content: "󰟇"
}

.mdi-storefront-check:before {
    content: "󱭽"
}

.mdi-storefront-check-outline:before {
    content: "󱭾"
}

.mdi-storefront-edit:before {
    content: "󱭿"
}

.mdi-storefront-edit-outline:before {
    content: "󱮀"
}

.mdi-storefront-minus:before {
    content: "󱮃"
}

.mdi-storefront-minus-outline:before {
    content: "󱮄"
}

.mdi-storefront-outline:before {
    content: "󱃁"
}

.mdi-storefront-plus:before {
    content: "󱮁"
}

.mdi-storefront-plus-outline:before {
    content: "󱮂"
}

.mdi-storefront-remove:before {
    content: "󱮅"
}

.mdi-storefront-remove-outline:before {
    content: "󱮆"
}

.mdi-stove:before {
    content: "󰓞"
}

.mdi-strategy:before {
    content: "󱇖"
}

.mdi-stretch-to-page:before {
    content: "󰼫"
}

.mdi-stretch-to-page-outline:before {
    content: "󰼬"
}

.mdi-string-lights:before {
    content: "󱊺"
}

.mdi-string-lights-off:before {
    content: "󱊻"
}

.mdi-subdirectory-arrow-left:before {
    content: "󰘌"
}

.mdi-subdirectory-arrow-right:before {
    content: "󰘍"
}

.mdi-submarine:before {
    content: "󱕬"
}

.mdi-subtitles:before {
    content: "󰨖"
}

.mdi-subtitles-outline:before {
    content: "󰨗"
}

.mdi-subway:before {
    content: "󰚬"
}

.mdi-subway-alert-variant:before {
    content: "󰶝"
}

.mdi-subway-variant:before {
    content: "󰓟"
}

.mdi-summit:before {
    content: "󰞆"
}

.mdi-sun-angle:before {
    content: "󱬧"
}

.mdi-sun-angle-outline:before {
    content: "󱬨"
}

.mdi-sun-clock:before {
    content: "󱩷"
}

.mdi-sun-clock-outline:before {
    content: "󱩸"
}

.mdi-sun-compass:before {
    content: "󱦥"
}

.mdi-sun-snowflake:before {
    content: "󱞖"
}

.mdi-sun-snowflake-variant:before {
    content: "󱩹"
}

.mdi-sun-thermometer:before {
    content: "󱣖"
}

.mdi-sun-thermometer-outline:before {
    content: "󱣗"
}

.mdi-sun-wireless:before {
    content: "󱟾"
}

.mdi-sun-wireless-outline:before {
    content: "󱟿"
}

.mdi-sunglasses:before {
    content: "󰓠"
}

.mdi-surfing:before {
    content: "󱝆"
}

.mdi-surround-sound:before {
    content: "󰗅"
}

.mdi-surround-sound-2-0:before {
    content: "󰟰"
}

.mdi-surround-sound-2-1:before {
    content: "󱜩"
}

.mdi-surround-sound-3-1:before {
    content: "󰟱"
}

.mdi-surround-sound-5-1:before {
    content: "󰟲"
}

.mdi-surround-sound-5-1-2:before {
    content: "󱜪"
}

.mdi-surround-sound-7-1:before {
    content: "󰟳"
}

.mdi-svg:before {
    content: "󰜡"
}

.mdi-swap-horizontal:before {
    content: "󰓡"
}

.mdi-swap-horizontal-bold:before {
    content: "󰯍"
}

.mdi-swap-horizontal-circle:before {
    content: "󰿡"
}

.mdi-swap-horizontal-circle-outline:before {
    content: "󰿢"
}

.mdi-swap-horizontal-hidden:before {
    content: "󱴎"
}

.mdi-swap-horizontal-variant:before {
    content: "󰣁"
}

.mdi-swap-vertical:before {
    content: "󰓢"
}

.mdi-swap-vertical-bold:before {
    content: "󰯎"
}

.mdi-swap-vertical-circle:before {
    content: "󰿣"
}

.mdi-swap-vertical-circle-outline:before {
    content: "󰿤"
}

.mdi-swap-vertical-variant:before {
    content: "󰣂"
}

.mdi-swim:before {
    content: "󰓣"
}

.mdi-switch:before {
    content: "󰓤"
}

.mdi-sword:before {
    content: "󰓥"
}

.mdi-sword-cross:before {
    content: "󰞇"
}

.mdi-syllabary-hangul:before {
    content: "󱌳"
}

.mdi-syllabary-hiragana:before {
    content: "󱌴"
}

.mdi-syllabary-katakana:before {
    content: "󱌵"
}

.mdi-syllabary-katakana-halfwidth:before {
    content: "󱌶"
}

.mdi-symbol:before {
    content: "󱔁"
}

.mdi-symfony:before {
    content: "󰫦"
}

.mdi-synagogue:before {
    content: "󱬄"
}

.mdi-synagogue-outline:before {
    content: "󱬅"
}

.mdi-sync:before {
    content: "󰓦"
}

.mdi-sync-alert:before {
    content: "󰓧"
}

.mdi-sync-circle:before {
    content: "󱍸"
}

.mdi-sync-off:before {
    content: "󰓨"
}

.mdi-tab:before {
    content: "󰓩"
}

.mdi-tab-minus:before {
    content: "󰭋"
}

.mdi-tab-plus:before {
    content: "󰝜"
}

.mdi-tab-remove:before {
    content: "󰭌"
}

.mdi-tab-search:before {
    content: "󱦞"
}

.mdi-tab-unselected:before {
    content: "󰓪"
}

.mdi-table:before {
    content: "󰓫"
}

.mdi-table-account:before {
    content: "󱎹"
}

.mdi-table-alert:before {
    content: "󱎺"
}

.mdi-table-arrow-down:before {
    content: "󱎻"
}

.mdi-table-arrow-left:before {
    content: "󱎼"
}

.mdi-table-arrow-right:before {
    content: "󱎽"
}

.mdi-table-arrow-up:before {
    content: "󱎾"
}

.mdi-table-border:before {
    content: "󰨘"
}

.mdi-table-cancel:before {
    content: "󱎿"
}

.mdi-table-chair:before {
    content: "󱁡"
}

.mdi-table-check:before {
    content: "󱏀"
}

.mdi-table-clock:before {
    content: "󱏁"
}

.mdi-table-cog:before {
    content: "󱏂"
}

.mdi-table-column:before {
    content: "󰠵"
}

.mdi-table-column-plus-after:before {
    content: "󰓬"
}

.mdi-table-column-plus-before:before {
    content: "󰓭"
}

.mdi-table-column-remove:before {
    content: "󰓮"
}

.mdi-table-column-width:before {
    content: "󰓯"
}

.mdi-table-edit:before {
    content: "󰓰"
}

.mdi-table-eye:before {
    content: "󱂔"
}

.mdi-table-eye-off:before {
    content: "󱏃"
}

.mdi-table-filter:before {
    content: "󱮌"
}

.mdi-table-furniture:before {
    content: "󰖼"
}

.mdi-table-headers-eye:before {
    content: "󱈝"
}

.mdi-table-headers-eye-off:before {
    content: "󱈞"
}

.mdi-table-heart:before {
    content: "󱏄"
}

.mdi-table-key:before {
    content: "󱏅"
}

.mdi-table-large:before {
    content: "󰓱"
}

.mdi-table-large-plus:before {
    content: "󰾇"
}

.mdi-table-large-remove:before {
    content: "󰾈"
}

.mdi-table-lock:before {
    content: "󱏆"
}

.mdi-table-merge-cells:before {
    content: "󰦦"
}

.mdi-table-minus:before {
    content: "󱏇"
}

.mdi-table-multiple:before {
    content: "󱏈"
}

.mdi-table-network:before {
    content: "󱏉"
}

.mdi-table-of-contents:before {
    content: "󰠶"
}

.mdi-table-off:before {
    content: "󱏊"
}

.mdi-table-picnic:before {
    content: "󱝃"
}

.mdi-table-pivot:before {
    content: "󱠼"
}

.mdi-table-plus:before {
    content: "󰩵"
}

.mdi-table-question:before {
    content: "󱬡"
}

.mdi-table-refresh:before {
    content: "󱎠"
}

.mdi-table-remove:before {
    content: "󰩶"
}

.mdi-table-row:before {
    content: "󰠷"
}

.mdi-table-row-height:before {
    content: "󰓲"
}

.mdi-table-row-plus-after:before {
    content: "󰓳"
}

.mdi-table-row-plus-before:before {
    content: "󰓴"
}

.mdi-table-row-remove:before {
    content: "󰓵"
}

.mdi-table-search:before {
    content: "󰤏"
}

.mdi-table-settings:before {
    content: "󰠸"
}

.mdi-table-split-cell:before {
    content: "󱐪"
}

.mdi-table-star:before {
    content: "󱏋"
}

.mdi-table-sync:before {
    content: "󱎡"
}

.mdi-table-tennis:before {
    content: "󰹨"
}

.mdi-tablet:before {
    content: "󰓶"
}

.mdi-tablet-cellphone:before {
    content: "󰦧"
}

.mdi-tablet-dashboard:before {
    content: "󰻎"
}

.mdi-taco:before {
    content: "󰝢"
}

.mdi-tag:before {
    content: "󰓹"
}

.mdi-tag-arrow-down:before {
    content: "󱜫"
}

.mdi-tag-arrow-down-outline:before {
    content: "󱜬"
}

.mdi-tag-arrow-left:before {
    content: "󱜭"
}

.mdi-tag-arrow-left-outline:before {
    content: "󱜮"
}

.mdi-tag-arrow-right:before {
    content: "󱜯"
}

.mdi-tag-arrow-right-outline:before {
    content: "󱜰"
}

.mdi-tag-arrow-up:before {
    content: "󱜱"
}

.mdi-tag-arrow-up-outline:before {
    content: "󱜲"
}

.mdi-tag-check:before {
    content: "󱩺"
}

.mdi-tag-check-outline:before {
    content: "󱩻"
}

.mdi-tag-edit:before {
    content: "󱲜"
}

.mdi-tag-edit-outline:before {
    content: "󱲝"
}

.mdi-tag-faces:before {
    content: "󰓺"
}

.mdi-tag-heart:before {
    content: "󰚋"
}

.mdi-tag-heart-outline:before {
    content: "󰯏"
}

.mdi-tag-hidden:before {
    content: "󱱶"
}

.mdi-tag-minus:before {
    content: "󰤐"
}

.mdi-tag-minus-outline:before {
    content: "󱈟"
}

.mdi-tag-multiple:before {
    content: "󰓻"
}

.mdi-tag-multiple-outline:before {
    content: "󱋷"
}

.mdi-tag-off:before {
    content: "󱈠"
}

.mdi-tag-off-outline:before {
    content: "󱈡"
}

.mdi-tag-outline:before {
    content: "󰓼"
}

.mdi-tag-plus:before {
    content: "󰜢"
}

.mdi-tag-plus-outline:before {
    content: "󱈢"
}

.mdi-tag-remove:before {
    content: "󰜣"
}

.mdi-tag-remove-outline:before {
    content: "󱈣"
}

.mdi-tag-search:before {
    content: "󱤇"
}

.mdi-tag-search-outline:before {
    content: "󱤈"
}

.mdi-tag-text:before {
    content: "󱈤"
}

.mdi-tag-text-outline:before {
    content: "󰓽"
}

.mdi-tailwind:before {
    content: "󱏿"
}

.mdi-tally-mark-1:before {
    content: "󱪼"
}

.mdi-tally-mark-2:before {
    content: "󱪽"
}

.mdi-tally-mark-3:before {
    content: "󱪾"
}

.mdi-tally-mark-4:before {
    content: "󱪿"
}

.mdi-tally-mark-5:before {
    content: "󱫀"
}

.mdi-tangram:before {
    content: "󰓸"
}

.mdi-tank:before {
    content: "󰴺"
}

.mdi-tanker-truck:before {
    content: "󰿥"
}

.mdi-tape-drive:before {
    content: "󱛟"
}

.mdi-tape-measure:before {
    content: "󰭍"
}

.mdi-target:before {
    content: "󰓾"
}

.mdi-target-account:before {
    content: "󰯐"
}

.mdi-target-variant:before {
    content: "󰩷"
}

.mdi-taxi:before {
    content: "󰓿"
}

.mdi-tea:before {
    content: "󰶞"
}

.mdi-tea-outline:before {
    content: "󰶟"
}

.mdi-teamviewer:before {
    content: "󰔀"
}

.mdi-teddy-bear:before {
    content: "󱣻"
}

.mdi-telescope:before {
    content: "󰭎"
}

.mdi-television:before {
    content: "󰔂"
}

.mdi-television-ambient-light:before {
    content: "󱍖"
}

.mdi-television-box:before {
    content: "󰠹"
}

.mdi-television-classic:before {
    content: "󰟴"
}

.mdi-television-classic-off:before {
    content: "󰠺"
}

.mdi-television-guide:before {
    content: "󰔃"
}

.mdi-television-off:before {
    content: "󰠻"
}

.mdi-television-pause:before {
    content: "󰾉"
}

.mdi-television-play:before {
    content: "󰻏"
}

.mdi-television-shimmer:before {
    content: "󱄐"
}

.mdi-television-speaker:before {
    content: "󱬛"
}

.mdi-television-speaker-off:before {
    content: "󱬜"
}

.mdi-television-stop:before {
    content: "󰾊"
}

.mdi-temperature-celsius:before {
    content: "󰔄"
}

.mdi-temperature-fahrenheit:before {
    content: "󰔅"
}

.mdi-temperature-kelvin:before {
    content: "󰔆"
}

.mdi-temple-buddhist:before {
    content: "󱬆"
}

.mdi-temple-buddhist-outline:before {
    content: "󱬇"
}

.mdi-temple-hindu:before {
    content: "󱬈"
}

.mdi-temple-hindu-outline:before {
    content: "󱬉"
}

.mdi-tennis:before {
    content: "󰶠"
}

.mdi-tennis-ball:before {
    content: "󰔇"
}

.mdi-tennis-ball-outline:before {
    content: "󱱟"
}

.mdi-tent:before {
    content: "󰔈"
}

.mdi-terraform:before {
    content: "󱁢"
}

.mdi-terrain:before {
    content: "󰔉"
}

.mdi-test-tube:before {
    content: "󰙨"
}

.mdi-test-tube-empty:before {
    content: "󰤑"
}

.mdi-test-tube-off:before {
    content: "󰤒"
}

.mdi-text:before {
    content: "󰦨"
}

.mdi-text-account:before {
    content: "󱕰"
}

.mdi-text-box:before {
    content: "󰈚"
}

.mdi-text-box-check:before {
    content: "󰺦"
}

.mdi-text-box-check-outline:before {
    content: "󰺧"
}

.mdi-text-box-edit:before {
    content: "󱩼"
}

.mdi-text-box-edit-outline:before {
    content: "󱩽"
}

.mdi-text-box-minus:before {
    content: "󰺨"
}

.mdi-text-box-minus-outline:before {
    content: "󰺩"
}

.mdi-text-box-multiple:before {
    content: "󰪷"
}

.mdi-text-box-multiple-outline:before {
    content: "󰪸"
}

.mdi-text-box-outline:before {
    content: "󰧭"
}

.mdi-text-box-plus:before {
    content: "󰺪"
}

.mdi-text-box-plus-outline:before {
    content: "󰺫"
}

.mdi-text-box-remove:before {
    content: "󰺬"
}

.mdi-text-box-remove-outline:before {
    content: "󰺭"
}

.mdi-text-box-search:before {
    content: "󰺮"
}

.mdi-text-box-search-outline:before {
    content: "󰺯"
}

.mdi-text-long:before {
    content: "󰦪"
}

.mdi-text-recognition:before {
    content: "󱄽"
}

.mdi-text-search:before {
    content: "󱎸"
}

.mdi-text-search-variant:before {
    content: "󱩾"
}

.mdi-text-shadow:before {
    content: "󰙩"
}

.mdi-text-short:before {
    content: "󰦩"
}

.mdi-texture:before {
    content: "󰔌"
}

.mdi-texture-box:before {
    content: "󰿦"
}

.mdi-theater:before {
    content: "󰔍"
}

.mdi-theme-light-dark:before {
    content: "󰔎"
}

.mdi-thermometer:before {
    content: "󰔏"
}

.mdi-thermometer-alert:before {
    content: "󰸁"
}

.mdi-thermometer-auto:before {
    content: "󱬏"
}

.mdi-thermometer-bluetooth:before {
    content: "󱢕"
}

.mdi-thermometer-check:before {
    content: "󱩿"
}

.mdi-thermometer-chevron-down:before {
    content: "󰸂"
}

.mdi-thermometer-chevron-up:before {
    content: "󰸃"
}

.mdi-thermometer-high:before {
    content: "󱃂"
}

.mdi-thermometer-lines:before {
    content: "󰔐"
}

.mdi-thermometer-low:before {
    content: "󱃃"
}

.mdi-thermometer-minus:before {
    content: "󰸄"
}

.mdi-thermometer-off:before {
    content: "󱔱"
}

.mdi-thermometer-plus:before {
    content: "󰸅"
}

.mdi-thermometer-probe:before {
    content: "󱬫"
}

.mdi-thermometer-probe-off:before {
    content: "󱬬"
}

.mdi-thermometer-water:before {
    content: "󱪀"
}

.mdi-thermostat:before {
    content: "󰎓"
}

.mdi-thermostat-auto:before {
    content: "󱬗"
}

.mdi-thermostat-box:before {
    content: "󰢑"
}

.mdi-thermostat-box-auto:before {
    content: "󱬘"
}

.mdi-thermostat-cog:before {
    content: "󱲀"
}

.mdi-thought-bubble:before {
    content: "󰟶"
}

.mdi-thought-bubble-outline:before {
    content: "󰟷"
}

.mdi-thumb-down:before {
    content: "󰔑"
}

.mdi-thumb-down-outline:before {
    content: "󰔒"
}

.mdi-thumb-up:before {
    content: "󰔓"
}

.mdi-thumb-up-outline:before {
    content: "󰔔"
}

.mdi-thumbs-up-down:before {
    content: "󰔕"
}

.mdi-thumbs-up-down-outline:before {
    content: "󱤔"
}

.mdi-ticket:before {
    content: "󰔖"
}

.mdi-ticket-account:before {
    content: "󰔗"
}

.mdi-ticket-confirmation:before {
    content: "󰔘"
}

.mdi-ticket-confirmation-outline:before {
    content: "󱎪"
}

.mdi-ticket-outline:before {
    content: "󰤓"
}

.mdi-ticket-percent:before {
    content: "󰜤"
}

.mdi-ticket-percent-outline:before {
    content: "󱐫"
}

.mdi-tie:before {
    content: "󰔙"
}

.mdi-tilde:before {
    content: "󰜥"
}

.mdi-tilde-off:before {
    content: "󱣳"
}

.mdi-timelapse:before {
    content: "󰔚"
}

.mdi-timeline:before {
    content: "󰯑"
}

.mdi-timeline-alert:before {
    content: "󰾕"
}

.mdi-timeline-alert-outline:before {
    content: "󰾘"
}

.mdi-timeline-check:before {
    content: "󱔲"
}

.mdi-timeline-check-outline:before {
    content: "󱔳"
}

.mdi-timeline-clock:before {
    content: "󱇻"
}

.mdi-timeline-clock-outline:before {
    content: "󱇼"
}

.mdi-timeline-minus:before {
    content: "󱔴"
}

.mdi-timeline-minus-outline:before {
    content: "󱔵"
}

.mdi-timeline-outline:before {
    content: "󰯒"
}

.mdi-timeline-plus:before {
    content: "󰾖"
}

.mdi-timeline-plus-outline:before {
    content: "󰾗"
}

.mdi-timeline-question:before {
    content: "󰾙"
}

.mdi-timeline-question-outline:before {
    content: "󰾚"
}

.mdi-timeline-remove:before {
    content: "󱔶"
}

.mdi-timeline-remove-outline:before {
    content: "󱔷"
}

.mdi-timeline-text:before {
    content: "󰯓"
}

.mdi-timeline-text-outline:before {
    content: "󰯔"
}

.mdi-timer:before {
    content: "󱎫"
}

.mdi-timer-10:before {
    content: "󰔜"
}

.mdi-timer-3:before {
    content: "󰔝"
}

.mdi-timer-alert:before {
    content: "󱫌"
}

.mdi-timer-alert-outline:before {
    content: "󱫍"
}

.mdi-timer-cancel:before {
    content: "󱫎"
}

.mdi-timer-cancel-outline:before {
    content: "󱫏"
}

.mdi-timer-check:before {
    content: "󱫐"
}

.mdi-timer-check-outline:before {
    content: "󱫑"
}

.mdi-timer-cog:before {
    content: "󱤥"
}

.mdi-timer-cog-outline:before {
    content: "󱤦"
}

.mdi-timer-edit:before {
    content: "󱫒"
}

.mdi-timer-edit-outline:before {
    content: "󱫓"
}

.mdi-timer-lock:before {
    content: "󱫔"
}

.mdi-timer-lock-open:before {
    content: "󱫕"
}

.mdi-timer-lock-open-outline:before {
    content: "󱫖"
}

.mdi-timer-lock-outline:before {
    content: "󱫗"
}

.mdi-timer-marker:before {
    content: "󱫘"
}

.mdi-timer-marker-outline:before {
    content: "󱫙"
}

.mdi-timer-minus:before {
    content: "󱫚"
}

.mdi-timer-minus-outline:before {
    content: "󱫛"
}

.mdi-timer-music:before {
    content: "󱫜"
}

.mdi-timer-music-outline:before {
    content: "󱫝"
}

.mdi-timer-off:before {
    content: "󱎬"
}

.mdi-timer-off-outline:before {
    content: "󰔞"
}

.mdi-timer-outline:before {
    content: "󰔛"
}

.mdi-timer-pause:before {
    content: "󱫞"
}

.mdi-timer-pause-outline:before {
    content: "󱫟"
}

.mdi-timer-play:before {
    content: "󱫠"
}

.mdi-timer-play-outline:before {
    content: "󱫡"
}

.mdi-timer-plus:before {
    content: "󱫢"
}

.mdi-timer-plus-outline:before {
    content: "󱫣"
}

.mdi-timer-refresh:before {
    content: "󱫤"
}

.mdi-timer-refresh-outline:before {
    content: "󱫥"
}

.mdi-timer-remove:before {
    content: "󱫦"
}

.mdi-timer-remove-outline:before {
    content: "󱫧"
}

.mdi-timer-sand:before {
    content: "󰔟"
}

.mdi-timer-sand-complete:before {
    content: "󱦟"
}

.mdi-timer-sand-empty:before {
    content: "󰚭"
}

.mdi-timer-sand-full:before {
    content: "󰞌"
}

.mdi-timer-sand-paused:before {
    content: "󱦠"
}

.mdi-timer-settings:before {
    content: "󱤣"
}

.mdi-timer-settings-outline:before {
    content: "󱤤"
}

.mdi-timer-star:before {
    content: "󱫨"
}

.mdi-timer-star-outline:before {
    content: "󱫩"
}

.mdi-timer-stop:before {
    content: "󱫪"
}

.mdi-timer-stop-outline:before {
    content: "󱫫"
}

.mdi-timer-sync:before {
    content: "󱫬"
}

.mdi-timer-sync-outline:before {
    content: "󱫭"
}

.mdi-timetable:before {
    content: "󰔠"
}

.mdi-tire:before {
    content: "󱢖"
}

.mdi-toaster:before {
    content: "󱁣"
}

.mdi-toaster-off:before {
    content: "󱆷"
}

.mdi-toaster-oven:before {
    content: "󰳓"
}

.mdi-toggle-switch:before {
    content: "󰔡"
}

.mdi-toggle-switch-off:before {
    content: "󰔢"
}

.mdi-toggle-switch-off-outline:before {
    content: "󰨙"
}

.mdi-toggle-switch-outline:before {
    content: "󰨚"
}

.mdi-toggle-switch-variant:before {
    content: "󱨥"
}

.mdi-toggle-switch-variant-off:before {
    content: "󱨦"
}

.mdi-toilet:before {
    content: "󰦫"
}

.mdi-toolbox:before {
    content: "󰦬"
}

.mdi-toolbox-outline:before {
    content: "󰦭"
}

.mdi-tools:before {
    content: "󱁤"
}

.mdi-tooltip:before {
    content: "󰔣"
}

.mdi-tooltip-account:before {
    content: "󰀌"
}

.mdi-tooltip-cellphone:before {
    content: "󱠻"
}

.mdi-tooltip-check:before {
    content: "󱕜"
}

.mdi-tooltip-check-outline:before {
    content: "󱕝"
}

.mdi-tooltip-edit:before {
    content: "󰔤"
}

.mdi-tooltip-edit-outline:before {
    content: "󱋅"
}

.mdi-tooltip-image:before {
    content: "󰔥"
}

.mdi-tooltip-image-outline:before {
    content: "󰯕"
}

.mdi-tooltip-minus:before {
    content: "󱕞"
}

.mdi-tooltip-minus-outline:before {
    content: "󱕟"
}

.mdi-tooltip-outline:before {
    content: "󰔦"
}

.mdi-tooltip-plus:before {
    content: "󰯖"
}

.mdi-tooltip-plus-outline:before {
    content: "󰔧"
}

.mdi-tooltip-question:before {
    content: "󱮺"
}

.mdi-tooltip-question-outline:before {
    content: "󱮻"
}

.mdi-tooltip-remove:before {
    content: "󱕠"
}

.mdi-tooltip-remove-outline:before {
    content: "󱕡"
}

.mdi-tooltip-text:before {
    content: "󰔨"
}

.mdi-tooltip-text-outline:before {
    content: "󰯗"
}

.mdi-tooth:before {
    content: "󰣃"
}

.mdi-tooth-outline:before {
    content: "󰔩"
}

.mdi-toothbrush:before {
    content: "󱄩"
}

.mdi-toothbrush-electric:before {
    content: "󱄬"
}

.mdi-toothbrush-paste:before {
    content: "󱄪"
}

.mdi-torch:before {
    content: "󱘆"
}

.mdi-tortoise:before {
    content: "󰴻"
}

.mdi-toslink:before {
    content: "󱊸"
}

.mdi-touch-text-outline:before {
    content: "󱱠"
}

.mdi-tournament:before {
    content: "󰦮"
}

.mdi-tow-truck:before {
    content: "󰠼"
}

.mdi-tower-beach:before {
    content: "󰚁"
}

.mdi-tower-fire:before {
    content: "󰚂"
}

.mdi-town-hall:before {
    content: "󱡵"
}

.mdi-toy-brick:before {
    content: "󱊈"
}

.mdi-toy-brick-marker:before {
    content: "󱊉"
}

.mdi-toy-brick-marker-outline:before {
    content: "󱊊"
}

.mdi-toy-brick-minus:before {
    content: "󱊋"
}

.mdi-toy-brick-minus-outline:before {
    content: "󱊌"
}

.mdi-toy-brick-outline:before {
    content: "󱊍"
}

.mdi-toy-brick-plus:before {
    content: "󱊎"
}

.mdi-toy-brick-plus-outline:before {
    content: "󱊏"
}

.mdi-toy-brick-remove:before {
    content: "󱊐"
}

.mdi-toy-brick-remove-outline:before {
    content: "󱊑"
}

.mdi-toy-brick-search:before {
    content: "󱊒"
}

.mdi-toy-brick-search-outline:before {
    content: "󱊓"
}

.mdi-track-light:before {
    content: "󰤔"
}

.mdi-track-light-off:before {
    content: "󱬁"
}

.mdi-trackpad:before {
    content: "󰟸"
}

.mdi-trackpad-lock:before {
    content: "󰤳"
}

.mdi-tractor:before {
    content: "󰢒"
}

.mdi-tractor-variant:before {
    content: "󱓄"
}

.mdi-trademark:before {
    content: "󰩸"
}

.mdi-traffic-cone:before {
    content: "󱍼"
}

.mdi-traffic-light:before {
    content: "󰔫"
}

.mdi-traffic-light-outline:before {
    content: "󱠪"
}

.mdi-train:before {
    content: "󰔬"
}

.mdi-train-bus:before {
    content: "󱳇"
}

.mdi-train-car:before {
    content: "󰯘"
}

.mdi-train-car-autorack:before {
    content: "󱬭"
}

.mdi-train-car-box:before {
    content: "󱬮"
}

.mdi-train-car-box-full:before {
    content: "󱬯"
}

.mdi-train-car-box-open:before {
    content: "󱬰"
}

.mdi-train-car-caboose:before {
    content: "󱬱"
}

.mdi-train-car-centerbeam:before {
    content: "󱬲"
}

.mdi-train-car-centerbeam-full:before {
    content: "󱬳"
}

.mdi-train-car-container:before {
    content: "󱬴"
}

.mdi-train-car-flatbed:before {
    content: "󱬵"
}

.mdi-train-car-flatbed-car:before {
    content: "󱬶"
}

.mdi-train-car-flatbed-tank:before {
    content: "󱬷"
}

.mdi-train-car-gondola:before {
    content: "󱬸"
}

.mdi-train-car-gondola-full:before {
    content: "󱬹"
}

.mdi-train-car-hopper:before {
    content: "󱬺"
}

.mdi-train-car-hopper-covered:before {
    content: "󱬻"
}

.mdi-train-car-hopper-full:before {
    content: "󱬼"
}

.mdi-train-car-intermodal:before {
    content: "󱬽"
}

.mdi-train-car-passenger:before {
    content: "󱜳"
}

.mdi-train-car-passenger-door:before {
    content: "󱜴"
}

.mdi-train-car-passenger-door-open:before {
    content: "󱜵"
}

.mdi-train-car-passenger-variant:before {
    content: "󱜶"
}

.mdi-train-car-tank:before {
    content: "󱬾"
}

.mdi-train-variant:before {
    content: "󰣄"
}

.mdi-tram:before {
    content: "󰔭"
}

.mdi-tram-side:before {
    content: "󰿧"
}

.mdi-transcribe:before {
    content: "󰔮"
}

.mdi-transcribe-close:before {
    content: "󰔯"
}

.mdi-transfer:before {
    content: "󱁥"
}

.mdi-transfer-down:before {
    content: "󰶡"
}

.mdi-transfer-left:before {
    content: "󰶢"
}

.mdi-transfer-right:before {
    content: "󰔰"
}

.mdi-transfer-up:before {
    content: "󰶣"
}

.mdi-transit-connection:before {
    content: "󰴼"
}

.mdi-transit-connection-horizontal:before {
    content: "󱕆"
}

.mdi-transit-connection-variant:before {
    content: "󰴽"
}

.mdi-transit-detour:before {
    content: "󰾋"
}

.mdi-transit-skip:before {
    content: "󱔕"
}

.mdi-transit-transfer:before {
    content: "󰚮"
}

.mdi-transition:before {
    content: "󰤕"
}

.mdi-transition-masked:before {
    content: "󰤖"
}

.mdi-translate:before {
    content: "󰗊"
}

.mdi-translate-off:before {
    content: "󰸆"
}

.mdi-translate-variant:before {
    content: "󱮙"
}

.mdi-transmission-tower:before {
    content: "󰴾"
}

.mdi-transmission-tower-export:before {
    content: "󱤬"
}

.mdi-transmission-tower-import:before {
    content: "󱤭"
}

.mdi-transmission-tower-off:before {
    content: "󱧝"
}

.mdi-trash-can:before {
    content: "󰩹"
}

.mdi-trash-can-outline:before {
    content: "󰩺"
}

.mdi-tray:before {
    content: "󱊔"
}

.mdi-tray-alert:before {
    content: "󱊕"
}

.mdi-tray-arrow-down:before {
    content: "󰄠"
}

.mdi-tray-arrow-up:before {
    content: "󰄝"
}

.mdi-tray-full:before {
    content: "󱊖"
}

.mdi-tray-minus:before {
    content: "󱊗"
}

.mdi-tray-plus:before {
    content: "󱊘"
}

.mdi-tray-remove:before {
    content: "󱊙"
}

.mdi-treasure-chest:before {
    content: "󰜦"
}

.mdi-treasure-chest-outline:before {
    content: "󱱷"
}

.mdi-tree:before {
    content: "󰔱"
}

.mdi-tree-outline:before {
    content: "󰹩"
}

.mdi-trello:before {
    content: "󰔲"
}

.mdi-trending-down:before {
    content: "󰔳"
}

.mdi-trending-neutral:before {
    content: "󰔴"
}

.mdi-trending-up:before {
    content: "󰔵"
}

.mdi-triangle:before {
    content: "󰔶"
}

.mdi-triangle-down:before {
    content: "󱱖"
}

.mdi-triangle-down-outline:before {
    content: "󱱗"
}

.mdi-triangle-outline:before {
    content: "󰔷"
}

.mdi-triangle-small-down:before {
    content: "󱨉"
}

.mdi-triangle-small-up:before {
    content: "󱨊"
}

.mdi-triangle-wave:before {
    content: "󱑼"
}

.mdi-triforce:before {
    content: "󰯙"
}

.mdi-trophy:before {
    content: "󰔸"
}

.mdi-trophy-award:before {
    content: "󰔹"
}

.mdi-trophy-broken:before {
    content: "󰶤"
}

.mdi-trophy-outline:before {
    content: "󰔺"
}

.mdi-trophy-variant:before {
    content: "󰔻"
}

.mdi-trophy-variant-outline:before {
    content: "󰔼"
}

.mdi-truck:before {
    content: "󰔽"
}

.mdi-truck-alert:before {
    content: "󱧞"
}

.mdi-truck-alert-outline:before {
    content: "󱧟"
}

.mdi-truck-cargo-container:before {
    content: "󱣘"
}

.mdi-truck-check:before {
    content: "󰳔"
}

.mdi-truck-check-outline:before {
    content: "󱊚"
}

.mdi-truck-delivery:before {
    content: "󰔾"
}

.mdi-truck-delivery-outline:before {
    content: "󱊛"
}

.mdi-truck-fast:before {
    content: "󰞈"
}

.mdi-truck-fast-outline:before {
    content: "󱊜"
}

.mdi-truck-flatbed:before {
    content: "󱢑"
}

.mdi-truck-minus:before {
    content: "󱦮"
}

.mdi-truck-minus-outline:before {
    content: "󱦽"
}

.mdi-truck-off-road:before {
    content: "󱲞"
}

.mdi-truck-off-road-off:before {
    content: "󱲟"
}

.mdi-truck-outline:before {
    content: "󱊝"
}

.mdi-truck-plus:before {
    content: "󱦭"
}

.mdi-truck-plus-outline:before {
    content: "󱦼"
}

.mdi-truck-remove:before {
    content: "󱦯"
}

.mdi-truck-remove-outline:before {
    content: "󱦾"
}

.mdi-truck-snowflake:before {
    content: "󱦦"
}

.mdi-truck-trailer:before {
    content: "󰜧"
}

.mdi-trumpet:before {
    content: "󱂖"
}

.mdi-tshirt-crew:before {
    content: "󰩻"
}

.mdi-tshirt-crew-outline:before {
    content: "󰔿"
}

.mdi-tshirt-v:before {
    content: "󰩼"
}

.mdi-tshirt-v-outline:before {
    content: "󰕀"
}

.mdi-tsunami:before {
    content: "󱪁"
}

.mdi-tumble-dryer:before {
    content: "󰤗"
}

.mdi-tumble-dryer-alert:before {
    content: "󱆺"
}

.mdi-tumble-dryer-off:before {
    content: "󱆻"
}

.mdi-tune:before {
    content: "󰘮"
}

.mdi-tune-variant:before {
    content: "󱕂"
}

.mdi-tune-vertical:before {
    content: "󰙪"
}

.mdi-tune-vertical-variant:before {
    content: "󱕃"
}

.mdi-tunnel:before {
    content: "󱠽"
}

.mdi-tunnel-outline:before {
    content: "󱠾"
}

.mdi-turbine:before {
    content: "󱪂"
}

.mdi-turkey:before {
    content: "󱜛"
}

.mdi-turnstile:before {
    content: "󰳕"
}

.mdi-turnstile-outline:before {
    content: "󰳖"
}

.mdi-turtle:before {
    content: "󰳗"
}

.mdi-twitch:before {
    content: "󰕃"
}

.mdi-twitter:before {
    content: "󰕄"
}

.mdi-two-factor-authentication:before {
    content: "󰦯"
}

.mdi-typewriter:before {
    content: "󰼭"
}

.mdi-ubisoft:before {
    content: "󰯚"
}

.mdi-ubuntu:before {
    content: "󰕈"
}

.mdi-ufo:before {
    content: "󱃄"
}

.mdi-ufo-outline:before {
    content: "󱃅"
}

.mdi-ultra-high-definition:before {
    content: "󰟹"
}

.mdi-umbraco:before {
    content: "󰕉"
}

.mdi-umbrella:before {
    content: "󰕊"
}

.mdi-umbrella-beach:before {
    content: "󱢊"
}

.mdi-umbrella-beach-outline:before {
    content: "󱢋"
}

.mdi-umbrella-closed:before {
    content: "󰦰"
}

.mdi-umbrella-closed-outline:before {
    content: "󱏢"
}

.mdi-umbrella-closed-variant:before {
    content: "󱏡"
}

.mdi-umbrella-outline:before {
    content: "󰕋"
}

.mdi-underwear-outline:before {
    content: "󱴏"
}

.mdi-undo:before {
    content: "󰕌"
}

.mdi-undo-variant:before {
    content: "󰕍"
}

.mdi-unfold-less-horizontal:before {
    content: "󰕎"
}

.mdi-unfold-less-vertical:before {
    content: "󰝠"
}

.mdi-unfold-more-horizontal:before {
    content: "󰕏"
}

.mdi-unfold-more-vertical:before {
    content: "󰝡"
}

.mdi-ungroup:before {
    content: "󰕐"
}

.mdi-unicode:before {
    content: "󰻐"
}

.mdi-unicorn:before {
    content: "󱗂"
}

.mdi-unicorn-variant:before {
    content: "󱗃"
}

.mdi-unicycle:before {
    content: "󱗥"
}

.mdi-unity:before {
    content: "󰚯"
}

.mdi-unreal:before {
    content: "󰦱"
}

.mdi-update:before {
    content: "󰚰"
}

.mdi-upload:before {
    content: "󰕒"
}

.mdi-upload-box:before {
    content: "󱴐"
}

.mdi-upload-box-outline:before {
    content: "󱴑"
}

.mdi-upload-circle:before {
    content: "󱴒"
}

.mdi-upload-circle-outline:before {
    content: "󱴓"
}

.mdi-upload-lock:before {
    content: "󱍳"
}

.mdi-upload-lock-outline:before {
    content: "󱍴"
}

.mdi-upload-multiple:before {
    content: "󰠽"
}

.mdi-upload-multiple-outline:before {
    content: "󱴔"
}

.mdi-upload-network:before {
    content: "󰛶"
}

.mdi-upload-network-outline:before {
    content: "󰳘"
}

.mdi-upload-off:before {
    content: "󱃆"
}

.mdi-upload-off-outline:before {
    content: "󱃇"
}

.mdi-upload-outline:before {
    content: "󰸇"
}

.mdi-usb:before {
    content: "󰕓"
}

.mdi-usb-c-port:before {
    content: "󱲿"
}

.mdi-usb-flash-drive:before {
    content: "󱊞"
}

.mdi-usb-flash-drive-outline:before {
    content: "󱊟"
}

.mdi-usb-port:before {
    content: "󱇰"
}

.mdi-vacuum:before {
    content: "󱦡"
}

.mdi-vacuum-outline:before {
    content: "󱦢"
}

.mdi-valve:before {
    content: "󱁦"
}

.mdi-valve-closed:before {
    content: "󱁧"
}

.mdi-valve-open:before {
    content: "󱁨"
}

.mdi-van-passenger:before {
    content: "󰟺"
}

.mdi-van-utility:before {
    content: "󰟻"
}

.mdi-vanish:before {
    content: "󰟼"
}

.mdi-vanish-quarter:before {
    content: "󱕔"
}

.mdi-vanity-light:before {
    content: "󱇡"
}

.mdi-variable:before {
    content: "󰫧"
}

.mdi-variable-box:before {
    content: "󱄑"
}

.mdi-vector-arrange-above:before {
    content: "󰕔"
}

.mdi-vector-arrange-below:before {
    content: "󰕕"
}

.mdi-vector-bezier:before {
    content: "󰫨"
}

.mdi-vector-circle:before {
    content: "󰕖"
}

.mdi-vector-circle-variant:before {
    content: "󰕗"
}

.mdi-vector-combine:before {
    content: "󰕘"
}

.mdi-vector-curve:before {
    content: "󰕙"
}

.mdi-vector-difference:before {
    content: "󰕚"
}

.mdi-vector-difference-ab:before {
    content: "󰕛"
}

.mdi-vector-difference-ba:before {
    content: "󰕜"
}

.mdi-vector-ellipse:before {
    content: "󰢓"
}

.mdi-vector-intersection:before {
    content: "󰕝"
}

.mdi-vector-line:before {
    content: "󰕞"
}

.mdi-vector-link:before {
    content: "󰿨"
}

.mdi-vector-point:before {
    content: "󰇄"
}

.mdi-vector-point-edit:before {
    content: "󰧨"
}

.mdi-vector-point-minus:before {
    content: "󱭸"
}

.mdi-vector-point-plus:before {
    content: "󱭹"
}

.mdi-vector-point-select:before {
    content: "󰕟"
}

.mdi-vector-polygon:before {
    content: "󰕠"
}

.mdi-vector-polygon-variant:before {
    content: "󱡖"
}

.mdi-vector-polyline:before {
    content: "󰕡"
}

.mdi-vector-polyline-edit:before {
    content: "󱈥"
}

.mdi-vector-polyline-minus:before {
    content: "󱈦"
}

.mdi-vector-polyline-plus:before {
    content: "󱈧"
}

.mdi-vector-polyline-remove:before {
    content: "󱈨"
}

.mdi-vector-radius:before {
    content: "󰝊"
}

.mdi-vector-rectangle:before {
    content: "󰗆"
}

.mdi-vector-selection:before {
    content: "󰕢"
}

.mdi-vector-square:before {
    content: "󰀁"
}

.mdi-vector-square-close:before {
    content: "󱡗"
}

.mdi-vector-square-edit:before {
    content: "󱣙"
}

.mdi-vector-square-minus:before {
    content: "󱣚"
}

.mdi-vector-square-open:before {
    content: "󱡘"
}

.mdi-vector-square-plus:before {
    content: "󱣛"
}

.mdi-vector-square-remove:before {
    content: "󱣜"
}

.mdi-vector-triangle:before {
    content: "󰕣"
}

.mdi-vector-union:before {
    content: "󰕤"
}

.mdi-vhs:before {
    content: "󰨛"
}

.mdi-vibrate:before {
    content: "󰕦"
}

.mdi-vibrate-off:before {
    content: "󰳙"
}

.mdi-video:before {
    content: "󰕧"
}

.mdi-video-2d:before {
    content: "󱨜"
}

.mdi-video-3d:before {
    content: "󰟽"
}

.mdi-video-3d-off:before {
    content: "󱏙"
}

.mdi-video-3d-variant:before {
    content: "󰻑"
}

.mdi-video-4k-box:before {
    content: "󰠾"
}

.mdi-video-account:before {
    content: "󰤙"
}

.mdi-video-box:before {
    content: "󰃽"
}

.mdi-video-box-off:before {
    content: "󰃾"
}

.mdi-video-check:before {
    content: "󱁩"
}

.mdi-video-check-outline:before {
    content: "󱁪"
}

.mdi-video-high-definition:before {
    content: "󱔮"
}

.mdi-video-image:before {
    content: "󰤚"
}

.mdi-video-input-antenna:before {
    content: "󰠿"
}

.mdi-video-input-component:before {
    content: "󰡀"
}

.mdi-video-input-hdmi:before {
    content: "󰡁"
}

.mdi-video-input-scart:before {
    content: "󰾌"
}

.mdi-video-input-svideo:before {
    content: "󰡂"
}

.mdi-video-marker:before {
    content: "󱦩"
}

.mdi-video-marker-outline:before {
    content: "󱦪"
}

.mdi-video-minus:before {
    content: "󰦲"
}

.mdi-video-minus-outline:before {
    content: "󰊺"
}

.mdi-video-off:before {
    content: "󰕨"
}

.mdi-video-off-outline:before {
    content: "󰯛"
}

.mdi-video-outline:before {
    content: "󰯜"
}

.mdi-video-plus:before {
    content: "󰦳"
}

.mdi-video-plus-outline:before {
    content: "󰇓"
}

.mdi-video-stabilization:before {
    content: "󰤛"
}

.mdi-video-standard-definition:before {
    content: "󱲠"
}

.mdi-video-switch:before {
    content: "󰕩"
}

.mdi-video-switch-outline:before {
    content: "󰞐"
}

.mdi-video-vintage:before {
    content: "󰨜"
}

.mdi-video-wireless:before {
    content: "󰻒"
}

.mdi-video-wireless-outline:before {
    content: "󰻓"
}

.mdi-view-agenda:before {
    content: "󰕪"
}

.mdi-view-agenda-outline:before {
    content: "󱇘"
}

.mdi-view-array:before {
    content: "󰕫"
}

.mdi-view-array-outline:before {
    content: "󱒅"
}

.mdi-view-carousel:before {
    content: "󰕬"
}

.mdi-view-carousel-outline:before {
    content: "󱒆"
}

.mdi-view-column:before {
    content: "󰕭"
}

.mdi-view-column-outline:before {
    content: "󱒇"
}

.mdi-view-comfy:before {
    content: "󰹪"
}

.mdi-view-comfy-outline:before {
    content: "󱒈"
}

.mdi-view-compact:before {
    content: "󰹫"
}

.mdi-view-compact-outline:before {
    content: "󰹬"
}

.mdi-view-dashboard:before {
    content: "󰕮"
}

.mdi-view-dashboard-edit:before {
    content: "󱥇"
}

.mdi-view-dashboard-edit-outline:before {
    content: "󱥈"
}

.mdi-view-dashboard-outline:before {
    content: "󰨝"
}

.mdi-view-dashboard-variant:before {
    content: "󰡃"
}

.mdi-view-dashboard-variant-outline:before {
    content: "󱒉"
}

.mdi-view-day:before {
    content: "󰕯"
}

.mdi-view-day-outline:before {
    content: "󱒊"
}

.mdi-view-gallery:before {
    content: "󱢈"
}

.mdi-view-gallery-outline:before {
    content: "󱢉"
}

.mdi-view-grid:before {
    content: "󰕰"
}

.mdi-view-grid-compact:before {
    content: "󱱡"
}

.mdi-view-grid-outline:before {
    content: "󱇙"
}

.mdi-view-grid-plus:before {
    content: "󰾍"
}

.mdi-view-grid-plus-outline:before {
    content: "󱇚"
}

.mdi-view-headline:before {
    content: "󰕱"
}

.mdi-view-list:before {
    content: "󰕲"
}

.mdi-view-list-outline:before {
    content: "󱒋"
}

.mdi-view-module:before {
    content: "󰕳"
}

.mdi-view-module-outline:before {
    content: "󱒌"
}

.mdi-view-parallel:before {
    content: "󰜨"
}

.mdi-view-parallel-outline:before {
    content: "󱒍"
}

.mdi-view-quilt:before {
    content: "󰕴"
}

.mdi-view-quilt-outline:before {
    content: "󱒎"
}

.mdi-view-sequential:before {
    content: "󰜩"
}

.mdi-view-sequential-outline:before {
    content: "󱒏"
}

.mdi-view-split-horizontal:before {
    content: "󰯋"
}

.mdi-view-split-vertical:before {
    content: "󰯌"
}

.mdi-view-stream:before {
    content: "󰕵"
}

.mdi-view-stream-outline:before {
    content: "󱒐"
}

.mdi-view-week:before {
    content: "󰕶"
}

.mdi-view-week-outline:before {
    content: "󱒑"
}

.mdi-vimeo:before {
    content: "󰕷"
}

.mdi-violin:before {
    content: "󰘏"
}

.mdi-virtual-reality:before {
    content: "󰢔"
}

.mdi-virus:before {
    content: "󱎶"
}

.mdi-virus-off:before {
    content: "󱣡"
}

.mdi-virus-off-outline:before {
    content: "󱣢"
}

.mdi-virus-outline:before {
    content: "󱎷"
}

.mdi-vlc:before {
    content: "󰕼"
}

.mdi-voicemail:before {
    content: "󰕽"
}

.mdi-volcano:before {
    content: "󱪃"
}

.mdi-volcano-outline:before {
    content: "󱪄"
}

.mdi-volleyball:before {
    content: "󰦴"
}

.mdi-volume-equal:before {
    content: "󱬐"
}

.mdi-volume-high:before {
    content: "󰕾"
}

.mdi-volume-low:before {
    content: "󰕿"
}

.mdi-volume-medium:before {
    content: "󰖀"
}

.mdi-volume-minus:before {
    content: "󰝞"
}

.mdi-volume-mute:before {
    content: "󰝟"
}

.mdi-volume-off:before {
    content: "󰖁"
}

.mdi-volume-plus:before {
    content: "󰝝"
}

.mdi-volume-source:before {
    content: "󱄠"
}

.mdi-volume-variant-off:before {
    content: "󰸈"
}

.mdi-volume-vibrate:before {
    content: "󱄡"
}

.mdi-vote:before {
    content: "󰨟"
}

.mdi-vote-outline:before {
    content: "󰨠"
}

.mdi-vpn:before {
    content: "󰖂"
}

.mdi-vuejs:before {
    content: "󰡄"
}

.mdi-vuetify:before {
    content: "󰹭"
}

.mdi-walk:before {
    content: "󰖃"
}

.mdi-wall:before {
    content: "󰟾"
}

.mdi-wall-fire:before {
    content: "󱨑"
}

.mdi-wall-sconce:before {
    content: "󰤜"
}

.mdi-wall-sconce-flat:before {
    content: "󰤝"
}

.mdi-wall-sconce-flat-outline:before {
    content: "󱟉"
}

.mdi-wall-sconce-flat-variant:before {
    content: "󰐜"
}

.mdi-wall-sconce-flat-variant-outline:before {
    content: "󱟊"
}

.mdi-wall-sconce-outline:before {
    content: "󱟋"
}

.mdi-wall-sconce-round:before {
    content: "󰝈"
}

.mdi-wall-sconce-round-outline:before {
    content: "󱟌"
}

.mdi-wall-sconce-round-variant:before {
    content: "󰤞"
}

.mdi-wall-sconce-round-variant-outline:before {
    content: "󱟍"
}

.mdi-wallet:before {
    content: "󰖄"
}

.mdi-wallet-bifold:before {
    content: "󱱘"
}

.mdi-wallet-bifold-outline:before {
    content: "󱱙"
}

.mdi-wallet-giftcard:before {
    content: "󰖅"
}

.mdi-wallet-membership:before {
    content: "󰖆"
}

.mdi-wallet-outline:before {
    content: "󰯝"
}

.mdi-wallet-plus:before {
    content: "󰾎"
}

.mdi-wallet-plus-outline:before {
    content: "󰾏"
}

.mdi-wallet-travel:before {
    content: "󰖇"
}

.mdi-wallpaper:before {
    content: "󰸉"
}

.mdi-wan:before {
    content: "󰖈"
}

.mdi-wardrobe:before {
    content: "󰾐"
}

.mdi-wardrobe-outline:before {
    content: "󰾑"
}

.mdi-warehouse:before {
    content: "󰾁"
}

.mdi-washing-machine:before {
    content: "󰜪"
}

.mdi-washing-machine-alert:before {
    content: "󱆼"
}

.mdi-washing-machine-off:before {
    content: "󱆽"
}

.mdi-watch:before {
    content: "󰖉"
}

.mdi-watch-export:before {
    content: "󰖊"
}

.mdi-watch-export-variant:before {
    content: "󰢕"
}

.mdi-watch-import:before {
    content: "󰖋"
}

.mdi-watch-import-variant:before {
    content: "󰢖"
}

.mdi-watch-variant:before {
    content: "󰢗"
}

.mdi-watch-vibrate:before {
    content: "󰚱"
}

.mdi-watch-vibrate-off:before {
    content: "󰳚"
}

.mdi-water:before {
    content: "󰖌"
}

.mdi-water-alert:before {
    content: "󱔂"
}

.mdi-water-alert-outline:before {
    content: "󱔃"
}

.mdi-water-boiler:before {
    content: "󰾒"
}

.mdi-water-boiler-alert:before {
    content: "󱆳"
}

.mdi-water-boiler-auto:before {
    content: "󱮘"
}

.mdi-water-boiler-off:before {
    content: "󱆴"
}

.mdi-water-check:before {
    content: "󱔄"
}

.mdi-water-check-outline:before {
    content: "󱔅"
}

.mdi-water-circle:before {
    content: "󱠆"
}

.mdi-water-minus:before {
    content: "󱔆"
}

.mdi-water-minus-outline:before {
    content: "󱔇"
}

.mdi-water-off:before {
    content: "󰖍"
}

.mdi-water-off-outline:before {
    content: "󱔈"
}

.mdi-water-opacity:before {
    content: "󱡕"
}

.mdi-water-outline:before {
    content: "󰸊"
}

.mdi-water-percent:before {
    content: "󰖎"
}

.mdi-water-percent-alert:before {
    content: "󱔉"
}

.mdi-water-plus:before {
    content: "󱔊"
}

.mdi-water-plus-outline:before {
    content: "󱔋"
}

.mdi-water-polo:before {
    content: "󱊠"
}

.mdi-water-pump:before {
    content: "󰖏"
}

.mdi-water-pump-off:before {
    content: "󰾓"
}

.mdi-water-remove:before {
    content: "󱔌"
}

.mdi-water-remove-outline:before {
    content: "󱔍"
}

.mdi-water-sync:before {
    content: "󱟆"
}

.mdi-water-thermometer:before {
    content: "󱪅"
}

.mdi-water-thermometer-outline:before {
    content: "󱪆"
}

.mdi-water-well:before {
    content: "󱁫"
}

.mdi-water-well-outline:before {
    content: "󱁬"
}

.mdi-waterfall:before {
    content: "󱡉"
}

.mdi-watering-can:before {
    content: "󱒁"
}

.mdi-watering-can-outline:before {
    content: "󱒂"
}

.mdi-watermark:before {
    content: "󰘒"
}

.mdi-wave:before {
    content: "󰼮"
}

.mdi-wave-arrow-down:before {
    content: "󱲰"
}

.mdi-wave-arrow-up:before {
    content: "󱲱"
}

.mdi-wave-undercurrent:before {
    content: "󱳀"
}

.mdi-waveform:before {
    content: "󱑽"
}

.mdi-waves:before {
    content: "󰞍"
}

.mdi-waves-arrow-left:before {
    content: "󱡙"
}

.mdi-waves-arrow-right:before {
    content: "󱡚"
}

.mdi-waves-arrow-up:before {
    content: "󱡛"
}

.mdi-waze:before {
    content: "󰯞"
}

.mdi-weather-cloudy:before {
    content: "󰖐"
}

.mdi-weather-cloudy-alert:before {
    content: "󰼯"
}

.mdi-weather-cloudy-arrow-right:before {
    content: "󰹮"
}

.mdi-weather-cloudy-clock:before {
    content: "󱣶"
}

.mdi-weather-dust:before {
    content: "󱭚"
}

.mdi-weather-fog:before {
    content: "󰖑"
}

.mdi-weather-hail:before {
    content: "󰖒"
}

.mdi-weather-hazy:before {
    content: "󰼰"
}

.mdi-weather-hurricane:before {
    content: "󰢘"
}

.mdi-weather-hurricane-outline:before {
    content: "󱱸"
}

.mdi-weather-lightning:before {
    content: "󰖓"
}

.mdi-weather-lightning-rainy:before {
    content: "󰙾"
}

.mdi-weather-moonset:before {
    content: "󱴕"
}

.mdi-weather-moonset-down:before {
    content: "󱴖"
}

.mdi-weather-moonset-up:before {
    content: "󱴗"
}

.mdi-weather-night:before {
    content: "󰖔"
}

.mdi-weather-night-partly-cloudy:before {
    content: "󰼱"
}

.mdi-weather-partly-cloudy:before {
    content: "󰖕"
}

.mdi-weather-partly-lightning:before {
    content: "󰼲"
}

.mdi-weather-partly-rainy:before {
    content: "󰼳"
}

.mdi-weather-partly-snowy:before {
    content: "󰼴"
}

.mdi-weather-partly-snowy-rainy:before {
    content: "󰼵"
}

.mdi-weather-pouring:before {
    content: "󰖖"
}

.mdi-weather-rainy:before {
    content: "󰖗"
}

.mdi-weather-snowy:before {
    content: "󰖘"
}

.mdi-weather-snowy-heavy:before {
    content: "󰼶"
}

.mdi-weather-snowy-rainy:before {
    content: "󰙿"
}

.mdi-weather-sunny:before {
    content: "󰖙"
}

.mdi-weather-sunny-alert:before {
    content: "󰼷"
}

.mdi-weather-sunny-off:before {
    content: "󱓤"
}

.mdi-weather-sunset:before {
    content: "󰖚"
}

.mdi-weather-sunset-down:before {
    content: "󰖛"
}

.mdi-weather-sunset-up:before {
    content: "󰖜"
}

.mdi-weather-tornado:before {
    content: "󰼸"
}

.mdi-weather-windy:before {
    content: "󰖝"
}

.mdi-weather-windy-variant:before {
    content: "󰖞"
}

.mdi-web:before {
    content: "󰖟"
}

.mdi-web-box:before {
    content: "󰾔"
}

.mdi-web-cancel:before {
    content: "󱞐"
}

.mdi-web-check:before {
    content: "󰞉"
}

.mdi-web-clock:before {
    content: "󱉊"
}

.mdi-web-minus:before {
    content: "󱂠"
}

.mdi-web-off:before {
    content: "󰪎"
}

.mdi-web-plus:before {
    content: "󰀳"
}

.mdi-web-refresh:before {
    content: "󱞑"
}

.mdi-web-remove:before {
    content: "󰕑"
}

.mdi-web-sync:before {
    content: "󱞒"
}

.mdi-webcam:before {
    content: "󰖠"
}

.mdi-webcam-off:before {
    content: "󱜷"
}

.mdi-webhook:before {
    content: "󰘯"
}

.mdi-webpack:before {
    content: "󰜫"
}

.mdi-webrtc:before {
    content: "󱉈"
}

.mdi-wechat:before {
    content: "󰘑"
}

.mdi-weight:before {
    content: "󰖡"
}

.mdi-weight-gram:before {
    content: "󰴿"
}

.mdi-weight-kilogram:before {
    content: "󰖢"
}

.mdi-weight-lifter:before {
    content: "󱅝"
}

.mdi-weight-pound:before {
    content: "󰦵"
}

.mdi-whatsapp:before {
    content: "󰖣"
}

.mdi-wheel-barrow:before {
    content: "󱓲"
}

.mdi-wheelchair:before {
    content: "󱪇"
}

.mdi-wheelchair-accessibility:before {
    content: "󰖤"
}

.mdi-whistle:before {
    content: "󰦶"
}

.mdi-whistle-outline:before {
    content: "󱊼"
}

.mdi-white-balance-auto:before {
    content: "󰖥"
}

.mdi-white-balance-incandescent:before {
    content: "󰖦"
}

.mdi-white-balance-iridescent:before {
    content: "󰖧"
}

.mdi-white-balance-sunny:before {
    content: "󰖨"
}

.mdi-widgets:before {
    content: "󰜬"
}

.mdi-widgets-outline:before {
    content: "󱍕"
}

.mdi-wifi:before {
    content: "󰖩"
}

.mdi-wifi-alert:before {
    content: "󱚵"
}

.mdi-wifi-arrow-down:before {
    content: "󱚶"
}

.mdi-wifi-arrow-left:before {
    content: "󱚷"
}

.mdi-wifi-arrow-left-right:before {
    content: "󱚸"
}

.mdi-wifi-arrow-right:before {
    content: "󱚹"
}

.mdi-wifi-arrow-up:before {
    content: "󱚺"
}

.mdi-wifi-arrow-up-down:before {
    content: "󱚻"
}

.mdi-wifi-cancel:before {
    content: "󱚼"
}

.mdi-wifi-check:before {
    content: "󱚽"
}

.mdi-wifi-cog:before {
    content: "󱚾"
}

.mdi-wifi-lock:before {
    content: "󱚿"
}

.mdi-wifi-lock-open:before {
    content: "󱛀"
}

.mdi-wifi-marker:before {
    content: "󱛁"
}

.mdi-wifi-minus:before {
    content: "󱛂"
}

.mdi-wifi-off:before {
    content: "󰖪"
}

.mdi-wifi-plus:before {
    content: "󱛃"
}

.mdi-wifi-refresh:before {
    content: "󱛄"
}

.mdi-wifi-remove:before {
    content: "󱛅"
}

.mdi-wifi-settings:before {
    content: "󱛆"
}

.mdi-wifi-star:before {
    content: "󰸋"
}

.mdi-wifi-strength-1:before {
    content: "󰤟"
}

.mdi-wifi-strength-1-alert:before {
    content: "󰤠"
}

.mdi-wifi-strength-1-lock:before {
    content: "󰤡"
}

.mdi-wifi-strength-1-lock-open:before {
    content: "󱛋"
}

.mdi-wifi-strength-2:before {
    content: "󰤢"
}

.mdi-wifi-strength-2-alert:before {
    content: "󰤣"
}

.mdi-wifi-strength-2-lock:before {
    content: "󰤤"
}

.mdi-wifi-strength-2-lock-open:before {
    content: "󱛌"
}

.mdi-wifi-strength-3:before {
    content: "󰤥"
}

.mdi-wifi-strength-3-alert:before {
    content: "󰤦"
}

.mdi-wifi-strength-3-lock:before {
    content: "󰤧"
}

.mdi-wifi-strength-3-lock-open:before {
    content: "󱛍"
}

.mdi-wifi-strength-4:before {
    content: "󰤨"
}

.mdi-wifi-strength-4-alert:before {
    content: "󰤩"
}

.mdi-wifi-strength-4-lock:before {
    content: "󰤪"
}

.mdi-wifi-strength-4-lock-open:before {
    content: "󱛎"
}

.mdi-wifi-strength-alert-outline:before {
    content: "󰤫"
}

.mdi-wifi-strength-lock-open-outline:before {
    content: "󱛏"
}

.mdi-wifi-strength-lock-outline:before {
    content: "󰤬"
}

.mdi-wifi-strength-off:before {
    content: "󰤭"
}

.mdi-wifi-strength-off-outline:before {
    content: "󰤮"
}

.mdi-wifi-strength-outline:before {
    content: "󰤯"
}

.mdi-wifi-sync:before {
    content: "󱛇"
}

.mdi-wikipedia:before {
    content: "󰖬"
}

.mdi-wind-power:before {
    content: "󱪈"
}

.mdi-wind-power-outline:before {
    content: "󱪉"
}

.mdi-wind-turbine:before {
    content: "󰶥"
}

.mdi-wind-turbine-alert:before {
    content: "󱦫"
}

.mdi-wind-turbine-check:before {
    content: "󱦬"
}

.mdi-window-close:before {
    content: "󰖭"
}

.mdi-window-closed:before {
    content: "󰖮"
}

.mdi-window-closed-variant:before {
    content: "󱇛"
}

.mdi-window-maximize:before {
    content: "󰖯"
}

.mdi-window-minimize:before {
    content: "󰖰"
}

.mdi-window-open:before {
    content: "󰖱"
}

.mdi-window-open-variant:before {
    content: "󱇜"
}

.mdi-window-restore:before {
    content: "󰖲"
}

.mdi-window-shutter:before {
    content: "󱄜"
}

.mdi-window-shutter-alert:before {
    content: "󱄝"
}

.mdi-window-shutter-auto:before {
    content: "󱮣"
}

.mdi-window-shutter-cog:before {
    content: "󱪊"
}

.mdi-window-shutter-open:before {
    content: "󱄞"
}

.mdi-window-shutter-settings:before {
    content: "󱪋"
}

.mdi-windsock:before {
    content: "󱗺"
}

.mdi-wiper:before {
    content: "󰫩"
}

.mdi-wiper-wash:before {
    content: "󰶦"
}

.mdi-wiper-wash-alert:before {
    content: "󱣟"
}

.mdi-wizard-hat:before {
    content: "󱑷"
}

.mdi-wordpress:before {
    content: "󰖴"
}

.mdi-wrap:before {
    content: "󰖶"
}

.mdi-wrap-disabled:before {
    content: "󰯟"
}

.mdi-wrench:before {
    content: "󰖷"
}

.mdi-wrench-check:before {
    content: "󱮏"
}

.mdi-wrench-check-outline:before {
    content: "󱮐"
}

.mdi-wrench-clock:before {
    content: "󱦣"
}

.mdi-wrench-clock-outline:before {
    content: "󱮓"
}

.mdi-wrench-cog:before {
    content: "󱮑"
}

.mdi-wrench-cog-outline:before {
    content: "󱮒"
}

.mdi-wrench-outline:before {
    content: "󰯠"
}

.mdi-xamarin:before {
    content: "󰡅"
}

.mdi-xml:before {
    content: "󰗀"
}

.mdi-xmpp:before {
    content: "󰟿"
}

.mdi-yahoo:before {
    content: "󰭏"
}

.mdi-yeast:before {
    content: "󰗁"
}

.mdi-yin-yang:before {
    content: "󰚀"
}

.mdi-yoga:before {
    content: "󱅼"
}

.mdi-youtube:before {
    content: "󰗃"
}

.mdi-youtube-gaming:before {
    content: "󰡈"
}

.mdi-youtube-studio:before {
    content: "󰡇"
}

.mdi-youtube-subscription:before {
    content: "󰵀"
}

.mdi-youtube-tv:before {
    content: "󰑈"
}

.mdi-yurt:before {
    content: "󱔖"
}

.mdi-z-wave:before {
    content: "󰫪"
}

.mdi-zend:before {
    content: "󰫫"
}

.mdi-zigbee:before {
    content: "󰵁"
}

.mdi-zip-box:before {
    content: "󰗄"
}

.mdi-zip-box-outline:before {
    content: "󰿺"
}

.mdi-zip-disk:before {
    content: "󰨣"
}

.mdi-zodiac-aquarius:before {
    content: "󰩽"
}

.mdi-zodiac-aries:before {
    content: "󰩾"
}

.mdi-zodiac-cancer:before {
    content: "󰩿"
}

.mdi-zodiac-capricorn:before {
    content: "󰪀"
}

.mdi-zodiac-gemini:before {
    content: "󰪁"
}

.mdi-zodiac-leo:before {
    content: "󰪂"
}

.mdi-zodiac-libra:before {
    content: "󰪃"
}

.mdi-zodiac-pisces:before {
    content: "󰪄"
}

.mdi-zodiac-sagittarius:before {
    content: "󰪅"
}

.mdi-zodiac-scorpio:before {
    content: "󰪆"
}

.mdi-zodiac-taurus:before {
    content: "󰪇"
}

.mdi-zodiac-virgo:before {
    content: "󰪈"
}

.mdi-blank:before {
    content: "";
    visibility: hidden
}

.mdi-18px.mdi-set,
.mdi-18px.mdi:before {
    font-size: 18px
}

.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
    font-size: 24px
}

.mdi-36px.mdi-set,
.mdi-36px.mdi:before {
    font-size: 36px
}

.mdi-48px.mdi-set,
.mdi-48px.mdi:before {
    font-size: 48px
}

.mdi-dark:before {
    color: #0000008a
}

.mdi-dark.mdi-inactive:before {
    color: #00000042
}

.mdi-light:before {
    color: #fff
}

.mdi-light.mdi-inactive:before {
    color: #ffffff4d
}

.mdi-rotate-45:before {
    transform: rotate(45deg)
}

.mdi-rotate-90:before {
    transform: rotate(90deg)
}

.mdi-rotate-135:before {
    transform: rotate(135deg)
}

.mdi-rotate-180:before {
    transform: rotate(180deg)
}

.mdi-rotate-225:before {
    transform: rotate(225deg)
}

.mdi-rotate-270:before {
    transform: rotate(270deg)
}

.mdi-rotate-315:before {
    transform: rotate(315deg)
}

.mdi-flip-h:before {
    filter: FlipH;
    -ms-filter: "FlipH";
    transform: scaleX(-1)
}

.mdi-flip-v:before {
    filter: FlipV;
    -ms-filter: "FlipV";
    transform: scaleY(-1)
}

.mdi-spin:before {
    animation: mdi-spin 2s linear infinite
}

@keyframes mdi-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

/*!* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.*/

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: Font Awesome\ 6 Free
}

.fa-brands,
.fab {
    font-family: Font Awesome\ 6 Brands
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em)
}

.fa-border {
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, .1em);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-beat;
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-bounce;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-fade;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-beat-fade;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-flip;
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-shake;
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media(prefers-reduced-motion:reduce) {
    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {
    0%,
    90% {
        transform: scale(1)
    }
    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }
    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }
    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }
    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }
    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
    64% {
        transform: scale(1) translateY(0)
    }
    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-beat-fade {
    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }
    4% {
        transform: rotate(15deg)
    }
    24%,
    8% {
        transform: rotate(-18deg)
    }
    12%,
    28% {
        transform: rotate(18deg)
    }
    16% {
        transform: rotate(-22deg)
    }
    20% {
        transform: rotate(22deg)
    }
    32% {
        transform: rotate(-12deg)
    }
    36% {
        transform: rotate(12deg)
    }
    40%,
    to {
        transform: rotate(0)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, 0))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "0"
}

.fa-1:before {
    content: "1"
}

.fa-2:before {
    content: "2"
}

.fa-3:before {
    content: "3"
}

.fa-4:before {
    content: "4"
}

.fa-5:before {
    content: "5"
}

.fa-6:before {
    content: "6"
}

.fa-7:before {
    content: "7"
}

.fa-8:before {
    content: "8"
}

.fa-9:before {
    content: "9"
}

.fa-fill-drip:before {
    content: ""
}

.fa-arrows-to-circle:before {
    content: ""
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: ""
}

.fa-at:before {
    content: "@"
}

.fa-trash-alt:before,
.fa-trash-can:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-user-times:before,
.fa-user-xmark:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-comment-alt:before,
.fa-message:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: ""
}

.fa-explosion:before {
    content: ""
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-building-un:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: ""
}

.fa-anchor-circle-check:before {
    content: ""
}

.fa-building-circle-arrow-right:before {
    content: ""
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: ""
}

.fa-arrows-up-to-line:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-circle-minus:before,
.fa-minus-circle:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: ""
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: ""
}

.fa-bridge-circle-check:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: ""
}

.fa-forward-step:before,
.fa-step-forward:before {
    content: ""
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-football-ball:before,
.fa-football:before {
    content: ""
}

.fa-school-circle-exclamation:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-angle-double-down:before,
.fa-angles-down:before {
    content: ""
}

.fa-users-rectangle:before {
    content: ""
}

.fa-people-roof:before {
    content: ""
}

.fa-people-line:before {
    content: ""
}

.fa-beer-mug-empty:before,
.fa-beer:before {
    content: ""
}

.fa-diagram-predecessor:before {
    content: ""
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: ""
}

.fa-burn:before,
.fa-fire-flame-simple:before {
    content: ""
}

.fa-male:before,
.fa-person:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-truck-plane:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: ""
}

.fa-arrow-down-up-across-line:before {
    content: ""
}

.fa-spoon:before,
.fa-utensil-spoon:before {
    content: ""
}

.fa-jar-wheat:before {
    content: ""
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: ""
}

.fa-file-circle-exclamation:before {
    content: ""
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-address-book:before,
.fa-contact-book:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-k:before {
    content: "K"
}

.fa-landmark-flag:before {
    content: ""
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-file-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-code-pull-request:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-vial-virus:before {
    content: ""
}

.fa-sheet-plastic:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-person-arrow-up-from-line:before {
    content: ""
}

.fa-scroll-torah:before,
.fa-torah:before {
    content: ""
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-archive:before,
.fa-box-archive:before {
    content: ""
}

.fa-person-drowning:before {
    content: ""
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-w:before {
    content: "W"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-trowel-bricks:before {
    content: ""
}

.fa-face-flushed:before,
.fa-flushed:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-tent-arrow-left-right:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: ""
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: ""
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: ""
}

.fa-mars-and-venus-burst:before {
    content: ""
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-sun-plant-wilt:before {
    content: ""
}

.fa-toilets-portable:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magnifying-glass-arrow-right:before {
    content: ""
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-clover:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-house-fire:before {
    content: ""
}

.fa-minus-square:before,
.fa-square-minus:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: ""
}

.fa-file-circle-question:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before {
    content: ""
}

.fa-people-group:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-heart-broken:before,
.fa-heart-crack:before {
    content: ""
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: ""
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-people-robbery:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: ""
}

.fa-school-circle-xmark:before {
    content: ""
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: ""
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: ""
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-road-spikes:before {
    content: ""
}

.fa-fire-burner:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-volume-down:before,
.fa-volume-low:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-hands-holding-child:before {
    content: ""
}

.fa-asterisk:before {
    content: "*"
}

.fa-check-square:before,
.fa-square-check:before {
    content: ""
}

.fa-peseta-sign:before {
    content: ""
}

.fa-header:before,
.fa-heading:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-list-squares:before,
.fa-list:before {
    content: ""
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-circle-dot:before,
.fa-dot-circle:before {
    content: ""
}

.fa-dizzy:before,
.fa-face-dizzy:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-house-medical-circle-xmark:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: ""
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: ""
}

.fa-map-location:before,
.fa-map-marked:before {
    content: ""
}

.fa-house-flood-water:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-bridge-lock:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-edit:before,
.fa-pen-to-square:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-share-alt:before,
.fa-share-nodes:before {
    content: ""
}

.fa-heart-circle-minus:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: ""
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-person-rays:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-flask-vial:before {
    content: ""
}

.fa-hand-paper:before,
.fa-hand:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-worm:before {
    content: ""
}

.fa-house-circle-xmark:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-face-kiss:before,
.fa-kiss:before {
    content: ""
}

.fa-bridge-circle-xmark:before {
    content: ""
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-road-circle-check:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-rss-square:before,
.fa-square-rss:before {
    content: ""
}

.fa-land-mine-on:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-stairs:before {
    content: ""
}

.fa-i:before {
    content: "I"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-v:before {
    content: "V"
}

.fa-bangladeshi-taka-sign:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-ambulance:before,
.fa-truck-medical:before {
    content: ""
}

.fa-wheat-awn-circle-exclamation:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-road-barrier:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-q:before {
    content: "Q"
}

.fa-g:before {
    content: "G"
}

.fa-notes-medical:before {
    content: ""
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-dong-sign:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: ""
}

.fa-face-frown-open:before,
.fa-frown-open:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-helmet-un:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-arrow-up-from-bracket:before {
    content: ""
}

.fa-folder-blank:before,
.fa-folder:before {
    content: ""
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-chart-simple:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: ""
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: ""
}

.fa-e:before {
    content: "E"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
    content: ""
}

.fa-bridge-circle-exclamation:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-school-circle-check:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: ""
}

.fa-building-user:before {
    content: ""
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-person-half-dress:before {
    content: ""
}

.fa-road-bridge:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-c:before {
    content: "C"
}

.fa-tablet-button:before {
    content: ""
}

.fa-building-lock:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-area-chart:before,
.fa-chart-area:before {
    content: ""
}

.fa-house-flag:before {
    content: ""
}

.fa-person-circle-minus:before {
    content: ""
}

.fa-ban:before,
.fa-cancel:before {
    content: ""
}

.fa-camera-rotate:before {
    content: ""
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: ""
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: ""
}

.fa-random:before,
.fa-shuffle:before {
    content: ""
}

.fa-person-running:before,
.fa-running:before {
    content: ""
}

.fa-mobile-retro:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-hands-bound:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-plane-circle-exclamation:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-computer-mouse:before,
.fa-mouse:before {
    content: ""
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: ""
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-virus-covid-slash:before {
    content: ""
}

.fa-shop-lock:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-building-wheat:before {
    content: ""
}

.fa-person-breastfeeding:before {
    content: ""
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: ""
}

.fa-people-carry-box:before,
.fa-people-carry:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-xmarks-lines:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-weight-scale:before,
.fa-weight:before {
    content: ""
}

.fa-user-friends:before,
.fa-user-group:before {
    content: ""
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-person-walking:before,
.fa-walking:before {
    content: ""
}

.fa-l:before {
    content: "L"
}

.fa-fire:before {
    content: ""
}

.fa-bed-pulse:before,
.fa-procedures:before {
    content: ""
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: ""
}

.fa-face-laugh:before,
.fa-laugh:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-heart-circle-plus:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-colon-sign:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-road-circle-xmark:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: ""
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-house-circle-exclamation:before {
    content: ""
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: ""
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-user-edit:before,
.fa-user-pen:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-anchor-lock:before {
    content: ""
}

.fa-building-ngo:before {
    content: ""
}

.fa-manat-sign:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-border-style:before,
.fa-border-top-left:before {
    content: ""
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-poll:before,
.fa-square-poll-vertical:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-battery-car:before,
.fa-car-battery:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-building-circle-check:before {
    content: ""
}

.fa-person-chalkboard:before {
    content: ""
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: ""
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: ""
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: ""
}

.fa-cloud-showers-water:before {
    content: ""
}

.fa-bar-chart:before,
.fa-chart-bar:before {
    content: ""
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-sailboat:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-plus-square:before,
.fa-square-plus:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-bucket:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-folder-closed:before {
    content: ""
}

.fa-house-tsunami:before {
    content: ""
}

.fa-square-nfi:before {
    content: ""
}

.fa-arrow-up-from-ground-water:before {
    content: ""
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: ""
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: ""
}

.fa-columns:before,
.fa-table-columns:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-dolly-box:before,
.fa-dolly:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-angle-double-right:before,
.fa-angles-right:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-circle-play:before,
.fa-play-circle:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: ""
}

.fa-circle-stop:before,
.fa-stop-circle:before {
    content: ""
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: ""
}

.fa-plate-wheat:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-person-shelter:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: ""
}

.fa-helicopter-symbol:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: ""
}

.fa-lari-sign:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: ""
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-square-person-confined:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: ""
}

.fa-tent-arrow-down-to-line:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-person-skating:before,
.fa-skating:before {
    content: ""
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: ""
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: ""
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-location-pin-lock:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-hill-avalanche:before {
    content: ""
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: ""
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-diamond-turn-right:before,
.fa-directions:before {
    content: ""
}

.fa-burst:before {
    content: ""
}

.fa-house-laptop:before,
.fa-laptop-house:before {
    content: ""
}

.fa-face-tired:before,
.fa-tired:before {
    content: ""
}

.fa-money-bills:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-arrows-turn-right:before {
    content: ""
}

.fa-vest:before {
    content: ""
}

.fa-ferry:before {
    content: ""
}

.fa-arrows-down-to-people:before {
    content: ""
}

.fa-seedling:before,
.fa-sprout:before {
    content: ""
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: ""
}

.fa-boxes-packing:before {
    content: ""
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: ""
}

.fa-group-arrows-rotate:before {
    content: ""
}

.fa-bowl-food:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: ""
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: ""
}

.fa-remove-format:before,
.fa-text-slash:before {
    content: ""
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: ""
}

.fa-house-lock:before {
    content: ""
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: ""
}

.fa-children:before {
    content: ""
}

.fa-blackboard:before,
.fa-chalkboard:before {
    content: ""
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: ""
}

.fa-mattress-pillow:before {
    content: ""
}

.fa-guarani-sign:before {
    content: ""
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-cruzeiro-sign:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-shield-alt:before,
.fa-shield-halved:before {
    content: ""
}

.fa-atlas:before,
.fa-book-atlas:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-envelope-circle-check:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-arrows-to-dot:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-heart-circle-check:before {
    content: ""
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: ""
}

.fa-file-archive:before,
.fa-file-zipper:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cedi-sign:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-table-cells-column-lock:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-z:before {
    content: "Z"
}

.fa-person-skiing:before,
.fa-skiing:before {
    content: ""
}

.fa-road-lock:before {
    content: ""
}

.fa-a:before {
    content: "A"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: ""
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: ""
}

.fa-p:before {
    content: "P"
}

.fa-snowflake:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-ad:before,
.fa-rectangle-ad:before {
    content: ""
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: ""
}

.fa-filter-circle-xmark:before {
    content: ""
}

.fa-locust:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: ""
}

.fa-person-dress-burst:before {
    content: ""
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-question:before {
    content: "?"
}

.fa-file-signature:before {
    content: ""
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: ""
}

.fa-house-chimney-user:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: ""
}

.fa-building-circle-exclamation:before {
    content: ""
}

.fa-magnifying-glass-chart:before {
    content: ""
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: ""
}

.fa-cubes-stacked:before {
    content: ""
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: ""
}

.fa-virus-covid:before {
    content: ""
}

.fa-austral-sign:before {
    content: ""
}

.fa-f:before {
    content: "F"
}

.fa-leaf:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-person-circle-plus:before {
    content: ""
}

.fa-chart-pie:before,
.fa-pie-chart:before {
    content: ""
}

.fa-bolt-lightning:before {
    content: ""
}

.fa-sack-xmark:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-fish-fins:before {
    content: ""
}

.fa-building-flag:before {
    content: ""
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-location-pin:before,
.fa-map-marker:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: ""
}

.fa-plane-circle-check:before {
    content: ""
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-chart-line:before,
.fa-line-chart:before {
    content: ""
}

.fa-mask-ventilator:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-map-signs:before,
.fa-signs-post:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-person-circle-question:before {
    content: ""
}

.fa-h:before {
    content: "H"
}

.fa-tarp:before {
    content: ""
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: ""
}

.fa-arrows-to-eye:before {
    content: ""
}

.fa-plug-circle-bolt:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-mars-and-venus:before {
    content: ""
}

.fa-home-user:before,
.fa-house-user:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-house-crack:before {
    content: ""
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: ""
}

.fa-face-surprise:before,
.fa-surprise:before {
    content: ""
}

.fa-bottle-water:before {
    content: ""
}

.fa-circle-pause:before,
.fa-pause-circle:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-apple-alt:before,
.fa-apple-whole:before {
    content: ""
}

.fa-kitchen-set:before {
    content: ""
}

.fa-r:before {
    content: "R"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-bitcoin-sign:before {
    content: ""
}

.fa-shield-dog:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-elevator:before {
    content: ""
}

.fa-money-bill-transfer:before {
    content: ""
}

.fa-money-bill-trend-up:before {
    content: ""
}

.fa-house-flood-water-circle-arrow-right:before {
    content: ""
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-backward-fast:before,
.fa-fast-backward:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-basketball-ball:before,
.fa-basketball:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: ""
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: ""
}

.fa-volume-high:before,
.fa-volume-up:before {
    content: ""
}

.fa-users-rays:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-burger:before,
.fa-hamburger:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-bugs:before {
    content: ""
}

.fa-rupee-sign:before,
.fa-rupee:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-circle-question:before,
.fa-question-circle:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-book-bookmark:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-bridge:before {
    content: ""
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: ""
}

.fa-truck-front:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-anchor-circle-exclamation:before {
    content: ""
}

.fa-truck-field:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-clipboard-question:before {
    content: ""
}

.fa-panorama:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-file-circle-minus:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-fast-forward:before,
.fa-forward-fast:before {
    content: ""
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: ""
}

.fa-parking:before,
.fa-square-parking:before {
    content: ""
}

.fa-house-signal:before {
    content: ""
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: ""
}

.fa-faucet-drip:before {
    content: ""
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: ""
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-mobile-button:before {
    content: ""
}

.fa-house-medical-flag:before {
    content: ""
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-bus-alt:before,
.fa-bus-simple:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-person-military-to-person:before {
    content: ""
}

.fa-file-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-tower-observation:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-heart-circle-xmark:before {
    content: ""
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-face-frown:before,
.fa-frown:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-shop:before,
.fa-store-alt:before {
    content: ""
}

.fa-floppy-disk:before,
.fa-save:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-comment-dots:before,
.fa-commenting:before {
    content: ""
}

.fa-plant-wilt:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: ""
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hands-praying:before,
.fa-praying-hands:before {
    content: ""
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-location-crosshairs:before,
.fa-location:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-child-dress:before {
    content: ""
}

.fa-users-between-lines:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: ""
}

.fa-child-reaching:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-user-cog:before,
.fa-user-gear:before {
    content: ""
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-mosquito-net:before {
    content: ""
}

.fa-bridge-water:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-digging:before,
.fa-person-digging:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: ""
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-tenge-sign:before,
.fa-tenge:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-hands-holding:before {
    content: ""
}

.fa-hands-clapping:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-person-circle-xmark:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-j:before {
    content: "J"
}

.fa-users-viewfinder:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: ""
}

.fa-table-cells:before,
.fa-th:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-bible:before,
.fa-book-bible:before {
    content: ""
}

.fa-o:before {
    content: "O"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-female:before,
.fa-person-dress:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-briefcase-clock:before,
.fa-business-time:before {
    content: ""
}

.fa-table-cells-large:before,
.fa-th-large:before {
    content: ""
}

.fa-book-tanakh:before,
.fa-tanakh:before {
    content: ""
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-plane-lock:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-angle-double-up:before,
.fa-angles-up:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-arrow-right-to-city:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-litecoin-sign:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-circle-nodes:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-truck-field-un:before {
    content: ""
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-user-doctor:before,
.fa-user-md:before {
    content: ""
}

.fa-circle-info:before,
.fa-info-circle:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-camera-alt:before,
.fa-camera:before {
    content: ""
}

.fa-square-virus:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-car-on:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: ""
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-person-cane:before {
    content: ""
}

.fa-tent:before {
    content: ""
}

.fa-vest-patches:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: ""
}

.fa-money-bill-wheat:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-hard-drive:before,
.fa-hdd:before {
    content: ""
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-list-alt:before,
.fa-rectangle-list:before {
    content: ""
}

.fa-tarp-droplet:before {
    content: ""
}

.fa-house-medical-circle-check:before {
    content: ""
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: ""
}

.fa-subway:before,
.fa-train-subway:before {
    content: ""
}

.fa-chart-gantt:before {
    content: ""
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-crop-alt:before,
.fa-crop-simple:before {
    content: ""
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: ""
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-minus:before,
.fa-subtract:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: ""
}

.fa-plug-circle-check:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-franc-sign:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-mosquito:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-person-military-rifle:before {
    content: ""
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-plug-circle-plus:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: ""
}

.fa-u:before {
    content: "U"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: ""
}

.fa-clock-four:before,
.fa-clock:before {
    content: ""
}

.fa-backward-step:before,
.fa-step-backward:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-baseball-bat-ball:before {
    content: ""
}

.fa-s:before {
    content: "S"
}

.fa-timeline:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: ""
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: ""
}

.fa-plane-up:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-half:before {
    content: ""
}

.fa-mountain-city:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-sliders-h:before,
.fa-sliders:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-cent-sign:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-person-pregnant:before {
    content: ""
}

.fa-wand-sparkles:before {
    content: ""
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-laptop-file:before {
    content: ""
}

.fa-teletype:before,
.fa-tty:before {
    content: ""
}

.fa-diagram-next:before {
    content: ""
}

.fa-person-rifle:before {
    content: ""
}

.fa-house-medical-circle-exclamation:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-hiking:before,
.fa-person-hiking:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-people-pulling:before {
    content: ""
}

.fa-n:before {
    content: "N"
}

.fa-cable-car:before,
.fa-tram:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-building-circle-xmark:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-arrows-down-to-line:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-face-grin:before,
.fa-grin:before {
    content: ""
}

.fa-backspace:before,
.fa-delete-left:before {
    content: ""
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: ""
}

.fa-file-circle-check:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-face-meh:before,
.fa-meh:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-book-dead:before,
.fa-book-skull:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-heart-circle-exclamation:before {
    content: ""
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-b:before {
    content: "B"
}

.fa-file-medical:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: ""
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: ""
}

.fa-cutlery:before,
.fa-utensils:before {
    content: ""
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: ""
}

.fa-mill-sign:before {
    content: ""
}

.fa-bowl-rice:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-mound:before {
    content: ""
}

.fa-toilet-portable:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-shield-cat:before {
    content: ""
}

.fa-bolt:before,
.fa-zap:before {
    content: ""
}

.fa-glass-water:before {
    content: ""
}

.fa-oil-well:before {
    content: ""
}

.fa-vault:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-plane-circle-xmark:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-bore-hole:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: ""
}

.fa-arrows-turn-to-dots:before {
    content: ""
}

.fa-florin-sign:before {
    content: ""
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-less-than:before {
    content: "<"
}

.fa-angle-down:before {
    content: ""
}

.fa-car-tunnel:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: ""
}

.fa-anchor-circle-xmark:before {
    content: ""
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-first-aid:before,
.fa-kit-medical:before {
    content: ""
}

.fa-person-through-window:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-hands-holding-circle:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-hand-holding-hand:before {
    content: ""
}

.fa-book-open-reader:before,
.fa-book-reader:before {
    content: ""
}

.fa-mountain-sun:before {
    content: ""
}

.fa-arrows-left-right-to-line:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-truck-droplet:before {
    content: ""
}

.fa-file-circle-xmark:before {
    content: ""
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-h-square:before,
.fa-square-h:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-plug-circle-xmark:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: ""
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-greater-than:before {
    content: ">"
}

.fa-person-swimming:before,
.fa-swimmer:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-droplet:before,
.fa-tint:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: ""
}

.fa-person-burst:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-section:before {
    content: ""
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-heart-circle-bolt:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: ""
}

.fa-tree-city:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-table-cells-row-lock:before {
    content: ""
}

.fa-rupiah-sign:before {
    content: ""
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: ""
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: ""
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: ""
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: ""
}

.fa-naira-sign:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-file-edit:before,
.fa-file-pen:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-person-circle-exclamation:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-code-compare:before {
    content: ""
}

.fa-list-dots:before,
.fa-list-ul:before {
    content: ""
}

.fa-school-lock:before {
    content: ""
}

.fa-tower-cell:before {
    content: ""
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-ranking-star:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-person-harassing:before {
    content: ""
}

.fa-brazilian-real-sign:before {
    content: ""
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: ""
}

.fa-shrimp:before {
    content: ""
}

.fa-list-check:before,
.fa-tasks:before {
    content: ""
}

.fa-jug-detergent:before {
    content: ""
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-car-burst:before,
.fa-car-crash:before {
    content: ""
}

.fa-y:before {
    content: "Y"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: ""
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: ""
}

.fa-clapperboard:before {
    content: ""
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: ""
}

.fa-baseball-ball:before,
.fa-baseball:before {
    content: ""
}

.fa-jet-fighter-up:before {
    content: ""
}

.fa-diagram-project:before,
.fa-project-diagram:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-grip-horizontal:before,
.fa-grip:before {
    content: ""
}

.fa-share-from-square:before,
.fa-share-square:before {
    content: ""
}

.fa-child-combatant:before,
.fa-child-rifle:before {
    content: ""
}

.fa-gun:before {
    content: ""
}

.fa-phone-square:before,
.fa-square-phone:before {
    content: ""
}

.fa-add:before,
.fa-plus:before {
    content: "+"
}

.fa-expand:before {
    content: ""
}

.fa-computer:before {
    content: ""
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: ""
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: ""
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: ""
}

.fa-peso-sign:before {
    content: ""
}

.fa-building-shield:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-users-line:before {
    content: ""
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: ""
}

.fa-arrow-down-up-lock:before {
    content: ""
}

.fa-lines-leaning:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-equals:before {
    content: "="
}

.fa-blender:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-photo-film:before,
.fa-photo-video:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-arrow-trend-up:before {
    content: ""
}

.fa-plug-circle-minus:before {
    content: ""
}

.fa-sign-hanging:before,
.fa-sign:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-tablet-android:before,
.fa-tablet:before {
    content: ""
}

.fa-school-flag:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-notdef:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-car-alt:before,
.fa-car-rear:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-percent:before,
.fa-percentage:before {
    content: "%"
}

.fa-truck-moving:before {
    content: ""
}

.fa-glass-water-droplet:before {
    content: ""
}

.fa-display:before {
    content: ""
}

.fa-face-smile:before,
.fa-smile:before {
    content: ""
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-person-praying:before,
.fa-pray:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-rotate:before,
.fa-sync-alt:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-arrow-up-right-dots:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-transgender-alt:before,
.fa-transgender:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: ""
}

.fa-person-falling-burst:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-angle-double-left:before,
.fa-angles-left:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-clock-rotate-left:before,
.fa-history:before {
    content: ""
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: ""
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: ""
}

.fa-shield-blank:before,
.fa-shield:before {
    content: ""
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-house-medical:before {
    content: ""
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: ""
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: ""
}

.fa-house-chimney-window:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-tent-arrow-turn-left:before {
    content: ""
}

.fa-tents:before {
    content: ""
}

.fa-magic:before,
.fa-wand-magic:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-biking:before,
.fa-person-biking:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-shield-heart:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: ""
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: ""
}

.fa-hashtag:before {
    content: "#"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-t:before {
    content: "T"
}

.fa-hippo:before {
    content: ""
}

.fa-chart-column:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-vial-circle-check:before {
    content: ""
}

.fa-person-arrow-down-to-line:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-person-walking-luggage:before {
    content: ""
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-bahai:before,
.fa-haykal:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-circle-plus:before,
.fa-plus-circle:before {
    content: ""
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-plug-circle-exclamation:before {
    content: ""
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-person-walking-arrow-loop-left:before {
    content: ""
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-file-circle-plus:before {
    content: ""
}

.fa-book-quran:before,
.fa-quran:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-angry:before,
.fa-face-angry:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-arrow-trend-down:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: ""
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-desktop-alt:before,
.fa-desktop:before {
    content: ""
}

.fa-m:before {
    content: "M"
}

.fa-table-list:before,
.fa-th-list:before {
    content: ""
}

.fa-comment-sms:before,
.fa-sms:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-house-circle-check:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-diagram-successor:before {
    content: ""
}

.fa-truck-arrow-right:before {
    content: ""
}

.fa-arrows-split-up-and-left:before {
    content: ""
}

.fa-fist-raised:before,
.fa-hand-fist:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-person-falling:before {
    content: ""
}

.fa-image-portrait:before,
.fa-portrait:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-rug:before {
    content: ""
}

.fa-earth-europe:before,
.fa-globe-europe:before {
    content: ""
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: ""
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-baht-sign:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: ""
}

.fa-handcuffs:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-bottle-droplet:before {
    content: ""
}

.fa-mask-face:before {
    content: ""
}

.fa-hill-rockslide:before {
    content: ""
}

.fa-exchange-alt:before,
.fa-right-left:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-road-circle-exclamation:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: ""
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: ""
}

.fa-face-grimace:before,
.fa-grimace:before {
    content: ""
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: ""
}

.fa-level-down-alt:before,
.fa-turn-down:before {
    content: ""
}

.fa-person-walking-arrow-right:before {
    content: ""
}

.fa-envelope-square:before,
.fa-square-envelope:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-band-aid:before,
.fa-bandage:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-earth-asia:before,
.fa-globe-asia:before {
    content: ""
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: ""
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-allergies:before,
.fa-hand-dots:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-coffee:before,
.fa-mug-saucer:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-user-alt:before,
.fa-user-large:before {
    content: ""
}

.fa-train-tram:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-jar:before {
    content: ""
}

.fa-note-sticky:before,
.fa-sticky-note:before {
    content: ""
}

.fa-bug-slash:before {
    content: ""
}

.fa-arrow-up-from-water-pump:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-tent-arrows-down:before {
    content: ""
}

.fa-exclamation:before {
    content: "!"
}

.fa-arrows-spin:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "$"
}

.fa-x:before {
    content: "X"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: ""
}

.fa-users-cog:before,
.fa-users-gear:before {
    content: ""
}

.fa-person-military-pointing:before {
    content: ""
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-trowel:before {
    content: ""
}

.fa-d:before {
    content: "D"
}

.fa-stapler:before {
    content: ""
}

.fa-masks-theater:before,
.fa-theater-masks:before {
    content: ""
}

.fa-kip-sign:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: ""
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: ""
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-plus-minus:before {
    content: ""
}

.fa-video-camera:before,
.fa-video:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-person-circle-check:before {
    content: ""
}

.fa-level-up-alt:before,
.fa-turn-up:before {
    content: ""
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(./fa-brands-400.Ch568Ea9.woff2) format("woff2"), url(./fa-brands-400.DHHcbFjz.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}

.fa-monero:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-cloudflare:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-pixiv:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-guilded:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-js-square:before,
.fa-square-js:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-jxl:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-unity:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-square-font-awesome:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-brave:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-threads:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-watchman-monitoring:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-opensuse:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-debian:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-instalod:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-golang:before {
    content: ""
}

.fa-kickstarter:before,
.fa-square-kickstarter:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-uncharted:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-rendact:before,
.fa-wpressr:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-nfc-directional:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-meta:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-square-letterboxd:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-shoelace:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-unsplash:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-hive:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-padlet:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-github-square:before,
.fa-square-github:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-shopify:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-square-threads:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-google-scholar:before {
    content: ""
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-hashnode:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-signal-messenger:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-dailymotion:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-nfc-symbol:before {
    content: ""
}

.fa-mintbit:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-brave-reverse:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: ""
}

.fa-web-awesome:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-letterboxd:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-bilibili:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-x-twitter:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-42-group:before,
.fa-innosoft:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-square-web-awesome-stroke:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-tiktok:before {
    content: ""
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-mixer:before {
    content: ""
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-cmplid:before {
    content: ""
}

.fa-upwork:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-square-upwork:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-deezer:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-screenpal:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-microblog:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-square-web-awesome:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-octopus-deploy:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-bluesky:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-rust:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-webflow:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-space-awesome:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-git-square:before,
.fa-square-git:before {
    content: ""
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-perbyte:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-bots:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-ideal:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-firefox-browser:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-stubber:before {
    content: ""
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-odysee:before {
    content: ""
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-edge-legacy:before {
    content: ""
}

.fa-slack-hash:before,
.fa-slack:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-square-x-twitter:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-medium-m:before,
.fa-medium:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-sitrox:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-wodu:before {
    content: ""
}

.fa-google-pay:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-pix:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 400;
    src: url(./fa-regular-400.9VThgXHM.woff2) format("woff2"), url(./fa-regular-400.C54-fRIQ.ttf) format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(./fa-solid-900.QWY35r5r.woff2) format("woff2"), url(./fa-solid-900.Cm9M9sZB.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
    src: url(./fa-brands-400.Ch568Ea9.woff2) format("woff2"), url(./fa-brands-400.DHHcbFjz.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    src: url(./fa-solid-900.QWY35r5r.woff2) format("woff2"), url(./fa-solid-900.Cm9M9sZB.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    src: url(./fa-regular-400.9VThgXHM.woff2) format("woff2"), url(./fa-regular-400.C54-fRIQ.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(./fa-solid-900.QWY35r5r.woff2) format("woff2"), url(./fa-solid-900.Cm9M9sZB.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(./fa-brands-400.Ch568Ea9.woff2) format("woff2"), url(./fa-brands-400.DHHcbFjz.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(./fa-regular-400.9VThgXHM.woff2) format("woff2"), url(./fa-regular-400.C54-fRIQ.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-display: block;
    font-family: FontAwesome;
    src: url(./fa-v4compatibility.BRdYr4HJ.woff2) format("woff2"), url(./fa-v4compatibility.DLBX5pNp.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.v-btn {
    align-items: center;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    display: inline-grid;
    flex-shrink: 0;
    font-weight: 500;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    justify-content: center;
    letter-spacing: .0892857143em;
    line-height: normal;
    max-width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity, background;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.v-btn--size-x-small {
    --v-btn-size: .625rem;
    --v-btn-height: 20px;
    font-size: var(--v-btn-size);
    min-width: 36px;
    padding: 0 8px
}

.v-btn--size-small {
    --v-btn-size: .75rem;
    --v-btn-height: 28px;
    font-size: var(--v-btn-size);
    min-width: 50px;
    padding: 0 12px
}

.v-btn--size-default {
    --v-btn-size: .875rem;
    --v-btn-height: 36px;
    font-size: var(--v-btn-size);
    min-width: 64px;
    padding: 0 16px
}

.v-btn--size-large {
    --v-btn-size: 1rem;
    --v-btn-height: 44px;
    font-size: var(--v-btn-size);
    min-width: 78px;
    padding: 0 20px
}

.v-btn--size-x-large {
    --v-btn-size: 1.125rem;
    --v-btn-height: 52px;
    font-size: var(--v-btn-size);
    min-width: 92px;
    padding: 0 24px
}

.v-btn.v-btn--density-default {
    height: calc(var(--v-btn-height))
}

.v-btn.v-btn--density-comfortable {
    height: calc(var(--v-btn-height) - 8px)
}

.v-btn.v-btn--density-compact {
    height: calc(var(--v-btn-height) - 12px)
}

.v-btn--border {
    border-width: thin;
    box-shadow: none
}

.v-btn--absolute {
    position: absolute
}

.v-btn--fixed {
    position: fixed
}

.v-btn:hover>.v-btn__overlay {
    opacity: calc(var(--v-hover-opacity)*var(--v-theme-overlay-multiplier))
}

.v-btn:focus-visible>.v-btn__overlay {
    opacity: calc(var(--v-focus-opacity)*var(--v-theme-overlay-multiplier))
}

@supports not selector(:focus-visible) {
    .v-btn:focus>.v-btn__overlay {
        opacity: calc(var(--v-focus-opacity)*var(--v-theme-overlay-multiplier))
    }
}

.v-btn--active>.v-btn__overlay,
.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay {
    opacity: calc(var(--v-activated-opacity)*var(--v-theme-overlay-multiplier))
}

.v-btn--active:hover>.v-btn__overlay,
.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity))*var(--v-theme-overlay-multiplier))
}

.v-btn--active:focus-visible>.v-btn__overlay,
.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))
}

@supports not selector(:focus-visible) {
    .v-btn--active:focus>.v-btn__overlay,
    .v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay {
        opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))
    }
}

.v-btn--variant-outlined,
.v-btn--variant-plain,
.v-btn--variant-text,
.v-btn--variant-tonal {
    background: 0 0;
    color: inherit
}

.v-btn--variant-plain {
    opacity: .62
}

.v-btn--variant-plain:focus,
.v-btn--variant-plain:hover {
    opacity: 1
}

.v-btn--variant-plain .v-btn__overlay {
    display: none
}

.v-btn--variant-elevated,
.v-btn--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))
}

.v-btn--variant-elevated {
    box-shadow: 0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn--variant-flat {
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn--variant-outlined {
    border: thin solid
}

.v-btn--variant-text .v-btn__overlay {
    background: currentColor
}

.v-btn--variant-tonal .v-btn__underlay {
    background: currentColor;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: var(--v-activated-opacity);
    pointer-events: none;
    right: 0;
    top: 0
}

.v-btn .v-btn__underlay {
    position: absolute
}

@supports selector(:focus-visible) {
    .v-btn:after {
        border: 2px solid;
        border-radius: inherit;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: opacity .2s ease-in-out;
        width: 100%
    }
    .v-btn:focus-visible:after {
        opacity: calc(var(--v-theme-overlay-multiplier)*.25)
    }
}

.v-btn--icon {
    border-radius: 50%;
    min-width: 0;
    padding: 0
}

.v-btn--icon.v-btn--size-default {
    --v-btn-size: 1rem
}

.v-btn--icon.v-btn--density-default {
    height: calc(var(--v-btn-height) + 12px);
    width: calc(var(--v-btn-height) + 12px)
}

.v-btn--icon.v-btn--density-comfortable {
    height: calc(var(--v-btn-height));
    width: calc(var(--v-btn-height))
}

.v-btn--icon.v-btn--density-compact {
    height: calc(var(--v-btn-height) - 8px);
    width: calc(var(--v-btn-height) - 8px)
}

.v-btn--elevated:focus,
.v-btn--elevated:hover {
    box-shadow: 0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn--elevated:active {
    box-shadow: 0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn--flat {
    box-shadow: none
}

.v-btn--block {
    display: flex;
    flex: 1 0 auto;
    min-width: 100%
}

.v-btn--disabled {
    opacity: .26;
    pointer-events: none
}

.v-btn--disabled:hover {
    opacity: .26
}

.v-btn--disabled.v-btn--variant-elevated,
.v-btn--disabled.v-btn--variant-flat {
    background: rgb(var(--v-theme-surface));
    box-shadow: none;
    color: rgba(var(--v-theme-on-surface), .26);
    opacity: 1
}

.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,
.v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
    opacity: .4615384615
}

.v-btn--loading {
    pointer-events: none
}

.v-btn--loading .v-btn__append,
.v-btn--loading .v-btn__content,
.v-btn--loading .v-btn__prepend {
    opacity: 0
}

.v-btn--stacked {
    align-content: center;
    grid-template-areas: "prepend" "content" "append";
    grid-template-columns: auto;
    grid-template-rows: max-content max-content max-content;
    justify-items: center
}

.v-btn--stacked .v-btn__content {
    flex-direction: column;
    line-height: 1.25
}

.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content>.v-icon--end,
.v-btn--stacked .v-btn__content>.v-icon--start,
.v-btn--stacked .v-btn__prepend {
    margin-inline: 0
}

.v-btn--stacked .v-btn__content>.v-icon--start,
.v-btn--stacked .v-btn__prepend {
    margin-bottom: 4px
}

.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content>.v-icon--end {
    margin-top: 4px
}

.v-btn--stacked.v-btn--size-x-small {
    --v-btn-size: .625rem;
    --v-btn-height: 56px;
    font-size: var(--v-btn-size);
    min-width: 56px;
    padding: 0 12px
}

.v-btn--stacked.v-btn--size-small {
    --v-btn-size: .75rem;
    --v-btn-height: 64px;
    font-size: var(--v-btn-size);
    min-width: 64px;
    padding: 0 14px
}

.v-btn--stacked.v-btn--size-default {
    --v-btn-size: .875rem;
    --v-btn-height: 72px;
    font-size: var(--v-btn-size);
    min-width: 72px;
    padding: 0 16px
}

.v-btn--stacked.v-btn--size-large {
    --v-btn-size: 1rem;
    --v-btn-height: 80px;
    font-size: var(--v-btn-size);
    min-width: 80px;
    padding: 0 18px
}

.v-btn--stacked.v-btn--size-x-large {
    --v-btn-size: 1.125rem;
    --v-btn-height: 88px;
    font-size: var(--v-btn-size);
    min-width: 88px;
    padding: 0 20px
}

.v-btn--stacked.v-btn--density-default {
    height: calc(var(--v-btn-height))
}

.v-btn--stacked.v-btn--density-comfortable {
    height: calc(var(--v-btn-height) - 16px)
}

.v-btn--stacked.v-btn--density-compact {
    height: calc(var(--v-btn-height) - 24px)
}

.v-btn--slim {
    padding: 0 8px
}

.v-btn--readonly {
    pointer-events: none
}

.v-btn--rounded {
    border-radius: 24px
}

.v-btn--rounded.v-btn--icon {
    border-radius: 4px
}

.v-btn .v-icon {
    --v-icon-size-multiplier: .8571428571
}

.v-btn--icon .v-icon {
    --v-icon-size-multiplier: 1
}

.v-btn--stacked .v-icon {
    --v-icon-size-multiplier: 1.1428571429
}

.v-btn__loader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v-btn__loader>.v-progress-circular {
    height: 1.5em;
    width: 1.5em
}

.v-btn__append,
.v-btn__content,
.v-btn__prepend {
    align-items: center;
    display: flex;
    transition: transform, opacity .2s cubic-bezier(.4, 0, .2, 1)
}

.v-btn__prepend {
    grid-area: prepend;
    margin-inline: calc(var(--v-btn-height)/-9) calc(var(--v-btn-height)/4.5)
}

.v-btn__append {
    grid-area: append;
    margin-inline: calc(var(--v-btn-height)/4.5) calc(var(--v-btn-height)/-9)
}

.v-btn__content {
    grid-area: content;
    justify-content: center;
    white-space: nowrap
}

.v-btn__content>.v-icon--start {
    margin-inline: calc(var(--v-btn-height)/-9) calc(var(--v-btn-height)/4.5)
}

.v-btn__content>.v-icon--end {
    margin-inline: calc(var(--v-btn-height)/4.5) calc(var(--v-btn-height)/-9)
}

.v-btn--stacked .v-btn__content {
    white-space: normal
}

.v-btn__overlay {
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.v-btn__overlay,
.v-btn__underlay {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.v-card-actions .v-btn~.v-btn:not(.v-btn-toggle .v-btn) {
    margin-inline-start: .5rem
}

.v-pagination .v-btn {
    border-radius: 4px
}

.v-pagination .v-btn--rounded {
    border-radius: 50%
}

.v-btn__overlay {
    transition: none
}

.v-pagination__item--is-active .v-btn__overlay {
    opacity: var(--v-border-opacity)
}

.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay {
    opacity: calc(var(--v-activated-opacity)*var(--v-theme-overlay-multiplier))
}

.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity))*var(--v-theme-overlay-multiplier))
}

.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))
}

@supports not selector(:focus-visible) {
    .v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay {
        opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))
    }
}

.v-btn-group {
    background: 0 0;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)), 0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)), 0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));
    color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    vertical-align: middle
}

.v-btn-group--border {
    border-width: thin;
    box-shadow: none
}

.v-btn-group--density-default.v-btn-group {
    height: 48px
}

.v-btn-group--density-comfortable.v-btn-group {
    height: 40px
}

.v-btn-group--density-compact.v-btn-group {
    height: 36px
}

.v-btn-group .v-btn {
    border-color: inherit;
    border-radius: 0
}

.v-btn-group .v-btn:not(:last-child) {
    border-inline-end: none
}

.v-btn-group .v-btn:not(:first-child) {
    border-inline-start: none
}

.v-btn-group .v-btn:first-child {
    border-end-start-radius: inherit;
    border-start-start-radius: inherit
}

.v-btn-group .v-btn:last-child {
    border-end-end-radius: inherit;
    border-start-end-radius: inherit
}

.v-btn-group--divided .v-btn:not(:last-child) {
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-inline-end-style: solid;
    border-inline-end-width: thin
}

.v-btn-group--tile {
    border-radius: 0
}

.v-icon {
    --v-icon-size-multiplier: 1;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    height: 1em;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    min-width: 1em;
    position: relative;
    text-align: center;
    text-indent: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1em
}

.v-icon--clickable {
    cursor: pointer
}

.v-icon--disabled {
    opacity: .38;
    pointer-events: none
}

.v-icon--size-x-small {
    font-size: calc(var(--v-icon-size-multiplier)*1em)
}

.v-icon--size-small {
    font-size: calc(var(--v-icon-size-multiplier)*1.25em)
}

.v-icon--size-default {
    font-size: calc(var(--v-icon-size-multiplier)*1.5em)
}

.v-icon--size-large {
    font-size: calc(var(--v-icon-size-multiplier)*1.75em)
}

.v-icon--size-x-large {
    font-size: calc(var(--v-icon-size-multiplier)*2em)
}

.v-icon__svg {
    fill: currentColor;
    height: 100%;
    width: 100%
}

.v-icon--start {
    margin-inline-end: 8px
}

.v-icon--end {
    margin-inline-start: 8px
}

.v-progress-circular {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
    vertical-align: middle
}

.v-progress-circular>svg {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.v-progress-circular__content {
    align-items: center;
    display: flex;
    justify-content: center
}

.v-progress-circular__underlay {
    color: rgba(var(--v-border-color), var(--v-border-opacity));
    stroke: currentColor;
    z-index: 1
}

.v-progress-circular__overlay {
    stroke: currentColor;
    transition: all .2s ease-in-out, stroke-width 0s;
    z-index: 2
}

.v-progress-circular--size-x-small {
    height: 16px;
    width: 16px
}

.v-progress-circular--size-small {
    height: 24px;
    width: 24px
}

.v-progress-circular--size-default {
    height: 32px;
    width: 32px
}

.v-progress-circular--size-large {
    height: 48px;
    width: 48px
}

.v-progress-circular--size-x-large {
    height: 64px;
    width: 64px
}

.v-progress-circular--indeterminate>svg {
    animation: progress-circular-rotate 1.4s linear infinite;
    transform-origin: center center;
    transition: all .2s ease-in-out
}

.v-progress-circular--indeterminate .v-progress-circular__overlay {
    animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
    stroke-dasharray: 25, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: center center
}

.v-progress-circular--disable-shrink>svg {
    animation-duration: .7s
}

.v-progress-circular--disable-shrink .v-progress-circular__overlay {
    animation: none
}

.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay,
.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg {
    animation-play-state: paused !important
}

@keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px
    }
    to {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes progress-circular-rotate {
    to {
        transform: rotate(270deg)
    }
}

.v-progress-linear {
    background: 0 0;
    overflow: hidden;
    position: relative;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.v-progress-linear__background,
.v-progress-linear__buffer {
    background: currentColor;
    bottom: 0;
    left: 0;
    opacity: var(--v-border-opacity);
    position: absolute;
    top: 0;
    transition-property: width, left, right;
    transition: inherit;
    width: 100%
}

.v-progress-linear__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.v-progress-linear__determinate,
.v-progress-linear__indeterminate {
    background: currentColor
}

.v-progress-linear__determinate {
    height: inherit;
    left: 0;
    position: absolute;
    transition: inherit;
    transition-property: width, left, right
}

.v-progress-linear__indeterminate .long,
.v-progress-linear__indeterminate .short {
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-play-state: paused;
    bottom: 0;
    height: inherit;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: auto
}

.v-progress-linear__indeterminate .long {
    animation-name: indeterminate-ltr
}

.v-progress-linear__indeterminate .short {
    animation-name: indeterminate-short-ltr
}

.v-progress-linear__stream {
    animation: stream .25s linear infinite;
    animation-play-state: paused;
    bottom: 0;
    left: auto;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    transition: inherit;
    transition-property: width, left, right
}

.v-progress-linear--reverse .v-progress-linear__background,
.v-progress-linear--reverse .v-progress-linear__content,
.v-progress-linear--reverse .v-progress-linear__determinate,
.v-progress-linear--reverse .v-progress-linear__indeterminate .long,
.v-progress-linear--reverse .v-progress-linear__indeterminate .short {
    left: auto;
    right: 0
}

.v-progress-linear--reverse .v-progress-linear__indeterminate .long {
    animation-name: indeterminate-rtl
}

.v-progress-linear--reverse .v-progress-linear__indeterminate .short {
    animation-name: indeterminate-short-rtl
}

.v-progress-linear--reverse .v-progress-linear__stream {
    right: auto
}

.v-progress-linear--absolute,
.v-progress-linear--fixed {
    left: 0;
    z-index: 1
}

.v-progress-linear--absolute {
    position: absolute
}

.v-progress-linear--fixed {
    position: fixed
}

.v-progress-linear--rounded {
    border-radius: 9999px
}

.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
    border-radius: inherit
}

.v-progress-linear--striped .v-progress-linear__determinate {
    animation: progress-linear-stripes 1s linear infinite;
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .25) 0, hsla(0, 0%, 100%, .25) 75%, transparent 0, transparent);
    background-repeat: repeat;
    background-size: var(--v-progress-linear-height)
}

.v-progress-linear--active .v-progress-linear__indeterminate .long,
.v-progress-linear--active .v-progress-linear__indeterminate .short,
.v-progress-linear--active .v-progress-linear__stream {
    animation-play-state: running
}

.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background {
    border-radius: 9999px
}

.v-progress-linear--rounded-bar .v-progress-linear__determinate {
    border-end-start-radius: 0;
    border-start-start-radius: 0
}

@keyframes indeterminate-ltr {
    0% {
        left: -90%;
        right: 100%
    }
    60% {
        left: -90%;
        right: 100%
    }
    to {
        left: 100%;
        right: -35%
    }
}

@keyframes indeterminate-rtl {
    0% {
        left: 100%;
        right: -90%
    }
    60% {
        left: 100%;
        right: -90%
    }
    to {
        left: -35%;
        right: 100%
    }
}

@keyframes indeterminate-short-ltr {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    to {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short-rtl {
    0% {
        left: 100%;
        right: -200%
    }
    60% {
        left: -8%;
        right: 107%
    }
    to {
        left: -8%;
        right: 107%
    }
}

@keyframes stream {
    to {
        transform: translate(var(--v-progress-linear-stream-to))
    }
}

@keyframes progress-linear-stripes {
    0% {
        background-position-x: var(--v-progress-linear-height)
    }
}

.v-ripple__container {
    border-radius: inherit;
    contain: strict;
    height: 100%;
    width: 100%;
    z-index: 0
}

.v-ripple__animation,
.v-ripple__container {
    color: inherit;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0
}

.v-ripple__animation {
    background: currentColor;
    border-radius: 50%;
    opacity: 0;
    will-change: transform, opacity
}

.v-ripple__animation--enter {
    opacity: 0;
    transition: none
}

.v-ripple__animation--in {
    opacity: calc(var(--v-theme-overlay-multiplier)*.25);
    transition: transform .25s cubic-bezier(0, 0, .2, 1), opacity .1s cubic-bezier(0, 0, .2, 1)
}

.v-ripple__animation--out {
    opacity: 0;
    transition: opacity .3s cubic-bezier(0, 0, .2, 1)
}

.Error404[data-v-a62c340d],
.Error404 .content[data-v-a62c340d] {
    height: 100%;
    width: 100%
}

.Error404 .content[data-v-a62c340d] {
    max-width: 285px
}

.Error404 .content .kv[data-v-a62c340d] {
    width: 100%
}

.Error404 .content .kv img[data-v-a62c340d] {
    height: 100%;
    width: 100%
}

@media(min-width:600px) {
    .Error404 .content[data-v-a62c340d] {
        max-width: 552px
    }
}

@media(min-width:1280px) {
    .Error404 .content[data-v-a62c340d] {
        max-width: 1149px
    }
    .Error404 .content .kv[data-v-a62c340d] {
        flex: 1 1 685px
    }
    .Error404 .content .words[data-v-a62c340d] {
        flex: 1 1 400px
    }
}

.Error500[data-v-1612afb9] {
    height: 100%;
    width: 100%
}

.Error500 .word-oops[data-v-1612afb9] {
    font-family: Roboto
}

.Error500 .content[data-v-1612afb9] {
    height: 100%;
    max-width: 285px;
    width: 100%
}

.Error500 .content .kv[data-v-1612afb9] {
    width: 100%
}

.Error500 .content .kv img[data-v-1612afb9] {
    height: 100%;
    width: 100%
}

.Error500 .content .words[data-v-1612afb9] {
    text-wrap: pretty
}

@media(min-width:600px) {
    .Error500 .content[data-v-1612afb9] {
        max-width: 552px
    }
}

@media(min-width:1280px) {
    .Error500 .content[data-v-1612afb9] {
        max-width: 1149px
    }
    .Error500 .content .words[data-v-1612afb9] {
        left: 223px;
        position: absolute;
        top: 153px
    }
}