﻿* {
    --size-max: 2rem;
    --size-xxl: 1.75rem;
    --size-xl: 1.5rem;
    --size-l: 1.25rem;
    --size-m: 1rem;
    --size-s: 0.875rem;
    --size-xs: 0.75rem;
    --h-max: calc(2rem + 0.75rem);
    --h-xxl: calc(1.75rem + 0.75rem);
    --h-xl: calc(1.5rem + 0.675rem);
    --h-l: calc(1.25rem + 0.675rem);
    --h-m: calc(1rem + 0.675rem);
    --h-s: calc(0.875rem + 0.5rem);
    --h-xs: calc(0.75rem + 0.5rem);
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-touch-callout: inherit;
    -webkit-user-select: inherit;
    -khtml-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit
}

*::-webkit-scrollbar {
    display: none
}

input,
textarea {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    resize: none;
    overflow: scroll
}

a {
    cursor: pointer
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #404040
}

button {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

i.left {
    margin-left: 0;
    margin-right: .5rem
}

i.right {
    margin-left: .5rem;
    margin-right: 0
}

i.deg90 {
    transform: rotate(90deg)
}

.shadow {
    -moz-box-shadow: 0 2px 1rem rgba(0, 0, 0, .05), 0 2px 3rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 2px 1rem rgba(0, 0, 0, .05), 0 2px 3rem rgba(0, 0, 0, .075);
    box-shadow: 0 2px 1rem rgba(0, 0, 0, .05), 0 2px 3rem rgba(0, 0, 0, .075)
}

.border {
    border: 1px solid rgba(0, 0, 0, .075)
}

.p_0_75 {
    line-height: 1.25rem;
    font-size: .75rem
}

.p_0_875 {
    line-height: 1.325rem;
    font-size: .875rem
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-overflow: ellipsis
}

a::before {
    content: attr(freepik);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    margin-right: -50%;
    font-size: 1.5rem;
    letter-spacing: .125rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .5);
    border-radius: .25rem;
    z-index: 1
}

body {
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll
}

body nav[num="1"] {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: inherit;
    height: 6rem;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10
}

@keyframes nav-001-show {
    0% {
        background-color: rgba(0, 0, 0, 0)
    }

    100% {
        background-color: var(--col-nav)
    }
}

@keyframes nav-001-hide {
    0% {
        background-color: var(--col-nav)
    }

    100% {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media screen and (min-width: 1040px) {
    body nav[num="1"].scroll {
        animation-name: nav-001-show;
        animation-duration: .3s;
        background-color: var(--col-nav)
    }

    body nav[num="1"].scroll.rm {
        animation-name: nav-001-hide;
        animation-duration: .3s;
        background-color: rgba(0, 0, 0, 0)
    }
}

@media screen and (max-width: 1039px) {
    body nav[num="1"] {
        background-color: var(--col-nav)
    }
}

body nav[num="1"]>div {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-width);
    height: inherit
}

body nav[num="1"]>div>div.left {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    font-size: 0;
    text-align: left
}

@media screen and (max-width: 1139px) {
    body nav[num="1"]>div>div.left {
        left: 1.5rem
    }
}

body nav[num="1"]>div>div.left>div,
body nav[num="1"]>div>div.left>a,
body nav[num="1"]>div>div.left>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    color: var(--col-system)
}

body nav[num="1"]>div>div.left>div:nth-child(1),
body nav[num="1"]>div>div.left>a:nth-child(1),
body nav[num="1"]>div>div.left>button:nth-child(1) {
    margin-left: 0
}

body nav[num="1"]>div>div.left>div>*,
body nav[num="1"]>div>div.left>a>*,
body nav[num="1"]>div>div.left>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body nav[num="1"]>div>div.left>div>img,
body nav[num="1"]>div>div.left>a>img,
body nav[num="1"]>div>div.left>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body nav[num="1"]>div>div.center {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
    font-size: 0;
    text-align: center
}

body nav[num="1"]>div>div.center>div,
body nav[num="1"]>div>div.center>a,
body nav[num="1"]>div>div.center>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .25rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    color: var(--col-system)
}

body nav[num="1"]>div>div.center>div>*,
body nav[num="1"]>div>div.center>a>*,
body nav[num="1"]>div>div.center>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body nav[num="1"]>div>div.center>div>img,
body nav[num="1"]>div>div.center>a>img,
body nav[num="1"]>div>div.center>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body nav[num="1"]>div>div.right {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    font-size: 0;
    text-align: right
}

@media screen and (max-width: 1139px) {
    body nav[num="1"]>div>div.right {
        right: 1.5rem
    }
}

@media screen and (max-width: 799px) {
    body nav[num="1"]>div>div.right {
        top: 0;
        right: 0;
        transform: unset;
        width: 100%;
        text-align: left;
        background-color: var(--col-nav)
    }

    body nav[num="1"]>div>div.right.show {
        margin-top: 6rem;
        padding: 0 1.5rem 2rem
    }

    body nav[num="1"]>div>div.right.show>ul,
    body nav[num="1"]>div>div.right.show>ol,
    body nav[num="1"]>div>div.right.show>button:nth-last-child(1) {
        display: block
    }
}

body nav[num="1"]>div>div.right>ul,
body nav[num="1"]>div>div.right>ol {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    width: initial;
    height: 2.5rem;
    font-size: 0;
    color: #404040
}

@media screen and (max-width: 1139px) {

    body nav[num="1"]>div>div.right>ul,
    body nav[num="1"]>div>div.right>ol {
        margin-right: 0
    }
}

@media screen and (max-width: 799px) {

    body nav[num="1"]>div>div.right>ul,
    body nav[num="1"]>div>div.right>ol {
        display: none;
        height: initial
    }
}

body nav[num="1"]>div>div.right>ul>li,
body nav[num="1"]>div>div.right>ol>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    width: initial;
    height: initial;
    font-size: 0;
    color: inherit
}

@media screen and (max-width: 799px) {

    body nav[num="1"]>div>div.right>ul>li,
    body nav[num="1"]>div>div.right>ol>li {
        display: block
    }
}

body nav[num="1"]>div>div.right>ul>li>div,
body nav[num="1"]>div>div.right>ul>li>a,
body nav[num="1"]>div>div.right>ul>li>button,
body nav[num="1"]>div>div.right>ol>li>div,
body nav[num="1"]>div>div.right>ol>li>a,
body nav[num="1"]>div>div.right>ol>li>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    color: inherit
}

body nav[num="1"]>div>div.right>ul>li>div:nth-child(1),
body nav[num="1"]>div>div.right>ul>li>a:nth-child(1),
body nav[num="1"]>div>div.right>ul>li>button:nth-child(1),
body nav[num="1"]>div>div.right>ol>li>div:nth-child(1),
body nav[num="1"]>div>div.right>ol>li>a:nth-child(1),
body nav[num="1"]>div>div.right>ol>li>button:nth-child(1) {
    margin-left: 0
}

body nav[num="1"]>div>div.right>ul>li>div>*,
body nav[num="1"]>div>div.right>ul>li>a>*,
body nav[num="1"]>div>div.right>ul>li>button>*,
body nav[num="1"]>div>div.right>ol>li>div>*,
body nav[num="1"]>div>div.right>ol>li>a>*,
body nav[num="1"]>div>div.right>ol>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body nav[num="1"]>div>div.right>ul>li>div>img,
body nav[num="1"]>div>div.right>ul>li>a>img,
body nav[num="1"]>div>div.right>ul>li>button>img,
body nav[num="1"]>div>div.right>ol>li>div>img,
body nav[num="1"]>div>div.right>ol>li>a>img,
body nav[num="1"]>div>div.right>ol>li>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body nav[num="1"]>div>div.right>div,
body nav[num="1"]>div>div.right>a,
body nav[num="1"]>div>div.right>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    padding: 0 1.25rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: .875rem;
    background-color: var(--col-system);
    color: #fff;
    border-radius: .25rem
}

@media screen and (max-width: 799px) {

    body nav[num="1"]>div>div.right>div,
    body nav[num="1"]>div>div.right>a,
    body nav[num="1"]>div>div.right>button {
        display: none;
        margin-top: 2rem
    }
}

body nav[num="1"]>div>div.right>div:nth-last-child(1),
body nav[num="1"]>div>div.right>a:nth-last-child(1),
body nav[num="1"]>div>div.right>button:nth-last-child(1) {
    margin-right: 0
}

body nav[num="1"]>div>div.right>div>*,
body nav[num="1"]>div>div.right>a>*,
body nav[num="1"]>div>div.right>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body nav[num="1"]>div>div.right>div>img,
body nav[num="1"]>div>div.right>a>img,
body nav[num="1"]>div>div.right>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body nav[num="1"]>div>button {
    position: absolute;
    display: none;
    top: 2rem;
    right: 1.5rem;
    width: initial;
    height: initial
}

@media screen and (max-width: 799px) {
    body nav[num="1"]>div>button {
        display: block
    }
}

body nav[num="1"]>div>button>i {
    position: relative;
    width: 2rem;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff
}

body #nav-002,
body nav[num="2"] {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: inherit;
    height: 6rem;
    background-color: var(--col-nav);
    z-index: 10
}

body #nav-002.scroll,
body nav[num="2"].scroll {
    border-bottom: 1px solid var(--col-border)
}

body #nav-002>div,
body nav[num="2"]>div {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-width);
    height: inherit
}

body #nav-002>div>div.left,
body nav[num="2"]>div>div.left {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    font-size: 0;
    text-align: left
}

@media screen and (max-width: 1139px) {

    body #nav-002>div>div.left,
    body nav[num="2"]>div>div.left {
        left: 1.5rem
    }
}

body #nav-002>div>div.left>div,
body #nav-002>div>div.left>a,
body #nav-002>div>div.left>button,
body nav[num="2"]>div>div.left>div,
body nav[num="2"]>div>div.left>a,
body nav[num="2"]>div>div.left>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    color: var(--col-system)
}

body #nav-002>div>div.left>div:nth-child(1),
body #nav-002>div>div.left>a:nth-child(1),
body #nav-002>div>div.left>button:nth-child(1),
body nav[num="2"]>div>div.left>div:nth-child(1),
body nav[num="2"]>div>div.left>a:nth-child(1),
body nav[num="2"]>div>div.left>button:nth-child(1) {
    margin-left: 0
}

body #nav-002>div>div.left>div>*,
body #nav-002>div>div.left>a>*,
body #nav-002>div>div.left>button>*,
body nav[num="2"]>div>div.left>div>*,
body nav[num="2"]>div>div.left>a>*,
body nav[num="2"]>div>div.left>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body #nav-002>div>div.left>div>img,
body #nav-002>div>div.left>a>img,
body #nav-002>div>div.left>button>img,
body nav[num="2"]>div>div.left>div>img,
body nav[num="2"]>div>div.left>a>img,
body nav[num="2"]>div>div.left>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body #nav-002>div>div.center,
body nav[num="2"]>div>div.center {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: initial;
    height: initial;
    font-size: 0;
    text-align: center
}

body #nav-002>div>div.center>div,
body #nav-002>div>div.center>a,
body #nav-002>div>div.center>button,
body nav[num="2"]>div>div.center>div,
body nav[num="2"]>div>div.center>a,
body nav[num="2"]>div>div.center>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .25rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    color: var(--col-system)
}

body #nav-002>div>div.center>div>*,
body #nav-002>div>div.center>a>*,
body #nav-002>div>div.center>button>*,
body nav[num="2"]>div>div.center>div>*,
body nav[num="2"]>div>div.center>a>*,
body nav[num="2"]>div>div.center>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body #nav-002>div>div.center>div>img,
body #nav-002>div>div.center>a>img,
body #nav-002>div>div.center>button>img,
body nav[num="2"]>div>div.center>div>img,
body nav[num="2"]>div>div.center>a>img,
body nav[num="2"]>div>div.center>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body #nav-002>div>div.right,
body nav[num="2"]>div>div.right {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: initial;
    height: initial;
    font-size: 0;
    text-align: right
}

@media screen and (max-width: 1139px) {

    body #nav-002>div>div.right,
    body nav[num="2"]>div>div.right {
        right: 1.5rem
    }
}

@media screen and (max-width: 799px) {

    body #nav-002>div>div.right,
    body nav[num="2"]>div>div.right {
        top: 0;
        right: 0;
        transform: unset;
        width: 100%;
        text-align: left;
        background-color: var(--col-nav)
    }

    body #nav-002>div>div.right.show,
    body nav[num="2"]>div>div.right.show {
        margin-top: 6rem;
        padding: 0 1.5rem 2rem
    }

    body #nav-002>div>div.right.show>ul,
    body #nav-002>div>div.right.show>ol,
    body #nav-002>div>div.right.show>button:nth-last-child(1),
    body nav[num="2"]>div>div.right.show>ul,
    body nav[num="2"]>div>div.right.show>ol,
    body nav[num="2"]>div>div.right.show>button:nth-last-child(1) {
        display: block
    }
}

body #nav-002>div>div.right>ul,
body #nav-002>div>div.right>ol,
body nav[num="2"]>div>div.right>ul,
body nav[num="2"]>div>div.right>ol {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    width: initial;
    height: 2.5rem;
    font-size: 0;
    color: #404040
}

@media screen and (max-width: 1139px) {

    body #nav-002>div>div.right>ul,
    body #nav-002>div>div.right>ol,
    body nav[num="2"]>div>div.right>ul,
    body nav[num="2"]>div>div.right>ol {
        margin-right: 0
    }
}

@media screen and (max-width: 799px) {

    body #nav-002>div>div.right>ul,
    body #nav-002>div>div.right>ol,
    body nav[num="2"]>div>div.right>ul,
    body nav[num="2"]>div>div.right>ol {
        display: none;
        height: initial
    }
}

body #nav-002>div>div.right>ul>li,
body #nav-002>div>div.right>ol>li,
body nav[num="2"]>div>div.right>ul>li,
body nav[num="2"]>div>div.right>ol>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    width: initial;
    height: initial;
    font-size: 0;
    color: inherit
}

@media screen and (max-width: 799px) {

    body #nav-002>div>div.right>ul>li,
    body #nav-002>div>div.right>ol>li,
    body nav[num="2"]>div>div.right>ul>li,
    body nav[num="2"]>div>div.right>ol>li {
        display: block
    }
}

body #nav-002>div>div.right>ul>li>div,
body #nav-002>div>div.right>ul>li>a,
body #nav-002>div>div.right>ul>li>button,
body #nav-002>div>div.right>ol>li>div,
body #nav-002>div>div.right>ol>li>a,
body #nav-002>div>div.right>ol>li>button,
body nav[num="2"]>div>div.right>ul>li>div,
body nav[num="2"]>div>div.right>ul>li>a,
body nav[num="2"]>div>div.right>ul>li>button,
body nav[num="2"]>div>div.right>ol>li>div,
body nav[num="2"]>div>div.right>ol>li>a,
body nav[num="2"]>div>div.right>ol>li>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    color: inherit
}

body #nav-002>div>div.right>ul>li>div:nth-child(1),
body #nav-002>div>div.right>ul>li>a:nth-child(1),
body #nav-002>div>div.right>ul>li>button:nth-child(1),
body #nav-002>div>div.right>ol>li>div:nth-child(1),
body #nav-002>div>div.right>ol>li>a:nth-child(1),
body #nav-002>div>div.right>ol>li>button:nth-child(1),
body nav[num="2"]>div>div.right>ul>li>div:nth-child(1),
body nav[num="2"]>div>div.right>ul>li>a:nth-child(1),
body nav[num="2"]>div>div.right>ul>li>button:nth-child(1),
body nav[num="2"]>div>div.right>ol>li>div:nth-child(1),
body nav[num="2"]>div>div.right>ol>li>a:nth-child(1),
body nav[num="2"]>div>div.right>ol>li>button:nth-child(1) {
    margin-left: 0
}

body #nav-002>div>div.right>ul>li>div>*,
body #nav-002>div>div.right>ul>li>a>*,
body #nav-002>div>div.right>ul>li>button>*,
body #nav-002>div>div.right>ol>li>div>*,
body #nav-002>div>div.right>ol>li>a>*,
body #nav-002>div>div.right>ol>li>button>*,
body nav[num="2"]>div>div.right>ul>li>div>*,
body nav[num="2"]>div>div.right>ul>li>a>*,
body nav[num="2"]>div>div.right>ul>li>button>*,
body nav[num="2"]>div>div.right>ol>li>div>*,
body nav[num="2"]>div>div.right>ol>li>a>*,
body nav[num="2"]>div>div.right>ol>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body #nav-002>div>div.right>ul>li>div>img,
body #nav-002>div>div.right>ul>li>a>img,
body #nav-002>div>div.right>ul>li>button>img,
body #nav-002>div>div.right>ol>li>div>img,
body #nav-002>div>div.right>ol>li>a>img,
body #nav-002>div>div.right>ol>li>button>img,
body nav[num="2"]>div>div.right>ul>li>div>img,
body nav[num="2"]>div>div.right>ul>li>a>img,
body nav[num="2"]>div>div.right>ul>li>button>img,
body nav[num="2"]>div>div.right>ol>li>div>img,
body nav[num="2"]>div>div.right>ol>li>a>img,
body nav[num="2"]>div>div.right>ol>li>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body #nav-002>div>div.right>div,
body #nav-002>div>div.right>a,
body #nav-002>div>div.right>button,
body nav[num="2"]>div>div.right>div,
body nav[num="2"]>div>div.right>a,
body nav[num="2"]>div>div.right>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    padding: 0 1.25rem;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: .875rem;
    background-color: var(--col-system);
    color: #fff;
    border-radius: .25rem
}

@media screen and (max-width: 799px) {

    body #nav-002>div>div.right>div,
    body #nav-002>div>div.right>a,
    body #nav-002>div>div.right>button,
    body nav[num="2"]>div>div.right>div,
    body nav[num="2"]>div>div.right>a,
    body nav[num="2"]>div>div.right>button {
        display: none;
        margin-top: 2rem
    }
}

body #nav-002>div>div.right>div:nth-last-child(1),
body #nav-002>div>div.right>a:nth-last-child(1),
body #nav-002>div>div.right>button:nth-last-child(1),
body nav[num="2"]>div>div.right>div:nth-last-child(1),
body nav[num="2"]>div>div.right>a:nth-last-child(1),
body nav[num="2"]>div>div.right>button:nth-last-child(1) {
    margin-right: 0
}

body #nav-002>div>div.right>div>*,
body #nav-002>div>div.right>a>*,
body #nav-002>div>div.right>button>*,
body nav[num="2"]>div>div.right>div>*,
body nav[num="2"]>div>div.right>a>*,
body nav[num="2"]>div>div.right>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body #nav-002>div>div.right>div>img,
body #nav-002>div>div.right>a>img,
body #nav-002>div>div.right>button>img,
body nav[num="2"]>div>div.right>div>img,
body nav[num="2"]>div>div.right>a>img,
body nav[num="2"]>div>div.right>button>img {
    position: relative;
    width: auto;
    height: inherit;
    object-fit: cover
}

body #nav-002>div>button,
body nav[num="2"]>div>button {
    position: absolute;
    display: none;
    top: 2rem;
    right: 1.5rem;
    width: initial;
    height: initial
}

@media screen and (max-width: 799px) {

    body #nav-002>div>button,
    body nav[num="2"]>div>button {
        display: block
    }
}

body #nav-002>div>button>i,
body nav[num="2"]>div>button>i {
    position: relative;
    width: 2rem;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff
}

@keyframes header-001-content-show {
    0% {
        top: 10rem;
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes header-001-img-right-show {
    0% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@keyframes header-001-img-left-show {
    0% {
        right: 100%
    }

    100% {
        right: 0
    }
}

body>section[header="1"]>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[header="1"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: initial;
    max-width: 512px;
    height: initial;
    text-align: center;
    animation-name: header-001-content-show;
    animation-duration: .5s
}

@media screen and (min-width: 1024px) {
    body>section[header="1"]>div>ul>li {
        margin-left: 2rem;
        width: calc((100% - 2rem)/2 - 1px);
        max-width: unset
    }

    body>section[header="1"]>div>ul>li:nth-child(1):nth-last-child(1) {
        width: initial
    }
}

body>section[header="1"]>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[header="1"]>div>ul>li:nth-child(1):nth-last-child(1) {
    max-width: 640px
}

body>section[header="1"]>div>ul>li:has(img) {
    display: none
}

body>section[header="1"]>div>ul>li:has(img):nth-child(1) {
    animation-name: header-001-img-left-show
}

body>section[header="1"]>div>ul>li:has(img):nth-child(2) {
    animation-name: header-001-img-right-show
}

@media screen and (min-width: 1024px) {
    body>section[header="1"]>div>ul>li:has(img) {
        display: inline-block
    }
}

body>section[header="1"]>div>ul>li.align-left {
    text-align: left
}

body>section[header="1"]>div>ul>li.align-right {
    text-align: right
}

body>section[header="1"]>div>ul>li>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

body>section[header="1"]>div>ul>li>a,
body>section[header="1"]>div>ul>li>figure {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body>section[header="1"]>div>ul>li>a>img,
body>section[header="1"]>div>ul>li>figure>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 512px;
    object-fit: contain
}

body>section[header="1"]>div>ul>li>h1,
body>section[header="1"]>div>ul>li>h2,
body>section[header="1"]>div>ul>li>h3,
body>section[header="1"]>div>ul>li>h4,
body>section[header="1"]>div>ul>li>h5,
body>section[header="1"]>div>ul>li>h6 {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    line-height: var(--h-max);
    font-size: var(--size-max);
    font-weight: 500;
    text-align: inherit;
    color: #404040
}

@media screen and (max-width: 799px) {

    body>section[header="1"]>div>ul>li>h1,
    body>section[header="1"]>div>ul>li>h2,
    body>section[header="1"]>div>ul>li>h3,
    body>section[header="1"]>div>ul>li>h4,
    body>section[header="1"]>div>ul>li>h5,
    body>section[header="1"]>div>ul>li>h6 {
        line-height: var(--h-xxl);
        font-size: var(--size-xxl)
    }
}

@media screen and (max-width: 479px) {

    body>section[header="1"]>div>ul>li>h1,
    body>section[header="1"]>div>ul>li>h2,
    body>section[header="1"]>div>ul>li>h3,
    body>section[header="1"]>div>ul>li>h4,
    body>section[header="1"]>div>ul>li>h5,
    body>section[header="1"]>div>ul>li>h6 {
        line-height: var(--h-xl);
        font-size: var(--size-xl)
    }
}

body>section[header="1"]>div>ul>li>p {
    position: relative;
    display: block;
    margin-top: 1rem;
    width: 100%;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #6f6f6f
}

body>section[header="1"]>div>ul>li>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[header="1"]>div>ul>li>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[header="1"]>div>ul>li>ul.align-left {
    text-align: left
}

body>section[header="1"]>div>ul>li>ul.align-right {
    text-align: right
}

body>section[header="1"]>div>ul>li>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[header="1"]>div>ul>li>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[header="1"]>div>ul>li>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[header="1"]>div>ul>li>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[header="1"]>div>ul>li>ul>li>a,
body>section[header="1"]>div>ul>li>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[header="1"]>div>ul>li>ul>li>a:has(img),
body>section[header="1"]>div>ul>li>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[header="1"]>div>ul>li>ul>li>a:has(img)>img,
body>section[header="1"]>div>ul>li>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[header="1"]>div>ul>li>ul>li>a>*,
body>section[header="1"]>div>ul>li>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[header="1"]>div>ul>li>ul>li>a>i,
body>section[header="1"]>div>ul>li>ul>li>button>i {
    font-size: .75rem
}

body>section[header="1"]>div>ul>li>ul {
    margin-top: 2rem
}

@keyframes header-002-show {
    0% {
        padding-top: 10rem;
        margin-bottom: -10rem;
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        padding-top: 0;
        margin-bottom: 0;
        opacity: 1
    }
}

body>section[header="2"]>div>div {
    position: relative;
    display: block;
    margin: 0 15%;
    width: 70%;
    height: initial;
    text-align: center;
    animation-name: header-002-show;
    animation-duration: .5s
}

@media screen and (max-width: 1139px) {
    body>section[header="2"]>div>div {
        margin: 0 20%;
        width: 60%
    }
}

@media screen and (max-width: 799px) {
    body>section[header="2"]>div>div {
        margin: 0 10%;
        width: 80%
    }
}

@media screen and (max-width: 479px) {
    body>section[header="2"]>div>div {
        margin: 0 1.5rem;
        width: calc(100% - 3rem)
    }
}

body>section[header="2"]>div>div>h1,
body>section[header="2"]>div>div>h2,
body>section[header="2"]>div>div>h3,
body>section[header="2"]>div>div>h4,
body>section[header="2"]>div>div>h5,
body>section[header="2"]>div>div>h6 {
    position: relative;
    display: block;
    width: 100%;
    line-height: 2.75rem;
    height: initial;
    font-size: 2rem;
    font-weight: 500;
    color: #404040
}

@media screen and (max-width: 799px) {

    body>section[header="2"]>div>div>h1,
    body>section[header="2"]>div>div>h2,
    body>section[header="2"]>div>div>h3,
    body>section[header="2"]>div>div>h4,
    body>section[header="2"]>div>div>h5,
    body>section[header="2"]>div>div>h6 {
        line-height: 2.625rem;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 479px) {

    body>section[header="2"]>div>div>h1,
    body>section[header="2"]>div>div>h2,
    body>section[header="2"]>div>div>h3,
    body>section[header="2"]>div>div>h4,
    body>section[header="2"]>div>div>h5,
    body>section[header="2"]>div>div>h6 {
        line-height: 2.5rem;
        font-size: 1.75rem
    }
}

body>section[header="2"]>div>div>p {
    position: relative;
    display: block;
    margin-top: 1rem;
    width: 100%;
    line-height: 1.875rem;
    font-size: 1rem;
    color: #6f6f6f
}

@media screen and (max-width: 799px) {
    body>section[header="2"]>div>div>p {
        line-height: 1.75rem;
        font-size: .875rem
    }
}

body>section[header="2"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[header="2"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[header="2"]>div>div>ul.align-left {
    text-align: left
}

body>section[header="2"]>div>div>ul.align-right {
    text-align: right
}

body>section[header="2"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[header="2"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[header="2"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[header="2"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[header="2"]>div>div>ul>li>a,
body>section[header="2"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[header="2"]>div>div>ul>li>a:has(img),
body>section[header="2"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[header="2"]>div>div>ul>li>a:has(img)>img,
body>section[header="2"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[header="2"]>div>div>ul>li>a>*,
body>section[header="2"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[header="2"]>div>div>ul>li>a>i,
body>section[header="2"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body>section[header="2"]>div>div>ul {
    margin-top: 2rem
}

@keyframes header-003-content-show {
    0% {
        top: 10rem;
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes header-003-img-show-right {
    0% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@keyframes header-003-img-show-left {
    0% {
        right: 100%
    }

    100% {
        right: 0
    }
}

body>section[header="3"]>div.left>form {
    margin-left: 0
}

body>section[header="3"]>div.left>form>img {
    left: unset;
    right: 0;
    animation-name: header-001-img-show-left
}

body>section[header="3"]>div.left>div {
    left: unset;
    right: 0
}

body>section[header="3"]>div.left>div>div {
    left: 3rem;
    right: 0
}

body>section[header="3"]>div>form {
    position: relative;
    display: block;
    margin-left: 50%;
    width: 50%;
    height: initial;
    background-color: #fff;
    border-radius: .5rem;
    font-size: 0;
    text-align: left;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    body>section[header="3"]>div>form {
        display: none
    }
}

body>section[header="3"]>div>form>h6 {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    width: 100%;
    line-height: 4rem;
    height: 4rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    background-color: rgba(0, 0, 10, .03);
    color: var(--col-system)
}

body>section[header="3"]>div>form>label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    width: 100%;
    font-size: .875rem;
    text-align: left;
    color: #6f6f6f
}

body>section[header="3"]>div>form>label.r2 {
    width: calc((100% - 1px)/2)
}

body>section[header="3"]>div>form>label:has(input[type=radio]) {
    width: initial
}

body>section[header="3"]>div>form>label>input {
    position: relative;
    display: block;
    margin-top: .25rem;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    font-size: 1rem;
    border: 1px solid var(--col-border);
    border-radius: .25rem;
    color: #000
}

body>section[header="3"]>div>form>label>input[type=radio] {
    display: inline-block;
    vertical-align: top;
    width: initial
}

body>section[header="3"]>div>form>button {
    position: relative;
    display: block;
    margin: 1.5rem;
    width: calc(100% - 3rem);
    line-height: 2.5rem;
    height: 2.5rem;
    border-radius: .25rem;
    font-size: .875rem;
    background-color: var(--col-system);
    color: #fff
}

body>section[header="3"]>div>form>button>b,
body>section[header="3"]>div>form>button>strong,
body>section[header="3"]>div>form>button>i,
body>section[header="3"]>div>form>button>em {
    line-height: inherit;
    font-size: inherit;
    color: inherit
}

body>section[header="3"]>div>form>button>i {
    margin-right: .125rem
}

body>section[header="3"]>div>form>button>i:nth-child(1) {
    margin-right: .25rem
}

body>section[header="3"]>div>form>button>i:nth-last-child(1) {
    margin-left: .25rem
}

body>section[header="3"]>div>div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: initial;
    text-align: left;
    animation-name: header-001-content-show;
    animation-duration: .5s
}

@media screen and (max-width: 1023px) {
    body>section[header="3"]>div>div {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        margin: 0 20%;
        width: 60%
    }
}

@media screen and (max-width: 799px) {
    body>section[header="3"]>div>div {
        margin: 0 10%;
        width: 80%
    }
}

@media screen and (max-width: 479px) {
    body>section[header="3"]>div>div {
        margin: 0 1.5rem;
        width: calc(100% - 3rem)
    }
}

body>section[header="3"]>div>div>div {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 3rem;
    transform: translateY(-50%);
    width: calc(100% - 3rem);
    height: initial;
    text-align: left;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    body>section[header="3"]>div>div>div {
        position: relative;
        top: unset;
        transform: unset;
        width: 100%;
        height: initial
    }
}

body>section[header="3"]>div>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    line-height: initial;
    height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: rgba(255, 255, 255, .7490196078);
    color: var(--col-system);
    border-radius: 1rem
}

body>section[header="3"]>div>div>div>h1 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    line-height: 2.75rem;
    height: initial;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #404040
}

body>section[header="3"]>div>div>div>h1:nth-child(1) {
    margin-top: 0
}

@media screen and (max-width: 799px) {
    body>section[header="3"]>div>div>div>h1 {
        line-height: 2.625rem;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 479px) {
    body>section[header="3"]>div>div>div>h1 {
        line-height: 2.5rem;
        font-size: 1.75rem
    }
}

body>section[header="3"]>div>div>div>p {
    position: relative;
    display: block;
    margin-top: 1rem;
    width: 100%;
    line-height: 1.875rem;
    font-size: 1rem;
    text-align: left;
    color: #6f6f6f
}

body>section[header="3"]>div>div>div>p:nth-child(1) {
    margin-top: 0
}

@media screen and (max-width: 799px) {
    body>section[header="3"]>div>div>div>p {
        line-height: 1.75rem;
        font-size: .875rem
    }
}

body>section[header="3"]>div>div>div>p>a,
body>section[header="3"]>div>div>div>p>b,
body>section[header="3"]>div>div>div>p>strong,
body>section[header="3"]>div>div>div>p>i,
body>section[header="3"]>div>div>div>p>em {
    line-height: inherit;
    font-size: inherit;
    color: inherit
}

body>section[header="3"]>div>div>div>ul {
    position: relative;
    display: block;
    margin-top: 2.5rem;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[header="3"]>div>div>div>ul:nth-child(1) {
    margin-top: 0
}

body>section[header="3"]>div>div>div>ul>li {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: top;
    width: initial;
    height: initial;
    border-radius: .5rem;
    overflow: hidden
}

body>section[header="3"]>div>div>div>ul>li:nth-last-child(1) {
    margin-right: 0
}

body>section[header="3"]>div>div>div>ul>li>a,
body>section[header="3"]>div>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    width: initial;
    line-height: 2.5rem !important;
    height: 2.5rem;
    font-size: .875rem
}

body>section[header="3"]>div>div>div>ul>li>a[col="1"],
body>section[header="3"]>div>div>div>ul>li>button[col="1"] {
    background-color: var(--col-system);
    color: #fff
}

body>section[header="3"]>div>div>div>ul>li>a:has(img),
body>section[header="3"]>div>div>div>ul>li>button:has(img) {
    padding: 0
}

body>section[header="3"]>div>div>div>ul>li>a>img,
body>section[header="3"]>div>div>div>ul>li>button>img {
    position: relative;
    display: block;
    width: auto;
    height: inherit;
    object-fit: cover
}

body>section[header="3"]>div>div>div>ul>li>a>b,
body>section[header="3"]>div>div>div>ul>li>a>strong,
body>section[header="3"]>div>div>div>ul>li>a>i,
body>section[header="3"]>div>div>div>ul>li>a>em,
body>section[header="3"]>div>div>div>ul>li>button>b,
body>section[header="3"]>div>div>div>ul>li>button>strong,
body>section[header="3"]>div>div>div>ul>li>button>i,
body>section[header="3"]>div>div>div>ul>li>button>em {
    position: relative;
    margin: 0 .125rem;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    color: inherit
}

body>section[header="3"]>div>div>div>ul>li>a>b:nth-child(1),
body>section[header="3"]>div>div>div>ul>li>a>strong:nth-child(1),
body>section[header="3"]>div>div>div>ul>li>a>i:nth-child(1),
body>section[header="3"]>div>div>div>ul>li>a>em:nth-child(1),
body>section[header="3"]>div>div>div>ul>li>button>b:nth-child(1),
body>section[header="3"]>div>div>div>ul>li>button>strong:nth-child(1),
body>section[header="3"]>div>div>div>ul>li>button>i:nth-child(1),
body>section[header="3"]>div>div>div>ul>li>button>em:nth-child(1) {
    margin-right: .25rem
}

body>section[header="3"]>div>div>div>ul>li>a>b:nth-last-child(1),
body>section[header="3"]>div>div>div>ul>li>a>strong:nth-last-child(1),
body>section[header="3"]>div>div>div>ul>li>a>i:nth-last-child(1),
body>section[header="3"]>div>div>div>ul>li>a>em:nth-last-child(1),
body>section[header="3"]>div>div>div>ul>li>button>b:nth-last-child(1),
body>section[header="3"]>div>div>div>ul>li>button>strong:nth-last-child(1),
body>section[header="3"]>div>div>div>ul>li>button>i:nth-last-child(1),
body>section[header="3"]>div>div>div>ul>li>button>em:nth-last-child(1) {
    margin-left: .25rem
}

body>section {
    position: relative;
    display: block;
    width: inherit;
    height: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

body>section[position=center] {
    background-position: center
}

body>section[position=bottom] {
    background-position: bottom
}

body>section[fixed="1"],
body>section[fixed=true] {
    background-attachment: fixed
}

body>section>svg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

body>section>a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

body>section>div {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-width);
    height: initial;
    font-size: 0;
    text-align: center;
    z-index: 2
}

@media screen and (max-width: 1139px) {
    body>section>div {
        width: calc(100% - 2rem);
        max-width: 1024px
    }
}

body>section[num="1"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body>section[num="1"]>div>nav>h2,
body>section[num="1"]>div>nav>h3,
body>section[num="1"]>div>nav>h4,
body>section[num="1"]>div>nav>h5,
body>section[num="1"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body>section[num="1"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body>section[num="1"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body>section[num="1"]>div>nav>ul>li>a,
body>section[num="1"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body>section[num="1"]>div>nav>ul>li>a>i,
body>section[num="1"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body>section[num="1"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body>section[num="1"]>div>div:nth-child(1) {
    margin-top: 0
}

body>section[num="1"]>div>div.align-left {
    text-align: left
}

body>section[num="1"]>div>div.align-right {
    text-align: right
}

body>section[num="1"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body>section[num="1"]>div>div>h1,
body>section[num="1"]>div>div>h2,
body>section[num="1"]>div>div>h3,
body>section[num="1"]>div>div>h4,
body>section[num="1"]>div>div>h5,
body>section[num="1"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="1"]>div>div>h1:nth-child(1),
body>section[num="1"]>div>div>h2:nth-child(1),
body>section[num="1"]>div>div>h3:nth-child(1),
body>section[num="1"]>div>div>h4:nth-child(1),
body>section[num="1"]>div>div>h5:nth-child(1),
body>section[num="1"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="1"]>div>div>h1.s,
body>section[num="1"]>div>div>h2.s,
body>section[num="1"]>div>div>h3.s,
body>section[num="1"]>div>div>h4.s,
body>section[num="1"]>div>div>h5.s,
body>section[num="1"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body>section[num="1"]>div>div>h1.l,
body>section[num="1"]>div>div>h2.l,
body>section[num="1"]>div>div>h3.l,
body>section[num="1"]>div>div>h4.l,
body>section[num="1"]>div>div>h5.l,
body>section[num="1"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body>section[num="1"]>div>div>h1.xl,
body>section[num="1"]>div>div>h2.xl,
body>section[num="1"]>div>div>h3.xl,
body>section[num="1"]>div>div>h4.xl,
body>section[num="1"]>div>div>h5.xl,
body>section[num="1"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body>section[num="1"]>div>div>h1.b,
body>section[num="1"]>div>div>h2.b,
body>section[num="1"]>div>div>h3.b,
body>section[num="1"]>div>div>h4.b,
body>section[num="1"]>div>div>h5.b,
body>section[num="1"]>div>div>h6.b {
    font-weight: 600
}

body>section[num="1"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body>section[num="1"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body>section[num="1"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="1"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="1"]>div>div>ul.align-left {
    text-align: left
}

body>section[num="1"]>div>div>ul.align-right {
    text-align: right
}

body>section[num="1"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[num="1"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[num="1"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[num="1"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[num="1"]>div>div>ul>li>a,
body>section[num="1"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[num="1"]>div>div>ul>li>a:has(img),
body>section[num="1"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[num="1"]>div>div>ul>li>a:has(img)>img,
body>section[num="1"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[num="1"]>div>div>ul>li>a>*,
body>section[num="1"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="1"]>div>div>ul>li>a>i,
body>section[num="1"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body>section[num="1"]>div>div>ul {
    margin-top: 1.5rem
}

body>section[num="1"]>div>ul {
    position: relative;
    display: block;
    margin-top: 3rem;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="1"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body>section[num="1"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="1"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body>section[num="1"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="1"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="1"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="1"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body>section[num="1"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="1"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body>section[num="1"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="1"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body>section[num="1"]>div>ul.r3>li:nth-child(2),
    body>section[num="1"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body>section[num="1"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body>section[num="1"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body>section[num="1"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="1"]>div>ul.r4>li {
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body>section[num="1"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="1"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="1"]>div>ul.r4>li {
        width: calc(384px - 2rem - 1px)
    }

    body>section[num="1"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="1"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="1"]>div>ul.r4>li {
        width: calc((100% - 6rem)/4 - 1px)
    }

    body>section[num="1"]>div>ul.r4>li:nth-child(3),
    body>section[num="1"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body>section[num="1"]>div>ul.r4>li:nth-child(2n),
    body>section[num="1"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body>section[num="1"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body>section[num="1"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body>section[num="1"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body>section[num="1"]>div>ul>li:nth-child(n+1)>div>i,
body>section[num="1"]>div>ul>li:nth-child(n+1)>a>i,
body>section[num="1"]>div>ul>li:nth-child(n+1)>button>i {
    background-color: rgba(153, 153, 221, .6);
    color: #009
}

body>section[num="1"]>div>ul>li:nth-child(n+2)>div>i,
body>section[num="1"]>div>ul>li:nth-child(n+2)>a>i,
body>section[num="1"]>div>ul>li:nth-child(n+2)>button>i {
    background-color: rgba(153, 221, 153, .6);
    color: #090
}

body>section[num="1"]>div>ul>li:nth-child(n+3)>div>i,
body>section[num="1"]>div>ul>li:nth-child(n+3)>a>i,
body>section[num="1"]>div>ul>li:nth-child(n+3)>button>i {
    background-color: rgba(221, 153, 153, .6);
    color: #900
}

body>section[num="1"]>div>ul>li:nth-child(n+4)>div>i,
body>section[num="1"]>div>ul>li:nth-child(n+4)>a>i,
body>section[num="1"]>div>ul>li:nth-child(n+4)>button>i {
    background-color: rgba(221, 221, 153, .6);
    color: #990
}

body>section[num="1"]>div>ul>li:nth-child(n+5)>div>i,
body>section[num="1"]>div>ul>li:nth-child(n+5)>a>i,
body>section[num="1"]>div>ul>li:nth-child(n+5)>button>i {
    background-color: rgba(153, 221, 221, .6);
    color: #099
}

body>section[num="1"]>div>ul>li:nth-child(n+6)>div>i,
body>section[num="1"]>div>ul>li:nth-child(n+6)>a>i,
body>section[num="1"]>div>ul>li:nth-child(n+6)>button>i {
    background-color: rgba(221, 153, 221, .6);
    color: #909
}

body>section[num="1"]>div>ul>li>div,
body>section[num="1"]>div>ul>li>a,
body>section[num="1"]>div>ul>li>button {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: inherit
}

body>section[num="1"]>div>ul>li>div>img,
body>section[num="1"]>div>ul>li>div>i,
body>section[num="1"]>div>ul>li>a>img,
body>section[num="1"]>div>ul>li>a>i,
body>section[num="1"]>div>ul>li>button>img,
body>section[num="1"]>div>ul>li>button>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: var(--size-xl);
    text-align: center;
    border-radius: 50%;
    object-fit: cover
}

body>section[num="1"]>div>ul>li>div>h6,
body>section[num="1"]>div>ul>li>a>h6,
body>section[num="1"]>div>ul>li>button>h6 {
    position: relative;
    display: block;
    margin-top: 1.25rem;
    width: 100%;
    height: initial;
    line-height: initial;
    font-size: var(--size-l);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="1"]>div>ul>li>div>h6:nth-child(1),
body>section[num="1"]>div>ul>li>a>h6:nth-child(1),
body>section[num="1"]>div>ul>li>button>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="1"]>div>ul>li>div>p,
body>section[num="1"]>div>ul>li>a>p,
body>section[num="1"]>div>ul>li>button>p {
    position: relative;
    display: block;
    margin-top: .5rem;
    width: 100%;
    height: initial;
    line-height: var(--h-s);
    font-size: var(--size-s);
    text-align: inherit;
    color: #777
}

body>section[num="1"]>div>ul>li>div>p:nth-child(1),
body>section[num="1"]>div>ul>li>a>p:nth-child(1),
body>section[num="1"]>div>ul>li>button>p:nth-child(1) {
    margin-top: 0
}

body>section[num="1"]>div>ul>li>div>p>*,
body>section[num="1"]>div>ul>li>a>p>*,
body>section[num="1"]>div>ul>li>button>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

@keyframes section-002-right-show {
    0% {
        right: -100%
    }

    100% {
        right: 0
    }
}

@keyframes section-002-left-show {
    0% {
        left: -100%
    }

    100% {
        left: 0
    }
}

body>section[num="2"]>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    font-size: 0
}

body>section[num="2"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3rem;
    width: initial;
    max-width: 512px;
    height: initial;
    text-align: center;
    animation-duration: .5s
}

@media screen and (min-width: 1024px) {
    body>section[num="2"]>div>ul>li {
        width: calc((100% - 3rem)/2 - 1px);
        max-width: unset
    }
}

body>section[num="2"]>div>ul>li:nth-child(1) {
    margin-left: 0;
    animation-name: section-002-left-show
}

body>section[num="2"]>div>ul>li:nth-last-child(1) {
    animation-name: section-002-right-show
}

body>section[num="2"]>div>ul>li:has(img) {
    display: none
}

body>section[num="2"]>div>ul>li:has(img):nth-child(1) {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

body>section[num="2"]>div>ul>li:has(img):nth-child(1)>img,
body>section[num="2"]>div>ul>li:has(img):nth-child(1)>a>img,
body>section[num="2"]>div>ul>li:has(img):nth-child(1)>figure>img {
    transform: skew(10deg, -2deg)
}

body>section[num="2"]>div>ul>li:has(img):nth-child(2) {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

body>section[num="2"]>div>ul>li:has(img):nth-child(2)>img,
body>section[num="2"]>div>ul>li:has(img):nth-child(2)>a>img,
body>section[num="2"]>div>ul>li:has(img):nth-child(2)>figure>img {
    transform: skew(-10deg, 2deg)
}

@media screen and (min-width: 1024px) {
    body>section[num="2"]>div>ul>li:has(img) {
        display: inline-block
    }
}

body>section[num="2"]>div>ul>li.align-left {
    text-align: left
}

body>section[num="2"]>div>ul>li.align-right {
    text-align: right
}

body>section[num="2"]>div>ul>li>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: .25rem
}

body>section[num="2"]>div>ul>li>a,
body>section[num="2"]>div>ul>li>figure {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body>section[num="2"]>div>ul>li>a>img,
body>section[num="2"]>div>ul>li>figure>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 512px;
    object-fit: contain;
    border-radius: .25rem
}

body>section[num="2"]>div>ul>li>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body>section[num="2"]>div>ul>li>nav>h2,
body>section[num="2"]>div>ul>li>nav>h3,
body>section[num="2"]>div>ul>li>nav>h4,
body>section[num="2"]>div>ul>li>nav>h5,
body>section[num="2"]>div>ul>li>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body>section[num="2"]>div>ul>li>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body>section[num="2"]>div>ul>li>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body>section[num="2"]>div>ul>li>nav>ul>li>a,
body>section[num="2"]>div>ul>li>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body>section[num="2"]>div>ul>li>nav>ul>li>a>i,
body>section[num="2"]>div>ul>li>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body>section[num="2"]>div>ul>li>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body>section[num="2"]>div>ul>li>div:nth-child(1) {
    margin-top: 0
}

body>section[num="2"]>div>ul>li>div.align-left {
    text-align: left
}

body>section[num="2"]>div>ul>li>div.align-right {
    text-align: right
}

body>section[num="2"]>div>ul>li>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body>section[num="2"]>div>ul>li>div>h1,
body>section[num="2"]>div>ul>li>div>h2,
body>section[num="2"]>div>ul>li>div>h3,
body>section[num="2"]>div>ul>li>div>h4,
body>section[num="2"]>div>ul>li>div>h5,
body>section[num="2"]>div>ul>li>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="2"]>div>ul>li>div>h1:nth-child(1),
body>section[num="2"]>div>ul>li>div>h2:nth-child(1),
body>section[num="2"]>div>ul>li>div>h3:nth-child(1),
body>section[num="2"]>div>ul>li>div>h4:nth-child(1),
body>section[num="2"]>div>ul>li>div>h5:nth-child(1),
body>section[num="2"]>div>ul>li>div>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="2"]>div>ul>li>div>h1.s,
body>section[num="2"]>div>ul>li>div>h2.s,
body>section[num="2"]>div>ul>li>div>h3.s,
body>section[num="2"]>div>ul>li>div>h4.s,
body>section[num="2"]>div>ul>li>div>h5.s,
body>section[num="2"]>div>ul>li>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body>section[num="2"]>div>ul>li>div>h1.l,
body>section[num="2"]>div>ul>li>div>h2.l,
body>section[num="2"]>div>ul>li>div>h3.l,
body>section[num="2"]>div>ul>li>div>h4.l,
body>section[num="2"]>div>ul>li>div>h5.l,
body>section[num="2"]>div>ul>li>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body>section[num="2"]>div>ul>li>div>h1.xl,
body>section[num="2"]>div>ul>li>div>h2.xl,
body>section[num="2"]>div>ul>li>div>h3.xl,
body>section[num="2"]>div>ul>li>div>h4.xl,
body>section[num="2"]>div>ul>li>div>h5.xl,
body>section[num="2"]>div>ul>li>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body>section[num="2"]>div>ul>li>div>h1.b,
body>section[num="2"]>div>ul>li>div>h2.b,
body>section[num="2"]>div>ul>li>div>h3.b,
body>section[num="2"]>div>ul>li>div>h4.b,
body>section[num="2"]>div>ul>li>div>h5.b,
body>section[num="2"]>div>ul>li>div>h6.b {
    font-weight: 600
}

body>section[num="2"]>div>ul>li>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body>section[num="2"]>div>ul>li>div>p:nth-child(1) {
    margin-top: 0
}

body>section[num="2"]>div>ul>li>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="2"]>div>ul>li>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="2"]>div>ul>li>div>ul.align-left {
    text-align: left
}

body>section[num="2"]>div>ul>li>div>ul.align-right {
    text-align: right
}

body>section[num="2"]>div>ul>li>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[num="2"]>div>ul>li>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[num="2"]>div>ul>li>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[num="2"]>div>ul>li>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[num="2"]>div>ul>li>div>ul>li>a,
body>section[num="2"]>div>ul>li>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[num="2"]>div>ul>li>div>ul>li>a:has(img),
body>section[num="2"]>div>ul>li>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[num="2"]>div>ul>li>div>ul>li>a:has(img)>img,
body>section[num="2"]>div>ul>li>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[num="2"]>div>ul>li>div>ul>li>a>*,
body>section[num="2"]>div>ul>li>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="2"]>div>ul>li>div>ul>li>a>i,
body>section[num="2"]>div>ul>li>div>ul>li>button>i {
    font-size: .75rem
}

body>section[num="2"]>div>ul>li>div>ul {
    margin-top: 1.5rem
}

body>section[num="2"]>div>ul>li>ul {
    position: relative;
    display: block;
    margin-top: 1rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body>section[num="2"]>div>ul>li>ul.align-left {
    text-align: left
}

body>section[num="2"]>div>ul>li>ul.align-right {
    text-align: right
}

body>section[num="2"]>div>ul>li>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    margin-right: 2rem;
    width: calc((100% - 2rem)/2 - 1px);
    height: initial;
    text-align: inherit
}

body>section[num="2"]>div>ul>li>ul>li:nth-child(2n) {
    margin-right: 0
}

body>section[num="2"]>div>ul>li>ul>li>h2,
body>section[num="2"]>div>ul>li>ul>li>h3,
body>section[num="2"]>div>ul>li>ul>li>h4,
body>section[num="2"]>div>ul>li>ul>li>h5,
body>section[num="2"]>div>ul>li>ul>li>h6 {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    font-weight: 500;
    color: #000;
    text-align: inherit
}

body>section[num="2"]>div>ul>li>ul>li>p {
    position: relative;
    display: block;
    margin-top: .5rem;
    width: 100%;
    height: initial;
    line-height: var(--h-s);
    font-size: var(--size-s);
    color: #777;
    text-align: inherit
}

body>section[num="2"]>div>ul>li>ul>li>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="2"]>div>ul>li>ul>li>a,
body>section[num="2"]>div>ul>li>ul>li>button {
    position: relative;
    display: block;
    margin-top: .5rem;
    width: 100%;
    height: initial;
    line-height: var(--h-s);
    font-size: var(--size-s);
    color: var(--col-system)
}

body>section[num="2"]>div>ul>li>ul>li>a>*,
body>section[num="2"]>div>ul>li>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="3"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body>section[num="3"]>div>nav>h2,
body>section[num="3"]>div>nav>h3,
body>section[num="3"]>div>nav>h4,
body>section[num="3"]>div>nav>h5,
body>section[num="3"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body>section[num="3"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body>section[num="3"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body>section[num="3"]>div>nav>ul>li>a,
body>section[num="3"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body>section[num="3"]>div>nav>ul>li>a>i,
body>section[num="3"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body>section[num="3"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body>section[num="3"]>div>div:nth-child(1) {
    margin-top: 0
}

body>section[num="3"]>div>div.align-left {
    text-align: left
}

body>section[num="3"]>div>div.align-right {
    text-align: right
}

body>section[num="3"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body>section[num="3"]>div>div>h1,
body>section[num="3"]>div>div>h2,
body>section[num="3"]>div>div>h3,
body>section[num="3"]>div>div>h4,
body>section[num="3"]>div>div>h5,
body>section[num="3"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="3"]>div>div>h1:nth-child(1),
body>section[num="3"]>div>div>h2:nth-child(1),
body>section[num="3"]>div>div>h3:nth-child(1),
body>section[num="3"]>div>div>h4:nth-child(1),
body>section[num="3"]>div>div>h5:nth-child(1),
body>section[num="3"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="3"]>div>div>h1.s,
body>section[num="3"]>div>div>h2.s,
body>section[num="3"]>div>div>h3.s,
body>section[num="3"]>div>div>h4.s,
body>section[num="3"]>div>div>h5.s,
body>section[num="3"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body>section[num="3"]>div>div>h1.l,
body>section[num="3"]>div>div>h2.l,
body>section[num="3"]>div>div>h3.l,
body>section[num="3"]>div>div>h4.l,
body>section[num="3"]>div>div>h5.l,
body>section[num="3"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body>section[num="3"]>div>div>h1.xl,
body>section[num="3"]>div>div>h2.xl,
body>section[num="3"]>div>div>h3.xl,
body>section[num="3"]>div>div>h4.xl,
body>section[num="3"]>div>div>h5.xl,
body>section[num="3"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body>section[num="3"]>div>div>h1.b,
body>section[num="3"]>div>div>h2.b,
body>section[num="3"]>div>div>h3.b,
body>section[num="3"]>div>div>h4.b,
body>section[num="3"]>div>div>h5.b,
body>section[num="3"]>div>div>h6.b {
    font-weight: 600
}

body>section[num="3"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body>section[num="3"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body>section[num="3"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="3"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="3"]>div>div>ul.align-left {
    text-align: left
}

body>section[num="3"]>div>div>ul.align-right {
    text-align: right
}

body>section[num="3"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[num="3"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[num="3"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[num="3"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[num="3"]>div>div>ul>li>a,
body>section[num="3"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[num="3"]>div>div>ul>li>a:has(img),
body>section[num="3"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[num="3"]>div>div>ul>li>a:has(img)>img,
body>section[num="3"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[num="3"]>div>div>ul>li>a>*,
body>section[num="3"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="3"]>div>div>ul>li>a>i,
body>section[num="3"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body>section[num="3"]>div>div>ul {
    margin-top: 1.5rem
}

body>section[num="3"]>div>ul {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body>section[num="3"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body>section[num="3"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="3"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body>section[num="3"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="3"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="3"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="3"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body>section[num="3"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="3"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body>section[num="3"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="3"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body>section[num="3"]>div>ul.r3>li:nth-child(2),
    body>section[num="3"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body>section[num="3"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body>section[num="3"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body>section[num="3"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="3"]>div>ul.r4>li {
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body>section[num="3"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="3"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="3"]>div>ul.r4>li {
        width: calc(384px - 2rem - 1px)
    }

    body>section[num="3"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="3"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="3"]>div>ul.r4>li {
        width: calc((100% - 6rem)/4 - 1px)
    }

    body>section[num="3"]>div>ul.r4>li:nth-child(3),
    body>section[num="3"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body>section[num="3"]>div>ul.r4>li:nth-child(2n),
    body>section[num="3"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body>section[num="3"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body>section[num="3"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-radius: .5rem;
    transition: .2s
}

body>section[num="3"]>div>ul>li:hover {
    transform: translateY(-0.5rem);
    -moz-box-shadow: 0 4px 1rem rgba(0, 0, 0, .15), 0 8px 3rem rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 4px 1rem rgba(0, 0, 0, .15), 0 8px 3rem rgba(0, 0, 0, .15);
    box-shadow: 0 4px 1rem rgba(0, 0, 0, .15), 0 8px 3rem rgba(0, 0, 0, .15)
}

body>section[num="3"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body>section[num="3"]>div>ul>li>div,
body>section[num="3"]>div>ul>li>a,
body>section[num="3"]>div>ul>li>button {
    position: relative;
    display: block;
    padding: 2rem 0;
    width: 100%;
    height: initial;
    min-height: 20rem
}

body>section[num="3"]>div>ul>li>div>b,
body>section[num="3"]>div>ul>li>a>b,
body>section[num="3"]>div>ul>li>button>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: var(--h-xs);
    font-size: var(--size-xs);
    font-weight: 500;
    border-radius: 1rem;
    background-color: #f0f5fb;
    color: #404040
}

body>section[num="3"]>div>ul>li>div>b.sel,
body>section[num="3"]>div>ul>li>a>b.sel,
body>section[num="3"]>div>ul>li>button>b.sel {
    background-color: #dae7fb;
    color: var(--col-system)
}

body>section[num="3"]>div>ul>li>div>p,
body>section[num="3"]>div>ul>li>a>p,
body>section[num="3"]>div>ul>li>button>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: 3.75rem;
    font-size: 3rem;
    text-align: center;
    color: #000
}

body>section[num="3"]>div>ul>li>div>p:nth-child(1),
body>section[num="3"]>div>ul>li>a>p:nth-child(1),
body>section[num="3"]>div>ul>li>button>p:nth-child(1) {
    margin-top: 0
}

body>section[num="3"]>div>ul>li>div>p::before,
body>section[num="3"]>div>ul>li>a>p::before,
body>section[num="3"]>div>ul>li>button>p::before {
    content: "$";
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    padding-top: .5rem;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    color: #000
}

body>section[num="3"]>div>ul>li>div>p::after,
body>section[num="3"]>div>ul>li>a>p::after,
body>section[num="3"]>div>ul>li>button>p::after {
    content: "/ 每月";
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-left: .5rem;
    padding-bottom: .5rem;
    line-height: var(--h-m);
    font-size: var(--size-m);
    color: #000
}

body>section[num="3"]>div>ul>li>div>ul,
body>section[num="3"]>div>ul>li>a>ul,
body>section[num="3"]>div>ul>li>button>ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.25rem;
    min-width: 12rem;
    font-size: 0;
    text-align: center
}

body>section[num="3"]>div>ul>li>div>ul>li,
body>section[num="3"]>div>ul>li>a>ul>li,
body>section[num="3"]>div>ul>li>button>ul>li {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2rem;
    height: initial;
    font-size: 0;
    text-align: left
}

body>section[num="3"]>div>ul>li>div>ul>li.checked>i.far.fa-circle,
body>section[num="3"]>div>ul>li>a>ul>li.checked>i.far.fa-circle,
body>section[num="3"]>div>ul>li>button>ul>li.checked>i.far.fa-circle {
    display: none
}

body>section[num="3"]>div>ul>li>div>ul>li.checked>i.far.fa-check-circle,
body>section[num="3"]>div>ul>li>a>ul>li.checked>i.far.fa-check-circle,
body>section[num="3"]>div>ul>li>button>ul>li.checked>i.far.fa-check-circle {
    display: inline-block
}

body>section[num="3"]>div>ul>li>div>ul>li>i,
body>section[num="3"]>div>ul>li>a>ul>li>i,
body>section[num="3"]>div>ul>li>button>ul>li>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: left;
    color: #ddd
}

body>section[num="3"]>div>ul>li>div>ul>li>i.far.fa-check-circle,
body>section[num="3"]>div>ul>li>a>ul>li>i.far.fa-check-circle,
body>section[num="3"]>div>ul>li>button>ul>li>i.far.fa-check-circle {
    display: none;
    color: var(--col-system)
}

body>section[num="3"]>div>ul>li>div>ul>li>p,
body>section[num="3"]>div>ul>li>a>ul>li>p,
body>section[num="3"]>div>ul>li>button>ul>li>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    max-width: calc(100% - 2rem - 1px);
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: left;
    word-wrap: break-word;
    color: #777
}

body>section[num="4"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body>section[num="4"]>div>nav>h2,
body>section[num="4"]>div>nav>h3,
body>section[num="4"]>div>nav>h4,
body>section[num="4"]>div>nav>h5,
body>section[num="4"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body>section[num="4"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body>section[num="4"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body>section[num="4"]>div>nav>ul>li>a,
body>section[num="4"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body>section[num="4"]>div>nav>ul>li>a>i,
body>section[num="4"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body>section[num="4"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body>section[num="4"]>div>div:nth-child(1) {
    margin-top: 0
}

body>section[num="4"]>div>div.align-left {
    text-align: left
}

body>section[num="4"]>div>div.align-right {
    text-align: right
}

body>section[num="4"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body>section[num="4"]>div>div>h1,
body>section[num="4"]>div>div>h2,
body>section[num="4"]>div>div>h3,
body>section[num="4"]>div>div>h4,
body>section[num="4"]>div>div>h5,
body>section[num="4"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="4"]>div>div>h1:nth-child(1),
body>section[num="4"]>div>div>h2:nth-child(1),
body>section[num="4"]>div>div>h3:nth-child(1),
body>section[num="4"]>div>div>h4:nth-child(1),
body>section[num="4"]>div>div>h5:nth-child(1),
body>section[num="4"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="4"]>div>div>h1.s,
body>section[num="4"]>div>div>h2.s,
body>section[num="4"]>div>div>h3.s,
body>section[num="4"]>div>div>h4.s,
body>section[num="4"]>div>div>h5.s,
body>section[num="4"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body>section[num="4"]>div>div>h1.l,
body>section[num="4"]>div>div>h2.l,
body>section[num="4"]>div>div>h3.l,
body>section[num="4"]>div>div>h4.l,
body>section[num="4"]>div>div>h5.l,
body>section[num="4"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body>section[num="4"]>div>div>h1.xl,
body>section[num="4"]>div>div>h2.xl,
body>section[num="4"]>div>div>h3.xl,
body>section[num="4"]>div>div>h4.xl,
body>section[num="4"]>div>div>h5.xl,
body>section[num="4"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body>section[num="4"]>div>div>h1.b,
body>section[num="4"]>div>div>h2.b,
body>section[num="4"]>div>div>h3.b,
body>section[num="4"]>div>div>h4.b,
body>section[num="4"]>div>div>h5.b,
body>section[num="4"]>div>div>h6.b {
    font-weight: 600
}

body>section[num="4"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body>section[num="4"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body>section[num="4"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="4"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="4"]>div>div>ul.align-left {
    text-align: left
}

body>section[num="4"]>div>div>ul.align-right {
    text-align: right
}

body>section[num="4"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[num="4"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[num="4"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[num="4"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[num="4"]>div>div>ul>li>a,
body>section[num="4"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[num="4"]>div>div>ul>li>a:has(img),
body>section[num="4"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[num="4"]>div>div>ul>li>a:has(img)>img,
body>section[num="4"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[num="4"]>div>div>ul>li>a>*,
body>section[num="4"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="4"]>div>div>ul>li>a>i,
body>section[num="4"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body>section[num="4"]>div>div>ul {
    margin-top: 1.5rem
}

body>section[num="4"]>div>ul {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body>section[num="4"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body>section[num="4"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="4"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body>section[num="4"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="4"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="4"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="4"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

body>section[num="4"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 4rem;
    width: 100%;
    font-size: 0;
    text-align: left
}

body>section[num="4"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body>section[num="4"]>div>ul>li>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 50%
}

body>section[num="4"]>div>ul>li>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 4rem;
    width: calc(100% - 4rem - 1px);
    text-align: inherit
}

body>section[num="4"]>div>ul>li>p:nth-child(2) {
    line-height: var(--h-m);
    font-size: var(--size-m);
    color: #fff
}

body>section[num="4"]>div>ul>li>p:nth-child(3) {
    margin-top: .25rem;
    line-height: var(--h-s);
    font-size: var(--size-s);
    color: #aaa
}

body>section[num="4"]>div>ul>li>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="5"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body>section[num="5"]>div>nav>h2,
body>section[num="5"]>div>nav>h3,
body>section[num="5"]>div>nav>h4,
body>section[num="5"]>div>nav>h5,
body>section[num="5"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body>section[num="5"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body>section[num="5"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body>section[num="5"]>div>nav>ul>li>a,
body>section[num="5"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body>section[num="5"]>div>nav>ul>li>a>i,
body>section[num="5"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body>section[num="5"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body>section[num="5"]>div>div:nth-child(1) {
    margin-top: 0
}

body>section[num="5"]>div>div.align-left {
    text-align: left
}

body>section[num="5"]>div>div.align-right {
    text-align: right
}

body>section[num="5"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body>section[num="5"]>div>div>h1,
body>section[num="5"]>div>div>h2,
body>section[num="5"]>div>div>h3,
body>section[num="5"]>div>div>h4,
body>section[num="5"]>div>div>h5,
body>section[num="5"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="5"]>div>div>h1:nth-child(1),
body>section[num="5"]>div>div>h2:nth-child(1),
body>section[num="5"]>div>div>h3:nth-child(1),
body>section[num="5"]>div>div>h4:nth-child(1),
body>section[num="5"]>div>div>h5:nth-child(1),
body>section[num="5"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="5"]>div>div>h1.s,
body>section[num="5"]>div>div>h2.s,
body>section[num="5"]>div>div>h3.s,
body>section[num="5"]>div>div>h4.s,
body>section[num="5"]>div>div>h5.s,
body>section[num="5"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body>section[num="5"]>div>div>h1.l,
body>section[num="5"]>div>div>h2.l,
body>section[num="5"]>div>div>h3.l,
body>section[num="5"]>div>div>h4.l,
body>section[num="5"]>div>div>h5.l,
body>section[num="5"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body>section[num="5"]>div>div>h1.xl,
body>section[num="5"]>div>div>h2.xl,
body>section[num="5"]>div>div>h3.xl,
body>section[num="5"]>div>div>h4.xl,
body>section[num="5"]>div>div>h5.xl,
body>section[num="5"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body>section[num="5"]>div>div>h1.b,
body>section[num="5"]>div>div>h2.b,
body>section[num="5"]>div>div>h3.b,
body>section[num="5"]>div>div>h4.b,
body>section[num="5"]>div>div>h5.b,
body>section[num="5"]>div>div>h6.b {
    font-weight: 600
}

body>section[num="5"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body>section[num="5"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body>section[num="5"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="5"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="5"]>div>div>ul.align-left {
    text-align: left
}

body>section[num="5"]>div>div>ul.align-right {
    text-align: right
}

body>section[num="5"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[num="5"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[num="5"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[num="5"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[num="5"]>div>div>ul>li>a,
body>section[num="5"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[num="5"]>div>div>ul>li>a:has(img),
body>section[num="5"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[num="5"]>div>div>ul>li>a:has(img)>img,
body>section[num="5"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[num="5"]>div>div>ul>li>a>*,
body>section[num="5"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="5"]>div>div>ul>li>a>i,
body>section[num="5"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body>section[num="5"]>div>div>ul {
    margin-top: 1.5rem
}

body>section[num="5"]>div>ul {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body>section[num="5"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body>section[num="5"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="5"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body>section[num="5"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="5"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="5"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="5"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body>section[num="5"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="5"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body>section[num="5"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="5"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body>section[num="5"]>div>ul.r3>li:nth-child(2),
    body>section[num="5"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body>section[num="5"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body>section[num="5"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="5"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0;
        padding-top: 0;
        border-top: unset
    }
}

@media screen and (min-width: 1024px) {

    body>section[num="5"]>div>ul.r3>li:nth-child(2),
    body>section[num="5"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0;
        padding-top: 0;
        border-top: unset
    }
}

body>section[num="5"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 1.5rem 0 0;
    padding-top: 1.5rem;
    width: 100%;
    height: initial;
    font-size: 0;
    border-top: 1px solid var(--col-border)
}

body>section[num="5"]>div>ul>li:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: unset
}

body>section[num="5"]>div>ul>li>i,
body>section[num="5"]>div>ul>li>img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    object-fit: cover
}

body>section[num="5"]>div>ul>li>p:nth-child(2) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    margin-left: 1rem;
    transform: translateY(-50%);
    width: calc(100% - 4rem - 1rem - 1px);
    height: initial;
    line-height: var(--h-s);
    font-size: var(--size-s);
    text-align: left;
    color: #777
}

body>section[num="5"]>div>ul>li>p:nth-child(2)>b,
body>section[num="5"]>div>ul>li>p:nth-child(2)>strong {
    position: relative;
    display: block;
    line-height: var(--h-m);
    font-size: var(--size-m);
    font-weight: 500;
    color: #000
}

body>section[num="5"]>div>ul>li>p:nth-child(3) {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 0;
    width: 100%;
    line-height: var(--h-s);
    font-size: var(--size-s);
    text-align: left;
    color: #777
}

body>section[num="5"]>div>ul>li>p:nth-child(3)>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="6"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body>section[num="6"]>div>nav>h2,
body>section[num="6"]>div>nav>h3,
body>section[num="6"]>div>nav>h4,
body>section[num="6"]>div>nav>h5,
body>section[num="6"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body>section[num="6"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body>section[num="6"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body>section[num="6"]>div>nav>ul>li>a,
body>section[num="6"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body>section[num="6"]>div>nav>ul>li>a>i,
body>section[num="6"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body>section[num="6"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body>section[num="6"]>div>div:nth-child(1) {
    margin-top: 0
}

body>section[num="6"]>div>div.align-left {
    text-align: left
}

body>section[num="6"]>div>div.align-right {
    text-align: right
}

body>section[num="6"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body>section[num="6"]>div>div>h1,
body>section[num="6"]>div>div>h2,
body>section[num="6"]>div>div>h3,
body>section[num="6"]>div>div>h4,
body>section[num="6"]>div>div>h5,
body>section[num="6"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="6"]>div>div>h1:nth-child(1),
body>section[num="6"]>div>div>h2:nth-child(1),
body>section[num="6"]>div>div>h3:nth-child(1),
body>section[num="6"]>div>div>h4:nth-child(1),
body>section[num="6"]>div>div>h5:nth-child(1),
body>section[num="6"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="6"]>div>div>h1.s,
body>section[num="6"]>div>div>h2.s,
body>section[num="6"]>div>div>h3.s,
body>section[num="6"]>div>div>h4.s,
body>section[num="6"]>div>div>h5.s,
body>section[num="6"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body>section[num="6"]>div>div>h1.l,
body>section[num="6"]>div>div>h2.l,
body>section[num="6"]>div>div>h3.l,
body>section[num="6"]>div>div>h4.l,
body>section[num="6"]>div>div>h5.l,
body>section[num="6"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body>section[num="6"]>div>div>h1.xl,
body>section[num="6"]>div>div>h2.xl,
body>section[num="6"]>div>div>h3.xl,
body>section[num="6"]>div>div>h4.xl,
body>section[num="6"]>div>div>h5.xl,
body>section[num="6"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body>section[num="6"]>div>div>h1.b,
body>section[num="6"]>div>div>h2.b,
body>section[num="6"]>div>div>h3.b,
body>section[num="6"]>div>div>h4.b,
body>section[num="6"]>div>div>h5.b,
body>section[num="6"]>div>div>h6.b {
    font-weight: 600
}

body>section[num="6"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body>section[num="6"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body>section[num="6"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="6"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="6"]>div>div>ul.align-left {
    text-align: left
}

body>section[num="6"]>div>div>ul.align-right {
    text-align: right
}

body>section[num="6"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[num="6"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[num="6"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[num="6"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[num="6"]>div>div>ul>li>a,
body>section[num="6"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[num="6"]>div>div>ul>li>a:has(img),
body>section[num="6"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[num="6"]>div>div>ul>li>a:has(img)>img,
body>section[num="6"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[num="6"]>div>div>ul>li>a>*,
body>section[num="6"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="6"]>div>div>ul>li>a>i,
body>section[num="6"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body>section[num="6"]>div>div>ul {
    margin-top: 1.5rem
}

body>section[num="6"]>div>ul {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body>section[num="6"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body>section[num="6"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="6"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body>section[num="6"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="6"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="6"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="6"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

body>section[num="6"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    padding: 2rem 1.5rem;
    width: 100%;
    height: initial;
    background-color: #fff;
    border-radius: .5rem;
    font-size: 0;
    text-align: left
}

body>section[num="6"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body>section[num="6"]>div>ul>li>i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    line-height: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 50%;
    background-color: var(--col-system);
    color: #fff
}

body>section[num="6"]>div>ul>li>p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem;
    width: calc(100% - 4rem - 1.5rem - 1px);
    height: initial;
    line-height: var(--h-s);
    font-size: var(--size-s);
    color: #6f6f6f
}

body>section[num="6"]>div>ul>li>p>b {
    position: relative;
    display: block;
    margin-bottom: .25rem;
    line-height: var(--h-, );
    font-size: var(--size-m);
    font-weight: 500;
    color: var(--col-system)
}

body>section[num="7"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body>section[num="7"]>div>nav>h2,
body>section[num="7"]>div>nav>h3,
body>section[num="7"]>div>nav>h4,
body>section[num="7"]>div>nav>h5,
body>section[num="7"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body>section[num="7"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body>section[num="7"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body>section[num="7"]>div>nav>ul>li>a,
body>section[num="7"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body>section[num="7"]>div>nav>ul>li>a>i,
body>section[num="7"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body>section[num="7"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body>section[num="7"]>div>div:nth-child(1) {
    margin-top: 0
}

body>section[num="7"]>div>div.align-left {
    text-align: left
}

body>section[num="7"]>div>div.align-right {
    text-align: right
}

body>section[num="7"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body>section[num="7"]>div>div>h1,
body>section[num="7"]>div>div>h2,
body>section[num="7"]>div>div>h3,
body>section[num="7"]>div>div>h4,
body>section[num="7"]>div>div>h5,
body>section[num="7"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body>section[num="7"]>div>div>h1:nth-child(1),
body>section[num="7"]>div>div>h2:nth-child(1),
body>section[num="7"]>div>div>h3:nth-child(1),
body>section[num="7"]>div>div>h4:nth-child(1),
body>section[num="7"]>div>div>h5:nth-child(1),
body>section[num="7"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="7"]>div>div>h1.s,
body>section[num="7"]>div>div>h2.s,
body>section[num="7"]>div>div>h3.s,
body>section[num="7"]>div>div>h4.s,
body>section[num="7"]>div>div>h5.s,
body>section[num="7"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body>section[num="7"]>div>div>h1.l,
body>section[num="7"]>div>div>h2.l,
body>section[num="7"]>div>div>h3.l,
body>section[num="7"]>div>div>h4.l,
body>section[num="7"]>div>div>h5.l,
body>section[num="7"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body>section[num="7"]>div>div>h1.xl,
body>section[num="7"]>div>div>h2.xl,
body>section[num="7"]>div>div>h3.xl,
body>section[num="7"]>div>div>h4.xl,
body>section[num="7"]>div>div>h5.xl,
body>section[num="7"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body>section[num="7"]>div>div>h1.b,
body>section[num="7"]>div>div>h2.b,
body>section[num="7"]>div>div>h3.b,
body>section[num="7"]>div>div>h4.b,
body>section[num="7"]>div>div>h5.b,
body>section[num="7"]>div>div>h6.b {
    font-weight: 600
}

body>section[num="7"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body>section[num="7"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body>section[num="7"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="7"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body>section[num="7"]>div>div>ul.align-left {
    text-align: left
}

body>section[num="7"]>div>div>ul.align-right {
    text-align: right
}

body>section[num="7"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body>section[num="7"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body>section[num="7"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body>section[num="7"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body>section[num="7"]>div>div>ul>li>a,
body>section[num="7"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body>section[num="7"]>div>div>ul>li>a:has(img),
body>section[num="7"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body>section[num="7"]>div>div>ul>li>a:has(img)>img,
body>section[num="7"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body>section[num="7"]>div>div>ul>li>a>*,
body>section[num="7"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>section[num="7"]>div>div>ul>li>a>i,
body>section[num="7"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body>section[num="7"]>div>div>ul {
    margin-top: 1.5rem
}

body>section[num="7"]>div>ul {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body>section[num="7"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body>section[num="7"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="7"]>div>ul.r2>li {
        margin-top: 2rem;
        margin-right: 2rem;
        width: calc((100% - 2rem)/2 - 1px)
    }

    body>section[num="7"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="7"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body>section[num="7"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="7"]>div>ul.r3>li {
        margin-top: 3rem;
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body>section[num="7"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="7"]>div>ul.r3>li {
        margin-top: 2rem;
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body>section[num="7"]>div>ul.r3>li:nth-child(2),
    body>section[num="7"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body>section[num="7"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body>section[num="7"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body>section[num="7"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body>section[num="7"]>div>ul.r4>li {
        margin-top: 2rem;
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body>section[num="7"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="7"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body>section[num="7"]>div>ul.r4>li {
        margin-top: 2rem;
        margin-right: 2rem;
        width: calc(384px - 2rem - 1px)
    }

    body>section[num="7"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body>section[num="7"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body>section[num="7"]>div>ul.r4>li {
        margin-top: 2rem;
        margin-right: 2rem;
        width: calc((100% - 6rem)/4 - 1px)
    }

    body>section[num="7"]>div>ul.r4>li:nth-child(3),
    body>section[num="7"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body>section[num="7"]>div>ul.r4>li:nth-child(2n),
    body>section[num="7"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body>section[num="7"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body>section[num="7"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-radius: .5rem
}

body>section[num="7"]>div>ul>li.align-left {
    text-align: left
}

body>section[num="7"]>div>ul>li.align-right {
    text-align: right
}

body>section[num="7"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body>section[num="7"]>div>ul>li:nth-child(n+1)>div>i,
body>section[num="7"]>div>ul>li:nth-child(n+1)>a>i,
body>section[num="7"]>div>ul>li:nth-child(n+1)>button>i {
    background-color: rgba(153, 153, 221, .6);
    color: #009
}

body>section[num="7"]>div>ul>li:nth-child(n+2)>div>i,
body>section[num="7"]>div>ul>li:nth-child(n+2)>a>i,
body>section[num="7"]>div>ul>li:nth-child(n+2)>button>i {
    background-color: rgba(153, 221, 153, .6);
    color: #090
}

body>section[num="7"]>div>ul>li:nth-child(n+3)>div>i,
body>section[num="7"]>div>ul>li:nth-child(n+3)>a>i,
body>section[num="7"]>div>ul>li:nth-child(n+3)>button>i {
    background-color: rgba(221, 153, 153, .6);
    color: #900
}

body>section[num="7"]>div>ul>li:nth-child(n+4)>div>i,
body>section[num="7"]>div>ul>li:nth-child(n+4)>a>i,
body>section[num="7"]>div>ul>li:nth-child(n+4)>button>i {
    background-color: rgba(221, 221, 153, .6);
    color: #990
}

body>section[num="7"]>div>ul>li:nth-child(n+5)>div>i,
body>section[num="7"]>div>ul>li:nth-child(n+5)>a>i,
body>section[num="7"]>div>ul>li:nth-child(n+5)>button>i {
    background-color: rgba(153, 221, 221, .6);
    color: #099
}

body>section[num="7"]>div>ul>li:nth-child(n+6)>div>i,
body>section[num="7"]>div>ul>li:nth-child(n+6)>a>i,
body>section[num="7"]>div>ul>li:nth-child(n+6)>button>i {
    background-color: rgba(221, 153, 221, .6);
    color: #909
}

body>section[num="7"]>div>ul>li>div,
body>section[num="7"]>div>ul>li>a,
body>section[num="7"]>div>ul>li>button {
    position: relative;
    display: block;
    padding: 2rem;
    width: 100%;
    height: initial;
    text-align: inherit
}

body>section[num="7"]>div>ul>li>div>i,
body>section[num="7"]>div>ul>li>div>img,
body>section[num="7"]>div>ul>li>a>i,
body>section[num="7"]>div>ul>li>a>img,
body>section[num="7"]>div>ul>li>button>i,
body>section[num="7"]>div>ul>li>button>img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 5rem;
    line-height: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .05)
}

body>section[num="7"]>div>ul>li>div>h2,
body>section[num="7"]>div>ul>li>div>h3,
body>section[num="7"]>div>ul>li>div>h4,
body>section[num="7"]>div>ul>li>div>h5,
body>section[num="7"]>div>ul>li>div>h6,
body>section[num="7"]>div>ul>li>a>h2,
body>section[num="7"]>div>ul>li>a>h3,
body>section[num="7"]>div>ul>li>a>h4,
body>section[num="7"]>div>ul>li>a>h5,
body>section[num="7"]>div>ul>li>a>h6,
body>section[num="7"]>div>ul>li>button>h2,
body>section[num="7"]>div>ul>li>button>h3,
body>section[num="7"]>div>ul>li>button>h4,
body>section[num="7"]>div>ul>li>button>h5,
body>section[num="7"]>div>ul>li>button>h6 {
    position: relative;
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    line-height: 1.625rem;
    height: initial;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: inherit;
    color: #404040
}

body>section[num="7"]>div>ul>li>div>h2:nth-child(1),
body>section[num="7"]>div>ul>li>div>h3:nth-child(1),
body>section[num="7"]>div>ul>li>div>h4:nth-child(1),
body>section[num="7"]>div>ul>li>div>h5:nth-child(1),
body>section[num="7"]>div>ul>li>div>h6:nth-child(1),
body>section[num="7"]>div>ul>li>a>h2:nth-child(1),
body>section[num="7"]>div>ul>li>a>h3:nth-child(1),
body>section[num="7"]>div>ul>li>a>h4:nth-child(1),
body>section[num="7"]>div>ul>li>a>h5:nth-child(1),
body>section[num="7"]>div>ul>li>a>h6:nth-child(1),
body>section[num="7"]>div>ul>li>button>h2:nth-child(1),
body>section[num="7"]>div>ul>li>button>h3:nth-child(1),
body>section[num="7"]>div>ul>li>button>h4:nth-child(1),
body>section[num="7"]>div>ul>li>button>h5:nth-child(1),
body>section[num="7"]>div>ul>li>button>h6:nth-child(1) {
    margin-top: 0
}

body>section[num="7"]>div>ul>li>div>p,
body>section[num="7"]>div>ul>li>a>p,
body>section[num="7"]>div>ul>li>button>p {
    position: relative;
    display: block;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.5rem;
    height: initial;
    font-size: 1rem;
    font-weight: 400;
    text-align: inherit;
    color: #6f6f6f
}

body>section[num="7"]>div>ul>li>div>p:nth-child(1),
body>section[num="7"]>div>ul>li>a>p:nth-child(1),
body>section[num="7"]>div>ul>li>button>p:nth-child(1) {
    margin-top: 0
}

body>section[num="7"]>div>ul>li>div>p>*,
body>section[num="7"]>div>ul>li>a>p>*,
body>section[num="7"]>div>ul>li>button>p>* {
    position: relative;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    color: inherit
}

body>section[num="7"]>div>ul>li>div>p>i,
body>section[num="7"]>div>ul>li>a>p>i,
body>section[num="7"]>div>ul>li>button>p>i {
    margin: 0 .125rem
}

body>section[num="7"]>div>ul>li>div>p>i:nth-child(1),
body>section[num="7"]>div>ul>li>a>p>i:nth-child(1),
body>section[num="7"]>div>ul>li>button>p>i:nth-child(1) {
    margin-left: 0;
    margin-right: .5rem
}

body>section[num="7"]>div>ul>li>div>p>i:nth-last-child(1),
body>section[num="7"]>div>ul>li>a>p>i:nth-last-child(1),
body>section[num="7"]>div>ul>li>button>p>i:nth-last-child(1) {
    margin-left: .5rem;
    margin-right: 0
}

body section[num="8"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body section[num="8"]>div>nav>h2,
body section[num="8"]>div>nav>h3,
body section[num="8"]>div>nav>h4,
body section[num="8"]>div>nav>h5,
body section[num="8"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="8"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body section[num="8"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body section[num="8"]>div>nav>ul>li>a,
body section[num="8"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body section[num="8"]>div>nav>ul>li>a>i,
body section[num="8"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body section[num="8"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body section[num="8"]>div>div:nth-child(1) {
    margin-top: 0
}

body section[num="8"]>div>div.align-left {
    text-align: left
}

body section[num="8"]>div>div.align-right {
    text-align: right
}

body section[num="8"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="8"]>div>div>h1,
body section[num="8"]>div>div>h2,
body section[num="8"]>div>div>h3,
body section[num="8"]>div>div>h4,
body section[num="8"]>div>div>h5,
body section[num="8"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body section[num="8"]>div>div>h1:nth-child(1),
body section[num="8"]>div>div>h2:nth-child(1),
body section[num="8"]>div>div>h3:nth-child(1),
body section[num="8"]>div>div>h4:nth-child(1),
body section[num="8"]>div>div>h5:nth-child(1),
body section[num="8"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="8"]>div>div>h1.s,
body section[num="8"]>div>div>h2.s,
body section[num="8"]>div>div>h3.s,
body section[num="8"]>div>div>h4.s,
body section[num="8"]>div>div>h5.s,
body section[num="8"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body section[num="8"]>div>div>h1.l,
body section[num="8"]>div>div>h2.l,
body section[num="8"]>div>div>h3.l,
body section[num="8"]>div>div>h4.l,
body section[num="8"]>div>div>h5.l,
body section[num="8"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body section[num="8"]>div>div>h1.xl,
body section[num="8"]>div>div>h2.xl,
body section[num="8"]>div>div>h3.xl,
body section[num="8"]>div>div>h4.xl,
body section[num="8"]>div>div>h5.xl,
body section[num="8"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body section[num="8"]>div>div>h1.b,
body section[num="8"]>div>div>h2.b,
body section[num="8"]>div>div>h3.b,
body section[num="8"]>div>div>h4.b,
body section[num="8"]>div>div>h5.b,
body section[num="8"]>div>div>h6.b {
    font-weight: 600
}

body section[num="8"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body section[num="8"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="8"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="8"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="8"]>div>div>ul.align-left {
    text-align: left
}

body section[num="8"]>div>div>ul.align-right {
    text-align: right
}

body section[num="8"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="8"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="8"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="8"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="8"]>div>div>ul>li>a,
body section[num="8"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="8"]>div>div>ul>li>a:has(img),
body section[num="8"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="8"]>div>div>ul>li>a:has(img)>img,
body section[num="8"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="8"]>div>div>ul>li>a>*,
body section[num="8"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="8"]>div>div>ul>li>a>i,
body section[num="8"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body section[num="8"]>div>div>ul {
    margin-top: 1.5rem
}

body section[num="8"]>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    font-size: 0
}

body section[num="8"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 1px);
    height: initial
}

body section[num="8"]>div>ul>li>h2,
body section[num="8"]>div>ul>li>h3,
body section[num="8"]>div>ul>li>h4,
body section[num="8"]>div>ul>li>h5,
body section[num="8"]>div>ul>li>h6 {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="8"]>div>ul>li>h2:nth-child(1),
body section[num="8"]>div>ul>li>h3:nth-child(1),
body section[num="8"]>div>ul>li>h4:nth-child(1),
body section[num="8"]>div>ul>li>h5:nth-child(1),
body section[num="8"]>div>ul>li>h6:nth-child(1) {
    margin-top: 0
}

body section[num="8"]>div>ul>li>p {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    line-height: var(--h-s);
    font-size: var(--size-s);
    text-align: left;
    color: #777
}

body section[num="8"]>div>ul>li>p:nth-child(1) {
    margin-top: 0
}

body section[num="8"]>div>ul>li>p.hint {
    line-height: var(--h-xs);
    font-size: var(--size-xs)
}

body section[num="8"]>div>ul>li>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="8"]>div>ul>li>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="8"]>div>ul>li>ul.align-left {
    text-align: left
}

body section[num="8"]>div>ul>li>ul.align-right {
    text-align: right
}

body section[num="8"]>div>ul>li>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="8"]>div>ul>li>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="8"]>div>ul>li>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="8"]>div>ul>li>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="8"]>div>ul>li>ul>li>a,
body section[num="8"]>div>ul>li>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="8"]>div>ul>li>ul>li>a:has(img),
body section[num="8"]>div>ul>li>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="8"]>div>ul>li>ul>li>a:has(img)>img,
body section[num="8"]>div>ul>li>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="8"]>div>ul>li>ul>li>a>*,
body section[num="8"]>div>ul>li>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="8"]>div>ul>li>ul>li>a>i,
body section[num="8"]>div>ul>li>ul>li>button>i {
    font-size: .75rem
}

body #section-009>span.laptop,
body section[num="9"]>span.laptop {
    position: relative;
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-width);
    height: initial;
    font-size: 0;
    z-index: 3
}

@media screen and (max-width: 639px) {

    body #section-009>span.laptop,
    body section[num="9"]>span.laptop {
        overflow: hidden
    }
}

body #section-009>span.laptop>div,
body section[num="9"]>span.laptop>div {
    position: relative;
    margin-left: 50%;
    margin-right: -50%;
    transform: translateX(-50%)
}

body #section-009>span.laptop>div[rate="16-10"],
body section[num="9"]>span.laptop>div[rate="16-10"] {
    width: 800px;
    height: 500px
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div[rate="16-10"],
    body section[num="9"]>span.laptop>div[rate="16-10"] {
        width: 640px;
        height: 400px
    }
}

@media screen and (max-width: 799px) {

    body #section-009>span.laptop>div[rate="16-10"],
    body section[num="9"]>span.laptop>div[rate="16-10"] {
        width: 480px;
        height: 300px
    }
}

@media screen and (max-width: 479px) {

    body #section-009>span.laptop>div[rate="16-10"],
    body section[num="9"]>span.laptop>div[rate="16-10"] {
        width: 360px;
        height: 225px
    }
}

@media screen and (max-width: 413px) {

    body #section-009>span.laptop>div[rate="16-10"],
    body section[num="9"]>span.laptop>div[rate="16-10"] {
        width: 320px;
        height: 200px
    }
}

body #section-009>span.laptop>div[rate="16-9"],
body section[num="9"]>span.laptop>div[rate="16-9"] {
    width: 800px;
    height: 450px
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div[rate="16-9"],
    body section[num="9"]>span.laptop>div[rate="16-9"] {
        width: 640px;
        height: 360px
    }
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div[rate="16-9"],
    body section[num="9"]>span.laptop>div[rate="16-9"] {
        width: 480px;
        height: 270px
    }
}

@media screen and (max-width: 479px) {

    body #section-009>span.laptop>div[rate="16-9"],
    body section[num="9"]>span.laptop>div[rate="16-9"] {
        width: 360px;
        height: 200px
    }
}

@media screen and (max-width: 413px) {

    body #section-009>span.laptop>div[rate="16-9"],
    body section[num="9"]>span.laptop>div[rate="16-9"] {
        width: 320px;
        height: 180px
    }
}

body #section-009>span.laptop>div[rate="4-3"],
body section[num="9"]>span.laptop>div[rate="4-3"] {
    width: 800px;
    height: 600px
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div[rate="4-3"],
    body section[num="9"]>span.laptop>div[rate="4-3"] {
        width: 640px;
        height: 480px
    }
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div[rate="4-3"],
    body section[num="9"]>span.laptop>div[rate="4-3"] {
        width: 480px;
        height: 360px
    }
}

@media screen and (max-width: 479px) {

    body #section-009>span.laptop>div[rate="4-3"],
    body section[num="9"]>span.laptop>div[rate="4-3"] {
        width: 360px;
        height: 270px
    }
}

@media screen and (max-width: 413px) {

    body #section-009>span.laptop>div[rate="4-3"],
    body section[num="9"]>span.laptop>div[rate="4-3"] {
        width: 320px;
        height: 240px
    }
}

body #section-009>span.laptop>div::before,
body section[num="9"]>span.laptop>div::before {
    content: "";
    position: absolute;
    display: block;
    top: -1.5rem;
    left: -1.5rem;
    right: -1.5rem;
    height: 1.5rem;
    background-color: #e0e5ec;
    border-radius: 1.5rem 1.5rem 0 0
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div::before,
    body section[num="9"]>span.laptop>div::before {
        top: -1rem;
        left: -1rem;
        right: -1rem;
        height: 1rem;
        border-radius: 1rem 1rem 0 0
    }
}

@media screen and (max-width: 479px) {

    body #section-009>span.laptop>div::before,
    body section[num="9"]>span.laptop>div::before {
        top: -0.5rem;
        left: -0.5rem;
        right: -0.5rem;
        height: .5rem;
        border-radius: .5rem .5rem 0 0
    }
}

body #section-009>span.laptop>div::after,
body section[num="9"]>span.laptop>div::after {
    content: "";
    position: absolute;
    display: block;
    left: -6rem;
    bottom: -3rem;
    right: -6rem;
    height: 3rem;
    background-color: #e0e5ec;
    border-radius: .25rem .25rem 2rem 2rem
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div::after,
    body section[num="9"]>span.laptop>div::after {
        left: -4rem;
        bottom: -2rem;
        right: -4rem;
        height: 2rem;
        border-radius: 0 0 1rem 1rem
    }
}

@media screen and (max-width: 479px) {

    body #section-009>span.laptop>div::after,
    body section[num="9"]>span.laptop>div::after {
        left: -2rem;
        bottom: -1rem;
        right: -2rem;
        height: 1rem;
        border-radius: 0 0 .5rem .5rem
    }
}

body #section-009>span.laptop>div>div,
body section[num="9"]>span.laptop>div>div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #d2d7dd
}

body #section-009>span.laptop>div>div::before,
body section[num="9"]>span.laptop>div>div::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -1.5rem;
    bottom: 0;
    width: 1.5rem;
    background-color: #e0e5ec
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div>div::before,
    body section[num="9"]>span.laptop>div>div::before {
        left: -1rem;
        width: 1rem
    }
}

@media screen and (max-width: 479px) {

    body #section-009>span.laptop>div>div::before,
    body section[num="9"]>span.laptop>div>div::before {
        left: -0.5rem;
        width: .5rem
    }
}

body #section-009>span.laptop>div>div::after,
body section[num="9"]>span.laptop>div>div::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -1.5rem;
    bottom: 0;
    width: 1.5rem;
    background-color: #e0e5ec
}

@media screen and (max-width: 1023px) {

    body #section-009>span.laptop>div>div::after,
    body section[num="9"]>span.laptop>div>div::after {
        right: -1rem;
        width: 1rem
    }
}

@media screen and (max-width: 479px) {

    body #section-009>span.laptop>div>div::after,
    body section[num="9"]>span.laptop>div>div::after {
        right: -0.5rem;
        width: .5rem
    }
}

body #section-009>span.laptop>div>div>img,
body section[num="9"]>span.laptop>div>div>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body #section-010>div>ul,
body section[num="10"]>div>ul {
    position: relative;
    display: block;
    padding-top: calc(33.75% + 1rem);
    width: 100%;
    font-size: 0;
    text-align: center;
    white-space: nowrap
}

body #section-010>div>ul>li,
body section[num="10"]>div>ul>li {
    position: absolute;
    background-color: #fff;
    border-radius: .5rem
}

body #section-010>div>ul>li.left,
body section[num="10"]>div>ul>li.left {
    top: 5%;
    left: 0;
    padding-top: calc(22.5% + 1rem);
    width: calc(40% + 1rem);
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1)
}

body #section-010>div>ul>li.left:hover,
body section[num="10"]>div>ul>li.left:hover {
    top: -5%;
    left: 0;
    padding-top: calc(28.125% + 1rem);
    width: calc(50% + 1rem);
    z-index: 2;
    animation-name: section-010-animation-left;
    animation-duration: .5s
}

@keyframes section-010-animation-left {
    0% {
        top: 5%;
        left: 0;
        padding-top: calc(22.5% + 1rem);
        width: calc(40% + 1rem);
        z-index: 0
    }

    30% {
        top: -5%;
        left: -33%;
        padding-top: calc(28.125% + 1rem);
        width: calc(50% + 1rem);
        z-index: 0
    }

    35% {
        z-index: 2
    }

    100% {
        top: -5%;
        left: 0
    }
}

body #section-010>div>ul>li.left.unhover,
body section[num="10"]>div>ul>li.left.unhover {
    top: 5%;
    left: 0;
    padding-top: calc(22.5% + 1rem);
    width: calc(40% + 1rem);
    z-index: 0;
    animation-name: section-010-animation-left-unhover;
    animation-duration: .5s
}

@keyframes section-010-animation-left-unhover {
    0% {
        top: -5%;
        left: 0;
        padding-top: calc(28.125% + 1rem);
        width: calc(50% + 1rem);
        z-index: 2
    }

    30% {
        top: 5%;
        left: -23%;
        padding-top: calc(22.5% + 1rem);
        width: calc(40% + 1rem);
        z-index: 2
    }

    35% {
        z-index: 0
    }

    100% {
        top: 5%;
        left: 0
    }
}

body #section-010>div>ul>li.center,
body section[num="10"]>div>ul>li.center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: calc(33.75% + 1rem);
    width: calc(60% + 1rem);
    z-index: 1;
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1)
}

body #section-010>div>ul>li.center:hover,
body section[num="10"]>div>ul>li.center:hover {
    top: -5%;
    right: 0;
    padding-top: calc(36.5625% + 1rem);
    width: calc(65% + 1rem);
    animation-name: section-010-animation-center;
    animation-duration: .3s
}

@keyframes section-010-animation-center {
    0% {
        top: 0;
        padding-top: calc(33.75% + 1rem);
        width: calc(60% + 1rem)
    }

    100% {
        top: -5%;
        padding-top: calc(36.5625% + 1rem);
        width: calc(65% + 1rem)
    }
}

body #section-010>div>ul>li.right,
body section[num="10"]>div>ul>li.right {
    top: 5%;
    right: 0;
    margin-left: calc(-15% - 1.5rem);
    padding-top: calc(22.5% + 1rem);
    width: calc(40% + 1rem);
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1)
}

body #section-010>div>ul>li.right:hover,
body section[num="10"]>div>ul>li.right:hover {
    top: -5%;
    right: 0;
    padding-top: calc(28.125% + 1rem);
    width: calc(50% + 1rem);
    z-index: 2;
    animation-name: section-010-animation-right;
    animation-duration: .5s
}

@keyframes section-010-animation-right {
    0% {
        top: 5%;
        right: 0;
        padding-top: calc(22.5% + 1rem);
        width: calc(40% + 1rem);
        z-index: 0
    }

    30% {
        top: -5%;
        right: -33%;
        padding-top: calc(28.125% + 1rem);
        width: calc(50% + 1rem);
        z-index: 0
    }

    35% {
        z-index: 2
    }

    100% {
        top: -5%;
        right: 0
    }
}

body #section-010>div>ul>li.right.unhover,
body section[num="10"]>div>ul>li.right.unhover {
    top: 5%;
    right: 0;
    padding-top: calc(22.5% + 1rem);
    width: calc(40% + 1rem);
    z-index: 0;
    animation-name: section-010-animation-right-unhover;
    animation-duration: .5s
}

@keyframes section-010-animation-right-unhover {
    0% {
        top: -5%;
        right: 0;
        padding-top: calc(28.125% + 1rem);
        width: calc(50% + 1rem);
        z-index: 2
    }

    30% {
        top: 5%;
        right: -23%;
        padding-top: calc(22.5% + 1rem);
        width: calc(40% + 1rem);
        z-index: 2
    }

    35% {
        z-index: 0
    }

    100% {
        top: 5%;
        right: 0
    }
}

body #section-010>div>ul>li>div,
body #section-010>div>ul>li>a,
body #section-010>div>ul>li>button,
body section[num="10"]>div>ul>li>div,
body section[num="10"]>div>ul>li>a,
body section[num="10"]>div>ul>li>button {
    position: absolute;
    top: .5rem;
    left: .5rem;
    bottom: .5rem;
    right: .5rem
}

body #section-010>div>ul>li>div::before,
body #section-010>div>ul>li>a::before,
body #section-010>div>ul>li>button::before,
body section[num="10"]>div>ul>li>div::before,
body section[num="10"]>div>ul>li>a::before,
body section[num="10"]>div>ul>li>button::before {
    content: attr(freepik);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    margin-right: -50%;
    padding: 0 .5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    border-radius: .25rem;
    opacity: .5;
    z-index: 1
}

body #section-010>div>ul>li>div>img,
body #section-010>div>ul>li>a>img,
body #section-010>div>ul>li>button>img,
body section[num="10"]>div>ul>li>div>img,
body section[num="10"]>div>ul>li>a>img,
body section[num="10"]>div>ul>li>button>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    border-radius: .5rem;
    object-fit: cover
}

body #section-011>div>div,
body section[num="11"]>div>div {
    position: relative;
    display: block;
    margin: 0 20%;
    width: 60%;
    height: initial;
    text-align: center
}

@media screen and (max-width: 1139px) {

    body #section-011>div>div,
    body section[num="11"]>div>div {
        margin: 0 5%;
        width: 90%
    }
}

body #section-011>div>div>h2,
body section[num="11"]>div>div>h2 {
    position: relative;
    display: block;
    width: 100%;
    line-height: 2.75rem;
    font-size: 2rem;
    font-weight: 500
}

@media screen and (max-width: 799px) {

    body #section-011>div>div>h2,
    body section[num="11"]>div>div>h2 {
        line-height: 2.625rem;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 479px) {

    body #section-011>div>div>h2,
    body section[num="11"]>div>div>h2 {
        line-height: 2.5rem;
        font-size: 1.75rem
    }
}

body #section-011>div>div>p,
body section[num="11"]>div>div>p {
    position: relative;
    display: block;
    margin-top: 1rem;
    width: 100%;
    line-height: 1.875rem;
    font-size: 1rem
}

@media screen and (max-width: 799px) {

    body #section-011>div>div>p,
    body section[num="11"]>div>div>p {
        line-height: 1.75rem;
        font-size: .875rem
    }
}

body #section-011>div>div>p>a,
body section[num="11"]>div>div>p>a {
    line-height: inherit;
    font-size: inherit;
    color: inherit
}

body #section-011>div>div>ul,
body section[num="11"]>div>div>ul {
    position: relative;
    display: block;
    margin-top: 2.5rem;
    font-size: 0
}

body #section-011>div>div>ul>li,
body section[num="11"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: top;
    width: initial;
    height: initial;
    border-radius: .5rem;
    overflow: hidden
}

body #section-011>div>div>ul>li:nth-last-child(1),
body section[num="11"]>div>div>ul>li:nth-last-child(1) {
    margin-right: 0
}

body #section-011>div>div>ul.img>li>button,
body section[num="11"]>div>div>ul.img>li>button {
    position: relative;
    display: block;
    width: initial;
    height: initial
}

body #section-011>div>div>ul.img>li>button>img,
body section[num="11"]>div>div>ul.img>li>button>img {
    position: relative;
    display: block;
    width: auto;
    height: 44px;
    object-fit: cover
}

body #section-011>div>div>ul.txt>li>button,
body section[num="11"]>div>div>ul.txt>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    width: initial;
    height: initial;
    font-size: 0
}

body #section-011>div>div>ul.txt>li>button[col="1"],
body section[num="11"]>div>div>ul.txt>li>button[col="1"] {
    background-color: var(--col-system);
    color: #fff
}

body #section-011>div>div>ul.txt>li>button>p,
body #section-011>div>div>ul.txt>li>button>b,
body #section-011>div>div>ul.txt>li>button>strong,
body section[num="11"]>div>div>ul.txt>li>button>p,
body section[num="11"]>div>div>ul.txt>li>button>b,
body section[num="11"]>div>div>ul.txt>li>button>strong {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: .875rem;
    color: inherit
}

body #section-011>div>div>ul.txt>li>button>i,
body section[num="11"]>div>div>ul.txt>li>button>i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: 2.5rem !important;
    height: 2.5rem;
    font-size: .875rem;
    color: inherit
}

body #section-011>div>div>ul.txt>li>button>i.right,
body section[num="11"]>div>div>ul.txt>li>button>i.right {
    margin-left: .75rem
}

body #section-011>div>div>ul.txt>li>button>i.left,
body section[num="11"]>div>div>ul.txt>li>button>i.left {
    margin-right: .75rem
}

body #section-012>div>ul,
body section[num="12"]>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    font-size: 0
}

@media screen and (max-width: 1139px) {

    body #section-012>div>ul,
    body section[num="12"]>div>ul {
        text-align: center
    }
}

body #section-012>div>ul>li,
body section[num="12"]>div>ul>li {
    position: relative;
    display: block;
    margin-bottom: 3rem;
    padding-top: 31.25%;
    width: 100%;
    height: initial;
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 16px rgba(0, 0, 0, .05), 0 2px 32px rgba(0, 0, 0, .1);
    border-radius: .5rem;
    overflow: hidden
}

body #section-012>div>ul>li:nth-last-child(1),
body section[num="12"]>div>ul>li:nth-last-child(1) {
    margin-bottom: 0
}

body #section-012>div>ul>li:nth-child(2n)>a,
body #section-012>div>ul>li:nth-child(2n)>figure,
body section[num="12"]>div>ul>li:nth-child(2n)>a,
body section[num="12"]>div>ul>li:nth-child(2n)>figure {
    left: 0;
    right: unset
}

body #section-012>div>ul>li:nth-child(2n)>div,
body section[num="12"]>div>ul>li:nth-child(2n)>div {
    left: unset;
    right: 0
}

body #section-012>div>ul>li>a,
body #section-012>div>ul>li>figure,
body section[num="12"]>div>ul>li>a,
body section[num="12"]>div>ul>li>figure {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%
}

body #section-012>div>ul>li>a>img,
body #section-012>div>ul>li>figure>img,
body section[num="12"]>div>ul>li>a>img,
body section[num="12"]>div>ul>li>figure>img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body #section-012>div>ul>li>div,
body section[num="12"]>div>ul>li>div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #fff
}

body #section-012>div>ul>li>div>div,
body section[num="12"]>div>ul>li>div>div {
    position: absolute;
    display: block;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: calc(100% - 2rem);
    height: initial;
    text-align: center
}

body #section-012>div>ul>li>div>div>h6,
body section[num="12"]>div>ul>li>div>div>h6 {
    position: relative;
    display: block;
    font-size: 1.25rem;
    color: #404040
}

body #section-012>div>ul>li>div>div>p,
body section[num="12"]>div>ul>li>div>div>p {
    position: relative;
    display: block;
    margin-top: .5rem;
    font-size: 1rem;
    color: #6f6f6f
}

body #section-012>div>ul>li>div>div>a,
body #section-012>div>ul>li>div>div>button,
body section[num="12"]>div>ul>li>div>div>a,
body section[num="12"]>div>ul>li>div>div>button {
    position: relative;
    display: inline-block;
    margin-top: 1.5rem;
    padding: .5rem 1rem;
    font-size: 1rem;
    color: #404040;
    border: 1px solid #404040;
    border-radius: .25rem
}

body #section-013>div,
body section[num="13"]>div {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--max-width);
    height: initial;
    font-size: 0
}

body #section-013>div>p:nth-child(1),
body section[num="13"]>div>p:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 50%;
    padding: .25rem .75rem;
    transform: translateX(-50%);
    width: initial;
    height: initial;
    background-color: var(--col-system-light1);
    color: var(--col-system);
    font-size: .75rem;
    border-radius: 1rem
}

body #section-013>div>h2,
body section[num="13"]>div>h2 {
    position: relative;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center
}

body #section-013>div>p:nth-child(3),
body section[num="13"]>div>p:nth-child(3) {
    position: relative;
    display: block;
    margin-top: .75rem;
    padding: 0 15%;
    line-height: 1.875rem;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 1px;
    color: #868686
}

body #section-013>div>ul,
body section[num="13"]>div>ul {
    position: relative;
    display: block;
    margin-top: 3rem;
    width: 100%;
    height: initial
}

body #section-013>div>ul>li,
body section[num="13"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    margin-right: 2rem;
    width: calc((100% - 4rem)/3 - 1px);
    height: initial
}

body #section-013>div>ul>li:nth-child(3n),
body section[num="13"]>div>ul>li:nth-child(3n) {
    margin-right: 0
}

body #section-013>div>ul>li>h6,
body section[num="13"]>div>ul>li>h6 {
    position: relative;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    text-align: center
}

body #section-013>div>ul>li>div,
body #section-013>div>ul>li>button,
body #section-013>div>ul>li>a,
body section[num="13"]>div>ul>li>div,
body section[num="13"]>div>ul>li>button,
body section[num="13"]>div>ul>li>a {
    position: relative;
    display: block;
    margin-top: 1rem;
    padding-top: 62.5%;
    width: 100%;
    background-color: var(--col-system-light1);
    border-radius: .5rem;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    overflow: hidden
}

body #section-013>div>ul>li>div>img,
body #section-013>div>ul>li>button>img,
body #section-013>div>ul>li>a>img,
body section[num="13"]>div>ul>li>div>img,
body section[num="13"]>div>ul>li>button>img,
body section[num="13"]>div>ul>li>a>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body #section-014>div,
body section[num="14"]>div {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--max-width);
    height: initial;
    font-size: 0
}

body #section-014>div>p:nth-child(1),
body section[num="14"]>div>p:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 50%;
    padding: .25rem .75rem;
    transform: translateX(-50%);
    width: initial;
    height: initial;
    background-color: var(--col-system-light1);
    color: var(--col-system);
    font-size: .75rem;
    border-radius: 1rem
}

body #section-014>div>h2,
body section[num="14"]>div>h2 {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center
}

body #section-014>div>p:nth-child(3),
body section[num="14"]>div>p:nth-child(3) {
    position: relative;
    display: block;
    margin-top: .75rem;
    padding: 0 15%;
    line-height: 1.875rem;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 1px;
    color: #868686
}

body #section-014>div>ul,
body section[num="14"]>div>ul {
    position: relative;
    display: block;
    margin-top: 5rem;
    width: 100%;
    height: initial;
    font-size: 0
}

body #section-014>div>ul>li,
body section[num="14"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    width: calc((100% - 4rem)/3 - 1px);
    height: initial
}

body #section-014>div>ul>li:nth-child(3n),
body section[num="14"]>div>ul>li:nth-child(3n) {
    margin-right: 0
}

body #section-014>div>ul>li>h6,
body section[num="14"]>div>ul>li>h6 {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 1rem;
    font-weight: 500
}

body #section-014>div>ul>li>h6:nth-child(1),
body section[num="14"]>div>ul>li>h6:nth-child(1) {
    margin-top: 0
}

body #section-014>div>ul>li>ul,
body section[num="14"]>div>ul>li>ul {
    position: relative;
    margin-top: 1rem;
    width: 100%;
    height: initial;
    background-color: #fff;
    border: 1px solid var(--col-border);
    border-radius: .5rem;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05)
}

body #section-014>div>ul>li>ul>li,
body section[num="14"]>div>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: initial;
    border-top: 1px solid var(--col-border)
}

body #section-014>div>ul>li>ul>li:nth-child(1),
body section[num="14"]>div>ul>li>ul>li:nth-child(1) {
    border-top: unset
}

body #section-014>div>ul>li>ul>li>a,
body section[num="14"]>div>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    width: 100%;
    height: initial;
    font-size: .875rem;
    color: #868686
}

@media(hover: hover)and (pointer: fine) {

    body #section-014>div>ul>li>ul>li>a:hover,
    body section[num="14"]>div>ul>li>ul>li>a:hover {
        background-color: var(--col-system-light)
    }
}

body #section-014>div>ul>li>ul>li>a>i,
body section[num="14"]>div>ul>li>ul>li>a>i {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: initial;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: .75rem;
    color: var(--col-text-light2)
}

body section[num="15"]>div {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--max-width);
    height: initial;
    font-size: 0
}

body section[num="15"]>div>div.top {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.top>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid var(--col-border)
}

body section[num="15"]>div>div.top>nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-weight: 0
}

body section[num="15"]>div>div.top>nav>div.left {
    left: 0
}

body section[num="15"]>div>div.top>nav>div.right {
    right: 0
}

body section[num="15"]>div>div.top>nav>div>h6 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.125rem;
    color: #404040
}

body section[num="15"]>div>div.top>nav>div>a,
body section[num="15"]>div>div.top>nav>div>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: .875rem;
    color: var(--col-system)
}

body section[num="15"]>div>div.top>nav>div>a>*,
body section[num="15"]>div>div.top>nav>div>button>* {
    position: relative;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    color: inherit
}

body section[num="15"]>div>div.top>nav>div>a>i,
body section[num="15"]>div>div.top>nav>div>button>i {
    margin: 0 .125rem
}

body section[num="15"]>div>div.top>nav>div>a>i:nth-child(1),
body section[num="15"]>div>div.top>nav>div>button>i:nth-child(1) {
    margin-left: 0;
    margin-right: .5rem
}

body section[num="15"]>div>div.top>nav>div>a>i:nth-last-child(1),
body section[num="15"]>div>div.top>nav>div>button>i:nth-last-child(1) {
    margin-left: .5rem;
    margin-right: 0
}

body section[num="15"]>div>div.top>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    padding-top: 37.5%;
    width: 100%;
    background-color: #fff;
    text-align: left;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    border-radius: .5rem;
    overflow: hidden
}

body section[num="15"]>div>div.top>ul.img-left>li.txt {
    right: 0
}

body section[num="15"]>div>div.top>ul.img-left>li.img {
    left: 0
}

body section[num="15"]>div>div.top>ul.img-right>li.txt {
    left: 0
}

body section[num="15"]>div>div.top>ul.img-right>li.img {
    right: 0
}

body section[num="15"]>div>div.top>ul>li {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    width: 50%;
    height: inherit
}

body section[num="15"]>div>div.top>ul>li.txt,
body section[num="15"]>div>div.top>ul>li.img {
    display: block
}

body section[num="15"]>div>div.top>ul>li>a,
body section[num="15"]>div>div.top>ul>li>figure {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body section[num="15"]>div>div.top>ul>li>a>img,
body section[num="15"]>div>div.top>ul>li>figure>img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body section[num="15"]>div>div.top>ul>li>a::before,
body section[num="15"]>div>div.top>ul>li>a>figcaption,
body section[num="15"]>div>div.top>ul>li>figure::before,
body section[num="15"]>div>div.top>ul>li>figure>figcaption {
    content: attr(freepik);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    margin-right: -50%;
    padding: 0 .5rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    z-index: 1;
    opacity: .5
}

body section[num="15"]>div>div.top>ul>li>div {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4rem);
    height: initial;
    text-align: center
}

body section[num="15"]>div>div.top>ul>li>div[_align=left],
body section[num="15"]>div>div.top>ul>li>div[_align=l] {
    text-align: left
}

body section[num="15"]>div>div.top>ul>li>div[_align=right],
body section[num="15"]>div>div.top>ul>li>div[_align=r] {
    text-align: right
}

body section[num="15"]>div>div.top>ul>li>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    line-height: initial;
    height: initial;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="15"]>div>div.top>ul>li>div>h2,
body section[num="15"]>div>div.top>ul>li>div>h3,
body section[num="15"]>div>div.top>ul>li>div>h4,
body section[num="15"]>div>div.top>ul>li>div>h5,
body section[num="15"]>div>div.top>ul>li>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    line-height: initial;
    height: initial;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: inherit
}

body section[num="15"]>div>div.top>ul>li>div>h2:nth-child(1),
body section[num="15"]>div>div.top>ul>li>div>h3:nth-child(1),
body section[num="15"]>div>div.top>ul>li>div>h4:nth-child(1),
body section[num="15"]>div>div.top>ul>li>div>h5:nth-child(1),
body section[num="15"]>div>div.top>ul>li>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.top>ul>li>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    line-height: 1.5rem;
    height: initial;
    font-size: 1rem;
    text-align: inherit;
    color: #868686
}

body section[num="15"]>div>div.top>ul>li>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.top>ul>li>div>a,
body section[num="15"]>div>div.top>ul>li>div>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5rem;
    font-size: 1rem;
    color: var(--col-system)
}

body section[num="15"]>div>div.top>ul>li>div>a>*,
body section[num="15"]>div>div.top>ul>li>div>button>* {
    position: relative;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    color: inherit
}

body section[num="15"]>div>div.top>ul>li>div>a>i,
body section[num="15"]>div>div.top>ul>li>div>button>i {
    margin: 0 .125rem
}

body section[num="15"]>div>div.top>ul>li>div>a>i:nth-child(1),
body section[num="15"]>div>div.top>ul>li>div>button>i:nth-child(1) {
    margin-left: 0;
    margin-right: .5rem
}

body section[num="15"]>div>div.top>ul>li>div>a>i:nth-last-child(1),
body section[num="15"]>div>div.top>ul>li>div>button>i:nth-last-child(1) {
    margin-left: .5rem;
    margin-right: 0
}

body section[num="15"]>div>div.center {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.center>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid var(--col-border)
}

body section[num="15"]>div>div.center>nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-weight: 0
}

body section[num="15"]>div>div.center>nav>div.left {
    left: 0
}

body section[num="15"]>div>div.center>nav>div.right {
    right: 0
}

body section[num="15"]>div>div.center>nav>div>h6 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.125rem;
    color: #404040
}

body section[num="15"]>div>div.center>nav>div>a,
body section[num="15"]>div>div.center>nav>div>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: .875rem;
    color: var(--col-system)
}

body section[num="15"]>div>div.center>nav>div>a>*,
body section[num="15"]>div>div.center>nav>div>button>* {
    position: relative;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    color: inherit
}

body section[num="15"]>div>div.center>nav>div>a>i,
body section[num="15"]>div>div.center>nav>div>button>i {
    margin: 0 .125rem
}

body section[num="15"]>div>div.center>nav>div>a>i:nth-child(1),
body section[num="15"]>div>div.center>nav>div>button>i:nth-child(1) {
    margin-left: 0;
    margin-right: .5rem
}

body section[num="15"]>div>div.center>nav>div>a>i:nth-last-child(1),
body section[num="15"]>div>div.center>nav>div>button>i:nth-last-child(1) {
    margin-left: .5rem;
    margin-right: 0
}

body section[num="15"]>div>div.center>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    padding-bottom: 1.5rem;
    width: 100%;
    height: initial;
    font-size: 0;
    border-bottom: 1px solid var(--col-border)
}

body section[num="15"]>div>div.center>ul>li {
    position: relative;
    display: none;
    vertical-align: top;
    height: inherit
}

body section[num="15"]>div>div.center>ul>li.left {
    display: inline-block;
    margin-right: 3rem;
    width: calc(100% - 3rem - 20rem - 1px);
    height: initial
}

body section[num="15"]>div>div.center>ul>li.left>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.center>ul>li.left>ul>li {
    position: relative;
    display: block;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    height: initial;
    border-bottom: 1px solid var(--col-border);
    text-align: left
}

body section[num="15"]>div>div.center>ul>li.left>ul>li:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.center>ul>li.left>ul>li:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: unset
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>p {
    position: relative;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .75rem;
    width: calc(100% - 6rem - 1rem);
    line-height: 1.5rem;
    height: initial;
    max-height: 4.5rem;
    font-size: 1rem;
    text-align: left;
    color: #868686;
    overflow: hidden
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>p:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
    width: initial;
    max-width: calc(100% - 6rem - 1rem);
    line-height: initial;
    height: initial;
    font-size: 1rem;
    text-align: left;
    color: var(--col-system)
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>a:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>a>h2,
body section[num="15"]>div>div.center>ul>li.left>ul>li>a>h3,
body section[num="15"]>div>div.center>ul>li.left>ul>li>a>h4,
body section[num="15"]>div>div.center>ul>li.left>ul>li>a>h5,
body section[num="15"]>div>div.center>ul>li.left>ul>li>a>h6 {
    position: relative;
    width: initial;
    line-height: initial;
    height: initial;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>a>i {
    line-height: inherit;
    height: inherit;
    font-size: inherit;
    text-align: inherit
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>a>i:nth-child(1) {
    margin-right: .5rem
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>a>i:nth-last-child(1) {
    margin-left: .5rem
}

body section[num="15"]>div>div.center>ul>li.left>ul>li>img {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    border-radius: .5rem;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    object-fit: cover
}

body section[num="15"]>div>div.center>ul>li.right {
    display: inline-block;
    padding: 1rem;
    width: 320px;
    height: initial;
    background-color: #fff;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .05), 0 2px 24px rgba(0, 0, 0, .05);
    border-radius: .5rem
}

body section[num="15"]>div>div.center>ul>li.right>h2,
body section[num="15"]>div>div.center>ul>li.right>h3,
body section[num="15"]>div>div.center>ul>li.right>h4,
body section[num="15"]>div>div.center>ul>li.right>h5,
body section[num="15"]>div>div.center>ul>li.right>h6 {
    position: relative;
    display: block;
    padding-bottom: 1rem;
    width: initial;
    line-height: initial;
    height: initial;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    color: #404040;
    border-bottom: 1px solid var(--col-border)
}

body section[num="15"]>div>div.center>ul>li.right>ul {
    position: relative;
    display: block;
    margin-top: 1rem;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.center>ul>li.right>ul>li {
    position: relative;
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: left
}

body section[num="15"]>div>div.center>ul>li.right>ul>li:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.center>ul>li.right>ul>li>img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    height: 3rem;
    border-radius: 50%
}

body section[num="15"]>div>div.center>ul>li.right>ul>li>p,
body section[num="15"]>div>div.center>ul>li.right>ul>li>a,
body section[num="15"]>div>div.center>ul>li.right>ul>li>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    width: calc(100% - 3rem - 1rem - 1px);
    font-size: .875rem;
    color: #6f6f6f
}

body section[num="15"]>div>div.center>ul>li.right>ul>li>p>b,
body section[num="15"]>div>div.center>ul>li.right>ul>li>a>b,
body section[num="15"]>div>div.center>ul>li.right>ul>li>button>b {
    position: relative;
    display: block;
    margin-bottom: .25rem;
    color: #000
}

body section[num="15"]>div>div.bottom {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.bottom>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.bottom>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3rem;
    width: calc((100% - 6rem)/3 - 1px);
    text-align: left
}

body section[num="15"]>div>div.bottom>ul>li:nth-child(3n) {
    margin-right: 0
}

body section[num="15"]>div>div.bottom>ul>li>h6 {
    position: relative;
    display: block;
    width: 100%;
    line-height: 4rem;
    height: 4rem;
    font-size: 1.125rem;
    text-align: left;
    color: #404040;
    border-bottom: 1px solid var(--col-border)
}

body section[num="15"]>div>div.bottom>ul>li>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="15"]>div>div.bottom>ul>li>ul>li {
    position: relative;
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.bottom>ul>li>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h2,
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h3,
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h4,
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h5,
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    line-height: 1.5rem;
    max-height: 3rem;
    height: initial;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    color: #000;
    overflow: hidden
}

body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h2:nth-child(1),
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h3:nth-child(1),
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h4:nth-child(1),
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h5:nth-child(1),
body section[num="15"]>div>div.bottom>ul>li>ul>li>a>h6:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.bottom>ul>li>ul>li>a>p {
    position: relative;
    display: block;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.5rem;
    height: initial;
    max-height: 7.5rem;
    font-size: .875rem;
    text-align: left;
    color: #868686;
    overflow: hidden
}

body section[num="15"]>div>div.bottom>ul>li>ul>li>a>p:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.bottom>ul>li>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5rem;
    width: initial;
    line-height: initial;
    height: initial;
    font-size: 1rem;
    text-align: left;
    color: var(--col-system)
}

body section[num="15"]>div>div.bottom>ul>li>a:nth-child(1) {
    margin-top: 0
}

body section[num="15"]>div>div.bottom>ul>li>a>i {
    line-height: inherit;
    height: inherit;
    font-size: inherit
}

body section[num="15"]>div>div.bottom>ul>li>a>i:nth-child(1) {
    margin-right: .5rem
}

body section[num="15"]>div>div.bottom>ul>li>a>i:nth-last-child(1) {
    margin-left: .5rem
}

body section[num="16"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body section[num="16"]>div>nav>h2,
body section[num="16"]>div>nav>h3,
body section[num="16"]>div>nav>h4,
body section[num="16"]>div>nav>h5,
body section[num="16"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="16"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body section[num="16"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body section[num="16"]>div>nav>ul>li>a,
body section[num="16"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body section[num="16"]>div>nav>ul>li>a>i,
body section[num="16"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body section[num="16"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body section[num="16"]>div>div:nth-child(1) {
    margin-top: 0
}

body section[num="16"]>div>div.align-left {
    text-align: left
}

body section[num="16"]>div>div.align-right {
    text-align: right
}

body section[num="16"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="16"]>div>div>h1,
body section[num="16"]>div>div>h2,
body section[num="16"]>div>div>h3,
body section[num="16"]>div>div>h4,
body section[num="16"]>div>div>h5,
body section[num="16"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body section[num="16"]>div>div>h1:nth-child(1),
body section[num="16"]>div>div>h2:nth-child(1),
body section[num="16"]>div>div>h3:nth-child(1),
body section[num="16"]>div>div>h4:nth-child(1),
body section[num="16"]>div>div>h5:nth-child(1),
body section[num="16"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="16"]>div>div>h1.s,
body section[num="16"]>div>div>h2.s,
body section[num="16"]>div>div>h3.s,
body section[num="16"]>div>div>h4.s,
body section[num="16"]>div>div>h5.s,
body section[num="16"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body section[num="16"]>div>div>h1.l,
body section[num="16"]>div>div>h2.l,
body section[num="16"]>div>div>h3.l,
body section[num="16"]>div>div>h4.l,
body section[num="16"]>div>div>h5.l,
body section[num="16"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body section[num="16"]>div>div>h1.xl,
body section[num="16"]>div>div>h2.xl,
body section[num="16"]>div>div>h3.xl,
body section[num="16"]>div>div>h4.xl,
body section[num="16"]>div>div>h5.xl,
body section[num="16"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body section[num="16"]>div>div>h1.b,
body section[num="16"]>div>div>h2.b,
body section[num="16"]>div>div>h3.b,
body section[num="16"]>div>div>h4.b,
body section[num="16"]>div>div>h5.b,
body section[num="16"]>div>div>h6.b {
    font-weight: 600
}

body section[num="16"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body section[num="16"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="16"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="16"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="16"]>div>div>ul.align-left {
    text-align: left
}

body section[num="16"]>div>div>ul.align-right {
    text-align: right
}

body section[num="16"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="16"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="16"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="16"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="16"]>div>div>ul>li>a,
body section[num="16"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="16"]>div>div>ul>li>a:has(img),
body section[num="16"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="16"]>div>div>ul>li>a:has(img)>img,
body section[num="16"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="16"]>div>div>ul>li>a>*,
body section[num="16"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="16"]>div>div>ul>li>a>i,
body section[num="16"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body section[num="16"]>div>div>ul {
    margin-top: 1.5rem
}

body section[num="16"]>div>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body section[num="16"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body section[num="16"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="16"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body section[num="16"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="16"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="16"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body section[num="16"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body section[num="16"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="16"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body section[num="16"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body section[num="16"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body section[num="16"]>div>ul.r3>li:nth-child(2),
    body section[num="16"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body section[num="16"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body section[num="16"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body section[num="16"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="16"]>div>ul.r4>li {
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body section[num="16"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="16"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="16"]>div>ul.r4>li {
        width: calc(384px - 2rem - 1px)
    }

    body section[num="16"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="16"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body section[num="16"]>div>ul.r4>li {
        width: calc((100% - 6rem)/4 - 1px)
    }

    body section[num="16"]>div>ul.r4>li:nth-child(3),
    body section[num="16"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body section[num="16"]>div>ul.r4>li:nth-child(2n),
    body section[num="16"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body section[num="16"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body section[num="16"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden
}

body section[num="16"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body section[num="16"]>div>ul>li>a,
body section[num="16"]>div>ul>li>figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 62.5%;
    background-color: rgba(0, 0, 0, .05)
}

body section[num="16"]>div>ul>li>a>img,
body section[num="16"]>div>ul>li>figure>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body section[num="16"]>div>ul>li>p {
    position: relative;
    display: block;
    padding: .75rem 1rem;
    width: 100%;
    font-size: 1rem
}

body section[num="17"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body section[num="17"]>div>nav>h2,
body section[num="17"]>div>nav>h3,
body section[num="17"]>div>nav>h4,
body section[num="17"]>div>nav>h5,
body section[num="17"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="17"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body section[num="17"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body section[num="17"]>div>nav>ul>li>a,
body section[num="17"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body section[num="17"]>div>nav>ul>li>a>i,
body section[num="17"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body section[num="17"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body section[num="17"]>div>div:nth-child(1) {
    margin-top: 0
}

body section[num="17"]>div>div.align-left {
    text-align: left
}

body section[num="17"]>div>div.align-right {
    text-align: right
}

body section[num="17"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="17"]>div>div>h1,
body section[num="17"]>div>div>h2,
body section[num="17"]>div>div>h3,
body section[num="17"]>div>div>h4,
body section[num="17"]>div>div>h5,
body section[num="17"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body section[num="17"]>div>div>h1:nth-child(1),
body section[num="17"]>div>div>h2:nth-child(1),
body section[num="17"]>div>div>h3:nth-child(1),
body section[num="17"]>div>div>h4:nth-child(1),
body section[num="17"]>div>div>h5:nth-child(1),
body section[num="17"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="17"]>div>div>h1.s,
body section[num="17"]>div>div>h2.s,
body section[num="17"]>div>div>h3.s,
body section[num="17"]>div>div>h4.s,
body section[num="17"]>div>div>h5.s,
body section[num="17"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body section[num="17"]>div>div>h1.l,
body section[num="17"]>div>div>h2.l,
body section[num="17"]>div>div>h3.l,
body section[num="17"]>div>div>h4.l,
body section[num="17"]>div>div>h5.l,
body section[num="17"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body section[num="17"]>div>div>h1.xl,
body section[num="17"]>div>div>h2.xl,
body section[num="17"]>div>div>h3.xl,
body section[num="17"]>div>div>h4.xl,
body section[num="17"]>div>div>h5.xl,
body section[num="17"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body section[num="17"]>div>div>h1.b,
body section[num="17"]>div>div>h2.b,
body section[num="17"]>div>div>h3.b,
body section[num="17"]>div>div>h4.b,
body section[num="17"]>div>div>h5.b,
body section[num="17"]>div>div>h6.b {
    font-weight: 600
}

body section[num="17"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body section[num="17"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="17"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="17"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="17"]>div>div>ul.align-left {
    text-align: left
}

body section[num="17"]>div>div>ul.align-right {
    text-align: right
}

body section[num="17"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="17"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="17"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="17"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="17"]>div>div>ul>li>a,
body section[num="17"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="17"]>div>div>ul>li>a:has(img),
body section[num="17"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="17"]>div>div>ul>li>a:has(img)>img,
body section[num="17"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="17"]>div>div>ul>li>a>*,
body section[num="17"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="17"]>div>div>ul>li>a>i,
body section[num="17"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body section[num="17"]>div>div>ul {
    margin-top: 1.5rem
}

body section[num="17"]>div>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body section[num="17"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body section[num="17"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="17"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body section[num="17"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="17"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="17"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body section[num="17"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body section[num="17"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="17"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body section[num="17"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body section[num="17"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body section[num="17"]>div>ul.r3>li:nth-child(2),
    body section[num="17"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body section[num="17"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body section[num="17"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body section[num="17"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="17"]>div>ul.r4>li {
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body section[num="17"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="17"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="17"]>div>ul.r4>li {
        width: calc(384px - 2rem - 1px)
    }

    body section[num="17"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="17"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body section[num="17"]>div>ul.r4>li {
        width: calc((100% - 6rem)/4 - 1px)
    }

    body section[num="17"]>div>ul.r4>li:nth-child(3),
    body section[num="17"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body section[num="17"]>div>ul.r4>li:nth-child(2n),
    body section[num="17"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body section[num="17"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body section[num="17"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden
}

body section[num="17"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body section[num="17"]>div>ul>li>a,
body section[num="17"]>div>ul>li>figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%;
    background-color: rgba(0, 0, 0, .05)
}

body section[num="17"]>div>ul>li>a>img,
body section[num="17"]>div>ul>li>figure>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body section[num="17"]>div>ul>li>div {
    position: relative;
    display: block;
    width: initial;
    margin-top: .25rem;
    height: 1rem;
    font-size: 0
}

body section[num="17"]>div>ul>li>div>svg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .125rem;
    width: 1rem;
    height: 1rem
}

body section[num="17"]>div>ul>li>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    font-size: 1rem;
    color: #404040
}

body section[num="17"]>div>ul>li>p.hint {
    margin-top: .5rem;
    font-size: .75rem;
    color: #6f6f6f
}

body section[num="17"]>div>ul>li>p.bottom {
    margin-top: 1rem;
    padding: .75rem 0;
    font-size: .75rem;
    background-color: rgba(0, 0, 0, .025);
    color: #6f6f6f;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

body section[num="17"]>div>ul>li>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="17"]>div>ul>li>p>b {
    font-weight: 400
}

body section[num="18"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body section[num="18"]>div>nav>h2,
body section[num="18"]>div>nav>h3,
body section[num="18"]>div>nav>h4,
body section[num="18"]>div>nav>h5,
body section[num="18"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="18"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body section[num="18"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body section[num="18"]>div>nav>ul>li>a,
body section[num="18"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body section[num="18"]>div>nav>ul>li>a>i,
body section[num="18"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body section[num="18"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body section[num="18"]>div>div:nth-child(1) {
    margin-top: 0
}

body section[num="18"]>div>div.align-left {
    text-align: left
}

body section[num="18"]>div>div.align-right {
    text-align: right
}

body section[num="18"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="18"]>div>div>h1,
body section[num="18"]>div>div>h2,
body section[num="18"]>div>div>h3,
body section[num="18"]>div>div>h4,
body section[num="18"]>div>div>h5,
body section[num="18"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body section[num="18"]>div>div>h1:nth-child(1),
body section[num="18"]>div>div>h2:nth-child(1),
body section[num="18"]>div>div>h3:nth-child(1),
body section[num="18"]>div>div>h4:nth-child(1),
body section[num="18"]>div>div>h5:nth-child(1),
body section[num="18"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="18"]>div>div>h1.s,
body section[num="18"]>div>div>h2.s,
body section[num="18"]>div>div>h3.s,
body section[num="18"]>div>div>h4.s,
body section[num="18"]>div>div>h5.s,
body section[num="18"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body section[num="18"]>div>div>h1.l,
body section[num="18"]>div>div>h2.l,
body section[num="18"]>div>div>h3.l,
body section[num="18"]>div>div>h4.l,
body section[num="18"]>div>div>h5.l,
body section[num="18"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body section[num="18"]>div>div>h1.xl,
body section[num="18"]>div>div>h2.xl,
body section[num="18"]>div>div>h3.xl,
body section[num="18"]>div>div>h4.xl,
body section[num="18"]>div>div>h5.xl,
body section[num="18"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body section[num="18"]>div>div>h1.b,
body section[num="18"]>div>div>h2.b,
body section[num="18"]>div>div>h3.b,
body section[num="18"]>div>div>h4.b,
body section[num="18"]>div>div>h5.b,
body section[num="18"]>div>div>h6.b {
    font-weight: 600
}

body section[num="18"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body section[num="18"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="18"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="18"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="18"]>div>div>ul.align-left {
    text-align: left
}

body section[num="18"]>div>div>ul.align-right {
    text-align: right
}

body section[num="18"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="18"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="18"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="18"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="18"]>div>div>ul>li>a,
body section[num="18"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="18"]>div>div>ul>li>a:has(img),
body section[num="18"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="18"]>div>div>ul>li>a:has(img)>img,
body section[num="18"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="18"]>div>div>ul>li>a>*,
body section[num="18"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="18"]>div>div>ul>li>a>i,
body section[num="18"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body section[num="18"]>div>div>ul {
    margin-top: 1.5rem
}

body section[num="18"]>div>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body section[num="18"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body section[num="18"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="18"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body section[num="18"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="18"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="18"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body section[num="18"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body section[num="18"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="18"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body section[num="18"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body section[num="18"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body section[num="18"]>div>ul.r3>li:nth-child(2),
    body section[num="18"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body section[num="18"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body section[num="18"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body section[num="18"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="18"]>div>ul.r4>li {
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body section[num="18"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="18"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="18"]>div>ul.r4>li {
        width: calc(384px - 2rem - 1px)
    }

    body section[num="18"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="18"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body section[num="18"]>div>ul.r4>li {
        width: calc((100% - 6rem)/4 - 1px)
    }

    body section[num="18"]>div>ul.r4>li:nth-child(3),
    body section[num="18"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body section[num="18"]>div>ul.r4>li:nth-child(2n),
    body section[num="18"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body section[num="18"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body section[num="18"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden
}

body section[num="18"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body section[num="18"]>div>ul>li>div,
body section[num="18"]>div>ul>li>a,
body section[num="18"]>div>ul>li>button {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body section[num="18"]>div>ul>li>div>a,
body section[num="18"]>div>ul>li>div>figure,
body section[num="18"]>div>ul>li>a>a,
body section[num="18"]>div>ul>li>a>figure,
body section[num="18"]>div>ul>li>button>a,
body section[num="18"]>div>ul>li>button>figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%;
    background-color: rgba(0, 0, 0, .05)
}

body section[num="18"]>div>ul>li>div>a>img,
body section[num="18"]>div>ul>li>div>figure>img,
body section[num="18"]>div>ul>li>a>a>img,
body section[num="18"]>div>ul>li>a>figure>img,
body section[num="18"]>div>ul>li>button>a>img,
body section[num="18"]>div>ul>li>button>figure>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body section[num="18"]>div>ul>li>div>div,
body section[num="18"]>div>ul>li>a>div,
body section[num="18"]>div>ul>li>button>div {
    position: relative;
    display: block;
    padding: 1rem;
    width: 100%;
    height: initial;
    text-align: left;
    word-wrap: break-word;
    border-bottom: 1px solid var(--col-border)
}

body section[num="18"]>div>ul>li>div>div:nth-last-child(1),
body section[num="18"]>div>ul>li>a>div:nth-last-child(1),
body section[num="18"]>div>ul>li>button>div:nth-last-child(1) {
    border-bottom: none
}

body section[num="18"]>div>ul>li>div>div>h6,
body section[num="18"]>div>ul>li>a>div>h6,
body section[num="18"]>div>ul>li>button>div>h6 {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.625rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #000
}

body section[num="18"]>div>ul>li>div>div>p,
body section[num="18"]>div>ul>li>a>div>p,
body section[num="18"]>div>ul>li>button>div>p {
    position: relative;
    display: block;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #6f6f6f
}

body section[num="18"]>div>ul>li>div>div>p>*,
body section[num="18"]>div>ul>li>a>div>p>*,
body section[num="18"]>div>ul>li>button>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="18"]>div>ul>li>div>div>a,
body section[num="18"]>div>ul>li>div>div>button,
body section[num="18"]>div>ul>li>a>div>a,
body section[num="18"]>div>ul>li>a>div>button,
body section[num="18"]>div>ul>li>button>div>a,
body section[num="18"]>div>ul>li>button>div>button {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    color: var(--col-system)
}

body section[num="18"]>div>ul>li>div>div>i,
body section[num="18"]>div>ul>li>a>div>i,
body section[num="18"]>div>ul>li>button>div>i {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    bottom: 0;
    transform: translateY(-50%);
    line-height: 1.5rem !important;
    font-size: 1rem;
    font-weight: 500;
    color: var(--col-system)
}

body section[num="19"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body section[num="19"]>div>nav>h2,
body section[num="19"]>div>nav>h3,
body section[num="19"]>div>nav>h4,
body section[num="19"]>div>nav>h5,
body section[num="19"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="19"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body section[num="19"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body section[num="19"]>div>nav>ul>li>a,
body section[num="19"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body section[num="19"]>div>nav>ul>li>a>i,
body section[num="19"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body section[num="19"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body section[num="19"]>div>div:nth-child(1) {
    margin-top: 0
}

body section[num="19"]>div>div.align-left {
    text-align: left
}

body section[num="19"]>div>div.align-right {
    text-align: right
}

body section[num="19"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="19"]>div>div>h1,
body section[num="19"]>div>div>h2,
body section[num="19"]>div>div>h3,
body section[num="19"]>div>div>h4,
body section[num="19"]>div>div>h5,
body section[num="19"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body section[num="19"]>div>div>h1:nth-child(1),
body section[num="19"]>div>div>h2:nth-child(1),
body section[num="19"]>div>div>h3:nth-child(1),
body section[num="19"]>div>div>h4:nth-child(1),
body section[num="19"]>div>div>h5:nth-child(1),
body section[num="19"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="19"]>div>div>h1.s,
body section[num="19"]>div>div>h2.s,
body section[num="19"]>div>div>h3.s,
body section[num="19"]>div>div>h4.s,
body section[num="19"]>div>div>h5.s,
body section[num="19"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body section[num="19"]>div>div>h1.l,
body section[num="19"]>div>div>h2.l,
body section[num="19"]>div>div>h3.l,
body section[num="19"]>div>div>h4.l,
body section[num="19"]>div>div>h5.l,
body section[num="19"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body section[num="19"]>div>div>h1.xl,
body section[num="19"]>div>div>h2.xl,
body section[num="19"]>div>div>h3.xl,
body section[num="19"]>div>div>h4.xl,
body section[num="19"]>div>div>h5.xl,
body section[num="19"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body section[num="19"]>div>div>h1.b,
body section[num="19"]>div>div>h2.b,
body section[num="19"]>div>div>h3.b,
body section[num="19"]>div>div>h4.b,
body section[num="19"]>div>div>h5.b,
body section[num="19"]>div>div>h6.b {
    font-weight: 600
}

body section[num="19"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body section[num="19"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="19"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="19"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="19"]>div>div>ul.align-left {
    text-align: left
}

body section[num="19"]>div>div>ul.align-right {
    text-align: right
}

body section[num="19"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="19"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="19"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="19"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="19"]>div>div>ul>li>a,
body section[num="19"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="19"]>div>div>ul>li>a:has(img),
body section[num="19"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="19"]>div>div>ul>li>a:has(img)>img,
body section[num="19"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="19"]>div>div>ul>li>a>*,
body section[num="19"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="19"]>div>div>ul>li>a>i,
body section[num="19"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body section[num="19"]>div>div>ul {
    margin-top: 1.5rem
}

body section[num="19"]>div>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center;
    border: 1px solid var(--col-border);
    border-radius: .25rem
}

body section[num="19"]>div>ul:nth-child(1) {
    margin-top: 0
}

body section[num="19"]>div>ul>li {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: left;
    border-top: 1px solid var(--col-border)
}

body section[num="19"]>div>ul>li:nth-child(1) {
    border-top: none
}

body section[num="19"]>div>ul>li.show>button {
    background-color: var(--col-system-light);
    color: var(--col-system)
}

body section[num="19"]>div>ul>li.show>button>i {
    transform: rotate(90deg)
}

body section[num="19"]>div>ul>li.show>p {
    display: block
}

body section[num="19"]>div>ul>li>button {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: left;
    color: #000
}

body section[num="19"]>div>ul>li>button>i {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit
}

body section[num="19"]>div>ul>li>p {
    position: relative;
    display: none;
    padding: 1.25rem 1rem;
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #6f6f6f;
    border-top: 1px solid var(--col-border)
}

body section[num="19"]>div>ul>li>p:nth-child(1) {
    display: block;
    border-top: none;
    cursor: pointer
}

body section[num="20"]>div>ul {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body section[num="20"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body section[num="20"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="20"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body section[num="20"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="20"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="20"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body section[num="20"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body section[num="20"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="20"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body section[num="20"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body section[num="20"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body section[num="20"]>div>ul.r3>li:nth-child(2),
    body section[num="20"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body section[num="20"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body section[num="20"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body section[num="20"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0;
        padding-top: 0;
        border-top: unset
    }
}

@media screen and (min-width: 1024px) {

    body section[num="20"]>div>ul.r3>li:nth-child(2),
    body section[num="20"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0;
        padding-top: 0;
        border-top: unset
    }
}

body section[num="20"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 1.5rem 0 0;
    padding-top: 1.5rem;
    width: 100%;
    height: initial;
    font-size: 0;
    border-top: 1px solid var(--col-border)
}

body section[num="20"]>div>ul>li:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: unset
}

body section[num="20"]>div>ul>li>div {
    position: relative;
    display: block;
    width: initial;
    margin-top: .25rem;
    height: 1rem;
    font-size: 0;
    text-align: left
}

body section[num="20"]>div>ul>li>div>svg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 .125rem;
    width: 1rem;
    height: 1rem
}

body section[num="20"]>div>ul>li>p {
    position: relative;
    display: block;
    margin-top: 1rem;
    padding: 0;
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: left;
    color: var(--col-system)
}

body section[num="20"]>div>ul>li>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="20"]>div>ul>li>p>i {
    margin: 0 .125rem
}

body section[num="20"]>div>ul>li>p>i:nth-child(1) {
    margin-left: 0;
    margin-right: .5rem
}

body section[num="20"]>div>ul>li>p>i:nth-last-child(1) {
    margin-left: .5rem;
    margin-right: 0
}

body section[num="20"]>div>ul>li>h6 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5rem;
    width: 100%;
    line-height: 1.375rem;
    height: initial;
    font-size: .875rem;
    font-weight: 400;
    text-align: left;
    color: #6f6f6f
}

body section[num="20"]>div>ul>li>h6>b,
body section[num="20"]>div>ul>li>h6>strong {
    position: relative;
    display: block;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #404040
}

body section[num="21"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body section[num="21"]>div>nav>h2,
body section[num="21"]>div>nav>h3,
body section[num="21"]>div>nav>h4,
body section[num="21"]>div>nav>h5,
body section[num="21"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="21"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body section[num="21"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body section[num="21"]>div>nav>ul>li>a,
body section[num="21"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body section[num="21"]>div>nav>ul>li>a>i,
body section[num="21"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body section[num="21"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body section[num="21"]>div>div:nth-child(1) {
    margin-top: 0
}

body section[num="21"]>div>div.align-left {
    text-align: left
}

body section[num="21"]>div>div.align-right {
    text-align: right
}

body section[num="21"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="21"]>div>div>h1,
body section[num="21"]>div>div>h2,
body section[num="21"]>div>div>h3,
body section[num="21"]>div>div>h4,
body section[num="21"]>div>div>h5,
body section[num="21"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body section[num="21"]>div>div>h1:nth-child(1),
body section[num="21"]>div>div>h2:nth-child(1),
body section[num="21"]>div>div>h3:nth-child(1),
body section[num="21"]>div>div>h4:nth-child(1),
body section[num="21"]>div>div>h5:nth-child(1),
body section[num="21"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="21"]>div>div>h1.s,
body section[num="21"]>div>div>h2.s,
body section[num="21"]>div>div>h3.s,
body section[num="21"]>div>div>h4.s,
body section[num="21"]>div>div>h5.s,
body section[num="21"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body section[num="21"]>div>div>h1.l,
body section[num="21"]>div>div>h2.l,
body section[num="21"]>div>div>h3.l,
body section[num="21"]>div>div>h4.l,
body section[num="21"]>div>div>h5.l,
body section[num="21"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body section[num="21"]>div>div>h1.xl,
body section[num="21"]>div>div>h2.xl,
body section[num="21"]>div>div>h3.xl,
body section[num="21"]>div>div>h4.xl,
body section[num="21"]>div>div>h5.xl,
body section[num="21"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body section[num="21"]>div>div>h1.b,
body section[num="21"]>div>div>h2.b,
body section[num="21"]>div>div>h3.b,
body section[num="21"]>div>div>h4.b,
body section[num="21"]>div>div>h5.b,
body section[num="21"]>div>div>h6.b {
    font-weight: 600
}

body section[num="21"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body section[num="21"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="21"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="21"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="21"]>div>div>ul.align-left {
    text-align: left
}

body section[num="21"]>div>div>ul.align-right {
    text-align: right
}

body section[num="21"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="21"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="21"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="21"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="21"]>div>div>ul>li>a,
body section[num="21"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="21"]>div>div>ul>li>a:has(img),
body section[num="21"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="21"]>div>div>ul>li>a:has(img)>img,
body section[num="21"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="21"]>div>div>ul>li>a>*,
body section[num="21"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="21"]>div>div>ul>li>a>i,
body section[num="21"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body section[num="21"]>div>div>ul {
    margin-top: 1.5rem
}

body section[num="21"]>div>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body section[num="21"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body section[num="21"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="21"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body section[num="21"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="21"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="21"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body section[num="21"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body section[num="21"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="21"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body section[num="21"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body section[num="21"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body section[num="21"]>div>ul.r3>li:nth-child(2),
    body section[num="21"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body section[num="21"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body section[num="21"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body section[num="21"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="21"]>div>ul.r4>li {
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body section[num="21"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="21"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="21"]>div>ul.r4>li {
        width: calc(384px - 2rem - 1px)
    }

    body section[num="21"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="21"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body section[num="21"]>div>ul.r4>li {
        width: calc((100% - 6rem)/4 - 1px)
    }

    body section[num="21"]>div>ul.r4>li:nth-child(3),
    body section[num="21"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body section[num="21"]>div>ul.r4>li:nth-child(2n),
    body section[num="21"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body section[num="21"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body section[num="21"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden
}

body section[num="21"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body section[num="21"]>div>ul>li>div,
body section[num="21"]>div>ul>li>a,
body section[num="21"]>div>ul>li>button {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body section[num="21"]>div>ul>li>div>a,
body section[num="21"]>div>ul>li>div>figure,
body section[num="21"]>div>ul>li>a>a,
body section[num="21"]>div>ul>li>a>figure,
body section[num="21"]>div>ul>li>button>a,
body section[num="21"]>div>ul>li>button>figure {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .05)
}

body section[num="21"]>div>ul>li>div>a._16_10,
body section[num="21"]>div>ul>li>div>figure._16_10,
body section[num="21"]>div>ul>li>a>a._16_10,
body section[num="21"]>div>ul>li>a>figure._16_10,
body section[num="21"]>div>ul>li>button>a._16_10,
body section[num="21"]>div>ul>li>button>figure._16_10 {
    padding-top: 62.5%
}

body section[num="21"]>div>ul>li>div>a._10_16,
body section[num="21"]>div>ul>li>div>figure._10_16,
body section[num="21"]>div>ul>li>a>a._10_16,
body section[num="21"]>div>ul>li>a>figure._10_16,
body section[num="21"]>div>ul>li>button>a._10_16,
body section[num="21"]>div>ul>li>button>figure._10_16 {
    padding-top: 160%
}

body section[num="21"]>div>ul>li>div>a._16_9,
body section[num="21"]>div>ul>li>div>figure._16_9,
body section[num="21"]>div>ul>li>a>a._16_9,
body section[num="21"]>div>ul>li>a>figure._16_9,
body section[num="21"]>div>ul>li>button>a._16_9,
body section[num="21"]>div>ul>li>button>figure._16_9 {
    padding-top: 56.25%
}

body section[num="21"]>div>ul>li>div>a._9_16,
body section[num="21"]>div>ul>li>div>figure._9_16,
body section[num="21"]>div>ul>li>a>a._9_16,
body section[num="21"]>div>ul>li>a>figure._9_16,
body section[num="21"]>div>ul>li>button>a._9_16,
body section[num="21"]>div>ul>li>button>figure._9_16 {
    padding-top: 177.7777777778%
}

body section[num="21"]>div>ul>li>div>a._4_3,
body section[num="21"]>div>ul>li>div>figure._4_3,
body section[num="21"]>div>ul>li>a>a._4_3,
body section[num="21"]>div>ul>li>a>figure._4_3,
body section[num="21"]>div>ul>li>button>a._4_3,
body section[num="21"]>div>ul>li>button>figure._4_3 {
    padding-top: 75%
}

body section[num="21"]>div>ul>li>div>a._3_4,
body section[num="21"]>div>ul>li>div>figure._3_4,
body section[num="21"]>div>ul>li>a>a._3_4,
body section[num="21"]>div>ul>li>a>figure._3_4,
body section[num="21"]>div>ul>li>button>a._3_4,
body section[num="21"]>div>ul>li>button>figure._3_4 {
    padding-top: 133.3333333333%
}

body section[num="21"]>div>ul>li>div>a>img,
body section[num="21"]>div>ul>li>div>figure>img,
body section[num="21"]>div>ul>li>a>a>img,
body section[num="21"]>div>ul>li>a>figure>img,
body section[num="21"]>div>ul>li>button>a>img,
body section[num="21"]>div>ul>li>button>figure>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body section[num="21"]>div>ul>li>div>a>p,
body section[num="21"]>div>ul>li>div>figure>p,
body section[num="21"]>div>ul>li>a>a>p,
body section[num="21"]>div>ul>li>a>figure>p,
body section[num="21"]>div>ul>li>button>a>p,
body section[num="21"]>div>ul>li>button>figure>p {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: 0 .5rem;
    line-height: 1.25rem;
    font-size: .75rem;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: .25rem
}

body section[num="21"]>div>ul>li>div>div,
body section[num="21"]>div>ul>li>a>div,
body section[num="21"]>div>ul>li>button>div {
    position: relative;
    display: block;
    padding: 1rem;
    width: 100%;
    height: initial;
    text-align: left;
    word-wrap: break-word;
    border-bottom: 1px solid var(--col-border)
}

body section[num="21"]>div>ul>li>div>div:nth-last-child(1),
body section[num="21"]>div>ul>li>a>div:nth-last-child(1),
body section[num="21"]>div>ul>li>button>div:nth-last-child(1) {
    border-bottom: none
}

body section[num="21"]>div>ul>li>div>div>p,
body section[num="21"]>div>ul>li>a>div>p,
body section[num="21"]>div>ul>li>button>div>p {
    position: relative;
    display: block;
    width: 100%;
    text-align: left
}

body section[num="21"]>div>ul>li>div>div>p.price,
body section[num="21"]>div>ul>li>a>div>p.price,
body section[num="21"]>div>ul>li>button>div>p.price {
    line-height: 1.75rem;
    font-size: 1.25rem;
    color: var(--col-system)
}

body section[num="21"]>div>ul>li>div>div>p.price::before,
body section[num="21"]>div>ul>li>a>div>p.price::before,
body section[num="21"]>div>ul>li>button>div>p.price::before {
    content: "$"
}

body section[num="21"]>div>ul>li>div>div>p.hint1,
body section[num="21"]>div>ul>li>a>div>p.hint1,
body section[num="21"]>div>ul>li>button>div>p.hint1 {
    line-height: 1.375rem;
    font-size: .875rem;
    color: #000
}

body section[num="21"]>div>ul>li>div>div>p.hint2,
body section[num="21"]>div>ul>li>a>div>p.hint2,
body section[num="21"]>div>ul>li>button>div>p.hint2 {
    line-height: 1.375rem;
    font-size: .875rem;
    color: #9f9f9f
}

body section[num="21"]>div>ul>li>div>div>p>*,
body section[num="21"]>div>ul>li>a>div>p>*,
body section[num="21"]>div>ul>li>button>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="21"]>div>ul>li>div>div>div,
body section[num="21"]>div>ul>li>div>div>a,
body section[num="21"]>div>ul>li>div>div>button,
body section[num="21"]>div>ul>li>a>div>div,
body section[num="21"]>div>ul>li>a>div>a,
body section[num="21"]>div>ul>li>a>div>button,
body section[num="21"]>div>ul>li>button>div>div,
body section[num="21"]>div>ul>li>button>div>a,
body section[num="21"]>div>ul>li>button>div>button {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.375rem;
    font-size: .875rem;
    font-weight: 500;
    text-align: left;
    color: #9f9f9f
}

body section[num="21"]>div>ul>li>div>div>div>i,
body section[num="21"]>div>ul>li>div>div>a>i,
body section[num="21"]>div>ul>li>div>div>button>i,
body section[num="21"]>div>ul>li>a>div>div>i,
body section[num="21"]>div>ul>li>a>div>a>i,
body section[num="21"]>div>ul>li>a>div>button>i,
body section[num="21"]>div>ul>li>button>div>div>i,
body section[num="21"]>div>ul>li>button>div>a>i,
body section[num="21"]>div>ul>li>button>div>button>i {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: inherit !important;
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

@keyframes section-022-content-show {
    0% {
        opacity: 0
    }

    100% {
        opacity: .8
    }
}

body section[num="22"]>div>nav {
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem
}

body section[num="22"]>div>nav>h2,
body section[num="22"]>div>nav>h3,
body section[num="22"]>div>nav>h4,
body section[num="22"]>div>nav>h5,
body section[num="22"]>div>nav>h6 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: #000
}

body section[num="22"]>div>nav>ul {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: 0
}

body section[num="22"]>div>nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: .875rem;
    color: #6f6f6f;
    border-radius: .25rem
}

body section[num="22"]>div>nav>ul>li>a,
body section[num="22"]>div>nav>ul>li>button {
    position: relative;
    padding: 0 1rem;
    width: initial;
    line-height: inherit;
    height: inherit;
    text-align: left;
    font-size: inherit;
    color: inherit;
    border-radius: inherit
}

body section[num="22"]>div>nav>ul>li>a>i,
body section[num="22"]>div>nav>ul>li>button>i {
    position: relative;
    vertical-align: top;
    margin-left: .5rem;
    line-height: inherit;
    height: inherit;
    font-size: .75rem;
    color: inherit
}

body section[num="22"]>div>div {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: initial
}

body section[num="22"]>div>div:nth-child(1) {
    margin-top: 0
}

body section[num="22"]>div>div.align-left {
    text-align: left
}

body section[num="22"]>div>div.align-right {
    text-align: right
}

body section[num="22"]>div>div>b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .25rem .75rem;
    width: initial;
    height: initial;
    line-height: initial;
    font-size: .75rem;
    font-weight: 500;
    background-color: var(--col-system);
    color: #fff;
    border-radius: 1rem
}

body section[num="22"]>div>div>h1,
body section[num="22"]>div>div>h2,
body section[num="22"]>div>div>h3,
body section[num="22"]>div>div>h4,
body section[num="22"]>div>div>h5,
body section[num="22"]>div>div>h6 {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-xl);
    font-size: var(--size-xl);
    font-weight: 500;
    text-align: inherit;
    color: #000
}

body section[num="22"]>div>div>h1:nth-child(1),
body section[num="22"]>div>div>h2:nth-child(1),
body section[num="22"]>div>div>h3:nth-child(1),
body section[num="22"]>div>div>h4:nth-child(1),
body section[num="22"]>div>div>h5:nth-child(1),
body section[num="22"]>div>div>h6:nth-child(1) {
    margin-top: 0
}

body section[num="22"]>div>div>h1.s,
body section[num="22"]>div>div>h2.s,
body section[num="22"]>div>div>h3.s,
body section[num="22"]>div>div>h4.s,
body section[num="22"]>div>div>h5.s,
body section[num="22"]>div>div>h6.s {
    line-height: var(--h-l);
    font-size: var(--size-l)
}

body section[num="22"]>div>div>h1.l,
body section[num="22"]>div>div>h2.l,
body section[num="22"]>div>div>h3.l,
body section[num="22"]>div>div>h4.l,
body section[num="22"]>div>div>h5.l,
body section[num="22"]>div>div>h6.l {
    line-height: var(--h-xxl);
    font-size: var(--size-xxl)
}

body section[num="22"]>div>div>h1.xl,
body section[num="22"]>div>div>h2.xl,
body section[num="22"]>div>div>h3.xl,
body section[num="22"]>div>div>h4.xl,
body section[num="22"]>div>div>h5.xl,
body section[num="22"]>div>div>h6.xl {
    line-height: var(--h-max);
    font-size: var(--size-max)
}

body section[num="22"]>div>div>h1.b,
body section[num="22"]>div>div>h2.b,
body section[num="22"]>div>div>h3.b,
body section[num="22"]>div>div>h4.b,
body section[num="22"]>div>div>h5.b,
body section[num="22"]>div>div>h6.b {
    font-weight: 600
}

body section[num="22"]>div>div>p {
    position: relative;
    display: block;
    margin-top: .75rem;
    width: 100%;
    height: initial;
    line-height: var(--h-m);
    font-size: var(--size-m);
    text-align: inherit;
    color: #777
}

body section[num="22"]>div>div>p:nth-child(1) {
    margin-top: 0
}

body section[num="22"]>div>div>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="22"]>div>div>ul {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    text-align: center
}

body section[num="22"]>div>div>ul.align-left {
    text-align: left
}

body section[num="22"]>div>div>ul.align-right {
    text-align: right
}

body section[num="22"]>div>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    width: initial;
    max-width: 150px;
    height: initial;
    font-size: 1rem;
    border-radius: .25rem
}

body section[num="22"]>div>div>ul>li:has(input) {
    width: calc(100% - 150px - 1rem);
    max-width: unset
}

body section[num="22"]>div>div>ul>li:nth-child(1) {
    margin-left: 0
}

body section[num="22"]>div>div>ul>li>input {
    position: relative;
    display: block;
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: left;
    background-color: #f2f6fc;
    border-radius: inherit
}

body section[num="22"]>div>div>ul>li>a,
body section[num="22"]>div>div>ul>li>button {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    height: initial;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    color: #000
}

body section[num="22"]>div>div>ul>li>a:has(img),
body section[num="22"]>div>div>ul>li>button:has(img) {
    padding: 0;
    height: 2.75rem
}

body section[num="22"]>div>div>ul>li>a:has(img)>img,
body section[num="22"]>div>div>ul>li>button:has(img)>img {
    width: auto;
    height: 2.75rem
}

body section[num="22"]>div>div>ul>li>a>*,
body section[num="22"]>div>div>ul>li>button>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body section[num="22"]>div>div>ul>li>a>i,
body section[num="22"]>div>div>ul>li>button>i {
    font-size: .75rem
}

body section[num="22"]>div>div>ul {
    margin-top: 1.5rem
}

body section[num="22"]>div>ul {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center
}

body section[num="22"]>div>ul:nth-child(1) {
    margin-top: 0
}

@media screen and (min-width: 480px) {
    body section[num="22"]>div>ul.r2>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="22"]>div>ul.r2>li {
        margin-right: 2rem;
        width: calc(320px - 1rem - 1px)
    }

    body section[num="22"]>div>ul.r2>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="22"]>div>ul.r2>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="22"]>div>ul.r2>li {
        width: calc(384px - 1rem - 1px)
    }
}

@media screen and (min-width: 1024px) {
    body section[num="22"]>div>ul.r2>li {
        width: calc(50% - 1rem - 1px)
    }
}

@media screen and (min-width: 480px) {
    body section[num="22"]>div>ul.r3>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="22"]>div>ul.r3>li {
        width: 480px
    }
}

@media screen and (min-width: 768px) {
    body section[num="22"]>div>ul.r3>li {
        width: 512px
    }
}

@media screen and (min-width: 1024px) {
    body section[num="22"]>div>ul.r3>li {
        margin-right: 2rem;
        width: calc((100% - 4rem)/3 - 1px)
    }

    body section[num="22"]>div>ul.r3>li:nth-child(2),
    body section[num="22"]>div>ul.r3>li:nth-child(3) {
        margin-top: 0
    }

    body section[num="22"]>div>ul.r3>li:nth-child(2n) {
        margin-right: 2rem
    }

    body section[num="22"]>div>ul.r3>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 480px) {
    body section[num="22"]>div>ul.r4>li {
        margin-top: 2rem;
        width: 400px
    }
}

@media screen and (min-width: 640px) {
    body section[num="22"]>div>ul.r4>li {
        margin-right: 2rem;
        width: calc(320px - 2rem - 1px)
    }

    body section[num="22"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="22"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body section[num="22"]>div>ul.r4>li {
        width: calc(384px - 2rem - 1px)
    }

    body section[num="22"]>div>ul.r4>li:nth-child(2) {
        margin-top: 0
    }

    body section[num="22"]>div>ul.r4>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    body section[num="22"]>div>ul.r4>li {
        width: calc((100% - 6rem)/4 - 1px)
    }

    body section[num="22"]>div>ul.r4>li:nth-child(3),
    body section[num="22"]>div>ul.r4>li:nth-child(4) {
        margin-top: 0
    }

    body section[num="22"]>div>ul.r4>li:nth-child(2n),
    body section[num="22"]>div>ul.r4>li:nth-child(3n) {
        margin-right: 2rem
    }

    body section[num="22"]>div>ul.r4>li:nth-child(4n) {
        margin-right: 0
    }
}

body section[num="22"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    font-size: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .5rem
}

body section[num="22"]>div>ul>li:nth-child(1) {
    margin-top: 0
}

body section[num="22"]>div>ul>li>div,
body section[num="22"]>div>ul>li>a,
body section[num="22"]>div>ul>li>button {
    position: relative;
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: initial;
    border-radius: .25rem
}

body section[num="22"]>div>ul>li>div.s,
body section[num="22"]>div>ul>li>a.s,
body section[num="22"]>div>ul>li>button.s {
    padding-top: 75%
}

body section[num="22"]>div>ul>li>div.l,
body section[num="22"]>div>ul>li>a.l,
body section[num="22"]>div>ul>li>button.l {
    padding-top: 133.3333333333%
}

body section[num="22"]>div>ul>li>div:nth-child(1),
body section[num="22"]>div>ul>li>a:nth-child(1),
body section[num="22"]>div>ul>li>button:nth-child(1) {
    margin-top: 0
}

body section[num="22"]>div>ul>li>div>figure,
body section[num="22"]>div>ul>li>a>figure,
body section[num="22"]>div>ul>li>button>figure {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

body section[num="22"]>div>ul>li>div>figure:hover>figcaption,
body section[num="22"]>div>ul>li>a>figure:hover>figcaption,
body section[num="22"]>div>ul>li>button>figure:hover>figcaption {
    display: block;
    animation-name: section-022-content-show;
    animation-duration: .5s
}

body section[num="22"]>div>ul>li>div>figure>img,
body section[num="22"]>div>ul>li>a>figure>img,
body section[num="22"]>div>ul>li>button>figure>img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

body section[num="22"]>div>ul>li>div>figure>figcaption,
body section[num="22"]>div>ul>li>a>figure>figcaption,
body section[num="22"]>div>ul>li>button>figure>figcaption {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--col-system);
    opacity: .8
}

body section[num="22"]>div>ul>li>div>figure>figcaption>p,
body section[num="22"]>div>ul>li>a>figure>figcaption>p,
body section[num="22"]>div>ul>li>button>figure>figcaption>p {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    color: #fff
}

body section[num="22"]>div>ul>li>div>figure>figcaption>p>*,
body section[num="22"]>div>ul>li>a>figure>figcaption>p>*,
body section[num="22"]>div>ul>li>button>figure>figcaption>p>* {
    position: relative;
    vertical-align: inherit;
    width: initial;
    line-height: inherit !important;
    height: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit
}

body>footer[num="1"] {
    position: relative;
    display: block;
    width: inherit;
    height: initial
}

body>footer[num="1"]>svg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

body>footer[num="1"]>div {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1rem;
    width: 100%;
    max-width: var(--max-width);
    height: initial;
    font-size: 0;
    z-index: 2
}

@media screen and (max-width: 1139px) {
    body>footer[num="1"]>div {
        max-width: 480px
    }
}

body>footer[num="1"]>div>div:nth-child(1) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: initial
}

@media screen and (max-width: 1139px) {
    body>footer[num="1"]>div>div:nth-child(1) {
        display: block;
        width: 100%
    }
}

body>footer[num="1"]>div>div:nth-child(1)>h6 {
    position: relative;
    display: block;
    width: initial;
    height: initial;
    font-size: 1rem;
    color: #9f9f9f
}

body>footer[num="1"]>div>div:nth-child(1)>p {
    position: relative;
    display: block;
    margin-top: .25rem;
    width: initial;
    height: initial;
    font-size: .75rem;
    color: #9f9f9f
}

body>footer[num="1"]>div>div:nth-child(1)>ul {
    position: relative;
    display: block;
    margin-top: 1.25rem;
    width: 100%;
    height: initial;
    font-size: 0
}

body>footer[num="1"]>div>div:nth-child(1)>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    width: initial;
    height: initial
}

body>footer[num="1"]>div>div:nth-child(1)>ul>li:nth-last-child(1) {
    margin-right: 0
}

body>footer[num="1"]>div>div:nth-child(1)>ul>li>a {
    position: relative;
    display: block;
    width: initial;
    height: initial
}

body>footer[num="1"]>div>div:nth-child(1)>ul>li>a>i {
    position: relative;
    display: block;
    width: 1.25rem;
    line-height: 1.25rem;
    height: 1.25rem;
    font-size: 1.125rem;
    color: #9f9f9f
}

body>footer[num="1"]>div>ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px - 1px);
    height: initial
}

@media screen and (max-width: 1139px) {
    body>footer[num="1"]>div>ul {
        display: block;
        width: 100%
    }
}

body>footer[num="1"]>div>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 1px);
    height: initial
}

@media screen and (max-width: 1139px) {
    body>footer[num="1"]>div>ul>li {
        margin-top: 3rem;
        width: calc(50% - 1px)
    }
}

body>footer[num="1"]>div>ul>li>h6 {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
    font-size: .875rem;
    color: #9f9f9f
}

body>footer[num="1"]>div>ul>li>ul {
    position: relative;
    display: block;
    margin-top: 1.25rem;
    width: 100%;
    height: initial
}

body>footer[num="1"]>div>ul>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    height: initial
}

body>footer[num="1"]>div>ul>li>ul>li>a,
body>footer[num="1"]>div>ul>li>ul>li>button {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.875rem;
    height: initial;
    font-size: .875rem;
    color: #9f9f9f
}

body>footer[num="1"]>div>div:nth-last-child(1) {
    position: relative;
    display: block;
    margin-top: 3rem;
    height: 6rem;
    border-top: 1px solid var(--col-border)
}

body>footer[num="1"]>div>div:nth-last-child(1)>p,
body>footer[num="1"]>div>div:nth-last-child(1)>a,
body>footer[num="1"]>div>div:nth-last-child(1)>button {
    position: absolute;
    display: block;
    top: 2rem;
    bottom: 2rem;
    line-height: 2rem;
    font-size: .75rem;
    color: #9f9f9f
}

body>footer[num="1"]>div>div:nth-last-child(1)>p.left,
body>footer[num="1"]>div>div:nth-last-child(1)>a.left,
body>footer[num="1"]>div>div:nth-last-child(1)>button.left {
    left: 0
}

body>footer[num="1"]>div>div:nth-last-child(1)>p.right,
body>footer[num="1"]>div>div:nth-last-child(1)>a.right,
body>footer[num="1"]>div>div:nth-last-child(1)>button.right {
    right: 0
}

body>footer[num="1"]>div>div:nth-last-child(1)>p>p,
body>footer[num="1"]>div>div:nth-last-child(1)>p>b,
body>footer[num="1"]>div>div:nth-last-child(1)>p>i,
body>footer[num="1"]>div>div:nth-last-child(1)>p>strong,
body>footer[num="1"]>div>div:nth-last-child(1)>p>em,
body>footer[num="1"]>div>div:nth-last-child(1)>p>span,
body>footer[num="1"]>div>div:nth-last-child(1)>p>a,
body>footer[num="1"]>div>div:nth-last-child(1)>p>button,
body>footer[num="1"]>div>div:nth-last-child(1)>a>p,
body>footer[num="1"]>div>div:nth-last-child(1)>a>b,
body>footer[num="1"]>div>div:nth-last-child(1)>a>i,
body>footer[num="1"]>div>div:nth-last-child(1)>a>strong,
body>footer[num="1"]>div>div:nth-last-child(1)>a>em,
body>footer[num="1"]>div>div:nth-last-child(1)>a>span,
body>footer[num="1"]>div>div:nth-last-child(1)>a>a,
body>footer[num="1"]>div>div:nth-last-child(1)>a>button,
body>footer[num="1"]>div>div:nth-last-child(1)>button>p,
body>footer[num="1"]>div>div:nth-last-child(1)>button>b,
body>footer[num="1"]>div>div:nth-last-child(1)>button>i,
body>footer[num="1"]>div>div:nth-last-child(1)>button>strong,
body>footer[num="1"]>div>div:nth-last-child(1)>button>em,
body>footer[num="1"]>div>div:nth-last-child(1)>button>span,
body>footer[num="1"]>div>div:nth-last-child(1)>button>a,
body>footer[num="1"]>div>div:nth-last-child(1)>button>button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: inherit;
    color: inherit
}

/*# sourceMappingURL=index.css.map */