.animated-title-container{position:relative;display:inline-block}.animated-title-content{position:relative;z-index:10;display:inline-block;text-align:left}.word-item{display:inline-block;white-space:nowrap;opacity:0}.letter-item{display:inline-block;opacity:0}@keyframes fade-in-word{0%{filter:blur(8px);opacity:0;transform:translateY(10px)}to{filter:blur(0);opacity:1;transform:translateY(0)}}@keyframes fade-in-letter{0%{filter:blur(8px);opacity:0;transform:translateY(10px)}to{filter:blur(0);opacity:1;transform:translateY(0)}}.v-enter-active{animation:enter-word .6s ease-in-out forwards}.v-leave-active{animation:leave-word .6s ease-in-out forwards}@keyframes enter-word{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes leave-word{0%{opacity:1}to{opacity:0}}@keyframes button-boom-hover-text{0%{margin-right:6px}30%{margin-right:30px}70%{margin-right:30px}to{margin-right:6px}}.button-boom{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;outline:none;cursor:pointer}.button-boom:hover{color:inherit;text-decoration:none;outline:none}.button-boom--animating .button-boom__text{animation:button-boom-hover-text 1.2s ease-in-out}.button-boom__text{position:relative;z-index:2;margin-right:6px;white-space:nowrap}.blur-reveal{filter:blur(var(--blur-amount, 20px));opacity:0;transition:filter var(--duration, .8s) ease-out var(--delay, 0ms),opacity var(--duration, .8s) ease-out var(--delay, 0ms),transform var(--duration, .8s) ease-out var(--delay, 0ms);transform:translateY(var(--offset, 30px))}.blur-reveal--visible{filter:blur(0);opacity:1;transform:translateY(0)}.blur-reveal.disabled-blur{filter:blur(0)!important}@media (max-width: 768px){.blur-reveal{filter:blur(0);opacity:1;transition:none;transform:none}}@keyframes arrow-float{0%{opacity:0;transform:translateY(-16px)}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;max-height:none!important;overflow:hidden;background:#000}.hero-section__title{margin-bottom:40px;font-family:OPPOSans;font-family:Roboto;font-size:88px;font-weight:700;line-height:1.3;color:#fff}.hero-section__title h2{color:#fff}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section__background:after{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background:#00000040;content:""}.hero-section__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);transform:translateZ(0);backface-visibility:hidden}.hero-section__slide--active{opacity:1}.hero-section__video{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section__image{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;image-rendering:optimize-contrast;image-rendering:crisp-edges}.hero-section__content{position:relative;z-index:10;color:#fff;text-align:center}.hero-section__logo{margin-bottom:27px}.hero-section__logo img{display:block;width:177px;height:60px;margin:0 auto;image-rendering:optimize-contrast;image-rendering:crisp-edges}.hero-section__search-box{position:relative;display:flex;align-items:center;max-width:591px;height:60px;margin:0 auto;background:url(https://cdn.dancf.com/fe-assets/20250804/e5a104f6d0ed5a860be139e06ebe4574.png) no-repeat center center;background-size:100% 100%}.hero-section__preset-container{position:relative;flex:1;height:100%;overflow:hidden}.hero-section__preset-item{position:absolute;top:0;left:0;display:flex;align-items:center;width:100%;height:100%;padding:0 27px;opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(100%)}.hero-section__preset-item--active{opacity:1;transform:translateY(0)}.hero-section__preset-item--prev{opacity:0;transform:translateY(-100%)}.hero-section__preset-item--next{opacity:0;transform:translateY(100%)}.hero-section__preset-text{font-size:16px;font-weight:400;color:#ffffffb3;white-space:nowrap}.hero-section__create-btn{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;height:43px;padding:0 14px;margin:0 8px;font-size:16px;font-weight:600;color:#222529;background:#e2fdfd;border:none;border-radius:59px;outline:none;cursor:pointer}.hero-section__create-btn:hover{color:#222529}.hero-section__nav{position:absolute;top:50%;right:28px;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;width:58px;transform:translateY(-50%)}.hero-section__nav-item{position:relative;width:40px;height:40px;margin-top:8px;overflow:hidden;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .3s}.hero-section__nav-item:after{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;content:""}.hero-section__nav-item:hover{border-color:#ffffff1f}.hero-section__nav-item:hover:after{background:none}.hero-section__nav-item--active{width:58px;height:58px;border-color:#ffffff1f}.hero-section__nav-item--active:after{background:none}.hero-section__nav-preview{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section__scroll-arrow{position:absolute;bottom:40px;left:50%;z-index:10;display:flex;flex-direction:column;gap:8px;align-items:center;color:#fffc;transform:translate(-50%)}.hero-section__scroll-arrow-icon{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;transform:scale(1.3)}.hero-section__scroll-arrow-icon .hero-section__arrow{position:absolute;width:30px;height:30px;opacity:0}.hero-section__arrow--first{animation:arrow-float 2.2s infinite linear}.hero-section__arrow--second{animation:arrow-float 2.2s infinite linear;animation-delay:1.1s}.video-section{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .8s cubic-bezier(.4,0,.2,1)}.video-section__background{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(252deg,#141724 .18%,#1a2449 11.62%,#0039bd 31.97%,#0457d8 53.04%,#0d8bdd 74.24%,#58d0ff 100.22%)}.video-section__background:before{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;content:"";transition:all .8s}.video-section__content{position:relative;z-index:2;max-width:1200px;padding:0 20px;color:#fff;text-align:center}.video-section__video-container{position:relative;width:80vw;max-width:1000px;height:calc(90vw * .563);max-height:563px;margin:0 auto;overflow:hidden;border:8px solid rgba(255,255,255,.1);border-radius:30px;transition:all .5s ease}.video-section__video{display:block;width:100%;height:100%;object-fit:cover}.video-section__play-overlay{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;cursor:pointer}.video-section__play-button{width:58px;height:58px;border-radius:50%;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-section__play-button:hover{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.video-section--playing .video-section__background:before{opacity:1}.video-section--playing .video-section__video-container{box-shadow:0 30px 60px #00000080;transform:scale(1.05)}.image-carousel[data-v-c1a71110]{position:relative;width:100%;height:100%;overflow:hidden}.image-carousel__container[data-v-c1a71110]{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.image-carousel__item[data-v-c1a71110]{flex-shrink:0;width:100%;height:100%}.image-carousel__image[data-v-c1a71110]{width:100%;height:100%;object-fit:cover}.agent-section{position:relative;display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;overflow:hidden;background:#b3ecf6}.agent-section:before,.agent-section:after{position:absolute;top:-30vw;left:-30vw;width:60vw;height:60vw;background:#f4ffff8c;filter:blur(180px);border-radius:50%;content:"";transform:rotate(17.84deg)}.agent-section:after{top:auto;right:-30vw;bottom:-30vw;left:auto;z-index:1}.agent-section__header{position:relative;z-index:2;margin-bottom:102px;text-align:center}.agent-section__title{margin-bottom:16px;font-size:56px;font-weight:700;line-height:1.285;text-indent:34px}.agent-section__title-highlight{font-family:Sotoshi}.agent-section__description{margin:0 auto;font-size:16px;line-height:1.6;color:#222529cc}.agent-section__cards{position:relative;z-index:2;display:flex;justify-content:center;width:80vw}.agent-section__card{position:relative;display:block;width:20vw;min-width:250px;max-width:340px;height:26.47vw;min-height:330px;max-height:450px;margin:0 8px;overflow:hidden;background:#97e2ea;border-radius:20px;cursor:pointer}.agent-section__card img{width:100%;height:100%;object-fit:cover}.agent-section__card-overlay{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-end;height:132px;padding:20px;font-size:24px;font-weight:500;line-height:1;color:#fff;text-align:left;pointer-events:none}.pattern-background[data-v-ed371720]{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.pattern-background--dot[data-v-ed371720]{background-image:radial-gradient(circle,rgba(255,255,255,.15) 1px,transparent 1px)}.pattern-background--grid[data-v-ed371720]{background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px)}.pattern-background--xs[data-v-ed371720]{background-size:12px 12px}.pattern-background--sm[data-v-ed371720]{background-size:24px 24px}.pattern-background--md[data-v-ed371720]{background-size:32px 32px}.pattern-background--lg[data-v-ed371720]{background-size:48px 48px}.pattern-background--animate[data-v-ed371720]{animation:pattern-background-move-ed371720 var(--pattern-background-speed) linear infinite}.pattern-background--top[data-v-ed371720]{animation-direction:normal}.pattern-background--bottom[data-v-ed371720]{animation-direction:reverse}.pattern-background--left[data-v-ed371720]{animation-direction:normal}.pattern-background--right[data-v-ed371720]{animation-direction:reverse}.pattern-background--top-left[data-v-ed371720],.pattern-background--top-right[data-v-ed371720]{animation-direction:normal}.pattern-background--bottom-left[data-v-ed371720],.pattern-background--bottom-right[data-v-ed371720]{animation-direction:reverse}@keyframes pattern-background-move-ed371720{0%{background-position:0 0}to{background-position:24px 24px}}.pattern-background--xs.pattern-background--animate[data-v-ed371720]{animation-duration:calc(var(--pattern-background-speed) * .5)}.pattern-background--sm.pattern-background--animate[data-v-ed371720]{animation-duration:calc(var(--pattern-background-speed) * .75)}.pattern-background--md.pattern-background--animate[data-v-ed371720]{animation-duration:var(--pattern-background-speed)}.pattern-background--lg.pattern-background--animate[data-v-ed371720]{animation-duration:calc(var(--pattern-background-speed) * 1.5)}.board-section{position:relative;display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;padding:80px 20px;overflow:hidden;background:#000}.board-section__bg-left,.board-section__bg-right{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://cdn.dancf.com/fe-assets/20250804/42d38bedec3e17607163ba63623a3113.jpg);background-repeat:no-repeat;background-position:left bottom;background-size:47vw auto;content:""}.board-section__bg-right{background-image:url(https://cdn.dancf.com/fe-assets/20250804/e470c22145b578e1b9c4281b35a52557.jpg);background-position:right top}.board-section__pattern-background{z-index:2}.board-section__header{position:relative;z-index:2;margin-bottom:78px;text-align:center}.board-section__title{margin-bottom:16px;font-size:56px;font-weight:700;line-height:1.285;color:#e8e8e8;text-indent:34px}.board-section__description{margin:0 auto;font-size:16px;line-height:1.6;color:#fff9}.board-section__cards{position:relative;z-index:2;display:flex;justify-content:center;width:80vw}.board-section__card{display:flex;flex-direction:column;flex-shrink:0;align-items:flex-start;width:454px;height:505px;padding:16px 16px 35px;margin:0 10px;background:#000;border-radius:20px;box-shadow:inset 0 0 0 1px #ffffff29}.board-section__card-image{display:flex;align-items:center;justify-content:center;width:100%;height:327px;overflow:hidden;background:#1a1a1a;border-radius:12px}.board-section__card-image img,.board-section__card-image video{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.board-section__card-title{padding:23px 0 20px;font-size:28px;font-style:normal;font-weight:600;color:#fffc;text-align:left}.board-section__card-description{font-size:14px;line-height:22px;color:#fff9;text-align:left}.model-section{position:relative;display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;overflow:hidden;background:#161719}.model-section__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://cdn.dancf.com/fe-assets/20250804/68e83b445ad0a9814c9ca9a19fde21e0.jpg);background-repeat:no-repeat;background-position:center;background-size:auto 100%;opacity:0}.model-section__bg.animate{animation:model-section-bg-animation 1s linear 1;animation-fill-mode:forwards}.model-section__header{position:relative;z-index:2;padding-top:80px;margin-bottom:40px;text-align:center}.model-section__title{margin-bottom:16px;font-size:56px;font-weight:700;line-height:1.2;color:#fff;color:#e8e8e8;text-align:center}.model-section__description{margin:0 auto;font-size:16px;line-height:1.6;color:#fff9}.model-section__cards{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:40px;background-size:100% 100%}.model-section__border{position:absolute;z-index:1;pointer-events:none}.model-section__border--col-1,.model-section__border--col-2,.model-section__border--col-3{width:1px;background:linear-gradient(180deg,transparent 0%,#d7d7d7 28.27%,white 50.48%,#d0d0d0 65.28%,transparent 100%);opacity:.24}.model-section__border--col-1{top:0;bottom:0;left:25%}.model-section__border--col-2{top:0;bottom:0;left:50%}.model-section__border--col-3{top:0;bottom:0;left:75%}.model-section__border--row{top:50%;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent 0%,white 48.08%,transparent 100%);opacity:.24}.model-section__card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:350px;height:260px;text-align:center}.model-section__card img{display:block;width:80px;height:80px;margin-bottom:20px;object-fit:contain;border-radius:12px}.model-section__card h3{font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:500;font-feature-settings:"liga" off,"clig" off;line-height:normal;color:#bfbfbf;text-align:center}@keyframes model-section-bg-animation{0%{opacity:0}to{opacity:1}}._userInfo_nabnf_1{display:flex;align-items:center}._loginBtn_nabnf_5{width:80px;height:40px;font-size:14px;font-weight:500;line-height:40px;color:#222529;text-align:center;background:#6eefff;border:none;border-radius:20px;cursor:pointer}.floating-header{position:fixed;top:0;right:0;left:0;z-index:10;z-index:100;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 28px;background:transparent;transition:background .3s ease}.floating-header--scrolled{background:#1b2325cf;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.floating-header__logo{display:block;width:120px;height:46px}.floating-header__logo a{display:block;width:100%;height:100%;font-size:0;background:url(https://cdn.dancf.com/fe-assets/20250730/8c39be7c2c2b7fa5be650f54fd4b64c4.png);background-size:100% 100%;cursor:default}.floating-header__center{display:flex;flex:1;justify-content:center}.floating-header__right{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end}.floating-header__menu-list{display:flex;align-items:center}.floating-header__menu-item{position:relative;margin:16px;color:#333;text-align:center;cursor:pointer}.floating-header__menu-text{position:relative;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:medium;color:#fff9}.floating-header__menu-item:hover .floating-header__menu-text{color:#fffc}.floating-header__menu-item--active .floating-header__menu-text{font-weight:600;color:#fff}.work-section{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:80px 0;overflow:hidden;background-color:#000;background-image:url(https://cdn.dancf.com/fe-assets/20250804/3fe6cef6f335c491f0f29bf383affbff.jpg);background-repeat:no-repeat;background-size:2020px auto;border-radius:0 0 50px 50px}.work-section__container{position:relative;width:100%}.work-section__header{margin-bottom:209px;text-align:center}.work-section__title{margin-bottom:16px;font-size:56px;font-weight:600;line-height:1.285;color:#e8e8e8;text-align:center}.work-section__description{font-size:16px;font-weight:400;line-height:28px;color:#fff9;text-align:center}.work-section__carousel-container{position:relative;display:flex;padding-left:20px}.work-section__carousel{position:relative;display:flex;align-items:center;min-width:max-content;height:100%;will-change:transform}.work-section__card{position:relative;flex:0 0 250px;width:250px;height:250px;margin:0 10px}.work-section__card:hover .work-section__card-main--default{opacity:0!important}.work-section__card:hover .work-section__card-main--default img{transform:scale(1.2)}.work-section__card:hover .work-section__card-main--hover{opacity:1!important;transform:scale(1) translate(-50%,-50%)}.work-section__card-main{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:16px;transition:all .3s;transform-origin:0 0}.work-section__card-main--hover{top:50%;left:50%;width:348px;height:469px;opacity:0;transform:translate(-50%,-50%);transform:scale(.71) translate(-50%,-50%);transform-origin:0% 0%}.work-section__card-image{display:block;width:100%;height:100%;object-fit:cover;transition:all .3s}.work-section__card-content{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%;height:100%;padding:16px}.work-section__card-name{display:flex;align-items:center;height:30px;font-size:24px;font-weight:600;color:#fffc}.work-section__card-face{display:none;width:30px;height:30px;margin-right:5px;object-fit:cover;border-radius:50%}.work-section__card-profession{font-size:14px;font-weight:400;line-height:28px;color:#ffffffa6}.work-section__card-description{margin-top:5px;font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:#fff9;text-align:left}.spiral-cards{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;pointer-events:none}.spiral-cards__container{position:absolute;top:50%;left:50%;width:1px;height:1px;transform:translate(-50%,-50%)}.spiral-cards__card{position:absolute;top:0;display:flex;flex-direction:column;opacity:1;opacity:0;pointer-events:auto;cursor:pointer;transition:top .3s ease-in-out;transform:translate(-50%,-50%)}.spiral-cards__card:hover{top:-16px}.spiral-cards__card-image{flex:1;width:100%;overflow:hidden;background-color:#53c2cf;border-radius:16px}.spiral-cards__card-img{width:100%;height:100%;object-fit:cover}.spiral-cards__card-content{display:flex;align-items:center;justify-content:space-between;height:44px}.spiral-cards__card-actions{display:flex;gap:2px;align-items:center}.spiral-cards__card-author{align-items:center;overflow:hidden;line-height:44px;text-overflow:ellipsis;white-space:nowrap}.spiral-cards__card-author img{position:relative;top:-2px;margin-right:5px;vertical-align:middle}.spiral-cards__author-avatar{width:24px;height:24px;object-fit:cover;border-radius:50%}.spiral-cards__author-name{font-size:14px;font-weight:500;color:#666}.spiral-cards__action-icon{position:relative;top:-1px;width:16px;height:16px}.spiral-cards__action-count{font-size:14px;color:#666}.community-section{position:relative;display:flex;align-content:center;align-items:center;justify-content:center;min-height:700px;max-height:none!important;overflow:hidden;background:#e0f9fc}.community-section__bg{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-image:url(https://cdn.dancf.com/fe-assets/20250804/3406c3cef465591b662c4bb1834e9d87.png);background-repeat:no-repeat;background-position:center center;background-size:540px 540px;opacity:0;pointer-events:none}.community-section__bg.animate{animation:community-section-highlight-bg 1s ease-in-out;animation-fill-mode:forwards}.community-section__title{position:relative;z-index:3;display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center}.community-section__title h2{margin-bottom:16px;font-size:56px;font-style:normal;font-weight:600;line-height:1.5;color:#222529;text-align:center}.community-section__title p{font-size:22px;font-style:normal;font-weight:400;line-height:1.5;color:#222529;text-align:center}.community-section__title a{display:flex;align-items:center;justify-content:center;padding:0 18px;margin-top:32px;font-size:16px;color:#fff;background:#111318;border:none;border-radius:59px;outline:none;cursor:pointer;transition:background .3s ease}.community-section__title a:hover{background:#4c535c}.community-section__spiral-cards{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%}@keyframes community-section-highlight-bg{0%{background-size:0 0;opacity:0}to{background-size:540px 540px;opacity:.65}}.ending-section{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;padding-top:100px;margin-top:-100px;background:linear-gradient(180deg,#0027c0,#0238c5 26.79%,#0457d8 45.91%,#0d8bdd 67.6%,#79f6ff 100.93%)}.ending-section__logo img{display:block;width:328px;height:120 / 354 * 328px}.ending-section__link-btn{display:block;display:flex;align-items:center;justify-content:center;height:48px;padding:0 24px;margin-top:40px;font-size:16px;color:#fff;background:#ffffff1c;background-blend-mode:soft-light;border:2px solid #fff;border-radius:59px}.ending-section__link-btn:hover{color:#fff}.ending-section__link-btn svg{color:#fff}*,p{box-sizing:border-box;padding:0;margin:0;list-style:none}a{text-decoration:inherit}h1,h2,h3,h4,h5,h6{padding:0;margin:0;font-size:inherit;font-weight:inherit}.section{position:relative;z-index:2;width:100%;height:100vh;min-height:800px;max-height:1200px}.ending-section-container{position:-webkit-sticky;position:sticky;bottom:0;z-index:1}@font-face{font-family:Sotoshi;font-style:normal;font-weight:900;src:url(https://cdn.dancf.com/fe-assets/20250804/2ecc1ace4dd01fb187be3c9aa34b26d8.woff)}@media screen and (max-width: 1900px){.section-title{font-size:48px;line-height:1.39}.section-dec{font-size:14px}.hero-section__title{font-size:72px}.agent-section__header{margin-bottom:60px}.board-section__card{width:378px;height:421px;padding:13px 13px 33px;border-radius:16px}.board-section__header{margin-bottom:60px}.board-section__card-image{height:273px}.board-section__card-title{padding:20px 0 16px;font-size:20px;line-height:28px}.board-section__description{font-size:14px;line-height:18px}.community-section__bg{background-size:430px 430px}.community-section__title h2{margin-bottom:0;font-size:48px}.community-section__title p{font-size:14px}.model-section__header{margin-bottom:60px}.model-section__card{width:284px;height:212px}.model-section__card h3{font-size:16px}.work-section__header{margin-bottom:140px}.work-section__card{flex:0 0 220px;width:220px;height:220px}.work-section__card-main--hover{width:288px;height:410px}.work-section__card-content{padding:12px}.work-section__card-name{height:30px;font-size:16px;line-height:24px}.work-section__card-face{width:24px;height:24px}.work-section__card-profession{font-size:12px;line-height:24px}.work-section__card-description{margin-top:0;font-size:12px}}@media screen and (max-width: 768px){.ending-section-container{position:relative}.section-title{margin-bottom:16px;font-size:32px;font-weight:500}.floating-header{justify-content:center;height:50px}.floating-header__logo{width:72px;height:28px}.floating-header__left{display:flex;align-items:center;justify-content:center}.floating-header__center,.floating-header__right{display:none}.hero-section{min-height:auto;max-height:521px!important}.hero-section__logo{display:none}.hero-section__title{font-size:40px}.hero-section__search-box{display:flex;justify-content:center;background:none}.hero-section__search-box input{display:none}.hero-section__search-box .hero-section__create-btn{width:134px;height:50px}.hero-section__nav,.hero-section__preset-container,.hero-section__arrow{display:none}.video-section{height:224px;min-height:auto}.video-section__content{width:100%;height:100%;padding:0}.video-section__video-container{width:100%;height:100%;border:0;border-radius:0;transform:scale(1)!important}.video-section__play-overlay{border-radius:0}.video-section__play-button{width:36px;height:36px}.video-section__play-button svg{width:100%;height:100%}.agent-section{height:auto;min-height:auto;padding:48px 0 32px}.agent-section__header{margin-bottom:32px}.agent-section__cards{justify-content:flex-start;width:100%;padding:0 20px;overflow-x:auto;overflow-y:hidden}.agent-section__card{flex-shrink:0;width:161px;min-width:auto;height:213px;min-height:auto;margin:0 5px;border-radius:12px;transform:scale(1)!important}.agent-section__card-overlay{width:100%;height:100%;padding:10px;font-size:12px;line-height:16px}.community-section{display:block;align-content:flex-start;height:600px;min-height:auto}.community-section__bg{display:none}.community-section__title{align-items:center;justify-content:flex-start;width:100%;margin-top:48px}.community-section__title h2{margin-bottom:16px;font-size:32px;font-weight:500}.community-section__title p{font-size:14px}.community-section__title a{display:none}.community-section .spiral-cards{position:static;display:block;width:100%;margin-top:16px}.community-section .spiral-cards__container{position:static;display:grid;grid-template-rows:repeat(3,auto);grid-template-columns:110px 110px 110px;gap:5px 13px;justify-content:center;width:100%;height:auto;transform:none}.community-section .spiral-cards__card{position:relative!important;top:0!important;left:0!important;width:110px!important;height:182px!important;filter:blur(0)!important;opacity:1!important;transform:none!important;animation:none!important}.community-section .spiral-cards__card:hover{transform:none!important}.community-section .spiral-cards__card:nth-child(3n+2){top:54px!important}.community-section .spiral-cards__card:nth-child(3n+3){top:26px!important}.community-section .spiral-cards__card--6,.community-section .spiral-cards__card--7,.community-section .spiral-cards__card--8,.community-section .spiral-cards__card--9{display:none}.community-section .spiral-cards__card-image{border-radius:8px}.community-section .spiral-cards__card-content{height:16px;margin-top:2px}.community-section .spiral-cards__card-author img{width:14px;height:14px}.community-section .spiral-cards__author-name,.community-section .spiral-cards__action-count{font-size:12px;transform:scale(10/12);transform-origin:left center}.community-section .spiral-cards__action-count{transform-origin:right center}.community-section .spiral-cards__card-actions svg{width:14px;height:14px}.board-section{display:block;align-content:flex-start;height:auto;min-height:auto;padding:48px 0 32px}.board-section__bg-left,.board-section__bg-right{display:none}.board-section .pattern-background{animation:none}.board-section__header{margin-bottom:32px}.board-section__title{text-indent:0}.board-section__description{width:290px}.board-section__description br{display:none}.board-section__cards{justify-content:flex-start;width:100%;padding:0 20px;overflow-x:auto;overflow-y:hidden}.board-section__card{flex-shrink:0;width:196px!important;min-width:auto;height:255px!important;min-height:auto;padding:7px 7px 0;margin:0 8px;margin-top:0!important;border-radius:8px;transform:scale(1)!important}.board-section__card-description{width:110%;height:54px;font-size:12px;line-height:1.5;letter-spacing:-.5px;transform:scale(.916);transform-origin:0 0}.board-section__card-title{padding:10px 0 5px;font-size:16px}.board-section__card-image{width:182px;height:141px;border-radius:4px}.board-section__card-image img{transform:scale(1)!important}.board-section__card-overlay{width:100%;height:100%;padding:10px;font-size:12px;line-height:16px}.model-section{height:455px;min-height:auto}.model-section__header{margin-bottom:10px}.model-section__description{width:290px}.model-section__description br{display:none}.model-section__cards{gap:0;width:100%;min-width:auto;height:268px}.model-section__card{width:25vw;height:134px}.model-section__card img{width:35px;height:35px;margin-bottom:8px}.model-section__card h3{width:60px;font-size:12px;text-align:center}.work-section{height:373px;min-height:auto;padding:0;border-radius:0 0 12px 12px}.work-section__header{margin-bottom:32px}.work-section__carousel{pointer-events:none}.work-section__card{flex:0 0 128px;width:128px;height:128px}.work-section__card-main,.work-section__card-main img,.work-section__card-content{border-radius:8px}.work-section__card-content{padding:10px}.work-section__card-content h3{font-size:16px;line-height:1}.work-section__card-content p{font-size:12px;line-height:1}.ending-section{height:224px;padding-top:20px;margin-top:-20px}.ending-section__link{display:none}.ending-section img{width:191px;height:120 / 354 * 191px}}
