:root{--orange: #ff6a2c;--orange-light: #ff8348;--orange-soft: #ffe7da;--lime: #d2ec5b;--lime-deep: #c4e348;--dark: #262626;--dark-2: #2f2f2f;--footer-bg: #232323;--ink: #2b2b2b;--text: #585858;--muted: #828282;--line: rgba(255, 255, 255, .08);--radius: 28px;--shadow: 0 24px 60px rgba(255, 122, 60, .12);--maxw: 1180px;--font: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:#fdfbf8;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.hl{color:var(--orange)}.btn{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:600;padding:14px 36px;border-radius:999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px)}.btn--lime{background:#e2ed6f;color:#3a4a16;border-radius:30px;box-shadow:0 12px 26px #e2ed6f80}.btn--dark{background:var(--dark);color:#fff;box-shadow:0 12px 26px #26262640}.btn__wx-img{height:20px;width:auto}.deco{position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;pointer-events:none;z-index:1}.deco--squiggle-o{width:56px;height:12px;background-image:url(/img/squiggle-orange.png)}.deco--squiggle-g{width:56px;height:12px;background-image:url(/img/squiggle-green.png)}.deco--star-black{width:26px;height:26px;background-image:url(/img/star-black.png)}.deco--star-green{width:26px;height:26px;background-image:url(/img/star-green.png)}.deco--dot{width:16px;height:16px;background-image:url(/img/dot-orange.png)}.header{position:sticky;top:0;z-index:50;background:#fdfbf880;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:76px}.header__logo img{height:34px;width:auto}.nav{display:flex;gap:38px;margin-left:auto;margin-right:36px}.nav__link{position:relative;font-size:15px;color:#4a4a4a;font-weight:500;display:inline-flex;align-items:center;gap:6px;padding:6px 0;transition:color .2s}.nav__link:hover{color:var(--orange)}.nav__link.is-active{color:var(--orange);font-weight:600}.nav__link.is-active:after{content:"";position:absolute;left:50%;bottom:-2px;transform:translate(-50%);width:20px;height:3px;border-radius:2px;background:var(--orange)}.phone-btn{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--ink);border-radius:999px;padding:9px 20px;font-size:15px;font-weight:600;color:var(--ink);transition:all .2s}.phone-btn:hover{background:var(--ink);color:#fff}.phone-btn:hover .phone-btn__icon{filter:brightness(0) invert(1)}.phone-btn__icon{width:15px;height:auto}.hero{position:relative;padding:60px 0 90px;background:linear-gradient(180deg,transparent 74%,#fdfbf8 100%),radial-gradient(620px 360px at 18% 28%,rgba(255,150,110,.16),transparent 70%),radial-gradient(560px 380px at 82% 60%,rgba(210,236,91,.2),transparent 70%),linear-gradient(180deg,#fdfbf8,#f5f5f6)}.hero__inner{display:flex;align-items:center;justify-content:center;gap:24px}.hero__text{flex:0 0 auto}.hero__title{font-weight:800;line-height:1.25;color:var(--ink);letter-spacing:1px}.hero__rows{display:grid;grid-template-columns:max-content max-content;justify-content:start;column-gap:30px;row-gap:10px;align-items:center;font-size:40px;margin-bottom:10px}.hero__cell{display:flex;align-items:center;-webkit-text-stroke:.7px currentColor}.hero__line-3{display:block;font-size:40px;-webkit-text-stroke:.7px currentColor}.hero__title .tag{position:relative;z-index:0;font-style:normal;color:#fff;-webkit-text-stroke:.4px currentColor;padding:5px 22px;margin:0 -22px}.hero__title .tag:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:url(/img/tag-bg.png) center / calc(100% - 9px) calc(100% - 9px) no-repeat}.hero__desc{margin:26px 0 34px;font-size:16px;color:var(--text);line-height:1.9}.hero__art{flex:0 0 50%;position:relative;z-index:2}.hero__art img{width:100%;max-width:560px;margin-left:auto}.hero__sq1{top:120px;right:6%}.hero__star1{left:40%;bottom:120px}.hero__dot1{right:4%;bottom:90px}.core{margin-top:-30px;padding:20px 0 70px;position:relative;z-index:5}.core__panel{position:relative;background:var(--dark);border-radius:36px;padding:48px 56px 44px;color:#fff;box-shadow:0 30px 70px #26262640}.core__panel:before{content:"";position:absolute;left:50%;bottom:100%;transform:translate(-50%,14px);width:210px;height:56px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 56'%3E%3Cpath d='M0 56 L82 14 Q105 1 128 14 L210 56 Z' fill='%23262626'/%3E%3C/svg%3E") no-repeat center / 100% 100%}.core__title{text-align:center;font-size:30px;font-weight:800;margin-top:-24px}.core__subtitle{text-align:center;color:#f5f5f5;font-size:15px;font-weight:500;margin-top:8px}.core__tabs{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px 40px;margin:34px 0 30px}.core__tab{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:#cfcfcf;font-weight:500;cursor:pointer;transition:color .2s}.core__tab:hover{color:#fff}.core__tab.is-active{color:var(--orange);font-weight:700}.core__ic{display:block;width:auto}.core__ic--diamond{height:16px}.core__ic--arrow{height:12px}.core__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-32px;padding:0 56px}.core__cell{background:#fff;border-radius:14px;padding:20px 24px;font-size:14px;color:#2b2b2b;text-align:center;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.core__cell:hover{transform:scale(1.06);box-shadow:0 14px 30px #ff6a2c38}.linkage{position:relative;padding:10px 0 40px}.linkage__head{text-align:center;position:relative;z-index:2}.linkage__title{font-size:32px;font-weight:800;color:var(--ink)}.linkage__cn{margin-top:14px;font-size:17px;color:#555}.linkage__en{font-size:14px;color:var(--text);font-weight:500}.linkage__star1{left:calc(50% - 281px);top:36px}.linkage__star2{right:calc(50% - 436px);top:22px;transform:scale(.7)}.linkage__sq1{left:calc(50% - 347px);top:90px}.linkage__sq2{right:calc(50% - 348px);top:90px}.ribbon{position:relative;max-width:var(--maxw);margin:15px auto 0;height:380px;overflow:hidden}.ribbon__bg{display:none}.ribbon__items{position:absolute;top:0;bottom:0;left:0;width:100%;z-index:2}.ribbon__item{position:absolute;top:0;height:281px;width:7.6vw;max-width:150px;transform:translate(-50%);pointer-events:none}.ribbon__item img,.ribbon__item span{transition:transform .25s ease;pointer-events:auto}.ribbon__item:hover{z-index:3}.ribbon__item:hover img,.ribbon__item:hover span{transform:scale(1.2)}.ribbon__item img{display:none}.ribbon__item span{position:absolute;top:180px;left:0;right:0;text-align:center;font-size:15px;font-weight:600;color:#4a3326}@media (min-width: 961px){.ribbon{background:url(/img/ribbon.png) center top / 100% auto no-repeat}.ribbon__items{transform:translateY(36px)}.ribbon__item:nth-child(1){left:calc(8.5% + 200px)}.ribbon__item:nth-child(2){left:calc(8.5% + 317px)}.ribbon__item:nth-child(3){left:calc(8.5% + 434px)}.ribbon__item:nth-child(4){left:calc(8.5% + 546px)}.ribbon__item:nth-child(5){left:calc(8.5% + 662px)}.ribbon__item:nth-child(6){left:calc(8.5% + 780px)}.ribbon__item img{display:block;position:absolute;top:60px;left:0;right:0;margin:0 auto;width:84px;height:auto}.ribbon__item span{top:160px}}.navi{position:relative;padding:10px 0 80px;overflow:hidden}.navi:before{content:"";position:absolute;z-index:0;left:0;right:0;top:-20px;height:760px;background:url(/img/navi-glow.png) no-repeat center top / 100% auto;pointer-events:none}.navi__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;gap:230px}.navi__text{flex:0 0 auto}.navi__title{font-size:30px;font-weight:800;color:var(--ink)}.navi__cn{margin:18px 0 10px;font-size:16px;color:#555}.navi__en{font-size:14px;color:var(--text);line-height:1.8;margin-bottom:30px;font-weight:500}.navi__art{flex:0 0 48%;position:relative}.navi__art img{width:100%;max-width:480px;margin:0 auto}.navi__star1{left:46%;bottom:60px}.news{position:relative;padding:30px 0 90px}.news__head{text-align:center;margin-bottom:46px;position:relative;z-index:2}.news__title{font-size:32px;font-weight:800}.news__subtitle{margin-top:10px;color:var(--text);font-size:15px}.news__star1{left:33%;top:-28px}.news__sq1{left:25.5%;top:104px}.news__dot1{right:34%;top:46px;transform:scale(1.7)}.news__star2{right:20.5%;top:104px}.news__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-6px);box-shadow:0 26px 50px #ff7a3c2e}.card__top{padding:46px 28px;font-size:25px;font-weight:800;color:#fff;text-align:center}.card__top--orange{background:linear-gradient(135deg,var(--orange-light),var(--orange))}.card__top--lime{background:linear-gradient(135deg,#dcf06a,var(--lime-deep));color:#46540f}.card__body{padding:22px 28px 24px}.card__text{font-size:14px;color:var(--text);min-height:46px}.card__date{display:block;margin-top:16px;font-size:13px;color:var(--muted)}.nhero{position:relative;text-align:center;padding:64px 0 24px}.nhero__title{font-size:40px;font-weight:800;color:var(--ink);letter-spacing:1px;-webkit-text-stroke:.7px currentColor}.nhero__sub{margin-top:14px;color:var(--text);font-size:14px}.nhero__confetti{width:620px;max-width:88%;margin:20px auto 0}.formats{position:relative;padding:6px 0 80px}.formats__head{text-align:center;margin-bottom:116px}.formats__title{font-size:30px;font-weight:800;color:var(--orange)}.formats__sub{margin-top:10px;color:var(--text);font-size:14px}.nbg-zone{position:relative}.nbg-zone:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:url(/img/n-tl-bg.png) center / 170% auto no-repeat;opacity:.8;z-index:0;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 6%,#000 80%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 6%,#000 80%,transparent 100%)}.nbg-zone>*{position:relative;z-index:1}@media (max-width: 960px){.nbg-zone:before{display:none}}.timeline{position:relative;max-width:880px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:30px;bottom:30px;width:44px;transform:translate(-50%);background:url(/img/n-tl-line.png) center / auto 100% no-repeat}.tl-row{position:relative;display:flex;align-items:center;justify-content:center;gap:128px;padding:16px 0}.tl-row--b{flex-direction:row-reverse}.tl-text{flex:0 0 320px}.tl-row--a .tl-text{text-align:left;transform:translate(-118px)}.tl-row--b .tl-text{text-align:right;transform:translate(118px)}.tl-art{flex:0 0 300px;display:flex;justify-content:center}.tl-row--a .tl-art{transform:translate(70px,-14px)}.tl-row--b .tl-art{transform:translate(-70px,-10px)}.tl-art img{width:212px;height:auto;filter:drop-shadow(0 18px 26px rgba(255,122,60,.18))}.tl-row:first-child .tl-art img{width:200px}.tl-row--b .tl-art img{width:186px}.tl-row:first-child{transform:translateY(-30px)}.tl-row:last-child{transform:translateY(46px)}.tl-node{display:none}.tl-h{font-size:21px;font-weight:800;color:var(--ink);margin-bottom:16px;-webkit-text-stroke:.3px currentColor}.tl-stats{display:flex;gap:34px}.tl-row--a .tl-stats{justify-content:flex-start}.tl-row--b .tl-stats{justify-content:flex-end}.tl-stat span{display:block;font-size:13px;color:var(--text);margin-bottom:4px}.tl-stat b{font-size:26px;font-weight:800;color:var(--ink)}.tl-line{font-size:15px;color:var(--text);line-height:1.9}.tl-line b{font-size:23px;font-weight:800;color:var(--ink);margin:0 5px;vertical-align:-2px}.ahero{position:relative;padding:36px 0 50px;overflow:visible}.ahero__inner{display:flex;align-items:center;gap:14px}.ahero__text{flex:1;margin-left:64px}.ahero__title{font-size:40px;font-weight:800;line-height:1.32;color:var(--ink);letter-spacing:1px;-webkit-text-stroke:.7px currentColor}.ahero__tags{margin:24px 0 30px}.ahero__tags--mobile{display:none}.ahero__tags li{font-size:16px;font-weight:400;color:var(--ink);line-height:2.1}.ahero__tags li span{color:var(--text);font-weight:400;font-size:14px}.ahero__btn{display:inline-flex;align-items:center;gap:16px;background:#d4e05c;color:#3b4a12;font-size:17px;font-weight:700;padding:9px 9px 9px 34px;border-radius:999px;box-shadow:0 14px 28px #c4da5080;transition:transform .2s ease}.ahero__btn:hover{transform:translateY(-2px)}.ahero__btn-ic{width:38px;height:38px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.ahero__art{position:relative;flex:0 0 500px;height:640px;transform:translate(-70px,66px)}.ahero__frame{position:absolute;width:318px;top:-22px;left:74px;transform:rotate(-6deg);z-index:1}.ahero__bg{display:none}.ahero__tiger{position:absolute;width:250px;top:47px;left:120px;z-index:2}.ahero__stat{position:absolute;z-index:3;background:#fff;box-shadow:0 12px 28px #ff7a3c24;border-radius:14px;padding:10px 16px;font-size:13px;color:var(--text);display:flex;align-items:center;gap:7px;white-space:nowrap}.ahero__stat b{color:var(--ink);font-size:17px;font-weight:800;margin-left:5px}.ahero__stat-ic{width:30px;height:auto;flex:0 0 auto}.ahero__stat-ic--sm{width:22px}.ahero__stat--city{top:72px;right:-14px;padding:12px 18px}.ahero__stat-col{display:flex;flex-direction:column;line-height:1.25}.ahero__stat-col i{font-style:normal;font-size:13px;color:var(--text)}.ahero__stat-col b{font-size:21px;color:var(--ink);margin:0}.ahero__stat--pair{top:288px;left:-58px;flex-direction:column;align-items:stretch;gap:11px;padding:14px 18px}.ahero__pair-row{display:flex;align-items:center;gap:7px;white-space:nowrap}.ahero__pair-row span{font-size:13px;color:var(--text)}.ahero__pair-row b{color:var(--ink);font-size:17px;font-weight:800;margin-left:5px}.ahero__chart{position:absolute;bottom:0;right:0;width:248px;transform:translateY(-146px);z-index:5;aspect-ratio:480 / 376;border-radius:13px;padding:16px 22px 0}.ahero__chart:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;z-index:0;border-radius:10px;background:#ffffff8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,138,82,.28);box-shadow:0 6px 18px #ff783c24}.ahero__chart:after{content:"";position:absolute;left:8px;right:8px;bottom:22px;top:44px;z-index:1;background:url(/img/pure-trend.png) center bottom / contain no-repeat}.ahero__chart-label{font-size:12px;color:#333;position:relative;z-index:2}.ahero__chart-num{display:block;font-size:21px;font-weight:800;color:var(--ink);margin:2px 0 4px;position:relative;z-index:2}.ahero__chart-months{position:absolute;left:20px;right:20px;bottom:15px;display:flex;justify-content:space-between;align-items:center;z-index:2}.ahero__chart-months span{font-size:12px;color:var(--muted)}.ahero__chart-months span.is-active{color:#fff;background:var(--orange);border-radius:999px;padding:2px 9px;font-weight:700}.overview{position:relative;padding:24px 0 60px}.overview__panel{position:relative;border-radius:28px;overflow:hidden;padding:76px 64px;aspect-ratio:2400 / 1318;display:flex;flex-direction:column;justify-content:center;background:url(/img/a-overview-bg.png) center / cover no-repeat,#fbfdf5}.overview__head{text-align:center;margin-bottom:80px}.overview__title{font-size:28px;font-weight:800;color:var(--orange);-webkit-text-stroke:.3px currentColor}.overview__en{font-size:14px;color:#222;margin-top:6px}.overview__p{font-size:15px;color:#333;line-height:2;text-indent:2em;max-width:558px;margin:0 auto 14px}.overview__star1{left:calc(50% + 156px);top:44px}.overview__sq1{right:calc(50% + 156px);top:36px}.history{position:relative;padding:36px 0 70px}.history__inner{display:flex;align-items:center;gap:30px;transform:translate(-60px)}.history__art{flex:0 0 600px;min-width:0;position:relative;z-index:1;height:580px;display:flex;align-items:center}.history__art img{width:1080px;max-width:none;height:auto;flex:0 0 auto;transform:translate(-150px)}.history__text{flex:1;position:relative;z-index:2}.history__head{text-align:right;margin-bottom:20px}.history__title{font-size:26px;font-weight:800;color:var(--orange)}.history__en{font-size:14px;color:var(--text);margin-top:4px}.history__sub{font-size:17px;font-weight:700;color:var(--ink);margin-top:12px}.history__p{font-size:15px;color:#5a5a5a;line-height:2;text-indent:2em;margin-bottom:14px}.history__dot1{left:calc(50% + 156px);top:34px}.history__star1{right:calc(50% + 156px);bottom:50px}.support{position:relative;padding:24px 0 70px;overflow:hidden}.support__deco{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);z-index:0;pointer-events:none}.support__head{text-align:center;margin-bottom:40px;position:relative;z-index:1;padding:100px 0}.support__title{font-size:30px;font-weight:800;color:var(--ink);position:relative;z-index:1}.support__en{font-size:14px;color:var(--text);margin-top:8px;position:relative;z-index:1}.support__grid{position:relative;z-index:1}.support__card{background:linear-gradient(to top,#fbfceb,#fffaf8,#fff);border-radius:16px;padding:32px 26px;min-height:305px;box-shadow:0 16px 36px #0000000d;transition:transform .25s ease,box-shadow .25s ease}.support__card:hover{transform:translateY(-6px);background:linear-gradient(180deg,#ffe7dc,#fff6f1);box-shadow:0 22px 42px #ff7a3c33}.support__card--first{border-radius:12px;transform:translateY(-6px);background:linear-gradient(180deg,#ffe7dc,#fff6f1);box-shadow:0 22px 42px #ff7a3c33}.support__card--first:hover{transform:translateY(-6px);background:linear-gradient(180deg,#ffe7dc,#fff6f1);box-shadow:0 22px 42px #ff7a3c33}.support__icon{width:46px;height:46px;margin-bottom:16px}.support__card h3{font-size:17px;font-weight:800;color:var(--ink);margin-bottom:12px}.support__card p{font-size:13px;color:var(--text);line-height:1.8}.rainbow-zone{position:relative;overflow:hidden}.honors{position:relative;padding:24px 0 160px}.honors__head{text-align:center;margin-bottom:26px;position:relative;z-index:3}.honors__ribbon{position:absolute;left:50%;top:-160px;transform:translate(-50%);width:117vw;max-width:none;z-index:10;pointer-events:none}.honors__shelf{position:relative;z-index:1}.honors__title{font-size:30px;font-weight:800;color:var(--ink);position:relative;z-index:2}.honors__en{font-size:14px;color:var(--text);margin-top:8px;position:relative;z-index:2}.honors__shelf img{width:100%;max-width:1100px;margin:0 auto;display:block;position:relative;z-index:1}.honors__shelf:after{content:"";position:absolute;z-index:0;pointer-events:none;left:50%;bottom:-18px;transform:translate(-50%);width:44%;height:30px;background:#1c140e4d;border-radius:50%;filter:blur(17px)}.honors__star1{left:calc(16% + 320px);top:16px}.honors__dot1{right:calc(26% + 200px);top:8px}.honors__sq1{right:calc(15% + 200px);top:40px}.honors__sq2{left:calc(16% + 190px);top:40px}.cthero{position:relative;background:#ffe6dc;padding:130px 0 0;overflow:visible;border-radius:0 0 326px 326px;margin-top:-80px;z-index:2}.cthero__head{text-align:center;position:relative;top:17px}.cthero__title{font-size:40px;-webkit-text-stroke:.7px currentColor;font-weight:800;color:var(--ink);letter-spacing:1px}.cthero__sub{margin-top:12px;color:var(--text);font-size:14px}.cthero__body{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:4px}.cthero__col{flex:1;max-width:290px;padding-bottom:78px;align-self:flex-start;position:relative;top:40px}.cthero__quote{font-size:52px;color:var(--orange);font-weight:800;display:block;height:38px;line-height:38px}.cthero__cn{font-size:19px;font-weight:700;color:var(--ink);line-height:1.7;margin-top:8px}.cthero__en{font-size:15px;color:var(--text);line-height:1.5;margin-top:10px}.cthero__col--l{transform:translate(100px)}.cthero__col--r{text-align:right;transform:translate(-100px)}.cthero__stars{color:var(--orange);font-size:22px;letter-spacing:3px;display:block;height:38px;line-height:38px}.cthero__rate{display:flex;align-items:center;gap:10px;margin-top:8px}.cthero__line{height:8px;flex:1;max-width:130px;border-radius:999px;background:linear-gradient(90deg,#ffd2bd,#ffb094)}.cthero__rate .cic--24{width:42px;height:42px;background:url(/img/ct-rate-24.png) center / contain no-repeat}.cthero__mobile-img{display:none}.cthero__art{position:relative;flex:0 0 300px;text-align:center;z-index:1}.cthero__art:before{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:544px;height:272px;background:#ffb093;border-radius:272px 272px 0 0;z-index:-1}.cthero__art img{width:310px;max-width:none;display:block;margin:0 auto;position:relative;transform:translateY(27px);z-index:2}.contact{padding:81px 0;margin-top:50px}.contact__inner{display:flex;justify-content:center;gap:80px;align-items:flex-start}.contact__left{flex:0 0 480px;max-width:480px}.contact__title{font-size:28px;font-weight:800;color:var(--ink)}.contact__en{font-size:14px;color:var(--text);margin-top:6px}.contact__bars{margin:34px 0 30px;max-width:480px}.contact__bar{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:20px}.contact__bar span{font-size:14px;color:var(--ink)}.contact__bar i{width:100%;height:12px;border-radius:999px;background:#ececec;position:relative;overflow:hidden}.contact__bar i:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--w);border-radius:999px;background:linear-gradient(90deg,#ffb38f,var(--orange))}.contact__btn{display:inline-flex;align-items:center;gap:12px;background:var(--dark);color:#fff;font-size:15px;font-weight:700;padding:9px 9px 9px 22px;border-radius:999px}.contact__btn-ic{width:30px;height:30px;display:block;object-fit:contain}.contact__grid{display:grid;grid-template-columns:auto auto;column-gap:90px;row-gap:42px}.contact__ic-wrap{display:contents}.contact__ic{width:62px;height:62px;object-fit:contain;object-position:left center;margin-bottom:12px}.contact__item h4{font-size:17px;font-weight:800;color:var(--ink);margin-bottom:10px}.contact__item p{font-size:13px;color:var(--text);line-height:1.85}.contact__intro{display:none}.message{padding:6px 0 38px}.message__card{position:relative;aspect-ratio:2400 / 824;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:url(/img/ct-message-bg.png) center / 100% 100% no-repeat}.message__title{font-size:26px;font-weight:800;color:var(--ink)}.message__en{font-size:14px;color:var(--text);margin-top:6px}.message__btn{display:inline-flex;align-items:center;gap:12px;margin-top:22px;background:#d4e05c;color:#3b4a12;font-size:16px;font-weight:700;padding:8px 8px 8px 28px;border-radius:999px;box-shadow:0 12px 26px #c4da5073}.message__btn-ic{width:34px;height:34px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.message__plane{position:absolute;width:120px;opacity:.9;pointer-events:none}.message__plane--1{left:5%;bottom:22px;transform:rotate(6deg)}.message__plane--2{right:7%;top:18px}.cform-sec{padding:28px 0 72px}.cform__row,.cform__pair{display:flex;gap:24px;margin-bottom:24px}.cform__input{width:100%;font-family:inherit;font-size:15px;color:var(--ink);background:#fdf3ef;border:none;border-radius:12px;padding:16px 20px;transition:background .18s ease}.cform__input::placeholder{color:#c3b0a7}.cform__input:focus{outline:none;background:#fbdccd}.cform__textarea{display:block;width:100%;min-height:150px;resize:vertical;margin-bottom:24px}.cform__captcha-row{align-items:stretch}.cform__captcha-row .cform__input{flex:1}.cform__code{flex:0 0 130px;display:flex;align-items:center;justify-content:center;background:#fff;color:#3b4a12;font-weight:700;letter-spacing:4px;font-size:22px;border-radius:10px;border:1px solid #e3e8c4;overflow:hidden}.cform__submit{width:100%;border:none;cursor:pointer;font-family:inherit;background:#d4e05c;color:#3b4a12;font-size:17px;font-weight:800;padding:18px;border-radius:12px;transition:filter .2s ease}.cform__submit:hover{filter:brightness(1.04)}.footer{background:var(--footer-bg);color:#fff;padding-top:60px}.footer__inner{display:grid;grid-template-columns:1.6fr 1fr 1.4fr 1.8fr;gap:36px;padding-bottom:46px}.footer__logo{height:30px;width:auto;margin-bottom:16px;filter:brightness(0) invert(1);opacity:.92}.footer__brand p{font-size:14px}.footer__muted{color:#fff;font-size:13px;line-height:1.9}.footer__brand .footer__muted{margin-top:8px}.footer__h{font-size:16px;color:#fff;margin-bottom:18px;font-weight:600}.footer__col a{display:block;font-size:14px;color:#fff;padding:5px 0;transition:color .2s}.footer__col a:hover{color:var(--orange)}.footer__qr{display:flex;gap:16px}.footer__qr figure{text-align:center}.footer__qr img{width:86px;height:86px;border-radius:8px;background:#fff;padding:5px}.footer__qr figcaption{margin-top:8px;font-size:12px;color:#fff}.footer__copy{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;text-align:center}.footer__copy p{font-size:12px;color:#fff;line-height:1.9}@media (max-width: 980px){.hero__inner,.navi__inner{flex-direction:column;text-align:center}.hero__text,.navi__text{flex:1 1 auto}.hero__rows{justify-content:center}.core__grid,.news__grid{grid-template-columns:1fr}.core__grid{margin-top:0;padding:0 22px}.footer__inner{grid-template-columns:1fr 1fr}.ribbon{height:auto}.ribbon__bg{display:none}.ribbon__items{position:static;flex-wrap:wrap;align-items:center;gap:26px 0;justify-content:center;padding:0}.ribbon__item{position:static;width:auto;max-width:none;transform:none}.ribbon__item img{position:static;width:86px}.ribbon__item span{position:static;margin-top:12px}}@media (max-width: 560px){.nav{display:none}.hero__rows,.hero__line-3{font-size:36px}.core__panel{padding:32px 22px}.footer__inner{grid-template-columns:1fr}}.chero{position:relative;padding:78px 0 40px;background:linear-gradient(180deg,transparent 74%,#fdfbf8 100%),radial-gradient(560px 320px at 32% 46%,rgba(255,150,110,.14),transparent 70%),radial-gradient(520px 340px at 64% 64%,rgba(210,236,91,.16),transparent 70%),linear-gradient(180deg,#fdfbf8,#fff7f1)}.chero__inner{position:relative;text-align:center}.chero__trail{position:absolute;width:150px;height:173px;left:50%;transform:translate(-368px);top:-73px;overflow:visible;pointer-events:none}.chero__rocket{position:absolute;width:92px;left:50%;transform:translate(278px);top:-40px;pointer-events:none}.chero__title{font-size:40px;-webkit-text-stroke:.7px currentColor;font-weight:800;color:var(--ink);letter-spacing:1px;line-height:1.5}.chero__line{display:block}.chero__line+.chero__line{transform:translate(29px)}.chero__badges{display:inline-block;height:34px;width:auto;vertical-align:middle;position:relative;top:-3px;margin-left:10px}.chero__tags{margin-top:18px;color:var(--text);font-size:15px}.chero__tags span{margin:0 16px;white-space:nowrap}.chero__btn{display:inline-block;margin-top:30px;transition:transform .2s ease}.chero__btn img{width:150px}.chero__btn:hover{transform:translateY(-2px)}.ccards{position:relative;padding:10px 0 70px}.ccards:before{content:"";position:absolute;z-index:0;left:50%;top:46%;transform:translate(-50%,-50%);width:1180px;max-width:100vw;height:940px;background:url(/img/c-glow.png) center / contain no-repeat;pointer-events:none}.ccards__inner{position:relative;z-index:1;display:flex;justify-content:center;align-items:flex-start;gap:70px}.ccard{position:relative;flex:0 0 300px;background-repeat:no-repeat;background-position:center;background-size:100% 100%;border-radius:18px;box-shadow:0 20px 50px #ff7a3c1a}.ccard--a{background-image:url(/img/c-cardbg1.png)}.ccard--b{background-image:url(/img/c-cardbg2.png)}.ccard--c{background-image:url(/img/c-cardbg3.png)}.ccard--a,.ccard--c{padding:24px 26px}.ccard--a{margin-top:26px;aspect-ratio:351 / 200}.ccard--c{margin-top:26px;aspect-ratio:305 / 356}.ccard--b{flex:0 0 300px;width:300px;min-width:0;height:auto;margin-top:64px;padding:22px 22px 0;border-radius:18px;overflow:hidden;align-self:flex-start;display:flex;flex-direction:column}.ccard__tag{align-self:center;background:#fff;color:var(--ink);font-weight:800;font-size:15px;line-height:1.2;padding:9px 20px;border-radius:999px;box-shadow:0 0 22px 2px #ff5c344d;margin:2px 0 18px}.ccard__p{font-size:14px;color:var(--text);line-height:1.65;margin:0 0 14px}.ccard__photo{width:100%;display:block;border-radius:12px;margin:6px 0 22px}.ccard__decor{display:none}.ccard__h{font-size:19px;font-weight:800;color:var(--ink)}.ccard__big{margin:12px 0 16px;display:flex;align-items:center;gap:12px}.ccard__big strong{font-size:28px;color:var(--ink);font-weight:800}.ccard__big span{font-size:13px;color:#fff;font-weight:600;background:var(--orange);padding:5px 14px;border-radius:999px}.ccard__row{display:flex;align-items:center;gap:10px;font-size:15px;color:#1a1a1a;font-weight:700;line-height:1.5}.cic{flex:0 0 auto;display:inline-block;width:30px;height:30px;background:url(/img/c-icons.png) no-repeat;background-size:auto 30px}.cic--24{background-image:url(/img/c-icon24.png);background-position:center;background-size:contain}.cic--muscle{background-position:right center}.ccard__arrow{position:absolute;right:26px;bottom:24px}.ccard__arrow img{width:28px}.ccard__pill{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#2f2f2f;font-weight:700;font-size:15px;padding:7px 28px;border-radius:999px;box-shadow:0 6px 15px #96aa5a2e}.ccard__pillic{width:18px;height:auto}.ccard--c .ccard__h{margin-top:14px}.ccard__en{margin:18px 0 14px;font-size:22px;font-weight:300;color:#1a1a1a;line-height:1.2}.ccard__dashed{position:absolute;z-index:0;width:122px;right:12px;top:186px;opacity:.9;pointer-events:none}.ccard--c>*:not(.ccard__dashed):not(.ccard__arrow){position:relative;z-index:1}.ccard--c .ccard__arrow{left:26px;right:auto}.ccards__doto,.ccards__dotg{position:absolute;width:140px;height:48px;background-size:contain;background-repeat:no-repeat;z-index:0}.ccards__doto{background-image:url(/img/c-dot-o.png);left:6%;bottom:106px}.ccards__dotg{background-image:url(/img/c-dot-g.png);left:16%;bottom:36px}.cstats{position:relative;margin-top:120px;background:linear-gradient(90deg,#1a1a1a,#2c211b 30%,#452d25 56%,#2c211b,#1a1a1a)}.cstats__inner{display:flex;align-items:center;gap:50px;padding:34px 70px}.cstats__phone{flex:0 0 350px;align-self:flex-end;margin-bottom:-34px}.cstats__phone img{width:350px;margin-top:-120px}.cstats__right{flex:1;color:#fff}.cstats__nums{position:relative;display:flex;flex-direction:column;gap:18px;align-items:flex-start;padding-left:100px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.cstats__num{display:flex;flex-direction:column}.cstats__label{position:relative;padding-left:14px;font-size:15px;color:#fff;font-weight:700}.cstats__label:before{content:"";position:absolute;left:0;top:4px;width:4px;height:14px;border-radius:2px;background:var(--orange)}.cstats__label--g:before{background:var(--lime-deep)}.cstats__num b{font-size:34px;margin-top:10px;font-weight:800}.cstats__emblem{position:absolute;right:100px;top:14px;width:132px;height:132px;display:flex;align-items:center;justify-content:center}.cstats__ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-90deg)}.cstats__ring-outer{fill:none;stroke:#ff4500;stroke-width:15;stroke-linecap:round;stroke-dasharray:327;stroke-dashoffset:327}.cstats__ring-inner{fill:none;stroke:var(--lime-deep);stroke-width:15;stroke-linecap:round;stroke-dasharray:207;stroke-dashoffset:207}.cstats__emblem.is-in .cstats__ring-outer{animation:ringOuter 2.2s ease-out forwards}.cstats__emblem.is-in .cstats__ring-inner{animation:ringInner 1.1s ease-out forwards}@keyframes ringOuter{0%{stroke-dashoffset:327}to{stroke-dashoffset:33}}@keyframes ringInner{0%{stroke-dashoffset:207}to{stroke-dashoffset:66}}.cstats__a{position:relative;z-index:1;width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;-webkit-text-stroke:.8px currentColor;font-style:normal;color:#fff;background:none}.cstats__feats{display:flex;flex-direction:column;gap:10px;padding-left:100px}.cstats__feat{flex:none}.cstats__feat h4{font-size:17px;font-weight:700;margin-bottom:8px}.cstats__feat p{font-size:13px;color:#ddd;line-height:1.7}.cmap{position:relative;padding:64px 0 80px;overflow:visible}.cmap__head{text-align:center;margin-bottom:24px}.cmap__title{font-size:30px;font-weight:800;color:#ff4500}.cmap__cn{margin-top:12px;font-size:16px;color:var(--text)}.cmap__en{font-size:14px;color:var(--text);font-weight:500}.cmap__wrap{position:relative;max-width:700px;margin:0 auto}.cmap__img{width:100%}.cmap__pin{position:absolute;width:26px;height:32px;transform:translate(-50%,-100%);background:url(/img/c-loctag.png) center / contain no-repeat;filter:drop-shadow(0 3px 5px rgba(255,106,44,.35))}.cmap__star1{left:26%;top:80px}.cmap__star2{right:28%;top:50px}.cmap__sq1{left:32%;top:130px}.cmap__sq2{right:34%;top:150px}@media (max-width: 980px){.ccards__inner{flex-wrap:wrap}.ccard,.ccard--b{flex-basis:300px;margin-top:0}.cstats__inner{flex-direction:column;gap:30px;padding-left:16px;padding-right:16px}.cstats__phone img{margin-top:-90px}.cstats__nums,.cstats__feats{flex-wrap:wrap;gap:24px;padding-left:0}.cstats__emblem{position:static;margin-top:10px}.chero__trail,.chero__rocket{display:none}}.linkage__en,.navi__en,.history__en,.support__en,.honors__en,.cthero__en,.contact__en,.message__en,.cmap__en,.overview__en,.linkage__cn,.navi__cn,.news__subtitle,.nhero__sub,.formats__sub,.cthero__sub,.cmap__cn{color:#222}html{overflow-x:hidden}body{overflow-x:clip}@media (max-width: 960px){img,svg,video{max-width:100%;height:auto}}.header__burger,.nav__phone,.br-h5{display:none}@media (max-width: 600px){.br-h5{display:inline}}.chero__tags.h5-tags{display:none}@media (max-width: 600px){.chero__tags.desktop-tags{display:none!important}.chero__tags.h5-tags{display:block!important}}@media (max-width: 960px){.header__inner{position:relative;height:64px}.header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;margin-left:auto;order:2;padding:0;background:none;border:none;cursor:pointer}.header__burger span{display:block;width:24px;height:2px;border-radius:2px;background:var(--ink);transition:transform .25s ease,opacity .2s ease}.header.is-open .header__burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header.is-open .header__burger span:nth-child(2){opacity:0}.header.is-open .header__burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{display:flex;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;margin:0;background:#fff;box-shadow:0 14px 26px #00000014;max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:50}.nav.is-open{max-height:440px}.nav__link{padding:15px 24px;border-top:1px solid #f1f1f1;font-size:16px;display:flex;align-items:center;justify-content:space-between}.nav__link:after,.nav__link.is-active:after{content:"";display:block;position:static;left:auto;bottom:auto;width:9px;height:9px;background:none;border-right:2px solid #999;border-top:2px solid #999;transform:rotate(45deg);flex:0 0 auto}.ccard--c .ccard__pillic{width:18px;height:18px}.nav__phone:after{display:none}.nav__phone{display:block;color:var(--orange);font-weight:700}.phone-btn{display:inline-flex;order:1;margin-left:14px;padding:6px 14px;font-size:13px}}@media (max-width: 960px){.container{padding:0 18px}.news__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.container{padding:0 16px}.deco{display:none!important}.news__grid{grid-template-columns:1fr}.card{border-radius:14px}.card__top{padding:30px 20px;font-size:26px;font-weight:800;letter-spacing:.5px;line-height:39px}.card__body{padding:18px 20px 20px}.card__text{min-height:38px;font-size:14px;line-height:21px}.card__date{font-size:16px;line-height:24px}.footer{padding-top:40px}.footer__inner{display:flex;flex-direction:column;gap:28px;text-align:center}.footer__col{align-items:center}.footer__qr{justify-content:center;flex-wrap:wrap}.footer__copy{padding:16px;font-size:12px;line-height:1.7}}@media (max-width: 960px){.hero{padding:40px 0 60px}.hero__inner{flex-direction:column;text-align:center;gap:28px}.hero__text{flex:1 1 auto;width:100%}.hero__rows{justify-content:center}.hero__desc{margin:18px 0 26px}.hero__text .btn{display:none}.hero__art{flex:1 1 auto;width:100%}.hero__art img{max-width:72%;height:auto;margin:0 auto;display:block}.core{margin-top:0;padding:16px 0 50px}.core__panel{padding:38px 30px 34px}.core__grid{display:none}.linkage{padding:10px 0 30px}.ribbon{max-width:100%;height:auto;margin:18px auto 0;background:none;overflow:visible;isolation:isolate}.ribbon:before{content:"";display:block;position:absolute;top:29%;left:50%;transform:translate(-50%,calc(-50% - 8px));width:147vw;max-width:none;height:100%;background:url(/img/ribbon1.png) center / 100% auto no-repeat;z-index:0;pointer-events:none}.ribbon__bg{display:none}.ribbon__items{position:relative;z-index:1;transform:none;left:auto;width:auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:44px 0;padding:0}.ribbon__item{position:relative;transform:none;left:auto!important;top:auto;bottom:auto;width:33.333%;height:150px;max-width:none;text-align:center;pointer-events:auto}.ribbon__item img{position:static;display:block;top:auto;left:auto;right:auto;width:84px;height:auto;margin:0 auto}.ribbon__item span{position:static;display:block;margin:-46px 0 0;text-align:center;font-size:12px;line-height:1.3}.navi{padding:10px 0 0}.navi__inner{flex-direction:column;text-align:center;gap:30px}.ccard--c .ccard__pillic{width:18px;height:18px}.navi__text{flex:1 1 auto;width:100%;transform:none}.navi__en{font-size:14px;line-height:21px}.navi__art{flex:1 1 auto;width:100%}.navi__art img{max-width:62%;height:auto;margin:0 auto;display:block}.navi:before{display:none}.news{display:none}}@media (max-width: 600px){.news{display:block!important}.hero{padding:30px 0 44px}.hero__rows{font-size:26px;line-height:39px;column-gap:20px;row-gap:6px}.hero__line-3{font-size:30px}.hero__title .tag{padding:3px 16px 8px;margin:0 -16px}.hero__desc{font-size:15px;line-height:1.8}.hero__art img{max-width:80%}.core__panel{padding:30px 18px 28px}.core__title{font-size:24px}.core__tabs{gap:12px 24px;margin:26px 0 24px}.core__tab{font-size:14px}.core__grid{grid-template-columns:1fr;padding:0 6px;margin-top:16px}.ccard--c .ccard__pillic{width:18px;height:18px}.linkage__title{font-size:24px}.linkage__cn{font-size:15px;margin-top:10px}.ribbon__items{gap:40px 0}.ribbon__item{width:33.333%}.ribbon__item img{width:84px}.ribbon__item span{font-size:12px}.navi__title{font-size:22px;line-height:33px}.navi__cn{font-size:14px;line-height:21px}.navi__art img{max-width:70%}.news__title{font-size:24px}.news__subtitle{font-size:14px}}@media (max-width: 960px){.chero__trail{display:block!important;position:absolute;top:-20px;left:-15px;width:90px;height:90px;overflow:visible;z-index:1;pointer-events:none}.ccard--c .ccard__pillic{width:18px;height:18px}.chero__rocket{display:none!important}.chero{padding:56px 0 30px;background:none}.chero__title{font-size:26px;line-height:39px}.chero__line+.chero__line{transform:none}.ccards__inner{gap:28px;flex-wrap:wrap}.ccard,.ccard--b{flex:0 1 300px;margin-top:0}.ccard--a{margin-top:0;height:153px}.ccard--c{margin-top:-28px}.cstats{margin-top:40px}.cstats__inner{flex-direction:column;gap:30px;padding:40px 24px}.cstats__phone{display:none!important;flex:0 0 auto;align-self:auto;margin-bottom:0}.cstats__phone{text-align:center}.cstats__phone img{width:260px;max-width:70%;height:auto;margin:0 auto}.cstats__nums,.cstats__feats{flex-wrap:wrap;gap:28px}.cstats__emblem{position:relative;right:auto;margin:10px auto 0}.cmap{padding:48px 0 56px;overflow:visible}.cmap__img{width:100%}}@media (max-width: 600px){.chero{padding:40px 0 10px;background:none}.chero__inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"title title title" "plane tags rocket" "btn btn btn";align-items:center;column-gap:4px;row-gap:8px;background:#fdfbf8}.chero__title{grid-area:title}.chero__trail{grid-area:plane;display:block!important;position:relative;left:auto;top:auto;transform:translate(30px)!important;width:52px;height:60px;justify-self:end;align-self:center;margin:-8px 0 0;z-index:1}.chero__rocket{grid-area:rocket;display:block!important;position:relative;left:auto;top:auto;transform:none;width:44px;height:auto;justify-self:start;align-self:center;margin:-8px 0 0}.chero__title{font-size:26px;line-height:39px;letter-spacing:0}.chero__badges{display:none!important;height:24px;margin-left:6px;top:-2px}.chero__tags.h5-tags{grid-area:tags;font-size:13px;line-height:1.5;margin-top:-8px;text-align:center;white-space:nowrap;justify-self:center}.chero__tags.h5-tags span{display:inline!important;margin:0!important;white-space:nowrap}.chero__btn{grid-area:btn;justify-self:center;margin-top:22px}.chero__btn img{width:130px}.chero__btn{display:none!important}.ccards{padding:6px 0 40px}.ccards:before{top:20%;background-image:url(/img/c-glow-p.png)}.ccards__inner{flex-direction:column;align-items:center;gap:22px}.ccard,.ccard--a,.ccard--b,.ccard--c{flex:0 0 auto;width:100%;max-width:360px;margin-top:0;aspect-ratio:auto;height:auto}.ccard--c{margin-top:-22px}.ccard--a,.ccard--c{padding:22px}.ccard--b{text-align:center;align-self:center;position:relative;margin-top:-12px;padding-top:calc(80px + 20pt);background:none;border:none;box-shadow:none}.ccard--b .ccard__tag{align-self:center;display:inline-flex;align-items:center;justify-content:center;margin-top:-8px;padding:9px 40px;white-space:nowrap;box-shadow:0 2px 6px #ff5c342e,0 0 1px #ff5c341a;font-size:20px;line-height:30px;width:317px;height:40px}.ccard--b .ccard__decor{display:block;position:absolute;z-index:2}.ccard--b .ccard__p{text-align:left;background:none;border:none;box-shadow:none;font-size:14px;line-height:26px;padding:0;margin:6px 0 0;text-indent:0}.ccard--b .ccard__photo{margin-top:16px}.ccard--b .ccard__decor--leftred{top:15pt;left:22.5pt;width:110px;height:40px}.ccard--b .ccard__decor--rightgreen{top:25pt;right:22.5pt;width:110px;height:40px}.ccard__arrow,.ccard--c .ccard__arrow{position:static;left:auto;right:auto;bottom:auto;display:block;margin-top:14px;border:none}.ccard--a .ccard__arrow img{display:block;margin-left:auto;width:30px;height:30px;border:0}.ccard--a{display:grid;grid-template-columns:1fr 92px;grid-template-rows:auto auto;column-gap:12px;row-gap:8px;align-items:start;height:153px}.ccard--a .ccard__h{grid-column:1 / 2;grid-row:1 / 2;margin:0;font-size:16px;line-height:24px;font-weight:700}.ccard--a .ccard__row{grid-column:1 / 3;grid-row:1 / 2;justify-self:end;margin:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:0 6px 0 0}.ccard--a .ccard__row .ccard__row-txt{display:flex;flex-direction:column;font-size:16px;line-height:24px;align-items:flex-end;line-height:1.1}.ccard--a .ccard__row .cic.cic--24{margin:0;flex:0 0 34px;width:34px;height:34px}.ccard--a .ccard__big{grid-column:1 / 2;grid-row:2 / 3;margin:13px 0 0}.ccard__big span{background:#ff4500}.ccard--a .ccard__arrow{grid-column:2 / 3;grid-row:2 / 3;justify-self:center;align-self:center;width:40px;border:none;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 8px 18px #0000001a;padding:0;margin:7px 0 0}.ccard--a .ccard__arrow img{width:30px;height:30px;margin:0;display:block;border:0}.ccard--a .cic.cic--24{width:34px;height:34px;display:inline-block;margin-bottom:2px}.cic--24{background-image:url(/img/c-icon24-p.png)!important}.ccard--c{display:grid;grid-template-columns:minmax(0,1fr) 110px 88px;grid-template-rows:auto auto;column-gap:12px;row-gap:10px;align-items:center;background:none;border:none;box-shadow:none;padding:16px 16px 18px;max-width:420px}.ccard--c .ccard__h{grid-column:1 / 2;grid-row:1 / 2;margin:0;font-size:16px;line-height:24px}.ccard--c .ccard__h-main{display:inline-block;white-space:nowrap}.ccard--c .ccard__pill{grid-column:2 / 4;grid-row:1 / 2;justify-self:end;align-self:center;margin:0;width:171px;height:40px;font-size:20px;line-height:28px;box-sizing:border-box;transform:translate(-20px);will-change:transform;padding:7px 8px 7px 10px}.ccard--c .ccard__row{grid-column:2 / 4;grid-row:2 / 3;margin:0;align-self:center;justify-self:end;padding-left:6px;transform:translate(-90%);will-change:transform}.ccard--c .ccard__dashed{grid-column:3 / 4;grid-row:2 / 3;position:static;width:80.96px;height:83.62px;max-width:100%;margin:0;opacity:1;transform:translate(4px)}.ccard--c .ccard__en{grid-column:1 / 2;grid-row:2 / 3;margin:0;font-size:14px;line-height:21px;font-weight:700;line-height:1.35}.ccard--c .ccard__arrow{display:none}.ccard__dashed{left:108px;right:auto}.ccard__h{font-size:17px}.ccard__big strong{font-size:24px}.ccard__en{font-size:19px}.cstats{padding:18px 12px!important;border-radius:22px!important;box-shadow:0 10px 30px #02060a73!important;overflow:hidden!important}.cstats__inner{gap:18px!important;padding:8px 6px!important}.cstats__phone{display:none!important}.cstats__nums{display:grid!important;grid-template-columns:1fr 110px!important;grid-auto-rows:auto!important;column-gap:12px!important;align-items:center!important;width:auto!important;border-bottom:1px solid rgba(255,255,255,.06)!important;padding-bottom:14px!important;margin-bottom:10px!important}.cstats__num{grid-column:1!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:6px!important}.cstats__num b{font-size:14px!important;line-height:21px!important;display:block!important;font-weight:800!important;padding-left:20px;margin-top:-5px}.cstats__label{font-size:12px!important;font-weight:600!important;display:block!important;margin-bottom:4px!important;padding-left:20px!important}.cstats__emblem{grid-column:2!important;grid-row:1 / span 2!important;justify-self:center!important;align-self:start!important;width:103px!important;height:103px!important;margin:-10px 0 0!important;position:relative!important;transform-origin:center center!important}.cstats__ring{width:100%!important;height:100%!important}.cstats__a{width:43px!important;height:43px!important;font-size:30px!important;line-height:45px!important}.cstats{margin-top:-20px}.cstats__inner{gap:26px;padding:32px 18px}.cstats__phone img{width:220px;max-width:78%}.cstats__num b{font-size:28px}.cstats__feats{flex-direction:column;gap:22px;align-items:flex-start}.cstats__feat h4{font-size:14px;line-height:21px;margin-bottom:2px;font-weight:600}.cstats__feat p{font-size:12px;line-height:20px;color:#ffffffbf}.cstats__nums{flex-direction:column;gap:20px;padding-bottom:24px;margin-bottom:24px}.cstats__num{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding-right:70px!important;border:none!important}.cstats__label{font-size:14px!important;display:flex!important;align-items:center!important;padding:1!important;line-height:21px!important;width:100%!important}.cstats__label:before{content:"";display:inline-block;width:4px;height:14px;margin-right:8px;background:#ff6a2c;border-radius:2px}.cstats__label--g:before{background:#d4e157}.cstats__feat{text-align:left;width:100%}.cstats__emblem{position:relative;right:auto;margin:10px auto 0}.ccard--c .ccard__pillic{width:18px;height:18px}.cstats__ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important}.cstats__a{width:28px;height:28px;font-size:16px}.cstats__ring-outer,.cstats__ring-inner{stroke-width:12}@keyframes ringOuter{0%{stroke-dashoffset:327}to{stroke-dashoffset:73}}.cmap{padding:36px 0 44px}.cmap__title{font-size:22px;color:#ff6f3a;line-height:33px}.cmap__cn,.cmap__en{font-size:14px;line-height:21px}.cmap__wrap{max-width:100%}.cmap__img{width:100%}.cmap__pin{width:18px;height:22px}}.cmap__mobile-map,.support__more{display:none}@media (max-width: 960px){.nhero{padding:48px 0 20px}.nhero__title{font-size:30px}.nhero__confetti{width:480px}.formats__title{font-size:26px}.formats{padding:6px 0 56px}.timeline{max-width:100%}.timeline:before{left:50%;transform:translate(-50%);top:24px;bottom:24px;width:28px}.tl-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:28px;padding:22px 0}.tl-row--b{flex-direction:row-reverse}.tl-text{flex:0 0 220px;max-width:220px;width:100%}.tl-row--a .tl-text{text-align:left;transform:none}.tl-row--b .tl-text{text-align:right;transform:none}.tl-art{flex:0 0 180px;max-width:180px;display:flex;justify-content:center}.tl-row--a .tl-art,.tl-row--b .tl-art{transform:none}.tl-art img{width:180px;max-width:100%}.tl-node{display:none}.tl-stats{display:flex;gap:18px}.ccard--c .ccard__pillic{width:18px;height:18px}.tl-row--a .tl-stats{justify-content:flex-start}.tl-row--b .tl-stats{justify-content:flex-end}.news__title{font-size:28px}}@media (max-width: 600px){.nhero{padding:36px 0 16px;text-align:center!important}.nhero__inner{text-align:center!important}.nhero__title{font-size:26px;letter-spacing:0;line-height:39px;width:100%;display:block;float:none!important;margin:0 auto!important;padding:0!important;-webkit-text-stroke:0;text-align:center!important}.nhero__sub{display:none;font-size:12px;margin-top:10px;padding:0 12px}.nhero__confetti{width:auto;max-width:70%;height:auto;margin:14px auto 0}.ahero__tags{display:none}.ahero__tags--mobile{display:block;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:21px;color:var(--text);margin-top:8px}.ahero__btn,.overview{display:none!important}.history__inner{display:flex!important;flex-direction:column!important;gap:18px!important}.history__text{order:1!important}.history__art{order:2!important}.formats__head{margin-bottom:50px}.formats__title{font-size:14px;color:#000;line-height:21px}.formats__sub{font-size:14px;line-height:21px;display:none}.formats{padding:4px 0 44px;background-image:url(/img/c-formats.png);background-repeat:no-repeat;background-position:left top;background-size:100% 100%}.formats .container{position:relative;z-index:1;background:none}.timeline{max-width:100%}.timeline:before{left:50%;transform:translate(-50%);top:18px;bottom:18px;width:24px}.tl-row{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 0}.tl-row--b{flex-direction:row-reverse}.tl-text{flex:0 0 52%;max-width:52%;width:100%}.tl-row--a .tl-text{text-align:left;transform:none}.tl-row--b .tl-text{text-align:right;transform:none}.tl-row--b .tl-h-break,.tl-row--b .tl-line-break{display:block}.tl-row--b .tl-line{text-align:right;margin-top:18px!important;line-height:1.4}.tl-row--b .tl-line+.tl-line{margin-top:2px!important}.tl-row--b .tl-line-number-small{font-size:16px!important;line-height:1!important}.tl-art{flex:0 0 40%;max-width:40%;display:flex;justify-content:center}.tl-art img{width:140px;max-width:100%}.tl-node{display:none}.tl-h{font-size:14px;line-height:21px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tl-stats{display:flex;flex-direction:column;gap:8px}.tl-row--a .tl-stats{align-items:flex-start}.tl-row--b .tl-stats{align-items:flex-end}.tl-stat{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px}.tl-row--a .tl-stat span,.tl-stat span{display:block!important;text-align:left;width:100%;font-size:14px;line-height:21px;margin-bottom:0}.tl-stat b{font-size:14px;line-height:21px}.tl-stat .tl-value--small{display:block!important;order:0;margin-top:-4px!important;margin-bottom:0!important;padding-top:0!important;font-size:14px!important;line-height:21px!important;white-space:normal!important;text-align:left!important}.ccard--c .ccard__pillic{width:18px;height:18px}.tl-line{font-size:14px;line-height:21px}.tl-line b{font-size:14px;line-height:21px;vertical-align:baseline;margin:0}.tl-row--a .tl-line:first-child b{font-size:14px!important;line-height:21px!important}.tl-row--b .tl-line-24h{font-size:15px!important}.tl-line-break-left{display:block;text-align:left}.news__title{font-size:22px;line-height:33px}.news__subtitle{font-size:14px;line-height:21px}}@media (max-width: 960px){.ahero{padding:24px 0 30px}.ahero__inner{flex-direction:column;gap:28px}.ahero__text{width:100%;text-align:center}.ahero__title{font-size:30px}.ahero__tags{margin:18px 0 22px}.ahero__btn{margin:0 auto}.ahero__art{flex:none;width:100%;max-width:420px;height:auto;margin:0 auto;transform:none}.ahero__art{display:flex;flex-direction:column;align-items:center;gap:18px}.ahero__frame{position:relative;top:auto;left:auto;transform:rotate(-6deg);width:70%;max-width:300px;margin:0 auto;display:block}.ahero__bg{position:absolute;width:70%;max-width:304px;top:14%;left:50%;transform:translate(-42%);z-index:0}.ahero__tiger{position:absolute;width:54%;max-width:236px;top:14%;left:50%;transform:translate(-46%);z-index:2}.ahero__stat,.ahero__chart{position:static;transform:none;width:100%;max-width:320px;margin:0 auto}.ahero__stat--city,.ahero__stat--pair{top:auto;left:auto;right:auto}.ahero__stat--city{justify-content:center}.ahero__chart{aspect-ratio:480 / 300;padding:16px 22px 0}.overview{padding:16px 0 40px}.overview__panel{aspect-ratio:auto;padding:40px 32px;background-size:cover}.overview__head{margin-bottom:40px}.overview__title{font-size:24px}.history{padding:24px 0 40px}.history__inner{flex-direction:column;gap:22px;transform:none;align-items:center}.history__art{flex:none;width:100%;height:auto;justify-content:center;overflow:hidden;max-height:240px;margin-bottom:-12px}.history__art img{width:100%;max-width:420px;transform:none;object-fit:contain}.ccard--c .ccard__pillic{width:18px;height:18px}.history__text{width:100%;max-width:640px;margin:0 auto}.history__head{text-align:center}.history__title{font-size:24px}.support{padding:16px 0 40px}.support__head{padding:50px 0;margin-bottom:28px}.support__title{font-size:26px}.support__grid{--gutter: 18px}.support__card{min-height:0;padding:26px 22px}.honors{padding:16px 0 30px}.honors__title{font-size:26px}.honors__ribbon{width:160vw;top:-60px}.honors__shelf img{max-width:100%}.smap{display:none!important}.cmap__mobile-map{display:block;width:325px;height:269px;margin:0 auto;content:url(/img/c-map-p.png)}}@media (max-width: 600px){.ahero{background:url(/img/a-tiger-bg.png) center / cover no-repeat}.ahero__title{font-size:26px;line-height:39px}.ahero__title .hl{color:inherit}.ahero__tags li{font-size:15px}.ahero__art{max-width:320px}.ahero__frame,.ahero__bg{width:78%}.ahero__tiger{width:60%}.ahero__stat,.ahero__chart{max-width:300px}.ahero__chart{aspect-ratio:480 / 320}.overview__panel{padding:32px 22px;border-radius:20px}.overview__title{font-size:21px}.overview__p{font-size:14px;line-height:1.9;text-indent:2em}.history{padding:0 0 32px;margin-top:-80px;overflow-x:clip;background:url(/img/a-tiger-bg.png) center / cover no-repeat}.history__inner{gap:12px}.history__art{max-height:none;overflow:visible;margin-bottom:8px}.history__art img{width:100%;max-width:520px;transform:translate(1%)}.history__title{font-size:22px;line-height:33px}.history__sub,.history__en{font-size:14px;line-height:21px}.history__p{font-size:14px;line-height:18px;padding-left:15px;padding-right:15px}.support__head{padding:32px 0;margin-bottom:22px}.support__deco{display:none!important}.support__title{font-size:22px}.support__grid{--gutter: 16px}.support__card{min-height:0;padding:18px 16px;height:151px;display:block;margin-bottom:10px;position:relative}.support__card.is-collapsed{display:none}.support__card:hover{transform:none!important;background:linear-gradient(to top,#fbfceb,#fffaf8,#fff)!important;box-shadow:0 16px 36px #0000000d!important}.support__card--first{border-radius:12px;transform:translateY(-6px);background:#ffdacb;box-shadow:inset 0 1px #ffffff40,0 1px 1px #ff805138,0 1px 3px #ff805138,0 2px 6px #ff805138,0 4px 10px #ff80511f;border:0px}.support__card--first:hover{transform:translateY(-6px)!important;background:#ffdacb!important;box-shadow:inset 0 1px #ffffff40,0 1px 1px #ff805138,0 1px 3px #ff805138,0 2px 6px #ff805138,0 4px 10px #ff80511f!important}.support__card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:6px}.support__card h3{margin:0;font-size:16px;font-weight:800;color:var(--ink);line-height:1.4;padding-right:36px}.support__card .support__icon{width:26px;height:26px;flex:none;margin:0;position:absolute;top:18px;right:16px}.support__card p{margin:0;font-size:13px;color:var(--text);line-height:1.7}.support__more{display:block;width:140px;margin:20px auto 0;padding:10px 0;border:none;border-radius:24px;background:#ff4500;color:#fff;font-size:14px;font-weight:600;text-align:center;cursor:pointer}.ccard--c .ccard__pillic{width:18px;height:18px}.support__more:active{transform:scale(.96)}.honors__title{font-size:22px;line-height:33px}.honors__en{font-size:14px;line-height:21px}.honors__head .hl{color:#ff4500;font-size:22px;line-height:33px}.honors__ribbon{width:200vw;top:-36px}.honors__shelf img{max-width:100%}.honors__star1,.honors__dot1,.honors__sq1,.honors__sq2{display:none!important}}@media (max-width: 960px){.cthero{padding-top:44px;border-radius:0 0 160px 160px;background:url(/img/a-tiger-bg.png) center/100% 100% no-repeat}.cthero__head{position:static;top:auto}@media (max-width: 600px){.history__inner,.container.history__inner{display:flex!important;flex-direction:column!important}.history__text{order:1!important}.history__art{order:2!important}}.cthero__title{font-size:28px}.cthero__body{gap:16px}.cthero__col{max-width:240px;padding-bottom:48px;transform:none}.cthero__art{flex:0 0 220px}.cthero__art img{width:200px}.cthero__art:before{width:320px;height:160px;border-radius:160px 160px 0 0}.contact{padding:48px 0;margin-top:0;background:url(/img/a-tiger-bg.png) center/100% 100% no-repeat}.contact__inner{gap:28px}.contact__left{flex:0 0 46%}.contact__left{display:none!important}.contact__intro{display:block;text-align:center;margin-top:-5px;margin-bottom:24px}.contact__intro-title{font-size:22px;line-height:33px;font-weight:800;color:var(--orange);margin-bottom:4px}.contact__intro-en{font-size:14px;line-height:21px;color:#222;margin-bottom:18px}.contact__intro-p{font-size:14px;line-height:18px;color:#333;text-indent:2em;text-align:justify;margin:0 auto 12px;max-width:520px;padding:0 15px}.contact__grid{column-gap:40px;row-gap:32px}.cform__row{gap:16px}}@media (max-width: 600px){.header{background:#fdfbf8}body.page-contact{background:url(/img/c-contact-all.jpg) center 0 / 100% auto no-repeat}.cthero{border-radius:0;overflow:hidden;background:transparent}.cthero__title{font-size:22px;letter-spacing:0}.cthero__sub{font-size:13px}.cthero__body{flex-direction:column;align-items:center;gap:0;margin-top:16px}.cthero__col{max-width:100%;width:100%;padding-bottom:0;text-align:center;top:0}.cthero__col--r{text-align:center;order:3}.cthero__art{order:2;flex:0 0 auto;margin:0 auto}.cthero__art img{width:62%;max-width:210px;transform:none}.cthero__art:before{width:280px;max-width:88vw;height:auto;aspect-ratio:2 / 1;border-radius:999px 999px 0 0}.cthero__rate{justify-content:center}.cthero__line{max-width:160px}.cthero__head,.cthero__body{display:none!important}.cthero__mobile-img{display:block;width:100vw;max-width:none;height:auto;margin:16px 0 0;position:relative;left:50%;transform:translate(-50%)}.contact{padding:36px 0;background:transparent}.contact__inner{flex-direction:column;gap:28px;align-items:stretch}.contact__left{flex:0 0 auto;max-width:100%;text-align:center}.contact__title{font-size:22px}.contact__bars{margin:24px 0 22px}.contact__bar{gap:12px}.contact__bar span{font-size:13px}.contact__left{display:none!important}.contact__intro{display:block;text-align:center;margin-top:-5px;margin-bottom:24px}.contact__intro-title{font-size:22px;line-height:33px;font-weight:800;color:var(--orange);margin-bottom:4px}.contact__intro-en{font-size:14px;line-height:21px;color:#222;margin-bottom:18px}.contact__intro-p{font-size:14px;line-height:18px;color:#333;text-indent:2em;text-align:justify;margin:0 auto 12px;max-width:520px;padding:0 15px}.contact__grid{grid-template-columns:1fr 1fr;column-gap:16px;row-gap:24px;text-align:center;justify-items:center}.contact__item{display:flex;flex-direction:column;align-items:center;position:relative;padding-top:8px}.contact__item:nth-child(1):before{display:none}.contact__item:nth-child(2):before{display:none}.contact__item:nth-child(3):before{display:none}.contact__item:nth-child(4):before{display:none}.contact__item h4,.contact__item p{width:100%;text-align:left}.contact__ic-wrap{display:flex;align-items:flex-end;justify-content:center}.contact__item--r1 .contact__ic-wrap{height:72.75px}.contact__item--r2 .contact__ic-wrap{height:79.59px}.contact__ic{position:relative;z-index:1;object-position:center;width:55.12px;height:66.55px}.contact__item:nth-child(2) .contact__ic{width:81.51px;height:72.75px}.contact__item:nth-child(3) .contact__ic{width:78.41px;height:79.59px}.contact__item:nth-child(4) .contact__ic{width:69.03px;height:69.23px}.ccard--c .ccard__pillic{width:18px;height:18px}.message{padding:2px 0 12px;margin-top:24px;transform:scale(.98);transform-origin:top center}.message__card{background:url(/img/ct-onlinemsg-p.png) center / 100% 100% no-repeat;border-radius:32px;overflow:hidden;box-shadow:0 0 6px #0000000f;padding:0 16px;margin-top:-23px;aspect-ratio:975 / 516;transform:translateZ(0)}.message__title,.message__en{display:none}.message__btn{display:none!important}.cform-sec{padding:20px 0 40px}.cform__pair{flex-direction:row;gap:10px;margin-bottom:10px}.cform__pair .cform__input:first-child{flex:1}.cform__pair .cform__input:last-child{flex:2}.cform__input{font-size:14px;padding:16px 18px;border-radius:8px;background:#ffe6dc}.cform__textarea{min-height:120px;margin-bottom:10px;border-radius:8px}.cform__captcha-row{flex-direction:row;align-items:stretch;gap:10px;margin-bottom:10px}.cform__captcha-row .cform__input{flex:1;border-radius:8px}.cform__code{flex:1;height:auto;font-size:18px;padding:4px;box-sizing:border-box}.cform__submit{font-size:16px;padding:16px;background:#e2ed6f}.cform__code,.cform__submit{border-radius:8px}}@media (max-width: 960px){.ahero{padding:24px 0 36px}.ahero__art{flex:1 1 auto;width:100%;height:auto;transform:none;margin-top:8px;display:flex;flex-direction:column;align-items:center;gap:16px}.ahero__frame,.ahero__bg{display:none!important}.ahero__tiger{position:static;width:210px;top:auto;left:auto}.ahero__stat,.ahero__chart{position:static!important;top:auto;left:auto;right:auto;bottom:auto;transform:none!important}.ccard--c .ccard__pillic{width:18px;height:18px}.ahero__stat--city,.ahero__stat--pair{margin:0}.ahero__chart{width:300px;max-width:90%;height:158px}}@media (max-width: 600px){.ahero__title{font-size:26px}.ahero__tiger{width:185px}.ahero__chart{width:280px;height:150px}.ahero__chart-label{position:relative;top:12px;line-height:1.1}.ahero__chart-num{line-height:1.1;position:relative;top:10px}}@media (max-width: 960px){.ahero__frame,.ahero__bg{display:none!important}.ahero__tiger{position:static!important;transform:none!important;margin:0 auto!important;top:auto;left:auto;right:auto;width:200px;max-width:60%}.ahero__text{margin-left:0!important}.ahero__chart{position:static!important;transform:none!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;z-index:auto!important;margin:16px auto 0!important}.ccard--c .ccard__pillic{width:18px;height:18px}}@media (max-width: 600px){.ahero__tiger{width:170px}}@media (max-width: 600px){.ahero__inner{flex-direction:column!important;align-items:center!important;gap:6px!important}.ahero__text{flex:none!important;width:100%!important;margin-left:0!important;text-align:center!important}.ahero__btn{margin:0 auto!important}.ahero__art{flex:0 0 auto!important;position:relative!important;display:block!important;width:500px!important;max-width:none!important;height:640px!important;transform:scale(.62) translate(22px)!important;transform-origin:top center!important;margin:40px -95px -215px!important}.ccard--c .ccard__pillic{width:18px;height:18px}.ahero__frame{display:block!important;position:absolute!important;width:318px!important;top:-22px!important;left:74px!important;transform:rotate(-6deg)!important}.ahero__bg{display:block!important;position:absolute!important;width:322px!important;top:48px!important;left:auto!important;right:-78px!important}.ahero__tiger{position:absolute!important;width:250px!important;max-width:none!important;top:47px!important;left:120px!important;transform:none!important;margin:0!important}.ahero__stat--city{position:absolute!important;top:72px!important;right:-14px!important;left:auto!important;bottom:auto!important;width:auto!important;max-width:none!important;transform:none!important;margin:0!important}.ahero__stat--pair{position:absolute!important;top:288px!important;left:-58px!important;right:auto!important;bottom:auto!important;width:auto!important;max-width:none!important;transform:none!important;margin:0!important}.ahero__chart{position:absolute!important;bottom:0!important;right:0!important;top:auto!important;left:auto!important;width:248px!important;height:auto!important;z-index:6!important;transform:translateY(-146px)!important;margin:0!important}.ahero__chart-label,.ahero__chart-num{position:relative!important;top:auto!important}}@media (max-width: 600px){.cthero__en br{display:none}.cthero__en{max-width:264px;margin-left:auto;margin-right:auto}.core__ic--arrow{height:16px}.overview{margin-top:-100px}.cthero__col--l .cthero__quote{display:block;height:auto;line-height:1;margin:14px auto 12px}.cthero__col--l .cthero__cn{margin-top:-25px}.hero__title .tag:before{background-position:center 22%}.tl-stat{display:flex;align-items:baseline;justify-content:center;gap:6px}.tl-stat span{display:inline;margin-bottom:0}}.row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--gutter, 24px)}.row--tight{--gutter: 12px}.row--loose{--gutter: 40px}.row--flush{--gutter: 0}.row--middle{align-items:center}.row--bottom{align-items:end}.row--stretch{align-items:stretch}.col-1{grid-column:span 1}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-10{grid-column:span 10}.col-11{grid-column:span 11}.col-12{grid-column:span 12}@media (max-width: 960px){.col-t-1{grid-column:span 1}.col-t-2{grid-column:span 2}.col-t-3{grid-column:span 3}.col-t-4{grid-column:span 4}.col-t-5{grid-column:span 5}.col-t-6{grid-column:span 6}.col-t-7{grid-column:span 7}.col-t-8{grid-column:span 8}.col-t-9{grid-column:span 9}.col-t-10{grid-column:span 10}.col-t-11{grid-column:span 11}.col-t-12{grid-column:span 12}}@media (max-width: 600px){.col-m-1{grid-column:span 1}.col-m-2{grid-column:span 2}.col-m-3{grid-column:span 3}.col-m-4{grid-column:span 4}.col-m-5{grid-column:span 5}.col-m-6{grid-column:span 6}.col-m-7{grid-column:span 7}.col-m-8{grid-column:span 8}.col-m-9{grid-column:span 9}.col-m-10{grid-column:span 10}.col-m-11{grid-column:span 11}.col-m-12{grid-column:span 12}}.footer[data-v-e0bb20cb]{background:#1a1a1a;color:#fff;padding:48px 0 0}.footer__inner[data-v-e0bb20cb]{display:grid;grid-template-columns:1.5fr 1fr 1.5fr 1.2fr;gap:32px}.footer__brand p[data-v-e0bb20cb]{margin:8px 0 0;font-size:14px}.footer__logo[data-v-e0bb20cb]{width:140px;height:auto}.footer__muted[data-v-e0bb20cb]{color:#fff;font-size:13px}.footer__h[data-v-e0bb20cb]{color:#fff;font-size:16px;font-weight:700;margin:0 0 14px}.footer__col a[data-v-e0bb20cb]{display:block;color:#fff;font-size:14px;text-decoration:none;margin-bottom:8px;transition:color .2s}.footer__col a[data-v-e0bb20cb]:hover{color:#ff6a2c}.footer__col p[data-v-e0bb20cb]{margin:0 0 6px;font-size:14px}.footer__qr[data-v-e0bb20cb]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.footer__qr figure[data-v-e0bb20cb]{margin:0;display:flex;flex-direction:column;align-items:center}.footer__qr img[data-v-e0bb20cb]{width:100px;height:100px;object-fit:contain;border-radius:8px;background:#fff;padding:4px}.footer__qr figcaption[data-v-e0bb20cb]{font-size:12px;color:#fff;margin-top:8px;text-align:center;width:100%}.footer__copy[data-v-e0bb20cb]{border-top:1px solid #333;margin-top:32px;padding:16px 0;text-align:center}.footer__copy p[data-v-e0bb20cb]{margin:4px 0;font-size:12px;color:#fff}@media (max-width: 768px){.footer__col[data-v-e0bb20cb]:not(.footer__qr){display:none}.footer[data-v-e0bb20cb]{padding-top:28px}.footer__inner[data-v-e0bb20cb]{grid-template-columns:1fr;gap:24px;text-align:center}.footer__logo[data-v-e0bb20cb]{margin:0 auto}.footer__qr[data-v-e0bb20cb]{grid-template-columns:repeat(4,1fr);gap:10px}.footer__qr img[data-v-e0bb20cb]{width:72px;height:72px}}.qr-zoom-overlay{display:none}@media (max-width: 768px){.qr-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:9999;display:flex;align-items:center;justify-content:center}.qr-zoom-overlay img{max-width:80vw;max-height:80vh;border-radius:12px;background:#fff;padding:8px}}
