    @layer base {
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
    }
.mobile-mode {
    display: unset;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 7px 39px #00000029;
}

.header-container {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 64px;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 1;
    justify-content: space-between;
    width: 100%;
}

.logo {
    display: flex;

    .title {
        font-size: 16px;
        line-height: 16px;
    }
}

.group-logo {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.group-title {
    position: relative;
    margin-left: 15px;
}

.title font {
    font-size: 10px;
}

.title {
    line-height: 16px;
}

header nav {
    z-index: 9;
    display: flex;
}

.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header nav a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 20px;
    display: none;
    text-decoration: none;
}

ul.lang-menu {
    display: none;

    position: absolute;
    z-index: 9;
    top: 5px;
    align-items: center;
}

.changeLanguage {
    display: flex;
    position: relative;

    justify-content: center;

    z-index: 99;
}

.changeLanguage:hover ul.lang-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0.0521vw solid #00000021;
    border-radius: 0 0 0.5208vw 0.5208vw;
    overflow: hidden;
    background: #fff;
}

.lang-menu a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.8333vw;
    color: #000000;
    line-height: 2.3438vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    width: 100%;
}

ul.lang-menu a:hover {
    background: #333;
    color: #fff;
}


.hied {
    display: none;
}

.menu-btn {
    display: flex;
    padding: 4vw;
    align-items: center;
    flex-direction: row-reverse;
}

.menu-btn img {
    width: 5.3333vw;
    height: 5.3333vw;
}

input[type="checkbox"] {
    display: none;
}

#menu-switch:checked+.menu {
    display: flex;
    z-index: 666;
    justify-content: space-between;
}

.menu {
    display: none;
    position: fixed;
    background-color: #fff;
    height: calc(100% - 64px);
    width: 100%;
    top: 64px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0.5333vw 8.5333vw;
    overflow-y: hidden;
    overflow-x: hidden;
    touch-action: none;
}

.menu nav {
    display: flex;
    flex-direction: column;
}

.menu nav>a,
.menu nav>label {
    height: 14.9333vw;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 3.7333vw;
    color: #000;
    line-height: 14.9333vw;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 0.2667vw solid rgba(255, 255, 255, 0.19);
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu nav>a::after,
.menu nav>label::after {
    float: right;
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border: solid #fff;
    border-width: 0 0.2667vw 0.2667vw 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    right: 0;
    top: 50%;
}

#close {
    position: relative;
    width: 5.3333vw;
    height: 5.3333vw;
    margin-right: -5.3333vw;
}

#close::before,
#close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.5333vw;
    height: 100%;
    background-color: #ffffff;
    transform-origin: center;
}

#close::before {
    transform: translateX(-50%) rotate(45deg);
}

#close::after {
    transform: translateX(-50%) rotate(-45deg);
}

#lang-switch:checked+.m-lang-menu {
    display: flex;
}

.m-lang-menu {
    display: none;
    flex-direction: column;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.19);
    padding: 5.3333vw;
    border-radius: 0 0 2.6667vw 2.6667vw;
    text-align: center;
    overflow: auto;
}

.m-lang-menu a {
    padding: 3vw 0;
}

.menu nav>label span {
    margin-right: 5.3333vw;
}

.group-btn {
    border-top: 1px solid rgba(22, 25, 28, .08);
    text-align: center;
    display: flex;
    flex-direction: column;

    a {
        display: block;
        border-radius: 12px;
        padding: 14px 16px;

        margin-bottom: 16px;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1;
        letter-spacing: normal;
        color: #16191c;
        position: relative;
    }
}

a.get-button {
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;

    .text {
        z-index: 9;
        display: block;
        position: relative;
        padding: 0 20px;
        width: 100%;
    }
}

.button-bg {
    background-color: transparent;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.button-bg-1 {
    background: linear-gradient(115deg, rgba(251, 251, 251, 1) 0%, rgba(238, 239, 241, 1) 100%);
    background-color: transparent;
    border-radius: 85px;
    box-shadow: 3.200000047683716px 5px 8.729999542236328px #00000017;
    position: absolute;
    width: 100%;
    height: 100%;
}

.button-bg-2 {
    background: linear-gradient(115deg, rgba(252, 252, 252, 1) 0%, rgba(248, 248, 250, 1) 100%);
    background-color: transparent;
    border-radius: 85px;
    box-shadow: inset -1.6799999475479126px 3.200000047683716px 0px #ffffff, inset -1px -2px 0px #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
}

.button-bg-3 {
    background-color: transparent;
    border: none;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.button-bg-3::before {
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    background: linear-gradient(161deg, rgba(239, 239, 241, 1) 0%, rgba(238, 238, 240, 1) 43%, rgba(228, 228, 230, 1) 70%, rgba(224, 225, 231, 1) 100%);
    border-radius: 85px;
    content: '';
    inset: 0;
    mask-composite: exclude;
    padding: 1.5px;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

@media screen and (min-width: 1201px) {
    .header-container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

    .mobile-mode {
        display: none;
    }

    header nav a {
        display: unset;
    }

    .action {
        display: flex;
    }
}

.footer {
    background-color: #fff;

    :root {
        font-size: 10px;
    }

    .nav {
        max-width: 1200px;
        padding: 32px 16px 0;
        margin-inline: auto;
    }

    .grayBgContainer {
        display: flex;
        flex-direction: column;
        background-color: #f5f5f5;
        padding: 24px 16px;
        row-gap: 24px
    }

    @media screen and (min-width:1024px) {
        .grayBgContainer {
            padding: 32px 16px;
            row-gap: 32px
        }
    }

    ._mDScK {
        display: grid;
        grid-gap: 16px;
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
        padding: 0
    }

    @media screen and (min-width:768px) {
        ._mDScK {
            grid-template-columns: repeat(5, 1fr)
        }
    }

    @media screen and (min-width:1024px) {
        ._mDScK {
            grid-template-columns: repeat(auto-fit, minmax(88px, 1fr))
        }
    }

    @layer base {
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        html {
            font-size: 10px;
            position: relative
        }

        body {
            font-family: Inter, sans-serif;
            font-weight: 400;
            font-size: 1.6rem;
            line-height: 1.5;
            letter-spacing: -.4px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        #__next,
        body,
        html {
            height: 100%
        }

        #__next {
            display: flex;
            flex-direction: column
        }

        @supports(font:-apple-system-body) and (-webkit-appearance:none) {
            img[loading=lazy] {
                -webkit-clip-path: inset(.6px);
                clip-path: inset(.6px)
            }

            button:focus {
                outline: none
            }
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
            margin: 0
        }

        a {
            color: inherit;
            text-decoration: none
        }

        [class^=page-research-dql] {
            background-color: #16191c
        }
    }

    @layer grid {
        ._8BkFQ {
            width: 1200px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-right: 16px;
            padding-left: 16px
        }

        @media(max-width:1200px) {
            ._8BkFQ {
                width: 100%
            }
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            flex: 0 1 auto;
            column-gap: 16px;
            row-gap: 16px;
            width: 100%
        }

        @media screen and (min-width:1024px) {
            .row {
                column-gap: 32px
            }
        }

        .row>* {
            min-width: 0
        }

        @supports not (column-gap:32px) {
            .row>* {
                margin: 0 calc(16px/2)
            }

            @media screen and (min-width:1024px) {
                .row>* {
                    margin: 0 calc(32px/2)
                }
            }
        }

        ._55aDa {
            flex-basis: 0;
            flex-grow: 1
        }

        ._uspw5 {
            flex-basis: calc(8.3333%*1 - 16px/12*(12 - 1));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._uspw5 {
                flex-basis: calc(8.3333%*1 - 32px/12*(12 - 1))
            }
        }

        ._cy8Ir {
            flex-basis: calc(8.3333%*2 - 16px/12*(12 - 2));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._cy8Ir {
                flex-basis: calc(8.3333%*2 - 32px/12*(12 - 2))
            }
        }

        ._zPvmu {
            flex-basis: calc(8.3333%*3 - 16px/12*(12 - 3));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._zPvmu {
                flex-basis: calc(8.3333%*3 - 32px/12*(12 - 3))
            }
        }

        ._XqmTe {
            flex-basis: calc(8.3333%*4 - 16px/12*(12 - 4));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._XqmTe {
                flex-basis: calc(8.3333%*4 - 32px/12*(12 - 4))
            }
        }

        ._z4Lau {
            flex-basis: calc(8.3333%*5 - 16px/12*(12 - 5));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._z4Lau {
                flex-basis: calc(8.3333%*5 - 32px/12*(12 - 5))
            }
        }

        .col6 {
            flex-basis: calc(8.3333%*6 - 16px/12*(12 - 6));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            .col6 {
                flex-basis: calc(8.3333%*6 - 32px/12*(12 - 6))
            }
        }

        ._UaT1C {
            flex-basis: calc(8.3333%*7 - 16px/12*(12 - 7));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._UaT1C {
                flex-basis: calc(8.3333%*7 - 32px/12*(12 - 7))
            }
        }

        ._DNxcP {
            flex-basis: calc(8.3333%*8 - 16px/12*(12 - 8));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._DNxcP {
                flex-basis: calc(8.3333%*8 - 32px/12*(12 - 8))
            }
        }

        ._Y0nEn {
            flex-basis: calc(8.3333%*9 - 16px/12*(12 - 9));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._Y0nEn {
                flex-basis: calc(8.3333%*9 - 32px/12*(12 - 9))
            }
        }

        ._SViwI {
            flex-basis: calc(8.3333%*10 - 16px/12*(12 - 10));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._SViwI {
                flex-basis: calc(8.3333%*10 - 32px/12*(12 - 10))
            }
        }

        ._xeqQg {
            flex-basis: calc(8.3333%*11 - 16px/12*(12 - 11));
            flex-grow: unset
        }

        @media screen and (min-width:1024px) {
            ._xeqQg {
                flex-basis: calc(8.3333%*11 - 32px/12*(12 - 11))
            }
        }

        .col12 {
            flex-basis: 100%
        }


        @media only screen and (min-width:426px) {
            ._M14b0 {
                flex-basis: 0;
                flex-grow: 1
            }

            ._2G5BQ {
                flex-basis: calc(8.3333%*1 - 16px/12*(12 - 1));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._2G5BQ {
                flex-basis: calc(8.3333%*1 - 32px/12*(12 - 1))
            }
        }

        @media only screen and (min-width:426px) {
            ._YOTbD {
                flex-basis: calc(8.3333%*2 - 16px/12*(12 - 2));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._YOTbD {
                flex-basis: calc(8.3333%*2 - 32px/12*(12 - 2))
            }
        }

        @media only screen and (min-width:426px) {
            ._vCXGK {
                flex-basis: calc(8.3333%*3 - 16px/12*(12 - 3));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._vCXGK {
                flex-basis: calc(8.3333%*3 - 32px/12*(12 - 3))
            }
        }

        @media only screen and (min-width:426px) {
            ._S17hB {
                flex-basis: calc(8.3333%*4 - 16px/12*(12 - 4));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._S17hB {
                flex-basis: calc(8.3333%*4 - 32px/12*(12 - 4))
            }
        }

        @media only screen and (min-width:426px) {
            ._nfGpB {
                flex-basis: calc(8.3333%*5 - 16px/12*(12 - 5));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._nfGpB {
                flex-basis: calc(8.3333%*5 - 32px/12*(12 - 5))
            }
        }

        @media only screen and (min-width:426px) {
            ._xpMwu {
                flex-basis: calc(8.3333%*6 - 16px/12*(12 - 6));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._xpMwu {
                flex-basis: calc(8.3333%*6 - 32px/12*(12 - 6))
            }
        }

        @media only screen and (min-width:426px) {
            ._TxAZn {
                flex-basis: calc(8.3333%*7 - 16px/12*(12 - 7));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._TxAZn {
                flex-basis: calc(8.3333%*7 - 32px/12*(12 - 7))
            }
        }

        @media only screen and (min-width:426px) {
            ._u9Fd9 {
                flex-basis: calc(8.3333%*8 - 16px/12*(12 - 8));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._u9Fd9 {
                flex-basis: calc(8.3333%*8 - 32px/12*(12 - 8))
            }
        }

        @media only screen and (min-width:426px) {
            ._AxcKO {
                flex-basis: calc(8.3333%*9 - 16px/12*(12 - 9));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._AxcKO {
                flex-basis: calc(8.3333%*9 - 32px/12*(12 - 9))
            }
        }

        @media only screen and (min-width:426px) {
            ._099np {
                flex-basis: calc(8.3333%*10 - 16px/12*(12 - 10));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._099np {
                flex-basis: calc(8.3333%*10 - 32px/12*(12 - 10))
            }
        }

        @media only screen and (min-width:426px) {
            ._KdMi2 {
                flex-basis: calc(8.3333%*11 - 16px/12*(12 - 11));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:426px)and (min-width:1024px) {
            ._KdMi2 {
                flex-basis: calc(8.3333%*11 - 32px/12*(12 - 11))
            }
        }

        @media only screen and (min-width:426px) {
            ._8fPFP {
                flex-basis: 100%
            }
        }

        @media only screen and (min-width:768px) {
            ._mKZ7T {
                flex-basis: 0;
                flex-grow: 1
            }

            ._Knqxp {
                flex-basis: calc(8.3333%*1 - 16px/12*(12 - 1));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._Knqxp {
                flex-basis: calc(8.3333%*1 - 32px/12*(12 - 1))
            }
        }

        @media only screen and (min-width:768px) {
            ._Rxt04 {
                flex-basis: calc(8.3333%*2 - 16px/12*(12 - 2));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._Rxt04 {
                flex-basis: calc(8.3333%*2 - 32px/12*(12 - 2))
            }
        }

        @media only screen and (min-width:768px) {
            .colSm3 {
                flex-basis: calc(8.3333%*3 - 16px/12*(12 - 3));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            .colSm3 {
                flex-basis: calc(8.3333%*3 - 32px/12*(12 - 3))
            }
        }

        @media only screen and (min-width:768px) {
            ._1rwW7 {
                flex-basis: calc(8.3333%*4 - 16px/12*(12 - 4));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._1rwW7 {
                flex-basis: calc(8.3333%*4 - 32px/12*(12 - 4))
            }
        }

        @media only screen and (min-width:768px) {
            ._QTd0s {
                flex-basis: calc(8.3333%*5 - 16px/12*(12 - 5));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._QTd0s {
                flex-basis: calc(8.3333%*5 - 32px/12*(12 - 5))
            }
        }

        @media only screen and (min-width:768px) {
            ._xBuBt {
                flex-basis: calc(8.3333%*6 - 16px/12*(12 - 6));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._xBuBt {
                flex-basis: calc(8.3333%*6 - 32px/12*(12 - 6))
            }
        }

        @media only screen and (min-width:768px) {
            ._6mRGy {
                flex-basis: calc(8.3333%*7 - 16px/12*(12 - 7));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._6mRGy {
                flex-basis: calc(8.3333%*7 - 32px/12*(12 - 7))
            }
        }

        @media only screen and (min-width:768px) {
            ._LPMcO {
                flex-basis: calc(8.3333%*8 - 16px/12*(12 - 8));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._LPMcO {
                flex-basis: calc(8.3333%*8 - 32px/12*(12 - 8))
            }
        }

        @media only screen and (min-width:768px) {
            ._Lyrf0 {
                flex-basis: calc(8.3333%*9 - 16px/12*(12 - 9));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._Lyrf0 {
                flex-basis: calc(8.3333%*9 - 32px/12*(12 - 9))
            }
        }

        @media only screen and (min-width:768px) {
            ._iPX0Z {
                flex-basis: calc(8.3333%*10 - 16px/12*(12 - 10));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._iPX0Z {
                flex-basis: calc(8.3333%*10 - 32px/12*(12 - 10))
            }
        }

        @media only screen and (min-width:768px) {
            ._YyPTz {
                flex-basis: calc(8.3333%*11 - 16px/12*(12 - 11));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:768px)and (min-width:1024px) {
            ._YyPTz {
                flex-basis: calc(8.3333%*11 - 32px/12*(12 - 11))
            }
        }

        @media only screen and (min-width:768px) {
            ._GUW9O {
                flex-basis: 100%
            }
        }

        @media only screen and (min-width:992px) {
            ._UFy2O {
                flex-basis: 0;
                flex-grow: 1
            }

            ._JB1V8 {
                flex-basis: calc(8.3333%*1 - 16px/12*(12 - 1));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._JB1V8 {
                flex-basis: calc(8.3333%*1 - 32px/12*(12 - 1))
            }
        }

        @media only screen and (min-width:992px) {
            .colTb2 {
                flex-basis: calc(8.3333%*2 - 16px/12*(12 - 2));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            .colTb2 {
                flex-basis: calc(8.3333%*2 - 32px/12*(12 - 2))
            }
        }

        @media only screen and (min-width:992px) {
            ._Qbufj {
                flex-basis: calc(8.3333%*3 - 16px/12*(12 - 3));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._Qbufj {
                flex-basis: calc(8.3333%*3 - 32px/12*(12 - 3))
            }
        }

        @media only screen and (min-width:992px) {
            ._nc3kU {
                flex-basis: calc(8.3333%*4 - 16px/12*(12 - 4));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._nc3kU {
                flex-basis: calc(8.3333%*4 - 32px/12*(12 - 4))
            }
        }

        @media only screen and (min-width:992px) {
            ._mJ9PL {
                flex-basis: calc(8.3333%*5 - 16px/12*(12 - 5));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._mJ9PL {
                flex-basis: calc(8.3333%*5 - 32px/12*(12 - 5))
            }
        }

        @media only screen and (min-width:992px) {
            ._TxVkP {
                flex-basis: calc(8.3333%*6 - 16px/12*(12 - 6));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._TxVkP {
                flex-basis: calc(8.3333%*6 - 32px/12*(12 - 6))
            }
        }

        @media only screen and (min-width:992px) {
            ._WqX05 {
                flex-basis: calc(8.3333%*7 - 16px/12*(12 - 7));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._WqX05 {
                flex-basis: calc(8.3333%*7 - 32px/12*(12 - 7))
            }
        }

        @media only screen and (min-width:992px) {
            ._f1tTy {
                flex-basis: calc(8.3333%*8 - 16px/12*(12 - 8));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._f1tTy {
                flex-basis: calc(8.3333%*8 - 32px/12*(12 - 8))
            }
        }

        @media only screen and (min-width:992px) {
            ._kFriG {
                flex-basis: calc(8.3333%*9 - 16px/12*(12 - 9));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._kFriG {
                flex-basis: calc(8.3333%*9 - 32px/12*(12 - 9))
            }
        }

        @media only screen and (min-width:992px) {
            ._jtAia {
                flex-basis: calc(8.3333%*10 - 16px/12*(12 - 10));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._jtAia {
                flex-basis: calc(8.3333%*10 - 32px/12*(12 - 10))
            }
        }

        @media only screen and (min-width:992px) {
            ._uvSC6 {
                flex-basis: calc(8.3333%*11 - 16px/12*(12 - 11));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:992px)and (min-width:1024px) {
            ._uvSC6 {
                flex-basis: calc(8.3333%*11 - 32px/12*(12 - 11))
            }
        }

        @media only screen and (min-width:992px) {
            ._qe2YK {
                flex-basis: 100%
            }
        }

        @media only screen and (min-width:1024px) {
            ._sw2Qq {
                flex-basis: 0;
                flex-grow: 1
            }

            ._VSFfz {
                flex-basis: calc(8.3333%*1 - 16px/12*(12 - 1));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._VSFfz {
                flex-basis: calc(8.3333%*1 - 32px/12*(12 - 1))
            }
        }

        @media only screen and (min-width:1024px) {
            ._4oW5g {
                flex-basis: calc(8.3333%*2 - 16px/12*(12 - 2));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._4oW5g {
                flex-basis: calc(8.3333%*2 - 32px/12*(12 - 2))
            }
        }

        @media only screen and (min-width:1024px) {
            ._Up0Mn {
                flex-basis: calc(8.3333%*3 - 16px/12*(12 - 3));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._Up0Mn {
                flex-basis: calc(8.3333%*3 - 32px/12*(12 - 3))
            }
        }

        @media only screen and (min-width:1024px) {
            ._DaLb8 {
                flex-basis: calc(8.3333%*4 - 16px/12*(12 - 4));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._DaLb8 {
                flex-basis: calc(8.3333%*4 - 32px/12*(12 - 4))
            }
        }

        @media only screen and (min-width:1024px) {
            ._VCh8W {
                flex-basis: calc(8.3333%*5 - 16px/12*(12 - 5));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._VCh8W {
                flex-basis: calc(8.3333%*5 - 32px/12*(12 - 5))
            }
        }

        @media only screen and (min-width:1024px) {
            ._HTO0p {
                flex-basis: calc(8.3333%*6 - 16px/12*(12 - 6));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._HTO0p {
                flex-basis: calc(8.3333%*6 - 32px/12*(12 - 6))
            }
        }

        @media only screen and (min-width:1024px) {
            ._bHllJ {
                flex-basis: calc(8.3333%*7 - 16px/12*(12 - 7));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._bHllJ {
                flex-basis: calc(8.3333%*7 - 32px/12*(12 - 7))
            }
        }

        @media only screen and (min-width:1024px) {
            ._WAgrA {
                flex-basis: calc(8.3333%*8 - 16px/12*(12 - 8));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._WAgrA {
                flex-basis: calc(8.3333%*8 - 32px/12*(12 - 8))
            }
        }

        @media only screen and (min-width:1024px) {
            ._x0PoA {
                flex-basis: calc(8.3333%*9 - 16px/12*(12 - 9));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._x0PoA {
                flex-basis: calc(8.3333%*9 - 32px/12*(12 - 9))
            }
        }

        @media only screen and (min-width:1024px) {
            ._PgYuR {
                flex-basis: calc(8.3333%*10 - 16px/12*(12 - 10));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._PgYuR {
                flex-basis: calc(8.3333%*10 - 32px/12*(12 - 10))
            }
        }

        @media only screen and (min-width:1024px) {
            ._xl4rM {
                flex-basis: calc(8.3333%*11 - 16px/12*(12 - 11));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1024px)and (min-width:1024px) {
            ._xl4rM {
                flex-basis: calc(8.3333%*11 - 32px/12*(12 - 11))
            }
        }

        @media only screen and (min-width:1024px) {
            ._QiLmH {
                flex-basis: 100%
            }
        }

        @media only screen and (min-width:1201px) {
            ._dL3qs {
                flex-basis: 0;
                flex-grow: 1
            }

            ._IZgLr {
                flex-basis: calc(8.3333%*1 - 16px/12*(12 - 1));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._IZgLr {
                flex-basis: calc(8.3333%*1 - 32px/12*(12 - 1))
            }
        }

        @media only screen and (min-width:1201px) {
            ._kxgaQ {
                flex-basis: calc(8.3333%*2 - 16px/12*(12 - 2));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._kxgaQ {
                flex-basis: calc(8.3333%*2 - 32px/12*(12 - 2))
            }
        }

        @media only screen and (min-width:1201px) {
            ._ngWFK {
                flex-basis: calc(8.3333%*3 - 16px/12*(12 - 3));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._ngWFK {
                flex-basis: calc(8.3333%*3 - 32px/12*(12 - 3))
            }
        }

        @media only screen and (min-width:1201px) {
            ._Jkjjz {
                flex-basis: calc(8.3333%*4 - 16px/12*(12 - 4));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._Jkjjz {
                flex-basis: calc(8.3333%*4 - 32px/12*(12 - 4))
            }
        }

        @media only screen and (min-width:1201px) {
            ._WFWL3 {
                flex-basis: calc(8.3333%*5 - 16px/12*(12 - 5));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._WFWL3 {
                flex-basis: calc(8.3333%*5 - 32px/12*(12 - 5))
            }
        }

        @media only screen and (min-width:1201px) {
            ._L6GDC {
                flex-basis: calc(8.3333%*6 - 16px/12*(12 - 6));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._L6GDC {
                flex-basis: calc(8.3333%*6 - 32px/12*(12 - 6))
            }
        }

        @media only screen and (min-width:1201px) {
            ._UJf7m {
                flex-basis: calc(8.3333%*7 - 16px/12*(12 - 7));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._UJf7m {
                flex-basis: calc(8.3333%*7 - 32px/12*(12 - 7))
            }
        }

        @media only screen and (min-width:1201px) {
            ._8o95s {
                flex-basis: calc(8.3333%*8 - 16px/12*(12 - 8));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._8o95s {
                flex-basis: calc(8.3333%*8 - 32px/12*(12 - 8))
            }
        }

        @media only screen and (min-width:1201px) {
            ._tLQlB {
                flex-basis: calc(8.3333%*9 - 16px/12*(12 - 9));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._tLQlB {
                flex-basis: calc(8.3333%*9 - 32px/12*(12 - 9))
            }
        }

        @media only screen and (min-width:1201px) {
            ._USAc9 {
                flex-basis: calc(8.3333%*10 - 16px/12*(12 - 10));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._USAc9 {
                flex-basis: calc(8.3333%*10 - 32px/12*(12 - 10))
            }
        }

        @media only screen and (min-width:1201px) {
            ._DD89j {
                flex-basis: calc(8.3333%*11 - 16px/12*(12 - 11));
                flex-grow: unset
            }
        }

        @media only screen and (min-width:1201px)and (min-width:1024px) {
            ._DD89j {
                flex-basis: calc(8.3333%*11 - 32px/12*(12 - 11))
            }
        }

        @media only screen and (min-width:1201px) {
            ._IrtDS {
                flex-basis: 100%
            }
        }
    }


    .logoWrapper,
    ._hHa6o {
        display: flex;
        align-items: center
    }

    .logoWrapper {
        height: 32px
    }

    @media screen and (min-width:1024px) {
        .logoWrapper {
            margin-right: 8px
        }
    }

    @media screen and (min-width:1201px) {
        .logoWrapper {
            margin-right: 24px
        }
    }

    .app {
        display: block;
        padding: 16px 8px;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        color: #333;
        transition-property: background-color, color;
        transition-duration: .3s
    }

    .app:active,
    .app:hover {
        background-color: #1e2327;
        color: #fff
    }

    .appIcon {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto 8px
    }

    .iconTitle {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.33;
        letter-spacing: 0;
        margin-bottom: 0;
        display: block
    }

    .nav {
        max-width: 1200px;
        padding: 32px 16px 0;
        margin-inline: auto
    }

    @media screen and (min-width:768px) {
        .nav {
            padding: 48px 16px 24px
        }
    }

    @media screen and (min-width:992px) {
        .nav {
            padding: 64px 16px 32px
        }
    }

    .listTitle {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.71;
        letter-spacing: .2px;
        margin-bottom: 16px;
        color: #333
    }

    .list {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-bottom: 24px;
        gap: 12px
    }

    @media screen and (min-width:768px) {
        .list:last-child {
            margin-bottom: unset
        }
    }

    @media screen and (min-width:1024px) {
        .list {
            margin-bottom: 32px;
            gap: 8px
        }
    }

    .listItem {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.33;
        letter-spacing: 0;
        margin-bottom: 0;
        color: #333;
        padding: 4px 0
    }

    .listItem._m6vBk {
        margin-bottom: 16px
    }

    .listItem .link {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        transition: border-color .3s, color .3s
    }

    .listItem .link:hover {
        color: #333;
        border-color: #fff
    }

    @media screen and (min-width:1201px) {
        .listItem .link._jQoQs {
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 4px
        }
    }

    .appIcon {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto 8px
    }

    .iconTitle {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.33;
        letter-spacing: 0;
        margin-bottom: 0;
        display: block
    }

    .nav {
        max-width: 1200px;
        padding: 32px 16px 0;
        margin-inline: auto
    }

    @media screen and (min-width:768px) {
        .nav {
            padding: 48px 16px 24px
        }
    }

    @media screen and (min-width:992px) {
        .nav {
            padding: 64px 16px 32px
        }
    }

    .divider {
        border-radius: 8px;
        margin: 0 auto;
        max-width: 1168px;
        height: 1px;
        width: 100%;
        background-color: #393e41
    }

    ._VOSxZ {
        display: flex;
        justify-content: center
    }

    ._crmtD {
        width: 100%
    }

    @media screen and (min-width:1024px) {
        ._crmtD {
            max-width: 1168px
        }
    }

    ._8HYsn {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    @media screen and (min-width:768px) {
        ._8HYsn {
            flex-direction: row;
            column-gap: 16px;
            align-items: center
        }
    }

    ._o86gB {
        display: flex;
        column-gap: 8px
    }

    ._PGlyA {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;
        margin-bottom: 24px
    }

    @media screen and (min-width:768px) {
        ._PGlyA {
            margin-bottom: 0
        }
    }

    ._VOZ8E {
        padding: 12px
    }

    @media screen and (min-width:768px) {
        ._VOZ8E {
            padding: 4px 0
        }
    }


    ._8KkCG,
    ._XPhID,
    ._acwsB {
        display: block;
        color: #333
    }

    ._8KkCG,
    ._acwsB {
        width: 24px;
        height: 24px
    }

    ._XPhID {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.33;
        letter-spacing: 0;
        margin-bottom: 0
    }


    ._6QY3a {
        display: flex;
        flex-direction: column
    }

    @media screen and (min-width:768px) {
        ._6QY3a {
            display: none
        }
    }

    ._NcYjm {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 24px 16px;
        gap: 24px 32px
    }

    @media screen and (min-width:768px) {
        ._NcYjm {
            flex-direction: row
        }
    }

    @media screen and (min-width:1024px) {
        ._NcYjm {
            align-items: flex-end;
            padding: 32px 16px
        }
    }

    ._QLixO {
        display: flex;
        flex-direction: column
    }

    @media screen and (min-width:768px) {
        ._QLixO {
            max-width: 423px
        }
    }

    @media screen and (min-width:1024px) {
        ._QLixO {
            max-width: 468px
        }
    }

    ._KnVK7,
    ._nKImQ,
    ._nkz6C {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0
    }

    ._nKImQ,
    ._nkz6C {
        line-height: 1.67;
        letter-spacing: .2px;
        color: #333
    }

    ._D5IGK {
        margin: 0 8px;
        color: #333
    }
}



section.about-view {
    overflow: hidden;
    display: flex;

    .about-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;

        margin: 5.2083vw 1.0417vw;
    }

    .about-menu a {
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 40px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        text-decoration: none;
        background-color: #F8F8F8;

        border-radius: 40px;
        display: block;
        width: 120px;
        margin: 10px;
    
        
    }

    .about-menu a.isActive {
        color: #fff;
        background: #000;
    }

    pre {
        word-break: break-word;
        white-space: break-spaces;
        font-family: PingFang SC, PingFang SC;

        color: #000000;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    h2 {
        text-align: center;
    }

    small {
        text-align: center;
    }

    .content {
        display: flex;
        flex-direction: column;
    }
}

section.about-view section {
    padding: 3.125vw 0;
    width: 1200px;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}

@media (max-width: 1200px) {
    section.about-view section{
text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
        .about-menu{
    display: flex;
    flex-direction: row;
    a{
        width:auto;
                padding: 1vw 5vw;
    }
}
    }
}