:root {
    --pnk: #ffb6d9;
    --ppnk: #ffd9ec;
    --crm: #fff8f3;
    --lav: #cdb7ff;
    --sky: #bfe7ff;
    --mnt: #c8f7dc;
    --tdrk: #2f2a3a;
    --tmut: #6b637a;
    --wht: #fff;
    --ag: linear-gradient(135deg, var(--pnk), var(--lav), var(--sky));
    --pg: linear-gradient(135deg, var(--pnk), var(--ppnk));
    --glbg: rgba(255, 255, 255, 0.7);
    --glbd: rgba(255, 255, 255, 0.4);
    --shs: 0 10px 30px rgba(205, 183, 255, 0.15);
    --shh: 0 15px 40px rgba(255, 182, 217, 0.3);
    --rsm: 12px;
    --rmd: 20px;
    --rlg: 32px;
    --rpl: 100px;
    --tf: all 0.2s ease;
    --ts: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-family: 'Nunito', sans-serif;
    color: var(--tdrk);
    background: var(--wht);
    line-height: 1.6;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
.logo,
.btn {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

.cn {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.t-g {
    background: var(--ag);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.tp {
    color: var(--pnk)
}

.tl {
    color: var(--lav)
}

.tsky {
    color: var(--sky)
}

.tm {
    color: var(--mnt)
}

.bc {
    background: var(--crm)
}

.bp {
    background: var(--pnk);
    color: #fff
}

.b-lav {
    background: var(--lav);
    color: #fff
}

.bsb {
    background: var(--sky);
    color: var(--tdrk)
}

.bm {
    background: var(--mnt);
    color: var(--tdrk)
}

.bpg {
    background: var(--pg);
    color: #fff
}

.ctr {
    text-align: center
}

.rz {
    position: relative;
    z-index: 10
}

.st {
    display: inline-block;
    padding: 6px 16px;
    background: var(--ppnk);
    color: var(--pnk);
    border-radius: var(--rpl);
    font-weight: 800;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px
}

.sti {
    font-size: 2.5rem;
    margin-bottom: 16px;
    line-height: 1.2
}

.sds {
    color: var(--tmut);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 40px
}

.wv {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5
}

.wv.btm {
    bottom: -1px
}

.wv svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 60px
}

.iv path {
    fill: var(--wht)
}

.gc {
    background: var(--glbg);
    backdrop-filter: blur(12px);
    border: 1px solid var(--glbd);
    border-radius: var(--rlg);
    box-shadow: var(--shs)
}

.cglow {
    position: fixed;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 182, 217, 0.4) 0%, rgba(255, 182, 217, 0) 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: multiply;
    opacity: 0
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--wht);
    z-index: 10000;
    transition: opacity .5s
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--rpl);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--ts);
    border: none
}

.btn-l {
    padding: 16px 32px;
    font-size: 1.1rem
}

.b-pri {
    background: var(--tdrk);
    color: var(--wht);
    box-shadow: 0 4px 15px rgba(47, 42, 58, .2)
}

.b-pri:hover {
    background: var(--pnk);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 182, 217, .4)
}

.b-sec {
    background: #5865f2;
    color: #fff
}

.b-sec:hover {
    background: #4752c4;
    transform: translateY(-2px)
}

.b-gl {
    background: var(--glbg);
    border: 1px solid var(--glbd);
    color: var(--tdrk)
}

.b-gl:hover {
    background: #fff;
    transform: translateY(-2px)
}

.b-o {
    background: 0 0;
    border: 2px solid var(--tdrk);
    color: var(--tdrk)
}

.b-o:hover {
    background: var(--tdrk);
    color: #fff
}

.hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
    transition: var(--ts)
}

.hdr.scrolled {
    padding: 12px 0;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--glbd);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05)
}

.hdr-cn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 8px
}

.logoi {
    color: var(--pnk);
    font-size: 1.8rem
}

.nav {
    display: flex;
    gap: 32px
}

.nav a {
    font-weight: 700;
    color: var(--tmut);
    transition: var(--tf);
    position: relative
}

.nav a:hover {
    color: var(--tdrk)
}

.hbtn {
    display: flex;
    gap: 12px;
    align-items: center
}

.mtog {
    display: none;
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    color: var(--tdrk)
}

.mmenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--wht);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: var(--ts);
    border-bottom: 1px solid var(--glbd)
}

.mmenu.act {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.hero {
    position: relative;
    padding: 160px 0 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden
}

.bg-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bl {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .6;
    animation: float 10s ease-in-out infinite alternate
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}

.t-l {
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: var(--ppnk)
}

.b-r {
    bottom: -50px;
    right: -50px;
    width: 500px;
    height: 500px;
    background: var(--sky);
    animation-delay: -5s
}

.h-cn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.hc {
    max-width: 600px
}

.hbdg {
    display: inline-flex;
    padding: 8px 16px;
    background: var(--wht);
    border: 1px solid var(--glbd);
    border-radius: var(--rpl);
    font-weight: 700;
    margin-bottom: 24px;
    box-shadow: var(--shs)
}

.hti {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px
}

.hds {
    font-size: 1.2rem;
    color: var(--tmut);
    margin-bottom: 32px
}

.hcg {
    display: flex;
    gap: 16px;
    margin-bottom: 32px
}

.tbdg {
    display: flex;
    gap: 16px;
    margin-bottom: 40px
}

.tb {
    font-size: .9rem;
    color: var(--tmut);
    font-weight: 600
}

.tb i {
    color: var(--mnt)
}

.schp {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.sc {
    padding: 10px 16px;
    background: var(--wht);
    border-radius: var(--rsm);
    font-weight: 700;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03)
}

.sc i {
    color: var(--lav)
}

.p-c {
    border: 1px solid var(--pnk)
}

.pd {
    width: 10px;
    height: 10px;
    background: var(--pnk);
    border-radius: 50%;
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 182, 217, .7)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 182, 217, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 182, 217, 0)
    }
}

.lm {
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.mh {
    background: rgba(255, 255, 255, .5);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--glbd)
}

.md {
    display: flex;
    gap: 6px
}

.md span {
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.md span:nth-child(1) {
    background: #ff5f56
}

.md span:nth-child(2) {
    background: #ffbd2e
}

.md span:nth-child(3) {
    background: #27c93f
}

.mti {
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    font-size: .9rem;
    color: var(--tmut)
}

.mb {
    display: flex;
    flex-grow: 1
}

.msb {
    width: 80px;
    background: rgba(255, 255, 255, .3);
    border-right: 1px solid var(--glbd);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px
}

.mav {
    width: 40px;
    height: 40px;
    background: var(--pnk);
    border-radius: 8px
}

.mn {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center
}

.ni {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .05)
}

.ni.act {
    background: var(--lav)
}

.mc {
    flex-grow: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.mbn {
    width: 100%;
    height: 60%;
    background: var(--ag);
    border-radius: var(--rsm)
}

.mpr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto
}

.mil {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 60%
}

.ln {
    height: 8px;
    background: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.ln.s {
    width: 50%
}

.ln.l {
    width: 80%
}

.mbt {
    padding: 10px 24px;
    background: var(--tdrk);
    color: #fff;
    border-radius: var(--rsm);
    font-weight: 800;
    font-size: .9rem
}

.mw {
    position: absolute;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2
}

.mw i {
    font-size: 1.5rem;
    color: var(--pnk)
}

.mw span {
    display: block;
    font-size: .8rem;
    color: var(--tmut)
}

.mw strong {
    display: block;
    font-size: 1rem
}

.w1 {
    top: -20px;
    right: -20px
}

.w2 {
    bottom: 40px;
    left: -30px
}

.fl {
    animation: f 6s ease-in-out infinite
}

.fld {
    animation: f 6s ease-in-out infinite 3s
}

@keyframes f {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.fs {
    padding: 60px 0 100px;
    position: relative;
    z-index: 2
}

.fc-cn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.fc {
    flex: 1;
    min-width: 200px;
    padding: 30px 20px;
    text-align: center;
    transition: var(--ts);
    background: var(--wht)
}

.fc:hover {
    transform: translateY(-10px);
    box-shadow: var(--shh)
}

.fi {
    width: 60px;
    height: 60px;
    border-radius: var(--rpl);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px
}

.fc h3 {
    font-size: 1.2rem;
    margin-bottom: 10px
}

.fc p {
    font-size: .95rem;
    color: var(--tmut)
}

.wj {
    padding: 60px 0 120px
}

.wj-cn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.wjt {
    padding-right: 40px
}

.wjt .sds {
    margin-left: 0
}

.wjc {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ic {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: var(--wht);
    transition: var(--ts)
}

.ic:hover {
    transform: translateX(10px)
}

.ii {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--ppnk);
    color: var(--pnk);
    border-radius: var(--rsm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

.in h4 {
    font-size: 1.2rem;
    margin-bottom: 6px
}

.in p {
    font-size: .95rem;
    color: var(--tmut)
}

.gal {
    padding: 100px 0;
    position: relative
}

.gg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.gi {
    border-radius: var(--rlg);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    cursor: pointer
}

.im {
    width: 100%;
    height: 100%
}

.g1 {
    background: linear-gradient(45deg, #ff9a9e, #fecfef)
}

.g2 {
    background: linear-gradient(45deg, #a18cd1, #fbc2eb)
}

.g3 {
    background: linear-gradient(45deg, #84fab0, #8fd3f4)
}

.g4 {
    background: linear-gradient(45deg, #fccb90, #d57eeb)
}

.g5 {
    background: linear-gradient(45deg, #e0c3fc, #8ec5fc)
}

.g6 {
    background: linear-gradient(45deg, #f6d365, #fda085)
}

.go {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47, 42, 58, .6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: var(--ts)
}

.gi:hover .go {
    opacity: 1
}

.go i {
    font-size: 2rem;
    margin-bottom: 10px
}

.go span {
    font-weight: 700
}

.lb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--ts)
}

.lb.act {
    display: flex;
    opacity: 1
}

.lbc {
    position: absolute;
    top: 30px;
    right: 30px;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer
}

.lbcnt {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 90%;
    max-width: 1000px
}

.lbp,
.lbn {
    background: rgba(255, 255, 255, .2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    transition: var(--tf)
}

.lbp:hover,
.lbn:hover {
    background: var(--pnk)
}

.lbig {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.lbm {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: var(--rsm)
}

.lbcp {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700
}

.ss {
    padding: 60px 0 100px
}

.ssc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.sb {
    padding: 30px;
    text-align: center;
    background: var(--wht)
}

.si {
    font-size: 2rem;
    color: var(--lav);
    margin-bottom: 16px
}

.sb h3 {
    font-size: 2.5rem;
    margin-bottom: 8px
}

.sb p {
    font-weight: 700;
    color: var(--tmut)
}

.hj {
    padding: 100px 0 160px;
    position: relative
}

.stc {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px
}

.sln {
    position: absolute;
    top: 30px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: var(--glbd);
    z-index: 0
}

.spc {
    padding: 40px 30px;
    text-align: center;
    background: var(--wht);
    position: relative;
    z-index: 1
}

.sn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--pnk);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem
}

.spi {
    font-size: 2.5rem;
    color: var(--tdrk);
    margin-bottom: 20px
}

.spc h3 {
    font-size: 1.3rem;
    margin-bottom: 10px
}

.spc p {
    color: var(--tmut)
}

.faq {
    padding: 100px 0
}

.faqc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px
}

.faqt {
    position: relative
}

.faqt svg {
    position: absolute;
    width: 300px;
    opacity: .1;
    top: -50px;
    left: -50px;
    z-index: -1
}

.faqa {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ai {
    border: 1px solid var(--tmut);
    border-radius: var(--rsm);
    overflow: hidden
}

.ah {
    width: 100%;
    padding: 20px;
    background: var(--wht);
    border: none;
    text-align: left;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--tdrk)
}

.ac {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: var(--ts);
    background: var(--cream)
}

.ac p {
    padding-bottom: 20px;
    color: var(--tmut)
}

.ai.act .ah {
    color: var(--pnk)
}

.ai.act .ah i {
    transform: rotate(180deg)
}

.ai.act .ac {
    max-height: 200px
}

.lp {
    padding: 100px 0
}

.lpc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.pl {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px
}

.pl li {
    display: flex;
    gap: 12px;
    font-size: 1.1rem
}

.lc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}

.sn {
    font-size: .85rem;
    color: var(--tmut)
}

.lpv {
    position: relative
}

.au {
    border-radius: var(--rlg);
    overflow: hidden;
    background: var(--wht);
    box-shadow: var(--shh);
    z-index: 2;
    position: relative
}

.auh {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    align-items: center
}

.an {
    display: flex;
    gap: 20px;
    font-weight: 700;
    color: var(--tmut)
}

.an .act {
    color: var(--tdrk)
}

.ap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700
}

.apf {
    width: 30px;
    height: 30px;
    background: var(--mnt);
    border-radius: 50%
}

.ahr {
    padding: 60px 30px;
    background: var(--pg);
    color: #fff
}

.aht {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, .2);
    border-radius: var(--rpl);
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 16px
}

.ahr h1 {
    font-size: 2rem;
    margin-bottom: 10px
}

.af {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.si {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--tmut)
}

.dt {
    width: 10px;
    height: 10px;
    background: var(--mnt);
    border-radius: 50%
}

.bpl {
    padding: 12px 30px;
    background: var(--tdrk);
    color: #fff;
    border: none;
    border-radius: var(--rsm);
    font-weight: 800;
    cursor: pointer
}

.gbg {
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    background: var(--ag);
    filter: blur(60px);
    opacity: .3;
    z-index: 1;
    border-radius: 50%
}

.tst {
    padding: 100px 0 160px;
    position: relative
}

.tg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.tc {
    padding: 40px 30px;
    background: var(--wht)
}

.rt {
    color: #f5c518;
    margin-bottom: 20px
}

.rv {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 30px;
    font-style: italic
}

.rw {
    display: flex;
    align-items: center;
    gap: 16px
}

.ra {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.a1 {
    background: var(--pnk)
}

.a2 {
    background: var(--sky)
}

.a3 {
    background: var(--lav)
}

.rw strong {
    display: block
}

.rw span {
    font-size: .85rem;
    color: var(--tmut)
}

.fcta {
    padding: 100px 0;
    position: relative;
    background: var(--tdrk);
    color: #fff;
    overflow: hidden
}

.cbe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sr {
    position: absolute;
    color: var(--pnk);
    opacity: .3;
    font-size: 2rem;
    animation: f 4s infinite alternate
}

.s1 {
    top: 20%;
    left: 10%
}

.s2 {
    bottom: 30%;
    right: 15%;
    animation-delay: -2s
}

.s3 {
    top: 40%;
    right: 30%;
    font-size: 1.5rem;
    animation-delay: -1s
}

.cc {
    text-align: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .1);
    max-width: 800px;
    margin: 0 auto
}

.cc h2 {
    font-size: 2.5rem;
    margin-bottom: 20px
}

.cc p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 40px
}

.cb {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px
}

.ct {
    font-size: .9rem;
    color: rgba(255, 255, 255, .5)
}

.ftr {
    background: #1a1625;
    color: #fff;
    padding: 80px 0 0
}

.ftc {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px
}

.flg {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.flg i {
    color: var(--pnk)
}

.fcol p {
    color: rgba(255, 255, 255, .6);
    margin-bottom: 24px
}

.sl {
    display: flex;
    gap: 16px
}

.sl a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--tf)
}

.sl a:hover {
    background: var(--pnk);
    color: #fff
}

.fcol h4 {
    font-size: 1.2rem;
    margin-bottom: 24px
}

.fcol ul {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.fcol a {
    color: rgba(255, 255, 255, .6)
}

.fcol a:hover {
    color: var(--pnk)
}

.fb {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center
}

.fd {
    font-size: .85rem;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 8px
}

.cp {
    font-size: .9rem;
    color: rgba(255, 255, 255, .6)
}

.ptcl {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--pnk);
    border-radius: 50%;
    pointer-events: none;
    opacity: .4;
    animation: fup linear infinite
}

@keyframes fup {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    100% {
        transform: translateY(-20vh) scale(1);
        opacity: 0
    }
}

.rvl {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--ts)
}

.rvl.act {
    opacity: 1;
    transform: translateY(0)
}

.d1 {
    transition-delay: .1s
}

.d2 {
    transition-delay: .2s
}

.d3 {
    transition-delay: .3s
}

.d4 {
    transition-delay: .4s
}

@media(max-width:992px) {

    .h-cn,
    .wj-cn,
    .faqc,
    .lpc,
    .ftc {
        grid-template-columns: 1fr
    }

    .hc {
        text-align: center;
        margin: 0 auto
    }

    .hcg,
    .tbdg,
    .schp {
        justify-content: center
    }

    .gg,
    .stc,
    .tg {
        grid-template-columns: repeat(2, 1fr)
    }

    .ssc {
        grid-template-columns: repeat(2, 1fr)
    }

    .sn {
        top: -20px;
        left: auto;
        right: -20px;
        transform: none
    }
}

@media(max-width:768px) {

    .nav,
    .hbtn .btn {
        display: none
    }

    .mtog {
        display: block
    }

    .hti {
        font-size: 2.5rem
    }

    .gg,
    .stc,
    .tg,
    .ssc {
        grid-template-columns: 1fr
    }

    .ftc {
        grid-template-columns: 1fr
    }

    .cb {
        flex-direction: column
    }
}