.main-kv{--main-kv-height:1200px;--kv-text-width:87%;--kv-text-max-width:1200px;--kv-text-padding:0;--prompt-font-size:18px;--prompt-line-height:26px;--prompt-margin:0 0 8px;--slogan-font-size:90px;--slogan-line-height:100px;--slogan-margin:0 0 80px;--slogan-padding:0;--hint-font-size:12px;--hint-line-height:18px;--hint-margin:0 24px 24px;--space-margin:0 0 0 204px;--dreamina-logo-width:80px;--dreamina-logo-height:80px;--dreamina-logo-margin:0 24px;--dreamina-logo-translateY:4px;--right-arrow-width:126px;--right-arrow-height:72px;--right-arrow-bg-width:72px;--right-arrow--bg-height:72px;--right-arrow-margin:0;--right-arrow-padding:0 27px;--right-arrow-translateX:20px;--right-arrow-translateY:16px;--main-kv-button-margin:0 0 60px;align-items:center;display:flex;height:var(--main-kv-height);justify-content:center;position:relative;width:100vw}.main-kv .main-kv-carousel{height:100%;position:absolute;width:100%}.main-kv .kv-carousel-item{height:100%;position:relative;width:100%}.main-kv .kv-carousel-item-img{height:100%;object-fit:cover;object-position:center;width:100%}.main-kv .kv-carousel-item-mask{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.4));height:100%;left:0;position:absolute;top:0;width:100%}.main-kv .kv-carousel-item-hint{bottom:0;color:var(--text-placeholder);font-size:var(--hint-font-size);line-height:var(--hint-line-height);margin:var(--hint-margin);position:absolute;right:0;text-align:right}.main-kv .kv-text{align-items:center;display:flex;flex-direction:column;font-family:Albert Sans;font-weight:400;height:100%;justify-content:flex-end;max-width:var(--kv-text-max-width);overflow:visible;padding:var(--kv-text-padding);text-wrap:wrap;width:var(--kv-text-width);z-index:var(--z-index-main-kv-text)}.main-kv .prompt{font-size:var(--prompt-font-size);line-height:var(--prompt-line-height);margin:var(--prompt-margin)}.main-kv .prompt,.main-kv .slogan{color:var(--text-primary);width:100%}.main-kv .slogan{cursor:pointer;font-family:Albert Sans Light;font-size:var(--slogan-font-size);font-weight:300;line-height:var(--slogan-line-height);margin:var(--slogan-margin);padding:var(--slogan-padding);position:relative;text-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.main-kv .slogan:hover .right-arrow{transform:translate(var(--right-arrow-translateX),var(--right-arrow-translateY))}.main-kv .slogan-en .space{margin:var(--space-margin)}.main-kv .dreamina-logo{height:var(--dreamina-logo-height);margin:var(--dreamina-logo-margin);position:relative;transform:translateY(var(--dreamina-logo-translateY));width:var(--dreamina-logo-width)}.main-kv .right-arrow{color:var(--text-primary);height:var(--right-arrow-height);margin:var(--right-arrow-margin);padding:var(--right-arrow-padding);position:absolute;transform:translateY(var(--right-arrow-translateY));transition:transform .3s ease;width:var(--right-arrow-width)}.main-kv .main-kv-button{display:none;margin:var(--main-kv-button-margin)}@media (min-width:1920px) and (max-width:2559px){.main-kv{--main-kv-height:1000px}}@media (min-width:1440px) and (max-width:1919px){.main-kv{--main-kv-height:810px}}@media (min-width:1024px) and (max-width:1439px){.main-kv{--main-kv-height:810px;--slogan-font-size:60px;--slogan-line-height:60px;--dreamina-logo-width:60px;--dreamina-logo-height:60px;--space-margin:0 0 0 136px;--right-arrow-width:105px;--right-arrow-height:60px;--right-arrow-bg-width:60px;--right-arrow--bg-height:60px;--right-arrow-padding:0 22px;--right-arrow-translateY:4px}}@media (max-width:1023px){.main-kv{--main-kv-height:620px;--kv-text-width:100%;--kv-text-padding:0 24px;--prompt-font-size:16px;--prompt-line-height:24px;--slogan-font-size:40px;--slogan-line-height:48px;--slogan-margin:0 0 28px;--dreamina-logo-margin:0 5px;--hint-margin:0 0 16px}.main-kv .main-kv-carousel .indicator-container{display:none}.main-kv .kv-carousel-item-hint{text-align:center;width:100%}.main-kv .prompt,.main-kv .slogan{text-align:center}.main-kv .slogan{font-family:Albert Sans Medium;font-weight:500;text-wrap:wrap}.main-kv .break,.main-kv .space{display:none}.main-kv .dreamina-logo{height:0;width:0}.main-kv .right-arrow{display:none}.main-kv .main-kv-button{display:block}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation-fill-mode:both;animation-name:slide-in}.slide-in,.slide-out{animation-duration:.5s}.slide-out{animation-fill-mode:both;animation-name:slide-out}.show-case{--show-case-background:var(--background-1);--show-case-height:818px;--text-max-width:900px;--text-padding:0;--title-font-size:54px;--title-line-height:60px;--title-margin:120px 0 0;--title-padding:0;--sub-title-font-size:16px;--sub-title-line-height:24px;--sub-title-margin:12px 0 0;--sub-title-padding:0;--show-case-button-margin:28px 0 0;--show-case-item-border-radius:8px;--show-case-imte-mask-padding:0 24px;background:var(--show-case-background);height:var(--show-case-height);overflow:hidden}.show-case,.show-case .show-case-text{align-items:center;display:flex;flex-direction:column;position:relative;text-align:center;width:100%}.show-case .show-case-text{max-width:var(--text-max-width);padding:var(--text-padding);z-index:var(--z-index-show-case-text)}.show-case .title{color:var(--text-primary);font-family:Albert Sans Medium;font-size:var(--title-font-size);font-weight:500;line-height:var(--title-line-height);margin:var(--title-margin);padding:var(--title-padding);width:100%}.show-case .sub-title{color:var(--text-tertiary);font-family:Albert Sans;font-size:var(--sub-title-font-size);font-weight:400;line-height:var(--sub-title-line-height);margin:var(--sub-title-margin);padding:var(--sub-title-padding);width:100%}.show-case .show-case-button{font-size:var(--show-case-button-font-size);margin:var(--show-case-button-margin)}.show-case .gallery{align-items:flex-end;bottom:0;display:flex;justify-content:space-between;margin:0 auto;position:absolute;width:1460px}.show-case .gallery-show{z-index:var(--z-index-show-case-gallery)}.show-case .gallery-column{width:198px}.show-case .show-case-item,.show-case .show-case-item-container{margin-top:12px;position:relative;width:100%}.show-case .show-case-item{border-radius:var(--show-case-item-border-radius);display:block;overflow:hidden}.show-case .show-case-item-img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.show-case .show-case-item-info{align-items:center;bottom:0;color:var(--text-secondary);display:flex;font-family:Albert Sans Medium;font-size:13px;font-weight:500;justify-content:space-between;left:0;line-height:20px;padding:12px 16px;position:absolute;text-overflow:ellipsis;text-shadow:0 0 4px rgba(0,0,0,.12);text-wrap:nowrap;width:100%}.show-case .show-case-item-info-author{align-items:center;display:flex;flex:0 0 100px;justify-content:flex-start}.show-case .show-case-item-info-avatar{border-radius:50%;height:20px;margin-right:8px;width:20px}.show-case .show-case-item-info-name{overflow:hidden;text-align:left;text-overflow:ellipsis;width:80px}.show-case .show-case-item-info-like{align-items:center;display:flex;flex:0 0 60px;justify-content:flex-end}.show-case .show-case-item-info-heart{height:16px;margin-right:4px;width:16px}.show-case .mask{align-items:center;-webkit-backdrop-filter:blur(8.5px);backdrop-filter:blur(8.5px);background:rgba(0,0,0,.3);border-radius:var(--show-case-item-border-radius);display:flex;height:100%;justify-content:center;opacity:0;padding:var(--show-case-imte-mask-padding);position:absolute;width:100%}.show-case .mask-text{color:var(--text-primary);font-family:Albert Sans Medium;font-size:14px;font-weight:500;margin-right:4px;text-align:center}.show-case .mask-arrow{height:16px;width:16px}@media (max-width:1023px){.show-case{--show-case-height:700px;--text-max-width:none;--text-padding:0 24px;--title-font-size:32px;--title-line-height:40px;--title-margin:80px 0 0}.show-case .gallery{transform:scale(.7);transform-origin:center bottom}}.cta{--background:linear-gradient(0deg,#000,#000),#202837;--title-width:100%;--title-max-width:900px;--title-font-size:54px;--title-line-height:60px;--title-margin:120px 0 0;--title-padding:0;--cta-button-width:300px;--cta-button-height:60px;--cta-button-font-size:16px;--cta-button-margin:28px 0 120px;--cta-button-video-height:504px;align-items:center;background-image:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/bg.08eab562.png);background-repeat:no-repeat;background-size:100% 100%;display:flex;flex-direction:column;overflow:hidden;position:relative;text-align:center;width:100%}.cta .title{color:var(--text-primary);font-family:Albert Sans Medium;font-size:var(--title-font-size);font-weight:500;line-height:var(--title-line-height);margin:var(--title-margin);max-width:var(--title-max-width);padding:var(--title-padding);width:var(--title-width)}.cta .cta-button{border:none;font-size:var(--cta-button-font-size);height:var(--cta-button-height);margin:var(--cta-button-margin);overflow:visible;position:relative;width:var(--cta-button-width)}.cta .scale-button{background-color:initial;height:100%;overflow:visible;position:relative;width:100%}.cta .button-video{height:var(--cta-button-video-height);left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw}.cta .button-icon{background-color:#fff;display:inline-block;height:18px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0VCRjhGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDIyIDQuMjI4YTQgNCAwIDAgMC0uMTk4LjAwN2wtLjA1NS0uMDAzYS4xOS4xOSAwIDAgMS0uMTQxLS4xMzdsLS4wMDItLjAwN2EuMi4yIDAgMCAxIC4wOC0uMjJjLjk0Ny0uNjM0IDEuMy0xLjQ4IDEuMDYyLTIuOTYzYS4xMi4xMiAwIDAgMSAuMDgtLjEzNy4xMTUuMTE1IDAgMCAxIC4xNDEuMDY1Yy42MDMgMS4zNjQgMS4zOTggMS44MzkgMi41MjYgMS44YS4xOS4xOSAwIDAgMSAuMTg0LjEzM2wuMDAzLjAwOGEuMi4yIDAgMCAxLS4wNC4xOTNsLS4wNTMuMDQycS0uMDgxLjA1MS0uMTYyLjEwN2MtLjMzNi4yMDMtLjk0Ny40NzctMS42NjYuNzEtLjcyLjIzNC0xLjM3My4zNy0xLjc2LjQwMm0tNi44NSA4Ljg2cS0uMzAxLjAwMi0uNTk1LjAyYTIgMiAwIDAgMS0uMTYzLS4wMS41Ny41NyAwIDAgMS0uNDI0LS40MWwtLjAwNy0uMDIzYS42LjYgMCAwIDEgLjI0LS42NmMyLjg0MS0xLjkgMy45MDMtNC40MzkgMy4xODUtOC44ODlhLjM2Ni4zNjYgMCAwIDEgLjI0My0uNDA5LjM0NC4zNDQgMCAwIDEgLjQyMS4xOTRjMS44MSA0LjA5NCA0LjE5NCA1LjUxNiA3LjU3OCA1LjM5OS4yNS0uMDEuNDc1LjE1NS41NTMuNDAxbC4wMDcuMDIzYS42LjYgMCAwIDEtLjEyLjU3OHEtLjA3LjA2LS4xNTguMTI4LS4yNDMuMTUyLS40ODUuMzIyYy0xLjAxLjYwNy0yLjg0MiAxLjQzLTUgMi4xMy0yLjE2LjctNC4xMTcgMS4xMDktNS4yNzYgMS4yMDVtNS41NTItLjQ0OWExNS44IDE1LjggMCAwIDAgMi44NTQtMS4yNDdsLS4wMDIuMDAxYy0xLjAxMiAxLjEyNC0xLjc0IDIuNDcxLTEuNzU1IDMuOTEyYS40Ni40NiAwIDAgMS0uMzEzLjQzNi40NC40NCAwIDAgMS0uNDk3LS4xOGMtLjgwNS0xLjE5NS0yLjExNy0xLjg5NC0zLjU0NS0yLjIyOC45ODctLjEgMi4xMDgtLjMyIDMuMjU4LS42OTRtNC4xLTguOTc2YTUuMjg3IDUuMjg3IDAgMCAxLTIuMDM3LjY0N2MuNDc2LjExMi45MTMuMzQ0IDEuMTgxLjc0My4wMzguMDU0LjEwNC4wNzkuMTY2LjA2YS4xNS4xNSAwIDAgMCAuMTA0LS4xNDVjLjAwNi0uNDguMjQ4LS45My41ODUtMS4zMDR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0VCRjhGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDIyIDQuMjI4YTQgNCAwIDAgMC0uMTk4LjAwN2wtLjA1NS0uMDAzYS4xOS4xOSAwIDAgMS0uMTQxLS4xMzdsLS4wMDItLjAwN2EuMi4yIDAgMCAxIC4wOC0uMjJjLjk0Ny0uNjM0IDEuMy0xLjQ4IDEuMDYyLTIuOTYzYS4xMi4xMiAwIDAgMSAuMDgtLjEzNy4xMTUuMTE1IDAgMCAxIC4xNDEuMDY1Yy42MDMgMS4zNjQgMS4zOTggMS44MzkgMi41MjYgMS44YS4xOS4xOSAwIDAgMSAuMTg0LjEzM2wuMDAzLjAwOGEuMi4yIDAgMCAxLS4wNC4xOTNsLS4wNTMuMDQycS0uMDgxLjA1MS0uMTYyLjEwN2MtLjMzNi4yMDMtLjk0Ny40NzctMS42NjYuNzEtLjcyLjIzNC0xLjM3My4zNy0xLjc2LjQwMm0tNi44NSA4Ljg2cS0uMzAxLjAwMi0uNTk1LjAyYTIgMiAwIDAgMS0uMTYzLS4wMS41Ny41NyAwIDAgMS0uNDI0LS40MWwtLjAwNy0uMDIzYS42LjYgMCAwIDEgLjI0LS42NmMyLjg0MS0xLjkgMy45MDMtNC40MzkgMy4xODUtOC44ODlhLjM2Ni4zNjYgMCAwIDEgLjI0My0uNDA5LjM0NC4zNDQgMCAwIDEgLjQyMS4xOTRjMS44MSA0LjA5NCA0LjE5NCA1LjUxNiA3LjU3OCA1LjM5OS4yNS0uMDEuNDc1LjE1NS41NTMuNDAxbC4wMDcuMDIzYS42LjYgMCAwIDEtLjEyLjU3OHEtLjA3LjA2LS4xNTguMTI4LS4yNDMuMTUyLS40ODUuMzIyYy0xLjAxLjYwNy0yLjg0MiAxLjQzLTUgMi4xMy0yLjE2LjctNC4xMTcgMS4xMDktNS4yNzYgMS4yMDVtNS41NTItLjQ0OWExNS44IDE1LjggMCAwIDAgMi44NTQtMS4yNDdsLS4wMDIuMDAxYy0xLjAxMiAxLjEyNC0xLjc0IDIuNDcxLTEuNzU1IDMuOTEyYS40Ni40NiAwIDAgMS0uMzEzLjQzNi40NC40NCAwIDAgMS0uNDk3LS4xOGMtLjgwNS0xLjE5NS0yLjExNy0xLjg5NC0zLjU0NS0yLjIyOC45ODctLjEgMi4xMDgtLjMyIDMuMjU4LS42OTRtNC4xLTguOTc2YTUuMjg3IDUuMjg3IDAgMCAxLTIuMDM3LjY0N2MuNDc2LjExMi45MTMuMzQ0IDEuMTgxLjc0My4wMzguMDU0LjEwNC4wNzkuMTY2LjA2YS4xNS4xNSAwIDAgMCAuMTA0LS4xNDVjLjAwNi0uNDguMjQ4LS45My41ODUtMS4zMDR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center;width:18px}.cta .button-text{align-items:center;background-color:transparent;background-color:rgba(0,0,0,.5);border-radius:8px;color:var(--text-primary);cursor:default;display:flex;font-family:Albert Sans Medium;font-size:16px;font-weight:500;gap:4px;height:100%;justify-content:center;opacity:0;position:relative;width:100%}@media (max-width:1023px){.cta{--title-max-width:none;--title-font-size:32px;--title-line-height:40px;--title-margin:80px 0 0;--title-padding:0 24px;--cta-button-margin:28px 0 80px}}.base-href{background:transparent;border:none;font-family:Albert Sans}.base-href :hover{cursor:pointer}.base-button{font-family:Albert Sans Medium;font-weight:500;--base-button-font-size:16px;--base-button-line-height:24px;align-items:center;background:transparent;color:var(--text-primary);display:flex;font-size:var(--base-button-font-size);justify-content:center;line-height:var(--base-button-line-height);text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.base-button :hover{cursor:pointer}.base-button-default{--base-button-border-radius:8px;--base-button-padding:0 20px;background-color:transparent;border:1px solid var(--text-tertiary);border-radius:var(--base-button-border-radius);box-sizing:border-box;gap:4px;height:60px;min-width:300px;overflow:hidden;padding:var(--base-button-padding);width:auto}.base-button-default .button-icon{background-color:#fff;display:inline-block;height:18px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0VCRjhGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDIyIDQuMjI4YTQgNCAwIDAgMC0uMTk4LjAwN2wtLjA1NS0uMDAzYS4xOS4xOSAwIDAgMS0uMTQxLS4xMzdsLS4wMDItLjAwN2EuMi4yIDAgMCAxIC4wOC0uMjJjLjk0Ny0uNjM0IDEuMy0xLjQ4IDEuMDYyLTIuOTYzYS4xMi4xMiAwIDAgMSAuMDgtLjEzNy4xMTUuMTE1IDAgMCAxIC4xNDEuMDY1Yy42MDMgMS4zNjQgMS4zOTggMS44MzkgMi41MjYgMS44YS4xOS4xOSAwIDAgMSAuMTg0LjEzM2wuMDAzLjAwOGEuMi4yIDAgMCAxLS4wNC4xOTNsLS4wNTMuMDQycS0uMDgxLjA1MS0uMTYyLjEwN2MtLjMzNi4yMDMtLjk0Ny40NzctMS42NjYuNzEtLjcyLjIzNC0xLjM3My4zNy0xLjc2LjQwMm0tNi44NSA4Ljg2cS0uMzAxLjAwMi0uNTk1LjAyYTIgMiAwIDAgMS0uMTYzLS4wMS41Ny41NyAwIDAgMS0uNDI0LS40MWwtLjAwNy0uMDIzYS42LjYgMCAwIDEgLjI0LS42NmMyLjg0MS0xLjkgMy45MDMtNC40MzkgMy4xODUtOC44ODlhLjM2Ni4zNjYgMCAwIDEgLjI0My0uNDA5LjM0NC4zNDQgMCAwIDEgLjQyMS4xOTRjMS44MSA0LjA5NCA0LjE5NCA1LjUxNiA3LjU3OCA1LjM5OS4yNS0uMDEuNDc1LjE1NS41NTMuNDAxbC4wMDcuMDIzYS42LjYgMCAwIDEtLjEyLjU3OHEtLjA3LjA2LS4xNTguMTI4LS4yNDMuMTUyLS40ODUuMzIyYy0xLjAxLjYwNy0yLjg0MiAxLjQzLTUgMi4xMy0yLjE2LjctNC4xMTcgMS4xMDktNS4yNzYgMS4yMDVtNS41NTItLjQ0OWExNS44IDE1LjggMCAwIDAgMi44NTQtMS4yNDdsLS4wMDIuMDAxYy0xLjAxMiAxLjEyNC0xLjc0IDIuNDcxLTEuNzU1IDMuOTEyYS40Ni40NiAwIDAgMS0uMzEzLjQzNi40NC40NCAwIDAgMS0uNDk3LS4xOGMtLjgwNS0xLjE5NS0yLjExNy0xLjg5NC0zLjU0NS0yLjIyOC45ODctLjEgMi4xMDgtLjMyIDMuMjU4LS42OTRtNC4xLTguOTc2YTUuMjg3IDUuMjg3IDAgMCAxLTIuMDM3LjY0N2MuNDc2LjExMi45MTMuMzQ0IDEuMTgxLjc0My4wMzguMDU0LjEwNC4wNzkuMTY2LjA2YS4xNS4xNSAwIDAgMCAuMTA0LS4xNDVjLjAwNi0uNDguMjQ4LS45My41ODUtMS4zMDR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0VCRjhGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDIyIDQuMjI4YTQgNCAwIDAgMC0uMTk4LjAwN2wtLjA1NS0uMDAzYS4xOS4xOSAwIDAgMS0uMTQxLS4xMzdsLS4wMDItLjAwN2EuMi4yIDAgMCAxIC4wOC0uMjJjLjk0Ny0uNjM0IDEuMy0xLjQ4IDEuMDYyLTIuOTYzYS4xMi4xMiAwIDAgMSAuMDgtLjEzNy4xMTUuMTE1IDAgMCAxIC4xNDEuMDY1Yy42MDMgMS4zNjQgMS4zOTggMS44MzkgMi41MjYgMS44YS4xOS4xOSAwIDAgMSAuMTg0LjEzM2wuMDAzLjAwOGEuMi4yIDAgMCAxLS4wNC4xOTNsLS4wNTMuMDQycS0uMDgxLjA1MS0uMTYyLjEwN2MtLjMzNi4yMDMtLjk0Ny40NzctMS42NjYuNzEtLjcyLjIzNC0xLjM3My4zNy0xLjc2LjQwMm0tNi44NSA4Ljg2cS0uMzAxLjAwMi0uNTk1LjAyYTIgMiAwIDAgMS0uMTYzLS4wMS41Ny41NyAwIDAgMS0uNDI0LS40MWwtLjAwNy0uMDIzYS42LjYgMCAwIDEgLjI0LS42NmMyLjg0MS0xLjkgMy45MDMtNC40MzkgMy4xODUtOC44ODlhLjM2Ni4zNjYgMCAwIDEgLjI0My0uNDA5LjM0NC4zNDQgMCAwIDEgLjQyMS4xOTRjMS44MSA0LjA5NCA0LjE5NCA1LjUxNiA3LjU3OCA1LjM5OS4yNS0uMDEuNDc1LjE1NS41NTMuNDAxbC4wMDcuMDIzYS42LjYgMCAwIDEtLjEyLjU3OHEtLjA3LjA2LS4xNTguMTI4LS4yNDMuMTUyLS40ODUuMzIyYy0xLjAxLjYwNy0yLjg0MiAxLjQzLTUgMi4xMy0yLjE2LjctNC4xMTcgMS4xMDktNS4yNzYgMS4yMDVtNS41NTItLjQ0OWExNS44IDE1LjggMCAwIDAgMi44NTQtMS4yNDdsLS4wMDIuMDAxYy0xLjAxMiAxLjEyNC0xLjc0IDIuNDcxLTEuNzU1IDMuOTEyYS40Ni40NiAwIDAgMS0uMzEzLjQzNi40NC40NCAwIDAgMS0uNDk3LS4xOGMtLjgwNS0xLjE5NS0yLjExNy0xLjg5NC0zLjU0NS0yLjIyOC45ODctLjEgMi4xMDgtLjMyIDMuMjU4LS42OTRtNC4xLTguOTc2YTUuMjg3IDUuMjg3IDAgMCAxLTIuMDM3LjY0N2MuNDc2LjExMi45MTMuMzQ0IDEuMTgxLjc0My4wMzguMDU0LjEwNC4wNzkuMTY2LjA2YS4xNS4xNSAwIDAgMCAuMTA0LS4xNDVjLjAwNi0uNDguMjQ4LS45My41ODUtMS4zMDR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center;width:18px}.base-button-default .button-text{flex:0 1 auto;font-family:Albert Sans Medium;font-weight:500;overflow:hidden;text-wrap:nowrap}.base-button-default .button-arrow{background-color:#fff;height:18px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0UwRjVGRiIgZmlsbC1vcGFjaXR5PSIuODUiIGQ9Ik05LjAwNiAzLjMzM0E3LjggNy44IDAgMCAwIDEyLjI2IDcuNUgxLjMzNHYxSDEyLjI2YTcuOCA3LjggMCAwIDAtMy4yNTQgNC4xNjZoMS4wNjFhNi44MSA2LjgxIDAgMCAxIDQuMzU0LTQuMDY4bC4yNDYtLjA3NVY3LjQ3NmwtLjI0Ni0uMDc1YTYuODEgNi44MSAwIDAgMS00LjM1NC00LjA2OHoiLz48L3N2Zz4=) no-repeat center;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0UwRjVGRiIgZmlsbC1vcGFjaXR5PSIuODUiIGQ9Ik05LjAwNiAzLjMzM0E3LjggNy44IDAgMCAwIDEyLjI2IDcuNUgxLjMzNHYxSDEyLjI2YTcuOCA3LjggMCAwIDAtMy4yNTQgNC4xNjZoMS4wNjFhNi44MSA2LjgxIDAgMCAxIDQuMzU0LTQuMDY4bC4yNDYtLjA3NVY3LjQ3NmwtLjI0Ni0uMDc1YTYuODEgNi44MSAwIDAgMS00LjM1NC00LjA2OHoiLz48L3N2Zz4=) no-repeat center;width:18px}.carousel{--indicator-item-content-width:12px;--indicator-item-content-height:4px;--indicator-item-content-width-active:12px;height:100%;position:relative;width:100%}.carousel-item{height:100%;left:0;opacity:.3;position:absolute;right:0;transition:opacity .5s ease;width:100%}.carousel .show{opacity:1;transition:opacity .5s ease;z-index:var(--z-index-carousel-item)}.carousel .indicator-container{align-items:center;bottom:0;display:flex;gap:6px;justify-content:center;position:absolute;width:100%;z-index:var(--z-index-carousel-indicator)}.carousel .indicator-item{cursor:pointer;padding:24px 0}.carousel .indicator-item .indicator-item-content{background:hsla(0,0%,100%,.2);border-radius:4px;height:var(--indicator-item-content-height);transition:all .3s ease;width:var(--indicator-item-content-width)}.carousel .indicator-item:hover .indicator-item-content{background:hsla(0,0%,100%,.4)}.carousel .indicator-item.active .indicator-item-content{background:hsla(0,0%,100%,.6);width:var(--indicator-item-content-width-active)}@media (max-width:1023px){.carousel{--indicator-item-content-width:4px}}.scenarios-screen{background:#050606;overflow:hidden;width:100%}.scenarios-screen .mixin-item-pc-app_scenarios{cursor:pointer;display:inline-block;height:100%;overflow:hidden;padding:20px;position:relative;width:386px}.scenarios-screen .mixin-item-pc-app_scenarios:hover img{scale:1.08}.scenarios-screen .mixin-item-pc-app_scenarios:hover .scenarios-screen-item-link svg{margin-left:12px}.scenarios-screen .mixin-item-pc-app_scenarios-img{border-radius:6px;height:270px;overflow:hidden;width:346px}.scenarios-screen .mixin-item-pc-app_scenarios img{display:block;height:auto;transition:scale .6s ease;width:100%}.scenarios-screen .mixin-item-pc-app_scenarios-title{color:#ebf8ff;font-family:Albert Sans Medium;font-size:24px;font-weight:500;line-height:36px;margin-top:20px;white-space:normal}.scenarios-screen .mixin-item-pc-app_scenarios-desc{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-weight:400;line-height:24px;white-space:normal}.scenarios-screen .mixin-item-pc-app_scenarios-link{align-items:center;border:none;bottom:20px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:16px;font-weight:500;height:24px;justify-content:center;line-height:24px;padding:0;position:absolute;text-align:start;width:auto}.scenarios-screen .mixin-item-pc-app_scenarios-link svg{margin-left:4px;transition:margin-left .12s ease-in}.scenarios-screen .mixin-item-pc-app_scenarios:not(:last-child){border-right:1px solid hsla(0,0%,100%,.2)}.scenarios-screen .mixin-container-pc-app_scenarios{border:1px solid hsla(0,0%,100%,.2);border-radius:8px;display:inline-block;height:100%;white-space:nowrap}.scenarios-screen .mixin-scroll-pc-app_scenarios{height:482px;overflow-x:scroll;overflow-y:hidden;padding:0 6.5%;width:100%}@media (min-width:1380px){.scenarios-screen .mixin-scroll-pc-app_scenarios{padding:0 calc(50% - 600px)}}.scenarios-screen .mixin-desc-pc-app_scenarios{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-weight:400;line-height:24px;margin:20px auto 0;max-width:1200px;padding-right:280px;position:relative;width:87%}.scenarios-screen .mixin-desc-pc-app_scenarios-arrow{bottom:10px;display:flex;height:28px;justify-content:space-between;position:absolute;right:120px;width:80px}.scenarios-screen .mixin-desc-pc-app_scenarios-arrow svg{cursor:pointer;height:100%;width:auto}.scenarios-screen .mixin-title-pc-app_scenario{color:var(--text-primary);font-family:Albert Sans Medium;font-size:54px;font-weight:500;line-height:60px;margin:auto;max-width:1200px;width:87%}@media (min-width:1440px){.scenarios-screen{padding:120px 0 144px 0}.scenarios-screen-title{color:var(--text-primary);font-family:Albert Sans Medium;font-size:54px;font-weight:500;line-height:60px;margin:auto;max-width:1200px;padding-right:280px;width:87%}.scenarios-screen-desc{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-weight:400;line-height:24px;margin:20px auto 0;max-width:1200px;padding-right:280px;position:relative;width:87%}.scenarios-screen-desc-arrow{bottom:10px;display:flex;height:28px;justify-content:space-between;position:absolute;right:120px;width:80px}.scenarios-screen-desc-arrow svg{cursor:pointer;height:100%;width:auto}.scenarios-screen-scroll{height:482px;margin-top:80px;overflow-x:scroll;overflow-y:hidden;padding:0 6.5%;width:100%}.scenarios-screen-container{border:1px solid hsla(0,0%,100%,.2);border-radius:8px;display:inline-block;height:100%;white-space:nowrap}.scenarios-screen-item{cursor:pointer;display:inline-block;height:100%;overflow:hidden;padding:20px;position:relative;width:386px}.scenarios-screen-item:hover img{scale:1.08}.scenarios-screen-item:hover .scenarios-screen-item-link svg{margin-left:12px}.scenarios-screen-item-img{border-radius:6px;height:270px;overflow:hidden;width:346px}.scenarios-screen-item img{display:block;height:auto;transition:scale .6s ease;width:100%}.scenarios-screen-item-title{color:#ebf8ff;font-family:Albert Sans Medium;font-size:24px;font-weight:500;line-height:36px;margin-top:20px;white-space:normal}.scenarios-screen-item-desc{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-weight:400;line-height:24px;white-space:normal}.scenarios-screen-item-link{align-items:center;border:none;bottom:20px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:16px;font-weight:500;height:24px;justify-content:center;line-height:24px;padding:0;position:absolute;text-align:start;width:auto}.scenarios-screen-item-link svg{margin-left:4px;transition:margin-left .12s ease-in}.scenarios-screen-item:not(:last-child){border-right:1px solid hsla(0,0%,100%,.2)}}@media (min-width:1440px) and (min-width:1380px){.scenarios-screen-scroll{padding:0 calc(50% - 600px)}}@media (min-width:1024px) and (max-width:1439px){.scenarios-screen{padding:120px 0 120px 0}.scenarios-screen-title{color:var(--text-primary);font-family:Albert Sans Medium;font-size:54px;font-weight:500;line-height:60px;margin:auto;max-width:1200px;padding-right:280px;width:87%}.scenarios-screen-desc{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-weight:400;line-height:24px;margin:20px auto 0;max-width:1200px;padding-right:280px;position:relative;width:87%}.scenarios-screen-desc-arrow{bottom:10px;display:flex;height:28px;justify-content:space-between;position:absolute;right:120px;width:80px}.scenarios-screen-desc-arrow svg{cursor:pointer;height:100%;width:auto}.scenarios-screen-scroll{height:482px;margin-top:60px;overflow-x:scroll;overflow-y:hidden;padding:0 6.5%;width:100%}.scenarios-screen-container{border:1px solid hsla(0,0%,100%,.2);border-radius:8px;display:inline-block;height:100%;white-space:nowrap}.scenarios-screen-item{cursor:pointer;display:inline-block;height:100%;overflow:hidden;padding:20px;position:relative;width:386px}.scenarios-screen-item:hover img{scale:1.08}.scenarios-screen-item:hover .scenarios-screen-item-link svg{margin-left:12px}.scenarios-screen-item-img{border-radius:6px;height:270px;overflow:hidden;width:346px}.scenarios-screen-item img{display:block;height:auto;transition:scale .6s ease;width:100%}.scenarios-screen-item-title{color:#ebf8ff;font-family:Albert Sans Medium;font-size:24px;font-weight:500;line-height:36px;margin-top:20px;white-space:normal}.scenarios-screen-item-desc{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-weight:400;line-height:24px;white-space:normal}.scenarios-screen-item-link{align-items:center;border:none;bottom:20px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:16px;font-weight:500;height:24px;justify-content:center;line-height:24px;padding:0;position:absolute;text-align:start;width:auto}.scenarios-screen-item-link svg{margin-left:4px;transition:margin-left .12s ease-in}.scenarios-screen-item:not(:last-child){border-right:1px solid hsla(0,0%,100%,.2)}}@media (min-width:1024px) and (max-width:1439px) and (min-width:1380px){.scenarios-screen-scroll{padding:0 calc(50% - 600px)}}@media (max-width:1023px){.scenarios-screen{padding:80px 0 80px 0}.scenarios-screen-title{color:#ebf8ff;font-family:Albert Sans Medium;font-size:32px;font-style:normal;font-weight:500;line-height:40px;margin:0 24px;text-align:center}.scenarios-screen-desc{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:12px 24px 0 24px;text-align:center}.scenarios-screen-desc-arrow{display:none}.scenarios-screen-scroll{margin-top:60px;overflow-x:scroll;width:100%}.scenarios-screen-container{align-items:stretch;display:inline-flex;justify-content:center;min-height:396px}.scenarios-screen-item{margin:0 20px;overflow:hidden;position:relative;width:288px}.scenarios-screen-item-img{border-radius:8px;overflow:hidden}.scenarios-screen-item img{display:block;height:auto;width:100%}.scenarios-screen-item-title{color:#ebf8ff;font-family:Albert Sans Medium;font-size:24px;font-style:normal;font-weight:500;line-height:36px;margin-top:20px}.scenarios-screen-item-desc{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:108px;margin-top:4px}.scenarios-screen-item-link{align-items:center;border:none;border:1px solid var(--text-tertiary,rgba(224,245,255,.6));border-radius:8px;bottom:20px;color:var(--text-primary,#ebf8ff);display:flex;font-family:Albert Sans Medium;font-size:16px;font-style:normal;font-weight:500;height:60px;justify-content:center;line-height:24px;position:absolute;width:100%}.scenarios-screen-item-link svg{margin-left:4px}}.disable-arrow path{fill:#d6f1ff;fill-opacity:.35}.active-arrow path{fill:#ebf8ff;fill-opacity:1}.active-arrow:hover path{fill:var(--Color-Main-Solid-Default)}.mixin-title-pc{color:var(--text-primary);font-family:Albert Sans Medium;font-size:54px;font-weight:500;line-height:60px}.generate-screen-icon{height:16px;margin-right:4px;width:16px}.generate-screen-mixin{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/thirdBkg.6983cb75.jpg) #d3d3d3 50%/cover no-repeat;overflow:hidden;position:relative;width:100%}.generate-screen-mixin-pc{height:1680px;margin:0 auto;margin-bottom:120px;max-width:1200px;min-width:1000px;position:relative;width:87%}.generate-screen-mixin-title{color:var(--text-primary);font-family:Albert Sans Medium;font-size:54px;font-weight:500;line-height:60px;margin:120px auto 80px;max-width:1200px;text-align:center;width:87%}@media (min-width:1024px) and (max-width:1439px){.generate-screen{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/thirdBkg.6983cb75.jpg) #d3d3d3 50%/cover no-repeat;overflow:hidden;position:relative;width:100%}.generate-screen-pc{height:1680px;margin:0 auto;margin-bottom:120px;max-width:1200px;min-width:1000px;position:relative;width:87%}.generate-screen-title{color:var(--text-primary);font-family:Albert Sans Medium;font-size:54px;font-weight:500;line-height:60px;margin:120px auto 80px;max-width:1200px;text-align:center;width:87%}.generate-screen-pc{height:1476px}.generate-screen-mobile{display:none}.generate-screen-t2i1{left:40px;top:0;width:460px}.generate-screen-t2i1,.generate-screen-t2i2{border-radius:8px;height:auto;position:absolute}.generate-screen-t2i2{right:0;top:440px;width:300px}.generate-screen-i2i1{right:220px;top:765px;width:320px}.generate-screen-i2i1,.generate-screen-i2i2{border-radius:8px;height:auto;position:absolute}.generate-screen-i2i2{left:40px;top:1276px;width:360px}.generate-screen-text2img{position:absolute;right:40px;top:0;width:400px}.generate-screen-text2img-name{align-items:center;color:rgba(224,245,255,.85);display:flex;font-family:Albert Sans Medium;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.generate-screen-text2img-desc{color:#ebf8ff;font-family:Albert Sans;font-size:18px;font-style:normal;font-weight:400;line-height:26px;margin-top:16px}.generate-screen-text2img-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;display:flex;font-family:Albert Sans Medium;font-size:16px;font-style:normal;font-weight:500;gap:4px;height:60px;justify-content:center;line-height:24px;margin-top:48px;min-width:100px;text-align:center;width:300px}.generate-screen-img2img{left:40px;position:absolute;top:765px;width:400px}.generate-screen-img2img-name{align-items:center;color:rgba(224,245,255,.85);display:flex;font-family:Albert Sans Medium;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.generate-screen-img2img-desc{color:#ebf8ff;font-family:Albert Sans;font-size:18px;font-style:normal;font-weight:400;line-height:26px;margin-top:16px}.generate-screen-img2img-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;display:flex;font-family:Albert Sans Medium;font-size:16px;font-style:normal;font-weight:500;gap:4px;height:60px;justify-content:center;line-height:24px;margin-top:48px;min-width:100px;text-align:center;width:300px}}@media (min-width:1440px){.generate-screen{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/thirdBkg.6983cb75.jpg) #d3d3d3 50%/cover no-repeat;overflow:hidden;position:relative;width:100%}.generate-screen-pc{height:1680px;margin:0 auto;margin-bottom:120px;max-width:1200px;min-width:1000px;position:relative;width:87%}.generate-screen-title{color:var(--text-primary);font-family:Albert Sans Medium;font-size:54px;font-weight:500;line-height:60px;margin:120px auto 80px;max-width:1200px;text-align:center;width:87%}.generate-screen-mobile{display:none}.generate-screen-t2i1{left:40px;top:0;width:540px}.generate-screen-t2i1,.generate-screen-t2i2{border-radius:8px;height:auto;position:absolute;transform-origin:center center}.generate-screen-t2i2{right:120px;right:0;top:530px;width:370px}.generate-screen-i2i1{right:381px;right:261px;top:840px;width:400px}.generate-screen-i2i1,.generate-screen-i2i2{border-radius:8px;height:auto;position:absolute;transform-origin:center center}.generate-screen-i2i2{left:40px;top:1443px;width:360px}.generate-screen-text2img{position:absolute;right:40px;top:0;width:400px}.generate-screen-text2img-name{align-items:center;color:rgba(224,245,255,.85);display:flex;font-family:Albert Sans Medium;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.generate-screen-text2img-desc{color:#ebf8ff;font-family:Albert Sans;font-size:18px;font-style:normal;font-weight:400;line-height:26px;margin-top:16px}.generate-screen-text2img-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:16px;font-style:normal;font-weight:500;gap:4px;height:60px;justify-content:center;line-height:24px;margin-top:48px;min-width:100px;text-align:center;width:300px}.generate-screen-img2img{left:40px;position:absolute;top:840px;width:400px}.generate-screen-img2img-name{align-items:center;color:rgba(224,245,255,.85);display:flex;font-family:Albert Sans Medium;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.generate-screen-img2img-desc{color:#ebf8ff;font-family:Albert Sans;font-size:18px;font-style:normal;font-weight:400;line-height:26px;margin-top:16px}.generate-screen-img2img-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:16px;font-style:normal;font-weight:500;gap:4px;height:60px;justify-content:center;line-height:24px;margin-top:48px;min-width:100px;text-align:center;width:300px}}@media (max-width:1023px){.generate-screen{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/thirdBkg.6983cb75.jpg) #d3d3d3 50%/cover no-repeat;overflow:hidden;width:100%}.generate-screen-pc{display:none}.generate-screen-mobile{overflow:hidden;position:relative;width:100%}.generate-screen-mobile-carousel{border-radius:8px;height:212px;margin:0 auto 28px auto;overflow:hidden;width:327px}.generate-screen-mobile-carousel .indicator-item{padding:8px 0}.generate-screen-mobile-carousel img{height:100%;object-fit:cover;width:100%}.generate-screen-title{color:#ebf8ff;font-size:32px;line-height:40px;margin:80px 24px 40px 24px;text-align:center;width:auto}.generate-screen .text-card{margin:0 24px 80px 24px;text-align:center}.generate-screen .text-card-name{align-items:center;color:rgba(224,245,255,.85);display:flex;font-family:Albert Sans Medium;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:20px}.generate-screen .text-card-desc{color:var(--text-primary,#ebf8ff);font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:400;line-height:26px;margin-top:12px;text-align:center}.generate-screen .text-card-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:16px;font-style:normal;font-weight:500;gap:4px;height:60px;justify-content:center;line-height:24px;margin:28px auto 0 auto;min-width:300px;text-align:center;width:auto}.generate-screen-img2img,.generate-screen-text2img{margin:0 24px 80px 24px;text-align:center}.generate-screen-img2img-name,.generate-screen-text2img-name{align-items:center;color:rgba(224,245,255,.85);display:flex;font-family:Albert Sans Medium;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:20px}.generate-screen-img2img-desc,.generate-screen-text2img-desc{color:var(--text-primary,#ebf8ff);font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:400;line-height:26px;margin-top:12px;text-align:center}.generate-screen-img2img-btn,.generate-screen-text2img-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:16px;font-style:normal;font-weight:500;gap:4px;height:60px;justify-content:center;line-height:24px;margin:28px auto 0 auto;min-width:300px;text-align:center;width:auto}}.canvas-screen-mixin{background:linear-gradient(0deg,#000,#000),#202837;overflow:hidden;width:100%}.canvas-screen-mixin-box{width:100%}.canvas-screen-mixin-title{color:var(--text-primary,#ebf8ff);font-family:Albert Sans Medium;font-size:54px;font-style:normal;font-weight:500;letter-spacing:1.62px;line-height:60px;margin:120px auto 12px auto;text-align:center;width:900px}.canvas-screen-mixin-desc{color:var(--text-tertiary,rgba(224,245,255,.6));font-family:Albert Sans;font-weight:400;margin:0 auto;width:900px}.canvas-screen-mixin-btn,.canvas-screen-mixin-desc{font-size:16px;font-style:normal;line-height:24px;text-align:center}.canvas-screen-mixin-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-weight:500;gap:4px;height:60px;justify-content:center;margin:28px auto 60px auto;min-width:100px;width:300px}.canvas-screen-mixin-tab{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:18px;font-style:normal;font-weight:400;height:36px;line-height:26px;text-align:center}.canvas-screen-mixin-tab-default{cursor:pointer;margin:0 24px}.canvas-screen-mixin-tab-active,.canvas-screen-mixin-tab-default:hover{color:var(--Color-Main-Solid-Default)}.canvas-screen-mixin-tab-active{cursor:pointer;font-family:Albert Sans SemiBold;font-weight:600;height:100%;margin:0 24px;position:relative}.canvas-screen-mixin-tab-active:after{background:var(--Color-Main-Solid-Default);content:"";height:2px;left:0;margin:0 24px;margin:34px auto 0;position:absolute;right:0;width:24px}.canvas-screen-mixin-main{height:540px;margin:10px auto 120px auto;position:relative;width:100%;z-index:20}.canvas-screen-mixin-main-bkg{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/bkg.1ee0a2f2.png) no-repeat;background-size:100% 100%;height:540px;left:0;margin:0 auto;position:absolute;right:0;scale:1.5;top:0;transition:scale .3s ease-in .3s;width:1000px}.canvas-screen-mixin-main-bkg-active{scale:1}.canvas-screen-mixin-main-tools{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/tools.fa83c26d.png) no-repeat;background-size:100% 100%;height:540px;left:0;margin:0 auto;position:absolute;right:0;scale:1.5;top:0;transition:scale .3s ease-in .5s;width:1000px}.canvas-screen-mixin-main-tools-active{scale:1}.canvas-screen-mixin-main-content{bottom:54px;height:355px;left:0;margin:0 auto;overflow:hidden;position:absolute;right:0;scale:3.5;transform-origin:50% 80%;transition:scale .3s ease-in 0s;width:536px}.canvas-screen-mixin-main-content img{height:auto;image-rendering:auto;left:0;position:absolute;top:0;width:100%}.canvas-screen-mixin-main-content-img-disable{display:none}.canvas-screen-mixin-main-content-active{scale:1}.canvas-screen-mixin-main-content-active .canvas-screen-mixin-main-content-static{display:none}@media (min-width:1024px) and (max-width:1439px){.canvas-screen{background:linear-gradient(0deg,#000,#000),#202837;overflow:hidden;width:100%}.canvas-screen-box{width:100%}.canvas-screen-title{color:var(--text-primary,#ebf8ff);font-family:Albert Sans Medium;font-size:54px;font-style:normal;font-weight:500;letter-spacing:1.62px;line-height:60px;margin:120px auto 12px auto;text-align:center;width:900px}.canvas-screen-desc{color:var(--text-tertiary,rgba(224,245,255,.6));font-family:Albert Sans;font-weight:400;margin:0 auto;width:900px}.canvas-screen-btn,.canvas-screen-desc{font-size:16px;font-style:normal;line-height:24px;text-align:center}.canvas-screen-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-weight:500;gap:4px;height:60px;justify-content:center;margin:28px auto 60px auto;min-width:100px;width:300px}.canvas-screen-tab{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:18px;font-style:normal;font-weight:400;height:36px;line-height:26px;text-align:center}.canvas-screen-tab-default{cursor:pointer;margin:0 24px}.canvas-screen-tab-active,.canvas-screen-tab-default:hover{color:var(--Color-Main-Solid-Default)}.canvas-screen-tab-active{cursor:pointer;font-family:Albert Sans SemiBold;font-weight:600;height:100%;margin:0 24px;position:relative}.canvas-screen-tab-active:after{background:var(--Color-Main-Solid-Default);content:"";height:2px;left:0;margin:0 24px;margin:34px auto 0;position:absolute;right:0;width:24px}.canvas-screen-main{height:540px;margin:10px auto 120px auto;position:relative;width:100%;z-index:20}.canvas-screen-main-bkg{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/bkg.1ee0a2f2.png) no-repeat;background-size:100% 100%;height:540px;left:0;margin:0 auto;position:absolute;right:0;scale:1.5;top:0;transition:scale .3s ease-in .3s;width:1000px}.canvas-screen-main-bkg-active{scale:1}.canvas-screen-main-tools{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/tools.fa83c26d.png) no-repeat;background-size:100% 100%;height:540px;left:0;margin:0 auto;position:absolute;right:0;scale:1.5;top:0;transition:scale .3s ease-in .5s;width:1000px}.canvas-screen-main-tools-active{scale:1}.canvas-screen-main-content{bottom:54px;height:355px;left:0;margin:0 auto;overflow:hidden;position:absolute;right:0;scale:3.5;transform-origin:50% 80%;transition:scale .3s ease-in 0s;width:536px}.canvas-screen-main-content img{height:auto;image-rendering:auto;left:0;position:absolute;top:0;width:100%}.canvas-screen-main-content-img-disable{display:none}.canvas-screen-main-content-active{scale:1}.canvas-screen-main-content-active .canvas-screen-main-content-static{display:none}}@media (min-width:1440px){.canvas-screen{background:linear-gradient(0deg,#000,#000),#202837;overflow:hidden;width:100%}.canvas-screen-box{width:100%}.canvas-screen-title{color:var(--text-primary,#ebf8ff);font-family:Albert Sans Medium;font-size:54px;font-style:normal;font-weight:500;letter-spacing:1.62px;line-height:60px;margin:120px auto 12px auto;text-align:center;width:900px}.canvas-screen-desc{color:var(--text-tertiary,rgba(224,245,255,.6));font-family:Albert Sans;font-weight:400;margin:0 auto;width:900px}.canvas-screen-btn,.canvas-screen-desc{font-size:16px;font-style:normal;line-height:24px;text-align:center}.canvas-screen-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-weight:500;gap:4px;height:60px;justify-content:center;margin:28px auto 60px auto;min-width:100px;width:300px}.canvas-screen-tab{color:rgba(224,245,255,.6);font-family:Albert Sans;font-size:18px;font-style:normal;font-weight:400;height:36px;line-height:26px;text-align:center}.canvas-screen-tab-default{cursor:pointer;margin:0 24px}.canvas-screen-tab-active,.canvas-screen-tab-default:hover{color:var(--Color-Main-Solid-Default)}.canvas-screen-tab-active{cursor:pointer;font-family:Albert Sans SemiBold;font-weight:600;height:100%;margin:0 24px;position:relative}.canvas-screen-tab-active:after{background:var(--Color-Main-Solid-Default);content:"";height:2px;left:0;margin:0 24px;margin:34px auto 0;position:absolute;right:0;width:24px}.canvas-screen-main{height:540px;margin:10px auto 120px auto;position:relative;width:100%;z-index:20}.canvas-screen-main-bkg{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/bkg.1ee0a2f2.png) no-repeat;background-size:100% 100%;height:540px;left:0;margin:0 auto;position:absolute;right:0;scale:1.5;top:0;transition:scale .3s ease-in .3s;width:1000px}.canvas-screen-main-bkg-active{scale:1}.canvas-screen-main-tools{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/tools.fa83c26d.png) no-repeat;background-size:100% 100%;height:540px;left:0;margin:0 auto;position:absolute;right:0;scale:1.5;top:0;transition:scale .3s ease-in .5s;width:1000px}.canvas-screen-main-tools-active{scale:1}.canvas-screen-main-content{bottom:54px;height:355px;left:0;margin:0 auto;overflow:hidden;position:absolute;right:0;scale:3.5;transform-origin:50% 80%;transition:scale .3s ease-in 0s;width:536px}.canvas-screen-main-content img{height:auto;image-rendering:auto;left:0;position:absolute;top:0;width:100%}.canvas-screen-main-content-img-disable{display:none}.canvas-screen-main-content-active{scale:1}.canvas-screen-main-content-active .canvas-screen-main-content-static{display:none}}@media (max-width:1023px){.canvas-screen{background:linear-gradient(0deg,#000,#000),#202837;overflow:hidden;padding-bottom:80px;width:100%}.canvas-screen-box{margin:0 24px}.canvas-screen-title{color:var(--text-primary,#ebf8ff);font-family:Albert Sans Medium;font-size:32px;font-style:normal;font-weight:500;letter-spacing:.96px;line-height:40px;margin:80px 0 12px 0;text-align:center}.canvas-screen-desc{color:var(--text-tertiary,rgba(224,245,255,.6));font-family:Albert Sans;font-weight:400}.canvas-screen-btn,.canvas-screen-desc{font-size:16px;font-style:normal;line-height:24px;text-align:center}.canvas-screen-btn{align-items:center;-webkit-backdrop-filter:blur(11.5px);backdrop-filter:blur(11.5px);border-radius:8px;color:#ebf8ff;cursor:pointer;display:flex;font-family:Albert Sans Medium;font-weight:500;gap:4px;height:60px;justify-content:center;margin:28px auto 40px auto;min-width:300px;width:auto}.canvas-screen-tab{color:rgba(224,245,255,.6);display:flex;font-family:Albert Sans;font-size:14px;font-style:normal;font-weight:400;gap:24px;height:36px;justify-content:center;line-height:20px;text-align:center;white-space:nowrap;width:100%}.canvas-screen-tab-default{cursor:pointer}.canvas-screen-tab-active{color:var(--Color-Main-Solid-Default);cursor:pointer;font-family:Albert Sans SemiBold;font-weight:600;height:100%;position:relative}.canvas-screen-tab-active:after{background:var(--Color-Main-Solid-Default);content:"";height:2px;left:0;margin:28px auto 0;position:absolute;right:0;width:24px}.canvas-screen-main{height:2.02rem;position:relative;width:100%}.canvas-screen-main-bkg{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/bkg.1ee0a2f2.png) no-repeat;background-size:cover}.canvas-screen-main-bkg,.canvas-screen-main-tools{height:100%;left:0;margin:0 auto;position:absolute;right:0;top:0;width:100%}.canvas-screen-main-tools{background:url(//sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/growth/dreamina/static/image/tools.fa83c26d.png) no-repeat;background-size:cover}.canvas-screen-main-content{bottom:.2rem;height:1.34rem;left:0;margin:0 auto;overflow:hidden;position:absolute;right:0;width:2.02rem}.canvas-screen-main-content img{height:auto;image-rendering:auto;left:0;position:absolute;top:0;width:100%}.canvas-screen-main-content-img-disable,.canvas-screen-main-content-static{display:none}}.dreamina-footer{--footer-padding:60px 40px 28px;--footer-main-content-margin:0 0 200px;--footer-menu-margin:0 40px 0 0;--footer-menu-container-gap:60px;--footer-menu-column-padding:0;--footer-menu-children-padding:0;--footer-menu-child-margin-top:16px;--footer-menu-child-line-height:20px;--footer-logo-margin-bottom:24px;--footer-social-discord-btn-min-width:240px;--footer-social-discord-btn-margin:0 0 24px;--footer-social-other-gap:18px;--footer-legal-container-gap:8px 40px;background:#fff}.dreamina-footer,.dreamina-footer .dreamina-footer-main-content{align-items:center;display:flex;justify-content:center;width:100%}.dreamina-footer .dreamina-footer-main-content{flex-direction:column;max-width:1440px;padding:var(--footer-padding)}.dreamina-footer .dreamina-footer-main-content-top{display:flex;justify-content:space-between;margin:var(--footer-main-content-margin);width:100%}.dreamina-footer .dreamina-footer-main-content-top .menu-container{display:flex;gap:var(--footer-menu-container-gap);justify-content:flex-start;margin:var(--footer-menu-margin)}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-column{align-items:flex-start;display:flex;flex-direction:column;min-width:120px;padding:var(--footer-menu-column-padding)}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-title{color:var(--background-panel);font-family:Albert Sans SemiBold;font-size:18px;font-weight:600;line-height:26px;pointer-events:none}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-title .menu-title-arrow{display:none}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-children{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;max-height:0;padding:var(--footer-menu-children-padding)}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-child{color:var(--background-popconfirm);font-family:Albert Sans;font-size:14px;font-weight:400;line-height:var(--footer-menu-child-line-height);margin-top:var(--footer-menu-child-margin-top)}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-child:active,.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-child:hover{color:var(--background-1);-webkit-text-decoration-line:underline;text-decoration-line:underline}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer{align-items:flex-end;display:flex;flex-direction:column}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .dreamina-footer-logo{height:30px;margin-bottom:var(--footer-logo-margin-bottom);width:160px}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container{align-items:flex-end;display:flex;flex-direction:column}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .discord-btn-container{align-items:center;display:flex;justify-content:center;margin:var(--footer-social-discord-btn-margin)}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .discord-btn{align-items:center;background-color:#fff;border:1px solid #3b4559;border-radius:8px;box-sizing:border-box;color:var(--background-panel);display:flex;font-family:Albert Sans Medium;font-size:16px;font-weight:500;gap:4px;height:60px;justify-content:center;line-height:24px;min-width:var(--footer-social-discord-btn-min-width);padding:8px 20px;text-align:center;transition:all .3s ease}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .discord-btn-icon{background-color:#1a1919;display:inline-block;height:21px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzFEMjEyOSIgZD0iTTE2LjExIDQuODUzYTEzLjQgMTMuNCAwIDAgMC0zLjI5NC0xLjAyMi4wNS4wNSAwIDAgMC0uMDU0LjAyNWMtLjE0MS4yNTMtLjMuNTgzLS40MS44NDNhMTIuMyAxMi4zIDAgMCAwLTMuNzAxIDAgOSA5IDAgMCAwLS40MTctLjg0My4wNS4wNSAwIDAgMC0uMDUzLS4wMjVjLTEuMTM4LjE5Ni0yLjI0Ni41NC0zLjI5NSAxLjAyMmEuMDUuMDUgMCAwIDAtLjAyMi4wMThjLTIuMSAzLjEzNi0yLjY3NSA2LjE5NS0yLjM5MiA5LjIxNWEuMDYuMDYgMCAwIDAgLjAyMS4wMzggMTMuNCAxMy40IDAgMCAwIDQuMDQzIDIuMDQ1LjA1LjA1IDAgMCAwIC4wNTYtLjAycS40Ny0uNjM3LjgyOC0xLjM0NGEuMDUuMDUgMCAwIDAtLjAyOC0uMDcyIDkgOSAwIDAgMS0xLjI2My0uNjAyLjA1LjA1IDAgMCAxLS4wMjYtLjA0Mi4wNS4wNSAwIDAgMSAuMDItLjA0NHEuMTI5LS4wOTYuMjUyLS4xOTdhLjA1LjA1IDAgMCAxIC4wNTItLjAwN2MyLjY1IDEuMjEgNS41MTggMS4yMSA4LjEzNiAwYS4wNS4wNSAwIDAgMSAuMDUzLjAwN3EuMTIyLjEuMjUyLjE5N2EuMDUuMDUgMCAwIDEgLjAyLjA0NC4wNS4wNSAwIDAgMS0uMDI0LjA0MiA4LjMgOC4zIDAgMCAxLTEuMjY0LjYuMDUuMDUgMCAwIDAtLjAzNC4wNTJxLjAwMi4wMTIuMDA2LjAyMi4zNjYuNzA1LjgyNyAxLjM0NGEuMDUuMDUgMCAwIDAgLjA1Ni4wMTkgMTMuNCAxMy40IDAgMCAwIDQuMDUtMi4wNDQuMDUuMDUgMCAwIDAgLjAyLS4wMzdjLjMzOC0zLjQ5Mi0uNTY0LTYuNTI2LTIuMzkzLTkuMjE0YS4wNC4wNCAwIDAgMC0uMDIxLS4wMm0tOC4yOTQgNy4zOTNjLS43OTggMC0xLjQ1Ni0uNzMyLTEuNDU2LTEuNjMxIDAtLjkuNjQ1LTEuNjMyIDEuNDU2LTEuNjMyLjgxNiAwIDEuNDY3Ljc0IDEuNDU1IDEuNjMyIDAgLjktLjY0NSAxLjYzMS0xLjQ1NSAxLjYzMW01LjM4IDBjLS43OTkgMC0xLjQ1Ni0uNzMyLTEuNDU2LTEuNjMxIDAtLjkuNjQ0LTEuNjMyIDEuNDU1LTEuNjMyLjgxNyAwIDEuNDY4Ljc0IDEuNDU1IDEuNjMyIDAgLjktLjYzOCAxLjYzMS0xLjQ1NSAxLjYzMSIvPjwvc3ZnPg==) no-repeat center;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzFEMjEyOSIgZD0iTTE2LjExIDQuODUzYTEzLjQgMTMuNCAwIDAgMC0zLjI5NC0xLjAyMi4wNS4wNSAwIDAgMC0uMDU0LjAyNWMtLjE0MS4yNTMtLjMuNTgzLS40MS44NDNhMTIuMyAxMi4zIDAgMCAwLTMuNzAxIDAgOSA5IDAgMCAwLS40MTctLjg0My4wNS4wNSAwIDAgMC0uMDUzLS4wMjVjLTEuMTM4LjE5Ni0yLjI0Ni41NC0zLjI5NSAxLjAyMmEuMDUuMDUgMCAwIDAtLjAyMi4wMThjLTIuMSAzLjEzNi0yLjY3NSA2LjE5NS0yLjM5MiA5LjIxNWEuMDYuMDYgMCAwIDAgLjAyMS4wMzggMTMuNCAxMy40IDAgMCAwIDQuMDQzIDIuMDQ1LjA1LjA1IDAgMCAwIC4wNTYtLjAycS40Ny0uNjM3LjgyOC0xLjM0NGEuMDUuMDUgMCAwIDAtLjAyOC0uMDcyIDkgOSAwIDAgMS0xLjI2My0uNjAyLjA1LjA1IDAgMCAxLS4wMjYtLjA0Mi4wNS4wNSAwIDAgMSAuMDItLjA0NHEuMTI5LS4wOTYuMjUyLS4xOTdhLjA1LjA1IDAgMCAxIC4wNTItLjAwN2MyLjY1IDEuMjEgNS41MTggMS4yMSA4LjEzNiAwYS4wNS4wNSAwIDAgMSAuMDUzLjAwN3EuMTIyLjEuMjUyLjE5N2EuMDUuMDUgMCAwIDEgLjAyLjA0NC4wNS4wNSAwIDAgMS0uMDI0LjA0MiA4LjMgOC4zIDAgMCAxLTEuMjY0LjYuMDUuMDUgMCAwIDAtLjAzNC4wNTJxLjAwMi4wMTIuMDA2LjAyMi4zNjYuNzA1LjgyNyAxLjM0NGEuMDUuMDUgMCAwIDAgLjA1Ni4wMTkgMTMuNCAxMy40IDAgMCAwIDQuMDUtMi4wNDQuMDUuMDUgMCAwIDAgLjAyLS4wMzdjLjMzOC0zLjQ5Mi0uNTY0LTYuNTI2LTIuMzkzLTkuMjE0YS4wNC4wNCAwIDAgMC0uMDIxLS4wMm0tOC4yOTQgNy4zOTNjLS43OTggMC0xLjQ1Ni0uNzMyLTEuNDU2LTEuNjMxIDAtLjkuNjQ1LTEuNjMyIDEuNDU2LTEuNjMyLjgxNiAwIDEuNDY3Ljc0IDEuNDU1IDEuNjMyIDAgLjktLjY0NSAxLjYzMS0xLjQ1NSAxLjYzMW01LjM4IDBjLS43OTkgMC0xLjQ1Ni0uNzMyLTEuNDU2LTEuNjMxIDAtLjkuNjQ0LTEuNjMyIDEuNDU1LTEuNjMyLjgxNyAwIDEuNDY4Ljc0IDEuNDU1IDEuNjMyIDAgLjktLjYzOCAxLjYzMS0xLjQ1NSAxLjYzMSIvPjwvc3ZnPg==) no-repeat center;transition:all .3s ease;width:21px}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .discord-btn:active,.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .discord-btn:hover{background-color:var(--background-panel);color:var(--text-primary)}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .discord-btn:active .discord-btn-icon,.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .discord-btn:hover .discord-btn-icon{background-color:#fff}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .social-other{align-items:center;display:flex;gap:var(--footer-social-other-gap);justify-content:flex-end}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .social-other-item{height:20px;opacity:.4;transition:opacity .3s ease;width:20px}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .social-other-item img{height:20px;width:20px}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .social-other-item:active,.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .social-other-item:hover{opacity:1}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container .hidden{display:none}.dreamina-footer .legal-container{align-self:flex-end;display:flex;flex:1 1;flex-wrap:wrap;gap:var(--footer-legal-container-gap);width:100%}.dreamina-footer .legal-container .legal-item{align-items:center;color:var(--opacity-black-40);display:flex;font-family:Albert Sans;font-size:12px;font-weight:400;line-height:18px;text-wrap:nowrap}.dreamina-footer .legal-container .legal-item:hover{color:var(--background-panel)}.dreamina-footer .legal-container .legal-item .legal-item-img{height:1em;margin-right:4px;object-fit:cover}.dreamina-footer .legal-container .hidden{display:none}@media (min-width:1024px) and (max-width:1439px){.dreamina-footer{--footer-menu-container-gap:40px}}@media (max-width:1023px){.dreamina-footer{--footer-padding:60px 24px 40px;--footer-main-content-margin:0 0 28px;--footer-menu-margin:0 0 28px;--footer-menu-column-padding:28px 0;--footer-menu-container-gap:0;--footer-menu-children-padding:0 12px;--footer-menu-child-margin-top:8px;--footer-menu-child-line-height:48px;--footer-logo-margin-bottom:28px;--footer-social-discord-btn-min-width:300px;--footer-social-discord-btn-margin:0 0 28px;--footer-social-other-gap:24px;--footer-legal-container-gap:8px}.dreamina-footer .dreamina-footer-main-content-top{align-items:center;flex-direction:column}.dreamina-footer .dreamina-footer-main-content-top .menu-container{flex-direction:column;width:100%}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-column{border-bottom:1px solid rgba(15,17,21,.08);padding:var(--footer-menu-column-padding)}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-column:last-child{border-bottom:none}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-title{align-items:center;display:flex;justify-content:space-between;pointer-events:all;position:relative;width:100%}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-title .menu-title-arrow{display:block;height:24px;transform:rotate(90deg);transform-origin:center center;transition:transform .3s ease;width:24px}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-title.expand .menu-title-arrow{transform:rotate(270deg)}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-children{max-height:0;overflow:hidden;transition:max-height .3s ease}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-child{font-family:Albert Sans Medium;font-size:16px;font-weight:500}.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-child:active,.dreamina-footer .dreamina-footer-main-content-top .menu-container .menu-child:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer,.dreamina-footer .dreamina-footer-main-content-top .logo-social-cotainer .social-container{align-items:center}.dreamina-footer .legal-container{align-items:center;display:flex;flex-direction:column;justify-content:center}}.menu-panel{--column-padding-top:20px;--column-padding-bottom:40px;--panel-padding-left:184px;--column-gap:40px;--menu-item-line-height:16px;--menu-item-second-margin-bottom:16px;--menu-item-third-margin-bottom:12px;box-sizing:border-box;display:flex;max-height:0;overflow:hidden;transition:all .3s ease;width:100%}.menu-panel.show{max-height:1000px}.menu-panel:after,.menu-panel:before{content:"";flex:0 1 184px}.menu-panel a{cursor:pointer}.menu-panel a:active,.menu-panel a:hover{color:var(--Color-Main-Solid-Default)}.menu-panel dd,.menu-panel dl,.menu-panel dt{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;margin:0}.menu-panel .menu-panel-content{display:flex;flex:1 0 auto;gap:var(--column-gap)}.menu-panel .menu-panel-column{font-family:Albert Sans Medium;font-weight:500;padding-bottom:var(--column-padding-bottom);padding-right:20px;padding-top:var(--column-padding-top);text-align:left;text-wrap:nowrap}.menu-panel .menu-panel-column .menu-item-second{color:var(--text-tertiary);font-size:14px;line-height:var(--menu-item-second-line-height);margin-bottom:var(--menu-item-second-margin-bottom)}.menu-panel .menu-panel-column .menu-item-third{color:var(--text-primary);font-size:14px;line-height:var(--menu-item-line-height);margin-bottom:var(--menu-item-third-margin-bottom)}.menu-panel .menu-panel-column .menu-item-aggregation{color:var(--text-tertiary);font-size:14px;line-height:var(--menu-item-second-line-height)}.menu-panel .menu-panel-column .menu-item-aggregation a{-webkit-text-decoration-line:underline;text-decoration-line:underline}@media (min-width:1024px) and (max-width:1439px){.menu-panel{--column-gap:20px}}@media (max-width:1023px){.menu-panel{--column-gap:20px}}.dreamina-language-panel-mask{background:rgba(15,17,21,.8);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .4s ease;visibility:hidden;width:100vw;z-index:var(--z-index-language-selector-panel);-ms-scroll-chaining:none;overscroll-behavior:none}.dreamina-language-panel-mask .language-panel{background:var(--background-panel);border:1px solid rgba(184,221,255,.12);border-radius:16px;bottom:0;display:flex;flex-direction:column;height:416px;left:0;margin:auto;padding:32px;position:absolute;right:0;top:0;transform:scale(0);transition:transform .4s cubic-bezier(.3,1.3,.3,1);width:830px}.dreamina-language-panel-mask .language-panel .panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.dreamina-language-panel-mask .language-panel .panel-header .title{color:#fafbff;font-family:Albert Sans SemiBold;font-size:16px;font-weight:600;line-height:24px}.dreamina-language-panel-mask .language-panel .panel-header .close-icon{background:transparent;border-radius:4px;cursor:pointer;height:28px;width:28px}.dreamina-language-panel-mask .language-panel .panel-header .close-icon:active,.dreamina-language-panel-mask .language-panel .panel-header .close-icon:hover{background:rgba(229,236,255,.1)}.dreamina-language-panel-mask .language-panel .panel-body{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:16px 0}.dreamina-language-panel-mask .language-panel .panel-body .language-item{align-items:center;border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:14px;font-weight:500;height:36px;justify-content:space-between;line-height:20px;padding:8px 12px;text-wrap:nowrap;width:228px}.dreamina-language-panel-mask .language-panel .panel-body .language-item:active,.dreamina-language-panel-mask .language-panel .panel-body .language-item:hover{background:rgba(204,221,255,.06)}.dreamina-language-panel-mask .language-panel .panel-body .language-item.active{color:var(--Color-Main-Solid-Default);font-family:Albert Sans SemiBold;font-weight:600}.dreamina-language-panel-mask .language-panel .panel-body .language-item.active:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAIVBMVEUAAAAAy+AAz98AyuAAzd8AyuAAyuAAyuAAzN8Ay98AyuAxMjnzAAAACnRSTlMAYBDPIN+/oFBANSq1UwAAAHVJREFUOMvt0iEKgEAUhOHVE5hNgqDVbDLbrJ7GW5gfiGFOqWHqDIj1/XEeH1u2ZNnfFnsd7s5c6xmTOfdAWIzLYjQWxzd8Hg5XCIdXTuLl9t0k5qgwV4k5K8xdYh4UJidWfCcWnFhxYsGJ7R8ynFg0biXLdA+u90ec16I3twAAAABJRU5ErkJggg==) no-repeat;background-size:100%;content:"";height:20px;width:20px}.panel-show{opacity:1;visibility:visible}.panel-show .language-panel{transform:scale(1)}.base-side-panel{--menu-child-line-height:24px;--menu-child-margin-bottom:26px;--menu-bottom-height:32px;--menu-bottom-margin-bottom:24px;align-items:center;background:var(--background-1);border:1px solid hsla(0,0%,100%,.1);display:flex;display:none;flex-direction:column;height:100vh;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:324px;z-index:var(--z-index-side-panel)}.base-side-panel.show{transform:translateX(0)}.base-side-panel .panel-header{align-items:center;border-bottom:1px solid var(--Line-level-2,hsla(0,0%,100%,.06));color:var(--text-primary,#ebf8ff);display:flex;flex:0 0 68px;font-family:Albert Sans SemiBold;font-size:16px;font-weight:600;padding:0 28px;width:100%}.base-side-panel .panel-header .back-arrow{cursor:pointer;margin-right:16px;transform:rotate(180deg);transform-origin:center}.base-side-panel .panel-body{align-items:center;display:flex;flex:1 1;flex-direction:column;overflow-x:hidden;overflow-y:scroll;padding:20px 28px;width:100%}.base-side-panel .panel-body .menu-container{align-items:center;border-bottom:1px solid var(--Line-level-2,hsla(0,0%,100%,.06));display:flex;flex-direction:column;margin-bottom:24px;width:100%}.base-side-panel .panel-body .menu-title{align-items:center;color:var(--text-primary,#ebf8ff);cursor:pointer;display:flex;font-family:Albert Sans SemiBold;font-size:16px;font-weight:600;justify-content:space-between;line-height:20px;padding-bottom:24px;position:relative;width:100%}.base-side-panel .panel-body .menu-title .menu-title-arrow{height:16px;transform:rotate(90deg);transition:transform .3s ease;width:16px}.base-side-panel .panel-body .menu-title.expand .menu-title-arrow{transform:rotate(270deg)}.base-side-panel .panel-body .menu-children{align-items:flex-start;display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s ease;width:100%}.base-side-panel .panel-body .menu-children .menu-child{align-items:center;color:var(--text-primary,#ebf8ff);cursor:pointer;display:flex;font-family:Albert Sans Medium;font-size:14px;font-weight:500;justify-content:space-between;line-height:var(--menu-child-line-height);margin-bottom:var(--menu-child-margin-bottom);padding:0 12px;width:100%}.base-side-panel .panel-body .menu-children .menu-child:active,.base-side-panel .panel-body .menu-children .menu-child:hover{color:var(--Color-Main-Solid-Default,#00cae0)}.base-side-panel .panel-body .menu-children .menu-child.active{color:var(--Color-Main-Solid-Default,#00cae0);font-family:Albert Sans SemiBold;font-weight:600}.base-side-panel .panel-body .menu-children .menu-child.active:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAIVBMVEUAAAAAy+AAz98AyuAAzd8AyuAAyuAAyuAAzN8Ay98AyuAxMjnzAAAACnRSTlMAYBDPIN+/oFBANSq1UwAAAHVJREFUOMvt0iEKgEAUhOHVE5hNgqDVbDLbrJ7GW5gfiGFOqWHqDIj1/XEeH1u2ZNnfFnsd7s5c6xmTOfdAWIzLYjQWxzd8Hg5XCIdXTuLl9t0k5qgwV4k5K8xdYh4UJidWfCcWnFhxYsGJ7R8ynFg0biXLdA+u90ec16I3twAAAABJRU5ErkJggg==) no-repeat;background-size:100%;content:"";height:var(--menu-child-line-height);width:var(--menu-child-line-height)}.base-side-panel .panel-body .menu-bottom{align-items:center;background:var(--Fill-Transparency-Block,rgba(229,236,255,.1));border-radius:18px;color:var(--text-secondary);display:flex;font-family:Albert Sans;font-size:14px;font-weight:400;justify-content:center;line-height:var(--menu-bottom-height);margin-bottom:var(--menu-bottom-margin-bottom);margin-left:12px;overflow:hidden;padding:0 16px}.base-side-panel .panel-body .menu-bottom:active,.base-side-panel .panel-body .menu-bottom:hover{color:var(--Color-Main-Solid-Default,#00cae0)}.base-side-panel .panel-footer{flex:0 0 auto;width:100%}@media (max-width:1023px){.base-side-panel{display:flex}}.dreamina-side-panel{display:none;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100vw;z-index:var(--z-index-side-panel);-ms-scroll-chaining:none;background:rgba(15,17,21,.6);overscroll-behavior:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dreamina-side-panel.show{opacity:1;visibility:visible}.dreamina-side-panel .main-panel-header{align-items:center;display:flex;height:100%;justify-content:flex-end}.dreamina-side-panel .main-panel-header .close-icon{cursor:pointer;height:24px;width:24px}.dreamina-side-panel .main-panel-body{align-items:center;display:flex;flex-direction:column;margin-top:-20px;width:100%}.dreamina-side-panel .main-panel-body-item{align-items:center;border-bottom:1px solid var(--Line-level-2,hsla(0,0%,100%,.06));cursor:pointer;display:flex;justify-content:space-between;padding:24px 0;width:100%}.dreamina-side-panel .main-panel-body .item-left{align-items:center;color:var(--text-primary,#ebf8ff);display:flex;flex:1 1 auto;font-family:Albert Sans Medium;font-size:16px;font-weight:500;line-height:24px}.dreamina-side-panel .main-panel-body .item-tag{align-items:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAA2CAMAAAAsyj01AAAAdVBMVEUAAAD/h13/gl//fGH/hF7/fWH/f2P/g2D/fGH/hF3/g13/hlz/gGD/gF//hlz/h1v/fWD/hV7/gl//XUb/d1v/Z07/fFz/glr/VUH/ZEv/bFD/emH/WUT/YEn/b1H/dVX/fVf/clj/blb/clL/fl//eVb/Tz/Swi9RAAAAEXRSTlMA3yDvv99AEJCfgF7PsO9wMAjJwjEAAARgSURBVFjDrdjrdtowEARgYcz9ktohJmBMCiZ5/0fsanelkYQwOYeOc0p+ZPtlFmwHTDbFarVcLMr1iFI9Sl3V2dyQ8WS9WU7NsxRvm21V7W0qeqx+ScJDmkbgRTHgzd7KfSbVvs6iaWAh7JYP0dU2sera/iNsqmYqQmtxiDqfZVfqGv7d/6UvekxYeqDACrNPy+0kwhM6yRR92yqYZN8wxVxeq6HBQhrJ5E8qLgFm0KaxbeGCo+Q9RLZ7GyfmIgC/w3iWVGaZFn4PDd7lC7mERdtxkRPV8zNQOTzK9Rotd9tH7SwTxKPys5MZxGWlong9ErANiaJqbk3CMXg9a67XK7uK8usWr5xAtN4ZiVgaTALNcj1zRx9WUZTQqYrFVtfKDc/RWMhyeJypmLv0OveBMOrMtiWyVHJUBWI8B5ZUsM4GF3kHoLRf3a0Vm1ZqrqrKrdWKNHfQ2G/AynObpu+1noA823Uyz+aVTX0227mUZFLE3okdR2nP9hKxJCEnc+8cHuY9samrbcczLckkrdWKAr67iBvtGJj1sE54GJWeIHmza5B9zx1l7mQDVbqqC4097cdTnE+dDUwmW95sUVHkqXQlZfTz009CVRbBPnVKo6NdXJPIjT0ng6fyLCUxSlGUpkWVoB08Wy8Ik2xeyWSSsjamzJEYjVDXVd1DBML7ocOb9me5ppITY7YgeyHfQfLoCagsGOnYi8AfTmweA3JsZlXYEuRJQB2lYagUX49BiCAzNfUla6bVw8X+AKUEJqJg0hGmkKjJ5CpDpi1PqBlEQJBA05oJuWQyPUnIjBORHUCcigpisSkpmyVywSSFSVczOU0sCBEdO6BJT/yiSuIFZDaOxGbZBHqSxBqeysxuta4nyQzJEiRq4pJ33y5JjILjgDw+IsnEnQRMzB1wboJN9ztEjoTM3TCjNnD0+pNeEsCGZHKWtJ6E+cUmofgvIyofZd9xqVVQSVxlQUZm7+6CBCc5xsmwQE8sKomSaBn9iedVuSXKt/yV5hrJap4QFhOSRZiCksrsL3N3o4aIveKyrmKMkkrscC7ugcwrsYJitRCJjG5elQuDbDKq7nDc3+dEqimndFoy3OvaeJFNLQoX2UVRbudVNoWkPC7ZbjyJokApQL6jI4wzQTrQXwZQsl0aePbQ98sN1GY4grIJkkJgKio5FRKxpk1jYeQZCjL+C/jjThwbE3Ji1o5VG0fe1Jop2al4hmizcCTUmlBr6vHkox1ngvRmh7cHLGoKkElqDWwcketMkBIVz4lYGpD3EXEgAqfkQTx9GiFqSZBDeWaCZJMC8WJFkHMD8kmekhdLcs0P5ggUESBFPp74nThgomX8nh0dIRbmP7ekzQI833d0HzWNXgDDllLzCJArgoRoylfIG1p+6f2EQiAlABvdqmb5UksltSaj5AHEVoMPR2ejF0SQ1JNCFnuUGCynJkgxekHEtYB367OTyFLHcwWRVTkaAgf3CpNyB9qP8+fTWcz9Azc3JO3NM1EVAAAAAElFTkSuQmCC) no-repeat;background-size:100% 100%;color:var(--text-primary,#ebf8ff);display:flex;font-family:Albert Sans SemiBold;font-size:11px;font-style:italic;font-weight:600;height:18px;justify-content:center;margin-left:4px;text-transform:capitalize;width:38px}.dreamina-side-panel .main-panel-body .item-tag.beta{background-image:url(data:image/png;base64,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)}.dreamina-side-panel .main-panel-body .item-icon{margin-right:4px}@media (max-width:1023px){.dreamina-side-panel{display:block}}.dreamina-header-right-container{align-items:center;display:flex;flex:0 0 auto;gap:8px;justify-content:flex-end}.dreamina-header-main-button-container{align-items:center;display:flex;flex:0 0 auto;gap:16px;justify-content:flex-end}.dreamina-header-button-container{cursor:pointer;text-wrap:nowrap}.dreamina-header-secondary-button{align-items:center;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--text-primary,#ebf8ff);display:flex;font-family:Albert Sans SemiBold;font-size:14px;font-weight:600;height:36px;justify-content:center;line-height:36px;min-width:72px;padding:0 16px;transition:all .3s ease}.dreamina-header-secondary-button:active,.dreamina-header-secondary-button:hover{background:var(--color-white-12,hsla(0,0%,100%,.12));border:1px solid hsla(0,0%,100%,.08)}.dreamina-header-secondary-button-icon{margin-right:2px}.dreamina-header-primary-button{align-items:center;background:var(--Color-Main-Solid-Default);border-radius:8px;color:var(--background-panel);display:flex;font-family:Albert Sans SemiBold;font-size:14px;font-weight:600;height:36px;justify-content:center;min-width:108px;padding:0 16px;transition:background .3s ease}.dreamina-header-primary-button:active,.dreamina-header-primary-button:hover{background:#00a4c2}.dreamina-header-mobile-right-bar{display:none}@media (max-width:1023px){.dreamina-header-right-container{display:none}.dreamina-header-mobile-right-bar{cursor:pointer;display:block}.dreamina-header-main-button-container{align-items:center;display:flex;flex-direction:column-reverse;gap:20px;margin-bottom:28px;padding:20px}.dreamina-header-button-container{border-radius:8px;height:44px;overflow:hidden;width:284px}.dreamina-header-primary-button,.dreamina-header-secondary-button{font-size:16px;height:100%;width:100%}.dreamina-header-secondary-button{background:var(--Fill-Transparency-Block,rgba(229,236,255,.1))}}.dreamina-header-menu{display:flex;flex:1 1;height:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#fff 30px,#fff calc(100% - 30px),transparent);mask-image:linear-gradient(90deg,transparent 0,#fff 30px,#fff calc(100% - 30px),transparent);overflow-x:scroll;overflow-y:hidden;padding:0 30px;position:relative;scrollbar-width:none}.dreamina-header-menu ::-webkit-scrollbar{display:none}.dreamina-header-menu dd,.dreamina-header-menu dl,.dreamina-header-menu dt,.dreamina-header-menu li,.dreamina-header-menu ol,.dreamina-header-menu ul{border:0;box-sizing:border-box;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}.dreamina-header-menu ol,.dreamina-header-menu ul{list-style:none}.dreamina-header-menu .menu-first-container{display:flex;gap:32px}.dreamina-header-menu .menu-first-container .menu-item-first{align-items:center;color:var(--text-secondary);cursor:pointer;display:flex;font-family:Albert Sans SemiBold;font-size:14px;font-weight:600;justify-content:center;line-height:20px;text-shadow:0 1px 4px rgba(0,0,0,.3);text-wrap:nowrap}.dreamina-header-menu .menu-first-container .menu-item-first a{align-items:center;display:flex;justify-content:center}.dreamina-header-menu .menu-first-container .menu-item-first .arrow-down{margin-left:4px;position:relative;transition:transform .3s ease}.dreamina-header-menu .menu-first-container .menu-item-first .menu-tag{align-items:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAA2CAMAAAAsyj01AAAAdVBMVEUAAAD/h13/gl//fGH/hF7/fWH/f2P/g2D/fGH/hF3/g13/hlz/gGD/gF//hlz/h1v/fWD/hV7/gl//XUb/d1v/Z07/fFz/glr/VUH/ZEv/bFD/emH/WUT/YEn/b1H/dVX/fVf/clj/blb/clL/fl//eVb/Tz/Swi9RAAAAEXRSTlMA3yDvv99AEJCfgF7PsO9wMAjJwjEAAARgSURBVFjDrdjrdtowEARgYcz9ktohJmBMCiZ5/0fsanelkYQwOYeOc0p+ZPtlFmwHTDbFarVcLMr1iFI9Sl3V2dyQ8WS9WU7NsxRvm21V7W0qeqx+ScJDmkbgRTHgzd7KfSbVvs6iaWAh7JYP0dU2sera/iNsqmYqQmtxiDqfZVfqGv7d/6UvekxYeqDACrNPy+0kwhM6yRR92yqYZN8wxVxeq6HBQhrJ5E8qLgFm0KaxbeGCo+Q9RLZ7GyfmIgC/w3iWVGaZFn4PDd7lC7mERdtxkRPV8zNQOTzK9Rotd9tH7SwTxKPys5MZxGWlong9ErANiaJqbk3CMXg9a67XK7uK8usWr5xAtN4ZiVgaTALNcj1zRx9WUZTQqYrFVtfKDc/RWMhyeJypmLv0OveBMOrMtiWyVHJUBWI8B5ZUsM4GF3kHoLRf3a0Vm1ZqrqrKrdWKNHfQ2G/AynObpu+1noA823Uyz+aVTX0227mUZFLE3okdR2nP9hKxJCEnc+8cHuY9samrbcczLckkrdWKAr67iBvtGJj1sE54GJWeIHmza5B9zx1l7mQDVbqqC4097cdTnE+dDUwmW95sUVHkqXQlZfTz009CVRbBPnVKo6NdXJPIjT0ng6fyLCUxSlGUpkWVoB08Wy8Ik2xeyWSSsjamzJEYjVDXVd1DBML7ocOb9me5ppITY7YgeyHfQfLoCagsGOnYi8AfTmweA3JsZlXYEuRJQB2lYagUX49BiCAzNfUla6bVw8X+AKUEJqJg0hGmkKjJ5CpDpi1PqBlEQJBA05oJuWQyPUnIjBORHUCcigpisSkpmyVywSSFSVczOU0sCBEdO6BJT/yiSuIFZDaOxGbZBHqSxBqeysxuta4nyQzJEiRq4pJ33y5JjILjgDw+IsnEnQRMzB1wboJN9ztEjoTM3TCjNnD0+pNeEsCGZHKWtJ6E+cUmofgvIyofZd9xqVVQSVxlQUZm7+6CBCc5xsmwQE8sKomSaBn9iedVuSXKt/yV5hrJap4QFhOSRZiCksrsL3N3o4aIveKyrmKMkkrscC7ugcwrsYJitRCJjG5elQuDbDKq7nDc3+dEqimndFoy3OvaeJFNLQoX2UVRbudVNoWkPC7ZbjyJokApQL6jI4wzQTrQXwZQsl0aePbQ98sN1GY4grIJkkJgKio5FRKxpk1jYeQZCjL+C/jjThwbE3Ji1o5VG0fe1Jop2al4hmizcCTUmlBr6vHkox1ngvRmh7cHLGoKkElqDWwcketMkBIVz4lYGpD3EXEgAqfkQTx9GiFqSZBDeWaCZJMC8WJFkHMD8kmekhdLcs0P5ggUESBFPp74nThgomX8nh0dIRbmP7ekzQI833d0HzWNXgDDllLzCJArgoRoylfIG1p+6f2EQiAlABvdqmb5UksltSaj5AHEVoMPR2ejF0SQ1JNCFnuUGCynJkgxekHEtYB367OTyFLHcwWRVTkaAgf3CpNyB9qP8+fTWcz9Azc3JO3NM1EVAAAAAElFTkSuQmCC) no-repeat;background-size:100% 100%;border-radius:9px 7px 7px 2px;display:flex;font-family:Albert Sans SemiBold;font-size:11px;font-style:italic;font-weight:600;height:18px;justify-content:center;margin-left:4px;text-transform:capitalize;width:38px}.dreamina-header-menu .menu-first-container .menu-item-first .menu-tag.beta{background-image:url(data:image/png;base64,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)}.dreamina-header-menu .menu-first-container .menu-item-first:active,.dreamina-header-menu .menu-first-container .menu-item-first:hover{color:var(--text-primary)}.dreamina-header-menu .menu-first-container .menu-item-first:active .arrow-down,.dreamina-header-menu .menu-first-container .menu-item-first:hover .arrow-down{transform:translateY(2px)}.dreamina-header-menu .menu-first-container .menu-item-first:active .arrow-down path,.dreamina-header-menu .menu-first-container .menu-item-first:hover .arrow-down path{fill:var(--text-primary);fill-opacity:1}@media (max-width:1023px){.dreamina-header-menu .menu-first-container{display:none}}.dreamina-theme{--text-primary:#ebf8ff;--text-placeholder:rgba(214,241,255,.35);--text-secondary:rgba(224,245,255,.85);--text-tertiary:rgba(224,245,255,.6);--background-1:#111318;--background-panel:#1d2129;--background-popconfirm:#3b4559;--opacity-black-40:rgba(15,17,21,.4);--Color-Main-Solid-Default:#00cae0;--z-index-side-panel:100;--z-index-language-selector-panel:100;--z-index-header:50;--z-index-carousel-item:10;--z-index-carousel-indicator:20;--z-index-main-kv-text:15;--z-index-show-case-gallery:2;--z-index-show-case-text:3}@font-face{font-display:swap;font-family:Albert Sans SemiBold;font-style:normal;font-weight:600;src:url(//captain_helper(hosts, TOS_CAPCUT_WEB_BUZ_HOST)/obj/captain_helper(common,TOS_CAPCUT_WEB_BUZ_BUCKET)/common/font/AlbertSans-SemiBold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Albert Sans Medium;font-style:normal;font-weight:500;src:url(//captain_helper(hosts, TOS_CAPCUT_WEB_BUZ_HOST)/obj/captain_helper(common,TOS_CAPCUT_WEB_BUZ_BUCKET)/common/font/AlbertSans-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:Albert Sans;font-style:normal;font-weight:400;src:url(//captain_helper(hosts, TOS_CAPCUT_WEB_BUZ_HOST)/obj/captain_helper(common,TOS_CAPCUT_WEB_BUZ_BUCKET)/common/font/AlbertSans-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Albert Sans Light;font-style:normal;font-weight:300;src:url(//captain_helper(hosts, TOS_CAPCUT_WEB_BUZ_HOST)/obj/captain_helper(common,TOS_CAPCUT_WEB_BUZ_BUCKET)/growth/dreamina/static/font/AlbertSans-Light.f0338131.ttf) format("truetype")}.light-font{font-family:Albert Sans Light;font-weight:300}.regular-font{font-family:Albert Sans;font-weight:400}.medium-font{font-family:Albert Sans Medium;font-weight:500}.semi-bold-font{font-family:Albert Sans SemiBold;font-weight:600}.flex-center,.flex-center-vertical{align-items:center;display:flex}.flex-center{justify-content:center}.dreamina-header{left:0;position:fixed;top:0;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100vw;z-index:var(--z-index-header)}.dreamina-header.blur{background-color:var(--background-1)}.dreamina-header .header-top{align-items:center;display:flex;height:68px;padding:0 24px;width:100%}.dreamina-header .dreamina-logo{cursor:pointer;flex:0 0 128px;height:28px;margin-right:2px;width:128px}